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 'SbitLineMetrics::caretSlopeNumerator' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:320:13: style: struct member 'SbitLineMetrics::caretSlopeDenominator' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:321:13: style: struct member 'SbitLineMetrics::caretOffset' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:322:13: style: struct member 'SbitLineMetrics::minOriginSB' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:323:13: style: struct member 'SbitLineMetrics::minAdvanceSB' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:324:13: style: struct member 'SbitLineMetrics::maxBeforeBL' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:325:13: style: struct member 'SbitLineMetrics::minAfterBL' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:326:13: style: struct member 'SbitLineMetrics::pad1' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:327:13: style: struct member 'SbitLineMetrics::pad2' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxFT2FontBase.cpp:195:9: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/thebes/gfxFT2FontBase.cpp:520:59: style: Function 'GetFTGlyphAdvance' argument 2 names different: declaration 'aWidth' definition 'aAdvance'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFT2FontBase.h:51:52: note: Function 'GetFTGlyphAdvance' argument 2 names different: declaration 'aWidth' definition 'aAdvance'.
firefox-62.0/gfx/thebes/gfxFT2FontBase.cpp:520:59: note: Function 'GetFTGlyphAdvance' argument 2 names different: declaration 'aWidth' definition 'aAdvance'.
firefox-62.0/gfx/thebes/gfxFT2FontList.cpp:643:64: style: Function 'GetVariationAxes' argument 1 names different: declaration 'aVariationAxes' definition 'aAxes'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFT2FontList.h:90:59: note: Function 'GetVariationAxes' argument 1 names different: declaration 'aVariationAxes' definition 'aAxes'.
firefox-62.0/gfx/thebes/gfxFT2FontList.cpp:643:64: note: Function 'GetVariationAxes' argument 1 names different: declaration 'aVariationAxes' definition 'aAxes'.
firefox-62.0/gfx/thebes/gfxFT2FontList.cpp:1258:59: style: Function 'AppendFacesFromOmnijarEntry' argument 1 names different: declaration 'aReader' definition 'aArchive'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFT2FontList.h:175:52: note: Function 'AppendFacesFromOmnijarEntry' argument 1 names different: declaration 'aReader' definition 'aArchive'.
firefox-62.0/gfx/thebes/gfxFT2FontList.cpp:1258:59: note: Function 'AppendFacesFromOmnijarEntry' argument 1 names different: declaration 'aReader' definition 'aArchive'.
firefox-62.0/gfx/thebes/gfxFT2Fonts.h:40:9: warning: Member variable 'CachedGlyphData::lsbDelta' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFT2Fonts.h:40:9: warning: Member variable 'CachedGlyphData::rsbDelta' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFT2Fonts.h:40:9: warning: Member variable 'CachedGlyphData::xAdvance' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFT2Fonts.h:43:18: warning: Member variable 'CachedGlyphData::lsbDelta' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFT2Fonts.h:43:18: warning: Member variable 'CachedGlyphData::rsbDelta' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFT2Fonts.h:43:18: warning: Member variable 'CachedGlyphData::xAdvance' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFT2FontList.cpp:755:9: performance: Variable 'mOps' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxFT2FontList.cpp:106:13: style: Class 'AutoFTFace' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/gfx/thebes/gfxFT2FontList.cpp:106:13: style: Class 'AutoFTFace' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.cpp:836:5: style: Variable 'scaledFont' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.cpp:825:0: note: Variable 'scaledFont' is reassigned a value before the old one has been used.
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.cpp:836:5: note: Variable 'scaledFont' is reassigned a value before the old one has been used.
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.cpp:2427:52: style: Function 'TryLangForGroup' argument 3 names different: declaration 'aLang' definition 'aFcLang'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.h:378:38: note: Function 'TryLangForGroup' argument 3 names different: declaration 'aLang' definition 'aFcLang'.
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.cpp:2427:52: note: Function 'TryLangForGroup' argument 3 names different: declaration 'aLang' definition 'aFcLang'.
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.h:59:1: style: The class 'FTUserFontData' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.cpp:233:25: warning: Member variable 'gfxFontconfigFontEntry::mHasVariations' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.cpp:341:25: warning: Member variable 'gfxFontconfigFontEntry::mHasVariations' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.h:367:10: performance: Technically the member function 'gfxFcPlatformFontList::PrefFontListsUseOnlyGenerics' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.cpp:2319:24: note: Technically the member function 'gfxFcPlatformFontList::PrefFontListsUseOnlyGenerics' can be static.
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.h:367:10: note: Technically the member function 'gfxFcPlatformFontList::PrefFontListsUseOnlyGenerics' can be static.
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.h:157:28: warning: The class 'gfxFontconfigFontEntry' defines member variable with name 'mUserFontData' also defined in its parent class 'gfxFontEntry'. [duplInheritedMember]
firefox-62.0/gfx/thebes/gfxFontEntry.h:410:41: note: Parent variable 'gfxFontEntry::mUserFontData'
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.h:157:28: note: Derived variable 'gfxFontconfigFontEntry::mUserFontData'
firefox-62.0/gfx/thebes/gfxFcPlatformFontList.h:237: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/gfxFcPlatformFontList.h:237:10: note: Function in derived class
firefox-62.0/gfx/thebes/gfxFont.cpp:3847:9: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/thebes/gfxFont.cpp:3933:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/thebes/gfxFont.cpp:3163:5: style: Variable 'tp' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/thebes/gfxFont.cpp:3159:0: note: Variable 'tp' is reassigned a value before the old one has been used.
firefox-62.0/gfx/thebes/gfxFont.cpp:3163:5: note: Variable 'tp' is reassigned a value before the old one has been used.
firefox-62.0/gfx/thebes/gfxFont.cpp:1084:26: style: The scope of the variable 'numLangs' can be reduced. [variableScope]
firefox-62.0/gfx/thebes/gfxFont.cpp:631:48: style: Function 'AllocateDetailedGlyphs' argument 1 names different: declaration 'aCharIndex' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFont.h:1133:52: note: Function 'AllocateDetailedGlyphs' argument 1 names different: declaration 'aCharIndex' definition 'aIndex'.
firefox-62.0/gfx/thebes/gfxFont.cpp:631:48: note: Function 'AllocateDetailedGlyphs' argument 1 names different: declaration 'aCharIndex' definition 'aIndex'.
firefox-62.0/gfx/thebes/gfxFont.cpp:643:35: style: Function 'SetGlyphs' argument 1 names different: declaration 'aCharIndex' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFont.h:1030:29: note: Function 'SetGlyphs' argument 1 names different: declaration 'aCharIndex' definition 'aIndex'.
firefox-62.0/gfx/thebes/gfxFont.cpp:643:35: note: Function 'SetGlyphs' argument 1 names different: declaration 'aCharIndex' definition 'aIndex'.
firefox-62.0/gfx/thebes/gfxGlyphExtents.h:91:18: warning: Member variable 'HashEntry::x' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxGlyphExtents.h:91:18: warning: Member variable 'HashEntry::y' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxGlyphExtents.h:91:18: warning: Member variable 'HashEntry::width' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxGlyphExtents.h:91:18: warning: Member variable 'HashEntry::height' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxSVGGlyphs.h:203:9: performance: Variable 'mFillMatrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxFont.h:2322:10: style: Technically the member function 'gfxFont::CalculateDerivedMetrics' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxFont.cpp:3794:15: note: Technically the member function 'gfxFont::CalculateDerivedMetrics' can be const.
firefox-62.0/gfx/thebes/gfxFont.h:2322:10: note: Technically the member function 'gfxFont::CalculateDerivedMetrics' can be const.
firefox-62.0/gfx/thebes/gfxFont.h:2326:10: style: Technically the member function 'gfxFont::SanitizeMetrics' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxFont.cpp:3842:10: note: Technically the member function 'gfxFont::SanitizeMetrics' can be const.
firefox-62.0/gfx/thebes/gfxFont.h:2326:10: note: Technically the member function 'gfxFont::SanitizeMetrics' can be const.
firefox-62.0/gfx/thebes/gfxGlyphExtents.h:81:13: style: Technically the member function 'gfxGlyphExtents::GetAppUnitsPerDevUnit' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxGlyphExtents.h:87:5: warning: The class 'HashEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxFont.cpp:2093:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/thebes/gfxFont.cpp:2094:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/thebes/gfxFontEntry.cpp:549:59: style: Function 'ShareFontTableAndGetBlob' argument 2 names different: declaration 'aTable' definition 'aBuffer'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFontEntry.h:311:60: note: Function 'ShareFontTableAndGetBlob' argument 2 names different: declaration 'aTable' definition 'aBuffer'.
firefox-62.0/gfx/thebes/gfxFontEntry.cpp:549:59: note: Function 'ShareFontTableAndGetBlob' argument 2 names different: declaration 'aTable' definition 'aBuffer'.
firefox-62.0/gfx/thebes/gfxFontEntry.cpp:1004:49: style: Function 'GetColorLayersInfo' argument 3 names different: declaration 'layerGlyphs' definition 'aLayerGlyphs'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFontEntry.h:242:53: note: Function 'GetColorLayersInfo' argument 3 names different: declaration 'layerGlyphs' definition 'aLayerGlyphs'.
firefox-62.0/gfx/thebes/gfxFontEntry.cpp:1004:49: note: Function 'GetColorLayersInfo' argument 3 names different: declaration 'layerGlyphs' definition 'aLayerGlyphs'.
firefox-62.0/gfx/thebes/gfxFontEntry.cpp:1005:60: style: Function 'GetColorLayersInfo' argument 4 names different: declaration 'layerColors' definition 'aLayerColors'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFontEntry.h:243:64: note: Function 'GetColorLayersInfo' argument 4 names different: declaration 'layerColors' definition 'aLayerColors'.
firefox-62.0/gfx/thebes/gfxFontEntry.cpp:1005:60: note: Function 'GetColorLayersInfo' argument 4 names different: declaration 'layerColors' definition 'aLayerColors'.
firefox-62.0/gfx/thebes/gfxFontEntry.cpp:1215:18: performance: Technically the member function 'GetVariationsForStyle::::TagEquals::Equals' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFontEntry.cpp:1349:10: performance: Technically the member function 'FontEntryStandardFaceComparator::Equals' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFontEntry.cpp:1352:10: performance: Technically the member function 'FontEntryStandardFaceComparator::LessThan' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFontMissingGlyphs.cpp:328:51: style: Function 'GetDesiredMinWidth' argument 2 names different: declaration 'aAppUnitsPerDevUnit' definition 'aAppUnitsPerDevPixel'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFontMissingGlyphs.h:54:46: note: Function 'GetDesiredMinWidth' argument 2 names different: declaration 'aAppUnitsPerDevUnit' definition 'aAppUnitsPerDevPixel'.
firefox-62.0/gfx/thebes/gfxFontMissingGlyphs.cpp:328:51: note: Function 'GetDesiredMinWidth' argument 2 names different: declaration 'aAppUnitsPerDevUnit' definition 'aAppUnitsPerDevPixel'.
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:486:28: style: Condition 'platformID>PLATFORM_ID_UNICODE' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:483:20: note: Assuming that condition '(platformID)==PLATFORM_ID_MICROSOFT' is not redundant
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:486:28: note: Condition 'platformID>PLATFORM_ID_UNICODE' is always true
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:1223:49: style: Function 'GetFamilyNameFromTable' argument 2 names different: declaration 'aFamilyName' definition 'aFullName'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFontUtils.h:859:39: note: Function 'GetFamilyNameFromTable' argument 2 names different: declaration 'aFamilyName' definition 'aFullName'.
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:1223:49: note: Function 'GetFamilyNameFromTable' argument 2 names different: declaration 'aFamilyName' definition 'aFullName'.
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:1450:42: style: Function 'DecodeFontName' argument 1 names different: declaration 'aBuf' definition 'aNameData'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFontUtils.h:900:32: note: Function 'DecodeFontName' argument 1 names different: declaration 'aBuf' definition 'aNameData'.
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:1450:42: note: Function 'DecodeFontName' argument 1 names different: declaration 'aBuf' definition 'aNameData'.
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:1450:61: style: Function 'DecodeFontName' argument 2 names different: declaration 'aLength' definition 'aByteLen'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFontUtils.h:900:46: note: Function 'DecodeFontName' argument 2 names different: declaration 'aLength' definition 'aByteLen'.
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:1450:61: note: Function 'DecodeFontName' argument 2 names different: declaration 'aLength' definition 'aByteLen'.
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:1452:61: style: Function 'DecodeFontName' argument 6 names different: declaration 'dest' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxFontUtils.h:902:51: note: Function 'DecodeFontName' argument 6 names different: declaration 'dest' definition 'aName'.
firefox-62.0/gfx/thebes/gfxFontUtils.cpp:1452:61: note: Function 'DecodeFontName' argument 6 names different: declaration 'dest' definition 'aName'.
firefox-62.0/gfx/thebes/gfxGDIFont.cpp:235:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/thebes/gfxGDIFont.cpp:292:17: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/thebes/gfxGDIFont.h:93:10: style: Technically the member function 'gfxGDIFont::FillLogFont' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxGDIFont.cpp:444:13: note: Technically the member function 'gfxGDIFont::FillLogFont' can be const.
firefox-62.0/gfx/thebes/gfxGDIFont.h:93:10: note: Technically the member function 'gfxGDIFont::FillLogFont' can be const.
firefox-62.0/gfx/thebes/gfxGDIFont.h:67: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/gfxFont.h:1930:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFont.h:67:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFont.h:69: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/gfxFont.h:1932:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFont.h:69:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:1098:9: style: Condition 'cmapLoaded' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:1065:23: note: Assignment 'cmapLoaded=false', assigned value is 0
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:1098:9: note: Condition 'cmapLoaded' is always false
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:1083:18: style: The scope of the variable 'cmapLoaded' can be reduced. [variableScope]
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:505:57: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:657:18: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:1092:30: style: Variable 'cmapLoaded' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:971:18: style: The function 'Load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontInfoLoader.h:68:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:971:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.cpp:979: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/gfxGDIFontList.cpp:979:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxPlatformGtk.h:31:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/thebes/gfxGlyphExtents.cpp:94:44: style: Function 'Set' argument 1 names different: declaration 'aIndex' definition 'aGlyphID'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxGlyphExtents.h:103:27: note: Function 'Set' argument 1 names different: declaration 'aIndex' definition 'aGlyphID'.
firefox-62.0/gfx/thebes/gfxGlyphExtents.cpp:94:44: note: Function 'Set' argument 1 names different: declaration 'aIndex' definition 'aGlyphID'.
firefox-62.0/gfx/thebes/gfxGlyphExtents.cpp:94:63: style: Function 'Set' argument 2 names different: declaration 'aValue' definition 'aWidth'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxGlyphExtents.h:103:44: note: Function 'Set' argument 2 names different: declaration 'aValue' definition 'aWidth'.
firefox-62.0/gfx/thebes/gfxGlyphExtents.cpp:94:63: note: Function 'Set' argument 2 names different: declaration 'aValue' definition 'aWidth'.
firefox-62.0/gfx/thebes/gfxGlyphExtents.cpp:129:0: error: Memory leak: newBlock [memleak]
firefox-62.0/gfx/thebes/gfxGraphiteShaper.cpp:284:39: style: Array index 'after' is used before limits check. [arrayIndexThenCheck]
firefox-62.0/gfx/thebes/gfxGraphiteShaper.h:34:14: performance: Technically the member function 'gfxGraphiteShaper::SetGlyphsFromSegment' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxGraphiteShaper.cpp:212:20: note: Technically the member function 'gfxGraphiteShaper::SetGlyphsFromSegment' can be static.
firefox-62.0/gfx/thebes/gfxGraphiteShaper.h:34:14: note: Technically the member function 'gfxGraphiteShaper::SetGlyphsFromSegment' can be static.
firefox-62.0/gfx/thebes/gfxHarfBuzzShaper.cpp:41:20: warning: Member variable 'gfxHarfBuzzShaper::mCallbackData' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxHarfBuzzShaper.cpp:41:20: warning: Member variable 'gfxHarfBuzzShaper::mUseVerticalPresentationForms' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxHarfBuzzShaper.h:119:10: style: Technically the member function 'gfxHarfBuzzShaper::LoadHmtxTable' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxHarfBuzzShaper.cpp:1320:20: note: Technically the member function 'gfxHarfBuzzShaper::LoadHmtxTable' can be const.
firefox-62.0/gfx/thebes/gfxHarfBuzzShaper.h:119:10: note: Technically the member function 'gfxHarfBuzzShaper::LoadHmtxTable' can be const.
firefox-62.0/gfx/thebes/gfxHarfBuzzShaper.cpp:220:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/thebes/gfxImageSurface.cpp:22:18: warning: Member variable 'gfxImageSurface::mData' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxMacFont.cpp:287:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/thebes/gfxPlatformMac.h:26:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/thebes/gfxPlatformMac.h:82:14: style: Technically the member function 'gfxPlatformMac::GetAntiAliasingThreshold' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxMacFont.cpp:28:10: performance: Technically the member function 'TagEquals::Equals' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxMathTable.cpp:127:13: style: Checking if unsigned variable 'count' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-62.0/gfx/thebes/gfxPattern.cpp:82:40: style: Function 'SetMatrix' argument 1 names different: declaration 'matrix' definition 'aPatternToUserSpace'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxPattern.h:41:37: note: Function 'SetMatrix' argument 1 names different: declaration 'matrix' definition 'aPatternToUserSpace'.
firefox-62.0/gfx/thebes/gfxPattern.cpp:82:40: note: Function 'SetMatrix' argument 1 names different: declaration 'matrix' definition 'aPatternToUserSpace'.
firefox-62.0/gfx/thebes/gfxPlatform.cpp:753:0: error: #error "No gfxPlatform implementation available" [preprocessorErrorDirective]
firefox-62.0/gfx/thebes/gfxPlatformFontList.cpp:464:61: style: Function 'LookupInFaceNameLists' argument 1 names different: declaration 'aFontName' definition 'aFaceName'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:479:66: note: Function 'LookupInFaceNameLists' argument 1 names different: declaration 'aFontName' definition 'aFaceName'.
firefox-62.0/gfx/thebes/gfxPlatformFontList.cpp:464:61: note: Function 'LookupInFaceNameLists' argument 1 names different: declaration 'aFontName' definition 'aFaceName'.
firefox-62.0/gfx/thebes/gfxPlatformFontList.cpp:1005:25: warning: Function 'GetFontFamiliesFromGenericFamilies' argument order different: declaration 'aGenericFamilies, aLangGroup, aFontFamilies' definition 'aGenericNameFamilies, aLangGroup, aGenericFamilies' [funcArgOrderDifferent]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:519:29: note: Function 'GetFontFamiliesFromGenericFamilies' argument order different: declaration 'aGenericFamilies, aLangGroup, aFontFamilies' definition 'aGenericNameFamilies, aLangGroup, aGenericFamilies'
firefox-62.0/gfx/thebes/gfxPlatformFontList.cpp:1005:25: note: Function 'GetFontFamiliesFromGenericFamilies' argument order different: declaration 'aGenericFamilies, aLangGroup, aFontFamilies' definition 'aGenericNameFamilies, aLangGroup, aGenericFamilies'
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:301:10: style: Technically the member function 'gfxPlatformFontList::IsFontFamilyWhitelistActive' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxPlatformFontList.cpp:1696:22: note: Technically the member function 'gfxPlatformFontList::IsFontFamilyWhitelistActive' can be const.
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:301:10: note: Technically the member function 'gfxPlatformFontList::IsFontFamilyWhitelistActive' can be const.
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:487:10: performance: Technically the member function 'gfxPlatformFontList::GenerateFontListKey' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxPlatformFontList.cpp:365:22: note: Technically the member function 'gfxPlatformFontList::GenerateFontListKey' can be static.
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:487:10: note: Technically the member function 'gfxPlatformFontList::GenerateFontListKey' can be static.
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:135:18: warning: Virtual function 'ClearLangGroupPrefFonts' is called from destructor '~gfxPlatformFontList()' at line 238. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/thebes/gfxPlatformFontList.cpp:238:5: note: Calling ClearLangGroupPrefFonts
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:135:18: note: ClearLangGroupPrefFonts is a virtual method
firefox-62.0/gfx/thebes/gfxPlatformGtk.h:81:10: style: Technically the member function 'gfxPlatformGtk::UseImageOffscreenSurfaces' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxPlatformGtk.cpp:320:17: note: Technically the member function 'gfxPlatformGtk::UseImageOffscreenSurfaces' can be const.
firefox-62.0/gfx/thebes/gfxPlatformGtk.h:81:10: note: Technically the member function 'gfxPlatformGtk::UseImageOffscreenSurfaces' can be const.
firefox-62.0/gfx/thebes/gfxQuartzSurface.h:32:18: style: Technically the member function 'gfxQuartzSurface::GetCGContext' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxQuartzSurface.h:27: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/gfxQuartzSurface.h:27:43: note: Function in derived class
firefox-62.0/gfx/thebes/gfxQuartzSurface.h:30:41: 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/gfxQuartzSurface.h:30:41: note: Function in derived class
firefox-62.0/gfx/thebes/gfxQuartzSurface.h:34: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/gfxQuartzSurface.h:34:39: note: Function in derived class
firefox-62.0/gfx/thebes/gfxPrefs.h:811:8: performance: Technically the member function 'gfxPrefs::Init' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxPrefs.cpp:64:11: note: Technically the member function 'gfxPrefs::Init' can be static.
firefox-62.0/gfx/thebes/gfxPrefs.h:811:8: note: Technically the member function 'gfxPrefs::Init' can be static.
firefox-62.0/gfx/thebes/gfxPrefs.cpp:177:44: performance: Function parameter 'aDefault' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/thebes/gfxQuartzSurface.cpp:76:65: style: Function 'gfxQuartzSurface' argument 2 names different: declaration 'size' definition 'aSize'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxQuartzSurface.h:23:72: note: Function 'gfxQuartzSurface' argument 2 names different: declaration 'size' definition 'aSize'.
firefox-62.0/gfx/thebes/gfxQuartzSurface.cpp:76:65: note: Function 'gfxQuartzSurface' argument 2 names different: declaration 'size' definition 'aSize'.
firefox-62.0/gfx/thebes/gfxQuartzSurface.cpp:69:5: performance: Variable 'mCGContext' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxSVGGlyphs.cpp:92:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/thebes/gfxSVGGlyphs.cpp:111:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/thebes/gfxSVGGlyphs.cpp:89:47: style: Function 'CompareIndexEntries' argument 1 names different: declaration '_a' definition 'aKey'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxSVGGlyphs.h:165:48: note: Function 'CompareIndexEntries' argument 1 names different: declaration '_a' definition 'aKey'.
firefox-62.0/gfx/thebes/gfxSVGGlyphs.cpp:89:47: note: Function 'CompareIndexEntries' argument 1 names different: declaration '_a' definition 'aKey'.
firefox-62.0/gfx/thebes/gfxSVGGlyphs.cpp:89:65: style: Function 'CompareIndexEntries' argument 2 names different: declaration '_b' definition 'aEntry'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxSVGGlyphs.h:165:64: note: Function 'CompareIndexEntries' argument 2 names different: declaration '_b' definition 'aEntry'.
firefox-62.0/gfx/thebes/gfxSVGGlyphs.cpp:89:65: note: Function 'CompareIndexEntries' argument 2 names different: declaration '_b' definition 'aEntry'.
firefox-62.0/gfx/thebes/gfxSVGGlyphs.cpp:192:50: style: Function 'FindGlyphElements' argument 1 names different: declaration 'aElement' definition 'aElem'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxSVGGlyphs.h:60:37: note: Function 'FindGlyphElements' argument 1 names different: declaration 'aElement' definition 'aElem'.
firefox-62.0/gfx/thebes/gfxSVGGlyphs.cpp:192:50: note: Function 'FindGlyphElements' argument 1 names different: declaration 'aElement' definition 'aElem'.
firefox-62.0/gfx/thebes/gfxSVGGlyphs.h:104:10: performance: Technically the member function 'gfxSVGGlyphs::DidRefresh' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxSVGGlyphs.cpp:72:15: note: Technically the member function 'gfxSVGGlyphs::DidRefresh' can be static.
firefox-62.0/gfx/thebes/gfxSVGGlyphs.h:104:10: note: Technically the member function 'gfxSVGGlyphs::DidRefresh' can be static.
firefox-62.0/gfx/thebes/gfxScriptItemizer.cpp:82:9: style: Checking if unsigned variable 'pushCount' is less than zero. [unsignedLessThanZero]
firefox-62.0/gfx/thebes/gfxScriptItemizer.cpp:96:9: style: Checking if unsigned variable 'pushCount' is less than zero. [unsignedLessThanZero]
firefox-62.0/gfx/thebes/gfxScriptItemizer.cpp:194:24: style: Checking if unsigned variable 'pushCount' is less than zero. [unsignedLessThanZero]
firefox-62.0/gfx/thebes/gfxScriptItemizer.cpp:198:21: style: Checking if unsigned variable 'pushCount' is less than zero. [unsignedLessThanZero]
firefox-62.0/gfx/thebes/gfxScriptItemizer.cpp:125:20: warning: Member variable 'gfxScriptItemizer::parenStack' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxSkipChars.cpp:19:49: style: Function 'SetOriginalOffset' argument 1 names different: declaration 'aOriginalStringOffset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxSkipChars.h:223:36: note: Function 'SetOriginalOffset' argument 1 names different: declaration 'aOriginalStringOffset' definition 'aOffset'.
firefox-62.0/gfx/thebes/gfxSkipChars.cpp:19:49: note: Function 'SetOriginalOffset' argument 1 names different: declaration 'aOriginalStringOffset' definition 'aOffset'.
firefox-62.0/gfx/thebes/gfxSkipChars.cpp:83:49: style: Function 'SetSkippedOffset' argument 1 names different: declaration 'aSkippedStringOffset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxSkipChars.h:230:36: note: Function 'SetSkippedOffset' argument 1 names different: declaration 'aSkippedStringOffset' definition 'aOffset'.
firefox-62.0/gfx/thebes/gfxSkipChars.cpp:83:49: note: Function 'SetSkippedOffset' argument 1 names different: declaration 'aSkippedStringOffset' definition 'aOffset'.
firefox-62.0/gfx/thebes/gfxTextRun.cpp:1217:18: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/gfx/thebes/gfxTextRun.cpp:1467:46: style: Function 'CopyGlyphDataFrom' argument 1 names different: declaration 'aSource' definition 'aShapedWord'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxTextRun.h:625:43: note: Function 'CopyGlyphDataFrom' argument 1 names different: declaration 'aSource' definition 'aShapedWord'.
firefox-62.0/gfx/thebes/gfxTextRun.cpp:1467:46: note: Function 'CopyGlyphDataFrom' argument 1 names different: declaration 'aSource' definition 'aShapedWord'.
firefox-62.0/gfx/thebes/gfxTextRun.cpp:1467:68: style: Function 'CopyGlyphDataFrom' argument 2 names different: declaration 'aStart' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxTextRun.h:625:61: note: Function 'CopyGlyphDataFrom' argument 2 names different: declaration 'aStart' definition 'aOffset'.
firefox-62.0/gfx/thebes/gfxTextRun.cpp:1467:68: note: Function 'CopyGlyphDataFrom' argument 2 names different: declaration 'aStart' definition 'aOffset'.
firefox-62.0/gfx/thebes/gfxTextRun.cpp:3490:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/gfx/thebes/gfxUserFontSet.cpp:1070:47: style: Function 'LookupFamily' argument 1 names different: declaration 'aName' definition 'aFamilyName'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxUserFontSet.h:277:54: note: Function 'LookupFamily' argument 1 names different: declaration 'aName' definition 'aFamilyName'.
firefox-62.0/gfx/thebes/gfxUserFontSet.cpp:1070:47: note: Function 'LookupFamily' argument 1 names different: declaration 'aName' definition 'aFamilyName'.
firefox-62.0/gfx/thebes/gfxUserFontSet.cpp:126:5: performance: Variable 'mSrcList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxLineSegment.h:18:8: style: Technically the member function 'gfxLineSegment::PointsOnSameSide' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxLineSegment.h:43:8: style: Technically the member function 'gfxLineSegment::Intersects' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxWindowsNativeDrawing.cpp:38:26: warning: Member variable 'gfxWindowsNativeDrawing::mTransformType' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/d3dkmtQueryStatistics.h:167:0: error: syntax error [syntaxError]
firefox-62.0/gfx/thebes/gfxWindowsSurface.cpp:38:67: style: Function 'gfxWindowsSurface' argument 1 names different: declaration 'size' definition 'realSize'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:34:61: note: Function 'gfxWindowsSurface' argument 1 names different: declaration 'size' definition 'realSize'.
firefox-62.0/gfx/thebes/gfxWindowsSurface.cpp:38:67: note: Function 'gfxWindowsSurface' argument 1 names different: declaration 'size' definition 'realSize'.
firefox-62.0/gfx/thebes/gfxWindowsSurface.cpp:83:56: style: Function 'CreateSimilarSurface' argument 1 names different: declaration 'aType' definition 'aContent'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:39:79: note: Function 'CreateSimilarSurface' argument 1 names different: declaration 'aType' definition 'aContent'.
firefox-62.0/gfx/thebes/gfxWindowsSurface.cpp:83:56: note: Function 'CreateSimilarSurface' argument 1 names different: declaration 'aType' definition 'aContent'.
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:53:10: performance: Technically the member function 'gfxWindowsSurface::MakeInvalid' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxWindowsSurface.cpp:33:20: note: Technically the member function 'gfxWindowsSurface::MakeInvalid' can be static.
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:53:10: note: Technically the member function 'gfxWindowsSurface::MakeInvalid' can be static.
firefox-62.0/gfx/thebes/gfxXlibSurface.h:67:14: style: Technically the member function 'gfxXlibSurface::XDrawable' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:366:44: style: Function 'GetColormapAndVisual' argument 1 names different: declaration 'screen' definition 'aScreen'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:302:46: note: Function 'GetColormapAndVisual' argument 1 names different: declaration 'screen' definition 'aScreen'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:366:44: note: Function 'GetColormapAndVisual' argument 1 names different: declaration 'screen' definition 'aScreen'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:366:72: style: Function 'GetColormapAndVisual' argument 2 names different: declaration 'format' definition 'aFormat'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:303:59: note: Function 'GetColormapAndVisual' argument 2 names different: declaration 'format' definition 'aFormat'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:366:72: note: Function 'GetColormapAndVisual' argument 2 names different: declaration 'format' definition 'aFormat'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:367:44: style: Function 'GetColormapAndVisual' argument 3 names different: declaration 'visual' definition 'aVisual'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:304:48: note: Function 'GetColormapAndVisual' argument 3 names different: declaration 'visual' definition 'aVisual'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:367:44: note: Function 'GetColormapAndVisual' argument 3 names different: declaration 'visual' definition 'aVisual'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:367:63: style: Function 'GetColormapAndVisual' argument 4 names different: declaration 'colormap' definition 'aColormap'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:304:66: note: Function 'GetColormapAndVisual' argument 4 names different: declaration 'colormap' definition 'aColormap'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:367:63: note: Function 'GetColormapAndVisual' argument 4 names different: declaration 'colormap' definition 'aColormap'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:368:45: style: Function 'GetColormapAndVisual' argument 5 names different: declaration 'visualForColormap' definition 'aVisualForColormap'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:305:49: note: Function 'GetColormapAndVisual' argument 5 names different: declaration 'visualForColormap' definition 'aVisualForColormap'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:368:45: note: Function 'GetColormapAndVisual' argument 5 names different: declaration 'visualForColormap' definition 'aVisualForColormap'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:456:48: style: Function 'GetColormapAndVisual' argument 2 names different: declaration 'colormap' definition 'aColormap'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxXlibSurface.h:73:79: note: Function 'GetColormapAndVisual' argument 2 names different: declaration 'colormap' definition 'aColormap'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:456:48: note: Function 'GetColormapAndVisual' argument 2 names different: declaration 'colormap' definition 'aColormap'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:456:68: style: Function 'GetColormapAndVisual' argument 3 names different: declaration 'visual' definition 'aVisual'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxXlibSurface.h:73:98: note: Function 'GetColormapAndVisual' argument 3 names different: declaration 'visual' definition 'aVisual'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:456:68: note: Function 'GetColormapAndVisual' argument 3 names different: declaration 'visual' definition 'aVisual'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:468:48: style: Function 'GetColormapAndVisual' argument 1 names different: declaration 'colormap' definition 'aColormap'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxXlibSurface.h:85:41: note: Function 'GetColormapAndVisual' argument 1 names different: declaration 'colormap' definition 'aColormap'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:468:48: note: Function 'GetColormapAndVisual' argument 1 names different: declaration 'colormap' definition 'aColormap'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:468:68: style: Function 'GetColormapAndVisual' argument 2 names different: declaration 'visual' definition 'aVisual'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxXlibSurface.h:85:60: note: Function 'GetColormapAndVisual' argument 2 names different: declaration 'visual' definition 'aVisual'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:468:68: note: Function 'GetColormapAndVisual' argument 2 names different: declaration 'visual' definition 'aVisual'.
firefox-62.0/gfx/thebes/gfxXlibSurface.cpp:328:14: performance: Technically the member function 'DisplayTable::FindDisplay::Equals' can be static. [functionStatic]
firefox-62.0/gfx/vr/gfxVR.h:167:8: style: Technically the member function 'mozilla::gfx::VRTelemetry::IsLastDroppedFrameValid' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayClient.h:34:8: style: Technically the member function 'mozilla::gfx::VRDisplayClient::GetSubmitFrameResult' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayClient.cpp:158:18: note: Technically the member function 'mozilla::gfx::VRDisplayClient::GetSubmitFrameResult' can be const.
firefox-62.0/gfx/vr/VRDisplayClient.h:34:8: note: Technically the member function 'mozilla::gfx::VRDisplayClient::GetSubmitFrameResult' can be const.
firefox-62.0/gfx/vr/VRThread.h:49:1: style: The class 'VRThread' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/vr/VRDisplayHost.h:56:8: style: Technically the member function 'mozilla::gfx::VRDisplayHost::GetIsConnected' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayHost.cpp:162:16: note: Technically the member function 'mozilla::gfx::VRDisplayHost::GetIsConnected' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:56:8: note: Technically the member function 'mozilla::gfx::VRDisplayHost::GetIsConnected' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:62:10: style: Technically the member function 'mozilla::gfx::VRDisplayHost::AutoRestoreRenderState::IsSuccess' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayHost.cpp:64:40: note: Technically the member function 'mozilla::gfx::VRDisplayHost::AutoRestoreRenderState::IsSuccess' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:62:10: note: Technically the member function 'mozilla::gfx::VRDisplayHost::AutoRestoreRenderState::IsSuccess' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:123:12: style: Technically the member function 'mozilla::gfx::VRControllerHost::GetButtonPressed' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayHost.cpp:379:19: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetButtonPressed' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:123:12: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetButtonPressed' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:125:12: style: Technically the member function 'mozilla::gfx::VRControllerHost::GetButtonTouched' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayHost.cpp:391:19: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetButtonTouched' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:125:12: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetButtonTouched' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:127:32: style: Technically the member function 'mozilla::gfx::VRControllerHost::GetPose' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayHost.cpp:403:19: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetPose' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:127:32: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetPose' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:128:20: style: Technically the member function 'mozilla::gfx::VRControllerHost::GetHand' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayHost.cpp:409:19: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetHand' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:128:20: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetHand' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:130:12: style: Technically the member function 'mozilla::gfx::VRControllerHost::GetVibrateIndex' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayHost.cpp:421:19: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetVibrateIndex' can be const.
firefox-62.0/gfx/vr/VRDisplayHost.h:130:12: note: Technically the member function 'mozilla::gfx::VRControllerHost::GetVibrateIndex' can be const.
firefox-62.0/gfx/vr/VRDisplayPresentation.h:28:8: style: Technically the member function 'mozilla::gfx::VRDisplayPresentation::GetDOMLayers' can be const. [functionConst]
firefox-62.0/gfx/vr/VRDisplayPresentation.cpp:130:24: note: Technically the member function 'mozilla::gfx::VRDisplayPresentation::GetDOMLayers' can be const.
firefox-62.0/gfx/vr/VRDisplayPresentation.h:28:8: note: Technically the member function 'mozilla::gfx::VRDisplayPresentation::GetDOMLayers' can be const.
firefox-62.0/gfx/vr/VRManager.h:57:8: style: Technically the member function 'mozilla::gfx::VRManager::StopVibrateHaptic' can be const. [functionConst]
firefox-62.0/gfx/vr/VRManager.cpp:549:12: note: Technically the member function 'mozilla::gfx::VRManager::StopVibrateHaptic' can be const.
firefox-62.0/gfx/vr/VRManager.h:57:8: note: Technically the member function 'mozilla::gfx::VRManager::StopVibrateHaptic' can be const.
firefox-62.0/gfx/vr/VRManager.h:58:8: performance: Technically the member function 'mozilla::gfx::VRManager::NotifyVibrateHapticCompleted' can be static. [functionStatic]
firefox-62.0/gfx/vr/VRManager.cpp:557:12: note: Technically the member function 'mozilla::gfx::VRManager::NotifyVibrateHapticCompleted' can be static.
firefox-62.0/gfx/vr/VRManager.h:58:8: note: Technically the member function 'mozilla::gfx::VRManager::NotifyVibrateHapticCompleted' can be static.
firefox-62.0/gfx/vr/VRThread.h:59:12: style: Technically the member function 'mozilla::gfx::VRThread::GetLifeTime' can be const. [functionConst]
firefox-62.0/gfx/vr/VRThread.cpp:230:11: note: Technically the member function 'mozilla::gfx::VRThread::GetLifeTime' can be const.
firefox-62.0/gfx/vr/VRThread.h:59:12: note: Technically the member function 'mozilla::gfx::VRThread::GetLifeTime' can be const.
firefox-62.0/gfx/vr/VRThread.h:64:8: style: Technically the member function 'mozilla::gfx::VRThread::IsActive' can be const. [functionConst]
firefox-62.0/gfx/vr/VRThread.cpp:236:11: note: Technically the member function 'mozilla::gfx::VRThread::IsActive' can be const.
firefox-62.0/gfx/vr/VRThread.h:64:8: note: Technically the member function 'mozilla::gfx::VRThread::IsActive' can be const.
firefox-62.0/gfx/vr/gfxVRExternal.h:53:8: performance: Technically the member function 'mozilla::gfx::impl::VRDisplayExternal::PopulateLayerTexture' can be static. [functionStatic]
firefox-62.0/gfx/vr/gfxVRExternal.cpp:163:20: note: Technically the member function 'mozilla::gfx::impl::VRDisplayExternal::PopulateLayerTexture' can be static.
firefox-62.0/gfx/vr/gfxVRExternal.h:53:8: note: Technically the member function 'mozilla::gfx::impl::VRDisplayExternal::PopulateLayerTexture' can be static.
firefox-62.0/gfx/vr/gfxVRExternal.h:122:8: style: Technically the member function 'mozilla::gfx::VRSystemManagerExternal::CloseShmem' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVRExternal.cpp:379:26: note: Technically the member function 'mozilla::gfx::VRSystemManagerExternal::CloseShmem' can be const.
firefox-62.0/gfx/vr/gfxVRExternal.h:122:8: note: Technically the member function 'mozilla::gfx::VRSystemManagerExternal::CloseShmem' can be const.
firefox-62.0/gfx/vr/gfxVROSVR.cpp:226:3: style: Variable 'state.mCapabilityFlags' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/vr/gfxVROSVR.cpp:225:3: note: Variable 'state.mCapabilityFlags' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/vr/gfxVROSVR.cpp:226:3: note: Variable 'state.mCapabilityFlags' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/vr/gfxVROculus.cpp:8:0: error: #error "Oculus 1.3 runtime support only available for Windows" [preprocessorErrorDirective]
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:761:14: style: The scope of the variable 'axisIdx' can be reduced. [variableScope]
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:762:14: style: The scope of the variable 'buttonIdx' can be reduced. [variableScope]
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:763:14: style: The scope of the variable 'triggerIdx' can be reduced. [variableScope]
firefox-62.0/gfx/vr/gfxVROpenVR.h:35:8: style: Technically the member function 'mozilla::gfx::impl::VRDisplayOpenVR::GetIsHmdPresent' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:203:18: note: Technically the member function 'mozilla::gfx::impl::VRDisplayOpenVR::GetIsHmdPresent' can be const.
firefox-62.0/gfx/vr/gfxVROpenVR.h:35:8: note: Technically the member function 'mozilla::gfx::impl::VRDisplayOpenVR::GetIsHmdPresent' can be const.
firefox-62.0/gfx/vr/gfxVROpenVR.h:87:12: style: Technically the member function 'mozilla::gfx::impl::VRControllerOpenVR::GetTrackedIndex' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:461:21: note: Technically the member function 'mozilla::gfx::impl::VRControllerOpenVR::GetTrackedIndex' can be const.
firefox-62.0/gfx/vr/gfxVROpenVR.h:87:12: note: Technically the member function 'mozilla::gfx::impl::VRControllerOpenVR::GetTrackedIndex' can be const.
firefox-62.0/gfx/vr/gfxVROpenVR.h:88:9: style: Technically the member function 'mozilla::gfx::impl::VRControllerOpenVR::GetAxisMove' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:467:21: note: Technically the member function 'mozilla::gfx::impl::VRControllerOpenVR::GetAxisMove' can be const.
firefox-62.0/gfx/vr/gfxVROpenVR.h:88:9: note: Technically the member function 'mozilla::gfx::impl::VRControllerOpenVR::GetAxisMove' can be const.
firefox-62.0/gfx/vr/gfxVROpenVR.h:91:9: style: Technically the member function 'mozilla::gfx::impl::VRControllerOpenVR::GetTrigger' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:485:21: note: Technically the member function 'mozilla::gfx::impl::VRControllerOpenVR::GetTrigger' can be const.
firefox-62.0/gfx/vr/gfxVROpenVR.h:91:9: note: Technically the member function 'mozilla::gfx::impl::VRControllerOpenVR::GetTrigger' can be const.
firefox-62.0/gfx/vr/gfxVROpenVR.h:163:20: performance: Technically the member function 'mozilla::gfx::VRSystemManagerOpenVR::GetGamepadHandFromControllerRole' can be static. [functionStatic]
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:1021:24: note: Technically the member function 'mozilla::gfx::VRSystemManagerOpenVR::GetGamepadHandFromControllerRole' can be static.
firefox-62.0/gfx/vr/gfxVROpenVR.h:163:20: note: Technically the member function 'mozilla::gfx::VRSystemManagerOpenVR::GetGamepadHandFromControllerRole' can be static.
firefox-62.0/gfx/vr/gfxVROpenVR.h:40:16: warning: Virtual function 'StopPresentation' is called from destructor '~VRDisplayOpenVR()' at line 100. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:100:3: note: Calling Destroy
firefox-62.0/gfx/vr/gfxVROpenVR.cpp:107:3: note: Calling StopPresentation
firefox-62.0/gfx/vr/gfxVROpenVR.h:40:16: note: StopPresentation is a virtual method
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:875:48: style: Function 'HandleAxisMove' argument 1 names different: declaration 'aControllerIndex' definition 'aControllerIdx'. [funcArgNamesDifferent]
firefox-62.0/gfx/vr/gfxVRPuppet.h:144:32: note: Function 'HandleAxisMove' argument 1 names different: declaration 'aControllerIndex' definition 'aControllerIdx'.
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:875:48: note: Function 'HandleAxisMove' argument 1 names different: declaration 'aControllerIndex' definition 'aControllerIdx'.
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:888:52: style: Function 'HandlePoseTracking' argument 1 names different: declaration 'aControllerIndex' definition 'aControllerIdx'. [funcArgNamesDifferent]
firefox-62.0/gfx/vr/gfxVRPuppet.h:146:36: note: Function 'HandlePoseTracking' argument 1 names different: declaration 'aControllerIndex' definition 'aControllerIdx'.
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:888:52: note: Function 'HandlePoseTracking' argument 1 names different: declaration 'aControllerIndex' definition 'aControllerIdx'.
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:581:21: warning: Member variable 'VRControllerPuppet::mAxisMoveState' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/vr/gfxVRPuppet.h:84:12: style: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetButtonPressState' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:617:21: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetButtonPressState' can be const.
firefox-62.0/gfx/vr/gfxVRPuppet.h:84:12: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetButtonPressState' can be const.
firefox-62.0/gfx/vr/gfxVRPuppet.h:86:12: style: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetButtonTouchState' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:640:21: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetButtonTouchState' can be const.
firefox-62.0/gfx/vr/gfxVRPuppet.h:86:12: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetButtonTouchState' can be const.
firefox-62.0/gfx/vr/gfxVRPuppet.h:88:10: style: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetAxisMoveState' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:655:21: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetAxisMoveState' can be const.
firefox-62.0/gfx/vr/gfxVRPuppet.h:88:10: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetAxisMoveState' can be const.
firefox-62.0/gfx/vr/gfxVRPuppet.h:90:32: style: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetPoseMoveState' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:667:21: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetPoseMoveState' can be const.
firefox-62.0/gfx/vr/gfxVRPuppet.h:90:32: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetPoseMoveState' can be const.
firefox-62.0/gfx/vr/gfxVRPuppet.h:91:9: style: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetAxisMove' can be const. [functionConst]
firefox-62.0/gfx/vr/gfxVRPuppet.cpp:673:21: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetAxisMove' can be const.
firefox-62.0/gfx/vr/gfxVRPuppet.h:91:9: note: Technically the member function 'mozilla::gfx::impl::VRControllerPuppet::GetAxisMove' can be const.
firefox-62.0/gfx/vr/ipc/VRManagerParent.cpp:162:45: style: Function 'OnChannelConnected' argument 1 names different: declaration 'pid' definition 'aPid'. [funcArgNamesDifferent]
firefox-62.0/gfx/vr/ipc/VRManagerParent.h:53:35: note: Function 'OnChannelConnected' argument 1 names different: declaration 'pid' definition 'aPid'.
firefox-62.0/gfx/vr/ipc/VRManagerParent.cpp:162:45: note: Function 'OnChannelConnected' argument 1 names different: declaration 'pid' definition 'aPid'.
firefox-62.0/gfx/vr/openvr/src/envvartools_public.cpp:29:0: error: #error "Unsupported Platform" [preprocessorErrorDirective]
firefox-62.0/gfx/vr/openvr/src/pathtools_public.cpp:731:0: error: #error Do not know how to write atomic file [preprocessorErrorDirective]
firefox-62.0/gfx/vr/openvr/src/strtools_public.cpp:159:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/vr/openvr/src/strtools_public.cpp:175:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/vr/openvr/src/vrpathregistry_public.cpp:144:0: error: #error "Unsupported platform" [preprocessorErrorDirective]
firefox-62.0/gfx/webrender_bindings/WebRenderTypes.h:616:10: style: Technically the member function 'mozilla::wr::Vec < uint8_t >::Length' can be const. [functionConst]
firefox-62.0/gfx/webrender_bindings/webrender_ffi.h:54:21: style: Technically the member function 'mozilla::wr::FontInstanceFlags::operator|' can be const. [functionConst]
firefox-62.0/gfx/webrender_bindings/webrender_ffi.h:64:21: style: Technically the member function 'mozilla::wr::FontInstanceFlags::operator&' can be const. [functionConst]
firefox-62.0/gfx/webrender_bindings/Moz2DImageRenderer.cpp:98:15: style: Technically the member function 'mozilla::wr::FontDeleteLog::Find' can be const. [functionConst]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1029:44: performance: Function parameter 'aDocSize' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1058:33: performance: Function parameter 'aPoint' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1098:40: performance: Function parameter 'aClipRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1115:48: performance: Function parameter 'aContentRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1116:48: performance: Function parameter 'aClipRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1121:48: performance: Function parameter 'aContentRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1128:52: performance: Function parameter 'aAppliedOffset' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1154:35: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1155:35: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1167:44: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1168:44: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1171:45: performance: Function parameter 'aStartPoint' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1172:45: performance: Function parameter 'aEndPoint' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1181:41: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1182:41: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1185:41: performance: Function parameter 'aImage' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1196:51: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1197:51: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1200:52: performance: Function parameter 'aCenter' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1201:51: performance: Function parameter 'aRadius' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1210:39: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1211:39: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1213:39: performance: Function parameter 'aBoxBounds' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1214:43: performance: Function parameter 'aOffset' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1224:39: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1240:35: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1242:37: performance: Function parameter 'aPipelineId' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1248:34: performance: Function parameter 'aBounds' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1249:34: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1251:34: performance: Function parameter 'aStretchSize' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1252:34: performance: Function parameter 'aTileSpacing' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1254:34: performance: Function parameter 'aKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1271:44: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1272:44: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1274:45: performance: Function parameter 'aStartPoint' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1275:45: performance: Function parameter 'aEndPoint' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1279:44: performance: Function parameter 'aTileSize' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1280:44: performance: Function parameter 'aTileSpacing' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1285:44: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1286:44: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1288:45: performance: Function parameter 'aCenter' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1289:44: performance: Function parameter 'aRadius' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1293:44: performance: Function parameter 'aTileSize' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1294:44: performance: Function parameter 'aTileSpacing' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1299:33: performance: Function parameter 'aRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1300:33: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1312:35: performance: Function parameter 'aBounds' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1313:35: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1315:31: performance: Function parameter 'aShadow' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1320:45: performance: Function parameter 'aBounds' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1338:33: performance: Function parameter 'aBounds' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1339:33: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1342:40: performance: Function parameter 'aFontKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1351:43: performance: Function parameter 'aBounds' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1352:43: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1354:43: performance: Function parameter 'aImageKey0' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1355:43: performance: Function parameter 'aImageKey1' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1356:48: performance: Function parameter 'aColorSpace' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1363:50: performance: Function parameter 'aBounds' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1364:50: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1366:50: performance: Function parameter 'aImageKey0' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1367:55: performance: Function parameter 'aColorSpace' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1374:45: performance: Function parameter 'aBounds' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1375:45: performance: Function parameter 'aClip' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1377:45: performance: Function parameter 'aImageKey0' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1378:45: performance: Function parameter 'aImageKey1' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1379:45: performance: Function parameter 'aImageKey2' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1380:50: performance: Function parameter 'aColorSpace' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1415:45: performance: Function parameter 'aInfo' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1429:45: performance: Function parameter 'aPipelineId' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1480:52: performance: Function parameter 'aImageKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1487:56: performance: Function parameter 'aImageKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1496:56: performance: Function parameter 'aKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1503:62: performance: Function parameter 'aKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1504:54: performance: Function parameter 'aFontKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1513:47: performance: Function parameter 'aImageKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1520:49: performance: Function parameter 'aKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1531:48: performance: Function parameter 'aKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1536:65: performance: Function parameter 'aKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1541:50: performance: Function parameter 'aKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1546:55: performance: Function parameter 'aImageKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1549:59: performance: Function parameter 'aDirtyRect' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1554:59: performance: Function parameter 'aKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1563:50: performance: Function parameter 'aKey' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1585:36: performance: Function parameter 'aPipelineId' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1586:34: performance: Function parameter 'aContentSize' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1606:48: performance: Function parameter 'aEpoch' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1607:53: performance: Function parameter 'aPipelineId' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1628:50: performance: Function parameter 'aPipelineId' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1633:47: performance: Function parameter 'aPipelineId' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1635:46: performance: Function parameter 'aNewScrollOrigin' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1640:46: performance: Function parameter 'aEpoch' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1644:51: performance: Function parameter 'aPipelineId' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1645:49: performance: Function parameter 'aContentSize' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1646:65: performance: Function parameter 'aDlDescriptor' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1652:52: performance: Function parameter 'aPipelineId' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1671:47: performance: Function parameter 'aPipelineId' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1672:42: performance: Function parameter 'aEpoch' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/webrender_ffi_generated.h:1680:29: performance: Function parameter 'aV' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/webrender_bindings/RenderCompositorANGLE.cpp:116:15: style: Variable 'egl' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/webrender_bindings/RenderCompositorANGLE.cpp:416:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/webrender_bindings/RenderD3D11TextureHostOGL.h:31:24: style: The function 'GetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/webrender_bindings/RenderTextureHostOGL.h:25:24: note: Virtual function in base class
firefox-62.0/gfx/webrender_bindings/RenderD3D11TextureHostOGL.h:31:24: note: Function in derived class
firefox-62.0/gfx/webrender_bindings/RenderD3D11TextureHostOGL.h:32:18: style: The function 'GetGLHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/webrender_bindings/RenderTextureHostOGL.h:26:18: note: Virtual function in base class
firefox-62.0/gfx/webrender_bindings/RenderD3D11TextureHostOGL.h:32:18: note: Function in derived class
firefox-62.0/gfx/webrender_bindings/RenderD3D11TextureHostOGL.h:71:24: style: The function 'GetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/webrender_bindings/RenderTextureHostOGL.h:25:24: note: Virtual function in base class
firefox-62.0/gfx/webrender_bindings/RenderD3D11TextureHostOGL.h:71:24: note: Function in derived class
firefox-62.0/gfx/webrender_bindings/RenderD3D11TextureHostOGL.h:72:18: style: The function 'GetGLHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/webrender_bindings/RenderTextureHostOGL.h:26:18: note: Virtual function in base class
firefox-62.0/gfx/webrender_bindings/RenderD3D11TextureHostOGL.h:72:18: note: Function in derived class
firefox-62.0/gfx/webrender_bindings/RenderMacIOSurfaceTextureHostOGL.cpp:29: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/gfx/webrender_bindings/RenderMacIOSurfaceTextureHostOGL.cpp:27:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/webrender_bindings/RenderMacIOSurfaceTextureHostOGL.cpp:29:3: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/webrender_bindings/RenderThread.cpp:259:73: style: Function 'RunEvent' argument 2 names different: declaration 'aCallBack' definition 'aEvent'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/RenderThread.h:129:66: note: Function 'RunEvent' argument 2 names different: declaration 'aCallBack' definition 'aEvent'.
firefox-62.0/gfx/webrender_bindings/RenderThread.cpp:259:73: note: Function 'RunEvent' argument 2 names different: declaration 'aCallBack' definition 'aEvent'.
firefox-62.0/gfx/webrender_bindings/RenderThread.h:173:8: style: Technically the member function 'mozilla::wr::RenderThread::IsHandlingDeviceReset' can be const. [functionConst]
firefox-62.0/gfx/webrender_bindings/RenderThread.cpp:583:15: note: Technically the member function 'mozilla::wr::RenderThread::IsHandlingDeviceReset' can be const.
firefox-62.0/gfx/webrender_bindings/RenderThread.h:173:8: note: Technically the member function 'mozilla::wr::RenderThread::IsHandlingDeviceReset' can be const.
firefox-62.0/gfx/webrender_bindings/RenderThread.h:177:10: style: Technically the member function 'mozilla::wr::RenderThread::RendererCount' can be const. [functionConst]
firefox-62.0/gfx/webrender_bindings/RenderThread.cpp:193:15: note: Technically the member function 'mozilla::wr::RenderThread::RendererCount' can be const.
firefox-62.0/gfx/webrender_bindings/RenderThread.h:177:10: note: Technically the member function 'mozilla::wr::RenderThread::RendererCount' can be const.
firefox-62.0/gfx/webrender_bindings/RenderThread.h:183:8: performance: Technically the member function 'mozilla::wr::RenderThread::ShutDownTask' can be static. [functionStatic]
firefox-62.0/gfx/webrender_bindings/RenderThread.cpp:117:15: note: Technically the member function 'mozilla::wr::RenderThread::ShutDownTask' can be static.
firefox-62.0/gfx/webrender_bindings/RenderThread.h:183:8: note: Technically the member function 'mozilla::wr::RenderThread::ShutDownTask' can be static.
firefox-62.0/gfx/webrender_bindings/RendererOGL.h:50:30: style: Technically the member function 'mozilla::wr::RendererOGL::GetExternalImageHandler' can be const. [functionConst]
firefox-62.0/gfx/webrender_bindings/RendererOGL.cpp:75:14: note: Technically the member function 'mozilla::wr::RendererOGL::GetExternalImageHandler' can be const.
firefox-62.0/gfx/webrender_bindings/RendererOGL.h:50:30: note: Technically the member function 'mozilla::wr::RendererOGL::GetExternalImageHandler' can be const.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:186:69: style: Function 'ClearDisplayList' argument 2 names different: declaration 'aPipeline' definition 'aPipelineId'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:74:56: note: Function 'ClearDisplayList' argument 2 names different: declaration 'aPipeline' definition 'aPipelineId'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:186:69: note: Function 'ClearDisplayList' argument 2 names different: declaration 'aPipeline' definition 'aPipelineId'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:217:68: style: Function 'SetWindowParameters' argument 2 names different: declaration 'aDocRect' definition 'aDocumentRect'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:82:55: note: Function 'SetWindowParameters' argument 2 names different: declaration 'aDocRect' definition 'aDocumentRect'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:217:68: note: Function 'SetWindowParameters' argument 2 names different: declaration 'aDocRect' definition 'aDocumentRect'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:368:37: style: Function 'Readback' argument 1 names different: declaration 'aSize' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:190:30: note: Function 'Readback' argument 1 names different: declaration 'aSize' definition 'size'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:368:37: note: Function 'Readback' argument 1 names different: declaration 'aSize' definition 'size'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:369:33: style: Function 'Readback' argument 2 names different: declaration 'aBuffer' definition 'buffer'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:190:46: note: Function 'Readback' argument 2 names different: declaration 'aBuffer' definition 'buffer'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:369:33: note: Function 'Readback' argument 2 names different: declaration 'aBuffer' definition 'buffer'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:370:33: style: Function 'Readback' argument 3 names different: declaration 'aBufferSize' definition 'buffer_size'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:190:64: note: Function 'Readback' argument 3 names different: declaration 'aBufferSize' definition 'buffer_size'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:370:33: note: Function 'Readback' argument 3 names different: declaration 'aBufferSize' definition 'buffer_size'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:588:53: style: Function 'AddExternalImageBuffer' argument 1 names different: declaration 'key' definition 'aKey'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:98:40: note: Function 'AddExternalImageBuffer' argument 1 names different: declaration 'key' definition 'aKey'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:588:53: note: Function 'AddExternalImageBuffer' argument 1 names different: declaration 'key' definition 'aKey'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:1033:61: style: Function 'PushYCbCrPlanarImage' argument 8 names different: declaration 'aFilter' definition 'aRendering'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:376:48: note: Function 'PushYCbCrPlanarImage' argument 8 names different: declaration 'aFilter' definition 'aRendering'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:1033:61: note: Function 'PushYCbCrPlanarImage' argument 8 names different: declaration 'aFilter' definition 'aRendering'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:1053:54: style: Function 'PushNV12Image' argument 7 names different: declaration 'aFilter' definition 'aRendering'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:384:41: note: Function 'PushNV12Image' argument 7 names different: declaration 'aFilter' definition 'aRendering'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:1053:54: note: Function 'PushNV12Image' argument 7 names different: declaration 'aFilter' definition 'aRendering'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:1071:66: style: Function 'PushYCbCrInterleavedImage' argument 6 names different: declaration 'aFilter' definition 'aRendering'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:391:53: note: Function 'PushYCbCrInterleavedImage' argument 6 names different: declaration 'aFilter' definition 'aRendering'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:1071:66: note: Function 'PushYCbCrInterleavedImage' argument 6 names different: declaration 'aFilter' definition 'aRendering'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:1186:54: style: Function 'PushShadow' argument 1 names different: declaration 'aBounds' definition 'aRect'. [funcArgNamesDifferent]
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.h:451:41: note: Function 'PushShadow' argument 1 names different: declaration 'aBounds' definition 'aRect'.
firefox-62.0/gfx/webrender_bindings/WebRenderAPI.cpp:1186:54: note: Function 'PushShadow' argument 1 names different: declaration 'aBounds' definition 'aRect'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:67:39: style: Function 'ConvertYCbCrToRGB32' argument 1 names different: declaration 'yplane' definition 'y_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:48:39: note: Function 'ConvertYCbCrToRGB32' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:67:39: note: Function 'ConvertYCbCrToRGB32' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:68:39: style: Function 'ConvertYCbCrToRGB32' argument 2 names different: declaration 'uplane' definition 'u_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:49:39: note: Function 'ConvertYCbCrToRGB32' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:68:39: note: Function 'ConvertYCbCrToRGB32' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:69:39: style: Function 'ConvertYCbCrToRGB32' argument 3 names different: declaration 'vplane' definition 'v_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:50:39: note: Function 'ConvertYCbCrToRGB32' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:69:39: note: Function 'ConvertYCbCrToRGB32' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:70:33: style: Function 'ConvertYCbCrToRGB32' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:51:33: note: Function 'ConvertYCbCrToRGB32' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:70:33: note: Function 'ConvertYCbCrToRGB32' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:75:30: style: Function 'ConvertYCbCrToRGB32' argument 9 names different: declaration 'ystride' definition 'y_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:56:30: note: Function 'ConvertYCbCrToRGB32' argument 9 names different: declaration 'ystride' definition 'y_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:75:30: note: Function 'ConvertYCbCrToRGB32' argument 9 names different: declaration 'ystride' definition 'y_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:76:30: style: Function 'ConvertYCbCrToRGB32' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:57:30: note: Function 'ConvertYCbCrToRGB32' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:76:30: note: Function 'ConvertYCbCrToRGB32' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:77:30: style: Function 'ConvertYCbCrToRGB32' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:58:30: note: Function 'ConvertYCbCrToRGB32' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:77:30: note: Function 'ConvertYCbCrToRGB32' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:167:50: style: Function 'ConvertYCbCrToRGB32_deprecated' argument 1 names different: declaration 'yplane' definition 'y_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:62:50: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:167:50: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:168:50: style: Function 'ConvertYCbCrToRGB32_deprecated' argument 2 names different: declaration 'uplane' definition 'u_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:63:50: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:168:50: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:169:50: style: Function 'ConvertYCbCrToRGB32_deprecated' argument 3 names different: declaration 'vplane' definition 'v_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:64:50: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:169:50: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:170:44: style: Function 'ConvertYCbCrToRGB32_deprecated' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:65:44: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:170:44: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:175:41: style: Function 'ConvertYCbCrToRGB32_deprecated' argument 9 names different: declaration 'ystride' definition 'y_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:70:41: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 9 names different: declaration 'ystride' definition 'y_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:175:41: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 9 names different: declaration 'ystride' definition 'y_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:176:41: style: Function 'ConvertYCbCrToRGB32_deprecated' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:71:41: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:176:41: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:177:41: style: Function 'ConvertYCbCrToRGB32_deprecated' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:72:41: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:177:41: note: Function 'ConvertYCbCrToRGB32_deprecated' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:282:37: style: Function 'ScaleYCbCrToRGB32' argument 1 names different: declaration 'yplane' definition 'y_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:77:37: note: Function 'ScaleYCbCrToRGB32' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:282:37: note: Function 'ScaleYCbCrToRGB32' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:283:37: style: Function 'ScaleYCbCrToRGB32' argument 2 names different: declaration 'uplane' definition 'u_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:78:37: note: Function 'ScaleYCbCrToRGB32' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:283:37: note: Function 'ScaleYCbCrToRGB32' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:284:37: style: Function 'ScaleYCbCrToRGB32' argument 3 names different: declaration 'vplane' definition 'v_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:79:37: note: Function 'ScaleYCbCrToRGB32' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:284:37: note: Function 'ScaleYCbCrToRGB32' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:285:31: style: Function 'ScaleYCbCrToRGB32' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:80:31: note: Function 'ScaleYCbCrToRGB32' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:285:31: note: Function 'ScaleYCbCrToRGB32' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:290:28: style: Function 'ScaleYCbCrToRGB32' argument 9 names different: declaration 'ystride' definition 'y_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:85:28: note: Function 'ScaleYCbCrToRGB32' argument 9 names different: declaration 'ystride' definition 'y_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:290:28: note: Function 'ScaleYCbCrToRGB32' argument 9 names different: declaration 'ystride' definition 'y_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:291:28: style: Function 'ScaleYCbCrToRGB32' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:86:28: note: Function 'ScaleYCbCrToRGB32' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:291:28: note: Function 'ScaleYCbCrToRGB32' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:292:28: style: Function 'ScaleYCbCrToRGB32' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:87:28: note: Function 'ScaleYCbCrToRGB32' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:292:28: note: Function 'ScaleYCbCrToRGB32' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:336:48: style: Function 'ScaleYCbCrToRGB32_deprecated' argument 1 names different: declaration 'yplane' definition 'y_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:92:48: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:336:48: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:337:48: style: Function 'ScaleYCbCrToRGB32_deprecated' argument 2 names different: declaration 'uplane' definition 'u_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:93:48: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:337:48: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:338:48: style: Function 'ScaleYCbCrToRGB32_deprecated' argument 3 names different: declaration 'vplane' definition 'v_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:94:48: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:338:48: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:339:42: style: Function 'ScaleYCbCrToRGB32_deprecated' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:95:42: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:339:42: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 4 names different: declaration 'rgbframe' definition 'rgb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:344:39: style: Function 'ScaleYCbCrToRGB32_deprecated' argument 9 names different: declaration 'ystride' definition 'y_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:100:39: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 9 names different: declaration 'ystride' definition 'y_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:344:39: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 9 names different: declaration 'ystride' definition 'y_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:345:39: style: Function 'ScaleYCbCrToRGB32_deprecated' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:101:39: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:345:39: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 10 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:346:39: style: Function 'ScaleYCbCrToRGB32_deprecated' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:102:39: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:346:39: note: Function 'ScaleYCbCrToRGB32_deprecated' argument 11 names different: declaration 'rgbstride' definition 'rgb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:525:41: style: Function 'ConvertYCbCrAToARGB32' argument 1 names different: declaration 'yplane' definition 'y_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:107:41: note: Function 'ConvertYCbCrAToARGB32' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:525:41: note: Function 'ConvertYCbCrAToARGB32' argument 1 names different: declaration 'yplane' definition 'y_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:526:41: style: Function 'ConvertYCbCrAToARGB32' argument 2 names different: declaration 'uplane' definition 'u_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:108:41: note: Function 'ConvertYCbCrAToARGB32' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:526:41: note: Function 'ConvertYCbCrAToARGB32' argument 2 names different: declaration 'uplane' definition 'u_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:527:41: style: Function 'ConvertYCbCrAToARGB32' argument 3 names different: declaration 'vplane' definition 'v_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:109:41: note: Function 'ConvertYCbCrAToARGB32' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:527:41: note: Function 'ConvertYCbCrAToARGB32' argument 3 names different: declaration 'vplane' definition 'v_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:528:41: style: Function 'ConvertYCbCrAToARGB32' argument 4 names different: declaration 'aplane' definition 'a_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:110:41: note: Function 'ConvertYCbCrAToARGB32' argument 4 names different: declaration 'aplane' definition 'a_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:528:41: note: Function 'ConvertYCbCrAToARGB32' argument 4 names different: declaration 'aplane' definition 'a_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:529:35: style: Function 'ConvertYCbCrAToARGB32' argument 5 names different: declaration 'argbframe' definition 'argb_buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:111:35: note: Function 'ConvertYCbCrAToARGB32' argument 5 names different: declaration 'argbframe' definition 'argb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:529:35: note: Function 'ConvertYCbCrAToARGB32' argument 5 names different: declaration 'argbframe' definition 'argb_buf'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:532:32: style: Function 'ConvertYCbCrAToARGB32' argument 8 names different: declaration 'yastride' definition 'ya_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:114:32: note: Function 'ConvertYCbCrAToARGB32' argument 8 names different: declaration 'yastride' definition 'ya_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:532:32: note: Function 'ConvertYCbCrAToARGB32' argument 8 names different: declaration 'yastride' definition 'ya_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:533:32: style: Function 'ConvertYCbCrAToARGB32' argument 9 names different: declaration 'uvstride' definition 'uv_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:115:32: note: Function 'ConvertYCbCrAToARGB32' argument 9 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:533:32: note: Function 'ConvertYCbCrAToARGB32' argument 9 names different: declaration 'uvstride' definition 'uv_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:534:32: style: Function 'ConvertYCbCrAToARGB32' argument 10 names different: declaration 'argbstride' definition 'argb_pitch'. [funcArgNamesDifferent]
firefox-62.0/gfx/ycbcr/yuv_convert.h:116:32: note: Function 'ConvertYCbCrAToARGB32' argument 10 names different: declaration 'argbstride' definition 'argb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:534:32: note: Function 'ConvertYCbCrAToARGB32' argument 10 names different: declaration 'argbstride' definition 'argb_pitch'.
firefox-62.0/gfx/ycbcr/yuv_convert.cpp:410:17: style: Variable 'source_dy' is assigned a value that is never used. [unreadVariable]
firefox-62.0/hal/Hal.cpp:108:64: style: Function 'Vibrate' argument 2 names different: declaration 'aWindow' definition 'window'. [funcArgNamesDifferent]
firefox-62.0/hal/Hal.h:65:34: note: Function 'Vibrate' argument 2 names different: declaration 'aWindow' definition 'window'.
firefox-62.0/hal/Hal.cpp:108:64: note: Function 'Vibrate' argument 2 names different: declaration 'aWindow' definition 'window'.
firefox-62.0/hal/Hal.cpp:143:35: style: Function 'CancelVibrate' argument 1 names different: declaration 'aWindow' definition 'window'. [funcArgNamesDifferent]
firefox-62.0/hal/Hal.h:81:40: note: Function 'CancelVibrate' argument 1 names different: declaration 'aWindow' definition 'window'.
firefox-62.0/hal/Hal.cpp:143:35: note: Function 'CancelVibrate' argument 1 names different: declaration 'aWindow' definition 'window'.
firefox-62.0/hal/Hal.cpp:359:42: style: Function 'RegisterBatteryObserver' argument 1 names different: declaration 'aBatteryObserver' definition 'aObserver'. [funcArgNamesDifferent]
firefox-62.0/hal/Hal.h:88:47: note: Function 'RegisterBatteryObserver' argument 1 names different: declaration 'aBatteryObserver' definition 'aObserver'.
firefox-62.0/hal/Hal.cpp:359:42: note: Function 'RegisterBatteryObserver' argument 1 names different: declaration 'aBatteryObserver' definition 'aObserver'.
firefox-62.0/hal/Hal.cpp:366:44: style: Function 'UnregisterBatteryObserver' argument 1 names different: declaration 'aBatteryObserver' definition 'aObserver'. [funcArgNamesDifferent]
firefox-62.0/hal/Hal.h:94:49: note: Function 'UnregisterBatteryObserver' argument 1 names different: declaration 'aBatteryObserver' definition 'aObserver'.
firefox-62.0/hal/Hal.cpp:366:44: note: Function 'UnregisterBatteryObserver' argument 1 names different: declaration 'aBatteryObserver' definition 'aObserver'.
firefox-62.0/hal/Hal.cpp:474:42: style: Function 'RegisterNetworkObserver' argument 1 names different: declaration 'aNetworkObserver' definition 'aObserver'. [funcArgNamesDifferent]
firefox-62.0/hal/Hal.h:150:47: note: Function 'RegisterNetworkObserver' argument 1 names different: declaration 'aNetworkObserver' definition 'aObserver'.
firefox-62.0/hal/Hal.cpp:474:42: note: Function 'RegisterNetworkObserver' argument 1 names different: declaration 'aNetworkObserver' definition 'aObserver'.
firefox-62.0/hal/Hal.cpp:481:44: style: Function 'UnregisterNetworkObserver' argument 1 names different: declaration 'aNetworkObserver' definition 'aObserver'. [funcArgNamesDifferent]
firefox-62.0/hal/Hal.h:156:49: note: Function 'UnregisterNetworkObserver' argument 1 names different: declaration 'aNetworkObserver' definition 'aObserver'.
firefox-62.0/hal/Hal.cpp:481:44: note: Function 'UnregisterNetworkObserver' argument 1 names different: declaration 'aNetworkObserver' definition 'aObserver'.
firefox-62.0/hal/Hal.cpp:232:0: style: The class 'mozilla :: hal :: CachingObserversManager < BatteryInformation >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/hal/Hal.cpp:232:0: style: The class 'mozilla :: hal :: CachingObserversManager < NetworkInformation >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/hal/Hal.cpp:232:0: style: The class 'mozilla :: hal :: CachingObserversManager < ScreenConfiguration >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/hal/Hal.cpp:179:0: style: The class 'mozilla :: hal :: ObserversManager < WakeLockInformation >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/hal/Hal.cpp:179:0: style: The class 'mozilla :: hal :: ObserversManager < BatteryInformation >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/hal/Hal.cpp:179:0: style: The class 'mozilla :: hal :: ObserversManager < NetworkInformation >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/hal/Hal.cpp:179:0: style: The class 'mozilla :: hal :: ObserversManager < ScreenConfiguration >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/hal/WindowIdentifier.h:39:1: warning: The class 'WindowIdentifier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/hal/cocoa/CocoaBattery.cpp:310:55: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
firefox-62.0/hal/linux/UPowerClient.cpp:47:10: style: Technically the member function 'mozilla::hal_impl::UPowerClient::GetLevel' can be const. [functionConst]
firefox-62.0/hal/linux/UPowerClient.cpp:490:15: note: Technically the member function 'mozilla::hal_impl::UPowerClient::GetLevel' can be const.
firefox-62.0/hal/linux/UPowerClient.cpp:47:10: note: Technically the member function 'mozilla::hal_impl::UPowerClient::GetLevel' can be const.
firefox-62.0/hal/linux/UPowerClient.cpp:48:10: style: Technically the member function 'mozilla::hal_impl::UPowerClient::IsCharging' can be const. [functionConst]
firefox-62.0/hal/linux/UPowerClient.cpp:496:15: note: Technically the member function 'mozilla::hal_impl::UPowerClient::IsCharging' can be const.
firefox-62.0/hal/linux/UPowerClient.cpp:48:10: note: Technically the member function 'mozilla::hal_impl::UPowerClient::IsCharging' can be const.
firefox-62.0/hal/linux/UPowerClient.cpp:49:10: style: Technically the member function 'mozilla::hal_impl::UPowerClient::GetRemainingTime' can be const. [functionConst]
firefox-62.0/hal/linux/UPowerClient.cpp:502:15: note: Technically the member function 'mozilla::hal_impl::UPowerClient::GetRemainingTime' can be const.
firefox-62.0/hal/linux/UPowerClient.cpp:49:10: note: Technically the member function 'mozilla::hal_impl::UPowerClient::GetRemainingTime' can be const.
firefox-62.0/hal/linux/UPowerClient.cpp:77:8: performance: Technically the member function 'mozilla::hal_impl::UPowerClient::GetDevicePropertiesAsync' can be static. [functionStatic]
firefox-62.0/hal/linux/UPowerClient.cpp:419:15: note: Technically the member function 'mozilla::hal_impl::UPowerClient::GetDevicePropertiesAsync' can be static.
firefox-62.0/hal/linux/UPowerClient.cpp:77:8: note: Technically the member function 'mozilla::hal_impl::UPowerClient::GetDevicePropertiesAsync' can be static.
firefox-62.0/image/imgFrame.h:31:1: style: The class 'imgFrame' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/image/imgFrame.h:245:10: style: Technically the member function 'mozilla::image::imgFrame::SurfaceWithFormat::IsValid' can be const. [functionConst]
firefox-62.0/image/SourceBuffer.h:313:1: style: The class 'SourceBuffer' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/image/Decoder.h:94:1: style: The class 'Decoder' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/image/SourceBuffer.h:415:12: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
firefox-62.0/image/FrameAnimator.h:69:8: style: Technically the member function 'mozilla::image::AnimationState::GetHasBeenDecoded' can be const. [functionConst]
firefox-62.0/image/FrameAnimator.h:74:8: style: Technically the member function 'mozilla::image::AnimationState::GetHasRequestedDecode' can be const. [functionConst]
firefox-62.0/image/FrameAnimator.h:80:8: style: Technically the member function 'mozilla::image::AnimationState::IsDiscarded' can be const. [functionConst]
firefox-62.0/image/FrameAnimator.h:93:8: style: Technically the member function 'mozilla::image::AnimationState::GetCompositedFrameInvalid' can be const. [functionConst]
firefox-62.0/image/FrameAnimator.h:100:8: style: Technically the member function 'mozilla::image::AnimationState::GetIsCurrentlyDecoded' can be const. [functionConst]
firefox-62.0/image/IDecodingTask.h:122:8: performance: Technically the member function 'mozilla::image::AnonymousDecodingTask::Resume' can be static. [functionStatic]
firefox-62.0/image/Downscaler.h:165:12: performance: Technically the member function 'mozilla::image::Downscaler::BeginFrame' can be static. [functionStatic]
firefox-62.0/image/Downscaler.h:170:8: performance: Technically the member function 'mozilla::image::Downscaler::IsFrameComplete' can be static. [functionStatic]
firefox-62.0/image/Downscaler.h:172:8: performance: Technically the member function 'mozilla::image::Downscaler::ClearRow' can be static. [functionStatic]
firefox-62.0/image/Downscaler.h:173:8: performance: Technically the member function 'mozilla::image::Downscaler::ClearRestOfRow' can be static. [functionStatic]
firefox-62.0/image/Downscaler.h:174:8: performance: Technically the member function 'mozilla::image::Downscaler::CommitRow' can be static. [functionStatic]
firefox-62.0/image/Downscaler.h:175:8: performance: Technically the member function 'mozilla::image::Downscaler::HasInvalidation' can be static. [functionStatic]
firefox-62.0/image/Downscaler.h:176:25: performance: Technically the member function 'mozilla::image::Downscaler::TakeInvalidRect' can be static. [functionStatic]
firefox-62.0/image/Downscaler.h:177:8: performance: Technically the member function 'mozilla::image::Downscaler::ResetForNextProgressivePass' can be static. [functionStatic]
firefox-62.0/image/Downscaler.h:178:19: performance: Technically the member function 'mozilla::image::Downscaler::FrameSize' can be static. [functionStatic]
firefox-62.0/image/Decoder.h:280:12: style: Technically the member function 'mozilla::image::Decoder::GetFrameCount' can be const. [functionConst]
firefox-62.0/image/Decoder.h:389:24: style: Technically the member function 'mozilla::image::Decoder::GetImageMetadata' can be const. [functionConst]
firefox-62.0/image/Decoder.h:533:12: style: Technically the member function 'mozilla::image::Decoder::GetCompleteFrameCount' can be const. [functionConst]
firefox-62.0/image/StreamingLexer.h:74:16: style: Class 'LexerTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/image/AnimationSurfaceProvider.cpp:106:7: error: Uninitialized variable: restartDecoder [uninitvar]
firefox-62.0/image/DecodePool.cpp:54:1: style: The class 'DecodePoolImpl' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/image/DecodePool.cpp:233:8: performance: Technically the member function 'mozilla::image::DecodePoolImpl::PopWorkFromQueue' can be static. [functionStatic]
firefox-62.0/image/DecodePool.cpp:242:8: performance: Technically the member function 'mozilla::image::DecodePoolImpl::CreateShutdownWork' can be static. [functionStatic]
firefox-62.0/image/FrameAnimator.h:364:13: performance: Technically the member function 'mozilla::image::FrameAnimator::GetCurrentImgFrameEndTime' can be static. [functionStatic]
firefox-62.0/image/FrameAnimator.cpp:216:16: note: Technically the member function 'mozilla::image::FrameAnimator::GetCurrentImgFrameEndTime' can be static.
firefox-62.0/image/FrameAnimator.h:364:13: note: Technically the member function 'mozilla::image::FrameAnimator::GetCurrentImgFrameEndTime' can be static.
firefox-62.0/image/MultipartImage.cpp:21:1: style: The class 'NextPartObserver' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/image/OrientedImage.cpp:209:13: style: Technically the member function 'mozilla::image::MatrixBuilder::Build' can be const. [functionConst]
firefox-62.0/image/ImageLogging.h:104:3: warning: Member variable 'LogScope::mLog' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/image/ImageLogging.h:104:3: warning: Member variable 'LogScope::mFrom' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/image/ImageLogging.h:104:3: warning: Member variable 'LogScope::mFunc' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/image/RasterImage.cpp:1382:34: style: Condition '!HaveSkia()' is always true [knownConditionTrueFalse]
firefox-62.0/image/RasterImage.cpp:986:51: style: Function 'OnImageDataAvailable' argument 3 names different: declaration 'aInStr' definition 'aInputStream'. [funcArgNamesDifferent]
firefox-62.0/image/RasterImage.h:245:57: note: Function 'OnImageDataAvailable' argument 3 names different: declaration 'aInStr' definition 'aInputStream'.
firefox-62.0/image/RasterImage.cpp:986:51: note: Function 'OnImageDataAvailable' argument 3 names different: declaration 'aInStr' definition 'aInputStream'.
firefox-62.0/image/SourceBuffer.cpp:387:10: style: The scope of the variable 'currentChunkRemaining' can be reduced. [variableScope]
firefox-62.0/image/SourceBuffer.h:344:8: style: Technically the member function 'mozilla::image::SourceBuffer::IsComplete' can be const. [functionConst]
firefox-62.0/image/SourceBuffer.cpp:570:15: note: Technically the member function 'mozilla::image::SourceBuffer::IsComplete' can be const.
firefox-62.0/image/SourceBuffer.h:344:8: note: Technically the member function 'mozilla::image::SourceBuffer::IsComplete' can be const.
firefox-62.0/image/SourceBuffer.h:465:16: performance: Technically the member function 'mozilla::image::SourceBuffer::CreateChunk' can be static. [functionStatic]
firefox-62.0/image/SourceBuffer.cpp:170:15: note: Technically the member function 'mozilla::image::SourceBuffer::CreateChunk' can be static.
firefox-62.0/image/SourceBuffer.h:465:16: note: Technically the member function 'mozilla::image::SourceBuffer::CreateChunk' can be static.
firefox-62.0/image/SurfaceCache.cpp:123:1: style: The class 'CachedSurface' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/image/SurfaceCache.cpp:582:8: performance: Technically the member function 'mozilla::image::ImageSurfaceCache::CompareArea' can be static. [functionStatic]
firefox-62.0/image/VectorImage.cpp:456:43: style: Function 'OnImageDataComplete' argument 3 names different: declaration 'aResult' definition 'aStatus'. [funcArgNamesDifferent]
firefox-62.0/image/VectorImage.h:51:49: note: Function 'OnImageDataComplete' argument 3 names different: declaration 'aResult' definition 'aStatus'.
firefox-62.0/image/VectorImage.cpp:456:43: note: Function 'OnImageDataComplete' argument 3 names different: declaration 'aResult' definition 'aStatus'.
firefox-62.0/image/VectorImage.cpp:88:20: warning: Virtual function 'GetTarget' is called from constructor 'SVGRootRenderingObserver(SVGDocumentWrapper*aDocWrapper,VectorImage*aVectorImage)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/image/VectorImage.cpp:69:21: note: Calling GetTarget
firefox-62.0/image/VectorImage.cpp:88:20: note: GetTarget is a virtual method
firefox-62.0/image/decoders/EXIF.cpp:277:34: style: Function 'ReadUInt16' argument 1 names different: declaration 'aOut' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/EXIF.h:62:29: note: Function 'ReadUInt16' argument 1 names different: declaration 'aOut' definition 'aValue'.
firefox-62.0/image/decoders/EXIF.cpp:277:34: note: Function 'ReadUInt16' argument 1 names different: declaration 'aOut' definition 'aValue'.
firefox-62.0/image/decoders/EXIF.cpp:304:34: style: Function 'ReadUInt32' argument 1 names different: declaration 'aOut' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/EXIF.h:63:29: note: Function 'ReadUInt32' argument 1 names different: declaration 'aOut' definition 'aValue'.
firefox-62.0/image/decoders/EXIF.cpp:304:34: note: Function 'ReadUInt32' argument 1 names different: declaration 'aOut' definition 'aValue'.
firefox-62.0/image/decoders/EXIF.h:61:8: style: Unused private function: 'EXIFParser::MatchUInt16' [unusedPrivateFunction]
firefox-62.0/image/decoders/iccjpeg.c:165:20: style: Checking if unsigned variable 'total_length' is less than zero. [unsignedLessThanZero]
firefox-62.0/image/decoders/icon/nsIconURI.cpp:208:49: style: Function 'SetSpecInternal' argument 1 names different: declaration 'input' definition 'aSpec'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:51:46: note: Function 'SetSpecInternal' argument 1 names different: declaration 'input' definition 'aSpec'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:208:49: note: Function 'SetSpecInternal' argument 1 names different: declaration 'input' definition 'aSpec'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:332:43: style: Function 'SetScheme' argument 1 names different: declaration 'input' definition 'aScheme'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:52:40: note: Function 'SetScheme' argument 1 names different: declaration 'input' definition 'aScheme'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:332:43: note: Function 'SetScheme' argument 1 names different: declaration 'input' definition 'aScheme'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:345:45: style: Function 'SetUsername' argument 1 names different: declaration 'input' definition 'aUsername'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:54:42: note: Function 'SetUsername' argument 1 names different: declaration 'input' definition 'aUsername'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:345:45: note: Function 'SetUsername' argument 1 names different: declaration 'input' definition 'aUsername'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:357:45: style: Function 'SetPassword' argument 1 names different: declaration 'input' definition 'aPassword'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:55:42: note: Function 'SetPassword' argument 1 names different: declaration 'input' definition 'aPassword'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:357:45: note: Function 'SetPassword' argument 1 names different: declaration 'input' definition 'aPassword'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:369:45: style: Function 'SetUserPass' argument 1 names different: declaration 'input' definition 'aUserPass'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:53:42: note: Function 'SetUserPass' argument 1 names different: declaration 'input' definition 'aUserPass'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:369:45: note: Function 'SetUserPass' argument 1 names different: declaration 'input' definition 'aUserPass'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:381:45: style: Function 'SetHostPort' argument 1 names different: declaration 'aValue' definition 'aHostPort'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:56:42: note: Function 'SetHostPort' argument 1 names different: declaration 'aValue' definition 'aHostPort'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:381:45: note: Function 'SetHostPort' argument 1 names different: declaration 'aValue' definition 'aHostPort'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:393:41: style: Function 'SetHost' argument 1 names different: declaration 'input' definition 'aHost'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:57:38: note: Function 'SetHost' argument 1 names different: declaration 'input' definition 'aHost'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:393:41: note: Function 'SetHost' argument 1 names different: declaration 'input' definition 'aHost'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:405:31: style: Function 'SetPort' argument 1 names different: declaration 'port' definition 'aPort'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:58:28: note: Function 'SetPort' argument 1 names different: declaration 'port' definition 'aPort'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:405:31: note: Function 'SetPort' argument 1 names different: declaration 'port' definition 'aPort'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:418:49: style: Function 'SetPathQueryRef' argument 1 names different: declaration 'input' definition 'aPath'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:59:46: note: Function 'SetPathQueryRef' argument 1 names different: declaration 'input' definition 'aPath'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:418:49: note: Function 'SetPathQueryRef' argument 1 names different: declaration 'input' definition 'aPath'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:431:45: style: Function 'SetFilePath' argument 1 names different: declaration 'input' definition 'aFilePath'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:61:42: note: Function 'SetFilePath' argument 1 names different: declaration 'input' definition 'aFilePath'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:431:45: note: Function 'SetFilePath' argument 1 names different: declaration 'input' definition 'aFilePath'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:444:42: style: Function 'SetQuery' argument 1 names different: declaration 'input' definition 'aQuery'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:62:39: note: Function 'SetQuery' argument 1 names different: declaration 'input' definition 'aQuery'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:444:42: note: Function 'SetQuery' argument 1 names different: declaration 'input' definition 'aQuery'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:464:40: style: Function 'SetRef' argument 1 names different: declaration 'input' definition 'aRef'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:60:37: note: Function 'SetRef' argument 1 names different: declaration 'input' definition 'aRef'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:464:40: note: Function 'SetRef' argument 1 names different: declaration 'input' definition 'aRef'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:513:30: style: Function 'Clone' argument 1 names different: declaration 'aURI' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/nsIconURI.h:50:27: note: Function 'Clone' argument 1 names different: declaration 'aURI' definition 'result'.
firefox-62.0/image/decoders/icon/nsIconURI.cpp:513:30: note: Function 'Clone' argument 1 names different: declaration 'aURI' definition 'result'.
firefox-62.0/image/decoders/icon/win/nsIconChannel.cpp:526:63: style: Function 'MakeInputStream' argument 2 names different: declaration 'nonBlocking' definition 'aNonBlocking'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/icon/win/nsIconChannel.h:59:59: note: Function 'MakeInputStream' argument 2 names different: declaration 'nonBlocking' definition 'aNonBlocking'.
firefox-62.0/image/decoders/icon/win/nsIconChannel.cpp:526:63: note: Function 'MakeInputStream' argument 2 names different: declaration 'nonBlocking' definition 'aNonBlocking'.
firefox-62.0/image/decoders/nsBMPDecoder.cpp:782:17: style: The scope of the variable 'idx' can be reduced. [variableScope]
firefox-62.0/image/decoders/nsBMPDecoder.cpp:326:32: style: Function 'Get' argument 1 names different: declaration 'aVal' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/nsBMPDecoder.h:79:26: note: Function 'Get' argument 1 names different: declaration 'aVal' definition 'aValue'.
firefox-62.0/image/decoders/nsBMPDecoder.cpp:326:32: note: Function 'Get' argument 1 names different: declaration 'aVal' definition 'aValue'.
firefox-62.0/image/decoders/nsBMPDecoder.cpp:358:37: style: Function 'GetAlpha' argument 1 names different: declaration 'aVal' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/nsBMPDecoder.h:82:31: note: Function 'GetAlpha' argument 1 names different: declaration 'aVal' definition 'aValue'.
firefox-62.0/image/decoders/nsBMPDecoder.cpp:358:37: note: Function 'GetAlpha' argument 1 names different: declaration 'aVal' definition 'aValue'.
firefox-62.0/image/decoders/nsBMPDecoder.cpp:368:33: style: Function 'Get5' argument 1 names different: declaration 'aVal' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/nsBMPDecoder.h:86:27: note: Function 'Get5' argument 1 names different: declaration 'aVal' definition 'aValue'.
firefox-62.0/image/decoders/nsBMPDecoder.cpp:368:33: note: Function 'Get5' argument 1 names different: declaration 'aVal' definition 'aValue'.
firefox-62.0/image/decoders/nsBMPDecoder.cpp:376:33: style: Function 'Get8' argument 1 names different: declaration 'aVal' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/image/decoders/nsBMPDecoder.h:87:27: note: Function 'Get8' argument 1 names different: declaration 'aVal' definition 'aValue'.
firefox-62.0/image/decoders/nsBMPDecoder.cpp:376:33: note: Function 'Get8' argument 1 names different: declaration 'aVal' definition 'aValue'.
firefox-62.0/image/decoders/nsBMPDecoder.cpp:308:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/image/decoders/nsBMPDecoder.cpp:318:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/image/decoders/nsGIFDecoder2.cpp:758:24: style: Variable 'NETSCAPE_LOOPING_EXTENSION_SUB_BLOCK_ID' is assigned a value that is never used. [unreadVariable]
firefox-62.0/image/decoders/nsGIFDecoder2.cpp:759:24: style: Variable 'NETSCAPE_BUFFERING_EXTENSION_SUB_BLOCK_ID' is assigned a value that is never used. [unreadVariable]
firefox-62.0/image/decoders/nsJPEGDecoder.cpp:838:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/image/decoders/nsJPEGDecoder.cpp:872:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/image/decoders/nsJPEGDecoder.cpp:969:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/image/decoders/EXIF.h:26:33: performance: Function parameter 'aOrientation' should be passed by const reference. [passedByValue]
firefox-62.0/image/encoders/jpeg/nsJPEGEncoder.cpp:447:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/image/encoders/jpeg/nsJPEGEncoder.cpp:488:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/image/encoders/png/nsPNGEncoder.cpp:355:38: style: Function 'ParseOptions' argument 4 names different: declaration 'numAnimatedFrames' definition 'numFrames'. [funcArgNamesDifferent]
firefox-62.0/image/encoders/png/nsPNGEncoder.h:43:35: note: Function 'ParseOptions' argument 4 names different: declaration 'numAnimatedFrames' definition 'numFrames'.
firefox-62.0/image/encoders/png/nsPNGEncoder.cpp:355:38: note: Function 'ParseOptions' argument 4 names different: declaration 'numAnimatedFrames' definition 'numFrames'.
firefox-62.0/image/encoders/png/nsPNGEncoder.cpp:356:38: style: Function 'ParseOptions' argument 5 names different: declaration 'numIterations' definition 'numPlays'. [funcArgNamesDifferent]
firefox-62.0/image/encoders/png/nsPNGEncoder.h:44:35: note: Function 'ParseOptions' argument 5 names different: declaration 'numIterations' definition 'numPlays'.
firefox-62.0/image/encoders/png/nsPNGEncoder.cpp:356:38: note: Function 'ParseOptions' argument 5 names different: declaration 'numIterations' definition 'numPlays'.
firefox-62.0/image/imgFrame.cpp:681:51: style: Function 'GetImageData' argument 2 names different: declaration 'length' definition 'aLength'. [funcArgNamesDifferent]
firefox-62.0/image/imgFrame.h:183:48: note: Function 'GetImageData' argument 2 names different: declaration 'length' definition 'aLength'.
firefox-62.0/image/imgFrame.cpp:681:51: note: Function 'GetImageData' argument 2 names different: declaration 'length' definition 'aLength'.
firefox-62.0/image/imgFrame.cpp:688:59: style: Function 'GetImageDataInternal' argument 2 names different: declaration 'length' definition 'aLength'. [funcArgNamesDifferent]
firefox-62.0/image/imgFrame.h:223:56: note: Function 'GetImageDataInternal' argument 2 names different: declaration 'length' definition 'aLength'.
firefox-62.0/image/imgFrame.cpp:688:59: note: Function 'GetImageDataInternal' argument 2 names different: declaration 'length' definition 'aLength'.
firefox-62.0/image/imgFrame.h:219:8: performance: Technically the member function 'mozilla::image::imgFrame::AssertImageDataLocked' can be static. [functionStatic]
firefox-62.0/image/imgFrame.cpp:781:11: note: Technically the member function 'mozilla::image::imgFrame::AssertImageDataLocked' can be static.
firefox-62.0/image/imgFrame.h:219:8: note: Technically the member function 'mozilla::image::imgFrame::AssertImageDataLocked' can be static.
firefox-62.0/image/imgLoader.cpp:1176:3: warning: Either the condition 'request' is redundant or there is possible null pointer dereference: aRequest. [nullPointerRedundantCheck]
firefox-62.0/image/imgLoader.cpp:2669:7: note: Assuming that condition 'request' is not redundant
firefox-62.0/image/imgLoader.cpp:2720:35: note: Calling function 'CreateNewProxyForRequest', 1st argument 'aRequest' value is 0
firefox-62.0/image/imgLoader.cpp:1176:3: note: Null pointer dereference
firefox-62.0/image/imgLoader.cpp:944:35: style: Function 'imgCacheEntry' argument 3 names different: declaration 'aForcePrincipalCheck' definition 'forcePrincipalCheck'. [funcArgNamesDifferent]
firefox-62.0/image/imgLoader.h:46:22: note: Function 'imgCacheEntry' argument 3 names different: declaration 'aForcePrincipalCheck' definition 'forcePrincipalCheck'.
firefox-62.0/image/imgLoader.cpp:944:35: note: Function 'imgCacheEntry' argument 3 names different: declaration 'aForcePrincipalCheck' definition 'forcePrincipalCheck'.
firefox-62.0/image/imgLoader.cpp:2959:69: style: Function 'imgCacheValidator' argument 3 names different: declaration 'aRequest' definition 'request'. [funcArgNamesDifferent]
firefox-62.0/image/imgLoader.h:554:33: note: Function 'imgCacheValidator' argument 3 names different: declaration 'aRequest' definition 'request'.
firefox-62.0/image/imgLoader.cpp:2959:69: note: Function 'imgCacheValidator' argument 3 names different: declaration 'aRequest' definition 'request'.
firefox-62.0/image/imgRequestProxy.h:49:1: style: The class 'imgRequestProxy' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/image/imgLoader.h:199:8: style: Technically the member function 'imgCacheQueue::IsDirty' can be const. [functionConst]
firefox-62.0/image/imgLoader.cpp:1111:16: note: Technically the member function 'imgCacheQueue::IsDirty' can be const.
firefox-62.0/image/imgLoader.h:199:8: note: Technically the member function 'imgCacheQueue::IsDirty' can be const.
firefox-62.0/image/imgLoader.cpp:1621:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:1678:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:1714:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:2045:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:2078:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:2086:5: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:2093:7: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:2121:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:2145:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:2350:9: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:2480:5: style: Instance of 'LogMessage' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:2637:11: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgLoader.cpp:3110:21: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequest.cpp:187:42: style: Function 'SetCacheEntry' argument 1 names different: declaration 'aEntry' definition 'entry'. [funcArgNamesDifferent]
firefox-62.0/image/imgRequest.h:192:37: note: Function 'SetCacheEntry' argument 1 names different: declaration 'aEntry' definition 'entry'.
firefox-62.0/image/imgRequest.cpp:187:42: note: Function 'SetCacheEntry' argument 1 names different: declaration 'aEntry' definition 'entry'.
firefox-62.0/image/imgRequest.cpp:476:43: style: Function 'GetSecurityInfo' argument 1 names different: declaration 'aSecurityInfoOut' definition 'aSecurityInfo'. [funcArgNamesDifferent]
firefox-62.0/image/imgRequest.h:181:42: note: Function 'GetSecurityInfo' argument 1 names different: declaration 'aSecurityInfoOut' definition 'aSecurityInfo'.
firefox-62.0/image/imgRequest.cpp:476:43: note: Function 'GetSecurityInfo' argument 1 names different: declaration 'aSecurityInfoOut' definition 'aSecurityInfo'.
firefox-62.0/image/imgRequest.cpp:536:45: style: Function 'AdjustPriority' argument 1 names different: declaration 'aProxy' definition 'proxy'. [funcArgNamesDifferent]
firefox-62.0/image/imgRequest.h:172:40: note: Function 'AdjustPriority' argument 1 names different: declaration 'aProxy' definition 'proxy'.
firefox-62.0/image/imgRequest.cpp:536:45: note: Function 'AdjustPriority' argument 1 names different: declaration 'aProxy' definition 'proxy'.
firefox-62.0/image/imgRequest.cpp:536:60: style: Function 'AdjustPriority' argument 2 names different: declaration 'aDelta' definition 'delta'. [funcArgNamesDifferent]
firefox-62.0/image/imgRequest.h:172:56: note: Function 'AdjustPriority' argument 2 names different: declaration 'aDelta' definition 'delta'.
firefox-62.0/image/imgRequest.cpp:536:60: note: Function 'AdjustPriority' argument 2 names different: declaration 'aDelta' definition 'delta'.
firefox-62.0/image/imgRequest.cpp:605:31: style: Function 'SetIsInCache' argument 1 names different: declaration 'aCacheable' definition 'aInCache'. [funcArgNamesDifferent]
firefox-62.0/image/imgRequest.h:200:26: note: Function 'SetIsInCache' argument 1 names different: declaration 'aCacheable' definition 'aInCache'.
firefox-62.0/image/imgRequest.cpp:605:31: note: Function 'SetIsInCache' argument 1 names different: declaration 'aCacheable' definition 'aInCache'.
firefox-62.0/image/imgRequest.cpp:627:47: style: Function 'SetCacheValidation' argument 1 names different: declaration 'aEntry' definition 'aCacheEntry'. [funcArgNamesDifferent]
firefox-62.0/image/imgRequest.h:106:49: note: Function 'SetCacheValidation' argument 1 names different: declaration 'aEntry' definition 'aCacheEntry'.
firefox-62.0/image/imgRequest.cpp:627:47: note: Function 'SetCacheValidation' argument 1 names different: declaration 'aEntry' definition 'aCacheEntry'.
firefox-62.0/image/imgRequest.cpp:1234:31: style: Function 'sniff_mimetype_callback' argument 2 names different: declaration 'closure' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/image/imgRequest.cpp:947:51: note: Function 'sniff_mimetype_callback' argument 2 names different: declaration 'closure' definition 'data'.
firefox-62.0/image/imgRequest.cpp:1234:31: note: Function 'sniff_mimetype_callback' argument 2 names different: declaration 'closure' definition 'data'.
firefox-62.0/image/imgRequest.cpp:103:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequest.cpp:274:7: style: Instance of 'LogMessage' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequest.cpp:419:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequest.cpp:435:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequest.cpp:478:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequest.cpp:607:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequest.cpp:854:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequestProxy.cpp:312:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequestProxy.cpp:329:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequestProxy.cpp:403:5: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequestProxy.cpp:420:5: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequestProxy.cpp:438:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequestProxy.cpp:464:5: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequestProxy.cpp:475:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequestProxy.cpp:1053:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgRequestProxy.cpp:1086:3: style: Instance of 'LogFunc' object is destroyed immediately. [unusedScopedObject]
firefox-62.0/image/imgTools.cpp:107:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/image/imgTools.cpp:95:16: note: outer condition: length==0
firefox-62.0/image/imgTools.cpp:107:18: note: identical inner condition: length==0
firefox-62.0/image/imgTools.cpp:107:18: style: Condition 'length==0' is always true [knownConditionTrueFalse]
firefox-62.0/image/imgTools.cpp:95:16: note: Assuming that condition 'length==0' is not redundant
firefox-62.0/image/imgTools.cpp:107:18: note: Condition 'length==0' is always true
firefox-62.0/image/test/fuzzing/TestDecoders.cpp:80:11: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
firefox-62.0/image/test/fuzzing/TestDecoders.cpp:64:9: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
firefox-62.0/image/test/fuzzing/TestDecoders.cpp:65:9: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
firefox-62.0/image/test/gtest/Common.h:202:1: style: The class 'CountResumes' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/image/test/gtest/TestADAM7InterpolatingFilter.cpp:216:14: style: The scope of the variable 'col' can be reduced. [variableScope]
firefox-62.0/image/test/gtest/TestAnimationFrameBuffer.cpp:370:3: style: Variable 'restartDecoder' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/image/test/gtest/TestAnimationFrameBuffer.cpp:364:3: note: Variable 'restartDecoder' is reassigned a value before the old one has been used.
firefox-62.0/image/test/gtest/TestAnimationFrameBuffer.cpp:370:3: note: Variable 'restartDecoder' is reassigned a value before the old one has been used.
firefox-62.0/image/test/gtest/TestCopyOnWrite.cpp:21:1: warning: The struct 'Value' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/image/test/gtest/TestDecodeToSurface.cpp:78:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/image/test/gtest/TestDecoders.cpp:90:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/image/test/gtest/TestDeinterlacingFilter.cpp:469:15: style: Condition 'count<7' is always true [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestDeinterlacingFilter.cpp:466:20: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestDeinterlacingFilter.cpp:469:15: note: Condition 'count<7' is always true
firefox-62.0/image/test/gtest/TestSurfacePipeIntegration.cpp:144:3: style: Variable 'pipe' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/image/test/gtest/TestSurfacePipeIntegration.cpp:141:0: note: Variable 'pipe' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/image/test/gtest/TestSurfacePipeIntegration.cpp:144:3: note: Variable 'pipe' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:201:17: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:199:22: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:201:17: note: Condition 'count==50' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:219:19: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:217:15: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:219:19: note: Condition 'count==50' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:336:17: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:334:22: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:336:17: note: Condition 'count==50' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:546:19: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:544:24: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:546:19: note: Condition 'count==50' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:824:19: style: Condition 'count==100' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:822:24: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:824:19: note: Condition 'count==100' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:845:19: style: Condition 'count==800' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:843:24: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:845:19: note: Condition 'count==800' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:866:19: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:864:24: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:866:19: note: Condition 'count==50' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:886:19: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:884:24: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:886:19: note: Condition 'count==50' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:979:19: style: Condition 'count==2500' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:977:24: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:979:19: note: Condition 'count==2500' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1156:17: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1154:22: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1156:17: note: Condition 'count==50' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1173:19: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1171:15: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1173:19: note: Condition 'count==50' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1294:17: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1292:22: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1294:17: note: Condition 'count==50' is always false
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1514:19: style: Condition 'count==50' is always false [knownConditionTrueFalse]
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1512:24: note: Assignment 'count=0', assigned value is 0
firefox-62.0/image/test/gtest/TestSurfaceSink.cpp:1514:19: note: Condition 'count==50' is always false
firefox-62.0/intl/chardet/nsCyrillicDetector.cpp:79:5: performance: Variable 'mObserver' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/chardet/tools/GenCyrillicClass.cpp:82:4: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/chardet/tools/GenCyrillicClass.cpp:80:0: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/chardet/tools/GenCyrillicClass.cpp:82:4: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/chardet/tools/GenCyrillicClass.cpp:56:12: style: The scope of the variable 'bbuf' can be reduced. [variableScope]
firefox-62.0/intl/hyphenation/glue/nsHyphenator.cpp:45:42: style: Function 'Hyphenate' argument 1 names different: declaration 'aText' definition 'aString'. [funcArgNamesDifferent]
firefox-62.0/intl/hyphenation/glue/nsHyphenator.h:24:39: note: Function 'Hyphenate' argument 1 names different: declaration 'aText' definition 'aString'.
firefox-62.0/intl/hyphenation/glue/nsHyphenator.cpp:45:42: note: Function 'Hyphenate' argument 1 names different: declaration 'aText' definition 'aString'.
firefox-62.0/intl/hyphenation/glue/nsHyphenator.h:22:8: style: Technically the member function 'nsHyphenator::IsValid' can be const. [functionConst]
firefox-62.0/intl/hyphenation/glue/nsHyphenator.cpp:39:15: note: Technically the member function 'nsHyphenator::IsValid' can be const.
firefox-62.0/intl/hyphenation/glue/nsHyphenator.h:22:8: note: Technically the member function 'nsHyphenator::IsValid' can be const.
firefox-62.0/intl/hyphenation/hyphen/hyphen.c:449:11: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
firefox-62.0/intl/hyphenation/hyphen/hyphen.c:110:21: style: The scope of the variable 'g' can be reduced. [variableScope]
firefox-62.0/intl/hyphenation/hyphen/hyphen.c:254:7: style: The scope of the variable 'last_state' can be reduced. [variableScope]
firefox-62.0/intl/hyphenation/hyphen/hyphen.c:255:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
firefox-62.0/intl/hyphenation/hyphen/hyphen.c:544:16: style: The scope of the variable 'hstate' can be reduced. [variableScope]
firefox-62.0/intl/hyphenation/hyphen/hyphen.c:1134:13: style: Function 'hnj_hyphen_hyphenate2' argument 5 names different: declaration 'hyphenated_word' definition 'hyphword'. [funcArgNamesDifferent]
firefox-62.0/intl/hyphenation/hyphen/hyphen.h:157:15: note: Function 'hnj_hyphen_hyphenate2' argument 5 names different: declaration 'hyphenated_word' definition 'hyphword'.
firefox-62.0/intl/hyphenation/hyphen/hyphen.c:1134:13: note: Function 'hnj_hyphen_hyphenate2' argument 5 names different: declaration 'hyphenated_word' definition 'hyphword'.
firefox-62.0/intl/hyphenation/hyphen/hyphen.c:997:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/intl/icu/source/common/unicode/appendable.h:174:19: style: The function 'appendCodeUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/unicode/appendable.h:65:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/unicode/appendable.h:174:19: note: Function in derived class
firefox-62.0/intl/icu/source/common/unicode/appendable.h:182:19: style: The function 'appendCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/unicode/appendable.h:74:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/unicode/appendable.h:182:19: note: Function in derived class
firefox-62.0/intl/icu/source/common/unicode/appendable.h:191:19: style: The function 'appendString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/unicode/appendable.h:84:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/unicode/appendable.h:191:19: note: Function in derived class
firefox-62.0/intl/icu/source/common/unicode/appendable.h:200:19: style: The function 'reserveAppendCapacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/unicode/appendable.h:95:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/unicode/appendable.h:200:19: note: Function in derived class
firefox-62.0/intl/icu/source/common/unicode/appendable.h:223:23: style: The function 'getAppendBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/unicode/appendable.h:141:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/unicode/appendable.h:223:23: note: Function in derived class
firefox-62.0/intl/icu/source/common/unicode/localpointer.h:65:0: error: syntax error [syntaxError]
firefox-62.0/intl/icu/source/common/umutex.h:396:0: error: #error Unknown Platform. [preprocessorErrorDirective]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3841:36: style: Function 'pinIndices' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3642:35: note: Function 'pinIndices' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3841:36: note: Function 'pinIndices' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3952:23: style: Function 'doCompare' argument 2 names different: declaration 'length' definition 'thisLength'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3510:20: note: Function 'doCompare' argument 2 names different: declaration 'length' definition 'thisLength'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3952:23: note: Function 'doCompare' argument 2 names different: declaration 'length' definition 'thisLength'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4002:24: style: Function 'compare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:395:18: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4002:24: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4003:37: style: Function 'compare' argument 3 names different: declaration 'text' definition 'srcText'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:396:31: note: Function 'compare' argument 3 names different: declaration 'text' definition 'srcText'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4003:37: note: Function 'compare' argument 3 names different: declaration 'text' definition 'srcText'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4013:24: style: Function 'compare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:416:18: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4013:24: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4021:24: style: Function 'compare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:451:18: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4021:24: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4027:24: style: Function 'compare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:472:18: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4027:24: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4044:48: style: Function 'doCompareCodePointOrder' argument 2 names different: declaration 'length' definition 'thisLength'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3523:35: note: Function 'doCompareCodePointOrder' argument 2 names different: declaration 'length' definition 'thisLength'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4044:48: note: Function 'doCompareCodePointOrder' argument 2 names different: declaration 'length' definition 'thisLength'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4063:46: style: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:539:47: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4063:46: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4074:46: style: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:564:48: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4074:46: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4082:46: style: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:610:47: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4082:46: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4088:46: style: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:635:47: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4088:46: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4105:38: style: Function 'doCaseCompare' argument 2 names different: declaration 'length' definition 'thisLength'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3536:25: note: Function 'doCaseCompare' argument 2 names different: declaration 'length' definition 'thisLength'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4105:38: note: Function 'doCaseCompare' argument 2 names different: declaration 'length' definition 'thisLength'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4126:36: style: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:708:18: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4126:36: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4141:36: style: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:735:18: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4141:36: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4151:36: style: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:785:18: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4151:36: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4159:36: style: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:812:18: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4159:36: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4182:24: style: Function 'indexOf' argument 5 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1002:23: note: Function 'indexOf' argument 5 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4182:24: note: Function 'indexOf' argument 5 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4207:24: style: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:980:23: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4207:24: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4222:24: style: Function 'indexOf' argument 4 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1034:23: note: Function 'indexOf' argument 4 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4222:24: note: Function 'indexOf' argument 4 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4228:24: style: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1112:23: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4228:24: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4234:24: style: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1127:23: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4234:24: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4263:24: style: Function 'lastIndexOf' argument 4 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1217:23: note: Function 'lastIndexOf' argument 4 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4263:24: note: Function 'lastIndexOf' argument 4 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4279:24: style: Function 'lastIndexOf' argument 5 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1186:23: note: Function 'lastIndexOf' argument 5 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4279:24: note: Function 'lastIndexOf' argument 5 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4293:24: style: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1164:23: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4293:24: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4310:24: style: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1295:23: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4310:24: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4316:24: style: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1310:23: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4316:24: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4409:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2355:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4409:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4415:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2337:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4415:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4423:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2394:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4423:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4430:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2376:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4430:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4438:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2410:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4438:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4464:27: style: Function 'findAndReplace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2522:25: note: Function 'findAndReplace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4464:27: note: Function 'findAndReplace' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4475:22: style: Function 'doExtract' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3572:18: note: Function 'doExtract' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4475:22: note: Function 'doExtract' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4481:24: style: Function 'extract' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1452:20: note: Function 'extract' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4481:24: note: Function 'extract' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4482:26: style: Function 'extract' argument 3 names different: declaration 'dst' definition 'target'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1453:22: note: Function 'extract' argument 3 names different: declaration 'dst' definition 'target'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4482:26: note: Function 'extract' argument 3 names different: declaration 'dst' definition 'target'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4483:24: style: Function 'extract' argument 4 names different: declaration 'dstStart' definition 'targetStart'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1454:20: note: Function 'extract' argument 4 names different: declaration 'dstStart' definition 'targetStart'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4483:24: note: Function 'extract' argument 4 names different: declaration 'dstStart' definition 'targetStart'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4488:24: style: Function 'extract' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1492:20: note: Function 'extract' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4488:24: note: Function 'extract' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4496:24: style: Function 'extract' argument 2 names different: declaration 'startLength' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1607:26: note: Function 'extract' argument 2 names different: declaration 'startLength' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4496:24: note: Function 'extract' argument 2 names different: declaration 'startLength' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4497:22: style: Function 'extract' argument 3 names different: declaration 'target' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:1608:24: note: Function 'extract' argument 3 names different: declaration 'target' definition 'dst'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4497:22: note: Function 'extract' argument 3 names different: declaration 'target' definition 'dst'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4725:22: style: Function 'remove' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2571:40: note: Function 'remove' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4725:22: note: Function 'remove' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4766:24: style: Function 'reverse' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2659:22: note: Function 'reverse' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:4766:24: note: Function 'reverse' argument 2 names different: declaration 'length' definition '_length'.
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2973:29: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2984:29: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:2996:31: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3009:31: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3039:31: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/common/unicode/unistr.h:3189:31: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/common/uresdata.h:484:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:118:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:484:22: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:485:26: style: The function 'getString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:125:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:485:26: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:486:26: style: The function 'getAliasString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:136:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:486:26: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:487:21: style: The function 'getInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:149:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:487:21: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:488:22: style: The function 'getUInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:156:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:488:22: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:489:28: style: The function 'getIntVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:163:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:489:28: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:490:28: style: The function 'getBinary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:170:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:490:28: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:491:27: style: The function 'getArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:175:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:491:27: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:492:27: style: The function 'getTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:180:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:492:27: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:493:19: style: The function 'isNoInheritanceMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:190:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:493:19: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:494:21: style: The function 'getStringArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:201:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:494:21: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:496:21: style: The function 'getStringArrayOrStringAsArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:219:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:496:21: note: Function in derived class
firefox-62.0/intl/icu/source/common/uresdata.h:498:27: style: The function 'getStringOrFirstOfArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/resource.h:237:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/uresdata.h:498:27: note: Function in derived class
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:193:48: style: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:100:56: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'.
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:193:48: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'.
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:202:48: style: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:107:56: note: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'.
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:202:48: note: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'.
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:214:33: style: Function 'setIndex' argument 1 names different: declaration 'index' definition 'offset'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:136:27: note: Function 'setIndex' argument 1 names different: declaration 'index' definition 'offset'.
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:214:33: note: Function 'setIndex' argument 1 names different: declaration 'index' definition 'offset'.
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:66:5: style: Class 'ParsePosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/common/putil.cpp:84:0: error: #error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see http://userguide.icu-project.org/howtouseicu [preprocessorErrorDirective]
firefox-62.0/intl/icu/source/common/resbund_cnv.cpp:27:57: style: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/resbund.h:108:44: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
firefox-62.0/intl/icu/source/common/resbund_cnv.cpp:27:57: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
firefox-62.0/intl/icu/source/common/resbund_cnv.cpp:29:58: style: Function 'ResourceBundle' argument 3 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/resbund.h:110:45: note: Function 'ResourceBundle' argument 3 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/common/resbund_cnv.cpp:29:58: note: Function 'ResourceBundle' argument 3 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/common/resbund_cnv.cpp:35:57: style: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/resbund.h:123:44: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
firefox-62.0/intl/icu/source/common/resbund_cnv.cpp:35:57: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
firefox-62.0/intl/icu/source/common/resbund_cnv.cpp:36:58: style: Function 'ResourceBundle' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/resbund.h:124:45: note: Function 'ResourceBundle' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/common/resbund_cnv.cpp:36:58: note: Function 'ResourceBundle' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/common/unicode/resbund.h:132:5: style: Class 'ResourceBundle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/common/ruleiter.cpp:25:67: style: Function 'RuleCharacterIterator' argument 1 names different: declaration 'text' definition 'theText'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/ruleiter.h:103:48: note: Function 'RuleCharacterIterator' argument 1 names different: declaration 'text' definition 'theText'.
firefox-62.0/intl/icu/source/common/ruleiter.cpp:25:67: note: Function 'RuleCharacterIterator' argument 1 names different: declaration 'text' definition 'theText'.
firefox-62.0/intl/icu/source/common/ruleiter.cpp:25:95: style: Function 'RuleCharacterIterator' argument 2 names different: declaration 'sym' definition 'theSym'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/ruleiter.h:103:73: note: Function 'RuleCharacterIterator' argument 2 names different: declaration 'sym' definition 'theSym'.
firefox-62.0/intl/icu/source/common/ruleiter.cpp:25:95: note: Function 'RuleCharacterIterator' argument 2 names different: declaration 'sym' definition 'theSym'.
firefox-62.0/intl/icu/source/common/ruleiter.cpp:26:38: style: Function 'RuleCharacterIterator' argument 3 names different: declaration 'pos' definition 'thePos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/ruleiter.h:104:42: note: Function 'RuleCharacterIterator' argument 3 names different: declaration 'pos' definition 'thePos'.
firefox-62.0/intl/icu/source/common/ruleiter.cpp:26:38: note: Function 'RuleCharacterIterator' argument 3 names different: declaration 'pos' definition 'thePos'.
firefox-62.0/intl/icu/source/common/ruleiter.h:135:5: style: The struct 'Pos' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:166:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/common/unicode/uobject.h:241:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/common/unicode/parsepos.h:166:22: note: Function in derived class
firefox-62.0/intl/icu/source/common/unicode/schriter.h:54:3: style: Class 'StringCharacterIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/common/unicode/simpleformatter.h:76:0: error: syntax error [syntaxError]
firefox-62.0/intl/icu/source/common/unicode/uset.h:315:0: error: Analysis failed. If the code is valid then please report this failure. [cppcheckError]
firefox-62.0/intl/icu/source/common/ucnvbocu.cpp:919:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:196:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:194:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:196:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:198:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:196:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:198:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:200:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:198:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:200:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:202:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:200:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:202:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:204:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:202:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:204:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:206:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:204:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:206:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:208:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:206:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:208:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:210:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:208:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:210:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:212:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:210:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:212:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:214:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:212:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:214:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:216:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:214:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:216:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:218:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:216:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:218:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:220:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:218:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:220:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:222:13: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:220:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:222:13: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:594:13: style: The scope of the variable 'b' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/common/ucnvlat1.cpp:651:17: style: The scope of the variable 'oredChars' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/common/umapfile.cpp:196:31: style: Function 'uprv_mapFile' argument 1 names different: declaration 'pdm' definition 'pData'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/umapfile.h:32:41: note: Function 'uprv_mapFile' argument 1 names different: declaration 'pdm' definition 'pData'.
firefox-62.0/intl/icu/source/common/umapfile.cpp:196:31: note: Function 'uprv_mapFile' argument 1 names different: declaration 'pdm' definition 'pData'.
firefox-62.0/intl/icu/source/common/umath.cpp:16:18: style: Function 'uprv_max' argument 1 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/putilimp.h:360:47: note: Function 'uprv_max' argument 1 names different: declaration 'd' definition 'x'.
firefox-62.0/intl/icu/source/common/umath.cpp:16:18: note: Function 'uprv_max' argument 1 names different: declaration 'd' definition 'x'.
firefox-62.0/intl/icu/source/common/umath.cpp:22:18: style: Function 'uprv_min' argument 1 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/putilimp.h:365:47: note: Function 'uprv_min' argument 1 names different: declaration 'd' definition 'x'.
firefox-62.0/intl/icu/source/common/umath.cpp:22:18: note: Function 'uprv_min' argument 1 names different: declaration 'd' definition 'x'.
firefox-62.0/intl/icu/source/common/ures_cnv.cpp:35:13: style: The scope of the variable 'length' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/common/ures_cnv.cpp:30:25: style: Function 'ures_openU' argument 1 names different: declaration 'packageName' definition 'myPath'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/ures.h:213:25: note: Function 'ures_openU' argument 1 names different: declaration 'packageName' definition 'myPath'.
firefox-62.0/intl/icu/source/common/ures_cnv.cpp:30:25: note: Function 'ures_openU' argument 1 names different: declaration 'packageName' definition 'myPath'.
firefox-62.0/intl/icu/source/common/ures_cnv.cpp:31:24: style: Function 'ures_openU' argument 2 names different: declaration 'locale' definition 'localeID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/common/unicode/ures.h:214:24: note: Function 'ures_openU' argument 2 names different: declaration 'locale' definition 'localeID'.
firefox-62.0/intl/icu/source/common/ures_cnv.cpp:31:24: note: Function 'ures_openU' argument 2 names different: declaration 'locale' definition 'localeID'.
firefox-62.0/intl/icu/source/extra/scrptrun/scrptrun.cpp:77:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/intl/icu/source/extra/scrptrun/scrptrun.h:140:53: style: Function 'reset' argument 2 names different: declaration 'count' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/extra/scrptrun/scrptrun.h:46:39: note: Function 'reset' argument 2 names different: declaration 'count' definition 'length'.
firefox-62.0/intl/icu/source/extra/scrptrun/scrptrun.h:140:53: note: Function 'reset' argument 2 names different: declaration 'count' definition 'length'.
firefox-62.0/intl/icu/source/extra/scrptrun/scrptrun.h:102:19: warning: Member variable 'ScriptRun::parenStack' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/extra/scrptrun/scrptrun.h:107:19: warning: Member variable 'ScriptRun::parenStack' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/extra/scrptrun/scrptrun.h:112:19: warning: Member variable 'ScriptRun::parenStack' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/extra/uconv/uconv.cpp:988:38: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/extra/uconv/uconv.cpp:86:14: style: The scope of the variable 'dataPath' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/extra/uconv/uconv.cpp:867:25: style: The scope of the variable 'chunkLimit' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/extra/uconv/uwmsg.c:107:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/extra/uconv/uwmsg.c:106:0: note: Variable 'b' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/extra/uconv/uwmsg.c:107:5: note: Variable 'b' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/unicode/dcfmtsym.h:214:5: style: Class 'DecimalFormatSymbols' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/plurrule.h:207:5: style: Class 'PluralRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/pluralaffix.h:85:5: style: Class 'PluralAffix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/affixpatternparser.h:368:1: style: Class 'AffixPatternParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:704:5: style: Class 'DecimalFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/affixpatternparser.cpp:400:5: style: Class 'AffixPatternAppender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/alphaindex.cpp:832:71: style: Function 'setInflowLabel' argument 1 names different: declaration 'inflowLabel' definition 'label'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:400:66: note: Function 'setInflowLabel' argument 1 names different: declaration 'inflowLabel' definition 'label'.
firefox-62.0/intl/icu/source/i18n/alphaindex.cpp:832:71: note: Function 'setInflowLabel' argument 1 names different: declaration 'inflowLabel' definition 'label'.
firefox-62.0/intl/icu/source/i18n/alphaindex.cpp:839:73: style: Function 'setOverflowLabel' argument 1 names different: declaration 'overflowLabel' definition 'label'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:422:68: note: Function 'setOverflowLabel' argument 1 names different: declaration 'overflowLabel' definition 'label'.
firefox-62.0/intl/icu/source/i18n/alphaindex.cpp:839:73: note: Function 'setOverflowLabel' argument 1 names different: declaration 'overflowLabel' definition 'label'.
firefox-62.0/intl/icu/source/i18n/alphaindex.cpp:846:74: style: Function 'setUnderflowLabel' argument 1 names different: declaration 'underflowLabel' definition 'label'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:442:69: note: Function 'setUnderflowLabel' argument 1 names different: declaration 'underflowLabel' definition 'label'.
firefox-62.0/intl/icu/source/i18n/alphaindex.cpp:846:74: note: Function 'setUnderflowLabel' argument 1 names different: declaration 'underflowLabel' definition 'label'.
firefox-62.0/intl/icu/source/i18n/alphaindex.cpp:1100:62: style: Function 'getBucketIndex' argument 1 names different: declaration 'itemName' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:533:58: note: Function 'getBucketIndex' argument 1 names different: declaration 'itemName' definition 'name'.
firefox-62.0/intl/icu/source/i18n/alphaindex.cpp:1100:62: note: Function 'getBucketIndex' argument 1 names different: declaration 'itemName' definition 'name'.
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::inputList_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::labelsIterIndex_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::itemsIterIndex_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::currentBucket_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::maxLabelCount_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::initialLabels_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::firstCharsInScripts_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::collator_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::collatorPrimaryOnly_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::buckets_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::inflowLabel_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::overflowLabel_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::underflowLabel_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::overflowComparisonString_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/alphaindex.h:651:23: warning: Member variable 'AlphabeticIndex::emptyString_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:224:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:252:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:224:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:231:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:268:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:231:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:273:30: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:352:30: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:273:30: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:290:30: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:385:30: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:290:30: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:311:30: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:443:30: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:311:30: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:326:30: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:458:30: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:326:30: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:343:30: style: The function 'compareUTF8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:475:30: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:343:30: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:361:27: style: The function 'getCollationKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:497:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:361:27: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:380:27: style: The function 'getCollationKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:520:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:380:27: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:390:21: style: The function 'hashCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:528:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:390:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:402:20: style: The function 'getLocale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:542:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:402:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:416:18: style: The function 'getVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:841:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:416:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:448:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:853:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:448:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:509:18: style: The function 'setAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:863:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:509:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:519:32: style: The function 'getAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:874:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:519:32: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:538:23: style: The function 'setMaxVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:895:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:538:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:546:29: style: The function 'getMaxVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:905:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:546:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:564:22: style: The function 'setVariableTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:923:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:564:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:581:22: style: The function 'setVariableTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:940:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:581:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:594:18: style: The function 'setVariableTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:953:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:594:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:603:22: style: The function 'getVariableTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:962:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:603:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:614:25: style: The function 'getTailoredSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:973:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:614:25: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:630:21: style: The function 'getSortKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:1000:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:630:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:649:21: style: The function 'getSortKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:1023:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:649:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:665:22: style: The function 'getReorderCodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:626:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:665:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:680:19: style: The function 'setReorderCodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:645:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:680:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:688:30: style: The function 'internalCompareUTF8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:1150:30: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:688:30: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:716:21: style: The function 'internalGetShortDefinitionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:1141:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:716:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:725:21: style: The function 'internalNextSortKeyPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:1160:5: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:725:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:803:18: style: The function 'setLocales' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:1116:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:803:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:289:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:121:57: style: Function 'ScriptRunIterator' argument 1 names different: declaration 'text' definition 'theText'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:101:42: note: Function 'ScriptRunIterator' argument 1 names different: declaration 'text' definition 'theText'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:121:57: note: Function 'ScriptRunIterator' argument 1 names different: declaration 'text' definition 'theText'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:122:46: style: Function 'ScriptRunIterator' argument 2 names different: declaration 'start' definition 'myStart'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:101:56: note: Function 'ScriptRunIterator' argument 2 names different: declaration 'start' definition 'myStart'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:122:46: note: Function 'ScriptRunIterator' argument 2 names different: declaration 'start' definition 'myStart'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:122:63: style: Function 'ScriptRunIterator' argument 3 names different: declaration 'limit' definition 'myLimit'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:101:71: note: Function 'ScriptRunIterator' argument 3 names different: declaration 'limit' definition 'myLimit'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:122:63: note: Function 'ScriptRunIterator' argument 3 names different: declaration 'limit' definition 'myLimit'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:236:80: style: Function 'handleTransliterate' argument 2 names different: declaration 'index' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/anytrans.h:74:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'index' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:236:80: note: Function 'handleTransliterate' argument 2 names different: declaration 'index' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:237:51: style: Function 'handleTransliterate' argument 3 names different: declaration 'incremental' definition 'isIncremental'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/anytrans.h:75:44: note: Function 'handleTransliterate' argument 3 names different: declaration 'incremental' definition 'isIncremental'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:237:51: note: Function 'handleTransliterate' argument 3 names different: declaration 'incremental' definition 'isIncremental'.
firefox-62.0/intl/icu/source/i18n/anytrans.cpp:121:20: warning: Member variable 'ScriptRunIterator::start' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/anytrans.h:37:1: warning: The class 'AnyTransliterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/anytrans.h:69:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/anytrans.h:69:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/anytrans.h:74:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/anytrans.h:74:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/anytrans.h:80:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/anytrans.h:80:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nultrans.h:48:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nultrans.h:48:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nultrans.h:54:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nultrans.h:54:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nultrans.h:60:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nultrans.h:60:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2501:36: style: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:334:57: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2501:36: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2501:54: style: Function 'createInstance' argument 2 names different: declaration 'success' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:334:82: note: Function 'createInstance' argument 2 names different: declaration 'success' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2501:54: note: Function 'createInstance' argument 2 names different: declaration 'success' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/astro.cpp:638:60: style: Function 'getSunLongitude' argument 1 names different: declaration 'julianDay' definition 'jDay'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/astro.h:485:42: note: Function 'getSunLongitude' argument 1 names different: declaration 'julianDay' definition 'jDay'.
firefox-62.0/intl/icu/source/i18n/astro.cpp:638:60: note: Function 'getSunLongitude' argument 1 names different: declaration 'julianDay' definition 'jDay'.
firefox-62.0/intl/icu/source/i18n/astro.h:301:3: style: Class 'CalendarAstronomer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/astro.h:590:5: style: Class 'MoonAge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/astro.cpp:726:20: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/astro.h:650:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/astro.cpp:726:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/astro.cpp:1228:20: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/astro.h:650:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/astro.cpp:1228:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/basictz.cpp:40:76: style: Function 'hasEquivalentTransitions' argument 5 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:85:44: note: Function 'hasEquivalentTransitions' argument 5 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/basictz.cpp:40:76: note: Function 'hasEquivalentTransitions' argument 5 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/bocsu.cpp:74:13: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/intl/icu/source/i18n/brktrans.cpp:72:82: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/brktrans.h:84:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/brktrans.cpp:72:82: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/brktrans.h:41:5: style: Class 'BreakTransliterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/brktrans.h:57:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/brktrans.h:57:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/brktrans.h:66:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/brktrans.h:66:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/brktrans.h:84:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/brktrans.h:84:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:171:5: style: Class 'GregorianCalendar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:304:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:307:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:304:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:351:19: style: The function 'isEquivalentTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:490:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:351:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:364:18: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:683:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:364:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:377:18: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:716:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:377:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:408:13: style: The function 'getActualMinimum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1142:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:408:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:433:21: style: The function 'getActualMaximum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1180:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:433:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:444:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:879:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:444:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:458:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1342:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:458:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:483:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1376:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:483:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:510:21: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1666:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:510:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:521:21: style: The function 'handleComputeJulianDay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1706:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:521:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:530:21: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1676:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:530:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:539:21: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1685:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:539:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:614:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1641:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:614:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:624:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1696:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:624:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:634:21: style: The function 'handleGetExtendedYearFromWeekFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1716:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:634:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:652:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1964:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:652:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:758:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2406:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:758:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:764:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2412:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:764:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:770:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2417:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:770:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:97:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:304:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:97:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:110:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:458:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:110:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:131:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:483:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:131:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:145:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:624:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:145:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:151:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:652:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:151:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:159:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:614:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:159:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:173:21: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:510:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:173:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:180:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:758:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:180:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:187:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:764:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:187:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:193:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:770:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/buddhcal.h:193:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/calendar.cpp:976:21: warning: Possible null pointer dereference: shared [nullPointer]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:971:36: note: Assignment 'shared=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/calendar.cpp:976:21: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/calendar.cpp:977:5: warning: Possible null pointer dereference: shared [nullPointer]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:971:36: note: Assignment 'shared=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/calendar.cpp:977:5: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1015:32: warning: Possible null pointer dereference: shared [nullPointer]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1010:36: note: Assignment 'shared=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1015:32: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1016:5: warning: Possible null pointer dereference: shared [nullPointer]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1010:36: note: Assignment 'shared=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1016:5: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/calendar.cpp:522:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:914:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:961:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1120:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1180:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:2582:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:2742:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:3948:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:2255:72: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:3910:13: style: The scope of the variable 'index' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/calendar.cpp:3911:13: style: The scope of the variable 'currentValue' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:923:61: style: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawOffsetRef'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:618:62: note: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawOffsetRef'.
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:923:61: note: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawOffsetRef'.
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:924:36: style: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstOffsetRef'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:619:37: note: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstOffsetRef'.
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:924:36: note: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstOffsetRef'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:869:38: style: Function 'makeInstance' argument 1 names different: declaration 'locale' definition 'aLocale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2478:27: note: Function 'makeInstance' argument 1 names different: declaration 'locale' definition 'aLocale'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:869:38: note: Function 'makeInstance' argument 1 names different: declaration 'locale' definition 'aLocale'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:869:59: style: Function 'makeInstance' argument 2 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2478:47: note: Function 'makeInstance' argument 2 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:869:59: note: Function 'makeInstance' argument 2 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:968:36: style: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:374:57: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:968:36: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1006:23: style: Function 'getCalendarTypeFromLocale' argument 1 names different: declaration 'locale' definition 'aLocale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2491:27: note: Function 'getCalendarTypeFromLocale' argument 1 names different: declaration 'locale' definition 'aLocale'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1006:23: note: Function 'getCalendarTypeFromLocale' argument 1 names different: declaration 'locale' definition 'aLocale'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1009:21: style: Function 'getCalendarTypeFromLocale' argument 4 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2494:25: note: Function 'getCalendarTypeFromLocale' argument 4 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1009:21: note: Function 'getCalendarTypeFromLocale' argument 4 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1405:51: style: Function 'newestStamp' argument 1 names different: declaration 'start' definition 'first'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1766:45: note: Function 'newestStamp' argument 1 names different: declaration 'start' definition 'first'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1405:51: note: Function 'newestStamp' argument 1 names different: declaration 'start' definition 'first'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1405:78: style: Function 'newestStamp' argument 2 names different: declaration 'end' definition 'last'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1766:72: note: Function 'newestStamp' argument 2 names different: declaration 'end' definition 'last'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1405:78: note: Function 'newestStamp' argument 2 names different: declaration 'end' definition 'last'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1405:92: style: Function 'newestStamp' argument 3 names different: declaration 'bestSoFar' definition 'bestStampSoFar'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1766:85: note: Function 'newestStamp' argument 3 names different: declaration 'bestSoFar' definition 'bestStampSoFar'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1405:92: note: Function 'newestStamp' argument 3 names different: declaration 'bestSoFar' definition 'bestStampSoFar'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1484:42: style: Function 'computeFields' argument 1 names different: declaration 'status' definition 'ec'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1504:44: note: Function 'computeFields' argument 1 names different: declaration 'status' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:1484:42: note: Function 'computeFields' argument 1 names different: declaration 'status' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:2274:41: style: Function 'fieldDifference' argument 1 names different: declaration 'when' definition 'targetMs'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:830:43: note: Function 'fieldDifference' argument 1 names different: declaration 'when' definition 'targetMs'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:2274:41: note: Function 'fieldDifference' argument 1 names different: declaration 'when' definition 'targetMs'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:2274:90: style: Function 'fieldDifference' argument 3 names different: declaration 'status' definition 'ec'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:830:88: note: Function 'fieldDifference' argument 3 names different: declaration 'status' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:2274:90: note: Function 'fieldDifference' argument 3 names different: declaration 'status' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:2377:35: style: Function 'adoptTimeZone' argument 1 names different: declaration 'value' definition 'zone'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:840:34: note: Function 'adoptTimeZone' argument 1 names different: declaration 'value' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:2377:35: note: Function 'adoptTimeZone' argument 1 names different: declaration 'value' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:3766:82: style: Function 'setWeekData' argument 3 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2210:88: note: Function 'setWeekData' argument 3 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/calendar.cpp:3766:82: note: Function 'setWeekData' argument 3 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/sharedcalendar.h:23:5: style: Class 'SharedCalendar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:112:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:444:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:112:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:571:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:481:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:571:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:589:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:504:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:589:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:618:18: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:531:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:618:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:625:18: style: The function 'getOffsetFromLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:163:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:625:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:635:21: style: The function 'getRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:550:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:635:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:644:18: style: The function 'setRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:541:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:644:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:665:21: style: The function 'getDSTSavings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:791:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:665:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:673:19: style: The function 'useDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:719:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:673:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:689:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:734:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:689:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:697:11: style: The function 'hasSameRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:744:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:697:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:706:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:753:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:706:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:716:19: style: The function 'getNextTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:52:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:716:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:726:19: style: The function 'getPreviousTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:62:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:726:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:736:21: style: The function 'countTransitionRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:95:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:736:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:754:18: style: The function 'getTimeZoneRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:113:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:754:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:770:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:774:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:770:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:77:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:444:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:77:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:124:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:753:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:124:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:150:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:481:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:150:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:172:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:504:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:172:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:198:18: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:531:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:198:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:208:18: style: The function 'setRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:541:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:208:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:217:21: style: The function 'getRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:550:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:217:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:225:19: style: The function 'useDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:719:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:225:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:240:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:734:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:240:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:250:19: style: The function 'hasSameRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:744:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:250:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:260:19: style: The function 'getNextTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:52:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:260:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:270:19: style: The function 'getPreviousTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:62:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:270:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:280:21: style: The function 'countTransitionRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:95:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:280:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:298:18: style: The function 'getTimeZoneRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:113:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:298:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:305:18: style: The function 'getOffsetFromLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:163:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:305:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:355:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:774:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:355:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:73:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:444:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:73:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:188:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:753:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:188:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:214:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:481:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:214:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:236:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:504:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:236:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:262:18: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:531:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:262:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:272:18: style: The function 'setRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:541:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:272:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:281:21: style: The function 'getRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:550:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:281:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:289:19: style: The function 'useDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:719:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:289:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:304:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:734:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:304:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:314:19: style: The function 'hasSameRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:744:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:314:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:324:19: style: The function 'getNextTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:52:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:324:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:334:19: style: The function 'getPreviousTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:62:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:334:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:344:21: style: The function 'countTransitionRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:95:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:344:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:362:18: style: The function 'getTimeZoneRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:113:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:362:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:449:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:774:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:449:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:94:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:304:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:94:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:107:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:458:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:107:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:128:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:483:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:128:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:142:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:624:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:142:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:148:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:652:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:148:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:156:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:614:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:156:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:162:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:758:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:162:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:169:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:764:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:169:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:175:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:770:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/taiwncal.h:175:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:104:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:304:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:104:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:111:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:624:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:111:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:117:21: style: The function 'getActualMaximum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:433:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:117:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:131:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:458:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:131:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:152:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:483:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:152:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:158:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:758:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:158:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:164:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:764:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:164:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:169:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:770:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:169:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:179:21: style: The function 'internalGetEra' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:495:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:179:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:185:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:652:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:185:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:191:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:614:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:191:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:200:21: style: The function 'getDefaultMonthInYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2010:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:200:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/japancal.h:210:21: style: The function 'getDefaultDayInMonth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2020:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/japancal.h:210:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:233:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:307:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:233:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:295:19: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1641:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:295:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:304:19: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1676:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:304:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:310:19: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1685:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:310:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:320:19: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1666:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:320:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:329:19: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1696:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:329:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:347:16: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1964:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:347:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:356:20: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1342:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:356:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:377:24: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1376:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:377:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:394:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:879:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:394:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:401:17: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2406:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:401:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:408:17: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2412:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:408:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/islamcal.h:414:19: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2417:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/islamcal.h:414:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:195:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:307:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:195:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:208:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1342:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:208:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:229:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1376:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:229:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:245:18: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:580:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:245:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:249:18: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:558:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:249:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:263:18: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:716:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:263:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:276:18: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:683:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:276:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:306:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1641:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:306:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:315:21: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1676:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:315:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:324:21: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1685:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:324:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:340:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1964:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:340:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:349:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1696:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:349:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:363:21: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1666:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:363:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:373:18: style: The function 'validateField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1726:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:373:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:386:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:879:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:386:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:392:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2406:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:392:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:399:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2412:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:399:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:405:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2417:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:405:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:167:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:307:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:167:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:197:19: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1641:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:197:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:206:19: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1676:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:206:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:212:19: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1685:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:212:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:222:19: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1666:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:222:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:231:19: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1696:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:231:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:249:16: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1964:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:249:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:258:20: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1342:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:258:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:279:24: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1376:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:279:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:295:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:879:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:295:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:301:17: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2406:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:301:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:308:17: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2412:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:308:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/persncal.h:314:19: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2417:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/persncal.h:314:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:189:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:307:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:189:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:203:19: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1641:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:203:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:212:19: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1676:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:212:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:218:19: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1685:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:218:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:228:19: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1666:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:228:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:237:19: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1696:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:237:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:255:16: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1964:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:255:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:264:20: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1342:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:264:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:285:24: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1376:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:285:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:302:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:879:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:302:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:309:17: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2406:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:309:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:316:17: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2412:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:316:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/indiancal.h:322:19: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2417:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/indiancal.h:322:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:147:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:307:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:147:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:165:19: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1641:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:165:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:166:19: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1676:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:166:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:167:19: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1666:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:167:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:168:19: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1696:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:168:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:169:16: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1964:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:169:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:173:16: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:580:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:173:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:174:16: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:558:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:174:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:175:16: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:716:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:175:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:176:16: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:683:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:176:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:207:20: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1342:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:207:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:228:24: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1376:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:228:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:241:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:879:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:241:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:248:17: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2406:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:248:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:255:17: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2412:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:255:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:261:19: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2417:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/chnsecal.h:261:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cecal.h:71:21: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1666:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cecal.h:71:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cecal.h:77:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1641:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cecal.h:77:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cecal.h:88:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:879:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cecal.h:88:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cecal.h:94:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2406:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cecal.h:94:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coptccal.h:148:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:307:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coptccal.h:148:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coptccal.h:155:18: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1376:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coptccal.h:155:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coptccal.h:166:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1696:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coptccal.h:166:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coptccal.h:172:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1964:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coptccal.h:172:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coptccal.h:179:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2412:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coptccal.h:179:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coptccal.h:185:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2417:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coptccal.h:185:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coptccal.h:191:21: style: The function 'getJDEpochOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/cecal.h:103:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coptccal.h:191:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coptccal.h:205:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1342:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coptccal.h:205:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/dangical.h:69:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/chnsecal.h:147:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/dangical.h:69:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/dangical.h:86:20: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/chnsecal.h:207:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/dangical.h:86:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/dangical.h:107:16: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/chnsecal.h:228:24: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/dangical.h:107:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:144:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:307:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:144:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:151:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1376:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:151:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:176:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1696:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:176:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:182:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1964:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:182:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:188:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/cecal.h:77:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:188:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:195:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2412:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:195:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:201:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:2417:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:201:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:207:21: style: The function 'getJDEpochOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/cecal.h:103:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:207:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:232:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/calendar.h:1342:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:232:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:149:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:444:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:149:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:154:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:753:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:154:23: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:164:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:774:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:164:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:169:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:481:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:169:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:176:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:504:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:176:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:184:18: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:531:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:184:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:190:18: style: The function 'getOffsetFromLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:163:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:190:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:198:18: style: The function 'setRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:541:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:198:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:206:21: style: The function 'getRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:550:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:206:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:214:19: style: The function 'useDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:719:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:214:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:219:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:734:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:219:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:224:21: style: The function 'getDSTSavings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:791:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:224:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:229:19: style: The function 'hasSameRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/timezone.h:744:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:229:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:239:19: style: The function 'getNextTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:52:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:239:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:249:19: style: The function 'getPreviousTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:62:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:249:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:259:21: style: The function 'countTransitionRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:95:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:259:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/olsontz.h:276:18: style: The function 'getTimeZoneRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/basictz.h:113:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/olsontz.h:276:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/casetrn.cpp:152:29: style: The scope of the variable 'result' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/casetrn.h:61:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/casetrn.h:61:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/casetrn.h:83:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/casetrn.h:83:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tolowtrn.h:53:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/casetrn.h:61:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tolowtrn.h:53:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tolowtrn.h:58:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tolowtrn.h:58:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cecal.cpp:97:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/cecal.cpp:78:59: style: Function 'handleComputeMonthStart' argument 2 names different: declaration 'month' definition 'emonth'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/cecal.h:71:68: note: Function 'handleComputeMonthStart' argument 2 names different: declaration 'month' definition 'emonth'.
firefox-62.0/intl/icu/source/i18n/cecal.cpp:78:59: note: Function 'handleComputeMonthStart' argument 2 names different: declaration 'month' definition 'emonth'.
firefox-62.0/intl/icu/source/i18n/chnsecal.cpp:145:5: performance: Variable 'isLeapYear' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/chnsecal.h:99:1: warning: The class 'ChineseCalendar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:176:11: style: The scope of the variable 'expPtr' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:513:12: style: The scope of the variable 'tempNumber' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:77:49: style: Function 'ChoiceFormat' argument 1 names different: declaration 'pattern' definition 'newPattern'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:183:39: note: Function 'ChoiceFormat' argument 1 names different: declaration 'pattern' definition 'newPattern'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:77:49: note: Function 'ChoiceFormat' argument 1 names different: declaration 'pattern' definition 'newPattern'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:91:36: style: Function 'ChoiceFormat' argument 3 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:201:26: note: Function 'ChoiceFormat' argument 3 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:91:36: note: Function 'ChoiceFormat' argument 3 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:103:36: style: Function 'ChoiceFormat' argument 4 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:220:26: note: Function 'ChoiceFormat' argument 4 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:103:36: note: Function 'ChoiceFormat' argument 4 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:136:40: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:261:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:136:40: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:247:40: style: Function 'toPattern' argument 1 names different: declaration 'pattern' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:295:53: note: Function 'toPattern' argument 1 names different: declaration 'pattern' definition 'result'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:247:40: note: Function 'toPattern' argument 1 names different: declaration 'pattern' definition 'result'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:255:42: style: Function 'setChoices' argument 1 names different: declaration 'limitsToCopy' definition 'limits'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:310:43: note: Function 'setChoices' argument 1 names different: declaration 'limitsToCopy' definition 'limits'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:255:42: note: Function 'setChoices' argument 1 names different: declaration 'limitsToCopy' definition 'limits'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:256:49: style: Function 'setChoices' argument 2 names different: declaration 'formatsToCopy' definition 'formats'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:311:50: note: Function 'setChoices' argument 2 names different: declaration 'formatsToCopy' definition 'formats'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:256:49: note: Function 'setChoices' argument 2 names different: declaration 'formatsToCopy' definition 'formats'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:257:36: style: Function 'setChoices' argument 3 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:312:37: note: Function 'setChoices' argument 3 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:257:36: note: Function 'setChoices' argument 3 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:269:36: style: Function 'setChoices' argument 4 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:327:37: note: Function 'setChoices' argument 4 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:269:36: note: Function 'setChoices' argument 4 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:347:34: style: Function 'getLimits' argument 1 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:337:46: note: Function 'getLimits' argument 1 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:347:34: note: Function 'getLimits' argument 1 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:357:36: style: Function 'getClosures' argument 1 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:347:47: note: Function 'getClosures' argument 1 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:357:36: note: Function 'getClosures' argument 1 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:367:35: style: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:357:54: note: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:367:35: note: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:381:37: style: Function 'format' argument 3 names different: declaration 'pos' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:404:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'status'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:381:37: note: Function 'format' argument 3 names different: declaration 'pos' definition 'status'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:393:37: style: Function 'format' argument 3 names different: declaration 'pos' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:389:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'status'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:393:37: note: Function 'format' argument 3 names different: declaration 'pos' definition 'status'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:474:34: style: Function 'format' argument 5 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:424:47: note: Function 'format' argument 5 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:474:34: note: Function 'format' argument 5 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:500:36: style: Function 'parse' argument 3 names different: declaration 'parsePosition' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:444:39: note: Function 'parse' argument 3 names different: declaration 'parsePosition' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:500:36: note: Function 'parse' argument 3 names different: declaration 'parsePosition' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:236:5: style: 'ChoiceFormat::operator=' should return 'ChoiceFormat &'. [operatorEq]
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:271:18: warning: Virtual function 'applyPattern' is called from constructor 'ChoiceFormat(const UnicodeString&pattern,UErrorCode&status)' at line 82. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:82:5: note: Calling applyPattern
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:271:18: note: applyPattern is a virtual method
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:496:18: warning: Virtual function 'setChoices' is called from constructor 'ChoiceFormat(const double*limits,const UnicodeString*formats,int32_t count)' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:95:5: note: Calling setChoices
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:496:18: note: setChoices is a virtual method
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:496:18: warning: Virtual function 'setChoices' is called from constructor 'ChoiceFormat(const double*limits,const UBool*closures,const UnicodeString*formats,int32_t count)' at line 107. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:107:5: note: Calling setChoices
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:496:18: note: setChoices is a virtual method
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:284:18: warning: Virtual function 'applyPattern' is called from constructor 'ChoiceFormat(const UnicodeString&newPattern,UParseError&parseError,UErrorCode&status)' at line 131. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/intl/icu/source/i18n/choicfmt.cpp:131:5: note: Calling applyPattern
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:284:18: note: applyPattern is a virtual method
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:261:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:264:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:261:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:373:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:393:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:373:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:387:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:444:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:387:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:402:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:497:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:402:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:442:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:624:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:442:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:454:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1065:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/choicfmt.h:454:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1226:19: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1175:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1226:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1231:35: style: The function 'getSupportedIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1182:35: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1231:35: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationsets.h:96:5: warning: Member variable 'ContractionsAndExpansions::ces' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/collationsettings.h:105:5: warning: Member variable 'CollationSettings::fastLatinPrimaries' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/collationdata.h:55:5: style: Struct 'CollationData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/collationsets.h:45:5: style: Class 'TailoredSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/collationtailoring.h:49:5: style: Struct 'CollationTailoring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:34:1: warning: The class 'UTF16CollationIterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:45:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:112:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:45:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:47:18: style: The function 'resetToOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:122:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:47:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:49:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:124:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:49:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:57:21: style: The function 'nextCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:216:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:57:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:59:21: style: The function 'previousCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:222:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:59:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:67:22: style: The function 'handleNextCE32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:237:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:67:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:69:19: style: The function 'handleGetTrailSurrogate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:245:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:69:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:71:19: style: The function 'foundNULTerminator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:251:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:71:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:73:18: style: The function 'forwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:260:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:73:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:75:18: style: The function 'backwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:262:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:75:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:98:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:45:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:98:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:100:18: style: The function 'resetToOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:47:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:100:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:102:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:49:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:102:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:104:21: style: The function 'nextCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:57:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:104:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:106:21: style: The function 'previousCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:59:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:106:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:109:22: style: The function 'handleNextCE32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:67:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:109:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:111:19: style: The function 'foundNULTerminator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:71:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:111:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:113:18: style: The function 'forwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:73:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:113:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:115:18: style: The function 'backwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:75:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf16collationiterator.h:115:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coleitr.cpp:401:18: style: The function 'handleCE' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationsets.h:92:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coleitr.cpp:401:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coleitr.cpp:402:18: style: The function 'handleExpansion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationsets.h:93:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/coleitr.cpp:402:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/coll.cpp:166:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/coll.cpp:187:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/coll.cpp:446:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/coll.cpp:233:5: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/coll.cpp:228:0: note: Variable 'index' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/coll.cpp:233:5: note: Variable 'index' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/coll.cpp:230:13: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/coll.cpp:699:21: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/coll.cpp:426:58: style: Function 'createInstance' argument 1 names different: declaration 'err' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:289:60: note: Function 'createInstance' argument 1 names different: declaration 'err' definition 'success'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:426:58: note: Function 'createInstance' argument 1 names different: declaration 'err' definition 'success'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:431:60: style: Function 'createInstance' argument 1 names different: declaration 'loc' definition 'desiredLocale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:324:61: note: Function 'createInstance' argument 1 names different: declaration 'loc' definition 'desiredLocale'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:431:60: note: Function 'createInstance' argument 1 names different: declaration 'loc' definition 'desiredLocale'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:432:48: style: Function 'createInstance' argument 2 names different: declaration 'err' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:324:78: note: Function 'createInstance' argument 2 names different: declaration 'err' definition 'status'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:432:48: note: Function 'createInstance' argument 2 names different: declaration 'err' definition 'status'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:887:49: style: Function 'getKeywordValuesForLocale' argument 1 names different: declaration 'keyword' definition 'key'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:761:79: note: Function 'getKeywordValuesForLocale' argument 1 names different: declaration 'keyword' definition 'key'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:887:49: note: Function 'getKeywordValuesForLocale' argument 1 names different: declaration 'keyword' definition 'key'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:956:60: style: Function 'getEquivalentReorderCodes' argument 3 names different: declaration 'destCapacity' definition 'capacity'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:671:41: note: Function 'getEquivalentReorderCodes' argument 3 names different: declaration 'destCapacity' definition 'capacity'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:956:60: note: Function 'getEquivalentReorderCodes' argument 3 names different: declaration 'destCapacity' definition 'capacity'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:957:49: style: Function 'getEquivalentReorderCodes' argument 4 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/coll.h:672:45: note: Function 'getEquivalentReorderCodes' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/coll.cpp:957:49: note: Function 'getEquivalentReorderCodes' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:1675:13: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:95:78: style: Function 'RuleBasedCollator' argument 2 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:123:63: note: Function 'RuleBasedCollator' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:95:78: note: Function 'RuleBasedCollator' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:106:85: style: Function 'RuleBasedCollator' argument 2 names different: declaration 'collationStrength' definition 'strength'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:135:43: note: Function 'RuleBasedCollator' argument 2 names different: declaration 'collationStrength' definition 'strength'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:106:85: note: Function 'RuleBasedCollator' argument 2 names different: declaration 'collationStrength' definition 'strength'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:107:50: style: Function 'RuleBasedCollator' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:136:36: note: Function 'RuleBasedCollator' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:107:50: note: Function 'RuleBasedCollator' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:120:50: style: Function 'RuleBasedCollator' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:149:33: note: Function 'RuleBasedCollator' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:120:50: note: Function 'RuleBasedCollator' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:132:57: style: Function 'RuleBasedCollator' argument 2 names different: declaration 'collationStrength' definition 'strength'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:162:40: note: Function 'RuleBasedCollator' argument 2 names different: declaration 'collationStrength' definition 'strength'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:132:57: note: Function 'RuleBasedCollator' argument 2 names different: declaration 'collationStrength' definition 'strength'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:134:50: style: Function 'RuleBasedCollator' argument 4 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:164:33: note: Function 'RuleBasedCollator' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:134:50: note: Function 'RuleBasedCollator' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:201:62: style: Function 'CollationBuilder' argument 1 names different: declaration 'base' definition 'b'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:42:48: note: Function 'CollationBuilder' argument 1 names different: declaration 'base' definition 'b'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:201:62: note: Function 'CollationBuilder' argument 1 names different: declaration 'base' definition 'b'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:295:41: style: Function 'addReset' argument 3 names different: declaration 'errorReason' definition 'parserErrorReason'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:60:40: note: Function 'addReset' argument 3 names different: declaration 'errorReason' definition 'parserErrorReason'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:295:41: note: Function 'addReset' argument 3 names different: declaration 'errorReason' definition 'parserErrorReason'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:650:44: style: Function 'addRelation' argument 5 names different: declaration 'errorReason' definition 'parserErrorReason'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:73:43: note: Function 'addRelation' argument 5 names different: declaration 'errorReason' definition 'parserErrorReason'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:650:44: note: Function 'addRelation' argument 5 names different: declaration 'errorReason' definition 'parserErrorReason'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:1641:53: style: Function 'ucol_openRules' argument 6 names different: declaration 'status' definition 'pErrorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ucol.h:433:37: note: Function 'ucol_openRules' argument 6 names different: declaration 'status' definition 'pErrorCode'.
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:1641:53: note: Function 'ucol_openRules' argument 6 names different: declaration 'status' definition 'pErrorCode'.
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.h:63:5: style: Class 'CollationDataBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:1583:5: style: Class 'CEFinalizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:59:18: style: The function 'addReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationruleparser.h:79:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:59:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:71:18: style: The function 'addRelation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationruleparser.h:84:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:71:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:117:18: style: The function 'suppressContractions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationruleparser.h:88:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:117:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:121:18: style: The function 'optimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationruleparser.h:91:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationbuilder.h:121:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:59:18: style: The function 'getRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationruleparser.h:98:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:59:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:1585:21: style: The function 'modifyCE32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.h:58:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:1585:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:1594:21: style: The function 'modifyCE' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.h:60:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationbuilder.cpp:1594:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:1023:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:900:5: warning: Member variable 'CopyHelper::modifiedCEs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/collationfastlatinbuilder.h:34:5: style: Class 'CollationFastLatinBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:128:5: style: Class 'DataBuilderCollationIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:134:18: style: The function 'resetToOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:122:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:134:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:135:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:124:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:135:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:137:21: style: The function 'nextCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:216:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:137:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:138:21: style: The function 'previousCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:222:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:138:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:141:18: style: The function 'forwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:260:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:141:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:142:18: style: The function 'backwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:262:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:142:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:144:22: style: The function 'getDataCE32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:269:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:144:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:145:22: style: The function 'getCE32FromBuilderData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:271:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/collationdatabuilder.cpp:145:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/collationdatawriter.cpp:35:63: style: Function 'cloneRuleData' argument 2 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:474:57: note: Function 'cloneRuleData' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationdatawriter.cpp:35:63: note: Function 'cloneRuleData' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationdatawriter.cpp:56:41: style: Function 'cloneBinary' argument 1 names different: declaration 'buffer' definition 'dest'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:487:34: note: Function 'cloneBinary' argument 1 names different: declaration 'buffer' definition 'dest'.
firefox-62.0/intl/icu/source/i18n/collationdatawriter.cpp:56:41: note: Function 'cloneBinary' argument 1 names different: declaration 'buffer' definition 'dest'.
firefox-62.0/intl/icu/source/i18n/collationdatawriter.cpp:56:77: style: Function 'cloneBinary' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:487:72: note: Function 'cloneBinary' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationdatawriter.cpp:56:77: note: Function 'cloneBinary' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/collationfastlatinbuilder.cpp:89:28: warning: Member variable 'CollationFastLatinBuilder::charCEs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/collationfastlatinbuilder.cpp:89:28: warning: Member variable 'CollationFastLatinBuilder::lastSpecialPrimaries' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:52:1: warning: The class 'CollationIterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/collationsets.cpp:39:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/collationsets.cpp:361:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/collationsets.cpp:46:58: style: Function 'forData' argument 2 names different: declaration 'errorCode' definition 'ec'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/collationsets.h:51:54: note: Function 'forData' argument 2 names different: declaration 'errorCode' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/collationsets.cpp:46:58: note: Function 'forData' argument 2 names different: declaration 'errorCode' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/collationsets.cpp:392:72: style: Function 'forData' argument 2 names different: declaration 'errorCode' definition 'ec'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/collationsets.h:105:54: note: Function 'forData' argument 2 names different: declaration 'errorCode' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/collationsets.cpp:392:72: note: Function 'forData' argument 2 names different: declaration 'errorCode' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/collationsettings.h:34:1: warning: The struct 'CollationSettings' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/collationweights.cpp:98:19: warning: Member variable 'CollationWeights::ranges' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:188:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:469:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:483:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:879:8: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:890:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:921:8: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:937:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:978:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:1004:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:1007:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:236:48: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:114:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:236:48: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/compactdecimalformat.cpp:558:3: style: Struct 'CmptDecDataSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:104:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:913:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:104:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:114:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:923:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:114:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:130:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:939:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:130:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:146:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:956:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:146:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:165:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:974:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:165:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:181:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:990:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:181:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:196:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1005:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:196:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:215:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1023:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:215:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:231:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1039:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:231:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:246:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1054:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:246:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:265:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1072:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:265:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:286:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1093:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:286:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:306:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1114:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:306:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:326:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1168:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:326:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:340:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1194:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:340:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:377:29: style: The function 'parseCurrency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1217:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:377:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:404:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:2084:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:404:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:217:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:68:47: style: Function 'CompoundTransliterator' argument 2 names different: declaration 'dir' definition 'direction'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:76:44: note: Function 'CompoundTransliterator' argument 2 names different: declaration 'dir' definition 'direction'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:68:47: note: Function 'CompoundTransliterator' argument 2 names different: declaration 'dir' definition 'direction'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:93:69: style: Function 'CompoundTransliterator' argument 1 names different: declaration 'ID' definition 'newID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:189:49: note: Function 'CompoundTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:93:69: note: Function 'CompoundTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:96:55: style: Function 'CompoundTransliterator' argument 4 names different: declaration 'numAnonymousRBTs' definition 'anonymousRBTs'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:192:36: note: Function 'CompoundTransliterator' argument 4 names different: declaration 'numAnonymousRBTs' definition 'anonymousRBTs'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:96:55: note: Function 'CompoundTransliterator' argument 4 names different: declaration 'numAnonymousRBTs' definition 'anonymousRBTs'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:343:73: style: Function 'getTransliterator' argument 1 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:114:61: note: Function 'getTransliterator' argument 1 names different: declaration 'idx' definition 'index'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:343:73: note: Function 'getTransliterator' argument 1 names different: declaration 'idx' definition 'index'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:348:57: style: Function 'setTransliterators' argument 2 names different: declaration 'count' definition 'transCount'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:120:37: note: Function 'setTransliterators' argument 2 names different: declaration 'count' definition 'transCount'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:348:57: note: Function 'setTransliterators' argument 2 names different: declaration 'count' definition 'transCount'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:374:59: style: Function 'adoptTransliterators' argument 2 names different: declaration 'count' definition 'transCount'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:126:39: note: Function 'adoptTransliterators' argument 2 names different: declaration 'count' definition 'transCount'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:374:59: note: Function 'adoptTransliterators' argument 2 names different: declaration 'count' definition 'transCount'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:394:63: style: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:139:51: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:394:63: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:477:85: style: Function 'handleTransliterate' argument 2 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:158:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'idx' definition 'index'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:477:85: note: Function 'handleTransliterate' argument 2 names different: declaration 'idx' definition 'index'.
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:282:49: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:101:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:101:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:139:28: style: The function 'toRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:879:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:139:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:146:18: style: The function 'handleGetSourceSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:948:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:146:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:152:25: style: The function 'getTargetSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:963:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:152:25: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:158:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:158:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:166:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/cpdtrans.h:166:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/cpdtrans.cpp:190:35: performance: Function parameter 'UVector' should be passed by const reference. [passedByValue]
firefox-62.0/intl/icu/source/i18n/csdetect.cpp:250:28: style: The scope of the variable 'csr' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/csdetect.h:40:5: style: Class 'CharsetDetector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/inputext.h:33:5: style: Class 'InputText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:66:13: style: The function 'nextByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:48:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:66:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:67:10: style: The function 'parseCharacters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:49:15: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:67:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:86:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:86:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:87:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:87:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:94:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:94:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:95:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:95:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:102:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:102:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:110:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:110:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:118:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:118:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:126:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:126:25: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:134:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:134:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:144:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:144:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:146:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:146:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:154:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:154:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:156:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:156:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:164:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:164:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:166:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:166:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:174:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:126:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:174:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:176:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:176:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:178:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:178:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:186:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:186:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:188:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:188:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:196:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:196:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:198:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:198:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:206:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:206:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:208:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:208:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:210:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:210:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:218:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:218:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:220:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:220:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:222:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:222:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:231:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:231:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:233:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:233:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:235:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:235:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:244:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:244:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:251:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:251:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:253:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:253:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:259:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:259:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:261:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:261:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:269:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:269:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:270:10: style: The function 'match_sbcs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:79:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:270:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:278:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:278:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:280:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:280:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:286:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:77:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:286:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:288:19: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:78:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:288:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:74:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:74:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:75:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:75:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:76:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:76:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:103:11: style: The function 'nextChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:90:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:103:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:105:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:105:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:107:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:107:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:108:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:108:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:124:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:124:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:125:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:125:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:127:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:127:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:134:11: style: The function 'nextChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:90:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:134:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:146:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:146:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:147:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:147:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:149:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:149:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:161:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:161:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:162:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:162:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:164:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:164:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:177:11: style: The function 'nextChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:90:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:177:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:179:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:179:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:180:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:180:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:182:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:182:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:196:11: style: The function 'nextChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:90:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:196:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:198:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:198:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:199:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:40:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:199:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:201:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:201:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrutf8.h:32:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrutf8.h:32:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrutf8.h:37:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrutf8.h:37:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:36:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:36:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:41:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:41:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:51:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:51:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:53:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:53:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:62:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:62:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:64:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:64:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:75:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:75:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:77:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:77:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:84:13: style: The function 'getChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrucode.h:70:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:84:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:90:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:90:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:97:13: style: The function 'getChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrucode.h:70:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:97:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrucode.h:102:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csrucode.h:102:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csr2022.h:65:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csr2022.h:65:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csr2022.h:67:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csr2022.h:67:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csr2022.h:75:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csr2022.h:75:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csr2022.h:77:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csr2022.h:77:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csr2022.h:86:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:34:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csr2022.h:86:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csr2022.h:88:11: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/csrecog.h:49:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/csr2022.h:88:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:296:13: style: The scope of the variable 'thirdByte' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:461:13: style: The scope of the variable 'thirdByte' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:462:13: style: The scope of the variable 'fourthByte' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:272:43: style: Function 'match' argument 1 names different: declaration 'input' definition 'det'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:105:28: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:272:43: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:372:45: style: Function 'match' argument 1 names different: declaration 'input' definition 'det'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:149:28: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:372:45: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:394:45: style: Function 'match' argument 1 names different: declaration 'input' definition 'det'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:164:28: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:394:45: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:446:43: style: Function 'match' argument 1 names different: declaration 'input' definition 'det'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:182:28: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:446:43: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:522:47: style: Function 'match' argument 1 names different: declaration 'input' definition 'det'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrmbcs.h:201:28: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:522:47: note: Function 'match' argument 1 names different: declaration 'input' definition 'det'.
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:164:17: style: Variable 'singleByteCharCount' is modified but its new value is never used. [unreadVariable]
firefox-62.0/intl/icu/source/i18n/csrmbcs.cpp:227:32: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:254:94: style: Function 'match_sbcs' argument 3 names different: declaration 'charMap' definition 'byteMap'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:79:86: note: Function 'match_sbcs' argument 3 names different: declaration 'charMap' definition 'byteMap'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:254:94: note: Function 'match_sbcs' argument 3 names different: declaration 'charMap' definition 'byteMap'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:892:45: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:87:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:892:45: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:919:45: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:95:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:919:45: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:961:48: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:146:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:961:48: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:988:48: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:156:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:988:48: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1015:48: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:166:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1015:48: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1048:50: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:178:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1048:50: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1066:48: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:188:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1066:48: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1094:48: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:198:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1094:48: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1117:51: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:210:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1117:51: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1139:51: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:222:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1139:51: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1161:45: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:235:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1161:45: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1189:52: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:253:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1189:52: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1206:52: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:261:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1206:52: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1224:99: style: Function 'match_sbcs' argument 3 names different: declaration 'charMap' definition 'byteMap'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:270:75: note: Function 'match_sbcs' argument 3 names different: declaration 'charMap' definition 'byteMap'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1224:99: note: Function 'match_sbcs' argument 3 names different: declaration 'charMap' definition 'byteMap'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1244:52: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:280:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1244:52: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1261:52: style: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/csrsbcs.h:288:36: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/csrsbcs.cpp:1261:52: note: Function 'match' argument 1 names different: declaration 'det' definition 'textIn'.
firefox-62.0/intl/icu/source/i18n/currfmt.cpp:32:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/currfmt.h:38:1: warning: The class 'CurrencyFormat' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/currfmt.h:60:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/measfmt.h:154:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/currfmt.h:60:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/currfmt.h:68:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/measfmt.h:160:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/currfmt.h:68:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/currfmt.h:76:18: style: The function 'parseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/measfmt.h:172:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/currfmt.h:76:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/currfmt.h:83:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/measfmt.h:284:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/currfmt.h:83:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/currpinf.cpp:352:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/intl/icu/source/i18n/unicode/currpinf.h:54:5: style: Class 'CurrencyPluralInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/currunit.cpp:23:43: style: Function 'CurrencyUnit' argument 1 names different: declaration 'isoCode' definition '_isoCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/currunit.h:53:33: note: Function 'CurrencyUnit' argument 1 names different: declaration 'isoCode' definition '_isoCode'.
firefox-62.0/intl/icu/source/i18n/currunit.cpp:23:43: note: Function 'CurrencyUnit' argument 1 names different: declaration 'isoCode' definition '_isoCode'.
firefox-62.0/intl/icu/source/i18n/currunit.cpp:41:47: style: Function 'CurrencyUnit' argument 1 names different: declaration 'measureUnit' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/currunit.h:70:37: note: Function 'CurrencyUnit' argument 1 names different: declaration 'measureUnit' definition 'other'.
firefox-62.0/intl/icu/source/i18n/currunit.cpp:41:47: note: Function 'CurrencyUnit' argument 1 names different: declaration 'measureUnit' definition 'other'.
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:232:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:48:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:232:34: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:248:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:57:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:248:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:257:19: style: The function 'operator!=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:66:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:257:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:281:19: style: The function 'isEquivalentTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:99:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:281:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:294:19: style: The function 'getFirstStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:112:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:294:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:307:19: style: The function 'getFinalStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:125:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:307:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:323:19: style: The function 'getNextStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:141:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:323:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:340:19: style: The function 'getPreviousStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:158:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:340:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:443:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:48:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:443:33: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:459:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:57:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:459:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:468:19: style: The function 'operator!=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:66:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:468:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:516:19: style: The function 'isEquivalentTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:99:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:516:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:529:19: style: The function 'getFirstStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:112:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:529:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:542:19: style: The function 'getFinalStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:125:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:542:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:558:19: style: The function 'getNextStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:141:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:558:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:575:19: style: The function 'getPreviousStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:158:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:575:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:659:36: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:48:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:659:36: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:675:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:57:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:675:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:684:19: style: The function 'operator!=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:66:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:684:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:722:19: style: The function 'isEquivalentTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:99:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:722:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:735:19: style: The function 'getFirstStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:112:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:735:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:748:19: style: The function 'getFinalStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:125:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:748:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:764:19: style: The function 'getNextStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:141:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:764:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:781:19: style: The function 'getPreviousStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:158:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:781:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:444:26: warning: Possible null pointer dereference: patternPtr [nullPointer]
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:439:44: note: Assignment 'patternPtr=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:444:26: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:445:5: warning: Possible null pointer dereference: patternPtr [nullPointer]
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:439:44: note: Assignment 'patternPtr=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:445:5: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:199:35: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:245:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:199:35: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:382:40: style: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:512:45: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:382:40: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:498:70: style: Function 'create' argument 3 names different: declaration 'inLocale' definition 'locale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:879:91: note: Function 'create' argument 3 names different: declaration 'inLocale' definition 'locale'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:498:70: note: Function 'create' argument 3 names different: declaration 'inLocale' definition 'locale'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:557:37: style: Function 'adoptCalendar' argument 1 names different: declaration 'calendarToAdopt' definition 'newCalendar'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:725:42: note: Function 'adoptCalendar' argument 1 names different: declaration 'calendarToAdopt' definition 'newCalendar'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:557:37: note: Function 'adoptCalendar' argument 1 names different: declaration 'calendarToAdopt' definition 'newCalendar'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:584:45: style: Function 'adoptNumberFormat' argument 1 names different: declaration 'formatToAdopt' definition 'newNumberFormat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:751:50: note: Function 'adoptNumberFormat' argument 1 names different: declaration 'formatToAdopt' definition 'newNumberFormat'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:584:45: note: Function 'adoptNumberFormat' argument 1 names different: declaration 'formatToAdopt' definition 'newNumberFormat'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:613:37: style: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:773:42: note: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:613:37: note: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:726:20: style: Function 'setBooleanAttribute' argument 2 names different: declaration 'newvalue' definition 'newValue'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:817:20: note: Function 'setBooleanAttribute' argument 2 names different: declaration 'newvalue' definition 'newValue'.
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:726:20: note: Function 'setBooleanAttribute' argument 2 names different: declaration 'newvalue' definition 'newValue'.
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:730:5: style: Class 'SimpleDateFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:53:5: style: Class 'DateFmtBestPattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/datefmt.cpp:68:1: warning: The class 'DateFmtBestPatternKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:872:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:224:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:872:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:893:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:300:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:893:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:915:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:322:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:915:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:948:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:450:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:948:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1104:18: style: The function 'adoptCalendar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:725:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1104:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1140:18: style: The function 'setContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:791:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1140:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1149:10: style: The function 'adoptNumberFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:751:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1149:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:83:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:224:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:83:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:104:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:300:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:104:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:122:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:243:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:122:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:147:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:450:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:147:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:189:19: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:421:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:189:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:249:18: style: The function 'setContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:791:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:249:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/dayperiodrules.cpp:48:5: warning: Member variable 'DayPeriodRulesDataSink::ruleSetNum' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/dayperiodrules.cpp:48:5: warning: Member variable 'DayPeriodRulesDataSink::period' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/dayperiodrules.cpp:48:5: warning: Member variable 'DayPeriodRulesDataSink::cutoffType' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:328:28: style: The scope of the variable 'defaults' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:108:58: style: Function 'DecimalFormatSymbols' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dcfmtsym.h:182:40: note: Function 'DecimalFormatSymbols' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:108:58: note: Function 'DecimalFormatSymbols' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:113:58: style: Function 'DecimalFormatSymbols' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dcfmtsym.h:201:40: note: Function 'DecimalFormatSymbols' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:113:58: note: Function 'DecimalFormatSymbols' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:177:62: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dcfmtsym.h:258:50: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:177:62: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:347:48: style: Function 'initialize' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dcfmtsym.h:369:35: note: Function 'initialize' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:347:48: note: Function 'initialize' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:347:65: style: Function 'initialize' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dcfmtsym.h:369:55: note: Function 'initialize' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:347:65: note: Function 'initialize' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:227:5: style: Struct 'DecFmtSymDataSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/dcfmtsym.cpp:283:5: style: Struct 'CurrencySpacingSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:853:14: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1133:8: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1136:14: style: The scope of the variable 'acc' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1240:13: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1421:8: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1422:7: style: The scope of the variable 'p' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1423:7: style: The scope of the variable 't' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1773:7: style: The scope of the variable 'result' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1868:14: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1983:9: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:1991:9: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:2837:8: style: The scope of the variable 'maxp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:2838:8: style: The scope of the variable 'workp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:2842:8: style: The scope of the variable 'exp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:2843:8: style: The scope of the variable 'ideal' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:2844:8: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:3298:14: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:3843:9: style: The scope of the variable 'rhsshift' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:3844:9: style: The scope of the variable 'maxdigits' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:3845:9: style: The scope of the variable 'mult' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:3848:9: style: The scope of the variable 'diffsign' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:3849:10: style: The scope of the variable 'acc' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:3855:9: style: The scope of the variable 'padding' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4263:9: style: The scope of the variable 'acclength' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4264:9: style: The scope of the variable 'accunits' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4265:9: style: The scope of the variable 'accdigits' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4274:9: style: The scope of the variable 'msu2plus' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4275:9: style: The scope of the variable 'msu2pair' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4277:9: style: The scope of the variable 'var1units' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4277:20: style: The scope of the variable 'var2units' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4278:9: style: The scope of the variable 'var2ulen' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4280:9: style: The scope of the variable 'maxdigits' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4287:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:4289:15: style: The scope of the variable 'source' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:5269:7: style: The scope of the variable 'h' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:5275:7: style: The scope of the variable 'comp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:5633:8: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:5635:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:5636:7: style: The scope of the variable 'p' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:5637:7: style: The scope of the variable 'pp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:5638:7: style: The scope of the variable 't' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:6058:9: style: The scope of the variable 'merged' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:6218:9: style: The scope of the variable 'sigr' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:6285:15: style: The scope of the variable 'l' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:6285:19: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:6285:23: style: The scope of the variable 'u' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:6709:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:6732:28: style: The scope of the variable 'first' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:6790:15: style: The scope of the variable 'rem' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:6943:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decNumber.cpp:7228:16: style: The scope of the variable 'sup' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decfmtst.cpp:137:44: style: Same expression on both sides of '||'. [duplicateExpression]
firefox-62.0/intl/icu/source/i18n/decfmtst.h:35:5: style: Class 'DecimalFormatStaticSets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:182:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:184:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:565:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:567:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:1110:52: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:3022:49: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:3042:40: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:3044:53: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:1446:17: style: The scope of the variable 'digit' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:287:34: style: Function 'DecimalFormat' argument 3 names different: declaration 'parseError' definition 'parseErr'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:858:34: note: Function 'DecimalFormat' argument 3 names different: declaration 'parseError' definition 'parseErr'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:287:34: note: Function 'DecimalFormat' argument 3 names different: declaration 'parseError' definition 'parseErr'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:649:41: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:923:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:649:41: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:759:38: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:992:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:759:38: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:768:38: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1007:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:768:38: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:789:38: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1041:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:789:38: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:798:38: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1056:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:798:38: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:818:40: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:941:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:818:40: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:827:40: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:958:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:827:40: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:847:38: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1094:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:847:38: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:2964:53: style: Function 'setCurrencyUsage' argument 1 names different: declaration 'newUsage' definition 'newContext'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1979:42: note: Function 'setCurrencyUsage' argument 1 names different: declaration 'newUsage' definition 'newContext'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:2964:53: note: Function 'setCurrencyUsage' argument 1 names different: declaration 'newUsage' definition 'newContext'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:3066:42: style: Function 'setParseIntegerOnly' argument 1 names different: declaration 'value' definition 'newValue'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:821:44: note: Function 'setParseIntegerOnly' argument 1 names different: declaration 'value' definition 'newValue'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:3066:42: note: Function 'setParseIntegerOnly' argument 1 names different: declaration 'value' definition 'newValue'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:3076:53: style: Function 'setAttribute' argument 2 names different: declaration 'newvalue' definition 'newValue'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:790:48: note: Function 'setAttribute' argument 2 names different: declaration 'newvalue' definition 'newValue'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:3076:53: note: Function 'setAttribute' argument 2 names different: declaration 'newvalue' definition 'newValue'.
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:151:2: warning: Member variable 'AffixesForCurrency::formatWidth' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:118:3: performance: Variable 'negPrefixPatternForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:119:3: performance: Variable 'negSuffixPatternForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:120:3: performance: Variable 'posPrefixPatternForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:121:3: performance: Variable 'posSuffixPatternForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:155:3: performance: Variable 'negPrefixForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:156:3: performance: Variable 'negSuffixForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:157:3: performance: Variable 'posPrefixForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/decimfmt.cpp:158:3: performance: Variable 'posSuffixForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:373:5: style: Class 'PluralAvailableLocalesEnumeration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/digitformatter.h:133:1: style: Class 'DigitFormatter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:272:12: style: The function 'getPluralOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:242:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:272:12: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:273:10: style: The function 'isNaN' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:244:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:273:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:274:10: style: The function 'isInfinite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:246:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:274:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/fieldpos.h:276:48: style: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fieldpos.h:165:56: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'.
firefox-62.0/intl/icu/source/i18n/unicode/fieldpos.h:276:48: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'.
firefox-62.0/intl/icu/source/i18n/unicode/fieldpos.h:284:48: style: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fieldpos.h:173:56: note: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'.
firefox-62.0/intl/icu/source/i18n/unicode/fieldpos.h:284:48: note: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:242:47: style: Function 'setMultiplierScale' argument 1 names different: declaration 's' definition 'scale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.h:482:33: note: Function 'setMultiplierScale' argument 1 names different: declaration 's' definition 'scale'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:242:47: note: Function 'setMultiplierScale' argument 1 names different: declaration 's' definition 'scale'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:300:36: style: Function 'maybeInitVisibleDigitsFromDigitList' argument 2 names different: declaration 'digits' definition 'visibleDigits'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.h:472:36: note: Function 'maybeInitVisibleDigitsFromDigitList' argument 2 names different: declaration 'digits' definition 'visibleDigits'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:300:36: note: Function 'maybeInitVisibleDigitsFromDigitList' argument 2 names different: declaration 'digits' definition 'visibleDigits'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:506:42: style: Function 'formatVisibleDigitsWithExponent' argument 1 names different: declaration 'number' definition 'digits'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.h:451:42: note: Function 'formatVisibleDigitsWithExponent' argument 1 names different: declaration 'number' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:506:42: note: Function 'formatVisibleDigitsWithExponent' argument 1 names different: declaration 'number' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:534:43: style: Function 'getFixedDecimal' argument 1 names different: declaration 'value' definition 'number'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.h:324:38: note: Function 'getFixedDecimal' argument 1 names different: declaration 'value' definition 'number'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:534:43: note: Function 'getFixedDecimal' argument 1 names different: declaration 'value' definition 'number'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:682:24: style: Function 'setCurrencyUsage' argument 1 names different: declaration 'usage' definition 'currencyUsage'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.h:281:38: note: Function 'setCurrencyUsage' argument 1 names different: declaration 'usage' definition 'currencyUsage'.
firefox-62.0/intl/icu/source/i18n/decimfmtimpl.cpp:682:24: note: Function 'setCurrencyUsage' argument 1 names different: declaration 'usage' definition 'currencyUsage'.
firefox-62.0/intl/icu/source/i18n/valueformatter.h:47:5: warning: Member variable 'ValueFormatter::fDigitFormatter' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/valueformatter.h:47:5: warning: Member variable 'ValueFormatter::fFixedPrecision' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/valueformatter.h:47:5: warning: Member variable 'ValueFormatter::fFixedOptions' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/valueformatter.h:47:5: warning: Member variable 'ValueFormatter::fGrouping' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/valueformatter.h:47:5: warning: Member variable 'ValueFormatter::fScientificPrecision' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/valueformatter.h:47:5: warning: Member variable 'ValueFormatter::fScientificOptions' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/unicode/fieldpos.h:135:5: style: Class 'FieldPosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:39:3: style: Class 'FieldPositionOnlyHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:264:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:112:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:264:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:284:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:161:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:284:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:305:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:181:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:305:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:338:18: style: The function 'parseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:225:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:338:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:812:18: style: The function 'setGroupingUsed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:889:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:812:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:821:18: style: The function 'setParseIntegerOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:687:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:821:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:832:18: style: The function 'setContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1013:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:832:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:913:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:129:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:913:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:923:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:264:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:923:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:939:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:393:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:939:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:956:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:410:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:956:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:974:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:428:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:974:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:990:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:444:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:990:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1005:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:461:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1005:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1023:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:480:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1023:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1039:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:497:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1039:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1054:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:515:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1054:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1072:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:533:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1072:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1093:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:554:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1093:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1114:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:576:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1114:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1168:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:598:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1168:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1194:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:624:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1194:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1217:29: style: The function 'parseCurrency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:664:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1217:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1403:27: style: The function 'getRoundingMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1033:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1403:27: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1413:18: style: The function 'setRoundingMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1040:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1413:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1854:18: style: The function 'setMaximumIntegerDigits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:913:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1854:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1865:18: style: The function 'setMinimumIntegerDigits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:935:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1865:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1876:18: style: The function 'setMaximumFractionDigits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:957:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1876:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1887:18: style: The function 'setMinimumFractionDigits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:979:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1887:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1963:18: style: The function 'setCurrency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:993:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:1963:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:2084:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1065:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:2084:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:2273:18: style: The function 'getEffectiveCurrency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1095:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/decimfmt.h:2273:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:42:16: style: The function 'addAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:27:16: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:42:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:43:16: style: The function 'shiftLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:28:16: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:43:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:44:17: style: The function 'isRecording' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:29:17: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:44:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:66:16: style: The function 'addAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:27:16: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:66:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:67:16: style: The function 'shiftLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:28:16: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:67:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:68:17: style: The function 'isRecording' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:29:17: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:68:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/digitaffixesandpadding.cpp:89:42: style: Function 'format' argument 1 names different: declaration 'value' definition 'digits'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/digitaffixesandpadding.h:132:42: note: Function 'format' argument 1 names different: declaration 'value' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/digitaffixesandpadding.cpp:89:42: note: Function 'format' argument 1 names different: declaration 'value' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/digitformatter.cpp:164:30: style: Function 'format' argument 1 names different: declaration 'positiveDigits' definition 'digits'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/digitformatter.h:161:30: note: Function 'format' argument 1 names different: declaration 'positiveDigits' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/digitformatter.cpp:164:30: note: Function 'format' argument 1 names different: declaration 'positiveDigits' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/digitformatter.cpp:243:42: style: Function 'format' argument 1 names different: declaration 'positiveDigits' definition 'digits'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/digitformatter.h:176:42: note: Function 'format' argument 1 names different: declaration 'positiveDigits' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/digitformatter.cpp:243:42: note: Function 'format' argument 1 names different: declaration 'positiveDigits' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/digitinterval.cpp:50:39: style: Function 'contains' argument 1 names different: declaration 'digitPosition' definition 'x'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/digitinterval.h:52:28: note: Function 'contains' argument 1 names different: declaration 'digitPosition' definition 'x'.
firefox-62.0/intl/icu/source/i18n/digitinterval.cpp:50:39: note: Function 'contains' argument 1 names different: declaration 'digitPosition' definition 'x'.
firefox-62.0/intl/icu/source/i18n/double-conversion-utils.h:101:0: error: #error Target architecture was not detected as supported by Double-Conversion. [preprocessorErrorDirective]
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:255:55: warning: Possible null pointer dereference: shared [nullPointer]
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:250:45: note: Assignment 'shared=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:255:55: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:256:5: warning: Possible null pointer dereference: shared [nullPointer]
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:250:45: note: Assignment 'shared=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:256:5: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:1252:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:1646:40: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:334:18: style: The scope of the variable 'col' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:390:5: style: 'MessageFormat::operator=' should return 'MessageFormat &'. [operatorEq]
firefox-62.0/intl/icu/source/i18n/dtfmtsym.cpp:1519:5: style: Struct 'CalendarDataSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:517:52: warning: Either the condition 'if(skeleton)' is redundant or there is possible null pointer dereference: skeleton. [nullPointerRedundantCheck]
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:522:8: note: Assuming that condition 'if(skeleton)' is not redundant
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:517:52: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:290:43: style: Function 'format' argument 4 names different: declaration 'fieldPosition' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:455:42: note: Function 'format' argument 4 names different: declaration 'fieldPosition' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:290:43: note: Function 'format' argument 4 names different: declaration 'fieldPosition' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:301:43: style: Function 'formatImpl' argument 4 names different: declaration 'fieldPosition' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:994:46: note: Function 'formatImpl' argument 4 names different: declaration 'fieldPosition' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:301:43: note: Function 'formatImpl' argument 4 names different: declaration 'fieldPosition' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:431:65: style: Function 'setDateIntervalInfo' argument 1 names different: declaration 'newIntervalPatterns' definition 'newItvPattern'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:504:54: note: Function 'setDateIntervalInfo' argument 1 names different: declaration 'newIntervalPatterns' definition 'newItvPattern'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:431:65: note: Function 'setDateIntervalInfo' argument 1 names different: declaration 'newIntervalPatterns' definition 'newItvPattern'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:458:45: style: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:534:42: note: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:458:45: note: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:777:56: style: Function 'getDateTimeSkeleton' argument 2 names different: declaration 'date' definition 'dateSkeleton'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:797:52: note: Function 'getDateTimeSkeleton' argument 2 names different: declaration 'date' definition 'dateSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:777:56: note: Function 'getDateTimeSkeleton' argument 2 names different: declaration 'date' definition 'dateSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:778:56: style: Function 'getDateTimeSkeleton' argument 3 names different: declaration 'normalizedDate' definition 'normalizedDateSkeleton'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:798:52: note: Function 'getDateTimeSkeleton' argument 3 names different: declaration 'normalizedDate' definition 'normalizedDateSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:778:56: note: Function 'getDateTimeSkeleton' argument 3 names different: declaration 'normalizedDate' definition 'normalizedDateSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:779:56: style: Function 'getDateTimeSkeleton' argument 4 names different: declaration 'time' definition 'timeSkeleton'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:799:52: note: Function 'getDateTimeSkeleton' argument 4 names different: declaration 'time' definition 'timeSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:779:56: note: Function 'getDateTimeSkeleton' argument 4 names different: declaration 'time' definition 'timeSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:780:56: style: Function 'getDateTimeSkeleton' argument 5 names different: declaration 'normalizedTime' definition 'normalizedTimeSkeleton'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:800:52: note: Function 'getDateTimeSkeleton' argument 5 names different: declaration 'normalizedTime' definition 'normalizedTimeSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:780:56: note: Function 'getDateTimeSkeleton' argument 5 names different: declaration 'normalizedTime' definition 'normalizedTimeSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:1406:39: style: Function 'adjustFieldWidth' argument 3 names different: declaration 'bestMatchIntervalPattern' definition 'bestIntervalPattern'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:894:50: note: Function 'adjustFieldWidth' argument 3 names different: declaration 'bestMatchIntervalPattern' definition 'bestIntervalPattern'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:1406:39: note: Function 'adjustFieldWidth' argument 3 names different: declaration 'bestMatchIntervalPattern' definition 'bestIntervalPattern'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:1408:33: style: Function 'adjustFieldWidth' argument 5 names different: declaration 'adjustedIntervalPattern' definition 'adjustedPtn'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtitvfmt.h:896:44: note: Function 'adjustFieldWidth' argument 5 names different: declaration 'adjustedIntervalPattern' definition 'adjustedPtn'.
firefox-62.0/intl/icu/source/i18n/dtitvfmt.cpp:1408:33: note: Function 'adjustFieldWidth' argument 5 names different: declaration 'adjustedIntervalPattern' definition 'adjustedPtn'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:77:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:78:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:93:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1644:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1507:9: style: Variable 'resultPattern' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1504:9: note: Variable 'resultPattern' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1507:9: note: Variable 'resultPattern' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:659:17: style: The scope of the variable 'df' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1502:13: style: The scope of the variable 'lastMissingFieldMask' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1628:26: style: The scope of the variable 'pattern' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2561:20: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2626:20: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:303:56: style: Function 'createInstance' argument 1 names different: declaration 'uLocale' definition 'locale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtptngen.h:71:77: note: Function 'createInstance' argument 1 names different: declaration 'uLocale' definition 'locale'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:303:56: note: Function 'createInstance' argument 1 names different: declaration 'uLocale' definition 'locale'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:919:73: style: Function 'addCLDRData' argument 2 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtptngen.h:559:56: note: Function 'addCLDRData' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:919:73: note: Function 'addCLDRData' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:968:53: style: Function 'initHashtable' argument 1 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtptngen.h:561:36: note: Function 'initHashtable' argument 1 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:968:53: note: Function 'initHashtable' argument 1 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1025:63: style: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtptngen.h:337:56: note: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1025:63: note: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1030:63: style: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtptngen.h:359:56: note: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1030:63: note: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1169:59: style: Function 'setDecimal' argument 1 names different: declaration 'decimal' definition 'newDecimal'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtptngen.h:475:42: note: Function 'setDecimal' argument 1 names different: declaration 'decimal' definition 'newDecimal'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1169:59: note: Function 'setDecimal' argument 1 names different: declaration 'decimal' definition 'newDecimal'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1194:66: style: Function 'setDateTimeFormat' argument 1 names different: declaration 'dateTimeFormat' definition 'dtFormat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtptngen.h:310:49: note: Function 'setDateTimeFormat' argument 1 names different: declaration 'dateTimeFormat' definition 'dtFormat'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1194:66: note: Function 'setDateTimeFormat' argument 1 names different: declaration 'dateTimeFormat' definition 'dtFormat'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1559:84: style: Function 'setAvailableFormat' argument 2 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/dtptngen.h:577:67: note: Function 'setAvailableFormat' argument 2 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1559:84: note: Function 'setAvailableFormat' argument 2 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1959:83: style: Function 'set' argument 3 names different: declaration 'skeleton' definition 'skeletonResult'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:235:75: note: Function 'set' argument 3 names different: declaration 'skeleton' definition 'skeletonResult'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:1959:83: note: Function 'set' argument 3 names different: declaration 'skeleton' definition 'skeletonResult'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2022:48: style: Function 'getBasePattern' argument 1 names different: declaration 'basePattern' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:232:40: note: Function 'getBasePattern' argument 1 names different: declaration 'basePattern' definition 'result'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2022:48: note: Function 'getBasePattern' argument 1 names different: declaration 'basePattern' definition 'result'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2062:46: style: Function 'copyFrom' argument 1 names different: declaration 'skeleton' definition 'newSkeleton'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:236:38: note: Function 'copyFrom' argument 1 names different: declaration 'skeleton' definition 'newSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2062:46: note: Function 'copyFrom' argument 1 names different: declaration 'skeleton' definition 'newSkeleton'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2134:40: style: Function 'set' argument 1 names different: declaration 'patternString' definition 'pattern'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:196:35: note: Function 'set' argument 1 names different: declaration 'patternString' definition 'pattern'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2134:40: note: Function 'set' argument 1 names different: declaration 'patternString' definition 'pattern'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2260:37: style: Function 'set' argument 1 names different: declaration 'patternMap' definition 'newPatternMap'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:267:26: note: Function 'set' argument 1 names different: declaration 'patternMap' definition 'newPatternMap'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2260:37: note: Function 'set' argument 1 names different: declaration 'patternMap' definition 'newPatternMap'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2374:52: style: Function 'populate' argument 2 names different: declaration 'repeatChar' definition 'ch'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:132:40: note: Function 'populate' argument 2 names different: declaration 'repeatChar' definition 'ch'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2374:52: note: Function 'populate' argument 2 names different: declaration 'repeatChar' definition 'ch'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2374:64: style: Function 'populate' argument 3 names different: declaration 'repeatCount' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:132:60: note: Function 'populate' argument 3 names different: declaration 'repeatCount' definition 'length'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2374:64: note: Function 'populate' argument 3 names different: declaration 'repeatCount' definition 'length'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2470:39: style: Function 'PtnElem' argument 1 names different: declaration 'basePattern' definition 'basePat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:184:34: note: Function 'PtnElem' argument 1 names different: declaration 'basePattern' definition 'basePat'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2470:39: note: Function 'PtnElem' argument 1 names different: declaration 'basePattern' definition 'basePat'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2470:69: style: Function 'PtnElem' argument 2 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:184:68: note: Function 'PtnElem' argument 2 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2470:69: note: Function 'PtnElem' argument 2 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:325:27: warning: Member variable 'DateTimePatternGenerator::fDefaultHourFormatChar' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:325:27: warning: Member variable 'DateTimePatternGenerator::fAllowedHourFormats' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2410:14: warning: Member variable 'PtnSkeleton::type' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:2095:15: warning: Member variable 'FormatParser::status' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:220:5: warning: Member variable 'DistanceInfo::missingFieldMask' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:220:5: warning: Member variable 'DistanceInfo::extraFieldMask' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/unicode/dtptngen.h:503:5: style: Class 'DateTimePatternGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:800:5: style: Struct 'AppendItemFormatsSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:833:5: style: Struct 'AppendItemNamesSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/dtptngen.cpp:892:5: style: Struct 'AvailableFormatsSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:154:1: warning: The class 'PtnSkeleton' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/dtptngen_impl.h:228:1: warning: The class 'DateTimeMatcher' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:89:65: style: Function 'EscapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/esctrn.h:99:47: note: Function 'EscapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:89:65: note: Function 'EscapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:90:47: style: Function 'EscapeTransliterator' argument 2 names different: declaration 'prefix' definition '_prefix'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/esctrn.h:100:47: note: Function 'EscapeTransliterator' argument 2 names different: declaration 'prefix' definition '_prefix'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:90:47: note: Function 'EscapeTransliterator' argument 2 names different: declaration 'prefix' definition '_prefix'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:90:77: style: Function 'EscapeTransliterator' argument 3 names different: declaration 'suffix' definition '_suffix'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/esctrn.h:100:76: note: Function 'EscapeTransliterator' argument 3 names different: declaration 'suffix' definition '_suffix'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:90:77: note: Function 'EscapeTransliterator' argument 3 names different: declaration 'suffix' definition '_suffix'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:91:34: style: Function 'EscapeTransliterator' argument 4 names different: declaration 'radix' definition '_radix'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/esctrn.h:101:34: note: Function 'EscapeTransliterator' argument 4 names different: declaration 'radix' definition '_radix'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:91:34: note: Function 'EscapeTransliterator' argument 4 names different: declaration 'radix' definition '_radix'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:91:50: style: Function 'EscapeTransliterator' argument 5 names different: declaration 'minDigits' definition '_minDigits'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/esctrn.h:101:49: note: Function 'EscapeTransliterator' argument 5 names different: declaration 'minDigits' definition '_minDigits'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:91:50: note: Function 'EscapeTransliterator' argument 5 names different: declaration 'minDigits' definition '_minDigits'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:92:32: style: Function 'EscapeTransliterator' argument 6 names different: declaration 'grokSupplementals' definition '_grokSupplementals'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/esctrn.h:102:32: note: Function 'EscapeTransliterator' argument 6 names different: declaration 'grokSupplementals' definition '_grokSupplementals'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:92:32: note: Function 'EscapeTransliterator' argument 6 names different: declaration 'grokSupplementals' definition '_grokSupplementals'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:133:64: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/esctrn.h:135:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:133:64: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:96:11: performance: Variable 'prefix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:97:11: performance: Variable 'suffix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/esctrn.cpp:100:11: performance: Variable 'grokSupplementals' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/esctrn.h:46:1: warning: The class 'EscapeTransliterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/esctrn.h:118:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/esctrn.h:118:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/esctrn.h:123:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/esctrn.h:123:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/esctrn.h:135:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/esctrn.h:135:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/ethpccal.h:26:1: warning: The class 'EthiopicCalendar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:63:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:360:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:433:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:485:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:516:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:759:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:121:32: style: Function 'Formattable' argument 1 names different: declaration 'd' definition 'date'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:93:23: note: Function 'Formattable' argument 1 names different: declaration 'd' definition 'date'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:121:32: note: Function 'Formattable' argument 1 names different: declaration 'd' definition 'date'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:131:33: style: Function 'Formattable' argument 1 names different: declaration 'd' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:100:24: note: Function 'Formattable' argument 1 names different: declaration 'd' definition 'value'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:131:33: note: Function 'Formattable' argument 1 names different: declaration 'd' definition 'value'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:141:34: style: Function 'Formattable' argument 1 names different: declaration 'l' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:107:25: note: Function 'Formattable' argument 1 names different: declaration 'l' definition 'value'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:141:34: note: Function 'Formattable' argument 1 names different: declaration 'l' definition 'value'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:150:34: style: Function 'Formattable' argument 1 names different: declaration 'll' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:114:25: note: Function 'Formattable' argument 1 names different: declaration 'll' definition 'value'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:150:34: note: Function 'Formattable' argument 1 names different: declaration 'll' definition 'value'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:169:47: style: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:146:38: note: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:169:47: note: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:180:41: style: Function 'Formattable' argument 1 names different: declaration 'strToAdopt' definition 'stringToAdopt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:153:32: note: Function 'Formattable' argument 1 names different: declaration 'strToAdopt' definition 'stringToAdopt'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:180:41: note: Function 'Formattable' argument 1 names different: declaration 'strToAdopt' definition 'stringToAdopt'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:220:43: style: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'source'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:181:50: note: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'source'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:220:43: note: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'source'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:277:44: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:189:50: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/fmtable.cpp:277:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:100:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:107:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:114:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:123:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:146:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:153:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:168:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/curramt.h:82:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/measure.h:75:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/curramt.h:82:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/curramt.h:98:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/measure.h:128:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/curramt.h:98:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/fmtable_cnv.cpp:35:38: style: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/fmtable.h:123:29: note: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'.
firefox-62.0/intl/icu/source/i18n/fmtable_cnv.cpp:35:38: note: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'.
firefox-62.0/intl/icu/source/i18n/format.cpp:29:0: error: #error U_I18N_IMPLEMENTATION not set - must be set for all ICU source files in i18n/ - see http://userguide.icu-project.org/howtouseicu [preprocessorErrorDirective]
firefox-62.0/intl/icu/source/i18n/fphdlimp.cpp:41:67: style: Function 'FieldPositionOnlyHandler' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:39:43: note: Function 'FieldPositionOnlyHandler' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/fphdlimp.cpp:41:67: note: Function 'FieldPositionOnlyHandler' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/fphdlimp.cpp:73:72: style: Function 'FieldPositionIteratorHandler' argument 2 names different: declaration 'status' definition '_status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/fphdlimp.h:63:76: note: Function 'FieldPositionIteratorHandler' argument 2 names different: declaration 'status' definition '_status'.
firefox-62.0/intl/icu/source/i18n/fphdlimp.cpp:73:72: note: Function 'FieldPositionIteratorHandler' argument 2 names different: declaration 'status' definition '_status'.
firefox-62.0/intl/icu/source/i18n/unicode/fpositer.h:62:1: warning: The class 'FieldPositionIterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/funcrepl.h:35:1: warning: The class 'FunctionReplacer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/funcrepl.h:84:21: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/unirepl.h:66:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/funcrepl.h:84:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/funcrepl.h:92:28: style: The function 'toReplacerPattern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/unirepl.h:85:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/funcrepl.h:92:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/funcrepl.h:98:18: style: The function 'addReplacementSetTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/unirepl.h:94:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/funcrepl.h:98:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/gender.cpp:105:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/gender.cpp:121:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/gender.cpp:249:42: style: Function 'ugender_getListGender' argument 1 names different: declaration 'genderinfo' definition 'genderInfo'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ugender.h:80:42: note: Function 'ugender_getListGender' argument 1 names different: declaration 'genderinfo' definition 'genderInfo'.
firefox-62.0/intl/icu/source/i18n/gender.cpp:249:42: note: Function 'ugender_getListGender' argument 1 names different: declaration 'genderinfo' definition 'genderInfo'.
firefox-62.0/intl/icu/source/i18n/gender.cpp:88:13: warning: Member variable 'GenderInfo::_style' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:535:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:1247:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:369:50: style: The scope of the variable 'unusedRemainder' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:154:50: style: Function 'GregorianCalendar' argument 1 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:171:35: note: Function 'GregorianCalendar' argument 1 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:154:50: note: Function 'GregorianCalendar' argument 1 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:165:48: style: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:183:33: note: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:165:48: note: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:165:66: style: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:183:58: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:165:66: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:176:72: style: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:194:57: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:176:72: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:187:73: style: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:205:58: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:187:73: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:198:48: style: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:218:33: note: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:198:48: note: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:199:50: style: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:218:81: note: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:199:50: note: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:211:50: style: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:230:80: note: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:211:50: note: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:223:50: style: Function 'GregorianCalendar' argument 4 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:244:78: note: Function 'GregorianCalendar' argument 4 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:223:50: note: Function 'GregorianCalendar' argument 4 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:238:80: style: Function 'GregorianCalendar' argument 6 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:260:108: note: Function 'GregorianCalendar' argument 6 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:238:80: note: Function 'GregorianCalendar' argument 6 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:256:50: style: Function 'GregorianCalendar' argument 7 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:277:124: note: Function 'GregorianCalendar' argument 7 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:256:50: note: Function 'GregorianCalendar' argument 7 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:322:63: style: Function 'setGregorianChange' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/gregocal.h:315:53: note: Function 'setGregorianChange' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:322:63: note: Function 'setGregorianChange' argument 2 names different: declaration 'success' definition 'status'.
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:154:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:165:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:176:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:187:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:198:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:210:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:222:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:237:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:254:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregocal.cpp:279:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/gregoimp.cpp:27:19: style: Public interface of ClockMath is not safe. When calling ClockMath::floorDivide(), if parameter denominator is 0 that leads to division by zero. [unsafeClassDivZero]
firefox-62.0/intl/icu/source/i18n/gregoimp.cpp:32:19: style: Public interface of ClockMath is not safe. When calling ClockMath::floorDivide(), if parameter denominator is 0 that leads to division by zero. [unsafeClassDivZero]
firefox-62.0/intl/icu/source/i18n/hebrwcal.cpp:676:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/hebrwcal.cpp:176:54: style: Function 'HebrewCalendar' argument 1 names different: declaration 'source' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/hebrwcal.h:181:42: note: Function 'HebrewCalendar' argument 1 names different: declaration 'source' definition 'other'.
firefox-62.0/intl/icu/source/i18n/hebrwcal.cpp:176:54: note: Function 'HebrewCalendar' argument 1 names different: declaration 'source' definition 'other'.
firefox-62.0/intl/icu/source/i18n/indiancal.cpp:345:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/indiancal.cpp:198:30: style: The scope of the variable 'm' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/indiancal.cpp:294:73: style: The scope of the variable 'mday' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/indiancal.cpp:112:54: style: Function 'handleGetMonthLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/indiancal.h:212:48: note: Function 'handleGetMonthLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'.
firefox-62.0/intl/icu/source/i18n/indiancal.cpp:112:54: note: Function 'handleGetMonthLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'.
firefox-62.0/intl/icu/source/i18n/indiancal.cpp:133:53: style: Function 'handleGetYearLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/indiancal.h:218:47: note: Function 'handleGetYearLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'.
firefox-62.0/intl/icu/source/i18n/indiancal.cpp:133:53: note: Function 'handleGetYearLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'.
firefox-62.0/intl/icu/source/i18n/inputext.cpp:84:13: style: The scope of the variable 'dsti' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/inputext.cpp:85:13: style: The scope of the variable 'b' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/inputext.cpp:28:12: warning: Member variable 'InputText::fInputLen' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/islamcal.cpp:704:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/islamcal.h:86:1: warning: The class 'IslamicCalendar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/measfmt.cpp:617:51: style: Function 'MeasureFormat' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/measfmt.h:111:55: note: Function 'MeasureFormat' argument 2 names different: declaration 'width' definition 'w'.
firefox-62.0/intl/icu/source/i18n/measfmt.cpp:617:51: note: Function 'MeasureFormat' argument 2 names different: declaration 'width' definition 'w'.
firefox-62.0/intl/icu/source/i18n/measfmt.cpp:628:29: style: Function 'MeasureFormat' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/measfmt.h:122:33: note: Function 'MeasureFormat' argument 2 names different: declaration 'width' definition 'w'.
firefox-62.0/intl/icu/source/i18n/measfmt.cpp:628:29: note: Function 'MeasureFormat' argument 2 names different: declaration 'width' definition 'w'.
firefox-62.0/intl/icu/source/i18n/measfmt.cpp:654:62: style: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/measfmt.h:136:51: note: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'other'.
firefox-62.0/intl/icu/source/i18n/measfmt.cpp:654:62: note: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'other'.
firefox-62.0/intl/icu/source/i18n/measfmt.cpp:861:29: style: Function 'initMeasureFormat' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/measfmt.h:302:33: note: Function 'initMeasureFormat' argument 2 names different: declaration 'width' definition 'w'.
firefox-62.0/intl/icu/source/i18n/measfmt.cpp:861:29: note: Function 'initMeasureFormat' argument 2 names different: declaration 'width' definition 'w'.
firefox-62.0/intl/icu/source/i18n/sharednumberformat.h:23:5: style: Class 'SharedNumberFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/sharedpluralrules.h:23:5: style: Class 'SharedPluralRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/measfmt.cpp:234:5: style: Struct 'UnitDataSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/measunit.cpp:1137:22: style: Function 'getAvailable' argument 1 names different: declaration 'destArray' definition 'dest'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/measunit.h:113:26: note: Function 'getAvailable' argument 1 names different: declaration 'destArray' definition 'dest'.
firefox-62.0/intl/icu/source/i18n/measunit.cpp:1137:22: note: Function 'getAvailable' argument 1 names different: declaration 'destArray' definition 'dest'.
firefox-62.0/intl/icu/source/i18n/measunit.cpp:1161:22: style: Function 'getAvailable' argument 2 names different: declaration 'destArray' definition 'dest'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/measunit.h:131:26: note: Function 'getAvailable' argument 2 names different: declaration 'destArray' definition 'dest'.
firefox-62.0/intl/icu/source/i18n/measunit.cpp:1161:22: note: Function 'getAvailable' argument 2 names different: declaration 'destArray' definition 'dest'.
firefox-62.0/intl/icu/source/i18n/measure.cpp:46:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/measure.cpp:28:37: style: Function 'Measure' argument 1 names different: declaration 'number' definition '_number'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/measure.h:55:32: note: Function 'Measure' argument 1 names different: declaration 'number' definition '_number'.
firefox-62.0/intl/icu/source/i18n/measure.cpp:28:37: note: Function 'Measure' argument 1 names different: declaration 'number' definition '_number'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:517:28: warning: Possible null pointer dereference: parseError [nullPointer]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1213:69: note: Calling function 'applyPattern', 3rd argument 'parseError' value is 0
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:517:28: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:426:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:427:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:597:51: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:598:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1340:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1805:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1826:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1846:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1951:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:233:42: style: Function 'MessageFormat' argument 2 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:353:31: note: Function 'MessageFormat' argument 2 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:233:42: note: Function 'MessageFormat' argument 2 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:255:42: style: Function 'MessageFormat' argument 3 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:365:37: note: Function 'MessageFormat' argument 3 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:255:42: note: Function 'MessageFormat' argument 3 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:278:42: style: Function 'MessageFormat' argument 4 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:379:31: note: Function 'MessageFormat' argument 4 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:278:42: note: Function 'MessageFormat' argument 4 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:392:41: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'rhs'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:412:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'rhs'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:392:41: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'rhs'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:472:50: style: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:437:52: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:472:50: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:486:41: style: Function 'applyPattern' argument 3 names different: declaration 'status' definition 'ec'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:451:42: note: Function 'applyPattern' argument 3 names different: declaration 'status' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:486:41: note: Function 'applyPattern' argument 3 names different: declaration 'status' definition 'ec'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:609:38: style: Function 'adoptFormats' argument 1 names different: declaration 'formatsToAdopt' definition 'newFormats'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:510:40: note: Function 'adoptFormats' argument 1 names different: declaration 'formatsToAdopt' definition 'newFormats'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:609:38: note: Function 'adoptFormats' argument 1 names different: declaration 'formatsToAdopt' definition 'newFormats'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:643:35: style: Function 'setFormats' argument 2 names different: declaration 'cnt' definition 'count'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:526:64: note: Function 'setFormats' argument 2 names different: declaration 'cnt' definition 'count'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:643:35: note: Function 'setFormats' argument 2 names different: declaration 'cnt' definition 'count'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:679:36: style: Function 'adoptFormat' argument 1 names different: declaration 'formatNumber' definition 'n'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:543:38: note: Function 'adoptFormat' argument 1 names different: declaration 'formatNumber' definition 'n'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:679:36: note: Function 'adoptFormat' argument 1 names different: declaration 'formatNumber' definition 'n'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:679:47: style: Function 'adoptFormat' argument 2 names different: declaration 'formatToAdopt' definition 'newFormat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:543:60: note: Function 'adoptFormat' argument 2 names different: declaration 'formatToAdopt' definition 'newFormat'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:679:47: note: Function 'adoptFormat' argument 2 names different: declaration 'formatToAdopt' definition 'newFormat'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:735:34: style: Function 'setFormat' argument 1 names different: declaration 'formatNumber' definition 'n'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:554:36: note: Function 'setFormat' argument 1 names different: declaration 'formatNumber' definition 'n'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:735:34: note: Function 'setFormat' argument 1 names different: declaration 'formatNumber' definition 'n'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:735:51: style: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:554:64: note: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:735:51: note: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:779:40: style: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:594:75: note: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:779:40: note: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:805:36: style: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:624:48: note: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:805:36: note: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:872:31: style: Function 'format' argument 2 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:647:35: note: Function 'format' argument 2 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:872:31: note: Function 'format' argument 2 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:875:35: style: Function 'format' argument 5 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:650:39: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:875:35: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:888:33: style: Function 'format' argument 3 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:671:42: note: Function 'format' argument 3 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:888:33: note: Function 'format' argument 3 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:890:37: style: Function 'format' argument 5 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:673:46: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:890:37: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:902:42: style: Function 'format' argument 1 names different: declaration 'obj' definition 'source'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:695:54: note: Function 'format' argument 1 names different: declaration 'obj' definition 'source'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:902:42: note: Function 'format' argument 1 names different: declaration 'obj' definition 'source'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:904:38: style: Function 'format' argument 3 names different: declaration 'pos' definition 'ignore'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:697:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'ignore'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:904:38: note: Function 'format' argument 3 names different: declaration 'pos' definition 'ignore'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:905:35: style: Function 'format' argument 4 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:698:47: note: Function 'format' argument 4 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:905:35: note: Function 'format' argument 4 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:923:35: style: Function 'format' argument 5 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:722:39: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:923:35: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1006:43: style: Function 'format' argument 7 names different: declaration 'pos' definition 'ignore'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:979:32: note: Function 'format' argument 7 names different: declaration 'pos' definition 'ignore'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1006:43: note: Function 'format' argument 7 names different: declaration 'pos' definition 'ignore'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1511:31: style: Function 'parse' argument 2 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:756:41: note: Function 'parse' argument 2 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1511:31: note: Function 'parse' argument 2 names different: declaration 'count' definition 'cnt'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1512:34: style: Function 'parse' argument 3 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:757:44: note: Function 'parse' argument 3 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1512:34: note: Function 'parse' argument 3 names different: declaration 'status' definition 'success'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1536:44: style: Function 'parseObject' argument 3 names different: declaration 'pos' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:773:45: note: Function 'parseObject' argument 3 names different: declaration 'pos' definition 'status'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1536:44: note: Function 'parseObject' argument 3 names different: declaration 'pos' definition 'status'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1893:55: style: Function 'FormatNameEnumeration' argument 1 names different: declaration 'fFormatNames' definition 'fNameList'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/msgfmt_impl.h:29:36: note: Function 'FormatNameEnumeration' argument 1 names different: declaration 'fFormatNames' definition 'fNameList'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1893:55: note: Function 'FormatNameEnumeration' argument 1 names different: declaration 'fFormatNames' definition 'fNameList'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1920:100: style: Function 'PluralSelectorProvider' argument 2 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:879:69: note: Function 'PluralSelectorProvider' argument 2 names different: declaration 'type' definition 't'.
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:1920:100: note: Function 'PluralSelectorProvider' argument 2 names different: declaration 'type' definition 't'.
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:437:18: warning: Virtual function 'applyPattern' is called from constructor 'MessageFormat(const UnicodeString&pattern,UErrorCode&status)' at line 250. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:250:5: note: Calling applyPattern
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:437:18: note: applyPattern is a virtual method
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:437:18: warning: Virtual function 'applyPattern' is called from constructor 'MessageFormat(const UnicodeString&pattern,const Locale&newLocale,UErrorCode&status)' at line 272. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:272:5: note: Calling applyPattern
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:437:18: note: applyPattern is a virtual method
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:449:18: warning: Virtual function 'applyPattern' is called from constructor 'MessageFormat(const UnicodeString&pattern,const Locale&newLocale,UParseError&parseError,UErrorCode&status)' at line 295. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:295:5: note: Calling applyPattern
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:449:18: note: applyPattern is a virtual method
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:157:5: style: Class 'PluralFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/msgfmt.cpp:190:5: style: Class 'AppendableWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:224:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:112:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:224:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:243:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:161:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:243:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:263:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:181:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:263:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:510:18: style: The function 'parseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:225:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/datefmt.h:510:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:403:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:129:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:403:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:412:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:112:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:412:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:695:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:161:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:695:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:771:18: style: The function 'parseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:225:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:771:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:881:31: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:547:31: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/msgfmt.h:881:31: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:435:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:112:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:435:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:451:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:129:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:451:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:467:19: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:161:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:467:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:504:17: style: The function 'parseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:225:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:504:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:560:31: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:547:31: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:560:31: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:259:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:112:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:259:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:275:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:129:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:275:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:292:20: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:161:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:292:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:329:18: style: The function 'parseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:225:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:329:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:863:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/format.h:129:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:863:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/name2uni.cpp:110:88: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/name2uni.h:75:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/name2uni.cpp:110:88: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/name2uni.h:36:5: style: Class 'NameUnicodeTransliterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/name2uni.h:52:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/name2uni.h:52:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/name2uni.h:57:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/name2uni.h:57:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/name2uni.h:75:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/name2uni.h:75:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:596:13: style: The scope of the variable 'tempDifference' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:136:45: style: Function 'NFRuleSet' argument 1 names different: declaration 'owner' definition '_owner'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrs.h:35:38: note: Function 'NFRuleSet' argument 1 names different: declaration 'owner' definition '_owner'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:136:45: note: Function 'NFRuleSet' argument 1 names different: declaration 'owner' definition '_owner'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:197:38: style: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrs.h:36:36: note: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:197:38: note: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:836:30: style: Function 'util64_pow' argument 1 names different: declaration 'radix' definition 'base'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrs.h:93:30: note: Function 'util64_pow' argument 1 names different: declaration 'radix' definition 'base'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:836:30: note: Function 'util64_pow' argument 1 names different: declaration 'radix' definition 'base'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:986:29: style: Function 'util64_tou' argument 1 names different: declaration 'n' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrs.h:96:29: note: Function 'util64_tou' argument 1 names different: declaration 'n' definition 'w'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:986:29: note: Function 'util64_tou' argument 1 names different: declaration 'n' definition 'w'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:986:39: style: Function 'util64_tou' argument 2 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrs.h:96:39: note: Function 'util64_tou' argument 2 names different: declaration 'buffer' definition 'buf'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:986:39: note: Function 'util64_tou' argument 2 names different: declaration 'buffer' definition 'buf'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:986:53: style: Function 'util64_tou' argument 3 names different: declaration 'buflen' definition 'len'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrs.h:96:56: note: Function 'util64_tou' argument 3 names different: declaration 'buflen' definition 'len'.
firefox-62.0/intl/icu/source/i18n/nfrs.cpp:986:53: note: Function 'util64_tou' argument 3 names different: declaration 'buflen' definition 'len'.
firefox-62.0/intl/icu/source/i18n/nfrlist.h:41:5: style: Class 'NFRuleList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:37:45: style: Function 'NFRule' argument 1 names different: declaration 'rbnf' definition '_rbnf'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:54:41: note: Function 'NFRule' argument 1 names different: declaration 'rbnf' definition '_rbnf'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:37:45: note: Function 'NFRule' argument 1 names different: declaration 'rbnf' definition '_rbnf'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:37:73: style: Function 'NFRule' argument 2 names different: declaration 'ruleText' definition '_ruleText'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:54:68: note: Function 'NFRule' argument 2 names different: declaration 'ruleText' definition '_ruleText'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:37:73: note: Function 'NFRule' argument 2 names different: declaration 'ruleText' definition '_ruleText'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:108:34: style: Function 'makeRules' argument 1 names different: declaration 'definition' definition 'description'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:47:42: note: Function 'makeRules' argument 1 names different: declaration 'definition' definition 'description'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:108:34: note: Function 'makeRules' argument 1 names different: declaration 'definition' definition 'description'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:109:30: style: Function 'makeRules' argument 2 names different: declaration 'ruleSet' definition 'owner'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:48:38: note: Function 'makeRules' argument 2 names different: declaration 'ruleSet' definition 'owner'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:109:30: note: Function 'makeRules' argument 2 names different: declaration 'ruleSet' definition 'owner'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:112:31: style: Function 'makeRules' argument 5 names different: declaration 'ruleList' definition 'rules'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:51:39: note: Function 'makeRules' argument 5 names different: declaration 'ruleList' definition 'rules'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:112:31: note: Function 'makeRules' argument 5 names different: declaration 'ruleList' definition 'rules'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:250:44: style: Function 'parseRuleDescriptor' argument 1 names different: declaration 'descriptor' definition 'description'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:90:45: note: Function 'parseRuleDescriptor' argument 1 names different: declaration 'descriptor' definition 'description'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:250:44: note: Function 'parseRuleDescriptor' argument 1 names different: declaration 'descriptor' definition 'description'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:534:30: style: Function 'setBaseValue' argument 1 names different: declaration 'value' definition 'newBaseValue'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:64:31: note: Function 'setBaseValue' argument 1 names different: declaration 'value' definition 'newBaseValue'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:534:30: note: Function 'setBaseValue' argument 1 names different: declaration 'value' definition 'newBaseValue'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:739:49: style: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:70:50: note: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:739:49: note: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:784:48: style: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:71:50: note: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:784:48: note: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:900:32: style: Function 'doParse' argument 2 names different: declaration 'pos' definition 'parsePosition'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:74:34: note: Function 'doParse' argument 2 names different: declaration 'pos' definition 'parsePosition'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:900:32: note: Function 'doParse' argument 2 names different: declaration 'pos' definition 'parsePosition'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:901:23: style: Function 'doParse' argument 3 names different: declaration 'isFractional' definition 'isFractionRule'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:75:25: note: Function 'doParse' argument 3 names different: declaration 'isFractional' definition 'isFractionRule'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:901:23: note: Function 'doParse' argument 3 names different: declaration 'isFractional' definition 'isFractionRule'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:904:30: style: Function 'doParse' argument 6 names different: declaration 'result' definition 'resVal'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:78:32: note: Function 'doParse' argument 6 names different: declaration 'result' definition 'resVal'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:904:30: note: Function 'doParse' argument 6 names different: declaration 'result' definition 'resVal'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:1160:33: style: Function 'matchToDelimiter' argument 3 names different: declaration 'baseValue' definition '_baseValue'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:96:81: note: Function 'matchToDelimiter' argument 3 names different: declaration 'baseValue' definition '_baseValue'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:1160:33: note: Function 'matchToDelimiter' argument 3 names different: declaration 'baseValue' definition '_baseValue'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:1477:27: style: Function 'findText' argument 4 names different: declaration 'resultCount' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:105:51: note: Function 'findText' argument 4 names different: declaration 'resultCount' definition 'length'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:1477:27: note: Function 'findText' argument 4 names different: declaration 'resultCount' definition 'length'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:1518:27: style: Function 'findTextLenient' argument 4 names different: declaration 'resultCount' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfrule.h:85:51: note: Function 'findTextLenient' argument 4 names different: declaration 'resultCount' definition 'length'.
firefox-62.0/intl/icu/source/i18n/nfrule.cpp:1518:27: note: Function 'findTextLenient' argument 4 names different: declaration 'resultCount' definition 'length'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1021:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1142:17: style: The scope of the variable 'digit' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:318:63: style: Function 'makeSubstitution' argument 5 names different: declaration 'rbnf' definition 'formatter'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:62:38: note: Function 'makeSubstitution' argument 5 names different: declaration 'rbnf' definition 'formatter'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:318:63: note: Function 'makeSubstitution' argument 5 names different: declaration 'rbnf' definition 'formatter'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:402:40: style: Function 'NFSubstitution' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:40:28: note: Function 'NFSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:402:40: note: Function 'NFSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:403:49: style: Function 'NFSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:41:26: note: Function 'NFSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:403:49: note: Function 'NFSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:537:41: style: Function 'toString' argument 1 names different: declaration 'result' definition 'text'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:100:42: note: Function 'toString' argument 1 names different: declaration 'result' definition 'text'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:537:41: note: Function 'toString' argument 1 names different: declaration 'result' definition 'text'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:571:85: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:118:86: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:571:85: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:620:84: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:130:85: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:620:84: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:790:54: style: Function 'SameValueSubstitution' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:52:35: note: Function 'SameValueSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:790:54: note: Function 'SameValueSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:791:42: style: Function 'SameValueSubstitution' argument 2 names different: declaration 'ruleset' definition '_ruleSet'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:53:26: note: Function 'SameValueSubstitution' argument 2 names different: declaration 'ruleset' definition '_ruleSet'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:791:42: note: Function 'SameValueSubstitution' argument 2 names different: declaration 'ruleset' definition '_ruleSet'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:826:50: style: Function 'ModulusSubstitution' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:129:33: note: Function 'ModulusSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:826:50: note: Function 'ModulusSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:828:56: style: Function 'ModulusSubstitution' argument 3 names different: declaration 'rulePredecessor' definition 'predecessor'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:131:23: note: Function 'ModulusSubstitution' argument 3 names different: declaration 'rulePredecessor' definition 'predecessor'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:828:56: note: Function 'ModulusSubstitution' argument 3 names different: declaration 'rulePredecessor' definition 'predecessor'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:829:59: style: Function 'ModulusSubstitution' argument 4 names different: declaration 'ruleSet' definition '_ruleSet'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:132:26: note: Function 'ModulusSubstitution' argument 4 names different: declaration 'ruleSet' definition '_ruleSet'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:829:59: note: Function 'ModulusSubstitution' argument 4 names different: declaration 'ruleSet' definition '_ruleSet'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:877:90: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:147:86: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:877:90: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:902:89: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:148:85: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:902:89: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:969:46: style: Function 'toString' argument 1 names different: declaration 'result' definition 'text'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:171:39: note: Function 'toString' argument 1 names different: declaration 'result' definition 'text'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:969:46: note: Function 'toString' argument 1 names different: declaration 'result' definition 'text'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1002:64: style: Function 'FractionalPartSubstitution' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:207:40: note: Function 'FractionalPartSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1002:64: note: Function 'FractionalPartSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1003:47: style: Function 'FractionalPartSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:208:26: note: Function 'FractionalPartSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1003:47: note: Function 'FractionalPartSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1041:52: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:215:85: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1041:52: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1127:30: style: Function 'doParse' argument 7 names different: declaration 'result' definition 'resVal'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:226:22: note: Function 'doParse' argument 7 names different: declaration 'result' definition 'resVal'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1127:30: note: Function 'doParse' argument 7 names different: declaration 'result' definition 'resVal'.
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:1310:20: style: Variable 'pow' is modified but its new value is never used. [unreadVariable]
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:58:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:142:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:58:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:59:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:153:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:59:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:60:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:209:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:60:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:61:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:220:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:61:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:62:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:237:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:62:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:66:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:253:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:66:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:88:18: style: The function 'setDivisor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:94:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:88:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:96:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:77:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:96:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:98:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:142:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:98:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:102:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:153:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:102:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:110:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:209:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:110:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:114:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:220:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:114:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:116:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:237:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:116:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:120:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:253:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:120:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:137:18: style: The function 'setDivisor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:94:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:137:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:145:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:77:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:145:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:147:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:118:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:147:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:148:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:130:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:148:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:150:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:142:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:150:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:151:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:153:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:151:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:153:19: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:189:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:153:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:161:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:209:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:161:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:165:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:220:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:165:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:167:19: style: The function 'isModulusSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:245:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:167:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:169:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:237:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:169:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:171:15: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:100:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:171:15: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:175:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:253:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:175:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:189:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:142:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:189:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:190:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:153:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:190:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:191:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:209:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:191:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:192:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:220:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:192:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:193:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:237:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:193:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:197:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:253:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:197:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:213:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:77:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:213:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:215:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:130:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:215:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:216:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:118:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:216:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:217:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:142:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:217:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:218:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:153:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:218:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:220:19: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:189:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:220:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:228:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:209:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:228:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:229:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:220:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:229:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:230:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:237:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:230:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:234:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:253:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:234:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:248:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:142:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:248:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:249:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:153:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:249:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:250:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:209:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:250:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:251:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:220:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:251:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:252:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:237:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:252:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:256:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:253:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:256:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:285:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:77:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:285:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:287:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:142:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:287:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:288:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:153:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:288:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:290:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:118:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:290:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:291:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:130:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:291:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:292:19: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:189:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:292:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:300:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:209:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:300:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:301:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:220:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:301:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:302:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:237:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:302:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:308:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/nfsubs.h:253:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nfsubs.cpp:308:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nortrans.cpp:102:90: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nortrans.h:70:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/nortrans.cpp:102:90: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/nortrans.h:47:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nortrans.h:47:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nortrans.h:52:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nortrans.h:52:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/nortrans.h:70:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/nortrans.h:70:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/nounit.h:100:5: style: Class 'NoUnit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/nultrans.cpp:31:85: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/nultrans.h:54:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/nultrans.cpp:31:85: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/unicode/numberformatter.h:1353:5: warning: Member variable 'Grouper::fGrouping2' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/intl/icu/source/i18n/unicode/numberformatter.h:1353:5: warning: Member variable 'Grouper::fMinGrouping' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/intl/icu/source/i18n/number_affixutils.h:40:5: warning: Member variable 'AffixTag::type' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/number_affixutils.h:42:5: warning: Member variable 'AffixTag::state' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/number_affixutils.h:42:5: warning: Member variable 'AffixTag::type' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/number_types.h:263:9: performance: Variable 'fValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/unicode/numberformatter.h:622:5: style: Class 'Notation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/numberformatter.h:943:5: style: Class 'Rounder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/numberformatter.h:1203:5: style: Class 'IntegerWidth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/numberformatter.h:1398:5: style: Class 'Padder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/number_affixutils.h:42:5: style: Struct 'AffixTag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/numberformatter.h:1976:1: warning: The class 'LocalizedNumberFormatter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/number_types.h:258:0: warning: Member variable 'number :: impl :: NullableValue < UNumberCompactStyle >::fValue' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/number_types.h:258:0: warning: Member variable 'number :: impl :: NullableValue < UNumberFormatPadPosition >::fValue' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/number_utils.h:23:9: performance: Variable 'fStr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/number_types.h:263:0: performance: Variable 'fValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:102:21: performance: Technically the member function 'number::impl::ParsedPatternInfo::ParserState::toParseException' can be static. [functionStatic]
firefox-62.0/intl/icu/source/i18n/number_decimfmtprops.h:35:1: warning: The struct 'CurrencyPluralInfoWrapper' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:77:10: style: The function 'positiveHasPlusSign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:134:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:77:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:79:10: style: The function 'hasNegativeSubpattern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:136:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:79:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:81:10: style: The function 'negativeHasMinusSign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:138:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:81:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:83:10: style: The function 'hasCurrencySign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:132:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:83:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:85:10: style: The function 'containsSymbolType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:140:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:85:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:87:10: style: The function 'hasBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:147:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternstring.h:87:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:34:13: style: The function 'getPrefixLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:185:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:34:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:36:13: style: The function 'getCodePointCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:190:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:36:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:38:10: style: The function 'isStrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:199:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:38:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:61:13: style: The function 'getPrefixLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:185:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:61:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:63:13: style: The function 'getCodePointCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:190:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:63:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:65:10: style: The function 'isStrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:199:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:65:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:119:13: style: The function 'getPrefixLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:185:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:119:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:121:13: style: The function 'getCodePointCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:190:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:121:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:123:10: style: The function 'isStrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:199:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:123:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:195:13: style: The function 'getPrefixLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:185:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:195:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:200:13: style: The function 'getCodePointCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:190:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:200:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:205:10: style: The function 'isStrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:199:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_modifiers.h:205:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:27:13: style: The function 'getPrefixLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:185:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:27:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:29:13: style: The function 'getCodePointCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:190:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:29:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:31:10: style: The function 'isStrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:199:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:31:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:44:5: style: The function 'processQuantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:233:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:44:5: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:46:13: style: The function 'getMultiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:251:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_scientific.h:46:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_utils.h:28:13: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:101:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_utils.h:28:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_utils.h:32:14: style: The function 'charAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:103:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_utils.h:32:14: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_utils.h:36:13: style: The function 'codePointAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:105:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_utils.h:36:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_utils.h:40:19: style: The function 'toUnicodeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:116:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_utils.h:40:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_utils.h:85:10: style: The function 'processQuantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:233:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_utils.h:85:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:40:10: style: The function 'processQuantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:233:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:40:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:174:10: style: The function 'processQuantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:233:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:174:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:179:13: style: The function 'getPrefixLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:185:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:179:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:181:13: style: The function 'getCodePointCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:190:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:181:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:183:10: style: The function 'isStrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:199:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:183:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:188:19: style: The function 'getSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_affixutils.h:55:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:188:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:190:13: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:101:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:190:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:192:14: style: The function 'charAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:103:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:192:14: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:196:19: style: The function 'toUnicodeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:116:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_patternmodifier.h:196:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_compact.h:29:13: style: The function 'getMultiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:251:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_compact.h:29:13: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_compact.h:67:5: style: The function 'processQuantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:233:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_compact.h:67:5: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_longnames.h:29:5: style: The function 'processQuantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/number_types.h:233:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/number_longnames.h:29:5: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/number_grouping.cpp:61:8: style: Mismatching assignment and comparison, comparison 'grouping2==-1' is always false. [assignIfError]
firefox-62.0/intl/icu/source/i18n/number_grouping.cpp:59:0: note: Mismatching assignment and comparison, comparison 'grouping2==-1' is always false.
firefox-62.0/intl/icu/source/i18n/number_grouping.cpp:61:8: note: Mismatching assignment and comparison, comparison 'grouping2==-1' is always false.
firefox-62.0/intl/icu/source/i18n/number_patternstring.cpp:350:24: style: Mismatching assignment and comparison, comparison 'grouping2!=-1' is always true. [assignIfError]
firefox-62.0/intl/icu/source/i18n/number_patternstring.cpp:348:0: note: Mismatching assignment and comparison, comparison 'grouping2!=-1' is always true.
firefox-62.0/intl/icu/source/i18n/number_patternstring.cpp:350:24: note: Mismatching assignment and comparison, comparison 'grouping2!=-1' is always true.
firefox-62.0/intl/icu/source/i18n/number_patternstring.cpp:478:8: style: Mismatching assignment and comparison, comparison 'grouping2!=-1' is always true. [assignIfError]
firefox-62.0/intl/icu/source/i18n/number_patternstring.cpp:476:0: note: Mismatching assignment and comparison, comparison 'grouping2!=-1' is always true.
firefox-62.0/intl/icu/source/i18n/number_patternstring.cpp:478:8: note: Mismatching assignment and comparison, comparison 'grouping2!=-1' is always true.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:575:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:630:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:919:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:950:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1046:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1370:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:292:40: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:264:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:292:40: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:357:37: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:429:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:357:37: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:373:37: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:481:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:373:37: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:389:37: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:534:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:389:37: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:455:34: style: Function 'format' argument 1 names different: declaration 'number' definition 'decimalNum'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:554:47: note: Function 'format' argument 1 names different: declaration 'number' definition 'decimalNum'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:455:34: note: Function 'format' argument 1 names different: declaration 'number' definition 'decimalNum'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:456:37: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:555:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:456:37: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:457:45: style: Function 'format' argument 3 names different: declaration 'posIter' definition 'fpi'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:556:58: note: Function 'format' argument 3 names different: declaration 'posIter' definition 'fpi'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:457:45: note: Function 'format' argument 3 names different: declaration 'posIter' definition 'fpi'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1035:52: style: Function 'internalCreateInstance' argument 1 names different: declaration 'desiredLocale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:753:27: note: Function 'internalCreateInstance' argument 1 names different: declaration 'desiredLocale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1035:52: note: Function 'internalCreateInstance' argument 1 names different: declaration 'desiredLocale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1035:76: style: Function 'internalCreateInstance' argument 2 names different: declaration 'style' definition 'kind'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:754:32: note: Function 'internalCreateInstance' argument 2 names different: declaration 'style' definition 'kind'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1035:76: note: Function 'internalCreateInstance' argument 2 names different: declaration 'style' definition 'kind'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1035:94: style: Function 'internalCreateInstance' argument 3 names different: declaration 'errorCode' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:755:25: note: Function 'internalCreateInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1035:94: note: Function 'internalCreateInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1053:44: style: Function 'createInstance' argument 1 names different: declaration 'desiredLocale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:741:65: note: Function 'createInstance' argument 1 names different: declaration 'desiredLocale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1053:44: note: Function 'createInstance' argument 1 names different: declaration 'desiredLocale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1053:68: style: Function 'createInstance' argument 2 names different: declaration 'style' definition 'kind'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:742:70: note: Function 'createInstance' argument 2 names different: declaration 'style' definition 'kind'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1053:68: note: Function 'createInstance' argument 2 names different: declaration 'style' definition 'kind'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1053:86: style: Function 'createInstance' argument 3 names different: declaration 'errorCode' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:743:63: note: Function 'createInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1053:86: note: Function 'createInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1276:50: style: Function 'createSharedInstance' argument 1 names different: declaration 'inLocale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:765:27: note: Function 'createSharedInstance' argument 1 names different: declaration 'inLocale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1276:50: note: Function 'createSharedInstance' argument 1 names different: declaration 'inLocale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1276:74: style: Function 'createSharedInstance' argument 2 names different: declaration 'style' definition 'kind'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:765:56: note: Function 'createSharedInstance' argument 2 names different: declaration 'style' definition 'kind'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1276:74: note: Function 'createSharedInstance' argument 2 names different: declaration 'style' definition 'kind'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1297:40: style: Function 'makeInstance' argument 3 names different: declaration 'errorCode' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1123:51: note: Function 'makeInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1297:40: note: Function 'makeInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1305:40: style: Function 'makeInstance' argument 4 names different: declaration 'errorCode' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1107:51: note: Function 'makeInstance' argument 4 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:1305:40: note: Function 'makeInstance' argument 4 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/numfmt.cpp:881:5: style: Class 'NFFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:709:17: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:264:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:709:17: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:793:26: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:444:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:793:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:805:26: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:497:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:805:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:816:26: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:393:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:816:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:887:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:576:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:887:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:909:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:598:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:909:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:931:16: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:624:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:931:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:970:16: style: The function 'setLenient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:696:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:970:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:979:24: style: The function 'isLenient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:706:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:979:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1011:16: style: The function 'setContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1013:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1011:16: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1018:27: style: The function 'getRoundingMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1033:27: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1018:27: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1025:18: style: The function 'setRoundingMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1040:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1025:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1040:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:1065:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1040:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/numsys.cpp:186:5: style: Variable 'numberingSystemsInfo' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/numsys.cpp:181:0: note: Variable 'numberingSystemsInfo' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:186:5: note: Variable 'numberingSystemsInfo' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:192:5: style: Variable 'radix' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/numsys.cpp:183:0: note: Variable 'radix' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:192:5: note: Variable 'radix' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:79:41: style: Function 'createInstance' argument 1 names different: declaration 'radix' definition 'radix_in'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numsys.h:105:62: note: Function 'createInstance' argument 1 names different: declaration 'radix' definition 'radix_in'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:79:41: note: Function 'createInstance' argument 1 names different: declaration 'radix' definition 'radix_in'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:79:57: style: Function 'createInstance' argument 2 names different: declaration 'isAlgorithmic' definition 'isAlgorithmic_in'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numsys.h:105:75: note: Function 'createInstance' argument 2 names different: declaration 'isAlgorithmic' definition 'isAlgorithmic_in'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:79:57: note: Function 'createInstance' argument 2 names different: declaration 'isAlgorithmic' definition 'isAlgorithmic_in'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:79:97: style: Function 'createInstance' argument 3 names different: declaration 'description' definition 'desc_in'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numsys.h:105:111: note: Function 'createInstance' argument 3 names different: declaration 'description' definition 'desc_in'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:79:97: note: Function 'createInstance' argument 3 names different: declaration 'description' definition 'desc_in'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:232:40: style: Function 'setRadix' argument 1 names different: declaration 'radix' definition 'r'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numsys.h:192:27: note: Function 'setRadix' argument 1 names different: declaration 'radix' definition 'r'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:232:40: note: Function 'setRadix' argument 1 names different: declaration 'radix' definition 'r'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:236:44: style: Function 'setAlgorithmic' argument 1 names different: declaration 'algorithmic' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numsys.h:194:31: note: Function 'setAlgorithmic' argument 1 names different: declaration 'algorithmic' definition 'c'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:236:44: note: Function 'setAlgorithmic' argument 1 names different: declaration 'algorithmic' definition 'c'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:240:52: style: Function 'setDesc' argument 1 names different: declaration 'desc' definition 'd'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numsys.h:196:39: note: Function 'setDesc' argument 1 names different: declaration 'desc' definition 'd'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:240:52: note: Function 'setDesc' argument 1 names different: declaration 'desc' definition 'd'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:243:43: style: Function 'setName' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/numsys.h:198:30: note: Function 'setName' argument 1 names different: declaration 'name' definition 'n'.
firefox-62.0/intl/icu/source/i18n/numsys.cpp:243:43: note: Function 'setName' argument 1 names different: declaration 'name' definition 'n'.
firefox-62.0/intl/icu/source/i18n/unicode/numsys.h:60:1: warning: The class 'NumberingSystem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:293:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:821:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:842:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:732:32: style: The scope of the variable 'typeIdx' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:332:42: style: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/olsontz.h:170:39: note: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:332:42: note: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:332:55: style: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/olsontz.h:170:52: note: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:332:55: note: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:350:42: style: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/olsontz.h:177:39: note: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:350:42: note: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:350:55: style: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/olsontz.h:177:52: note: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:350:55: note: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:391:65: style: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawoff'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/olsontz.h:184:62: note: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawoff'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:391:65: note: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawoff'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:392:40: style: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstoff'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/olsontz.h:185:29: note: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstoff'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:392:40: note: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstoff'.
firefox-62.0/intl/icu/source/i18n/olsontz.cpp:276:31: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
firefox-62.0/intl/icu/source/i18n/persncal.cpp:244:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/pluralaffix.cpp:22:21: warning: Function 'setVariant' argument order different: declaration 'category, variant, status' definition 'variant, value, status' [funcArgOrderDifferent]
firefox-62.0/intl/icu/source/i18n/pluralaffix.h:96:25: note: Function 'setVariant' argument order different: declaration 'category, variant, status' definition 'variant, value, status'
firefox-62.0/intl/icu/source/i18n/pluralaffix.cpp:22:21: note: Function 'setVariant' argument order different: declaration 'category, variant, status' definition 'variant, value, status'
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:45:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:168:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:45:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:61:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:197:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:61:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:71:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:209:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:71:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:81:49: style: Function 'PluralFormat' argument 1 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:221:39: note: Function 'PluralFormat' argument 1 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:81:49: note: Function 'PluralFormat' argument 1 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:91:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:237:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:91:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:92:49: style: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:237:61: note: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:92:49: note: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:103:49: style: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:251:39: note: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:103:49: note: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:113:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:268:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:113:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:115:49: style: Function 'PluralFormat' argument 3 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:270:39: note: Function 'PluralFormat' argument 3 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:115:49: note: Function 'PluralFormat' argument 3 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:125:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:286:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:125:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:127:49: style: Function 'PluralFormat' argument 3 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:288:39: note: Function 'PluralFormat' argument 3 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:127:49: note: Function 'PluralFormat' argument 3 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:193:49: style: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:315:44: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:193:49: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:340:39: style: Function 'setLocale' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:406:34: note: Function 'setLocale' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:340:39: note: Function 'setLocale' argument 1 names different: declaration 'locale' definition 'loc'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:413:40: style: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurfmt.h:506:44: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/plurfmt.cpp:413:40: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:330:13: style: The scope of the variable 'sampleEndIdx' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:310:74: style: Function 'getAllKeywordValues' argument 4 names different: declaration 'status' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurrule.h:424:45: note: Function 'getAllKeywordValues' argument 4 names different: declaration 'status' definition 'error'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:310:74: note: Function 'getAllKeywordValues' argument 4 names different: declaration 'status' definition 'error'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:471:46: style: Function 'parse' argument 1 names different: declaration 'rules' definition 'ruleData'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:146:37: note: Function 'parse' argument 1 names different: declaration 'rules' definition 'ruleData'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:471:46: note: Function 'parse' argument 1 names different: declaration 'rules' definition 'ruleData'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:471:69: style: Function 'parse' argument 2 names different: declaration 'dest' definition 'prules'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:146:57: note: Function 'parse' argument 2 names different: declaration 'dest' definition 'prules'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:471:69: note: Function 'parse' argument 2 names different: declaration 'dest' definition 'prules'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:653:86: style: Function 'getRuleFromResource' argument 3 names different: declaration 'status' definition 'errCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/plurrule.h:520:93: note: Function 'getRuleFromResource' argument 3 names different: declaration 'status' definition 'errCode'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:653:86: note: Function 'getRuleFromResource' argument 3 names different: declaration 'status' definition 'errCode'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1040:32: style: Function 'getKeywords' argument 1 names different: declaration 'maxArraySize' definition 'capacityOfKeywords'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:352:39: note: Function 'getKeywords' argument 1 names different: declaration 'maxArraySize' definition 'capacityOfKeywords'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1040:32: note: Function 'getKeywords' argument 1 names different: declaration 'maxArraySize' definition 'capacityOfKeywords'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1057:43: style: Function 'isKeyword' argument 1 names different: declaration 'keyword' definition 'keywordParam'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:353:50: note: Function 'isKeyword' argument 1 names different: declaration 'keyword' definition 'keywordParam'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1057:43: note: Function 'isKeyword' argument 1 names different: declaration 'keyword' definition 'keywordParam'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1326:68: style: Function 'getKeyType' argument 2 names different: declaration 'type' definition 'keyType'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:152:71: note: Function 'getKeyType' argument 2 names different: declaration 'type' definition 'keyType'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1326:68: note: Function 'getKeyType' argument 2 names different: declaration 'type' definition 'keyType'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1430:49: style: Function 'FixedDecimal' argument 1 names different: declaration 'n' definition 'digits'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:266:48: note: Function 'FixedDecimal' argument 1 names different: declaration 'n' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1430:49: note: Function 'FixedDecimal' argument 1 names different: declaration 'n' definition 'digits'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1474:49: style: Function 'FixedDecimal' argument 1 names different: declaration 's' definition 'num'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:269:39: note: Function 'FixedDecimal' argument 1 names different: declaration 's' definition 'num'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1474:49: note: Function 'FixedDecimal' argument 1 names different: declaration 's' definition 'num'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1474:66: style: Function 'FixedDecimal' argument 2 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:269:54: note: Function 'FixedDecimal' argument 2 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1474:66: note: Function 'FixedDecimal' argument 2 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1624:55: style: Function 'adjustForMinFractionDigits' argument 1 names different: declaration 'min' definition 'minFractionDigits'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:284:45: note: Function 'adjustForMinFractionDigits' argument 1 names different: declaration 'min' definition 'minFractionDigits'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1624:55: note: Function 'adjustForMinFractionDigits' argument 1 names different: declaration 'min' definition 'minFractionDigits'.
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1071:19: warning: Member variable 'PluralRuleParser::ruleSrc' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:749:5: performance: Variable 'negated' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:750:5: performance: Variable 'integerOnly' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1500:5: performance: Variable 'hasIntegerValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1501:5: performance: Variable 'isNegative' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1502:5: performance: Variable '_isNaN' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1503:5: performance: Variable '_isInfinite' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/plurrule.cpp:1674:5: performance: Variable 'fOpenStatus' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:256:1: warning: The class 'FixedDecimal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:299:1: warning: The class 'AndConstraint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:322:1: warning: The class 'OrConstraint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/plurrule_impl.h:335:1: warning: The class 'RuleChain' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/precision.cpp:112:26: style: Function 'getInterval' argument 1 names different: declaration 'roundedValue' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/precision.h:114:30: note: Function 'getInterval' argument 1 names different: declaration 'roundedValue' definition 'value'.
firefox-62.0/intl/icu/source/i18n/precision.cpp:112:26: note: Function 'getInterval' argument 1 names different: declaration 'roundedValue' definition 'value'.
firefox-62.0/intl/icu/source/i18n/quant.h:24:1: warning: The class 'Quantifier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:644:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:642:39: note: outer condition: *p
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:644:13: note: identical inner condition: *p
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1841:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:824:17: style: The scope of the variable 'rules_tag' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:382:29: style: Function 'parse' argument 1 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:315:42: note: Function 'parse' argument 1 names different: declaration 'data' definition '_data'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:382:29: note: Function 'parse' argument 1 names different: declaration 'data' definition '_data'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:678:67: style: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:650:48: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:678:67: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:679:67: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:650:76: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:679:67: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:680:60: style: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:651:39: note: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:680:60: note: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:703:67: style: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:603:48: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:703:67: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:704:67: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:603:76: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:704:67: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:729:64: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'info'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1068:79: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'info'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:729:64: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'info'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:730:60: style: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1069:29: note: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:730:60: note: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:752:67: style: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:578:48: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:752:67: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:776:67: style: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:621:46: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:776:67: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:777:40: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'aLocale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:621:67: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'aLocale'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:777:40: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'aLocale'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:801:81: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'alocale'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:668:60: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'alocale'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:801:81: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'alocale'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1059:75: style: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:769:41: note: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1059:75: note: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1085:94: style: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:780:41: note: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1085:94: note: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1487:75: style: Function 'init' argument 2 names different: declaration 'localizations' definition 'localizationInfos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1071:61: note: Function 'init' argument 2 names different: declaration 'localizations' definition 'localizationInfos'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1487:75: note: Function 'init' argument 2 names different: declaration 'localizations' definition 'localizationInfos'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1488:42: style: Function 'init' argument 3 names different: declaration 'perror' definition 'pErr'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1071:89: note: Function 'init' argument 3 names different: declaration 'perror' definition 'pErr'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1488:42: note: Function 'init' argument 3 names different: declaration 'perror' definition 'pErr'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1712:55: style: Function 'stripWhitespace' argument 1 names different: declaration 'src' definition 'description'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbnf.h:1074:41: note: Function 'stripWhitespace' argument 1 names different: declaration 'src' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:1712:55: note: Function 'stripWhitespace' argument 1 names different: declaration 'src' definition 'description'.
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:212:13: style: Technically the member function 'VArray::length' can be const. [functionConst]
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:330:18: style: Technically the member function 'LocDataParser::check' can be const. [functionConst]
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:338:18: performance: Technically the member function 'LocDataParser::inList' can be static. [functionStatic]
firefox-62.0/intl/icu/source/i18n/rbnf.cpp:201:5: style: Class 'VArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/rbt.cpp:56:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt.cpp:146:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt.cpp:230:14: style: The scope of the variable 'loopCount' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/rbt.cpp:155:75: style: Function 'RuleBasedTransliterator' argument 2 names different: declaration 'data' definition 'theData'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt.h:382:54: note: Function 'RuleBasedTransliterator' argument 2 names different: declaration 'data' definition 'theData'.
firefox-62.0/intl/icu/source/i18n/rbt.cpp:155:75: note: Function 'RuleBasedTransliterator' argument 2 names different: declaration 'data' definition 'theData'.
firefox-62.0/intl/icu/source/i18n/rbt.cpp:204:81: style: Function 'handleTransliterate' argument 2 names different: declaration 'offsets' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt.h:406:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offsets' definition 'index'.
firefox-62.0/intl/icu/source/i18n/rbt.cpp:204:81: note: Function 'handleTransliterate' argument 2 names different: declaration 'offsets' definition 'index'.
firefox-62.0/intl/icu/source/i18n/rbt.cpp:285:64: style: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt.h:422:51: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
firefox-62.0/intl/icu/source/i18n/rbt.cpp:285:64: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.h:140:5: style: Class 'TransliteratorParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/rbt_set.h:72:5: style: Class 'TransliterationRuleSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/rbt_data.h:107:5: style: Class 'TransliterationRuleData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/rbt.h:291:1: warning: The class 'RuleBasedTransliterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/rbt.h:399:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rbt.h:399:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rbt.h:406:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rbt.h:406:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rbt.h:422:28: style: The function 'toRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:879:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rbt.h:422:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rbt.h:429:18: style: The function 'handleGetSourceSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:948:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rbt.h:429:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rbt.h:435:25: style: The function 'getTargetSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:963:25: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rbt.h:435:25: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rbt.h:460:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rbt.h:460:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rbt_data.cpp:51:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_data.cpp:56:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:185:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:199:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:233:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:248:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:847:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:851:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:898:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:913:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:1091:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:1114:59: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:1119:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:1135:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:1138:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:1615:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:1659:13: style: The scope of the variable 'index' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:174:53: style: Function 'ParseData' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:145:46: note: Function 'ParseData' argument 1 names different: declaration 'data' definition 'd'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:174:53: note: Function 'ParseData' argument 1 names different: declaration 'data' definition 'd'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:175:37: style: Function 'ParseData' argument 2 names different: declaration 'variablesVector' definition 'sets'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:146:30: note: Function 'ParseData' argument 2 names different: declaration 'variablesVector' definition 'sets'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:175:37: note: Function 'ParseData' argument 2 names different: declaration 'variablesVector' definition 'sets'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:176:39: style: Function 'ParseData' argument 3 names different: declaration 'variableNames' definition 'vNames'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:147:32: note: Function 'ParseData' argument 3 names different: declaration 'variableNames' definition 'vNames'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:176:39: note: Function 'ParseData' argument 3 names different: declaration 'variableNames' definition 'vNames'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:184:61: style: Function 'lookup' argument 1 names different: declaration 's' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:151:62: note: Function 'lookup' argument 1 names different: declaration 's' definition 'name'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:184:61: note: Function 'lookup' argument 1 names different: declaration 's' definition 'name'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:343:42: style: Function 'RuleHalf' argument 1 names different: declaration 'parser' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:302:36: note: Function 'RuleHalf' argument 1 names different: declaration 'parser' definition 'p'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:343:42: note: Function 'RuleHalf' argument 1 names different: declaration 'parser' definition 'p'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:796:53: style: Function 'isValidOutput' argument 1 names different: declaration 'parser' definition 'transParser'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:322:47: note: Function 'isValidOutput' argument 1 names different: declaration 'parser' definition 'transParser'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:796:53: note: Function 'isValidOutput' argument 1 names different: declaration 'parser' definition 'transParser'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:811:52: style: Function 'isValidInput' argument 1 names different: declaration 'parser' definition 'transParser'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:328:46: note: Function 'isValidInput' argument 1 names different: declaration 'parser' definition 'transParser'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:811:52: note: Function 'isValidInput' argument 1 names different: declaration 'parser' definition 'transParser'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:856:45: style: Function 'parse' argument 2 names different: declaration 'direction' definition 'transDirection'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.h:164:32: note: Function 'parse' argument 2 names different: declaration 'direction' definition 'transDirection'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:856:45: note: Function 'parse' argument 2 names different: declaration 'direction' definition 'transDirection'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:886:60: style: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'rule'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.h:181:42: note: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'rule'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:886:60: note: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'rule'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:887:55: style: Function 'parseRules' argument 2 names different: declaration 'direction' definition 'theDirection'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.h:182:37: note: Function 'parseRules' argument 2 names different: declaration 'direction' definition 'theDirection'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:887:55: note: Function 'parseRules' argument 2 names different: declaration 'direction' definition 'theDirection'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:1475:51: style: Function 'syntaxError' argument 3 names different: declaration 'start' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_pars.h:264:82: note: Function 'syntaxError' argument 3 names different: declaration 'start' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:1475:51: note: Function 'syntaxError' argument 3 names different: declaration 'start' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:351:5: performance: Variable 'anchorStart' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:351:19: performance: Variable 'anchorEnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/rbt_pars.cpp:302:5: style: Class 'RuleHalf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/strmatch.h:172:21: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/unirepl.h:66:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/strmatch.h:172:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/strmatch.h:190:28: style: The function 'toReplacerPattern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/unirepl.h:85:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/strmatch.h:190:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/strmatch.h:214:18: style: The function 'addReplacementSetTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/unirepl.h:94:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/strmatch.h:214:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/strrepl.h:125:21: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/unirepl.h:66:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/strrepl.h:125:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/strrepl.h:133:28: style: The function 'toReplacerPattern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/unirepl.h:85:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/strrepl.h:133:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/strrepl.h:139:18: style: The function 'addReplacementSetTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/unirepl.h:94:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/strrepl.h:139:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:183:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:186:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:189:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:366:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:65:73: style: Function 'TransliterationRule' argument 11 names different: declaration 'data' definition 'theData'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_rule.h:189:56: note: Function 'TransliterationRule' argument 11 names different: declaration 'data' definition 'theData'.
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:65:73: note: Function 'TransliterationRule' argument 11 names different: declaration 'data' definition 'theData'.
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:469:59: style: Function 'toRule' argument 1 names different: declaration 'pat' definition 'rule'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_rule.h:284:50: note: Function 'toRule' argument 1 names different: declaration 'pat' definition 'rule'.
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:469:59: note: Function 'toRule' argument 1 names different: declaration 'pat' definition 'rule'.
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:519:66: style: Function 'setData' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_rule.h:208:49: note: Function 'setData' argument 1 names different: declaration 'data' definition 'd'.
firefox-62.0/intl/icu/source/i18n/rbt_rule.cpp:519:66: note: Function 'setData' argument 1 names different: declaration 'data' definition 'd'.
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:194:78: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:311:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:326:42: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:352:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:440:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:457:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:187:13: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:187:16: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:220:69: style: Function 'setData' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_set.h:89:49: note: Function 'setData' argument 1 names different: declaration 'data' definition 'd'.
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:220:69: note: Function 'setData' argument 1 names different: declaration 'data' definition 'd'.
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:405:61: style: Function 'transliterate' argument 2 names different: declaration 'index' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_set.h:138:41: note: Function 'transliterate' argument 2 names different: declaration 'index' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:405:61: note: Function 'transliterate' argument 2 names different: declaration 'index' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:406:51: style: Function 'transliterate' argument 3 names different: declaration 'isIncremental' definition 'incremental'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_set.h:139:31: note: Function 'transliterate' argument 3 names different: declaration 'isIncremental' definition 'incremental'.
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:406:51: note: Function 'transliterate' argument 3 names different: declaration 'isIncremental' definition 'incremental'.
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:430:63: style: Function 'toRules' argument 1 names different: declaration 'result' definition 'ruleSource'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/rbt_set.h:148:51: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'ruleSource'.
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:430:63: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'ruleSource'.
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:166:25: warning: Member variable 'TransliterationRuleSet::index' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/rbt_set.h:122:18: warning: Virtual function 'freeze' is called from copy constructor 'TransliterationRuleSet(const TransliterationRuleSet&)' at line 208. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/intl/icu/source/i18n/rbt_set.cpp:208:9: note: Calling freeze
firefox-62.0/intl/icu/source/i18n/rbt_set.h:122:18: note: freeze is a virtual method
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:275:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:309:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:314:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:438:42: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:444:44: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:453:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:458:51: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:464:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:651:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:746:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:753:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:787:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:829:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:836:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:870:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:402:62: style: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:199:60: note: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:402:62: note: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:420:50: style: Function 'getOffsetInternal' argument 7 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:321:61: note: Function 'getOffsetInternal' argument 7 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:420:50: note: Function 'getOffsetInternal' argument 7 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:738:65: style: Function 'findNext' argument 3 names different: declaration 'time' definition 'transitionTime'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:314:56: note: Function 'findNext' argument 3 names different: declaration 'time' definition 'transitionTime'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:738:65: note: Function 'findNext' argument 3 names different: declaration 'time' definition 'transitionTime'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:739:44: style: Function 'findNext' argument 4 names different: declaration 'from' definition 'fromRule'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:314:77: note: Function 'findNext' argument 4 names different: declaration 'from' definition 'fromRule'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:739:44: note: Function 'findNext' argument 4 names different: declaration 'from' definition 'fromRule'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:739:69: style: Function 'findNext' argument 5 names different: declaration 'to' definition 'toRule'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:314:98: note: Function 'findNext' argument 5 names different: declaration 'to' definition 'toRule'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:739:69: note: Function 'findNext' argument 5 names different: declaration 'to' definition 'toRule'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:822:65: style: Function 'findPrev' argument 3 names different: declaration 'time' definition 'transitionTime'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:315:56: note: Function 'findPrev' argument 3 names different: declaration 'time' definition 'transitionTime'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:822:65: note: Function 'findPrev' argument 3 names different: declaration 'time' definition 'transitionTime'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:823:44: style: Function 'findPrev' argument 4 names different: declaration 'from' definition 'fromRule'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:315:77: note: Function 'findPrev' argument 4 names different: declaration 'from' definition 'fromRule'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:823:44: note: Function 'findPrev' argument 4 names different: declaration 'from' definition 'fromRule'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:823:69: style: Function 'findPrev' argument 5 names different: declaration 'to' definition 'toRule'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/rbtz.h:315:98: note: Function 'findPrev' argument 5 names different: declaration 'to' definition 'toRule'.
firefox-62.0/intl/icu/source/i18n/rbtz.cpp:823:69: note: Function 'findPrev' argument 5 names different: declaration 'to' definition 'toRule'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:286:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:333:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1532:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1539:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1546:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1553:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1562:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1570:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1581:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1591:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1602:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1611:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1623:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1630:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1700:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1719:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1736:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1749:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1766:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1805:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1817:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:1836:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:2759:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:2773:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:4593:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:4606:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:4613:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:4619:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:2176:15: style: The scope of the variable 'patOp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:2670:16: style: The scope of the variable 'op' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:2671:16: style: The scope of the variable 'opType' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:3193:16: style: The scope of the variable 'op' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:3194:16: style: The scope of the variable 'opType' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:3466:16: style: The scope of the variable 'op' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:3467:16: style: The scope of the variable 'opType' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/regeximp.h:345:50: style: Function 'init' argument 1 names different: declaration 'src' definition 's'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/regeximp.h:326:40: note: Function 'init' argument 1 names different: declaration 'src' definition 's'.
firefox-62.0/intl/icu/source/i18n/regeximp.h:345:50: note: Function 'init' argument 1 names different: declaration 'src' definition 's'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:42: style: Function 'RegexCompile' argument 1 names different: declaration 'rp' definition 'rxp'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/regexcmp.h:58:32: note: Function 'RegexCompile' argument 1 names different: declaration 'rp' definition 'rxp'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:42: note: Function 'RegexCompile' argument 1 names different: declaration 'rp' definition 'rxp'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:59: style: Function 'RegexCompile' argument 2 names different: declaration 'e' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/regexcmp.h:58:48: note: Function 'RegexCompile' argument 2 names different: declaration 'e' definition 'status'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:59: note: Function 'RegexCompile' argument 2 names different: declaration 'e' definition 'status'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:353:44: style: Function 'doParseActions' argument 1 names different: declaration 'a' definition 'action'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/regexcmp.h:89:40: note: Function 'doParseActions' argument 1 names different: declaration 'a' definition 'action'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:353:44: note: Function 'doParseActions' argument 1 names different: declaration 'a' definition 'action'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:2130:43: style: Function 'blockTopLoc' argument 1 names different: declaration 'reserve' definition 'reserveLoc'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/regexcmp.h:97:35: note: Function 'blockTopLoc' argument 1 names different: declaration 'reserve' definition 'reserveLoc'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:2130:43: note: Function 'blockTopLoc' argument 1 names different: declaration 'reserve' definition 'reserveLoc'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:4582:36: style: Function 'setEval' argument 1 names different: declaration 'op' definition 'nextOp'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/regexcmp.h:124:33: note: Function 'setEval' argument 1 names different: declaration 'op' definition 'nextOp'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:4582:36: note: Function 'setEval' argument 1 names different: declaration 'op' definition 'nextOp'.
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:15: warning: Member variable 'RegexCompile::fParseErr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:15: warning: Member variable 'RegexCompile::fStateTable' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:15: warning: Member variable 'RegexCompile::fStack' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:15: warning: Member variable 'RegexCompile::fStackPtr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:15: warning: Member variable 'RegexCompile::fNewModeFlags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:15: warning: Member variable 'RegexCompile::fPatternLength' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:15: warning: Member variable 'RegexCompile::fIntervalLow' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:15: warning: Member variable 'RegexCompile::fIntervalUpper' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regexcmp.cpp:54:15: warning: Member variable 'RegexCompile::fNameStartPos' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regeximp.h:325:5: style: 'Regex8BitSet::operator=' should return 'Regex8BitSet &'. [operatorEq]
firefox-62.0/intl/icu/source/i18n/regeximp.h:367:9: style: Class 'CaseFoldingUTextIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/regexst.h:39:5: style: Class 'RegexStaticSets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/regeximp.h:323:1: warning: The struct 'Regex8BitSet' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/regeximp.cpp:21:27: warning: Member variable 'CaseFoldingUTextIterator::fFoldIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regeximp.cpp:66:27: warning: Member variable 'CaseFoldingUCharIterator::fFoldIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/regextxt.cpp:20:52: style: Function 'uregex_utext_unescape_charAt' argument 2 names different: declaration 'context' definition 'ct'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/regextxt.h:44:98: note: Function 'uregex_utext_unescape_charAt' argument 2 names different: declaration 'context' definition 'ct'.
firefox-62.0/intl/icu/source/i18n/regextxt.cpp:20:52: note: Function 'uregex_utext_unescape_charAt' argument 2 names different: declaration 'context' definition 'ct'.
firefox-62.0/intl/icu/source/i18n/region.cpp:209:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:210:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:253:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:272:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:291:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:297:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:303:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:310:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:320:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:337:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:341:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:369:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:473:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:476:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:488:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:508:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:520:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:536:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/region.cpp:657:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:1031:63: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:1042:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:1066:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:1094:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:1123:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:705:45: style: Function 'RelativeDateTimeFormatter' argument 3 names different: declaration 'style' definition 'styl'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/reldatefmt.h:355:49: note: Function 'RelativeDateTimeFormatter' argument 3 names different: declaration 'style' definition 'styl'.
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:705:45: note: Function 'RelativeDateTimeFormatter' argument 3 names different: declaration 'style' definition 'styl'.
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:969:24: style: Function 'init' argument 2 names different: declaration 'brkIter' definition 'biToAdopt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/reldatefmt.h:513:28: note: Function 'init' argument 2 names different: declaration 'brkIter' definition 'biToAdopt'.
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:969:24: note: Function 'init' argument 2 names different: declaration 'brkIter' definition 'biToAdopt'.
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:302:5: warning: Member variable 'RelDateTimeFmtDataSink::pastFutureIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:302:5: warning: Member variable 'RelDateTimeFmtDataSink::style' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:302:5: warning: Member variable 'RelDateTimeFmtDataSink::genericUnit' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/unicode/reldatefmt.h:316:5: style: Class 'RelativeDateTimeFormatter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/sharedbreakiterator.h:33:5: style: Class 'SharedBreakIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/reldatefmt.cpp:302:5: style: Struct 'RelDateTimeFmtDataSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/reldtfmt.cpp:54:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/reldtfmt.cpp:60:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/reldtfmt.cpp:547:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/reldtfmt.cpp:490:15: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/reldtfmt.cpp:576:53: style: Function 'dayDifference' argument 1 names different: declaration 'until' definition 'cal'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/reldtfmt.h:294:44: note: Function 'dayDifference' argument 1 names different: declaration 'until' definition 'cal'.
firefox-62.0/intl/icu/source/i18n/reldtfmt.cpp:576:53: note: Function 'dayDifference' argument 1 names different: declaration 'until' definition 'cal'.
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2502:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2623:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2710:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2727:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2824:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2839:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2880:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2896:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2957:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:2980:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3005:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3022:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3030:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3051:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3069:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3079:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3090:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3100:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3113:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3121:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3130:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3141:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3151:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3162:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3172:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3182:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3197:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3286:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3304:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3329:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3341:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3364:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3372:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3387:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3396:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3407:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3417:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3431:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3461:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3471:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3539:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3678:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3691:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3723:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3738:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3779:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3803:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3837:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3865:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3912:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:3980:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4005:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4091:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4115:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4128:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4402:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4416:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4455:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4471:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4502:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4533:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4557:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4581:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4597:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4605:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4626:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4643:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4653:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4664:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4674:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4684:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4692:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4701:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4710:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4720:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4735:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4745:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4753:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4769:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4847:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4865:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4887:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4899:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4918:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4927:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4943:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4951:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4962:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4971:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:4984:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5009:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5018:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5084:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5221:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5235:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5259:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5272:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5311:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5334:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5368:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5390:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5431:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5489:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5514:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5591:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5615:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/rematch.cpp:5628:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/remtrans.cpp:54:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/remtrans.cpp:59:83: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/remtrans.h:61:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'index'.
firefox-62.0/intl/icu/source/i18n/remtrans.cpp:59:83: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'index'.
firefox-62.0/intl/icu/source/i18n/remtrans.h:50:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/remtrans.h:50:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/remtrans.h:61:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/remtrans.h:61:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/remtrans.h:67:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/remtrans.h:67:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:130:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:226:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:522:5: style: Variable 'pat' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:519:0: note: Variable 'pat' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:522:5: note: Variable 'pat' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:523:5: style: Variable 'matcher' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:520:0: note: Variable 'matcher' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:523:5: note: Variable 'matcher' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:546:5: style: Variable 'pat' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:543:0: note: Variable 'pat' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:546:5: note: Variable 'pat' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:547:5: style: Variable 'matcher' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:544:0: note: Variable 'matcher' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/repattrn.cpp:547:5: note: Variable 'matcher' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/unicode/sortkey.h:318:46: style: Function 'operator!=' argument 1 names different: declaration 'source' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/sortkey.h:154:60: note: Function 'operator!=' argument 1 names different: declaration 'source' definition 'other'.
firefox-62.0/intl/icu/source/i18n/unicode/sortkey.h:318:46: note: Function 'operator!=' argument 1 names different: declaration 'source' definition 'other'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:154:81: style: Function 'RuleBasedCollator' argument 4 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:203:33: note: Function 'RuleBasedCollator' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:154:81: note: Function 'RuleBasedCollator' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:290:45: style: Function 'setLocales' argument 1 names different: declaration 'requestedLocale' definition 'requested'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:803:43: note: Function 'setLocales' argument 1 names different: declaration 'requestedLocale' definition 'requested'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:290:45: note: Function 'setLocales' argument 1 names different: declaration 'requestedLocale' definition 'requested'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:290:70: style: Function 'setLocales' argument 2 names different: declaration 'validLocale' definition 'valid'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:803:74: note: Function 'setLocales' argument 2 names different: declaration 'validLocale' definition 'valid'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:290:70: note: Function 'setLocales' argument 2 names different: declaration 'validLocale' definition 'valid'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:291:45: style: Function 'setLocales' argument 3 names different: declaration 'actualLocale' definition 'actual'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:803:101: note: Function 'setLocales' argument 3 names different: declaration 'actualLocale' definition 'actual'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:291:45: note: Function 'setLocales' argument 3 names different: declaration 'actualLocale' definition 'actual'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:305:67: style: Function 'getLocale' argument 2 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:402:67: note: Function 'getLocale' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:305:67: note: Function 'getLocale' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:362:44: style: Function 'getVersion' argument 1 names different: declaration 'info' definition 'version'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:416:42: note: Function 'getVersion' argument 1 names different: declaration 'info' definition 'version'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:362:44: note: Function 'getVersion' argument 1 names different: declaration 'info' definition 'version'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:368:47: style: Function 'getTailoredSet' argument 1 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:614:52: note: Function 'getTailoredSet' argument 1 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:368:47: note: Function 'getTailoredSet' argument 1 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:411:65: style: Function 'getAttribute' argument 2 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:520:57: note: Function 'getAttribute' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:411:65: note: Function 'getAttribute' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:445:45: style: Function 'setAttribute' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:510:43: note: Function 'setAttribute' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:445:45: note: Function 'setAttribute' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:599:76: style: Function 'setVariableTop' argument 2 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:581:78: note: Function 'setVariableTop' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:599:76: note: Function 'setVariableTop' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:604:64: style: Function 'setVariableTop' argument 2 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:594:62: note: Function 'setVariableTop' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:604:64: note: Function 'setVariableTop' argument 2 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:638:59: style: Function 'getReorderCodes' argument 2 names different: declaration 'destCapacity' definition 'capacity'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:666:46: note: Function 'getReorderCodes' argument 2 names different: declaration 'destCapacity' definition 'capacity'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:638:59: note: Function 'getReorderCodes' argument 2 names different: declaration 'destCapacity' definition 'capacity'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:639:48: style: Function 'getReorderCodes' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:667:50: note: Function 'getReorderCodes' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:639:48: note: Function 'getReorderCodes' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:656:73: style: Function 'setReorderCodes' argument 2 names different: declaration 'reorderCodesLength' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:681:43: note: Function 'setReorderCodes' argument 2 names different: declaration 'reorderCodesLength' definition 'length'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:656:73: note: Function 'setReorderCodes' argument 2 names different: declaration 'reorderCodesLength' definition 'length'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:657:48: style: Function 'setReorderCodes' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:682:47: note: Function 'setReorderCodes' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:657:48: note: Function 'setReorderCodes' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:700:49: style: Function 'compare' argument 1 names different: declaration 'source' definition 'left'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:273:59: note: Function 'compare' argument 1 names different: declaration 'source' definition 'left'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:700:49: note: Function 'compare' argument 1 names different: declaration 'source' definition 'left'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:700:76: style: Function 'compare' argument 2 names different: declaration 'target' definition 'right'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:274:59: note: Function 'compare' argument 2 names different: declaration 'target' definition 'right'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:700:76: note: Function 'compare' argument 2 names different: declaration 'target' definition 'right'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:701:40: style: Function 'compare' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:275:50: note: Function 'compare' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:701:40: note: Function 'compare' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:708:49: style: Function 'compare' argument 1 names different: declaration 'source' definition 'left'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:290:59: note: Function 'compare' argument 1 names different: declaration 'source' definition 'left'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:708:49: note: Function 'compare' argument 1 names different: declaration 'source' definition 'left'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:708:76: style: Function 'compare' argument 2 names different: declaration 'target' definition 'right'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:291:59: note: Function 'compare' argument 2 names different: declaration 'target' definition 'right'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:708:76: note: Function 'compare' argument 2 names different: declaration 'target' definition 'right'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:709:56: style: Function 'compare' argument 4 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:293:50: note: Function 'compare' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:709:56: note: Function 'compare' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:743:51: style: Function 'compareUTF8' argument 1 names different: declaration 'source' definition 'left'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:343:61: note: Function 'compareUTF8' argument 1 names different: declaration 'source' definition 'left'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:743:51: note: Function 'compareUTF8' argument 1 names different: declaration 'source' definition 'left'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:743:76: style: Function 'compareUTF8' argument 2 names different: declaration 'target' definition 'right'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:344:61: note: Function 'compareUTF8' argument 2 names different: declaration 'target' definition 'right'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:743:76: note: Function 'compareUTF8' argument 2 names different: declaration 'target' definition 'right'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:744:44: style: Function 'compareUTF8' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:345:54: note: Function 'compareUTF8' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:744:44: note: Function 'compareUTF8' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1216:43: style: Function 'compare' argument 1 names different: declaration 'sIter' definition 'left'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:326:53: note: Function 'compare' argument 1 names different: declaration 'sIter' definition 'left'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1216:43: note: Function 'compare' argument 1 names different: declaration 'sIter' definition 'left'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1216:64: style: Function 'compare' argument 2 names different: declaration 'tIter' definition 'right'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:327:53: note: Function 'compare' argument 2 names different: declaration 'tIter' definition 'right'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1216:64: note: Function 'compare' argument 2 names different: declaration 'tIter' definition 'right'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1217:40: style: Function 'compare' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:328:50: note: Function 'compare' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1217:40: note: Function 'compare' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1279:57: style: Function 'getCollationKey' argument 1 names different: declaration 'source' definition 's'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:361:64: note: Function 'getCollationKey' argument 1 names different: declaration 'source' definition 's'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1279:57: note: Function 'getCollationKey' argument 1 names different: declaration 'source' definition 's'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1280:48: style: Function 'getCollationKey' argument 3 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:363:55: note: Function 'getCollationKey' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1280:48: note: Function 'getCollationKey' argument 3 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1308:52: style: Function 'getSortKey' argument 1 names different: declaration 'source' definition 's'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:630:53: note: Function 'getSortKey' argument 1 names different: declaration 'source' definition 's'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1308:52: note: Function 'getSortKey' argument 1 names different: declaration 'source' definition 's'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1309:40: style: Function 'getSortKey' argument 2 names different: declaration 'result' definition 'dest'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:630:70: note: Function 'getSortKey' argument 2 names different: declaration 'result' definition 'dest'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1309:40: note: Function 'getSortKey' argument 2 names different: declaration 'result' definition 'dest'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1309:54: style: Function 'getSortKey' argument 3 names different: declaration 'resultLength' definition 'capacity'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:631:40: note: Function 'getSortKey' argument 3 names different: declaration 'resultLength' definition 'capacity'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1309:54: note: Function 'getSortKey' argument 3 names different: declaration 'resultLength' definition 'capacity'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1542:65: style: Function 'internalGetShortDefinitionString' argument 4 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:719:66: note: Function 'internalGetShortDefinitionString' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1542:65: note: Function 'internalGetShortDefinitionString' argument 4 names different: declaration 'status' definition 'errorCode'.
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:67:5: warning: Member variable 'FCDUIterCollationIterator::pos' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:67:5: warning: Member variable 'FCDUIterCollationIterator::limit' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:82:5: warning: Member variable 'FCDUTF8CollationIterator::limit' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:783:5: warning: Member variable 'NFDIterator::decomp' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/i18n/unicode/sortkey.h:138:5: style: 'CollationKey::operator=' should return 'CollationKey &'. [operatorEq]
firefox-62.0/intl/icu/source/i18n/unicode/tblcoll.h:809:5: style: Class 'RuleBasedCollator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:95:5: style: Class 'CollationKeyByteSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:912:5: style: Class 'UIterNFDIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1396:5: style: Class 'PartLevelCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:42:18: style: The function 'resetToOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:122:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:42:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:44:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:124:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:44:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:46:21: style: The function 'nextCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:216:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:46:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:48:21: style: The function 'previousCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:222:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:48:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:51:22: style: The function 'handleNextCE32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:237:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:51:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:53:19: style: The function 'handleGetTrailSurrogate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:245:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:53:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:55:18: style: The function 'forwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:260:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:55:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:57:18: style: The function 'backwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:262:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:57:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:74:18: style: The function 'resetToOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:42:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:74:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:76:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:44:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:76:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:78:21: style: The function 'nextCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:46:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:78:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:80:21: style: The function 'previousCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:48:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:80:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:83:22: style: The function 'handleNextCE32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:51:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:83:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:85:19: style: The function 'handleGetTrailSurrogate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:53:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:85:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:87:18: style: The function 'forwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:55:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:87:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:89:18: style: The function 'backwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:57:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uitercollationiterator.h:89:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:43:18: style: The function 'resetToOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:122:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:43:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:45:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:124:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:45:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:47:21: style: The function 'nextCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:216:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:47:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:49:21: style: The function 'previousCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:222:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:49:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:62:22: style: The function 'handleNextCE32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:237:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:62:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:64:19: style: The function 'foundNULTerminator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:251:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:64:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:66:19: style: The function 'forbidSurrogateCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:258:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:66:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:68:18: style: The function 'forwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:260:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:68:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:70:18: style: The function 'backwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:262:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:70:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:90:18: style: The function 'resetToOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:43:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:90:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:92:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:45:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:92:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:94:21: style: The function 'nextCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:47:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:94:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:96:21: style: The function 'previousCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:49:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:96:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:99:22: style: The function 'handleNextCE32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:62:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:99:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:101:19: style: The function 'handleGetTrailSurrogate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationiterator.h:245:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:101:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:103:19: style: The function 'foundNULTerminator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:64:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:103:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:105:18: style: The function 'forwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:68:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:105:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:107:18: style: The function 'backwardNumCodePoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:70:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/utf8collationiterator.h:107:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:101:18: style: The function 'AppendBeyondCapacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationkeys.h:72:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:101:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:102:19: style: The function 'Resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationkeys.h:73:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:102:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:833:21: style: The function 'nextRawCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:821:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:833:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:885:21: style: The function 'nextRawCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:821:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:885:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:902:21: style: The function 'nextRawCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:821:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:902:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:914:21: style: The function 'nextRawCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:821:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:914:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:926:21: style: The function 'nextRawCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:821:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:926:21: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1401:19: style: The function 'needToWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/collationkeys.h:100:23: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/rulebasedcollator.cpp:1401:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/scientificnumberformatter.cpp:132:40: style: Function 'format' argument 4 names different: declaration 'decimalFormatSets' definition 'staticSets'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:168:48: note: Function 'format' argument 4 names different: declaration 'decimalFormatSets' definition 'staticSets'.
firefox-62.0/intl/icu/source/i18n/scientificnumberformatter.cpp:132:40: note: Function 'format' argument 4 names different: declaration 'decimalFormatSets' definition 'staticSets'.
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:162:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:147:24: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:162:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:164:32: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:149:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:164:32: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:181:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:147:24: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:181:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:183:32: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:149:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/scientificnumberformatter.h:183:32: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/scriptset.cpp:182:39: style: Function 'nextSetBit' argument 1 names different: declaration 'script' definition 'fromIndex'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/scriptset.h:59:32: note: Function 'nextSetBit' argument 1 names different: declaration 'script' definition 'fromIndex'.
firefox-62.0/intl/icu/source/i18n/scriptset.cpp:182:39: note: Function 'nextSetBit' argument 1 names different: declaration 'script' definition 'fromIndex'.
firefox-62.0/intl/icu/source/i18n/scriptset.cpp:218:57: style: Function 'parseScripts' argument 1 names different: declaration 'scriptsString' definition 'scriptString'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/scriptset.h:64:51: note: Function 'parseScripts' argument 1 names different: declaration 'scriptsString' definition 'scriptString'.
firefox-62.0/intl/icu/source/i18n/scriptset.cpp:218:57: note: Function 'parseScripts' argument 1 names different: declaration 'scriptsString' definition 'scriptString'.
firefox-62.0/intl/icu/source/i18n/scriptset.cpp:297:33: warning: Function 'uhash_compareScriptSet' argument order different: declaration 'key1, key2' definition 'key0, key1' [funcArgOrderDifferent]
firefox-62.0/intl/icu/source/i18n/scriptset.h:76:39: note: Function 'uhash_compareScriptSet' argument order different: declaration 'key1, key2' definition 'key0, key1'
firefox-62.0/intl/icu/source/i18n/scriptset.cpp:297:33: note: Function 'uhash_compareScriptSet' argument order different: declaration 'key1, key2' definition 'key0, key1'
firefox-62.0/intl/icu/source/i18n/search.cpp:30:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/search.cpp:347:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/search.cpp:366:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/search.cpp:383:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/search.cpp:29:5: performance: Variable 'm_text_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/usrchimp.h:89:5: style: Class 'UCollationPCE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/usrchimp.h:90:5: style: Class 'UCollationPCE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/selfmt.cpp:46:49: style: Function 'SelectFormat' argument 1 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:196:39: note: Function 'SelectFormat' argument 1 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/selfmt.cpp:46:49: note: Function 'SelectFormat' argument 1 names different: declaration 'pattern' definition 'pat'.
firefox-62.0/intl/icu/source/i18n/selfmt.cpp:59:49: style: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:221:44: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
firefox-62.0/intl/icu/source/i18n/selfmt.cpp:59:49: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
firefox-62.0/intl/icu/source/i18n/selfmt.cpp:187:40: style: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/selfmt.h:331:44: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/selfmt.cpp:187:40: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:89:38: style: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:163:42: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:89:38: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:91:36: style: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:165:40: note: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:91:36: note: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:108:38: style: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:206:42: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:108:38: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:110:36: style: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:208:40: note: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:110:36: note: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:127:38: style: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:254:42: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:127:38: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:130:36: style: Function 'SimpleTimeZone' argument 9 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:257:40: note: Function 'SimpleTimeZone' argument 9 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:130:36: note: Function 'SimpleTimeZone' argument 9 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:149:39: style: Function 'construct' argument 2 names different: declaration 'startMonth' definition 'savingsStartMonth'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:819:27: note: Function 'construct' argument 2 names different: declaration 'startMonth' definition 'savingsStartMonth'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:149:39: note: Function 'construct' argument 2 names different: declaration 'startMonth' definition 'savingsStartMonth'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:150:39: style: Function 'construct' argument 3 names different: declaration 'startDay' definition 'savingsStartDay'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:819:46: note: Function 'construct' argument 3 names different: declaration 'startDay' definition 'savingsStartDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:150:39: note: Function 'construct' argument 3 names different: declaration 'startDay' definition 'savingsStartDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:151:39: style: Function 'construct' argument 4 names different: declaration 'startDayOfWeek' definition 'savingsStartDayOfWeek'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:819:63: note: Function 'construct' argument 4 names different: declaration 'startDayOfWeek' definition 'savingsStartDayOfWeek'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:151:39: note: Function 'construct' argument 4 names different: declaration 'startDayOfWeek' definition 'savingsStartDayOfWeek'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:152:40: style: Function 'construct' argument 5 names different: declaration 'startTime' definition 'savingsStartTime'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:820:28: note: Function 'construct' argument 5 names different: declaration 'startTime' definition 'savingsStartTime'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:152:40: note: Function 'construct' argument 5 names different: declaration 'startTime' definition 'savingsStartTime'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:153:41: style: Function 'construct' argument 6 names different: declaration 'startTimeMode' definition 'savingsStartTimeMode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:820:48: note: Function 'construct' argument 6 names different: declaration 'startTimeMode' definition 'savingsStartTimeMode'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:153:41: note: Function 'construct' argument 6 names different: declaration 'startTimeMode' definition 'savingsStartTimeMode'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:154:39: style: Function 'construct' argument 7 names different: declaration 'endMonth' definition 'savingsEndMonth'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:821:27: note: Function 'construct' argument 7 names different: declaration 'endMonth' definition 'savingsEndMonth'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:154:39: note: Function 'construct' argument 7 names different: declaration 'endMonth' definition 'savingsEndMonth'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:155:39: style: Function 'construct' argument 8 names different: declaration 'endDay' definition 'savingsEndDay'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:821:44: note: Function 'construct' argument 8 names different: declaration 'endDay' definition 'savingsEndDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:155:39: note: Function 'construct' argument 8 names different: declaration 'endDay' definition 'savingsEndDay'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:156:39: style: Function 'construct' argument 9 names different: declaration 'endDayOfWeek' definition 'savingsEndDayOfWeek'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:821:59: note: Function 'construct' argument 9 names different: declaration 'endDayOfWeek' definition 'savingsEndDayOfWeek'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:156:39: note: Function 'construct' argument 9 names different: declaration 'endDayOfWeek' definition 'savingsEndDayOfWeek'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:157:40: style: Function 'construct' argument 10 names different: declaration 'endTime' definition 'savingsEndTime'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:822:28: note: Function 'construct' argument 10 names different: declaration 'endTime' definition 'savingsEndTime'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:157:40: note: Function 'construct' argument 10 names different: declaration 'endTime' definition 'savingsEndTime'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:158:41: style: Function 'construct' argument 11 names different: declaration 'endTimeMode' definition 'savingsEndTimeMode'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:822:46: note: Function 'construct' argument 11 names different: declaration 'endTimeMode' definition 'savingsEndTimeMode'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:158:41: note: Function 'construct' argument 11 names different: declaration 'endTimeMode' definition 'savingsEndTimeMode'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:159:40: style: Function 'construct' argument 12 names different: declaration 'dstSavings' definition 'savingsDST'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:823:28: note: Function 'construct' argument 12 names different: declaration 'dstSavings' definition 'savingsDST'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:159:40: note: Function 'construct' argument 12 names different: declaration 'dstSavings' definition 'savingsDST'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:415:54: style: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:590:55: note: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:415:54: note: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:442:54: style: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:609:58: note: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:442:54: note: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:512:45: style: Function 'getOffsetFromLocal' argument 4 names different: declaration 'rawOffset' definition 'rawOffsetGMT'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:626:18: note: Function 'getOffsetFromLocal' argument 4 names different: declaration 'rawOffset' definition 'rawOffsetGMT'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:512:45: note: Function 'getOffsetFromLocal' argument 4 names different: declaration 'rawOffset' definition 'rawOffsetGMT'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:512:68: style: Function 'getOffsetFromLocal' argument 5 names different: declaration 'dstOffset' definition 'savingsDST'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/simpletz.h:626:38: note: Function 'getOffsetFromLocal' argument 5 names different: declaration 'dstOffset' definition 'savingsDST'.
firefox-62.0/intl/icu/source/i18n/simpletz.cpp:512:68: note: Function 'getOffsetFromLocal' argument 5 names different: declaration 'dstOffset' definition 'savingsDST'.
firefox-62.0/intl/icu/source/i18n/smallintformatter.cpp:2610:17: style: Function 'format' argument 1 names different: declaration 'positiveValue' definition 'smallPositiveValue'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/smallintformatter.h:82:21: note: Function 'format' argument 1 names different: declaration 'positiveValue' definition 'smallPositiveValue'.
firefox-62.0/intl/icu/source/i18n/smallintformatter.cpp:2610:17: note: Function 'format' argument 1 names different: declaration 'positiveValue' definition 'smallPositiveValue'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:108:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:115:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:354:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:3859:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2932:30: style: The scope of the variable 'src' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:492:55: style: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatDataToAdopt' definition 'symbolsToAdopt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:823:41: note: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatDataToAdopt' definition 'symbolsToAdopt'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:492:55: note: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatDataToAdopt' definition 'symbolsToAdopt'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:514:61: style: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatData' definition 'symbols'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:836:47: note: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatData' definition 'symbols'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:514:61: note: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatData' definition 'symbols'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2116:82: style: Function 'parse' argument 3 names different: declaration 'pos' definition 'parsePos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:950:40: note: Function 'parse' argument 3 names different: declaration 'pos' definition 'parsePos'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2116:82: note: Function 'parse' argument 3 names different: declaration 'pos' definition 'parsePos'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2559:52: style: Function 'matchQuarterString' argument 4 names different: declaration 'stringArray' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1367:53: note: Function 'matchQuarterString' argument 4 names different: declaration 'stringArray' definition 'data'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2559:52: note: Function 'matchQuarterString' argument 4 names different: declaration 'stringArray' definition 'data'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2560:39: style: Function 'matchQuarterString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1367:74: note: Function 'matchQuarterString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2560:39: note: Function 'matchQuarterString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2590:52: style: Function 'matchDayPeriodStrings' argument 3 names different: declaration 'stringArray' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1373:56: note: Function 'matchDayPeriodStrings' argument 3 names different: declaration 'stringArray' definition 'data'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2590:52: note: Function 'matchDayPeriodStrings' argument 3 names different: declaration 'stringArray' definition 'data'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2590:66: style: Function 'matchDayPeriodStrings' argument 4 names different: declaration 'stringArrayCount' definition 'dataCount'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1373:77: note: Function 'matchDayPeriodStrings' argument 4 names different: declaration 'stringArrayCount' definition 'dataCount'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2590:66: note: Function 'matchDayPeriodStrings' argument 4 names different: declaration 'stringArrayCount' definition 'dataCount'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2762:52: style: Function 'matchString' argument 4 names different: declaration 'stringArray' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1351:46: note: Function 'matchString' argument 4 names different: declaration 'stringArray' definition 'data'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2762:52: note: Function 'matchString' argument 4 names different: declaration 'stringArray' definition 'data'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2763:39: style: Function 'matchString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/smpdtfmt.h:1351:67: note: Function 'matchString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'.
firefox-62.0/intl/icu/source/i18n/smpdtfmt.cpp:2763:39: note: Function 'matchString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'.
firefox-62.0/intl/icu/source/i18n/smpdtfst.h:34:5: style: Class 'SimpleDateFormatStaticSets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:42:5: style: Class 'ZNStringPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:235:5: style: Class 'TZDBTimeZoneNames' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:176:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:143:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:176:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:177:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:160:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:177:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:179:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:190:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:179:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:180:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:199:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:180:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:182:20: style: The function 'getMetaZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:211:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:182:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:183:20: style: The function 'getReferenceZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:229:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:183:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:185:20: style: The function 'getMetaZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:241:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:185:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:186:20: style: The function 'getTimeZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:253:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:186:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:188:20: style: The function 'getExemplarLocationName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:274:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:188:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:190:41: style: The function 'find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:408:34: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:190:41: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:192:10: style: The function 'loadAllDisplayNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:296:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:192:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:193:10: style: The function 'getDisplayNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:301:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:193:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:238:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:143:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:238:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:239:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:160:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:239:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:241:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:190:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:241:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:242:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:199:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:242:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:244:20: style: The function 'getMetaZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:211:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:244:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:245:20: style: The function 'getReferenceZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:229:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:245:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:247:20: style: The function 'getMetaZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:241:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:247:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:248:20: style: The function 'getTimeZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:253:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:248:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:250:41: style: The function 'find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:408:34: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:250:41: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/sortkey.cpp:60:43: style: Function 'CollationKey' argument 1 names different: declaration 'values' definition 'newValues'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/sortkey.h:117:37: note: Function 'CollationKey' argument 1 names different: declaration 'values' definition 'newValues'.
firefox-62.0/intl/icu/source/i18n/sortkey.cpp:60:43: note: Function 'CollationKey' argument 1 names different: declaration 'values' definition 'newValues'.
firefox-62.0/intl/icu/source/i18n/strmatch.cpp:246:64: style: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/strmatch.h:190:61: note: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'.
firefox-62.0/intl/icu/source/i18n/strmatch.cpp:246:64: note: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'.
firefox-62.0/intl/icu/source/i18n/strmatch.h:44:1: warning: The class 'StringMatcher' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:242:65: style: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/strrepl.h:133:61: note: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'.
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:242:65: note: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'.
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:42:5: performance: Variable 'output' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:44:5: performance: Variable 'hasCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:46:5: performance: Variable 'isComplex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:60:5: performance: Variable 'output' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:62:5: performance: Variable 'hasCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:64:5: performance: Variable 'isComplex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:74:5: performance: Variable 'output' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:76:5: performance: Variable 'hasCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/strrepl.cpp:78:5: performance: Variable 'isComplex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/strrepl.h:37:1: warning: The class 'StringReplacer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/timezone.cpp:483:5: style: Variable 'hostZone' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/timezone.cpp:477:0: note: Variable 'hostZone' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/timezone.cpp:483:5: note: Variable 'hostZone' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/timezone.cpp:761:9: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/timezone.cpp:758:0: note: Variable 'id' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/timezone.cpp:761:9: note: Variable 'id' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/timezone.cpp:1076:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/timezone.cpp:1069:0: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/timezone.cpp:1076:5: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/timezone.cpp:1095:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/timezone.cpp:1088:0: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/timezone.cpp:1095:5: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/timezone.cpp:181:18: style: The scope of the variable 'u' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/timezone.cpp:186:13: style: The scope of the variable 'mid' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/timezone.cpp:1346:19: style: The scope of the variable 'numberFormat' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/timezone.cpp:737:1: warning: The class 'TZEnumeration' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/titletrn.cpp:71:70: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/titletrn.h:78:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/titletrn.cpp:71:70: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/titletrn.h:55:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/casetrn.h:61:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/titletrn.h:55:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/titletrn.h:60:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/titletrn.h:60:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/titletrn.h:78:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/casetrn.h:83:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/titletrn.h:78:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unicode/tmunit.h:126:5: style: Class 'TimeUnit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:688:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:724:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:725:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:320:35: style: Function 'setup' argument 1 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tmutfmt.h:204:28: note: Function 'setup' argument 1 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:320:35: note: Function 'setup' argument 1 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:340:45: style: Function 'initDataMembers' argument 1 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tmutfmt.h:207:38: note: Function 'initDataMembers' argument 1 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:340:45: note: Function 'initDataMembers' argument 1 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:463:80: style: Function 'readFromCurrentLocale' argument 4 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tmutfmt.h:211:44: note: Function 'readFromCurrentLocale' argument 4 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:463:80: note: Function 'readFromCurrentLocale' argument 4 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:485:91: style: Function 'checkConsistency' argument 3 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tmutfmt.h:215:84: note: Function 'checkConsistency' argument 3 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:485:91: note: Function 'checkConsistency' argument 3 names different: declaration 'status' definition 'err'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:550:59: style: Function 'searchInLocaleChain' argument 4 names different: declaration 'field' definition 'srcTimeUnitField'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tmutfmt.h:219:56: note: Function 'searchInLocaleChain' argument 4 names different: declaration 'field' definition 'srcTimeUnitField'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:550:59: note: Function 'searchInLocaleChain' argument 4 names different: declaration 'field' definition 'srcTimeUnitField'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:778:59: style: Function 'getTimeUnitName' argument 1 names different: declaration 'field' definition 'unitField'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tmutfmt.h:232:66: note: Function 'getTimeUnitName' argument 1 names different: declaration 'field' definition 'unitField'.
firefox-62.0/intl/icu/source/i18n/tmutfmt.cpp:778:59: note: Function 'getTimeUnitName' argument 1 names different: declaration 'field' definition 'unitField'.
firefox-62.0/intl/icu/source/i18n/unicode/tmutfmt.h:95:5: style: Class 'TimeUnitFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/toupptrn.h:53:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/casetrn.h:61:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/toupptrn.h:53:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/toupptrn.h:58:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/toupptrn.h:58:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/translit.cpp:1021:17: warning: Possible null pointer dereference: alias [nullPointer]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1010:21: note: Assignment 'alias=0', assigned value is 0
firefox-62.0/intl/icu/source/i18n/translit.cpp:1021:17: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/translit.cpp:1328:13: warning: Possible null pointer dereference: result [nullPointer]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1320:35: note: Assignment 'result=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/translit.cpp:1328:13: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/translit.cpp:161:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/translit.cpp:178:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/translit.cpp:951:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1070:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1081:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1084:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1101:42: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1111:49: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1503:42: style: The scope of the variable 'colBund' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1508:13: style: The scope of the variable 'row' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/translit.cpp:1508:18: style: The scope of the variable 'maxRows' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/translit.cpp:129:53: style: Function 'Transliterator' argument 1 names different: declaration 'ID' definition 'theID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:326:41: note: Function 'Transliterator' argument 1 names different: declaration 'ID' definition 'theID'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:129:53: note: Function 'Transliterator' argument 1 names different: declaration 'ID' definition 'theID'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:734:78: style: Function 'getDisplayName' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:755:73: note: Function 'getDisplayName' argument 1 names different: declaration 'ID' definition 'id'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:734:78: note: Function 'getDisplayName' argument 1 names different: declaration 'ID' definition 'id'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:860:49: style: Function 'adoptFilter' argument 1 names different: declaration 'adoptedFilter' definition 'filterToAdopt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:789:37: note: Function 'adoptFilter' argument 1 names different: declaration 'adoptedFilter' definition 'filterToAdopt'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:860:49: note: Function 'adoptFilter' argument 1 names different: declaration 'adoptedFilter' definition 'filterToAdopt'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:1137:55: style: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:879:51: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:1137:55: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:1253:65: style: Function 'registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1008:60: note: Function 'registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:1253:65: note: Function 'registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:1261:56: style: Function '_registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1046:51: note: Function '_registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'.
firefox-62.0/intl/icu/source/i18n/translit.cpp:1261:56: note: Function '_registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'.
firefox-62.0/intl/icu/source/i18n/transreg.h:150:5: style: Class 'TransliteratorRegistry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/transreg.h:418:9: style: Class 'Enumeration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/uni2name.h:36:5: style: Class 'UnicodeNameTransliterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/uni2name.h:51:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uni2name.h:51:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uni2name.h:56:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uni2name.h:56:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/uni2name.h:74:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/uni2name.h:74:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unesctrn.h:80:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:380:29: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unesctrn.h:80:29: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unesctrn.h:85:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:1283:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unesctrn.h:85:22: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unesctrn.h:103:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/translit.h:627:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unesctrn.h:103:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/transreg.cpp:134:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:176:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:184:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:500:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:528:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:603:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:607:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:623:46: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:628:53: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:745:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:769:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:798:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:835:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:886:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:950:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:1054:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:1228:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:1334:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:83:63: style: Function 'TransliteratorAlias' argument 1 names different: declaration 'aliasID' definition 'theAliasID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/transreg.h:49:46: note: Function 'TransliteratorAlias' argument 1 names different: declaration 'aliasID' definition 'theAliasID'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:83:63: note: Function 'TransliteratorAlias' argument 1 names different: declaration 'aliasID' definition 'theAliasID'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:84:60: style: Function 'TransliteratorAlias' argument 2 names different: declaration 'compoundFilter' definition 'cpdFilter'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/transreg.h:49:73: note: Function 'TransliteratorAlias' argument 2 names different: declaration 'compoundFilter' definition 'cpdFilter'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:84:60: note: Function 'TransliteratorAlias' argument 2 names different: declaration 'compoundFilter' definition 'cpdFilter'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:93:63: style: Function 'TransliteratorAlias' argument 1 names different: declaration 'ID' definition 'theID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/transreg.h:54:46: note: Function 'TransliteratorAlias' argument 1 names different: declaration 'ID' definition 'theID'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:93:63: note: Function 'TransliteratorAlias' argument 1 names different: declaration 'ID' definition 'theID'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:96:60: style: Function 'TransliteratorAlias' argument 4 names different: declaration 'compoundFilter' definition 'cpdFilter'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/transreg.h:56:43: note: Function 'TransliteratorAlias' argument 4 names different: declaration 'compoundFilter' definition 'cpdFilter'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:96:60: note: Function 'TransliteratorAlias' argument 4 names different: declaration 'compoundFilter' definition 'cpdFilter'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:259:61: style: Function 'TransliteratorSpec' argument 1 names different: declaration 'spec' definition 'theSpec'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/transreg.cpp:230:45: note: Function 'TransliteratorSpec' argument 1 names different: declaration 'spec' definition 'theSpec'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:259:61: note: Function 'TransliteratorSpec' argument 1 names different: declaration 'spec' definition 'theSpec'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:855:80: style: Function 'Enumeration' argument 1 names different: declaration 'reg' definition '_reg'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/transreg.h:418:51: note: Function 'Enumeration' argument 1 names different: declaration 'reg' definition '_reg'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:855:80: note: Function 'Enumeration' argument 1 names different: declaration 'reg' definition '_reg'.
firefox-62.0/intl/icu/source/i18n/transreg.cpp:230:5: style: Class 'TransliteratorSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:331:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:413:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:489:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:526:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:867:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:371:5: style: Variable 'withParens' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:364:0: note: Variable 'withParens' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:371:5: note: Variable 'withParens' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:58:5: performance: Variable 'source' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:59:5: performance: Variable 'target' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:60:5: performance: Variable 'variant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:61:5: performance: Variable 'sawSource' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:62:5: performance: Variable 'filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:67:5: performance: Variable 'canonID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:68:5: performance: Variable 'basicID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:69:5: performance: Variable 'filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:73:5: performance: Variable 'canonID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tridpars.cpp:74:5: performance: Variable 'basicID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:522:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:1609:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:1862:40: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:2650:42: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:1875:33: style: The scope of the variable 'chLen' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:2871:13: style: The scope of the variable 'parsedPos' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:2880:13: style: The scope of the variable 'matchIdx' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:2670:84: style: Function 'toCodePoints' argument 3 names different: declaration 'capacity' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tzfmt.h:818:85: note: Function 'toCodePoints' argument 3 names different: declaration 'capacity' definition 'size'.
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:2670:84: note: Function 'toCodePoints' argument 3 names different: declaration 'capacity' definition 'size'.
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:2727:11: style: The function 'handleMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:124:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tzfmt.cpp:2727:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:859:20: warning: Either the condition 'mzIDs!=NULL' is redundant or there is possible null pointer dereference: mzIDs. [nullPointerRedundantCheck]
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:878:15: note: Assuming that condition 'mzIDs!=NULL' is not redundant
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:859:20: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:160:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:178:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:236:42: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:635:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:1226:13: style: Variable 'tzgnCore' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:1223:0: note: Variable 'tzgnCore' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:1226:13: note: Variable 'tzgnCore' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:128:5: style: Class 'TimeZoneGenericNameMatchInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:192:5: style: Class 'GNameSearchHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:195:11: style: The function 'handleMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:124:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tzgnames.cpp:195:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:455:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames.cpp:464:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames.cpp:474:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames.cpp:485:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames.cpp:155:5: style: Variable 'cacheEntry' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/tznames.cpp:152:0: note: Variable 'cacheEntry' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/tznames.cpp:155:5: note: Variable 'cacheEntry' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/tznames.cpp:160:9: style: Variable 'tznames' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/tznames.cpp:157:0: note: Variable 'tznames' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/tznames.cpp:160:9: note: Variable 'tznames' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/tznames.cpp:107:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:143:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:107:19: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:109:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:160:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:109:28: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:111:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:190:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:111:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:112:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:199:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:112:24: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:113:20: style: The function 'getMetaZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:211:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:113:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:114:20: style: The function 'getReferenceZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:229:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:114:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:116:20: style: The function 'getMetaZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:241:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:116:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:117:20: style: The function 'getTimeZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:253:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:117:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:119:20: style: The function 'getExemplarLocationName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:274:28: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:119:20: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:121:10: style: The function 'loadAllDisplayNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:296:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:121:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:122:10: style: The function 'getDisplayNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:301:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:122:10: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:124:26: style: The function 'find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/tznames.h:408:34: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames.cpp:124:26: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:130:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:161:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:249:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:288:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:709:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:946:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1002:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1317:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1345:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1418:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1427:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1610:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1633:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:2024:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:2286:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:535:18: style: The scope of the variable 'pooledString' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1351:41: style: The scope of the variable 'matches' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1653:30: style: The scope of the variable 'id' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:2059:26: style: The scope of the variable 'mzID' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:174:60: style: Function 'TextTrieMap' argument 2 names different: declaration 'valeDeleter' definition 'valueDeleter'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:135:51: note: Function 'TextTrieMap' argument 2 names different: declaration 'valeDeleter' definition 'valueDeleter'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:174:60: note: Function 'TextTrieMap' argument 2 names different: declaration 'valeDeleter' definition 'valueDeleter'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1299:59: style: Function 'loadMetaZoneNames' argument 1 names different: declaration 'mzId' definition 'mzID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:220:52: note: Function 'loadMetaZoneNames' argument 1 names different: declaration 'mzId' definition 'mzID'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1299:59: note: Function 'loadMetaZoneNames' argument 1 names different: declaration 'mzId' definition 'mzID'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1327:59: style: Function 'loadTimeZoneNames' argument 1 names different: declaration 'mzId' definition 'tzID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:221:52: note: Function 'loadTimeZoneNames' argument 1 names different: declaration 'mzId' definition 'tzID'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1327:59: note: Function 'loadTimeZoneNames' argument 1 names different: declaration 'mzId' definition 'tzID'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1409:57: style: Function 'addAllNamesIntoTrie' argument 1 names different: declaration 'errorCode' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:224:42: note: Function 'addAllNamesIntoTrie' argument 1 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1409:57: note: Function 'addAllNamesIntoTrie' argument 1 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:2233:58: style: Function 'getMetaZoneNames' argument 1 names different: declaration 'mzId' definition 'mzID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:254:67: note: Function 'getMetaZoneNames' argument 1 names different: declaration 'mzId' definition 'mzID'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:2233:58: note: Function 'getMetaZoneNames' argument 1 names different: declaration 'mzId' definition 'mzID'.
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:106:25: style: struct member 'ZMatchInfo::znameInfo' is never used. [unusedStructMember]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:107:25: style: struct member 'ZMatchInfo::matchLength' is never used. [unusedStructMember]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:852:5: style: Class 'MetaZoneIDsEnumeration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:853:5: style: Class 'MetaZoneIDsEnumeration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:916:5: style: Class 'ZNameSearchHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:919:11: style: The function 'handleMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:124:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:919:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1890:11: style: The function 'handleMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/tznames_impl.h:124:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/tznames_impl.cpp:1890:11: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/tzrule.cpp:136:57: style: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:281:54: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
firefox-62.0/intl/icu/source/i18n/tzrule.cpp:136:57: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
firefox-62.0/intl/icu/source/i18n/tzrule.cpp:322:56: style: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:516:54: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
firefox-62.0/intl/icu/source/i18n/tzrule.cpp:322:56: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
firefox-62.0/intl/icu/source/i18n/tzrule.cpp:497:59: style: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:722:54: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
firefox-62.0/intl/icu/source/i18n/tzrule.cpp:497:59: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
firefox-62.0/intl/icu/source/i18n/tzrule.cpp:583:87: style: Function 'initStartTimes' argument 3 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/tzrule.h:787:74: note: Function 'initStartTimes' argument 3 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/tzrule.cpp:583:87: note: Function 'initStartTimes' argument 3 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/ucal.cpp:169:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:178:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:202:8: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:215:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:232:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:267:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:275:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:298:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:322:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:325:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:328:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:331:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:334:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:350:8: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:354:8: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:358:8: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:362:8: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:366:8: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:392:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:402:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:416:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:432:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:440:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:452:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:464:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:475:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:484:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:492:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:500:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:507:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:523:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:526:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:529:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:532:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:535:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:539:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:557:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:598:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:607:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:616:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:625:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:636:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:754:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:755:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucal.cpp:137:27: style: Function 'ucal_open' argument 4 names different: declaration 'type' definition 'caltype'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ucal.h:694:26: note: Function 'ucal_open' argument 4 names different: declaration 'type' definition 'caltype'.
firefox-62.0/intl/icu/source/i18n/ucal.cpp:137:27: note: Function 'ucal_open' argument 4 names different: declaration 'type' definition 'caltype'.
firefox-62.0/intl/icu/source/i18n/ucal.cpp:372:27: style: Function 'ucal_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ucal.h:973:27: note: Function 'ucal_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/ucal.cpp:372:27: note: Function 'ucal_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/ucol_res.cpp:541:27: style: Function 'ucol_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ucol.h:814:27: note: Function 'ucol_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/ucol_res.cpp:541:27: note: Function 'ucol_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/ucol_res.cpp:621:5: style: Struct 'KeywordsSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:342:23: style: Redundant condition: If 'EXPR == '_'', the comparison 'EXPR' is always true. [redundantCondition]
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:526:5: style: Variable 'string' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:523:0: note: Variable 'string' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:526:5: note: Variable 'string' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:252:13: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:355:13: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:355:20: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:356:13: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:357:10: style: The scope of the variable 'optName' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:572:37: style: Function 'ucol_getShortDefinitionString' argument 3 names different: declaration 'buffer' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ucol.h:960:37: note: Function 'ucol_getShortDefinitionString' argument 3 names different: declaration 'buffer' definition 'dst'.
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:572:37: note: Function 'ucol_getShortDefinitionString' argument 3 names different: declaration 'buffer' definition 'dst'.
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:585:49: style: Function 'ucol_normalizeShortDefinitionString' argument 1 names different: declaration 'source' definition 'definition'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ucol.h:985:49: note: Function 'ucol_normalizeShortDefinitionString' argument 1 names different: declaration 'source' definition 'definition'.
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:585:49: note: Function 'ucol_normalizeShortDefinitionString' argument 1 names different: declaration 'source' definition 'definition'.
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:622:25: style: Function 'ucol_getContractions' argument 2 names different: declaration 'conts' definition 'contractions'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ucol.h:492:25: note: Function 'ucol_getContractions' argument 2 names different: declaration 'conts' definition 'contractions'.
firefox-62.0/intl/icu/source/i18n/ucol_sit.cpp:622:25: note: Function 'ucol_getContractions' argument 2 names different: declaration 'conts' definition 'contractions'.
firefox-62.0/intl/icu/source/i18n/ucoleitr.cpp:94:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucoleitr.cpp:156:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:51:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:62:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:72:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:82:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:92:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:102:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:112:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:123:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:154:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:165:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:181:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:187:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:199:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:117:27: style: Function 'ucsdet_detectAll' argument 2 names different: declaration 'matchesFound' definition 'maxMatchesFound'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ucsdet.h:213:51: note: Function 'ucsdet_detectAll' argument 2 names different: declaration 'matchesFound' definition 'maxMatchesFound'.
firefox-62.0/intl/icu/source/i18n/ucsdet.cpp:117:27: note: Function 'ucsdet_detectAll' argument 2 names different: declaration 'matchesFound' definition 'maxMatchesFound'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:192:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:201:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:239:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:277:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:310:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:338:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:363:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:395:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:408:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:415:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:424:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:435:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:441:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:448:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:456:59: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:457:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:463:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:477:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:485:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:492:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:513:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:523:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:583:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:585:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:1098:53: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:1224:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:1234:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:1272:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:1297:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:1313:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udat.cpp:253:25: style: Function 'udat_formatCalendar' argument 4 names different: declaration 'capacity' definition 'resultLength'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/udat.h:1023:41: note: Function 'udat_formatCalendar' argument 4 names different: declaration 'capacity' definition 'resultLength'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:253:25: note: Function 'udat_formatCalendar' argument 4 names different: declaration 'capacity' definition 'resultLength'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:319:25: style: Function 'udat_formatCalendarForFields' argument 4 names different: declaration 'capacity' definition 'resultLength'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/udat.h:1096:41: note: Function 'udat_formatCalendarForFields' argument 4 names different: declaration 'capacity' definition 'resultLength'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:319:25: note: Function 'udat_formatCalendarForFields' argument 4 names different: declaration 'capacity' definition 'resultLength'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:496:27: style: Function 'udat_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/udat.h:1293:27: note: Function 'udat_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:496:27: note: Function 'udat_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:591:41: style: Function 'udat_getSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/udat.h:1493:49: note: Function 'udat_getSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:591:41: note: Function 'udat_getSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:1090:37: style: Function 'udat_setSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/udat.h:1532:45: note: Function 'udat_setSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/udat.cpp:1090:37: note: Function 'udat_setSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/udateintervalformat.cpp:63:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udateintervalformat.cpp:95:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:47:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:55:44: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:82:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:137:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:151:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:158:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:170:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:177:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:196:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:207:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:213:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:224:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:230:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:264:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:271:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:278:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:287:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:107:31: style: Function 'udatpg_getBaseSkeleton' argument 4 names different: declaration 'baseSkeleton' definition 'skeleton'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/udatpg.h:334:31: note: Function 'udatpg_getBaseSkeleton' argument 4 names different: declaration 'baseSkeleton' definition 'skeleton'.
firefox-62.0/intl/icu/source/i18n/udatpg.cpp:107:31: note: Function 'udatpg_getBaseSkeleton' argument 4 names different: declaration 'baseSkeleton' definition 'skeleton'.
firefox-62.0/intl/icu/source/i18n/ufieldpositer.cpp:38:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ufieldpositer.cpp:48:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:61:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:270:5: style: Variable 'rb' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:269:0: note: Variable 'rb' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:270:5: note: Variable 'rb' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:277:41: style: Function 'ulocdata_getLocaleDisplayPattern' argument 2 names different: declaration 'pattern' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ulocdata.h:271:41: note: Function 'ulocdata_getLocaleDisplayPattern' argument 2 names different: declaration 'pattern' definition 'result'.
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:277:41: note: Function 'ulocdata_getLocaleDisplayPattern' argument 2 names different: declaration 'pattern' definition 'result'.
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:278:42: style: Function 'ulocdata_getLocaleDisplayPattern' argument 3 names different: declaration 'patternCapacity' definition 'resultCapacity'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ulocdata.h:272:42: note: Function 'ulocdata_getLocaleDisplayPattern' argument 3 names different: declaration 'patternCapacity' definition 'resultCapacity'.
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:278:42: note: Function 'ulocdata_getLocaleDisplayPattern' argument 3 names different: declaration 'patternCapacity' definition 'resultCapacity'.
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:325:36: style: Function 'ulocdata_getLocaleSeparator' argument 2 names different: declaration 'separator' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ulocdata.h:293:36: note: Function 'ulocdata_getLocaleSeparator' argument 2 names different: declaration 'separator' definition 'result'.
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:325:36: note: Function 'ulocdata_getLocaleSeparator' argument 2 names different: declaration 'separator' definition 'result'.
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:326:37: style: Function 'ulocdata_getLocaleSeparator' argument 3 names different: declaration 'separatorCapacity' definition 'resultCapacity'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/ulocdata.h:294:37: note: Function 'ulocdata_getLocaleSeparator' argument 3 names different: declaration 'separatorCapacity' definition 'resultCapacity'.
firefox-62.0/intl/icu/source/i18n/ulocdata.cpp:326:37: note: Function 'ulocdata_getLocaleSeparator' argument 3 names different: declaration 'separatorCapacity' definition 'resultCapacity'.
firefox-62.0/intl/icu/source/i18n/umsg.cpp:269:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/umsg.cpp:284:46: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/umsg.cpp:299:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/umsg.cpp:309:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/umsg.cpp:334:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/umsg.cpp:359:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/umsg.cpp:407:48: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/umsg.cpp:475:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/umsg.cpp:530:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/umsg.cpp:187:38: style: Function 'u_parseMessageWithError' argument 6 names different: declaration 'parseError' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/umsg.h:347:38: note: Function 'u_parseMessageWithError' argument 6 names different: declaration 'parseError' definition 'error'.
firefox-62.0/intl/icu/source/i18n/umsg.cpp:187:38: note: Function 'u_parseMessageWithError' argument 6 names different: declaration 'parseError' definition 'error'.
firefox-62.0/intl/icu/source/i18n/umsg.cpp:209:39: style: Function 'u_vparseMessageWithError' argument 7 names different: declaration 'parseError' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/umsg.h:376:39: note: Function 'u_vparseMessageWithError' argument 7 names different: declaration 'parseError' definition 'error'.
firefox-62.0/intl/icu/source/i18n/umsg.cpp:209:39: note: Function 'u_vparseMessageWithError' argument 7 names different: declaration 'parseError' definition 'error'.
firefox-62.0/intl/icu/source/i18n/unesctrn.cpp:145:69: style: Function 'UnescapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unesctrn.h:64:49: note: Function 'UnescapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
firefox-62.0/intl/icu/source/i18n/unesctrn.cpp:145:69: note: Function 'UnescapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
firefox-62.0/intl/icu/source/i18n/unesctrn.cpp:146:61: style: Function 'UnescapeTransliterator' argument 2 names different: declaration 'spec' definition 'newSpec'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unesctrn.h:65:41: note: Function 'UnescapeTransliterator' argument 2 names different: declaration 'spec' definition 'newSpec'.
firefox-62.0/intl/icu/source/i18n/unesctrn.cpp:146:61: note: Function 'UnescapeTransliterator' argument 2 names different: declaration 'spec' definition 'newSpec'.
firefox-62.0/intl/icu/source/i18n/unesctrn.cpp:174:85: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unesctrn.h:103:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/unesctrn.cpp:174:85: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'.
firefox-62.0/intl/icu/source/i18n/unesctrn.h:33:1: warning: The class 'UnescapeTransliterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/intl/icu/source/i18n/uni2name.cpp:96:13: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/uni2name.cpp:72:88: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/uni2name.h:74:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/uni2name.cpp:72:88: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
firefox-62.0/intl/icu/source/i18n/unum.cpp:144:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:207:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:240:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:273:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:311:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:350:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:377:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:476:44: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:883:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:893:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:942:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unum.cpp:495:27: style: Function 'unum_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/unum.h:920:27: note: Function 'unum_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/unum.cpp:495:27: note: Function 'unum_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
firefox-62.0/intl/icu/source/i18n/unum.cpp:827:37: style: Function 'unum_applyPattern' argument 1 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/unum.h:901:45: note: Function 'unum_applyPattern' argument 1 names different: declaration 'format' definition 'fmt'.
firefox-62.0/intl/icu/source/i18n/unum.cpp:827:37: note: Function 'unum_applyPattern' argument 1 names different: declaration 'format' definition 'fmt'.
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:353:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/i18n/unicode/numfmt.h:641:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/i18n/unicode/compactdecimalformat.h:353:18: note: Function in derived class
firefox-62.0/intl/icu/source/i18n/unumsys.cpp:43:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unumsys.cpp:58:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unumsys.cpp:65:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unumsys.cpp:72:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/unumsys.cpp:83:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/upluralrules.cpp:39:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/upluralrules.cpp:55:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:271:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:287:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:326:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:346:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:358:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:377:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:410:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:440:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:480:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:497:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:521:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:551:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:582:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:605:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:621:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:640:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:653:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:671:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:741:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:766:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:790:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:814:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:840:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:859:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:880:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:902:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:918:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:935:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:951:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:968:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:984:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1000:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1017:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1034:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1052:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1069:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1087:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1104:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1121:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1138:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1157:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1205:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1231:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1266:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1593:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1606:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1746:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1758:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1949:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1973:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1378:15: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/i18n/uregex.cpp:270:35: style: Function 'uregex_close' argument 1 names different: declaration 'regexp' definition 're2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:211:34: note: Function 'uregex_close' argument 1 names different: declaration 'regexp' definition 're2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:270:35: note: Function 'uregex_close' argument 1 names different: declaration 'regexp' definition 're2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:286:40: style: Function 'uregex_clone' argument 1 names different: declaration 'regexp' definition 'source2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:251:40: note: Function 'uregex_clone' argument 1 names different: declaration 'regexp' definition 'source2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:286:40: note: Function 'uregex_clone' argument 1 names different: declaration 'regexp' definition 'source2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:323:43: style: Function 'uregex_pattern' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:271:42: note: Function 'uregex_pattern' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:323:43: note: Function 'uregex_pattern' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:344:47: style: Function 'uregex_patternUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:287:47: note: Function 'uregex_patternUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:344:47: note: Function 'uregex_patternUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:357:40: style: Function 'uregex_flags' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:299:43: note: Function 'uregex_flags' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:357:40: note: Function 'uregex_flags' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:373:36: style: Function 'uregex_setText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:324:36: note: Function 'uregex_setText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:373:36: note: Function 'uregex_setText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:407:37: style: Function 'uregex_setUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:347:37: note: Function 'uregex_setUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:407:37: note: Function 'uregex_setUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:437:36: style: Function 'uregex_getText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:372:36: note: Function 'uregex_getText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:437:36: note: Function 'uregex_getText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:477:37: style: Function 'uregex_getUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:393:37: note: Function 'uregex_getUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:477:37: note: Function 'uregex_getUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:494:41: style: Function 'uregex_refreshUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:423:41: note: Function 'uregex_refreshUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:494:41: note: Function 'uregex_refreshUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:511:36: style: Function 'uregex_matches' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:448:36: note: Function 'uregex_matches' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:511:36: note: Function 'uregex_matches' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:518:38: style: Function 'uregex_matches64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:474:38: note: Function 'uregex_matches64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:518:38: note: Function 'uregex_matches64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:541:38: style: Function 'uregex_lookingAt' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:502:38: note: Function 'uregex_lookingAt' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:541:38: note: Function 'uregex_lookingAt' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:548:40: style: Function 'uregex_lookingAt64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:531:40: note: Function 'uregex_lookingAt64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:548:40: note: Function 'uregex_lookingAt64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:572:33: style: Function 'uregex_find' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:555:33: note: Function 'uregex_find' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:572:33: note: Function 'uregex_find' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:579:35: style: Function 'uregex_find64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:580:35: note: Function 'uregex_find64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:579:35: note: Function 'uregex_find64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:603:37: style: Function 'uregex_findNext' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:598:37: note: Function 'uregex_findNext' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:603:37: note: Function 'uregex_findNext' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:619:39: style: Function 'uregex_groupCount' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:609:39: note: Function 'uregex_groupCount' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:619:39: note: Function 'uregex_groupCount' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:636:48: style: Function 'uregex_groupNumberFromName' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:629:48: note: Function 'uregex_groupNumberFromName' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:636:48: note: Function 'uregex_groupNumberFromName' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:649:49: style: Function 'uregex_groupNumberFromCName' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:653:49: note: Function 'uregex_groupNumberFromCName' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:649:49: note: Function 'uregex_groupNumberFromCName' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:666:34: style: Function 'uregex_group' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:675:34: note: Function 'uregex_group' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:666:34: note: Function 'uregex_group' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:736:39: style: Function 'uregex_groupUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:704:39: note: Function 'uregex_groupUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:736:39: note: Function 'uregex_groupUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:756:34: style: Function 'uregex_start' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:725:34: note: Function 'uregex_start' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:756:34: note: Function 'uregex_start' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:763:36: style: Function 'uregex_start64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:745:36: note: Function 'uregex_start64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:763:36: note: Function 'uregex_start64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:780:34: style: Function 'uregex_end' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:763:34: note: Function 'uregex_end' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:780:34: note: Function 'uregex_end' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:787:36: style: Function 'uregex_end64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:782:34: note: Function 'uregex_end64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:787:36: note: Function 'uregex_end64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:804:37: style: Function 'uregex_reset' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:800:37: note: Function 'uregex_reset' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:804:37: note: Function 'uregex_reset' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:811:39: style: Function 'uregex_reset64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:819:37: note: Function 'uregex_reset64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:811:39: note: Function 'uregex_reset64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:828:40: style: Function 'uregex_setRegion' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:844:40: note: Function 'uregex_setRegion' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:828:40: note: Function 'uregex_setRegion' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:836:42: style: Function 'uregex_setRegion64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:871:40: note: Function 'uregex_setRegion64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:836:42: note: Function 'uregex_setRegion64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:854:48: style: Function 'uregex_setRegionAndStart' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:891:46: note: Function 'uregex_setRegionAndStart' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:854:48: note: Function 'uregex_setRegionAndStart' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:872:49: style: Function 'uregex_regionStart' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:907:49: note: Function 'uregex_regionStart' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:872:49: note: Function 'uregex_regionStart' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:878:51: style: Function 'uregex_regionStart64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:921:51: note: Function 'uregex_regionStart64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:878:51: note: Function 'uregex_regionStart64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:894:47: style: Function 'uregex_regionEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:935:47: note: Function 'uregex_regionEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:894:47: note: Function 'uregex_regionEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:900:49: style: Function 'uregex_regionEnd64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:950:49: note: Function 'uregex_regionEnd64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:900:49: note: Function 'uregex_regionEnd64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:916:58: style: Function 'uregex_hasTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:964:58: note: Function 'uregex_hasTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:916:58: note: Function 'uregex_hasTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:932:52: style: Function 'uregex_useTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:988:51: note: Function 'uregex_useTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:932:52: note: Function 'uregex_useTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:949:56: style: Function 'uregex_hasAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1003:56: note: Function 'uregex_hasAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:949:56: note: Function 'uregex_hasAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:965:50: style: Function 'uregex_useAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1021:49: note: Function 'uregex_useAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:965:50: note: Function 'uregex_useAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:982:44: style: Function 'uregex_hitEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1036:44: note: Function 'uregex_hitEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:982:44: note: Function 'uregex_hitEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:998:48: style: Function 'uregex_requireEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1051:48: note: Function 'uregex_requireEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:998:48: note: Function 'uregex_requireEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1014:43: style: Function 'uregex_setTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1426:46: note: Function 'uregex_setTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1014:43: note: Function 'uregex_setTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1031:50: style: Function 'uregex_getTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1440:52: note: Function 'uregex_getTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1031:50: note: Function 'uregex_getTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1049:44: style: Function 'uregex_setStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1464:47: note: Function 'uregex_setStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1049:44: note: Function 'uregex_setStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1066:51: style: Function 'uregex_getStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1476:53: note: Function 'uregex_getStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1066:51: note: Function 'uregex_getStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1083:50: style: Function 'uregex_setMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1519:50: note: Function 'uregex_setMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1083:50: note: Function 'uregex_setMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1100:54: style: Function 'uregex_getMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1537:54: note: Function 'uregex_getMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1100:54: note: Function 'uregex_getMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1117:65: style: Function 'uregex_setFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1591:65: note: Function 'uregex_setFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1117:65: note: Function 'uregex_setFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1134:67: style: Function 'uregex_getFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1608:67: note: Function 'uregex_getFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1134:67: note: Function 'uregex_getFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1151:42: style: Function 'uregex_replaceAll' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1083:42: note: Function 'uregex_replaceAll' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1151:42: note: Function 'uregex_replaceAll' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1201:47: style: Function 'uregex_replaceAllUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1112:44: note: Function 'uregex_replaceAllUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1201:47: note: Function 'uregex_replaceAllUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1202:47: style: Function 'uregex_replaceAllUText' argument 2 names different: declaration 'replacement' definition 'replacementText'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1113:44: note: Function 'uregex_replaceAllUText' argument 2 names different: declaration 'replacement' definition 'replacementText'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1202:47: note: Function 'uregex_replaceAllUText' argument 2 names different: declaration 'replacement' definition 'replacementText'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1225:42: style: Function 'uregex_replaceFirst' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1142:42: note: Function 'uregex_replaceFirst' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1225:42: note: Function 'uregex_replaceFirst' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1262:47: style: Function 'uregex_replaceFirstUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1171:46: note: Function 'uregex_replaceFirstUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1262:47: note: Function 'uregex_replaceFirstUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1263:49: style: Function 'uregex_replaceFirstUText' argument 2 names different: declaration 'replacement' definition 'replacementText'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1172:46: note: Function 'uregex_replaceFirstUText' argument 2 names different: declaration 'replacement' definition 'replacementText'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1263:49: note: Function 'uregex_replaceFirstUText' argument 2 names different: declaration 'replacement' definition 'replacementText'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1586:49: style: Function 'uregex_appendReplacement' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1223:49: note: Function 'uregex_appendReplacement' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1586:49: note: Function 'uregex_appendReplacement' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1602:54: style: Function 'uregex_appendReplacementUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1253:54: note: Function 'uregex_appendReplacementUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1602:54: note: Function 'uregex_appendReplacementUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1603:54: style: Function 'uregex_appendReplacementUText' argument 2 names different: declaration 'replacementText' definition 'replText'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1254:54: note: Function 'uregex_appendReplacementUText' argument 2 names different: declaration 'replacementText' definition 'replText'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1603:54: note: Function 'uregex_appendReplacementUText' argument 2 names different: declaration 'replacementText' definition 'replText'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1742:42: style: Function 'uregex_appendTail' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1283:42: note: Function 'uregex_appendTail' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1742:42: note: Function 'uregex_appendTail' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1755:47: style: Function 'uregex_appendTailUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1307:47: note: Function 'uregex_appendTailUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1755:47: note: Function 'uregex_appendTailUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1942:39: style: Function 'uregex_split' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1363:42: note: Function 'uregex_split' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1942:39: note: Function 'uregex_split' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1969:42: style: Function 'uregex_splitUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uregex.h:1398:42: note: Function 'uregex_splitUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:1969:42: note: Function 'uregex_splitUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
firefox-62.0/intl/icu/source/i18n/uregex.cpp:61:5: performance: Variable 'fOwnsText' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/i18n/uregion.cpp:54:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregion.cpp:61:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregion.cpp:68:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregion.cpp:76:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregion.cpp:84:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregion.cpp:91:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregion.cpp:99:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregion.cpp:106:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uregion.cpp:113:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/usearch.cpp:4306:17: warning: Either the condition 'nextCEI!=NULL' is redundant or there is possible null pointer dereference: nextCEI. [nullPointerRedundantCheck]
firefox-62.0/intl/icu/source/i18n/usearch.cpp:4327:33: note: Assuming that condition 'nextCEI!=NULL' is not redundant
firefox-62.0/intl/icu/source/i18n/usearch.cpp:4306:17: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/usearch.cpp:4310:33: warning: Either the condition 'nextCEI!=NULL' is redundant or there is possible null pointer dereference: nextCEI. [nullPointerRedundantCheck]
firefox-62.0/intl/icu/source/i18n/usearch.cpp:4327:33: note: Assuming that condition 'nextCEI!=NULL' is not redundant
firefox-62.0/intl/icu/source/i18n/usearch.cpp:4310:33: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/usearch.cpp:2680:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/usearch.cpp:2701:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/usearch.cpp:3511:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/usearch.cpp:2754:52: style: Function 'usearch_close' argument 1 names different: declaration 'searchiter' definition 'strsrch'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/usearch.h:349:54: note: Function 'usearch_close' argument 1 names different: declaration 'searchiter' definition 'strsrch'.
firefox-62.0/intl/icu/source/i18n/usearch.cpp:2754:52: note: Function 'usearch_close' argument 1 names different: declaration 'searchiter' definition 'strsrch'.
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:150:12: warning: Possible null pointer dereference: si [nullPointer]
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:148:14: note: Assignment 'si=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:150:12: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:193:12: warning: Possible null pointer dereference: result [nullPointer]
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:191:18: note: Assignment 'result=NULL', assigned value is 0
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:193:12: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:156:39: style: Function 'uspoof_openFromSerialized' argument 4 names different: declaration 'pErrorCode' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uspoof.h:622:39: note: Function 'uspoof_openFromSerialized' argument 4 names different: declaration 'pErrorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:156:39: note: Function 'uspoof_openFromSerialized' argument 4 names different: declaration 'pErrorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:698:42: style: Function 'uspoof_serialize' argument 2 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uspoof.h:1570:24: note: Function 'uspoof_serialize' argument 2 names different: declaration 'data' definition 'buf'.
firefox-62.0/intl/icu/source/i18n/uspoof.cpp:698:42: note: Function 'uspoof_serialize' argument 2 names different: declaration 'data' definition 'buf'.
firefox-62.0/intl/icu/source/i18n/uspoof_impl.h:58:5: style: Class 'SpoofImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/uspoof_impl.h:207:5: style: Class 'SpoofData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/uspoof_build.cpp:53:32: style: Function 'uspoof_openFromSource' argument 5 names different: declaration 'errType' definition 'errorType'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/uspoof.h:657:32: note: Function 'uspoof_openFromSource' argument 5 names different: declaration 'errType' definition 'errorType'.
firefox-62.0/intl/icu/source/i18n/uspoof_build.cpp:53:32: note: Function 'uspoof_openFromSource' argument 5 names different: declaration 'errType' definition 'errorType'.
firefox-62.0/intl/icu/source/i18n/uspoof_conf.h:46:5: style: Struct 'SPUString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/uspoof_conf.h:61:5: style: Class 'SPUStringPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/uspoof_conf.cpp:102:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uspoof_conf.cpp:101:46: style: Function 'getByIndex' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/uspoof_conf.h:71:35: note: Function 'getByIndex' argument 1 names different: declaration 'i' definition 'index'.
firefox-62.0/intl/icu/source/i18n/uspoof_conf.cpp:101:46: note: Function 'getByIndex' argument 1 names different: declaration 'i' definition 'index'.
firefox-62.0/intl/icu/source/i18n/uspoof_impl.cpp:122:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uspoof_impl.cpp:438:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uspoof_impl.cpp:859:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uspoof_impl.cpp:894:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/uspoof_impl.cpp:457:48: style: Function 'toCombinedBitmask' argument 1 names different: declaration 'expectedChecks' definition 'enabledChecks'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/uspoof_impl.h:124:39: note: Function 'toCombinedBitmask' argument 1 names different: declaration 'expectedChecks' definition 'enabledChecks'.
firefox-62.0/intl/icu/source/i18n/uspoof_impl.cpp:457:48: note: Function 'toCombinedBitmask' argument 1 names different: declaration 'expectedChecks' definition 'enabledChecks'.
firefox-62.0/intl/icu/source/i18n/uspoof_impl.cpp:583:34: style: Function 'SpoofData' argument 1 names different: declaration 'serializedData' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/uspoof_impl.h:217:27: note: Function 'SpoofData' argument 1 names different: declaration 'serializedData' definition 'data'.
firefox-62.0/intl/icu/source/i18n/uspoof_impl.cpp:583:34: note: Function 'SpoofData' argument 1 names different: declaration 'serializedData' definition 'data'.
firefox-62.0/intl/icu/source/i18n/utrans.cpp:202:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:218:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:227:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:234:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:245:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:253:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:290:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:415:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:434:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:458:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:488:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:511:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:526:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:528:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:161:9: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:159:0: note: Variable 'trans' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/utrans.cpp:161:9: note: Variable 'trans' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/utrans.cpp:173:9: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/utrans.cpp:172:0: note: Variable 'trans' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/utrans.cpp:173:9: note: Variable 'trans' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/utrans.cpp:141:26: style: Function 'utrans_openU' argument 7 names different: declaration 'pErrorCode' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/utrans.h:198:26: note: Function 'utrans_openU' argument 7 names different: declaration 'pErrorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/utrans.cpp:141:26: note: Function 'utrans_openU' argument 7 names different: declaration 'pErrorCode' definition 'status'.
firefox-62.0/intl/icu/source/i18n/valueformatter.cpp:124:17: style: Function 'formatInt32' argument 1 names different: declaration 'positiveValue' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/valueformatter.h:104:17: note: Function 'formatInt32' argument 1 names different: declaration 'positiveValue' definition 'value'.
firefox-62.0/intl/icu/source/i18n/valueformatter.cpp:124:17: note: Function 'formatInt32' argument 1 names different: declaration 'positiveValue' definition 'value'.
firefox-62.0/intl/icu/source/i18n/valueformatter.cpp:150:42: style: Function 'format' argument 1 names different: declaration 'positiveValue' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/valueformatter.h:92:42: note: Function 'format' argument 1 names different: declaration 'positiveValue' definition 'value'.
firefox-62.0/intl/icu/source/i18n/valueformatter.cpp:150:42: note: Function 'format' argument 1 names different: declaration 'positiveValue' definition 'value'.
firefox-62.0/intl/icu/source/i18n/valueformatter.cpp:177:62: style: Function 'countChar32' argument 1 names different: declaration 'positiveValue' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/valueformatter.h:114:46: note: Function 'countChar32' argument 1 names different: declaration 'positiveValue' definition 'value'.
firefox-62.0/intl/icu/source/i18n/valueformatter.cpp:177:62: note: Function 'countChar32' argument 1 names different: declaration 'positiveValue' definition 'value'.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1387:5: warning: Either the condition 'rules==NULL' is redundant or there is possible null pointer dereference: rules. [nullPointerRedundantCheck]
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1393:15: note: Assuming that condition 'rules==NULL' is not redundant
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1387:5: note: Null pointer dereference
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1076:5: style: Variable 'bundle' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1073:0: note: Variable 'bundle' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1076:5: note: Variable 'bundle' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1077:5: style: Variable 'versionStr' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1074:0: note: Variable 'versionStr' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1077:5: note: Variable 'versionStr' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1107:5: style: Variable 'bundle' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1104:0: note: Variable 'bundle' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1107:5: note: Variable 'bundle' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1108:5: style: Variable 'versionStr' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1105:0: note: Variable 'versionStr' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1108:5: note: Variable 'versionStr' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1382:5: style: Variable 'rules' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1377:0: note: Variable 'rules' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1382:5: note: Variable 'rules' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:897:37: style: Function 'VTZWriter' argument 1 names different: declaration 'out' definition 'output'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:886:30: note: Function 'VTZWriter' argument 1 names different: declaration 'out' definition 'output'.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:897:37: note: Function 'VTZWriter' argument 1 names different: declaration 'out' definition 'output'.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1086:66: style: Function 'createVTimeZoneFromBasicTimeZone' argument 1 names different: declaration 'basicTZ' definition 'basic_time_zone'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:101:77: note: Function 'createVTimeZoneFromBasicTimeZone' argument 1 names different: declaration 'basicTZ' definition 'basic_time_zone'.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1086:66: note: Function 'createVTimeZoneFromBasicTimeZone' argument 1 names different: declaration 'basicTZ' definition 'basic_time_zone'.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1200:54: style: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:263:60: note: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:1200:54: note: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:2175:36: style: Function 'writeHeaders' argument 1 names different: declaration 'w' definition 'writer'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/i18n/unicode/vtzone.h:382:34: note: Function 'writeHeaders' argument 1 names different: declaration 'w' definition 'writer'.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:2175:36: note: Function 'writeHeaders' argument 1 names different: declaration 'w' definition 'writer'.
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:886:5: style: Class 'VTZWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/vtzone.cpp:928:5: style: Class 'VTZReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:42:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:47:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:52:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:58:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:69:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:74:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:79:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:85:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:97:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:109:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:121:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:128:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:134:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:139:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:144:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:149:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:154:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:159:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:164:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:169:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:174:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:179:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/vzone.cpp:184:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zonemeta.cpp:577:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zonemeta.cpp:596:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:34:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:39:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:45:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:53:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:58:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:63:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:78:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:83:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:88:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:95:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:104:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:109:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:114:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:120:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:126:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:132:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:138:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:143:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/zrule.cpp:148:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:30:51: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:40:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:45:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:50:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:55:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:60:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:65:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:70:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:75:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:80:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:85:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:90:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:95:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/i18n/ztrans.cpp:100:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/io/ucln_io.cpp:25:0: error: #error U_IO_IMPLEMENTATION not set - must be set for all ICU source files in io/ - see http://userguide.icu-project.org/howtouseicu [preprocessorErrorDirective]
firefox-62.0/intl/icu/source/io/ufile.cpp:63:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/io/ufile.cpp:189:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/io/ufile.cpp:332:24: style: Function 'u_fgetConverter' argument 1 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/io/unicode/ustdio.h:466:55: note: Function 'u_fgetConverter' argument 1 names different: declaration 'f' definition 'file'.
firefox-62.0/intl/icu/source/io/ufile.cpp:332:24: note: Function 'u_fgetConverter' argument 1 names different: declaration 'f' definition 'file'.
firefox-62.0/intl/icu/source/io/ufile.cpp:337:65: style: Function 'u_fgetNumberFormat' argument 1 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/io/unicode/ustdio.h:475:68: note: Function 'u_fgetNumberFormat' argument 1 names different: declaration 'f' definition 'file'.
firefox-62.0/intl/icu/source/io/ufile.cpp:337:65: note: Function 'u_fgetNumberFormat' argument 1 names different: declaration 'f' definition 'file'.
firefox-62.0/intl/icu/source/io/ufmt_cmn.cpp:76:14: style: The scope of the variable 'digit' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/uprintf.cpp:74:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/io/uprintf.cpp:83:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/io/uprintf.cpp:84:22: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:1111:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:316:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:321:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:316:10: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:636:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:641:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:636:10: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:719:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:724:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:719:10: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:922:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:927:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:922:10: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:208:13: style: The scope of the variable 'argSize' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:1068:14: style: The scope of the variable 'handlerNum' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:1230:22: style: The scope of the variable 'handlerNum' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/uprntf_p.cpp:1239:18: style: The scope of the variable 'lastAlias' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/uscanf_p.cpp:348:13: style: The scope of the variable 'symbolLen' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/uscanf_p.cpp:1350:21: style: The scope of the variable 'handlerNum' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/ustdio.cpp:602:24: style: Condition 'f->str.fPos>=f->str.fLimit' is always true [knownConditionTrueFalse]
firefox-62.0/intl/icu/source/io/ustdio.cpp:319:18: style: The scope of the variable 'mySourceBegin' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/ustdio.cpp:324:17: style: The scope of the variable 'numConverted' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/io/ustdio.cpp:395:35: style: Function 'u_file_write' argument 1 names different: declaration 'ustring' definition 'chars'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/io/unicode/ustdio.h:606:30: note: Function 'u_file_write' argument 1 names different: declaration 'ustring' definition 'chars'.
firefox-62.0/intl/icu/source/io/ustdio.cpp:395:35: note: Function 'u_file_write' argument 1 names different: declaration 'ustring' definition 'chars'.
firefox-62.0/intl/icu/source/io/ustdio.cpp:622:34: style: Function 'ufile_getch32' argument 2 names different: declaration 'ch' definition 'c32'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/io/ufile.h:115:34: note: Function 'ufile_getch32' argument 2 names different: declaration 'ch' definition 'c32'.
firefox-62.0/intl/icu/source/io/ustdio.cpp:622:34: note: Function 'ufile_getch32' argument 2 names different: declaration 'ch' definition 'c32'.
firefox-62.0/intl/icu/source/io/ustdio.cpp:665:26: style: Function 'u_fungetc' argument 1 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/io/unicode/ustdio.h:733:21: note: Function 'u_fungetc' argument 1 names different: declaration 'c' definition 'ch'.
firefox-62.0/intl/icu/source/io/ustdio.cpp:665:26: note: Function 'u_fungetc' argument 1 names different: declaration 'c' definition 'ch'.
firefox-62.0/intl/icu/source/io/ustream.cpp:40:54: style: Function 'operator<<' argument 2 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/io/unicode/ustream.h:48:89: note: Function 'operator<<' argument 2 names different: declaration 's' definition 'str'.
firefox-62.0/intl/icu/source/io/ustream.cpp:40:54: note: Function 'operator<<' argument 2 names different: declaration 's' definition 'str'.
firefox-62.0/intl/icu/source/io/ustream.cpp:73:48: style: Function 'operator>>' argument 2 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/io/unicode/ustream.h:56:83: note: Function 'operator>>' argument 2 names different: declaration 's' definition 'str'.
firefox-62.0/intl/icu/source/io/ustream.cpp:73:48: note: Function 'operator>>' argument 2 names different: declaration 's' definition 'str'.
firefox-62.0/intl/icu/source/stubdata/stubdata.cpp:28:14: style: struct member 'ICU_Data_Header::headerSize' is never used. [unusedStructMember]
firefox-62.0/intl/icu/source/stubdata/stubdata.cpp:29:13: style: struct member 'ICU_Data_Header::magic1' is never used. [unusedStructMember]
firefox-62.0/intl/icu/source/stubdata/stubdata.cpp:29:21: style: struct member 'ICU_Data_Header::magic2' is never used. [unusedStructMember]
firefox-62.0/intl/icu/source/stubdata/stubdata.cpp:31:10: style: struct member 'ICU_Data_Header::padding' is never used. [unusedStructMember]
firefox-62.0/intl/icu/source/stubdata/stubdata.cpp:32:14: style: struct member 'ICU_Data_Header::count' is never used. [unusedStructMember]
firefox-62.0/intl/icu/source/stubdata/stubdata.cpp:32:21: style: struct member 'ICU_Data_Header::reserved' is never used. [unusedStructMember]
firefox-62.0/intl/icu/source/stubdata/stubdata.cpp:39:10: style: struct member 'ICU_Data_Header::fakeNameAndData' is never used. [unusedStructMember]
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:508:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:296:53: style: Function 'str_timeDelta' argument 2 names different: declaration 'delta' definition 'deltaTime'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/ctest.h:275:32: note: Function 'str_timeDelta' argument 2 names different: declaration 'delta' definition 'deltaTime'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:296:53: note: Function 'str_timeDelta' argument 2 names different: declaration 'delta' definition 'deltaTime'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:576:43: style: Function 'getTest' argument 2 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/ctest.h:179:21: note: Function 'getTest' argument 2 names different: declaration 'path' definition 'name'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:576:43: note: Function 'getTest' argument 2 names different: declaration 'path' definition 'name'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:809:48: style: Function 'log_knownIssue' argument 2 names different: declaration 'fmt' definition 'pattern'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/ctest.h:237:48: note: Function 'log_knownIssue' argument 2 names different: declaration 'fmt' definition 'pattern'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:809:48: note: Function 'log_knownIssue' argument 2 names different: declaration 'fmt' definition 'pattern'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:1252:35: style: Function 'ctest_xml_setFileName' argument 1 names different: declaration 'fileName' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/ctest.h:286:35: note: Function 'ctest_xml_setFileName' argument 1 names different: declaration 'fileName' definition 'name'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:1252:35: note: Function 'ctest_xml_setFileName' argument 1 names different: declaration 'fileName' definition 'name'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:1299:73: style: Function 'ctest_xml_testcase' argument 3 names different: declaration 'time' definition 'timeSeconds'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/ctest.h:312:73: note: Function 'ctest_xml_testcase' argument 3 names different: declaration 'time' definition 'timeSeconds'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:1299:73: note: Function 'ctest_xml_testcase' argument 3 names different: declaration 'time' definition 'timeSeconds'.
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:164:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:806:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:812:46: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:846:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:855:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:864:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/intl/icu/source/tools/ctestfw/ctest.c:885:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/intl/icu/source/tools/ctestfw/datamap.cpp:85:11: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:35:11: performance: Technically the member function 'DataMap::utoi' can be static. [functionStatic]
firefox-62.0/intl/icu/source/tools/ctestfw/datamap.cpp:21:10: note: Technically the member function 'DataMap::utoi' can be static.
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:35:11: note: Technically the member function 'DataMap::utoi' can be static.
firefox-62.0/intl/icu/source/tools/ctestfw/datamap.cpp:66:3: style: Class 'RBDataMap' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/intl/icu/source/tools/ctestfw/datamap.cpp:66:3: style: Class 'RBDataMap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:124:31: style: The function 'getString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:43:31: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:124:31: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:125:19: style: The function 'getInt28' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:58:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:125:19: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:126:20: style: The function 'getUInt28' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:66:20: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:126:20: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:127:26: style: The function 'getIntVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:75:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:127:26: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:128:26: style: The function 'getBinary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:84:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:128:26: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:130:19: style: The function 'getInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:50:19: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:130:19: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:132:32: style: The function 'getStringArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:91:32: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:132:32: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:133:26: style: The function 'getIntArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:98:26: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/datamap.h:133:26: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/testdata.cpp:14:32: style: Function 'TestData' argument 1 names different: declaration 'name' definition 'testName'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:52:24: note: Function 'TestData' argument 1 names different: declaration 'name' definition 'testName'.
firefox-62.0/intl/icu/source/tools/ctestfw/testdata.cpp:14:32: note: Function 'TestData' argument 1 names different: declaration 'name' definition 'testName'.
firefox-62.0/intl/icu/source/tools/ctestfw/testdata.cpp:46:36: style: Function 'RBTestData' argument 1 names different: declaration 'name' definition 'testName'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:96:26: note: Function 'RBTestData' argument 1 names different: declaration 'name' definition 'testName'.
firefox-62.0/intl/icu/source/tools/ctestfw/testdata.cpp:46:36: note: Function 'RBTestData' argument 1 names different: declaration 'name' definition 'testName'.
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:96:3: style: Class 'RBTestData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:106:17: style: The function 'getInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:64:17: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:106:17: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:108:17: style: The function 'nextSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:74:17: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:108:17: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:109:17: style: The function 'nextCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:84:17: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/testdata.h:109:17: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:218:20: style: Condition 'testBundle==NULL' is always true [knownConditionTrueFalse]
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:216:35: note: Assignment 'testBundle=NULL', assigned value is 0
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:218:20: note: Condition 'testBundle==NULL' is always true
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:84:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:79:0: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:84:3: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:218:20: style: Same expression on both sides of '==' because the value of 'testBundle' and 'NULL' are the same. [duplicateExpression]
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:216:35: note: 'testBundle' is assigned value 'NULL' here.
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:218:20: note: Same expression on both sides of '==' because the value of 'testBundle' and 'NULL' are the same.
firefox-62.0/intl/icu/source/tools/ctestfw/tstdtmod.cpp:129:3: performance: Variable 'fDataTestValid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/tstdtmod.h:95:17: style: The function 'getInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/tstdtmod.h:69:17: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/tstdtmod.h:95:17: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/tstdtmod.h:97:21: style: The function 'createTestData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/tstdtmod.h:77:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/tstdtmod.h:97:21: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/tstdtmod.h:98:21: style: The function 'createTestData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/tstdtmod.h:84:21: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/tstdtmod.h:98:21: note: Function in derived class
firefox-62.0/intl/icu/source/tools/ctestfw/uperf.cpp:321:32: style: Function 'setPath' argument 1 names different: declaration 'path' definition 'pathVal'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/ctestfw/unicode/uperf.h:144:25: note: Function 'setPath' argument 1 names different: declaration 'path' definition 'pathVal'.
firefox-62.0/intl/icu/source/tools/ctestfw/uperf.cpp:321:32: note: Function 'setPath' argument 1 names different: declaration 'path' definition 'pathVal'.
firefox-62.0/intl/icu/source/tools/ctestfw/uperf.cpp:83:12: warning: Member variable 'UPerfTest::caller' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/ctestfw/uperf.cpp:83:12: warning: Member variable 'UPerfTest::path' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/ctestfw/uperf.cpp:96:12: warning: Member variable 'UPerfTest::caller' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/ctestfw/uperf.cpp:96:12: warning: Member variable 'UPerfTest::path' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:6:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:7:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:9:2: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:10:13: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:12:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:13:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:14:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:15:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:16:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/expect-simple.cpp:17:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/test-simple.cpp:6:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/test-simple.cpp:7:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/test-simple.cpp:9:2: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/escapesrc/test-simple.cpp:10:10: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
firefox-62.0/intl/icu/source/tools/genccode/genccode.c:96:10: style: The scope of the variable 'writeCode' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genccode/genccode.c:135:31: style: The scope of the variable 'filename' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/gencnval/gencnval.c:533:47: error: Array 'tag[1]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
firefox-62.0/intl/icu/source/tools/gencnval/gencnval.c:343:31: note: Calling function 'getTagNumber', 2nd argument 'tagLen' value is 3
firefox-62.0/intl/icu/source/tools/gencnval/gencnval.c:533:47: note: Array index out of bounds
firefox-62.0/intl/icu/source/tools/gencnval/gencnval.c:800:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/intl/icu/source/tools/gencnval/gencnval.c:586:11: style: The scope of the variable 'atag' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/gencnval/gencnval.c:666:14: style: The scope of the variable 'idx' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/gencnval/gencnval.c:666:19: style: The scope of the variable 'idx2' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/gencnval/gencnval.c:919:14: style: The scope of the variable 'aliasNum' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/gencnval/gencnval.c:758:31: style: Checking if unsigned variable 'aliasList->aliasCount' is less than zero. [unsignedLessThanZero]
firefox-62.0/intl/icu/source/tools/gencolusb/extract_unsafe_backwards.cpp:38:26: style: Variable 'rangeCount' is assigned a value that is never used. [unreadVariable]
firefox-62.0/intl/icu/source/tools/gencolusb/verify_uset.cpp:62:21: style: Variable 'col' is assigned a value that is never used. [unreadVariable]
firefox-62.0/intl/icu/source/tools/gendict/gendict.cpp:214:13: style: Technically the member function 'DataDict::getTransform' can be const. [functionConst]
firefox-62.0/intl/icu/source/tools/gendict/gendict.cpp:133:13: style: Class 'DataDict' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/intl/icu/source/tools/gendict/gendict.cpp:133:13: style: Class 'DataDict' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:30:5: warning: Member variable 'BuilderReorderingBuffer::fArray' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/gennorm2/extradata.h:51:13: performance: Technically the member function 'ExtraData::writeMapping' can be static. [functionStatic]
firefox-62.0/intl/icu/source/tools/gennorm2/extradata.cpp:40:20: note: Technically the member function 'ExtraData::writeMapping' can be static.
firefox-62.0/intl/icu/source/tools/gennorm2/extradata.h:51:13: note: Technically the member function 'ExtraData::writeMapping' can be static.
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:148:5: style: Class 'Norms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:200:5: style: Class 'CompositionBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:207:5: style: Class 'Decomposer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:202:10: style: The function 'rangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:178:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:202:10: note: Function in derived class
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:209:10: style: The function 'rangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:178:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:209:10: note: Function in derived class
firefox-62.0/intl/icu/source/tools/gennorm2/extradata.h:33:10: style: The function 'rangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:178:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/gennorm2/extradata.h:33:10: note: Function in derived class
firefox-62.0/intl/icu/source/tools/gennorm2/n2builder.h:39:5: style: Class 'Normalizer2DataBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/gennorm2/n2builder.cpp:573:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/gennorm2/n2builder.cpp:811:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/intl/icu/source/tools/gennorm2/n2builder.cpp:888:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/intl/icu/source/tools/gennorm2/n2builder.h:91:10: style: Technically the member function 'Normalizer2DataBuilder::postProcess' can be const. [functionConst]
firefox-62.0/intl/icu/source/tools/gennorm2/n2builder.cpp:324:30: note: Technically the member function 'Normalizer2DataBuilder::postProcess' can be const.
firefox-62.0/intl/icu/source/tools/gennorm2/n2builder.h:91:10: note: Technically the member function 'Normalizer2DataBuilder::postProcess' can be const.
firefox-62.0/intl/icu/source/tools/gennorm2/n2builder.cpp:411:10: style: The function 'rangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.h:178:22: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/gennorm2/n2builder.cpp:411:10: note: Function in derived class
firefox-62.0/intl/icu/source/tools/gennorm2/norms.cpp:272:25: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.cpp:272:25: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.cpp:89:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.cpp:90:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/gennorm2/norms.cpp:244:13: style: The scope of the variable 'prev' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/errmsg.c:30:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/genrb/errmsg.c:68:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/genrb/genrb.cpp:147:47: warning: Logical conjunction always evaluates to false: s[0] < '1' && '3' < s[0]. [incorrectLogicOperator]
firefox-62.0/intl/icu/source/tools/genrb/genrb.cpp:762:5: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/genrb/genrb.cpp:759:5: note: Variable 'basename' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/genrb.cpp:762:5: note: Variable 'basename' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:234:18: style: The function 'handlePreflightStrings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:181:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:234:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:257:18: style: The function 'handleWrite16' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:188:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:257:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:258:18: style: The function 'handlePreWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:206:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:258:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:259:18: style: The function 'handleWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:213:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:259:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:275:18: style: The function 'handleWrite16' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:188:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:275:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:276:18: style: The function 'handlePreWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:206:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:276:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:277:18: style: The function 'handleWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:213:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:277:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:294:18: style: The function 'handleWrite16' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:188:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:294:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:310:18: style: The function 'handlePreWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:206:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:310:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:311:18: style: The function 'handleWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:213:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:311:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:344:18: style: The function 'handlePreflightStrings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:181:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:344:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:345:18: style: The function 'handleWrite16' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:188:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:345:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:382:18: style: The function 'handlePreWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:206:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:382:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:383:18: style: The function 'handleWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:213:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:383:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:397:18: style: The function 'handlePreWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:206:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:397:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:398:18: style: The function 'handleWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:213:18: note: Virtual function in base class
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:398:18: note: Function in derived class
firefox-62.0/intl/icu/source/tools/genrb/parse.cpp:1048:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/genrb/parse.cpp:1040:0: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/parse.cpp:1048:5: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/parse.cpp:1045:24: style: The scope of the variable 'subtag' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/parse.cpp:1045:38: style: The scope of the variable 'typeKeyword' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/parse.cpp:1365:24: style: The scope of the variable 'string' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/parse.cpp:1366:24: style: The scope of the variable 'value' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/parse.cpp:1369:24: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/parse.cpp:1998:9: error: Memory leak: state.bundle [memleak]
firefox-62.0/intl/icu/source/tools/genrb/rbutil.c:74:9: style: The scope of the variable 'digit' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/rbutil.c:76:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:1079:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:1079:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:1541:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:490:13: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:662:14: style: The scope of the variable 'pad' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:771:14: style: The scope of the variable 'pad' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:939:16: style: The scope of the variable 'off' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:1464:13: style: The scope of the variable 'diff' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:237:10: style: Technically the member function 'ContainerResource::preWriteAllRes' can be const. [functionConst]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:674:20: note: Technically the member function 'ContainerResource::preWriteAllRes' can be const.
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:237:10: note: Technically the member function 'ContainerResource::preWriteAllRes' can be const.
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:239:10: style: Technically the member function 'ContainerResource::writeAllRes32' can be const. [functionConst]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:745:20: note: Technically the member function 'ContainerResource::writeAllRes32' can be const.
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:239:10: note: Technically the member function 'ContainerResource::writeAllRes32' can be const.
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:1149:9: style: Struct 'SRBRoot' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:1149:9: style: Struct 'SRBRoot' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:336:22: style: Class 'IntVectorResource' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:336:22: style: Class 'IntVectorResource' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:370:9: style: Class 'BinaryResource' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/intl/icu/source/tools/genrb/reslist.cpp:370:9: style: Class 'BinaryResource' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/intl/icu/source/tools/genrb/rle.c:131:9: style: Variable 'num' is modified but its new value is never used. [unreadVariable]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:135:33: style: Condition 'source[i-1]=='\\'' is always true [knownConditionTrueFalse]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:261:18: style: The scope of the variable 'add' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:289:22: style: The scope of the variable 'byteIndex' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:290:22: style: The scope of the variable 'trailBytes' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:333:15: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:393:17: style: The scope of the variable 'intArr' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:395:17: style: The scope of the variable 'stringArr' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:450:14: style: The scope of the variable 'byteDecl' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:451:10: style: The scope of the variable 'byteBuffer' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:453:9: style: The scope of the variable 'byteIterator' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtjava.cpp:513:15: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:561:5: style: Variable 'resname' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:556:0: note: Variable 'resname' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:561:5: note: Variable 'resname' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:665:5: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:661:0: note: Variable 'sid' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:665:5: note: Variable 'sid' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:697:5: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:692:0: note: Variable 'sid' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:697:5: note: Variable 'sid' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:699:5: style: Variable 'current' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:695:0: note: Variable 'current' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:699:5: note: Variable 'current' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:735:5: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:729:0: note: Variable 'sid' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:735:5: note: Variable 'sid' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:782:5: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:778:0: note: Variable 'sid' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:782:5: note: Variable 'sid' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:1043:5: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:1034:0: note: Variable 'pos' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:1043:5: note: Variable 'pos' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:143:14: style: The scope of the variable 'temp1' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:144:14: style: The scope of the variable 'temp2' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:149:14: style: The scope of the variable 'crc2' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:433:13: style: The scope of the variable 'noteLen' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:732:14: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:808:14: style: The scope of the variable 'crc' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:1011:99: style: Function 'bundle_write_xml' argument 4 names different: declaration 'rbname' definition 'filename'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:128:104: note: Function 'bundle_write_xml' argument 4 names different: declaration 'rbname' definition 'filename'.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:1011:99: note: Function 'bundle_write_xml' argument 4 names different: declaration 'rbname' definition 'filename'.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:1013:53: style: Function 'bundle_write_xml' argument 8 names different: declaration 'package' definition 'outFileName'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/genrb/reslist.h:129:100: note: Function 'bundle_write_xml' argument 8 names different: declaration 'package' definition 'outFileName'.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:1013:53: note: Function 'bundle_write_xml' argument 8 names different: declaration 'package' definition 'outFileName'.
firefox-62.0/intl/icu/source/tools/genrb/wrtxml.cpp:898:19: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
firefox-62.0/intl/icu/source/tools/gensprep/store.c:577:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/gensprep/store.c:528:14: style: The scope of the variable 'value' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/gensprep/store.c:415:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/intl/icu/source/tools/gentest/genres32.c:30:10: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/icuinfo/icuinfo.cpp:96:11: style: Condition ''A'==65' is always true [knownConditionTrueFalse]
firefox-62.0/intl/icu/source/tools/icuinfo/icuinfo.cpp:98:18: style: Condition ''A'==193' is always false [knownConditionTrueFalse]
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:330:41: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:331:41: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:524:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:533:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:167:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:163:5: note: Variable 'in' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:167:5: note: Variable 'in' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:344:14: style: The scope of the variable 'outBytes' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:346:33: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/icuswap/icuswap.cpp:489:19: style: The scope of the variable 'entryName' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/gencnvex.c:329:14: style: The scope of the variable 'u32' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/gencnvex.c:330:12: style: The scope of the variable 'u' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/gencnvex.c:416:39: style: The scope of the variable 'subStart' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/gencnvex.c:590:12: style: The scope of the variable 'flag' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/gencnvex.c:715:39: style: The scope of the variable 'subStart' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/gencnvex.c:823:25: style: The scope of the variable 'i3b' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/gencnvex.c:932:14: style: The scope of the variable 'value' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/gencnvex.c:933:13: style: The scope of the variable 'subStart' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:401:17: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:168:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:187:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:559:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:964:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:1424:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:379:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:574:33: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:693:58: style: The scope of the variable 'min' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:693:63: style: The scope of the variable 'overlap' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:693:72: style: The scope of the variable 'maxOverlap' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:953:12: style: The scope of the variable 'f' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:1085:17: style: The scope of the variable 'value' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:1183:24: style: The scope of the variable 'prevEnd' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:1237:24: style: The scope of the variable 'prevEnd' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/genmbcs.cpp:1295:24: style: The scope of the variable 'prevEnd' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/makeconv/makeconv.cpp:163:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/makeconv/makeconv.cpp:163:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/makeconv/makeconv.cpp:168:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/makeconv/makeconv.cpp:556:11: style: The scope of the variable 'end' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1898:5: style: Variable 'flag' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1888:0: note: Variable 'flag' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1898:5: note: Variable 'flag' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1908:9: style: Variable 'tmpGenlibFlagBuffer' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1904:0: note: Variable 'tmpGenlibFlagBuffer' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1908:9: note: Variable 'tmpGenlibFlagBuffer' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:275:14: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:564:10: style: The scope of the variable 'tmpDir' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:565:10: style: The scope of the variable 'datFileName' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:566:10: style: The scope of the variable 'datFileNamePath' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:567:10: style: The scope of the variable 'checkLibFile' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:827:13: style: The scope of the variable 'tmpResult' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1209:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1221:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1222:13: style: The scope of the variable 'bufferLength' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1273:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1890:10: style: The scope of the variable 'tmpbuffer' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1893:10: style: The scope of the variable 'mapFile' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:2026:17: style: The scope of the variable 'in' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1107:71: style: Function 'pkg_installLibrary' argument 2 names different: declaration 'dir' definition 'targetDir'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:77:71: note: Function 'pkg_installLibrary' argument 2 names different: declaration 'dir' definition 'targetDir'.
firefox-62.0/intl/icu/source/tools/pkgdata/pkgdata.cpp:1107:71: note: Function 'pkg_installLibrary' argument 2 names different: declaration 'dir' definition 'targetDir'.
firefox-62.0/intl/icu/source/tools/pkgdata/pkgtypes.c:283:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgtypes.c:29:107: style: Function 'pkg_writeCharListWrap' argument 5 names different: declaration 'quoted' definition 'quote'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgtypes.h:46:107: note: Function 'pkg_writeCharListWrap' argument 5 names different: declaration 'quoted' definition 'quote'.
firefox-62.0/intl/icu/source/tools/pkgdata/pkgtypes.c:29:107: note: Function 'pkg_writeCharListWrap' argument 5 names different: declaration 'quoted' definition 'quote'.
firefox-62.0/intl/icu/source/tools/pkgdata/pkgtypes.c:75:86: style: Function 'pkg_writeCharList' argument 4 names different: declaration 'quoted' definition 'quote'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/pkgdata/pkgtypes.h:41:86: note: Function 'pkg_writeCharList' argument 4 names different: declaration 'quoted' definition 'quote'.
firefox-62.0/intl/icu/source/tools/pkgdata/pkgtypes.c:75:86: note: Function 'pkg_writeCharList' argument 4 names different: declaration 'quoted' definition 'quote'.
firefox-62.0/intl/icu/source/tools/toolutil/denseranges.cpp:30:5: warning: Member variable 'LargestGaps::gapStarts' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/toolutil/denseranges.cpp:30:5: warning: Member variable 'LargestGaps::gapLengths' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/toolutil/denseranges.cpp:30:5: style: Class 'LargestGaps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:377:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1225:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1289:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:451:29: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:452:13: style: The scope of the variable 'itemLength' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:452:25: style: The scope of the variable 'typeEnum' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:899:13: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:974:13: style: The scope of the variable 'idx' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:974:18: style: The scope of the variable 'nameLength' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1129:19: style: The scope of the variable 'ds' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1133:13: style: The scope of the variable 'itemCharset' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1133:26: style: The scope of the variable 'outCharset' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1087:29: style: Function 'removeItem' argument 1 names different: declaration 'itemIndex' definition 'idx'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/package.h:115:29: note: Function 'removeItem' argument 1 names different: declaration 'itemIndex' definition 'idx'.
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1087:29: note: Function 'removeItem' argument 1 names different: declaration 'itemIndex' definition 'idx'.
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1127:74: style: Function 'extractItem' argument 3 names different: declaration 'itemIndex' definition 'idx'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/package.h:125:74: note: Function 'extractItem' argument 3 names different: declaration 'itemIndex' definition 'idx'.
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1127:74: note: Function 'extractItem' argument 3 names different: declaration 'itemIndex' definition 'idx'.
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1185:53: style: Function 'extractItem' argument 2 names different: declaration 'itemIndex' definition 'idx'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/package.h:120:53: note: Function 'extractItem' argument 2 names different: declaration 'itemIndex' definition 'idx'.
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1185:53: note: Function 'extractItem' argument 2 names different: declaration 'itemIndex' definition 'idx'.
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:384:10: warning: Member variable 'Package::inStrings' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:384:10: warning: Member variable 'Package::outStrings' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:391:5: performance: Variable 'inIsBigEndian' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/icu/source/tools/toolutil/package.h:125:10: style: Technically the member function 'Package::extractItem' can be const. [functionConst]
firefox-62.0/intl/icu/source/tools/toolutil/package.cpp:1127:10: note: Technically the member function 'Package::extractItem' can be const.
firefox-62.0/intl/icu/source/tools/toolutil/package.h:125:10: note: Technically the member function 'Package::extractItem' can be const.
firefox-62.0/intl/icu/source/tools/toolutil/toolutil.h:42:5: style: Class 'IcuToolErrorCode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_genc.cpp:469:13: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_genc.cpp:468:35: style: Function 'write32' argument 2 names different: declaration 'byte' definition 'bitField'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_genc.cpp:65:35: note: Function 'write32' argument 2 names different: declaration 'byte' definition 'bitField'.
firefox-62.0/intl/icu/source/tools/toolutil/pkg_genc.cpp:468:35: note: Function 'write32' argument 2 names different: declaration 'byte' definition 'bitField'.
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:341:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:361:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:417:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:317:9: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:315:18: note: Variable 's' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:317:9: note: Variable 's' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:127:17: style: The scope of the variable 'fileOffset' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:127:29: style: The scope of the variable 'basenameOffset' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:127:45: style: The scope of the variable 'length' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:127:53: style: The scope of the variable 'nread' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:128:22: style: The scope of the variable 'file' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_gencmn.cpp:282:27: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_icu.cpp:39:17: style: The scope of the variable 'suffix' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_icu.cpp:40:16: style: The scope of the variable 'length' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_icu.cpp:61:11: style: The scope of the variable 'file' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_icu.cpp:81:15: style: The scope of the variable 'end' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkg_icu.cpp:82:21: style: The scope of the variable 'start' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkgitems.cpp:454:24: style: The scope of the variable 'inMBCSHeader' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/pkgitems.cpp:455:13: style: The scope of the variable 'outputType' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ppucd.h:146:11: style: Technically the member function 'PreparsedUCD::isLineBufferAvailable' can be const. [functionConst]
firefox-62.0/intl/icu/source/tools/toolutil/ppucd.cpp:58:11: style: Class 'PreparsedUCD' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/intl/icu/source/tools/toolutil/ppucd.cpp:58:11: style: Class 'PreparsedUCD' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/intl/icu/source/tools/toolutil/swapimpl.cpp:214:13: style: The scope of the variable 'dataTop' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/swapimpl.cpp:321:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/swapimpl.cpp:321:24: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/swapimpl.cpp:423:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/swapimpl.cpp:423:24: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/swapimpl.cpp:533:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/swapimpl.cpp:533:24: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/swapimpl.cpp:654:13: style: The scope of the variable 'offset' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/swapimpl.cpp:635:17: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
firefox-62.0/intl/icu/source/tools/toolutil/toolutil.cpp:36:0: error: #error U_TOOLUTIL_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see http://userguide.icu-project.org/howtouseicu [preprocessorErrorDirective]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:370:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:469:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:174:5: style: Variable 'pTarget' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:164:0: note: Variable 'pTarget' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:174:5: note: Variable 'pTarget' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:453:13: style: The scope of the variable 'fileSize' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:55:111: style: Function 'ucbuf_autodetect_fs' argument 5 names different: declaration 'status' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:205:111: note: Function 'ucbuf_autodetect_fs' argument 5 names different: declaration 'status' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:55:111: note: Function 'ucbuf_autodetect_fs' argument 5 names different: declaration 'status' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:134:112: style: Function 'ucbuf_autodetect' argument 5 names different: declaration 'status' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:186:39: note: Function 'ucbuf_autodetect' argument 5 names different: declaration 'status' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:134:112: note: Function 'ucbuf_autodetect' argument 5 names different: declaration 'status' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:325:38: style: Function 'ucbuf_getc' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:74:38: note: Function 'ucbuf_getc' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:325:38: note: Function 'ucbuf_getc' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:344:40: style: Function 'ucbuf_getc32' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:85:40: note: Function 'ucbuf_getc32' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:344:40: note: Function 'ucbuf_getc32' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:375:41: style: Function 'ucbuf_getcx32' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:97:41: note: Function 'ucbuf_getcx32' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:375:41: note: Function 'ucbuf_getcx32' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:450:46: style: Function 'ucbuf_open' argument 2 names different: declaration 'codepage' definition 'cp'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:63:46: note: Function 'ucbuf_open' argument 2 names different: declaration 'codepage' definition 'cp'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:450:46: note: Function 'ucbuf_open' argument 2 names different: declaration 'codepage' definition 'cp'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:450:96: style: Function 'ucbuf_open' argument 5 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:63:102: note: Function 'ucbuf_open' argument 5 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:450:96: note: Function 'ucbuf_open' argument 5 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:539:22: style: Function 'ucbuf_ungetc' argument 1 names different: declaration 'ungetChar' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:165:22: note: Function 'ucbuf_ungetc' argument 1 names different: declaration 'ungetChar' definition 'c'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:539:22: note: Function 'ucbuf_ungetc' argument 1 names different: declaration 'ungetChar' definition 'c'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:576:40: style: Function 'ucbuf_rewind' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:122:40: note: Function 'ucbuf_rewind' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:576:40: note: Function 'ucbuf_rewind' argument 2 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:627:56: style: Function 'ucbuf_getBuffer' argument 3 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.h:134:56: note: Function 'ucbuf_getBuffer' argument 3 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucbuf.cpp:627:56: note: Function 'ucbuf_getBuffer' argument 3 names different: declaration 'err' definition 'error'.
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:59:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:95:13: style: The scope of the variable 'result' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:277:12: style: The scope of the variable 'flag' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:317:13: style: The scope of the variable 'cmp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:537:13: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:605:53: style: The scope of the variable 'cmp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:751:13: style: The scope of the variable 'byte' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:1154:11: style: The scope of the variable 'end' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:535:29: style: Function 'ucm_checkValidity' argument 1 names different: declaration 'ext' definition 'table'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/ucm.h:182:29: note: Function 'ucm_checkValidity' argument 1 names different: declaration 'ext' definition 'table'.
firefox-62.0/intl/icu/source/tools/toolutil/ucm.cpp:535:29: note: Function 'ucm_checkValidity' argument 1 names different: declaration 'ext' definition 'table'.
firefox-62.0/intl/icu/source/tools/toolutil/ucmstate.cpp:54:14: style: The scope of the variable 'start' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucmstate.cpp:505:17: style: The scope of the variable 'action' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucmstate.cpp:846:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/ucmstate.cpp:980:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.cpp:458:8: style: The scope of the variable 'str' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.cpp:476:8: style: The scope of the variable 'buf2' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.cpp:326:58: style: Function 'udbg_enumByName' argument 2 names different: declaration 'name' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.h:80:75: note: Function 'udbg_enumByName' argument 2 names different: declaration 'name' definition 'value'.
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.cpp:326:58: note: Function 'udbg_enumByName' argument 2 names different: declaration 'name' definition 'value'.
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.cpp:581:37: style: Function 'udbg_writeIcuInfo' argument 1 names different: declaration 'f' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.h:108:37: note: Function 'udbg_writeIcuInfo' argument 1 names different: declaration 'f' definition 'out'.
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.cpp:581:37: note: Function 'udbg_writeIcuInfo' argument 1 names different: declaration 'f' definition 'out'.
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.cpp:700:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.cpp:706:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/intl/icu/source/tools/toolutil/udbgutil.cpp:710:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/intl/icu/source/tools/toolutil/unewdata.cpp:54:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/toolutil/unewdata.cpp:43:13: style: The scope of the variable 'bytes' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/uoptions.cpp:30:10: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/uparse.cpp:82:16: style: The scope of the variable 'length' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/uparse.cpp:193:14: style: The scope of the variable 'value' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/uparse.cpp:242:14: style: The scope of the variable 'value' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.cpp:211:5: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.cpp:211:5: warning: %hx in format string (no. 4) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.cpp:34:11: style: The scope of the variable 'q' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.cpp:36:10: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.cpp:237:22: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.cpp:169:61: style: Function 'usrc_writeUTrie2Arrays' argument 3 names different: declaration 'dataPrefix' definition 'data32Prefix'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.h:62:61: note: Function 'usrc_writeUTrie2Arrays' argument 3 names different: declaration 'dataPrefix' definition 'data32Prefix'.
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.cpp:169:61: note: Function 'usrc_writeUTrie2Arrays' argument 3 names different: declaration 'dataPrefix' definition 'data32Prefix'.
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.cpp:186:59: style: Function 'usrc_writeUTrie2Struct' argument 5 names different: declaration 'dataName' definition 'data32Name'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.h:75:59: note: Function 'usrc_writeUTrie2Struct' argument 5 names different: declaration 'dataName' definition 'data32Name'.
firefox-62.0/intl/icu/source/tools/toolutil/writesrc.cpp:186:59: note: Function 'usrc_writeUTrie2Struct' argument 5 names different: declaration 'dataName' definition 'data32Name'.
firefox-62.0/intl/icu/source/tools/toolutil/xmlparser.cpp:441:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/toolutil/xmlparser.cpp:724:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/intl/icu/source/tools/toolutil/xmlparser.cpp:716:20: style: The scope of the variable 'node' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/xmlparser.cpp:789:20: style: The scope of the variable 'node' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/xmlparser.cpp:810:20: style: The scope of the variable 'node' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/toolutil/xmlparser.cpp:330:57: style: Function 'parse' argument 2 names different: declaration 'errorCode' definition 'status'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/toolutil/xmlparser.h:180:62: note: Function 'parse' argument 2 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/tools/toolutil/xmlparser.cpp:330:57: note: Function 'parse' argument 2 names different: declaration 'errorCode' definition 'status'.
firefox-62.0/intl/icu/source/tools/tzcode/icuzdump.cpp:96:5: warning: Member variable 'ICUZDump::timezone' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/icuzdump.cpp:49:9: style: Class 'DumpFormatter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/intl/icu/source/tools/tzcode/icuzdump.cpp:49:9: style: Class 'DumpFormatter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/intl/icu/source/tools/tzcode/icuzdump.cpp:97:9: style: Class 'ICUZDump' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/intl/icu/source/tools/tzcode/icuzdump.cpp:97:9: style: Class 'ICUZDump' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/intl/icu/source/tools/tzcode/icuzdump.cpp:214:5: style: Class 'ZoneIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1115:10: style: Condition 'isdst' is always false [knownConditionTrueFalse]
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1089:12: note: Assignment 'isdst=0', assigned value is 0
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1115:10: note: Condition 'isdst' is always false
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1866:17: style: The scope of the variable 'samei' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1582:31: style: Function 'increment_overflow' argument 1 names different: declaration 'number' definition 'ip'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:149:38: note: Function 'increment_overflow' argument 1 names different: declaration 'number' definition 'ip'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1582:31: note: Function 'increment_overflow' argument 1 names different: declaration 'number' definition 'ip'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1582:39: style: Function 'increment_overflow' argument 2 names different: declaration 'delta' definition 'j'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:149:50: note: Function 'increment_overflow' argument 2 names different: declaration 'delta' definition 'j'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1582:39: note: Function 'increment_overflow' argument 2 names different: declaration 'delta' definition 'j'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1599:42: style: Function 'increment_overflow32' argument 1 names different: declaration 'number' definition 'lp'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:151:49: note: Function 'increment_overflow32' argument 1 names different: declaration 'number' definition 'lp'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1599:42: note: Function 'increment_overflow32' argument 1 names different: declaration 'number' definition 'lp'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1599:56: style: Function 'increment_overflow32' argument 2 names different: declaration 'delta' definition 'm'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:151:61: note: Function 'increment_overflow32' argument 2 names different: declaration 'delta' definition 'm'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1599:56: note: Function 'increment_overflow32' argument 2 names different: declaration 'delta' definition 'm'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1610:33: style: Function 'increment_overflow_time' argument 1 names different: declaration 't' definition 'tp'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:152:45: note: Function 'increment_overflow_time' argument 1 names different: declaration 't' definition 'tp'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1610:33: note: Function 'increment_overflow_time' argument 1 names different: declaration 't' definition 'tp'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1610:50: style: Function 'increment_overflow_time' argument 2 names different: declaration 'delta' definition 'j'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:152:61: note: Function 'increment_overflow_time' argument 2 names different: declaration 'delta' definition 'j'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1610:50: note: Function 'increment_overflow_time' argument 2 names different: declaration 'delta' definition 'j'.
firefox-62.0/intl/icu/source/tools/tzcode/localtime.c:1553:9: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:1784:24: style: Variable 'thisYear' is assigned a value that is never used. [unreadVariable]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:1347:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:1521:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:1554:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:1562:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:1796:39: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:149:5: warning: Member variable 'ZoneType::isdst' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:149:5: warning: Member variable 'ZoneType::isstd' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:149:5: warning: Member variable 'ZoneType::isgmt' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:181:5: warning: Member variable 'ZoneInfo::finalOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:792:5: warning: Member variable 'FinalRulePart::mode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:792:5: warning: Member variable 'FinalRulePart::month' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:792:5: warning: Member variable 'FinalRulePart::dom' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:792:5: warning: Member variable 'FinalRulePart::dow' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:792:5: warning: Member variable 'FinalRulePart::time' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:792:5: warning: Member variable 'FinalRulePart::offset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:792:5: warning: Member variable 'FinalRulePart::isstd' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:792:5: warning: Member variable 'FinalRulePart::isgmt' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:152:10: style: Technically the member function 'ZoneType::matches' can be const. [functionConst]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:147:5: style: Struct 'ZoneType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:1206:5: style: Struct 'SimplifiedZoneType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/icu/source/tools/tzcode/tz2icu.cpp:645:33: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:852:8: style: Condition '0>(time_t)-1' is always true [knownConditionTrueFalse]
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:930:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:935:9: style: The scope of the variable 'loab' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:1044:18: style: The scope of the variable 'dir' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:873:36: style: Function 'dumptime' argument 1 names different: declaration 'tmp' definition 'timeptr'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:234:40: note: Function 'dumptime' argument 1 names different: declaration 'tmp' definition 'timeptr'.
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:873:36: note: Function 'dumptime' argument 1 names different: declaration 'tmp' definition 'timeptr'.
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:1042:45: style: Function 'getzones' argument 2 names different: declaration 'subdir' definition 'relpath'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:249:45: note: Function 'getzones' argument 2 names different: declaration 'subdir' definition 'relpath'.
firefox-62.0/intl/icu/source/tools/tzcode/zdump.c:1042:45: note: Function 'getzones' argument 2 names different: declaration 'subdir' definition 'relpath'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2313:6: style: Condition 'do_extend' is always false [knownConditionTrueFalse]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2297:14: note: Assignment 'do_extend=0', assigned value is 0
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2313:6: note: Condition 'do_extend' is always false
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2634:6: style: Condition 'do_extend' is always false [knownConditionTrueFalse]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2297:14: note: Assignment 'do_extend=0', assigned value is 0
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2634:6: note: Condition 'do_extend' is always false
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2297:2: style: Variable 'do_extend' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2295:2: note: Variable 'do_extend' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2297:2: note: Variable 'do_extend' is reassigned a value before the old one has been used.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:903:19: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:976:20: style: The scope of the variable 'fields' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:977:20: style: The scope of the variable 'cp' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:979:17: style: The scope of the variable 'nfields' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2222:17: style: The scope of the variable 'usestart' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2222:27: style: The scope of the variable 'useuntil' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2225:19: style: The scope of the variable 'stdoff' can be reduced. [variableScope]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:866:42: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:973:20: style: Function 'infile' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:157:33: note: Function 'infile' argument 1 names different: declaration 'filename' definition 'name'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:973:20: note: Function 'infile' argument 1 names different: declaration 'filename' definition 'name'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:1076:46: style: Function 'gethms' argument 2 names different: declaration 'errstrng' definition 'errstring'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:155:55: note: Function 'gethms' argument 2 names different: declaration 'errstrng' definition 'errstring'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:1076:46: note: Function 'gethms' argument 2 names different: declaration 'errstrng' definition 'errstring'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2217:35: style: Function 'outzone' argument 1 names different: declaration 'zp' definition 'zpfirst'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:169:41: note: Function 'outzone' argument 1 names different: declaration 'zp' definition 'zpfirst'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2217:35: note: Function 'outzone' argument 1 names different: declaration 'zp' definition 'zpfirst'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2217:54: style: Function 'outzone' argument 2 names different: declaration 'ntzones' definition 'zonecount'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:169:49: note: Function 'outzone' argument 2 names different: declaration 'ntzones' definition 'zonecount'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2217:54: note: Function 'outzone' argument 2 names different: declaration 'ntzones' definition 'zonecount'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2853:13: style: Function 'lowerit' argument 1 names different: declaration 'c' definition 'a'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:165:24: note: Function 'lowerit' argument 1 names different: declaration 'c' definition 'a'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2853:13: note: Function 'lowerit' argument 1 names different: declaration 'c' definition 'a'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2884:35: style: Function 'byword' argument 1 names different: declaration 'string' definition 'word'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:320:50: note: Function 'byword' argument 1 names different: declaration 'string' definition 'word'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2884:35: note: Function 'byword' argument 1 names different: declaration 'string' definition 'word'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2885:44: style: Function 'byword' argument 2 names different: declaration 'lp' definition 'table'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:321:28: note: Function 'byword' argument 2 names different: declaration 'lp' definition 'table'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2885:44: note: Function 'byword' argument 2 names different: declaration 'lp' definition 'table'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2912:26: style: Function 'getfields' argument 1 names different: declaration 'buf' definition 'cp'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:154:33: note: Function 'getfields' argument 1 names different: declaration 'buf' definition 'cp'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:2912:26: note: Function 'getfields' argument 1 names different: declaration 'buf' definition 'cp'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:3062:27: style: Function 'newabbr' argument 1 names different: declaration 'abbr' definition 'string'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:167:34: note: Function 'newabbr' argument 1 names different: declaration 'abbr' definition 'string'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:3062:27: note: Function 'newabbr' argument 1 names different: declaration 'abbr' definition 'string'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:3108:14: style: Function 'mkdirs' argument 1 names different: declaration 'filename' definition 'argname'. [funcArgNamesDifferent]
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:166:26: note: Function 'mkdirs' argument 1 names different: declaration 'filename' definition 'argname'.
firefox-62.0/intl/icu/source/tools/tzcode/zic.c:3108:14: note: Function 'mkdirs' argument 1 names different: declaration 'filename' definition 'argname'.
firefox-62.0/intl/locale/DateTimeFormat.cpp:64:11: style: The scope of the variable 'dateTimeLen' can be reduced. [variableScope]
firefox-62.0/intl/locale/LocaleService.cpp:518:51: style: Function 'NegotiateLanguages' argument 4 names different: declaration 'aLangNegStrategy' definition 'aStrategy'. [funcArgNamesDifferent]
firefox-62.0/intl/locale/LocaleService.h:249:43: note: Function 'NegotiateLanguages' argument 4 names different: declaration 'aLangNegStrategy' definition 'aStrategy'.
firefox-62.0/intl/locale/LocaleService.cpp:518:51: note: Function 'NegotiateLanguages' argument 4 names different: declaration 'aLangNegStrategy' definition 'aStrategy'.
firefox-62.0/intl/locale/nsCollation.cpp:30:44: style: Function 'ConvertStrength' argument 1 names different: declaration 'aStrength' definition 'aNSStrength'. [funcArgNamesDifferent]
firefox-62.0/intl/locale/nsCollation.h:30:42: note: Function 'ConvertStrength' argument 1 names different: declaration 'aStrength' definition 'aNSStrength'.
firefox-62.0/intl/locale/nsCollation.cpp:30:44: note: Function 'ConvertStrength' argument 1 names different: declaration 'aStrength' definition 'aNSStrength'.
firefox-62.0/intl/locale/nsCollation.cpp:31:50: style: Function 'ConvertStrength' argument 2 names different: declaration 'aStrengthOut' definition 'aICUStrength'. [funcArgNamesDifferent]
firefox-62.0/intl/locale/nsCollation.h:31:48: note: Function 'ConvertStrength' argument 2 names different: declaration 'aStrengthOut' definition 'aICUStrength'.
firefox-62.0/intl/locale/nsCollation.cpp:31:50: note: Function 'ConvertStrength' argument 2 names different: declaration 'aStrengthOut' definition 'aICUStrength'.
firefox-62.0/intl/locale/nsLanguageAtomService.cpp:50:63: style: Function 'LookupCharSet' argument 1 names different: declaration 'aCharSet' definition 'aEncoding'. [funcArgNamesDifferent]
firefox-62.0/intl/locale/nsLanguageAtomService.h:31:67: note: Function 'LookupCharSet' argument 1 names different: declaration 'aCharSet' definition 'aEncoding'.
firefox-62.0/intl/locale/nsLanguageAtomService.cpp:50:63: note: Function 'LookupCharSet' argument 1 names different: declaration 'aCharSet' definition 'aEncoding'.
firefox-62.0/intl/locale/nsLanguageAtomService.h:50:28: performance: Technically the member function 'nsLanguageAtomService::GetUncachedLanguageGroup' can be static. [functionStatic]
firefox-62.0/intl/locale/nsLanguageAtomService.cpp:108:24: note: Technically the member function 'nsLanguageAtomService::GetUncachedLanguageGroup' can be static.
firefox-62.0/intl/locale/nsLanguageAtomService.h:50:28: note: Technically the member function 'nsLanguageAtomService::GetUncachedLanguageGroup' can be static.
firefox-62.0/intl/locale/tests/gtest/TestDateTimeFormat.cpp:33:0: error: syntax error [syntaxError]
firefox-62.0/intl/lwbrk/gtest/TestLineBreak.cpp:71:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/intl/lwbrk/gtest/TestLineBreak.cpp:71:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/intl/lwbrk/gtest/TestLineBreak.cpp:79:10: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/intl/lwbrk/gtest/TestLineBreak.cpp:79:10: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/intl/lwbrk/gtest/TestLineBreak.cpp:83:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/intl/lwbrk/gtest/TestLineBreak.cpp:94:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/intl/lwbrk/gtest/TestLineBreak.cpp:204:7: style: Variable 'canBreak' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/intl/lwbrk/gtest/TestLineBreak.cpp:203:0: note: Variable 'canBreak' is reassigned a value before the old one has been used.
firefox-62.0/intl/lwbrk/gtest/TestLineBreak.cpp:204:7: note: Variable 'canBreak' is reassigned a value before the old one has been used.
firefox-62.0/intl/strres/nsStringBundle.cpp:252: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/intl/strres/nsStringBundle.cpp:248:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/strres/nsStringBundle.cpp:252:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/intl/strres/nsStringBundle.cpp:234:65: style: Function 'GetCombinedEnumeration' argument 1 names different: declaration 'aOverrideString' definition 'aOverrideStrings'. [funcArgNamesDifferent]
firefox-62.0/intl/strres/nsStringBundle.h:36:62: note: Function 'GetCombinedEnumeration' argument 1 names different: declaration 'aOverrideString' definition 'aOverrideStrings'.
firefox-62.0/intl/strres/nsStringBundle.cpp:234:65: note: Function 'GetCombinedEnumeration' argument 1 names different: declaration 'aOverrideString' definition 'aOverrideStrings'.
firefox-62.0/intl/strres/nsStringBundle.cpp:315:46: style: Function 'FormatString' argument 1 names different: declaration 'formatStr' definition 'aFormatStr'. [funcArgNamesDifferent]
firefox-62.0/intl/strres/nsStringBundle.h:46:50: note: Function 'FormatString' argument 1 names different: declaration 'formatStr' definition 'aFormatStr'.
firefox-62.0/intl/strres/nsStringBundle.cpp:315:46: note: Function 'FormatString' argument 1 names different: declaration 'formatStr' definition 'aFormatStr'.
firefox-62.0/intl/strres/nsStringBundle.cpp:623:52: style: Function 'getStringBundle' argument 1 names different: declaration 'aUrl' definition 'aURLSpec'. [funcArgNamesDifferent]
firefox-62.0/intl/strres/nsStringBundleService.h:57:36: note: Function 'getStringBundle' argument 1 names different: declaration 'aUrl' definition 'aURLSpec'.
firefox-62.0/intl/strres/nsStringBundle.cpp:623:52: note: Function 'getStringBundle' argument 1 names different: declaration 'aUrl' definition 'aURLSpec'.
firefox-62.0/intl/strres/nsStringBundle.cpp:534:3: performance: Variable 'mErrorService' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/intl/uconv/nsConverterInputStream.cpp:120:22: style: Checking if unsigned variable 'bytesToWrite' is less than zero. [unsignedLessThanZero]
firefox-62.0/intl/uconv/nsTextToSubURI.cpp:108:48: style: Function 'convertURItoUnicode' argument 3 names different: declaration '_retval' definition 'aOut'. [funcArgNamesDifferent]
firefox-62.0/intl/uconv/nsTextToSubURI.h:24:43: note: Function 'convertURItoUnicode' argument 3 names different: declaration '_retval' definition 'aOut'.
firefox-62.0/intl/uconv/nsTextToSubURI.cpp:108:48: note: Function 'convertURItoUnicode' argument 3 names different: declaration '_retval' definition 'aOut'.
firefox-62.0/intl/unicharutil/util/GreekCasing.h:51:18: style: Class 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/unicharutil/util/IrishCasing.h:66:18: style: Class 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/intl/unicharutil/util/nsSpecialCasingData.cpp:197:1: style: Function 'SpecialLower' argument 1 names different: declaration 'aCh' definition 'aChar'. [funcArgNamesDifferent]
firefox-62.0/intl/unicharutil/util/nsSpecialCasingData.h:22:47: note: Function 'SpecialLower' argument 1 names different: declaration 'aCh' definition 'aChar'.
firefox-62.0/intl/unicharutil/util/nsSpecialCasingData.cpp:197:1: note: Function 'SpecialLower' argument 1 names different: declaration 'aCh' definition 'aChar'.
firefox-62.0/intl/unicharutil/util/nsSpecialCasingData.cpp:198:1: style: Function 'SpecialUpper' argument 1 names different: declaration 'aCh' definition 'aChar'. [funcArgNamesDifferent]
firefox-62.0/intl/unicharutil/util/nsSpecialCasingData.h:21:47: note: Function 'SpecialUpper' argument 1 names different: declaration 'aCh' definition 'aChar'.
firefox-62.0/intl/unicharutil/util/nsSpecialCasingData.cpp:198:1: note: Function 'SpecialUpper' argument 1 names different: declaration 'aCh' definition 'aChar'.
firefox-62.0/intl/unicharutil/util/nsSpecialCasingData.cpp:199:1: style: Function 'SpecialTitle' argument 1 names different: declaration 'aCh' definition 'aChar'. [funcArgNamesDifferent]
firefox-62.0/intl/unicharutil/util/nsSpecialCasingData.h:23:47: note: Function 'SpecialTitle' argument 1 names different: declaration 'aCh' definition 'aChar'.
firefox-62.0/intl/unicharutil/util/nsSpecialCasingData.cpp:199:1: note: Function 'SpecialTitle' argument 1 names different: declaration 'aCh' definition 'aChar'.
firefox-62.0/intl/unicharutil/util/nsUnicodeProperties.cpp:261:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/base/time.h:47:1: warning: The class 'TimeDelta' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/ipc/chromium/src/base/time.h:169:1: warning: The class 'Time' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/ipc/chromium/src/base/time.h:388:1: warning: The class 'TimeTicks' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/ipc/chromium/src/base/histogram.cc:377:7: style: Condition 'kUseRealCrc' is always true [knownConditionTrueFalse]
firefox-62.0/ipc/chromium/src/base/histogram.cc:376:28: note: Assignment 'kUseRealCrc=true', assigned value is 1
firefox-62.0/ipc/chromium/src/base/histogram.cc:377:7: note: Condition 'kUseRealCrc' is always true
firefox-62.0/ipc/chromium/src/base/message_pump_libevent.cc:34:0: error: #error Cannot find libevent type sizes [preprocessorErrorDirective]
firefox-62.0/ipc/chromium/src/base/object_watcher.cc:24:3: warning: Member variable 'Watch::watcher' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/chromium/src/base/object_watcher.cc:24:3: warning: Member variable 'Watch::origin_loop' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/chromium/src/base/object_watcher.cc:24:3: warning: Member variable 'Watch::delegate' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/chromium/src/base/object_watcher.cc:24:3: warning: Member variable 'Watch::did_signal' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/chromium/src/base/string_util.cc:393:16: error: va_list 'backup_ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/ipc/chromium/src/base/string_util.cc:398:68: error: va_list 'backup_ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/ipc/chromium/src/base/string_util.cc:399:3: error: va_list 'backup_ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/ipc/chromium/src/base/thread.cc:82:3: style: Variable 'quit_properly' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/base/thread.cc:80:0: note: Variable 'quit_properly' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/base/thread.cc:82:3: note: Variable 'quit_properly' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/base/time_posix.cc:194:0: error: #error No usable tick clock function on this platform. [preprocessorErrorDirective]
firefox-62.0/ipc/chromium/src/base/win_util.cc:20:0: style: Variable 'string_length' is assigned a value that is never used. [unreadVariable]
firefox-62.0/ipc/chromium/src/chrome/common/ipc_channel_win.cc:113:8: style: The scope of the variable 'waited' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/chrome/common/ipc_channel_win.cc:116:14: style: Variable 'waited' is assigned a value that is never used. [unreadVariable]
firefox-62.0/ipc/chromium/src/chrome/common/process_watcher_win.cc:60:16: warning: Virtual function 'OnObjectSignaled' is called from destructor '~ChildReaper()' at line 28. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/ipc/chromium/src/chrome/common/process_watcher_win.cc:28:7: note: Calling KillProcess
firefox-62.0/ipc/chromium/src/chrome/common/process_watcher_win.cc:85:5: note: Calling OnObjectSignaled
firefox-62.0/ipc/chromium/src/chrome/common/process_watcher_win.cc:60:16: note: OnObjectSignaled is a virtual method
firefox-62.0/ipc/chromium/src/third_party/libevent/arc4random.c:111:16: style: The scope of the variable 'si' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/arc4random.c:129:10: style: The scope of the variable 'result' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:433:7: style: Condition '!lock' is always true [knownConditionTrueFalse]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:431:6: note: Assuming that condition '!lock' is not redundant
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:433:7: note: Condition '!lock' is always true
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2901:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2897:0: note: Variable 'res' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2901:2: note: Variable 'res' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:3228:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:3259:4: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:3228:9: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:1495:16: style: The scope of the variable 'cr' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:1495:21: style: The scope of the variable 'lf' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2671:6: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:3127:1: style: Label 'done' is not used. [unusedLabel]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:513:45: style: Function 'evbuffer_invoke_callbacks_' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evbuffer-internal.h:340:50: note: Function 'evbuffer_invoke_callbacks_' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:513:45: note: Function 'evbuffer_invoke_callbacks_' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:1918:12: style: Function 'evbuffer_chain_should_realign' argument 2 names different: declaration 'datalen' definition 'datlen'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:144:12: note: Function 'evbuffer_chain_should_realign' argument 2 names different: declaration 'datalen' definition 'datlen'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:1918:12: note: Function 'evbuffer_chain_should_realign' argument 2 names different: declaration 'datalen' definition 'datlen'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2215:38: style: Function 'evbuffer_read_setup_vecs_' argument 4 names different: declaration 'n_vecs' definition 'n_vecs_avail'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evbuffer-internal.h:326:38: note: Function 'evbuffer_read_setup_vecs_' argument 4 names different: declaration 'n_vecs' definition 'n_vecs_avail'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2215:38: note: Function 'evbuffer_read_setup_vecs_' argument 4 names different: declaration 'n_vecs' definition 'n_vecs_avail'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:686:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:738:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:751:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:762:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:1385:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:1939:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:1954:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:1984:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:1989:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2032:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2067:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2116:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2230:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2236:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer.c:2858:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer_iocp.c:101:20: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer_iocp.c:171:57: style: Function 'evbuffer_launch_write_' argument 2 names different: declaration 'n' definition 'at_most'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/iocp-internal.h:148:61: note: Function 'evbuffer_launch_write_' argument 2 names different: declaration 'n' definition 'at_most'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer_iocp.c:171:57: note: Function 'evbuffer_launch_write_' argument 2 names different: declaration 'n' definition 'at_most'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer_iocp.c:245:52: style: Function 'evbuffer_launch_read_' argument 2 names different: declaration 'n' definition 'at_most'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/iocp-internal.h:134:56: note: Function 'evbuffer_launch_read_' argument 2 names different: declaration 'n' definition 'at_most'.
firefox-62.0/ipc/chromium/src/third_party/libevent/buffer_iocp.c:245:52: note: Function 'evbuffer_launch_read_' argument 2 names different: declaration 'n' definition 'at_most'.
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent.c:827:7: style: Condition '!lock' is always true [knownConditionTrueFalse]
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent.c:825:13: note: Assuming that condition '!lock' is not redundant
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent.c:827:7: note: Condition '!lock' is always true
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent_filter.c:422:36: style: Function 'bufferevent_filtered_outbuf_cb' argument 2 names different: declaration 'info' definition 'cbinfo'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent_filter.c:78:36: note: Function 'bufferevent_filtered_outbuf_cb' argument 2 names different: declaration 'info' definition 'cbinfo'.
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent_filter.c:422:36: note: Function 'bufferevent_filtered_outbuf_cb' argument 2 names different: declaration 'info' definition 'cbinfo'.
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent_openssl.c:584:6: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent_pair.c:124:2: style: Variable 'bufev1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent_pair.c:118:0: note: Variable 'bufev1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent_pair.c:124:2: note: Variable 'bufev1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/bufferevent_sock.c:375:2: error: Address of auto-variable 'bufev_p->bev' returned [returnAddressOfAutoVariable]
firefox-62.0/ipc/chromium/src/third_party/libevent/cmake/CheckFunctionExistsEx.c:28:0: error: #error "CHECK_FUNCTION_EXISTS has to specify the function" [preprocessorErrorDirective]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:869:6: style: The scope of the variable 'error' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:870:7: style: The scope of the variable 'addrbuf' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:1412:6: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:2076:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:2884:18: style: The scope of the variable 'req' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:2923:18: style: The scope of the variable 'req' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:3389:62: style: The scope of the variable 'req' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:3390:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:4125:19: style: The scope of the variable 'hash' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:2749:12: style: Function 'request_new' argument 7 names different: declaration 'ptr' definition 'user_ptr'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:404:166: note: Function 'request_new' argument 7 names different: declaration 'ptr' definition 'user_ptr'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:2749:12: note: Function 'request_new' argument 7 names different: declaration 'ptr' definition 'user_ptr'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:3256:45: style: Function 'search_try_next' argument 1 names different: declaration 'req' definition 'handle'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:400:56: note: Function 'search_try_next' argument 1 names different: declaration 'req' definition 'handle'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evdns.c:3256:45: note: Function 'search_try_next' argument 1 names different: declaration 'req' definition 'handle'.
firefox-62.0/ipc/chromium/src/third_party/libevent/event.c:3152:0: error: #error "Mismatch for value of EVLIST_INTERNAL" [preprocessorErrorDirective]
firefox-62.0/ipc/chromium/src/third_party/libevent/event_iocp.c:239:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/event_iocp.c:278:35: style: Function 'event_iocp_activate_overlapped_' argument 4 names different: declaration 'n_bytes' definition 'n'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/iocp-internal.h:177:35: note: Function 'event_iocp_activate_overlapped_' argument 4 names different: declaration 'n_bytes' definition 'n'.
firefox-62.0/ipc/chromium/src/third_party/libevent/event_iocp.c:278:35: note: Function 'event_iocp_activate_overlapped_' argument 4 names different: declaration 'n_bytes' definition 'n'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:1019:6: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:1035:6: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:442:48: style: Function 'evmap_signal_add_' argument 2 names different: declaration 'signum' definition 'sig'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap-internal.h:84:52: note: Function 'evmap_signal_add_' argument 2 names different: declaration 'signum' definition 'sig'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:442:48: note: Function 'evmap_signal_add_' argument 2 names different: declaration 'signum' definition 'sig'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:468:48: style: Function 'evmap_signal_del_' argument 2 names different: declaration 'signum' definition 'sig'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap-internal.h:85:52: note: Function 'evmap_signal_del_' argument 2 names different: declaration 'signum' definition 'sig'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:468:48: note: Function 'evmap_signal_del_' argument 2 names different: declaration 'signum' definition 'sig'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:490:63: style: Function 'evmap_signal_active_' argument 2 names different: declaration 'signum' definition 'sig'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap-internal.h:86:68: note: Function 'evmap_signal_active_' argument 2 names different: declaration 'signum' definition 'sig'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:490:63: note: Function 'evmap_signal_active_' argument 2 names different: declaration 'signum' definition 'sig'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:507:43: style: Function 'evmap_io_get_fdinfo_' argument 1 names different: declaration 'ctx' definition 'map'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap-internal.h:91:49: note: Function 'evmap_io_get_fdinfo_' argument 1 names different: declaration 'ctx' definition 'map'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evmap.c:507:43: note: Function 'evmap_io_get_fdinfo_' argument 1 names different: declaration 'ctx' definition 'map'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evrpc.c:717:38: style: Function 'evrpc_schedule_request_closure' argument 1 names different: declaration 'ctx' definition 'arg'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evrpc.c:652:50: note: Function 'evrpc_schedule_request_closure' argument 1 names different: declaration 'ctx' definition 'arg'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evrpc.c:717:38: note: Function 'evrpc_schedule_request_closure' argument 1 names different: declaration 'ctx' definition 'arg'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evthread.c:345:36: style: Function 'evthread_is_debug_lock_held_' argument 1 names different: declaration 'lock' definition 'lock_'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evthread-internal.h:358:40: note: Function 'evthread_is_debug_lock_held_' argument 1 names different: declaration 'lock' definition 'lock_'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evthread.c:345:36: note: Function 'evthread_is_debug_lock_held_' argument 1 names different: declaration 'lock' definition 'lock_'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evthread.c:359:37: style: Function 'evthread_debug_get_real_lock_' argument 1 names different: declaration 'lock' definition 'lock_'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/evthread-internal.h:359:43: note: Function 'evthread_debug_get_real_lock_' argument 1 names different: declaration 'lock' definition 'lock_'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evthread.c:359:37: note: Function 'evthread_debug_get_real_lock_' argument 1 names different: declaration 'lock' definition 'lock_'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evutil.c:503:0: error: #error "I don't know how to parse 64-bit integers." [preprocessorErrorDirective]
firefox-62.0/ipc/chromium/src/third_party/libevent/evutil_time.c:559:65: style: Function 'evutil_configure_monotonic_time_' argument 1 names different: declaration 'mt' definition 'base'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/time-internal.h:89:69: note: Function 'evutil_configure_monotonic_time_' argument 1 names different: declaration 'mt' definition 'base'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evutil_time.c:559:65: note: Function 'evutil_configure_monotonic_time_' argument 1 names different: declaration 'mt' definition 'base'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evutil_time.c:560:9: style: Function 'evutil_configure_monotonic_time_' argument 2 names different: declaration 'flags' definition 'precise'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/time-internal.h:90:9: note: Function 'evutil_configure_monotonic_time_' argument 2 names different: declaration 'flags' definition 'precise'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evutil_time.c:560:9: note: Function 'evutil_configure_monotonic_time_' argument 2 names different: declaration 'flags' definition 'precise'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evutil_time.c:567:58: style: Function 'evutil_gettime_monotonic_' argument 1 names different: declaration 'mt' definition 'base'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/time-internal.h:91:62: note: Function 'evutil_gettime_monotonic_' argument 1 names different: declaration 'mt' definition 'base'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evutil_time.c:567:58: note: Function 'evutil_gettime_monotonic_' argument 1 names different: declaration 'mt' definition 'base'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evutil_time.c:568:21: style: Function 'evutil_gettime_monotonic_' argument 2 names different: declaration 'tv' definition 'tp'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/time-internal.h:91:82: note: Function 'evutil_gettime_monotonic_' argument 2 names different: declaration 'tv' definition 'tp'.
firefox-62.0/ipc/chromium/src/third_party/libevent/evutil_time.c:568:21: note: Function 'evutil_gettime_monotonic_' argument 2 names different: declaration 'tv' definition 'tp'.
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3083:18: warning: Invalid test for overflow 'uri+slen<uri'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3642:2: style: Variable 'http' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3640:0: note: Variable 'http' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3642:2: note: Variable 'http' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3659:2: style: Variable 'http' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3657:0: note: Variable 'http' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3659:2: note: Variable 'http' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:4729:2: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:4718:2: note: Variable 'token' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:4729:2: note: Variable 'token' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3127:7: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3310:7: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:4090:10: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3125:49: style: Function 'evhttp_decode_uri_internal' argument 4 names different: declaration 'decode_plus' definition 'decode_plus_ctl'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/http-internal.h:203:20: note: Function 'evhttp_decode_uri_internal' argument 4 names different: declaration 'decode_plus' definition 'decode_plus_ctl'.
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:3125:49: note: Function 'evhttp_decode_uri_internal' argument 4 names different: declaration 'decode_plus' definition 'decode_plus_ctl'.
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:1342:2: warning: Conversion of string literal "drain output" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/http.c:1345:2: warning: Conversion of string literal "drain input" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/log.c:199:9: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/sample/http-connect.c:40:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/sample/openssl_hostname_validation.c:70:9: style: Variable 'common_name_loc' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/sample/openssl_hostname_validation.c:64:0: note: Variable 'common_name_loc' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/sample/openssl_hostname_validation.c:70:9: note: Variable 'common_name_loc' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/signal.c:213:34: style: Function 'evsig_set_handler_' argument 3 names different: declaration 'fn' definition 'handler'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/event-internal.h:401:13: note: Function 'evsig_set_handler_' argument 3 names different: declaration 'fn' definition 'handler'.
firefox-62.0/ipc/chromium/src/third_party/libevent/signal.c:213:34: note: Function 'evsig_set_handler_' argument 3 names different: declaration 'fn' definition 'handler'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/bench.c:143:18: style: The scope of the variable 'tv' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/bench_cascade.c:146:18: style: The scope of the variable 'tv' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:1782:2: style: Variable 'ev1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:1779:0: note: Variable 'ev1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:1782:2: note: Variable 'ev1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:1783:2: style: Variable 'ev2' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:1779:0: note: Variable 'ev2' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:1783:2: note: Variable 'ev2' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2561:2: style: Variable 'cfg' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2559:0: note: Variable 'cfg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2561:2: note: Variable 'cfg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2798:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2793:0: note: Variable 'r' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2798:2: note: Variable 'r' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2800:2: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2793:0: note: Variable 'w' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2800:2: note: Variable 'w' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2802:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2793:0: note: Variable 't' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2802:2: note: Variable 't' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2992:2: style: Variable 'cfg' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2990:0: note: Variable 'cfg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2992:2: note: Variable 'cfg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2994:2: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2989:0: note: Variable 'b' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2994:2: note: Variable 'b' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3093:2: style: Variable 'ev1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3084:0: note: Variable 'ev1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3093:2: note: Variable 'ev1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3223:2: style: Variable 'cfg' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3217:0: note: Variable 'cfg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3223:2: note: Variable 'cfg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3308:2: style: Variable 'ev1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3287:0: note: Variable 'ev1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3308:2: note: Variable 'ev1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3309:2: style: Variable 'ev2' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3287:0: note: Variable 'ev2' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3309:2: note: Variable 'ev2' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3310:2: style: Variable 'ev3' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3287:0: note: Variable 'ev3' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3310:2: note: Variable 'ev3' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3311:2: style: Variable 'ev4' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3287:0: note: Variable 'ev4' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:3311:2: note: Variable 'ev4' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.c:2962:2: error: Memory leak: mem [memleak]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1145:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1140:0: note: Variable 'fd' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1145:2: note: Variable 'fd' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1862:2: style: Variable 'buf1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1860:0: note: Variable 'buf1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1862:2: note: Variable 'buf1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1938:2: style: Variable 'buf1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1936:0: note: Variable 'buf1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1938:2: note: Variable 'buf1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2006:2: style: Variable 'buf1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2004:0: note: Variable 'buf1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2006:2: note: Variable 'buf1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2051:2: style: Variable 'buf1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2047:0: note: Variable 'buf1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2051:2: note: Variable 'buf1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2127:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2123:0: note: Variable 'buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2127:2: note: Variable 'buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2128:2: style: Variable 'tmp_buf' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2123:0: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2128:2: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2169:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2159:0: note: Variable 'buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2169:2: note: Variable 'buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2170:2: style: Variable 'tmp_buf' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2159:0: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2170:2: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2374:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2361:0: note: Variable 'buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2374:2: note: Variable 'buf' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:903:6: style: The scope of the variable 'e' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:158:16: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:787:2: warning: Conversion of string literal "this is what we add as read-only memory." to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1788:2: warning: Conversion of string literal "0->36; 36->26; 26->31; 31->38; " to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1790:2: warning: Conversion of string literal "0->36; 31->38; 38->0; 0->1; " to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:1806:2: warning: Conversion of string literal "This will not." to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2075:2: warning: Conversion of string literal "It is no longer true to say it has 29 characters" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2094:2: warning: Conversion of string literal "Here is string 1000. Here is string 999. " to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2108:2: warning: Conversion of string literal "foo" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_buffer.c:2291:3: warning: Conversion of string literal "end" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:657:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:647:0: note: Variable 'fd' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:657:2: note: Variable 'fd' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:801:2: style: Variable 'fake_listener' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:799:0: note: Variable 'fake_listener' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:801:2: note: Variable 'fake_listener' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:874:2: style: Variable 'fake_listener' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:869:0: note: Variable 'fake_listener' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:874:2: note: Variable 'fake_listener' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:875:2: style: Variable 'bev' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:863:0: note: Variable 'bev' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:875:2: note: Variable 'bev' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:1181:2: style: Variable 'bev' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:1179:0: note: Variable 'bev' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:1181:2: note: Variable 'bev' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:507:23: style: The scope of the variable 'buffer' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:508:11: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:833:14: style: The scope of the variable 'err' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_bufferevent.c:687:3: warning: Conversion of string literal "Now is the time for all good events to signal for the good of their protocol" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:383:2: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:378:0: note: Variable 'base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:383:2: note: Variable 'base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:386:2: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:371:0: note: Variable 'sock' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:386:2: note: Variable 'sock' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:602:2: style: Variable 'dns' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:600:0: note: Variable 'dns' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:602:2: note: Variable 'dns' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:663:2: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:658:0: note: Variable 'port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:663:2: note: Variable 'port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:740:2: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:732:0: note: Variable 'port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:740:2: note: Variable 'port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:837:2: style: Variable 'port1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:831:0: note: Variable 'port1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:837:2: note: Variable 'port1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:916:2: style: Variable 'dns_port' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:908:0: note: Variable 'dns_port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:916:2: note: Variable 'dns_port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:1215:2: style: Variable 'listener' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:1195:0: note: Variable 'listener' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:1215:2: note: Variable 'listener' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:1990:2: style: Variable 'dns_base' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:1981:0: note: Variable 'dns_base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:1990:2: note: Variable 'dns_base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:2044:2: style: Variable 'dns_port' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:2037:0: note: Variable 'dns_port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:2044:2: note: Variable 'dns_port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:2089:2: style: Variable 'dns_port' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:2082:0: note: Variable 'dns_port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:2089:2: note: Variable 'dns_port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_dns.c:1640:2: warning: Conversion of string literal "both-canonical.example.com" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_finalize.c:203:2: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_finalize.c:194:0: note: Variable 'base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_finalize.c:203:2: note: Variable 'base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:857:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:849:0: note: Variable 'fd' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:857:2: note: Variable 'fd' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:918:2: style: Variable 'fd1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:909:0: note: Variable 'fd1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:918:2: note: Variable 'fd1' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1245:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1239:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1245:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1634:2: style: Variable 'second' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1625:0: note: Variable 'second' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1634:2: note: Variable 'second' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1636:2: style: Variable 'third' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1625:0: note: Variable 'third' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1636:2: note: Variable 'third' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1883:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1877:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1883:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1932:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1926:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1932:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2071:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2065:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2071:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2196:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2189:0: note: Variable 'fd' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2196:2: note: Variable 'fd' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2289:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2279:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2289:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2903:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2900:2: note: Variable 's' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2903:2: note: Variable 's' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2930:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2926:2: note: Variable 's' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2930:2: note: Variable 's' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2961:2: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2953:0: note: Variable 'base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2961:2: note: Variable 'base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:3818:2: style: Variable 'escaped' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:3815:0: note: Variable 'escaped' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:3818:2: note: Variable 'escaped' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:3919:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:3913:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:3919:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:4385:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:4378:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:4385:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:4493:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:4484:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:4493:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2640:2: style: Variable 'print_' is assigned a value that is never used. [unreadVariable]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2669:2: style: Variable 'print_' is assigned a value that is never used. [unreadVariable]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:1465:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2879:8: warning: Conversion of string literal "Hello" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2880:2: warning: Conversion of string literal "99" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2881:2: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2882:2: warning: Conversion of string literal "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789-.~_" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2885:2: warning: Conversion of string literal "%20" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2885:2: warning: Conversion of string literal " " to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2886:2: warning: Conversion of string literal "+" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2886:2: warning: Conversion of string literal " " to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2887:2: warning: Conversion of string literal "%FF%F0%E0" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2887:2: warning: Conversion of string literal "ÿðà" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2888:2: warning: Conversion of string literal "%01%19" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2888:2: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2889:2: warning: Conversion of string literal "http%3A%2F%2Fwww.ietf.org%2Frfc%2Frfc3986.txt" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2889:2: warning: Conversion of string literal "http://www.ietf.org/rfc/rfc3986.txt" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2892:2: warning: Conversion of string literal "1%2B2%3D3" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2892:2: warning: Conversion of string literal "1+2=3" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2893:2: warning: Conversion of string literal "1%2B2%3D3" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2893:2: warning: Conversion of string literal "1+2=3" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2898:2: warning: Conversion of string literal "hello%00world" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2907:2: warning: Conversion of string literal "hello%" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2913:2: warning: Conversion of string literal "%%xhello th+ere ÿ" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2916:2: warning: Conversion of string literal "plus should work " to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2918:2: warning: Conversion of string literal "ð °" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:2937:2: warning: Conversion of string literal "http://example.com/normal+path/?key=val with spaces" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:3820:2: warning: Conversion of string literal "&lt;script&gt;" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_http.c:3825:2: warning: Conversion of string literal "&quot;&#039;&amp;" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_iocp.c:314:2: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_iocp.c:308:0: note: Variable 'port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_iocp.c:314:2: note: Variable 'port' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_iocp.c:335:2: warning: Conversion of string literal "Hello world" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:144:2: style: Variable 'http' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:141:0: note: Variable 'http' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:144:2: note: Variable 'http' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:145:2: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:142:0: note: Variable 'base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:145:2: note: Variable 'base' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:195:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:190:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:195:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:265:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:259:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:265:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:465:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:451:0: note: Variable 'pool' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:465:2: note: Variable 'pool' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:543:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:537:0: note: Variable 'pool' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:543:2: note: Variable 'pool' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:646:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:637:0: note: Variable 'pool' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:646:2: note: Variable 'pool' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:695:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:689:0: note: Variable 'pool' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:695:2: note: Variable 'pool' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:745:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:737:0: note: Variable 'msg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_rpc.c:745:2: note: Variable 'msg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_testutils.c:218:38: style: Function 'regress_dnsserver' argument 3 names different: declaration 'seach_table' definition 'search_table'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_testutils.h:56:38: note: Function 'regress_dnsserver' argument 3 names different: declaration 'seach_table' definition 'search_table'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_testutils.c:218:38: note: Function 'regress_dnsserver' argument 3 names different: declaration 'seach_table' definition 'search_table'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_thread.c:483:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_thread.c:462:2: style: Variable 'cfg' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_thread.c:457:0: note: Variable 'cfg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_thread.c:462:2: note: Variable 'cfg' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1146:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1140:0: note: Variable 'p' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1146:2: note: Variable 'p' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1173:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1166:0: note: Variable 'p' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1173:2: note: Variable 'p' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1197:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1192:2: note: Variable 'p' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1197:2: note: Variable 'p' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1218:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1212:0: note: Variable 'p' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1218:2: note: Variable 'p' is reassigned a value before the old one has been used.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:117:8: style: The scope of the variable 'written' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:164:8: style: The scope of the variable 'written' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:233:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:344:6: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:787:51: style: Function 'ai_find_by_family' argument 2 names different: declaration 'f' definition 'family'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.h:110:75: note: Function 'ai_find_by_family' argument 2 names different: declaration 'f' definition 'family'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:787:51: note: Function 'ai_find_by_family' argument 2 names different: declaration 'f' definition 'family'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:798:53: style: Function 'ai_find_by_protocol' argument 2 names different: declaration 'p' definition 'protocol'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress.h:111:77: note: Function 'ai_find_by_protocol' argument 2 names different: declaration 'p' definition 'protocol'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:798:53: note: Function 'ai_find_by_protocol' argument 2 names different: declaration 'p' definition 'protocol'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:301:2: warning: Conversion of string literal "192.168.1.1:80" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:310:2: warning: Conversion of string literal "[ff00::8010]:999" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:316:2: warning: Conversion of string literal "<addr with socktype 99>" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:392:2: warning: Conversion of string literal "50 100" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:396:2: warning: Conversion of string literal "longish 1234567" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:400:2: warning: Conversion of string literal "200000000000" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:404:2: warning: Conversion of string literal "-200000000000" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:409:2: warning: Conversion of string literal "8000 -9000" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:452:2: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:453:2: warning: Conversion of string literal "a" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:454:2: warning: Conversion of string literal "abcdef ghi" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:456:2: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:457:2: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:458:2: warning: Conversion of string literal "a" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:459:2: warning: Conversion of string literal "abcdef  gH" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:461:2: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:462:2: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:463:2: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:464:2: warning: Conversion of string literal "a" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:465:2: warning: Conversion of string literal "a" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:466:2: warning: Conversion of string literal "a" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:467:2: warning: Conversion of string literal "abcdef  gH" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:581:2: warning: Conversion of string literal "Far too many wombats (99)" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:585:2: warning: Conversion of string literal "Connecting lime to coconut" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:649:2: warning: Conversion of string literal "Hello" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:653:2: warning: Conversion of string literal "pentasy" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:657:2: warning: Conversion of string literal "overlon" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1229:2: warning: Conversion of string literal "" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1236:2: warning: Conversion of string literal "foo" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_util.c:1437:3: warning: Conversion of string literal "Thu, 01" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_zlib.c:136:6: style: The scope of the variable 'nread' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_zlib.c:136:13: style: The scope of the variable 'nwrite' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_zlib.c:137:6: style: The scope of the variable 'res' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_zlib.c:137:11: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_zlib.c:190:6: style: The scope of the variable 'nread' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_zlib.c:190:13: style: The scope of the variable 'nwrite' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_zlib.c:191:6: style: The scope of the variable 'res' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/regress_zlib.c:191:11: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/test-time.c:64:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/test-time.c:64:9: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/tinytest.c:381:19: style: Function 'tinytest_main' argument 1 names different: declaration 'argc' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/tinytest.h:98:23: note: Function 'tinytest_main' argument 1 names different: declaration 'argc' definition 'c'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/tinytest.c:381:19: note: Function 'tinytest_main' argument 1 names different: declaration 'argc' definition 'c'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/tinytest.c:381:35: style: Function 'tinytest_main' argument 2 names different: declaration 'argv' definition 'v'. [funcArgNamesDifferent]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/tinytest.h:98:42: note: Function 'tinytest_main' argument 2 names different: declaration 'argv' definition 'v'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/tinytest.c:381:35: note: Function 'tinytest_main' argument 2 names different: declaration 'argv' definition 'v'.
firefox-62.0/ipc/chromium/src/third_party/libevent/test/tinytest_demo.c:82:2: warning: Conversion of string literal "abcd" to bool always evaluates to true. [incorrectStringBooleanError]
firefox-62.0/ipc/chromium/src/third_party/libevent/test/tinytest_demo.c:55:6: warning: Unnecessary comparison of static strings. [staticStringCompare]
firefox-62.0/ipc/glue/BackgroundChildImpl.cpp:349:62: style: Function 'DeallocPUDPSocketChild' argument 1 names different: declaration 'aActor' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/ipc/glue/BackgroundChildImpl.h:132:43: note: Function 'DeallocPUDPSocketChild' argument 1 names different: declaration 'aActor' definition 'child'.
firefox-62.0/ipc/glue/BackgroundChildImpl.cpp:349:62: note: Function 'DeallocPUDPSocketChild' argument 1 names different: declaration 'aActor' definition 'child'.
firefox-62.0/ipc/glue/FileDescriptor.h:54:18: style: Struct 'PlatformHandleHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/ipc/glue/FileDescriptor.h:55:18: style: Struct 'PlatformHandleHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:354:81: style: Function 'RecvPTemporaryIPCBlobConstructor' argument 1 names different: declaration 'actor' definition 'aActor'. [funcArgNamesDifferent]
firefox-62.0/ipc/glue/BackgroundParentImpl.h:117:61: note: Function 'RecvPTemporaryIPCBlobConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:354:81: note: Function 'RecvPTemporaryIPCBlobConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:521:78: style: Function 'RecvPUDPSocketConstructor' argument 2 names different: declaration 'aPrincipalInfo' definition 'aOptionalPrincipal'. [funcArgNamesDifferent]
firefox-62.0/ipc/glue/BackgroundParentImpl.h:201:58: note: Function 'RecvPUDPSocketConstructor' argument 2 names different: declaration 'aPrincipalInfo' definition 'aOptionalPrincipal'.
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:521:78: note: Function 'RecvPUDPSocketConstructor' argument 2 names different: declaration 'aPrincipalInfo' definition 'aOptionalPrincipal'.
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:651:62: style: Function 'RecvPBroadcastChannelConstructor' argument 3 names different: declaration 'origin' definition 'aOrigin'. [funcArgNamesDifferent]
firefox-62.0/ipc/glue/BackgroundParentImpl.h:144:53: note: Function 'RecvPBroadcastChannelConstructor' argument 3 names different: declaration 'origin' definition 'aOrigin'.
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:651:62: note: Function 'RecvPBroadcastChannelConstructor' argument 3 names different: declaration 'origin' definition 'aOrigin'.
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:652:61: style: Function 'RecvPBroadcastChannelConstructor' argument 4 names different: declaration 'channel' definition 'aChannel'. [funcArgNamesDifferent]
firefox-62.0/ipc/glue/BackgroundParentImpl.h:145:52: note: Function 'RecvPBroadcastChannelConstructor' argument 4 names different: declaration 'channel' definition 'aChannel'.
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:652:61: note: Function 'RecvPBroadcastChannelConstructor' argument 4 names different: declaration 'channel' definition 'aChannel'.
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:881:74: style: Function 'RecvPFileSystemRequestConstructor' argument 1 names different: declaration 'actor' definition 'aActor'. [funcArgNamesDifferent]
firefox-62.0/ipc/glue/BackgroundParentImpl.h:243:63: note: Function 'RecvPFileSystemRequestConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/ipc/glue/BackgroundParentImpl.cpp:881:74: note: Function 'RecvPFileSystemRequestConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/ipc/glue/CrashReporterHost.h:37:0: style: The class 'mozilla :: ipc :: CrashReporterHost :: CallbackWrapper < bool >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/ipc/glue/CrashReporterHost.h:51:0: style: Technically the member function 'mozilla :: ipc :: CrashReporterHost :: CallbackWrapper < bool >::IsEmpty' can be const. [functionConst]
firefox-62.0/ipc/glue/CrashReporterHost.h:56:0: style: Technically the member function 'mozilla :: ipc :: CrashReporterHost :: CallbackWrapper < bool >::IsAsync' can be const. [functionConst]
firefox-62.0/ipc/glue/CrossProcessMutex_posix.cpp:45:3: performance: Variable 'mSharedBuffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/ipc/glue/CrossProcessMutex_posix.cpp:73:3: performance: Variable 'mSharedBuffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/ipc/glue/CrossProcessMutex_unimplemented.cpp:13:20: warning: Member variable 'CrossProcessMutex::mMutex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/glue/CrossProcessMutex_unimplemented.cpp:13:20: warning: Member variable 'CrossProcessMutex::mCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/glue/CrossProcessMutex_unimplemented.cpp:18:20: warning: Member variable 'CrossProcessMutex::mMutex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/glue/CrossProcessMutex_unimplemented.cpp:18:20: warning: Member variable 'CrossProcessMutex::mCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/glue/CrossProcessMutex.h:74:8: performance: Technically the member function 'mozilla::CrossProcessMutex::Lock' can be static. [functionStatic]
firefox-62.0/ipc/glue/CrossProcessMutex_unimplemented.cpp:29:20: note: Technically the member function 'mozilla::CrossProcessMutex::Lock' can be static.
firefox-62.0/ipc/glue/CrossProcessMutex.h:74:8: note: Technically the member function 'mozilla::CrossProcessMutex::Lock' can be static.
firefox-62.0/ipc/glue/CrossProcessMutex.h:83:8: performance: Technically the member function 'mozilla::CrossProcessMutex::Unlock' can be static. [functionStatic]
firefox-62.0/ipc/glue/CrossProcessMutex_unimplemented.cpp:35:20: note: Technically the member function 'mozilla::CrossProcessMutex::Unlock' can be static.
firefox-62.0/ipc/glue/CrossProcessMutex.h:83:8: note: Technically the member function 'mozilla::CrossProcessMutex::Unlock' can be static.
firefox-62.0/ipc/glue/CrossProcessMutex.h:92:27: performance: Technically the member function 'mozilla::CrossProcessMutex::ShareToProcess' can be static. [functionStatic]
firefox-62.0/ipc/glue/CrossProcessMutex_unimplemented.cpp:41:20: note: Technically the member function 'mozilla::CrossProcessMutex::ShareToProcess' can be static.
firefox-62.0/ipc/glue/CrossProcessMutex.h:92:27: note: Technically the member function 'mozilla::CrossProcessMutex::ShareToProcess' can be static.
firefox-62.0/ipc/glue/CrossProcessMutex_windows.cpp:20:20: warning: Member variable 'CrossProcessMutex::mCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/glue/CrossProcessMutex_windows.cpp:32:20: warning: Member variable 'CrossProcessMutex::mCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/glue/CrossProcessSemaphore_unimplemented.cpp:27:24: warning: Member variable 'CrossProcessSemaphore::mSemaphore' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/ipc/glue/CrossProcessSemaphore_unimplemented.cpp:27:24: warning: Member variable 'CrossProcessSemaphore::mRefCount' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:65:8: performance: Technically the member function 'mozilla::CrossProcessSemaphore::Wait' can be static. [functionStatic]
firefox-62.0/ipc/glue/CrossProcessSemaphore_unimplemented.cpp:38:24: note: Technically the member function 'mozilla::CrossProcessSemaphore::Wait' can be static.
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:65:8: note: Technically the member function 'mozilla::CrossProcessSemaphore::Wait' can be static.
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:70:8: performance: Technically the member function 'mozilla::CrossProcessSemaphore::Signal' can be static. [functionStatic]
firefox-62.0/ipc/glue/CrossProcessSemaphore_unimplemented.cpp:45:24: note: Technically the member function 'mozilla::CrossProcessSemaphore::Signal' can be static.
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:70:8: note: Technically the member function 'mozilla::CrossProcessSemaphore::Signal' can be static.
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:79:31: performance: Technically the member function 'mozilla::CrossProcessSemaphore::ShareToProcess' can be static. [functionStatic]
firefox-62.0/ipc/glue/CrossProcessSemaphore_unimplemented.cpp:51:24: note: Technically the member function 'mozilla::CrossProcessSemaphore::ShareToProcess' can be static.
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:79:31: note: Technically the member function 'mozilla::CrossProcessSemaphore::ShareToProcess' can be static.
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:81:8: performance: Technically the member function 'mozilla::CrossProcessSemaphore::CloseHandle' can be static. [functionStatic]
firefox-62.0/ipc/glue/CrossProcessSemaphore_unimplemented.cpp:58:24: note: Technically the member function 'mozilla::CrossProcessSemaphore::CloseHandle' can be static.
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:81:8: note: Technically the member function 'mozilla::CrossProcessSemaphore::CloseHandle' can be static.
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:81:8: performance: Technically the member function 'mozilla::CrossProcessSemaphore::CloseHandle' can be static. [functionStatic]
firefox-62.0/ipc/glue/CrossProcessSemaphore_windows.cpp:89:24: note: Technically the member function 'mozilla::CrossProcessSemaphore::CloseHandle' can be static.
firefox-62.0/ipc/glue/CrossProcessSemaphore.h:81:8: note: Technically the member function 'mozilla::CrossProcessSemaphore::CloseHandle' can be static.
firefox-62.0/ipc/glue/FileDescriptor.cpp:138:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/ipc/glue/FileDescriptor.h:67:10: style: Technically the member function 'mozilla::ipc::FileDescriptor::PlatformHandleDeleter::operator()' can be const. [functionConst]
firefox-62.0/ipc/glue/FileDescriptor.cpp:224:40: note: Technically the member function 'mozilla::ipc::FileDescriptor::PlatformHandleDeleter::operator()' can be const.
firefox-62.0/ipc/glue/FileDescriptor.h:67:10: note: Technically the member function 'mozilla::ipc::FileDescriptor::PlatformHandleDeleter::operator()' can be const.
firefox-62.0/ipc/glue/GeckoChildProcessHost.cpp:167:0: error: #error Sorry; target OS not supported yet. [preprocessorErrorDirective]
firefox-62.0/ipc/glue/IPCMessageUtils.h:1056:13: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
firefox-62.0/ipc/glue/MessageChannel.cpp:2097:22: style: The scope of the variable 'blockingVar' can be reduced. [variableScope]
firefox-62.0/ipc/glue/MessageChannel.cpp:437:10: style: Technically the member function 'mozilla::ipc::AutoEnterTransaction::IsComplete' can be const. [functionConst]
firefox-62.0/ipc/glue/MessageChannel.cpp:441:10: style: Technically the member function 'mozilla::ipc::AutoEnterTransaction::IsOutgoing' can be const. [functionConst]
firefox-62.0/ipc/glue/MessageChannel.cpp:445:10: style: Technically the member function 'mozilla::ipc::AutoEnterTransaction::IsCanceled' can be const. [functionConst]
firefox-62.0/ipc/glue/MessageChannel.cpp:2097:76: error: Uninitialized variable: dummy [uninitvar]
firefox-62.0/ipc/glue/MessagePump.cpp:359:9: warning: Identical condition 'didWork', second condition is always false [identicalConditionAfterEarlyExit]
firefox-62.0/ipc/glue/MessagePump.cpp:349:9: note: first condition
firefox-62.0/ipc/glue/MessagePump.cpp:359:9: note: second condition
firefox-62.0/ipc/glue/MessagePump.cpp:157:57: style: Function 'ScheduleDelayedWork' argument 1 names different: declaration 'aDelayedWorkTime' definition 'aDelayedTime'. [funcArgNamesDifferent]
firefox-62.0/ipc/glue/MessagePump.h:50:46: note: Function 'ScheduleDelayedWork' argument 1 names different: declaration 'aDelayedWorkTime' definition 'aDelayedTime'.
firefox-62.0/ipc/glue/MessagePump.cpp:157:57: note: Function 'ScheduleDelayedWork' argument 1 names different: declaration 'aDelayedWorkTime' definition 'aDelayedTime'.
firefox-62.0/ipc/glue/ProcessUtils_none.cpp:12:37: style: Function 'SetThisProcessName' argument 1 names different: declaration 'aName' definition 'aString'. [funcArgNamesDifferent]
firefox-62.0/ipc/glue/ProcessUtils.h:15:37: note: Function 'SetThisProcessName' argument 1 names different: declaration 'aName' definition 'aString'.
firefox-62.0/ipc/glue/ProcessUtils_none.cpp:12:37: note: Function 'SetThisProcessName' argument 1 names different: declaration 'aName' definition 'aString'.
firefox-62.0/ipc/glue/ProtocolUtils.cpp:232:7: style: Condition 'error' is always false [knownConditionTrueFalse]
firefox-62.0/ipc/glue/ProtocolUtils.cpp:226:19: note: Assignment 'error=0', assigned value is 0
firefox-62.0/ipc/glue/ProtocolUtils.cpp:232:7: note: Condition 'error' is always false
firefox-62.0/ipc/glue/ProtocolUtils.cpp:1043:7: style: Condition 'replace' is always false [knownConditionTrueFalse]
firefox-62.0/ipc/glue/ProtocolUtils.cpp:1039:18: note: Assignment 'replace=false', assigned value is 0
firefox-62.0/ipc/glue/ProtocolUtils.cpp:1043:7: note: Condition 'replace' is always false
firefox-62.0/ipc/glue/Shmem.h:185:8: performance: Technically the member function 'mozilla::ipc::Shmem::RevokeRights' can be static. [functionStatic]
firefox-62.0/ipc/glue/Shmem.h:247:8: performance: Technically the member function 'mozilla::ipc::Shmem::AssertInvariants' can be static. [functionStatic]
firefox-62.0/ipc/glue/WindowsMessageLoop.cpp:890:59: style: Function 'NeuteredWindowRegion' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'. [funcArgNamesDifferent]
firefox-62.0/ipc/glue/Neutering.h:29:48: note: Function 'NeuteredWindowRegion' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/ipc/glue/WindowsMessageLoop.cpp:890:59: note: Function 'NeuteredWindowRegion' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/ipc/glue/WindowsMessageLoop.cpp:1342:3: performance: Variable 'mWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/ipc/glue/WindowsMessageLoop.cpp:1499:3: performance: Variable 'style' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/ipc/glue/Neutering.h:36:8: performance: Technically the member function 'mozilla::ipc::NeuteredWindowRegion::PumpOnce' can be static. [functionStatic]
firefox-62.0/ipc/glue/WindowsMessageLoop.cpp:907:23: note: Technically the member function 'mozilla::ipc::NeuteredWindowRegion::PumpOnce' can be static.
firefox-62.0/ipc/glue/Neutering.h:36:8: note: Technically the member function 'mozilla::ipc::NeuteredWindowRegion::PumpOnce' can be static.
firefox-62.0/ipc/glue/WindowsMessageLoop.h:53:16: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/ipc/glue/WindowsMessageLoop.h:34:16: note: Virtual function in base class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:53:16: note: Function in derived class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:73:16: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/ipc/glue/WindowsMessageLoop.h:34:16: note: Virtual function in base class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:73:16: note: Function in derived class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:86:16: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/ipc/glue/WindowsMessageLoop.h:34:16: note: Virtual function in base class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:86:16: note: Function in derived class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:118:16: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/ipc/glue/WindowsMessageLoop.h:34:16: note: Virtual function in base class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:118:16: note: Function in derived class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:145:16: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/ipc/glue/WindowsMessageLoop.h:34:16: note: Virtual function in base class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:145:16: note: Function in derived class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:161:16: style: The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/ipc/glue/WindowsMessageLoop.h:53:16: note: Virtual function in base class
firefox-62.0/ipc/glue/WindowsMessageLoop.h:161:16: note: Function in derived class
firefox-62.0/ipc/ipdl/test/cxx/IPDLUnitTests.template.cpp:63:0: error: #error Sorry [preprocessorErrorDirective]
firefox-62.0/ipc/ipdl/test/cxx/TestDataStructures.cpp:68:33: style: Function 'RecvTest1' argument 1 names different: declaration 'i1' definition 'ia'. [funcArgNamesDifferent]
firefox-62.0/ipc/ipdl/test/cxx/TestDataStructures.h:61:30: note: Function 'RecvTest1' argument 1 names different: declaration 'i1' definition 'ia'.
firefox-62.0/ipc/ipdl/test/cxx/TestDataStructures.cpp:68:33: note: Function 'RecvTest1' argument 1 names different: declaration 'i1' definition 'ia'.
firefox-62.0/ipc/ipdl/test/cxx/TestDataStructures.cpp:69:32: style: Function 'RecvTest1' argument 2 names different: declaration 'o1' definition 'oa'. [funcArgNamesDifferent]
firefox-62.0/ipc/ipdl/test/cxx/TestDataStructures.h:62:36: note: Function 'RecvTest1' argument 2 names different: declaration 'o1' definition 'oa'.
firefox-62.0/ipc/ipdl/test/cxx/TestDataStructures.cpp:69:32: note: Function 'RecvTest1' argument 2 names different: declaration 'o1' definition 'oa'.
firefox-62.0/ipc/ipdl/test/cxx/TestInterruptRaces.cpp:55:44: style: Function 'AnswerRace' argument 1 names different: declaration 'hasRace' definition 'hasReply'. [funcArgNamesDifferent]
firefox-62.0/ipc/ipdl/test/cxx/TestInterruptRaces.h:36:22: note: Function 'AnswerRace' argument 1 names different: declaration 'hasRace' definition 'hasReply'.
firefox-62.0/ipc/ipdl/test/cxx/TestInterruptRaces.cpp:55:44: note: Function 'AnswerRace' argument 1 names different: declaration 'hasRace' definition 'hasReply'.
firefox-62.0/ipc/ipdl/test/cxx/TestInterruptRaces.cpp:157:43: style: Function 'AnswerRace' argument 1 names different: declaration 'hasRace' definition 'hasReply'. [funcArgNamesDifferent]
firefox-62.0/ipc/ipdl/test/cxx/TestInterruptRaces.h:91:22: note: Function 'AnswerRace' argument 1 names different: declaration 'hasRace' definition 'hasReply'.
firefox-62.0/ipc/ipdl/test/cxx/TestInterruptRaces.cpp:157:43: note: Function 'AnswerRace' argument 1 names different: declaration 'hasRace' definition 'hasReply'.
firefox-62.0/ipc/ipdl/test/cxx/TestJSON.h:30:5: warning: Member variable 'TestJSONParent::mKid' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/ipdl/test/cxx/TestJSON.h:78:5: warning: Member variable 'TestJSONChild::mKid' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/ipdl/test/cxx/TestMultiMgrs.h:203:5: warning: Member variable 'TestMultiMgrsChild::mBottomL' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/ipdl/test/cxx/TestMultiMgrs.h:203:5: warning: Member variable 'TestMultiMgrsChild::mBottomR' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/ipc/ipdl/test/cxx/TestOffMainThreadPainting.cpp:235:60: style: Function 'TestPaintThreadChild' argument 1 names different: declaration 'aOtherChannel' definition 'aMainChannel'. [funcArgNamesDifferent]
firefox-62.0/ipc/ipdl/test/cxx/TestOffMainThreadPainting.h:92:49: note: Function 'TestPaintThreadChild' argument 1 names different: declaration 'aOtherChannel' definition 'aMainChannel'.
firefox-62.0/ipc/ipdl/test/cxx/TestOffMainThreadPainting.cpp:235:60: note: Function 'TestPaintThreadChild' argument 1 names different: declaration 'aOtherChannel' definition 'aMainChannel'.
firefox-62.0/ipc/mscom/Interceptor.cpp:203:3: style: Technically the member function 'mozilla::mscom::detail::LoggedQIResult::operatorHRESULT' can be const. [functionConst]
firefox-62.0/ipc/mscom/InterceptorLog.cpp:86:8: performance: Technically the member function '::Logger::AssertRunningOnLoggerThread' can be static. [functionStatic]
firefox-62.0/ipc/mscom/InterceptorLog.cpp:152:9: note: Technically the member function '::Logger::AssertRunningOnLoggerThread' can be static.
firefox-62.0/ipc/mscom/InterceptorLog.cpp:86:8: note: Technically the member function '::Logger::AssertRunningOnLoggerThread' can be static.
firefox-62.0/ipc/mscom/InterceptorLog.cpp:88:8: performance: Technically the member function '::Logger::TryParamAsGuid' can be static. [functionStatic]
firefox-62.0/ipc/mscom/InterceptorLog.cpp:318:9: note: Technically the member function '::Logger::TryParamAsGuid' can be static.
firefox-62.0/ipc/mscom/InterceptorLog.cpp:88:8: note: Technically the member function '::Logger::TryParamAsGuid' can be static.
firefox-62.0/ipc/mscom/MainThreadRuntime.cpp:31:8: style: Technically the member function '::LocalFreeDeleter::operator()' can be const. [functionConst]
firefox-62.0/ipc/mscom/Objref.cpp:246:12: style: The scope of the variable 'staticResAddrBuf' can be reduced. [variableScope]
firefox-62.0/ipc/mscom/Objref.cpp:177:8: style: Technically the member function '::ByteArrayDeleter::operator()' can be const. [functionConst]
firefox-62.0/ipc/testshell/XPCShellEnvironment.cpp:270:17: style: The scope of the variable 'startline' can be reduced. [variableScope]
firefox-62.0/ipc/testshell/XPCShellEnvironment.cpp:272:11: style: The scope of the variable 'bufp' can be reduced. [variableScope]
firefox-62.0/ipc/testshell/XPCShellEnvironment.h:47:10: style: Technically the member function 'mozilla::ipc::XPCShellEnvironment::IsQuitting' can be const. [functionConst]
firefox-62.0/js/ipc/CPOWTimer.cpp:14:36: style: Function 'CPOWTimer' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/CPOWTimer.h:25:45: note: Function 'CPOWTimer' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/js/ipc/CPOWTimer.cpp:14:36: note: Function 'CPOWTimer' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/js/ipc/JavaScriptShared.h:42:10: performance: Technically the member function 'mozilla::jsipc::ObjectId::isNull' can be static. [functionStatic]
firefox-62.0/js/ipc/JavaScriptShared.h:44:14: performance: Technically the member function 'mozilla::jsipc::ObjectId::serialNumber' can be static. [functionStatic]
firefox-62.0/js/ipc/JavaScriptShared.h:60:10: performance: Technically the member function 'mozilla::jsipc::ObjectId::trace' can be static. [functionStatic]
firefox-62.0/js/ipc/JavaScriptShared.h:61:10: performance: Technically the member function 'mozilla::jsipc::ObjectId::needsSweep' can be static. [functionStatic]
firefox-62.0/js/ipc/JavaScriptShared.cpp:226:99: style: Function 'convertGeckoStringToId' argument 3 names different: declaration 'id' definition 'to'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/JavaScriptShared.h:176:90: note: Function 'convertGeckoStringToId' argument 3 names different: declaration 'id' definition 'to'.
firefox-62.0/js/ipc/JavaScriptShared.cpp:226:99: note: Function 'convertGeckoStringToId' argument 3 names different: declaration 'id' definition 'to'.
firefox-62.0/js/ipc/JavaScriptShared.cpp:423:62: style: Function 'toSymbolVariant' argument 2 names different: declaration 'sym' definition 'symArg'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/JavaScriptShared.h:164:53: note: Function 'toSymbolVariant' argument 2 names different: declaration 'sym' definition 'symArg'.
firefox-62.0/js/ipc/JavaScriptShared.cpp:423:62: note: Function 'toSymbolVariant' argument 2 names different: declaration 'sym' definition 'symArg'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:36:9: style: Condition '!sEnvVarInitialized' is always true [knownConditionTrueFalse]
firefox-62.0/js/ipc/WrapperAnswer.cpp:129:84: style: Function 'RecvGetPropertyDescriptor' argument 2 names different: declaration 'id' definition 'idVar'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:25:78: note: Function 'RecvGetPropertyDescriptor' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:129:84: note: Function 'RecvGetPropertyDescriptor' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:161:87: style: Function 'RecvGetOwnPropertyDescriptor' argument 2 names different: declaration 'id' definition 'idVar'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:29:58: note: Function 'RecvGetOwnPropertyDescriptor' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:161:87: note: Function 'RecvGetOwnPropertyDescriptor' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:193:77: style: Function 'RecvDefineProperty' argument 2 names different: declaration 'id' definition 'idVar'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:32:71: note: Function 'RecvDefineProperty' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:193:77: note: Function 'RecvDefineProperty' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:194:62: style: Function 'RecvDefineProperty' argument 3 names different: declaration 'flags' definition 'descriptor'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:33:56: note: Function 'RecvDefineProperty' argument 3 names different: declaration 'flags' definition 'descriptor'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:194:62: note: Function 'RecvDefineProperty' argument 3 names different: declaration 'flags' definition 'descriptor'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:224:69: style: Function 'RecvDelete' argument 2 names different: declaration 'id' definition 'idVar'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:34:63: note: Function 'RecvDelete' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:224:69: note: Function 'RecvDelete' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:250:66: style: Function 'RecvHas' argument 2 names different: declaration 'id' definition 'idVar'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:36:60: note: Function 'RecvHas' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:250:66: note: Function 'RecvHas' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:277:69: style: Function 'RecvHasOwn' argument 2 names different: declaration 'id' definition 'idVar'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:38:63: note: Function 'RecvHasOwn' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:277:69: note: Function 'RecvHasOwn' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:305:43: style: Function 'RecvGet' argument 3 names different: declaration 'id' definition 'idVar'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:41:37: note: Function 'RecvGet' argument 3 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:305:43: note: Function 'RecvGet' argument 3 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:343:66: style: Function 'RecvSet' argument 2 names different: declaration 'id' definition 'idVar'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:43:60: note: Function 'RecvSet' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:343:66: note: Function 'RecvSet' argument 2 names different: declaration 'id' definition 'idVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:509:72: style: Function 'RecvHasInstance' argument 2 names different: declaration 'v' definition 'vVar'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:51:66: note: Function 'RecvHasInstance' argument 2 names different: declaration 'v' definition 'vVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:509:72: note: Function 'RecvHasInstance' argument 2 names different: declaration 'v' definition 'vVar'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:589:64: style: Function 'RecvClassName' argument 2 names different: declaration 'result' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperAnswer.h:55:58: note: Function 'RecvClassName' argument 2 names different: declaration 'result' definition 'name'.
firefox-62.0/js/ipc/WrapperAnswer.cpp:589:64: note: Function 'RecvClassName' argument 2 names different: declaration 'result' definition 'name'.
firefox-62.0/js/ipc/JavaScriptLogging.h:96:10: performance: Technically the member function 'mozilla::jsipc::Logging::format' can be static. [functionStatic]
firefox-62.0/js/ipc/WrapperOwner.cpp:425:53: style: Function 'DOMQI' argument 2 names different: declaration 'callee' definition 'proxy'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperOwner.h:68:48: note: Function 'DOMQI' argument 2 names different: declaration 'callee' definition 'proxy'.
firefox-62.0/js/ipc/WrapperOwner.cpp:425:53: note: Function 'DOMQI' argument 2 names different: declaration 'callee' definition 'proxy'.
firefox-62.0/js/ipc/WrapperOwner.cpp:751:55: style: Function 'isArray' argument 2 names different: declaration 'obj' definition 'proxy'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperOwner.cpp:129:54: note: Function 'isArray' argument 2 names different: declaration 'obj' definition 'proxy'.
firefox-62.0/js/ipc/WrapperOwner.cpp:751:55: note: Function 'isArray' argument 2 names different: declaration 'obj' definition 'proxy'.
firefox-62.0/js/ipc/WrapperOwner.cpp:803:87: style: Function 'getPrototype' argument 3 names different: declaration 'protop' definition 'objp'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperOwner.cpp:137:86: note: Function 'getPrototype' argument 3 names different: declaration 'protop' definition 'objp'.
firefox-62.0/js/ipc/WrapperOwner.cpp:803:87: note: Function 'getPrototype' argument 3 names different: declaration 'protop' definition 'objp'.
firefox-62.0/js/ipc/WrapperOwner.cpp:830:62: style: Function 'getPrototypeIfOrdinary' argument 4 names different: declaration 'protop' definition 'objp'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperOwner.cpp:139:61: note: Function 'getPrototypeIfOrdinary' argument 4 names different: declaration 'protop' definition 'objp'.
firefox-62.0/js/ipc/WrapperOwner.cpp:830:62: note: Function 'getPrototypeIfOrdinary' argument 4 names different: declaration 'protop' definition 'objp'.
firefox-62.0/js/ipc/WrapperOwner.cpp:906:40: style: Function 'isCallable' argument 1 names different: declaration 'obj' definition 'proxy'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperOwner.cpp:135:39: note: Function 'isCallable' argument 1 names different: declaration 'obj' definition 'proxy'.
firefox-62.0/js/ipc/WrapperOwner.cpp:906:40: note: Function 'isCallable' argument 1 names different: declaration 'obj' definition 'proxy'.
firefox-62.0/js/ipc/WrapperOwner.cpp:913:43: style: Function 'isConstructor' argument 1 names different: declaration 'obj' definition 'proxy'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperOwner.cpp:136:42: note: Function 'isConstructor' argument 1 names different: declaration 'obj' definition 'proxy'.
firefox-62.0/js/ipc/WrapperOwner.cpp:913:43: note: Function 'isConstructor' argument 1 names different: declaration 'obj' definition 'proxy'.
firefox-62.0/js/ipc/WrapperOwner.cpp:1132:56: style: Function 'toObjectVariant' argument 2 names different: declaration 'obj' definition 'objArg'. [funcArgNamesDifferent]
firefox-62.0/js/ipc/WrapperOwner.h:85:59: note: Function 'toObjectVariant' argument 2 names different: declaration 'obj' definition 'objArg'.
firefox-62.0/js/ipc/WrapperOwner.cpp:1132:56: note: Function 'toObjectVariant' argument 2 names different: declaration 'obj' definition 'objArg'.
firefox-62.0/js/rust/src/jsglue.cpp:770:0: error: #error "unsupported platform" [preprocessorErrorDirective]
firefox-62.0/js/src/builtin/Array.cpp:650:10: style: Technically the member function 'ReverseIndexComparator::operator()' can be const. [functionConst]
firefox-62.0/js/src/builtin/Array.cpp:1216:10: style: Technically the member function 'EmptySeparatorOp::operator()' can be const. [functionConst]
firefox-62.0/js/src/builtin/Array.cpp:1779:10: style: Technically the member function '::SortComparatorLexicographicInt32::operator()' can be const. [functionConst]
firefox-62.0/js/src/builtin/Array.cpp:3071:10: style: Technically the member function 'SortComparatorIndexes::operator()' can be const. [functionConst]
firefox-62.0/js/src/builtin/Eval.cpp:120:10: style: Technically the member function 'EvalScriptGuard::foundScript' can be const. [functionConst]
firefox-62.0/js/src/builtin/Object.cpp:288:13: style: Condition 'comma' is always false [knownConditionTrueFalse]
firefox-62.0/js/src/builtin/Object.cpp:250:18: note: Assignment 'comma=false', assigned value is 0
firefox-62.0/js/src/builtin/Object.cpp:288:13: note: Condition 'comma' is always false
firefox-62.0/js/src/builtin/Object.cpp:1620:50: style: Variable 'kind' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/builtin/Object.cpp:1731:50: style: Variable 'kind' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/builtin/Promise.cpp:1000:79: style: Function 'RejectMaybeWrappedPromise' argument 3 names different: declaration 'reason' definition 'reason_'. [funcArgNamesDifferent]
firefox-62.0/js/src/builtin/Promise.cpp:505:64: note: Function 'RejectMaybeWrappedPromise' argument 3 names different: declaration 'reason' definition 'reason_'.
firefox-62.0/js/src/builtin/Promise.cpp:1000:79: note: Function 'RejectMaybeWrappedPromise' argument 3 names different: declaration 'reason' definition 'reason_'.
firefox-62.0/js/src/builtin/Promise.cpp:1335:61: style: Function 'EnqueuePromiseResolveThenableJob' argument 2 names different: declaration 'promiseToResolve' definition 'promiseToResolve_'. [funcArgNamesDifferent]
firefox-62.0/js/src/builtin/Promise.cpp:554:71: note: Function 'EnqueuePromiseResolveThenableJob' argument 2 names different: declaration 'promiseToResolve' definition 'promiseToResolve_'.
firefox-62.0/js/src/builtin/Promise.cpp:1335:61: note: Function 'EnqueuePromiseResolveThenableJob' argument 2 names different: declaration 'promiseToResolve' definition 'promiseToResolve_'.
firefox-62.0/js/src/builtin/Promise.cpp:1336:46: style: Function 'EnqueuePromiseResolveThenableJob' argument 3 names different: declaration 'thenable' definition 'thenable_'. [funcArgNamesDifferent]
firefox-62.0/js/src/builtin/Promise.cpp:555:71: note: Function 'EnqueuePromiseResolveThenableJob' argument 3 names different: declaration 'thenable' definition 'thenable_'.
firefox-62.0/js/src/builtin/Promise.cpp:1336:46: note: Function 'EnqueuePromiseResolveThenableJob' argument 3 names different: declaration 'thenable' definition 'thenable_'.
firefox-62.0/js/src/builtin/Promise.cpp:2800:38: style: Function 'AsyncGeneratorResumeNext' argument 4 names different: declaration 'valueOrException' definition 'valueOrException_'. [funcArgNamesDifferent]
firefox-62.0/js/src/builtin/Promise.cpp:2777:59: note: Function 'AsyncGeneratorResumeNext' argument 4 names different: declaration 'valueOrException' definition 'valueOrException_'.
firefox-62.0/js/src/builtin/Promise.cpp:2800:38: note: Function 'AsyncGeneratorResumeNext' argument 4 names different: declaration 'valueOrException' definition 'valueOrException_'.
firefox-62.0/js/src/builtin/Promise.cpp:3254:43: style: Function 'BlockOnPromise' argument 2 names different: declaration 'promise' definition 'promiseVal'. [funcArgNamesDifferent]
firefox-62.0/js/src/builtin/Promise.cpp:1399:68: note: Function 'BlockOnPromise' argument 2 names different: declaration 'promise' definition 'promiseVal'.
firefox-62.0/js/src/builtin/Promise.cpp:3254:43: note: Function 'BlockOnPromise' argument 2 names different: declaration 'promise' definition 'promiseVal'.
firefox-62.0/js/src/builtin/Promise.cpp:3254:68: style: Function 'BlockOnPromise' argument 3 names different: declaration 'blockedPromise' definition 'blockedPromise_'. [funcArgNamesDifferent]
firefox-62.0/js/src/builtin/Promise.cpp:1400:54: note: Function 'BlockOnPromise' argument 3 names different: declaration 'blockedPromise' definition 'blockedPromise_'.
firefox-62.0/js/src/builtin/Promise.cpp:3254:68: note: Function 'BlockOnPromise' argument 3 names different: declaration 'blockedPromise' definition 'blockedPromise_'.
firefox-62.0/js/src/builtin/Promise.cpp:396:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/js/src/builtin/ReflectParse.cpp:2453:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/builtin/ReflectParse.cpp:2475:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/builtin/ReflectParse.cpp:2956:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/builtin/ReflectParse.cpp:2999:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/builtin/ReflectParse.cpp:3056:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/builtin/ReflectParse.cpp:3256:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/builtin/ReflectParse.cpp:343:17: performance: Technically the member function '::NodeBuilder::opt' can be static. [functionStatic]
firefox-62.0/js/src/builtin/ReflectParse.cpp:373:23: performance: Technically the member function '::NodeBuilder::newNodeHelper' can be static. [functionStatic]
firefox-62.0/js/src/builtin/Stream.cpp:1193:50: style: Function 'ReadableStreamTee' argument 4 names different: declaration 'branch1' definition 'branch1Stream'. [funcArgNamesDifferent]
firefox-62.0/js/src/builtin/Stream.cpp:911:50: note: Function 'ReadableStreamTee' argument 4 names different: declaration 'branch1' definition 'branch1Stream'.
firefox-62.0/js/src/builtin/Stream.cpp:1193:50: note: Function 'ReadableStreamTee' argument 4 names different: declaration 'branch1' definition 'branch1Stream'.
firefox-62.0/js/src/builtin/Stream.cpp:1194:50: style: Function 'ReadableStreamTee' argument 5 names different: declaration 'branch2' definition 'branch2Stream'. [funcArgNamesDifferent]
firefox-62.0/js/src/builtin/Stream.cpp:911:90: note: Function 'ReadableStreamTee' argument 5 names different: declaration 'branch2' definition 'branch2Stream'.
firefox-62.0/js/src/builtin/Stream.cpp:1194:50: note: Function 'ReadableStreamTee' argument 5 names different: declaration 'branch2' definition 'branch2Stream'.
firefox-62.0/js/src/builtin/String.cpp:113:0: style: The class 'InlineCharBuffer < char16_t >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/builtin/String.cpp:132:0: performance: Technically the member function 'InlineCharBuffer < Latin1Char >::assertValidRequest' can be static. [functionStatic]
firefox-62.0/js/src/builtin/String.cpp:132:0: performance: Technically the member function 'InlineCharBuffer < char16_t >::assertValidRequest' can be static. [functionStatic]
firefox-62.0/js/src/builtin/String.cpp:1011:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/builtin/TestingFunctions.cpp:2789:0: style: Variable 'intValue' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/builtin/intl/SharedIntlData.cpp:192:17: style: The scope of the variable 'target' can be reduced. [variableScope]
firefox-62.0/js/src/ctypes/CTypes.cpp:3314:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/ctypes/CTypes.cpp:4293:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/ctypes/CTypes.cpp:5112:49: style: Function 'GetGlobalCTypes' argument 2 names different: declaration 'obj' definition 'objArg'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/CTypes.cpp:260:61: note: Function 'GetGlobalCTypes' argument 2 names different: declaration 'obj' definition 'objArg'.
firefox-62.0/js/src/ctypes/CTypes.cpp:5112:49: note: Function 'GetGlobalCTypes' argument 2 names different: declaration 'obj' definition 'objArg'.
firefox-62.0/js/src/ctypes/CTypes.cpp:5566:39: style: Function 'ConstructData' argument 2 names different: declaration 'obj' definition 'obj_'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/CTypes.cpp:293:57: note: Function 'ConstructData' argument 2 names different: declaration 'obj' definition 'obj_'.
firefox-62.0/js/src/ctypes/CTypes.cpp:5566:39: note: Function 'ConstructData' argument 2 names different: declaration 'obj' definition 'obj_'.
firefox-62.0/js/src/ctypes/CTypes.cpp:5859:80: style: Function 'Setter' argument 4 names different: declaration 'v' definition 'vp'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/CTypes.cpp:300:83: note: Function 'Setter' argument 4 names different: declaration 'v' definition 'vp'.
firefox-62.0/js/src/ctypes/CTypes.cpp:5859:80: note: Function 'Setter' argument 4 names different: declaration 'v' definition 'vp'.
firefox-62.0/js/src/ctypes/CTypes.cpp:8278:45: style: Function 'GetValue' argument 3 names different: declaration 'result' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/CTypes.cpp:488:73: note: Function 'GetValue' argument 3 names different: declaration 'result' definition 'aResult'.
firefox-62.0/js/src/ctypes/CTypes.cpp:8278:45: note: Function 'GetValue' argument 3 names different: declaration 'result' definition 'aResult'.
firefox-62.0/js/src/ctypes/CTypes.cpp:5405:26: warning: Suspicious code: sign conversion of offset in calculation, even though offset can have a negative value [signConversion]
firefox-62.0/js/src/ctypes/CTypes.cpp:2821:20: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/ctypes/CTypes.cpp:2911:20: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/ctypes/libffi/src/aarch64/ffi.c:69:0: error: #error "Missing builtin to flush instruction cache" [preprocessorErrorDirective]
firefox-62.0/js/src/ctypes/libffi/src/alpha/ffi.c:141:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/alpha/ffi.c:144:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/alpha/ffi.c:148:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/alpha/ffi.c:258:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/alpha/ffi.c:258:37: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/alpha/ffi.c:89:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/alpha/ffi.c:93:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/alpha/ffi.c:217:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/arc/ffi.c:115:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/js/src/ctypes/libffi/src/arc/ffi.c:119:4: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/js/src/ctypes/libffi/src/arc/ffi.c:115:4: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/js/src/ctypes/libffi/src/arc/ffi.c:178:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/arc/ffi.c:206:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:107:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:113:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:166:8: style: The scope of the variable 'is_vfp_type' can be reduced. [variableScope]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:461:8: style: The scope of the variable 'is_vfp_type' can be reduced. [variableScope]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:408:49: style: Function 'ffi_prep_incoming_args_SYSV' argument 2 names different: declaration 'ret' definition 'rvalue'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:368:62: note: Function 'ffi_prep_incoming_args_SYSV' argument 2 names different: declaration 'ret' definition 'rvalue'.
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:408:49: note: Function 'ffi_prep_incoming_args_SYSV' argument 2 names different: declaration 'ret' definition 'rvalue'.
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:409:15: style: Function 'ffi_prep_incoming_args_SYSV' argument 3 names different: declaration 'args' definition 'avalue'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:369:14: note: Function 'ffi_prep_incoming_args_SYSV' argument 3 names different: declaration 'args' definition 'avalue'.
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:409:15: note: Function 'ffi_prep_incoming_args_SYSV' argument 3 names different: declaration 'args' definition 'avalue'.
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:449:48: style: Function 'ffi_prep_incoming_args_VFP' argument 2 names different: declaration 'ret' definition 'rvalue'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:371:61: note: Function 'ffi_prep_incoming_args_VFP' argument 2 names different: declaration 'ret' definition 'rvalue'.
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:449:48: note: Function 'ffi_prep_incoming_args_VFP' argument 2 names different: declaration 'ret' definition 'rvalue'.
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:450:15: style: Function 'ffi_prep_incoming_args_VFP' argument 3 names different: declaration 'args' definition 'avalue'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:372:14: note: Function 'ffi_prep_incoming_args_VFP' argument 3 names different: declaration 'args' definition 'avalue'.
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:450:15: note: Function 'ffi_prep_incoming_args_VFP' argument 3 names different: declaration 'args' definition 'avalue'.
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:324:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:331:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/arm/ffi.c:389:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/avr32/ffi.c:310:45: portability: '(void*)stack_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/avr32/ffi.c:320:43: portability: '(void*)reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/avr32/ffi.c:327:47: portability: '(void*)reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/avr32/ffi.c:332:47: portability: '(void*)reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/avr32/ffi.c:340:41: portability: '(void*)stack_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/avr32/ffi.c:253:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/avr32/ffi.c:380:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/cris/ffi.c:255:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/cris/ffi.c:307:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:2889:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:2932:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3289:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3383:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3461:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3475:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3487:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3488:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3512:23: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3525:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3535:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3555:47: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3559:64: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3627:59: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3658:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3530:7: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3527:0: note: Variable 'br' is reassigned a value before the old one has been used.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3530:7: note: Variable 'br' is reassigned a value before the old one has been used.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3531:7: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3528:0: note: Variable 'end' is reassigned a value before the old one has been used.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3531:7: note: Variable 'end' is reassigned a value before the old one has been used.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3756:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3756:27: note: Opposite expression on both sides of '&'.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3756:27: note: Opposite expression on both sides of '&'.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3798:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3798:23: note: Opposite expression on both sides of '&'.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3798:23: note: Opposite expression on both sides of '&'.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:4176:31: style: Opposite expression on both sides of '&'. [oppositeExpression]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:4176:31: note: Opposite expression on both sides of '&'.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:4176:31: note: Opposite expression on both sides of '&'.
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3356:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3412:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3645:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:3783:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:4339:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:4013:13: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:631:23: style: struct member 'mallinfo::smblks' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:632:23: style: struct member 'mallinfo::hblks' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:635:23: style: struct member 'mallinfo::fsmblks' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:4364:18: error: Invalid malloc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:4362:13: note: Assignment 'req=~(unsigned long)0', assigned value is -1
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:4364:18: note: Invalid argument
firefox-62.0/js/src/ctypes/libffi/src/dlmalloc.c:4115:0: error: Memory leak: mem [memleak]
firefox-62.0/js/src/ctypes/libffi/src/frv/ffi.c:263:3: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/ctypes/libffi/src/frv/ffi.c:256:0: note: Variable 'fn' is reassigned a value before the old one has been used.
firefox-62.0/js/src/ctypes/libffi/src/frv/ffi.c:263:3: note: Variable 'fn' is reassigned a value before the old one has been used.
firefox-62.0/js/src/ctypes/libffi/src/frv/ffi.c:148:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/frv/ffi.c:186:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/ia64/ffi.c:371:18: portability: 'avalue[i]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/ia64/ffi.c:560:38: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/ia64/ffi.c:568:18: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/ia64/ffi.c:287:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/ia64/ffi.c:290:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/ia64/ffi.c:461:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/ia64/ffi.c:552:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/java_raw_api.c:298:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/m32r/ffi.c:66:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/js/src/ctypes/libffi/src/m32r/ffi.c:57:25: note: outer condition: avn!=0
firefox-62.0/js/src/ctypes/libffi/src/m32r/ffi.c:66:15: note: identical inner condition: avn!=0
firefox-62.0/js/src/ctypes/libffi/src/m32r/ffi.c:60:14: style: The scope of the variable 'z' can be reduced. [variableScope]
firefox-62.0/js/src/ctypes/libffi/src/m32r/ffi.c:190:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/m68k/ffi.c:235:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/m68k/ffi.c:315:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/m88k/ffi.c:246:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/m88k/ffi.c:358:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/metag/ffi.c:189:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/metag/ffi.c:278:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/microblaze/ffi.c:49:11: warning: Either the condition 'ecif==NULL' is redundant or there is possible null pointer dereference: ecif. [nullPointerRedundantCheck]
firefox-62.0/js/src/ctypes/libffi/src/microblaze/ffi.c:51:11: note: Assuming that condition 'ecif==NULL' is not redundant
firefox-62.0/js/src/ctypes/libffi/src/microblaze/ffi.c:49:11: note: Null pointer dereference
firefox-62.0/js/src/ctypes/libffi/src/microblaze/ffi.c:63:16: portability: 'stack_args_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/microblaze/ffi.c:80:16: portability: 'stack_args_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/js/src/ctypes/libffi/src/microblaze/ffi.c:160:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/microblaze/ffi.c:190:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/microblaze/ffi.c:191:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/mips/ffi.c:185:4: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/mips/ffi.c:603:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/moxie/ffi.c:141:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/moxie/ffi.c:184:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/nios2/ffi.c:168:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/nios2/ffi.c:208:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/nios2/ffi.c:246:10: error: Uninitialized variable: result [uninitvar]
firefox-62.0/js/src/ctypes/libffi/src/pa/ffi.c:394:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/powerpc/ffi.c:97:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/powerpc/ffi_darwin.c:120:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/powerpc/ffi_darwin.c:163:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/powerpc/ffi_darwin.c:175:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/powerpc/ffi_darwin.c:1130:12: style: union member 'ldu::lb' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/powerpc/ffi_darwin.c:1131:17: style: union member 'ldu::ld' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/powerpc/ffi_darwin.c:928:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/powerpc/ffi_darwin.c:1145:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/powerpc/ffi_sysv.c:706:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/raw_api.c:193:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/s390/ffi.c:517:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/s390/ffi.c:566:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/sh/ffi.c:325:7: style: The scope of the variable 'size' can be reduced. [variableScope]
firefox-62.0/js/src/ctypes/libffi/src/sh/ffi.c:326:7: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/js/src/ctypes/libffi/src/sh/ffi.c:429:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/sh/ffi.c:528:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/sh64/ffi.c:159:13: style: The scope of the variable 'type' can be reduced. [variableScope]
firefox-62.0/js/src/ctypes/libffi/src/sh64/ffi.c:381:13: style: The scope of the variable 'p' can be reduced. [variableScope]
firefox-62.0/js/src/ctypes/libffi/src/sh64/ffi.c:271:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/sh64/ffi.c:361:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/sparc/ffi.c:214:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/sparc/ffi.c:648:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/sparc/ffi.c:670:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/js/src/ctypes/libffi/src/sparc/ffi.c:398:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/sparc/ffi.c:403:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/sparc/ffi.c:550:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/sparc/ffi.c:615:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/tile/ffi.c:298:46: style: union member 'Anonymous0::d' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/tile/ffi.c:147:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/tile/ffi.c:160:46: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/tile/ffi.c:290:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/types.c:63:1: style: struct member 'struct_align_uint8::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:64:1: style: struct member 'struct_align_sint8::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:65:1: style: struct member 'struct_align_uint16::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:66:1: style: struct member 'struct_align_sint16::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:67:1: style: struct member 'struct_align_uint32::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:68:1: style: struct member 'struct_align_sint32::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:69:1: style: struct member 'struct_align_uint64::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:70:1: style: struct member 'struct_align_sint64::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:72:1: style: struct member 'struct_align_pointer::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:72:1: style: struct member 'struct_align_pointer::x' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:74:1: style: struct member 'struct_align_float::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:74:1: style: struct member 'struct_align_float::x' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:75:1: style: struct member 'struct_align_double::c' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/types.c:75:1: style: struct member 'struct_align_double::x' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/vax/ffi.c:176:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/vax/ffi.c:232:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:214:4: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:213:4: note: Variable 'h' is reassigned a value before the old one has been used.
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:214:4: note: Variable 'h' is reassigned a value before the old one has been used.
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:514:49: style: Function 'ffi_prep_incoming_args_SYSV' argument 2 names different: declaration 'ret' definition 'rvalue'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:434:62: note: Function 'ffi_prep_incoming_args_SYSV' argument 2 names different: declaration 'ret' definition 'rvalue'.
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:514:49: note: Function 'ffi_prep_incoming_args_SYSV' argument 2 names different: declaration 'ret' definition 'rvalue'.
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:514:64: style: Function 'ffi_prep_incoming_args_SYSV' argument 3 names different: declaration 'args' definition 'avalue'. [funcArgNamesDifferent]
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:435:49: note: Function 'ffi_prep_incoming_args_SYSV' argument 3 names different: declaration 'args' definition 'avalue'.
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:514:64: note: Function 'ffi_prep_incoming_args_SYSV' argument 3 names different: declaration 'args' definition 'avalue'.
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:195:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:213:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:214:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:365:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:497:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/x86/ffi.c:794:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/xtensa/ffi.c:112:13: style: union member 'Anonymous0::f' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/xtensa/ffi.c:113:14: style: union member 'Anonymous0::d' is never used. [unusedStructMember]
firefox-62.0/js/src/ctypes/libffi/src/xtensa/ffi.c:208:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/ctypes/libffi/src/xtensa/ffi.c:273:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:100:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:349:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:365:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:385:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:408:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:430:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:465:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:140:0: warning: Member variable 'Array < uint64_t , MaxClasses >::elements' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:141:0: style: Struct 'Array < Array < uint64_t , AllocKinds > , HeapKinds >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:141:0: style: Struct 'Array < Array < uint64_t , MaxLifetimeBins > , HeapKinds >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:141:0: style: Struct 'Array < Array < Array < uint64_t , MaxLifetimeBins > , AllocKinds > , HeapKinds >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:141:0: style: Struct 'Array < uint64_t , MaxClasses >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:141:0: style: Struct 'Array < Array < uint64_t , MaxClasses > , HeapKinds >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:141:0: style: Struct 'Array < Array < Array < uint64_t , MaxLifetimeBins > , MaxClasses > , HeapKinds >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:141:0: style: Struct 'Array < Array < uint64_t , MaxLifetimeBins > , FinalizerKinds >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/devtools/gctrace/gcstats.cpp:141:0: style: Struct 'Array < Array < uint64_t , MaxLifetimeBins > , MaxClasses >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/devtools/rootAnalysis/t/hazards/source.cpp:101:16: style: The scope of the variable 'x' can be reduced. [variableScope]
firefox-62.0/js/src/devtools/rootAnalysis/t/hazards/source.cpp:158:11: style: The scope of the variable 'haz6' can be reduced. [variableScope]
firefox-62.0/js/src/devtools/rootAnalysis/t/hazards/source.cpp:63:20: style: Unused variable: kaboom [unusedVariable]
firefox-62.0/js/src/devtools/rootAnalysis/t/hazards/source.cpp:103:9: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
firefox-62.0/js/src/devtools/rootAnalysis/t/hazards/source.cpp:90:5: error: Address of auto-variable 'cell' returned [returnAddressOfAutoVariable]
firefox-62.0/js/src/devtools/rootAnalysis/t/hazards/source.cpp:108:5: warning: Member variable 'CellContainer::cell' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/devtools/rootAnalysis/t/hazards/source.cpp:5:21: style: Struct 'RootedCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/devtools/rootAnalysis/t/hazards/source.cpp:120:28: error: Uninitialized variable: haz1 [uninitvar]
firefox-62.0/js/src/devtools/rootAnalysis/t/sixgill-tree/source.cpp:32:10: style: struct member 'OkContainer::happy' is never used. [unusedStructMember]
firefox-62.0/js/src/devtools/rootAnalysis/t/sixgill-tree/source.cpp:36:15: style: struct member 'UnrootedPointer::obj' is never used. [unusedStructMember]
firefox-62.0/js/src/devtools/rootAnalysis/t/sixgill-tree/source.cpp:40:0: style: The class 'Rooted < JSObject * >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/devtools/rootAnalysis/t/sixgill-tree/source.cpp:40:0: style: The class 'Rooted < SpecialObject * >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/devtools/rootAnalysis/t/sixgill-tree/source.cpp:13:10: performance: Technically the member function 'JustACell::iHaveNoDataMembers' can be static. [functionStatic]
firefox-62.0/js/src/devtools/rootAnalysis/t/sixgill-tree/source.cpp:27:10: performance: Technically the member function 'ErrorResult::trace' can be static. [functionStatic]
firefox-62.0/js/src/devtools/vprof/testVprofMT.c:70:25: style: Variable 'start_time' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/ds/MemoryProtectionExceptionHandler.cpp:792:0: error: #error "This platform is not supported!" [preprocessorErrorDirective]
firefox-62.0/js/src/dtoa.c:256:0: error: #error "Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined." [preprocessorErrorDirective]
firefox-62.0/js/src/editline/editline.c:268:18: style: Condition 'TTYwidth<=0' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/editline/editline.c:245:0: note: Assignment 'TTYwidth=0', assigned value is 0
firefox-62.0/js/src/editline/editline.c:268:18: note: Condition 'TTYwidth<=0' is always true
firefox-62.0/js/src/editline/editline.c:344:11: style: The scope of the variable 'p' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:368:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:369:10: style: The scope of the variable 'end' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:370:10: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:371:11: style: The scope of the variable 'p' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:757:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:785:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:948:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:984:10: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:1066:10: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:1092:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:1178:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/js/src/editline/editline.c:153:2: error: Common realloc mistake: 'Screen' nulled but not freed upon failure [memleakOnRealloc]
firefox-62.0/js/src/frontend/BytecodeCompiler.cpp:603:10: performance: Technically the member function 'AutoAssertReportedException::reset' can be static. [functionStatic]
firefox-62.0/js/src/frontend/BytecodeEmitter.cpp:3094:64: style: Function 'leaveScope' argument 1 names different: declaration 'scope' definition 'es'. [funcArgNamesDifferent]
firefox-62.0/js/src/frontend/BytecodeEmitter.cpp:3069:65: note: Function 'leaveScope' argument 1 names different: declaration 'scope' definition 'es'.
firefox-62.0/js/src/frontend/BytecodeEmitter.cpp:3094:64: note: Function 'leaveScope' argument 1 names different: declaration 'scope' definition 'es'.
firefox-62.0/js/src/frontend/BytecodeEmitter.cpp:3402:11: style: Variable 'pc' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/frontend/BytecodeEmitter.cpp:8206:24: style: Variable 'isAsync' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/frontend/BytecodeEmitter.cpp:1241:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/js/src/frontend/BytecodeEmitter.cpp:1306:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/js/src/frontend/BytecodeEmitter.cpp:2136:10: performance: Technically the member function 'IfEmitter::calculateOrCheckPushed' can be static. [functionStatic]
firefox-62.0/js/src/frontend/NameFunctions.cpp:34:10: performance: Technically the member function '::NameResolver::call' can be static. [functionStatic]
firefox-62.0/js/src/frontend/Parser.cpp:1716:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/js/src/frontend/Parser.cpp:1789:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/js/src/frontend/Parser.cpp:1858:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/js/src/frontend/Parser.cpp:1924:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/js/src/frontend/Parser.cpp:2003:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/js/src/frontend/Parser.cpp:2065:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/js/src/frontend/Parser.cpp:2111:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/js/src/frontend/TokenStream.cpp:338:26: style: The scope of the variable 'iMid' can be reduced. [variableScope]
firefox-62.0/js/src/frontend/TokenStream.cpp:1431:13: style: The scope of the variable 'unit' can be reduced. [variableScope]
firefox-62.0/js/src/frontend/TokenStream.cpp:86:3: style: Label 'got_match' is not used. [unusedLabel]
firefox-62.0/js/src/frontend/TokenStream.cpp:89:3: style: Label 'test_guess' is not used. [unusedLabel]
firefox-62.0/js/src/frontend/TokenStream.cpp:87:27: error: Uninitialized variable: i [uninitvar]
firefox-62.0/js/src/fuzz-tests/tests.cpp:94:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/js/src/gc/Allocator.cpp:35:26: style: Same expression on both sides of '==' because the value of 'thingSize' and 'Arena::thingSize(kind)' are the same. [duplicateExpression]
firefox-62.0/js/src/gc/Allocator.cpp:33:40: note: 'thingSize' is assigned value 'Arena::thingSize(kind)' here.
firefox-62.0/js/src/gc/Allocator.cpp:35:26: note: Same expression on both sides of '==' because the value of 'thingSize' and 'Arena::thingSize(kind)' are the same.
firefox-62.0/js/src/gc/GC.cpp:7120:9: style: Condition 'useZeal' is always false [knownConditionTrueFalse]
firefox-62.0/js/src/gc/GC.cpp:7105:20: note: Assignment 'useZeal=false', assigned value is 0
firefox-62.0/js/src/gc/GC.cpp:7120:9: note: Condition 'useZeal' is always false
firefox-62.0/js/src/gc/GC.cpp:3062:34: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
firefox-62.0/js/src/gc/GC.cpp:2645:10: style: Technically the member function 'js::gc::ArenasToUpdate::done' can be const. [functionConst]
firefox-62.0/js/src/gc/GC.cpp:2654:15: performance: Technically the member function 'js::gc::ArenasToUpdate::nextAllocKind' can be static. [functionStatic]
firefox-62.0/js/src/gc/GC.cpp:3799:32: style: Technically the member function 'IsAboutToBeFinalizedFunctor::operator()' can be const. [functionConst]
firefox-62.0/js/src/gc/GC.cpp:6118:10: style: Technically the member function 'WeakCacheSweepIterator::empty' can be const. [functionConst]
firefox-62.0/js/src/gc/GC.cpp:8801:32: style: Technically the member function 'IncrementalReadBarrierFunctor::operator()' can be const. [functionConst]
firefox-62.0/js/src/gc/GC.cpp:6362:37: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
firefox-62.0/js/src/gc/GC.cpp:5434:55: warning: Access of moved variable 'other'. [accessMoved]
firefox-62.0/js/src/gc/GC.cpp:5434:30: note: Calling std::move(other)
firefox-62.0/js/src/gc/GC.cpp:5434:55: note: $symbol:other
Access of moved variable '$symbol'.
firefox-62.0/js/src/gc/Marking.cpp:496:10: style: Technically the member function 'TraceRootFunctor::operator()' can be const. [functionConst]
firefox-62.0/js/src/gc/Marking.cpp:514:10: style: Technically the member function 'TraceManuallyBarrieredEdgeFunctor::operator()' can be const. [functionConst]
firefox-62.0/js/src/gc/Marking.cpp:894:10: style: Technically the member function '::ParticipatesInCCFunctor::operator()' can be const. [functionConst]
firefox-62.0/js/src/gc/Marking.cpp:1451:10: style: Technically the member function 'TraverseObjectFunctor::operator()' can be const. [functionConst]
firefox-62.0/js/src/gc/Marking.cpp:2875:10: style: Technically the member function 'TenuringFunctor::operator()' can be const. [functionConst]
firefox-62.0/js/src/gc/Marking.cpp:1347:39: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/gc/Marking.cpp:1352:63: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/gc/Memory.cpp:872:0: error: #error "Memory mapping functions are not defined for your OS." [preprocessorErrorDirective]
firefox-62.0/js/src/gc/RootMarking.cpp:48:10: performance: Technically the member function 'ConcreteTraceable::trace' can be static. [functionStatic]
firefox-62.0/js/src/gc/Tracer.cpp:125:10: style: Technically the member function 'TraceChildrenFunctor::operator()' can be const. [functionConst]
firefox-62.0/js/src/gc/Tracer.cpp:159:10: style: Technically the member function '::TraceIncomingFunctor::operator()' can be const. [functionConst]
firefox-62.0/js/src/gdb/tests/test-asmjs.cpp:32:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/gdb/tests/test-asmjs.cpp:30:5: note: Variable 'ok' is reassigned a value before the old one has been used.
firefox-62.0/js/src/gdb/tests/test-asmjs.cpp:32:5: note: Variable 'ok' is reassigned a value before the old one has been used.
firefox-62.0/js/src/irregexp/NativeRegExpMacroAssembler.cpp:142:9: style: Variable 'pushedNonVolatileRegisters' is modified but its new value is never used. [unreadVariable]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:3820:47: style: Same expression on both sides of '==' because the value of 'kEcma262UnCanonicalizeMaxWidth' and '4' are the same. [duplicateExpression]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:198:54: note: 'kEcma262UnCanonicalizeMaxWidth' is assigned value '4' here.
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:3820:47: note: Same expression on both sides of '==' because the value of 'kEcma262UnCanonicalizeMaxWidth' and '4' are the same.
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1652:55: style: Function 'RegExpCompiler' argument 5 names different: declaration 'is_latin1' definition 'latin1'. [funcArgNamesDifferent]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1553:43: note: Function 'RegExpCompiler' argument 5 names different: declaration 'is_latin1' definition 'latin1'.
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1652:55: note: Function 'RegExpCompiler' argument 5 names different: declaration 'is_latin1' definition 'latin1'.
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::accept_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::next_register_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::recursion_depth_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::macro_assembler_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::ignore_case_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::latin1_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::match_only_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::unicode_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::reg_exp_too_big_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::current_expansion_factor_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::cx_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1651:17: warning: Member variable 'RegExpCompiler::alloc_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1536:13: style: Technically the member function 'FrequencyCollator::CharacterFrequency::counter' can be const. [functionConst]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1537:13: style: Technically the member function 'FrequencyCollator::CharacterFrequency::character' can be const. [functionConst]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1582:16: style: Technically the member function 'RegExpCompiler::recursion_depth' can be const. [functionConst]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1587:17: style: Technically the member function 'RegExpCompiler::isRegExpTooBig' can be const. [functionConst]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1589:17: style: Technically the member function 'RegExpCompiler::ignore_case' can be const. [functionConst]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1590:17: style: Technically the member function 'RegExpCompiler::latin1' can be const. [functionConst]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1591:17: style: Technically the member function 'RegExpCompiler::unicode' can be const. [functionConst]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1594:9: style: Technically the member function 'RegExpCompiler::current_expansion_factor' can be const. [functionConst]
firefox-62.0/js/src/irregexp/RegExpEngine.cpp:1972:10: style: Technically the member function 'RegExpExpansionLimiter::ok_to_expand' can be const. [functionConst]
firefox-62.0/js/src/irregexp/RegExpParser.cpp:967:13: style: Condition 'tmp_wide_ranges' is always false [knownConditionTrueFalse]
firefox-62.0/js/src/irregexp/RegExpParser.cpp:960:48: note: Assignment 'tmp_wide_ranges=nullptr', assigned value is 0
firefox-62.0/js/src/irregexp/RegExpParser.cpp:967:13: note: Condition 'tmp_wide_ranges' is always false
firefox-62.0/js/src/jit/BaselineBailouts.cpp:416:0: error: #error "Bad architecture!" [preprocessorErrorDirective]
firefox-62.0/js/src/jit/BaselineCompiler.cpp:1042:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/jit/BaselineDebugModeOSR.cpp:229:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
firefox-62.0/js/src/jit/BaselineIC.cpp:2125:43: style: Redundant condition: constructing. '!constructing || (constructing && fun->isConstructor())' is equivalent to '!constructing || fun->isConstructor()' [redundantCondition]
firefox-62.0/js/src/jit/BaselineIC.cpp:106:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/jit/BaselineInspector.cpp:387:18: warning: Either the condition '!second' is redundant or there is possible null pointer dereference: second. [nullPointerRedundantCheck]
firefox-62.0/js/src/jit/BaselineInspector.cpp:382:47: note: Assuming that condition '!second' is not redundant
firefox-62.0/js/src/jit/BaselineInspector.cpp:387:18: note: Null pointer dereference
firefox-62.0/js/src/jit/BaselineInspector.cpp:402:17: warning: Either the condition '!second' is redundant or there is possible null pointer dereference: second. [nullPointerRedundantCheck]
firefox-62.0/js/src/jit/BaselineInspector.cpp:397:48: note: Assuming that condition '!second' is not redundant
firefox-62.0/js/src/jit/BaselineInspector.cpp:402:17: note: Null pointer dereference
firefox-62.0/js/src/jit/CodeGenerator.cpp:1636:1: style: The class 'CreateDependentString' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/jit/CodeGenerator.cpp:5406:10: performance: Technically the member function 'js::jit::ScriptCountBlockState::visitInstruction' can be static. [functionStatic]
firefox-62.0/js/src/jit/Ion.cpp:962:21: style: Variable 'offsetCursor' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/jit/IonBuilder.cpp:5577:60: warning: Either the condition 'target' is redundant or there is possible null pointer dereference: target. [nullPointerRedundantCheck]
firefox-62.0/js/src/jit/IonBuilder.cpp:5548:9: note: Assuming that condition 'target' is not redundant
firefox-62.0/js/src/jit/IonBuilder.cpp:5577:60: note: Null pointer dereference
firefox-62.0/js/src/jit/IonBuilder.cpp:9939:29: warning: Either the condition 'if(propShape&&!propShape->configurable())' is redundant or there is possible null pointer dereference: propShape. [nullPointerRedundantCheck]
firefox-62.0/js/src/jit/IonBuilder.cpp:9941:8: note: Assuming that condition 'if(propShape&&!propShape->configurable())' is not redundant
firefox-62.0/js/src/jit/IonBuilder.cpp:9939:29: note: Null pointer dereference
firefox-62.0/js/src/jit/IonBuilder.cpp:9940:30: warning: Either the condition 'if(propShape&&!propShape->configurable())' is redundant or there is possible null pointer dereference: propShape. [nullPointerRedundantCheck]
firefox-62.0/js/src/jit/IonBuilder.cpp:9941:8: note: Assuming that condition 'if(propShape&&!propShape->configurable())' is not redundant
firefox-62.0/js/src/jit/IonBuilder.cpp:9940:30: note: Null pointer dereference
firefox-62.0/js/src/jit/IonBuilder.cpp:2532:18: style: The scope of the variable 'ins' can be reduced. [variableScope]
firefox-62.0/js/src/jit/JSJitFrameIter.cpp:349:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
firefox-62.0/js/src/jit/JSJitFrameIter.cpp:356:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
firefox-62.0/js/src/jit/JSJitFrameIter.cpp:372:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
firefox-62.0/js/src/jit/JSJitFrameIter.cpp:376:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
firefox-62.0/js/src/jit/JSJitFrameIter.cpp:380:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
firefox-62.0/js/src/jit/JSJitFrameIter.cpp:220:47: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/jit/Jit.cpp:87:19: warning: Possible null pointer dereference: maxArgv [nullPointer]
firefox-62.0/js/src/jit/Jit.cpp:79:23: note: Assignment 'maxArgv=nullptr', assigned value is 0
firefox-62.0/js/src/jit/Jit.cpp:87:19: note: Null pointer dereference
firefox-62.0/js/src/jit/JitFrames.cpp:2295:0: error: #error "Unknown architecture!" [preprocessorErrorDirective]
firefox-62.0/js/src/jit/JitcodeMap.cpp:1283:10: performance: Technically the member function 'js::jit::JitcodeMapBufferWriteSpewer::spewAndAdvance' can be static. [functionStatic]
firefox-62.0/js/src/jit/Lowering.cpp:68:15: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/jit/MIR.cpp:4331:20: warning: Iterators to containers from different expressions 'cache->stores_' and 'stores_' are used together. [mismatchingContainerExpression]
firefox-62.0/js/src/jit/MacroAssembler.cpp:3698:0: error: #error "Unknown architecture" [preprocessorErrorDirective]
firefox-62.0/js/src/jit/OptimizationTracking.cpp:280:10: style: Technically the member function 'FrequencyComparator::operator()' can be const. [functionConst]
firefox-62.0/js/src/jit/ProcessExecutableMemory.cpp:375:0: performance: Technically the member function 'PageBitSet < MaxCodePages >::indexToWord' can be static. [functionStatic]
firefox-62.0/js/src/jit/ProcessExecutableMemory.cpp:379:0: performance: Technically the member function 'PageBitSet < MaxCodePages >::indexToBit' can be static. [functionStatic]
firefox-62.0/js/src/jit/RangeAnalysis.cpp:2053:25: warning: Either the condition 'if(rhs)' is redundant or there is possible null pointer dereference: rhs. [nullPointerRedundantCheck]
firefox-62.0/js/src/jit/RangeAnalysis.cpp:2110:12: note: Assuming that condition 'if(rhs)' is not redundant
firefox-62.0/js/src/jit/RangeAnalysis.cpp:2053:25: note: Null pointer dereference
firefox-62.0/js/src/jit/RangeAnalysis.cpp:1081:68: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/js/src/jit/RangeAnalysis.cpp:1066:22: note: Assignment 'shiftUpper=31', assigned value is 31
firefox-62.0/js/src/jit/RangeAnalysis.cpp:1081:68: note: Shift
firefox-62.0/js/src/jit/RangeAnalysis.cpp:1083:69: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/js/src/jit/RangeAnalysis.cpp:1066:22: note: Assignment 'shiftUpper=31', assigned value is 31
firefox-62.0/js/src/jit/RangeAnalysis.cpp:1083:69: note: Shift
firefox-62.0/js/src/jit/RangeAnalysis.cpp:453:25: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
firefox-62.0/js/src/jit/RematerializedFrame.cpp:212:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/jit/RematerializedFrame.cpp:214:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/jit/RematerializedFrame.cpp:223:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/jit/arm/Architecture-arm.cpp:106:9: style: Condition '!fixupAlignmentFault' is always false [knownConditionTrueFalse]
firefox-62.0/js/src/jit/arm/Architecture-arm.cpp:54:32: note: Assignment 'fixupAlignmentFault=true', assigned value is 1
firefox-62.0/js/src/jit/arm/Architecture-arm.cpp:106:9: note: Condition '!fixupAlignmentFault' is always false
firefox-62.0/js/src/jit/arm/Assembler-arm.cpp:2512:75: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/js/src/jit/arm/Assembler-arm.cpp:1976:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/jit/arm/Assembler-arm.cpp:2881:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/jit/arm/Assembler-arm.cpp:713:14: warning: Member variable 'RelocationIterator::offset_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/jit/arm/Bailouts-arm.cpp:19:1: style: The class 'BailoutStack' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/jit/arm/CodeGenerator-arm.cpp:1731:9: style: Condition 'nocond' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/jit/arm/CodeGenerator-arm.cpp:1730:19: note: Assignment 'nocond=true', assigned value is 1
firefox-62.0/js/src/jit/arm/CodeGenerator-arm.cpp:1731:9: note: Condition 'nocond' is always true
firefox-62.0/js/src/jit/arm/CodeGenerator-arm.cpp:1759:9: style: Condition 'nocond' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/jit/arm/CodeGenerator-arm.cpp:1758:19: note: Assignment 'nocond=true', assigned value is 1
firefox-62.0/js/src/jit/arm/CodeGenerator-arm.cpp:1759:9: note: Condition 'nocond' is always true
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:428:22: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:429:9: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:1260:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:544:60: style: Function 'getVFPDoubleRegisterValue' argument 2 names different: declaration 'value' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:493:56: note: Function 'getVFPDoubleRegisterValue' argument 2 names different: declaration 'value' definition 'out'.
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:544:60: note: Function 'getVFPDoubleRegisterValue' argument 2 names different: declaration 'value' definition 'out'.
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:363:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:2396:44: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 2397. [shiftTooManyBits]
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:2397:26: note: Assuming that condition 'rotate==0' is not redundant
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:2396:44: note: Shift
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:3632:36: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:3631:41: note: Assignment 'shift=32', assigned value is 32
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:3632:36: note: Shift
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:380:5: warning: Member variable 'CachePage::data_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/jit/arm/Simulator-arm.cpp:319:16: style: Technically the member function 'js::jit::SimInstruction::VFPGlueRegValue' can be const. [functionConst]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:65:12: style: struct member 'EnterJITStack::d8' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:66:12: style: struct member 'EnterJITStack::d9' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:67:12: style: struct member 'EnterJITStack::d10' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:68:12: style: struct member 'EnterJITStack::d11' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:69:12: style: struct member 'EnterJITStack::d12' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:70:12: style: struct member 'EnterJITStack::d13' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:71:12: style: struct member 'EnterJITStack::d14' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:72:12: style: struct member 'EnterJITStack::d15' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:75:11: style: struct member 'EnterJITStack::padding' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:78:11: style: struct member 'EnterJITStack::r4' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:79:11: style: struct member 'EnterJITStack::r5' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:80:11: style: struct member 'EnterJITStack::r6' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:81:11: style: struct member 'EnterJITStack::r7' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:82:11: style: struct member 'EnterJITStack::r8' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:83:11: style: struct member 'EnterJITStack::r9' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:84:11: style: struct member 'EnterJITStack::r10' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:85:11: style: struct member 'EnterJITStack::r11' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:87:11: style: struct member 'EnterJITStack::lr' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:95:15: style: struct member 'EnterJITStack::scopeChain' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:96:12: style: struct member 'EnterJITStack::numStackValues' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm/Trampoline-arm.cpp:97:12: style: struct member 'EnterJITStack::vp' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/arm64/Assembler-arm64.cpp:485:14: warning: Member variable 'RelocationIterator::offset_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/jit/arm64/Assembler-arm64.cpp:485:14: warning: Member variable 'RelocationIterator::extOffset_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/jit/arm64/Bailouts-arm64.cpp:15:1: style: The class 'BailoutStack' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/jit/arm64/vixl/Disasm-vixl.cpp:2618:3: warning: snprintf format string requires 0 parameters but 3 are given. [wrongPrintfScanfArgNum]
firefox-62.0/js/src/jit/arm64/vixl/Disasm-vixl.cpp:3351:15: style: The scope of the variable 'extend_mode' can be reduced. [variableScope]
firefox-62.0/js/src/jit/arm64/vixl/Disasm-vixl.cpp:3375:15: style: The scope of the variable 'extend_mode' can be reduced. [variableScope]
firefox-62.0/js/src/jit/arm64/vixl/Disasm-vixl.cpp:3407:22: style: The scope of the variable 'stream_options' can be reduced. [variableScope]
firefox-62.0/js/src/jit/arm64/vixl/Instructions-vixl.cpp:662:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/js/src/jit/arm64/vixl/Instructions-vixl.cpp:667:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/js/src/jit/arm64/vixl/MozAssembler-vixl.cpp:594:4: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/jit/arm64/vixl/MozAssembler-vixl.cpp:554:5: style: Struct 'Header' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/jit/arm64/vixl/MozSimulator-vixl.cpp:395:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/jit/mips-shared/CodeGenerator-mips-shared.cpp:1833:5: style: Class 'OutOfLineTableSwitch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/jit/mips-shared/Lowering-mips-shared.cpp:101:9: style: Condition 'needsTemp' is always false [knownConditionTrueFalse]
firefox-62.0/js/src/jit/mips-shared/Lowering-mips-shared.cpp:77:22: note: Assignment 'needsTemp=false', assigned value is 0
firefox-62.0/js/src/jit/mips-shared/Lowering-mips-shared.cpp:101:9: note: Condition 'needsTemp' is always false
firefox-62.0/js/src/jit/mips-shared/Lowering-mips-shared.cpp:103:8: style: Condition 'reuseInput' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/jit/mips-shared/Lowering-mips-shared.cpp:79:23: note: Assignment 'reuseInput=true', assigned value is 1
firefox-62.0/js/src/jit/mips-shared/Lowering-mips-shared.cpp:103:8: note: Condition 'reuseInput' is always true
firefox-62.0/js/src/jit/mips32/Simulator-mips32.cpp:537:22: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
firefox-62.0/js/src/jit/mips32/Simulator-mips32.cpp:538:9: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/jit/mips32/Simulator-mips32.cpp:1350:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/jit/mips32/Simulator-mips32.cpp:487:5: warning: Member variable 'CachePage::data_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/jit/mips32/Simulator-mips32.cpp:573:13: style: Unused private function: 'MipsDebugger::getFPURegisterValueLong' [unusedPrivateFunction]
firefox-62.0/js/src/jit/mips32/Trampoline-mips32.cpp:55:11: style: struct member 'EnterJITArgs::jitcode' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/mips32/Trampoline-mips32.cpp:56:9: style: struct member 'EnterJITArgs::maxArgc' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/mips32/Trampoline-mips32.cpp:57:12: style: struct member 'EnterJITArgs::maxArgv' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/mips32/Trampoline-mips32.cpp:58:23: style: struct member 'EnterJITArgs::fp' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/mips32/Trampoline-mips32.cpp:62:15: style: struct member 'EnterJITArgs::scopeChain' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/mips32/Trampoline-mips32.cpp:63:12: style: struct member 'EnterJITArgs::numStackValues' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/mips32/Trampoline-mips32.cpp:64:12: style: struct member 'EnterJITArgs::vp' is never used. [unusedStructMember]
firefox-62.0/js/src/jit/mips64/Simulator-mips64.cpp:1358:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/jit/mips64/Simulator-mips64.cpp:522:5: warning: Member variable 'CachePage::data_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/jit/shared/CodeGenerator-shared.cpp:1618:54: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/js/src/jit/shared/CodeGenerator-shared.cpp:1626:34: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/js/src/jit/shared/CodeGenerator-shared.cpp:1618:54: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
firefox-62.0/js/src/jit/shared/CodeGenerator-shared.cpp:1617:17: note: Assignment 'p=32', assigned value is 32
firefox-62.0/js/src/jit/shared/CodeGenerator-shared.cpp:1618:54: note: Shift
firefox-62.0/js/src/jit/x64/Bailouts-x64.cpp:19:1: style: The class 'BailoutStack' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/jit/x86-shared/Architecture-x86-shared.cpp:9:0: error: #error "Wrong architecture. Only x86 and x64 should build this file!" [preprocessorErrorDirective]
firefox-62.0/js/src/jit/x86-shared/Assembler-x86-shared.cpp:15:0: error: #error "Wrong architecture. Only x86 and x64 should build this file!" [preprocessorErrorDirective]
firefox-62.0/js/src/jit/x86/Assembler-x86.cpp:68:14: warning: Member variable 'RelocationIterator::offset_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/jit/x86/Bailouts-x86.cpp:22:1: style: The class 'BailoutStack' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/jsapi-tests/testArrayBuffer.cpp:98:5: style: Variable 'buffer' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testArrayBuffer.cpp:97:5: note: Variable 'buffer' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testArrayBuffer.cpp:98:5: note: Variable 'buffer' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testArrayBuffer.cpp:127:9: style: Variable 'view2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testArrayBuffer.cpp:125:9: note: Variable 'view2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testArrayBuffer.cpp:127:9: note: Variable 'view2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testBinASTReader.cpp:304:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
firefox-62.0/js/src/jsapi-tests/testCloneScript.cpp:21:17: style: The scope of the variable 'source' can be reduced. [variableScope]
firefox-62.0/js/src/jsapi-tests/testCloneScript.cpp:108:17: style: The scope of the variable 'argnames' can be reduced. [variableScope]
firefox-62.0/js/src/jsapi-tests/testCloneScript.cpp:109:17: style: The scope of the variable 'source' can be reduced. [variableScope]
firefox-62.0/js/src/jsapi-tests/testFindSCCs.cpp:194:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/jsapi-tests/testFindSCCs.cpp:276:15: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
firefox-62.0/js/src/jsapi-tests/testGCAllocator.cpp:28:0: error: #error "Memory mapping functions are not defined for your OS." [preprocessorErrorDirective]
firefox-62.0/js/src/jsapi-tests/testGCExactRooting.cpp:102:9: style: Variable 'obj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCExactRooting.cpp:96:9: note: Variable 'obj' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCExactRooting.cpp:102:9: note: Variable 'obj' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCExactRooting.cpp:104:9: style: Variable 'actual' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCExactRooting.cpp:97:9: note: Variable 'actual' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCExactRooting.cpp:104:9: note: Variable 'actual' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:148:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:120:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:148:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:154:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:148:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:154:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:155:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:121:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:155:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:211:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:203:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:211:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:226:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:211:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:226:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:233:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:226:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:233:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:234:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:227:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:234:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:244:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:233:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:244:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:245:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:234:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:245:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:254:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:244:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:254:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:255:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:245:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:255:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:267:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:254:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:267:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:268:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:255:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:268:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:277:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:267:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:277:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:278:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:268:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:278:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:290:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:277:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:290:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:291:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:278:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:291:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:300:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:290:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:300:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:301:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:291:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:301:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:314:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:300:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:314:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:315:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:301:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:315:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:324:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:314:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:324:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:325:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:315:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:325:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:333:5: style: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:324:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:333:5: note: Variable 'blackRoot1' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:334:5: style: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:325:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:334:5: note: Variable 'blackRoot2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:390:5: style: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:380:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:390:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:400:5: style: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:390:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:400:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:408:5: style: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:400:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:408:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:420:5: style: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:408:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:420:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:428:5: style: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:420:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:428:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:435:5: style: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:428:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCGrayMarking.cpp:435:5: note: Variable 'blackRoot' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:51:9: style: Variable 'punnedPtr' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:44:9: note: Variable 'punnedPtr' is reassigned a value before the old one has been used.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:51:9: note: Variable 'punnedPtr' is reassigned a value before the old one has been used.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:58:9: style: Variable 'punnedPtr' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:51:9: note: Variable 'punnedPtr' is reassigned a value before the old one has been used.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:58:9: note: Variable 'punnedPtr' is reassigned a value before the old one has been used.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:76:9: style: Variable 'punnedValue' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:69:9: note: Variable 'punnedValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:76:9: note: Variable 'punnedValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:83:9: style: Variable 'punnedValue' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:76:9: note: Variable 'punnedValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:83:9: note: Variable 'punnedValue' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:103:9: style: Variable 'punnedPtr' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:96:9: note: Variable 'punnedPtr' is reassigned a value before the old one has been used.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:103:9: note: Variable 'punnedPtr' is reassigned a value before the old one has been used.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:110:9: style: Variable 'punnedPtr' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:103:9: note: Variable 'punnedPtr' is reassigned a value before the old one has been used.
firefox-62.0/js/src/jsapi-tests/testGCStoreBufferRemoval.cpp:110:9: note: Variable 'punnedPtr' is reassigned a value before the old one has been used.
firefox-62.0/js/src/jsapi-tests/testGCUniqueId.cpp:75:5: style: Variable 'obj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCUniqueId.cpp:73:5: note: Variable 'obj' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCUniqueId.cpp:75:5: note: Variable 'obj' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCWeakRef.cpp:42:5: style: Variable 'obj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testGCWeakRef.cpp:34:5: note: Variable 'obj' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testGCWeakRef.cpp:42:5: note: Variable 'obj' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testLooselyEqual.cpp:54:9: performance: Variable 'qNaN' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/js/src/jsapi-tests/testPersistentRooted.cpp:173:5: style: Variable 'kennel2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/js/src/jsapi-tests/testPersistentRooted.cpp:167:5: note: Variable 'kennel2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testPersistentRooted.cpp:173:5: note: Variable 'kennel2' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/js/src/jsapi-tests/testPreserveJitCode.cpp:17:15: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/js/src/jsapi-tests/testPreserveJitCode.cpp:18:0: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
firefox-62.0/js/src/jsutil.h:286:0: error: #error "JS_SWEPT_CODE_PATTERN not defined for this platform" [preprocessorErrorDirective]
firefox-62.0/js/src/jspubtd.h:59:0: error: syntax error [syntaxError]
firefox-62.0/js/src/jsmath.cpp:701:0: error: #error "Platform needs to implement GenerateRandomSeed()" [preprocessorErrorDirective]
firefox-62.0/js/src/vm/StringType.h:410:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType.h:421:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType.h:432:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType.h:443:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType.h:454:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType.h:465:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType.h:481:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType.h:502:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType-inl.h:277:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType-inl.h:287:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/vm/StringType-inl.h:157:56: style: Function 'new_' argument 2 names different: declaration 'base' definition 'baseArg'. [funcArgNamesDifferent]
firefox-62.0/js/src/vm/StringType.h:856:71: note: Function 'new_' argument 2 names different: declaration 'base' definition 'baseArg'.
firefox-62.0/js/src/vm/StringType-inl.h:157:56: note: Function 'new_' argument 2 names different: declaration 'base' definition 'baseArg'.
firefox-62.0/js/src/jsnum.cpp:626:42: style: Function 'Int32ToString' argument 2 names different: declaration 'i' definition 'si'. [funcArgNamesDifferent]
firefox-62.0/js/src/jsnum.h:67:38: note: Function 'Int32ToString' argument 2 names different: declaration 'i' definition 'si'.
firefox-62.0/js/src/jsnum.cpp:626:42: note: Function 'Int32ToString' argument 2 names different: declaration 'i' definition 'si'.
firefox-62.0/js/src/vm/StringType.h:162:57: warning: Division of result of sizeof() on pointer type. [divideSizeof]
firefox-62.0/js/src/vm/StringType.h:163:57: warning: Division of result of sizeof() on pointer type. [divideSizeof]
firefox-62.0/js/src/jsnum.cpp:564:15: warning: Member variable 'ToCStringBuf::sbuf' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/vm/JSContext.h:60:10: style: Technically the member function 'js::AutoCycleDetector::foundCycle' can be const. [functionConst]
firefox-62.0/js/src/vm/JSContext.h:1190:18: style: Class 'AutoAccessAtomsZone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/vm/JSContext.h:1191:18: style: Class 'AutoAccessAtomsZone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/vm/StringType.h:1497:55: performance: Function parameter 'utf8' should be passed by const reference. [passedByValue]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:51:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:61:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:73:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:83:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:93:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:122:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:153:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:163:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:172:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:181:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:190:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:238:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:250:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/proxy/CrossCompartmentWrapper.cpp:486:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/shell/OSObject.cpp:376:0: error: Resource leak: fp [resourceLeak]
firefox-62.0/js/src/shell/js.cpp:3583:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/src/shell/js.cpp:1956:9: style: Variable 'loadData' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/shell/js.cpp:1955:0: note: Variable 'loadData' is reassigned a value before the old one has been used.
firefox-62.0/js/src/shell/js.cpp:1956:9: note: Variable 'loadData' is reassigned a value before the old one has been used.
firefox-62.0/js/src/shell/js.cpp:4894:5: style: Variable 'loadData' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/shell/js.cpp:4893:0: note: Variable 'loadData' is reassigned a value before the old one has been used.
firefox-62.0/js/src/shell/js.cpp:4894:5: note: Variable 'loadData' is reassigned a value before the old one has been used.
firefox-62.0/js/src/shell/js.cpp:9293:5: style: Variable 'nurseryBytes' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/shell/js.cpp:9292:0: note: Variable 'nurseryBytes' is reassigned a value before the old one has been used.
firefox-62.0/js/src/shell/js.cpp:9293:5: note: Variable 'nurseryBytes' is reassigned a value before the old one has been used.
firefox-62.0/js/src/shell/js.cpp:3386:10: style: struct member 'ComplexObject::isInner' is never used. [unusedStructMember]
firefox-62.0/js/src/shell/js.cpp:3387:10: style: struct member 'ComplexObject::frozen' is never used. [unusedStructMember]
firefox-62.0/js/src/shell/js.cpp:3388:15: style: struct member 'ComplexObject::inner' is never used. [unusedStructMember]
firefox-62.0/js/src/shell/js.cpp:3389:15: style: struct member 'ComplexObject::outer' is never used. [unusedStructMember]
firefox-62.0/js/src/shell/js.cpp:266:10: performance: Technically the member function 'OffThreadJob::cancel' can be static. [functionStatic]
firefox-62.0/js/src/shell/js.cpp:439:15: note: Technically the member function 'OffThreadJob::cancel' can be static.
firefox-62.0/js/src/shell/js.cpp:266:10: note: Technically the member function 'OffThreadJob::cancel' can be static.
firefox-62.0/js/src/shell/js.cpp:267:10: performance: Technically the member function 'OffThreadJob::markDone' can be static. [functionStatic]
firefox-62.0/js/src/shell/js.cpp:448:15: note: Technically the member function 'OffThreadJob::markDone' can be static.
firefox-62.0/js/src/shell/js.cpp:267:10: note: Technically the member function 'OffThreadJob::markDone' can be static.
firefox-62.0/js/src/threading/posix/Thread.cpp:215:7: style: Condition 'rv' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/threading/posix/Thread.cpp:208:13: note: Assignment 'rv=-1', assigned value is -1
firefox-62.0/js/src/threading/posix/Thread.cpp:215:7: note: Condition 'rv' is always true
firefox-62.0/js/src/threading/posix/Thread.cpp:28:1: style: The class 'PlatformData' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/threading/windows/Thread.cpp:14:1: style: The class 'PlatformData' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/util/DoubleToString.cpp:379:9: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/src/util/DoubleToString.cpp:373:0: note: Variable 'b' is reassigned a value before the old one has been used.
firefox-62.0/js/src/util/DoubleToString.cpp:379:9: note: Variable 'b' is reassigned a value before the old one has been used.
firefox-62.0/js/src/util/NativeStack.cpp:35:0: error: #error "Unsupported platform" [preprocessorErrorDirective]
firefox-62.0/js/src/vm/BytecodeUtil.cpp:841:14: style: The scope of the variable 'offset' can be reduced. [variableScope]
firefox-62.0/js/src/vm/BytecodeUtil.cpp:2160:40: style: Function 'getOutput' argument 1 names different: declaration 'out' definition 'res'. [funcArgNamesDifferent]
firefox-62.0/js/src/vm/BytecodeUtil.cpp:1651:27: note: Function 'getOutput' argument 1 names different: declaration 'out' definition 'res'.
firefox-62.0/js/src/vm/BytecodeUtil.cpp:2160:40: note: Function 'getOutput' argument 1 names different: declaration 'out' definition 'res'.
firefox-62.0/js/src/vm/CharacterEncoding.cpp:318:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/vm/CharacterEncoding.cpp:322:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/vm/CharacterEncoding.cpp:331:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/vm/CharacterEncoding.cpp:337:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/vm/CharacterEncoding.cpp:369:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/vm/Compartment.cpp:107:15: style: The scope of the variable 'copy' can be reduced. [variableScope]
firefox-62.0/js/src/vm/Debugger.cpp:8444:13: warning: Identical condition '!getobj', second condition is always false [identicalConditionAfterEarlyExit]
firefox-62.0/js/src/vm/Debugger.cpp:8439:35: note: 'getobj' is assigned value 'NewNativeFunction(cx,DebuggerArguments_getArg,0,nullptr,gc::AllocKind::FUNCTION_EXTENDED)' here.
firefox-62.0/js/src/vm/Debugger.cpp:8441:13: note: first condition
firefox-62.0/js/src/vm/Debugger.cpp:8444:13: note: second condition
firefox-62.0/js/src/vm/Debugger.cpp:2684:13: style: Condition '!hadOOM' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/vm/Debugger.cpp:2682:19: note: Assignment 'hadOOM=false', assigned value is 0
firefox-62.0/js/src/vm/Debugger.cpp:2684:13: note: Condition '!hadOOM' is always true
firefox-62.0/js/src/vm/Debugger.cpp:7650:16: style: The scope of the variable 'iter' can be reduced. [variableScope]
firefox-62.0/js/src/vm/Debugger.cpp:7732:16: style: The scope of the variable 'iter' can be reduced. [variableScope]
firefox-62.0/js/src/vm/Debugger.cpp:5448:16: performance: Technically the member function 'DebuggerScriptGetStartLineMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:5451:16: performance: Technically the member function 'DebuggerScriptGetStartLineMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:5573:16: style: Technically the member function 'DebuggerScriptGetFormatMatcher::match' can be const. [functionConst]
firefox-62.0/js/src/vm/Debugger.cpp:5574:16: style: Technically the member function 'DebuggerScriptGetFormatMatcher::match' can be const. [functionConst]
firefox-62.0/js/src/vm/Debugger.cpp:7176:16: performance: Technically the member function 'DebuggerSourceGetDisplayURLMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:7181:16: performance: Technically the member function 'DebuggerSourceGetDisplayURLMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:7206:16: performance: Technically the member function 'DebuggerSourceGetElementMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:7209:16: performance: Technically the member function 'DebuggerSourceGetElementMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:7233:16: performance: Technically the member function 'DebuggerSourceGetElementPropertyMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:7236:16: performance: Technically the member function 'DebuggerSourceGetElementPropertyMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:7300:16: performance: Technically the member function 'DebuggerGetIntroductionOffsetMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:7309:16: performance: Technically the member function 'DebuggerGetIntroductionOffsetMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:7326:16: performance: Technically the member function 'DebuggerSourceGetIntroductionTypeMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Debugger.cpp:7331:16: performance: Technically the member function 'DebuggerSourceGetIntroductionTypeMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/HelperThreads.cpp:251:14: performance: Technically the member function 'JitDataStructuresExist::Matcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/HelperThreads.cpp:252:14: performance: Technically the member function 'JitDataStructuresExist::Matcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/HelperThreads.cpp:253:14: performance: Technically the member function 'JitDataStructuresExist::Matcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/HelperThreads.cpp:254:14: performance: Technically the member function 'JitDataStructuresExist::Matcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/HelperThreads.cpp:255:14: performance: Technically the member function 'JitDataStructuresExist::Matcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/HelperThreads.cpp:256:14: performance: Technically the member function 'JitDataStructuresExist::Matcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/HelperThreads.cpp:257:14: performance: Technically the member function 'JitDataStructuresExist::Matcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/HelperThreads.cpp:274:14: performance: Technically the member function 'IonBuilderMatches::BuilderMatches::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/Interpreter.cpp:1965:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2032:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2045:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2054:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2058:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2093:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2096:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2099:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2104:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2108:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2113:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2122:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2126:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2130:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2141:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2145:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2192:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2207:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2215:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2217:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2224:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2226:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2232:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2234:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2240:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2242:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2280:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2284:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2298:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2309:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2320:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2327:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2336:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2343:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2350:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2358:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2368:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2377:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2387:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2397:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2420:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2426:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2442:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2446:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2450:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2457:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2462:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2481:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2489:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2497:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2500:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2511:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2515:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2524:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2528:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2537:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2541:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2550:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2554:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2570:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2574:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2587:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2598:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2609:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2620:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2631:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2642:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2653:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2661:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2671:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2680:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2685:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2697:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2718:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2746:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2760:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2767:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2771:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2777:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2788:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2797:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2806:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2815:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2824:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2832:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2845:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2861:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2874:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2883:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2906:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2923:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2944:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2965:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:2984:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3004:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3023:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3043:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3077:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3128:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3201:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3214:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3221:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3243:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3257:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3268:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3279:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3283:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3287:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3291:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3295:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3303:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3307:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3320:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3324:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3339:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3351:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3365:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3369:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3373:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3377:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3381:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3385:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3404:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3419:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3433:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3440:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3449:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3468:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3476:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3485:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3494:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3501:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3510:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3518:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3530:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3534:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3544:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3554:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3580:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3590:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3606:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3623:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3638:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3651:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3665:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3677:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3689:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3702:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3715:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3720:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3738:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3756:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3760:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3777:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3787:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3801:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3810:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3827:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3851:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3867:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3882:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3898:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3906:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3930:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3940:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3944:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3952:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3978:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:3997:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4007:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4025:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4039:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4049:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4059:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4068:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4084:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4095:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4147:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4156:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4173:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4184:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4199:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4209:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4227:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4244:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4249:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4262:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4274:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4287:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4296:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4304:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4314:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4318:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4342:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:4358:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/vm/Interpreter.cpp:1702:0: style: Redundant pointer operation on 'savedRoot' - it's already a pointer. [redundantPointerOp]
firefox-62.0/js/src/vm/Interpreter.cpp:1517:0: style: Boolean variable 'lIsString' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
firefox-62.0/js/src/vm/JSContext.cpp:788:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/js/src/vm/JSScript.cpp:2085:16: performance: Technically the member function 'performXDR::CompressedLengthMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/JSScript.cpp:2089:16: performance: Technically the member function 'performXDR::CompressedLengthMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/JSScript.cpp:2093:16: performance: Technically the member function 'performXDR::CompressedLengthMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/JSScript.cpp:2373:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/vm/ObjectGroup.cpp:1376:5: style: 'AllocationSiteKey::operator=' should return 'AllocationSiteKey &'. [operatorEq]
firefox-62.0/js/src/vm/SavedStacks.cpp:1381:14: performance: Technically the member function 'js::captureIsSatisfied::Matcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/SavedStacks.cpp:1385:14: performance: Technically the member function 'js::captureIsSatisfied::Matcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/SavedStacks.cpp:181:1: warning: The struct 'Lookup' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/js/src/vm/Scope.cpp:1258:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/vm/Scope.cpp:1265:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/vm/Scope.cpp:1327:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/js/src/vm/StructuredClone.cpp:881:41: style: Function 'writeArray' argument 2 names different: declaration 'nbytes' definition 'nelems'. [funcArgNamesDifferent]
firefox-62.0/js/src/vm/StructuredClone.cpp:332:53: note: Function 'writeArray' argument 2 names different: declaration 'nbytes' definition 'nelems'.
firefox-62.0/js/src/vm/StructuredClone.cpp:881:41: note: Function 'writeArray' argument 2 names different: declaration 'nbytes' definition 'nelems'.
firefox-62.0/js/src/vm/StructuredClone.cpp:392:10: style: Unused private function: 'SCInput::staticAssertions' [unusedPrivateFunction]
firefox-62.0/js/src/vm/StructuredClone.cpp:392:10: performance: Technically the member function 'js::SCInput::staticAssertions' can be static. [functionStatic]
firefox-62.0/js/src/vm/StructuredClone.cpp:539:17: performance: Technically the member function 'JSStructuredCloneWriter::checkStack' can be static. [functionStatic]
firefox-62.0/js/src/vm/StructuredClone.cpp:1202:26: note: Technically the member function 'JSStructuredCloneWriter::checkStack' can be static.
firefox-62.0/js/src/vm/StructuredClone.cpp:539:17: note: Technically the member function 'JSStructuredCloneWriter::checkStack' can be static.
firefox-62.0/js/src/vm/StructuredClone.cpp:168:0: warning: The struct 'js :: BufferIterator < uint64_t , SystemAllocPolicy >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/js/src/vm/StructuredClone.cpp:347:24: performance: Function parameter 'dest' should be passed by const reference. [passedByValue]
firefox-62.0/js/src/vm/StructuredClone.cpp:343:36: warning: Access of moved variable 'buf'. [accessMoved]
firefox-62.0/js/src/vm/StructuredClone.cpp:340:63: note: Calling std::move(buf)
firefox-62.0/js/src/vm/StructuredClone.cpp:343:36: note: $symbol:buf
Access of moved variable '$symbol'.
firefox-62.0/js/src/vm/Time.cpp:121:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/js/src/vm/TraceLogging.cpp:572:5: warning: Return value of function log() is not used. [ignoredReturnValue]
firefox-62.0/js/src/vm/TraceLogging.cpp:620:5: warning: Return value of function log() is not used. [ignoredReturnValue]
firefox-62.0/js/src/vm/TraceLogging.cpp:633:5: warning: Return value of function log() is not used. [ignoredReturnValue]
firefox-62.0/js/src/vm/TypeInference.cpp:1143:25: style: Technically the member function 'CompilerConstraintList::frozenScript' can be const. [functionConst]
firefox-62.0/js/src/vm/TypeInference.cpp:1147:10: style: Technically the member function 'CompilerConstraintList::failed' can be const. [functionConst]
firefox-62.0/js/src/vm/TypeInference.cpp:1627:17: performance: Technically the member function '::ConstraintDataFreeze::kind' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1629:10: performance: Technically the member function '::ConstraintDataFreeze::invalidateOnNewType' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1630:10: performance: Technically the member function '::ConstraintDataFreeze::invalidateOnNewPropertyState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1631:10: performance: Technically the member function '::ConstraintDataFreeze::invalidateOnNewObjectState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1635:10: performance: Technically the member function '::ConstraintDataFreeze::constraintHolds' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1643:10: performance: Technically the member function '::ConstraintDataFreeze::shouldSweep' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1835:17: performance: Technically the member function '::ConstraintDataFreezeObjectFlags::kind' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1837:10: performance: Technically the member function '::ConstraintDataFreezeObjectFlags::invalidateOnNewType' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1838:10: performance: Technically the member function '::ConstraintDataFreezeObjectFlags::invalidateOnNewPropertyState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1849:10: performance: Technically the member function '::ConstraintDataFreezeObjectFlags::shouldSweep' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1947:17: performance: Technically the member function '::ConstraintDataFreezeObjectForTypedArrayData::kind' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1949:10: performance: Technically the member function '::ConstraintDataFreezeObjectForTypedArrayData::invalidateOnNewType' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1950:10: performance: Technically the member function '::ConstraintDataFreezeObjectForTypedArrayData::invalidateOnNewPropertyState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1981:17: performance: Technically the member function '::ConstraintDataFreezeObjectForUnboxedConvertedToNative::kind' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1983:10: performance: Technically the member function '::ConstraintDataFreezeObjectForUnboxedConvertedToNative::invalidateOnNewType' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1984:10: performance: Technically the member function '::ConstraintDataFreezeObjectForUnboxedConvertedToNative::invalidateOnNewPropertyState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1985:10: performance: Technically the member function '::ConstraintDataFreezeObjectForUnboxedConvertedToNative::invalidateOnNewObjectState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:1995:10: performance: Technically the member function '::ConstraintDataFreezeObjectForUnboxedConvertedToNative::shouldSweep' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2066:17: style: Technically the member function '::ConstraintDataFreezePropertyState::kind' can be const. [functionConst]
firefox-62.0/js/src/vm/TypeInference.cpp:2070:10: performance: Technically the member function '::ConstraintDataFreezePropertyState::invalidateOnNewType' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2071:10: style: Technically the member function '::ConstraintDataFreezePropertyState::invalidateOnNewPropertyState' can be const. [functionConst]
firefox-62.0/js/src/vm/TypeInference.cpp:2076:10: performance: Technically the member function '::ConstraintDataFreezePropertyState::invalidateOnNewObjectState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2084:10: performance: Technically the member function '::ConstraintDataFreezePropertyState::shouldSweep' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2126:17: performance: Technically the member function '::ConstraintDataConstantProperty::kind' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2128:10: performance: Technically the member function '::ConstraintDataConstantProperty::invalidateOnNewType' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2129:10: performance: Technically the member function '::ConstraintDataConstantProperty::invalidateOnNewPropertyState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2132:10: performance: Technically the member function '::ConstraintDataConstantProperty::invalidateOnNewObjectState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2140:10: performance: Technically the member function '::ConstraintDataConstantProperty::shouldSweep' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2190:17: performance: Technically the member function 'ConstraintDataInert::kind' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2192:10: performance: Technically the member function 'ConstraintDataInert::invalidateOnNewType' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2193:10: performance: Technically the member function 'ConstraintDataInert::invalidateOnNewPropertyState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2194:10: performance: Technically the member function 'ConstraintDataInert::invalidateOnNewObjectState' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2196:10: performance: Technically the member function 'ConstraintDataInert::constraintHolds' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypeInference.cpp:2202:10: performance: Technically the member function 'ConstraintDataInert::shouldSweep' can be static. [functionStatic]
firefox-62.0/js/src/vm/TypedArrayObject.cpp:229:26: style: Same expression on both sides of '==' because the value of 'nbytes' and '0' are the same. [duplicateExpression]
firefox-62.0/js/src/vm/TypedArrayObject.cpp:213:21: note: 'nbytes' is assigned value '0' here.
firefox-62.0/js/src/vm/TypedArrayObject.cpp:229:26: note: Same expression on both sides of '==' because the value of 'nbytes' and '0' are the same.
firefox-62.0/js/src/vm/UbiNode.cpp:114:5: performance: Technically the member function 'LengthMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/UbiNode.cpp:120:5: performance: Technically the member function 'LengthMatcher::match' can be static. [functionStatic]
firefox-62.0/js/src/vm/UnboxedObject.cpp:337:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/vm/UnboxedObject.cpp:375:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/js/src/wasm/AsmJS.cpp:2920:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/AsmJS.cpp:2946:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/AsmJS.cpp:2970:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/AsmJS.cpp:2980:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/AsmJS.cpp:2984:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/AsmJS.cpp:2988:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/AsmJS.cpp:2992:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/AsmJS.cpp:5738:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/AsmJS.cpp:6533:44: style: Function 'CheckExpr' argument 2 names different: declaration 'op' definition 'expr'. [funcArgNamesDifferent]
firefox-62.0/js/src/wasm/AsmJS.cpp:4094:44: note: Function 'CheckExpr' argument 2 names different: declaration 'op' definition 'expr'.
firefox-62.0/js/src/wasm/AsmJS.cpp:6533:44: note: Function 'CheckExpr' argument 2 names different: declaration 'op' definition 'expr'.
firefox-62.0/js/src/wasm/AsmJS.cpp:6584:55: style: Function 'CheckAsExprStatement' argument 2 names different: declaration 'exprStmt' definition 'expr'. [funcArgNamesDifferent]
firefox-62.0/js/src/wasm/AsmJS.cpp:6111:55: note: Function 'CheckAsExprStatement' argument 2 names different: declaration 'exprStmt' definition 'expr'.
firefox-62.0/js/src/wasm/AsmJS.cpp:6584:55: note: Function 'CheckAsExprStatement' argument 2 names different: declaration 'exprStmt' definition 'expr'.
firefox-62.0/js/src/wasm/AsmJS.cpp:1504:26: warning: Member variable 'VarOrConst::index_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/src/wasm/AsmJS.cpp:8446:1: style: The class 'ModuleCharsForStore' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/src/wasm/AsmJS.cpp:3080:10: performance: Technically the member function '::FunctionValidator::fail' can be static. [functionStatic]
firefox-62.0/js/src/wasm/AsmJS.cpp:3084:10: performance: Technically the member function '::FunctionValidator::failf' can be static. [functionStatic]
firefox-62.0/js/src/wasm/AsmJS.cpp:3092:10: performance: Technically the member function '::FunctionValidator::failName' can be static. [functionStatic]
firefox-62.0/js/src/wasm/AsmJS.cpp:3128:10: performance: Technically the member function '::FunctionValidator::removeLabel' can be static. [functionStatic]
firefox-62.0/js/src/wasm/AsmJS.cpp:1031:18: style: Class 'Type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/wasm/AsmJS.cpp:1032:18: style: Class 'Type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/js/src/wasm/AsmJS.cpp:1686:36: performance: Function parameter 'lhs' should be passed by const reference. [passedByValue]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:10037:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:7685:33: style: Function 'doReturn' argument 1 names different: declaration 'returnType' definition 'type'. [funcArgNamesDifferent]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5776:28: note: Function 'doReturn' argument 1 names different: declaration 'returnType' definition 'type'.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:7685:33: note: Function 'doReturn' argument 1 names different: declaration 'returnType' definition 'type'.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:7745:49: style: Function 'emitCallArgs' argument 1 names different: declaration 'args' definition 'argTypes'. [funcArgNamesDifferent]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5749:57: note: Function 'emitCallArgs' argument 1 names different: declaration 'args' definition 'argTypes'.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:7745:49: note: Function 'emitCallArgs' argument 1 names different: declaration 'args' definition 'argTypes'.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:10079:52: style: Function 'BaseCompiler' argument 2 names different: declaration 'input' definition 'func'. [funcArgNamesDifferent]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:1928:42: note: Function 'BaseCompiler' argument 2 names different: declaration 'input' definition 'func'.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:10079:52: note: Function 'BaseCompiler' argument 2 names different: declaration 'input' definition 'func'.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:1376:14: performance: Technically the member function 'js::wasm::BaseStackFrame::framePushedForHeight' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:1438:10: style: Technically the member function 'js::wasm::BaseStackFrame::checkStackHeight' can be const. [functionConst]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:2081:12: performance: Technically the member function 'js::wasm::BaseCompiler::narrowPtr' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:2085:12: performance: Technically the member function 'js::wasm::BaseCompiler::lowPart' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:2093:12: performance: Technically the member function 'js::wasm::BaseCompiler::maybeHighPart' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:2740:10: performance: Technically the member function 'js::wasm::BaseCompiler::pushLocalI32' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:2744:10: performance: Technically the member function 'js::wasm::BaseCompiler::pushLocalI64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:2748:10: performance: Technically the member function 'js::wasm::BaseCompiler::pushLocalRef' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:2752:10: performance: Technically the member function 'js::wasm::BaseCompiler::pushLocalF64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:2756:10: performance: Technically the member function 'js::wasm::BaseCompiler::pushLocalF32' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:3596:12: performance: Technically the member function 'js::wasm::BaseCompiler::stackArgAreaSize' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:3611:18: performance: Technically the member function 'js::wasm::BaseCompiler::reservePointerArgument' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4104:12: performance: Technically the member function 'js::wasm::BaseCompiler::needRotate64Temp' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4116:10: performance: Technically the member function 'js::wasm::BaseCompiler::maskShiftCount32' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4122:12: performance: Technically the member function 'js::wasm::BaseCompiler::needPopcnt32Temp' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4133:12: performance: Technically the member function 'js::wasm::BaseCompiler::needPopcnt64Temp' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4232:25: performance: Technically the member function 'js::wasm::BaseCompiler::needTempForFloatingToI64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4335:5: performance: Technically the member function 'js::wasm::BaseCompiler::supportsRoundInstruction' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4345:5: performance: Technically the member function 'js::wasm::BaseCompiler::roundF32' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4355:5: performance: Technically the member function 'js::wasm::BaseCompiler::roundF64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4477:13: performance: Technically the member function 'js::wasm::BaseCompiler::prepareAtomicMemoryAccess' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4484:10: performance: Technically the member function 'js::wasm::BaseCompiler::needLoadTemps' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4506:23: performance: Technically the member function 'js::wasm::BaseCompiler::needTlsForAccess' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4578:12: performance: Technically the member function 'js::wasm::BaseCompiler::needStoreTemp' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4863:10: performance: Technically the member function 'js::wasm::BaseCompiler::pop2xI64ForMulI64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5803:10: performance: Technically the member function 'js::wasm::BaseCompiler::emitQuotientI64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:6188:15: note: Technically the member function 'js::wasm::BaseCompiler::emitQuotientI64' can be static.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5803:10: note: Technically the member function 'js::wasm::BaseCompiler::emitQuotientI64' can be static.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5804:10: performance: Technically the member function 'js::wasm::BaseCompiler::emitQuotientU64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:6220:15: note: Technically the member function 'js::wasm::BaseCompiler::emitQuotientU64' can be static.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5804:10: note: Technically the member function 'js::wasm::BaseCompiler::emitQuotientU64' can be static.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5805:10: performance: Technically the member function 'js::wasm::BaseCompiler::emitRemainderI64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:6246:15: note: Technically the member function 'js::wasm::BaseCompiler::emitRemainderI64' can be static.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5805:10: note: Technically the member function 'js::wasm::BaseCompiler::emitRemainderI64' can be static.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5806:10: performance: Technically the member function 'js::wasm::BaseCompiler::emitRemainderU64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:6282:15: note: Technically the member function 'js::wasm::BaseCompiler::emitRemainderU64' can be static.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:5806:10: note: Technically the member function 'js::wasm::BaseCompiler::emitRemainderU64' can be static.
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4014:78: performance: Function parameter 'isUnsigned' should be passed by const reference. [passedByValue]
firefox-62.0/js/src/wasm/WasmBaselineCompile.cpp:4055:79: performance: Function parameter 'isUnsigned' should be passed by const reference. [passedByValue]
firefox-62.0/js/src/wasm/WasmCode.cpp:216:9: style: Condition '!enabled' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/wasm/WasmCode.cpp:209:20: note: Assignment 'enabled=false', assigned value is 0
firefox-62.0/js/src/wasm/WasmCode.cpp:216:9: note: Condition '!enabled' is always true
firefox-62.0/js/src/wasm/WasmCompile.cpp:97:45: style: Condition '!gcEnabled' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/wasm/WasmCompile.cpp:93:22: note: Assignment 'gcEnabled=false', assigned value is 0
firefox-62.0/js/src/wasm/WasmCompile.cpp:97:45: note: Condition '!gcEnabled' is always true
firefox-62.0/js/src/wasm/WasmCompile.cpp:100:88: style: Condition '!gcEnabled' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/wasm/WasmCompile.cpp:93:22: note: Assignment 'gcEnabled=false', assigned value is 0
firefox-62.0/js/src/wasm/WasmCompile.cpp:100:88: note: Condition '!gcEnabled' is always true
firefox-62.0/js/src/wasm/WasmCompile.cpp:152:9: style: Condition 'isDesktop' is always true [knownConditionTrueFalse]
firefox-62.0/js/src/wasm/WasmCompile.cpp:149:17: note: Assignment 'isDesktop=true', assigned value is 1
firefox-62.0/js/src/wasm/WasmCompile.cpp:152:9: note: Condition 'isDesktop' is always true
firefox-62.0/js/src/wasm/WasmDebug.cpp:514:20: style: Same expression on both sides of '==' because the value of 'wasEnabled' and 'stillEnabled' are the same. [duplicateExpression]
firefox-62.0/js/src/wasm/WasmDebug.cpp:508:55: note: 'wasEnabled' is assigned value 'enterAndLeaveFrameTrapsCounter_>0' here.
firefox-62.0/js/src/wasm/WasmDebug.cpp:513:57: note: 'stillEnabled' is assigned value 'enterAndLeaveFrameTrapsCounter_>0' here.
firefox-62.0/js/src/wasm/WasmDebug.cpp:514:20: note: Same expression on both sides of '==' because the value of 'wasEnabled' and 'stillEnabled' are the same.
firefox-62.0/js/src/wasm/WasmFrameIter.cpp:338:0: error: #error "Unknown architecture!" [preprocessorErrorDirective]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:3322:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:3333:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:4263:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:4359:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:4360:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:4361:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:4362:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:4363:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:4364:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:4365:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:379:10: style: Technically the member function '::FunctionCompiler::mustPreserveNaN' can be const. [functionConst]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:844:10: performance: Technically the member function '::FunctionCompiler::isSmallerAccessForI64' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:1096:10: style: Technically the member function '::FunctionCompiler::passInstance' can be const. [functionConst]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:1502:10: performance: Technically the member function '::FunctionCompiler::fixupRedundantPhis' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmIonCompile.cpp:1743:10: style: Technically the member function '::FunctionCompiler::goToExistingBlock' can be const. [functionConst]
firefox-62.0/js/src/wasm/WasmJS.cpp:91:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/js/src/wasm/WasmSignalHandlers.cpp:290:0: error: #error "Don't know how to read/write to the thread state via the mcontext_t." [preprocessorErrorDirective]
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:647:37: style: Same expression on both sides of '==' because the value of 'LookaheadSize' and '2' are the same. [duplicateExpression]
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:594:43: note: 'LookaheadSize' is assigned value '2' here.
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:647:37: note: Same expression on both sides of '==' because the value of 'LookaheadSize' and '2' are the same.
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:657:37: style: Same expression on both sides of '==' because the value of 'LookaheadSize' and '2' are the same. [duplicateExpression]
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:594:43: note: 'LookaheadSize' is assigned value '2' here.
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:657:37: note: Same expression on both sides of '==' because the value of 'LookaheadSize' and '2' are the same.
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:613:15: performance: Technically the member function '::WasmTokenStream::fail' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:4074:10: performance: Technically the member function '::Resolver::registerName' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:4084:10: performance: Technically the member function '::Resolver::resolveRef' can be static. [functionStatic]
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:631:34: performance: Function parameter 'token' should be passed by const reference. [passedByValue]
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:635:34: performance: Function parameter 'token' should be passed by const reference. [passedByValue]
firefox-62.0/js/src/wasm/WasmTextToBinary.cpp:656:26: performance: Function parameter 'token' should be passed by const reference. [passedByValue]
firefox-62.0/js/src/wasm/WasmTypes.cpp:149:0: error: #error "unknown architecture" [preprocessorErrorDirective]
firefox-62.0/js/xpconnect/loader/AutoMemMap.h:39:14: style: Technically the member function 'mozilla::loader::AutoMemMap::initialized' can be const. [functionConst]
firefox-62.0/js/xpconnect/loader/AutoMemMap.h:57:16: style: Technically the member function 'mozilla::loader::AutoMemMap::nonHeapSizeOfExcludingThis' can be const. [functionConst]
firefox-62.0/js/xpconnect/loader/ScriptPreloader-inl.h:175:10: style: Technically the member function 'mozilla::loader::InputBuffer::error' can be const. [functionConst]
firefox-62.0/js/xpconnect/loader/ChromeScriptLoader.cpp:183:63: style: Function 'Finish' argument 2 names different: declaration 'script' definition 'aScript'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/loader/ChromeScriptLoader.cpp:81:51: note: Function 'Finish' argument 2 names different: declaration 'script' definition 'aScript'.
firefox-62.0/js/xpconnect/loader/ChromeScriptLoader.cpp:183:63: note: Function 'Finish' argument 2 names different: declaration 'script' definition 'aScript'.
firefox-62.0/js/xpconnect/loader/ChromeScriptLoader.cpp:201:57: style: Function 'Reject' argument 2 names different: declaration 'aMxg' definition 'aMsg'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/loader/ChromeScriptLoader.cpp:77:45: note: Function 'Reject' argument 2 names different: declaration 'aMxg' definition 'aMsg'.
firefox-62.0/js/xpconnect/loader/ChromeScriptLoader.cpp:201:57: note: Function 'Reject' argument 2 names different: declaration 'aMxg' definition 'aMsg'.
firefox-62.0/js/xpconnect/loader/PrecompiledScript.h:21:1: style: The class 'PrecompiledScript' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:614:43: style: Function 'ReuseGlobal' argument 1 names different: declaration 'aComponent' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.h:111:30: note: Function 'ReuseGlobal' argument 1 names different: declaration 'aComponent' definition 'aURI'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:614:43: note: Function 'ReuseGlobal' argument 1 names different: declaration 'aComponent' definition 'aURI'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:671:56: style: Function 'PrepareObjectForLocation' argument 3 names different: declaration 'aComponent' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.h:117:48: note: Function 'PrepareObjectForLocation' argument 3 names different: declaration 'aComponent' definition 'aURI'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:671:56: note: Function 'PrepareObjectForLocation' argument 3 names different: declaration 'aComponent' definition 'aURI'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:1034:56: style: Function 'IsModuleLoaded' argument 1 names different: declaration 'aResourceURI' definition 'aLocation'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.h:74:47: note: Function 'IsModuleLoaded' argument 1 names different: declaration 'aResourceURI' definition 'aLocation'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:1034:56: note: Function 'IsModuleLoaded' argument 1 names different: declaration 'aResourceURI' definition 'aLocation'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:1035:44: style: Function 'IsModuleLoaded' argument 2 names different: declaration 'aRetval' definition 'retval'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.h:74:67: note: Function 'IsModuleLoaded' argument 2 names different: declaration 'aRetval' definition 'retval'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:1035:44: note: Function 'IsModuleLoaded' argument 2 names different: declaration 'aRetval' definition 'retval'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:1290:64: style: Function 'Import' argument 2 names different: declaration 'aResourceURI' definition 'aLocation'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.h:68:55: note: Function 'Import' argument 2 names different: declaration 'aResourceURI' definition 'aLocation'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:1290:64: note: Function 'Import' argument 2 names different: declaration 'aResourceURI' definition 'aLocation'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:1406:49: style: Function 'Unload' argument 1 names different: declaration 'aResourceURI' definition 'aLocation'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.h:73:39: note: Function 'Unload' argument 1 names different: declaration 'aResourceURI' definition 'aLocation'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:1406:49: note: Function 'Unload' argument 1 names different: declaration 'aResourceURI' definition 'aLocation'.
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:258:23: style: Technically the member function 'ComponentLoaderInfo::Key' can be const. [functionConst]
firefox-62.0/js/xpconnect/loader/mozJSComponentLoader.cpp:259:14: performance: Technically the member function 'ComponentLoaderInfo::EnsureKey' can be static. [functionStatic]
firefox-62.0/js/xpconnect/loader/mozJSSubScriptLoader.cpp:275:1: style: The class 'AsyncScriptLoader' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1357:52: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1359:46: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1439:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1443:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1455:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1461:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1494:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1500:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCMaps.h:476:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCInlines.h:495:68: style: Function 'xpc_ForcePropertyResolve' argument 3 names different: declaration 'id' definition 'idArg'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:2811:68: note: Function 'xpc_ForcePropertyResolve' argument 3 names different: declaration 'id' definition 'idArg'.
firefox-62.0/js/xpconnect/src/XPCInlines.h:495:68: note: Function 'xpc_ForcePropertyResolve' argument 3 names different: declaration 'id' definition 'idArg'.
firefox-62.0/js/xpconnect/src/xpcprivate.h:1038:5: warning: Member variable 'XPCNativeMember::mIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1038:5: warning: Member variable 'XPCNativeMember::mFlags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1038:5: warning: Member variable 'XPCNativeMember::mIndexInInterface' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1242:5: warning: Member variable 'XPCNativeSet::mInterfaces' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/js/xpconnect/src/XPCInlines.h:226:37: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
firefox-62.0/js/xpconnect/src/xpcObjectHelper.h:50:14: performance: Technically the member function 'xpcObjectHelper::GetScriptableFlags' can be static. [functionStatic]
firefox-62.0/js/xpconnect/src/xpcprivate.h:698:17: style: Technically the member function 'XPCCallContext::SetResolveName' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/XPCInlines.h:187:17: note: Technically the member function 'XPCCallContext::SetResolveName' can be const.
firefox-62.0/js/xpconnect/src/xpcprivate.h:698:17: note: Technically the member function 'XPCCallContext::SetResolveName' can be const.
firefox-62.0/js/xpconnect/src/xpcprivate.h:922:10: style: Technically the member function 'XPCWrappedNativeScope::IsContentXBLScope' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/xpcprivate.h:924:10: style: Technically the member function 'XPCWrappedNativeScope::UseContentXBLScope' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1303:10: style: Technically the member function 'XPCWrappedNativeProto::TraceInside' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1319:10: performance: Technically the member function 'XPCWrappedNativeProto::Mark' can be static. [functionStatic]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1320:17: performance: Technically the member function 'XPCWrappedNativeProto::AutoTrace' can be static. [functionStatic]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1381:17: performance: Technically the member function 'XPCWrappedNativeTearOff::TraceJS' can be static. [functionStatic]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1382:17: performance: Technically the member function 'XPCWrappedNativeTearOff::AutoTrace' can be static. [functionStatic]
firefox-62.0/js/xpconnect/src/xpcprivate.h:2561:10: style: Technically the member function 'xpc::GlobalProperties::Define' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/Sandbox.cpp:926:24: note: Technically the member function 'xpc::GlobalProperties::Define' can be const.
firefox-62.0/js/xpconnect/src/xpcprivate.h:2561:10: note: Technically the member function 'xpc::GlobalProperties::Define' can be const.
firefox-62.0/js/xpconnect/src/Sandbox.cpp:244:0: error: Memory leak: crypto [memleak]
firefox-62.0/js/xpconnect/src/XPCCallContext.cpp:76:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCConvert.cpp:1398:43: style: Function 'JSTypedArray2Native' argument 2 names different: declaration 'jsarray' definition 'jsArray'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1988:47: note: Function 'JSTypedArray2Native' argument 2 names different: declaration 'jsarray' definition 'jsArray'.
firefox-62.0/js/xpconnect/src/XPCConvert.cpp:1398:43: note: Function 'JSTypedArray2Native' argument 2 names different: declaration 'jsarray' definition 'jsArray'.
firefox-62.0/js/xpconnect/src/XPCJSContext.cpp:459:56: style: Function 'AutoLockWatchdog' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/XPCJSContext.cpp:91:51: note: Function 'AutoLockWatchdog' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/js/xpconnect/src/XPCJSContext.cpp:459:56: note: Function 'AutoLockWatchdog' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/js/xpconnect/src/XPCJSContext.cpp:111:10: style: Technically the member function 'Watchdog::Initialized' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/XPCJSContext.cpp:112:10: style: Technically the member function 'Watchdog::ShuttingDown' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/XPCJSContext.cpp:114:10: style: Technically the member function 'Watchdog::Hibernating' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/XPCJSContext.cpp:216:13: style: Technically the member function 'Watchdog::MinScriptRunTimeSeconds' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/XPCJSContext.cpp:1116:12: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:254:62: style: Function 'TryParseLocationURI' argument 1 names different: declaration 'aType' definition 'aLocationHint'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:3018:43: note: Function 'TryParseLocationURI' argument 1 names different: declaration 'aType' definition 'aLocationHint'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:254:62: note: Function 'TryParseLocationURI' argument 1 names different: declaration 'aType' definition 'aLocationHint'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:635:61: style: Function 'TraceAdditionalNativeGrayRoots' argument 1 names different: declaration 'aTracer' definition 'trc'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:542:51: note: Function 'TraceAdditionalNativeGrayRoots' argument 1 names different: declaration 'aTracer' definition 'trc'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:635:61: note: Function 'TraceAdditionalNativeGrayRoots' argument 1 names different: declaration 'aTracer' definition 'trc'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2915:47: style: Function 'DescribeCustomObjects' argument 1 names different: declaration 'aObject' definition 'obj'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:507:37: note: Function 'DescribeCustomObjects' argument 1 names different: declaration 'aObject' definition 'obj'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2915:47: note: Function 'DescribeCustomObjects' argument 1 names different: declaration 'aObject' definition 'obj'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2915:69: style: Function 'DescribeCustomObjects' argument 2 names different: declaration 'aClasp' definition 'clasp'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:507:63: note: Function 'DescribeCustomObjects' argument 2 names different: declaration 'aClasp' definition 'clasp'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2915:69: note: Function 'DescribeCustomObjects' argument 2 names different: declaration 'aClasp' definition 'clasp'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2936:63: style: Function 'NoteCustomGCThingXPCOMChildren' argument 1 names different: declaration 'aClasp' definition 'clasp'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:510:53: note: Function 'NoteCustomGCThingXPCOMChildren' argument 1 names different: declaration 'aClasp' definition 'clasp'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2936:63: note: Function 'NoteCustomGCThingXPCOMChildren' argument 1 names different: declaration 'aClasp' definition 'clasp'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2936:80: style: Function 'NoteCustomGCThingXPCOMChildren' argument 2 names different: declaration 'aObj' definition 'obj'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:510:71: note: Function 'NoteCustomGCThingXPCOMChildren' argument 2 names different: declaration 'aObj' definition 'obj'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2936:80: note: Function 'NoteCustomGCThingXPCOMChildren' argument 2 names different: declaration 'aObj' definition 'obj'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2937:82: style: Function 'NoteCustomGCThingXPCOMChildren' argument 3 names different: declaration 'aCb' definition 'cb'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:511:72: note: Function 'NoteCustomGCThingXPCOMChildren' argument 3 names different: declaration 'aCb' definition 'cb'.
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:2937:82: note: Function 'NoteCustomGCThingXPCOMChildren' argument 3 names different: declaration 'aCb' definition 'cb'.
firefox-62.0/js/xpconnect/src/xpcpublic.h:47:10: style: Technically the member function 'xpc::Scriptability::Allowed' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:399:16: note: Technically the member function 'xpc::Scriptability::Allowed' can be const.
firefox-62.0/js/xpconnect/src/xpcpublic.h:47:10: note: Technically the member function 'xpc::Scriptability::Allowed' can be const.
firefox-62.0/js/xpconnect/src/xpcpublic.h:48:10: style: Technically the member function 'xpc::Scriptability::IsImmuneToScriptPolicy' can be const. [functionConst]
firefox-62.0/js/xpconnect/src/XPCJSRuntime.cpp:406:16: note: Technically the member function 'xpc::Scriptability::IsImmuneToScriptPolicy' can be const.
firefox-62.0/js/xpconnect/src/xpcpublic.h:48:10: note: Technically the member function 'xpc::Scriptability::IsImmuneToScriptPolicy' can be const.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:114:54: style: Function 'Native2WrappedNativeMap' argument 1 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/XPCMaps.h:160:42: note: Function 'Native2WrappedNativeMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:114:54: note: Function 'Native2WrappedNativeMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:149:50: style: Function 'IID2WrappedJSClassMap' argument 1 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/XPCMaps.h:215:40: note: Function 'IID2WrappedJSClassMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:149:50: note: Function 'IID2WrappedJSClassMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:172:52: style: Function 'IID2NativeInterfaceMap' argument 1 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/XPCMaps.h:269:41: note: Function 'IID2NativeInterfaceMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:172:52: note: Function 'IID2NativeInterfaceMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:226:52: style: Function 'ClassInfo2NativeSetMap' argument 1 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/XPCMaps.h:328:41: note: Function 'ClassInfo2NativeSetMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:226:52: note: Function 'ClassInfo2NativeSetMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:249:70: style: Function 'ClassInfo2WrappedNativeProtoMap' argument 1 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/XPCMaps.h:381:50: note: Function 'ClassInfo2WrappedNativeProtoMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:249:70: note: Function 'ClassInfo2WrappedNativeProtoMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:324:32: style: Function 'NativeSetMap' argument 1 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/XPCMaps.h:453:31: note: Function 'NativeSetMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:324:32: note: Function 'NativeSetMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:351:56: style: Function 'XPCWrappedNativeProtoMap' argument 1 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/XPCMaps.h:493:43: note: Function 'XPCWrappedNativeProtoMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:351:56: note: Function 'XPCWrappedNativeProtoMap' argument 1 names different: declaration 'size' definition 'length'.
firefox-62.0/js/xpconnect/src/xpcprivate.h:1229:74: error: Array 'mInterfaces[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
firefox-62.0/js/xpconnect/src/XPCMaps.cpp:290:44: note: Calling function 'GetInterfaceAt', 1st argument 'i' value is 1
firefox-62.0/js/xpconnect/src/xpcprivate.h:1229:74: note: Array index out of bounds
firefox-62.0/js/xpconnect/src/XPCShellImpl.cpp:1054:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/js/xpconnect/src/XPCShellImpl.cpp:1065:16: style: The scope of the variable 'cx' can be reduced. [variableScope]
firefox-62.0/js/xpconnect/src/XPCShellImpl.cpp:1438:41: style: Function 'SetAppDir' argument 1 names different: declaration 'appFile' definition 'appDir'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/XPCShellImpl.cpp:91:29: note: Function 'SetAppDir' argument 1 names different: declaration 'appFile' definition 'appDir'.
firefox-62.0/js/xpconnect/src/XPCShellImpl.cpp:1438:41: note: Function 'SetAppDir' argument 1 names different: declaration 'appFile' definition 'appDir'.
firefox-62.0/js/xpconnect/src/XPCWrappedJS.cpp:323:47: style: Function 'GetNewOrUsed' argument 1 names different: declaration 'aJSObj' definition 'jsObj'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1793:35: note: Function 'GetNewOrUsed' argument 1 names different: declaration 'aJSObj' definition 'jsObj'.
firefox-62.0/js/xpconnect/src/XPCWrappedJS.cpp:323:47: note: Function 'GetNewOrUsed' argument 1 names different: declaration 'aJSObj' definition 'jsObj'.
firefox-62.0/js/xpconnect/src/XPCWrappedJS.cpp:325:47: style: Function 'GetNewOrUsed' argument 3 names different: declaration 'wrapper' definition 'wrapperResult'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1795:35: note: Function 'GetNewOrUsed' argument 3 names different: declaration 'wrapper' definition 'wrapperResult'.
firefox-62.0/js/xpconnect/src/XPCWrappedJS.cpp:325:47: note: Function 'GetNewOrUsed' argument 3 names different: declaration 'wrapper' definition 'wrapperResult'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:183:61: style: Function 'CallQueryInterfaceOnJSObject' argument 2 names different: declaration 'jsobj' definition 'jsobjArg'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1707:55: note: Function 'CallQueryInterfaceOnJSObject' argument 2 names different: declaration 'jsobj' definition 'jsobjArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:183:61: note: Function 'CallQueryInterfaceOnJSObject' argument 2 names different: declaration 'jsobj' definition 'jsobjArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:313:58: style: Function 'GetNamedPropertyAsVariant' argument 2 names different: declaration 'aJSObj' definition 'aJSObjArg'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1714:57: note: Function 'GetNamedPropertyAsVariant' argument 2 names different: declaration 'aJSObj' definition 'aJSObjArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:313:58: note: Function 'GetNamedPropertyAsVariant' argument 2 names different: declaration 'aJSObj' definition 'aJSObjArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:349:56: style: Function 'BuildPropertyEnumerator' argument 2 names different: declaration 'aJSObj' definition 'aJSObjArg'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1710:55: note: Function 'BuildPropertyEnumerator' argument 2 names different: declaration 'aJSObj' definition 'aJSObjArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:349:56: note: Function 'BuildPropertyEnumerator' argument 2 names different: declaration 'aJSObj' definition 'aJSObjArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:652:63: style: Function 'GetRootJSObject' argument 2 names different: declaration 'aJSObj' definition 'aJSObjArg'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1700:56: note: Function 'GetRootJSObject' argument 2 names different: declaration 'aJSObj' definition 'aJSObjArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:652:63: note: Function 'GetRootJSObject' argument 2 names different: declaration 'aJSObj' definition 'aJSObjArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:668:63: style: Function 'GetArraySizeFromParam' argument 3 names different: declaration 'params' definition 'nativeParams'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1741:51: note: Function 'GetArraySizeFromParam' argument 3 names different: declaration 'params' definition 'nativeParams'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:668:63: note: Function 'GetArraySizeFromParam' argument 3 names different: declaration 'params' definition 'nativeParams'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:700:67: style: Function 'GetInterfaceTypeFromParam' argument 3 names different: declaration 'params' definition 'nativeParams'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1746:55: note: Function 'GetInterfaceTypeFromParam' argument 3 names different: declaration 'params' definition 'nativeParams'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:700:67: note: Function 'GetInterfaceTypeFromParam' argument 3 names different: declaration 'params' definition 'nativeParams'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:740:63: style: Function 'CleanupOutparams' argument 4 names different: declaration 'n' definition 'count'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1751:51: note: Function 'CleanupOutparams' argument 4 names different: declaration 'n' definition 'count'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:740:63: note: Function 'CleanupOutparams' argument 4 names different: declaration 'n' definition 'count'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:928:52: style: Function 'CallMethod' argument 4 names different: declaration 'params' definition 'nativeParams'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1704:46: note: Function 'CallMethod' argument 4 names different: declaration 'params' definition 'nativeParams'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:928:52: note: Function 'CallMethod' argument 4 names different: declaration 'params' definition 'nativeParams'.
firefox-62.0/js/xpconnect/src/XPCWrappedJSClass.cpp:97:9: performance: Variable 'mSavedResult' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:270:51: style: Function 'GetNewOrUsed' argument 4 names different: declaration 'wrapper' definition 'resultWrapper'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1531:37: note: Function 'GetNewOrUsed' argument 4 names different: declaration 'wrapper' definition 'resultWrapper'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:270:51: note: Function 'GetNewOrUsed' argument 4 names different: declaration 'wrapper' definition 'resultWrapper'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:561:49: style: Function 'GatherScriptable' argument 1 names different: declaration 'obj' definition 'aObj'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1635:47: note: Function 'GatherScriptable' argument 1 names different: declaration 'obj' definition 'aObj'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:561:49: note: Function 'GatherScriptable' argument 1 names different: declaration 'obj' definition 'aObj'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:562:50: style: Function 'GatherScriptable' argument 2 names different: declaration 'classInfo' definition 'aClassInfo'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1636:48: note: Function 'GatherScriptable' argument 2 names different: declaration 'classInfo' definition 'aClassInfo'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:562:50: note: Function 'GatherScriptable' argument 2 names different: declaration 'classInfo' definition 'aClassInfo'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:563:55: style: Function 'GatherScriptable' argument 3 names different: declaration 'scrProto' definition 'aScrProto'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1637:53: note: Function 'GatherScriptable' argument 3 names different: declaration 'scrProto' definition 'aScrProto'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:563:55: note: Function 'GatherScriptable' argument 3 names different: declaration 'scrProto' definition 'aScrProto'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:564:55: style: Function 'GatherScriptable' argument 4 names different: declaration 'scrWrapper' definition 'aScrWrapper'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1638:53: note: Function 'GatherScriptable' argument 4 names different: declaration 'scrWrapper' definition 'aScrWrapper'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:564:55: note: Function 'GatherScriptable' argument 4 names different: declaration 'scrWrapper' definition 'aScrWrapper'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:606:42: style: Function 'Init' argument 1 names different: declaration 'scriptable' definition 'aScriptable'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcprivate.h:1623:33: note: Function 'Init' argument 1 names different: declaration 'scriptable' definition 'aScriptable'.
firefox-62.0/js/xpconnect/src/XPCWrappedNative.cpp:606:42: note: Function 'Init' argument 1 names different: declaration 'scriptable' definition 'aScriptable'.
firefox-62.0/js/xpconnect/src/xpcprivate.h:1105:10: performance: Technically the member function 'XPCNativeInterface::DebugDump' can be static. [functionStatic]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeInfo.cpp:412:21: note: Technically the member function 'XPCNativeInterface::DebugDump' can be static.
firefox-62.0/js/xpconnect/src/xpcprivate.h:1105:10: note: Technically the member function 'XPCNativeInterface::DebugDump' can be static.
firefox-62.0/js/xpconnect/src/xpcprivate.h:1234:10: performance: Technically the member function 'XPCNativeSet::DebugDump' can be static. [functionStatic]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeInfo.cpp:785:15: note: Technically the member function 'XPCNativeSet::DebugDump' can be static.
firefox-62.0/js/xpconnect/src/xpcprivate.h:1234:10: note: Technically the member function 'XPCNativeSet::DebugDump' can be static.
firefox-62.0/js/xpconnect/src/XPCWrappedNativeJSOps.cpp:942:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeJSOps.cpp:973:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeJSOps.cpp:982:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeJSOps.cpp:995:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeJSOps.cpp:1010:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeJSOps.cpp:1032:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeJSOps.cpp:1127:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeJSOps.cpp:1137:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeJSOps.cpp:240:17: style: The scope of the variable 'name' can be reduced. [variableScope]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeProto.cpp:119:5: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeProto.cpp:117:0: note: Variable 'map' is reassigned a value before the old one has been used.
firefox-62.0/js/xpconnect/src/XPCWrappedNativeProto.cpp:119:5: note: Variable 'map' is reassigned a value before the old one has been used.
firefox-62.0/js/xpconnect/src/xpcprivate.h:1296:10: performance: Technically the member function 'XPCWrappedNativeProto::DebugDump' can be static. [functionStatic]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeProto.cpp:141:24: note: Technically the member function 'XPCWrappedNativeProto::DebugDump' can be static.
firefox-62.0/js/xpconnect/src/xpcprivate.h:1296:10: note: Technically the member function 'XPCWrappedNativeProto::DebugDump' can be static.
firefox-62.0/js/xpconnect/src/XPCWrappedNativeScope.cpp:291:38: style: Function 'GetXBLScope' argument 2 names different: declaration 'contentScope' definition 'contentScopeArg'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/src/xpcpublic.h:100:38: note: Function 'GetXBLScope' argument 2 names different: declaration 'contentScope' definition 'contentScopeArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedNativeScope.cpp:291:38: note: Function 'GetXBLScope' argument 2 names different: declaration 'contentScope' definition 'contentScopeArg'.
firefox-62.0/js/xpconnect/src/XPCWrappedNativeScope.cpp:524:9: style: Variable 'liveScopeCount' is modified but its new value is never used. [unreadVariable]
firefox-62.0/js/xpconnect/src/xpcprivate.h:888:5: performance: Technically the member function 'XPCWrappedNativeScope::DebugDump' can be static. [functionStatic]
firefox-62.0/js/xpconnect/src/XPCWrappedNativeScope.cpp:621:24: note: Technically the member function 'XPCWrappedNativeScope::DebugDump' can be static.
firefox-62.0/js/xpconnect/src/xpcprivate.h:888:5: note: Technically the member function 'XPCWrappedNativeScope::DebugDump' can be static.
firefox-62.0/js/xpconnect/tests/components/native/xpctest_attributes.cpp:19:5: performance: Variable 'timeProperty' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.h:72:10: performance: Technically the member function 'xpc::XrayTraits::delete_' can be static. [functionStatic]
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.h:293:10: performance: Technically the member function 'xpc::OpaqueXrayTraits::defineProperty' can be static. [functionStatic]
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.h:324:10: performance: Technically the member function 'xpc::OpaqueXrayTraits::getPrototype' can be static. [functionStatic]
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.h:277:26: warning: The class 'JSXrayTraits' defines member variable with name 'HolderClass' also defined in its parent class 'XrayTraits'. [duplInheritedMember]
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.h:110:26: note: Parent variable 'XrayTraits::HolderClass'
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.h:277:26: note: Derived variable 'JSXrayTraits::HolderClass'
firefox-62.0/js/xpconnect/wrappers/WrapperFactory.cpp:47:33: style: Function 'IsCOW' argument 1 names different: declaration 'wrapper' definition 'obj'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/wrappers/WrapperFactory.h:34:33: note: Function 'IsCOW' argument 1 names different: declaration 'wrapper' definition 'obj'.
firefox-62.0/js/xpconnect/wrappers/WrapperFactory.cpp:47:33: note: Function 'IsCOW' argument 1 names different: declaration 'wrapper' definition 'obj'.
firefox-62.0/js/xpconnect/wrappers/WrapperFactory.cpp:93:52: style: Function 'WaiveXray' argument 2 names different: declaration 'obj' definition 'objArg'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/wrappers/WrapperFactory.h:38:57: note: Function 'WaiveXray' argument 2 names different: declaration 'obj' definition 'objArg'.
firefox-62.0/js/xpconnect/wrappers/WrapperFactory.cpp:93:52: note: Function 'WaiveXray' argument 2 names different: declaration 'obj' definition 'objArg'.
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.cpp:221:9: warning: Identical condition 'alreadyWarnedOnce', second condition is always false [identicalConditionAfterEarlyExit]
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.cpp:196:9: note: first condition
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.cpp:221:9: note: second condition
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.cpp:2102:0: style: Function 'getBuiltinClass' argument 2 names different: declaration 'wapper' definition 'wrapper'. [funcArgNamesDifferent]
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.h:413:0: note: Function 'getBuiltinClass' argument 2 names different: declaration 'wapper' definition 'wrapper'.
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.cpp:2102:0: note: Function 'getBuiltinClass' argument 2 names different: declaration 'wapper' definition 'wrapper'.
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.h:149:10: performance: Technically the member function 'xpc::DOMXrayTraits::delete_' can be static. [functionStatic]
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.cpp:1550:16: note: Technically the member function 'xpc::DOMXrayTraits::delete_' can be static.
firefox-62.0/js/xpconnect/wrappers/XrayWrapper.h:149:10: note: Technically the member function 'xpc::DOMXrayTraits::delete_' can be static.
firefox-62.0/layout/base/AccessibleCaret.h:156:8: style: Technically the member function 'mozilla::AccessibleCaret::SetTextOverlayElementStyle' can be const. [functionConst]
firefox-62.0/layout/base/AccessibleCaret.cpp:359:18: note: Technically the member function 'mozilla::AccessibleCaret::SetTextOverlayElementStyle' can be const.
firefox-62.0/layout/base/AccessibleCaret.h:156:8: note: Technically the member function 'mozilla::AccessibleCaret::SetTextOverlayElementStyle' can be const.
firefox-62.0/layout/base/AccessibleCaret.h:157:8: style: Technically the member function 'mozilla::AccessibleCaret::SetCaretImageElementStyle' can be const. [functionConst]
firefox-62.0/layout/base/AccessibleCaret.cpp:371:18: note: Technically the member function 'mozilla::AccessibleCaret::SetCaretImageElementStyle' can be const.
firefox-62.0/layout/base/AccessibleCaret.h:157:8: note: Technically the member function 'mozilla::AccessibleCaret::SetCaretImageElementStyle' can be const.
firefox-62.0/layout/base/AccessibleCaret.h:158:8: style: Technically the member function 'mozilla::AccessibleCaret::SetSelectionBarElementStyle' can be const. [functionConst]
firefox-62.0/layout/base/AccessibleCaret.cpp:383:18: note: Technically the member function 'mozilla::AccessibleCaret::SetSelectionBarElementStyle' can be const.
firefox-62.0/layout/base/AccessibleCaret.h:158:8: note: Technically the member function 'mozilla::AccessibleCaret::SetSelectionBarElementStyle' can be const.
firefox-62.0/layout/base/AccessibleCaret.h:161:9: performance: Technically the member function 'mozilla::AccessibleCaret::GetZoomLevel' can be static. [functionStatic]
firefox-62.0/layout/base/AccessibleCaret.cpp:400:18: note: Technically the member function 'mozilla::AccessibleCaret::GetZoomLevel' can be static.
firefox-62.0/layout/base/AccessibleCaret.h:161:9: note: Technically the member function 'mozilla::AccessibleCaret::GetZoomLevel' can be static.
firefox-62.0/layout/base/AccessibleCaret.h:191:34: performance: Technically the member function 'mozilla::AccessibleCaret::CreateCaretElement' can be static. [functionStatic]
firefox-62.0/layout/base/AccessibleCaret.cpp:232:18: note: Technically the member function 'mozilla::AccessibleCaret::CreateCaretElement' can be static.
firefox-62.0/layout/base/AccessibleCaret.h:191:34: note: Technically the member function 'mozilla::AccessibleCaret::CreateCaretElement' can be static.
firefox-62.0/layout/base/nsCounterManager.h:197:10: style: Technically the member function 'nsCounterList::IsDirty' can be const. [functionConst]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:120:8: performance: Technically the member function 'nsCSSFrameConstructor::CheckBitsForLazyFrameConstruction' can be static. [functionStatic]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:833:10: style: Technically the member function 'nsCSSFrameConstructor::FrameConstructionItemList::HasLineBoundaryAtStart' can be const. [functionConst]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:834:10: style: Technically the member function 'nsCSSFrameConstructor::FrameConstructionItemList::HasLineBoundaryAtEnd' can be const. [functionConst]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:835:10: style: Technically the member function 'nsCSSFrameConstructor::FrameConstructionItemList::ParentHasNoXBLChildren' can be const. [functionConst]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1269:9: style: Struct 'AutoFrameConstructionItem' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1269:9: style: Struct 'AutoFrameConstructionItem' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:662:53: style: Function 'Reflow' argument 1 names different: declaration 'start' definition 'aStart'. [funcArgNamesDifferent]
firefox-62.0/layout/base/AccessibleCaretEventHub.h:86:41: note: Function 'Reflow' argument 1 names different: declaration 'start' definition 'aStart'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:662:53: note: Function 'Reflow' argument 1 names different: declaration 'start' definition 'aStart'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:663:53: style: Function 'Reflow' argument 2 names different: declaration 'end' definition 'aEnd'. [funcArgNamesDifferent]
firefox-62.0/layout/base/AccessibleCaretEventHub.h:87:41: note: Function 'Reflow' argument 2 names different: declaration 'end' definition 'aEnd'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:663:53: note: Function 'Reflow' argument 2 names different: declaration 'end' definition 'aEnd'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:684:66: style: Function 'ReflowInterruptible' argument 1 names different: declaration 'start' definition 'aStart'. [funcArgNamesDifferent]
firefox-62.0/layout/base/AccessibleCaretEventHub.h:89:54: note: Function 'ReflowInterruptible' argument 1 names different: declaration 'start' definition 'aStart'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:684:66: note: Function 'ReflowInterruptible' argument 1 names different: declaration 'start' definition 'aStart'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:685:66: style: Function 'ReflowInterruptible' argument 2 names different: declaration 'end' definition 'aEnd'. [funcArgNamesDifferent]
firefox-62.0/layout/base/AccessibleCaretEventHub.h:90:54: note: Function 'ReflowInterruptible' argument 2 names different: declaration 'end' definition 'aEnd'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:685:66: note: Function 'ReflowInterruptible' argument 2 names different: declaration 'end' definition 'aEnd'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:731:62: style: Function 'NotifySelectionChanged' argument 1 names different: declaration 'doc' definition 'aDoc'. [funcArgNamesDifferent]
firefox-62.0/layout/base/AccessibleCaretEventHub.h:94:50: note: Function 'NotifySelectionChanged' argument 1 names different: declaration 'doc' definition 'aDoc'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:731:62: note: Function 'NotifySelectionChanged' argument 1 names different: declaration 'doc' definition 'aDoc'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:732:65: style: Function 'NotifySelectionChanged' argument 2 names different: declaration 'sel' definition 'aSel'. [funcArgNamesDifferent]
firefox-62.0/layout/base/AccessibleCaretEventHub.h:95:53: note: Function 'NotifySelectionChanged' argument 2 names different: declaration 'sel' definition 'aSel'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:732:65: note: Function 'NotifySelectionChanged' argument 2 names different: declaration 'sel' definition 'aSel'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:733:57: style: Function 'NotifySelectionChanged' argument 3 names different: declaration 'reason' definition 'aReason'. [funcArgNamesDifferent]
firefox-62.0/layout/base/AccessibleCaretEventHub.h:96:45: note: Function 'NotifySelectionChanged' argument 3 names different: declaration 'reason' definition 'aReason'.
firefox-62.0/layout/base/AccessibleCaretEventHub.cpp:733:57: note: Function 'NotifySelectionChanged' argument 3 names different: declaration 'reason' definition 'aReason'.
firefox-62.0/layout/base/AccessibleCaretManager.cpp:831:18: style: Checking if unsigned variable 'rangeCount' is less than zero. [unsignedLessThanZero]
firefox-62.0/layout/base/AccessibleCaretManager.cpp:63:74: style: Function 'operator<<' argument 2 names different: declaration 'aResult' definition 'aHint'. [funcArgNamesDifferent]
firefox-62.0/layout/base/AccessibleCaretManager.h:383:74: note: Function 'operator<<' argument 2 names different: declaration 'aResult' definition 'aHint'.
firefox-62.0/layout/base/AccessibleCaretManager.cpp:63:74: note: Function 'operator<<' argument 2 names different: declaration 'aResult' definition 'aHint'.
firefox-62.0/layout/base/AccessibleCaretManager.cpp:224:65: style: Function 'UpdateCarets' argument 1 names different: declaration 'aHints' definition 'aHint'. [funcArgNamesDifferent]
firefox-62.0/layout/base/AccessibleCaretManager.h:164:32: note: Function 'UpdateCarets' argument 1 names different: declaration 'aHints' definition 'aHint'.
firefox-62.0/layout/base/AccessibleCaretManager.cpp:224:65: note: Function 'UpdateCarets' argument 1 names different: declaration 'aHints' definition 'aHint'.
firefox-62.0/layout/base/AccessibleCaretManager.h:177:8: performance: Technically the member function 'mozilla::AccessibleCaretManager::ProvideHapticFeedback' can be static. [functionStatic]
firefox-62.0/layout/base/AccessibleCaretManager.cpp:462:25: note: Technically the member function 'mozilla::AccessibleCaretManager::ProvideHapticFeedback' can be static.
firefox-62.0/layout/base/AccessibleCaretManager.h:177:8: note: Technically the member function 'mozilla::AccessibleCaretManager::ProvideHapticFeedback' can be static.
firefox-62.0/layout/base/AccessibleCaretManager.h:185:8: performance: Technically the member function 'mozilla::AccessibleCaretManager::ChangeFocusToOrClearOldFocus' can be static. [functionStatic]
firefox-62.0/layout/base/AccessibleCaretManager.cpp:858:25: note: Technically the member function 'mozilla::AccessibleCaretManager::ChangeFocusToOrClearOldFocus' can be static.
firefox-62.0/layout/base/AccessibleCaretManager.h:185:8: note: Technically the member function 'mozilla::AccessibleCaretManager::ChangeFocusToOrClearOldFocus' can be static.
firefox-62.0/layout/base/AccessibleCaretManager.h:191:8: performance: Technically the member function 'mozilla::AccessibleCaretManager::IsPhoneNumber' can be static. [functionStatic]
firefox-62.0/layout/base/AccessibleCaretManager.cpp:915:25: note: Technically the member function 'mozilla::AccessibleCaretManager::IsPhoneNumber' can be static.
firefox-62.0/layout/base/AccessibleCaretManager.h:191:8: note: Technically the member function 'mozilla::AccessibleCaretManager::IsPhoneNumber' can be static.
firefox-62.0/layout/base/AccessibleCaretManager.h:233:38: performance: Technically the member function 'mozilla::AccessibleCaretManager::GetFrameSelection' can be static. [functionStatic]
firefox-62.0/layout/base/AccessibleCaretManager.cpp:765:25: note: Technically the member function 'mozilla::AccessibleCaretManager::GetFrameSelection' can be static.
firefox-62.0/layout/base/AccessibleCaretManager.h:233:38: note: Technically the member function 'mozilla::AccessibleCaretManager::GetFrameSelection' can be static.
firefox-62.0/layout/base/AccessibleCaretManager.h:239:10: performance: Technically the member function 'mozilla::AccessibleCaretManager::GetAllChildFrameRectsUnion' can be static. [functionStatic]
firefox-62.0/layout/base/AccessibleCaretManager.cpp:1265:25: note: Technically the member function 'mozilla::AccessibleCaretManager::GetAllChildFrameRectsUnion' can be static.
firefox-62.0/layout/base/AccessibleCaretManager.h:239:10: note: Technically the member function 'mozilla::AccessibleCaretManager::GetAllChildFrameRectsUnion' can be static.
firefox-62.0/layout/base/PresShell.cpp:7096:9: warning: Either the condition '!frame' is redundant or there is possible null pointer dereference: frame. [nullPointerRedundantCheck]
firefox-62.0/layout/base/PresShell.cpp:7111:9: note: Assuming that condition '!frame' is not redundant
firefox-62.0/layout/base/PresShell.cpp:7096:9: note: Null pointer dereference
firefox-62.0/layout/base/PresShell.cpp:7995:17: warning: Either the condition '!touch' is redundant or there is possible null pointer dereference: touch. [nullPointerRedundantCheck]
firefox-62.0/layout/base/PresShell.cpp:7997:9: note: Assuming that condition '!touch' is not redundant
firefox-62.0/layout/base/PresShell.cpp:7995:17: note: Null pointer dereference
firefox-62.0/layout/base/PresShell.cpp:4007:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/PresShell.cpp:5654:3: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/layout/base/PresShell.cpp:5639:0: note: Variable 'view' is reassigned a value before the old one has been used.
firefox-62.0/layout/base/PresShell.cpp:5654:3: note: Variable 'view' is reassigned a value before the old one has been used.
firefox-62.0/layout/base/PresShell.cpp:8336:8: style: The scope of the variable 'istree' can be reduced. [variableScope]
firefox-62.0/layout/base/PresShell.cpp:8336:24: style: The scope of the variable 'checkLineHeight' can be reduced. [variableScope]
firefox-62.0/layout/base/PresShell.cpp:1440:43: style: Function 'SetAuthorStyleDisabled' argument 1 names different: declaration 'aDisabled' definition 'aStyleDisabled'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsIPresShell.h:290:36: note: Function 'SetAuthorStyleDisabled' argument 1 names different: declaration 'aDisabled' definition 'aStyleDisabled'.
firefox-62.0/layout/base/PresShell.cpp:1440:43: note: Function 'SetAuthorStyleDisabled' argument 1 names different: declaration 'aDisabled' definition 'aStyleDisabled'.
firefox-62.0/layout/base/PresShell.cpp:751:15: warning: Member variable 'nsIPresShell::mFontSizeInflationEnabledIsDirty' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/base/RestyleManager.cpp:1517:12: warning: Either the condition 'frame' is redundant or there is possible null pointer dereference: frame. [nullPointerRedundantCheck]
firefox-62.0/layout/base/RestyleManager.cpp:1438:9: note: Assuming that condition 'frame' is not redundant
firefox-62.0/layout/base/RestyleManager.cpp:1517:12: note: Null pointer dereference
firefox-62.0/layout/base/RestyleManager.cpp:1526:13: warning: Either the condition 'frame' is redundant or there is possible null pointer dereference: frame. [nullPointerRedundantCheck]
firefox-62.0/layout/base/RestyleManager.cpp:1438:9: note: Assuming that condition 'frame' is not redundant
firefox-62.0/layout/base/RestyleManager.cpp:1526:13: note: Null pointer dereference
firefox-62.0/layout/base/RestyleManager.cpp:1427:10: style: The scope of the variable 'didReflowThisFrame' can be reduced. [variableScope]
firefox-62.0/layout/base/StackArena.cpp:25:3: warning: Member variable 'StackBlock::mBlock' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/base/StackArena.h:32:10: style: Unused private function: 'StackArena::SizeOfExcludingThis' [unusedPrivateFunction]
firefox-62.0/layout/base/StackArena.cpp:49:3: style: Class 'StackArena' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/layout/base/StackArena.cpp:49:3: style: Class 'StackArena' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/layout/base/StaticPresData.cpp:218:3: style: Variable 'langGroupAtom' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/layout/base/StaticPresData.cpp:217:0: note: Variable 'langGroupAtom' is reassigned a value before the old one has been used.
firefox-62.0/layout/base/StaticPresData.cpp:218:3: note: Variable 'langGroupAtom' is reassigned a value before the old one has been used.
firefox-62.0/layout/base/gtest/TestAccessibleCaretEventHub.cpp:264:0: error: syntax error [syntaxError]
firefox-62.0/layout/base/gtest/TestAccessibleCaretManager.cpp:147:0: error: syntax error [syntaxError]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:244:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:307:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:414:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:432:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:821:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:865:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:907:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:966:49: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:993:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:1028:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:1887:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:2137:5: style: Variable 'dir' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:2132:0: note: Variable 'dir' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/layout/base/nsBidiPresUtils.cpp:2137:5: note: Variable 'dir' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/layout/base/nsBidiPresUtils.cpp:1771:13: style: The scope of the variable 'frame' can be reduced. [variableScope]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:1425:37: style: Function 'IsFirstOrLast' argument 3 names different: declaration 'aSpanInLineOrder' definition 'aSpanDirMatchesLineDir'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsBidiPresUtils.h:499:35: note: Function 'IsFirstOrLast' argument 3 names different: declaration 'aSpanInLineOrder' definition 'aSpanDirMatchesLineDir'.
firefox-62.0/layout/base/nsBidiPresUtils.cpp:1425:37: note: Function 'IsFirstOrLast' argument 3 names different: declaration 'aSpanInLineOrder' definition 'aSpanDirMatchesLineDir'.
firefox-62.0/layout/base/nsBidiPresUtils.cpp:1806:44: style: Function 'CheckLineOrder' argument 3 names different: declaration 'aLeftmost' definition 'aFirstVisual'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsBidiPresUtils.h:256:43: note: Function 'CheckLineOrder' argument 3 names different: declaration 'aLeftmost' definition 'aFirstVisual'.
firefox-62.0/layout/base/nsBidiPresUtils.cpp:1806:44: note: Function 'CheckLineOrder' argument 3 names different: declaration 'aLeftmost' definition 'aFirstVisual'.
firefox-62.0/layout/base/nsBidiPresUtils.cpp:1807:44: style: Function 'CheckLineOrder' argument 4 names different: declaration 'aRightmost' definition 'aLastVisual'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsBidiPresUtils.h:257:43: note: Function 'CheckLineOrder' argument 4 names different: declaration 'aRightmost' definition 'aLastVisual'.
firefox-62.0/layout/base/nsBidiPresUtils.cpp:1807:44: note: Function 'CheckLineOrder' argument 4 names different: declaration 'aRightmost' definition 'aLastVisual'.
firefox-62.0/layout/base/nsBidiPresUtils.cpp:153:12: warning: Member variable 'BidiParagraphData::mPrevFrame' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:2304:3: warning: Member variable 'nsIRenderingContextBidiProcessor::mText' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/base/nsBidiPresUtils.cpp:2304:3: warning: Member variable 'nsIRenderingContextBidiProcessor::mLength' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/base/nsBidiPresUtils.h:435:32: performance: Function parameter 'aContainerWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsPresContext.h:508:27: performance: Function parameter 'aSize' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsCSSColorUtils.cpp:200:13: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/layout/base/nsCSSColorUtils.cpp:200:16: style: The scope of the variable 'p' can be reduced. [variableScope]
firefox-62.0/layout/base/nsCSSColorUtils.cpp:200:19: style: The scope of the variable 'q' can be reduced. [variableScope]
firefox-62.0/layout/base/nsCSSColorUtils.cpp:200:22: style: The scope of the variable 't' can be reduced. [variableScope]
firefox-62.0/layout/base/nsCSSColorUtils.cpp:201:13: style: The scope of the variable 'h' can be reduced. [variableScope]
firefox-62.0/layout/base/nsCSSColorUtils.cpp:201:16: style: The scope of the variable 'f' can be reduced. [variableScope]
firefox-62.0/layout/base/nsCSSColorUtils.cpp:201:19: style: The scope of the variable 'percent' can be reduced. [variableScope]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:4555:3: warning: Either the condition 'if(gfxScrollFrame)' is redundant or there is possible null pointer dereference: gfxScrollFrame. [nullPointerRedundantCheck]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:4562:6: note: Assuming that condition 'if(gfxScrollFrame)' is not redundant
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:4555:3: note: Null pointer dereference
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:6677:20: warning: Either the condition '!insertionElement' is redundant or there is possible null pointer dereference: aContent. [nullPointerRedundantCheck]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:8773:7: note: Assuming that condition '!insertionElement' is not redundant
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:8779:40: note: Calling function 'GetContentInsertionFrameFor', 1st argument 'aContent' value is 0
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:6677:20: note: Null pointer dereference
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:3039:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:6149:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:6174:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:2201:77: style: Function 'ConstructTableRowOrRowGroup' argument 4 names different: declaration 'aStyleDisplay' definition 'aDisplay'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:509:66: note: Function 'ConstructTableRowOrRowGroup' argument 4 names different: declaration 'aStyleDisplay' definition 'aDisplay'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:2201:77: note: Function 'ConstructTableRowOrRowGroup' argument 4 names different: declaration 'aStyleDisplay' definition 'aDisplay'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:2285:68: style: Function 'ConstructTableCell' argument 4 names different: declaration 'aStyleDisplay' definition 'aDisplay'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:527:57: note: Function 'ConstructTableCell' argument 4 names different: declaration 'aStyleDisplay' definition 'aDisplay'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:2285:68: note: Function 'ConstructTableCell' argument 4 names different: declaration 'aStyleDisplay' definition 'aDisplay'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:4159:95: style: Function 'GetAnonymousContent' argument 3 names different: declaration 'aAnonContent' definition 'aContent'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1529:83: note: Function 'GetAnonymousContent' argument 3 names different: declaration 'aAnonContent' definition 'aContent'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:4159:95: note: Function 'GetAnonymousContent' argument 3 names different: declaration 'aAnonContent' definition 'aContent'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:10470:28: style: Function 'AppendFirstLineFrames' argument 2 names different: declaration 'aContent' definition 'aBlockContent'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:2025:55: note: Function 'AppendFirstLineFrames' argument 2 names different: declaration 'aContent' definition 'aBlockContent'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:10470:28: note: Function 'AppendFirstLineFrames' argument 2 names different: declaration 'aContent' definition 'aBlockContent'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:11121:68: style: Function 'CreateListBoxContent' argument 4 names different: declaration 'aResult' definition 'aNewFrame'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:355:47: note: Function 'CreateListBoxContent' argument 4 names different: declaration 'aResult' definition 'aNewFrame'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:11121:68: note: Function 'CreateListBoxContent' argument 4 names different: declaration 'aResult' definition 'aNewFrame'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:12064:32: style: Function 'NeedsAnonFlexOrGridItem' argument 2 names different: declaration 'aIsWebkitBox' definition 'aIsLegacyBox'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1156:39: note: Function 'NeedsAnonFlexOrGridItem' argument 2 names different: declaration 'aIsWebkitBox' definition 'aIsLegacyBox'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:12064:32: note: Function 'NeedsAnonFlexOrGridItem' argument 2 names different: declaration 'aIsWebkitBox' definition 'aIsLegacyBox'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:12097:8: style: Function 'SkipItemsThatNeedAnonFlexOrGridItem' argument 2 names different: declaration 'aIsWebkitBox' definition 'aIsLegacyBox'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:956:14: note: Function 'SkipItemsThatNeedAnonFlexOrGridItem' argument 2 names different: declaration 'aIsWebkitBox' definition 'aIsLegacyBox'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:12097:8: note: Function 'SkipItemsThatNeedAnonFlexOrGridItem' argument 2 names different: declaration 'aIsWebkitBox' definition 'aIsLegacyBox'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:12113:8: style: Function 'SkipItemsThatDontNeedAnonFlexOrGridItem' argument 2 names different: declaration 'aIsWebkitBox' definition 'aIsLegacyBox'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsCSSFrameConstructor.h:963:14: note: Function 'SkipItemsThatDontNeedAnonFlexOrGridItem' argument 2 names different: declaration 'aIsWebkitBox' definition 'aIsLegacyBox'.
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:12113:8: note: Function 'SkipItemsThatDontNeedAnonFlexOrGridItem' argument 2 names different: declaration 'aIsWebkitBox' definition 'aIsLegacyBox'.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:193:8: performance: Technically the member function 'nsCSSFrameConstructor::LazilyStyleNewChildRange' can be static. [functionStatic]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:6968:24: note: Technically the member function 'nsCSSFrameConstructor::LazilyStyleNewChildRange' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:193:8: note: Technically the member function 'nsCSSFrameConstructor::LazilyStyleNewChildRange' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:203:8: performance: Technically the member function 'nsCSSFrameConstructor::StyleNewChildRange' can be static. [functionStatic]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:6996:24: note: Technically the member function 'nsCSSFrameConstructor::StyleNewChildRange' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:203:8: note: Technically the member function 'nsCSSFrameConstructor::StyleNewChildRange' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:352:8: performance: Technically the member function 'nsCSSFrameConstructor::CreateListBoxContent' can be static. [functionStatic]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:11118:24: note: Technically the member function 'nsCSSFrameConstructor::CreateListBoxContent' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:352:8: note: Technically the member function 'nsCSSFrameConstructor::CreateListBoxContent' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:388:35: performance: Technically the member function 'nsCSSFrameConstructor::ResolveComputedStyle' can be static. [functionStatic]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:4967:24: note: Technically the member function 'nsCSSFrameConstructor::ResolveComputedStyle' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:388:35: note: Technically the member function 'nsCSSFrameConstructor::ResolveComputedStyle' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:404:8: performance: Technically the member function 'nsCSSFrameConstructor::ShouldCreateItemsForChild' can be static. [functionStatic]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:5484:24: note: Technically the member function 'nsCSSFrameConstructor::ShouldCreateItemsForChild' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:404:8: note: Technically the member function 'nsCSSFrameConstructor::ShouldCreateItemsForChild' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1527:12: style: Technically the member function 'nsCSSFrameConstructor::GetAnonymousContent' can be const. [functionConst]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:4157:24: note: Technically the member function 'nsCSSFrameConstructor::GetAnonymousContent' can be const.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1527:12: note: Technically the member function 'nsCSSFrameConstructor::GetAnonymousContent' can be const.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1772:3: performance: Technically the member function 'nsCSSFrameConstructor::FinishBuildingScrollFrame' can be static. [functionStatic]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:4570:24: note: Technically the member function 'nsCSSFrameConstructor::FinishBuildingScrollFrame' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1772:3: note: Technically the member function 'nsCSSFrameConstructor::FinishBuildingScrollFrame' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1801:8: performance: Technically the member function 'nsCSSFrameConstructor::UpdateTableCellSpans' can be static. [functionStatic]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:9064:24: note: Technically the member function 'nsCSSFrameConstructor::UpdateTableCellSpans' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1801:8: note: Technically the member function 'nsCSSFrameConstructor::UpdateTableCellSpans' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1839:8: performance: Technically the member function 'nsCSSFrameConstructor::HasFirstLetterStyle' can be static. [functionStatic]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:9267:24: note: Technically the member function 'nsCSSFrameConstructor::HasFirstLetterStyle' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:1839:8: note: Technically the member function 'nsCSSFrameConstructor::HasFirstLetterStyle' can be static.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:2038:8: style: Technically the member function 'nsCSSFrameConstructor::CheckForFirstLineInsertion' can be const. [functionConst]
firefox-62.0/layout/base/nsCSSFrameConstructor.cpp:10500:24: note: Technically the member function 'nsCSSFrameConstructor::CheckForFirstLineInsertion' can be const.
firefox-62.0/layout/base/nsCSSFrameConstructor.h:2038:8: note: Technically the member function 'nsCSSFrameConstructor::CheckForFirstLineInsertion' can be const.
firefox-62.0/layout/base/nsCaret.cpp:674:3: style: Variable 'theFrame' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/layout/base/nsCaret.cpp:671:0: note: Variable 'theFrame' is reassigned a value before the old one has been used.
firefox-62.0/layout/base/nsCaret.cpp:674:3: note: Variable 'theFrame' is reassigned a value before the old one has been used.
firefox-62.0/layout/base/nsCaret.cpp:239:31: style: Function 'SetVisible' argument 1 names different: declaration 'intMakeVisible' definition 'inMakeVisible'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsCaret.h:69:26: note: Function 'SetVisible' argument 1 names different: declaration 'intMakeVisible' definition 'inMakeVisible'.
firefox-62.0/layout/base/nsCaret.cpp:239:31: note: Function 'SetVisible' argument 1 names different: declaration 'intMakeVisible' definition 'inMakeVisible'.
firefox-62.0/layout/base/nsFrameManager.h:92:8: performance: Technically the member function 'nsFrameManager::CaptureFrameStateFor' can be static. [functionStatic]
firefox-62.0/layout/base/nsFrameManager.cpp:135:17: note: Technically the member function 'nsFrameManager::CaptureFrameStateFor' can be static.
firefox-62.0/layout/base/nsFrameManager.h:92:8: note: Technically the member function 'nsFrameManager::CaptureFrameStateFor' can be static.
firefox-62.0/layout/base/nsFrameManager.h:94:8: performance: Technically the member function 'nsFrameManager::RestoreFrameStateFor' can be static. [functionStatic]
firefox-62.0/layout/base/nsFrameManager.cpp:198:17: note: Technically the member function 'nsFrameManager::RestoreFrameStateFor' can be static.
firefox-62.0/layout/base/nsFrameManager.h:94:8: note: Technically the member function 'nsFrameManager::RestoreFrameStateFor' can be static.
firefox-62.0/layout/base/nsFrameTraversal.cpp:233:61: style: Function 'nsFrameIterator' argument 4 names different: declaration 'aLockScroll' definition 'aLockInScrollView'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsFrameTraversal.cpp:34:46: note: Function 'nsFrameIterator' argument 4 names different: declaration 'aLockScroll' definition 'aLockInScrollView'.
firefox-62.0/layout/base/nsFrameTraversal.cpp:233:61: note: Function 'nsFrameIterator' argument 4 names different: declaration 'aLockScroll' definition 'aLockInScrollView'.
firefox-62.0/layout/base/nsLayoutDebugger.cpp:110:21: style: Unused variable: ss [unusedVariable]
firefox-62.0/layout/base/nsLayoutUtils.cpp:8351:33: warning: Either the condition 'parent' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
firefox-62.0/layout/base/nsLayoutUtils.cpp:8341:11: note: Assuming that condition 'parent' is not redundant
firefox-62.0/layout/base/nsLayoutUtils.cpp:8351:33: note: Null pointer dereference
firefox-62.0/layout/base/nsLayoutUtils.cpp:9860:37: warning: Either the condition 'svgElement' is redundant or there is possible null pointer dereference: svgElement. [nullPointerRedundantCheck]
firefox-62.0/layout/base/nsLayoutUtils.cpp:9844:11: note: Assuming that condition 'svgElement' is not redundant
firefox-62.0/layout/base/nsLayoutUtils.cpp:9860:37: note: Null pointer dereference
firefox-62.0/layout/base/nsLayoutUtils.cpp:10234:32: warning: Either the condition 'content' is redundant or there is possible null pointer dereference: content. [nullPointerRedundantCheck]
firefox-62.0/layout/base/nsLayoutUtils.cpp:10223:10: note: Assuming that condition 'content' is not redundant
firefox-62.0/layout/base/nsLayoutUtils.cpp:10234:32: note: Null pointer dereference
firefox-62.0/layout/base/nsLayoutUtils.cpp:1513:40: style: Function 'GetStyleFrame' argument 1 names different: declaration 'aPrimaryFrame' definition 'aFrame'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsLayoutUtils.h:382:44: note: Function 'GetStyleFrame' argument 1 names different: declaration 'aPrimaryFrame' definition 'aFrame'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:1513:40: note: Function 'GetStyleFrame' argument 1 names different: declaration 'aPrimaryFrame' definition 'aFrame'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:1547:50: style: Function 'GetFloatFromPlaceholder' argument 1 names different: declaration 'aPlaceholder' definition 'aFrame'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsLayoutUtils.h:696:54: note: Function 'GetFloatFromPlaceholder' argument 1 names different: declaration 'aPlaceholder' definition 'aFrame'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:1547:50: note: Function 'GetFloatFromPlaceholder' argument 1 names different: declaration 'aPlaceholder' definition 'aFrame'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:1563:48: style: Function 'GetCrossDocParentFrame' argument 2 names different: declaration 'aCrossDocOffset' definition 'aExtraOffset'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsLayoutUtils.h:530:52: note: Function 'GetCrossDocParentFrame' argument 2 names different: declaration 'aCrossDocOffset' definition 'aExtraOffset'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:1563:48: note: Function 'GetCrossDocParentFrame' argument 2 names different: declaration 'aCrossDocOffset' definition 'aExtraOffset'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:3000:48: style: Function 'WidgetToWidgetOffset' argument 1 names different: declaration 'aFromWidget' definition 'aFrom'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsLayoutUtils.h:795:37: note: Function 'WidgetToWidgetOffset' argument 1 names different: declaration 'aFromWidget' definition 'aFrom'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:3000:48: note: Function 'WidgetToWidgetOffset' argument 1 names different: declaration 'aFromWidget' definition 'aFrom'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:3000:66: style: Function 'WidgetToWidgetOffset' argument 2 names different: declaration 'aToWidget' definition 'aTo'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsLayoutUtils.h:795:61: note: Function 'WidgetToWidgetOffset' argument 2 names different: declaration 'aToWidget' definition 'aTo'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:3000:66: note: Function 'WidgetToWidgetOffset' argument 2 names different: declaration 'aToWidget' definition 'aTo'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:4513:69: style: Function 'GetFontMetricsForFrame' argument 2 names different: declaration 'aSizeInflation' definition 'aInflation'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsLayoutUtils.h:1293:35: note: Function 'GetFontMetricsForFrame' argument 2 names different: declaration 'aSizeInflation' definition 'aInflation'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:4513:69: note: Function 'GetFontMetricsForFrame' argument 2 names different: declaration 'aSizeInflation' definition 'aInflation'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:6411:52: style: Function 'GetSamplingFilterForFrame' argument 1 names different: declaration 'aFrame' definition 'aForFrame'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsLayoutUtils.h:1748:61: note: Function 'GetSamplingFilterForFrame' argument 1 names different: declaration 'aFrame' definition 'aForFrame'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:6411:52: note: Function 'GetSamplingFilterForFrame' argument 1 names different: declaration 'aFrame' definition 'aForFrame'.
firefox-62.0/layout/base/nsLayoutUtils.cpp:8798:42: warning: Member variable 'SurfaceFromElementResult::mDrawInfo' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/base/nsLayoutUtils.cpp:3031:61: performance: Function parameter 'aPt' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsLayoutUtils.cpp:6558:54: performance: Function parameter 'aDest' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsLayoutUtils.cpp:6559:54: performance: Function parameter 'aFill' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsLayoutUtils.cpp:6560:54: performance: Function parameter 'aAnchor' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsLayoutUtils.cpp:6561:54: performance: Function parameter 'aDirty' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsPresArena.cpp:107:9: style: The scope of the variable 'result' can be reduced. [variableScope]
firefox-62.0/layout/base/nsPresArena.cpp:168:52: style: Function 'AddSizeOfExcludingThis' argument 1 names different: declaration 'aWindowSizes' definition 'aSizes'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsPresArena.h:111:46: note: Function 'AddSizeOfExcludingThis' argument 1 names different: declaration 'aWindowSizes' definition 'aSizes'.
firefox-62.0/layout/base/nsPresArena.cpp:168:52: note: Function 'AddSizeOfExcludingThis' argument 1 names different: declaration 'aWindowSizes' definition 'aSizes'.
firefox-62.0/layout/base/nsPresContext.cpp:1190:24: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
firefox-62.0/layout/base/nsPresContext.cpp:1091:63: style: Function 'DispatchCharSetChange' argument 1 names different: declaration 'aCharSet' definition 'aEncoding'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsPresContext.h:179:55: note: Function 'DispatchCharSetChange' argument 1 names different: declaration 'aCharSet' definition 'aEncoding'.
firefox-62.0/layout/base/nsPresContext.cpp:1091:63: note: Function 'DispatchCharSetChange' argument 1 names different: declaration 'aCharSet' definition 'aEncoding'.
firefox-62.0/layout/base/nsPresContext.cpp:1535:42: style: Function 'SetContainer' argument 1 names different: declaration 'aContainer' definition 'aDocShell'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsPresContext.h:439:34: note: Function 'SetContainer' argument 1 names different: declaration 'aContainer' definition 'aDocShell'.
firefox-62.0/layout/base/nsPresContext.cpp:1535:42: note: Function 'SetContainer' argument 1 names different: declaration 'aContainer' definition 'aDocShell'.
firefox-62.0/layout/base/nsPresContext.cpp:1591:33: style: Function 'SetBidi' argument 1 names different: declaration 'aBidiOptions' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsPresContext.h:857:25: note: Function 'SetBidi' argument 1 names different: declaration 'aBidiOptions' definition 'aSource'.
firefox-62.0/layout/base/nsPresContext.cpp:1591:33: note: Function 'SetBidi' argument 1 names different: declaration 'aBidiOptions' definition 'aSource'.
firefox-62.0/layout/base/nsPresContext.cpp:2125:43: style: Function 'SetPaginatedScrolling' argument 1 names different: declaration 'aResult' definition 'aPaginated'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsPresContext.h:496:35: note: Function 'SetPaginatedScrolling' argument 1 names different: declaration 'aResult' definition 'aPaginated'.
firefox-62.0/layout/base/nsPresContext.cpp:2125:43: note: Function 'SetPaginatedScrolling' argument 1 names different: declaration 'aResult' definition 'aPaginated'.
firefox-62.0/layout/base/nsPresContext.cpp:2180:49: style: Function 'HasAuthorSpecifiedRules' argument 2 names different: declaration 'ruleTypeMask' definition 'aRuleTypeMask'. [funcArgNamesDifferent]
firefox-62.0/layout/base/nsPresContext.h:991:41: note: Function 'HasAuthorSpecifiedRules' argument 2 names different: declaration 'ruleTypeMask' definition 'aRuleTypeMask'.
firefox-62.0/layout/base/nsPresContext.cpp:2180:49: note: Function 'HasAuthorSpecifiedRules' argument 2 names different: declaration 'ruleTypeMask' definition 'aRuleTypeMask'.
firefox-62.0/layout/base/nsPresContext.h:216:16: warning: Virtual function 'IsRoot' is called from destructor '~nsPresContext()' at line 361. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/base/nsPresContext.cpp:361:3: note: Calling DetachShell
firefox-62.0/layout/base/nsPresContext.cpp:1035:7: note: Calling IsRoot
firefox-62.0/layout/base/nsPresContext.h:216:16: note: IsRoot is a virtual method
firefox-62.0/layout/base/nsPresContext.cpp:2459:49: performance: Function parameter 'aTransactionId' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsPresContext.cpp:2480:47: performance: Function parameter 'aTransactionId' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsPresContext.cpp:3322:55: performance: Function parameter 'aTransactionId' should be passed by const reference. [passedByValue]
firefox-62.0/layout/base/nsRefreshDriver.cpp:268:8: performance: Technically the member function 'mozilla::RefreshDriverTimer::IsRootRefreshDriver' can be static. [functionStatic]
firefox-62.0/layout/base/nsRefreshDriver.cpp:290:8: performance: Technically the member function 'mozilla::RefreshDriverTimer::TickRefreshDrivers' can be static. [functionStatic]
firefox-62.0/layout/base/nsRefreshDriver.cpp:376:16: warning: Virtual function 'SetRate' is called from constructor 'SimpleTimerBasedRefreshDriverTimer(double aRate)' at line 366. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/base/nsRefreshDriver.cpp:366:5: note: Calling SetRate
firefox-62.0/layout/base/nsRefreshDriver.cpp:376:16: note: SetRate is a virtual method
firefox-62.0/layout/base/nsRefreshDriver.cpp:1408:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/layout/base/nsRefreshDriver.cpp:1412:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/layout/build/nsContentDLF.cpp:340: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/layout/build/nsContentDLF.cpp:337:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/layout/build/nsContentDLF.cpp:340:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/layout/forms/nsButtonFrameRenderer.cpp:56:57: style: Function 'SetDisabled' argument 2 names different: declaration 'notify' definition 'aNotify'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsButtonFrameRenderer.h:63:41: note: Function 'SetDisabled' argument 2 names different: declaration 'notify' definition 'aNotify'.
firefox-62.0/layout/forms/nsButtonFrameRenderer.cpp:56:57: note: Function 'SetDisabled' argument 2 names different: declaration 'notify' definition 'aNotify'.
firefox-62.0/layout/forms/nsButtonFrameRenderer.cpp:32:24: warning: Member variable 'nsButtonFrameRenderer::mFrame' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/forms/nsCheckboxRadioFrame.cpp:119:49: style: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsCheckboxRadioFrame.h:77:43: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsCheckboxRadioFrame.cpp:119:49: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsComboboxControlFrame.cpp:841:56: style: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsComboboxControlFrame.h:85:48: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsComboboxControlFrame.cpp:841:56: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsComboboxControlFrame.cpp:1109:43: style: Function 'AddOption' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsComboboxControlFrame.h:178:32: note: Function 'AddOption' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/layout/forms/nsComboboxControlFrame.cpp:1109:43: note: Function 'AddOption' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/layout/forms/nsComboboxControlFrame.cpp:1121:46: style: Function 'RemoveOption' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsComboboxControlFrame.h:179:35: note: Function 'RemoveOption' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/layout/forms/nsComboboxControlFrame.cpp:1121:46: note: Function 'RemoveOption' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:365:53: style: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsListControlFrame.h:73:48: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:365:53: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:1206:39: style: Function 'AddOption' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsListControlFrame.h:149:32: note: Function 'AddOption' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:1206:39: note: Function 'AddOption' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:1240:42: style: Function 'RemoveOption' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsListControlFrame.h:150:35: note: Function 'RemoveOption' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:1240:42: note: Function 'RemoveOption' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:1945:43: style: Function 'ScrollToIndex' argument 1 names different: declaration 'anIndex' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsListControlFrame.h:286:30: note: Function 'ScrollToIndex' argument 1 names different: declaration 'anIndex' definition 'aIndex'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:1945:43: note: Function 'ScrollToIndex' argument 1 names different: declaration 'anIndex' definition 'aIndex'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:1993:56: style: Function 'AdjustIndexForDisabledOpt' argument 2 names different: declaration 'anNewIndex' definition 'aNewIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsListControlFrame.h:305:70: note: Function 'AdjustIndexForDisabledOpt' argument 2 names different: declaration 'anNewIndex' definition 'aNewIndex'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:1993:56: note: Function 'AdjustIndexForDisabledOpt' argument 2 names different: declaration 'anNewIndex' definition 'aNewIndex'.
firefox-62.0/layout/forms/nsListControlFrame.cpp:95:21: warning: Member variable 'nsListControlFrame::mStartSelectionIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/forms/nsListControlFrame.cpp:95:21: warning: Member variable 'nsListControlFrame::mEndSelectionIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/forms/nsListControlFrame.cpp:95:21: warning: Member variable 'nsListControlFrame::mNumDisplayRows' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/forms/nsListControlFrame.cpp:95:21: warning: Member variable 'nsListControlFrame::mItemSelectionStarted' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/forms/nsProgressFrame.cpp:98:50: style: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsProgressFrame.h:38:48: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsProgressFrame.cpp:98:50: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsRangeFrame.cpp:682:52: style: Function 'DoUpdateRangeProgressFrame' argument 1 names different: declaration 'aProgressFrame' definition 'aRangeProgressFrame'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsRangeFrame.h:166:45: note: Function 'DoUpdateRangeProgressFrame' argument 1 names different: declaration 'aProgressFrame' definition 'aRangeProgressFrame'.
firefox-62.0/layout/forms/nsRangeFrame.cpp:682:52: note: Function 'DoUpdateRangeProgressFrame' argument 1 names different: declaration 'aProgressFrame' definition 'aRangeProgressFrame'.
firefox-62.0/layout/forms/nsSelectsAreaFrame.cpp:163:53: style: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsSelectsAreaFrame.h:27:48: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsSelectsAreaFrame.cpp:163:53: note: Function 'Reflow' argument 1 names different: declaration 'aCX' definition 'aPresContext'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:667:69: style: Function 'ReflowTextControlChild' argument 1 names different: declaration 'aFrame' definition 'aKid'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsTextControlFrame.h:180:56: note: Function 'ReflowTextControlChild' argument 1 names different: declaration 'aFrame' definition 'aKid'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:667:69: note: Function 'ReflowTextControlChild' argument 1 names different: declaration 'aFrame' definition 'aKid'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:708:53: style: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsTextControlFrame.h:90:50: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:708:53: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:1008:48: style: Function 'SetSelectionRange' argument 1 names different: declaration 'aSelectionStart' definition 'aSelStart'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsTextControlFrame.h:141:44: note: Function 'SetSelectionRange' argument 1 names different: declaration 'aSelectionStart' definition 'aSelStart'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:1008:48: note: Function 'SetSelectionRange' argument 1 names different: declaration 'aSelectionStart' definition 'aSelStart'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:1008:68: style: Function 'SetSelectionRange' argument 2 names different: declaration 'aSelectionEnd' definition 'aSelEnd'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsTextControlFrame.h:142:44: note: Function 'SetSelectionRange' argument 2 names different: declaration 'aSelectionEnd' definition 'aSelEnd'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:1008:68: note: Function 'SetSelectionRange' argument 2 names different: declaration 'aSelectionEnd' definition 'aSelEnd'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:1180:43: style: Function 'GetMaxLength' argument 1 names different: declaration 'aMaxLength' definition 'aSize'. [funcArgNamesDifferent]
firefox-62.0/layout/forms/nsTextControlFrame.h:288:30: note: Function 'GetMaxLength' argument 1 names different: declaration 'aMaxLength' definition 'aSize'.
firefox-62.0/layout/forms/nsTextControlFrame.cpp:1180:43: note: Function 'GetMaxLength' argument 1 names different: declaration 'aMaxLength' definition 'aSize'.
firefox-62.0/layout/forms/nsTextControlFrame.h:30:1: style: The class 'nsTextControlFrame' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/layout/generic/nsIFrame.h:13:0: error: #error This header/class should only be used within Mozilla code. It should not be used by extensions. [preprocessorErrorDirective]
firefox-62.0/layout/generic/nsTextFrameUtils.h:164:3: warning: Member variable 'nsSkipCharsRunIterator::mSkipped' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/generic/ScrollAnimationBezierPhysics.h:65:8: style: Technically the member function 'mozilla::ScrollAnimationBezierPhysics::InitTimingFunction' can be const. [functionConst]
firefox-62.0/layout/generic/ScrollAnimationBezierPhysics.cpp:92:31: note: Technically the member function 'mozilla::ScrollAnimationBezierPhysics::InitTimingFunction' can be const.
firefox-62.0/layout/generic/ScrollAnimationBezierPhysics.h:65:8: note: Technically the member function 'mozilla::ScrollAnimationBezierPhysics::InitTimingFunction' can be const.
firefox-62.0/layout/generic/nsTextFrameUtils.cpp:295:27: style: Variable 'keepLastSpace' is assigned a value that is never used. [unreadVariable]
firefox-62.0/layout/inspector/InspectorFontFace.cpp:60:45: style: Function 'GetCSSGeneric' argument 1 names different: declaration 'aGeneric' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/layout/inspector/InspectorFontFace.h:59:33: note: Function 'GetCSSGeneric' argument 1 names different: declaration 'aGeneric' definition 'aName'.
firefox-62.0/layout/inspector/InspectorFontFace.cpp:60:45: note: Function 'GetCSSGeneric' argument 1 names different: declaration 'aGeneric' definition 'aName'.
firefox-62.0/layout/inspector/inDeepTreeWalker.cpp:279:53: style: Function 'EdgeChild' argument 2 names different: declaration 'aReverse' definition 'aFront'. [funcArgNamesDifferent]
firefox-62.0/layout/inspector/inDeepTreeWalker.h:32:46: note: Function 'EdgeChild' argument 2 names different: declaration 'aReverse' definition 'aFront'.
firefox-62.0/layout/inspector/inDeepTreeWalker.cpp:279:53: note: Function 'EdgeChild' argument 2 names different: declaration 'aReverse' definition 'aFront'.
firefox-62.0/layout/inspector/inDeepTreeWalker.cpp:27:19: warning: Member variable 'inDeepTreeWalker::mCurrentIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/ipc/VsyncParent.cpp:111:46: style: Function 'ActorDestroy' argument 1 names different: declaration 'aActorDestroyReason' definition 'aReason'. [funcArgNamesDifferent]
firefox-62.0/layout/ipc/VsyncParent.h:44:48: note: Function 'ActorDestroy' argument 1 names different: declaration 'aActorDestroyReason' definition 'aReason'.
firefox-62.0/layout/ipc/VsyncParent.cpp:111:46: note: Function 'ActorDestroy' argument 1 names different: declaration 'aActorDestroyReason' definition 'aReason'.
firefox-62.0/layout/mathml/nsMathMLChar.cpp:2157:15: style: The scope of the variable 'aDrawTarget' can be reduced. [variableScope]
firefox-62.0/layout/mathml/nsMathMLChar.cpp:2332:15: style: The scope of the variable 'aDrawTarget' can be reduced. [variableScope]
firefox-62.0/layout/mathml/nsMathMLChar.h:137:3: style: Technically the member function 'nsMathMLChar::GetData' can be const. [functionConst]
firefox-62.0/layout/mathml/nsMathMLChar.h:147:3: style: Technically the member function 'nsMathMLChar::GetStretchDirection' can be const. [functionConst]
firefox-62.0/layout/mathml/nsMathMLChar.h:159:3: style: Technically the member function 'nsMathMLChar::GetRect' can be const. [functionConst]
firefox-62.0/layout/mathml/nsMathMLChar.h:185:3: style: Technically the member function 'nsMathMLChar::GetBoundingMetrics' can be const. [functionConst]
firefox-62.0/layout/mathml/nsMathMLContainerFrame.cpp:602:33: style: Redundant condition: aLastChildIndex>0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
firefox-62.0/layout/mathml/nsMathMLContainerFrame.cpp:815:62: style: Function 'ReflowChild' argument 1 names different: declaration 'aKidFrame' definition 'aChildFrame'. [funcArgNamesDifferent]
firefox-62.0/layout/mathml/nsMathMLContainerFrame.h:266:40: note: Function 'ReflowChild' argument 1 names different: declaration 'aKidFrame' definition 'aChildFrame'.
firefox-62.0/layout/mathml/nsMathMLContainerFrame.cpp:815:62: note: Function 'ReflowChild' argument 1 names different: declaration 'aKidFrame' definition 'aChildFrame'.
firefox-62.0/layout/mathml/nsMathMLContainerFrame.cpp:1511:64: style: Function 'ReportErrorToConsole' argument 1 names different: declaration 'aErrorMsgId' definition 'errorMsgId'. [funcArgNamesDifferent]
firefox-62.0/layout/mathml/nsMathMLContainerFrame.h:258:42: note: Function 'ReportErrorToConsole' argument 1 names different: declaration 'aErrorMsgId' definition 'errorMsgId'.
firefox-62.0/layout/mathml/nsMathMLContainerFrame.cpp:1511:64: note: Function 'ReportErrorToConsole' argument 1 names different: declaration 'aErrorMsgId' definition 'errorMsgId'.
firefox-62.0/layout/mathml/nsIMathMLFrame.h:241:5: performance: Variable 'leadingSpace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/mathml/nsIMathMLFrame.h:242:5: performance: Variable 'trailingSpace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/mathml/nsMathMLFrame.cpp:66:55: style: Function 'UpdatePresentationData' argument 2 names different: declaration 'aFlagsToUpdate' definition 'aWhichFlags'. [funcArgNamesDifferent]
firefox-62.0/layout/mathml/nsMathMLFrame.h:84:42: note: Function 'UpdatePresentationData' argument 2 names different: declaration 'aFlagsToUpdate' definition 'aWhichFlags'.
firefox-62.0/layout/mathml/nsMathMLFrame.cpp:66:55: note: Function 'UpdatePresentationData' argument 2 names different: declaration 'aFlagsToUpdate' definition 'aWhichFlags'.
firefox-62.0/layout/mathml/nsMathMLmactionFrame.h:62:12: warning: Member variable 'nsMathMLmactionFrame::mActionType' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/mathml/nsMathMLmactionFrame.h:62:12: warning: Member variable 'nsMathMLmactionFrame::mChildCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/mathml/nsMathMLmactionFrame.h:62:12: warning: Member variable 'nsMathMLmactionFrame::mSelection' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/mathml/nsMathMLmfencedFrame.cpp:555:52: style: Function 'PlaceChar' argument 2 names different: declaration 'aDesiredSize' definition 'aDesiredAscent'. [funcArgNamesDifferent]
firefox-62.0/layout/mathml/nsMathMLmfencedFrame.h:85:32: note: Function 'PlaceChar' argument 2 names different: declaration 'aDesiredSize' definition 'aDesiredAscent'.
firefox-62.0/layout/mathml/nsMathMLmfencedFrame.cpp:555:52: note: Function 'PlaceChar' argument 2 names different: declaration 'aDesiredSize' definition 'aDesiredAscent'.
firefox-62.0/layout/mathml/nsMathMLmmultiscriptsFrame.cpp:152:65: style: Function 'PlaceMultiScript' argument 5 names different: declaration 'aForFrame' definition 'aFrame'. [funcArgNamesDifferent]
firefox-62.0/layout/mathml/nsMathMLmmultiscriptsFrame.h:39:44: note: Function 'PlaceMultiScript' argument 5 names different: declaration 'aForFrame' definition 'aFrame'.
firefox-62.0/layout/mathml/nsMathMLmmultiscriptsFrame.cpp:152:65: note: Function 'PlaceMultiScript' argument 5 names different: declaration 'aForFrame' definition 'aFrame'.
firefox-62.0/layout/mathml/nsMathMLmtableFrame.h:231:8: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/mathml/nsMathMLmtableFrame.cpp:1299:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/mathml/nsMathMLmunderoverFrame.cpp:77:48: style: Function 'DestroyFrom' argument 1 names different: declaration 'aRoot' definition 'aDestroyRoot'. [funcArgNamesDifferent]
firefox-62.0/layout/mathml/nsMathMLmunderoverFrame.h:39:30: note: Function 'DestroyFrom' argument 1 names different: declaration 'aRoot' definition 'aDestroyRoot'.
firefox-62.0/layout/mathml/nsMathMLmunderoverFrame.cpp:77:48: note: Function 'DestroyFrom' argument 1 names different: declaration 'aRoot' definition 'aDestroyRoot'.
firefox-62.0/layout/painting/nsImageRenderer.h:44:45: style: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfFuncReturningBoolError]
firefox-62.0/layout/painting/nsDisplayList.h:1225:0: style: Boolean variable 'mForceLayerForScrollParent' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
firefox-62.0/layout/painting/nsDisplayList.h:2076:12: warning: Member variable 'nsDisplayItem::mState' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/painting/nsDisplayList.h:2147:3: warning: Member variable 'nsDisplayItem::mState' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/painting/nsDisplayList.h:3478:3: warning: Member variable 'RetainedDisplayList::mOldItems' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/painting/nsDisplayList.h:5141:3: warning: Member variable 'nsDisplayOpacity::mState' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/painting/FrameLayerBuilder.h:76:12: style: Technically the member function 'mozilla::DisplayItemData::GetDisplayItemKey' can be const. [functionConst]
firefox-62.0/layout/painting/FrameLayerBuilder.h:120:8: style: Technically the member function 'mozilla::DisplayItemData::Disconnected' can be const. [functionConst]
firefox-62.0/layout/painting/FrameLayerBuilder.h:330:8: style: Technically the member function 'mozilla::ContainerLayerParameters::AllowResidualTranslation' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayListInvalidation.h:50:17: style: Technically the member function 'nsDisplayItemGeometry::ComputeInvalidationRegion' can be const. [functionConst]
firefox-62.0/layout/painting/RetainedDisplayListHelpers.h:181:8: style: Technically the member function 'OldItemInfo::IsUsed' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:490:8: style: Technically the member function 'nsDisplayListBuilder::IsForEventDelivery' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:502:8: style: Technically the member function 'nsDisplayListBuilder::IsForPluginGeometry' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:510:8: style: Technically the member function 'nsDisplayListBuilder::IsForPainting' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:519:8: style: Technically the member function 'nsDisplayListBuilder::IsForFrameVisibility' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:528:8: style: Technically the member function 'nsDisplayListBuilder::IsForGenerateGlyphMask' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:537:8: style: Technically the member function 'nsDisplayListBuilder::IsForPaintingSelectionBG' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:542:8: style: Technically the member function 'nsDisplayListBuilder::BuildCompositorHitTestInfo' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:547:8: style: Technically the member function 'nsDisplayListBuilder::WillComputePluginGeometry' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:564:8: style: Technically the member function 'nsDisplayListBuilder::IsAtRootOfPseudoStackingContext' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:647:8: style: Technically the member function 'nsDisplayListBuilder::GetSelectedFramesOnly' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:652:8: style: Technically the member function 'nsDisplayListBuilder::GetAccurateVisibleRegions' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:684:8: style: Technically the member function 'nsDisplayListBuilder::IsIgnoringPaintSuppression' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:694:8: style: Technically the member function 'nsDisplayListBuilder::GetDescendIntoSubdocuments' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:700:17: style: Technically the member function 'nsDisplayListBuilder::GetVisibleRect' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:701:17: style: Technically the member function 'nsDisplayListBuilder::GetDirtyRect' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:708:19: style: Technically the member function 'nsDisplayListBuilder::GetCurrentFrame' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:709:19: style: Technically the member function 'nsDisplayListBuilder::GetCurrentReferenceFrame' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:710:18: style: Technically the member function 'nsDisplayListBuilder::GetCurrentFrameOffsetToReferenceFrame' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:728:8: style: Technically the member function 'nsDisplayListBuilder::AllowMergingAndFlattening' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:848:8: style: Technically the member function 'nsDisplayListBuilder::DisablePartialUpdates' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:851:8: style: Technically the member function 'nsDisplayListBuilder::PartialBuildFailed' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:857:8: style: Technically the member function 'nsDisplayListBuilder::IsInChromeDocumentOrPopup' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:864:8: style: Technically the member function 'nsDisplayListBuilder::ShouldSyncDecodeImages' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:1424:17: style: Technically the member function 'nsDisplayListBuilder::GetAccumulatedRect' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:1431:7: style: Technically the member function 'nsDisplayListBuilder::GetAccumulatedRectLevels' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:1578:19: style: Technically the member function 'nsDisplayListBuilder::GetWindowOpaqueRegion' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:1604:8: style: Technically the member function 'nsDisplayListBuilder::ContainsPluginItem' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:1615:29: style: Technically the member function 'nsDisplayListBuilder::CurrentActiveScrolledRoot' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:1616:29: style: Technically the member function 'nsDisplayListBuilder::CurrentAncestorASRStackingContextContents' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:1314:31: style: Technically the member function 'nsDisplayListBuilder::AutoContainerASRTracker::GetContainerASR' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:1381:22: style: Technically the member function 'nsDisplayListBuilder::AutoAccumulateTransform::GetCurrentTransform' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:2196:11: style: Technically the member function 'nsDisplayItem::GetFlags' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:2798:8: style: Technically the member function 'nsDisplayItem::In3DContextAndBackfaceIsHidden' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:2858:8: style: Technically the member function 'nsDisplayItem::GetOldListIndex' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:3380:8: style: Technically the member function 'nsDisplayListSet::DeleteAll' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:4828:8: performance: Technically the member function 'nsDisplayCompositorHitTestInfo::ApplyOpacity' can be static. [functionStatic]
firefox-62.0/layout/painting/nsDisplayList.h:5071:29: style: Technically the member function 'nsDisplayWrapList::GetFrameActiveScrolledRoot' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:5238:9: style: Technically the member function 'nsDisplayOpacity::GetOpacity' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:5608:26: style: Technically the member function 'nsDisplayOwnLayer::GetFlags' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:6004:11: style: Technically the member function 'nsDisplayZoom::GetChildAppUnitsPerDevPixel' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:6006:11: style: Technically the member function 'nsDisplayZoom::GetParentAppUnitsPerDevPixel' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:6043:8: style: Technically the member function 'nsDisplaySVGEffects::ShouldHandleOpacity' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:6132:27: style: Technically the member function 'nsDisplayMask::GetDestRects' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:6608:8: style: Technically the member function 'nsDisplayTransform::IsTransformSeparator' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.h:3303:16: warning: Virtual function 'ShouldFlattenNextItem' is called from constructor 'FlattenedDisplayItemIterator(nsDisplayListBuilder*aBuilder,nsDisplayList*aList,const bool aResolveFlattening=true)' at line 3266. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/painting/nsDisplayList.h:3266:7: note: Calling ResolveFlattening
firefox-62.0/layout/painting/nsDisplayList.h:3313:35: note: Calling ShouldFlattenNextItem
firefox-62.0/layout/painting/nsDisplayList.h:3303:16: note: ShouldFlattenNextItem is a virtual method
firefox-62.0/layout/painting/nsDisplayList.h:6232:10: warning: The class 'nsDisplayFilter' defines member variable with name 'mEffectsBounds' also defined in its parent class 'nsDisplaySVGEffects'. [duplInheritedMember]
firefox-62.0/layout/painting/nsDisplayList.h:6057:10: note: Parent variable 'nsDisplaySVGEffects::mEffectsBounds'
firefox-62.0/layout/painting/nsDisplayList.h:6232:10: note: Derived variable 'nsDisplayFilter::mEffectsBounds'
firefox-62.0/layout/painting/nsDisplayList.h:4506:5: warning: The class 'nsDisplayBackgroundColor' defines member variable with name 'mState' also defined in its parent class 'nsDisplayItem'. [duplInheritedMember]
firefox-62.0/layout/painting/nsDisplayList.h:2929:5: note: Parent variable 'nsDisplayItem::mState'
firefox-62.0/layout/painting/nsDisplayList.h:4506:5: note: Derived variable 'nsDisplayBackgroundColor::mState'
firefox-62.0/layout/painting/nsDisplayList.h:5324:12: warning: The class 'nsDisplayBlendMode' defines member variable with name 'mIndex' also defined in its parent class 'nsDisplayWrapList'. [duplInheritedMember]
firefox-62.0/layout/painting/nsDisplayList.h:5099:12: note: Parent variable 'nsDisplayWrapList::mIndex'
firefox-62.0/layout/painting/nsDisplayList.h:5324:12: note: Derived variable 'nsDisplayBlendMode::mIndex'
firefox-62.0/layout/painting/nsDisplayList.h:401:3: warning: The class 'Preserves3DContext' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/painting/nsDisplayList.h:1985:1: warning: The class 'nsDisplayItemLink' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/painting/nsDisplayListInvalidation.h:275:57: performance: Function parameter 'aColor' should be passed by const reference. [passedByValue]
firefox-62.0/layout/painting/BorderCache.h:50:1: warning: The class 'FourFloatsHashKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/painting/DisplayItemClip.cpp:111:50: style: Function 'ApplyRoundedRectClipsTo' argument 2 names different: declaration 'A2DPRInt32' definition 'A2D'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/DisplayItemClip.h:90:62: note: Function 'ApplyRoundedRectClipsTo' argument 2 names different: declaration 'A2DPRInt32' definition 'A2D'.
firefox-62.0/layout/painting/DisplayItemClip.cpp:111:50: note: Function 'ApplyRoundedRectClipsTo' argument 2 names different: declaration 'A2DPRInt32' definition 'A2D'.
firefox-62.0/layout/painting/DisplayItemClip.cpp:451:63: style: Function 'AddOffsetAndComputeDifference' argument 1 names different: declaration 'aPoint' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/DisplayItemClip.h:148:53: note: Function 'AddOffsetAndComputeDifference' argument 1 names different: declaration 'aPoint' definition 'aOffset'.
firefox-62.0/layout/painting/DisplayItemClip.cpp:451:63: note: Function 'AddOffsetAndComputeDifference' argument 1 names different: declaration 'aPoint' definition 'aOffset'.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:3494:7: style: Condition 'hidpi' is always false [knownConditionTrueFalse]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:3493:32: note: Assignment 'hidpi=false&&widget&&widget->GetDefaultScale().scale>=2', assigned value is 0
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:3494:7: note: Condition 'hidpi' is always false
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:3499:43: style: Condition '!hidpi' is always true [knownConditionTrueFalse]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:3493:32: note: Assignment 'hidpi=false&&widget&&widget->GetDefaultScale().scale>=2', assigned value is 0
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:3499:43: note: Condition '!hidpi' is always true
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:5030:8: style: The scope of the variable 'hasClip' can be reduced. [variableScope]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:2616:48: style: Function 'PreparePaintedLayerForUse' argument 6 names different: declaration 'aDidResetScrollPositionForLayerPixelAlignment' definition 'didResetScrollPositionForLayerPixelAlignment'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1347:39: note: Function 'PreparePaintedLayerForUse' argument 6 names different: declaration 'aDidResetScrollPositionForLayerPixelAlignment' definition 'didResetScrollPositionForLayerPixelAlignment'.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:2616:48: note: Function 'PreparePaintedLayerForUse' argument 6 names different: declaration 'aDidResetScrollPositionForLayerPixelAlignment' definition 'didResetScrollPositionForLayerPixelAlignment'.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:2829:68: style: Function 'FindOpaqueBackgroundColor' argument 1 names different: declaration 'aRegion' definition 'aTargetVisibleRegion'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:897:56: note: Function 'FindOpaqueBackgroundColor' argument 1 names different: declaration 'aRegion' definition 'aTargetVisibleRegion'.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:2829:68: note: Function 'FindOpaqueBackgroundColor' argument 1 names different: declaration 'aRegion' definition 'aTargetVisibleRegion'.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:6066:72: style: Function 'GetDedicatedLayer' argument 2 names different: declaration 'aDisplayItemType' definition 'aDisplayItemKey'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/FrameLayerBuilder.h:478:69: note: Function 'GetDedicatedLayer' argument 2 names different: declaration 'aDisplayItemType' definition 'aDisplayItemKey'.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:6066:72: note: Function 'GetDedicatedLayer' argument 2 names different: declaration 'aDisplayItemType' definition 'aDisplayItemKey'.
firefox-62.0/layout/painting/MaskLayerImageCache.h:245:5: warning: Member variable 'MaskLayerImageEntry::mContainer' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1776:3: style: 'MaskLayerUserData::operator=' should return 'MaskLayerUserData &'. [operatorEq]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1824:3: style: 'CSSMaskLayerUserData::operator=' should return 'CSSMaskLayerUserData &'. [operatorEq]
firefox-62.0/layout/painting/FrameLayerBuilder.h:154:19: style: Technically the member function 'mozilla::DisplayItemData::GetChangedFrameInvalidations' can be const. [functionConst]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:411:18: note: Technically the member function 'mozilla::DisplayItemData::GetChangedFrameInvalidations' can be const.
firefox-62.0/layout/painting/FrameLayerBuilder.h:154:19: note: Technically the member function 'mozilla::DisplayItemData::GetChangedFrameInvalidations' can be const.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1085:8: style: Technically the member function 'mozilla::PaintedLayerDataTree::IsClippedWithRespectToParentAnimatedGeometryRoot' can be const. [functionConst]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:3219:23: note: Technically the member function 'mozilla::PaintedLayerDataTree::IsClippedWithRespectToParentAnimatedGeometryRoot' can be const.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1085:8: note: Technically the member function 'mozilla::PaintedLayerDataTree::IsClippedWithRespectToParentAnimatedGeometryRoot' can be const.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1211:11: style: Technically the member function 'mozilla::ContainerState::GetAppUnitsPerDevPixel' can be const. [functionConst]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1314:5: style: Technically the member function 'mozilla::ContainerState::GetLayerCreationHint' can be const. [functionConst]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:2460:17: note: Technically the member function 'mozilla::ContainerState::GetLayerCreationHint' can be const.
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1314:5: note: Technically the member function 'mozilla::ContainerState::GetLayerCreationHint' can be const.
firefox-62.0/layout/painting/MaskLayerImageCache.h:49:3: warning: The struct 'PixelRoundedRect' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/painting/MaskLayerImageCache.h:234:3: warning: The class 'MaskLayerImageEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1758:1: warning: The struct 'MaskLayerUserData' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/layout/painting/FrameLayerBuilder.cpp:1810:1: warning: The struct 'CSSMaskLayerUserData' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/layout/painting/MaskLayerImageCache.cpp:61:41: warning: Member variable 'MaskLayerImageKey::mKnowsCompositor' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/painting/MaskLayerImageCache.h:172:10: style: Unused private function: 'MaskLayerImageKey::IncLayerCount' [unusedPrivateFunction]
firefox-62.0/layout/painting/MaskLayerImageCache.h:173:10: style: Unused private function: 'MaskLayerImageKey::DecLayerCount' [unusedPrivateFunction]
firefox-62.0/layout/painting/MaskLayerImageCache.h:138:3: warning: The struct 'MaskLayerImageKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/painting/RetainedDisplayListHelpers.h:192:8: style: Technically the member function 'OldItemInfo::IsChanged' can be const. [functionConst]
firefox-62.0/layout/painting/RetainedDisplayListBuilder.cpp:256:14: note: Technically the member function 'OldItemInfo::IsChanged' can be const.
firefox-62.0/layout/painting/RetainedDisplayListHelpers.h:192:8: note: Technically the member function 'OldItemInfo::IsChanged' can be const.
firefox-62.0/layout/painting/RetainedDisplayListBuilder.h:64:8: performance: Technically the member function 'RetainedDisplayListBuilder::ProcessFrame' can be static. [functionStatic]
firefox-62.0/layout/painting/RetainedDisplayListBuilder.cpp:858:29: note: Technically the member function 'RetainedDisplayListBuilder::ProcessFrame' can be static.
firefox-62.0/layout/painting/RetainedDisplayListBuilder.h:64:8: note: Technically the member function 'RetainedDisplayListBuilder::ProcessFrame' can be static.
firefox-62.0/layout/painting/RetainedDisplayListBuilder.cpp:351:8: performance: Technically the member function 'MergeState::HasModifiedFrame' can be static. [functionStatic]
firefox-62.0/layout/painting/nsCSSRendering.cpp:750:7: style: Condition '!imageTypeSupported' is always true [knownConditionTrueFalse]
firefox-62.0/layout/painting/nsCSSRendering.cpp:746:29: note: Assignment 'imageTypeSupported=false', assigned value is 0
firefox-62.0/layout/painting/nsCSSRendering.cpp:750:7: note: Condition '!imageTypeSupported' is always true
firefox-62.0/layout/painting/nsCSSRendering.cpp:1835:3: style: Variable 'hasBorderRadius' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/layout/painting/nsCSSRendering.cpp:1830:0: note: Variable 'hasBorderRadius' is reassigned a value before the old one has been used.
firefox-62.0/layout/painting/nsCSSRendering.cpp:1835:3: note: Variable 'hasBorderRadius' is reassigned a value before the old one has been used.
firefox-62.0/layout/painting/nsCSSRendering.cpp:4567:15: style: The scope of the variable 'aDestDrawTarget' can be reduced. [variableScope]
firefox-62.0/layout/painting/nsCSSRendering.cpp:2915:56: style: Function 'ComputeImageLayerPositioningArea' argument 6 names different: declaration 'aOutTransformedFixed' definition 'aOutIsTransformedFixed'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsCSSRendering.h:376:42: note: Function 'ComputeImageLayerPositioningArea' argument 6 names different: declaration 'aOutTransformedFixed' definition 'aOutIsTransformedFixed'.
firefox-62.0/layout/painting/nsCSSRendering.cpp:2915:56: note: Function 'ComputeImageLayerPositioningArea' argument 6 names different: declaration 'aOutTransformedFixed' definition 'aOutIsTransformedFixed'.
firefox-62.0/layout/painting/nsCSSRenderingBorders.cpp:270:48: style: Function 'ComputeBorderCornerDimensions' argument 3 names different: declaration 'aDimsResult' definition 'aDimsRet'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsCSSRenderingBorders.cpp:71:60: note: Function 'ComputeBorderCornerDimensions' argument 3 names different: declaration 'aDimsResult' definition 'aDimsRet'.
firefox-62.0/layout/painting/nsCSSRenderingBorders.cpp:270:48: note: Function 'ComputeBorderCornerDimensions' argument 3 names different: declaration 'aDimsResult' definition 'aDimsRet'.
firefox-62.0/layout/painting/nsCSSRenderingBorders.h:165:8: style: Technically the member function 'nsCSSBorderRenderer::AreBorderSideFinalStylesSame' can be const. [functionConst]
firefox-62.0/layout/painting/nsCSSRenderingBorders.cpp:299:22: note: Technically the member function 'nsCSSBorderRenderer::AreBorderSideFinalStylesSame' can be const.
firefox-62.0/layout/painting/nsCSSRenderingBorders.h:165:8: note: Technically the member function 'nsCSSBorderRenderer::AreBorderSideFinalStylesSame' can be const.
firefox-62.0/layout/painting/nsCSSRenderingBorders.h:262:8: style: Technically the member function 'nsCSSBorderRenderer::AllBordersSameWidth' can be const. [functionConst]
firefox-62.0/layout/painting/nsCSSRenderingBorders.cpp:2593:22: note: Technically the member function 'nsCSSBorderRenderer::AllBordersSameWidth' can be const.
firefox-62.0/layout/painting/nsCSSRenderingBorders.h:262:8: note: Technically the member function 'nsCSSBorderRenderer::AllBordersSameWidth' can be const.
firefox-62.0/layout/painting/nsCSSRenderingBorders.h:267:8: style: Technically the member function 'nsCSSBorderRenderer::AllBordersSolid' can be const. [functionConst]
firefox-62.0/layout/painting/nsCSSRenderingBorders.cpp:2606:22: note: Technically the member function 'nsCSSBorderRenderer::AllBordersSolid' can be const.
firefox-62.0/layout/painting/nsCSSRenderingBorders.h:267:8: note: Technically the member function 'nsCSSBorderRenderer::AllBordersSolid' can be const.
firefox-62.0/layout/painting/nsCSSRenderingGradients.cpp:647:45: style: Function 'Create' argument 4 names different: declaration 'aIntrinsiceSize' definition 'aIntrinsicSize'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsCSSRenderingGradients.h:46:53: note: Function 'Create' argument 4 names different: declaration 'aIntrinsiceSize' definition 'aIntrinsicSize'.
firefox-62.0/layout/painting/nsCSSRenderingGradients.cpp:647:45: note: Function 'Create' argument 4 names different: declaration 'aIntrinsiceSize' definition 'aIntrinsicSize'.
firefox-62.0/layout/painting/nsCSSRenderingGradients.cpp:847:16: style: Variable 'lastStop' is assigned a value that is never used. [unreadVariable]
firefox-62.0/layout/painting/nsDisplayList.cpp:1968:26: style: The scope of the variable 'region' can be reduced. [variableScope]
firefox-62.0/layout/painting/nsDisplayList.cpp:4071:70: style: Function 'BuildLayer' argument 3 names different: declaration 'aContainerParameters' definition 'aParameters'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsDisplayList.h:4077:78: note: Function 'BuildLayer' argument 3 names different: declaration 'aContainerParameters' definition 'aParameters'.
firefox-62.0/layout/painting/nsDisplayList.cpp:4071:70: note: Function 'BuildLayer' argument 3 names different: declaration 'aContainerParameters' definition 'aParameters'.
firefox-62.0/layout/painting/nsDisplayList.cpp:4087:103: style: Function 'CanBuildWebRenderDisplayItems' argument 2 names different: declaration 'aBuilder' definition 'aDisplayListBuilder'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsDisplayList.h:4177:84: note: Function 'CanBuildWebRenderDisplayItems' argument 2 names different: declaration 'aBuilder' definition 'aDisplayListBuilder'.
firefox-62.0/layout/painting/nsDisplayList.cpp:4087:103: note: Function 'CanBuildWebRenderDisplayItems' argument 2 names different: declaration 'aBuilder' definition 'aDisplayListBuilder'.
firefox-62.0/layout/painting/nsDisplayList.cpp:4369:78: style: Function 'nsDisplayTableBackgroundImage' argument 2 names different: declaration 'aInitData' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsDisplayList.h:4246:81: note: Function 'nsDisplayTableBackgroundImage' argument 2 names different: declaration 'aInitData' definition 'aData'.
firefox-62.0/layout/painting/nsDisplayList.cpp:4369:78: note: Function 'nsDisplayTableBackgroundImage' argument 2 names different: declaration 'aInitData' definition 'aData'.
firefox-62.0/layout/painting/nsDisplayList.cpp:4884:70: style: Function 'BuildLayer' argument 3 names different: declaration 'aContainerParameters' definition 'aParameters'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsDisplayList.h:4594:78: note: Function 'BuildLayer' argument 3 names different: declaration 'aContainerParameters' definition 'aParameters'.
firefox-62.0/layout/painting/nsDisplayList.cpp:4884:70: note: Function 'BuildLayer' argument 3 names different: declaration 'aContainerParameters' definition 'aParameters'.
firefox-62.0/layout/painting/nsDisplayList.cpp:5369:90: style: Function 'CreateBorderImageWebRenderCommands' argument 2 names different: declaration 'aResource' definition 'aResources'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsDisplayList.h:3780:80: note: Function 'CreateBorderImageWebRenderCommands' argument 2 names different: declaration 'aResource' definition 'aResources'.
firefox-62.0/layout/painting/nsDisplayList.cpp:5369:90: note: Function 'CreateBorderImageWebRenderCommands' argument 2 names different: declaration 'aResource' definition 'aResources'.
firefox-62.0/layout/painting/nsDisplayList.cpp:5779:61: style: Function 'CanCreateWebRenderCommands' argument 3 names different: declaration 'aReferencePoint' definition 'aReferenceOffset'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsDisplayList.h:4720:50: note: Function 'CanCreateWebRenderCommands' argument 3 names different: declaration 'aReferencePoint' definition 'aReferenceOffset'.
firefox-62.0/layout/painting/nsDisplayList.cpp:5779:61: note: Function 'CanCreateWebRenderCommands' argument 3 names different: declaration 'aReferencePoint' definition 'aReferenceOffset'.
firefox-62.0/layout/painting/nsDisplayList.cpp:4395:28: warning: Member variable 'nsDisplayThemedBackground::mAppearance' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/painting/nsDisplayList.h:887:12: style: Technically the member function 'nsDisplayListBuilder::GetBackgroundPaintFlags' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.cpp:1261:23: note: Technically the member function 'nsDisplayListBuilder::GetBackgroundPaintFlags' can be const.
firefox-62.0/layout/painting/nsDisplayList.h:887:12: note: Technically the member function 'nsDisplayListBuilder::GetBackgroundPaintFlags' can be const.
firefox-62.0/layout/painting/nsDisplayList.h:1601:8: style: Technically the member function 'nsDisplayListBuilder::NeedToForceTransparentSurfaceForItem' can be const. [functionConst]
firefox-62.0/layout/painting/nsDisplayList.cpp:1119:28: note: Technically the member function 'nsDisplayListBuilder::NeedToForceTransparentSurfaceForItem' can be const.
firefox-62.0/layout/painting/nsDisplayList.h:1601:8: note: Technically the member function 'nsDisplayListBuilder::NeedToForceTransparentSurfaceForItem' can be const.
firefox-62.0/layout/painting/nsDisplayList.h:4779:8: performance: Technically the member function 'nsDisplayEventReceiver::CreateWebRenderCommands' can be static. [functionStatic]
firefox-62.0/layout/painting/nsDisplayList.cpp:5011:25: note: Technically the member function 'nsDisplayEventReceiver::CreateWebRenderCommands' can be static.
firefox-62.0/layout/painting/nsDisplayList.h:4779:8: note: Technically the member function 'nsDisplayEventReceiver::CreateWebRenderCommands' can be static.
firefox-62.0/layout/painting/nsDisplayList.h:4941:16: warning: Virtual function 'UpdateBounds' is called from constructor 'nsDisplayWrapList(nsDisplayListBuilder*aBuilder,nsIFrame*aFrame,nsDisplayList*aList,bool aAnonymous=false)' at line 5902. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/painting/nsDisplayList.cpp:5902:5: note: Calling nsDisplayWrapList
firefox-62.0/layout/painting/nsDisplayList.cpp:5925:3: note: Calling UpdateBounds
firefox-62.0/layout/painting/nsDisplayList.h:4941:16: note: UpdateBounds is a virtual method
firefox-62.0/layout/painting/nsDisplayList.h:4941:16: warning: Virtual function 'UpdateBounds' is called from constructor 'nsDisplayWrapList(nsDisplayListBuilder*aBuilder,nsIFrame*aFrame,nsDisplayList*aList,const ActiveScrolledRoot*aActiveScrolledRoot,bool aClearClipChain=false,uint32_t aIndex=0,bool aAnonymous=false)' at line 5925. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/painting/nsDisplayList.cpp:5925:3: note: Calling UpdateBounds
firefox-62.0/layout/painting/nsDisplayList.h:4941:16: note: UpdateBounds is a virtual method
firefox-62.0/layout/painting/nsDisplayList.h:4941:16: warning: Virtual function 'UpdateBounds' is called from constructor 'nsDisplayWrapList(nsDisplayListBuilder*aBuilder,nsIFrame*aFrame,nsDisplayItem*aItem,bool aAnonymous=false)' at line 5967. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/painting/nsDisplayList.cpp:5967:3: note: Calling UpdateBounds
firefox-62.0/layout/painting/nsDisplayList.h:4941:16: note: UpdateBounds is a virtual method
firefox-62.0/layout/painting/nsDisplayList.cpp:7244:65: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
firefox-62.0/layout/painting/nsImageRenderer.cpp:722:90: style: Function 'BuildWebRenderDisplayItemsForLayer' argument 3 names different: declaration 'aResource' definition 'aResources'. [funcArgNamesDifferent]
firefox-62.0/layout/painting/nsImageRenderer.h:217:86: note: Function 'BuildWebRenderDisplayItemsForLayer' argument 3 names different: declaration 'aResource' definition 'aResources'.
firefox-62.0/layout/painting/nsImageRenderer.cpp:722:90: note: Function 'BuildWebRenderDisplayItemsForLayer' argument 3 names different: declaration 'aResource' definition 'aResources'.
firefox-62.0/layout/painting/nsImageRenderer.h:272:35: style: Technically the member function 'mozilla::nsImageRenderer::GetImage' can be const. [functionConst]
firefox-62.0/layout/painting/nsImageRenderer.cpp:1042:18: note: Technically the member function 'mozilla::nsImageRenderer::GetImage' can be const.
firefox-62.0/layout/painting/nsImageRenderer.h:272:35: note: Technically the member function 'mozilla::nsImageRenderer::GetImage' can be const.
firefox-62.0/layout/painting/nsImageRenderer.h:282:37: style: Technically the member function 'mozilla::nsImageRenderer::GetGradientData' can be const. [functionConst]
firefox-62.0/layout/painting/nsImageRenderer.cpp:1074:18: note: Technically the member function 'mozilla::nsImageRenderer::GetGradientData' can be const.
firefox-62.0/layout/painting/nsImageRenderer.h:282:37: note: Technically the member function 'mozilla::nsImageRenderer::GetGradientData' can be const.
firefox-62.0/layout/printing/nsPrintObject.h:39:8: style: Technically the member function 'nsPrintObject::IsPrintable' can be const. [functionConst]
firefox-62.0/layout/printing/nsPagePrintTimer.cpp:94:34: error: Uninitialized variable: inRange [uninitvar]
firefox-62.0/layout/printing/nsPrintJob.cpp:2255:15: warning: Either the condition 'if(frame&&frame->IsSubDocumentFrame())' is redundant or there is possible null pointer dereference: frame. [nullPointerRedundantCheck]
firefox-62.0/layout/printing/nsPrintJob.cpp:2260:8: note: Assuming that condition 'if(frame&&frame->IsSubDocumentFrame())' is not redundant
firefox-62.0/layout/printing/nsPrintJob.cpp:2255:15: note: Null pointer dereference
firefox-62.0/layout/printing/nsPrintJob.cpp:1181:55: style: Function 'GetGlobalPrintSettings' argument 1 names different: declaration 'aPrintSettings' definition 'aGlobalPrintSettings'. [funcArgNamesDifferent]
firefox-62.0/layout/printing/nsPrintJob.h:44:61: note: Function 'GetGlobalPrintSettings' argument 1 names different: declaration 'aPrintSettings' definition 'aGlobalPrintSettings'.
firefox-62.0/layout/printing/nsPrintJob.cpp:1181:55: note: Function 'GetGlobalPrintSettings' argument 1 names different: declaration 'aPrintSettings' definition 'aGlobalPrintSettings'.
firefox-62.0/layout/printing/nsPrintJob.cpp:1661:39: style: Function 'ReconstructAndReflow' argument 1 names different: declaration 'aDoSetPixelScale' definition 'doSetPixelScale'. [funcArgNamesDifferent]
firefox-62.0/layout/printing/nsPrintJob.h:218:38: note: Function 'ReconstructAndReflow' argument 1 names different: declaration 'aDoSetPixelScale' definition 'doSetPixelScale'.
firefox-62.0/layout/printing/nsPrintJob.cpp:1661:39: note: Function 'ReconstructAndReflow' argument 1 names different: declaration 'aDoSetPixelScale' definition 'doSetPixelScale'.
firefox-62.0/layout/printing/nsPrintJob.cpp:2231:31: style: Function 'SetRootView' argument 2 names different: declaration 'aDoReturn' definition 'doReturn'. [funcArgNamesDifferent]
firefox-62.0/layout/printing/nsPrintJob.h:212:30: note: Function 'SetRootView' argument 2 names different: declaration 'aDoReturn' definition 'doReturn'.
firefox-62.0/layout/printing/nsPrintJob.cpp:2231:31: note: Function 'SetRootView' argument 2 names different: declaration 'aDoReturn' definition 'doReturn'.
firefox-62.0/layout/printing/nsPrintJob.cpp:2232:31: style: Function 'SetRootView' argument 3 names different: declaration 'aDocumentIsTopLevel' definition 'documentIsTopLevel'. [funcArgNamesDifferent]
firefox-62.0/layout/printing/nsPrintJob.h:213:30: note: Function 'SetRootView' argument 3 names different: declaration 'aDocumentIsTopLevel' definition 'documentIsTopLevel'.
firefox-62.0/layout/printing/nsPrintJob.cpp:2232:31: note: Function 'SetRootView' argument 3 names different: declaration 'aDocumentIsTopLevel' definition 'documentIsTopLevel'.
firefox-62.0/layout/printing/nsPrintJob.cpp:2233:33: style: Function 'SetRootView' argument 4 names different: declaration 'aAdjSize' definition 'adjSize'. [funcArgNamesDifferent]
firefox-62.0/layout/printing/nsPrintJob.h:214:32: note: Function 'SetRootView' argument 4 names different: declaration 'aAdjSize' definition 'adjSize'.
firefox-62.0/layout/printing/nsPrintJob.cpp:2233:33: note: Function 'SetRootView' argument 4 names different: declaration 'aAdjSize' definition 'adjSize'.
firefox-62.0/layout/printing/nsPrintJob.cpp:2834:38: style: Function 'PrintPage' argument 1 names different: declaration 'aPOect' definition 'aPO'. [funcArgNamesDifferent]
firefox-62.0/layout/printing/nsPrintJob.h:115:37: note: Function 'PrintPage' argument 1 names different: declaration 'aPOect' definition 'aPO'.
firefox-62.0/layout/printing/nsPrintJob.cpp:2834:38: note: Function 'PrintPage' argument 1 names different: declaration 'aPOect' definition 'aPO'.
firefox-62.0/layout/printing/nsPrintJob.cpp:3023:55: style: Function 'IsWindowsInOurSubTree' argument 1 names different: declaration 'aDOMWindow' definition 'window'. [funcArgNamesDifferent]
firefox-62.0/layout/printing/nsPrintJob.h:150:50: note: Function 'IsWindowsInOurSubTree' argument 1 names different: declaration 'aDOMWindow' definition 'window'.
firefox-62.0/layout/printing/nsPrintJob.cpp:3023:55: note: Function 'IsWindowsInOurSubTree' argument 1 names different: declaration 'aDOMWindow' definition 'window'.
firefox-62.0/layout/printing/nsPrintObject.cpp:21:16: warning: Member variable 'nsPrintObject::mPrintPreview' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/AnimationCommon.h:55:0: performance: Technically the member function 'mozilla :: CommonAnimationManager < mozilla :: dom :: CSSAnimation >::StopAnimationsForElement' can be static. [functionStatic]
firefox-62.0/layout/style/AnimationCommon.h:55:0: performance: Technically the member function 'mozilla :: CommonAnimationManager < mozilla :: dom :: CSSTransition >::StopAnimationsForElement' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleCoord.h:675:52: style: Function 'GetUnit' argument 1 names different: declaration 'aHalfCorner' definition 'aCorner'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleCoord.h:399:38: note: Function 'GetUnit' argument 1 names different: declaration 'aHalfCorner' definition 'aCorner'.
firefox-62.0/layout/style/nsStyleCoord.h:675:52: note: Function 'GetUnit' argument 1 names different: declaration 'aHalfCorner' definition 'aCorner'.
firefox-62.0/layout/style/nsStyleCoord.h:680:49: style: Function 'Get' argument 1 names different: declaration 'aHalfCorner' definition 'aCorner'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleCoord.h:401:35: note: Function 'Get' argument 1 names different: declaration 'aHalfCorner' definition 'aCorner'.
firefox-62.0/layout/style/nsStyleCoord.h:680:49: note: Function 'Get' argument 1 names different: declaration 'aHalfCorner' definition 'aCorner'.
firefox-62.0/layout/style/nsStyleCoord.h:685:41: style: Function 'Set' argument 1 names different: declaration 'aHalfCorner' definition 'aCorner'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleCoord.h:408:27: note: Function 'Set' argument 1 names different: declaration 'aHalfCorner' definition 'aCorner'.
firefox-62.0/layout/style/nsStyleCoord.h:685:41: note: Function 'Set' argument 1 names different: declaration 'aHalfCorner' definition 'aCorner'.
firefox-62.0/layout/style/CSS.cpp:70:32: style: Function 'Supports' argument 2 names different: declaration 'aDeclaration' definition 'aCondition'. [funcArgNamesDifferent]
firefox-62.0/layout/style/CSS.h:34:41: note: Function 'Supports' argument 2 names different: declaration 'aDeclaration' definition 'aCondition'.
firefox-62.0/layout/style/CSS.cpp:70:32: note: Function 'Supports' argument 2 names different: declaration 'aDeclaration' definition 'aCondition'.
firefox-62.0/layout/style/nsStyleStruct.h:594:5: warning: Member variable 'Size::mWidthType' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:594:5: warning: Member variable 'Size::mHeightType' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:609:5: warning: Member variable 'Repeat::mXRepeat' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:609:5: warning: Member variable 'Repeat::mYRepeat' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:1912:3: warning: Member variable 'StyleTransition::mDuration' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:1912:3: warning: Member variable 'StyleTransition::mDelay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:1948:3: warning: Member variable 'StyleAnimation::mDuration' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:1948:3: warning: Member variable 'StyleAnimation::mDelay' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:1948:3: warning: Member variable 'StyleAnimation::mDirection' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:1948:3: warning: Member variable 'StyleAnimation::mFillMode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:1948:3: warning: Member variable 'StyleAnimation::mPlayState' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:1948:3: warning: Member variable 'StyleAnimation::mIterationCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/nsStyleStruct.h:3362:0: style: The class 'nsTArray_Simple < nsStyleImageLayers :: Layer >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/layout/style/nsStyleStruct.h:3362:0: style: The class 'nsTArray_Simple < mozilla :: StyleTransition >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/layout/style/nsStyleStruct.h:3362:0: style: The class 'nsTArray_Simple < mozilla :: StyleAnimation >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/layout/style/nsStyleStruct.h:1312:3: style: 'nsStyleGridLine::operator=' should return 'nsStyleGridLine &'. [operatorEq]
firefox-62.0/layout/style/CounterStyleManager.h:260:8: performance: Technically the member function 'mozilla::CounterStylePtr::AssertPointerAligned' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:98:8: performance: Technically the member function 'nsStyleFont::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:504:8: performance: Technically the member function 'nsStyleColor::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:807:8: performance: Technically the member function 'nsStyleMargin::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:839:8: performance: Technically the member function 'nsStylePadding::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:948:8: style: Technically the member function 'nsCSSShadowArray::HasShadowWithInset' can be const. [functionConst]
firefox-62.0/layout/style/nsStyleStruct.h:1183:8: performance: Technically the member function 'nsStyleOutline::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:1435:8: performance: Technically the member function 'nsStylePosition::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:1649:8: performance: Technically the member function 'nsStyleTextReset::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:1676:8: performance: Technically the member function 'nsStyleText::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:1885:8: performance: Technically the member function 'nsStyleVisibility::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:2568:8: performance: Technically the member function 'nsStyleTable::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:2582:8: performance: Technically the member function 'nsStyleTableBorder::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:2827:8: performance: Technically the member function 'nsStyleUIReset::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:2900:8: performance: Technically the member function 'nsStyleXUL::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:2919:8: performance: Technically the member function 'nsStyleColumn::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:3042:8: performance: Technically the member function 'nsStyleSVG::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:3168:8: performance: Technically the member function 'nsStyleFilter::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:3264:8: performance: Technically the member function 'nsStyleEffects::FinishStyle' can be static. [functionStatic]
firefox-62.0/layout/style/nsCSSValue.h:898:1: warning: The struct 'nsCSSValueList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsCSSValue.h:1102:1: warning: The struct 'nsCSSValuePairList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:925:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/layout/style/CSSKeyframeRule.cpp:26:5: performance: Variable 'mDecls' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/style/nsCSSAnonBoxes.h:35:0: error: syntax error [syntaxError]
firefox-62.0/layout/style/CounterStyleManager.cpp:333:11: style: The scope of the variable 'unitidx' can be reduced. [variableScope]
firefox-62.0/layout/style/CounterStyleManager.cpp:432:13: style: The scope of the variable 'n2' can be reduced. [variableScope]
firefox-62.0/layout/style/CounterStyleManager.cpp:1729:71: style: Function 'AnonymousCounterStyle' argument 1 names different: declaration 'aValue' definition 'aParams'. [funcArgNamesDifferent]
firefox-62.0/layout/style/CounterStyleManager.h:109:59: note: Function 'AnonymousCounterStyle' argument 1 names different: declaration 'aValue' definition 'aParams'.
firefox-62.0/layout/style/CounterStyleManager.cpp:1729:71: note: Function 'AnonymousCounterStyle' argument 1 names different: declaration 'aValue' definition 'aParams'.
firefox-62.0/layout/style/CounterStyleManager.cpp:1031:3: warning: Member variable 'CustomCounterStyle::mPad' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/style/CounterStyleManager.cpp:1089:8: style: Technically the member function 'mozilla::CustomCounterStyle::IsExtendsSystem' can be const. [functionConst]
firefox-62.0/layout/style/CounterStyleManager.cpp:573:1: warning: The class 'BuiltinCounterStyle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/CounterStyleManager.cpp:1883:42: performance: Function parameter 'aWritingMode' should be passed by const reference. [passedByValue]
firefox-62.0/layout/style/FontFaceSet.cpp:72:0: error: syntax error [syntaxError]
firefox-62.0/layout/style/Rule.h:28:1: warning: The class 'Rule' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsCSSPseudoElements.h:102:0: error: syntax error [syntaxError]
firefox-62.0/layout/style/StyleSheet.cpp:277:35: style: Same expression on both sides of '!=' because the value of 'oldDisabled' and 'mDisabled' are the same. [duplicateExpression]
firefox-62.0/layout/style/StyleSheet.cpp:274:22: note: 'oldDisabled' is assigned value 'mDisabled' here.
firefox-62.0/layout/style/StyleSheet.cpp:277:35: note: Same expression on both sides of '!=' because the value of 'oldDisabled' and 'mDisabled' are the same.
firefox-62.0/layout/style/nsAnimationManager.cpp:360:8: performance: Technically the member function 'ServoCSSAnimationBuilder::BuildKeyframes' can be static. [functionStatic]
firefox-62.0/layout/style/nsAnimationManager.cpp:402:8: performance: Technically the member function 'ServoCSSAnimationBuilder::NotifyNewOrRemovedAnimation' can be static. [functionStatic]
firefox-62.0/layout/style/nsCSSProps.cpp:222:45: style: Function 'LookupFontDesc' argument 1 names different: declaration 'aProperty' definition 'aFontDesc'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsCSSProps.h:96:56: note: Function 'LookupFontDesc' argument 1 names different: declaration 'aProperty' definition 'aFontDesc'.
firefox-62.0/layout/style/nsCSSProps.cpp:222:45: note: Function 'LookupFontDesc' argument 1 names different: declaration 'aProperty' definition 'aFontDesc'.
firefox-62.0/layout/style/nsCSSProps.cpp:247:42: style: Function 'GetStringValue' argument 1 names different: declaration 'aFontDesc' definition 'aFontDescID'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsCSSProps.h:100:56: note: Function 'GetStringValue' argument 1 names different: declaration 'aFontDesc' definition 'aFontDescID'.
firefox-62.0/layout/style/nsCSSProps.cpp:247:42: note: Function 'GetStringValue' argument 1 names different: declaration 'aFontDesc' definition 'aFontDescID'.
firefox-62.0/layout/style/nsCSSProps.cpp:1684:34: style: Function 'FindKeyword' argument 3 names different: declaration 'aValue' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsCSSProps.h:112:36: note: Function 'FindKeyword' argument 3 names different: declaration 'aValue' definition 'aResult'.
firefox-62.0/layout/style/nsCSSProps.cpp:1684:34: note: Function 'FindKeyword' argument 3 names different: declaration 'aValue' definition 'aResult'.
firefox-62.0/layout/style/nsCSSValue.cpp:89:43: style: Function 'nsCSSValue' argument 1 names different: declaration 'aArray' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsCSSValue.h:478:21: note: Function 'nsCSSValue' argument 1 names different: declaration 'aArray' definition 'aValue'.
firefox-62.0/layout/style/nsCSSValue.cpp:89:43: note: Function 'nsCSSValue' argument 1 names different: declaration 'aArray' definition 'aValue'.
firefox-62.0/layout/style/nsCSSValue.cpp:219:36: style: Function 'operator=' argument 1 names different: declaration 'aCopy' definition 'aOther'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsCSSValue.h:506:39: note: Function 'operator=' argument 1 names different: declaration 'aCopy' definition 'aOther'.
firefox-62.0/layout/style/nsCSSValue.cpp:219:36: note: Function 'operator=' argument 1 names different: declaration 'aCopy' definition 'aOther'.
firefox-62.0/layout/style/nsCSSValue.cpp:438:47: style: Function 'SetIntegerCoordValue' argument 1 names different: declaration 'aCoord' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsCSSValue.h:722:37: note: Function 'SetIntegerCoordValue' argument 1 names different: declaration 'aCoord' definition 'aValue'.
firefox-62.0/layout/style/nsCSSValue.cpp:438:47: note: Function 'SetIntegerCoordValue' argument 1 names different: declaration 'aCoord' definition 'aValue'.
firefox-62.0/layout/style/nsCSSValue.cpp:453:54: style: Function 'SetURLValue' argument 1 names different: declaration 'aURI' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsCSSValue.h:724:44: note: Function 'SetURLValue' argument 1 names different: declaration 'aURI' definition 'aValue'.
firefox-62.0/layout/style/nsCSSValue.cpp:453:54: note: Function 'SetURLValue' argument 1 names different: declaration 'aURI' definition 'aValue'.
firefox-62.0/layout/style/nsCSSValue.cpp:497:53: style: Function 'SetPairValue' argument 1 names different: declaration 'aPair' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsCSSValue.h:730:43: note: Function 'SetPairValue' argument 1 names different: declaration 'aPair' definition 'aValue'.
firefox-62.0/layout/style/nsCSSValue.cpp:497:53: note: Function 'SetPairValue' argument 1 names different: declaration 'aPair' definition 'aValue'.
firefox-62.0/layout/style/nsCSSValue.cpp:1403:59: style: Function 'ImageValue' argument 1 names different: declaration 'aURIString' definition 'aString'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsCSSValue.h:250:44: note: Function 'ImageValue' argument 1 names different: declaration 'aURIString' definition 'aString'.
firefox-62.0/layout/style/nsCSSValue.cpp:1403:59: note: Function 'ImageValue' argument 1 names different: declaration 'aURIString' definition 'aString'.
firefox-62.0/layout/style/nsCSSValue.h:194:10: performance: Technically the member function 'mozilla::css::URLValueData::SizeOfExcludingThis' can be static. [functionStatic]
firefox-62.0/layout/style/nsCSSValue.cpp:1370:20: note: Technically the member function 'mozilla::css::URLValueData::SizeOfExcludingThis' can be static.
firefox-62.0/layout/style/nsCSSValue.h:194:10: note: Technically the member function 'mozilla::css::URLValueData::SizeOfExcludingThis' can be static.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:231:31: warning: Either the condition '!sheet' is redundant or there is possible null pointer dereference: sheet. [nullPointerRedundantCheck]
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:227:7: note: Assuming that condition '!sheet' is not redundant
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:231:31: note: Null pointer dereference
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:155:56: style: Function 'GetPropertyValue' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSDeclaration.h:68:49: note: Function 'GetPropertyValue' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:155:56: note: Function 'GetPropertyValue' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:156:50: style: Function 'GetPropertyValue' argument 2 names different: declaration '_retval' definition 'aReturn'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSDeclaration.h:69:43: note: Function 'GetPropertyValue' argument 2 names different: declaration '_retval' definition 'aReturn'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:156:50: note: Function 'GetPropertyValue' argument 2 names different: declaration '_retval' definition 'aReturn'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:166:59: style: Function 'GetPropertyPriority' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSDeclaration.h:72:46: note: Function 'GetPropertyPriority' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:166:59: note: Function 'GetPropertyPriority' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:178:51: style: Function 'SetProperty' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSDeclaration.h:74:43: note: Function 'SetProperty' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:178:51: note: Function 'SetProperty' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:179:51: style: Function 'SetProperty' argument 2 names different: declaration 'value' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSDeclaration.h:75:43: note: Function 'SetProperty' argument 2 names different: declaration 'value' definition 'aValue'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:179:51: note: Function 'SetProperty' argument 2 names different: declaration 'value' definition 'aValue'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:180:51: style: Function 'SetProperty' argument 3 names different: declaration 'priority' definition 'aPriority'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSDeclaration.h:76:43: note: Function 'SetProperty' argument 3 names different: declaration 'priority' definition 'aPriority'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:180:51: note: Function 'SetProperty' argument 3 names different: declaration 'priority' definition 'aPriority'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:215:54: style: Function 'RemoveProperty' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSDeclaration.h:70:47: note: Function 'RemoveProperty' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:215:54: note: Function 'RemoveProperty' argument 1 names different: declaration 'propertyName' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:216:48: style: Function 'RemoveProperty' argument 2 names different: declaration '_retval' definition 'aReturn'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSDeclaration.h:71:41: note: Function 'RemoveProperty' argument 2 names different: declaration '_retval' definition 'aReturn'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:216:48: note: Function 'RemoveProperty' argument 2 names different: declaration '_retval' definition 'aReturn'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:338:62: style: Function 'RemovePropertyInternal' argument 1 names different: declaration 'aProperty' definition 'aPropertyName'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSDeclaration.h:188:52: note: Function 'RemovePropertyInternal' argument 1 names different: declaration 'aProperty' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSDeclaration.cpp:338:62: note: Function 'RemovePropertyInternal' argument 1 names different: declaration 'aProperty' definition 'aPropertyName'.
firefox-62.0/layout/style/nsDOMCSSValueList.cpp:32:42: style: Function 'GetCssText' argument 1 names different: declaration 'aText' definition 'aCssText'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsDOMCSSValueList.h:30:30: note: Function 'GetCssText' argument 1 names different: declaration 'aText' definition 'aCssText'.
firefox-62.0/layout/style/nsDOMCSSValueList.cpp:32:42: note: Function 'GetCssText' argument 1 names different: declaration 'aText' definition 'aCssText'.
firefox-62.0/layout/style/FontFaceSet.h:37:1: style: The class 'FontFaceSet' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/layout/style/nsMediaFeatures.cpp:101:7: warning: Either the condition '!pc' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
firefox-62.0/layout/style/nsMediaFeatures.cpp:97:7: note: Assuming that condition '!pc' is not redundant
firefox-62.0/layout/style/nsMediaFeatures.cpp:101:7: note: Null pointer dereference
firefox-62.0/layout/style/nsMediaFeatures.cpp:154:7: warning: Either the condition '!pc' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
firefox-62.0/layout/style/nsMediaFeatures.cpp:150:7: note: Assuming that condition '!pc' is not redundant
firefox-62.0/layout/style/nsMediaFeatures.cpp:154:7: note: Null pointer dereference
firefox-62.0/layout/style/nsROCSSPrimitiveValue.cpp:34:46: style: Function 'GetCssText' argument 1 names different: declaration 'aText' definition 'aCssText'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsROCSSPrimitiveValue.h:80:34: note: Function 'GetCssText' argument 1 names different: declaration 'aText' definition 'aCssText'.
firefox-62.0/layout/style/nsROCSSPrimitiveValue.cpp:34:46: note: Function 'GetCssText' argument 1 names different: declaration 'aText' definition 'aCssText'.
firefox-62.0/layout/style/nsROCSSPrimitiveValue.cpp:343:48: style: Function 'SetStringValue' argument 1 names different: declaration 'aUnitType' definition 'aType'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsROCSSPrimitiveValue.h:71:32: note: Function 'SetStringValue' argument 1 names different: declaration 'aUnitType' definition 'aType'.
firefox-62.0/layout/style/nsROCSSPrimitiveValue.cpp:343:48: note: Function 'SetStringValue' argument 1 names different: declaration 'aUnitType' definition 'aType'.
firefox-62.0/layout/style/nsStyleStruct.cpp:120:45: style: Function 'nsStyleFont' argument 1 names different: declaration 'aStyleFont' definition 'aSrc'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:93:34: note: Function 'nsStyleFont' argument 1 names different: declaration 'aStyleFont' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:120:45: note: Function 'nsStyleFont' argument 1 names different: declaration 'aStyleFont' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:252:51: style: Function 'nsStyleMargin' argument 1 names different: declaration 'aMargin' definition 'aSrc'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:803:38: note: Function 'nsStyleMargin' argument 1 names different: declaration 'aMargin' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:252:51: note: Function 'nsStyleMargin' argument 1 names different: declaration 'aMargin' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:280:54: style: Function 'nsStylePadding' argument 1 names different: declaration 'aPadding' definition 'aSrc'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:835:40: note: Function 'nsStylePadding' argument 1 names different: declaration 'aPadding' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:280:54: note: Function 'nsStylePadding' argument 1 names different: declaration 'aPadding' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:335:51: style: Function 'nsStyleBorder' argument 1 names different: declaration 'aBorder' definition 'aSrc'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:1001:38: note: Function 'nsStyleBorder' argument 1 names different: declaration 'aBorder' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:335:51: note: Function 'nsStyleBorder' argument 1 names different: declaration 'aBorder' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:499:54: style: Function 'nsStyleOutline' argument 1 names different: declaration 'aOutline' definition 'aSrc'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:1179:40: note: Function 'nsStyleOutline' argument 1 names different: declaration 'aOutline' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:499:54: note: Function 'nsStyleOutline' argument 1 names different: declaration 'aOutline' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleStruct.cpp:567:45: style: Function 'nsStyleList' argument 1 names different: declaration 'aStyleList' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:1241:34: note: Function 'nsStyleList' argument 1 names different: declaration 'aStyleList' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:567:45: note: Function 'nsStyleList' argument 1 names different: declaration 'aStyleList' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:1553:57: style: Function 'nsStylePosition' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:1433:42: note: Function 'nsStylePosition' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:1553:57: note: Function 'nsStylePosition' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:1867:48: style: Function 'nsStyleTable' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:2566:36: note: Function 'nsStyleTable' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:1867:48: note: Function 'nsStyleTable' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:1902:66: style: Function 'nsStyleTableBorder' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:2580:48: note: Function 'nsStyleTableBorder' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:1902:66: note: Function 'nsStyleTableBorder' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:1945:48: style: Function 'nsStyleColor' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:500:36: note: Function 'nsStyleColor' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:1945:48: note: Function 'nsStyleColor' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:3299:63: style: Function 'nsStyleBackground' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:765:46: note: Function 'nsStyleBackground' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:3299:63: note: Function 'nsStyleBackground' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:3554:54: style: Function 'nsStyleDisplay' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:2168:40: note: Function 'nsStyleDisplay' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:3554:54: note: Function 'nsStyleDisplay' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4036:63: style: Function 'nsStyleVisibility' argument 1 names different: declaration 'aVisibility' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:1881:46: note: Function 'nsStyleVisibility' argument 1 names different: declaration 'aVisibility' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4036:63: note: Function 'nsStyleVisibility' argument 1 names different: declaration 'aVisibility' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4233:54: style: Function 'nsStyleContent' argument 1 names different: declaration 'aContent' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:2761:40: note: Function 'nsStyleContent' argument 1 names different: declaration 'aContent' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4233:54: note: Function 'nsStyleContent' argument 1 names different: declaration 'aContent' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4288:60: style: Function 'nsStyleTextReset' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:1647:44: note: Function 'nsStyleTextReset' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4288:60: note: Function 'nsStyleTextReset' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4398:45: style: Function 'nsStyleText' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:1674:34: note: Function 'nsStyleText' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4398:45: note: Function 'nsStyleText' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4598:72: style: Function 'nsStyleUserInterface' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:2867:52: note: Function 'nsStyleUserInterface' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4598:72: note: Function 'nsStyleUserInterface' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4703:54: style: Function 'nsStyleUIReset' argument 1 names different: declaration 'aOther' definition 'aSource'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleStruct.h:2825:40: note: Function 'nsStyleUIReset' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.cpp:4703:54: note: Function 'nsStyleUIReset' argument 1 names different: declaration 'aOther' definition 'aSource'.
firefox-62.0/layout/style/nsStyleStruct.h:322:33: style: Technically the member function 'CachedBorderImageData::GetCachedSVGViewportSize' can be const. [functionConst]
firefox-62.0/layout/style/nsStyleStruct.cpp:2240:24: note: Technically the member function 'CachedBorderImageData::GetCachedSVGViewportSize' can be const.
firefox-62.0/layout/style/nsStyleStruct.h:322:33: note: Technically the member function 'CachedBorderImageData::GetCachedSVGViewportSize' can be const.
firefox-62.0/layout/style/ImageLoader.h:129:12: performance: Technically the member function 'mozilla::css::ImageLoader::FrameOnlyComparator::Equals' can be static. [functionStatic]
firefox-62.0/layout/style/ImageLoader.h:133:12: performance: Technically the member function 'mozilla::css::ImageLoader::FrameOnlyComparator::LessThan' can be static. [functionStatic]
firefox-62.0/layout/style/nsStyleStruct.h:90:1: warning: The struct 'nsStyleFont' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:497:1: warning: The struct 'nsStyleColor' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:763:1: warning: The struct 'nsStyleBackground' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:800:1: warning: The struct 'nsStyleMargin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:832:1: warning: The struct 'nsStylePadding' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:1176:1: warning: The struct 'nsStyleOutline' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:1430:1: warning: The struct 'nsStylePosition' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:1644:1: warning: The struct 'nsStyleTextReset' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:1671:1: warning: The struct 'nsStyleText' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:1878:1: warning: The struct 'nsStyleVisibility' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:1910:1: warning: The struct 'StyleTransition' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:1946:1: warning: The struct 'StyleAnimation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:2163:1: warning: The struct 'nsStyleDisplay' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:2563:1: warning: The struct 'nsStyleTable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:2577:1: warning: The struct 'nsStyleTableBorder' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:2758:1: warning: The struct 'nsStyleContent' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:2822:1: warning: The struct 'nsStyleUIReset' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:2864:1: warning: The struct 'nsStyleUserInterface' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:2895:1: warning: The struct 'nsStyleXUL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:2914:1: warning: The struct 'nsStyleColumn' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:3037:1: warning: The struct 'nsStyleSVG' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:3221:1: warning: The struct 'nsStyleSVGReset' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.h:3259:1: warning: The struct 'nsStyleEffects' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/style/nsStyleStruct.cpp:4530:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/layout/style/nsStyleStruct.cpp:4532:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/layout/style/nsStyleTransformMatrix.cpp:931:39: style: Function 'ReadTransforms' argument 2 names different: declaration 'aBounds' definition 'aRefBox'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleTransformMatrix.h:199:65: note: Function 'ReadTransforms' argument 2 names different: declaration 'aBounds' definition 'aRefBox'.
firefox-62.0/layout/style/nsStyleTransformMatrix.cpp:931:39: note: Function 'ReadTransforms' argument 2 names different: declaration 'aBounds' definition 'aRefBox'.
firefox-62.0/layout/style/nsStyleTransformMatrix.h:143:10: style: Technically the member function 'nsStyleTransformMatrix::TransformReferenceBox::IsEmpty' can be const. [functionConst]
firefox-62.0/layout/style/nsStyleUtil.cpp:89:53: style: Function 'AppendEscapedCSSString' argument 2 names different: declaration 'aResult' definition 'aReturn'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleUtil.h:49:49: note: Function 'AppendEscapedCSSString' argument 2 names different: declaration 'aResult' definition 'aReturn'.
firefox-62.0/layout/style/nsStyleUtil.cpp:89:53: note: Function 'AppendEscapedCSSString' argument 2 names different: declaration 'aResult' definition 'aReturn'.
firefox-62.0/layout/style/nsStyleUtil.cpp:119:72: style: Function 'AppendEscapedCSSIdent' argument 2 names different: declaration 'aResult' definition 'aReturn'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleUtil.h:57:48: note: Function 'AppendEscapedCSSIdent' argument 2 names different: declaration 'aResult' definition 'aReturn'.
firefox-62.0/layout/style/nsStyleUtil.cpp:119:72: note: Function 'AppendEscapedCSSIdent' argument 2 names different: declaration 'aResult' definition 'aReturn'.
firefox-62.0/layout/style/nsStyleUtil.cpp:275:51: style: Function 'AppendAngleValue' argument 1 names different: declaration 'aValue' definition 'aAngle'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleUtil.h:85:52: note: Function 'AppendAngleValue' argument 1 names different: declaration 'aValue' definition 'aAngle'.
firefox-62.0/layout/style/nsStyleUtil.cpp:275:51: note: Function 'AppendAngleValue' argument 1 names different: declaration 'aValue' definition 'aAngle'.
firefox-62.0/layout/style/nsStyleUtil.cpp:393:58: style: Function 'AppendFontFeatureSettings' argument 1 names different: declaration 'src' definition 'aSrc'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleUtil.h:94:59: note: Function 'AppendFontFeatureSettings' argument 1 names different: declaration 'src' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleUtil.cpp:393:58: note: Function 'AppendFontFeatureSettings' argument 1 names different: declaration 'src' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleUtil.cpp:432:60: style: Function 'AppendFontVariationSettings' argument 1 names different: declaration 'src' definition 'aSrc'. [funcArgNamesDifferent]
firefox-62.0/layout/style/nsStyleUtil.h:100:61: note: Function 'AppendFontVariationSettings' argument 1 names different: declaration 'src' definition 'aSrc'.
firefox-62.0/layout/style/nsStyleUtil.cpp:432:60: note: Function 'AppendFontVariationSettings' argument 1 names different: declaration 'src' definition 'aSrc'.
firefox-62.0/layout/style/test/ListCSSProperties.cpp:163:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/layout/style/test/ListCSSProperties.cpp:163:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/layout/style/test/ParseCSS.cpp:65:43: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/layout/style/test/ParseCSS.cpp:73:32: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/layout/svg/nsSVGUtils.h:94:3: style: Technically the member function 'SVGBBox::operatorconstmozilla::gfx::Rect&' can be const. [functionConst]
firefox-62.0/layout/svg/nsSVGUtils.h:88:16: style: Class 'SVGBBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/layout/svg/nsSVGUtils.h:91:16: style: Class 'SVGBBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/layout/svg/SVGObserverUtils.h:666:68: performance: Function parameter 'aProp' should be passed by const reference. [passedByValue]
firefox-62.0/layout/svg/SVGGeometryFrame.cpp:747:43: style: Function 'Render' argument 3 names different: declaration 'aTransform' definition 'aNewTransform'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/SVGGeometryFrame.h:120:32: note: Function 'Render' argument 3 names different: declaration 'aTransform' definition 'aNewTransform'.
firefox-62.0/layout/svg/SVGGeometryFrame.cpp:747:43: note: Function 'Render' argument 3 names different: declaration 'aTransform' definition 'aNewTransform'.
firefox-62.0/layout/svg/SVGGeometryFrame.cpp:865:49: style: Function 'PaintMarkers' argument 2 names different: declaration 'aMatrix' definition 'aTransform'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/SVGGeometryFrame.h:126:60: note: Function 'PaintMarkers' argument 2 names different: declaration 'aMatrix' definition 'aTransform'.
firefox-62.0/layout/svg/SVGGeometryFrame.cpp:865:49: note: Function 'PaintMarkers' argument 2 names different: declaration 'aMatrix' definition 'aTransform'.
firefox-62.0/layout/svg/SVGObserverUtils.cpp:573:42: style: Function 'GetPaintingPropertyForURI' argument 3 names different: declaration 'aProp' definition 'aProperty'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/SVGObserverUtils.h:666:68: note: Function 'GetPaintingPropertyForURI' argument 3 names different: declaration 'aProp' definition 'aProperty'.
firefox-62.0/layout/svg/SVGObserverUtils.cpp:573:42: note: Function 'GetPaintingPropertyForURI' argument 3 names different: declaration 'aProp' definition 'aProperty'.
firefox-62.0/layout/svg/SVGObserverUtils.cpp:946:53: style: Function 'GetBaseURLForLocalRef' argument 1 names different: declaration 'aContent' definition 'content'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/SVGObserverUtils.h:715:37: note: Function 'GetBaseURLForLocalRef' argument 1 names different: declaration 'aContent' definition 'content'.
firefox-62.0/layout/svg/SVGObserverUtils.cpp:946:53: note: Function 'GetBaseURLForLocalRef' argument 1 names different: declaration 'aContent' definition 'content'.
firefox-62.0/layout/svg/SVGObserverUtils.h:546:10: style: Technically the member function 'SVGObserverUtils::EffectProperties::HasNoOrValidMask' can be const. [functionConst]
firefox-62.0/layout/svg/SVGObserverUtils.cpp:722:37: note: Technically the member function 'SVGObserverUtils::EffectProperties::HasNoOrValidMask' can be const.
firefox-62.0/layout/svg/SVGObserverUtils.h:546:10: note: Technically the member function 'SVGObserverUtils::EffectProperties::HasNoOrValidMask' can be const.
firefox-62.0/layout/svg/SVGObserverUtils.cpp:573:42: performance: Function parameter 'aProperty' should be passed by const reference. [passedByValue]
firefox-62.0/layout/svg/SVGTextFrame.cpp:2517:24: style: Same expression on both sides of '==' because the value of 'TextFrame()' and 'currentFrame' are the same. [duplicateExpression]
firefox-62.0/layout/svg/SVGTextFrame.cpp:2512:40: note: 'currentFrame' is assigned value 'TextFrame()' here.
firefox-62.0/layout/svg/SVGTextFrame.cpp:2517:24: note: Same expression on both sides of '==' because the value of 'TextFrame()' and 'currentFrame' are the same.
firefox-62.0/layout/svg/SVGTextFrame.cpp:3958:11: style: The scope of the variable 'textElementCharIndex' can be reduced. [variableScope]
firefox-62.0/layout/svg/SVGTextFrame.cpp:4130:12: style: The scope of the variable 'textElementCharIndex' can be reduced. [variableScope]
firefox-62.0/layout/svg/SVGTextFrame.cpp:3204:40: style: Function 'AttributeChanged' argument 1 names different: declaration 'aNamespaceID' definition 'aNameSpaceID'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/SVGTextFrame.h:222:45: note: Function 'AttributeChanged' argument 1 names different: declaration 'aNamespaceID' definition 'aNameSpaceID'.
firefox-62.0/layout/svg/SVGTextFrame.cpp:3204:40: note: Function 'AttributeChanged' argument 1 names different: declaration 'aNamespaceID' definition 'aNameSpaceID'.
firefox-62.0/layout/svg/SVGTextFrame.cpp:472:3: warning: Member variable 'TextRenderedRun::mLengthAdjustScaleFactor' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/svg/SVGTextFrame.cpp:472:3: warning: Member variable 'TextRenderedRun::mRotate' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/svg/SVGTextFrame.cpp:472:3: warning: Member variable 'TextRenderedRun::mFontSizeScaleFactor' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/svg/SVGTextFrame.cpp:472:3: warning: Member variable 'TextRenderedRun::mTextFrameContentOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/svg/SVGTextFrame.cpp:472:3: warning: Member variable 'TextRenderedRun::mTextFrameContentLength' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/svg/SVGTextFrame.cpp:472:3: warning: Member variable 'TextRenderedRun::mTextElementCharIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/svg/nsCSSFilterInstance.h:107:9: performance: Technically the member function 'nsCSSFilterInstance::ToAttributeColor' can be static. [functionStatic]
firefox-62.0/layout/svg/nsCSSFilterInstance.cpp:386:22: note: Technically the member function 'nsCSSFilterInstance::ToAttributeColor' can be static.
firefox-62.0/layout/svg/nsCSSFilterInstance.h:107:9: note: Technically the member function 'nsCSSFilterInstance::ToAttributeColor' can be static.
firefox-62.0/layout/svg/nsFilterInstance.cpp:563:21: style: Checking if unsigned variable 'numPrimitives' is less than zero. [unsignedLessThanZero]
firefox-62.0/layout/svg/nsFilterInstance.cpp:286:57: style: Function 'UserSpaceToFilterSpace' argument 1 names different: declaration 'aUserSpace' definition 'aUserSpaceRect'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/nsFilterInstance.h:279:49: note: Function 'UserSpaceToFilterSpace' argument 1 names different: declaration 'aUserSpace' definition 'aUserSpaceRect'.
firefox-62.0/layout/svg/nsFilterInstance.cpp:286:57: note: Function 'UserSpaceToFilterSpace' argument 1 names different: declaration 'aUserSpace' definition 'aUserSpaceRect'.
firefox-62.0/layout/svg/nsSVGIntegrationUtils.cpp:360:70: style: Function 'GetRequiredSourceForInvalidArea' argument 2 names different: declaration 'aDamageRect' definition 'aDirtyRect'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/nsSVGIntegrationUtils.h:128:67: note: Function 'GetRequiredSourceForInvalidArea' argument 2 names different: declaration 'aDamageRect' definition 'aDirtyRect'.
firefox-62.0/layout/svg/nsSVGIntegrationUtils.cpp:360:70: note: Function 'GetRequiredSourceForInvalidArea' argument 2 names different: declaration 'aDamageRect' definition 'aDirtyRect'.
firefox-62.0/layout/svg/nsSVGIntegrationUtils.cpp:1108:35: performance: Function parameter 'aPaintServerSize' should be passed by const reference. [passedByValue]
firefox-62.0/layout/svg/nsSVGOuterSVGFrame.cpp:603:38: style: Function 'Paint' argument 2 names different: declaration 'aCtx' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/nsSVGOuterSVGFrame.cpp:559:34: note: Function 'Paint' argument 2 names different: declaration 'aCtx' definition 'aContext'.
firefox-62.0/layout/svg/nsSVGOuterSVGFrame.cpp:603:38: note: Function 'Paint' argument 2 names different: declaration 'aCtx' definition 'aContext'.
firefox-62.0/layout/svg/nsSVGPatternFrame.cpp:628:50: style: Function 'GetPatternRect' argument 2 names different: declaration 'bbox' definition 'aTargetBBox'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/nsSVGPatternFrame.h:125:44: note: Function 'GetPatternRect' argument 2 names different: declaration 'bbox' definition 'aTargetBBox'.
firefox-62.0/layout/svg/nsSVGPatternFrame.cpp:628:50: note: Function 'GetPatternRect' argument 2 names different: declaration 'bbox' definition 'aTargetBBox'.
firefox-62.0/layout/svg/nsSVGPatternFrame.cpp:629:49: style: Function 'GetPatternRect' argument 3 names different: declaration 'callerCTM' definition 'aTargetCTM'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/nsSVGPatternFrame.h:126:43: note: Function 'GetPatternRect' argument 3 names different: declaration 'callerCTM' definition 'aTargetCTM'.
firefox-62.0/layout/svg/nsSVGPatternFrame.cpp:629:49: note: Function 'GetPatternRect' argument 3 names different: declaration 'callerCTM' definition 'aTargetCTM'.
firefox-62.0/layout/svg/nsSVGPatternFrame.cpp:727:48: style: Function 'GetPaintServerPattern' argument 5 names different: declaration 'aOpacity' definition 'aGraphicOpacity'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/nsSVGPatternFrame.h:49:33: note: Function 'GetPaintServerPattern' argument 5 names different: declaration 'aOpacity' definition 'aGraphicOpacity'.
firefox-62.0/layout/svg/nsSVGPatternFrame.cpp:727:48: note: Function 'GetPaintServerPattern' argument 5 names different: declaration 'aOpacity' definition 'aGraphicOpacity'.
firefox-62.0/layout/svg/nsSVGSwitchFrame.cpp:96:46: style: Function 'PaintSVG' argument 3 names different: declaration 'aPackage' definition 'aImgParams'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/nsSVGSwitchFrame.cpp:48:43: note: Function 'PaintSVG' argument 3 names different: declaration 'aPackage' definition 'aImgParams'.
firefox-62.0/layout/svg/nsSVGSwitchFrame.cpp:96:46: note: Function 'PaintSVG' argument 3 names different: declaration 'aPackage' definition 'aImgParams'.
firefox-62.0/layout/svg/nsSVGUtils.cpp:146:59: style: Function 'GetPostFilterVisualOverflowRect' argument 2 names different: declaration 'aUnfilteredRect' definition 'aPreFilterRect'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/nsSVGUtils.h:206:63: note: Function 'GetPostFilterVisualOverflowRect' argument 2 names different: declaration 'aUnfilteredRect' definition 'aPreFilterRect'.
firefox-62.0/layout/svg/nsSVGUtils.cpp:146:59: note: Function 'GetPostFilterVisualOverflowRect' argument 2 names different: declaration 'aUnfilteredRect' definition 'aPreFilterRect'.
firefox-62.0/layout/svg/nsSVGUtils.cpp:329:33: style: Function 'UserSpace' argument 1 names different: declaration 'aFrame' definition 'aNonSVGContext'. [funcArgNamesDifferent]
firefox-62.0/layout/svg/nsSVGUtils.h:269:36: note: Function 'UserSpace' argument 1 names different: declaration 'aFrame' definition 'aNonSVGContext'.
firefox-62.0/layout/svg/nsSVGUtils.cpp:329:33: note: Function 'UserSpace' argument 1 names different: declaration 'aFrame' definition 'aNonSVGContext'.
firefox-62.0/layout/tables/celldata.h:314:43: style: Function 'SetZeroRowSpan' argument 1 names different: declaration 'aIsZero' definition 'aIsZeroSpan'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/celldata.h:63:28: note: Function 'SetZeroRowSpan' argument 1 names different: declaration 'aIsZero' definition 'aIsZeroSpan'.
firefox-62.0/layout/tables/celldata.h:314:43: note: Function 'SetZeroRowSpan' argument 1 names different: declaration 'aIsZero' definition 'aIsZeroSpan'.
firefox-62.0/layout/tables/celldata.h:432:60: style: Function 'GetCorner' argument 1 names different: declaration 'aCornerOwner' definition 'aOwnerSide'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/celldata.h:190:47: note: Function 'GetCorner' argument 1 names different: declaration 'aCornerOwner' definition 'aOwnerSide'.
firefox-62.0/layout/tables/celldata.h:432:60: note: Function 'GetCorner' argument 1 names different: declaration 'aCornerOwner' definition 'aOwnerSide'.
firefox-62.0/layout/tables/celldata.h:441:52: style: Function 'SetCorner' argument 2 names different: declaration 'aOwner' definition 'aOwnerSide'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/celldata.h:194:39: note: Function 'SetCorner' argument 2 names different: declaration 'aOwner' definition 'aOwnerSide'.
firefox-62.0/layout/tables/celldata.h:441:52: note: Function 'SetCorner' argument 2 names different: declaration 'aOwner' definition 'aOwnerSide'.
firefox-62.0/layout/tables/nsTableRowFrame.h:391:54: style: Function 'SetContentBSize' argument 1 names different: declaration 'aTwipValue' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableRowFrame.h:188:35: note: Function 'SetContentBSize' argument 1 names different: declaration 'aTwipValue' definition 'aValue'.
firefox-62.0/layout/tables/nsTableRowFrame.h:391:54: note: Function 'SetContentBSize' argument 1 names different: declaration 'aTwipValue' definition 'aValue'.
firefox-62.0/layout/tables/nsTableFrame.h:77:3: warning: Member variable 'nsAutoPushCurrentTableItem::mOldCurrentItem' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableColGroupFrame.h:223:30: warning: Member variable 'nsTableColGroupFrame::mBStartContBorderWidth' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableColGroupFrame.h:223:30: warning: Member variable 'nsTableColGroupFrame::mBEndContBorderWidth' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableCellFrame.h:321:1: style: The class 'nsBCTableCellFrame' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/layout/tables/BasicTableLayoutStrategy.h:44:10: style: Technically the member function 'BasicTableLayoutStrategy::DistributePctISizeToColumns' can be const. [functionConst]
firefox-62.0/layout/tables/BasicTableLayoutStrategy.cpp:553:27: note: Technically the member function 'BasicTableLayoutStrategy::DistributePctISizeToColumns' can be const.
firefox-62.0/layout/tables/BasicTableLayoutStrategy.h:44:10: note: Technically the member function 'BasicTableLayoutStrategy::DistributePctISizeToColumns' can be const.
firefox-62.0/layout/tables/SpanningCellSorter.h:58:13: performance: Technically the member function 'SpanningCellSorter::SpanToIndex' can be static. [functionStatic]
firefox-62.0/layout/tables/SpanningCellSorter.h:59:13: performance: Technically the member function 'SpanningCellSorter::IndexToSpan' can be static. [functionStatic]
firefox-62.0/layout/tables/BasicTableLayoutStrategy.h:30:18: warning: Virtual function 'MarkIntrinsicISizesDirty' is called from constructor 'BasicTableLayoutStrategy(nsTableFrame*aTableFrame)' at line 35. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/tables/BasicTableLayoutStrategy.cpp:35:5: note: Calling MarkIntrinsicISizesDirty
firefox-62.0/layout/tables/BasicTableLayoutStrategy.h:30:18: note: MarkIntrinsicISizesDirty is a virtual method
firefox-62.0/layout/tables/nsTableFrame.h:211:54: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/nsTableFrame.h:268:52: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/nsTableFrame.h:273:60: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/nsTableFrame.h:279:60: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/nsTableFrame.h:637:47: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/nsTableFrame.h:647:54: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/BasicTableLayoutStrategy.cpp:241:60: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/BasicTableLayoutStrategy.cpp:248:47: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/FixedTableLayoutStrategy.h:30:16: warning: Virtual function 'MarkIntrinsicISizesDirty' is called from constructor 'FixedTableLayoutStrategy(nsTableFrame*aTableFrame)' at line 22. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/tables/FixedTableLayoutStrategy.cpp:22:3: note: Calling MarkIntrinsicISizesDirty
firefox-62.0/layout/tables/FixedTableLayoutStrategy.h:30:16: note: MarkIntrinsicISizesDirty is a virtual method
firefox-62.0/layout/tables/SpanningCellSorter.cpp:60:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/SpanningCellSorter.cpp:18:21: warning: Member variable 'SpanningCellSorter::mEnumerationIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/SpanningCellSorter.h:73:26: style: Unused private function: 'SpanningCellSorter::HashTableHashKey' [unusedPrivateFunction]
firefox-62.0/layout/tables/SpanningCellSorter.h:75:9: style: Unused private function: 'SpanningCellSorter::HashTableMatchEntry' [unusedPrivateFunction]
firefox-62.0/layout/tables/nsCellMap.cpp:921:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:930:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:944:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:993:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:998:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:1010:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:1013:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:1040:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:1104:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:1109:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:1119:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:1122:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:2596:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:2605:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsCellMap.cpp:1937:13: style: The scope of the variable 'data' can be reduced. [variableScope]
firefox-62.0/layout/tables/nsCellMap.cpp:157:64: style: Function 'InsertGroupCellMap' argument 1 names different: declaration 'aNewRowGroup' definition 'aNewGroup'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:60:50: note: Function 'InsertGroupCellMap' argument 1 names different: declaration 'aNewRowGroup' definition 'aNewGroup'.
firefox-62.0/layout/tables/nsCellMap.cpp:157:64: note: Function 'InsertGroupCellMap' argument 1 names different: declaration 'aNewRowGroup' definition 'aNewGroup'.
firefox-62.0/layout/tables/nsCellMap.cpp:158:64: style: Function 'InsertGroupCellMap' argument 2 names different: declaration 'aPrevRowGroup' definition 'aPrevGroup'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:61:50: note: Function 'InsertGroupCellMap' argument 2 names different: declaration 'aPrevRowGroup' definition 'aPrevGroup'.
firefox-62.0/layout/tables/nsCellMap.cpp:158:64: note: Function 'InsertGroupCellMap' argument 2 names different: declaration 'aPrevRowGroup' definition 'aPrevGroup'.
firefox-62.0/layout/tables/nsCellMap.cpp:186:63: style: Function 'RemoveGroupCellMap' argument 1 names different: declaration 'aRowGroup' definition 'aGroup'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:58:49: note: Function 'RemoveGroupCellMap' argument 1 names different: declaration 'aRowGroup' definition 'aGroup'.
firefox-62.0/layout/tables/nsCellMap.cpp:186:63: note: Function 'RemoveGroupCellMap' argument 1 names different: declaration 'aRowGroup' definition 'aGroup'.
firefox-62.0/layout/tables/nsCellMap.cpp:775:40: style: Function 'GetCellInfoAt' argument 1 names different: declaration 'aRowX' definition 'aRowIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:136:44: note: Function 'GetCellInfoAt' argument 1 names different: declaration 'aRowX' definition 'aRowIndex'.
firefox-62.0/layout/tables/nsCellMap.cpp:775:40: note: Function 'GetCellInfoAt' argument 1 names different: declaration 'aRowX' definition 'aRowIndex'.
firefox-62.0/layout/tables/nsCellMap.cpp:776:40: style: Function 'GetCellInfoAt' argument 2 names different: declaration 'aColX' definition 'aColIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:137:44: note: Function 'GetCellInfoAt' argument 2 names different: declaration 'aColX' definition 'aColIndex'.
firefox-62.0/layout/tables/nsCellMap.cpp:776:40: note: Function 'GetCellInfoAt' argument 2 names different: declaration 'aColX' definition 'aColIndex'.
firefox-62.0/layout/tables/nsCellMap.cpp:1141:44: style: Function 'nsCellMap' argument 1 names different: declaration 'aRowGroupFrame' definition 'aRowGroup'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:270:35: note: Function 'nsCellMap' argument 1 names different: declaration 'aRowGroupFrame' definition 'aRowGroup'.
firefox-62.0/layout/tables/nsCellMap.cpp:1141:44: note: Function 'nsCellMap' argument 1 names different: declaration 'aRowGroupFrame' definition 'aRowGroup'.
firefox-62.0/layout/tables/nsCellMap.cpp:1181:35: style: Function 'GetCellFrame' argument 1 names different: declaration 'aRowIndex' definition 'aRowIndexIn'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:285:44: note: Function 'GetCellFrame' argument 1 names different: declaration 'aRowIndex' definition 'aRowIndexIn'.
firefox-62.0/layout/tables/nsCellMap.cpp:1181:35: note: Function 'GetCellFrame' argument 1 names different: declaration 'aRowIndex' definition 'aRowIndexIn'.
firefox-62.0/layout/tables/nsCellMap.cpp:1182:35: style: Function 'GetCellFrame' argument 2 names different: declaration 'aColIndex' definition 'aColIndexIn'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:286:44: note: Function 'GetCellFrame' argument 2 names different: declaration 'aColIndex' definition 'aColIndexIn'.
firefox-62.0/layout/tables/nsCellMap.cpp:1182:35: note: Function 'GetCellFrame' argument 2 names different: declaration 'aColIndex' definition 'aColIndexIn'.
firefox-62.0/layout/tables/nsCellMap.cpp:1184:35: style: Function 'GetCellFrame' argument 4 names different: declaration 'aUseRowSpanIfOverlap' definition 'aUseRowIfOverlap'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:288:44: note: Function 'GetCellFrame' argument 4 names different: declaration 'aUseRowSpanIfOverlap' definition 'aUseRowIfOverlap'.
firefox-62.0/layout/tables/nsCellMap.cpp:1184:35: note: Function 'GetCellFrame' argument 4 names different: declaration 'aUseRowSpanIfOverlap' definition 'aUseRowIfOverlap'.
firefox-62.0/layout/tables/nsCellMap.cpp:1570:58: style: Function 'CellsSpanOut' argument 1 names different: declaration 'aNewRows' definition 'aRows'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:496:49: note: Function 'CellsSpanOut' argument 1 names different: declaration 'aNewRows' definition 'aRows'.
firefox-62.0/layout/tables/nsCellMap.cpp:1570:58: note: Function 'CellsSpanOut' argument 1 names different: declaration 'aNewRows' definition 'aRows'.
firefox-62.0/layout/tables/nsCellMap.cpp:2463:43: style: Function 'SetDataAt' argument 2 names different: declaration 'aCellData' definition 'aNewCell'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsCellMap.h:439:34: note: Function 'SetDataAt' argument 2 names different: declaration 'aCellData' definition 'aNewCell'.
firefox-62.0/layout/tables/nsCellMap.cpp:2463:43: note: Function 'SetDataAt' argument 2 names different: declaration 'aCellData' definition 'aNewCell'.
firefox-62.0/layout/tables/nsCellMap.cpp:80:5: style: Class 'nsTableCellMap' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/layout/tables/nsCellMap.cpp:80:5: style: Class 'nsTableCellMap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/layout/tables/nsTableCellFrame.cpp:108:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableCellFrame.cpp:674:55: style: Function 'CellHasVisibleContent' argument 1 names different: declaration 'aBSize' definition 'height'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableCellFrame.h:138:44: note: Function 'CellHasVisibleContent' argument 1 names different: declaration 'aBSize' definition 'height'.
firefox-62.0/layout/tables/nsTableCellFrame.cpp:674:55: note: Function 'CellHasVisibleContent' argument 1 names different: declaration 'aBSize' definition 'height'.
firefox-62.0/layout/tables/nsTableCellFrame.cpp:1142:67: style: Function 'SetBorderWidth' argument 2 names different: declaration 'aPixelValue' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableCellFrame.h:340:54: note: Function 'SetBorderWidth' argument 2 names different: declaration 'aPixelValue' definition 'aValue'.
firefox-62.0/layout/tables/nsTableCellFrame.cpp:1142:67: note: Function 'SetBorderWidth' argument 2 names different: declaration 'aPixelValue' definition 'aValue'.
firefox-62.0/layout/tables/nsTableCellFrame.cpp:82:3: performance: Variable 'mPriorAvailISize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/tables/nsTableColGroupFrame.cpp:36:41: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableColGroupFrame.cpp:54:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableColGroupFrame.cpp:79:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableColGroupFrame.cpp:88:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableColGroupFrame.cpp:234:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableColGroupFrame.cpp:288:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableColGroupFrame.cpp:400:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableColGroupFrame.cpp:285:8: style: The scope of the variable 'contentRemoval' can be reduced. [variableScope]
firefox-62.0/layout/tables/nsTableFrame.cpp:4827:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/layout/tables/nsTableFrame.cpp:4824:11: note: outer condition: aFindFirstDamagedRow
firefox-62.0/layout/tables/nsTableFrame.cpp:4827:15: note: identical inner condition: aFindFirstDamagedRow
firefox-62.0/layout/tables/nsTableFrame.cpp:595:50: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableFrame.cpp:743:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableFrame.cpp:2461:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableFrame.cpp:2719:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableFrame.cpp:2757:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableFrame.cpp:6981:9: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableFrame.cpp:6992:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableFrame.cpp:7851:8: style: The scope of the variable 'bevel' can be reduced. [variableScope]
firefox-62.0/layout/tables/nsTableFrame.cpp:433:59: style: Function 'GetEffectiveRowSpan' argument 1 names different: declaration 'aStartRowIndex' definition 'aRowIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.h:467:56: note: Function 'GetEffectiveRowSpan' argument 1 names different: declaration 'aStartRowIndex' definition 'aRowIndex'.
firefox-62.0/layout/tables/nsTableFrame.cpp:433:59: note: Function 'GetEffectiveRowSpan' argument 1 names different: declaration 'aStartRowIndex' definition 'aRowIndex'.
firefox-62.0/layout/tables/nsTableFrame.cpp:544:57: style: Function 'InsertColGroups' argument 2 names different: declaration 'aColgroups' definition 'aColGroups'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.h:553:50: note: Function 'InsertColGroups' argument 2 names different: declaration 'aColgroups' definition 'aColGroups'.
firefox-62.0/layout/tables/nsTableFrame.cpp:544:57: note: Function 'InsertColGroups' argument 2 names different: declaration 'aColgroups' definition 'aColGroups'.
firefox-62.0/layout/tables/nsTableFrame.cpp:904:54: style: Function 'InsertRows' argument 2 names different: declaration 'aFrames' definition 'aRowFrames'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.h:539:50: note: Function 'InsertRows' argument 2 names different: declaration 'aFrames' definition 'aRowFrames'.
firefox-62.0/layout/tables/nsTableFrame.cpp:904:54: note: Function 'InsertRows' argument 2 names different: declaration 'aFrames' definition 'aRowFrames'.
firefox-62.0/layout/tables/nsTableFrame.cpp:1705:42: style: Function 'ProcessRowInserted' argument 1 names different: declaration 'aNewHeight' definition 'aNewBSize'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.h:674:35: note: Function 'ProcessRowInserted' argument 1 names different: declaration 'aNewHeight' definition 'aNewBSize'.
firefox-62.0/layout/tables/nsTableFrame.cpp:1705:42: note: Function 'ProcessRowInserted' argument 1 names different: declaration 'aNewHeight' definition 'aNewBSize'.
firefox-62.0/layout/tables/nsTableFrame.cpp:1830:45: style: Function 'TableShrinkISizeToFit' argument 2 names different: declaration 'aWidthInCB' definition 'aISizeInCB'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.h:338:41: note: Function 'TableShrinkISizeToFit' argument 2 names different: declaration 'aWidthInCB' definition 'aISizeInCB'.
firefox-62.0/layout/tables/nsTableFrame.cpp:1830:45: note: Function 'TableShrinkISizeToFit' argument 2 names different: declaration 'aWidthInCB' definition 'aISizeInCB'.
firefox-62.0/layout/tables/nsTableFrame.cpp:4111:53: style: Function 'GetTableFramePassingThrough' argument 2 names different: declaration 'aSourceFrame' definition 'aFrame'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.h:221:62: note: Function 'GetTableFramePassingThrough' argument 2 names different: declaration 'aSourceFrame' definition 'aFrame'.
firefox-62.0/layout/tables/nsTableFrame.cpp:4111:53: note: Function 'GetTableFramePassingThrough' argument 2 names different: declaration 'aSourceFrame' definition 'aFrame'.
firefox-62.0/layout/tables/nsTableFrame.cpp:4771:47: style: Function 'SetNewRow' argument 1 names different: declaration 'row' definition 'aRow'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.cpp:4634:35: note: Function 'SetNewRow' argument 1 names different: declaration 'row' definition 'aRow'.
firefox-62.0/layout/tables/nsTableFrame.cpp:4771:47: note: Function 'SetNewRow' argument 1 names different: declaration 'row' definition 'aRow'.
firefox-62.0/layout/tables/nsTableFrame.cpp:4850:41: style: Function 'First' argument 1 names different: declaration 'aMapCellInfo' definition 'aMapInfo'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.cpp:4610:29: note: Function 'First' argument 1 names different: declaration 'aMapCellInfo' definition 'aMapInfo'.
firefox-62.0/layout/tables/nsTableFrame.cpp:4850:41: note: Function 'First' argument 1 names different: declaration 'aMapCellInfo' definition 'aMapInfo'.
firefox-62.0/layout/tables/nsTableFrame.cpp:4875:40: style: Function 'Next' argument 1 names different: declaration 'aMapCellInfo' definition 'aMapInfo'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.cpp:4612:28: note: Function 'Next' argument 1 names different: declaration 'aMapCellInfo' definition 'aMapInfo'.
firefox-62.0/layout/tables/nsTableFrame.cpp:4875:40: note: Function 'Next' argument 1 names different: declaration 'aMapCellInfo' definition 'aMapInfo'.
firefox-62.0/layout/tables/nsTableFrame.cpp:5307:33: style: Function 'Set' argument 2 names different: declaration 'border' definition 'aBorder'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.cpp:5283:26: note: Function 'Set' argument 2 names different: declaration 'border' definition 'aBorder'.
firefox-62.0/layout/tables/nsTableFrame.cpp:5307:33: note: Function 'Set' argument 2 names different: declaration 'border' definition 'aBorder'.
firefox-62.0/layout/tables/nsTableFrame.cpp:5331:36: style: Function 'Update' argument 2 names different: declaration 'border' definition 'aBorder'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.cpp:5286:29: note: Function 'Update' argument 2 names different: declaration 'border' definition 'aBorder'.
firefox-62.0/layout/tables/nsTableFrame.cpp:5331:36: note: Function 'Update' argument 2 names different: declaration 'border' definition 'aBorder'.
firefox-62.0/layout/tables/nsTableFrame.cpp:6821:52: style: Function 'SetDamageArea' argument 1 names different: declaration 'aDamageRect' definition 'aDirtyRect'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.cpp:6685:36: note: Function 'SetDamageArea' argument 1 names different: declaration 'aDamageRect' definition 'aDirtyRect'.
firefox-62.0/layout/tables/nsTableFrame.cpp:6821:52: note: Function 'SetDamageArea' argument 1 names different: declaration 'aDamageRect' definition 'aDirtyRect'.
firefox-62.0/layout/tables/nsTableFrame.cpp:6957:43: style: Function 'SetNewData' argument 1 names different: declaration 'aRowIndex' definition 'aY'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.cpp:6790:29: note: Function 'SetNewData' argument 1 names different: declaration 'aRowIndex' definition 'aY'.
firefox-62.0/layout/tables/nsTableFrame.cpp:6957:43: note: Function 'SetNewData' argument 1 names different: declaration 'aRowIndex' definition 'aY'.
firefox-62.0/layout/tables/nsTableFrame.cpp:6958:43: style: Function 'SetNewData' argument 2 names different: declaration 'aColIndex' definition 'aX'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.cpp:6790:48: note: Function 'SetNewData' argument 2 names different: declaration 'aColIndex' definition 'aX'.
firefox-62.0/layout/tables/nsTableFrame.cpp:6958:43: note: Function 'SetNewData' argument 2 names different: declaration 'aColIndex' definition 'aX'.
firefox-62.0/layout/tables/nsTableFrame.cpp:7466:55: style: Function 'CreateWebRenderCommands' argument 5 names different: declaration 'aPt' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableFrame.cpp:6521:47: note: Function 'CreateWebRenderCommands' argument 5 names different: declaration 'aPt' definition 'aOffset'.
firefox-62.0/layout/tables/nsTableFrame.cpp:7466:55: note: Function 'CreateWebRenderCommands' argument 5 names different: declaration 'aPt' definition 'aOffset'.
firefox-62.0/layout/tables/nsTableFrame.cpp:4566:16: warning: Member variable 'BCMapCellInfo::mCurrentRowFrame' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:4566:16: warning: Member variable 'BCMapCellInfo::mCurrentColGroupFrame' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:4566:16: warning: Member variable 'BCMapCellInfo::mCurrentColFrame' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:4654:20: warning: Member variable 'BCMapCellIterator::mRowGroupStart' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:4654:20: warning: Member variable 'BCMapCellIterator::mRowGroupEnd' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:4654:20: warning: Member variable 'BCMapCellIterator::mCellMap' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:4654:20: warning: Member variable 'BCMapCellIterator::mRowGroup' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:4654:20: warning: Member variable 'BCMapCellIterator::mPrevRow' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:4654:20: warning: Member variable 'BCMapCellIterator::mIsNewRow' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:5279:3: warning: Member variable 'BCCornerInfo::unused' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:7548:17: warning: Member variable 'BCInlineDirSeg::mIsIEndBevel' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:7548:17: warning: Member variable 'BCInlineDirSeg::mOwner' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mCellMap' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mPrevRg' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mRg' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mIsRepeatedHeader' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mIsRepeatedFooter' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mStartRg' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mRgIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mFifRgFirstRowIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mRgFirstRowIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mRgLastRowIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mColIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mRowIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mIsNewRow' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mAtEnd' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mPrevRow' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mRow' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mStartRow' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mPrevCell' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mCell' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mPrevCellData' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mCellData' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mBCData' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:6796:24: warning: Member variable 'BCPaintBorderIterator::mPrevInlineSegBSize' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tables/nsTableFrame.cpp:5279:20: performance: Variable 'ownerColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/tables/nsTableFrame.cpp:7223:3: performance: Variable 'mOffsetI' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/tables/nsTableFrame.cpp:7223:14: performance: Variable 'mOffsetB' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/tables/nsTableFrame.cpp:7223:25: performance: Variable 'mLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/tables/nsTableFrame.cpp:7223:44: performance: Variable 'mBStartBevelOffset' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/tables/nsTableFrame.cpp:7224:3: performance: Variable 'mBStartBevelSide' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/tables/nsTableFrame.cpp:7550:45: performance: Variable 'mIStartBevelOffset' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/tables/nsTableFrame.cpp:7551:3: performance: Variable 'mIStartBevelSide' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/tables/nsTableFrame.cpp:4622:8: style: Technically the member function 'BCMapCellIterator::IsNewRow' can be const. [functionConst]
firefox-62.0/layout/tables/nsTableFrame.cpp:6692:8: style: Technically the member function 'BCPaintBorderIterator::BlockDirSegmentOwnsCorner' can be const. [functionConst]
firefox-62.0/layout/tables/nsTableFrame.cpp:7848:24: note: Technically the member function 'BCPaintBorderIterator::BlockDirSegmentOwnsCorner' can be const.
firefox-62.0/layout/tables/nsTableFrame.cpp:6692:8: note: Technically the member function 'BCPaintBorderIterator::BlockDirSegmentOwnsCorner' can be const.
firefox-62.0/layout/tables/nsTableFrame.cpp:6742:25: style: Technically the member function 'BCPaintBorderIterator::IsTableIEndMost' can be const. [functionConst]
firefox-62.0/layout/tables/nsTableFrame.cpp:6744:25: style: Technically the member function 'BCPaintBorderIterator::IsTableIStartMost' can be const. [functionConst]
firefox-62.0/layout/tables/nsTableFrame.cpp:6757:8: style: Technically the member function 'BCPaintBorderIterator::IsAfterRepeatedHeader' can be const. [functionConst]
firefox-62.0/layout/tables/nsTableFrame.cpp:5417:3: style: Struct 'BCCorners' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/layout/tables/nsTableFrame.cpp:5417:3: style: Struct 'BCCorners' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/layout/tables/nsTableFrame.cpp:5443:3: style: Struct 'BCCellBorders' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/layout/tables/nsTableFrame.cpp:5443:3: style: Struct 'BCCellBorders' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/layout/tables/nsTableFrame.cpp:2959:49: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/nsTableFrame.cpp:5065:31: performance: Function parameter 'aTableWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/nsTableFrame.cpp:5202:33: performance: Function parameter 'aTableWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/nsTableRowFrame.cpp:80:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableRowFrame.cpp:169:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableRowFrame.cpp:252:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableRowFrame.cpp:278:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableRowFrame.cpp:920:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableRowFrame.cpp:468:42: style: Function 'GetInitialBSize' argument 1 names different: declaration 'aBasis' definition 'aPctBasis'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableRowFrame.h:205:35: note: Function 'GetInitialBSize' argument 1 names different: declaration 'aBasis' definition 'aPctBasis'.
firefox-62.0/layout/tables/nsTableRowFrame.cpp:468:42: note: Function 'GetInitialBSize' argument 1 names different: declaration 'aBasis' definition 'aPctBasis'.
firefox-62.0/layout/tables/nsTableRowFrame.cpp:481:37: style: Function 'ResetBSize' argument 1 names different: declaration 'aRowStyleBSize' definition 'aFixedBSize'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableRowFrame.h:117:27: note: Function 'ResetBSize' argument 1 names different: declaration 'aRowStyleBSize' definition 'aFixedBSize'.
firefox-62.0/layout/tables/nsTableRowFrame.cpp:481:37: note: Function 'ResetBSize' argument 1 names different: declaration 'aRowStyleBSize' definition 'aFixedBSize'.
firefox-62.0/layout/tables/nsTableRowFrame.cpp:314:51: performance: Function parameter 'aWM' should be passed by const reference. [passedByValue]
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:116:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:118:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:1065:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:1534:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:1130:10: style: The scope of the variable 'rowIsOnPage' can be reduced. [variableScope]
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:966:67: style: Function 'SplitSpanningCells' argument 3 names different: declaration 'aTableFrame' definition 'aTable'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableRowGroupFrame.h:384:52: note: Function 'SplitSpanningCells' argument 3 names different: declaration 'aTableFrame' definition 'aTable'.
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:966:67: note: Function 'SplitSpanningCells' argument 3 names different: declaration 'aTableFrame' definition 'aTable'.
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:970:67: style: Function 'SplitSpanningCells' argument 7 names different: declaration 'aSpanningRowBottom' definition 'aSpanningRowBEnd'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableRowGroupFrame.h:388:52: note: Function 'SplitSpanningCells' argument 7 names different: declaration 'aSpanningRowBottom' definition 'aSpanningRowBEnd'.
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:970:67: note: Function 'SplitSpanningCells' argument 7 names different: declaration 'aSpanningRowBottom' definition 'aSpanningRowBEnd'.
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:971:67: style: Function 'SplitSpanningCells' argument 8 names different: declaration 'aContRowFrame' definition 'aContRow'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableRowGroupFrame.h:389:52: note: Function 'SplitSpanningCells' argument 8 names different: declaration 'aContRowFrame' definition 'aContRow'.
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:971:67: note: Function 'SplitSpanningCells' argument 8 names different: declaration 'aContRowFrame' definition 'aContRow'.
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:973:67: style: Function 'SplitSpanningCells' argument 10 names different: declaration 'aDesiredHeight' definition 'aDesiredBSize'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableRowGroupFrame.h:391:52: note: Function 'SplitSpanningCells' argument 10 names different: declaration 'aDesiredHeight' definition 'aDesiredBSize'.
firefox-62.0/layout/tables/nsTableRowGroupFrame.cpp:973:67: note: Function 'SplitSpanningCells' argument 10 names different: declaration 'aDesiredHeight' definition 'aDesiredBSize'.
firefox-62.0/layout/tables/nsTableWrapperFrame.cpp:240:62: style: Function 'InitChildReflowInput' argument 2 names different: declaration 'aOuterRS' definition 'aOuterRI'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableWrapperFrame.h:201:48: note: Function 'InitChildReflowInput' argument 2 names different: declaration 'aOuterRS' definition 'aOuterRI'.
firefox-62.0/layout/tables/nsTableWrapperFrame.cpp:240:62: note: Function 'InitChildReflowInput' argument 2 names different: declaration 'aOuterRS' definition 'aOuterRI'.
firefox-62.0/layout/tables/nsTableWrapperFrame.cpp:862:48: style: Function 'Reflow' argument 3 names different: declaration 'aReflowInput' definition 'aOuterRI'. [funcArgNamesDifferent]
firefox-62.0/layout/tables/nsTableWrapperFrame.h:104:42: note: Function 'Reflow' argument 3 names different: declaration 'aReflowInput' definition 'aOuterRI'.
firefox-62.0/layout/tables/nsTableWrapperFrame.cpp:862:48: note: Function 'Reflow' argument 3 names different: declaration 'aReflowInput' definition 'aOuterRI'.
firefox-62.0/layout/tools/layout-debug/src/nsLayoutDebuggingTools.cpp:520:52: style: Function 'SetBoolPrefAndRefresh' argument 2 names different: declaration 'aNewValue' definition 'aNewVal'. [funcArgNamesDifferent]
firefox-62.0/layout/tools/layout-debug/src/nsLayoutDebuggingTools.h:28:65: note: Function 'SetBoolPrefAndRefresh' argument 2 names different: declaration 'aNewValue' definition 'aNewVal'.
firefox-62.0/layout/tools/layout-debug/src/nsLayoutDebuggingTools.cpp:520:52: note: Function 'SetBoolPrefAndRefresh' argument 2 names different: declaration 'aNewValue' definition 'aNewVal'.
firefox-62.0/layout/tools/layout-debug/src/nsLayoutDebuggingTools.cpp:76:25: warning: Member variable 'nsLayoutDebuggingTools::mEditorMode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tools/layout-debug/src/nsLayoutDebuggingTools.cpp:76:25: warning: Member variable 'nsLayoutDebuggingTools::mVisualDebugging' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/tools/layout-debug/src/nsLayoutDebuggingTools.cpp:76:25: warning: Member variable 'nsLayoutDebuggingTools::mVisualEventDebugging' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/nsBoxLayoutState.h:64:22: style: Technically the member function 'nsBoxLayoutState::OuterReflowInput' can be const. [functionConst]
firefox-62.0/layout/xul/nsBoxLayoutState.h:66:12: style: Technically the member function 'nsBoxLayoutState::GetReflowDepth' can be const. [functionConst]
firefox-62.0/layout/xul/nsMenuPopupFrame.h:607:5: warning: Member variable 'ReflowCallbackData::mIsOpenChanged' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/nsXULPopupManager.h:183:15: style: Technically the member function 'nsMenuChainItem::PopupType' can be const. [functionConst]
firefox-62.0/layout/xul/nsXULPopupManager.h:184:8: style: Technically the member function 'nsMenuChainItem::IsNoAutoHide' can be const. [functionConst]
firefox-62.0/layout/xul/nsXULPopupManager.h:186:8: style: Technically the member function 'nsMenuChainItem::IsMenu' can be const. [functionConst]
firefox-62.0/layout/xul/nsXULPopupManager.h:187:8: style: Technically the member function 'nsMenuChainItem::IsContextMenu' can be const. [functionConst]
firefox-62.0/layout/xul/nsXULPopupManager.h:188:16: style: Technically the member function 'nsMenuChainItem::IgnoreKeys' can be const. [functionConst]
firefox-62.0/layout/xul/nsXULPopupManager.h:190:8: style: Technically the member function 'nsMenuChainItem::IsOnMenuBar' can be const. [functionConst]
firefox-62.0/layout/xul/nsXULPopupManager.h:194:8: style: Technically the member function 'nsMenuChainItem::FollowsAnchor' can be const. [functionConst]
firefox-62.0/layout/xul/nsMenuPopupFrame.h:577:10: warning: The class 'nsMenuPopupFrame' defines member variable with name 'mPrefSize' also defined in its parent class 'nsBoxFrame'. [duplInheritedMember]
firefox-62.0/layout/xul/nsBoxFrame.h:184:12: note: Parent variable 'nsBoxFrame::mPrefSize'
firefox-62.0/layout/xul/nsMenuPopupFrame.h:577:10: note: Derived variable 'nsMenuPopupFrame::mPrefSize'
firefox-62.0/layout/xul/grid/nsGrid.cpp:123:40: style: Function 'NeedsRebuild' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:33:39: note: Function 'NeedsRebuild' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:123:40: note: Function 'NeedsRebuild' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:291:36: style: Function 'CountRowsColumns' argument 1 names different: declaration 'aBox' definition 'aRowBox'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:91:35: note: Function 'CountRowsColumns' argument 1 names different: declaration 'aBox' definition 'aRowBox'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:291:36: note: Function 'CountRowsColumns' argument 1 names different: declaration 'aBox' definition 'aRowBox'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:308:43: style: Function 'BuildRows' argument 2 names different: declaration 'aSize' definition 'aRowCount'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:87:69: note: Function 'BuildRows' argument 2 names different: declaration 'aSize' definition 'aRowCount'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:308:43: note: Function 'BuildRows' argument 2 names different: declaration 'aSize' definition 'aRowCount'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:502:42: style: Function 'GetPrefRowSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:45:43: note: Function 'GetPrefRowSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:502:42: note: Function 'GetPrefRowSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:515:41: style: Function 'GetMinRowSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:46:42: note: Function 'GetMinRowSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:515:41: note: Function 'GetMinRowSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:528:41: style: Function 'GetMaxRowSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:47:42: note: Function 'GetMaxRowSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:528:41: note: Function 'GetMaxRowSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:790:44: style: Function 'GetPrefRowHeight' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:50:46: note: Function 'GetPrefRowHeight' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:790:44: note: Function 'GetPrefRowHeight' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:790:60: style: Function 'GetPrefRowHeight' argument 2 names different: declaration 'aRowIndex' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:50:71: note: Function 'GetPrefRowHeight' argument 2 names different: declaration 'aRowIndex' definition 'aIndex'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:790:60: note: Function 'GetPrefRowHeight' argument 2 names different: declaration 'aRowIndex' definition 'aIndex'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:867:43: style: Function 'GetMinRowHeight' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:51:45: note: Function 'GetMinRowHeight' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:867:43: note: Function 'GetMinRowHeight' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:867:59: style: Function 'GetMinRowHeight' argument 2 names different: declaration 'aRowIndex' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:51:70: note: Function 'GetMinRowHeight' argument 2 names different: declaration 'aRowIndex' definition 'aIndex'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:867:59: note: Function 'GetMinRowHeight' argument 2 names different: declaration 'aRowIndex' definition 'aIndex'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:942:43: style: Function 'GetMaxRowHeight' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:52:45: note: Function 'GetMaxRowHeight' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:942:43: note: Function 'GetMaxRowHeight' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:942:59: style: Function 'GetMaxRowHeight' argument 2 names different: declaration 'aRowIndex' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:52:70: note: Function 'GetMaxRowHeight' argument 2 names different: declaration 'aRowIndex' definition 'aIndex'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:942:59: note: Function 'GetMaxRowHeight' argument 2 names different: declaration 'aRowIndex' definition 'aIndex'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:1037:28: style: Function 'GetRowFlex' argument 1 names different: declaration 'aRowIndex' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:48:30: note: Function 'GetRowFlex' argument 1 names different: declaration 'aRowIndex' definition 'aIndex'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:1037:28: note: Function 'GetRowFlex' argument 1 names different: declaration 'aRowIndex' definition 'aIndex'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:1175:46: style: Function 'CellAddedOrRemoved' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:56:45: note: Function 'CellAddedOrRemoved' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:1175:46: note: Function 'CellAddedOrRemoved' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:1190:45: style: Function 'RowAddedOrRemoved' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGrid.h:55:44: note: Function 'RowAddedOrRemoved' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.cpp:1190:45: note: Function 'RowAddedOrRemoved' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGrid.h:83:12: performance: Technically the member function 'nsGrid::GetBoxTotalMargin' can be static. [functionStatic]
firefox-62.0/layout/xul/grid/nsGrid.cpp:552:9: note: Technically the member function 'nsGrid::GetBoxTotalMargin' can be static.
firefox-62.0/layout/xul/grid/nsGrid.h:83:12: note: Technically the member function 'nsGrid::GetBoxTotalMargin' can be static.
firefox-62.0/layout/xul/grid/nsGrid.h:91:8: performance: Technically the member function 'nsGrid::CountRowsColumns' can be static. [functionStatic]
firefox-62.0/layout/xul/grid/nsGrid.cpp:291:9: note: Technically the member function 'nsGrid::CountRowsColumns' can be static.
firefox-62.0/layout/xul/grid/nsGrid.h:91:8: note: Technically the member function 'nsGrid::CountRowsColumns' can be static.
firefox-62.0/layout/xul/grid/nsGrid.h:92:8: performance: Technically the member function 'nsGrid::SetLargestSize' can be static. [functionStatic]
firefox-62.0/layout/xul/grid/nsGrid.cpp:1131:9: note: Technically the member function 'nsGrid::SetLargestSize' can be static.
firefox-62.0/layout/xul/grid/nsGrid.h:92:8: note: Technically the member function 'nsGrid::SetLargestSize' can be static.
firefox-62.0/layout/xul/grid/nsGrid.h:93:8: performance: Technically the member function 'nsGrid::SetSmallestSize' can be static. [functionStatic]
firefox-62.0/layout/xul/grid/nsGrid.cpp:1143:9: note: Technically the member function 'nsGrid::SetSmallestSize' can be static.
firefox-62.0/layout/xul/grid/nsGrid.h:93:8: note: Technically the member function 'nsGrid::SetSmallestSize' can be static.
firefox-62.0/layout/xul/grid/nsGrid.h:94:8: performance: Technically the member function 'nsGrid::IsGrid' can be static. [functionStatic]
firefox-62.0/layout/xul/grid/nsGrid.cpp:1017:9: note: Technically the member function 'nsGrid::IsGrid' can be static.
firefox-62.0/layout/xul/grid/nsGrid.h:94:8: note: Technically the member function 'nsGrid::IsGrid' can be static.
firefox-62.0/layout/xul/grid/nsGridRow.h:34:9: style: Technically the member function 'nsGridRow::IsPrefSet' can be const. [functionConst]
firefox-62.0/layout/xul/grid/nsGridRow.h:35:9: style: Technically the member function 'nsGridRow::IsMinSet' can be const. [functionConst]
firefox-62.0/layout/xul/grid/nsGridRow.h:36:9: style: Technically the member function 'nsGridRow::IsMaxSet' can be const. [functionConst]
firefox-62.0/layout/xul/grid/nsGridRow.h:37:9: style: Technically the member function 'nsGridRow::IsFlexSet' can be const. [functionConst]
firefox-62.0/layout/xul/grid/nsGridRow.h:38:9: style: Technically the member function 'nsGridRow::IsOffsetSet' can be const. [functionConst]
firefox-62.0/layout/xul/grid/nsGridCell.cpp:31:46: style: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridCell.h:37:50: note: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridCell.cpp:31:46: note: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridCell.cpp:61:45: style: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridCell.h:38:49: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridCell.cpp:61:45: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridCell.cpp:91:45: style: Function 'GetXULMaxSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridCell.h:39:49: note: Function 'GetXULMaxSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridCell.cpp:91:45: note: Function 'GetXULMaxSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridLayout2.cpp:32:44: style: Function 'nsGridLayout2' argument 1 names different: declaration 'aShell' definition 'aPresShell'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridLayout2.h:66:40: note: Function 'nsGridLayout2' argument 1 names different: declaration 'aShell' definition 'aPresShell'.
firefox-62.0/layout/xul/grid/nsGridLayout2.cpp:32:44: note: Function 'nsGridLayout2' argument 1 names different: declaration 'aShell' definition 'aPresShell'.
firefox-62.0/layout/xul/grid/nsGridLayout2.cpp:97:64: style: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridLayout2.h:42:66: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridLayout2.cpp:97:64: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridLayout2.cpp:136:65: style: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridLayout2.h:44:67: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridLayout2.cpp:136:65: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridLayout2.cpp:175:64: style: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridLayout2.h:43:66: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridLayout2.cpp:175:64: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowGroupLayout.cpp:65:72: style: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridRowGroupLayout.h:31:67: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowGroupLayout.cpp:65:72: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowGroupLayout.cpp:99:71: style: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridRowGroupLayout.h:32:66: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowGroupLayout.cpp:99:71: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowGroupLayout.cpp:125:71: style: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridRowGroupLayout.h:30:66: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowGroupLayout.cpp:125:71: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.cpp:39:71: style: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.h:32:67: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.cpp:39:71: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.cpp:57:70: style: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.h:33:66: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.cpp:57:70: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.cpp:73:70: style: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.h:34:66: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.cpp:73:70: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.cpp:103:73: style: Function 'PopulateBoxSizes' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.h:44:67: note: Function 'PopulateBoxSizes' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/grid/nsGridRowLeafLayout.cpp:103:73: note: Function 'PopulateBoxSizes' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:54:38: style: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:78:44: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:54:38: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:119:39: style: Function 'SetXULBounds' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:33:47: note: Function 'SetXULBounds' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:119:39: note: Function 'SetXULBounds' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:168:31: style: Function 'GetXULBorder' argument 1 names different: declaration 'aBorderAndPadding' definition 'aMargin'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:36:43: note: Function 'GetXULBorder' argument 1 names different: declaration 'aBorderAndPadding' definition 'aMargin'.
firefox-62.0/layout/xul/nsBox.cpp:168:31: note: Function 'GetXULBorder' argument 1 names different: declaration 'aBorderAndPadding' definition 'aMargin'.
firefox-62.0/layout/xul/nsBox.cpp:192:32: style: Function 'GetXULPadding' argument 1 names different: declaration 'aBorderAndPadding' definition 'aPadding'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:37:44: note: Function 'GetXULPadding' argument 1 names different: declaration 'aBorderAndPadding' definition 'aPadding'.
firefox-62.0/layout/xul/nsBox.cpp:192:32: note: Function 'GetXULPadding' argument 1 names different: declaration 'aBorderAndPadding' definition 'aPadding'.
firefox-62.0/layout/xul/nsBox.cpp:234:34: style: Function 'CoordNeedsRecalc' argument 1 names different: declaration 'aCoord' definition 'aFlex'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:59:34: note: Function 'CoordNeedsRecalc' argument 1 names different: declaration 'aCoord' definition 'aFlex'.
firefox-62.0/layout/xul/nsBox.cpp:234:34: note: Function 'CoordNeedsRecalc' argument 1 names different: declaration 'aCoord' definition 'aFlex'.
firefox-62.0/layout/xul/nsBox.cpp:252:41: style: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:23:51: note: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:252:41: note: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:272:40: style: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:24:50: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:272:40: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:295:40: style: Function 'GetXULMaxSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:25:50: note: Function 'GetXULMaxSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:295:40: note: Function 'GetXULMaxSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:342:42: style: Function 'GetXULBoxAscent' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:27:53: note: Function 'GetXULBoxAscent' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:342:42: note: Function 'GetXULBoxAscent' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:384:37: style: Function 'SyncLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:54:41: note: Function 'SyncLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:384:37: note: Function 'SyncLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBox.cpp:755:28: style: Function 'BoundsCheck' argument 1 names different: declaration 'aMinSize' definition 'aMin'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:69:38: note: Function 'BoundsCheck' argument 1 names different: declaration 'aMinSize' definition 'aMin'.
firefox-62.0/layout/xul/nsBox.cpp:755:28: note: Function 'BoundsCheck' argument 1 names different: declaration 'aMinSize' definition 'aMin'.
firefox-62.0/layout/xul/nsBox.cpp:755:42: style: Function 'BoundsCheck' argument 2 names different: declaration 'aPrefSize' definition 'aPref'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:69:56: note: Function 'BoundsCheck' argument 2 names different: declaration 'aPrefSize' definition 'aPref'.
firefox-62.0/layout/xul/nsBox.cpp:755:42: note: Function 'BoundsCheck' argument 2 names different: declaration 'aPrefSize' definition 'aPref'.
firefox-62.0/layout/xul/nsBox.cpp:755:57: style: Function 'BoundsCheck' argument 3 names different: declaration 'aMaxSize' definition 'aMax'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBox.h:69:75: note: Function 'BoundsCheck' argument 3 names different: declaration 'aMaxSize' definition 'aMax'.
firefox-62.0/layout/xul/nsBox.cpp:755:57: note: Function 'BoundsCheck' argument 3 names different: declaration 'aMaxSize' definition 'aMax'.
firefox-62.0/layout/xul/nsBoxFrame.cpp:849:43: style: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBoxFrame.h:71:44: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBoxFrame.cpp:849:43: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsBoxFrame.h:59:16: warning: Virtual function 'SetXULLayoutManager' is called from constructor 'nsBoxFrame(ComputedStyle*aStyle)' at line 169. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/xul/nsBoxFrame.h:169:7: note: Calling nsBoxFrame
firefox-62.0/layout/xul/nsBoxFrame.cpp:123:3: note: Calling SetXULLayoutManager
firefox-62.0/layout/xul/nsBoxFrame.h:59:16: note: SetXULLayoutManager is a virtual method
firefox-62.0/layout/xul/nsBoxFrame.h:59:16: warning: Virtual function 'SetXULLayoutManager' is called from constructor 'nsBoxFrame(ComputedStyle*aStyle,ClassID aID,bool aIsRoot=false,nsBoxLayout*aLayoutManager=nullptr)' at line 123. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/xul/nsBoxFrame.cpp:123:3: note: Calling SetXULLayoutManager
firefox-62.0/layout/xul/nsBoxFrame.h:59:16: note: SetXULLayoutManager is a virtual method
firefox-62.0/layout/xul/nsBoxLayout.cpp:26:34: style: Function 'AddMargin' argument 1 names different: declaration 'aChild' definition 'aBox'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBoxLayout.h:54:36: note: Function 'AddMargin' argument 1 names different: declaration 'aChild' definition 'aBox'.
firefox-62.0/layout/xul/nsBoxLayout.cpp:26:34: note: Function 'AddMargin' argument 1 names different: declaration 'aChild' definition 'aBox'.
firefox-62.0/layout/xul/nsBoxLayout.cpp:76:58: style: Function 'AddLargestSize' argument 2 names different: declaration 'aToAdd' definition 'aSize2'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBoxLayout.h:59:59: note: Function 'AddLargestSize' argument 2 names different: declaration 'aToAdd' definition 'aSize2'.
firefox-62.0/layout/xul/nsBoxLayout.cpp:76:58: note: Function 'AddLargestSize' argument 2 names different: declaration 'aToAdd' definition 'aSize2'.
firefox-62.0/layout/xul/nsBoxLayout.cpp:86:59: style: Function 'AddSmallestSize' argument 2 names different: declaration 'aToAdd' definition 'aSize2'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsBoxLayout.h:60:60: note: Function 'AddSmallestSize' argument 2 names different: declaration 'aToAdd' definition 'aSize2'.
firefox-62.0/layout/xul/nsBoxLayout.cpp:86:59: note: Function 'AddSmallestSize' argument 2 names different: declaration 'aToAdd' definition 'aSize2'.
firefox-62.0/layout/xul/nsBoxLayoutState.h:27:1: warning: The class 'nsBoxLayoutState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/layout/xul/nsImageBoxFrame.cpp:199:41: style: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsImageBoxFrame.h:58:39: note: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'.
firefox-62.0/layout/xul/nsImageBoxFrame.cpp:199:41: note: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'.
firefox-62.0/layout/xul/nsImageBoxFrame.cpp:778:50: style: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsImageBoxFrame.h:48:50: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsImageBoxFrame.cpp:778:50: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsImageBoxFrame.cpp:790:52: style: Function 'GetXULBoxAscent' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsImageBoxFrame.h:49:53: note: Function 'GetXULBoxAscent' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsImageBoxFrame.cpp:790:52: note: Function 'GetXULBoxAscent' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsImageBoxFrame.cpp:911:21: warning: Member variable 'nsImageBoxListener::mFrame' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/nsImageBoxFrame.h:50:16: warning: Virtual function 'MarkIntrinsicISizesDirty' is called from constructor 'nsImageBoxFrame(ComputedStyle*aStyle)' at line 163. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/xul/nsImageBoxFrame.cpp:163:3: note: Calling MarkIntrinsicISizesDirty
firefox-62.0/layout/xul/nsImageBoxFrame.h:50:16: note: MarkIntrinsicISizesDirty is a virtual method
firefox-62.0/layout/xul/nsImageBoxFrame.cpp:822:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/layout/xul/nsLeafBoxFrame.cpp:50:40: style: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsLeafBoxFrame.h:64:39: note: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'.
firefox-62.0/layout/xul/nsLeafBoxFrame.cpp:50:40: note: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:338:71: style: Function 'ScrollByPage' argument 3 names different: declaration 'snapMode' definition 'aSnap'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsListBoxBodyFrame.h:64:66: note: Function 'ScrollByPage' argument 3 names different: declaration 'snapMode' definition 'aSnap'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:338:71: note: Function 'ScrollByPage' argument 3 names different: declaration 'snapMode' definition 'aSnap'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:353:72: style: Function 'ScrollByWhole' argument 3 names different: declaration 'snapMode' definition 'aSnap'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsListBoxBodyFrame.h:67:67: note: Function 'ScrollByWhole' argument 3 names different: declaration 'snapMode' definition 'aSnap'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:353:72: note: Function 'ScrollByWhole' argument 3 names different: declaration 'snapMode' definition 'aSnap'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:368:71: style: Function 'ScrollByLine' argument 3 names different: declaration 'snapMode' definition 'aSnap'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsListBoxBodyFrame.h:70:66: note: Function 'ScrollByLine' argument 3 names different: declaration 'snapMode' definition 'aSnap'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:368:71: note: Function 'ScrollByLine' argument 3 names different: declaration 'snapMode' definition 'aSnap'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:972:44: style: Function 'VerticalScroll' argument 1 names different: declaration 'aDelta' definition 'aPosition'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsListBoxBodyFrame.h:118:31: note: Function 'VerticalScroll' argument 1 names different: declaration 'aDelta' definition 'aPosition'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:972:44: note: Function 'VerticalScroll' argument 1 names different: declaration 'aDelta' definition 'aPosition'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:1338:51: style: Function 'OnContentInserted' argument 1 names different: declaration 'aContent' definition 'aChildContent'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsListBoxBodyFrame.h:135:38: note: Function 'OnContentInserted' argument 1 names different: declaration 'aContent' definition 'aChildContent'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:1338:51: note: Function 'OnContentInserted' argument 1 names different: declaration 'aContent' definition 'aChildContent'.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:80:8: style: Technically the member function 'nsListScrollSmoother::IsRunning' can be const. [functionConst]
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:99:23: note: Technically the member function 'nsListScrollSmoother::IsRunning' can be const.
firefox-62.0/layout/xul/nsListBoxBodyFrame.cpp:80:8: note: Technically the member function 'nsListScrollSmoother::IsRunning' can be const.
firefox-62.0/layout/xul/nsMenuFrame.cpp:237:39: style: Function 'GetChildList' argument 1 names different: declaration 'aList' definition 'aListID'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsMenuFrame.h:105:55: note: Function 'GetChildList' argument 1 names different: declaration 'aList' definition 'aListID'.
firefox-62.0/layout/xul/nsMenuFrame.cpp:237:39: note: Function 'GetChildList' argument 1 names different: declaration 'aList' definition 'aListID'.
firefox-62.0/layout/xul/nsMenuFrame.cpp:289:41: style: Function 'SetPopupFrame' argument 1 names different: declaration 'aChildList' definition 'aFrameList'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsMenuFrame.h:231:35: note: Function 'SetPopupFrame' argument 1 names different: declaration 'aChildList' definition 'aFrameList'.
firefox-62.0/layout/xul/nsMenuFrame.cpp:289:41: note: Function 'SetPopupFrame' argument 1 names different: declaration 'aChildList' definition 'aFrameList'.
firefox-62.0/layout/xul/nsMenuFrame.cpp:1376:47: style: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsMenuFrame.h:96:51: note: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsMenuFrame.cpp:1376:47: note: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1340:25: warning: Either the condition '!rootPresContext' is redundant or there is possible null pointer dereference: aRootPresContext. [nullPointerRedundantCheck]
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:2547:18: note: Assuming that condition '!rootPresContext' is not redundant
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:2576:41: note: Calling function 'ComputeAnchorRect', 1st argument 'aRootPresContext' value is 0
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1340:25: note: Null pointer dereference
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1343:23: warning: Either the condition '!anchor' is redundant or there is possible null pointer dereference: aAnchorFrame. [nullPointerRedundantCheck]
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:2547:7: note: Assuming that condition '!anchor' is not redundant
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:2576:58: note: Calling function 'ComputeAnchorRect', 2nd argument 'aAnchorFrame' value is 0
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1343:23: note: Null pointer dereference
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1353:50: warning: Either the condition '!rootPresContext' is redundant or there is possible null pointer dereference: aRootPresContext. [nullPointerRedundantCheck]
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:2547:18: note: Assuming that condition '!rootPresContext' is not redundant
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:2576:41: note: Calling function 'ComputeAnchorRect', 1st argument 'aRootPresContext' value is 0
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1353:50: note: Null pointer dereference
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1228:37: style: Function 'FlipOrResize' argument 11 names different: declaration 'aIsOnEnd' definition 'aEndAligned'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsMenuPopupFrame.h:497:29: note: Function 'FlipOrResize' argument 11 names different: declaration 'aIsOnEnd' definition 'aEndAligned'.
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1228:37: note: Function 'FlipOrResize' argument 11 names different: declaration 'aIsOnEnd' definition 'aEndAligned'.
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1856:61: style: Function 'EnsureMenuItemIsVisible' argument 1 names different: declaration 'aMenuFrame' definition 'aMenuItem'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsMenuPopupFrame.h:355:45: note: Function 'EnsureMenuItemIsVisible' argument 1 names different: declaration 'aMenuFrame' definition 'aMenuItem'.
firefox-62.0/layout/xul/nsMenuPopupFrame.cpp:1856:61: note: Function 'EnsureMenuItemIsVisible' argument 1 names different: declaration 'aMenuFrame' definition 'aMenuItem'.
firefox-62.0/layout/xul/nsPopupSetFrame.cpp:89:43: style: Function 'GetChildList' argument 1 names different: declaration 'aList' definition 'aListID'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsPopupSetFrame.h:41:55: note: Function 'GetChildList' argument 1 names different: declaration 'aList' definition 'aListID'.
firefox-62.0/layout/xul/nsPopupSetFrame.cpp:89:43: note: Function 'GetChildList' argument 1 names different: declaration 'aList' definition 'aListID'.
firefox-62.0/layout/xul/nsPopupSetFrame.cpp:120:48: style: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsPopupSetFrame.h:44:44: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsPopupSetFrame.cpp:120:48: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsProgressMeterFrame.cpp:110:53: style: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsProgressMeterFrame.h:31:44: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsProgressMeterFrame.cpp:110:53: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsScrollbarButtonFrame.cpp:259:50: style: Function 'GetParentWithTag' argument 1 names different: declaration 'atom' definition 'toFind'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsScrollbarButtonFrame.h:40:44: note: Function 'GetParentWithTag' argument 1 names different: declaration 'atom' definition 'toFind'.
firefox-62.0/layout/xul/nsScrollbarButtonFrame.cpp:259:50: note: Function 'GetParentWithTag' argument 1 names different: declaration 'atom' definition 'toFind'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:417:7: style: Variable 'dirty' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/layout/xul/nsSliderFrame.cpp:416:0: note: Variable 'dirty' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/layout/xul/nsSliderFrame.cpp:417:7: note: Variable 'dirty' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/layout/xul/nsSliderFrame.cpp:111:39: style: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSliderFrame.h:78:39: note: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:111:39: note: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:476:46: style: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSliderFrame.h:61:44: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:476:46: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:890:72: style: Function 'SetCurrentThumbPosition' argument 2 names different: declaration 'aNewPos' definition 'aNewThumbPos'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSliderFrame.h:155:64: note: Function 'SetCurrentThumbPosition' argument 2 names different: declaration 'aNewPos' definition 'aNewThumbPos'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:890:72: note: Function 'SetCurrentThumbPosition' argument 2 names different: declaration 'aNewPos' definition 'aNewThumbPos'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:941:75: style: Function 'SetCurrentPositionInternal' argument 2 names different: declaration 'pos' definition 'aNewPos'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSliderFrame.h:158:67: note: Function 'SetCurrentPositionInternal' argument 2 names different: declaration 'pos' definition 'aNewPos'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:941:75: note: Function 'SetCurrentPositionInternal' argument 2 names different: declaration 'pos' definition 'aNewPos'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:1499:49: style: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSliderFrame.h:58:51: note: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:1499:49: note: Function 'GetXULPrefSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:1506:48: style: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSliderFrame.h:59:50: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:1506:48: note: Function 'GetXULMinSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:1515:48: style: Function 'GetXULMaxSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSliderFrame.h:60:50: note: Function 'GetXULMaxSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSliderFrame.cpp:1515:48: note: Function 'GetXULMaxSize' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSplitterFrame.cpp:293:48: style: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSplitterFrame.h:49:44: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSplitterFrame.cpp:293:48: note: Function 'DoXULLayout' argument 1 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSplitterFrame.cpp:784:60: style: Function 'Reverse' argument 1 names different: declaration 'aIndexes' definition 'aChildInfos'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSplitterFrame.cpp:107:45: note: Function 'Reverse' argument 1 names different: declaration 'aIndexes' definition 'aChildInfos'.
firefox-62.0/layout/xul/nsSplitterFrame.cpp:784:60: note: Function 'Reverse' argument 1 names different: declaration 'aIndexes' definition 'aChildInfos'.
firefox-62.0/layout/xul/nsSplitterFrame.h:23:1: style: The class 'nsSplitterFrame' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/layout/xul/nsSplitterFrame.cpp:64:12: warning: Member variable 'nsSplitterFrameInner::mDidDrag' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/nsSplitterFrame.cpp:64:12: warning: Member variable 'nsSplitterFrameInner::mParentBox' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/nsSplitterFrame.cpp:64:12: warning: Member variable 'nsSplitterFrameInner::mChildInfosBeforeCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/nsSplitterFrame.cpp:64:12: warning: Member variable 'nsSplitterFrameInner::mChildInfosAfterCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/nsSplitterFrame.cpp:64:12: warning: Member variable 'nsSplitterFrameInner::mState' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/nsSplitterFrame.cpp:64:12: warning: Member variable 'nsSplitterFrameInner::mDragging' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:712:3: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:670:0: note: Variable 'child' is reassigned a value before the old one has been used.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:712:3: note: Variable 'child' is reassigned a value before the old one has been used.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:713:3: style: Variable 'currentBox' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:673:0: note: Variable 'currentBox' is reassigned a value before the old one has been used.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:713:3: note: Variable 'currentBox' is reassigned a value before the old one has been used.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1230:11: style: Variable 'max' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1224:0: note: Variable 'max' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1230:11: note: Variable 'max' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:640:70: style: Function 'PopulateBoxSizes' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSprocketLayout.h:123:67: note: Function 'PopulateBoxSizes' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:640:70: note: Function 'PopulateBoxSizes' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:882:53: style: Function 'ComputeChildsNextPosition' argument 6 names different: declaration 'aChildSize' definition 'aCurrentChildSize'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSprocketLayout.h:98:48: note: Function 'ComputeChildsNextPosition' argument 6 names different: declaration 'aChildSize' definition 'aCurrentChildSize'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:882:53: note: Function 'ComputeChildsNextPosition' argument 6 names different: declaration 'aChildSize' definition 'aCurrentChildSize'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1004:45: style: Function 'ChildResized' argument 5 names different: declaration 'aChildComputedBoxSize' definition 'aChildComputedSize'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSprocketLayout.h:104:40: note: Function 'ChildResized' argument 5 names different: declaration 'aChildComputedBoxSize' definition 'aChildComputedSize'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1004:45: note: Function 'ChildResized' argument 5 names different: declaration 'aChildComputedBoxSize' definition 'aChildComputedSize'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1293:68: style: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSprocketLayout.h:74:67: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1293:68: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1349:67: style: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSprocketLayout.h:75:66: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1349:67: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1418:67: style: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSprocketLayout.h:76:66: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1418:67: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1485:63: style: Function 'GetAscent' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsSprocketLayout.h:77:63: note: Function 'GetAscent' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1485:63: note: Function 'GetAscent' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1598:3: performance: Variable 'size' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1604:3: performance: Variable 'pref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1605:3: performance: Variable 'min' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1606:3: performance: Variable 'max' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1608:3: performance: Variable 'left' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1609:3: performance: Variable 'right' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1610:3: performance: Variable 'flex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/layout/xul/nsSprocketLayout.h:33:8: style: Technically the member function 'nsBoxSize::operatordelete' can be const. [functionConst]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1624:12: note: Technically the member function 'nsBoxSize::operatordelete' can be const.
firefox-62.0/layout/xul/nsSprocketLayout.h:33:8: note: Technically the member function 'nsBoxSize::operatordelete' can be const.
firefox-62.0/layout/xul/nsSprocketLayout.h:47:8: style: Technically the member function 'nsComputedBoxSize::operatordelete' can be const. [functionConst]
firefox-62.0/layout/xul/nsSprocketLayout.cpp:1636:20: note: Technically the member function 'nsComputedBoxSize::operatordelete' can be const.
firefox-62.0/layout/xul/nsSprocketLayout.h:47:8: note: Technically the member function 'nsComputedBoxSize::operatordelete' can be const.
firefox-62.0/layout/xul/nsStackLayout.cpp:63:65: style: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsStackLayout.h:38:67: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsStackLayout.cpp:63:65: note: Function 'GetXULPrefSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsStackLayout.cpp:98:64: style: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsStackLayout.h:39:66: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsStackLayout.cpp:98:64: note: Function 'GetXULMinSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsStackLayout.cpp:133:64: style: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsStackLayout.h:40:66: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsStackLayout.cpp:133:64: note: Function 'GetXULMaxSize' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsStackLayout.cpp:172:60: style: Function 'GetAscent' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsStackLayout.h:41:63: note: Function 'GetAscent' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsStackLayout.cpp:172:60: note: Function 'GetAscent' argument 2 names different: declaration 'aBoxLayoutState' definition 'aState'.
firefox-62.0/layout/xul/nsStackLayout.cpp:192:54: style: Function 'GetOffset' argument 2 names different: declaration 'aMargin' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsStackLayout.h:47:56: note: Function 'GetOffset' argument 2 names different: declaration 'aMargin' definition 'aOffset'.
firefox-62.0/layout/xul/nsStackLayout.cpp:192:54: note: Function 'GetOffset' argument 2 names different: declaration 'aMargin' definition 'aOffset'.
firefox-62.0/layout/xul/nsTextBoxFrame.cpp:777:23: style: The scope of the variable 'length' can be reduced. [variableScope]
firefox-62.0/layout/xul/nsTextBoxFrame.cpp:120:40: style: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsTextBoxFrame.h:34:39: note: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'.
firefox-62.0/layout/xul/nsTextBoxFrame.cpp:120:40: note: Function 'Init' argument 3 names different: declaration 'asPrevInFlow' definition 'aPrevInFlow'.
firefox-62.0/layout/xul/nsTextBoxFrame.h:26:16: warning: Virtual function 'MarkIntrinsicISizesDirty' is called from constructor 'nsTextBoxFrame(ComputedStyle*aStyle)' at line 108. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/layout/xul/nsTextBoxFrame.cpp:108:3: note: Calling MarkIntrinsicISizesDirty
firefox-62.0/layout/xul/nsTextBoxFrame.h:26:16: note: MarkIntrinsicISizesDirty is a virtual method
firefox-62.0/layout/xul/nsXULPopupManager.cpp:2169:8: style: The scope of the variable 'selectFirstItem' can be reduced. [variableScope]
firefox-62.0/layout/xul/nsXULPopupManager.cpp:504:60: style: Function 'PopupMoved' argument 2 names different: declaration 'aPoint' definition 'aPnt'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsXULPopupManager.h:614:48: note: Function 'PopupMoved' argument 2 names different: declaration 'aPoint' definition 'aPnt'.
firefox-62.0/layout/xul/nsXULPopupManager.cpp:504:60: note: Function 'PopupMoved' argument 2 names different: declaration 'aPoint' definition 'aPnt'.
firefox-62.0/layout/xul/nsXULPopupManager.cpp:1724:51: style: Function 'MayShowPopup' argument 1 names different: declaration 'aFrame' definition 'aPopup'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsXULPopupManager.h:608:39: note: Function 'MayShowPopup' argument 1 names different: declaration 'aFrame' definition 'aPopup'.
firefox-62.0/layout/xul/nsXULPopupManager.cpp:1724:51: note: Function 'MayShowPopup' argument 1 names different: declaration 'aFrame' definition 'aPopup'.
firefox-62.0/layout/xul/nsXULPopupManager.cpp:1816:53: style: Function 'PopupDestroyed' argument 1 names different: declaration 'aFrame' definition 'aPopup'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsXULPopupManager.h:627:41: note: Function 'PopupDestroyed' argument 1 names different: declaration 'aFrame' definition 'aPopup'.
firefox-62.0/layout/xul/nsXULPopupManager.cpp:1816:53: note: Function 'PopupDestroyed' argument 1 names different: declaration 'aFrame' definition 'aPopup'.
firefox-62.0/layout/xul/nsXULPopupManager.cpp:2213:69: style: Function 'HandleKeyboardNavigationInPopup' argument 1 names different: declaration 'aItem' definition 'item'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/nsXULPopupManager.h:789:57: note: Function 'HandleKeyboardNavigationInPopup' argument 1 names different: declaration 'aItem' definition 'item'.
firefox-62.0/layout/xul/nsXULPopupManager.cpp:2213:69: note: Function 'HandleKeyboardNavigationInPopup' argument 1 names different: declaration 'aItem' definition 'item'.
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:510:7: warning: Member variable 'Slots::mDropAllowed' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:510:7: warning: Member variable 'Slots::mIsDragging' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:510:7: warning: Member variable 'Slots::mDropRow' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:510:7: warning: Member variable 'Slots::mDropOrient' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:510:7: warning: Member variable 'Slots::mScrollLines' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:510:7: warning: Member variable 'Slots::mDragAction' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.cpp:665:40: style: Function 'InvalidateRow' argument 1 names different: declaration 'aRow' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:100:34: note: Function 'InvalidateRow' argument 1 names different: declaration 'aRow' definition 'aIndex'.
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.cpp:665:40: note: Function 'InvalidateRow' argument 1 names different: declaration 'aRow' definition 'aIndex'.
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.cpp:686:41: style: Function 'InvalidateCell' argument 1 names different: declaration 'aRow' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:101:35: note: Function 'InvalidateCell' argument 1 names different: declaration 'aRow' definition 'aIndex'.
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.cpp:686:41: note: Function 'InvalidateCell' argument 1 names different: declaration 'aRow' definition 'aIndex'.
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.cpp:1056:91: style: Function 'GetCoordsForCellItem' argument 3 names different: declaration 'aElt' definition 'aElement'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:107:51: note: Function 'GetCoordsForCellItem' argument 3 names different: declaration 'aElt' definition 'aElement'.
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.cpp:1056:91: note: Function 'GetCoordsForCellItem' argument 3 names different: declaration 'aElt' definition 'aElement'.
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.cpp:1722:72: style: Function 'IsCellCropped' argument 3 names different: declaration 'aResult' definition '_retval'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.h:110:66: note: Function 'IsCellCropped' argument 3 names different: declaration 'aResult' definition '_retval'.
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.cpp:1722:72: note: Function 'IsCellCropped' argument 3 names different: declaration 'aResult' definition '_retval'.
firefox-62.0/layout/xul/tree/nsTreeBodyFrame.cpp:1811:23: style: Variable 'parts' is assigned a value that is never used. [unreadVariable]
firefox-62.0/layout/xul/tree/nsTreeImageListener.h:53:15: style: Technically the member function 'nsTreeImageListener::InvalidationArea::GetMin' can be const. [functionConst]
firefox-62.0/layout/xul/tree/nsTreeImageListener.h:54:15: style: Technically the member function 'nsTreeImageListener::InvalidationArea::GetMax' can be const. [functionConst]
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:248:51: style: Function 'GetColumnProperties' argument 2 names different: declaration 'aProperies' definition 'aProperties'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/tree/nsTreeContentView.h:64:64: note: Function 'GetColumnProperties' argument 2 names different: declaration 'aProperies' definition 'aProperties'.
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:248:51: note: Function 'GetColumnProperties' argument 2 names different: declaration 'aProperies' definition 'aProperties'.
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:1254:69: style: Function 'GetIndexInSubtree' argument 3 names different: declaration 'aResult' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/tree/nsTreeContentView.h:142:83: note: Function 'GetIndexInSubtree' argument 3 names different: declaration 'aResult' definition 'aIndex'.
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:1254:69: note: Function 'GetIndexInSubtree' argument 3 names different: declaration 'aResult' definition 'aIndex'.
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:1469:47: style: Function 'UpdateSubtreeSizes' argument 1 names different: declaration 'aIndex' definition 'aParentIndex'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/tree/nsTreeContentView.h:163:37: note: Function 'UpdateSubtreeSizes' argument 1 names different: declaration 'aIndex' definition 'aParentIndex'.
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:1469:47: note: Function 'UpdateSubtreeSizes' argument 1 names different: declaration 'aIndex' definition 'aParentIndex'.
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:1469:69: style: Function 'UpdateSubtreeSizes' argument 2 names different: declaration 'aCount' definition 'count'. [funcArgNamesDifferent]
firefox-62.0/layout/xul/tree/nsTreeContentView.h:163:53: note: Function 'UpdateSubtreeSizes' argument 2 names different: declaration 'aCount' definition 'count'.
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:1469:69: note: Function 'UpdateSubtreeSizes' argument 2 names different: declaration 'aCount' definition 'count'.
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:46:10: style: Technically the member function 'Row::IsContainer' can be const. [functionConst]
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:51:10: style: Technically the member function 'Row::IsOpen' can be const. [functionConst]
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:56:10: style: Technically the member function 'Row::IsEmpty' can be const. [functionConst]
firefox-62.0/layout/xul/tree/nsTreeContentView.cpp:61:10: style: Technically the member function 'Row::IsSeparator' can be const. [functionConst]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:93:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:94:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:98:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:99:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:103:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:104:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:105:14: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:106:14: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:107:14: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:108:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:108:14: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:109:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:109:14: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:110:14: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:111:14: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:112:14: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:113:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:113:14: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:114:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/audioconvert.c:114:14: portability: Casting between integer* and const double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/ffvpx/libavcodec/avpacket.c:547:31: warning: Either the condition '!data' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/ffvpx/libavcodec/avpacket.c:550:18: note: Assuming that condition '!data' is not redundant
firefox-62.0/media/ffvpx/libavcodec/avpacket.c:547:31: note: Null pointer addition
firefox-62.0/media/ffvpx/libavcodec/avpacket.c:226:40: style: Function 'av_copy_packet_side_data' argument 1 names different: declaration 'dst' definition 'pkt'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:4640:40: note: Function 'av_copy_packet_side_data' argument 1 names different: declaration 'dst' definition 'pkt'.
firefox-62.0/media/ffvpx/libavcodec/avpacket.c:226:40: note: Function 'av_copy_packet_side_data' argument 1 names different: declaration 'dst' definition 'pkt'.
firefox-62.0/media/ffvpx/libavcodec/avpacket.c:681:53: style: Function 'av_packet_rescale_ts' argument 2 names different: declaration 'tb_src' definition 'src_tb'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:4800:53: note: Function 'av_packet_rescale_ts' argument 2 names different: declaration 'tb_src' definition 'src_tb'.
firefox-62.0/media/ffvpx/libavcodec/avpacket.c:681:53: note: Function 'av_packet_rescale_ts' argument 2 names different: declaration 'tb_src' definition 'src_tb'.
firefox-62.0/media/ffvpx/libavcodec/avpacket.c:681:72: style: Function 'av_packet_rescale_ts' argument 3 names different: declaration 'tb_dst' definition 'dst_tb'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:4800:72: note: Function 'av_packet_rescale_ts' argument 3 names different: declaration 'tb_dst' definition 'dst_tb'.
firefox-62.0/media/ffvpx/libavcodec/avpacket.c:681:72: note: Function 'av_packet_rescale_ts' argument 3 names different: declaration 'tb_dst' definition 'dst_tb'.
firefox-62.0/media/ffvpx/libavcodec/bitstream.c:160:54: style: The scope of the variable 'symbol' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/bitstream.c:161:18: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/bitstream.c:162:14: style: The scope of the variable 'code' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/bitstream.c:268:29: style: Function 'ff_init_vlc_sparse' argument 1 names different: declaration 'vlc' definition 'vlc_arg'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/vlc.h:47:29: note: Function 'ff_init_vlc_sparse' argument 1 names different: declaration 'vlc' definition 'vlc_arg'.
firefox-62.0/media/ffvpx/libavcodec/bitstream.c:268:29: note: Function 'ff_init_vlc_sparse' argument 1 names different: declaration 'vlc' definition 'vlc_arg'.
firefox-62.0/media/ffvpx/libavcodec/bitstream_filter.c:83:58: style: Function 'av_bitstream_filter_close' argument 1 names different: declaration 'bsf' definition 'bsfc'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:6066:58: note: Function 'av_bitstream_filter_close' argument 1 names different: declaration 'bsf' definition 'bsfc'.
firefox-62.0/media/ffvpx/libavcodec/bitstream_filter.c:83:58: note: Function 'av_bitstream_filter_close' argument 1 names different: declaration 'bsf' definition 'bsfc'.
firefox-62.0/media/ffvpx/libavcodec/bsf.c:136:14: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/bsf.c:351:24: style: The scope of the variable 'null_filter_name' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/bsf.c:35:33: style: Function 'av_bsf_free' argument 1 names different: declaration 'ctx' definition 'pctx'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:6164:33: note: Function 'av_bsf_free' argument 1 names different: declaration 'ctx' definition 'pctx'.
firefox-62.0/media/ffvpx/libavcodec/bsf.c:35:33: note: Function 'av_bsf_free' argument 1 names different: declaration 'ctx' definition 'pctx'.
firefox-62.0/media/ffvpx/libavcodec/bsf.c:81:66: style: Function 'av_bsf_alloc' argument 2 names different: declaration 'ctx' definition 'pctx'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:6109:66: note: Function 'av_bsf_alloc' argument 2 names different: declaration 'ctx' definition 'pctx'.
firefox-62.0/media/ffvpx/libavcodec/bsf.c:81:66: note: Function 'av_bsf_alloc' argument 2 names different: declaration 'ctx' definition 'pctx'.
firefox-62.0/media/ffvpx/libavcodec/bsf.c:501:59: style: Function 'av_bsf_list_parse_str' argument 2 names different: declaration 'bsf' definition 'bsf_lst'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:6248:59: note: Function 'av_bsf_list_parse_str' argument 2 names different: declaration 'bsf' definition 'bsf_lst'.
firefox-62.0/media/ffvpx/libavcodec/bsf.c:501:59: note: Function 'av_bsf_list_parse_str' argument 2 names different: declaration 'bsf' definition 'bsf_lst'.
firefox-62.0/media/ffvpx/libavcodec/decode.c:258:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/decode.c:617:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/decode.c:908:25: style: The scope of the variable 'min' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/decode.c:1001:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/decode.c:1144:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/decode.c:1181:31: style: The scope of the variable 'desc' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/decode.c:1481:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/decode.c:1442:49: style: Function 'avcodec_default_get_buffer2' argument 1 names different: declaration 's' definition 'avctx'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:4832:49: note: Function 'avcodec_default_get_buffer2' argument 1 names different: declaration 's' definition 'avctx'.
firefox-62.0/media/ffvpx/libavcodec/decode.c:1442:49: note: Function 'avcodec_default_get_buffer2' argument 1 names different: declaration 's' definition 'avctx'.
firefox-62.0/media/ffvpx/libavcodec/decode.c:1478:41: style: Function 'ff_init_buffer_info' argument 1 names different: declaration 's' definition 'avctx'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/internal.h:243:41: note: Function 'ff_init_buffer_info' argument 1 names different: declaration 's' definition 'avctx'.
firefox-62.0/media/ffvpx/libavcodec/decode.c:1478:41: note: Function 'ff_init_buffer_info' argument 1 names different: declaration 's' definition 'avctx'.
firefox-62.0/media/ffvpx/libavcodec/decode.c:709:82: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/ffvpx/libavcodec/get_bits.h:442:36: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
firefox-62.0/media/ffvpx/libavcodec/get_bits.h:433:23: note: Assignment 'buffer=NULL', assigned value is 0
firefox-62.0/media/ffvpx/libavcodec/get_bits.h:442:36: note: Null pointer addition
firefox-62.0/media/ffvpx/libavcodec/get_bits.h:226:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavcodec/get_bits.h:240:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavcodec/flacdec.c:223:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/flacdec.c:406:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/golomb.h:571:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavcodec/golomb.h:585:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavcodec/h264pred_template.c:1078:5: style: Variable 't13' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/ffvpx/libavcodec/h264pred_template.c:1078:5: style: Variable 't14' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/ffvpx/libavcodec/h264pred_template.c:1078:5: style: Variable 't15' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/ffvpx/libavcodec/imgconvert.c:139:9: style: The scope of the variable 'y_shift' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/imgconvert.c:140:9: style: The scope of the variable 'x_shift' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/options.c:139:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/options.c:172:44: style: Function 'avcodec_free_context' argument 1 names different: declaration 'avctx' definition 'pavctx'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:4358:44: note: Function 'avcodec_free_context' argument 1 names different: declaration 'avctx' definition 'pavctx'.
firefox-62.0/media/ffvpx/libavcodec/options.c:172:44: note: Function 'avcodec_free_context' argument 1 names different: declaration 'avctx' definition 'pavctx'.
firefox-62.0/media/ffvpx/libavcodec/options.c:198:5: style: Variable 'av_frame_free' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/ffvpx/libavcodec/parser.c:37:52: style: Function 'av_parser_next' argument 1 names different: declaration 'c' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:5349:52: note: Function 'av_parser_next' argument 1 names different: declaration 'c' definition 'p'.
firefox-62.0/media/ffvpx/libavcodec/parser.c:37:52: note: Function 'av_parser_next' argument 1 names different: declaration 'c' definition 'p'.
firefox-62.0/media/ffvpx/libavcodec/pthread.c:70:36: style: Function 'ff_thread_init' argument 1 names different: declaration 's' definition 'avctx'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/thread.h:135:36: note: Function 'ff_thread_init' argument 1 names different: declaration 's' definition 'avctx'.
firefox-62.0/media/ffvpx/libavcodec/pthread.c:70:36: note: Function 'ff_thread_init' argument 1 names different: declaration 's' definition 'avctx'.
firefox-62.0/media/ffvpx/libavcodec/pthread.c:82:37: style: Function 'ff_thread_free' argument 1 names different: declaration 's' definition 'avctx'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/thread.h:139:37: note: Function 'ff_thread_free' argument 1 names different: declaration 's' definition 'avctx'.
firefox-62.0/media/ffvpx/libavcodec/pthread.c:82:37: note: Function 'ff_thread_free' argument 1 names different: declaration 's' definition 'avctx'.
firefox-62.0/media/ffvpx/libavcodec/pthread_frame.c:562:52: style: Function 'ff_thread_report_progress' argument 2 names different: declaration 'progress' definition 'n'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/thread.h:84:52: note: Function 'ff_thread_report_progress' argument 2 names different: declaration 'progress' definition 'n'.
firefox-62.0/media/ffvpx/libavcodec/pthread_frame.c:562:52: note: Function 'ff_thread_report_progress' argument 2 names different: declaration 'progress' definition 'n'.
firefox-62.0/media/ffvpx/libavcodec/pthread_frame.c:585:51: style: Function 'ff_thread_await_progress' argument 2 names different: declaration 'progress' definition 'n'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/thread.h:98:51: note: Function 'ff_thread_await_progress' argument 2 names different: declaration 'progress' definition 'n'.
firefox-62.0/media/ffvpx/libavcodec/pthread_frame.c:585:51: note: Function 'ff_thread_await_progress' argument 2 names different: declaration 'progress' definition 'n'.
firefox-62.0/media/ffvpx/libavcodec/pthread_slice.c:207:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/pthread_slice.c:121:80: style: Function 'ff_slice_thread_execute_with_mainfunc' argument 2 names different: declaration 'action_func2' definition 'func2'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/thread.h:137:15: note: Function 'ff_slice_thread_execute_with_mainfunc' argument 2 names different: declaration 'action_func2' definition 'func2'.
firefox-62.0/media/ffvpx/libavcodec/pthread_slice.c:121:80: note: Function 'ff_slice_thread_execute_with_mainfunc' argument 2 names different: declaration 'action_func2' definition 'func2'.
firefox-62.0/media/ffvpx/libavcodec/pthread_slice.c:121:98: style: Function 'ff_slice_thread_execute_with_mainfunc' argument 3 names different: declaration 'main_func' definition 'mainfunc'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/thread.h:138:15: note: Function 'ff_slice_thread_execute_with_mainfunc' argument 3 names different: declaration 'main_func' definition 'mainfunc'.
firefox-62.0/media/ffvpx/libavcodec/pthread_slice.c:121:98: note: Function 'ff_slice_thread_execute_with_mainfunc' argument 3 names different: declaration 'main_func' definition 'mainfunc'.
firefox-62.0/media/ffvpx/libavcodec/pthread_slice.c:162:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/ffvpx/libavcodec/raw.c:298:62: style: Function 'avcodec_pix_fmt_to_codec_tag' argument 1 names different: declaration 'pix_fmt' definition 'fmt'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:5711:62: note: Function 'avcodec_pix_fmt_to_codec_tag' argument 1 names different: declaration 'pix_fmt' definition 'fmt'.
firefox-62.0/media/ffvpx/libavcodec/raw.c:298:62: note: Function 'avcodec_pix_fmt_to_codec_tag' argument 1 names different: declaration 'pix_fmt' definition 'fmt'.
firefox-62.0/media/ffvpx/libavcodec/resample.c:127:11: style: The scope of the variable 'l' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/resample.c:127:14: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/resample.c:175:11: style: The scope of the variable 'l' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/resample.c:175:14: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/resample.c:313:13: warning: The array 'ostride' is too small, the function 'av_audio_convert' expects a bigger one. [argumentSize]
firefox-62.0/media/ffvpx/libavcodec/resample.c:313:13: warning: The array 'istride' is too small, the function 'av_audio_convert' expects a bigger one. [argumentSize]
firefox-62.0/media/ffvpx/libavcodec/resample.c:408:13: warning: The array 'ostride' is too small, the function 'av_audio_convert' expects a bigger one. [argumentSize]
firefox-62.0/media/ffvpx/libavcodec/resample.c:408:13: warning: The array 'istride' is too small, the function 'av_audio_convert' expects a bigger one. [argumentSize]
firefox-62.0/media/ffvpx/libavcodec/resample2.c:238:20: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/resample2.c:192:68: style: Function 'av_resample_init' argument 3 names different: declaration 'filter_length' definition 'filter_size'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:5579:75: note: Function 'av_resample_init' argument 3 names different: declaration 'filter_length' definition 'filter_size'.
firefox-62.0/media/ffvpx/libavcodec/resample2.c:192:68: note: Function 'av_resample_init' argument 3 names different: declaration 'filter_length' definition 'filter_size'.
firefox-62.0/media/ffvpx/libavcodec/resample2.c:192:85: style: Function 'av_resample_init' argument 4 names different: declaration 'log2_phase_count' definition 'phase_shift'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:5579:94: note: Function 'av_resample_init' argument 4 names different: declaration 'log2_phase_count' definition 'phase_shift'.
firefox-62.0/media/ffvpx/libavcodec/resample2.c:192:85: note: Function 'av_resample_init' argument 4 names different: declaration 'log2_phase_count' definition 'phase_shift'.
firefox-62.0/media/ffvpx/libavcodec/resample2.c:285:64: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavcodec/utils.c:1051:29: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR' is always true. [redundantCondition]
firefox-62.0/media/ffvpx/libavcodec/utils.c:480:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/utils.c:1316:12: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/utils.c:512:47: style: Function 'ff_color_frame' argument 2 names different: declaration 'color' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/internal.h:246:47: note: Function 'ff_color_frame' argument 2 names different: declaration 'color' definition 'c'.
firefox-62.0/media/ffvpx/libavcodec/utils.c:512:47: note: Function 'ff_color_frame' argument 2 names different: declaration 'color' definition 'c'.
firefox-62.0/media/ffvpx/libavcodec/utils.c:2268:50: style: Function 'avcodec_parameters_free' argument 1 names different: declaration 'par' definition 'ppar'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/avcodec.h:4426:50: note: Function 'avcodec_parameters_free' argument 1 names different: declaration 'par' definition 'ppar'.
firefox-62.0/media/ffvpx/libavcodec/utils.c:2268:50: note: Function 'avcodec_parameters_free' argument 1 names different: declaration 'par' definition 'ppar'.
firefox-62.0/media/ffvpx/libavcodec/utils.c:1219:9: style: Variable 'av_frame_free' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:23:41: style: Function 'ff_emulated_edge_mc_8' argument 1 names different: declaration 'dst' definition 'buf'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/videodsp.h:38:1: note: Function 'ff_emulated_edge_mc_8' argument 1 names different: declaration 'dst' definition 'buf'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:23:41: note: Function 'ff_emulated_edge_mc_8' argument 1 names different: declaration 'dst' definition 'buf'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:24:42: style: Function 'ff_emulated_edge_mc_8' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/videodsp.h:38:1: note: Function 'ff_emulated_edge_mc_8' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:24:42: note: Function 'ff_emulated_edge_mc_8' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:25:42: style: Function 'ff_emulated_edge_mc_8' argument 4 names different: declaration 'src_stride' definition 'src_linesize'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/videodsp.h:38:1: note: Function 'ff_emulated_edge_mc_8' argument 4 names different: declaration 'src_stride' definition 'src_linesize'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:25:42: note: Function 'ff_emulated_edge_mc_8' argument 4 names different: declaration 'src_stride' definition 'src_linesize'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:23:41: style: Function 'ff_emulated_edge_mc_16' argument 1 names different: declaration 'dst' definition 'buf'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/videodsp.h:39:1: note: Function 'ff_emulated_edge_mc_16' argument 1 names different: declaration 'dst' definition 'buf'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:23:41: note: Function 'ff_emulated_edge_mc_16' argument 1 names different: declaration 'dst' definition 'buf'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:24:42: style: Function 'ff_emulated_edge_mc_16' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/videodsp.h:39:1: note: Function 'ff_emulated_edge_mc_16' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:24:42: note: Function 'ff_emulated_edge_mc_16' argument 3 names different: declaration 'dst_stride' definition 'buf_linesize'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:25:42: style: Function 'ff_emulated_edge_mc_16' argument 4 names different: declaration 'src_stride' definition 'src_linesize'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/videodsp.h:39:1: note: Function 'ff_emulated_edge_mc_16' argument 4 names different: declaration 'src_stride' definition 'src_linesize'.
firefox-62.0/media/ffvpx/libavcodec/videodsp_template.c:25:42: note: Function 'ff_emulated_edge_mc_16' argument 4 names different: declaration 'src_stride' definition 'src_linesize'.
firefox-62.0/media/ffvpx/libavcodec/vp8.c:1331:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:143:9: warning: Possible null pointer dereference: frame [nullPointer]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:127:23: note: Assignment 'frame=NULL', assigned value is 0
firefox-62.0/media/ffvpx/libavcodec/vp8.c:143:9: note: Null pointer dereference
firefox-62.0/media/ffvpx/libavcodec/vp8.c:292:59: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:293:59: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:294:59: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:295:59: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:296:59: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:51:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:153:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:264:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:456:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:494:21: style: The scope of the variable 'hscale' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:494:29: style: The scope of the variable 'vscale' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:648:22: style: The scope of the variable 'hscale' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:648:30: style: The scope of the variable 'vscale' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:788:9: style: The scope of the variable 'bit' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:1599:9: style: The scope of the variable 'x' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:1599:12: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:1599:21: style: The scope of the variable 'nnz' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:2505:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp8.c:1331:59: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavcodec/vp8dsp.c:666:45: style: Function 'ff_vp78dsp_init' argument 1 names different: declaration 'c' definition 'dsp'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavcodec/vp8dsp.h:93:37: note: Function 'ff_vp78dsp_init' argument 1 names different: declaration 'c' definition 'dsp'.
firefox-62.0/media/ffvpx/libavcodec/vp8dsp.c:666:45: note: Function 'ff_vp78dsp_init' argument 1 names different: declaration 'c' definition 'dsp'.
firefox-62.0/media/ffvpx/libavcodec/vp9.c:176:43: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp9.c:177:20: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp9.c:277:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavcodec/vp9_parser.c:46:34: style: Variable 'profile' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/ffvpx/libavcodec/vp9block.c:472:43: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
firefox-62.0/media/ffvpx/libavcodec/vp9block.c:471:38: note: outer condition: !td->left_intra_ctx[row7]
firefox-62.0/media/ffvpx/libavcodec/vp9block.c:472:43: note: opposite inner condition: td->left_intra_ctx[row7]
firefox-62.0/media/ffvpx/libavutil/common.h:161:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/common.h:172:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/common.h:183:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/common.h:194:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/common.h:205:69: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/common.h:218:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/common.h:231:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/rational.h:92:47: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/rational.h:94:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/avstring.c:346:9: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/avstring.c:56:30: style: Function 'av_stristr' argument 1 names different: declaration 'haystack' definition 's1'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/avstring.h:68:30: note: Function 'av_stristr' argument 1 names different: declaration 'haystack' definition 's1'.
firefox-62.0/media/ffvpx/libavutil/avstring.c:56:30: note: Function 'av_stristr' argument 1 names different: declaration 'haystack' definition 's1'.
firefox-62.0/media/ffvpx/libavutil/avstring.c:56:46: style: Function 'av_stristr' argument 2 names different: declaration 'needle' definition 's2'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/avstring.h:68:52: note: Function 'av_stristr' argument 2 names different: declaration 'needle' definition 's2'.
firefox-62.0/media/ffvpx/libavutil/avstring.c:56:46: note: Function 'av_stristr' argument 2 names different: declaration 'needle' definition 's2'.
firefox-62.0/media/ffvpx/libavutil/base64.c:79:48: style: Function 'av_base64_decode' argument 2 names different: declaration 'in' definition 'in_str'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/base64.h:42:48: note: Function 'av_base64_decode' argument 2 names different: declaration 'in' definition 'in_str'.
firefox-62.0/media/ffvpx/libavutil/base64.c:79:48: note: Function 'av_base64_decode' argument 2 names different: declaration 'in' definition 'in_str'.
firefox-62.0/media/ffvpx/libavutil/base64.c:129:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/ffvpx/libavutil/bprint.c:105:31: warning: Possible null pointer dereference: dst [nullPointer]
firefox-62.0/media/ffvpx/libavutil/bprint.c:103:20: note: Assignment 'dst=room?buf->str+buf->len:NULL', assigned value is 0
firefox-62.0/media/ffvpx/libavutil/bprint.c:105:31: note: Null pointer dereference
firefox-62.0/media/ffvpx/libavutil/bprint.c:128:31: warning: Possible null pointer dereference: dst [nullPointer]
firefox-62.0/media/ffvpx/libavutil/bprint.c:126:20: note: Assignment 'dst=room?buf->str+buf->len:NULL', assigned value is 0
firefox-62.0/media/ffvpx/libavutil/bprint.c:128:31: note: Null pointer dereference
firefox-62.0/media/ffvpx/libavutil/bprint.c:96:14: style: The scope of the variable 'room' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/bprint.c:97:11: style: The scope of the variable 'dst' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/bprint.c:119:14: style: The scope of the variable 'room' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/bprint.c:120:11: style: The scope of the variable 'dst' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/bprint.c:142:20: style: The scope of the variable 'real_n' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/bprint.c:160:20: style: The scope of the variable 'real_n' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/bprint.c:178:14: style: The scope of the variable 'room' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/buffer.c:72:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/ffvpx/libavutil/buffer.c:70:0: note: Variable 'data' is reassigned a value before the old one has been used.
firefox-62.0/media/ffvpx/libavutil/buffer.c:72:5: note: Variable 'data' is reassigned a value before the old one has been used.
firefox-62.0/media/ffvpx/libavutil/buffer.c:151:43: style: Function 'av_buffer_make_writable' argument 1 names different: declaration 'buf' definition 'pbuf'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/buffer.h:181:43: note: Function 'av_buffer_make_writable' argument 1 names different: declaration 'buf' definition 'pbuf'.
firefox-62.0/media/ffvpx/libavutil/buffer.c:151:43: note: Function 'av_buffer_make_writable' argument 1 names different: declaration 'buf' definition 'pbuf'.
firefox-62.0/media/ffvpx/libavutil/buffer.c:169:37: style: Function 'av_buffer_realloc' argument 1 names different: declaration 'buf' definition 'pbuf'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/buffer.h:198:37: note: Function 'av_buffer_realloc' argument 1 names different: declaration 'buf' definition 'pbuf'.
firefox-62.0/media/ffvpx/libavutil/buffer.c:169:37: note: Function 'av_buffer_realloc' argument 1 names different: declaration 'buf' definition 'pbuf'.
firefox-62.0/media/ffvpx/libavutil/buffer.c:275:43: style: Function 'av_buffer_pool_uninit' argument 1 names different: declaration 'pool' definition 'ppool'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/buffer.h:277:43: note: Function 'av_buffer_pool_uninit' argument 1 names different: declaration 'pool' definition 'ppool'.
firefox-62.0/media/ffvpx/libavutil/buffer.c:275:43: note: Function 'av_buffer_pool_uninit' argument 1 names different: declaration 'pool' definition 'ppool'.
firefox-62.0/media/ffvpx/libavutil/channel_layout.c:143:25: style: The scope of the variable 'layout_single' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/cpu.c:65:29: style: Function 'av_force_cpu_flags' argument 1 names different: declaration 'flags' definition 'arg'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/cpu.h:85:29: note: Function 'av_force_cpu_flags' argument 1 names different: declaration 'flags' definition 'arg'.
firefox-62.0/media/ffvpx/libavutil/cpu.c:65:29: note: Function 'av_force_cpu_flags' argument 1 names different: declaration 'flags' definition 'arg'.
firefox-62.0/media/ffvpx/libavutil/crc.c:327:72: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/libm.h:368:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/dict.c:184:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/dict.c:203:34: style: Function 'av_dict_free' argument 1 names different: declaration 'm' definition 'pm'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/dict.h:176:34: note: Function 'av_dict_free' argument 1 names different: declaration 'm' definition 'pm'.
firefox-62.0/media/ffvpx/libavutil/dict.c:203:34: note: Function 'av_dict_free' argument 1 names different: declaration 'm' definition 'pm'.
firefox-62.0/media/ffvpx/libavutil/libm.h:368:12: style: Unused variable: ret [unusedVariable]
firefox-62.0/media/ffvpx/libavutil/error.c:124:17: style: Condition 'ret<0' is always true [knownConditionTrueFalse]
firefox-62.0/media/ffvpx/libavutil/error.c:122:16: note: Assignment 'ret=-1', assigned value is -1
firefox-62.0/media/ffvpx/libavutil/error.c:124:17: note: Condition 'ret<0' is always true
firefox-62.0/media/ffvpx/libavutil/eval.c:237:34: style: The scope of the variable 'v' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/eval.c:256:41: style: The scope of the variable 'v' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/eval.c:531:18: style: The scope of the variable 'e1' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/eval.c:558:18: style: The scope of the variable 'e1' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/eval.c:582:18: style: The scope of the variable 'e1' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/eval.c:606:18: style: The scope of the variable 'e1' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/eval.c:737:36: style: Function 'av_expr_parse_and_eval' argument 1 names different: declaration 'res' definition 'd'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/eval.h:51:36: note: Function 'av_expr_parse_and_eval' argument 1 names different: declaration 'res' definition 'd'.
firefox-62.0/media/ffvpx/libavutil/eval.c:737:36: note: Function 'av_expr_parse_and_eval' argument 1 names different: declaration 'res' definition 'd'.
firefox-62.0/media/ffvpx/libavutil/eval.c:187:44: warning: Found function call inside sizeof(). [sizeofFunctionCall]
firefox-62.0/media/ffvpx/libavutil/eval.c:188:44: warning: Found function call inside sizeof(). [sizeofFunctionCall]
firefox-62.0/media/ffvpx/libavutil/eval.c:519:36: style: Variable 'ignored' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/ffvpx/libavutil/fifo.c:87:52: style: Function 'av_fifo_realloc2' argument 2 names different: declaration 'size' definition 'new_size'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/fifo.h:139:52: note: Function 'av_fifo_realloc2' argument 2 names different: declaration 'size' definition 'new_size'.
firefox-62.0/media/ffvpx/libavutil/fifo.c:87:52: note: Function 'av_fifo_realloc2' argument 2 names different: declaration 'size' definition 'new_size'.
firefox-62.0/media/ffvpx/libavutil/fifo.c:107:48: style: Function 'av_fifo_grow' argument 2 names different: declaration 'additional_space' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/fifo.h:150:48: note: Function 'av_fifo_grow' argument 2 names different: declaration 'additional_space' definition 'size'.
firefox-62.0/media/ffvpx/libavutil/fifo.c:107:48: note: Function 'av_fifo_grow' argument 2 names different: declaration 'additional_space' definition 'size'.
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.h:178:17: style: The scope of the variable 'bit_mask' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.h:178:27: style: The scope of the variable 'guess' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.h:178:34: style: The scope of the variable 'square' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.h:178:42: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.h:179:13: style: The scope of the variable 'accu' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:52:13: style: The scope of the variable 'accu' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:63:13: style: The scope of the variable 'accu' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:76:13: style: The scope of the variable 's0' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:76:17: style: The scope of the variable 's1' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:76:21: style: The scope of the variable 'wi' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:76:25: style: The scope of the variable 'wj' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:97:13: style: The scope of the variable 's0' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:97:17: style: The scope of the variable 's1' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:97:21: style: The scope of the variable 'wi' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:97:25: style: The scope of the variable 'wj' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:116:13: style: The scope of the variable 'accu' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:148:48: style: Function 'avpriv_alloc_fixed_dsp' argument 1 names different: declaration 'strict' definition 'bit_exact'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.h:162:48: note: Function 'avpriv_alloc_fixed_dsp' argument 1 names different: declaration 'strict' definition 'bit_exact'.
firefox-62.0/media/ffvpx/libavutil/fixed_dsp.c:148:48: note: Function 'avpriv_alloc_fixed_dsp' argument 1 names different: declaration 'strict' definition 'bit_exact'.
firefox-62.0/media/ffvpx/libavutil/float_dsp.c:127:55: style: Function 'avpriv_float_dsp_alloc' argument 1 names different: declaration 'strict' definition 'bit_exact'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/float_dsp.h:200:47: note: Function 'avpriv_float_dsp_alloc' argument 1 names different: declaration 'strict' definition 'bit_exact'.
firefox-62.0/media/ffvpx/libavutil/float_dsp.c:127:55: note: Function 'avpriv_float_dsp_alloc' argument 1 names different: declaration 'strict' definition 'bit_exact'.
firefox-62.0/media/ffvpx/libavutil/frame.c:72:0: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
firefox-62.0/media/ffvpx/libavutil/frame.c:232:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/frame.c:54:73: style: Function 'av_frame_set_qp_table' argument 4 names different: declaration 'type' definition 'qp_type'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/frame.h:593:73: note: Function 'av_frame_set_qp_table' argument 4 names different: declaration 'type' definition 'qp_type'.
firefox-62.0/media/ffvpx/libavutil/frame.c:54:73: note: Function 'av_frame_set_qp_table' argument 4 names different: declaration 'type' definition 'qp_type'.
firefox-62.0/media/ffvpx/libavutil/frame.c:72:15: style: Variable 'stride' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/ffvpx/libavutil/imgutils.c:333:13: style: Condition 'ret<0' is always true [knownConditionTrueFalse]
firefox-62.0/media/ffvpx/libavutil/imgutils.c:326:16: note: Assignment 'ret=-1', assigned value is -1
firefox-62.0/media/ffvpx/libavutil/imgutils.c:333:13: note: Condition 'ret<0' is always true
firefox-62.0/media/ffvpx/libavutil/imgutils.c:91:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/integer.c:73:22: style: The scope of the variable 'carry' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/intmath.h:121:41: style: Opposite expression on both sides of '&'. [oppositeExpression]
firefox-62.0/media/ffvpx/libavutil/intmath.h:121:41: note: Opposite expression on both sides of '&'.
firefox-62.0/media/ffvpx/libavutil/intmath.h:121:41: note: Opposite expression on both sides of '&'.
firefox-62.0/media/ffvpx/libavutil/intmath.h:137:41: style: Opposite expression on both sides of '&'. [oppositeExpression]
firefox-62.0/media/ffvpx/libavutil/intmath.h:137:41: note: Opposite expression on both sides of '&'.
firefox-62.0/media/ffvpx/libavutil/intmath.h:137:41: note: Opposite expression on both sides of '&'.
firefox-62.0/media/ffvpx/libavutil/log.c:193:40: style: Function 'av_default_item_name' argument 1 names different: declaration 'ctx' definition 'ptr'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/log.h:307:40: note: Function 'av_default_item_name' argument 1 names different: declaration 'ctx' definition 'ptr'.
firefox-62.0/media/ffvpx/libavutil/log.c:193:40: note: Function 'av_default_item_name' argument 1 names different: declaration 'ctx' definition 'ptr'.
firefox-62.0/media/ffvpx/libavutil/log.c:302:36: style: Function 'av_log_default_callback' argument 1 names different: declaration 'avcl' definition 'ptr'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/log.h:297:36: note: Function 'av_log_default_callback' argument 1 names different: declaration 'avcl' definition 'ptr'.
firefox-62.0/media/ffvpx/libavutil/log.c:302:36: note: Function 'av_log_default_callback' argument 1 names different: declaration 'avcl' definition 'ptr'.
firefox-62.0/media/ffvpx/libavutil/mem.c:125:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/media/ffvpx/libavutil/mem.c:232:14: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/ffvpx/libavutil/mem.c:213:21: style: Function 'av_freep' argument 1 names different: declaration 'ptr' definition 'arg'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/mem.h:462:21: note: Function 'av_freep' argument 1 names different: declaration 'ptr' definition 'arg'.
firefox-62.0/media/ffvpx/libavutil/mem.c:213:21: note: Function 'av_freep' argument 1 names different: declaration 'ptr' definition 'arg'.
firefox-62.0/media/ffvpx/libavutil/opt.c:258:17: style: The scope of the variable 'res' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/opt.c:259:17: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/opt.c:260:20: style: The scope of the variable 'const_values' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/opt.c:261:26: style: The scope of the variable 'const_names' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/opt.c:346:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/opt.c:1415:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/opt.c:1496:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/opt.c:45:62: style: Function 'av_opt_next' argument 2 names different: declaration 'prev' definition 'last'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/opt.h:638:62: note: Function 'av_opt_next' argument 2 names different: declaration 'prev' definition 'last'.
firefox-62.0/media/ffvpx/libavutil/opt.c:45:62: note: Function 'av_opt_next' argument 2 names different: declaration 'prev' definition 'last'.
firefox-62.0/media/ffvpx/libavutil/opt.c:573:73: style: Function 'av_opt_set_bin' argument 4 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/opt.h:686:78: note: Function 'av_opt_set_bin' argument 4 names different: declaration 'size' definition 'len'.
firefox-62.0/media/ffvpx/libavutil/opt.c:573:73: note: Function 'av_opt_set_bin' argument 4 names different: declaration 'size' definition 'len'.
firefox-62.0/media/ffvpx/libavutil/opt.c:681:68: style: Function 'av_opt_set_channel_layout' argument 3 names different: declaration 'ch_layout' definition 'cl'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/opt.h:691:68: note: Function 'av_opt_set_channel_layout' argument 3 names different: declaration 'ch_layout' definition 'cl'.
firefox-62.0/media/ffvpx/libavutil/opt.c:681:68: note: Function 'av_opt_set_channel_layout' argument 3 names different: declaration 'ch_layout' definition 'cl'.
firefox-62.0/media/ffvpx/libavutil/opt.c:977:87: style: Function 'av_opt_get_channel_layout' argument 4 names different: declaration 'ch_layout' definition 'cl'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/opt.h:745:87: note: Function 'av_opt_get_channel_layout' argument 4 names different: declaration 'ch_layout' definition 'cl'.
firefox-62.0/media/ffvpx/libavutil/opt.c:977:87: note: Function 'av_opt_get_channel_layout' argument 4 names different: declaration 'ch_layout' definition 'cl'.
firefox-62.0/media/ffvpx/libavutil/opt.c:1659:33: style: Function 'av_opt_ptr' argument 1 names different: declaration 'avclass' definition 'class'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/opt.h:762:33: note: Function 'av_opt_ptr' argument 1 names different: declaration 'avclass' definition 'class'.
firefox-62.0/media/ffvpx/libavutil/opt.c:1659:33: note: Function 'av_opt_ptr' argument 1 names different: declaration 'avclass' definition 'class'.
firefox-62.0/media/ffvpx/libavutil/opt.c:1702:23: style: Function 'av_opt_copy' argument 1 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/opt.h:794:23: note: Function 'av_opt_copy' argument 1 names different: declaration 'dest' definition 'dst'.
firefox-62.0/media/ffvpx/libavutil/opt.c:1702:23: note: Function 'av_opt_copy' argument 1 names different: declaration 'dest' definition 'dst'.
firefox-62.0/media/ffvpx/libavutil/opt.c:1852:43: style: Function 'av_opt_freep_ranges' argument 1 names different: declaration 'ranges' definition 'rangesp'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/opt.h:767:43: note: Function 'av_opt_freep_ranges' argument 1 names different: declaration 'ranges' definition 'rangesp'.
firefox-62.0/media/ffvpx/libavutil/opt.c:1852:43: note: Function 'av_opt_freep_ranges' argument 1 names different: declaration 'ranges' definition 'rangesp'.
firefox-62.0/media/ffvpx/libavutil/parseutils.c:49:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/parseutils.c:453:17: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/parseutils.c:590:16: style: The scope of the variable 'now64' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/parseutils.c:736:21: style: The scope of the variable 'q' can be reduced. [variableScope]
firefox-62.0/media/ffvpx/libavutil/parseutils.c:179:55: style: Function 'av_parse_video_rate' argument 2 names different: declaration 'str' definition 'arg'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/parseutils.h:77:55: note: Function 'av_parse_video_rate' argument 2 names different: declaration 'str' definition 'arg'.
firefox-62.0/media/ffvpx/libavutil/parseutils.c:179:55: note: Function 'av_parse_video_rate' argument 2 names different: declaration 'str' definition 'arg'.
firefox-62.0/media/ffvpx/libavutil/parseutils.c:434:68: style: Function 'av_get_known_color_name' argument 2 names different: declaration 'rgb' definition 'rgbp'. [funcArgNamesDifferent]
firefox-62.0/media/ffvpx/libavutil/parseutils.h:112:68: note: Function 'av_get_known_color_name' argument 2 names different: declaration 'rgb' definition 'rgbp'.
firefox-62.0/media/ffvpx/libavutil/parseutils.c:434:68: note: Function 'av_get_known_color_name' argument 2 names different: declaration 'rgb' definition 'rgbp'.
firefox-62.0/media/ffvpx/libavutil/pixdesc.c:72:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/ffvpx/libavutil/rational.c:183:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/timecode.c:68:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/ffvpx/libavutil/timecode.c:137:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyBase64.cpp:88:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/media/gmp-clearkey/0.1/RefCounted.h:54:0: warning: The class 'RefPtr < ClearKeyDecryptionManager >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/gmp-clearkey/0.1/RefCounted.h:54:0: warning: The class 'RefPtr < ClearKeyPersistence >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/gmp-clearkey/0.1/RefCounted.h:54:0: warning: The class 'RefPtr < ClearKeySessionManager >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyDecryptionManager.cpp:189:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyDecryptionManager.cpp:193:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyDecryptionManager.cpp:189:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/media/gmp-clearkey/0.1/RefCounted.h:54:1: warning: The class 'RefPtr' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyPersistence.cpp:156:58: style: Function 'IsPersistentSessionId' argument 1 names different: declaration 'aSid' definition 'aSessionId'. [funcArgNamesDifferent]
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyPersistence.h:53:49: note: Function 'IsPersistentSessionId' argument 1 names different: declaration 'aSid' definition 'aSessionId'.
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyPersistence.cpp:156:58: note: Function 'IsPersistentSessionId' argument 1 names different: declaration 'aSid' definition 'aSessionId'.
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyPersistence.cpp:162:55: style: Function 'PersistentSessionRemoved' argument 1 names different: declaration 'aSid' definition 'aSessionId'. [funcArgNamesDifferent]
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyPersistence.h:55:46: note: Function 'PersistentSessionRemoved' argument 1 names different: declaration 'aSid' definition 'aSessionId'.
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyPersistence.cpp:162:55: note: Function 'PersistentSessionRemoved' argument 1 names different: declaration 'aSid' definition 'aSessionId'.
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyUtils.cpp:78:25: style: Function 'CK_LogArray' argument 1 names different: declaration 'aPrepend' definition 'prepend'. [funcArgNamesDifferent]
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyUtils.h:58:30: note: Function 'CK_LogArray' argument 1 names different: declaration 'aPrepend' definition 'prepend'.
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyUtils.cpp:78:25: note: Function 'CK_LogArray' argument 1 names different: declaration 'aPrepend' definition 'prepend'.
firefox-62.0/media/gmp-clearkey/0.1/ClearKeyUtils.cpp:83:17: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.cpp:79:10: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.cpp:86:7: note: Assuming that condition '!data' is not redundant
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.cpp:79:10: note: Null pointer dereference
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.cpp:80:3: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.cpp:86:7: note: Assuming that condition '!data' is not redundant
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.cpp:80:3: note: Null pointer dereference
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.cpp:81:3: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.cpp:86:7: note: Assuming that condition '!data' is not redundant
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.cpp:81:3: note: Null pointer dereference
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:57:0: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
firefox-62.0/media/gmp-clearkey/0.1/VideoDecoder.h:44:8: style: Technically the member function 'VideoDecoder::HasShutdown' can be const. [functionConst]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:61:0: style: Class 'wmf :: CComPtr < IMFTransform >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:62:0: style: Class 'wmf :: CComPtr < IMFTransform >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFH264Decoder.cpp:23:17: warning: Member variable 'WMFH264Decoder::mVideoWidth' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/gmp-clearkey/0.1/WMFH264Decoder.cpp:23:17: warning: Member variable 'WMFH264Decoder::mVideoHeight' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/gmp-clearkey/0.1/WMFH264Decoder.cpp:23:17: warning: Member variable 'WMFH264Decoder::mStride' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:61:0: style: Class 'wmf :: CComPtr < IMFAttributes >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:62:0: style: Class 'wmf :: CComPtr < IMFAttributes >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:61:0: style: Class 'wmf :: CComPtr < IMFMediaType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:62:0: style: Class 'wmf :: CComPtr < IMFMediaType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:61:0: style: Class 'wmf :: CComPtr < IMFSample >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:62:0: style: Class 'wmf :: CComPtr < IMFSample >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:61:0: style: Class 'wmf :: CComPtr < IMFMediaBuffer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:62:0: style: Class 'wmf :: CComPtr < IMFMediaBuffer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:61:0: style: Class 'wmf :: CComPtr < IMFCollection >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:62:0: style: Class 'wmf :: CComPtr < IMFCollection >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:61:0: style: Class 'wmf :: CComPtr < IClassFactory >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/WMFUtils.h:62:0: style: Class 'wmf :: CComPtr < IClassFactory >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/gmp-clearkey/0.1/openaes/oaes_lib.c:927:9: style: The scope of the variable '_i' can be reduced. [variableScope]
firefox-62.0/media/gmp-clearkey/0.1/openaes/oaes_lib.c:1378:14: style: Checking if unsigned variable '_temp' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/gmp-clearkey/0.1/openaes/oaes_lib.c:1361:9: style: Variable '_rc' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/kiss_fft/kiss_fft.c:206:11: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/kiss_fft/kiss_fft.c:371:35: style: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
firefox-62.0/media/kiss_fft/kiss_fft.h:98:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
firefox-62.0/media/kiss_fft/kiss_fft.c:371:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
firefox-62.0/media/kiss_fft/kiss_fft.c:371:85: style: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
firefox-62.0/media/kiss_fft/kiss_fft.h:98:86: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
firefox-62.0/media/kiss_fft/kiss_fft.c:371:85: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
firefox-62.0/media/kiss_fft/kiss_fftr.c:67:30: style: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
firefox-62.0/media/kiss_fft/kiss_fftr.h:29:30: note: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
firefox-62.0/media/kiss_fft/kiss_fftr.c:67:30: note: Function 'kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
firefox-62.0/media/kiss_fft/kiss_fftr.c:123:31: style: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
firefox-62.0/media/kiss_fft/kiss_fftr.h:35:31: note: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
firefox-62.0/media/kiss_fft/kiss_fftr.c:123:31: note: Function 'kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
firefox-62.0/media/libav/libavcodec/fft_template.c:270:1: style: Variable 't1' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:270:1: style: Variable 't2' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:270:1: style: Unused variable: t3 [unusedVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:270:1: style: Unused variable: t4 [unusedVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:270:1: style: Variable 't5' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:270:1: style: Variable 't6' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:307:5: style: Variable 't1' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:307:5: style: Variable 't2' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:307:5: style: Variable 't5' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:307:5: style: Variable 't6' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:324:5: style: Variable 't1' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:324:5: style: Variable 't2' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:313:23: style: Unused variable: t3 [unusedVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:313:27: style: Unused variable: t4 [unusedVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:324:5: style: Variable 't5' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/fft_template.c:324:5: style: Variable 't6' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavcodec/rdft.c:59:12: style: The scope of the variable 'i1' can be reduced. [variableScope]
firefox-62.0/media/libav/libavcodec/rdft.c:59:16: style: The scope of the variable 'i2' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/avstring.c:240:9: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/avstring.c:54:30: style: Function 'av_stristr' argument 1 names different: declaration 'haystack' definition 's1'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/avstring.h:67:30: note: Function 'av_stristr' argument 1 names different: declaration 'haystack' definition 's1'.
firefox-62.0/media/libav/libavutil/avstring.c:54:30: note: Function 'av_stristr' argument 1 names different: declaration 'haystack' definition 's1'.
firefox-62.0/media/libav/libavutil/avstring.c:54:46: style: Function 'av_stristr' argument 2 names different: declaration 'needle' definition 's2'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/avstring.h:67:52: note: Function 'av_stristr' argument 2 names different: declaration 'needle' definition 's2'.
firefox-62.0/media/libav/libavutil/avstring.c:54:46: note: Function 'av_stristr' argument 2 names different: declaration 'needle' definition 's2'.
firefox-62.0/media/libav/libavutil/common.h:107:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libav/libavutil/common.h:118:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libav/libavutil/common.h:129:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libav/libavutil/common.h:140:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libav/libavutil/common.h:151:59: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libav/libavutil/common.h:163:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libav/libavutil/rational.h:58:42: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libav/libavutil/rational.h:60:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libav/libavutil/dict.c:151:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/dict.c:170:34: style: Function 'av_dict_free' argument 1 names different: declaration 'm' definition 'pm'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/dict.h:140:34: note: Function 'av_dict_free' argument 1 names different: declaration 'm' definition 'pm'.
firefox-62.0/media/libav/libavutil/dict.c:170:34: note: Function 'av_dict_free' argument 1 names different: declaration 'm' definition 'pm'.
firefox-62.0/media/libav/libavutil/error.c:55:17: style: Condition 'ret<0' is always true [knownConditionTrueFalse]
firefox-62.0/media/libav/libavutil/error.c:53:16: note: Assignment 'ret=-1', assigned value is -1
firefox-62.0/media/libav/libavutil/error.c:55:17: note: Condition 'ret<0' is always true
firefox-62.0/media/libav/libavutil/eval.c:367:18: style: The scope of the variable 'e1' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/eval.c:394:18: style: The scope of the variable 'e1' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/eval.c:418:18: style: The scope of the variable 'e1' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/eval.c:442:18: style: The scope of the variable 'e1' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/eval.c:551:36: style: Function 'av_expr_parse_and_eval' argument 1 names different: declaration 'res' definition 'd'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/eval.h:51:36: note: Function 'av_expr_parse_and_eval' argument 1 names different: declaration 'res' definition 'd'.
firefox-62.0/media/libav/libavutil/eval.c:551:36: note: Function 'av_expr_parse_and_eval' argument 1 names different: declaration 'res' definition 'd'.
firefox-62.0/media/libav/libavutil/eval.c:355:36: style: Variable 'ignored' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libav/libavutil/file.c:39:20: style: struct member 'FileLogContext::class' is never used. [unusedStructMember]
firefox-62.0/media/libav/libavutil/file.c:40:11: style: struct member 'FileLogContext::log_offset' is never used. [unusedStructMember]
firefox-62.0/media/libav/libavutil/file.c:41:11: style: struct member 'FileLogContext::log_ctx' is never used. [unusedStructMember]
firefox-62.0/media/libav/libavutil/file.c:55:21: style: Unused variable: ptr [unusedVariable]
firefox-62.0/media/libav/libavutil/log.c:120:16: style: The scope of the variable 'is_atty' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/log.c:109:40: style: Function 'av_default_item_name' argument 1 names different: declaration 'ctx' definition 'ptr'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/log.h:244:40: note: Function 'av_default_item_name' argument 1 names different: declaration 'ctx' definition 'ptr'.
firefox-62.0/media/libav/libavutil/log.c:109:40: note: Function 'av_default_item_name' argument 1 names different: declaration 'ctx' definition 'ptr'.
firefox-62.0/media/libav/libavutil/mem.c:198:21: style: Function 'av_freep' argument 1 names different: declaration 'ptr' definition 'arg'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/mem.h:237:21: note: Function 'av_freep' argument 1 names different: declaration 'ptr' definition 'arg'.
firefox-62.0/media/libav/libavutil/mem.c:198:21: note: Function 'av_freep' argument 1 names different: declaration 'ptr' definition 'arg'.
firefox-62.0/media/libav/libavutil/opt.c:154:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/opt.c:642:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/opt.c:37:56: style: Function 'av_opt_next' argument 2 names different: declaration 'prev' definition 'last'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/opt.h:451:56: note: Function 'av_opt_next' argument 2 names different: declaration 'prev' definition 'last'.
firefox-62.0/media/libav/libavutil/opt.c:37:56: note: Function 'av_opt_next' argument 2 names different: declaration 'prev' definition 'last'.
firefox-62.0/media/libav/libavutil/opt.c:283:73: style: Function 'av_opt_set_bin' argument 4 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/opt.h:499:78: note: Function 'av_opt_set_bin' argument 4 names different: declaration 'size' definition 'len'.
firefox-62.0/media/libav/libavutil/opt.c:283:73: note: Function 'av_opt_set_bin' argument 4 names different: declaration 'size' definition 'len'.
firefox-62.0/media/libav/libavutil/parseutils.c:381:17: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/parseutils.c:487:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/parseutils.c:609:21: style: The scope of the variable 'q' can be reduced. [variableScope]
firefox-62.0/media/libav/libavutil/parseutils.c:122:55: style: Function 'av_parse_video_rate' argument 2 names different: declaration 'str' definition 'arg'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/parseutils.h:53:55: note: Function 'av_parse_video_rate' argument 2 names different: declaration 'str' definition 'arg'.
firefox-62.0/media/libav/libavutil/parseutils.c:122:55: note: Function 'av_parse_video_rate' argument 2 names different: declaration 'str' definition 'arg'.
firefox-62.0/media/libav/libavutil/sha.c:256:32: style: Function 'av_sha_init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/sha.h:53:31: note: Function 'av_sha_init' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libav/libavutil/sha.c:256:32: note: Function 'av_sha_init' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libav/libavutil/sha.c:297:27: style: Function 'av_sha_update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/sha.h:62:34: note: Function 'av_sha_update' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libav/libavutil/sha.c:297:27: note: Function 'av_sha_update' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libav/libavutil/sha.c:324:26: style: Function 'av_sha_final' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
firefox-62.0/media/libav/libavutil/sha.h:70:33: note: Function 'av_sha_final' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libav/libavutil/sha.c:324:26: note: Function 'av_sha_final' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libcubeb/gtest/test_audio.cpp:74:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/libcubeb/gtest/test_audio.cpp:103:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/gtest/test_audio.cpp:99:0: note: Variable 'r' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/gtest/test_audio.cpp:103:3: note: Variable 'r' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/gtest/test_audio.cpp:154:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/gtest/test_audio.cpp:150:0: note: Variable 'r' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/gtest/test_audio.cpp:154:3: note: Variable 'r' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/gtest/common.h:98:16: style: The scope of the variable 'ctx_backend' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/gtest/test_audio.cpp:84:29: performance: Function parameter 'backend_id' should be passed by const reference. [passedByValue]
firefox-62.0/media/libcubeb/gtest/test_audio.cpp:91:35: performance: Function parameter 'backend_id' should be passed by const reference. [passedByValue]
firefox-62.0/media/libcubeb/gtest/test_duplex.cpp:45:23: warning: Logical conjunction always evaluates to false: EXPR <= -1.0 && EXPR >= 1.0. [incorrectLogicOperator]
firefox-62.0/media/libcubeb/gtest/test_record.cpp:40:22: warning: Logical conjunction always evaluates to false: EXPR <= -1.0 && EXPR >= 1.0. [incorrectLogicOperator]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:414:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:414:11: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:432:15: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:432:15: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:432:15: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:457:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:457:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:457:8: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:228:0: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:579:8: style: The scope of the variable 'got' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:623:8: style: The scope of the variable 'got' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:337:0: style: The scope of the variable 'got' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:251:3: warning: Member variable 'osc_state::max_output_phase_index' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:251:3: warning: Member variable 'osc_state::output_rate' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/libcubeb/gtest/test_resampler.cpp:251:3: warning: Member variable 'osc_state::target_rate' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/libcubeb/gtest/test_sanity.cpp:334:7: style: Condition '!is_windows_7()' is always true [knownConditionTrueFalse]
firefox-62.0/media/libcubeb/gtest/test_sanity.cpp:95:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/gtest/test_sanity.cpp:351:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/gtest/test_tone.cpp:34:9: style: The scope of the variable 't1' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/gtest/test_tone.cpp:34:13: style: The scope of the variable 't2' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_alsa.c:394:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libcubeb/src/cubeb_alsa.c:1011:14: style: Same expression on both sides of '==' because the value of 'result' and 'CUBEB_OK' are the same. [duplicateExpression]
firefox-62.0/media/libcubeb/src/cubeb_alsa.c:1008:16: note: 'result' is assigned value 'CUBEB_OK' here.
firefox-62.0/media/libcubeb/src/cubeb_alsa.c:1011:14: note: Same expression on both sides of '==' because the value of 'result' and 'CUBEB_OK' are the same.
firefox-62.0/media/libcubeb/src/cubeb_alsa.c:1211:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:694:10: warning: Possible null pointer dereference: info [nullPointer]
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:684:24: note: Assignment 'info=nullptr', assigned value is 0
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:694:10: note: Null pointer dereference
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:695:3: warning: Possible null pointer dereference: info [nullPointer]
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:684:24: note: Assignment 'info=nullptr', assigned value is 0
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:695:3: note: Null pointer dereference
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:813:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:2088:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:1251: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/media/libcubeb/src/cubeb_audiounit.cpp:1249:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:1251:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:1283: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/media/libcubeb/src/cubeb_audiounit.cpp:1281:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:1283:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:3033:12: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_audiounit.cpp:3038:60: warning: Obsolete function 'alloca' called. [allocaCalled]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:709:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:863:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:875:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:284:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:296:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:328:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:587:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:440:75: style: Function 'cbjack_deinterleave_playback_refill_float' argument 2 names different: declaration 'bufs_in' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:93:86: note: Function 'cbjack_deinterleave_playback_refill_float' argument 2 names different: declaration 'bufs_in' definition 'in'.
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:440:75: note: Function 'cbjack_deinterleave_playback_refill_float' argument 2 names different: declaration 'bufs_in' definition 'in'.
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:498:75: style: Function 'cbjack_deinterleave_playback_refill_s16ne' argument 2 names different: declaration 'bufs_in' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:92:86: note: Function 'cbjack_deinterleave_playback_refill_s16ne' argument 2 names different: declaration 'bufs_in' definition 'in'.
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:498:75: note: Function 'cbjack_deinterleave_playback_refill_s16ne' argument 2 names different: declaration 'bufs_in' definition 'in'.
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:655:55: style: Function 'cbjack_get_latency' argument 2 names different: declaration 'latency_frames' definition 'latency_ms'. [funcArgNamesDifferent]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:88:66: note: Function 'cbjack_get_latency' argument 2 names different: declaration 'latency_frames' definition 'latency_ms'.
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:655:55: note: Function 'cbjack_get_latency' argument 2 names different: declaration 'latency_frames' definition 'latency_ms'.
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:662:80: style: Function 'cbjack_get_min_latency' argument 3 names different: declaration 'latency_frames' definition 'latency_ms'. [funcArgNamesDifferent]
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:87:87: note: Function 'cbjack_get_min_latency' argument 3 names different: declaration 'latency_frames' definition 'latency_ms'.
firefox-62.0/media/libcubeb/src/cubeb_jack.cpp:662:80: note: Function 'cbjack_get_min_latency' argument 3 names different: declaration 'latency_frames' definition 'latency_ms'.
firefox-62.0/media/libcubeb/src/cubeb_ringbuffer.h:234:8: style: Technically the member function 'ring_buffer_base::reset_thread_ids' can be const. [functionConst]
firefox-62.0/media/libcubeb/src/cubeb_ringbuffer.h:247:8: performance: Technically the member function 'ring_buffer_base::empty_internal' can be static. [functionStatic]
firefox-62.0/media/libcubeb/src/cubeb_log.cpp:52:16: style: Technically the member function 'cubeb_log_message::get' can be const. [functionConst]
firefox-62.0/media/libcubeb/src/cubeb_ringbuffer.h:63:3: style: Class 'ring_buffer_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/libcubeb/src/cubeb_log.cpp:41:3: style: Class 'cubeb_log_message' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/libcubeb/src/cubeb_mixer.cpp:563:16: style: Checking if unsigned variable 'frames' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-62.0/media/libcubeb/src/cubeb_mixer.cpp:76:68: style: Function 'cubeb_channel_layout_nb_channels' argument 1 names different: declaration 'channel_layout' definition 'x'. [funcArgNamesDifferent]
firefox-62.0/media/libcubeb/src/cubeb_mixer.h:31:68: note: Function 'cubeb_channel_layout_nb_channels' argument 1 names different: declaration 'channel_layout' definition 'x'.
firefox-62.0/media/libcubeb/src/cubeb_mixer.cpp:76:68: note: Function 'cubeb_channel_layout_nb_channels' argument 1 names different: declaration 'channel_layout' definition 'x'.
firefox-62.0/media/libcubeb/src/cubeb_mixer.cpp:612:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libcubeb/src/android/cubeb_media_library.h:35:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/src/android/cubeb_media_library.h:34:0: note: Variable 'rv' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/android/cubeb_media_library.h:35:3: note: Variable 'rv' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/android/cubeb-output-latency.h:22:3: style: Variable 'ol' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/src/android/cubeb-output-latency.h:21:0: note: Variable 'ol' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/android/cubeb-output-latency.h:22:3: note: Variable 'ol' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_opensl.c:509:3: style: Variable 'output_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/src/cubeb_opensl.c:506:0: note: Variable 'output_buffer' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_opensl.c:509:3: note: Variable 'output_buffer' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:795:59: style: Redundant condition: stream_params->layout!=CUBEB_LAYOUT_UNDEFINED. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:269:78: warning: Either the condition 'if(input_data)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:276:8: note: Assuming that condition 'if(input_data)' is not redundant
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:269:78: note: Null pointer addition
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:623:3: style: Variable 'libpulse' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:616:0: note: Variable 'libpulse' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:623:3: note: Variable 'libpulse' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:250:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:251:8: style: The scope of the variable 'got' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:1092:12: style: The scope of the variable 'index' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:1093:18: style: The scope of the variable 'op' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:1096:26: style: The scope of the variable 'ss' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_pulse.c:479:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:569:0: style: Expression is always false because 'else if' condition matches previous condition at line 562. [multiCondition]
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:157:5: style: Variable 'out_unprocessed' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:150:0: note: Variable 'out_unprocessed' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:157:5: note: Variable 'out_unprocessed' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:198:3: style: Variable 'resampled_input' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:190:0: note: Variable 'resampled_input' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:198:3: note: Variable 'resampled_input' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:243:3: style: Variable 'out_unprocessed' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:224:0: note: Variable 'out_unprocessed' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:243:3: note: Variable 'out_unprocessed' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:562:0: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:562:0: note: Opposite expression on both sides of '&&'.
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:562:0: note: Opposite expression on both sides of '&&'.
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:569:0: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:569:0: note: Opposite expression on both sides of '&&'.
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:569:0: note: Opposite expression on both sides of '&&'.
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:578:0: style: Same expression on both sides of '&&' because the value of 'input_resampler' and 'output_resampler' are the same. [duplicateExpression]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:514:0: note: 'input_resampler' is assigned value 'nullptr' here.
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:515:0: note: 'output_resampler' is assigned value 'nullptr' here.
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:578:0: note: Same expression on both sides of '&&' because the value of 'input_resampler' and 'output_resampler' are the same.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:331:29: style: Function 'cubeb_resampler_fill' argument 3 names different: declaration 'input_frame_count' definition 'input_frames_count'. [funcArgNamesDifferent]
firefox-62.0/media/libcubeb/src/cubeb_resampler.h:64:34: note: Function 'cubeb_resampler_fill' argument 3 names different: declaration 'input_frame_count' definition 'input_frames_count'.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:331:29: note: Function 'cubeb_resampler_fill' argument 3 names different: declaration 'input_frame_count' definition 'input_frames_count'.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:213:0: style: Function 'fill_internal_duplex' argument 1 names different: declaration 'input_buffer' definition 'in_buffer'. [funcArgNamesDifferent]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:147:0: note: Function 'fill_internal_duplex' argument 1 names different: declaration 'input_buffer' definition 'in_buffer'.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:213:0: note: Function 'fill_internal_duplex' argument 1 names different: declaration 'input_buffer' definition 'in_buffer'.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:214:0: style: Function 'fill_internal_duplex' argument 3 names different: declaration 'output_buffer' definition 'out_buffer'. [funcArgNamesDifferent]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:148:0: note: Function 'fill_internal_duplex' argument 3 names different: declaration 'output_buffer' definition 'out_buffer'.
firefox-62.0/media/libcubeb/src/cubeb_resampler.cpp:214:0: note: Function 'fill_internal_duplex' argument 3 names different: declaration 'output_buffer' definition 'out_buffer'.
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:465:0: performance: Technically the member function 'delay_line < short >::input_needed_for_output' can be static. [functionStatic]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:470:0: performance: Technically the member function 'delay_line < short >::output_for_input' can be static. [functionStatic]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:476:0: style: Technically the member function 'delay_line < short >::latency' can be const. [functionConst]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:465:0: performance: Technically the member function 'delay_line < float >::input_needed_for_output' can be static. [functionStatic]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:470:0: performance: Technically the member function 'delay_line < float >::output_for_input' can be static. [functionStatic]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:476:0: style: Technically the member function 'delay_line < float >::latency' can be const. [functionConst]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:129:0: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:52:16: note: Virtual function in base class
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:129:0: note: Function in derived class
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:132:0: style: The function 'latency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:54:16: note: Virtual function in base class
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:132:0: note: Function in derived class
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:88:0: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:52:16: note: Virtual function in base class
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:88:0: note: Function in derived class
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:91:0: style: The function 'latency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:54:16: note: Virtual function in base class
firefox-62.0/media/libcubeb/src/cubeb_resampler_internal.h:91:0: note: Function in derived class
firefox-62.0/media/libcubeb/src/cubeb_sndio.c:62:11: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_sndio.c:77:7: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_sndio.c:115:26: style: The scope of the variable 'nfds' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_sndio.c:115:32: style: The scope of the variable 'events' can be reduced. [variableScope]
firefox-62.0/media/libcubeb/src/cubeb_wasapi.cpp:1794:65: warning: Either the condition 'input_stream_params?(input_stream_params->prefs&CUBEB_STREAM_PREF_DISABLE_DEVICE_SWITCHING):0' is redundant or there is possible null pointer dereference: input_stream_params. [nullPointerRedundantCheck]
firefox-62.0/media/libcubeb/src/cubeb_wasapi.cpp:1841:30: note: Assuming that condition 'input_stream_params?(input_stream_params->prefs&CUBEB_STREAM_PREF_DISABLE_DEVICE_SWITCHING):0' is not redundant
firefox-62.0/media/libcubeb/src/cubeb_wasapi.cpp:1794:65: note: Null pointer dereference
firefox-62.0/media/libcubeb/src/cubeb_wasapi.cpp:309:3: style: Class 'wasapi_endpoint_notification_client' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/libcubeb/src/cubeb_winmm.c:141:3: style: Variable 'hdr' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libcubeb/src/cubeb_winmm.c:138:0: note: Variable 'hdr' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_winmm.c:141:3: note: Variable 'hdr' is reassigned a value before the old one has been used.
firefox-62.0/media/libcubeb/src/cubeb_winmm.c:827:54: style: Variable 'status' is not assigned a value. [unassignedVariable]
firefox-62.0/media/libcubeb/src/cubeb_winmm.c:905:54: style: Variable 'status' is not assigned a value. [unassignedVariable]
firefox-62.0/media/libjpeg/jcapimin.c:137:15: style: The scope of the variable 'qtbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcapimin.c:138:14: style: The scope of the variable 'htbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcarith.c:326:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcarith.c:369:18: style: The scope of the variable 'st' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcarith.c:370:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcarith.c:370:17: style: The scope of the variable 'tbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcarith.c:371:14: style: The scope of the variable 'm' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcarith.c:462:14: style: The scope of the variable 'm' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcarith.c:688:18: style: The scope of the variable 'st' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcarith.c:689:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcarith.c:689:17: style: The scope of the variable 'tbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccoefct.c:249:14: style: The scope of the variable 'blocks_across' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccoefct.c:250:15: style: The scope of the variable 'h_samp_factor' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccoefct.c:250:53: style: The scope of the variable 'ndummy' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:39:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:40:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:40:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:40:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:96:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:97:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:130:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:131:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:131:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolext.c:131:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolor.c:387:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolor.c:387:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolor.c:387:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolor.c:387:48: style: The scope of the variable 'outptr3' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jccolor.c:439:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcdctmgr.c:106:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/media/libjpeg/jcdctmgr.c:239:11: style: The scope of the variable 'qtblno' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcdctmgr.c:241:15: style: The scope of the variable 'qtbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcdctmgr.c:376:21: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcdctmgr.c:411:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcdctmgr.c:416:12: style: The scope of the variable 'recip' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcdctmgr.c:416:19: style: The scope of the variable 'corr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcdctmgr.c:417:7: style: The scope of the variable 'shift' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcdctmgr.c:530:21: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcdctmgr.c:560:23: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jchuff.c:150:11: style: The scope of the variable 'dctbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jchuff.c:150:18: style: The scope of the variable 'actbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jchuff.c:831:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jchuff.c:893:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jchuff.c:893:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jchuff.c:895:8: style: The scope of the variable 'v' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jchuff.c:1031:11: style: The scope of the variable 'dctbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jchuff.c:1031:18: style: The scope of the variable 'actbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmainct.c:134:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmainct.c:135:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmarker.c:205:9: warning: Either the condition 'htbl==NULL' is redundant or there is possible null pointer dereference: htbl. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jcmarker.c:202:12: note: Assuming that condition 'htbl==NULL' is not redundant
firefox-62.0/media/libjpeg/jcmarker.c:205:9: note: Null pointer dereference
firefox-62.0/media/libjpeg/jcmarker.c:193:7: style: The scope of the variable 'length' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmarker.c:193:15: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmarker.c:322:10: style: The scope of the variable 'td' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmarker.c:322:14: style: The scope of the variable 'ta' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmarker.c:323:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmarker.c:562:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmarker.c:563:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmaster.c:183:15: style: The scope of the variable 'ncomps' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmaster.c:184:7: style: The scope of the variable 'Ss' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmaster.c:184:11: style: The scope of the variable 'Se' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmaster.c:184:15: style: The scope of the variable 'Ah' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmaster.c:184:19: style: The scope of the variable 'Al' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmaster.c:359:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmaster.c:359:11: style: The scope of the variable 'mcublks' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcmaster.c:98:27: style: Checking if unsigned variable 'cinfo->image_height' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/libjpeg/jcmaster.c:98:54: style: Checking if unsigned variable 'cinfo->image_width' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/libjpeg/jcparam.c:39:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcparam.c:444:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jstdhuff.c:45:3: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
firefox-62.0/media/libjpeg/jstdhuff.c:45:3: warning: Either the condition 'nsymbols>256' is redundant or memset() argument nr 3 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
firefox-62.0/media/libjpeg/jstdhuff.c:41:32: note: Assuming that condition 'nsymbols>256' is not redundant
firefox-62.0/media/libjpeg/jstdhuff.c:45:3: note: Invalid argument
firefox-62.0/media/libjpeg/jcphuff.c:319:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcphuff.c:319:22: style: The scope of the variable 'nbits' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcphuff.c:350:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcphuff.c:381:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcphuff.c:381:22: style: The scope of the variable 'temp2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcphuff.c:382:16: style: The scope of the variable 'nbits' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcphuff.c:383:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcphuff.c:386:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcphuff.c:468:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcphuff.c:575:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcprepct.c:138:7: style: The scope of the variable 'numrows' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcprepct.c:139:14: style: The scope of the variable 'inrows' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcprepct.c:321:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcprepct.c:322:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:98:20: style: The scope of the variable 'pixval' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:99:16: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:100:7: style: The scope of the variable 'row' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:128:14: style: The scope of the variable 'in_ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:128:22: style: The scope of the variable 'out_ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:153:19: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:225:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:225:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:226:16: style: The scope of the variable 'bias' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:262:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:262:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:262:37: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:263:16: style: The scope of the variable 'bias' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:305:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:305:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:305:37: style: The scope of the variable 'above_ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:305:48: style: The scope of the variable 'below_ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:305:59: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:306:9: style: The scope of the variable 'membersum' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:306:20: style: The scope of the variable 'neighsum' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:405:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:405:28: style: The scope of the variable 'above_ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:405:39: style: The scope of the variable 'below_ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:405:50: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:406:9: style: The scope of the variable 'membersum' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:406:20: style: The scope of the variable 'neighsum' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:407:7: style: The scope of the variable 'colsum' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:407:15: style: The scope of the variable 'lastcolsum' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jcsample.c:407:27: style: The scope of the variable 'nextcolsum' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jctrans.c:72:15: style: The scope of the variable 'c_quant' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jctrans.c:72:25: style: The scope of the variable 'slot_quant' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdapistd.c:168:8: warning: Either the condition '!width' is redundant or there is possible null pointer dereference: width. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jdapistd.c:164:19: note: Assuming that condition '!width' is not redundant
firefox-62.0/media/libjpeg/jdapistd.c:168:8: note: Null pointer dereference
firefox-62.0/media/libjpeg/jdapistd.c:168:23: warning: Either the condition '!xoffset' is redundant or there is possible null pointer dereference: xoffset. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jdapistd.c:164:7: note: Assuming that condition '!xoffset' is not redundant
firefox-62.0/media/libjpeg/jdapistd.c:168:23: note: Null pointer dereference
firefox-62.0/media/libjpeg/jdapistd.c:172:8: warning: Either the condition '!width' is redundant or there is possible null pointer dereference: width. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jdapistd.c:164:19: note: Assuming that condition '!width' is not redundant
firefox-62.0/media/libjpeg/jdapistd.c:172:8: note: Null pointer dereference
firefox-62.0/media/libjpeg/jdapistd.c:196:20: warning: Either the condition '!xoffset' is redundant or there is possible null pointer dereference: xoffset. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jdapistd.c:164:7: note: Assuming that condition '!xoffset' is not redundant
firefox-62.0/media/libjpeg/jdapistd.c:196:20: note: Null pointer dereference
firefox-62.0/media/libjpeg/jdapistd.c:197:4: warning: Either the condition '!xoffset' is redundant or there is possible null pointer dereference: xoffset. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jdapistd.c:164:7: note: Assuming that condition '!xoffset' is not redundant
firefox-62.0/media/libjpeg/jdapistd.c:197:4: note: Null pointer dereference
firefox-62.0/media/libjpeg/jdapistd.c:204:38: warning: Either the condition '!xoffset' is redundant or there is possible null pointer dereference: xoffset. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jdapistd.c:164:7: note: Assuming that condition '!xoffset' is not redundant
firefox-62.0/media/libjpeg/jdapistd.c:204:38: note: Null pointer dereference
firefox-62.0/media/libjpeg/jdapistd.c:211:27: warning: Either the condition '!xoffset' is redundant or there is possible null pointer dereference: xoffset. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jdapistd.c:164:7: note: Assuming that condition '!xoffset' is not redundant
firefox-62.0/media/libjpeg/jdapistd.c:211:27: note: Null pointer dereference
firefox-62.0/media/libjpeg/jdapistd.c:213:41: warning: Either the condition '!xoffset' is redundant or there is possible null pointer dereference: xoffset. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jdapistd.c:164:7: note: Assuming that condition '!xoffset' is not redundant
firefox-62.0/media/libjpeg/jdapistd.c:213:41: note: Null pointer dereference
firefox-62.0/media/libjpeg/jdmainct.h:53:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdapistd.c:156:18: style: The scope of the variable 'orig_downsampled_width' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:200:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:251:18: style: The scope of the variable 'st' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:252:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:252:17: style: The scope of the variable 'tbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:330:18: style: The scope of the variable 'st' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:331:12: style: The scope of the variable 'sign' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:332:7: style: The scope of the variable 'v' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:332:10: style: The scope of the variable 'm' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:438:18: style: The scope of the variable 'st' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:507:18: style: The scope of the variable 'st' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:508:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdarith.c:508:17: style: The scope of the variable 'tbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdatasrc.c:109:14: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/libjpeg/jdcoefct.c:388:15: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
firefox-62.0/media/libjpeg/jdcoefct.c:359:15: style: The scope of the variable 'qtable' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcoefct.c:648:13: style: The scope of the variable 'access_rows' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolext.c:37:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolext.c:38:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolext.c:38:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolext.c:38:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolext.c:120:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:334:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:335:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:335:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:335:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:541:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:542:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:542:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:542:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:26:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:27:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:27:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:27:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:105:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:106:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:106:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:106:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:189:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:190:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:190:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:190:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:244:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:245:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:245:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:245:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:303:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:303:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:343:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcol565.c:343:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:755:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdcolor.c:236:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libjpeg/jdcolor.c:239:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libjpeg/jddctmgr.c:68:19: style: union member 'multiplier_table::islow_array' is never used. [unusedStructMember]
firefox-62.0/media/libjpeg/jddctmgr.c:70:19: style: union member 'multiplier_table::ifast_array' is never used. [unusedStructMember]
firefox-62.0/media/libjpeg/jddctmgr.c:73:19: style: union member 'multiplier_table::float_array' is never used. [unusedStructMember]
firefox-62.0/media/libjpeg/jdhuff.c:94:17: style: The scope of the variable 'dctbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdhuff.c:94:24: style: The scope of the variable 'actbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdhuff.c:95:19: style: The scope of the variable 'pdtbl' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdhuff.c:459:3: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
firefox-62.0/media/libjpeg/jdhuff.c:467:5: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
firefox-62.0/media/libjpeg/jdhuff.c:580:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libjpeg/jdhuff.c:608:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libjpeg/jdhuff.c:676:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libjpeg/jdhuff.c:698:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libjpeg/jdinput.c:149:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdinput.c:149:11: style: The scope of the variable 'mcublks' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmainct.c:135:11: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmainct.c:176:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmainct.c:217:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmainct.c:217:22: style: The scope of the variable 'iMCUheight' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmainct.c:217:34: style: The scope of the variable 'rows_left' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmainct.c:423:11: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmarker.c:529:30: warning: Either the condition 'n>=4' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
firefox-62.0/media/libjpeg/jdmarker.c:526:11: note: Assuming that condition 'n>=4' is not redundant
firefox-62.0/media/libjpeg/jdmarker.c:529:30: note: Array index out of bounds
firefox-62.0/media/libjpeg/jdmarker.c:439:17: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmarker.c:511:13: style: The scope of the variable 'prec' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmarker.c:684:16: style: The scope of the variable 'version' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmarker.c:684:25: style: The scope of the variable 'flags0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmarker.c:684:33: style: The scope of the variable 'flags1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmarker.c:684:41: style: The scope of the variable 'transform' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmarker.c:270:27: style: Checking if unsigned variable 'cinfo->image_height' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/libjpeg/jdmarker.c:270:54: style: Checking if unsigned variable 'cinfo->image_width' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/libjpeg/jdmerge.c:259:12: style: The scope of the variable 'work_ptrs' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdmerge.c:215:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libjpeg/jdmerge.c:218:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libjpeg/jdphuff.c:101:8: style: The scope of the variable 'coef_bit_ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdpostct.c:165:28: style: The scope of the variable 'num_rows' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:66:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:67:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:164:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:167:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:207:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:209:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:235:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:237:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:278:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:278:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:279:16: style: The scope of the variable 'invalue' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:416:11: style: The scope of the variable 'need_buffer' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:417:7: style: The scope of the variable 'h_in_group' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:417:19: style: The scope of the variable 'v_in_group' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:417:31: style: The scope of the variable 'h_out_group' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jdsample.c:417:44: style: The scope of the variable 'v_out_group' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctflt.c:82:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctfst.c:181:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:183:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:436:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:585:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:706:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:820:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:911:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:1079:25: style: The scope of the variable 'z5' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:1083:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:1278:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:1472:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:1688:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:1916:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:2142:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctint.c:2384:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctred.c:130:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jidctred.c:283:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:1132:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1132:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1133:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1133:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1134:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1134:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1135:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1135:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1136:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1136:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1137:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1137:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1138:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1138:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1139:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1139:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1140:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1140:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1141:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1141:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1142:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1142:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1145:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1145:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:1148:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
firefox-62.0/media/libjpeg/jmemmgr.c:1126:11: note: Assuming that condition 'mem==NULL' is not redundant
firefox-62.0/media/libjpeg/jmemmgr.c:1148:3: note: Null pointer dereference
firefox-62.0/media/libjpeg/jmemmgr.c:275:10: style: The scope of the variable 'min_request' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:275:23: style: The scope of the variable 'slop' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:758:34: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:758:46: style: The scope of the variable 'rows' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:758:52: style: The scope of the variable 'thisrow' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:791:34: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:791:46: style: The scope of the variable 'rows' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:791:52: style: The scope of the variable 'thisrow' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:829:14: style: The scope of the variable 'undef_row' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:914:14: style: The scope of the variable 'undef_row' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jmemmgr.c:680:27: style: Checking if unsigned variable 'space_per_minheight' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/libjpeg/jmemmgr.c:698:24: style: Checking if unsigned variable 'max_minheights' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/libjpeg/jquant1.c:446:17: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
firefox-62.0/media/libjpeg/jquant1.c:452:27: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
firefox-62.0/media/libjpeg/jquant1.c:281:14: style: The scope of the variable 'nci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:281:19: style: The scope of the variable 'blksize' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:340:11: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:340:14: style: The scope of the variable 'nci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:340:28: style: The scope of the variable 'val' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:439:13: style: The scope of the variable 'nci' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:469:21: style: The scope of the variable 'ptrin' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:469:28: style: The scope of the variable 'ptrout' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:496:21: style: The scope of the variable 'ptrin' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:496:28: style: The scope of the variable 'ptrout' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:527:7: style: The scope of the variable 'row_index' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:573:21: style: The scope of the variable 'input_ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:574:21: style: The scope of the variable 'output_ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:578:8: style: The scope of the variable 'dither0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:579:8: style: The scope of the variable 'dither1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:580:8: style: The scope of the variable 'dither2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:581:7: style: The scope of the variable 'row_index' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant1.c:581:18: style: The scope of the variable 'col_index' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:207:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:408:7: style: The scope of the variable 'c0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:408:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:408:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:409:22: style: The scope of the variable 'b2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:640:10: style: The scope of the variable 'x' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:765:10: style: The scope of the variable 'icolor' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:767:12: style: The scope of the variable 'cptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:768:9: style: The scope of the variable 'dist0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:770:9: style: The scope of the variable 'xx0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:772:9: style: The scope of the variable 'inc0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:772:15: style: The scope of the variable 'inc1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:772:21: style: The scope of the variable 'inc2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:901:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:901:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:935:23: style: The scope of the variable 'cur0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:935:29: style: The scope of the variable 'cur1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:935:35: style: The scope of the variable 'cur2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:936:14: style: The scope of the variable 'belowerr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:936:25: style: The scope of the variable 'belowerr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:936:36: style: The scope of the variable 'belowerr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:937:14: style: The scope of the variable 'bpreverr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:937:25: style: The scope of the variable 'bpreverr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:937:36: style: The scope of the variable 'bpreverr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:939:12: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jquant2.c:940:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jutils.c:103:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/jutils.c:103:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jccolext-altivec.c:31:12: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jccolext-altivec.c:31:19: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jccolext-altivec.c:31:28: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jccolext-altivec.c:31:37: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcgryext-altivec.c:32:12: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcgryext-altivec.c:32:19: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcsample.h:15:20: style: The scope of the variable 'pixval' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcsample.h:16:16: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcsample.h:17:7: style: The scope of the variable 'row' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcsample-altivec.c:37:12: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcsample-altivec.c:37:19: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcsample-altivec.c:93:12: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcsample-altivec.c:93:20: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jcsample-altivec.c:93:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdcolext-altivec.c:30:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdcolext-altivec.c:30:20: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdcolext-altivec.c:30:28: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdcolext-altivec.c:30:36: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdcolext-altivec.c:57:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libjpeg/simd/jdmrgext-altivec.c:59:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libjpeg/simd/jdsample-altivec.c:35:19: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdsample-altivec.c:131:37: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdsample-altivec.c:131:46: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdsample-altivec.c:316:12: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdsample-altivec.c:316:19: style: The scope of the variable 'outptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdsample-altivec.c:355:12: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdsample-altivec.c:355:19: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jdsample-altivec.c:355:28: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
firefox-62.0/media/libjpeg/simd/jidctfst-altivec.c:132:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libjpeg/simd/jidctfst-altivec.c:114:33: style: Function 'jsimd_idct_ifast_altivec' argument 1 names different: declaration 'dct_table' definition 'dct_table_'. [funcArgNamesDifferent]
firefox-62.0/media/libjpeg/simd/jsimd.h:841:16: note: Function 'jsimd_idct_ifast_altivec' argument 1 names different: declaration 'dct_table' definition 'dct_table_'.
firefox-62.0/media/libjpeg/simd/jidctfst-altivec.c:114:33: note: Function 'jsimd_idct_ifast_altivec' argument 1 names different: declaration 'dct_table' definition 'dct_table_'.
firefox-62.0/media/libjpeg/simd/jidctint-altivec.c:209:33: style: Function 'jsimd_idct_islow_altivec' argument 1 names different: declaration 'dct_table' definition 'dct_table_'. [funcArgNamesDifferent]
firefox-62.0/media/libjpeg/simd/jsimd.h:816:16: note: Function 'jsimd_idct_islow_altivec' argument 1 names different: declaration 'dct_table' definition 'dct_table_'.
firefox-62.0/media/libjpeg/simd/jidctint-altivec.c:209:33: note: Function 'jsimd_idct_islow_altivec' argument 1 names different: declaration 'dct_table' definition 'dct_table_'.
firefox-62.0/media/libmkv/EbmlBufferWriter.c:32:23: error: Uninitialized variable: x [uninitvar]
firefox-62.0/media/libmkv/EbmlWriter.c:113:83: style: Function 'Ebml_SerializeBinary' argument 3 names different: declaration 'ui' definition 'bin'. [funcArgNamesDifferent]
firefox-62.0/media/libmkv/EbmlWriter.h:40:83: note: Function 'Ebml_SerializeBinary' argument 3 names different: declaration 'ui' definition 'bin'.
firefox-62.0/media/libmkv/EbmlWriter.c:113:83: note: Function 'Ebml_SerializeBinary' argument 3 names different: declaration 'ui' definition 'bin'.
firefox-62.0/media/libmkv/WebMElement.c:19:30: style: Function 'writeHeader' argument 1 names different: declaration 'ebml' definition 'glob'. [funcArgNamesDifferent]
firefox-62.0/media/libmkv/WebMElement.h:19:30: note: Function 'writeHeader' argument 1 names different: declaration 'ebml' definition 'glob'.
firefox-62.0/media/libmkv/WebMElement.c:19:30: note: Function 'writeHeader' argument 1 names different: declaration 'ebml' definition 'glob'.
firefox-62.0/media/libmkv/WebMElement.c:32:35: style: Function 'writeSimpleBlock' argument 1 names different: declaration 'ebml' definition 'glob'. [funcArgNamesDifferent]
firefox-62.0/media/libmkv/WebMElement.h:30:35: note: Function 'writeSimpleBlock' argument 1 names different: declaration 'ebml' definition 'glob'.
firefox-62.0/media/libmkv/WebMElement.c:32:35: note: Function 'writeSimpleBlock' argument 1 names different: declaration 'ebml' definition 'glob'.
firefox-62.0/media/libmkv/WebMElement.c:58:34: style: Function 'writeVideoTrack' argument 1 names different: declaration 'ebml' definition 'glob'. [funcArgNamesDifferent]
firefox-62.0/media/libmkv/WebMElement.h:22:34: note: Function 'writeVideoTrack' argument 1 names different: declaration 'ebml' definition 'glob'.
firefox-62.0/media/libmkv/WebMElement.c:58:34: note: Function 'writeVideoTrack' argument 1 names different: declaration 'ebml' definition 'glob'.
firefox-62.0/media/libmkv/WebMElement.c:89:37: style: Function 'writeAudioTrack' argument 9 names different: declaration 'private_' definition 'private'. [funcArgNamesDifferent]
firefox-62.0/media/libmkv/WebMElement.h:28:37: note: Function 'writeAudioTrack' argument 9 names different: declaration 'private_' definition 'private'.
firefox-62.0/media/libmkv/WebMElement.c:89:37: note: Function 'writeAudioTrack' argument 9 names different: declaration 'private_' definition 'private'.
firefox-62.0/media/libnestegg/src/nestegg.c:625:10: style: The scope of the variable 'get' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:743:18: style: The scope of the variable 'base' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:793:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1096:22: style: The scope of the variable 'peeked_id' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1097:30: style: The scope of the variable 'element' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1184:37: style: The scope of the variable 'aes_settings' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1252:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1326:24: style: The scope of the variable 't_entry' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1428:24: style: The scope of the variable 'data_size' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1676:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1677:22: style: The scope of the variable 'data_size' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1680:7: style: The scope of the variable 'has_data' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1884:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:1886:17: style: The scope of the variable 'found' can be reduced. [variableScope]
firefox-62.0/media/libnestegg/src/nestegg.c:2182:38: warning: Suspicious code: sign conversion of 18446744073709551615 in calculation because '18446744073709551615' has a negative value [signConversion]
firefox-62.0/media/libnestegg/src/nestegg.c:203:13: style: union member 'ebml_value::i' is never used. [unusedStructMember]
firefox-62.0/media/libogg/src/ogg_framing.c:395:8: style: The scope of the variable 'acc' can be reduced. [variableScope]
firefox-62.0/media/libopus/celt/stack_alloc.h:39:0: error: #error "Opus requires one of VAR_ARRAYS, USE_ALLOCA, or NONTHREADSAFE_PSEUDOSTACK be defined to select the temporary allocation mode." [preprocessorErrorDirective]
firefox-62.0/media/libopus/celt/entdec.c:199:12: style: The scope of the variable 'ft' can be reduced. [variableScope]
firefox-62.0/media/libopus/celt/entdec.c:225:48: style: Function 'ec_dec_bits' argument 2 names different: declaration '_ftb' definition '_bits'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/celt/entdec.h:98:48: note: Function 'ec_dec_bits' argument 2 names different: declaration '_ftb' definition '_bits'.
firefox-62.0/media/libopus/celt/entdec.c:225:48: note: Function 'ec_dec_bits' argument 2 names different: declaration '_ftb' definition '_bits'.
firefox-62.0/media/libopus/celt/entenc.c:176:13: style: The scope of the variable 'ft' can be reduced. [variableScope]
firefox-62.0/media/libopus/celt/entenc.c:177:13: style: The scope of the variable 'fl' can be reduced. [variableScope]
firefox-62.0/media/libopus/celt/entenc.c:193:57: style: Function 'ec_enc_bits' argument 3 names different: declaration '_ftb' definition '_bits'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/celt/entenc.h:77:57: note: Function 'ec_enc_bits' argument 3 names different: declaration '_ftb' definition '_bits'.
firefox-62.0/media/libopus/celt/entenc.c:193:57: note: Function 'ec_enc_bits' argument 3 names different: declaration '_ftb' definition '_bits'.
firefox-62.0/media/libopus/silk/LPC_analysis_filter.c:64:23: style: The scope of the variable 'in_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/NLSF_VQ.c:36:33: style: Function 'silk_NLSF_VQ' argument 1 names different: declaration 'err_Q26' definition 'err_Q24'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/silk/main.h:350:33: note: Function 'silk_NLSF_VQ' argument 1 names different: declaration 'err_Q26' definition 'err_Q24'.
firefox-62.0/media/libopus/silk/NLSF_VQ.c:36:33: note: Function 'silk_NLSF_VQ' argument 1 names different: declaration 'err_Q26' definition 'err_Q24'.
firefox-62.0/media/libopus/silk/NLSF_encode.c:59:23: style: The scope of the variable 'pCB_element' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/NLSF_encode.c:42:34: style: Function 'silk_NLSF_encode' argument 4 names different: declaration 'pW_QW' definition 'pW_Q2'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/silk/main.h:342:34: note: Function 'silk_NLSF_encode' argument 4 names different: declaration 'pW_QW' definition 'pW_Q2'.
firefox-62.0/media/libopus/silk/NLSF_encode.c:42:34: note: Function 'silk_NLSF_encode' argument 4 names different: declaration 'pW_QW' definition 'pW_Q2'.
firefox-62.0/media/libopus/silk/NSQ.c:96:26: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/NSQ.c:96:34: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/NSQ.c:96:42: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/NSQ_del_dec.c:137:26: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/NSQ_del_dec.c:137:34: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/NSQ_del_dec.c:137:42: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/NSQ_del_dec.c:670:26: style: The scope of the variable 'psDD' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/PLC.c:204:46: style: The scope of the variable 'pred_lag_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/arm/NSQ_del_dec_neon_intr.c:262:30: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/arm/NSQ_del_dec_neon_intr.c:262:38: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/arm/NSQ_del_dec_neon_intr.c:262:46: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/control_SNR.c:43:23: style: The scope of the variable 'rateTable' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/decode_core.c:47:17: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/decode_core.c:47:25: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/decode_core.c:51:43: style: The scope of the variable 'pres_Q14' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/decode_parameters.c:43:22: style: The scope of the variable 'cbk_ptr_Q7' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/encode_pulses.c:77:23: style: The scope of the variable 'nBits_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/fixed/LTP_analysis_filter_FIX.c:45:31: style: The scope of the variable 'x_lag_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/fixed/find_LTP_FIX.c:47:23: style: The scope of the variable 'lag_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/fixed/find_LTP_FIX.c:38:37: style: Function 'silk_find_LTP_FIX' argument 3 names different: declaration 'r_lpc' definition 'r_ptr'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/silk/fixed/main_FIX.h:164:37: note: Function 'silk_find_LTP_FIX' argument 3 names different: declaration 'r_lpc' definition 'r_ptr'.
firefox-62.0/media/libopus/silk/fixed/find_LTP_FIX.c:38:37: note: Function 'silk_find_LTP_FIX' argument 3 names different: declaration 'r_lpc' definition 'r_ptr'.
firefox-62.0/media/libopus/silk/fixed/find_pred_coefs_FIX.c:46:23: style: The scope of the variable 'x_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/fixed/find_pred_coefs_FIX.c:47:23: style: The scope of the variable 'x_pre_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/fixed/noise_shape_analysis_FIX.c:157:31: style: The scope of the variable 'pitch_res_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/fixed/pitch_analysis_core_FIX.c:654:36: style: The scope of the variable 'basis_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/fixed/residual_energy16_FIX.c:47:23: style: The scope of the variable 'pRow' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/fixed/residual_energy_FIX.c:50:23: style: The scope of the variable 'LPC_res_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/LPC_inv_pred_gain_FLP.c:45:39: style: The scope of the variable 'rc_mult2' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/LTP_analysis_filter_FLP.c:45:31: style: The scope of the variable 'x_lag_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/burg_modified_FLP.c:49:35: style: The scope of the variable 'num' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/burg_modified_FLP.c:49:47: style: The scope of the variable 'nrg_b' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/burg_modified_FLP.c:49:54: style: The scope of the variable 'rc' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/find_LTP_FLP.c:46:23: style: The scope of the variable 'lag_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/find_pred_coefs_FLP.c:48:23: style: The scope of the variable 'x_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/find_pred_coefs_FLP.c:49:23: style: The scope of the variable 'x_pre_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/noise_shape_analysis_FLP.c:162:31: style: The scope of the variable 'pitch_res_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/pitch_analysis_core_FLP.c:93:27: style: The scope of the variable 'normalizer' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/pitch_analysis_core_FLP.c:568:36: style: The scope of the variable 'basis_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/pitch_analysis_core_FLP.c:569:15: style: The scope of the variable 'energy' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/schur_FLP.c:42:26: style: The scope of the variable 'rc_tmp' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/float/warped_autocorrelation_FLP.c:44:17: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/quant_LTP_gains.c:50:27: style: The scope of the variable 'cl_ptr_Q5' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/quant_LTP_gains.c:52:27: style: The scope of the variable 'cbk_gain_ptr_Q7' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/quant_LTP_gains.c:53:27: style: The scope of the variable 'XX_Q17_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/quant_LTP_gains.c:53:40: style: The scope of the variable 'xX_Q17_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/quant_LTP_gains.c:39:34: style: Function 'silk_quant_LTP_gains' argument 4 names different: declaration 'sum_gain_dB_Q7' definition 'sum_log_gain_Q7'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/silk/main.h:215:34: note: Function 'silk_quant_LTP_gains' argument 4 names different: declaration 'sum_gain_dB_Q7' definition 'sum_log_gain_Q7'.
firefox-62.0/media/libopus/silk/quant_LTP_gains.c:39:34: note: Function 'silk_quant_LTP_gains' argument 4 names different: declaration 'sum_gain_dB_Q7' definition 'sum_log_gain_Q7'.
firefox-62.0/media/libopus/silk/resampler_down2_3.c:48:17: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/resampler_private_IIR_FIR.c:44:17: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/resampler_private_down_FIR.c:49:23: style: The scope of the variable 'interpol_ptr' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/stereo_find_predictor.c:57:16: style: Opposite expression on both sides of '>'. [oppositeExpression]
firefox-62.0/media/libopus/silk/stereo_find_predictor.c:57:16: note: Opposite expression on both sides of '>'.
firefox-62.0/media/libopus/silk/stereo_find_predictor.c:57:16: note: Opposite expression on both sides of '>'.
firefox-62.0/media/libopus/silk/x86/NSQ_del_dec_sse.c:134:26: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/x86/NSQ_del_dec_sse.c:134:34: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/x86/NSQ_del_dec_sse.c:134:42: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/x86/NSQ_del_dec_sse.c:746:26: style: The scope of the variable 'psDD' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/x86/NSQ_sse.c:92:26: style: The scope of the variable 'A_Q12' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/x86/NSQ_sse.c:92:34: style: The scope of the variable 'B_Q14' can be reduced. [variableScope]
firefox-62.0/media/libopus/silk/x86/NSQ_sse.c:92:42: style: The scope of the variable 'AR_shp_Q13' can be reduced. [variableScope]
firefox-62.0/media/libopus/src/analysis.c:225:17: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/media/libopus/src/analysis.c:497:10: warning: Redundant assignment of 'E' to itself. [selfAssignment]
firefox-62.0/media/libopus/src/analysis.c:509:16: warning: Redundant assignment of 'binE' to itself. [selfAssignment]
firefox-62.0/media/libopus/src/analysis.c:648:10: warning: Redundant assignment of 'E' to itself. [selfAssignment]
firefox-62.0/media/libopus/src/analysis.c:915:8: style: The scope of the variable 'offset' can be reduced. [variableScope]
firefox-62.0/media/libopus/src/analysis.c:916:8: style: The scope of the variable 'pcm_len' can be reduced. [variableScope]
firefox-62.0/media/libopus/src/analysis.c:213:52: style: Function 'tonality_analysis_init' argument 1 names different: declaration 'analysis' definition 'tonal'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/src/analysis.h:99:52: note: Function 'tonality_analysis_init' argument 1 names different: declaration 'analysis' definition 'tonal'.
firefox-62.0/media/libopus/src/analysis.c:213:52: note: Function 'tonality_analysis_init' argument 1 names different: declaration 'analysis' definition 'tonal'.
firefox-62.0/media/libopus/src/analysis.c:222:53: style: Function 'tonality_analysis_reset' argument 1 names different: declaration 'analysis' definition 'tonal'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/src/analysis.h:105:53: note: Function 'tonality_analysis_reset' argument 1 names different: declaration 'analysis' definition 'tonal'.
firefox-62.0/media/libopus/src/analysis.c:222:53: note: Function 'tonality_analysis_reset' argument 1 names different: declaration 'analysis' definition 'tonal'.
firefox-62.0/media/libopus/src/opus_decoder.c:33:0: error: #error "OPUS_BUILD _MUST_ be defined to build Opus. This probably means you need other defines as well, as in a config.h. See the included build files for details." [preprocessorErrorDirective]
firefox-62.0/media/libopus/src/opus_encoder.c:966:8: style: The scope of the variable 'tmp_len' can be reduced. [variableScope]
firefox-62.0/media/libopus/src/opus_encoder.c:584:48: style: Function 'downmix_float' argument 2 names different: declaration 'sub' definition 'y'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/src/opus_private.h:88:48: note: Function 'downmix_float' argument 2 names different: declaration 'sub' definition 'y'.
firefox-62.0/media/libopus/src/opus_encoder.c:584:48: note: Function 'downmix_float' argument 2 names different: declaration 'sub' definition 'y'.
firefox-62.0/media/libopus/src/opus_encoder.c:608:46: style: Function 'downmix_int' argument 2 names different: declaration 'sub' definition 'y'. [funcArgNamesDifferent]
firefox-62.0/media/libopus/src/opus_private.h:89:46: note: Function 'downmix_int' argument 2 names different: declaration 'sub' definition 'y'.
firefox-62.0/media/libopus/src/opus_encoder.c:608:46: note: Function 'downmix_int' argument 2 names different: declaration 'sub' definition 'y'.
firefox-62.0/media/libopus/src/opus_encoder.c:926:23: error: Uninitialized variable: is_noise [uninitvar]
firefox-62.0/media/libopus/src/opus_multistream_decoder.c:159:8: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/media/libopus/src/opus_multistream_encoder.c:381:19: style: The scope of the variable 'mask' can be reduced. [variableScope]
firefox-62.0/media/libopus/src/opus_multistream_encoder.c:1026:14: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libopus/src/opus_multistream_encoder.c:1046:14: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libopus/src/repacketizer.c:280:8: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/media/libpng/pngconf.h:483:0: error: #error "libpng requires 8-bit bytes" [preprocessorErrorDirective]
firefox-62.0/media/libsoundtouch/src/AAFilter.cpp:125:12: style: The scope of the variable 'cntTemp' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/AAFilter.cpp:125:40: style: The scope of the variable 'w' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/AAFilter.cpp:85:25: style: Function 'AAFilter' argument 1 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/AAFilter.h:67:19: note: Function 'AAFilter' argument 1 names different: declaration 'length' definition 'len'.
firefox-62.0/media/libsoundtouch/src/AAFilter.cpp:85:25: note: Function 'AAFilter' argument 1 names different: declaration 'length' definition 'len'.
firefox-62.0/media/libsoundtouch/src/AAFilter.cpp:220:32: warning: Assert statement calls a function which may have desired side effects: 'getChannels'. [assertWithSideEffect]
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:166:9: style: Technically the member function 'soundtouch::FIFOSampleBuffer::getChannels' can be const. [functionConst]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:158:5: style: Class 'FIFOProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:96:5: style: Class 'FIFOSampleBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/libsoundtouch/src/AAFilter.h:67:5: style: Class 'AAFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:178:25: style: The function 'ptrBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:73:25: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:178:25: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:190:18: style: The function 'receiveSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:97:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:190:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:203:18: style: The function 'receiveSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:106:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:203:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:211:18: style: The function 'numSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:110:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:211:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:218:17: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:113:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:218:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:225:18: style: The function 'adjustAmountOfSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:120:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:225:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:110:25: style: The function 'ptrBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:73:25: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:110:25: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:129:18: style: The function 'putSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:77:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:129:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:147:18: style: The function 'receiveSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:97:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:147:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:156:18: style: The function 'receiveSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:106:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:156:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:160:18: style: The function 'numSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:110:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:160:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:172:17: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:113:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:172:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:175:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:116:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:175:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:179:10: style: The function 'adjustAmountOfSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:120:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:179:10: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.cpp:118:40: style: Function 'putSamples' argument 1 names different: declaration 'numSamples' definition 'nSamples'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.h:139:34: note: Function 'putSamples' argument 1 names different: declaration 'numSamples' definition 'nSamples'.
firefox-62.0/media/libsoundtouch/src/FIFOSampleBuffer.cpp:118:40: note: Function 'putSamples' argument 1 names different: declaration 'numSamples' definition 'nSamples'.
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:168:10: style: The function 'putSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:77:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:168:10: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:171:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:116:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:171:10: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:174:9: style: The function 'isEmpty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:218:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:174:9: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateCubic.h:48:18: style: The function 'resetRegisters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:69:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateCubic.h:48:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateCubic.h:49:17: style: The function 'transposeMono' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:71:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateCubic.h:49:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateCubic.h:52:17: style: The function 'transposeStereo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:74:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateCubic.h:52:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateCubic.h:55:17: style: The function 'transposeMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:77:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateCubic.h:55:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.cpp:278:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:52:18: warning: Virtual function 'resetRegisters' is called from constructor 'InterpolateLinearInteger()' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.cpp:56:5: note: Calling resetRegisters
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:52:18: note: resetRegisters is a virtual method
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:66:18: warning: Virtual function 'setRate' is called from constructor 'InterpolateLinearInteger()' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.cpp:57:5: note: Calling setRate
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:66:18: note: setRate is a virtual method
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:76:18: warning: Virtual function 'resetRegisters' is called from constructor 'InterpolateLinearFloat()' at line 192. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.cpp:192:5: note: Calling resetRegisters
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:76:18: note: resetRegisters is a virtual method
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:52:18: style: The function 'resetRegisters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:69:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:52:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:54:17: style: The function 'transposeMono' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:71:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:54:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:57:17: style: The function 'transposeStereo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:74:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:57:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:60:17: style: The function 'transposeMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:77:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:60:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:66:18: style: The function 'setRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:91:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:66:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:76:18: style: The function 'resetRegisters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:69:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:76:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:78:17: style: The function 'transposeMono' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:71:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:78:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:81:17: style: The function 'transposeStereo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:74:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:81:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:84:17: style: The function 'transposeMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:77:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateLinear.h:84:17: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateShannon.h:53:10: style: The function 'resetRegisters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:69:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateShannon.h:53:10: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateShannon.h:54:9: style: The function 'transposeMono' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:71:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateShannon.h:54:9: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateShannon.h:57:9: style: The function 'transposeStereo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:74:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateShannon.h:57:9: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/InterpolateShannon.h:60:9: style: The function 'transposeMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:77:17: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/InterpolateShannon.h:60:9: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/RateTransposer.cpp:133:10: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/RateTransposer.cpp:178:38: style: Function 'setChannels' argument 1 names different: declaration 'channels' definition 'nChannels'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/RateTransposer.h:164:26: note: Function 'setChannels' argument 1 names different: declaration 'channels' definition 'nChannels'.
firefox-62.0/media/libsoundtouch/src/RateTransposer.cpp:178:38: note: Function 'setChannels' argument 1 names different: declaration 'channels' definition 'nChannels'.
firefox-62.0/media/libsoundtouch/src/RateTransposer.cpp:144:17: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libsoundtouch/src/RateTransposer.cpp:63:5: style: Class 'RateTransposer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/media/libsoundtouch/src/RateTransposer.cpp:63:5: style: Class 'RateTransposer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/libsoundtouch/src/SoundTouch.cpp:494:22: style: The scope of the variable 'psp' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/SoundTouch.cpp:100:5: style: Class 'SoundTouch' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/media/libsoundtouch/src/SoundTouch.cpp:100:5: style: Class 'SoundTouch' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/libsoundtouch/src/SoundTouch.h:236:18: style: The function 'putSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:77:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/SoundTouch.h:236:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/SoundTouch.h:245:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:116:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/SoundTouch.h:245:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/TDStretch.h:188:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:116:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/TDStretch.h:188:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/TDStretch.h:224:18: style: The function 'putSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libsoundtouch/src/FIFOSamplePipe.h:77:18: note: Virtual function in base class
firefox-62.0/media/libsoundtouch/src/TDStretch.h:224:18: note: Function in derived class
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:332:22: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:326:18: note: outer condition: corr>bestCorr
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:332:22: note: identical inner condition: corr>bestCorr
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:304:5: style: Variable 'bestCorr' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:299:5: note: Variable 'bestCorr' is reassigned a value before the old one has been used.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:304:5: note: Variable 'bestCorr' is reassigned a value before the old one has been used.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:354:9: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:433:12: style: The scope of the variable 'seq' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:433:17: style: The scope of the variable 'seek' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:537:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:538:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:689:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:690:9: style: The scope of the variable 'cnt2' can be reduced. [variableScope]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:125:35: style: Function 'setParameters' argument 1 names different: declaration 'sampleRate' definition 'aSampleRate'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/TDStretch.h:211:28: note: Function 'setParameters' argument 1 names different: declaration 'sampleRate' definition 'aSampleRate'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:125:35: note: Function 'setParameters' argument 1 names different: declaration 'sampleRate' definition 'aSampleRate'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:125:52: style: Function 'setParameters' argument 2 names different: declaration 'sequenceMS' definition 'aSequenceMS'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/TDStretch.h:212:28: note: Function 'setParameters' argument 2 names different: declaration 'sequenceMS' definition 'aSequenceMS'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:125:52: note: Function 'setParameters' argument 2 names different: declaration 'sequenceMS' definition 'aSequenceMS'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:126:35: style: Function 'setParameters' argument 3 names different: declaration 'seekwindowMS' definition 'aSeekWindowMS'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/TDStretch.h:213:28: note: Function 'setParameters' argument 3 names different: declaration 'seekwindowMS' definition 'aSeekWindowMS'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:126:35: note: Function 'setParameters' argument 3 names different: declaration 'seekwindowMS' definition 'aSeekWindowMS'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:126:54: style: Function 'setParameters' argument 4 names different: declaration 'overlapMS' definition 'aOverlapMS'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/TDStretch.h:214:28: note: Function 'setParameters' argument 4 names different: declaration 'overlapMS' definition 'aOverlapMS'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:126:54: note: Function 'setParameters' argument 4 names different: declaration 'overlapMS' definition 'aOverlapMS'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:686:38: style: Function 'overlapStereo' argument 1 names different: declaration 'output' definition 'poutput'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/TDStretch.h:149:44: note: Function 'overlapStereo' argument 1 names different: declaration 'output' definition 'poutput'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:686:38: note: Function 'overlapStereo' argument 1 names different: declaration 'output' definition 'poutput'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:732:44: style: Function 'calculateOverlapLength' argument 1 names different: declaration 'overlapMs' definition 'aoverlapMs'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/TDStretch.h:140:37: note: Function 'calculateOverlapLength' argument 1 names different: declaration 'overlapMs' definition 'aoverlapMs'.
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:732:44: note: Function 'calculateOverlapLength' argument 1 names different: declaration 'overlapMs' definition 'aoverlapMs'.
firefox-62.0/media/libsoundtouch/src/TDStretch.h:188:18: warning: Virtual function 'clear' is called from constructor 'TDStretch()' at line 104. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/media/libsoundtouch/src/TDStretch.cpp:104:5: note: Calling clear
firefox-62.0/media/libsoundtouch/src/TDStretch.h:188:18: note: clear is a virtual method
firefox-62.0/media/libsoundtouch/src/cpu_detect_x86.cpp:71:29: style: Function 'disableExtensions' argument 1 names different: declaration 'wDisableMask' definition 'dwDisableMask'. [funcArgNamesDifferent]
firefox-62.0/media/libsoundtouch/src/cpu_detect.h:60:29: note: Function 'disableExtensions' argument 1 names different: declaration 'wDisableMask' definition 'dwDisableMask'.
firefox-62.0/media/libsoundtouch/src/cpu_detect_x86.cpp:71:29: note: Function 'disableExtensions' argument 1 names different: declaration 'wDisableMask' definition 'dwDisableMask'.
firefox-62.0/media/libspeex_resampler/src/arch.h:57:0: error: #error You now need to define either FIXED_POINT or FLOATING_POINT [preprocessorErrorDirective]
firefox-62.0/media/libtheora/lib/decode.c:1448:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/libtheora/lib/decode.c:1449:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/libtheora/lib/decode.c:1808:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/libtheora/lib/decode.c:1822:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/libtheora/lib/decode.c:1881:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/libtheora/lib/decode.c:1928:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/libtheora/lib/decode.c:314:39: style: Same expression on both sides of '-'. [duplicateExpression]
firefox-62.0/media/libtheora/lib/decode.c:532:16: style: The scope of the variable 'run_count' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:571:16: style: The scope of the variable 'run_count' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:608:22: style: The scope of the variable 'val' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:841:17: style: The scope of the variable 'refi' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:908:20: style: The scope of the variable 'fragi' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1027:11: style: The scope of the variable 'skip' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1539:11: style: The scope of the variable 'token' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1613:24: style: The scope of the variable 'cdst' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1614:24: style: The scope of the variable 'csrc' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1616:24: style: The scope of the variable 'sum0' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1617:24: style: The scope of the variable 'sum1' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1664:24: style: The scope of the variable 'rdst' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1665:24: style: The scope of the variable 'rsrc' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1668:24: style: The scope of the variable 'sum0' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:1669:24: style: The scope of the variable 'sum1' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:2086:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/decode.c:586:21: style: Checking if unsigned variable 'run_count--' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/libtheora/lib/decode.c:195:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:198:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:208:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:210:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:212:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:214:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:216:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:220:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:221:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:227:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:228:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:229:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:230:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:236:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:237:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:238:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:239:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:242:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:253:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:257:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:260:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:262:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:264:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:266:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:270:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:271:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:277:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:278:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:279:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/decode.c:280:3: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/libtheora/lib/dequant.c:33:18: style: The scope of the variable 'qti' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/dequant.c:34:18: style: The scope of the variable 'pli' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/huffdec.c:473:24: style: The scope of the variable 'bits' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/huffdec.c:468:65: style: Function 'oc_huff_token_decode_c' argument 2 names different: declaration '_node' definition '_tree'. [funcArgNamesDifferent]
firefox-62.0/media/libtheora/lib/huffdec.h:30:65: note: Function 'oc_huff_token_decode_c' argument 2 names different: declaration '_node' definition '_tree'.
firefox-62.0/media/libtheora/lib/huffdec.c:468:65: note: Function 'oc_huff_token_decode_c' argument 2 names different: declaration '_node' definition '_tree'.
firefox-62.0/media/libtheora/lib/internal.c:211:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/libtheora/lib/state.c:336:22: style: The scope of the variable 'fplane' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/state.c:337:22: style: The scope of the variable 'crop_x0' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/state.c:338:22: style: The scope of the variable 'crop_y0' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/state.c:339:22: style: The scope of the variable 'crop_xf' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/state.c:340:22: style: The scope of the variable 'crop_yf' can be reduced. [variableScope]
firefox-62.0/media/libtheora/lib/state.c:342:22: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_block.c:236:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_block.c:275:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_block.c:275:9: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_codebook.c:28:59: style: Function 'vorbis_staticbook_unpack' argument 1 names different: declaration 'b' definition 'opb'. [funcArgNamesDifferent]
firefox-62.0/media/libtremor/lib/codebook.h:85:66: note: Function 'vorbis_staticbook_unpack' argument 1 names different: declaration 'b' definition 'opb'.
firefox-62.0/media/libtremor/lib/tremor_codebook.c:28:59: note: Function 'vorbis_staticbook_unpack' argument 1 names different: declaration 'b' definition 'opb'.
firefox-62.0/media/libtremor/lib/tremor_codebook.c:348:77: style: Function 'vorbis_book_decodevv_add' argument 3 names different: declaration 'off' definition 'offset'. [funcArgNamesDifferent]
firefox-62.0/media/libtremor/lib/codebook.h:95:15: note: Function 'vorbis_book_decodevv_add' argument 3 names different: declaration 'off' definition 'offset'.
firefox-62.0/media/libtremor/lib/tremor_codebook.c:348:77: note: Function 'vorbis_book_decodevv_add' argument 3 names different: declaration 'off' definition 'offset'.
firefox-62.0/media/libtremor/lib/tremor_codebook.c:339:11: style: Unused variable: j [unusedVariable]
firefox-62.0/media/libtremor/lib/tremor_codebook.c:249:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_codebook.c:250:39: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_floor0.c:148:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_floor1.c:421:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_info.c:94:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_info.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_info.c:308:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_info.c:60:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_info.c:80:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_mapping0.c:65:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_mapping0.c:197:43: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_mapping0.c:198:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_mapping0.c:200:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_mapping0.c:201:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_mdct.c:346:13: style: The scope of the variable 'V' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_res012.c:54:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_res012.c:229:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_sharedbook.c:196:8: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_sharedbook.c:196:10: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_sharedbook.c:196:12: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_sharedbook.c:331:39: style: Function 'vorbis_book_init_decode' argument 1 names different: declaration 'dest' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/media/libtremor/lib/codebook.h:80:46: note: Function 'vorbis_book_init_decode' argument 1 names different: declaration 'dest' definition 'c'.
firefox-62.0/media/libtremor/lib/tremor_sharedbook.c:331:39: note: Function 'vorbis_book_init_decode' argument 1 names different: declaration 'dest' definition 'c'.
firefox-62.0/media/libtremor/lib/tremor_sharedbook.c:331:64: style: Function 'vorbis_book_init_decode' argument 2 names different: declaration 'source' definition 's'. [funcArgNamesDifferent]
firefox-62.0/media/libtremor/lib/codebook.h:80:74: note: Function 'vorbis_book_init_decode' argument 2 names different: declaration 'source' definition 's'.
firefox-62.0/media/libtremor/lib/tremor_sharedbook.c:331:64: note: Function 'vorbis_book_init_decode' argument 2 names different: declaration 'source' definition 's'.
firefox-62.0/media/libtremor/lib/tremor_sharedbook.c:358:43: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_sharedbook.c:369:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libtremor/lib/tremor_synthesis.c:33:25: style: The scope of the variable 'type' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_synthesis.c:33:35: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libtremor/lib/tremor_window.c:55:54: style: Function '_vorbis_apply_window' argument 2 names different: declaration 'window' definition 'window_p'. [funcArgNamesDifferent]
firefox-62.0/media/libtremor/lib/window.h:22:61: note: Function '_vorbis_apply_window' argument 2 names different: declaration 'window' definition 'window_p'.
firefox-62.0/media/libtremor/lib/tremor_window.c:55:54: note: Function '_vorbis_apply_window' argument 2 names different: declaration 'window' definition 'window_p'.
firefox-62.0/media/libvorbis/lib/vorbis_bitrate.c:28:65: style: Function 'vorbis_bitrate_init' argument 2 names different: declaration 'bs' definition 'bm'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/bitrate.h:52:72: note: Function 'vorbis_bitrate_init' argument 2 names different: declaration 'bs' definition 'bm'.
firefox-62.0/media/libvorbis/lib/vorbis_bitrate.c:28:65: note: Function 'vorbis_bitrate_init' argument 2 names different: declaration 'bs' definition 'bm'.
firefox-62.0/media/libvorbis/lib/vorbis_bitrate.c:58:50: style: Function 'vorbis_bitrate_clear' argument 1 names different: declaration 'bs' definition 'bm'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/bitrate.h:53:57: note: Function 'vorbis_bitrate_clear' argument 1 names different: declaration 'bs' definition 'bm'.
firefox-62.0/media/libvorbis/lib/vorbis_bitrate.c:58:50: note: Function 'vorbis_bitrate_clear' argument 1 names different: declaration 'bs' definition 'bm'.
firefox-62.0/media/libvorbis/lib/vorbis_block.c:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_block.c:149:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_block.c:316:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_block.c:417:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_block.c:421:8: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_block.c:726:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_block.c:726:9: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_block.c:419:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_block.c:420:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_block.c:467:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:30:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:398:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:399:12: style: The scope of the variable 't' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:417:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:441:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:441:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:441:12: style: The scope of the variable 'entry' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:442:7: style: The scope of the variable 'chptr' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:29:69: style: Function 'vorbis_staticbook_pack' argument 2 names different: declaration 'b' definition 'opb'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/codebook.h:99:76: note: Function 'vorbis_staticbook_pack' argument 2 names different: declaration 'b' definition 'opb'.
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:29:69: note: Function 'vorbis_staticbook_pack' argument 2 names different: declaration 'b' definition 'opb'.
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:148:59: style: Function 'vorbis_staticbook_unpack' argument 1 names different: declaration 'b' definition 'opb'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/codebook.h:100:66: note: Function 'vorbis_staticbook_unpack' argument 1 names different: declaration 'b' definition 'opb'.
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:148:59: note: Function 'vorbis_staticbook_unpack' argument 1 names different: declaration 'b' definition 'opb'.
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:438:61: style: Function 'vorbis_book_decodevv_add' argument 3 names different: declaration 'off' definition 'offset'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/codebook.h:112:43: note: Function 'vorbis_book_decodevv_add' argument 3 names different: declaration 'off' definition 'offset'.
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:438:61: note: Function 'vorbis_book_decodevv_add' argument 3 names different: declaration 'off' definition 'offset'.
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:379:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_codebook.c:380:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_envelope.c:318:15: warning: Identical condition 'j>=testW', second condition is always false [identicalConditionAfterEarlyExit]
firefox-62.0/media/libvorbis/lib/vorbis_envelope.c:272:11: note: first condition
firefox-62.0/media/libvorbis/lib/vorbis_envelope.c:318:15: note: second condition
firefox-62.0/media/libvorbis/lib/vorbis_envelope.c:104:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_floor1.c:579:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_floor1.c:735:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_floor1.c:757:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_floor1.c:757:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_floor1.c:851:11: style: The scope of the variable 'cval' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_floor1.c:852:11: style: The scope of the variable 'cshift' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_floor1.c:853:13: style: The scope of the variable 'l' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_floor1.c:1048:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_floor1.c:487:8: style: Variable 'y2b' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvorbis/lib/vorbis_info.c:130:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_info.c:157:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_info.c:346:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_lpc.c:139:12: style: The scope of the variable 'o' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_lpc.c:139:14: style: The scope of the variable 'p' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_lpc.c:140:9: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_lpc.c:60:47: style: Function 'vorbis_lpc_from_data' argument 2 names different: declaration 'lpc' definition 'lpci'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/lpc.h:23:54: note: Function 'vorbis_lpc_from_data' argument 2 names different: declaration 'lpc' definition 'lpci'.
firefox-62.0/media/libvorbis/lib/vorbis_lpc.c:60:47: note: Function 'vorbis_lpc_from_data' argument 2 names different: declaration 'lpc' definition 'lpci'.
firefox-62.0/media/libvorbis/lib/vorbis_lpc.c:61:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_lpc.c:62:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_lpc.c:141:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_lsp.c:315:20: style: The scope of the variable 'delta' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_lsp.c:311:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_lsp.c:366:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_lsp.c:405:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_lsp.c:406:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_lsp.c:407:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_lsp.c:408:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_mapping0.c:239:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_mapping0.c:245:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_mapping0.c:593:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_mapping0.c:594:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_mapping0.c:708:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_mapping0.c:709:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_mapping0.c:711:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_mapping0.c:712:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_mdct.c:222:14: style: The scope of the variable 'r0' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_mdct.c:223:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_mdct.c:270:14: style: The scope of the variable 'r0' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_mdct.c:271:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_mdct.c:497:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:361:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:361:9: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:91:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:451:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:452:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:549:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:550:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:551:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:552:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:553:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:703:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:754:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:936:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1030:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1033:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1036:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1039:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1042:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1045:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1051:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1052:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1053:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:1054:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_psy.c:173:21: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
firefox-62.0/media/libvorbis/lib/vorbis_res0.c:77:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_res0.c:321:9: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_res0.c:665:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:203:8: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:203:10: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:203:12: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:202:61: style: Function '_book_unquantize' argument 3 names different: declaration 'map' definition 'sparsemap'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/codebook.h:86:68: note: Function '_book_unquantize' argument 3 names different: declaration 'map' definition 'sparsemap'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:202:61: note: Function '_book_unquantize' argument 3 names different: declaration 'map' definition 'sparsemap'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:289:39: style: Function 'vorbis_book_init_encode' argument 1 names different: declaration 'dest' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/codebook.h:82:46: note: Function 'vorbis_book_init_encode' argument 1 names different: declaration 'dest' definition 'c'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:289:39: note: Function 'vorbis_book_init_encode' argument 1 names different: declaration 'dest' definition 'c'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:289:64: style: Function 'vorbis_book_init_encode' argument 2 names different: declaration 'source' definition 's'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/codebook.h:82:74: note: Function 'vorbis_book_init_encode' argument 2 names different: declaration 'source' definition 's'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:289:64: note: Function 'vorbis_book_init_encode' argument 2 names different: declaration 'source' definition 's'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:319:39: style: Function 'vorbis_book_init_decode' argument 1 names different: declaration 'dest' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/codebook.h:83:46: note: Function 'vorbis_book_init_decode' argument 1 names different: declaration 'dest' definition 'c'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:319:39: note: Function 'vorbis_book_init_decode' argument 1 names different: declaration 'dest' definition 'c'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:319:64: style: Function 'vorbis_book_init_decode' argument 2 names different: declaration 'source' definition 's'. [funcArgNamesDifferent]
firefox-62.0/media/libvorbis/lib/codebook.h:83:74: note: Function 'vorbis_book_init_decode' argument 2 names different: declaration 'source' definition 's'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:319:64: note: Function 'vorbis_book_init_decode' argument 2 names different: declaration 'source' definition 's'.
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:347:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_sharedbook.c:358:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
firefox-62.0/media/libvorbis/lib/vorbis_smallft.c:689:29: style: The scope of the variable 't6' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_smallft.c:689:32: style: The scope of the variable 't7' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_smallft.c:689:35: style: The scope of the variable 't8' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_smallft.c:689:38: style: The scope of the variable 't9' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbis_smallft.c:689:41: style: The scope of the variable 't10' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbisenc.c:193:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvorbis/lib/vorbisenc.c:193:9: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/ivfdec.c:40:41: style: Function 'file_is_ivf' argument 1 names different: declaration 'input' definition 'input_ctx'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/ivfdec.h:19:41: note: Function 'file_is_ivf' argument 1 names different: declaration 'input' definition 'input_ctx'.
firefox-62.0/media/libvpx/libvpx/ivfdec.c:40:41: note: Function 'file_is_ivf' argument 1 names different: declaration 'input' definition 'input_ctx'.
firefox-62.0/media/libvpx/libvpx/md5_utils.c:48:33: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/md5_utils.h:40:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libvpx/libvpx/md5_utils.c:48:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libvpx/libvpx/md5_utils.c:62:35: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/md5_utils.h:41:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libvpx/libvpx/md5_utils.c:62:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libvpx/libvpx/md5_utils.c:103:54: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/md5_utils.h:42:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libvpx/libvpx/md5_utils.c:103:54: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
firefox-62.0/media/libvpx/libvpx/rate_hist.c:267:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/test/active_map_refresh_test.cc:106:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/active_map_test.cc:73:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/add_noise_test.cc:42:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/alt_ref_aq_segment_test.cc:51:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/altref_test.cc:117:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/aq_segment_test.cc:47:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/avg_test.cc:233:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/blockiness_test.cc:38:3: warning: Member variable 'BlockinessTestBase::source_stride_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/libvpx/libvpx/test/blockiness_test.cc:38:3: warning: Member variable 'BlockinessTestBase::reference_stride_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/libvpx/libvpx/test/borders_test.cc:49:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/config_test.cc:51:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/consistency_test.cc:39:3: warning: Member variable 'ConsistencyTestBase::source_stride_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/libvpx/libvpx/test/consistency_test.cc:39:3: warning: Member variable 'ConsistencyTestBase::reference_stride_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/libvpx/libvpx/test/convolve_test.cc:540:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/cpu_speed_test.cc:69:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/cq_test.cc:105:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/datarate_test.cc:201:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/dct16x16_test.cc:654:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/dct32x32_test.cc:104:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/decode_perf_test.cc:74:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/decode_svc_test.cc:54:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/encode_perf_test.cc:124:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/error_resilience_test.cc:196:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/external_frame_buffer_test.cc:351:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/fdct4x4_test.cc:305:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/fdct8x8_test.cc:555:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/frame_size_tests.cc:49:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/hadamard_test.cc:106:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/idct8x8_test.cc:57:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/idct_test.cc:43:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/invalid_file_test.cc:121:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/keyframe_test.cc:61:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/level_test.cc:69:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/lpf_test.cc:155:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/minmax_test.cc:57:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/partial_idct_test.cc:189:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/pp_filter_test.cc:51:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/predict_test.cc:211:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/quantize_test.cc:143:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/realtime_test.cc:50:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/resize_test.cc:288:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/sad_test.cc:312:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/sum_squares_test.cc:48:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/superframe_test.cc:86:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/svc_test.cc:317:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/test_intra_pred_speed.cc:43:0: performance: Technically the member function 'IntraPredTestMem < uint8_t >::Init' can be static. [functionStatic]
firefox-62.0/media/libvpx/libvpx/test/test_vector_test.cc:92:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/tile_independence_test.cc:83:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/variance_test.cc:722:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp8_denoiser_sse2_test.cc:43:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp8_fdct4x4_test.cc:71:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp8_fragments_test.cc:31:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_arf_freq_test.cc:184:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_denoiser_sse2_test.cc:44:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_encoder_parms_get_to_decoder.cc:140:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_end_to_end_test.cc:148:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_ethread_test.cc:103:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_intrapred_test.cc:124:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_lossless_test.cc:67:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_skip_loopfilter_test.cc:120:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_subtract_test.cc:36:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vp9_thread_test.cc:52:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/vpx_scale_test.cc:193:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/test/y4m_test.cc:129:0: error: syntax error [syntaxError]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:8073:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:8053:0: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:8073:3: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4460:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4395:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4460:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4461:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4397:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4461:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4462:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4399:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4462:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4463:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4400:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4463:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4464:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4401:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4464:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4465:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4404:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4465:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4466:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4398:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4466:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4467:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4405:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4467:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4468:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4402:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4468:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4469:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4403:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4469:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4470:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4407:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:4470:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:5865:30: style: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:662:41: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:5865:30: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:5866:30: style: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:663:41: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:5866:30: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:5910:37: style: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:669:48: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:5910:37: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:1031:15: performance: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static. [functionStatic]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:2258:27: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:1031:15: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:1103:8: performance: Technically the member function 'testing::internal::UnitTestImpl::RegisterParameterizedTests' can be static. [functionStatic]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:3771:20: note: Technically the member function 'testing::internal::UnitTestImpl::RegisterParameterizedTests' can be static.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:1103:8: note: Technically the member function 'testing::internal::UnitTestImpl::RegisterParameterizedTests' can be static.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:1138:7: style: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const. [functionConst]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:5939:19: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:1138:7: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:1141:8: style: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const. [functionConst]
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:6015:20: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
firefox-62.0/media/libvpx/libvpx/third_party/googletest/src/src/gtest-all.cc:1141:8: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.cc:4787:10: warning: Either the condition '!pBlock' is redundant or there is possible null pointer dereference: pBlock. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.cc:4788:7: note: Assuming that condition '!pBlock' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.cc:4787:10: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.cc:5206:7: style: Variable 'projection_type' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.cc:5205:0: note: Variable 'projection_type' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.cc:5206:7: note: Variable 'projection_type' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert.cc:758:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert.cc:872:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert.cc:986:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert.cc:1108:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert.cc:1232:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert_from.cc:795:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert_from_argb.cc:262:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert_from_argb.cc:371:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert_from_argb.cc:479:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/convert_from_argb.cc:581:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1343:26: warning: Either the condition '!dst_y' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1346:7: note: Assuming that condition '!dst_y' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1343:26: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1344:26: warning: Either the condition '!dst_u' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1346:17: note: Assuming that condition '!dst_u' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1344:26: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1345:26: warning: Either the condition '!dst_v' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1346:27: note: Assuming that condition '!dst_v' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1345:26: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1576:25: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1577:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1576:25: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1609:25: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1610:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1609:25: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1686:25: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1687:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1686:25: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1722:25: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1723:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1722:25: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1754:25: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1755:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1754:25: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1793:25: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1794:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:1793:25: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:2188:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:2617:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/planar_functions.cc:2715:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1645:28: warning: Either the condition '!src' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1653:7: note: Assuming that condition '!src' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1645:28: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1646:28: warning: Either the condition '!src' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1653:7: note: Assuming that condition '!src' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1646:28: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1648:22: warning: Either the condition '!dst' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1654:7: note: Assuming that condition '!dst' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1648:22: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1649:22: warning: Either the condition '!dst' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1654:7: note: Assuming that condition '!dst' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1649:22: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1651:22: warning: Either the condition '!dst' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1654:7: note: Assuming that condition '!dst' is not redundant
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1651:22: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:662:7: style: The scope of the variable 'boxwidth' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:679:7: style: The scope of the variable 'boxwidth' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:735:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:735:10: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:804:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:804:10: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1049:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale.cc:1180:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale_argb.cc:193:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libyuv/source/scale_argb.cc:295:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/tools_common.c:258:56: style: Function 'sse_to_psnr' argument 3 names different: declaration 'mse' definition 'sse'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/tools_common.h:151:56: note: Function 'sse_to_psnr' argument 3 names different: declaration 'mse' definition 'sse'.
firefox-62.0/media/libvpx/libvpx/tools_common.c:258:56: note: Function 'sse_to_psnr' argument 3 names different: declaration 'mse' definition 'sse'.
firefox-62.0/media/libvpx/libvpx/video_reader.c:35:41: error: Resource leak: file [resourceLeak]
firefox-62.0/media/libvpx/libvpx/video_reader.c:38:5: error: Resource leak: file [resourceLeak]
firefox-62.0/media/libvpx/libvpx/video_reader.c:40:38: error: Resource leak: file [resourceLeak]
firefox-62.0/media/libvpx/libvpx/video_reader.c:43:16: error: Resource leak: file [resourceLeak]
firefox-62.0/media/libvpx/libvpx/video_writer.c:43:18: error: Resource leak: file [resourceLeak]
firefox-62.0/media/libvpx/libvpx/vp8/common/alloccommon.c:130:36: style: Function 'vp8_setup_version' argument 1 names different: declaration 'oci' definition 'cm'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/common/alloccommon.h:24:36: note: Function 'vp8_setup_version' argument 1 names different: declaration 'oci' definition 'cm'.
firefox-62.0/media/libvpx/libvpx/vp8/common/alloccommon.c:130:36: note: Function 'vp8_setup_version' argument 1 names different: declaration 'oci' definition 'cm'.
firefox-62.0/media/libvpx/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon.c:15:18: style: The scope of the variable 'dst0' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/arm/neon/iwalsh_neon.c:98:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vp8/common/debugmodes.c:78:11: style: The scope of the variable 'bindex' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/debugmodes.c:120:11: style: The scope of the variable 'bindex' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/entropymode.c:101:39: style: Function 'vp8_default_bmode_probs' argument 1 names different: declaration 'dest' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/common/entropymode.h:80:39: note: Function 'vp8_default_bmode_probs' argument 1 names different: declaration 'dest' definition 'p'.
firefox-62.0/media/libvpx/libvpx/vp8/common/entropymode.c:101:39: note: Function 'vp8_default_bmode_probs' argument 1 names different: declaration 'dest' definition 'p'.
firefox-62.0/media/libvpx/libvpx/vp8/common/extend.c:68:0: style: Same expression used in consecutive assignments of 'et' and 'el'. [duplicateAssignExpression]
firefox-62.0/media/libvpx/libvpx/vp8/common/extend.c:69:0: note: Same expression used in consecutive assignments of 'et' and 'el'.
firefox-62.0/media/libvpx/libvpx/vp8/common/extend.c:68:0: note: Same expression used in consecutive assignments of 'et' and 'el'.
firefox-62.0/media/libvpx/libvpx/vp8/common/extend.c:94:0: style: Same expression used in consecutive assignments of 'et' and 'el'. [duplicateAssignExpression]
firefox-62.0/media/libvpx/libvpx/vp8/common/extend.c:95:0: note: Same expression used in consecutive assignments of 'et' and 'el'.
firefox-62.0/media/libvpx/libvpx/vp8/common/extend.c:94:0: note: Same expression used in consecutive assignments of 'et' and 'el'.
firefox-62.0/media/libvpx/libvpx/vp8/common/findnearmv.c:24:48: style: Function 'vp8_find_near_mvs' argument 5 names different: declaration 'best' definition 'best_mv'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/common/findnearmv.h:73:48: note: Function 'vp8_find_near_mvs' argument 5 names different: declaration 'best' definition 'best_mv'.
firefox-62.0/media/libvpx/libvpx/vp8/common/findnearmv.c:24:48: note: Function 'vp8_find_near_mvs' argument 5 names different: declaration 'best' definition 'best_mv'.
firefox-62.0/media/libvpx/libvpx/vp8/common/findnearmv.c:24:61: style: Function 'vp8_find_near_mvs' argument 6 names different: declaration 'near_mv_ref_cts' definition 'cnt'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/common/findnearmv.h:73:58: note: Function 'vp8_find_near_mvs' argument 6 names different: declaration 'near_mv_ref_cts' definition 'cnt'.
firefox-62.0/media/libvpx/libvpx/vp8/common/findnearmv.c:24:61: note: Function 'vp8_find_near_mvs' argument 6 names different: declaration 'near_mv_ref_cts' definition 'cnt'.
firefox-62.0/media/libvpx/libvpx/vp8/common/idctllm.c:131:7: style: The scope of the variable 'a2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/idctllm.c:131:11: style: The scope of the variable 'b2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/idctllm.c:131:15: style: The scope of the variable 'c2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/idctllm.c:131:19: style: The scope of the variable 'd2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:93:7: style: The scope of the variable 'hev' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:94:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:116:7: style: The scope of the variable 'hev' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:117:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:193:15: style: The scope of the variable 'hev' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:194:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:217:15: style: The scope of the variable 'hev' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:218:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:271:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/loopfilter_filters.c:284:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/mips/msa/bilinear_filter_msa.c:155:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vp8/common/mips/msa/bilinear_filter_msa.c:257:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vp8/common/mips/msa/bilinear_filter_msa.c:285:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vp8/common/mips/msa/loopfilter_filters_msa.c:536:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vp8/common/reconinter.c:61:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/reconinter.c:115:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/reconinter.c:487:49: style: Function 'vp8_build_inter_predictors_mb' argument 1 names different: declaration 'x' definition 'xd'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/common/reconinter.h:18:56: note: Function 'vp8_build_inter_predictors_mb' argument 1 names different: declaration 'x' definition 'xd'.
firefox-62.0/media/libvpx/libvpx/vp8/common/reconinter.c:487:49: note: Function 'vp8_build_inter_predictors_mb' argument 1 names different: declaration 'x' definition 'xd'.
firefox-62.0/media/libvpx/libvpx/vp8/common/reconintra4x4.c:39:42: style: Function 'vp8_intra4x4_predict' argument 1 names different: declaration 'Above' definition 'above'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/common/reconintra4x4.h:34:42: note: Function 'vp8_intra4x4_predict' argument 1 names different: declaration 'Above' definition 'above'.
firefox-62.0/media/libvpx/libvpx/vp8/common/reconintra4x4.c:39:42: note: Function 'vp8_intra4x4_predict' argument 1 names different: declaration 'Above' definition 'above'.
firefox-62.0/media/libvpx/libvpx/vp8/common/vp8_loopfilter.c:174:7: style: The scope of the variable 'filter_level' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/common/vp8_loopfilter.c:228:7: style: The scope of the variable 'filter_level' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/dboolhuff.c:18:32: warning: Either the condition '!source' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/dboolhuff.c:26:20: note: Assuming that condition '!source' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/decoder/dboolhuff.c:18:32: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/vp8/decoder/decodeframe.c:97:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/decodeframe.c:445:7: style: The scope of the variable 'recon_yoffset' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/decodeframe.c:445:22: style: The scope of the variable 'recon_uvoffset' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/decodeframe.c:878:13: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/decodeframe.c:878:16: style: The scope of the variable 'l' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/decodeframe.c:869:33: style: Function 'vp8_decode_frame' argument 1 names different: declaration 'cpi' definition 'pbi'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/onyxd_int.h:122:33: note: Function 'vp8_decode_frame' argument 1 names different: declaration 'cpi' definition 'pbi'.
firefox-62.0/media/libvpx/libvpx/vp8/decoder/decodeframe.c:869:33: note: Function 'vp8_decode_frame' argument 1 names different: declaration 'cpi' definition 'pbi'.
firefox-62.0/media/libvpx/libvpx/vp8/decoder/onyxd_if.c:314:3: style: Variable 'retcode' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/onyxd_if.c:308:0: note: Variable 'retcode' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/decoder/onyxd_if.c:314:3: note: Variable 'retcode' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/decoder/onyxd_if.c:158:7: style: The scope of the variable 'free_fb' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/threading.c:89:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/threading.c:252:8: style: The scope of the variable 'current_mb_col' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/threading.c:591:16: style: The scope of the variable 'ithread' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/threading.c:724:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/threading.c:725:7: style: The scope of the variable 'uv_width' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/decoder/threading.c:834:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/bitstream.c:760:51: style: Redundant condition: cpi->common.frame_type==KEY_FRAME. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/bitstream.c:304:15: style: The scope of the variable 'w' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/bitstream.c:844:7: style: The scope of the variable 'new_intra' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/bitstream.c:844:18: style: The scope of the variable 'new_last' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/bitstream.c:844:28: style: The scope of the variable 'new_garf' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/bitstream.c:844:38: style: The scope of the variable 'oldtotal' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/bitstream.c:844:48: style: The scope of the variable 'newtotal' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/bitstream.c:1061:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.c:45:35: style: Function 'vp8_start_encode' argument 1 names different: declaration 'bc' definition 'br'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.h:38:42: note: Function 'vp8_start_encode' argument 1 names different: declaration 'bc' definition 'br'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.c:45:35: note: Function 'vp8_start_encode' argument 1 names different: declaration 'bc' definition 'br'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.c:45:54: style: Function 'vp8_start_encode' argument 2 names different: declaration 'buffer' definition 'source'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.h:38:61: note: Function 'vp8_start_encode' argument 2 names different: declaration 'buffer' definition 'source'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.c:45:54: note: Function 'vp8_start_encode' argument 2 names different: declaration 'buffer' definition 'source'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.c:46:38: style: Function 'vp8_start_encode' argument 3 names different: declaration 'buffer_end' definition 'source_end'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.h:39:45: note: Function 'vp8_start_encode' argument 3 names different: declaration 'buffer_end' definition 'source_end'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.c:46:38: note: Function 'vp8_start_encode' argument 3 names different: declaration 'buffer_end' definition 'source_end'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.c:55:34: style: Function 'vp8_stop_encode' argument 1 names different: declaration 'bc' definition 'br'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.h:42:41: note: Function 'vp8_stop_encode' argument 1 names different: declaration 'bc' definition 'br'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/boolhuff.c:55:34: note: Function 'vp8_stop_encode' argument 1 names different: declaration 'bc' definition 'br'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/dct.c:63:7: style: The scope of the variable 'a2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/dct.c:63:11: style: The scope of the variable 'b2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/dct.c:63:15: style: The scope of the variable 'c2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/dct.c:63:19: style: The scope of the variable 'd2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:672:7: style: Condition 'apply_spatial_loop_filter' is always true [knownConditionTrueFalse]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:486:35: note: Assignment 'apply_spatial_loop_filter=1', assigned value is 1
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:672:7: note: Condition 'apply_spatial_loop_filter' is always true
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:69:7: style: The scope of the variable 'shift_inc2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:87:11: style: The scope of the variable 'adjustment' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:230:7: style: The scope of the variable 'shift_inc2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:259:11: style: The scope of the variable 'adjustment' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:478:7: style: The scope of the variable 'mv_row' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:479:7: style: The scope of the variable 'mv_col' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:480:16: style: The scope of the variable 'motion_threshold' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:482:16: style: The scope of the variable 'sse_thresh' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:483:7: style: The scope of the variable 'sse_diff_thresh' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:674:9: style: The scope of the variable 'apply_filter_col' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/denoising.c:675:9: style: The scope of the variable 'apply_filter_row' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodeframe.c:244:7: style: The scope of the variable 'recon_yoffset' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodeframe.c:671:7: style: The scope of the variable 'mb_row' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodeframe.c:896:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodeintra.c:22:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodemb.c:203:9: style: The scope of the variable 'base_bits' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodemb.c:204:9: style: The scope of the variable 'd2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodemb.c:205:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodemv.c:132:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodemv.c:126:0: note: Variable 'i' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodemv.c:132:3: note: Variable 'i' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodemv.c:127:16: style: The scope of the variable 'cost0' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/encodemv.c:128:16: style: The scope of the variable 'cost1' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:99:21: style: Condition 'offset<0' is always true [knownConditionTrueFalse]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:757:5: style: Variable 'weight' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:750:0: note: Variable 'weight' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:757:5: note: Variable 'weight' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1666:3: style: Variable 'mod_frame_err' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1634:0: note: Variable 'mod_frame_err' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1666:3: note: Variable 'mod_frame_err' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1671:3: style: Variable 'gf_first_frame_err' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1633:0: note: Variable 'gf_first_frame_err' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1671:3: note: Variable 'gf_first_frame_err' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:2571:3: style: Variable 'kf_mod_err' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:2539:0: note: Variable 'kf_mod_err' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:2571:3: note: Variable 'kf_mod_err' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:291:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:926:10: style: The scope of the variable 'err_correction_factor' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1041:10: style: The scope of the variable 'err_correction_factor' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1117:10: style: The scope of the variable 'err_correction_factor' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1298:12: style: The scope of the variable 'IIRatio' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1397:12: style: The scope of the variable 'decay_rate' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1460:10: style: The scope of the variable 'this_frame_mvr_ratio' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1461:10: style: The scope of the variable 'this_frame_mvc_ratio' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1629:10: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:1654:7: style: The scope of the variable 'flash_detected' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:2471:12: style: The scope of the variable 'next_iiratio' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:2985:9: style: The scope of the variable 'scale_val' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/firstpass.c:2999:12: style: The scope of the variable 'effective_size_ratio' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/lookahead.c:95:7: style: The scope of the variable 'row' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/lookahead.c:95:12: style: The scope of the variable 'col' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/lookahead.c:95:17: style: The scope of the variable 'active_end' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:407:3: style: Variable 'bestmse' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:373:0: note: Variable 'bestmse' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:407:3: note: Variable 'bestmse' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:703:3: style: Variable 'bestmse' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:669:0: note: Variable 'bestmse' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:703:3: note: Variable 'bestmse' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:1199:21: style: The scope of the variable 't' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:1385:10: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:1504:10: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:840:59: style: Function 'vp8_hex_search' argument 7 names different: declaration 'error_per_bit' definition 'sad_per_bit'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.h:43:66: note: Function 'vp8_hex_search' argument 7 names different: declaration 'error_per_bit' definition 'sad_per_bit'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:840:59: note: Function 'vp8_hex_search' argument 7 names different: declaration 'error_per_bit' definition 'sad_per_bit'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:841:49: style: Function 'vp8_hex_search' argument 8 names different: declaration 'vf' definition 'vfp'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.h:44:56: note: Function 'vp8_hex_search' argument 8 names different: declaration 'vf' definition 'vfp'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mcomp.c:841:49: note: Function 'vp8_hex_search' argument 8 names different: declaration 'vf' definition 'vfp'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mips/msa/denoising_msa.c:27:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mips/msa/denoising_msa.c:316:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mips/msa/denoising_msa.c:190:23: error: Uninitialized variable: sum_diff_thresh [uninitvar]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mips/msa/encodeopt_msa.c:44:12: style: The scope of the variable 'coeff_ptr' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mips/msa/encodeopt_msa.c:44:24: style: The scope of the variable 'dq_coeff_ptr' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mips/msa/encodeopt_msa.c:110:12: style: The scope of the variable 'coeff_ptr' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mips/msa/encodeopt_msa.c:110:24: style: The scope of the variable 'dq_coeff_ptr' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/modecosts.c:17:36: style: Function 'vp8_init_mode_costs' argument 1 names different: declaration 'x' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/modecosts.h:20:43: note: Function 'vp8_init_mode_costs' argument 1 names different: declaration 'x' definition 'c'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/modecosts.c:17:36: note: Function 'vp8_init_mode_costs' argument 1 names different: declaration 'x' definition 'c'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mr_dissim.c:52:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mr_dissim.c:90:17: style: The scope of the variable 'mmvx' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mr_dissim.c:91:17: style: The scope of the variable 'mmvy' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/mr_dissim.c:160:19: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:408:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:408:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:409:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:409:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:412:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:412:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:413:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:413:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:415:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:415:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:416:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:416:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:418:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:418:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:419:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:419:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:422:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:422:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:423:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:423:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:425:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:425:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:426:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:426:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:434:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:434:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:435:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:435:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:438:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:438:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:439:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:439:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:442:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:442:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:443:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:443:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:445:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:445:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:446:3: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2280:27: note: Calling function 'dealloc_compressor_data', 1st argument 'cpi' value is 0
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:446:3: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2281:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2281:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2282:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2282:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2283:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2283:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2284:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2284:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2285:12: warning: Either the condition 'cpi' is redundant or there is possible null pointer dereference: cpi. [nullPointerRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2071:7: note: Assuming that condition 'cpi' is not redundant
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:2285:12: note: Null pointer dereference
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:996:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:999:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:996:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:514:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:3611:11: style: The scope of the variable 'buff_lvl_step' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:4310:9: style: The scope of the variable 'mb_row' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:4311:9: style: The scope of the variable 'mb_col' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:4336:9: style: The scope of the variable 'mb_row' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:4337:9: style: The scope of the variable 'mb_col' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:1636:9: style: Variable 'UNINITIALIZED_IS_SAFE' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/onyx_if.c:1637:9: style: Variable 'UNINITIALIZED_IS_SAFE' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:309:19: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:128:7: style: The scope of the variable 'threshold1' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:129:7: style: The scope of the variable 'threshold2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:131:7: style: The scope of the variable 'grad_last' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:132:7: style: The scope of the variable 'grad_source' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:256:7: style: The scope of the variable 'rate' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:257:7: style: The scope of the variable 'distortion' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:351:7: style: The scope of the variable 'shift' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:352:7: style: The scope of the variable 'Uaverage' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:353:7: style: The scope of the variable 'Vaverage' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:584:7: style: The scope of the variable 'local_motion_check' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:990:13: style: The scope of the variable 'thissme' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:992:13: style: The scope of the variable 'further_steps' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:993:13: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:1392:28: style: The scope of the variable 'distortion' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:1394:7: style: The scope of the variable 'this_rd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:1390:46: style: Function 'vp8_pick_intra_mode' argument 2 names different: declaration 'rate' definition 'rate_'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.h:24:53: note: Function 'vp8_pick_intra_mode' argument 2 names different: declaration 'rate' definition 'rate_'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:1390:46: note: Function 'vp8_pick_intra_mode' argument 2 names different: declaration 'rate' definition 'rate_'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/pickinter.c:356:22: style: Variable 'UNINITIALIZED_IS_SAFE' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/picklpf.c:265:7: style: The scope of the variable 'filt_high' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/picklpf.c:267:7: style: The scope of the variable 'filt_low' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/picklpf.c:272:7: style: The scope of the variable 'Bias' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/ratectrl.c:384:7: style: The scope of the variable 'Boost' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/ratectrl.c:1274:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:619:19: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:331:11: style: The scope of the variable 'bd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:333:7: style: The scope of the variable 'berror' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:353:10: style: The scope of the variable 'be' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:354:11: style: The scope of the variable 'bd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:526:7: style: The scope of the variable 'rate' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:527:7: style: The scope of the variable 'distortion' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:648:7: style: The scope of the variable 'rate' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:651:7: style: The scope of the variable 'this_rd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:747:7: style: The scope of the variable 'rate_to' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:1016:13: style: The scope of the variable 'sseshift' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:1020:13: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:1021:13: style: The scope of the variable 'thissme' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:1231:9: style: The scope of the variable 'sr' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:1350:7: style: The scope of the variable 'vcnt' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:1351:7: style: The scope of the variable 'find' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:1352:7: style: The scope of the variable 'mb_offset' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:1356:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:2017:13: style: The scope of the variable 'further_steps' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:2018:13: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:2358:49: style: Function 'vp8_rd_pick_intra_mode' argument 2 names different: declaration 'rate' definition 'rate_'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.h:68:56: note: Function 'vp8_rd_pick_intra_mode' argument 2 names different: declaration 'rate' definition 'rate_'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:2358:49: note: Function 'vp8_rd_pick_intra_mode' argument 2 names different: declaration 'rate' definition 'rate_'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:647:22: style: Variable 'UNINITIALIZED_IS_SAFE' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:744:22: style: Variable 'UNINITIALIZED_IS_SAFE' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/rdopt.c:746:7: style: Variable 'UNINITIALIZED_IS_SAFE' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/segmentation.c:15:7: style: The scope of the variable 'mb_row' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/segmentation.c:15:15: style: The scope of the variable 'mb_col' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/tokenize.c:114:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/treewriter.c:28:27: style: Function 'vp8_cost_tokens' argument 1 names different: declaration 'Costs' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/treewriter.h:96:27: note: Function 'vp8_cost_tokens' argument 1 names different: declaration 'Costs' definition 'c'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/treewriter.c:28:27: note: Function 'vp8_cost_tokens' argument 1 names different: declaration 'Costs' definition 'c'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/treewriter.c:31:28: style: Function 'vp8_cost_tokens2' argument 1 names different: declaration 'Costs' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/treewriter.h:98:28: note: Function 'vp8_cost_tokens2' argument 1 names different: declaration 'Costs' definition 'c'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/treewriter.c:31:28: note: Function 'vp8_cost_tokens2' argument 1 names different: declaration 'Costs' definition 'c'.
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:19:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:20:7: style: The scope of the variable 'x' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:20:10: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:20:13: style: The scope of the variable 'z' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:20:16: style: The scope of the variable 'sz' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:49:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:50:7: style: The scope of the variable 'zbin' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:51:7: style: The scope of the variable 'x' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:51:13: style: The scope of the variable 'z' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:51:16: style: The scope of the variable 'sz' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:184:7: style: The scope of the variable 'quant_val' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:33:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/vp8_quantize.c:75:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:237:38: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:239:38: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:241:38: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:244:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:278:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:279:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:319:44: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:321:44: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:323:44: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:326:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:336:44: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:339:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:346:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:348:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:45:16: style: The scope of the variable 'sum_diff_thresh' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/denoising_sse2.c:190:16: style: The scope of the variable 'sum_diff_thresh' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/quantize_ssse3.c:34:3: error: Uninitialized variable: eob [uninitvar]
firefox-62.0/media/libvpx/libvpx/vp8/encoder/x86/quantize_ssse3.c:36:10: error: Uninitialized variable: eob [uninitvar]
firefox-62.0/media/libvpx/libvpx/vp8/vp8_cx_iface.c:840:9: style: The scope of the variable 'comp_data_state' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp8/vp8_dx_iface.c:178:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/media/libvpx/libvpx/vp8/vp8_dx_iface.c:180:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/media/libvpx/libvpx/vp8/vp8_dx_iface.c:178:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/media/libvpx/libvpx/vp8/vp8_dx_iface.c:53:7: style: struct member 'vpx_codec_alg_priv::img_setup' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vp9/common/vp9_entropymode.c:427:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/common/vp9_loopfilter.c:665:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/common/vp9_loopfilter.c:738:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/common/vp9_mvref_common.c:124:1: style: Label 'Done' is not used. [unusedLabel]
firefox-62.0/media/libvpx/libvpx/vp9/common/vp9_reconintra.c:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodeframe.c:657:7: style: The scope of the variable 'is_scaled' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodeframe.c:989:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodeframe.c:989:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodeframe.c:989:13: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodeframe.c:989:16: style: The scope of the variable 'l' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodeframe.c:989:19: style: The scope of the variable 'm' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodeframe.c:1009:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodemv.c:406:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodemv.c:840:7: style: The scope of the variable 'w' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_decodemv.c:840:10: style: The scope of the variable 'h' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_detokenize.c:82:7: style: The scope of the variable 'band' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_detokenize.c:85:19: style: The scope of the variable 'prob' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/decoder/vp9_detokenize.c:117:9: style: The scope of the variable 'val' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_360.c:42:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_complexity.c:120:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:305:37: style: Condition 'flag_force_gf_high_motion==1' is always false [knownConditionTrueFalse]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:302:35: note: Assignment 'flag_force_gf_high_motion=0', assigned value is 0
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:305:37: note: Condition 'flag_force_gf_high_motion==1' is always false
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:512:7: style: Condition '!apply_cyclic_refresh' is always false [knownConditionTrueFalse]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:509:36: note: Assignment 'apply_cyclic_refresh=1', assigned value is 1
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:512:7: note: Condition '!apply_cyclic_refresh' is always false
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:175:7: style: The scope of the variable 'is_skin' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:363:23: style: The scope of the variable 'bl_index' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:364:7: style: The scope of the variable 'xmis' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c:364:13: style: The scope of the variable 'ymis' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_variance.c:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_aq_variance.c:192:10: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_bitstream.c:249:13: style: The scope of the variable 'ref' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_bitstream.c:693:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_bitstream.c:751:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_dct.c:650:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_denoiser.c:79:7: style: The scope of the variable 'shift_inc' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:2162:7: style: Condition 'do_partition_search' is always true [knownConditionTrueFalse]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:2139:29: note: Assignment 'do_partition_search=1', assigned value is 1
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:2162:7: note: Condition 'do_partition_search' is always true
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3032:20: style: Same expression on both sides of '<' because the value of 'tp_orig' and '*tp' are the same. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:2623:25: note: 'tp_orig' is assigned value '*tp' here.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3032:20: note: Same expression on both sides of '<' because the value of 'tp_orig' and '*tp' are the same.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3036:20: style: Same expression on both sides of '==' because the value of 'tp_orig' and '*tp' are the same. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:2623:25: note: 'tp_orig' is assigned value '*tp' here.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3036:20: note: Same expression on both sides of '==' because the value of 'tp_orig' and '*tp' are the same.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3561:20: style: Same expression on both sides of '<' because the value of 'tp_orig' and '*tp' are the same. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3336:25: note: 'tp_orig' is assigned value '*tp' here.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3561:20: note: Same expression on both sides of '<' because the value of 'tp_orig' and '*tp' are the same.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3565:20: style: Same expression on both sides of '==' because the value of 'tp_orig' and '*tp' are the same. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3336:25: note: 'tp_orig' is assigned value '*tp' here.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3565:20: note: Same expression on both sides of '==' because the value of 'tp_orig' and '*tp' are the same.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:708:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:708:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:1828:7: style: The scope of the variable 'block_row' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:1828:18: style: The scope of the variable 'block_col' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:2137:7: style: The scope of the variable 'splits_below' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:2437:7: style: The scope of the variable 'bs_hist' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:2625:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3062:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3338:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:3929:7: style: The scope of the variable 'sum' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodeframe.c:4269:7: style: Variable 'map_index' is modified but its new value is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodemb.c:137:9: style: The scope of the variable 'base_bits' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodemb.c:137:20: style: The scope of the variable 'd2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodemb.c:137:24: style: The scope of the variable 'dx' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encodemv.c:101:12: style: The scope of the variable 'e' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encoder.c:4613:38: style: Same expression on both sides of '!=' because the value of 'source' and 'NULL' are the same. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encoder.c:4572:36: note: 'source' is assigned value 'NULL' here.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encoder.c:4613:38: note: Same expression on both sides of '!=' because the value of 'source' and 'NULL' are the same.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encoder.c:187:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_encoder.c:231:23: style: The scope of the variable 'this_level' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_firstpass.c:2554:3: style: Variable 'kf_mod_err' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_firstpass.c:2526:0: note: Variable 'kf_mod_err' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_firstpass.c:2554:3: note: Variable 'kf_mod_err' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_firstpass.c:661:7: style: The scope of the variable 'recon_yoffset' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_firstpass.c:661:22: style: The scope of the variable 'recon_uvoffset' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_firstpass.c:1920:7: style: The scope of the variable 'target_frame_size' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_firstpass.c:2132:7: style: The scope of the variable 'flash_detected' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_firstpass.c:889:19: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_firstpass.c:2980:9: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_lookahead.c:212:20: style: Condition 'index<0' is always true [knownConditionTrueFalse]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mbgraph.c:50:3: style: Variable 'mv_sf->search_method' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mbgraph.c:46:3: note: Variable 'mv_sf->search_method' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mbgraph.c:50:3: note: Variable 'mv_sf->search_method' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:888:3: style: Variable 'bestsad' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:876:0: note: Variable 'bestsad' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:888:3: note: Variable 'bestsad' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:1623:3: style: Variable 'bestsad' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:1592:0: note: Variable 'bestsad' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:1623:3: note: Variable 'bestsad' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:2325:3: style: Variable 'best_sad' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:2321:0: note: Variable 'best_sad' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:2325:3: note: Variable 'best_sad' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:433:18: style: The scope of the variable 'minpt' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:493:18: style: The scope of the variable 'minpt' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:671:7: style: The scope of the variable 'kr' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:671:11: style: The scope of the variable 'kc' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:872:13: style: The scope of the variable 't' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:1042:13: style: The scope of the variable 't' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:1629:21: style: The scope of the variable 't' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:1996:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:381:3: style: Variable 'sse' is not assigned a value. [unassignedVariable]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:381:3: style: Variable 'whichdir' is not assigned a value. [unassignedVariable]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:381:3: style: Variable 'thismse' is not assigned a value. [unassignedVariable]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:751:47: style: Variable 'second' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:37:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_mcomp.c:38:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_pickmode.c:327:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_pickmode.c:327:10: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_pickmode.c:372:9: style: The scope of the variable 'sum32x32' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_pickmode.c:860:25: style: The scope of the variable 'var_v' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_pickmode.c:132:1: style: Label 'Done' is not used. [unusedLabel]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_quantize.c:30:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_quantize.c:109:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_quantize.c:46:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_quantize.c:121:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_ratectrl.c:1852:7: style: The scope of the variable 'max_delta' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_ratectrl.c:1913:7: style: The scope of the variable 'avg_qp_thr1' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_ratectrl.c:1914:7: style: The scope of the variable 'avg_qp_thr2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_ratectrl.c:2041:7: style: The scope of the variable 'target' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_ratectrl.c:2050:12: style: The scope of the variable 'sad_thresh2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_ratectrl.c:2051:7: style: The scope of the variable 'low_content' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_ratectrl.c:2052:7: style: The scope of the variable 'high_content' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_ratectrl.c:2053:10: style: The scope of the variable 'rate_err' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_rd.c:257:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_rdopt.c:167:16: style: The scope of the variable 'sum_sse' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_rdopt.c:2487:23: style: The scope of the variable 'best_rd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_rdopt.c:2634:13: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_rdopt.c:3180:48: style: The scope of the variable 'distortion_uv' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_rdopt.c:3696:11: style: The scope of the variable 'rs' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_rdopt.c:3958:23: style: The scope of the variable 'tmp_best_rd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_rdopt.c:3962:11: style: The scope of the variable 'switchable_filter_index' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_resize.c:390:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_segmentation.c:194:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_subexp.c:143:17: style: The scope of the variable 'new_b' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_subexp.c:143:24: style: The scope of the variable 'update_b' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_subexp.c:143:34: style: The scope of the variable 'savings' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_subexp.c:144:7: style: The scope of the variable 'newp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_subexp.c:148:19: style: The scope of the variable 'newplist' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_svc_layercontext.c:150:7: style: The scope of the variable 'sl' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_svc_layercontext.c:150:11: style: The scope of the variable 'tl' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_svc_layercontext.c:150:26: style: The scope of the variable 'spatial_layer_target' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_temporal_filter.c:250:3: style: Variable 'mv_sf->search_method' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_temporal_filter.c:246:3: note: Variable 'mv_sf->search_method' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_temporal_filter.c:250:3: note: Variable 'mv_sf->search_method' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_temporal_filter.c:253:3: style: Variable 'bestsme' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_temporal_filter.c:221:0: note: Variable 'bestsme' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/vp9_temporal_filter.c:253:3: note: Variable 'bestsme' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vp9/encoder/x86/vp9_dct_intrin_sse2.c:215:7: style: The scope of the variable 'index' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c:53:7: style: The scope of the variable 'index' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c:127:7: style: The scope of the variable 'sum_diff_thresh' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c:127:27: style: The scope of the variable 'sum_diff' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c:215:7: style: The scope of the variable 'sum_diff_thresh' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c:19:13: style: The scope of the variable 'test' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c:26:11: style: The scope of the variable 'nzflag' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/vp9_cx_iface.c:1048:10: style: The scope of the variable 'data_sz' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vp9/vp9_dx_iface.c:533:40: warning: Either the condition 'data==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libvpx/libvpx/vp9/vp9_dx_iface.c:538:12: note: Assuming that condition 'data==NULL' is not redundant
firefox-62.0/media/libvpx/libvpx/vp9/vp9_dx_iface.c:533:40: note: Null pointer addition
firefox-62.0/media/libvpx/libvpx/vpx/src/svc_encodeframe.c:203:9: style: The scope of the variable 'option_value' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx/src/svc_encodeframe.c:301:7: style: The scope of the variable 'sl' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx/src/svc_encodeframe.c:301:11: style: The scope of the variable 'tl' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx/src/svc_encodeframe.c:301:15: style: The scope of the variable 'spatial_layer_target' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx/src/svc_encodeframe.c:639:10: style: The scope of the variable 'y_scale' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx/src/svc_encodeframe.c:75:9: style: struct member 'FrameData::buf' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx/src/svc_encodeframe.c:76:10: style: struct member 'FrameData::size' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx/src/svc_encodeframe.c:78:21: style: struct member 'FrameData::next' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx/src/vpx_codec.c:117:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx/src/vpx_encoder.c:84:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:271:13: style: The scope of the variable 'width' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:272:25: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:273:19: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:494:13: style: The scope of the variable 'width' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:495:25: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:496:19: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:658:11: style: The scope of the variable 'height' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:659:23: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:660:17: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:835:11: style: The scope of the variable 'height' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:836:23: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c:837:17: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/idct16x16_add_neon.c:751:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/idct16x16_add_neon.c:274:12: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/idct32x32_add_neon.c:432:11: style: Variable 'pass2' is not assigned a value. [unassignedVariable]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/variance_neon.c:372:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/variance_neon.c:374:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:224:9: style: The scope of the variable 'width' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:225:20: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:298:16: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:493:9: style: The scope of the variable 'width' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:494:20: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:583:16: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:782:9: style: The scope of the variable 'height' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:783:20: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:784:14: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:963:9: style: The scope of the variable 'height' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:964:20: style: The scope of the variable 's' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c:965:14: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/bitwriter.c:15:35: style: Function 'vpx_start_encode' argument 1 names different: declaration 'bc' definition 'br'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/bitwriter.h:30:35: note: Function 'vpx_start_encode' argument 1 names different: declaration 'bc' definition 'br'.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/bitwriter.c:15:35: note: Function 'vpx_start_encode' argument 1 names different: declaration 'bc' definition 'br'.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/bitwriter.c:15:48: style: Function 'vpx_start_encode' argument 2 names different: declaration 'buffer' definition 'source'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/bitwriter.h:30:48: note: Function 'vpx_start_encode' argument 2 names different: declaration 'buffer' definition 'source'.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/bitwriter.c:15:48: note: Function 'vpx_start_encode' argument 2 names different: declaration 'buffer' definition 'source'.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/bitwriter.c:24:34: style: Function 'vpx_stop_encode' argument 1 names different: declaration 'bc' definition 'br'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/bitwriter.h:31:34: note: Function 'vpx_stop_encode' argument 1 names different: declaration 'bc' definition 'br'.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/bitwriter.c:24:34: note: Function 'vpx_stop_encode' argument 1 names different: declaration 'bc' definition 'br'.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/deblock.c:45:26: style: The scope of the variable 'p_dst' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/fastssim.c:92:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/fwd_txfm.c:419:37: style: Same expression on both sides of '-'. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/fwd_txfm.c:437:36: style: Same expression on both sides of '-'. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/fwd_txfm.c:505:36: style: Same expression on both sides of '-'. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/inv_txfm.c:399:22: style: Same expression on both sides of '/'. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/avg_msa.c:27:3: style: Variable 'sum' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/avg_msa.c:18:0: note: Variable 'sum' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/avg_msa.c:27:3: note: Variable 'sum' is reassigned a value before the old one has been used.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/deblock_msa.c:152:12: style: The scope of the variable 'out0' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/deblock_msa.c:152:18: style: The scope of the variable 'out1' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/deblock_msa.c:152:24: style: The scope of the variable 'out2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/deblock_msa.c:152:30: style: The scope of the variable 'out3' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/intrapred_msa.c:104:11: style: The scope of the variable 'inp0' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/intrapred_msa.c:104:17: style: The scope of the variable 'inp1' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/intrapred_msa.c:104:23: style: The scope of the variable 'inp2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/intrapred_msa.c:104:29: style: The scope of the variable 'inp3' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/intrapred_msa.c:127:11: style: The scope of the variable 'inp0' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/intrapred_msa.c:127:17: style: The scope of the variable 'inp1' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/intrapred_msa.c:127:23: style: The scope of the variable 'inp2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/intrapred_msa.c:127:29: style: The scope of the variable 'inp3' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/loopfilter_16_msa.c:429:14: style: The scope of the variable 'p2_d' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/loopfilter_16_msa.c:429:44: style: The scope of the variable 'q2_d' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/loopfilter_16_msa.c:430:14: style: The scope of the variable 'dword0' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/loopfilter_16_msa.c:430:22: style: The scope of the variable 'dword1' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/loopfilter_8_msa.c:148:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/loopfilter_8_msa.c:17:12: style: The scope of the variable 'p2_d' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/loopfilter_8_msa.c:17:42: style: The scope of the variable 'q2_d' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve8_avg_msa.c:339:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve8_avg_vert_msa.c:262:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve8_avg_vert_msa.c:132:18: style: The scope of the variable 'src_tmp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve8_avg_vert_msa.c:133:12: style: The scope of the variable 'dst_tmp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve8_horiz_msa.c:446:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve8_vert_msa.c:313:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve8_vert_msa.c:341:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve8_vert_msa.c:202:18: style: The scope of the variable 'src_tmp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve8_vert_msa.c:203:12: style: The scope of the variable 'dst_tmp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c:16:24: style: The scope of the variable 'out2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c:16:30: style: The scope of the variable 'out3' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c:59:12: style: The scope of the variable 'out0' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c:59:18: style: The scope of the variable 'out1' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c:59:24: style: The scope of the variable 'out2' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c:59:30: style: The scope of the variable 'out3' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve_copy_msa.c:99:18: style: The scope of the variable 'src_tmp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve_copy_msa.c:100:12: style: The scope of the variable 'dst_tmp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/mips/vpx_convolve_copy_msa.c:211:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/psnrhvs.c:224:13: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/psnrhvs.c:227:13: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:29:42: style: Condition 'rc!=0' is always false [knownConditionTrueFalse]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:19:18: note: Assignment 'rc=0', assigned value is 0
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:29:42: note: Condition 'rc!=0' is always false
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:78:61: style: Condition 'rc!=0' is always false [knownConditionTrueFalse]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:68:18: note: Assignment 'rc=0', assigned value is 0
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:78:61: note: Condition 'rc!=0' is always false
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:29:42: style: Same expression on both sides of '!=' because the value of 'rc' and '0' are the same. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:19:18: note: 'rc' is assigned value '0' here.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:29:42: note: Same expression on both sides of '!=' because the value of 'rc' and '0' are the same.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:78:61: style: Same expression on both sides of '!=' because the value of 'rc' and '0' are the same. [duplicateExpression]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:68:18: note: 'rc' is assigned value '0' here.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:78:61: note: Same expression on both sides of '!=' because the value of 'rc' and '0' are the same.
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:23:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:72:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:122:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:227:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:229:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:21:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:70:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:147:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/quantize.c:252:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/inv_txfm_sse2.c:3217:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/inv_txfm_sse2.c:3217:13: style: The scope of the variable 'i32' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/inv_txfm_sse2.c:453:17: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/inv_txfm_sse2.c:524:17: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/inv_txfm_sse2.c:1170:17: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/inv_txfm_sse2.c:1294:17: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/inv_txfm_sse2.c:3430:17: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c:1629:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c:1631:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c:1635:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c:1637:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c:1646:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c:1648:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c:1653:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vpx_dsp/x86/loopfilter_intrin_sse2.c:1655:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:41:16: style: The scope of the variable 'a' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:41:19: style: The scope of the variable 'b' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:41:22: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:41:25: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:41:28: style: The scope of the variable 'e' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:69:16: style: The scope of the variable 'a' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:69:19: style: The scope of the variable 'b' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:69:22: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:69:25: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:69:28: style: The scope of the variable 'e' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:115:16: style: The scope of the variable 'a' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:115:19: style: The scope of the variable 'b' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:115:22: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:115:25: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:115:28: style: The scope of the variable 'e' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:142:16: style: The scope of the variable 'a' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:142:19: style: The scope of the variable 'b' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:142:22: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:142:25: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:142:28: style: The scope of the variable 'e' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:186:16: style: The scope of the variable 'a' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/gen_scalers.c:215:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:71:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:261:18: style: The scope of the variable 'line_src' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:28:7: style: struct member 'SCALE_VARS::expanded_frame_width' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:29:7: style: struct member 'SCALE_VARS::expanded_frame_height' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:31:7: style: struct member 'SCALE_VARS::HScale' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:32:7: style: struct member 'SCALE_VARS::HRatio' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:33:7: style: struct member 'SCALE_VARS::VScale' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:34:7: style: struct member 'SCALE_VARS::VRatio' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:36:23: style: struct member 'SCALE_VARS::src_yuv_config' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpx_scale/generic/vpx_scale.c:37:23: style: struct member 'SCALE_VARS::dst_yuv_config' is never used. [unusedStructMember]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:818:9: style: Condition '!frame_parallel' is always true [knownConditionTrueFalse]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:491:50: note: Assignment 'frame_parallel=0', assigned value is 0
firefox-62.0/media/libvpx/libvpx/vpxdec.c:818:9: note: Condition '!frame_parallel' is always true
firefox-62.0/media/libvpx/libvpx/vpxdec.c:403:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:404:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:405:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:406:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:407:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:408:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:409:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:410:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:411:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:412:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:413:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxdec.c:300:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1392:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1393:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1394:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1395:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1396:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1398:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1401:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1403:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1404:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1405:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1406:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1407:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1408:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1409:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1411:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1412:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1413:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1414:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1415:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1416:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1417:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1418:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1419:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1420:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1421:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1423:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1424:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1659:19: style: The scope of the variable 'fsize' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1660:20: style: The scope of the variable 'ivf_header_pos' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1846:11: style: The scope of the variable 'hours' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1847:11: style: The scope of the variable 'mins' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1848:11: style: The scope of the variable 'secs' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/vpxenc.c:1873:7: style: The scope of the variable 'frame_avail' can be reduced. [variableScope]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:150:8: style: The function 'GetKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:135:16: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:150:8: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:151:16: style: The function 'GetBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:132:24: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:151:16: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:170:8: style: The function 'GetKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:135:16: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:170:8: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:171:16: style: The function 'GetBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:132:24: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:171:16: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:523:8: style: The function 'VetEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:364:16: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:523:8: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:524:8: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:365:16: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:524:8: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvreader.h:26:15: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:21:15: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvreader.h:26:15: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvreader.h:27:15: style: The function 'Length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvparser.h:22:15: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/mkvreader.h:27:15: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:964:3: style: The class 'Display' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:1099:3: style: The class 'SimpleTag' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:794:12: style: Technically the member function 'mkvmuxer::VideoTrack::stereo_mode' can be const. [functionConst]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:795:12: style: Technically the member function 'mkvmuxer::VideoTrack::alpha_mode' can be const. [functionConst]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:761:20: style: The function 'PayloadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:669:20: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:761:20: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:764:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:675:16: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:764:16: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:844:20: style: The function 'PayloadSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:669:20: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:844:20: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:847:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:675:16: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:847:16: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:27:17: style: The function 'Position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:44:17: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:27:17: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:28:17: style: The function 'Position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:47:17: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:28:17: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:29:16: style: The function 'Seekable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:50:16: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:29:16: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:30:17: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:40:17: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:30:17: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:31:16: style: The function 'ElementStartNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvmuxer.h:57:16: note: Virtual function in base class
firefox-62.0/media/libvpx/libvpx/third_party/libwebm/mkvmuxer/mkvwriter.h:31:16: note: Function in derived class
firefox-62.0/media/libvpx/libvpx/y4menc.c:58:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/media/libvpx/libvpx/y4menc.c:58:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/media/libvpx/libvpx/y4menc.c:58:10: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/media/libvpx/libvpx/y4menc.c:58:10: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/media/libvpx/libvpx/y4minput.c:1073:69: style: Function 'y4m_input_fetch_frame' argument 3 names different: declaration 'img' definition '_img'. [funcArgNamesDifferent]
firefox-62.0/media/libvpx/libvpx/y4minput.h:62:69: note: Function 'y4m_input_fetch_frame' argument 3 names different: declaration 'img' definition '_img'.
firefox-62.0/media/libvpx/libvpx/y4minput.c:1073:69: note: Function 'y4m_input_fetch_frame' argument 3 names different: declaration 'img' definition '_img'.
firefox-62.0/media/libyuv/libyuv/source/convert.cc:1684:34: warning: Either the condition '!src_v' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/convert.cc:1687:17: note: Assuming that condition '!src_v' is not redundant
firefox-62.0/media/libyuv/libyuv/source/convert.cc:1684:34: note: Null pointer subtraction
firefox-62.0/media/libyuv/libyuv/source/convert.cc:969:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/convert.cc:1101:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/convert.cc:1232:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/convert.cc:1370:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/convert.cc:1512:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/convert_argb.cc:2128:34: warning: Either the condition '!src_v' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/convert_argb.cc:2131:27: note: Assuming that condition '!src_v' is not redundant
firefox-62.0/media/libyuv/libyuv/source/convert_argb.cc:2128:34: note: Null pointer subtraction
firefox-62.0/media/libyuv/libyuv/source/convert_from.cc:1067:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/convert_from_argb.cc:231:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/convert_from_argb.cc:367:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/convert_from_argb.cc:501:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/convert_from_argb.cc:638:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:1800:28: warning: Either the condition '!dst_y' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:1803:7: note: Assuming that condition '!dst_y' is not redundant
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:1800:28: note: Null pointer addition
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:1801:28: warning: Either the condition '!dst_u' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:1803:17: note: Assuming that condition '!dst_u' is not redundant
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:1801:28: note: Null pointer addition
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:1802:28: warning: Either the condition '!dst_v' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:1803:27: note: Assuming that condition '!dst_v' is not redundant
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:1802:28: note: Null pointer addition
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2062:27: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2063:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2062:27: note: Null pointer addition
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2105:27: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2106:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2105:27: note: Null pointer addition
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2200:27: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2201:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2200:27: note: Null pointer addition
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2239:27: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2240:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2239:27: note: Null pointer addition
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2275:27: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2276:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2275:27: note: Null pointer addition
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2320:27: warning: Either the condition '!dst_argb' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2321:7: note: Assuming that condition '!dst_argb' is not redundant
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2320:27: note: Null pointer addition
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:2753:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:3361:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/planar_functions.cc:3477:7: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/row_common.cc:2773:27: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/media/libyuv/libyuv/source/row_common.cc:28:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libyuv/libyuv/source/row_common.cc:32:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libyuv/libyuv/source/row_common.cc:36:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libyuv/libyuv/source/row_common.cc:40:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/libyuv/libyuv/source/scale.cc:705:7: style: The scope of the variable 'boxwidth' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/scale.cc:727:7: style: The scope of the variable 'boxwidth' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/scale.cc:801:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/scale.cc:801:10: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/scale.cc:882:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/scale.cc:882:10: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/scale.cc:1137:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/scale.cc:1272:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/scale_argb.cc:265:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/source/scale_argb.cc:381:7: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/libyuv/libyuv/unit_test/color_test.cc:140:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/compare_test.cc:37:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/convert_test.cc:144:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/cpu_test.cc:73:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/math_test.cc:87:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/planar_test.cc:153:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/rotate_argb_test.cc:98:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/rotate_test.cc:83:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/scale_argb_test.cc:260:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/scale_test.cc:291:0: error: syntax error [syntaxError]
firefox-62.0/media/libyuv/libyuv/unit_test/video_common_test.cc:38:0: error: syntax error [syntaxError]
firefox-62.0/media/mtransport/SrtpFlow.h:54:12: performance: Technically the member function 'mozilla::SrtpFlow::CheckInputs' can be static. [functionStatic]
firefox-62.0/media/mtransport/SrtpFlow.cpp:93:20: note: Technically the member function 'mozilla::SrtpFlow::CheckInputs' can be static.
firefox-62.0/media/mtransport/SrtpFlow.h:54:12: note: Technically the member function 'mozilla::SrtpFlow::CheckInputs' can be static.
firefox-62.0/media/mtransport/dtlsidentity.cpp:157:61: performance: Function parameter 'algorithm' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/dtlsidentity.cpp:168:61: performance: Function parameter 'algorithm' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:879:27: style: The scope of the variable 'getsockname_status' can be reduced. [variableScope]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:1415:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:1416:12: style: The scope of the variable 'consumed_len' can be reduced. [variableScope]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:432:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:461:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:480:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:508:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:546:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:573:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:746:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:832:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:859:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:915:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:939:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:963:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:981:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:1059:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:1351:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:1449:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:1495:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2193:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2223:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2242:65: style: Function 'nr_socket_local_sendto' argument 5 names different: declaration 'to' definition 'addr'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2130:65: note: Function 'nr_socket_local_sendto' argument 5 names different: declaration 'to' definition 'addr'.
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2242:65: note: Function 'nr_socket_local_sendto' argument 5 names different: declaration 'to' definition 'addr'.
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2250:56: style: Function 'nr_socket_local_recvfrom' argument 6 names different: declaration 'from' definition 'addr'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2132:61: note: Function 'nr_socket_local_recvfrom' argument 6 names different: declaration 'from' definition 'addr'.
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2250:56: note: Function 'nr_socket_local_recvfrom' argument 6 names different: declaration 'from' definition 'addr'.
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2293:42: style: Function 'nr_socket_local_connect' argument 1 names different: declaration 'sock' definition 'obj'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2136:42: note: Function 'nr_socket_local_connect' argument 1 names different: declaration 'sock' definition 'obj'.
firefox-62.0/media/mtransport/nr_socket_prsock.cpp:2293:42: note: Function 'nr_socket_local_connect' argument 1 names different: declaration 'sock' definition 'obj'.
firefox-62.0/media/mtransport/nr_socket_prsock.h:126:12: style: Technically the member function 'mozilla::NrSocketBase::poll_flags' can be const. [functionConst]
firefox-62.0/media/mtransport/nr_socket_prsock.h:225:3: style: Class 'NrSocketIpc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/mtransport/nricectx.cpp:144:3: style: Variable 'slot' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/mtransport/nricectx.cpp:134:0: note: Variable 'slot' is reassigned a value before the old one has been used.
firefox-62.0/media/mtransport/nricectx.cpp:144:3: note: Variable 'slot' is reassigned a value before the old one has been used.
firefox-62.0/media/mtransport/nricectx.cpp:652: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/media/mtransport/nricectx.cpp:649:7: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/mtransport/nricectx.cpp:652:7: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/mtransport/nricectx.cpp:655: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/media/mtransport/nricectx.cpp:652:7: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/mtransport/nricectx.cpp:655:7: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/mtransport/nricectx.cpp:658: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/media/mtransport/nricectx.cpp:655:7: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/mtransport/nricectx.cpp:658:7: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/mtransport/nricectx.cpp:210:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/nricectx.cpp:936:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nricectx.cpp:385:50: style: Function 'trickle_cb' argument 2 names different: declaration 'ctx' definition 'ice_ctx'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/nricectx.h:384:49: note: Function 'trickle_cb' argument 2 names different: declaration 'ctx' definition 'ice_ctx'.
firefox-62.0/media/mtransport/nricectx.cpp:385:50: note: Function 'trickle_cb' argument 2 names different: declaration 'ctx' definition 'ice_ctx'.
firefox-62.0/media/mtransport/nricectx.h:100:12: warning: Member variable 'NrIceStunServer::port_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/mtransport/nricectx.h:119:12: warning: Member variable 'NrIceStunServer::has_addr_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/mtransport/nricectx.h:119:12: warning: Member variable 'NrIceStunServer::port_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/mtransport/nricectx.h:262:28: style: Technically the member function 'mozilla::NrIceCtx::GetStream' can be const. [functionConst]
firefox-62.0/media/mtransport/nricectx.h:303:15: style: Technically the member function 'mozilla::NrIceCtx::GetControlling' can be const. [functionConst]
firefox-62.0/media/mtransport/nricectx.cpp:833:33: note: Technically the member function 'mozilla::NrIceCtx::GetControlling' can be const.
firefox-62.0/media/mtransport/nricectx.h:303:15: note: Technically the member function 'mozilla::NrIceCtx::GetControlling' can be const.
firefox-62.0/media/mtransport/nricectx.h:344:8: style: Technically the member function 'mozilla::NrIceCtx::AccumulateStats' can be const. [functionConst]
firefox-62.0/media/mtransport/nricectx.cpp:734:16: note: Technically the member function 'mozilla::NrIceCtx::AccumulateStats' can be const.
firefox-62.0/media/mtransport/nricectx.h:344:8: note: Technically the member function 'mozilla::NrIceCtx::AccumulateStats' can be const.
firefox-62.0/media/mtransport/nricectx.h:358:28: style: Technically the member function 'mozilla::NrIceCtx::thread' can be const. [functionConst]
firefox-62.0/media/mtransport/sigslot.h:471:2: warning: The class 'has_slots' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:534:2: warning: The class '_signal_base0' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:671:2: warning: The class '_signal_base1' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:809:2: warning: The class '_signal_base2' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:947:2: warning: The class '_signal_base3' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:1085:2: warning: The class '_signal_base4' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:1224:2: warning: The class '_signal_base5' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:1364:2: warning: The class '_signal_base6' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:1504:2: warning: The class '_signal_base7' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:1644:2: warning: The class '_signal_base8' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/sigslot.h:628:8: style: The function 'slot_disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:442:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:628:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:649:8: style: The function 'slot_duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:443:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:649:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1252:8: style: The function 'slot_duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:443:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1252:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1337:8: style: The function 'slot_disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:442:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1337:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1392:8: style: The function 'slot_duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:443:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1392:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1477:8: style: The function 'slot_disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:442:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1477:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1532:8: style: The function 'slot_duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:443:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1532:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1617:8: style: The function 'slot_disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:442:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1617:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1673:8: style: The function 'slot_duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:443:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1673:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1758:8: style: The function 'slot_disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:442:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1758:8: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1814:16: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:330:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1814:16: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:1819:32: style: The function 'getdest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:329:32: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:1819:32: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2040:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:389:27: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2040:27: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2047:27: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:391:27: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2047:27: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2053:16: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:386:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2053:16: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2059:32: style: The function 'getdest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:385:32: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2059:32: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2094:38: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:404:38: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2094:38: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2101:38: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:406:38: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2101:38: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2107:16: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:401:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2107:16: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2113:32: style: The function 'getdest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:400:32: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2113:32: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2148:49: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:419:49: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2148:49: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2155:49: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:421:49: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2155:49: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2161:16: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:416:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2161:16: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2167:32: style: The function 'getdest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:415:32: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2167:32: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2204:60: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:434:60: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2204:60: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2211:60: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:436:60: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2211:60: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2217:16: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:431:16: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2217:16: note: Function in derived class
firefox-62.0/media/mtransport/sigslot.h:2223:32: style: The function 'getdest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/sigslot.h:430:32: note: Virtual function in base class
firefox-62.0/media/mtransport/sigslot.h:2223:32: note: Function in derived class
firefox-62.0/media/mtransport/nricectxhandler.h:26:20: style: Technically the member function 'mozilla::NrIceCtxHandler::ctx' can be const. [functionConst]
firefox-62.0/media/mtransport/nricemediastream.cpp:114:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/nricemediastream.cpp:342:26: style: The scope of the variable 'p2' can be reduced. [variableScope]
firefox-62.0/media/mtransport/nricemediastream.cpp:227:44: style: Function 'ParseAttributes' argument 1 names different: declaration 'candidates' definition 'attributes'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/nricemediastream.h:163:54: note: Function 'ParseAttributes' argument 1 names different: declaration 'candidates' definition 'attributes'.
firefox-62.0/media/mtransport/nricemediastream.cpp:227:44: note: Function 'ParseAttributes' argument 1 names different: declaration 'candidates' definition 'attributes'.
firefox-62.0/media/mtransport/nricemediastream.cpp:282:69: style: Function 'GetActivePair' argument 2 names different: declaration 'local' definition 'localp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/nricemediastream.h:175:53: note: Function 'GetActivePair' argument 2 names different: declaration 'local' definition 'localp'.
firefox-62.0/media/mtransport/nricemediastream.cpp:282:69: note: Function 'GetActivePair' argument 2 names different: declaration 'local' definition 'localp'.
firefox-62.0/media/mtransport/nricemediastream.cpp:283:69: style: Function 'GetActivePair' argument 3 names different: declaration 'remote' definition 'remotep'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/nricemediastream.h:176:53: note: Function 'GetActivePair' argument 3 names different: declaration 'remote' definition 'remotep'.
firefox-62.0/media/mtransport/nricemediastream.cpp:283:69: note: Function 'GetActivePair' argument 3 names different: declaration 'remote' definition 'remotep'.
firefox-62.0/media/mtransport/nricemediastream.cpp:543:49: style: Function 'DisableComponent' argument 1 names different: declaration 'component' definition 'component_id'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/nricemediastream.h:170:33: note: Function 'DisableComponent' argument 1 names different: declaration 'component' definition 'component_id'.
firefox-62.0/media/mtransport/nricemediastream.cpp:543:49: note: Function 'DisableComponent' argument 1 names different: declaration 'component' definition 'component_id'.
firefox-62.0/media/mtransport/nricemediastream.cpp:558:49: style: Function 'GetConsentStatus' argument 1 names different: declaration 'component' definition 'component_id'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/nricemediastream.h:180:33: note: Function 'GetConsentStatus' argument 1 names different: declaration 'component' definition 'component_id'.
firefox-62.0/media/mtransport/nricemediastream.cpp:558:49: note: Function 'GetConsentStatus' argument 1 names different: declaration 'component' definition 'component_id'.
firefox-62.0/media/mtransport/nricemediastream.cpp:83:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
firefox-62.0/media/mtransport/nriceresolver.cpp:195:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nriceresolver.h:71:8: performance: Technically the member function 'mozilla::NrIceResolver::DestroyResolver' can be static. [functionStatic]
firefox-62.0/media/mtransport/nriceresolver.cpp:119:21: note: Technically the member function 'mozilla::NrIceResolver::DestroyResolver' can be static.
firefox-62.0/media/mtransport/nriceresolver.h:71:8: note: Technically the member function 'mozilla::NrIceResolver::DestroyResolver' can be static.
firefox-62.0/media/mtransport/nriceresolver.cpp:74:5: style: Class 'NrIceResolver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/media/mtransport/nriceresolver.cpp:74:5: style: Class 'NrIceResolver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/mtransport/nriceresolverfake.cpp:136:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/nriceresolverfake.h:114:5: warning: Member variable 'PendingResolution::timer_handle_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/mtransport/nriceresolverfake.cpp:62:5: style: Class 'NrIceResolverFake' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/media/mtransport/nriceresolverfake.cpp:62:5: style: Class 'NrIceResolverFake' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/mtransport/nricestunaddr.h:26:10: performance: Technically the member function 'mozilla::NrIceStunAddr::SerializationBufferSize' can be static. [functionStatic]
firefox-62.0/media/mtransport/nricestunaddr.cpp:47:16: note: Technically the member function 'mozilla::NrIceStunAddr::SerializationBufferSize' can be static.
firefox-62.0/media/mtransport/nricestunaddr.h:26:10: note: Technically the member function 'mozilla::NrIceStunAddr::SerializationBufferSize' can be static.
firefox-62.0/media/mtransport/nricestunaddr.cpp:28:5: style: Class 'NrIceStunAddr' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/mtransport/nricestunaddr.h:14:1: warning: The class 'NrIceStunAddr' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/mtransport/simpletokenbucket.cpp:25:44: style: Function 'getTokens' argument 1 names different: declaration 'num_tokens' definition 'num_requested_tokens'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/simpletokenbucket.h:41:29: note: Function 'getTokens' argument 1 names different: declaration 'num_tokens' definition 'num_requested_tokens'.
firefox-62.0/media/mtransport/simpletokenbucket.cpp:25:44: note: Function 'getTokens' argument 1 names different: declaration 'num_tokens' definition 'num_requested_tokens'.
firefox-62.0/media/mtransport/stun_socket_filter.cpp:53:16: style: Class 'PendingSTUNRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/mtransport/test/gtest_utils.h:105:3: warning: Member variable 'MtransportTest::webrtc_enabled_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/mtransport/test/stunserver.h:105:22: style: The function 'GetReceivingSocket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/test/stunserver.h:54:22: note: Virtual function in base class
firefox-62.0/media/mtransport/test/stunserver.h:105:22: note: Function in derived class
firefox-62.0/media/mtransport/test/stunserver.h:106:22: style: The function 'GetSendingSocket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/test/stunserver.h:55:22: note: Virtual function in base class
firefox-62.0/media/mtransport/test/stunserver.h:106:22: note: Function in derived class
firefox-62.0/media/mtransport/test/stunserver.h:113:15: style: The function 'TryOpenListenSocket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/mtransport/test/stunserver.h:76:15: note: Virtual function in base class
firefox-62.0/media/mtransport/test/stunserver.h:113:15: note: Function in derived class
firefox-62.0/media/mtransport/test/ice_unittest.cpp:466:40: performance: Function parameter 'addr' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:489:40: performance: Function parameter 'addr' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:490:40: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:491:40: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:498:40: performance: Function parameter 'addr' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:499:40: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:500:55: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:509:58: performance: Function parameter 'servers' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:630:37: performance: Function parameter 'local_transport' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:1801:40: performance: Function parameter 'addr' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:1802:40: performance: Function parameter 'username' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/ice_unittest.cpp:1803:40: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/test/proxy_tunnel_socket_unittest.cpp:341:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/mtransport/test/proxy_tunnel_socket_unittest.cpp:108:3: warning: Member variable 'ProxyTunnelSocketTest::nr_resolver_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/mtransport/test/proxy_tunnel_socket_unittest.cpp:108:3: warning: Member variable 'ProxyTunnelSocketTest::config_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/mtransport/test/proxy_tunnel_socket_unittest.cpp:63:5: style: Class 'DummyResolver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/media/mtransport/test/proxy_tunnel_socket_unittest.cpp:63:5: style: Class 'DummyResolver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/mtransport/test/runnable_utils_unittest.cpp:152:0: error: syntax error [syntaxError]
firefox-62.0/media/mtransport/test/sctp_unittest.cpp:379:0: error: syntax error [syntaxError]
firefox-62.0/media/mtransport/test/sockettransportservice_unittest.cpp:198:0: error: syntax error [syntaxError]
firefox-62.0/media/mtransport/test/stunserver.cpp:407:81: style: Function 'Process' argument 3 names different: declaration 'addr_in' definition 'addr'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/test/stunserver.h:75:67: note: Function 'Process' argument 3 names different: declaration 'addr_in' definition 'addr'.
firefox-62.0/media/mtransport/test/stunserver.cpp:407:81: note: Function 'Process' argument 3 names different: declaration 'addr_in' definition 'addr'.
firefox-62.0/media/mtransport/test/stunserver.cpp:424:43: style: Function 'process_cb' argument 1 names different: declaration 'sock' definition 's'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/test/stunserver.h:77:36: note: Function 'process_cb' argument 1 names different: declaration 'sock' definition 's'.
firefox-62.0/media/mtransport/test/stunserver.cpp:424:43: note: Function 'process_cb' argument 1 names different: declaration 'sock' definition 's'.
firefox-62.0/media/mtransport/test/stunserver.cpp:440:44: style: Function 'readable_cb' argument 1 names different: declaration 'sock' definition 's'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/test/stunserver.h:72:37: note: Function 'readable_cb' argument 1 names different: declaration 'sock' definition 's'.
firefox-62.0/media/mtransport/test/stunserver.cpp:440:44: note: Function 'readable_cb' argument 1 names different: declaration 'sock' definition 's'.
firefox-62.0/media/mtransport/test/stunserver.cpp:609:45: style: Function 'accept_cb' argument 1 names different: declaration 'sock' definition 's'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/test/stunserver.h:110:35: note: Function 'accept_cb' argument 1 names different: declaration 'sock' definition 's'.
firefox-62.0/media/mtransport/test/stunserver.cpp:609:45: note: Function 'accept_cb' argument 1 names different: declaration 'sock' definition 's'.
firefox-62.0/media/mtransport/test/stunserver.h:69:7: performance: Technically the member function 'mozilla::TestStunServer::SetInternalPort' can be static. [functionStatic]
firefox-62.0/media/mtransport/test/stunserver.cpp:229:21: note: Technically the member function 'mozilla::TestStunServer::SetInternalPort' can be static.
firefox-62.0/media/mtransport/test/stunserver.h:69:7: note: Technically the member function 'mozilla::TestStunServer::SetInternalPort' can be static.
firefox-62.0/media/mtransport/test/test_nr_socket_ice_unittest.cpp:328:0: error: syntax error [syntaxError]
firefox-62.0/media/mtransport/test/transport_unittests.cpp:993:0: error: syntax error [syntaxError]
firefox-62.0/media/mtransport/test/turn_unittest.cpp:362:15: warning: The class 'TurnClient' defines member variable with name 'turn_server_' also defined in its parent class 'MtransportTest'. [duplInheritedMember]
firefox-62.0/media/mtransport/test/gtest_utils.h:195:15: note: Parent variable 'MtransportTest::turn_server_'
firefox-62.0/media/mtransport/test/turn_unittest.cpp:362:15: note: Derived variable 'TurnClient::turn_server_'
firefox-62.0/media/mtransport/test_nr_socket.cpp:125:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/test_nr_socket.cpp:216:30: style: Function 'create_external_socket' argument 1 names different: declaration 'remote_addr' definition 'dest_addr'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/test_nr_socket.h:337:34: note: Function 'create_external_socket' argument 1 names different: declaration 'remote_addr' definition 'dest_addr'.
firefox-62.0/media/mtransport/test_nr_socket.cpp:216:30: note: Function 'create_external_socket' argument 1 names different: declaration 'remote_addr' definition 'dest_addr'.
firefox-62.0/media/mtransport/test_nr_socket.cpp:756:53: style: Function 'on_socket_readable' argument 1 names different: declaration 'external_or_internal_socket' definition 'real_socket'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/test_nr_socket.h:317:43: note: Function 'on_socket_readable' argument 1 names different: declaration 'external_or_internal_socket' definition 'real_socket'.
firefox-62.0/media/mtransport/test_nr_socket.cpp:756:53: note: Function 'on_socket_readable' argument 1 names different: declaration 'external_or_internal_socket' definition 'real_socket'.
firefox-62.0/media/mtransport/test_nr_socket.cpp:822:30: style: Function 'get_port_mapping' argument 1 names different: declaration 'remote_addr' definition 'remote_address'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/test_nr_socket.h:331:60: note: Function 'get_port_mapping' argument 1 names different: declaration 'remote_addr' definition 'remote_address'.
firefox-62.0/media/mtransport/test_nr_socket.cpp:822:30: note: Function 'get_port_mapping' argument 1 names different: declaration 'remote_addr' definition 'remote_address'.
firefox-62.0/media/mtransport/test_nr_socket.cpp:848:30: style: Function 'create_port_mapping' argument 1 names different: declaration 'remote_addr' definition 'remote_address'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/test_nr_socket.h:334:34: note: Function 'create_port_mapping' argument 1 names different: declaration 'remote_addr' definition 'remote_address'.
firefox-62.0/media/mtransport/test_nr_socket.cpp:848:30: note: Function 'create_port_mapping' argument 1 names different: declaration 'remote_addr' definition 'remote_address'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:127:4: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:220:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:265:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:408:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:560:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:653:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:696:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:731:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:755:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:776:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:859:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:993:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:131:63: style: Function 'nr_ice_candidate_create' argument 2 names different: declaration 'component' definition 'comp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.h:108:71: note: Function 'nr_ice_candidate_create' argument 2 names different: declaration 'component' definition 'comp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.c:131:63: note: Function 'nr_ice_candidate_create' argument 2 names different: declaration 'component' definition 'comp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:442:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:519:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:550:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:134:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:355:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:391:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:411:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:436:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:496:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:544:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:588:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate_pair.c:647:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:210:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1120:20: style: The scope of the variable 'isock' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1606:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:83:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:132:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:199:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:346:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:358:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:423:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:630:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:698:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:817:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:955:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:985:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1113:4: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1169:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1204:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1230:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1357:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1482:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1547:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1637:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1694:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_component.c:1734:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:79:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:194:17: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:194:19: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:540:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:704:9: style: The scope of the variable 'default_addr_ct' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:940:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:1001:32: style: The scope of the variable 'rstr' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:117:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:141:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:163:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:188:4: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:215:4: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:230:4: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:245:4: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:260:4: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:355:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:459:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:609:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:657:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:692:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:789:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:831:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:845:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:872:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:899:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:928:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:990:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:1060:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:1079:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:234:85: style: Function 'nr_ice_ctx_set_interface_prioritizer' argument 2 names different: declaration 'prioritizer' definition 'ip'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.h:195:85: note: Function 'nr_ice_ctx_set_interface_prioritizer' argument 2 names different: declaration 'prioritizer' definition 'ip'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:234:85: note: Function 'nr_ice_ctx_set_interface_prioritizer' argument 2 names different: declaration 'prioritizer' definition 'ip'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_ctx.c:748:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:49:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:128:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:286:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:316:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:387:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:79:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:139:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:215:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:251:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:279:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:306:4: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:374:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:412:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:448:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:474:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:543:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:700:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:743:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:773:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:799:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:837:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:862:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:888:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:931:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:948:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:971:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:999:79: style: Function 'nr_ice_media_stream_find_pair' argument 2 names different: declaration 'local' definition 'lcand'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.h:104:79: note: Function 'nr_ice_media_stream_find_pair' argument 2 names different: declaration 'local' definition 'lcand'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:999:79: note: Function 'nr_ice_media_stream_find_pair' argument 2 names different: declaration 'local' definition 'lcand'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:999:104: style: Function 'nr_ice_media_stream_find_pair' argument 3 names different: declaration 'remote' definition 'rcand'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.h:104:104: note: Function 'nr_ice_media_stream_find_pair' argument 3 names different: declaration 'remote' definition 'rcand'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_media_stream.c:999:104: note: Function 'nr_ice_media_stream_find_pair' argument 3 names different: declaration 'remote' definition 'rcand'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_parser.c:107:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_parser.c:353:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_parser.c:411:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_parser.c:560:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_parser.c:112:60: style: Function 'nr_ice_peer_candidate_from_attribute' argument 2 names different: declaration 'attr' definition 'orig'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_candidate.h:114:64: note: Function 'nr_ice_peer_candidate_from_attribute' argument 2 names different: declaration 'attr' definition 'orig'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_parser.c:112:60: note: Function 'nr_ice_peer_candidate_from_attribute' argument 2 names different: declaration 'attr' definition 'orig'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:150:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:347:23: style: The scope of the variable 'comp' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:385:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:640:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:82:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:144:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:223:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:252:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:267:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:337:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:417:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:441:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:465:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:622:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:655:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:786:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:841:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:271:103: style: Function 'nr_ice_peer_ctx_parse_trickle_candidate' argument 3 names different: declaration 'cand' definition 'candidate'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.h:79:103: note: Function 'nr_ice_peer_ctx_parse_trickle_candidate' argument 3 names different: declaration 'cand' definition 'candidate'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_peer_ctx.c:271:103: note: Function 'nr_ice_peer_ctx_parse_trickle_candidate' argument 3 names different: declaration 'cand' definition 'candidate'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:44:22: style: The scope of the variable 'sc1' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:47:10: style: The scope of the variable 'string' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:52:9: style: The scope of the variable 'is_req' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:53:9: style: The scope of the variable 'is_ind' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:241:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:317:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:337:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:359:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:247:43: style: Function 'nr_ice_socket_destroy' argument 1 names different: declaration 'isock' definition 'isockp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.h:86:43: note: Function 'nr_ice_socket_destroy' argument 1 names different: declaration 'isock' definition 'isockp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/ice/ice_socket.c:247:43: note: Function 'nr_ice_socket_destroy' argument 1 names different: declaration 'isock' definition 'isockp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/local_addr.c:50:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:55:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:41:66: style: Function 'nr_interface_prioritizer_create_int' argument 3 names different: declaration 'prioritizer' definition 'ifpp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.h:55:68: note: Function 'nr_interface_prioritizer_create_int' argument 3 names different: declaration 'prioritizer' definition 'ifpp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:41:66: note: Function 'nr_interface_prioritizer_create_int' argument 3 names different: declaration 'prioritizer' definition 'ifpp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:59:65: style: Function 'nr_interface_prioritizer_destroy' argument 1 names different: declaration 'prioritizer' definition 'ifpp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.h:57:65: note: Function 'nr_interface_prioritizer_destroy' argument 1 names different: declaration 'prioritizer' definition 'ifpp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:59:65: note: Function 'nr_interface_prioritizer_destroy' argument 1 names different: declaration 'prioritizer' definition 'ifpp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:73:70: style: Function 'nr_interface_prioritizer_add_interface' argument 1 names different: declaration 'prioritizer' definition 'ifp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.h:59:70: note: Function 'nr_interface_prioritizer_add_interface' argument 1 names different: declaration 'prioritizer' definition 'ifp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:73:70: note: Function 'nr_interface_prioritizer_add_interface' argument 1 names different: declaration 'prioritizer' definition 'ifp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:79:69: style: Function 'nr_interface_prioritizer_get_priority' argument 1 names different: declaration 'prioritizer' definition 'ifp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.h:62:69: note: Function 'nr_interface_prioritizer_get_priority' argument 1 names different: declaration 'prioritizer' definition 'ifp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:79:69: note: Function 'nr_interface_prioritizer_get_priority' argument 1 names different: declaration 'prioritizer' definition 'ifp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:85:72: style: Function 'nr_interface_prioritizer_sort_preference' argument 1 names different: declaration 'prioritizer' definition 'ifp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.h:65:72: note: Function 'nr_interface_prioritizer_sort_preference' argument 1 names different: declaration 'prioritizer' definition 'ifp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_interface_prioritizer.c:85:72: note: Function 'nr_interface_prioritizer_sort_preference' argument 1 names different: declaration 'prioritizer' definition 'ifp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:379:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:381:10: style: The scope of the variable 'pending' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:155:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:273:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:340:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:371:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:441:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:476:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:582:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:620:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:680:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:277:42: style: Function 'nr_socket_proxy_tunnel_connect' argument 1 names different: declaration 'sock' definition 'obj'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:75:49: note: Function 'nr_socket_proxy_tunnel_connect' argument 1 names different: declaration 'sock' definition 'obj'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:277:42: note: Function 'nr_socket_proxy_tunnel_connect' argument 1 names different: declaration 'sock' definition 'obj'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:464:60: style: Function 'nr_proxy_tunnel_config_create' argument 1 names different: declaration 'config' definition 'configpp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.h:50:60: note: Function 'nr_proxy_tunnel_config_create' argument 1 names different: declaration 'config' definition 'configpp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:464:60: note: Function 'nr_proxy_tunnel_config_create' argument 1 names different: declaration 'config' definition 'configpp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:480:61: style: Function 'nr_proxy_tunnel_config_destroy' argument 1 names different: declaration 'config' definition 'configpp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.h:52:61: note: Function 'nr_proxy_tunnel_config_destroy' argument 1 names different: declaration 'config' definition 'configpp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_proxy_tunnel.c:480:61: note: Function 'nr_proxy_tunnel_config_destroy' argument 1 names different: declaration 'config' definition 'configpp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_resolver.c:52:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket.c:57:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket.c:165:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket.c:169:51: style: Function 'nr_socket_factory_destroy' argument 1 names different: declaration 'factoryp' definition 'factorypp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket.h:119:51: note: Function 'nr_socket_factory_destroy' argument 1 names different: declaration 'factoryp' definition 'factorypp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket.c:169:51: note: Function 'nr_socket_factory_destroy' argument 1 names different: declaration 'factoryp' definition 'factorypp'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:101:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:122:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:207:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:280:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:377:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:406:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:463:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:505:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:553:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:589:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:615:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:543:46: style: Function 'nr_socket_multi_tcp_connect' argument 1 names different: declaration 'sock' definition 'obj'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:146:46: note: Function 'nr_socket_multi_tcp_connect' argument 1 names different: declaration 'sock' definition 'obj'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:543:46: note: Function 'nr_socket_multi_tcp_connect' argument 1 names different: declaration 'sock' definition 'obj'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/nr_socket_wrapper.c:53:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:89:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:119:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:160:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:185:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:206:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:232:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:253:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:275:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:303:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:323:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:343:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:236:47: style: Function 'nr_str_port_to_transport_addr' argument 1 names different: declaration 'str' definition 'ip'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.h:81:47: note: Function 'nr_str_port_to_transport_addr' argument 1 names different: declaration 'str' definition 'ip'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:236:47: note: Function 'nr_str_port_to_transport_addr' argument 1 names different: declaration 'str' definition 'ip'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:236:96: style: Function 'nr_str_port_to_transport_addr' argument 4 names different: declaration 'addr' definition 'addr_out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.h:81:97: note: Function 'nr_str_port_to_transport_addr' argument 4 names different: declaration 'addr' definition 'addr_out'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr.c:236:96: note: Function 'nr_str_port_to_transport_addr' argument 4 names different: declaration 'addr' definition 'addr_out'.
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr_reg.c:118:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr_reg.c:191:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr_reg.c:210:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/net/transport_addr_reg.c:227:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/addrs.c:353:9: style: The scope of the variable 'different' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/addrs.c:340:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/addrs.c:426:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:562:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:129:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:181:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:257:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:356:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:403:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:440:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:472:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:487:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:555:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:601:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:447:50: style: Function 'nr_socket_buffered_stun_connect' argument 1 names different: declaration 'sock' definition 'obj'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:88:50: note: Function 'nr_socket_buffered_stun_connect' argument 1 names different: declaration 'sock' definition 'obj'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/nr_socket_buffered_stun.c:447:50: note: Function 'nr_socket_buffered_stun_connect' argument 1 names different: declaration 'sock' definition 'obj'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:97:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:128:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:153:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:170:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:187:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:563:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:569:46: style: Function 'nr_stun_form_error_response' argument 1 names different: declaration 'request' definition 'req'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.h:143:51: note: Function 'nr_stun_form_error_response' argument 1 names different: declaration 'request' definition 'req'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:569:46: note: Function 'nr_stun_form_error_response' argument 1 names different: declaration 'request' definition 'req'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:569:68: style: Function 'nr_stun_form_error_response' argument 2 names different: declaration 'response' definition 'res'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.h:143:77: note: Function 'nr_stun_form_error_response' argument 2 names different: declaration 'response' definition 'res'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_build.c:569:68: note: Function 'nr_stun_form_error_response' argument 2 names different: declaration 'response' definition 'res'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:129:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:280:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:461:11: style: The scope of the variable 'username' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:465:9: style: The scope of the variable 'fail_on_error' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:108:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:146:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:189:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:259:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:301:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:431:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:758:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:446:65: style: Function 'nr_stun_transport_addr_check' argument 2 names different: declaration 'mask' definition 'check'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.h:193:65: note: Function 'nr_stun_transport_addr_check' argument 2 names different: declaration 'mask' definition 'check'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.c:446:65: note: Function 'nr_stun_transport_addr_check' argument 2 names different: declaration 'mask' definition 'check'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1489:29: warning: Redundant assignment of 'attr_info->name' to itself. [selfAssignment]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1066:12: style: The scope of the variable 'a' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1407:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:255:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:272:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:484:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:539:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:593:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:668:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:752:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:836:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:895:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1001:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1056:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1087:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1158:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1251:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1400:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_codec.c:1547:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_hint.c:230:40: style: Function 'nr_stun_message_length' argument 2 names different: declaration 'len' definition 'buf_len'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_hint.h:42:44: note: Function 'nr_stun_message_length' argument 2 names different: declaration 'len' definition 'buf_len'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_hint.c:230:40: note: Function 'nr_stun_message_length' argument 2 names different: declaration 'len' definition 'buf_len'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_hint.c:230:54: style: Function 'nr_stun_message_length' argument 3 names different: declaration 'length' definition 'msg_len'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_hint.h:42:54: note: Function 'nr_stun_message_length' argument 3 names different: declaration 'length' definition 'msg_len'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_hint.c:230:54: note: Function 'nr_stun_message_length' argument 3 names different: declaration 'length' definition 'msg_len'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:95:37: style: The scope of the variable 'attrs' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:138:32: style: The scope of the variable 'a' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:64:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:87:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:130:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:195:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:205:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:215:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:222:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:235:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:242:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:249:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:256:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:263:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:270:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:277:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_msg.c:287:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_proc.c:136:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_proc.c:229:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_proc.c:307:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_proc.c:354:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_proc.c:390:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_proc.c:437:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_proc.c:512:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_proc.c:568:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:204:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:385:10: style: The scope of the variable 'string' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:65:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:114:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:132:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:151:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:198:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:221:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:337:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:402:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:457:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:419:103: style: Function 'nr_stun_get_message_client' argument 3 names different: declaration 'clnt' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.h:79:103: note: Function 'nr_stun_get_message_client' argument 3 names different: declaration 'clnt' definition 'out'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_server_ctx.c:419:103: note: Function 'nr_stun_get_message_client' argument 3 names different: declaration 'clnt' definition 'out'.
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_util.c:210:10: style: The scope of the variable 'reqid' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_util.c:211:10: style: The scope of the variable 'msgid' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_util.c:66:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_util.c:111:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_util.c:144:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_util.c:200:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/stun/stun_util.c:229:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nICEr/src/util/ice_util.c:68:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/log/r_log.c:337:0: error: #error va_copy undefined, and semantics of assignment on va_list unknown [preprocessorErrorDirective]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:206:7: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:224:16: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:225:15: style: The scope of the variable 'name' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:106:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:109:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:110:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:111:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:112:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:113:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:114:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:115:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:116:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:117:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:118:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:142:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:143:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:144:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:145:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:146:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:147:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:148:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:149:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:150:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:151:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:169:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:214:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:261:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:296:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:142:1: style: Function 'nr_c2ru_set_char' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:65:61: note: Function 'nr_c2ru_set_char' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:142:1: note: Function 'nr_c2ru_set_char' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:143:1: style: Function 'nr_c2ru_set_uchar' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:66:63: note: Function 'nr_c2ru_set_uchar' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:143:1: note: Function 'nr_c2ru_set_uchar' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:144:1: style: Function 'nr_c2ru_set_int2' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:67:61: note: Function 'nr_c2ru_set_int2' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:144:1: note: Function 'nr_c2ru_set_int2' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:145:1: style: Function 'nr_c2ru_set_uint2' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:68:63: note: Function 'nr_c2ru_set_uint2' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:145:1: note: Function 'nr_c2ru_set_uint2' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:146:1: style: Function 'nr_c2ru_set_int4' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:69:61: note: Function 'nr_c2ru_set_int4' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:146:1: note: Function 'nr_c2ru_set_int4' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:147:1: style: Function 'nr_c2ru_set_uint4' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:70:63: note: Function 'nr_c2ru_set_uint4' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:147:1: note: Function 'nr_c2ru_set_uint4' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:148:1: style: Function 'nr_c2ru_set_int8' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:71:61: note: Function 'nr_c2ru_set_int8' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:148:1: note: Function 'nr_c2ru_set_int8' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:149:1: style: Function 'nr_c2ru_set_uint8' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:72:63: note: Function 'nr_c2ru_set_uint8' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:149:1: note: Function 'nr_c2ru_set_uint8' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:150:1: style: Function 'nr_c2ru_set_double' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:73:65: note: Function 'nr_c2ru_set_double' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:150:1: note: Function 'nr_c2ru_set_double' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:151:1: style: Function 'nr_c2ru_set_string' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:76:64: note: Function 'nr_c2ru_set_string' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:151:1: note: Function 'nr_c2ru_set_string' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:154:57: style: Function 'nr_c2ru_set_data' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:75:61: note: Function 'nr_c2ru_set_data' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:154:57: note: Function 'nr_c2ru_set_data' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:182:1: style: Function 'nr_c2ru_free_char' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:78:29: note: Function 'nr_c2ru_free_char' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:182:1: note: Function 'nr_c2ru_free_char' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:183:1: style: Function 'nr_c2ru_free_uchar' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:79:31: note: Function 'nr_c2ru_free_uchar' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:183:1: note: Function 'nr_c2ru_free_uchar' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:184:1: style: Function 'nr_c2ru_free_int2' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:80:29: note: Function 'nr_c2ru_free_int2' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:184:1: note: Function 'nr_c2ru_free_int2' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:185:1: style: Function 'nr_c2ru_free_uint2' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:81:31: note: Function 'nr_c2ru_free_uint2' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:185:1: note: Function 'nr_c2ru_free_uint2' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:186:1: style: Function 'nr_c2ru_free_int4' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:82:29: note: Function 'nr_c2ru_free_int4' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:186:1: note: Function 'nr_c2ru_free_int4' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:187:1: style: Function 'nr_c2ru_free_uint4' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:83:31: note: Function 'nr_c2ru_free_uint4' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:187:1: note: Function 'nr_c2ru_free_uint4' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:188:1: style: Function 'nr_c2ru_free_int8' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:84:29: note: Function 'nr_c2ru_free_int8' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:188:1: note: Function 'nr_c2ru_free_int8' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:189:1: style: Function 'nr_c2ru_free_uint8' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:85:31: note: Function 'nr_c2ru_free_uint8' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:189:1: note: Function 'nr_c2ru_free_uint8' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:190:1: style: Function 'nr_c2ru_free_double' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:86:33: note: Function 'nr_c2ru_free_double' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:190:1: note: Function 'nr_c2ru_free_double' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:194:28: style: Function 'nr_c2ru_free_string' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:88:32: note: Function 'nr_c2ru_free_string' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:194:28: note: Function 'nr_c2ru_free_string' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:204:25: style: Function 'nr_c2ru_free_data' argument 1 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.h:87:29: note: Function 'nr_c2ru_free_data' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/c2ru.c:204:25: note: Function 'nr_c2ru_free_data' argument 1 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:109:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:247:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:267:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:295:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:323:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:371:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:396:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:397:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:398:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:399:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:400:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:401:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:402:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:403:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:404:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:405:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:406:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:421:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:438:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:463:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:464:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:465:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:466:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:467:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:468:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:469:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:470:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:471:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:472:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:487:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:520:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:537:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:554:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:601:1: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:341:27: style: Function 'nr_reg_compute_type' argument 1 names different: declaration 'type_name' definition 'typename'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_int.h:81:31: note: Function 'nr_reg_compute_type' argument 1 names different: declaration 'type_name' definition 'typename'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:341:27: note: Function 'nr_reg_compute_type' argument 1 names different: declaration 'type_name' definition 'typename'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:396:1: style: Function 'NR_reg_get2_char' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:85:34: note: Function 'NR_reg_get2_char' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:396:1: note: Function 'NR_reg_get2_char' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:396:1: style: Function 'NR_reg_get2_char' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:85:48: note: Function 'NR_reg_get2_char' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:396:1: note: Function 'NR_reg_get2_char' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:397:1: style: Function 'NR_reg_get2_uchar' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:86:35: note: Function 'NR_reg_get2_uchar' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:397:1: note: Function 'NR_reg_get2_uchar' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:397:1: style: Function 'NR_reg_get2_uchar' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:86:49: note: Function 'NR_reg_get2_uchar' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:397:1: note: Function 'NR_reg_get2_uchar' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:398:1: style: Function 'NR_reg_get2_int2' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:87:34: note: Function 'NR_reg_get2_int2' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:398:1: note: Function 'NR_reg_get2_int2' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:398:1: style: Function 'NR_reg_get2_int2' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:87:48: note: Function 'NR_reg_get2_int2' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:398:1: note: Function 'NR_reg_get2_int2' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:399:1: style: Function 'NR_reg_get2_uint2' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:88:35: note: Function 'NR_reg_get2_uint2' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:399:1: note: Function 'NR_reg_get2_uint2' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:399:1: style: Function 'NR_reg_get2_uint2' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:88:49: note: Function 'NR_reg_get2_uint2' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:399:1: note: Function 'NR_reg_get2_uint2' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:400:1: style: Function 'NR_reg_get2_int4' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:89:34: note: Function 'NR_reg_get2_int4' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:400:1: note: Function 'NR_reg_get2_int4' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:400:1: style: Function 'NR_reg_get2_int4' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:89:48: note: Function 'NR_reg_get2_int4' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:400:1: note: Function 'NR_reg_get2_int4' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:401:1: style: Function 'NR_reg_get2_uint4' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:90:35: note: Function 'NR_reg_get2_uint4' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:401:1: note: Function 'NR_reg_get2_uint4' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:401:1: style: Function 'NR_reg_get2_uint4' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:90:49: note: Function 'NR_reg_get2_uint4' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:401:1: note: Function 'NR_reg_get2_uint4' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:402:1: style: Function 'NR_reg_get2_int8' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:91:34: note: Function 'NR_reg_get2_int8' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:402:1: note: Function 'NR_reg_get2_int8' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:402:1: style: Function 'NR_reg_get2_int8' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:91:48: note: Function 'NR_reg_get2_int8' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:402:1: note: Function 'NR_reg_get2_int8' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:403:1: style: Function 'NR_reg_get2_uint8' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:92:35: note: Function 'NR_reg_get2_uint8' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:403:1: note: Function 'NR_reg_get2_uint8' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:403:1: style: Function 'NR_reg_get2_uint8' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:92:49: note: Function 'NR_reg_get2_uint8' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:403:1: note: Function 'NR_reg_get2_uint8' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:404:1: style: Function 'NR_reg_get2_double' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:93:36: note: Function 'NR_reg_get2_double' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:404:1: note: Function 'NR_reg_get2_double' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:404:1: style: Function 'NR_reg_get2_double' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:93:50: note: Function 'NR_reg_get2_double' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:404:1: note: Function 'NR_reg_get2_double' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:405:1: style: Function 'NR_reg_alloc2_string' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:97:38: note: Function 'NR_reg_alloc2_string' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:405:1: note: Function 'NR_reg_alloc2_string' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:405:1: style: Function 'NR_reg_alloc2_string' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:97:52: note: Function 'NR_reg_alloc2_string' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:405:1: note: Function 'NR_reg_alloc2_string' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:406:1: style: Function 'NR_reg_alloc2_data' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:98:36: note: Function 'NR_reg_alloc2_data' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:406:1: note: Function 'NR_reg_alloc2_data' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:406:1: style: Function 'NR_reg_alloc2_data' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:98:50: note: Function 'NR_reg_alloc2_data' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:406:1: note: Function 'NR_reg_alloc2_data' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:409:31: style: Function 'NR_reg_get2_bytes' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:94:35: note: Function 'NR_reg_get2_bytes' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:409:31: note: Function 'NR_reg_get2_bytes' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:409:45: style: Function 'NR_reg_get2_bytes' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:94:49: note: Function 'NR_reg_get2_bytes' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:409:45: note: Function 'NR_reg_get2_bytes' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:426:32: style: Function 'NR_reg_get2_string' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:95:36: note: Function 'NR_reg_get2_string' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:426:32: note: Function 'NR_reg_get2_string' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:426:46: style: Function 'NR_reg_get2_string' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:95:50: note: Function 'NR_reg_get2_string' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:426:46: note: Function 'NR_reg_get2_string' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:463:1: style: Function 'NR_reg_set2_char' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:115:34: note: Function 'NR_reg_set2_char' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:463:1: note: Function 'NR_reg_set2_char' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:463:1: style: Function 'NR_reg_set2_char' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:115:48: note: Function 'NR_reg_set2_char' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:463:1: note: Function 'NR_reg_set2_char' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:463:1: style: Function 'NR_reg_set2_char' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:115:59: note: Function 'NR_reg_set2_char' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:463:1: note: Function 'NR_reg_set2_char' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:464:1: style: Function 'NR_reg_set2_uchar' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:116:35: note: Function 'NR_reg_set2_uchar' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:464:1: note: Function 'NR_reg_set2_uchar' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:464:1: style: Function 'NR_reg_set2_uchar' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:116:49: note: Function 'NR_reg_set2_uchar' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:464:1: note: Function 'NR_reg_set2_uchar' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:464:1: style: Function 'NR_reg_set2_uchar' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:116:61: note: Function 'NR_reg_set2_uchar' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:464:1: note: Function 'NR_reg_set2_uchar' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:465:1: style: Function 'NR_reg_set2_int2' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:117:34: note: Function 'NR_reg_set2_int2' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:465:1: note: Function 'NR_reg_set2_int2' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:465:1: style: Function 'NR_reg_set2_int2' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:117:48: note: Function 'NR_reg_set2_int2' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:465:1: note: Function 'NR_reg_set2_int2' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:465:1: style: Function 'NR_reg_set2_int2' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:117:59: note: Function 'NR_reg_set2_int2' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:465:1: note: Function 'NR_reg_set2_int2' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:466:1: style: Function 'NR_reg_set2_uint2' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:118:35: note: Function 'NR_reg_set2_uint2' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:466:1: note: Function 'NR_reg_set2_uint2' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:466:1: style: Function 'NR_reg_set2_uint2' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:118:49: note: Function 'NR_reg_set2_uint2' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:466:1: note: Function 'NR_reg_set2_uint2' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:466:1: style: Function 'NR_reg_set2_uint2' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:118:61: note: Function 'NR_reg_set2_uint2' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:466:1: note: Function 'NR_reg_set2_uint2' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:467:1: style: Function 'NR_reg_set2_int4' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:119:34: note: Function 'NR_reg_set2_int4' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:467:1: note: Function 'NR_reg_set2_int4' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:467:1: style: Function 'NR_reg_set2_int4' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:119:48: note: Function 'NR_reg_set2_int4' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:467:1: note: Function 'NR_reg_set2_int4' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:467:1: style: Function 'NR_reg_set2_int4' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:119:59: note: Function 'NR_reg_set2_int4' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:467:1: note: Function 'NR_reg_set2_int4' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:468:1: style: Function 'NR_reg_set2_uint4' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:120:35: note: Function 'NR_reg_set2_uint4' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:468:1: note: Function 'NR_reg_set2_uint4' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:468:1: style: Function 'NR_reg_set2_uint4' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:120:49: note: Function 'NR_reg_set2_uint4' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:468:1: note: Function 'NR_reg_set2_uint4' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:468:1: style: Function 'NR_reg_set2_uint4' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:120:61: note: Function 'NR_reg_set2_uint4' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:468:1: note: Function 'NR_reg_set2_uint4' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:469:1: style: Function 'NR_reg_set2_int8' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:121:34: note: Function 'NR_reg_set2_int8' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:469:1: note: Function 'NR_reg_set2_int8' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:469:1: style: Function 'NR_reg_set2_int8' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:121:48: note: Function 'NR_reg_set2_int8' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:469:1: note: Function 'NR_reg_set2_int8' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:469:1: style: Function 'NR_reg_set2_int8' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:121:59: note: Function 'NR_reg_set2_int8' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:469:1: note: Function 'NR_reg_set2_int8' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:470:1: style: Function 'NR_reg_set2_uint8' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:122:35: note: Function 'NR_reg_set2_uint8' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:470:1: note: Function 'NR_reg_set2_uint8' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:470:1: style: Function 'NR_reg_set2_uint8' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:122:49: note: Function 'NR_reg_set2_uint8' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:470:1: note: Function 'NR_reg_set2_uint8' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:470:1: style: Function 'NR_reg_set2_uint8' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:122:61: note: Function 'NR_reg_set2_uint8' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:470:1: note: Function 'NR_reg_set2_uint8' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:471:1: style: Function 'NR_reg_set2_double' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:123:36: note: Function 'NR_reg_set2_double' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:471:1: note: Function 'NR_reg_set2_double' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:471:1: style: Function 'NR_reg_set2_double' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:123:50: note: Function 'NR_reg_set2_double' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:471:1: note: Function 'NR_reg_set2_double' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:471:1: style: Function 'NR_reg_set2_double' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:123:63: note: Function 'NR_reg_set2_double' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:471:1: note: Function 'NR_reg_set2_double' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:472:1: style: Function 'NR_reg_set2_string' argument 1 names different: declaration 'prefix' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:126:36: note: Function 'NR_reg_set2_string' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:472:1: note: Function 'NR_reg_set2_string' argument 1 names different: declaration 'prefix' definition 'parent'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:472:1: style: Function 'NR_reg_set2_string' argument 2 names different: declaration 'name' definition 'child'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:126:50: note: Function 'NR_reg_set2_string' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:472:1: note: Function 'NR_reg_set2_string' argument 2 names different: declaration 'name' definition 'child'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:472:1: style: Function 'NR_reg_set2_string' argument 3 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.h:126:62: note: Function 'NR_reg_set2_string' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry.c:472:1: note: Function 'NR_reg_set2_string' argument 3 names different: declaration 'data' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:1037:45: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:249:9: style: The scope of the variable 'dot' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:278:9: style: The scope of the variable 'dot' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:299:11: style: The scope of the variable 'data' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:751:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:866:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:226:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:240:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:270:2: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:351:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:389:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:420:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:536:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:580:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:603:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:679:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:744:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:765:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:805:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:856:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:881:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:915:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:949:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:973:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:1035:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:1067:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:1097:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:1110:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:1123:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:814:53: style: Function 'nr_reg_compute_length' argument 2 names different: declaration 'node' definition 'in'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:150:64: note: Function 'nr_reg_compute_length' argument 2 names different: declaration 'node' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:814:53: note: Function 'nr_reg_compute_length' argument 2 names different: declaration 'node' definition 'in'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:892:1: style: Function 'nr_reg_local_get_char' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:98:58: note: Function 'nr_reg_local_get_char' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:892:1: note: Function 'nr_reg_local_get_char' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:893:1: style: Function 'nr_reg_local_get_uchar' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:99:60: note: Function 'nr_reg_local_get_uchar' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:893:1: note: Function 'nr_reg_local_get_uchar' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:894:1: style: Function 'nr_reg_local_get_int2' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:100:58: note: Function 'nr_reg_local_get_int2' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:894:1: note: Function 'nr_reg_local_get_int2' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:895:1: style: Function 'nr_reg_local_get_uint2' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:101:60: note: Function 'nr_reg_local_get_uint2' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:895:1: note: Function 'nr_reg_local_get_uint2' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:896:1: style: Function 'nr_reg_local_get_int4' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:102:58: note: Function 'nr_reg_local_get_int4' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:896:1: note: Function 'nr_reg_local_get_int4' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:897:1: style: Function 'nr_reg_local_get_uint4' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:103:60: note: Function 'nr_reg_local_get_uint4' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:897:1: note: Function 'nr_reg_local_get_uint4' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:898:1: style: Function 'nr_reg_local_get_int8' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:104:58: note: Function 'nr_reg_local_get_int8' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:898:1: note: Function 'nr_reg_local_get_int8' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:899:1: style: Function 'nr_reg_local_get_uint8' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:105:60: note: Function 'nr_reg_local_get_uint8' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:899:1: note: Function 'nr_reg_local_get_uint8' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:900:1: style: Function 'nr_reg_local_get_double' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:106:62: note: Function 'nr_reg_local_get_double' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:900:1: note: Function 'nr_reg_local_get_double' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:903:57: style: Function 'nr_reg_local_get_registry' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:107:68: note: Function 'nr_reg_local_get_registry' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:903:57: note: Function 'nr_reg_local_get_registry' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:922:49: style: Function 'nr_reg_local_get_bytes' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:108:60: note: Function 'nr_reg_local_get_bytes' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:922:49: note: Function 'nr_reg_local_get_bytes' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:928:49: style: Function 'nr_reg_local_get_string' argument 2 names different: declaration 'data' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:109:60: note: Function 'nr_reg_local_get_string' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:928:49: note: Function 'nr_reg_local_get_string' argument 2 names different: declaration 'data' definition 'out'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:934:51: style: Function 'nr_reg_local_get_length' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:110:62: note: Function 'nr_reg_local_get_length' argument 2 names different: declaration 'len' definition 'length'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registry_local.c:934:51: note: Function 'nr_reg_local_get_length' argument 2 names different: declaration 'len' definition 'length'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:85:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:196:19: style: The scope of the variable 'cb_id' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:291:11: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:93:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:113:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:180:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:233:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:353:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:389:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:415:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/registry/registrycb.c:438:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/hex.c:82:9: style: The scope of the variable 'h1' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/hex.c:83:9: style: The scope of the variable 'h2' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/hex.c:72:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/hex.c:107:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/debug.c:100:13: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.c:344:11: style: The scope of the variable 'hash_value' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.c:443:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.c:266:10: style: Function 'r_assoc_fetch' argument 4 names different: declaration 'value' definition 'datap'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.h:102:61: note: Function 'r_assoc_fetch' argument 4 names different: declaration 'value' definition 'datap'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.c:266:10: note: Function 'r_assoc_fetch' argument 4 names different: declaration 'value' definition 'datap'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.c:376:13: style: Function 'r_assoc_copy' argument 1 names different: declaration 'knew' definition 'knewp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.h:105:28: note: Function 'r_assoc_copy' argument 1 names different: declaration 'knew' definition 'knewp'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.c:376:13: note: Function 'r_assoc_copy' argument 1 names different: declaration 'knew' definition 'knewp'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.c:525:9: style: Function 'r_assoc_crc32_hash_compute' argument 1 names different: declaration 'key' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.h:108:38: note: Function 'r_assoc_crc32_hash_compute' argument 1 names different: declaration 'key' definition 'data'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_assoc.c:525:9: note: Function 'r_assoc_crc32_hash_compute' argument 1 names different: declaration 'key' definition 'data'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_data.c:173:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_data.c:172:13: note: outer condition: (*dp)->data
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_data.c:173:7: note: identical inner condition: (*dp)->data
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_data.c:198:10: style: Function 'r_data_destroy_vp' argument 1 names different: declaration 'vp' definition 'v'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_data.h:98:30: note: Function 'r_data_destroy_vp' argument 1 names different: declaration 'vp' definition 'v'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_data.c:198:10: note: Function 'r_data_destroy_vp' argument 1 names different: declaration 'vp' definition 'v'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_errors.c:105:3: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_list.c:146:11: style: Function 'r_list_copy' argument 1 names different: declaration 'out' definition 'outp'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_list.h:96:26: note: Function 'r_list_copy' argument 1 names different: declaration 'out' definition 'outp'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_list.c:146:11: note: Function 'r_list_copy' argument 1 names different: declaration 'out' definition 'outp'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_memory.c:184:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_memory.c:188:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_memory.c:173:10: style: Function 'r_mem_get_usage' argument 1 names different: declaration 'usage' definition 'usagep'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_memory.h:53:28: note: Function 'r_mem_get_usage' argument 1 names different: declaration 'usage' definition 'usagep'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_memory.c:173:10: note: Function 'r_mem_get_usage' argument 1 names different: declaration 'usage' definition 'usagep'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_memory.c:85:5: error: Memory leak: chunk [memleak]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_replace.c:88:9: style: Function 'strdup' argument 1 names different: declaration 'in' definition 'str'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_common.h:96:20: note: Function 'strdup' argument 1 names different: declaration 'in' definition 'str'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/libekr/r_replace.c:88:9: note: Function 'strdup' argument 1 names different: declaration 'in' definition 'str'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/p_buf.c:65:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/p_buf.c:116:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/p_buf.c:182:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/p_buf.c:134:18: style: Function 'nr_p_buf_free_chain' argument 2 names different: declaration 'chain' definition 'head'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/p_buf.h:66:58: note: Function 'nr_p_buf_free_chain' argument 2 names different: declaration 'chain' definition 'head'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/p_buf.c:134:18: note: Function 'nr_p_buf_free_chain' argument 2 names different: declaration 'chain' definition 'head'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:139:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:160:9: style: The scope of the variable 'r' can be reduced. [variableScope]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:78:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:151:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:173:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:200:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:370:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:398:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:429:3: style: Label 'abort' is not used. [unusedLabel]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:114:35: style: Function 'nr_errprintf_log' argument 1 names different: declaration 'fmt' definition 'format'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.h:51:35: note: Function 'nr_errprintf_log' argument 1 names different: declaration 'fmt' definition 'format'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:114:35: note: Function 'nr_errprintf_log' argument 1 names different: declaration 'fmt' definition 'format'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:125:50: style: Function 'nr_errprintf_log2' argument 2 names different: declaration 'fmt' definition 'format'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.h:52:50: note: Function 'nr_errprintf_log2' argument 2 names different: declaration 'fmt' definition 'format'.
firefox-62.0/media/mtransport/third_party/nrappkit/src/util/util.c:125:50: note: Function 'nr_errprintf_log2' argument 2 names different: declaration 'fmt' definition 'format'.
firefox-62.0/media/mtransport/transportflow.h:56:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/transportlayerdtls.cpp:408:32: style: Function 'SetAlpn' argument 1 names different: declaration 'allowedAlpn' definition 'alpn_allowed'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/transportlayerdtls.h:74:49: note: Function 'SetAlpn' argument 1 names different: declaration 'allowedAlpn' definition 'alpn_allowed'.
firefox-62.0/media/mtransport/transportlayerdtls.cpp:408:32: note: Function 'SetAlpn' argument 1 names different: declaration 'allowedAlpn' definition 'alpn_allowed'.
firefox-62.0/media/mtransport/transportlayerdtls.cpp:409:22: style: Function 'SetAlpn' argument 2 names different: declaration 'alpnDefault' definition 'alpn_default'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/transportlayerdtls.h:75:39: note: Function 'SetAlpn' argument 2 names different: declaration 'alpnDefault' definition 'alpn_default'.
firefox-62.0/media/mtransport/transportlayerdtls.cpp:409:22: note: Function 'SetAlpn' argument 2 names different: declaration 'alpnDefault' definition 'alpn_default'.
firefox-62.0/media/mtransport/transportlayerdtls.cpp:1201:56: style: Function 'CheckDigest' argument 2 names different: declaration 'cert' definition 'peer_cert'. [funcArgNamesDifferent]
firefox-62.0/media/mtransport/transportlayerdtls.h:161:48: note: Function 'CheckDigest' argument 2 names different: declaration 'cert' definition 'peer_cert'.
firefox-62.0/media/mtransport/transportlayerdtls.cpp:1201:56: note: Function 'CheckDigest' argument 2 names different: declaration 'cert' definition 'peer_cert'.
firefox-62.0/media/mtransport/dtlsidentity.h:45:49: performance: Function parameter 'algorithm' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/dtlsidentity.h:50:56: performance: Function parameter 'algorithm' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/transportlayerdtls.h:117:36: performance: Function parameter 'algorithm' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/transportlayerdtls.cpp:429:61: performance: Function parameter 'digest_algorithm' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/transportlayerdtls.cpp:1142:67: performance: Function parameter 'ciphers' should be passed by const reference. [passedByValue]
firefox-62.0/media/mtransport/transportlayerdtls.h:79:52: performance: Function parameter 'digest_algorithm' should be passed by const reference. [passedByValue]
firefox-62.0/media/openmax_dl/dl/sp/src/armSP_FFT_F32TwiddleTable.c:4641:0: error: #error Unsupported twiddle table size [preprocessorErrorDirective]
firefox-62.0/media/webrtc/signaling/gtest/jsep_session_unittest.cpp:1525:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/signaling/gtest/jsep_track_unittest.cpp:407:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/signaling/gtest/mediaconduit_unittests.cpp:568:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/signaling/gtest/mediapipeline_unittest.cpp:558:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/signaling/gtest/rtpsources_unittests.cpp:337:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/signaling/gtest/sdp_unittests.cpp:264:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/signaling/gtest/videoconduit_unittests.cpp:126:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:441:32: warning: Either the condition 'digit>sizeof(DIGITS)/sizeof(DIGITS[0])' is redundant or the array 'DIGITS[10]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:438:15: note: Assuming that condition 'digit>sizeof(DIGITS)/sizeof(DIGITS[0])' is not redundant
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:441:32: note: Array index out of bounds
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:385:41: style: Function 'Read8' argument 1 names different: declaration 'bit' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.h:50:29: note: Function 'Read8' argument 1 names different: declaration 'bit' definition 'value'.
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:385:41: note: Function 'Read8' argument 1 names different: declaration 'bit' definition 'value'.
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:402:43: style: Function 'ReadBit' argument 1 names different: declaration 'value' definition 'bit'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.h:49:31: note: Function 'ReadBit' argument 1 names different: declaration 'value' definition 'bit'.
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:402:43: note: Function 'ReadBit' argument 1 names different: declaration 'value' definition 'bit'.
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:441:32: warning: Either the condition 'digit>10' is redundant or the array 'DIGITS[10]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:438:15: note: Assuming that condition 'digit>10' is not redundant
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:441:32: note: Array index out of bounds
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.h:44:8: style: Technically the member function 'mozilla::YuvStamper::WritePixel' can be const. [functionConst]
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.cpp:460:20: note: Technically the member function 'mozilla::YuvStamper::WritePixel' can be const.
firefox-62.0/media/webrtc/signaling/src/common/YuvStamper.h:44:8: note: Technically the member function 'mozilla::YuvStamper::WritePixel' can be const.
firefox-62.0/media/webrtc/signaling/src/common/time_profiling/timecard.c:118:5: warning: %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:713:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:550:3: style: Variable 'condError' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:544:0: note: Variable 'condError' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:550:3: note: Variable 'condError' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:451:7: style: The scope of the variable 'error' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:281:64: style: Function 'OnRtpPacket' argument 1 names different: declaration 'aRtpHeader' definition 'aHeader'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.h:261:51: note: Function 'OnRtpPacket' argument 1 names different: declaration 'aRtpHeader' definition 'aHeader'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:281:64: note: Function 'OnRtpPacket' argument 1 names different: declaration 'aRtpHeader' definition 'aHeader'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:310:68: style: Function 'InsertAudioLevelForContributingSource' argument 1 names different: declaration 'aSource' definition 'aCsrcSource'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.h:266:55: note: Function 'InsertAudioLevelForContributingSource' argument 1 names different: declaration 'aSource' definition 'aCsrcSource'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:310:68: note: Function 'InsertAudioLevelForContributingSource' argument 1 names different: declaration 'aSource' definition 'aCsrcSource'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:312:64: style: Function 'InsertAudioLevelForContributingSource' argument 3 names different: declaration 'aHasLevel' definition 'aHasAudioLevel'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.h:268:51: note: Function 'InsertAudioLevelForContributingSource' argument 3 names different: declaration 'aHasLevel' definition 'aHasAudioLevel'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:312:64: note: Function 'InsertAudioLevelForContributingSource' argument 3 names different: declaration 'aHasLevel' definition 'aHasAudioLevel'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:313:67: style: Function 'InsertAudioLevelForContributingSource' argument 4 names different: declaration 'aLevel' definition 'aAudioLevel'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.h:269:54: note: Function 'InsertAudioLevelForContributingSource' argument 4 names different: declaration 'aLevel' definition 'aAudioLevel'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:313:67: note: Function 'InsertAudioLevelForContributingSource' argument 4 names different: declaration 'aLevel' definition 'aAudioLevel'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:668:50: style: Function 'SendAudioFrame' argument 1 names different: declaration 'speechData' definition 'audio_data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.h:127:62: note: Function 'SendAudioFrame' argument 1 names different: declaration 'speechData' definition 'audio_data'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:668:50: note: Function 'SendAudioFrame' argument 1 names different: declaration 'speechData' definition 'audio_data'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:672:44: style: Function 'SendAudioFrame' argument 5 names different: declaration 'capture_time' definition 'capture_delay'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.h:131:56: note: Function 'SendAudioFrame' argument 5 names different: declaration 'capture_time' definition 'capture_delay'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:672:44: note: Function 'SendAudioFrame' argument 5 names different: declaration 'capture_time' definition 'capture_delay'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/CodecConfig.h:41:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
firefox-62.0/media/webrtc/signaling/src/media-conduit/CodecConfig.h:141:32: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
firefox-62.0/media/webrtc/signaling/src/media-conduit/RtpSourceObserver.cpp:30:9: style: The scope of the variable 'header' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/media-conduit/RtpSourceObserver.cpp:112:14: style: The scope of the variable 'aTimePrehistory' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/media-conduit/RtpSourceObserver.cpp:26:63: style: Function 'OnRtpPacket' argument 1 names different: declaration 'aRtpHeader' definition 'aHeader'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/RtpSourceObserver.h:31:51: note: Function 'OnRtpPacket' argument 1 names different: declaration 'aRtpHeader' definition 'aHeader'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/RtpSourceObserver.cpp:26:63: note: Function 'OnRtpPacket' argument 1 names different: declaration 'aRtpHeader' definition 'aHeader'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:1988:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:1498:3: style: Variable 'decoder' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:1492:0: note: Variable 'decoder' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:1498:3: note: Variable 'decoder' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:605:9: style: The scope of the variable 'simulcastEncoding' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:333:74: style: Function 'SetLocalSSRCs' argument 1 names different: declaration 'ssrcs' definition 'aSSRCs'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.h:275:56: note: Function 'SetLocalSSRCs' argument 1 names different: declaration 'ssrcs' definition 'aSSRCs'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:333:74: note: Function 'SetLocalSSRCs' argument 1 names different: declaration 'ssrcs' definition 'aSSRCs'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:719:69: style: Function 'ConfigureSendMediaCodec' argument 1 names different: declaration 'codecInfo' definition 'codecConfig'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.h:129:81: note: Function 'ConfigureSendMediaCodec' argument 1 names different: declaration 'codecInfo' definition 'codecConfig'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:719:69: note: Function 'ConfigureSendMediaCodec' argument 1 names different: declaration 'codecInfo' definition 'codecConfig'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:2211:55: style: Function 'OnFrame' argument 1 names different: declaration 'frame' definition 'video_frame'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.h:217:50: note: Function 'OnFrame' argument 1 names different: declaration 'frame' definition 'video_frame'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:2211:55: note: Function 'OnFrame' argument 1 names different: declaration 'frame' definition 'video_frame'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:2303:49: style: Function 'VideoLatencyUpdate' argument 1 names different: declaration 'new_sample' definition 'newSample'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.h:459:36: note: Function 'VideoLatencyUpdate' argument 1 names different: declaration 'new_sample' definition 'newSample'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:2303:49: note: Function 'VideoLatencyUpdate' argument 1 names different: declaration 'new_sample' definition 'newSample'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:1314:15: style: Unused variable: payloadName [unusedVariable]
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:1335:26: style: Unused variable: codec_types_seen [unusedVariable]
firefox-62.0/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:2008:15: style: Variable 'queue' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:336:9: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:335:9: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:336:9: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:337:9: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:336:9: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:337:9: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:338:9: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:337:9: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:338:9: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:339:9: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:338:9: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:339:9: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:555:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:554:0: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:555:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1036:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1035:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1036:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1037:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1036:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1037:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1038:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1037:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1038:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1039:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1038:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1039:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:700:34: warning: Member variable 'WebrtcMediaCodecVP8VideoEncoder::mMaxPayloadSize' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:700:34: warning: Member variable 'WebrtcMediaCodecVP8VideoEncoder::mFrameWidth' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:700:34: warning: Member variable 'WebrtcMediaCodecVP8VideoEncoder::mFrameHeight' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.h:51:19: warning: Virtual function 'Release' is called from destructor '~WebrtcMediaCodecVP8VideoEncoder()' at line 964. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:964:3: note: Calling Release
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.h:51:19: note: Release is a virtual method
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.h:128:19: warning: Virtual function 'Release' is called from destructor '~WebrtcMediaCodecVP8VideoDecoder()' at line 1253. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.cpp:1253:3: note: Calling Release
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaCodecVP8VideoCodec.h:128:19: note: Release is a virtual method
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:34:62: style: Function 'InitDecode' argument 1 names different: declaration 'codecSettings' definition 'aCodecSettings'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.h:46:48: note: Function 'InitDecode' argument 1 names different: declaration 'codecSettings' definition 'aCodecSettings'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:34:62: note: Function 'InitDecode' argument 1 names different: declaration 'codecSettings' definition 'aCodecSettings'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:35:44: style: Function 'InitDecode' argument 2 names different: declaration 'numberOfCores' definition 'aNumberOfCores'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.h:47:30: note: Function 'InitDecode' argument 2 names different: declaration 'numberOfCores' definition 'aNumberOfCores'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:35:44: note: Function 'InitDecode' argument 2 names different: declaration 'numberOfCores' definition 'aNumberOfCores'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:82:31: style: Function 'Decode' argument 1 names different: declaration 'inputImage' definition 'aInputImage'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.h:49:46: note: Function 'Decode' argument 1 names different: declaration 'inputImage' definition 'aInputImage'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:82:31: note: Function 'Decode' argument 1 names different: declaration 'inputImage' definition 'aInputImage'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:83:8: style: Function 'Decode' argument 2 names different: declaration 'missingFrames' definition 'aMissingFrames'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.h:50:23: note: Function 'Decode' argument 2 names different: declaration 'missingFrames' definition 'aMissingFrames'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:83:8: note: Function 'Decode' argument 2 names different: declaration 'missingFrames' definition 'aMissingFrames'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:84:41: style: Function 'Decode' argument 3 names different: declaration 'fragmentation' definition 'aFragmentation'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.h:51:56: note: Function 'Decode' argument 3 names different: declaration 'fragmentation' definition 'aFragmentation'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:84:41: note: Function 'Decode' argument 3 names different: declaration 'fragmentation' definition 'aFragmentation'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:85:36: style: Function 'Decode' argument 4 names different: declaration 'codecSpecificInfo' definition 'aCodecSpecificInfo'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.h:52:51: note: Function 'Decode' argument 4 names different: declaration 'codecSpecificInfo' definition 'aCodecSpecificInfo'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:85:36: note: Function 'Decode' argument 4 names different: declaration 'codecSpecificInfo' definition 'aCodecSpecificInfo'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:86:11: style: Function 'Decode' argument 5 names different: declaration 'renderTimeMs' definition 'aRenderTimeMs'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.h:53:26: note: Function 'Decode' argument 5 names different: declaration 'renderTimeMs' definition 'aRenderTimeMs'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:86:11: note: Function 'Decode' argument 5 names different: declaration 'renderTimeMs' definition 'aRenderTimeMs'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:153:33: style: Function 'RegisterDecodeCompleteCallback' argument 1 names different: declaration 'callback' definition 'aCallback'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.h:56:35: note: Function 'RegisterDecodeCompleteCallback' argument 1 names different: declaration 'callback' definition 'aCallback'.
firefox-62.0/media/webrtc/signaling/src/media-conduit/WebrtcMediaDataDecoderCodec.cpp:153:33: note: Function 'RegisterDecodeCompleteCallback' argument 1 names different: declaration 'callback' definition 'aCallback'.
firefox-62.0/media/webrtc/signaling/src/media/CSFAudioControlWrapper.h:19:61: performance: Variable '_realAudioControl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:135:25: style: Same expression on both sides of '||'. [duplicateExpression]
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:160:49: style: Same expression on both sides of '/' because the value of '1.0' and 'duplicateMinFps' are the same. [duplicateExpression]
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:154:37: note: 'duplicateMinFps' is assigned value '1.0' here.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:160:49: note: Same expression on both sides of '/' because the value of '1.0' and 'duplicateMinFps' are the same.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:849:19: style: Function 'GetContributingSourceStats' argument 1 names different: declaration 'aInboundStreamId' definition 'aInboundRtpStreamId'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.h:166:21: note: Function 'GetContributingSourceStats' argument 1 names different: declaration 'aInboundStreamId' definition 'aInboundRtpStreamId'.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:849:19: note: Function 'GetContributingSourceStats' argument 1 names different: declaration 'aInboundStreamId' definition 'aInboundRtpStreamId'.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:1632:26: style: Function 'SendRtpRtcpPacket_s' argument 1 names different: declaration 'aData' definition 'aPacket'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.h:202:57: note: Function 'SendRtpRtcpPacket_s' argument 1 names different: declaration 'aData' definition 'aPacket'.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:1632:26: note: Function 'SendRtpRtcpPacket_s' argument 1 names different: declaration 'aData' definition 'aPacket'.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:1704:14: style: Function 'NotifyRealtimeTrackData' argument 2 names different: declaration 'aTrackOffset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:1267:43: note: Function 'NotifyRealtimeTrackData' argument 2 names different: declaration 'aTrackOffset' definition 'aOffset'.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:1704:14: note: Function 'NotifyRealtimeTrackData' argument 2 names different: declaration 'aTrackOffset' definition 'aOffset'.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:1729:14: style: Function 'NotifyQueuedChanges' argument 2 names different: declaration 'aTrackOffset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:1262:39: note: Function 'NotifyQueuedChanges' argument 2 names different: declaration 'aTrackOffset' definition 'aOffset'.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:1729:14: note: Function 'NotifyQueuedChanges' argument 2 names different: declaration 'aTrackOffset' definition 'aOffset'.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/TransportLayerPacketDumper.cpp:60:71: style: Function 'StateChange' argument 2 names different: declaration 'state' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/mediapipeline/TransportLayerPacketDumper.h:27:52: note: Function 'StateChange' argument 2 names different: declaration 'state' definition 'aState'.
firefox-62.0/media/webrtc/signaling/src/mediapipeline/TransportLayerPacketDumper.cpp:60:71: note: Function 'StateChange' argument 2 names different: declaration 'state' definition 'aState'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.cpp:58: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/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.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/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.cpp:58:7: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.cpp:440:57: style: Function 'queueJSEPOperation' argument 1 names different: declaration 'aJSEPOperation' definition 'aOperation'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.h:44:40: note: Function 'queueJSEPOperation' argument 1 names different: declaration 'aJSEPOperation' definition 'aOperation'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.cpp:440:57: note: Function 'queueJSEPOperation' argument 1 names different: declaration 'aJSEPOperation' definition 'aOperation'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.h:36:8: style: Technically the member function 'mozilla::PeerConnectionCtx::isReady' can be const. [functionConst]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.h:61:60: style: Technically the member function 'mozilla::PeerConnectionCtx::mGetPeerConnections' can be const. [functionConst]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.cpp:128:20: note: Technically the member function 'mozilla::PeerConnectionCtx::mGetPeerConnections' can be const.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionCtx.h:61:60: note: Technically the member function 'mozilla::PeerConnectionCtx::mGetPeerConnections' can be const.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:236:35: style: Function 'RTCStatsQuery' argument 1 names different: declaration 'internalStats' definition 'internal'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h:194:33: note: Function 'RTCStatsQuery' argument 1 names different: declaration 'internalStats' definition 'internal'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:236:35: note: Function 'RTCStatsQuery' argument 1 names different: declaration 'internalStats' definition 'internal'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1098:15: style: Function 'GetDatachannelParameters' argument 4 names different: declaration 'maxmessagesize' definition 'remotemaxmessagesize'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h:700:17: note: Function 'GetDatachannelParameters' argument 4 names different: declaration 'maxmessagesize' definition 'remotemaxmessagesize'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1098:15: note: Function 'GetDatachannelParameters' argument 4 names different: declaration 'maxmessagesize' definition 'remotemaxmessagesize'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1222:18: style: Function 'CreateTransceiverImpl' argument 3 names different: declaration 'rv' definition 'jrv'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h:399:20: note: Function 'CreateTransceiverImpl' argument 3 names different: declaration 'rv' definition 'jrv'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1222:18: note: Function 'CreateTransceiverImpl' argument 3 names different: declaration 'rv' definition 'jrv'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1315:44: style: Function 'CreateDataChannel' argument 4 names different: declaration 'outOfOrderAllowed' definition 'ordered'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h:601:3: note: Function 'CreateDataChannel' argument 4 names different: declaration 'outOfOrderAllowed' definition 'ordered'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1315:44: note: Function 'CreateDataChannel' argument 4 names different: declaration 'outOfOrderAllowed' definition 'ordered'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1333:44: style: Function 'CreateDataChannel' argument 4 names different: declaration 'outOfOrderAllowed' definition 'ordered'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h:601:3: note: Function 'CreateDataChannel' argument 4 names different: declaration 'outOfOrderAllowed' definition 'ordered'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1333:44: note: Function 'CreateDataChannel' argument 4 names different: declaration 'outOfOrderAllowed' definition 'ordered'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1338:58: style: Function 'CreateDataChannel' argument 9 names different: declaration 'result' definition 'aRetval'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h:601:3: note: Function 'CreateDataChannel' argument 9 names different: declaration 'result' definition 'aRetval'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1338:58: note: Function 'CreateDataChannel' argument 9 names different: declaration 'result' definition 'aRetval'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1812:50: style: Function 'SetRemoteDescription' argument 1 names different: declaration 'aAction' definition 'action'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h:364:47: note: Function 'SetRemoteDescription' argument 1 names different: declaration 'aAction' definition 'action'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:1812:50: note: Function 'SetRemoteDescription' argument 1 names different: declaration 'aAction' definition 'action'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:2089:54: style: Function 'SetPeerIdentity' argument 1 names different: declaration 'peerIdentity' definition 'aPeerIdentity'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h:517:3: note: Function 'SetPeerIdentity' argument 1 names different: declaration 'peerIdentity' definition 'aPeerIdentity'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:2089:54: note: Function 'SetPeerIdentity' argument 1 names different: declaration 'peerIdentity' definition 'aPeerIdentity'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:171:1: warning: The class 'WrappableJSErrorResult' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:510:66: style: Function 'UpdateTransportFlows' argument 1 names different: declaration 'transceiver' definition 'aTransceiver'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.h:254:56: note: Function 'UpdateTransportFlows' argument 1 names different: declaration 'transceiver' definition 'aTransceiver'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:510:66: note: Function 'UpdateTransportFlows' argument 1 names different: declaration 'transceiver' definition 'aTransceiver'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:687:56: style: Function 'StartIceChecks' argument 1 names different: declaration 'session' definition 'aSession'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.h:88:42: note: Function 'StartIceChecks' argument 1 names different: declaration 'session' definition 'aSession'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:687:56: note: Function 'StartIceChecks' argument 1 names different: declaration 'session' definition 'aSession'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:1298:60: style: Function 'OnCandidateFound_s' argument 2 names different: declaration 'aCandidate' definition 'aCandidateLine'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.h:289:46: note: Function 'OnCandidateFound_s' argument 2 names different: declaration 'aCandidate' definition 'aCandidateLine'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:1298:60: note: Function 'OnCandidateFound_s' argument 2 names different: declaration 'aCandidate' definition 'aCandidateLine'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:1427:54: style: Function 'DtlsConnected_s' argument 1 names different: declaration 'aFlow' definition 'layer'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.h:185:40: note: Function 'DtlsConnected_s' argument 1 names different: declaration 'aFlow' definition 'layer'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/PeerConnectionMedia.cpp:1427:54: note: Function 'DtlsConnected_s' argument 1 names different: declaration 'aFlow' definition 'layer'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/TransceiverImpl.cpp:595:63: style: Function 'HasReceiveTrack' argument 1 names different: declaration 'aReceiveTrack' definition 'aRecvTrack'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/TransceiverImpl.h:106:53: note: Function 'HasReceiveTrack' argument 1 names different: declaration 'aReceiveTrack' definition 'aRecvTrack'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/TransceiverImpl.cpp:595:63: note: Function 'HasReceiveTrack' argument 1 names different: declaration 'aReceiveTrack' definition 'aRecvTrack'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/WebrtcGlobalInformation.cpp:874:49: style: Function 'RecvGetLogRequest' argument 1 names different: declaration 'aReqestId' definition 'aRequestId'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/peerconnection/WebrtcGlobalChild.h:26:64: note: Function 'RecvGetLogRequest' argument 1 names different: declaration 'aReqestId' definition 'aRequestId'.
firefox-62.0/media/webrtc/signaling/src/peerconnection/WebrtcGlobalInformation.cpp:874:49: note: Function 'RecvGetLogRequest' argument 1 names different: declaration 'aReqestId' definition 'aRequestId'.
firefox-62.0/media/webrtc/signaling/src/sdp/RsdparsaSdpAttributeList.cpp:550:30: style: Unused variable: optionsVec [unusedVariable]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/cpr_string.c:197:3: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/cpr_string.c:198:111: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/cpr_string.c:199:3: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/cpr_string.c:204:5: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/cpr_string.c:205:51: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/cpr_string.c:206:5: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/cpr_string.c:214:5: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/cpr_string.c:215:113: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/cpr_string.c:216:5: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:47:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:437:26: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:471:26: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:499:26: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:526:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:621:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:649:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:677:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:705:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:738:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:771:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:804:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:835:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:868:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1308:16: style: The scope of the variable 'attr_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1792:26: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1966:26: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:2019:26: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:218:65: style: Function 'sdp_set_owner_sessionid' argument 2 names different: declaration 'sessid' definition 'sessionid'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1207:71: note: Function 'sdp_set_owner_sessionid' argument 2 names different: declaration 'sessid' definition 'sessionid'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:218:65: note: Function 'sdp_set_owner_sessionid' argument 2 names different: declaration 'sessid' definition 'sessionid'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:328:37: style: Function 'sdp_timespec_valid' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1219:43: note: Function 'sdp_timespec_valid' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:328:37: note: Function 'sdp_timespec_valid' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:348:40: style: Function 'sdp_get_time_start' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1220:46: note: Function 'sdp_get_time_start' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:348:40: note: Function 'sdp_get_time_start' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:366:39: style: Function 'sdp_get_time_stop' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1221:45: note: Function 'sdp_get_time_stop' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:366:39: note: Function 'sdp_get_time_stop' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:920:42: style: Function 'sdp_get_num_media_lines' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1248:48: note: Function 'sdp_get_num_media_lines' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:920:42: note: Function 'sdp_get_num_media_lines' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1566:92: style: Function 'sdp_set_media_portnum' argument 4 names different: declaration 'sctpport' definition 'sctp_port'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1276:68: note: Function 'sdp_set_media_portnum' argument 4 names different: declaration 'sctpport' definition 'sctp_port'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1566:92: note: Function 'sdp_set_media_portnum' argument 4 names different: declaration 'sctpport' definition 'sctp_port'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1788:41: style: Function 'sdp_find_bw_line' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:49:48: note: Function 'sdp_find_bw_line' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1788:41: note: Function 'sdp_find_bw_line' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1832:44: style: Function 'sdp_copy_all_bw_lines' argument 1 names different: declaration 'src_sdp_ptr' definition 'src_sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1616:50: note: Function 'sdp_copy_all_bw_lines' argument 1 names different: declaration 'src_sdp_ptr' definition 'src_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1832:44: note: Function 'sdp_copy_all_bw_lines' argument 1 names different: declaration 'src_sdp_ptr' definition 'src_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1832:62: style: Function 'sdp_copy_all_bw_lines' argument 2 names different: declaration 'dst_sdp_ptr' definition 'dst_sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1616:70: note: Function 'sdp_copy_all_bw_lines' argument 2 names different: declaration 'dst_sdp_ptr' definition 'dst_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_access.c:1832:62: note: Function 'sdp_copy_all_bw_lines' argument 2 names different: declaration 'dst_sdp_ptr' definition 'dst_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:280:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:399:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:1880:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:2403:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:3052:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:3087:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:3621:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:3661:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:3702:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:4430:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:4733:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:4938:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:4969:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:5100:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:576:3: style: Variable 'result1' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:572:0: note: Variable 'result1' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:576:3: note: Variable 'result1' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:3483:5: style: Variable 'output_len' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:3476:0: note: Variable 'output_len' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:3483:5: note: Variable 'output_len' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:2743:35: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:2745:27: style: The scope of the variable 'profile_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:4048:15: style: The scope of the variable 'mkiValue' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:3723:49: style: Checking if unsigned variable 'strlen(attr_p->attr.stream_data.x_confid)' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:230:58: style: Function 'sdp_build_attribute' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:323:64: note: Function 'sdp_build_attribute' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:230:58: note: Function 'sdp_build_attribute' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:1510:55: style: Function 'sdp_build_attr_fmtp_params' argument 2 names different: declaration 'attr_p' definition 'fmtp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:53:55: note: Function 'sdp_build_attr_fmtp_params' argument 2 names different: declaration 'attr_p' definition 'fmtp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c:1510:55: note: Function 'sdp_build_attr_fmtp_params' argument 2 names different: declaration 'attr_p' definition 'fmtp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:1490:18: style: The scope of the variable 'attr_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:1857:18: style: The scope of the variable 'attr_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2022:18: style: The scope of the variable 'attr_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2093:23: style: The scope of the variable 'mapword' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2265:23: style: The scope of the variable 'mapword' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2266:23: style: The scope of the variable 'bmap' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2421:18: style: The scope of the variable 'attr_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:4218:23: style: The scope of the variable 'payload_num' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:4307:18: style: The scope of the variable 'cap_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:4337:18: style: The scope of the variable 'cap_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:4371:18: style: The scope of the variable 'cap_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:4538:18: style: The scope of the variable 'cdsc_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:4568:18: style: The scope of the variable 'cdsc_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:4602:18: style: The scope of the variable 'cdsc_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:4711:20: style: The scope of the variable 'm_ptype' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:473:32: style: Function 'sdp_find_fmtp_inst' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1293:38: note: Function 'sdp_find_fmtp_inst' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:473:32: note: Function 'sdp_find_fmtp_inst' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2308:51: style: Function 'sdp_attr_compare_fmtp_ranges' argument 1 names different: declaration 'src_sdp_ptr' definition 'src_sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1379:57: note: Function 'sdp_attr_compare_fmtp_ranges' argument 1 names different: declaration 'src_sdp_ptr' definition 'src_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2308:51: note: Function 'sdp_attr_compare_fmtp_ranges' argument 1 names different: declaration 'src_sdp_ptr' definition 'src_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2308:68: style: Function 'sdp_attr_compare_fmtp_ranges' argument 2 names different: declaration 'dst_sdp_ptr' definition 'dst_sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1380:35: note: Function 'sdp_attr_compare_fmtp_ranges' argument 2 names different: declaration 'dst_sdp_ptr' definition 'dst_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2308:68: note: Function 'sdp_attr_compare_fmtp_ranges' argument 2 names different: declaration 'dst_sdp_ptr' definition 'dst_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2369:48: style: Function 'sdp_attr_copy_fmtp_ranges' argument 1 names different: declaration 'src_sdp_ptr' definition 'src_sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1383:54: note: Function 'sdp_attr_copy_fmtp_ranges' argument 1 names different: declaration 'src_sdp_ptr' definition 'src_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2369:48: note: Function 'sdp_attr_copy_fmtp_ranges' argument 1 names different: declaration 'src_sdp_ptr' definition 'src_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2369:66: style: Function 'sdp_attr_copy_fmtp_ranges' argument 2 names different: declaration 'dst_sdp_ptr' definition 'dst_sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1384:35: note: Function 'sdp_attr_copy_fmtp_ranges' argument 2 names different: declaration 'dst_sdp_ptr' definition 'dst_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2369:66: note: Function 'sdp_attr_copy_fmtp_ranges' argument 2 names different: declaration 'dst_sdp_ptr' definition 'dst_sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:5056:14: style: Function 'sdp_attr_add_mptime_interval' argument 5 names different: declaration 'interval' definition 'mp_interval'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1613:80: note: Function 'sdp_attr_add_mptime_interval' argument 5 names different: declaration 'interval' definition 'mp_interval'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:5056:14: note: Function 'sdp_attr_add_mptime_interval' argument 5 names different: declaration 'interval' definition 'mp_interval'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:6279:46: style: Function 'sdp_attr_get_extmap_uri' argument 3 names different: declaration 'inst' definition 'inst_num'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1795:64: note: Function 'sdp_attr_get_extmap_uri' argument 3 names different: declaration 'inst' definition 'inst_num'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:6279:46: note: Function 'sdp_attr_get_extmap_uri' argument 3 names different: declaration 'inst' definition 'inst_num'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:6306:37: style: Function 'sdp_attr_get_extmap_id' argument 3 names different: declaration 'inst' definition 'inst_num'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1798:63: note: Function 'sdp_attr_get_extmap_id' argument 3 names different: declaration 'inst' definition 'inst_num'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:6306:37: note: Function 'sdp_attr_get_extmap_id' argument 3 names different: declaration 'inst' definition 'inst_num'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:6355:66: style: Function 'sdp_attr_get_msid_identifier' argument 4 names different: declaration 'inst_num' definition 'inst'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1479:75: note: Function 'sdp_attr_get_msid_identifier' argument 4 names different: declaration 'inst_num' definition 'inst'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:6355:66: note: Function 'sdp_attr_get_msid_identifier' argument 4 names different: declaration 'inst_num' definition 'inst'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:6366:65: style: Function 'sdp_attr_get_msid_appdata' argument 4 names different: declaration 'inst_num' definition 'inst'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1481:72: note: Function 'sdp_attr_get_msid_appdata' argument 4 names different: declaration 'inst_num' definition 'inst'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:6366:65: note: Function 'sdp_attr_get_msid_appdata' argument 4 names different: declaration 'inst_num' definition 'inst'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_attr_access.c:2338:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_base64.c:282:19: style: The scope of the variable 'cindex' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_base64.c:284:19: style: The scope of the variable 'val' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_base64.c:206:13: style: Variable 'line_count' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:91:42: style: Function 'sdp_free_config' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1160:49: note: Function 'sdp_free_config' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:91:42: note: Function 'sdp_free_config' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:108:42: style: Function 'sdp_appl_debug' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1161:48: note: Function 'sdp_appl_debug' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:108:42: note: Function 'sdp_appl_debug' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:128:47: style: Function 'sdp_require_version' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1163:53: note: Function 'sdp_require_version' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:128:47: note: Function 'sdp_require_version' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:133:45: style: Function 'sdp_require_owner' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1164:51: note: Function 'sdp_require_owner' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:133:45: note: Function 'sdp_require_owner' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:138:52: style: Function 'sdp_require_session_name' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1165:58: note: Function 'sdp_require_session_name' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:138:52: note: Function 'sdp_require_session_name' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:143:48: style: Function 'sdp_require_timespec' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1167:54: note: Function 'sdp_require_timespec' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:143:48: note: Function 'sdp_require_timespec' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:158:47: style: Function 'sdp_media_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1168:53: note: Function 'sdp_media_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:158:47: note: Function 'sdp_media_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:176:49: style: Function 'sdp_nettype_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1170:55: note: Function 'sdp_nettype_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:176:49: note: Function 'sdp_nettype_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:194:50: style: Function 'sdp_addrtype_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1172:56: note: Function 'sdp_addrtype_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:194:50: note: Function 'sdp_addrtype_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:212:51: style: Function 'sdp_transport_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1174:57: note: Function 'sdp_transport_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:212:51: note: Function 'sdp_transport_supported' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:228:44: style: Function 'sdp_allow_choose' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1176:50: note: Function 'sdp_allow_choose' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:228:44: note: Function 'sdp_allow_choose' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:235:55: style: Function 'sdp_config_set_error_handler' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1178:62: note: Function 'sdp_config_set_error_handler' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_config.c:235:55: note: Function 'sdp_config_set_error_handler' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:918:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:919:14: style: The scope of the variable 'num_media_levels' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:979:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:1194:12: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:764:57: style: Function 'sdp_get_bw_modifier_name' argument 1 names different: declaration 'bw_modifier' definition 'bw_modifier_type'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1620:63: note: Function 'sdp_get_bw_modifier_name' argument 1 names different: declaration 'bw_modifier' definition 'bw_modifier_type'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:764:57: note: Function 'sdp_get_bw_modifier_name' argument 1 names different: declaration 'bw_modifier' definition 'bw_modifier_type'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:776:55: style: Function 'sdp_get_group_attr_name' argument 1 names different: declaration 'group_attr' definition 'group_attr_type'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:277:61: note: Function 'sdp_get_group_attr_name' argument 1 names different: declaration 'group_attr' definition 'group_attr_type'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:776:55: note: Function 'sdp_get_group_attr_name' argument 1 names different: declaration 'group_attr' definition 'group_attr_type'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:815:50: style: Function 'sdp_init_description' argument 1 names different: declaration 'config_p' definition 'conf_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1183:56: note: Function 'sdp_init_description' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:815:50: note: Function 'sdp_init_description' argument 1 names different: declaration 'config_p' definition 'conf_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:878:24: style: Function 'sdp_debug' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1184:30: note: Function 'sdp_debug' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:878:24: note: Function 'sdp_debug' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:900:35: style: Function 'sdp_set_string_debug' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1185:41: note: Function 'sdp_set_string_debug' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:900:35: note: Function 'sdp_set_string_debug' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:975:32: style: Function 'sdp_parse' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1186:38: note: Function 'sdp_parse' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:975:32: note: Function 'sdp_parse' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:1192:32: style: Function 'sdp_build' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1187:38: note: Function 'sdp_build' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:1192:32: note: Function 'sdp_build' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:1248:43: style: Function 'sdp_free_description' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp.h:1188:49: note: Function 'sdp_free_description' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_main.c:1248:43: note: Function 'sdp_free_description' argument 1 names different: declaration 'sdp_ptr' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:202:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:530:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1046:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:319:16: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:440:19: style: The scope of the variable 'slash_ptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:443:19: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:446:10: style: The scope of the variable 'mcast_bits' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:648:17: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:720:27: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:829:26: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1001:26: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1071:26: style: The scope of the variable 'mca_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1485:30: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1488:27: style: The scope of the variable 'profile_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:19:56: style: Function 'sdp_parse_version' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:282:62: note: Function 'sdp_parse_version' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:19:56: note: Function 'sdp_parse_version' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:39:56: style: Function 'sdp_build_version' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:284:62: note: Function 'sdp_build_version' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:39:56: note: Function 'sdp_build_version' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:80:54: style: Function 'sdp_parse_owner' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:285:60: note: Function 'sdp_parse_owner' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:80:54: note: Function 'sdp_parse_owner' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:223:54: style: Function 'sdp_build_owner' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:287:60: note: Function 'sdp_build_owner' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:223:54: note: Function 'sdp_build_owner' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:262:57: style: Function 'sdp_parse_sessname' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:288:63: note: Function 'sdp_parse_sessname' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:262:57: note: Function 'sdp_parse_sessname' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:290:57: style: Function 'sdp_build_sessname' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:290:63: note: Function 'sdp_build_sessname' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:290:57: note: Function 'sdp_build_sessname' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:316:57: style: Function 'sdp_parse_sessinfo' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:291:63: note: Function 'sdp_parse_sessinfo' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:316:57: note: Function 'sdp_parse_sessinfo' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:356:57: style: Function 'sdp_build_sessinfo' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:293:63: note: Function 'sdp_build_sessinfo' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:356:57: note: Function 'sdp_build_sessinfo' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:362:52: style: Function 'sdp_parse_uri' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:294:58: note: Function 'sdp_parse_uri' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:362:52: note: Function 'sdp_parse_uri' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:386:52: style: Function 'sdp_build_uri' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:295:58: note: Function 'sdp_build_uri' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:386:52: note: Function 'sdp_build_uri' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:392:54: style: Function 'sdp_parse_email' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:296:60: note: Function 'sdp_parse_email' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:392:54: note: Function 'sdp_parse_email' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:408:54: style: Function 'sdp_build_email' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:297:60: note: Function 'sdp_build_email' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:408:54: note: Function 'sdp_build_email' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:414:57: style: Function 'sdp_parse_phonenum' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:298:63: note: Function 'sdp_parse_phonenum' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:414:57: note: Function 'sdp_parse_phonenum' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:431:57: style: Function 'sdp_build_phonenum' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:300:63: note: Function 'sdp_build_phonenum' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:431:57: note: Function 'sdp_build_phonenum' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:437:59: style: Function 'sdp_parse_connection' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:301:65: note: Function 'sdp_parse_connection' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:437:59: note: Function 'sdp_parse_connection' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:646:59: style: Function 'sdp_build_connection' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:303:65: note: Function 'sdp_build_connection' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:646:59: note: Function 'sdp_build_connection' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:717:58: style: Function 'sdp_parse_bandwidth' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:304:64: note: Function 'sdp_parse_bandwidth' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:717:58: note: Function 'sdp_parse_bandwidth' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:825:58: style: Function 'sdp_build_bandwidth' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:306:64: note: Function 'sdp_build_bandwidth' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:825:58: note: Function 'sdp_build_bandwidth' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:859:57: style: Function 'sdp_parse_timespec' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:307:63: note: Function 'sdp_parse_timespec' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:859:57: note: Function 'sdp_parse_timespec' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:924:57: style: Function 'sdp_build_timespec' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:309:63: note: Function 'sdp_build_timespec' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:924:57: note: Function 'sdp_build_timespec' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:950:60: style: Function 'sdp_parse_repeat_time' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:310:66: note: Function 'sdp_parse_repeat_time' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:950:60: note: Function 'sdp_parse_repeat_time' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:967:60: style: Function 'sdp_build_repeat_time' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:312:66: note: Function 'sdp_build_repeat_time' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:967:60: note: Function 'sdp_build_repeat_time' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:973:61: style: Function 'sdp_parse_timezone_adj' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:313:67: note: Function 'sdp_parse_timezone_adj' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:973:61: note: Function 'sdp_parse_timezone_adj' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:990:61: style: Function 'sdp_build_timezone_adj' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:315:67: note: Function 'sdp_build_timezone_adj' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:990:61: note: Function 'sdp_build_timezone_adj' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:996:59: style: Function 'sdp_parse_encryption' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:316:65: note: Function 'sdp_parse_encryption' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:996:59: note: Function 'sdp_parse_encryption' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1068:59: style: Function 'sdp_build_encryption' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:318:65: note: Function 'sdp_build_encryption' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1068:59: note: Function 'sdp_build_encryption' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1106:54: style: Function 'sdp_parse_media' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:319:60: note: Function 'sdp_parse_media' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1106:54: note: Function 'sdp_parse_media' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1483:54: style: Function 'sdp_build_media' argument 2 names different: declaration 'token' definition 'level'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:320:60: note: Function 'sdp_build_media' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_token.c:1483:54: note: Function 'sdp_build_media' argument 2 names different: declaration 'token' definition 'level'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_utils.c:668:33: style: Function 'sdp_checkrange' argument 1 names different: declaration 'sdp' definition 'sdp_p'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:360:32: note: Function 'sdp_checkrange' argument 1 names different: declaration 'sdp' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_utils.c:668:33: note: Function 'sdp_checkrange' argument 1 names different: declaration 'sdp' definition 'sdp_p'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_utils.c:668:58: style: Function 'sdp_checkrange' argument 3 names different: declaration 'lval' definition 'u_val'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_private.h:360:55: note: Function 'sdp_checkrange' argument 3 names different: declaration 'lval' definition 'u_val'.
firefox-62.0/media/webrtc/signaling/src/sdp/sipcc/sdp_utils.c:668:58: note: Function 'sdp_checkrange' argument 3 names different: declaration 'lval' definition 'u_val'.
firefox-62.0/media/webrtc/signaling/test/signaling_unittests.cpp:62:0: error: #error USE_FAKE_MEDIA_STREAMS undefined [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/third_party/gflags/src/mutex.h:152:0: error: #error Need to implement mutex.h for your architecture, or #define NO_THREADS [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:667:13: style: Function 'OutputSingleGroupWithLimit' argument 7 names different: declaration 'completion_elements_added' definition 'completion_elements_output'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:149:13: note: Function 'OutputSingleGroupWithLimit' argument 7 names different: declaration 'completion_elements_added' definition 'completion_elements_output'.
firefox-62.0/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:667:13: note: Function 'OutputSingleGroupWithLimit' argument 7 names different: declaration 'completion_elements_added' definition 'completion_elements_output'.
firefox-62.0/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:604:23: style: Variable 'lines_so_far' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/third_party/gflags/src/windows/port.cc:35:0: error: #error You should only be including windows/port.cc in a windows environment! [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:36:16: style: Unused variable: something [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:37:30: style: Unused variable: something_else [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:20:16: style: The function 'SomeMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:12:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:20:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:33:16: style: The function 'WebKitModifiedSomething' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:26:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:33:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:43:16: style: The function 'SomeMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:20:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:43:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:47:16: style: The function 'SomeInlineMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:14:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:47:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:49:16: style: The function 'WebKitModifiedSomething' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:33:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:49:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:51:16: style: The function 'SomeNonPureBaseMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:15:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:51:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:15:16: style: The function 'SomeMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:12:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:15:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:24:16: style: The function 'SomeMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:15:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:24:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:28:16: style: The function 'SomeInlineMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:14:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:28:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:30:16: style: The function 'WebKitModifiedSomething' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:33:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:30:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:32:16: style: The function 'SomeNonPureBaseMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.h:15:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/overridden_methods.cpp:32:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/virtual_methods.cpp:34:35: style: Unused variable: one [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/virtual_methods.cpp:35:42: style: Unused variable: two [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/virtual_methods.h:34:8: style: The function 'MethodHasNoArguments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/virtual_methods.h:13:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/tools/clang/plugins/tests/virtual_methods.h:34:8: note: Function in derived class
firefox-62.0/media/webrtc/trunk/tools/gyp/test/compiler-override/cxxtest.cc:7:0: error: #error Should not be passed to a real compiler [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/compiler-override/test.c:7:0: error: #error Should not be passed to a real compiler [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/dependencies/c/c.c:1:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/link-dependency/main.c:6:3: error: Memory leak: p [memleak]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/cflags/ccfile.cc:6:0: error: #error CCFLAG should be set [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/cflags/ccfile_withcflags.cc:2:0: error: #error CFLAG should be set [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/cflags/cfile.c:2:0: error: #error CFLAG should be set [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/cflags/cppfile.cpp:6:0: error: #error CCFLAG should be set [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/cflags/cppfile_withcflags.cpp:2:0: error: #error CFLAG should be set [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/cflags/cxxfile.cxx:6:0: error: #error CCFLAG should be set [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/cflags/cxxfile_withcflags.cxx:2:0: error: #error CFLAG should be set [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/clang-cxx-language-standard/c++98.cc:6:0: error: #error wrong c++ standard version [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/clang-cxx-library/libc++.cc:7:0: error: #error expected std library: libc++ [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/mac/clang-cxx-library/libstdc++.cc:7:0: error: #error expected std library: libstdc++ [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/make_global_settings/full-toolchain/bar.cc:1:0: error: #error Not a real source file [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/make_global_settings/full-toolchain/foo.c:1:0: error: #error Not a real source file [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/module/src/program.c:27:8: style: Unused variable: module_path [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/module/src/program.c:28:0: style: Variable 'module_function' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/module/src/program.c:29:17: style: Unused variable: funcptr [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/additional-options.cc:8:0: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/character-set-mbcs.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/character-set-unicode.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/disable-specific-warnings.cc:7:7: style: Variable 'i' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/disable-specific-warnings.cc:8:10: error: Uninitialized variable: i [uninitvar]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/exception-handling-on.cc:11:9: error: Division by zero. [zerodiv]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/exception-handling-on.cc:10:15: note: Assignment 'i=0', assigned value is 0
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/exception-handling-on.cc:11:9: note: Division by zero
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/exception-handling-on.cc:11:12: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/floating-point-model-fast.cc:14:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/floating-point-model-precise.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/floating-point-model-strict.cc:10:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/force-include-files-with-precompiled.cc:8:15: style: Unused variable: s [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/force-include-files.cc:6:40: style: Unused variable: l [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/rtti-on.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/runtime-checks.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/runtime-library-md.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/runtime-library-mdd.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/runtime-library-mt.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/runtime-library-mtd.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/treat-wchar-t-as-built-in-type2.cc:6:0: error: #error  [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/uninit.cc:10:10: error: Uninitialized variable: i [uninitvar]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/warning-as-error.cc:7:7: style: Unused variable: export [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/warning-level1.cc:6:7: style: Unused variable: export [unusedVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/warning-level2.cc:13:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/warning-level4.cc:8:20: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/linker-flags/inline_test.cc:10:30: style: Function 'IsFunctionInlined' argument 1 names different: declaration 'current_return_address' definition 'caller_return_address'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/linker-flags/inline_test.h:5:30: note: Function 'IsFunctionInlined' argument 1 names different: declaration 'current_return_address' definition 'caller_return_address'.
firefox-62.0/media/webrtc/trunk/tools/gyp/test/win/linker-flags/inline_test.cc:10:30: note: Function 'IsFunctionInlined' argument 1 names different: declaration 'current_return_address' definition 'caller_return_address'.
firefox-62.0/media/webrtc/trunk/webrtc/audio/audio_receive_stream_unittest.cc:228:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/audio/audio_send_stream_unittest.cc:242:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/audio/audio_state_unittest.cc:83:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/audio/utility/audio_frame_operations.cc:210:11: style: The scope of the variable 'temp_data' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/audio/utility/audio_frame_operations_unittest.cc:83:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/array_view_unittest.cc:33:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/asynctcpsocket_unittest.cc:47:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/asyncudpsocket_unittest.cc:47:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/autodetectproxy_unittest.cc:102:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/base64.cc:104:17: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/base/base64.cc:242:0: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/base/basictypes_unittest.cc:27:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/bind_unittest.cc:119:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/bitbuffer_unittest.cc:41:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/buffer_unittest.cc:35:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/bytebuffer_unittest.cc:56:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/byteorder_unittest.cc:62:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/callback_unittest.cc:48:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/copyonwritebuffer_unittest.cc:44:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/crc32_unittest.cc:25:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/criticalsection_unittest.cc:214:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/event.cc:20:0: error: #error "Must define either WEBRTC_WIN or WEBRTC_POSIX." [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/webrtc/base/event_tracer_unittest.cc:73:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/event_unittest.cc:21:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/file_unittest.cc:62:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/filerotatingstream_unittest.cc:109:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/fileutils_unittest.cc:34:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/function_view_unittest.cc:33:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/helpers.cc:109:16: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/webrtc/base/helpers.cc:44:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/webrtc/base/helpers.cc:109:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/webrtc/base/helpers.cc:117:16: style: The function 'Generate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/webrtc/base/helpers.cc:45:16: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/webrtc/base/helpers.cc:117:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/webrtc/base/helpers_unittest.cc:22:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/httpbase.cc:846:21: style: Same expression on both sides of '!=' because the value of 'old_docstream' and 'doc_stream_' are the same. [duplicateExpression]
firefox-62.0/media/webrtc/trunk/webrtc/base/httpbase.cc:834:36: note: 'old_docstream' is assigned value 'doc_stream_' here.
firefox-62.0/media/webrtc/trunk/webrtc/base/httpbase.cc:846:21: note: Same expression on both sides of '!=' because the value of 'old_docstream' and 'doc_stream_' are the same.
firefox-62.0/media/webrtc/trunk/webrtc/base/httpbase.cc:101:21: style: Checking if unsigned variable 'available' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/httpbase.cc:246:3: style: Class 'DocumentStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/base/httpbase_unittest.cc:309:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/httpclient.cc:113:21: style: Same expression on both sides of '>' because the value of 'response_time' and 'date' are the same. [duplicateExpression]
firefox-62.0/media/webrtc/trunk/webrtc/base/httpclient.cc:110:26: note: 'response_time' is assigned value 'date' here.
firefox-62.0/media/webrtc/trunk/webrtc/base/httpclient.cc:113:21: note: Same expression on both sides of '>' because the value of 'response_time' and 'date' are the same.
firefox-62.0/media/webrtc/trunk/webrtc/base/httpcommon_unittest.cc:36:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/httpserver_unittest.cc:75:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/ipaddress.cc:223:27: style: Function 'IsPrivateV4' argument 1 names different: declaration 'ip' definition 'ip_in_host_order'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/base/ipaddress.cc:46:34: note: Function 'IsPrivateV4' argument 1 names different: declaration 'ip' definition 'ip_in_host_order'.
firefox-62.0/media/webrtc/trunk/webrtc/base/ipaddress.cc:223:27: note: Function 'IsPrivateV4' argument 1 names different: declaration 'ip' definition 'ip_in_host_order'.
firefox-62.0/media/webrtc/trunk/webrtc/base/ipaddress.cc:231:46: style: Function 'ExtractMappedAddress' argument 1 names different: declaration 'addr' definition 'in6'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/base/ipaddress.cc:47:53: note: Function 'ExtractMappedAddress' argument 1 names different: declaration 'addr' definition 'in6'.
firefox-62.0/media/webrtc/trunk/webrtc/base/ipaddress.cc:231:46: note: Function 'ExtractMappedAddress' argument 1 names different: declaration 'addr' definition 'in6'.
firefox-62.0/media/webrtc/trunk/webrtc/base/ipaddress_unittest.cc:165:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/json_unittest.cc:35:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/logging_unittest.cc:61:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/md5digest_unittest.cc:22:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/messagedigest_unittest.cc:38:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/messagequeue.cc:76:30: style: Variable 'cs' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/webrtc/base/messagequeue.cc:93:32: style: Variable 'cs' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/webrtc/base/messagequeue.cc:115:30: style: Variable 'cs' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/webrtc/base/messagequeue.cc:148:32: style: Variable 'cs' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/webrtc/base/messagequeue.cc:117:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/media/webrtc/trunk/webrtc/base/messagequeue.cc:27:1: style: The class 'DebugNonReentrantCritScope' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/base/messagequeue.cc:138:5: style: Class 'ScopedIncrement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/base/mod_ops_unittest.cc:22:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/natserver.cc:149:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/media/webrtc/trunk/webrtc/base/natserver.cc:74:3: style: Class 'NATProxyServerSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/base/network_unittest.cc:189:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/nullsocketserver_unittest.cc:30:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/numerics/exp_filter_unittest.cc:28:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/numerics/percentile_filter_unittest.cc:38:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/onetimeevent_unittest.cc:25:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/optional_unittest.cc:126:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/optionsfile_unittest.cc:69:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/physicalsocketserver_unittest.cc:150:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/platform_thread_unittest.cc:33:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/proxydetect.cc:444:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
firefox-62.0/media/webrtc/trunk/webrtc/base/proxydetect.cc:450:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
firefox-62.0/media/webrtc/trunk/webrtc/base/proxydetect.cc:458:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
firefox-62.0/media/webrtc/trunk/webrtc/base/proxydetect_unittest.cc:69:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/proxyserver.cc:131:7: style: The scope of the variable 'read' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/base/random_unittest.cc:67:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/rate_limiter_unittest.cc:41:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/rate_statistics_unittest.cc:28:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/ratetracker_unittest.cc:29:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/refcountedobject_unittest.cc:63:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/rollingaccumulator_unittest.cc:22:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/rtccertificate_unittest.cc:92:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/rtccertificategenerator_unittest.cc:82:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/safe_compare_unittest.cc:79:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/scopedptrcollection_unittest.cc:50:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/sequenced_task_checker_unittest.cc:142:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/sha1digest_unittest.cc:22:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/sharedexclusivelock_unittest.cc:126:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/signalthread_unittest.cc:27:5: style: Class 'SlowSignalThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/base/signalthread_unittest.cc:126:0: error: Memory leak: signal_thread [memleak]
firefox-62.0/media/webrtc/trunk/webrtc/base/sigslot_unittest.cc:129:16: style: The function 'SetUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/webrtc/base/sigslot_unittest.cc:71:0: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/webrtc/base/sigslot_unittest.cc:129:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/webrtc/base/sigslot_unittest.cc:138:16: style: The function 'TearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/media/webrtc/trunk/webrtc/base/sigslot_unittest.cc:74:0: note: Virtual function in base class
firefox-62.0/media/webrtc/trunk/webrtc/base/sigslot_unittest.cc:138:16: note: Function in derived class
firefox-62.0/media/webrtc/trunk/webrtc/base/sigslottester_unittest.cc:35:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/socketaddress_unittest.cc:36:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/sslidentity.cc:265:0: error: #error "No SSL implementation" [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/webrtc/base/stream.cc:1076:27: style: The scope of the variable 'write_pos' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/base/stream_unittest.cc:97:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode.cc:29:14: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode.cc:51:14: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode.cc:70:14: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode.cc:94:14: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode.cc:146:14: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode.cc:172:14: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode.cc:260:14: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode.cc:319:14: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode.cc:352:14: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringencode_unittest.cc:81:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/stringutils_unittest.cc:81:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/swap_queue_unittest.cc:44:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/task_queue_unittest.cc:32:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/task_unittest.cc:291:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread.cc:250:0: error: Memory leak: init [memleak]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:65:5: style: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:64:5: note: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:65:5: note: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:76:5: style: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:75:5: note: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:76:5: note: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:70:7: style: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:69:7: note: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:70:7: note: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:115:5: style: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:114:5: note: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:115:5: note: Variable 'unprotected_' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:18:8: performance: Technically the member function '::Lock::EnterWrite' can be static. [functionStatic]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:19:8: performance: Technically the member function '::Lock::EnterRead' can be static. [functionStatic]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:20:8: performance: Technically the member function '::Lock::TryEnterWrite' can be static. [functionStatic]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:21:8: performance: Technically the member function '::Lock::TryEnterRead' can be static. [functionStatic]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:22:8: performance: Technically the member function '::Lock::Leave' can be static. [functionStatic]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:118:8: style: Technically the member function '::ThreadSafe::WriteProtectedFunction' can be const. [functionConst]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_annotations_unittest.cc:124:15: style: Technically the member function '::ThreadSafe::GetLock' can be const. [functionConst]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_checker_unittest.cc:100:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_unittest.cc:177:7: style: Technically the member function 'FunctorA::operator()' can be const. [functionConst]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_unittest.cc:187:7: style: Technically the member function 'FunctorC::operator()' can be const. [functionConst]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_unittest.cc:126:3: style: Class 'SignalWhenDestroyedThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_unittest.cc:391:3: style: Class 'SetNameOnSignalQueueDestroyedTester' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/base/thread_unittest.cc:596:3: style: Struct 'CreateInvoker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/base/timestampaligner_unittest.cc:119:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/timeutils.cc:82:0: error: #error Unsupported platform. [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/webrtc/base/timeutils_unittest.cc:31:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/virtualsocketserver.cc:1073:8: style: Technically the member function 'rtc::FunctionDomainCmp::operator()' can be const. [functionConst]
firefox-62.0/media/webrtc/trunk/webrtc/base/virtualsocketserver.cc:1077:8: style: Technically the member function 'rtc::FunctionDomainCmp::operator()' can be const. [functionConst]
firefox-62.0/media/webrtc/trunk/webrtc/base/virtualsocketserver.cc:1080:8: style: Technically the member function 'rtc::FunctionDomainCmp::operator()' can be const. [functionConst]
firefox-62.0/media/webrtc/trunk/webrtc/base/weak_ptr_unittest.cc:39:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/base/win32.cc:268:13: style: The scope of the variable 'coloncount' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/base/win32_unittest.cc:19:0: error: #error Only for Windows [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/webrtc/base/win32filesystem.cc:281:11: style: Variable 'total_number_of_bytes' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/webrtc/base/win32filesystem.cc:282:11: style: Variable 'total_number_of_free_bytes' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/webrtc/base/win32socketserver_unittest.cc:26:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/call/bitrate_allocator_unittest.cc:76:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/call/bitrate_estimator_tests.cc:243:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/call/call.cc:962:38: style: Function 'OnNetworkChanged' argument 1 names different: declaration 'bitrate_bps' definition 'target_bitrate_bps'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/call/call.cc:134:34: note: Function 'OnNetworkChanged' argument 1 names different: declaration 'bitrate_bps' definition 'target_bitrate_bps'.
firefox-62.0/media/webrtc/trunk/webrtc/call/call.cc:962:38: note: Function 'OnNetworkChanged' argument 1 names different: declaration 'bitrate_bps' definition 'target_bitrate_bps'.
firefox-62.0/media/webrtc/trunk/webrtc/call/call_perf_tests.cc:300:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/call/call_unittest.cc:56:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/call/flexfec_receive_stream_unittest.cc:53:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/call/packet_injection_tests.cc:72:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/call/rampup_tests.cc:500:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/audio_converter.cc:110:3: style: Class 'CompositionConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/audio_converter_unittest.cc:144:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/audio_ring_buffer_unittest.cc:64:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/audio_util_unittest.cc:33:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/blocker.cc:88:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/blocker_unittest.cc:126:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/channel_buffer_unittest.cc:30:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:333:11: style: The scope of the variable 'xi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:650:12: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:650:15: style: The scope of the variable 'nwh' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:651:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:651:18: style: The scope of the variable 'x' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:651:21: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:679:12: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:679:15: style: The scope of the variable 'nch' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:680:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:910:19: style: The scope of the variable 'j2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:910:23: style: The scope of the variable 'j3' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:911:21: style: The scope of the variable 'x1r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:911:26: style: The scope of the variable 'x1i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:911:31: style: The scope of the variable 'x2r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:911:36: style: The scope of the variable 'x2i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:911:41: style: The scope of the variable 'x3r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:911:46: style: The scope of the variable 'x3i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:960:19: style: The scope of the variable 'j2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:960:23: style: The scope of the variable 'j3' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:961:21: style: The scope of the variable 'x1r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:961:26: style: The scope of the variable 'x1i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:961:31: style: The scope of the variable 'x2r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:961:36: style: The scope of the variable 'x2i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:961:41: style: The scope of the variable 'x3r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:961:46: style: The scope of the variable 'x3i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1010:19: style: The scope of the variable 'k2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1011:17: style: The scope of the variable 'wk1i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1011:23: style: The scope of the variable 'wk2r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1011:29: style: The scope of the variable 'wk2i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1011:35: style: The scope of the variable 'wk3r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1011:41: style: The scope of the variable 'wk3i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1115:34: style: The scope of the variable 'k2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1116:17: style: The scope of the variable 'wk1i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1116:23: style: The scope of the variable 'wk2r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1116:29: style: The scope of the variable 'wk2i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1116:35: style: The scope of the variable 'wk3r' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1116:41: style: The scope of the variable 'wk3i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1242:15: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1243:11: style: The scope of the variable 'wkr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1243:16: style: The scope of the variable 'wki' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1243:21: style: The scope of the variable 'xr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1243:25: style: The scope of the variable 'xi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1243:29: style: The scope of the variable 'yr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1243:33: style: The scope of the variable 'yi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1267:15: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1268:11: style: The scope of the variable 'wkr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1268:16: style: The scope of the variable 'wki' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1268:21: style: The scope of the variable 'xr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1268:25: style: The scope of the variable 'xi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1268:29: style: The scope of the variable 'yr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fft4g.c:1268:33: style: The scope of the variable 'yi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fir_filter.cc:65:3: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fir_filter.cc:46:0: note: Variable 'filter' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fir_filter.cc:65:3: note: Variable 'filter' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/fir_filter_unittest.cc:41:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/lapped_transform_unittest.cc:130:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/real_fourier_unittest.cc:23:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc:126:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/resampler/resampler_unittest.cc:62:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/resampler/sinc_resampler_unittest.cc:42:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/ring_buffer_unittest.cc:107:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/auto_correlation.c:20:11: style: The scope of the variable 'sum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/complex_bit_reverse.c:80:24: style: The scope of the variable 'l' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/complex_fft.c:160:21: style: The scope of the variable 'istep' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/complex_fft.c:161:19: style: The scope of the variable 'shift' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/complex_fft.c:164:13: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/complex_fft.c:164:20: style: The scope of the variable 'round2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/downsample_fast.c:29:11: style: The scope of the variable 'out_s32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/downsample_fast_neon.c:27:11: style: The scope of the variable 'out_s32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/filter_ar.c:32:13: style: The scope of the variable 'o' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/filter_ar.c:33:13: style: The scope of the variable 'oLOW' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/filter_ar.c:34:18: style: The scope of the variable 'stop' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/get_scaling_square.c:27:13: style: The scope of the variable 'sabs' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/levinson_durbin.c:150:35: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/lpc_to_refl_coef.c:26:13: style: The scope of the variable 'tmp_inv_denom32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/lpc_to_refl_coef.c:27:13: style: The scope of the variable 'tmp_inv_denom16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/min_max_operations.c:39:7: style: The scope of the variable 'absolute' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/min_max_operations.c:64:12: style: The scope of the variable 'absolute' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/min_max_operations.c:142:7: style: The scope of the variable 'absolute' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/min_max_operations_neon.c:19:7: style: The scope of the variable 'absolute' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/min_max_operations_neon.c:75:12: style: The scope of the variable 'absolute' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/real_fft_unittest.cc:43:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/refl_coef_to_lpc.c:23:14: style: The scope of the variable 'aptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/refl_coef_to_lpc.c:23:21: style: The scope of the variable 'aptr2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/refl_coef_to_lpc.c:23:29: style: The scope of the variable 'anyptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample.c:473:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:72:11: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:72:17: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:72:23: style: The scope of the variable 'diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:72:29: style: The scope of the variable 'in32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:72:35: style: The scope of the variable 'out32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:130:11: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:130:17: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:130:23: style: The scope of the variable 'diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:130:29: style: The scope of the variable 'in32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2.c:130:35: style: The scope of the variable 'out32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_by_2_internal.c:192:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_fractional.c:51:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_fractional.c:97:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/resample_fractional.c:204:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/spl_sqrt.c:134:29: style: The scope of the variable 't16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/spl_sqrt.c:137:13: style: The scope of the variable 'k_sqrt_2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/spl_sqrt_floor.c:74:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/splitting_filter.c:132:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c:23:13: style: The scope of the variable 'sq' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c:25:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/smoothing_filter_unittest.cc:55:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/sparse_fir_filter_unittest.cc:33:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:137:7: style: The scope of the variable 'channel' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:137:16: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:138:11: style: The scope of the variable 'feature_minimum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:139:11: style: The scope of the variable 'h0' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:139:15: style: The scope of the variable 'h1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:140:11: style: The scope of the variable 'log_likelihood_ratio' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:142:11: style: The scope of the variable 'shifts_h0' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:142:22: style: The scope of the variable 'shifts_h1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:143:11: style: The scope of the variable 'tmp_s16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:143:20: style: The scope of the variable 'tmp1_s16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:143:30: style: The scope of the variable 'tmp2_s16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:144:11: style: The scope of the variable 'diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:145:7: style: The scope of the variable 'gaussian' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:146:11: style: The scope of the variable 'nmk' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:146:16: style: The scope of the variable 'nmk2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:146:22: style: The scope of the variable 'nmk3' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:146:28: style: The scope of the variable 'smk' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:146:33: style: The scope of the variable 'smk2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:146:39: style: The scope of the variable 'nsk' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:146:44: style: The scope of the variable 'ssk' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:147:11: style: The scope of the variable 'delt' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:147:17: style: The scope of the variable 'ndelt' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:148:11: style: The scope of the variable 'maxspe' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:148:19: style: The scope of the variable 'maxmu' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:150:11: style: The scope of the variable 'ngprvec' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:152:11: style: The scope of the variable 'h0_test' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:152:20: style: The scope of the variable 'h1_test' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:153:11: style: The scope of the variable 'tmp1_s32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:153:21: style: The scope of the variable 'tmp2_s32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:154:11: style: The scope of the variable 'sum_log_likelihood_ratios' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:155:11: style: The scope of the variable 'noise_global_mean' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:155:30: style: The scope of the variable 'speech_global_mean' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:156:11: style: The scope of the variable 'noise_probability' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core.c:156:45: style: The scope of the variable 'speech_probability' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_core_unittest.cc:38:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_filterbank.c:45:11: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_filterbank.c:92:11: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_filterbank.c:93:11: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_filterbank.c:124:11: style: The scope of the variable 'tmp_out' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_filterbank_unittest.cc:26:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_sp.c:30:11: style: The scope of the variable 'tmp16_1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_sp.c:30:24: style: The scope of the variable 'tmp16_2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/vad/vad_unittest.cc:128:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/wav_file_unittest.cc:27:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/wav_header_unittest.cc:69:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_audio/window_generator_unittest.cc:52:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/bitrate_adjuster_unittest.cc:73:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/h264_bitstream_parser_unittest.cc:47:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/pps_parser_unittest.cc:198:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/profile_level_id.cc:37:7: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/profile_level_id.cc:38:7: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/profile_level_id.cc:39:7: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/profile_level_id.cc:40:7: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/profile_level_id.cc:41:7: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/profile_level_id.cc:42:7: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/profile_level_id.cc:43:7: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/profile_level_id.cc:50:3: style: Class 'BitPattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/profile_level_id_unittest.cc:37:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/sps_parser_unittest.cc:118:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/h264/sps_vui_rewriter_unittest.cc:175:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/i420_buffer_pool_unittest.cc:38:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/i420_video_frame_unittest.cc:115:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/common_video/libyuv/libyuv_unittest.cc:78:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/logging/rtc_event_log/ringbuffer_unittest.cc:81:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/logging/rtc_event_log/rtc_event_log_unittest.cc:401:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/base/codec_unittest.cc:25:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
firefox-62.0/media/webrtc/trunk/webrtc/media/base/rtpdataengine_unittest.cc:25:3: warning: Member variable 'FakeDataReceiver::last_received_data_len_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/webrtc/trunk/webrtc/media/base/rtputils_unittest.cc:88:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/base/streamparams.cc:265:10: performance: Possible inefficient checking for 'sp_ssrcs' emptiness. [stlSize]
firefox-62.0/media/webrtc/trunk/webrtc/media/base/streamparams_unittest.cc:297:3: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
firefox-62.0/media/webrtc/trunk/webrtc/media/base/turnutils_unittest.cc:69:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/base/videoadapter_unittest.cc:139:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/base/videocapturer.cc:26:63: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/media/base/videocommon_unittest.cc:39:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/engine/nullwebrtcvideoengine_unittest.cc:38:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/engine/payload_type_mapper_unittest.cc:41:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/engine/simulcast_unittest.cc:29:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/engine/videoencodersoftwarefallbackwrapper_unittest.cc:196:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/engine/webrtcmediaengine_unittest.cc:63:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/engine/webrtcvideoengine2.cc:288:36: performance: Function parameter 'codec_name' should be passed by const reference. [passedByValue]
firefox-62.0/media/webrtc/trunk/webrtc/media/engine/webrtcvideoengine2_unittest.cc:158:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/media/sctp/sctptransport_unittest.cc:238:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/acm_codec_database.cc:316:5: style: Variable 'name_match' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/acm_codec_database.cc:309:0: note: Variable 'name_match' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/acm_codec_database.cc:316:5: note: Variable 'name_match' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/acm_codec_database.cc:317:5: style: Variable 'frequency_match' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/acm_codec_database.cc:310:0: note: Variable 'frequency_match' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/acm_codec_database.cc:317:5: note: Variable 'frequency_match' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/acm_codec_database.cc:261:9: style: The scope of the variable 'packet_size_samples' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/acm_receiver_unittest.cc:173:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:885:45: style: Function 'SetCodecFEC' argument 1 names different: declaration 'enabled_codec_fec' definition 'enable_codec_fec'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:87:24: note: Function 'SetCodecFEC' argument 1 names different: declaration 'enabled_codec_fec' definition 'enable_codec_fec'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:885:45: note: Function 'SetCodecFEC' argument 1 names different: declaration 'enabled_codec_fec' definition 'enable_codec_fec'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:1006:66: style: Function 'RegisterReceiveCodec' argument 1 names different: declaration 'receive_codec' definition 'codec'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:127:45: note: Function 'RegisterReceiveCodec' argument 1 names different: declaration 'receive_codec' definition 'codec'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:1006:66: note: Function 'RegisterReceiveCodec' argument 1 names different: declaration 'receive_codec' definition 'codec'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:1014:22: style: Function 'RegisterReceiveCodec' argument 1 names different: declaration 'receive_codec' definition 'codec'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:129:24: note: Function 'RegisterReceiveCodec' argument 1 names different: declaration 'receive_codec' definition 'codec'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:1014:22: note: Function 'RegisterReceiveCodec' argument 1 names different: declaration 'receive_codec' definition 'codec'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:1100:66: style: Function 'IncomingPacket' argument 3 names different: declaration 'rtp_info' definition 'rtp_header'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:147:45: note: Function 'IncomingPacket' argument 3 names different: declaration 'rtp_info' definition 'rtp_header'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:1100:66: note: Function 'IncomingPacket' argument 3 names different: declaration 'rtp_info' definition 'rtp_header'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:1289:31: style: Function 'GetDecodingCallStatistics' argument 1 names different: declaration 'stats' definition 'call_stats'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:202:58: note: Function 'GetDecodingCallStatistics' argument 1 names different: declaration 'stats' definition 'call_stats'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:1289:31: note: Function 'GetDecodingCallStatistics' argument 1 names different: declaration 'stats' definition 'call_stats'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module.cc:386:3: style: Class 'RawAudioEncoderWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest.cc:255:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/call_statistics_unittest.cc:32:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/codec_manager_unittest.cc:37:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/rent_a_codec_unittest.cc:83:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc:33:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller_unittest.cc:40:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor/channel_controller_unittest.cc:44:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager_unittest.cc:113:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller_unittest.cc:44:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_unittest.cc:102:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller_unittest.cc:58:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/audio_decoder_factory_unittest.cc:25:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng_unittest.cc:209:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/cng_unittest.cc:99:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:118:11: style: The scope of the variable 'ReflBetaStd' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:119:11: style: The scope of the variable 'ReflBetaCompStd' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:120:11: style: The scope of the variable 'ReflBetaNewP' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:121:11: style: The scope of the variable 'ReflBetaCompNewP' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:125:11: style: The scope of the variable 'temp16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:243:11: style: The scope of the variable 'arCoefs' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:247:11: style: The scope of the variable 'ReflBeta' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:248:11: style: The scope of the variable 'ReflBetaComp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:252:7: style: The scope of the variable 'stab' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:254:10: style: The scope of the variable 'index' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:255:10: style: The scope of the variable 'ind' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:256:12: style: The scope of the variable 'bptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:257:11: style: The scope of the variable 'blo' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:257:16: style: The scope of the variable 'bhi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:258:11: style: The scope of the variable 'negate' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:259:18: style: The scope of the variable 'aptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:407:12: style: The scope of the variable 'aptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:408:12: style: The scope of the variable 'aptr2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc:409:12: style: The scope of the variable 'anyptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g711/g711.h:125:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g711/g711.h:155:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g711/test/testG711.cc:92:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g711/test/testG711.cc:93:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g711/test/testG711.cc:95:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g711/test/testG711.cc:170:0: error: Resource leak: bitp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_decode.c:242:9: style: The scope of the variable 'dlowt' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_decode.c:243:9: style: The scope of the variable 'rlow' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_decode.c:251:9: style: The scope of the variable 'wd3' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_encode.c:261:9: style: The scope of the variable 'dlow' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_encode.c:263:9: style: The scope of the variable 'el' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_encode.c:264:9: style: The scope of the variable 'wd' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_encode.c:266:9: style: The scope of the variable 'ril' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_encode.c:267:9: style: The scope of the variable 'wd2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_encode.c:268:9: style: The scope of the variable 'il4' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_encode.c:270:9: style: The scope of the variable 'wd3' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/g722_encode.c:283:9: style: The scope of the variable 'ilow' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/test/testG722.cc:53:12: style: The scope of the variable 'starttime' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/test/testG722.cc:57:12: style: The scope of the variable 'stream_len' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/test/testG722.cc:88:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/test/testG722.cc:89:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/test/testG722.cc:90:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/test/testG722.cc:136:0: error: Resource leak: inp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/test/testG722.cc:136:0: error: Resource leak: outbitp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/g722/test/testG722.cc:136:0: error: Resource leak: outp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c:38:10: style: The scope of the variable 'ilow' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c:39:12: style: The scope of the variable 'targetPtr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.c:42:11: style: The scope of the variable 'a32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c:68:3: style: Variable 'energy' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c:65:3: note: Variable 'energy' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c:68:3: note: Variable 'energy' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c:30:11: style: The scope of the variable 'energy' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c:30:19: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c:31:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.c:36:11: style: The scope of the variable 'shft' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.c:37:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_search.c:57:12: style: The scope of the variable 'cb_vecPtr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_search.c:58:10: style: The scope of the variable 'indexOffset' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_search.c:58:23: style: The scope of the variable 'sInd' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_search.c:58:29: style: The scope of the variable 'eInd' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_search.c:69:11: style: The scope of the variable 't32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_search_core.c:38:19: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_search_core.c:42:11: style: The scope of the variable 'cDotSqW16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_update_best_index.c:37:25: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_update_best_index.c:38:11: style: The scope of the variable 'scaleTmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/cb_update_best_index.c:39:11: style: The scope of the variable 'gainW32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/chebyshev.c:37:11: style: The scope of the variable 'tmp2W32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:40:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:42:11: style: The scope of the variable 'measure' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:42:20: style: The scope of the variable 'maxMeasure' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:42:32: style: The scope of the variable 'energy' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:43:11: style: The scope of the variable 'max' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:43:16: style: The scope of the variable 'crossSquareMax' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:43:32: style: The scope of the variable 'crossSquare' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:44:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:44:13: style: The scope of the variable 'lag' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:44:18: style: The scope of the variable 'randlag' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:45:11: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:45:17: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:46:11: style: The scope of the variable 'shift1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:46:19: style: The scope of the variable 'shift2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:46:27: style: The scope of the variable 'shift3' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:46:35: style: The scope of the variable 'shiftMax' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:47:11: style: The scope of the variable 'scale3' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:48:10: style: The scope of the variable 'corrLen' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:49:11: style: The scope of the variable 'tmpW32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:49:19: style: The scope of the variable 'tmp2W32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:50:11: style: The scope of the variable 'use_gain' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:51:11: style: The scope of the variable 'tot_gain' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:52:11: style: The scope of the variable 'max_perSquare' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:53:11: style: The scope of the variable 'scale1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:53:19: style: The scope of the variable 'scale2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:54:11: style: The scope of the variable 'totscale' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:55:11: style: The scope of the variable 'nom' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:56:11: style: The scope of the variable 'denom' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:57:11: style: The scope of the variable 'pitchfact' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:58:10: style: The scope of the variable 'use_lag' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c:59:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:47:5: style: Variable 'pp' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:44:25: note: Variable 'pp' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:47:5: note: Variable 'pp' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:48:5: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:44:16: note: Variable 'ps' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:48:5: note: Variable 'ps' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:55:5: style: Variable 'pp' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:52:25: note: Variable 'pp' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:55:5: note: Variable 'pp' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:56:5: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:52:16: note: Variable 'ps' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:56:5: note: Variable 'ps' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:101:5: style: Variable 'pp' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:98:25: note: Variable 'pp' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:101:5: note: Variable 'pp' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:102:5: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:98:16: note: Variable 'ps' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c:102:5: note: Variable 'ps' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:41:11: style: The scope of the variable 'scale' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:41:18: style: The scope of the variable 'scale1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:45:11: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:45:17: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:45:23: style: The scope of the variable 'max' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:47:12: style: The scope of the variable 'enh_bufPtr1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:50:11: style: The scope of the variable 'EnChange' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:51:11: style: The scope of the variable 'SqrtEnChange' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:52:11: style: The scope of the variable 'inc' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:53:11: style: The scope of the variable 'win' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:54:12: style: The scope of the variable 'tmpW16ptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c:63:10: style: The scope of the variable 'ind' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/hp_input.c:36:11: style: The scope of the variable 'tmpW32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/hp_input.c:37:11: style: The scope of the variable 'tmpW32b' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/hp_output.c:36:11: style: The scope of the variable 'tmpW32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/hp_output.c:37:11: style: The scope of the variable 'tmpW32b' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/ilbc.c:96:10: style: The scope of the variable 'pos' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/ilbc.c:83:43: style: Function 'WebRtcIlbcfix_EncoderInit' argument 2 names different: declaration 'frameLen' definition 'mode'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/ilbc.h:119:45: note: Function 'WebRtcIlbcfix_EncoderInit' argument 2 names different: declaration 'frameLen' definition 'mode'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/ilbc.c:83:43: note: Function 'WebRtcIlbcfix_EncoderInit' argument 2 names different: declaration 'frameLen' definition 'mode'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/ilbc.c:127:43: style: Function 'WebRtcIlbcfix_DecoderInit' argument 2 names different: declaration 'frameLen' definition 'mode'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/ilbc.h:161:45: note: Function 'WebRtcIlbcfix_DecoderInit' argument 2 names different: declaration 'frameLen' definition 'mode'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/ilbc.c:127:43: note: Function 'WebRtcIlbcfix_DecoderInit' argument 2 names different: declaration 'frameLen' definition 'mode'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/ilbc_unittest.cc:71:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c:27:12: style: The scope of the variable 'ppi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c:27:18: style: The scope of the variable 'ppo' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c:27:29: style: The scope of the variable 'temp1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c:27:36: style: The scope of the variable 'temp2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/lsf_to_lsp.c:31:14: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/lsf_to_lsp.c:32:11: style: The scope of the variable 'diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/lsf_to_lsp.c:34:11: style: The scope of the variable 'freq' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/lsf_to_lsp.c:35:11: style: The scope of the variable 'tmpW32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/lsf_to_poly.c:32:11: style: The scope of the variable 'tmpW32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/lsp_to_lsf.c:34:11: style: The scope of the variable 'diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/lsp_to_lsf.c:35:11: style: The scope of the variable 'freq' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/lsp_to_lsf.c:37:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/poly_to_lsp.c:38:41: style: The scope of the variable 'xhigh' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/poly_to_lsp.c:38:48: style: The scope of the variable 'yhigh' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/simple_lpc_analysis.c:38:11: style: The scope of the variable 'stability' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:60:3: style: Variable 'w00' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:47:3: note: Variable 'w00' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:60:3: note: Variable 'w00' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:61:3: style: Variable 'w11' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:47:15: note: Variable 'w11' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:61:3: note: Variable 'w11' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:62:3: style: Variable 'w10' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:47:9: note: Variable 'w10' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:62:3: note: Variable 'w10' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:35:11: style: The scope of the variable 'A' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:35:14: style: The scope of the variable 'B' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:35:20: style: The scope of the variable 'denomW16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:36:11: style: The scope of the variable 'B_W32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:36:18: style: The scope of the variable 'denom' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:36:25: style: The scope of the variable 'num' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:39:20: style: The scope of the variable 'w10prim' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:39:29: style: The scope of the variable 'w11_div_w00' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:42:11: style: The scope of the variable 'w11w00' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:42:19: style: The scope of the variable 'w10w10' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth.c:42:27: style: The scope of the variable 'w00w00' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/smooth_out_data.c:30:11: style: The scope of the variable 'err' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/sort_sq.c:32:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/sort_sq.c:39:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_test.c:50:7: style: The scope of the variable 'len_int' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_test.c:54:20: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_test.c:54:25: style: The scope of the variable 'len_i16s' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_test.c:192:11: style: Variable 'packetlosscount' is modified but its new value is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_test.c:178:0: error: Resource leak: ifileid [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_test.c:178:0: error: Resource leak: efileid [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_test.c:178:0: error: Resource leak: ofileid [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_testLib.c:44:7: style: The scope of the variable 'len_int' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_testLib.c:46:10: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_testLib.c:214:0: error: Resource leak: chfileid [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/test/iLBC_testprogram.c:342:0: error: Resource leak: chfileid [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/vq3.c:35:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/vq3.c:36:11: style: The scope of the variable 'dist' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/vq4.c:35:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/vq4.c:36:11: style: The scope of the variable 'dist' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.c:32:11: style: The scope of the variable 'x_low' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.c:32:18: style: The scope of the variable 'x_hi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.c:32:24: style: The scope of the variable 'y_low' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.c:32:31: style: The scope of the variable 'y_hi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.c:34:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/xcorr_coef.c:40:11: style: The scope of the variable 'crossCorr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/xcorr_coef.c:42:12: style: The scope of the variable 'tp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/xcorr_coef.c:42:17: style: The scope of the variable 'rp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:40:12: style: The scope of the variable 'W_lower' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:42:12: style: The scope of the variable 'W_upper_LSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:43:12: style: The scope of the variable 'W_upper_MSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:48:12: style: The scope of the variable 'cdfLo' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:49:12: style: The scope of the variable 'cdfHi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:156:15: style: The scope of the variable 'W_upper_LSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:157:15: style: The scope of the variable 'W_upper_MSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:161:15: style: The scope of the variable 'sizeTmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:290:15: style: The scope of the variable 'W_tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:291:15: style: The scope of the variable 'W_upper_LSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c:292:15: style: The scope of the variable 'W_upper_MSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:103:12: style: The scope of the variable 'W_lower' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:105:12: style: The scope of the variable 'W_upper_LSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:106:12: style: The scope of the variable 'W_upper_MSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:111:12: style: The scope of the variable 'cdfLo' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:112:12: style: The scope of the variable 'cdfHi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:242:15: style: The scope of the variable 'inSqrt' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:243:15: style: The scope of the variable 'newRes' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:247:15: style: The scope of the variable 'tmpARSpecQ8' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:248:22: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:100:52: style: Function 'WebRtcIsacfix_EncLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routins.h:42:21: note: Function 'WebRtcIsacfix_EncLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:100:52: note: Function 'WebRtcIsacfix_EncLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:229:46: style: Function 'WebRtcIsacfix_DecLogisticMulti2' argument 1 names different: declaration 'data' definition 'dataQ7'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routins.h:78:14: note: Function 'WebRtcIsacfix_DecLogisticMulti2' argument 1 names different: declaration 'data' definition 'dataQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:229:46: note: Function 'WebRtcIsacfix_DecLogisticMulti2' argument 1 names different: declaration 'data' definition 'dataQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:231:52: style: Function 'WebRtcIsacfix_DecLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routins.h:80:20: note: Function 'WebRtcIsacfix_DecLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c:231:52: note: Function 'WebRtcIsacfix_DecLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:153:13: style: The scope of the variable 'weight' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:154:13: style: The scope of the variable 'currBwInv' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:156:13: style: The scope of the variable 'arrTimeProj' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:157:13: style: The scope of the variable 'arrTimeDiff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:158:13: style: The scope of the variable 'arrTimeNoise' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:159:13: style: The scope of the variable 'arrTimeNoiseAbs' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:160:13: style: The scope of the variable 'sendTimeDiff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:163:11: style: The scope of the variable 'lateDiff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:167:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:168:12: style: The scope of the variable 'msec' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:169:12: style: The scope of the variable 'exponent' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:170:12: style: The scope of the variable 'reductionFactor' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:171:12: style: The scope of the variable 'numBytesInv' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:172:12: style: The scope of the variable 'sign' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:174:12: style: The scope of the variable 'byteSecondsPerBit' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:175:12: style: The scope of the variable 'tempLower' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:176:12: style: The scope of the variable 'tempUpper' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:177:11: style: The scope of the variable 'recBwAvgInv' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:178:11: style: The scope of the variable 'numPktsExpected' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:74:62: style: Function 'WebRtcIsacfix_InitBandwidthEstimator' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:36:62: note: Function 'WebRtcIsacfix_InitBandwidthEstimator' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:74:62: note: Function 'WebRtcIsacfix_InitBandwidthEstimator' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:145:58: style: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:60:64: note: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:145:58: note: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:146:57: style: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 2 names different: declaration 'rtp_number' definition 'rtpNumber'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:61:64: note: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 2 names different: declaration 'rtp_number' definition 'rtpNumber'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:146:57: note: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 2 names different: declaration 'rtp_number' definition 'rtpNumber'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:148:57: style: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 4 names different: declaration 'send_ts' definition 'sendTime'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:63:64: note: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 4 names different: declaration 'send_ts' definition 'sendTime'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:148:57: note: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 4 names different: declaration 'send_ts' definition 'sendTime'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:149:57: style: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 5 names different: declaration 'arr_ts' definition 'arrivalTime'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:64:64: note: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 5 names different: declaration 'arr_ts' definition 'arrivalTime'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:149:57: note: Function 'WebRtcIsacfix_UpdateUplinkBwImpl' argument 5 names different: declaration 'arr_ts' definition 'arrivalTime'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:548:57: style: Function 'WebRtcIsacfix_UpdateUplinkBwRec' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:69:57: note: Function 'WebRtcIsacfix_UpdateUplinkBwRec' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:548:57: note: Function 'WebRtcIsacfix_UpdateUplinkBwRec' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:613:63: style: Function 'WebRtcIsacfix_GetDownlinkBwIndexImpl' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:84:63: note: Function 'WebRtcIsacfix_GetDownlinkBwIndexImpl' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:613:63: note: Function 'WebRtcIsacfix_GetDownlinkBwIndexImpl' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:726:67: style: Function 'WebRtcIsacfix_GetDownlinkBandwidth' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:87:67: note: Function 'WebRtcIsacfix_GetDownlinkBandwidth' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:726:67: note: Function 'WebRtcIsacfix_GetDownlinkBandwidth' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:788:65: style: Function 'WebRtcIsacfix_GetDownlinkMaxDelay' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:93:65: note: Function 'WebRtcIsacfix_GetDownlinkMaxDelay' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:788:65: note: Function 'WebRtcIsacfix_GetDownlinkMaxDelay' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:810:64: style: Function 'WebRtcIsacfix_GetUplinkBandwidth' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:90:64: note: Function 'WebRtcIsacfix_GetUplinkBandwidth' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:810:64: note: Function 'WebRtcIsacfix_GetUplinkBandwidth' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:816:63: style: Function 'WebRtcIsacfix_GetUplinkMaxDelay' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:96:63: note: Function 'WebRtcIsacfix_GetUplinkMaxDelay' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:816:63: note: Function 'WebRtcIsacfix_GetUplinkMaxDelay' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:822:55: style: Function 'WebRtcIsacfixBw_GetBandwidthInfo' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:99:55: note: Function 'WebRtcIsacfixBw_GetBandwidthInfo' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:822:55: note: Function 'WebRtcIsacfixBw_GetBandwidthInfo' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:832:55: style: Function 'WebRtcIsacfixBw_SetBandwidthInfo' argument 1 names different: declaration 'bwest_str' definition 'bweStr'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:103:55: note: Function 'WebRtcIsacfixBw_SetBandwidthInfo' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:832:55: note: Function 'WebRtcIsacfixBw_SetBandwidthInfo' argument 1 names different: declaration 'bwest_str' definition 'bweStr'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:844:50: style: Function 'WebRtcIsacfix_GetMinBytes' argument 3 names different: declaration 'FrameLen' definition 'FrameSamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:112:50: note: Function 'WebRtcIsacfix_GetMinBytes' argument 3 names different: declaration 'FrameLen' definition 'FrameSamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:844:50: note: Function 'WebRtcIsacfix_GetMinBytes' argument 3 names different: declaration 'FrameLen' definition 'FrameSamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:987:70: style: Function 'WebRtcIsacfix_GetNewFrameLength' argument 2 names different: declaration 'current_framelength' definition 'current_framesamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h:128:70: note: Function 'WebRtcIsacfix_GetNewFrameLength' argument 2 names different: declaration 'current_framelength' definition 'current_framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c:987:70: note: Function 'WebRtcIsacfix_GetNewFrameLength' argument 2 names different: declaration 'current_framelength' definition 'current_framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c:54:11: style: The scope of the variable 'AvgPitchGain_Q12' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c:57:11: style: The scope of the variable 'tmp32a' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c:58:11: style: The scope of the variable 'gainQ13' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:48:11: style: The scope of the variable 'o' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:257:11: style: The scope of the variable 'tmp_1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:257:18: style: The scope of the variable 'tmp_2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:270:43: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:271:10: style: The scope of the variable 'minIdx' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:272:43: style: The scope of the variable 'corr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:272:49: style: The scope of the variable 'minCorr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:272:58: style: The scope of the variable 'maxCoeff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:273:19: style: The scope of the variable 'rshift' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:276:11: style: The scope of the variable 'ltpGain' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:276:20: style: The scope of the variable 'pitchGain' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:276:31: style: The scope of the variable 'myVoiceIndicator' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:276:49: style: The scope of the variable 'myAbs' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:276:56: style: The scope of the variable 'maxAbs' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:277:26: style: The scope of the variable 'logVarIn' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:277:36: style: The scope of the variable 'logVarOut' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:277:47: style: The scope of the variable 'Q' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:277:50: style: The scope of the variable 'logMaxAbs' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:237:43: style: Function 'WebRtcIsacfix_DecodePlcImpl' argument 1 names different: declaration 'decoded' definition 'signal_out16'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h:39:43: note: Function 'WebRtcIsacfix_DecodePlcImpl' argument 1 names different: declaration 'decoded' definition 'signal_out16'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:237:43: note: Function 'WebRtcIsacfix_DecodePlcImpl' argument 1 names different: declaration 'decoded' definition 'signal_out16'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:239:42: style: Function 'WebRtcIsacfix_DecodePlcImpl' argument 3 names different: declaration 'current_framesample' definition 'current_framesamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h:41:42: note: Function 'WebRtcIsacfix_DecodePlcImpl' argument 3 names different: declaration 'current_framesample' definition 'current_framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c:239:42: note: Function 'WebRtcIsacfix_DecodePlcImpl' argument 3 names different: declaration 'current_framesample' definition 'current_framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c:40:11: style: The scope of the variable 'usefulstr_len' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c:61:11: style: The scope of the variable 'MinBytes' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c:284:13: style: The scope of the variable 'arithLenDFTByte' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c:285:13: style: The scope of the variable 'bytesLeftQ5' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c:286:13: style: The scope of the variable 'ratioQ5' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1882:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1880:3: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1882:3: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:385:23: style: The scope of the variable 'dither2_Q7' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:385:35: style: The scope of the variable 'dither_gain_Q14' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:533:12: style: The scope of the variable 'val' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:535:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:668:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:708:11: style: The scope of the variable 'larAbsQ11' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:852:45: style: The scope of the variable 'matrix_prod_index' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:897:7: style: The scope of the variable 'matrix1_index' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:897:26: style: The scope of the variable 'matrix0_index' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:952:11: style: The scope of the variable 'sumQQ16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1067:18: style: The scope of the variable 'pos2QQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1080:11: style: The scope of the variable 'sumQQ16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1338:11: style: The scope of the variable 'posQQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1338:18: style: The scope of the variable 'pos2QQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1345:11: style: The scope of the variable 'sumQQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1605:11: style: The scope of the variable 'CQ17' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1678:22: style: The scope of the variable 'tmp32a' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1756:24: style: The scope of the variable 'CQ17' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1757:22: style: The scope of the variable 'tmp32a' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1762:17: style: The scope of the variable 'tmp16b' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1969:11: style: The scope of the variable 'posQQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1969:18: style: The scope of the variable 'pos2QQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1974:11: style: The scope of the variable 'sumQQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1516:64: style: Function 'WebRtcIsacfix_DecodeGain2' argument 2 names different: declaration 'Gain2' definition 'gainQ10'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h:72:40: note: Function 'WebRtcIsacfix_DecodeGain2' argument 2 names different: declaration 'Gain2' definition 'gainQ10'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1516:64: note: Function 'WebRtcIsacfix_DecodeGain2' argument 2 names different: declaration 'Gain2' definition 'gainQ10'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1542:40: style: Function 'WebRtcIsacfix_EncodeGain2' argument 1 names different: declaration 'gain2' definition 'gainQ10'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h:75:40: note: Function 'WebRtcIsacfix_EncodeGain2' argument 1 names different: declaration 'gain2' definition 'gainQ10'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1542:40: note: Function 'WebRtcIsacfix_EncodeGain2' argument 1 names different: declaration 'gain2' definition 'gainQ10'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1573:68: style: Function 'WebRtcIsacfix_DecodePitchGain' argument 2 names different: declaration 'PitchGain_Q12' definition 'PitchGains_Q12'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h:88:44: note: Function 'WebRtcIsacfix_DecodePitchGain' argument 2 names different: declaration 'PitchGain_Q12' definition 'PitchGains_Q12'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1573:68: note: Function 'WebRtcIsacfix_DecodePitchGain' argument 2 names different: declaration 'PitchGain_Q12' definition 'PitchGains_Q12'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1666:43: style: Function 'WebRtcIsacfix_DecodePitchLag' argument 3 names different: declaration 'PitchLagQ7' definition 'PitchLags_Q7'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h:92:43: note: Function 'WebRtcIsacfix_DecodePitchLag' argument 3 names different: declaration 'PitchLagQ7' definition 'PitchLags_Q7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1666:43: note: Function 'WebRtcIsacfix_DecodePitchLag' argument 3 names different: declaration 'PitchLagQ7' definition 'PitchLags_Q7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1750:43: style: Function 'WebRtcIsacfix_EncodePitchLag' argument 1 names different: declaration 'PitchLagQ7' definition 'PitchLagsQ7'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h:82:43: note: Function 'WebRtcIsacfix_EncodePitchLag' argument 1 names different: declaration 'PitchLagQ7' definition 'PitchLagsQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1750:43: note: Function 'WebRtcIsacfix_EncodePitchLag' argument 1 names different: declaration 'PitchLagQ7' definition 'PitchLagsQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1874:42: style: Function 'WebRtcIsacfix_DecodeFrameLen' argument 2 names different: declaration 'framelength' definition 'framesamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h:95:42: note: Function 'WebRtcIsacfix_DecodeFrameLen' argument 2 names different: declaration 'framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1874:42: note: Function 'WebRtcIsacfix_DecodeFrameLen' argument 2 names different: declaration 'framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1901:42: style: Function 'WebRtcIsacfix_EncodeFrameLen' argument 1 names different: declaration 'framelength' definition 'framesamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h:98:42: note: Function 'WebRtcIsacfix_EncodeFrameLen' argument 1 names different: declaration 'framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1901:42: note: Function 'WebRtcIsacfix_EncodeFrameLen' argument 1 names different: declaration 'framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1966:46: style: Function 'WebRtcIsacfix_TranscodeLpcCoef' argument 1 names different: declaration 'tmpcoeffs_gQ6' definition 'gain_lo_hiQ17'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h:108:46: note: Function 'WebRtcIsacfix_TranscodeLpcCoef' argument 1 names different: declaration 'tmpcoeffs_gQ6' definition 'gain_lo_hiQ17'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1966:46: note: Function 'WebRtcIsacfix_TranscodeLpcCoef' argument 1 names different: declaration 'tmpcoeffs_gQ6' definition 'gain_lo_hiQ17'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c:1328:5: style: Variable 'pos' is modified but its new value is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c:199:7: style: The scope of the variable 'matrix1_index' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c:199:26: style: The scope of the variable 'matrix0_index' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/fft.c:74:11: style: The scope of the variable 'k0' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/fft.c:77:11: style: The scope of the variable 'ccc1Q14' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/fft.c:77:29: style: The scope of the variable 'ccc3Q14' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/fft.c:77:38: style: The scope of the variable 'sss1Q14' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/fft.c:77:56: style: The scope of the variable 'sss3Q14' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:42:11: style: The scope of the variable 'in_out' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:43:11: style: The scope of the variable 'a' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:43:18: style: The scope of the variable 'b' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:101:11: style: The scope of the variable 'a1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:101:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:101:27: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:101:34: style: The scope of the variable 'in' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:102:11: style: The scope of the variable 'a2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:102:19: style: The scope of the variable 'b2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:161:45: style: Function 'WebRtcIsacfix_SplitAndFilter1' argument 1 names different: declaration 'in' definition 'pin'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h:117:45: note: Function 'WebRtcIsacfix_SplitAndFilter1' argument 1 names different: declaration 'in' definition 'pin'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c:161:45: note: Function 'WebRtcIsacfix_SplitAndFilter1' argument 1 names different: declaration 'in' definition 'pin'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_mips.c:111:27: style: The scope of the variable 'in' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filters.c:24:11: style: The scope of the variable 'sum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_mips.c:135:15: style: Same expression on both sides of '==' because the value of 'scaling' and '0' are the same. [duplicateExpression]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_mips.c:21:21: note: 'scaling' is assigned value '0' here.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_mips.c:135:15: note: Same expression on both sides of '==' because the value of 'scaling' and '0' are the same.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c:27:11: style: The scope of the variable 'prod_tail' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c:1481:11: style: The scope of the variable 'maxRateInBytes' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:103:11: style: The scope of the variable 'temp2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:103:17: style: The scope of the variable 'temp3' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:107:11: style: The scope of the variable 'gain32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:107:19: style: The scope of the variable 'fQtmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:108:11: style: The scope of the variable 'gain16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:109:11: style: The scope of the variable 'gain_sh' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:232:11: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:239:11: style: The scope of the variable 'inv_gain32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:240:11: style: The scope of the variable 'inv_gain16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:241:11: style: The scope of the variable 'den16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:242:11: style: The scope of the variable 'sh' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:244:11: style: The scope of the variable 'temp2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c:244:17: style: The scope of the variable 'temp3' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_c.c:34:13: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_c.c:35:13: style: The scope of the variable 'tmp32_2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:35:11: style: The scope of the variable 'tmp_inv_denum32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:36:11: style: The scope of the variable 'tmp_inv_denum16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:539:13: style: The scope of the variable 'pos2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:556:11: style: The scope of the variable 'QdomLO' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:556:19: style: The scope of the variable 'QdomHI' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:556:27: style: The scope of the variable 'newQdomHI' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:556:38: style: The scope of the variable 'newQdomLO' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:558:11: style: The scope of the variable 'res_nrgQQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:578:11: style: The scope of the variable 'stab' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:710:26: style: The scope of the variable 'tmpCorr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:711:15: style: The scope of the variable 'alpha' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:761:15: style: The scope of the variable 'alpha' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:192:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:421:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c:495:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:54:11: style: The scope of the variable 'sign1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:54:20: style: The scope of the variable 'sign2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:55:11: style: The scope of the variable 'r32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:55:16: style: The scope of the variable 'q32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:55:21: style: The scope of the variable 't32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:55:26: style: The scope of the variable 'nom32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:55:33: style: The scope of the variable 'den32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:56:11: style: The scope of the variable 't16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:56:16: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:56:23: style: The scope of the variable 'tmp16_1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:162:11: style: The scope of the variable 'corr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c:172:26: style: The scope of the variable 'tmp32e' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c:35:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c:29:3: note: Variable 'x' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c:35:3: note: Variable 'x' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c:27:18: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c:30:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c:24:3: note: Variable 'x' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c:30:3: note: Variable 'x' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c:22:18: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c:57:23: style: The scope of the variable 'lagdeltaQ7' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c:57:35: style: The scope of the variable 'curLagQ7' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c:57:45: style: The scope of the variable 'gaindeltaQ12' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c:155:21: style: The scope of the variable 'lagdeltaQ7' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c:155:33: style: The scope of the variable 'curLagQ7' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c:160:28: style: The scope of the variable 'csum1QQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c:160:37: style: The scope of the variable 'esumxQQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c:31:11: style: The scope of the variable 'tmpW16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c:39:32: style: The scope of the variable 'yiQ16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c:40:11: style: The scope of the variable 'v1Q16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c:40:18: style: The scope of the variable 'v2Q16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c:125:25: style: The scope of the variable 'yrQ16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c:125:32: style: The scope of the variable 'yiQ16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c:126:29: style: The scope of the variable 'tmpInRe2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c:126:39: style: The scope of the variable 'tmpInIm2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/isac_speed_test.cc:99:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:468:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:466:7: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:468:7: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:32:9: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:98:54: style: The scope of the variable 'bottleneck_file' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:107:7: style: The scope of the variable 'cur_framesmpls' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:339:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:379:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:413:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:414:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:835:0: error: Resource leak: f_bn [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:835:0: error: Resource leak: plFile [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/kenny.cc:835:0: error: Resource leak: fp_gns [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:224:11: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed short *'. [invalidScanfArgType_int]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:227:9: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed short *'. [invalidScanfArgType_int]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:438:13: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed short *'. [invalidScanfArgType_int]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:441:11: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'signed short *'. [invalidScanfArgType_int]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:486:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:483:9: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:486:9: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:528:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:524:9: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:528:9: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:41:9: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:83:33: style: The scope of the variable 'bottleneck_file' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:95:7: style: The scope of the variable 'cur_framesmpls' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:117:10: style: The scope of the variable 'kbps' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:216:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:242:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:243:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:628:0: error: Resource leak: f_bn [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:628:0: error: Resource leak: bitsp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:432:28: error: Uninitialized variable: stream_len_int [uninitvar]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c:452:11: error: Uninitialized variable: stream_len_int [uninitvar]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:23:12: style: The scope of the variable 'W_lower' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:24:12: style: The scope of the variable 'W_upper_LSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:24:25: style: The scope of the variable 'W_upper_MSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:27:12: style: The scope of the variable 'cdf_lo' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:27:20: style: The scope of the variable 'cdf_hi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:93:15: style: The scope of the variable 'W_upper_LSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:93:28: style: The scope of the variable 'W_upper_MSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:96:21: style: The scope of the variable 'cdf_ptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:97:11: style: The scope of the variable 'size_tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:200:15: style: The scope of the variable 'W_tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:201:15: style: The scope of the variable 'W_upper_LSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:201:28: style: The scope of the variable 'W_upper_MSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c:204:21: style: The scope of the variable 'cdf_ptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:87:12: style: The scope of the variable 'W_lower' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:88:12: style: The scope of the variable 'W_upper_LSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:88:25: style: The scope of the variable 'W_upper_MSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:92:12: style: The scope of the variable 'cdf_lo' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:92:20: style: The scope of the variable 'cdf_hi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:180:15: style: The scope of the variable 'W_tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:181:15: style: The scope of the variable 'W_upper_LSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:181:28: style: The scope of the variable 'W_upper_MSB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:184:15: style: The scope of the variable 'cdf_tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:185:15: style: The scope of the variable 'candQ7' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:83:21: style: Function 'WebRtcIsac_EncLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.h:27:21: note: Function 'WebRtcIsac_EncLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:83:21: note: Function 'WebRtcIsac_EncLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:172:14: style: Function 'WebRtcIsac_DecLogisticMulti2' argument 1 names different: declaration 'data' definition 'dataQ7'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.h:36:14: note: Function 'WebRtcIsac_DecLogisticMulti2' argument 1 names different: declaration 'data' definition 'dataQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:172:14: note: Function 'WebRtcIsac_DecLogisticMulti2' argument 1 names different: declaration 'data' definition 'dataQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:174:21: style: Function 'WebRtcIsac_DecLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.h:38:21: note: Function 'WebRtcIsac_DecLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:174:21: note: Function 'WebRtcIsac_DecLogisticMulti2' argument 3 names different: declaration 'env' definition 'envQ8'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:175:20: style: Function 'WebRtcIsac_DecLogisticMulti2' argument 4 names different: declaration 'dither' definition 'ditherQ7'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.h:39:20: note: Function 'WebRtcIsac_DecLogisticMulti2' argument 4 names different: declaration 'dither' definition 'ditherQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c:175:20: note: Function 'WebRtcIsac_DecLogisticMulti2' argument 4 names different: declaration 'dither' definition 'ditherQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/audio_encoder_isac_unittest.cc:36:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:148:9: style: The scope of the variable 'weight' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:149:9: style: The scope of the variable 'curr_bw_inv' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:151:9: style: The scope of the variable 't_diff_proj' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:152:9: style: The scope of the variable 'arr_ts_diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:153:9: style: The scope of the variable 'send_ts_diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:154:9: style: The scope of the variable 'arr_time_noise' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:155:9: style: The scope of the variable 'arr_time_noise_abs' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:158:9: style: The scope of the variable 'late_diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:160:7: style: The scope of the variable 'num_pkts_expected' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:620:11: style: The scope of the variable 'midInd' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:514:27: style: Function 'WebRtcIsac_UpdateUplinkBwImpl' argument 2 names different: declaration 'Index' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h:103:29: note: Function 'WebRtcIsac_UpdateUplinkBwImpl' argument 2 names different: declaration 'Index' definition 'index'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:514:27: note: Function 'WebRtcIsac_UpdateUplinkBwImpl' argument 2 names different: declaration 'Index' definition 'index'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:803:24: style: Function 'WebRtcIsac_GetMinBytes' argument 3 names different: declaration 'FrameLen' definition 'FrameSamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h:145:26: note: Function 'WebRtcIsac_GetMinBytes' argument 3 names different: declaration 'FrameLen' definition 'FrameSamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:803:24: note: Function 'WebRtcIsac_GetMinBytes' argument 3 names different: declaration 'FrameLen' definition 'FrameSamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:954:12: style: Function 'WebRtcIsac_GetNewFrameLength' argument 2 names different: declaration 'current_framelength' definition 'current_framesamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h:167:14: note: Function 'WebRtcIsac_GetNewFrameLength' argument 2 names different: declaration 'current_framelength' definition 'current_framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:954:12: note: Function 'WebRtcIsac_GetNewFrameLength' argument 2 names different: declaration 'current_framelength' definition 'current_framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:994:12: style: Function 'WebRtcIsac_GetSnr' argument 2 names different: declaration 'new_framelength' definition 'framesamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h:172:14: note: Function 'WebRtcIsac_GetSnr' argument 2 names different: declaration 'new_framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c:994:12: note: Function 'WebRtcIsac_GetSnr' argument 2 names different: declaration 'new_framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c:90:7: style: The scope of the variable 'crc_tbl_indx' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c:83:38: style: Function 'WebRtcIsac_GetCrc' argument 1 names different: declaration 'encoded' definition 'bitstream'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/crc.h:40:20: note: Function 'WebRtcIsac_GetCrc' argument 1 names different: declaration 'encoded' definition 'bitstream'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c:83:38: note: Function 'WebRtcIsac_GetCrc' argument 1 names different: declaration 'encoded' definition 'bitstream'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c:84:27: style: Function 'WebRtcIsac_GetCrc' argument 2 names different: declaration 'no_of_word8s' definition 'len_bitstream_in_bytes'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/crc.h:41:9: note: Function 'WebRtcIsac_GetCrc' argument 2 names different: declaration 'no_of_word8s' definition 'len_bitstream_in_bytes'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c:84:27: note: Function 'WebRtcIsac_GetCrc' argument 2 names different: declaration 'no_of_word8s' definition 'len_bitstream_in_bytes'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c:61:10: style: The scope of the variable 'AvgPitchGain' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c:63:11: style: The scope of the variable 'AvgPitchGain_Q12' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c:65:9: style: The scope of the variable 'gain' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c:39:61: style: Function 'WebRtcIsac_DecodeLb' argument 3 names different: declaration 'ISACdec_obj' definition 'ISACdecLB_obj'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/codec.h:36:42: note: Function 'WebRtcIsac_DecodeLb' argument 3 names different: declaration 'ISACdec_obj' definition 'ISACdecLB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c:39:61: note: Function 'WebRtcIsac_DecodeLb' argument 3 names different: declaration 'ISACdec_obj' definition 'ISACdecLB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c:186:63: style: Function 'WebRtcIsac_DecodeUb16' argument 3 names different: declaration 'ISACdec_obj' definition 'ISACdecUB_obj'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/codec.h:102:44: note: Function 'WebRtcIsac_DecodeUb16' argument 3 names different: declaration 'ISACdec_obj' definition 'ISACdecUB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c:186:63: note: Function 'WebRtcIsac_DecodeUb16' argument 3 names different: declaration 'ISACdec_obj' definition 'ISACdecUB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c:252:63: style: Function 'WebRtcIsac_DecodeUb12' argument 3 names different: declaration 'ISACdec_obj' definition 'ISACdecUB_obj'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/codec.h:122:44: note: Function 'WebRtcIsac_DecodeUb12' argument 3 names different: declaration 'ISACdec_obj' definition 'ISACdecUB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c:252:63: note: Function 'WebRtcIsac_DecodeUb12' argument 3 names different: declaration 'ISACdec_obj' definition 'ISACdecUB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c:1146:7: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c:1148:10: style: The scope of the variable 'lpcGain' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c:1149:11: style: The scope of the variable 'realFFT' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c:1150:11: style: The scope of the variable 'imagFFT' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c:647:55: style: Function 'WebRtcIsac_EncodeUb16' argument 3 names different: declaration 'ISACenc_obj' definition 'ISACencUB_obj'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/codec.h:142:44: note: Function 'WebRtcIsac_EncodeUb16' argument 3 names different: declaration 'ISACenc_obj' definition 'ISACencUB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c:647:55: note: Function 'WebRtcIsac_EncodeUb16' argument 3 names different: declaration 'ISACenc_obj' definition 'ISACencUB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c:834:55: style: Function 'WebRtcIsac_EncodeUb12' argument 3 names different: declaration 'ISACenc_obj' definition 'ISACencUB_obj'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/codec.h:162:44: note: Function 'WebRtcIsac_EncodeUb12' argument 3 names different: declaration 'ISACenc_obj' definition 'ISACencUB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c:834:55: note: Function 'WebRtcIsac_EncodeUb12' argument 3 names different: declaration 'ISACenc_obj' definition 'ISACencUB_obj'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:251:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:103:19: style: Function 'WebRtcIsac_DecorrelateIntraVec' argument 1 names different: declaration 'inLAR' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h:63:19: note: Function 'WebRtcIsac_DecorrelateIntraVec' argument 1 names different: declaration 'inLAR' definition 'data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:103:19: note: Function 'WebRtcIsac_DecorrelateIntraVec' argument 1 names different: declaration 'inLAR' definition 'data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:247:10: style: Function 'WebRtcIsac_QuantizeUncorrLar' argument 2 names different: declaration 'idx' definition 'recIdx'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h:107:17: note: Function 'WebRtcIsac_QuantizeUncorrLar' argument 2 names different: declaration 'idx' definition 'recIdx'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:247:10: note: Function 'WebRtcIsac_QuantizeUncorrLar' argument 2 names different: declaration 'idx' definition 'recIdx'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:549:13: style: Function 'WebRtcIsac_ToLogDomainRemoveMean' argument 1 names different: declaration 'lpGains' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h:198:13: note: Function 'WebRtcIsac_ToLogDomainRemoveMean' argument 1 names different: declaration 'lpGains' definition 'data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:549:13: note: Function 'WebRtcIsac_ToLogDomainRemoveMean' argument 1 names different: declaration 'lpGains' definition 'data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:604:13: style: Function 'WebRtcIsac_QuantizeLpcGain' argument 1 names different: declaration 'lpGains' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h:231:13: note: Function 'WebRtcIsac_QuantizeLpcGain' argument 1 names different: declaration 'lpGains' definition 'data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:604:13: note: Function 'WebRtcIsac_QuantizeLpcGain' argument 1 names different: declaration 'lpGains' definition 'data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:643:16: style: Function 'WebRtcIsac_DequantizeLpcGain' argument 2 names different: declaration 'lpGains' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h:248:16: note: Function 'WebRtcIsac_DequantizeLpcGain' argument 2 names different: declaration 'lpGains' definition 'out'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c:643:16: note: Function 'WebRtcIsac_DequantizeLpcGain' argument 2 names different: declaration 'lpGains' definition 'out'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:175:23: style: The scope of the variable 'dither2_Q7' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:175:35: style: The scope of the variable 'dither_gain_Q14' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:276:12: style: The scope of the variable 'gainQ10' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:278:12: style: The scope of the variable 'in_sqrt' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:279:12: style: The scope of the variable 'newRes' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:405:11: style: The scope of the variable 'in_sqrt' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:406:11: style: The scope of the variable 'newRes' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:410:16: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:611:10: style: The scope of the variable 'tmp_inv' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:640:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:848:53: style: The scope of the variable 'offs2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1538:10: style: The scope of the variable 'C' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:790:48: style: Function 'WebRtcIsac_DecodeInterpolLpcUb' argument 2 names different: declaration 'percepFilterParam' definition 'percepFilterParams'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h:163:48: note: Function 'WebRtcIsac_DecodeInterpolLpcUb' argument 2 names different: declaration 'percepFilterParam' definition 'percepFilterParams'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:790:48: note: Function 'WebRtcIsac_DecodeInterpolLpcUb' argument 2 names different: declaration 'percepFilterParam' definition 'percepFilterParams'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1179:40: style: Function 'WebRtcIsac_EncodeLpcUB' argument 1 names different: declaration 'lpcCoeff' definition 'lpcVecs'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h:129:40: note: Function 'WebRtcIsac_EncodeLpcUB' argument 1 names different: declaration 'lpcCoeff' definition 'lpcVecs'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1179:40: note: Function 'WebRtcIsac_EncodeLpcUB' argument 1 names different: declaration 'lpcCoeff' definition 'lpcVecs'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1469:57: style: Function 'WebRtcIsac_DecodeGain2' argument 2 names different: declaration 'Gain2' definition 'gainQ10'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h:173:57: note: Function 'WebRtcIsac_DecodeGain2' argument 2 names different: declaration 'Gain2' definition 'gainQ10'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1469:57: note: Function 'WebRtcIsac_DecodeGain2' argument 2 names different: declaration 'Gain2' definition 'gainQ10'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1486:37: style: Function 'WebRtcIsac_EncodeGain2' argument 1 names different: declaration 'gain2' definition 'gainQ10'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h:176:37: note: Function 'WebRtcIsac_EncodeGain2' argument 1 names different: declaration 'gain2' definition 'gainQ10'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1486:37: note: Function 'WebRtcIsac_EncodeGain2' argument 1 names different: declaration 'gain2' definition 'gainQ10'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1511:41: style: Function 'WebRtcIsac_DecodePitchGain' argument 2 names different: declaration 'PitchGain_Q12' definition 'PitchGains_Q12'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h:188:41: note: Function 'WebRtcIsac_DecodePitchGain' argument 2 names different: declaration 'PitchGain_Q12' definition 'PitchGains_Q12'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1511:41: note: Function 'WebRtcIsac_DecodePitchGain' argument 2 names different: declaration 'PitchGain_Q12' definition 'PitchGains_Q12'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1593:39: style: Function 'WebRtcIsac_DecodePitchLag' argument 3 names different: declaration 'PitchLag' definition 'PitchLags'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h:190:39: note: Function 'WebRtcIsac_DecodePitchLag' argument 3 names different: declaration 'PitchLag' definition 'PitchLags'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1593:39: note: Function 'WebRtcIsac_DecodePitchLag' argument 3 names different: declaration 'PitchLag' definition 'PitchLags'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1791:60: style: Function 'WebRtcIsac_DecodeFrameLen' argument 2 names different: declaration 'framelength' definition 'framesamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h:192:60: note: Function 'WebRtcIsac_DecodeFrameLen' argument 2 names different: declaration 'framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1791:60: note: Function 'WebRtcIsac_DecodeFrameLen' argument 2 names different: declaration 'framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1814:39: style: Function 'WebRtcIsac_EncodeFrameLen' argument 1 names different: declaration 'framelength' definition 'framesamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h:193:39: note: Function 'WebRtcIsac_EncodeFrameLen' argument 1 names different: declaration 'framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1814:39: note: Function 'WebRtcIsac_EncodeFrameLen' argument 1 names different: declaration 'framelength' definition 'framesamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c:1366:5: style: Variable 'pos' is modified but its new value is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/fft.c:169:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/fft.c:162:26: style: Function 'WebRtcIsac_Fftns' argument 5 names different: declaration 'isign' definition 'iSign'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/fft.h:41:26: note: Function 'WebRtcIsac_Fftns' argument 5 names different: declaration 'isign' definition 'iSign'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/fft.c:162:26: note: Function 'WebRtcIsac_Fftns' argument 5 names different: declaration 'isign' definition 'iSign'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/fft.c:270:28: style: Function 'WebRtcIsac_Fftradix' argument 6 names different: declaration 'isign' definition 'iSign'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/fft.c:136:68: note: Function 'WebRtcIsac_Fftradix' argument 6 names different: declaration 'isign' definition 'iSign'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/fft.c:270:28: note: Function 'WebRtcIsac_Fftradix' argument 6 names different: declaration 'isign' definition 'iSign'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c:27:10: style: The scope of the variable 'scal' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c:28:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c:68:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c:100:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c:100:15: style: The scope of the variable 'prod' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c:101:17: style: The scope of the variable 'x_lag' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c:143:25: style: The scope of the variable 'start' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filterbanks.c:95:9: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filterbanks.c:83:44: style: Function 'WebRtcIsac_SplitAndFilterFloat' argument 1 names different: declaration 'in' definition 'pin'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/codec.h:210:44: note: Function 'WebRtcIsac_SplitAndFilterFloat' argument 1 names different: declaration 'in' definition 'pin'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/filterbanks.c:83:44: note: Function 'WebRtcIsac_SplitAndFilterFloat' argument 1 names different: declaration 'in' definition 'pin'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/intialize.c:126:13: style: The scope of the variable 'dtmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/intialize.c:126:19: style: The scope of the variable 'dtmp2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/isac.c:504:11: style: The scope of the variable 'speechInLB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/isac.c:1024:11: style: The scope of the variable 'speechIdx' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/isac.c:1030:7: style: The scope of the variable 'numDecodedBytesUB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/isac.c:1032:11: style: The scope of the variable 'validChecksum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/isac.c:1036:11: style: The scope of the variable 'err' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/isac.c:2094:7: style: The scope of the variable 'k' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/isac_unittest.cc:57:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lattice.c:36:15: style: The scope of the variable 'temp1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lattice.c:43:9: style: The scope of the variable 'gain1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lattice.c:117:15: style: The scope of the variable 'temp1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lattice.c:123:9: style: The scope of the variable 'gain1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lattice.c:123:15: style: The scope of the variable 'inv_gain1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lattice.c:196:9: style: The scope of the variable 'tmp_inv' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:81:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:82:10: style: The scope of the variable 'm' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:82:13: style: The scope of the variable 'm_h' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:212:22: style: The scope of the variable 'pos2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:221:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:221:15: style: The scope of the variable 'res_nrg' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:223:10: style: The scope of the variable 'FwdA' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:223:16: style: The scope of the variable 'FwdB' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:393:44: style: The scope of the variable 'pos2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:394:11: style: The scope of the variable 'criterion1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:395:11: style: The scope of the variable 'criterion2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:498:10: style: The scope of the variable 'res_nrg' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:389:18: style: Function 'WebRtcIsac_GetLpcCoefUb' argument 4 names different: declaration 'corr' definition 'corrMat'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.h:46:18: note: Function 'WebRtcIsac_GetLpcCoefUb' argument 4 names different: declaration 'corr' definition 'corrMat'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:389:18: note: Function 'WebRtcIsac_GetLpcCoefUb' argument 4 names different: declaration 'corr' definition 'corrMat'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:492:19: style: Function 'WebRtcIsac_GetLpcGain' argument 5 names different: declaration 'corrLo' definition 'corrMat'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.h:39:20: note: Function 'WebRtcIsac_GetLpcGain' argument 5 names different: declaration 'corrLo' definition 'corrMat'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c:492:19: note: Function 'WebRtcIsac_GetLpcGain' argument 5 names different: declaration 'corrLo' definition 'corrMat'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.c:93:21: style: The scope of the variable 'prod' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.c:94:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.c:134:10: style: The scope of the variable 'bias' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.c:145:15: style: The scope of the variable 'gain_tmp' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:143:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:267:10: style: The scope of the variable 'gain_delta' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:267:22: style: The scope of the variable 'lag_delta' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:365:40: style: Function 'WebRtcIsac_PitchfilterPre' argument 1 names different: declaration 'indat' definition 'in_data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:37:40: note: Function 'WebRtcIsac_PitchfilterPre' argument 1 names different: declaration 'indat' definition 'in_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:365:40: note: Function 'WebRtcIsac_PitchfilterPre' argument 1 names different: declaration 'indat' definition 'in_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:365:57: style: Function 'WebRtcIsac_PitchfilterPre' argument 2 names different: declaration 'outdat' definition 'out_data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:38:40: note: Function 'WebRtcIsac_PitchfilterPre' argument 2 names different: declaration 'outdat' definition 'out_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:365:57: note: Function 'WebRtcIsac_PitchfilterPre' argument 2 names different: declaration 'outdat' definition 'out_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:366:46: style: Function 'WebRtcIsac_PitchfilterPre' argument 3 names different: declaration 'pfp' definition 'pf_state'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:39:46: note: Function 'WebRtcIsac_PitchfilterPre' argument 3 names different: declaration 'pfp' definition 'pf_state'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:366:46: note: Function 'WebRtcIsac_PitchfilterPre' argument 3 names different: declaration 'pfp' definition 'pf_state'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:371:43: style: Function 'WebRtcIsac_PitchfilterPre_la' argument 1 names different: declaration 'indat' definition 'in_data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:49:43: note: Function 'WebRtcIsac_PitchfilterPre_la' argument 1 names different: declaration 'indat' definition 'in_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:371:43: note: Function 'WebRtcIsac_PitchfilterPre_la' argument 1 names different: declaration 'indat' definition 'in_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:371:60: style: Function 'WebRtcIsac_PitchfilterPre_la' argument 2 names different: declaration 'outdat' definition 'out_data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:50:43: note: Function 'WebRtcIsac_PitchfilterPre_la' argument 2 names different: declaration 'outdat' definition 'out_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:371:60: note: Function 'WebRtcIsac_PitchfilterPre_la' argument 2 names different: declaration 'outdat' definition 'out_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:372:49: style: Function 'WebRtcIsac_PitchfilterPre_la' argument 3 names different: declaration 'pfp' definition 'pf_state'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:51:49: note: Function 'WebRtcIsac_PitchfilterPre_la' argument 3 names different: declaration 'pfp' definition 'pf_state'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:372:49: note: Function 'WebRtcIsac_PitchfilterPre_la' argument 3 names different: declaration 'pfp' definition 'pf_state'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:379:13: style: Function 'WebRtcIsac_PitchfilterPre_gains' argument 1 names different: declaration 'indat' definition 'in_data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:55:46: note: Function 'WebRtcIsac_PitchfilterPre_gains' argument 1 names different: declaration 'indat' definition 'in_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:379:13: note: Function 'WebRtcIsac_PitchfilterPre_gains' argument 1 names different: declaration 'indat' definition 'in_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:379:30: style: Function 'WebRtcIsac_PitchfilterPre_gains' argument 2 names different: declaration 'outdat' definition 'out_data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:56:46: note: Function 'WebRtcIsac_PitchfilterPre_gains' argument 2 names different: declaration 'outdat' definition 'out_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:379:30: note: Function 'WebRtcIsac_PitchfilterPre_gains' argument 2 names different: declaration 'outdat' definition 'out_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:380:12: style: Function 'WebRtcIsac_PitchfilterPre_gains' argument 3 names different: declaration 'out_dG' definition 'out_dg'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:57:45: note: Function 'WebRtcIsac_PitchfilterPre_gains' argument 3 names different: declaration 'out_dG' definition 'out_dg'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:380:12: note: Function 'WebRtcIsac_PitchfilterPre_gains' argument 3 names different: declaration 'out_dG' definition 'out_dg'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:380:66: style: Function 'WebRtcIsac_PitchfilterPre_gains' argument 4 names different: declaration 'pfp' definition 'pf_state'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:58:52: note: Function 'WebRtcIsac_PitchfilterPre_gains' argument 4 names different: declaration 'pfp' definition 'pf_state'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:380:66: note: Function 'WebRtcIsac_PitchfilterPre_gains' argument 4 names different: declaration 'pfp' definition 'pf_state'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:386:41: style: Function 'WebRtcIsac_PitchfilterPost' argument 1 names different: declaration 'indat' definition 'in_data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:43:41: note: Function 'WebRtcIsac_PitchfilterPost' argument 1 names different: declaration 'indat' definition 'in_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:386:41: note: Function 'WebRtcIsac_PitchfilterPost' argument 1 names different: declaration 'indat' definition 'in_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:386:58: style: Function 'WebRtcIsac_PitchfilterPost' argument 2 names different: declaration 'outdat' definition 'out_data'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:44:41: note: Function 'WebRtcIsac_PitchfilterPost' argument 2 names different: declaration 'outdat' definition 'out_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:386:58: note: Function 'WebRtcIsac_PitchfilterPost' argument 2 names different: declaration 'outdat' definition 'out_data'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:387:47: style: Function 'WebRtcIsac_PitchfilterPost' argument 3 names different: declaration 'pfp' definition 'pf_state'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h:45:47: note: Function 'WebRtcIsac_PitchfilterPost' argument 3 names different: declaration 'pfp' definition 'pf_state'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c:387:47: note: Function 'WebRtcIsac_PitchfilterPost' argument 3 names different: declaration 'pfp' definition 'pf_state'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:46:24: style: The scope of the variable 'xr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:46:28: style: The scope of the variable 'xi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:46:32: style: The scope of the variable 'yr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:46:36: style: The scope of the variable 'yi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:89:28: style: The scope of the variable 'xi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:89:32: style: The scope of the variable 'yr' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:89:36: style: The scope of the variable 'yi' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:41:36: style: Function 'WebRtcIsac_Time2Spec' argument 4 names different: declaration 'outre' definition 'outreQ7'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/codec.h:185:36: note: Function 'WebRtcIsac_Time2Spec' argument 4 names different: declaration 'outre' definition 'outreQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:41:36: note: Function 'WebRtcIsac_Time2Spec' argument 4 names different: declaration 'outre' definition 'outreQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:42:36: style: Function 'WebRtcIsac_Time2Spec' argument 5 names different: declaration 'outim' definition 'outimQ7'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/codec.h:186:36: note: Function 'WebRtcIsac_Time2Spec' argument 5 names different: declaration 'outim' definition 'outimQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/transform.c:42:36: note: Function 'WebRtcIsac_Time2Spec' argument 5 names different: declaration 'outim' definition 'outimQ7'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:456:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:454:7: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:456:7: note: Variable 'err' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:44:57: style: The scope of the variable 'vadfile' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:53:7: style: The scope of the variable 'cur_framesmpls' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:80:10: style: The scope of the variable 'kbps' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:321:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:336:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:411:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:412:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:501:0: error: Resource leak: inp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:501:0: error: Resource leak: outp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:501:0: error: Resource leak: f_bn [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:501:0: error: Resource leak: vadp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:501:0: error: Resource leak: bandwidthp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:501:0: error: Resource leak: plFile [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:501:0: error: Resource leak: fp_gns [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:501:0: error: Resource leak: transCodingFile [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc:501:0: error: Resource leak: transcodingBitstream [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/SwitchingSampRate.cc:263:0: error: Resource leak: arrivalTimeFile1 [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/SwitchingSampRate.cc:263:0: error: Resource leak: arrivalTimeFile2 [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c:276:5: warning: %li in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c:447:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c:60:7: style: The scope of the variable 'frameSize' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c:69:10: style: The scope of the variable 'stream_len' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c:72:7: style: The scope of the variable 'cur_framesmpls' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c:153:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c:154:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c:247:0: error: Resource leak: inp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c:247:0: error: Resource leak: outp [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/unittest.cc:214:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame_unittest.cc:85:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus_unittest.cc:118:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus_complexity_unittest.cc:62:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus_fec_test.cc:171:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus_speed_test.cc:94:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc:304:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc:76:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_test.cc:101:9: style: The scope of the variable 'time_ms' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc:462:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/audio_multi_vector_unittest.cc:72:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/audio_vector_unittest.cc:41:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/buffer_level_filter_unittest.cc:27:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc:35:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/delay_manager.cc:65:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/delay_manager_unittest.cc:78:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/delay_peak_detector_unittest.cc:26:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/dsp_helper.cc:148:40: style: Condition 'data[peak_index[i]]<=data[peak_index[i]+1]' is always true [knownConditionTrueFalse]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/dsp_helper_unittest.cc:48:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/dtmf_buffer_unittest.cc:56:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/dtmf_tone_generator_unittest.cc:107:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/expand.cc:881:11: style: The scope of the variable 'scaled_random_vector' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/expand_unittest.cc:37:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/nack_tracker_unittest.cc:57:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc:230:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc:254:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq_network_stats_unittest.cc:313:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq_stereo_unittest.cc:275:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq_unittest.cc:440:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/normal_unittest.cc:44:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/packet_buffer.cc:33:8: style: Technically the member function 'webrtc::::NewTimestampIsLarger::operator()' can be const. [functionConst]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/packet_buffer_unittest.cc:78:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/red_payload_splitter_unittest.cc:176:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/sync_buffer_unittest.cc:34:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/NETEQTEST_RTPpacket.cc:171:61: style: Function 'readFixedFromFile' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/NETEQTEST_RTPpacket.h:36:44: note: Function 'readFixedFromFile' argument 2 names different: declaration 'len' definition 'length'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/NETEQTEST_RTPpacket.cc:171:61: note: Function 'readFixedFromFile' argument 2 names different: declaration 'len' definition 'length'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/NETEQTEST_RTPpacket.h:91:10: performance: Technically the member function 'NETEQTEST_RTPpacket::makeRTPheader' can be static. [functionStatic]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/NETEQTEST_RTPpacket.cc:617:27: note: Technically the member function 'NETEQTEST_RTPpacket::makeRTPheader' can be static.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/NETEQTEST_RTPpacket.h:91:10: note: Technically the member function 'NETEQTEST_RTPpacket::makeRTPheader' can be static.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPchange.cc:119:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPchange.cc:37:5: error: Resource leak: in_file [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPchange.cc:44:5: error: Resource leak: in_file [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPchange.cc:44:5: error: Resource leak: stat_file [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPchange.cc:53:5: error: Resource leak: in_file [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPchange.cc:53:5: error: Resource leak: stat_file [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPchange.cc:53:5: error: Resource leak: out_file [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPencode.cc:1592:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:111:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:223:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:225:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:221:34: style: Function 'compare_arr_time' argument 1 names different: declaration 'x' definition 'xp'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:62:34: note: Function 'compare_arr_time' argument 1 names different: declaration 'x' definition 'xp'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:221:34: note: Function 'compare_arr_time' argument 1 names different: declaration 'x' definition 'xp'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:221:50: style: Function 'compare_arr_time' argument 2 names different: declaration 'y' definition 'yp'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:62:49: note: Function 'compare_arr_time' argument 2 names different: declaration 'y' definition 'yp'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:221:50: note: Function 'compare_arr_time' argument 2 names different: declaration 'y' definition 'yp'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:112:53: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:104:3: error: Resource leak: in_file [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:107:3: error: Resource leak: in_file [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPjitter.cc:107:3: error: Resource leak: dat_file [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/RTPtimeshift.cc:38:5: error: Resource leak: inFile [resourceLeak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/neteq_ilbc_quality_test.cc:82:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/neteq_isac_quality_test.cc:102:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc:210:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/test/neteq_pcmu_quality_test.cc:82:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/tick_timer_unittest.cc:26:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/time_stretch_unittest.cc:32:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/timestamp_scaler_unittest.cc:46:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/tools/input_audio_file_unittest.cc:39:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc:193:10: style: The scope of the variable 'f_p' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc:416:7: style: The scope of the variable 'audio_size_samples' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/tools/packet_unittest.cc:43:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/APITest.cc:676:10: style: The scope of the variable 'estimDelay' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/Channel.cc:157:10: warning: Possible null pointer dereference: currentPayloadStr [nullPointer]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/Channel.cc:147:44: note: Assignment 'currentPayloadStr=NULL', assigned value is 0
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/Channel.cc:157:10: note: Null pointer dereference
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/EncodeDecodeTest.cc:287:3: style: Variable 'numCodecs' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/EncodeDecodeTest.cc:276:0: note: Variable 'numCodecs' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/EncodeDecodeTest.cc:287:3: note: Variable 'numCodecs' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/PCMFile.cc:169:0: error: Memory leak: stereo_audio [memleak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.cc:124:32: style: Function 'Open' argument 1 names different: declaration 'outFilename' definition 'filename'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.h:97:25: note: Function 'Open' argument 1 names different: declaration 'outFilename' definition 'filename'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.cc:124:32: note: Function 'Open' argument 1 names different: declaration 'outFilename' definition 'filename'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.h:40:8: performance: Technically the member function 'webrtc::RTPStream::MakeRTPheader' can be static. [functionStatic]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.cc:43:17: note: Technically the member function 'webrtc::RTPStream::MakeRTPheader' can be static.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.h:40:8: note: Technically the member function 'webrtc::RTPStream::MakeRTPheader' can be static.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.h:43:8: performance: Technically the member function 'webrtc::RTPStream::ParseRTPHeader' can be static. [functionStatic]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.cc:30:17: note: Technically the member function 'webrtc::RTPStream::ParseRTPHeader' can be static.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.h:43:8: note: Technically the member function 'webrtc::RTPStream::ParseRTPHeader' can be static.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.cc:69:11: style: Class 'RTPPacket' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.cc:69:11: style: Class 'RTPPacket' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/RTPFile.cc:125:8: warning: Possible leak in public function. The pointer '_rtpFile' is not deallocated before it is allocated. [publicAllocationError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/TestAllCodecs.cc:421:10: style: The scope of the variable 'receive_size' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/TestStereo.cc:741:12: style: The scope of the variable 'rec_size' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/TwoWayCommunication.cc:37:22: warning: Member variable 'TwoWayCommunication::_channel_A2B' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/TwoWayCommunication.cc:37:22: warning: Member variable 'TwoWayCommunication::_channel_B2A' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/TwoWayCommunication.cc:37:22: warning: Member variable 'TwoWayCommunication::_channelRef_A2B' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/TwoWayCommunication.cc:37:22: warning: Member variable 'TwoWayCommunication::_channelRef_B2A' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/delay_test.cc:184:14: style: The scope of the variable 'received_ts' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/delay_test.cc:186:12: style: The scope of the variable 'inst_delay_sec' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/delay_test.cc:224:19: style: Variable 'in_file_frames' is modified but its new value is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/delay_test.cc:68:9: style: Class 'DelayTest' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/delay_test.cc:68:9: style: Class 'DelayTest' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/insert_packet_with_timing.cc:59:9: style: Class 'InsertPacketWithTiming' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/insert_packet_with_timing.cc:59:9: style: Class 'InsertPacketWithTiming' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/opus_test.cc:387:3: style: Variable 'file_name' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/opus_test.cc:384:3: note: Variable 'file_name' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/opus_test.cc:387:3: note: Variable 'file_name' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/opus_test.cc:249:10: style: The scope of the variable 'lost_packet' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/opus_test.cc:281:14: style: The scope of the variable 'bitstream_len_byte' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/target_delay_unittest.cc:209:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/utility.h:74:8: style: Technically the member function 'webrtc::ACMTestTimer::CurrentTime' can be const. [functionConst]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/utility.cc:76:20: note: Technically the member function 'webrtc::ACMTestTimer::CurrentTime' can be const.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/utility.h:74:8: note: Technically the member function 'webrtc::ACMTestTimer::CurrentTime' can be const.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/utility.cc:147:3: style: Class 'CircularBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/utility.cc:147:3: style: Class 'CircularBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_coding/test/utility.h:88:3: style: Class 'CircularBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc:548:9: style: Variable 'wasMixed' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc:547:0: note: Variable 'wasMixed' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc:548:9: note: Variable 'wasMixed' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc:616:21: style: Variable 'replaceWasMixed' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc:608:0: note: Variable 'replaceWasMixed' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc:616:21: note: Variable 'replaceWasMixed' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/test/audio_conference_mixer_unittest.cc:51:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_unittest.cc:675:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/android/audio_manager_unittest.cc:76:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/dummy/file_audio_device.cc:79:15: style: The scope of the variable 'kName' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/dummy/file_audio_device.cc:80:15: style: The scope of the variable 'kGuid' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/dummy/file_audio_device.cc:94:15: style: The scope of the variable 'kName' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/dummy/file_audio_device.cc:95:15: style: The scope of the variable 'kGuid' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/fine_audio_buffer_unittest.cc:50:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/ios/audio_device_unittest_ios.cc:578:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc:1043:20: style: Condition 'errVal<0' is always false [knownConditionTrueFalse]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc:1012:18: note: Assignment 'errVal=0', assigned value is 0
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc:1043:20: note: Condition 'errVal<0' is always false
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc:750:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc:2145:22: style: The scope of the variable 'currentMicLevel' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc:2146:22: style: The scope of the variable 'newMicLevel' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:878:5: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:874:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:878:5: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1015:5: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1011:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1015:5: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1899:5: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1896:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1899:5: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1920:5: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1917:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1920:5: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1968:5: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1965:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:1968:5: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc:2534:14: style: The scope of the variable 'newMicLevel' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.cc:77:9: style: The scope of the variable 'errVal' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.cc:118:9: style: The scope of the variable 'errVal' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:275:9: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:274:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:275:9: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:451:9: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:450:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:451:9: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:574:5: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:570:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:574:5: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:820:5: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:817:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:820:5: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:958:5: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:955:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:958:5: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:1120:3: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:1116:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:1120:3: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:1135:3: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:1132:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:1135:3: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:1147:3: style: Variable 'paOperation' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:1144:0: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc:1147:3: note: Variable 'paOperation' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc:31:0: error: #error Not implemented [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:187:3: style: Variable 'kernErr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:186:0: note: Variable 'kernErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:187:3: note: Variable 'kernErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:282:3: style: Variable 'kernErr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:281:0: note: Variable 'kernErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:282:3: note: Variable 'kernErr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:250:5: style: Variable 'bufSize' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:249:0: note: Variable 'bufSize' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:250:5: note: Variable 'bufSize' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:271:5: style: Variable 'bufSize' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:270:0: note: Variable 'bufSize' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:271:5: note: Variable 'bufSize' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:2620:3: style: Variable 'nSamples' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:2617:0: note: Variable 'nSamples' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:2620:3: note: Variable 'nSamples' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:2671:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:2658:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:2671:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:2687:14: style: The scope of the variable 'newMicLevel' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_device_mac.cc:1750:3: error: Memory leak: deviceIds [memleak]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:241:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:227:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:241:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:390:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:383:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:390:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:430:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:423:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:430:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:606:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:599:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:606:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:810:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:803:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:810:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:862:3: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:848:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:862:3: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:283:16: style: The scope of the variable 'channels' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:519:16: style: The scope of the variable 'channels' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:695:16: style: The scope of the variable 'channels' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc:904:16: style: The scope of the variable 'channels' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/opensl/single_rw_fifo.cc:70:0: error: #error Add an implementation of MemoryBarrier() for this platform! [preprocessorErrorDirective]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/sndio/audio_device_sndio.cc:417:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/sndio/audio_device_sndio.cc:971:9: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/test/audio_device_test_api.cc:169:19: style: Variable 'kId' is assigned a value that is never used. [unreadVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/test/audio_device_test_api.cc:52:3: style: Class 'AudioEventObserverAPI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/test/audio_device_test_api.cc:81:3: style: Class 'AudioTransportAPI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/test/audio_device_test_api.cc:44:3: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:1338:5: style: Variable 'pstrEndpointId' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:1337:0: note: Variable 'pstrEndpointId' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:1338:5: note: Variable 'pstrEndpointId' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:1443:5: style: Variable 'pstrEndpointId' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:1442:0: note: Variable 'pstrEndpointId' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:1443:5: note: Variable 'pstrEndpointId' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:2773:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:2773:14: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:3368:12: style: The scope of the variable 'playBuffer' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:3076:19: style: Checking if unsigned variable 'playDiff' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:3113:17: style: Checking if unsigned variable 'recDiff' is less than zero. [unsignedLessThanZero]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:2758:55: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:2953:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:2964:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:2758:55: error: Signed integer overflow for expression '2<<(31)'. [integerOverflow]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:2953:36: error: Signed integer overflow for expression '2<<(31)'. [integerOverflow]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_wave_win.cc:2964:36: error: Signed integer overflow for expression '2<<(31)'. [integerOverflow]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_frame_manipulator_unittest.cc:31:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_mixer/audio_mixer_impl_unittest.cc:145:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:1203:3: style: Variable 'xfw_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:1181:0: note: Variable 'xfw_ptr' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:1203:3: note: Variable 'xfw_ptr' is reassigned a value before the old one has been used.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:320:9: style: The scope of the variable 'abs_ef' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:727:9: style: The scope of the variable 'actThreshold' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:1172:10: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:1307:9: style: The scope of the variable 'near_spectrum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core_sse2.cc:691:7: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_resampler.cc:135:22: style: Function 'EstimateSkew' argument 3 names different: declaration 'absLimit' definition 'deviceSampleRateHz'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_resampler.cc:40:29: note: Function 'EstimateSkew' argument 3 names different: declaration 'absLimit' definition 'deviceSampleRateHz'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_resampler.cc:135:22: note: Function 'EstimateSkew' argument 3 names different: declaration 'absLimit' definition 'deviceSampleRateHz'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:542:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:684:10: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:534:31: style: Function 'ProcessNormal' argument 1 names different: declaration 'self' definition 'aecpc'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:108:31: note: Function 'ProcessNormal' argument 1 names different: declaration 'self' definition 'aecpc'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:534:31: note: Function 'ProcessNormal' argument 1 names different: declaration 'self' definition 'aecpc'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:535:46: style: Function 'ProcessNormal' argument 2 names different: declaration 'near' definition 'nearend'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:109:46: note: Function 'ProcessNormal' argument 2 names different: declaration 'near' definition 'nearend'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:535:46: note: Function 'ProcessNormal' argument 2 names different: declaration 'near' definition 'nearend'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:538:33: style: Function 'ProcessNormal' argument 5 names different: declaration 'num_samples' definition 'nrOfSamples'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:112:33: note: Function 'ProcessNormal' argument 5 names different: declaration 'num_samples' definition 'nrOfSamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:538:33: note: Function 'ProcessNormal' argument 5 names different: declaration 'num_samples' definition 'nrOfSamples'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:539:34: style: Function 'ProcessNormal' argument 6 names different: declaration 'reported_delay_ms' definition 'msInSndCardBuf'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:113:34: note: Function 'ProcessNormal' argument 6 names different: declaration 'reported_delay_ms' definition 'msInSndCardBuf'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:539:34: note: Function 'ProcessNormal' argument 6 names different: declaration 'reported_delay_ms' definition 'msInSndCardBuf'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:752:36: style: Function 'EstBufDelayNormal' argument 1 names different: declaration 'aecInst' definition 'aecpc'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:106:36: note: Function 'EstBufDelayNormal' argument 1 names different: declaration 'aecInst' definition 'aecpc'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:752:36: note: Function 'EstBufDelayNormal' argument 1 names different: declaration 'aecInst' definition 'aecpc'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:809:38: style: Function 'EstBufDelayExtended' argument 1 names different: declaration 'aecInst' definition 'self'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:107:38: note: Function 'EstBufDelayExtended' argument 1 names different: declaration 'aecInst' definition 'self'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:809:38: note: Function 'EstBufDelayExtended' argument 1 names different: declaration 'aecInst' definition 'self'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation_unittest.cc:31:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/system_delay_unittest.cc:192:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/block_framer_unittest.cc:254:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/block_processor.cc:58:38: style: Function 'BufferRender' argument 1 names different: declaration 'block' definition 'render_block'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/block_processor.cc:28:54: note: Function 'BufferRender' argument 1 names different: declaration 'block' definition 'render_block'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/block_processor.cc:58:38: note: Function 'BufferRender' argument 1 names different: declaration 'block' definition 'render_block'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/block_processor_unittest.cc:89:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/cascaded_biquad_filter_unittest.cc:47:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/echo_canceller3_unittest.cc:600:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/frame_blocker_unittest.cc:327:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:1159:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:1162:7: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:1159:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:723:9: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:725:13: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:726:13: style: The scope of the variable 'increase_max_shifts' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:727:13: style: The scope of the variable 'decrease_max_shifts' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:728:13: style: The scope of the variable 'increase_min_shifts' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:729:13: style: The scope of the variable 'decrease_min_shifts' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:898:14: style: The scope of the variable 'tmpU32no1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:898:25: style: The scope of the variable 'tmpU32no2' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:900:13: style: The scope of the variable 'mseStored' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:901:13: style: The scope of the variable 'mseAdapt' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:905:13: style: The scope of the variable 'zerosFar' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:905:23: style: The scope of the variable 'zerosNum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:905:33: style: The scope of the variable 'zerosCh' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:905:42: style: The scope of the variable 'zerosDfa' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:906:13: style: The scope of the variable 'shiftChFar' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:906:25: style: The scope of the variable 'shiftNum' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:906:35: style: The scope of the variable 'shift2ResChan' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:907:13: style: The scope of the variable 'tmp16no1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:908:13: style: The scope of the variable 'xfaQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:908:19: style: The scope of the variable 'dfaQ' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:1106:13: style: The scope of the variable 'tmp32no1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:1110:13: style: The scope of the variable 'dE' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core.cc:556:13: style: Variable 'outBlock_buf' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:96:11: style: The scope of the variable 'tmp32no1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:292:11: style: The scope of the variable 'tmp32no1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:320:11: style: The scope of the variable 'zeros32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:320:20: style: The scope of the variable 'zeros16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:321:27: style: The scope of the variable 'zerosDBufClean' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:323:40: style: The scope of the variable 'dfa_clean_q_domain_diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:327:11: style: The scope of the variable 'avgHnl32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:650:11: style: The scope of the variable 'outLShift32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:171:11: style: Variable 'fft_buf' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:302:11: style: Variable 'fft_buf' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:303:11: style: Variable 'echoEst32_buf' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:304:11: style: Variable 'dfw_buf' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_c.cc:305:11: style: Variable 'efw_buf' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:806:11: style: The scope of the variable 'tmp32no1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:832:11: style: The scope of the variable 'zeros32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:832:20: style: The scope of the variable 'zeros16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:833:27: style: The scope of the variable 'zerosDBufClean' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:835:40: style: The scope of the variable 'dfa_clean_q_domain_diff' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:839:11: style: The scope of the variable 'avgHnl32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:1258:11: style: The scope of the variable 'tmp322' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:1258:19: style: The scope of the variable 'tmp323' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:1545:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:1548:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:1552:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:1555:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:1559:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:1562:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc:634:11: style: Variable 'fft_buf' is not assigned a value. [unassignedVariable]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:246:12: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:629:33: style: The scope of the variable 'nSampAdd' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:578:46: style: Function 'WebRtcAecm_EstBufDelay' argument 1 names different: declaration 'aecmInst' definition 'aecm'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:78:46: note: Function 'WebRtcAecm_EstBufDelay' argument 1 names different: declaration 'aecmInst' definition 'aecm'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:578:46: note: Function 'WebRtcAecm_EstBufDelay' argument 1 names different: declaration 'aecmInst' definition 'aecm'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:627:44: style: Function 'WebRtcAecm_DelayComp' argument 1 names different: declaration 'aecmInst' definition 'aecm'. [funcArgNamesDifferent]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:81:44: note: Function 'WebRtcAecm_DelayComp' argument 1 names different: declaration 'aecmInst' definition 'aecm'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:627:44: note: Function 'WebRtcAecm_DelayComp' argument 1 names different: declaration 'aecmInst' definition 'aecm'.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/agc_manager_direct.cc:414:17: style: Same expression on both sides of '!=' because the value of 'old_level' and 'level_' are the same. [duplicateExpression]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/agc_manager_direct.cc:412:19: note: 'old_level' is assigned value 'level_' here.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/agc_manager_direct.cc:414:17: note: Same expression on both sides of '!=' because the value of 'old_level' and 'level_' are the same.
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/agc_manager_direct.cc:71:20: style: Array index 'new_level' is used before limits check. [arrayIndexThenCheck]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/agc_manager_direct.cc:109:8: performance: Technically the member function 'webrtc::DebugFile::Write' can be static. [functionStatic]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/agc_manager_direct_unittest.cc:103:0: error: syntax error [syntaxError]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:135:16: style: The scope of the variable 'max_nrg' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:135:25: style: The scope of the variable 'sample' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:135:33: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:137:12: style: The scope of the variable 'targetGainIdx' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:137:27: style: The scope of the variable 'gain' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:139:17: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:284:11: style: The scope of the variable 'tmpFlt' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:457:14: style: The scope of the variable 'tmpW16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:479:11: style: The scope of the variable 'midVal' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:538:11: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:539:11: style: The scope of the variable 'vadThresh' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/analog_agc.c:598:11: style: The scope of the variable 'Rxx16w32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:69:12: style: The scope of the variable 'tmpU32no1' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:69:34: style: The scope of the variable 'absInLevel' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:69:46: style: The scope of the variable 'logApprox' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:70:11: style: The scope of the variable 'inLevel' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:71:11: style: The scope of the variable 'tmp32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:71:38: style: The scope of the variable 'numFIX' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:71:51: style: The scope of the variable 'y32' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:76:12: style: The scope of the variable 'tmpU16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:76:20: style: The scope of the variable 'intPart' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:76:29: style: The scope of the variable 'fracPart' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:82:14: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:289:11: style: The scope of the variable 'max_nrg' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:296:17: style: The scope of the variable 'gain_adj' can be reduced. [variableScope]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:413:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:411:15: note: Assignment 'zeros=31', assigned value is 31
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:413:24: note: Shift
firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/digital_agc.c:101:17: style: Variable 'zeroGainLvl' is assigned a value that is never used. [unreadVariable]
[22:08]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/f/firefox-esr/firefox-esr_60.1.0esr.orig.tar.xz
Checking firefox-60.1.0/dom/media/MediaCache.cpp: __GCC__=1;__GCC__=1...

firefox-60.1.0/accessible/aom/AccessibleNode.cpp:163:32: style: Function 'Get' argument 1 names different: declaration 'cx' definition 'aCX'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/aom/AccessibleNode.h:46:23: note: Function 'Get' argument 1 names different: declaration 'cx' definition 'aCX'.
firefox-60.1.0/accessible/aom/AccessibleNode.cpp:163:32: note: Function 'Get' argument 1 names different: declaration 'cx' definition 'aCX'.
firefox-60.1.0/accessible/atk/AccessibleWrap.cpp:952:3: style: Variable 'state_set' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/accessible/atk/AccessibleWrap.cpp:951:0: note: Variable 'state_set' is reassigned a value before the old one has been used.
firefox-60.1.0/accessible/atk/AccessibleWrap.cpp:952:3: note: Variable 'state_set' is reassigned a value before the old one has been used.
firefox-60.1.0/accessible/atk/AccessibleWrap.cpp:327:42: style: Function 'GetAtkObject' argument 1 names different: declaration 'aAccessible' definition 'acc'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/atk/AccessibleWrap.h:62:46: note: Function 'GetAtkObject' argument 1 names different: declaration 'aAccessible' definition 'acc'.
firefox-60.1.0/accessible/atk/AccessibleWrap.cpp:327:42: note: Function 'GetAtkObject' argument 1 names different: declaration 'aAccessible' definition 'acc'.
firefox-60.1.0/accessible/atk/AccessibleWrap.cpp:1083:21: style: Function 'GetProxy' argument 1 names different: declaration 'aAtkObj' definition 'aObj'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/atk/nsMai.h:73:53: note: Function 'GetProxy' argument 1 names different: declaration 'aAtkObj' definition 'aObj'.
firefox-60.1.0/accessible/atk/AccessibleWrap.cpp:1083:21: note: Function 'GetProxy' argument 1 names different: declaration 'aAtkObj' definition 'aObj'.
firefox-60.1.0/accessible/atk/AccessibleWrap.cpp:1595:40: style: Function 'FireTextChangeEvent' argument 5 names different: declaration 'aIsFromUser' definition 'aFromUser'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/atk/nsMai.h:128:49: note: Function 'FireTextChangeEvent' argument 5 names different: declaration 'aIsFromUser' definition 'aFromUser'.
firefox-60.1.0/accessible/atk/AccessibleWrap.cpp:1595:40: note: Function 'FireTextChangeEvent' argument 5 names different: declaration 'aIsFromUser' definition 'aFromUser'.
firefox-60.1.0/accessible/atk/ApplicationAccessibleWrap.cpp:118:46: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/accessible/atk/ApplicationAccessibleWrap.cpp:141:46: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/accessible/atk/AtkSocketAccessible.cpp:46:3: style: Variable 'acc' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/accessible/atk/AtkSocketAccessible.cpp:45:0: note: Variable 'acc' is reassigned a value before the old one has been used.
firefox-60.1.0/accessible/atk/AtkSocketAccessible.cpp:46:3: note: Variable 'acc' is reassigned a value before the old one has been used.
firefox-60.1.0/accessible/atk/UtilInterface.cpp:68:30: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/accessible/atk/UtilInterface.cpp:129:25: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/accessible/atk/UtilInterface.cpp:216:29: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:33:53: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:23:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:33:53: note: Null pointer dereference
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:54:53: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:44:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:54:53: note: Null pointer dereference
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:75:53: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:65:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:75:53: note: Null pointer dereference
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:96:49: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:86:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:96:49: note: Null pointer dereference
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:117:53: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:107:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-60.1.0/accessible/atk/nsMaiInterfaceValue.cpp:117:53: note: Null pointer dereference
firefox-60.1.0/accessible/base/ARIAMap.cpp:1370:49: style: Function 'GetIndexFromRoleMap' argument 1 names different: declaration 'aRoleMap' definition 'aRoleMapEntry'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/ARIAMap.h:263:51: note: Function 'GetIndexFromRoleMap' argument 1 names different: declaration 'aRoleMap' definition 'aRoleMapEntry'.
firefox-60.1.0/accessible/base/ARIAMap.cpp:1370:49: note: Function 'GetIndexFromRoleMap' argument 1 names different: declaration 'aRoleMap' definition 'aRoleMapEntry'.
firefox-60.1.0/accessible/base/ARIAStateMap.cpp:363:28: style: Function 'MapTokenType' argument 1 names different: declaration 'aContent' definition 'aElement'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/ARIAStateMap.cpp:81:40: note: Function 'MapTokenType' argument 1 names different: declaration 'aContent' definition 'aElement'.
firefox-60.1.0/accessible/base/ARIAStateMap.cpp:363:28: note: Function 'MapTokenType' argument 1 names different: declaration 'aContent' definition 'aElement'.
firefox-60.1.0/accessible/base/AccEvent.h:253:5: performance: Variable 'mParent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/accessible/base/AccEvent.cpp:105:3: performance: Variable 'mNextSibling' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/accessible/base/AccEvent.h:195:8: style: Technically the member function 'mozilla::a11y::AccTextChangeEvent::GetModifiedText' can be const. [functionConst]
firefox-60.1.0/accessible/base/AccEvent.h:548:3: style: Technically the member function 'mozilla::a11y::downcast_accEvent::operatorDestination*' can be const. [functionConst]
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:156:27: note: Derived variable 'AccStateChangeEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:185:27: note: Derived variable 'AccTextChangeEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:219:27: note: Derived variable 'AccTreeMutationEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:219:27: note: Parent variable 'AccTreeMutationEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:258:27: note: Derived variable 'AccMutationEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:258:27: note: Parent variable 'AccMutationEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:289:27: note: Derived variable 'AccHideEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:258:27: note: Parent variable 'AccMutationEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:320:27: note: Derived variable 'AccShowEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:219:27: note: Parent variable 'AccTreeMutationEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:347:27: note: Derived variable 'AccReorderEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:369:27: note: Derived variable 'AccCaretMoveEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:395:27: note: Derived variable 'AccTextSelChangeEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:434:27: note: Derived variable 'AccSelChangeEvent::kEventGroup'
firefox-60.1.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-60.1.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:464:27: note: Derived variable 'AccTableChangeEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:494:27: warning: The class 'AccVCChangeEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-60.1.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:494:27: note: Derived variable 'AccVCChangeEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:524:27: warning: The class 'AccObjectAttrChangedEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-60.1.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:524:27: note: Derived variable 'AccObjectAttrChangedEvent::kEventGroup'
firefox-60.1.0/accessible/base/AccEvent.h:552:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-60.1.0/accessible/base/AccessibleOrProxy.h:67:21: style: Technically the member function 'mozilla::a11y::AccessibleOrProxy::ChildAt' can be const. [functionConst]
firefox-60.1.0/accessible/base/AccessibleOrProxy.h:79:21: style: Technically the member function 'mozilla::a11y::AccessibleOrProxy::FirstChild' can be const. [functionConst]
firefox-60.1.0/accessible/base/AccessibleOrProxy.h:91:21: style: Technically the member function 'mozilla::a11y::AccessibleOrProxy::LastChild' can be const. [functionConst]
firefox-60.1.0/accessible/base/AccessibleOrProxy.h:26:16: style: Class 'AccessibleOrProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/accessible/base/AccessibleOrProxy.h:28:16: style: Class 'AccessibleOrProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/accessible/base/AccessibleOrProxy.h:30:16: style: Class 'AccessibleOrProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/accessible/base/DocManager.cpp:135:60: style: Function 'NotifyOfRemoteDocShutdown' argument 1 names different: declaration 'adoc' definition 'aDoc'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/DocManager.h:98:62: note: Function 'NotifyOfRemoteDocShutdown' argument 1 names different: declaration 'adoc' definition 'aDoc'.
firefox-60.1.0/accessible/base/DocManager.cpp:135:60: note: Function 'NotifyOfRemoteDocShutdown' argument 1 names different: declaration 'adoc' definition 'aDoc'.
firefox-60.1.0/accessible/base/DocManager.cpp:428:31: style: Function 'AddListeners' argument 2 names different: declaration 'aAddPageShowListener' definition 'aAddDOMContentLoadedListener'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/DocManager.h:155:50: note: Function 'AddListeners' argument 2 names different: declaration 'aAddPageShowListener' definition 'aAddDOMContentLoadedListener'.
firefox-60.1.0/accessible/base/DocManager.cpp:428:31: note: Function 'AddListeners' argument 2 names different: declaration 'aAddPageShowListener' definition 'aAddDOMContentLoadedListener'.
firefox-60.1.0/accessible/base/EventQueue.h:57:8: style: Technically the member function 'mozilla::a11y::EventQueue::CoalesceSelChangeEvents' can be const. [functionConst]
firefox-60.1.0/accessible/base/EventQueue.cpp:198:13: note: Technically the member function 'mozilla::a11y::EventQueue::CoalesceSelChangeEvents' can be const.
firefox-60.1.0/accessible/base/EventQueue.h:57:8: note: Technically the member function 'mozilla::a11y::EventQueue::CoalesceSelChangeEvents' can be const.
firefox-60.1.0/accessible/base/EventTree.cpp:151:30: style: Function 'Shown' argument 1 names different: declaration 'aTarget' definition 'aChild'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/EventTree.h:74:26: note: Function 'Shown' argument 1 names different: declaration 'aTarget' definition 'aChild'.
firefox-60.1.0/accessible/base/EventTree.cpp:151:30: note: Function 'Shown' argument 1 names different: declaration 'aTarget' definition 'aChild'.
firefox-60.1.0/accessible/base/FocusManager.h:41:15: style: Technically the member function 'mozilla::a11y::FocusManager::IsActiveItem' can be const. [functionConst]
firefox-60.1.0/accessible/base/FocusManager.h:94:8: performance: Technically the member function 'mozilla::a11y::FocusManager::DispatchFocusEvent' can be static. [functionStatic]
firefox-60.1.0/accessible/base/FocusManager.cpp:237:15: note: Technically the member function 'mozilla::a11y::FocusManager::DispatchFocusEvent' can be static.
firefox-60.1.0/accessible/base/FocusManager.h:94:8: note: Technically the member function 'mozilla::a11y::FocusManager::DispatchFocusEvent' can be static.
firefox-60.1.0/accessible/base/Logging.cpp:518:46: style: Function 'OuterDocDestroy' argument 1 names different: declaration 'OuterDoc' definition 'aOuterDoc'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/Logging.h:101:42: note: Function 'OuterDocDestroy' argument 1 names different: declaration 'OuterDoc' definition 'aOuterDoc'.
firefox-60.1.0/accessible/base/Logging.cpp:518:46: note: Function 'OuterDocDestroy' argument 1 names different: declaration 'OuterDoc' definition 'aOuterDoc'.
firefox-60.1.0/accessible/base/Logging.cpp:562:47: style: Function 'ActiveItemChangeCausedBy' argument 1 names different: declaration 'aMsg' definition 'aCause'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/Logging.h:116:43: note: Function 'ActiveItemChangeCausedBy' argument 1 names different: declaration 'aMsg' definition 'aCause'.
firefox-60.1.0/accessible/base/Logging.cpp:562:47: note: Function 'ActiveItemChangeCausedBy' argument 1 names different: declaration 'aMsg' definition 'aCause'.
firefox-60.1.0/accessible/base/Logging.cpp:718:33: style: Function 'DOMTree' argument 3 names different: declaration 'aDoc' definition 'aDocument'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/Logging.h:149:71: note: Function 'DOMTree' argument 3 names different: declaration 'aDoc' definition 'aDocument'.
firefox-60.1.0/accessible/base/Logging.cpp:718:33: note: Function 'DOMTree' argument 3 names different: declaration 'aDoc' definition 'aDocument'.
firefox-60.1.0/accessible/base/Logging.cpp:1018:37: style: Function 'IsEnabled' argument 1 names different: declaration 'aModules' definition 'aModuleStr'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/Logging.h:66:33: note: Function 'IsEnabled' argument 1 names different: declaration 'aModules' definition 'aModuleStr'.
firefox-60.1.0/accessible/base/Logging.cpp:1018:37: note: Function 'IsEnabled' argument 1 names different: declaration 'aModules' definition 'aModuleStr'.
firefox-60.1.0/accessible/base/NotificationController.h:433:15: performance: Technically the member function 'mozilla::a11y::NotificationController::EventMap::GetEventType' can be static. [functionStatic]
firefox-60.1.0/accessible/base/NotificationController.cpp:980:35: note: Technically the member function 'mozilla::a11y::NotificationController::EventMap::GetEventType' can be static.
firefox-60.1.0/accessible/base/NotificationController.h:433:15: note: Technically the member function 'mozilla::a11y::NotificationController::EventMap::GetEventType' can be static.
firefox-60.1.0/accessible/base/NotificationController.cpp:555:12: performance: Technically the member function 'ProcessMutationEvents::::AccIdxComparator::LessThan' can be static. [functionStatic]
firefox-60.1.0/accessible/base/NotificationController.cpp:562:12: performance: Technically the member function 'ProcessMutationEvents::::AccIdxComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/accessible/base/StyleInfo.cpp:20:3: performance: Variable 'mStyleContext' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/accessible/base/TextAttrs.cpp:30:39: style: Function 'GetAttributes' argument 2 names different: declaration 'aStartHTOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/TextAttrs.h:73:32: note: Function 'GetAttributes' argument 2 names different: declaration 'aStartHTOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/base/TextAttrs.cpp:30:39: note: Function 'GetAttributes' argument 2 names different: declaration 'aStartHTOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/base/TextAttrs.cpp:31:39: style: Function 'GetAttributes' argument 3 names different: declaration 'aEndHTOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/TextAttrs.h:74:32: note: Function 'GetAttributes' argument 3 names different: declaration 'aEndHTOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/base/TextAttrs.cpp:31:39: note: Function 'GetAttributes' argument 3 names different: declaration 'aEndHTOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/base/TextAttrs.cpp:565:27: style: Function 'GetValueFor' argument 1 names different: declaration 'aContent' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/TextAttrs.h:347:42: note: Function 'GetValueFor' argument 1 names different: declaration 'aContent' definition 'aAccessible'.
firefox-60.1.0/accessible/base/TextAttrs.cpp:565:27: note: Function 'GetValueFor' argument 1 names different: declaration 'aContent' definition 'aAccessible'.
firefox-60.1.0/accessible/base/TextAttrs.h:418:10: style: Technically the member function 'mozilla::a11y::TextAttrsMgr::TextDecorValue::operator==' can be const. [functionConst]
firefox-60.1.0/accessible/base/TextAttrs.h:423:10: style: Technically the member function 'mozilla::a11y::TextAttrsMgr::TextDecorValue::operator!=' can be const. [functionConst]
firefox-60.1.0/accessible/base/TextRange.h:101:8: performance: Technically the member function 'mozilla::a11y::TextRange::Bounds' can be static. [functionStatic]
firefox-60.1.0/accessible/base/TextRange.cpp:138:12: note: Technically the member function 'mozilla::a11y::TextRange::Bounds' can be static.
firefox-60.1.0/accessible/base/TextRange.h:101:8: note: Technically the member function 'mozilla::a11y::TextRange::Bounds' can be static.
firefox-60.1.0/accessible/base/TextRange.h:131:8: performance: Technically the member function 'mozilla::a11y::TextRange::Normalize' can be static. [functionStatic]
firefox-60.1.0/accessible/base/TextRange.cpp:144:12: note: Technically the member function 'mozilla::a11y::TextRange::Normalize' can be static.
firefox-60.1.0/accessible/base/TextRange.h:131:8: note: Technically the member function 'mozilla::a11y::TextRange::Normalize' can be static.
firefox-60.1.0/accessible/base/TextRange.h:147:8: performance: Technically the member function 'mozilla::a11y::TextRange::FindText' can be static. [functionStatic]
firefox-60.1.0/accessible/base/TextRange.cpp:239:12: note: Technically the member function 'mozilla::a11y::TextRange::FindText' can be static.
firefox-60.1.0/accessible/base/TextRange.h:147:8: note: Technically the member function 'mozilla::a11y::TextRange::FindText' can be static.
firefox-60.1.0/accessible/base/TextRange.h:196:8: performance: Technically the member function 'mozilla::a11y::TextRange::FindAttr' can be static. [functionStatic]
firefox-60.1.0/accessible/base/TextRange.cpp:246:12: note: Technically the member function 'mozilla::a11y::TextRange::FindAttr' can be static.
firefox-60.1.0/accessible/base/TextRange.h:196:8: note: Technically the member function 'mozilla::a11y::TextRange::FindAttr' can be static.
firefox-60.1.0/accessible/base/TextRange.h:202:8: performance: Technically the member function 'mozilla::a11y::TextRange::AddToSelection' can be static. [functionStatic]
firefox-60.1.0/accessible/base/TextRange.cpp:253:12: note: Technically the member function 'mozilla::a11y::TextRange::AddToSelection' can be static.
firefox-60.1.0/accessible/base/TextRange.h:202:8: note: Technically the member function 'mozilla::a11y::TextRange::AddToSelection' can be static.
firefox-60.1.0/accessible/base/TextRange.h:203:8: performance: Technically the member function 'mozilla::a11y::TextRange::RemoveFromSelection' can be static. [functionStatic]
firefox-60.1.0/accessible/base/TextRange.cpp:259:12: note: Technically the member function 'mozilla::a11y::TextRange::RemoveFromSelection' can be static.
firefox-60.1.0/accessible/base/TextRange.h:203:8: note: Technically the member function 'mozilla::a11y::TextRange::RemoveFromSelection' can be static.
firefox-60.1.0/accessible/base/TextRange.h:204:8: performance: Technically the member function 'mozilla::a11y::TextRange::Select' can be static. [functionStatic]
firefox-60.1.0/accessible/base/TextRange.cpp:265:12: note: Technically the member function 'mozilla::a11y::TextRange::Select' can be static.
firefox-60.1.0/accessible/base/TextRange.h:204:8: note: Technically the member function 'mozilla::a11y::TextRange::Select' can be static.
firefox-60.1.0/accessible/base/TextRange.h:213:8: performance: Technically the member function 'mozilla::a11y::TextRange::ScrollIntoView' can be static. [functionStatic]
firefox-60.1.0/accessible/base/TextRange.cpp:270:12: note: Technically the member function 'mozilla::a11y::TextRange::ScrollIntoView' can be static.
firefox-60.1.0/accessible/base/TextRange.h:213:8: note: Technically the member function 'mozilla::a11y::TextRange::ScrollIntoView' can be static.
firefox-60.1.0/accessible/base/TextRange.h:246:8: performance: Technically the member function 'mozilla::a11y::TextRange::MoveInternal' can be static. [functionStatic]
firefox-60.1.0/accessible/base/TextRange.cpp:331:12: note: Technically the member function 'mozilla::a11y::TextRange::MoveInternal' can be static.
firefox-60.1.0/accessible/base/TextRange.h:246:8: note: Technically the member function 'mozilla::a11y::TextRange::MoveInternal' can be static.
firefox-60.1.0/accessible/base/TextRange.h:26:1: warning: The struct 'TextPoint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/accessible/base/nsAccUtils.cpp:76:41: style: Function 'GetDefaultLevel' argument 1 names different: declaration 'aAcc' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/nsAccUtils.h:67:46: note: Function 'GetDefaultLevel' argument 1 names different: declaration 'aAcc' definition 'aAccessible'.
firefox-60.1.0/accessible/base/nsAccUtils.cpp:76:41: note: Function 'GetDefaultLevel' argument 1 names different: declaration 'aAcc' definition 'aAccessible'.
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:1250:9: style: Condition '!newAcc' is always true [knownConditionTrueFalse]
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:1227:7: note: Assuming that condition '!newAcc' is not redundant
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:1250:9: note: Condition '!newAcc' is always true
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:437:58: style: Function 'NotifyOfAnchorJumpTo' argument 1 names different: declaration 'aTarget' definition 'aTargetNode'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/nsAccessibilityService.h:209:41: note: Function 'NotifyOfAnchorJumpTo' argument 1 names different: declaration 'aTarget' definition 'aTargetNode'.
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:437:58: note: Function 'NotifyOfAnchorJumpTo' argument 1 names different: declaration 'aTarget' definition 'aTargetNode'.
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:659:52: style: Function 'ContentRemoved' argument 2 names different: declaration 'aChild' definition 'aChildNode'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/nsAccessibilityService.h:172:61: note: Function 'ContentRemoved' argument 2 names different: declaration 'aChild' definition 'aChildNode'.
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:659:52: note: Function 'ContentRemoved' argument 2 names different: declaration 'aChild' definition 'aChildNode'.
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:1718:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:1719:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-60.1.0/accessible/base/nsAccessibilityService.cpp:1720:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-60.1.0/accessible/base/nsCoreUtils.cpp:664:58: style: Function 'DispatchAccEvent' argument 1 names different: declaration 'aEvent' definition 'event'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/base/nsCoreUtils.h:323:59: note: Function 'DispatchAccEvent' argument 1 names different: declaration 'aEvent' definition 'event'.
firefox-60.1.0/accessible/base/nsCoreUtils.cpp:664:58: note: Function 'DispatchAccEvent' argument 1 names different: declaration 'aEvent' definition 'event'.
firefox-60.1.0/accessible/base/nsTextEquivUtils.cpp:274:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-60.1.0/accessible/generic/TableAccessible.h:60:23: error: Division by zero. [zerodiv]
firefox-60.1.0/accessible/generic/TableAccessible.h:66:23: error: Division by zero. [zerodiv]
firefox-60.1.0/accessible/generic/TableAccessible.h:75:27: error: Division by zero. [zerodiv]
firefox-60.1.0/accessible/generic/TableAccessible.h:74:35: note: Assignment 'colCount=ColCount()', assigned value is 0
firefox-60.1.0/accessible/generic/TableAccessible.h:75:27: note: Division by zero
firefox-60.1.0/accessible/generic/TableAccessible.h:76:27: error: Division by zero. [zerodiv]
firefox-60.1.0/accessible/generic/TableAccessible.h:74:35: note: Assignment 'colCount=ColCount()', assigned value is 0
firefox-60.1.0/accessible/generic/TableAccessible.h:76:27: note: Division by zero
firefox-60.1.0/accessible/generic/ApplicationAccessible.cpp:114:52: style: Function 'RelationByType' argument 1 names different: declaration 'aType' definition 'aRelationType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/ApplicationAccessible.h:49:48: note: Function 'RelationByType' argument 1 names different: declaration 'aType' definition 'aRelationType'.
firefox-60.1.0/accessible/generic/ApplicationAccessible.cpp:114:52: note: Function 'RelationByType' argument 1 names different: declaration 'aType' definition 'aRelationType'.
firefox-60.1.0/accessible/generic/ApplicationAccessible.cpp:30:3: performance: Variable 'mAppInfo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/accessible/generic/BaseAccessibles.cpp:186:38: style: Function 'DoAction' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/BaseAccessibles.h:73:33: note: Function 'DoAction' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/accessible/generic/BaseAccessibles.cpp:186:38: note: Function 'DoAction' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/accessible/generic/DocAccessible-inl.h:150:42: style: Function 'CreateSubtree' argument 1 names different: declaration 'aRoot' definition 'aChild'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/DocAccessible.h:537:34: note: Function 'CreateSubtree' argument 1 names different: declaration 'aRoot' definition 'aChild'.
firefox-60.1.0/accessible/generic/DocAccessible-inl.h:150:42: note: Function 'CreateSubtree' argument 1 names different: declaration 'aRoot' definition 'aChild'.
firefox-60.1.0/accessible/generic/DocAccessible.cpp:1841:78: style: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNodes'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/DocAccessible.h:501:70: note: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNodes'.
firefox-60.1.0/accessible/generic/DocAccessible.cpp:1841:78: note: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNodes'.
firefox-60.1.0/accessible/generic/DocAccessible.cpp:1910:75: style: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNode'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/DocAccessible.h:503:43: note: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNode'.
firefox-60.1.0/accessible/generic/DocAccessible.cpp:1910:75: note: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNode'.
firefox-60.1.0/accessible/generic/DocAccessible.cpp:1968:43: style: Function 'ContentRemoved' argument 1 names different: declaration 'aAccessible' definition 'aChild'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/DocAccessible.h:354:35: note: Function 'ContentRemoved' argument 1 names different: declaration 'aAccessible' definition 'aChild'.
firefox-60.1.0/accessible/generic/DocAccessible.cpp:1968:43: note: Function 'ContentRemoved' argument 1 names different: declaration 'aAccessible' definition 'aChild'.
firefox-60.1.0/accessible/generic/DocAccessible.cpp:2024:54: style: Function 'RelocateARIAOwnedIfNeeded' argument 1 names different: declaration 'aEl' definition 'aElement'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/DocAccessible.h:371:46: note: Function 'RelocateARIAOwnedIfNeeded' argument 1 names different: declaration 'aEl' definition 'aElement'.
firefox-60.1.0/accessible/generic/DocAccessible.cpp:2024:54: note: Function 'RelocateARIAOwnedIfNeeded' argument 1 names different: declaration 'aEl' definition 'aElement'.
firefox-60.1.0/accessible/generic/HyperTextAccessible.cpp:52:35: style: Function 'HyperTextAccessible' argument 1 names different: declaration 'aContent' definition 'aNode'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/HyperTextAccessible.h:52:35: note: Function 'HyperTextAccessible' argument 1 names different: declaration 'aContent' definition 'aNode'.
firefox-60.1.0/accessible/generic/HyperTextAccessible.cpp:52:35: note: Function 'HyperTextAccessible' argument 1 names different: declaration 'aContent' definition 'aNode'.
firefox-60.1.0/accessible/generic/OuterDocAccessible.cpp:115:62: style: Function 'InsertChildAt' argument 2 names different: declaration 'aChild' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/OuterDocAccessible.h:39:57: note: Function 'InsertChildAt' argument 2 names different: declaration 'aChild' definition 'aAccessible'.
firefox-60.1.0/accessible/generic/OuterDocAccessible.cpp:115:62: note: Function 'InsertChildAt' argument 2 names different: declaration 'aChild' definition 'aAccessible'.
firefox-60.1.0/accessible/generic/RootAccessible.cpp:232:42: style: Function 'HandleEvent' argument 1 names different: declaration 'aEvent' definition 'aDOMEvent'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/RootAccessible.h:28:39: note: Function 'HandleEvent' argument 1 names different: declaration 'aEvent' definition 'aDOMEvent'.
firefox-60.1.0/accessible/generic/RootAccessible.cpp:232:42: note: Function 'HandleEvent' argument 1 names different: declaration 'aEvent' definition 'aDOMEvent'.
firefox-60.1.0/accessible/generic/RootAccessible.cpp:264:46: style: Function 'ProcessDOMEvent' argument 1 names different: declaration 'aEvent' definition 'aDOMEvent'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/RootAccessible.h:61:37: note: Function 'ProcessDOMEvent' argument 1 names different: declaration 'aEvent' definition 'aDOMEvent'.
firefox-60.1.0/accessible/generic/RootAccessible.cpp:264:46: note: Function 'ProcessDOMEvent' argument 1 names different: declaration 'aEvent' definition 'aDOMEvent'.
firefox-60.1.0/accessible/generic/RootAccessible.cpp:546:49: style: Function 'HandlePopupHidingEvent' argument 1 names different: declaration 'aNode' definition 'aPopupNode'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/generic/RootAccessible.h:71:40: note: Function 'HandlePopupHidingEvent' argument 1 names different: declaration 'aNode' definition 'aPopupNode'.
firefox-60.1.0/accessible/generic/RootAccessible.cpp:546:49: note: Function 'HandlePopupHidingEvent' argument 1 names different: declaration 'aNode' definition 'aPopupNode'.
firefox-60.1.0/accessible/html/HTMLFormControlAccessible.cpp:512:51: style: Function 'HandleAccEvent' argument 1 names different: declaration 'aAccEvent' definition 'aEvent'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/html/HTMLFormControlAccessible.h:162:45: note: Function 'HandleAccEvent' argument 1 names different: declaration 'aAccEvent' definition 'aEvent'.
firefox-60.1.0/accessible/html/HTMLFormControlAccessible.cpp:512:51: note: Function 'HandleAccEvent' argument 1 names different: declaration 'aAccEvent' definition 'aEvent'.
firefox-60.1.0/accessible/html/HTMLImageMapAccessible.cpp:84:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-60.1.0/accessible/html/HTMLTableAccessible.cpp:461:50: style: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/html/HTMLTableAccessible.h:165:48: note: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'.
firefox-60.1.0/accessible/html/HTMLTableAccessible.cpp:461:50: note: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'.
firefox-60.1.0/accessible/html/HTMLTableAccessible.cpp:617:38: style: Function 'CellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/html/HTMLTableAccessible.h:134:39: note: Function 'CellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/html/HTMLTableAccessible.cpp:617:38: note: Function 'CellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/html/HTMLTableAccessible.cpp:617:56: style: Function 'CellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/html/HTMLTableAccessible.h:134:59: note: Function 'CellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/html/HTMLTableAccessible.cpp:617:56: note: Function 'CellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/html/HTMLTableAccessible.cpp:1118:52: style: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/html/HTMLTableAccessible.h:224:48: note: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'.
firefox-60.1.0/accessible/html/HTMLTableAccessible.cpp:1118:52: note: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'.
firefox-60.1.0/accessible/ipc/DocAccessibleParent.cpp:213:69: style: Function 'RecvEvent' argument 2 names different: declaration 'aType' definition 'aEventType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/ipc/DocAccessibleParent.h:73:82: note: Function 'RecvEvent' argument 2 names different: declaration 'aType' definition 'aEventType'.
firefox-60.1.0/accessible/ipc/DocAccessibleParent.cpp:213:69: note: Function 'RecvEvent' argument 2 names different: declaration 'aType' definition 'aEventType'.
firefox-60.1.0/accessible/ipc/win/DocAccessibleChild.cpp:116:68: style: Function 'SendEvent' argument 2 names different: declaration 'type' definition 'aType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/ipc/win/DocAccessibleChild.h:43:55: note: Function 'SendEvent' argument 2 names different: declaration 'type' definition 'aType'.
firefox-60.1.0/accessible/ipc/win/DocAccessibleChild.cpp:116:68: note: Function 'SendEvent' argument 2 names different: declaration 'type' definition 'aType'.
firefox-60.1.0/accessible/ipc/win/ProxyAccessible.h:56:12: warning: Member variable 'ProxyAccessible::mSafeToRecurse' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/accessible/ipc/win/handler/AccessibleHandler.cpp:482:37: style: Function 'MarshalAs' argument 1 names different: declaration 'aRequestedIid' definition 'aIid'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/ipc/win/handler/AccessibleHandler.h:67:27: note: Function 'MarshalAs' argument 1 names different: declaration 'aRequestedIid' definition 'aIid'.
firefox-60.1.0/accessible/ipc/win/handler/AccessibleHandler.cpp:482:37: note: Function 'MarshalAs' argument 1 names different: declaration 'aRequestedIid' definition 'aIid'.
firefox-60.1.0/accessible/ipc/win/handler/AccessibleHandler.cpp:536:65: style: Function 'WriteHandlerPayload' argument 2 names different: declaration 'aIId' definition 'aIid'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/ipc/win/handler/AccessibleHandler.h:72:56: note: Function 'WriteHandlerPayload' argument 2 names different: declaration 'aIId' definition 'aIid'.
firefox-60.1.0/accessible/ipc/win/handler/AccessibleHandler.cpp:536:65: note: Function 'WriteHandlerPayload' argument 2 names different: declaration 'aIId' definition 'aIid'.
firefox-60.1.0/accessible/ipc/win/handler/HandlerChildEnumerator.h:21:1: warning: The class 'HandlerChildEnumerator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:40:37: style: Function 'nActions' argument 1 names different: declaration 'nActions' definition 'aActionCount'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:27:33: note: Function 'nActions' argument 1 names different: declaration 'nActions' definition 'aActionCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:40:37: note: Function 'nActions' argument 1 names different: declaration 'nActions' definition 'aActionCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:56:36: style: Function 'doAction' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:30:23: note: Function 'doAction' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:56:36: note: Function 'doAction' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:67:43: style: Function 'get_description' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:33:23: note: Function 'get_description' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:67:43: note: Function 'get_description' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:67:63: style: Function 'get_description' argument 2 names different: declaration 'description' definition 'aDescription'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:34:33: note: Function 'get_description' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:67:63: note: Function 'get_description' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:89:42: style: Function 'get_keyBinding' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:37:23: note: Function 'get_keyBinding' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:89:42: note: Function 'get_keyBinding' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:89:61: style: Function 'get_keyBinding' argument 2 names different: declaration 'nMaxBinding' definition 'aNumMaxBinding'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:38:23: note: Function 'get_keyBinding' argument 2 names different: declaration 'nMaxBinding' definition 'aNumMaxBinding'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:89:61: note: Function 'get_keyBinding' argument 2 names different: declaration 'nMaxBinding' definition 'aNumMaxBinding'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:90:42: style: Function 'get_keyBinding' argument 3 names different: declaration 'keyBinding' definition 'aKeyBinding'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:39:66: note: Function 'get_keyBinding' argument 3 names different: declaration 'keyBinding' definition 'aKeyBinding'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:90:42: note: Function 'get_keyBinding' argument 3 names different: declaration 'keyBinding' definition 'aKeyBinding'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:91:41: style: Function 'get_keyBinding' argument 4 names different: declaration 'nBinding' definition 'aNumBinding'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:40:33: note: Function 'get_keyBinding' argument 4 names different: declaration 'nBinding' definition 'aNumBinding'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:91:41: note: Function 'get_keyBinding' argument 4 names different: declaration 'nBinding' definition 'aNumBinding'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:135:36: style: Function 'get_name' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:43:23: note: Function 'get_name' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:135:36: note: Function 'get_name' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:135:56: style: Function 'get_name' argument 2 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:44:33: note: Function 'get_name' argument 2 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:135:56: note: Function 'get_name' argument 2 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:157:45: style: Function 'get_localizedName' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:47:23: note: Function 'get_localizedName' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:157:45: note: Function 'get_localizedName' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:157:65: style: Function 'get_localizedName' argument 2 names different: declaration 'localizedName' definition 'aLocalizedName'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.h:48:33: note: Function 'get_localizedName' argument 2 names different: declaration 'localizedName' definition 'aLocalizedName'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleAction.cpp:157:65: note: Function 'get_localizedName' argument 2 names different: declaration 'localizedName' definition 'aLocalizedName'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:42:52: style: Function 'get_locationInParent' argument 1 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.h:25:25: note: Function 'get_locationInParent' argument 1 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:42:52: note: Function 'get_locationInParent' argument 1 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:42:62: style: Function 'get_locationInParent' argument 2 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.h:26:33: note: Function 'get_locationInParent' argument 2 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:42:62: note: Function 'get_locationInParent' argument 2 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:79:50: style: Function 'get_foreground' argument 1 names different: declaration 'foreground' definition 'aForeground'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.h:29:37: note: Function 'get_foreground' argument 1 names different: declaration 'foreground' definition 'aForeground'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:79:50: note: Function 'get_foreground' argument 1 names different: declaration 'foreground' definition 'aForeground'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:98:50: style: Function 'get_background' argument 1 names different: declaration 'background' definition 'aBackground'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.h:32:37: note: Function 'get_background' argument 1 names different: declaration 'background' definition 'aBackground'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:98:50: note: Function 'get_background' argument 1 names different: declaration 'background' definition 'aBackground'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:23:42: style: Function 'copyText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:24:23: note: Function 'copyText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:23:42: note: Function 'copyText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:23:61: style: Function 'copyText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:25:23: note: Function 'copyText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:23:61: note: Function 'copyText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:39:44: style: Function 'deleteText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:28:23: note: Function 'deleteText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:39:44: note: Function 'deleteText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:39:63: style: Function 'deleteText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:29:23: note: Function 'deleteText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:39:63: note: Function 'deleteText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:55:44: style: Function 'insertText' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:32:23: note: Function 'insertText' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:55:44: note: Function 'insertText' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:55:59: style: Function 'insertText' argument 2 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:33:24: note: Function 'insertText' argument 2 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:55:59: note: Function 'insertText' argument 2 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:73:41: style: Function 'cutText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:36:23: note: Function 'cutText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:73:41: note: Function 'cutText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:73:60: style: Function 'cutText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:37:23: note: Function 'cutText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:73:60: note: Function 'cutText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:89:43: style: Function 'pasteText' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:40:23: note: Function 'pasteText' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:89:43: note: Function 'pasteText' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:105:45: style: Function 'replaceText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:43:23: note: Function 'replaceText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:105:45: note: Function 'replaceText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:105:64: style: Function 'replaceText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:44:23: note: Function 'replaceText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:105:64: note: Function 'replaceText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:106:46: style: Function 'replaceText' argument 3 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:45:24: note: Function 'replaceText' argument 3 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:106:46: note: Function 'replaceText' argument 3 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:125:47: style: Function 'setAttributes' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:48:23: note: Function 'setAttributes' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:125:47: note: Function 'setAttributes' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:125:66: style: Function 'setAttributes' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:49:23: note: Function 'setAttributes' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:125:66: note: Function 'setAttributes' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:126:48: style: Function 'setAttributes' argument 3 names different: declaration 'attributes' definition 'aAttributes'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.h:50:24: note: Function 'setAttributes' argument 3 names different: declaration 'attributes' definition 'aAttributes'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:126:48: note: Function 'setAttributes' argument 3 names different: declaration 'attributes' definition 'aAttributes'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:20:47: style: Function 'get_nHyperlinks' argument 1 names different: declaration 'hyperlinkCount' definition 'aHyperlinkCount'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:29:33: note: Function 'get_nHyperlinks' argument 1 names different: declaration 'hyperlinkCount' definition 'aHyperlinkCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:20:47: note: Function 'get_nHyperlinks' argument 1 names different: declaration 'hyperlinkCount' definition 'aHyperlinkCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:38:44: style: Function 'get_hyperlink' argument 1 names different: declaration 'index' definition 'aLinkIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:32:23: note: Function 'get_hyperlink' argument 1 names different: declaration 'index' definition 'aLinkIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:38:44: note: Function 'get_hyperlink' argument 1 names different: declaration 'index' definition 'aLinkIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:39:62: style: Function 'get_hyperlink' argument 2 names different: declaration 'hyperlink' definition 'aHyperlink'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:33:50: note: Function 'get_hyperlink' argument 2 names different: declaration 'hyperlink' definition 'aHyperlink'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:39:62: note: Function 'get_hyperlink' argument 2 names different: declaration 'hyperlink' definition 'aHyperlink'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:65:49: style: Function 'get_hyperlinkIndex' argument 1 names different: declaration 'charIndex' definition 'aCharIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:36:23: note: Function 'get_hyperlinkIndex' argument 1 names different: declaration 'charIndex' definition 'aCharIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:65:49: note: Function 'get_hyperlinkIndex' argument 1 names different: declaration 'charIndex' definition 'aCharIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:65:67: style: Function 'get_hyperlinkIndex' argument 2 names different: declaration 'hyperlinkIndex' definition 'aHyperlinkIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:37:33: note: Function 'get_hyperlinkIndex' argument 2 names different: declaration 'hyperlinkIndex' definition 'aHyperlinkIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:65:67: note: Function 'get_hyperlinkIndex' argument 2 names different: declaration 'hyperlinkIndex' definition 'aHyperlinkIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:83:64: style: Function 'get_hyperlinks' argument 1 names different: declaration 'hyperlinks' definition 'aHyperlinks'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:41:67: note: Function 'get_hyperlinks' argument 1 names different: declaration 'hyperlinks' definition 'aHyperlinks'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:83:64: note: Function 'get_hyperlinks' argument 1 names different: declaration 'hyperlinks' definition 'aHyperlinks'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:84:45: style: Function 'get_hyperlinks' argument 2 names different: declaration 'nHyperlinks' definition 'aNHyperlinks'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:42:33: note: Function 'get_hyperlinks' argument 2 names different: declaration 'nHyperlinks' definition 'aNHyperlinks'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:84:45: note: Function 'get_hyperlinks' argument 2 names different: declaration 'nHyperlinks' definition 'aNHyperlinks'.
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:24:37: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:28:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:34:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:37:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:45:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:48:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:54:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:59:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:64:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:71:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:78:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:85:37: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:88:37: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:91:37: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:96:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:99:37: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:104:37: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:111:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.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-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:114:53: note: Virtual function in base class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:44:43: style: Function 'get_description' argument 1 names different: declaration 'description' definition 'aDescription'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.h:25:33: note: Function 'get_description' argument 1 names different: declaration 'description' definition 'aDescription'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:44:43: note: Function 'get_description' argument 1 names different: declaration 'description' definition 'aDescription'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:65:62: style: Function 'get_imagePosition' argument 1 names different: declaration 'coordinateType' definition 'aCoordType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.h:28:41: note: Function 'get_imagePosition' argument 1 names different: declaration 'coordinateType' definition 'aCoordType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:65:62: note: Function 'get_imagePosition' argument 1 names different: declaration 'coordinateType' definition 'aCoordType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:66:45: style: Function 'get_imagePosition' argument 2 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.h:29:25: note: Function 'get_imagePosition' argument 2 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:66:45: note: Function 'get_imagePosition' argument 2 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:67:45: style: Function 'get_imagePosition' argument 3 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.h:30:33: note: Function 'get_imagePosition' argument 3 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:67:45: note: Function 'get_imagePosition' argument 3 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:90:41: style: Function 'get_imageSize' argument 1 names different: declaration 'height' definition 'aHeight'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.h:33:25: note: Function 'get_imageSize' argument 1 names different: declaration 'height' definition 'aHeight'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:90:41: note: Function 'get_imageSize' argument 1 names different: declaration 'height' definition 'aHeight'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:90:56: style: Function 'get_imageSize' argument 2 names different: declaration 'width' definition 'aWidth'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.h:34:33: note: Function 'get_imageSize' argument 2 names different: declaration 'width' definition 'aWidth'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleImage.cpp:90:56: note: Function 'get_imageSize' argument 2 names different: declaration 'width' definition 'aWidth'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:55:56: style: Function 'get_localizedRelationType' argument 1 names different: declaration 'localizedRelationType' definition 'aLocalizedRelationType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.h:39:33: note: Function 'get_localizedRelationType' argument 1 names different: declaration 'localizedRelationType' definition 'aLocalizedRelationType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:55:56: note: Function 'get_localizedRelationType' argument 1 names different: declaration 'localizedRelationType' definition 'aLocalizedRelationType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:65:43: style: Function 'get_nTargets' argument 1 names different: declaration 'nTargets' definition 'aNTargets'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.h:42:33: note: Function 'get_nTargets' argument 1 names different: declaration 'nTargets' definition 'aNTargets'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:65:43: note: Function 'get_nTargets' argument 1 names different: declaration 'nTargets' definition 'aNTargets'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:75:40: style: Function 'get_target' argument 1 names different: declaration 'targetIndex' definition 'aTargetIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.h:45:23: note: Function 'get_target' argument 1 names different: declaration 'targetIndex' definition 'aTargetIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:75:40: note: Function 'get_target' argument 1 names different: declaration 'targetIndex' definition 'aTargetIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:75:65: style: Function 'get_target' argument 2 names different: declaration 'target' definition 'aTarget'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.h:46:38: note: Function 'get_target' argument 2 names different: declaration 'target' definition 'aTarget'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:75:65: note: Function 'get_target' argument 2 names different: declaration 'target' definition 'aTarget'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:89:41: style: Function 'get_targets' argument 1 names different: declaration 'maxTargets' definition 'aMaxTargets'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.h:49:23: note: Function 'get_targets' argument 1 names different: declaration 'maxTargets' definition 'aMaxTargets'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:89:41: note: Function 'get_targets' argument 1 names different: declaration 'maxTargets' definition 'aMaxTargets'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:89:65: style: Function 'get_targets' argument 2 names different: declaration 'target' definition 'aTargets'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.h:50:50: note: Function 'get_targets' argument 2 names different: declaration 'target' definition 'aTargets'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:89:65: note: Function 'get_targets' argument 2 names different: declaration 'target' definition 'aTargets'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:90:42: style: Function 'get_targets' argument 3 names different: declaration 'nTargets' definition 'aNTargets'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.h:51:33: note: Function 'get_targets' argument 3 names different: declaration 'nTargets' definition 'aNTargets'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:90:42: note: Function 'get_targets' argument 3 names different: declaration 'nTargets' definition 'aNTargets'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:54:43: style: Function 'get_accessibleAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:29:23: note: Function 'get_accessibleAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:54:43: note: Function 'get_accessibleAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:54:57: style: Function 'get_accessibleAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:30:23: note: Function 'get_accessibleAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:54:57: note: Function 'get_accessibleAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:55:49: style: Function 'get_accessibleAt' argument 3 names different: declaration 'accessible' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:31:38: note: Function 'get_accessibleAt' argument 3 names different: declaration 'accessible' definition 'aAccessible'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:55:49: note: Function 'get_accessibleAt' argument 3 names different: declaration 'accessible' definition 'aAccessible'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:61:44: style: Function 'get_caption' argument 1 names different: declaration 'accessible' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:34:38: note: Function 'get_caption' argument 1 names different: declaration 'accessible' definition 'aAccessible'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:61:44: note: Function 'get_caption' argument 1 names different: declaration 'accessible' definition 'aAccessible'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:79:41: style: Function 'get_childIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:37:23: note: Function 'get_childIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:79:41: note: Function 'get_childIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:79:55: style: Function 'get_childIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:38:23: note: Function 'get_childIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:79:55: note: Function 'get_childIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:80:42: style: Function 'get_childIndex' argument 3 names different: declaration 'childIndex' definition 'aChildIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:39:33: note: Function 'get_childIndex' argument 3 names different: declaration 'childIndex' definition 'aChildIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:80:42: note: Function 'get_childIndex' argument 3 names different: declaration 'childIndex' definition 'aChildIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:99:48: style: Function 'get_columnDescription' argument 1 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:42:23: note: Function 'get_columnDescription' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:99:48: note: Function 'get_columnDescription' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:99:63: style: Function 'get_columnDescription' argument 2 names different: declaration 'description' definition 'aDescription'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:43:33: note: Function 'get_columnDescription' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:99:63: note: Function 'get_columnDescription' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:121:45: style: Function 'get_columnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:46:23: note: Function 'get_columnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:121:45: note: Function 'get_columnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:121:59: style: Function 'get_columnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:47:23: note: Function 'get_columnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:121:59: note: Function 'get_columnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:122:45: style: Function 'get_columnExtentAt' argument 3 names different: declaration 'nColumnsSpanned' definition 'aSpan'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:48:33: note: Function 'get_columnExtentAt' argument 3 names different: declaration 'nColumnsSpanned' definition 'aSpan'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:122:45: note: Function 'get_columnExtentAt' argument 3 names different: declaration 'nColumnsSpanned' definition 'aSpan'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:141:57: style: Function 'get_columnHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:51:38: note: Function 'get_columnHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:141:57: note: Function 'get_columnHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:142:43: style: Function 'get_columnHeader' argument 2 names different: declaration 'startingRowIndex' definition 'aStartingRowIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:52:33: note: Function 'get_columnHeader' argument 2 names different: declaration 'startingRowIndex' definition 'aStartingRowIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:142:43: note: Function 'get_columnHeader' argument 2 names different: declaration 'startingRowIndex' definition 'aStartingRowIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:153:42: style: Function 'get_columnIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:55:23: note: Function 'get_columnIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:153:42: note: Function 'get_columnIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:153:58: style: Function 'get_columnIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:56:33: note: Function 'get_columnIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:153:58: note: Function 'get_columnIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:171:40: style: Function 'get_nColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:59:33: note: Function 'get_nColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:171:40: note: Function 'get_nColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:185:37: style: Function 'get_nRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:62:33: note: Function 'get_nRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:185:37: note: Function 'get_nRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:199:49: style: Function 'get_nSelectedChildren' argument 1 names different: declaration 'childCount' definition 'aChildCount'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:65:33: note: Function 'get_nSelectedChildren' argument 1 names different: declaration 'childCount' definition 'aChildCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:199:49: note: Function 'get_nSelectedChildren' argument 1 names different: declaration 'childCount' definition 'aChildCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:205:48: style: Function 'get_nSelectedColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:68:33: note: Function 'get_nSelectedColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:205:48: note: Function 'get_nSelectedColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:219:45: style: Function 'get_nSelectedRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:71:33: note: Function 'get_nSelectedRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:219:45: note: Function 'get_nSelectedRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:234:45: style: Function 'get_rowDescription' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:74:23: note: Function 'get_rowDescription' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:234:45: note: Function 'get_rowDescription' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:234:60: style: Function 'get_rowDescription' argument 2 names different: declaration 'description' definition 'aDescription'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:75:33: note: Function 'get_rowDescription' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:234:60: note: Function 'get_rowDescription' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:42: style: Function 'get_rowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:78:23: note: Function 'get_rowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:42: note: Function 'get_rowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:56: style: Function 'get_rowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:79:23: note: Function 'get_rowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:56: note: Function 'get_rowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:71: style: Function 'get_rowExtentAt' argument 3 names different: declaration 'nRowsSpanned' definition 'aSpan'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:80:33: note: Function 'get_rowExtentAt' argument 3 names different: declaration 'nRowsSpanned' definition 'aSpan'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:71: note: Function 'get_rowExtentAt' argument 3 names different: declaration 'nRowsSpanned' definition 'aSpan'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:275:54: style: Function 'get_rowHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:83:38: note: Function 'get_rowHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:275:54: note: Function 'get_rowHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:276:41: style: Function 'get_rowHeader' argument 2 names different: declaration 'startingColumnIndex' definition 'aStartingColumnIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:84:33: note: Function 'get_rowHeader' argument 2 names different: declaration 'startingColumnIndex' definition 'aStartingColumnIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:276:41: note: Function 'get_rowHeader' argument 2 names different: declaration 'startingColumnIndex' definition 'aStartingColumnIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:287:39: style: Function 'get_rowIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:87:23: note: Function 'get_rowIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:287:39: note: Function 'get_rowIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:287:55: style: Function 'get_rowIndex' argument 2 names different: declaration 'rowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:88:33: note: Function 'get_rowIndex' argument 2 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:287:55: note: Function 'get_rowIndex' argument 2 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:305:47: style: Function 'get_selectedChildren' argument 1 names different: declaration 'maxChildren' definition 'aMaxChildren'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:91:23: note: Function 'get_selectedChildren' argument 1 names different: declaration 'maxChildren' definition 'aMaxChildren'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:305:47: note: Function 'get_selectedChildren' argument 1 names different: declaration 'maxChildren' definition 'aMaxChildren'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:305:68: style: Function 'get_selectedChildren' argument 2 names different: declaration 'children' definition 'aChildren'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:92:66: note: Function 'get_selectedChildren' argument 2 names different: declaration 'children' definition 'aChildren'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:305:68: note: Function 'get_selectedChildren' argument 2 names different: declaration 'children' definition 'aChildren'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:306:48: style: Function 'get_selectedChildren' argument 3 names different: declaration 'nChildren' definition 'aNChildren'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:93:33: note: Function 'get_selectedChildren' argument 3 names different: declaration 'nChildren' definition 'aNChildren'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:306:48: note: Function 'get_selectedChildren' argument 3 names different: declaration 'nChildren' definition 'aNChildren'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:332:46: style: Function 'get_selectedColumns' argument 1 names different: declaration 'maxColumns' definition 'aMaxColumns'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:96:23: note: Function 'get_selectedColumns' argument 1 names different: declaration 'maxColumns' definition 'aMaxColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:332:46: note: Function 'get_selectedColumns' argument 1 names different: declaration 'maxColumns' definition 'aMaxColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:332:66: style: Function 'get_selectedColumns' argument 2 names different: declaration 'columns' definition 'aColumns'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:97:66: note: Function 'get_selectedColumns' argument 2 names different: declaration 'columns' definition 'aColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:332:66: note: Function 'get_selectedColumns' argument 2 names different: declaration 'columns' definition 'aColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:333:47: style: Function 'get_selectedColumns' argument 3 names different: declaration 'nColumns' definition 'aNColumns'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:98:33: note: Function 'get_selectedColumns' argument 3 names different: declaration 'nColumns' definition 'aNColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:333:47: note: Function 'get_selectedColumns' argument 3 names different: declaration 'nColumns' definition 'aNColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:43: style: Function 'get_selectedRows' argument 1 names different: declaration 'maxRows' definition 'aMaxRows'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:101:23: note: Function 'get_selectedRows' argument 1 names different: declaration 'maxRows' definition 'aMaxRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:43: note: Function 'get_selectedRows' argument 1 names different: declaration 'maxRows' definition 'aMaxRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:60: style: Function 'get_selectedRows' argument 2 names different: declaration 'rows' definition 'aRows'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:102:66: note: Function 'get_selectedRows' argument 2 names different: declaration 'rows' definition 'aRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:60: note: Function 'get_selectedRows' argument 2 names different: declaration 'rows' definition 'aRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:73: style: Function 'get_selectedRows' argument 3 names different: declaration 'nRows' definition 'aNRows'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:103:33: note: Function 'get_selectedRows' argument 3 names different: declaration 'nRows' definition 'aNRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:73: note: Function 'get_selectedRows' argument 3 names different: declaration 'nRows' definition 'aNRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:345:44: style: Function 'get_summary' argument 1 names different: declaration 'accessible' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:106:38: note: Function 'get_summary' argument 1 names different: declaration 'accessible' definition 'aAccessible'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:345:44: note: Function 'get_summary' argument 1 names different: declaration 'accessible' definition 'aAccessible'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:360:47: style: Function 'get_isColumnSelected' argument 1 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:109:23: note: Function 'get_isColumnSelected' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:360:47: note: Function 'get_isColumnSelected' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:360:65: style: Function 'get_isColumnSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:110:36: note: Function 'get_isColumnSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:360:65: note: Function 'get_isColumnSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:377:44: style: Function 'get_isRowSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:113:23: note: Function 'get_isRowSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:377:44: note: Function 'get_isRowSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:377:62: style: Function 'get_isRowSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:114:36: note: Function 'get_isRowSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:377:62: note: Function 'get_isRowSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:394:41: style: Function 'get_isSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:117:23: note: Function 'get_isSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:394:41: note: Function 'get_isSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:394:55: style: Function 'get_isSelected' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:118:23: note: Function 'get_isSelected' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:394:55: note: Function 'get_isSelected' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:395:45: style: Function 'get_isSelected' argument 3 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:119:36: note: Function 'get_isSelected' argument 3 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:395:45: note: Function 'get_isSelected' argument 3 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:414:36: style: Function 'selectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:122:23: note: Function 'selectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:414:36: note: Function 'selectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:427:39: style: Function 'selectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:125:23: note: Function 'selectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:427:39: note: Function 'selectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:440:38: style: Function 'unselectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:128:23: note: Function 'unselectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:440:38: note: Function 'unselectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:453:41: style: Function 'unselectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:131:23: note: Function 'unselectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:453:41: note: Function 'unselectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:466:54: style: Function 'get_rowColumnExtentsAtIndex' argument 1 names different: declaration 'index' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:134:23: note: Function 'get_rowColumnExtentsAtIndex' argument 1 names different: declaration 'index' definition 'aCellIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:466:54: note: Function 'get_rowColumnExtentsAtIndex' argument 1 names different: declaration 'index' definition 'aCellIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:466:70: style: Function 'get_rowColumnExtentsAtIndex' argument 2 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:135:25: note: Function 'get_rowColumnExtentsAtIndex' argument 2 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:466:70: note: Function 'get_rowColumnExtentsAtIndex' argument 2 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:467:55: style: Function 'get_rowColumnExtentsAtIndex' argument 3 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:136:25: note: Function 'get_rowColumnExtentsAtIndex' argument 3 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:467:55: note: Function 'get_rowColumnExtentsAtIndex' argument 3 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:468:55: style: Function 'get_rowColumnExtentsAtIndex' argument 4 names different: declaration 'rowExtents' definition 'aRowExtents'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:137:25: note: Function 'get_rowColumnExtentsAtIndex' argument 4 names different: declaration 'rowExtents' definition 'aRowExtents'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:468:55: note: Function 'get_rowColumnExtentsAtIndex' argument 4 names different: declaration 'rowExtents' definition 'aRowExtents'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:469:55: style: Function 'get_rowColumnExtentsAtIndex' argument 5 names different: declaration 'columnExtents' definition 'aColExtents'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:138:25: note: Function 'get_rowColumnExtentsAtIndex' argument 5 names different: declaration 'columnExtents' definition 'aColExtents'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:469:55: note: Function 'get_rowColumnExtentsAtIndex' argument 5 names different: declaration 'columnExtents' definition 'aColExtents'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:470:58: style: Function 'get_rowColumnExtentsAtIndex' argument 6 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:139:36: note: Function 'get_rowColumnExtentsAtIndex' argument 6 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:470:58: note: Function 'get_rowColumnExtentsAtIndex' argument 6 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:499:58: style: Function 'get_modelChange' argument 1 names different: declaration 'modelChange' definition 'aModelChange'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:142:48: note: Function 'get_modelChange' argument 1 names different: declaration 'modelChange' definition 'aModelChange'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:499:58: note: Function 'get_modelChange' argument 1 names different: declaration 'modelChange' definition 'aModelChange'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:37: style: Function 'get_cellAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:148:23: note: Function 'get_cellAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:37: note: Function 'get_cellAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:51: style: Function 'get_cellAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:149:23: note: Function 'get_cellAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:51: note: Function 'get_cellAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:71: style: Function 'get_cellAt' argument 3 names different: declaration 'cell' definition 'aCell'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:150:38: note: Function 'get_cellAt' argument 3 names different: declaration 'cell' definition 'aCell'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:71: note: Function 'get_cellAt' argument 3 names different: declaration 'cell' definition 'aCell'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:528:46: style: Function 'get_nSelectedCells' argument 1 names different: declaration 'cellCount' definition 'aCellCount'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:153:33: note: Function 'get_nSelectedCells' argument 1 names different: declaration 'cellCount' definition 'aCellCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:528:46: note: Function 'get_nSelectedCells' argument 1 names different: declaration 'cellCount' definition 'aCellCount'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:542:51: style: Function 'get_selectedCells' argument 1 names different: declaration 'cells' definition 'aCells'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:156:59: note: Function 'get_selectedCells' argument 1 names different: declaration 'cells' definition 'aCells'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:542:51: note: Function 'get_selectedCells' argument 1 names different: declaration 'cells' definition 'aCells'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:542:65: style: Function 'get_selectedCells' argument 2 names different: declaration 'nSelectedCells' definition 'aNSelectedCells'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:157:33: note: Function 'get_selectedCells' argument 2 names different: declaration 'nSelectedCells' definition 'aNSelectedCells'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:542:65: note: Function 'get_selectedCells' argument 2 names different: declaration 'nSelectedCells' definition 'aNSelectedCells'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:574:48: style: Function 'get_selectedColumns' argument 1 names different: declaration 'selectedColumns' definition 'aColumns'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:160:47: note: Function 'get_selectedColumns' argument 1 names different: declaration 'selectedColumns' definition 'aColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:574:48: note: Function 'get_selectedColumns' argument 1 names different: declaration 'selectedColumns' definition 'aColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:574:64: style: Function 'get_selectedColumns' argument 2 names different: declaration 'nColumns' definition 'aNColumns'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:161:33: note: Function 'get_selectedColumns' argument 2 names different: declaration 'nColumns' definition 'aNColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:574:64: note: Function 'get_selectedColumns' argument 2 names different: declaration 'nColumns' definition 'aNColumns'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:600:45: style: Function 'get_selectedRows' argument 1 names different: declaration 'selectedRows' definition 'aRows'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:164:44: note: Function 'get_selectedRows' argument 1 names different: declaration 'selectedRows' definition 'aRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:600:45: note: Function 'get_selectedRows' argument 1 names different: declaration 'selectedRows' definition 'aRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:600:58: style: Function 'get_selectedRows' argument 2 names different: declaration 'nRows' definition 'aNRows'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:165:33: note: Function 'get_selectedRows' argument 2 names different: declaration 'nRows' definition 'aNRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.cpp:600:58: note: Function 'get_selectedRows' argument 2 names different: declaration 'nRows' definition 'aNRows'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTable.h:168:3: style: Class 'ia2AccessibleTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:47:46: style: Function 'get_table' argument 1 names different: declaration 'table' definition 'aTable'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:27:38: note: Function 'get_table' argument 1 names different: declaration 'table' definition 'aTable'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:47:46: note: Function 'get_table' argument 1 names different: declaration 'table' definition 'aTable'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:67:48: style: Function 'get_columnExtent' argument 1 names different: declaration 'nColumnsSpanned' definition 'aSpan'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:30:33: note: Function 'get_columnExtent' argument 1 names different: declaration 'nColumnsSpanned' definition 'aSpan'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:67:48: note: Function 'get_columnExtent' argument 1 names different: declaration 'nColumnsSpanned' definition 'aSpan'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:82:59: style: Function 'get_columnHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:33:63: note: Function 'get_columnHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:82:59: note: Function 'get_columnHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:83:53: style: Function 'get_columnHeaderCells' argument 2 names different: declaration 'nColumnHeaderCells' definition 'aNColumnHeaderCells'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:34:33: note: Function 'get_columnHeaderCells' argument 2 names different: declaration 'nColumnHeaderCells' definition 'aNColumnHeaderCells'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:83:53: note: Function 'get_columnHeaderCells' argument 2 names different: declaration 'nColumnHeaderCells' definition 'aNColumnHeaderCells'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:114:47: style: Function 'get_columnIndex' argument 1 names different: declaration 'columnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:37:33: note: Function 'get_columnIndex' argument 1 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:114:47: note: Function 'get_columnIndex' argument 1 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:128:45: style: Function 'get_rowExtent' argument 1 names different: declaration 'nRowsSpanned' definition 'aSpan'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:40:33: note: Function 'get_rowExtent' argument 1 names different: declaration 'nRowsSpanned' definition 'aSpan'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:128:45: note: Function 'get_rowExtent' argument 1 names different: declaration 'nRowsSpanned' definition 'aSpan'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:142:56: style: Function 'get_rowHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:43:60: note: Function 'get_rowHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:142:56: note: Function 'get_rowHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:143:50: style: Function 'get_rowHeaderCells' argument 2 names different: declaration 'nRowHeaderCells' definition 'aNRowHeaderCells'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:44:33: note: Function 'get_rowHeaderCells' argument 2 names different: declaration 'nRowHeaderCells' definition 'aNRowHeaderCells'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:143:50: note: Function 'get_rowHeaderCells' argument 2 names different: declaration 'nRowHeaderCells' definition 'aNRowHeaderCells'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:173:44: style: Function 'get_rowIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:47:33: note: Function 'get_rowIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:173:44: note: Function 'get_rowIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:187:52: style: Function 'get_rowColumnExtents' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:50:25: note: Function 'get_rowColumnExtents' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:187:52: note: Function 'get_rowColumnExtents' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:187:67: style: Function 'get_rowColumnExtents' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:51:25: note: Function 'get_rowColumnExtents' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:187:67: note: Function 'get_rowColumnExtents' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:188:52: style: Function 'get_rowColumnExtents' argument 3 names different: declaration 'rowExtents' definition 'aRowExtents'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:52:25: note: Function 'get_rowColumnExtents' argument 3 names different: declaration 'rowExtents' definition 'aRowExtents'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:188:52: note: Function 'get_rowColumnExtents' argument 3 names different: declaration 'rowExtents' definition 'aRowExtents'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:189:52: style: Function 'get_rowColumnExtents' argument 4 names different: declaration 'columnExtents' definition 'aColExtents'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:53:25: note: Function 'get_rowColumnExtents' argument 4 names different: declaration 'columnExtents' definition 'aColExtents'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:189:52: note: Function 'get_rowColumnExtents' argument 4 names different: declaration 'columnExtents' definition 'aColExtents'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:190:55: style: Function 'get_rowColumnExtents' argument 5 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:54:36: note: Function 'get_rowColumnExtents' argument 5 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:190:55: note: Function 'get_rowColumnExtents' argument 5 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:210:49: style: Function 'get_isSelected' argument 1 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:57:36: note: Function 'get_isSelected' argument 1 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:210:49: note: Function 'get_isSelected' argument 1 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleTableCell.h:60:3: style: Class 'ia2AccessibleTableCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:29:38: style: Function 'addSelection' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:25:23: note: Function 'addSelection' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:29:38: note: Function 'addSelection' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:29:57: style: Function 'addSelection' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:26:23: note: Function 'addSelection' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:29:57: note: Function 'addSelection' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:42:40: style: Function 'get_attributes' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:29:23: note: Function 'get_attributes' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:42:40: note: Function 'get_attributes' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:42:55: style: Function 'get_attributes' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:30:25: note: Function 'get_attributes' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:42:55: note: Function 'get_attributes' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:43:41: style: Function 'get_attributes' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:31:25: note: Function 'get_attributes' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:43:41: note: Function 'get_attributes' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:43:59: style: Function 'get_attributes' argument 4 names different: declaration 'textAttributes' definition 'aTextAttributes'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:32:33: note: Function 'get_attributes' argument 4 names different: declaration 'textAttributes' definition 'aTextAttributes'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:43:59: note: Function 'get_attributes' argument 4 names different: declaration 'textAttributes' definition 'aTextAttributes'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:74:42: style: Function 'get_caretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:35:33: note: Function 'get_caretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:74:42: note: Function 'get_caretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:93:46: style: Function 'get_characterExtents' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:38:23: note: Function 'get_characterExtents' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:93:46: note: Function 'get_characterExtents' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:94:64: style: Function 'get_characterExtents' argument 2 names different: declaration 'coordType' definition 'aCoordType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:39:41: note: Function 'get_characterExtents' argument 2 names different: declaration 'coordType' definition 'aCoordType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:94:64: note: Function 'get_characterExtents' argument 2 names different: declaration 'coordType' definition 'aCoordType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:95:47: style: Function 'get_characterExtents' argument 3 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:40:25: note: Function 'get_characterExtents' argument 3 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:95:47: note: Function 'get_characterExtents' argument 3 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:95:57: style: Function 'get_characterExtents' argument 4 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:41:25: note: Function 'get_characterExtents' argument 4 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:95:57: note: Function 'get_characterExtents' argument 4 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:96:47: style: Function 'get_characterExtents' argument 5 names different: declaration 'width' definition 'aWidth'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:42:25: note: Function 'get_characterExtents' argument 5 names different: declaration 'width' definition 'aWidth'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:96:47: note: Function 'get_characterExtents' argument 5 names different: declaration 'width' definition 'aWidth'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:96:61: style: Function 'get_characterExtents' argument 6 names different: declaration 'height' definition 'aHeight'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:43:33: note: Function 'get_characterExtents' argument 6 names different: declaration 'height' definition 'aHeight'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:96:61: note: Function 'get_characterExtents' argument 6 names different: declaration 'height' definition 'aHeight'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:122:42: style: Function 'get_nSelections' argument 1 names different: declaration 'nSelections' definition 'aNSelections'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:46:33: note: Function 'get_nSelections' argument 1 names different: declaration 'nSelections' definition 'aNSelections'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:122:42: note: Function 'get_nSelections' argument 1 names different: declaration 'nSelections' definition 'aNSelections'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:140:43: style: Function 'get_offsetAtPoint' argument 1 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:49:23: note: Function 'get_offsetAtPoint' argument 1 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:140:43: note: Function 'get_offsetAtPoint' argument 1 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:140:52: style: Function 'get_offsetAtPoint' argument 2 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:50:23: note: Function 'get_offsetAtPoint' argument 2 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:140:52: note: Function 'get_offsetAtPoint' argument 2 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:141:61: style: Function 'get_offsetAtPoint' argument 3 names different: declaration 'coordType' definition 'aCoordType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:51:41: note: Function 'get_offsetAtPoint' argument 3 names different: declaration 'coordType' definition 'aCoordType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:141:61: note: Function 'get_offsetAtPoint' argument 3 names different: declaration 'coordType' definition 'aCoordType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:142:44: style: Function 'get_offsetAtPoint' argument 4 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:52:33: note: Function 'get_offsetAtPoint' argument 4 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:142:44: note: Function 'get_offsetAtPoint' argument 4 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:164:39: style: Function 'get_selection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:55:23: note: Function 'get_selection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:164:39: note: Function 'get_selection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:164:62: style: Function 'get_selection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:56:25: note: Function 'get_selection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:164:62: note: Function 'get_selection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:165:40: style: Function 'get_selection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:57:33: note: Function 'get_selection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:165:40: note: Function 'get_selection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:34: style: Function 'get_text' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:60:23: note: Function 'get_text' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:34: note: Function 'get_text' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:53: style: Function 'get_text' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:61:23: note: Function 'get_text' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:53: note: Function 'get_text' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:71: style: Function 'get_text' argument 3 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:62:33: note: Function 'get_text' argument 3 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:71: note: Function 'get_text' argument 3 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:216:46: style: Function 'get_textBeforeOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:65:23: note: Function 'get_textBeforeOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:216:46: note: Function 'get_textBeforeOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:217:66: style: Function 'get_textBeforeOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:66:43: note: Function 'get_textBeforeOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:217:66: note: Function 'get_textBeforeOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:218:47: style: Function 'get_textBeforeOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:67:25: note: Function 'get_textBeforeOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:218:47: note: Function 'get_textBeforeOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:218:67: style: Function 'get_textBeforeOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:68:25: note: Function 'get_textBeforeOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:218:67: note: Function 'get_textBeforeOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:219:47: style: Function 'get_textBeforeOffset' argument 5 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:69:33: note: Function 'get_textBeforeOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:219:47: note: Function 'get_textBeforeOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:260:45: style: Function 'get_textAfterOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:72:23: note: Function 'get_textAfterOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:260:45: note: Function 'get_textAfterOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:261:65: style: Function 'get_textAfterOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:73:43: note: Function 'get_textAfterOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:261:65: note: Function 'get_textAfterOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:262:46: style: Function 'get_textAfterOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:74:25: note: Function 'get_textAfterOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:262:46: note: Function 'get_textAfterOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:262:66: style: Function 'get_textAfterOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:75:25: note: Function 'get_textAfterOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:262:66: note: Function 'get_textAfterOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:263:46: style: Function 'get_textAfterOffset' argument 5 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:76:33: note: Function 'get_textAfterOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:263:46: note: Function 'get_textAfterOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:304:42: style: Function 'get_textAtOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:79:23: note: Function 'get_textAtOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:304:42: note: Function 'get_textAtOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:305:62: style: Function 'get_textAtOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:80:43: note: Function 'get_textAtOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:305:62: note: Function 'get_textAtOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:306:43: style: Function 'get_textAtOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:81:25: note: Function 'get_textAtOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:306:43: note: Function 'get_textAtOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:306:63: style: Function 'get_textAtOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:82:25: note: Function 'get_textAtOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:306:63: note: Function 'get_textAtOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:307:43: style: Function 'get_textAtOffset' argument 5 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:83:33: note: Function 'get_textAtOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:307:43: note: Function 'get_textAtOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:346:41: style: Function 'removeSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:86:23: note: Function 'removeSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:346:41: note: Function 'removeSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:359:40: style: Function 'setCaretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:89:23: note: Function 'setCaretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:359:40: note: Function 'setCaretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:375:38: style: Function 'setSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:92:23: note: Function 'setSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:375:38: note: Function 'setSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:375:60: style: Function 'setSelection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:93:23: note: Function 'setSelection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:375:60: note: Function 'setSelection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:376:38: style: Function 'setSelection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:94:23: note: Function 'setSelection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:376:38: note: Function 'setSelection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:389:42: style: Function 'get_nCharacters' argument 1 names different: declaration 'nCharacters' definition 'aNCharacters'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:97:33: note: Function 'get_nCharacters' argument 1 names different: declaration 'nCharacters' definition 'aNCharacters'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:389:42: note: Function 'get_nCharacters' argument 1 names different: declaration 'nCharacters' definition 'aNCharacters'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:406:43: style: Function 'scrollSubstringTo' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:100:23: note: Function 'scrollSubstringTo' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:406:43: note: Function 'scrollSubstringTo' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:406:61: style: Function 'scrollSubstringTo' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:101:23: note: Function 'scrollSubstringTo' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:406:61: note: Function 'scrollSubstringTo' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:407:57: style: Function 'scrollSubstringTo' argument 3 names different: declaration 'scrollType' definition 'aScrollType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:102:37: note: Function 'scrollSubstringTo' argument 3 names different: declaration 'scrollType' definition 'aScrollType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:407:57: note: Function 'scrollSubstringTo' argument 3 names different: declaration 'scrollType' definition 'aScrollType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:423:48: style: Function 'scrollSubstringToPoint' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:105:23: note: Function 'scrollSubstringToPoint' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:423:48: note: Function 'scrollSubstringToPoint' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:423:66: style: Function 'scrollSubstringToPoint' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:106:23: note: Function 'scrollSubstringToPoint' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:423:66: note: Function 'scrollSubstringToPoint' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:424:66: style: Function 'scrollSubstringToPoint' argument 3 names different: declaration 'coordinateType' definition 'aCoordType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:107:41: note: Function 'scrollSubstringToPoint' argument 3 names different: declaration 'coordinateType' definition 'aCoordType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:424:66: note: Function 'scrollSubstringToPoint' argument 3 names different: declaration 'coordinateType' definition 'aCoordType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:425:48: style: Function 'scrollSubstringToPoint' argument 4 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:108:23: note: Function 'scrollSubstringToPoint' argument 4 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:425:48: note: Function 'scrollSubstringToPoint' argument 4 names different: declaration 'x' definition 'aX'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:425:57: style: Function 'scrollSubstringToPoint' argument 5 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:109:23: note: Function 'scrollSubstringToPoint' argument 5 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:425:57: note: Function 'scrollSubstringToPoint' argument 5 names different: declaration 'y' definition 'aY'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:446:48: style: Function 'get_newText' argument 1 names different: declaration 'newText' definition 'aNewText'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:112:43: note: Function 'get_newText' argument 1 names different: declaration 'newText' definition 'aNewText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:446:48: note: Function 'get_newText' argument 1 names different: declaration 'newText' definition 'aNewText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:452:48: style: Function 'get_oldText' argument 1 names different: declaration 'oldText' definition 'aOldText'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:115:43: note: Function 'get_oldText' argument 1 names different: declaration 'oldText' definition 'aOldText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:452:48: note: Function 'get_oldText' argument 1 names different: declaration 'oldText' definition 'aOldText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:461:52: style: Function 'GetModifiedText' argument 2 names different: declaration 'aNewText' definition 'aText'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:130:66: note: Function 'GetModifiedText' argument 2 names different: declaration 'aNewText' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:461:52: note: Function 'GetModifiedText' argument 2 names different: declaration 'aNewText' definition 'aText'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:486:66: style: Function 'GetGeckoTextBoundary' argument 1 names different: declaration 'coordinateType' definition 'aBoundaryType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.h:131:72: note: Function 'GetGeckoTextBoundary' argument 1 names different: declaration 'coordinateType' definition 'aBoundaryType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleText.cpp:486:66: note: Function 'GetGeckoTextBoundary' argument 1 names different: declaration 'coordinateType' definition 'aBoundaryType'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.cpp:47:47: style: Function 'get_currentValue' argument 1 names different: declaration 'currentValue' definition 'aCurrentValue'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.h:25:36: note: Function 'get_currentValue' argument 1 names different: declaration 'currentValue' definition 'aCurrentValue'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.cpp:47:47: note: Function 'get_currentValue' argument 1 names different: declaration 'currentValue' definition 'aCurrentValue'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.cpp:72:45: style: Function 'setCurrentValue' argument 1 names different: declaration 'value' definition 'aValue'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.h:28:26: note: Function 'setCurrentValue' argument 1 names different: declaration 'value' definition 'aValue'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.cpp:72:45: note: Function 'setCurrentValue' argument 1 names different: declaration 'value' definition 'aValue'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.cpp:87:47: style: Function 'get_maximumValue' argument 1 names different: declaration 'maximumValue' definition 'aMaximumValue'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.h:31:36: note: Function 'get_maximumValue' argument 1 names different: declaration 'maximumValue' definition 'aMaximumValue'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.cpp:87:47: note: Function 'get_maximumValue' argument 1 names different: declaration 'maximumValue' definition 'aMaximumValue'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.cpp:112:47: style: Function 'get_minimumValue' argument 1 names different: declaration 'minimumValue' definition 'aMinimumValue'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.h:34:36: note: Function 'get_minimumValue' argument 1 names different: declaration 'minimumValue' definition 'aMinimumValue'.
firefox-60.1.0/accessible/windows/ia2/ia2AccessibleValue.cpp:112:47: note: Function 'get_minimumValue' argument 1 names different: declaration 'minimumValue' definition 'aMinimumValue'.
firefox-60.1.0/accessible/windows/msaa/AccessibleWrap.cpp:685:1: warning: The class 'AccessibleEnumerator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:70:46: style: Function 'get_appName' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.h:35:39: note: Function 'get_appName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:70:46: note: Function 'get_appName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:90:49: style: Function 'get_appVersion' argument 1 names different: declaration 'version' definition 'aVersion'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.h:38:33: note: Function 'get_appVersion' argument 1 names different: declaration 'version' definition 'aVersion'.
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:90:49: note: Function 'get_appVersion' argument 1 names different: declaration 'version' definition 'aVersion'.
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:110:50: style: Function 'get_toolkitName' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.h:41:33: note: Function 'get_toolkitName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:110:50: note: Function 'get_toolkitName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:128:53: style: Function 'get_toolkitVersion' argument 1 names different: declaration 'version' definition 'aVersion'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.h:44:37: note: Function 'get_toolkitVersion' argument 1 names different: declaration 'version' definition 'aVersion'.
firefox-60.1.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:128:53: note: Function 'get_toolkitVersion' argument 1 names different: declaration 'version' definition 'aVersion'.
firefox-60.1.0/accessible/windows/msaa/CompatibilityUIA.cpp:40:8: style: Technically the member function 'ByteArrayDeleter::operator()' can be const. [functionConst]
firefox-60.1.0/accessible/windows/msaa/DocAccessibleWrap.cpp:73:41: style: Function 'get_accValue' argument 1 names different: declaration 'varChild' definition 'aVarChild'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/msaa/DocAccessibleWrap.h:31:36: note: Function 'get_accValue' argument 1 names different: declaration 'varChild' definition 'aVarChild'.
firefox-60.1.0/accessible/windows/msaa/DocAccessibleWrap.cpp:73:41: note: Function 'get_accValue' argument 1 names different: declaration 'varChild' definition 'aVarChild'.
firefox-60.1.0/accessible/windows/msaa/DocAccessibleWrap.cpp:73:68: style: Function 'get_accValue' argument 2 names different: declaration 'pszValue' definition 'aValue'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/msaa/DocAccessibleWrap.h:32:43: note: Function 'get_accValue' argument 2 names different: declaration 'pszValue' definition 'aValue'.
firefox-60.1.0/accessible/windows/msaa/DocAccessibleWrap.cpp:73:68: note: Function 'get_accValue' argument 2 names different: declaration 'pszValue' definition 'aValue'.
firefox-60.1.0/accessible/windows/msaa/EnumVariant.cpp:83:43: style: Function 'Clone' argument 1 names different: declaration 'aEnumVaraint' definition 'aEnumVariant'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/msaa/EnumVariant.h:40:32: note: Function 'Clone' argument 1 names different: declaration 'aEnumVaraint' definition 'aEnumVariant'.
firefox-60.1.0/accessible/windows/msaa/EnumVariant.cpp:83:43: note: Function 'Clone' argument 1 names different: declaration 'aEnumVaraint' definition 'aEnumVariant'.
firefox-60.1.0/accessible/windows/msaa/LazyInstantiator.cpp:406:1: style: Function 'QueryInterface' argument 1 names different: declaration 'aIid' definition 'aIID'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/msaa/LazyInstantiator.h:40:38: note: Function 'QueryInterface' argument 1 names different: declaration 'aIid' definition 'aIID'.
firefox-60.1.0/accessible/windows/msaa/LazyInstantiator.cpp:406:1: note: Function 'QueryInterface' argument 1 names different: declaration 'aIid' definition 'aIID'.
firefox-60.1.0/accessible/windows/msaa/LazyInstantiator.cpp:406:1: style: Function 'QueryInterface' argument 2 names different: declaration 'aOutInterface' definition 'aInstancePtr'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/msaa/LazyInstantiator.h:40:51: note: Function 'QueryInterface' argument 2 names different: declaration 'aOutInterface' definition 'aInstancePtr'.
firefox-60.1.0/accessible/windows/msaa/LazyInstantiator.cpp:406:1: note: Function 'QueryInterface' argument 2 names different: declaration 'aOutInterface' definition 'aInstancePtr'.
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.cpp:43:11: style: union member 'MsaaID::mInt32' is never used. [unusedStructMember]
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.h:40:8: performance: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsChromeID' can be static. [functionStatic]
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.cpp:136:18: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsChromeID' can be static.
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.h:40:8: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsChromeID' can be static.
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.h:44:8: performance: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsSameContentProcessFor' can be static. [functionStatic]
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.cpp:161:18: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsSameContentProcessFor' can be static.
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.h:44:8: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsSameContentProcessFor' can be static.
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.h:47:8: performance: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ReleaseContentProcessIDFor' can be static. [functionStatic]
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.cpp:236:18: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ReleaseContentProcessIDFor' can be static.
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.h:47:8: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ReleaseContentProcessIDFor' can be static.
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.h:51:12: performance: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ResolveContentProcessID' can be static. [functionStatic]
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.cpp:170:18: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ResolveContentProcessID' can be static.
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.h:51:12: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ResolveContentProcessID' can be static.
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.cpp:73:12: style: Technically the member function 'mozilla::a11y::detail::MsaaIDCracker::GetContentProcessId' can be const. [functionConst]
firefox-60.1.0/accessible/windows/msaa/MsaaIdGenerator.cpp:78:12: style: Technically the member function 'mozilla::a11y::detail::MsaaIDCracker::GetUniqueId' can be const. [functionConst]
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:45:45: style: Function 'get_title' argument 1 names different: declaration 'title' definition 'aTitle'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.h:31:33: note: Function 'get_title' argument 1 names different: declaration 'title' definition 'aTitle'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:45:45: note: Function 'get_title' argument 1 names different: declaration 'title' definition 'aTitle'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:61:48: style: Function 'get_mimeType' argument 1 names different: declaration 'mimeType' definition 'aMimeType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.h:34:33: note: Function 'get_mimeType' argument 1 names different: declaration 'mimeType' definition 'aMimeType'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:61:48: note: Function 'get_mimeType' argument 1 names different: declaration 'mimeType' definition 'aMimeType'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:80:47: style: Function 'get_docType' argument 1 names different: declaration 'docType' definition 'aDocType'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.h:37:33: note: Function 'get_docType' argument 1 names different: declaration 'docType' definition 'aDocType'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:80:47: note: Function 'get_docType' argument 1 names different: declaration 'docType' definition 'aDocType'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:99:47: style: Function 'get_nameSpaceURIForID' argument 1 names different: declaration 'nameSpaceID' definition 'aNameSpaceID'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.h:40:22: note: Function 'get_nameSpaceURIForID' argument 1 names different: declaration 'nameSpaceID' definition 'aNameSpaceID'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:99:47: note: Function 'get_nameSpaceURIForID' argument 1 names different: declaration 'nameSpaceID' definition 'aNameSpaceID'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:100:57: style: Function 'get_nameSpaceURIForID' argument 2 names different: declaration 'nameSpaceURI' definition 'aNameSpaceURI'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.h:41:33: note: Function 'get_nameSpaceURIForID' argument 2 names different: declaration 'nameSpaceURI' definition 'aNameSpaceURI'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:100:57: note: Function 'get_nameSpaceURIForID' argument 2 names different: declaration 'nameSpaceURI' definition 'aNameSpaceURI'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:127:63: style: Function 'put_alternateViewMediaTypes' argument 1 names different: declaration 'commaSeparatedMediaTypes' definition 'aCommaSeparatedMediaTypes'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.h:44:32: note: Function 'put_alternateViewMediaTypes' argument 1 names different: declaration 'commaSeparatedMediaTypes' definition 'aCommaSeparatedMediaTypes'.
firefox-60.1.0/accessible/windows/sdn/sdnDocAccessible.cpp:127:63: note: Function 'put_alternateViewMediaTypes' argument 1 names different: declaration 'commaSeparatedMediaTypes' definition 'aCommaSeparatedMediaTypes'.
firefox-60.1.0/accessible/windows/sdn/sdnTextAccessible.cpp:54:60: style: Function 'get_clippedSubstringBounds' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/sdn/sdnTextAccessible.h:35:29: note: Function 'get_clippedSubstringBounds' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-60.1.0/accessible/windows/sdn/sdnTextAccessible.cpp:54:60: note: Function 'get_clippedSubstringBounds' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-60.1.0/accessible/windows/sdn/sdnTextAccessible.cpp:55:60: style: Function 'get_clippedSubstringBounds' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/sdn/sdnTextAccessible.h:36:29: note: Function 'get_clippedSubstringBounds' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-60.1.0/accessible/windows/sdn/sdnTextAccessible.cpp:55:60: note: Function 'get_clippedSubstringBounds' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-60.1.0/accessible/windows/uia/uiaRawElmProvider.cpp:98:73: style: Function 'get_ProviderOptions' argument 1 names different: declaration 'aProviderOptions' definition 'aOptions'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/windows/uia/uiaRawElmProvider.h:50:58: note: Function 'get_ProviderOptions' argument 1 names different: declaration 'aProviderOptions' definition 'aOptions'.
firefox-60.1.0/accessible/windows/uia/uiaRawElmProvider.cpp:98:73: note: Function 'get_ProviderOptions' argument 1 names different: declaration 'aProviderOptions' definition 'aOptions'.
firefox-60.1.0/accessible/xpcom/nsAccessibleRelation.cpp:21:3: performance: Variable 'mTargets' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/accessible/xpcom/nsAccessibleRelation.cpp:31:3: performance: Variable 'mTargets' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/accessible/xpcom/xpcAccessibleSelectable.cpp:44:57: style: Function 'GetSelectedItemCount' argument 1 names different: declaration 'aSelectedItemCount' definition 'aSelectionCount'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleSelectable.h:29:45: note: Function 'GetSelectedItemCount' argument 1 names different: declaration 'aSelectedItemCount' definition 'aSelectionCount'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleSelectable.cpp:44:57: note: Function 'GetSelectedItemCount' argument 1 names different: declaration 'aSelectedItemCount' definition 'aSelectionCount'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleSelectable.cpp:59:60: style: Function 'GetSelectedItemAt' argument 2 names different: declaration 'aItem' definition 'aSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleSelectable.h:31:65: note: Function 'GetSelectedItemAt' argument 2 names different: declaration 'aItem' definition 'aSelected'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleSelectable.cpp:59:60: note: Function 'GetSelectedItemAt' argument 2 names different: declaration 'aItem' definition 'aSelected'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:69:39: style: Function 'GetCellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:36:32: note: Function 'GetCellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:69:39: note: Function 'GetCellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:69:56: style: Function 'GetCellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:36:51: note: Function 'GetCellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:69:56: note: Function 'GetCellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:87:44: style: Function 'GetCellIndexAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:38:37: note: Function 'GetCellIndexAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:87:44: note: Function 'GetCellIndexAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:87:61: style: Function 'GetCellIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:38:56: note: Function 'GetCellIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:87:61: note: Function 'GetCellIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:88:45: style: Function 'GetCellIndexAt' argument 3 names different: declaration 'aCellIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:39:38: note: Function 'GetCellIndexAt' argument 3 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:88:45: note: Function 'GetCellIndexAt' argument 3 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:105:47: style: Function 'GetColumnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:47:40: note: Function 'GetColumnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:105:47: note: Function 'GetColumnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:105:64: style: Function 'GetColumnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:47:53: note: Function 'GetColumnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:105:64: note: Function 'GetColumnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:123:44: style: Function 'GetRowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:49:37: note: Function 'GetRowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:123:44: note: Function 'GetRowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:123:61: style: Function 'GetRowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:49:50: note: Function 'GetRowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:123:61: note: Function 'GetRowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:174:61: style: Function 'IsColumnSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:55:54: note: Function 'IsColumnSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:174:61: note: Function 'IsColumnSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:190:58: style: Function 'IsRowSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:57:51: note: Function 'IsRowSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:190:58: note: Function 'IsRowSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:207:42: style: Function 'IsCellSelected' argument 3 names different: declaration '_retval' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:59:69: note: Function 'IsCellSelected' argument 3 names different: declaration '_retval' definition 'aIsSelected'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:207:42: note: Function 'IsCellSelected' argument 3 names different: declaration '_retval' definition 'aIsSelected'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:263:49: style: Function 'GetSelectedCells' argument 1 names different: declaration 'aSelectedCell' definition 'aSelectedCells'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:67:42: note: Function 'GetSelectedCells' argument 1 names different: declaration 'aSelectedCell' definition 'aSelectedCells'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:263:49: note: Function 'GetSelectedCells' argument 1 names different: declaration 'aSelectedCell' definition 'aSelectedCells'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:365:46: style: Function 'GetColumnIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:40:39: note: Function 'GetColumnIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:365:46: note: Function 'GetColumnIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:365:65: style: Function 'GetColumnIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:40:60: note: Function 'GetColumnIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:365:65: note: Function 'GetColumnIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:382:43: style: Function 'GetRowIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:42:36: note: Function 'GetRowIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:382:43: note: Function 'GetRowIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:382:62: style: Function 'GetRowIndexAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:42:57: note: Function 'GetRowIndexAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:382:62: note: Function 'GetRowIndexAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:399:54: style: Function 'GetRowAndColumnIndicesAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:44:47: note: Function 'GetRowAndColumnIndicesAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:399:54: note: Function 'GetRowAndColumnIndicesAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:399:73: style: Function 'GetRowAndColumnIndicesAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:44:68: note: Function 'GetRowAndColumnIndicesAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:399:73: note: Function 'GetRowAndColumnIndicesAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:400:55: style: Function 'GetRowAndColumnIndicesAt' argument 3 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:45:48: note: Function 'GetRowAndColumnIndicesAt' argument 3 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:400:55: note: Function 'GetRowAndColumnIndicesAt' argument 3 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:432:47: style: Function 'IsProbablyForLayout' argument 1 names different: declaration 'aIsForLayout' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.h:80:40: note: Function 'IsProbablyForLayout' argument 1 names different: declaration 'aIsForLayout' definition 'aResult'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleTable.cpp:432:47: note: Function 'IsProbablyForLayout' argument 1 names different: declaration 'aIsForLayout' definition 'aResult'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleValue.cpp:107:49: style: Function 'GetMinimumIncrement' argument 1 names different: declaration 'aMinIncrement' definition 'aValue'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xpcom/xpcAccessibleValue.h:28:42: note: Function 'GetMinimumIncrement' argument 1 names different: declaration 'aMinIncrement' definition 'aValue'.
firefox-60.1.0/accessible/xpcom/xpcAccessibleValue.cpp:107:49: note: Function 'GetMinimumIncrement' argument 1 names different: declaration 'aMinIncrement' definition 'aValue'.
firefox-60.1.0/accessible/xul/XULFormControlAccessible.cpp:263:43: style: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xul/XULFormControlAccessible.h:98:33: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-60.1.0/accessible/xul/XULFormControlAccessible.cpp:263:43: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-60.1.0/accessible/xul/XULListboxAccessible.cpp:659:45: style: Function 'ActionNameAt' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xul/XULListboxAccessible.h:121:37: note: Function 'ActionNameAt' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/accessible/xul/XULListboxAccessible.cpp:659:45: note: Function 'ActionNameAt' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/accessible/xul/XULListboxAccessible.cpp:754:62: style: Function 'ColHeaderCells' argument 1 names different: declaration 'aHeaderCells' definition 'aCells'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xul/XULListboxAccessible.h:165:54: note: Function 'ColHeaderCells' argument 1 names different: declaration 'aHeaderCells' definition 'aCells'.
firefox-60.1.0/accessible/xul/XULListboxAccessible.cpp:754:62: note: Function 'ColHeaderCells' argument 1 names different: declaration 'aHeaderCells' definition 'aCells'.
firefox-60.1.0/accessible/xul/XULListboxAccessible.h:104:1: style: The class 'XULListitemAccessible' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.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-60.1.0/accessible/xul/XULListboxAccessible.cpp:111:7: note: Calling IsMulticolumn
firefox-60.1.0/accessible/xul/XULListboxAccessible.h:98:33: note: Calling ColCount
firefox-60.1.0/accessible/xul/XULListboxAccessible.h:65:20: note: ColCount is a virtual method
firefox-60.1.0/accessible/xul/XULMenuAccessible.cpp:155:18: style: The scope of the variable 'gMenuAccesskeyModifier' can be reduced. [variableScope]
firefox-60.1.0/accessible/xul/XULMenuAccessible.cpp:274:41: style: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xul/XULMenuAccessible.h:36:33: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-60.1.0/accessible/xul/XULMenuAccessible.cpp:274:41: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-60.1.0/accessible/xul/XULMenuAccessible.cpp:379:46: style: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xul/XULMenuAccessible.h:65:33: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-60.1.0/accessible/xul/XULMenuAccessible.cpp:379:46: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-60.1.0/accessible/xul/XULSelectControlAccessible.cpp:35:3: performance: Variable 'mSelectControl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/accessible/xul/XULTabAccessible.cpp:51:36: style: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xul/XULTabAccessible.h:36:33: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-60.1.0/accessible/xul/XULTabAccessible.cpp:51:36: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-60.1.0/accessible/xul/XULTreeAccessible.cpp:45:38: style: Function 'XULTreeAccessible' argument 3 names different: declaration 'aTreeframe' definition 'aTreeFrame'. [funcArgNamesDifferent]
firefox-60.1.0/accessible/xul/XULTreeAccessible.h:35:38: note: Function 'XULTreeAccessible' argument 3 names different: declaration 'aTreeframe' definition 'aTreeFrame'.
firefox-60.1.0/accessible/xul/XULTreeAccessible.cpp:45:38: note: Function 'XULTreeAccessible' argument 3 names different: declaration 'aTreeframe' definition 'aTreeFrame'.
firefox-60.1.0/accessible/xul/XULTreeAccessible.cpp:1071:3: performance: Variable 'mColumn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/browser/components/about/AboutRedirector.cpp:214:68: style: Function 'Create' argument 3 names different: declaration 'aResult' definition 'result'. [funcArgNamesDifferent]
firefox-60.1.0/browser/components/about/AboutRedirector.h:23:55: note: Function 'Create' argument 3 names different: declaration 'aResult' definition 'result'.
firefox-60.1.0/browser/components/about/AboutRedirector.cpp:214:68: note: Function 'Create' argument 3 names different: declaration 'aResult' definition 'result'.
firefox-60.1.0/browser/components/feeds/nsFeedSniffer.cpp:305:3: style: Variable 'isFeed' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/browser/components/feeds/nsFeedSniffer.cpp:302:0: note: Variable 'isFeed' is reassigned a value before the old one has been used.
firefox-60.1.0/browser/components/feeds/nsFeedSniffer.cpp:305:3: note: Variable 'isFeed' is reassigned a value before the old one has been used.
firefox-60.1.0/browser/components/shell/nsGNOMEShellService.h:16:3: warning: Member variable 'nsGNOMEShellService::mUseLocaleFilenames' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/browser/components/shell/nsWindowsShellService.cpp:751:23: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-60.1.0/browser/components/translation/cld2/cldapp.cc:11:3: style: Class 'Language' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.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-60.1.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-60.1.0/browser/components/translation/cld2/internal/getonescriptspan.h:81:15: style: Technically the member function 'CLD2::ScriptScanner::GetBufferStart' can be const. [functionConst]
firefox-60.1.0/browser/components/translation/cld2/internal/tote.h:82:7: performance: Technically the member function 'CLD2::DocTote::MaxSize' can be static. [functionStatic]
firefox-60.1.0/browser/components/translation/cld2/internal/scoreonescriptspan.h:120:8: style: Technically the member function 'CLD2::LangBoosts::wrap' can be const. [functionConst]
firefox-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.0/browser/components/translation/cld2/internal/offsetmap.cc:319:9: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-60.1.0/browser/components/translation/cld2/internal/offsetmap.cc:421:14: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/browser/components/translation/cld2/internal/offsetmap.h:143:8: style: Unused private function: 'OffsetMap::PrintPosition' [unusedPrivateFunction]
firefox-60.1.0/browser/components/translation/cld2/internal/offsetmap.h:137:7: style: Technically the member function 'CLD2::OffsetMap::ParseNext' can be const. [functionConst]
firefox-60.1.0/browser/components/translation/cld2/internal/offsetmap.cc:316:16: note: Technically the member function 'CLD2::OffsetMap::ParseNext' can be const.
firefox-60.1.0/browser/components/translation/cld2/internal/offsetmap.h:137:7: note: Technically the member function 'CLD2::OffsetMap::ParseNext' can be const.
firefox-60.1.0/browser/components/translation/cld2/internal/scoreonescriptspan.cc:249:8: style: The scope of the variable 'more_to_come' can be reduced. [variableScope]
firefox-60.1.0/browser/components/translation/cld2/internal/scoreonescriptspan.cc:250:8: style: The scope of the variable 'score_cjk' can be reduced. [variableScope]
firefox-60.1.0/browser/components/translation/cld2/internal/scoreonescriptspan.cc:754:9: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-60.1.0/browser/components/translation/cld2/internal/tote.cc:105:10: warning: Member variable 'DocTote::value_' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/browser/components/translation/cld2/internal/tote.cc:105:10: warning: Member variable 'DocTote::score_' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/browser/components/translation/cld2/internal/tote.cc:105:10: warning: Member variable 'DocTote::reliability_' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.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-60.1.0/browser/components/translation/cld2/internal/tote.h:73:7: style: Technically the member function 'CLD2::DocTote::Find' can be const. [functionConst]
firefox-60.1.0/browser/components/translation/cld2/internal/tote.cc:178:14: note: Technically the member function 'CLD2::DocTote::Find' can be const.
firefox-60.1.0/browser/components/translation/cld2/internal/tote.h:73:7: note: Technically the member function 'CLD2::DocTote::Find' can be const.
firefox-60.1.0/browser/components/translation/cld2/internal/tote.h:75:7: style: Technically the member function 'CLD2::DocTote::CurrentTopKey' can be const. [functionConst]
firefox-60.1.0/browser/components/translation/cld2/internal/tote.cc:205:14: note: Technically the member function 'CLD2::DocTote::CurrentTopKey' can be const.
firefox-60.1.0/browser/components/translation/cld2/internal/tote.h:75:7: note: Technically the member function 'CLD2::DocTote::CurrentTopKey' can be const.
firefox-60.1.0/browser/components/translation/cld2/internal/utf8statetable.cc:598:7: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.0/browser/extensions/mortar/host/rpc.cc:32:3: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
firefox-60.1.0/browser/extensions/mortar/json/json.cpp:139:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.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-60.1.0/browser/extensions/mortar/json/test.cpp:387:17: style: Unused variable: tokens [unusedVariable]
firefox-60.1.0/build/clang-plugin/CustomMatchers.h:22:0: error: syntax error [syntaxError]
firefox-60.1.0/build/clang-plugin/BaseCheck.h:13:3: warning: Member variable 'BaseCheck::Context' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/CanRunScriptChecker.h:13:3: warning: Member variable 'CanRunScriptChecker::IsFuncSetBuilt' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/RecurseGuard.h:40:0: style: Technically the member function 'RecurseGuard < const CFGBlock * >::isRepeat' can be const. [functionConst]
firefox-60.1.0/build/clang-plugin/RecurseGuard.h:42:0: style: Technically the member function 'RecurseGuard < const CFGBlock * >::get' can be const. [functionConst]
firefox-60.1.0/build/clang-plugin/RecurseGuard.h:44:0: style: Technically the member function 'RecurseGuard < const CFGBlock * >::operatorT' can be const. [functionConst]
firefox-60.1.0/build/clang-plugin/RecurseGuard.h:46:0: style: Technically the member function 'RecurseGuard < const CFGBlock * >::operator.' can be const. [functionConst]
firefox-60.1.0/build/clang-plugin/DiagnosticsMatcher.h:12:3: style: Class 'DiagnosticsMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.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-60.1.0/build/clang-plugin/mozsearch-plugin/FileOperations.h:40:8: style: Technically the member function 'AutoLockFile::success' can be const. [functionConst]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/FileOperations.cpp:112:20: note: Technically the member function 'AutoLockFile::success' can be const.
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/FileOperations.h:40:8: note: Technically the member function 'AutoLockFile::success' can be const.
firefox-60.1.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-60.1.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:24:5: warning: Member variable 'Property::Name' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:24:5: warning: Member variable 'Property::IntValue' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:24:5: warning: Member variable 'Property::IsString' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:26:5: warning: Member variable 'Property::IntValue' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:41:15: performance: Technically the member function 'JSONFormatter::escape' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.cpp:35:28: note: Technically the member function 'JSONFormatter::escape' can be static.
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:41:15: note: Technically the member function 'JSONFormatter::escape' can be static.
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:1235:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:1238:7: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:1235:12: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:273:39: style: Variable 'TemplateArgs' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:444:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.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-60.1.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-60.1.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-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:406:3: style: Class 'IndexConsumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:419:5: style: Struct 'AutoTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:702:5: style: Struct 'AutoTemplateContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:602:25: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:602:56: performance: Function parameter 'Symbols' should be passed by const reference. [passedByValue]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:653:67: performance: Function parameter 'Symbols' should be passed by const reference. [passedByValue]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:969:36: performance: Function parameter 'QualName' should be passed by const reference. [passedByValue]
firefox-60.1.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:970:32: performance: Function parameter 'TokenContext' should be passed by const reference. [passedByValue]
firefox-60.1.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:4:3: style: Struct 'Foo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:6:3: style: Struct 'Foo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:8:3: style: Struct 'Foo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:27:3: style: Struct 'Baz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:29:3: style: Struct 'Baz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:47:3: style: Struct 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:49:3: style: Struct 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/tests/TestCanRunScript.cpp:27:27: performance: Technically the member function 'RefCountedBase::method_test' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestCustomHeap.cpp:27:12: style: Variable 'foo' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestCustomHeap.cpp:28:0: style: Variable 'foo2' is allocated memory that is never used. [unusedAllocatedMemory]
firefox-60.1.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:34:15: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:35:16: style: Variable 'test2' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:44:18: style: Variable 'escape2' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:5:39: style: Unused private function: 'AnnotateConflict::get' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:6:38: style: Unused private function: 'AnnotateConflict::test' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:6:38: performance: Technically the member function 'AnnotateConflict::test' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestGlobalClass.cpp:12:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestGlobalClass.cpp:50:14: style: Unused variable: moreInvalid [unusedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestGlobalClass.cpp:51:15: style: Unused variable: evenMoreInvalid [unusedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestHeapClass.cpp:17:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestHeapClass.cpp:8:3: warning: Member variable 'Heap::i' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/tests/TestHeapClass.cpp:9:3: warning: Member variable 'Heap::i' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/tests/TestHeapClass.cpp:10:3: warning: Member variable 'Heap::i' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/tests/TestHeapClass.cpp:9:3: style: Struct 'Heap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:7:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:11:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:8:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:12:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:6:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:16:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:20:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:26:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:20:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestMustOverride.cpp:34:16: note: Function in derived class
firefox-60.1.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:139:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:141:5: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:139:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:34:36: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-60.1.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:51:36: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-60.1.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:90:36: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-60.1.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:14:3: style: Class 'Foo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:36:3: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:37:3: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:45:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:46:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:55:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:56:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:64:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:65:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:48:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:57:5: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:48:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:68:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:69:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:68:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:70:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:71:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:70:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:72:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:73:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:72:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:74:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:75:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:74:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:76:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:77:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:76:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:78:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:79:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:78:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:80:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:81:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:80:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:82:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:83:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:82:3: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:200:19: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:193:15: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:194:16: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:195:12: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:196:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:197:15: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:198:11: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:199:15: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestMustUse.cpp:200:15: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:3:9: style: Variable 'f' is not assigned a value. [unassignedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:3:12: style: Variable 'f2' is not assigned a value. [unassignedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:5:12: style: Variable 'd' is not assigned a value. [unassignedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:6:10: style: Variable 'd2' is not assigned a value. [unassignedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:7:8: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:9:8: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:11:8: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:12:18: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:13:8: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:13:13: error: Uninitialized variable: f2 [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:8:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:10:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:11:13: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:12:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:14:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:15:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:14:13: error: Uninitialized variable: d2 [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:4:9: style: Variable 'f' is not assigned a value. [unassignedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:4:12: style: Variable 'f2' is not assigned a value. [unassignedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:6:12: style: Variable 'd' is not assigned a value. [unassignedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:7:10: style: Variable 'd2' is not assigned a value. [unassignedVariable]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:8:8: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:10:8: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:12:8: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:13:18: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:14:8: error: Uninitialized variable: f [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:14:13: error: Uninitialized variable: f2 [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:9:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:11:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:12:13: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:13:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:15:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:16:8: error: Uninitialized variable: d [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNANTestingExprC.c:15:13: error: Uninitialized variable: d2 [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < A >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < B >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < C >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < D >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < E >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < F >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < G >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < A >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < B >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < C >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < D >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < E >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < F >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < G >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < A >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < B >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < C >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < D >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < E >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < F >::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < G >::m' is never used. [unusedStructMember]
firefox-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:14:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:6:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:15:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:31:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:6:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:32:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:32:5: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:56:5: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:80:5: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:104:5: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:133:5: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:157:5: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:181:5: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:205:5: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:401:7: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:441:7: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:477:14: error: Uninitialized variable: ptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:481:7: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:497:14: error: Uninitialized variable: ptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:521:7: error: Uninitialized variable: localptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:30:5: error: Uninitialized variable: ptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:131:5: error: Uninitialized variable: ptr [uninitvar]
firefox-60.1.0/build/clang-plugin/tests/TestNonHeapClass.cpp:13:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNonMemMovable.cpp:47:6: style: struct member 'Template_Ref::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:1:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:3:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:4:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:5:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:6:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:7:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:8:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:9:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:10:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:12:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:13:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:14:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:15:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:16:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:17:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:18:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:19:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:21:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:22:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:23:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:24:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:25:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:26:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:27:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:28:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:30:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:31:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:32:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:33:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:34:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:35:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:36:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:37:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:39:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:40:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:41:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:42:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:43:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:44:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:45:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:46:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:48:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:49:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:50:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:51:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:52:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:53:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:54:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:55:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:57:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:58:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:59:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:60:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:61:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:1:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:3:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:4:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:5:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:6:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:7:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:8:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:9:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:10:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:12:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:13:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:14:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:15:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:16:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:17:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:18:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:19:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:21:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:22:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:23:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:24:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:25:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:26:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:27:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:28:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:30:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:31:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:32:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:33:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:34:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:35:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:36:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:37:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:39:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:40:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:41:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:42:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:43:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:44:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:45:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:46:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:48:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:49:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:50:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:51:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:52:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:53:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:54:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:55:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:57:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:58:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:59:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:60:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:61:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:1:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:3:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:4:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:5:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:6:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:7:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:8:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:9:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:10:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:12:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:13:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:14:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:15:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:16:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:17:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:18:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:19:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:21:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:22:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:23:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:24:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:25:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:26:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:27:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:28:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:30:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:31:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:32:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:33:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:34:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:35:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:36:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:37:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:39:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:40:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:41:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:42:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:43:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:44:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:45:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:46:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:48:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:49:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:50:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:51:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:52:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:53:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:54:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:55:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:57:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:58:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:59:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:60:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/NonParameterTestCases.h:61:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:128:0: performance: Technically the member function 'nestedTemplateOuter < NonParam >::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:121:0: performance: Technically the member function 'NestedTemplateInner < NonParam >::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:77:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:78:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::rawDefault' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:79:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:80:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:81:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:82:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:84:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::notCalled' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:63:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:64:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::rawDefault' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:65:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:66:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:67:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:68:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:70:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::notCalled' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:49:0: performance: Technically the member function 'tmplClassForParam < Param >::raw' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:50:0: performance: Technically the member function 'tmplClassForParam < Param >::rawDefault' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:51:0: performance: Technically the member function 'tmplClassForParam < Param >::const_' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:52:0: performance: Technically the member function 'tmplClassForParam < Param >::ptr' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:53:0: performance: Technically the member function 'tmplClassForParam < Param >::ref' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:54:0: performance: Technically the member function 'tmplClassForParam < Param >::constRef' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:56:0: performance: Technically the member function 'tmplClassForParam < Param >::notCalled' can be static. [functionStatic]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:109:32: error: Uninitialized struct member: hasNonParamStruct.y [uninitStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:111:35: error: Uninitialized struct member: hasNonParamStruct.y [uninitStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:162:53: error: Uninitialized struct member: hasNonParamStruct.y [uninitStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:163:42: error: Uninitialized struct member: hasNonParamStruct.y [uninitStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:17:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:8:3: warning: Member variable 'NonTemporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:9:3: warning: Member variable 'NonTemporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:10:3: warning: Member variable 'NonTemporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:9:3: style: Struct 'NonTemporary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:70:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:72:7: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:70:5: note: Found duplicate branches for 'if' and 'else'.
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:29:8: performance: Technically the member function 'Deriv::func' can be static. [functionStatic]
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:15:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:22:16: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:15:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:32:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:41:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:53:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:60:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:69:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:80:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:89:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:98:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:8:15: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:108:7: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:119:25: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:131:21: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:119:25: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:143:18: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:152:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:159:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:165:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:172:8: note: Function in derived class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:11:8: performance: Technically the member function 'BaseNonVirtual::fo' can be static. [functionStatic]
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:5:16: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:23:8: note: Function in derived class
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:37:26: note: Virtual function in base class
firefox-60.1.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:44:23: note: Function in derived class
firefox-60.1.0/build/clang-plugin/tests/TestRefCountedCopyConstructor.cpp:21:0: style: Variable 'r1p' is allocated memory that is never used. [unusedAllocatedMemory]
firefox-60.1.0/build/clang-plugin/tests/TestRefCountedCopyConstructor.cpp:24:0: style: Variable 'r2p' is assigned a value that is never used. [unreadVariable]
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestRefCountedCopyConstructor.cpp:25:0: error: Memory leak: r1p [memleak]
firefox-60.1.0/build/clang-plugin/tests/TestRefCountedCopyConstructor.cpp:21:23: error: Memory is allocated but not initialized: r1 [uninitdata]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:6:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:5:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:6:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:7:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:5:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:7:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:9:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:5:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:9:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:11:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:5:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:11:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:19:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:17:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:19:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:21:0: note: Variable 'nothundred' is reassigned a value before the old one has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:22:3: note: Variable 'nothundred' is reassigned a value before the old one has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:23:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:17:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:23:3: note: Buffer 'x' is being written before its old content has been used.
firefox-60.1.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-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:44:0: note: Variable 'nothundred' is reassigned a value before the old one has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:45:3: note: Variable 'nothundred' is reassigned a value before the old one has been used.
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:7:3: error: Buffer is accessed out of bounds: x [bufferAccessOutOfBounds]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:11:3: error: Buffer is accessed out of bounds: x [bufferAccessOutOfBounds]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:30:3: error: Buffer is accessed out of bounds: x [bufferAccessOutOfBounds]
firefox-60.1.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:34:3: error: Buffer is accessed out of bounds: x [bufferAccessOutOfBounds]
firefox-60.1.0/build/clang-plugin/tests/TestStackClass.cpp:12:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestTemporaryClass.cpp:17:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestTemporaryClass.cpp:8:3: warning: Member variable 'Temporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/tests/TestTemporaryClass.cpp:9:3: warning: Member variable 'Temporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/tests/TestTemporaryClass.cpp:10:3: warning: Member variable 'Temporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/build/clang-plugin/tests/TestTemporaryClass.cpp:9:3: style: Struct 'Temporary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/clang-plugin/tests/TestTrivialCtorDtor.cpp:9:9: style: struct member 'NonEmptyClass::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestTrivialCtorDtor.cpp:14:6: style: struct member 'TemplateNonEmptyClass::m' is never used. [unusedStructMember]
firefox-60.1.0/build/clang-plugin/tests/TestTrivialCtorDtor.cpp:82:9: style: struct member 'BadUnfortunateError::n' is never used. [unusedStructMember]
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:374:21: note: Assuming that condition 'section!=nullptr' is not redundant
firefox-60.1.0/build/unix/elfhack/elfxx.h:383:26: note: Null pointer dereference
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:392:21: note: Assuming that condition 'section!=nullptr' is not redundant
firefox-60.1.0/build/unix/elfhack/elfxx.h:401:26: note: Null pointer dereference
firefox-60.1.0/build/unix/elfhack/elf.cpp:225:19: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elf.cpp:313:28: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elf.cpp:316:27: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elf.cpp:484:37: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elf.cpp:825:33: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elf.cpp:843:33: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elf.cpp:291:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:360:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:380:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:402:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:444:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:542:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:864:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:877:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:894:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:925:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:940:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/build/unix/elfhack/elf.cpp:273:25: warning: Assert statement calls a function which may have desired side effects: 'getFileSize'. [assertWithSideEffect]
firefox-60.1.0/build/unix/elfhack/elf.cpp:601:50: warning: Assert statement calls a function which may have desired side effects: 'isRelocatable'. [assertWithSideEffect]
firefox-60.1.0/build/unix/elfhack/elfxx.h:280:10: style: Technically the member function 'Elf::getClass' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:655:18: note: Technically the member function 'Elf::getClass' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:280:10: note: Technically the member function 'Elf::getClass' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:281:10: style: Technically the member function 'Elf::getData' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:659:18: note: Technically the member function 'Elf::getData' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:281:10: note: Technically the member function 'Elf::getData' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:282:10: style: Technically the member function 'Elf::getType' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:663:18: note: Technically the member function 'Elf::getType' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:282:10: note: Technically the member function 'Elf::getType' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:283:10: style: Technically the member function 'Elf::getMachine' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:667:18: note: Technically the member function 'Elf::getMachine' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:283:10: note: Technically the member function 'Elf::getMachine' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:284:18: style: Technically the member function 'Elf::getSize' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:671:26: note: Technically the member function 'Elf::getSize' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:284:18: note: Technically the member function 'Elf::getSize' can be const.
firefox-60.1.0/build/unix/elfhack/elfxx.h:318:17: style: Technically the member function 'ElfSection::getName' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:319:18: style: Technically the member function 'ElfSection::getType' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:320:18: style: Technically the member function 'ElfSection::getFlags' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:322:18: style: Technically the member function 'ElfSection::getSize' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:323:18: style: Technically the member function 'ElfSection::getAddrAlign' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:324:18: style: Technically the member function 'ElfSection::getEntSize' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:325:17: style: Technically the member function 'ElfSection::getData' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:327:17: style: Technically the member function 'ElfSection::getInfo' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:456:18: style: Technically the member function 'ElfSegment::getType' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:457:18: style: Technically the member function 'ElfSegment::getFlags' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:458:18: style: Technically the member function 'ElfSegment::getAlign' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:461:9: style: Technically the member function 'ElfSegment::getVPDiff' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfxx.h:475:10: style: Technically the member function 'ElfSegment::isElfHackFillerSegment' can be const. [functionConst]
firefox-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:124:5: style: Class 'ElfPlainValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/unix/elfhack/elfxx.h:144:5: style: Class 'ElfSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/unix/elfhack/elfxx.h:152:5: style: Class 'ElfEntSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/unix/elfhack/elfxx.h:265:5: style: Class 'Elf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/build/unix/elfhack/elfxx.h:454:5: style: Class 'ElfSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:117:26: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:125:18: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:117:26: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:136:18: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:118:25: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:137:17: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:117:26: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:145:18: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:118:25: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:146:17: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:117:26: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:153:18: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:118:25: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:154:17: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:493:10: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:536:10: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:562:10: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:642:10: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfxx.h:611:0: note: Function in derived class
firefox-60.1.0/build/unix/elfhack/elfxx.h:646:15: style: Class 'table_storage' is unsafe, 'table_storage::buf' can leak by wrong usage. [unsafeClassCanLeak]
firefox-60.1.0/build/unix/elfhack/elfxx.h:338:13: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
firefox-60.1.0/build/unix/elfhack/elf.cpp:167:0: error: Memory leak: shdr [memleak]
firefox-60.1.0/build/unix/elfhack/elf.cpp:833:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:311:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:312:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-60.1.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-60.1.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-60.1.0/build/unix/elfhack/elfhack.cpp:125:26: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:189:43: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:191:43: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:229:42: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:231:42: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:239:37: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:352:37: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:452:24: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:529:0: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:572:0: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:696:0: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:722:0: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:386:34: warning: Assert statement calls a function which may have desired side effects: 'getType'. [assertWithSideEffect]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:386:74: warning: Assert statement calls a function which may have desired side effects: 'getFlags'. [assertWithSideEffect]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:510:36: warning: Assert statement calls a function which may have desired side effects: 'isElfHackFillerSegment'. [assertWithSideEffect]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:534:0: warning: Assert statement calls a function which may have desired side effects: 'getType'. [assertWithSideEffect]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:329:10: style: Unused private function: 'ElfRelHackCode_Section::apply_relocation' [unusedPrivateFunction]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:339:10: style: Unused private function: 'ElfRelHackCode_Section::apply_relocation' [unusedPrivateFunction]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:202:18: style: Technically the member function 'ElfRelHackCode_Section::getEntryPoint' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:329:10: performance: Technically the member function 'ElfRelHackCode_Section::apply_relocation' can be static. [functionStatic]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:339:10: performance: Technically the member function 'ElfRelHackCode_Section::apply_relocation' can be static. [functionStatic]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:248:20: style: Technically the member function 'ElfRelHackCode_Section::pc32_relocation::operator()' can be const. [functionConst]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:257:20: style: Technically the member function 'ElfRelHackCode_Section::arm_plt32_relocation::operator()' can be const. [functionConst]
firefox-60.1.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-60.1.0/build/unix/elfhack/elfhack.cpp:321:20: style: Technically the member function 'ElfRelHackCode_Section::gotoff_relocation::operator()' can be const. [functionConst]
firefox-60.1.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-60.1.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-60.1.0/build/unix/elfhack/elfhack.cpp:65:5: style: Class 'ElfRelHack_Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.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-60.1.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-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:71:10: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:352:18: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:78:10: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:176:10: note: Function in derived class
firefox-60.1.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-60.1.0/build/unix/elfhack/elfxx.h:352:18: note: Virtual function in base class
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:198:10: note: Function in derived class
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:305:38: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
firefox-60.1.0/build/unix/elfhack/elfhack.cpp:306:38: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
firefox-60.1.0/caps/ContentPrincipal.cpp:115:61: style: Function 'GenerateOriginNoSuffixFromURI' argument 2 names different: declaration 'aOrigin' definition 'aOriginNoSuffix'. [funcArgNamesDifferent]
firefox-60.1.0/caps/ContentPrincipal.h:44:59: note: Function 'GenerateOriginNoSuffixFromURI' argument 2 names different: declaration 'aOrigin' definition 'aOriginNoSuffix'.
firefox-60.1.0/caps/ContentPrincipal.cpp:115:61: note: Function 'GenerateOriginNoSuffixFromURI' argument 2 names different: declaration 'aOrigin' definition 'aOriginNoSuffix'.
firefox-60.1.0/caps/ContentPrincipal.cpp:331:42: style: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aValue'. [funcArgNamesDifferent]
firefox-60.1.0/caps/ContentPrincipal.h:24:37: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aValue'.
firefox-60.1.0/caps/ContentPrincipal.cpp:331:42: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aValue'.
firefox-60.1.0/caps/ExpandedPrincipal.cpp:129:44: style: Function 'MayLoadInternal' argument 1 names different: declaration 'aURI' definition 'uri'. [funcArgNamesDifferent]
firefox-60.1.0/caps/ExpandedPrincipal.h:52:32: note: Function 'MayLoadInternal' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-60.1.0/caps/ExpandedPrincipal.cpp:129:44: note: Function 'MayLoadInternal' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-60.1.0/caps/ExpandedPrincipal.cpp:141:43: style: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'. [funcArgNamesDifferent]
firefox-60.1.0/caps/ExpandedPrincipal.h:31:37: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'.
firefox-60.1.0/caps/ExpandedPrincipal.cpp:141:43: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'.
firefox-60.1.0/caps/NullPrincipal.cpp:133:39: style: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipal.h:49:37: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aResult'.
firefox-60.1.0/caps/NullPrincipal.cpp:133:39: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aResult'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:113:45: style: Function 'SetHost' argument 1 names different: declaration 'input' definition 'aHost'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:65:38: note: Function 'SetHost' argument 1 names different: declaration 'input' definition 'aHost'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:113:45: note: Function 'SetHost' argument 1 names different: declaration 'input' definition 'aHost'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:125:49: style: Function 'SetHostPort' argument 1 names different: declaration 'aValue' definition 'aHost'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:64:42: note: Function 'SetHostPort' argument 1 names different: declaration 'aValue' definition 'aHost'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:125:49: note: Function 'SetHostPort' argument 1 names different: declaration 'aValue' definition 'aHost'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:137:49: style: Function 'SetPassword' argument 1 names different: declaration 'input' definition 'aPassword'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:63:42: note: Function 'SetPassword' argument 1 names different: declaration 'input' definition 'aPassword'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:137:49: note: Function 'SetPassword' argument 1 names different: declaration 'input' definition 'aPassword'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:150:53: style: Function 'SetPathQueryRef' argument 1 names different: declaration 'input' definition 'aPath'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:67:46: note: Function 'SetPathQueryRef' argument 1 names different: declaration 'input' definition 'aPath'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:150:53: note: Function 'SetPathQueryRef' argument 1 names different: declaration 'input' definition 'aPath'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:163:49: style: Function 'SetFilePath' argument 1 names different: declaration 'input' definition 'aFilePath'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:69:42: note: Function 'SetFilePath' argument 1 names different: declaration 'input' definition 'aFilePath'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:163:49: note: Function 'SetFilePath' argument 1 names different: declaration 'input' definition 'aFilePath'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:176:46: style: Function 'SetQuery' argument 1 names different: declaration 'input' definition 'aQuery'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:70:39: note: Function 'SetQuery' argument 1 names different: declaration 'input' definition 'aQuery'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:176:46: note: Function 'SetQuery' argument 1 names different: declaration 'input' definition 'aQuery'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:196:44: style: Function 'SetRef' argument 1 names different: declaration 'input' definition 'aRef'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:68:37: note: Function 'SetRef' argument 1 names different: declaration 'input' definition 'aRef'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:196:44: note: Function 'SetRef' argument 1 names different: declaration 'input' definition 'aRef'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:215:35: style: Function 'SetPort' argument 1 names different: declaration 'port' definition 'aPort'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:66:28: note: Function 'SetPort' argument 1 names different: declaration 'port' definition 'aPort'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:215:35: note: Function 'SetPort' argument 1 names different: declaration 'port' definition 'aPort'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:228:47: style: Function 'SetScheme' argument 1 names different: declaration 'input' definition 'aScheme'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:60:40: note: Function 'SetScheme' argument 1 names different: declaration 'input' definition 'aScheme'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:228:47: note: Function 'SetScheme' argument 1 names different: declaration 'input' definition 'aScheme'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:255:53: style: Function 'SetSpecInternal' argument 1 names different: declaration 'input' definition 'aSpec'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:59:46: note: Function 'SetSpecInternal' argument 1 names different: declaration 'input' definition 'aSpec'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:255:53: note: Function 'SetSpecInternal' argument 1 names different: declaration 'input' definition 'aSpec'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:267:49: style: Function 'SetUsername' argument 1 names different: declaration 'input' definition 'aUsername'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:62:42: note: Function 'SetUsername' argument 1 names different: declaration 'input' definition 'aUsername'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:267:49: note: Function 'SetUsername' argument 1 names different: declaration 'input' definition 'aUsername'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:279:49: style: Function 'SetUserPass' argument 1 names different: declaration 'input' definition 'aUserPass'. [funcArgNamesDifferent]
firefox-60.1.0/caps/NullPrincipalURI.h:61:42: note: Function 'SetUserPass' argument 1 names different: declaration 'input' definition 'aUserPass'.
firefox-60.1.0/caps/NullPrincipalURI.cpp:279:49: note: Function 'SetUserPass' argument 1 names different: declaration 'input' definition 'aUserPass'.
firefox-60.1.0/caps/NullPrincipalURI.h:33:1: warning: The class 'NullPrincipalURI' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/caps/SystemPrincipal.cpp:54:41: style: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'. [funcArgNamesDifferent]
firefox-60.1.0/caps/SystemPrincipal.h:37:37: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'.
firefox-60.1.0/caps/SystemPrincipal.cpp:54:41: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'.
firefox-60.1.0/caps/SystemPrincipal.cpp:100:62: style: Function 'EnsurePreloadCSP' argument 2 names different: declaration 'aCSP' definition 'aPreloadCSP'. [funcArgNamesDifferent]
firefox-60.1.0/caps/SystemPrincipal.h:45:85: note: Function 'EnsurePreloadCSP' argument 2 names different: declaration 'aCSP' definition 'aPreloadCSP'.
firefox-60.1.0/caps/SystemPrincipal.cpp:100:62: note: Function 'EnsurePreloadCSP' argument 2 names different: declaration 'aCSP' definition 'aPreloadCSP'.
firefox-60.1.0/caps/nsScriptSecurityManager.cpp:758:25: style: Condition '!(aboutModuleFlags&nsIAboutModule::MAKE_LINKABLE)' is always true [knownConditionTrueFalse]
firefox-60.1.0/caps/nsScriptSecurityManager.cpp:751:45: note: Assignment 'aboutModuleFlags=0', assigned value is 0
firefox-60.1.0/caps/nsScriptSecurityManager.cpp:758:25: note: Condition '!(aboutModuleFlags&nsIAboutModule::MAKE_LINKABLE)' is always true
firefox-60.1.0/caps/nsScriptSecurityManager.cpp:1200:57: style: Function 'doGetObjectPrincipal' argument 1 names different: declaration 'obj' definition 'aObj'. [funcArgNamesDifferent]
firefox-60.1.0/caps/nsScriptSecurityManager.h:98:57: note: Function 'doGetObjectPrincipal' argument 1 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/caps/nsScriptSecurityManager.cpp:1200:57: note: Function 'doGetObjectPrincipal' argument 1 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/caps/nsScriptSecurityManager.cpp:228:66: error: Uninitialized variable: isData [uninitvar]
firefox-60.1.0/chrome/nsChromeRegistry.cpp:524:50: style: Function 'AllowScriptsForPackage' argument 1 names different: declaration 'url' definition 'aChromeURI'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistry.h:51:45: note: Function 'AllowScriptsForPackage' argument 1 names different: declaration 'url' definition 'aChromeURI'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:524:50: note: Function 'AllowScriptsForPackage' argument 1 names different: declaration 'url' definition 'aChromeURI'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:524:68: style: Function 'AllowScriptsForPackage' argument 2 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistry.h:52:43: note: Function 'AllowScriptsForPackage' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:524:68: note: Function 'AllowScriptsForPackage' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:549:48: style: Function 'AllowContentToAccess' argument 1 names different: declaration 'url' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistry.h:53:43: note: Function 'AllowContentToAccess' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:549:48: note: Function 'AllowContentToAccess' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:549:60: style: Function 'AllowContentToAccess' argument 2 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistry.h:54:41: note: Function 'AllowContentToAccess' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:549:60: note: Function 'AllowContentToAccess' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:581:46: style: Function 'CanLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistry.h:55:41: note: Function 'CanLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:581:46: note: Function 'CanLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:581:58: style: Function 'CanLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistry.h:56:39: note: Function 'CanLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:581:58: note: Function 'CanLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:613:47: style: Function 'MustLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistry.h:57:42: note: Function 'MustLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:613:47: note: Function 'MustLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:613:59: style: Function 'MustLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistry.h:58:40: note: Function 'MustLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/chrome/nsChromeRegistry.cpp:613:59: note: Function 'MustLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/chrome/nsChromeRegistryChrome.cpp:336:35: style: Function 'SendRegisteredChrome' argument 1 names different: declaration 'aChild' definition 'aParent'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistryChrome.h:54:59: note: Function 'SendRegisteredChrome' argument 1 names different: declaration 'aChild' definition 'aParent'.
firefox-60.1.0/chrome/nsChromeRegistryChrome.cpp:336:35: note: Function 'SendRegisteredChrome' argument 1 names different: declaration 'aChild' definition 'aParent'.
firefox-60.1.0/chrome/nsChromeRegistryChrome.cpp:525:87: style: Function 'SetBase' argument 2 names different: declaration 'base' definition 'aBaseURL'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistryChrome.h:98:58: note: Function 'SetBase' argument 2 names different: declaration 'base' definition 'aBaseURL'.
firefox-60.1.0/chrome/nsChromeRegistryChrome.cpp:525:87: note: Function 'SetBase' argument 2 names different: declaration 'base' definition 'aBaseURL'.
firefox-60.1.0/chrome/nsChromeRegistryContent.cpp:20:50: style: Function 'RegisterRemoteChrome' argument 2 names different: declaration 'aResources' definition 'aSubstitutions'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistryContent.h:22:74: note: Function 'RegisterRemoteChrome' argument 2 names different: declaration 'aResources' definition 'aSubstitutions'.
firefox-60.1.0/chrome/nsChromeRegistryContent.cpp:20:50: note: Function 'RegisterRemoteChrome' argument 2 names different: declaration 'aResources' definition 'aSubstitutions'.
firefox-60.1.0/chrome/nsChromeRegistryContent.cpp:93:74: style: Function 'RegisterSubstitution' argument 1 names different: declaration 'aResource' definition 'aSubstitution'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistryContent.h:45:56: note: Function 'RegisterSubstitution' argument 1 names different: declaration 'aResource' definition 'aSubstitution'.
firefox-60.1.0/chrome/nsChromeRegistryContent.cpp:93:74: note: Function 'RegisterSubstitution' argument 1 names different: declaration 'aResource' definition 'aSubstitution'.
firefox-60.1.0/chrome/nsChromeRegistryContent.cpp:207:56: style: Function 'IsLocaleRTL' argument 1 names different: declaration 'package' definition 'aPackage'. [funcArgNamesDifferent]
firefox-60.1.0/chrome/nsChromeRegistryContent.h:33:44: note: Function 'IsLocaleRTL' argument 1 names different: declaration 'package' definition 'aPackage'.
firefox-60.1.0/chrome/nsChromeRegistryContent.cpp:207:56: note: Function 'IsLocaleRTL' argument 1 names different: declaration 'package' definition 'aPackage'.
firefox-60.1.0/config/nsinstall.c:354:5: style: Variable 'tdlen' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/config/nsinstall.c:352:5: note: Variable 'tdlen' is reassigned a value before the old one has been used.
firefox-60.1.0/config/nsinstall.c:354:5: note: Variable 'tdlen' is reassigned a value before the old one has been used.
firefox-60.1.0/config/nsinstall.c:135:30: style: The scope of the variable 'wc' can be reduced. [variableScope]
firefox-60.1.0/config/nsinstall.c:264:61: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-60.1.0/config/nsinstall.c:264:80: style: The scope of the variable 'bnlen' can be reduced. [variableScope]
firefox-60.1.0/config/nsinstall.c:264:87: style: The scope of the variable 'exists' can be reduced. [variableScope]
firefox-60.1.0/config/nsinstall.c:266:59: style: The scope of the variable 'toname' can be reduced. [variableScope]
firefox-60.1.0/config/nsinstall.c:266:68: style: The scope of the variable 'name' can be reduced. [variableScope]
firefox-60.1.0/config/nsinstall.c:266:75: style: The scope of the variable 'base' can be reduced. [variableScope]
firefox-60.1.0/config/pathsub.c:153:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
firefox-60.1.0/config/pathsub.c:127:18: error: Allocation with xmalloc, strcpy doesn't release it. [leakNoVarFunctionCall]
firefox-60.1.0/devtools/platform/nsJSInspector.cpp:48:0: error: syntax error [syntaxError]
firefox-60.1.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-60.1.0/devtools/shared/heapsnapshot/tests/gtest/DevTools.h:220:0: error: syntax error [syntaxError]
firefox-60.1.0/docshell/base/nsDocShell.h:121:1: style: The class 'nsDocShell' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:652:7: style: Condition 'attemptFixup' is always false [knownConditionTrueFalse]
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:635:23: note: Assignment 'attemptFixup=false', assigned value is 0
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:652:7: note: Condition 'attemptFixup' is always false
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:498:64: style: Function 'TryKeywordFixupForURIInfo' argument 1 names different: declaration 'aStringURI' definition 'aURIString'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/base/nsDefaultURIFixup.h:36:56: note: Function 'TryKeywordFixupForURIInfo' argument 1 names different: declaration 'aStringURI' definition 'aURIString'.
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:498:64: note: Function 'TryKeywordFixupForURIInfo' argument 1 names different: declaration 'aStringURI' definition 'aURIString'.
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:670:55: style: Function 'FixupURIProtocol' argument 1 names different: declaration 'aIn' definition 'aURIString'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/base/nsDefaultURIFixup.h:30:47: note: Function 'FixupURIProtocol' argument 1 names different: declaration 'aIn' definition 'aURIString'.
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:670:55: note: Function 'FixupURIProtocol' argument 1 names different: declaration 'aIn' definition 'aURIString'.
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:798:54: style: Function 'KeywordURIFixup' argument 1 names different: declaration 'aStringURI' definition 'aURIString'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/base/nsDefaultURIFixup.h:33:46: note: Function 'KeywordURIFixup' argument 1 names different: declaration 'aStringURI' definition 'aURIString'.
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:798:54: note: Function 'KeywordURIFixup' argument 1 names different: declaration 'aStringURI' definition 'aURIString'.
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:910:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/docshell/base/nsDefaultURIFixup.cpp:1021:3: performance: Variable 'mOriginalInput' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/docshell/base/nsDocShell.cpp:11444:35: style: Redundant condition: aPrincipalToInherit. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
firefox-60.1.0/docshell/base/nsDocShell.cpp:2919:10: warning: Possible null pointer dereference: innerWindow [nullPointer]
firefox-60.1.0/docshell/base/nsDocShell.cpp:2912:19: note: Assignment 'innerWindow=mScriptGlobal?mScriptGlobal->GetCurrentInnerWindowInternal():nullptr', assigned value is 0
firefox-60.1.0/docshell/base/nsDocShell.cpp:2919:10: note: Null pointer dereference
firefox-60.1.0/docshell/base/nsDocShell.cpp:2213:45: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/docshell/base/nsDocShell.cpp:1061:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShell.cpp:1058:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:1061:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4287:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShell.cpp:4284:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4287:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4303:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShell.cpp:4300:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4303:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4318:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShell.cpp:4315:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4318:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4333:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShell.cpp:4330:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4333:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4348:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShell.cpp:4345:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4348:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4395:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShell.cpp:4382:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:4395:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:13326:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShell.cpp:13323:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:13326:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:13340:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShell.cpp:13337:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:13340:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShell.cpp:11118:11: style: The scope of the variable 'crlf' can be reduced. [variableScope]
firefox-60.1.0/docshell/base/nsDocShell.cpp:11119:11: style: The scope of the variable 'colon' can be reduced. [variableScope]
firefox-60.1.0/docshell/base/nsDocShell.cpp:2970:45: style: Function 'SetDocLoaderParent' argument 1 names different: declaration 'aLoader' definition 'aParent'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/base/nsDocShell.h:446:52: note: Function 'SetDocLoaderParent' argument 1 names different: declaration 'aLoader' definition 'aParent'.
firefox-60.1.0/docshell/base/nsDocShell.cpp:2970:45: note: Function 'SetDocLoaderParent' argument 1 names different: declaration 'aLoader' definition 'aParent'.
firefox-60.1.0/docshell/base/nsDocShell.cpp:7233:56: style: Function 'EndPageLoad' argument 3 names different: declaration 'aResult' definition 'aStatus'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/base/nsDocShell.h:588:33: note: Function 'EndPageLoad' argument 3 names different: declaration 'aResult' definition 'aStatus'.
firefox-60.1.0/docshell/base/nsDocShell.cpp:7233:56: note: Function 'EndPageLoad' argument 3 names different: declaration 'aResult' definition 'aStatus'.
firefox-60.1.0/docshell/base/nsDocShell.cpp:11102:45: style: Function 'AddHeadersToChannel' argument 2 names different: declaration 'aChannel' definition 'aGenericChannel'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/base/nsDocShell.h:547:44: note: Function 'AddHeadersToChannel' argument 2 names different: declaration 'aChannel' definition 'aGenericChannel'.
firefox-60.1.0/docshell/base/nsDocShell.cpp:11102:45: note: Function 'AddHeadersToChannel' argument 2 names different: declaration 'aChannel' definition 'aGenericChannel'.
firefox-60.1.0/docshell/base/nsDocShellEditorData.cpp:45:41: style: Function 'MakeEditable' argument 1 names different: declaration 'aWaitForUriLoad' definition 'aInWaitForUriLoad'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/base/nsDocShellEditorData.h:26:30: note: Function 'MakeEditable' argument 1 names different: declaration 'aWaitForUriLoad' definition 'aInWaitForUriLoad'.
firefox-60.1.0/docshell/base/nsDocShellEditorData.cpp:45:41: note: Function 'MakeEditable' argument 1 names different: declaration 'aWaitForUriLoad' definition 'aInWaitForUriLoad'.
firefox-60.1.0/docshell/base/nsDocShellEditorData.h:27:8: style: Technically the member function 'nsDocShellEditorData::GetEditable' can be const. [functionConst]
firefox-60.1.0/docshell/base/nsDocShellEditorData.cpp:67:23: note: Technically the member function 'nsDocShellEditorData::GetEditable' can be const.
firefox-60.1.0/docshell/base/nsDocShellEditorData.h:27:8: note: Technically the member function 'nsDocShellEditorData::GetEditable' can be const.
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1095:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1093:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1095:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1138:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1136:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1138:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1261:53: style: Function 'ShowTooltip' argument 4 names different: declaration 'aDirText' definition 'aTipDir'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.h:165:43: note: Function 'ShowTooltip' argument 4 names different: declaration 'aDirText' definition 'aTipDir'.
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1261:53: note: Function 'ShowTooltip' argument 4 names different: declaration 'aDirText' definition 'aTipDir'.
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1321:47: style: Function 'sTooltipCallback' argument 2 names different: declaration 'aListener' definition 'aChromeTooltipListener'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.h:181:56: note: Function 'sTooltipCallback' argument 2 names different: declaration 'aListener' definition 'aChromeTooltipListener'.
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1321:47: note: Function 'sTooltipCallback' argument 2 names different: declaration 'aListener' definition 'aChromeTooltipListener'.
firefox-60.1.0/docshell/base/nsDocShellTreeOwner.cpp:1051:3: performance: Variable 'mTooltipTextProvider' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/docshell/base/nsPingListener.cpp:288:62: error: Uninitialized variable: isDataScheme [uninitvar]
firefox-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.0/docshell/base/timeline/ObservedDocShell.cpp:142:33: style: Redundant condition: startIsPaintType. '!startIsPaintType || (startIsPaintType && hasSeenLayerType)' is equivalent to '!startIsPaintType || hasSeenLayerType' [redundantCondition]
firefox-60.1.0/docshell/shistory/nsSHEntry.cpp:44:12: warning: Member variable 'nsSHEntry::mChildren' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/docshell/shistory/nsSHEntry.h:22:1: warning: The class 'nsSHEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1587:3: warning: Either the condition 'aEntry1' is redundant or there is possible null pointer dereference: aEntry1. [nullPointerRedundantCheck]
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1583:33: note: Assuming that condition 'aEntry1' is not redundant
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1587:3: note: Null pointer dereference
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1588:3: warning: Either the condition 'aEntry2' is redundant or there is possible null pointer dereference: aEntry2. [nullPointerRedundantCheck]
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1583:20: note: Assuming that condition 'aEntry2' is not redundant
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1588:3: note: Null pointer dereference
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1024:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1023:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1024:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:465:51: style: Function 'CloneAndReplaceChild' argument 3 names different: declaration 'aChildIndex' definition 'aEntryIndex'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/shistory/nsSHistory.h:118:48: note: Function 'CloneAndReplaceChild' argument 3 names different: declaration 'aChildIndex' definition 'aEntryIndex'.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:465:51: note: Function 'CloneAndReplaceChild' argument 3 names different: declaration 'aChildIndex' definition 'aEntryIndex'.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:524:51: style: Function 'CloneAndReplace' argument 6 names different: declaration 'aDestEntry' definition 'aResultEntry'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/shistory/nsSHistory.h:114:48: note: Function 'CloneAndReplace' argument 6 names different: declaration 'aDestEntry' definition 'aResultEntry'.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:524:51: note: Function 'CloneAndReplace' argument 6 names different: declaration 'aDestEntry' definition 'aResultEntry'.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1935:47: style: Function 'LoadDifferingEntries' argument 3 names different: declaration 'aRootDocShell' definition 'aParent'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/shistory/nsSHistory.h:140:46: note: Function 'LoadDifferingEntries' argument 3 names different: declaration 'aRootDocShell' definition 'aParent'.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1935:47: note: Function 'LoadDifferingEntries' argument 3 names different: declaration 'aRootDocShell' definition 'aParent'.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:2107:44: style: Function 'nsSHEnumerator' argument 1 names different: declaration 'aHistory' definition 'aSHistory'. [funcArgNamesDifferent]
firefox-60.1.0/docshell/shistory/nsSHistory.h:200:39: note: Function 'nsSHEnumerator' argument 1 names different: declaration 'aHistory' definition 'aSHistory'.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:2107:44: note: Function 'nsSHEnumerator' argument 1 names different: declaration 'aHistory' definition 'aSHistory'.
firefox-60.1.0/docshell/shistory/nsSHistory.cpp:1278:5: performance: Variable 'mViewer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/animation/Animation.cpp:325:47: style: Function 'SetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'. [funcArgNamesDifferent]
firefox-60.1.0/dom/animation/Animation.h:113:43: note: Function 'SetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'.
firefox-60.1.0/dom/animation/Animation.cpp:325:47: note: Function 'SetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'.
firefox-60.1.0/dom/animation/Animation.cpp:850:55: style: Function 'SilentlySetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'. [funcArgNamesDifferent]
firefox-60.1.0/dom/animation/Animation.h:406:51: note: Function 'SilentlySetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'.
firefox-60.1.0/dom/animation/Animation.cpp:850:55: note: Function 'SilentlySetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'.
firefox-60.1.0/dom/animation/ComputedTimingFunction.h:115:3: warning: Member variable 'ComputedTimingFunction::mStepsOrFrames' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/animation/DocumentTimeline.cpp:245:51: style: Function 'ToTimeStamp' argument 1 names different: declaration 'aTimelineTime' definition 'aTimeDuration'. [funcArgNamesDifferent]
firefox-60.1.0/dom/animation/DocumentTimeline.h:80:45: note: Function 'ToTimeStamp' argument 1 names different: declaration 'aTimelineTime' definition 'aTimeDuration'.
firefox-60.1.0/dom/animation/DocumentTimeline.cpp:245:51: note: Function 'ToTimeStamp' argument 1 names different: declaration 'aTimelineTime' definition 'aTimeDuration'.
firefox-60.1.0/dom/animation/EffectCompositor.cpp:497:10: performance: Technically the member function 'mozilla::::EffectCompositeOrderComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/animation/KeyframeUtils.cpp:1105:52: style: Function 'GetComputedKeyframeValues' argument 3 names different: declaration 'aComputedValues' definition 'aStyleContext'. [funcArgNamesDifferent]
firefox-60.1.0/dom/animation/KeyframeUtils.cpp:383:52: note: Function 'GetComputedKeyframeValues' argument 3 names different: declaration 'aComputedValues' definition 'aStyleContext'.
firefox-60.1.0/dom/animation/KeyframeUtils.cpp:1105:52: note: Function 'GetComputedKeyframeValues' argument 3 names different: declaration 'aComputedValues' definition 'aStyleContext'.
firefox-60.1.0/dom/animation/KeyframeUtils.cpp:70:8: performance: Technically the member function 'mozilla::PropertyPriorityComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/animation/KeyframeUtils.cpp:251:10: performance: Technically the member function 'mozilla::AdditionalProperty::PropertyComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/animation/KeyframeUtils.cpp:256:10: performance: Technically the member function 'mozilla::AdditionalProperty::PropertyComparator::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/audiochannel/AudioChannelAgent.h:29:1: style: The class 'AudioChannelAgent' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/audiochannel/AudioChannelService.h:199:10: style: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::AudioCapturedChanged' can be const. [functionConst]
firefox-60.1.0/dom/audiochannel/AudioChannelService.cpp:863:42: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::AudioCapturedChanged' can be const.
firefox-60.1.0/dom/audiochannel/AudioChannelService.h:199:10: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::AudioCapturedChanged' can be const.
firefox-60.1.0/dom/audiochannel/AudioChannelService.h:213:10: performance: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioAudibleChanged' can be static. [functionStatic]
firefox-60.1.0/dom/audiochannel/AudioChannelService.cpp:941:42: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioAudibleChanged' can be static.
firefox-60.1.0/dom/audiochannel/AudioChannelService.h:213:10: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioAudibleChanged' can be static.
firefox-60.1.0/dom/audiochannel/AudioChannelService.h:217:10: performance: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyChannelActive' can be static. [functionStatic]
firefox-60.1.0/dom/audiochannel/AudioChannelService.cpp:954:42: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyChannelActive' can be static.
firefox-60.1.0/dom/audiochannel/AudioChannelService.h:217:10: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyChannelActive' can be static.
firefox-60.1.0/dom/audiochannel/AudioChannelService.h:223:10: style: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioCompetingChanged' can be const. [functionConst]
firefox-60.1.0/dom/audiochannel/AudioChannelService.cpp:638:42: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioCompetingChanged' can be const.
firefox-60.1.0/dom/audiochannel/AudioChannelService.h:223:10: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioCompetingChanged' can be const.
firefox-60.1.0/dom/base/nsIDocument.h:2278:17: warning: Either the condition '!aDisplayDocument' is redundant or there is possible null pointer dereference: aDisplayDocument. [nullPointerRedundantCheck]
firefox-60.1.0/dom/base/nsIDocument.h:2281:28: note: Assuming that condition '!aDisplayDocument' is not redundant
firefox-60.1.0/dom/base/nsIDocument.h:2278:17: note: Null pointer dereference
firefox-60.1.0/dom/base/AnonymousContent.cpp:147:55: style: Function 'SetAnimationForElement' argument 5 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/AnonymousContent.h:66:67: note: Function 'SetAnimationForElement' argument 5 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/AnonymousContent.cpp:147:55: note: Function 'SetAnimationForElement' argument 5 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/AnonymousContent.cpp:162:57: style: Function 'SetCutoutRectsForElement' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/AnonymousContent.h:70:46: note: Function 'SetCutoutRectsForElement' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/AnonymousContent.cpp:162:57: note: Function 'SetCutoutRectsForElement' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/nsINode.h:1706:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-60.1.0/dom/base/nsINode.h:1835:19: note: Calling function 'ClearBoolFlag', 1st argument 'name' value is 31
firefox-60.1.0/dom/base/nsINode.h:1706:23: note: Shift
firefox-60.1.0/dom/base/nsINode.h:295:1: style: The class 'nsINode' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/base/nsPropertyTable.h:49:3: style: Technically the member function 'nsPropertyOwner::operatorconstvoid*' can be const. [functionConst]
firefox-60.1.0/dom/base/nsPropertyTable.h:50:15: style: Technically the member function 'nsPropertyOwner::get' can be const. [functionConst]
firefox-60.1.0/dom/base/nsWindowSizes.h:65:8: performance: Technically the member function 'nsStyleSizes::addToTabSizes' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsWindowSizes.h:75:10: performance: Technically the member function 'nsStyleSizes::getTotalSize' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsINode.h:251:8: style: Technically the member function 'nsMutationGuard::Mutated' can be const. [functionConst]
firefox-60.1.0/dom/base/nsPropertyTable.h:46:16: style: Class 'nsPropertyOwner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/base/nsPropertyTable.h:47:16: style: Class 'nsPropertyOwner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/base/nsPropertyTable.h:38:1: warning: The class 'nsPropertyOwner' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/nsWrapperCache.h:89:1: style: The class 'nsWrapperCache' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/base/nsWrapperCache.h:102:4: warning: Class 'nsWrapperCache' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-60.1.0/dom/base/nsContentUtils.h:3602:8: performance: Technically the member function 'mozilla::dom::TreeOrderComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsContentUtils.h:3605:8: performance: Technically the member function 'mozilla::dom::TreeOrderComparator::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsWrapperCache.h:224:8: performance: Technically the member function 'nsWrapperCache::HasNothingToTrace' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsWrapperCacheInlines.h:60:17: note: Technically the member function 'nsWrapperCache::HasNothingToTrace' can be static.
firefox-60.1.0/dom/base/nsWrapperCache.h:224:8: note: Technically the member function 'nsWrapperCache::HasNothingToTrace' can be static.
firefox-60.1.0/dom/base/nsWrapperCache.h:229:8: style: Technically the member function 'nsWrapperCache::MarkWrapperLive' can be const. [functionConst]
firefox-60.1.0/dom/base/nsWrapperCacheInlines.h:76:17: note: Technically the member function 'nsWrapperCache::MarkWrapperLive' can be const.
firefox-60.1.0/dom/base/nsWrapperCache.h:229:8: note: Technically the member function 'nsWrapperCache::MarkWrapperLive' can be const.
firefox-60.1.0/dom/base/nsGlobalWindowInner.h:268:12: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:220:12: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/dom/base/nsFrameMessageManager.h:366:8: style: Technically the member function 'nsMessageManagerScriptHolder::WillRunInGlobalScope' can be const. [functionConst]
firefox-60.1.0/dom/base/nsGlobalWindowInner.h:154:1: warning: The struct 'IdleObserverHolder' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/BodyUtil.cpp:301:5: style: Variable 'boundaryId' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/dom/base/BodyUtil.cpp:300:0: note: Variable 'boundaryId' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/base/BodyUtil.cpp:301:5: note: Variable 'boundaryId' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/base/BodyUtil.cpp:114:3: performance: Technically the member function 'mozilla::dom::::FormDataParser::PushOverBoundary' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsContentList.h:405:23: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
firefox-60.1.0/dom/base/CustomElementRegistry.h:214:1: style: The class 'CustomElementReactionsStack' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/base/nsAttrValue.h:130:3: style: 'nsAttrValue::operator=' should return 'nsAttrValue &'. [operatorEq]
firefox-60.1.0/dom/base/nsAttrName.h:197:8: style: Technically the member function 'nsAttrName::AddRefInternalName' can be const. [functionConst]
firefox-60.1.0/dom/base/nsAttrName.h:206:8: style: Technically the member function 'nsAttrName::ReleaseInternalName' can be const. [functionConst]
firefox-60.1.0/dom/base/CustomElementRegistry.h:175:8: style: Technically the member function 'mozilla::dom::CustomElementDefinition::IsCustomBuiltIn' can be const. [functionConst]
firefox-60.1.0/dom/base/nsIdentifierMapEntry.h:55:18: style: Struct 'AtomOrString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/base/nsIdentifierMapEntry.h:56:18: style: Struct 'AtomOrString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/base/nsIdentifierMapEntry.h:172:3: warning: The struct 'ChangeCallbackEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/nsContentList.h:196:1: warning: The struct 'nsContentListKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/nsAttrName.h:21:1: warning: The class 'nsAttrName' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/nsDOMAttributeMap.h:33:1: warning: The class 'nsAttrKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/nsDOMAttributeMap.h:57:1: warning: The class 'nsAttrHashKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/ChromeUtils.cpp:360:47: style: Function 'IdleDispatch' argument 1 names different: declaration 'global' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/ChromeUtils.h:147:48: note: Function 'IdleDispatch' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:360:47: note: Function 'IdleDispatch' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:361:48: style: Function 'IdleDispatch' argument 2 names different: declaration 'callback' definition 'aCallback'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/ChromeUtils.h:148:49: note: Function 'IdleDispatch' argument 2 names different: declaration 'callback' definition 'aCallback'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:361:48: note: Function 'IdleDispatch' argument 2 names different: declaration 'callback' definition 'aCallback'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:362:53: style: Function 'IdleDispatch' argument 3 names different: declaration 'options' definition 'aOptions'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/ChromeUtils.h:149:54: note: Function 'IdleDispatch' argument 3 names different: declaration 'options' definition 'aOptions'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:362:53: note: Function 'IdleDispatch' argument 3 names different: declaration 'options' definition 'aOptions'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:659:52: style: Function 'GetCallerLocation' argument 1 names different: declaration 'global' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/ChromeUtils.h:171:41: note: Function 'GetCallerLocation' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:659:52: note: Function 'GetCallerLocation' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:659:75: style: Function 'GetCallerLocation' argument 2 names different: declaration 'principal' definition 'aPrincipal'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/ChromeUtils.h:171:63: note: Function 'GetCallerLocation' argument 2 names different: declaration 'principal' definition 'aPrincipal'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:659:75: note: Function 'GetCallerLocation' argument 2 names different: declaration 'principal' definition 'aPrincipal'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:683:46: style: Function 'CreateError' argument 1 names different: declaration 'global' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/ChromeUtils.h:175:35: note: Function 'CreateError' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:683:46: note: Function 'CreateError' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:683:72: style: Function 'CreateError' argument 2 names different: declaration 'message' definition 'aMessage'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/ChromeUtils.h:175:60: note: Function 'CreateError' argument 2 names different: declaration 'message' definition 'aMessage'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:683:72: note: Function 'CreateError' argument 2 names different: declaration 'message' definition 'aMessage'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:684:48: style: Function 'CreateError' argument 3 names different: declaration 'stack' definition 'aStack'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/ChromeUtils.h:176:37: note: Function 'CreateError' argument 3 names different: declaration 'stack' definition 'aStack'.
firefox-60.1.0/dom/base/ChromeUtils.cpp:684:48: note: Function 'CreateError' argument 3 names different: declaration 'stack' definition 'aStack'.
firefox-60.1.0/dom/base/DOMException.cpp:263:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.0/dom/base/DOMException.cpp:397:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.0/dom/base/DOMIntersectionObserver.cpp:348:29: warning: Either the condition 'root&&target' is redundant or there is possible null pointer dereference: target. [nullPointerRedundantCheck]
firefox-60.1.0/dom/base/DOMIntersectionObserver.cpp:410:14: note: Assuming that condition 'root&&target' is not redundant
firefox-60.1.0/dom/base/DOMIntersectionObserver.cpp:348:29: note: Null pointer dereference
firefox-60.1.0/dom/base/DOMIntersectionObserver.cpp:472:9: warning: Either the condition 'target' is redundant or there is possible null pointer dereference: target. [nullPointerRedundantCheck]
firefox-60.1.0/dom/base/DOMIntersectionObserver.cpp:410:17: note: Assuming that condition 'target' is not redundant
firefox-60.1.0/dom/base/DOMIntersectionObserver.cpp:472:9: note: Null pointer dereference
firefox-60.1.0/dom/base/nsDOMMutationObserver.h:554:67: performance: Function parameter 'aRecord' should be passed by const reference. [passedByValue]
firefox-60.1.0/dom/base/DocumentOrShadowRoot.cpp:263:14: warning: Either the condition '!node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
firefox-60.1.0/dom/base/DocumentOrShadowRoot.cpp:252:9: note: Assuming that condition '!node' is not redundant
firefox-60.1.0/dom/base/DocumentOrShadowRoot.cpp:263:14: note: Null pointer dereference
firefox-60.1.0/dom/base/Element.cpp:2005:8: style: The scope of the variable 'clearBindingParent' can be reduced. [variableScope]
firefox-60.1.0/dom/base/Element.cpp:1929:43: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
firefox-60.1.0/dom/base/DOMMatrix.h:51:5: performance: Variable 'mMatrix3D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/nsAttrValue.h:456:15: performance: Technically the member function 'nsAttrValue::IsSVGType' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsAttrValueInlines.h:208:14: note: Technically the member function 'nsAttrValue::IsSVGType' can be static.
firefox-60.1.0/dom/base/nsAttrValue.h:456:15: note: Technically the member function 'nsAttrValue::IsSVGType' can be static.
firefox-60.1.0/dom/base/nsContentPolicyUtils.h:237:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsContentPolicyUtils.h:265:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/EventSource.cpp:1816:58: performance: Function parameter 'aEvent' should be passed by const reference. [passedByValue]
firefox-60.1.0/dom/base/EventSource.cpp:840:64: error: Uninitialized variable: isValidScheme [uninitvar]
firefox-60.1.0/dom/base/EventSource.cpp:841:65: error: Uninitialized variable: isValidScheme [uninitvar]
firefox-60.1.0/dom/base/EventSource.cpp:1007:62: error: Uninitialized variable: isValidScheme [uninitvar]
firefox-60.1.0/dom/base/EventSource.cpp:1008:63: error: Uninitialized variable: isValidScheme [uninitvar]
firefox-60.1.0/dom/base/FormData.cpp:72:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/base/FragmentOrElement.cpp:2074:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/base/IDTracker.cpp:23:30: style: Function 'Reset' argument 1 names different: declaration 'aFrom' definition 'aFromContent'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/IDTracker.h:66:26: note: Function 'Reset' argument 1 names different: declaration 'aFrom' definition 'aFromContent'.
firefox-60.1.0/dom/base/IDTracker.cpp:23:30: note: Function 'Reset' argument 1 names different: declaration 'aFrom' definition 'aFromContent'.
firefox-60.1.0/dom/base/IDTracker.cpp:135:36: style: Function 'ResetWithID' argument 1 names different: declaration 'aFrom' definition 'aFromContent'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/IDTracker.h:78:32: note: Function 'ResetWithID' argument 1 names different: declaration 'aFrom' definition 'aFromContent'.
firefox-60.1.0/dom/base/IDTracker.cpp:135:36: note: Function 'ResetWithID' argument 1 names different: declaration 'aFrom' definition 'aFromContent'.
firefox-60.1.0/dom/base/IDTracker.h:45:4: warning: Class 'IDTracker' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-60.1.0/dom/base/ImageEncoder.cpp:143:1: style: The class 'EncodingRunnable' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.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-60.1.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-60.1.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-60.1.0/dom/base/Location.cpp:171:27: style: Function 'GetURI' argument 1 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:169:28: note: Function 'GetURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Location.cpp:171:27: note: Function 'GetURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Location.cpp:213:35: style: Function 'GetWritableURI' argument 1 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:172:36: note: Function 'GetWritableURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Location.cpp:213:35: note: Function 'GetWritableURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Location.cpp:232:26: style: Function 'SetURI' argument 1 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:175:27: note: Function 'SetURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Location.cpp:232:26: note: Function 'SetURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Location.cpp:264:32: style: Function 'GetHash' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:128:29: note: Function 'GetHash' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:264:32: note: Function 'GetHash' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:305:32: style: Function 'SetHash' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:132:29: note: Function 'SetHash' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:305:32: note: Function 'SetHash' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:329:32: style: Function 'GetHost' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:88:29: note: Function 'GetHost' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:329:32: note: Function 'GetHost' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:357:32: style: Function 'SetHost' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:92:29: note: Function 'SetHost' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:357:32: note: Function 'SetHost' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:383:36: style: Function 'GetHostname' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:96:33: note: Function 'GetHostname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:383:36: note: Function 'GetHostname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:402:36: style: Function 'SetHostname' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:100:33: note: Function 'SetHostname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:402:36: note: Function 'SetHostname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:448:32: style: Function 'SetHref' argument 2 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:72:29: note: Function 'SetHref' argument 2 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:448:32: note: Function 'SetHref' argument 2 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:542:34: style: Function 'GetOrigin' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:76:31: note: Function 'GetOrigin' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:542:34: note: Function 'GetOrigin' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:569:36: style: Function 'GetPathname' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:112:33: note: Function 'GetPathname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:569:36: note: Function 'GetPathname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:597:36: style: Function 'SetPathname' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:116:33: note: Function 'SetPathname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:597:36: note: Function 'SetPathname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:623:32: style: Function 'GetPort' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:104:29: note: Function 'GetPort' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:623:32: note: Function 'GetPort' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:652:32: style: Function 'SetPort' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:108:29: note: Function 'SetPort' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:652:32: note: Function 'SetPort' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:692:36: style: Function 'GetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:80:33: note: Function 'GetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:692:36: note: Function 'GetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:721:36: style: Function 'SetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:84:33: note: Function 'SetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:721:36: note: Function 'SetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:787:32: style: Function 'GetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:118:29: note: Function 'GetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'.
firefox-60.1.0/dom/base/Location.cpp:787:32: note: Function 'GetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'.
firefox-60.1.0/dom/base/Location.cpp:789:34: style: Function 'GetSearch' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:120:31: note: Function 'GetSearch' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:789:34: note: Function 'GetSearch' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:818:38: style: Function 'SetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:122:35: note: Function 'SetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'.
firefox-60.1.0/dom/base/Location.cpp:818:38: note: Function 'SetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'.
firefox-60.1.0/dom/base/Location.cpp:820:34: style: Function 'SetSearch' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:124:31: note: Function 'SetSearch' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:820:34: note: Function 'SetSearch' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:902:32: style: Function 'Replace' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Location.h:45:29: note: Function 'Replace' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:902:32: note: Function 'Replace' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-60.1.0/dom/base/Location.cpp:47:3: performance: Variable 'mDocShell' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/Navigator.cpp:165:42: style: Function 'Navigator' argument 1 names different: declaration 'aInnerWindow' definition 'aWindow'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:84:42: note: Function 'Navigator' argument 1 names different: declaration 'aInnerWindow' definition 'aWindow'.
firefox-60.1.0/dom/base/Navigator.cpp:165:42: note: Function 'Navigator' argument 1 names different: declaration 'aInnerWindow' definition 'aWindow'.
firefox-60.1.0/dom/base/Navigator.cpp:326:37: style: Function 'GetAppVersion' argument 1 names different: declaration 'aAppName' definition 'aAppVersion'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:114:33: note: Function 'GetAppVersion' argument 1 names different: declaration 'aAppName' definition 'aAppVersion'.
firefox-60.1.0/dom/base/Navigator.cpp:326:37: note: Function 'GetAppVersion' argument 1 names different: declaration 'aAppName' definition 'aAppVersion'.
firefox-60.1.0/dom/base/Navigator.cpp:441:32: style: Function 'GetOscpu' argument 1 names different: declaration 'aOscpu' definition 'aOSCPU'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:153:28: note: Function 'GetOscpu' argument 1 names different: declaration 'aOscpu' definition 'aOSCPU'.
firefox-60.1.0/dom/base/Navigator.cpp:441:32: note: Function 'GetOscpu' argument 1 names different: declaration 'aOscpu' definition 'aOSCPU'.
firefox-60.1.0/dom/base/Navigator.cpp:788:45: style: Function 'AddIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:167:41: note: Function 'AddIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'.
firefox-60.1.0/dom/base/Navigator.cpp:788:45: note: Function 'AddIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'.
firefox-60.1.0/dom/base/Navigator.cpp:802:48: style: Function 'RemoveIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:168:44: note: Function 'RemoveIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'.
firefox-60.1.0/dom/base/Navigator.cpp:802:48: note: Function 'RemoveIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'.
firefox-60.1.0/dom/base/Navigator.cpp:865:46: style: Function 'Vibrate' argument 1 names different: declaration 'aDuration' definition 'aPattern'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:149:42: note: Function 'Vibrate' argument 1 names different: declaration 'aDuration' definition 'aPattern'.
firefox-60.1.0/dom/base/Navigator.cpp:865:46: note: Function 'Vibrate' argument 1 names different: declaration 'aDuration' definition 'aPattern'.
firefox-60.1.0/dom/base/Navigator.cpp:939:52: style: Function 'RegisterContentHandler' argument 2 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:123:76: note: Function 'RegisterContentHandler' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Navigator.cpp:939:52: note: Function 'RegisterContentHandler' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Navigator.cpp:958:53: style: Function 'RegisterProtocolHandler' argument 1 names different: declaration 'aScheme' definition 'aProtocol'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:121:49: note: Function 'RegisterProtocolHandler' argument 1 names different: declaration 'aScheme' definition 'aProtocol'.
firefox-60.1.0/dom/base/Navigator.cpp:958:53: note: Function 'RegisterProtocolHandler' argument 1 names different: declaration 'aScheme' definition 'aProtocol'.
firefox-60.1.0/dom/base/Navigator.cpp:959:53: style: Function 'RegisterProtocolHandler' argument 2 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:121:75: note: Function 'RegisterProtocolHandler' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Navigator.cpp:959:53: note: Function 'RegisterProtocolHandler' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/Navigator.cpp:1835:85: style: Function 'RequestMediaKeySystemAccess' argument 2 names different: declaration 'aConfig' definition 'aConfigs'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/Navigator.h:235:76: note: Function 'RequestMediaKeySystemAccess' argument 2 names different: declaration 'aConfig' definition 'aConfigs'.
firefox-60.1.0/dom/base/Navigator.cpp:1835:85: note: Function 'RequestMediaKeySystemAccess' argument 2 names different: declaration 'aConfig' definition 'aConfigs'.
firefox-60.1.0/dom/base/Navigator.cpp:718:5: performance: Variable 'mWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/ResponsiveImageSelector.cpp:163:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/dom/base/ResponsiveImageSelector.cpp:600:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-60.1.0/dom/base/ScreenOrientation.h:34:1: style: The class 'ScreenOrientation' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/base/Selection.h:582:5: performance: Variable 'mSelection' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/Selection.h:609:5: performance: Variable 'mSelection' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/SelectionChangeListener.cpp:28:3: performance: Variable 'mStartContainer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/SelectionChangeListener.h:46:10: style: Technically the member function 'mozilla::dom::SelectionChangeListener::RawRangeData::Equals' can be const. [functionConst]
firefox-60.1.0/dom/base/SelectionChangeListener.cpp:39:40: note: Technically the member function 'mozilla::dom::SelectionChangeListener::RawRangeData::Equals' can be const.
firefox-60.1.0/dom/base/SelectionChangeListener.h:46:10: note: Technically the member function 'mozilla::dom::SelectionChangeListener::RawRangeData::Equals' can be const.
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1226:7: warning: Possible null pointer dereference: port [nullPointer]
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1219:25: note: Assignment 'port=nullptr', assigned value is 0
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1226:7: note: Null pointer dereference
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1245:21: warning: Possible null pointer dereference: canvas [nullPointer]
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1237:33: note: Assignment 'canvas=nullptr', assigned value is 0
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1245:21: note: Null pointer dereference
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1247:9: warning: Possible null pointer dereference: canvas [nullPointer]
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1237:33: note: Assignment 'canvas=nullptr', assigned value is 0
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1247:9: note: Null pointer dereference
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1260:21: warning: Possible null pointer dereference: bitmap [nullPointer]
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1252:29: note: Assignment 'bitmap=nullptr', assigned value is 0
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1260:21: note: Null pointer dereference
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1262:9: warning: Possible null pointer dereference: bitmap [nullPointer]
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1252:29: note: Assignment 'bitmap=nullptr', assigned value is 0
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1262:9: note: Null pointer dereference
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:247:67: style: Function 'StructuredCloneHolder' argument 3 names different: declaration 'aStructuredCloneScope' definition 'aScope'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/StructuredCloneHolder.h:169:55: note: Function 'StructuredCloneHolder' argument 3 names different: declaration 'aStructuredCloneScope' definition 'aScope'.
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:247:67: note: Function 'StructuredCloneHolder' argument 3 names different: declaration 'aStructuredCloneScope' definition 'aScope'.
firefox-60.1.0/dom/base/StructuredCloneHolder.h:242:3: performance: Technically the member function 'mozilla::dom::StructuredCloneHolder::TakeTransferredPortsAsSequence' can be static. [functionStatic]
firefox-60.1.0/dom/base/StructuredCloneHolder.cpp:1314:24: note: Technically the member function 'mozilla::dom::StructuredCloneHolder::TakeTransferredPortsAsSequence' can be static.
firefox-60.1.0/dom/base/StructuredCloneHolder.h:242:3: note: Technically the member function 'mozilla::dom::StructuredCloneHolder::TakeTransferredPortsAsSequence' can be static.
firefox-60.1.0/dom/base/TimeoutManager.cpp:999:8: style: The scope of the variable 'seenRunningTimeout' can be reduced. [variableScope]
firefox-60.1.0/dom/base/WindowDestroyedEvent.cpp:33:3: performance: Variable 'mWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/WindowDestroyedEvent.cpp:44:3: performance: Variable 'mWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:767:5: warning: Possible null pointer dereference: aContent [nullPointer]
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:486:25: note: Calling function 'GetModifiableMapped', 1st argument 'aContent' value is 0
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:767:5: note: Null pointer dereference
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:562:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:330:47: style: Function 'GetAttr' argument 1 names different: declaration 'aName' definition 'aLocalName'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsAttrAndChildArray.h:83:47: note: Function 'GetAttr' argument 1 names different: declaration 'aName' definition 'aLocalName'.
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:330:47: note: Function 'GetAttr' argument 1 names different: declaration 'aName' definition 'aLocalName'.
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:835:3: warning: Size of pointer 'mImpl' used instead of size of its data. [pointerSize]
firefox-60.1.0/dom/base/nsAttrAndChildArray.h:222:15: performance: Technically the member function 'nsAttrAndChildArray::SetChildAtPos' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:942:22: note: Technically the member function 'nsAttrAndChildArray::SetChildAtPos' can be static.
firefox-60.1.0/dom/base/nsAttrAndChildArray.h:222:15: note: Technically the member function 'nsAttrAndChildArray::SetChildAtPos' can be static.
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:414:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:415:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:449:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.0/dom/base/nsAttrAndChildArray.cpp:450:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.0/dom/base/nsAttrValue.cpp:436:49: style: Function 'SetToSerialized' argument 1 names different: declaration 'aValue' definition 'aOther'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsAttrValue.h:180:43: note: Function 'SetToSerialized' argument 1 names different: declaration 'aValue' definition 'aOther'.
firefox-60.1.0/dom/base/nsAttrValue.cpp:436:49: note: Function 'SetToSerialized' argument 1 names different: declaration 'aValue' definition 'aOther'.
firefox-60.1.0/dom/base/nsAttrValue.h:429:8: style: Technically the member function 'nsAttrValue::LoadImage' can be const. [functionConst]
firefox-60.1.0/dom/base/nsAttrValue.cpp:1685:14: note: Technically the member function 'nsAttrValue::LoadImage' can be const.
firefox-60.1.0/dom/base/nsAttrValue.h:429:8: note: Technically the member function 'nsAttrValue::LoadImage' can be const.
firefox-60.1.0/dom/base/nsAttrValue.h:465:12: performance: Technically the member function 'nsAttrValue::GetEnumTableIndex' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsAttrValue.cpp:1365:14: note: Technically the member function 'nsAttrValue::GetEnumTableIndex' can be static.
firefox-60.1.0/dom/base/nsAttrValue.h:465:12: note: Technically the member function 'nsAttrValue::GetEnumTableIndex' can be static.
firefox-60.1.0/dom/base/nsAttrValue.h:471:8: style: Technically the member function 'nsAttrValue::SetMiscAtomOrString' can be const. [functionConst]
firefox-60.1.0/dom/base/nsAttrValue.cpp:1774:14: note: Technically the member function 'nsAttrValue::SetMiscAtomOrString' can be const.
firefox-60.1.0/dom/base/nsAttrValue.h:471:8: note: Technically the member function 'nsAttrValue::SetMiscAtomOrString' can be const.
firefox-60.1.0/dom/base/nsAttrValue.h:472:8: style: Technically the member function 'nsAttrValue::ResetMiscAtomOrString' can be const. [functionConst]
firefox-60.1.0/dom/base/nsAttrValue.cpp:1825:14: note: Technically the member function 'nsAttrValue::ResetMiscAtomOrString' can be const.
firefox-60.1.0/dom/base/nsAttrValue.h:472:8: note: Technically the member function 'nsAttrValue::ResetMiscAtomOrString' can be const.
firefox-60.1.0/dom/base/nsAttrValue.h:489:5: performance: Technically the member function 'nsAttrValue::GetStringBuffer' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsAttrValue.cpp:1947:14: note: Technically the member function 'nsAttrValue::GetStringBuffer' can be static.
firefox-60.1.0/dom/base/nsAttrValue.h:489:5: note: Technically the member function 'nsAttrValue::GetStringBuffer' can be static.
firefox-60.1.0/dom/base/nsAttrValue.cpp:1193:8: performance: Technically the member function 'AtomArrayStringComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsCCUncollectableMarker.cpp:294:3: warning: Either the condition 'rootDocShell?rootDocShell->GetTabChild():nullptr' is redundant or there is possible null pointer dereference: aNode. [nullPointerRedundantCheck]
firefox-60.1.0/dom/base/nsCCUncollectableMarker.cpp:315:22: note: Assuming that condition 'rootDocShell?rootDocShell->GetTabChild():nullptr' is not redundant
firefox-60.1.0/dom/base/nsCCUncollectableMarker.cpp:312:20: note: Calling function 'MarkDocShell', 1st argument 'aNode' value is 0
firefox-60.1.0/dom/base/nsCCUncollectableMarker.cpp:294:3: note: Null pointer dereference
firefox-60.1.0/dom/base/nsContentAreaDragDrop.cpp:79:8: performance: Technically the member function 'DragDataProducer::AddString' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsContentAreaDragDrop.cpp:849:19: note: Technically the member function 'DragDataProducer::AddString' can be static.
firefox-60.1.0/dom/base/nsContentAreaDragDrop.cpp:79:8: note: Technically the member function 'DragDataProducer::AddString' can be static.
firefox-60.1.0/dom/base/nsContentIterator.cpp:262:38: style: Function 'Init' argument 1 names different: declaration 'aRange' definition 'aDOMRange'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentIterator.cpp:96:38: note: Function 'Init' argument 1 names different: declaration 'aRange' definition 'aDOMRange'.
firefox-60.1.0/dom/base/nsContentIterator.cpp:262:38: note: Function 'Init' argument 1 names different: declaration 'aRange' definition 'aDOMRange'.
firefox-60.1.0/dom/base/nsContentList.cpp:500:38: style: Function 'WrapObject' argument 1 names different: declaration 'aCx' definition 'cx'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentList.h:324:43: note: Function 'WrapObject' argument 1 names different: declaration 'aCx' definition 'cx'.
firefox-60.1.0/dom/base/nsContentList.cpp:500:38: note: Function 'WrapObject' argument 1 names different: declaration 'aCx' definition 'cx'.
firefox-60.1.0/dom/base/nsContentList.cpp:672:38: style: Function 'GetElementAt' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentList.h:354:56: note: Function 'GetElementAt' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/base/nsContentList.cpp:672:38: note: Function 'GetElementAt' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/base/nsContentPermissionHelper.cpp:584:34: warning: Member variable 'nsContentPermissionRequestProxy::mParent' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsContentPermissionHelper.cpp:220:3: performance: Variable 'mType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/nsContentPermissionHelper.cpp:221:3: performance: Variable 'mAccess' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/nsContentPermissionHelper.cpp:222:3: performance: Variable 'mOptions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/nsContentPolicy.cpp:80:48: style: Function 'CheckPolicy' argument 3 names different: declaration 'aURI' definition 'contentLocation'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentPolicy.h:42:34: note: Function 'CheckPolicy' argument 3 names different: declaration 'aURI' definition 'contentLocation'.
firefox-60.1.0/dom/base/nsContentPolicy.cpp:80:48: note: Function 'CheckPolicy' argument 3 names different: declaration 'aURI' definition 'contentLocation'.
firefox-60.1.0/dom/base/nsContentPolicy.cpp:81:48: style: Function 'CheckPolicy' argument 4 names different: declaration 'origURI' definition 'requestingLocation'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentPolicy.h:42:48: note: Function 'CheckPolicy' argument 4 names different: declaration 'origURI' definition 'requestingLocation'.
firefox-60.1.0/dom/base/nsContentPolicy.cpp:81:48: note: Function 'CheckPolicy' argument 4 names different: declaration 'origURI' definition 'requestingLocation'.
firefox-60.1.0/dom/base/nsContentPolicy.cpp:83:48: style: Function 'CheckPolicy' argument 6 names different: declaration 'mimeGuess' definition 'mimeType'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentPolicy.h:44:44: note: Function 'CheckPolicy' argument 6 names different: declaration 'mimeGuess' definition 'mimeType'.
firefox-60.1.0/dom/base/nsContentPolicy.cpp:83:48: note: Function 'CheckPolicy' argument 6 names different: declaration 'mimeGuess' definition 'mimeType'.
firefox-60.1.0/dom/base/nsContentSink.cpp:1610:28: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
firefox-60.1.0/dom/base/nsContentSink.cpp:479:13: style: The scope of the variable 'endCh' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsContentSink.cpp:1281:41: style: Function 'NotifyAppend' argument 1 names different: declaration 'aContent' definition 'aContainer'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentSink.h:107:33: note: Function 'NotifyAppend' argument 1 names different: declaration 'aContent' definition 'aContainer'.
firefox-60.1.0/dom/base/nsContentSink.cpp:1281:41: note: Function 'NotifyAppend' argument 1 names different: declaration 'aContent' definition 'aContainer'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:6774:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/dom/base/nsContentUtils.cpp:6772:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/base/nsContentUtils.cpp:6774:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/base/nsContentUtils.cpp:1011:39: style: Function 'Atob' argument 1 names different: declaration 'aAsciiString' definition 'aAsciiBase64String'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentUtils.h:2620:41: note: Function 'Atob' argument 1 names different: declaration 'aAsciiString' definition 'aAsciiBase64String'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:1011:39: note: Function 'Atob' argument 1 names different: declaration 'aAsciiString' definition 'aAsciiBase64String'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:1896:76: style: Function 'ParseIntMarginValue' argument 2 names different: declaration 'aResult' definition 'result'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentUtils.h:586:74: note: Function 'ParseIntMarginValue' argument 2 names different: declaration 'aResult' definition 'result'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:1896:76: note: Function 'ParseIntMarginValue' argument 2 names different: declaration 'aResult' definition 'result'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:3502:41: style: Function 'SplitExpatName' argument 3 names different: declaration 'aTagName' definition 'aLocalName'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentUtils.h:739:39: note: Function 'SplitExpatName' argument 3 names different: declaration 'aTagName' definition 'aLocalName'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:3502:41: note: Function 'SplitExpatName' argument 3 names different: declaration 'aTagName' definition 'aLocalName'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:3589:39: style: Function 'CanLoadImage' argument 6 names different: declaration 'aContentPolicyType' definition 'aContentType'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentUtils.h:838:37: note: Function 'CanLoadImage' argument 6 names different: declaration 'aContentPolicyType' definition 'aContentType'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:3589:39: note: Function 'CanLoadImage' argument 6 names different: declaration 'aContentPolicyType' definition 'aContentType'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:3651:50: style: Function 'GetOriginAttributes' argument 1 names different: declaration 'aDoc' definition 'aDocument'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentUtils.h:963:36: note: Function 'GetOriginAttributes' argument 1 names different: declaration 'aDoc' definition 'aDocument'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:3651:50: note: Function 'GetOriginAttributes' argument 1 names different: declaration 'aDoc' definition 'aDocument'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:4025:48: style: Function 'GetEventArgNames' argument 5 names different: declaration 'aArgNames' definition 'aArgArray'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentUtils.h:957:67: note: Function 'GetEventArgNames' argument 5 names different: declaration 'aArgNames' definition 'aArgArray'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:4025:48: note: Function 'GetEventArgNames' argument 5 names different: declaration 'aArgNames' definition 'aArgArray'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:6723:45: style: Function 'DispatchXULCommand' argument 9 names different: declaration 'inputSource' definition 'aInputSource'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentUtils.h:2127:47: note: Function 'DispatchXULCommand' argument 9 names different: declaration 'inputSource' definition 'aInputSource'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:6723:45: note: Function 'DispatchXULCommand' argument 9 names different: declaration 'inputSource' definition 'aInputSource'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:8640:55: style: Function 'GetViewToDispatchEvent' argument 1 names different: declaration 'aPresContext' definition 'presContext'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentUtils.h:2890:56: note: Function 'GetViewToDispatchEvent' argument 1 names different: declaration 'aPresContext' definition 'presContext'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:8640:55: note: Function 'GetViewToDispatchEvent' argument 1 names different: declaration 'aPresContext' definition 'presContext'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:8641:55: style: Function 'GetViewToDispatchEvent' argument 2 names different: declaration 'aPresShell' definition 'presShell'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsContentUtils.h:2891:56: note: Function 'GetViewToDispatchEvent' argument 2 names different: declaration 'aPresShell' definition 'presShell'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:8641:55: note: Function 'GetViewToDispatchEvent' argument 2 names different: declaration 'aPresShell' definition 'presShell'.
firefox-60.1.0/dom/base/nsContentUtils.cpp:8430:14: performance: Technically the member function '::GetSurfaceDataRawBuffer::Allocate' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsContentUtils.cpp:9394:8: performance: Technically the member function '::StringBuilder::EncodeAttrString' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsContentUtils.cpp:9417:8: performance: Technically the member function '::StringBuilder::EncodeTextFragment' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsContentUtils.cpp:1680:0: style: Technically the member function 'CopyNormalizeNewlines < NormalizeNewlinesCharTraits < char16_t * > >::GetCharsWritten' can be const. [functionConst]
firefox-60.1.0/dom/base/nsContentUtils.cpp:1684:0: style: Technically the member function 'CopyNormalizeNewlines < NormalizeNewlinesCharTraits < char16_t * > >::IsLastCharCR' can be const. [functionConst]
firefox-60.1.0/dom/base/nsContentUtils.cpp:1680:0: style: Technically the member function 'CopyNormalizeNewlines < NormalizeNewlinesCharTraits < nsWritingIterator < char16_t > > >::GetCharsWritten' can be const. [functionConst]
firefox-60.1.0/dom/base/nsContentUtils.cpp:1684:0: style: Technically the member function 'CopyNormalizeNewlines < NormalizeNewlinesCharTraits < nsWritingIterator < char16_t > > >::IsLastCharCR' can be const. [functionConst]
firefox-60.1.0/dom/base/nsContentUtils.cpp:5842:63: performance: Function parameter 'aRunnable' should be passed by const reference. [passedByValue]
firefox-60.1.0/dom/base/nsCopySupport.cpp:322:58: style: Function 'GetTransferableForSelection' argument 1 names different: declaration 'aSelection' definition 'aSel'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsCopySupport.h:44:63: note: Function 'GetTransferableForSelection' argument 1 names different: declaration 'aSelection' definition 'aSel'.
firefox-60.1.0/dom/base/nsCopySupport.cpp:322:58: note: Function 'GetTransferableForSelection' argument 1 names different: declaration 'aSelection' definition 'aSel'.
firefox-60.1.0/dom/base/nsCopySupport.cpp:323:57: style: Function 'GetTransferableForSelection' argument 2 names different: declaration 'aDocument' definition 'aDoc'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsCopySupport.h:45:62: note: Function 'GetTransferableForSelection' argument 2 names different: declaration 'aDocument' definition 'aDoc'.
firefox-60.1.0/dom/base/nsCopySupport.cpp:323:57: note: Function 'GetTransferableForSelection' argument 2 names different: declaration 'aDocument' definition 'aDoc'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:296:45: style: Function 'RegisterClassProtos' argument 1 names different: declaration 'aDOMClassInfoID' definition 'aClassInfoID'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.h:105:47: note: Function 'RegisterClassProtos' argument 1 names different: declaration 'aDOMClassInfoID' definition 'aClassInfoID'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:296:45: note: Function 'RegisterClassProtos' argument 1 names different: declaration 'aDOMClassInfoID' definition 'aClassInfoID'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1069:48: style: Function 'HasInstance' argument 4 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:928:68: note: Function 'HasInstance' argument 4 names different: declaration 'val' definition 'v'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1069:48: note: Function 'HasInstance' argument 4 names different: declaration 'val' definition 'v'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1270:28: style: Function 'ResolvePrototype' argument 9 names different: declaration 'dot_prototype' definition 'aDot_prototype'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:695:28: note: Function 'ResolvePrototype' argument 9 names different: declaration 'dot_prototype' definition 'aDot_prototype'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1270:28: note: Function 'ResolvePrototype' argument 9 names different: declaration 'dot_prototype' definition 'aDot_prototype'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1737:38: style: Function 'PreCreate' argument 3 names different: declaration 'globalObj' definition 'aGlobalObj'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.h:134:34: note: Function 'PreCreate' argument 3 names different: declaration 'globalObj' definition 'aGlobalObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1737:38: note: Function 'PreCreate' argument 3 names different: declaration 'globalObj' definition 'aGlobalObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1783:41: style: Function 'PreCreate' argument 3 names different: declaration 'globalObj' definition 'aGlobalObj'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.h:191:34: note: Function 'PreCreate' argument 3 names different: declaration 'globalObj' definition 'aGlobalObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1783:41: note: Function 'PreCreate' argument 3 names different: declaration 'globalObj' definition 'aGlobalObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1801:39: style: Function 'Resolve' argument 3 names different: declaration 'obj' definition 'aObj'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.h:197:32: note: Function 'Resolve' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1801:39: note: Function 'Resolve' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1801:50: style: Function 'Resolve' argument 4 names different: declaration 'id' definition 'aId'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.h:197:42: note: Function 'Resolve' argument 4 names different: declaration 'id' definition 'aId'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1801:50: note: Function 'Resolve' argument 4 names different: declaration 'id' definition 'aId'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1838:36: style: Function 'Call' argument 3 names different: declaration 'obj' definition 'aObj'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.h:200:29: note: Function 'Call' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1838:36: note: Function 'Call' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1859:41: style: Function 'Construct' argument 3 names different: declaration 'obj' definition 'aObj'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.h:203:34: note: Function 'Construct' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1859:41: note: Function 'Construct' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1880:58: style: Function 'HasInstance' argument 3 names different: declaration 'obj' definition 'aObj'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMClassInfo.h:206:36: note: Function 'HasInstance' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/dom/base/nsDOMClassInfo.cpp:1880:58: note: Function 'HasInstance' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-60.1.0/dom/base/nsDOMDataChannel.cpp:553:4: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/dom/base/nsDOMDataChannel.cpp:285:58: style: Function 'DoOnMessageAvailable' argument 1 names different: declaration 'aMessage' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMDataChannel.h:93:42: note: Function 'DoOnMessageAvailable' argument 1 names different: declaration 'aMessage' definition 'aData'.
firefox-60.1.0/dom/base/nsDOMDataChannel.cpp:285:58: note: Function 'DoOnMessageAvailable' argument 1 names different: declaration 'aMessage' definition 'aData'.
firefox-60.1.0/dom/base/nsDOMDataChannel.cpp:536:63: style: Function 'NS_NewDOMDataChannel' argument 1 names different: declaration 'dataChannel' definition 'aDataChannel'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMDataChannelDeclarations.h:23:63: note: Function 'NS_NewDOMDataChannel' argument 1 names different: declaration 'dataChannel' definition 'aDataChannel'.
firefox-60.1.0/dom/base/nsDOMDataChannel.cpp:536:63: note: Function 'NS_NewDOMDataChannel' argument 1 names different: declaration 'dataChannel' definition 'aDataChannel'.
firefox-60.1.0/dom/base/nsDOMDataChannel.cpp:538:42: style: Function 'NS_NewDOMDataChannel' argument 3 names different: declaration 'domDataChannel' definition 'aDomDataChannel'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMDataChannelDeclarations.h:25:42: note: Function 'NS_NewDOMDataChannel' argument 3 names different: declaration 'domDataChannel' definition 'aDomDataChannel'.
firefox-60.1.0/dom/base/nsDOMDataChannel.cpp:538:42: note: Function 'NS_NewDOMDataChannel' argument 3 names different: declaration 'domDataChannel' definition 'aDomDataChannel'.
firefox-60.1.0/dom/base/nsDOMDataChannel.cpp:551:43: style: Function 'NS_DataChannelAppReady' argument 1 names different: declaration 'domDataChannel' definition 'aDomDataChannel'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMDataChannelDeclarations.h:28:48: note: Function 'NS_DataChannelAppReady' argument 1 names different: declaration 'domDataChannel' definition 'aDomDataChannel'.
firefox-60.1.0/dom/base/nsDOMDataChannel.cpp:551:43: note: Function 'NS_DataChannelAppReady' argument 1 names different: declaration 'domDataChannel' definition 'aDomDataChannel'.
firefox-60.1.0/dom/base/nsDOMMutationObserver.cpp:489:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/base/nsDOMTokenList.cpp:158:55: style: Function 'CheckTokens' argument 1 names different: declaration 'aStr' definition 'aTokens'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMTokenList.h:95:50: note: Function 'CheckTokens' argument 1 names different: declaration 'aStr' definition 'aTokens'.
firefox-60.1.0/dom/base/nsDOMTokenList.cpp:158:55: note: Function 'CheckTokens' argument 1 names different: declaration 'aStr' definition 'aTokens'.
firefox-60.1.0/dom/base/nsDOMWindowUtils.cpp:762:49: style: Function 'SendMouseEventCommon' argument 10 names different: declaration 'aIdentifier' definition 'aPointerId'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMWindowUtils.h:96:44: note: Function 'SendMouseEventCommon' argument 10 names different: declaration 'aIdentifier' definition 'aPointerId'.
firefox-60.1.0/dom/base/nsDOMWindowUtils.cpp:762:49: note: Function 'SendMouseEventCommon' argument 10 names different: declaration 'aIdentifier' definition 'aPointerId'.
firefox-60.1.0/dom/base/nsDocument.cpp:1983:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/base/nsDocumentEncoder.cpp:871:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/dom/base/nsDocumentEncoder.cpp:869:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/base/nsDocumentEncoder.cpp:871:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/base/nsDocumentEncoder.cpp:1584:98: style: Function 'GetPromotedPoint' argument 6 names different: declaration 'aCommon' definition 'common'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDocumentEncoder.cpp:1184:92: note: Function 'GetPromotedPoint' argument 6 names different: declaration 'aCommon' definition 'common'.
firefox-60.1.0/dom/base/nsDocumentEncoder.cpp:1584:98: note: Function 'GetPromotedPoint' argument 6 names different: declaration 'aCommon' definition 'common'.
firefox-60.1.0/dom/base/nsDocumentEncoder.cpp:1781:37: style: Function 'IsMozBR' argument 1 names different: declaration 'aNode' definition 'aElement'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDocumentEncoder.cpp:1187:25: note: Function 'IsMozBR' argument 1 names different: declaration 'aNode' definition 'aElement'.
firefox-60.1.0/dom/base/nsDocumentEncoder.cpp:1781:37: note: Function 'IsMozBR' argument 1 names different: declaration 'aNode' definition 'aElement'.
firefox-60.1.0/dom/base/nsFocusManager.cpp:2820:9: style: Condition 'popupFrame' is always false [knownConditionTrueFalse]
firefox-60.1.0/dom/base/nsFocusManager.cpp:2760:26: note: Assignment 'popupFrame=nullptr', assigned value is 0
firefox-60.1.0/dom/base/nsFocusManager.cpp:2820:9: note: Condition 'popupFrame' is always false
firefox-60.1.0/dom/base/nsFocusManager.cpp:2616:16: style: The scope of the variable 'endOfSelectionInStartNode' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsFocusManager.cpp:1504:55: style: Function 'AdjustWindowFocus' argument 1 names different: declaration 'aNewWindow' definition 'aWindow'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsFocusManager.h:226:46: note: Function 'AdjustWindowFocus' argument 1 names different: declaration 'aNewWindow' definition 'aWindow'.
firefox-60.1.0/dom/base/nsFocusManager.cpp:1504:55: note: Function 'AdjustWindowFocus' argument 1 names different: declaration 'aNewWindow' definition 'aWindow'.
firefox-60.1.0/dom/base/nsFocusManager.cpp:1659:27: style: Function 'Blur' argument 4 names different: declaration 'aAdjustWidget' definition 'aAdjustWidgets'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsFocusManager.h:280:18: note: Function 'Blur' argument 4 names different: declaration 'aAdjustWidget' definition 'aAdjustWidgets'.
firefox-60.1.0/dom/base/nsFocusManager.cpp:1659:27: note: Function 'Blur' argument 4 names different: declaration 'aAdjustWidget' definition 'aAdjustWidgets'.
firefox-60.1.0/dom/base/nsFocusManager.cpp:1845:28: style: Function 'Focus' argument 7 names different: declaration 'aAdjustWidget' definition 'aAdjustWidgets'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsFocusManager.h:315:19: note: Function 'Focus' argument 7 names different: declaration 'aAdjustWidget' definition 'aAdjustWidgets'.
firefox-60.1.0/dom/base/nsFocusManager.cpp:1845:28: note: Function 'Focus' argument 7 names different: declaration 'aAdjustWidget' definition 'aAdjustWidgets'.
firefox-60.1.0/dom/base/nsFocusManager.cpp:2664:57: style: Function 'DetermineElementToMoveFocus' argument 2 names different: declaration 'aStart' definition 'aStartContent'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsFocusManager.h:436:52: note: Function 'DetermineElementToMoveFocus' argument 2 names different: declaration 'aStart' definition 'aStartContent'.
firefox-60.1.0/dom/base/nsFocusManager.cpp:2664:57: note: Function 'DetermineElementToMoveFocus' argument 2 names different: declaration 'aStart' definition 'aStartContent'.
firefox-60.1.0/dom/base/nsFocusManager.cpp:120:3: warning: Member variable 'nsDelayedBlurOrFocusEvent::mRelatedTarget' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsFocusManager.cpp:105:1: warning: The struct 'nsDelayedBlurOrFocusEvent' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/nsFrameLoader.cpp:2334:33: style: Function 'GetURL' argument 1 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsFrameLoader.h:314:25: note: Function 'GetURL' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/nsFrameLoader.cpp:2334:33: note: Function 'GetURL' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-60.1.0/dom/base/nsFrameMessageManager.h:109:8: performance: Technically the member function 'mozilla::dom::ipc::MessageManagerCallback::BuildClonedMessageDataForChild' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsFrameMessageManager.cpp:216:25: note: Technically the member function 'mozilla::dom::ipc::MessageManagerCallback::BuildClonedMessageDataForChild' can be static.
firefox-60.1.0/dom/base/nsFrameMessageManager.h:109:8: note: Technically the member function 'mozilla::dom::ipc::MessageManagerCallback::BuildClonedMessageDataForChild' can be static.
firefox-60.1.0/dom/base/nsFrameMessageManager.h:390:8: performance: Technically the member function 'nsMessageManagerScriptExecutor::TryCacheLoadAndCompileScript' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsFrameMessageManager.cpp:1583:33: note: Technically the member function 'nsMessageManagerScriptExecutor::TryCacheLoadAndCompileScript' can be static.
firefox-60.1.0/dom/base/nsFrameMessageManager.h:390:8: note: Technically the member function 'nsMessageManagerScriptExecutor::TryCacheLoadAndCompileScript' can be static.
firefox-60.1.0/dom/base/nsGenericDOMDataNode.cpp:965:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsGenericDOMDataNode.cpp:195:46: style: Function 'SubstringData' argument 1 names different: declaration 'aOffset' definition 'aStart'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGenericDOMDataNode.h:98:35: note: Function 'SubstringData' argument 1 names different: declaration 'aOffset' definition 'aStart'.
firefox-60.1.0/dom/base/nsGenericDOMDataNode.cpp:195:46: note: Function 'SubstringData' argument 1 names different: declaration 'aOffset' definition 'aStart'.
firefox-60.1.0/dom/base/nsGenericDOMDataNode.cpp:234:51: style: Function 'AppendData' argument 1 names different: declaration 'aArg' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGenericDOMDataNode.h:100:40: note: Function 'AppendData' argument 1 names different: declaration 'aArg' definition 'aData'.
firefox-60.1.0/dom/base/nsGenericDOMDataNode.cpp:234:51: note: Function 'AppendData' argument 1 names different: declaration 'aArg' definition 'aData'.
firefox-60.1.0/dom/base/nsGenericDOMDataNode.cpp:242:51: style: Function 'InsertData' argument 2 names different: declaration 'aArg' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGenericDOMDataNode.h:101:58: note: Function 'InsertData' argument 2 names different: declaration 'aArg' definition 'aData'.
firefox-60.1.0/dom/base/nsGenericDOMDataNode.cpp:242:51: note: Function 'InsertData' argument 2 names different: declaration 'aArg' definition 'aData'.
firefox-60.1.0/dom/base/nsGenericDOMDataNode.cpp:256:52: style: Function 'ReplaceData' argument 3 names different: declaration 'aArg' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGenericDOMDataNode.h:104:41: note: Function 'ReplaceData' argument 3 names different: declaration 'aArg' definition 'aData'.
firefox-60.1.0/dom/base/nsGenericDOMDataNode.cpp:256:52: note: Function 'ReplaceData' argument 3 names different: declaration 'aArg' definition 'aData'.
firefox-60.1.0/dom/base/nsGlobalWindowCommands.cpp:1205:59: style: Function 'RegisterWindowCommands' argument 1 names different: declaration 'ccm' definition 'inCommandTable'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowCommands.h:23:70: note: Function 'RegisterWindowCommands' argument 1 names different: declaration 'ccm' definition 'inCommandTable'.
firefox-60.1.0/dom/base/nsGlobalWindowCommands.cpp:1205:59: note: Function 'RegisterWindowCommands' argument 1 names different: declaration 'ccm' definition 'inCommandTable'.
firefox-60.1.0/dom/base/nsGlobalWindowInner.cpp:1555:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6161:7: warning: Either the condition 'if(activeShell)' is redundant or there is possible null pointer dereference: activeShell. [nullPointerRedundantCheck]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6163:10: note: Assuming that condition 'if(activeShell)' is not redundant
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6161:7: note: Null pointer dereference
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:2608:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:2614:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3040:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3258:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3308:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:4495:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:4926:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6315:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6496:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6513:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6530:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6564:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6570:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6633:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6763:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6789:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6795:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6801:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6851:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6857:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:6863:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7002:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7455:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7537:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7557:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7565:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:459:68: style: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:411:47: note: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:459:68: note: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:770:43: style: Function 'objectMoved' argument 1 names different: declaration 'proxy' definition 'obj'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:414:32: note: Function 'objectMoved' argument 1 names different: declaration 'proxy' definition 'obj'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:770:43: note: Function 'objectMoved' argument 1 names different: declaration 'proxy' definition 'obj'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:794:59: style: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:787:62: note: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:794:59: note: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:1382:62: style: Function 'PushPopupControlState' argument 1 names different: declaration 'state' definition 'aState'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:304:69: note: Function 'PushPopupControlState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:1382:62: note: Function 'PushPopupControlState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:1389:61: style: Function 'PopPopupControlState' argument 1 names different: declaration 'state' definition 'aState'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:305:55: note: Function 'PopPopupControlState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:1389:61: note: Function 'PopPopupControlState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3038:54: style: Function 'GetControllers' argument 1 names different: declaration 'aControllers' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:659:44: note: Function 'GetControllers' argument 1 names different: declaration 'aControllers' definition 'aResult'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3038:54: note: Function 'GetControllers' argument 1 names different: declaration 'aControllers' definition 'aResult'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3256:45: style: Function 'GetInnerWidth' argument 1 names different: declaration 'aWidth' definition 'aInnerWidth'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:741:35: note: Function 'GetInnerWidth' argument 1 names different: declaration 'aWidth' definition 'aInnerWidth'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3256:45: note: Function 'GetInnerWidth' argument 1 names different: declaration 'aWidth' definition 'aInnerWidth'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3306:46: style: Function 'GetInnerHeight' argument 1 names different: declaration 'aHeight' definition 'aInnerHeight'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:748:36: note: Function 'GetInnerHeight' argument 1 names different: declaration 'aHeight' definition 'aInnerHeight'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3306:46: note: Function 'GetInnerHeight' argument 1 names different: declaration 'aHeight' definition 'aInnerHeight'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3673:56: style: Function 'SetDocShellWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:928:46: note: Function 'SetDocShellWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3673:56: note: Function 'SetDocShellWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3673:77: style: Function 'SetDocShellWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:928:61: note: Function 'SetDocShellWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3673:77: note: Function 'SetDocShellWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3689:59: style: Function 'SetCSSViewportWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:926:45: note: Function 'SetCSSViewportWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3689:59: note: Function 'SetCSSViewportWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3689:80: style: Function 'SetCSSViewportWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:926:60: note: Function 'SetCSSViewportWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:3689:80: note: Function 'SetCSSViewportWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:4268:49: style: Function 'SetFullscreenInternal' argument 2 names different: declaration 'aIsFullscreen' definition 'aFullScreen'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:353:36: note: Function 'SetFullscreenInternal' argument 2 names different: declaration 'aIsFullscreen' definition 'aFullScreen'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:4268:49: note: Function 'SetFullscreenInternal' argument 2 names different: declaration 'aIsFullscreen' definition 'aFullScreen'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7453:82: style: Function 'UpdateVRDisplays' argument 1 names different: declaration 'aDisplays' definition 'aDevices'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:500:68: note: Function 'UpdateVRDisplays' argument 1 names different: declaration 'aDisplays' definition 'aDevices'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7453:82: note: Function 'UpdateVRDisplays' argument 1 names different: declaration 'aDisplays' definition 'aDevices'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7569:75: style: Function 'SetOpenerForInitialContentBrowser' argument 1 names different: declaration 'aOpener' definition 'aOpenerWindow'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPIDOMWindow.h:1151:62: note: Function 'SetOpenerForInitialContentBrowser' argument 1 names different: declaration 'aOpener' definition 'aOpenerWindow'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7569:75: note: Function 'SetOpenerForInitialContentBrowser' argument 1 names different: declaration 'aOpener' definition 'aOpenerWindow'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7767:32: style: Function 'TemporarilyDisableDialogs' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.h:403:40: note: Function 'TemporarilyDisableDialogs' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:7767:32: note: Function 'TemporarilyDisableDialogs' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:789:41: warning: The class 'nsChromeOuterWindowProxy' defines member variable with name 'singleton' also defined in its parent class 'nsOuterWindowProxy'. [duplInheritedMember]
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:423:35: note: Parent variable 'nsOuterWindowProxy::singleton'
firefox-60.1.0/dom/base/nsGlobalWindowOuter.cpp:789:41: note: Derived variable 'nsChromeOuterWindowProxy::singleton'
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.h:134:3: warning: The struct 'olState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/nsINode.cpp:659:32: style: Function 'GetBaseURI' argument 1 names different: declaration 'aBaseURI' definition 'aURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsINode.h:1905:47: note: Function 'GetBaseURI' argument 1 names different: declaration 'aBaseURI' definition 'aURI'.
firefox-60.1.0/dom/base/nsINode.cpp:659:32: note: Function 'GetBaseURI' argument 1 names different: declaration 'aBaseURI' definition 'aURI'.
firefox-60.1.0/dom/base/nsINode.cpp:697:40: style: Function 'LookupPrefix' argument 1 names different: declaration 'aNamespace' definition 'aNamespaceURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsINode.h:1482:38: note: Function 'LookupPrefix' argument 1 names different: declaration 'aNamespace' definition 'aNamespaceURI'.
firefox-60.1.0/dom/base/nsINode.cpp:697:40: note: Function 'LookupPrefix' argument 1 names different: declaration 'aNamespace' definition 'aNamespaceURI'.
firefox-60.1.0/dom/base/nsINode.cpp:697:66: style: Function 'LookupPrefix' argument 2 names different: declaration 'aResult' definition 'aPrefix'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsINode.h:1482:61: note: Function 'LookupPrefix' argument 2 names different: declaration 'aResult' definition 'aPrefix'.
firefox-60.1.0/dom/base/nsINode.cpp:697:66: note: Function 'LookupPrefix' argument 2 names different: declaration 'aResult' definition 'aPrefix'.
firefox-60.1.0/dom/base/nsINode.cpp:838:43: style: Function 'CompareDocumentPosition' argument 1 names different: declaration 'aOther' definition 'aOtherNode'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsINode.h:1917:45: note: Function 'CompareDocumentPosition' argument 1 names different: declaration 'aOther' definition 'aOtherNode'.
firefox-60.1.0/dom/base/nsINode.cpp:838:43: note: Function 'CompareDocumentPosition' argument 1 names different: declaration 'aOther' definition 'aOtherNode'.
firefox-60.1.0/dom/base/nsINode.cpp:957:30: style: Function 'IsSameNode' argument 1 names different: declaration 'aNode' definition 'other'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsINode.h:1952:28: note: Function 'IsSameNode' argument 1 names different: declaration 'aNode' definition 'other'.
firefox-60.1.0/dom/base/nsINode.cpp:957:30: note: Function 'IsSameNode' argument 1 names different: declaration 'aNode' definition 'other'.
firefox-60.1.0/dom/base/nsINode.cpp:963:31: style: Function 'IsEqualNode' argument 1 names different: declaration 'aNode' definition 'aOther'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsINode.h:1953:29: note: Function 'IsEqualNode' argument 1 names different: declaration 'aNode' definition 'aOther'.
firefox-60.1.0/dom/base/nsINode.cpp:963:31: note: Function 'IsEqualNode' argument 1 names different: declaration 'aNode' definition 'aOther'.
firefox-60.1.0/dom/base/nsINode.cpp:2860:8: performance: Technically the member function 'ElementHolder::SetCapacity' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsINode.cpp:2861:12: performance: Technically the member function 'ElementHolder::Length' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsImageLoadingContent.cpp:201:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:706:93: style: Function 'SetProperty' argument 3 names different: declaration 'aVal' definition 'aArgs'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsJSEnvironment.h:52:99: note: Function 'SetProperty' argument 3 names different: declaration 'aVal' definition 'aArgs'.
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:706:93: note: Function 'SetProperty' argument 3 names different: declaration 'aVal' definition 'aArgs'.
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:1177:42: style: Function 'SetProcessingScriptTag' argument 1 names different: declaration 'aResult' definition 'aFlag'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsJSEnvironment.h:55:44: note: Function 'SetProcessingScriptTag' argument 1 names different: declaration 'aResult' definition 'aFlag'.
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:1177:42: note: Function 'SetProcessingScriptTag' argument 1 names different: declaration 'aResult' definition 'aFlag'.
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:1193:53: style: Function 'GarbageCollectNow' argument 1 names different: declaration 'reason' definition 'aReason'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsJSEnvironment.h:81:54: note: Function 'GarbageCollectNow' argument 1 names different: declaration 'reason' definition 'aReason'.
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:1193:53: note: Function 'GarbageCollectNow' argument 1 names different: declaration 'reason' definition 'aReason'.
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:2988:56: style: Function 'NS_CreateJSArgv' argument 2 names different: declaration 'aArgc' definition 'argc'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMJSUtils.h:22:56: note: Function 'NS_CreateJSArgv' argument 2 names different: declaration 'aArgc' definition 'argc'.
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:2988:56: note: Function 'NS_CreateJSArgv' argument 2 names different: declaration 'aArgc' definition 'argc'.
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:2989:43: style: Function 'NS_CreateJSArgv' argument 3 names different: declaration 'aArgv' definition 'argv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsDOMJSUtils.h:23:43: note: Function 'NS_CreateJSArgv' argument 3 names different: declaration 'aArgv' definition 'argv'.
firefox-60.1.0/dom/base/nsJSEnvironment.cpp:2989:43: note: Function 'NS_CreateJSArgv' argument 3 names different: declaration 'aArgv' definition 'argv'.
firefox-60.1.0/dom/base/nsJSTimeoutHandler.cpp:152:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/base/nsLineBreaker.h:205:8: performance: Technically the member function 'nsLineBreaker::FindHyphenationPoints' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsLineBreaker.cpp:312:16: note: Technically the member function 'nsLineBreaker::FindHyphenationPoints' can be static.
firefox-60.1.0/dom/base/nsLineBreaker.h:205:8: note: Technically the member function 'nsLineBreaker::FindHyphenationPoints' can be static.
firefox-60.1.0/dom/base/nsMappedAttributes.cpp:95:47: style: Function 'operatornew' argument 1 names different: declaration 'size' definition 'aSize'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsMappedAttributes.h:37:29: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'aSize'.
firefox-60.1.0/dom/base/nsMappedAttributes.cpp:95:47: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'aSize'.
firefox-60.1.0/dom/base/nsMappedAttributes.cpp:216:54: style: Function 'Equals' argument 1 names different: declaration 'aAttributes' definition 'aOther'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsMappedAttributes.h:56:41: note: Function 'Equals' argument 1 names different: declaration 'aAttributes' definition 'aOther'.
firefox-60.1.0/dom/base/nsMappedAttributes.cpp:216:54: note: Function 'Equals' argument 1 names different: declaration 'aAttributes' definition 'aOther'.
firefox-60.1.0/dom/base/nsMappedAttributes.cpp:369:64: style: Function 'LazilyResolveServoDeclaration' argument 1 names different: declaration 'aDocument' definition 'aDoc'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsMappedAttributes.h:87:51: note: Function 'LazilyResolveServoDeclaration' argument 1 names different: declaration 'aDocument' definition 'aDoc'.
firefox-60.1.0/dom/base/nsMappedAttributes.cpp:369:64: note: Function 'LazilyResolveServoDeclaration' argument 1 names different: declaration 'aDocument' definition 'aDoc'.
firefox-60.1.0/dom/base/nsMappedAttributes.cpp:46:21: warning: Member variable 'nsMappedAttributes::mAttrs' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsMappedAttributes.cpp:56:21: warning: Member variable 'nsMappedAttributes::mAttrs' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/base/nsMappedAttributes.h:27:1: warning: The class 'nsMappedAttributes' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/nsMimeTypeArray.cpp:223:38: style: Function 'GetDescription' argument 1 names different: declaration 'retval' definition 'aRetval'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsMimeTypeArray.h:79:33: note: Function 'GetDescription' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-60.1.0/dom/base/nsMimeTypeArray.cpp:223:38: note: Function 'GetDescription' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-60.1.0/dom/base/nsMimeTypeArray.cpp:240:35: style: Function 'GetSuffixes' argument 1 names different: declaration 'retval' definition 'aRetval'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsMimeTypeArray.h:81:30: note: Function 'GetSuffixes' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-60.1.0/dom/base/nsMimeTypeArray.cpp:240:35: note: Function 'GetSuffixes' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-60.1.0/dom/base/nsMimeTypeArray.cpp:246:31: style: Function 'GetType' argument 1 names different: declaration 'retval' definition 'aRetval'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsMimeTypeArray.h:82:26: note: Function 'GetType' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-60.1.0/dom/base/nsMimeTypeArray.cpp:246:31: note: Function 'GetType' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-60.1.0/dom/base/nsNameSpaceManager.cpp:235:68: performance: Function parameter 'aURI' should be passed by const reference. [passedByValue]
firefox-60.1.0/dom/base/nsNameSpaceManager.cpp:252:67: performance: Function parameter 'aURI' should be passed by const reference. [passedByValue]
firefox-60.1.0/dom/base/nsObjectLoadingContent.cpp:2069:9: style: Condition 'allowLoad' is always true [knownConditionTrueFalse]
firefox-60.1.0/dom/base/nsObjectLoadingContent.cpp:2063:22: note: Assignment 'allowLoad=true', assigned value is 1
firefox-60.1.0/dom/base/nsObjectLoadingContent.cpp:2069:9: note: Condition 'allowLoad' is always true
firefox-60.1.0/dom/base/nsObjectLoadingContent.cpp:607:41: style: Function 'BindToTree' argument 4 names different: declaration 'aCompileEventHandler' definition 'aCompileEventHandlers'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsObjectLoadingContent.h:342:30: note: Function 'BindToTree' argument 4 names different: declaration 'aCompileEventHandler' definition 'aCompileEventHandlers'.
firefox-60.1.0/dom/base/nsObjectLoadingContent.cpp:607:41: note: Function 'BindToTree' argument 4 names different: declaration 'aCompileEventHandler' definition 'aCompileEventHandlers'.
firefox-60.1.0/dom/base/nsObjectLoadingContent.cpp:1140:64: style: Function 'PresetOpenerWindow' argument 1 names different: declaration 'aOpenerWindow' definition 'aWindow'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsObjectLoadingContent.h:260:49: note: Function 'PresetOpenerWindow' argument 1 names different: declaration 'aOpenerWindow' definition 'aWindow'.
firefox-60.1.0/dom/base/nsObjectLoadingContent.cpp:1140:64: note: Function 'PresetOpenerWindow' argument 1 names different: declaration 'aOpenerWindow' definition 'aWindow'.
firefox-60.1.0/dom/base/nsObjectLoadingContent.cpp:1349:91: style: Function 'MaybeRewriteYoutubeEmbed' argument 3 names different: declaration 'aRewrittenURI' definition 'aOutURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsObjectLoadingContent.h:602:44: note: Function 'MaybeRewriteYoutubeEmbed' argument 3 names different: declaration 'aRewrittenURI' definition 'aOutURI'.
firefox-60.1.0/dom/base/nsObjectLoadingContent.cpp:1349:91: note: Function 'MaybeRewriteYoutubeEmbed' argument 3 names different: declaration 'aRewrittenURI' definition 'aOutURI'.
firefox-60.1.0/dom/base/nsOpenURIInFrameParams.h:17:1: style: The class 'nsOpenURIInFrameParams' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1596:11: style: The scope of the variable 'newline' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1730:11: style: The scope of the variable 'nextpos' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:2059:11: style: The scope of the variable 'w' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1068:39: style: Function 'DoAddText' argument 1 names different: declaration 'aIsWhitespace' definition 'aIsLineBreak'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPlainTextSerializer.h:102:23: note: Function 'DoAddText' argument 1 names different: declaration 'aIsWhitespace' definition 'aIsLineBreak'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1068:39: note: Function 'DoAddText' argument 1 names different: declaration 'aIsWhitespace' definition 'aIsLineBreak'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1269:51: style: Function 'AddToLine' argument 1 names different: declaration 'aStringToAdd' definition 'aLineFragment'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPlainTextSerializer.h:82:34: note: Function 'AddToLine' argument 1 names different: declaration 'aStringToAdd' definition 'aLineFragment'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1269:51: note: Function 'AddToLine' argument 1 names different: declaration 'aStringToAdd' definition 'aLineFragment'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1270:42: style: Function 'AddToLine' argument 2 names different: declaration 'aLength' definition 'aLineFragmentLength'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPlainTextSerializer.h:82:56: note: Function 'AddToLine' argument 2 names different: declaration 'aLength' definition 'aLineFragmentLength'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1270:42: note: Function 'AddToLine' argument 2 names different: declaration 'aLength' definition 'aLineFragmentLength'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1443:37: style: Function 'EndLine' argument 1 names different: declaration 'softlinebreak' definition 'aSoftlinebreak'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPlainTextSerializer.h:83:21: note: Function 'EndLine' argument 1 names different: declaration 'softlinebreak' definition 'aSoftlinebreak'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1443:37: note: Function 'EndLine' argument 1 names different: declaration 'softlinebreak' definition 'aSoftlinebreak'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1584:47: style: Function 'Write' argument 1 names different: declaration 'aString' definition 'aStr'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPlainTextSerializer.h:88:31: note: Function 'Write' argument 1 names different: declaration 'aString' definition 'aStr'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:1584:47: note: Function 'Write' argument 1 names different: declaration 'aString' definition 'aStr'.
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:83:24: warning: Member variable 'nsPlainTextSerializer::mFlags' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:83:24: warning: Member variable 'nsPlainTextSerializer::mFloatingLines' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsPlainTextSerializer.cpp:83:24: warning: Member variable 'nsPlainTextSerializer::mLineBreakDue' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsPluginArray.cpp:252:64: style: Function 'NotifyHiddenPluginTouched' argument 1 names different: declaration 'aElement' definition 'aHiddenElement'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPluginArray.h:47:58: note: Function 'NotifyHiddenPluginTouched' argument 1 names different: declaration 'aElement' definition 'aHiddenElement'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:252:64: note: Function 'NotifyHiddenPluginTouched' argument 1 names different: declaration 'aElement' definition 'aHiddenElement'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:467:32: style: Function 'Item' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPluginArray.h:101:29: note: Function 'Item' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:467:32: note: Function 'Item' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:475:45: style: Function 'NamedItem' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPluginArray.h:102:42: note: Function 'NamedItem' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:475:45: note: Function 'NamedItem' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:482:41: style: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPluginArray.h:103:38: note: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:482:41: note: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:482:55: style: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPluginArray.h:103:51: note: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:482:55: note: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:496:47: style: Function 'NamedGetter' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPluginArray.h:104:44: note: Function 'NamedGetter' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:496:47: note: Function 'NamedGetter' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:496:60: style: Function 'NamedGetter' argument 2 names different: declaration 'found' definition 'aFound'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPluginArray.h:104:56: note: Function 'NamedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-60.1.0/dom/base/nsPluginArray.cpp:496:60: note: Function 'NamedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-60.1.0/dom/base/nsPropertyTable.cpp:128:46: style: Function 'EnumerateAll' argument 1 names different: declaration 'aCallback' definition 'aCallBack'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPropertyTable.h:148:36: note: Function 'EnumerateAll' argument 1 names different: declaration 'aCallback' definition 'aCallBack'.
firefox-60.1.0/dom/base/nsPropertyTable.cpp:128:46: note: Function 'EnumerateAll' argument 1 names different: declaration 'aCallback' definition 'aCallBack'.
firefox-60.1.0/dom/base/nsPropertyTable.cpp:143:50: style: Function 'GetPropertyInternal' argument 4 names different: declaration 'aStatus' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPropertyTable.h:180:53: note: Function 'GetPropertyInternal' argument 4 names different: declaration 'aStatus' definition 'aResult'.
firefox-60.1.0/dom/base/nsPropertyTable.cpp:143:50: note: Function 'GetPropertyInternal' argument 4 names different: declaration 'aStatus' definition 'aResult'.
firefox-60.1.0/dom/base/nsPropertyTable.cpp:173:58: style: Function 'SetPropertyInternal' argument 4 names different: declaration 'aDtor' definition 'aPropDtorFunc'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPropertyTable.h:184:64: note: Function 'SetPropertyInternal' argument 4 names different: declaration 'aDtor' definition 'aPropDtorFunc'.
firefox-60.1.0/dom/base/nsPropertyTable.cpp:173:58: note: Function 'SetPropertyInternal' argument 4 names different: declaration 'aDtor' definition 'aPropDtorFunc'.
firefox-60.1.0/dom/base/nsPropertyTable.cpp:174:58: style: Function 'SetPropertyInternal' argument 5 names different: declaration 'aDtorData' definition 'aPropDtorData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsPropertyTable.h:185:64: note: Function 'SetPropertyInternal' argument 5 names different: declaration 'aDtorData' definition 'aPropDtorData'.
firefox-60.1.0/dom/base/nsPropertyTable.cpp:174:58: note: Function 'SetPropertyInternal' argument 5 names different: declaration 'aDtorData' definition 'aPropDtorData'.
firefox-60.1.0/dom/base/nsPropertyTable.h:103:12: style: Technically the member function 'nsPropertyTable::DeleteProperty' can be const. [functionConst]
firefox-60.1.0/dom/base/nsPropertyTable.cpp:225:18: note: Technically the member function 'nsPropertyTable::DeleteProperty' can be const.
firefox-60.1.0/dom/base/nsPropertyTable.h:103:12: note: Technically the member function 'nsPropertyTable::DeleteProperty' can be const.
firefox-60.1.0/dom/base/nsPropertyTable.h:122:8: style: Technically the member function 'nsPropertyTable::DeleteAllPropertiesFor' can be const. [functionConst]
firefox-60.1.0/dom/base/nsPropertyTable.cpp:74:18: note: Technically the member function 'nsPropertyTable::DeleteAllPropertiesFor' can be const.
firefox-60.1.0/dom/base/nsPropertyTable.h:122:8: note: Technically the member function 'nsPropertyTable::DeleteAllPropertiesFor' can be const.
firefox-60.1.0/dom/base/nsPropertyTable.h:140:8: style: Technically the member function 'nsPropertyTable::Enumerate' can be const. [functionConst]
firefox-60.1.0/dom/base/nsPropertyTable.cpp:113:18: note: Technically the member function 'nsPropertyTable::Enumerate' can be const.
firefox-60.1.0/dom/base/nsPropertyTable.h:140:8: note: Technically the member function 'nsPropertyTable::Enumerate' can be const.
firefox-60.1.0/dom/base/nsPropertyTable.h:148:8: style: Technically the member function 'nsPropertyTable::EnumerateAll' can be const. [functionConst]
firefox-60.1.0/dom/base/nsPropertyTable.cpp:128:18: note: Technically the member function 'nsPropertyTable::EnumerateAll' can be const.
firefox-60.1.0/dom/base/nsPropertyTable.h:148:8: note: Technically the member function 'nsPropertyTable::EnumerateAll' can be const.
firefox-60.1.0/dom/base/nsPropertyTable.cpp:44:8: style: Technically the member function 'PropertyList::Equals' can be const. [functionConst]
firefox-60.1.0/dom/base/nsRange.cpp:769:8: style: The scope of the variable 'gravitateEnd' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsRange.cpp:2261:8: style: The scope of the variable 'handled' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsRange.cpp:47:32: style: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsRange.h:375:35: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-60.1.0/dom/base/nsRange.cpp:47:32: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-60.1.0/dom/base/nsRange.cpp:314:31: style: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsRange.h:71:40: note: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'.
firefox-60.1.0/dom/base/nsRange.cpp:314:31: note: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'.
firefox-60.1.0/dom/base/nsRange.cpp:333:34: style: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsRange.h:61:43: note: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'.
firefox-60.1.0/dom/base/nsRange.cpp:333:34: note: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'.
firefox-60.1.0/dom/base/nsRange.cpp:345:34: style: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsRange.h:66:43: note: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'.
firefox-60.1.0/dom/base/nsRange.cpp:345:34: note: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'.
firefox-60.1.0/dom/base/nsRange.cpp:1878:8: style: Technically the member function 'RangeSubtreeIterator::IsDone' can be const. [functionConst]
firefox-60.1.0/dom/base/nsStyleLinkElement.cpp:68:29: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/dom/base/nsTextFragment.cpp:102:17: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
firefox-60.1.0/dom/base/nsTextFragment.h:223:8: style: Technically the member function 'nsTextFragment::CopyTo' can be const. [functionConst]
firefox-60.1.0/dom/base/nsTextFragment.cpp:336:17: note: Technically the member function 'nsTextFragment::CopyTo' can be const.
firefox-60.1.0/dom/base/nsTextFragment.h:223:8: note: Technically the member function 'nsTextFragment::CopyTo' can be const.
firefox-60.1.0/dom/base/nsTextFragment.h:37:1: warning: The class 'nsTextFragment' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-60.1.0/dom/base/nsTreeSanitizer.h:102:10: style: Technically the member function 'nsTreeSanitizer::MustFlatten' can be const. [functionConst]
firefox-60.1.0/dom/base/nsTreeSanitizer.cpp:970:18: note: Technically the member function 'nsTreeSanitizer::MustFlatten' can be const.
firefox-60.1.0/dom/base/nsTreeSanitizer.h:102:10: note: Technically the member function 'nsTreeSanitizer::MustFlatten' can be const.
firefox-60.1.0/dom/base/nsTreeSanitizer.h:112:10: style: Technically the member function 'nsTreeSanitizer::MustPrune' can be const. [functionConst]
firefox-60.1.0/dom/base/nsTreeSanitizer.cpp:1020:18: note: Technically the member function 'nsTreeSanitizer::MustPrune' can be const.
firefox-60.1.0/dom/base/nsTreeSanitizer.h:112:10: note: Technically the member function 'nsTreeSanitizer::MustPrune' can be const.
firefox-60.1.0/dom/base/nsTreeSanitizer.h:123:10: performance: Technically the member function 'nsTreeSanitizer::IsURL' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsTreeSanitizer.cpp:1007:18: note: Technically the member function 'nsTreeSanitizer::IsURL' can be static.
firefox-60.1.0/dom/base/nsTreeSanitizer.h:123:10: note: Technically the member function 'nsTreeSanitizer::IsURL' can be static.
firefox-60.1.0/dom/base/nsTreeSanitizer.h:201:10: style: Technically the member function 'nsTreeSanitizer::LogMessage' can be const. [functionConst]
firefox-60.1.0/dom/base/nsTreeSanitizer.cpp:1559:18: note: Technically the member function 'nsTreeSanitizer::LogMessage' can be const.
firefox-60.1.0/dom/base/nsTreeSanitizer.h:201:10: note: Technically the member function 'nsTreeSanitizer::LogMessage' can be const.
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:488:30: style: Condition 'geckoStyleSundriesSize>0' is always false [knownConditionTrueFalse]
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:468:35: note: Assignment 'geckoStyleSundriesSize=0', assigned value is 0
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:488:30: note: Condition 'geckoStyleSundriesSize>0' is always false
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:519:25: style: Condition 'frameSundriesSize>0' is always false [knownConditionTrueFalse]
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:501:30: note: Assignment 'frameSundriesSize=0', assigned value is 0
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:519:25: note: Condition 'frameSundriesSize>0' is always false
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:545:30: style: Condition 'servoStyleSundriesSize>0' is always false [knownConditionTrueFalse]
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:527:35: note: Assignment 'servoStyleSundriesSize=0', assigned value is 0
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:545:30: note: Condition 'servoStyleSundriesSize>0' is always false
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:955:39: warning: Either the condition 'aOutGhostIDs&&window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:969:26: note: Assuming that condition 'aOutGhostIDs&&window' is not redundant
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:955:39: note: Null pointer dereference
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:488:30: style: Same expression on both sides of '>' because the value of 'geckoStyleSundriesSize' and '0' are the same. [duplicateExpression]
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:468:35: note: 'geckoStyleSundriesSize' is assigned value '0' here.
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:488:30: note: Same expression on both sides of '>' because the value of 'geckoStyleSundriesSize' and '0' are the same.
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:519:25: style: Same expression on both sides of '>' because the value of 'frameSundriesSize' and '0' are the same. [duplicateExpression]
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:501:30: note: 'frameSundriesSize' is assigned value '0' here.
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:519:25: note: Same expression on both sides of '>' because the value of 'frameSundriesSize' and '0' are the same.
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:545:30: style: Same expression on both sides of '>' because the value of 'servoStyleSundriesSize' and '0' are the same. [duplicateExpression]
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:527:35: note: 'servoStyleSundriesSize' is assigned value '0' here.
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:545:30: note: Same expression on both sides of '>' because the value of 'servoStyleSundriesSize' and '0' are the same.
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:822:65: style: Function 'CheckTimerFired' argument 2 names different: declaration 'aClosure' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsWindowMemoryReporter.h:148:55: note: Function 'CheckTimerFired' argument 2 names different: declaration 'aClosure' definition 'aData'.
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:822:65: note: Function 'CheckTimerFired' argument 2 names different: declaration 'aClosure' definition 'aData'.
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:464:16: style: Variable 'STYLE_SUNDRIES_THRESHOLD' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/dom/base/nsWindowMemoryReporter.cpp:498:16: style: Variable 'FRAME_SUNDRIES_THRESHOLD' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/dom/base/nsWindowRoot.cpp:38:3: performance: Variable 'mWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.cpp:59:41: style: Function 'Init' argument 1 names different: declaration 'flags' definition 'aFlags'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.h:33:28: note: Function 'Init' argument 1 names different: declaration 'flags' definition 'aFlags'.
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.cpp:59:41: note: Function 'Init' argument 1 names different: declaration 'flags' definition 'aFlags'.
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.cpp:444:66: style: Function 'CheckElementEnd' argument 1 names different: declaration 'aContent' definition 'aElement'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.h:61:55: note: Function 'CheckElementEnd' argument 1 names different: declaration 'aContent' definition 'aElement'.
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.cpp:444:66: note: Function 'CheckElementEnd' argument 1 names different: declaration 'aContent' definition 'aElement'.
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.cpp:48:27: warning: Member variable 'nsXHTMLContentSerializer::mDoHeader' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.cpp:48:27: warning: Member variable 'nsXHTMLContentSerializer::mIsCopying' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.cpp:48:27: warning: Member variable 'nsXHTMLContentSerializer::mDisableEntityEncoding' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.cpp:48:27: warning: Member variable 'nsXHTMLContentSerializer::mRewriteEncodingDeclaration' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsXHTMLContentSerializer.cpp:48:27: warning: Member variable 'nsXHTMLContentSerializer::mIsFirstChildOfOL' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/base/nsXMLContentSerializer.cpp:1527:8: style: The scope of the variable 'foundWhitespaceInLoop' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsXMLContentSerializer.cpp:1528:12: style: The scope of the variable 'length' can be reduced. [variableScope]
firefox-60.1.0/dom/base/nsXMLContentSerializer.cpp:363:51: style: Function 'AppendDoctype' argument 1 names different: declaration 'aDoctype' definition 'aDocType'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsXMLContentSerializer.h:61:40: note: Function 'AppendDoctype' argument 1 names different: declaration 'aDoctype' definition 'aDocType'.
firefox-60.1.0/dom/base/nsXMLContentSerializer.cpp:363:51: note: Function 'AppendDoctype' argument 1 names different: declaration 'aDoctype' definition 'aDocType'.
firefox-60.1.0/dom/base/nsXMLContentSerializer.cpp:1323:58: style: Function 'AppendNewLineToString' argument 1 names different: declaration 'aOutputStr' definition 'aStr'. [funcArgNamesDifferent]
firefox-60.1.0/dom/base/nsXMLContentSerializer.h:159:41: note: Function 'AppendNewLineToString' argument 1 names different: declaration 'aOutputStr' definition 'aStr'.
firefox-60.1.0/dom/base/nsXMLContentSerializer.cpp:1323:58: note: Function 'AppendNewLineToString' argument 1 names different: declaration 'aOutputStr' definition 'aStr'.
firefox-60.1.0/dom/base/nsXMLNameSpaceMap.cpp:20:10: performance: Technically the member function 'nsDefaultComparator < nsNameSpaceEntry , nsAtom * >::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/base/nsXMLNameSpaceMap.cpp:28:10: performance: Technically the member function 'nsDefaultComparator < nsNameSpaceEntry , int32_t >::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/bindings/BindingUtils.cpp:945:46: style: Function 'CreateInterfaceObjects' argument 6 names different: declaration 'interfaceProto' definition 'constructorProto'. [funcArgNamesDifferent]
firefox-60.1.0/dom/bindings/BindingUtils.h:765:46: note: Function 'CreateInterfaceObjects' argument 6 names different: declaration 'interfaceProto' definition 'constructorProto'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:945:46: note: Function 'CreateInterfaceObjects' argument 6 names different: declaration 'interfaceProto' definition 'constructorProto'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:949:48: style: Function 'CreateInterfaceObjects' argument 11 names different: declaration 'regularProperties' definition 'properties'. [funcArgNamesDifferent]
firefox-60.1.0/dom/bindings/BindingUtils.h:769:48: note: Function 'CreateInterfaceObjects' argument 11 names different: declaration 'regularProperties' definition 'properties'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:949:48: note: Function 'CreateInterfaceObjects' argument 11 names different: declaration 'regularProperties' definition 'properties'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:1189:48: style: Function 'InitIds' argument 2 names different: declaration 'properties' definition 'nativeProperties'. [funcArgNamesDifferent]
firefox-60.1.0/dom/bindings/BindingUtils.h:1967:48: note: Function 'InitIds' argument 2 names different: declaration 'properties' definition 'nativeProperties'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:1189:48: note: Function 'InitIds' argument 2 names different: declaration 'properties' definition 'nativeProperties'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:2184:55: style: Function 'ReparentWrapper' argument 2 names different: declaration 'aObj' definition 'aObjArg'. [funcArgNamesDifferent]
firefox-60.1.0/dom/bindings/BindingUtils.h:2717:55: note: Function 'ReparentWrapper' argument 2 names different: declaration 'aObj' definition 'aObjArg'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:2184:55: note: Function 'ReparentWrapper' argument 2 names different: declaration 'aObj' definition 'aObjArg'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:2549:58: style: Function 'GetContentGlobalForJSImplementedObject' argument 3 names different: declaration 'global' definition 'globalObj'. [funcArgNamesDifferent]
firefox-60.1.0/dom/bindings/BindingUtils.h:2745:58: note: Function 'GetContentGlobalForJSImplementedObject' argument 3 names different: declaration 'global' definition 'globalObj'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:2549:58: note: Function 'GetContentGlobalForJSImplementedObject' argument 3 names different: declaration 'global' definition 'globalObj'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:2785:26: style: Function 'FinalizeGlobal' argument 1 names different: declaration 'aFop' definition 'aFreeOp'. [funcArgNamesDifferent]
firefox-60.1.0/dom/bindings/BindingUtils.h:3090:26: note: Function 'FinalizeGlobal' argument 1 names different: declaration 'aFop' definition 'aFreeOp'.
firefox-60.1.0/dom/bindings/BindingUtils.cpp:2785:26: note: Function 'FinalizeGlobal' argument 1 names different: declaration 'aFop' definition 'aFreeOp'.
firefox-60.1.0/dom/bindings/BindingUtils.h:491:10: style: Technically the member function 'mozilla::dom::ProtoAndIfaceCache::PageTableCache::HasEntryInSlot' can be const. [functionConst]
firefox-60.1.0/dom/bindings/BindingUtils.h:2946:5: performance: Technically the member function 'mozilla::dom::BindingJSObjectCreator::OwnedNative::forget' can be static. [functionStatic]
firefox-60.1.0/dom/bindings/BindingUtils.h:3216:3: style: Technically the member function 'mozilla::dom::PinnedStringId::operatorconstjsid&' can be const. [functionConst]
firefox-60.1.0/dom/bindings/Exceptions.cpp:300:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/cache/DBSchema.cpp:1884:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/dom/cache/DBSchema.cpp:1881:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/cache/DBSchema.cpp:1884:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/cache/DBSchema.cpp:1887:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/dom/cache/DBSchema.cpp:1884:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/cache/DBSchema.cpp:1887:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.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-60.1.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-60.1.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-60.1.0/dom/canvas/CacheMap.h:46:6: warning: Class 'CacheMapUntypedEntry' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-60.1.0/dom/canvas/CanvasImageCache.cpp:49:3: warning: Member variable 'ImageCacheEntryData::mState' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/canvas/CanvasImageCache.cpp:63:10: style: Technically the member function 'mozilla::ImageCacheEntryData::SizeInBytes' can be const. [functionConst]
firefox-60.1.0/dom/canvas/CanvasImageCache.cpp:47:1: warning: The struct 'ImageCacheEntryData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/canvas/CanvasImageCache.cpp:75:1: warning: The class 'ImageCacheEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/canvas/CanvasImageCache.cpp:120:1: warning: The class 'AllCanvasImageCacheEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/canvas/CanvasRenderingContext2D.cpp:1036:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/canvas/CanvasRenderingContextHelper.cpp:25:55: style: Function 'ToBlob' argument 2 names different: declaration 'global' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/CanvasRenderingContextHelper.h:59:48: note: Function 'ToBlob' argument 2 names different: declaration 'global' definition 'aGlobal'.
firefox-60.1.0/dom/canvas/CanvasRenderingContextHelper.cpp:25:55: note: Function 'ToBlob' argument 2 names different: declaration 'global' definition 'aGlobal'.
firefox-60.1.0/dom/canvas/CanvasRenderingContextHelper.cpp:256:55: style: Function 'ParseParams' argument 5 names different: declaration 'outCustomParseOptions' definition 'outUsingCustomParseOptions'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/CanvasRenderingContextHelper.h:57:44: note: Function 'ParseParams' argument 5 names different: declaration 'outCustomParseOptions' definition 'outUsingCustomParseOptions'.
firefox-60.1.0/dom/canvas/CanvasRenderingContextHelper.cpp:256:55: note: Function 'ParseParams' argument 5 names different: declaration 'outCustomParseOptions' definition 'outUsingCustomParseOptions'.
firefox-60.1.0/dom/canvas/WebGLContextLossHandler.h:18:1: style: The class 'WebGLContextLossHandler' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/canvas/CanvasRenderingContextHelper.h:71:3: performance: Technically the member function 'mozilla::dom::CanvasRenderingContextHelper::CreateContextHelper' can be static. [functionStatic]
firefox-60.1.0/dom/canvas/CanvasRenderingContextHelper.cpp:124:31: note: Technically the member function 'mozilla::dom::CanvasRenderingContextHelper::CreateContextHelper' can be static.
firefox-60.1.0/dom/canvas/CanvasRenderingContextHelper.h:71:3: note: Technically the member function 'mozilla::dom::CanvasRenderingContextHelper::CreateContextHelper' can be static.
firefox-60.1.0/dom/canvas/WebGLTypes.h:187:18: style: Class 'UniqueBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexTargetDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexMinFilterDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexMagFilterDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexWrapDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexImageTargetDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexInternalFormatDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLContext.h:182:1: warning: The struct 'FloatOrInt' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1805:0: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.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-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1749:0: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.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-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1589:0: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.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-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1521:0: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.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-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1171:22: style: Function 'BGR24ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.h:273:22: note: Function 'BGR24ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'.
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1171:22: note: Function 'BGR24ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'.
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1171:37: style: Function 'BGR24ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.h:273:37: note: Function 'BGR24ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'.
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1171:37: note: Function 'BGR24ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'.
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1474:22: style: Function 'BGRA32ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.h:342:23: note: Function 'BGRA32ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'.
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1474:22: note: Function 'BGRA32ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'.
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1474:37: style: Function 'BGRA32ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.h:342:38: note: Function 'BGRA32ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'.
firefox-60.1.0/dom/canvas/ImageBitmapColorUtils.cpp:1474:37: note: Function 'BGRA32ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'.
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:661:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:668:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:797:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:804:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:934:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:941:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:1070:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:1077:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:2286:86: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:2293:86: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:2300:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:2307:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:2422:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:2429:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:2436:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:2443:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/canvas/ImageBitmapUtils.cpp:69:27: style: Technically the member function 'mozilla::dom::imagebitmapformat::DoNotDelete::operator()' can be const. [functionConst]
firefox-60.1.0/dom/canvas/OffscreenCanvas.h:53:1: style: The class 'OffscreenCanvas' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/canvas/CanvasRenderingContext2D.h:1009:5: warning: Member variable 'ContextState::clipsAndTransforms' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/canvas/CanvasRenderingContext2D.h:989:3: warning: The class 'ContextState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with calloc(), but class provides constructors. [mallocOnClassWarning]
firefox-60.1.0/dom/canvas/TexUnpackBlob.cpp:373:0: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGL2ContextFramebuffers.cpp:162:10: style: The scope of the variable 'isDefaultFB' can be reduced. [variableScope]
firefox-60.1.0/dom/canvas/WebGL2ContextFramebuffers.cpp:95:63: style: Function 'GetFramebufferAttachmentParameter' argument 5 names different: declaration 'rv' definition 'out_error'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGL2Context.h:68:70: note: Function 'GetFramebufferAttachmentParameter' argument 5 names different: declaration 'rv' definition 'out_error'.
firefox-60.1.0/dom/canvas/WebGL2ContextFramebuffers.cpp:95:63: note: Function 'GetFramebufferAttachmentParameter' argument 5 names different: declaration 'rv' definition 'out_error'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.h:144:1: style: The class 'WebGLFramebuffer' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < RBTargetDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < FBTargetDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < FBStatusDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGL2ContextPrograms.cpp:17:56: style: Function 'GetFragDataLocation' argument 1 names different: declaration 'program' definition 'prog'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGL2Context.h:259:51: note: Function 'GetFragDataLocation' argument 1 names different: declaration 'program' definition 'prog'.
firefox-60.1.0/dom/canvas/WebGL2ContextPrograms.cpp:17:56: note: Function 'GetFragDataLocation' argument 1 names different: declaration 'program' definition 'prog'.
firefox-60.1.0/dom/canvas/WebGLProgram.h:136:1: style: The class 'WebGLProgram' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.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-60.1.0/dom/canvas/WebGLQuery.h:20:1: style: The class 'WebGLQuery' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/canvas/WebGL2ContextRenderbuffers.cpp:18:56: style: Function 'GetInternalformatParameter' argument 6 names different: declaration 'rv' definition 'out_rv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGL2Context.h:84:50: note: Function 'GetInternalformatParameter' argument 6 names different: declaration 'rv' definition 'out_rv'.
firefox-60.1.0/dom/canvas/WebGL2ContextRenderbuffers.cpp:18:56: note: Function 'GetInternalformatParameter' argument 6 names different: declaration 'rv' definition 'out_rv'.
firefox-60.1.0/dom/canvas/WebGL2ContextRenderbuffers.cpp:86:54: style: Function 'RenderbufferStorageMultisample' argument 3 names different: declaration 'internalformat' definition 'internalFormat'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGL2Context.h:85:80: note: Function 'RenderbufferStorageMultisample' argument 3 names different: declaration 'internalformat' definition 'internalFormat'.
firefox-60.1.0/dom/canvas/WebGL2ContextRenderbuffers.cpp:86:54: note: Function 'RenderbufferStorageMultisample' argument 3 names different: declaration 'internalformat' definition 'internalFormat'.
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexCompareModeDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexCompareFuncDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/canvas/WebGL2ContextTextures.cpp:14:74: style: Function 'TexStorage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGL2Context.h:112:68: note: Function 'TexStorage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGL2ContextTextures.cpp:14:74: note: Function 'TexStorage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGL2ContextTransformFeedback.cpp:96:46: style: Function 'BeginTransformFeedback' argument 1 names different: declaration 'primitiveMode' definition 'primMode'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGL2Context.h:395:40: note: Function 'BeginTransformFeedback' argument 1 names different: declaration 'primitiveMode' definition 'primMode'.
firefox-60.1.0/dom/canvas/WebGL2ContextTransformFeedback.cpp:96:46: note: Function 'BeginTransformFeedback' argument 1 names different: declaration 'primitiveMode' definition 'primMode'.
firefox-60.1.0/dom/canvas/WebGL2ContextUniforms.cpp:65:80: style: Function 'GetIndexedParameter' argument 5 names different: declaration 'rv' definition 'out_error'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGL2Context.h:417:74: note: Function 'GetIndexedParameter' argument 5 names different: declaration 'rv' definition 'out_error'.
firefox-60.1.0/dom/canvas/WebGL2ContextUniforms.cpp:65:80: note: Function 'GetIndexedParameter' argument 5 names different: declaration 'rv' definition 'out_error'.
firefox-60.1.0/dom/canvas/WebGL2ContextUniforms.cpp:245:70: style: Function 'GetActiveUniformBlockParameter' argument 5 names different: declaration 'retval' definition 'out_retval'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGL2Context.h:429:64: note: Function 'GetActiveUniformBlockParameter' argument 5 names different: declaration 'retval' definition 'out_retval'.
firefox-60.1.0/dom/canvas/WebGL2ContextUniforms.cpp:245:70: note: Function 'GetActiveUniformBlockParameter' argument 5 names different: declaration 'retval' definition 'out_retval'.
firefox-60.1.0/dom/canvas/WebGL2ContextUniforms.cpp:246:60: style: Function 'GetActiveUniformBlockParameter' argument 6 names different: declaration 'rv' definition 'out_error'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGL2Context.h:429:85: note: Function 'GetActiveUniformBlockParameter' argument 6 names different: declaration 'rv' definition 'out_error'.
firefox-60.1.0/dom/canvas/WebGL2ContextUniforms.cpp:246:60: note: Function 'GetActiveUniformBlockParameter' argument 6 names different: declaration 'rv' definition 'out_error'.
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with malloc(), but class provides constructors. [mallocOnClassWarning]
firefox-60.1.0/dom/canvas/WebGLBuffer.cpp:128:9: note: Memory for class instance allocated with malloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with malloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLContext.cpp:701:9: style: Condition 'tryNativeGL' is always true [knownConditionTrueFalse]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:657:24: note: Assignment 'tryNativeGL=true', assigned value is 1
firefox-60.1.0/dom/canvas/WebGLContext.cpp:701:9: note: Condition 'tryNativeGL' is always true
firefox-60.1.0/dom/canvas/WebGLContext.cpp:730:9: style: Condition 'tryANGLE' is always false [knownConditionTrueFalse]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:658:21: note: Assignment 'tryANGLE=false', assigned value is 0
firefox-60.1.0/dom/canvas/WebGLContext.cpp:730:9: note: Condition 'tryANGLE' is always false
firefox-60.1.0/dom/canvas/WebGLContext.cpp:832:37: style: Function 'SetDimensions' argument 1 names different: declaration 'width' definition 'signedWidth'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:363:38: note: Function 'SetDimensions' argument 1 names different: declaration 'width' definition 'signedWidth'.
firefox-60.1.0/dom/canvas/WebGLContext.cpp:832:37: note: Function 'SetDimensions' argument 1 names different: declaration 'width' definition 'signedWidth'.
firefox-60.1.0/dom/canvas/WebGLContext.cpp:832:58: style: Function 'SetDimensions' argument 2 names different: declaration 'height' definition 'signedHeight'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:363:53: note: Function 'SetDimensions' argument 2 names different: declaration 'height' definition 'signedHeight'.
firefox-60.1.0/dom/canvas/WebGLContext.cpp:832:58: note: Function 'SetDimensions' argument 2 names different: declaration 'height' definition 'signedHeight'.
firefox-60.1.0/dom/canvas/WebGLContext.cpp:1417:71: style: Function 'ForceClearFramebufferWithDefaultValues' argument 1 names different: declaration 'bufferBits' definition 'clearBits'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:500:60: note: Function 'ForceClearFramebufferWithDefaultValues' argument 1 names different: declaration 'bufferBits' definition 'clearBits'.
firefox-60.1.0/dom/canvas/WebGLContext.cpp:1417:71: note: Function 'ForceClearFramebufferWithDefaultValues' argument 1 names different: declaration 'bufferBits' definition 'clearBits'.
firefox-60.1.0/dom/canvas/WebGLContext.cpp:1875:37: style: Function 'ForceLoseContext' argument 1 names different: declaration 'simulateLoss' definition 'simulateLosing'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1837:32: note: Function 'ForceLoseContext' argument 1 names different: declaration 'simulateLoss' definition 'simulateLosing'.
firefox-60.1.0/dom/canvas/WebGLContext.cpp:1875:37: note: Function 'ForceLoseContext' argument 1 names different: declaration 'simulateLoss' definition 'simulateLosing'.
firefox-60.1.0/dom/canvas/WebGLContext.cpp:126:5: performance: Variable 'mGeneration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:135:5: performance: Variable 'mWebGLError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:136:5: performance: Variable 'mUnderlyingGLError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:140:5: performance: Variable 'mViewportX' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:141:5: performance: Variable 'mViewportY' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:142:5: performance: Variable 'mViewportWidth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:143:5: performance: Variable 'mViewportHeight' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:145:5: performance: Variable 'mDitherEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:146:5: performance: Variable 'mRasterizerDiscardEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:147:5: performance: Variable 'mScissorTestEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContext.cpp:148:5: performance: Variable 'mStencilTestEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:196:72: style: Function 'BindBufferBase' argument 3 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:938:67: note: Function 'BindBufferBase' argument 3 names different: declaration 'buf' definition 'buffer'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:196:72: note: Function 'BindBufferBase' argument 3 names different: declaration 'buf' definition 'buffer'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:233:73: style: Function 'BindBufferRange' argument 3 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:939:68: note: Function 'BindBufferRange' argument 3 names different: declaration 'buf' definition 'buffer'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:233:73: note: Function 'BindBufferRange' argument 3 names different: declaration 'buf' definition 'buffer'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:368:69: style: Function 'BufferData' argument 2 names different: declaration 'srcData' definition 'src'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:949:64: note: Function 'BufferData' argument 2 names different: declaration 'srcData' definition 'src'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:368:69: note: Function 'BufferData' argument 2 names different: declaration 'srcData' definition 'src'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:390:40: style: Function 'BufferSubDataImpl' argument 3 names different: declaration 'srcDataLen' definition 'dataLen'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:954:35: note: Function 'BufferSubDataImpl' argument 3 names different: declaration 'srcDataLen' definition 'dataLen'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:390:40: note: Function 'BufferSubDataImpl' argument 3 names different: declaration 'srcDataLen' definition 'dataLen'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:390:64: style: Function 'BufferSubDataImpl' argument 4 names different: declaration 'srcData' definition 'data'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:954:62: note: Function 'BufferSubDataImpl' argument 4 names different: declaration 'srcData' definition 'data'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:390:64: note: Function 'BufferSubDataImpl' argument 4 names different: declaration 'srcData' definition 'data'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:454:41: style: Function 'DeleteBuffer' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:966:36: note: Function 'DeleteBuffer' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:454:41: note: Function 'DeleteBuffer' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:502:37: style: Function 'IsBuffer' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:967:32: note: Function 'IsBuffer' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-60.1.0/dom/canvas/WebGLContextBuffers.cpp:502:37: note: Function 'IsBuffer' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-60.1.0/dom/canvas/WebGLContextDraw.cpp:522:69: style: Function 'DrawArraysInstanced' argument 3 names different: declaration 'vertexCount' definition 'vertCount'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1332:64: note: Function 'DrawArraysInstanced' argument 3 names different: declaration 'vertexCount' definition 'vertCount'.
firefox-60.1.0/dom/canvas/WebGLContextDraw.cpp:522:69: note: Function 'DrawArraysInstanced' argument 3 names different: declaration 'vertexCount' definition 'vertCount'.
firefox-60.1.0/dom/canvas/WebGLContextDraw.cpp:570:76: style: Function 'DrawElements_check' argument 2 names different: declaration 'indexCount' definition 'rawIndexCount'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1433:59: note: Function 'DrawElements_check' argument 2 names different: declaration 'indexCount' definition 'rawIndexCount'.
firefox-60.1.0/dom/canvas/WebGLContextDraw.cpp:570:76: note: Function 'DrawElements_check' argument 2 names different: declaration 'indexCount' definition 'rawIndexCount'.
firefox-60.1.0/dom/canvas/WebGLContextDraw.cpp:679:58: style: Function 'DrawElementsInstanced' argument 2 names different: declaration 'vertexCount' definition 'indexCount'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1335:53: note: Function 'DrawElementsInstanced' argument 2 names different: declaration 'vertexCount' definition 'indexCount'.
firefox-60.1.0/dom/canvas/WebGLContextDraw.cpp:679:58: note: Function 'DrawElementsInstanced' argument 2 names different: declaration 'vertexCount' definition 'indexCount'.
firefox-60.1.0/dom/canvas/WebGLContextExtensions.cpp:259:45: style: Function 'GetExtension' argument 2 names different: declaration 'name' definition 'wideName'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:536:55: note: Function 'GetExtension' argument 2 names different: declaration 'name' definition 'wideName'.
firefox-60.1.0/dom/canvas/WebGLContextExtensions.cpp:259:45: note: Function 'GetExtension' argument 2 names different: declaration 'name' definition 'wideName'.
firefox-60.1.0/dom/canvas/WebGLContextFramebufferOperations.cpp:34:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-60.1.0/dom/canvas/WebGLContextFramebufferOperations.cpp:33:14: note: outer condition: mask&LOCAL_GL_COLOR_BUFFER_BIT
firefox-60.1.0/dom/canvas/WebGLContextFramebufferOperations.cpp:34:18: note: identical inner condition: mask&LOCAL_GL_COLOR_BUFFER_BIT
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with malloc(), but class provides constructors. [mallocOnClassWarning]
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:2109:9: note: Memory for class instance allocated with malloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with malloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:81:36: style: Function 'ActiveTexture' argument 1 names different: declaration 'texUnit' definition 'texture'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1055:31: note: Function 'ActiveTexture' argument 1 names different: declaration 'texUnit' definition 'texture'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:81:36: note: Function 'ActiveTexture' argument 1 names different: declaration 'texUnit' definition 'texture'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:101:42: style: Function 'AttachShader' argument 1 names different: declaration 'prog' definition 'program'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:539:37: note: Function 'AttachShader' argument 1 names different: declaration 'prog' definition 'program'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:101:42: note: Function 'AttachShader' argument 1 names different: declaration 'prog' definition 'program'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:129:64: style: Function 'BindFramebuffer' argument 2 names different: declaration 'fb' definition 'wfb'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:542:59: note: Function 'BindFramebuffer' argument 2 names different: declaration 'fb' definition 'wfb'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:129:64: note: Function 'BindFramebuffer' argument 2 names different: declaration 'fb' definition 'wfb'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:167:66: style: Function 'BindRenderbuffer' argument 2 names different: declaration 'fb' definition 'wrb'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:543:61: note: Function 'BindRenderbuffer' argument 2 names different: declaration 'fb' definition 'wrb'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:167:66: note: Function 'BindRenderbuffer' argument 2 names different: declaration 'fb' definition 'wrb'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:369:51: style: Function 'DeleteFramebuffer' argument 1 names different: declaration 'fb' definition 'fbuf'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:566:46: note: Function 'DeleteFramebuffer' argument 1 names different: declaration 'fb' definition 'fbuf'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:369:51: note: Function 'DeleteFramebuffer' argument 1 names different: declaration 'fb' definition 'fbuf'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:391:53: style: Function 'DeleteRenderbuffer' argument 1 names different: declaration 'rb' definition 'rbuf'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:568:48: note: Function 'DeleteRenderbuffer' argument 1 names different: declaration 'rb' definition 'rbuf'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:391:53: note: Function 'DeleteRenderbuffer' argument 1 names different: declaration 'rb' definition 'rbuf'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:459:42: style: Function 'DetachShader' argument 1 names different: declaration 'prog' definition 'program'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:574:37: note: Function 'DetachShader' argument 1 names different: declaration 'prog' definition 'program'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:459:42: note: Function 'DetachShader' argument 1 names different: declaration 'prog' definition 'program'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:501:46: style: Function 'FramebufferRenderbuffer' argument 3 names different: declaration 'rbTarget' definition 'rbtarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:579:41: note: Function 'FramebufferRenderbuffer' argument 3 names different: declaration 'rbTarget' definition 'rbtarget'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:501:46: note: Function 'FramebufferRenderbuffer' argument 3 names different: declaration 'rbTarget' definition 'rbtarget'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:501:75: style: Function 'FramebufferRenderbuffer' argument 4 names different: declaration 'rb' definition 'wrb'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:579:70: note: Function 'FramebufferRenderbuffer' argument 4 names different: declaration 'rb' definition 'wrb'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:501:75: note: Function 'FramebufferRenderbuffer' argument 4 names different: declaration 'rb' definition 'wrb'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:534:43: style: Function 'FramebufferTexture2D' argument 3 names different: declaration 'texImageTarget' definition 'textarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:581:38: note: Function 'FramebufferTexture2D' argument 3 names different: declaration 'texImageTarget' definition 'textarget'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:534:43: note: Function 'FramebufferTexture2D' argument 3 names different: declaration 'texImageTarget' definition 'textarget'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:535:50: style: Function 'FramebufferTexture2D' argument 4 names different: declaration 'tex' definition 'tobj'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:581:68: note: Function 'FramebufferTexture2D' argument 4 names different: declaration 'tex' definition 'tobj'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:535:50: note: Function 'FramebufferTexture2D' argument 4 names different: declaration 'tex' definition 'tobj'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:949:37: style: Function 'GetUniform' argument 1 names different: declaration 'cx' definition 'js'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:650:37: note: Function 'GetUniform' argument 1 names different: declaration 'cx' definition 'js'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:949:37: note: Function 'GetUniform' argument 1 names different: declaration 'cx' definition 'js'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1200:76: style: Function 'DoReadPixelsAndConvert' argument 9 names different: declaration 'dataLen' definition 'destSize'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:688:71: note: Function 'DoReadPixelsAndConvert' argument 9 names different: declaration 'dataLen' definition 'destSize'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1200:76: note: Function 'DoReadPixelsAndConvert' argument 9 names different: declaration 'dataLen' definition 'destSize'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1547:56: style: Function 'ReadPixelsImpl' argument 3 names different: declaration 'width' definition 'rawWidth'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:684:51: note: Function 'ReadPixelsImpl' argument 3 names different: declaration 'width' definition 'rawWidth'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1547:56: note: Function 'ReadPixelsImpl' argument 3 names different: declaration 'width' definition 'rawWidth'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1547:74: style: Function 'ReadPixelsImpl' argument 4 names different: declaration 'height' definition 'rawHeight'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:684:66: note: Function 'ReadPixelsImpl' argument 4 names different: declaration 'height' definition 'rawHeight'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1547:74: note: Function 'ReadPixelsImpl' argument 4 names different: declaration 'height' definition 'rawHeight'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1548:37: style: Function 'ReadPixelsImpl' argument 5 names different: declaration 'format' definition 'packFormat'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:684:81: note: Function 'ReadPixelsImpl' argument 5 names different: declaration 'format' definition 'packFormat'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1548:37: note: Function 'ReadPixelsImpl' argument 5 names different: declaration 'format' definition 'packFormat'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1548:56: style: Function 'ReadPixelsImpl' argument 6 names different: declaration 'type' definition 'packType'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:685:32: note: Function 'ReadPixelsImpl' argument 6 names different: declaration 'type' definition 'packType'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1548:56: note: Function 'ReadPixelsImpl' argument 6 names different: declaration 'type' definition 'packType'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1548:72: style: Function 'ReadPixelsImpl' argument 7 names different: declaration 'data' definition 'dest'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:685:44: note: Function 'ReadPixelsImpl' argument 7 names different: declaration 'data' definition 'dest'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1548:72: note: Function 'ReadPixelsImpl' argument 7 names different: declaration 'data' definition 'dest'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1665:64: style: Function 'RenderbufferStorage_base' argument 4 names different: declaration 'internalformat' definition 'internalFormat'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:718:59: note: Function 'RenderbufferStorage_base' argument 4 names different: declaration 'internalformat' definition 'internalFormat'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1665:64: note: Function 'RenderbufferStorage_base' argument 4 names different: declaration 'internalformat' definition 'internalFormat'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1848:58: style: Function 'Uniform1i' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:739:53: note: Function 'Uniform1i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1848:58: note: Function 'Uniform1i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1863:58: style: Function 'Uniform2i' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:740:53: note: Function 'Uniform2i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1863:58: note: Function 'Uniform2i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1863:68: style: Function 'Uniform2i' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:740:62: note: Function 'Uniform2i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1863:68: note: Function 'Uniform2i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1873:58: style: Function 'Uniform3i' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:741:53: note: Function 'Uniform3i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1873:58: note: Function 'Uniform3i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1873:68: style: Function 'Uniform3i' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:741:62: note: Function 'Uniform3i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1873:68: note: Function 'Uniform3i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1873:78: style: Function 'Uniform3i' argument 4 names different: declaration 'z' definition 'a3'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:741:71: note: Function 'Uniform3i' argument 4 names different: declaration 'z' definition 'a3'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1873:78: note: Function 'Uniform3i' argument 4 names different: declaration 'z' definition 'a3'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1883:58: style: Function 'Uniform4i' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:742:53: note: Function 'Uniform4i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1883:58: note: Function 'Uniform4i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1883:68: style: Function 'Uniform4i' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:742:62: note: Function 'Uniform4i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1883:68: note: Function 'Uniform4i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1883:78: style: Function 'Uniform4i' argument 4 names different: declaration 'z' definition 'a3'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:742:71: note: Function 'Uniform4i' argument 4 names different: declaration 'z' definition 'a3'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1883:78: note: Function 'Uniform4i' argument 4 names different: declaration 'z' definition 'a3'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1884:31: style: Function 'Uniform4i' argument 5 names different: declaration 'w' definition 'a4'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:742:80: note: Function 'Uniform4i' argument 5 names different: declaration 'w' definition 'a4'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1884:31: note: Function 'Uniform4i' argument 5 names different: declaration 'w' definition 'a4'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1896:60: style: Function 'Uniform1f' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:734:55: note: Function 'Uniform1f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1896:60: note: Function 'Uniform1f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1906:60: style: Function 'Uniform2f' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:735:55: note: Function 'Uniform2f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1906:60: note: Function 'Uniform2f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1906:72: style: Function 'Uniform2f' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:735:66: note: Function 'Uniform2f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1906:72: note: Function 'Uniform2f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1916:60: style: Function 'Uniform3f' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:736:55: note: Function 'Uniform3f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1916:60: note: Function 'Uniform3f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1916:72: style: Function 'Uniform3f' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:736:66: note: Function 'Uniform3f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1916:72: note: Function 'Uniform3f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1917:33: style: Function 'Uniform3f' argument 4 names different: declaration 'z' definition 'a3'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:736:77: note: Function 'Uniform3f' argument 4 names different: declaration 'z' definition 'a3'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1917:33: note: Function 'Uniform3f' argument 4 names different: declaration 'z' definition 'a3'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1927:60: style: Function 'Uniform4f' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:737:55: note: Function 'Uniform4f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1927:60: note: Function 'Uniform4f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1927:72: style: Function 'Uniform4f' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:737:66: note: Function 'Uniform4f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1927:72: note: Function 'Uniform4f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1928:33: style: Function 'Uniform4f' argument 4 names different: declaration 'z' definition 'a3'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:737:77: note: Function 'Uniform4f' argument 4 names different: declaration 'z' definition 'a3'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1928:33: note: Function 'Uniform4f' argument 4 names different: declaration 'z' definition 'a3'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1928:45: style: Function 'Uniform4f' argument 5 names different: declaration 'w' definition 'a4'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:737:88: note: Function 'Uniform4f' argument 5 names different: declaration 'w' definition 'a4'.
firefox-60.1.0/dom/canvas/WebGLContextGL.cpp:1928:45: note: Function 'Uniform4f' argument 5 names different: declaration 'w' definition 'a4'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:207:34: style: Function 'BindTexture' argument 1 names different: declaration 'texTarget' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1056:29: note: Function 'BindTexture' argument 1 names different: declaration 'texTarget' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:207:34: note: Function 'BindTexture' argument 1 names different: declaration 'texTarget' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:207:59: style: Function 'BindTexture' argument 2 names different: declaration 'tex' definition 'newTex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1056:54: note: Function 'BindTexture' argument 2 names different: declaration 'tex' definition 'newTex'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:207:59: note: Function 'BindTexture' argument 2 names different: declaration 'tex' definition 'newTex'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:255:37: style: Function 'GenerateMipmap' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1059:32: note: Function 'GenerateMipmap' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:255:37: note: Function 'GenerateMipmap' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:269:38: style: Function 'GetTexParameter' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1078:38: note: Function 'GetTexParameter' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:269:38: note: Function 'GetTexParameter' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:297:40: style: Function 'TexParameter_base' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1079:35: note: Function 'TexParameter_base' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:297:40: note: Function 'TexParameter_base' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:315:81: style: Function 'CompressedTexImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1141:76: note: Function 'CompressedTexImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:315:81: note: Function 'CompressedTexImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:331:44: style: Function 'CompressedTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1145:79: note: Function 'CompressedTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:331:44: note: Function 'CompressedTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:348:37: style: Function 'CopyTexImage2D' argument 1 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1153:32: note: Function 'CopyTexImage2D' argument 1 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:348:37: note: Function 'CopyTexImage2D' argument 1 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:364:78: style: Function 'CopyTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1168:73: note: Function 'CopyTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:364:78: note: Function 'CopyTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:380:71: style: Function 'TexImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1235:66: note: Function 'TexImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:380:71: note: Function 'TexImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:396:74: style: Function 'TexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1276:69: note: Function 'TexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextTextures.cpp:396:74: note: Function 'TexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-60.1.0/dom/canvas/WebGLContextUnchecked.cpp:14:61: style: Function 'WebGLContextUnchecked' argument 1 names different: declaration 'gl' definition '_gl'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContextUnchecked.h:21:51: note: Function 'WebGLContextUnchecked' argument 1 names different: declaration 'gl' definition '_gl'.
firefox-60.1.0/dom/canvas/WebGLContextUnchecked.cpp:14:61: note: Function 'WebGLContextUnchecked' argument 1 names different: declaration 'gl' definition '_gl'.
firefox-60.1.0/dom/canvas/WebGLContextUtils.cpp:48:40: style: Function 'StringValue' argument 2 names different: declaration 'str' definition 'chars'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContextUtils.h:33:50: note: Function 'StringValue' argument 2 names different: declaration 'str' definition 'chars'.
firefox-60.1.0/dom/canvas/WebGLContextUtils.cpp:48:40: note: Function 'StringValue' argument 2 names different: declaration 'str' definition 'chars'.
firefox-60.1.0/dom/canvas/WebGLContextValidate.cpp:100:48: style: Function 'ValidateBlendEquationEnum' argument 1 names different: declaration 'cap' definition 'mode'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:1627:43: note: Function 'ValidateBlendEquationEnum' argument 1 names different: declaration 'cap' definition 'mode'.
firefox-60.1.0/dom/canvas/WebGLContextValidate.cpp:100:48: note: Function 'ValidateBlendEquationEnum' argument 1 names different: declaration 'cap' definition 'mode'.
firefox-60.1.0/dom/canvas/WebGLContextValidate.cpp:247:68: style: Function 'ValidateAttribArraySetter' argument 2 names different: declaration 'count' definition 'setterElemSize'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:907:63: note: Function 'ValidateAttribArraySetter' argument 2 names different: declaration 'count' definition 'setterElemSize'.
firefox-60.1.0/dom/canvas/WebGLContextValidate.cpp:247:68: note: Function 'ValidateAttribArraySetter' argument 2 names different: declaration 'count' definition 'setterElemSize'.
firefox-60.1.0/dom/canvas/WebGLContextValidate.cpp:264:45: style: Function 'ValidateUniformSetter' argument 2 names different: declaration 'setterSize' definition 'setterElemSize'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:910:67: note: Function 'ValidateUniformSetter' argument 2 names different: declaration 'setterSize' definition 'setterElemSize'.
firefox-60.1.0/dom/canvas/WebGLContextValidate.cpp:264:45: note: Function 'ValidateUniformSetter' argument 2 names different: declaration 'setterSize' definition 'setterElemSize'.
firefox-60.1.0/dom/canvas/WebGLContextVertexArray.cpp:16:49: style: Function 'BindVertexArray' argument 1 names different: declaration 'vao' definition 'array'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:544:44: note: Function 'BindVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-60.1.0/dom/canvas/WebGLContextVertexArray.cpp:16:49: note: Function 'BindVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-60.1.0/dom/canvas/WebGLContextVertexArray.cpp:60:51: style: Function 'DeleteVertexArray' argument 1 names different: declaration 'vao' definition 'array'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:570:46: note: Function 'DeleteVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-60.1.0/dom/canvas/WebGLContextVertexArray.cpp:60:51: note: Function 'DeleteVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-60.1.0/dom/canvas/WebGLContextVertexArray.cpp:72:53: style: Function 'IsVertexArray' argument 1 names different: declaration 'vao' definition 'array'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLContext.h:668:48: note: Function 'IsVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-60.1.0/dom/canvas/WebGLContextVertexArray.cpp:72:53: note: Function 'IsVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-60.1.0/dom/canvas/WebGLExtensionBase.cpp:10:54: style: Function 'WebGLExtensionBase' argument 1 names different: declaration 'webgl' definition 'context'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLExtensions.h:38:47: note: Function 'WebGLExtensionBase' argument 1 names different: declaration 'webgl' definition 'context'.
firefox-60.1.0/dom/canvas/WebGLExtensionBase.cpp:10:54: note: Function 'WebGLExtensionBase' argument 1 names different: declaration 'webgl' definition 'context'.
firefox-60.1.0/dom/canvas/WebGLExtensionFragDepth.cpp:25:58: style: Function 'IsSupported' argument 1 names different: declaration 'context' definition 'webgl'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLExtensions.h:207:49: note: Function 'IsSupported' argument 1 names different: declaration 'context' definition 'webgl'.
firefox-60.1.0/dom/canvas/WebGLExtensionFragDepth.cpp:25:58: note: Function 'IsSupported' argument 1 names different: declaration 'context' definition 'webgl'.
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:717:9: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:713:9: note: Variable 'pi' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:717:9: note: Variable 'pi' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:718:9: style: Variable 'dui' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:714:9: note: Variable 'dui' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:718:9: note: Variable 'dui' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:721:9: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:717:9: note: Variable 'pi' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:721:9: note: Variable 'pi' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:722:9: style: Variable 'dui' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:718:9: note: Variable 'dui' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/canvas/WebGLFormats.cpp:722:9: note: Variable 'dui' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:819:12: style: Condition '!hasMismatch' is always true [knownConditionTrueFalse]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:798:24: note: Assignment 'hasMismatch=false', assigned value is 0
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:819:12: note: Condition '!hasMismatch' is always true
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:849:12: style: Condition '!hasMismatch' is always true [knownConditionTrueFalse]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:832:24: note: Assignment 'hasMismatch=false', assigned value is 0
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:849:12: note: Condition '!hasMismatch' is always true
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1066:9: style: Condition 'clearBits' is always false [knownConditionTrueFalse]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1023:26: note: Assignment 'clearBits=0', assigned value is 0
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1066:9: note: Condition 'clearBits' is always false
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1067:20: style: The scope of the variable 'fnDrawBuffers' can be reduced. [variableScope]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:179:61: style: Function 'SetImageDataStatus' argument 1 names different: declaration 'x' definition 'newStatus'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.h:90:50: note: Function 'SetImageDataStatus' argument 1 names different: declaration 'x' definition 'newStatus'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:179:61: note: Function 'SetImageDataStatus' argument 1 names different: declaration 'x' definition 'newStatus'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:670:46: style: Function 'GetColorAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.h:230:59: note: Function 'GetColorAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:670:46: note: Function 'GetColorAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:688:41: style: Function 'GetAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.h:229:54: note: Function 'GetAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:688:41: note: Function 'GetAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1361:72: style: Function 'FramebufferRenderbuffer' argument 2 names different: declaration 'attachment' definition 'attachEnum'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.h:276:63: note: Function 'FramebufferRenderbuffer' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1361:72: note: Function 'FramebufferRenderbuffer' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1407:69: style: Function 'FramebufferTexture2D' argument 2 names different: declaration 'attachment' definition 'attachEnum'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.h:278:60: note: Function 'FramebufferTexture2D' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1407:69: note: Function 'FramebufferTexture2D' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1495:72: style: Function 'FramebufferTextureLayer' argument 2 names different: declaration 'attachment' definition 'attachEnum'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.h:280:63: note: Function 'FramebufferTextureLayer' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1495:72: note: Function 'FramebufferTextureLayer' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1580:64: style: Function 'GetAttachmentParameter' argument 4 names different: declaration 'attachment' definition 'attachEnum'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLFramebuffer.h:286:45: note: Function 'GetAttachmentParameter' argument 4 names different: declaration 'attachment' definition 'attachEnum'.
firefox-60.1.0/dom/canvas/WebGLFramebuffer.cpp:1580:64: note: Function 'GetAttachmentParameter' argument 4 names different: declaration 'attachment' definition 'attachEnum'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:626:41: style: Function 'BindAttribLocation' argument 1 names different: declaration 'index' definition 'loc'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLProgram.h:154:36: note: Function 'BindAttribLocation' argument 1 names different: declaration 'index' definition 'loc'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:626:41: note: Function 'BindAttribLocation' argument 1 names different: declaration 'index' definition 'loc'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:736:50: style: Function 'GetAttribLocation' argument 1 names different: declaration 'name' definition 'userName_wide'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLProgram.h:159:46: note: Function 'GetAttribLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:736:50: note: Function 'GetAttribLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:767:52: style: Function 'GetFragDataLocation' argument 1 names different: declaration 'name' definition 'userName_wide'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLProgram.h:160:48: note: Function 'GetFragDataLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:767:52: note: Function 'GetFragDataLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:875:53: style: Function 'GetUniformBlockIndex' argument 1 names different: declaration 'name' definition 'userName_wide'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLProgram.h:163:50: note: Function 'GetUniformBlockIndex' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:875:53: note: Function 'GetUniformBlockIndex' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:904:78: style: Function 'GetActiveUniformBlockName' argument 2 names different: declaration 'name' definition 'retval'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLProgram.h:164:73: note: Function 'GetActiveUniformBlockName' argument 2 names different: declaration 'name' definition 'retval'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:904:78: note: Function 'GetActiveUniformBlockName' argument 2 names different: declaration 'name' definition 'retval'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:998:51: style: Function 'GetUniformLocation' argument 1 names different: declaration 'name' definition 'userName_wide'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLProgram.h:168:80: note: Function 'GetUniformLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:998:51: note: Function 'GetUniformLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:1636:70: style: Function 'FindAttrib' argument 2 names different: declaration 'out_info' definition 'out'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLProgram.h:127:73: note: Function 'FindAttrib' argument 2 names different: declaration 'out_info' definition 'out'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:1636:70: note: Function 'FindAttrib' argument 2 names different: declaration 'out_info' definition 'out'.
firefox-60.1.0/dom/canvas/WebGLProgram.cpp:450:5: error: Member variable 'prog' is initialized by itself. [selfInitialization]
firefox-60.1.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-60.1.0/dom/canvas/WebGLTexelConversions.cpp:88:10: style: Unused private function: 'WebGLImageConverter::run' [unusedPrivateFunction]
firefox-60.1.0/dom/canvas/WebGLTexelConversions.cpp:288:10: performance: Technically the member function 'mozilla::::WebGLImageConverter::run' can be static. [functionStatic]
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with calloc(), but class provides constructors. [mallocOnClassWarning]
firefox-60.1.0/dom/canvas/WebGLTexture.cpp:687:0: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with calloc(), but class provides constructors. [mallocOnClassWarning]
firefox-60.1.0/dom/canvas/WebGLTexture.cpp:730:0: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLTexture.cpp:781:63: style: Function 'PopulateMipChain' argument 2 names different: declaration 'baseLevel' definition 'firstLevel'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLTexture.h:294:58: note: Function 'PopulateMipChain' argument 2 names different: declaration 'baseLevel' definition 'firstLevel'.
firefox-60.1.0/dom/canvas/WebGLTexture.cpp:781:63: note: Function 'PopulateMipChain' argument 2 names different: declaration 'baseLevel' definition 'firstLevel'.
firefox-60.1.0/dom/canvas/WebGLTexture.cpp:782:41: style: Function 'PopulateMipChain' argument 3 names different: declaration 'maxLevel' definition 'lastLevel'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLTexture.h:294:78: note: Function 'PopulateMipChain' argument 3 names different: declaration 'maxLevel' definition 'lastLevel'.
firefox-60.1.0/dom/canvas/WebGLTexture.cpp:782:41: note: Function 'PopulateMipChain' argument 3 names different: declaration 'maxLevel' definition 'lastLevel'.
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with calloc(), but class provides constructors. [mallocOnClassWarning]
firefox-60.1.0/dom/canvas/WebGLTextureUpload.cpp:2038:21: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-60.1.0/dom/canvas/WebGLTextureUpload.cpp:2095:56: style: Function 'CopyTexImage2D' argument 6 names different: declaration 'width' definition 'rawWidth'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLTexture.h:284:51: note: Function 'CopyTexImage2D' argument 6 names different: declaration 'width' definition 'rawWidth'.
firefox-60.1.0/dom/canvas/WebGLTextureUpload.cpp:2095:56: note: Function 'CopyTexImage2D' argument 6 names different: declaration 'width' definition 'rawWidth'.
firefox-60.1.0/dom/canvas/WebGLTextureUpload.cpp:2095:74: style: Function 'CopyTexImage2D' argument 7 names different: declaration 'height' definition 'rawHeight'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLTexture.h:284:66: note: Function 'CopyTexImage2D' argument 7 names different: declaration 'height' definition 'rawHeight'.
firefox-60.1.0/dom/canvas/WebGLTextureUpload.cpp:2095:74: note: Function 'CopyTexImage2D' argument 7 names different: declaration 'height' definition 'rawHeight'.
firefox-60.1.0/dom/canvas/WebGLTextureUpload.cpp:2179:48: style: Function 'CopyTexSubImage' argument 9 names different: declaration 'width' definition 'rawWidth'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLTexture.h:287:34: note: Function 'CopyTexSubImage' argument 9 names different: declaration 'width' definition 'rawWidth'.
firefox-60.1.0/dom/canvas/WebGLTextureUpload.cpp:2179:48: note: Function 'CopyTexSubImage' argument 9 names different: declaration 'width' definition 'rawWidth'.
firefox-60.1.0/dom/canvas/WebGLTextureUpload.cpp:2179:66: style: Function 'CopyTexSubImage' argument 10 names different: declaration 'height' definition 'rawHeight'. [funcArgNamesDifferent]
firefox-60.1.0/dom/canvas/WebGLTexture.h:287:49: note: Function 'CopyTexSubImage' argument 10 names different: declaration 'height' definition 'rawHeight'.
firefox-60.1.0/dom/canvas/WebGLTextureUpload.cpp:2179:66: note: Function 'CopyTexSubImage' argument 10 names different: declaration 'height' definition 'rawHeight'.
firefox-60.1.0/dom/canvas/WebGLValidateStrings.cpp:22:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.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-60.1.0/dom/canvas/gtest/TestImageBitmapColorUtils.cpp:49:0: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/clients/api/Client.cpp:118:48: style: Function 'PostMessage' argument 3 names different: declaration 'aTransferrable' definition 'aTransferable'. [funcArgNamesDifferent]
firefox-60.1.0/dom/clients/api/Client.h:89:42: note: Function 'PostMessage' argument 3 names different: declaration 'aTransferrable' definition 'aTransferable'.
firefox-60.1.0/dom/clients/api/Client.cpp:118:48: note: Function 'PostMessage' argument 3 names different: declaration 'aTransferrable' definition 'aTransferable'.
firefox-60.1.0/dom/clients/api/Clients.cpp:118:3: performance: Technically the member function 'mozilla::dom::::MatchAllComparator::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/clients/api/Clients.cpp:140:3: performance: Technically the member function 'mozilla::dom::::MatchAllComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/clients/manager/ClientThing.h:30:0: warning: Class 'mozilla :: dom :: ClientThing < ClientHandleChild >' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-60.1.0/dom/clients/manager/ClientThing.h:30:0: warning: Class 'mozilla :: dom :: ClientThing < ClientManagerChild >' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-60.1.0/dom/clients/manager/ClientThing.h:99:0: warning: Virtual function 'OnShutdownThing' is called from destructor '~mozilla :: dom :: ClientThing < ClientHandleChild >()' at line 32. Dynamic binding is not used. [virtualCallInConstructor]
firefox-60.1.0/dom/clients/manager/ClientThing.h:32:0: note: Calling ShutdownThing
firefox-60.1.0/dom/clients/manager/ClientThing.h:94:0: note: Calling OnShutdownThing
firefox-60.1.0/dom/clients/manager/ClientThing.h:99:0: note: OnShutdownThing is a virtual method
firefox-60.1.0/dom/clients/manager/ClientThing.h:99:0: warning: Virtual function 'OnShutdownThing' is called from destructor '~mozilla :: dom :: ClientThing < ClientManagerChild >()' at line 32. Dynamic binding is not used. [virtualCallInConstructor]
firefox-60.1.0/dom/clients/manager/ClientThing.h:32:0: note: Calling ShutdownThing
firefox-60.1.0/dom/clients/manager/ClientThing.h:94:0: note: Calling OnShutdownThing
firefox-60.1.0/dom/clients/manager/ClientThing.h:99:0: note: OnShutdownThing is a virtual method
firefox-60.1.0/dom/clients/manager/ClientManager.cpp:262:47: style: Function 'MatchAll' argument 2 names different: declaration 'aTarget' definition 'aSerialEventTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/clients/manager/ClientManager.h:99:67: note: Function 'MatchAll' argument 2 names different: declaration 'aTarget' definition 'aSerialEventTarget'.
firefox-60.1.0/dom/clients/manager/ClientManager.cpp:262:47: note: Function 'MatchAll' argument 2 names different: declaration 'aTarget' definition 'aSerialEventTarget'.
firefox-60.1.0/dom/clients/manager/ClientThing.h:30:0: warning: Class 'mozilla :: dom :: ClientThing < ClientSourceChild >' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-60.1.0/dom/clients/manager/ClientThing.h:99:0: warning: Virtual function 'OnShutdownThing' is called from destructor '~mozilla :: dom :: ClientThing < ClientSourceChild >()' at line 32. Dynamic binding is not used. [virtualCallInConstructor]
firefox-60.1.0/dom/clients/manager/ClientThing.h:32:0: note: Calling ShutdownThing
firefox-60.1.0/dom/clients/manager/ClientThing.h:94:0: note: Calling OnShutdownThing
firefox-60.1.0/dom/clients/manager/ClientThing.h:99:0: note: OnShutdownThing is a virtual method
firefox-60.1.0/dom/clients/manager/ClientManagerService.h:75:3: performance: Technically the member function 'mozilla::dom::ClientManagerService::OpenWindow' can be static. [functionStatic]
firefox-60.1.0/dom/clients/manager/ClientManagerService.cpp:591:23: note: Technically the member function 'mozilla::dom::ClientManagerService::OpenWindow' can be static.
firefox-60.1.0/dom/clients/manager/ClientManagerService.h:75:3: note: Technically the member function 'mozilla::dom::ClientManagerService::OpenWindow' can be static.
firefox-60.1.0/dom/clients/manager/ClientSourceParent.cpp:235:54: style: Function 'AttachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'. [funcArgNamesDifferent]
firefox-60.1.0/dom/clients/manager/ClientSourceParent.h:77:36: note: Function 'AttachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'.
firefox-60.1.0/dom/clients/manager/ClientSourceParent.cpp:235:54: note: Function 'AttachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'.
firefox-60.1.0/dom/clients/manager/ClientSourceParent.cpp:244:54: style: Function 'DetachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'. [funcArgNamesDifferent]
firefox-60.1.0/dom/clients/manager/ClientSourceParent.h:80:36: note: Function 'DetachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'.
firefox-60.1.0/dom/clients/manager/ClientSourceParent.cpp:244:54: note: Function 'DetachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'.
firefox-60.1.0/dom/commandhandler/nsCommandManager.cpp:219:63: style: Function 'GetControllerForCommand' argument 2 names different: declaration 'aDirectedToThisWindow' definition 'aTargetWindow'. [funcArgNamesDifferent]
firefox-60.1.0/dom/commandhandler/nsCommandManager.h:41:56: note: Function 'GetControllerForCommand' argument 2 names different: declaration 'aDirectedToThisWindow' definition 'aTargetWindow'.
firefox-60.1.0/dom/commandhandler/nsCommandManager.cpp:219:63: note: Function 'GetControllerForCommand' argument 2 names different: declaration 'aDirectedToThisWindow' definition 'aTargetWindow'.
firefox-60.1.0/dom/commandhandler/nsCommandParams.h:26:3: warning: The struct 'HashEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/console/Console.cpp:774:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/crypto/CryptoKey.cpp:154:39: style: Function 'CryptoKey' argument 1 names different: declaration 'aWindow' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-60.1.0/dom/crypto/CryptoKey.h:92:39: note: Function 'CryptoKey' argument 1 names different: declaration 'aWindow' definition 'aGlobal'.
firefox-60.1.0/dom/crypto/CryptoKey.cpp:154:39: note: Function 'CryptoKey' argument 1 names different: declaration 'aWindow' definition 'aGlobal'.
firefox-60.1.0/dom/crypto/CryptoKey.cpp:313:46: style: Function 'AddPublicKeyData' argument 1 names different: declaration 'point' definition 'aPublicKey'. [funcArgNamesDifferent]
firefox-60.1.0/dom/crypto/CryptoKey.h:117:46: note: Function 'AddPublicKeyData' argument 1 names different: declaration 'point' definition 'aPublicKey'.
firefox-60.1.0/dom/crypto/CryptoKey.cpp:313:46: note: Function 'AddPublicKeyData' argument 1 names different: declaration 'point' definition 'aPublicKey'.
firefox-60.1.0/dom/crypto/CryptoKey.cpp:1008:47: style: Function 'PublicKeyFromJwk' argument 1 names different: declaration 'aKeyData' definition 'aJwk'. [funcArgNamesDifferent]
firefox-60.1.0/dom/crypto/CryptoKey.h:154:67: note: Function 'PublicKeyFromJwk' argument 1 names different: declaration 'aKeyData' definition 'aJwk'.
firefox-60.1.0/dom/crypto/CryptoKey.cpp:1008:47: note: Function 'PublicKeyFromJwk' argument 1 names different: declaration 'aKeyData' definition 'aJwk'.
firefox-60.1.0/dom/crypto/WebCryptoTask.cpp:2245:5: performance: Variable 'mKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/events/ContentEventHandler.cpp:3026:70: style: Function 'AdjustCollapsedRangeMaybeIntoTextNode' argument 1 names different: declaration 'aCollapsedRawRange' definition 'aRawRange'. [funcArgNamesDifferent]
firefox-60.1.0/dom/events/ContentEventHandler.h:338:60: note: Function 'AdjustCollapsedRangeMaybeIntoTextNode' argument 1 names different: declaration 'aCollapsedRawRange' definition 'aRawRange'.
firefox-60.1.0/dom/events/ContentEventHandler.cpp:3026:70: note: Function 'AdjustCollapsedRangeMaybeIntoTextNode' argument 1 names different: declaration 'aCollapsedRawRange' definition 'aRawRange'.
firefox-60.1.0/dom/events/ContentEventHandler.cpp:3216:53: style: Function 'RectRelativeTo' argument 1 names different: declaration 'aBaseFrame' definition 'aDestFrame'. [funcArgNamesDifferent]
firefox-60.1.0/dom/events/ContentEventHandler.h:434:37: note: Function 'RectRelativeTo' argument 1 names different: declaration 'aBaseFrame' definition 'aDestFrame'.
firefox-60.1.0/dom/events/ContentEventHandler.cpp:3216:53: note: Function 'RectRelativeTo' argument 1 names different: declaration 'aBaseFrame' definition 'aDestFrame'.
firefox-60.1.0/dom/events/ContentEventHandler.h:322:8: performance: Technically the member function 'mozilla::ContentEventHandler::IsPlugin' can be static. [functionStatic]
firefox-60.1.0/dom/events/ContentEventHandler.cpp:496:22: note: Technically the member function 'mozilla::ContentEventHandler::IsPlugin' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:322:8: note: Technically the member function 'mozilla::ContentEventHandler::IsPlugin' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:338:12: performance: Technically the member function 'mozilla::ContentEventHandler::AdjustCollapsedRangeMaybeIntoTextNode' can be static. [functionStatic]
firefox-60.1.0/dom/events/ContentEventHandler.cpp:3026:22: note: Technically the member function 'mozilla::ContentEventHandler::AdjustCollapsedRangeMaybeIntoTextNode' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:338:12: note: Technically the member function 'mozilla::ContentEventHandler::AdjustCollapsedRangeMaybeIntoTextNode' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:341:12: performance: Technically the member function 'mozilla::ContentEventHandler::ConvertToRootRelativeOffset' can be static. [functionStatic]
firefox-60.1.0/dom/events/ContentEventHandler.cpp:3078:22: note: Technically the member function 'mozilla::ContentEventHandler::ConvertToRootRelativeOffset' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:341:12: note: Technically the member function 'mozilla::ContentEventHandler::ConvertToRootRelativeOffset' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:365:16: performance: Technically the member function 'mozilla::ContentEventHandler::GetNodePositionHavingFlatText' can be static. [functionStatic]
firefox-60.1.0/dom/events/ContentEventHandler.cpp:1593:22: note: Technically the member function 'mozilla::ContentEventHandler::GetNodePositionHavingFlatText' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:365:16: note: Technically the member function 'mozilla::ContentEventHandler::GetNodePositionHavingFlatText' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:450:21: performance: Technically the member function 'mozilla::ContentEventHandler::GuessLineBreakerRectAfter' can be static. [functionStatic]
firefox-60.1.0/dom/events/ContentEventHandler.cpp:1875:22: note: Technically the member function 'mozilla::ContentEventHandler::GuessLineBreakerRectAfter' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:450:21: note: Technically the member function 'mozilla::ContentEventHandler::GuessLineBreakerRectAfter' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:465:21: performance: Technically the member function 'mozilla::ContentEventHandler::GuessFirstCaretRectIn' can be static. [functionStatic]
firefox-60.1.0/dom/events/ContentEventHandler.cpp:1909:22: note: Technically the member function 'mozilla::ContentEventHandler::GuessFirstCaretRectIn' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:465:21: note: Technically the member function 'mozilla::ContentEventHandler::GuessFirstCaretRectIn' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:471:8: performance: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static. [functionStatic]
firefox-60.1.0/dom/events/ContentEventHandler.cpp:1569:22: note: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:471:8: note: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:472:8: performance: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static. [functionStatic]
firefox-60.1.0/dom/events/ContentEventHandler.cpp:1578:22: note: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static.
firefox-60.1.0/dom/events/ContentEventHandler.h:472:8: note: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static.
firefox-60.1.0/dom/events/DataTransfer.cpp:436:28: style: The scope of the variable 'idx' can be reduced. [variableScope]
firefox-60.1.0/dom/events/DataTransfer.cpp:685:52: style: Function 'PrincipalMaySetData' argument 1 names different: declaration 'aFormat' definition 'aType'. [funcArgNamesDifferent]
firefox-60.1.0/dom/events/DataTransfer.h:323:52: note: Function 'PrincipalMaySetData' argument 1 names different: declaration 'aFormat' definition 'aType'.
firefox-60.1.0/dom/events/DataTransfer.cpp:685:52: note: Function 'PrincipalMaySetData' argument 1 names different: declaration 'aFormat' definition 'aType'.
firefox-60.1.0/dom/events/DataTransfer.cpp:837:37: style: Function 'SetDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'. [funcArgNamesDifferent]
firefox-60.1.0/dom/events/DataTransfer.h:145:30: note: Function 'SetDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'.
firefox-60.1.0/dom/events/DataTransfer.cpp:837:37: note: Function 'SetDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'.
firefox-60.1.0/dom/events/DataTransfer.cpp:857:40: style: Function 'UpdateDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'. [funcArgNamesDifferent]
firefox-60.1.0/dom/events/DataTransfer.h:146:33: note: Function 'UpdateDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'.
firefox-60.1.0/dom/events/DataTransfer.cpp:857:40: note: Function 'UpdateDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'.
firefox-60.1.0/dom/events/DataTransfer.cpp:943:36: style: Function 'Clone' argument 5 names different: declaration 'aResult' definition 'aNewDataTransfer'. [funcArgNamesDifferent]
firefox-60.1.0/dom/events/DataTransfer.h:317:33: note: Function 'Clone' argument 5 names different: declaration 'aResult' definition 'aNewDataTransfer'.
firefox-60.1.0/dom/events/DataTransfer.cpp:943:36: note: Function 'Clone' argument 5 names different: declaration 'aResult' definition 'aNewDataTransfer'.
firefox-60.1.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-60.1.0/dom/events/DataTransferItem.cpp:192:23: note: 'oldKind' is assigned value 'Kind()' here.
firefox-60.1.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-60.1.0/dom/events/DataTransferItemList.cpp:150:40: style: Function 'Add' argument 4 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/events/DataTransferItemList.h:56:38: note: Function 'Add' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-60.1.0/dom/events/DataTransferItemList.cpp:150:40: note: Function 'Add' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-60.1.0/dom/events/EventDispatcher.cpp:953:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-60.1.0/dom/events/EventDispatcher.cpp:948:38: note: outer condition: preVisitor.mDOMEvent
firefox-60.1.0/dom/events/EventDispatcher.cpp:953:19: note: identical inner condition: preVisitor.mDOMEvent
firefox-60.1.0/dom/events/EventDispatcher.cpp:626:34: warning: Possible null pointer dereference: piTarget [nullPointer]
firefox-60.1.0/dom/events/EventDispatcher.cpp:621:31: note: Assignment 'piTarget=win?win->GetParentTarget():nullptr', assigned value is 0
firefox-60.1.0/dom/events/EventDispatcher.cpp:626:34: note: Null pointer dereference
firefox-60.1.0/dom/events/EventDispatcher.cpp:82:8: style: Technically the member function 'mozilla::ELMCreationDetector::MayHaveNewListenerManager' can be const. [functionConst]
firefox-60.1.0/dom/events/EventDispatcher.cpp:88:8: style: Technically the member function 'mozilla::ELMCreationDetector::IsMainThread' can be const. [functionConst]
firefox-60.1.0/dom/events/EventDispatcher.cpp:218:8: style: Technically the member function 'mozilla::EventTargetChainItem::ForceContentDispatch' can be const. [functionConst]
firefox-60.1.0/dom/events/EventDispatcher.cpp:228:8: style: Technically the member function 'mozilla::EventTargetChainItem::WantsWillHandleEvent' can be const. [functionConst]
firefox-60.1.0/dom/events/EventDispatcher.cpp:238:8: style: Technically the member function 'mozilla::EventTargetChainItem::WantsPreHandleEvent' can be const. [functionConst]
firefox-60.1.0/dom/events/EventDispatcher.cpp:248:8: style: Technically the member function 'mozilla::EventTargetChainItem::PreHandleEventOnly' can be const. [functionConst]
firefox-60.1.0/dom/events/EventDispatcher.cpp:258:8: style: Technically the member function 'mozilla::EventTargetChainItem::IsRootOfClosedTree' can be const. [functionConst]
firefox-60.1.0/dom/events/EventDispatcher.cpp:268:8: style: Technically the member function 'mozilla::EventTargetChainItem::IsSlotInClosedTree' can be const. [functionConst]
firefox-60.1.0/dom/events/EventDispatcher.cpp:278:8: style: Technically the member function 'mozilla::EventTargetChainItem::IsChromeHandler' can be const. [functionConst]
firefox-60.1.0/dom/events/EventDispatcher.cpp:288:8: style: Technically the member function 'mozilla::EventTargetChainItem::MayHaveListenerManager' can be const. [functionConst]
firefox-60.1.0/dom/events/EventListenerManager.cpp:625:13: style: The scope of the variable 'listener' can be reduced. [variableScope]
firefox-60.1.0/dom/events/EventListenerManager.cpp:727:13: style: The scope of the variable 'listener' can be reduced. [variableScope]
firefox-60.1.0/dom/events/EventStateManager.cpp:2898:40: warning: Either the condition 'current' is redundant or there is possible null pointer dereference: current. [nullPointerRedundantCheck]
firefox-60.1.0/dom/events/EventStateManager.cpp:2891:9: note: Assuming that condition 'current' is not redundant
firefox-60.1.0/dom/events/EventStateManager.cpp:2898:40: note: Null pointer dereference
firefox-60.1.0/dom/events/IMEContentObserver.cpp:630:55: style: Function 'IsManaging' argument 1 names different: declaration 'aTextComposition' definition 'aComposition'. [funcArgNamesDifferent]
firefox-60.1.0/dom/events/IMEContentObserver.h:137:42: note: Function 'IsManaging' argument 1 names different: declaration 'aTextComposition' definition 'aComposition'.
firefox-60.1.0/dom/events/IMEContentObserver.cpp:630:55: note: Function 'IsManaging' argument 1 names different: declaration 'aTextComposition' definition 'aComposition'.
firefox-60.1.0/dom/events/IMEContentObserver.cpp:700:54: style: Function 'GetSelectionAndRoot' argument 2 names different: declaration 'aRoot' definition 'aRootContent'. [funcArgNamesDifferent]
firefox-60.1.0/dom/events/IMEContentObserver.h:154:45: note: Function 'GetSelectionAndRoot' argument 2 names different: declaration 'aRoot' definition 'aRootContent'.
firefox-60.1.0/dom/events/IMEContentObserver.cpp:700:54: note: Function 'GetSelectionAndRoot' argument 2 names different: declaration 'aRoot' definition 'aRootContent'.
firefox-60.1.0/dom/events/IMEStateManager.cpp:147:36: warning: Either the condition 'newTabParent?IMEState(IMEState::DISABLED):GetNewIMEState(aPresContext,aContent)' is redundant or there is possible null pointer dereference: aTabParent2. [nullPointerRedundantCheck]
firefox-60.1.0/dom/events/IMEStateManager.cpp:595:18: note: Assuming that condition 'newTabParent?IMEState(IMEState::DISABLED):GetNewIMEState(aPresContext,aContent)' is not redundant
firefox-60.1.0/dom/events/IMEStateManager.cpp:572:60: note: Calling function 'IsSameProcess', 2nd argument 'aTabParent2' value is 0
firefox-60.1.0/dom/events/IMEStateManager.cpp:147:36: note: Null pointer dereference
firefox-60.1.0/dom/events/PointerEventHandler.h:179:15: style: Unused private function: 'PointerEventHandler::GetPointerPrimaryState' [unusedPrivateFunction]
firefox-60.1.0/dom/events/PointerEventHandler.h:38:8: style: Technically the member function 'mozilla::PointerCaptureInfo::Empty' can be const. [functionConst]
firefox-60.1.0/dom/events/PointerEventHandler.cpp:514:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-60.1.0/dom/fetch/Fetch.cpp:834:67: style: Function 'OnResponseEnd' argument 1 names different: declaration 'eReason' definition 'aReason'. [funcArgNamesDifferent]
firefox-60.1.0/dom/fetch/Fetch.cpp:270:48: note: Function 'OnResponseEnd' argument 1 names different: declaration 'eReason' definition 'aReason'.
firefox-60.1.0/dom/fetch/Fetch.cpp:834:67: note: Function 'OnResponseEnd' argument 1 names different: declaration 'eReason' definition 'aReason'.
firefox-60.1.0/dom/fetch/Fetch.cpp:949:38: style: Function 'ExtractByteStreamFromBody' argument 3 names different: declaration 'aContentType' definition 'aContentTypeWithCharset'. [funcArgNamesDifferent]
firefox-60.1.0/dom/fetch/Fetch.h:73:38: note: Function 'ExtractByteStreamFromBody' argument 3 names different: declaration 'aContentType' definition 'aContentTypeWithCharset'.
firefox-60.1.0/dom/fetch/Fetch.cpp:949:38: note: Function 'ExtractByteStreamFromBody' argument 3 names different: declaration 'aContentType' definition 'aContentTypeWithCharset'.
firefox-60.1.0/dom/fetch/Fetch.cpp:77:1: style: The class 'AbortSignalProxy' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/fetch/InternalRequest.h:274:3: style: Technically the member function 'mozilla::dom::InternalRequest::GetReferrerPolicy' can be const. [functionConst]
firefox-60.1.0/dom/fetch/InternalRequest.h:315:3: performance: Technically the member function 'mozilla::dom::InternalRequest::SkipServiceWorker' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:321:3: performance: Technically the member function 'mozilla::dom::InternalRequest::SetSkipServiceWorker' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:327:3: performance: Technically the member function 'mozilla::dom::InternalRequest::IsSynchronous' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:357:3: performance: Technically the member function 'mozilla::dom::InternalRequest::GetResponseTainting' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:363:3: performance: Technically the member function 'mozilla::dom::InternalRequest::MaybeIncreaseResponseTainting' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:442:3: performance: Technically the member function 'mozilla::dom::InternalRequest::UnsafeRequest' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:448:3: performance: Technically the member function 'mozilla::dom::InternalRequest::SetUnsafeRequest' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:460:3: performance: Technically the member function 'mozilla::dom::InternalRequest::ForceOriginHeader' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:466:3: performance: Technically the member function 'mozilla::dom::InternalRequest::SameOriginDataURL' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:472:3: performance: Technically the member function 'mozilla::dom::InternalRequest::UnsetSameOriginDataURL' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.h:489:3: style: Technically the member function 'mozilla::dom::InternalRequest::GetBody' can be const. [functionConst]
firefox-60.1.0/dom/fetch/FetchConsumer.cpp:596:58: style: Function 'ContinueConsumeBody' argument 2 names different: declaration 'aLength' definition 'aResultLength'. [funcArgNamesDifferent]
firefox-60.1.0/dom/fetch/FetchConsumer.h:54:50: note: Function 'ContinueConsumeBody' argument 2 names different: declaration 'aLength' definition 'aResultLength'.
firefox-60.1.0/dom/fetch/FetchConsumer.cpp:596:58: note: Function 'ContinueConsumeBody' argument 2 names different: declaration 'aLength' definition 'aResultLength'.
firefox-60.1.0/dom/fetch/FetchStream.cpp:309:46: style: Function 'ErroredCallback' argument 5 names different: declaration 'reason' definition 'aReason'. [funcArgNamesDifferent]
firefox-60.1.0/dom/fetch/FetchStream.h:76:35: note: Function 'ErroredCallback' argument 5 names different: declaration 'reason' definition 'aReason'.
firefox-60.1.0/dom/fetch/FetchStream.cpp:309:46: note: Function 'ErroredCallback' argument 5 names different: declaration 'reason' definition 'aReason'.
firefox-60.1.0/dom/fetch/FetchStream.cpp:361:40: style: Function 'ErrorPropagation' argument 3 names different: declaration 'aRv' definition 'aError'. [funcArgNamesDifferent]
firefox-60.1.0/dom/fetch/FetchStream.h:82:71: note: Function 'ErrorPropagation' argument 3 names different: declaration 'aRv' definition 'aError'.
firefox-60.1.0/dom/fetch/FetchStream.cpp:361:40: note: Function 'ErrorPropagation' argument 3 names different: declaration 'aRv' definition 'aError'.
firefox-60.1.0/dom/fetch/FetchStream.cpp:477:70: style: Function 'CloseAndReleaseObjects' argument 2 names different: declaration 'aSteam' definition 'aStream'. [funcArgNamesDifferent]
firefox-60.1.0/dom/fetch/FetchStream.h:85:59: note: Function 'CloseAndReleaseObjects' argument 2 names different: declaration 'aSteam' definition 'aStream'.
firefox-60.1.0/dom/fetch/FetchStream.cpp:477:70: note: Function 'CloseAndReleaseObjects' argument 2 names different: declaration 'aSteam' definition 'aStream'.
firefox-60.1.0/dom/fetch/FetchStreamReader.cpp:401:3: warning: Either the condition 'workerPrivate' is redundant or there is possible null pointer dereference: workerPrivate. [nullPointerRedundantCheck]
firefox-60.1.0/dom/fetch/FetchStreamReader.cpp:391:7: note: Assuming that condition 'workerPrivate' is not redundant
firefox-60.1.0/dom/fetch/FetchStreamReader.cpp:401:3: note: Null pointer dereference
firefox-60.1.0/dom/fetch/InternalHeaders.cpp:486:10: performance: Technically the member function 'mozilla::dom::MaybeSortList::Comparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalHeaders.cpp:491:10: performance: Technically the member function 'mozilla::dom::MaybeSortList::Comparator::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/fetch/InternalRequest.cpp:151:18: warning: Member variable 'InternalRequest::mBodyStream' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/fetch/InternalRequest.cpp:151:18: warning: Member variable 'InternalRequest::mPreferredAlternativeDataType' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/fetch/InternalRequest.cpp:151:18: warning: Member variable 'InternalRequest::mPrincipalInfo' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/fetch/InternalRequest.h:90:1: warning: The class 'InternalRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/fetch/InternalResponse.cpp:151:35: style: Function 'Clone' argument 1 names different: declaration 'eCloneType' definition 'aCloneType'. [funcArgNamesDifferent]
firefox-60.1.0/dom/fetch/InternalResponse.h:55:54: note: Function 'Clone' argument 1 names different: declaration 'eCloneType' definition 'aCloneType'.
firefox-60.1.0/dom/fetch/InternalResponse.cpp:151:35: note: Function 'Clone' argument 1 names different: declaration 'eCloneType' definition 'aCloneType'.
firefox-60.1.0/dom/fetch/Request.cpp:287:61: style: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/fetch/Request.h:148:54: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-60.1.0/dom/fetch/Request.cpp:287:61: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-60.1.0/dom/fetch/Response.cpp:166:63: style: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/fetch/Response.h:124:55: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-60.1.0/dom/fetch/Response.cpp:166:63: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-60.1.0/dom/fetch/InternalHeaders.h:26:1: warning: The class 'InternalHeaders' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/file/File.cpp:80:29: style: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/File.h:60:43: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-60.1.0/dom/file/File.cpp:80:29: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-60.1.0/dom/file/File.cpp:86:26: style: Function 'GetName' argument 1 names different: declaration 'aName' definition 'aFileName'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/File.h:87:27: note: Function 'GetName' argument 1 names different: declaration 'aName' definition 'aFileName'.
firefox-60.1.0/dom/file/File.cpp:86:26: note: Function 'GetName' argument 1 names different: declaration 'aName' definition 'aFileName'.
firefox-60.1.0/dom/file/File.cpp:131:41: style: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aName' definition 'aFileName'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/File.h:98:42: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aName' definition 'aFileName'.
firefox-60.1.0/dom/file/File.cpp:131:41: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aName' definition 'aFileName'.
firefox-60.1.0/dom/file/File.cpp:167:34: style: Function 'CreateFromNsIFile' argument 2 names different: declaration 'aFile' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/File.h:82:30: note: Function 'CreateFromNsIFile' argument 2 names different: declaration 'aFile' definition 'aData'.
firefox-60.1.0/dom/file/File.cpp:167:34: note: Function 'CreateFromNsIFile' argument 2 names different: declaration 'aFile' definition 'aData'.
firefox-60.1.0/dom/file/File.cpp:181:43: style: Function 'CreateFromFileName' argument 2 names different: declaration 'aFilePath' definition 'aPath'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/File.h:74:39: note: Function 'CreateFromFileName' argument 2 names different: declaration 'aFilePath' definition 'aPath'.
firefox-60.1.0/dom/file/File.cpp:181:43: note: Function 'CreateFromFileName' argument 2 names different: declaration 'aFilePath' definition 'aPath'.
firefox-60.1.0/dom/file/FileBlobImpl.cpp:97:49: style: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/FileBlobImpl.h:42:50: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'.
firefox-60.1.0/dom/file/FileBlobImpl.cpp:97:49: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'.
firefox-60.1.0/dom/file/FileBlobImpl.cpp:238:50: style: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/FileBlobImpl.h:44:51: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-60.1.0/dom/file/FileBlobImpl.cpp:238:50: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-60.1.0/dom/file/FileReaderSync.h:32:12: performance: Technically the member function 'mozilla::dom::FileReaderSync::ConvertStream' can be static. [functionStatic]
firefox-60.1.0/dom/file/FileReaderSync.cpp:301:17: note: Technically the member function 'mozilla::dom::FileReaderSync::ConvertStream' can be static.
firefox-60.1.0/dom/file/FileReaderSync.h:32:12: note: Technically the member function 'mozilla::dom::FileReaderSync::ConvertStream' can be static.
firefox-60.1.0/dom/file/MultipartBlobImpl.cpp:58:55: style: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/MultipartBlobImpl.h:74:51: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-60.1.0/dom/file/MultipartBlobImpl.cpp:58:55: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-60.1.0/dom/file/MultipartBlobImpl.cpp:278:54: style: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/MultipartBlobImpl.h:82:50: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'.
firefox-60.1.0/dom/file/MultipartBlobImpl.cpp:278:54: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'.
firefox-60.1.0/dom/file/MultipartBlobImpl.cpp:326:50: style: Function 'InitializeChromeFile' argument 1 names different: declaration 'aData' definition 'aFile'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/MultipartBlobImpl.h:57:42: note: Function 'InitializeChromeFile' argument 1 names different: declaration 'aData' definition 'aFile'.
firefox-60.1.0/dom/file/MultipartBlobImpl.cpp:326:50: note: Function 'InitializeChromeFile' argument 1 names different: declaration 'aData' definition 'aFile'.
firefox-60.1.0/dom/file/MutableBlobStreamListener.cpp:13:97: style: Function 'MutableBlobStreamListener' argument 1 names different: declaration 'aType' definition 'aStorageType'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/MutableBlobStreamListener.h:28:72: note: Function 'MutableBlobStreamListener' argument 1 names different: declaration 'aType' definition 'aStorageType'.
firefox-60.1.0/dom/file/MutableBlobStreamListener.cpp:13:97: note: Function 'MutableBlobStreamListener' argument 1 names different: declaration 'aType' definition 'aStorageType'.
firefox-60.1.0/dom/file/MutableBlobStreamListener.cpp:91:60: style: Function 'WriteSegmentFun' argument 1 names different: declaration 'aWriter' definition 'aWriterStream'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/MutableBlobStreamListener.h:38:35: note: Function 'WriteSegmentFun' argument 1 names different: declaration 'aWriter' definition 'aWriterStream'.
firefox-60.1.0/dom/file/MutableBlobStreamListener.cpp:91:60: note: Function 'WriteSegmentFun' argument 1 names different: declaration 'aWriter' definition 'aWriterStream'.
firefox-60.1.0/dom/file/MutableBlobStreamListener.cpp:94:53: style: Function 'WriteSegmentFun' argument 4 names different: declaration 'aOffset' definition 'aToOffset'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/MutableBlobStreamListener.h:39:54: note: Function 'WriteSegmentFun' argument 4 names different: declaration 'aOffset' definition 'aToOffset'.
firefox-60.1.0/dom/file/MutableBlobStreamListener.cpp:94:53: note: Function 'WriteSegmentFun' argument 4 names different: declaration 'aOffset' definition 'aToOffset'.
firefox-60.1.0/dom/file/TemporaryFileBlobImpl.cpp:127:59: style: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/TemporaryFileBlobImpl.h:31:51: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-60.1.0/dom/file/TemporaryFileBlobImpl.cpp:127:59: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-60.1.0/dom/file/ipc/IPCBlobInputStream.cpp:442:69: style: Function 'MaybeExecuteInputStreamCallback' argument 2 names different: declaration 'aEventTarget' definition 'aCallbackEventTarget'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/ipc/IPCBlobInputStream.h:48:51: note: Function 'MaybeExecuteInputStreamCallback' argument 2 names different: declaration 'aEventTarget' definition 'aCallbackEventTarget'.
firefox-60.1.0/dom/file/ipc/IPCBlobInputStream.cpp:442:69: note: Function 'MaybeExecuteInputStreamCallback' argument 2 names different: declaration 'aEventTarget' definition 'aCallbackEventTarget'.
firefox-60.1.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-60.1.0/dom/file/ipc/PendingIPCBlobChild.cpp:14:3: performance: Variable 'mBlobImpl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/file/ipc/TemporaryIPCBlobChild.cpp:38:61: style: Function 'Recv__delete__' argument 1 names different: declaration 'aBlobOrError' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/ipc/TemporaryIPCBlobChild.h:46:40: note: Function 'Recv__delete__' argument 1 names different: declaration 'aBlobOrError' definition 'aData'.
firefox-60.1.0/dom/file/ipc/TemporaryIPCBlobChild.cpp:38:61: note: Function 'Recv__delete__' argument 1 names different: declaration 'aBlobOrError' definition 'aData'.
firefox-60.1.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-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:719:51: style: Function 'RemoveDataEntry' argument 2 names different: declaration 'aBroadcastToOTherProcesses' definition 'aBroadcastToOtherProcesses'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:78:36: note: Function 'RemoveDataEntry' argument 2 names different: declaration 'aBroadcastToOTherProcesses' definition 'aBroadcastToOtherProcesses'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:719:51: note: Function 'RemoveDataEntry' argument 2 names different: declaration 'aBroadcastToOTherProcesses' definition 'aBroadcastToOtherProcesses'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:855:57: style: Function 'GetProtocolFlags' argument 1 names different: declaration 'aProtocolFlags' definition 'result'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:45:41: note: Function 'GetProtocolFlags' argument 1 names different: declaration 'aProtocolFlags' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:855:57: note: Function 'GetProtocolFlags' argument 1 names different: declaration 'aProtocolFlags' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:874:51: style: Function 'GetProtocolFlags' argument 1 names different: declaration 'aProtocolFlags' definition 'result'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:104:41: note: Function 'GetProtocolFlags' argument 1 names different: declaration 'aProtocolFlags' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:874:51: note: Function 'GetProtocolFlags' argument 1 names different: declaration 'aProtocolFlags' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:883:49: style: Function 'NewURI' argument 2 names different: declaration 'aOriginCharset' definition 'aCharset'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:46:60: note: Function 'NewURI' argument 2 names different: declaration 'aOriginCharset' definition 'aCharset'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:883:49: note: Function 'NewURI' argument 2 names different: declaration 'aOriginCharset' definition 'aCharset'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:885:46: style: Function 'NewURI' argument 4 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:46:104: note: Function 'NewURI' argument 4 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:885:46: note: Function 'NewURI' argument 4 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:918:50: style: Function 'NewChannel2' argument 1 names different: declaration 'aURI' definition 'uri'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:47:34: note: Function 'NewChannel2' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:918:50: note: Function 'NewChannel2' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:919:55: style: Function 'NewChannel2' argument 2 names different: declaration 'aLoadinfo' definition 'aLoadInfo'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:47:53: note: Function 'NewChannel2' argument 2 names different: declaration 'aLoadinfo' definition 'aLoadInfo'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:919:55: note: Function 'NewChannel2' argument 2 names different: declaration 'aLoadinfo' definition 'aLoadInfo'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:920:55: style: Function 'NewChannel2' argument 3 names different: declaration '_retval' definition 'result'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:47:78: note: Function 'NewChannel2' argument 3 names different: declaration '_retval' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:920:55: note: Function 'NewChannel2' argument 3 names different: declaration '_retval' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1009:49: style: Function 'NewChannel' argument 1 names different: declaration 'aURI' definition 'uri'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:48:33: note: Function 'NewChannel' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1009:49: note: Function 'NewChannel' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1009:67: style: Function 'NewChannel' argument 2 names different: declaration '_retval' definition 'result'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:48:53: note: Function 'NewChannel' argument 2 names different: declaration '_retval' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1009:67: note: Function 'NewChannel' argument 2 names different: declaration '_retval' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1031:56: style: Function 'GetProtocolFlags' argument 1 names different: declaration 'aProtocolFlags' definition 'result'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:111:41: note: Function 'GetProtocolFlags' argument 1 names different: declaration 'aProtocolFlags' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1031:56: note: Function 'GetProtocolFlags' argument 1 names different: declaration 'aProtocolFlags' definition 'result'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1120:48: style: Function 'NewURI' argument 2 names different: declaration 'aOriginCharset' definition 'aCharset'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:114:33: note: Function 'NewURI' argument 2 names different: declaration 'aOriginCharset' definition 'aCharset'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1120:48: note: Function 'NewURI' argument 2 names different: declaration 'aOriginCharset' definition 'aCharset'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1122:45: style: Function 'NewURI' argument 4 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.h:116:30: note: Function 'NewURI' argument 4 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/dom/file/nsHostObjectProtocolHandler.cpp:1122:45: note: Function 'NewURI' argument 4 names different: declaration '_retval' definition 'aResult'.
firefox-60.1.0/dom/file/nsHostObjectURI.cpp:160:46: style: Function 'SetScheme' argument 1 names different: declaration 'aProtocol' definition 'aScheme'. [funcArgNamesDifferent]
firefox-60.1.0/dom/file/nsHostObjectURI.h:79:40: note: Function 'SetScheme' argument 1 names different: declaration 'aProtocol' definition 'aScheme'.
firefox-60.1.0/dom/file/nsHostObjectURI.cpp:160:46: note: Function 'SetScheme' argument 1 names different: declaration 'aProtocol' definition 'aScheme'.
firefox-60.1.0/dom/filehandle/ActorsParent.cpp:1275:68: style: Function 'StoragesCompleteCallback' argument 1 names different: declaration 'aDatabaseIds' definition 'aDirectoryIds'. [funcArgNamesDifferent]
firefox-60.1.0/dom/filehandle/ActorsParent.cpp:173:50: note: Function 'StoragesCompleteCallback' argument 1 names different: declaration 'aDatabaseIds' definition 'aDirectoryIds'.
firefox-60.1.0/dom/filehandle/ActorsParent.cpp:1275:68: note: Function 'StoragesCompleteCallback' argument 1 names different: declaration 'aDatabaseIds' definition 'aDirectoryIds'.
firefox-60.1.0/dom/filehandle/ActorsParent.h:69:3: performance: Technically the member function 'mozilla::dom::FileHandleThreadPool::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-60.1.0/dom/filehandle/ActorsParent.cpp:568:3: style: Class 'CopyFileHandleOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/filehandle/ActorsParent.cpp:1191:48: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.0/dom/filesystem/GetFilesHelper.cpp:419:51: style: Function 'AddExploredDirectory' argument 1 names different: declaration 'aDirectory' definition 'aDir'. [funcArgNamesDifferent]
firefox-60.1.0/dom/filesystem/GetFilesHelper.h:59:33: note: Function 'AddExploredDirectory' argument 1 names different: declaration 'aDirectory' definition 'aDir'.
firefox-60.1.0/dom/filesystem/GetFilesHelper.cpp:419:51: note: Function 'AddExploredDirectory' argument 1 names different: declaration 'aDirectory' definition 'aDir'.
firefox-60.1.0/dom/filesystem/GetFilesHelper.cpp:457:50: style: Function 'ShouldFollowSymLink' argument 1 names different: declaration 'aDirectory' definition 'aDir'. [funcArgNamesDifferent]
firefox-60.1.0/dom/filesystem/GetFilesHelper.h:62:32: note: Function 'ShouldFollowSymLink' argument 1 names different: declaration 'aDirectory' definition 'aDir'.
firefox-60.1.0/dom/filesystem/GetFilesHelper.cpp:457:50: note: Function 'ShouldFollowSymLink' argument 1 names different: declaration 'aDirectory' definition 'aDir'.
firefox-60.1.0/dom/filesystem/GetFilesHelper.cpp:554:40: style: Function 'Finished' argument 1 names different: declaration 'aResult' definition 'aError'. [funcArgNamesDifferent]
firefox-60.1.0/dom/filesystem/GetFilesHelper.h:174:21: note: Function 'Finished' argument 1 names different: declaration 'aResult' definition 'aError'.
firefox-60.1.0/dom/filesystem/GetFilesHelper.cpp:554:40: note: Function 'Finished' argument 1 names different: declaration 'aResult' definition 'aError'.
firefox-60.1.0/dom/filesystem/GetFilesHelper.cpp:202:25: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/dom/filesystem/OSFileSystem.cpp:92:23: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/dom/filesystem/compat/FileSystem.cpp:51:41: style: Function 'FileSystem' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-60.1.0/dom/filesystem/compat/FileSystem.h:61:40: note: Function 'FileSystem' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'.
firefox-60.1.0/dom/filesystem/compat/FileSystem.cpp:51:41: note: Function 'FileSystem' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'.
firefox-60.1.0/dom/filesystem/compat/FileSystemDirectoryEntry.cpp:54:50: style: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'. [funcArgNamesDifferent]
firefox-60.1.0/dom/filesystem/compat/FileSystemDirectoryEntry.h:43:26: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-60.1.0/dom/filesystem/compat/FileSystemDirectoryEntry.cpp:54:50: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-60.1.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-60.1.0/dom/filesystem/compat/FileSystemEntry.cpp:52:51: style: Function 'FileSystemEntry' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-60.1.0/dom/filesystem/compat/FileSystemEntry.h:75:36: note: Function 'FileSystemEntry' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'.
firefox-60.1.0/dom/filesystem/compat/FileSystemEntry.cpp:52:51: note: Function 'FileSystemEntry' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'.
firefox-60.1.0/dom/filesystem/compat/FileSystemFileEntry.cpp:86:45: style: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'. [funcArgNamesDifferent]
firefox-60.1.0/dom/filesystem/compat/FileSystemFileEntry.h:42:26: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-60.1.0/dom/filesystem/compat/FileSystemFileEntry.cpp:86:45: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-60.1.0/dom/filesystem/compat/FileSystemRootDirectoryEntry.cpp:42:54: style: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'. [funcArgNamesDifferent]
firefox-60.1.0/dom/filesystem/compat/FileSystemRootDirectoryEntry.h:29:26: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-60.1.0/dom/filesystem/compat/FileSystemRootDirectoryEntry.cpp:42:54: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-60.1.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-60.1.0/dom/gamepad/GamepadHapticActuator.cpp:59:21: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-60.1.0/dom/gamepad/GamepadPlatformService.cpp:271:8: style: The scope of the variable 'isChannelParentEmpty' can be reduced. [variableScope]
firefox-60.1.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-60.1.0/dom/gamepad/GamepadServiceTest.h:43:32: note: Function 'NewButtonEvent' argument order different: declaration 'aIndex, aButton, aPressed, aTouched' definition 'aIndex, aButton, aTouched, aPressed'
firefox-60.1.0/dom/gamepad/GamepadServiceTest.cpp:146:45: note: Function 'NewButtonEvent' argument order different: declaration 'aIndex, aButton, aPressed, aTouched' definition 'aIndex, aButton, aTouched, aPressed'
firefox-60.1.0/dom/gamepad/cocoa/CocoaGamepad.cpp:454:35: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/dom/gamepad/cocoa/CocoaGamepad.cpp:462:35: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/dom/gamepad/cocoa/CocoaGamepad.cpp:472:35: style: C-style pointer casting [cstyleCast]
firefox-60.1.0/dom/gamepad/cocoa/CocoaGamepad.cpp:86:3: warning: Member variable 'Gamepad::mDpadState' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/gamepad/cocoa/CocoaGamepad.cpp:142:8: performance: Technically the member function '::AxisComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/gamepad/cocoa/CocoaGamepad.cpp:146:8: performance: Technically the member function '::AxisComparator::LessThan' can be static. [functionStatic]
firefox-60.1.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-60.1.0/dom/gamepad/ipc/GamepadTestChannelParent.cpp:17:74: style: Function 'RecvGamepadTestEvent' argument 2 names different: declaration 'aGamepadEvent' definition 'aEvent'. [funcArgNamesDifferent]
firefox-60.1.0/dom/gamepad/ipc/GamepadTestChannelParent.h:24:50: note: Function 'RecvGamepadTestEvent' argument 2 names different: declaration 'aGamepadEvent' definition 'aEvent'.
firefox-60.1.0/dom/gamepad/ipc/GamepadTestChannelParent.cpp:17:74: note: Function 'RecvGamepadTestEvent' argument 2 names different: declaration 'aGamepadEvent' definition 'aEvent'.
firefox-60.1.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-60.1.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_new' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_unref' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_device_unref' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_enumerate_new' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_enumerate_unref' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.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-60.1.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_monitor_unref' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/gamepad/linux/udev.h:68:12: style: Technically the member function 'mozilla::udev_lib::operatorbool' can be const. [functionConst]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:344:7: style: Condition '!sIsShutdown' is always true [knownConditionTrueFalse]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:758:8: style: The scope of the variable 'hasDpad' can be reduced. [variableScope]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:442:60: style: Function 'XInputMessageLoopOnceCallback' argument 2 names different: declaration 'aClosure' definition 'aService'. [funcArgNamesDifferent]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:382:69: note: Function 'XInputMessageLoopOnceCallback' argument 2 names different: declaration 'aClosure' definition 'aService'.
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:442:60: note: Function 'XInputMessageLoopOnceCallback' argument 2 names different: declaration 'aClosure' definition 'aService'.
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:138:3: warning: Member variable 'Gamepad::id' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::type' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::id' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::numAxes' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::numButtons' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::hasDpad' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::present' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:355:3: warning: Member variable 'WindowsGamepadService::mIsXInputMonitoring' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:357:5: performance: Variable 'mDirectInputTimer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:195:12: style: Technically the member function '::XInputLoader::operatorbool' can be const. [functionConst]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:309:12: style: Technically the member function '::HIDLoader::operatorbool' can be const. [functionConst]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:395:8: performance: Technically the member function '::WindowsGamepadService::CheckXInputChanges' can be static. [functionStatic]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:574:29: note: Technically the member function '::WindowsGamepadService::CheckXInputChanges' can be static.
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:395:8: note: Technically the member function '::WindowsGamepadService::CheckXInputChanges' can be static.
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:632:8: performance: Technically the member function '::HidValueComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/gamepad/windows/WindowsGamepad.cpp:636:8: performance: Technically the member function '::HidValueComparator::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/geolocation/MLSFallback.cpp:14:35: style: Function 'MLSFallback' argument 1 names different: declaration 'delayMs' definition 'delay'. [funcArgNamesDifferent]
firefox-60.1.0/dom/geolocation/MLSFallback.h:39:33: note: Function 'MLSFallback' argument 1 names different: declaration 'delayMs' definition 'delay'.
firefox-60.1.0/dom/geolocation/MLSFallback.cpp:14:35: note: Function 'MLSFallback' argument 1 names different: declaration 'delayMs' definition 'delay'.
firefox-60.1.0/dom/geolocation/nsGeoPosition.cpp:100:5: performance: Variable 'mCoords' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/geolocation/nsGeolocation.cpp:287:63: style: Function 'NotifyCallback' argument 1 names different: declaration 'callback' definition 'aCallback'. [funcArgNamesDifferent]
firefox-60.1.0/dom/geolocation/nsGeolocation.h:259:55: note: Function 'NotifyCallback' argument 1 names different: declaration 'callback' definition 'aCallback'.
firefox-60.1.0/dom/geolocation/nsGeolocation.cpp:287:63: note: Function 'NotifyCallback' argument 1 names different: declaration 'callback' definition 'aCallback'.
firefox-60.1.0/dom/geolocation/nsGeolocation.cpp:557:55: style: Function 'SendLocation' argument 1 names different: declaration 'aLocation' definition 'aPosition'. [funcArgNamesDifferent]
firefox-60.1.0/dom/geolocation/nsGeolocation.cpp:90:40: note: Function 'SendLocation' argument 1 names different: declaration 'aLocation' definition 'aPosition'.
firefox-60.1.0/dom/geolocation/nsGeolocation.cpp:557:55: note: Function 'SendLocation' argument 1 names different: declaration 'aLocation' definition 'aPosition'.
firefox-60.1.0/dom/geolocation/nsGeolocation.cpp:1122:50: style: Function 'RemoveRequest' argument 1 names different: declaration 'request' definition 'aRequest'. [funcArgNamesDifferent]
firefox-60.1.0/dom/geolocation/nsGeolocation.h:162:44: note: Function 'RemoveRequest' argument 1 names different: declaration 'request' definition 'aRequest'.
firefox-60.1.0/dom/geolocation/nsGeolocation.cpp:1122:50: note: Function 'RemoveRequest' argument 1 names different: declaration 'request' definition 'aRequest'.
firefox-60.1.0/dom/geolocation/nsGeolocation.h:69:3: warning: Member variable 'nsGeolocationService::mLastPosition' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/geolocation/nsGeolocation.h:125:1: style: The class 'Geolocation' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/geolocation/nsGeolocation.h:240:1: style: The class 'PositionError' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/geolocation/nsGeolocation.cpp:64:1: style: The class 'nsGeolocationRequest' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.0/dom/html/HTMLBodyElement.cpp:80:64: style: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/HTMLBodyElement.h:161:61: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-60.1.0/dom/html/HTMLBodyElement.cpp:80:64: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-60.1.0/dom/html/HTMLDivElement.cpp:64:63: style: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/HTMLDivElement.h:49:61: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-60.1.0/dom/html/HTMLDivElement.cpp:64:63: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-60.1.0/dom/html/HTMLFontElement.cpp:59:64: style: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/HTMLFontElement.h:65:61: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-60.1.0/dom/html/HTMLFontElement.cpp:59:64: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-60.1.0/dom/html/HTMLFormElement.cpp:1179:16: style: The scope of the variable 'element' can be reduced. [variableScope]
firefox-60.1.0/dom/html/HTMLFormElement.cpp:1210:55: style: Function 'AddElement' argument 1 names different: declaration 'aElement' definition 'aChild'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/HTMLFormElement.h:166:49: note: Function 'AddElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-60.1.0/dom/html/HTMLFormElement.cpp:1210:55: note: Function 'AddElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-60.1.0/dom/html/HTMLFormElement.cpp:2035:38: style: Function 'UpdateValidity' argument 1 names different: declaration 'aElementValidityState' definition 'aElementValidity'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/HTMLFormElement.h:262:28: note: Function 'UpdateValidity' argument 1 names different: declaration 'aElementValidityState' definition 'aElementValidity'.
firefox-60.1.0/dom/html/HTMLFormElement.cpp:2035:38: note: Function 'UpdateValidity' argument 1 names different: declaration 'aElementValidityState' definition 'aElementValidity'.
firefox-60.1.0/dom/html/HTMLFormElement.cpp:2487:52: style: Function 'AddImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/HTMLFormElement.h:207:46: note: Function 'AddImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-60.1.0/dom/html/HTMLFormElement.cpp:2487:52: note: Function 'AddImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-60.1.0/dom/html/HTMLFormElement.cpp:2501:55: style: Function 'RemoveImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/HTMLFormElement.h:186:49: note: Function 'RemoveImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-60.1.0/dom/html/HTMLFormElement.cpp:2501:55: note: Function 'RemoveImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-60.1.0/dom/html/HTMLFormSubmission.cpp:662:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/dom/html/HTMLFormSubmission.cpp:659:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/html/HTMLFormSubmission.cpp:662:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/html/HTMLFormSubmission.cpp:739:44: style: Function 'GetEncodedSubmission' argument 3 names different: declaration 'aPostDataStreaLength' definition 'aPostDataStreamLength'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/HTMLFormSubmission.cpp:699:33: note: Function 'GetEncodedSubmission' argument 3 names different: declaration 'aPostDataStreaLength' definition 'aPostDataStreamLength'.
firefox-60.1.0/dom/html/HTMLFormSubmission.cpp:739:44: note: Function 'GetEncodedSubmission' argument 3 names different: declaration 'aPostDataStreaLength' definition 'aPostDataStreamLength'.
firefox-60.1.0/dom/html/HTMLFormSubmission.cpp:834:69: style: Function 'EncodeVal' argument 2 names different: declaration 'aResult' definition 'aOut'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/HTMLFormSubmission.h:144:56: note: Function 'EncodeVal' argument 2 names different: declaration 'aResult' definition 'aOut'.
firefox-60.1.0/dom/html/HTMLFormSubmission.cpp:834:69: note: Function 'EncodeVal' argument 2 names different: declaration 'aResult' definition 'aOut'.
firefox-60.1.0/dom/html/HTMLFormSubmission.h:175:8: style: Technically the member function 'mozilla::dom::FSMultipartFormData::GetContentType' can be const. [functionConst]
firefox-60.1.0/dom/html/HTMLImageElement.cpp:89:5: performance: Variable 'mDocument' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.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-60.1.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-60.1.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-60.1.0/dom/html/HTMLInputElement.cpp:4961:34: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-60.1.0/dom/html/HTMLInputElement.cpp:4961:34: note: Opposite expression on both sides of '&&'.
firefox-60.1.0/dom/html/HTMLInputElement.cpp:4961:34: note: Opposite expression on both sides of '&&'.
firefox-60.1.0/dom/html/HTMLInputElement.cpp:442:21: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/dom/html/HTMLInputElement.cpp:457:21: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/dom/html/HTMLMediaElement.cpp:1486:0: error: syntax error [syntaxError]
firefox-60.1.0/dom/html/ImageDocument.cpp:757:52: warning: Logical conjunction always evaluates to false: imageWasOverflowing && !(ImageIsOverflowing()). [incorrectLogicOperator]
firefox-60.1.0/dom/html/ImageDocument.cpp:757:52: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-60.1.0/dom/html/ImageDocument.cpp:757:52: note: Opposite expression on both sides of '&&'.
firefox-60.1.0/dom/html/ImageDocument.cpp:757:52: note: Opposite expression on both sides of '&&'.
firefox-60.1.0/dom/html/ImageDocument.cpp:531:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-60.1.0/dom/html/MediaDocument.cpp:32:3: performance: Variable 'mDocument' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/html/HTMLInputElement.h:1793:7: performance: Variable 'mTitle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/html/HTMLInputElement.h:1794:7: performance: Variable 'mFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/html/HTMLInputElement.h:1780:3: warning: The struct 'nsFilePickerFilter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/html/TextTrackManager.cpp:525:11: style: Unused private function: 'CompareSimpleTextTrackEvents::TrackChildPosition' [unusedPrivateFunction]
firefox-60.1.0/dom/html/TextTrackManager.cpp:542:8: performance: Technically the member function 'mozilla::dom::CompareSimpleTextTrackEvents::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/html/TextTrackManager.cpp:547:8: performance: Technically the member function 'mozilla::dom::CompareSimpleTextTrackEvents::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/html/input/InputType.h:240:27: style: Technically the member function 'DoNotDelete::operator()' can be const. [functionConst]
firefox-60.1.0/dom/html/input/DateTimeInputTypes.h:45:8: performance: Technically the member function 'DateTimeInputTypeBase::GetTimeFromMs' can be static. [functionStatic]
firefox-60.1.0/dom/html/input/DateTimeInputTypes.cpp:154:24: note: Technically the member function 'DateTimeInputTypeBase::GetTimeFromMs' can be static.
firefox-60.1.0/dom/html/input/DateTimeInputTypes.h:45:8: note: Technically the member function 'DateTimeInputTypeBase::GetTimeFromMs' can be static.
firefox-60.1.0/dom/html/nsBrowserElement.h:105:8: style: Technically the member function 'mozilla::nsBrowserElement::IsBrowserElementOrThrow' can be const. [functionConst]
firefox-60.1.0/dom/html/nsBrowserElement.cpp:29:19: note: Technically the member function 'mozilla::nsBrowserElement::IsBrowserElementOrThrow' can be const.
firefox-60.1.0/dom/html/nsBrowserElement.h:105:8: note: Technically the member function 'mozilla::nsBrowserElement::IsBrowserElementOrThrow' can be const.
firefox-60.1.0/dom/html/nsGenericHTMLElement.cpp:181:51: style: Function 'GetAccessKeyLabel' argument 1 names different: declaration 'aAccessKeyLabel' definition 'aLabel'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsGenericHTMLElement.h:112:36: note: Function 'GetAccessKeyLabel' argument 1 names different: declaration 'aAccessKeyLabel' definition 'aLabel'.
firefox-60.1.0/dom/html/nsGenericHTMLElement.cpp:181:51: note: Function 'GetAccessKeyLabel' argument 1 names different: declaration 'aAccessKeyLabel' definition 'aLabel'.
firefox-60.1.0/dom/html/nsGenericHTMLFrameElement.cpp:334:55: style: Function 'AfterSetAttr' argument 5 names different: declaration 'aSubjectPrincipal' definition 'aMaybeScriptedPrincipal'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsGenericHTMLFrameElement.h:117:47: note: Function 'AfterSetAttr' argument 5 names different: declaration 'aSubjectPrincipal' definition 'aMaybeScriptedPrincipal'.
firefox-60.1.0/dom/html/nsGenericHTMLFrameElement.cpp:334:55: note: Function 'AfterSetAttr' argument 5 names different: declaration 'aSubjectPrincipal' definition 'aMaybeScriptedPrincipal'.
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:511:14: style: The scope of the variable 'childCount' can be reduced. [variableScope]
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:306:43: style: Function 'IsCurrentContainer' argument 1 names different: declaration 'mType' definition 'aTag'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:197:41: note: Function 'IsCurrentContainer' argument 1 names different: declaration 'mType' definition 'aTag'.
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:306:43: note: Function 'IsCurrentContainer' argument 1 names different: declaration 'mType' definition 'aTag'.
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:877:44: style: Function 'OpenContainer' argument 1 names different: declaration 'aNodeType' definition 'aElementType'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:138:40: note: Function 'OpenContainer' argument 1 names different: declaration 'aNodeType' definition 'aElementType'.
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:877:44: note: Function 'OpenContainer' argument 1 names different: declaration 'aNodeType' definition 'aElementType'.
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:206:8: style: Unused private function: 'SinkContext::HaveNotifiedForCurrentContent' [unusedPrivateFunction]
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:197:12: style: Technically the member function 'SinkContext::IsCurrentContainer' can be const. [functionConst]
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:306:14: note: Technically the member function 'SinkContext::IsCurrentContainer' can be const.
firefox-60.1.0/dom/html/nsHTMLContentSink.cpp:197:12: note: Technically the member function 'SinkContext::IsCurrentContainer' can be const.
firefox-60.1.0/dom/html/nsHTMLDNSPrefetch.cpp:275:33: warning: Member variable 'nsDeferrals::mEntries' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/html/nsHTMLDNSPrefetch.cpp:281:3: performance: Variable 'mTimer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:1617:5: style: Variable 'executor' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:1616:0: note: Variable 'executor' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:1617:5: note: Variable 'executor' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:2143:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:2125:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:2143:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:272:50: style: Function 'TryHintCharset' argument 1 names different: declaration 'aContentViewer' definition 'aCv'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLDocument.h:339:48: note: Function 'TryHintCharset' argument 1 names different: declaration 'aContentViewer' definition 'aCv'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:272:50: note: Function 'TryHintCharset' argument 1 names different: declaration 'aContentViewer' definition 'aCv'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:371:43: style: Function 'TryParentCharset' argument 2 names different: declaration 'charsetSource' definition 'aCharsetSource'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLDocument.h:350:34: note: Function 'TryParentCharset' argument 2 names different: declaration 'charsetSource' definition 'aCharsetSource'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:371:43: note: Function 'TryParentCharset' argument 2 names different: declaration 'charsetSource' definition 'aCharsetSource'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:420:50: style: Function 'TryTLD' argument 2 names different: declaration 'aCharset' definition 'aEncoding'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLDocument.h:352:66: note: Function 'TryTLD' argument 2 names different: declaration 'aCharset' definition 'aEncoding'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:420:50: note: Function 'TryTLD' argument 2 names different: declaration 'aCharset' definition 'aEncoding'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:944:68: style: Function 'RegistrableDomainSuffixOfInternal' argument 1 names different: declaration 'aHostSuffixString' definition 'aNewDomain'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLDocument.h:268:79: note: Function 'RegistrableDomainSuffixOfInternal' argument 1 names different: declaration 'aHostSuffixString' definition 'aNewDomain'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:944:68: note: Function 'RegistrableDomainSuffixOfInternal' argument 1 names different: declaration 'aHostSuffixString' definition 'aNewDomain'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:1940:42: style: Function 'GetVlinkColor' argument 1 names different: declaration 'aAvlinkColor' definition 'aVlinkColor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLDocument.h:224:33: note: Function 'GetVlinkColor' argument 1 names different: declaration 'aAvlinkColor' definition 'aVlinkColor'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:1940:42: note: Function 'GetVlinkColor' argument 1 names different: declaration 'aAvlinkColor' definition 'aVlinkColor'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:2721:60: style: Function 'GetMidasCommandManager' argument 1 names different: declaration 'aCommandManager' definition 'aCmdMgr'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLDocument.h:378:57: note: Function 'GetMidasCommandManager' argument 1 names different: declaration 'aCommandManager' definition 'aCmdMgr'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:2721:60: note: Function 'GetMidasCommandManager' argument 1 names different: declaration 'aCommandManager' definition 'aCmdMgr'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:2954:37: style: Function 'ConvertToMidasInternalCommand' argument 5 names different: declaration 'isBoolean' definition 'outIsBoolean'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:140:51: note: Function 'ConvertToMidasInternalCommand' argument 5 names different: declaration 'isBoolean' definition 'outIsBoolean'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:2954:37: note: Function 'ConvertToMidasInternalCommand' argument 5 names different: declaration 'isBoolean' definition 'outIsBoolean'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:2955:37: style: Function 'ConvertToMidasInternalCommand' argument 6 names different: declaration 'boolValue' definition 'outBooleanValue'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:141:51: note: Function 'ConvertToMidasInternalCommand' argument 6 names different: declaration 'boolValue' definition 'outBooleanValue'.
firefox-60.1.0/dom/html/nsHTMLDocument.cpp:2955:37: note: Function 'ConvertToMidasInternalCommand' argument 6 names different: declaration 'boolValue' definition 'outBooleanValue'.
firefox-60.1.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-60.1.0/dom/html/nsIConstraintValidation.cpp:193:34: note: 'previousValidity' is assigned value 'IsValid()' here.
firefox-60.1.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-60.1.0/dom/html/nsTextEditorState.cpp:384:55: style: Function 'SetDisplaySelection' argument 1 names different: declaration 'toggle' definition 'aToggle'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsTextEditorState.cpp:290:42: note: Function 'SetDisplaySelection' argument 1 names different: declaration 'toggle' definition 'aToggle'.
firefox-60.1.0/dom/html/nsTextEditorState.cpp:384:55: note: Function 'SetDisplaySelection' argument 1 names different: declaration 'toggle' definition 'aToggle'.
firefox-60.1.0/dom/html/nsTextEditorState.cpp:394:56: style: Function 'GetDisplaySelection' argument 1 names different: declaration '_retval' definition 'aToggle'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsTextEditorState.cpp:291:43: note: Function 'GetDisplaySelection' argument 1 names different: declaration '_retval' definition 'aToggle'.
firefox-60.1.0/dom/html/nsTextEditorState.cpp:394:56: note: Function 'GetDisplaySelection' argument 1 names different: declaration '_retval' definition 'aToggle'.
firefox-60.1.0/dom/html/nsTextEditorState.cpp:404:53: style: Function 'SetSelectionFlags' argument 1 names different: declaration 'aInEnable' definition 'aToggle'. [funcArgNamesDifferent]
firefox-60.1.0/dom/html/nsTextEditorState.cpp:292:40: note: Function 'SetSelectionFlags' argument 1 names different: declaration 'aInEnable' definition 'aToggle'.
firefox-60.1.0/dom/html/nsTextEditorState.cpp:404:53: note: Function 'SetSelectionFlags' argument 1 names different: declaration 'aInEnable' definition 'aToggle'.
firefox-60.1.0/dom/html/nsTextEditorState.cpp:1152:28: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/dom/html/nsTextEditorState.cpp:272:1: style: The class 'nsTextInputSelectionImpl' does not have a constructor although it has private member variables. [noConstructor]
firefox-60.1.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-60.1.0/dom/indexedDB/ActorsChild.cpp:1165:8: note: Assuming that condition 'if(mThreadLocalSlot)' is not redundant
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:1163:38: note: Null pointer dereference
firefox-60.1.0/dom/indexedDB/IndexedDatabaseInlines.h:64:56: style: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IndexedDatabase.h:81:53: note: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-60.1.0/dom/indexedDB/IndexedDatabaseInlines.h:64:56: note: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-60.1.0/dom/indexedDB/IndexedDatabaseInlines.h:80:66: style: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IndexedDatabase.h:89:76: note: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-60.1.0/dom/indexedDB/IndexedDatabaseInlines.h:80:66: note: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-60.1.0/dom/indexedDB/IndexedDatabaseInlines.h:95:62: style: Function 'operator=' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IndexedDatabase.h:85:39: note: Function 'operator=' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-60.1.0/dom/indexedDB/IndexedDatabaseInlines.h:95:62: note: Function 'operator=' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:2052:63: style: Function 'BackgroundDatabaseChild' argument 2 names different: declaration 'aOpenRequest' definition 'aOpenRequestActor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/ActorsChild.h:351:58: note: Function 'BackgroundDatabaseChild' argument 2 names different: declaration 'aOpenRequest' definition 'aOpenRequestActor'.
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:2052:63: note: Function 'BackgroundDatabaseChild' argument 2 names different: declaration 'aOpenRequest' definition 'aOpenRequestActor'.
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:2563:62: style: Function 'SetDOMTransaction' argument 1 names different: declaration 'aDOMObject' definition 'aTransaction'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/ActorsChild.h:518:37: note: Function 'SetDOMTransaction' argument 1 names different: declaration 'aDOMObject' definition 'aTransaction'.
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:2563:62: note: Function 'SetDOMTransaction' argument 1 names different: declaration 'aDOMObject' definition 'aTransaction'.
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:3645:47: style: Function 'DataIsReady' argument 1 names different: declaration 'aInputStream' definition 'aStream'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:1567:31: note: Function 'DataIsReady' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:3645:47: note: Function 'DataIsReady' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:3845:48: style: Function 'HandleResponse' argument 1 names different: declaration 'aResponse' definition 'aResponses'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/ActorsChild.h:849:61: note: Function 'HandleResponse' argument 1 names different: declaration 'aResponse' definition 'aResponses'.
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:3845:48: note: Function 'HandleResponse' argument 1 names different: declaration 'aResponse' definition 'aResponses'.
firefox-60.1.0/dom/indexedDB/IndexedDatabaseInlines.h:57:26: warning: Member variable 'StructuredCloneReadInfo::mDatabase' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/indexedDB/IndexedDatabaseInlines.h:57:26: warning: Member variable 'StructuredCloneReadInfo::mHasPreprocessInfo' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/indexedDB/ActorsChild.h:76:3: performance: Technically the member function 'mozilla::dom::indexedDB::ThreadLocal::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/ActorsChild.h:229:3: performance: Technically the member function 'mozilla::dom::indexedDB::BackgroundRequestChildBase::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/ActorsChild.h:491:3: performance: Technically the member function 'mozilla::dom::indexedDB::BackgroundTransactionBase::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/Key.h:349:3: performance: Technically the member function 'mozilla::dom::indexedDB::Key::Assert' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/IndexedDatabase.h:89:16: style: Struct 'StructuredCloneReadInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/indexedDB/ActorsChild.cpp:3703:67: performance: Function parameter 'aActionFunc' should be passed by const reference. [passedByValue]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:25166:51: style: Function 'RemoveReferencesToIndex' argument 2 names different: declaration 'aObjectDataKey' definition 'aObjectStoreKey'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:8122:38: note: Function 'RemoveReferencesToIndex' argument 2 names different: declaration 'aObjectDataKey' definition 'aObjectStoreKey'.
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:25166:51: note: Function 'RemoveReferencesToIndex' argument 2 names different: declaration 'aObjectDataKey' definition 'aObjectStoreKey'.
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:5067:3: performance: Technically the member function 'mozilla::dom::indexedDB::::DatabaseConnection::AssertIsOnConnectionThread' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:5198:3: performance: Technically the member function 'mozilla::dom::indexedDB::::CachedStatement::AssertIsOnConnectionThread' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:5406:3: performance: Technically the member function 'mozilla::dom::indexedDB::::ConnectionPool::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:5586:3: performance: Technically the member function 'mozilla::dom::indexedDB::::DatabaseInfo::AssertIsOnConnectionThread' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:25178:5: performance: Technically the member function 'mozilla::dom::indexedDB::RemoveReferencesToIndex::IndexIdComparator::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:25185:5: performance: Technically the member function 'mozilla::dom::indexedDB::RemoveReferencesToIndex::IndexIdComparator::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:7106:12: warning: The class 'CommitOp' defines member variable with name 'mResultCode' also defined in its parent class 'DatabaseOperationBase'. [duplInheritedMember]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:5846:12: note: Parent variable 'DatabaseOperationBase::mResultCode'
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:7106:12: note: Derived variable 'CommitOp::mResultCode'
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:5683:3: style: Struct 'IdleDatabaseInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:5712:3: style: Struct 'IdleThreadInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:7618:16: style: Struct 'MaybeBlockedDatabaseInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/indexedDB/KeyPath.h:24:1: warning: The class 'KeyPath' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:460:1: warning: The struct 'IndexDataValue' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/indexedDB/ActorsParent.cpp:7789:52: performance: Function parameter 'aContentParent' should be passed by const reference. [passedByValue]
firefox-60.1.0/dom/indexedDB/FileInfo.h:61:3: style: Technically the member function 'mozilla::dom::indexedDB::FileInfo::GetReferences' can be const. [functionConst]
firefox-60.1.0/dom/indexedDB/FileInfo.cpp:111:11: note: Technically the member function 'mozilla::dom::indexedDB::FileInfo::GetReferences' can be const.
firefox-60.1.0/dom/indexedDB/FileInfo.h:61:3: note: Technically the member function 'mozilla::dom::indexedDB::FileInfo::GetReferences' can be const.
firefox-60.1.0/dom/indexedDB/FileSnapshot.cpp:164:46: style: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/FileSnapshot.h:44:30: note: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'.
firefox-60.1.0/dom/indexedDB/FileSnapshot.cpp:164:46: note: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'.
firefox-60.1.0/dom/indexedDB/FileSnapshot.cpp:175:46: style: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/FileSnapshot.h:50:30: note: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'.
firefox-60.1.0/dom/indexedDB/FileSnapshot.cpp:175:46: note: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'.
firefox-60.1.0/dom/indexedDB/IDBDatabase.cpp:1356:38: warning: Possible null pointer dereference: foundObjectStoreSpec [nullPointer]
firefox-60.1.0/dom/indexedDB/IDBDatabase.cpp:1341:43: note: Assignment 'foundObjectStoreSpec=nullptr', assigned value is 0
firefox-60.1.0/dom/indexedDB/IDBDatabase.cpp:1356:38: note: Null pointer dereference
firefox-60.1.0/dom/indexedDB/IDBDatabase.cpp:502:49: style: Function 'DeleteObjectStore' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IDBDatabase.h:230:38: note: Function 'DeleteObjectStore' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/dom/indexedDB/IDBDatabase.cpp:502:49: note: Function 'DeleteObjectStore' argument 1 names different: declaration 'name' definition 'aName'.
firefox-60.1.0/dom/indexedDB/IDBEvents.cpp:53:56: style: Function 'CreateInternal' argument 2 names different: declaration 'aName' definition 'aType'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IDBEvents.h:122:35: note: Function 'CreateInternal' argument 2 names different: declaration 'aName' definition 'aType'.
firefox-60.1.0/dom/indexedDB/IDBEvents.cpp:53:56: note: Function 'CreateInternal' argument 2 names different: declaration 'aName' definition 'aType'.
firefox-60.1.0/dom/indexedDB/IDBKeyRange.cpp:308:45: style: Function 'Includes' argument 2 names different: declaration 'aKey' definition 'aValue'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IDBKeyRange.h:124:34: note: Function 'Includes' argument 2 names different: declaration 'aKey' definition 'aValue'.
firefox-60.1.0/dom/indexedDB/IDBKeyRange.cpp:308:45: note: Function 'Includes' argument 2 names different: declaration 'aKey' definition 'aValue'.
firefox-60.1.0/dom/indexedDB/IDBObjectStore.cpp:2474:46: style: Function 'DeleteIndex' argument 1 names different: declaration 'aIndexName' definition 'aName'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IDBObjectStore.h:240:32: note: Function 'DeleteIndex' argument 1 names different: declaration 'aIndexName' definition 'aName'.
firefox-60.1.0/dom/indexedDB/IDBObjectStore.cpp:2474:46: note: Function 'DeleteIndex' argument 1 names different: declaration 'aIndexName' definition 'aName'.
firefox-60.1.0/dom/indexedDB/IDBObjectStore.cpp:201:1: warning: The class 'WasmCompiledModuleStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/indexedDB/IDBRequest.cpp:114:36: style: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsObjectStore'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IDBRequest.h:69:26: note: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsObjectStore'.
firefox-60.1.0/dom/indexedDB/IDBRequest.cpp:114:36: note: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsObjectStore'.
firefox-60.1.0/dom/indexedDB/IDBRequest.cpp:131:30: style: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsIndex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IDBRequest.h:75:20: note: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsIndex'.
firefox-60.1.0/dom/indexedDB/IDBRequest.cpp:131:30: note: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsIndex'.
firefox-60.1.0/dom/indexedDB/IDBTransaction.cpp:781:32: style: Function 'Abort' argument 1 names different: declaration 'aAbortCode' definition 'aErrorCode'. [funcArgNamesDifferent]
firefox-60.1.0/dom/indexedDB/IDBTransaction.h:269:18: note: Function 'Abort' argument 1 names different: declaration 'aAbortCode' definition 'aErrorCode'.
firefox-60.1.0/dom/indexedDB/IDBTransaction.cpp:781:32: note: Function 'Abort' argument 1 names different: declaration 'aAbortCode' definition 'aErrorCode'.
firefox-60.1.0/dom/indexedDB/IndexedDatabaseManager.cpp:1094:7: style: Condition 'useProfiler' is always false [knownConditionTrueFalse]
firefox-60.1.0/dom/indexedDB/IndexedDatabaseManager.cpp:1089:5: note: Assignment 'useProfiler=false', assigned value is 0
firefox-60.1.0/dom/indexedDB/IndexedDatabaseManager.cpp:1094:7: note: Condition 'useProfiler' is always false
firefox-60.1.0/dom/indexedDB/Key.cpp:632:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-60.1.0/dom/indexedDB/Key.cpp:655:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-60.1.0/dom/ipc/CoalescedInputData.h:39:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetMouseEvent >::IsEmpty' can be const. [functionConst]
firefox-60.1.0/dom/ipc/CoalescedInputData.h:53:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetMouseEvent >::GetScrollableLayerGuid' can be const. [functionConst]
firefox-60.1.0/dom/ipc/CoalescedInputData.h:58:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetMouseEvent >::GetInputBlockId' can be const. [functionConst]
firefox-60.1.0/dom/ipc/CoalescedInputData.h:39:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetWheelEvent >::IsEmpty' can be const. [functionConst]
firefox-60.1.0/dom/ipc/CoalescedInputData.h:53:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetWheelEvent >::GetScrollableLayerGuid' can be const. [functionConst]
firefox-60.1.0/dom/ipc/CoalescedInputData.h:58:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetWheelEvent >::GetInputBlockId' can be const. [functionConst]
firefox-60.1.0/dom/ipc/ContentChild.cpp:801:55: style: Function 'ProvideWindowCommon' argument 2 names different: declaration 'aOpener' definition 'aParent'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:107:43: note: Function 'ProvideWindowCommon' argument 2 names different: declaration 'aOpener' definition 'aParent'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:801:55: note: Function 'ProvideWindowCommon' argument 2 names different: declaration 'aOpener' definition 'aParent'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1268:55: style: Function 'RecvRequestMemoryReport' argument 1 names different: declaration 'generation' definition 'aGeneration'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:597:27: note: Function 'RecvRequestMemoryReport' argument 1 names different: declaration 'generation' definition 'aGeneration'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1268:55: note: Function 'RecvRequestMemoryReport' argument 1 names different: declaration 'generation' definition 'aGeneration'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1269:51: style: Function 'RecvRequestMemoryReport' argument 2 names different: declaration 'anonymize' definition 'aAnonymize'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:598:23: note: Function 'RecvRequestMemoryReport' argument 2 names different: declaration 'anonymize' definition 'aAnonymize'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1269:51: note: Function 'RecvRequestMemoryReport' argument 2 names different: declaration 'anonymize' definition 'aAnonymize'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1270:51: style: Function 'RecvRequestMemoryReport' argument 3 names different: declaration 'minimizeMemoryUsage' definition 'aMinimizeMemoryUsage'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:599:23: note: Function 'RecvRequestMemoryReport' argument 3 names different: declaration 'minimizeMemoryUsage' definition 'aMinimizeMemoryUsage'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1270:51: note: Function 'RecvRequestMemoryReport' argument 3 names different: declaration 'minimizeMemoryUsage' definition 'aMinimizeMemoryUsage'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1271:60: style: Function 'RecvRequestMemoryReport' argument 4 names different: declaration 'DMDFile' definition 'aDMDFile'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:600:32: note: Function 'RecvRequestMemoryReport' argument 4 names different: declaration 'DMDFile' definition 'aDMDFile'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1271:60: note: Function 'RecvRequestMemoryReport' argument 4 names different: declaration 'DMDFile' definition 'aDMDFile'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1742:50: style: Function 'RecvBidiKeyboardNotify' argument 1 names different: declaration 'isLangRTL' definition 'aIsLangRTL'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:362:70: note: Function 'RecvBidiKeyboardNotify' argument 1 names different: declaration 'isLangRTL' definition 'aIsLangRTL'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1742:50: note: Function 'RecvBidiKeyboardNotify' argument 1 names different: declaration 'isLangRTL' definition 'aIsLangRTL'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1743:50: style: Function 'RecvBidiKeyboardNotify' argument 2 names different: declaration 'haveBidiKeyboards' definition 'aHaveBidiKeyboards'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:363:70: note: Function 'RecvBidiKeyboardNotify' argument 2 names different: declaration 'haveBidiKeyboards' definition 'aHaveBidiKeyboards'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1743:50: note: Function 'RecvBidiKeyboardNotify' argument 2 names different: declaration 'haveBidiKeyboards' definition 'aHaveBidiKeyboards'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1795:54: style: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:520:55: note: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1795:54: note: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1798:60: style: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:523:61: note: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1798:60: note: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1799:55: style: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:524:56: note: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1799:55: note: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1817:54: style: Function 'RecvPBrowserConstructor' argument 1 names different: declaration 'aCctor' definition 'aActor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:528:74: note: Function 'RecvPBrowserConstructor' argument 1 names different: declaration 'aCctor' definition 'aActor'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:1817:54: note: Function 'RecvPBrowserConstructor' argument 1 names different: declaration 'aCctor' definition 'aActor'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2125:77: style: Function 'DeallocPPSMContentDownloaderChild' argument 1 names different: declaration 'aDownloader' definition 'aListener'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:297:65: note: Function 'DeallocPPSMContentDownloaderChild' argument 1 names different: declaration 'aDownloader' definition 'aListener'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2125:77: note: Function 'DeallocPPSMContentDownloaderChild' argument 1 names different: declaration 'aDownloader' definition 'aListener'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2308:56: style: Function 'RecvSetCaptivePortalState' argument 1 names different: declaration 'state' definition 'aState'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:360:76: note: Function 'RecvSetCaptivePortalState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2308:56: note: Function 'RecvSetCaptivePortalState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2408:49: style: Function 'RecvVarUpdate' argument 1 names different: declaration 'pref' definition 'aVar'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:371:69: note: Function 'RecvVarUpdate' argument 1 names different: declaration 'pref' definition 'aVar'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2408:49: note: Function 'RecvVarUpdate' argument 1 names different: declaration 'pref' definition 'aVar'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2737:68: style: Function 'RecvInitBlobURLs' argument 1 names different: declaration 'aRegistations' definition 'aRegistrations'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:427:56: note: Function 'RecvInitBlobURLs' argument 1 names different: declaration 'aRegistations' definition 'aRegistrations'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2737:68: note: Function 'RecvInitBlobURLs' argument 1 names different: declaration 'aRegistations' definition 'aRegistrations'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2816:54: style: Function 'RecvNotifyIdleObserver' argument 3 names different: declaration 'aData' definition 'aTimeStr'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:448:74: note: Function 'RecvNotifyIdleObserver' argument 3 names different: declaration 'aData' definition 'aTimeStr'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2816:54: note: Function 'RecvNotifyIdleObserver' argument 3 names different: declaration 'aData' definition 'aTimeStr'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2870:73: style: Function 'DeallocPOfflineCacheUpdateChild' argument 1 names different: declaration 'offlineCacheUpdate' definition 'actor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:550:61: note: Function 'DeallocPOfflineCacheUpdateChild' argument 1 names different: declaration 'offlineCacheUpdate' definition 'actor'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:2870:73: note: Function 'DeallocPOfflineCacheUpdateChild' argument 1 names different: declaration 'offlineCacheUpdate' definition 'actor'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:3564:72: style: Function 'RecvProvideAnonymousTemporaryFile' argument 2 names different: declaration 'aFD' definition 'aFDOrError'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentChild.h:609:81: note: Function 'RecvProvideAnonymousTemporaryFile' argument 2 names different: declaration 'aFD' definition 'aFDOrError'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:3564:72: note: Function 'RecvProvideAnonymousTemporaryFile' argument 2 names different: declaration 'aFD' definition 'aFDOrError'.
firefox-60.1.0/dom/ipc/ContentChild.cpp:529:15: warning: Member variable 'ContentChild::mIsForBrowser' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/ipc/PermissionMessageUtils.h:16:1: warning: The class 'Principal' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-60.1.0/dom/ipc/ContentParent.cpp:738:61: style: Function 'MinTabSelect' argument 3 names different: declaration 'maxContentParents' definition 'aMaxContentParents'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:161:24: note: Function 'MinTabSelect' argument 3 names different: declaration 'maxContentParents' definition 'aMaxContentParents'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:738:61: note: Function 'MinTabSelect' argument 3 names different: declaration 'maxContentParents' definition 'aMaxContentParents'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:1554:58: style: Function 'ProcessingError' argument 2 names different: declaration 'aMsgName' definition 'aReason'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:1101:58: note: Function 'ProcessingError' argument 2 names different: declaration 'aMsgName' definition 'aReason'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:1554:58: note: Function 'ProcessingError' argument 2 names different: declaration 'aMsgName' definition 'aReason'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:2102:38: style: Function 'ContentParent' argument 3 names different: declaration 'aPluginID' definition 'aJSPluginID'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:747:25: note: Function 'ContentParent' argument 3 names different: declaration 'aPluginID' definition 'aJSPluginID'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:2102:38: note: Function 'ContentParent' argument 3 names different: declaration 'aPluginID' definition 'aJSPluginID'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:2171:45: style: Function 'InitInternal' argument 1 names different: declaration 'aPriority' definition 'aInitialPriority'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:754:37: note: Function 'InitInternal' argument 1 names different: declaration 'aPriority' definition 'aInitialPriority'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:2171:45: note: Function 'InitInternal' argument 1 names different: declaration 'aPriority' definition 'aInitialPriority'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:3117:37: style: Function 'KillHard' argument 1 names different: declaration 'aWhy' definition 'aReason'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:402:29: note: Function 'KillHard' argument 1 names different: declaration 'aWhy' definition 'aReason'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:3117:37: note: Function 'KillHard' argument 1 names different: declaration 'aWhy' definition 'aReason'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:3330:62: style: Function 'DeallocPScriptCacheParent' argument 1 names different: declaration 'shell' definition 'cache'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:918:62: note: Function 'DeallocPScriptCacheParent' argument 1 names different: declaration 'shell' definition 'cache'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:3330:62: note: Function 'DeallocPScriptCacheParent' argument 1 names different: declaration 'shell' definition 'cache'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:3370:56: style: Function 'DeallocPPrintingParent' argument 1 names different: declaration 'aActor' definition 'printing'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:428:56: note: Function 'DeallocPPrintingParent' argument 1 names different: declaration 'aActor' definition 'printing'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:3370:56: note: Function 'DeallocPPrintingParent' argument 1 names different: declaration 'aActor' definition 'printing'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:3449:80: style: Function 'DeallocPPSMContentDownloaderParent' argument 1 names different: declaration 'aDownloader' definition 'aListener'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:926:67: note: Function 'DeallocPPSMContentDownloaderParent' argument 1 names different: declaration 'aDownloader' definition 'aListener'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:3449:80: note: Function 'DeallocPPSMContentDownloaderParent' argument 1 names different: declaration 'aDownloader' definition 'aListener'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4018:56: style: Function 'DoSendAsyncMessage' argument 3 names different: declaration 'aData' definition 'aHelper'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:332:60: note: Function 'DoSendAsyncMessage' argument 3 names different: declaration 'aData' definition 'aHelper'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4018:56: note: Function 'DoSendAsyncMessage' argument 3 names different: declaration 'aData' definition 'aHelper'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4046:56: style: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:703:23: note: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4046:56: note: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4048:53: style: Function 'SendPBrowserConstructor' argument 3 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:705:20: note: Function 'SendPBrowserConstructor' argument 3 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4048:53: note: Function 'SendPBrowserConstructor' argument 3 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4049:61: style: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:706:28: note: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4049:61: note: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4050:56: style: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:707:23: note: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4050:56: note: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4164:52: style: Function 'RecvAddIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:1118:71: note: Function 'RecvAddIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4164:52: note: Function 'RecvAddIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4181:55: style: Function 'RecvRemoveIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:1121:74: note: Function 'RecvRemoveIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4181:55: note: Function 'RecvRemoveIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4576:65: style: Function 'AllocPContentPermissionRequestParent' argument 3 names different: declaration 'aIsTrusted' definition 'aIsHandlingUserInput'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:520:52: note: Function 'AllocPContentPermissionRequestParent' argument 3 names different: declaration 'aIsTrusted' definition 'aIsHandlingUserInput'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4576:65: note: Function 'AllocPContentPermissionRequestParent' argument 3 names different: declaration 'aIsTrusted' definition 'aIsHandlingUserInput'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4633:40: style: Function 'CommonCreateWindow' argument 18 names different: declaration 'aLoadUri' definition 'aLoadURI'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/ContentParent.h:733:27: note: Function 'CommonCreateWindow' argument 18 names different: declaration 'aLoadUri' definition 'aLoadURI'.
firefox-60.1.0/dom/ipc/ContentParent.cpp:4633:40: note: Function 'CommonCreateWindow' argument 18 names different: declaration 'aLoadUri' definition 'aLoadURI'.
firefox-60.1.0/dom/ipc/ContentParent.h:373:16: warning: Virtual function 'IsForJSPlugin' is called from destructor '~ContentParent()' at line 2160. Dynamic binding is not used. [virtualCallInConstructor]
firefox-60.1.0/dom/ipc/ContentParent.cpp:2160:7: note: Calling IsForJSPlugin
firefox-60.1.0/dom/ipc/ContentParent.h:373:16: note: IsForJSPlugin is a virtual method
firefox-60.1.0/dom/ipc/FilePickerParent.h:25:3: warning: Member variable 'FilePickerParent::mResult' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/ipc/StructuredCloneData.cpp:118:50: style: Function 'Write' argument 3 names different: declaration 'aTransfers' definition 'aTransfer'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/StructuredCloneData.h:197:36: note: Function 'Write' argument 3 names different: declaration 'aTransfers' definition 'aTransfer'.
firefox-60.1.0/dom/ipc/StructuredCloneData.cpp:118:50: note: Function 'Write' argument 3 names different: declaration 'aTransfers' definition 'aTransfer'.
firefox-60.1.0/dom/ipc/StructuredCloneData.cpp:417:51: style: Function 'WriteIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/StructuredCloneData.h:294:37: note: Function 'WriteIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'.
firefox-60.1.0/dom/ipc/StructuredCloneData.cpp:417:51: note: Function 'WriteIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'.
firefox-60.1.0/dom/ipc/StructuredCloneData.cpp:423:56: style: Function 'ReadIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/StructuredCloneData.h:295:42: note: Function 'ReadIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'.
firefox-60.1.0/dom/ipc/StructuredCloneData.cpp:423:56: note: Function 'ReadIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'.
firefox-60.1.0/dom/ipc/StructuredCloneData.cpp:29:22: warning: Member variable 'StructuredCloneData::mInitialized' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/ipc/TabChild.cpp:524:71: style: Function 'SetAllowedTouchBehavior' argument 2 names different: declaration 'aFlags' definition 'aTargets'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabChild.h:669:68: note: Function 'SetAllowedTouchBehavior' argument 2 names different: declaration 'aFlags' definition 'aTargets'.
firefox-60.1.0/dom/ipc/TabChild.cpp:524:71: note: Function 'SetAllowedTouchBehavior' argument 2 names different: declaration 'aFlags' definition 'aTargets'.
firefox-60.1.0/dom/ipc/TabChild.cpp:2225:55: style: Function 'DeallocPColorPickerChild' argument 1 names different: declaration 'aActor' definition 'aColorPicker'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabChild.h:483:60: note: Function 'DeallocPColorPickerChild' argument 1 names different: declaration 'aActor' definition 'aColorPicker'.
firefox-60.1.0/dom/ipc/TabChild.cpp:2225:55: note: Function 'DeallocPColorPickerChild' argument 1 names different: declaration 'aActor' definition 'aColorPicker'.
firefox-60.1.0/dom/ipc/TabChild.cpp:2240:53: style: Function 'DeallocPFilePickerChild' argument 1 names different: declaration 'aActor' definition 'actor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabChild.h:489:45: note: Function 'DeallocPFilePickerChild' argument 1 names different: declaration 'aActor' definition 'actor'.
firefox-60.1.0/dom/ipc/TabChild.cpp:2240:53: note: Function 'DeallocPFilePickerChild' argument 1 names different: declaration 'aActor' definition 'actor'.
firefox-60.1.0/dom/ipc/TabChild.cpp:2265:69: style: Function 'RecvActivateFrameEvent' argument 2 names different: declaration 'aCapture' definition 'capture'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabChild.h:461:61: note: Function 'RecvActivateFrameEvent' argument 2 names different: declaration 'aCapture' definition 'capture'.
firefox-60.1.0/dom/ipc/TabChild.cpp:2265:69: note: Function 'RecvActivateFrameEvent' argument 2 names different: declaration 'aCapture' definition 'capture'.
firefox-60.1.0/dom/ipc/TabChild.cpp:3412:61: style: Function 'DeallocPPaymentRequestChild' argument 1 names different: declaration 'aActor' definition 'actor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabChild.h:626:53: note: Function 'DeallocPPaymentRequestChild' argument 1 names different: declaration 'aActor' definition 'actor'.
firefox-60.1.0/dom/ipc/TabChild.cpp:3412:61: note: Function 'DeallocPPaymentRequestChild' argument 1 names different: declaration 'aActor' definition 'actor'.
firefox-60.1.0/dom/ipc/TabChild.h:497:29: warning: Virtual function 'WebNavigation' is called from destructor '~TabChild()' at line 1141. Dynamic binding is not used. [virtualCallInConstructor]
firefox-60.1.0/dom/ipc/TabChild.cpp:1141:3: note: Calling DestroyWindow
firefox-60.1.0/dom/ipc/TabChild.cpp:1070:60: note: Calling WebNavigation
firefox-60.1.0/dom/ipc/TabChild.h:497:29: note: WebNavigation is a virtual method
firefox-60.1.0/dom/ipc/TabChild.h:497:29: warning: Virtual function 'WebNavigation' is called from destructor '~TabChild()' at line 1143. Dynamic binding is not used. [virtualCallInConstructor]
firefox-60.1.0/dom/ipc/TabChild.cpp:1143:58: note: Calling WebNavigation
firefox-60.1.0/dom/ipc/TabChild.h:497:29: note: WebNavigation is a virtual method
firefox-60.1.0/dom/ipc/TabMessageUtils.cpp:23:3: style: Variable 'aResult->mEvent' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-60.1.0/dom/ipc/TabMessageUtils.cpp:19:3: note: Variable 'aResult->mEvent' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/ipc/TabMessageUtils.cpp:23:3: note: Variable 'aResult->mEvent' is reassigned a value before the old one has been used.
firefox-60.1.0/dom/ipc/TabParent.cpp:656:38: style: Function 'Show' argument 1 names different: declaration 'aSize' definition 'size'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabParent.h:350:34: note: Function 'Show' argument 1 names different: declaration 'aSize' definition 'size'.
firefox-60.1.0/dom/ipc/TabParent.cpp:656:38: note: Function 'Show' argument 1 names different: declaration 'aSize' definition 'size'.
firefox-60.1.0/dom/ipc/TabParent.cpp:750:46: style: Function 'UpdateDimensions' argument 1 names different: declaration 'aRect' definition 'rect'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabParent.h:352:42: note: Function 'UpdateDimensions' argument 1 names different: declaration 'aRect' definition 'rect'.
firefox-60.1.0/dom/ipc/TabParent.cpp:750:46: note: Function 'UpdateDimensions' argument 1 names different: declaration 'aRect' definition 'rect'.
firefox-60.1.0/dom/ipc/TabParent.cpp:750:73: style: Function 'UpdateDimensions' argument 2 names different: declaration 'aSize' definition 'size'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabParent.h:352:70: note: Function 'UpdateDimensions' argument 2 names different: declaration 'aSize' definition 'size'.
firefox-60.1.0/dom/ipc/TabParent.cpp:750:73: note: Function 'UpdateDimensions' argument 2 names different: declaration 'aSize' definition 'size'.
firefox-60.1.0/dom/ipc/TabParent.cpp:1726:42: style: Function 'RecvSetCursor' argument 1 names different: declaration 'aValue' definition 'aCursor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabParent.h:277:65: note: Function 'RecvSetCursor' argument 1 names different: declaration 'aValue' definition 'aCursor'.
firefox-60.1.0/dom/ipc/TabParent.cpp:1726:42: note: Function 'RecvSetCursor' argument 1 names different: declaration 'aValue' definition 'aCursor'.
firefox-60.1.0/dom/ipc/TabParent.cpp:1744:49: style: Function 'RecvSetCustomCursor' argument 1 names different: declaration 'aUri' definition 'aCursorData'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabParent.h:280:72: note: Function 'RecvSetCustomCursor' argument 1 names different: declaration 'aUri' definition 'aCursorData'.
firefox-60.1.0/dom/ipc/TabParent.cpp:1744:49: note: Function 'RecvSetCustomCursor' argument 1 names different: declaration 'aUri' definition 'aCursorData'.
firefox-60.1.0/dom/ipc/TabParent.cpp:2366:38: style: Function 'GetTabIdFrom' argument 1 names different: declaration 'docshell' definition 'docShell'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabParent.h:513:42: note: Function 'GetTabIdFrom' argument 1 names different: declaration 'docshell' definition 'docShell'.
firefox-60.1.0/dom/ipc/TabParent.cpp:2366:38: note: Function 'GetTabIdFrom' argument 1 names different: declaration 'docshell' definition 'docShell'.
firefox-60.1.0/dom/ipc/TabParent.cpp:2530:65: style: Function 'RecvSetNativeChildOfShareableWindow' argument 1 names different: declaration 'childWindow' definition 'aChildWindow'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabParent.h:302:88: note: Function 'RecvSetNativeChildOfShareableWindow' argument 1 names different: declaration 'childWindow' definition 'aChildWindow'.
firefox-60.1.0/dom/ipc/TabParent.cpp:2530:65: note: Function 'RecvSetNativeChildOfShareableWindow' argument 1 names different: declaration 'childWindow' definition 'aChildWindow'.
firefox-60.1.0/dom/ipc/TabParent.cpp:2624:58: style: Function 'DeallocPColorPickerParent' argument 1 names different: declaration 'aColorPicker' definition 'actor'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/TabParent.h:323:49: note: Function 'DeallocPColorPickerParent' argument 1 names different: declaration 'aColorPicker' definition 'actor'.
firefox-60.1.0/dom/ipc/TabParent.cpp:2624:58: note: Function 'DeallocPColorPickerParent' argument 1 names different: declaration 'aColorPicker' definition 'actor'.
firefox-60.1.0/dom/ipc/TabParent.cpp:141:12: warning: Member variable 'TabParent::mCustomCursorHotspotX' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/ipc/TabParent.cpp:141:12: warning: Member variable 'TabParent::mCustomCursorHotspotY' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/ipc/nsIContentChild.cpp:52:60: style: Function 'AllocPBrowserChild' argument 5 names different: declaration 'aCpId' definition 'aCpID'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/nsIContentChild.h:83:68: note: Function 'AllocPBrowserChild' argument 5 names different: declaration 'aCpId' definition 'aCpID'.
firefox-60.1.0/dom/ipc/nsIContentChild.cpp:52:60: note: Function 'AllocPBrowserChild' argument 5 names different: declaration 'aCpId' definition 'aCpID'.
firefox-60.1.0/dom/ipc/nsIContentChild.cpp:90:54: style: Function 'RecvPBrowserConstructor' argument 7 names different: declaration 'aIsForBrowse' definition 'aIsForBrowser'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/nsIContentChild.h:93:71: note: Function 'RecvPBrowserConstructor' argument 7 names different: declaration 'aIsForBrowse' definition 'aIsForBrowser'.
firefox-60.1.0/dom/ipc/nsIContentChild.cpp:90:54: note: Function 'RecvPBrowserConstructor' argument 7 names different: declaration 'aIsForBrowse' definition 'aIsForBrowser'.
firefox-60.1.0/dom/ipc/nsIContentParent.cpp:124:52: style: Function 'AllocPBrowserParent' argument 2 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/nsIContentParent.h:110:60: note: Function 'AllocPBrowserParent' argument 2 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'.
firefox-60.1.0/dom/ipc/nsIContentParent.cpp:124:52: note: Function 'AllocPBrowserParent' argument 2 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'.
firefox-60.1.0/dom/ipc/nsIContentParent.cpp:202:57: style: Function 'DeallocPBrowserParent' argument 1 names different: declaration 'frame' definition 'aFrame'. [funcArgNamesDifferent]
firefox-60.1.0/dom/ipc/nsIContentParent.h:115:54: note: Function 'DeallocPBrowserParent' argument 1 names different: declaration 'frame' definition 'aFrame'.
firefox-60.1.0/dom/ipc/nsIContentParent.cpp:202:57: note: Function 'DeallocPBrowserParent' argument 1 names different: declaration 'frame' definition 'aFrame'.
firefox-60.1.0/dom/mathml/nsMathMLElement.cpp:909:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-60.1.0/dom/media/MediaInfo.h:709:0: error: #error "Not supported audio type" [preprocessorErrorDirective]
firefox-60.1.0/dom/media/StreamTracks.h:252:14: warning: Member variable 'TrackIter::mType' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/AudioStream.h:243:12: style: Technically the member function 'mozilla::AudioStream::GetOutChannels' can be const. [functionConst]
firefox-60.1.0/dom/media/StreamTracks.h:145:10: performance: Technically the member function 'mozilla::StreamTracks::CompareTracksByID::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/media/StreamTracks.h:148:10: performance: Technically the member function 'mozilla::StreamTracks::CompareTracksByID::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/media/VideoSegment.h:85:10: performance: Technically the member function 'mozilla::VideoChunk::SizeOfExcludingThisIfUnshared' can be static. [functionStatic]
firefox-60.1.0/dom/media/MediaStreamGraph.h:1103:10: performance: Technically the member function 'mozilla::MediaInputPort::SizeOfExcludingThis' can be static. [functionStatic]
firefox-60.1.0/dom/media/GraphDriver.h:156:13: style: Technically the member function 'mozilla::GraphDriver::IterationEnd' can be const. [functionConst]
firefox-60.1.0/dom/media/MediaStreamGraphImpl.h:564:14: performance: Technically the member function 'mozilla::MediaStreamGraphImpl::StreamSet::end' can be static. [functionStatic]
firefox-60.1.0/dom/media/MediaSegment.h:378:0: style: Technically the member function 'mozilla :: MediaSegmentBase < VideoSegment , VideoChunk >::ConstChunkIterator::operator*' can be const. [functionConst]
firefox-60.1.0/dom/media/MediaSegment.h:379:0: style: Technically the member function 'mozilla :: MediaSegmentBase < VideoSegment , VideoChunk >::ConstChunkIterator::operator.' can be const. [functionConst]
firefox-60.1.0/dom/media/MediaSegment.h:378:0: style: Technically the member function 'mozilla :: MediaSegmentBase < AudioSegment , AudioChunk >::ConstChunkIterator::operator*' can be const. [functionConst]
firefox-60.1.0/dom/media/MediaSegment.h:379:0: style: Technically the member function 'mozilla :: MediaSegmentBase < AudioSegment , AudioChunk >::ConstChunkIterator::operator.' can be const. [functionConst]
firefox-60.1.0/dom/media/AudioBufferUtils.h:148:0: warning: The class 'mozilla :: SpillBuffer < AudioDataValue , WEBAUDIO_BLOCK_SIZE * 2 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-60.1.0/dom/media/AudioBufferUtils.h:33:0: warning: The class 'mozilla :: AudioCallbackBufferWrapper < AudioDataValue >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-60.1.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-60.1.0/dom/media/webaudio/AudioNode.h:124:20: note: Virtual function in base class
firefox-60.1.0/dom/media/webaudio/MediaStreamAudioDestinationNode.h:37:12: note: Function in derived class
firefox-60.1.0/dom/media/AudioSegment.h:339:5: error: Memory leak: c.mBuffer [memleak]
firefox-60.1.0/dom/media/AudioSegment.cpp:20:10: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-60.1.0/dom/media/AudioSegment.cpp:94:16: style: Checking if unsigned variable 'duration' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-60.1.0/dom/media/AudioSegment.cpp:85:48: style: Function 'Mix' argument 2 names different: declaration 'aChannelCount' definition 'aOutputChannels'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/AudioSegment.h:408:41: note: Function 'Mix' argument 2 names different: declaration 'aChannelCount' definition 'aOutputChannels'.
firefox-60.1.0/dom/media/AudioSegment.cpp:85:48: note: Function 'Mix' argument 2 names different: declaration 'aChannelCount' definition 'aOutputChannels'.
firefox-60.1.0/dom/media/AudioSegment.cpp:167:66: style: Function 'WriteTo' argument 3 names different: declaration 'aChannelCount' definition 'aOutputChannels'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/AudioSegment.h:404:59: note: Function 'WriteTo' argument 3 names different: declaration 'aChannelCount' definition 'aOutputChannels'.
firefox-60.1.0/dom/media/AudioSegment.cpp:167:66: note: Function 'WriteTo' argument 3 names different: declaration 'aChannelCount' definition 'aOutputChannels'.
firefox-60.1.0/dom/media/MediaSegment.h:378:18: style: Technically the member function 'mozilla::MediaSegmentBase::ConstChunkIterator::operator*' can be const. [functionConst]
firefox-60.1.0/dom/media/MediaSegment.h:379:18: style: Technically the member function 'mozilla::MediaSegmentBase::ConstChunkIterator::operator.' can be const. [functionConst]
firefox-60.1.0/dom/media/BitReader.cpp:12:12: warning: Member variable 'BitReader::mData' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:12:12: warning: Member variable 'BitReader::mOriginalBitSize' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:12:12: warning: Member variable 'BitReader::mTotalBitsLeft' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:12:12: warning: Member variable 'BitReader::mSize' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:12:12: warning: Member variable 'BitReader::mReservoir' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:12:12: warning: Member variable 'BitReader::mNumBitsLeft' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:17:12: warning: Member variable 'BitReader::mData' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:17:12: warning: Member variable 'BitReader::mOriginalBitSize' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:17:12: warning: Member variable 'BitReader::mTotalBitsLeft' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:17:12: warning: Member variable 'BitReader::mSize' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:17:12: warning: Member variable 'BitReader::mReservoir' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/BitReader.cpp:17:12: warning: Member variable 'BitReader::mNumBitsLeft' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/MediaData.h:561:8: style: Technically the member function 'mozilla::VideoData::IsSentToCompositor' can be const. [functionConst]
firefox-60.1.0/dom/media/MediaData.h:679:3: style: Technically the member function 'mozilla::MediaRawData::operatorSpan<constuint8_t>' can be const. [functionConst]
firefox-60.1.0/dom/media/Intervals.h:745:0: performance: Technically the member function 'mozilla :: media :: IntervalSet < TimeUnit >::CompareIntervals::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/media/Intervals.h:750:0: performance: Technically the member function 'mozilla :: media :: IntervalSet < TimeUnit >::CompareIntervals::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/media/TimeUnits.h:224:16: style: Class 'TimeIntervals' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/media/TimeUnits.h:228:16: style: Class 'TimeIntervals' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/media/ChannelMediaResource.cpp:27:67: style: Function 'ChannelMediaResource' argument 1 names different: declaration 'aDecoder' definition 'aCallback'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/ChannelMediaResource.h:83:47: note: Function 'ChannelMediaResource' argument 1 names different: declaration 'aDecoder' definition 'aCallback'.
firefox-60.1.0/dom/media/ChannelMediaResource.cpp:27:67: note: Function 'ChannelMediaResource' argument 1 names different: declaration 'aDecoder' definition 'aCallback'.
firefox-60.1.0/dom/media/ChannelMediaResource.cpp:607:56: style: Function 'CloneData' argument 1 names different: declaration 'aDecoder' definition 'aCallback'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/ChannelMediaResource.h:128:28: note: Function 'CloneData' argument 1 names different: declaration 'aDecoder' definition 'aCallback'.
firefox-60.1.0/dom/media/ChannelMediaResource.cpp:607:56: note: Function 'CloneData' argument 1 names different: declaration 'aDecoder' definition 'aCallback'.
firefox-60.1.0/dom/media/ChannelMediaResource.cpp:660:47: style: Function 'ReadAt' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/ChannelMediaResource.h:134:27: note: Function 'ReadAt' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/dom/media/ChannelMediaResource.cpp:660:47: note: Function 'ReadAt' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-60.1.0/dom/media/MediaCache.h:419:16: warning: Member variable 'Entry::mNextBlock' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/MediaCache.h:419:16: warning: Member variable 'Entry::mPrevBlock' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/MediaCache.h:412:10: performance: Technically the member function 'mozilla::MediaCacheStream::BlockList::Verify' can be static. [functionStatic]
firefox-60.1.0/dom/media/ChannelMediaResource.h:32:8: style: Technically the member function 'mozilla::ChannelSuspendAgent::IsSuspended' can be const. [functionConst]
firefox-60.1.0/dom/media/ChannelMediaResource.cpp:1066:22: note: Technically the member function 'mozilla::ChannelSuspendAgent::IsSuspended' can be const.
firefox-60.1.0/dom/media/ChannelMediaResource.h:32:8: note: Technically the member function 'mozilla::ChannelSuspendAgent::IsSuspended' can be const.
firefox-60.1.0/dom/media/Intervals.h:745:0: performance: Technically the member function 'mozilla :: media :: IntervalSet < int64_t >::CompareIntervals::Equals' can be static. [functionStatic]
firefox-60.1.0/dom/media/Intervals.h:750:0: performance: Technically the member function 'mozilla :: media :: IntervalSet < int64_t >::CompareIntervals::LessThan' can be static. [functionStatic]
firefox-60.1.0/dom/media/MediaResult.h:25:16: style: Class 'MediaResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-60.1.0/dom/media/MediaCache.h:418:5: warning: The struct 'Entry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-60.1.0/dom/media/DOMMediaStream.cpp:1299:62: style: Function 'OnTracksAvailable' argument 1 names different: declaration 'aCallback' definition 'aRunnable'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/DOMMediaStream.h:568:53: note: Function 'OnTracksAvailable' argument 1 names different: declaration 'aCallback' definition 'aRunnable'.
firefox-60.1.0/dom/media/DOMMediaStream.cpp:1299:62: note: Function 'OnTracksAvailable' argument 1 names different: declaration 'aCallback' definition 'aRunnable'.
firefox-60.1.0/dom/media/DOMMediaStream.cpp:609:56: style: Variable 'graphImpl' is assigned a value that is never used. [unreadVariable]
firefox-60.1.0/dom/media/GetUserMediaRequest.cpp:31:22: warning: Member variable 'GetUserMediaRequest::mInnerWindowID' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/GetUserMediaRequest.cpp:31:22: warning: Member variable 'GetUserMediaRequest::mIsSecure' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/GetUserMediaRequest.cpp:31:22: warning: Member variable 'GetUserMediaRequest::mIsHandlingUserInput' is not initialized in the constructor. [uninitMemberVar]
firefox-60.1.0/dom/media/GraphDriver.cpp:609:27: style: Condition 'AUDIO_OUTPUT_FORMAT==AUDIO_FORMAT_S16' is always false [knownConditionTrueFalse]
firefox-60.1.0/dom/media/GraphDriver.cpp:63:54: style: Function 'SwitchAtNextIteration' argument 1 names different: declaration 'aDriver' definition 'aNextDriver'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/GraphDriver.h:176:51: note: Function 'SwitchAtNextIteration' argument 1 names different: declaration 'aDriver' definition 'aNextDriver'.
firefox-60.1.0/dom/media/GraphDriver.cpp:63:54: note: Function 'SwitchAtNextIteration' argument 1 names different: declaration 'aDriver' definition 'aNextDriver'.
firefox-60.1.0/dom/media/GraphDriver.h:479:8: style: Unused private function: 'AudioCallbackDriver::PanOutputIfNeeded' [unusedPrivateFunction]
firefox-60.1.0/dom/media/GraphDriver.h:287:8: style: Technically the member function 'mozilla::SystemClockDriver::IsFallback' can be const. [functionConst]
firefox-60.1.0/dom/media/GraphDriver.cpp:272:20: note: Technically the member function 'mozilla::SystemClockDriver::IsFallback' can be const.
firefox-60.1.0/dom/media/GraphDriver.h:287:8: note: Technically the member function 'mozilla::SystemClockDriver::IsFallback' can be const.
firefox-60.1.0/dom/media/GraphDriver.h:456:8: style: Technically the member function 'mozilla::AudioCallbackDriver::InCallback' can be const. [functionConst]
firefox-60.1.0/dom/media/GraphDriver.cpp:861:27: note: Technically the member function 'mozilla::AudioCallbackDriver::InCallback' can be const.
firefox-60.1.0/dom/media/GraphDriver.h:456:8: note: Technically the member function 'mozilla::AudioCallbackDriver::InCallback' can be const.
firefox-60.1.0/dom/media/GraphDriver.h:479:8: performance: Technically the member function 'mozilla::AudioCallbackDriver::PanOutputIfNeeded' can be static. [functionStatic]
firefox-60.1.0/dom/media/GraphDriver.cpp:1065:27: note: Technically the member function 'mozilla::AudioCallbackDriver::PanOutputIfNeeded' can be static.
firefox-60.1.0/dom/media/GraphDriver.h:479:8: note: Technically the member function 'mozilla::AudioCallbackDriver::PanOutputIfNeeded' can be static.
firefox-60.1.0/dom/media/Latency.cpp:83:53: style: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/Latency.h:86:53: note: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/media/Latency.cpp:83:53: note: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/media/Latency.cpp:88:50: style: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/Latency.h:89:50: note: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/media/Latency.cpp:88:50: note: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/media/Latency.cpp:99:23: style: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/Latency.h:90:23: note: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/media/Latency.cpp:99:23: note: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/media/Latency.cpp:107:26: style: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/Latency.h:87:26: note: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/media/Latency.cpp:107:26: note: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/media/Latency.cpp:215:46: style: Function 'Log' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-60.1.0/dom/media/Latency.h:50:28: note: Function 'Log' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-60.1.0/dom/media/Latency.cpp:215:46: note: Function 'Log' argument 1 names different: declaration 'index' definition 'aIndex'.
[22:13]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/f/firefox-kwallet5/firefox-kwallet5_1.3.orig.tar.gz
kde5wallet@guillermo.molina/library/KDE5Wallet.cpp:527:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[22:14]

ftp://ftp.se.debian.org/debian/pool/main/f/firegestures/firegestures_1.8.7.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/firehol/firehol_3.1.5+ds1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/firejail/firejail_0.9.56~rc1.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/firestarter/firestarter_1.0.3.orig.tar.gz
firestarter-1.0.3/src/firestarter.c:240:34: style: Function 'save_session' argument 3 names different: declaration 'save_style' definition 'ave_style'. [funcArgNamesDifferent]
firestarter-1.0.3/src/firestarter.c:40:46: note: Function 'save_session' argument 3 names different: declaration 'save_style' definition 'ave_style'.
firestarter-1.0.3/src/firestarter.c:240:34: note: Function 'save_session' argument 3 names different: declaration 'save_style' definition 'ave_style'.
firestarter-1.0.3/src/gui.c:87:22: style: The scope of the variable 'column' can be reduced. [variableScope]
firestarter-1.0.3/src/gui.c:137:13: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
firestarter-1.0.3/src/hitview.c:578:16: style: The scope of the variable 'model' can be reduced. [variableScope]
firestarter-1.0.3/src/hitview.c:600:7: style: The scope of the variable 'h' can be reduced. [variableScope]
firestarter-1.0.3/src/logread.c:67:52: warning: Comparison is wrong. Result of '*lines+i' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
firestarter-1.0.3/src/logread.c:164:2: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
firestarter-1.0.3/src/logread.c:149:0: note: Variable 'type' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/logread.c:164:2: note: Variable 'type' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/logread.c:56:7: style: The scope of the variable 'h' can be reduced. [variableScope]
firestarter-1.0.3/src/logread.c:57:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firestarter-1.0.3/src/logread.c:127:9: style: The scope of the variable 'info' can be reduced. [variableScope]
firestarter-1.0.3/src/logread.c:147:19: style: The scope of the variable 'protocol' can be reduced. [variableScope]
firestarter-1.0.3/src/logread.c:178:11: warning: String literal compared with variable 'type'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
firestarter-1.0.3/src/menus.c:386:30: style: Function 'menus_initialize' argument 1 names different: declaration 'app' definition 'window'. [funcArgNamesDifferent]
firestarter-1.0.3/src/menus.h:22:35: note: Function 'menus_initialize' argument 1 names different: declaration 'app' definition 'window'.
firestarter-1.0.3/src/menus.c:386:30: note: Function 'menus_initialize' argument 1 names different: declaration 'app' definition 'window'.
firestarter-1.0.3/src/menus.c:488:37: style: Function 'menus_events_save_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'. [funcArgNamesDifferent]
firestarter-1.0.3/src/menus.h:30:42: note: Function 'menus_events_save_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:488:37: note: Function 'menus_events_save_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:497:38: style: Function 'menus_events_clear_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'. [funcArgNamesDifferent]
firestarter-1.0.3/src/menus.h:31:43: note: Function 'menus_events_clear_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:497:38: note: Function 'menus_events_clear_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:506:37: style: Function 'menus_policy_edit_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'. [funcArgNamesDifferent]
firestarter-1.0.3/src/menus.h:33:42: note: Function 'menus_policy_edit_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:506:37: note: Function 'menus_policy_edit_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:515:39: style: Function 'menus_policy_remove_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'. [funcArgNamesDifferent]
firestarter-1.0.3/src/menus.h:34:44: note: Function 'menus_policy_remove_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:515:39: note: Function 'menus_policy_remove_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:524:36: style: Function 'menus_policy_add_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'. [funcArgNamesDifferent]
firestarter-1.0.3/src/menus.h:35:41: note: Function 'menus_policy_add_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:524:36: note: Function 'menus_policy_add_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:533:38: style: Function 'menus_policy_apply_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'. [funcArgNamesDifferent]
firestarter-1.0.3/src/menus.h:36:43: note: Function 'menus_policy_apply_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/menus.c:533:38: note: Function 'menus_policy_apply_enabled' argument 1 names different: declaration 'sensitive' definition 'enabled'.
firestarter-1.0.3/src/policyview.c:188:2: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
firestarter-1.0.3/src/policyview.c:186:0: note: Variable 'element' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/policyview.c:188:2: note: Variable 'element' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/policyview.c:230:2: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
firestarter-1.0.3/src/policyview.c:227:0: note: Variable 'element' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/policyview.c:230:2: note: Variable 'element' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/policyview.c:344:2: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
firestarter-1.0.3/src/policyview.c:341:0: note: Variable 'element' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/policyview.c:344:2: note: Variable 'element' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/policyview.c:304:10: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
firestarter-1.0.3/src/policyview.c:883:25: error: Uninitialized variable: comment [uninitvar]
firestarter-1.0.3/src/policyview.c:884:20: error: Uninitialized variable: comment [uninitvar]
firestarter-1.0.3/src/scriptwriter.c:37:16: style: The scope of the variable 'on' can be reduced. [variableScope]
firestarter-1.0.3/src/scriptwriter.c:38:16: style: The scope of the variable 'off' can be reduced. [variableScope]
firestarter-1.0.3/src/scriptwriter.c:680:7: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
firestarter-1.0.3/src/service.c:198:26: warning: String literal compared with variable 'ent->s_name'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
firestarter-1.0.3/src/statusview.c:143:3: warning: %X in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
firestarter-1.0.3/src/statusview.c:143:3: warning: %X in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
firestarter-1.0.3/src/statusview.c:143:3: warning: %ld in format string (no. 5) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
firestarter-1.0.3/src/statusview.c:304:2: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
firestarter-1.0.3/src/statusview.c:302:0: note: Variable 'name' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/statusview.c:304:2: note: Variable 'name' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/statusview.c:386:4: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
firestarter-1.0.3/src/statusview.c:379:0: note: Variable 'entry' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/statusview.c:386:4: note: Variable 'entry' is reassigned a value before the old one has been used.
firestarter-1.0.3/src/statusview.c:810:9: style: The scope of the variable 'renderers' can be reduced. [variableScope]
firestarter-1.0.3/src/statusview.c:812:19: style: The scope of the variable 'renderer' can be reduced. [variableScope]
firestarter-1.0.3/src/tray.c:91:13: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
firestarter-1.0.3/src/tray.c:197:23: style: Function 'tray_menu' argument 1 names different: declaration 'event_box' definition 'widget'. [funcArgNamesDifferent]
firestarter-1.0.3/src/tray.c:28:39: note: Function 'tray_menu' argument 1 names different: declaration 'event_box' definition 'widget'.
firestarter-1.0.3/src/tray.c:197:23: note: Function 'tray_menu' argument 1 names different: declaration 'event_box' definition 'widget'.
[22:14]

ftp://ftp.se.debian.org/debian/pool/main/f/firestring/firestring_0.9.12.orig.tar.gz
firestring/firestring.c:273:6: style: The scope of the variable 'r' can be reduced. [variableScope]
firestring/firestring.c:340:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firestring/firestring.c:356:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firestring/firestring.c:1440:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
firestring/firestring.c:1367:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
firestring/firestring.c:1388:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
firestring/firestring.c:1417:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
firestring/firestring.c:317:7: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
firestring/firestring.c:564:64: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firestring/firestring.c:571:47: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firestring/tester.c:64:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
[22:14]

ftp://ftp.se.debian.org/debian/pool/main/f/firetools/firetools_0.9.52.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/firetray/firetray_0.6.1+dfsg.orig.tar.gz
FireTray-0.6.1/testing/gtk-version.c:6:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/gtk-version.c:6:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/gtk-version.c:6:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/gtk_icon_example.c:83:3: style: Variable 'screen_depth' is reassigned a value before the old one has been used. [redundantAssignment]
FireTray-0.6.1/testing/gtk_icon_example.c:81:0: note: Variable 'screen_depth' is reassigned a value before the old one has been used.
FireTray-0.6.1/testing/gtk_icon_example.c:83:3: note: Variable 'screen_depth' is reassigned a value before the old one has been used.
FireTray-0.6.1/testing/gtk_icon_example.c:119:7: style: The scope of the variable 'sz' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:948:14: style: The scope of the variable 'prop_edit' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1042:14: style: The scope of the variable 'prop_edit' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1132:22: style: The scope of the variable 'label' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1132:30: style: The scope of the variable 'prop_edit' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1132:42: style: The scope of the variable 'button' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1133:10: style: The scope of the variable 'str' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1187:22: style: The scope of the variable 'label' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1187:30: style: The scope of the variable 'prop_edit' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1187:42: style: The scope of the variable 'button' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1188:10: style: The scope of the variable 'str' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1244:14: style: The scope of the variable 'notebook' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1246:14: style: The scope of the variable 'label' can be reduced. [variableScope]
FireTray-0.6.1/testing/prop-editor.c:1248:10: style: The scope of the variable 'ifaces' can be reduced. [variableScope]
FireTray-0.6.1/testing/teststatusicon.c:147:14: style: The scope of the variable 'toggle' can be reduced. [variableScope]
FireTray-0.6.1/testing/trayicon.c:60:50: style: Function 'trayView' argument 2 names different: declaration 'user_data' definition 'window'. [funcArgNamesDifferent]
FireTray-0.6.1/testing/trayicon.c:4:50: note: Function 'trayView' argument 2 names different: declaration 'user_data' definition 'window'.
FireTray-0.6.1/testing/trayicon.c:60:50: note: Function 'trayView' argument 2 names different: declaration 'user_data' definition 'window'.
FireTray-0.6.1/testing/trayicon.c:72:59: style: Function 'trayIconActivated' argument 2 names different: declaration 'data' definition 'window'. [funcArgNamesDifferent]
FireTray-0.6.1/testing/trayicon.c:6:59: note: Function 'trayIconActivated' argument 2 names different: declaration 'data' definition 'window'.
FireTray-0.6.1/testing/trayicon.c:72:59: note: Function 'trayIconActivated' argument 2 names different: declaration 'data' definition 'window'.
FireTray-0.6.1/testing/trayicon.c:93:93: style: Function 'window_state_event' argument 3 names different: declaration 'user_data' definition 'trayIcon'. [funcArgNamesDifferent]
FireTray-0.6.1/testing/trayicon.c:10:93: note: Function 'window_state_event' argument 3 names different: declaration 'user_data' definition 'trayIcon'.
FireTray-0.6.1/testing/trayicon.c:93:93: note: Function 'window_state_event' argument 3 names different: declaration 'user_data' definition 'trayIcon'.
FireTray-0.6.1/testing/window_state_event.c:27:59: style: Function 'trayIconActivated' argument 2 names different: declaration 'data' definition 'window'. [funcArgNamesDifferent]
FireTray-0.6.1/testing/window_state_event.c:3:59: note: Function 'trayIconActivated' argument 2 names different: declaration 'data' definition 'window'.
FireTray-0.6.1/testing/window_state_event.c:27:59: note: Function 'trayIconActivated' argument 2 names different: declaration 'data' definition 'window'.
FireTray-0.6.1/testing/window_state_event.c:33:93: style: Function 'window_state_event' argument 3 names different: declaration 'user_data' definition 'trayIcon'. [funcArgNamesDifferent]
FireTray-0.6.1/testing/window_state_event.c:4:93: note: Function 'window_state_event' argument 3 names different: declaration 'user_data' definition 'trayIcon'.
FireTray-0.6.1/testing/window_state_event.c:33:93: note: Function 'window_state_event' argument 3 names different: declaration 'user_data' definition 'trayIcon'.
FireTray-0.6.1/testing/x11XGetWindowProp.c:44:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/x11XGetWindowProp.c:44:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/x11XGetWindowProp.c:16:14: style: The scope of the variable 'idx' can be reduced. [variableScope]
FireTray-0.6.1/testing/x11XGetWindowProp.c:16:19: style: The scope of the variable 'stride' can be reduced. [variableScope]
FireTray-0.6.1/testing/x11XGetWindowProp.c:17:6: style: The scope of the variable 'X' can be reduced. [variableScope]
FireTray-0.6.1/testing/x11XGetWindowProp.c:17:9: style: The scope of the variable 'Y' can be reduced. [variableScope]
FireTray-0.6.1/testing/xev_desktop.c:29:5: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
FireTray-0.6.1/testing/xtypes.c:8:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/xtypes.c:9:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/xtypes.c:10:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/xtypes.c:11:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/xtypes.c:12:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/xtypes.c:13:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/xtypes.c:14:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/xtypes.c:15:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
FireTray-0.6.1/testing/xtypes.c:16:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
[22:14]

ftp://ftp.se.debian.org/debian/pool/main/f/firewalld/firewalld_0.4.4.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/firexpath/firexpath_0.9.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fis-gtm/fis-gtm_6.3-003A.orig.tar.gz
fis-gtm-V6.3-003A/sr_i386/auto_zlink.c:37:11: style: The scope of the variable 'rhead' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/auto_zlink.c:64:20: error: Uninitialized variable: adj_pc [uninitvar]
fis-gtm-V6.3-003A/sr_i386/emit_code.c:486:12: style: The scope of the variable 'addr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/incr_link.c:62:8: style: The scope of the variable 'module_name' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/incr_link.c:63:66: style: The scope of the variable 'olbt_top' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/incr_link.c:177:15: style: The scope of the variable 'rel_read' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/incr_link.c:177:41: style: The scope of the variable 'sym_size' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/incr_link.c:181:11: style: The scope of the variable 'rtn' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/incr_link.c:183:8: style: The scope of the variable 'labsym' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/incr_link.c:415:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/incr_link.c:240:25: error: Uninitialized variable: new_res [uninitvar]
fis-gtm-V6.3-003A/sr_i386/obj_file.c:112:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/obj_file.c:216:8: style: The scope of the variable 'write' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_i386/obj_file.c:247:8: style: Unused variable: stat [unusedVariable]
fis-gtm-V6.3-003A/sr_port/mdef.h:663:0: error: #error unsupported platform [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_add_region.c:38:42: warning: Either the condition '!ptr' is redundant or there is possible null pointer dereference: ptr. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_add_region.c:36:6: note: Assuming that condition '!ptr' is not redundant
fis-gtm-V6.3-003A/sr_port_cm/gtcm_add_region.c:38:42: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_port_cm/gtcm_err_compat.c:41:0: error: #error Unsupported Platform [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_exi_handler.c:45:14: style: The scope of the variable 'p' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_jnl_switched.c:36:11: style: Unused variable: qe [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_link_accept.c:34:0: error: #error "Unsupported platform" [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_neterr.c:23:21: style: The scope of the variable 'cnx' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_protocol.c:107:14: style: The scope of the variable 'cpuidx' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_protocol.c:134:14: style: The scope of the variable 'osidx' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_protocol.c:127:21: warning: Conversion of string literal "cpu match" to bool always evaluates to true. [incorrectStringBooleanError]
fis-gtm-V6.3-003A/sr_port_cm/gtcm_protocol.c:154:21: warning: Conversion of string literal "os match" to bool always evaluates to true. [incorrectStringBooleanError]
fis-gtm-V6.3-003A/sr_port_cm/gtcmd_cst_init.c:40:15: style: Unused variable: csa [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmd_rundown.c:49:25: style: The scope of the variable 'last' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmd_rundown.c:49:32: style: The scope of the variable 'que_next' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmd_rundown.c:49:43: style: The scope of the variable 'que_last' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmd_rundown.c:50:19: style: The scope of the variable 'region' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmd_rundown.c:54:8: style: The scope of the variable 'refcnt' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_blklck.c:27:25: style: The scope of the variable 'l2' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_blklck.c:28:25: style: The scope of the variable 'p2' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_chkprc.c:42:8: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lcktime.c:27:9: style: Unused variable: status [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lklist.c:41:22: style: The scope of the variable 'regnum' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lklist.c:41:43: style: The scope of the variable 'translev' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lklist.c:41:53: style: The scope of the variable 'subcnt' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lklist.c:45:7: style: The scope of the variable 'new' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lklist.c:42:17: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lkrundown.c:35:17: style: Unused variable: ptr [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lkrundown.c:35:22: style: Unused variable: laflag [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lkrundown.c:36:17: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lkrundown.c:36:21: style: Unused variable: len [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lkrundown.c:37:9: style: Unused variable: status [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcml_lock_internal.c:31:15: style: The scope of the variable 'wakeup' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_bufflush.c:42:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_bufflush.c:45:22: style: The scope of the variable 'regnum' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_bufflush.c:45:30: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_bufflush.c:45:35: style: The scope of the variable 'cc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_bufflush.c:45:39: style: The scope of the variable 'prv' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_data.c:40:17: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_get.c:37:27: style: The scope of the variable 'temp_short' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_get.c:37:17: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_increment.c:49:39: style: The scope of the variable 'end' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_increment.c:52:27: style: The scope of the variable 'temp_short' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_increment.c:52:17: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_initreg.c:35:18: style: Unused variable: list_entry [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_initreg.c:38:16: style: Unused variable: buff [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_initreg.c:38:39: style: Unused variable: end [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkacquire.c:26:34: style: Unused variable: action [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkacquire.c:26:42: style: Unused variable: incr [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkacquire.c:27:18: style: Unused variable: reg_walk [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkcanall.c:30:8: style: Unused variable: norm_stat [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkcanall.c:31:17: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkcanall.c:31:21: style: Unused variable: len [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkcancel.c:31:18: style: Unused variable: reg_walk [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkcancel.c:32:21: style: Unused variable: action [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkcancel.c:32:40: style: Unused variable: incr [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkdelete.c:31:17: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkdelete.c:31:21: style: Unused variable: len [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearrep.c:50:16: style: The scope of the variable 'csa' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearrep.c:77:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearreq.c:105:4: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearreq.c:104:4: note: Variable 'res' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearreq.c:105:4: note: Variable 'res' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearreq.c:57:23: style: The scope of the variable 'removed' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearreq.c:59:8: style: The scope of the variable 'res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearreq.c:60:8: style: Variable 'fao' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearreq.c:87:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearreq.c:109:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_clearreq.c:121:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_showrep.c:56:16: style: The scope of the variable 'lke_ctl' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_showrep.c:57:12: style: The scope of the variable 'ls_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_showrep.c:86:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lke_showreq.c:73:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkreqnode.c:30:2: style: Variable 'ptr' is modified but its new value is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkresume.c:35:2: style: Variable 'return_val' is reassigned a value before the old one has been used. [redundantAssignment]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkresume.c:33:2: note: Variable 'return_val' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkresume.c:35:2: note: Variable 'return_val' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkresume.c:32:2: style: Variable 'ptr' is modified but its new value is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lkresume.c:27:18: style: Unused variable: reg_walk [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_lksuspend.c:32:2: style: Variable 'ptr' is modified but its new value is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_put.c:52:17: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_terminate.c:43:9: style: Unused variable: status [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_zprevious.c:47:40: style: The scope of the variable 'kcur' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_zprevious.c:47:47: style: The scope of the variable 'ktop' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gtcmtr_zwithdraw.c:37:17: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmx_canremlk.c:25:9: style: Unused variable: status [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmx_canremlk.c:25:17: style: Unused variable: count [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmx_increment.c:33:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gvcmx_increment.c:33:39: style: The scope of the variable 'end' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gvcmx_increment.c:34:8: style: Unused variable: tmpmval [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmx_susremlk.c:33:16: style: Unused variable: count [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmx_unlock.c:32:39: style: Unused variable: ptr [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmy_close.c:23:7: style: Unused variable: len [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmy_open.c:58:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_bunch.c:52:53: style: The scope of the variable 'msgptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_bunch.c:57:29: style: The scope of the variable 'oldrec_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_clrlkreq.c:31:29: style: Unused variable: ptr [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_doop.c:46:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_doop.c:46:39: style: The scope of the variable 'end' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_doop.c:47:17: style: Unused variable: srv_buff_size [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_doop.c:214:86: error: Uninitialized variable: len [uninitvar]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_int_lkcancel.c:51:9: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_int_lkcancel.c:54:18: style: Unused variable: norm_stat [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_lkread_ast.c:33:41: style: Unused variable: p [unusedVariable]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_lksublist.c:37:17: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_neterr.c:40:29: style: Function 'gvcmz_neterr' argument 1 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz.h:16:29: note: Function 'gvcmz_neterr' argument 1 names different: declaration 'error' definition 'err'.
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_neterr.c:40:29: note: Function 'gvcmz_neterr' argument 1 names different: declaration 'error' definition 'err'.
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_netopen.c:183:0: error: #error Unsupported platform [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_port_cm/gvcmz_sndlkremove.c:25:16: style: Unused variable: count [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/add_inter.c:69:0: error: #error "Don't know how to compswap on this platform" [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix/sleep.h:30:0: error: #error "Unsure of support for sleep functions on this platform" [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix/gt_timer.h:55:0: error: #error unsupported platform [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix/auto_zlink.c:26:0: error: #error "Routine should not be built by non-autorelink-enabled platforms" [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:362:20: warning: Either the condition 'NULL!=curr_hash_ptr' is redundant or there is possible null pointer dereference: curr_hash_ptr. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:367:4: note: Assuming that condition 'NULL!=curr_hash_ptr' is not redundant
fis-gtm-V6.3-003A/sr_unix/bin_load.c:362:20: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/bin_load.c:201:21: style: The scope of the variable 'stride' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:202:6: style: The scope of the variable 'uopbuffpos' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:202:18: style: The scope of the variable 'uopleft' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:228:88: style: The scope of the variable 'ctop' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:232:27: style: The scope of the variable 'next_cmpc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:252:9: style: The scope of the variable 'std_null_coll' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:253:41: style: The scope of the variable 'encrypted_hash_array_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:253:67: style: The scope of the variable 'null_iv_array_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:254:45: style: The scope of the variable 'curr_hash_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:197:37: style: Function 'zwr_out_print' argument 2 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:192:38: note: Function 'zwr_out_print' argument 2 names different: declaration 'len' definition 'bufflen'.
fis-gtm-V6.3-003A/sr_unix/bin_load.c:197:37: note: Function 'zwr_out_print' argument 2 names different: declaration 'len' definition 'bufflen'.
fis-gtm-V6.3-003A/sr_unix/bin_load.c:357:0: error: Memory leak: encrypted_hash_array_ptr [memleak]
fis-gtm-V6.3-003A/sr_unix/bin_load.c:357:0: error: Memory leak: encr_key_handles [memleak]
fis-gtm-V6.3-003A/sr_unix/ce_init.c:22:9: style: Unused variable: compiler_escape_init [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_init.c:23:7: style: Unused variable: filename_logical [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_init.c:23:25: style: Unused variable: filename_translation [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_init.c:24:7: style: Unused variable: buffer [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_substitute.c:22:17: style: Unused variable: cp [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_substitute.c:22:21: style: Unused variable: sub_buffer [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_substitute.c:23:9: style: Unused variable: source_length [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_substitute.c:23:24: style: Unused variable: tail_length [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_substitute.c:24:8: style: Unused variable: lcl_src_col [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_substitute.c:24:21: style: Unused variable: skip_count [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_substitute.c:24:33: style: Unused variable: status [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ce_substitute.c:25:8: style: Unused variable: run_or_compile [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/clear_cache_array.c:58:10: style: Unused variable: err_msg [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/clear_cache_array.c:59:13: style: Unused variable: got_lock [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/clear_cache_array.c:73:69: warning: Assert statement modifies 'semval'. [assignmentInAssert]
fis-gtm-V6.3-003A/sr_unix/cli.c:306:28: style: The scope of the variable 'cp' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli.c:307:15: style: The scope of the variable 'factor' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli.c:422:7: style: The scope of the variable 'ch_index' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_disallow.c:143:2: style: Variable 'oper' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/cli_disallow.c:171:12: style: Unused variable: tmpres [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/cli_disallow.c:142:12: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/cli_disallow.c:146:14: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/cli_lex.c:370:9: style: The scope of the variable 'in_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_lex.c:505:7: style: The scope of the variable 'arg_no' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_lex.c:591:7: style: The scope of the variable 'arg_no' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_lex.c:592:9: style: The scope of the variable 'from' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_lex.c:592:16: style: The scope of the variable 'to' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_lex.c:327:25: style: Variable 'bufend' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:140:19: style: The scope of the variable 'res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:220:13: style: The scope of the variable 'pparm_tmp' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:576:10: style: The scope of the variable 'ptr_next_val' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:576:25: style: The scope of the variable 'ptr_next_comma' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:576:42: style: The scope of the variable 'ptr_equal' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:577:7: style: The scope of the variable 'len_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:577:16: style: The scope of the variable 'neg_flg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:577:25: style: The scope of the variable 'ptr_equal_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:834:30: style: The scope of the variable 'tmp_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:979:18: style: The scope of the variable 'res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:982:9: style: The scope of the variable 'gets_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:983:7: style: The scope of the variable 'parm_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:222:9: style: Unused variable: sp [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/cli_parse.c:741:2: style: Variable 'cmd_err' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/comp_lits.c:29:10: style: Unused variable: cnt [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/comp_lits.c:30:11: style: Unused variable: align_pad [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/condstk_expand.c:34:13: style: Unused variable: mvs [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ctrlc_handler.c:26:7: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/db_ipcs_reset.c:86:9: warning: Either the condition 'NULL==(udi)' is redundant or there is possible null pointer dereference: udi. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/db_ipcs_reset.c:107:2: note: Assuming that condition 'NULL==(udi)' is not redundant
fis-gtm-V6.3-003A/sr_unix/db_ipcs_reset.c:86:9: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/db_ipcs_reset.c:106:9: warning: Either the condition 'NULL==(udi)' is redundant or there is possible null pointer dereference: udi. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/db_ipcs_reset.c:107:2: note: Assuming that condition 'NULL==(udi)' is not redundant
fis-gtm-V6.3-003A/sr_unix/db_ipcs_reset.c:106:9: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/db_ipcs_reset.c:135:24: warning: Assert statement modifies 'semval'. [assignmentInAssert]
fis-gtm-V6.3-003A/sr_unix/db_write_eof_block.c:33:15: style: The scope of the variable 'csa' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dbcertify_signal_handler.c:93:35: warning: Either the condition 'NULL!=info' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/dbcertify_signal_handler.c:90:11: note: Assuming that condition 'NULL!=info' is not redundant
fis-gtm-V6.3-003A/sr_unix/dbcertify_signal_handler.c:93:35: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/dbfilop.c:105:4: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dbfilop.c:108:5: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dbinit_ch.c:56:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dbinit_ch.c:71:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/dbinit_ch.c:56:12: style: Unused variable: lcl_new_dbinit_ipc [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/dec_err.c:26:9: style: Unused variable: i [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/dec_err.c:26:12: style: Unused variable: j [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/dec_err.c:35:12: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/dec_err.c:37:15: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/dec_err.c:53:19: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/dec_err.c:57:45: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/dec_err.c:60:2: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/deferred_signal_handler.c:56:10: style: The scope of the variable 'signal_routine' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/deferred_signal_handler.c:57:9: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/deferred_signal_handler.c:58:17: style: Unused variable: prev_intrpt_state [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/dm_read.c:164:7: style: The scope of the variable 'delta_width' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dm_read.c:172:78: style: The scope of the variable 'selstat' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dm_read.c:175:18: style: The scope of the variable 'mv_zintdev' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/do_write.c:35:2: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/do_write.c:58:2: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/dpgbldir_sysops.c:150:2: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/dpgbldir_sysops.c:118:2: error: Returning/dereferencing 'fp' after it is deallocated / released [deallocret]
fis-gtm-V6.3-003A/sr_unix/dpgbldir_sysops.c:87:37: error: Memory is allocated but not initialized: fp [uninitdata]
fis-gtm-V6.3-003A/sr_unix/dpgbldir_sysops.c:87:37: error: Uninitialized variable: fp [uninitvar]
fis-gtm-V6.3-003A/sr_unix/dse_open.c:69:8: style: Unused variable: save_errno [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/dse_open.c:74:7: style: Unused variable: cnt [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/dsk_read.c:75:8: style: The scope of the variable 'bsiz' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_read.c:96:14: style: The scope of the variable 'read_reformat_buffer_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_read.c:97:8: style: The scope of the variable 'in_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_read.c:97:16: style: The scope of the variable 'gtmcrypt_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_read.c:98:10: style: The scope of the variable 'in' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_read.c:98:15: style: The scope of the variable 'out' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_write_nocache.c:54:8: style: The scope of the variable 'in_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_write_nocache.c:54:16: style: The scope of the variable 'this_blk_size' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_write_nocache.c:54:31: style: The scope of the variable 'gtmcrypt_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_write_nocache.c:55:10: style: The scope of the variable 'in' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/dsk_write_nocache.c:56:15: style: The scope of the variable 'seg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/extract_signal_info.c:190:0: error: #error "Unsupported Platform" [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix/exttab_parse.c:345:6: style: The scope of the variable 'fclose_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/exttab_parse.c:479:27: error: Uninitialized variable: pak [uninitvar]
fis-gtm-V6.3-003A/sr_unix/f_char.c:32:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/f_char.c:32:18: style: The scope of the variable 'char_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/f_char.c:32:28: style: The scope of the variable 'size' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/f_piece.c:46:9: style: The scope of the variable 'delim_mval' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/fgn_getinfo.c:55:8: style: The scope of the variable 'err_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/fgn_getinfo.c:86:8: style: The scope of the variable 'err_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/fgn_getinfo.c:122:8: style: The scope of the variable 'err_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/fgn_getinfo.c:85:9: style: Unused variable: short_sym_addr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/file_head_write.c:73:2: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/file_input.c:144:22: style: The scope of the variable 'ret' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/file_input.c:262:8: style: The scope of the variable 'rd_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/file_input.c:87:17: style: Unused variable: open_params [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/file_input.c:143:8: style: Unused variable: ptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/file_input.c:144:6: style: Unused variable: rd_cnt [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/file_input.c:261:10: style: Unused variable: ptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/file_input.c:262:16: style: Unused variable: s1 [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gdsfilext_nojnl.c:107:62: error: Uninitialized variable: diobuff [uninitvar]
fis-gtm-V6.3-003A/sr_unix/get_full_path.c:29:8: style: The scope of the variable 'cptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_full_path.c:29:15: style: The scope of the variable 'c1' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_full_path.c:31:6: style: The scope of the variable 'cwd_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_full_path.c:32:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_full_path.c:33:8: style: The scope of the variable 'getcwd_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:79:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:233:17: style: The scope of the variable 'size' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:237:51: style: The scope of the variable 'prev_srcptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:274:43: style: The scope of the variable 'srcfilnamlen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:279:29: style: The scope of the variable 'cptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:282:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:70:8: style: Unused variable: srcrecs [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:70:26: style: Unused variable: size [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:70:43: style: Unused variable: srcfilnamlen [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:71:13: style: Unused variable: found [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:71:20: style: Unused variable: added [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:71:27: style: Unused variable: eof_seen [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:72:9: style: Unused variable: src [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:74:13: style: Unused variable: srcdir [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:75:10: style: Unused variable: base [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:75:17: style: Unused variable: current [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:75:27: style: Unused variable: top [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:76:9: style: Unused variable: buff [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:76:29: style: Unused variable: cptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:76:36: style: Unused variable: srcfile_name [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:77:9: style: Unused variable: srcnamebuf [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:79:12: style: Unused variable: fclose_res [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:80:10: style: Unused variable: fgets_rc [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:81:10: style: Unused variable: fp [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:82:15: style: Unused variable: srcfile_stat [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:83:10: style: Unused variable: srcsize [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:84:18: style: Unused variable: srcptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:84:27: style: Unused variable: srcptr_max [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:84:40: style: Unused variable: srcstart [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:84:51: style: Unused variable: eol_srcstart [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:84:66: style: Unused variable: prev_srcptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:85:25: style: Unused variable: checksum_ctx [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:237:40: style: Unused variable: srcstart [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:274:18: style: Unused variable: lt_ptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:274:32: style: Unused variable: line_indx [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:275:20: style: Unused variable: added [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:287:40: style: Unused variable: srcstart [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/get_src_line.c:287:51: style: Unused variable: eol_srcstart [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/geteditor.c:27:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/getstorage.c:28:15: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/go_load.c:303:8: style: The scope of the variable 'rd_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/go_load.c:86:53: style: Function 'go_load' argument 3 names different: declaration 'recbuf' definition 'rec_buff'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/load.h:41:54: note: Function 'go_load' argument 3 names different: declaration 'recbuf' definition 'rec_buff'.
fis-gtm-V6.3-003A/sr_unix/go_load.c:86:53: note: Function 'go_load' argument 3 names different: declaration 'recbuf' definition 'rec_buff'.
fis-gtm-V6.3-003A/sr_unix/gtm.c:90:7: style: The scope of the variable 'ERR_GTMDISTUNDEF' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm.c:91:7: style: The scope of the variable 'ERR_DISTPATHMAX' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm.c:92:7: style: The scope of the variable 'ERR_DLLNOOPEN' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm.c:93:7: style: The scope of the variable 'ERR_DLLNORTN' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_bintim.c:62:15: style: The scope of the variable 'mktime_ret' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_bintim.c:114:15: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_bintim.c:90:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fis-gtm-V6.3-003A/sr_unix/gtm_bintim.c:93:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fis-gtm-V6.3-003A/sr_unix/gtm_bintim.c:98:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fis-gtm-V6.3-003A/sr_unix/gtm_bintim.c:102:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:40:16: style: The scope of the variable 'c' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:41:7: style: The scope of the variable 'index' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:71:14: style: The scope of the variable 'ichset' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:55:31: style: Function 'gtm_strToTitle' argument 1 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_conv.h:32:31: note: Function 'gtm_strToTitle' argument 1 names different: declaration 'dest' definition 'dst'.
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:55:31: note: Function 'gtm_strToTitle' argument 1 names different: declaration 'dest' definition 'dst'.
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:55:44: style: Function 'gtm_strToTitle' argument 2 names different: declaration 'destCapacity' definition 'dstlen'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_conv.h:32:45: note: Function 'gtm_strToTitle' argument 2 names different: declaration 'destCapacity' definition 'dstlen'.
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:55:44: note: Function 'gtm_strToTitle' argument 2 names different: declaration 'destCapacity' definition 'dstlen'.
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:55:78: style: Function 'gtm_strToTitle' argument 4 names different: declaration 'srcLength' definition 'srclen'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_conv.h:32:85: note: Function 'gtm_strToTitle' argument 4 names different: declaration 'srcLength' definition 'srclen'.
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:55:78: note: Function 'gtm_strToTitle' argument 4 names different: declaration 'srcLength' definition 'srclen'.
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:56:35: style: Function 'gtm_strToTitle' argument 6 names different: declaration 'pErrorCode' definition 'status'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_conv.h:33:42: note: Function 'gtm_strToTitle' argument 6 names different: declaration 'pErrorCode' definition 'status'.
fis-gtm-V6.3-003A/sr_unix/gtm_conv.c:56:35: note: Function 'gtm_strToTitle' argument 6 names different: declaration 'pErrorCode' definition 'status'.
fis-gtm-V6.3-003A/sr_unix/gtm_dump_core.c:27:26: style: The scope of the variable 'newname' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_dump_core.c:28:30: style: The scope of the variable 'suffix' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_dump_core.c:28:38: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_dump_core.c:68:2: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_env_init_sp.c:136:31: style: The scope of the variable 'token' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_env_init_sp.c:137:18: style: The scope of the variable 'c' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_env_translate.c:34:7: style: The scope of the variable 'ret_gtm_env_xlate' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_env_translate.c:35:8: style: The scope of the variable 'pakname' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_event_log.c:43:14: style: Unused variable: index [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_event_log.c:43:21: style: Unused variable: save_errno [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_event_log.c:44:25: style: Unused variable: args [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_file_stat.c:41:8: style: The scope of the variable 'stat_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_fork_n_core.c:74:20: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_fork_n_core.c:81:16: style: Unused variable: csa [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_fork_n_core.c:82:19: style: Unused variable: csd [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_fork_n_core.c:82:24: style: Unused variable: tmp_csd [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_fork_n_core.c:83:14: style: Unused variable: reg [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_fork_n_core.c:83:20: style: Unused variable: r_top [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_fork_n_core.c:172:2: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_fork_n_core.c:186:4: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_fork_n_core.c:200:3: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_getmsg.c:27:0: style: The scope of the variable 'j' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_getmsg.c:30:8: style: The scope of the variable 'outbuf' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_getpwuid.c:36:9: style: The scope of the variable 'buff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_getpwuid.c:37:10: style: The scope of the variable 'buff_size' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_getpwuid.c:38:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_getpwuid.c:46:4: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_getpwuid.c:57:4: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:187:2: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:184:12: note: Variable 'i' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:187:2: note: Variable 'i' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:161:8: style: The scope of the variable 'tmp_errstr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:210:14: style: The scope of the variable 'cur_icu_fname' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:211:7: style: The scope of the variable 'icu_final_fname_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:211:28: style: The scope of the variable 'icu_libname_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:211:81: style: The scope of the variable 'iculibver_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:209:9: style: Unused variable: strtokptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_icu.c:211:50: style: Unused variable: save_fname_len [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_image_exit.c:20:16: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_main.c:100:16: style: Unused variable: eq [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_main.c:103:8: style: Unused variable: gtmcrypt_errno [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:85:8: style: Condition '1==max_threads' is always true [knownConditionTrueFalse]
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:77:16: note: Assignment 'max_threads=1', assigned value is 1
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:85:8: note: Condition '1==max_threads' is always true
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:61:22: style: The scope of the variable 'rc1' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:63:13: style: The scope of the variable 'thr_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:59:52: style: Function 'gtm_multi_thread' argument 6 names different: declaration 'parmarray' definition 'parm_array'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.h:21:52: note: Function 'gtm_multi_thread' argument 6 names different: declaration 'parmarray' definition 'parm_array'.
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:59:52: note: Function 'gtm_multi_thread' argument 6 names different: declaration 'parmarray' definition 'parm_array'.
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:61:18: style: Unused variable: rc [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:61:27: style: Unused variable: error_line [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:62:20: style: Unused variable: ret [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:65:17: style: Unused variable: attr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_multi_thread.c:66:11: style: Unused variable: savemask [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_permissions.c:83:8: style: The scope of the variable 'ret_stat' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_permissions.c:84:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_permissions.c:174:9: style: The scope of the variable 'strnow' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_permissions.c:174:18: style: The scope of the variable 'strtop' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_permissions.c:175:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_permissions.c:175:10: style: Unused variable: len [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_pipe.c:75:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_putmsg_list.c:48:10: style: The scope of the variable 'msg_id' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_putmsg_list.c:48:41: style: The scope of the variable 'dummy' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_putmsg_list.c:52:17: style: The scope of the variable 'ctl' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_putmsg_list.c:121:13: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/gtm_putmsg_list.c:129:20: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.c:64:11: style: The scope of the variable 'msgstr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.c:65:50: style: The scope of the variable 'semval' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.c:65:58: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.c:69:11: style: The scope of the variable 'sem_names' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.c:60:23: style: Function 'do_blocking_semop' argument 5 names different: declaration 'status' definition 'retstat'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.h:72:23: note: Function 'do_blocking_semop' argument 5 names different: declaration 'status' definition 'retstat'.
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.c:60:23: note: Function 'do_blocking_semop' argument 5 names different: declaration 'status' definition 'retstat'.
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.c:61:15: style: Function 'do_blocking_semop' argument 9 names different: declaration 'incr_sem' definition 'incr_cnt'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.h:73:15: note: Function 'do_blocking_semop' argument 9 names different: declaration 'incr_sem' definition 'incr_cnt'.
fis-gtm-V6.3-003A/sr_unix/gtm_semutils.c:61:15: note: Function 'do_blocking_semop' argument 9 names different: declaration 'incr_sem' definition 'incr_cnt'.
fis-gtm-V6.3-003A/sr_unix/gtm_startup_chk.c:164:0: error: #error "Unsupported platform : no way to determine the true exe path" [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix/gtm_system.c:44:8: style: Unused variable: len [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_system.c:44:13: style: Unused variable: shlen [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_system.c:68:2: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_system.c:84:3: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_system.c:90:3: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_system.c:100:3: style: Unused variable: rname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:704:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1246:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:204:30: style: The scope of the variable 'optionlen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:466:53: style: The scope of the variable 'CAptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:469:8: style: The scope of the variable 'rv' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:469:52: style: The scope of the variable 'verify_mode' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:469:76: style: The scope of the variable 'verify_level' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:475:23: style: The scope of the variable 'options_current' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:477:15: style: The scope of the variable 'store' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:478:16: style: The scope of the variable 'lookup' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:481:26: style: The scope of the variable 'cfg_line' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:482:27: style: The scope of the variable 'cfg_file' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:483:27: style: The scope of the variable 'cfg_setting' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:729:10: style: The scope of the variable 'env_name_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:730:8: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:823:30: style: The scope of the variable 'elem' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1402:8: style: The scope of the variable 'vresult' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1518:13: style: The scope of the variable 'cfg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1519:38: style: The scope of the variable 'cfg_setting' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1520:9: style: The scope of the variable 'cfg_path' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1528:17: style: The scope of the variable 'session_id_string' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1626:9: style: The scope of the variable 'verify_result' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1626:24: style: The scope of the variable 'timeout' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1626:33: style: The scope of the variable 'creation_time' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1628:16: style: The scope of the variable 'ssl_version' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1629:20: style: The scope of the variable 'cipher' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1631:10: style: The scope of the variable 'ssl_version_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1631:28: style: The scope of the variable 'session_id_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1635:13: style: The scope of the variable 'pubkey' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1636:16: style: The scope of the variable 'session' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1845:31: style: The scope of the variable 'prev_node' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:922:49: style: Function 'gtm_tls_socket' argument 1 names different: declaration 'ctx' definition 'tls_ctx'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_interface.h:239:49: note: Function 'gtm_tls_socket' argument 1 names different: declaration 'ctx' definition 'tls_ctx'.
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:922:49: note: Function 'gtm_tls_socket' argument 1 names different: declaration 'ctx' definition 'tls_ctx'.
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1843:35: style: Function 'gtm_tls_fini' argument 1 names different: declaration 'ctx' definition 'tls_ctx'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_interface.h:370:36: note: Function 'gtm_tls_fini' argument 1 names different: declaration 'ctx' definition 'tls_ctx'.
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1843:35: note: Function 'gtm_tls_fini' argument 1 names different: declaration 'ctx' definition 'tls_ctx'.
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1518:18: style: Unused variable: tmpcfg [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1519:20: style: Unused variable: tlsid [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1519:28: style: Unused variable: tlssect [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1521:21: style: Unused variable: parse_len [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1524:9: style: Unused variable: options_mask [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1524:23: style: Unused variable: options_current [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1524:40: style: Unused variable: options_clear [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1524:55: style: Unused variable: verify_long [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1524:68: style: Unused variable: level_long [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1524:80: style: Unused variable: level_clear [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1525:10: style: Unused variable: optionendptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1525:25: style: Unused variable: parse_ptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1526:15: style: Unused variable: verify_mode_string [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1526:36: style: Unused variable: verify_level_string [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1527:31: style: Unused variable: session_id_hex [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:797:29: warning: Assert statement modifies 'env_value'. [assignmentInAssert]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_impl.c:1057:52: error: Uninitialized variable: verify_level [uninitvar]
fis-gtm-V6.3-003A/sr_unix/gtm_tls_loadlibrary.c:74:42: style: Unused variable: util_libpath [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_unlink_all.c:81:11: style: The scope of the variable 'rtnhdr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_unlink_all.c:81:20: style: Unused variable: rhdr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_unlink_all.c:81:27: style: Unused variable: next_rhdr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_unlink_all.c:82:19: style: Unused variable: tabent_mname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_unlink_all.c:83:12: style: Unused variable: telem [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_unlink_all.c:86:14: style: Unused variable: key [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_unlink_all.c:87:18: style: Unused variable: src_tbl [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_unlink_all.c:88:15: style: Unused variable: gvt [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtm_utf8.c:61:16: style: The scope of the variable 'bytelen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_utf8.c:137:17: style: The scope of the variable 'cwidth' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtm_utf8.c:266:7: style: The scope of the variable 'tmplen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:345:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:350:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:475:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:479:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:217:8: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:530:8: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:951:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:952:8: style: The scope of the variable 'dist_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:953:9: style: The scope of the variable 'gtmsecshr_path' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:954:8: style: The scope of the variable 'gtmsecshr_path_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:514:91: style: Function 'gtm_ci_exec' argument 4 names different: declaration 'var' definition 'temp_var'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtmci.h:49:92: note: Function 'gtm_ci_exec' argument 4 names different: declaration 'var' definition 'temp_var'.
fis-gtm-V6.3-003A/sr_unix/gtmci.c:514:91: note: Function 'gtm_ci_exec' argument 4 names different: declaration 'var' definition 'temp_var'.
fis-gtm-V6.3-003A/sr_unix/gtmci.c:538:11: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:919:12: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:920:46: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:930:12: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/gtmci.c:931:71: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/gtmci_signals.c:56:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci_signals.c:66:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci_signals.c:76:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmci_signals.c:89:26: style: Unused variable: ignore [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_sym_ref.h:34:0: error: #error "Unsupported encryption library. Reference implementation currently supports OpenSSL and Libgcrypt" [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:364:14: warning: Either the condition 'NULL!=pwent' is redundant or there is possible null pointer dereference: pwent. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:374:13: note: Assuming that condition 'NULL!=pwent' is not redundant
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:364:14: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:365:11: warning: Either the condition 'NULL!=pwent' is redundant or there is possible null pointer dereference: pwent. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:374:13: note: Assuming that condition 'NULL!=pwent' is not redundant
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:365:11: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:227:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:227:33: style: The scope of the variable 'mumps_exe' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:227:58: style: The scope of the variable 'hash_in' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:228:16: style: The scope of the variable 'mmap_addrs' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:229:19: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:229:27: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmcrypt_util.c:229:39: style: The scope of the variable 'fd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_sock_cleanup.c:39:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_sock_cleanup.c:41:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_sock_cleanup.c:45:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_sock_init.c:72:32: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_sock_init.c:73:10: style: The scope of the variable 'error_mesg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_sock_init.c:179:20: style: The scope of the variable 'gtmsecshr_cli_sockpath_end' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_sock_init.c:182:39: style: The scope of the variable 'suffix' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_sock_init.c:183:17: style: The scope of the variable 'pid_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_sock_init.c:188:8: style: The scope of the variable 'lib_gid' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_wrapper.c:168:12: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_wrapper.c:176:9: style: The scope of the variable 'gtm_secshr_path' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_wrapper.c:178:9: style: The scope of the variable 'gtm_secshr_orig_path' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/gtmsecshr_wrapper.c:180:7: style: Unused variable: rc [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/gvcst_spr_kill.c:64:13: style: The scope of the variable 'reg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:409:19: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:220:9: note: Assignment 'shdr=NULL', assigned value is 0
fis-gtm-V6.3-003A/sr_unix/incr_link.c:409:19: note: Null pointer addition
fis-gtm-V6.3-003A/sr_unix/incr_link.c:157:44: style: The scope of the variable 'name_buf_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:162:67: style: The scope of the variable 'olbt_top' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:164:18: style: The scope of the variable 'pre_v5_routine_name' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:166:36: style: The scope of the variable 'newaddr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:168:19: style: The scope of the variable 'littop' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:171:9: style: The scope of the variable 'name_buf' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:858:39: style: The scope of the variable 'sym_size' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:1148:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:1153:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/incr_link.c:929:19: error: Uninitialized variable: new_res [uninitvar]
fis-gtm-V6.3-003A/sr_unix/iob_flush.c:41:20: style: The scope of the variable 'nrewritten' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iob_flush.c:43:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iob_write.c:33:10: style: Unused variable: nwrite [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/iomt_ch.c:36:12: style: The scope of the variable 'dv' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iomt_ch.c:37:15: style: The scope of the variable 'mt_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iomt_closesp.c:28:2: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/iomt_open.c:105:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iomt_reopen.c:31:12: style: The scope of the variable 'fpos' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iomt_reopen.c:31:18: style: The scope of the variable 'rpos' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iomt_reopen.c:31:7: style: Unused variable: res [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/iomt_reopen.c:49:10: style: Variable 'fpos' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/iomt_reopen.c:50:10: style: Variable 'rpos' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/iomt_reopen.c:32:8: style: Unused variable: mt_fileno [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/iomt_reopen.c:32:19: style: Unused variable: mt_blkno [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:674:78: warning: Either the condition 'NULL!=pshell' is redundant or there is possible null pointer dereference: pshell. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:675:13: note: Assuming that condition 'NULL!=pshell' is not redundant
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:674:78: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:682:77: warning: Either the condition 'NULL!=pcommand' is redundant or there is possible null pointer dereference: pcommand. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:683:12: note: Assuming that condition 'NULL!=pcommand' is not redundant
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:682:77: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:690:76: warning: Either the condition 'NULL!=pstderr' is redundant or there is possible null pointer dereference: pstderr. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:691:13: note: Assuming that condition 'NULL!=pstderr' is not redundant
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:690:76: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:132:8: style: The scope of the variable 'token1' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:278:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:284:7: style: The scope of the variable 'param_offset' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:298:10: style: The scope of the variable 'sh' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:301:7: style: The scope of the variable 'parse_result' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:302:8: style: The scope of the variable 'status_read' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:305:8: style: The scope of the variable 'ret_token' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:612:3: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:619:4: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iopi_open.c:626:4: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_open.c:59:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_open.c:64:7: style: The scope of the variable 'bom_size_toread' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_open.c:70:8: style: The scope of the variable 'pipe_buff_size' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_use.c:183:16: style: The scope of the variable 'c' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_use.c:393:9: style: The scope of the variable 'fc_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_use.c:395:9: style: The scope of the variable 'newfd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:50:15: style: The scope of the variable 'mblen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:50:22: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:51:10: style: The scope of the variable 'utf_code' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:52:34: style: The scope of the variable 'top' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:52:62: style: The scope of the variable 'outptrtop' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:115:24: style: The scope of the variable 'fstat_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:115:35: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:356:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:357:7: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:360:7: style: The scope of the variable 'fstat_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_write.c:362:15: style: The scope of the variable 'save_dollarx' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_wteol.c:54:7: style: The scope of the variable 'fstat_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iorm_wteol.c:54:18: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:48:17: style: The scope of the variable 'str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:117:41: style: The scope of the variable 'cur_width' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:119:45: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:119:54: style: The scope of the variable 'outtop' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:120:11: style: The scope of the variable 'str32' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:298:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:473:7: style: The scope of the variable 'dx_ret' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:473:15: style: The scope of the variable 'this_width' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:473:27: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_edit.c:97:9: error: Uninitialized variable: written [uninitvar]
fis-gtm-V6.3-003A/sr_unix/iott_open.c:49:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_open.c:53:7: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_open.c:130:9: style: The scope of the variable 'env_term' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_use.c:80:15: style: The scope of the variable 'ttab' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_use.c:82:18: style: The scope of the variable 'fil_type' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_use.c:82:28: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_use.c:82:40: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_use.c:84:13: style: The scope of the variable 'd_in' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_use.c:84:20: style: The scope of the variable 'd_out' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_use.c:91:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/iott_use.c:91:21: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/is_fstype_nfs.c:43:0: error: #error UNSUPPORTED PLATFORM [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix/is_raw_dev.c:21:9: style: Unused variable: c [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/jnl_file_open.c:114:5: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jnl_file_open.c:118:5: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jnl_file_open.c:168:4: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jnl_file_open.c:172:4: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jnl_fsync.c:62:8: style: The scope of the variable 'fsync_ret' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jnl_fsync.c:62:19: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jnl_prc_vector.c:39:21: style: The scope of the variable 's' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jnlext_merge_sort_prepare.c:41:21: style: The scope of the variable 'forw_multi' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jobchild_init.c:69:8: style: The scope of the variable 'run_file_name' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jobchild_init.c:74:7: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/jobchild_init.c:68:17: style: Unused variable: i [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/jobexam_signal_handler.c:58:35: warning: Either the condition 'NULL!=info' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/jobexam_signal_handler.c:55:11: note: Assuming that condition 'NULL!=info' is not redundant
fis-gtm-V6.3-003A/sr_unix/jobexam_signal_handler.c:58:35: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/jobexam_signal_handler.c:115:0: style: Variable 'arg' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/laberror.c:37:7: style: Unused variable: lblname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/laberror.c:38:6: style: Unused variable: skiplen [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/laberror.c:39:8: style: Unused variable: cptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/laberror.c:39:15: style: Unused variable: maxcptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/list_file.c:89:43: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fis-gtm-V6.3-003A/sr_unix/list_file.c:201:18: style: The scope of the variable 'space_avail' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/list_file.c:239:14: style: The scope of the variable 'q' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/list_file.c:128:17: style: Unused variable: cmd_len [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/list_file.c:129:16: style: Unused variable: cmd_line [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/list_file.c:239:8: style: Unused variable: m [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/lke_fileio.c:39:21: style: The scope of the variable 'fd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/lke_fileio.c:41:9: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/lke_fileio.c:97:2: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/lref_parse.c:24:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/lref_parse.c:22:32: style: Function 'lref_parse' argument 1 names different: declaration 'lref' definition 'label_ref'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_startup.h:18:33: note: Function 'lref_parse' argument 1 names different: declaration 'lref' definition 'label_ref'.
fis-gtm-V6.3-003A/sr_unix/lref_parse.c:22:32: note: Function 'lref_parse' argument 1 names different: declaration 'lref' definition 'label_ref'.
fis-gtm-V6.3-003A/sr_unix/lref_parse.c:22:49: style: Function 'lref_parse' argument 2 names different: declaration 'rtn' definition 'routine'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_startup.h:18:45: note: Function 'lref_parse' argument 2 names different: declaration 'rtn' definition 'routine'.
fis-gtm-V6.3-003A/sr_unix/lref_parse.c:22:49: note: Function 'lref_parse' argument 2 names different: declaration 'rtn' definition 'routine'.
fis-gtm-V6.3-003A/sr_unix/lref_parse.c:22:64: style: Function 'lref_parse' argument 3 names different: declaration 'lab' definition 'label'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/gtm_startup.h:18:56: note: Function 'lref_parse' argument 3 names different: declaration 'lab' definition 'label'.
fis-gtm-V6.3-003A/sr_unix/lref_parse.c:22:64: note: Function 'lref_parse' argument 3 names different: declaration 'lab' definition 'label'.
fis-gtm-V6.3-003A/sr_unix/memprot.c:22:6: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mmrhash.c:116:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mmrhash.c:117:14: style: The scope of the variable 'bufflen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mmrhash.c:200:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mmrhash.c:201:14: style: The scope of the variable 'bufflen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mmrhash.c:338:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mmrhash.c:339:14: style: The scope of the variable 'bufflen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mmrhash.c:796:28: style: The scope of the variable 'n' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_all_version_standalone.c:67:26: style: The scope of the variable 'fd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_all_version_standalone.c:180:50: style: Function 'mu_all_version_release_standalone' argument 1 names different: declaration 'sem_id' definition 'sem_inf'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/mu_all_version_standalone.h:28:50: note: Function 'mu_all_version_release_standalone' argument 1 names different: declaration 'sem_id' definition 'sem_inf'.
fis-gtm-V6.3-003A/sr_unix/mu_all_version_standalone.c:180:50: note: Function 'mu_all_version_release_standalone' argument 1 names different: declaration 'sem_id' definition 'sem_inf'.
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:353:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:155:2: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:174:13: style: The scope of the variable 'baseDBreg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:180:15: style: The scope of the variable 'baseDBcsa' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:204:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:211:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:218:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:248:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:262:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:273:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:301:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:338:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:358:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:368:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:384:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:393:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:405:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:421:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:431:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:445:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:453:2: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:155:2: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:161:29: style: Unused variable: errbuff [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:162:16: style: Unused variable: buff [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:163:7: style: Unused variable: i [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:163:10: style: Unused variable: lower [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:163:17: style: Unused variable: upper [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:165:9: style: Unused variable: raw_dev_size [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:172:9: style: Unused variable: fgets_res [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:204:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:211:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:218:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:248:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:262:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:273:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:301:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:338:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:358:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:368:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:384:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:393:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:405:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:421:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:431:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:445:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_cre_file.c:453:2: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_decrypt.c:51:50: style: Function 'mu_decrypt' argument 3 names different: declaration 'offset' definition 'off'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/mu_decrypt.h:17:50: note: Function 'mu_decrypt' argument 3 names different: declaration 'offset' definition 'off'.
fis-gtm-V6.3-003A/sr_unix/mu_decrypt.c:51:50: note: Function 'mu_decrypt' argument 3 names different: declaration 'offset' definition 'off'.
fis-gtm-V6.3-003A/sr_unix/mu_decrypt.c:51:61: style: Function 'mu_decrypt' argument 4 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/mu_decrypt.h:17:64: note: Function 'mu_decrypt' argument 4 names different: declaration 'length' definition 'len'.
fis-gtm-V6.3-003A/sr_unix/mu_decrypt.c:51:61: note: Function 'mu_decrypt' argument 4 names different: declaration 'length' definition 'len'.
fis-gtm-V6.3-003A/sr_unix/mu_extract.c:150:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_extract.c:151:14: style: The scope of the variable 'reg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_extract.c:200:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_extract.c:205:21: style: The scope of the variable 'region_top' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_extract.c:209:45: style: The scope of the variable 'leadptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_extract.c:219:29: style: The scope of the variable 'last_gvspan' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_extract.c:221:35: style: The scope of the variable 'hash2_index_array_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_extract.c:222:12: style: The scope of the variable 'curr_hash2_index_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_extract.c:223:19: style: The scope of the variable 'curr_hash_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:442:11: warning: Either the condition 'NULL==(udi)' is redundant or there is possible null pointer dereference: udi. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:445:3: note: Assuming that condition 'NULL==(udi)' is not redundant
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:442:11: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:444:10: warning: Either the condition 'NULL==(udi)' is redundant or there is possible null pointer dereference: udi. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:445:3: note: Assuming that condition 'NULL==(udi)' is not redundant
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:444:10: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:1535:2: warning: Either the condition 'NULL!=rundown_reg' is redundant or there is possible null pointer dereference: rundown_reg. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:1514:11: note: Assuming that condition 'NULL!=rundown_reg' is not redundant
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:1535:2: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:256:14: style: The scope of the variable 'statsDBseg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:339:21: style: The scope of the variable 'baseDBseg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:340:8: style: The scope of the variable 'gtmcrypt_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:344:8: style: The scope of the variable 'jnl_fd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:348:14: style: The scope of the variable 'secshrstat' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:351:9: style: The scope of the variable 'basedb_fname' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:352:8: style: The scope of the variable 'basedb_fname_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:356:15: style: The scope of the variable 'statsDBseg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:1509:15: style: The scope of the variable 'csa' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:1417:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:1434:6: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:1461:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_rndwn_file.c:1478:4: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_signal_process.c:49:17: style: Variable 'save_errno' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_size_impsample.c:204:10: style: The scope of the variable 'mu0' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_size_impsample.c:204:15: style: The scope of the variable 'w_mu0' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_size_scan.c:271:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_size_scan.c:271:9: style: Variable 'cycle' is not assigned a value. [unassignedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_swap_root.c:290:41: style: The scope of the variable 'bsiz' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mu_swap_root.c:303:8: style: Variable 'cnl' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_swap_root.c:347:18: style: Variable 'parent_blk_id' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mu_swap_root.c:287:8: style: Variable 'blk_seg_cnt' is not assigned a value. [unassignedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_swap_root.c:292:8: style: Unused variable: tmp_cmpc [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_swap_root.c:295:18: style: Unused variable: temp_ushort [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mu_swap_root.c:364:9: error: Uninitialized variable: blk_seg_cnt [uninitvar]
fis-gtm-V6.3-003A/sr_unix/mu_swap_root.c:418:9: error: Uninitialized variable: blk_seg_cnt [uninitvar]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:133:11: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:144:9: style: The scope of the variable 'ftruncate_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:236:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:241:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:284:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:306:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:322:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:333:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:348:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:359:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:373:5: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:381:5: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:404:5: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:420:5: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:436:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:450:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:462:4: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:491:5: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:530:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:543:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:562:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:596:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:604:3: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:562:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:596:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mubfilcpy.c:604:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mubgetfil.c:43:8: style: The scope of the variable 'tcp' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubinccpy.c:191:10: warning: Either the condition 'NULL==(udi)' is redundant or there is possible null pointer dereference: udi. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/mubinccpy.c:340:3: note: Assuming that condition 'NULL==(udi)' is not redundant
fis-gtm-V6.3-003A/sr_unix/mubinccpy.c:191:10: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/mubinccpy.c:143:11: style: The scope of the variable 'copysize' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubinccpy.c:699:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubinccpy.c:721:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mubinccpy.c:752:7: style: Unused variable: s [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mubinccpy.c:247:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fis-gtm-V6.3-003A/sr_unix/mupip_cmd_disallow.c:356:2: style: Variable 'disallow_return_value' is reassigned a value before the old one has been used. [redundantAssignment]
fis-gtm-V6.3-003A/sr_unix/mupip_cmd_disallow.c:354:2: note: Variable 'disallow_return_value' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_unix/mupip_cmd_disallow.c:356:2: note: Variable 'disallow_return_value' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_unix/mupip_cvtgbl.c:235:17: style: The scope of the variable 'ctop' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mupip_cvtgbl.c:236:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mupip_cvtgbl.c:236:11: style: The scope of the variable 'line2_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mupip_cvtgbl.c:66:12: style: Unused variable: i [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/mupip_dump_fhead.c:89:40: style: Function 'dumpfhead' argument 2 names different: declaration 'filepath' definition 'file'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/mupip_dump_fhead.c:52:40: note: Function 'dumpfhead' argument 2 names different: declaration 'filepath' definition 'file'.
fis-gtm-V6.3-003A/sr_unix/mupip_dump_fhead.c:89:40: note: Function 'dumpfhead' argument 2 names different: declaration 'filepath' definition 'file'.
fis-gtm-V6.3-003A/sr_unix/mupip_ftok.c:60:28: style: The scope of the variable 'instfilename' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mur_read_file_sp.c:146:8: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mutex_sock_cleanup.c:41:7: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mutex_sock_cleanup.c:42:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mutex_sock_cleanup.c:46:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/mutex_wake_proc.c:59:8: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mutex_wake_proc.c:61:14: style: The scope of the variable 'sendto_fail_pid' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/mutex_wake_proc.c:62:9: style: The scope of the variable 'sendtomsg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/obj_code.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/obj_file.c:67:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/obj_file.c:72:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/ojchildioclean.c:72:3: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/ojchildioclean.c:43:23: style: Unused variable: linkctl [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ojchildioset.c:211:2: style: Variable 'in_fd' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/ojchildioset.c:224:2: style: Variable 'out_fd' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/ojchildioset.c:237:2: style: Variable 'err_fd' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/ojchildioset.c:47:36: style: Unused variable: buf [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ojchildioset.c:237:2: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/ojchildparms.c:87:58: warning: Either the condition 'NULL==sp' is redundant or there is possible null pointer dereference: sp. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix/ojchildparms.c:87:12: note: Assuming that condition 'NULL==sp' is not redundant
fis-gtm-V6.3-003A/sr_unix/ojchildparms.c:87:58: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix/ojchildparms.c:255:70: style: Function 'receive_child_locals_init' argument 2 names different: declaration 'comm_stack_ptr' definition 'command_str'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/ojchildparms.c:53:70: note: Function 'receive_child_locals_init' argument 2 names different: declaration 'comm_stack_ptr' definition 'command_str'.
fis-gtm-V6.3-003A/sr_unix/ojchildparms.c:255:70: note: Function 'receive_child_locals_init' argument 2 names different: declaration 'comm_stack_ptr' definition 'command_str'.
fis-gtm-V6.3-003A/sr_unix/ojchildparms.c:258:6: style: Unused variable: i [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ojchildparms.c:283:6: style: Unused variable: i [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/ojparams.c:149:24: style: Same expression on both sides of '!='. [duplicateExpression]
fis-gtm-V6.3-003A/sr_unix/ojparams.c:52:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:349:32: style: The scope of the variable 'pbuff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:350:72: style: The scope of the variable 'fname_buf' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:354:21: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:354:33: style: The scope of the variable 'kill_ret' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:355:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:355:12: style: The scope of the variable 'dup_ret' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:355:21: style: The scope of the variable 'in_fd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:356:8: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:361:8: style: The scope of the variable 'pipe_status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:361:21: style: The scope of the variable 'env_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:362:8: style: The scope of the variable 'mproc_fds' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:369:15: style: The scope of the variable 'c2' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:369:21: style: The scope of the variable 'c3' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:370:10: style: The scope of the variable 'argv' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:372:11: style: The scope of the variable 'new_env_cur' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:372:26: style: The scope of the variable 'new_env_top' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:372:41: style: The scope of the variable 'old_env_cur' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:372:56: style: The scope of the variable 'old_env_top' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ojstartchild.c:372:70: style: The scope of the variable 'env_end' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:41:18: style: The scope of the variable 'cptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:41:34: style: The scope of the variable 'ctop' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:42:8: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:42:28: style: The scope of the variable 'clen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:40:10: style: Unused variable: srcbase [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:40:20: style: Unused variable: srctop [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:40:29: style: Unused variable: srcptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:42:13: style: Unused variable: skip [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:42:19: style: Unused variable: bytelen [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/op_fnextract.h:42:34: style: Unused variable: first_charcnt [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/op_fnpiece.c:51:18: style: Unused variable: int_del [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/op_fnpopulation.c:21:7: style: The scope of the variable 'x' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnzconvert.c:149:4: error: Memory pointed to by 'src_ustr_ptr' is freed twice. [doubleFree]
fis-gtm-V6.3-003A/sr_unix/op_fnzconvert.c:152:5: error: Memory pointed to by 'src_ustr_ptr' is freed twice. [doubleFree]
fis-gtm-V6.3-003A/sr_unix/op_fnzconvert.c:153:5: error: Memory pointed to by 'dst_ustr_ptr' is freed twice. [doubleFree]
fis-gtm-V6.3-003A/sr_unix/op_fnzconvert.c:159:4: error: Memory pointed to by 'dst_ustr_ptr' is freed twice. [doubleFree]
fis-gtm-V6.3-003A/sr_unix/op_fnzsearch.c:76:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnzsearch.c:76:10: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnzsearch.c:76:18: style: The scope of the variable 'length' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnzsearch.c:79:11: style: The scope of the variable 'var_ref' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnzsearch.c:80:12: style: The scope of the variable 'match_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnzsyslog.c:26:8: style: The scope of the variable 'rebuff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnzsyslog.c:28:9: style: The scope of the variable 'save_util_outptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnzsyslog.c:29:11: style: The scope of the variable 'save_last_va_list_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_fnzsyslog.c:41:43: error: va_list 'save_last_va_list_ptr' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/op_fnzsyslog.c:47:45: error: va_list 'save_last_va_list_ptr' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/op_setp1.c:55:56: style: The scope of the variable 'rep_str_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_setp1.c:56:32: style: The scope of the variable 'mblen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_setp1.c:56:39: style: The scope of the variable 'lmsdelim' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_setp1.c:57:40: style: The scope of the variable 'end_pfx' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_setp1.c:57:50: style: The scope of the variable 'end_src' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_setpiece.c:53:19: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_setpiece.c:53:24: style: The scope of the variable 'src_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_setpiece.c:54:51: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_zedit.c:46:9: style: The scope of the variable 'edt' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_zedit.c:48:19: style: The scope of the variable 'tslash' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_zedit.c:49:7: style: The scope of the variable 'objcnt' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_zedit.c:50:7: style: The scope of the variable 'waitid' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_zlink.c:129:16: style: The scope of the variable 'qlf' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_zlink.c:129:29: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_zlink.c:131:64: style: Unused variable: fname [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/op_zmess.c:81:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_zmess.c:83:7: style: The scope of the variable 'faocnt' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/op_zmess.c:82:23: style: Unused variable: j [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/op_zmess.c:86:12: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/op_zmess.c:88:18: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/op_zmess.c:96:32: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/op_zmess.c:97:3: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/op_zmess.c:130:3: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/op_zut.c:26:7: style: The scope of the variable 'numdigs' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/parse_file.c:58:38: style: The scope of the variable 'query_node_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/parse_file.c:58:54: style: The scope of the variable 'node_name_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/parse_file.c:60:9: style: The scope of the variable 'local_node_name' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/parse_file.c:60:49: style: The scope of the variable 'query_node_name' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/parse_file.c:67:34: style: The scope of the variable 'localhost_sa_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/parse_file.c:69:8: style: The scope of the variable 'errcode' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:153:7: style: The scope of the variable 'old_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:201:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:235:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:275:10: style: The scope of the variable 'old_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:276:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:546:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:547:17: style: The scope of the variable 'copy_size' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:274:16: style: Variable 'sop' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:275:7: style: Unused variable: i [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:277:8: style: Unused variable: found [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/rc_cpt_ops.c:467:18: style: Unused variable: shm_buf [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/recover_truncate.c:49:10: style: The scope of the variable 'err_msg' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/recover_truncate.c:52:8: style: The scope of the variable 'ftrunc_status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/recover_truncate.c:52:23: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/recover_truncate.c:66:69: warning: Assert statement modifies 'semval'. [assignmentInAssert]
fis-gtm-V6.3-003A/sr_unix/remove_rms.c:35:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/repl_log.c:37:7: style: The scope of the variable 'time_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/repl_log_init.c:75:2: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/repl_log_init.c:87:4: style: The scope of the variable 'fcntl_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/repl_log_init.c:154:6: style: The scope of the variable 'fclose_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/repl_log_init.c:60:39: style: Unused variable: err_code [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/repl_log_init.c:62:6: style: Unused variable: save_errno [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/repl_log_init.c:63:6: style: Unused variable: stdout_status [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/repl_log_init.c:63:21: style: Unused variable: stderr_status [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/repl_log_init.c:64:6: style: Unused variable: rc [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/repl_logfileinfo_get.c:32:7: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/repl_logfileinfo_get.c:33:33: style: The scope of the variable 'cwdptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/resetterm.c:31:7: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/resetterm.c:32:7: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:43:19: style: The scope of the variable 'gsn_stat' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:53:9: style: The scope of the variable 'port_buffer1' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:54:9: style: The scope of the variable 'port_buffer2' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:55:9: style: The scope of the variable 'pport_buffer1' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:56:9: style: The scope of the variable 'pport_buffer2' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:57:9: style: The scope of the variable 'host_buffer1' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:58:9: style: The scope of the variable 'host_buffer2' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:59:9: style: The scope of the variable 'phost_buffer1' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:60:9: style: The scope of the variable 'phost_buffer2' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:61:8: style: The scope of the variable 'errcode' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:61:17: style: The scope of the variable 'tmplen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/same_device_check.c:62:15: style: The scope of the variable 'errptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/semstat2.c:57:8: style: The scope of the variable 'sem' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/semstat2.c:58:18: style: Unused variable: sop [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/source_file.c:86:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/source_file.c:86:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/source_file.c:87:17: style: The scope of the variable 'p' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ss_anal_shdw_file.c:46:48: style: The scope of the variable 'bit' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ss_release.c:113:8: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/ss_release.c:113:16: style: The scope of the variable 'ss_shmsize' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/std_dev_outbndset.c:36:17: style: Unused variable: n [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/str_match.c:23:25: style: The scope of the variable 'length' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/str_match.c:50:22: style: Unused variable: start [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/str_match.c:52:33: style: Unused variable: len [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/str_match.c:52:38: style: Unused variable: prev_counter [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/suspsigs_handler.c:34:7: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/t_recycled2free.c:38:16: style: The scope of the variable 'bsiz' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/trigger_incr_cycle.c:39:25: style: The scope of the variable 'mv_trig_cycle_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/trigger_incr_cycle.c:37:10: style: Unused variable: ptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/trigger_incr_cycle.c:37:16: style: Unused variable: ptr1 [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/trigger_parse.c:286:7: style: The scope of the variable 'char_count' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/trigger_parse.c:287:9: style: The scope of the variable 'char_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/trigger_parse.c:1218:12: style: Unused variable: cli_status [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/trigger_parse.c:1219:7: style: Unused variable: cmd_ind [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/trigger_parse.c:1423:4: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/trigger_parse.c:1221:7: style: Unused variable: eof [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/trigger_parse.c:1222:7: style: Unused variable: extra [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/trigger_parse.c:1232:8: style: Unused variable: rec_num [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/upd_log_init.c:43:66: style: The scope of the variable 'pid_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/upd_log_init.c:43:80: style: The scope of the variable 'pid_end_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/upd_log_init.c:43:94: style: The scope of the variable 'file_suffix' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/urx_remove.c:33:19: style: The scope of the variable 'addrprev' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/util_input.c:49:10: style: The scope of the variable 'in_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/util_output_cm.c:41:25: style: The scope of the variable 'msglen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/util_output_cm.c:45:12: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/util_output_cm.c:53:43: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/util_output_cm.c:59:2: error: va_list 'var' used before va_start() was called. [va_list_usedBeforeStarted]
fis-gtm-V6.3-003A/sr_unix/util_spawn.c:19:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/wcs_wt_restart.c:48:8: style: Variable 'csd' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix/wcs_wt_restart.c:42:23: style: Unused variable: ahead [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/wcs_wtfini.c:83:8: style: The scope of the variable 'requeue' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/wcs_wtfini.c:84:8: style: The scope of the variable 'restart_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/wcs_wtstart_fini.c:37:8: style: The scope of the variable 'numwritesneeded' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/wcs_wtstart_fini.c:37:25: style: The scope of the variable 'numwritesissued' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/wcs_wtstart_fini.c:47:27: style: The scope of the variable 'jpc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/wcs_wtstart_fini.c:35:33: style: Function 'wcs_wtstart_fini' argument 1 names different: declaration 'region' definition 'reg'. [funcArgNamesDifferent]
fis-gtm-V6.3-003A/sr_unix/wcs_wt.h:85:34: note: Function 'wcs_wtstart_fini' argument 1 names different: declaration 'region' definition 'reg'.
fis-gtm-V6.3-003A/sr_unix/wcs_wtstart_fini.c:35:33: note: Function 'wcs_wtstart_fini' argument 1 names different: declaration 'region' definition 'reg'.
fis-gtm-V6.3-003A/sr_unix/zro_load.c:58:8: style: The scope of the variable 'stat_res' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/zro_search.c:66:10: style: Unused variable: status [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/zro_search.c:68:55: style: Unused variable: save_char [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/zro_shlibs.c:65:7: style: The scope of the variable 'status' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix/zshow_zcalls.c:43:14: style: Unused variable: totalbytes [unusedVariable]
fis-gtm-V6.3-003A/sr_unix/zshow_zcalls.c:45:7: style: Unused variable: len [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_cm/gtcm_sysenv.h:19:0: error: #error Unsupported Platform	/*  Unknown/unspecified system.  Should NOT compile */ [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix_cm/gtcm_shmclean.c:53:6: style: The scope of the variable 'semid' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/gtcm_shmclean.c:56:6: style: The scope of the variable 'q_id' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/gtcm_shmclean.c:56:18: style: The scope of the variable 'm_id' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/gtcm_shmclean.c:89:13: style: Variable 'semid' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix_cm/gtcm_shmclean.c:56:12: style: Unused variable: s_id [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_cm/gtcm_shmclean.c:100:12: style: Variable 'm_id' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix_cm/gtcm_shmclean.c:127:11: style: Variable 'shmid' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix_cm/gtcm_shmclean.c:138:11: style: Variable 'semid' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix_cm/rc_dbms_ch.c:32:10: style: The scope of the variable 'dummy1' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/rc_dbms_ch.c:32:18: style: The scope of the variable 'dummy2' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/rc_frmt_lck.c:38:31: style: The scope of the variable 'b_top' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/rc_frmt_lck.c:38:51: style: The scope of the variable 'sub_start' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/rc_gbl_ord.c:48:8: style: The scope of the variable 'found' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/rc_iscan.c:19:19: style: The scope of the variable 'c1' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/rc_iscan.c:18:8: style: Unused variable: can [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_cm/rc_rundown.c:37:6: style: The scope of the variable 'dsid' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_cm/rc_rundown.c:47:11: style: Variable 'dsid' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/cmi_alloc.c:53:38: error: Memory is allocated but not initialized: lnk [uninitdata]
fis-gtm-V6.3-003A/sr_unix_gnp/cmi_alloc.c:53:38: error: Uninitialized variable: lnk [uninitvar]
fis-gtm-V6.3-003A/sr_unix_gnp/cmi_debug.c:29:10: style: Unused variable: ap [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/cmi_debug.c:30:6: style: Unused variable: rc [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/cmi_init.c:49:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
fis-gtm-V6.3-003A/sr_unix_gnp/cmi_init.c:39:0: note: Variable 'status' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_unix_gnp/cmi_init.c:49:2: note: Variable 'status' is reassigned a value before the old one has been used.
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_async.c:33:0: error: #error Can not set async state on platform [preprocessorErrorDirective]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_exception.c:19:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_get_port.c:32:7: style: The scope of the variable 'num' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_get_port.c:29:8: style: Unused variable: envvar [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_get_port.c:30:8: style: Unused variable: tndstring [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_get_port.c:61:13: error: Uninitialized variable: myport [uninitvar]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_getsockaddr.c:40:24: style: The scope of the variable 'addr_str_ptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_getsockaddr.c:41:8: style: The scope of the variable 'addr_end' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_getsockaddr.c:42:8: style: The scope of the variable 'port_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_getsockaddr.c:43:9: style: The scope of the variable 'hn' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_getsockaddr.c:45:16: style: The scope of the variable 'iplen' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_getsockaddr.c:45:23: style: The scope of the variable 'port_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_getsockaddr.c:49:7: style: The scope of the variable 'port' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_getsockaddr.c:39:18: style: Unused variable: s [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_getsockaddr.c:47:19: style: Unused variable: pe_ptr [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_housekeeping.c:21:11: style: Unused variable: oset [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_select.c:23:6: style: The scope of the variable 'rsfd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_select.c:24:6: style: The scope of the variable 'wsfd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_select.c:25:6: style: The scope of the variable 'esfd' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmj_write.c:31:6: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/cmu_getclb.c:32:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:59:24: style: The scope of the variable 'sevmsgbuf' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:60:17: style: The scope of the variable 'tempptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:60:36: style: The scope of the variable 'endptr' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:62:18: style: The scope of the variable 'len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:64:8: style: The scope of the variable 'time_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:65:9: style: The scope of the variable 'short_len' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:61:12: style: Unused variable: fac [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:62:7: style: Unused variable: i [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:62:23: style: Unused variable: rc [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_ch.c:63:8: style: Unused variable: first [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_exi_ch.c:48:8: style: The scope of the variable 'time_str' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_exi_ch.c:47:7: style: Unused variable: rc [unusedVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_gnp_server.c:399:2: style: Variable 'service' is assigned a value that is never used. [unreadVariable]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcm_open_cmerrlog.c:47:8: style: The scope of the variable 'new_lfn_path' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcmd_ini_reg.c:78:41: warning: Either the condition '!ptr' is redundant or there is possible null pointer dereference: ptr. [nullPointerRedundantCheck]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcmd_ini_reg.c:75:6: note: Assuming that condition '!ptr' is not redundant
fis-gtm-V6.3-003A/sr_unix_gnp/gtcmd_ini_reg.c:78:41: note: Null pointer dereference
fis-gtm-V6.3-003A/sr_unix_gnp/gtcmd_ini_reg.c:55:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_gnp/gtcmd_ini_reg.c:56:15: style: The scope of the variable 'csa' can be reduced. [variableScope]
fis-gtm-V6.3-003A/sr_unix_nsb/comp_lits.c:29:9: style: Unused variable: align_pad [unusedVariable]
fis-gtm-V6.3-003A/sr_x86_64/find_line_call.c:55:16: style: Unused variable: temp_char [unusedVariable]
fis-gtm-V6.3-003A/sr_x86_64/obj_filesp.c:141:17: style: Unused variable: status [unusedVariable]
fis-gtm-V6.3-003A/sr_x86_64/obj_filesp.c:148:21: style: Unused variable: shdr [unusedVariable]
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/fische/fische_3.2.2.orig.tar.gz
fische-3.2/src/alsa-samples.cpp:92:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fische-3.2/src/analyst.cpp:32:10: warning: Member variable 'Analyst::m_LastBeatFrame' is not initialized in the constructor. [uninitMemberVarPrivate]
fische-3.2/src/analyst.h:38:8: performance: Technically the member function 'Analyst::release' can be static. [functionStatic]
fische-3.2/src/analyst.cpp:57:15: note: Technically the member function 'Analyst::release' can be static.
fische-3.2/src/analyst.h:38:8: note: Technically the member function 'Analyst::release' can be static.
fische-3.2/src/analyst.h:67:10: style: Technically the member function 'Analyst::level' can be const. [functionConst]
fische-3.2/src/analyst.cpp:154:17: note: Technically the member function 'Analyst::level' can be const.
fische-3.2/src/analyst.h:67:10: note: Technically the member function 'Analyst::level' can be const.
fische-3.2/src/analyst.h:68:10: style: Technically the member function 'Analyst::guessFramesPerBeat' can be const. [functionConst]
fische-3.2/src/analyst.cpp:166:17: note: Technically the member function 'Analyst::guessFramesPerBeat' can be const.
fische-3.2/src/analyst.h:68:10: note: Technically the member function 'Analyst::guessFramesPerBeat' can be const.
fische-3.2/src/blurengine.h:51:8: style: Unused private function: 'BlurEngine::emptyBuffer' [unusedPrivateFunction]
fische-3.2/src/blurengine.h:36:8: performance: Technically the member function 'BlurEngine::release' can be static. [functionStatic]
fische-3.2/src/blurengine.cpp:73:18: note: Technically the member function 'BlurEngine::release' can be static.
fische-3.2/src/blurengine.h:36:8: note: Technically the member function 'BlurEngine::release' can be static.
fische-3.2/src/vector.h:43:19: style: Technically the member function 'Vector::toUint16' can be const. [functionConst]
fische-3.2/src/vectorfield.h:57:15: style: Technically the member function 'VectorField::validate' can be const. [functionConst]
fische-3.2/src/blurengine.cpp:51:2: style: Class 'BlurEngine' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fische-3.2/src/blurengine.cpp:51:2: style: Class 'BlurEngine' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fische-3.2/src/configuration.h:33:8: performance: Technically the member function 'Configuration::release' can be static. [functionStatic]
fische-3.2/src/configuration.cpp:135:21: note: Technically the member function 'Configuration::release' can be static.
fische-3.2/src/configuration.h:33:8: note: Technically the member function 'Configuration::release' can be static.
fische-3.2/src/configuration.h:97:8: performance: Technically the member function 'Configuration::help' can be static. [functionStatic]
fische-3.2/src/configuration.cpp:147:21: note: Technically the member function 'Configuration::help' can be static.
fische-3.2/src/configuration.h:97:8: note: Technically the member function 'Configuration::help' can be static.
fische-3.2/src/configuration.h:108:8: style: Technically the member function 'Configuration::write_configfile' can be const. [functionConst]
fische-3.2/src/configuration.cpp:349:21: note: Technically the member function 'Configuration::write_configfile' can be const.
fische-3.2/src/configuration.h:108:8: note: Technically the member function 'Configuration::write_configfile' can be const.
fische-3.2/src/configuration.h:109:7: performance: Technically the member function 'Configuration::cpu_detect' can be static. [functionStatic]
fische-3.2/src/configuration.cpp:450:20: note: Technically the member function 'Configuration::cpu_detect' can be static.
fische-3.2/src/configuration.h:109:7: note: Technically the member function 'Configuration::cpu_detect' can be static.
fische-3.2/src/configuration.cpp:37:2: style: Class 'Configuration' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fische-3.2/src/configuration.cpp:37:2: style: Class 'Configuration' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fische-3.2/src/configuration.cpp:328:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fische-3.2/src/pulseaudio-samples.cpp:59:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fische-3.2/src/ringbuffer.cpp:88:2: style: Variable 'm_IsLocked' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fische-3.2/src/ringbuffer.cpp:84:2: note: Variable 'm_IsLocked' is reassigned a value before the old one has been used if variable is no semaphore variable.
fische-3.2/src/ringbuffer.cpp:88:2: note: Variable 'm_IsLocked' is reassigned a value before the old one has been used if variable is no semaphore variable.
fische-3.2/src/ringbuffer.h:34:8: performance: Technically the member function 'RingBuffer::release' can be static. [functionStatic]
fische-3.2/src/ringbuffer.cpp:50:18: note: Technically the member function 'RingBuffer::release' can be static.
fische-3.2/src/ringbuffer.h:34:8: note: Technically the member function 'RingBuffer::release' can be static.
fische-3.2/src/ringbuffer.cpp:31:2: style: Class 'RingBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fische-3.2/src/ringbuffer.cpp:31:2: style: Class 'RingBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fische-3.2/src/ringbuffer.h:29:3: style: Class 'RingBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fische-3.2/src/sdlscreen.h:44:8: performance: Technically the member function 'SdlScreen::release' can be static. [functionStatic]
fische-3.2/src/sdlscreen.cpp:97:17: note: Technically the member function 'SdlScreen::release' can be static.
fische-3.2/src/sdlscreen.h:44:8: note: Technically the member function 'SdlScreen::release' can be static.
fische-3.2/src/sdlscreen.h:54:7: performance: Technically the member function 'SdlScreen::checkEvents' can be static. [functionStatic]
fische-3.2/src/sdlscreen.cpp:147:16: note: Technically the member function 'SdlScreen::checkEvents' can be static.
fische-3.2/src/sdlscreen.h:54:7: note: Technically the member function 'SdlScreen::checkEvents' can be static.
fische-3.2/src/traditional.c:56:2: style: Variable 'vector_pointer' is reassigned a value before the old one has been used. [redundantAssignment]
fische-3.2/src/traditional.c:28:0: note: Variable 'vector_pointer' is reassigned a value before the old one has been used.
fische-3.2/src/traditional.c:56:2: note: Variable 'vector_pointer' is reassigned a value before the old one has been used.
fische-3.2/src/vectorfield.cpp:115:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fische-3.2/src/vectorfield.h:38:8: performance: Technically the member function 'VectorField::release' can be static. [functionStatic]
fische-3.2/src/vectorfield.cpp:84:19: note: Technically the member function 'VectorField::release' can be static.
fische-3.2/src/vectorfield.h:38:8: note: Technically the member function 'VectorField::release' can be static.
fische-3.2/src/vectorfield.h:66:8: performance: Technically the member function 'VectorField::randomize' can be static. [functionStatic]
fische-3.2/src/vectorfield.cpp:112:19: note: Technically the member function 'VectorField::randomize' can be static.
fische-3.2/src/vectorfield.h:66:8: note: Technically the member function 'VectorField::randomize' can be static.
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/fish/fish_2.7.1.orig.tar.gz
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:8049:17: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:8038:22: note: 'op' is assigned value '*scode' here.
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:8045:11: note: outer condition: op==OP_COND
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:8049:17: note: opposite inner condition: *scode==OP_CALLOUT
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:2120:11: style: Condition 'overflow' is always false [knownConditionTrueFalse]
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:2103:18: note: Assignment 'overflow=0', assigned value is 0
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:2120:11: note: Condition 'overflow' is always false
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:7514:9: style: Variable 'firstcu' is reassigned a value before the old one has been used. [redundantAssignment]
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:7513:9: note: Variable 'firstcu' is reassigned a value before the old one has been used.
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:7514:9: note: Variable 'firstcu' is reassigned a value before the old one has been used.
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:5194:42: style: Same expression on both sides of '-'. [duplicateExpression]
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:742:13: style: The scope of the variable 'ref_count' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:772:13: style: The scope of the variable 'ref_count' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:8816:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:8816:12: style: The scope of the variable 'p' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2_compile.c:7655:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fish-2.7.1/pcre2-10.22/src/pcre2_dfa_match.c:698:48: warning: Found suspicious case label in switch(). Operator '&&' probably doesn't work as intended. [suspiciousCase]
fish-2.7.1/pcre2-10.22/src/pcre2_dfa_match.c:2748:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fish-2.7.1/pcre2-10.22/src/pcre2_jit_match.c:42:0: error: #error This file must be included from pcre2_jit_compile.c. [preprocessorErrorDirective]
fish-2.7.1/pcre2-10.22/src/pcre2_jit_misc.c:43:0: error: #error This file must be included from pcre2_jit_compile.c. [preprocessorErrorDirective]
fish-2.7.1/pcre2-10.22/src/pcre2_jit_test.c:117:0: error: #error SUPPORT_PCRE2_8 or SUPPORT_PCRE2_16 or SUPPORT_PCRE2_32 must be defined [preprocessorErrorDirective]
fish-2.7.1/pcre2-10.22/src/pcre2_match.c:475:14: style: The scope of the variable 'rrc' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2_match.c:1824:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fish-2.7.1/pcre2-10.22/src/pcre2_match.c:1919:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fish-2.7.1/pcre2-10.22/src/pcre2_study.c:1527:5: style: The scope of the variable 'min' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2_substitute.c:394:23: style: Checking if unsigned variable 'ptrstackptr' is less than zero. [unsignedLessThanZero]
fish-2.7.1/pcre2-10.22/src/pcre2grep.c:2197:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fish-2.7.1/pcre2-10.22/src/pcre2grep.c:447:14: style: The scope of the variable 'c1' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2grep.c:447:18: style: The scope of the variable 'c2' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2grep.c:940:8: style: The scope of the variable 's' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2grep.c:1347:11: style: The scope of the variable 'extra' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2grep.c:3543:9: style: The scope of the variable 'frc' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:6512:27: style: Condition 'i==0' is always true [knownConditionTrueFalse]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:6503:13: note: Assuming that condition 'i==0' is not redundant
fish-2.7.1/pcre2-10.22/src/pcre2test.c:6512:27: note: Condition 'i==0' is always true
fish-2.7.1/pcre2-10.22/src/pcre2test.c:3518:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:3922:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:3925:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:3928:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:4094:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:5110:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:5182:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:5324:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:5334:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:5344:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:5423:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:5430:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:6413:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:6875:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:6984:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:7067:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:7069:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:7071:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:7073:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:3804:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:4126:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:4232:13: style: The scope of the variable 'cmdname' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:3942:52: portability: 'nametable' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fish-2.7.1/pcre2-10.22/src/pcre2test.c:4410:0: error: Memory leak: serial [memleak]
fish-2.7.1/pcre2-10.22/src/sljit/sljitConfigInternal.h:89:0: error: #error "An architecture must be selected" [preprocessorErrorDirective]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_32.c:34:0: error: #error "Internal error: Unknown ARM architecture" [preprocessorErrorDirective]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:212:13: style: The scope of the variable 'buf_end' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:427:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:429:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:432:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:520:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:673:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:683:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:695:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:1248:48: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:1611:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:1633:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_64.c:1910:50: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeARM_T2_32.c:1233:0: error: #error "Software divmod functions are needed" [preprocessorErrorDirective]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeMIPS_common.c:1285:0: error: #error "FIR check is not implemented for this architecture" [preprocessorErrorDirective]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativePPC_64.c:35:0: error: #error "Must implement count leading zeroes" [preprocessorErrorDirective]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeSPARC_common.c:236:0: error: #error "Implementation required" [preprocessorErrorDirective]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1619:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1626:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1633:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1663:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1677:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1691:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1705:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1719:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1733:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1783:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1797:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1819:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1833:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1847:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1861:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1875:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1889:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1903:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1917:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1931:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1945:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1959:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1973:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX-encoder.c:1987:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX_64.c:530:2: style: Variable 'opcode' is reassigned a value before the old one has been used. [redundantAssignment]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX_64.c:526:0: note: Variable 'opcode' is reassigned a value before the old one has been used.
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX_64.c:530:2: note: Variable 'opcode' is reassigned a value before the old one has been used.
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX_64.c:609:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeTILEGX_64.c:1002:13: style: The scope of the variable 'buf_end' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_32.c:545:11: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_64.c:135:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_64.c:127:11: note: outer condition: args>0
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_64.c:135:12: note: identical inner condition: args>0
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_64.c:223:11: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_64.c:680:11: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_common.c:477:12: style: The scope of the variable 'buf_end' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_common.c:1285:12: style: The scope of the variable 'inst' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_common.c:2617:21: style: The scope of the variable 'jump' can be reduced. [variableScope]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_common.c:2470:102: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fish-2.7.1/pcre2-10.22/src/sljit/sljitNativeX86_common.c:2474:102: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fish-2.7.1/src/autoload.cpp:145:21: style: Variable 'added' is assigned a value that is never used. [unreadVariable]
fish-2.7.1/src/common.h:476:0: style: Unused private function: 'null_terminated_array_t < wchar_t >::size' [unusedPrivateFunction]
fish-2.7.1/src/common.h:622:25: style: Technically the member function 'owning_lock::acquire' can be const. [functionConst]
fish-2.7.1/src/lru.h:112:0: performance: Technically the member function 'lru_cache_t < autoload_t , autoload_function_t >::entry_was_evicted' can be static. [functionStatic]
fish-2.7.1/src/lru.h:286:0: style: Technically the member function 'lru_cache_t < autoload_t , autoload_function_t >::iterator::operator==' can be const. [functionConst]
fish-2.7.1/src/lru.h:287:0: style: Technically the member function 'lru_cache_t < autoload_t , autoload_function_t >::iterator::operator!=' can be const. [functionConst]
fish-2.7.1/src/common.h:619:5: style: Class 'owning_lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/env.h:86:5: style: Class 'env_var_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/env.h:87:5: style: Class 'env_var_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/env.h:181:5: style: Class 'env_vars_snapshot_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/builtin.cpp:135:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin.cpp:548:43: style: Function 'builtin_get_desc' argument 1 names different: declaration 'b' definition 'name'. [funcArgNamesDifferent]
fish-2.7.1/src/builtin.h:86:43: note: Function 'builtin_get_desc' argument 1 names different: declaration 'b' definition 'name'.
fish-2.7.1/src/builtin.cpp:548:43: note: Function 'builtin_get_desc' argument 1 names different: declaration 'b' definition 'name'.
fish-2.7.1/src/io.h:51:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/io.h:43:18: note: Virtual function in base class
fish-2.7.1/src/io.h:51:18: note: Function in derived class
fish-2.7.1/src/io.h:64:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/io.h:43:18: note: Virtual function in base class
fish-2.7.1/src/io.h:64:18: note: Function in derived class
fish-2.7.1/src/io.h:76:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/io.h:43:18: note: Virtual function in base class
fish-2.7.1/src/io.h:76:18: note: Function in derived class
fish-2.7.1/src/io.h:94:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/io.h:43:18: note: Virtual function in base class
fish-2.7.1/src/io.h:94:18: note: Function in derived class
fish-2.7.1/src/io.h:108:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/io.h:94:18: note: Virtual function in base class
fish-2.7.1/src/io.h:108:18: note: Function in derived class
fish-2.7.1/src/builtin_argparse.cpp:411:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_argparse.cpp:48:5: style: Class 'option_spec_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/builtin_bind.cpp:343:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_block.cpp:63:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_block.cpp:129:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_builtin.cpp:50:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_command.cpp:64:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_commandline.cpp:121:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_commandline.cpp:316:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_commandline.cpp:453:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/common.h:622:0: style: Technically the member function 'owning_lock < std :: vector < std :: wstring > >::acquire' can be const. [functionConst]
fish-2.7.1/src/common.h:619:0: style: Class 'owning_lock < std :: vector < std :: wstring > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/builtin_complete.cpp:266:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_complete.cpp:117:16: style: The scope of the variable 'recursion_level' can be reduced. [variableScope]
fish-2.7.1/src/builtin_contains.cpp:48:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_echo.cpp:58:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_exit.cpp:50:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_function.cpp:166:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_functions.cpp:101:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_functions.cpp:170:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_history.cpp:188:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_history.cpp:292:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_jobs.cpp:105:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_jobs.cpp:158:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_printf.cpp:558:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_printf.cpp:200:57: style: Function 'fatal_error' argument 1 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
fish-2.7.1/src/builtin_printf.cpp:93:37: note: Function 'fatal_error' argument 1 names different: declaration 'format' definition 'fmt'.
fish-2.7.1/src/builtin_printf.cpp:200:57: note: Function 'fatal_error' argument 1 names different: declaration 'format' definition 'fmt'.
fish-2.7.1/src/builtin_read.cpp:163:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_read.cpp:359:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fish-2.7.1/src/builtin_read.cpp:360:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fish-2.7.1/src/builtin_return.cpp:50:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_set.cpp:144:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_set.cpp:323:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_set.cpp:491:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_set_color.cpp:128:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_status.cpp:230:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_string.cpp:662:9: style: Technically the member function 'string_matcher_t::match_count' can be const. [functionConst]
fish-2.7.1/src/builtin_string.cpp:936:9: style: Technically the member function 'string_replacer_t::replace_count' can be const. [functionConst]
fish-2.7.1/src/builtin_string.cpp:686:10: style: The function 'report_matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/builtin_string.cpp:661:18: note: Virtual function in base class
fish-2.7.1/src/builtin_string.cpp:686:10: note: Function in derived class
fish-2.7.1/src/builtin_string.cpp:826:10: style: The function 'report_matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/builtin_string.cpp:661:18: note: Virtual function in base class
fish-2.7.1/src/builtin_string.cpp:826:10: note: Function in derived class
fish-2.7.1/src/builtin_string.cpp:954:10: style: The function 'replace_matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/builtin_string.cpp:937:18: note: Virtual function in base class
fish-2.7.1/src/builtin_string.cpp:954:10: note: Function in derived class
fish-2.7.1/src/builtin_string.cpp:983:10: style: The function 'replace_matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/builtin_string.cpp:937:18: note: Virtual function in base class
fish-2.7.1/src/builtin_string.cpp:983:10: note: Function in derived class
fish-2.7.1/src/builtin_test.cpp:425:9: style: Condition '!expr' is always true [knownConditionTrueFalse]
fish-2.7.1/src/builtin_test.cpp:424:35: note: Assignment 'expr=NULL', assigned value is 0
fish-2.7.1/src/builtin_test.cpp:425:9: note: Condition '!expr' is always true
fish-2.7.1/src/builtin_test.cpp:486:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/builtin_test.cpp:204:10: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/builtin_test.cpp:195:18: note: Virtual function in base class
fish-2.7.1/src/builtin_test.cpp:204:10: note: Function in derived class
fish-2.7.1/src/builtin_test.cpp:215:10: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/builtin_test.cpp:195:18: note: Virtual function in base class
fish-2.7.1/src/builtin_test.cpp:215:10: note: Function in derived class
fish-2.7.1/src/builtin_test.cpp:224:10: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/builtin_test.cpp:195:18: note: Virtual function in base class
fish-2.7.1/src/builtin_test.cpp:224:10: note: Function in derived class
fish-2.7.1/src/builtin_test.cpp:243:10: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/builtin_test.cpp:195:18: note: Virtual function in base class
fish-2.7.1/src/builtin_test.cpp:243:10: note: Function in derived class
fish-2.7.1/src/builtin_test.cpp:253:18: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/builtin_test.cpp:195:18: note: Virtual function in base class
fish-2.7.1/src/builtin_test.cpp:253:18: note: Function in derived class
fish-2.7.1/src/builtin_ulimit.cpp:256:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/color.cpp:298:9: style: Condition '!success' is always true [knownConditionTrueFalse]
fish-2.7.1/src/color.cpp:297:20: note: Assignment 'success=false', assigned value is 0
fish-2.7.1/src/color.cpp:298:9: note: Condition '!success' is always true
fish-2.7.1/src/color.cpp:13:53: style: Function 'try_parse_special' argument 1 names different: declaration 'str' definition 'special'. [funcArgNamesDifferent]
fish-2.7.1/src/color.h:38:44: note: Function 'try_parse_special' argument 1 names different: declaration 'str' definition 'special'.
fish-2.7.1/src/color.cpp:13:53: note: Function 'try_parse_special' argument 1 names different: declaration 'str' definition 'special'.
fish-2.7.1/src/color.cpp:110:49: style: Function 'try_parse_rgb' argument 1 names different: declaration 'str' definition 'name'. [funcArgNamesDifferent]
fish-2.7.1/src/color.h:41:40: note: Function 'try_parse_rgb' argument 1 names different: declaration 'str' definition 'name'.
fish-2.7.1/src/color.cpp:110:49: note: Function 'try_parse_rgb' argument 1 names different: declaration 'str' definition 'name'.
fish-2.7.1/src/common.cpp:1078:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/common.cpp:173:12: style: The scope of the variable 'c' can be reduced. [variableScope]
fish-2.7.1/src/common.cpp:712:9: style: The scope of the variable 'line_width' can be reduced. [variableScope]
fish-2.7.1/src/common.cpp:410:31: style: Function 'append_formatv' argument 1 names different: declaration 'str' definition 'target'. [funcArgNamesDifferent]
fish-2.7.1/src/common.h:659:31: note: Function 'append_formatv' argument 1 names different: declaration 'str' definition 'target'.
fish-2.7.1/src/common.cpp:410:31: note: Function 'append_formatv' argument 1 names different: declaration 'str' definition 'target'.
fish-2.7.1/src/common.cpp:410:70: style: Function 'append_formatv' argument 3 names different: declaration 'ap' definition 'va_orig'. [funcArgNamesDifferent]
fish-2.7.1/src/common.h:659:67: note: Function 'append_formatv' argument 3 names different: declaration 'ap' definition 'va_orig'.
fish-2.7.1/src/common.cpp:410:70: note: Function 'append_formatv' argument 3 names different: declaration 'ap' definition 'va_orig'.
fish-2.7.1/src/common.cpp:469:35: style: Function 'quote_end' argument 1 names different: declaration 'in' definition 'pos'. [funcArgNamesDifferent]
fish-2.7.1/src/common.h:675:35: note: Function 'quote_end' argument 1 names different: declaration 'in' definition 'pos'.
fish-2.7.1/src/common.cpp:469:35: note: Function 'quote_end' argument 1 names different: declaration 'in' definition 'pos'.
fish-2.7.1/src/common.cpp:559:40: style: Function 'debug_shared' argument 1 names different: declaration 'msg_level' definition 'level'. [funcArgNamesDifferent]
fish-2.7.1/src/common.cpp:75:40: note: Function 'debug_shared' argument 1 names different: declaration 'msg_level' definition 'level'.
fish-2.7.1/src/common.cpp:559:40: note: Function 'debug_shared' argument 1 names different: declaration 'msg_level' definition 'level'.
fish-2.7.1/src/common.cpp:1879:75: style: Function 'convert_wide_array_to_narrow' argument 1 names different: declaration 'arr' definition 'wide_arr'. [funcArgNamesDifferent]
fish-2.7.1/src/common.h:510:75: note: Function 'convert_wide_array_to_narrow' argument 1 names different: declaration 'arr' definition 'wide_arr'.
fish-2.7.1/src/common.cpp:1879:75: note: Function 'convert_wide_array_to_narrow' argument 1 names different: declaration 'arr' definition 'wide_arr'.
fish-2.7.1/src/common.cpp:1981:29: style: Function 'assert_is_locked' argument 1 names different: declaration 'mutex' definition 'vmutex'. [funcArgNamesDifferent]
fish-2.7.1/src/common.h:392:29: note: Function 'assert_is_locked' argument 1 names different: declaration 'mutex' definition 'vmutex'.
fish-2.7.1/src/common.cpp:1981:29: note: Function 'assert_is_locked' argument 1 names different: declaration 'mutex' definition 'vmutex'.
fish-2.7.1/src/complete.cpp:1258:9: style: Condition '!done' is always true [knownConditionTrueFalse]
fish-2.7.1/src/complete.cpp:1239:17: note: Assignment 'done=false', assigned value is 0
fish-2.7.1/src/complete.cpp:1258:9: note: Condition '!done' is always true
fish-2.7.1/src/complete.cpp:1437:54: warning: Either the condition 'cmd_node' is redundant or there is possible null pointer dereference: cmd_node. [nullPointerRedundantCheck]
fish-2.7.1/src/complete.cpp:1347:17: note: Assuming that condition 'cmd_node' is not redundant
fish-2.7.1/src/complete.cpp:1437:54: note: Null pointer dereference
fish-2.7.1/src/complete.cpp:1438:54: warning: Either the condition 'cmd_node' is redundant or there is possible null pointer dereference: cmd_node. [nullPointerRedundantCheck]
fish-2.7.1/src/complete.cpp:1347:17: note: Assuming that condition 'cmd_node' is not redundant
fish-2.7.1/src/complete.cpp:1438:54: note: Null pointer dereference
fish-2.7.1/src/complete.cpp:846:10: style: The scope of the variable 'use_common' can be reduced. [variableScope]
fish-2.7.1/src/complete.cpp:1240:10: style: The scope of the variable 'use_command' can be reduced. [variableScope]
fish-2.7.1/src/complete.cpp:1241:10: style: The scope of the variable 'use_function' can be reduced. [variableScope]
fish-2.7.1/src/complete.cpp:1242:10: style: The scope of the variable 'use_builtin' can be reduced. [variableScope]
fish-2.7.1/src/complete.cpp:1243:10: style: The scope of the variable 'use_implicit_cd' can be reduced. [variableScope]
fish-2.7.1/src/complete.cpp:646:48: style: Function 'complete_cmd' argument 1 names different: declaration 'str' definition 'str_cmd'. [funcArgNamesDifferent]
fish-2.7.1/src/complete.cpp:320:39: note: Function 'complete_cmd' argument 1 names different: declaration 'str' definition 'str_cmd'.
fish-2.7.1/src/complete.cpp:646:48: note: Function 'complete_cmd' argument 1 names different: declaration 'str' definition 'str_cmd'.
fish-2.7.1/src/complete.cpp:840:50: style: Function 'complete_param' argument 1 names different: declaration 'cmd_orig' definition 'scmd_orig'. [funcArgNamesDifferent]
fish-2.7.1/src/complete.cpp:314:41: note: Function 'complete_param' argument 1 names different: declaration 'cmd_orig' definition 'scmd_orig'.
fish-2.7.1/src/complete.cpp:840:50: note: Function 'complete_param' argument 1 names different: declaration 'cmd_orig' definition 'scmd_orig'.
fish-2.7.1/src/complete.cpp:840:77: style: Function 'complete_param' argument 2 names different: declaration 'popt' definition 'spopt'. [funcArgNamesDifferent]
fish-2.7.1/src/complete.cpp:314:67: note: Function 'complete_param' argument 2 names different: declaration 'popt' definition 'spopt'.
fish-2.7.1/src/complete.cpp:840:77: note: Function 'complete_param' argument 2 names different: declaration 'popt' definition 'spopt'.
fish-2.7.1/src/complete.cpp:841:50: style: Function 'complete_param' argument 3 names different: declaration 'str' definition 'sstr'. [funcArgNamesDifferent]
fish-2.7.1/src/complete.cpp:314:89: note: Function 'complete_param' argument 3 names different: declaration 'str' definition 'sstr'.
fish-2.7.1/src/complete.cpp:841:50: note: Function 'complete_param' argument 3 names different: declaration 'str' definition 'sstr'.
fish-2.7.1/src/complete.cpp:1225:31: style: Function 'complete' argument 1 names different: declaration 'cmd' definition 'cmd_with_subcmds'. [funcArgNamesDifferent]
fish-2.7.1/src/complete.h:156:31: note: Function 'complete' argument 1 names different: declaration 'cmd' definition 'cmd_with_subcmds'.
fish-2.7.1/src/complete.cpp:1225:31: note: Function 'complete' argument 1 names different: declaration 'cmd' definition 'cmd_with_subcmds'.
fish-2.7.1/src/complete.cpp:1558:68: style: Function 'complete_add_wrapper' argument 2 names different: declaration 'wrap_target' definition 'new_target'. [funcArgNamesDifferent]
fish-2.7.1/src/complete.h:185:68: note: Function 'complete_add_wrapper' argument 2 names different: declaration 'wrap_target' definition 'new_target'.
fish-2.7.1/src/complete.cpp:1558:68: note: Function 'complete_add_wrapper' argument 2 names different: declaration 'wrap_target' definition 'new_target'.
fish-2.7.1/src/complete.cpp:1573:71: style: Function 'complete_remove_wrapper' argument 2 names different: declaration 'wrap_target' definition 'target_to_remove'. [funcArgNamesDifferent]
fish-2.7.1/src/complete.h:186:71: note: Function 'complete_remove_wrapper' argument 2 names different: declaration 'wrap_target' definition 'target_to_remove'.
fish-2.7.1/src/complete.cpp:1573:71: note: Function 'complete_remove_wrapper' argument 2 names different: declaration 'wrap_target' definition 'target_to_remove'.
fish-2.7.1/src/complete.cpp:309:38: style: Technically the member function 'completer_t::get_completions' can be const. [functionConst]
fish-2.7.1/src/complete.cpp:312:10: performance: Technically the member function 'completer_t::try_complete_user' can be static. [functionStatic]
fish-2.7.1/src/complete.cpp:1174:19: note: Technically the member function 'completer_t::try_complete_user' can be static.
fish-2.7.1/src/complete.cpp:312:10: note: Technically the member function 'completer_t::try_complete_user' can be static.
fish-2.7.1/src/complete.cpp:289:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fish-2.7.1/src/env.cpp:966:9: style: The scope of the variable 'done' can be reduced. [variableScope]
fish-2.7.1/src/env.cpp:963:71: style: Function 'env_set' argument 3 names different: declaration 'mode' definition 'var_mode'. [funcArgNamesDifferent]
fish-2.7.1/src/env.h:72:71: note: Function 'env_set' argument 3 names different: declaration 'mode' definition 'var_mode'.
fish-2.7.1/src/env.cpp:963:71: note: Function 'env_set' argument 3 names different: declaration 'mode' definition 'var_mode'.
fish-2.7.1/src/env.cpp:1144:41: style: Function 'env_remove' argument 2 names different: declaration 'mode' definition 'var_mode'. [funcArgNamesDifferent]
fish-2.7.1/src/env.h:144:41: note: Function 'env_remove' argument 2 names different: declaration 'mode' definition 'var_mode'.
fish-2.7.1/src/env.cpp:1144:41: note: Function 'env_remove' argument 2 names different: declaration 'mode' definition 'var_mode'.
fish-2.7.1/src/common.h:476:0: style: Unused private function: 'null_terminated_array_t < char >::size' [unusedPrivateFunction]
fish-2.7.1/src/env.cpp:275:10: style: Technically the member function 'const_string_set_comparer::operator()' can be const. [functionConst]
fish-2.7.1/src/env.cpp:112:5: style: Class 'env_node_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/env_universal_common.cpp:690:9: style: Condition 'success' is always true [knownConditionTrueFalse]
fish-2.7.1/src/env_universal_common.cpp:682:20: note: Assignment 'success=true', assigned value is 1
fish-2.7.1/src/env_universal_common.cpp:690:9: note: Condition 'success' is always true
fish-2.7.1/src/env_universal_common.cpp:308:55: style: Function 'remove_internal' argument 1 names different: declaration 'name' definition 'key'. [funcArgNamesDifferent]
fish-2.7.1/src/env_universal_common.h:48:42: note: Function 'remove_internal' argument 1 names different: declaration 'name' definition 'key'.
fish-2.7.1/src/env_universal_common.cpp:308:55: note: Function 'remove_internal' argument 1 names different: declaration 'name' definition 'key'.
fish-2.7.1/src/env_universal_common.cpp:317:46: style: Function 'remove' argument 1 names different: declaration 'name' definition 'key'. [funcArgNamesDifferent]
fish-2.7.1/src/env_universal_common.h:84:33: note: Function 'remove' argument 1 names different: declaration 'name' definition 'key'.
fish-2.7.1/src/env_universal_common.cpp:317:46: note: Function 'remove' argument 1 names different: declaration 'name' definition 'key'.
fish-2.7.1/src/env_universal_common.cpp:817:62: style: Function 'parse_message_internal' argument 1 names different: declaration 'msg' definition 'msgstr'. [funcArgNamesDifferent]
fish-2.7.1/src/env_universal_common.h:67:56: note: Function 'parse_message_internal' argument 1 names different: declaration 'msg' definition 'msgstr'.
fish-2.7.1/src/env_universal_common.cpp:817:62: note: Function 'parse_message_internal' argument 1 names different: declaration 'msg' definition 'msgstr'.
fish-2.7.1/src/env_universal_common.h:51:10: performance: Technically the member function 'env_universal_t::open_and_acquire_lock' can be static. [functionStatic]
fish-2.7.1/src/env_universal_common.cpp:569:23: note: Technically the member function 'env_universal_t::open_and_acquire_lock' can be static.
fish-2.7.1/src/env_universal_common.h:51:10: note: Technically the member function 'env_universal_t::open_and_acquire_lock' can be static.
fish-2.7.1/src/env_universal_common.h:52:10: performance: Technically the member function 'env_universal_t::open_temporary_file' can be static. [functionStatic]
fish-2.7.1/src/env_universal_common.cpp:519:23: note: Technically the member function 'env_universal_t::open_temporary_file' can be static.
fish-2.7.1/src/env_universal_common.h:52:10: note: Technically the member function 'env_universal_t::open_temporary_file' can be static.
fish-2.7.1/src/env_universal_common.h:54:10: performance: Technically the member function 'env_universal_t::move_new_vars_file_into_place' can be static. [functionStatic]
fish-2.7.1/src/env_universal_common.cpp:486:23: note: Technically the member function 'env_universal_t::move_new_vars_file_into_place' can be static.
fish-2.7.1/src/env_universal_common.h:54:10: note: Technically the member function 'env_universal_t::move_new_vars_file_into_place' can be static.
fish-2.7.1/src/env_universal_common.cpp:1210:5: style: Class 'universal_notifier_named_pipe_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/env_universal_common.cpp:1225:9: style: The function 'notification_fd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/env_universal_common.h:156:17: note: Virtual function in base class
fish-2.7.1/src/env_universal_common.cpp:1225:9: note: Function in derived class
fish-2.7.1/src/env_universal_common.cpp:1235:10: style: The function 'notification_fd_became_readable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/env_universal_common.h:160:18: note: Virtual function in base class
fish-2.7.1/src/env_universal_common.cpp:1235:10: note: Function in derived class
fish-2.7.1/src/env_universal_common.cpp:1252:10: style: The function 'post_notification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/env_universal_common.h:150:18: note: Virtual function in base class
fish-2.7.1/src/env_universal_common.cpp:1252:10: note: Function in derived class
fish-2.7.1/src/env_universal_common.cpp:1269:19: style: The function 'usec_delay_between_polls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/env_universal_common.h:153:27: note: Virtual function in base class
fish-2.7.1/src/env_universal_common.cpp:1269:19: note: Function in derived class
fish-2.7.1/src/env_universal_common.cpp:1297:10: style: The function 'poll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fish-2.7.1/src/env_universal_common.h:147:18: note: Virtual function in base class
fish-2.7.1/src/env_universal_common.cpp:1297:10: note: Function in derived class
fish-2.7.1/src/event.cpp:94:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/event.cpp:180:20: style: The scope of the variable 'temp' can be reduced. [variableScope]
fish-2.7.1/src/event.cpp:181:9: style: The scope of the variable 'sig' can be reduced. [variableScope]
fish-2.7.1/src/event.cpp:262:34: style: Function 'event_remove' argument 1 names different: declaration 'event' definition 'criterion'. [funcArgNamesDifferent]
fish-2.7.1/src/event.h:93:34: note: Function 'event_remove' argument 1 names different: declaration 'event' definition 'criterion'.
fish-2.7.1/src/event.cpp:262:34: note: Function 'event_remove' argument 1 names different: declaration 'event' definition 'criterion'.
fish-2.7.1/src/event.cpp:301:35: style: Function 'event_is_signal_observed' argument 1 names different: declaration 'signal' definition 'sig'. [funcArgNamesDifferent]
fish-2.7.1/src/event.h:109:35: note: Function 'event_is_signal_observed' argument 1 names different: declaration 'signal' definition 'sig'.
fish-2.7.1/src/event.cpp:301:35: note: Function 'event_is_signal_observed' argument 1 names different: declaration 'signal' definition 'sig'.
fish-2.7.1/src/exec.cpp:1084:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/exec.cpp:1195:77: style: Function 'exec_subshell' argument 3 names different: declaration 'preserve_exit_status' definition 'apply_exit_status'. [funcArgNamesDifferent]
fish-2.7.1/src/exec.h:38:77: note: Function 'exec_subshell' argument 3 names different: declaration 'preserve_exit_status' definition 'apply_exit_status'.
fish-2.7.1/src/exec.cpp:1195:77: note: Function 'exec_subshell' argument 3 names different: declaration 'preserve_exit_status' definition 'apply_exit_status'.
fish-2.7.1/src/exec.cpp:1200:45: style: Function 'exec_subshell' argument 2 names different: declaration 'preserve_exit_status' definition 'apply_exit_status'. [funcArgNamesDifferent]
fish-2.7.1/src/exec.h:39:45: note: Function 'exec_subshell' argument 2 names different: declaration 'preserve_exit_status' definition 'apply_exit_status'.
fish-2.7.1/src/exec.cpp:1200:45: note: Function 'exec_subshell' argument 2 names different: declaration 'preserve_exit_status' definition 'apply_exit_status'.
fish-2.7.1/src/expand.cpp:1051:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/expand.cpp:782:17: style: The scope of the variable 'all_vars' can be reduced. [variableScope]
fish-2.7.1/src/expand.cpp:1271:49: style: Function 'remove_internal_separator' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
fish-2.7.1/src/expand.cpp:83:49: note: Function 'remove_internal_separator' argument 1 names different: declaration 's' definition 'str'.
fish-2.7.1/src/expand.cpp:1271:49: note: Function 'remove_internal_separator' argument 1 names different: declaration 's' definition 'str'.
fish-2.7.1/src/expand.cpp:1466:80: style: Function 'expand_string' argument 2 names different: declaration 'output' definition 'out_completions'. [funcArgNamesDifferent]
fish-2.7.1/src/expand.h:111:94: note: Function 'expand_string' argument 2 names different: declaration 'output' definition 'out_completions'.
fish-2.7.1/src/expand.cpp:1466:80: note: Function 'expand_string' argument 2 names different: declaration 'output' definition 'out_completions'.
fish-2.7.1/src/expand.cpp:1512:27: style: Function 'expand_one' argument 1 names different: declaration 'inout_str' definition 'string'. [funcArgNamesDifferent]
fish-2.7.1/src/expand.h:123:27: note: Function 'expand_one' argument 1 names different: declaration 'inout_str' definition 'string'.
fish-2.7.1/src/expand.cpp:1512:27: note: Function 'expand_one' argument 1 names different: declaration 'inout_str' definition 'string'.
fish-2.7.1/src/fallback.cpp:189:32: style: Function 'wcsncasecmp' argument 1 names different: declaration 's1' definition 'a'. [funcArgNamesDifferent]
fish-2.7.1/src/fallback.h:114:32: note: Function 'wcsncasecmp' argument 1 names different: declaration 's1' definition 'a'.
fish-2.7.1/src/fallback.cpp:189:32: note: Function 'wcsncasecmp' argument 1 names different: declaration 's1' definition 'a'.
fish-2.7.1/src/fallback.cpp:189:50: style: Function 'wcsncasecmp' argument 2 names different: declaration 's2' definition 'b'. [funcArgNamesDifferent]
fish-2.7.1/src/fallback.h:114:51: note: Function 'wcsncasecmp' argument 2 names different: declaration 's2' definition 'b'.
fish-2.7.1/src/fallback.cpp:189:50: note: Function 'wcsncasecmp' argument 2 names different: declaration 's2' definition 'b'.
fish-2.7.1/src/fallback.cpp:428:31: style: Function 'mk_wcwidth' argument 1 names different: declaration 'wc' definition 'ucs'. [funcArgNamesDifferent]
fish-2.7.1/src/fallback.cpp:311:31: note: Function 'mk_wcwidth' argument 1 names different: declaration 'wc' definition 'ucs'.
fish-2.7.1/src/fallback.cpp:428:31: note: Function 'mk_wcwidth' argument 1 names different: declaration 'wc' definition 'ucs'.
fish-2.7.1/src/fallback.cpp:566:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fish-2.7.1/src/fish.cpp:304:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/fish.cpp:324:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/fish_indent.cpp:386:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/fish_indent.cpp:391:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/fish_indent.cpp:442:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/fish_tests.cpp:496:22: warning: Either the condition 'i>sizeof(types)/sizeof(*types)' is redundant or the array 'types[13]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
fish-2.7.1/src/fish_tests.cpp:492:19: note: Assuming that condition 'i>sizeof(types)/sizeof(*types)' is not redundant
fish-2.7.1/src/fish_tests.cpp:496:22: note: Array index out of bounds
fish-2.7.1/src/fish_tests.cpp:2400:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fish-2.7.1/src/fish_tests.cpp:2397:20: note: outer condition: comps.empty()
fish-2.7.1/src/fish_tests.cpp:2400:9: note: opposite inner condition: !comps.empty()
fish-2.7.1/src/fish_tests.cpp:2407:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fish-2.7.1/src/fish_tests.cpp:2402:16: note: outer condition: !comps.empty()
fish-2.7.1/src/fish_tests.cpp:2407:9: note: opposite inner condition: comps.empty()
fish-2.7.1/src/fish_tests.cpp:477:20: style: The scope of the variable 'str' can be reduced. [variableScope]
fish-2.7.1/src/fish_tests.cpp:4313:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fish-2.7.1/src/fish_tests.cpp:496:22: warning: Either the condition 'i>13' is redundant or the array 'types[13]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
fish-2.7.1/src/fish_tests.cpp:492:19: note: Assuming that condition 'i>13' is not redundant
fish-2.7.1/src/fish_tests.cpp:496:22: note: Array index out of bounds
fish-2.7.1/src/lru.h:112:0: performance: Technically the member function 'lru_cache_t < test_lru_t , int >::entry_was_evicted' can be static. [functionStatic]
fish-2.7.1/src/lru.h:286:0: style: Technically the member function 'lru_cache_t < test_lru_t , int >::iterator::operator==' can be const. [functionConst]
fish-2.7.1/src/lru.h:287:0: style: Technically the member function 'lru_cache_t < test_lru_t , int >::iterator::operator!=' can be const. [functionConst]
fish-2.7.1/src/function.cpp:176:37: style: Function 'function_exists' argument 1 names different: declaration 'name' definition 'cmd'. [funcArgNamesDifferent]
fish-2.7.1/src/function.h:89:37: note: Function 'function_exists' argument 1 names different: declaration 'name' definition 'cmd'.
fish-2.7.1/src/function.cpp:176:37: note: Function 'function_exists' argument 1 names different: declaration 'name' definition 'cmd'.
fish-2.7.1/src/function.cpp:183:36: style: Function 'function_load' argument 1 names different: declaration 'name' definition 'cmd'. [funcArgNamesDifferent]
fish-2.7.1/src/function.h:92:36: note: Function 'function_load' argument 1 names different: declaration 'name' definition 'cmd'.
fish-2.7.1/src/function.cpp:183:36: note: Function 'function_load' argument 1 names different: declaration 'name' definition 'cmd'.
fish-2.7.1/src/function.cpp:190:49: style: Function 'function_exists_no_autoload' argument 1 names different: declaration 'name' definition 'cmd'. [funcArgNamesDifferent]
fish-2.7.1/src/function.h:95:49: note: Function 'function_exists_no_autoload' argument 1 names different: declaration 'name' definition 'cmd'.
fish-2.7.1/src/function.cpp:190:49: note: Function 'function_exists_no_autoload' argument 1 names different: declaration 'name' definition 'cmd'.
fish-2.7.1/src/highlight.cpp:1005:9: style: Condition '!is_valid' is always true [knownConditionTrueFalse]
fish-2.7.1/src/highlight.cpp:1002:21: note: Assignment 'is_valid=false', assigned value is 0
fish-2.7.1/src/highlight.cpp:1005:9: note: Condition '!is_valid' is always true
fish-2.7.1/src/highlight.cpp:104:40: style: Function 'is_potential_path' argument 1 names different: declaration 'const_path' definition 'potential_path_fragment'. [funcArgNamesDifferent]
fish-2.7.1/src/highlight.h:126:40: note: Function 'is_potential_path' argument 1 names different: declaration 'const_path' definition 'potential_path_fragment'.
fish-2.7.1/src/highlight.cpp:104:40: note: Function 'is_potential_path' argument 1 names different: declaration 'const_path' definition 'potential_path_fragment'.
fish-2.7.1/src/highlight.cpp:840:59: style: Function 'color_redirection' argument 1 names different: declaration 'node' definition 'redirection_node'. [funcArgNamesDifferent]
fish-2.7.1/src/highlight.cpp:679:48: note: Function 'color_redirection' argument 1 names different: declaration 'node' definition 'redirection_node'.
fish-2.7.1/src/highlight.cpp:840:59: note: Function 'color_redirection' argument 1 names different: declaration 'node' definition 'redirection_node'.
fish-2.7.1/src/highlight.cpp:1181:38: style: Function 'highlight_shell' argument 1 names different: declaration 'buffstr' definition 'buff'. [funcArgNamesDifferent]
fish-2.7.1/src/highlight.h:77:38: note: Function 'highlight_shell' argument 1 names different: declaration 'buffstr' definition 'buff'.
fish-2.7.1/src/highlight.cpp:1181:38: note: Function 'highlight_shell' argument 1 names different: declaration 'buffstr' definition 'buff'.
fish-2.7.1/src/highlight.cpp:1193:44: style: Function 'highlight_shell_no_io' argument 1 names different: declaration 'buffstr' definition 'buff'. [funcArgNamesDifferent]
fish-2.7.1/src/highlight.h:82:44: note: Function 'highlight_shell_no_io' argument 1 names different: declaration 'buffstr' definition 'buff'.
fish-2.7.1/src/highlight.cpp:1193:44: note: Function 'highlight_shell_no_io' argument 1 names different: declaration 'buffstr' definition 'buff'.
fish-2.7.1/src/highlight.cpp:1291:42: style: Function 'highlight_universal' argument 1 names different: declaration 'buffstr' definition 'buff'. [funcArgNamesDifferent]
fish-2.7.1/src/highlight.h:95:42: note: Function 'highlight_universal' argument 1 names different: declaration 'buffstr' definition 'buff'.
fish-2.7.1/src/highlight.cpp:1291:42: note: Function 'highlight_universal' argument 1 names different: declaration 'buffstr' definition 'buff'.
fish-2.7.1/src/history.cpp:810:40: style: Function 'remove' argument 1 names different: declaration 'str' definition 'str_to_remove'. [funcArgNamesDifferent]
fish-2.7.1/src/history.h:228:33: note: Function 'remove' argument 1 names different: declaration 'str' definition 'str_to_remove'.
fish-2.7.1/src/history.cpp:810:40: note: Function 'remove' argument 1 names different: declaration 'str' definition 'str_to_remove'.
fish-2.7.1/src/history.cpp:1145:50: style: Function 'history_filename' argument 1 names different: declaration 'name' definition 'session_id'. [funcArgNamesDifferent]
fish-2.7.1/src/history.cpp:208:50: note: Function 'history_filename' argument 1 names different: declaration 'name' definition 'session_id'.
fish-2.7.1/src/history.cpp:1145:50: note: Function 'history_filename' argument 1 names different: declaration 'name' definition 'session_id'.
fish-2.7.1/src/history.cpp:1735:42: style: Function 'populate_from_bash' argument 1 names different: declaration 'f' definition 'stream'. [funcArgNamesDifferent]
fish-2.7.1/src/history.h:256:35: note: Function 'populate_from_bash' argument 1 names different: declaration 'f' definition 'stream'.
fish-2.7.1/src/history.cpp:1735:42: note: Function 'populate_from_bash' argument 1 names different: declaration 'f' definition 'stream'.
fish-2.7.1/src/lru.h:112:0: performance: Technically the member function 'lru_cache_t < history_lru_cache_t , history_lru_item_t >::entry_was_evicted' can be static. [functionStatic]
fish-2.7.1/src/lru.h:286:0: style: Technically the member function 'lru_cache_t < history_lru_cache_t , history_lru_item_t >::iterator::operator==' can be const. [functionConst]
fish-2.7.1/src/lru.h:287:0: style: Technically the member function 'lru_cache_t < history_lru_cache_t , history_lru_item_t >::iterator::operator!=' can be const. [functionConst]
fish-2.7.1/src/common.h:622:0: style: Technically the member function 'owning_lock < std :: map < std :: wstring , std :: unique_ptr < history_t > > >::acquire' can be const. [functionConst]
fish-2.7.1/src/common.h:619:0: style: Class 'owning_lock < std :: map < std :: wstring , std :: unique_ptr < history_t > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/input.cpp:209:42: style: Function 'input_set_bind_mode' argument 1 names different: declaration 'bind_mode' definition 'bm'. [funcArgNamesDifferent]
fish-2.7.1/src/input.h:77:42: note: Function 'input_set_bind_mode' argument 1 names different: declaration 'bind_mode' definition 'bm'.
fish-2.7.1/src/input.cpp:209:42: note: Function 'input_set_bind_mode' argument 1 names different: declaration 'bind_mode' definition 'bm'.
fish-2.7.1/src/input.cpp:245:60: style: Function 'input_mapping_add' argument 5 names different: declaration 'new_mode' definition 'sets_mode'. [funcArgNamesDifferent]
fish-2.7.1/src/input.h:55:39: note: Function 'input_mapping_add' argument 5 names different: declaration 'new_mode' definition 'sets_mode'.
fish-2.7.1/src/input.cpp:245:60: note: Function 'input_mapping_add' argument 5 names different: declaration 'new_mode' definition 'sets_mode'.
fish-2.7.1/src/input.cpp:273:39: style: Function 'input_mapping_add' argument 4 names different: declaration 'new_mode' definition 'sets_mode'. [funcArgNamesDifferent]
fish-2.7.1/src/input.h:51:39: note: Function 'input_mapping_add' argument 4 names different: declaration 'new_mode' definition 'sets_mode'.
fish-2.7.1/src/input.cpp:273:39: note: Function 'input_mapping_add' argument 4 names different: declaration 'new_mode' definition 'sets_mode'.
fish-2.7.1/src/input.cpp:577:34: style: Function 'input_mapping_get' argument 4 names different: declaration 'out_new_mode' definition 'out_sets_mode'. [funcArgNamesDifferent]
fish-2.7.1/src/input.h:71:34: note: Function 'input_mapping_get' argument 4 names different: declaration 'out_new_mode' definition 'out_sets_mode'.
fish-2.7.1/src/input.cpp:577:34: note: Function 'input_mapping_get' argument 4 names different: declaration 'out_new_mode' definition 'out_sets_mode'.
fish-2.7.1/src/common.h:622:0: style: Technically the member function 'owning_lock < std :: vector < const wchar_t * > >::acquire' can be const. [functionConst]
fish-2.7.1/src/common.h:619:0: style: Class 'owning_lock < std :: vector < const wchar_t * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/common.h:622:0: style: Technically the member function 'owning_lock < thread_data_t >::acquire' can be const. [functionConst]
fish-2.7.1/src/common.h:622:0: style: Technically the member function 'owning_lock < std :: queue < spawn_request_t > >::acquire' can be const. [functionConst]
fish-2.7.1/src/iothread.cpp:55:5: style: Struct 'main_thread_request_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/common.h:619:0: style: Class 'owning_lock < thread_data_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/common.h:619:0: style: Class 'owning_lock < std :: queue < spawn_request_t > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/output.cpp:57:47: style: Function 'output_set_color_support' argument 1 names different: declaration 'support' definition 'val'. [funcArgNamesDifferent]
fish-2.7.1/src/output.h:51:47: note: Function 'output_set_color_support' argument 1 names different: declaration 'support' definition 'val'.
fish-2.7.1/src/output.cpp:57:47: note: Function 'output_set_color_support' argument 1 names different: declaration 'support' definition 'val'.
fish-2.7.1/src/output.cpp:459:56: style: Function 'best_color' argument 1 names different: declaration 'colors' definition 'candidates'. [funcArgNamesDifferent]
fish-2.7.1/src/output.h:53:56: note: Function 'best_color' argument 1 names different: declaration 'colors' definition 'candidates'.
fish-2.7.1/src/output.cpp:459:56: note: Function 'best_color' argument 1 names different: declaration 'colors' definition 'candidates'.
fish-2.7.1/src/output.cpp:404:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fish-2.7.1/src/pager.cpp:723:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/pager.cpp:116:24: style: The scope of the variable 'desc_width' can be reduced. [variableScope]
fish-2.7.1/src/pager.cpp:202:59: style: Function 'completion_print' argument 2 names different: declaration 'width_per_column' definition 'width_by_column'. [funcArgNamesDifferent]
fish-2.7.1/src/pager.h:117:54: note: Function 'completion_print' argument 2 names different: declaration 'width_per_column' definition 'width_by_column'.
fish-2.7.1/src/pager.cpp:202:59: note: Function 'completion_print' argument 2 names different: declaration 'width_per_column' definition 'width_by_column'.
fish-2.7.1/src/pager.cpp:377:56: style: Function 'set_completions' argument 1 names different: declaration 'comp' definition 'raw_completions'. [funcArgNamesDifferent]
fish-2.7.1/src/pager.h:129:51: note: Function 'set_completions' argument 1 names different: declaration 'comp' definition 'raw_completions'.
fish-2.7.1/src/pager.cpp:377:56: note: Function 'set_completions' argument 1 names different: declaration 'comp' definition 'raw_completions'.
fish-2.7.1/src/pager.cpp:122:22: style: Variable 'desc_width' is assigned a value that is never used. [unreadVariable]
fish-2.7.1/src/parse_execution.cpp:1147:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
fish-2.7.1/src/parse_execution.cpp:1142:0: note: Variable 'result' is reassigned a value before the old one has been used.
fish-2.7.1/src/parse_execution.cpp:1147:5: note: Variable 'result' is reassigned a value before the old one has been used.
fish-2.7.1/src/parse_execution.cpp:530:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/parse_execution.cpp:946:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/parse_execution.cpp:232:73: style: Function 'job_is_simple_block' argument 1 names different: declaration 'node' definition 'job_node'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_execution.h:81:50: note: Function 'job_is_simple_block' argument 1 names different: declaration 'node' definition 'job_node'.
fish-2.7.1/src/parse_execution.cpp:232:73: note: Function 'job_is_simple_block' argument 1 names different: declaration 'node' definition 'job_node'.
fish-2.7.1/src/parse_execution.cpp:445:53: style: Function 'run_for_statement' argument 2 names different: declaration 'contents' definition 'block_contents'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_execution.h:99:68: note: Function 'run_for_statement' argument 2 names different: declaration 'contents' definition 'block_contents'.
fish-2.7.1/src/parse_execution.cpp:445:53: note: Function 'run_for_statement' argument 2 names different: declaration 'contents' definition 'block_contents'.
fish-2.7.1/src/parse_execution.cpp:604:53: style: Function 'run_while_statement' argument 2 names different: declaration 'contents' definition 'block_contents'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_execution.h:103:70: note: Function 'run_while_statement' argument 2 names different: declaration 'contents' definition 'block_contents'.
fish-2.7.1/src/parse_execution.cpp:604:53: note: Function 'run_while_statement' argument 2 names different: declaration 'contents' definition 'block_contents'.
fish-2.7.1/src/parse_execution.cpp:684:31: style: Function 'report_errors' argument 1 names different: declaration 'errors' definition 'error_list'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_execution.h:61:70: note: Function 'report_errors' argument 1 names different: declaration 'errors' definition 'error_list'.
fish-2.7.1/src/parse_execution.cpp:684:31: note: Function 'report_errors' argument 1 names different: declaration 'errors' definition 'error_list'.
fish-2.7.1/src/parse_execution.cpp:736:21: style: Function 'handle_command_not_found' argument 1 names different: declaration 'cmd' definition 'cmd_str'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_execution.h:68:71: note: Function 'handle_command_not_found' argument 1 names different: declaration 'cmd' definition 'cmd_str'.
fish-2.7.1/src/parse_execution.cpp:736:21: note: Function 'handle_command_not_found' argument 1 names different: declaration 'cmd' definition 'cmd_str'.
fish-2.7.1/src/parse_execution.cpp:961:72: style: Function 'determine_io_chain' argument 1 names different: declaration 'statement' definition 'statement_node'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_execution.h:115:49: note: Function 'determine_io_chain' argument 1 names different: declaration 'statement' definition 'statement_node'.
fish-2.7.1/src/parse_execution.cpp:961:72: note: Function 'determine_io_chain' argument 1 names different: declaration 'statement' definition 'statement_node'.
fish-2.7.1/src/parse_execution.cpp:1413:76: style: Function 'line_offset_of_node_at_offset' argument 1 names different: declaration 'idx' definition 'requested_index'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_execution.h:126:53: note: Function 'line_offset_of_node_at_offset' argument 1 names different: declaration 'idx' definition 'requested_index'.
fish-2.7.1/src/parse_execution.cpp:1413:76: note: Function 'line_offset_of_node_at_offset' argument 1 names different: declaration 'idx' definition 'requested_index'.
fish-2.7.1/src/parse_execution.cpp:1429:74: style: Function 'line_offset_of_character_at_offset' argument 1 names different: declaration 'char_idx' definition 'offset'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_execution.h:127:51: note: Function 'line_offset_of_character_at_offset' argument 1 names different: declaration 'char_idx' definition 'offset'.
fish-2.7.1/src/parse_execution.cpp:1429:74: note: Function 'line_offset_of_character_at_offset' argument 1 names different: declaration 'char_idx' definition 'offset'.
fish-2.7.1/src/parse_execution.cpp:1443:43: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fish-2.7.1/src/parse_execution.h:64:30: style: Technically the member function 'parse_execution_context_t::report_unmatched_wildcard_error' can be const. [functionConst]
fish-2.7.1/src/parse_execution.cpp:703:53: note: Technically the member function 'parse_execution_context_t::report_unmatched_wildcard_error' can be const.
fish-2.7.1/src/parse_execution.h:64:30: note: Technically the member function 'parse_execution_context_t::report_unmatched_wildcard_error' can be const.
fish-2.7.1/src/parse_execution.h:115:10: style: Technically the member function 'parse_execution_context_t::determine_io_chain' can be const. [functionConst]
fish-2.7.1/src/parse_execution.cpp:961:33: note: Technically the member function 'parse_execution_context_t::determine_io_chain' can be const.
fish-2.7.1/src/parse_execution.h:115:10: note: Technically the member function 'parse_execution_context_t::determine_io_chain' can be const.
fish-2.7.1/src/parse_tree.cpp:409:13: style: Condition 'logit' is always false [knownConditionTrueFalse]
fish-2.7.1/src/parse_tree.cpp:408:22: note: Assignment 'logit=false', assigned value is 0
fish-2.7.1/src/parse_tree.cpp:409:13: note: Condition 'logit' is always false
fish-2.7.1/src/parse_tree.cpp:913:9: style: Condition 'logit' is always false [knownConditionTrueFalse]
fish-2.7.1/src/parse_tree.cpp:912:18: note: Assignment 'logit=false', assigned value is 0
fish-2.7.1/src/parse_tree.cpp:913:9: note: Condition 'logit' is always false
fish-2.7.1/src/parse_tree.cpp:252:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/parse_tree.cpp:322:51: style: Function 'parse_dump_tree' argument 1 names different: declaration 'tree' definition 'nodes'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.h:57:51: note: Function 'parse_dump_tree' argument 1 names different: declaration 'tree' definition 'nodes'.
fish-2.7.1/src/parse_tree.cpp:322:51: note: Function 'parse_dump_tree' argument 1 names different: declaration 'tree' definition 'nodes'.
fish-2.7.1/src/parse_tree.cpp:600:91: style: Function 'parse_error' argument 3 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.cpp:384:83: note: Function 'parse_error' argument 3 names different: declaration 'format' definition 'fmt'.
fish-2.7.1/src/parse_tree.cpp:600:91: note: Function 'parse_error' argument 3 names different: declaration 'format' definition 'fmt'.
fish-2.7.1/src/parse_tree.cpp:619:49: style: Function 'parse_error_at_location' argument 1 names different: declaration 'location' definition 'source_location'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.cpp:385:41: note: Function 'parse_error_at_location' argument 1 names different: declaration 'location' definition 'source_location'.
fish-2.7.1/src/parse_tree.cpp:619:49: note: Function 'parse_error_at_location' argument 1 names different: declaration 'location' definition 'source_location'.
fish-2.7.1/src/parse_tree.cpp:620:57: style: Function 'parse_error_at_location' argument 3 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.cpp:385:91: note: Function 'parse_error_at_location' argument 3 names different: declaration 'format' definition 'fmt'.
fish-2.7.1/src/parse_tree.cpp:620:57: note: Function 'parse_error_at_location' argument 3 names different: declaration 'format' definition 'fmt'.
fish-2.7.1/src/parse_tree.cpp:680:78: style: Function 'parse_error_failed_production' argument 1 names different: declaration 'elem' definition 'stack_elem'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.cpp:387:70: note: Function 'parse_error_failed_production' argument 1 names different: declaration 'elem' definition 'stack_elem'.
fish-2.7.1/src/parse_tree.cpp:680:78: note: Function 'parse_error_failed_production' argument 1 names different: declaration 'elem' definition 'stack_elem'.
fish-2.7.1/src/parse_tree.cpp:1089:69: style: Function 'parse_tree_from_string' argument 2 names different: declaration 'flags' definition 'parse_flags'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.h:231:69: note: Function 'parse_tree_from_string' argument 2 names different: declaration 'flags' definition 'parse_flags'.
fish-2.7.1/src/parse_tree.cpp:1089:69: note: Function 'parse_tree_from_string' argument 2 names different: declaration 'flags' definition 'parse_flags'.
fish-2.7.1/src/parse_tree.cpp:1369:77: style: Function 'type_for_redirection' argument 1 names different: declaration 'node' definition 'redirection_node'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.h:202:62: note: Function 'type_for_redirection' argument 1 names different: declaration 'node' definition 'redirection_node'.
fish-2.7.1/src/parse_tree.cpp:1369:77: note: Function 'type_for_redirection' argument 1 names different: declaration 'node' definition 'redirection_node'.
fish-2.7.1/src/parse_tree.cpp:1427:25: style: Function 'comment_nodes_for_node' argument 1 names different: declaration 'node' definition 'parent'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.h:221:66: note: Function 'comment_nodes_for_node' argument 1 names different: declaration 'node' definition 'parent'.
fish-2.7.1/src/parse_tree.cpp:1427:25: note: Function 'comment_nodes_for_node' argument 1 names different: declaration 'node' definition 'parent'.
fish-2.7.1/src/parse_tree.cpp:1455:55: style: Function 'next_node_in_node_list' argument 2 names different: declaration 'item_type' definition 'entry_type'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.h:213:67: note: Function 'next_node_in_node_list' argument 2 names different: declaration 'item_type' definition 'entry_type'.
fish-2.7.1/src/parse_tree.cpp:1455:55: note: Function 'next_node_in_node_list' argument 2 names different: declaration 'item_type' definition 'entry_type'.
fish-2.7.1/src/parse_tree.cpp:1456:26: style: Function 'next_node_in_node_list' argument 3 names different: declaration 'list_tail' definition 'out_list_tail'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_tree.h:214:69: note: Function 'next_node_in_node_list' argument 3 names different: declaration 'list_tail' definition 'out_list_tail'.
fish-2.7.1/src/parse_tree.cpp:1456:26: note: Function 'next_node_in_node_list' argument 3 names different: declaration 'list_tail' definition 'out_list_tail'.
fish-2.7.1/src/parse_util.cpp:1002:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/parse_util.cpp:38:50: style: Function 'parse_util_lineno' argument 2 names different: declaration 'len' definition 'offset'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_util.h:86:50: note: Function 'parse_util_lineno' argument 2 names different: declaration 'len' definition 'offset'.
fish-2.7.1/src/parse_util.cpp:38:50: note: Function 'parse_util_lineno' argument 2 names different: declaration 'len' definition 'offset'.
fish-2.7.1/src/parse_util.cpp:333:60: style: Function 'parse_util_process_extent' argument 2 names different: declaration 'cursor_pos' definition 'pos'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_util.h:60:60: note: Function 'parse_util_process_extent' argument 2 names different: declaration 'cursor_pos' definition 'pos'.
fish-2.7.1/src/parse_util.cpp:333:60: note: Function 'parse_util_process_extent' argument 2 names different: declaration 'cursor_pos' definition 'pos'.
fish-2.7.1/src/parse_util.cpp:338:56: style: Function 'parse_util_job_extent' argument 2 names different: declaration 'cursor_pos' definition 'pos'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_util.h:69:56: note: Function 'parse_util_job_extent' argument 2 names different: declaration 'cursor_pos' definition 'pos'.
fish-2.7.1/src/parse_util.cpp:338:56: note: Function 'parse_util_job_extent' argument 2 names different: declaration 'cursor_pos' definition 'pos'.
fish-2.7.1/src/parse_util.cpp:415:56: style: Function 'parse_util_unescape_wildcards' argument 1 names different: declaration 'in' definition 'str'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_util.h:99:56: note: Function 'parse_util_unescape_wildcards' argument 1 names different: declaration 'in' definition 'str'.
fish-2.7.1/src/parse_util.cpp:415:56: note: Function 'parse_util_unescape_wildcards' argument 1 names different: declaration 'in' definition 'str'.
fish-2.7.1/src/parse_util.cpp:819:78: style: Function 'parse_util_expand_variable_error' argument 4 names different: declaration 'out_errors' definition 'errors'. [funcArgNamesDifferent]
fish-2.7.1/src/parse_util.h:145:78: note: Function 'parse_util_expand_variable_error' argument 4 names different: declaration 'out_errors' definition 'errors'.
fish-2.7.1/src/parse_util.cpp:819:78: note: Function 'parse_util_expand_variable_error' argument 4 names different: declaration 'out_errors' definition 'errors'.
fish-2.7.1/src/parser.cpp:253:36: style: The scope of the variable 'prev' can be reduced. [variableScope]
fish-2.7.1/src/parser.cpp:379:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fish-2.7.1/src/parser.cpp:126:40: style: Function 'push_block_int' argument 1 names different: declaration 'b' definition 'new_current'. [funcArgNamesDifferent]
fish-2.7.1/src/parser.h:226:34: note: Function 'push_block_int' argument 1 names different: declaration 'b' definition 'new_current'.
fish-2.7.1/src/parser.cpp:126:40: note: Function 'push_block_int' argument 1 names different: declaration 'b' definition 'new_current'.
fish-2.7.1/src/parser.cpp:166:41: style: Function 'pop_block' argument 1 names different: declaration 'b' definition 'expected'. [funcArgNamesDifferent]
fish-2.7.1/src/parser.h:305:35: note: Function 'pop_block' argument 1 names different: declaration 'b' definition 'expected'.
fish-2.7.1/src/parser.cpp:166:41: note: Function 'pop_block' argument 1 names different: declaration 'b' definition 'expected'.
fish-2.7.1/src/parser.cpp:320:53: style: Function 'expand_argument_list' argument 1 names different: declaration 'arg_src' definition 'arg_list_src'. [funcArgNamesDifferent]
fish-2.7.1/src/parser.h:264:54: note: Function 'expand_argument_list' argument 1 names different: declaration 'arg_src' definition 'arg_list_src'.
fish-2.7.1/src/parser.cpp:320:53: note: Function 'expand_argument_list' argument 1 names different: declaration 'arg_src' definition 'arg_list_src'.
fish-2.7.1/src/parser.cpp:320:82: style: Function 'expand_argument_list' argument 2 names different: declaration 'flags' definition 'eflags'. [funcArgNamesDifferent]
fish-2.7.1/src/parser.h:264:78: note: Function 'expand_argument_list' argument 2 names different: declaration 'flags' definition 'eflags'.
fish-2.7.1/src/parser.cpp:320:82: note: Function 'expand_argument_list' argument 2 names different: declaration 'flags' definition 'eflags'.
fish-2.7.1/src/parser.cpp:321:64: style: Function 'expand_argument_list' argument 3 names different: declaration 'output' definition 'output_arg_list'. [funcArgNamesDifferent]
fish-2.7.1/src/parser.h:265:65: note: Function 'expand_argument_list' argument 3 names different: declaration 'output' definition 'output_arg_list'.
fish-2.7.1/src/parser.cpp:321:64: note: Function 'expand_argument_list' argument 3 names different: declaration 'output' definition 'output_arg_list'.
fish-2.7.1/src/parser.cpp:356:65: style: Function 'stack_trace_internal' argument 2 names different: declaration 'out' definition 'buff'. [funcArgNamesDifferent]
fish-2.7.1/src/parser.h:223:59: note: Function 'stack_trace_internal' argument 2 names different: declaration 'out' definition 'buff'.
fish-2.7.1/src/parser.cpp:356:65: note: Function 'stack_trace_internal' argument 2 names different: declaration 'out' definition 'buff'.
fish-2.7.1/src/parser.cpp:606:35: style: Function 'job_get' argument 1 names different: declaration 'job_id' definition 'id'. [funcArgNamesDifferent]
fish-2.7.1/src/parser.h:320:29: note: Function 'job_get' argument 1 names different: declaration 'job_id' definition 'id'.
fish-2.7.1/src/parser.cpp:606:35: note: Function 'job_get' argument 1 names different: declaration 'job_id' definition 'id'.
fish-2.7.1/src/parser.cpp:661:38: style: Function 'eval' argument 4 names different: declaration 't' definition 'tree'. [funcArgNamesDifferent]
fish-2.7.1/src/parser.h:253:32: note: Function 'eval' argument 4 names different: declaration 't' definition 'tree'.
fish-2.7.1/src/parser.cpp:661:38: note: Function 'eval' argument 4 names different: declaration 't' definition 'tree'.
fish-2.7.1/src/parser.cpp:731:87: style: Function 'detect_errors_in_argument_list' argument 2 names different: declaration 'out_err' definition 'out'. [funcArgNamesDifferent]
fish-2.7.1/src/parser.h:334:81: note: Function 'detect_errors_in_argument_list' argument 2 names different: declaration 'out_err' definition 'out'.
fish-2.7.1/src/parser.cpp:731:87: note: Function 'detect_errors_in_argument_list' argument 2 names different: declaration 'out_err' definition 'out'.
fish-2.7.1/src/parser.h:308:20: performance: Technically the member function 'parser_t::get_block_desc' can be static. [functionStatic]
fish-2.7.1/src/parser.cpp:204:26: note: Technically the member function 'parser_t::get_block_desc' can be static.
fish-2.7.1/src/parser.h:308:20: note: Technically the member function 'parser_t::get_block_desc' can be static.
fish-2.7.1/src/parser.h:334:10: performance: Technically the member function 'parser_t::detect_errors_in_argument_list' can be static. [functionStatic]
fish-2.7.1/src/parser.cpp:731:16: note: Technically the member function 'parser_t::detect_errors_in_argument_list' can be static.
fish-2.7.1/src/parser.h:334:10: note: Technically the member function 'parser_t::detect_errors_in_argument_list' can be static.
fish-2.7.1/src/path.cpp:109:51: style: Function 'path_get_path' argument 2 names different: declaration 'output_or_NULL' definition 'out_path'. [funcArgNamesDifferent]
fish-2.7.1/src/path.h:42:51: note: Function 'path_get_path' argument 2 names different: declaration 'output_or_NULL' definition 'out_path'.
fish-2.7.1/src/path.cpp:109:51: note: Function 'path_get_path' argument 2 names different: declaration 'output_or_NULL' definition 'out_path'.
fish-2.7.1/src/path.cpp:151:53: style: Function 'path_get_cdpath' argument 2 names different: declaration 'out_or_NULL' definition 'out'. [funcArgNamesDifferent]
fish-2.7.1/src/path.h:64:53: note: Function 'path_get_cdpath' argument 2 names different: declaration 'out_or_NULL' definition 'out'.
fish-2.7.1/src/path.cpp:151:53: note: Function 'path_get_cdpath' argument 2 names different: declaration 'out_or_NULL' definition 'out'.
fish-2.7.1/src/path.cpp:152:49: style: Function 'path_get_cdpath' argument 4 names different: declaration 'vars' definition 'env_vars'. [funcArgNamesDifferent]
fish-2.7.1/src/path.h:65:49: note: Function 'path_get_cdpath' argument 4 names different: declaration 'vars' definition 'env_vars'.
fish-2.7.1/src/path.cpp:152:49: note: Function 'path_get_cdpath' argument 4 names different: declaration 'vars' definition 'env_vars'.
fish-2.7.1/src/postfork.cpp:429:28: style: The scope of the variable 'sz2' can be reduced. [variableScope]
fish-2.7.1/src/print_help.cpp:15:29: style: Function 'print_help' argument 1 names different: declaration 'cmd' definition 'c'. [funcArgNamesDifferent]
fish-2.7.1/src/print_help.h:6:29: note: Function 'print_help' argument 1 names different: declaration 'cmd' definition 'c'.
fish-2.7.1/src/print_help.cpp:15:29: note: Function 'print_help' argument 1 names different: declaration 'cmd' definition 'c'.
fish-2.7.1/src/proc.cpp:941:25: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/proc.cpp:182:30: style: Function 'release_job_id' argument 1 names different: declaration 'jobid' definition 'jid'. [funcArgNamesDifferent]
fish-2.7.1/src/proc.h:160:30: note: Function 'release_job_id' argument 1 names different: declaration 'jobid' definition 'jid'.
fish-2.7.1/src/proc.cpp:182:30: note: Function 'release_job_id' argument 1 names different: declaration 'jobid' definition 'jid'.
fish-2.7.1/src/proc.cpp:282:62: style: Function 'job_mark_process_as_failed' argument 2 names different: declaration 'p' definition 'failed_proc'. [funcArgNamesDifferent]
fish-2.7.1/src/proc.h:331:62: note: Function 'job_mark_process_as_failed' argument 2 names different: declaration 'p' definition 'failed_proc'.
fish-2.7.1/src/proc.cpp:282:62: note: Function 'job_mark_process_as_failed' argument 2 names different: declaration 'p' definition 'failed_proc'.
fish-2.7.1/src/proc.cpp:454:59: style: Function 'job_handle_signal' argument 3 names different: declaration 'con' definition 'context'. [funcArgNamesDifferent]
fish-2.7.1/src/proc.h:325:59: note: Function 'job_handle_signal' argument 3 names different: declaration 'con' definition 'context'.
fish-2.7.1/src/proc.cpp:454:59: note: Function 'job_handle_signal' argument 3 names different: declaration 'con' definition 'context'.
fish-2.7.1/src/proc.cpp:516:19: style: Function 'job_reap' argument 1 names different: declaration 'interactive' definition 'allow_interactive'. [funcArgNamesDifferent]
fish-2.7.1/src/proc.h:322:19: note: Function 'job_reap' argument 1 names different: declaration 'interactive' definition 'allow_interactive'.
fish-2.7.1/src/proc.cpp:516:19: note: Function 'job_reap' argument 1 names different: declaration 'interactive' definition 'allow_interactive'.
fish-2.7.1/src/common.h:622:0: style: Technically the member function 'owning_lock < std :: vector < bool > >::acquire' can be const. [functionConst]
fish-2.7.1/src/common.h:619:0: style: Class 'owning_lock < std :: vector < bool > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/reader.cpp:3292:14: style: The scope of the variable 'buff' can be reduced. [variableScope]
fish-2.7.1/src/reader.cpp:934:22: style: Checking if unsigned variable 'el->position' is less than zero. This might be a false warning. [unsignedLessThanZero]
fish-2.7.1/src/reader.cpp:2645:34: style: Checking if unsigned variable 'el->position' is less than zero. This might be a false warning. [unsignedLessThanZero]
fish-2.7.1/src/reader.cpp:824:35: style: Function 'reader_exit' argument 2 names different: declaration 'force' definition 'forced'. [funcArgNamesDifferent]
fish-2.7.1/src/reader.h:53:35: note: Function 'reader_exit' argument 2 names different: declaration 'force' definition 'forced'.
fish-2.7.1/src/reader.cpp:824:35: note: Function 'reader_exit' argument 2 names different: declaration 'force' definition 'forced'.
fish-2.7.1/src/reader.cpp:1898:50: style: Function 'reader_set_buffer' argument 2 names different: declaration 'p' definition 'pos'. [funcArgNamesDifferent]
fish-2.7.1/src/reader.h:114:50: note: Function 'reader_set_buffer' argument 2 names different: declaration 'p' definition 'pos'.
fish-2.7.1/src/reader.cpp:1898:50: note: Function 'reader_set_buffer' argument 2 names different: declaration 'p' definition 'pos'.
fish-2.7.1/src/reader.cpp:1998:43: style: Function 'reader_change_history' argument 1 names different: declaration 'fn' definition 'name'. [funcArgNamesDifferent]
fish-2.7.1/src/reader.h:76:43: note: Function 'reader_change_history' argument 1 names different: declaration 'fn' definition 'name'.
fish-2.7.1/src/reader.cpp:1998:43: note: Function 'reader_change_history' argument 1 names different: declaration 'fn' definition 'name'.
fish-2.7.1/src/reader.cpp:2047:45: style: Function 'reader_set_left_prompt' argument 1 names different: declaration 'prompt' definition 'new_prompt'. [funcArgNamesDifferent]
fish-2.7.1/src/reader.h:181:45: note: Function 'reader_set_left_prompt' argument 1 names different: declaration 'prompt' definition 'new_prompt'.
fish-2.7.1/src/reader.cpp:2047:45: note: Function 'reader_set_left_prompt' argument 1 names different: declaration 'prompt' definition 'new_prompt'.
fish-2.7.1/src/reader.cpp:2049:46: style: Function 'reader_set_right_prompt' argument 1 names different: declaration 'prompt' definition 'new_prompt'. [funcArgNamesDifferent]
fish-2.7.1/src/reader.h:184:46: note: Function 'reader_set_right_prompt' argument 1 names different: declaration 'prompt' definition 'new_prompt'.
fish-2.7.1/src/reader.cpp:2049:46: note: Function 'reader_set_right_prompt' argument 1 names different: declaration 'prompt' definition 'new_prompt'.
fish-2.7.1/src/reader.cpp:2063:40: style: Function 'reader_set_exit_on_interrupt' argument 1 names different: declaration 'flag' definition 'i'. [funcArgNamesDifferent]
fish-2.7.1/src/reader.h:193:40: note: Function 'reader_set_exit_on_interrupt' argument 1 names different: declaration 'flag' definition 'i'.
fish-2.7.1/src/reader.cpp:2063:40: note: Function 'reader_set_exit_on_interrupt' argument 1 names different: declaration 'flag' definition 'i'.
fish-2.7.1/src/reader.cpp:2065:36: style: Function 'reader_set_silent_status' argument 1 names different: declaration 'f' definition 'flag'. [funcArgNamesDifferent]
fish-2.7.1/src/reader.h:195:36: note: Function 'reader_set_silent_status' argument 1 names different: declaration 'f' definition 'flag'.
fish-2.7.1/src/reader.cpp:2065:36: note: Function 'reader_set_silent_status' argument 1 names different: declaration 'f' definition 'flag'.
fish-2.7.1/src/reader.cpp:2156:50: style: Function 'reader_super_highlight_me_plenty' argument 1 names different: declaration 'highlight_pos_adjust' definition 'match_highlight_pos_adjust'. [funcArgNamesDifferent]
fish-2.7.1/src/reader.cpp:320:50: note: Function 'reader_super_highlight_me_plenty' argument 1 names different: declaration 'highlight_pos_adjust' definition 'match_highlight_pos_adjust'.
fish-2.7.1/src/reader.cpp:2156:50: note: Function 'reader_super_highlight_me_plenty' argument 1 names different: declaration 'highlight_pos_adjust' definition 'match_highlight_pos_adjust'.
fish-2.7.1/src/reader.cpp:260:10: style: Technically the member function 'reader_data_t::expand_abbreviation_as_necessary' can be const. [functionConst]
fish-2.7.1/src/reader.cpp:631:21: note: Technically the member function 'reader_data_t::expand_abbreviation_as_necessary' can be const.
fish-2.7.1/src/reader.cpp:260:10: note: Technically the member function 'reader_data_t::expand_abbreviation_as_necessary' can be const.
fish-2.7.1/src/screen.cpp:1027:9: style: Condition '!done' is always true [knownConditionTrueFalse]
fish-2.7.1/src/screen.cpp:1024:17: note: Assignment 'done=false', assigned value is 0
fish-2.7.1/src/screen.cpp:1027:9: note: Condition '!done' is always true
fish-2.7.1/src/screen.cpp:476:26: style: Function 's_writeb' argument 1 names different: declaration 'character' definition 'c'. [funcArgNamesDifferent]
fish-2.7.1/src/screen.cpp:62:26: note: Function 's_writeb' argument 1 names different: declaration 'character' definition 'c'.
fish-2.7.1/src/screen.cpp:476:26: note: Function 's_writeb' argument 1 names different: declaration 'character' definition 'c'.
fish-2.7.1/src/screen.cpp:1090:76: style: Function 's_write' argument 9 names different: declaration 'pager_data' definition 'pager'. [funcArgNamesDifferent]
fish-2.7.1/src/screen.h:165:76: note: Function 's_write' argument 9 names different: declaration 'pager_data' definition 'pager'.
fish-2.7.1/src/screen.cpp:1090:76: note: Function 's_write' argument 9 names different: declaration 'pager_data' definition 'pager'.
fish-2.7.1/src/tokenizer.cpp:329:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/tokenizer.cpp:772:72: style: Function 'move_word_state_machine_t' argument 1 names different: declaration 'st' definition 'syl'. [funcArgNamesDifferent]
fish-2.7.1/src/tokenizer.h:157:58: note: Function 'move_word_state_machine_t' argument 1 names different: declaration 'st' definition 'syl'.
fish-2.7.1/src/tokenizer.cpp:772:72: note: Function 'move_word_state_machine_t' argument 1 names different: declaration 'st' definition 'syl'.
fish-2.7.1/src/tokenizer.h:150:10: performance: Technically the member function 'move_word_state_machine_t::is_path_component_character' can be static. [functionStatic]
fish-2.7.1/src/tokenizer.cpp:654:33: note: Technically the member function 'move_word_state_machine_t::is_path_component_character' can be static.
fish-2.7.1/src/tokenizer.h:150:10: note: Technically the member function 'move_word_state_machine_t::is_path_component_character' can be static.
fish-2.7.1/src/utf8.cpp:277:13: warning: Either the condition 'out==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fish-2.7.1/src/utf8.cpp:306:17: note: Assuming that condition 'out==NULL' is not redundant
fish-2.7.1/src/utf8.cpp:276:9: note: Assignment 'p=(unsigned char*)out', assigned value is 0
fish-2.7.1/src/utf8.cpp:277:13: note: Null pointer addition
fish-2.7.1/src/utf8.cpp:86:25: style: Same expression on both sides of '=='. [duplicateExpression]
fish-2.7.1/src/utf8.cpp:106:25: style: Same expression on both sides of '=='. [duplicateExpression]
fish-2.7.1/src/utf8.cpp:345:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/utf8.cpp:58:47: style: Function 'wchar_to_utf8_string' argument 1 names different: declaration 'input' definition 'str'. [funcArgNamesDifferent]
fish-2.7.1/src/utf8.h:30:47: note: Function 'wchar_to_utf8_string' argument 1 names different: declaration 'input' definition 'str'.
fish-2.7.1/src/utf8.cpp:58:47: note: Function 'wchar_to_utf8_string' argument 1 names different: declaration 'input' definition 'str'.
fish-2.7.1/src/utf8.cpp:165:85: style: Function 'utf8_to_wchar_internal' argument 3 names different: declaration 'result' definition 'out_string'. [funcArgNamesDifferent]
fish-2.7.1/src/utf8.cpp:40:85: note: Function 'utf8_to_wchar_internal' argument 3 names different: declaration 'result' definition 'out_string'.
fish-2.7.1/src/utf8.cpp:165:85: note: Function 'utf8_to_wchar_internal' argument 3 names different: declaration 'result' definition 'out_string'.
fish-2.7.1/src/wildcard.cpp:364:49: style: Same expression on both sides of '|'. [duplicateExpression]
fish-2.7.1/src/wildcard.cpp:297:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fish-2.7.1/src/wildcard.cpp:786:50: style: Function 'expand' argument 3 names different: declaration 'prefix' definition 'effective_prefix'. [funcArgNamesDifferent]
fish-2.7.1/src/wildcard.cpp:618:78: note: Function 'expand' argument 3 names different: declaration 'prefix' definition 'effective_prefix'.
fish-2.7.1/src/wildcard.cpp:786:50: note: Function 'expand' argument 3 names different: declaration 'prefix' definition 'effective_prefix'.
fish-2.7.1/src/wildcard.cpp:874:77: style: Function 'wildcard_expand_string' argument 4 names different: declaration 'out' definition 'output'. [funcArgNamesDifferent]
fish-2.7.1/src/wildcard.h:46:77: note: Function 'wildcard_expand_string' argument 4 names different: declaration 'out' definition 'output'.
fish-2.7.1/src/wildcard.cpp:874:77: note: Function 'wildcard_expand_string' argument 4 names different: declaration 'out' definition 'output'.
fish-2.7.1/src/wutil.cpp:73:9: style: Condition 'check_with_stat' is always true [knownConditionTrueFalse]
fish-2.7.1/src/wutil.cpp:58:28: note: Assignment 'check_with_stat=true', assigned value is 1
fish-2.7.1/src/wutil.cpp:73:9: note: Condition 'check_with_stat' is always true
fish-2.7.1/src/wutil.cpp:690:9: style: Condition '!ret' is always true [knownConditionTrueFalse]
fish-2.7.1/src/wutil.cpp:689:15: note: Assignment 'ret=0', assigned value is 0
fish-2.7.1/src/wutil.cpp:690:9: note: Condition '!ret' is always true
fish-2.7.1/src/wutil.cpp:243:29: style: Function 'waccess' argument 1 names different: declaration 'pathname' definition 'file_name'. [funcArgNamesDifferent]
fish-2.7.1/src/wutil.h:41:29: note: Function 'waccess' argument 1 names different: declaration 'pathname' definition 'file_name'.
fish-2.7.1/src/wutil.cpp:243:29: note: Function 'waccess' argument 1 names different: declaration 'pathname' definition 'file_name'.
fish-2.7.1/src/wutil.cpp:248:29: style: Function 'wunlink' argument 1 names different: declaration 'pathname' definition 'file_name'. [funcArgNamesDifferent]
fish-2.7.1/src/wutil.h:44:29: note: Function 'wunlink' argument 1 names different: declaration 'pathname' definition 'file_name'.
fish-2.7.1/src/wutil.cpp:248:29: note: Function 'wunlink' argument 1 names different: declaration 'pathname' definition 'file_name'.
fish-2.7.1/src/wutil.cpp:439:28: style: Function 'wmkdir' argument 1 names different: declaration 'dir' definition 'name'. [funcArgNamesDifferent]
fish-2.7.1/src/wutil.h:90:28: note: Function 'wmkdir' argument 1 names different: declaration 'dir' definition 'name'.
fish-2.7.1/src/wutil.cpp:439:28: note: Function 'wmkdir' argument 1 names different: declaration 'dir' definition 'name'.
fish-2.7.1/src/wutil.cpp:444:29: style: Function 'wrename' argument 1 names different: declaration 'oldName' definition 'old'. [funcArgNamesDifferent]
fish-2.7.1/src/wutil.h:93:29: note: Function 'wrename' argument 1 names different: declaration 'oldName' definition 'old'.
fish-2.7.1/src/wutil.cpp:444:29: note: Function 'wrename' argument 1 names different: declaration 'oldName' definition 'old'.
fish-2.7.1/src/wutil.cpp:444:50: style: Function 'wrename' argument 2 names different: declaration 'newName' definition 'newv'. [funcArgNamesDifferent]
fish-2.7.1/src/wutil.h:93:54: note: Function 'wrename' argument 2 names different: declaration 'newName' definition 'newv'.
fish-2.7.1/src/wutil.cpp:444:50: note: Function 'wrename' argument 2 names different: declaration 'newName' definition 'newv'.
fish-2.7.1/src/wutil.cpp:95:14: style: union member 'Anonymous3::c' is never used. [unusedStructMember]
fish-2.7.1/src/common.h:622:0: style: Technically the member function 'owning_lock < std :: map < std :: wstring , std :: wstring > >::acquire' can be const. [functionConst]
fish-2.7.1/src/common.h:619:0: style: Class 'owning_lock < std :: map < std :: wstring , std :: wstring > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fish-2.7.1/src/wutil.cpp:368:17: warning: Conversion of string literal "realpath unexpectedly returned null" to bool always evaluates to true. [incorrectStringBooleanError]
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/fishpoll/fishpoll_0.1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fitgcp/fitgcp_0.0.20150429.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fitscut/fitscut_1.4.4.orig.tar.gz
fitscut-1.4.4/colormap.c:177:15: style: The scope of the variable 'f' can be reduced. [variableScope]
fitscut-1.4.4/draw.c:371:23: style: Condition 'thickness<1' is always false [knownConditionTrueFalse]
fitscut-1.4.4/draw.c:370:21: note: Assignment 'thickness=2', assigned value is 2
fitscut-1.4.4/draw.c:371:23: note: Condition 'thickness<1' is always false
fitscut-1.4.4/draw.c:99:13: style: The scope of the variable 'ints' can be reduced. [variableScope]
fitscut-1.4.4/draw.c:161:44: style: The scope of the variable 'xend' can be reduced. [variableScope]
fitscut-1.4.4/draw.c:161:50: style: The scope of the variable 'yend' can be reduced. [variableScope]
fitscut-1.4.4/draw.c:161:56: style: The scope of the variable 'xdirflag' can be reduced. [variableScope]
fitscut-1.4.4/draw.c:161:66: style: The scope of the variable 'ydirflag' can be reduced. [variableScope]
fitscut-1.4.4/draw.c:259:13: style: The scope of the variable 'num_tip_points' can be reduced. [variableScope]
fitscut-1.4.4/draw.c:261:22: style: The scope of the variable 'arrow' can be reduced. [variableScope]
fitscut-1.4.4/draw.c:262:22: style: The scope of the variable 'shaft' can be reduced. [variableScope]
fitscut-1.4.4/draw.c:155:0: error: Memory leak: polyInts [memleak]
fitscut-1.4.4/extract.c:264:14: style: The scope of the variable 'keyname' can be reduced. [variableScope]
fitscut-1.4.4/extract.c:265:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fitscut-1.4.4/extract.c:266:14: style: The scope of the variable 'card' can be reduced. [variableScope]
fitscut-1.4.4/extract.c:267:14: style: The scope of the variable 'value_string' can be reduced. [variableScope]
fitscut-1.4.4/extract.c:268:14: style: The scope of the variable 'comment' can be reduced. [variableScope]
fitscut-1.4.4/fitscut.c:439:13: style: The scope of the variable 'retval' can be reduced. [variableScope]
fitscut-1.4.4/fitscut.c:522:13: style: The scope of the variable 'lose' can be reduced. [variableScope]
fitscut-1.4.4/fitscut.c:534:13: style: The scope of the variable 'user_scale_factor_count' can be reduced. [variableScope]
fitscut-1.4.4/getopt.c:328:7: style: The scope of the variable 'option_index' can be reduced. [variableScope]
fitscut-1.4.4/getopt.c:246:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fitscut-1.4.4/histogram.c:102:16: style: The scope of the variable 'desired' can be reduced. [variableScope]
fitscut-1.4.4/histogram.c:103:21: style: The scope of the variable 'dif' can be reduced. [variableScope]
fitscut-1.4.4/image_scale.c:215:15: style: The scope of the variable 'threshold' can be reduced. [variableScope]
fitscut-1.4.4/image_scale.c:216:15: style: The scope of the variable 'user_threshold' can be reduced. [variableScope]
fitscut-1.4.4/image_scale.c:257:15: style: The scope of the variable 'threshold' can be reduced. [variableScope]
fitscut-1.4.4/image_scale.c:302:17: style: The scope of the variable 'sum' can be reduced. [variableScope]
fitscut-1.4.4/image_scale.c:302:22: style: The scope of the variable 'maxval' can be reduced. [variableScope]
fitscut-1.4.4/image_scale.c:362:16: style: The scope of the variable 'dmin' can be reduced. [variableScope]
fitscut-1.4.4/image_scale.c:362:22: style: The scope of the variable 'dmax' can be reduced. [variableScope]
fitscut-1.4.4/image_scale.c:231:37: style: Variable 'threshold' is assigned a value that is never used. [unreadVariable]
fitscut-1.4.4/image_scale.c:232:42: style: Variable 'user_threshold' is assigned a value that is never used. [unreadVariable]
fitscut-1.4.4/image_scale.c:271:17: style: Variable 'threshold' is assigned a value that is never used. [unreadVariable]
fitscut-1.4.4/output_fits.c:139:14: style: The scope of the variable 'keyname' can be reduced. [variableScope]
fitscut-1.4.4/output_fits.c:140:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fitscut-1.4.4/output_fits.c:141:14: style: The scope of the variable 'card' can be reduced. [variableScope]
fitscut-1.4.4/output_fits.c:126:29: style: Checking if unsigned variable 'strlen(ofname)' is less than zero. [unsignedLessThanZero]
fitscut-1.4.4/output_fits.c:79:9: style: Variable 'fpixel' is assigned a value that is never used. [unreadVariable]
fitscut-1.4.4/output_fits.c:85:21: style: Variable 'nelements' is assigned a value that is never used. [unreadVariable]
fitscut-1.4.4/output_jpg.c:151:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fitscut-1.4.4/output_jpg.c:71:15: style: The scope of the variable 'temp_val' can be reduced. [variableScope]
fitscut-1.4.4/output_jpg.c:273:24: style: The scope of the variable 'num_palette' can be reduced. [variableScope]
fitscut-1.4.4/output_png.c:153:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fitscut-1.4.4/output_png.c:75:15: style: The scope of the variable 'temp_val' can be reduced. [variableScope]
fitscut-1.4.4/resize.c:268:16: style: The scope of the variable 'linep' can be reduced. [variableScope]
fitscut-1.4.4/util.c:65:26: style: The scope of the variable 'next_index' can be reduced. [variableScope]
fitscut-1.4.4/util.c:67:15: style: The scope of the variable 'm' can be reduced. [variableScope]
fitscut-1.4.4/wcs_align.c:160:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fitscut-1.4.4/wcs_align.c:252:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fitscut-1.4.4/wcs_align.c:308:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fitscut-1.4.4/wcs_align.c:313:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fitscut-1.4.4/wcs_align.c:387:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fitscut-1.4.4/wcs_align.c:392:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fitscut-1.4.4/wcs_align.c:64:16: style: Variable 'xpix' is assigned a value that is never used. [unreadVariable]
fitscut-1.4.4/wcs_align.c:65:16: style: Variable 'ypix' is assigned a value that is never used. [unreadVariable]
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/fitsh/fitsh_0.9.2.orig.tar.gz
fitsh-0.9.2/libastro/dtc.c:51:7: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:78:14: style: The scope of the variable 'tb' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:79:16: style: The scope of the variable 'form' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:79:21: style: The scope of the variable 'basesize' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:167:9: style: The scope of the variable 'repeat' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:167:16: style: The scope of the variable 'form' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:167:21: style: The scope of the variable 'basesize' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:212:9: style: The scope of the variable 'repeat' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:212:16: style: The scope of the variable 'form' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:212:21: style: The scope of the variable 'basesize' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:265:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:358:16: style: The scope of the variable 'basesize' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:359:14: style: The scope of the variable 'tb' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:384:14: style: The scope of the variable 'tb' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-bintable.c:435:9: style: The scope of the variable 'psize' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-common.c:69:24: style: The scope of the variable 'cd' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-common.c:69:27: style: The scope of the variable 'cb' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-common.c:69:36: style: The scope of the variable 'pnext' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-common.c:122:7: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-common.c:123:16: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:95:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:96:13: style: The scope of the variable 'si' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:96:17: style: The scope of the variable 'di' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:97:14: style: The scope of the variable 'st' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:97:18: style: The scope of the variable 'dt' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:98:14: style: The scope of the variable 'sb' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:98:18: style: The scope of the variable 'db' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:405:6: style: The scope of the variable 'rd' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:539:7: style: The scope of the variable 'type' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:626:7: style: The scope of the variable 'type' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:847:10: style: The scope of the variable 'wn' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:848:9: style: The scope of the variable 'wbuff' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:849:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-core.c:415:3: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libfits/fits-core.c:417:2: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libfits/fits-draw.c:61:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fitsh-0.9.2/libfits/fits-draw.c:70:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fitsh-0.9.2/libfits/fits-header.c:74:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-header.c:234:12: style: The scope of the variable 'align' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-header.c:373:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-header.c:556:6: style: The scope of the variable 'id' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-header.c:619:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-image.c:216:3: warning: Either the condition 'rbscale!=NULL' is redundant or there is possible null pointer dereference: rbscale. [nullPointerRedundantCheck]
fitsh-0.9.2/libfits/fits-image.c:232:15: note: Assuming that condition 'rbscale!=NULL' is not redundant
fitsh-0.9.2/libfits/fits-image.c:216:3: note: Null pointer dereference
fitsh-0.9.2/libfits/fits-image.c:217:3: warning: Either the condition 'rbzero!=NULL' is redundant or there is possible null pointer dereference: rbzero. [nullPointerRedundantCheck]
fitsh-0.9.2/libfits/fits-image.c:233:15: note: Assuming that condition 'rbzero!=NULL' is not redundant
fitsh-0.9.2/libfits/fits-image.c:217:3: note: Null pointer dereference
fitsh-0.9.2/libfits/fits-image.c:189:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/libfits/fits-image.c:193:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/libfits/fits-image.c:505:6: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/libfits/fits-image.c:509:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/libfits/fits-image.c:379:16: style: The scope of the variable 'nc' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-image.c:528:25: style: The scope of the variable 'psize' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-image.c:530:8: style: The scope of the variable 'padding' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-image.c:580:10: style: The scope of the variable 'idata' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-image.c:580:17: style: The scope of the variable 'rdata' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-image.c:581:6: style: The scope of the variable 'ntot' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-image.c:738:12: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-image.c:644:2: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libfits/fits-image.c:684:2: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libfits/fits-table.c:28:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-table.c:151:14: style: The scope of the variable 'tt' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-table.c:199:8: style: The scope of the variable 'psize' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-table.c:200:8: style: The scope of the variable 'padding' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-ui.c:29:22: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-ui.c:90:8: style: The scope of the variable 'tk' can be reduced. [variableScope]
fitsh-0.9.2/libfits/fits-ui.c:43:3: error: Common realloc mistake: 'local_basename' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:498:12: style: The scope of the variable 'type' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:584:14: style: The scope of the variable 'tfoll' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:1372:9: style: The scope of the variable 'type' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:1372:14: style: The scope of the variable 'major' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:1372:20: style: The scope of the variable 'minor' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:1372:26: style: The scope of the variable 'cache' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:1941:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:2057:11: style: The scope of the variable 'wt' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:2057:14: style: The scope of the variable 'ws' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:2171:16: style: The scope of the variable 'dret' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:2172:9: style: The scope of the variable 'sret' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:2316:11: style: The scope of the variable 'wsym' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:2318:12: style: The scope of the variable 'wfunct' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:2319:11: style: The scope of the variable 'wdiff' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:2320:14: style: The scope of the variable 'wsymeval' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:2405:14: style: The scope of the variable 'dup' can be reduced. [variableScope]
fitsh-0.9.2/libpsn/psn.c:1496:2: error: Memory leak: pc [memleak]
fitsh-0.9.2/libpsn/psn.c:1032:3: error: Common realloc mistake: 'pc' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:1160:7: error: Common realloc mistake: 'stack' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:1197:2: error: Common realloc mistake: 'stack' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:1339:2: error: Common realloc mistake: 'stack' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:1476:3: error: Common realloc mistake: 'pc' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:1824:3: error: Common realloc mistake: 'chstack' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:1931:3: error: Common realloc mistake: 'opstack' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:2045:3: error: Common realloc mistake: 'opstack' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:2294:3: error: Common realloc mistake: 'wtree' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:2482:3: error: Common realloc mistake: 'chain' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/libpsn/psn.c:1098:0: error: Memory leak: stack [memleak]
fitsh-0.9.2/libpsn/psn.c:1258:0: error: Memory leak: stack [memleak]
fitsh-0.9.2/src/apphot.c:289:10: style: The scope of the variable 'med' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:289:26: style: The scope of the variable 'mean' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:289:36: style: The scope of the variable 'min' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:289:40: style: The scope of the variable 'max' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:291:33: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:424:10: style: The scope of the variable 'med' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:424:26: style: The scope of the variable 'mean' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:424:36: style: The scope of the variable 'min' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:424:40: style: The scope of the variable 'max' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:426:33: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:872:20: style: The scope of the variable 'fluxerr' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:923:12: style: The scope of the variable 'f' can be reduced. [variableScope]
fitsh-0.9.2/src/apphot.c:898:39: style: Function 'aperture_photometry_flux_biquad' argument 13 names different: declaration 'maskingonre' definition 'maskignore'. [funcArgNamesDifferent]
fitsh-0.9.2/src/apphot.h:79:7: note: Function 'aperture_photometry_flux_biquad' argument 13 names different: declaration 'maskingonre' definition 'maskignore'.
fitsh-0.9.2/src/apphot.c:898:39: note: Function 'aperture_photometry_flux_biquad' argument 13 names different: declaration 'maskingonre' definition 'maskignore'.
fitsh-0.9.2/src/apphot.c:254:10: style: Variable 'fmin' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/cache.c:82:14: style: The scope of the variable 'cb' can be reduced. [variableScope]
fitsh-0.9.2/src/cache.c:204:7: style: The scope of the variable 'size' can be reduced. [variableScope]
fitsh-0.9.2/src/cache.c:334:14: style: The scope of the variable 'cb' can be reduced. [variableScope]
fitsh-0.9.2/src/combine.c:65:11: style: The scope of the variable 's2' can be reduced. [variableScope]
fitsh-0.9.2/src/combine.c:65:14: style: The scope of the variable 'lim' can be reduced. [variableScope]
fitsh-0.9.2/src/combine.c:66:6: style: The scope of the variable 'r' can be reduced. [variableScope]
fitsh-0.9.2/src/combine.c:221:10: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/combine.c:221:15: style: The scope of the variable 'ow' can be reduced. [variableScope]
fitsh-0.9.2/src/combine.c:401:35: style: The scope of the variable 'cz' can be reduced. [variableScope]
fitsh-0.9.2/src/combine.c:401:41: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/combine.c:537:10: style: The scope of the variable 'ci' can be reduced. [variableScope]
fitsh-0.9.2/src/combine.c:50:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/combine.c:525:14: style: Function 'combine_images_from_files' argument 7 names different: declaration 'pss' definition 'presubs'. [funcArgNamesDifferent]
fitsh-0.9.2/src/combine.h:73:15: note: Function 'combine_images_from_files' argument 7 names different: declaration 'pss' definition 'presubs'.
fitsh-0.9.2/src/combine.c:525:14: note: Function 'combine_images_from_files' argument 7 names different: declaration 'pss' definition 'presubs'.
fitsh-0.9.2/src/combine.c:525:26: style: Function 'combine_images_from_files' argument 8 names different: declaration 'nps' definition 'npresub'. [funcArgNamesDifferent]
fitsh-0.9.2/src/combine.h:73:23: note: Function 'combine_images_from_files' argument 8 names different: declaration 'nps' definition 'npresub'.
fitsh-0.9.2/src/combine.c:525:26: note: Function 'combine_images_from_files' argument 8 names different: declaration 'nps' definition 'npresub'.
fitsh-0.9.2/src/common.c:87:9: style: The scope of the variable 'inmaskname' can be reduced. [variableScope]
fitsh-0.9.2/src/common.c:87:22: style: The scope of the variable 'inmask' can be reduced. [variableScope]
fitsh-0.9.2/src/common.c:90:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/common.c:90:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/common.c:91:9: style: The scope of the variable 'ft' can be reduced. [variableScope]
fitsh-0.9.2/src/common.c:119:43: style: Function 'mark_integerlimited_pixels' argument 1 names different: declaration 'img' definition 'i'. [funcArgNamesDifferent]
fitsh-0.9.2/src/common.h:29:43: note: Function 'mark_integerlimited_pixels' argument 1 names different: declaration 'img' definition 'i'.
fitsh-0.9.2/src/common.c:119:43: note: Function 'mark_integerlimited_pixels' argument 1 names different: declaration 'img' definition 'i'.
fitsh-0.9.2/src/fbase.c:46:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fitsh-0.9.2/src/fbase.c:46:11: style: The scope of the variable 'p0' can be reduced. [variableScope]
fitsh-0.9.2/src/fbase.c:46:14: style: The scope of the variable 'p1' can be reduced. [variableScope]
fitsh-0.9.2/src/fiarith.c:1183:3: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/fiarith.c:1182:13: note: Variable 'j' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/fiarith.c:1183:3: note: Variable 'j' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/fiarith.c:358:33: style: The scope of the variable 'y0' can be reduced. [variableScope]
fitsh-0.9.2/src/fiarith.c:358:36: style: The scope of the variable 'y1' can be reduced. [variableScope]
fitsh-0.9.2/src/fiarith.c:423:25: style: The scope of the variable 'by' can be reduced. [variableScope]
fitsh-0.9.2/src/fiarith.c:599:29: style: The scope of the variable 'narg' can be reduced. [variableScope]
fitsh-0.9.2/src/fiarith.c:1158:33: style: Checking if unsigned variable 'strlen(expr)' is less than zero. [unsignedLessThanZero]
fitsh-0.9.2/src/fiarith.c:1138:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fic_mpstack.c:183:8: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fic_mpstack.c:248:0: error: Resource leak: fr [resourceLeak]
fitsh-0.9.2/src/fic_mpstack.c:254:0: error: Memory leak: images [memleak]
fitsh-0.9.2/src/fic_mpstack.c:423:0: error: Memory leak: cxy [memleak]
fitsh-0.9.2/src/fic_mpstack.c:423:0: error: Memory leak: idx [memleak]
fitsh-0.9.2/src/fic_mpstack.c:423:0: error: Memory leak: idy [memleak]
fitsh-0.9.2/src/ficalib.c:595:9: style: Condition 'lp>0' is always false [knownConditionTrueFalse]
fitsh-0.9.2/src/ficalib.c:585:8: note: Assignment 'lp=0', assigned value is 0
fitsh-0.9.2/src/ficalib.c:595:9: note: Condition 'lp>0' is always false
fitsh-0.9.2/src/ficalib.c:354:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
fitsh-0.9.2/src/ficalib.c:518:10: style: The scope of the variable 'lp' can be reduced. [variableScope]
fitsh-0.9.2/src/ficalib.c:576:10: style: The scope of the variable 'lp' can be reduced. [variableScope]
fitsh-0.9.2/src/ficalib.c:646:12: style: The scope of the variable 'o' can be reduced. [variableScope]
fitsh-0.9.2/src/ficalib.c:1088:17: style: The scope of the variable 'avg' can be reduced. [variableScope]
fitsh-0.9.2/src/ficalib.c:1178:17: style: The scope of the variable 'bcmm' can be reduced. [variableScope]
fitsh-0.9.2/src/ficalib.c:1517:24: style: The scope of the variable 'wss' can be reduced. [variableScope]
fitsh-0.9.2/src/ficalib.c:1885:11: style: The scope of the variable 'o' can be reduced. [variableScope]
fitsh-0.9.2/src/ficalib.c:1490:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/ficalib.c:1788:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/ficalib.c:1849:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/ficalib.c:1935:0: error: Memory leak: newlist [memleak]
fitsh-0.9.2/src/ficalib.c:1875:2: error: Memory leak: g.overscans [memleak]
fitsh-0.9.2/src/ficombine.c:210:20: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/ficombine.c:263:0: error: Memory leak: inputs [memleak]
fitsh-0.9.2/src/ficonv.c:180:19: style: The scope of the variable 'y' can be reduced. [variableScope]
fitsh-0.9.2/src/ficonv.c:323:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fitsh-0.9.2/src/ficonv.c:408:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/ficonv.c:408:10: style: The scope of the variable 'l' can be reduced. [variableScope]
fitsh-0.9.2/src/ficonv.c:427:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/ficonv.c:592:8: style: The scope of the variable 'line' can be reduced. [variableScope]
fitsh-0.9.2/src/ficonv.c:744:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/ficonv.c:1093:11: style: The scope of the variable 'fr' can be reduced. [variableScope]
fitsh-0.9.2/src/ficonv.c:1095:10: style: The scope of the variable 'addmask' can be reduced. [variableScope]
fitsh-0.9.2/src/ficonv.c:801:8: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fiheader.c:190:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
fitsh-0.9.2/src/fiheader.c:190:15: style: The scope of the variable 'kwl' can be reduced. [variableScope]
fitsh-0.9.2/src/fiheader.c:200:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/fiheader.c:207:17: style: The scope of the variable 'fh' can be reduced. [variableScope]
fitsh-0.9.2/src/fiheader.c:255:8: style: The scope of the variable 'rk' can be reduced. [variableScope]
fitsh-0.9.2/src/fiheader.c:293:6: style: The scope of the variable 'lk' can be reduced. [variableScope]
fitsh-0.9.2/src/fiheader.c:442:17: style: The scope of the variable 'wa' can be reduced. [variableScope]
fitsh-0.9.2/src/fiheader.c:614:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
fitsh-0.9.2/src/fiheader.c:615:37: style: The scope of the variable 'gkwcnt' can be reduced. [variableScope]
fitsh-0.9.2/src/fiheader.c:653:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fiheader.c:360:5: warning: Possible buffer overflow if strlen(value) is larger than or equal to sizeof(wa). [possibleBufferAccessOutOfBounds]
fitsh-0.9.2/src/fiheader.c:361:3: warning: Possible buffer overflow if strlen(comment) is larger than or equal to sizeof(wa). [possibleBufferAccessOutOfBounds]
fitsh-0.9.2/src/fiheader.c:682:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fitsh-0.9.2/src/fiheader.c:694:0: error: Memory leak: format [memleak]
fitsh-0.9.2/src/fiign.c:366:13: style: The scope of the variable 'ft' can be reduced. [variableScope]
fitsh-0.9.2/src/fiign.c:445:12: style: The scope of the variable 'cc' can be reduced. [variableScope]
fitsh-0.9.2/src/fiign.c:446:11: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/fiign.c:446:19: style: The scope of the variable 'value' can be reduced. [variableScope]
fitsh-0.9.2/src/fiign.c:446:25: style: The scope of the variable 'reset' can be reduced. [variableScope]
fitsh-0.9.2/src/fiign.c:446:31: style: The scope of the variable 'set' can be reduced. [variableScope]
fitsh-0.9.2/src/fiign.c:446:35: style: The scope of the variable 'is_any' can be reduced. [variableScope]
fitsh-0.9.2/src/fiign.c:424:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fiign.c:52:8: style: struct member 'maskblock::x0' is never used. [unusedStructMember]
fitsh-0.9.2/src/fiign.c:52:11: style: struct member 'maskblock::y0' is never used. [unusedStructMember]
fitsh-0.9.2/src/fiign.c:54:6: style: struct member 'maskblock::mask' is never used. [unusedStructMember]
fitsh-0.9.2/src/fiinfo-image.c:183:23: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo-image.c:262:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/fiinfo-image.c:285:0: error: Memory leak: histo [memleak]
fitsh-0.9.2/src/fiinfo-pnm.c:54:48: style: The scope of the variable 'x' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo-pnm.c:54:50: style: The scope of the variable 'y' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo-pnm.c:56:36: style: The scope of the variable 'lsize' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo-pnm.c:143:9: style: The scope of the variable 'il' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo-pnm.c:143:12: style: The scope of the variable 'ih' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo-pnm.c:268:20: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo-pnm.c:338:12: style: The scope of the variable 'cd' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:699:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/src/fiinfo.c:702:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/src/fiinfo.c:705:34: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/src/fiinfo.c:708:36: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/src/fiinfo.c:348:12: style: The scope of the variable 'l' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:542:22: style: The scope of the variable 's2' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:626:17: style: The scope of the variable 'line' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:658:13: style: The scope of the variable 'offset' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:767:17: style: The scope of the variable 'format' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:767:25: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:786:7: style: The scope of the variable 'type' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:786:16: style: The scope of the variable 'unit' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:786:25: style: The scope of the variable 'null' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:786:35: style: The scope of the variable 'cname' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:1121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:1121:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/fiinfo.c:927:17: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fiinfo.c:977:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fiinfo.c:1028:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fiinfo.c:526:2: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/fiphot-io.c:323:29: style: The scope of the variable 'fchar' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:325:10: style: The scope of the variable 'gain' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:538:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:541:10: style: The scope of the variable 'x' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:541:12: style: The scope of the variable 'y' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:586:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:597:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:615:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:625:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:642:8: style: The scope of the variable 'acp' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:642:13: style: The scope of the variable 'cmd' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:643:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:643:8: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:643:10: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot-io.c:805:12: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:172:26: style: Variable 'ix' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/fiphot.c:171:2: note: Variable 'ix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/fiphot.c:172:26: note: Variable 'ix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/fiphot.c:78:12: style: The scope of the variable 'fs' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:78:15: style: The scope of the variable 'bl' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:78:18: style: The scope of the variable 'hs' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:136:12: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:136:14: style: The scope of the variable 't' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:161:11: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:257:19: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:313:15: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:334:15: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:695:11: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:868:41: style: The scope of the variable 'gain' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:869:28: style: The scope of the variable 'cx' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:869:31: style: The scope of the variable 'cy' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:869:34: style: The scope of the variable 'kx' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:869:37: style: The scope of the variable 'ky' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:2243:7: style: The scope of the variable 'a' can be reduced. [variableScope]
fitsh-0.9.2/src/fiphot.c:1802:17: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fiphot.c:1915:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fiphot.c:2037:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fiphot.c:1852:3: error: Memory leak: sg.coeff [memleak]
fitsh-0.9.2/src/fiphot.c:763:14: error: Uninitialized struct member: out.fw [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:765:15: error: Uninitialized struct member: out.fw [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:766:15: error: Uninitialized struct member: out.fw [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:769:17: error: Uninitialized struct member: out.fw [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:770:17: error: Uninitialized struct member: out.fw [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:771:17: error: Uninitialized struct member: out.fw [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:765:7: error: Uninitialized struct member: out.fwx [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:766:7: error: Uninitialized struct member: out.fwy [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:769:8: error: Uninitialized struct member: out.fwxx [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:770:8: error: Uninitialized struct member: out.fwxy [uninitStructMember]
fitsh-0.9.2/src/fiphot.c:771:8: error: Uninitialized struct member: out.fwyy [uninitStructMember]
fitsh-0.9.2/src/firandom-eval.c:118:7: style: The scope of the variable 'bg' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom-eval.c:120:9: style: The scope of the variable 'vars' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom-eval.c:120:20: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom-eval.c:120:22: style: The scope of the variable 'izoom' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom-eval.c:120:28: style: The scope of the variable 'zintm' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom-eval.c:415:3: error: Common realloc mistake: 'stars' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/firandom.c:964:22: error: Array 'rndfiles[3]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
fitsh-0.9.2/src/firandom.c:435:26: style: Variable 'ix' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/firandom.c:434:2: note: Variable 'ix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/firandom.c:435:26: note: Variable 'ix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/firandom.c:83:18: style: The scope of the variable 'subx' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom.c:83:23: style: The scope of the variable 'suby' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom.c:327:15: style: The scope of the variable 'dflux' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom.c:424:11: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom.c:496:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom.c:497:8: style: The scope of the variable 'rbuff' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom.c:640:9: style: The scope of the variable 's' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom.c:640:11: style: The scope of the variable 'd' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom.c:640:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/firandom.c:1139:8: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/firandom.c:1232:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fistar-io.c:530:28: error: Array 'formatnames[41]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
fitsh-0.9.2/src/fistar-io.c:412:9: style: The scope of the variable 'm' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar-io.c:508:24: style: The scope of the variable 't' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar-io.c:552:9: style: The scope of the variable 'opnt' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar-io.c:552:14: style: The scope of the variable 'fbuff' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar-io.c:554:13: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar-io.c:526:3: error: Common realloc mistake: 'oformat' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/fistar.c:135:15: style: The scope of the variable 'ix1' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:135:19: style: The scope of the variable 'ix2' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:135:23: style: The scope of the variable 'iy1' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:135:27: style: The scope of the variable 'iy2' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:135:31: style: The scope of the variable 'ix' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:135:34: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:135:46: style: The scope of the variable 't0' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:135:49: style: The scope of the variable 't1' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:140:7: style: The scope of the variable 'nipoint' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:288:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:288:18: style: The scope of the variable 'nipoint' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:615:33: style: The scope of the variable 'basename' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:766:25: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:959:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:959:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:961:9: style: The scope of the variable 'name' can be reduced. [variableScope]
fitsh-0.9.2/src/fistar.c:726:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fistar.c:758:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fistar.c:779:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fistar.c:839:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fistar.c:855:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fitrans.c:371:14: style: The scope of the variable 'k0' can be reduced. [variableScope]
fitsh-0.9.2/src/fitrans.c:371:17: style: The scope of the variable 'k1' can be reduced. [variableScope]
fitsh-0.9.2/src/fitrans.c:373:9: style: The scope of the variable 'sumpp' can be reduced. [variableScope]
fitsh-0.9.2/src/fitrans.c:374:6: style: The scope of the variable 'npp' can be reduced. [variableScope]
fitsh-0.9.2/src/fitrans.c:1053:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
fitsh-0.9.2/src/fitrans.c:1117:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
fitsh-0.9.2/src/fitrans.c:1167:14: style: The scope of the variable 'ii' can be reduced. [variableScope]
fitsh-0.9.2/src/fitrans.c:1286:10: style: The scope of the variable 'ii' can be reduced. [variableScope]
fitsh-0.9.2/src/fitrans.c:1397:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fitrans.c:1460:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/fitsmask.c:436:25: warning: Either the condition 'impnt==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fitsh-0.9.2/src/fitsmask.c:438:12: note: Assuming that condition 'impnt==NULL' is not redundant
fitsh-0.9.2/src/fitsmask.c:436:25: note: Null pointer addition
fitsh-0.9.2/src/fitsmask.c:99:14: style: The scope of the variable 'fh' can be reduced. [variableScope]
fitsh-0.9.2/src/fitsmask.c:260:14: style: The scope of the variable 'sx' can be reduced. [variableScope]
fitsh-0.9.2/src/fitsmask.c:615:12: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/fitsmask.c:150:86: style: Function 'fits_mask_mask_from_header' argument 5 names different: declaration 'mh' definition 'maskhdr'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsmask.h:32:86: note: Function 'fits_mask_mask_from_header' argument 5 names different: declaration 'mh' definition 'maskhdr'.
fitsh-0.9.2/src/fitsmask.c:150:86: note: Function 'fits_mask_mask_from_header' argument 5 names different: declaration 'mh' definition 'maskhdr'.
fitsh-0.9.2/src/fitsmask.c:158:77: style: Function 'fits_mask_read_from_header' argument 4 names different: declaration 'hdr' definition 'maskhdr'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsmask.h:24:78: note: Function 'fits_mask_read_from_header' argument 4 names different: declaration 'hdr' definition 'maskhdr'.
fitsh-0.9.2/src/fitsmask.c:158:77: note: Function 'fits_mask_read_from_header' argument 4 names different: declaration 'hdr' definition 'maskhdr'.
fitsh-0.9.2/src/fitsmask.c:283:58: style: Function 'fits_mask_export_as_header' argument 2 names different: declaration 'cl' definition 'clean'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsmask.h:55:58: note: Function 'fits_mask_export_as_header' argument 2 names different: declaration 'cl' definition 'clean'.
fitsh-0.9.2/src/fitsmask.c:283:58: note: Function 'fits_mask_export_as_header' argument 2 names different: declaration 'cl' definition 'clean'.
fitsh-0.9.2/src/fitsmask.c:283:96: style: Function 'fits_mask_export_as_header' argument 6 names different: declaration 'hdr' definition 'maskhdr'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsmask.h:55:93: note: Function 'fits_mask_export_as_header' argument 6 names different: declaration 'hdr' definition 'maskhdr'.
fitsh-0.9.2/src/fitsmask.c:283:96: note: Function 'fits_mask_export_as_header' argument 6 names different: declaration 'hdr' definition 'maskhdr'.
fitsh-0.9.2/src/fitsmask.c:354:39: style: Function 'fits_mask_expand_false' argument 1 names different: declaration 'mask' definition 'imask'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsmask.h:78:39: note: Function 'fits_mask_expand_false' argument 1 names different: declaration 'mask' definition 'imask'.
fitsh-0.9.2/src/fitsmask.c:354:39: note: Function 'fits_mask_expand_false' argument 1 names different: declaration 'mask' definition 'imask'.
fitsh-0.9.2/src/fitsmask.c:423:62: style: Function 'fits_mask_create_floyd' argument 5 names different: declaration 'smv' definition 'svm'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsmask.h:92:62: note: Function 'fits_mask_create_floyd' argument 5 names different: declaration 'smv' definition 'svm'.
fitsh-0.9.2/src/fitsmask.c:423:62: note: Function 'fits_mask_create_floyd' argument 5 names different: declaration 'smv' definition 'svm'.
fitsh-0.9.2/src/fitsmask.c:612:28: style: Function 'fits_mask_trim' argument 1 names different: declaration 'mask' definition 'rmask'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsmask.h:101:28: note: Function 'fits_mask_trim' argument 1 names different: declaration 'mask' definition 'rmask'.
fitsh-0.9.2/src/fitsmask.c:612:28: note: Function 'fits_mask_trim' argument 1 names different: declaration 'mask' definition 'rmask'.
fitsh-0.9.2/src/fitsmask.c:221:5: error: Common realloc mistake: 'blocks' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/fitsmask.c:530:2: error: Common realloc mistake: 'mask' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/fitsmask.c:567:2: error: Common realloc mistake: 'mask' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/grcollect.c:2054:21: warning: Either the condition 'cmd!=NULL' is redundant or there is possible null pointer dereference: cmd. [nullPointerRedundantCheck]
fitsh-0.9.2/src/grcollect.c:2054:50: note: Assuming that condition 'cmd!=NULL' is not redundant
fitsh-0.9.2/src/grcollect.c:2054:21: note: Null pointer dereference
fitsh-0.9.2/src/grcollect.c:1345:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/src/grcollect.c:1670:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/src/grcollect.c:1677:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fitsh-0.9.2/src/grcollect.c:408:13: style: The scope of the variable 'wl' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:707:22: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:940:8: style: The scope of the variable 'buff' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:941:6: style: The scope of the variable 'key' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1014:9: style: The scope of the variable 'fr' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1061:9: style: The scope of the variable 'fr' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1239:15: style: The scope of the variable 'cc' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1263:10: style: The scope of the variable 'rbuff' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1460:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1487:30: style: The scope of the variable 'rmean' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1635:17: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1700:8: style: The scope of the variable 's' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1870:9: style: The scope of the variable 'fr' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:2073:26: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/grcollect.c:1886:41: style: Checking if unsigned variable 'strlen(tmpdir)' is less than zero. [unsignedLessThanZero]
fitsh-0.9.2/src/grcollect.c:2028:14: style: Checking if unsigned variable 'maxmem' is less than zero. [unsignedLessThanZero]
fitsh-0.9.2/src/grcollect.c:1998:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/grcollect.c:2089:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/grcollect.c:207:9: style: struct member 'cendev::deviation' is never used. [unusedStructMember]
fitsh-0.9.2/src/grcollect.c:1374:0: error: Memory leak: values [memleak]
fitsh-0.9.2/src/grcollect.c:2058:0: error: Memory leak: colstats [memleak]
fitsh-0.9.2/src/grmatch.c:478:12: style: Condition 'hits!=NULL' is always false [knownConditionTrueFalse]
fitsh-0.9.2/src/grmatch.c:436:7: note: Assignment 'hits=NULL', assigned value is 0
fitsh-0.9.2/src/grmatch.c:478:12: note: Condition 'hits!=NULL' is always false
fitsh-0.9.2/src/grmatch.c:368:10: style: The scope of the variable 'pfits' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:371:16: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:560:26: style: The scope of the variable 'nx' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:560:29: style: The scope of the variable 'ny' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:560:32: style: The scope of the variable 'dx' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:560:35: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:560:38: style: The scope of the variable 'dd' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:746:27: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:870:8: style: The scope of the variable 'id' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:1363:8: style: The scope of the variable 'l' can be reduced. [variableScope]
fitsh-0.9.2/src/grmatch.c:1504:16: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/grmatch.c:1570:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/grmatch.c:1591:28: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/grmatch.c:1613:20: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/grmatch.c:781:2: error: Common realloc mistake: 'hits' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/grmatch.c:922:3: error: Common realloc mistake: 'hits' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/grtrans.c:90:9: style: The scope of the variable 'ra' can be reduced. [variableScope]
fitsh-0.9.2/src/grtrans.c:90:12: style: The scope of the variable 'de' can be reduced. [variableScope]
fitsh-0.9.2/src/grtrans.c:246:8: style: The scope of the variable 'rbuff' can be reduced. [variableScope]
fitsh-0.9.2/src/grtrans.c:246:16: style: The scope of the variable 'cmd' can be reduced. [variableScope]
fitsh-0.9.2/src/grtrans.c:944:17: style: The scope of the variable 'sd' can be reduced. [variableScope]
fitsh-0.9.2/src/grtrans.c:1162:33: style: The scope of the variable 'cjdet' can be reduced. [variableScope]
fitsh-0.9.2/src/grtrans.c:752:16: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/grtrans.c:792:28: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/grtrans.c:833:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/grtrans.c:1026:0: error: Memory leak: vfits [memleak]
fitsh-0.9.2/src/grtrans.c:871:3: error: Memory leak: col.outc [memleak]
fitsh-0.9.2/src/index/multiindex.c:65:6: style: The scope of the variable 'mid' can be reduced. [variableScope]
fitsh-0.9.2/src/index/multiindex.c:102:10: style: The scope of the variable 'x0' can be reduced. [variableScope]
fitsh-0.9.2/src/index/multiindex.c:102:13: style: The scope of the variable 'x1' can be reduced. [variableScope]
fitsh-0.9.2/src/index/multiindex.c:261:14: style: The scope of the variable 'depth' can be reduced. [variableScope]
fitsh-0.9.2/src/index/multiindex.c:261:20: style: The scope of the variable 'min' can be reduced. [variableScope]
fitsh-0.9.2/src/index/multiindex.c:261:24: style: The scope of the variable 'max' can be reduced. [variableScope]
fitsh-0.9.2/src/index/multiindex.c:55:36: style: Function 'index_quicksort' argument 2 names different: declaration 'n' definition 'size'. [funcArgNamesDifferent]
fitsh-0.9.2/src/index/multiindex.h:33:36: note: Function 'index_quicksort' argument 2 names different: declaration 'n' definition 'size'.
fitsh-0.9.2/src/index/multiindex.c:55:36: note: Function 'index_quicksort' argument 2 names different: declaration 'n' definition 'size'.
fitsh-0.9.2/src/index/multiindex.c:63:34: style: Function 'index_subsort' argument 6 names different: declaration 'arr' definition 'param'. [funcArgNamesDifferent]
fitsh-0.9.2/src/index/multiindex.h:47:35: note: Function 'index_subsort' argument 6 names different: declaration 'arr' definition 'param'.
fitsh-0.9.2/src/index/multiindex.c:63:34: note: Function 'index_subsort' argument 6 names different: declaration 'arr' definition 'param'.
fitsh-0.9.2/src/index/multiindex.c:84:32: style: Function 'check_if_in_interval' argument 1 names different: declaration 'arr' definition 'param'. [funcArgNamesDifferent]
fitsh-0.9.2/src/index/multiindex.h:36:32: note: Function 'check_if_in_interval' argument 1 names different: declaration 'arr' definition 'param'.
fitsh-0.9.2/src/index/multiindex.c:84:32: note: Function 'check_if_in_interval' argument 1 names different: declaration 'arr' definition 'param'.
fitsh-0.9.2/src/index/multiindex.c:95:35: style: Function 'search_index_boundaries' argument 1 names different: declaration 'arr' definition 'param'. [funcArgNamesDifferent]
fitsh-0.9.2/src/index/multiindex.h:39:35: note: Function 'search_index_boundaries' argument 1 names different: declaration 'arr' definition 'param'.
fitsh-0.9.2/src/index/multiindex.c:95:35: note: Function 'search_index_boundaries' argument 1 names different: declaration 'arr' definition 'param'.
fitsh-0.9.2/src/io/scanarg.c:381:19: style: Redundant condition: narg>0. 'narg<=0 || (narg>0 && l<narg)' is equivalent to 'narg<=0 || l<narg' [redundantCondition]
fitsh-0.9.2/src/io/scanarg.c:417:19: style: Redundant condition: narg>0. 'narg<=0 || (narg>0 && l<narg)' is equivalent to 'narg<=0 || l<narg' [redundantCondition]
fitsh-0.9.2/src/io/scanarg.c:434:19: style: Redundant condition: narg>0. 'narg<=0 || (narg>0 && l<narg)' is equivalent to 'narg<=0 || l<narg' [redundantCondition]
fitsh-0.9.2/src/io/scanarg.c:557:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/io/scanarg.c:557:23: style: The scope of the variable 'is_matched' can be reduced. [variableScope]
fitsh-0.9.2/src/io/scanarg.c:713:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fitsh-0.9.2/src/io/scanarg.c:713:19: style: The scope of the variable 'negate' can be reduced. [variableScope]
fitsh-0.9.2/src/io/scanarg.c:713:26: style: The scope of the variable 'reset' can be reduced. [variableScope]
fitsh-0.9.2/src/io/scanarg.c:713:32: style: The scope of the variable 'flag' can be reduced. [variableScope]
fitsh-0.9.2/src/io/scanarg.c:710:20: style: Function 'scanflag' argument 1 names different: declaration 'par' definition 'p'. [funcArgNamesDifferent]
fitsh-0.9.2/src/io/scanarg.h:135:20: note: Function 'scanflag' argument 1 names different: declaration 'par' definition 'p'.
fitsh-0.9.2/src/io/scanarg.c:710:20: note: Function 'scanflag' argument 1 names different: declaration 'par' definition 'p'.
fitsh-0.9.2/src/io/scanarg.c:383:7: error: Common realloc mistake: 'lval' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/io/scanarg.c:255:36: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
fitsh-0.9.2/src/io/scanarg.c:638:36: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
fitsh-0.9.2/src/io/tokenize.c:223:21: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
fitsh-0.9.2/src/kernel-base.c:121:20: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-base.c:178:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-base.c:178:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-base.c:178:10: style: The scope of the variable 'hsize' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-base.c:350:7: style: The scope of the variable 'fk' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-base.c:607:17: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-base.c:607:19: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-io.c:67:8: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-io.c:67:10: style: The scope of the variable 'q' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-io.c:67:19: style: The scope of the variable 'order' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-io.c:67:33: style: The scope of the variable 'hsize' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-io.c:67:39: style: The scope of the variable 'fsize' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-io.c:69:12: style: The scope of the variable 'image' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-io.c:202:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/kernel-io.c:480:34: style: Variable 'is_g' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/kernel-io.c:481:34: style: Variable 'is_d' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/kernel-io.c:224:4: error: Common realloc mistake: 'kernels' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/lfit.c:3922:7: style: Condition 'use_dft_rednoise' is always false [knownConditionTrueFalse]
fitsh-0.9.2/src/lfit.c:3803:24: note: Assignment 'use_dft_rednoise=0', assigned value is 0
fitsh-0.9.2/src/lfit.c:3922:7: note: Condition 'use_dft_rednoise' is always false
fitsh-0.9.2/src/lfit.c:6214:19: warning: Either the condition 'args==NULL' is redundant or there is possible null pointer dereference: args. [nullPointerRedundantCheck]
fitsh-0.9.2/src/lfit.c:6215:11: note: Assuming that condition 'args==NULL' is not redundant
fitsh-0.9.2/src/lfit.c:6214:19: note: Null pointer dereference
fitsh-0.9.2/src/lfit.c:6609:2: style: Variable 'fncstr' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/lfit.c:6552:16: note: Variable 'fncstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:6609:2: note: Variable 'fncstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:6609:9: style: Variable 'depstr' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/lfit.c:6552:23: note: Variable 'depstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:6609:9: note: Variable 'depstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:6609:16: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/lfit.c:6552:30: note: Variable 'errstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:6609:16: note: Variable 'errstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:6609:23: style: Variable 'colstr' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/lfit.c:6552:9: note: Variable 'colstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:6609:23: note: Variable 'colstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:6609:30: style: Variable 'varstr' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/lfit.c:6552:2: note: Variable 'varstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:6609:30: note: Variable 'varstr' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/lfit.c:170:11: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:364:12: style: The scope of the variable 'l' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:904:8: style: The scope of the variable 'wkey' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:971:13: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1040:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1063:24: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1285:10: style: The scope of the variable 'l' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1286:8: style: The scope of the variable 'format' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1302:10: style: The scope of the variable 'l' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1303:8: style: The scope of the variable 'format' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1327:10: style: The scope of the variable 'l' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1328:8: style: The scope of the variable 'format' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1344:10: style: The scope of the variable 'l' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1345:8: style: The scope of the variable 'format' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1366:9: style: The scope of the variable 'ncol' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1415:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1415:11: style: The scope of the variable 'ncol' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1500:12: style: The scope of the variable 'd' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1500:22: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1570:12: style: The scope of the variable 'functstr' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:1968:12: style: The scope of the variable 'd' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2058:27: style: The scope of the variable 'sm' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2403:18: style: The scope of the variable 'y' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2403:22: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2522:13: style: The scope of the variable 'de' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2525:15: style: The scope of the variable 'fir' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2572:26: style: The scope of the variable 'isig2' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2688:10: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2690:13: style: The scope of the variable 'db' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2715:15: style: The scope of the variable 'fir' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2716:10: style: The scope of the variable 'noise' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2735:15: style: The scope of the variable 'fir' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2736:16: style: The scope of the variable 'pc' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2736:19: style: The scope of the variable 'ps' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2736:22: style: The scope of the variable 'phase' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2827:23: style: The scope of the variable 'is_not_accepted' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2831:35: style: The scope of the variable 'u' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:2831:43: style: The scope of the variable 'dalpha' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3070:28: style: The scope of the variable 'next' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3072:9: style: The scope of the variable 'mchi' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3141:13: style: The scope of the variable 'lmin' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3168:12: style: The scope of the variable 'm' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3168:14: style: The scope of the variable 't' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3169:68: style: The scope of the variable 'y' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3288:17: style: The scope of the variable 'chi2' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3387:9: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3389:6: style: The scope of the variable 'bdist' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3473:29: style: The scope of the variable 'is_not_accepted' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3616:17: style: The scope of the variable 'm1' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3616:22: style: The scope of the variable 'm2' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3616:25: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:3617:10: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:4120:19: style: The scope of the variable 'corr_c' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:4724:9: style: The scope of the variable 'u' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:4960:14: style: The scope of the variable 'len' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5217:20: style: The scope of the variable 'wv' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5218:13: style: The scope of the variable 'pl' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5279:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5334:10: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5377:25: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5424:17: style: The scope of the variable 'wc' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5540:13: style: The scope of the variable 'm' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5660:50: style: The scope of the variable 'psub' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5661:6: style: The scope of the variable 'is_linear' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5661:18: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5661:20: style: The scope of the variable 'is_fitvar_fnc' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5661:34: style: The scope of the variable 'is_fitvar_dep' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5674:13: style: The scope of the variable 'm' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5887:8: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:5902:14: style: The scope of the variable 'ctype' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:6003:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:6108:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:6379:20: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:6456:9: style: The scope of the variable 'fr' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:6461:22: style: The scope of the variable 'colouts' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:6461:30: style: The scope of the variable 'ncolout' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:6912:16: style: The scope of the variable 'lff' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:7460:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:7460:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:7465:14: style: The scope of the variable 'db' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:7526:7: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:7580:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/lfit.c:7142:61: style: Checking if unsigned variable 'strlen(db->cols[k].name)' is less than zero. [unsignedLessThanZero]
fitsh-0.9.2/src/lfit.c:7153:62: style: Checking if unsigned variable 'strlen(db->cols[l].name)' is less than zero. [unsignedLessThanZero]
fitsh-0.9.2/src/lfit.c:7244:60: style: Checking if unsigned variable 'strlen(db->cols[k].name)' is less than zero. [unsignedLessThanZero]
fitsh-0.9.2/src/lfit.c:7255:61: style: Checking if unsigned variable 'strlen(db->cols[l].name)' is less than zero. [unsignedLessThanZero]
fitsh-0.9.2/src/lfit.c:6749:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/lfit.c:3813:3: style: Variable 'nrc' is modified but its new value is never used. [unreadVariable]
fitsh-0.9.2/src/lfit.c:4864:3: style: Variable 'nrc' is modified but its new value is never used. [unreadVariable]
fitsh-0.9.2/src/lfit.c:6163:5: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/lfit.c:891:2: error: Common realloc mistake: 'keys' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/lfit.c:1760:2: error: Common realloc mistake: 'fitdata' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/lfit.c:1761:2: error: Common realloc mistake: 'fitdep' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/lfit.c:1762:2: error: Common realloc mistake: 'fitwght' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/lfit.c:1763:2: error: Common realloc mistake: 'fitinputrows' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/lfit.c:2132:0: error: Memory leak: b [memleak]
fitsh-0.9.2/src/lfit.c:2132:0: error: Memory leak: z [memleak]
fitsh-0.9.2/src/lfit.c:5793:0: error: Memory leak: pdiff [memleak]
fitsh-0.9.2/src/lfit.c:6980:0: error: Memory leak: ldyns [memleak]
fitsh-0.9.2/src/link/floodfill.c:35:12: style: The scope of the variable 'x1' can be reduced. [variableScope]
fitsh-0.9.2/src/link/floodfill.c:35:15: style: The scope of the variable 'x2' can be reduced. [variableScope]
fitsh-0.9.2/src/link/floodfill.c:35:18: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/link/floodfill.c:85:19: style: Function 'floodfill' argument 1 names different: declaration 'x0' definition 'x'. [funcArgNamesDifferent]
fitsh-0.9.2/src/link/floodfill.h:19:20: note: Function 'floodfill' argument 1 names different: declaration 'x0' definition 'x'.
fitsh-0.9.2/src/link/floodfill.c:85:19: note: Function 'floodfill' argument 1 names different: declaration 'x0' definition 'x'.
fitsh-0.9.2/src/link/floodfill.c:85:25: style: Function 'floodfill' argument 2 names different: declaration 'y0' definition 'y'. [funcArgNamesDifferent]
fitsh-0.9.2/src/link/floodfill.h:19:27: note: Function 'floodfill' argument 2 names different: declaration 'y0' definition 'y'.
fitsh-0.9.2/src/link/floodfill.c:85:25: note: Function 'floodfill' argument 2 names different: declaration 'y0' definition 'y'.
fitsh-0.9.2/src/link/linkblock.c:24:11: style: The scope of the variable 'y1' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkblock.c:24:14: style: The scope of the variable 'y2' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkblock.c:24:17: style: The scope of the variable 'x2' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkblock.c:22:46: style: Function 'linkblock_connect' argument 2 names different: declaration 'lnblock' definition 'nlblock'. [funcArgNamesDifferent]
fitsh-0.9.2/src/link/linkblock.h:24:46: note: Function 'linkblock_connect' argument 2 names different: declaration 'lnblock' definition 'nlblock'.
fitsh-0.9.2/src/link/linkblock.c:22:46: note: Function 'linkblock_connect' argument 2 names different: declaration 'lnblock' definition 'nlblock'.
fitsh-0.9.2/src/link/linkblock.c:40:23: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
fitsh-0.9.2/src/link/linkpoint.c:22:24: style: The scope of the variable 'cd' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkpoint.c:22:27: style: The scope of the variable 'cb' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkpoint.c:22:36: style: The scope of the variable 'pnext' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkpoint.c:238:6: style: The scope of the variable 'wx' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkpoint.c:238:9: style: The scope of the variable 'wy' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkpoint.c:303:7: style: The scope of the variable 'k0' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkpoint.c:303:12: style: The scope of the variable 'k1' can be reduced. [variableScope]
fitsh-0.9.2/src/link/linkpoint.c:64:18: style: Function 'linkpoint_local_extreme' argument 7 names different: declaration 'x' definition 'j'. [funcArgNamesDifferent]
fitsh-0.9.2/src/link/linkpoint.h:59:6: note: Function 'linkpoint_local_extreme' argument 7 names different: declaration 'x' definition 'j'.
fitsh-0.9.2/src/link/linkpoint.c:64:18: note: Function 'linkpoint_local_extreme' argument 7 names different: declaration 'x' definition 'j'.
fitsh-0.9.2/src/link/linkpoint.c:64:24: style: Function 'linkpoint_local_extreme' argument 8 names different: declaration 'y' definition 'i'. [funcArgNamesDifferent]
fitsh-0.9.2/src/link/linkpoint.h:59:12: note: Function 'linkpoint_local_extreme' argument 8 names different: declaration 'y' definition 'i'.
fitsh-0.9.2/src/link/linkpoint.c:64:24: note: Function 'linkpoint_local_extreme' argument 8 names different: declaration 'y' definition 'i'.
fitsh-0.9.2/src/link/linkpoint.c:155:67: style: Function 'linkpoint_mask_same_group' argument 4 names different: declaration 'x' definition 'j'. [funcArgNamesDifferent]
fitsh-0.9.2/src/link/linkpoint.h:66:67: note: Function 'linkpoint_mask_same_group' argument 4 names different: declaration 'x' definition 'j'.
fitsh-0.9.2/src/link/linkpoint.c:155:67: note: Function 'linkpoint_mask_same_group' argument 4 names different: declaration 'x' definition 'j'.
fitsh-0.9.2/src/link/linkpoint.c:155:73: style: Function 'linkpoint_mask_same_group' argument 5 names different: declaration 'y' definition 'i'. [funcArgNamesDifferent]
fitsh-0.9.2/src/link/linkpoint.h:66:73: note: Function 'linkpoint_mask_same_group' argument 5 names different: declaration 'y' definition 'i'.
fitsh-0.9.2/src/link/linkpoint.c:155:73: note: Function 'linkpoint_mask_same_group' argument 5 names different: declaration 'y' definition 'i'.
fitsh-0.9.2/src/longhelp.c:133:12: style: The scope of the variable 'l' can be reduced. [variableScope]
fitsh-0.9.2/src/longhelp.c:183:46: style: Function 'longhelp_fprint' argument 2 names different: declaration 'entries' definition 'entry'. [funcArgNamesDifferent]
fitsh-0.9.2/src/longhelp.h:49:46: note: Function 'longhelp_fprint' argument 2 names different: declaration 'entries' definition 'entry'.
fitsh-0.9.2/src/longhelp.c:183:46: note: Function 'longhelp_fprint' argument 2 names different: declaration 'entries' definition 'entry'.
fitsh-0.9.2/src/longhelp.c:227:3: error: Common realloc mistake: 'out' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/magnitude.c:28:9: style: The scope of the variable 'mag' can be reduced. [variableScope]
fitsh-0.9.2/src/magnitude.c:17:27: style: Function 'mag_to_flux' argument 1 names different: declaration 'magn' definition 'mag'. [funcArgNamesDifferent]
fitsh-0.9.2/src/magnitude.h:15:27: note: Function 'mag_to_flux' argument 1 names different: declaration 'magn' definition 'mag'.
fitsh-0.9.2/src/magnitude.c:17:27: note: Function 'mag_to_flux' argument 1 names different: declaration 'magn' definition 'mag'.
fitsh-0.9.2/src/maskdraw.c:55:18: style: The scope of the variable 'x' can be reduced. [variableScope]
fitsh-0.9.2/src/maskdraw.c:55:20: style: The scope of the variable 'y' can be reduced. [variableScope]
fitsh-0.9.2/src/math/cpmatch.c:46:16: style: The scope of the variable 'dist' can be reduced. [variableScope]
fitsh-0.9.2/src/math/cpmatch.c:310:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/math/cpmatch.c:315:21: style: The scope of the variable 'meddist' can be reduced. [variableScope]
fitsh-0.9.2/src/math/cpmatch.c:31:34: style: Function 'cphit_sort_dist' argument 1 names different: declaration 'cphit1' definition 'p1'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/cpmatch.h:83:33: note: Function 'cphit_sort_dist' argument 1 names different: declaration 'cphit1' definition 'p1'.
fitsh-0.9.2/src/math/cpmatch.c:31:34: note: Function 'cphit_sort_dist' argument 1 names different: declaration 'cphit1' definition 'p1'.
fitsh-0.9.2/src/math/cpmatch.c:31:50: style: Function 'cphit_sort_dist' argument 2 names different: declaration 'cphit2' definition 'p2'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/cpmatch.h:83:53: note: Function 'cphit_sort_dist' argument 2 names different: declaration 'cphit2' definition 'p2'.
fitsh-0.9.2/src/math/cpmatch.c:31:50: note: Function 'cphit_sort_dist' argument 2 names different: declaration 'cphit2' definition 'p2'.
fitsh-0.9.2/src/math/cpmatch.c:72:10: style: Function 'cpmatch_find_nearest' argument 4 names different: declaration 'retdistance' definition 'rdistance'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/cpmatch.h:49:10: note: Function 'cpmatch_find_nearest' argument 4 names different: declaration 'retdistance' definition 'rdistance'.
fitsh-0.9.2/src/math/cpmatch.c:72:10: note: Function 'cpmatch_find_nearest' argument 4 names different: declaration 'retdistance' definition 'rdistance'.
fitsh-0.9.2/src/math/cpmatch.c:239:28: style: Function 'cpmatch' argument 1 names different: declaration 'reference' definition 'base'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/cpmatch.h:82:27: note: Function 'cpmatch' argument 1 names different: declaration 'reference' definition 'base'.
fitsh-0.9.2/src/math/cpmatch.c:239:28: note: Function 'cpmatch' argument 1 names different: declaration 'reference' definition 'base'.
fitsh-0.9.2/src/math/cpmatch.c:239:44: style: Function 'cpmatch' argument 2 names different: declaration 'input' definition 'probe'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/cpmatch.h:82:48: note: Function 'cpmatch' argument 2 names different: declaration 'input' definition 'probe'.
fitsh-0.9.2/src/math/cpmatch.c:239:44: note: Function 'cpmatch' argument 2 names different: declaration 'input' definition 'probe'.
fitsh-0.9.2/src/math/cpmatch.c:239:56: style: Function 'cpmatch' argument 3 names different: declaration 'hlength' definition 'hlen'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/cpmatch.h:82:59: note: Function 'cpmatch' argument 3 names different: declaration 'hlength' definition 'hlen'.
fitsh-0.9.2/src/math/cpmatch.c:239:56: note: Function 'cpmatch' argument 3 names different: declaration 'hlength' definition 'hlen'.
fitsh-0.9.2/src/math/cpmatch.c:308:8: style: Function 'cpmatch_symmetric' argument 3 names different: declaration 'rlen' definition 'hlen'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/cpmatch.h:72:7: note: Function 'cpmatch_symmetric' argument 3 names different: declaration 'rlen' definition 'hlen'.
fitsh-0.9.2/src/math/cpmatch.c:308:8: note: Function 'cpmatch_symmetric' argument 3 names different: declaration 'rlen' definition 'hlen'.
fitsh-0.9.2/src/math/cpmatch.c:399:44: style: Function 'cphit_revise' argument 3 names different: declaration 'maxarrlen' definition 'maxhlen'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/cpmatch.h:85:45: note: Function 'cphit_revise' argument 3 names different: declaration 'maxarrlen' definition 'maxhlen'.
fitsh-0.9.2/src/math/cpmatch.c:399:44: note: Function 'cphit_revise' argument 3 names different: declaration 'maxarrlen' definition 'maxhlen'.
fitsh-0.9.2/src/math/cpmatch.c:399:60: style: Function 'cphit_revise' argument 4 names different: declaration 'matchtype' definition 'mtype'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/cpmatch.h:86:10: note: Function 'cphit_revise' argument 4 names different: declaration 'matchtype' definition 'mtype'.
fitsh-0.9.2/src/math/cpmatch.c:399:60: note: Function 'cphit_revise' argument 4 names different: declaration 'matchtype' definition 'mtype'.
fitsh-0.9.2/src/math/cpmatch.c:418:2: error: Memory leak: idx1 [memleak]
fitsh-0.9.2/src/math/cpmatch.c:295:2: error: Common realloc mistake: 'hits' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/math/cpmatch.c:383:2: error: Common realloc mistake: 'hits' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/math/cpmatch.c:389:0: error: Memory leak: hits [memleak]
fitsh-0.9.2/src/math/delaunay.c:287:6: style: The scope of the variable 'above_l_cand' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:287:19: style: The scope of the variable 'above_r_cand' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:288:32: style: The scope of the variable 'l_cand' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:288:40: style: The scope of the variable 'r_cand' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:320:30: style: The scope of the variable 'cot_next' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:322:11: style: The scope of the variable 'dest_next' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:343:30: style: The scope of the variable 'cot_prev' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:345:12: style: The scope of the variable 'dest_prev' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:467:18: style: The scope of the variable 'ep' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:525:13: style: The scope of the variable 'nd' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:527:8: style: The scope of the variable 'e' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:615:12: style: The scope of the variable 'nng' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:615:20: style: The scope of the variable 'nng0' can be reduced. [variableScope]
fitsh-0.9.2/src/math/delaunay.c:546:36: style: Function 'delaunay_triangulation' argument 1 names different: declaration 'ps' definition 'points'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/delaunay.h:32:36: note: Function 'delaunay_triangulation' argument 1 names different: declaration 'ps' definition 'points'.
fitsh-0.9.2/src/math/delaunay.c:546:36: note: Function 'delaunay_triangulation' argument 1 names different: declaration 'ps' definition 'points'.
fitsh-0.9.2/src/math/delaunay.c:546:47: style: Function 'delaunay_triangulation' argument 2 names different: declaration 'np' definition 'len'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/delaunay.h:32:43: note: Function 'delaunay_triangulation' argument 2 names different: declaration 'np' definition 'len'.
fitsh-0.9.2/src/math/delaunay.c:546:47: note: Function 'delaunay_triangulation' argument 2 names different: declaration 'np' definition 'len'.
fitsh-0.9.2/src/math/delaunay.c:693:17: warning: Size of pointer 'tris' used instead of size of its data. [pointerSize]
fitsh-0.9.2/src/math/delaunay.c:636:4: error: Common realloc mistake: 'ngs' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/math/delaunay.c:655:6: error: Common realloc mistake: 'ngs' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/math/delaunay.c:670:5: error: Common realloc mistake: 'tris' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/math/dft/pbfft.c:106:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:119:8: style: The scope of the variable 'a' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:120:9: style: The scope of the variable 're' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:120:12: style: The scope of the variable 'im' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:120:15: style: The scope of the variable 're1' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:120:19: style: The scope of the variable 'im1' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:120:23: style: The scope of the variable 're2' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:120:27: style: The scope of the variable 'im2' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:140:9: style: The scope of the variable 're0' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:140:13: style: The scope of the variable 'im0' can be reduced. [variableScope]
fitsh-0.9.2/src/math/dft/pbfft.c:160:11: style: The scope of the variable 's' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:29:9: style: The scope of the variable 'alamb' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:61:9: style: The scope of the variable 'alamb' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:61:40: style: The scope of the variable 'sqrtx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:61:46: style: The scope of the variable 'sqrty' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:61:52: style: The scope of the variable 'sqrtz' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:92:9: style: The scope of the variable 'alamb' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:93:2: style: The scope of the variable 'sqrtx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:93:8: style: The scope of the variable 'sqrty' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:93:14: style: The scope of the variable 'sqrtz' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:143:11: style: The scope of the variable 'alamb' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:143:17: style: The scope of the variable 'alpha' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:143:33: style: The scope of the variable 'beta' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:144:19: style: The scope of the variable 'rho' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:144:23: style: The scope of the variable 'sqrtx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:144:29: style: The scope of the variable 'sqrty' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:144:35: style: The scope of the variable 'sqrtz' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:144:45: style: The scope of the variable 'tau' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/elliptic.c:214:39: style: Function 'elliptic_complete_first' argument 1 names different: declaration 'k' definition 'ak'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/elliptic/elliptic.h:17:39: note: Function 'elliptic_complete_first' argument 1 names different: declaration 'k' definition 'ak'.
fitsh-0.9.2/src/math/elliptic/elliptic.c:214:39: note: Function 'elliptic_complete_first' argument 1 names different: declaration 'k' definition 'ak'.
fitsh-0.9.2/src/math/elliptic/elliptic.c:224:40: style: Function 'elliptic_complete_second' argument 1 names different: declaration 'k' definition 'ak'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/elliptic/elliptic.h:18:40: note: Function 'elliptic_complete_second' argument 1 names different: declaration 'k' definition 'ak'.
fitsh-0.9.2/src/math/elliptic/elliptic.c:224:40: note: Function 'elliptic_complete_second' argument 1 names different: declaration 'k' definition 'ak'.
fitsh-0.9.2/src/math/elliptic/elliptic.c:236:39: style: Function 'elliptic_complete_third' argument 1 names different: declaration 'n' definition 'en'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/elliptic/elliptic.h:19:39: note: Function 'elliptic_complete_third' argument 1 names different: declaration 'n' definition 'en'.
fitsh-0.9.2/src/math/elliptic/elliptic.c:236:39: note: Function 'elliptic_complete_third' argument 1 names different: declaration 'n' definition 'en'.
fitsh-0.9.2/src/math/elliptic/elliptic.c:236:49: style: Function 'elliptic_complete_third' argument 2 names different: declaration 'k' definition 'ak'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/elliptic/elliptic.h:19:48: note: Function 'elliptic_complete_third' argument 2 names different: declaration 'k' definition 'ak'.
fitsh-0.9.2/src/math/elliptic/elliptic.c:236:49: note: Function 'elliptic_complete_third' argument 2 names different: declaration 'k' definition 'ak'.
fitsh-0.9.2/src/math/elliptic/ntiq.c:512:2: style: Variable 'fk' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/elliptic/ntiq.c:501:2: note: Variable 'fk' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/elliptic/ntiq.c:512:2: note: Variable 'fk' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/elliptic/ntiq.c:515:2: style: Variable 'fe' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/elliptic/ntiq.c:502:2: note: Variable 'fe' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/elliptic/ntiq.c:515:2: note: Variable 'fe' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/elliptic/ntiq.c:518:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/elliptic/ntiq.c:503:2: note: Variable 'fp' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/elliptic/ntiq.c:518:2: note: Variable 'fp' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/elliptic/ntiq.c:207:20: style: The scope of the variable 'ep' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/ntiq.c:232:9: style: The scope of the variable 'ek' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/ntiq.c:232:12: style: The scope of the variable 'ee' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/ntiq.c:232:15: style: The scope of the variable 'ep' can be reduced. [variableScope]
fitsh-0.9.2/src/math/elliptic/ntiq.c:663:12: style: Variable 'fppp' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/math/elliptic/ntiq.c:664:12: style: Variable 'fpzz' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/math/expint/expint.c:61:21: style: The scope of the variable 'retprev' can be reduced. [variableScope]
fitsh-0.9.2/src/math/expint/expint.c:61:57: style: The scope of the variable 'inextx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/expint/expint.c:61:64: style: The scope of the variable 'inexty' can be reduced. [variableScope]
fitsh-0.9.2/src/math/expint/expint.c:118:45: style: The scope of the variable 'inextx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/expint/expint.c:118:52: style: The scope of the variable 'inexty' can be reduced. [variableScope]
fitsh-0.9.2/src/math/expint/expint.c:119:23: style: The scope of the variable 'i0prev' can be reduced. [variableScope]
fitsh-0.9.2/src/math/expint/expint.c:191:24: style: The scope of the variable 'inext' can be reduced. [variableScope]
fitsh-0.9.2/src/math/expint/expint.c:231:24: style: The scope of the variable 'inext' can be reduced. [variableScope]
fitsh-0.9.2/src/math/fit/downhill.c:53:8: style: The scope of the variable 'ihi' can be reduced. [variableScope]
fitsh-0.9.2/src/math/fit/downhill.c:53:12: style: The scope of the variable 'ilo' can be reduced. [variableScope]
fitsh-0.9.2/src/math/fit/downhill.c:53:16: style: The scope of the variable 'inhi' can be reduced. [variableScope]
fitsh-0.9.2/src/math/fit/downhill.c:54:9: style: The scope of the variable 'rtol' can be reduced. [variableScope]
fitsh-0.9.2/src/math/fit/downhill.c:54:29: style: The scope of the variable 'ytry' can be reduced. [variableScope]
fitsh-0.9.2/src/math/fit/lmfit.c:195:2: style: Variable 'da' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/fit/lmfit.c:194:2: note: Variable 'da' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:195:2: note: Variable 'da' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:197:2: style: Variable 'amatrix' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/fit/lmfit.c:194:18: note: Variable 'amatrix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:197:2: note: Variable 'amatrix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:304:2: style: Variable 'da' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/fit/lmfit.c:303:2: note: Variable 'da' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:304:2: note: Variable 'da' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:307:2: style: Variable 'amatrix' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/fit/lmfit.c:303:18: note: Variable 'amatrix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:307:2: note: Variable 'amatrix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:430:2: style: Variable 'da' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/fit/lmfit.c:428:2: note: Variable 'da' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:430:2: note: Variable 'da' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:432:2: style: Variable 'amatrix' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/fit/lmfit.c:429:2: note: Variable 'amatrix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:432:2: note: Variable 'amatrix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:433:2: style: Variable 'ematrix' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/math/fit/lmfit.c:429:10: note: Variable 'ematrix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:433:2: note: Variable 'ematrix' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/math/fit/lmfit.c:423:48: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fitsh-0.9.2/src/math/fit/lmfit.c:186:9: style: Function 'nlm_fit_base_con' argument 10 names different: declaration 'lam' definition 'lambda'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:118:11: note: Function 'nlm_fit_base_con' argument 10 names different: declaration 'lam' definition 'lambda'.
fitsh-0.9.2/src/math/fit/lmfit.c:186:9: note: Function 'nlm_fit_base_con' argument 10 names different: declaration 'lam' definition 'lambda'.
fitsh-0.9.2/src/math/fit/lmfit.c:186:23: style: Function 'nlm_fit_base_con' argument 11 names different: declaration 'lam_mpy' definition 'lambda_mpy'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:118:22: note: Function 'nlm_fit_base_con' argument 11 names different: declaration 'lam_mpy' definition 'lambda_mpy'.
fitsh-0.9.2/src/math/fit/lmfit.c:186:23: note: Function 'nlm_fit_base_con' argument 11 names different: declaration 'lam_mpy' definition 'lambda_mpy'.
fitsh-0.9.2/src/math/fit/lmfit.c:282:37: style: Function 'nlm_fit_base' argument 9 names different: declaration 'lam' definition 'lambda'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:97:11: note: Function 'nlm_fit_base' argument 9 names different: declaration 'lam' definition 'lambda'.
fitsh-0.9.2/src/math/fit/lmfit.c:282:37: note: Function 'nlm_fit_base' argument 9 names different: declaration 'lam' definition 'lambda'.
fitsh-0.9.2/src/math/fit/lmfit.c:282:51: style: Function 'nlm_fit_base' argument 10 names different: declaration 'lam_mpy' definition 'lambda_mpy'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:97:22: note: Function 'nlm_fit_base' argument 10 names different: declaration 'lam_mpy' definition 'lambda_mpy'.
fitsh-0.9.2/src/math/fit/lmfit.c:282:51: note: Function 'nlm_fit_base' argument 10 names different: declaration 'lam_mpy' definition 'lambda_mpy'.
fitsh-0.9.2/src/math/fit/lmfit.c:295:9: style: Function 'nlm_fit_nmdf_con' argument 10 names different: declaration 'lam' definition 'lambda'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:128:11: note: Function 'nlm_fit_nmdf_con' argument 10 names different: declaration 'lam' definition 'lambda'.
fitsh-0.9.2/src/math/fit/lmfit.c:295:9: note: Function 'nlm_fit_nmdf_con' argument 10 names different: declaration 'lam' definition 'lambda'.
fitsh-0.9.2/src/math/fit/lmfit.c:295:23: style: Function 'nlm_fit_nmdf_con' argument 11 names different: declaration 'lam_mpy' definition 'lambda_mpy'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:128:22: note: Function 'nlm_fit_nmdf_con' argument 11 names different: declaration 'lam_mpy' definition 'lambda_mpy'.
fitsh-0.9.2/src/math/fit/lmfit.c:295:23: note: Function 'nlm_fit_nmdf_con' argument 11 names different: declaration 'lam_mpy' definition 'lambda_mpy'.
fitsh-0.9.2/src/math/fit/lmfit.c:295:42: style: Function 'nlm_fit_nmdf_con' argument 12 names different: declaration 'da' definition 'dda'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:128:38: note: Function 'nlm_fit_nmdf_con' argument 12 names different: declaration 'da' definition 'dda'.
fitsh-0.9.2/src/math/fit/lmfit.c:295:42: note: Function 'nlm_fit_nmdf_con' argument 12 names different: declaration 'da' definition 'dda'.
fitsh-0.9.2/src/math/fit/lmfit.c:407:9: style: Function 'nlm_fit_nmdf' argument 9 names different: declaration 'lam' definition 'lambda'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:137:11: note: Function 'nlm_fit_nmdf' argument 9 names different: declaration 'lam' definition 'lambda'.
fitsh-0.9.2/src/math/fit/lmfit.c:407:9: note: Function 'nlm_fit_nmdf' argument 9 names different: declaration 'lam' definition 'lambda'.
fitsh-0.9.2/src/math/fit/lmfit.c:407:23: style: Function 'nlm_fit_nmdf' argument 10 names different: declaration 'lam_mpy' definition 'lambda_mpy'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:137:22: note: Function 'nlm_fit_nmdf' argument 10 names different: declaration 'lam_mpy' definition 'lambda_mpy'.
fitsh-0.9.2/src/math/fit/lmfit.c:407:23: note: Function 'nlm_fit_nmdf' argument 10 names different: declaration 'lam_mpy' definition 'lambda_mpy'.
fitsh-0.9.2/src/math/fit/lmfit.c:407:42: style: Function 'nlm_fit_nmdf' argument 11 names different: declaration 'da' definition 'dda'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/fit/lmfit.h:137:38: note: Function 'nlm_fit_nmdf' argument 11 names different: declaration 'da' definition 'dda'.
fitsh-0.9.2/src/math/fit/lmfit.c:407:42: note: Function 'nlm_fit_nmdf' argument 11 names different: declaration 'da' definition 'dda'.
fitsh-0.9.2/src/math/fit/lmfit.c:312:0: error: Memory leak: wa [memleak]
fitsh-0.9.2/src/math/intersec/intersec.c:82:33: style: The scope of the variable 'a1' can be reduced. [variableScope]
fitsh-0.9.2/src/math/intersec/intersec.c:82:36: style: The scope of the variable 'a2' can be reduced. [variableScope]
fitsh-0.9.2/src/math/intersec/intersec.c:18:67: style: Function 'intersec_rectangles' argument 3 names different: declaration 'ret' definition 'ir'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/intersec/intersec.h:23:67: note: Function 'intersec_rectangles' argument 3 names different: declaration 'ret' definition 'ir'.
fitsh-0.9.2/src/math/intersec/intersec.c:18:67: note: Function 'intersec_rectangles' argument 3 names different: declaration 'ret' definition 'ir'.
fitsh-0.9.2/src/math/poly.c:50:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:50:12: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:50:14: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:51:16: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:121:8: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:122:13: style: The scope of the variable 'xlp' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:122:17: style: The scope of the variable 'xl' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:122:31: style: The scope of the variable 'yln' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:176:21: style: The scope of the variable 'det' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:176:25: style: The scope of the variable 'dx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:176:28: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:177:9: style: The scope of the variable 'unitarity' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:178:6: style: The scope of the variable 'nvar' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:179:10: style: The scope of the variable 'dxfit' can be reduced. [variableScope]
fitsh-0.9.2/src/math/poly.c:179:17: style: The scope of the variable 'dyfit' can be reduced. [variableScope]
fitsh-0.9.2/src/math/polyfit.c:65:9: style: The scope of the variable 'weight' can be reduced. [variableScope]
fitsh-0.9.2/src/math/polyfit.c:65:16: style: The scope of the variable 'f' can be reduced. [variableScope]
fitsh-0.9.2/src/math/polyfit.c:95:9: style: The scope of the variable 'weight' can be reduced. [variableScope]
fitsh-0.9.2/src/math/polyfit.c:95:16: style: The scope of the variable 'f' can be reduced. [variableScope]
fitsh-0.9.2/src/math/polyfit.c:127:16: style: The scope of the variable 'f' can be reduced. [variableScope]
fitsh-0.9.2/src/math/polyfit.c:61:24: style: Function 'fit_2d_poly' argument 1 names different: declaration 'dat' definition 'data'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/polyfit.h:24:28: note: Function 'fit_2d_poly' argument 1 names different: declaration 'dat' definition 'data'.
fitsh-0.9.2/src/math/polyfit.c:61:24: note: Function 'fit_2d_poly' argument 1 names different: declaration 'dat' definition 'data'.
fitsh-0.9.2/src/math/polyfit.c:91:28: style: Function 'fit_2d_leg_poly' argument 1 names different: declaration 'dat' definition 'data'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/polyfit.h:30:28: note: Function 'fit_2d_leg_poly' argument 1 names different: declaration 'dat' definition 'data'.
fitsh-0.9.2/src/math/polyfit.c:91:28: note: Function 'fit_2d_leg_poly' argument 1 names different: declaration 'dat' definition 'data'.
fitsh-0.9.2/src/math/polyfit.c:123:62: style: Function 'fit_1d_poly' argument 5 names different: declaration 'w' definition 'wv'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/polyfit.h:38:62: note: Function 'fit_1d_poly' argument 5 names different: declaration 'w' definition 'wv'.
fitsh-0.9.2/src/math/polyfit.c:123:62: note: Function 'fit_1d_poly' argument 5 names different: declaration 'w' definition 'wv'.
fitsh-0.9.2/src/math/polygon.c:57:9: style: The scope of the variable 'dx1' can be reduced. [variableScope]
fitsh-0.9.2/src/math/polygon.c:57:13: style: The scope of the variable 'dx2' can be reduced. [variableScope]
fitsh-0.9.2/src/math/polygon.c:57:17: style: The scope of the variable 'dy1' can be reduced. [variableScope]
fitsh-0.9.2/src/math/polygon.c:57:21: style: The scope of the variable 'dy2' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/bicubic.c:22:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/biquad-isc.c:128:33: style: The scope of the variable 'a1' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/biquad-isc.c:128:36: style: The scope of the variable 'a2' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/biquad-isc.c:313:28: style: The scope of the variable 'y0' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/biquad-isc.c:313:31: style: The scope of the variable 'x1' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/biquad-isc.c:403:25: style: The scope of the variable 'jac' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/biquad-isc.c:411:20: style: Variable 'x1' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/math/spline/biquad-isc.c:585:10: style: Variable 'fb' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/math/spline/biquad.c:296:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fitsh-0.9.2/src/math/spline/biquad.c:320:2: note: Found duplicate branches for 'if' and 'else'.
fitsh-0.9.2/src/math/spline/biquad.c:296:2: note: Found duplicate branches for 'if' and 'else'.
fitsh-0.9.2/src/math/spline/biquad.c:63:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/spline.c:24:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/spline.c:24:14: style: The scope of the variable 'sig' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/spline.c:56:14: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/spline.c:73:14: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/spline.c:93:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/spline.c:166:21: style: The scope of the variable 's' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/spline.c:262:21: style: The scope of the variable 'lx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/spline.c:262:24: style: The scope of the variable 'ex' can be reduced. [variableScope]
fitsh-0.9.2/src/math/spline/spline.c:54:29: warning: Function 'spline_inter' argument order different: declaration 'x, y, y2, n, xp' definition 'xa, ya, y2a, n, x' [funcArgOrderDifferent]
fitsh-0.9.2/src/math/spline/spline.h:23:29: note: Function 'spline_inter' argument order different: declaration 'x, y, y2, n, xp' definition 'xa, ya, y2a, n, x'
fitsh-0.9.2/src/math/spline/spline.c:54:29: note: Function 'spline_inter' argument order different: declaration 'x, y, y2, n, xp' definition 'xa, ya, y2a, n, x'
fitsh-0.9.2/src/math/spline/spline.c:71:33: warning: Function 'spline_inter_der' argument order different: declaration 'x, y, y2, n, xp' definition 'xa, ya, y2a, n, x' [funcArgOrderDifferent]
fitsh-0.9.2/src/math/spline/spline.h:24:33: note: Function 'spline_inter_der' argument order different: declaration 'x, y, y2, n, xp' definition 'xa, ya, y2a, n, x'
fitsh-0.9.2/src/math/spline/spline.c:71:33: note: Function 'spline_inter_der' argument order different: declaration 'x, y, y2, n, xp' definition 'xa, ya, y2a, n, x'
fitsh-0.9.2/src/math/splinefit.c:24:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:55:37: style: The scope of the variable 'y' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:134:13: style: The scope of the variable 'z' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:134:15: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:137:9: style: The scope of the variable 'ax' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:137:12: style: The scope of the variable 'ay' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:137:21: style: The scope of the variable 'rx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:137:24: style: The scope of the variable 'ry' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:141:9: style: The scope of the variable 'c2lx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:141:14: style: The scope of the variable 'c2rx' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:141:19: style: The scope of the variable 'c2ly' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:141:24: style: The scope of the variable 'c2ry' can be reduced. [variableScope]
fitsh-0.9.2/src/math/splinefit.c:50:43: style: Function 'fit_1d_spline' argument 3 names different: declaration 'bx' definition 'nx'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/splinefit.h:22:43: note: Function 'fit_1d_spline' argument 3 names different: declaration 'bx' definition 'nx'.
fitsh-0.9.2/src/math/splinefit.c:50:43: note: Function 'fit_1d_spline' argument 3 names different: declaration 'bx' definition 'nx'.
fitsh-0.9.2/src/math/splinefit.c:130:43: style: Function 'fit_2d_spline' argument 3 names different: declaration 'bx' definition 'nx'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/splinefit.h:35:43: note: Function 'fit_2d_spline' argument 3 names different: declaration 'bx' definition 'nx'.
fitsh-0.9.2/src/math/splinefit.c:130:43: note: Function 'fit_2d_spline' argument 3 names different: declaration 'bx' definition 'nx'.
fitsh-0.9.2/src/math/splinefit.c:130:70: style: Function 'fit_2d_spline' argument 6 names different: declaration 'by' definition 'ny'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/splinefit.h:35:70: note: Function 'fit_2d_spline' argument 6 names different: declaration 'by' definition 'ny'.
fitsh-0.9.2/src/math/splinefit.c:130:70: note: Function 'fit_2d_spline' argument 6 names different: declaration 'by' definition 'ny'.
fitsh-0.9.2/src/math/spmatrix.c:519:46: style: Function 'spm_getnextnode' argument 2 names different: declaration 'last' definition 'snd'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/spmatrix.h:44:42: note: Function 'spm_getnextnode' argument 2 names different: declaration 'last' definition 'snd'.
fitsh-0.9.2/src/math/spmatrix.c:519:46: note: Function 'spm_getnextnode' argument 2 names different: declaration 'last' definition 'snd'.
fitsh-0.9.2/src/math/spmatrix.c:106:2: error: Memory leak: head [memleak]
fitsh-0.9.2/src/math/tpoint.c:237:9: style: The scope of the variable 'xcoord' can be reduced. [variableScope]
fitsh-0.9.2/src/math/tpoint.c:237:17: style: The scope of the variable 'ycoord' can be reduced. [variableScope]
fitsh-0.9.2/src/math/tpoint.c:250:55: style: Function 'tpoint_rrotate' argument 3 names different: declaration 'rotangdeg' definition 'rotang'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/tpoint.h:44:54: note: Function 'tpoint_rrotate' argument 3 names different: declaration 'rotangdeg' definition 'rotang'.
fitsh-0.9.2/src/math/tpoint.c:250:55: note: Function 'tpoint_rrotate' argument 3 names different: declaration 'rotangdeg' definition 'rotang'.
fitsh-0.9.2/src/math/trimatch.c:552:3: warning: Either the condition 'ntri!=NULL' is redundant or there is possible null pointer dereference: ntri. [nullPointerRedundantCheck]
fitsh-0.9.2/src/math/trimatch.c:575:12: note: Assuming that condition 'ntri!=NULL' is not redundant
fitsh-0.9.2/src/math/trimatch.c:552:3: note: Null pointer dereference
fitsh-0.9.2/src/math/trimatch.c:115:10: style: The scope of the variable 'vote' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:195:16: style: The scope of the variable 'cp' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:287:10: style: The scope of the variable 'sigma' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:287:16: style: The scope of the variable 'bigsigma' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:475:32: style: The scope of the variable 'x' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:475:34: style: The scope of the variable 'y' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:475:36: style: The scope of the variable 'r' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:475:38: style: The scope of the variable 'px' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:475:41: style: The scope of the variable 'py' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:475:44: style: The scope of the variable 'ir3' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:676:22: style: The scope of the variable 'level' can be reduced. [variableScope]
fitsh-0.9.2/src/math/trimatch.c:670:22: style: Function 'trimatch' argument 1 names different: declaration 'p1' definition 'cat'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/trimatch.h:63:22: note: Function 'trimatch' argument 1 names different: declaration 'p1' definition 'cat'.
fitsh-0.9.2/src/math/trimatch.c:670:22: note: Function 'trimatch' argument 1 names different: declaration 'p1' definition 'cat'.
fitsh-0.9.2/src/math/trimatch.c:670:30: style: Function 'trimatch' argument 2 names different: declaration 'n1' definition 'catlen'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/trimatch.h:63:29: note: Function 'trimatch' argument 2 names different: declaration 'n1' definition 'catlen'.
fitsh-0.9.2/src/math/trimatch.c:670:30: note: Function 'trimatch' argument 2 names different: declaration 'n1' definition 'catlen'.
fitsh-0.9.2/src/math/trimatch.c:670:45: style: Function 'trimatch' argument 3 names different: declaration 'p2' definition 'obj'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/trimatch.h:63:40: note: Function 'trimatch' argument 3 names different: declaration 'p2' definition 'obj'.
fitsh-0.9.2/src/math/trimatch.c:670:45: note: Function 'trimatch' argument 3 names different: declaration 'p2' definition 'obj'.
fitsh-0.9.2/src/math/trimatch.c:670:53: style: Function 'trimatch' argument 4 names different: declaration 'n2' definition 'objlen'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/trimatch.h:63:47: note: Function 'trimatch' argument 4 names different: declaration 'n2' definition 'objlen'.
fitsh-0.9.2/src/math/trimatch.c:670:53: note: Function 'trimatch' argument 4 names different: declaration 'n2' definition 'objlen'.
fitsh-0.9.2/src/math/trimatch.c:671:25: style: Function 'trimatch' argument 6 names different: declaration 'tmp' definition 'itmp'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/trimatch.h:63:73: note: Function 'trimatch' argument 6 names different: declaration 'tmp' definition 'itmp'.
fitsh-0.9.2/src/math/trimatch.c:671:25: note: Function 'trimatch' argument 6 names different: declaration 'tmp' definition 'itmp'.
fitsh-0.9.2/src/math/trimatch.c:672:17: style: Function 'trimatch' argument 7 names different: declaration 'hits' definition 'rhits'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/trimatch.h:64:10: note: Function 'trimatch' argument 7 names different: declaration 'hits' definition 'rhits'.
fitsh-0.9.2/src/math/trimatch.c:672:17: note: Function 'trimatch' argument 7 names different: declaration 'hits' definition 'rhits'.
fitsh-0.9.2/src/math/trimatch.c:672:29: style: Function 'trimatch' argument 8 names different: declaration 'nhit' definition 'rnhit'. [funcArgNamesDifferent]
fitsh-0.9.2/src/math/trimatch.h:64:20: note: Function 'trimatch' argument 8 names different: declaration 'nhit' definition 'rnhit'.
fitsh-0.9.2/src/math/trimatch.c:672:29: note: Function 'trimatch' argument 8 names different: declaration 'nhit' definition 'rnhit'.
fitsh-0.9.2/src/pselect.c:79:9: style: The scope of the variable 'xl' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:79:12: style: The scope of the variable 'xm' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:79:15: style: The scope of the variable 'xh' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:80:2: style: The scope of the variable 'yl' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:80:5: style: The scope of the variable 'ym' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:80:8: style: The scope of the variable 'yh' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:81:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:82:6: style: The scope of the variable 'n_bl' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:82:11: style: The scope of the variable 'n_br' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:82:16: style: The scope of the variable 'n_tl' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:82:21: style: The scope of the variable 'n_tr' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:83:2: style: The scope of the variable 's_bl' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:83:7: style: The scope of the variable 's_br' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:83:12: style: The scope of the variable 's_tl' can be reduced. [variableScope]
fitsh-0.9.2/src/pselect.c:83:17: style: The scope of the variable 's_tr' can be reduced. [variableScope]
fitsh-0.9.2/src/psf-base.c:15:25: style: Function 'psf_symmetrize' argument 1 names different: declaration 'p' definition 'pdata'. [funcArgNamesDifferent]
fitsh-0.9.2/src/psf-base.h:12:25: note: Function 'psf_symmetrize' argument 1 names different: declaration 'p' definition 'pdata'.
fitsh-0.9.2/src/psf-base.c:15:25: note: Function 'psf_symmetrize' argument 1 names different: declaration 'p' definition 'pdata'.
fitsh-0.9.2/src/psf-determine.c:424:9: style: The scope of the variable 't0' can be reduced. [variableScope]
fitsh-0.9.2/src/psf-determine.c:855:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
fitsh-0.9.2/src/psf-determine.c:855:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
fitsh-0.9.2/src/psf-determine.c:855:16: style: The scope of the variable 'x2' can be reduced. [variableScope]
fitsh-0.9.2/src/psf-determine.c:855:19: style: The scope of the variable 'y2' can be reduced. [variableScope]
fitsh-0.9.2/src/psf-determine.c:934:13: style: The scope of the variable 'nipoint' can be reduced. [variableScope]
fitsh-0.9.2/src/psf-determine.c:111:36: style: Function 'psf_determine_native' argument 9 names different: declaration 'p' definition 'out'. [funcArgNamesDifferent]
fitsh-0.9.2/src/psf-determine.h:50:37: note: Function 'psf_determine_native' argument 9 names different: declaration 'p' definition 'out'.
fitsh-0.9.2/src/psf-determine.c:111:36: note: Function 'psf_determine_native' argument 9 names different: declaration 'p' definition 'out'.
fitsh-0.9.2/src/psf-determine.c:241:36: style: Function 'psf_determine_integral' argument 9 names different: declaration 'p' definition 'out'. [funcArgNamesDifferent]
fitsh-0.9.2/src/psf-determine.h:53:37: note: Function 'psf_determine_integral' argument 9 names different: declaration 'p' definition 'out'.
fitsh-0.9.2/src/psf-determine.c:241:36: note: Function 'psf_determine_integral' argument 9 names different: declaration 'p' definition 'out'.
fitsh-0.9.2/src/psf-determine.c:536:36: style: Function 'psf_determine_circle' argument 9 names different: declaration 'p' definition 'out'. [funcArgNamesDifferent]
fitsh-0.9.2/src/psf-determine.h:56:37: note: Function 'psf_determine_circle' argument 9 names different: declaration 'p' definition 'out'.
fitsh-0.9.2/src/psf-determine.c:536:36: note: Function 'psf_determine_circle' argument 9 names different: declaration 'p' definition 'out'.
fitsh-0.9.2/src/star-base.c:243:51: style: The scope of the variable 'amp' can be reduced. [variableScope]
fitsh-0.9.2/src/star-base.c:291:47: style: The scope of the variable 'w' can be reduced. [variableScope]
fitsh-0.9.2/src/star-base.c:291:49: style: The scope of the variable 'x' can be reduced. [variableScope]
fitsh-0.9.2/src/star-base.c:291:51: style: The scope of the variable 'y' can be reduced. [variableScope]
fitsh-0.9.2/src/star-base.c:427:10: style: The scope of the variable 'gs' can be reduced. [variableScope]
fitsh-0.9.2/src/star-base.c:427:13: style: The scope of the variable 'gd' can be reduced. [variableScope]
fitsh-0.9.2/src/star-base.c:427:16: style: The scope of the variable 'gk' can be reduced. [variableScope]
fitsh-0.9.2/src/star-base.c:152:2: error: Common realloc mistake: 'stars' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/star-base.c:175:2: error: Common realloc mistake: 'cands' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/star-cand-pp.c:225:2: style: Variable 'hbs' is reassigned a value before the old one has been used. [redundantAssignment]
fitsh-0.9.2/src/star-cand-pp.c:224:2: note: Variable 'hbs' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/star-cand-pp.c:225:2: note: Variable 'hbs' is reassigned a value before the old one has been used.
fitsh-0.9.2/src/star-cand-pp.c:211:21: style: The scope of the variable 'bx' can be reduced. [variableScope]
fitsh-0.9.2/src/star-cand-pp.c:211:24: style: The scope of the variable 'by' can be reduced. [variableScope]
fitsh-0.9.2/src/star-cand-pp.c:27:128: style: Function 'search_star_candidates' argument 7 names different: declaration 'bg' definition 'spbg'. [funcArgNamesDifferent]
fitsh-0.9.2/src/stars.h:256:28: note: Function 'search_star_candidates' argument 7 names different: declaration 'bg' definition 'spbg'.
fitsh-0.9.2/src/star-cand-pp.c:27:128: note: Function 'search_star_candidates' argument 7 names different: declaration 'bg' definition 'spbg'.
fitsh-0.9.2/src/star-cand-trb.c:56:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
fitsh-0.9.2/src/star-cand-trb.c:110:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fitsh-0.9.2/src/star-cand-trb.c:113:17: style: The scope of the variable 'neig' can be reduced. [variableScope]
fitsh-0.9.2/src/star-draw.c:74:16: style: The scope of the variable 'y1' can be reduced. [variableScope]
fitsh-0.9.2/src/star-draw.c:74:22: style: The scope of the variable 'y2' can be reduced. [variableScope]
fitsh-0.9.2/src/star-draw.c:116:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
fitsh-0.9.2/src/star-draw.c:116:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:59:40: style: The scope of the variable 'efm' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:60:10: style: The scope of the variable 'exx1' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:60:15: style: The scope of the variable 'exx2' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:60:20: style: The scope of the variable 'exy1' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:60:25: style: The scope of the variable 'exy2' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:100:40: style: The scope of the variable 'efm' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:101:10: style: The scope of the variable 'exx1' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:101:15: style: The scope of the variable 'exx2' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:101:20: style: The scope of the variable 'exy1' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:101:25: style: The scope of the variable 'exy2' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:231:50: style: The scope of the variable 'efcx' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:231:55: style: The scope of the variable 'efcy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:309:24: style: The scope of the variable 'jx' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:309:27: style: The scope of the variable 'jy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:714:31: style: The scope of the variable 'ix' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:714:34: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:714:42: style: The scope of the variable 'nfit' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:715:10: style: The scope of the variable 'lam' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:812:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:812:12: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:814:10: style: The scope of the variable 'lam' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1392:31: style: The scope of the variable 'ix' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1392:34: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1443:31: style: The scope of the variable 'ix' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1443:34: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1519:17: style: The scope of the variable 'nipoint' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1595:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1595:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1595:11: style: The scope of the variable 'ix' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1595:14: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1595:25: style: The scope of the variable 'k' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1595:33: style: The scope of the variable 'nipoint' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1696:29: style: The scope of the variable 'ix0' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1696:33: style: The scope of the variable 'ix1' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1696:37: style: The scope of the variable 'iy0' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1696:41: style: The scope of the variable 'iy1' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1696:45: style: The scope of the variable 'isx' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1696:49: style: The scope of the variable 'isy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1697:13: style: The scope of the variable 't' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1699:26: style: The scope of the variable 'x0' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1699:29: style: The scope of the variable 'x1' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1699:32: style: The scope of the variable 'y0' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1699:35: style: The scope of the variable 'y1' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1703:7: style: The scope of the variable 'nix' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1703:15: style: The scope of the variable 'nvar' can be reduced. [variableScope]
fitsh-0.9.2/src/star-model.c:1170:37: style: Function 'fit_star_single_model' argument 7 names different: declaration 'fgp' definition 'sfp'. [funcArgNamesDifferent]
fitsh-0.9.2/src/stars.h:224:38: note: Function 'fit_star_single_model' argument 7 names different: declaration 'fgp' definition 'sfp'.
fitsh-0.9.2/src/star-model.c:1170:37: note: Function 'fit_star_single_model' argument 7 names different: declaration 'fgp' definition 'sfp'.
fitsh-0.9.2/src/star-model.c:1170:45: style: Function 'fit_star_single_model' argument 8 names different: declaration 'model' definition 'shapemodel'. [funcArgNamesDifferent]
fitsh-0.9.2/src/stars.h:224:46: note: Function 'fit_star_single_model' argument 8 names different: declaration 'model' definition 'shapemodel'.
fitsh-0.9.2/src/star-model.c:1170:45: note: Function 'fit_star_single_model' argument 8 names different: declaration 'model' definition 'shapemodel'.
fitsh-0.9.2/src/star-model.c:160:6: style: Variable 'efc' is assigned a value that is never used. [unreadVariable]
fitsh-0.9.2/src/star-model.c:744:2: error: Common realloc mistake: 'eevals' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/star-model.c:847:2: error: Common realloc mistake: 'eevals' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/star-model.c:1420:2: error: Common realloc mistake: 'eevals' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/star-model.c:1471:2: error: Common realloc mistake: 'eevals' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/star-model.c:1760:3: error: Common realloc mistake: 'ixs' nulled but not freed upon failure [memleakOnRealloc]
fitsh-0.9.2/src/star-psf.c:41:20: style: The scope of the variable 'ix' can be reduced. [variableScope]
fitsh-0.9.2/src/star-psf.c:41:23: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-psf.c:258:13: style: The scope of the variable 'wc' can be reduced. [variableScope]
fitsh-0.9.2/src/star-psf.c:259:17: style: The scope of the variable 'ix' can be reduced. [variableScope]
fitsh-0.9.2/src/star-psf.c:259:20: style: The scope of the variable 'iy' can be reduced. [variableScope]
fitsh-0.9.2/src/star-psf.c:296:2: style: Variable 'b' is modified but its new value is never used. [unreadVariable]
fitsh-0.9.2/src/str.c:50:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fitsh-0.9.2/src/str.c:18:39: style: Function 'strkcpy' argument 3 names different: declaration 'max' definition 'size'. [funcArgNamesDifferent]
fitsh-0.9.2/src/str.h:13:39: note: Function 'strkcpy' argument 3 names different: declaration 'max' definition 'size'.
fitsh-0.9.2/src/str.c:18:39: note: Function 'strkcpy' argument 3 names different: declaration 'max' definition 'size'.
fitsh-0.9.2/src/str.c:27:22: style: Function 'strappend' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
fitsh-0.9.2/src/str.h:18:22: note: Function 'strappend' argument 1 names different: declaration 'string' definition 'str'.
fitsh-0.9.2/src/str.c:27:22: note: Function 'strappend' argument 1 names different: declaration 'string' definition 'str'.
fitsh-0.9.2/src/str.c:48:24: style: Function 'vstrappendf' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
fitsh-0.9.2/src/str.h:28:24: note: Function 'vstrappendf' argument 1 names different: declaration 'string' definition 'str'.
fitsh-0.9.2/src/str.c:48:24: note: Function 'vstrappendf' argument 1 names different: declaration 'string' definition 'str'.
fitsh-0.9.2/src/str.c:48:34: style: Function 'vstrappendf' argument 2 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
fitsh-0.9.2/src/str.h:28:37: note: Function 'vstrappendf' argument 2 names different: declaration 'format' definition 'fmt'.
fitsh-0.9.2/src/str.c:48:34: note: Function 'vstrappendf' argument 2 names different: declaration 'format' definition 'fmt'.
fitsh-0.9.2/src/str.c:74:23: style: Function 'strappendf' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
fitsh-0.9.2/src/str.h:25:23: note: Function 'strappendf' argument 1 names different: declaration 'string' definition 'str'.
fitsh-0.9.2/src/str.c:74:23: note: Function 'strappendf' argument 1 names different: declaration 'string' definition 'str'.
fitsh-0.9.2/src/str.c:74:33: style: Function 'strappendf' argument 2 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
fitsh-0.9.2/src/str.h:25:36: note: Function 'strappendf' argument 2 names different: declaration 'format' definition 'fmt'.
fitsh-0.9.2/src/str.c:74:33: note: Function 'strappendf' argument 2 names different: declaration 'format' definition 'fmt'.
fitsh-0.9.2/src/tensor.c:22:24: style: The scope of the variable 'cd' can be reduced. [variableScope]
fitsh-0.9.2/src/tensor.c:22:27: style: The scope of the variable 'cb' can be reduced. [variableScope]
fitsh-0.9.2/src/tensor.c:22:36: style: The scope of the variable 'pnext' can be reduced. [variableScope]
fitsh-0.9.2/src/transform.c:269:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fitsh-0.9.2/src/transform.c:287:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fitsh-0.9.2/src/transform.c:28:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/transform.c:320:6: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/transform.c:320:8: style: The scope of the variable 'nvar' can be reduced. [variableScope]
fitsh-0.9.2/src/transform.c:372:6: style: The scope of the variable 'nvar' can be reduced. [variableScope]
fitsh-0.9.2/src/transform.c:372:11: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsh-0.9.2/src/transform.c:372:13: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsh-0.9.2/src/transform.c:439:69: style: The scope of the variable 'dx' can be reduced. [variableScope]
fitsh-0.9.2/src/transform.c:439:72: style: The scope of the variable 'dy' can be reduced. [variableScope]
fitsh-0.9.2/src/transform.c:318:37: style: Function 'transformation_write_data' argument 1 names different: declaration 'fr' definition 'fw'. [funcArgNamesDifferent]
fitsh-0.9.2/src/transform.h:34:37: note: Function 'transformation_write_data' argument 1 names different: declaration 'fr' definition 'fw'.
fitsh-0.9.2/src/transform.c:318:37: note: Function 'transformation_write_data' argument 1 names different: declaration 'fr' definition 'fw'.
fitsh-0.9.2/src/ui.c:78:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
fitsh-0.9.2/src/ui.c:79:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
fitsh-0.9.2/src/ui.c:111:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/ui.c:139:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fitsh-0.9.2/src/ui.c:22:26: style: Function 'get_progname' argument 1 names different: declaration 'argv0' definition 'a0'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsh.h:69:26: note: Function 'get_progname' argument 1 names different: declaration 'argv0' definition 'a0'.
fitsh-0.9.2/src/ui.c:22:26: note: Function 'get_progname' argument 1 names different: declaration 'argv0' definition 'a0'.
fitsh-0.9.2/src/ui.c:94:28: style: Function 'parse_mask_flags' argument 1 names different: declaration 'list' definition 'par'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsh.h:83:28: note: Function 'parse_mask_flags' argument 1 names different: declaration 'list' definition 'par'.
fitsh-0.9.2/src/ui.c:94:28: note: Function 'parse_mask_flags' argument 1 names different: declaration 'list' definition 'par'.
fitsh-0.9.2/src/ui.c:118:33: style: Function 'parse_fits_data_param' argument 1 names different: declaration 'param' definition 'par'. [funcArgNamesDifferent]
fitsh-0.9.2/src/fitsh.h:97:33: note: Function 'parse_fits_data_param' argument 1 names different: declaration 'param' definition 'par'.
fitsh-0.9.2/src/ui.c:118:33: note: Function 'parse_fits_data_param' argument 1 names different: declaration 'param' definition 'par'.
fitsh-0.9.2/src/ui.c:161:56: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fitsh-0.9.2/src/wcs.c:128:37: warning: Function 'wcs_get_projected_coords' argument order different: declaration 'ra0, de0, ra, de, rx, ry, rz' definition 'ra, de, ra0, de0, rx, ry, rz' [funcArgOrderDifferent]
fitsh-0.9.2/src/wcs.h:47:37: note: Function 'wcs_get_projected_coords' argument order different: declaration 'ra0, de0, ra, de, rx, ry, rz' definition 'ra, de, ra0, de0, rx, ry, rz'
fitsh-0.9.2/src/wcs.c:128:37: note: Function 'wcs_get_projected_coords' argument order different: declaration 'ra0, de0, ra, de, rx, ry, rz' definition 'ra, de, ra0, de0, rx, ry, rz'
fitsh-0.9.2/src/weight-gen.c:135:10: style: The scope of the variable 'ww' can be reduced. [variableScope]
fitsh-0.9.2/src/weight-io.c:46:17: style: The scope of the variable 'line' can be reduced. [variableScope]
fitsh-0.9.2/src/weight-io.c:107:11: style: The scope of the variable 'ww' can be reduced. [variableScope]
fitsh-0.9.2/src/weight-io.c:109:17: style: The scope of the variable 'line' can be reduced. [variableScope]
fitsh-0.9.2/src/weight-star.c:31:16: style: The scope of the variable 'dflux' can be reduced. [variableScope]
fitsh-0.9.2/src/xfunct.c:25:11: style: The scope of the variable 'E' can be reduced. [variableScope]
fitsh-0.9.2/src/xfunct.c:36:11: style: The scope of the variable 'E' can be reduced. [variableScope]
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/fitspng/fitspng_1.3.orig.tar.gz
fitspng-1.3/fitspng.c:92:19: style: The scope of the variable 'w' can be reduced. [variableScope]
fitspng-1.3/fitspng.c:750:8: warning: Size of pointer 'row_pointers' used instead of size of its data. [pointerSize]
fitspng-1.3/qmed.c:30:11: style: The scope of the variable 'i' can be reduced. [variableScope]
fitspng-1.3/qmed.c:30:13: style: The scope of the variable 'j' can be reduced. [variableScope]
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/fitsverify/fitsverify_4.18.orig.tar.gz
fitsverify/fitsverify.c:23:9: style: The scope of the variable 'status' can be reduced. [variableScope]
fitsverify/ftverify.c:254:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
fitsverify/ftverify.c:169:11: style: Function 'ftverify_getpar' argument 3 names different: declaration 'prehead' definition 'prhead'. [funcArgNamesDifferent]
fitsverify/ftverify.c:119:56: note: Function 'ftverify_getpar' argument 3 names different: declaration 'prehead' definition 'prhead'.
fitsverify/ftverify.c:169:11: note: Function 'ftverify_getpar' argument 3 names different: declaration 'prehead' definition 'prhead'.
fitsverify/ftverify.c:418:29: style: Function 'update_parfile' argument 1 names different: declaration 'numerr' definition 'nerr'. [funcArgNamesDifferent]
fitsverify/fverify.h:185:25: note: Function 'update_parfile' argument 1 names different: declaration 'numerr' definition 'nerr'.
fitsverify/ftverify.c:418:29: note: Function 'update_parfile' argument 1 names different: declaration 'numerr' definition 'nerr'.
fitsverify/ftverify.c:418:39: style: Function 'update_parfile' argument 2 names different: declaration 'numwrn' definition 'nwrn'. [funcArgNamesDifferent]
fitsverify/fverify.h:185:37: note: Function 'update_parfile' argument 2 names different: declaration 'numwrn' definition 'nwrn'.
fitsverify/ftverify.c:418:39: note: Function 'update_parfile' argument 2 names different: declaration 'numwrn' definition 'nwrn'.
fitsverify/ftverify.c:285:8: error: Resource leak: outfptr [resourceLeak]
fitsverify/ftverify.c:288:8: error: Resource leak: outfptr [resourceLeak]
fitsverify/ftverify.c:291:8: error: Resource leak: outfptr [resourceLeak]
fitsverify/ftverify.c:293:15: error: Resource leak: outfptr [resourceLeak]
fitsverify/ftverify.c:281:0: error: Resource leak: list [resourceLeak]
fitsverify/fvrf_data.c:566:12: style: Condition '!find_badbit' is always true [knownConditionTrueFalse]
fitsverify/fvrf_data.c:563:23: note: Assignment 'find_badbit=0', assigned value is 0
fitsverify/fvrf_data.c:566:12: note: Condition '!find_badbit' is always true
fitsverify/fvrf_data.c:599:17: style: Condition '!find_badchar' is always true [knownConditionTrueFalse]
fitsverify/fvrf_data.c:596:28: note: Assignment 'find_badchar=0', assigned value is 0
fitsverify/fvrf_data.c:599:17: note: Condition '!find_badchar' is always true
fitsverify/fvrf_data.c:656:17: style: Condition '!find_baddot' is always true [knownConditionTrueFalse]
fitsverify/fvrf_data.c:652:27: note: Assignment 'find_baddot=0', assigned value is 0
fitsverify/fvrf_data.c:656:17: note: Condition '!find_baddot' is always true
fitsverify/fvrf_data.c:681:17: style: Condition '!find_badspace' is always true [knownConditionTrueFalse]
fitsverify/fvrf_data.c:653:22: note: Assignment 'find_badspace=0', assigned value is 0
fitsverify/fvrf_data.c:681:17: note: Condition '!find_badspace' is always true
fitsverify/fvrf_data.c:222:26: style: Same expression on both sides of '>' because the value of 'ncmp' and '0' are the same. [duplicateExpression]
fitsverify/fvrf_data.c:54:16: note: 'ncmp' is assigned value '0' here.
fitsverify/fvrf_data.c:222:26: note: Same expression on both sides of '>' because the value of 'ncmp' and '0' are the same.
fitsverify/fvrf_data.c:271:25: style: Same expression on both sides of '>' because the value of 'ncmp' and '0' are the same. [duplicateExpression]
fitsverify/fvrf_data.c:54:16: note: 'ncmp' is assigned value '0' here.
fitsverify/fvrf_data.c:271:25: note: Same expression on both sides of '>' because the value of 'ncmp' and '0' are the same.
fitsverify/fvrf_data.c:501:22: style: The scope of the variable 'hdupt' can be reduced. [variableScope]
fitsverify/fvrf_data.c:515:14: style: The scope of the variable 'data' can be reduced. [variableScope]
fitsverify/fvrf_data.c:528:9: style: The scope of the variable 'flag_cmpnull' can be reduced. [variableScope]
fitsverify/fvrf_data.c:739:20: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsverify/fvrf_data.c:495:8: style: Function 'iterdata' argument 5 names different: declaration 'narrays' definition 'narray'. [funcArgNamesDifferent]
fitsverify/fverify.h:158:11: note: Function 'iterdata' argument 5 names different: declaration 'narrays' definition 'narray'.
fitsverify/fvrf_data.c:495:8: note: Function 'iterdata' argument 5 names different: declaration 'narrays' definition 'narray'.
fitsverify/fvrf_file.c:115:13: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsverify/fvrf_file.c:89:25: style: Function 'total_errors' argument 1 names different: declaration 'totalerr' definition 'toterr'. [funcArgNamesDifferent]
fitsverify/fverify.h:179:25: note: Function 'total_errors' argument 1 names different: declaration 'totalerr' definition 'toterr'.
fitsverify/fvrf_file.c:89:25: note: Function 'total_errors' argument 1 names different: declaration 'totalerr' definition 'toterr'.
fitsverify/fvrf_file.c:89:39: style: Function 'total_errors' argument 2 names different: declaration 'totalwrn' definition 'totwrn'. [funcArgNamesDifferent]
fitsverify/fverify.h:179:41: note: Function 'total_errors' argument 2 names different: declaration 'totalwrn' definition 'totwrn'.
fitsverify/fvrf_file.c:89:39: note: Function 'total_errors' argument 2 names different: declaration 'totalwrn' definition 'totwrn'.
fitsverify/fvrf_head.c:2719:26: warning: Logical disjunction always evaluates to true: EXPR <= 'z' || EXPR >= 'a'. [incorrectLogicOperator]
fitsverify/fvrf_head.c:201:5: style: Variable 'lv' is reassigned a value before the old one has been used. [redundantAssignment]
fitsverify/fvrf_head.c:200:5: note: Variable 'lv' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:201:5: note: Variable 'lv' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1749:18: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
fitsverify/fvrf_head.c:1748:4: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1749:18: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1766:18: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
fitsverify/fvrf_head.c:1765:4: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1766:18: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1783:18: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
fitsverify/fvrf_head.c:1782:4: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1783:18: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1814:18: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
fitsverify/fvrf_head.c:1813:4: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1814:18: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1893:18: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
fitsverify/fvrf_head.c:1892:4: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:1893:18: note: Variable 'w' is reassigned a value before the old one has been used.
fitsverify/fvrf_head.c:2476:10: style: The scope of the variable 'lv' can be reduced. [variableScope]
fitsverify/fvrf_head.c:2478:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
fitsverify/fvrf_head.c:2640:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fitsverify/fvrf_head.c:2677:11: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsverify/fvrf_head.c:2677:15: style: The scope of the variable 'q' can be reduced. [variableScope]
fitsverify/fvrf_head.c:1315:17: style: Variable 'numusrkey' is assigned a value that is never used. [unreadVariable]
fitsverify/fvrf_key.c:19:10: style: The scope of the variable 'temp1' can be reduced. [variableScope]
fitsverify/fvrf_key.c:256:9: style: The scope of the variable 'set_sign' can be reduced. [variableScope]
fitsverify/fvrf_key.c:4:26: style: Function 'fits_parse_card' argument 2 names different: declaration 'pos' definition 'kpos'. [funcArgNamesDifferent]
fitsverify/fverify.h:62:36: note: Function 'fits_parse_card' argument 2 names different: declaration 'pos' definition 'kpos'.
fitsverify/fvrf_key.c:4:26: note: Function 'fits_parse_card' argument 2 names different: declaration 'pos' definition 'kpos'.
fitsverify/fvrf_key.c:188:21: style: Function 'get_str' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
fitsverify/fverify.h:64:21: note: Function 'get_str' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:188:21: note: Function 'get_str' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:229:21: style: Function 'get_log' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
fitsverify/fverify.h:65:21: note: Function 'get_log' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:229:21: note: Function 'get_log' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:247:21: style: Function 'get_num' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
fitsverify/fverify.h:66:21: note: Function 'get_num' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:247:21: note: Function 'get_num' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:310:21: style: Function 'get_cmp' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
fitsverify/fverify.h:67:21: note: Function 'get_cmp' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:310:21: note: Function 'get_cmp' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:391:22: style: Function 'get_comm' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
fitsverify/fverify.h:79:22: note: Function 'get_comm' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:391:22: note: Function 'get_comm' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:417:25: style: Function 'get_unknown' argument 1 names different: declaration 'p' definition 'pt'. [funcArgNamesDifferent]
fitsverify/fverify.h:78:25: note: Function 'get_unknown' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:417:25: note: Function 'get_unknown' argument 1 names different: declaration 'p' definition 'pt'.
fitsverify/fvrf_key.c:442:23: style: Function 'pr_kval_err' argument 2 names different: declaration 'pos' definition 'kpos'. [funcArgNamesDifferent]
fitsverify/fverify.h:80:33: note: Function 'pr_kval_err' argument 2 names different: declaration 'pos' definition 'kpos'.
fitsverify/fvrf_key.c:442:23: note: Function 'pr_kval_err' argument 2 names different: declaration 'pos' definition 'kpos'.
fitsverify/fvrf_key.c:443:23: style: Function 'pr_kval_err' argument 3 names different: declaration 'keyname' definition 'kname'. [funcArgNamesDifferent]
fitsverify/fverify.h:80:44: note: Function 'pr_kval_err' argument 3 names different: declaration 'keyname' definition 'kname'.
fitsverify/fvrf_key.c:443:23: note: Function 'pr_kval_err' argument 3 names different: declaration 'keyname' definition 'kname'.
fitsverify/fvrf_key.c:444:23: style: Function 'pr_kval_err' argument 4 names different: declaration 'keyval' definition 'kval'. [funcArgNamesDifferent]
fitsverify/fverify.h:80:59: note: Function 'pr_kval_err' argument 4 names different: declaration 'keyval' definition 'kval'.
fitsverify/fvrf_key.c:444:23: note: Function 'pr_kval_err' argument 4 names different: declaration 'keyval' definition 'kval'.
fitsverify/fvrf_key.c:445:17: style: Function 'pr_kval_err' argument 5 names different: declaration 'stat' definition 'errnum'. [funcArgNamesDifferent]
fitsverify/fverify.h:81:21: note: Function 'pr_kval_err' argument 5 names different: declaration 'stat' definition 'errnum'.
fitsverify/fvrf_key.c:445:17: note: Function 'pr_kval_err' argument 5 names different: declaration 'stat' definition 'errnum'.
fitsverify/fvrf_key.c:273:2: style: Variable 'set_sign' is assigned a value that is never used. [unreadVariable]
fitsverify/fvrf_misc.c:137:11: style: The scope of the variable 'errfmt' can be reduced. [variableScope]
fitsverify/fvrf_misc.c:192:11: style: The scope of the variable 'p' can be reduced. [variableScope]
fitsverify/fvrf_misc.c:193:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fitsverify/fvrf_misc.c:194:9: style: The scope of the variable 'clen' can be reduced. [variableScope]
fitsverify/fvrf_misc.c:195:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fitsverify/fvrf_misc.c:265:9: style: The scope of the variable 'first_end' can be reduced. [variableScope]
fitsverify/fvrf_misc.c:30:29: style: Function 'wrtout' argument 2 names different: declaration 'comm' definition 'mess'. [funcArgNamesDifferent]
fitsverify/fverify.h:194:29: note: Function 'wrtout' argument 2 names different: declaration 'comm' definition 'mess'.
fitsverify/fvrf_misc.c:30:29: note: Function 'wrtout' argument 2 names different: declaration 'comm' definition 'mess'.
fitsverify/fvrf_misc.c:37:29: style: Function 'wrtwrn' argument 2 names different: declaration 'comm' definition 'mess'. [funcArgNamesDifferent]
fitsverify/fverify.h:196:29: note: Function 'wrtwrn' argument 2 names different: declaration 'comm' definition 'mess'.
fitsverify/fvrf_misc.c:37:29: note: Function 'wrtwrn' argument 2 names different: declaration 'comm' definition 'mess'.
fitsverify/fvrf_misc.c:37:39: style: Function 'wrtwrn' argument 3 names different: declaration 'heasarc' definition 'isheasarc'. [funcArgNamesDifferent]
fitsverify/fverify.h:196:39: note: Function 'wrtwrn' argument 3 names different: declaration 'heasarc' definition 'isheasarc'.
fitsverify/fvrf_misc.c:37:39: note: Function 'wrtwrn' argument 3 names different: declaration 'heasarc' definition 'isheasarc'.
fitsverify/fvrf_misc.c:54:29: style: Function 'wrterr' argument 2 names different: declaration 'comm' definition 'mess'. [funcArgNamesDifferent]
fitsverify/fverify.h:195:29: note: Function 'wrterr' argument 2 names different: declaration 'comm' definition 'mess'.
fitsverify/fvrf_misc.c:54:29: note: Function 'wrterr' argument 2 names different: declaration 'comm' definition 'mess'.
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/fityk/fityk_1.3.1.orig.tar.gz
fityk-1.3.1/cli/main.cpp:82:10: style: The scope of the variable 't' can be reduced. [variableScope]
fityk-1.3.1/fityk/fityk.h:105:5: warning: Member variable 'Var::value_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/CMPfit.h:19:5: warning: Member variable 'MPfit::mp_conf_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/CMPfit.h:19:5: warning: Member variable 'MPfit::result_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/fit.h:140:17: style: Technically the member function 'fityk::FitManager::next_method' can be const. [functionConst]
fityk-1.3.1/fityk/CMPfit.h:25:9: style: Technically the member function 'fityk::MPfit::on_iteration' can be const. [functionConst]
fityk-1.3.1/fityk/CMPfit.cpp:32:12: note: Technically the member function 'fityk::MPfit::on_iteration' can be const.
fityk-1.3.1/fityk/CMPfit.h:25:9: note: Technically the member function 'fityk::MPfit::on_iteration' can be const.
fityk-1.3.1/fityk/var.h:78:10: performance: Technically the member function 'fityk::Variable::is_visible' can be static. [functionStatic]
fityk-1.3.1/fityk/fityk.h:66:5: style: Struct 'ExecuteError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/fityk.h:72:5: style: Struct 'SyntaxError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/fityk.h:173:5: style: Class 'Fityk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/fit.h:104:5: style: Class 'ParameterHistoryMgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/fit.h:128:5: style: Class 'FitManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/vm.h:145:5: style: Class 'ExprCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/mgr.h:26:5: style: Class 'ModelManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/view.h:41:5: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/settings.h:72:5: style: Class 'SettingsMgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/var.h:19:5: style: Class 'IndexedVars' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/CMPfit.h:20:20: style: The function 'run_method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fit.h:67:20: note: Virtual function in base class
fityk-1.3.1/fityk/CMPfit.h:20:20: note: Function in derived class
fityk-1.3.1/fityk/CMPfit.h:28:9: style: The function 'get_covariance_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fit.h:32:9: note: Virtual function in base class
fityk-1.3.1/fityk/CMPfit.h:28:9: note: Function in derived class
fityk-1.3.1/fityk/CMPfit.h:30:9: style: The function 'get_standard_errors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fit.h:34:9: note: Virtual function in base class
fityk-1.3.1/fityk/CMPfit.h:30:9: note: Function in derived class
fityk-1.3.1/fityk/ui.h:49:10: style: The function 'exec_fityk_script' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/ui_api.h:43:18: note: Virtual function in base class
fityk-1.3.1/fityk/ui.h:49:10: note: Function in derived class
fityk-1.3.1/fityk/ui.h:55:19: style: The function 'exec_and_log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/ui_api.h:40:20: note: Virtual function in base class
fityk-1.3.1/fityk/ui.h:55:19: note: Function in derived class
fityk-1.3.1/fityk/fityk.h:127:28: performance: Function parameter 'name_' should be passed by const reference. [passedByValue]
fityk-1.3.1/fityk/GAfit.h:17:5: warning: Member variable 'Individual::phase_2_score' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/GAfit.h:17:5: warning: Member variable 'Individual::reversed_score' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/GAfit.h:17:5: warning: Member variable 'Individual::norm_score' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/GAfit.h:18:5: warning: Member variable 'Individual::phase_2_score' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/GAfit.h:18:5: warning: Member variable 'Individual::reversed_score' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/GAfit.h:18:5: warning: Member variable 'Individual::norm_score' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/GAfit.cpp:22:8: warning: Member variable 'GAfit::iteration' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/GAfit.cpp:22:8: warning: Member variable 'GAfit::tmp_max' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/numfuncs.h:17:5: warning: Member variable 'PointD::x' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/numfuncs.h:17:5: warning: Member variable 'PointD::y' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/numfuncs.h:29:5: warning: Member variable 'PointQ::x' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/numfuncs.h:29:5: warning: Member variable 'PointQ::y' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/numfuncs.h:29:5: warning: Member variable 'PointQ::q' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/numfuncs.h:30:5: warning: Member variable 'PointQ::q' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/GAfit.h:54:10: style: Technically the member function 'fityk::GAfit::uniform_crossover' can be const. [functionConst]
fityk-1.3.1/fityk/GAfit.cpp:177:13: note: Technically the member function 'fityk::GAfit::uniform_crossover' can be const.
fityk-1.3.1/fityk/GAfit.h:54:10: note: Technically the member function 'fityk::GAfit::uniform_crossover' can be const.
fityk-1.3.1/fityk/GAfit.h:56:10: style: Technically the member function 'fityk::GAfit::one_point_crossover' can be const. [functionConst]
fityk-1.3.1/fityk/GAfit.cpp:185:13: note: Technically the member function 'fityk::GAfit::one_point_crossover' can be const.
fityk-1.3.1/fityk/GAfit.h:56:10: note: Technically the member function 'fityk::GAfit::one_point_crossover' can be const.
fityk-1.3.1/fityk/GAfit.h:58:10: style: Technically the member function 'fityk::GAfit::two_points_crossover' can be const. [functionConst]
fityk-1.3.1/fityk/GAfit.cpp:193:13: note: Technically the member function 'fityk::GAfit::two_points_crossover' can be const.
fityk-1.3.1/fityk/GAfit.h:58:10: note: Technically the member function 'fityk::GAfit::two_points_crossover' can be const.
fityk-1.3.1/fityk/GAfit.h:60:10: style: Technically the member function 'fityk::GAfit::arithmetic_crossover1' can be const. [functionConst]
fityk-1.3.1/fityk/GAfit.cpp:202:13: note: Technically the member function 'fityk::GAfit::arithmetic_crossover1' can be const.
fityk-1.3.1/fityk/GAfit.h:60:10: note: Technically the member function 'fityk::GAfit::arithmetic_crossover1' can be const.
fityk-1.3.1/fityk/GAfit.h:62:10: style: Technically the member function 'fityk::GAfit::arithmetic_crossover2' can be const. [functionConst]
fityk-1.3.1/fityk/GAfit.cpp:212:13: note: Technically the member function 'fityk::GAfit::arithmetic_crossover2' can be const.
fityk-1.3.1/fityk/GAfit.h:62:10: note: Technically the member function 'fityk::GAfit::arithmetic_crossover2' can be const.
fityk-1.3.1/fityk/GAfit.h:64:10: style: Technically the member function 'fityk::GAfit::guaranteed_avarage_crossover' can be const. [functionConst]
fityk-1.3.1/fityk/GAfit.cpp:222:13: note: Technically the member function 'fityk::GAfit::guaranteed_avarage_crossover' can be const.
fityk-1.3.1/fityk/GAfit.h:64:10: note: Technically the member function 'fityk::GAfit::guaranteed_avarage_crossover' can be const.
fityk-1.3.1/fityk/GAfit.h:71:10: performance: Technically the member function 'fityk::GAfit::do_rank_scoring' can be static. [functionStatic]
fityk-1.3.1/fityk/GAfit.cpp:279:13: note: Technically the member function 'fityk::GAfit::do_rank_scoring' can be static.
fityk-1.3.1/fityk/GAfit.h:71:10: note: Technically the member function 'fityk::GAfit::do_rank_scoring' can be static.
fityk-1.3.1/fityk/GAfit.h:73:10: style: Technically the member function 'fityk::GAfit::tournament_selection' can be const. [functionConst]
fityk-1.3.1/fityk/GAfit.cpp:307:13: note: Technically the member function 'fityk::GAfit::tournament_selection' can be const.
fityk-1.3.1/fityk/GAfit.h:73:10: note: Technically the member function 'fityk::GAfit::tournament_selection' can be const.
fityk-1.3.1/fityk/GAfit.h:76:32: style: Technically the member function 'fityk::GAfit::SRS_and_DS_common' can be const. [functionConst]
fityk-1.3.1/fityk/GAfit.cpp:321:8: note: Technically the member function 'fityk::GAfit::SRS_and_DS_common' can be const.
fityk-1.3.1/fityk/GAfit.h:76:32: note: Technically the member function 'fityk::GAfit::SRS_and_DS_common' can be const.
fityk-1.3.1/fityk/GAfit.cpp:274:10: style: Technically the member function 'fityk::ind_raw_sc_cmp::operator()' can be const. [functionConst]
fityk-1.3.1/fityk/GAfit.h:17:5: style: Struct 'Individual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/GAfit.h:27:20: style: The function 'run_method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fit.h:67:20: note: Virtual function in base class
fityk-1.3.1/fityk/GAfit.h:27:20: note: Function in derived class
fityk-1.3.1/fityk/LMfit.h:19:20: style: The function 'run_method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fit.h:67:20: note: Virtual function in base class
fityk-1.3.1/fityk/LMfit.h:19:20: note: Function in derived class
fityk-1.3.1/fityk/LMfit.h:24:9: style: The function 'get_covariance_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fit.h:32:9: note: Virtual function in base class
fityk-1.3.1/fityk/LMfit.h:24:9: note: Function in derived class
fityk-1.3.1/fityk/LMfit.h:26:9: style: The function 'get_standard_errors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fit.h:34:9: note: Virtual function in base class
fityk-1.3.1/fityk/LMfit.h:26:9: note: Function in derived class
fityk-1.3.1/fityk/NMfit.h:29:5: warning: Member variable 'NMfit::volume_factor' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/NMfit.h:21:5: style: Struct 'Vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/NMfit.h:22:5: style: Struct 'Vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/NMfit.h:30:20: style: The function 'run_method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fit.h:67:20: note: Virtual function in base class
fityk-1.3.1/fityk/NMfit.h:30:20: note: Function in derived class
fityk-1.3.1/fityk/lexer.h:104:5: style: Class 'Lexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/eparser.h:58:5: style: Class 'ExpressionParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/bfunc.cpp:845:42: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fityk-1.3.1/fityk/bfunc.cpp:874:46: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fityk-1.3.1/fityk/bfunc.cpp:909:19: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fityk-1.3.1/fityk/bfunc.cpp:918:19: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fityk-1.3.1/fityk/bfunc.cpp:925:29: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fityk-1.3.1/fityk/func.h:79:25: style: The function 'get_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fityk.h:120:25: note: Virtual function in base class
fityk-1.3.1/fityk/func.h:79:25: note: Function in derived class
fityk-1.3.1/fityk/func.h:89:19: style: The function 'get_param_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fityk.h:123:19: note: Virtual function in base class
fityk-1.3.1/fityk/func.h:89:19: note: Function in derived class
fityk-1.3.1/fityk/func.h:102:32: style: The function 'get_template_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fityk.h:119:32: note: Virtual function in base class
fityk-1.3.1/fityk/func.h:102:32: note: Function in derived class
fityk-1.3.1/fityk/func.h:103:32: style: The function 'var_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fityk.h:121:32: note: Virtual function in base class
fityk-1.3.1/fityk/func.h:103:32: note: Function in derived class
fityk-1.3.1/fityk/func.h:110:19: style: The function 'value_at' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/fityk.h:125:19: note: Virtual function in base class
fityk-1.3.1/fityk/func.h:110:19: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:72:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:72:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:73:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:73:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:74:10: style: The function 'is_symmetric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:58:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:74:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:75:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:75:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:76:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:76:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:77:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:77:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:78:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:78:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:84:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:84:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:85:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:85:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:86:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:86:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:87:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:87:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:88:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:88:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:90:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:90:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:96:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:96:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:97:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:97:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:98:10: style: The function 'is_symmetric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:58:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:98:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:99:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:99:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:100:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:100:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:101:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:101:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:102:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:102:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:109:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:109:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:110:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:110:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:111:10: style: The function 'is_symmetric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:58:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:111:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:112:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:112:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:113:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:113:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:114:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:114:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:115:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:115:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:121:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:121:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:122:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:122:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:123:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:123:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:124:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:124:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:125:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:125:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:127:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:127:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:133:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:133:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:134:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:134:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:135:10: style: The function 'is_symmetric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:58:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:135:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:136:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:136:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:137:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:137:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:138:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:138:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:139:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:139:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:145:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:145:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:146:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:146:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:147:10: style: The function 'is_symmetric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:58:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:147:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:148:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:148:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:149:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:149:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:150:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:150:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:151:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:151:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:152:37: style: The function 'get_other_prop_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:66:45: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:152:37: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:153:10: style: The function 'get_other_prop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:69:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:153:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:159:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:159:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:160:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:160:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:161:10: style: The function 'is_symmetric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:58:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:161:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:162:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:162:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:163:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:163:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:164:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:164:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:165:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:165:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:171:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:171:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:172:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:172:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:173:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:173:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:174:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:174:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:180:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:180:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:181:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:181:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:187:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:187:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:193:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:193:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:194:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:194:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:195:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:195:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:196:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:196:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:197:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:197:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:198:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:198:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:205:25: style: The function 'get_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:79:25: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:205:25: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:212:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:27:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:212:18: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:218:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:218:10: note: Function in derived class
fityk-1.3.1/fityk/bfunc.h:226:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/bfunc.h:226:10: note: Function in derived class
fityk-1.3.1/fityk/cmpfit/mpfit.c:1086:7: style: Condition 'ldfjac' is always false [knownConditionTrueFalse]
fityk-1.3.1/fityk/cmpfit/mpfit.c:1085:12: note: Assignment 'ldfjac=0', assigned value is 0
fityk-1.3.1/fityk/cmpfit/mpfit.c:1086:7: note: Condition 'ldfjac' is always false
fityk-1.3.1/fityk/cmpfit/mpfit.c:1321:7: style: Condition 'lda' is always false [knownConditionTrueFalse]
fityk-1.3.1/fityk/cmpfit/mpfit.c:1319:9: note: Assignment 'lda=0', assigned value is 0
fityk-1.3.1/fityk/cmpfit/mpfit.c:1321:7: note: Condition 'lda' is always false
fityk-1.3.1/fityk/cmpfit/mpfit.c:1322:7: style: Condition 'lipvt' is always false [knownConditionTrueFalse]
fityk-1.3.1/fityk/cmpfit/mpfit.c:1320:11: note: Assignment 'lipvt=0', assigned value is 0
fityk-1.3.1/fityk/cmpfit/mpfit.c:1322:7: note: Condition 'lipvt' is always false
fityk-1.3.1/fityk/cmpfit/mpfit.c:2013:33: style: The scope of the variable 'xabs' can be reduced. [variableScope]
fityk-1.3.1/fityk/cmpfit/mpfit.c:2201:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
fityk-1.3.1/fityk/cmpfit/mpfit.c:2202:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
fityk-1.3.1/fityk/cmpfit/mpfit.c:2202:27: style: The scope of the variable 'jj0' can be reduced. [variableScope]
fityk-1.3.1/fityk/cmpfit/mpfit.c:2203:7: style: The scope of the variable 'sing' can be reduced. [variableScope]
fityk-1.3.1/fityk/cmpfit/mpfit.c:996:30: style: Function 'mp_fdjac2' argument 23 names different: declaration 'dvecptr' definition 'dvec'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/cmpfit/mpfit.c:33:30: note: Function 'mp_fdjac2' argument 23 names different: declaration 'dvecptr' definition 'dvec'.
fityk-1.3.1/fityk/cmpfit/mpfit.c:996:30: note: Function 'mp_fdjac2' argument 23 names different: declaration 'dvecptr' definition 'dvec'.
fityk-1.3.1/fityk/cparser.h:75:5: style: Class 'Parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/guess.h:24:5: style: Class 'Guess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/cparser.cpp:262:5: style: Class 'ArgReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/data.cpp:443:32: style: The scope of the variable 'step' can be reduced. [variableScope]
fityk-1.3.1/fityk/eparser.cpp:222:5: warning: Member variable 'AggregArgMin::min_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/eparser.cpp:239:5: warning: Member variable 'AggregArgMax::max_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/eparser.cpp:222:5: style: Class 'AggregArgMin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/eparser.cpp:239:5: style: Class 'AggregArgMax' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/eparser.cpp:256:5: style: Class 'AggregDArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/eparser.cpp:183:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:183:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:192:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:192:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:202:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:202:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:212:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:212:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:224:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:224:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:241:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:241:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:258:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:258:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:271:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:271:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:284:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:284:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:292:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:25:20: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:292:20: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:299:17: style: The function 'number_of_parameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:26:17: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:299:17: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:300:18: style: The function 'add_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:27:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:300:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:303:18: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:33:18: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:303:18: note: Function in derived class
fityk-1.3.1/fityk/eparser.cpp:305:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/eparser.h:25:20: note: Virtual function in base class
fityk-1.3.1/fityk/eparser.cpp:305:20: note: Function in derived class
fityk-1.3.1/fityk/f_fcjasym.cpp:442:5: style: Variable 'psvval' is reassigned a value before the old one has been used. [redundantAssignment]
fityk-1.3.1/fityk/f_fcjasym.cpp:441:0: note: Variable 'psvval' is reassigned a value before the old one has been used.
fityk-1.3.1/fityk/f_fcjasym.cpp:442:5: note: Variable 'psvval' is reassigned a value before the old one has been used.
fityk-1.3.1/fityk/f_fcjasym.cpp:331:7: style: The scope of the variable 'hfunc_neg' can be reduced. [variableScope]
fityk-1.3.1/fityk/f_fcjasym.cpp:331:18: style: The scope of the variable 'hfunc_pos' can be reduced. [variableScope]
fityk-1.3.1/fityk/f_fcjasym.cpp:306:37: style: Function 'dfunc_int' argument 1 names different: declaration 'angle1' definition 'twopsi'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/f_fcjasym.h:28:27: note: Function 'dfunc_int' argument 1 names different: declaration 'angle1' definition 'twopsi'.
fityk-1.3.1/fityk/f_fcjasym.cpp:306:37: note: Function 'dfunc_int' argument 1 names different: declaration 'angle1' definition 'twopsi'.
fityk-1.3.1/fityk/f_fcjasym.cpp:306:51: style: Function 'dfunc_int' argument 2 names different: declaration 'angle2' definition 'twotheta'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/f_fcjasym.h:28:41: note: Function 'dfunc_int' argument 2 names different: declaration 'angle2' definition 'twotheta'.
fityk-1.3.1/fityk/f_fcjasym.cpp:306:51: note: Function 'dfunc_int' argument 2 names different: declaration 'angle2' definition 'twotheta'.
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::twopsiinfl' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::twopsimin' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::cent_rad' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::radians' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::delta_n_neg' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::delta_n_pos' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::weight_neg' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::weight_pos' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::denom' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::denom_unscaled' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::df_ds_factor' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:21:5: warning: Member variable 'FuncFCJAsymm::df_dh_factor' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/f_fcjasym.h:28:11: performance: Technically the member function 'fityk::FuncFCJAsymm::dfunc_int' can be static. [functionStatic]
fityk-1.3.1/fityk/f_fcjasym.cpp:306:21: note: Technically the member function 'fityk::FuncFCJAsymm::dfunc_int' can be static.
fityk-1.3.1/fityk/f_fcjasym.h:28:11: note: Technically the member function 'fityk::FuncFCJAsymm::dfunc_int' can be static.
fityk-1.3.1/fityk/f_fcjasym.h:29:11: performance: Technically the member function 'fityk::FuncFCJAsymm::fcj_psv' can be static. [functionStatic]
fityk-1.3.1/fityk/f_fcjasym.cpp:419:21: note: Technically the member function 'fityk::FuncFCJAsymm::fcj_psv' can be static.
fityk-1.3.1/fityk/f_fcjasym.h:29:11: note: Technically the member function 'fityk::FuncFCJAsymm::fcj_psv' can be static.
fityk-1.3.1/fityk/f_fcjasym.h:22:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/f_fcjasym.h:22:10: note: Function in derived class
fityk-1.3.1/fityk/f_fcjasym.h:23:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/f_fcjasym.h:23:10: note: Function in derived class
fityk-1.3.1/fityk/f_fcjasym.h:24:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/f_fcjasym.h:24:10: note: Function in derived class
fityk-1.3.1/fityk/f_fcjasym.h:25:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/f_fcjasym.h:25:10: note: Function in derived class
fityk-1.3.1/fityk/f_fcjasym.h:26:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/f_fcjasym.h:26:10: note: Function in derived class
fityk-1.3.1/fityk/fit.cpp:391:19: style: Function 'fit' argument 1 names different: declaration 'max_iter' definition 'max_eval'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/fit.h:27:18: note: Function 'fit' argument 1 names different: declaration 'max_iter' definition 'max_eval'.
fityk-1.3.1/fityk/fit.cpp:391:19: note: Function 'fit' argument 1 names different: declaration 'max_iter' definition 'max_eval'.
fityk-1.3.1/fityk/fit.cpp:53:6: warning: Member variable 'Fit::initial_wssr_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/fit.cpp:53:6: warning: Member variable 'Fit::max_eval_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/fit.cpp:53:6: warning: Member variable 'Fit::start_time_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/fit.cpp:53:6: warning: Member variable 'Fit::best_shown_wssr_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/fit.h:92:10: style: Technically the member function 'fityk::Fit::compute_derivatives_for' can be const. [functionConst]
fityk-1.3.1/fityk/fit.cpp:254:11: note: Technically the member function 'fityk::Fit::compute_derivatives_for' can be const.
fityk-1.3.1/fityk/fit.h:92:10: note: Technically the member function 'fityk::Fit::compute_derivatives_for' can be const.
fityk-1.3.1/fityk/fit.h:95:9: style: Technically the member function 'fityk::Fit::compute_derivatives_mp_for' can be const. [functionConst]
fityk-1.3.1/fityk/fit.cpp:305:10: note: Technically the member function 'fityk::Fit::compute_derivatives_mp_for' can be const.
fityk-1.3.1/fityk/fit.h:95:9: note: Technically the member function 'fityk::Fit::compute_derivatives_mp_for' can be const.
fityk-1.3.1/fityk/fit.h:97:11: style: Technically the member function 'fityk::Fit::compute_wssr_gradient_for' can be const. [functionConst]
fityk-1.3.1/fityk/fit.cpp:338:12: note: Technically the member function 'fityk::Fit::compute_wssr_gradient_for' can be const.
fityk-1.3.1/fityk/fit.h:97:11: note: Technically the member function 'fityk::Fit::compute_wssr_gradient_for' can be const.
fityk-1.3.1/fityk/fit.cpp:384:5: style: Class 'ComputeUI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/fityk.h:312:12: style: Technically the member function 'fityk::Fityk::get_view_boundary' can be const. [functionConst]
fityk-1.3.1/fityk/fityk.cpp:265:15: note: Technically the member function 'fityk::Fityk::get_view_boundary' can be const.
fityk-1.3.1/fityk/fityk.h:312:12: note: Technically the member function 'fityk::Fityk::get_view_boundary' can be const.
fityk-1.3.1/fityk/udf.h:22:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:27:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:22:18: note: Function in derived class
fityk-1.3.1/fityk/udf.h:24:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:24:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:25:10: style: The function 'calculate_value_in_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:35:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:25:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:28:10: style: The function 'calculate_value_deriv_in_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:42:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:28:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:33:17: style: The function 'get_current_formula' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:75:25: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:33:17: note: Function in derived class
fityk-1.3.1/fityk/udf.h:35:10: style: The function 'is_symmetric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:58:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:35:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:36:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:36:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:37:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:37:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:38:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:38:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:39:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:39:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:40:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:40:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:41:10: style: The function 'update_var_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:95:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:41:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:63:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:63:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:72:17: style: The function 'get_current_formula' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:75:25: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:72:17: note: Function in derived class
fityk-1.3.1/fityk/udf.h:75:17: style: The function 'get_bytecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:94:25: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:75:17: note: Function in derived class
fityk-1.3.1/fityk/udf.h:101:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:27:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:101:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:104:10: style: The function 'more_precomputations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:53:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:104:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:105:10: style: The function 'calculate_value_in_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:35:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:105:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:113:17: style: The function 'get_current_formula' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:75:25: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:113:17: note: Function in derived class
fityk-1.3.1/fityk/udf.h:115:10: style: The function 'get_center' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:59:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:115:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:116:10: style: The function 'get_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:60:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:116:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:117:10: style: The function 'get_fwhm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:61:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:117:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:118:10: style: The function 'get_area' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:62:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:118:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:119:10: style: The function 'get_nonzero_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:55:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:119:10: note: Function in derived class
fityk-1.3.1/fityk/udf.h:120:10: style: The function 'update_var_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/func.h:95:18: note: Virtual function in base class
fityk-1.3.1/fityk/udf.h:120:10: note: Function in derived class
fityk-1.3.1/fityk/runner.h:27:5: style: Class 'Runner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/runner.h:73:5: style: Class 'CommandExecutor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/lexer.h:140:10: style: Technically the member function 'fityk::Lexer::throw_syntax_error' can be const. [functionConst]
fityk-1.3.1/fityk/lexer.cpp:437:13: note: Technically the member function 'fityk::Lexer::throw_syntax_error' can be const.
fityk-1.3.1/fityk/lexer.h:140:10: note: Technically the member function 'fityk::Lexer::throw_syntax_error' can be const.
fityk-1.3.1/fityk/luabridge.h:19:5: style: Class 'LuaBridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/fityk/mgr.cpp:305:55: style: Function 'copy_and_add_variable' argument 1 names different: declaration 'name' definition 'newname'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/mgr.h:101:50: note: Function 'copy_and_add_variable' argument 1 names different: declaration 'name' definition 'newname'.
fityk-1.3.1/fityk/mgr.cpp:305:55: note: Function 'copy_and_add_variable' argument 1 names different: declaration 'name' definition 'newname'.
fityk-1.3.1/fityk/mgr.cpp:349:59: style: Function 'delete_variables' argument 1 names different: declaration 'name' definition 'names'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/mgr.h:36:59: note: Function 'delete_variables' argument 1 names different: declaration 'name' definition 'names'.
fityk-1.3.1/fityk/mgr.cpp:349:59: note: Function 'delete_variables' argument 1 names different: declaration 'name' definition 'names'.
fityk-1.3.1/fityk/mgr.h:109:10: style: Technically the member function 'fityk::ModelManager::update_indices' can be const. [functionConst]
fityk-1.3.1/fityk/mgr.cpp:648:20: note: Technically the member function 'fityk::ModelManager::update_indices' can be const.
fityk-1.3.1/fityk/mgr.h:109:10: note: Technically the member function 'fityk::ModelManager::update_indices' can be const.
fityk-1.3.1/fityk/root/background.cpp:452:22: style: The scope of the variable 'b1' can be reduced. [variableScope]
fityk-1.3.1/fityk/root/background.cpp:452:26: style: The scope of the variable 'b2' can be reduced. [variableScope]
fityk-1.3.1/fityk/root/background.cpp:452:30: style: The scope of the variable 'priz' can be reduced. [variableScope]
fityk-1.3.1/fityk/root/background.cpp:453:27: style: The scope of the variable 'yb1' can be reduced. [variableScope]
fityk-1.3.1/fityk/root/background.cpp:453:32: style: The scope of the variable 'yb2' can be reduced. [variableScope]
fityk-1.3.1/fityk/root/background.cpp:457:15: style: Checking if unsigned variable 'ssize' is less than zero. [unsignedLessThanZero]
fityk-1.3.1/fityk/runner.cpp:38:64: style: Function 'token_to_data' argument 3 names different: declaration 'dms' definition 'ds'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/runner.h:22:69: note: Function 'token_to_data' argument 3 names different: declaration 'dms' definition 'ds'.
fityk-1.3.1/fityk/runner.cpp:38:64: note: Function 'token_to_data' argument 3 names different: declaration 'dms' definition 'ds'.
fityk-1.3.1/fityk/runner.h:49:10: style: Technically the member function 'fityk::Runner::command_undefine' can be const. [functionConst]
fityk-1.3.1/fityk/runner.cpp:77:14: note: Technically the member function 'fityk::Runner::command_undefine' can be const.
fityk-1.3.1/fityk/runner.h:49:10: note: Technically the member function 'fityk::Runner::command_undefine' can be const.
fityk-1.3.1/fityk/settings.cpp:246:57: style: Function 'set_as_number' argument 2 names different: declaration 'v' definition 'd'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/settings.h:97:53: note: Function 'set_as_number' argument 2 names different: declaration 'v' definition 'd'.
fityk-1.3.1/fityk/settings.cpp:246:57: note: Function 'set_as_number' argument 2 names different: declaration 'v' definition 'd'.
fityk-1.3.1/fityk/settings.cpp:130:14: warning: Member variable 'SettingsMgr::m_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/fityk/settings.h:101:10: style: Technically the member function 'fityk::SettingsMgr::do_srand' can be const. [functionConst]
fityk-1.3.1/fityk/settings.cpp:316:19: note: Technically the member function 'fityk::SettingsMgr::do_srand' can be const.
fityk-1.3.1/fityk/settings.h:101:10: note: Technically the member function 'fityk::SettingsMgr::do_srand' can be const.
fityk-1.3.1/fityk/tplate.cpp:96:1: style: Function 'create_CustomFunction' argument 1 names different: declaration 's' definition 'settings'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/tplate.h:101:49: note: Function 'create_CustomFunction' argument 1 names different: declaration 's' definition 'settings'.
fityk-1.3.1/fityk/tplate.cpp:96:1: note: Function 'create_CustomFunction' argument 1 names different: declaration 's' definition 'settings'.
fityk-1.3.1/fityk/tplate.cpp:97:1: style: Function 'create_CompoundFunction' argument 1 names different: declaration 's' definition 'settings'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/tplate.h:97:51: note: Function 'create_CompoundFunction' argument 1 names different: declaration 's' definition 'settings'.
fityk-1.3.1/fityk/tplate.cpp:97:1: note: Function 'create_CompoundFunction' argument 1 names different: declaration 's' definition 'settings'.
fityk-1.3.1/fityk/tplate.cpp:98:1: style: Function 'create_SplitFunction' argument 1 names different: declaration 's' definition 'settings'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/tplate.h:99:48: note: Function 'create_SplitFunction' argument 1 names different: declaration 's' definition 'settings'.
fityk-1.3.1/fityk/tplate.cpp:98:1: note: Function 'create_SplitFunction' argument 1 names different: declaration 's' definition 'settings'.
fityk-1.3.1/fityk/tplate.cpp:295:40: style: Function 'undefine' argument 1 names different: declaration 'name' definition 'type'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/tplate.h:77:38: note: Function 'undefine' argument 1 names different: declaration 'name' definition 'type'.
fityk-1.3.1/fityk/tplate.cpp:295:40: note: Function 'undefine' argument 1 names different: declaration 'name' definition 'type'.
fityk-1.3.1/fityk/tplate.cpp:309:47: style: Function 'get_tp' argument 1 names different: declaration 'name' definition 'type'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/tplate.h:80:45: note: Function 'get_tp' argument 1 names different: declaration 'name' definition 'type'.
fityk-1.3.1/fityk/tplate.cpp:309:47: note: Function 'get_tp' argument 1 names different: declaration 'name' definition 'type'.
fityk-1.3.1/fityk/tplate.cpp:317:52: style: Function 'get_shared_tp' argument 1 names different: declaration 'name' definition 'type'. [funcArgNamesDifferent]
fityk-1.3.1/fityk/tplate.h:81:50: note: Function 'get_shared_tp' argument 1 names different: declaration 'name' definition 'type'.
fityk-1.3.1/fityk/tplate.cpp:317:52: note: Function 'get_shared_tp' argument 1 names different: declaration 'name' definition 'type'.
fityk-1.3.1/fityk/transform.cpp:106:35: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds]
fityk-1.3.1/fityk/ui.h:72:10: performance: Technically the member function 'fityk::UserInterface::wait' can be static. [functionStatic]
fityk-1.3.1/fityk/ui.cpp:369:21: note: Technically the member function 'fityk::UserInterface::wait' can be static.
fityk-1.3.1/fityk/ui.h:72:10: note: Technically the member function 'fityk::UserInterface::wait' can be static.
fityk-1.3.1/fityk/ui.cpp:83:31: style: Class 'LineReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fityk-1.3.1/fityk/ui.cpp:83:31: style: Class 'LineReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fityk-1.3.1/fityk/ui.cpp:236:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/ui.cpp:225:18: note: Virtual function in base class
fityk-1.3.1/fityk/ui.cpp:236:18: note: Function in derived class
fityk-1.3.1/fityk/ui.cpp:237:19: style: The function 'read_line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/ui.cpp:226:19: note: Virtual function in base class
fityk-1.3.1/fityk/ui.cpp:237:19: note: Function in derived class
fityk-1.3.1/fityk/ui.cpp:247:18: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/ui.cpp:225:18: note: Virtual function in base class
fityk-1.3.1/fityk/ui.cpp:247:18: note: Function in derived class
fityk-1.3.1/fityk/ui.cpp:248:19: style: The function 'read_line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/fityk/ui.cpp:226:19: note: Virtual function in base class
fityk-1.3.1/fityk/ui.cpp:248:19: note: Function in derived class
fityk-1.3.1/fityk/ui.cpp:236:41: warning: Possible leak in public function. The pointer 'f_' is not deallocated before it is allocated. [publicAllocationError]
fityk-1.3.1/fityk/view.h:56:10: performance: Technically the member function 'fityk::View::get_x_range' can be static. [functionStatic]
fityk-1.3.1/fityk/view.cpp:92:12: note: Technically the member function 'fityk::View::get_x_range' can be static.
fityk-1.3.1/fityk/view.h:56:10: note: Technically the member function 'fityk::View::get_x_range' can be static.
fityk-1.3.1/fityk/vm.cpp:651:29: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds]
fityk-1.3.1/fityk/vm.cpp:660:30: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds]
fityk-1.3.1/fityk/vm.cpp:673:29: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds]
fityk-1.3.1/fityk/vm.cpp:687:29: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds]
fityk-1.3.1/fityk/vm.cpp:712:29: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds]
fityk-1.3.1/fityk/vm.cpp:737:29: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds]
fityk-1.3.1/fityk/vm.cpp:760:29: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds]
fityk-1.3.1/wxgui/about.h:14:5: style: Class 'AboutDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/aplot.cpp:519:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fityk-1.3.1/wxgui/plot.h:106:5: warning: Member variable 'Overlay::x1_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.h:106:5: warning: Member variable 'Overlay::x2_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.h:106:5: warning: Member variable 'Overlay::y1_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.h:106:5: warning: Member variable 'Overlay::y2_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/uplot.h:66:5: style: Class 'PlotWithTics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/plot.h:106:5: style: Class 'Overlay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/plot.h:136:5: style: Class 'FPlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/plotpane.h:16:5: style: Class 'ZoomHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/aplot.cpp:35:5: style: Class 'AuxPlotConfDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/plot.h:148:18: style: The function 'set_bg_color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/uplot.h:46:18: note: Virtual function in base class
fityk-1.3.1/wxgui/plot.h:148:18: note: Function in derived class
fityk-1.3.1/wxgui/aplot.h:25:10: style: The function 'save_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/plot.h:144:18: note: Virtual function in base class
fityk-1.3.1/wxgui/aplot.h:25:10: note: Function in derived class
fityk-1.3.1/wxgui/aplot.h:26:10: style: The function 'read_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/plot.h:145:18: note: Virtual function in base class
fityk-1.3.1/wxgui/aplot.h:26:10: note: Function in derived class
fityk-1.3.1/wxgui/aplot.h:42:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/uplot.h:41:18: note: Virtual function in base class
fityk-1.3.1/wxgui/aplot.h:42:18: note: Function in derived class
fityk-1.3.1/wxgui/aplot.h:50:18: style: The function 'cancel_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/plot.h:192:18: note: Virtual function in base class
fityk-1.3.1/wxgui/aplot.h:50:18: note: Function in derived class
fityk-1.3.1/wxgui/app.cpp:113:30: style: The scope of the variable 'wd' can be reduced. [variableScope]
fityk-1.3.1/wxgui/drag.h:45:5: warning: Member variable 'DraggedFunc::callback_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:45:5: warning: Member variable 'DraggedFunc::px_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:45:5: warning: Member variable 'DraggedFunc::py_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:45:5: warning: Member variable 'DraggedFunc::pX_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:45:5: warning: Member variable 'DraggedFunc::pY_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:42:9: warning: Member variable 'Drag::parameter_idx' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:42:9: warning: Member variable 'Drag::value' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:42:9: warning: Member variable 'Drag::ini_value' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:42:9: warning: Member variable 'Drag::multiplier' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:42:9: warning: Member variable 'Drag::ini_x' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/drag.h:52:10: style: Technically the member function 'DraggedFunc::has_changed' can be const. [functionConst]
fityk-1.3.1/wxgui/drag.h:45:5: style: Class 'DraggedFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/statbar.h:30:5: style: Class 'FStatusBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/mplot.h:48:5: style: Class 'MainPlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/bgm.h:16:5: style: Class 'BgManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/app.cpp:348:5: style: Struct 'less_filename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/parpan.h:97:18: style: The function 'change_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/parpan.h:20:18: note: Virtual function in base class
fityk-1.3.1/wxgui/parpan.h:97:18: note: Function in derived class
fityk-1.3.1/wxgui/parpan.h:98:18: style: The function 'finalize_changes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/parpan.h:21:18: note: Virtual function in base class
fityk-1.3.1/wxgui/parpan.h:98:18: note: Function in derived class
fityk-1.3.1/wxgui/parpan.h:101:18: style: The function 'change_parameter_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/drag.h:17:18: note: Virtual function in base class
fityk-1.3.1/wxgui/parpan.h:101:18: note: Function in derived class
fityk-1.3.1/wxgui/sidebar.h:89:18: style: The function 'on_parameter_changing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/parpan.h:54:18: note: Virtual function in base class
fityk-1.3.1/wxgui/sidebar.h:89:18: note: Function in derived class
fityk-1.3.1/wxgui/sidebar.h:90:18: style: The function 'on_parameter_changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/parpan.h:55:18: note: Virtual function in base class
fityk-1.3.1/wxgui/sidebar.h:90:18: note: Function in derived class
fityk-1.3.1/wxgui/sidebar.h:91:18: style: The function 'on_parameter_lock_clicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/parpan.h:56:18: note: Virtual function in base class
fityk-1.3.1/wxgui/sidebar.h:91:18: note: Function in derived class
fityk-1.3.1/wxgui/statbar.h:34:10: style: The function 'set_hints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/statbar.h:19:18: note: Virtual function in base class
fityk-1.3.1/wxgui/statbar.h:34:10: note: Function in derived class
fityk-1.3.1/wxgui/mplot.h:51:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/uplot.h:41:18: note: Virtual function in base class
fityk-1.3.1/wxgui/mplot.h:51:18: note: Function in derived class
fityk-1.3.1/wxgui/mplot.h:69:18: style: The function 'cancel_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/plot.h:192:18: note: Virtual function in base class
fityk-1.3.1/wxgui/mplot.h:69:18: note: Function in derived class
fityk-1.3.1/wxgui/mplot.h:72:10: style: The function 'save_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/plot.h:144:18: note: Virtual function in base class
fityk-1.3.1/wxgui/mplot.h:72:10: note: Function in derived class
fityk-1.3.1/wxgui/mplot.h:73:10: style: The function 'read_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/plot.h:145:18: note: Virtual function in base class
fityk-1.3.1/wxgui/mplot.h:73:10: note: Function in derived class
fityk-1.3.1/wxgui/ceria.cpp:728:13: warning: Width 4 given in format string (no. 1) is smaller than destination buffer 's[20]'. [invalidScanfFormatWidth_smaller]
fityk-1.3.1/wxgui/ceria.cpp:737:13: warning: Width 12 given in format string (no. 1) is smaller than destination buffer 's[20]'. [invalidScanfFormatWidth_smaller]
fityk-1.3.1/wxgui/ceria.cpp:762:17: warning: Width 8 given in format string (no. 1) is smaller than destination buffer 's[20]'. [invalidScanfFormatWidth_smaller]
fityk-1.3.1/wxgui/ceria.cpp:357:56: style: Function 'set_space_group' argument 1 names different: declaration 'name' definition 'sgs_'. [funcArgNamesDifferent]
fityk-1.3.1/wxgui/ceria.h:160:51: note: Function 'set_space_group' argument 1 names different: declaration 'name' definition 'sgs_'.
fityk-1.3.1/wxgui/ceria.cpp:357:56: note: Function 'set_space_group' argument 1 names different: declaration 'name' definition 'sgs_'.
fityk-1.3.1/wxgui/ceria.h:22:5: warning: Member variable 'TransVec::x' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.h:22:5: warning: Member variable 'TransVec::y' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.h:22:5: warning: Member variable 'TransVec::z' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.h:96:5: warning: Member variable 'Plane::multiplicity' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.h:96:5: warning: Member variable 'Plane::F2' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.h:127:5: warning: Member variable 'Atom::symbol' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.h:127:5: warning: Member variable 'Atom::xray_sf' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.h:127:5: warning: Member variable 'Atom::neutron_sf' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.cpp:200:10: warning: Member variable 'Crystal::sgs' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.cpp:200:10: warning: Member variable 'Crystal::sg_ops' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.cpp:200:10: warning: Member variable 'Crystal::n_atoms' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.cpp:200:10: warning: Member variable 'Crystal::old_min_d' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/ceria.h:97:5: style: Struct 'Plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/defmgr.h:17:5: style: Class 'DefinitionMgrDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/xybrowser.h:25:5: style: Class 'PreviewPlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/xybrowser.h:52:5: style: Class 'XyFileBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/xybrowser.h:26:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/uplot.h:41:18: note: Virtual function in base class
fityk-1.3.1/wxgui/xybrowser.h:26:18: note: Function in derived class
fityk-1.3.1/wxgui/editor.h:13:5: style: Class 'EditorDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/fitinfo.cpp:61:13: warning: Member variable 'FitInfoDlg::left_tc' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/fitinfo.cpp:61:13: warning: Member variable 'FitInfoDlg::right_tc' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/fitinfo.cpp:61:13: warning: Member variable 'FitInfoDlg::right_c' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/fitinfo.cpp:61:13: warning: Member variable 'FitInfoDlg::wssr_over_dof' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/fitinfo.cpp:61:13: warning: Member variable 'FitInfoDlg::nf' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/fitinfo.h:19:5: style: Class 'NumericFormatPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/frame.cpp:1522:9: style: The scope of the variable 'tool_ids' can be reduced. [variableScope]
fityk-1.3.1/wxgui/textpane.h:43:5: style: Class 'TextPane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/print.h:25:5: style: Class 'PrintManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/print.h:51:5: style: Class 'FPrintout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/setdlg.h:17:5: style: Class 'SettingsDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/frame.cpp:1996:5: style: Class 'SaveImageDlgExtra' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/textpane.h:47:18: style: The function 'ProcessInputLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/inputline.h:14:18: note: Virtual function in base class
fityk-1.3.1/wxgui/textpane.h:47:18: note: Function in derived class
fityk-1.3.1/wxgui/gradient.cpp:18:5: style: Class 'ColorGradientDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/inputline.cpp:30:51: style: Function 'InputLine' argument 2 names different: declaration 'winid' definition 'id'. [funcArgNamesDifferent]
fityk-1.3.1/wxgui/inputline.h:21:44: note: Function 'InputLine' argument 2 names different: declaration 'winid' definition 'id'.
fityk-1.3.1/wxgui/inputline.cpp:30:51: note: Function 'InputLine' argument 2 names different: declaration 'winid' definition 'id'.
fityk-1.3.1/wxgui/modelinfo.cpp:18:15: warning: Member variable 'ModelInfoDlg::main_tc' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/modelinfo.cpp:18:15: warning: Member variable 'ModelInfoDlg::rb' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/modelinfo.cpp:18:15: warning: Member variable 'ModelInfoDlg::simplify_cb' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/modelinfo.cpp:18:15: warning: Member variable 'ModelInfoDlg::extra_space_cb' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/modelinfo.cpp:18:15: warning: Member variable 'ModelInfoDlg::nf' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/mplot.cpp:51:5: style: Class 'MainPlotConfDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fityk-1.3.1/wxgui/parpan.cpp:189:17: warning: Member variable 'ParameterPanel::old_value_' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/parpan.cpp:197:5: style: Class 'ParameterPanel' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fityk-1.3.1/wxgui/parpan.cpp:197:5: style: Class 'ParameterPanel' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::point_radius' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::line_between_points' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::x_axis_visible' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::y_axis_visible' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::xtics_visible' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::ytics_visible' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::xminor_tics_visible' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::yminor_tics_visible' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::x_grid' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::y_grid' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::x_max_tics' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::y_max_tics' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::x_tic_size' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/plot.cpp:158:8: warning: Member variable 'FPlot::y_tic_size' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/powdifpat.cpp:56:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/uplot.h:41:18: note: Virtual function in base class
fityk-1.3.1/wxgui/powdifpat.cpp:56:18: note: Function in derived class
fityk-1.3.1/wxgui/sample_inputline.cpp:36:5: style: Class 'Frame' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fityk-1.3.1/wxgui/sample_inputline.cpp:36:5: style: Class 'Frame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fityk-1.3.1/wxgui/sample_inputline.cpp:11:18: style: The function 'ProcessInputLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fityk-1.3.1/wxgui/inputline.h:14:18: note: Virtual function in base class
fityk-1.3.1/wxgui/sample_inputline.cpp:11:18: note: Function in derived class
fityk-1.3.1/wxgui/statbar.cpp:34:5: style: Class 'FStatusBar' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fityk-1.3.1/wxgui/statbar.cpp:34:5: style: Class 'FStatusBar' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fityk-1.3.1/wxgui/textpane.cpp:68:5: style: Class 'TextPane' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fityk-1.3.1/wxgui/textpane.cpp:68:5: style: Class 'TextPane' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fityk-1.3.1/wxgui/uplot.cpp:119:15: warning: Member variable 'PlotWithTics::xScale' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/uplot.cpp:119:15: warning: Member variable 'PlotWithTics::yScale' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/uplot.cpp:119:15: warning: Member variable 'PlotWithTics::xOffset' is not initialized in the constructor. [uninitMemberVar]
fityk-1.3.1/wxgui/uplot.cpp:119:15: warning: Member variable 'PlotWithTics::yOffset' is not initialized in the constructor. [uninitMemberVar]
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/five-or-more/five-or-more_3.28.0.orig.tar.xz
five-or-more-3.28.0/src/five-or-more.c:1245:5: style: Variable 'theme_tmp' is reassigned a value before the old one has been used. [redundantAssignment]
five-or-more-3.28.0/src/five-or-more.c:1243:0: note: Variable 'theme_tmp' is reassigned a value before the old one has been used.
five-or-more-3.28.0/src/five-or-more.c:1245:5: note: Variable 'theme_tmp' is reassigned a value before the old one has been used.
five-or-more-3.28.0/src/five-or-more.c:829:11: style: The scope of the variable 'phase' can be reduced. [variableScope]
five-or-more-3.28.0/src/five-or-more.c:829:18: style: The scope of the variable 'color' can be reduced. [variableScope]
five-or-more-3.28.0/src/five-or-more.c:1067:7: style: The scope of the variable 'newactive' can be reduced. [variableScope]
five-or-more-3.28.0/src/five-or-more.c:1295:14: style: The scope of the variable 'size_radio' can be reduced. [variableScope]
five-or-more-3.28.0/src/five-or-more.c:1386:10: style: The scope of the variable 'ui_path' can be reduced. [variableScope]
five-or-more-3.28.0/src/five-or-more.c:1388:14: style: The scope of the variable 'omenu' can be reduced. [variableScope]
five-or-more-3.28.0/src/five-or-more.c:1389:14: style: The scope of the variable 'grid' can be reduced. [variableScope]
five-or-more-3.28.0/src/five-or-more.c:1390:14: style: The scope of the variable 'color_button' can be reduced. [variableScope]
five-or-more-3.28.0/src/five-or-more.c:1392:14: style: The scope of the variable 'fast_moves_checkbutton' can be reduced. [variableScope]
five-or-more-3.28.0/src/five-or-more.c:679:7: style: Unused variable: x [unusedVariable]
five-or-more-3.28.0/src/five-or-more.c:679:10: style: Unused variable: y [unusedVariable]
five-or-more-3.28.0/src/five-or-more.c:1660:21: style: Variable 'new_game_button' is assigned a value that is never used. [unreadVariable]
five-or-more-3.28.0/src/five-or-more.c:491:16: error: Uninitialized variable: pos [uninitvar]
five-or-more-3.28.0/src/games-file-list.c:70:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-file-list.c:133:10: style: The scope of the variable 'shortname' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-file-list.c:156:20: style: The scope of the variable 'formats' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-file-list.c:158:11: style: The scope of the variable 'suffix' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-file-list.c:201:11: style: The scope of the variable 'suffix' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-file-list.c:287:20: style: The scope of the variable 'string' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-file-list.c:130:53: style: Function 'games_file_list_transform_basename' argument 1 names different: declaration 'list' definition 'filelist'. [funcArgNamesDifferent]
five-or-more-3.28.0/src/games-file-list.h:51:68: note: Function 'games_file_list_transform_basename' argument 1 names different: declaration 'list' definition 'filelist'.
five-or-more-3.28.0/src/games-file-list.c:130:53: note: Function 'games_file_list_transform_basename' argument 1 names different: declaration 'list' definition 'filelist'.
five-or-more-3.28.0/src/games-gridframe.c:56:52: style: Function 'games_grid_frame_set' argument 2 names different: declaration 'width' definition 'newxmult'. [funcArgNamesDifferent]
five-or-more-3.28.0/src/games-gridframe.h:50:49: note: Function 'games_grid_frame_set' argument 2 names different: declaration 'width' definition 'newxmult'.
five-or-more-3.28.0/src/games-gridframe.c:56:52: note: Function 'games_grid_frame_set' argument 2 names different: declaration 'width' definition 'newxmult'.
five-or-more-3.28.0/src/games-gridframe.c:56:67: style: Function 'games_grid_frame_set' argument 3 names different: declaration 'height' definition 'newymult'. [funcArgNamesDifferent]
five-or-more-3.28.0/src/games-gridframe.h:51:49: note: Function 'games_grid_frame_set' argument 3 names different: declaration 'height' definition 'newymult'.
five-or-more-3.28.0/src/games-gridframe.c:56:67: note: Function 'games_grid_frame_set' argument 3 names different: declaration 'height' definition 'newymult'.
five-or-more-3.28.0/src/games-gridframe.c:67:60: style: Function 'games_grid_frame_set_padding' argument 2 names different: declaration 'xpadding' definition 'newxpadding'. [funcArgNamesDifferent]
five-or-more-3.28.0/src/games-gridframe.h:53:49: note: Function 'games_grid_frame_set_padding' argument 2 names different: declaration 'xpadding' definition 'newxpadding'.
five-or-more-3.28.0/src/games-gridframe.c:67:60: note: Function 'games_grid_frame_set_padding' argument 2 names different: declaration 'xpadding' definition 'newxpadding'.
five-or-more-3.28.0/src/games-gridframe.c:68:15: style: Function 'games_grid_frame_set_padding' argument 3 names different: declaration 'ypadding' definition 'newypadding'. [funcArgNamesDifferent]
five-or-more-3.28.0/src/games-gridframe.h:54:49: note: Function 'games_grid_frame_set_padding' argument 3 names different: declaration 'ypadding' definition 'newypadding'.
five-or-more-3.28.0/src/games-gridframe.c:68:15: note: Function 'games_grid_frame_set_padding' argument 3 names different: declaration 'ypadding' definition 'newypadding'.
five-or-more-3.28.0/src/games-score.c:141:23: style: Variable 'score' is assigned a value that is never used. [unreadVariable]
five-or-more-3.28.0/src/games-score.c:159:16: style: Unused variable: name [unusedVariable]
five-or-more-3.28.0/src/games-scores-backend.c:184:10: style: The scope of the variable 'scorestr' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores-backend.c:185:10: style: The scope of the variable 'timestr' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores-backend.c:186:15: style: The scope of the variable 'newscore' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores-backend.c:189:11: style: The scope of the variable 'length' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores-backend.c:189:19: style: The scope of the variable 'target' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores-backend.c:190:10: style: The scope of the variable 't' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores-backend.c:282:15: style: The scope of the variable 'd' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores-backend.c:283:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores-dialog.c:204:14: style: The scope of the variable 'datetime' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores-dialog.c:205:10: style: The scope of the variable 'time' can be reduced. [variableScope]
five-or-more-3.28.0/src/games-scores.c:216:30: warning: Either the condition 'self!=NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
five-or-more-3.28.0/src/games-scores.c:218:26: note: Assuming that condition 'self!=NULL' is not redundant
five-or-more-3.28.0/src/games-scores.c:216:30: note: Null pointer dereference
five-or-more-3.28.0/src/games-scores.c:245:30: warning: Either the condition 'self!=NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
five-or-more-3.28.0/src/games-scores.c:250:30: note: Assuming that condition 'self!=NULL' is not redundant
five-or-more-3.28.0/src/games-scores.c:245:30: note: Null pointer dereference
five-or-more-3.28.0/src/games-scores.c:361:30: warning: Either the condition 'self!=NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
five-or-more-3.28.0/src/games-scores.c:364:26: note: Assuming that condition 'self!=NULL' is not redundant
five-or-more-3.28.0/src/games-scores.c:361:30: note: Null pointer dereference
five-or-more-3.28.0/src/games-scores.c:381:30: warning: Either the condition 'self!=NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
five-or-more-3.28.0/src/games-scores.c:383:30: note: Assuming that condition 'self!=NULL' is not redundant
five-or-more-3.28.0/src/games-scores.c:381:30: note: Null pointer dereference
five-or-more-3.28.0/src/games-scores.c:400:30: warning: Either the condition 'self!=NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
five-or-more-3.28.0/src/games-scores.c:402:30: note: Assuming that condition 'self!=NULL' is not redundant
five-or-more-3.28.0/src/games-scores.c:400:30: note: Null pointer dereference
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/fizmo/fizmo_0.7.9.orig.tar.gz
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:1327:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:1464:7: style: The scope of the variable 'ret_val' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:1501:7: style: The scope of the variable 'select_retval' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:1820:7: style: The scope of the variable 'x' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:1915:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:1923:9: style: The scope of the variable 'src' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:1925:7: style: The scope of the variable 'max_filedes_number_plus_1' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:1926:7: style: The scope of the variable 'select_retval' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:2298:7: style: The scope of the variable 'ret_val' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:2347:34: style: The scope of the variable 'assumed_filename' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:2350:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:2350:10: style: The scope of the variable 'default_pair' can be reduced. [variableScope]
fizmo-0.7.9/fizmo-ncursesw/src/fizmo-ncursesw/fizmo-ncursesw.c:1255:7: style: Unused variable: frontispiece_resource_number [unusedVariable]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:308:7: style: The scope of the variable 'space_on_line' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:674:8: style: The scope of the variable 'long_value' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:1023:7: style: The scope of the variable 'event_type' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:1081:7: style: The scope of the variable 'lines_delta' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:1874:10: style: The scope of the variable 'blockbuf_line' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:1875:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:1875:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:1876:7: style: The scope of the variable 'block_index' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:1876:20: style: The scope of the variable 'output_index' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:2034:28: style: The scope of the variable 'event_type' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:2826:7: style: The scope of the variable 'event_type' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:3098:7: style: The scope of the variable 'rightside_length' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:3098:25: style: The scope of the variable 'room_desc_space' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:3101:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:3102:15: style: The scope of the variable 'latin1_buf1' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:3103:15: style: The scope of the variable 'latin1_buf2' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:3104:7: style: The scope of the variable 'last_active_z_window_id' can be reduced. [variableScope]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:3401:6: style: Function 'fizmo_register_screen_cell_interface' argument 1 names different: declaration 'screen_cell_interface' definition 'new_screen_cell_interface'. [funcArgNamesDifferent]
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.h:44:6: note: Function 'fizmo_register_screen_cell_interface' argument 1 names different: declaration 'screen_cell_interface' definition 'new_screen_cell_interface'.
fizmo-0.7.9/libcellif/src/cell_interface/cell_interface.c:3401:6: note: Function 'fizmo_register_screen_cell_interface' argument 1 names different: declaration 'screen_cell_interface' definition 'new_screen_cell_interface'.
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-jpeg.c:105:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-jpeg.c:110:3: note: Found duplicate branches for 'if' and 'else'.
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-jpeg.c:105:8: note: Found duplicate branches for 'if' and 'else'.
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-jpeg.c:186:7: style: The scope of the variable 'row_buf_size' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-jpeg.c:189:7: style: The scope of the variable 'sample_index' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-jpeg.c:190:12: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-jpeg.c:191:7: style: The scope of the variable 'j' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-jpeg.c:257:13: style: Variable 'jsamplerow' is assigned a value that is never used. [unreadVariable]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-mg1.c:318:15: style: The scope of the variable 'bsize' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-mg1.c:361:9: style: The scope of the variable 'code' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-test.c:90:7: style: The scope of the variable 'ret_val' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-test.c:112:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-test.c:203:11: style: Unused variable: in [unusedVariable]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-test.c:204:12: style: Unused variable: zork_poster [unusedVariable]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-x11.c:175:21: style: The scope of the variable 'window' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-x11.c:411:7: style: The scope of the variable 'x11_fd' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-x11.c:417:7: style: The scope of the variable 'max_filedes_number_plus_1' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-x11.c:418:7: style: The scope of the variable 'select_retval' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-x11.c:722:21: style: The scope of the variable 'window' can be reduced. [variableScope]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-x11.c:762:14: style: Function 'display_zimage_on_X11' argument 2 names different: declaration 'image' definition 'zimage'. [funcArgNamesDifferent]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-x11.h:84:14: note: Function 'display_zimage_on_X11' argument 2 names different: declaration 'image' definition 'zimage'.
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-x11.c:762:14: note: Function 'display_zimage_on_X11' argument 2 names different: declaration 'image' definition 'zimage'.
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo-x11.c:142:5: error: Common realloc mistake: 'x11_image_windows' nulled but not freed upon failure [memleakOnRealloc]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo.c:240:30: style: Function 'get_blorb_image' argument 1 names different: declaration 'res_no' definition 'resource_number'. [funcArgNamesDifferent]
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo.h:64:30: note: Function 'get_blorb_image' argument 1 names different: declaration 'res_no' definition 'resource_number'.
fizmo-0.7.9/libdrilbo/src/drilbo/drilbo.c:240:30: note: Function 'get_blorb_image' argument 1 names different: declaration 'res_no' definition 'resource_number'.
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:269:3: style: Variable 'config_dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:261:0: note: Variable 'config_dir_name' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:269:3: note: Variable 'config_dir_name' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:562:3: style: Variable 'config_dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:556:0: note: Variable 'config_dir_name' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:562:3: note: Variable 'config_dir_name' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:627:3: style: Variable 'config_dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:618:0: note: Variable 'config_dir_name' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:627:3: note: Variable 'config_dir_name' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:111:9: style: The scope of the variable 'xmlNamespacedExpr' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:558:9: style: The scope of the variable 'quoted_filename' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:559:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:622:8: style: The scope of the variable 'offset' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:622:16: style: The scope of the variable 'size' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:623:8: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:624:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/babel.c:624:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/blorb.c:108:22: style: The scope of the variable 'nof_loops' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/blorb.c:108:46: style: The scope of the variable 'resource_number' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/config.c:227:15: style: The scope of the variable 'str2' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/config.c:228:7: style: The scope of the variable 'result' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/config.c:754:18: style: The scope of the variable 'pw_entry' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/config.c:246:46: style: Function 'set_configuration_value' argument 2 names different: declaration 'new_value' definition 'new_unexpanded_value'. [funcArgNamesDifferent]
fizmo-0.7.9/libfizmo/src/interpreter/config.h:106:46: note: Function 'set_configuration_value' argument 2 names different: declaration 'new_value' definition 'new_unexpanded_value'.
fizmo-0.7.9/libfizmo/src/interpreter/config.c:246:46: note: Function 'set_configuration_value' argument 2 names different: declaration 'new_value' definition 'new_unexpanded_value'.
fizmo-0.7.9/libfizmo/src/interpreter/debugger.c:88:20: style: The scope of the variable 'new_element' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/debugger.c:109:10: style: The scope of the variable 'index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/debugger.c:109:17: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/debugger.c:110:13: style: The scope of the variable 'element' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/debugger.c:191:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:503:3: style: Variable 'dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:499:0: note: Variable 'dir_name' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:503:3: note: Variable 'dir_name' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:95:9: style: The scope of the variable 'percentage' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:660:7: style: The scope of the variable 'data' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:707:30: style: The scope of the variable 'entry' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:752:7: style: The scope of the variable 'data' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:832:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:837:7: style: The scope of the variable 'chunk_length' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:1251:9: style: The scope of the variable 'absrootdir' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:1281:30: style: The scope of the variable 'entry' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:1362:30: style: The scope of the variable 'entry' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:1364:11: style: The scope of the variable 'file' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/filelist.c:1366:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/fizmo.c:397:33: style: Condition 'enable_script_after_start!=0' is always false [knownConditionTrueFalse]
fizmo-0.7.9/libfizmo/src/interpreter/fizmo.c:124:9: style: The scope of the variable 'story_filename' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/fizmo.c:612:27: style: The scope of the variable 'home_dir' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/fizmo.c:747:12: style: The scope of the variable 'width' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/fizmo.c:747:19: style: The scope of the variable 'height' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/fizmo.c:901:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/fizmo.c:1147:9: style: The scope of the variable 'value' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/fizmo.c:1148:8: style: The scope of the variable 'evaluate_result' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/fizmo.c:1149:11: style: The scope of the variable 'flags2' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:764:34: warning: Either the condition 'h==NULL' is redundant or there is possible null pointer dereference: h. [nullPointerRedundantCheck]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:766:11: note: Assuming that condition 'h==NULL' is not redundant
fizmo-0.7.9/libfizmo/src/interpreter/history.c:764:34: note: Null pointer dereference
fizmo-0.7.9/libfizmo/src/interpreter/history.c:1453:27: warning: Redundant assignment of 'output->nof_wraparounds' to itself. [selfAssignment]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:344:10: style: The scope of the variable 'space_available' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:344:27: style: The scope of the variable 'missing_space' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:344:42: style: The scope of the variable 'nof_increments' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:344:58: style: The scope of the variable 'new_size' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:345:10: style: The scope of the variable 'desired_size' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:345:24: style: The scope of the variable 'len_to_write' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:913:7: style: The scope of the variable 'metadata_type' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:913:22: style: The scope of the variable 'parameter' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/history.c:135:43: style: Function 'destroy_outputhistory' argument 1 names different: declaration 'history' definition 'h'. [funcArgNamesDifferent]
fizmo-0.7.9/libfizmo/src/interpreter/history.h:162:43: note: Function 'destroy_outputhistory' argument 1 names different: declaration 'history' definition 'h'.
fizmo-0.7.9/libfizmo/src/interpreter/history.c:135:43: note: Function 'destroy_outputhistory' argument 1 names different: declaration 'history' definition 'h'.
fizmo-0.7.9/libfizmo/src/interpreter/history.c:550:51: style: Function 'store_z_ucs_output_in_history' argument 1 names different: declaration 'history' definition 'h'. [funcArgNamesDifferent]
fizmo-0.7.9/libfizmo/src/interpreter/history.h:163:51: note: Function 'store_z_ucs_output_in_history' argument 1 names different: declaration 'history' definition 'h'.
fizmo-0.7.9/libfizmo/src/interpreter/history.c:550:51: note: Function 'store_z_ucs_output_in_history' argument 1 names different: declaration 'history' definition 'h'.
fizmo-0.7.9/libfizmo/src/interpreter/history.c:579:46: style: Function 'store_metadata_in_history' argument 1 names different: declaration 'history' definition 'h'. [funcArgNamesDifferent]
fizmo-0.7.9/libfizmo/src/interpreter/history.h:165:46: note: Function 'store_metadata_in_history' argument 1 names different: declaration 'history' definition 'h'.
fizmo-0.7.9/libfizmo/src/interpreter/history.c:579:46: note: Function 'store_metadata_in_history' argument 1 names different: declaration 'history' definition 'h'.
fizmo-0.7.9/libfizmo/src/interpreter/history.c:777:40: style: Function 'get_current_line' argument 1 names different: declaration 'history' definition 'h'. [funcArgNamesDifferent]
fizmo-0.7.9/libfizmo/src/interpreter/history.h:169:40: note: Function 'get_current_line' argument 1 names different: declaration 'history' definition 'h'.
fizmo-0.7.9/libfizmo/src/interpreter/history.c:777:40: note: Function 'get_current_line' argument 1 names different: declaration 'history' definition 'h'.
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:150:7: style: The scope of the variable 'div' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:163:9: style: The scope of the variable 'lines' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:164:9: style: The scope of the variable 'path_as_latin1' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:167:23: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:170:10: style: The scope of the variable 'nof_zucs_chars' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:171:10: style: The scope of the variable 'linestart' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:172:9: style: The scope of the variable 'input' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:173:8: style: The scope of the variable 'in_char' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:175:10: style: The scope of the variable 'nof_comments' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:409:7: style: The scope of the variable 'index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:409:14: style: The scope of the variable 'cmp' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:439:19: style: The scope of the variable 'start_offset' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:439:33: style: The scope of the variable 'end_offset' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:440:17: style: The scope of the variable 'process_index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/hyphenation.c:442:37: style: The scope of the variable 'max_score' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/iff.c:61:7: style: The scope of the variable 'data' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/iff.c:291:7: style: The scope of the variable 'chunk_length' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/iff.c:339:7: style: The scope of the variable 'data' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/misc.c:72:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/misc.c:72:10: style: The scope of the variable 'input' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/mt19937ar.c:141:26: style: The scope of the variable 'mag01' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/object.c:479:12: style: The scope of the variable 'sibling_node' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/object.c:480:12: style: The scope of the variable 'next_sibling_node' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/output.c:270:11: style: The scope of the variable 'new_z_style' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/property.c:531:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fizmo-0.7.9/libfizmo/src/interpreter/property.c:533:3: note: Found duplicate branches for 'if' and 'else'.
fizmo-0.7.9/libfizmo/src/interpreter/property.c:531:8: note: Found duplicate branches for 'if' and 'else'.
fizmo-0.7.9/libfizmo/src/interpreter/property.c:47:11: style: The scope of the variable 'length_and_number' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/property.c:48:11: style: The scope of the variable 'length' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/property.c:938:12: style: The scope of the variable 'property_address' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:247:9: style: The scope of the variable 'filename_utf8' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:582:12: style: The scope of the variable 'dynamic_index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:583:12: style: The scope of the variable 'consecutive_zeros' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:584:7: style: The scope of the variable 'data' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:585:12: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:587:10: style: The scope of the variable 'hst_ptr' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:588:7: style: The scope of the variable 'nof_paragraphs_to_save' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:590:7: style: The scope of the variable 'return_code' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:987:8: style: The scope of the variable 'memsize' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:989:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1050:13: style: The scope of the variable 'data2' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1051:7: style: The scope of the variable 'copylength' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1055:12: style: The scope of the variable 'stack_frame_return_pc' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1056:8: style: The scope of the variable 'stack_frame_discard_result' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1057:11: style: The scope of the variable 'stack_frame_result_var' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1058:11: style: The scope of the variable 'stack_frame_argument_mask' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1059:11: style: The scope of the variable 'stack_frame_arguments_supplied' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1068:9: style: The scope of the variable 'history_buffer' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1069:7: style: The scope of the variable 'history_input_index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1692:8: style: The scope of the variable 'memsize' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1693:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:569:11: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
fizmo-0.7.9/libfizmo/src/interpreter/savegame.c:1661:11: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
fizmo-0.7.9/libfizmo/src/interpreter/sound.c:42:7: style: The scope of the variable 'effect_number' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/sound.c:42:24: style: The scope of the variable 'effect' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/sound.c:42:34: style: The scope of the variable 'volume' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/sound.c:42:44: style: The scope of the variable 'repeats' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/sound.c:43:12: style: The scope of the variable 'routine' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/stack.c:162:29: style: Function 'drop_z_stack_words' argument 1 names different: declaration 'byte_counter' definition 'word_counter'. [funcArgNamesDifferent]
fizmo-0.7.9/libfizmo/src/interpreter/stack.h:66:29: note: Function 'drop_z_stack_words' argument 1 names different: declaration 'byte_counter' definition 'word_counter'.
fizmo-0.7.9/libfizmo/src/interpreter/stack.c:162:29: note: Function 'drop_z_stack_words' argument 1 names different: declaration 'byte_counter' definition 'word_counter'.
fizmo-0.7.9/libfizmo/src/interpreter/stack.c:178:59: style: Function 'allocate_z_stack_words' argument 1 names different: declaration 'byte_counter' definition 'word_counter'. [funcArgNamesDifferent]
fizmo-0.7.9/libfizmo/src/interpreter/stack.h:69:59: note: Function 'allocate_z_stack_words' argument 1 names different: declaration 'byte_counter' definition 'word_counter'.
fizmo-0.7.9/libfizmo/src/interpreter/stack.c:178:59: note: Function 'allocate_z_stack_words' argument 1 names different: declaration 'byte_counter' definition 'word_counter'.
fizmo-0.7.9/libfizmo/src/interpreter/stack.c:242:61: style: Function 'restore_old_stack' argument 1 names different: declaration 'old_stack_data' definition 'old_z_stack_data'. [funcArgNamesDifferent]
fizmo-0.7.9/libfizmo/src/interpreter/stack.h:70:61: note: Function 'restore_old_stack' argument 1 names different: declaration 'old_stack_data' definition 'old_z_stack_data'.
fizmo-0.7.9/libfizmo/src/interpreter/stack.c:242:61: note: Function 'restore_old_stack' argument 1 names different: declaration 'old_stack_data' definition 'old_z_stack_data'.
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:704:7: style: The scope of the variable 'return_code' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:788:8: style: The scope of the variable 'stream_1_active_buf' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:789:11: style: The scope of the variable 'input_length' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:790:11: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:791:10: style: The scope of the variable 'bytes_required' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:793:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:794:7: style: The scope of the variable 'return_code' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:1016:11: style: The scope of the variable 'conversion_result' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:1017:9: style: The scope of the variable 'zscii_char' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:1018:10: style: The scope of the variable 'src' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:1019:12: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:1020:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:1021:10: style: The scope of the variable 'converted_output' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:1021:29: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/streams.c:1022:7: style: The scope of the variable 'size' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/table.c:115:18: style: The scope of the variable 'dest' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/table.c:115:25: style: The scope of the variable 'last' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:691:3: style: Variable 'parse_buffer_index' is reassigned a value before the old one has been used. [redundantAssignment]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:683:0: note: Variable 'parse_buffer_index' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/text.c:691:3: note: Variable 'parse_buffer_index' is reassigned a value before the old one has been used.
fizmo-0.7.9/libfizmo/src/interpreter/text.c:506:7: style: The scope of the variable 'search_mid_index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:506:25: style: The scope of the variable 'search_end_index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:676:11: style: The scope of the variable 'current_char' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:1762:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:1763:9: style: The scope of the variable 'save_and_quit_file' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:1831:7: style: The scope of the variable 'return_code' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:1946:8: style: The scope of the variable 'stream_1_active_buf' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:1947:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:1948:10: style: The scope of the variable 'bytes_required' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:1952:9: style: The scope of the variable 'value' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:1953:7: style: The scope of the variable 'timed_routine_retval' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:2366:9: style: The scope of the variable 'time_output' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:2372:7: style: The scope of the variable 'timed_routine_retval' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/text.c:2506:7: style: The scope of the variable 'buffer_index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/undo.c:81:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/undo.c:229:10: style: The scope of the variable 'dynamic_memory_size' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/variable.c:154:12: style: The scope of the variable 'spare_slots' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/variable.c:155:12: style: The scope of the variable 'user_stack' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/variable.c:269:12: style: The scope of the variable 'value' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/wordwrap.c:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/wordwrap.c:126:8: style: The scope of the variable 'index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/wordwrap.c:126:15: style: The scope of the variable 'end_index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/wordwrap.c:126:26: style: The scope of the variable 'next_index' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/wordwrap.c:127:29: style: The scope of the variable 'metadata_entry' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/wordwrap.c:128:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/wordwrap.c:592:15: style: The scope of the variable 'chars_to_copy' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/wordwrap.c:592:30: style: The scope of the variable 'space_in_buffer' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/wordwrap.c:653:10: style: The scope of the variable 'bytes_to_allocate' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/zpu.c:121:17: style: Same expression on both sides of '!=' because the value of 'index' and 'start' are the same. [duplicateExpression]
fizmo-0.7.9/libfizmo/src/interpreter/zpu.c:109:21: note: 'index' is assigned value 'start' here.
fizmo-0.7.9/libfizmo/src/interpreter/zpu.c:121:17: note: Same expression on both sides of '!=' because the value of 'index' and 'start' are the same.
fizmo-0.7.9/libfizmo/src/interpreter/zpu.c:81:11: style: The scope of the variable 'i' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/interpreter/zpu.c:301:21: style: The scope of the variable 'current_z_opcode_function' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/filesys_c.c:141:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/filesys_c.c:73:5: error: Memory leak: result [memleak]
fizmo-0.7.9/libfizmo/src/tools/filesys_c.c:308:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:275:30: warning: Logical conjunction always evaluates to false: input < 48 && input > 57. [incorrectLogicOperator]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:157:10: style: The scope of the variable 'linestart' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:397:23: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:658:9: style: The scope of the variable 'output' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:720:8: style: The scope of the variable 'index_char' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:1228:23: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:1383:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:1460:27: style: The scope of the variable 'locale_name' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:1461:27: style: The scope of the variable 'module_name' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:1462:14: style: The scope of the variable 'module_map' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/i18n.c:1172:16: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
fizmo-0.7.9/libfizmo/src/tools/tools_test.c:49:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/z_ucs.c:111:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/z_ucs.c:143:37: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/z_ucs.c:462:7: style: The scope of the variable 'char_len' can be reduced. [variableScope]
fizmo-0.7.9/libfizmo/src/tools/z_ucs.c:273:41: style: Function 'parse_utf8_char_from_file' argument 1 names different: declaration 'fileref' definition 'in'. [funcArgNamesDifferent]
fizmo-0.7.9/libfizmo/src/tools/z_ucs.h:78:41: note: Function 'parse_utf8_char_from_file' argument 1 names different: declaration 'fileref' definition 'in'.
fizmo-0.7.9/libfizmo/src/tools/z_ucs.c:273:41: note: Function 'parse_utf8_char_from_file' argument 1 names different: declaration 'fileref' definition 'in'.
fizmo-0.7.9/libglkif/src/glk_interface/glk_blorb_if.c:106:12: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fizmo-0.7.9/libglkif/src/glk_interface/glk_filesys_if.c:138:5: error: Memory leak: result [memleak]
fizmo-0.7.9/libglkif/src/glk_interface/glk_filesys_if.c:479:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fizmo-0.7.9/libglkif/src/glk_interface/glk_filesys_if.c:252:18: error: va_list 'ap_copy' was opened but not closed by va_end(). [va_end_missing]
fizmo-0.7.9/libglkif/src/glk_interface/glk_screen_if.c:166:3: style: Variable 'transcriptzfile' is reassigned a value before the old one has been used. [redundantAssignment]
fizmo-0.7.9/libglkif/src/glk_interface/glk_screen_if.c:154:0: note: Variable 'transcriptzfile' is reassigned a value before the old one has been used.
fizmo-0.7.9/libglkif/src/glk_interface/glk_screen_if.c:166:3: note: Variable 'transcriptzfile' is reassigned a value before the old one has been used.
fizmo-0.7.9/libglkif/src/glk_interface/glk_screen_if.c:333:5: error: Common realloc mistake: 'inputbuffer' nulled but not freed upon failure [memleakOnRealloc]
fizmo-0.7.9/libsndifsdl/src/sound_sdl/sound_sdl.c:328:7: style: The scope of the variable 'size' can be reduced. [variableScope]
fizmo-0.7.9/libsndifsdl/src/sound_sdl/sound_sdl.c:395:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fizmo-0.7.9/libsndifsdl/src/sound_sdl/sound_sdl.c:397:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[22:16]

ftp://ftp.se.debian.org/debian/pool/main/f/fizmo-console/fizmo-console_0.7.13.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/fizmo-ncursesw/fizmo-ncursesw_0.7.14.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/fizmo-sdl2/fizmo-sdl2_0.8.5.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/fizsh/fizsh_1.0.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fl-cow/fl-cow_0.6.orig.tar.gz
fl-cow-0.6/fl-cow/fl-cow.c:177:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fl-cow-0.6/fl-cow/fl-cow.c:179:5: note: Found duplicate branches for 'if' and 'else'.
fl-cow-0.6/fl-cow/fl-cow.c:177:3: note: Found duplicate branches for 'if' and 'else'.
fl-cow-0.6/fl-cow/fl-cow.c:86:14: style: The scope of the variable 'home' can be reduced. [variableScope]
fl-cow-0.6/fl-cow/fl-cow.c:107:12: style: Variable 'nlen' is assigned a value that is never used. [unreadVariable]
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flac/flac_1.3.2.orig.tar.xz
flac-1.3.2/src/flac/analyze.c:68:7: style: The scope of the variable 'outfilename' can be reduced. [variableScope]
flac-1.3.2/src/flac/decode.c:1009:51: style: The scope of the variable 'wide_sample' can be reduced. [variableScope]
flac-1.3.2/src/flac/decode.c:1009:64: style: The scope of the variable 'sample' can be reduced. [variableScope]
flac-1.3.2/src/flac/decode.c:1009:72: style: The scope of the variable 'channel' can be reduced. [variableScope]
flac-1.3.2/src/flac/decode.c:1210:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flac-1.3.2/src/flac/decode.c:1233:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flac-1.3.2/src/flac/decode.c:289:56: style: Function 'DecoderSession_init_decoder' argument 1 names different: declaration 'd' definition 'decoder_session'. [funcArgNamesDifferent]
flac-1.3.2/src/flac/decode.c:103:63: note: Function 'DecoderSession_init_decoder' argument 1 names different: declaration 'd' definition 'decoder_session'.
flac-1.3.2/src/flac/decode.c:289:56: note: Function 'DecoderSession_init_decoder' argument 1 names different: declaration 'd' definition 'decoder_session'.
flac-1.3.2/src/flac/encode.c:2390:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flac-1.3.2/src/flac/encode.c:2412:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flac-1.3.2/src/flac/encode.c:2683:14: style: The scope of the variable 'state_string' can be reduced. [variableScope]
flac-1.3.2/src/flac/utils.c:191:12: style: Condition 'width<=0' is always true [knownConditionTrueFalse]
flac-1.3.2/src/flac/utils.c:179:14: note: Assignment 'width=0', assigned value is 0
flac-1.3.2/src/flac/utils.c:191:12: note: Condition 'width<=0' is always true
flac-1.3.2/src/flac/utils.c:191:12: style: Same expression on both sides of '<=' because the value of 'width' and '0' are the same. [duplicateExpression]
flac-1.3.2/src/flac/utils.c:179:14: note: 'width' is assigned value '0' here.
flac-1.3.2/src/flac/utils.c:191:12: note: Same expression on both sides of '<=' because the value of 'width' and '0' are the same.
flac-1.3.2/src/flac/utils.c:228:6: style: The scope of the variable 'len' can be reduced. [variableScope]
flac-1.3.2/src/flac/utils.c:244:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flac-1.3.2/src/flac/utils.c:245:6: style: The scope of the variable 'len' can be reduced. [variableScope]
flac-1.3.2/src/flac/utils.c:245:11: style: The scope of the variable 'clear_len' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/bitreader.c:309:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/libFLAC/bitreader.c:318:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/libFLAC/bitreader.c:296:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/bitreader.c:296:14: style: The scope of the variable 'j' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/bitreader.c:309:84: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flac-1.3.2/src/libFLAC/bitreader.c:318:76: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flac-1.3.2/src/libFLAC/bitwriter.c:204:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/libFLAC/bitwriter.c:210:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/libFLAC/bitwriter.c:194:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/bitwriter.c:194:14: style: The scope of the variable 'j' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/bitwriter.c:286:11: style: The scope of the variable 'n' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/bitwriter.c:204:83: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flac-1.3.2/src/libFLAC/bitwriter.c:210:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flac-1.3.2/src/libFLAC/lpc.c:125:9: style: The scope of the variable 'r' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/lpc.c:1336:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/metadata_iterators.c:2282:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
flac-1.3.2/src/libFLAC/metadata_iterators.c:629:58: warning: Either the condition '0!=iterator' is redundant or there is possible null pointer dereference: iterator. [nullPointerRedundantCheck]
flac-1.3.2/src/libFLAC/metadata_iterators.c:631:17: note: Assuming that condition '0!=iterator' is not redundant
flac-1.3.2/src/libFLAC/metadata_iterators.c:629:58: note: Null pointer dereference
flac-1.3.2/src/libFLAC/metadata_iterators.c:658:61: warning: Either the condition '0!=iterator' is redundant or there is possible null pointer dereference: iterator. [nullPointerRedundantCheck]
flac-1.3.2/src/libFLAC/metadata_iterators.c:661:17: note: Assuming that condition '0!=iterator' is not redundant
flac-1.3.2/src/libFLAC/metadata_iterators.c:658:61: note: Null pointer dereference
flac-1.3.2/src/libFLAC/metadata_iterators.c:759:61: warning: Either the condition '0!=iterator' is redundant or there is possible null pointer dereference: iterator. [nullPointerRedundantCheck]
flac-1.3.2/src/libFLAC/metadata_iterators.c:762:17: note: Assuming that condition '0!=iterator' is not redundant
flac-1.3.2/src/libFLAC/metadata_iterators.c:759:61: note: Null pointer dereference
flac-1.3.2/src/libFLAC/metadata_iterators.c:496:7: style: Same expression on both sides of '!=' because the value of '0' and 'tempfile_path_prefix' are the same. [duplicateExpression]
flac-1.3.2/src/libFLAC/metadata_iterators.c:482:37: note: 'tempfile_path_prefix' is assigned value '0' here.
flac-1.3.2/src/libFLAC/metadata_iterators.c:496:7: note: Same expression on both sides of '!=' because the value of '0' and 'tempfile_path_prefix' are the same.
flac-1.3.2/src/libFLAC/metadata_iterators.c:1181:23: style: The scope of the variable 'node' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/metadata_iterators.c:1708:14: style: The scope of the variable 'tempfile_path_prefix' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/metadata_iterators.c:3225:9: style: The scope of the variable 'n' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/metadata_iterators.c:3247:9: style: The scope of the variable 'n' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/metadata_iterators.c:3269:9: style: The scope of the variable 'n' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/metadata_iterators.c:3289:9: style: The scope of the variable 'n' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/metadata_iterators.c:2143:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flac-1.3.2/src/libFLAC/metadata_iterators.c:2448:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flac-1.3.2/src/libFLAC/metadata_object.c:1361:23: warning: Either the condition 'eq==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
flac-1.3.2/src/libFLAC/metadata_object.c:1364:10: note: Assuming that condition 'eq==NULL' is not redundant
flac-1.3.2/src/libFLAC/metadata_object.c:1361:23: note: Null pointer subtraction
flac-1.3.2/src/libFLAC/metadata_object.c:734:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/metadata_object.c:787:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/metadata_object.c:787:14: style: The scope of the variable 'j' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_decoder.c:2018:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_decoder.c:2475:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_decoder.c:2549:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_decoder.c:2997:6: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:2146:28: warning: Either the condition '0!=encoder' is redundant or there is possible null pointer dereference: encoder. [nullPointerRedundantCheck]
flac-1.3.2/src/libFLAC/stream_encoder.c:2148:17: note: Assuming that condition '0!=encoder' is not redundant
flac-1.3.2/src/libFLAC/stream_encoder.c:2146:28: note: Null pointer dereference
flac-1.3.2/src/libFLAC/stream_encoder.c:2203:28: warning: Either the condition '0!=encoder' is redundant or there is possible null pointer dereference: encoder. [nullPointerRedundantCheck]
flac-1.3.2/src/libFLAC/stream_encoder.c:2205:17: note: Assuming that condition '0!=encoder' is not redundant
flac-1.3.2/src/libFLAC/stream_encoder.c:2203:28: note: Null pointer dereference
flac-1.3.2/src/libFLAC/stream_encoder.c:2182:27: style: Same expression on both sides of '==' because the value of 'OVERREAD_' and '1' are the same. [duplicateExpression]
flac-1.3.2/src/libFLAC/stream_encoder.c:497:35: note: 'OVERREAD_' is assigned value '1' here.
flac-1.3.2/src/libFLAC/stream_encoder.c:2182:27: note: Same expression on both sides of '==' because the value of 'OVERREAD_' and '1' are the same.
flac-1.3.2/src/libFLAC/stream_encoder.c:2241:28: style: Same expression on both sides of '==' because the value of 'OVERREAD_' and '1' are the same. [duplicateExpression]
flac-1.3.2/src/libFLAC/stream_encoder.c:497:35: note: 'OVERREAD_' is assigned value '1' here.
flac-1.3.2/src/libFLAC/stream_encoder.c:2241:28: note: Same expression on both sides of '==' because the value of 'OVERREAD_' and '1' are the same.
flac-1.3.2/src/libFLAC/stream_encoder.c:2270:28: style: Same expression on both sides of '==' because the value of 'OVERREAD_' and '1' are the same. [duplicateExpression]
flac-1.3.2/src/libFLAC/stream_encoder.c:497:35: note: 'OVERREAD_' is assigned value '1' here.
flac-1.3.2/src/libFLAC/stream_encoder.c:2270:28: note: Same expression on both sides of '==' because the value of 'OVERREAD_' and '1' are the same.
flac-1.3.2/src/libFLAC/stream_encoder.c:2201:20: style: The scope of the variable 'channel' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3372:8: style: The scope of the variable 'fixed_residual_bits_per_sample' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3377:9: style: The scope of the variable 'lpc_residual_bits_per_sample' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3379:9: style: The scope of the variable 'lpc_error' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3380:11: style: The scope of the variable 'min_lpc_order' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3380:41: style: The scope of the variable 'lpc_order' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3381:11: style: The scope of the variable 'min_qlp_coeff_precision' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3381:36: style: The scope of the variable 'max_qlp_coeff_precision' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3381:61: style: The scope of the variable 'qlp_coeff_precision' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3383:11: style: The scope of the variable 'min_fixed_order' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3383:28: style: The scope of the variable 'max_fixed_order' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3383:45: style: The scope of the variable 'guess_fixed_order' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3383:64: style: The scope of the variable 'fixed_order' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3384:11: style: The scope of the variable 'rice_parameter' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:3385:11: style: The scope of the variable '_candidate_bits' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:4033:41: style: The scope of the variable 'partition_samples' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:4061:12: style: The scope of the variable 'm' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:4199:12: style: The scope of the variable 'partition_samples' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder.c:92:11: style: struct member 'verify_output::capacity' is never used. [unusedStructMember]
flac-1.3.2/src/libFLAC/stream_encoder_framing.c:504:12: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/libFLAC/stream_encoder_framing.c:527:12: style: The scope of the variable 'partition_samples' can be reduced. [variableScope]
flac-1.3.2/src/metaflac/operations.c:177:24: style: The scope of the variable 'block' can be reduced. [variableScope]
flac-1.3.2/src/metaflac/options.c:131:20: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
flac-1.3.2/src/metaflac/options.c:892:28: warning: Either the condition '0!=in' is redundant or there is possible null pointer dereference: in. [nullPointerRedundantCheck]
flac-1.3.2/src/metaflac/options.c:894:17: note: Assuming that condition '0!=in' is not redundant
flac-1.3.2/src/metaflac/options.c:892:28: note: Null pointer dereference
flac-1.3.2/src/metaflac/options.c:810:6: style: The scope of the variable 'c' can be reduced. [variableScope]
flac-1.3.2/src/metaflac/options.c:947:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/metaflac/options.c:986:16: style: The scope of the variable 'r' can be reduced. [variableScope]
flac-1.3.2/src/metaflac/options.c:1035:61: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
flac-1.3.2/src/metaflac/usage.c:78:10: style: The scope of the variable 'args' can be reduced. [variableScope]
flac-1.3.2/src/metaflac/usage.c:100:10: style: The scope of the variable 'args' can be reduced. [variableScope]
flac-1.3.2/src/plugin_common/tags.c:181:18: style: The scope of the variable 'n' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/configure.c:225:42: style: Function 'configure_destroy' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
flac-1.3.2/src/plugin_xmms/configure.c:133:43: note: Function 'configure_destroy' argument 1 names different: declaration 'w' definition 'widget'.
flac-1.3.2/src/plugin_xmms/configure.c:225:42: note: Function 'configure_destroy' argument 1 names different: declaration 'w' definition 'widget'.
flac-1.3.2/src/plugin_xmms/fileinfo.c:279:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/http.c:142:13: style: The scope of the variable 'p' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/http.c:358:8: style: The scope of the variable 'status' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/http.c:359:9: style: The scope of the variable 'chost' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/http.c:365:18: style: The scope of the variable 'hp' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/http.c:455:9: style: The scope of the variable 'udp_port' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/http.c:616:24: style: The scope of the variable 'temp' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/http.c:804:8: style: The scope of the variable 'valptr' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/plugin.c:327:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flac-1.3.2/src/plugin_xmms/plugin.c:277:8: style: The scope of the variable 'f' can be reduced. [variableScope]
flac-1.3.2/src/plugin_xmms/plugin.c:394:66: style: Function 'FLAC_XMMS__get_song_info' argument 3 names different: declaration 'length' definition 'length_in_msec'. [funcArgNamesDifferent]
flac-1.3.2/src/plugin_xmms/plugin.c:89:73: note: Function 'FLAC_XMMS__get_song_info' argument 3 names different: declaration 'length' definition 'length_in_msec'.
flac-1.3.2/src/plugin_xmms/plugin.c:394:66: note: Function 'FLAC_XMMS__get_song_info' argument 3 names different: declaration 'length' definition 'length_in_msec'.
flac-1.3.2/src/plugin_xmms/tag.c:122:2: warning: Possible null pointer dereference: input [nullPointer]
flac-1.3.2/src/plugin_xmms/tag.c:105:22: note: Assignment 'input=NULL', assigned value is 0
flac-1.3.2/src/plugin_xmms/tag.c:122:2: note: Null pointer dereference
flac-1.3.2/src/plugin_xmms/tag.c:123:6: warning: Possible null pointer dereference: input [nullPointer]
flac-1.3.2/src/plugin_xmms/tag.c:105:22: note: Assignment 'input=NULL', assigned value is 0
flac-1.3.2/src/plugin_xmms/tag.c:123:6: note: Null pointer dereference
flac-1.3.2/src/share/replaygain_analysis/replaygain_analysis.c:274:13: style: The scope of the variable 'y' can be reduced. [variableScope]
flac-1.3.2/src/share/replaygain_analysis/replaygain_analysis.c:279:25: style: The scope of the variable 'input_tail' can be reduced. [variableScope]
flac-1.3.2/src/share/replaygain_analysis/replaygain_analysis.c:282:19: style: The scope of the variable 'output_tail' can be reduced. [variableScope]
flac-1.3.2/src/share/replaygain_analysis/replaygain_analysis.c:421:21: style: The scope of the variable 'cursamples' can be reduced. [variableScope]
flac-1.3.2/src/share/replaygain_synthesis/replaygain_synthesis.c:236:9: style: The scope of the variable 'Sum2' can be reduced. [variableScope]
flac-1.3.2/src/share/replaygain_synthesis/replaygain_synthesis.c:344:21: style: The scope of the variable 'input_' can be reduced. [variableScope]
flac-1.3.2/src/share/replaygain_synthesis/replaygain_synthesis.c:259:10: error: Uninitialized variable: doubletmp [uninitvar]
flac-1.3.2/src/share/utf8/charset.c:335:10: style: The scope of the variable 'j' can be reduced. [variableScope]
flac-1.3.2/src/share/utf8/charset.c:130:30: style: Function 'utf8_wctomb' argument 2 names different: declaration 'wc' definition 'wc1'. [funcArgNamesDifferent]
flac-1.3.2/src/share/utf8/charset.h:28:30: note: Function 'utf8_wctomb' argument 2 names different: declaration 'wc' definition 'wc1'.
flac-1.3.2/src/share/utf8/charset.c:130:30: note: Function 'utf8_wctomb' argument 2 names different: declaration 'wc' definition 'wc1'.
flac-1.3.2/src/share/utf8/charset.c:529:0: error: Memory leak: newbuf [memleak]
flac-1.3.2/src/share/utf8/charset_test.c:123:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flac-1.3.2/src/share/utf8/makemap.c:32:20: style: The scope of the variable 'k' can be reduced. [variableScope]
flac-1.3.2/src/share/utf8/utf8.c:147:7: style: Condition '!c' is always true [knownConditionTrueFalse]
flac-1.3.2/src/share/utf8/utf8.c:142:19: note: Assignment 'c=0', assigned value is 0
flac-1.3.2/src/share/utf8/utf8.c:147:7: note: Condition '!c' is always true
flac-1.3.2/src/share/utf8/utf8.c:166:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
flac-1.3.2/src/share/utf8/utf8.c:157:0: note: Variable 'ret' is reassigned a value before the old one has been used.
flac-1.3.2/src/share/utf8/utf8.c:166:3: note: Variable 'ret' is reassigned a value before the old one has been used.
flac-1.3.2/src/test_libFLAC++/decoders.cpp:155:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flac-1.3.2/src/test_libFLAC++/decoders.cpp:129:35: style: Technically the member function 'DecoderCommon::common_write_callback_' can be const. [functionConst]
flac-1.3.2/src/test_libFLAC++/decoders.cpp:134:49: note: Technically the member function 'DecoderCommon::common_write_callback_' can be const.
flac-1.3.2/src/test_libFLAC++/decoders.cpp:129:35: note: Technically the member function 'DecoderCommon::common_write_callback_' can be const.
flac-1.3.2/src/test_libFLAC++/decoders.cpp:127:2: style: Class 'DecoderCommon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flac-1.3.2/src/test_libFLAC++/decoders.cpp:183:2: style: Class 'StreamDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flac-1.3.2/src/test_libFLAC++/decoders.cpp:347:2: style: Class 'FileDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flac-1.3.2/src/test_libFLAC++/encoders.cpp:441:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/test_libFLAC++/encoders.cpp:474:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/test_libFLAC++/encoders.cpp:481:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/test_libFLAC++/encoders.cpp:488:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/test_libFLAC++/encoders.cpp:105:2: style: Class 'StreamEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flac-1.3.2/src/test_libFLAC++/encoders.cpp:176:2: style: Class 'FileEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flac-1.3.2/src/test_libFLAC++/metadata_manip.cpp:473:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flac-1.3.2/src/test_libFLAC++/metadata_manip.cpp:61:2: style: Class 'OurFileDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flac-1.3.2/src/test_libFLAC++/metadata_manip.cpp:210:3: error: Memory leak: tempfilename [memleak]
flac-1.3.2/src/test_libFLAC++/metadata_manip.cpp:214:3: error: Memory leak: tempfilename [memleak]
flac-1.3.2/src/test_libFLAC++/metadata_manip.cpp:216:2: error: Memory leak: tempfilename [memleak]
flac-1.3.2/src/test_libFLAC++/metadata_object.cpp:2028:21: style: Condition '1u>16' is always false [knownConditionTrueFalse]
flac-1.3.2/src/test_libFLAC++/metadata_object.cpp:2029:30: style: Condition '1u>16' is always false [knownConditionTrueFalse]
flac-1.3.2/src/test_libFLAC++/metadata_object.cpp:70:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/test_libFLAC/decoders.c:285:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flac-1.3.2/src/test_libFLAC/decoders.c:288:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flac-1.3.2/src/test_libFLAC/encoders.c:400:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/test_libFLAC/encoders.c:433:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/test_libFLAC/encoders.c:440:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/test_libFLAC/encoders.c:447:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flac-1.3.2/src/test_libFLAC/metadata_manip.c:468:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flac-1.3.2/src/test_libFLAC/metadata_manip.c:485:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flac-1.3.2/src/test_libFLAC/metadata_manip.c:393:24: style: The scope of the variable 'block' can be reduced. [variableScope]
flac-1.3.2/src/test_libFLAC/metadata_manip.c:193:3: error: Memory leak: tempfilename [memleak]
flac-1.3.2/src/test_libFLAC/metadata_manip.c:198:3: error: Memory leak: tempfilename [memleak]
flac-1.3.2/src/test_libFLAC/metadata_manip.c:200:2: error: Memory leak: tempfilename [memleak]
flac-1.3.2/src/test_libFLAC/metadata_object.c:49:11: style: The scope of the variable 'i' can be reduced. [variableScope]
flac-1.3.2/src/test_libs_common/file_utils_flac.c:78:14: style: The scope of the variable 'n' can be reduced. [variableScope]
flac-1.3.2/src/test_seeking/main.c:183:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flac-1.3.2/src/utils/flactimer/main.cpp:41:34: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flactag/flactag_2.0.4.orig.tar.gz
flactag-2.0.4/UTF8Tag.h:36:2: style: Class 'CUTF8Tag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flactag-2.0.4/AlbumWindow.h:37:2: style: Class 'CAlbumWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flactag-2.0.4/AlbumWindow.h:41:14: style: The function 'NumLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flactag-2.0.4/ScrollableWindow.h:54:14: note: Virtual function in base class
flactag-2.0.4/AlbumWindow.h:41:14: note: Function in derived class
flactag-2.0.4/AlbumWindow.h:42:22: style: The function 'GetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flactag-2.0.4/ScrollableWindow.h:55:22: note: Virtual function in base class
flactag-2.0.4/AlbumWindow.h:42:22: note: Function in derived class
flactag-2.0.4/CommandLine.h:66:7: performance: Technically the member function 'CCommandLine::Usage' can be static. [functionStatic]
flactag-2.0.4/CommandLine.cc:204:20: note: Technically the member function 'CCommandLine::Usage' can be static.
flactag-2.0.4/CommandLine.h:66:7: note: Technically the member function 'CCommandLine::Usage' can be static.
flactag-2.0.4/ConfigFile.cc:129:0: error: Resource leak: fptr [resourceLeak]
flactag-2.0.4/FileNameBuilder.cc:38:51: style: Function 'CFileNameBuilder' argument 1 names different: declaration 'm_Tags' definition 'Tags'. [funcArgNamesDifferent]
flactag-2.0.4/FileNameBuilder.h:39:34: note: Function 'CFileNameBuilder' argument 1 names different: declaration 'm_Tags' definition 'Tags'.
flactag-2.0.4/FileNameBuilder.cc:38:51: note: Function 'CFileNameBuilder' argument 1 names different: declaration 'm_Tags' definition 'Tags'.
flactag-2.0.4/FileNameBuilder.cc:48:51: style: Function 'CFileNameBuilder' argument 1 names different: declaration 'm_Tags' definition 'Tags'. [funcArgNamesDifferent]
flactag-2.0.4/FileNameBuilder.h:40:34: note: Function 'CFileNameBuilder' argument 1 names different: declaration 'm_Tags' definition 'Tags'.
flactag-2.0.4/FileNameBuilder.cc:48:51: note: Function 'CFileNameBuilder' argument 1 names different: declaration 'm_Tags' definition 'Tags'.
flactag-2.0.4/FileNameBuilder.h:47:14: performance: Technically the member function 'CFileNameBuilder::FixString' can be static. [functionStatic]
flactag-2.0.4/FileNameBuilder.cc:132:31: note: Technically the member function 'CFileNameBuilder::FixString' can be static.
flactag-2.0.4/FileNameBuilder.h:47:14: note: Technically the member function 'CFileNameBuilder::FixString' can be static.
flactag-2.0.4/TagName.h:40:2: style: Class 'CTagName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flactag-2.0.4/FlacInfo.cc:197:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flactag-2.0.4/FlacInfo.cc:218:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flactag-2.0.4/FlacInfo.h:60:7: style: Unused private function: 'CFlacInfo::SetPictureBlock' [unusedPrivateFunction]
flactag-2.0.4/FlacInfo.h:59:6: performance: Technically the member function 'CFlacInfo::CalculateOffset' can be static. [functionStatic]
flactag-2.0.4/FlacInfo.cc:247:16: note: Technically the member function 'CFlacInfo::CalculateOffset' can be static.
flactag-2.0.4/FlacInfo.h:59:6: note: Technically the member function 'CFlacInfo::CalculateOffset' can be static.
flactag-2.0.4/MusicBrainzInfo.cc:257:7: style: The scope of the variable 'FirstArtist' can be reduced. [variableScope]
flactag-2.0.4/MusicBrainzInfo.cc:69:112: style: Function 'CMusicBrainzInfo' argument 4 names different: declaration 'OverrideDiscID' definition 'DiskID'. [funcArgNamesDifferent]
flactag-2.0.4/MusicBrainzInfo.h:47:95: note: Function 'CMusicBrainzInfo' argument 4 names different: declaration 'OverrideDiscID' definition 'DiskID'.
flactag-2.0.4/MusicBrainzInfo.cc:69:112: note: Function 'CMusicBrainzInfo' argument 4 names different: declaration 'OverrideDiscID' definition 'DiskID'.
flactag-2.0.4/MusicBrainzInfo.h:53:14: performance: Technically the member function 'CMusicBrainzInfo::AlbumType' can be static. [functionStatic]
flactag-2.0.4/MusicBrainzInfo.cc:329:31: note: Technically the member function 'CMusicBrainzInfo::AlbumType' can be static.
flactag-2.0.4/MusicBrainzInfo.h:53:14: note: Technically the member function 'CMusicBrainzInfo::AlbumType' can be static.
flactag-2.0.4/MusicBrainzInfo.h:54:14: performance: Technically the member function 'CMusicBrainzInfo::AlbumStatus' can be static. [functionStatic]
flactag-2.0.4/MusicBrainzInfo.cc:355:31: note: Technically the member function 'CMusicBrainzInfo::AlbumStatus' can be static.
flactag-2.0.4/MusicBrainzInfo.h:54:14: note: Technically the member function 'CMusicBrainzInfo::AlbumStatus' can be static.
flactag-2.0.4/MusicBrainzInfo.h:57:7: performance: Technically the member function 'CMusicBrainzInfo::ParseArtist' can be static. [functionStatic]
flactag-2.0.4/MusicBrainzInfo.cc:255:24: note: Technically the member function 'CMusicBrainzInfo::ParseArtist' can be static.
flactag-2.0.4/MusicBrainzInfo.h:57:7: note: Technically the member function 'CMusicBrainzInfo::ParseArtist' can be static.
flactag-2.0.4/MusicBrainzInfo.h:58:29: performance: Technically the member function 'CMusicBrainzInfo::GetCoverArt' can be static. [functionStatic]
flactag-2.0.4/MusicBrainzInfo.cc:172:46: note: Technically the member function 'CMusicBrainzInfo::GetCoverArt' can be static.
flactag-2.0.4/MusicBrainzInfo.h:58:29: note: Technically the member function 'CMusicBrainzInfo::GetCoverArt' can be static.
flactag-2.0.4/MusicBrainzInfo.cc:154:2: style: Exception should be caught by reference. [catchExceptionByValue]
flactag-2.0.4/MusicBrainzInfo.cc:164:2: style: Exception should be caught by reference. [catchExceptionByValue]
flactag-2.0.4/MusicBrainzInfo.cc:69:112: performance: Function parameter 'DiskID' should be passed by const reference. [passedByValue]
flactag-2.0.4/MusicBrainzInfo.cc:329:59: performance: Function parameter 'Type' should be passed by const reference. [passedByValue]
flactag-2.0.4/MusicBrainzInfo.cc:355:61: performance: Function parameter 'Status' should be passed by const reference. [passedByValue]
flactag-2.0.4/TagsWindow.h:42:14: style: The function 'NumLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flactag-2.0.4/ScrollableWindow.h:54:14: note: Virtual function in base class
flactag-2.0.4/TagsWindow.h:42:14: note: Function in derived class
flactag-2.0.4/TagsWindow.h:43:22: style: The function 'GetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flactag-2.0.4/ScrollableWindow.h:55:22: note: Virtual function in base class
flactag-2.0.4/TagsWindow.h:43:22: note: Function in derived class
flactag-2.0.4/TrackWindow.h:39:2: style: Class 'CTrackWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flactag-2.0.4/TrackWindow.h:43:14: style: The function 'NumLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flactag-2.0.4/ScrollableWindow.h:54:14: note: Virtual function in base class
flactag-2.0.4/TrackWindow.h:43:14: note: Function in derived class
flactag-2.0.4/TrackWindow.h:44:22: style: The function 'GetLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flactag-2.0.4/ScrollableWindow.h:55:22: note: Virtual function in base class
flactag-2.0.4/TrackWindow.h:44:22: note: Function in derived class
flactag-2.0.4/UTF8Tag.cc:69:10: warning: Either the condition 'if(In)' is redundant or there is possible null pointer dereference: In. [nullPointerRedundantCheck]
flactag-2.0.4/UTF8Tag.cc:108:6: note: Assuming that condition 'if(In)' is not redundant
flactag-2.0.4/UTF8Tag.cc:69:10: note: Null pointer dereference
flactag-2.0.4/flactag.cc:670:6: style: Condition 'RetVal' is always true [knownConditionTrueFalse]
flactag-2.0.4/flactag.cc:648:14: note: Assignment 'RetVal=true', assigned value is 1
flactag-2.0.4/flactag.cc:670:6: note: Condition 'RetVal' is always true
flactag-2.0.4/flactag.cc:851:13: style: The scope of the variable 'DestFD' can be reduced. [variableScope]
flactag-2.0.4/flactag.cc:844:44: style: Function 'CopyFile' argument 1 names different: declaration 'SourceFile' definition 'Source'. [funcArgNamesDifferent]
flactag-2.0.4/flactag.h:64:35: note: Function 'CopyFile' argument 1 names different: declaration 'SourceFile' definition 'Source'.
flactag-2.0.4/flactag.cc:844:44: note: Function 'CopyFile' argument 1 names different: declaration 'SourceFile' definition 'Source'.
flactag-2.0.4/flactag.cc:844:71: style: Function 'CopyFile' argument 2 names different: declaration 'DestFile' definition 'Dest'. [funcArgNamesDifferent]
flactag-2.0.4/flactag.h:64:66: note: Function 'CopyFile' argument 2 names different: declaration 'DestFile' definition 'Dest'.
flactag-2.0.4/flactag.cc:844:71: note: Function 'CopyFile' argument 2 names different: declaration 'DestFile' definition 'Dest'.
flactag-2.0.4/flactag.cc:565:14: style: Unused variable: DiskID [unusedVariable]
flactag-2.0.4/flactag.h:60:7: performance: Technically the member function 'CFlacTag::CheckMakeDirectory' can be static. [functionStatic]
flactag-2.0.4/flactag.cc:719:16: note: Technically the member function 'CFlacTag::CheckMakeDirectory' can be static.
flactag-2.0.4/flactag.h:60:7: note: Technically the member function 'CFlacTag::CheckMakeDirectory' can be static.
flactag-2.0.4/flactag.h:61:7: performance: Technically the member function 'CFlacTag::MakeDirectory' can be static. [functionStatic]
flactag-2.0.4/flactag.cc:736:16: note: Technically the member function 'CFlacTag::MakeDirectory' can be static.
flactag-2.0.4/flactag.h:61:7: note: Technically the member function 'CFlacTag::MakeDirectory' can be static.
flactag-2.0.4/flactag.h:64:7: performance: Technically the member function 'CFlacTag::CopyFile' can be static. [functionStatic]
flactag-2.0.4/flactag.cc:844:16: note: Technically the member function 'CFlacTag::CopyFile' can be static.
flactag-2.0.4/flactag.h:64:7: note: Technically the member function 'CFlacTag::CopyFile' can be static.
flactag-2.0.4/flactag.h:66:7: performance: Technically the member function 'CFlacTag::SetTag' can be static. [functionStatic]
flactag-2.0.4/flactag.cc:991:16: note: Technically the member function 'CFlacTag::SetTag' can be static.
flactag-2.0.4/flactag.h:66:7: note: Technically the member function 'CFlacTag::SetTag' can be static.
flactag-2.0.4/flactag.h:54:0: style: Class 'CFlacTag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flactag-2.0.4/MusicBrainzInfo.h:53:42: performance: Function parameter 'Type' should be passed by const reference. [passedByValue]
flactag-2.0.4/MusicBrainzInfo.h:54:44: performance: Function parameter 'Status' should be passed by const reference. [passedByValue]
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flake/flake_0.11.orig.tar.gz
flake-0.11/flake/flake.c:512:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flake-0.11/flake/flake.c:326:11: style: The scope of the variable 'omethod_s' can be reduced. [variableScope]
flake-0.11/flake/flake.c:326:23: style: The scope of the variable 'stmethod_s' can be reduced. [variableScope]
flake-0.11/flake/flake.c:379:18: style: The scope of the variable 'fs' can be reduced. [variableScope]
flake-0.11/flake/flake.c:563:9: style: The scope of the variable 'i' can be reduced. [variableScope]
flake-0.11/flake/flake.c:485:15: style: Checking if unsigned variable 'fs' is less than zero. [unsignedLessThanZero]
flake-0.11/flake/wav.c:577:73: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
flake-0.11/flake/wav.c:594:69: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
flake-0.11/flake/wav.c:627:13: warning: Variable 'pos' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
flake-0.11/flake/wav.c:625:13: note: Variable 'pos' is reassigned a value before the old one has been used. 'break;' missing?
flake-0.11/flake/wav.c:627:13: note: Variable 'pos' is reassigned a value before the old one has been used. 'break;' missing?
flake-0.11/flake/wav.c:54:13: style: The scope of the variable 'chunksize' can be reduced. [variableScope]
flake-0.11/flake/wav.c:499:41: style: Function 'wavfile_read_samples' argument 2 names different: declaration 'buffer' definition 'output'. [funcArgNamesDifferent]
flake-0.11/flake/wav.h:70:52: note: Function 'wavfile_read_samples' argument 2 names different: declaration 'buffer' definition 'output'.
flake-0.11/flake/wav.c:499:41: note: Function 'wavfile_read_samples' argument 2 names different: declaration 'buffer' definition 'output'.
flake-0.11/flake/wav.c:555:0: error: Memory leak: input [memleak]
flake-0.11/libflake/crc.c:27:15: style: The scope of the variable 'crc' can be reduced. [variableScope]
flake-0.11/libflake/crc.c:62:16: style: The scope of the variable 'v1' can be reduced. [variableScope]
flake-0.11/libflake/crc.c:62:20: style: The scope of the variable 'v2' can be reduced. [variableScope]
flake-0.11/libflake/crc.c:75:26: style: Function 'calc_crc8' argument 1 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
flake-0.11/libflake/crc.h:27:41: note: Function 'calc_crc8' argument 1 names different: declaration 'buf' definition 'data'.
flake-0.11/libflake/crc.c:75:26: note: Function 'calc_crc8' argument 1 names different: declaration 'buf' definition 'data'.
flake-0.11/libflake/crc.c:86:27: style: Function 'calc_crc16' argument 1 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
flake-0.11/libflake/crc.h:29:43: note: Function 'calc_crc16' argument 1 names different: declaration 'buf' definition 'data'.
flake-0.11/libflake/crc.c:86:27: note: Function 'calc_crc16' argument 1 names different: declaration 'buf' definition 'data'.
flake-0.11/libflake/encode.c:187:37: error: Array 'flac_blocksizes[15]' accessed at index 15, which is out of bounds. [arrayIndexOutOfBounds]
flake-0.11/libflake/bitio.h:85:14: style: The scope of the variable 'bb' can be reduced. [variableScope]
flake-0.11/libflake/encode.c:623:13: style: The scope of the variable 'lt' can be reduced. [variableScope]
flake-0.11/libflake/encode.c:623:17: style: The scope of the variable 'rt' can be reduced. [variableScope]
flake-0.11/libflake/encode.c:626:9: style: The scope of the variable 'k' can be reduced. [variableScope]
flake-0.11/libflake/encode.c:675:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flake-0.11/libflake/encode.c:787:9: style: The scope of the variable 'k' can be reduced. [variableScope]
flake-0.11/libflake/encode.c:891:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
flake-0.11/libflake/encode.c:930:9: style: The scope of the variable 'i' can be reduced. [variableScope]
flake-0.11/libflake/bitio.h:128:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flake-0.11/libflake/lpc.c:51:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
flake-0.11/libflake/lpc.c:51:18: style: The scope of the variable 'temp2' can be reduced. [variableScope]
flake-0.11/libflake/lpc.c:81:15: style: The scope of the variable 'i2' can be reduced. [variableScope]
flake-0.11/libflake/lpc.c:173:12: style: The scope of the variable 'd' can be reduced. [variableScope]
flake-0.11/libflake/lpc.c:175:13: style: The scope of the variable 'q' can be reduced. [variableScope]
flake-0.11/libflake/md5.c:59:14: style: The scope of the variable 'saved_a' can be reduced. [variableScope]
flake-0.11/libflake/md5.c:59:23: style: The scope of the variable 'saved_b' can be reduced. [variableScope]
flake-0.11/libflake/md5.c:59:32: style: The scope of the variable 'saved_c' can be reduced. [variableScope]
flake-0.11/libflake/md5.c:59:41: style: The scope of the variable 'saved_d' can be reduced. [variableScope]
flake-0.11/libflake/md5.c:178:20: style: The scope of the variable 'free' can be reduced. [variableScope]
flake-0.11/libflake/optimize.c:82:13: style: The scope of the variable 'pred' can be reduced. [variableScope]
flake-0.11/libflake/optimize.c:214:13: style: The scope of the variable 'order' can be reduced. [variableScope]
flake-0.11/libflake/rice.c:51:9: style: The scope of the variable 'k' can be reduced. [variableScope]
flake-0.11/libflake/rice.c:117:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flake-0.11/util/wavinfo.c:277:9: style: The scope of the variable 'samples' can be reduced. [variableScope]
flake-0.11/util/wavinfo.c:278:11: style: The scope of the variable 'playtime' can be reduced. [variableScope]
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flake8-docstrings/flake8-docstrings_1.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flake8-polyfill/flake8-polyfill_1.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flam3/flam3_3.1.1.orig.tar.gz
flam3-3.1.1/filters.c:79:11: style: The scope of the variable 'tt' can be reduced. [variableScope]
flam3-3.1.1/filters.c:336:14: style: The scope of the variable 'adjloop' can be reduced. [variableScope]
flam3-3.1.1/filters.c:414:11: style: The scope of the variable 'slpx' can be reduced. [variableScope]
flam3-3.1.1/flam3-animate.c:50:13: style: The scope of the variable 'fp' can be reduced. [variableScope]
flam3-3.1.1/flam3-convert.c:76:33: style: The scope of the variable 't' can be reduced. [variableScope]
flam3-3.1.1/flam3-convert.c:221:2: error: Common realloc mistake: 's' nulled but not freed upon failure [memleakOnRealloc]
flam3-3.1.1/flam3-genome.c:1064:20: style: Condition 'debug' is always false [knownConditionTrueFalse]
flam3-3.1.1/flam3-genome.c:440:16: note: Assignment 'debug=0', assigned value is 0
flam3-3.1.1/flam3-genome.c:1064:20: note: Condition 'debug' is always false
flam3-3.1.1/flam3-genome.c:1099:20: style: Condition 'debug' is always false [knownConditionTrueFalse]
flam3-3.1.1/flam3-genome.c:440:16: note: Assignment 'debug=0', assigned value is 0
flam3-3.1.1/flam3-genome.c:1099:20: note: Condition 'debug' is always false
flam3-3.1.1/flam3-genome.c:99:9: style: The scope of the variable 'comment_string' can be reduced. [variableScope]
flam3-3.1.1/flam3-genome.c:441:8: style: The scope of the variable 'count' can be reduced. [variableScope]
flam3-3.1.1/flam3-genome.c:693:17: style: The scope of the variable 'iscp' can be reduced. [variableScope]
flam3-3.1.1/flam3-genome.c:931:14: style: The scope of the variable 'did_color' can be reduced. [variableScope]
flam3-3.1.1/flam3-render.c:283:10: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flam3-3.1.1/flam3-render.c:339:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flam3-3.1.1/flam3-render.c:339:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flam3-3.1.1/flam3-render.c:39:15: style: The scope of the variable 'ninc' can be reduced. [variableScope]
flam3-3.1.1/flam3-render.c:40:9: style: The scope of the variable 'testmalloc' can be reduced. [variableScope]
flam3-3.1.1/flam3-render.c:117:11: style: The scope of the variable 'this_size' can be reduced. [variableScope]
flam3-3.1.1/flam3-render.c:118:11: style: The scope of the variable 'imgmem' can be reduced. [variableScope]
flam3-3.1.1/flam3-render.c:120:11: style: The scope of the variable 'center_y' can be reduced. [variableScope]
flam3-3.1.1/flam3-render.c:120:21: style: The scope of the variable 'center_base' can be reduced. [variableScope]
flam3-3.1.1/flam3-render.c:139:11: style: The scope of the variable 'zoom_scale' can be reduced. [variableScope]
flam3-3.1.1/flam3-render.c:324:36: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
flam3-3.1.1/flam3.c:1653:25: style: Condition 'using_tmpdir==0' is always true [knownConditionTrueFalse]
flam3-3.1.1/flam3.c:1634:23: note: Assignment 'using_tmpdir=0', assigned value is 0
flam3-3.1.1/flam3.c:1653:25: note: Condition 'using_tmpdir==0' is always true
flam3-3.1.1/flam3.c:2182:25: style: Condition 'separation_var==1' is always false [knownConditionTrueFalse]
flam3-3.1.1/flam3.c:1906:65: note: Assignment 'separation_var=0', assigned value is 0
flam3-3.1.1/flam3.c:2182:25: note: Condition 'separation_var==1' is always false
flam3-3.1.1/flam3.c:1659:24: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: tmpflame. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1659:24: note: Null pointer dereference
flam3-3.1.1/flam3.c:1660:10: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: tmpflame. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1660:10: note: Null pointer dereference
flam3-3.1.1/flam3.c:1662:60: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: tmpflame. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1662:60: note: Null pointer dereference
flam3-3.1.1/flam3.c:1665:11: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: tmpflame. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1665:11: note: Null pointer dereference
flam3-3.1.1/flam3.c:1697:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1697:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1702:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1702:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1703:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1703:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1704:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1704:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1709:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1709:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1710:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1710:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1711:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1711:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1750:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1750:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1754:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1754:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1755:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1755:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1756:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1756:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1757:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1757:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1759:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1759:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1760:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1760:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1765:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1765:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1766:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1766:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1768:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1768:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1803:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1803:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:1887:12: warning: Either the condition 'NULL==tmpflame' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
flam3-3.1.1/flam3.c:1638:12: note: Assuming that condition 'NULL==tmpflame' is not redundant
flam3-3.1.1/flam3.c:1658:16: note: Calling function 'flam3_print', 1st argument 'f' value is 0
flam3-3.1.1/flam3.c:1887:12: note: Null pointer dereference
flam3-3.1.1/flam3.c:3653:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flam3-3.1.1/flam3.c:3673:24: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flam3-3.1.1/rect.c:701:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
flam3-3.1.1/flam3.c:880:7: style: Variable 'dest->flower_petals' is reassigned a value before the old one has been used. [redundantAssignment]
flam3-3.1.1/flam3.c:879:7: note: Variable 'dest->flower_petals' is reassigned a value before the old one has been used.
flam3-3.1.1/flam3.c:880:7: note: Variable 'dest->flower_petals' is reassigned a value before the old one has been used.
flam3-3.1.1/flam3.c:1653:25: style: Same expression on both sides of '==' because the value of 'using_tmpdir' and '0' are the same. [duplicateExpression]
flam3-3.1.1/flam3.c:1634:23: note: 'using_tmpdir' is assigned value '0' here.
flam3-3.1.1/flam3.c:1653:25: note: Same expression on both sides of '==' because the value of 'using_tmpdir' and '0' are the same.
flam3-3.1.1/flam3.c:80:8: style: The scope of the variable 'dist_row' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:80:17: style: The scope of the variable 'i' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:440:10: style: The scope of the variable 'ai' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:564:8: style: The scope of the variable 'freq' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:565:8: style: The scope of the variable 'func' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:1035:10: style: The scope of the variable 'j' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:1037:15: style: The scope of the variable 'numstd' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:1097:10: style: The scope of the variable 'j' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:1149:8: style: The scope of the variable 'j' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:1173:10: style: The scope of the variable 'ii' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:1428:8: style: The scope of the variable 'i' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:1525:11: style: The scope of the variable 'c' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:1635:9: style: The scope of the variable 'tmpnam' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:1906:50: style: The scope of the variable 'separation_var' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:2661:10: style: The scope of the variable 'j' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:2738:23: style: The scope of the variable 'used_parent' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:2842:11: style: The scope of the variable 'randselect' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:2844:12: style: The scope of the variable 'done' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:3691:17: style: The scope of the variable 'old_val' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:3708:19: style: The scope of the variable 'old_val' can be reduced. [variableScope]
flam3-3.1.1/rect.c:291:14: style: The scope of the variable 'ticker' can be reduced. [variableScope]
flam3-3.1.1/rect.c:412:25: style: The scope of the variable 'p00' can be reduced. [variableScope]
flam3-3.1.1/rect.c:412:30: style: The scope of the variable 'p11' can be reduced. [variableScope]
flam3-3.1.1/rect.c:413:17: style: The scope of the variable 'dbl_index0' can be reduced. [variableScope]
flam3-3.1.1/rect.c:413:28: style: The scope of the variable 'dbl_frac' can be reduced. [variableScope]
flam3-3.1.1/rect.c:415:14: style: The scope of the variable 'ci' can be reduced. [variableScope]
flam3-3.1.1/rect.c:415:18: style: The scope of the variable 'color_index0' can be reduced. [variableScope]
flam3-3.1.1/rect.c:1069:11: style: The scope of the variable 'x' can be reduced. [variableScope]
flam3-3.1.1/rect.c:1074:11: style: The scope of the variable 'rgbi' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:4000:13: style: The scope of the variable 'clipped' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:4069:10: style: The scope of the variable 'x' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:4069:13: style: The scope of the variable 'y' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:4070:10: style: The scope of the variable 'xn' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:4070:14: style: The scope of the variable 'yn' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:4071:10: style: The scope of the variable 'xn2' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:4071:15: style: The scope of the variable 'yn2' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:4076:19: style: The scope of the variable 'xform_distrib' can be reduced. [variableScope]
flam3-3.1.1/flam3.c:232:33: style: Function 'flam3_iterate' argument 1 names different: declaration 'g' definition 'cp'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:555:40: note: Function 'flam3_iterate' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:232:33: note: Function 'flam3_iterate' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:232:41: style: Function 'flam3_iterate' argument 2 names different: declaration 'nsamples' definition 'n'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:555:47: note: Function 'flam3_iterate' argument 2 names different: declaration 'nsamples' definition 'n'.
flam3-3.1.1/flam3.c:232:41: note: Function 'flam3_iterate' argument 2 names different: declaration 'nsamples' definition 'n'.
flam3-3.1.1/flam3.c:512:33: style: Function 'flam3_rotate' argument 1 names different: declaration 'g' definition 'cp'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:590:33: note: Function 'flam3_rotate' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:512:33: note: Function 'flam3_rotate' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:512:44: style: Function 'flam3_rotate' argument 2 names different: declaration 'angle' definition 'by'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:590:43: note: Function 'flam3_rotate' argument 2 names different: declaration 'angle' definition 'by'.
flam3-3.1.1/flam3.c:512:44: note: Function 'flam3_rotate' argument 2 names different: declaration 'angle' definition 'by'.
flam3-3.1.1/flam3.c:512:52: style: Function 'flam3_rotate' argument 3 names different: declaration 'interp_type' definition 'interpolation_type'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:590:54: note: Function 'flam3_rotate' argument 3 names different: declaration 'interp_type' definition 'interpolation_type'.
flam3-3.1.1/flam3.c:512:52: note: Function 'flam3_rotate' argument 3 names different: declaration 'interp_type' definition 'interpolation_type'.
flam3-3.1.1/flam3.c:717:37: style: Function 'flam3_interpolate' argument 1 names different: declaration 'genomes' definition 'cps'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:562:45: note: Function 'flam3_interpolate' argument 1 names different: declaration 'genomes' definition 'cps'.
flam3-3.1.1/flam3.c:717:37: note: Function 'flam3_interpolate' argument 1 names different: declaration 'genomes' definition 'cps'.
flam3-3.1.1/flam3.c:717:48: style: Function 'flam3_interpolate' argument 2 names different: declaration 'ngenomes' definition 'ncps'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:562:58: note: Function 'flam3_interpolate' argument 2 names different: declaration 'ngenomes' definition 'ncps'.
flam3-3.1.1/flam3.c:717:48: note: Function 'flam3_interpolate' argument 2 names different: declaration 'ngenomes' definition 'ncps'.
flam3-3.1.1/flam3.c:1033:37: style: Function 'flam3_add_xforms' argument 1 names different: declaration 'cp' definition 'thiscp'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:536:37: note: Function 'flam3_add_xforms' argument 1 names different: declaration 'cp' definition 'thiscp'.
flam3-3.1.1/flam3.c:1033:37: note: Function 'flam3_add_xforms' argument 1 names different: declaration 'cp' definition 'thiscp'.
flam3-3.1.1/flam3.c:1211:61: style: Function 'flam3_copyx' argument 3 names different: declaration 'num_std' definition 'dest_std_xforms'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:540:61: note: Function 'flam3_copyx' argument 3 names different: declaration 'num_std' definition 'dest_std_xforms'.
flam3-3.1.1/flam3.c:1211:61: note: Function 'flam3_copyx' argument 3 names different: declaration 'num_std' definition 'dest_std_xforms'.
flam3-3.1.1/flam3.c:1211:82: style: Function 'flam3_copyx' argument 4 names different: declaration 'num_final' definition 'dest_final_xform'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:540:74: note: Function 'flam3_copyx' argument 4 names different: declaration 'num_final' definition 'dest_final_xform'.
flam3-3.1.1/flam3.c:1211:82: note: Function 'flam3_copyx' argument 4 names different: declaration 'num_final' definition 'dest_final_xform'.
flam3-3.1.1/flam3.c:1270:37: style: Function 'clear_cp' argument 2 names different: declaration 'def_flag' definition 'default_flag'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:548:37: note: Function 'clear_cp' argument 2 names different: declaration 'def_flag' definition 'default_flag'.
flam3-3.1.1/flam3.c:1270:37: note: Function 'clear_cp' argument 2 names different: declaration 'def_flag' definition 'default_flag'.
flam3-3.1.1/flam3.c:1423:38: style: Function 'flam3_parse_xml2' argument 1 names different: declaration 's' definition 'xmldata'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:581:45: note: Function 'flam3_parse_xml2' argument 1 names different: declaration 's' definition 'xmldata'.
flam3-3.1.1/flam3.c:1423:38: note: Function 'flam3_parse_xml2' argument 1 names different: declaration 's' definition 'xmldata'.
flam3-3.1.1/flam3.c:1423:53: style: Function 'flam3_parse_xml2' argument 2 names different: declaration 'fn' definition 'xmlfilename'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:581:54: note: Function 'flam3_parse_xml2' argument 2 names different: declaration 'fn' definition 'xmlfilename'.
flam3-3.1.1/flam3.c:1423:53: note: Function 'flam3_parse_xml2' argument 2 names different: declaration 'fn' definition 'xmlfilename'.
flam3-3.1.1/flam3.c:1524:53: style: Function 'flam3_parse_from_file' argument 2 names different: declaration 'fn' definition 'fname'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:582:52: note: Function 'flam3_parse_from_file' argument 2 names different: declaration 'fn' definition 'fname'.
flam3-3.1.1/flam3.c:1524:53: note: Function 'flam3_parse_from_file' argument 2 names different: declaration 'fn' definition 'fname'.
flam3-3.1.1/flam3.c:1674:41: style: Function 'flam3_print' argument 2 names different: declaration 'g' definition 'cp'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:565:48: note: Function 'flam3_print' argument 2 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:1674:41: note: Function 'flam3_print' argument 2 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:2558:39: style: Function 'flam3_add_symmetry' argument 1 names different: declaration 'g' definition 'cp'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:584:39: note: Function 'flam3_add_symmetry' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:2558:39: note: Function 'flam3_add_symmetry' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:3073:33: style: Function 'flam3_random' argument 1 names different: declaration 'g' definition 'cp'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:573:40: note: Function 'flam3_random' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:3073:33: note: Function 'flam3_random' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:3574:47: style: Function 'flam3_estimate_bounding_box' argument 1 names different: declaration 'g' definition 'cp'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:588:54: note: Function 'flam3_estimate_bounding_box' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:3574:47: note: Function 'flam3_estimate_bounding_box' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:3874:50: style: Function 'flam3_render_memory_required' argument 1 names different: declaration 'f' definition 'spec'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:625:57: note: Function 'flam3_render_memory_required' argument 1 names different: declaration 'f' definition 'spec'.
flam3-3.1.1/flam3.c:3874:50: note: Function 'flam3_render_memory_required' argument 1 names different: declaration 'f' definition 'spec'.
flam3-3.1.1/flam3.c:3894:31: style: Function 'flam3_render' argument 1 names different: declaration 'f' definition 'spec'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:623:38: note: Function 'flam3_render' argument 1 names different: declaration 'f' definition 'spec'.
flam3-3.1.1/flam3.c:3894:31: note: Function 'flam3_render' argument 1 names different: declaration 'f' definition 'spec'.
flam3-3.1.1/flam3.c:3895:35: style: Function 'flam3_render' argument 5 names different: declaration 'transp' definition 'trans'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:623:78: note: Function 'flam3_render' argument 5 names different: declaration 'transp' definition 'trans'.
flam3-3.1.1/flam3.c:3895:35: note: Function 'flam3_render' argument 5 names different: declaration 'transp' definition 'trans'.
flam3-3.1.1/flam3.c:3951:38: style: Function 'flam3_dimension' argument 1 names different: declaration 'g' definition 'cp'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:592:38: note: Function 'flam3_dimension' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:3951:38: note: Function 'flam3_dimension' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:4067:37: style: Function 'flam3_lyapunov' argument 1 names different: declaration 'g' definition 'cp'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:593:37: note: Function 'flam3_lyapunov' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:4067:37: note: Function 'flam3_lyapunov' argument 1 names different: declaration 'g' definition 'cp'.
flam3-3.1.1/flam3.c:4030:22: error: Invalid sqrt() argument nr 1. The value is -1 but the valid values are '0.0:'. [invalidFunctionArg]
flam3-3.1.1/rect.c:140:68: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
flam3-3.1.1/rect.c:963:27: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
flam3-3.1.1/flam3.c:3592:7: error: Memory leak: points [memleak]
flam3-3.1.1/flam3.c:3595:7: error: Memory leak: points [memleak]
flam3-3.1.1/flam3.c:4007:0: error: Memory leak: hist [memleak]
flam3-3.1.1/rect.c:1056:15: error: Uninitialized struct member: de.filter_widths [uninitStructMember]
flam3-3.1.1/rect.c:1055:15: error: Uninitialized struct member: de.filter_coefs [uninitStructMember]
flam3-3.1.1/interpolation.c:375:17: style: The scope of the variable 'l' can be reduced. [variableScope]
flam3-3.1.1/interpolation.c:769:11: style: The scope of the variable 'tfx' can be reduced. [variableScope]
flam3-3.1.1/interpolation.c:769:16: style: The scope of the variable 'tnx' can be reduced. [variableScope]
flam3-3.1.1/isaac.c:25:25: style: Function 'isaac' argument 1 names different: declaration 'r' definition 'ctx'. [funcArgNamesDifferent]
flam3-3.1.1/isaac.h:41:22: note: Function 'isaac' argument 1 names different: declaration 'r' definition 'ctx'.
flam3-3.1.1/isaac.c:25:25: note: Function 'isaac' argument 1 names different: declaration 'r' definition 'ctx'.
flam3-3.1.1/isaac.c:61:25: style: Function 'irandinit' argument 1 names different: declaration 'r' definition 'ctx'. [funcArgNamesDifferent]
flam3-3.1.1/isaac.h:39:26: note: Function 'irandinit' argument 1 names different: declaration 'r' definition 'ctx'.
flam3-3.1.1/isaac.c:61:25: note: Function 'irandinit' argument 1 names different: declaration 'r' definition 'ctx'.
flam3-3.1.1/jpeg.c:41:9: style: The scope of the variable 'nick_string' can be reduced. [variableScope]
flam3-3.1.1/jpeg.c:41:26: style: The scope of the variable 'url_string' can be reduced. [variableScope]
flam3-3.1.1/jpeg.c:41:43: style: The scope of the variable 'id_string' can be reduced. [variableScope]
flam3-3.1.1/jpeg.c:102:32: style: Function 'read_jpeg' argument 1 names different: declaration 'file' definition 'ifp'. [funcArgNamesDifferent]
flam3-3.1.1/img.h:44:32: note: Function 'read_jpeg' argument 1 names different: declaration 'file' definition 'ifp'.
flam3-3.1.1/jpeg.c:102:32: note: Function 'read_jpeg' argument 1 names different: declaration 'file' definition 'ifp'.
flam3-3.1.1/palettes.c:51:32: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/palettes.c:51:32: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/palettes.c:51:32: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/palettes.c:44:20: style: The scope of the variable 'sscanf_ret' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:93:12: style: The scope of the variable 'c' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:143:19: style: The scope of the variable 'rcode' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:202:46: style: The scope of the variable 'rc' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:202:50: style: The scope of the variable 'gc' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:202:54: style: The scope of the variable 'bc' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:278:11: style: The scope of the variable 'frac' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:295:17: style: The scope of the variable 'lsratio' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:296:11: style: The scope of the variable 'newhsv' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:297:11: style: The scope of the variable 'a' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:298:11: style: The scope of the variable 'adjhlp' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:478:17: style: The scope of the variable 'b' can be reduced. [variableScope]
flam3-3.1.1/palettes.c:141:27: style: Function 'flam3_get_palette' argument 1 names different: declaration 'palette_index' definition 'n'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:55:27: note: Function 'flam3_get_palette' argument 1 names different: declaration 'palette_index' definition 'n'.
flam3-3.1.1/palettes.c:141:27: note: Function 'flam3_get_palette' argument 1 names different: declaration 'palette_index' definition 'n'.
flam3-3.1.1/palettes.c:141:44: style: Function 'flam3_get_palette' argument 2 names different: declaration 'p' definition 'c'. [funcArgNamesDifferent]
flam3-3.1.1/flam3.h:55:56: note: Function 'flam3_get_palette' argument 2 names different: declaration 'p' definition 'c'.
flam3-3.1.1/palettes.c:141:44: note: Function 'flam3_get_palette' argument 2 names different: declaration 'p' definition 'c'.
flam3-3.1.1/palettes.c:80:13: error: Common realloc mistake: 'the_palettes' nulled but not freed upon failure [memleakOnRealloc]
flam3-3.1.1/palettes.c:118:10: error: Common realloc mistake: 's' nulled but not freed upon failure [memleakOnRealloc]
flam3-3.1.1/parser.c:101:23: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:101:23: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:101:23: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:103:23: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:103:23: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:103:23: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:105:23: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:105:23: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:105:23: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:105:23: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flam3-3.1.1/parser.c:837:20: style: The scope of the variable 'cpy' can be reduced. [variableScope]
flam3-3.1.1/parser.c:926:17: style: The scope of the variable 'scal' can be reduced. [variableScope]
flam3-3.1.1/parser.c:1260:10: style: The scope of the variable 'tab_string' can be reduced. [variableScope]
flam3-3.1.1/parser.c:1261:8: style: The scope of the variable 'ti' can be reduced. [variableScope]
flam3-3.1.1/parser.c:1264:8: style: The scope of the variable 'indent_printed' can be reduced. [variableScope]
flam3-3.1.1/parser.c:1268:10: style: The scope of the variable 'att_str' can be reduced. [variableScope]
flam3-3.1.1/parser.c:220:98: style: Function 'scan_for_flame_nodes' argument 4 names different: declaration 'all_cp' definition 'all_cps'. [funcArgNamesDifferent]
flam3-3.1.1/parser.h:29:98: note: Function 'scan_for_flame_nodes' argument 4 names different: declaration 'all_cp' definition 'all_cps'.
flam3-3.1.1/parser.c:220:98: note: Function 'scan_for_flame_nodes' argument 4 names different: declaration 'all_cp' definition 'all_cps'.
flam3-3.1.1/parser.c:184:31: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
flam3-3.1.1/parser.c:252:10: error: Common realloc mistake: 'genome_storage' nulled but not freed upon failure [memleakOnRealloc]
flam3-3.1.1/png.c:121:31: style: Function 'read_png' argument 1 names different: declaration 'file' definition 'ifp'. [funcArgNamesDifferent]
flam3-3.1.1/img.h:43:31: note: Function 'read_png' argument 1 names different: declaration 'file' definition 'ifp'.
flam3-3.1.1/png.c:121:31: note: Function 'read_png' argument 1 names different: declaration 'file' definition 'ifp'.
flam3-3.1.1/png.c:92:0: error: Memory leak: rows [memleak]
flam3-3.1.1/png.c:186:0: error: Memory leak: png_image [memleak]
flam3-3.1.1/rect.c:417:18: style: The scope of the variable 'b' can be reduced. [variableScope]
flam3-3.1.1/variations.c:2018:11: style: The scope of the variable 'd' can be reduced. [variableScope]
flam3-3.1.1/variations.c:2134:11: style: The scope of the variable 'weight' can be reduced. [variableScope]
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flamerobin/flamerobin_0.9.3~svn+2220.orig.tar.gz
flamerobin_0.9.3~svn+2220.orig/src/Isaac.h:128:31: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
flamerobin_0.9.3~svn+2220.orig/src/Isaac.h:49:10: performance: Technically the member function 'Isaac::rngstep' can be static. [functionStatic]
flamerobin_0.9.3~svn+2220.orig/src/Isaac.h:79:10: performance: Technically the member function 'Isaac::mix' can be static. [functionStatic]
flamerobin_0.9.3~svn+2220.orig/src/config/Config.h:173:5: style: Class 'ConfigCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/AdvancedMessageDialog.h:65:5: style: Class 'AdvancedMessageDialogButtonsOk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/Isaac.h:124:5: style: Class 'Isaac' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/config/Config.h:134:24: style: The function 'getConfigFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/config/Config.h:76:24: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/config/Config.h:134:24: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/core/URIProcessor.h:72:5: warning: Member variable 'URIProcessor::handlersM' is not initialized in the constructor. [uninitMemberVarPrivate]
flamerobin_0.9.3~svn+2220.orig/src/core/URIProcessor.h:72:5: warning: Member variable 'URIProcessor::handlerListSortedM' is not initialized in the constructor. [uninitMemberVarPrivate]
flamerobin_0.9.3~svn+2220.orig/src/addconstrainthandler.cpp:60:14: performance: Technically the member function 'AddConstraintHandler::selectAction' can be static. [functionStatic]
flamerobin_0.9.3~svn+2220.orig/src/addconstrainthandler.cpp:79:32: note: Technically the member function 'AddConstraintHandler::selectAction' can be static.
flamerobin_0.9.3~svn+2220.orig/src/addconstrainthandler.cpp:60:14: note: Technically the member function 'AddConstraintHandler::selectAction' can be static.
flamerobin_0.9.3~svn+2220.orig/src/core/URIProcessor.h:43:5: style: Class 'URI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/metadata/table.h:93:5: style: Class 'SysTables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/metadata/table.h:106:5: style: Class 'Tables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/core/URIProcessor.h:51:1: warning: The class 'URIProcessor' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
flamerobin_0.9.3~svn+2220.orig/src/addconstrainthandler.cpp:55:10: style: The function 'handleURI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/core/URIProcessor.h:85:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/addconstrainthandler.cpp:55:10: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/config/Config.cpp:247:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/core/Observer.cpp:52:5: style: Class 'ObserverLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/core/StringUtils.cpp:290:26: style: Unsigned variable 'maxWidth' can't be negative so it is unnecessary to test it. [unsignedPositive]
flamerobin_0.9.3~svn+2220.orig/src/core/TemplateProcessor.cpp:52:20: warning: Member variable 'TemplateProcessor::flagNextM' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/core/TemplateProcessor.cpp:52:20: warning: Member variable 'TemplateProcessor::progressIndicatorM' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/core/TemplateProcessor.h:139:5: warning: Member variable 'TemplateCmdHandlerRepository::handlersM' is not initialized in the constructor. [uninitMemberVarPrivate]
flamerobin_0.9.3~svn+2220.orig/src/core/TemplateProcessor.h:139:5: warning: Member variable 'TemplateCmdHandlerRepository::handlerListSortedM' is not initialized in the constructor. [uninitMemberVarPrivate]
flamerobin_0.9.3~svn+2220.orig/src/core/TemplateProcessor.h:105:16: style: Technically the member function 'TemplateProcessor::getCurrentTemplateFileName' can be const. [functionConst]
flamerobin_0.9.3~svn+2220.orig/src/core/TemplateProcessor.h:116:1: warning: The class 'TemplateCmdHandlerRepository' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:80:1: style: The class 'DatabaseInfo' does not have a constructor although it has private member variables. [noConstructor]
flamerobin_0.9.3~svn+2220.orig/src/databasehandler.cpp:53:10: style: The function 'handleURI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/core/URIProcessor.h:85:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/databasehandler.cpp:53:10: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/column.h:71:18: style: The function 'isNullable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/column.h:52:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/column.h:71:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/column.h:76:22: style: The function 'getComputedSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/column.h:41:22: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/column.h:76:22: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/gui/BackupFrame.cpp:86:5: performance: Variable 'serverM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/BackupFrame.cpp:87:5: performance: Variable 'usernameM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/BackupFrame.cpp:88:5: performance: Variable 'passwordM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/BackupFrame.cpp:89:5: performance: Variable 'dbfileM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/BackupFrame.cpp:90:5: performance: Variable 'bkfileM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/BackupFrame.cpp:92:5: performance: Variable 'brfM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/BaseFrame.cpp:199:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/BaseFrame.cpp:213:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/CommandManager.cpp:110:9: style: Condition 'appendShortcuts' is always false [knownConditionTrueFalse]
flamerobin_0.9.3~svn+2220.orig/src/gui/CommandManager.cpp:106:28: note: Assignment 'appendShortcuts=false', assigned value is 0
flamerobin_0.9.3~svn+2220.orig/src/gui/CommandManager.cpp:110:9: note: Condition 'appendShortcuts' is always false
flamerobin_0.9.3~svn+2220.orig/src/gui/DataGeneratorFrame.cpp:194:20: warning: Member variable 'GeneratorSettings::valueType' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/gui/DataGeneratorFrame.cpp:194:20: warning: Member variable 'GeneratorSettings::randomValues' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/gui/DataGeneratorFrame.cpp:194:20: warning: Member variable 'GeneratorSettings::nullPercent' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/gui/DataGeneratorFrame.cpp:201:5: performance: Variable 'range' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/DataGeneratorFrame.cpp:202:5: performance: Variable 'sourceTable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/DataGeneratorFrame.cpp:203:5: performance: Variable 'sourceColumn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/DataGeneratorFrame.cpp:204:5: performance: Variable 'fileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/DataGeneratorFrame.cpp:189:5: style: Class 'GeneratorSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/EditBlobDialog.cpp:1006:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
flamerobin_0.9.3~svn+2220.orig/src/gui/EditBlobDialog.cpp:833:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/EditBlobDialog.cpp:842:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/EditBlobDialog.cpp:1390:5: performance: Variable 'blobM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/EditBlobDialog.cpp:268:22: warning: Virtual function 'Close' is called from destructor '~FROutputBlobStream()' at line 1396. Dynamic binding is not used. [virtualCallInConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/EditBlobDialog.cpp:1396:5: note: Calling Close
flamerobin_0.9.3~svn+2220.orig/src/gui/EditBlobDialog.cpp:268:22: note: Close is a virtual method
flamerobin_0.9.3~svn+2220.orig/src/gui/EditBlobDialog.cpp:265:9: style: Class 'FROutputBlobStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/EditBlobDialog.cpp:281:5: style: Class 'EditBlobDialogProgressSizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/EventWatcherFrame.cpp:234:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2100:5: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2222:9: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2236:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2285:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2329:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2333:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2339:9: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2340:9: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2341:9: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2346:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2362:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2365:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2368:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2390:21: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2430:5: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2532:9: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2538:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2627:9: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:2633:13: warning: Return value of function log() is not used. [ignoredReturnValue]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:1799:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/ExecuteSqlFrame.cpp:486:5: style: Class 'ScrollAtEnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/FRLayoutConfig.cpp:53:5: style: Class 'RgbHsvConversion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/MainFrame.cpp:684:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/MainFrame.cpp:1202:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialog.cpp:99:10: style: The scope of the variable 'isok' can be reduced. [variableScope]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialog.cpp:387:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialog.cpp:537:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialog.cpp:659:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:150:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:1330:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:797:17: style: Member variable 'PrefDlgChooserSetting::textCtrlM' is in the wrong place in the initializer list. [initializerList]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:818:9: note: Member variable 'PrefDlgChooserSetting::textCtrlM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:797:17: note: Member variable 'PrefDlgChooserSetting::textCtrlM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:941:5: performance: Variable 'dlgFilterM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:252:5: style: Class 'PrefDlgEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:934:18: style: The function 'choose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:809:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:934:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:972:18: style: The function 'choose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:809:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:972:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:999:18: style: The function 'enableControls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:801:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:999:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:1003:18: style: The function 'choose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:809:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:1003:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:1310:27: style: The function 'getCheckListBoxItems' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:1064:27: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:1310:27: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:1311:18: style: The function 'parseProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:1068:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/gui/PreferencesDialogSettings.cpp:1311:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/gui/RestoreFrame.cpp:88:5: performance: Variable 'serverM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/RestoreFrame.cpp:89:5: performance: Variable 'usernameM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/RestoreFrame.cpp:90:5: performance: Variable 'passwordM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/RestoreFrame.cpp:91:5: performance: Variable 'bkfileM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/RestoreFrame.cpp:92:5: performance: Variable 'dbfileM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/RestoreFrame.cpp:95:5: performance: Variable 'brfM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DBHTreeControl.cpp:1059:36: style: C-style pointer casting [cstyleCast]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DBHTreeControl.cpp:715:10: style: Technically the member function 'MetadataItemSorter::operator()' can be const. [functionConst]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DBHTreeControl.cpp:90:18: warning: Virtual function 'loadFromConfig' is called from constructor 'DBHTreeConfigCache()' at line 109. Dynamic binding is not used. [virtualCallInConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DBHTreeControl.cpp:109:5: note: Calling loadFromConfig
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DBHTreeControl.cpp:90:18: note: loadFromConfig is a virtual method
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DBHTreeControl.cpp:262:5: style: Class 'DBHTreeItemVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DBHTreeControl.cpp:622:5: style: Class 'TreeSelectionRestorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DBHTreeControl.cpp:612:9: style: Struct 'TreeSelectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DBHTreeControl.cpp:670:5: style: Class 'DBHTreeItemData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:138:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:255:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:300:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:340:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:1574:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:95:18: warning: Member variable 'GridCellFormats::floatingPointPrecisionM' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:95:18: warning: Member variable 'GridCellFormats::maxBlobKBytesM' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:95:18: warning: Member variable 'GridCellFormats::showBinaryBlobContentM' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:95:18: warning: Member variable 'GridCellFormats::showBlobContentM' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:1193:22: style: Member variable 'BlobColumnDef::stringIndexM' is in the wrong place in the initializer list. [initializerList]
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:1213:28: note: Member variable 'BlobColumnDef::stringIndexM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:1193:22: note: Member variable 'BlobColumnDef::stringIndexM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/gui/controls/DataGridRows.cpp:531:5: style: Class 'DummyColumnDef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/gui/mac/StyleGuideMAC.cpp:42:0: error: #error Include this only in project for Mac OS X!!! [preprocessorErrorDirective]
flamerobin_0.9.3~svn+2220.orig/src/gui/msw/StyleGuideMSW.cpp:42:0: error: #error Include this only in project for Windows!!! [preprocessorErrorDirective]
flamerobin_0.9.3~svn+2220.orig/src/ibpp/ibpp.h:51:0: error: #error Please define IBPP_WINDOWS/IBPP_LINUX/IBPP_DARWIN before compiling ! [preprocessorErrorDirective]
flamerobin_0.9.3~svn+2220.orig/src/logger.cpp:52:60: style: Function 'log2database' argument 2 names different: declaration 'st' definition 'stm'. [funcArgNamesDifferent]
flamerobin_0.9.3~svn+2220.orig/src/logger.h:43:60: note: Function 'log2database' argument 2 names different: declaration 'st' definition 'stm'.
flamerobin_0.9.3~svn+2220.orig/src/logger.cpp:52:60: note: Function 'log2database' argument 2 names different: declaration 'st' definition 'stm'.
flamerobin_0.9.3~svn+2220.orig/src/core/FRError.h:44:5: style: Class 'FRError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.cpp:1072:17: style: Unused variable: loadStmt [unusedVariable]
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.cpp:797:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.cpp:800:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.cpp:848:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.cpp:1057:9: style: Struct 'ProgressIndicatorHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/metadata/server.cpp:194:10: style: Technically the member function 'SortUsers::operator()' can be const. [functionConst]
flamerobin_0.9.3~svn+2220.orig/src/metadata/trigger.cpp:151:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:174:5: style: Class 'Dependency' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:208:18: style: The function 'loadChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:86:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:208:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:209:18: style: The function 'lockChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:87:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:209:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:210:18: style: The function 'unlockChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:88:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:210:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:216:18: style: The function 'getChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:123:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:216:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:252:25: style: The function 'getDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:106:25: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:252:25: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:287:28: style: The function 'getTypeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:140:28: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:287:28: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:295:28: style: The function 'getId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:151:28: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:295:28: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:305:18: style: The function 'acceptVisitor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:157:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/database.h:305:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:168:27: style: The function 'getParent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:130:27: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:168:27: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:169:22: style: The function 'getName_' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:132:22: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:169:22: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:170:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:136:22: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:170:22: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:171:28: style: The function 'getTypeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:140:28: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:171:28: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:182:18: style: The function 'acceptVisitor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:157:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/metadata/metadataitem.h:182:18: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/objectdescriptionhandler.cpp:53:10: style: The function 'handleURI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamerobin_0.9.3~svn+2220.orig/src/core/URIProcessor.h:85:18: note: Virtual function in base class
flamerobin_0.9.3~svn+2220.orig/src/objectdescriptionhandler.cpp:53:10: note: Function in derived class
flamerobin_0.9.3~svn+2220.orig/src/sql/MultiStatement.cpp:225:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/sql/MultiStatement.cpp:226:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.cpp:325:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.h:83:14: style: Member variable 'SqlStatement::objectTypeM' is in the wrong place in the initializer list. [initializerList]
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.cpp:74:24: note: Member variable 'SqlStatement::objectTypeM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.h:83:14: note: Member variable 'SqlStatement::objectTypeM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.h:82:15: style: Member variable 'SqlStatement::databaseM' is in the wrong place in the initializer list. [initializerList]
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.cpp:74:48: note: Member variable 'SqlStatement::databaseM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.h:82:15: note: Member variable 'SqlStatement::databaseM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.h:81:19: style: Member variable 'SqlStatement::objectM' is in the wrong place in the initializer list. [initializerList]
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.cpp:74:63: note: Member variable 'SqlStatement::objectM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.h:81:19: note: Member variable 'SqlStatement::objectM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.h:78:12: style: Member variable 'SqlStatement::identifierTokenIndexM' is in the wrong place in the initializer list. [initializerList]
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.cpp:75:6: note: Member variable 'SqlStatement::identifierTokenIndexM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlStatement.h:78:12: note: Member variable 'SqlStatement::identifierTokenIndexM' is in the wrong place in the initializer list.
flamerobin_0.9.3~svn+2220.orig/src/sql/SqlTokenizer.cpp:58:5: warning: Member variable 'SqlTokenizerConfigCache::sqlKeywordsUpperCaseM' is not initialized in the constructor. [uninitMemberVar]
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.cpp:113:69: style: Function 'getDateTime' argument 1 names different: declaration 'position' definition 'pos'. [funcArgNamesDifferent]
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.h:55:37: note: Function 'getDateTime' argument 1 names different: declaration 'position' definition 'pos'.
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.cpp:113:69: note: Function 'getDateTime' argument 1 names different: declaration 'position' definition 'pos'.
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.cpp:122:59: style: Function 'get' argument 1 names different: declaration 'position' definition 'pos'. [funcArgNamesDifferent]
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.h:54:27: note: Function 'get' argument 1 names different: declaration 'position' definition 'pos'.
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.cpp:122:59: note: Function 'get' argument 1 names different: declaration 'position' definition 'pos'.
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.cpp:63:5: performance: Variable 'storageNameM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.cpp:75:5: performance: Variable 'storageNameM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.h:58:14: style: Technically the member function 'StatementHistory::size' can be const. [functionConst]
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.cpp:161:46: note: Technically the member function 'StatementHistory::size' can be const.
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.h:58:14: note: Technically the member function 'StatementHistory::size' can be const.
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.h:42:5: style: Class 'StatementHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamerobin_0.9.3~svn+2220.orig/src/statementHistory.h:36:1: warning: The class 'StatementHistory' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flameshot/flameshot_0.6.0.orig.tar.gz
flameshot-0.6.0/src/cli/commandlineparser.h:30:21: performance: Technically the member function 'CommandLineParser::rootArgument' can be static. [functionStatic]
flameshot-0.6.0/src/cli/commandlineparser.h:75:10: performance: Technically the member function 'CommandLineParser::printVersion' can be static. [functionStatic]
flameshot-0.6.0/src/cli/commandlineparser.cpp:314:25: note: Technically the member function 'CommandLineParser::printVersion' can be static.
flameshot-0.6.0/src/cli/commandlineparser.h:75:10: note: Technically the member function 'CommandLineParser::printVersion' can be static.
flameshot-0.6.0/src/cli/commandlineparser.h:76:10: style: Technically the member function 'CommandLineParser::printHelp' can be const. [functionConst]
flameshot-0.6.0/src/cli/commandlineparser.cpp:319:25: note: Technically the member function 'CommandLineParser::printHelp' can be const.
flameshot-0.6.0/src/cli/commandlineparser.h:76:10: note: Technically the member function 'CommandLineParser::printHelp' can be const.
flameshot-0.6.0/src/cli/commandoption.cpp:26:5: performance: Variable 'm_checker' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flameshot-0.6.0/src/cli/commandoption.cpp:36:5: performance: Variable 'm_checker' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flameshot-0.6.0/src/third-party/Qt-Color-Widgets/src/color_wheel.cpp:161:13: style: Technically the member function 'color_widgets::Private::selector_image_offset' can be const. [functionConst]
flameshot-0.6.0/src/third-party/Qt-Color-Widgets/src/color_wheel.cpp:171:12: style: Technically the member function 'color_widgets::Private::selector_size' can be const. [functionConst]
flameshot-0.6.0/src/third-party/Qt-Color-Widgets/src/color_wheel.cpp:180:11: style: Technically the member function 'color_widgets::Private::selector_image_angle' can be const. [functionConst]
flameshot-0.6.0/src/third-party/singleapplication/singleapplication.cpp:75:56: style: Function 'genBlockServerName' argument 1 names different: declaration 'msecs' definition 'timeout'. [funcArgNamesDifferent]
flameshot-0.6.0/src/third-party/singleapplication/singleapplication_p.h:60:34: note: Function 'genBlockServerName' argument 1 names different: declaration 'msecs' definition 'timeout'.
flameshot-0.6.0/src/third-party/singleapplication/singleapplication.cpp:75:56: note: Function 'genBlockServerName' argument 1 names different: declaration 'msecs' definition 'timeout'.
flameshot-0.6.0/src/third-party/singleapplication/singleapplication.h:42:1: style: The class 'SingleApplication' does not have a constructor although it has private member variables. [noConstructor]
flameshot-0.6.0/src/utils/confighandler.h:64:10: performance: Technically the member function 'ConfigHandler::startupLaunchValue' can be static. [functionStatic]
flameshot-0.6.0/src/utils/confighandler.cpp:241:21: note: Technically the member function 'ConfigHandler::startupLaunchValue' can be static.
flameshot-0.6.0/src/utils/confighandler.h:64:10: note: Technically the member function 'ConfigHandler::startupLaunchValue' can be static.
flameshot-0.6.0/src/utils/confighandler.h:65:10: performance: Technically the member function 'ConfigHandler::setStartupLaunch' can be static. [functionStatic]
flameshot-0.6.0/src/utils/confighandler.cpp:256:21: note: Technically the member function 'ConfigHandler::setStartupLaunch' can be static.
flameshot-0.6.0/src/utils/confighandler.h:65:10: note: Technically the member function 'ConfigHandler::setStartupLaunch' can be static.
flameshot-0.6.0/src/utils/confighandler.h:78:10: performance: Technically the member function 'ConfigHandler::normalizeButtons' can be static. [functionStatic]
flameshot-0.6.0/src/utils/confighandler.cpp:315:21: note: Technically the member function 'ConfigHandler::normalizeButtons' can be static.
flameshot-0.6.0/src/utils/confighandler.h:78:10: note: Technically the member function 'ConfigHandler::normalizeButtons' can be static.
flameshot-0.6.0/src/utils/confighandler.h:80:40: performance: Technically the member function 'ConfigHandler::fromIntToButton' can be static. [functionStatic]
flameshot-0.6.0/src/utils/confighandler.cpp:331:51: note: Technically the member function 'ConfigHandler::fromIntToButton' can be static.
flameshot-0.6.0/src/utils/confighandler.h:80:40: note: Technically the member function 'ConfigHandler::fromIntToButton' can be static.
flameshot-0.6.0/src/utils/confighandler.h:81:18: performance: Technically the member function 'ConfigHandler::fromButtonToInt' can be static. [functionStatic]
flameshot-0.6.0/src/utils/confighandler.cpp:340:29: note: Technically the member function 'ConfigHandler::fromButtonToInt' can be static.
flameshot-0.6.0/src/utils/confighandler.h:81:18: note: Technically the member function 'ConfigHandler::fromButtonToInt' can be static.
flameshot-0.6.0/src/utils/desktopfileparse.h:60:29: style: Technically the member function 'DesktopFileParser::getAppsByCategory' can be const. [functionConst]
flameshot-0.6.0/src/utils/desktopfileparse.cpp:130:44: note: Technically the member function 'DesktopFileParser::getAppsByCategory' can be const.
flameshot-0.6.0/src/utils/desktopfileparse.h:60:29: note: Technically the member function 'DesktopFileParser::getAppsByCategory' can be const.
flameshot-0.6.0/src/utils/desktopfileparse.h:61:44: style: Technically the member function 'DesktopFileParser::getAppsByCategory' can be const. [functionConst]
flameshot-0.6.0/src/utils/desktopfileparse.cpp:140:59: note: Technically the member function 'DesktopFileParser::getAppsByCategory' can be const.
flameshot-0.6.0/src/utils/desktopfileparse.h:61:44: note: Technically the member function 'DesktopFileParser::getAppsByCategory' can be const.
flameshot-0.6.0/src/utils/screenshotsaver.h:27:10: performance: Technically the member function 'ScreenshotSaver::saveToClipboard' can be static. [functionStatic]
flameshot-0.6.0/src/utils/screenshotsaver.cpp:31:23: note: Technically the member function 'ScreenshotSaver::saveToClipboard' can be static.
flameshot-0.6.0/src/utils/screenshotsaver.h:27:10: note: Technically the member function 'ScreenshotSaver::saveToClipboard' can be static.
flameshot-0.6.0/src/utils/screenshotsaver.h:28:10: performance: Technically the member function 'ScreenshotSaver::saveToFilesystem' can be static. [functionStatic]
flameshot-0.6.0/src/utils/screenshotsaver.cpp:37:23: note: Technically the member function 'ScreenshotSaver::saveToFilesystem' can be static.
flameshot-0.6.0/src/utils/screenshotsaver.h:28:10: note: Technically the member function 'ScreenshotSaver::saveToFilesystem' can be static.
flameshot-0.6.0/src/utils/screenshotsaver.h:29:10: performance: Technically the member function 'ScreenshotSaver::saveToFilesystemGUI' can be static. [functionStatic]
flameshot-0.6.0/src/utils/screenshotsaver.cpp:56:23: note: Technically the member function 'ScreenshotSaver::saveToFilesystemGUI' can be static.
flameshot-0.6.0/src/utils/screenshotsaver.h:29:10: note: Technically the member function 'ScreenshotSaver::saveToFilesystemGUI' can be static.
flameshot-0.6.0/src/widgets/capture/colorpicker.cpp:26:5: performance: Variable 'm_colorList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flamethrower/flamethrower_0.1.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flamingo/flamingo_5.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flamp/flamp_2.2.03.orig.tar.gz
flamp-2.2.03/src/flamp.cxx:2923:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flamp-2.2.03/src/flamp.cxx:1788:60: warning: Either the condition 'xfrFlag&&dfile' is redundant or there is possible null pointer dereference: dfile. [nullPointerRedundantCheck]
flamp-2.2.03/src/flamp.cxx:1797:13: note: Assuming that condition 'xfrFlag&&dfile' is not redundant
flamp-2.2.03/src/flamp.cxx:1788:60: note: Null pointer dereference
flamp-2.2.03/src/flamp.cxx:1795:9: warning: Either the condition 'xfrFlag&&dfile' is redundant or there is possible null pointer dereference: dfile. [nullPointerRedundantCheck]
flamp-2.2.03/src/flamp.cxx:1797:13: note: Assuming that condition 'xfrFlag&&dfile' is not redundant
flamp-2.2.03/src/flamp.cxx:1795:9: note: Null pointer dereference
flamp-2.2.03/src/flamp.cxx:2994:10: warning: Either the condition 'if(fname)' is redundant or there is possible null pointer dereference: fname. [nullPointerRedundantCheck]
flamp-2.2.03/src/flamp.cxx:2996:4: note: Assuming that condition 'if(fname)' is not redundant
flamp-2.2.03/src/flamp.cxx:2994:10: note: Null pointer dereference
flamp-2.2.03/src/flamp.cxx:2042:2: style: Variable 'oldCount' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/flamp.cxx:2025:0: note: Variable 'oldCount' is reassigned a value before the old one has been used.
flamp-2.2.03/src/flamp.cxx:2042:2: note: Variable 'oldCount' is reassigned a value before the old one has been used.
flamp-2.2.03/src/flamp.cxx:2915:2: style: Variable 'convert_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/flamp.cxx:2908:0: note: Variable 'convert_buffer' is reassigned a value before the old one has been used.
flamp-2.2.03/src/flamp.cxx:2915:2: note: Variable 'convert_buffer' is reassigned a value before the old one has been used.
flamp-2.2.03/src/flamp.cxx:2956:2: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/flamp.cxx:2945:0: note: Variable 'fname' is reassigned a value before the old one has been used.
flamp-2.2.03/src/flamp.cxx:2956:2: note: Variable 'fname' is reassigned a value before the old one has been used.
flamp-2.2.03/src/flamp.cxx:682:6: style: The scope of the variable 'r' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:1426:8: style: The scope of the variable 'amp' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:1427:6: style: The scope of the variable 'index' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:1428:6: style: The scope of the variable 'count' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:1611:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:2126:9: style: The scope of the variable 'count' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:2128:9: style: The scope of the variable 'i' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:2178:9: style: The scope of the variable 'i' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:2344:6: style: The scope of the variable 'n' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:2371:8: style: The scope of the variable 'xfr_time' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:2378:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:2380:8: style: The scope of the variable 'tx' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:2815:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
flamp-2.2.03/src/flamp.cxx:727:12: style: Checking if unsigned variable 'fsize' is less than zero. [unsignedLessThanZero]
flamp-2.2.03/src/flamp.cxx:853:12: style: Checking if unsigned variable 'fsize' is less than zero. [unsignedLessThanZero]
flamp-2.2.03/src/flamp.cxx:527:14: style: Variable 'ns' is assigned a value that is never used. [unreadVariable]
flamp-2.2.03/src/flamp.cxx:1565:14: style: Unused variable: tx_string [unusedVariable]
flamp-2.2.03/src/flamp.cxx:2979:14: style: Variable 'cFileName' is assigned a value that is never used. [unreadVariable]
flamp-2.2.03/src/flamp.cxx:2066:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
flamp-2.2.03/src/flamp.cxx:2133:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
flamp-2.2.03/src/flamp.cxx:2183:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
flamp-2.2.03/src/flamp.cxx:729:3: error: Resource leak: dfile [resourceLeak]
flamp-2.2.03/src/flamp.cxx:736:3: error: Resource leak: dfile [resourceLeak]
flamp-2.2.03/src/flamp.cxx:855:3: error: Resource leak: dfile [resourceLeak]
flamp-2.2.03/src/flamp.cxx:862:3: error: Resource leak: dfile [resourceLeak]
flamp-2.2.03/src/flamp.cxx:1729:3: error: Resource leak: dfile [resourceLeak]
flamp-2.2.03/src/flamp.cxx:1792:3: error: Resource leak: dfile [resourceLeak]
flamp-2.2.03/src/flamp_dialog.cxx:811:55: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
flamp-2.2.03/src/flamp_dialog.cxx:808:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/flamp_dialog.cxx:806:0: note: Variable 'val' is reassigned a value before the old one has been used.
flamp-2.2.03/src/flamp_dialog.cxx:808:2: note: Variable 'val' is reassigned a value before the old one has been used.
flamp-2.2.03/src/lzma/LzFind.c:343:96: style: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzFind.h:72:96: note: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'.
flamp-2.2.03/src/lzma/LzFind.c:343:96: note: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'.
flamp-2.2.03/src/lzma/LzFind.c:344:75: style: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzFind.h:73:75: note: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'.
flamp-2.2.03/src/lzma/LzFind.c:344:75: note: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'.
flamp-2.2.03/src/lzma/LzmaDec.c:918:29: style: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzmaDec.h:134:29: note: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'.
flamp-2.2.03/src/lzma/LzmaDec.c:918:29: note: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'.
flamp-2.2.03/src/lzma/LzmaDec.c:973:33: style: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzmaDec.h:133:33: note: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'.
flamp-2.2.03/src/lzma/LzmaDec.c:973:33: note: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'.
flamp-2.2.03/src/lzma/LzmaDec.c:973:48: style: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzmaDec.h:133:52: note: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'.
flamp-2.2.03/src/lzma/LzmaDec.c:973:48: note: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'.
flamp-2.2.03/src/lzma/LzmaDec.c:699:2: style: Variable 'range' is assigned a value that is never used. [unreadVariable]
flamp-2.2.03/src/lzma/LzmaDec.c:699:2: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
flamp-2.2.03/src/lzma/LzmaEnc.c:1366:16: style: The scope of the variable 'nextRepMatchPrice' can be reduced. [variableScope]
flamp-2.2.03/src/lzma/LzmaEnc.c:1456:16: style: The scope of the variable 'nextRepMatchPrice' can be reduced. [variableScope]
flamp-2.2.03/src/lzma/LzmaEnc.c:412:38: style: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzmaEnc.h:50:38: note: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
flamp-2.2.03/src/lzma/LzmaEnc.c:412:38: note: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
flamp-2.2.03/src/lzma/LzmaEnc.c:412:63: style: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzmaEnc.h:50:62: note: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'.
flamp-2.2.03/src/lzma/LzmaEnc.c:412:63: note: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'.
flamp-2.2.03/src/lzma/LzmaEnc.c:2173:36: style: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzmaEnc.h:52:36: note: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
flamp-2.2.03/src/lzma/LzmaEnc.c:2173:36: note: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
flamp-2.2.03/src/lzma/LzmaEnc.c:2207:45: style: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzmaEnc.h:51:45: note: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
flamp-2.2.03/src/lzma/LzmaEnc.c:2207:45: note: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
flamp-2.2.03/src/lzma/LzmaEnc.c:2207:55: style: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzmaEnc.h:51:54: note: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'.
flamp-2.2.03/src/lzma/LzmaEnc.c:2207:55: note: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'.
flamp-2.2.03/src/lzma/LzmaEnc.c:2236:39: style: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flamp-2.2.03/src/lzma/LzmaEnc.h:54:39: note: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'.
flamp-2.2.03/src/lzma/LzmaEnc.c:2236:39: note: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'.
flamp-2.2.03/src/lzma/LzmaEnc.c:419:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flamp-2.2.03/src/lzma/LzmaLib.c:11:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
flamp-2.2.03/src/lzma/LzmaLib.c:12:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
flamp-2.2.03/src/utils/amp.cxx:396:2: style: Variable 'blknbr' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/amp.cxx:385:0: note: Variable 'blknbr' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/amp.cxx:396:2: note: Variable 'blknbr' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/amp.cxx:549:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/amp.cxx:544:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/amp.cxx:549:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/amp.cxx:2305:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/amp.cxx:2304:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/amp.cxx:2305:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/amp.cxx:2330:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/amp.cxx:2329:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/amp.cxx:2330:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/amp.cxx:579:9: style: The scope of the variable 'data' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:715:6: style: The scope of the variable 'j' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:716:6: style: The scope of the variable 'i' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:718:6: style: The scope of the variable 'xmit_repeat_count' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:719:7: style: The scope of the variable 'preamble_flag' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:720:7: style: The scope of the variable 'data_flag' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:742:7: style: The scope of the variable 'length' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:1111:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:1362:6: style: The scope of the variable 'index' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:1364:6: style: The scope of the variable 'count' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:1513:6: style: The scope of the variable 'count' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:1514:6: style: The scope of the variable 'index' can be reduced. [variableScope]
flamp-2.2.03/src/utils/amp.cxx:1934:14: style: Unused variable: tmp [unusedVariable]
flamp-2.2.03/src/utils/amp.cxx:1966:14: style: Unused variable: tmp [unusedVariable]
flamp-2.2.03/src/utils/amp.cxx:1984:14: style: Unused variable: tmp [unusedVariable]
flamp-2.2.03/src/utils/amp.cxx:959:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/utils/amp.cxx:1170:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/utils/amp.cxx:1325:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/utils/amp.cxx:1342:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/utils/amp.cxx:1401:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/utils/amp.cxx:1412:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/utils/amp.cxx:1563:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/utils/amp.cxx:1573:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/utils/amp.cxx:189:84: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
flamp-2.2.03/src/utils/amp.cxx:2239:84: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
flamp-2.2.03/src/utils/base128.cxx:72:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
flamp-2.2.03/src/utils/base256.cxx:72:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
flamp-2.2.03/src/utils/circular_queue.cxx:392:7: style: The scope of the variable 'valueRead' can be reduced. [variableScope]
flamp-2.2.03/src/utils/debug.cxx:85:6: style: The scope of the variable 'value' can be reduced. [variableScope]
flamp-2.2.03/src/utils/debug.cxx:255:6: style: The scope of the variable 'index' can be reduced. [variableScope]
flamp-2.2.03/src/utils/debug.cxx:256:6: style: The scope of the variable 'strIndex' can be reduced. [variableScope]
flamp-2.2.03/src/utils/file_io.cxx:522:6: style: The scope of the variable 'data' can be reduced. [variableScope]
flamp-2.2.03/src/utils/file_io.cxx:540:6: style: The scope of the variable 'data' can be reduced. [variableScope]
flamp-2.2.03/src/utils/getsysinfo.c:243:32: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
flamp-2.2.03/src/utils/getsysinfo.c:239:30: note: outer condition: osvi.dwMajorVersion==5
flamp-2.2.03/src/utils/getsysinfo.c:243:32: note: opposite inner condition: osvi.dwMajorVersion==4
flamp-2.2.03/src/utils/global_amp.cxx:229:8: style: The scope of the variable 'amp' can be reduced. [variableScope]
flamp-2.2.03/src/utils/mingw.c:262:23: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR < 0L' is always true. [redundantCondition]
flamp-2.2.03/src/utils/run_scripts.cxx:1158:10: warning: Either the condition 'if(sp)' is redundant or there is possible null pointer dereference: sp. [nullPointerRedundantCheck]
flamp-2.2.03/src/utils/run_scripts.cxx:1165:4: note: Assuming that condition 'if(sp)' is not redundant
flamp-2.2.03/src/utils/run_scripts.cxx:1158:10: note: Null pointer dereference
flamp-2.2.03/src/utils/run_scripts.cxx:290:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/run_scripts.cxx:284:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/run_scripts.cxx:290:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/run_scripts.cxx:347:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
flamp-2.2.03/src/utils/run_scripts.cxx:388:6: style: The scope of the variable 'value' can be reduced. [variableScope]
flamp-2.2.03/src/utils/run_scripts.cxx:1180:0: style: Variable 'new_path' is assigned a value that is never used. [unreadVariable]
flamp-2.2.03/src/utils/script_parsing.cxx:323:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/script_parsing.cxx:321:0: note: Variable 'fd' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/script_parsing.cxx:323:2: note: Variable 'fd' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/script_parsing.cxx:2933:2: style: Variable 'cPtr' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/script_parsing.cxx:2921:0: note: Variable 'cPtr' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/script_parsing.cxx:2933:2: note: Variable 'cPtr' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/script_parsing.cxx:2934:2: style: Variable 'endPtr' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/script_parsing.cxx:2922:0: note: Variable 'endPtr' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/script_parsing.cxx:2934:2: note: Variable 'endPtr' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/script_parsing.cxx:414:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
flamp-2.2.03/src/utils/script_parsing.cxx:531:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:575:6: style: The scope of the variable 'character' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:596:6: style: The scope of the variable 'character' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:618:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:913:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:945:6: style: The scope of the variable 'value' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:983:6: style: The scope of the variable 'value' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:984:6: style: The scope of the variable 'modulus' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1076:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1135:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1197:6: style: The scope of the variable 'match' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1200:9: style: The scope of the variable 'index' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1238:9: style: The scope of the variable 'hits' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1241:9: style: The scope of the variable 'size' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1290:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1319:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1350:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1434:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1435:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1436:6: style: The scope of the variable 'index' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1437:6: style: The scope of the variable 'off_diff' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1438:6: style: The scope of the variable 'on_diff' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1439:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1441:9: style: The scope of the variable 'size' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1553:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1582:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1613:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1614:6: style: The scope of the variable 'index' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1667:6: style: The scope of the variable 'value' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1723:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1752:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1882:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1921:8: style: The scope of the variable 'diff' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:1985:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2013:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2115:6: style: The scope of the variable 'value' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2146:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2148:8: style: The scope of the variable 'valid_values' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2158:7: style: The scope of the variable 'diff' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2212:6: style: The scope of the variable 'value' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2240:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2269:7: style: The scope of the variable 'state' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2300:6: style: The scope of the variable 'value' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2782:6: style: The scope of the variable 'count' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2783:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2926:9: style: The scope of the variable 'cmd_size' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2927:9: style: The scope of the variable 'cmp_results' can be reduced. [variableScope]
flamp-2.2.03/src/utils/script_parsing.cxx:2929:9: style: The scope of the variable 'size' can be reduced. [variableScope]
flamp-2.2.03/src/utils/status.cxx:127:14: style: Same expression on both sides of '&&'. [duplicateExpression]
flamp-2.2.03/src/utils/status.cxx:312:3: error: Memory pointed to by 'defbuffer' is freed twice. [doubleFree]
flamp-2.2.03/src/utils/tagSearch.cxx:79:6: style: The scope of the variable 'size' can be reduced. [variableScope]
flamp-2.2.03/src/utils/tagSearch.cxx:93:9: style: The scope of the variable 'val' can be reduced. [variableScope]
flamp-2.2.03/src/utils/tagSearch.cxx:116:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
flamp-2.2.03/src/utils/tagSearch.cxx:121:6: style: The scope of the variable 'read_count' can be reduced. [variableScope]
flamp-2.2.03/src/utils/time_table.cxx:166:2: style: Variable 'time' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/time_table.cxx:164:0: note: Variable 'time' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/time_table.cxx:166:2: note: Variable 'time' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/time_table.cxx:111:15: style: The scope of the variable 'character' can be reduced. [variableScope]
flamp-2.2.03/src/utils/time_table.cxx:131:6: style: The scope of the variable 'mode_index' can be reduced. [variableScope]
flamp-2.2.03/src/utils/time_table.cxx:233:6: style: The scope of the variable 'results' can be reduced. [variableScope]
flamp-2.2.03/src/utils/time_table_dat.cxx:2:8: style: struct member 'MODE_TIME_TABLE::mode_name' is never used. [unusedStructMember]
flamp-2.2.03/src/utils/time_table_dat.cxx:3:8: style: struct member 'MODE_TIME_TABLE::scale' is never used. [unusedStructMember]
flamp-2.2.03/src/utils/time_table_dat.cxx:4:8: style: struct member 'MODE_TIME_TABLE::overhead' is never used. [unusedStructMember]
flamp-2.2.03/src/utils/time_table_dat.cxx:5:8: style: struct member 'MODE_TIME_TABLE::table' is never used. [unusedStructMember]
flamp-2.2.03/src/utils/transmit_camp.cxx:196:6: style: The scope of the variable 'end_mode' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:198:6: style: The scope of the variable 'mode' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:199:6: style: The scope of the variable 'start_mode' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:202:9: style: The scope of the variable 'time_seconds' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:623:7: style: The scope of the variable 'fills' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:923:7: style: The scope of the variable 'fills' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:933:6: style: The scope of the variable 'n' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:934:6: style: The scope of the variable 'value' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:1153:8: style: The scope of the variable 'transfer_segment_time' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:1157:8: style: The scope of the variable 'next_length' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:1476:6: style: The scope of the variable 'count' can be reduced. [variableScope]
flamp-2.2.03/src/utils/transmit_camp.cxx:817:14: style: Unused variable: temp [unusedVariable]
flamp-2.2.03/src/utils/util.cxx:317:7: style: The scope of the variable 'c' can be reduced. [variableScope]
flamp-2.2.03/src/utils/xml_io.cxx:206:25: performance: Function parameter 'report' should be passed by const reference. [passedByValue]
flamp-2.2.03/src/utils/ztimer.cxx:339:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flamp-2.2.03/src/utils/ztimer.cxx:100:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
flamp-2.2.03/src/utils/ztimer.cxx:94:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/ztimer.cxx:100:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
flamp-2.2.03/src/utils/ztimer.cxx:328:6: style: The scope of the variable 'count' can be reduced. [variableScope]
flamp-2.2.03/src/utils/ztimer.cxx:497:16: style: The scope of the variable 'tx_time_seconds' can be reduced. [variableScope]
flamp-2.2.03/src/utils/ztimer.cxx:498:16: style: The scope of the variable 'tx_time_minutes' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/FTextView.cxx:458:19: style: Same expression on both sides of '!=' because the value of 'old_wrap_col' and 'wrap_col' are the same. [duplicateExpression]
flamp-2.2.03/src/widgets/FTextView.cxx:450:21: note: 'old_wrap_col' is assigned value 'wrap_col' here.
flamp-2.2.03/src/widgets/FTextView.cxx:458:19: note: Same expression on both sides of '!=' because the value of 'old_wrap_col' and 'wrap_col' are the same.
flamp-2.2.03/src/widgets/FTextView.cxx:306:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/FTextView.cxx:193:41: style: Variable 'need_margin_reset' is assigned a value that is never used. [unreadVariable]
flamp-2.2.03/src/widgets/FTextView.cxx:802:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flamp-2.2.03/src/widgets/Fl_BlockMap.cxx:53:6: style: The scope of the variable 'blknbr' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_BlockMap.cxx:54:6: style: The scope of the variable 'x1' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_BlockMap.cxx:55:6: style: The scope of the variable 'x2' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Buffer_mod.cxx:867:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Buffer_mod.cxx:910:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Buffer_mod.cxx:1668:6: style: The scope of the variable 'l' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Buffer_mod.cxx:1726:6: style: The scope of the variable 'l' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Buffer_mod.cxx:105:4: error: Common realloc mistake: 'undobuffer' nulled but not freed upon failure [memleakOnRealloc]
flamp-2.2.03/src/widgets/Fl_Text_Display_mod.cxx:774:15: style: The scope of the variable 'ch' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Display_mod.cxx:1320:11: style: The scope of the variable 'lineStart' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Display_mod.cxx:1724:39: style: The scope of the variable 'charStyle' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Display_mod.cxx:2829:51: style: The scope of the variable 'i' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Display_mod.cxx:2994:18: style: The scope of the variable 'i' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Display_mod.cxx:3088:15: style: The scope of the variable 'c' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/Fl_Text_Display_mod.cxx:3391:9: style: Variable 'W' is assigned a value that is never used. [unreadVariable]
flamp-2.2.03/src/widgets/Fl_Text_Display_mod.cxx:3393:9: style: Variable 'H' is assigned a value that is never used. [unreadVariable]
flamp-2.2.03/src/widgets/calendar.cxx:43:15: style: The scope of the variable 'sb' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/calendar.cxx:327:18: style: The scope of the variable 'md' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/fileselect.cxx:152:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/fileselect.cxx:226:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flamp-2.2.03/src/widgets/font_browser.cxx:168:14: style: The scope of the variable 'name' can be reduced. [variableScope]
flamp-2.2.03/src/xmlrpcpp/XmlRpcBase64.h:225:0: style: The scope of the variable '_Char' can be reduced. [variableScope]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:253:43: style: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'. [funcArgNamesDifferent]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.h:97:46: note: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:253:43: note: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_sendAttempts' is not initialized in the constructor. [uninitMemberVar]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_bytesWritten' is not initialized in the constructor. [uninitMemberVar]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_isFault' is not initialized in the constructor. [uninitMemberVar]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_contentLength' is not initialized in the constructor. [uninitMemberVar]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_sendAttempts' is not initialized in the constructor. [uninitMemberVar]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_bytesWritten' is not initialized in the constructor. [uninitMemberVar]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_isFault' is not initialized in the constructor. [uninitMemberVar]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_contentLength' is not initialized in the constructor. [uninitMemberVar]
flamp-2.2.03/src/xmlrpcpp/XmlRpcBase64.h:94:0: style: The struct 'three2four' does not have a constructor although it has private member variables. [noConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcBase64.h:359:0: performance: Technically the member function 'xmlrpc_base64 < char , std :: char_traits < _E > >::_getCharType' can be static. [functionStatic]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.h:85:18: warning: Virtual function 'close' is called from destructor '~XmlRpcClient()' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:95:42: note: Calling close
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.h:85:18: note: close is a virtual method
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:69:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:72:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:75:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:77:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:79:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:82:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:85:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:90:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:93:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:96:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:99:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:104:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.cpp:114:3: style: Struct 'ClearFlagOnExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.h:85:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpcSource.h:60:18: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.h:85:18: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.h:90:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpcSource.h:63:22: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.h:90:22: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.h:94:18: style: The function 'doConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpcSource.h:68:18: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcClient.h:94:18: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:97:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpcSource.h:63:22: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:97:22: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcDispatch.cpp:66:58: style: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'. [funcArgNamesDifferent]
flamp-2.2.03/src/xmlrpcpp/XmlRpcDispatch.h:51:51: note: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcDispatch.cpp:66:58: note: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcDispatch.cpp:100:29: style: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'. [funcArgNamesDifferent]
flamp-2.2.03/src/xmlrpcpp/XmlRpcDispatch.h:64:22: note: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcDispatch.cpp:100:29: note: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcDispatch.h:79:12: performance: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static. [functionStatic]
flamp-2.2.03/src/xmlrpcpp/XmlRpcDispatch.cpp:186:17: note: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static.
flamp-2.2.03/src/xmlrpcpp/XmlRpcDispatch.h:79:12: note: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:441:18: style: The scope of the variable 'methodParams' can be reduced. [variableScope]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:177:36: style: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'. [funcArgNamesDifferent]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:97:43: note: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:177:36: note: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:504:56: style: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'. [funcArgNamesDifferent]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:143:58: note: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:504:56: note: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:130:17: performance: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static. [functionStatic]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:366:15: note: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:130:17: note: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:133:10: style: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const. [functionConst]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:398:15: note: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:133:10: note: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:146:17: performance: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static. [functionStatic]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:486:15: note: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.h:146:17: note: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static.
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:262:3: style: Class 'ListMethods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:277:3: style: Class 'MethodHelp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServerConnection.h:49:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpcSource.h:63:22: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServerConnection.h:49:22: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:264:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServerMethod.h:47:18: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:264:8: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:269:15: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServerMethod.h:51:25: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:269:15: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:279:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServerMethod.h:47:18: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:279:8: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:291:15: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpcServerMethod.h:51:25: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServer.cpp:291:15: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcServerMethod.cpp:28:5: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flamp-2.2.03/src/xmlrpcpp/XmlRpcSource.h:57:10: performance: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static. [functionStatic]
flamp-2.2.03/src/xmlrpcpp/XmlRpcSource.cpp:69:17: note: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static.
flamp-2.2.03/src/xmlrpcpp/XmlRpcSource.h:57:10: note: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static.
flamp-2.2.03/src/xmlrpcpp/XmlRpcUtil.cpp:49:8: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpc.h:83:18: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcUtil.cpp:49:8: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcUtil.cpp:67:8: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flamp-2.2.03/src/xmlrpcpp/XmlRpc.h:54:18: note: Virtual function in base class
flamp-2.2.03/src/xmlrpcpp/XmlRpcUtil.cpp:67:8: note: Function in derived class
flamp-2.2.03/src/xmlrpcpp/XmlRpcUtil.cpp:97:3: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
flamp-2.2.03/src/xmlrpcpp/XmlRpcUtil.cpp:109:1: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:500:43: warning: Possible null pointer dereference: offset [nullPointer]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:318:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:500:43: note: Null pointer dereference
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:505:45: warning: Possible null pointer dereference: offset [nullPointer]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:318:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:505:45: note: Null pointer dereference
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:515:6: warning: Possible null pointer dereference: offset [nullPointer]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:318:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:515:6: note: Null pointer dereference
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:191:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:192:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:277:17: performance: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static. [functionStatic]
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.cpp:384:28: note: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static.
flamp-2.2.03/src/xmlrpcpp/XmlRpcValue.h:277:17: note: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static.
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flann/flann_1.9.1+dfsg.orig.tar.gz
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1135:56: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1290:132: note: Calling function 'LZ4_decompress_generic', 10th argument 'dictStart' value is 0
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1135:56: note: Null pointer addition
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:372:27: style: Function 'LZ4_compressBound' argument 1 names different: declaration 'inputSize' definition 'isize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:118:27: note: Function 'LZ4_compressBound' argument 1 names different: declaration 'inputSize' definition 'isize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:372:27: note: Function 'LZ4_compressBound' argument 1 names different: declaration 'inputSize' definition 'isize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:657:96: style: Function 'LZ4_compress_fast_extState' argument 5 names different: declaration 'maxDestSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:139:97: note: Function 'LZ4_compress_fast_extState' argument 5 names different: declaration 'maxDestSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:657:96: note: Function 'LZ4_compress_fast_extState' argument 5 names different: declaration 'maxDestSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:679:59: style: Function 'LZ4_compress_fast' argument 3 names different: declaration 'sourceSize' definition 'inputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:128:60: note: Function 'LZ4_compress_fast' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:679:59: note: Function 'LZ4_compress_fast' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:679:74: style: Function 'LZ4_compress_fast' argument 4 names different: declaration 'maxDestSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:128:76: note: Function 'LZ4_compress_fast' argument 4 names different: declaration 'maxDestSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:679:74: note: Function 'LZ4_compress_fast' argument 4 names different: declaration 'maxDestSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:697:62: style: Function 'LZ4_compress_default' argument 3 names different: declaration 'sourceSize' definition 'inputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:73:62: note: Function 'LZ4_compress_default' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:697:62: note: Function 'LZ4_compress_default' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:697:77: style: Function 'LZ4_compress_default' argument 4 names different: declaration 'maxDestSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:73:78: note: Function 'LZ4_compress_default' argument 4 names different: declaration 'maxDestSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:697:77: note: Function 'LZ4_compress_default' argument 4 names different: declaration 'maxDestSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:912:39: style: Function 'LZ4_compress_destSize' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:153:40: note: Function 'LZ4_compress_destSize' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:912:39: note: Function 'LZ4_compress_destSize' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:912:50: style: Function 'LZ4_compress_destSize' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:153:54: note: Function 'LZ4_compress_destSize' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:912:50: note: Function 'LZ4_compress_destSize' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:912:60: style: Function 'LZ4_compress_destSize' argument 3 names different: declaration 'sourceSizePtr' definition 'srcSizePtr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:153:65: note: Function 'LZ4_compress_destSize' argument 3 names different: declaration 'sourceSizePtr' definition 'srcSizePtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:912:60: note: Function 'LZ4_compress_destSize' argument 3 names different: declaration 'sourceSizePtr' definition 'srcSizePtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:912:76: style: Function 'LZ4_compress_destSize' argument 4 names different: declaration 'targetDestSize' definition 'targetDstSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:153:84: note: Function 'LZ4_compress_destSize' argument 4 names different: declaration 'targetDestSize' definition 'targetDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:912:76: note: Function 'LZ4_compress_destSize' argument 4 names different: declaration 'targetDestSize' definition 'targetDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:943:37: style: Function 'LZ4_resetStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:202:37: note: Function 'LZ4_resetStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:943:37: note: Function 'LZ4_resetStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:948:35: style: Function 'LZ4_freeStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:211:45: note: Function 'LZ4_freeStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:948:35: note: Function 'LZ4_freeStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:956:33: style: Function 'LZ4_loadDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:220:33: note: Function 'LZ4_loadDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:956:33: note: Function 'LZ4_loadDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:47: style: Function 'LZ4_compress_fast_continue' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:230:47: note: Function 'LZ4_compress_fast_continue' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:47: note: Function 'LZ4_compress_fast_continue' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:71: style: Function 'LZ4_compress_fast_continue' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:230:70: note: Function 'LZ4_compress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:71: note: Function 'LZ4_compress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:85: style: Function 'LZ4_compress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:230:81: note: Function 'LZ4_compress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:85: note: Function 'LZ4_compress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:95: style: Function 'LZ4_compress_fast_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:230:90: note: Function 'LZ4_compress_fast_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:95: note: Function 'LZ4_compress_fast_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:110: style: Function 'LZ4_compress_fast_continue' argument 5 names different: declaration 'maxDstSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:230:103: note: Function 'LZ4_compress_fast_continue' argument 5 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1011:110: note: Function 'LZ4_compress_fast_continue' argument 5 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1083:33: style: Function 'LZ4_saveDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:240:33: note: Function 'LZ4_saveDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1083:33: note: Function 'LZ4_saveDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1355:129: style: Function 'LZ4_decompress_safe_continue' argument 5 names different: declaration 'maxDecompressedSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:288:129: note: Function 'LZ4_decompress_safe_continue' argument 5 names different: declaration 'maxDecompressedSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1355:129: note: Function 'LZ4_decompress_safe_continue' argument 5 names different: declaration 'maxDecompressedSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1434:91: style: Function 'LZ4_decompress_safe_usingDict' argument 4 names different: declaration 'maxDecompressedSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:299:92: note: Function 'LZ4_decompress_safe_usingDict' argument 4 names different: declaration 'maxDecompressedSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1434:91: note: Function 'LZ4_decompress_safe_usingDict' argument 4 names different: declaration 'maxDecompressedSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1455:68: style: Function 'LZ4_compress_limitedOutput' argument 3 names different: declaration 'sourceSize' definition 'inputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:331:69: note: Function 'LZ4_compress_limitedOutput' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1455:68: note: Function 'LZ4_compress_limitedOutput' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1456:54: style: Function 'LZ4_compress' argument 3 names different: declaration 'sourceSize' definition 'inputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:330:69: note: Function 'LZ4_compress' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1456:54: note: Function 'LZ4_compress' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1457:68: style: Function 'LZ4_compress_limitedOutput_withState' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:333:68: note: Function 'LZ4_compress_limitedOutput_withState' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1457:68: note: Function 'LZ4_compress_limitedOutput_withState' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1457:79: style: Function 'LZ4_compress_limitedOutput_withState' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:333:82: note: Function 'LZ4_compress_limitedOutput_withState' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1457:79: note: Function 'LZ4_compress_limitedOutput_withState' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1457:88: style: Function 'LZ4_compress_limitedOutput_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:333:92: note: Function 'LZ4_compress_limitedOutput_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1457:88: note: Function 'LZ4_compress_limitedOutput_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1457:101: style: Function 'LZ4_compress_limitedOutput_withState' argument 5 names different: declaration 'maxOutputSize' definition 'dstSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:333:107: note: Function 'LZ4_compress_limitedOutput_withState' argument 5 names different: declaration 'maxOutputSize' definition 'dstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1457:101: note: Function 'LZ4_compress_limitedOutput_withState' argument 5 names different: declaration 'maxOutputSize' definition 'dstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1458:54: style: Function 'LZ4_compress_withState' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:332:68: note: Function 'LZ4_compress_withState' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1458:54: note: Function 'LZ4_compress_withState' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1458:65: style: Function 'LZ4_compress_withState' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:332:82: note: Function 'LZ4_compress_withState' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1458:65: note: Function 'LZ4_compress_withState' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1458:74: style: Function 'LZ4_compress_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:332:92: note: Function 'LZ4_compress_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1458:74: note: Function 'LZ4_compress_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:56: style: Function 'LZ4_compress_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:335:57: note: Function 'LZ4_compress_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:56: note: Function 'LZ4_compress_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:80: style: Function 'LZ4_compress_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:335:84: note: Function 'LZ4_compress_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:80: note: Function 'LZ4_compress_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:91: style: Function 'LZ4_compress_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:335:98: note: Function 'LZ4_compress_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:91: note: Function 'LZ4_compress_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:100: style: Function 'LZ4_compress_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:335:108: note: Function 'LZ4_compress_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:100: note: Function 'LZ4_compress_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:113: style: Function 'LZ4_compress_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:335:123: note: Function 'LZ4_compress_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1459:113: note: Function 'LZ4_compress_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1460:42: style: Function 'LZ4_compress_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:334:57: note: Function 'LZ4_compress_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1460:42: note: Function 'LZ4_compress_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1496:35: style: Function 'LZ4_slideInputBuffer' argument 1 names different: declaration 'state' definition 'LZ4_Data'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:351:84: note: Function 'LZ4_slideInputBuffer' argument 1 names different: declaration 'state' definition 'LZ4_Data'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1496:35: note: Function 'LZ4_slideInputBuffer' argument 1 names different: declaration 'state' definition 'LZ4_Data'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1505:51: style: Function 'LZ4_decompress_safe_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:354:114: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1505:51: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1505:65: style: Function 'LZ4_decompress_safe_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:354:125: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1505:65: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1505:95: style: Function 'LZ4_decompress_safe_withPrefix64k' argument 4 names different: declaration 'maxDstSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:354:154: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 4 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1505:95: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 4 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1510:51: style: Function 'LZ4_decompress_fast_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:355:114: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1510:51: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1510:65: style: Function 'LZ4_decompress_fast_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.h:355:125: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4.c:1510:65: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:563:51: style: Function 'LZ4_freeStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:103:51: note: Function 'LZ4_freeStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:563:51: note: Function 'LZ4_freeStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:567:41: style: Function 'LZ4_resetStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:112:41: note: Function 'LZ4_resetStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:567:41: note: Function 'LZ4_resetStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:574:37: style: Function 'LZ4_loadDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:113:38: note: Function 'LZ4_loadDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:574:37: note: Function 'LZ4_loadDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:47: style: Function 'LZ4_compress_HC_continue' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:115:47: note: Function 'LZ4_compress_HC_continue' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:47: note: Function 'LZ4_compress_HC_continue' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:76: style: Function 'LZ4_compress_HC_continue' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:115:72: note: Function 'LZ4_compress_HC_continue' argument 2 names different: declaration 'src' definition 'source'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:76: note: Function 'LZ4_compress_HC_continue' argument 2 names different: declaration 'src' definition 'source'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:90: style: Function 'LZ4_compress_HC_continue' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:115:83: note: Function 'LZ4_compress_HC_continue' argument 3 names different: declaration 'dst' definition 'dest'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:90: note: Function 'LZ4_compress_HC_continue' argument 3 names different: declaration 'dst' definition 'dest'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:100: style: Function 'LZ4_compress_HC_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:115:92: note: Function 'LZ4_compress_HC_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:100: note: Function 'LZ4_compress_HC_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:115: style: Function 'LZ4_compress_HC_continue' argument 5 names different: declaration 'maxDstSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:115:105: note: Function 'LZ4_compress_HC_continue' argument 5 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:641:115: note: Function 'LZ4_compress_HC_continue' argument 5 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:652:37: style: Function 'LZ4_saveDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:117:37: note: Function 'LZ4_saveDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:652:37: note: Function 'LZ4_saveDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:652:76: style: Function 'LZ4_saveDictHC' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:117:72: note: Function 'LZ4_saveDictHC' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:652:76: note: Function 'LZ4_saveDictHC' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:677:32: style: Function 'LZ4_compressHC' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:166:48: note: Function 'LZ4_compressHC' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:677:32: note: Function 'LZ4_compressHC' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:677:43: style: Function 'LZ4_compressHC' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:166:62: note: Function 'LZ4_compressHC' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:677:43: note: Function 'LZ4_compressHC' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:677:52: style: Function 'LZ4_compressHC' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:166:72: note: Function 'LZ4_compressHC' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:677:52: note: Function 'LZ4_compressHC' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:678:46: style: Function 'LZ4_compressHC_limitedOutput' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:167:48: note: Function 'LZ4_compressHC_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:678:46: note: Function 'LZ4_compressHC_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:678:57: style: Function 'LZ4_compressHC_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:167:62: note: Function 'LZ4_compressHC_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:678:57: note: Function 'LZ4_compressHC_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:678:66: style: Function 'LZ4_compressHC_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:167:72: note: Function 'LZ4_compressHC_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:678:66: note: Function 'LZ4_compressHC_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:678:79: style: Function 'LZ4_compressHC_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:167:87: note: Function 'LZ4_compressHC_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:678:79: note: Function 'LZ4_compressHC_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:679:33: style: Function 'LZ4_compressHC2' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:168:48: note: Function 'LZ4_compressHC2' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:679:33: note: Function 'LZ4_compressHC2' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:679:44: style: Function 'LZ4_compressHC2' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:168:62: note: Function 'LZ4_compressHC2' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:679:44: note: Function 'LZ4_compressHC2' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:679:53: style: Function 'LZ4_compressHC2' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:168:72: note: Function 'LZ4_compressHC2' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:679:53: note: Function 'LZ4_compressHC2' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:679:66: style: Function 'LZ4_compressHC2' argument 4 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:168:87: note: Function 'LZ4_compressHC2' argument 4 names different: declaration 'compressionLevel' definition 'cLevel'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:679:66: note: Function 'LZ4_compressHC2' argument 4 names different: declaration 'compressionLevel' definition 'cLevel'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:47: style: Function 'LZ4_compressHC2_limitedOutput' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:169:48: note: Function 'LZ4_compressHC2_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:47: note: Function 'LZ4_compressHC2_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:58: style: Function 'LZ4_compressHC2_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:169:62: note: Function 'LZ4_compressHC2_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:58: note: Function 'LZ4_compressHC2_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:67: style: Function 'LZ4_compressHC2_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:169:72: note: Function 'LZ4_compressHC2_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:67: note: Function 'LZ4_compressHC2_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:80: style: Function 'LZ4_compressHC2_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:169:87: note: Function 'LZ4_compressHC2_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:80: note: Function 'LZ4_compressHC2_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:96: style: Function 'LZ4_compressHC2_limitedOutput' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:169:106: note: Function 'LZ4_compressHC2_limitedOutput' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:680:96: note: Function 'LZ4_compressHC2_limitedOutput' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:681:58: style: Function 'LZ4_compressHC_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:170:72: note: Function 'LZ4_compressHC_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:681:58: note: Function 'LZ4_compressHC_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:681:69: style: Function 'LZ4_compressHC_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:170:86: note: Function 'LZ4_compressHC_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:681:69: note: Function 'LZ4_compressHC_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:681:78: style: Function 'LZ4_compressHC_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:170:96: note: Function 'LZ4_compressHC_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:681:78: note: Function 'LZ4_compressHC_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:682:72: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:171:72: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:682:72: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:682:83: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:171:86: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:682:83: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:682:92: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:171:96: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:682:92: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:682:105: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:171:111: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:682:105: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:683:59: style: Function 'LZ4_compressHC2_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:172:72: note: Function 'LZ4_compressHC2_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:683:59: note: Function 'LZ4_compressHC2_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:683:70: style: Function 'LZ4_compressHC2_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:172:86: note: Function 'LZ4_compressHC2_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:683:70: note: Function 'LZ4_compressHC2_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:683:79: style: Function 'LZ4_compressHC2_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:172:96: note: Function 'LZ4_compressHC2_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:683:79: note: Function 'LZ4_compressHC2_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:683:92: style: Function 'LZ4_compressHC2_withStateHC' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:172:111: note: Function 'LZ4_compressHC2_withStateHC' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:683:92: note: Function 'LZ4_compressHC2_withStateHC' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:73: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:173:72: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:73: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:84: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:173:86: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:84: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:93: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:173:96: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:93: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:106: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:173:111: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:106: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:122: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:173:130: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:684:122: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:685:46: style: Function 'LZ4_compressHC_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:174:60: note: Function 'LZ4_compressHC_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:685:46: note: Function 'LZ4_compressHC_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:685:63: style: Function 'LZ4_compressHC_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:174:89: note: Function 'LZ4_compressHC_continue' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:685:63: note: Function 'LZ4_compressHC_continue' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:685:74: style: Function 'LZ4_compressHC_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:174:103: note: Function 'LZ4_compressHC_continue' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:685:74: note: Function 'LZ4_compressHC_continue' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:685:83: style: Function 'LZ4_compressHC_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:174:113: note: Function 'LZ4_compressHC_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:685:83: note: Function 'LZ4_compressHC_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:60: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:175:60: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:60: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:77: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:175:89: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:77: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:88: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:175:103: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:88: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:97: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:175:113: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:97: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:110: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.h:175:128: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/ext/lz4hc.c:686:110: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:766:36: style: Function 'flann_save_index' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:292:49: note: Function 'flann_save_index' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:766:36: note: Function 'flann_save_index' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:771:42: style: Function 'flann_save_index_float' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:295:55: note: Function 'flann_save_index_float' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:771:42: note: Function 'flann_save_index_float' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:776:43: style: Function 'flann_save_index_double' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:298:56: note: Function 'flann_save_index_double' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:776:43: note: Function 'flann_save_index_double' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:781:41: style: Function 'flann_save_index_byte' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:301:54: note: Function 'flann_save_index_byte' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:781:41: note: Function 'flann_save_index_byte' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:786:40: style: Function 'flann_save_index_int' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:304:53: note: Function 'flann_save_index_int' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:786:40: note: Function 'flann_save_index_int' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:924:91: style: Function 'flann_find_nearest_neighbors' argument 5 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:362:51: note: Function 'flann_find_nearest_neighbors' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:924:91: note: Function 'flann_find_nearest_neighbors' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:924:104: style: Function 'flann_find_nearest_neighbors' argument 6 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:363:52: note: Function 'flann_find_nearest_neighbors' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:924:104: note: Function 'flann_find_nearest_neighbors' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:929:97: style: Function 'flann_find_nearest_neighbors_float' argument 5 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:372:57: note: Function 'flann_find_nearest_neighbors_float' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:929:97: note: Function 'flann_find_nearest_neighbors_float' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:929:110: style: Function 'flann_find_nearest_neighbors_float' argument 6 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:373:58: note: Function 'flann_find_nearest_neighbors_float' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:929:110: note: Function 'flann_find_nearest_neighbors_float' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:934:100: style: Function 'flann_find_nearest_neighbors_double' argument 5 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:382:58: note: Function 'flann_find_nearest_neighbors_double' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:934:100: note: Function 'flann_find_nearest_neighbors_double' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:934:113: style: Function 'flann_find_nearest_neighbors_double' argument 6 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:383:59: note: Function 'flann_find_nearest_neighbors_double' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:934:113: note: Function 'flann_find_nearest_neighbors_double' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:939:112: style: Function 'flann_find_nearest_neighbors_byte' argument 5 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:392:56: note: Function 'flann_find_nearest_neighbors_byte' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:939:112: note: Function 'flann_find_nearest_neighbors_byte' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:939:125: style: Function 'flann_find_nearest_neighbors_byte' argument 6 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:393:57: note: Function 'flann_find_nearest_neighbors_byte' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:939:125: note: Function 'flann_find_nearest_neighbors_byte' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:944:91: style: Function 'flann_find_nearest_neighbors_int' argument 5 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:402:55: note: Function 'flann_find_nearest_neighbors_int' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:944:91: note: Function 'flann_find_nearest_neighbors_int' argument 5 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:944:104: style: Function 'flann_find_nearest_neighbors_int' argument 6 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:403:56: note: Function 'flann_find_nearest_neighbors_int' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:944:104: note: Function 'flann_find_nearest_neighbors_int' argument 6 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1014:54: style: Function 'flann_find_nearest_neighbors_index' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:425:67: note: Function 'flann_find_nearest_neighbors_index' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1014:54: note: Function 'flann_find_nearest_neighbors_index' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1014:85: style: Function 'flann_find_nearest_neighbors_index' argument 3 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:427:57: note: Function 'flann_find_nearest_neighbors_index' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1014:85: note: Function 'flann_find_nearest_neighbors_index' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1014:98: style: Function 'flann_find_nearest_neighbors_index' argument 4 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:428:58: note: Function 'flann_find_nearest_neighbors_index' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1014:98: note: Function 'flann_find_nearest_neighbors_index' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1019:60: style: Function 'flann_find_nearest_neighbors_index_float' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:433:73: note: Function 'flann_find_nearest_neighbors_index_float' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1019:60: note: Function 'flann_find_nearest_neighbors_index_float' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1019:91: style: Function 'flann_find_nearest_neighbors_index_float' argument 3 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:435:63: note: Function 'flann_find_nearest_neighbors_index_float' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1019:91: note: Function 'flann_find_nearest_neighbors_index_float' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1019:104: style: Function 'flann_find_nearest_neighbors_index_float' argument 4 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:436:64: note: Function 'flann_find_nearest_neighbors_index_float' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1019:104: note: Function 'flann_find_nearest_neighbors_index_float' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1024:61: style: Function 'flann_find_nearest_neighbors_index_double' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:441:74: note: Function 'flann_find_nearest_neighbors_index_double' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1024:61: note: Function 'flann_find_nearest_neighbors_index_double' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1024:93: style: Function 'flann_find_nearest_neighbors_index_double' argument 3 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:443:64: note: Function 'flann_find_nearest_neighbors_index_double' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1024:93: note: Function 'flann_find_nearest_neighbors_index_double' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1024:106: style: Function 'flann_find_nearest_neighbors_index_double' argument 4 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:444:65: note: Function 'flann_find_nearest_neighbors_index_double' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1024:106: note: Function 'flann_find_nearest_neighbors_index_double' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1029:59: style: Function 'flann_find_nearest_neighbors_index_byte' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:449:72: note: Function 'flann_find_nearest_neighbors_index_byte' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1029:59: note: Function 'flann_find_nearest_neighbors_index_byte' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1029:98: style: Function 'flann_find_nearest_neighbors_index_byte' argument 3 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:451:62: note: Function 'flann_find_nearest_neighbors_index_byte' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1029:98: note: Function 'flann_find_nearest_neighbors_index_byte' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1029:111: style: Function 'flann_find_nearest_neighbors_index_byte' argument 4 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:452:63: note: Function 'flann_find_nearest_neighbors_index_byte' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1029:111: note: Function 'flann_find_nearest_neighbors_index_byte' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1034:58: style: Function 'flann_find_nearest_neighbors_index_int' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:457:71: note: Function 'flann_find_nearest_neighbors_index_int' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1034:58: note: Function 'flann_find_nearest_neighbors_index_int' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1034:87: style: Function 'flann_find_nearest_neighbors_index_int' argument 3 names different: declaration 'trows' definition 'tcount'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:459:61: note: Function 'flann_find_nearest_neighbors_index_int' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1034:87: note: Function 'flann_find_nearest_neighbors_index_int' argument 3 names different: declaration 'trows' definition 'tcount'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1034:100: style: Function 'flann_find_nearest_neighbors_index_int' argument 4 names different: declaration 'indices' definition 'result'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:460:62: note: Function 'flann_find_nearest_neighbors_index_int' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1034:100: note: Function 'flann_find_nearest_neighbors_index_int' argument 4 names different: declaration 'indices' definition 'result'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1216:36: style: Function 'flann_free_index' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:529:49: note: Function 'flann_free_index' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1216:36: note: Function 'flann_free_index' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1221:42: style: Function 'flann_free_index_float' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:532:55: note: Function 'flann_free_index_float' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1221:42: note: Function 'flann_free_index_float' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1226:43: style: Function 'flann_free_index_double' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:535:56: note: Function 'flann_free_index_double' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1226:43: note: Function 'flann_free_index_double' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1231:41: style: Function 'flann_free_index_byte' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:538:54: note: Function 'flann_free_index_byte' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1231:41: note: Function 'flann_free_index_byte' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1236:40: style: Function 'flann_free_index_int' argument 1 names different: declaration 'index_id' definition 'index_ptr'. [funcArgNamesDifferent]
flann-1.9.1+dfsg/src/cpp/flann/flann.h:541:53: note: Function 'flann_free_index_int' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.cpp:1236:40: note: Function 'flann_free_index_int' argument 1 names different: declaration 'index_id' definition 'index_ptr'.
flann-1.9.1+dfsg/src/cpp/flann/flann.hpp:66:5: style: Struct 'SavedIndexParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flann-1.9.1+dfsg/src/cpp/flann/flann.hpp:66:34: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
flann-1.9.1+dfsg/test/flann_tests.h:690:2: style: Class 'DatasetTestFixture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flann-1.9.1+dfsg/test/flann_tests.h:690:0: style: Class 'DatasetTestFixture < float , float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flann-1.9.1+dfsg/test/flann_tests.h:690:0: style: Class 'DatasetTestFixture < unsigned char , float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flannel/flannel_0.9.1~ds1.orig.tar.xz
flannel-0.9.1/backend/udp/proxy.c:73:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
flannel-0.9.1/backend/udp/proxy.c:434:38: style: The scope of the variable 'activity' can be reduced. [variableScope]
flannel-0.9.1/backend/udp/proxy.c:156:12: style: Checking if unsigned variable 'nsent' is less than zero. [unsignedLessThanZero]
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flare/flare_0.19.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/flare-engine/flare-engine_0.19.orig.tar.gz
flare-engine-0.19/src/AStarContainer.cpp:22:45: style: Function 'AStarContainer' argument 1 names different: declaration '_map_width' definition 'map_width'. [funcArgNamesDifferent]
flare-engine-0.19/src/AStarContainer.h:32:37: note: Function 'AStarContainer' argument 1 names different: declaration '_map_width' definition 'map_width'.
flare-engine-0.19/src/AStarContainer.cpp:22:45: note: Function 'AStarContainer' argument 1 names different: declaration '_map_width' definition 'map_width'.
flare-engine-0.19/src/AStarContainer.cpp:149:55: style: Function 'AStarCloseContainer' argument 1 names different: declaration '_map_width' definition 'map_width'. [funcArgNamesDifferent]
flare-engine-0.19/src/AStarContainer.h:91:38: note: Function 'AStarCloseContainer' argument 1 names different: declaration '_map_width' definition 'map_width'.
flare-engine-0.19/src/AStarContainer.cpp:149:55: note: Function 'AStarCloseContainer' argument 1 names different: declaration '_map_width' definition 'map_width'.
flare-engine-0.19/src/AStarContainer.h:42:14: performance: Technically the member function 'AStarContainer::exists' can be static. [functionStatic]
flare-engine-0.19/src/AStarContainer.cpp:115:22: note: Technically the member function 'AStarContainer::exists' can be static.
flare-engine-0.19/src/AStarContainer.h:42:14: note: Technically the member function 'AStarContainer::exists' can be static.
flare-engine-0.19/src/AStarContainer.h:45:14: style: Technically the member function 'AStarContainer::isEmpty' can be const. [functionConst]
flare-engine-0.19/src/AStarContainer.cpp:123:22: note: Technically the member function 'AStarContainer::isEmpty' can be const.
flare-engine-0.19/src/AStarContainer.h:45:14: note: Technically the member function 'AStarContainer::isEmpty' can be const.
flare-engine-0.19/src/AStarContainer.h:95:9: style: Technically the member function 'AStarCloseContainer::getSize' can be const. [functionConst]
flare-engine-0.19/src/AStarContainer.cpp:166:26: note: Technically the member function 'AStarCloseContainer::getSize' can be const.
flare-engine-0.19/src/AStarContainer.h:95:9: note: Technically the member function 'AStarCloseContainer::getSize' can be const.
flare-engine-0.19/src/AStarContainer.h:97:10: performance: Technically the member function 'AStarCloseContainer::exists' can be static. [functionStatic]
flare-engine-0.19/src/AStarContainer.cpp:176:27: note: Technically the member function 'AStarCloseContainer::exists' can be static.
flare-engine-0.19/src/AStarContainer.h:97:10: note: Technically the member function 'AStarCloseContainer::exists' can be static.
flare-engine-0.19/src/AStarContainer.cpp:24:2: style: Class 'AStarContainer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/AStarContainer.cpp:151:2: style: Class 'AStarCloseContainer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/Utils.h:43:2: style: Class 'FPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/AStarNode.h:52:2: style: Class 'AStarNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/AStarNode.h:35:1: warning: The class 'AStarNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
flare-engine-0.19/src/Animation.cpp:72:41: style: Function 'setupUncompressed' argument 1 names different: declaration 'render_size' definition '_render_size'. [funcArgNamesDifferent]
flare-engine-0.19/src/Animation.h:88:31: note: Function 'setupUncompressed' argument 1 names different: declaration 'render_size' definition '_render_size'.
flare-engine-0.19/src/Animation.cpp:72:41: note: Function 'setupUncompressed' argument 1 names different: declaration 'render_size' definition '_render_size'.
flare-engine-0.19/src/Animation.cpp:72:61: style: Function 'setupUncompressed' argument 2 names different: declaration 'render_offset' definition '_render_offset'. [funcArgNamesDifferent]
flare-engine-0.19/src/Animation.h:88:50: note: Function 'setupUncompressed' argument 2 names different: declaration 'render_offset' definition '_render_offset'.
flare-engine-0.19/src/Animation.cpp:72:61: note: Function 'setupUncompressed' argument 2 names different: declaration 'render_offset' definition '_render_offset'.
flare-engine-0.19/src/Animation.cpp:194:43: style: Function 'getCurrentFrame' argument 1 names different: declaration 'direction' definition 'kind'. [funcArgNamesDifferent]
flare-engine-0.19/src/Animation.h:104:33: note: Function 'getCurrentFrame' argument 1 names different: declaration 'direction' definition 'kind'.
flare-engine-0.19/src/Animation.cpp:194:43: note: Function 'getCurrentFrame' argument 1 names different: declaration 'direction' definition 'kind'.
flare-engine-0.19/src/Animation.h:104:13: style: Technically the member function 'Animation::getCurrentFrame' can be const. [functionConst]
flare-engine-0.19/src/Animation.cpp:194:23: note: Technically the member function 'Animation::getCurrentFrame' can be const.
flare-engine-0.19/src/Animation.h:104:13: note: Technically the member function 'Animation::getCurrentFrame' can be const.
flare-engine-0.19/src/Animation.h:106:7: style: Technically the member function 'Animation::isFirstFrame' can be const. [functionConst]
flare-engine-0.19/src/Animation.cpp:235:17: note: Technically the member function 'Animation::isFirstFrame' can be const.
flare-engine-0.19/src/Animation.h:106:7: note: Technically the member function 'Animation::isFirstFrame' can be const.
flare-engine-0.19/src/Animation.h:107:7: style: Technically the member function 'Animation::isLastFrame' can be const. [functionConst]
flare-engine-0.19/src/Animation.cpp:239:17: note: Technically the member function 'Animation::isLastFrame' can be const.
flare-engine-0.19/src/Animation.h:107:7: note: Technically the member function 'Animation::isLastFrame' can be const.
flare-engine-0.19/src/Animation.h:108:7: style: Technically the member function 'Animation::isSecondLastFrame' can be const. [functionConst]
flare-engine-0.19/src/Animation.cpp:243:17: note: Technically the member function 'Animation::isSecondLastFrame' can be const.
flare-engine-0.19/src/Animation.h:108:7: note: Technically the member function 'Animation::isSecondLastFrame' can be const.
flare-engine-0.19/src/Animation.h:114:6: style: Technically the member function 'Animation::getTimesPlayed' can be const. [functionConst]
flare-engine-0.19/src/Animation.cpp:251:16: note: Technically the member function 'Animation::getTimesPlayed' can be const.
flare-engine-0.19/src/Animation.h:114:6: note: Technically the member function 'Animation::getTimesPlayed' can be const.
flare-engine-0.19/src/Animation.h:119:14: style: Technically the member function 'Animation::getName' can be const. [functionConst]
flare-engine-0.19/src/Animation.cpp:255:24: note: Technically the member function 'Animation::getName' can be const.
flare-engine-0.19/src/Animation.h:119:14: note: Technically the member function 'Animation::getName' can be const.
flare-engine-0.19/src/Animation.h:125:7: style: Technically the member function 'Animation::isCompleted' can be const. [functionConst]
flare-engine-0.19/src/Animation.cpp:259:17: note: Technically the member function 'Animation::isCompleted' can be const.
flare-engine-0.19/src/Animation.h:125:7: note: Technically the member function 'Animation::isCompleted' can be const.
flare-engine-0.19/src/Animation.h:43:1: warning: The class 'Animation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
flare-engine-0.19/src/AnimationManager.cpp:25:63: style: Function 'getAnimationSet' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
flare-engine-0.19/src/AnimationManager.h:38:51: note: Function 'getAnimationSet' argument 1 names different: declaration 'name' definition 'filename'.
flare-engine-0.19/src/AnimationManager.cpp:25:63: note: Function 'getAnimationSet' argument 1 names different: declaration 'name' definition 'filename'.
flare-engine-0.19/src/AnimationSet.h:65:21: style: Technically the member function 'AnimationSet::getName' can be const. [functionConst]
flare-engine-0.19/src/WidgetLabel.h:76:14: style: Technically the member function 'WidgetLabel::get' can be const. [functionConst]
flare-engine-0.19/src/FontEngine.h:64:6: style: Technically the member function 'FontEngine::getLineHeight' can be const. [functionConst]
flare-engine-0.19/src/FontEngine.h:65:6: style: Technically the member function 'FontEngine::getFontHeight' can be const. [functionConst]
flare-engine-0.19/src/AnimationSet.h:47:2: style: Class 'AnimationSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/WidgetLabel.h:66:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetLabel.h:66:7: note: Function in derived class
flare-engine-0.19/src/AnimationSet.cpp:33:58: style: Function 'getAnimation' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
flare-engine-0.19/src/AnimationSet.h:56:45: note: Function 'getAnimation' argument 1 names different: declaration 'name' definition '_name'.
flare-engine-0.19/src/AnimationSet.cpp:33:58: note: Function 'getAnimation' argument 1 names different: declaration 'name' definition '_name'.
flare-engine-0.19/src/AnimationSet.cpp:53:2: style: Class 'AnimationSet' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/StatBlock.h:152:6: style: Technically the member function 'StatBlock::get' can be const. [functionConst]
flare-engine-0.19/src/StatBlock.h:167:6: style: Technically the member function 'StatBlock::physoff' can be const. [functionConst]
flare-engine-0.19/src/StatBlock.h:168:6: style: Technically the member function 'StatBlock::physdef' can be const. [functionConst]
flare-engine-0.19/src/StatBlock.h:169:6: style: Technically the member function 'StatBlock::mentoff' can be const. [functionConst]
flare-engine-0.19/src/StatBlock.h:170:6: style: Technically the member function 'StatBlock::mentdef' can be const. [functionConst]
flare-engine-0.19/src/StatBlock.h:171:6: style: Technically the member function 'StatBlock::physment' can be const. [functionConst]
flare-engine-0.19/src/StatBlock.h:172:6: style: Technically the member function 'StatBlock::offdef' can be const. [functionConst]
flare-engine-0.19/src/GameState.h:34:7: style: Technically the member function 'GameState::isExitRequested' can be const. [functionConst]
flare-engine-0.19/src/WidgetTabControl.h:59:6: style: Technically the member function 'WidgetTabControl::getTabHeight' can be const. [functionConst]
flare-engine-0.19/src/MenuPowers.h:146:8: style: Technically the member function 'MenuPowers::getUnspent' can be const. [functionConst]
flare-engine-0.19/src/Avatar.h:84:6: performance: Technically the member function 'Avatar::getUntransformPower' can be static. [functionStatic]
flare-engine-0.19/src/Avatar.cpp:833:13: note: Technically the member function 'Avatar::getUntransformPower' can be static.
flare-engine-0.19/src/Avatar.h:84:6: note: Technically the member function 'Avatar::getUntransformPower' can be static.
flare-engine-0.19/src/Avatar.h:108:7: style: Technically the member function 'Avatar::pressing_move' can be const. [functionConst]
flare-engine-0.19/src/Avatar.cpp:255:14: note: Technically the member function 'Avatar::pressing_move' can be const.
flare-engine-0.19/src/Avatar.h:108:7: note: Technically the member function 'Avatar::pressing_move' can be const.
flare-engine-0.19/src/Hazard.h:54:2: style: Class 'Hazard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/LootManager.h:70:2: style: Class 'LootManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/WidgetButton.h:56:2: style: Class 'WidgetButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/WidgetTabControl.h:49:2: style: Class 'WidgetTabControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/Enemy.h:47:15: style: The function 'doRewards' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Entity.h:48:15: note: Virtual function in base class
flare-engine-0.19/src/Enemy.h:47:15: note: Function in derived class
flare-engine-0.19/src/Enemy.h:52:21: style: The function 'getRender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Entity.h:60:21: note: Virtual function in base class
flare-engine-0.19/src/Enemy.h:52:21: note: Function in derived class
flare-engine-0.19/src/GameStatePlay.h:105:7: style: The function 'logic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:30:15: note: Virtual function in base class
flare-engine-0.19/src/GameStatePlay.h:105:7: note: Function in derived class
flare-engine-0.19/src/GameStatePlay.h:106:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:31:15: note: Virtual function in base class
flare-engine-0.19/src/GameStatePlay.h:106:7: note: Function in derived class
flare-engine-0.19/src/WidgetButton.h:59:7: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:36:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetButton.h:59:7: note: Function in derived class
flare-engine-0.19/src/WidgetButton.h:64:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetButton.h:64:7: note: Function in derived class
flare-engine-0.19/src/MenuPowers.h:137:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuPowers.h:137:7: note: Function in derived class
flare-engine-0.19/src/Avatar.h:123:15: style: The function 'resetActiveAnimation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Entity.h:47:15: note: Virtual function in base class
flare-engine-0.19/src/Avatar.h:123:15: note: Function in derived class
flare-engine-0.19/src/Avatar.h:124:21: style: The function 'getRender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Entity.h:60:21: note: Virtual function in base class
flare-engine-0.19/src/Avatar.h:124:21: note: Function in derived class
flare-engine-0.19/src/Map.h:84:24: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/EnemyBehavior.h:39:2: style: Class 'EnemyBehavior' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/BehaviorStandard.h:60:2: style: Class 'BehaviorStandard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/BehaviorAlly.h:27:9: style: Class 'BehaviorAlly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/BehaviorStandard.h:61:7: style: The function 'logic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/EnemyBehavior.h:41:15: note: Virtual function in base class
flare-engine-0.19/src/BehaviorStandard.h:61:7: note: Function in derived class
flare-engine-0.19/src/BehaviorAlly.h:31:22: style: The function 'findTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/BehaviorStandard.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/BehaviorAlly.h:31:22: note: Function in derived class
flare-engine-0.19/src/BehaviorAlly.h:32:22: style: The function 'checkMoveStateStance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/BehaviorStandard.h:38:15: note: Virtual function in base class
flare-engine-0.19/src/BehaviorAlly.h:32:22: note: Function in derived class
flare-engine-0.19/src/BehaviorAlly.h:33:22: style: The function 'checkMoveStateMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/BehaviorStandard.h:39:15: note: Virtual function in base class
flare-engine-0.19/src/BehaviorAlly.h:33:22: note: Function in derived class
flare-engine-0.19/src/BehaviorStandard.cpp:181:15: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
flare-engine-0.19/src/BehaviorStandard.cpp:179:6: note: outer condition: !e->stats.in_combat
flare-engine-0.19/src/BehaviorStandard.cpp:181:15: note: opposite inner condition: e->stats.in_combat
flare-engine-0.19/src/CampaignManager.cpp:207:44: style: Function 'addMsg' argument 1 names different: declaration 'msg' definition 'new_msg'. [funcArgNamesDifferent]
flare-engine-0.19/src/CampaignManager.h:54:33: note: Function 'addMsg' argument 1 names different: declaration 'msg' definition 'new_msg'.
flare-engine-0.19/src/CampaignManager.cpp:207:44: note: Function 'addMsg' argument 1 names different: declaration 'msg' definition 'new_msg'.
flare-engine-0.19/src/CampaignManager.h:42:14: style: Technically the member function 'CampaignManager::getAll' can be const. [functionConst]
flare-engine-0.19/src/CampaignManager.cpp:69:30: note: Technically the member function 'CampaignManager::getAll' can be const.
flare-engine-0.19/src/CampaignManager.h:42:14: note: Technically the member function 'CampaignManager::getAll' can be const.
flare-engine-0.19/src/CampaignManager.h:43:7: style: Technically the member function 'CampaignManager::checkStatus' can be const. [functionConst]
flare-engine-0.19/src/CampaignManager.cpp:79:23: note: Technically the member function 'CampaignManager::checkStatus' can be const.
flare-engine-0.19/src/CampaignManager.h:43:7: note: Technically the member function 'CampaignManager::checkStatus' can be const.
flare-engine-0.19/src/WidgetSlot.h:54:7: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:36:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetSlot.h:54:7: note: Function in derived class
flare-engine-0.19/src/WidgetSlot.h:55:7: style: The function 'deactivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:37:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetSlot.h:55:7: note: Function in derived class
flare-engine-0.19/src/WidgetSlot.h:56:7: style: The function 'defocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:38:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetSlot.h:56:7: note: Function in derived class
flare-engine-0.19/src/WidgetSlot.h:57:7: style: The function 'getNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:39:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetSlot.h:57:7: note: Function in derived class
flare-engine-0.19/src/WidgetSlot.h:58:7: style: The function 'getPrev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:40:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetSlot.h:58:7: note: Function in derived class
flare-engine-0.19/src/WidgetSlot.h:64:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetSlot.h:64:7: note: Function in derived class
flare-engine-0.19/src/CampaignManager.cpp:56:42: performance: Function parameter 's' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/CampaignManager.cpp:79:47: performance: Function parameter 's' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/CampaignManager.cpp:103:47: performance: Function parameter 's' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/CampaignManager.cpp:181:47: performance: Function parameter 's' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/CombatText.cpp:67:41: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/EffectManager.cpp:45:31: warning: Member variable 'EffectManager::bonus_resist' is not assigned a value in 'EffectManager::operator='. [operatorEqVarError]
flare-engine-0.19/src/EffectManager.h:76:1: warning: The class 'EffectManager' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
flare-engine-0.19/src/EffectManager.cpp:201:43: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/EffectManager.cpp:201:98: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/EffectManager.cpp:275:50: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/Enemy.h:37:1: warning: The class 'Enemy' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
flare-engine-0.19/src/EnemyManager.cpp:462:13: style: Redundant condition: dead. '!dead || (dead && (*it)->stats.corpse_ticks>0)' is equivalent to '!dead || (*it)->stats.corpse_ticks>0' [redundantCondition]
flare-engine-0.19/src/EnemyManager.h:38:7: performance: Technically the member function 'EnemyManager::loadAnimations' can be static. [functionStatic]
flare-engine-0.19/src/EnemyManager.cpp:67:20: note: Technically the member function 'EnemyManager::loadAnimations' can be static.
flare-engine-0.19/src/EnemyManager.h:38:7: note: Technically the member function 'EnemyManager::loadAnimations' can be static.
flare-engine-0.19/src/EnemyManager.cpp:180:3: error: Return value of allocation function 'getEnemyPrototype' is not stored. [leakReturnValNotUsed]
flare-engine-0.19/src/Entity.cpp:316:7: style: Condition '!chance_poise' is always true [knownConditionTrueFalse]
flare-engine-0.19/src/Entity.cpp:313:35: note: Assuming that condition '!chance_poise' is not redundant
flare-engine-0.19/src/Entity.cpp:316:7: note: Condition '!chance_poise' is always true
flare-engine-0.19/src/Entity.cpp:343:41: style: Function 'setAnimation' argument 1 names different: declaration 'animation' definition 'animationName'. [funcArgNamesDifferent]
flare-engine-0.19/src/Entity.h:62:39: note: Function 'setAnimation' argument 1 names different: declaration 'animation' definition 'animationName'.
flare-engine-0.19/src/Entity.cpp:343:41: note: Function 'setAnimation' argument 1 names different: declaration 'animation' definition 'animationName'.
flare-engine-0.19/src/Entity.h:36:1: warning: The class 'Entity' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
flare-engine-0.19/src/EventManager.cpp:427:40: style: Function 'executeEvent' argument 1 names different: declaration 'e' definition 'ev'. [funcArgNamesDifferent]
flare-engine-0.19/src/EventManager.h:89:34: note: Function 'executeEvent' argument 1 names different: declaration 'e' definition 'ev'.
flare-engine-0.19/src/EventManager.cpp:427:40: note: Function 'executeEvent' argument 1 names different: declaration 'e' definition 'ev'.
flare-engine-0.19/src/FileParser.cpp:38:37: style: Function 'open' argument 1 names different: declaration 'filename' definition '_filename'. [funcArgNamesDifferent]
flare-engine-0.19/src/FileParser.h:69:31: note: Function 'open' argument 1 names different: declaration 'filename' definition '_filename'.
flare-engine-0.19/src/FileParser.cpp:38:37: note: Function 'open' argument 1 names different: declaration 'filename' definition '_filename'.
flare-engine-0.19/src/FileParser.cpp:38:108: style: Function 'open' argument 4 names different: declaration 'errormessage' definition '_errormessage'. [funcArgNamesDifferent]
flare-engine-0.19/src/FileParser.h:69:120: note: Function 'open' argument 4 names different: declaration 'errormessage' definition '_errormessage'.
flare-engine-0.19/src/FileParser.cpp:38:108: note: Function 'open' argument 4 names different: declaration 'errormessage' definition '_errormessage'.
flare-engine-0.19/src/FileParser.h:75:14: style: Technically the member function 'FileParser::getFileName' can be const. [functionConst]
flare-engine-0.19/src/FileParser.cpp:175:25: note: Technically the member function 'FileParser::getFileName' can be const.
flare-engine-0.19/src/FileParser.h:75:14: note: Technically the member function 'FileParser::getFileName' can be const.
flare-engine-0.19/src/FontEngine.cpp:114:33: performance: Function parameter '_font' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/GameStateConfig.h:67:6: performance: Technically the member function 'GameStateConfig::getLanguagesNumber' can be static. [functionStatic]
flare-engine-0.19/src/GameStateConfig.cpp:1187:22: note: Technically the member function 'GameStateConfig::getLanguagesNumber' can be static.
flare-engine-0.19/src/GameStateConfig.h:67:6: note: Technically the member function 'GameStateConfig::getLanguagesNumber' can be static.
flare-engine-0.19/src/GameStateConfig.h:72:7: performance: Technically the member function 'GameStateConfig::refreshFont' can be static. [functionStatic]
flare-engine-0.19/src/GameStateConfig.cpp:1200:23: note: Technically the member function 'GameStateConfig::refreshFont' can be static.
flare-engine-0.19/src/GameStateConfig.h:72:7: note: Technically the member function 'GameStateConfig::refreshFont' can be static.
flare-engine-0.19/src/WidgetCheckBox.h:31:2: style: Class 'WidgetCheckBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/WidgetScrollBar.h:43:2: style: Class 'WidgetScrollBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/WidgetSlider.h:30:2: style: Class 'WidgetSlider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/GameStateConfig.h:51:10: style: The function 'logic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:30:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateConfig.h:51:10: note: Function in derived class
flare-engine-0.19/src/GameStateConfig.h:52:10: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:31:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateConfig.h:52:10: note: Function in derived class
flare-engine-0.19/src/GameStateTitle.h:42:7: style: The function 'logic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:30:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateTitle.h:42:7: note: Function in derived class
flare-engine-0.19/src/GameStateTitle.h:43:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:31:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateTitle.h:43:7: note: Function in derived class
flare-engine-0.19/src/MenuConfirm.h:44:15: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuConfirm.h:44:15: note: Function in derived class
flare-engine-0.19/src/WidgetCheckBox.h:34:7: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:36:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetCheckBox.h:34:7: note: Function in derived class
flare-engine-0.19/src/WidgetCheckBox.h:40:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetCheckBox.h:40:7: note: Function in derived class
flare-engine-0.19/src/WidgetListBox.h:78:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetListBox.h:78:7: note: Function in derived class
flare-engine-0.19/src/WidgetListBox.h:81:7: style: The function 'getNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:39:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetListBox.h:81:7: note: Function in derived class
flare-engine-0.19/src/WidgetListBox.h:82:7: style: The function 'getPrev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:40:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetListBox.h:82:7: note: Function in derived class
flare-engine-0.19/src/WidgetScrollBar.h:51:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetScrollBar.h:51:7: note: Function in derived class
flare-engine-0.19/src/WidgetScrollBox.h:44:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetScrollBox.h:44:7: note: Function in derived class
flare-engine-0.19/src/WidgetScrollBox.h:53:7: style: The function 'getNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:39:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetScrollBox.h:53:7: note: Function in derived class
flare-engine-0.19/src/WidgetScrollBox.h:54:7: style: The function 'getPrev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:40:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetScrollBox.h:54:7: note: Function in derived class
flare-engine-0.19/src/WidgetScrollBox.h:55:7: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:36:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetScrollBox.h:55:7: note: Function in derived class
flare-engine-0.19/src/WidgetSlider.h:37:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetSlider.h:37:7: note: Function in derived class
flare-engine-0.19/src/WidgetSlider.h:42:7: style: The function 'getNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:39:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetSlider.h:42:7: note: Function in derived class
flare-engine-0.19/src/WidgetSlider.h:43:7: style: The function 'getPrev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:40:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetSlider.h:43:7: note: Function in derived class
flare-engine-0.19/src/GameStateCutscene.h:84:2: style: Class 'GameStateCutscene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/GameStateCutscene.h:88:7: style: The function 'logic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:30:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateCutscene.h:88:7: note: Function in derived class
flare-engine-0.19/src/GameStateCutscene.h:89:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:31:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateCutscene.h:89:7: note: Function in derived class
flare-engine-0.19/src/GameStateCutscene.cpp:245:55: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/GameStateLoad.h:49:14: performance: Technically the member function 'GameStateLoad::getMapName' can be static. [functionStatic]
flare-engine-0.19/src/GameStateLoad.cpp:237:23: note: Technically the member function 'GameStateLoad::getMapName' can be static.
flare-engine-0.19/src/GameStateLoad.h:49:14: note: Technically the member function 'GameStateLoad::getMapName' can be static.
flare-engine-0.19/src/GameStateLoad.cpp:40:2: style: Class 'GameStateLoad' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/GameStateLoad.cpp:40:2: style: Class 'GameStateLoad' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/GameStateLoad.h:100:7: style: The function 'logic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:30:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateLoad.h:100:7: note: Function in derived class
flare-engine-0.19/src/GameStateLoad.h:102:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:31:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateLoad.h:102:7: note: Function in derived class
flare-engine-0.19/src/GameStateNew.h:90:7: style: The function 'logic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:30:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateNew.h:90:7: note: Function in derived class
flare-engine-0.19/src/GameStateNew.h:91:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/GameState.h:31:15: note: Virtual function in base class
flare-engine-0.19/src/GameStateNew.h:91:7: note: Function in derived class
flare-engine-0.19/src/GameStateNew.cpp:218:46: style: Function 'loadOptions' argument 1 names different: declaration 'option_filename' definition 'filename'. [funcArgNamesDifferent]
flare-engine-0.19/src/GameStateNew.h:47:38: note: Function 'loadOptions' argument 1 names different: declaration 'option_filename' definition 'filename'.
flare-engine-0.19/src/GameStateNew.cpp:218:46: note: Function 'loadOptions' argument 1 names different: declaration 'option_filename' definition 'filename'.
flare-engine-0.19/src/GameStateNew.h:48:14: performance: Technically the member function 'GameStateNew::getClassTooltip' can be static. [functionStatic]
flare-engine-0.19/src/GameStateNew.cpp:356:27: note: Technically the member function 'GameStateNew::getClassTooltip' can be static.
flare-engine-0.19/src/GameStateNew.h:48:14: note: Technically the member function 'GameStateNew::getClassTooltip' can be static.
flare-engine-0.19/src/WidgetInput.h:61:14: style: Technically the member function 'WidgetInput::getText' can be const. [functionConst]
flare-engine-0.19/src/GameStateNew.cpp:55:2: style: Class 'GameStateNew' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/GameStateNew.cpp:55:2: style: Class 'GameStateNew' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/WidgetInput.h:59:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Widget.h:35:15: note: Virtual function in base class
flare-engine-0.19/src/WidgetInput.h:59:7: note: Function in derived class
flare-engine-0.19/src/WidgetInput.h:62:27: performance: Function parameter '_text' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/GameStatePlay.cpp:735:8: style: The scope of the variable 'interact_distance' can be reduced. [variableScope]
flare-engine-0.19/src/MenuCharacter.h:102:6: style: Technically the member function 'MenuCharacter::getUnspent' can be const. [functionConst]
flare-engine-0.19/src/MenuManager.h:126:7: style: Technically the member function 'MenuManager::requestingExit' can be const. [functionConst]
flare-engine-0.19/src/MenuVendor.h:65:6: style: Technically the member function 'MenuVendor::getTab' can be const. [functionConst]
flare-engine-0.19/src/GameStatePlay.cpp:87:2: style: Class 'GameStatePlay' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/GameStatePlay.cpp:87:2: style: Class 'GameStatePlay' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuCharacter.h:94:2: style: Class 'MenuCharacter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/MenuInventory.h:61:2: style: Class 'MenuInventory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/MenuManager.h:91:2: style: Class 'MenuManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/MenuStash.h:50:2: style: Class 'MenuStash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/MenuTalker.h:70:2: style: Class 'MenuTalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/MenuVendor.h:53:2: style: Class 'MenuVendor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/NPCManager.h:44:2: style: Class 'NPCManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/QuestLog.h:42:2: style: Class 'QuestLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/MenuActionBar.h:67:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuActionBar.h:67:7: note: Function in derived class
flare-engine-0.19/src/MenuCharacter.h:98:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuCharacter.h:98:7: note: Function in derived class
flare-engine-0.19/src/MenuEnemy.h:48:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuEnemy.h:48:7: note: Function in derived class
flare-engine-0.19/src/MenuHUDLog.h:47:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuHUDLog.h:47:7: note: Function in derived class
flare-engine-0.19/src/MenuInventory.h:65:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuInventory.h:65:7: note: Function in derived class
flare-engine-0.19/src/MenuLog.h:68:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuLog.h:68:7: note: Function in derived class
flare-engine-0.19/src/MenuMiniMap.h:56:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuMiniMap.h:56:7: note: Function in derived class
flare-engine-0.19/src/MenuNPCActions.h:68:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuNPCActions.h:68:7: note: Function in derived class
flare-engine-0.19/src/MenuStash.h:55:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuStash.h:55:7: note: Function in derived class
flare-engine-0.19/src/MenuTalker.h:78:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuTalker.h:78:7: note: Function in derived class
flare-engine-0.19/src/MenuVendor.h:66:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuVendor.h:66:7: note: Function in derived class
flare-engine-0.19/src/NPC.h:53:21: style: The function 'getRender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Entity.h:60:21: note: Virtual function in base class
flare-engine-0.19/src/NPC.h:53:21: note: Function in derived class
flare-engine-0.19/src/GameStateTitle.cpp:36:2: style: Class 'GameStateTitle' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/GameStateTitle.cpp:36:2: style: Class 'GameStateTitle' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/GameSwitcher.cpp:59:2: style: Class 'GameSwitcher' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/GetText.cpp:44:33: style: Function 'sanitize' argument 1 names different: declaration 'input' definition 'message'. [funcArgNamesDifferent]
flare-engine-0.19/src/GetText.h:36:35: note: Function 'sanitize' argument 1 names different: declaration 'input' definition 'message'.
flare-engine-0.19/src/GetText.cpp:44:33: note: Function 'sanitize' argument 1 names different: declaration 'input' definition 'message'.
flare-engine-0.19/src/GetText.h:36:14: performance: Technically the member function 'GetText::sanitize' can be static. [functionStatic]
flare-engine-0.19/src/GetText.cpp:44:17: note: Technically the member function 'GetText::sanitize' can be static.
flare-engine-0.19/src/GetText.h:36:14: note: Technically the member function 'GetText::sanitize' can be static.
flare-engine-0.19/src/GetText.cpp:68:33: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flare-engine-0.19/src/GetText.cpp:72:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flare-engine-0.19/src/GetText.cpp:84:11: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flare-engine-0.19/src/GetText.cpp:93:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flare-engine-0.19/src/GetText.cpp:106:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flare-engine-0.19/src/InputState.h:86:7: style: Technically the member function 'InputState::saveKeyBindings' can be const. [functionConst]
flare-engine-0.19/src/InputState.cpp:196:18: note: Technically the member function 'InputState::saveKeyBindings' can be const.
flare-engine-0.19/src/InputState.h:86:7: note: Technically the member function 'InputState::saveKeyBindings' can be const.
flare-engine-0.19/src/ItemManager.cpp:439:52: style: Function 'getShortTooltip' argument 1 names different: declaration 'item' definition 'stack'. [funcArgNamesDifferent]
flare-engine-0.19/src/ItemManager.h:204:40: note: Function 'getShortTooltip' argument 1 names different: declaration 'item' definition 'stack'.
flare-engine-0.19/src/ItemManager.cpp:439:52: note: Function 'getShortTooltip' argument 1 names different: declaration 'item' definition 'stack'.
flare-engine-0.19/src/ItemManager.h:109:6: style: Technically the member function 'Item::getSellPrice' can be const. [functionConst]
flare-engine-0.19/src/ItemManager.cpp:693:11: note: Technically the member function 'Item::getSellPrice' can be const.
flare-engine-0.19/src/ItemManager.h:109:6: note: Technically the member function 'Item::getSellPrice' can be const.
flare-engine-0.19/src/ItemManager.h:204:14: style: Technically the member function 'ItemManager::getShortTooltip' can be const. [functionConst]
flare-engine-0.19/src/ItemManager.cpp:439:26: note: Technically the member function 'ItemManager::getShortTooltip' can be const.
flare-engine-0.19/src/ItemManager.h:204:14: note: Technically the member function 'ItemManager::getShortTooltip' can be const.
flare-engine-0.19/src/ItemStorage.h:44:6: style: Technically the member function 'ItemStorage::getSlotNumber' can be const. [functionConst]
flare-engine-0.19/src/ItemStorage.cpp:85:18: note: Technically the member function 'ItemStorage::getSlotNumber' can be const.
flare-engine-0.19/src/ItemStorage.h:44:6: note: Technically the member function 'ItemStorage::getSlotNumber' can be const.
flare-engine-0.19/src/ItemStorage.h:45:14: style: Technically the member function 'ItemStorage::getItems' can be const. [functionConst]
flare-engine-0.19/src/ItemStorage.cpp:92:21: note: Technically the member function 'ItemStorage::getItems' can be const.
flare-engine-0.19/src/ItemStorage.h:45:14: note: Technically the member function 'ItemStorage::getItems' can be const.
flare-engine-0.19/src/ItemStorage.h:46:14: style: Technically the member function 'ItemStorage::getQuantities' can be const. [functionConst]
flare-engine-0.19/src/ItemStorage.cpp:105:21: note: Technically the member function 'ItemStorage::getQuantities' can be const.
flare-engine-0.19/src/ItemStorage.h:46:14: note: Technically the member function 'ItemStorage::getQuantities' can be const.
flare-engine-0.19/src/ItemStorage.h:54:7: style: Technically the member function 'ItemStorage::full' can be const. [functionConst]
flare-engine-0.19/src/ItemStorage.cpp:212:19: note: Technically the member function 'ItemStorage::full' can be const.
flare-engine-0.19/src/ItemStorage.h:54:7: note: Technically the member function 'ItemStorage::full' can be const.
flare-engine-0.19/src/ItemStorage.h:56:6: style: Technically the member function 'ItemStorage::count' can be const. [functionConst]
flare-engine-0.19/src/ItemStorage.cpp:241:18: note: Technically the member function 'ItemStorage::count' can be const.
flare-engine-0.19/src/ItemStorage.h:56:6: note: Technically the member function 'ItemStorage::count' can be const.
flare-engine-0.19/src/ItemStorage.h:57:7: style: Technically the member function 'ItemStorage::contain' can be const. [functionConst]
flare-engine-0.19/src/ItemStorage.cpp:254:19: note: Technically the member function 'ItemStorage::contain' can be const.
flare-engine-0.19/src/ItemStorage.h:57:7: note: Technically the member function 'ItemStorage::contain' can be const.
flare-engine-0.19/src/Loot.cpp:61:38: performance: Function parameter '_gfx' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/LootManager.h:56:7: performance: Technically the member function 'LootManager::loadGraphics' can be static. [functionStatic]
flare-engine-0.19/src/LootManager.cpp:107:19: note: Technically the member function 'LootManager::loadGraphics' can be static.
flare-engine-0.19/src/LootManager.h:56:7: note: Technically the member function 'LootManager::loadGraphics' can be static.
flare-engine-0.19/src/LootManager.cpp:50:2: style: Class 'LootManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/Map.cpp:57:27: style: Function 'load' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
flare-engine-0.19/src/Map.h:122:23: note: Function 'load' argument 1 names different: declaration 'filename' definition 'fname'.
flare-engine-0.19/src/Map.cpp:57:27: note: Function 'load' argument 1 names different: declaration 'filename' definition 'fname'.
flare-engine-0.19/src/Map.h:109:7: performance: Technically the member function 'Map::loadEnemyGroup' can be static. [functionStatic]
flare-engine-0.19/src/Map.cpp:205:11: note: Technically the member function 'Map::loadEnemyGroup' can be static.
flare-engine-0.19/src/Map.h:109:7: note: Technically the member function 'Map::loadEnemyGroup' can be static.
flare-engine-0.19/src/Map.cpp:57:27: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/MapCollision.cpp:141:51: style: Function 'move' argument 3 names different: declaration 'step_x' definition '_step_x'. [funcArgNamesDifferent]
flare-engine-0.19/src/MapCollision.h:81:38: note: Function 'move' argument 3 names different: declaration 'step_x' definition '_step_x'.
flare-engine-0.19/src/MapCollision.cpp:141:51: note: Function 'move' argument 3 names different: declaration 'step_x' definition '_step_x'.
flare-engine-0.19/src/MapCollision.cpp:141:66: style: Function 'move' argument 4 names different: declaration 'step_y' definition '_step_y'. [funcArgNamesDifferent]
flare-engine-0.19/src/MapCollision.h:81:52: note: Function 'move' argument 4 names different: declaration 'step_y' definition '_step_y'.
flare-engine-0.19/src/MapCollision.cpp:141:66: note: Function 'move' argument 4 names different: declaration 'step_y' definition '_step_y'.
flare-engine-0.19/src/MapCollision.cpp:227:45: style: Function 'is_valid_tile' argument 1 names different: declaration 'x' definition 'tile_x'. [funcArgNamesDifferent]
flare-engine-0.19/src/MapCollision.h:74:32: note: Function 'is_valid_tile' argument 1 names different: declaration 'x' definition 'tile_x'.
flare-engine-0.19/src/MapCollision.cpp:227:45: note: Function 'is_valid_tile' argument 1 names different: declaration 'x' definition 'tile_x'.
flare-engine-0.19/src/MapCollision.cpp:227:64: style: Function 'is_valid_tile' argument 2 names different: declaration 'y' definition 'tile_y'. [funcArgNamesDifferent]
flare-engine-0.19/src/MapCollision.h:74:46: note: Function 'is_valid_tile' argument 2 names different: declaration 'y' definition 'tile_y'.
flare-engine-0.19/src/MapCollision.cpp:227:64: note: Function 'is_valid_tile' argument 2 names different: declaration 'y' definition 'tile_y'.
flare-engine-0.19/src/MapCollision.cpp:371:40: style: Function 'compute_path' argument 1 names different: declaration 'start' definition 'start_pos'. [funcArgNamesDifferent]
flare-engine-0.19/src/MapCollision.h:94:27: note: Function 'compute_path' argument 1 names different: declaration 'start' definition 'start_pos'.
flare-engine-0.19/src/MapCollision.cpp:371:40: note: Function 'compute_path' argument 1 names different: declaration 'start' definition 'start_pos'.
flare-engine-0.19/src/MapCollision.cpp:371:58: style: Function 'compute_path' argument 2 names different: declaration 'end' definition 'end_pos'. [funcArgNamesDifferent]
flare-engine-0.19/src/MapCollision.h:94:41: note: Function 'compute_path' argument 2 names different: declaration 'end' definition 'end_pos'.
flare-engine-0.19/src/MapCollision.cpp:371:58: note: Function 'compute_path' argument 2 names different: declaration 'end' definition 'end_pos'.
flare-engine-0.19/src/MapCollision.h:65:7: style: Technically the member function 'MapCollision::line_check' can be const. [functionConst]
flare-engine-0.19/src/MapCollision.cpp:266:20: note: Technically the member function 'MapCollision::line_check' can be const.
flare-engine-0.19/src/MapCollision.h:65:7: note: Technically the member function 'MapCollision::line_check' can be const.
flare-engine-0.19/src/MapCollision.h:67:7: style: Technically the member function 'MapCollision::small_step_forced_slide_along_grid' can be const. [functionConst]
flare-engine-0.19/src/MapCollision.cpp:68:20: note: Technically the member function 'MapCollision::small_step_forced_slide_along_grid' can be const.
flare-engine-0.19/src/MapCollision.h:67:7: note: Technically the member function 'MapCollision::small_step_forced_slide_along_grid' can be const.
flare-engine-0.19/src/MapCollision.h:69:7: style: Technically the member function 'MapCollision::small_step_forced_slide' can be const. [functionConst]
flare-engine-0.19/src/MapCollision.cpp:85:20: note: Technically the member function 'MapCollision::small_step_forced_slide' can be const.
flare-engine-0.19/src/MapCollision.h:69:7: note: Technically the member function 'MapCollision::small_step_forced_slide' can be const.
flare-engine-0.19/src/MapCollision.h:71:7: style: Technically the member function 'MapCollision::small_step' can be const. [functionConst]
flare-engine-0.19/src/MapCollision.cpp:56:20: note: Technically the member function 'MapCollision::small_step' can be const.
flare-engine-0.19/src/MapCollision.h:71:7: note: Technically the member function 'MapCollision::small_step' can be const.
flare-engine-0.19/src/MapRenderer.cpp:777:22: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
flare-engine-0.19/src/MapRenderer.cpp:776:21: note: outer condition: inpt->pressing[ACCEPT]
flare-engine-0.19/src/MapRenderer.cpp:777:22: note: identical inner condition: inpt->pressing[ACCEPT]
flare-engine-0.19/src/MapRenderer.cpp:140:35: style: Function 'load' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
flare-engine-0.19/src/MapRenderer.h:116:23: note: Function 'load' argument 1 names different: declaration 'filename' definition 'fname'.
flare-engine-0.19/src/MapRenderer.cpp:140:35: note: Function 'load' argument 1 names different: declaration 'filename' definition 'fname'.
flare-engine-0.19/src/MapRenderer.cpp:43:4: style: Class 'MapRenderer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuActionBar.cpp:42:38: style: Function 'MenuActionBar' argument 1 names different: declaration 'hero' definition '_hero'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuActionBar.h:62:24: note: Function 'MenuActionBar' argument 1 names different: declaration 'hero' definition '_hero'.
flare-engine-0.19/src/MenuActionBar.cpp:42:38: note: Function 'MenuActionBar' argument 1 names different: declaration 'hero' definition '_hero'.
flare-engine-0.19/src/MenuActionBar.cpp:42:58: style: Function 'MenuActionBar' argument 2 names different: declaration 'icons' definition '_icons'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuActionBar.h:62:43: note: Function 'MenuActionBar' argument 2 names different: declaration 'icons' definition '_icons'.
flare-engine-0.19/src/MenuActionBar.cpp:42:58: note: Function 'MenuActionBar' argument 2 names different: declaration 'icons' definition '_icons'.
flare-engine-0.19/src/MenuActiveEffects.h:46:2: style: Class 'MenuActiveEffects' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/MenuActiveEffects.h:50:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuActiveEffects.h:50:7: note: Function in derived class
flare-engine-0.19/src/MenuCharacter.cpp:37:41: style: Function 'MenuCharacter' argument 1 names different: declaration 'stats' definition '_stats'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuCharacter.h:94:27: note: Function 'MenuCharacter' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuCharacter.cpp:37:41: note: Function 'MenuCharacter' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuCharacter.h:72:12: performance: Technically the member function 'MenuCharacter::bonusColor' can be static. [functionStatic]
flare-engine-0.19/src/MenuCharacter.cpp:485:26: note: Technically the member function 'MenuCharacter::bonusColor' can be static.
flare-engine-0.19/src/MenuCharacter.h:72:12: note: Technically the member function 'MenuCharacter::bonusColor' can be static.
flare-engine-0.19/src/MenuCharacter.cpp:58:2: style: Class 'MenuCharacter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuCharacter.cpp:58:2: style: Class 'MenuCharacter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuConfirm.cpp:35:3: style: Class 'MenuConfirm' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuConfirm.cpp:35:3: style: Class 'MenuConfirm' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuExit.h:49:7: style: Technically the member function 'MenuExit::isExitRequested' can be const. [functionConst]
flare-engine-0.19/src/MenuExit.cpp:30:2: style: Class 'MenuExit' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuExit.cpp:30:2: style: Class 'MenuExit' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuExit.h:47:15: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuExit.h:47:15: note: Function in derived class
flare-engine-0.19/src/MenuHUDLog.h:32:6: performance: Technically the member function 'MenuHUDLog::calcDuration' can be static. [functionStatic]
flare-engine-0.19/src/MenuHUDLog.cpp:44:17: note: Technically the member function 'MenuHUDLog::calcDuration' can be static.
flare-engine-0.19/src/MenuHUDLog.h:32:6: note: Technically the member function 'MenuHUDLog::calcDuration' can be static.
flare-engine-0.19/src/MenuInventory.cpp:38:41: style: Function 'MenuInventory' argument 1 names different: declaration 'stats' definition '_stats'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuInventory.h:61:27: note: Function 'MenuInventory' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuInventory.cpp:38:41: note: Function 'MenuInventory' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuInventory.h:87:7: style: Technically the member function 'MenuInventory::requirementsMet' can be const. [functionConst]
flare-engine-0.19/src/MenuInventory.cpp:723:21: note: Technically the member function 'MenuInventory::requirementsMet' can be const.
flare-engine-0.19/src/MenuInventory.h:87:7: note: Technically the member function 'MenuInventory::requirementsMet' can be const.
flare-engine-0.19/src/MenuInventory.h:93:6: style: Technically the member function 'MenuInventory::getEquippedCount' can be const. [functionConst]
flare-engine-0.19/src/MenuInventory.cpp:965:20: note: Technically the member function 'MenuInventory::getEquippedCount' can be const.
flare-engine-0.19/src/MenuInventory.h:93:6: note: Technically the member function 'MenuInventory::getEquippedCount' can be const.
flare-engine-0.19/src/MenuInventory.h:94:6: style: Technically the member function 'MenuInventory::getCarriedRows' can be const. [functionConst]
flare-engine-0.19/src/MenuInventory.cpp:969:20: note: Technically the member function 'MenuInventory::getCarriedRows' can be const.
flare-engine-0.19/src/MenuInventory.h:94:6: note: Technically the member function 'MenuInventory::getCarriedRows' can be const.
flare-engine-0.19/src/MenuInventory.cpp:55:2: style: Class 'MenuInventory' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuInventory.cpp:55:2: style: Class 'MenuInventory' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuItemStorage.cpp:41:66: style: Function 'init' argument 3 names different: declaration 'icon_size' definition '_icon_size'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuItemStorage.h:45:50: note: Function 'init' argument 3 names different: declaration 'icon_size' definition '_icon_size'.
flare-engine-0.19/src/MenuItemStorage.cpp:41:66: note: Function 'init' argument 3 names different: declaration 'icon_size' definition '_icon_size'.
flare-engine-0.19/src/MenuItemStorage.cpp:41:82: style: Function 'init' argument 4 names different: declaration 'nb_cols' definition '_nb_cols'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuItemStorage.h:45:65: note: Function 'init' argument 4 names different: declaration 'nb_cols' definition '_nb_cols'.
flare-engine-0.19/src/MenuItemStorage.cpp:41:82: note: Function 'init' argument 4 names different: declaration 'nb_cols' definition '_nb_cols'.
flare-engine-0.19/src/MenuItemStorage.cpp:63:85: performance: Function parameter '_slot_type' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/MenuItemStorage.cpp:196:48: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/MenuLog.cpp:84:2: style: Class 'MenuLog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuLog.cpp:84:2: style: Class 'MenuLog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuManager.cpp:49:37: style: Function 'MenuManager' argument 1 names different: declaration 'stats' definition '_stats'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuManager.h:91:25: note: Function 'MenuManager' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuManager.cpp:49:37: note: Function 'MenuManager' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuManager.h:125:7: style: Technically the member function 'MenuManager::isDragging' can be const. [functionConst]
flare-engine-0.19/src/MenuManager.cpp:1357:19: note: Technically the member function 'MenuManager::isDragging' can be const.
flare-engine-0.19/src/MenuManager.h:125:7: note: Technically the member function 'MenuManager::isDragging' can be const.
flare-engine-0.19/src/MenuManager.cpp:115:2: style: Class 'MenuManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuStatBar.h:50:2: style: Class 'MenuStatBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flare-engine-0.19/src/MenuStatBar.h:54:7: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flare-engine-0.19/src/Menu.h:46:15: note: Virtual function in base class
flare-engine-0.19/src/MenuStatBar.h:54:7: note: Function in derived class
flare-engine-0.19/src/MenuMiniMap.cpp:64:2: style: Class 'MenuMiniMap' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuMiniMap.cpp:64:2: style: Class 'MenuMiniMap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuNPCActions.cpp:210:34: style: Function 'setNPC' argument 1 names different: declaration 'npc' definition 'pnpc'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuNPCActions.h:64:19: note: Function 'setNPC' argument 1 names different: declaration 'npc' definition 'pnpc'.
flare-engine-0.19/src/MenuNPCActions.cpp:210:34: note: Function 'setNPC' argument 1 names different: declaration 'npc' definition 'pnpc'.
flare-engine-0.19/src/MenuNPCActions.cpp:46:2: warning: Member variable 'Action::rect' is not initialized in the constructor. [uninitMemberVar]
flare-engine-0.19/src/MenuNPCActions.h:66:7: style: Technically the member function 'MenuNPCActions::empty' can be const. [functionConst]
flare-engine-0.19/src/MenuNPCActions.cpp:286:22: note: Technically the member function 'MenuNPCActions::empty' can be const.
flare-engine-0.19/src/MenuNPCActions.h:66:7: note: Technically the member function 'MenuNPCActions::empty' can be const.
flare-engine-0.19/src/MenuNPCActions.h:71:7: style: Technically the member function 'MenuNPCActions::selection' can be const. [functionConst]
flare-engine-0.19/src/MenuNPCActions.cpp:290:22: note: Technically the member function 'MenuNPCActions::selection' can be const.
flare-engine-0.19/src/MenuNPCActions.h:71:7: note: Technically the member function 'MenuNPCActions::selection' can be const.
flare-engine-0.19/src/MenuNPCActions.cpp:37:1: warning: The class 'Action' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
flare-engine-0.19/src/MenuNPCActions.cpp:39:21: performance: Function parameter '_id' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/MenuPowers.h:122:8: performance: Technically the member function 'MenuPowers::id_by_powerIndex' can be static. [functionStatic]
flare-engine-0.19/src/MenuPowers.cpp:159:19: note: Technically the member function 'MenuPowers::id_by_powerIndex' can be static.
flare-engine-0.19/src/MenuPowers.h:122:8: note: Technically the member function 'MenuPowers::id_by_powerIndex' can be static.
flare-engine-0.19/src/MenuPowers.cpp:59:2: style: Class 'MenuPowers' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuPowers.cpp:59:2: style: Class 'MenuPowers' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuStash.cpp:35:33: style: Function 'MenuStash' argument 1 names different: declaration 'stats' definition '_stats'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuStash.h:50:23: note: Function 'MenuStash' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuStash.cpp:35:33: note: Function 'MenuStash' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuStash.h:64:6: style: Technically the member function 'MenuStash::getRowsCount' can be const. [functionConst]
flare-engine-0.19/src/MenuStash.cpp:247:16: note: Technically the member function 'MenuStash::getRowsCount' can be const.
flare-engine-0.19/src/MenuStash.h:64:6: note: Technically the member function 'MenuStash::getRowsCount' can be const.
flare-engine-0.19/src/MenuStash.cpp:38:4: style: Class 'MenuStash' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuStash.cpp:38:4: style: Class 'MenuStash' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuStatBar.cpp:40:2: style: Class 'MenuStatBar' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuStatBar.cpp:40:2: style: Class 'MenuStatBar' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuStatBar.cpp:38:38: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/MenuStatBar.cpp:81:44: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/MenuStatBar.cpp:86:82: performance: Function parameter '_custom_string' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/MenuTalker.cpp:41:37: style: Function 'MenuTalker' argument 1 names different: declaration 'menu' definition '_menu'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuTalker.h:70:26: note: Function 'MenuTalker' argument 1 names different: declaration 'menu' definition '_menu'.
flare-engine-0.19/src/MenuTalker.cpp:41:37: note: Function 'MenuTalker' argument 1 names different: declaration 'menu' definition '_menu'.
flare-engine-0.19/src/MenuTalker.cpp:116:39: style: Function 'chooseDialogNode' argument 1 names different: declaration 'requested_node' definition 'request_dialog_node'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuTalker.h:75:28: note: Function 'chooseDialogNode' argument 1 names different: declaration 'requested_node' definition 'request_dialog_node'.
flare-engine-0.19/src/MenuTalker.cpp:116:39: note: Function 'chooseDialogNode' argument 1 names different: declaration 'requested_node' definition 'request_dialog_node'.
flare-engine-0.19/src/MenuTalker.cpp:108:2: style: Class 'MenuTalker' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuTalker.cpp:108:2: style: Class 'MenuTalker' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MenuVendor.cpp:38:35: style: Function 'MenuVendor' argument 1 names different: declaration 'stats' definition '_stats'. [funcArgNamesDifferent]
flare-engine-0.19/src/MenuVendor.h:53:24: note: Function 'MenuVendor' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuVendor.cpp:38:35: note: Function 'MenuVendor' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/MenuVendor.h:61:7: performance: Technically the member function 'MenuVendor::loadMerchant' can be static. [functionStatic]
flare-engine-0.19/src/MenuVendor.cpp:111:18: note: Technically the member function 'MenuVendor::loadMerchant' can be static.
flare-engine-0.19/src/MenuVendor.h:61:7: note: Technically the member function 'MenuVendor::loadMerchant' can be static.
flare-engine-0.19/src/MenuVendor.h:75:6: style: Technically the member function 'MenuVendor::getRowsCount' can be const. [functionConst]
flare-engine-0.19/src/MenuVendor.cpp:259:17: note: Technically the member function 'MenuVendor::getRowsCount' can be const.
flare-engine-0.19/src/MenuVendor.h:75:6: note: Technically the member function 'MenuVendor::getRowsCount' can be const.
flare-engine-0.19/src/MenuVendor.cpp:41:4: style: Class 'MenuVendor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/MenuVendor.cpp:41:4: style: Class 'MenuVendor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/MessageEngine.cpp:117:39: style: Function 'unescape' argument 1 names different: declaration 'msg' definition 'val'. [funcArgNamesDifferent]
flare-engine-0.19/src/MessageEngine.h:40:35: note: Function 'unescape' argument 1 names different: declaration 'msg' definition 'val'.
flare-engine-0.19/src/MessageEngine.cpp:117:39: note: Function 'unescape' argument 1 names different: declaration 'msg' definition 'val'.
flare-engine-0.19/src/MessageEngine.h:39:14: performance: Technically the member function 'MessageEngine::str' can be static. [functionStatic]
flare-engine-0.19/src/MessageEngine.cpp:110:23: note: Technically the member function 'MessageEngine::str' can be static.
flare-engine-0.19/src/MessageEngine.h:39:14: note: Technically the member function 'MessageEngine::str' can be static.
flare-engine-0.19/src/MessageEngine.h:40:14: performance: Technically the member function 'MessageEngine::unescape' can be static. [functionStatic]
flare-engine-0.19/src/MessageEngine.cpp:117:23: note: Technically the member function 'MessageEngine::unescape' can be static.
flare-engine-0.19/src/MessageEngine.h:40:14: note: Technically the member function 'MessageEngine::unescape' can be static.
flare-engine-0.19/src/ModManager.h:51:27: style: Technically the member function 'ModManager::list' can be const. [functionConst]
flare-engine-0.19/src/ModManager.cpp:174:28: note: Technically the member function 'ModManager::list' can be const.
flare-engine-0.19/src/ModManager.h:51:27: note: Technically the member function 'ModManager::list' can be const.
flare-engine-0.19/src/NPC.h:39:7: performance: Technically the member function 'NPC::isDialogType' can be static. [functionStatic]
flare-engine-0.19/src/NPC.cpp:407:11: note: Technically the member function 'NPC::isDialogType' can be static.
flare-engine-0.19/src/NPC.h:39:7: note: Technically the member function 'NPC::isDialogType' can be static.
flare-engine-0.19/src/NPCManager.cpp:41:35: style: Function 'NPCManager' argument 1 names different: declaration 'stats' definition '_stats'. [funcArgNamesDifferent]
flare-engine-0.19/src/NPCManager.h:44:24: note: Function 'NPCManager' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/NPCManager.cpp:41:35: note: Function 'NPCManager' argument 1 names different: declaration 'stats' definition '_stats'.
flare-engine-0.19/src/NPCManager.h:52:6: style: Technically the member function 'NPCManager::getID' can be const. [functionConst]
flare-engine-0.19/src/NPCManager.cpp:104:17: note: Technically the member function 'NPCManager::getID' can be const.
flare-engine-0.19/src/NPCManager.h:52:6: note: Technically the member function 'NPCManager::getID' can be const.
flare-engine-0.19/src/NPCManager.cpp:42:4: style: Class 'NPCManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/NPCManager.cpp:104:35: performance: Function parameter 'npcName' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/PowerManager.cpp:569:35: style: Function 'initHazard' argument 1 names different: declaration 'powernum' definition 'power_index'. [funcArgNamesDifferent]
flare-engine-0.19/src/PowerManager.h:341:22: note: Function 'initHazard' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:569:35: note: Function 'initHazard' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:833:30: style: Function 'fixed' argument 1 names different: declaration 'powernum' definition 'power_index'. [funcArgNamesDifferent]
flare-engine-0.19/src/PowerManager.h:345:17: note: Function 'fixed' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:833:30: note: Function 'fixed' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:869:32: style: Function 'missile' argument 1 names different: declaration 'powernum' definition 'power_index'. [funcArgNamesDifferent]
flare-engine-0.19/src/PowerManager.h:346:19: note: Function 'missile' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:869:32: note: Function 'missile' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:929:33: style: Function 'repeater' argument 1 names different: declaration 'powernum' definition 'power_index'. [funcArgNamesDifferent]
flare-engine-0.19/src/PowerManager.h:347:20: note: Function 'repeater' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:929:33: note: Function 'repeater' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:976:30: style: Function 'spawn' argument 1 names different: declaration 'powernum' definition 'power_index'. [funcArgNamesDifferent]
flare-engine-0.19/src/PowerManager.h:348:17: note: Function 'spawn' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:976:30: note: Function 'spawn' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:1035:34: style: Function 'transform' argument 1 names different: declaration 'powernum' definition 'power_index'. [funcArgNamesDifferent]
flare-engine-0.19/src/PowerManager.h:349:21: note: Function 'transform' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.cpp:1035:34: note: Function 'transform' argument 1 names different: declaration 'powernum' definition 'power_index'.
flare-engine-0.19/src/PowerManager.h:339:9: performance: Technically the member function 'PowerManager::limitRange' can be static. [functionStatic]
flare-engine-0.19/src/PowerManager.cpp:500:22: note: Technically the member function 'PowerManager::limitRange' can be static.
flare-engine-0.19/src/PowerManager.h:339:9: note: Technically the member function 'PowerManager::limitRange' can be static.
flare-engine-0.19/src/PowerManager.h:340:9: style: Technically the member function 'PowerManager::targetNeighbor' can be const. [functionConst]
flare-engine-0.19/src/PowerManager.cpp:537:22: note: Technically the member function 'PowerManager::targetNeighbor' can be const.
flare-engine-0.19/src/PowerManager.h:340:9: note: Technically the member function 'PowerManager::targetNeighbor' can be const.
flare-engine-0.19/src/SoundManager.cpp:67:33: style: Function 'logic' argument 1 names different: declaration 'center' definition 'c'. [funcArgNamesDifferent]
flare-engine-0.19/src/SoundManager.h:44:20: note: Function 'logic' argument 1 names different: declaration 'center' definition 'c'.
flare-engine-0.19/src/SoundManager.cpp:67:33: note: Function 'logic' argument 1 names different: declaration 'center' definition 'c'.
flare-engine-0.19/src/SoundManager.cpp:197:64: performance: Function parameter 'channel' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/TooltipData.cpp:30:14: warning: Member variable 'TooltipData::default_color' is not initialized in the constructor. [uninitMemberVar]
flare-engine-0.19/src/TooltipData.cpp:46:27: warning: Member variable 'TooltipData::default_color' is not assigned a value in 'TooltipData::operator='. [operatorEqVarError]
flare-engine-0.19/src/TooltipData.cpp:23:2: performance: Variable 'default_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flare-engine-0.19/src/TooltipData.h:58:7: style: Technically the member function 'TooltipData::isEmpty' can be const. [functionConst]
flare-engine-0.19/src/TooltipData.cpp:91:19: note: Technically the member function 'TooltipData::isEmpty' can be const.
flare-engine-0.19/src/TooltipData.h:58:7: note: Technically the member function 'TooltipData::isEmpty' can be const.
flare-engine-0.19/src/TooltipData.h:61:7: style: Technically the member function 'TooltipData::compareFirstLine' can be const. [functionConst]
flare-engine-0.19/src/TooltipData.cpp:95:19: note: Technically the member function 'TooltipData::compareFirstLine' can be const.
flare-engine-0.19/src/TooltipData.h:61:7: note: Technically the member function 'TooltipData::compareFirstLine' can be const.
flare-engine-0.19/src/TooltipData.h:64:7: style: Technically the member function 'TooltipData::compare' can be const. [functionConst]
flare-engine-0.19/src/TooltipData.cpp:101:19: note: Technically the member function 'TooltipData::compare' can be const.
flare-engine-0.19/src/TooltipData.h:64:7: note: Technically the member function 'TooltipData::compare' can be const.
flare-engine-0.19/src/Utils.cpp:161:31: style: Function 'readPixel' argument 1 names different: declaration 'screen' definition 'surface'. [funcArgNamesDifferent]
flare-engine-0.19/src/Utils.h:101:31: note: Function 'readPixel' argument 1 names different: declaration 'screen' definition 'surface'.
flare-engine-0.19/src/Utils.cpp:161:31: note: Function 'readPixel' argument 1 names different: declaration 'screen' definition 'surface'.
flare-engine-0.19/src/Utils.cpp:203:29: style: Function 'drawPixel' argument 1 names different: declaration 'screen' definition 'surface'. [funcArgNamesDifferent]
flare-engine-0.19/src/Utils.h:102:29: note: Function 'drawPixel' argument 1 names different: declaration 'screen' definition 'surface'.
flare-engine-0.19/src/Utils.cpp:203:29: note: Function 'drawPixel' argument 1 names different: declaration 'screen' definition 'surface'.
flare-engine-0.19/src/Utils.cpp:203:59: style: Function 'drawPixel' argument 4 names different: declaration 'color' definition 'pixel'. [funcArgNamesDifferent]
flare-engine-0.19/src/Utils.h:102:58: note: Function 'drawPixel' argument 4 names different: declaration 'color' definition 'pixel'.
flare-engine-0.19/src/Utils.cpp:203:59: note: Function 'drawPixel' argument 4 names different: declaration 'color' definition 'pixel'.
flare-engine-0.19/src/Utils.cpp:243:28: style: Function 'drawLine' argument 1 names different: declaration 'screen' definition 'surface'. [funcArgNamesDifferent]
flare-engine-0.19/src/Utils.h:103:28: note: Function 'drawLine' argument 1 names different: declaration 'screen' definition 'surface'.
flare-engine-0.19/src/Utils.cpp:243:28: note: Function 'drawLine' argument 1 names different: declaration 'screen' definition 'surface'.
flare-engine-0.19/src/Utils.cpp:268:28: style: Function 'drawLine' argument 1 names different: declaration 'screen' definition 'surface'. [funcArgNamesDifferent]
flare-engine-0.19/src/Utils.h:104:28: note: Function 'drawLine' argument 1 names different: declaration 'screen' definition 'surface'.
flare-engine-0.19/src/Utils.cpp:268:28: note: Function 'drawLine' argument 1 names different: declaration 'screen' definition 'surface'.
flare-engine-0.19/src/UtilsParsing.cpp:28:20: performance: Function parameter 's' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/Widget.h:53:7: style: Technically the member function 'TabList::current_is_valid' can be const. [functionConst]
flare-engine-0.19/src/Widget.cpp:117:15: note: Technically the member function 'TabList::current_is_valid' can be const.
flare-engine-0.19/src/Widget.h:53:7: note: Technically the member function 'TabList::current_is_valid' can be const.
flare-engine-0.19/src/Widget.h:54:7: style: Technically the member function 'TabList::previous_is_valid' can be const. [functionConst]
flare-engine-0.19/src/Widget.cpp:121:15: note: Technically the member function 'TabList::previous_is_valid' can be const.
flare-engine-0.19/src/Widget.h:54:7: note: Technically the member function 'TabList::previous_is_valid' can be const.
flare-engine-0.19/src/Widget.h:63:7: style: Technically the member function 'TabList::isLocked' can be const. [functionConst]
flare-engine-0.19/src/Widget.cpp:65:15: note: Technically the member function 'TabList::isLocked' can be const.
flare-engine-0.19/src/Widget.h:63:7: note: Technically the member function 'TabList::isLocked' can be const.
flare-engine-0.19/src/Widget.h:69:6: style: Technically the member function 'TabList::getCurrent' can be const. [functionConst]
flare-engine-0.19/src/Widget.cpp:109:14: note: Technically the member function 'TabList::getCurrent' can be const.
flare-engine-0.19/src/Widget.h:69:6: note: Technically the member function 'TabList::getCurrent' can be const.
flare-engine-0.19/src/Widget.h:70:11: style: Technically the member function 'TabList::size' can be const. [functionConst]
flare-engine-0.19/src/Widget.cpp:113:19: note: Technically the member function 'TabList::size' can be const.
flare-engine-0.19/src/Widget.h:70:11: note: Technically the member function 'TabList::size' can be const.
flare-engine-0.19/src/WidgetButton.cpp:39:4: style: Class 'WidgetButton' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/WidgetButton.cpp:39:4: style: Class 'WidgetButton' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/WidgetLabel.h:71:6: style: Technically the member function 'WidgetLabel::getX' can be const. [functionConst]
flare-engine-0.19/src/WidgetLabel.cpp:178:18: note: Technically the member function 'WidgetLabel::getX' can be const.
flare-engine-0.19/src/WidgetLabel.h:71:6: note: Technically the member function 'WidgetLabel::getX' can be const.
flare-engine-0.19/src/WidgetLabel.h:72:6: style: Technically the member function 'WidgetLabel::getY' can be const. [functionConst]
flare-engine-0.19/src/WidgetLabel.cpp:185:18: note: Technically the member function 'WidgetLabel::getY' can be const.
flare-engine-0.19/src/WidgetLabel.h:72:6: note: Technically the member function 'WidgetLabel::getY' can be const.
flare-engine-0.19/src/WidgetLabel.cpp:114:117: performance: Function parameter '_font' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/WidgetListBox.h:71:6: style: Technically the member function 'WidgetListBox::getSelected' can be const. [functionConst]
flare-engine-0.19/src/WidgetListBox.cpp:301:20: note: Technically the member function 'WidgetListBox::getSelected' can be const.
flare-engine-0.19/src/WidgetListBox.h:71:6: note: Technically the member function 'WidgetListBox::getSelected' can be const.
flare-engine-0.19/src/WidgetListBox.h:72:14: style: Technically the member function 'WidgetListBox::getValue' can be const. [functionConst]
flare-engine-0.19/src/WidgetListBox.cpp:309:28: note: Technically the member function 'WidgetListBox::getValue' can be const.
flare-engine-0.19/src/WidgetListBox.h:72:14: note: Technically the member function 'WidgetListBox::getValue' can be const.
flare-engine-0.19/src/WidgetListBox.h:73:14: style: Technically the member function 'WidgetListBox::getValue' can be const. [functionConst]
flare-engine-0.19/src/WidgetListBox.cpp:319:28: note: Technically the member function 'WidgetListBox::getValue' can be const.
flare-engine-0.19/src/WidgetListBox.h:73:14: note: Technically the member function 'WidgetListBox::getValue' can be const.
flare-engine-0.19/src/WidgetListBox.h:74:14: style: Technically the member function 'WidgetListBox::getTooltip' can be const. [functionConst]
flare-engine-0.19/src/WidgetListBox.cpp:326:28: note: Technically the member function 'WidgetListBox::getTooltip' can be const.
flare-engine-0.19/src/WidgetListBox.h:74:14: note: Technically the member function 'WidgetListBox::getTooltip' can be const.
flare-engine-0.19/src/WidgetListBox.h:75:6: style: Technically the member function 'WidgetListBox::getSize' can be const. [functionConst]
flare-engine-0.19/src/WidgetListBox.cpp:333:20: note: Technically the member function 'WidgetListBox::getSize' can be const.
flare-engine-0.19/src/WidgetListBox.h:75:6: note: Technically the member function 'WidgetListBox::getSize' can be const.
flare-engine-0.19/src/WidgetListBox.cpp:41:4: style: Class 'WidgetListBox' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/WidgetListBox.cpp:41:4: style: Class 'WidgetListBox' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/WidgetListBox.cpp:192:40: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/WidgetListBox.cpp:192:59: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/WidgetListBox.cpp:206:48: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/WidgetListBox.cpp:206:67: performance: Function parameter 'tooltip' should be passed by const reference. [passedByValue]
flare-engine-0.19/src/WidgetScrollBar.h:50:6: style: Technically the member function 'WidgetScrollBar::getValue' can be const. [functionConst]
flare-engine-0.19/src/WidgetScrollBar.cpp:126:22: note: Technically the member function 'WidgetScrollBar::getValue' can be const.
flare-engine-0.19/src/WidgetScrollBar.h:50:6: note: Technically the member function 'WidgetScrollBar::getValue' can be const.
flare-engine-0.19/src/WidgetScrollBox.cpp:37:2: style: Class 'WidgetScrollBox' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flare-engine-0.19/src/WidgetScrollBox.cpp:37:2: style: Class 'WidgetScrollBox' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/WidgetSlot.cpp:31:37: style: Function 'WidgetSlot' argument 1 names different: declaration '_icon' definition '_icons'. [funcArgNamesDifferent]
flare-engine-0.19/src/WidgetSlot.h:51:26: note: Function 'WidgetSlot' argument 1 names different: declaration '_icon' definition '_icons'.
flare-engine-0.19/src/WidgetSlot.cpp:31:37: note: Function 'WidgetSlot' argument 1 names different: declaration '_icon' definition '_icons'.
flare-engine-0.19/src/WidgetTabControl.h:56:6: style: Technically the member function 'WidgetTabControl::getActiveTab' can be const. [functionConst]
flare-engine-0.19/src/WidgetTabControl.cpp:72:23: note: Technically the member function 'WidgetTabControl::getActiveTab' can be const.
flare-engine-0.19/src/WidgetTabControl.h:56:6: note: Technically the member function 'WidgetTabControl::getActiveTab' can be const.
flare-engine-0.19/src/WidgetTabControl.h:58:11: style: Technically the member function 'WidgetTabControl::getContentArea' can be const. [functionConst]
flare-engine-0.19/src/WidgetTabControl.cpp:210:28: note: Technically the member function 'WidgetTabControl::getContentArea' can be const.
flare-engine-0.19/src/WidgetTabControl.h:58:11: note: Technically the member function 'WidgetTabControl::getContentArea' can be const.
flare-engine-0.19/src/WidgetTabControl.cpp:32:2: style: Class 'WidgetTabControl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flare-engine-0.19/src/WidgetTooltip.h:44:8: style: Technically the member function 'WidgetTooltip::calcPosition' can be const. [functionConst]
flare-engine-0.19/src/WidgetTooltip.cpp:54:22: note: Technically the member function 'WidgetTooltip::calcPosition' can be const.
flare-engine-0.19/src/WidgetTooltip.h:44:8: note: Technically the member function 'WidgetTooltip::calcPosition' can be const.
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flare-game/flare-game_0.19.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/flashbake/flashbake_0.27.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flashbench/flashbench_62.orig.tar.gz
flashbench-62/erase.c:31:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
flashbench-62/flashbench.c:126:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
flashbench-62/flashbench.c:256:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
flashbench-62/flashbench.c:294:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
flashbench-62/flashbench.c:326:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
flashbench-62/vm.c:123:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flashbench-62/vm.c:145:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flashbench-62/vm.c:145:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flashbench-62/vm.c:638:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flashbench-62/vm.c:48:42: style: Function 'call' argument 1 names different: declaration 'program' definition 'op'. [funcArgNamesDifferent]
flashbench-62/vm.h:96:49: note: Function 'call' argument 1 names different: declaration 'program' definition 'op'.
flashbench-62/vm.c:48:42: note: Function 'call' argument 1 names different: declaration 'program' definition 'op'.
[22:17]

ftp://ftp.se.debian.org/debian/pool/main/f/flashblock/flashblock_1.5.20.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/flashcache/flashcache_3.1.3+git20150701.orig.tar.gz
flashcache-3.1.3+git20150701/flashcache-wt/src/flashcache_wt.c:619:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/flashcache-wt/src/flashcache_wt.c:863:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/flashcache-wt/src/flashcache_wt.c:1241:0: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
flashcache-3.1.3+git20150701/flashcache-wt/src/flashcache_wt.c:1312:0: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
flashcache-3.1.3+git20150701/flashcache-wt/src/utils/flashcache_wt_create.c:134:8: style: Unused variable: fp [unusedVariable]
flashcache-3.1.3+git20150701/flashcache-wt/src/utils/flashcache_wt_create.c:135:7: style: Unused variable: line [unusedVariable]
flashcache-3.1.3+git20150701/flashcache-wt/src/utils/flashcache_wt_create.c:136:0: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
flashcache-3.1.3+git20150701/flashcache-wt/src/utils/flashcache_wt_create.c:128:0: error: Resource leak: fp [resourceLeak]
flashcache-3.1.3+git20150701/src/flashcache_conf.c:945:8: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flashcache-3.1.3+git20150701/src/flashcache_conf.c:1487:0: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
flashcache-3.1.3+git20150701/src/flashcache_conf.c:1595:0: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
flashcache-3.1.3+git20150701/src/flashcache_conf.c:915:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
flashcache-3.1.3+git20150701/src/flashcache_kcopy.c:295:22: style: The scope of the variable 'io_error_job' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_kcopy.c:330:22: style: The scope of the variable 'io_complete_job' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_kcopy.c:332:6: style: The scope of the variable 'set' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_kcopy.c:334:6: style: The scope of the variable 'i' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_kcopy.c:334:9: style: The scope of the variable 'index' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_kcopy.c:374:6: style: The scope of the variable 'i' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_kcopy.c:532:6: style: The scope of the variable 'i' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_main.c:387:2: style: Variable 'freelist' is reassigned a value before the old one has been used. [redundantAssignment]
flashcache-3.1.3+git20150701/src/flashcache_main.c:382:0: note: Variable 'freelist' is reassigned a value before the old one has been used.
flashcache-3.1.3+git20150701/src/flashcache_main.c:387:2: note: Variable 'freelist' is reassigned a value before the old one has been used.
flashcache-3.1.3+git20150701/src/flashcache_main.c:2282:2: style: Variable 'set' is reassigned a value before the old one has been used. [redundantAssignment]
flashcache-3.1.3+git20150701/src/flashcache_main.c:2280:2: note: Variable 'set' is reassigned a value before the old one has been used.
flashcache-3.1.3+git20150701/src/flashcache_main.c:2282:2: note: Variable 'set' is reassigned a value before the old one has been used.
flashcache-3.1.3+git20150701/src/flashcache_main.c:837:6: style: The scope of the variable 'index' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_main.c:841:21: style: The scope of the variable 'cacheblk' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_main.c:842:6: style: The scope of the variable 'set' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_main.c:1343:22: style: The scope of the variable 'pjob' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_main.c:1452:21: style: The scope of the variable 'cacheblk' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_main.c:1585:21: style: The scope of the variable 'cacheblk' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_main.c:1933:22: style: The scope of the variable 'pjob' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_main.c:2013:21: style: The scope of the variable 'cacheblk' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_main.c:2088:6: style: The scope of the variable 'queued' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_reclaim.c:162:6: style: The scope of the variable 'start_index' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_subr.c:236:20: style: The scope of the variable 'cache_set' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_subr.c:296:6: style: The scope of the variable 'index' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_subr.c:779:6: style: The scope of the variable 'neighbor' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/flashcache_subr.c:975:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/utils/flashcache_create.c:352:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
flashcache-3.1.3+git20150701/src/utils/flashcache_create.c:361:2: warning: %lu in format string (no. 9) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flashcache-3.1.3+git20150701/src/utils/flashcache_load.c:72:0: error: Resource leak: fp [resourceLeak]
flashcache-3.1.3+git20150701/src/utils/get_agsize.c:90:4: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
flashcache-3.1.3+git20150701/src/utils/get_agsize.c:90:4: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
flashcache-3.1.3+git20150701/src/utils/get_agsize.c:90:4: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
flashcache-3.1.3+git20150701/src/utils/get_agsize.c:93:2: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
flashcache-3.1.3+git20150701/src/utils/get_agsize.c:93:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
flashcache-3.1.3+git20150701/src/utils/get_agsize.c:45:23: style: The scope of the variable 'agsize' can be reduced. [variableScope]
flashcache-3.1.3+git20150701/src/utils/get_agsize.c:45:35: style: The scope of the variable 't2' can be reduced. [variableScope]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flashgot/flashgot_1.5.6.7+dfsg.orig.tar.gz
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:516:15: style: Technically the member function 'DMSFactory::checkAll' can be const. [functionConst]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:56:3: style: Class 'CookieManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:138:3: style: Class 'FGArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:143:3: style: Class 'FGArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:401:2: style: Class 'FGCOMHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:431:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:318:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:431:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:452:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:452:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:458:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:458:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:462:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:462:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:526:6: style: Exception should be caught by reference. [catchExceptionByValue]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:266:13: error: Mismatching allocation and deallocation: exe [mismatchAllocDealloc]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1690:3: warning: Return value of function freopen_s() is not used. [ignoredReturnValue]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1691:3: warning: Return value of function freopen_s() is not used. [ignoredReturnValue]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1197:9: style: The scope of the variable 'arg' can be reduced. [variableScope]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1669:16: style: Unsigned variable 'lastPos' can't be negative so it is unnecessary to test it. [unsignedPositive]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1064:17: style: Variable 'parms' is assigned a value that is never used. [unreadVariable]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1743:20: style: Variable 'links' is assigned a value that is never used. [unreadVariable]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1504:15: performance: Technically the member function 'DMSWellGet::getProgId' can be static. [functionStatic]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:201:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:201:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:235:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:235:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:239:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:239:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:249:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:249:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:253:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:253:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:255:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:255:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:355:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:355:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:359:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:359:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:361:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:361:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:381:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:381:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:385:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:385:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:387:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:387:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:426:16: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:426:16: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:429:16: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:429:16: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:431:8: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:431:8: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:560:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:560:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:564:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:564:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:566:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:566:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:655:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:655:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:657:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:318:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:657:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:661:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:661:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:739:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:739:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:743:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:743:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:746:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:746:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:778:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:778:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:780:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:780:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:795:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:795:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:799:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:799:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:801:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:318:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:801:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:808:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:808:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:888:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:888:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:908:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:908:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:913:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:913:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:920:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:920:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:925:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:925:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:935:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:935:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:939:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:939:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:941:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:941:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:979:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:979:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:981:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:981:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:991:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:991:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:994:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:994:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:996:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:996:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1047:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1047:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1050:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1050:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1061:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1061:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1108:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1108:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1111:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1111:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1113:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1113:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1187:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1187:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1189:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:318:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1189:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1193:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1193:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1259:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1259:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1261:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1261:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1268:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1268:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1270:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1270:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1278:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1278:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1283:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1283:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1285:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1285:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1366:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1366:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1370:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1370:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1372:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1372:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1397:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1397:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1401:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1401:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1403:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1403:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1434:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1434:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1437:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1437:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1439:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1439:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1460:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1460:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1464:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1464:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1475:15: style: The function 'getProgId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:424:23: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1475:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1478:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1478:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1480:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1480:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1508:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:320:22: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1508:15: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1510:7: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:318:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1510:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1514:7: style: The function 'dispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.h:319:15: note: Virtual function in base class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1514:7: note: Function in derived class
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1342:5: style: Exception should be caught by reference. [catchExceptionByValue]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:1760:2: style: Exception should be caught by reference. [catchExceptionByValue]
flashgot-1.5.6.7/chrome/flashgot.jar!/content/flashgot/FlashGot.cpp:622:7: error: Mismatching allocation and deallocation: path [mismatchAllocDealloc]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flashproxy/flashproxy_1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flashrom/flashrom_0.9.9+r1954.orig.tar.xz
platform.h:69:0: error: #error Unknown architecture [preprocessorErrorDirective]
atahpt.c:102:0: error: #error PCI port I/O access is not supported on this architecture yet. [preprocessorErrorDirective]
atapromise.c:173:0: error: #error PCI port I/O access is not supported on this architecture yet. [preprocessorErrorDirective]
nic3com.c:147:0: error: #error PCI port I/O access is not supported on this architecture yet. [preprocessorErrorDirective]
nicnatsemi.c:114:0: error: #error PCI port I/O access is not supported on this architecture yet. [preprocessorErrorDirective]
nicrealtek.c:137:0: error: #error PCI port I/O access is not supported on this architecture yet. [preprocessorErrorDirective]
rayer_spi.c:289:0: error: #error PCI port I/O access is not supported on this architecture yet. [preprocessorErrorDirective]
satamv.c:196:0: error: #error PCI port I/O access is not supported on this architecture yet. [preprocessorErrorDirective]
util/ich_descriptors_tool/ich_descriptors_tool.c:225:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flask/flask_1.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-api/flask-api_0.6.4+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-assets/flask-assets_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-autoindex/flask-autoindex_0.6.orig.tar.gz
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flask-babel/flask-babel_0.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-babelex/flask-babelex_0.9.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-bcrypt/flask-bcrypt_0.7.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-cache/flask-cache_0.13.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-compress/flask-compress_1.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-flatpages/flask-flatpages_0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-gravatar/flask-gravatar_0.4.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-htmlmin/flask-htmlmin_1.3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-ldapconn/flask-ldapconn_0.7.1.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/flask-limiter/flask-limiter_1.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-login/flask-login_0.4.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-mail/flask-mail_0.9.1+dfsg1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-migrate/flask-migrate_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-mongoengine/flask-mongoengine_0.9.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-multistatic/flask-multistatic_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-oauthlib/flask-oauthlib_0.9.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-oldsessions/flask-oldsessions_0.10+git20121007.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-openid/flask-openid_1.2.5+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-paranoid/flask-paranoid_0.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-peewee/flask-peewee_0.6.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-principal/flask-principal_0.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-restful/flask-restful_0.3.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-script/flask-script_2.0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-security/flask-security_1.7.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-silk/flask-silk_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-socketio/flask-socketio_2.9.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-sqlalchemy/flask-sqlalchemy_2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-testing/flask-testing_0.4.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flask-wtf/flask-wtf_0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flasm/flasm_1.62.orig.tar.gz
flasm-1.62/flasm.c:520:21: warning: Logical disjunction always evaluates to true: numActions > 0 || numActions < 256. [incorrectLogicOperator]
flasm-1.62/flasm.c:1473:24: warning: Either the condition 'exepath==NULL' is redundant or there is possible null pointer dereference: exepath. [nullPointerRedundantCheck]
flasm-1.62/flasm.c:1475:15: note: Assuming that condition 'exepath==NULL' is not redundant
flasm-1.62/flasm.c:1473:24: note: Null pointer dereference
flasm-1.62/flasm.c:263:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flasm-1.62/flasm.c:283:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flasm-1.62/flasm.c:119:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
flasm-1.62/flasm.c:781:16: style: The scope of the variable 'length' can be reduced. [variableScope]
flasm-1.62/flasm.c:1211:7: style: The scope of the variable 'n' can be reduced. [variableScope]
flasm-1.62/flasm.c:1241:14: style: The scope of the variable 'count' can be reduced. [variableScope]
flasm-1.62/flasm.c:344:24: style: Function 'addConstant' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
flasm-1.62/flasm.h:24:24: note: Function 'addConstant' argument 1 names different: declaration 'string' definition 'str'.
flasm-1.62/flasm.c:344:24: note: Function 'addConstant' argument 1 names different: declaration 'string' definition 'str'.
flasm-1.62/flasm.c:518:36: style: Function 'patchFrameLoaded' argument 1 names different: declaration 'len' definition 'back'. [funcArgNamesDifferent]
flasm-1.62/flasm.h:28:36: note: Function 'patchFrameLoaded' argument 1 names different: declaration 'len' definition 'back'.
flasm-1.62/flasm.c:518:36: note: Function 'patchFrameLoaded' argument 1 names different: declaration 'len' definition 'back'.
flasm-1.62/flasm.c:1058:30: style: Function 'writeImportAssets' argument 1 names different: declaration 'str' definition 'from'. [funcArgNamesDifferent]
flasm-1.62/flasm.h:50:30: note: Function 'writeImportAssets' argument 1 names different: declaration 'str' definition 'from'.
flasm-1.62/flasm.c:1058:30: note: Function 'writeImportAssets' argument 1 names different: declaration 'str' definition 'from'.
flasm-1.62/flasm.c:1126:24: style: Function 'startUpdate' argument 1 names different: declaration 'str' definition 'outputName'. [funcArgNamesDifferent]
flasm-1.62/flasm.h:51:24: note: Function 'startUpdate' argument 1 names different: declaration 'str' definition 'outputName'.
flasm-1.62/flasm.c:1126:24: note: Function 'startUpdate' argument 1 names different: declaration 'str' definition 'outputName'.
flasm-1.62/flasm.c:181:2: error: Common realloc mistake: 'aStrings' nulled but not freed upon failure [memleakOnRealloc]
flasm-1.62/flasm.c:219:2: error: Common realloc mistake: 'labels' nulled but not freed upon failure [memleakOnRealloc]
flasm-1.62/flasm.c:248:3: error: Common realloc mistake: 'output' nulled but not freed upon failure [memleakOnRealloc]
flasm-1.62/memwatch.c:187:0: error: #error need CHAR_BIT to be 8! [preprocessorErrorDirective]
flasm-1.62/unflasm.c:399:15: warning: Either the condition 'buffer!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
flasm-1.62/unflasm.c:1602:13: note: Assuming that condition 'buffer!=NULL' is not redundant
flasm-1.62/unflasm.c:1589:15: note: Calling function 'printActions', 1st argument 'p' value is 0
flasm-1.62/unflasm.c:399:15: note: Null pointer addition
flasm-1.62/unflasm.c:578:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flasm-1.62/unflasm.c:586:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
flasm-1.62/unflasm.c:707:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flasm-1.62/unflasm.c:125:14: style: The scope of the variable 'lastpos' can be reduced. [variableScope]
flasm-1.62/unflasm.c:542:10: style: The scope of the variable 'pushtype' can be reduced. [variableScope]
flasm-1.62/unflasm.c:801:15: style: The scope of the variable 'd' can be reduced. [variableScope]
flasm-1.62/unflasm.c:827:15: style: The scope of the variable 'd' can be reduced. [variableScope]
flasm-1.62/unflasm.c:1811:15: style: The scope of the variable 'condition' can be reduced. [variableScope]
flasm-1.62/unflasm.c:1915:6: style: The scope of the variable 'i' can be reduced. [variableScope]
flasm-1.62/unflasm.c:1917:15: style: The scope of the variable 'clipID' can be reduced. [variableScope]
flasm-1.62/unflasm.c:1918:15: style: The scope of the variable 'depth' can be reduced. [variableScope]
flasm-1.62/unflasm.c:1919:16: style: The scope of the variable 'curEvent' can be reduced. [variableScope]
flasm-1.62/unflasm.c:2208:18: style: The scope of the variable 'assetID' can be reduced. [variableScope]
flasm-1.62/unflasm.c:2209:9: style: The scope of the variable 'n' can be reduced. [variableScope]
flasm-1.62/unflasm.c:2227:18: style: The scope of the variable 'assetID' can be reduced. [variableScope]
flasm-1.62/unflasm.c:2227:38: style: The scope of the variable 'attr' can be reduced. [variableScope]
flasm-1.62/unflasm.c:1930:11: style: Variable 'depth' is assigned a value that is never used. [unreadVariable]
flasm-1.62/unflasm.c:286:2: error: Common realloc mistake: 'labels' nulled but not freed upon failure [memleakOnRealloc]
flasm-1.62/unflasm.c:336:3: error: Common realloc mistake: 'flasmDict' nulled but not freed upon failure [memleakOnRealloc]
flasm-1.62/util.c:51:0: style: The scope of the variable 'middle' can be reduced. [variableScope]
flasm-1.62/util.c:72:15: style: The scope of the variable 'sptr' can be reduced. [variableScope]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flatlatex/flatlatex_0.8.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/flatpak/flatpak_1.0.0.orig.tar.xz
flatpak-1.0.0/app/flatpak-builtins-build-commit-from.c:158:3: style: Variable 'mfile' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-build-commit-from.c:145:0: note: Variable 'mfile' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-build-commit-from.c:158:3: note: Variable 'mfile' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-build-init.c:77:3: style: Variable 'extensions' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-build-init.c:73:0: note: Variable 'extensions' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-build-init.c:77:3: note: Variable 'extensions' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-create-usb.c:116:3: style: Variable 'arch' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-create-usb.c:109:0: note: Variable 'arch' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-create-usb.c:116:3: note: Variable 'arch' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-create-usb.c:117:3: style: Variable 'branch' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-create-usb.c:110:0: note: Variable 'branch' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-create-usb.c:117:3: note: Variable 'branch' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-create-usb.c:518:7: style: Variable 'pref' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-create-usb.c:500:0: note: Variable 'pref' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-create-usb.c:518:7: note: Variable 'pref' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-enter.c:56:11: style: The scope of the variable 'pid_ns_len' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-builtins-enter.c:58:11: style: The scope of the variable 'self_ns_len' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-builtins-install.c:350:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-builtins-list-remotes.c:92:15: style: The scope of the variable 'prio' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-builtins-list.c:144:7: style: Variable 'refs_data' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-list.c:138:0: note: Variable 'refs_data' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-list.c:144:7: note: Variable 'refs_data' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-list.c:145:7: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-list.c:139:0: note: Variable 'dir' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-list.c:145:7: note: Variable 'dir' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-ls-remote.c:124:7: style: Variable 'is_local' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-ls-remote.c:122:0: note: Variable 'is_local' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-ls-remote.c:124:7: note: Variable 'is_local' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-permission-list.c:51:3: style: Variable 'tables' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-permission-list.c:49:0: note: Variable 'tables' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-permission-list.c:51:3: note: Variable 'tables' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-permission-list.c:48:15: style: The scope of the variable 'name' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-builtins-permission-list.c:88:15: style: The scope of the variable 'one_id' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-builtins-permission-remove.c:51:3: style: Variable 'tables' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-permission-remove.c:49:0: note: Variable 'tables' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-permission-remove.c:51:3: note: Variable 'tables' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-permission-remove.c:48:15: style: The scope of the variable 'name' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-builtins-permission-reset.c:51:3: style: Variable 'tables' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-permission-reset.c:49:0: note: Variable 'tables' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-permission-reset.c:51:3: note: Variable 'tables' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-permission-reset.c:48:15: style: The scope of the variable 'name' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-builtins-permission-show.c:51:3: style: Variable 'tables' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-permission-show.c:49:0: note: Variable 'tables' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-permission-show.c:51:3: note: Variable 'tables' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-permission-show.c:48:15: style: The scope of the variable 'name' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-builtins-uninstall.c:323:11: style: Variable 'pref' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/app/flatpak-builtins-uninstall.c:312:0: note: Variable 'pref' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-uninstall.c:323:11: note: Variable 'pref' is reassigned a value before the old one has been used.
flatpak-1.0.0/app/flatpak-builtins-utils.c:448:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-cli-transaction.c:689:58: style: Function 'flatpak_cli_transaction_add_install' argument 1 names different: declaration 'self' definition 'transaction'. [funcArgNamesDifferent]
flatpak-1.0.0/app/flatpak-cli-transaction.h:35:67: note: Function 'flatpak_cli_transaction_add_install' argument 1 names different: declaration 'self' definition 'transaction'.
flatpak-1.0.0/app/flatpak-cli-transaction.c:689:58: note: Function 'flatpak_cli_transaction_add_install' argument 1 names different: declaration 'self' definition 'transaction'.
flatpak-1.0.0/app/flatpak-complete.c:212:11: style: The scope of the variable 'j' can be reduced. [variableScope]
flatpak-1.0.0/app/flatpak-table-printer.c:80:62: style: Function 'flatpak_table_printer_set_column_title' argument 3 names different: declaration 'title' definition 'text'. [funcArgNamesDifferent]
flatpak-1.0.0/app/flatpak-table-printer.h:32:82: note: Function 'flatpak_table_printer_set_column_title' argument 3 names different: declaration 'title' definition 'text'.
flatpak-1.0.0/app/flatpak-table-printer.c:80:62: note: Function 'flatpak_table_printer_set_column_title' argument 3 names different: declaration 'title' definition 'text'.
flatpak-1.0.0/bubblewrap/bind-mount.c:244:3: style: Variable 'mountinfo' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/bubblewrap/bind-mount.c:232:0: note: Variable 'mountinfo' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bind-mount.c:244:3: note: Variable 'mountinfo' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bind-mount.c:388:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-1.0.0/bubblewrap/bubblewrap.c:1152:13: style: Variable 'dest_fd' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/bubblewrap/bubblewrap.c:1150:0: note: Variable 'dest_fd' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:1152:13: note: Variable 'dest_fd' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:1170:13: style: Variable 'dest_fd' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/bubblewrap/bubblewrap.c:1167:0: note: Variable 'dest_fd' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:1170:13: note: Variable 'dest_fd' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:1936:3: style: Variable 'uid_data' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/bubblewrap/bubblewrap.c:1933:0: note: Variable 'uid_data' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:1936:3: note: Variable 'uid_data' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:2044:11: style: Variable 'enable' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/bubblewrap/bubblewrap.c:2043:0: note: Variable 'enable' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:2044:11: note: Variable 'enable' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:2053:11: style: Variable 'max_user_ns' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/bubblewrap/bubblewrap.c:2052:0: note: Variable 'max_user_ns' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:2053:11: note: Variable 'max_user_ns' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:2341:11: style: Variable 'unpriv_socket' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/bubblewrap/bubblewrap.c:2339:0: note: Variable 'unpriv_socket' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:2341:11: note: Variable 'unpriv_socket' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/bubblewrap.c:322:7: style: The scope of the variable 'res' can be reduced. [variableScope]
flatpak-1.0.0/bubblewrap/bubblewrap.c:2012:15: style: Variable 'args_data' is assigned a value that is never used. [unreadVariable]
flatpak-1.0.0/bubblewrap/network.c:68:11: style: The scope of the variable 'received' can be reduced. [variableScope]
flatpak-1.0.0/bubblewrap/network.c:69:20: style: The scope of the variable 'rheader' can be reduced. [variableScope]
flatpak-1.0.0/bubblewrap/utils.c:664:21: style: Redundant condition: If 'EXPR == '/'', the comparison 'EXPR' is always true. [redundantCondition]
flatpak-1.0.0/bubblewrap/utils.c:527:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/bubblewrap/utils.c:519:0: note: Variable 'data' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/utils.c:527:3: note: Variable 'data' is reassigned a value before the old one has been used.
flatpak-1.0.0/bubblewrap/utils.c:359:11: style: The scope of the variable 'res' can be reduced. [variableScope]
flatpak-1.0.0/bubblewrap/utils.c:456:11: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
flatpak-1.0.0/bubblewrap/utils.c:546:0: error: Memory leak: data [memleak]
flatpak-1.0.0/common/flatpak-error.h:26:0: error: #error "Only <flatpak.h> can be included directly." [preprocessorErrorDirective]
flatpak-1.0.0/common/flatpak-chain-input-stream.c:170:17: style: The scope of the variable 'child' can be reduced. [variableScope]
flatpak-1.0.0/common/flatpak-installation.h:22:0: error: #error "Only <flatpak.h> can be included directly." [preprocessorErrorDirective]
flatpak-1.0.0/common/flatpak-portal-error.h:26:0: error: #error "Only <flatpak.h> can be included directly." [preprocessorErrorDirective]
flatpak-1.0.0/common/flatpak-transaction.h:22:0: error: #error "Only <flatpak.h> can be included directly." [preprocessorErrorDirective]
flatpak-1.0.0/common/flatpak-version-macros.h:22:0: error: #error "Only <flatpak.h> can be included directly." [preprocessorErrorDirective]
flatpak-1.0.0/common/test-lib.c:362:7: style: Variable 'collection_id' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/common/test-lib.c:360:0: note: Variable 'collection_id' is reassigned a value before the old one has been used.
flatpak-1.0.0/common/test-lib.c:362:7: note: Variable 'collection_id' is reassigned a value before the old one has been used.
flatpak-1.0.0/common/test-lib.c:34:21: style: The scope of the variable 'remote_ref' can be reduced. [variableScope]
flatpak-1.0.0/common/test-lib.c:38:13: style: The scope of the variable 'k' can be reduced. [variableScope]
flatpak-1.0.0/dbus-proxy/dbus-proxy.c:132:15: style: The scope of the variable 'arg' can be reduced. [variableScope]
flatpak-1.0.0/dbus-proxy/flatpak-proxy.c:531:3: style: Variable 'obj_path_start' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/dbus-proxy/flatpak-proxy.c:525:0: note: Variable 'obj_path_start' is reassigned a value before the old one has been used.
flatpak-1.0.0/dbus-proxy/flatpak-proxy.c:531:3: note: Variable 'obj_path_start' is reassigned a value before the old one has been used.
flatpak-1.0.0/dbus-proxy/flatpak-proxy.c:630:20: style: The scope of the variable 'new_filters' can be reduced. [variableScope]
flatpak-1.0.0/dbus-proxy/flatpak-proxy.c:824:21: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-1.0.0/dbus-proxy/flatpak-proxy.c:1137:15: style: The scope of the variable 'signature' can be reduced. [variableScope]
flatpak-1.0.0/dbus-proxy/flatpak-proxy.c:1799:15: style: The scope of the variable 'match' can be reduced. [variableScope]
flatpak-1.0.0/dbus-proxy/flatpak-proxy.c:1821:15: style: The scope of the variable 'name' can be reduced. [variableScope]
flatpak-1.0.0/dbus-proxy/flatpak-proxy.c:2310:21: style: The scope of the variable 'rewritten' can be reduced. [variableScope]
flatpak-1.0.0/libglnx/glnx-console.c:235:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flatpak-1.0.0/libglnx/glnx-console.c:152:36: style: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'. [funcArgNamesDifferent]
flatpak-1.0.0/libglnx/glnx-console.h:36:42: note: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'.
flatpak-1.0.0/libglnx/glnx-console.c:152:36: note: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'.
flatpak-1.0.0/libglnx/glnx-console.c:350:38: style: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'. [funcArgNamesDifferent]
flatpak-1.0.0/libglnx/glnx-console.h:47:44: note: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'.
flatpak-1.0.0/libglnx/glnx-console.c:350:38: note: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'.
flatpak-1.0.0/libglnx/glnx-local-alloc.h:64:7: style: The scope of the variable 'errsv' can be reduced. [variableScope]
flatpak-1.0.0/libglnx/glnx-dirfd.c:99:54: style: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'. [funcArgNamesDifferent]
flatpak-1.0.0/libglnx/glnx-dirfd.h:59:56: note: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'.
flatpak-1.0.0/libglnx/glnx-dirfd.c:99:54: note: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'.
flatpak-1.0.0/libglnx/glnx-fdio.c:307:50: style: Function 'glnx_link_tmpfile_at' argument 2 names different: declaration 'flags' definition 'mode'. [funcArgNamesDifferent]
flatpak-1.0.0/libglnx/glnx-fdio.h:101:50: note: Function 'glnx_link_tmpfile_at' argument 2 names different: declaration 'flags' definition 'mode'.
flatpak-1.0.0/libglnx/glnx-fdio.c:307:50: note: Function 'glnx_link_tmpfile_at' argument 2 names different: declaration 'flags' definition 'mode'.
flatpak-1.0.0/libglnx/glnx-fdio.c:144:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
flatpak-1.0.0/libglnx/glnx-fdio.c:362:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
flatpak-1.0.0/libglnx/glnx-lockfile.c:101:23: style: Condition 'r<0' is always true [knownConditionTrueFalse]
flatpak-1.0.0/libglnx/glnx-lockfile.c:98:22: note: Assignment 'r=-1', assigned value is -1
flatpak-1.0.0/libglnx/glnx-lockfile.c:101:23: note: Condition 'r<0' is always true
flatpak-1.0.0/libglnx/glnx-lockfile.c:161:31: style: Condition 'r<0' is always true [knownConditionTrueFalse]
flatpak-1.0.0/libglnx/glnx-lockfile.c:158:30: note: Assignment 'r=-1', assigned value is -1
flatpak-1.0.0/libglnx/glnx-lockfile.c:161:31: note: Condition 'r<0' is always true
flatpak-1.0.0/libglnx/glnx-lockfile.c:66:13: style: The scope of the variable 'r' can be reduced. [variableScope]
flatpak-1.0.0/libglnx/glnx-lockfile.c:137:13: style: The scope of the variable 'r' can be reduced. [variableScope]
flatpak-1.0.0/libglnx/glnx-lockfile.c:63:74: style: Function 'glnx_make_lock_file' argument 4 names different: declaration 'ret' definition 'out_lock'. [funcArgNamesDifferent]
flatpak-1.0.0/libglnx/glnx-lockfile.h:37:83: note: Function 'glnx_make_lock_file' argument 4 names different: declaration 'ret' definition 'out_lock'.
flatpak-1.0.0/libglnx/glnx-lockfile.c:63:74: note: Function 'glnx_make_lock_file' argument 4 names different: declaration 'ret' definition 'out_lock'.
flatpak-1.0.0/libglnx/glnx-xattrs.c:157:3: style: Variable 'builder_initialized' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/libglnx/glnx-xattrs.c:151:0: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
flatpak-1.0.0/libglnx/glnx-xattrs.c:157:3: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
flatpak-1.0.0/portal/flatpak-portal-app-info.c:45:3: style: Variable 'keyfile' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/portal/flatpak-portal-app-info.c:42:0: note: Variable 'keyfile' is reassigned a value before the old one has been used.
flatpak-1.0.0/portal/flatpak-portal-app-info.c:45:3: note: Variable 'keyfile' is reassigned a value before the old one has been used.
flatpak-1.0.0/portal/flatpak-portal.c:613:3: style: Variable 'pid_data' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/portal/flatpak-portal.c:609:0: note: Variable 'pid_data' is reassigned a value before the old one has been used.
flatpak-1.0.0/portal/flatpak-portal.c:613:3: note: Variable 'pid_data' is reassigned a value before the old one has been used.
flatpak-1.0.0/session-helper/flatpak-session-helper.c:372:3: style: Variable 'pid_data' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/session-helper/flatpak-session-helper.c:370:0: note: Variable 'pid_data' is reassigned a value before the old one has been used.
flatpak-1.0.0/session-helper/flatpak-session-helper.c:372:3: note: Variable 'pid_data' is reassigned a value before the old one has been used.
flatpak-1.0.0/session-helper/flatpak-session-helper.c:581:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/session-helper/flatpak-session-helper.c:579:0: note: Variable 'data' is reassigned a value before the old one has been used.
flatpak-1.0.0/session-helper/flatpak-session-helper.c:581:3: note: Variable 'data' is reassigned a value before the old one has been used.
flatpak-1.0.0/session-helper/flatpak-session-helper.c:584:3: style: Variable 'monitor' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/session-helper/flatpak-session-helper.c:578:0: note: Variable 'monitor' is reassigned a value before the old one has been used.
flatpak-1.0.0/session-helper/flatpak-session-helper.c:584:3: note: Variable 'monitor' is reassigned a value before the old one has been used.
flatpak-1.0.0/tests/testlibrary.c:816:3: style: Variable 'update_ref' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-1.0.0/tests/testlibrary.c:779:0: note: Variable 'update_ref' is reassigned a value before the old one has been used.
flatpak-1.0.0/tests/testlibrary.c:816:3: note: Variable 'update_ref' is reassigned a value before the old one has been used.
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flatpak-builder/flatpak-builder_1.0.0.orig.tar.xz
flatpak-builder-1.0.0/libglnx/glnx-console.c:235:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flatpak-builder-1.0.0/libglnx/glnx-console.c:152:36: style: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'. [funcArgNamesDifferent]
flatpak-builder-1.0.0/libglnx/glnx-console.h:36:42: note: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'.
flatpak-builder-1.0.0/libglnx/glnx-console.c:152:36: note: Function 'glnx_console_lock' argument 1 names different: declaration 'ref' definition 'console'.
flatpak-builder-1.0.0/libglnx/glnx-console.c:350:38: style: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'. [funcArgNamesDifferent]
flatpak-builder-1.0.0/libglnx/glnx-console.h:47:44: note: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'.
flatpak-builder-1.0.0/libglnx/glnx-console.c:350:38: note: Function 'glnx_console_unlock' argument 1 names different: declaration 'ref' definition 'console'.
flatpak-builder-1.0.0/libglnx/glnx-local-alloc.h:64:7: style: The scope of the variable 'errsv' can be reduced. [variableScope]
flatpak-builder-1.0.0/libglnx/glnx-dirfd.c:99:54: style: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'. [funcArgNamesDifferent]
flatpak-builder-1.0.0/libglnx/glnx-dirfd.h:59:56: note: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'.
flatpak-builder-1.0.0/libglnx/glnx-dirfd.c:99:54: note: Function 'glnx_dirfd_iterator_init_at' argument 4 names different: declaration 'dfd_iter' definition 'out_dfd_iter'.
flatpak-builder-1.0.0/libglnx/glnx-fdio.c:307:50: style: Function 'glnx_link_tmpfile_at' argument 2 names different: declaration 'flags' definition 'mode'. [funcArgNamesDifferent]
flatpak-builder-1.0.0/libglnx/glnx-fdio.h:101:50: note: Function 'glnx_link_tmpfile_at' argument 2 names different: declaration 'flags' definition 'mode'.
flatpak-builder-1.0.0/libglnx/glnx-fdio.c:307:50: note: Function 'glnx_link_tmpfile_at' argument 2 names different: declaration 'flags' definition 'mode'.
flatpak-builder-1.0.0/libglnx/glnx-fdio.c:144:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
flatpak-builder-1.0.0/libglnx/glnx-fdio.c:362:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:101:23: style: Condition 'r<0' is always true [knownConditionTrueFalse]
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:98:22: note: Assignment 'r=-1', assigned value is -1
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:101:23: note: Condition 'r<0' is always true
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:161:31: style: Condition 'r<0' is always true [knownConditionTrueFalse]
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:158:30: note: Assignment 'r=-1', assigned value is -1
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:161:31: note: Condition 'r<0' is always true
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:66:13: style: The scope of the variable 'r' can be reduced. [variableScope]
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:137:13: style: The scope of the variable 'r' can be reduced. [variableScope]
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:63:74: style: Function 'glnx_make_lock_file' argument 4 names different: declaration 'ret' definition 'out_lock'. [funcArgNamesDifferent]
flatpak-builder-1.0.0/libglnx/glnx-lockfile.h:37:83: note: Function 'glnx_make_lock_file' argument 4 names different: declaration 'ret' definition 'out_lock'.
flatpak-builder-1.0.0/libglnx/glnx-lockfile.c:63:74: note: Function 'glnx_make_lock_file' argument 4 names different: declaration 'ret' definition 'out_lock'.
flatpak-builder-1.0.0/libglnx/glnx-xattrs.c:157:3: style: Variable 'builder_initialized' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-builder-1.0.0/libglnx/glnx-xattrs.c:151:0: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/libglnx/glnx-xattrs.c:157:3: note: Variable 'builder_initialized' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-cache.c:1294:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-context.c:949:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-context.c:605:31: style: Function 'builder_context_set_jobs' argument 2 names different: declaration 'n_jobs' definition 'jobs'. [funcArgNamesDifferent]
flatpak-builder-1.0.0/src/builder-context.h:82:47: note: Function 'builder_context_set_jobs' argument 2 names different: declaration 'n_jobs' definition 'jobs'.
flatpak-builder-1.0.0/src/builder-context.c:605:31: note: Function 'builder_context_set_jobs' argument 2 names different: declaration 'n_jobs' definition 'jobs'.
flatpak-builder-1.0.0/src/builder-context.c:946:52: style: Function 'builder_context_set_enable_ccache' argument 2 names different: declaration 'enabled' definition 'enable'. [funcArgNamesDifferent]
flatpak-builder-1.0.0/src/builder-context.h:127:68: note: Function 'builder_context_set_enable_ccache' argument 2 names different: declaration 'enabled' definition 'enable'.
flatpak-builder-1.0.0/src/builder-context.c:946:52: note: Function 'builder_context_set_enable_ccache' argument 2 names different: declaration 'enabled' definition 'enable'.
flatpak-builder-1.0.0/src/builder-flatpak-utils.c:714:3: style: Variable 'enumerator' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-builder-1.0.0/src/builder-flatpak-utils.c:703:0: note: Variable 'enumerator' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-flatpak-utils.c:714:3: note: Variable 'enumerator' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-flatpak-utils.c:142:8: style: The scope of the variable 'c' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-flatpak-utils.c:560:17: style: The scope of the variable 'in' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-flatpak-utils.c:140:40: style: Function 'flatpak_path_match_prefix' argument 2 names different: declaration 'path' definition 'string'. [funcArgNamesDifferent]
flatpak-builder-1.0.0/src/builder-flatpak-utils.h:75:53: note: Function 'flatpak_path_match_prefix' argument 2 names different: declaration 'path' definition 'string'.
flatpak-builder-1.0.0/src/builder-flatpak-utils.c:140:40: note: Function 'flatpak_path_match_prefix' argument 2 names different: declaration 'path' definition 'string'.
flatpak-builder-1.0.0/src/builder-flatpak-utils.c:532:29: style: Function 'flatpak_spawn' argument 6 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
flatpak-builder-1.0.0/src/builder-flatpak-utils.h:185:49: note: Function 'flatpak_spawn' argument 6 names different: declaration 'args' definition 'ap'.
flatpak-builder-1.0.0/src/builder-flatpak-utils.c:532:29: note: Function 'flatpak_spawn' argument 6 names different: declaration 'args' definition 'ap'.
flatpak-builder-1.0.0/src/builder-git.c:80:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:184:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:273:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:356:99: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:359:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:394:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:482:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:487:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:496:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:564:136: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:576:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:592:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:604:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:615:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:676:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:680:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:685:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:699:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:705:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:735:101: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:738:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:787:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:807:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:811:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:847:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:852:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:856:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:884:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:889:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-git.c:893:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-main.c:894:19: style: The scope of the variable 'argv' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-main.c:346:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-main.c:356:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-main.c:953:126: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-main.c:986:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-main.c:1006:130: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-main.c:1036:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-main.c:1056:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-main.c:1077:130: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-main.c:1110:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-manifest.c:1151:20: style: The scope of the variable 'module' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-manifest.c:2348:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-manifest.c:2695:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-manifest.c:3104:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-manifest.c:1501:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-manifest.c:1537:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-manifest.c:1549:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-manifest.c:1558:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-manifest.c:2652:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-manifest.c:2760:107: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-module.c:814:20: style: The scope of the variable 'module' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-module.c:1547:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-module.c:1673:81: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-module.c:1752:104: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-module.c:1760:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-module.c:1769:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-module.c:1798:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-module.c:1819:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-module.c:1830:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-options.c:947:3: style: Variable 'old' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-builder-1.0.0/src/builder-options.c:945:0: note: Variable 'old' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-options.c:947:3: note: Variable 'old' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-options.c:966:3: style: Variable 'old' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-builder-1.0.0/src/builder-options.c:964:0: note: Variable 'old' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-options.c:966:3: note: Variable 'old' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-post-process.c:327:109: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-post-process.c:332:89: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-post-process.c:465:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-post-process.c:481:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-archive.c:620:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-archive.c:621:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-archive.c:622:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-archive.c:657:113: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-archive.c:668:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-bzr.c:159:20: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-bzr.c:212:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-bzr.c:220:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-bzr.c:225:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-bzr.c:237:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-bzr.c:263:84: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-bzr.c:270:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-bzr.c:319:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-dir.c:171:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-source-patch.c:168:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-source-patch.c:314:108: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-script.c:138:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-source-shell.c:175:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-source-svn.c:95:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-svn.c:193:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-svn.c:251:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-svn.c:262:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-source-svn.c:277:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flatpak-builder-1.0.0/src/builder-utils.c:834:31: warning: Either the condition 'ptr==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
flatpak-builder-1.0.0/src/builder-utils.c:842:11: note: Assuming that condition 'ptr==NULL' is not redundant
flatpak-builder-1.0.0/src/builder-utils.c:834:31: note: Null pointer addition
flatpak-builder-1.0.0/src/builder-utils.c:1185:11: style: Variable 'symdata' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-builder-1.0.0/src/builder-utils.c:1171:0: note: Variable 'symdata' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-utils.c:1185:11: note: Variable 'symdata' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-utils.c:1909:7: style: Variable 'checksum' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-builder-1.0.0/src/builder-utils.c:1905:0: note: Variable 'checksum' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-utils.c:1909:7: note: Variable 'checksum' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-utils.c:2462:3: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-builder-1.0.0/src/builder-utils.c:2459:0: note: Variable 'child' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-utils.c:2462:3: note: Variable 'child' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-utils.c:2463:3: style: Variable 'prev_child' is reassigned a value before the old one has been used. [redundantAssignment]
flatpak-builder-1.0.0/src/builder-utils.c:2460:0: note: Variable 'prev_child' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-utils.c:2463:3: note: Variable 'prev_child' is reassigned a value before the old one has been used.
flatpak-builder-1.0.0/src/builder-utils.c:707:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-utils.c:709:7: style: The scope of the variable 'size' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-utils.c:1363:13: style: The scope of the variable 'data' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-utils.c:1623:7: style: The scope of the variable 'pipefd' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-utils.c:2383:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flatpak-builder-1.0.0/src/builder-utils.c:931:5: style: Variable 'ptr' is modified but its new value is never used. [unreadVariable]
flatpak-builder-1.0.0/src/builder-utils.c:875:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flatzebra/flatzebra_0.1.6.orig.tar.gz
flatzebra-0.1.6/src/flatzebra/GameEngine.cpp:370:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flatzebra-0.1.6/src/flatzebra/PixmapArray.cpp:48:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flatzebra-0.1.6/src/flatzebra/SoundMixer.h:93:10: performance: Technically the member function 'flatzebra::SoundMixer::playChunk' can be static. [functionStatic]
flatzebra-0.1.6/src/flatzebra/SoundMixer.cpp:51:13: note: Technically the member function 'flatzebra::SoundMixer::playChunk' can be static.
flatzebra-0.1.6/src/flatzebra/SoundMixer.h:93:10: note: Technically the member function 'flatzebra::SoundMixer::playChunk' can be static.
flatzebra-0.1.6/src/flatzebra/SoundMixer.h:47:5: style: Class 'SoundMixer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flatzebra-0.1.6/src/flatzebra/SoundMixer.h:41:9: style: Class 'Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flatzebra-0.1.6/src/flatzebra/SoundMixer.h:69:9: style: Class 'Chunk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flawfinder/flawfinder_1.31.orig.tar.gz
flawfinder-1.31/flawtest.c:19:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
flawfinder-1.31/flawtest.c:17:3: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
flawfinder-1.31/junk.c:7:3: error: Width 2000 given in format string (no. 1) is larger than destination buffer 'abuf[1000]', use %999s to prevent overflowing it. [invalidScanfFormatWidth]
flawfinder-1.31/no-ending-newline.c:10:19: style: The scope of the variable 's' can be reduced. [variableScope]
flawfinder-1.31/sloctest.c:8:3: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
flawfinder-1.31/test.c:86:3: warning: %c in format string (no. 1) requires 'unsigned int' but the argument type is 'const char *'. [invalidPrintfArgType_uint]
flawfinder-1.31/test.c:58:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
flawfinder-1.31/test.c:114:0: style: Variable 'access' is assigned a value that is never used. [unreadVariable]
flawfinder-1.31/test.c:56:3: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
flawfinder-1.31/test.c:28:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
flawfinder-1.31/test.c:31:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
flawfinder-1.31/test.c:32:2: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
flawfinder-1.31/test.c:25:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
flawfinder-1.31/test.c:27:2: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/fldiff/fldiff_1.1+0.orig.tar.gz
fldiff-1.1/DiffChooser.cxx:134:4: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fldiff-1.1/DiffChooser.cxx:140:15: style: The scope of the variable 'file' can be reduced. [variableScope]
fldiff-1.1/DiffView.cxx:126:8: style: The scope of the variable 'start' can be reduced. [variableScope]
fldiff-1.1/DiffView.cxx:127:3: style: The scope of the variable 'end' can be reduced. [variableScope]
fldiff-1.1/DiffView.cxx:305:9: style: The scope of the variable 'number' can be reduced. [variableScope]
fldiff-1.1/DiffView.cxx:885:15: style: The scope of the variable 'cptr' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:464:7: style: The scope of the variable 'xoffset' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:465:2: style: The scope of the variable 'ystart' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:466:2: style: The scope of the variable 'yend' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:467:2: style: The scope of the variable 'pstart' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:468:2: style: The scope of the variable 'pend' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:469:7: style: The scope of the variable 'line' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:470:2: style: The scope of the variable 'startline' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:471:9: style: The scope of the variable 'endline' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:472:2: style: The scope of the variable 'lines' can be reduced. [variableScope]
fldiff-1.1/DiffWindow.cxx:964:15: style: The scope of the variable 'current' can be reduced. [variableScope]
fldiff-1.1/PtProcess.cxx:62:38: style: Function 'fopen' argument 1 names different: declaration 'file' definition 'cmd'. [funcArgNamesDifferent]
fldiff-1.1/PtProcess.h:29:28: note: Function 'fopen' argument 1 names different: declaration 'file' definition 'cmd'.
fldiff-1.1/PtProcess.cxx:62:38: note: Function 'fopen' argument 1 names different: declaration 'file' definition 'cmd'.
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/fldigi/fldigi_4.0.1.orig.tar.gz
fldigi-4.0.1/src/blank/blank.cxx:66:9: style: Unused variable: cf [unusedVariable]
fldigi-4.0.1/src/blank/blank.cxx:124:6: style: Unused variable: j [unusedVariable]
fldigi-4.0.1/src/blank/blank.cxx:137:9: style: Unused variable: x [unusedVariable]
fldigi-4.0.1/src/blank/blank.cxx:147:6: style: Unused variable: i [unusedVariable]
fldigi-4.0.1/src/combo/combo.cxx:434:7: style: The scope of the variable 'found' can be reduced. [variableScope]
fldigi-4.0.1/src/compat/getsysinfo.c:244:44: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fldigi-4.0.1/src/compat/getsysinfo.c:240:29: note: outer condition: osvi.dwMajorVersion==5
fldigi-4.0.1/src/compat/getsysinfo.c:244:44: note: opposite inner condition: osvi.dwMajorVersion==4
fldigi-4.0.1/src/compat/mingw.c:187:32: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR < 0L' is always true. [redundantCondition]
fldigi-4.0.1/src/compat/regex.c:3273:4: warning: Return value of function alloca() is not used. [ignoredReturnValue]
fldigi-4.0.1/src/compat/regex.c:3291:7: warning: Return value of function alloca() is not used. [ignoredReturnValue]
fldigi-4.0.1/src/compat/regex.c:3485:4: warning: Return value of function alloca() is not used. [ignoredReturnValue]
fldigi-4.0.1/src/compat/regex.c:4325:3: warning: Return value of function alloca() is not used. [ignoredReturnValue]
fldigi-4.0.1/src/compat/regex.c:3318:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fldigi-4.0.1/src/compat/regex.c:3315:17: note: Assignment 'string1=0', assigned value is 0
fldigi-4.0.1/src/compat/regex.c:3318:18: note: Null pointer addition
fldigi-4.0.1/src/compat/regex.c:2545:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:2727:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3251:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3260:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3261:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3262:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3263:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3264:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3265:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3266:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3267:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3268:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3273:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3291:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3485:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3756:5: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3903:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:3956:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:4097:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:4110:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:4325:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fldigi-4.0.1/src/compat/regex.c:1158:7: error: Memory leak: compile_stack.stack [memleak]
fldigi-4.0.1/src/compat/regex.c:2145:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fldigi-4.0.1/src/compat/regex.c:2148:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fldigi-4.0.1/src/compat/regex.c:2215:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fldigi-4.0.1/src/compat/regex.c:4066:7: error: Uninitialized variable: sdummy [uninitvar]
fldigi-4.0.1/src/config_script/create_default_script.cxx:538:6: style: The scope of the variable 'count' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/create_default_script.cxx:216:0: style: Variable 'new_path' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/config_script/create_default_script.cxx:261:0: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/config_script/script_parsing.h:378:14: style: Technically the member function 'ScriptParsing::macro_command' can be const. [functionConst]
fldigi-4.0.1/src/config_script/script_parsing.h:381:7: style: Technically the member function 'ScriptParsing::restart_flag' can be const. [functionConst]
fldigi-4.0.1/src/config_script/script_parsing.h:384:7: style: Technically the member function 'ScriptParsing::script_errors' can be const. [functionConst]
fldigi-4.0.1/src/config_script/script_parsing.h:406:9: style: Technically the member function 'ScriptParsing::script_command_count' can be const. [functionConst]
fldigi-4.0.1/src/config_script/script_parsing.h:442:14: style: Technically the member function 'ScriptParsing::path' can be const. [functionConst]
fldigi-4.0.1/src/config_script/script_parsing.h:443:6: style: Technically the member function 'ScriptParsing::file_type' can be const. [functionConst]
fldigi-4.0.1/src/config_script/create_default_script.cxx:285:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:286:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:287:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:288:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:289:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:290:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:291:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:292:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:293:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:294:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:295:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:296:93: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:297:53: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:301:48: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:302:81: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:303:81: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:304:81: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:305:81: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:306:81: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:307:48: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:310:57: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:344:53: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:348:59: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:349:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:350:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:351:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:352:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:353:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:354:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:355:59: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:358:59: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:359:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:360:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:361:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:362:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:363:98: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:364:59: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:367:59: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:368:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:369:59: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:372:63: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:373:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:374:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:375:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:376:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:377:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:378:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:379:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:380:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:384:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:385:101: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:386:63: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:387:63: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:390:63: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:391:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:392:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:393:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:394:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:395:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:396:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:397:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:398:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:399:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:400:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:401:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:402:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:403:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:404:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:405:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:406:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:407:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:408:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:409:109: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:410:63: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:411:63: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:437:59: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:438:91: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:439:91: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:440:59: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:441:59: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:444:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:445:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:448:72: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:450:72: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:453:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:454:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:456:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:457:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:458:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:459:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:460:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:461:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:462:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:463:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:464:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:466:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:467:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:468:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:469:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:471:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:472:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:473:97: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:474:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:476:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:479:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:480:95: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:481:95: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:482:95: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:483:95: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:484:95: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:485:95: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:486:55: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:489:60: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:490:60: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:491:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:492:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:493:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:494:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:495:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:496:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:497:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:498:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:499:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:500:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:501:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:502:60: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:503:60: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:504:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:505:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:506:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:507:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:508:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:509:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:510:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:511:60: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:512:60: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:513:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:514:100: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:515:60: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:516:60: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/create_default_script.cxx:521:2: error: Returning/dereferencing 'fd' after it is deallocated / released [deallocret]
fldigi-4.0.1/src/config_script/run_scripts.cxx:2845:2: warning: Either the condition 'if(sp)' is redundant or there is possible null pointer dereference: sp. [nullPointerRedundantCheck]
fldigi-4.0.1/src/config_script/run_scripts.cxx:2856:4: note: Assuming that condition 'if(sp)' is not redundant
fldigi-4.0.1/src/config_script/run_scripts.cxx:2845:2: note: Null pointer dereference
fldigi-4.0.1/src/config_script/run_scripts.cxx:2847:5: warning: Either the condition 'if(sp)' is redundant or there is possible null pointer dereference: sp. [nullPointerRedundantCheck]
fldigi-4.0.1/src/config_script/run_scripts.cxx:2856:4: note: Assuming that condition 'if(sp)' is not redundant
fldigi-4.0.1/src/config_script/run_scripts.cxx:2847:5: note: Null pointer dereference
fldigi-4.0.1/src/config_script/run_scripts.cxx:2852:5: warning: Either the condition 'if(sp)' is redundant or there is possible null pointer dereference: sp. [nullPointerRedundantCheck]
fldigi-4.0.1/src/config_script/run_scripts.cxx:2856:4: note: Assuming that condition 'if(sp)' is not redundant
fldigi-4.0.1/src/config_script/run_scripts.cxx:2852:5: note: Null pointer dereference
fldigi-4.0.1/src/config_script/run_scripts.cxx:2871:0: style: Variable 'new_path' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/config_script/script_parsing.cxx:311:2: style: Variable 'local_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/config_script/script_parsing.cxx:303:0: note: Variable 'local_buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:311:2: note: Variable 'local_buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:956:2: style: Variable 'cPtr' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/config_script/script_parsing.cxx:947:0: note: Variable 'cPtr' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:956:2: note: Variable 'cPtr' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:957:2: style: Variable 'endPtr' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/config_script/script_parsing.cxx:948:0: note: Variable 'endPtr' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:957:2: note: Variable 'endPtr' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:1083:2: style: Variable 'cPtr' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1068:0: note: Variable 'cPtr' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:1083:2: note: Variable 'cPtr' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:1084:2: style: Variable 'endPtr' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1069:0: note: Variable 'endPtr' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:1084:2: note: Variable 'endPtr' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:1346:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1344:0: note: Variable 'fd' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:1346:2: note: Variable 'fd' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:2120:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/config_script/script_parsing.cxx:2114:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:2120:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/config_script/script_parsing.cxx:1515:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fldigi-4.0.1/src/config_script/script_parsing.cxx:807:6: style: The scope of the variable 'count' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:808:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1073:9: style: The scope of the variable 'cmd_size' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1074:9: style: The scope of the variable 'cmp_results' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1075:9: style: The scope of the variable 'index' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1076:9: style: The scope of the variable 'size' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1647:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1691:6: style: The scope of the variable 'character' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1712:6: style: The scope of the variable 'character' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1980:9: style: The scope of the variable 'table_count' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1983:20: style: The scope of the variable 'src_table' can be reduced. [variableScope]
fldigi-4.0.1/src/config_script/script_parsing.cxx:776:71: style: Function 'copy_string_uppercase' argument 2 names different: declaration 'cPtr' definition 'sPtr'. [funcArgNamesDifferent]
fldigi-4.0.1/src/config_script/script_parsing.h:447:57: note: Function 'copy_string_uppercase' argument 2 names different: declaration 'cPtr' definition 'sPtr'.
fldigi-4.0.1/src/config_script/script_parsing.cxx:776:71: note: Function 'copy_string_uppercase' argument 2 names different: declaration 'cPtr' definition 'sPtr'.
fldigi-4.0.1/src/config_script/script_parsing.cxx:801:61: style: Function 'parse_parameters' argument 2 names different: declaration 'd' definition 'e'. [funcArgNamesDifferent]
fldigi-4.0.1/src/config_script/script_parsing.h:448:47: note: Function 'parse_parameters' argument 2 names different: declaration 'd' definition 'e'.
fldigi-4.0.1/src/config_script/script_parsing.cxx:801:61: note: Function 'parse_parameters' argument 2 names different: declaration 'd' definition 'e'.
fldigi-4.0.1/src/config_script/script_parsing.cxx:2158:47: style: Function 'trim' argument 2 names different: declaration 'size' definition 'limit'. [funcArgNamesDifferent]
fldigi-4.0.1/src/config_script/script_parsing.h:396:33: note: Function 'trim' argument 2 names different: declaration 'size' definition 'limit'.
fldigi-4.0.1/src/config_script/script_parsing.cxx:2158:47: note: Function 'trim' argument 2 names different: declaration 'size' definition 'limit'.
fldigi-4.0.1/src/config_script/script_parsing.h:389:15: performance: Technically the member function 'ScriptParsing::check_path' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1362:29: note: Technically the member function 'ScriptParsing::check_path' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:389:15: note: Technically the member function 'ScriptParsing::check_path' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:390:15: performance: Technically the member function 'ScriptParsing::check_numbers' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1469:29: note: Technically the member function 'ScriptParsing::check_numbers' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:390:15: note: Technically the member function 'ScriptParsing::check_numbers' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:391:15: performance: Technically the member function 'ScriptParsing::check_dev_path' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1384:29: note: Technically the member function 'ScriptParsing::check_dev_path' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:391:15: note: Technically the member function 'ScriptParsing::check_dev_path' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:394:7: performance: Technically the member function 'ScriptParsing::to_uppercase' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1687:21: note: Technically the member function 'ScriptParsing::to_uppercase' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:394:7: note: Technically the member function 'ScriptParsing::to_uppercase' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:395:7: performance: Technically the member function 'ScriptParsing::to_uppercase' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:1710:21: note: Technically the member function 'ScriptParsing::to_uppercase' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:395:7: note: Technically the member function 'ScriptParsing::to_uppercase' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:396:7: performance: Technically the member function 'ScriptParsing::trim' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:2158:21: note: Technically the member function 'ScriptParsing::trim' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:396:7: note: Technically the member function 'ScriptParsing::trim' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:435:15: performance: Technically the member function 'ScriptParsing::sc_dummy' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:374:29: note: Technically the member function 'ScriptParsing::sc_dummy' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:435:15: note: Technically the member function 'ScriptParsing::sc_dummy' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:436:15: performance: Technically the member function 'ScriptParsing::remove_crlf_comments' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:717:29: note: Technically the member function 'ScriptParsing::remove_crlf_comments' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:436:15: note: Technically the member function 'ScriptParsing::remove_crlf_comments' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:447:15: performance: Technically the member function 'ScriptParsing::copy_string_uppercase' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:776:29: note: Technically the member function 'ScriptParsing::copy_string_uppercase' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:447:15: note: Technically the member function 'ScriptParsing::copy_string_uppercase' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:450:6: style: Technically the member function 'ScriptParsing::call_callback' can be const. [functionConst]
fldigi-4.0.1/src/config_script/script_parsing.cxx:878:20: note: Technically the member function 'ScriptParsing::call_callback' can be const.
fldigi-4.0.1/src/config_script/script_parsing.h:450:6: note: Technically the member function 'ScriptParsing::call_callback' can be const.
fldigi-4.0.1/src/config_script/script_parsing.h:459:6: performance: Technically the member function 'ScriptParsing::str_cnt' can be static. [functionStatic]
fldigi-4.0.1/src/config_script/script_parsing.cxx:2093:20: note: Technically the member function 'ScriptParsing::str_cnt' can be static.
fldigi-4.0.1/src/config_script/script_parsing.h:459:6: note: Technically the member function 'ScriptParsing::str_cnt' can be static.
fldigi-4.0.1/src/config_script/script_parsing.cxx:2034:2: style: Class 'ScriptParsing' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fldigi-4.0.1/src/config_script/script_parsing.cxx:2034:2: style: Class 'ScriptParsing' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fldigi-4.0.1/src/contestia/contestia.cxx:210:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/contestia/contestia.cxx:213:14: style: The scope of the variable 'msg1' can be reduced. [variableScope]
fldigi-4.0.1/src/contestia/contestia.cxx:214:14: style: The scope of the variable 'msg2' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/cw.cxx:219:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/cw_rtty/cw.cxx:1063:31: style: Condition 'currsym==1' is always true [knownConditionTrueFalse]
fldigi-4.0.1/src/cw_rtty/cw.cxx:1061:14: note: Assuming that condition 'currsym==1' is not redundant
fldigi-4.0.1/src/cw_rtty/cw.cxx:1063:31: note: Condition 'currsym==1' is always true
fldigi-4.0.1/src/cw_rtty/cw.cxx:580:18: style: The scope of the variable 'somc' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/cw.cxx:581:8: style: The scope of the variable 'cptr' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/cw.cxx:660:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/cw.cxx:1007:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/cw.cxx:1040:23: style: The scope of the variable 'i' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/cw.cxx:1048:8: style: The scope of the variable 'dsymlen' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:159:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:339:6: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:447:16: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:538:9: style: The scope of the variable 'spwrlo' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:538:17: style: The scope of the variable 'spwrhi' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:538:25: style: The scope of the variable 'npwr' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:557:9: style: The scope of the variable 'spwrhi' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:557:17: style: The scope of the variable 'spwrlo' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:557:25: style: The scope of the variable 'npwr' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:593:6: style: The scope of the variable 'n_out' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:964:9: style: The scope of the variable 'mark' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:964:19: style: The scope of the variable 'space' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:964:30: style: The scope of the variable 'signal' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:996:9: style: The scope of the variable 'mark' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:996:19: style: The scope of the variable 'space' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/rtty.cxx:996:30: style: The scope of the variable 'signal' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/view_rtty.cxx:98:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/cw_rtty/view_rtty.cxx:313:16: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/winkeyer.cxx:853:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fldigi-4.0.1/src/cw_rtty/winkeyer.cxx:361:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fldigi-4.0.1/src/cw_rtty/winkeyer.cxx:362:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fldigi-4.0.1/src/cw_rtty/winkeyer.cxx:363:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fldigi-4.0.1/src/cw_rtty/winkeyer.cxx:364:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fldigi-4.0.1/src/cw_rtty/winkeyer.cxx:365:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:5100:14: style: The scope of the variable 'label' can be reduced. [variableScope]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:7870:16: style: The scope of the variable 'toggle' can be reduced. [variableScope]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:8456:16: style: The scope of the variable 'toggle' can be reduced. [variableScope]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:1850:38: style: Function 'cb_init_mode' argument 2 names different: declaration 'arg' definition 'mode'. [funcArgNamesDifferent]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:553:38: note: Function 'cb_init_mode' argument 2 names different: declaration 'arg' definition 'mode'.
fldigi-4.0.1/src/dialogs/fl_digi.cxx:1850:38: note: Function 'cb_init_mode' argument 2 names different: declaration 'arg' definition 'mode'.
fldigi-4.0.1/src/dialogs/fl_digi.cxx:5788:15: style: Variable 'newheight' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:5436:29: performance: Function parameter 'sMode' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:5441:27: performance: Function parameter 'sWidth' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:5446:28: performance: Function parameter 'sVal' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:5451:28: performance: Function parameter 'sVal' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:5502:28: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:10331:31: performance: Function parameter 'szcall' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/dialogs/fl_digi.cxx:10392:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/dialogs/font_browser.cxx:164:17: style: The scope of the variable 'name' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:819:37: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/dominoex/dominoex.cxx:363:6: style: The scope of the variable 'sym' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:363:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:420:9: style: The scope of the variable 'cwmag' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:429:6: style: The scope of the variable 'count' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:461:9: style: The scope of the variable 'max' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:461:18: style: The scope of the variable 'min' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:461:29: style: The scope of the variable 'range' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:461:36: style: The scope of the variable 'mag' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:504:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fldigi-4.0.1/src/dominoex/dominoex.cxx:802:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fldigi-4.0.1/src/dtmf/dtmf.cxx:128:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fldigi-4.0.1/src/dtmf/dtmf.cxx:238:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/dxcluster/dxcluster.cxx:1092:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fldigi-4.0.1/src/dxcluster/dxcluster.cxx:220:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/dxcluster/dxcluster.cxx:551:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/dxcluster/dxcluster.cxx:1118:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/dxcluster/dxcluster.cxx:1148:9: style: The scope of the variable 'p2' can be reduced. [variableScope]
fldigi-4.0.1/src/dxcluster/dxcluster.cxx:1285:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/dxcluster/dxcluster.cxx:517:9: style: Unused variable: buffer [unusedVariable]
fldigi-4.0.1/src/dxcluster/dxcluster.cxx:547:9: style: Unused variable: strm [unusedVariable]
fldigi-4.0.1/src/feld/feld.cxx:394:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fldigi-4.0.1/src/feld/feld.cxx:470:6: style: The scope of the variable 'bin' can be reduced. [variableScope]
fldigi-4.0.1/src/feld/feld.cxx:580:6: style: The scope of the variable 'column' can be reduced. [variableScope]
fldigi-4.0.1/src/feld/feld.cxx:581:6: style: The scope of the variable 'bits' can be reduced. [variableScope]
fldigi-4.0.1/src/feld/feld.cxx:581:12: style: The scope of the variable 'colbits' can be reduced. [variableScope]
fldigi-4.0.1/src/feld/feld.cxx:582:6: style: The scope of the variable 'currbit' can be reduced. [variableScope]
fldigi-4.0.1/src/feld/feld.cxx:582:15: style: The scope of the variable 'nextbit' can be reduced. [variableScope]
fldigi-4.0.1/src/fileselector/fileselect.cxx:157:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/fileselector/fileselect.cxx:240:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/filters/fftfilt.cxx:159:20: style: The scope of the variable 'mag' can be reduced. [variableScope]
fldigi-4.0.1/src/filters/fftfilt.cxx:262:9: style: The scope of the variable 'dht' can be reduced. [variableScope]
fldigi-4.0.1/src/filters/filters.cxx:95:9: style: The scope of the variable 't' can be reduced. [variableScope]
fldigi-4.0.1/src/filters/filters.cxx:95:12: style: The scope of the variable 'h' can be reduced. [variableScope]
fldigi-4.0.1/src/filters/viterbi.cxx:236:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/filters/viterbi.cxx:184:3: style: Variable 'm0' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/filters/viterbi.cxx:176:3: note: Variable 'm0' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/filters/viterbi.cxx:184:3: note: Variable 'm0' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/filters/viterbi.cxx:185:3: style: Variable 'm1' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/filters/viterbi.cxx:177:3: note: Variable 'm1' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/filters/viterbi.cxx:185:3: note: Variable 'm1' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/flarq-src/arq.cxx:835:2: style: Variable 'p1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fldigi-4.0.1/src/flarq-src/arq.cxx:833:0: note: Variable 'p1' is reassigned a value before the old one has been used if variable is no semaphore variable.
fldigi-4.0.1/src/flarq-src/arq.cxx:835:2: note: Variable 'p1' is reassigned a value before the old one has been used if variable is no semaphore variable.
fldigi-4.0.1/src/flarq-src/arq.cxx:637:8: style: The scope of the variable 'num' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/arq.cxx:886:6: style: The scope of the variable 'n1' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/arq.cxx:941:6: style: The scope of the variable 'test' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/arq.cxx:942:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/arq.cxx:826:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/flarq-src/arq.cxx:890:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/flarq-src/arq.cxx:902:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/flarq-src/arq.cxx:905:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/flarq-src/arq.cxx:947:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/flarq-src/arq.cxx:1179:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/flarq-src/flarq.cxx:410:10: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1100:14: style: The scope of the variable 'szPercent' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1222:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1250:7: style: The scope of the variable 'cin' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1251:9: style: The scope of the variable 'txtsize' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1253:7: style: The scope of the variable 'sizemsg' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1254:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1311:7: style: The scope of the variable 'cin' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1312:9: style: The scope of the variable 'txtsize' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1314:7: style: The scope of the variable 'sizemsg' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1361:7: style: The scope of the variable 'cin' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1362:9: style: The scope of the variable 'b64size' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1366:7: style: The scope of the variable 'sizemsg' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1410:7: style: The scope of the variable 'cin' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1411:9: style: The scope of the variable 'b64size' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1415:7: style: The scope of the variable 'sizemsg' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1459:9: style: The scope of the variable 'txtsize' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1460:7: style: The scope of the variable 'sizemsg' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1983:6: style: The scope of the variable 'r' can be reduced. [variableScope]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1048:9: style: Unused variable: tempname [unusedVariable]
fldigi-4.0.1/src/flarq-src/flarq.cxx:565:20: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1703:20: performance: Function parameter 'nom' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1724:26: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/flarq-src/flarq.cxx:1736:26: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/flarq-src/xml_server.cxx:69:2: style: Class 'flarq_get_version' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/flarq-src/xml_server.cxx:84:2: style: Class 'flarq_get_state' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/flarq-src/xml_server.cxx:118:2: style: Class 'flarq_rcvd_text' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/flarq-src/xml_server.cxx:142:2: style: Class 'flarq_send_text' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/flarq-src/xml_server.cxx:162:2: style: Class 'flarq_list_methods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/fsq/fsq-pic.cxx:73:13: style: The scope of the variable 'rowptr' can be reduced. [variableScope]
fldigi-4.0.1/src/fsq/fsq-pic.cxx:304:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/fsq/fsq-pic.cxx:304:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/fsq/fsq-pic.cxx:312:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/fsq/fsq.cxx:698:2: style: Variable 'p1' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/fsq/fsq.cxx:696:0: note: Variable 'p1' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/fsq/fsq.cxx:698:2: note: Variable 'p1' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/fsq/fsq.cxx:742:2: style: Variable 'p1' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/fsq/fsq.cxx:740:0: note: Variable 'p1' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/fsq/fsq.cxx:742:2: note: Variable 'p1' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/fsq/fsq.cxx:1667:2: style: Variable 'cs' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/fsq/fsq.cxx:1666:0: note: Variable 'cs' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/fsq/fsq.cxx:1667:2: note: Variable 'cs' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/fsq/fsq.cxx:94:6: style: The scope of the variable 'nibble' can be reduced. [variableScope]
fldigi-4.0.1/src/fsq/fsq.cxx:972:6: style: The scope of the variable 'curr_ch' can be reduced. [variableScope]
fldigi-4.0.1/src/fsq/fsq.cxx:1069:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fldigi-4.0.1/src/fsq/fsq.cxx:637:32: style: Array index 'p' is used before limits check. [arrayIndexThenCheck]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:78:13: style: The scope of the variable 'rowptr' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:392:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:392:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:400:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:632:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:632:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:640:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:869:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:869:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:877:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:898:13: style: The scope of the variable 'rowptr' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:981:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:981:14: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:989:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:289:29: style: Function 'ifkp_showRxViewer' argument 1 names different: declaration 'c' definition 'itype'. [funcArgNamesDifferent]
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:46:29: note: Function 'ifkp_showRxViewer' argument 1 names different: declaration 'c' definition 'itype'.
fldigi-4.0.1/src/ifkp/ifkp-pic.cxx:289:29: note: Function 'ifkp_showRxViewer' argument 1 names different: declaration 'c' definition 'itype'.
fldigi-4.0.1/src/ifkp/ifkp.cxx:99:6: style: The scope of the variable 'nibble' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp.cxx:372:6: style: The scope of the variable 'curr_ch' can be reduced. [variableScope]
fldigi-4.0.1/src/ifkp/ifkp.cxx:440:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fldigi-4.0.1/src/irrxml/irrArray.h:451:7: style: Member variable 'array::allocated' is in the wrong place in the initializer list. [initializerList]
fldigi-4.0.1/src/irrxml/irrArray.h:54:23: note: Member variable 'array::allocated' is in the wrong place in the initializer list.
fldigi-4.0.1/src/irrxml/irrArray.h:451:7: note: Member variable 'array::allocated' is in the wrong place in the initializer list.
fldigi-4.0.1/src/irrxml/irrString.h:354:7: style: Technically the member function 'irr::core::string::equalsn' can be const. [functionConst]
fldigi-4.0.1/src/irrxml/irrString.h:368:7: style: Technically the member function 'irr::core::string::equalsn' can be const. [functionConst]
fldigi-4.0.1/src/irrxml/irrString.h:639:4: performance: Technically the member function 'irr::core::string::toLower' can be static. [functionStatic]
fldigi-4.0.1/src/irrxml/irrArray.h:386:6: style: Technically the member function 'irr::core::array::linear_search' can be const. [functionConst]
fldigi-4.0.1/src/irrxml/irrArray.h:401:6: style: Technically the member function 'irr::core::array::linear_reverse_search' can be const. [functionConst]
fldigi-4.0.1/src/irrxml/irrXML.cpp:48:3: style: Class 'CFileReadCallBack' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fldigi-4.0.1/src/irrxml/irrXML.cpp:48:3: style: Class 'CFileReadCallBack' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fldigi-4.0.1/src/irrxml/irrString.h:69:2: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/irrxml/irrString.h:139:2: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/irrxml/irrArray.h:53:2: style: Class 'array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/irrxml/irrXML.cpp:44:2: style: Class 'CFileReadCallBack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/irrxml/irrXML.cpp:55:2: style: Class 'CFileReadCallBack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/irrxml/irrXML.cpp:70:14: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:243:15: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/irrXML.cpp:70:14: note: Function in derived class
fldigi-4.0.1/src/irrxml/irrXML.cpp:79:14: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:246:15: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/irrXML.cpp:79:14: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:91:0: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:302:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:91:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:106:0: style: The function 'getNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:305:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:106:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:113:0: style: The function 'getAttributeCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:311:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:113:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:120:0: style: The function 'getAttributeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:316:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:120:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:130:0: style: The function 'getAttributeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:321:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:130:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:140:0: style: The function 'getAttributeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:326:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:140:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:151:0: style: The function 'getAttributeValueSafe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:333:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:151:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:163:0: style: The function 'getAttributeValueAsInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:339:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:163:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:170:0: style: The function 'getAttributeValueAsInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:345:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:170:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:177:0: style: The function 'getAttributeValueAsFloat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:351:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:177:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:189:0: style: The function 'getAttributeValueAsFloat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:357:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:189:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:201:0: style: The function 'getNodeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:362:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:201:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:208:0: style: The function 'getNodeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:367:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:208:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:215:0: style: The function 'isEmptyElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:370:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:215:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:221:0: style: The function 'getSourceFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:377:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:221:0: note: Function in derived class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:227:0: style: The function 'getParserFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/irrxml/irrXML.h:384:0: note: Virtual function in base class
fldigi-4.0.1/src/irrxml/CXMLReaderImpl.h:227:0: note: Function in derived class
fldigi-4.0.1/src/libtiniconv/encdec/cp1258.h:279:29: warning: Either the condition 'wc<280' is redundant, otherwise there is negative array index -56. [negativeIndex]
fldigi-4.0.1/src/libtiniconv/encdec/cp1258.h:276:19: note: Assuming that condition 'wc<280' is not redundant
fldigi-4.0.1/src/libtiniconv/encdec/cp1258.h:279:29: note: Negative array index
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:261:17: style: Mismatching assignment and comparison, comparison 'i==62' is always false. [assignIfError]
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:253:0: note: Mismatching assignment and comparison, comparison 'i==62' is always false.
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:261:17: note: Mismatching assignment and comparison, comparison 'i==62' is always false.
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:263:17: style: Mismatching assignment and comparison, comparison 'i==63' is always false. [assignIfError]
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:253:0: note: Mismatching assignment and comparison, comparison 'i==63' is always false.
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:263:17: note: Mismatching assignment and comparison, comparison 'i==63' is always false.
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:347:15: style: Mismatching assignment and comparison, comparison 'i==62' is always false. [assignIfError]
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:339:0: note: Mismatching assignment and comparison, comparison 'i==62' is always false.
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:347:15: note: Mismatching assignment and comparison, comparison 'i==62' is always false.
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:349:15: style: Mismatching assignment and comparison, comparison 'i==63' is always false. [assignIfError]
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:339:0: note: Mismatching assignment and comparison, comparison 'i==63' is always false.
fldigi-4.0.1/src/libtiniconv/encdec/utf7.h:349:15: note: Mismatching assignment and comparison, comparison 'i==63' is always false.
fldigi-4.0.1/src/logbook/adif_io.cxx:174:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/adif_io.cxx:590:11: style: The scope of the variable 'rec' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/calendar.cxx:39:16: style: The scope of the variable 'sb' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/calendar.cxx:323:19: style: The scope of the variable 'md' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/fd_logger.cxx:193:2: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/logbook/fd_logger.cxx:192:0: note: Variable 'num' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/logbook/fd_logger.cxx:193:2: note: Variable 'num' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/logbook/fd_logger.cxx:194:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/logbook/fd_logger.cxx:192:0: note: Variable 'op' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/logbook/fd_logger.cxx:194:2: note: Variable 'op' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/logbook/fd_logger.cxx:337:27: performance: Function parameter 'call' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/logbook/logsupport.cxx:2253:0: error: #error "No std::hash or std::tr1::hash support" [preprocessorErrorDirective]
fldigi-4.0.1/src/logbook/lookupcall.cxx:702:2: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/logbook/lookupcall.cxx:697:0: note: Variable 'ok' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/logbook/lookupcall.cxx:702:2: note: Variable 'ok' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/logbook/lookupcall.cxx:435:9: style: The scope of the variable 'snip' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/lookupcall.cxx:731:25: style: Array index 'p' is used before limits check. [arrayIndexThenCheck]
fldigi-4.0.1/src/logbook/lookupcall.cxx:737:25: style: Array index 'p' is used before limits check. [arrayIndexThenCheck]
fldigi-4.0.1/src/logbook/lookupcall.cxx:742:25: style: Array index 'p' is used before limits check. [arrayIndexThenCheck]
fldigi-4.0.1/src/logbook/lookupcall.cxx:747:25: style: Array index 'p' is used before limits check. [arrayIndexThenCheck]
fldigi-4.0.1/src/logbook/lookupcall.cxx:753:25: style: Array index 'p' is used before limits check. [arrayIndexThenCheck]
fldigi-4.0.1/src/logbook/lookupcall.cxx:616:54: performance: Function parameter 'nodename' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/logbook/lookupcall.cxx:813:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/logbook/lookupcall.cxx:973:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/logbook/maclogger.cxx:245:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/maclogger.cxx:245:13: style: The scope of the variable 'p2' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/maclogger.cxx:107:28: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/logbook/maclogger.cxx:274:5: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/logbook/maclogger.cxx:277:5: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/logbook/maclogger.cxx:280:5: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/logbook/maclogger.cxx:283:5: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/logbook/maclogger.cxx:286:5: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:169:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:256:7: style: The scope of the variable 'szfreq' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:151:25: style: Function 'adjust_freq' argument 1 names different: declaration 's' definition 'sfreq'. [funcArgNamesDifferent]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:95:25: note: Function 'adjust_freq' argument 1 names different: declaration 's' definition 'sfreq'.
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:151:25: note: Function 'adjust_freq' argument 1 names different: declaration 's' definition 'sfreq'.
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:860:34: style: Function 'n3fjp_parse_response' argument 1 names different: declaration 's' definition 'tempbuff'. [funcArgNamesDifferent]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:96:34: note: Function 'n3fjp_parse_response' argument 1 names different: declaration 's' definition 'tempbuff'.
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:860:34: note: Function 'n3fjp_parse_response' argument 1 names different: declaration 's' definition 'tempbuff'.
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:786:9: style: Unused variable: cmd [unusedVariable]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:786:14: style: Unused variable: response [unusedVariable]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:786:24: style: Unused variable: val [unusedVariable]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:547:39: performance: Function parameter 'ctl' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:562:38: performance: Function parameter 'action' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/logbook/n3fjp_logger.cxx:576:39: performance: Function parameter 'command' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/logbook/qso_db.cxx:612:24: style: Redundant condition: chkfreq. '!chkfreq || (chkfreq && b_freqDUP)' is equivalent to '!chkfreq || b_freqDUP' [redundantCondition]
fldigi-4.0.1/src/logbook/qso_db.cxx:613:23: style: Redundant condition: chkstate. '!chkstate || (chkstate && b_stateDUP)' is equivalent to '!chkstate || b_stateDUP' [redundantCondition]
fldigi-4.0.1/src/logbook/qso_db.cxx:614:23: style: Redundant condition: chkmode. '!chkmode || (chkmode && b_modeDUP)' is equivalent to '!chkmode || b_modeDUP' [redundantCondition]
fldigi-4.0.1/src/logbook/qso_db.cxx:615:23: style: Redundant condition: chkxchg1. '!chkxchg1 || (chkxchg1 && b_xchg1DUP)' is equivalent to '!chkxchg1 || b_xchg1DUP' [redundantCondition]
fldigi-4.0.1/src/logbook/qso_db.cxx:616:23: style: Redundant condition: chkdatetime. '!chkdatetime || (chkdatetime && b_dtimeDUP)' is equivalent to '!chkdatetime || b_dtimeDUP' [redundantCondition]
fldigi-4.0.1/src/logbook/qso_db.cxx:144:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/qso_db.cxx:636:7: style: The scope of the variable 'match' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/table.cxx:105:7: style: The scope of the variable 'w' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/table.cxx:672:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/table.cxx:750:10: style: The scope of the variable 'row' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/table.cxx:907:13: style: The scope of the variable 'temp2' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/table.cxx:1058:19: style: The scope of the variable 'prev_row' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/xmlrpc_log.cxx:139:8: style: The scope of the variable 'szAZ' can be reduced. [variableScope]
fldigi-4.0.1/src/logbook/xmlrpc_log.cxx:71:7: style: Exception should be caught by reference. [catchExceptionByValue]
fldigi-4.0.1/src/logger/logger.cxx:359:2: performance: Buffer 'sztime' is being written before its old content has been used. [redundantCopy]
fldigi-4.0.1/src/logger/logger.cxx:358:2: note: Buffer 'sztime' is being written before its old content has been used.
fldigi-4.0.1/src/logger/logger.cxx:359:2: note: Buffer 'sztime' is being written before its old content has been used.
fldigi-4.0.1/src/logger/logger.cxx:122:6: style: The scope of the variable 'recnbr' can be reduced. [variableScope]
fldigi-4.0.1/src/logger/logger.cxx:123:11: style: The scope of the variable 'rec' can be reduced. [variableScope]
fldigi-4.0.1/src/logger/logger.cxx:154:7: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fldigi-4.0.1/src/logger/rx_extract.cxx:461:3: style: Variable 'checkexists' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/logger/rx_extract.cxx:460:0: note: Variable 'checkexists' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/logger/rx_extract.cxx:461:3: note: Variable 'checkexists' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/logger/rx_extract.cxx:427:9: style: The scope of the variable 'endindex' can be reduced. [variableScope]
fldigi-4.0.1/src/logger/rx_extract.cxx:356:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/main.cxx:1991:6: style: The scope of the variable 'r' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk-pic.cxx:119:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk-pic.cxx:119:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk-pic.cxx:127:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk-pic.cxx:198:12: style: The scope of the variable 'rowstart' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk.cxx:521:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/mfsk/mfsk.cxx:418:6: style: The scope of the variable 'byte' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk.cxx:519:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk.cxx:587:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk.cxx:697:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk.cxx:728:6: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/mfsk/mfsk.cxx:747:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/arq_io.cxx:135:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/arq_io.cxx:357:14: style: The scope of the variable 'mailline' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/arq_io.cxx:411:14: style: The scope of the variable 'mailline' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/arq_io.cxx:669:9: style: The scope of the variable 'now' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/arq_io.cxx:581:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/misc/arq_io.cxx:620:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/misc/arq_io.cxx:639:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/misc/arq_io.cxx:644:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/misc/arq_io.cxx:676:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/misc/arq_io.cxx:688:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/misc/arq_io.cxx:714:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/misc/arq_io.cxx:197:23: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/misc/arq_io.cxx:212:25: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/misc/arq_io.cxx:583:20: error: Iterator 'p' used after element has been erased. [eraseDereference]
fldigi-4.0.1/src/misc/arq_io.cxx:579:4: note: Iterator 'p' used after element has been erased.
fldigi-4.0.1/src/misc/arq_io.cxx:583:20: note: Iterator 'p' used after element has been erased.
fldigi-4.0.1/src/misc/arq_io.cxx:653:19: error: Iterator 'p' used after element has been erased. [eraseDereference]
fldigi-4.0.1/src/misc/arq_io.cxx:639:2: note: Iterator 'p' used after element has been erased.
fldigi-4.0.1/src/misc/arq_io.cxx:653:19: note: Iterator 'p' used after element has been erased.
fldigi-4.0.1/src/misc/arq_io.cxx:685:20: error: Iterator 'p' used after element has been erased. [eraseDereference]
fldigi-4.0.1/src/misc/arq_io.cxx:670:2: note: Iterator 'p' used after element has been erased.
fldigi-4.0.1/src/misc/arq_io.cxx:685:20: note: Iterator 'p' used after element has been erased.
fldigi-4.0.1/src/misc/arq_io.cxx:724:20: error: Iterator 'p' used after element has been erased. [eraseDereference]
fldigi-4.0.1/src/misc/arq_io.cxx:706:3: note: Iterator 'p' used after element has been erased.
fldigi-4.0.1/src/misc/arq_io.cxx:724:20: note: Iterator 'p' used after element has been erased.
fldigi-4.0.1/src/misc/ax25_decode.cxx:382:21: style: The scope of the variable 'tc' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/ax25_decode.cxx:382:25: style: The scope of the variable 'cc' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/ax25_decode.cxx:426:20: warning: Either the condition 'tc<30' is redundant or there is signed integer overflow for expression '10*(1<<tc)'. [integerOverflowCond]
fldigi-4.0.1/src/misc/ax25_decode.cxx:425:14: note: Assuming that condition 'tc<30' is not redundant
fldigi-4.0.1/src/misc/ax25_decode.cxx:426:20: note: Integer overflow
fldigi-4.0.1/src/misc/benchmark.cxx:240:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/configuration.cxx:291:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fldigi-4.0.1/src/misc/configuration.cxx:822:31: error: Array 'szBaudRates[13]' accessed at index 103, which is out of bounds. [arrayIndexOutOfBounds]
fldigi-4.0.1/src/misc/configuration.cxx:160:2: performance: Technically the member function 'tag_elem < string >::tag_elem' can be static. [functionStatic]
fldigi-4.0.1/src/misc/configuration.cxx:206:2: performance: Technically the member function 'tag_elem < mode_set_t >::tag_elem' can be static. [functionStatic]
fldigi-4.0.1/src/misc/configuration.cxx:140:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/misc/configuration.cxx:127:15: note: Virtual function in base class
fldigi-4.0.1/src/misc/configuration.cxx:140:7: note: Function in derived class
fldigi-4.0.1/src/misc/configuration.cxx:145:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/misc/configuration.cxx:128:15: note: Virtual function in base class
fldigi-4.0.1/src/misc/configuration.cxx:145:7: note: Function in derived class
fldigi-4.0.1/src/misc/configuration.cxx:161:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/misc/configuration.cxx:127:15: note: Virtual function in base class
fldigi-4.0.1/src/misc/configuration.cxx:161:7: note: Function in derived class
fldigi-4.0.1/src/misc/configuration.cxx:197:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/misc/configuration.cxx:128:15: note: Virtual function in base class
fldigi-4.0.1/src/misc/configuration.cxx:197:7: note: Function in derived class
fldigi-4.0.1/src/misc/configuration.cxx:207:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/misc/configuration.cxx:127:15: note: Virtual function in base class
fldigi-4.0.1/src/misc/configuration.cxx:207:7: note: Function in derived class
fldigi-4.0.1/src/misc/configuration.cxx:216:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/misc/configuration.cxx:128:15: note: Virtual function in base class
fldigi-4.0.1/src/misc/configuration.cxx:216:7: note: Function in derived class
fldigi-4.0.1/src/misc/debug.cxx:230:6: style: The scope of the variable 'hi' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/dxcc.cxx:54:0: error: #error "No std::hash or std::tr1::hash support" [preprocessorErrorDirective]
fldigi-4.0.1/src/misc/kiss_io.cxx:1377:9: warning: Either the condition 'if(buffer)' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fldigi-4.0.1/src/misc/kiss_io.cxx:1384:4: note: Assuming that condition 'if(buffer)' is not redundant
fldigi-4.0.1/src/misc/kiss_io.cxx:1377:9: note: Null pointer dereference
fldigi-4.0.1/src/misc/kiss_io.cxx:1378:11: warning: Either the condition 'if(buffer)' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fldigi-4.0.1/src/misc/kiss_io.cxx:1384:4: note: Assuming that condition 'if(buffer)' is not redundant
fldigi-4.0.1/src/misc/kiss_io.cxx:1378:11: note: Null pointer dereference
fldigi-4.0.1/src/misc/kiss_io.cxx:1365:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/kiss_io.cxx:1359:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:1365:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2140:2: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/kiss_io.cxx:2135:0: note: Variable 'frame' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2140:2: note: Variable 'frame' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2228:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/kiss_io.cxx:2225:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2228:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2279:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/kiss_io.cxx:2276:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2279:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2402:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/kiss_io.cxx:2399:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2402:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2472:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/kiss_io.cxx:2469:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2472:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2694:2: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/kiss_io.cxx:2692:0: note: Variable 'frame' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2694:2: note: Variable 'frame' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:3500:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/kiss_io.cxx:3497:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:3500:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/kiss_io.cxx:2160:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2224:6: style: The scope of the variable 'byte' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2274:6: style: The scope of the variable 'byte' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2398:6: style: The scope of the variable 'byte' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2466:6: style: The scope of the variable 'byte' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2593:15: style: The scope of the variable 'crc_value' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2691:15: style: The scope of the variable 'crc_value' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2791:15: style: The scope of the variable 'crc_extracted' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2792:15: style: The scope of the variable 'crc_calc' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2907:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2908:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2969:15: style: The scope of the variable 'frame_size' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2971:15: style: The scope of the variable 'fend_count' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:2978:7: style: The scope of the variable 'process_one_frame' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:3419:9: style: The scope of the variable 'count' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kiss_io.cxx:4004:14: style: The scope of the variable 'toggle_flag' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kmlserver.cxx:467:24: style: The scope of the variable 'colorKey' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/kmlserver.cxx:999:3: style: Struct 'AtomicRenamer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/misc/locator.cxx:357:6: style: The scope of the variable 'divisions' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/locator.cxx:358:16: style: The scope of the variable 'ordinate' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/locator.cxx:429:30: style: The scope of the variable 'divisions' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/locator.cxx:430:22: style: The scope of the variable 'ordinate' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/macroedit.cxx:342:20: style: Variable 'edittext' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/misc/macros.cxx:2171:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/macros.cxx:2169:0: note: Variable 'p' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/macros.cxx:2171:3: note: Variable 'p' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/macros.cxx:2218:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/macros.cxx:2216:0: note: Variable 'p' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/macros.cxx:2218:3: note: Variable 'p' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/macros.cxx:1421:6: style: The scope of the variable 'rf' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/macros.cxx:1824:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/macros.cxx:1901:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/macros.cxx:2305:9: style: The scope of the variable 'd' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/macros.cxx:2430:9: style: The scope of the variable 'd' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/macros.cxx:3377:9: style: The scope of the variable 'pch' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/macros.cxx:3910:16: style: The scope of the variable 'crlf' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/macros.cxx:3912:9: style: The scope of the variable 'convert' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/macros.cxx:864:14: performance: Variable 'smode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fldigi-4.0.1/src/misc/macros.cxx:871:32: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/misc/macros.cxx:890:31: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/misc/macros.cxx:1005:34: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/misc/macros.cxx:1018:34: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/misc/macros.cxx:2726:34: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/misc/macros.cxx:1829:9: error: When j==s.size(), s[j] is out of bounds. [stlOutOfBounds]
fldigi-4.0.1/src/misc/macros.cxx:3922:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/misc/macros.cxx:3938:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/misc/macros.cxx:3940:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/misc/re.cxx:128:0: error: #error "No std::hash or std::tr1::hash support" [preprocessorErrorDirective]
fldigi-4.0.1/src/misc/record_loader.cxx:158:13: style: C-style pointer casting [cstyleCast]
fldigi-4.0.1/src/misc/record_loader.cxx:134:22: style: Variable 'strnam' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/misc/record_loader.cxx:158:2: error: Common realloc mistake: 'all_recs' nulled but not freed upon failure [memleakOnRealloc]
fldigi-4.0.1/src/misc/socket.cxx:1039:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/socket.cxx:1240:17: style: The scope of the variable 'srvr_addr' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/socket.cxx:1312:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/stack.cxx:363:0: error: #error "Sorry but dbg::stack is not supported on this compiler" [preprocessorErrorDirective]
fldigi-4.0.1/src/misc/status.cxx:276:17: style: Same expression on both sides of '&&'. [duplicateExpression]
fldigi-4.0.1/src/misc/status.cxx:979:19: warning: Redundant assignment of 'data_io_enabled' to itself. [selfAssignment]
fldigi-4.0.1/src/misc/threads.cxx:40:6: style: The scope of the variable 'r' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/utf8file_io.cxx:91:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fldigi-4.0.1/src/misc/utf8file_io.cxx:55:6: style: The scope of the variable 'l' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/utf8file_io.cxx:112:6: style: The scope of the variable 'l' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/util.cxx:206:3: style: Variable 'oldval' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/misc/util.cxx:205:0: note: Variable 'oldval' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/util.cxx:206:3: note: Variable 'oldval' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/misc/weather.cxx:356:9: style: Condition '!parsed' is always true [knownConditionTrueFalse]
fldigi-4.0.1/src/misc/weather.cxx:275:12: note: Assignment 'parsed=false', assigned value is 0
fldigi-4.0.1/src/misc/weather.cxx:356:9: note: Condition '!parsed' is always true
fldigi-4.0.1/src/misc/weather.cxx:235:6: style: The scope of the variable 'content_length' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/weather.cxx:273:7: style: The scope of the variable 'parsed' can be reduced. [variableScope]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1964:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fldigi-4.0.1/src/misc/xmlrpc.cxx:383:7: performance: Technically the member function 'Fldigi_list::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:406:7: performance: Technically the member function 'Fldigi_name::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:420:7: performance: Technically the member function 'Fldigi_version_struct::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:438:7: performance: Technically the member function 'Fldigi_version_string::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:452:7: performance: Technically the member function 'Fldigi_name_version::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:466:7: performance: Technically the member function 'Fldigi_config_dir::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:503:7: performance: Technically the member function 'Fldigi_terminate::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:521:7: performance: Technically the member function 'Modem_get_name::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:536:7: performance: Technically the member function 'Modem_get_names::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:554:7: performance: Technically the member function 'Modem_get_id::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:569:7: performance: Technically the member function 'Modem_get_max_id::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:583:7: performance: Technically the member function 'Modem_set_by_name::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:609:7: performance: Technically the member function 'Modem_set_by_id::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:631:7: performance: Technically the member function 'Modem_set_carrier::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:648:7: performance: Technically the member function 'Modem_inc_carrier::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:665:7: performance: Technically the member function 'Modem_get_carrier::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:681:7: performance: Technically the member function 'Modem_get_afc_sr::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:698:7: performance: Technically the member function 'Modem_set_afc_sr::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:720:7: performance: Technically the member function 'Modem_inc_afc_sr::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:757:7: performance: Technically the member function 'Modem_get_bw::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:775:7: performance: Technically the member function 'Modem_set_bw::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:796:7: performance: Technically the member function 'Modem_inc_bw::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:819:7: performance: Technically the member function 'Modem_get_quality::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:833:7: performance: Technically the member function 'Modem_search_up::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:849:7: performance: Technically the member function 'Modem_search_down::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:865:7: performance: Technically the member function 'Modem_olivia_set_bandwidth::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:890:7: performance: Technically the member function 'Modem_olivia_get_bandwidth::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:917:7: performance: Technically the member function 'Modem_olivia_set_tones::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:938:7: performance: Technically the member function 'Modem_olivia_get_tones::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:954:7: performance: Technically the member function 'Main_get_status1::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:968:7: performance: Technically the member function 'Main_get_status2::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:982:7: performance: Technically the member function 'Main_get_sb::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:996:7: performance: Technically the member function 'Main_set_sb::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1027:7: performance: Technically the member function 'Main_get_wf_sideband::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1041:7: performance: Technically the member function 'Main_set_wf_sideband::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1069:7: performance: Technically the member function 'Main_set_freq::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1086:7: performance: Technically the member function 'Main_inc_freq::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1105:7: performance: Technically the member function 'Main_get_afc::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1119:7: performance: Technically the member function 'Main_set_afc::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1136:7: performance: Technically the member function 'Main_toggle_afc::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1155:7: performance: Technically the member function 'Main_get_sql::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1169:7: performance: Technically the member function 'Main_set_sql::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1186:7: performance: Technically the member function 'Main_toggle_sql::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1205:7: performance: Technically the member function 'Main_get_sql_level::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1219:7: performance: Technically the member function 'Main_set_sql_level::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1236:7: performance: Technically the member function 'Main_inc_sql_level::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1255:7: performance: Technically the member function 'Main_get_rev::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1269:7: performance: Technically the member function 'Main_set_rev::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1286:7: performance: Technically the member function 'Main_toggle_rev::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1305:7: performance: Technically the member function 'Main_get_lock::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1319:7: performance: Technically the member function 'Main_set_lock::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1336:7: performance: Technically the member function 'Main_toggle_lock::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1354:7: performance: Technically the member function 'Main_get_txid::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1368:7: performance: Technically the member function 'Main_set_txid::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1385:7: performance: Technically the member function 'Main_toggle_txid::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1402:7: performance: Technically the member function 'Main_get_rsid::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1416:7: performance: Technically the member function 'Main_set_rsid::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1433:7: performance: Technically the member function 'Main_toggle_rsid::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1452:7: performance: Technically the member function 'Main_get_trx_status::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1471:7: performance: Technically the member function 'Main_tx::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1490:7: performance: Technically the member function 'Main_tune::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1507:7: performance: Technically the member function 'Main_rx::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1526:7: performance: Technically the member function 'Main_abort::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1545:7: performance: Technically the member function 'Main_rx_tx::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1565:7: performance: Technically the member function 'Main_rx_only::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1594:7: performance: Technically the member function 'Main_flmsg_online::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1613:7: performance: Technically the member function 'Main_flmsg_available::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1629:7: performance: Technically the member function 'Main_flmsg_transfer::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1646:7: performance: Technically the member function 'Main_flmsg_squelch::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1662:7: performance: Technically the member function 'Main_run_macro::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1679:7: performance: Technically the member function 'Main_get_max_macro_id::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1693:7: performance: Technically the member function 'Main_rsid::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1715:7: performance: Technically the member function 'Main_get_trx_state::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1785:7: performance: Technically the member function 'Main_get_char_rates::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1842:7: performance: Technically the member function 'Main_get_char_timing::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1941:7: performance: Technically the member function 'Main_get_tx_timing::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1986:7: performance: Technically the member function 'Rig_set_name::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2002:7: performance: Technically the member function 'Rig_get_name::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2021:7: performance: Technically the member function 'Rig_set_frequency::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2038:7: performance: Technically the member function 'Rig_get_freq::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2061:7: performance: Technically the member function 'Rig_set_smeter::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2085:7: performance: Technically the member function 'Rig_set_pwrmeter::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2101:7: performance: Technically the member function 'Rig_set_modes::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2126:7: performance: Technically the member function 'Rig_set_mode::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2142:7: performance: Technically the member function 'Rig_get_modes::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2160:7: performance: Technically the member function 'Rig_get_mode::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2175:7: performance: Technically the member function 'Rig_set_bandwidths::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2199:7: performance: Technically the member function 'Rig_set_bandwidth::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2215:7: performance: Technically the member function 'Rig_get_bandwidths::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2233:7: performance: Technically the member function 'Rig_get_bandwidth::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2247:7: performance: Technically the member function 'Rig_get_notch::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2265:7: performance: Technically the member function 'Rig_set_notch::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2323:7: performance: Technically the member function 'Rig_take_control::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2340:7: performance: Technically the member function 'Rig_release_control::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2417:7: performance: Technically the member function 'Log_get_freq::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2431:7: performance: Technically the member function 'Log_get_time_on::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2445:7: performance: Technically the member function 'Log_get_time_off::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2459:7: performance: Technically the member function 'Log_get_call::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2473:7: performance: Technically the member function 'Log_set_call::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2490:7: performance: Technically the member function 'Log_get_name::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2504:7: performance: Technically the member function 'Log_set_name::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2521:7: performance: Technically the member function 'Log_set_qth::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2538:7: performance: Technically the member function 'Log_set_locator::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2555:7: performance: Technically the member function 'Log_get_rst_in::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2569:7: performance: Technically the member function 'Log_set_rst_in::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2586:7: performance: Technically the member function 'Log_get_rst_out::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2600:7: performance: Technically the member function 'Log_set_rst_out::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2617:7: performance: Technically the member function 'Log_get_serial_number::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2631:7: performance: Technically the member function 'Log_set_serial_number::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2647:7: performance: Technically the member function 'Log_get_serial_number_sent::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2661:7: performance: Technically the member function 'Log_get_exchange::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2675:7: performance: Technically the member function 'Log_set_exchange::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2691:7: performance: Technically the member function 'Log_get_state::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2705:7: performance: Technically the member function 'Log_get_province::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2719:7: performance: Technically the member function 'Log_get_country::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2733:7: performance: Technically the member function 'Log_get_qth::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2747:7: performance: Technically the member function 'Log_get_band::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2767:7: performance: Technically the member function 'Log_get_notes::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2781:7: performance: Technically the member function 'Log_get_locator::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2795:7: performance: Technically the member function 'Log_get_az::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2809:7: performance: Technically the member function 'Log_clear::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2827:7: performance: Technically the member function 'Io_in_use::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2846:7: performance: Technically the member function 'Io_enable_kiss::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2862:7: performance: Technically the member function 'Io_enable_arq::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2880:7: performance: Technically the member function 'Text_get_rx_length::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2918:7: performance: Technically the member function 'Text_get_rx::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2951:7: performance: Technically the member function 'Text_clear_rx::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2967:7: performance: Technically the member function 'Text_add_tx_queu::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:2993:7: performance: Technically the member function 'Text_add_tx::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3009:7: performance: Technically the member function 'Text_add_tx_bytes::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3028:7: performance: Technically the member function 'Text_clear_tx::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3052:7: performance: Technically the member function 'RXTX_get_data::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3081:7: performance: Technically the member function 'RX_get_data::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3110:7: performance: Technically the member function 'TX_get_data::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3133:7: performance: Technically the member function 'Spot_get_auto::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3147:7: performance: Technically the member function 'Spot_set_auto::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3164:7: performance: Technically the member function 'Spot_toggle_auto::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3181:7: performance: Technically the member function 'Spot_pskrep_get_count::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3208:7: performance: Technically the member function 'Wefax_state_string::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3225:7: performance: Technically the member function 'Wefax_skip_apt::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3244:7: performance: Technically the member function 'Wefax_skip_phasing::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3263:7: performance: Technically the member function 'Wefax_set_tx_abort_flag::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3281:7: performance: Technically the member function 'Wefax_end_reception::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3299:7: performance: Technically the member function 'Wefax_start_manual_reception::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3319:7: performance: Technically the member function 'Wefax_set_adif_log::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3337:7: performance: Technically the member function 'Wefax_set_max_lines::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3356:7: performance: Technically the member function 'Wefax_get_received_file::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3374:7: performance: Technically the member function 'Wefax_send_file::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3407:7: performance: Technically the member function 'Navtex_get_message::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:3424:7: performance: Technically the member function 'Navtex_send_message::execute' can be static. [functionStatic]
fldigi-4.0.1/src/misc/xmlrpc.cxx:126:3: style: Struct 'paramList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/misc/xmlrpc.cxx:161:2: style: Struct 'Method' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/misc/xmlrpc.cxx:1757:31: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/mt63/dsp.cxx:76:9: style: The scope of the variable 'D' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:86:14: style: The scope of the variable 'Pwr' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:98:14: style: The scope of the variable 'Pwr' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:181:9: style: The scope of the variable 'time' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:181:15: style: The scope of the variable 'dspPhase' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:199:9: style: The scope of the variable 'time' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:199:15: style: The scope of the variable 'dspPhase' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:234:9: style: The scope of the variable 'out' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:340:9: style: The scope of the variable 'o' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:341:9: style: The scope of the variable 'Lim' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:398:9: style: The scope of the variable 'Sqr' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:959:23: style: The scope of the variable 'len' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:963:9: style: The scope of the variable 'I' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:963:12: style: The scope of the variable 'Q' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1021:9: style: The scope of the variable 'I' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1021:12: style: The scope of the variable 'Q' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1037:23: style: The scope of the variable 'nI' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1037:27: style: The scope of the variable 'nQ' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1092:19: style: The scope of the variable 'dspPhaseDiff' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1112:19: style: The scope of the variable 'dspPhaseDiff' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1298:6: style: The scope of the variable 's' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1502:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1591:9: style: The scope of the variable 'err' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1679:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1696:9: style: The scope of the variable 'nI' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1696:13: style: The scope of the variable 'nQ' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1745:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1845:9: style: The scope of the variable 'l' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1846:9: style: The scope of the variable 'Bit' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1846:14: style: The scope of the variable 'soft' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1916:9: style: The scope of the variable 'lev' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1916:14: style: The scope of the variable 'bit' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1916:19: style: The scope of the variable 'Flag' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:1995:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/dsp.cxx:2080:11: style: The scope of the variable 'ridx' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63.cxx:171:15: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:280:6: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:303:12: style: The scope of the variable 'r' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:405:9: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:524:10: style: The scope of the variable 'Min' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:524:25: style: The scope of the variable 'Noise' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1020:15: style: The scope of the variable 'r' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1020:18: style: The scope of the variable 's' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1020:21: style: The scope of the variable 's2' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1027:9: style: The scope of the variable 'w0' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1027:13: style: The scope of the variable 'w1' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1028:9: style: The scope of the variable 'Fl' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1028:13: style: The scope of the variable 'F0' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1028:17: style: The scope of the variable 'Fu' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1030:9: style: The scope of the variable 'SymbConf' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1030:19: style: The scope of the variable 'SymbShift' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1030:30: style: The scope of the variable 'FreqOfs' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1031:9: style: The scope of the variable 'dspRMS' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1033:6: style: The scope of the variable 'Incl' can be reduced. [variableScope]
fldigi-4.0.1/src/mt63/mt63base.cxx:1300:12: style: The scope of the variable 'r' can be reduced. [variableScope]
fldigi-4.0.1/src/navtex/navtex.cxx:1447:60: style: Same expression on both sides of '&&'. [duplicateExpression]
fldigi-4.0.1/src/navtex/navtex.cxx:1147:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
fldigi-4.0.1/src/navtex/navtex.cxx:905:2: warning: Member variable 'navtex_implementation::m_tx_buf' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/navtex/navtex.cxx:905:2: warning: Member variable 'navtex_implementation::m_tx_counter' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/navtex/navtex.cxx:905:2: warning: Member variable 'navtex_implementation::m_averaged_mark_state' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/navtex/navtex.cxx:905:2: warning: Member variable 'navtex_implementation::m_pulse_edge_event' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/navtex/navtex.cxx:905:2: warning: Member variable 'navtex_implementation::snrmsg' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/navtex/navtex.cxx:541:6: performance: Technically the member function 'CCIR476::code_to_char' can be static. [functionStatic]
fldigi-4.0.1/src/navtex/navtex.cxx:550:6: performance: Technically the member function 'CCIR476::bytes_to_code' can be static. [functionStatic]
fldigi-4.0.1/src/navtex/navtex.cxx:577:7: performance: Technically the member function 'CCIR476::valid_char_at' can be static. [functionStatic]
fldigi-4.0.1/src/navtex/navtex.cxx:1053:6: performance: Technically the member function 'navtex_implementation::fec_offset' can be static. [functionStatic]
fldigi-4.0.1/src/navtex/navtex.cxx:1059:7: performance: Technically the member function 'navtex_implementation::flip_smallest_bit' can be static. [functionStatic]
fldigi-4.0.1/src/navtex/navtex.cxx:1318:7: performance: Technically the member function 'navtex_implementation::filter_print' can be static. [functionStatic]
fldigi-4.0.1/src/navtex/navtex.cxx:1504:8: style: Technically the member function 'navtex_implementation::mixer' can be const. [functionConst]
fldigi-4.0.1/src/navtex/navtex.cxx:1515:9: style: Technically the member function 'navtex_implementation::noise_decay' can be const. [functionConst]
fldigi-4.0.1/src/navtex/navtex.cxx:1525:9: style: Technically the member function 'navtex_implementation::envelope_decay' can be const. [functionConst]
fldigi-4.0.1/src/navtex/navtex.cxx:1695:14: performance: Technically the member function 'navtex_implementation::create_fec' can be static. [functionStatic]
fldigi-4.0.1/src/navtex/navtex.cxx:1361:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fldigi-4.0.1/src/olivia/olivia.cxx:163:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/olivia/olivia.cxx:163:13: style: The scope of the variable 'len' can be reduced. [variableScope]
fldigi-4.0.1/src/olivia/olivia.cxx:235:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/olivia/olivia.cxx:236:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fldigi-4.0.1/src/olivia/olivia.cxx:238:14: style: The scope of the variable 'msg1' can be reduced. [variableScope]
fldigi-4.0.1/src/olivia/olivia.cxx:239:14: style: The scope of the variable 'msg2' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:865:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/psk/psk.cxx:911:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/psk/psk.cxx:2010:4: style: Variable 'bitcount' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fldigi-4.0.1/src/psk/psk.cxx:2007:15: note: Variable 'bitcount' is reassigned a value before the old one has been used if variable is no semaphore variable.
fldigi-4.0.1/src/psk/psk.cxx:2010:4: note: Variable 'bitcount' is reassigned a value before the old one has been used if variable is no semaphore variable.
fldigi-4.0.1/src/psk/psk.cxx:1044:9: style: The scope of the variable 'spwr' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1044:15: style: The scope of the variable 'npwr' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1062:9: style: The scope of the variable 'spwr' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1062:15: style: The scope of the variable 'npwr' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1084:6: style: The scope of the variable 'ftest' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1084:13: style: The scope of the variable 'f1' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1084:17: style: The scope of the variable 'f2' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1409:18: style: The scope of the variable 'xsoftsymbols' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1495:14: style: The scope of the variable 'msg1' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1496:14: style: The scope of the variable 'msg2' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:1762:6: style: The scope of the variable 'sym' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:2245:9: style: The scope of the variable 'tempI' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/psk.cxx:2245:20: style: The scope of the variable 'tempQ' can be reduced. [variableScope]
fldigi-4.0.1/src/psk/viewpsk.cxx:165:47: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/psk/viewpsk.cxx:164:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/psm/psm.cxx:373:2: style: Variable 'level' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/psm/psm.cxx:359:0: note: Variable 'level' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/psm/psm.cxx:373:2: note: Variable 'level' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/psm/psm.cxx:184:13: style: The scope of the variable 'prev_power_level' can be reduced. [variableScope]
fldigi-4.0.1/src/psm/psm.cxx:188:10: style: The scope of the variable 'high_limit' can be reduced. [variableScope]
fldigi-4.0.1/src/psm/psm.cxx:189:10: style: The scope of the variable 'low_limit' can be reduced. [variableScope]
fldigi-4.0.1/src/psm/psm.cxx:215:6: style: The scope of the variable 'freq_pos' can be reduced. [variableScope]
fldigi-4.0.1/src/psm/psm.cxx:223:9: style: The scope of the variable 'pd' can be reduced. [variableScope]
fldigi-4.0.1/src/qrunner/qrunner.cxx:78:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/qrunner/qrunner.cxx:77:0: note: Variable 'fd' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/qrunner/qrunner.cxx:78:2: note: Variable 'fd' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/qrunner/fqueue.h:67:3: style: Class 'fqueue' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fldigi-4.0.1/src/qrunner/fqueue.h:67:3: style: Class 'fqueue' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fldigi-4.0.1/src/qrunner/fqueue.h:49:22: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/qrunner/fqueue.h:40:22: note: Virtual function in base class
fldigi-4.0.1/src/qrunner/fqueue.h:49:22: note: Function in derived class
fldigi-4.0.1/src/qrunner/fqueue.h:89:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fldigi-4.0.1/src/rigcontrol/ptt.cxx:161:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fldigi-4.0.1/src/rigcontrol/ptt.cxx:283:7: style: The scope of the variable 'enabled' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/ptt.cxx:292:7: style: The scope of the variable 'enabled' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/ptt.cxx:306:7: style: The scope of the variable 'enabled' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/ptt.cxx:320:9: style: The scope of the variable 'ok' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:137:16: style: The scope of the variable 'a' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:179:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:223:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:266:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:487:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:604:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:654:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:676:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:800:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:855:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:876:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:933:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:990:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:1040:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:1260:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:1840:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:1895:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:1980:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:2239:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigio.cxx:1250:23: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/rigcontrol/rigsupport.cxx:302:9: style: The scope of the variable 's' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigsupport.cxx:157:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigsupport.cxx:179:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/rigcontrol/rigsupport.cxx:204:45: performance: Function parameter 'rmd' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/rigcontrol/rigsupport.cxx:204:70: performance: Function parameter 'usage' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/rigcontrol/rigsupport.cxx:515:41: performance: Function parameter 'usage' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:301:9: style: The scope of the variable 'space' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:373:9: style: The scope of the variable 'elend' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:453:9: style: The scope of the variable 'elend' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:732:6: style: The scope of the variable 'val' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:732:11: style: The scope of the variable 'sm' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:753:6: style: The scope of the variable 'val' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:753:11: style: The scope of the variable 'sm' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:774:6: style: The scope of the variable 'val' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:774:11: style: The scope of the variable 'ntch' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:795:6: style: The scope of the variable 'val' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:795:11: style: The scope of the variable 'pwr' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:908:8: style: The scope of the variable 'pv' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:972:8: style: The scope of the variable 'pv' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:1052:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:1079:7: style: The scope of the variable 'szLine' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:1080:6: style: The scope of the variable 'lines' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/rigxml.cxx:1096:4: style: Variable 'lines' is modified but its new value is never used. [unreadVariable]
fldigi-4.0.1/src/rigcontrol/serial.cxx:255:6: style: The scope of the variable 'retnum' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/xmlrpc_rig.cxx:280:7: style: Condition '!freq_posted' is always false [knownConditionTrueFalse]
fldigi-4.0.1/src/rigcontrol/xmlrpc_rig.cxx:147:6: style: The scope of the variable 'resp' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/xmlrpc_rig.cxx:147:12: style: The scope of the variable 'res' can be reduced. [variableScope]
fldigi-4.0.1/src/rigcontrol/xmlrpc_rig.cxx:622:5: style: Exception should be caught by reference. [catchExceptionByValue]
fldigi-4.0.1/src/rigcontrol/xmlrpc_rig.cxx:630:4: style: Exception should be caught by reference. [catchExceptionByValue]
fldigi-4.0.1/src/rigcontrol/xmlrpc_rig.cxx:654:5: style: Exception should be caught by reference. [catchExceptionByValue]
fldigi-4.0.1/src/rsid/rsid.cxx:738:11: style: Expression is always false because 'else if' condition matches previous condition at line 736. [multiCondition]
fldigi-4.0.1/src/rsid/rsid.cxx:330:6: style: The scope of the variable 'symbol_out_1' can be reduced. [variableScope]
fldigi-4.0.1/src/rsid/rsid.cxx:331:6: style: The scope of the variable 'bin_out_1' can be reduced. [variableScope]
fldigi-4.0.1/src/rsid/rsid.cxx:702:17: style: The scope of the variable 'pc' can be reduced. [variableScope]
fldigi-4.0.1/src/rsid/rsid.cxx:105:21: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
fldigi-4.0.1/src/rsid/rsid.cxx:108:21: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
fldigi-4.0.1/src/spot/notify.cxx:787:7: style: Technically the member function 'replace_refs::operator()' can be const. [functionConst]
fldigi-4.0.1/src/spot/notify.cxx:1657:25: error: Uninitialized struct member: nitem.afreq [uninitStructMember]
fldigi-4.0.1/src/spot/notify.cxx:1657:25: error: Uninitialized struct member: nitem.rfreq [uninitStructMember]
fldigi-4.0.1/src/spot/notify.cxx:1657:25: error: Uninitialized struct member: nitem.match_string [uninitStructMember]
fldigi-4.0.1/src/spot/notify.cxx:1657:25: error: Uninitialized struct member: nitem.submatch_offsets [uninitStructMember]
fldigi-4.0.1/src/spot/notify.cxx:1657:25: error: Uninitialized struct member: nitem.submatch_length [uninitStructMember]
fldigi-4.0.1/src/spot/pskrep.cxx:215:11: style: Technically the member function 'pskrep::count' can be const. [functionConst]
fldigi-4.0.1/src/spot/pskrep.cxx:224:7: style: Technically the member function 'pskrep::save_queue' can be const. [functionConst]
fldigi-4.0.1/src/spot/pskrep.cxx:523:14: note: Technically the member function 'pskrep::save_queue' can be const.
fldigi-4.0.1/src/spot/pskrep.cxx:224:7: note: Technically the member function 'pskrep::save_queue' can be const.
fldigi-4.0.1/src/spot/pskrep.cxx:570:2: style: Class 'pskrep_sender' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fldigi-4.0.1/src/spot/pskrep.cxx:570:2: style: Class 'pskrep_sender' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fldigi-4.0.1/src/spot/pskrep.cxx:135:41: performance: Function parameter 'loc' should be passed by const reference. [passedByValue]
fldigi-4.0.1/src/spot/spot.cxx:32:0: error: #error "No std::hash or std::tr1::hash support" [preprocessorErrorDirective]
fldigi-4.0.1/src/synop-src/synop.cxx:5450:10: style: Expression is always false because 'else if' condition matches previous condition at line 5445. [multiCondition]
fldigi-4.0.1/src/synop-src/synop.cxx:3775:17: warning: Width 3 given in format string (no. 1) is smaller than destination buffer 'm_not_decoded_yet[5]'. [invalidScanfFormatWidth_smaller]
fldigi-4.0.1/src/synop-src/synop.cxx:3791:17: error: Width 5 given in format string (no. 1) is larger than destination buffer 'm_not_decoded_yet[5]', use %4s to prevent overflowing it. [invalidScanfFormatWidth]
fldigi-4.0.1/src/synop-src/synop.cxx:2627:23: style: The scope of the variable 'past_weathers_manned' can be reduced. [variableScope]
fldigi-4.0.1/src/synop-src/synop.cxx:2640:23: style: The scope of the variable 'past_weathers_automated' can be reduced. [variableScope]
fldigi-4.0.1/src/synop-src/synop.cxx:2679:23: style: The scope of the variable 'present_weathers_manned' can be reduced. [variableScope]
fldigi-4.0.1/src/synop-src/synop.cxx:2793:23: style: The scope of the variable 'present_weathers_automated' can be reduced. [variableScope]
fldigi-4.0.1/src/synop-src/synop.cxx:241:2: warning: Member variable 'RecordWmoStation::m_icao_indicator' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:241:2: warning: Member variable 'RecordWmoStation::m_station_elevation' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:1380:1: style: The class 'Tk_ZCZC_id' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1430:1: style: The class 'Tk_TTAAii' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1472:1: style: The class 'Tk_CCCC' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1500:1: style: The class 'Tk_YYGGgg' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1546:2: warning: Member variable 'Tk_Numbered::m_number' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:1605:1: style: The class 'Tk_IIiii' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1792:1: style: The class 'Tk_MMMULaULo' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1853:1: style: The class 'Tk_h0h0h0h0im' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1911:1: style: The class 'Tk_IIIII' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1978:1: style: The class 'Tk_YYGGi' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2027:1: style: The class 'Tk_99LLL' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2088:2: warning: Member variable 'Tk_QLLLL::m_quadrant' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:2088:2: warning: Member variable 'Tk_QLLLL::m_longit_10deg' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:2088:2: warning: Member variable 'Tk_QLLLL::m_Longitude' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:2088:2: warning: Member variable 'Tk_QLLLL::m_Latitude' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:2144:1: style: The class 'Tk_iihVV' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2241:1: style: The class 'Tk_Nddff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2292:1: style: The class 'Tk_00fff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2339:1: style: The class 'Tk_1sTTT_air' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2362:1: style: The class 'Tk_2sTTT_dew' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2409:1: style: The class 'Tk_3PPPP' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2428:1: style: The class 'Tk_4PPPP' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2478:1: style: The class 'Tk_4ahhh' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2508:1: style: The class 'Tk_5appp' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2576:1: style: The class 'Tk_6RRRt' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2662:2: warning: Member variable 'Tk_7wwWW::m_present_weather' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:2662:2: warning: Member variable 'Tk_7wwWW::m_past_weather_1' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:2662:2: warning: Member variable 'Tk_7wwWW::m_past_weather_2' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:2917:1: style: The class 'Tk_8NCCC' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:2999:1: style: The class 'Tk_9GGgg' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3018:1: style: The class 'Tk_222Dv' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3063:1: style: The class 'Tk_0sTTT' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3128:1: style: The class 'Tk_1PPHH' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3152:1: style: The class 'Tk_2PPHH' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3187:1: style: The class 'Tk_3dddd' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3216:1: style: The class 'Tk_4PPHH' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3240:1: style: The class 'Tk_5PPHH' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3269:1: style: The class 'Tk_6IEER' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3311:1: style: The class 'Tk_70HHH' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3334:1: style: The class 'Tk_8aTTT' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3415:1: style: The class 'Tk_cSbDz' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3532:1: style: The class 'Tk_0____' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3548:1: style: The class 'Tk_1sTTT_max' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3574:1: style: The class 'Tk_2sTTT_min' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3654:1: style: The class 'Tk_3Ejjj' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3672:1: style: The class 'Tk_4Esss' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3723:1: style: The class 'Tk_5jjjj' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3740:1: style: The class 'Tk_553SS' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3767:1: style: The class 'Tk_55jjj' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3784:1: style: The class 'Tk_jjjjj' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3803:1: style: The class 'Tk_2FFFF' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3826:1: style: The class 'Tk_3FFFF' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3846:1: style: The class 'Tk_4FFFF' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3867:1: style: The class 'Tk_7RRRR' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3899:1: style: The class 'Tk_8NChh' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3943:1: style: The class 'Tk_9SSss' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:3982:1: style: The class 'Tk_NCHHC' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4044:1: style: The class 'Tk_0sTTT_land' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4066:1: style: The class 'Tk_1RRRr' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4097:1: style: The class 'Tk_2sTTT_avg' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4120:1: style: The class 'Tk_22fff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4135:1: style: The class 'Tk_23SS' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4150:1: style: The class 'Tk_24Wt' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4182:1: style: The class 'Tk_25ww' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4235:1: style: The class 'Tk_26fff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4254:1: style: The class 'Tk_3LLLL' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4368:1: style: The class 'Tk_911ff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4385:1: style: The class 'Tk_912ff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4509:1: style: The class 'Tk_1snTxTxTx' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4529:1: style: The class 'Tk_2snTxTxTx' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4554:1: style: The class 'Tk_7VVVV' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4592:1: style: The class 'Tk_1VVff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4617:1: style: The class 'Tk_110ff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4632:1: style: The class 'Tk_220ff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4647:1: style: The class 'Tk_3GGmm' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4664:1: style: The class 'Tk_4ddff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4682:1: style: The class 'Tk_6GGmm' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:4701:1: style: The class 'Tk_dddfff' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:5887:2: warning: Member variable 'synop_impl::m_current_message' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/synop-src/synop.cxx:5193:2: style: The class 'Message' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1546:2: style: Class 'Tk_Numbered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:877:0: style: Class 'RefCntPtr < TokVec >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:877:0: style: Class 'RefCntPtr < TokenProxy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/synop-src/synop.cxx:1369:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1369:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1374:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1374:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1385:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1385:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1390:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1390:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1395:7: style: The function 'CanComeFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1175:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1395:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1403:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1403:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1408:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1408:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1442:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1442:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1447:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1447:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1478:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1478:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1489:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1489:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1506:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1506:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1523:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1523:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1528:7: style: The function 'DrawKml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1076:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1528:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1548:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1548:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1552:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1552:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1640:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1640:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1730:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1730:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1744:7: style: The function 'DrawKml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1076:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1744:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1751:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1751:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1756:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1756:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1766:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1766:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1771:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1771:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1781:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1781:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1786:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1786:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1802:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1802:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1825:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1825:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1845:7: style: The function 'CanComeFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1175:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1845:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1860:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1860:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1867:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1867:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1889:7: style: The function 'CanComeFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1175:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1889:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1898:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1898:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1903:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1903:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1907:7: style: The function 'DrawKml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1076:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1907:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1918:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1918:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1946:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1946:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1950:7: style: The function 'DrawKml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1076:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1950:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:1984:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:1984:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2005:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2005:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2017:7: style: The function 'DrawKml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1076:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2017:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2032:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2032:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2041:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2041:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2046:7: style: The function 'DrawKml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1076:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2046:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2049:7: style: The function 'CanComeFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1175:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2049:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2092:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2092:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2099:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2099:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2110:7: style: The function 'DrawKml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1076:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2110:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2112:7: style: The function 'CanComeFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1175:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2112:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2152:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2152:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2176:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2176:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2249:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2249:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2261:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2261:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2288:7: style: The function 'CanComeFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1175:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2288:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2298:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2298:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2303:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2303:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2345:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2345:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2356:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2356:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2368:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2368:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2382:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2382:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2414:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2414:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2419:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2419:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2436:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2436:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2458:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2458:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2484:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2484:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2489:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2489:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2514:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2514:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2527:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2527:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2582:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2582:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2591:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2591:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2666:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2666:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2675:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2675:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2925:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2925:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2934:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:2934:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3005:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3005:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3010:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3010:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3026:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3026:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3031:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3031:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3101:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3101:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3114:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3114:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3136:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3136:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3144:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3144:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3159:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3159:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3171:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3171:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3199:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3199:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3209:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3209:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3222:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3222:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3231:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3231:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3246:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3246:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3260:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3260:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3276:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3276:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3285:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3285:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3317:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3317:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3324:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3324:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3377:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3377:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3388:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3388:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3401:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3401:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3406:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3406:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3409:7: style: The function 'CanComeFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1175:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3409:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3425:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3425:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3435:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3435:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3513:7: style: The function 'CanComeFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1175:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3513:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3521:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3521:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3526:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3526:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3537:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3537:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3542:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3542:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3556:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3556:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3567:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3567:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3583:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3583:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3596:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3596:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3660:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3660:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3665:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3665:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3678:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3678:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3684:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3684:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3728:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3728:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3734:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3734:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3745:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3745:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3752:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3752:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3773:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3773:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3778:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3778:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3789:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3789:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3794:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3794:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3799:7: style: The function 'CanComeFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1175:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3799:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3808:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3808:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3815:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3815:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3831:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3831:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3839:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3839:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3851:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3851:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3857:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3857:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3872:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3872:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3877:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3877:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3906:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3906:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3916:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3916:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3949:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3949:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3958:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3958:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3969:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3969:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3974:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3974:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3990:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3990:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:3999:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:3999:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4031:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4031:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4036:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4036:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4051:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4051:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4058:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4058:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4072:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4072:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4079:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4079:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4103:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4103:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4115:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4115:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4125:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4125:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4130:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4130:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4140:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4140:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4145:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4145:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4156:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4156:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4161:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4161:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4187:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4187:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4192:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4192:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4240:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4240:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4245:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4245:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4260:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4260:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4265:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4265:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4373:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4373:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4378:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4378:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4390:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4390:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4395:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4395:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4495:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4495:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4500:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4500:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4515:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4515:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4521:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4521:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4535:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4535:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4541:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4541:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4559:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4559:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4566:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4566:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4598:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4598:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4611:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4611:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4622:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4622:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4627:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4627:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4637:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4637:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4642:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4642:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4653:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4653:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4659:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4659:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4670:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4670:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4675:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4675:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4689:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4689:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4695:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4695:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4707:7: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1047:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4707:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:4712:7: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1075:15: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:4712:7: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:5808:17: style: The function 'Mtch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/synop-src/synop.cxx:1295:16: note: Virtual function in base class
fldigi-4.0.1/src/synop-src/synop.cxx:5808:17: note: Function in derived class
fldigi-4.0.1/src/synop-src/synop.cxx:2416:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fldigi-4.0.1/src/synop-src/synop.cxx:2445:21: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fldigi-4.0.1/src/synop-src/synop.cxx:2486:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fldigi-4.0.1/src/thor/thor-pic.cxx:87:13: style: The scope of the variable 'rowptr' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:449:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:449:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:457:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:540:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:540:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:548:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:875:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:875:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:883:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:904:13: style: The scope of the variable 'rowptr' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:987:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:987:14: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor-pic.cxx:995:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor.cxx:482:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/thor/thor.cxx:791:13: style: Condition '2==c' is always true [knownConditionTrueFalse]
fldigi-4.0.1/src/thor/thor.cxx:460:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor.cxx:666:9: style: The scope of the variable 'cwmag' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor.cxx:677:6: style: The scope of the variable 'count' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor.cxx:828:9: style: The scope of the variable 'max' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor.cxx:828:18: style: The scope of the variable 'min' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor.cxx:828:29: style: The scope of the variable 'range' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor.cxx:828:36: style: The scope of the variable 'mag' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor.cxx:866:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fldigi-4.0.1/src/thor/thor.cxx:527:42: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/throb/throb.cxx:258:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fldigi-4.0.1/src/throb/throb.cxx:499:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fldigi-4.0.1/src/trx/modem.cxx:227:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/trx/modem.cxx:247:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fldigi-4.0.1/src/trx/modem.cxx:869:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fldigi-4.0.1/src/trx/trx.cxx:330:7: style: The scope of the variable 'current_samplerate' can be reduced. [variableScope]
fldigi-4.0.1/src/trx/trx.cxx:429:7: style: The scope of the variable 'current_samplerate' can be reduced. [variableScope]
fldigi-4.0.1/src/trx/trx.cxx:187:3: style: Variable 'wv' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/waterfall/colorbox.cxx:41:6: style: The scope of the variable 'xpos' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/digiscope.cxx:212:18: style: The scope of the variable 'pszn' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/digiscope.cxx:280:12: style: The scope of the variable 'np' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/digiscope.cxx:352:14: style: The scope of the variable 'xp1' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/digiscope.cxx:352:19: style: The scope of the variable 'yp1' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/digiscope.cxx:373:12: style: The scope of the variable 'np' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/digiscope.cxx:398:9: style: The scope of the variable 'value' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/raster.cxx:128:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/waterfall.cxx:679:11: warning: Either the condition 'active_modem' is redundant or there is possible null pointer dereference: active_modem. [nullPointerRedundantCheck]
fldigi-4.0.1/src/waterfall/waterfall.cxx:654:6: note: Assuming that condition 'active_modem' is not redundant
fldigi-4.0.1/src/waterfall/waterfall.cxx:679:11: note: Null pointer dereference
fldigi-4.0.1/src/waterfall/waterfall.cxx:390:9: style: The scope of the variable 'di' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/waterfall.cxx:549:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/waterfall.cxx:579:22: style: The scope of the variable 'ynext' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/waterfall.cxx:637:10: style: The scope of the variable 'overval' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/waterfall.cxx:783:6: style: The scope of the variable 'fw' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/waterfall.cxx:999:6: style: The scope of the variable 'sig' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/waterfall.cxx:1000:7: style: The scope of the variable 'offset_idx' can be reduced. [variableScope]
fldigi-4.0.1/src/waterfall/waterfall.cxx:1001:7: style: The scope of the variable 'ynext' can be reduced. [variableScope]
fldigi-4.0.1/src/wefax/wefax-pic.cxx:1646:2: style: Variable 'width_btn' is reassigned a value before the old one has been used. [redundantAssignment]
fldigi-4.0.1/src/wefax/wefax-pic.cxx:1643:0: note: Variable 'width_btn' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/wefax/wefax-pic.cxx:1646:2: note: Variable 'width_btn' is reassigned a value before the old one has been used.
fldigi-4.0.1/src/wefax/wefax-pic.cxx:1378:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/wefax/wefax-pic.cxx:1378:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fldigi-4.0.1/src/wefax/wefax-pic.cxx:1386:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fldigi-4.0.1/src/wefax/wefax.cxx:1530:3: style: Variable 'cr_3_freq' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fldigi-4.0.1/src/wefax/wefax.cxx:1523:14: note: Variable 'cr_3_freq' is reassigned a value before the old one has been used if variable is no semaphore variable.
fldigi-4.0.1/src/wefax/wefax.cxx:1530:3: note: Variable 'cr_3_freq' is reassigned a value before the old one has been used if variable is no semaphore variable.
fldigi-4.0.1/src/wefax/wefax.cxx:1426:38: style: Function 'init_rx' argument 1 names different: declaration 'the_smpl_rate' definition 'the_smpl_rat'. [funcArgNamesDifferent]
fldigi-4.0.1/src/wefax/wefax.cxx:457:19: note: Function 'init_rx' argument 1 names different: declaration 'the_smpl_rate' definition 'the_smpl_rat'.
fldigi-4.0.1/src/wefax/wefax.cxx:1426:38: note: Function 'init_rx' argument 1 names different: declaration 'the_smpl_rate' definition 'the_smpl_rat'.
fldigi-4.0.1/src/wefax/wefax.cxx:2177:38: style: Function 'init_tx' argument 1 names different: declaration 'the_smpl_rate' definition 'the_smpl_rat'. [funcArgNamesDifferent]
fldigi-4.0.1/src/wefax/wefax.cxx:464:26: note: Function 'init_tx' argument 1 names different: declaration 'the_smpl_rate' definition 'the_smpl_rat'.
fldigi-4.0.1/src/wefax/wefax.cxx:2177:38: note: Function 'init_tx' argument 1 names different: declaration 'the_smpl_rate' definition 'the_smpl_rat'.
fldigi-4.0.1/src/wefax/wefax.cxx:2187:61: style: Function 'modulate' argument 2 names different: declaration 'n' definition 'number'. [funcArgNamesDifferent]
fldigi-4.0.1/src/wefax/wefax.cxx:465:42: note: Function 'modulate' argument 2 names different: declaration 'n' definition 'number'.
fldigi-4.0.1/src/wefax/wefax.cxx:2187:61: note: Function 'modulate' argument 2 names different: declaration 'n' definition 'number'.
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_current_value' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_apt_high' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_apt_trans' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_apt_count' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_phase_high' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_curr_phase_len' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_curr_phase_high' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_phase_lines' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_num_phase_lines' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_phasing_calls_nb' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_lpm_img' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_lpm_sum_rx' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_pixel_val' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_img_tx_cols' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_img_tx_rows' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_xmt_pic_buf' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_smpl_per_lin' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_ix_filt' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_i_fir_old' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_q_fir_old' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_statistics' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_curr_corr_avg' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_imag_corr_max' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_imag_corr_min' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:1373:21: warning: Member variable 'fax_implementation::m_corr_calls_nb' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:372:2: style: The class 'statistics' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/wefax/wefax.cxx:739:3: warning: Member variable 'fax_signal::_apt_start' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:739:3: warning: Member variable 'fax_signal::_phasing' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:739:3: warning: Member variable 'fax_signal::_image' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:739:3: warning: Member variable 'fax_signal::_black' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:739:3: warning: Member variable 'fax_signal::_apt_stop' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:739:3: warning: Member variable 'fax_signal::_state' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:739:3: warning: Member variable 'fax_signal::_stop_code' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/wefax/wefax.cxx:521:14: performance: Technically the member function 'fax_implementation::generate_filename' can be static. [functionStatic]
fldigi-4.0.1/src/wefax/wefax.cxx:1675:33: note: Technically the member function 'fax_implementation::generate_filename' can be static.
fldigi-4.0.1/src/wefax/wefax.cxx:521:14: note: Technically the member function 'fax_implementation::generate_filename' can be static.
fldigi-4.0.1/src/wefax/wefax.cxx:786:7: performance: Technically the member function 'fax_implementation::is_near_freq' can be static. [functionStatic]
fldigi-4.0.1/src/wefax/wefax.cxx:739:3: style: Class 'fax_signal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/wefax/wefax.cxx:214:0: style: Class 'lookup_table < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/wefax/wefax.cxx:214:0: style: Class 'lookup_table < short >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/wefax/wefax.cxx:1292:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fldigi-4.0.1/src/wefax/wefax.cxx:1297:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fldigi-4.0.1/src/widgets/FTextRXTX.cxx:1581:55: style: Same expression on both sides of '||' because the value of 'ypos>slider_y&&ypos<slider_y+slider_h' and 'ypos<slider_y+slider_h&&ypos>slider_y' are the same. [duplicateExpression]
fldigi-4.0.1/src/widgets/FTextRXTX.cxx:330:8: style: The scope of the variable 'wrapped' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/FTextRXTX.cxx:472:13: style: The scope of the variable 'target' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/FTextRXTX.cxx:1575:75: style: The scope of the variable 'ypos' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/FTextRXTX.cxx:801:8: style: Technically the member function 'dxcc_tooltip::point::operator==' can be const. [functionConst]
fldigi-4.0.1/src/widgets/FTextRXTX.cxx:802:8: style: Technically the member function 'dxcc_tooltip::point::operator!=' can be const. [functionConst]
fldigi-4.0.1/src/widgets/FTextView.cxx:460:19: style: Same expression on both sides of '!=' because the value of 'old_wrap_col' and 'wrap_col' are the same. [duplicateExpression]
fldigi-4.0.1/src/widgets/FTextView.cxx:452:21: note: 'old_wrap_col' is assigned value 'wrap_col' here.
fldigi-4.0.1/src/widgets/FTextView.cxx:460:19: note: Same expression on both sides of '!=' because the value of 'old_wrap_col' and 'wrap_col' are the same.
fldigi-4.0.1/src/widgets/FTextView.cxx:190:41: style: Variable 'need_margin_reset' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/widgets/FTextView.cxx:808:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fldigi-4.0.1/src/widgets/Fl_Text_Buffer_mod.cxx:888:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Buffer_mod.cxx:931:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Buffer_mod.cxx:1689:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Buffer_mod.cxx:1747:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Buffer_mod.cxx:94:7: error: Common realloc mistake: 'undobuffer' nulled but not freed upon failure [memleakOnRealloc]
fldigi-4.0.1/src/widgets/Fl_Text_Display_mod.cxx:760:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Display_mod.cxx:1307:12: style: The scope of the variable 'lineStart' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Display_mod.cxx:1711:40: style: The scope of the variable 'charStyle' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Display_mod.cxx:2819:52: style: The scope of the variable 'i' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Display_mod.cxx:2985:19: style: The scope of the variable 'i' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Display_mod.cxx:3080:16: style: The scope of the variable 'c' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/Fl_Text_Display_mod.cxx:3383:12: style: Variable 'W' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/widgets/Fl_Text_Display_mod.cxx:3385:12: style: Variable 'H' is assigned a value that is never used. [unreadVariable]
fldigi-4.0.1/src/widgets/Panel.cxx:123:14: style: The scope of the variable 'o' can be reduced. [variableScope]
fldigi-4.0.1/src/widgets/psk_browser.cxx:294:7: style: The scope of the variable 'freq' can be reduced. [variableScope]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcBase64.h:227:0: style: The scope of the variable '_Char' can be reduced. [variableScope]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:253:43: style: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'. [funcArgNamesDifferent]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.h:97:46: note: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:253:43: note: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_sendAttempts' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_bytesWritten' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_isFault' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_contentLength' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_sendAttempts' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_bytesWritten' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_isFault' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_contentLength' is not initialized in the constructor. [uninitMemberVar]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcBase64.h:96:0: style: The struct 'three2four' does not have a constructor although it has private member variables. [noConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcBase64.h:361:0: performance: Technically the member function 'xmlrpc_base64 < char , std :: char_traits < _E > >::_getCharType' can be static. [functionStatic]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.h:85:18: warning: Virtual function 'close' is called from destructor '~XmlRpcClient()' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:95:42: note: Calling close
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.h:85:18: note: close is a virtual method
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:69:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:72:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:75:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:77:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:79:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:82:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:85:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:90:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:93:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:96:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:99:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:104:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.cpp:114:3: style: Struct 'ClearFlagOnExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.h:85:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcSource.h:60:18: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.h:85:18: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.h:90:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcSource.h:63:22: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.h:90:22: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.h:94:18: style: The function 'doConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcSource.h:68:18: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcClient.h:94:18: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:97:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcSource.h:63:22: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:97:22: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcDispatch.cpp:67:58: style: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'. [funcArgNamesDifferent]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcDispatch.h:51:51: note: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcDispatch.cpp:67:58: note: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcDispatch.cpp:101:29: style: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'. [funcArgNamesDifferent]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcDispatch.h:64:22: note: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcDispatch.cpp:101:29: note: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcDispatch.h:79:12: performance: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static. [functionStatic]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcDispatch.cpp:187:17: note: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcDispatch.h:79:12: note: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:441:18: style: The scope of the variable 'methodParams' can be reduced. [variableScope]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:177:36: style: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'. [funcArgNamesDifferent]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:97:43: note: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:177:36: note: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:504:56: style: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'. [funcArgNamesDifferent]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:143:58: note: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:504:56: note: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:130:17: performance: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static. [functionStatic]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:366:15: note: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:130:17: note: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:133:10: style: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const. [functionConst]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:398:15: note: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:133:10: note: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:146:17: performance: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static. [functionStatic]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:486:15: note: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.h:146:17: note: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:262:3: style: Class 'ListMethods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:277:3: style: Class 'MethodHelp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServerConnection.h:49:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcSource.h:63:22: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServerConnection.h:49:22: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:264:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServerMethod.h:47:18: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:264:8: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:269:15: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServerMethod.h:51:25: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:269:15: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:279:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServerMethod.h:47:18: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:279:8: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:291:15: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServerMethod.h:51:25: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServer.cpp:291:15: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcServerMethod.cpp:28:5: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcSource.h:57:10: performance: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static. [functionStatic]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcSource.cpp:70:17: note: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcSource.h:57:10: note: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcUtil.cpp:49:8: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpc.h:83:18: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcUtil.cpp:49:8: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcUtil.cpp:67:8: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fldigi-4.0.1/src/xmlrpcpp/XmlRpc.h:54:18: note: Virtual function in base class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcUtil.cpp:67:8: note: Function in derived class
fldigi-4.0.1/src/xmlrpcpp/XmlRpcUtil.cpp:97:3: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcUtil.cpp:109:1: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:500:43: warning: Possible null pointer dereference: offset [nullPointer]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:318:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:500:43: note: Null pointer dereference
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:505:45: warning: Possible null pointer dereference: offset [nullPointer]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:318:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:505:45: note: Null pointer dereference
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:515:6: warning: Possible null pointer dereference: offset [nullPointer]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:318:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:515:6: note: Null pointer dereference
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:191:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:192:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:277:17: performance: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static. [functionStatic]
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.cpp:384:28: note: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static.
fldigi-4.0.1/src/xmlrpcpp/XmlRpcValue.h:277:17: note: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static.
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flent/flent_1.2.2.orig.tar.gz
flent-1.2.2/misc/file_iterate.c:100:15: style: The scope of the variable 'opt' can be reduced. [variableScope]
flent-1.2.2/misc/tc_iterate.c:104:15: style: The scope of the variable 'opt' can be reduced. [variableScope]
flent-1.2.2/misc/wifistats_iterate.c:312:7: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flent-1.2.2/misc/wifistats_iterate.c:124:6: style: The scope of the variable 'j' can be reduced. [variableScope]
flent-1.2.2/misc/wifistats_iterate.c:150:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
flent-1.2.2/misc/wifistats_iterate.c:265:15: style: The scope of the variable 'opt' can be reduced. [variableScope]
flent-1.2.2/misc/wifistats_iterate.c:136:17: style: Unused variable: in [unusedVariable]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flex/flex_2.6.4.orig.tar.gz
flex-2.6.4/src/buf.c:232:10: style: The scope of the variable 'n_alloc' can be reduced. [variableScope]
flex-2.6.4/src/buf.c:133:67: style: Function 'buf_strnappend' argument 3 names different: declaration 'nchars' definition 'n'. [funcArgNamesDifferent]
flex-2.6.4/src/flexdef.h:1051:70: note: Function 'buf_strnappend' argument 3 names different: declaration 'nchars' definition 'n'.
flex-2.6.4/src/buf.c:133:67: note: Function 'buf_strnappend' argument 3 names different: declaration 'nchars' definition 'n'.
flex-2.6.4/src/dfa.c:185:9: style: The scope of the variable 'ec' can be reduced. [variableScope]
flex-2.6.4/src/dfa.c:232:47: style: The scope of the variable 'transsym' can be reduced. [variableScope]
flex-2.6.4/src/dfa.c:374:35: style: The scope of the variable 'dsize' can be reduced. [variableScope]
flex-2.6.4/src/dfa.c:376:17: style: The scope of the variable 'dset' can be reduced. [variableScope]
flex-2.6.4/src/dfa.c:377:10: style: The scope of the variable 'targptr' can be reduced. [variableScope]
flex-2.6.4/src/dfa.c:377:19: style: The scope of the variable 'totaltrans' can be reduced. [variableScope]
flex-2.6.4/src/dfa.c:1006:10: style: The scope of the variable 'tch' can be reduced. [variableScope]
flex-2.6.4/src/dfa.c:1006:24: style: The scope of the variable 'ns' can be reduced. [variableScope]
flex-2.6.4/src/dfa.c:698:25: error: Common realloc mistake: 'yynxt_data' nulled but not freed upon failure [memleakOnRealloc]
flex-2.6.4/src/ecs.c:41:18: style: The scope of the variable 'newlen' can be reduced. [variableScope]
flex-2.6.4/src/ecs.c:41:26: style: The scope of the variable 'cclp' can be reduced. [variableScope]
flex-2.6.4/src/gen.c:128:10: style: The scope of the variable 'i' can be reduced. [variableScope]
flex-2.6.4/src/gen.c:467:9: style: The scope of the variable 'j' can be reduced. [variableScope]
flex-2.6.4/src/gen.c:468:10: style: The scope of the variable 'numrows' can be reduced. [variableScope]
flex-2.6.4/src/gen.c:1055:13: style: The scope of the variable 'j' can be reduced. [variableScope]
flex-2.6.4/src/gen.c:1055:28: style: The scope of the variable 'nacc' can be reduced. [variableScope]
flex-2.6.4/src/gen.c:1057:37: style: The scope of the variable 'yymeta_tbl' can be reduced. [variableScope]
flex-2.6.4/src/gen.c:1058:52: style: The scope of the variable 'yyacclist_tbl' can be reduced. [variableScope]
flex-2.6.4/src/gen.c:1061:32: style: The scope of the variable 'yyacclist_curr' can be reduced. [variableScope]
flex-2.6.4/src/main.c:514:10: style: The scope of the variable 'tblsiz' can be reduced. [variableScope]
flex-2.6.4/src/main.c:1469:14: style: The scope of the variable 'yy_stdinit' can be reduced. [variableScope]
flex-2.6.4/src/main.c:1470:14: style: The scope of the variable 'yy_nostdinit' can be reduced. [variableScope]
flex-2.6.4/src/misc.c:69:9: error: Common realloc mistake: 'sko_stack' nulled but not freed upon failure [memleakOnRealloc]
flex-2.6.4/src/nfa.c:96:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
flex-2.6.4/src/nfa.c:96:15: style: The scope of the variable 'tsp1' can be reduced. [variableScope]
flex-2.6.4/src/nfa.c:96:21: style: The scope of the variable 'tsp2' can be reduced. [variableScope]
flex-2.6.4/src/nfa.c:96:27: style: The scope of the variable 'anum' can be reduced. [variableScope]
flex-2.6.4/src/nfa.c:248:12: style: The scope of the variable 'scanner_bp' can be reduced. [variableScope]
flex-2.6.4/src/nfa.c:517:10: style: The scope of the variable 'eps' can be reduced. [variableScope]
flex-2.6.4/src/nfa.c:546:21: style: The scope of the variable 'tail' can be reduced. [variableScope]
flex-2.6.4/src/nfa.c:546:33: style: The scope of the variable 'i' can be reduced. [variableScope]
* yacc.c:358  *:930:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
* yacc.c:1906  *:108:7: style: The scope of the variable 'warning' can be reduced. [variableScope]
scan.c:4720:2: warning: Possible null pointer dereference: b [nullPointer]
scan.c:4613:18: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
scan.c:4720:2: note: Null pointer dereference
scan.c:4721:2: warning: Possible null pointer dereference: b [nullPointer]
scan.c:4613:18: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
scan.c:4721:2: note: Null pointer dereference
scan.c:4732:9: warning: Possible null pointer dereference: b [nullPointer]
scan.c:4613:18: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
scan.c:4732:9: note: Null pointer dereference
scan.c:4459:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
scan.c:341:55: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
scan.c:4459:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
scan.c:4484:40: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
scan.c:2054:40: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
scan.c:4484:40: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
scan.c:4905:46: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
scan.c:296:46: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
scan.c:4905:46: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
scan.c:4918:46: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
scan.c:297:45: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
scan.c:4918:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
scan.c:4918:60: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
scan.c:297:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
scan.c:4918:60: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
scan.c:5083:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
scan.c:2018:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
scan.c:5083:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
flex-2.6.4/src/scanflags.c:44:9: error: Common realloc mistake: '_sf_stk' nulled but not freed upon failure [memleakOnRealloc]
flex-2.6.4/src/scanopt.c:502:14: style: The scope of the variable 'optname' can be reduced. [variableScope]
flex-2.6.4/src/scanopt.c:655:29: style: Function 'scanopt' argument 1 names different: declaration 'scanner' definition 'svoid'. [funcArgNamesDifferent]
flex-2.6.4/src/scanopt.h:117:27: note: Function 'scanopt' argument 1 names different: declaration 'scanner' definition 'svoid'.
flex-2.6.4/src/scanopt.c:655:29: note: Function 'scanopt' argument 1 names different: declaration 'scanner' definition 'svoid'.
flex-2.6.4/src/scanopt.c:655:43: style: Function 'scanopt' argument 2 names different: declaration 'optarg' definition 'arg'. [funcArgNamesDifferent]
flex-2.6.4/src/scanopt.h:117:43: note: Function 'scanopt' argument 2 names different: declaration 'optarg' definition 'arg'.
flex-2.6.4/src/scanopt.c:655:43: note: Function 'scanopt' argument 2 names different: declaration 'optarg' definition 'arg'.
flex-2.6.4/src/scanopt.c:801:37: style: Function 'scanopt_destroy' argument 1 names different: declaration 'scanner' definition 'svoid'. [funcArgNamesDifferent]
flex-2.6.4/src/scanopt.h:90:35: note: Function 'scanopt_destroy' argument 1 names different: declaration 'scanner' definition 'svoid'.
flex-2.6.4/src/scanopt.c:801:37: note: Function 'scanopt_destroy' argument 1 names different: declaration 'scanner' definition 'svoid'.
flex-2.6.4/src/tables.c:103:41: style: Function 'yytbl_data_init' argument 1 names different: declaration 'tbl' definition 'td'. [funcArgNamesDifferent]
flex-2.6.4/src/tables.h:69:45: note: Function 'yytbl_data_init' argument 1 names different: declaration 'tbl' definition 'td'.
flex-2.6.4/src/tables.c:103:41: note: Function 'yytbl_data_init' argument 1 names different: declaration 'tbl' definition 'td'.
flex-2.6.4/src/tblcmp.c:83:18: style: The scope of the variable 'extrct' can be reduced. [variableScope]
flex-2.6.4/src/tblcmp.c:84:10: style: The scope of the variable 'mindiff' can be reduced. [variableScope]
flex-2.6.4/src/tblcmp.c:84:19: style: The scope of the variable 'minprot' can be reduced. [variableScope]
flex-2.6.4/src/tblcmp.c:84:28: style: The scope of the variable 'i' can be reduced. [variableScope]
flex-2.6.4/src/tblcmp.c:84:31: style: The scope of the variable 'd' can be reduced. [variableScope]
flex-2.6.4/src/tblcmp.c:227:6: style: The scope of the variable 'totaltrans' can be reduced. [variableScope]
flex-2.6.4/src/tblcmp.c:331:7: style: The scope of the variable 'state_ptr' can be reduced. [variableScope]
flex-2.6.4/src/tblcmp.c:332:7: style: The scope of the variable 'ptr_to_last_entry_in_state' can be reduced. [variableScope]
flex-2.6.4/src/tblcmp.c:421:6: style: The scope of the variable 'i' can be reduced. [variableScope]
flex-2.6.4/src/yylex.c:46:13: style: The scope of the variable 'beglin' can be reduced. [variableScope]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flex-old/flex-old_2.5.4a.orig.tar.gz
<stdin>:628:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
parse.y:328:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
flex-2.5.4/dfa.c:202:18: style: The scope of the variable 'ec' can be reduced. [variableScope]
flex-2.5.4/dfa.c:251:43: style: The scope of the variable 'transsym' can be reduced. [variableScope]
flex-2.5.4/dfa.c:398:31: style: The scope of the variable 'dsize' can be reduced. [variableScope]
flex-2.5.4/dfa.c:400:14: style: The scope of the variable 'dset' can be reduced. [variableScope]
flex-2.5.4/dfa.c:401:6: style: The scope of the variable 'targptr' can be reduced. [variableScope]
flex-2.5.4/dfa.c:401:15: style: The scope of the variable 'totaltrans' can be reduced. [variableScope]
flex-2.5.4/dfa.c:1017:6: style: The scope of the variable 'tch' can be reduced. [variableScope]
flex-2.5.4/dfa.c:1017:20: style: The scope of the variable 'ns' can be reduced. [variableScope]
flex-2.5.4/ecs.c:37:14: style: The scope of the variable 'newlen' can be reduced. [variableScope]
flex-2.5.4/ecs.c:37:22: style: The scope of the variable 'cclp' can be reduced. [variableScope]
flex-2.5.4/ecs.c:199:25: style: Array index 'cclp' is used before limits check. [arrayIndexThenCheck]
flex-2.5.4/gen.c:230:18: style: The scope of the variable 'j' can be reduced. [variableScope]
flex-2.5.4/gen.c:231:6: style: The scope of the variable 'numrows' can be reduced. [variableScope]
flex-2.5.4/gen.c:786:9: style: The scope of the variable 'j' can be reduced. [variableScope]
flex-2.5.4/gen.c:786:24: style: The scope of the variable 'nacc' can be reduced. [variableScope]
flex-2.5.4/main.c:355:6: style: The scope of the variable 'tblsiz' can be reduced. [variableScope]
flex-2.5.4/nfa.c:97:6: style: The scope of the variable 'sym' can be reduced. [variableScope]
flex-2.5.4/nfa.c:97:11: style: The scope of the variable 'tsp1' can be reduced. [variableScope]
flex-2.5.4/nfa.c:97:17: style: The scope of the variable 'tsp2' can be reduced. [variableScope]
flex-2.5.4/nfa.c:97:23: style: The scope of the variable 'anum' can be reduced. [variableScope]
flex-2.5.4/nfa.c:241:10: style: The scope of the variable 'scanner_bp' can be reduced. [variableScope]
flex-2.5.4/nfa.c:517:6: style: The scope of the variable 'eps' can be reduced. [variableScope]
flex-2.5.4/nfa.c:549:17: style: The scope of the variable 'tail' can be reduced. [variableScope]
flex-2.5.4/nfa.c:549:29: style: The scope of the variable 'i' can be reduced. [variableScope]
flex-2.5.4/tblcmp.c:81:14: style: The scope of the variable 'extrct' can be reduced. [variableScope]
flex-2.5.4/tblcmp.c:82:6: style: The scope of the variable 'mindiff' can be reduced. [variableScope]
flex-2.5.4/tblcmp.c:82:15: style: The scope of the variable 'minprot' can be reduced. [variableScope]
flex-2.5.4/tblcmp.c:82:24: style: The scope of the variable 'i' can be reduced. [variableScope]
flex-2.5.4/tblcmp.c:82:27: style: The scope of the variable 'd' can be reduced. [variableScope]
flex-2.5.4/tblcmp.c:232:6: style: The scope of the variable 'totaltrans' can be reduced. [variableScope]
flex-2.5.4/tblcmp.c:343:16: style: The scope of the variable 'state_ptr' can be reduced. [variableScope]
flex-2.5.4/tblcmp.c:344:16: style: The scope of the variable 'ptr_to_last_entry_in_state' can be reduced. [variableScope]
flex-2.5.4/tblcmp.c:437:15: style: The scope of the variable 'i' can be reduced. [variableScope]
flex-2.5.4/yylex.c:41:13: style: The scope of the variable 'beglin' can be reduced. [variableScope]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flexbackup/flexbackup_1.2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flexbar/flexbar_3.4.0.orig.tar.gz
flexbar-3.4.0/src/PairedInput.h:216:0: style: Variable 'prBundle' is reassigned a value before the old one has been used. [redundantAssignment]
flexbar-3.4.0/src/PairedInput.h:214:0: note: Variable 'prBundle' is reassigned a value before the old one has been used.
flexbar-3.4.0/src/PairedInput.h:216:0: note: Variable 'prBundle' is reassigned a value before the old one has been used.
flexbar-3.4.0/src/PairedInput.h:224:0: style: Variable 'prBundle' is reassigned a value before the old one has been used. [redundantAssignment]
flexbar-3.4.0/src/PairedInput.h:222:0: note: Variable 'prBundle' is reassigned a value before the old one has been used.
flexbar-3.4.0/src/PairedInput.h:224:0: note: Variable 'prBundle' is reassigned a value before the old one has been used.
flexbar-3.4.0/src/LoadAdapters.h:74:0: style: Variable 'IonTorrent.seq1' is reassigned a value before the old one has been used. [redundantAssignment]
flexbar-3.4.0/src/LoadAdapters.h:73:0: note: Variable 'IonTorrent.seq1' is reassigned a value before the old one has been used.
flexbar-3.4.0/src/LoadAdapters.h:74:0: note: Variable 'IonTorrent.seq1' is reassigned a value before the old one has been used.
flexbar-3.4.0/src/PairedOutput.h:242:0: style: The scope of the variable 'l1ok' can be reduced. [variableScope]
flexbar-3.4.0/src/PairedOutput.h:242:0: style: The scope of the variable 'l2ok' can be reduced. [variableScope]
flexbar-3.4.0/src/FlexbarIO.h:229:30: style: Variable 'cmprsType' is assigned a value that is never used. [unreadVariable]
flexbar-3.4.0/src/Options.h:414:41: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::p_min_overlap' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::a_overhang' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::htrimMinLength' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::maxUncalled' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::min_readLen' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::nThreads' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::bundleSize' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::a_match' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::a_mismatch' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::a_gapCost' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::b_match' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::b_mismatch' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::b_gapCost' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::a_cycles' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::a_errorRate' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::b_errorRate' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::h_errorRate' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::runType' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/Options.h:53:2: warning: Member variable 'Options::out' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::score' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::mismatches' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::gapsR' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::gapsA' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::startPos' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::startPosA' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::startPosS' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::endPos' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::endPosS' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::endPosA' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::overlapLength' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::queryLength' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::tailLength' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:72:0: warning: Member variable 'AlignResults < FSeqStr >::allowedErrors' is not initialized in the constructor. [uninitMemberVar]
flexbar-3.4.0/src/FlexbarTypes.h:125:8: style: Member variable 'TBar::rcAdapter' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/FlexbarTypes.h:132:4: note: Member variable 'TBar::rcAdapter' is in the wrong place in the initializer list.
flexbar-3.4.0/src/FlexbarTypes.h:125:8: note: Member variable 'TBar::rcAdapter' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:31:0: style: Member variable 'PairedAlign < FSeqStr , FString >::m_aTrimEnd' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedAlign.h:57:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_aTrimEnd' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:31:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_aTrimEnd' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:22:0: style: Member variable 'PairedAlign < FSeqStr , FString >::m_arTimes' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedAlign.h:60:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_arTimes' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:22:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_arTimes' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:16:0: style: Member variable 'PairedAlign < FSeqStr , FString >::m_umiTags' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedAlign.h:61:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_umiTags' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:16:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_umiTags' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:16:0: style: Member variable 'PairedAlign < FSeqStr , FString >::m_writeUnassigned' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedAlign.h:63:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_writeUnassigned' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:16:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_writeUnassigned' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:17:0: style: Member variable 'PairedAlign < FSeqStr , FString >::m_htrimMaxFirstOnly' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedAlign.h:69:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_htrimMaxFirstOnly' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:17:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_htrimMaxFirstOnly' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:17:0: style: Member variable 'PairedAlign < FSeqStr , FString >::m_htrimAdapterRm' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedAlign.h:71:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_htrimAdapterRm' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:17:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_htrimAdapterRm' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:17:0: style: Member variable 'PairedAlign < FSeqStr , FString >::m_htrim' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedAlign.h:72:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_htrim' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:17:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_htrim' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:16:0: style: Member variable 'PairedAlign < FSeqStr , FString >::m_twoBarcodes' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedAlign.h:73:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_twoBarcodes' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:16:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_twoBarcodes' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:34:0: style: Member variable 'PairedAlign < FSeqStr , FString >::m_unassigned' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedAlign.h:75:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_unassigned' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedAlign.h:34:0: note: Member variable 'PairedAlign < FSeqStr , FString >::m_unassigned' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlignPair.h:19:0: style: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_minLength' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqAlignPair.h:36:0: note: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_minLength' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlignPair.h:19:0: note: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_minLength' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlignPair.h:16:0: style: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_poMode' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqAlignPair.h:37:0: note: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_poMode' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlignPair.h:16:0: note: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_poMode' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlignPair.h:14:0: style: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_log' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqAlignPair.h:38:0: note: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_log' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlignPair.h:14:0: note: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_log' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlignPair.h:23:0: style: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_nPreShortReads' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqAlignPair.h:43:0: note: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_nPreShortReads' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlignPair.h:23:0: note: Member variable 'SeqAlignPair < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_nPreShortReads' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:19:0: style: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_tailLength' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqAlign.h:36:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_tailLength' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:19:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_tailLength' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:18:0: style: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_isBarcoding' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqAlign.h:37:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_isBarcoding' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:18:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_isBarcoding' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:16:0: style: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_poMode' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqAlign.h:40:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_poMode' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:16:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_poMode' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:14:0: style: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_log' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqAlign.h:41:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_log' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:14:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_log' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:23:0: style: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_nPreShortReads' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqAlign.h:47:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_nPreShortReads' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqAlign.h:23:0: note: Member variable 'SeqAlign < FSeqStr , FString , SeqAlignAlgo < FSeqStr > >::m_nPreShortReads' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedOutput.h:17:0: style: Member variable 'PairedOutput < FSeqStr , FString >::m_minLength' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedOutput.h:48:0: note: Member variable 'PairedOutput < FSeqStr , FString >::m_minLength' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedOutput.h:17:0: note: Member variable 'PairedOutput < FSeqStr , FString >::m_minLength' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedOutput.h:17:0: style: Member variable 'PairedOutput < FSeqStr , FString >::m_qtrimThresh' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedOutput.h:50:0: note: Member variable 'PairedOutput < FSeqStr , FString >::m_qtrimThresh' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedOutput.h:17:0: note: Member variable 'PairedOutput < FSeqStr , FString >::m_qtrimThresh' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedOutput.h:18:0: style: Member variable 'PairedOutput < FSeqStr , FString >::m_isPaired' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedOutput.h:53:0: note: Member variable 'PairedOutput < FSeqStr , FString >::m_isPaired' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedOutput.h:18:0: note: Member variable 'PairedOutput < FSeqStr , FString >::m_isPaired' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqOutput.h:15:0: style: Member variable 'SeqOutput < FSeqStr , FString >::m_tagStr' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqOutput.h:29:0: note: Member variable 'SeqOutput < FSeqStr , FString >::m_tagStr' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqOutput.h:15:0: note: Member variable 'SeqOutput < FSeqStr , FString >::m_tagStr' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqOutput.h:18:0: style: Member variable 'SeqOutput < FSeqStr , FString >::m_writeLenDist' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqOutput.h:32:0: note: Member variable 'SeqOutput < FSeqStr , FString >::m_writeLenDist' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqOutput.h:18:0: note: Member variable 'SeqOutput < FSeqStr , FString >::m_writeLenDist' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqOutput.h:17:0: style: Member variable 'SeqOutput < FSeqStr , FString >::m_cmprsType' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqOutput.h:34:0: note: Member variable 'SeqOutput < FSeqStr , FString >::m_cmprsType' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqOutput.h:17:0: note: Member variable 'SeqOutput < FSeqStr , FString >::m_cmprsType' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedInput.h:15:0: style: Member variable 'PairedInput < FSeqStr , FString >::m_isPaired' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedInput.h:29:0: note: Member variable 'PairedInput < FSeqStr , FString >::m_isPaired' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedInput.h:15:0: note: Member variable 'PairedInput < FSeqStr , FString >::m_isPaired' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedInput.h:18:0: style: Member variable 'PairedInput < FSeqStr , FString >::m_tagCounter' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedInput.h:33:0: note: Member variable 'PairedInput < FSeqStr , FString >::m_tagCounter' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedInput.h:18:0: note: Member variable 'PairedInput < FSeqStr , FString >::m_tagCounter' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedInput.h:18:0: style: Member variable 'PairedInput < FSeqStr , FString >::m_uncalled' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/PairedInput.h:34:0: note: Member variable 'PairedInput < FSeqStr , FString >::m_uncalled' is in the wrong place in the initializer list.
flexbar-3.4.0/src/PairedInput.h:18:0: note: Member variable 'PairedInput < FSeqStr , FString >::m_uncalled' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqInput.h:16:0: style: Member variable 'SeqInput < FSeqStr , FString >::m_qtrim' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqInput.h:32:0: note: Member variable 'SeqInput < FSeqStr , FString >::m_qtrim' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqInput.h:16:0: note: Member variable 'SeqInput < FSeqStr , FString >::m_qtrim' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqInput.h:19:0: style: Member variable 'SeqInput < FSeqStr , FString >::m_qtrimPostRm' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqInput.h:35:0: note: Member variable 'SeqInput < FSeqStr , FString >::m_qtrimPostRm' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqInput.h:19:0: note: Member variable 'SeqInput < FSeqStr , FString >::m_qtrimPostRm' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqInput.h:17:0: style: Member variable 'SeqInput < FSeqStr , FString >::m_format' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/SeqInput.h:36:0: note: Member variable 'SeqInput < FSeqStr , FString >::m_format' is in the wrong place in the initializer list.
flexbar-3.4.0/src/SeqInput.h:17:0: note: Member variable 'SeqInput < FSeqStr , FString >::m_format' is in the wrong place in the initializer list.
flexbar-3.4.0/src/LoadFasta.h:15:0: style: Member variable 'LoadFasta < FSeqStr , FString >::m_isAdapter' is in the wrong place in the initializer list. [initializerList]
flexbar-3.4.0/src/LoadFasta.h:24:0: note: Member variable 'LoadFasta < FSeqStr , FString >::m_isAdapter' is in the wrong place in the initializer list.
flexbar-3.4.0/src/LoadFasta.h:15:0: note: Member variable 'LoadFasta < FSeqStr , FString >::m_isAdapter' is in the wrong place in the initializer list.
flexbar-3.4.0/src/Options.h:57:3: performance: Variable 'readsFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:58:3: performance: Variable 'readsFile2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:59:3: performance: Variable 'barReadsFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:60:3: performance: Variable 'barcodeFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:61:3: performance: Variable 'adapterFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:62:3: performance: Variable 'barcode2File' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:63:3: performance: Variable 'adapter2File' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:64:3: performance: Variable 'outReadsFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:65:3: performance: Variable 'outReadsFile2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:66:3: performance: Variable 'outLogFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:67:3: performance: Variable 'outCompression' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:68:3: performance: Variable 'htrimLeft' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/Options.h:69:3: performance: Variable 'htrimRight' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/SeqAlignAlgo.h:37:0: performance: Variable 'm_scoreMatrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/SeqAlignPair.h:48:0: performance: Variable 'm_overlapLengths' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/SeqAlign.h:52:0: performance: Variable 'm_rmOverlaps' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/PairedOutput.h:69:0: performance: Variable 'm_nSingleReads' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/PairedOutput.h:70:0: performance: Variable 'm_nLowPhred' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/SeqOutput.h:41:0: performance: Variable 'm_filePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flexbar-3.4.0/src/SeqAlignAlgo.h:142:0: performance: Technically the member function 'SeqAlignAlgo < FSeqStr >::printScoreMatrix' can be static. [functionStatic]
flexbar-3.4.0/src/SeqOutput.h:78:0: style: Technically the member function 'SeqOutput < FSeqStr , FString >::getFileName' can be const. [functionConst]
flexbar-3.4.0/src/SeqInput.h:152:0: style: Technically the member function 'SeqInput < FSeqStr , FString >::isUncalledSequence' can be const. [functionConst]
flexbar-3.4.0/src/LoadAdapters.h:137:0: style: Technically the member function 'LoadAdapters < FSeqStr , FString >::getAdapters' can be const. [functionConst]
flexbar-3.4.0/src/LoadFasta.h:97:0: style: Technically the member function 'LoadFasta < FSeqStr , FString >::getBars' can be const. [functionConst]
flexbar-3.4.0/src/QualTrimming.h:17:2: style: Struct 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexbar-3.4.0/src/PairedAlign.h:48:0: style: Class 'PairedAlign < FSeqStr , FString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexbar-3.4.0/src/PairedOutput.h:41:0: style: Class 'PairedOutput < FSeqStr , FString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexbar-3.4.0/src/PairedInput.h:23:0: style: Class 'PairedInput < FSeqStr , FString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexbar-3.4.0/src/LoadAdapters.h:22:0: style: Class 'LoadAdapters < FSeqStr , FString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexbar-3.4.0/src/FlexbarIO.h:220:45: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
flexbar-3.4.0/src/FlexbarIO.h:262:39: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
flexbar-3.4.0/src/Options.h:156:69: performance: Function parameter 'version' should be passed by const reference. [passedByValue]
flexbar-3.4.0/src/Options.h:156:96: performance: Function parameter 'date' should be passed by const reference. [passedByValue]
flexbar-3.4.0/src/Options.h:418:62: performance: Function parameter 'version' should be passed by const reference. [passedByValue]
flexbar-3.4.0/src/SeqInput.h:25:0: performance: Function parameter 'filePath' should be passed by const reference. [passedByValue]
flexbar-3.4.0/src/LoadAdapters.h:142:0: performance: Function parameter 'adapterName' should be passed by const reference. [passedByValue]
flexbar-3.4.0/src/LoadFasta.h:31:0: performance: Function parameter 'filePath' should be passed by const reference. [passedByValue]
flexbar-3.4.0/src/LoadFasta.h:107:0: performance: Function parameter 'adapterName' should be passed by const reference. [passedByValue]
flexbar-3.4.0/src/QualTrimming.h:105:5: error: Uninitialized variable: cutPos [uninitvar]
[22:18]

ftp://ftp.se.debian.org/debian/pool/main/f/flexc++/flexc++_2.07.02.orig.tar.gz
flexc++-2.07.02/charclass/addrange.cc:3:42: style: Function 'addRange' argument 1 names different: declaration 'charSet' definition 'dest'. [funcArgNamesDifferent]
flexc++-2.07.02/charclass/charclass.h:102:39: note: Function 'addRange' argument 1 names different: declaration 'charSet' definition 'dest'.
flexc++-2.07.02/charclass/addrange.cc:3:42: note: Function 'addRange' argument 1 names different: declaration 'charSet' definition 'dest'.
flexc++-2.07.02/charclass/predefined.cc:3:44: style: Function 'predefined' argument 1 names different: declaration 'name' definition 'predef'. [funcArgNamesDifferent]
flexc++-2.07.02/charclass/charclass.h:55:58: note: Function 'predefined' argument 1 names different: declaration 'name' definition 'predef'.
flexc++-2.07.02/charclass/predefined.cc:3:44: note: Function 'predefined' argument 1 names different: declaration 'name' definition 'predef'.
flexc++-2.07.02/charrange/predefined.cc:10:56: style: Function 'predefined' argument 1 names different: declaration 'className' definition 'setName'. [funcArgNamesDifferent]
flexc++-2.07.02/charrange/charrange.h:16:65: note: Function 'predefined' argument 1 names different: declaration 'className' definition 'setName'.
flexc++-2.07.02/charrange/predefined.cc:10:56: note: Function 'predefined' argument 1 names different: declaration 'className' definition 'setName'.
flexc++-2.07.02/rules/rules.h:151:39: style: Function 'checkUserSC' argument 1 names different: declaration 'scIndex' definition 'idx'. [funcArgNamesDifferent]
flexc++-2.07.02/rules/rules.h:92:33: note: Function 'checkUserSC' argument 1 names different: declaration 'scIndex' definition 'idx'.
flexc++-2.07.02/rules/rules.h:151:39: note: Function 'checkUserSC' argument 1 names different: declaration 'scIndex' definition 'idx'.
flexc++-2.07.02/state/state.h:95:35: style: Function 'setRule' argument 1 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
flexc++-2.07.02/state/state.h:52:29: note: Function 'setRule' argument 1 names different: declaration 'idx' definition 'index'.
flexc++-2.07.02/state/state.h:95:35: note: Function 'setRule' argument 1 names different: declaration 'idx' definition 'index'.
flexc++-2.07.02/options/options.h:217:44: style: Function 'regexCall' argument 1 names different: declaration 'funname' definition 'funName'. [funcArgNamesDifferent]
flexc++-2.07.02/options/options.h:163:43: note: Function 'regexCall' argument 1 names different: declaration 'funname' definition 'funName'.
flexc++-2.07.02/options/options.h:217:44: note: Function 'regexCall' argument 1 names different: declaration 'funname' definition 'funName'.
flexc++-2.07.02/options/options.h:93:14: performance: Technically the member function 'Options::specified' can be static. [functionStatic]
flexc++-2.07.02/options/options.h:425:22: note: Technically the member function 'Options::specified' can be static.
flexc++-2.07.02/options/options.h:93:14: note: Technically the member function 'Options::specified' can be static.
flexc++-2.07.02/pattern/pattern.h:32:9: style: Class 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexc++-2.07.02/rules/rules.h:45:9: style: Class 'Rules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexc++-2.07.02/dfa/build.cc:39:46: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
flexc++-2.07.02/dfa/dfa1.cc:3:33: style: Function 'DFA' argument 2 names different: declaration 'd_rules' definition 'rules'. [funcArgNamesDifferent]
flexc++-2.07.02/dfa/dfa.h:38:36: note: Function 'DFA' argument 2 names different: declaration 'd_rules' definition 'rules'.
flexc++-2.07.02/dfa/dfa1.cc:3:33: note: Function 'DFA' argument 2 names different: declaration 'd_rules' definition 'rules'.
flexc++-2.07.02/dfa/shrinkdfa.cc:38:40: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
flexc++-2.07.02/dfas/dfas.h:41:14: performance: Technically the member function 'DFAs::removeRules' can be static. [functionStatic]
flexc++-2.07.02/dfas/removerules.cc:3:12: note: Technically the member function 'DFAs::removeRules' can be static.
flexc++-2.07.02/dfas/dfas.h:41:14: note: Technically the member function 'DFAs::removeRules' can be static.
flexc++-2.07.02/generator/dfarow.cc:4:51: style: Function 'dfaRow' argument 2 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
flexc++-2.07.02/generator/generator.h:152:55: note: Function 'dfaRow' argument 2 names different: declaration 'idx' definition 'index'.
flexc++-2.07.02/generator/dfarow.cc:4:51: note: Function 'dfaRow' argument 2 names different: declaration 'idx' definition 'index'.
flexc++-2.07.02/generator/errexisting.cc:4:44: style: Function 'errExisting' argument 3 names different: declaration 'regex' definition 'pattern'. [funcArgNamesDifferent]
flexc++-2.07.02/generator/generator.h:104:46: note: Function 'errExisting' argument 3 names different: declaration 'regex' definition 'pattern'.
flexc++-2.07.02/generator/errexisting.cc:4:44: note: Function 'errExisting' argument 3 names different: declaration 'regex' definition 'pattern'.
flexc++-2.07.02/generator/filter.cc:18:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flexc++-2.07.02/generator/filter.cc:24:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flexc++-2.07.02/generator/generator.h:108:14: performance: Technically the member function 'Generator::grep' can be static. [functionStatic]
flexc++-2.07.02/generator/grep.cc:3:17: note: Technically the member function 'Generator::grep' can be static.
flexc++-2.07.02/generator/generator.h:108:14: note: Technically the member function 'Generator::grep' can be static.
flexc++-2.07.02/interval/exact.cc:3:45: style: Function 'exact' argument 1 names different: declaration 'str' definition 'text'. [funcArgNamesDifferent]
flexc++-2.07.02/interval/interval.h:14:50: note: Function 'exact' argument 1 names different: declaration 'str' definition 'text'.
flexc++-2.07.02/interval/exact.cc:3:45: note: Function 'exact' argument 1 names different: declaration 'str' definition 'text'.
flexc++-2.07.02/scanner/scannerbase.h:334:50: style: Function 'push' argument 1 names different: declaration 'txt' definition 'str'. [funcArgNamesDifferent]
flexc++-2.07.02/scanner/scannerbase.h:222:45: note: Function 'push' argument 1 names different: declaration 'txt' definition 'str'.
flexc++-2.07.02/scanner/scannerbase.h:334:50: note: Function 'push' argument 1 names different: declaration 'txt' definition 'str'.
flexc++-2.07.02/scanner/scannerbase.h:240:21: style: Technically the member function 'ScannerBase::return_' can be const. [functionConst]
flexc++-2.07.02/scanner/scannerbase.h:399:26: note: Technically the member function 'ScannerBase::return_' can be const.
flexc++-2.07.02/scanner/scannerbase.h:240:21: note: Technically the member function 'ScannerBase::return_' can be const.
flexc++-2.07.02/scanner/scanner.h:106:14: style: Technically the member function 'Scanner::print' can be const. [functionConst]
flexc++-2.07.02/scanner/scanner.h:165:22: note: Technically the member function 'Scanner::print' can be const.
flexc++-2.07.02/scanner/scanner.h:106:14: note: Technically the member function 'Scanner::print' can be const.
flexc++-2.07.02/scanner/scanner.h:108:14: performance: Technically the member function 'Scanner::preCode' can be static. [functionStatic]
flexc++-2.07.02/scanner/scanner.h:149:22: note: Technically the member function 'Scanner::preCode' can be static.
flexc++-2.07.02/scanner/scanner.h:108:14: note: Technically the member function 'Scanner::preCode' can be static.
flexc++-2.07.02/scanner/scanner.h:111:14: performance: Technically the member function 'Scanner::postCode' can be static. [functionStatic]
flexc++-2.07.02/scanner/scanner.h:154:22: note: Technically the member function 'Scanner::postCode' can be static.
flexc++-2.07.02/scanner/scanner.h:111:14: note: Technically the member function 'Scanner::postCode' can be static.
flexc++-2.07.02/parser/parserbase.h:184:9: style: Class 'Semantic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexc++-2.07.02/scanner/scanner.h:39:9: style: Class 'Scanner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexc++-2.07.02/options/options.h:177:14: performance: Technically the member function 'Options::accept' can be static. [functionStatic]
flexc++-2.07.02/options/accept.cc:3:15: note: Technically the member function 'Options::accept' can be static.
flexc++-2.07.02/options/options.h:177:14: note: Technically the member function 'Options::accept' can be static.
flexc++-2.07.02/options/setoptionpath.cc:26:43: style: Function 'setOptionPath' argument 3 names different: declaration 'defaultFile' definition 'defaultFilename'. [funcArgNamesDifferent]
flexc++-2.07.02/options/options.h:181:47: note: Function 'setOptionPath' argument 3 names different: declaration 'defaultFile' definition 'defaultFilename'.
flexc++-2.07.02/options/setoptionpath.cc:26:43: note: Function 'setOptionPath' argument 3 names different: declaration 'defaultFile' definition 'defaultFilename'.
flexc++-2.07.02/options/setstartconditionname.cc:3:46: style: Function 'setStartConditionName' argument 1 names different: declaration 'newName' definition 'textType'. [funcArgNamesDifferent]
flexc++-2.07.02/options/options.h:160:45: note: Function 'setStartConditionName' argument 1 names different: declaration 'newName' definition 'textType'.
flexc++-2.07.02/options/setstartconditionname.cc:3:46: note: Function 'setStartConditionName' argument 1 names different: declaration 'newName' definition 'textType'.
flexc++-2.07.02/options/textof.cc:11:17: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flexc++-2.07.02/parser/parser.h:105:14: performance: Technically the member function 'Parser::exceptionHandler' can be static. [functionStatic]
flexc++-2.07.02/parser/parser.ih:28:21: note: Technically the member function 'Parser::exceptionHandler' can be static.
flexc++-2.07.02/parser/parser.h:105:14: note: Technically the member function 'Parser::exceptionHandler' can be static.
flexc++-2.07.02/parser/addrule.cc:12:37: style: Function 'addRule' argument 1 names different: declaration 'rule' definition 'pattern'. [funcArgNamesDifferent]
flexc++-2.07.02/parser/parser.h:89:37: note: Function 'addRule' argument 1 names different: declaration 'rule' definition 'pattern'.
flexc++-2.07.02/parser/addrule.cc:12:37: note: Function 'addRule' argument 1 names different: declaration 'rule' definition 'pattern'.
flexc++-2.07.02/parser/addrule.cc:12:51: style: Function 'addRule' argument 2 names different: declaration 'resetMs' definition 'reset'. [funcArgNamesDifferent]
flexc++-2.07.02/parser/parser.h:89:48: note: Function 'addRule' argument 2 names different: declaration 'resetMs' definition 'reset'.
flexc++-2.07.02/parser/addrule.cc:12:51: note: Function 'addRule' argument 2 names different: declaration 'resetMs' definition 'reset'.
inc/optmsrule:49:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
flexc++-2.07.02/parser/parser1.cc:3:9: warning: Member variable 'Parser::d_nLOPstartConditions' is not initialized in the constructor. [uninitMemberVar]
flexc++-2.07.02/parser/parser.h:97:14: style: Technically the member function 'Parser::print' can be const. [functionConst]
flexc++-2.07.02/parser/print.cc:3:14: note: Technically the member function 'Parser::print' can be const.
flexc++-2.07.02/parser/parser.h:97:14: note: Technically the member function 'Parser::print' can be const.
flexc++-2.07.02/pattern/copy.cc:25:32: style: Function 'copy' argument 2 names different: declaration 'pattern' definition 'regex'. [funcArgNamesDifferent]
flexc++-2.07.02/pattern/pattern.h:98:42: note: Function 'copy' argument 2 names different: declaration 'pattern' definition 'regex'.
flexc++-2.07.02/pattern/copy.cc:25:32: note: Function 'copy' argument 2 names different: declaration 'pattern' definition 'regex'.
flexc++-2.07.02/pattern/pattern2.cc:3:49: style: Function 'Pattern' argument 2 names different: declaration 'lhs' definition 'lopLhs'. [funcArgNamesDifferent]
flexc++-2.07.02/pattern/pattern.h:35:32: note: Function 'Pattern' argument 2 names different: declaration 'lhs' definition 'lopLhs'.
flexc++-2.07.02/pattern/pattern2.cc:3:49: note: Function 'Pattern' argument 2 names different: declaration 'lhs' definition 'lopLhs'.
flexc++-2.07.02/pattern/pattern2.cc:3:72: style: Function 'Pattern' argument 3 names different: declaration 'rhs' definition 'lopRhs'. [funcArgNamesDifferent]
flexc++-2.07.02/pattern/pattern.h:35:52: note: Function 'Pattern' argument 3 names different: declaration 'rhs' definition 'lopRhs'.
flexc++-2.07.02/pattern/pattern2.cc:3:72: note: Function 'Pattern' argument 3 names different: declaration 'rhs' definition 'lopRhs'.
flexc++-2.07.02/pattern/pattern2.cc:4:25: style: Function 'Pattern' argument 4 names different: declaration 'lopStartCondition' definition 'startCondition'. [funcArgNamesDifferent]
flexc++-2.07.02/pattern/pattern.h:36:44: note: Function 'Pattern' argument 4 names different: declaration 'lopStartCondition' definition 'startCondition'.
flexc++-2.07.02/pattern/pattern2.cc:4:25: note: Function 'Pattern' argument 4 names different: declaration 'lopStartCondition' definition 'startCondition'.
flexc++-2.07.02/pattern/pattern3.cc:6:36: style: Function 'Pattern' argument 3 names different: declaration 'lhs' definition 'lopLhs'. [funcArgNamesDifferent]
flexc++-2.07.02/pattern/pattern.h:40:32: note: Function 'Pattern' argument 3 names different: declaration 'lhs' definition 'lopLhs'.
flexc++-2.07.02/pattern/pattern3.cc:6:36: note: Function 'Pattern' argument 3 names different: declaration 'lhs' definition 'lopLhs'.
flexc++-2.07.02/pattern/pattern3.cc:6:59: style: Function 'Pattern' argument 4 names different: declaration 'rhs' definition 'lopRhs'. [funcArgNamesDifferent]
flexc++-2.07.02/pattern/pattern.h:40:52: note: Function 'Pattern' argument 4 names different: declaration 'rhs' definition 'lopRhs'.
flexc++-2.07.02/pattern/pattern3.cc:6:59: note: Function 'Pattern' argument 4 names different: declaration 'rhs' definition 'lopRhs'.
flexc++-2.07.02/statestring/statestring.h:14:22: style: The function 'v_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flexc++-2.07.02/statedata/statedata.h:28:22: note: Virtual function in base class
flexc++-2.07.02/statestring/statestring.h:14:22: note: Function in derived class
flexc++-2.07.02/statestring/statestring.h:15:36: style: The function 'v_str' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flexc++-2.07.02/statedata/statedata.h:30:36: note: Virtual function in base class
flexc++-2.07.02/statestring/statestring.h:15:36: note: Function in derived class
flexc++-2.07.02/statestring/statestring.h:16:28: style: The function 'v_clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flexc++-2.07.02/statedata/statedata.h:29:28: note: Virtual function in base class
flexc++-2.07.02/statestring/statestring.h:16:28: note: Function in derived class
flexc++-2.07.02/ranges/operatorassign2.cc:3:36: style: Function 'operator=' argument 1 names different: declaration 'tmp' definition 'r_tmp'. [funcArgNamesDifferent]
flexc++-2.07.02/ranges/ranges.h:43:36: note: Function 'operator=' argument 1 names different: declaration 'tmp' definition 'r_tmp'.
flexc++-2.07.02/ranges/operatorassign2.cc:3:36: note: Function 'operator=' argument 1 names different: declaration 'tmp' definition 'r_tmp'.
flexc++-2.07.02/ranges/operatorinsert.cc:3:49: style: Function 'operator<<' argument 2 names different: declaration 'ranges' definition 'rangesObj'. [funcArgNamesDifferent]
flexc++-2.07.02/ranges/ranges.h:115:59: note: Function 'operator<<' argument 2 names different: declaration 'ranges' definition 'rangesObj'.
flexc++-2.07.02/ranges/operatorinsert.cc:3:49: note: Function 'operator<<' argument 2 names different: declaration 'ranges' definition 'rangesObj'.
flexc++-2.07.02/ranges/reassign.cc:6:54: style: Function 'reassign' argument 2 names different: declaration 'ranges' definition 'rangeNrs'. [funcArgNamesDifferent]
flexc++-2.07.02/ranges/ranges.h:76:66: note: Function 'reassign' argument 2 names different: declaration 'ranges' definition 'rangeNrs'.
flexc++-2.07.02/ranges/reassign.cc:6:54: note: Function 'reassign' argument 2 names different: declaration 'ranges' definition 'rangeNrs'.
flexc++-2.07.02/rules/rules.h:107:14: performance: Technically the member function 'Rules::handleFixedTailLopRule' can be static. [functionStatic]
flexc++-2.07.02/rules/handlefixedtailloprule.cc:3:13: note: Technically the member function 'Rules::handleFixedTailLopRule' can be static.
flexc++-2.07.02/rules/rules.h:107:14: note: Technically the member function 'Rules::handleFixedTailLopRule' can be static.
flexc++-2.07.02/rules/setrule.cc:3:28: style: Function 'setRule' argument 1 names different: declaration 'state' definition 'stateIdx'. [funcArgNamesDifferent]
flexc++-2.07.02/rules/rules.h:103:29: note: Function 'setRule' argument 1 names different: declaration 'state' definition 'stateIdx'.
flexc++-2.07.02/rules/setrule.cc:3:28: note: Function 'setRule' argument 1 names different: declaration 'state' definition 'stateIdx'.
flexc++-2.07.02/rules/setrule.cc:3:45: style: Function 'setRule' argument 2 names different: declaration 'index' definition 'ruleIdx'. [funcArgNamesDifferent]
flexc++-2.07.02/rules/rules.h:103:43: note: Function 'setRule' argument 2 names different: declaration 'index' definition 'ruleIdx'.
flexc++-2.07.02/rules/setrule.cc:3:45: note: Function 'setRule' argument 2 names different: declaration 'index' definition 'ruleIdx'.
flexc++-2.07.02/scanner/adddefinition.cc:3:43: style: Function 'addDefinition' argument 1 names different: declaration 'spName' definition 'name'. [funcArgNamesDifferent]
flexc++-2.07.02/scanner/scanner.h:48:47: note: Function 'addDefinition' argument 1 names different: declaration 'spName' definition 'name'.
flexc++-2.07.02/scanner/adddefinition.cc:3:43: note: Function 'addDefinition' argument 1 names different: declaration 'spName' definition 'name'.
lexer:158:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
flexc++-2.07.02/scanner/push.cc:3:36: style: Function 'push' argument 1 names different: declaration 'sc' definition 'next'. [funcArgNamesDifferent]
flexc++-2.07.02/scanner/scanner.h:85:35: note: Function 'push' argument 1 names different: declaration 'sc' definition 'next'.
flexc++-2.07.02/scanner/push.cc:3:36: note: Function 'push' argument 1 names different: declaration 'sc' definition 'next'.
flexc++-2.07.02/scanner/scanner.h:100:14: performance: Technically the member function 'Scanner::setLineTags' can be static. [functionStatic]
flexc++-2.07.02/scanner/setlinetags.cc:3:15: note: Technically the member function 'Scanner::setLineTags' can be static.
flexc++-2.07.02/scanner/scanner.h:100:14: note: Technically the member function 'Scanner::setLineTags' can be static.
flexc++-2.07.02/skeletons/flexc++.cc:323:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
flexc++-2.07.02/startconditions/activate.cc:3:39: style: Function 'activate' argument 1 names different: declaration 'scIndex' definition 'index'. [funcArgNamesDifferent]
flexc++-2.07.02/startconditions/startconditions.h:62:30: note: Function 'activate' argument 1 names different: declaration 'scIndex' definition 'index'.
flexc++-2.07.02/startconditions/activate.cc:3:39: note: Function 'activate' argument 1 names different: declaration 'scIndex' definition 'index'.
flexc++-2.07.02/startconditions/startconditions.h:30:9: style: Class 'StartCondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flexc++-2.07.02/startconditions/startconditions1.cc:3:18: warning: Member variable 'StartConditions::d_endUserSC' is not initialized in the constructor. [uninitMemberVar]
flexc++-2.07.02/state/state5.cc:3:8: warning: Member variable 'State::d_type' is not initialized in the constructor. [uninitMemberVar]
flexc++-2.07.02/state/state5.cc:3:8: warning: Member variable 'State::d_rule' is not initialized in the constructor. [uninitMemberVar]
flexc++-2.07.02/usage.cc:5:26: style: Function 'usage' argument 1 names different: declaration 'progname' definition 'program_name'. [funcArgNamesDifferent]
flexc++-2.07.02/main.ih:20:31: note: Function 'usage' argument 1 names different: declaration 'progname' definition 'program_name'.
flexc++-2.07.02/usage.cc:5:26: note: Function 'usage' argument 1 names different: declaration 'progname' definition 'program_name'.
[22:19]

ftp://ftp.se.debian.org/debian/pool/main/f/flexi-streams/flexi-streams_20180323.git7f4aa81.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/flexloader/flexloader_0.03.orig.tar.gz
[22:19]

ftp://ftp.se.debian.org/debian/pool/main/f/flexml/flexml_1.9.6.orig.tar.gz
[22:19]

ftp://ftp.se.debian.org/debian/pool/main/f/flexpart/flexpart_9.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flextra/flextra_5.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/flickcurl/flickcurl_1.26.orig.tar.gz
flickcurl-1.26/getopt/getopt.c:105:9: style: Variable 'osp' is assigned a value that is never used. [unreadVariable]
flickcurl-1.26/libmtwist/mt.c:149:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flickcurl-1.26/libmtwist/mt.c:152:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flickcurl-1.26/libmtwist/mt.c:154:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flickcurl-1.26/src/activity.c:163:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/activity.c:160:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/activity.c:163:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/activity.c:265:17: style: Variable 'ae' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/activity.c:264:0: note: Variable 'ae' is reassigned a value before the old one has been used.
flickcurl-1.26/src/activity.c:265:17: note: Variable 'ae' is reassigned a value before the old one has been used.
flickcurl-1.26/src/args.c:63:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/args.c:59:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/args.c:63:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/blog.c:83:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/blog.c:80:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/blog.c:83:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/blog.c:198:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/blog.c:195:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/blog.c:198:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/category.c:95:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/category.c:92:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/category.c:95:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/collection.c:186:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/collection.c:177:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/collection.c:186:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/comments.c:96:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/comments.c:92:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/comments.c:96:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1618:3: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/common.c:1612:0: note: Variable 'value' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1618:3: note: Variable 'value' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1638:3: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/common.c:1632:0: note: Variable 'value' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1638:3: note: Variable 'value' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1654:3: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/common.c:1652:0: note: Variable 'value' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1654:3: note: Variable 'value' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1677:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/common.c:1672:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1677:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1727:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/common.c:1719:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:1727:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:2054:3: style: Variable 'content_type' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/common.c:2052:0: note: Variable 'content_type' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:2054:3: note: Variable 'content_type' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:2110:3: style: Variable 'safety_level' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/common.c:2108:0: note: Variable 'safety_level' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:2110:3: note: Variable 'safety_level' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:2167:3: style: Variable 'hidden' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/common.c:2165:0: note: Variable 'hidden' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:2167:3: note: Variable 'hidden' is reassigned a value before the old one has been used.
flickcurl-1.26/src/common.c:121:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
flickcurl-1.26/src/common.c:1552:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flickcurl-1.26/src/common.c:2257:15: style: The scope of the variable 'per_page_s' can be reduced. [variableScope]
flickcurl-1.26/src/common.c:2258:15: style: The scope of the variable 'page_s' can be reduced. [variableScope]
flickcurl-1.26/src/common.c:988:7: style: Variable 'msec' is assigned a value that is never used. [unreadVariable]
flickcurl-1.26/src/contacts.c:95:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/contacts.c:91:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/contacts.c:95:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/exif.c:94:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/exif.c:90:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/exif.c:94:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/favorites-api.c:171:5: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/favorites-api.c:169:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/favorites-api.c:171:5: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/gallery.c:100:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/gallery.c:97:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/gallery.c:100:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/group.c:98:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/group.c:95:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/group.c:98:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/institution.c:177:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/institution.c:173:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/institution.c:177:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/institution.c:223:7: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/institution.c:221:0: note: Variable 'value' is reassigned a value before the old one has been used.
flickcurl-1.26/src/institution.c:223:7: note: Variable 'value' is reassigned a value before the old one has been used.
flickcurl-1.26/src/institution.c:54:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flickcurl-1.26/src/legacy-auth.c:54:45: style: Function 'flickcurl_legacy_prepare_common' argument 2 names different: declaration 'url' definition 'service_uri'. [funcArgNamesDifferent]
flickcurl-1.26/src/flickcurl_internal.h:480:64: note: Function 'flickcurl_legacy_prepare_common' argument 2 names different: declaration 'url' definition 'service_uri'.
flickcurl-1.26/src/legacy-auth.c:54:45: note: Function 'flickcurl_legacy_prepare_common' argument 2 names different: declaration 'url' definition 'service_uri'.
flickcurl-1.26/src/location.c:69:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/location.c:65:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/location.c:69:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/machinetags.c:73:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/machinetags.c:69:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/machinetags.c:73:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/machinetags.c:224:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/machinetags.c:220:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/machinetags.c:224:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/md5.c:66:0: error: #error u32 type not defined [preprocessorErrorDirective]
flickcurl-1.26/src/members.c:90:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/members.c:86:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/members.c:90:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/method.c:117:3: style: Variable 'method' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/method.c:115:0: note: Variable 'method' is reassigned a value before the old one has been used.
flickcurl-1.26/src/method.c:117:3: note: Variable 'method' is reassigned a value before the old one has been used.
flickcurl-1.26/src/note.c:71:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/note.c:67:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/note.c:71:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/oauth.c:728:3: style: Variable 'od->callback' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/oauth.c:719:3: note: Variable 'od->callback' is reassigned a value before the old one has been used.
flickcurl-1.26/src/oauth.c:728:3: note: Variable 'od->callback' is reassigned a value before the old one has been used.
flickcurl-1.26/src/oauth.c:1240:5: style: Variable 'fc->od.request_token_secret' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/oauth.c:1239:5: note: Variable 'fc->od.request_token_secret' is reassigned a value before the old one has been used.
flickcurl-1.26/src/oauth.c:1240:5: note: Variable 'fc->od.request_token_secret' is reassigned a value before the old one has been used.
flickcurl-1.26/src/oauth.c:282:44: style: Function 'flickcurl_oauth_prepare_common' argument 2 names different: declaration 'url' definition 'service_uri'. [funcArgNamesDifferent]
flickcurl-1.26/src/flickcurl_internal.h:485:63: note: Function 'flickcurl_oauth_prepare_common' argument 2 names different: declaration 'url' definition 'service_uri'.
flickcurl-1.26/src/oauth.c:282:44: note: Function 'flickcurl_oauth_prepare_common' argument 2 names different: declaration 'url' definition 'service_uri'.
flickcurl-1.26/src/panda-api.c:53:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/panda-api.c:50:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/panda-api.c:53:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/perms.c:63:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/perms.c:59:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/perms.c:63:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/person.c:249:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/person.c:240:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/person.c:249:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photo.c:983:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/photo.c:974:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photo.c:983:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photo.c:1233:3: style: Variable 'photos_list' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/photo.c:1226:0: note: Variable 'photos_list' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photo.c:1233:3: note: Variable 'photos_list' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photo.c:1260:5: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/photo.c:1249:0: note: Variable 'doc' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photo.c:1260:5: note: Variable 'doc' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photo.c:413:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
flickcurl-1.26/src/photos-api.c:483:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/photos-api.c:479:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photos-api.c:483:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photoset.c:101:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/photoset.c:98:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/photoset.c:101:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/place.c:417:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/place.c:413:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/place.c:417:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/place.c:663:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/place.c:659:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/place.c:663:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/places-api.c:696:3: style: Variable 'place_type_id' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/places-api.c:691:0: note: Variable 'place_type_id' is reassigned a value before the old one has been used.
flickcurl-1.26/src/places-api.c:696:3: note: Variable 'place_type_id' is reassigned a value before the old one has been used.
flickcurl-1.26/src/serializer.c:188:15: style: Redundant condition: factory. '!factory || (factory && factory->version!=1)' is equivalent to '!factory || factory->version!=1' [redundantCondition]
flickcurl-1.26/src/sha1.c:337:3: performance: Buffer 'kpad' is being written before its old content has been used. [redundantCopy]
flickcurl-1.26/src/sha1.c:336:3: note: Buffer 'kpad' is being written before its old content has been used.
flickcurl-1.26/src/sha1.c:337:3: note: Buffer 'kpad' is being written before its old content has been used.
flickcurl-1.26/src/shape.c:182:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/shape.c:178:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/shape.c:182:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/shape.c:54:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flickcurl-1.26/src/size.c:95:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/size.c:92:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/size.c:95:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/stat.c:105:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/stat.c:102:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/stat.c:105:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/tags.c:92:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/tags.c:88:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/tags.c:92:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/tags.c:300:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/tags.c:297:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/tags.c:300:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/ticket.c:83:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/ticket.c:80:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/ticket.c:83:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/user_upload_status.c:69:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/user_upload_status.c:65:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/user_upload_status.c:69:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/video.c:72:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/src/video.c:67:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/video.c:72:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
flickcurl-1.26/src/vsnprintf.c:65:7: style: The scope of the variable 'len' can be reduced. [variableScope]
flickcurl-1.26/src/vsnprintf.c:67:11: style: The scope of the variable 'args_copy' can be reduced. [variableScope]
flickcurl-1.26/utils/commands.c:82:3: style: Variable 'nsid' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:79:0: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:82:3: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:98:3: style: Variable 'nsid' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:95:0: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:98:3: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:399:3: style: Variable 'nsid' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:396:0: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:399:3: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:688:3: style: Variable 'nsid' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:685:0: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:688:3: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:704:3: style: Variable 'url' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:701:0: note: Variable 'url' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:704:3: note: Variable 'url' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:720:3: style: Variable 'url' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:717:0: note: Variable 'url' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:720:3: note: Variable 'url' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:736:3: style: Variable 'nsid' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:733:0: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:736:3: note: Variable 'nsid' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:1211:3: style: Variable 'date_posted' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:1207:0: note: Variable 'date_posted' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:1211:3: note: Variable 'date_posted' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:1212:3: style: Variable 'date_taken' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:1208:0: note: Variable 'date_taken' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:1212:3: note: Variable 'date_taken' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:1213:3: style: Variable 'date_taken_granularity' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:1209:0: note: Variable 'date_taken_granularity' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:1213:3: note: Variable 'date_taken_granularity' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2053:3: style: Variable 'sizes' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2049:0: note: Variable 'sizes' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2053:3: note: Variable 'sizes' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2136:3: style: Variable 'min_date' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2129:0: note: Variable 'min_date' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2136:3: note: Variable 'min_date' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2180:3: style: Variable 'photoset' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2177:0: note: Variable 'photoset' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2180:3: note: Variable 'photoset' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2197:3: style: Variable 'photoset_list' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2193:0: note: Variable 'photoset_list' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2197:3: note: Variable 'photoset_list' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2337:3: style: Variable 'tickets' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2334:0: note: Variable 'tickets' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2337:3: note: Variable 'tickets' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2405:3: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2401:0: note: Variable 'group' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2405:3: note: Variable 'group' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2453:3: style: Variable 'groups' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2450:0: note: Variable 'groups' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2453:3: note: Variable 'groups' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2568:3: style: Variable 'place' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2565:0: note: Variable 'place' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2568:3: note: Variable 'place' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2583:3: style: Variable 'place' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2580:0: note: Variable 'place' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2583:3: note: Variable 'place' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2691:3: style: Variable 'blogs' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2689:0: note: Variable 'blogs' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2691:3: note: Variable 'blogs' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2830:3: style: Variable 'places' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2827:0: note: Variable 'places' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2830:3: note: Variable 'places' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2852:3: style: Variable 'place' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:2847:0: note: Variable 'place' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:2852:3: note: Variable 'place' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3034:3: style: Variable 'place' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:3031:0: note: Variable 'place' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3034:3: note: Variable 'place' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3263:3: style: Variable 'place_type' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:3261:0: note: Variable 'place_type' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3263:3: note: Variable 'place_type' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3270:3: style: Variable 'places' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:3256:0: note: Variable 'places' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3270:3: note: Variable 'places' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3304:3: style: Variable 'place_type' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:3294:0: note: Variable 'place_type' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3304:3: note: Variable 'place_type' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3444:3: style: Variable 'user_id' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:3440:0: note: Variable 'user_id' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3444:3: note: Variable 'user_id' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3586:3: style: Variable 'institutions' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:3584:0: note: Variable 'institutions' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3586:3: note: Variable 'institutions' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3667:3: style: Variable 'photos' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:3664:0: note: Variable 'photos' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3667:3: note: Variable 'photos' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3722:3: style: Variable 'collection' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:3720:0: note: Variable 'collection' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:3722:3: note: Variable 'collection' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:4732:3: style: Variable 'gallery' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:4729:0: note: Variable 'gallery' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:4732:3: note: Variable 'gallery' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:5045:3: style: Variable 'groups' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/commands.c:5041:0: note: Variable 'groups' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:5045:3: note: Variable 'groups' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/commands.c:372:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flickcurl-1.26/utils/commands.c:1301:22: style: The scope of the variable 'perms_labels' can be reduced. [variableScope]
flickcurl-1.26/utils/commands.c:1339:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flickcurl-1.26/utils/flickcurl.c:231:3: style: Variable 'fc' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/flickcurl.c:213:0: note: Variable 'fc' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/flickcurl.c:231:3: note: Variable 'fc' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/flickrdf.c:120:3: style: Variable 'ns_uri' is reassigned a value before the old one has been used. [redundantAssignment]
flickcurl-1.26/utils/flickrdf.c:118:0: note: Variable 'ns_uri' is reassigned a value before the old one has been used.
flickcurl-1.26/utils/flickrdf.c:120:3: note: Variable 'ns_uri' is reassigned a value before the old one has been used.
[22:19]

ftp://ftp.se.debian.org/debian/pool/main/f/flickrbackup/flickrbackup_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flickrfs/flickrfs_1.3.9.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flickrnet/flickrnet_3.24+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flif/flif_0.3.orig.tar.xz
flif-0.3/build/MSVC/getopt/getopt.c:116:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flif-0.3/build/MSVC/getopt/getopt.c:576:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flif-0.3/build/MSVC/getopt/getopt.c:224:54: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
flif-0.3/build/MSVC/getopt/getopt.c:684:54: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
flif-0.3/extern/lodepng.cpp:1163:26: warning: Either the condition 'code_ll==(unsigned int)(-1)' is redundant or the array 'LENGTHBASE[29]' is accessed at index 4294967038, which is out of bounds. [arrayIndexOutOfBoundsCond]
flif-0.3/extern/lodepng.cpp:1174:20: note: Assuming that condition 'code_ll==(unsigned int)(-1)' is not redundant
flif-0.3/extern/lodepng.cpp:1163:26: note: Array index out of bounds
flif-0.3/extern/lodepng.cpp:1166:35: warning: Either the condition 'code_ll==(unsigned int)(-1)' is redundant or the array 'LENGTHEXTRA[29]' is accessed at index 4294967038, which is out of bounds. [arrayIndexOutOfBoundsCond]
flif-0.3/extern/lodepng.cpp:1174:20: note: Assuming that condition 'code_ll==(unsigned int)(-1)' is not redundant
flif-0.3/extern/lodepng.cpp:1166:35: note: Array index out of bounds
flif-0.3/extern/lodepng.cpp:1174:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
flif-0.3/extern/lodepng.cpp:1156:59: note: outer condition: code_ll<=285
flif-0.3/extern/lodepng.cpp:1174:20: note: opposite inner condition: code_ll==(unsigned int)(-1)
flif-0.3/extern/lodepng.cpp:1509:8: style: Condition 'usezeros' is always true [knownConditionTrueFalse]
flif-0.3/extern/lodepng.cpp:1484:23: note: Assignment 'usezeros=1', assigned value is 1
flif-0.3/extern/lodepng.cpp:1509:8: note: Condition 'usezeros' is always true
flif-0.3/extern/lodepng.cpp:1634:12: style: Condition 'usezeros' is always true [knownConditionTrueFalse]
flif-0.3/extern/lodepng.cpp:1484:23: note: Assignment 'usezeros=1', assigned value is 1
flif-0.3/extern/lodepng.cpp:1634:12: note: Condition 'usezeros' is always true
flif-0.3/extern/lodepng.cpp:5271:8: style: Condition '!error' is always true [knownConditionTrueFalse]
flif-0.3/extern/lodepng.cpp:5225:20: note: Assignment 'error=0', assigned value is 0
flif-0.3/extern/lodepng.cpp:5271:8: note: Condition '!error' is always true
flif-0.3/extern/lodepng.cpp:3057:27: style: C-style pointer casting [cstyleCast]
flif-0.3/extern/lodepng.cpp:306:31: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:616:12: style: The scope of the variable 'bits' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:616:18: style: The scope of the variable 'n' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:700:12: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:950:25: style: The scope of the variable 'ct' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1160:21: style: The scope of the variable 'forward' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1487:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1488:12: style: The scope of the variable 'length' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1491:12: style: The scope of the variable 'hashval' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1493:12: style: The scope of the variable 'prev_offset' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1494:24: style: The scope of the variable 'lastptr' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1495:12: style: The scope of the variable 'hashpos' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1765:10: style: The scope of the variable 'numcodes_ll' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1765:23: style: The scope of the variable 'numcodes_d' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1766:12: style: The scope of the variable 'HLIT' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1766:18: style: The scope of the variable 'HDIST' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1766:25: style: The scope of the variable 'HCLEN' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:1979:10: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:2194:10: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:2600:10: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:2614:10: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:3769:12: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:4241:12: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:4357:20: style: The scope of the variable 'string2_begin' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:4406:20: style: The scope of the variable 'begin' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:4406:27: style: The scope of the variable 'compressed' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:4929:10: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:5262:12: style: The scope of the variable 'smallest' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:5263:25: style: The scope of the variable 'bestType' can be reduced. [variableScope]
flif-0.3/extern/lodepng.cpp:2359:45: style: Function 'lodepng_crc32' argument 1 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
flif-0.3/extern/lodepng.h:738:45: note: Function 'lodepng_crc32' argument 1 names different: declaration 'buf' definition 'data'.
flif-0.3/extern/lodepng.cpp:2359:45: note: Function 'lodepng_crc32' argument 1 names different: declaration 'buf' definition 'data'.
flif-0.3/extern/lodepng.cpp:2359:58: style: Function 'lodepng_crc32' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
flif-0.3/extern/lodepng.h:738:57: note: Function 'lodepng_crc32' argument 2 names different: declaration 'len' definition 'length'.
flif-0.3/extern/lodepng.cpp:2359:58: note: Function 'lodepng_crc32' argument 2 names different: declaration 'len' definition 'length'.
flif-0.3/extern/lodepng.cpp:3568:57: style: Function 'lodepng_get_color_profile' argument 2 names different: declaration 'image' definition 'in'. [funcArgNamesDifferent]
flif-0.3/extern/lodepng.h:576:57: note: Function 'lodepng_get_color_profile' argument 2 names different: declaration 'image' definition 'in'.
flif-0.3/extern/lodepng.cpp:3568:57: note: Function 'lodepng_get_color_profile' argument 2 names different: declaration 'image' definition 'in'.
flif-0.3/extern/lodepng.cpp:3569:60: style: Function 'lodepng_get_color_profile' argument 5 names different: declaration 'mode_in' definition 'mode'. [funcArgNamesDifferent]
flif-0.3/extern/lodepng.h:577:60: note: Function 'lodepng_get_color_profile' argument 5 names different: declaration 'mode_in' definition 'mode'.
flif-0.3/extern/lodepng.cpp:3569:60: note: Function 'lodepng_get_color_profile' argument 5 names different: declaration 'mode_in' definition 'mode'.
flif-0.3/raw-tools/sony_arw/dcraw.c:5951:35: error: Array 'cfa_pat[16]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
flif-0.3/raw-tools/sony_arw/dcraw.c:5952:23: error: Array 'cfa_pat[16]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
flif-0.3/raw-tools/sony_arw/dcraw.c:6785:26: error: Array 'xtrans_abs[6][6]' index xtrans_abs[0][35] out of bounds. [arrayIndexOutOfBounds]
flif-0.3/raw-tools/sony_arw/dcraw.c:946:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flif-0.3/raw-tools/sony_arw/dcraw.c:4786:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flif-0.3/raw-tools/sony_arw/dcraw.c:4802:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flif-0.3/raw-tools/sony_arw/dcraw.c:8680:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flif-0.3/raw-tools/sony_arw/dcraw.c:9833:19: style: Condition 'user_flip>=0' is always false [knownConditionTrueFalse]
flif-0.3/raw-tools/sony_arw/dcraw.c:9793:60: note: Assignment 'user_flip=-1', assigned value is -1
flif-0.3/raw-tools/sony_arw/dcraw.c:9833:19: note: Condition 'user_flip>=0' is always false
flif-0.3/raw-tools/sony_arw/dcraw.c:1379:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flif-0.3/raw-tools/sony_arw/dcraw.c:2781:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
flif-0.3/raw-tools/sony_arw/dcraw.c:3280:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flif-0.3/raw-tools/sony_arw/dcraw.c:5660:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
flif-0.3/raw-tools/sony_arw/dcraw.c:6930:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flif-0.3/raw-tools/sony_arw/dcraw.c:9768:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flif-0.3/raw-tools/sony_arw/dcraw.c:9772:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flif-0.3/raw-tools/sony_arw/dcraw.c:9867:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flif-0.3/raw-tools/sony_arw/dcraw.c:4187:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
flif-0.3/raw-tools/sony_arw/dcraw.c:4172:15: note: Assignment 'fimg=0', assigned value is 0
flif-0.3/raw-tools/sony_arw/dcraw.c:4187:15: note: Null pointer addition
flif-0.3/raw-tools/sony_arw/dcraw.c:1655:15: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flif-0.3/raw-tools/sony_arw/dcraw.c:4223:19: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flif-0.3/raw-tools/sony_arw/dcraw.c:9814:3: style: Variable 'use_fuji_rotate' is reassigned a value before the old one has been used. [redundantAssignment]
flif-0.3/raw-tools/sony_arw/dcraw.c:9794:0: note: Variable 'use_fuji_rotate' is reassigned a value before the old one has been used.
flif-0.3/raw-tools/sony_arw/dcraw.c:9814:3: note: Variable 'use_fuji_rotate' is reassigned a value before the old one has been used.
flif-0.3/raw-tools/sony_arw/dcraw.c:543:11: style: The scope of the variable 'pix' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:757:7: style: The scope of the variable 'nblocks' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:816:18: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:892:10: style: The scope of the variable 'mark' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:932:11: style: The scope of the variable 'rp' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:966:21: style: The scope of the variable 'scol' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1036:7: style: The scope of the variable 'c' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1054:16: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1054:21: style: The scope of the variable 'skip' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1054:27: style: The scope of the variable 'coef' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1090:12: style: The scope of the variable 'save' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1090:34: style: The scope of the variable 'jwide' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1685:7: style: The scope of the variable 'a' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1685:10: style: The scope of the variable 'b' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1685:13: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:1921:48: style: The scope of the variable 'row' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2089:18: style: The scope of the variable 'box' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2089:23: style: The scope of the variable 'row' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2417:12: style: The scope of the variable 'shift' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2536:9: style: The scope of the variable 'c' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2539:27: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2539:32: style: The scope of the variable 'diff' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2670:11: style: The scope of the variable 'pixel' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2866:18: style: The scope of the variable 'mag' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2866:23: style: The scope of the variable 'pmode' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:2924:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3137:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3208:13: style: The scope of the variable 'clen' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3208:19: style: The scope of the variable 'code' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3246:30: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3355:9: style: The scope of the variable 'val' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3370:10: style: The scope of the variable 'x' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3412:23: style: The scope of the variable 'frow' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3413:37: style: The scope of the variable 'irow' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3899:7: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3999:30: style: The scope of the variable 'r' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:4033:22: style: The scope of the variable 'num' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:4172:40: style: The scope of the variable 'avg' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:4172:45: style: The scope of the variable 'diff' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:4173:61: style: The scope of the variable 'wlast' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:4173:68: style: The scope of the variable 'blk' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:4668:10: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:4668:13: style: The scope of the variable 'j' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:4668:16: style: The scope of the variable 'k' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:4669:9: style: The scope of the variable 'r' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:5529:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:5618:7: style: The scope of the variable 'skip' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:5618:13: style: The scope of the variable 'from' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6408:18: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6521:24: style: The scope of the variable 'type' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6521:30: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6521:35: style: The scope of the variable 'save' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6626:20: style: The scope of the variable 'val' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6664:16: style: The scope of the variable 'off' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6696:21: style: The scope of the variable 'tag' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6696:26: style: The scope of the variable 'type' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6696:32: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6696:37: style: The scope of the variable 'data' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6696:43: style: The scope of the variable 'save' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6698:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6765:21: style: The scope of the variable 'tag' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6765:26: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6765:31: style: The scope of the variable 'save' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6804:7: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6804:12: style: The scope of the variable 'save' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6804:18: style: The scope of the variable 'hlen' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6870:12: style: The scope of the variable 'save' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6870:18: style: The scope of the variable 'size' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6958:15: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6958:20: style: The scope of the variable 'rdvo' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6997:23: style: The scope of the variable 'off' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6997:28: style: The scope of the variable 'len' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6997:33: style: The scope of the variable 'tag' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:6997:38: style: The scope of the variable 'save' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:9411:20: style: The scope of the variable 'i' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:9411:23: style: The scope of the variable 'j' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:9411:26: style: The scope of the variable 'k' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:9414:10: style: The scope of the variable 'num' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:9452:12: style: The scope of the variable 'pcurve' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:9720:10: style: The scope of the variable 'exif' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:9745:13: style: The scope of the variable 'val' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:9745:18: style: The scope of the variable 'total' can be reduced. [variableScope]
flif-0.3/raw-tools/sony_arw/dcraw.c:3943:26: error: Division by zero. [zerodiv]
flif-0.3/raw-tools/sony_arw/dcraw.c:3935:5: note: After for loop, n has value 0
flif-0.3/raw-tools/sony_arw/dcraw.c:3943:26: note: Division by zero
flif-0.3/raw-tools/sony_arw/dcraw.c:2017:63: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
flif-0.3/raw-tools/sony_arw/dcraw.c:2033:29: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
flif-0.3/raw-tools/sony_arw/dcraw.c:2233:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
flif-0.3/raw-tools/sony_arw/dcraw.c:2938:53: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
flif-0.3/raw-tools/sony_arw/dcraw.c:6512:57: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
flif-0.3/raw-tools/sony_arw/dcraw.c:6946:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
flif-0.3/raw-tools/sony_arw/dcraw.c:2060:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:2076:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:2079:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:2157:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:2158:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:2159:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4563:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4631:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4632:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4633:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4634:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4635:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4653:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4654:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4655:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4843:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:4844:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:5002:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:8128:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:8129:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flif-0.3/raw-tools/sony_arw/dcraw.c:7013:38: warning: Either the switch case 'case 1347375696' is redundant or there is signed integer overflow for expression 'tag<<24'. [integerOverflowCond]
flif-0.3/raw-tools/sony_arw/dcraw.c:7051:7: note: case 1347375696: tag is 1347375696 here.
flif-0.3/raw-tools/sony_arw/dcraw.c:7013:38: note: Integer overflow
flif-0.3/raw-tools/sony_arw/dcraw.c:5955:18: warning: The buffer 'cfa_pc' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
flif-0.3/raw-tools/sony_arw/dcraw.c:6856:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
flif-0.3/raw-tools/sony_arw/dcraw.c:2787:0: error: Memory leak: data [memleak]
flif-0.3/raw-tools/sony_arw/dcraw.c:2787:0: error: Memory leak: debayer_buf [memleak]
flif-0.3/raw-tools/sony_arw/dcraw.c:940:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flif-0.3/raw-tools/sony_arw/dcraw.c:2103:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flif-0.3/raw-tools/sony_arw/dcraw.c:4839:26: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
flif-0.3/raw-tools/sony_arw/dcraw.c:9278:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flif-0.3/raw-tools/sony_arw/dcraw.c:9319:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flif-0.3/raw-tools/sony_arw/dcraw.c:956:15: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
flif-0.3/src/image/image.hpp:467:12: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
flif-0.3/src/image/image.hpp:644:7: performance: Variable 'col_begin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flif-0.3/src/image/image.hpp:645:7: performance: Variable 'col_end' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flif-0.3/src/maniac/compound_enc.hpp:191:24: performance: Technically the member function 'PropertySymbolCoder::div_down' can be static. [functionStatic]
flif-0.3/src/fileio.hpp:114:9: performance: Technically the member function 'BlobReader::fputc' can be static. [functionStatic]
flif-0.3/src/maniac/rac_enc.hpp:70:5: style: Class 'RacOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flif-0.3/src/maniac/rac_enc.hpp:106:5: style: Class 'RacOutput24' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flif-0.3/src/maniac/compound_enc.hpp:39:5: style: Class 'CompoundSymbolChances' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flif-0.3/src/image/image.hpp:377:19: style: The function 'get4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flif-0.3/src/image/image.hpp:171:27: note: Virtual function in base class
flif-0.3/src/image/image.hpp:377:19: note: Function in derived class
flif-0.3/src/image/image.hpp:387:20: style: The function 'get8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flif-0.3/src/image/image.hpp:173:28: note: Virtual function in base class
flif-0.3/src/image/image.hpp:387:20: note: Function in derived class
flif-0.3/src/image/image.hpp:278:0: style: The function 'get4' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flif-0.3/src/image/image.hpp:171:27: note: Virtual function in base class
flif-0.3/src/image/image.hpp:278:0: note: Function in derived class
flif-0.3/src/image/image.hpp:298:0: style: The function 'get8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flif-0.3/src/image/image.hpp:173:28: note: Virtual function in base class
flif-0.3/src/image/image.hpp:298:0: note: Function in derived class
flif-0.3/src/flif-dec.cpp:104:70: warning: Assert statement calls a function which may have desired side effects: 'getFRA'. [assertWithSideEffect]
flif-0.3/src/flif-enc.cpp:154:97: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
flif-0.3/src/flif-enc.cpp:177:97: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
flif-0.3/src/image/image-pam.cpp:41:31: style: The scope of the variable 't' can be reduced. [variableScope]
flif-0.3/src/image/image-png.cpp:31:74: style: Function 'image_load_png' argument 3 names different: declaration 'md' definition 'options'. [funcArgNamesDifferent]
flif-0.3/src/image/image-png.hpp:6:74: note: Function 'image_load_png' argument 3 names different: declaration 'md' definition 'options'.
flif-0.3/src/image/image-png.cpp:31:74: note: Function 'image_load_png' argument 3 names different: declaration 'md' definition 'options'.
flif-0.3/src/image/image-pnm.cpp:86:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flif-0.3/src/image/image-rggb.cpp:175:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flif-0.3/src/image/image.cpp:15:30: style: Function 'load' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
flif-0.3/src/image/image.hpp:890:27: note: Function 'load' argument 1 names different: declaration 'name' definition 'filename'.
flif-0.3/src/image/image.cpp:15:30: note: Function 'load' argument 1 names different: declaration 'name' definition 'filename'.
flif-0.3/src/image/image.cpp:60:30: style: Function 'save' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
flif-0.3/src/image/image.hpp:892:27: note: Function 'save' argument 1 names different: declaration 'name' definition 'filename'.
flif-0.3/src/image/image.cpp:60:30: note: Function 'save' argument 1 names different: declaration 'name' definition 'filename'.
flif-0.3/src/library/flif-interface_dec.cpp:154:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
flif-0.3/src/library/flif-interface_enc.cpp:39:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
flif-0.3/src/library/flif-interface-private_dec.hpp:31:12: style: Technically the member function 'FLIF_DECODER::num_images' can be const. [functionConst]
flif-0.3/src/library/flif-interface_dec.cpp:86:22: note: Technically the member function 'FLIF_DECODER::num_images' can be const.
flif-0.3/src/library/flif-interface-private_dec.hpp:31:12: note: Technically the member function 'FLIF_DECODER::num_images' can be const.
flif-0.3/src/library/flif-interface-private_dec.hpp:32:13: performance: Technically the member function 'FLIF_DECODER::num_loops' can be static. [functionStatic]
flif-0.3/src/library/flif-interface_dec.cpp:90:23: note: Technically the member function 'FLIF_DECODER::num_loops' can be static.
flif-0.3/src/library/flif-interface-private_dec.hpp:32:13: note: Technically the member function 'FLIF_DECODER::num_loops' can be static.
flif-0.3/src/transform/ycocg.hpp:244:28: style: The scope of the variable 'R' can be reduced. [variableScope]
flif-0.3/src/transform/ycocg.hpp:244:30: style: The scope of the variable 'G' can be reduced. [variableScope]
flif-0.3/src/transform/ycocg.hpp:244:32: style: The scope of the variable 'B' can be reduced. [variableScope]
flif-0.3/src/transform/ycocg.hpp:244:34: style: The scope of the variable 'Y' can be reduced. [variableScope]
flif-0.3/src/transform/ycocg.hpp:244:36: style: The scope of the variable 'Co' can be reduced. [variableScope]
flif-0.3/src/transform/ycocg.hpp:244:39: style: The scope of the variable 'Cg' can be reduced. [variableScope]
flif-0.3/src/transform/frameshape.hpp:60:52: style: Checking if unsigned variable 'e[i]' is less than zero. This might be a false warning. [unsignedLessThanZero]
flif-0.3/src/transform/framecombine.hpp:127:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
flif-0.3/src/viewflif.c:122:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flif-0.3/src/viewflif.c:122:5: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[22:19]

ftp://ftp.se.debian.org/debian/pool/main/f/flight-of-the-amazon-queen/flight-of-the-amazon-queen_1.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flightcrew/flightcrew_0.7.2+dfsg.orig.tar.gz
flightcrew-0.7.2/src/FlightCrew-gui/MainWindow.cpp:183:9: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
flightcrew-0.7.2/src/FlightCrew-gui/MainWindow.cpp:182:0: note: Variable 'item' is reassigned a value before the old one has been used.
flightcrew-0.7.2/src/FlightCrew-gui/MainWindow.cpp:183:9: note: Variable 'item' is reassigned a value before the old one has been used.
flightcrew-0.7.2/src/FlightCrew-gui/UpdateChecker.h:54:5: style: Class 'UpdateChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flightcrew-0.7.2/src/FlightCrew/Misc/TempFolder.h:39:14: style: Technically the member function 'FlightCrew::TempFolder::GetPath' can be const. [functionConst]
flightcrew-0.7.2/src/FlightCrew/Misc/TempFolder.cpp:45:22: note: Technically the member function 'FlightCrew::TempFolder::GetPath' can be const.
flightcrew-0.7.2/src/FlightCrew/Misc/TempFolder.h:39:14: note: Technically the member function 'FlightCrew::TempFolder::GetPath' can be const.
flightcrew-0.7.2/src/FlightCrew/Result.cpp:80:37: style: Function 'SetErrorColumn' argument 1 names different: declaration 'error_column' definition 'error_line'. [funcArgNamesDifferent]
flightcrew-0.7.2/src/FlightCrew/Result.h:117:33: note: Function 'SetErrorColumn' argument 1 names different: declaration 'error_column' definition 'error_line'.
flightcrew-0.7.2/src/FlightCrew/Result.cpp:80:37: note: Function 'SetErrorColumn' argument 1 names different: declaration 'error_column' definition 'error_line'.
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:38:35: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:38:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/DomSchemaValidator.h:49:10: performance: Technically the member function 'FlightCrew::DomSchemaValidator::LoadSchemas' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/DomSchemaValidator.cpp:73:26: note: Technically the member function 'FlightCrew::DomSchemaValidator::LoadSchemas' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/DomSchemaValidator.h:49:10: note: Technically the member function 'FlightCrew::DomSchemaValidator::LoadSchemas' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Ncx/ContentTargetsPresent.h:56:34: performance: Technically the member function 'FlightCrew::ContentTargetsPresent::GetContentTargets' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Ncx/ContentTargetsPresent.cpp:74:76: note: Technically the member function 'FlightCrew::ContentTargetsPresent::GetContentTargets' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Ncx/ContentTargetsPresent.h:56:34: note: Technically the member function 'FlightCrew::ContentTargetsPresent::GetContentTargets' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Ncx/ContentTargetsPresent.h:37:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Ncx/ContentTargetsPresent.h:37:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Ncx/NcxSatisfiesSchema.h:39:27: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Ncx/NcxSatisfiesSchema.h:39:27: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/ContainerListedOpfPresent.h:36:35: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/ContainerListedOpfPresent.h:36:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/ContainerListsOpf.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/ContainerListsOpf.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/ContainerSatisfiesSchema.h:37:27: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/ContainerSatisfiesSchema.h:37:27: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/EncryptionSatisfiesSchema.h:37:27: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/EncryptionSatisfiesSchema.h:37:27: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/MimetypeBytesValid.h:36:35: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/MimetypeBytesValid.h:36:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/SignaturesSatisfiesSchema.h:37:27: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Ocf/SignaturesSatisfiesSchema.h:37:27: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ContributorAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ContributorAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/CoverageAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/CoverageAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/CreatorAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/CreatorAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/CreatorOrContributorRoleValid.h:42:41: performance: Technically the member function 'FlightCrew::CreatorOrContributorRoleValid::GetRelatorSet' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/CreatorOrContributorRoleValid.cpp:65:68: note: Technically the member function 'FlightCrew::CreatorOrContributorRoleValid::GetRelatorSet' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/CreatorOrContributorRoleValid.h:42:41: note: Technically the member function 'FlightCrew::CreatorOrContributorRoleValid::GetRelatorSet' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/CreatorOrContributorRoleValid.h:36:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/CreatorOrContributorRoleValid.h:36:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DCMetadataAllowedChildren.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DCMetadataAllowedChildren.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DCMetadataAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DCMetadataAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DateAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DateAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DateValid.h:48:10: performance: Technically the member function 'FlightCrew::DateValid::ValidDateString' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DateValid.cpp:82:17: note: Technically the member function 'FlightCrew::DateValid::ValidDateString' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DateValid.h:48:10: note: Technically the member function 'FlightCrew::DateValid::ValidDateString' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DateValid.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DateValid.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DescriptionAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/DescriptionAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/FormatAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/FormatAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/GuideAllowedChildren.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/GuideAllowedChildren.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/GuideAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/GuideAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdentifierAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdentifierAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdentifierPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdentifierPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdsUnique.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdsUnique.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdsValid.h:44:10: performance: Technically the member function 'FlightCrew::IdsValid::ValidIdNameStartChar' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdsValid.cpp:97:16: note: Technically the member function 'FlightCrew::IdsValid::ValidIdNameStartChar' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdsValid.h:44:10: note: Technically the member function 'FlightCrew::IdsValid::ValidIdNameStartChar' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdsValid.h:36:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/IdsValid.h:36:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemFilesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemFilesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefUnique.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefUnique.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefValid.h:47:10: performance: Technically the member function 'FlightCrew::ItemHrefValid::ValidUri' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefValid.cpp:67:21: note: Technically the member function 'FlightCrew::ItemHrefValid::ValidUri' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefValid.h:47:10: note: Technically the member function 'FlightCrew::ItemHrefValid::ValidUri' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefValid.h:55:10: performance: Technically the member function 'FlightCrew::ItemHrefValid::UriHasFragment' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefValid.cpp:73:21: note: Technically the member function 'FlightCrew::ItemHrefValid::UriHasFragment' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefValid.h:55:10: note: Technically the member function 'FlightCrew::ItemHrefValid::UriHasFragment' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefValid.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemHrefValid.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemLinearValid.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemLinearValid.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemMediaTypeValid.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemMediaTypeValid.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemReqModsOnlyWithReqNS.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemReqModsOnlyWithReqNS.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemrefAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemrefAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemrefIdrefUnique.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemrefIdrefUnique.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemrefIdrefValid.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemrefIdrefValid.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemrefPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ItemrefPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/LanguagePresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/LanguagePresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ManifestAllowedChildren.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ManifestAllowedChildren.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ManifestAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ManifestAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/MetaAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/MetaAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/MetadataAllowedChildren.h:38:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/MetadataAllowedChildren.h:38:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/MetadataAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/MetadataAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/NcxPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/NcxPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/OneManifest.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/OneManifest.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/OneMetadata.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/OneMetadata.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/OneSpine.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/OneSpine.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageAllowedChildren.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageAllowedChildren.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageIsRoot.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageIsRoot.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageUniqueIdentifierValid.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageUniqueIdentifierValid.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageVersionCorrect.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PackageVersionCorrect.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PublisherAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/PublisherAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:95:10: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::AllowedToBeNotReachable' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:156:28: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::AllowedToBeNotReachable' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:95:10: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::AllowedToBeNotReachable' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:104:51: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetManifestItems' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:163:69: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetManifestItems' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:104:51: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetManifestItems' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:131:38: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::SpinePaths' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:200:56: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::SpinePaths' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:131:38: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::SpinePaths' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:142:38: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::GuidePaths' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:222:56: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GuidePaths' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:142:38: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GuidePaths' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:153:38: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::ToursPaths' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:244:56: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::ToursPaths' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:153:38: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::ToursPaths' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:165:14: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetPathToNcx' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:266:32: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetPathToNcx' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:165:14: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetPathToNcx' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:207:38: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetOnlyOpsDocs' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:366:56: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetOnlyOpsDocs' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:207:38: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetOnlyOpsDocs' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:216:38: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetOnlyCssDocs' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:387:56: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetOnlyCssDocs' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:216:38: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetOnlyCssDocs' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:262:38: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetPathsFromItems' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:556:56: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetPathsFromItems' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:262:38: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::GetPathsFromItems' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:272:10: performance: Technically the member function 'FlightCrew::ReachabilityAnalysis::IsFilesystemPath' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp:573:28: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::IsFilesystemPath' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:272:10: note: Technically the member function 'FlightCrew::ReachabilityAnalysis::IsFilesystemPath' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:42:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReachabilityAnalysis.h:42:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReferenceAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReferenceAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReferenceTypeValid.h:42:41: performance: Technically the member function 'FlightCrew::ReferenceTypeValid::GetReferenceTypesSet' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReferenceTypeValid.cpp:60:57: note: Technically the member function 'FlightCrew::ReferenceTypeValid::GetReferenceTypesSet' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReferenceTypeValid.h:42:41: note: Technically the member function 'FlightCrew::ReferenceTypeValid::GetReferenceTypesSet' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReferenceTypeValid.h:36:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ReferenceTypeValid.h:36:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/RelationAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/RelationAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/RightsAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/RightsAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SiteAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SiteAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SourceAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SourceAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SpineAllowedChildren.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SpineAllowedChildren.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SpineAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SpineAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SpineTocValid.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SpineTocValid.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SubjectAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/SubjectAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TitleAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TitleAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TitlePresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TitlePresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TourAllowedChildren.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TourAllowedChildren.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TourAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TourAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ToursAllowedChildren.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ToursAllowedChildren.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ToursAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/ToursAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TypeAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/TypeAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/XMetadataAllowedChildren.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/XMetadataAllowedChildren.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/XMetadataAttributesPresent.h:35:35: style: The function 'ValidateXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:40:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Opf/XMetadataAttributesPresent.h:35:35: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/SaxSchemaValidator.h:46:10: performance: Technically the member function 'FlightCrew::SaxSchemaValidator::LoadSchemas' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/SaxSchemaValidator.cpp:73:26: note: Technically the member function 'FlightCrew::SaxSchemaValidator::LoadSchemas' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/SaxSchemaValidator.h:46:10: note: Technically the member function 'FlightCrew::SaxSchemaValidator::LoadSchemas' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/SatisfiesXhtmlSchema.h:39:27: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/SatisfiesXhtmlSchema.h:39:27: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.h:39:10: performance: Technically the member function 'FlightCrew::UsesCorrectDtd::DtdCorrect' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.cpp:64:22: note: Technically the member function 'FlightCrew::UsesCorrectDtd::DtdCorrect' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.h:39:10: note: Technically the member function 'FlightCrew::UsesCorrectDtd::DtdCorrect' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.h:41:9: performance: Technically the member function 'FlightCrew::UsesCorrectDtd::DtdStartLocation' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.cpp:85:21: note: Technically the member function 'FlightCrew::UsesCorrectDtd::DtdStartLocation' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.h:41:9: note: Technically the member function 'FlightCrew::UsesCorrectDtd::DtdStartLocation' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.h:35:27: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Xhtml/UsesCorrectDtd.h:35:27: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.h:46:10: performance: Technically the member function 'FlightCrew::UsesUnicode::FileIsValidUtf8' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.cpp:91:19: note: Technically the member function 'FlightCrew::UsesUnicode::FileIsValidUtf8' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.h:46:10: note: Technically the member function 'FlightCrew::UsesUnicode::FileIsValidUtf8' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.h:79:10: performance: Technically the member function 'FlightCrew::UsesUnicode::HasXmlDeclaration' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.cpp:136:19: note: Technically the member function 'FlightCrew::UsesUnicode::HasXmlDeclaration' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.h:79:10: note: Technically the member function 'FlightCrew::UsesUnicode::HasXmlDeclaration' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.h:87:17: performance: Technically the member function 'FlightCrew::UsesUnicode::GetDeclaredEncoding' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.cpp:142:26: note: Technically the member function 'FlightCrew::UsesUnicode::GetDeclaredEncoding' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.h:87:17: note: Technically the member function 'FlightCrew::UsesUnicode::GetDeclaredEncoding' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.h:36:27: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/UsesUnicode.h:36:27: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/WellFormedXml.h:41:27: style: The function 'ValidateFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flightcrew-0.7.2/src/FlightCrew/Validators/IValidator.h:38:35: note: Virtual function in base class
flightcrew-0.7.2/src/FlightCrew/Validators/Xml/WellFormedXml.h:41:27: note: Function in derived class
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:48:12: performance: Technically the member function 'FlightCrew::XmlValidator::ResultWithNodeLocation' can be static. [functionStatic]
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.cpp:38:22: note: Technically the member function 'FlightCrew::XmlValidator::ResultWithNodeLocation' can be static.
flightcrew-0.7.2/src/FlightCrew/Validators/XmlValidator.h:48:12: note: Technically the member function 'FlightCrew::XmlValidator::ResultWithNodeLocation' can be static.
flightcrew-0.7.2/src/XercesExtensions/FromXercesStringConverter.h:37:9: style: Class 'FromXercesStringConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flightcrew-0.7.2/src/XercesExtensions/ToXercesStringConverter.h:38:5: style: Class 'ToXercesStringConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flightcrew-0.7.2/src/XercesExtensions/ToXercesStringConverter.h:40:5: style: Class 'ToXercesStringConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flightcrew-0.7.2/src/zipios/src/collcoll.cpp:52:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flightcrew-0.7.2/src/zipios/src/collcoll.cpp:103:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flightcrew-0.7.2/src/zipios/src/zipfile.cpp:175:17: style: The scope of the variable 'ent' can be reduced. [variableScope]
flightcrew-0.7.2/src/zipios/src/zipfile.cpp:178:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flightcrew-0.7.2/src/zipios/src/ziphead.cpp:172:22: style: Expression '(X & 0x4) == 0x1' is always false. [comparisonError]
[22:19]

ftp://ftp.se.debian.org/debian/pool/main/f/flightgear/flightgear_3.0.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/flightgear-data/flightgear-data_3.0.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/flightgear-phi/flightgear-phi_2018.1.1+dfsg1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/flim/flim_1.14.9+0.20120428.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flint/flint_2.5.2.orig.tar.gz
flint-2.5.2/arith/bell_number_size.c:35:30: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
flint-2.5.2/arith/bernoulli_number_size.c:37:23: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
flint-2.5.2/arith/euler_number_size.c:34:21: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
flint-2.5.2/arith/test/t-euler_number_vec.c:39:12: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/build.vc14/gettimeofday.c:13:21: style: The scope of the variable 'tzflag' can be reduced. [variableScope]
flint-2.5.2/flint.h:76:0: error: #error GMP 5.0.0 or MPIR 2.6.0 or later are required [preprocessorErrorDirective]
flint-2.5.2/d_vec/dot_heuristic.c:52:9: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/d_vec/dot_heuristic.c:50:9: note: Variable 'p' is reassigned a value before the old one has been used.
flint-2.5.2/d_vec/dot_heuristic.c:52:9: note: Variable 'p' is reassigned a value before the old one has been used.
flint-2.5.2/d_vec/dot_heuristic.c:53:9: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/d_vec/dot_heuristic.c:51:9: note: Variable 'n' is reassigned a value before the old one has been used.
flint-2.5.2/d_vec/dot_heuristic.c:53:9: note: Variable 'n' is reassigned a value before the old one has been used.
flint-2.5.2/d_vec/dot_heuristic.c:34:32: style: The scope of the variable 'p' can be reduced. [variableScope]
flint-2.5.2/d_vec/dot_heuristic.c:34:35: style: The scope of the variable 'n' can be reduced. [variableScope]
flint-2.5.2/d_vec/dot_heuristic.c:34:38: style: The scope of the variable 'd' can be reduced. [variableScope]
flint-2.5.2/d_vec/dot_heuristic.c:34:41: style: The scope of the variable 't' can be reduced. [variableScope]
flint-2.5.2/d_vec/dot_thrice.c:35:15: style: The scope of the variable 'h' can be reduced. [variableScope]
flint-2.5.2/d_vec/dot_thrice.c:35:46: style: The scope of the variable 'g' can be reduced. [variableScope]
flint-2.5.2/double_extras/lambertw.c:114:12: style: The scope of the variable 't' can be reduced. [variableScope]
flint-2.5.2/double_extras/lambertw.c:114:15: style: The scope of the variable 'u' can be reduced. [variableScope]
flint-2.5.2/double_extras/test/t-lambertw.c:38:12: style: The scope of the variable 'x' can be reduced. [variableScope]
flint-2.5.2/double_extras/test/t-lambertw.c:38:15: style: The scope of the variable 'w' can be reduced. [variableScope]
flint-2.5.2/double_extras/test/t-log2.c:36:12: style: The scope of the variable 'x' can be reduced. [variableScope]
flint-2.5.2/double_extras/test/t-log2.c:36:15: style: The scope of the variable 'res1' can be reduced. [variableScope]
flint-2.5.2/double_extras/test/t-log2.c:36:21: style: The scope of the variable 'res2' can be reduced. [variableScope]
flint-2.5.2/double_extras/test/t-randtest.c:36:12: style: The scope of the variable 'x' can be reduced. [variableScope]
flint-2.5.2/double_extras/test/t-randtest_signed.c:36:12: style: The scope of the variable 'x' can be reduced. [variableScope]
flint-2.5.2/fft/div_2expmod_2expp1.c:41:16: style: The scope of the variable 'ptr' can be reduced. [variableScope]
flint-2.5.2/fft/profile/p-mul_mfa_truncate_sqrt2.c:42:22: style: Unused variable: j [unusedVariable]
flint-2.5.2/fft/profile/p-mul_truncate_sqrt2.c:42:22: style: Unused variable: j [unusedVariable]
flint-2.5.2/flintxx/test/t-codegen.cpp:72:5: style: Class 'skippable_exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flint-2.5.2/flintxx/test/t-codegen.cpp:825:5: style: Exception should be caught by reference. [catchExceptionByValue]
flint-2.5.2/flintxx/test/t-expression.cpp:295:5: style: Variable 'ar' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-expression.cpp:290:5: note: Variable 'ar' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-expression.cpp:295:5: note: Variable 'ar' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-expression.cpp:331:9: style: Variable 's' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/flintxx/test/t-fmpz_polyxx.cpp:338:12: style: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-fmpz_polyxx.cpp:338:5: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-fmpz_polyxx.cpp:338:12: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-fmpz_polyxx.cpp:341:12: style: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-fmpz_polyxx.cpp:341:5: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-fmpz_polyxx.cpp:341:12: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-fmpz_polyxx.cpp:348:12: style: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-fmpz_polyxx.cpp:348:5: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-fmpz_polyxx.cpp:348:12: note: Variable 'r' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-fmpzxx.cpp:511:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-fmpzxx.cpp:507:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-fmpzxx.cpp:511:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-forwarding.cpp:70:5: style: Struct 'hide_myint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flint-2.5.2/flintxx/test/t-ltuple.cpp:106:5: style: Variable 'lref' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-ltuple.cpp:98:5: note: Variable 'lref' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-ltuple.cpp:106:5: note: Variable 'lref' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-ltuple.cpp:78:5: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/flintxx/test/t-nmod_vecxx.cpp:107:5: style: Variable 'ar2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-nmod_vecxx.cpp:105:0: note: Variable 'ar2' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-nmod_vecxx.cpp:107:5: note: Variable 'ar2' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:80:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:79:32: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:80:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:81:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:80:32: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:81:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:82:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:81:32: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:82:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:83:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:82:32: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:83:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:84:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:83:32: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padic_polyxx.cpp:84:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padicxx.cpp:82:12: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-padicxx.cpp:82:5: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padicxx.cpp:82:12: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padicxx.cpp:83:12: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-padicxx.cpp:83:5: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padicxx.cpp:83:12: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padicxx.cpp:84:12: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-padicxx.cpp:84:5: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padicxx.cpp:84:12: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padicxx.cpp:85:12: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
flint-2.5.2/flintxx/test/t-padicxx.cpp:85:5: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-padicxx.cpp:85:12: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
flint-2.5.2/flintxx/test/t-tuple.cpp:76:5: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/flintxx/test/t-tuple.cpp:373:5: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/flintxx/test/t-tuple.cpp:91:5: warning: Member variable 'type_n::payload' is not initialized in the constructor. [uninitMemberVar]
flint-2.5.2/flintxx/test/t-tuple.cpp:329:7: performance: Technically the member function 'filler::create' can be static. [functionStatic]
flint-2.5.2/flintxx/test/t-tuple.cpp:90:5: style: Struct 'type_n' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flint-2.5.2/flintxx/test/t-tuple.cpp:84:0: style: Struct 'type_n < 2 , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flint-2.5.2/flintxx/test/t-tuple.cpp:84:0: style: Struct 'type_n < 1 , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flint-2.5.2/flintxx/test/t-tuple.cpp:84:0: style: Struct 'type_n < 3 , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flint-2.5.2/flintxx/test/t-tuple.cpp:84:0: style: Struct 'type_n < 0 , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flint-2.5.2/flintxx/test/t-tuple.cpp:84:0: style: Struct 'type_n < 4 , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flint-2.5.2/fmpq/dedekind_sum_coprime_d.c:32:18: style: The scope of the variable 't' can be reduced. [variableScope]
flint-2.5.2/fmpq/get_str.c:30:11: style: The scope of the variable 's' can be reduced. [variableScope]
flint-2.5.2/fmpq/test/t-get_str.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq/test/t-get_str.c:51:19: style: The scope of the variable 'j' can be reduced. [variableScope]
flint-2.5.2/fmpq_mat/get_fmpz_mat_rowwise.c:47:17: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flint-2.5.2/fmpq_mat/test/t-gso.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_mat/test/t-inv.c:146:13: style: The scope of the variable 'success' can be reduced. [variableScope]
flint-2.5.2/fmpq_mat/test/t-mul.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_mat/test/t-one.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/revert_series_lagrange.c:60:11: style: The scope of the variable 'R' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/revert_series_lagrange.c:60:23: style: The scope of the variable 'dens' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-content.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-get_set_str.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-inv.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-mullow.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-neg.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-print_read.c:49:12: style: The scope of the variable 'j' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-print_read.c:49:15: style: The scope of the variable 'n' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-print_read.c:49:25: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-print_read.c:87:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-print_read.c:117:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-print_read.c:172:14: style: The scope of the variable 'str' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-print_read.c:214:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-set_array_mpq.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-set_trunc.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-swap.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_poly/test/t-zero.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpq_vec/test/t-dot.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/CRT.c:53:10: error: Uninitialized variable: r1normal [uninitvar]
flint-2.5.2/fmpz/CRT_ui.c:52:10: error: Uninitialized variable: r1normal [uninitvar]
flint-2.5.2/fmpz/CRT_ui.c:97:10: error: Uninitialized variable: r1normal [uninitvar]
flint-2.5.2/fmpz/fdiv_qr_preinvn.c:210:23: style: The scope of the variable 'mpz_ptr' can be reduced. [variableScope]
flint-2.5.2/fmpz/fdiv_qr_preinvn.c:210:33: style: The scope of the variable 'mpz_ptr2' can be reduced. [variableScope]
flint-2.5.2/fmpz/is_prime.c:42:12: style: The scope of the variable 'pp1' can be reduced. [variableScope]
flint-2.5.2/fmpz/is_prime.c:42:19: style: The scope of the variable 'pm1' can be reduced. [variableScope]
flint-2.5.2/fmpz/is_prime.c:45:19: style: The scope of the variable 'pinv' can be reduced. [variableScope]
flint-2.5.2/fmpz/multi_mod_ui.c:65:5: style: Variable 'log_comb' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/fmpz/multi_mod_ui.c:62:5: note: Variable 'log_comb' is reassigned a value before the old one has been used.
flint-2.5.2/fmpz/multi_mod_ui.c:65:5: note: Variable 'log_comb' is reassigned a value before the old one has been used.
flint-2.5.2/fmpz/multi_mod_ui.c:107:9: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/fmpz/multi_mod_ui.c:68:54: style: Array index 'log_comb' is used before limits check. [arrayIndexThenCheck]
flint-2.5.2/fmpz/multi_mod_ui.c:73:42: style: Array index 'log_comb' is used before limits check. [arrayIndexThenCheck]
flint-2.5.2/fmpz/test/t-abs_ubound_ui_2exp.c:37:9: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-bits.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-cmp_si.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-cmp_ui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-comb_init_clear.c:40:17: style: The scope of the variable 'primes' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-combit.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-crt.c:38:9: style: The scope of the variable 'sign' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-crt_ui.c:37:9: style: The scope of the variable 'sign' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-dlog.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-fdiv_ui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-fmpz.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-fmpz.c:46:19: style: Variable 'b' is not assigned a value. [unassignedVariable]
flint-2.5.2/fmpz/test/t-fmpz.c:48:10: error: Uninitialized variable: a [uninitvar]
flint-2.5.2/fmpz/test/t-fmpz.c:52:10: error: Uninitialized variable: b [uninitvar]
flint-2.5.2/fmpz/test/t-fmpz.c:57:20: error: Uninitialized variable: b [uninitvar]
flint-2.5.2/fmpz/test/t-get_d.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-get_d_2exp.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-get_d_2exp.c:40:12: style: The scope of the variable 'output' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-get_mpf.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-get_mpfr.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-get_mpz.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-get_si.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-get_str.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-get_str.c:50:19: style: The scope of the variable 'j' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-get_ui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-init_set_readonly.c:49:10: error: Uninitialized variable: f [uninitvar]
flint-2.5.2/fmpz/test/t-init_set_readonly.c:70:10: error: Uninitialized variable: f [uninitvar]
flint-2.5.2/fmpz/test/t-init_set_ui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-is_prime_morrison.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-is_prime_pocklington.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-is_prime_pseudosquare.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-is_square.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-jacobi.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-moebius_mu.c:79:25: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
flint-2.5.2/fmpz/test/t-moebius_mu.c:82:25: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
flint-2.5.2/fmpz/test/t-mpz_init_set_readonly.c:49:10: error: Uninitialized variable: f [uninitvar]
flint-2.5.2/fmpz/test/t-multi_CRT_ui.c:40:17: style: The scope of the variable 'output' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-multi_CRT_ui.c:40:27: style: The scope of the variable 'output2' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-multi_CRT_ui.c:42:17: style: The scope of the variable 'primes' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-multi_CRT_ui_unsigned.c:40:17: style: The scope of the variable 'output' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-multi_CRT_ui_unsigned.c:40:27: style: The scope of the variable 'output2' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-multi_CRT_ui_unsigned.c:46:17: style: The scope of the variable 'primes' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-neg_ui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-neg_uiui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-out_inp_raw.c:52:9: style: The scope of the variable 'i' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-out_inp_raw.c:52:12: style: The scope of the variable 'j' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-out_inp_raw.c:52:15: style: The scope of the variable 'n' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-out_inp_raw.c:52:26: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-out_inp_raw.c:54:11: style: The scope of the variable 'in' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-out_inp_raw.c:54:16: style: The scope of the variable 'out' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-out_inp_raw.c:55:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-out_inp_raw.c:87:20: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-out_inp_raw.c:102:23: style: Checking if unsigned variable 'r' is less than zero. [unsignedLessThanZero]
flint-2.5.2/fmpz/test/t-popcnt.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-print_read.c:47:12: style: The scope of the variable 'j' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-print_read.c:47:15: style: The scope of the variable 'n' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-print_read.c:47:26: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-print_read.c:82:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-print_read.c:112:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-print_read.c:167:14: style: The scope of the variable 'str' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-print_read.c:209:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-rfac_uiui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-set.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-set_uiui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-setbit.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-sgn.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-size.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-sizeinbase.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-swap.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-tdiv_ui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-tstbit.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-val2.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz/test/t-xgcd_partial.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_lll/babai.c:297:13: style: Same expression on both sides of '!='. [duplicateExpression]
flint-2.5.2/fmpz_lll/profile/p-lll.c:52:18: style: Unused variable: rnd [unusedVariable]
flint-2.5.2/fmpz_mat/hnf_pernet_stein.c:283:12: style: The scope of the variable 'P' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/profile/p-det.c:50:18: style: Unused variable: rnd [unusedVariable]
flint-2.5.2/fmpz_mat/profile/p-mul.c:52:18: style: Unused variable: rnd [unusedVariable]
flint-2.5.2/fmpz_mat/profile/p-sqr.c:26:18: style: Unused variable: rnd [unusedVariable]
flint-2.5.2/fmpz_mat/rref_fflu.c:32:21: style: The scope of the variable 'nonpivots' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-print_read.c:48:12: style: The scope of the variable 'j' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-print_read.c:48:15: style: The scope of the variable 'm' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-print_read.c:48:18: style: The scope of the variable 'n' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-print_read.c:48:21: style: The scope of the variable 'k' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-print_read.c:48:31: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-print_read.c:88:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-print_read.c:118:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-print_read.c:171:14: style: The scope of the variable 'str' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-print_read.c:213:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_mat/test/t-solve_dixon.c:41:9: style: The scope of the variable 'success' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/evaluate_fmpz_vec_fast.c:92:9: style: Variable 'left' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/fmpz_mod_poly/evaluate_fmpz_vec_fast.c:87:9: note: Variable 'left' is reassigned a value before the old one has been used.
flint-2.5.2/fmpz_mod_poly/evaluate_fmpz_vec_fast.c:92:9: note: Variable 'left' is reassigned a value before the old one has been used.
flint-2.5.2/fmpz_mod_poly/evaluate_fmpz_vec_fast.c:41:22: style: The scope of the variable 'pb' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/evaluate_fmpz_vec_fast.c:41:28: style: The scope of the variable 'pc' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/hgcd.c:376:43: style: The scope of the variable 'c0' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/hgcd.c:376:48: style: The scope of the variable 'd0' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/mulmod.c:67:12: style: The scope of the variable 'fcoeffs' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/mulmod_preinv.c:73:12: style: The scope of the variable 'fcoeffs' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/powmod_x_fmpz_preinv.c:65:5: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/fmpz_mod_poly/powmod_x_fmpz_preinv.c:64:5: note: Variable 'window' is reassigned a value before the old one has been used.
flint-2.5.2/fmpz_mod_poly/powmod_x_fmpz_preinv.c:65:5: note: Variable 'window' is reassigned a value before the old one has been used.
flint-2.5.2/fmpz_mod_poly/powmod_x_fmpz_preinv.c:71:7: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/fmpz_mod_poly/powmod_x_fmpz_preinv.c:70:7: note: Variable 'window' is reassigned a value before the old one has been used.
flint-2.5.2/fmpz_mod_poly/powmod_x_fmpz_preinv.c:71:7: note: Variable 'window' is reassigned a value before the old one has been used.
flint-2.5.2/fmpz_mod_poly/profile/p-tree.c:42:25: style: The scope of the variable 'tree' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-compose_mod_brent_kung_precomp_preinv_threaded.c:48:9: style: Unused variable: i [unusedVariable]
flint-2.5.2/fmpz_mod_poly/test/t-div_series.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-evaluate_fmpz_vec_fast.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-get_set_fmpz_poly.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-inv_series_newton.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-mullow.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-neg.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-print_read.c:48:12: style: The scope of the variable 'j' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-print_read.c:48:15: style: The scope of the variable 'n' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-print_read.c:48:25: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-print_read.c:90:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-print_read.c:120:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-print_read.c:215:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-radix.c:61:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-scalar_mul_fmpz.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-set_trunc.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-swap.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/test/t-zero.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/tree.c:76:24: style: The scope of the variable 'pa' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly/tree.c:76:30: style: The scope of the variable 'pb' can be reduced. [variableScope]
flint-2.5.2/fmpz_mod_poly_factor/test/t-factor_distinct_deg_threaded.c:38:9: style: Unused variable: iter [unusedVariable]
flint-2.5.2/fmpz_mod_poly_factor/test/t-interval_threaded.c:46:9: style: Unused variable: i [unusedVariable]
flint-2.5.2/fmpz_poly/fread_pretty.c:105:5: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flint-2.5.2/fmpz_poly/fread_pretty.c:121:5: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flint-2.5.2/fmpz_poly/fread_pretty.c:142:5: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flint-2.5.2/fmpz_poly/fread_pretty.c:171:5: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flint-2.5.2/fmpz_poly/fread_pretty.c:214:5: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flint-2.5.2/fmpz_poly/fread_pretty.c:223:5: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flint-2.5.2/fmpz_poly/fread_pretty.c:232:5: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flint-2.5.2/fmpz_poly/gcd_heuristic.c:88:56: style: The scope of the variable 'bits_G' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/gcd_heuristic.c:88:64: style: The scope of the variable 'bits_Q' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/gcd_heuristic.c:93:31: style: The scope of the variable 't' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/mul_KS.c:48:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flint-2.5.2/fmpz_poly/mullow_KS.c:50:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flint-2.5.2/fmpz_poly/pow_binomial.c:39:6: error: Uninitialized variable: a [uninitvar]
flint-2.5.2/fmpz_poly/pow_binomial.c:40:6: error: Uninitialized variable: b [uninitvar]
flint-2.5.2/fmpz_poly/pow_binomial.c:41:6: error: Uninitialized variable: c [uninitvar]
flint-2.5.2/fmpz_poly/profile/p-mul_triangle.c:168:47: error: Array 's[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
flint-2.5.2/fmpz_poly/profile/p-mul_triangle.c:170:31: error: Array 's[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
flint-2.5.2/fmpz_poly/profile/p-pow_binomial.c:55:22: error: Array 'g[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
flint-2.5.2/fmpz_poly/pseudo_divrem_divconquer.c:85:22: style: Variable 'r1' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/fmpz_poly/resultant.c:57:46: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flint-2.5.2/fmpz_poly/resultant_euclidean.c:72:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flint-2.5.2/fmpz_poly/resultant_euclidean.c:141:46: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flint-2.5.2/fmpz_poly/resultant_modular.c:173:46: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
flint-2.5.2/fmpz_poly/test/t-2norm_normalised_bits.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-content.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-equal_fmpz.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-evaluate_fmpz.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-evaluate_mod.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-get_coeff_ptr.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-get_set_str.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-hensel_lift.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-hensel_lift_once.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-hensel_lift_without_only_inverse.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-hensel_start_continue_lift.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-interpolate_fmpz_vec.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-mulhigh_n.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-neg.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read.c:48:12: style: The scope of the variable 'j' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read.c:48:15: style: The scope of the variable 'n' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read.c:48:25: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read.c:86:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read.c:116:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read.c:171:14: style: The scope of the variable 'str' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read.c:213:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read_pretty.c:48:9: style: The scope of the variable 'i' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read_pretty.c:48:12: style: The scope of the variable 'j' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read_pretty.c:48:15: style: The scope of the variable 'n' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read_pretty.c:87:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read_pretty.c:117:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-print_read_pretty.c:219:17: style: The scope of the variable 'r' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-product_roots_fmpz_vec.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-scalar_divexact_mpz.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-scalar_fdiv_mpz.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-scalar_mul_mpz.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-set_trunc.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-swap.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-taylor_shift_multi_mod_threaded.c:37:9: style: Unused variable: i [unusedVariable]
flint-2.5.2/fmpz_poly/test/t-zero.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/test/t-zero_coeffs.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/xgcd_modular.c:186:15: style: The scope of the variable 'S' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly/xgcd_modular.c:186:19: style: The scope of the variable 'T' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_factor/test/t-factor_squarefree.c:35:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_factor/test/t-factor_zassenhaus.c:34:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_mat/rref.c:34:21: style: The scope of the variable 'nonpivots' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_mat/test/t-sqr_KS.c:57:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
flint-2.5.2/fmpz_poly_mat/test/t-sqr_KS.c:59:9: note: Found duplicate branches for 'if' and 'else'.
flint-2.5.2/fmpz_poly_mat/test/t-sqr_KS.c:57:9: note: Found duplicate branches for 'if' and 'else'.
flint-2.5.2/fmpz_poly_q/clear.c:36:5: warning: Suspicious use of ; at the end of 'if' statement. [suspiciousSemicolon]
flint-2.5.2/fmpz_poly_q/set_str.c:52:14: style: The scope of the variable 'i' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_q/set_str.c:54:12: style: The scope of the variable 'numstr' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_q/test/t-all.c:961:9: style: The scope of the variable 'ans' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_q/test/t-evaluate.c:11:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_q/test/t-pow.c:11:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_q/test/t-swap.c:11:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_poly_q/test/t-zero.c:11:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/get_fft.c:42:18: style: The scope of the variable 'signed_c' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-content.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-get_set_nmod_vec.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-height.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-height_index.c:50:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-max_bits.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-max_limbs.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-prod.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-scalar_addmul_si.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-scalar_addmul_si_2exp.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-scalar_submul_si.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-scalar_submul_si_2exp.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-sum.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-swap.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fmpz_vec/test/t-zero.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/fq/norm.c:132:11: style: Condition 'N==1' is always true [knownConditionTrueFalse]
flint-2.5.2/fq/norm.c:127:21: note: Assignment 'N=1', assigned value is 1
flint-2.5.2/fq/norm.c:132:11: note: Condition 'N==1' is always true
flint-2.5.2/fq/norm.c:194:11: style: Condition 'N>1' is always false [knownConditionTrueFalse]
flint-2.5.2/fq/norm.c:127:21: note: Assignment 'N=1', assigned value is 1
flint-2.5.2/fq/norm.c:194:11: note: Condition 'N>1' is always false
flint-2.5.2/fq/norm.c:194:11: style: Same expression on both sides of '>' because the value of 'N' and '1' are the same. [duplicateExpression]
flint-2.5.2/fq/norm.c:127:21: note: 'N' is assigned value '1' here.
flint-2.5.2/fq/norm.c:194:11: note: Same expression on both sides of '>' because the value of 'N' and '1' are the same.
flint-2.5.2/fq/profile/p-mul.c:38:14: style: Unused variable: t0 [unusedVariable]
flint-2.5.2/fq/profile/p-mul.c:40:11: style: Unused variable: i [unusedVariable]
flint-2.5.2/interfaces/test/t-NTL-interface.cpp:44:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/interfaces/test/t-NTL-interface.cpp:93:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/interfaces/test/t-NTL-interface.cpp:141:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/interfaces/test/t-NTL-interface.cpp:195:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/interfaces/test/t-NTL-interface.cpp:245:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/interfaces/test/t-NTL-interface.cpp:318:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/interfaces/test/t-NTL-interface.cpp:391:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/interfaces/test/t-NTL-interface.cpp:462:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/long_extras/test/t-sizeinbase.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/mpn_extras/divrem_preinvn.c:67:7: style: Variable 'cy' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/mpn_extras/divrem_preinvn.c:64:7: note: Variable 'cy' is reassigned a value before the old one has been used.
flint-2.5.2/mpn_extras/divrem_preinvn.c:67:7: note: Variable 'cy' is reassigned a value before the old one has been used.
flint-2.5.2/mpn_extras/mod_preinvn.c:63:7: style: Variable 'cy' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/mpn_extras/mod_preinvn.c:60:7: note: Variable 'cy' is reassigned a value before the old one has been used.
flint-2.5.2/mpn_extras/mod_preinvn.c:63:7: note: Variable 'cy' is reassigned a value before the old one has been used.
flint-2.5.2/mpn_extras/test/t-divrem_preinv1.c:35:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/mpn_extras/test/t-gcd_full.c:35:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/mpn_extras/test/t-mulmod_preinv1.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/mpn_extras/test/t-mulmod_preinvn.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_mat/swap.c:34:16: style: Variable 'temp' is not assigned a value. [unassignedVariable]
flint-2.5.2/nmod_mat/swap.c:35:6: error: Uninitialized variable: temp [uninitvar]
flint-2.5.2/nmod_mat/swap.c:37:14: error: Uninitialized variable: temp [uninitvar]
flint-2.5.2/nmod_mat/test/t-lu_classical.c:124:17: style: The scope of the variable 'P' can be reduced. [variableScope]
flint-2.5.2/nmod_mat/test/t-lu_recursive.c:124:17: style: The scope of the variable 'P' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/exp_series.c:162:26: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
flint-2.5.2/nmod_poly/log_series.c:72:26: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
flint-2.5.2/nmod_poly/powmod_x_ui_preinv.c:65:5: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/nmod_poly/powmod_x_ui_preinv.c:64:5: note: Variable 'window' is reassigned a value before the old one has been used.
flint-2.5.2/nmod_poly/powmod_x_ui_preinv.c:65:5: note: Variable 'window' is reassigned a value before the old one has been used.
flint-2.5.2/nmod_poly/powmod_x_ui_preinv.c:71:7: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
flint-2.5.2/nmod_poly/powmod_x_ui_preinv.c:70:7: note: Variable 'window' is reassigned a value before the old one has been used.
flint-2.5.2/nmod_poly/powmod_x_ui_preinv.c:71:7: note: Variable 'window' is reassigned a value before the old one has been used.
flint-2.5.2/nmod_poly/test/t-bit_pack.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-evaluate_nmod_vec_fast.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-exp_series_monomial_ui.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-fread_print.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-fread_print.c:36:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-get_set_coeff_ui.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-get_set_str.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-get_set_str.c:36:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-hgcd.c:54:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-interpolate_nmod_vec.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-interpolate_nmod_vec_barycentric.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-interpolate_nmod_vec_fast.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-interpolate_nmod_vec_newton.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-log_series_monomial_ui.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-mulhigh.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-mullow.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-neg.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly/test/t-product_roots_nmod_vec.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_poly_factor/test/t-factor.c:161:13: style: The scope of the variable 'found' can be reduced. [variableScope]
flint-2.5.2/nmod_poly_factor/test/t-factor_distinct_deg_threaded.c:39:9: style: Unused variable: iter [unusedVariable]
flint-2.5.2/nmod_poly_factor/test/t-interval_threaded.c:46:9: style: Unused variable: iter [unusedVariable]
flint-2.5.2/nmod_poly_mat/rref.c:34:21: style: The scope of the variable 'nonpivots' can be reduced. [variableScope]
flint-2.5.2/nmod_vec/test/t-reduce.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_vec/test/t-scalar_addmul_nmod.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/nmod_vec/test/t-scalar_mul_nmod.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic/inv.c:95:31: error: Uninitialized variable: S [uninitvar]
flint-2.5.2/padic/inv.c:96:37: error: Uninitialized variable: S [uninitvar]
flint-2.5.2/padic/inv.c:97:26: error: Uninitialized variable: S [uninitvar]
flint-2.5.2/padic/test/t-get_set_fmpz.c:32:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic/test/t-get_set_mpq.c:33:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic/test/t-get_set_mpz.c:36:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic/test/t-get_str.c:34:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic/test/t-log.c:179:36: error: Uninitialized variable: ans2 [uninitvar]
flint-2.5.2/padic/test/t-log.c:334:36: error: Uninitialized variable: ans2 [uninitvar]
flint-2.5.2/padic/test/t-log_balanced.c:179:36: error: Uninitialized variable: ans2 [uninitvar]
flint-2.5.2/padic/test/t-log_balanced.c:335:36: error: Uninitialized variable: ans2 [uninitvar]
flint-2.5.2/padic/test/t-log_rectangular.c:179:36: error: Uninitialized variable: ans2 [uninitvar]
flint-2.5.2/padic/test/t-log_rectangular.c:334:36: error: Uninitialized variable: ans2 [uninitvar]
flint-2.5.2/padic/test/t-log_satoh.c:179:36: error: Uninitialized variable: ans2 [uninitvar]
flint-2.5.2/padic/test/t-log_satoh.c:333:36: error: Uninitialized variable: ans2 [uninitvar]
flint-2.5.2/padic_mat/test/t-get_set_entry_padic.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic_mat/test/t-get_set_fmpq_mat.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic_mat/test/t-scalar_div_fmpz.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic_mat/test/t-scalar_mul_fmpz.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic_mat/test/t-scalar_mul_padic.c:38:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic_poly/test/t-get_set_fmpq_poly.c:37:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic_poly/test/t-one.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/padic_poly/test/t-zero.c:39:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/qadic/test/t-norm.c:35:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/qadic/test/t-norm_analytic.c:35:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/qadic/test/t-norm_resultant.c:35:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/qadic/test/t-trace.c:35:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/qsieve/block_lanczos.c:198:11: style: The scope of the variable 'ai' can be reduced. [variableScope]
flint-2.5.2/qsieve/block_lanczos.c:198:19: style: The scope of the variable 'accum' can be reduced. [variableScope]
flint-2.5.2/qsieve/block_lanczos.c:270:11: style: The scope of the variable 'word' can be reduced. [variableScope]
flint-2.5.2/qsieve/block_lanczos.c:575:11: style: The scope of the variable 'mask' can be reduced. [variableScope]
flint-2.5.2/qsieve/block_lanczos.c:575:17: style: The scope of the variable 'word' can be reduced. [variableScope]
flint-2.5.2/qsieve/ll_collect_relations.c:364:16: style: The scope of the variable 'poly_corr' can be reduced. [variableScope]
flint-2.5.2/qsieve/ll_collect_relations.c:367:8: style: The scope of the variable 'poly_add' can be reduced. [variableScope]
flint-2.5.2/qsieve/ll_knuth_schroeppel.c:54:11: style: The scope of the variable 'logpdivp' can be reduced. [variableScope]
flint-2.5.2/qsieve/ll_knuth_schroeppel.c:56:9: style: The scope of the variable 'kron' can be reduced. [variableScope]
flint-2.5.2/qsieve/test/t-ll_factor.c:36:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-add_ssaaaa.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-add_sssaaaaaa.c:35:15: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-count_leading_zeros.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-count_trailing_zeros.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-sdiv_qrnnd.c:35:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-smul_ppmm.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-sub_ddmmss.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-udiv_qrnnd.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-udiv_qrnnd_preinv.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/test/t-umul_ppmm.c:34:14: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/cbrt_newton_iteration.c:40:20: style: The scope of the variable 'xsq' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/cbrt_newton_iteration.c:40:25: style: The scope of the variable 'dx' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/compute_primes.c:76:9: style: The scope of the variable 'i' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/factor_trial_partial.c:32:17: style: The scope of the variable 'exp' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/factor_trial_partial.c:34:11: style: The scope of the variable 'ppre' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/factor_trial_range.c:32:17: style: The scope of the variable 'exp' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/factor_trial_range.c:34:11: style: The scope of the variable 'ppre' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/is_prime_pocklington.c:39:15: style: The scope of the variable 'pass' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/primitive_root_prime.c:34:9: style: The scope of the variable 'found' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/profile/p-factor.c:44:16: style: Unused variable: res [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-factor.c:44:36: style: Variable 'primes' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/ulong_extras/profile/p-factor.c:45:15: style: Unused variable: factors [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-is_probabprime_BPSW.c:42:14: style: Unused variable: n [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-is_probabprime_BPSW.c:42:20: style: Unused variable: r [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-is_probabprime_BPSW.c:42:23: style: Unused variable: norm [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-is_probabprime_BPSW.c:43:11: style: Unused variable: dpre [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-lll_mod_preinv.c:91:17: style: Unused variable: min2 [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-lll_mod_preinv.c:91:23: style: Unused variable: min3 [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-lll_mod_preinv.c:91:29: style: Unused variable: min4 [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-lll_mod_preinv.c:91:35: style: Unused variable: min5 [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-mod2_precomp.c:35:11: style: The scope of the variable 'dpre' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/profile/p-mod2_precomp.c:34:14: style: Unused variable: n [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-mod2_preinv.c:41:11: style: The scope of the variable 'dpre' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/profile/p-mod2_preinv.c:132:11: style: Unused variable: min1 [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-mod2_preinv.c:132:23: style: Unused variable: min3 [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-mod_precomp.c:35:11: style: The scope of the variable 'dpre' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/profile/p-mod_precomp.c:34:14: style: Unused variable: n [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-mod_precomp.c:57:14: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/ulong_extras/profile/p-mod_precomp.c:34:23: style: Unused variable: norm [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-mulmod2_preinv.c:34:17: style: Unused variable: b [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-mulmod2_preinv.c:56:14: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/ulong_extras/profile/p-mulmod2_preinv.c:34:26: style: Unused variable: norm [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-mulmod_precomp.c:36:11: style: The scope of the variable 'dpre' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/profile/p-mulmod_precomp.c:35:17: style: Unused variable: b [unusedVariable]
flint-2.5.2/ulong_extras/profile/p-mulmod_precomp.c:57:14: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
flint-2.5.2/ulong_extras/test/t-addmod.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-cbrtrem.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-clog.c:34:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-divrem2_precomp.c:34:8: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-euler_phi.c:33:15: style: The scope of the variable 't' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-factor_partial.c:34:14: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-factor_trial.c:34:14: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-factor_trial_partial.c:34:14: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-factor_trial_range.c:34:14: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-flog.c:34:12: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-gcd.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-gcd_full.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-gcdinv.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-invmod.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-is_strong_probabprime_precomp.c:47:14: style: The scope of the variable 'dpre' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-is_strong_probabprime_precomp.c:85:14: style: The scope of the variable 'dpre' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-jacobi.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-ll_mod_preinv.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-lll_mod_preinv.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-mod2_precomp.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-mod2_preinv.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-mod_precomp.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-mulmod2_preinv.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-mulmod_precomp.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-pow.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-remove.c:46:11: style: The scope of the variable 'exp1' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-remove.c:46:17: style: The scope of the variable 'exp2' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-remove.c:82:11: style: The scope of the variable 'exp1' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-remove.c:82:17: style: The scope of the variable 'exp2' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-remove2_precomp.c:50:11: style: The scope of the variable 'exp1' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-remove2_precomp.c:50:17: style: The scope of the variable 'exp2' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-remove2_precomp.c:86:11: style: The scope of the variable 'exp1' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-remove2_precomp.c:86:17: style: The scope of the variable 'exp2' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-sizeinbase.c:36:9: style: The scope of the variable 'base' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-sizeinbase.c:36:15: style: The scope of the variable 'size1' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-sizeinbase.c:36:22: style: The scope of the variable 'size2' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-submod.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
flint-2.5.2/ulong_extras/test/t-xgcd.c:34:11: style: The scope of the variable 'result' can be reduced. [variableScope]
[22:20]

ftp://ftp.se.debian.org/debian/pool/main/f/flint-arb/flint-arb_2.8.1.orig.tar.gz
arb-2.8.1/acb/gamma.c:45:12: style: The scope of the variable 'z_mag' can be reduced. [variableScope]
arb-2.8.1/acb/gamma.c:45:19: style: The scope of the variable 'term_mag' can be reduced. [variableScope]
arb-2.8.1/acb_calc/integrate_taylor.c:96:20: style: The scope of the variable 'DD' can be reduced. [variableScope]
arb-2.8.1/acb_calc/integrate_taylor.c:96:24: style: The scope of the variable 'TT' can be reduced. [variableScope]
arb-2.8.1/acb_calc/integrate_taylor.c:96:28: style: The scope of the variable 'NN' can be reduced. [variableScope]
arb-2.8.1/acb_hypgeom/airy.c:60:12: style: The scope of the variable 'logk' can be reduced. [variableScope]
arb-2.8.1/acb_hypgeom/airy.c:60:18: style: The scope of the variable 'log2term' can be reduced. [variableScope]
arb-2.8.1/acb_hypgeom/airy_asymp.c:272:36: style: The scope of the variable 'upper' can be reduced. [variableScope]
arb-2.8.1/acb_hypgeom/pfq_choose_n.c:39:12: style: The scope of the variable 'increase' can be reduced. [variableScope]
arb-2.8.1/acb_hypgeom/pfq_choose_n.c:39:63: style: The scope of the variable 't' can be reduced. [variableScope]
arb-2.8.1/acb_hypgeom/pfq_series_direct.c:314:9: style: The scope of the variable 'is_real' can be reduced. [variableScope]
arb-2.8.1/acb_hypgeom/u_asymp.c:60:6: warning: Either the condition 'R==0' is redundant or there is possible null pointer dereference: R. [nullPointerRedundantCheck]
arb-2.8.1/acb_hypgeom/u_asymp.c:82:11: note: Assuming that condition 'R==0' is not redundant
arb-2.8.1/acb_hypgeom/u_asymp.c:60:6: note: Null pointer dereference
arb-2.8.1/acb_mat/det.c:99:9: style: The scope of the variable 'is_real' can be reduced. [variableScope]
arb-2.8.1/acb_mat/test/t-inv.c:43:41: style: The scope of the variable 'r_invertible2' can be reduced. [variableScope]
arb-2.8.1/acb_mat/test/t-mul.c:152:32: error: Uninitialized variable: a [uninitvar]
arb-2.8.1/acb_mat/test/t-mul.c:153:32: error: Uninitialized variable: b [uninitvar]
arb-2.8.1/acb_mat/test/t-mul.c:154:32: error: Uninitialized variable: c [uninitvar]
arb-2.8.1/acb_mat/test/t-mul.c:155:32: error: Uninitialized variable: d [uninitvar]
arb-2.8.1/acb_mat/test/t-solve.c:43:41: style: The scope of the variable 'r_invertible2' can be reduced. [variableScope]
arb-2.8.1/acb_modular/eta_sum.c:65:12: style: The scope of the variable 'log2term_approx' can be reduced. [variableScope]
arb-2.8.1/acb_modular/theta_const_sum_rs.c:93:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
arb-2.8.1/acb_poly/log_series.c:58:48: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
arb-2.8.1/acb_poly/test/t-get_coeff_ptr.c:32:12: style: The scope of the variable 'result' can be reduced. [variableScope]
arb-2.8.1/arb/atan.c:75:9: style: The scope of the variable 'inexact' can be reduced. [variableScope]
arb-2.8.1/arb/gamma.c:373:12: style: The scope of the variable 'z_mag' can be reduced. [variableScope]
arb-2.8.1/arb/gamma.c:373:19: style: The scope of the variable 'term_mag' can be reduced. [variableScope]
arb-2.8.1/arb/sin_cos_taylor_rs.c:45:9: style: The scope of the variable 'cosorsin' can be reduced. [variableScope]
arb-2.8.1/arb/zeta_ui_borwein_bsplit.c:86:32: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
arb-2.8.1/arb/zeta_ui_euler_product.c:66:12: style: The scope of the variable 'powmag' can be reduced. [variableScope]
arb-2.8.1/arb_calc/refine_root_bisect.c:78:23: style: The scope of the variable 'msign' can be reduced. [variableScope]
arb-2.8.1/arb_calc/refine_root_newton.c:34:9: style: The scope of the variable 'result' can be reduced. [variableScope]
arb-2.8.1/arb_mat/test/t-inv.c:43:41: style: The scope of the variable 'r_invertible2' can be reduced. [variableScope]
arb-2.8.1/arb_mat/test/t-solve.c:43:41: style: The scope of the variable 'r_invertible2' can be reduced. [variableScope]
arb-2.8.1/arb_poly/log_series.c:58:48: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
arb-2.8.1/arb_poly/test/t-get_coeff_ptr.c:32:12: style: The scope of the variable 'result' can be reduced. [variableScope]
arb-2.8.1/arf/addmul.c:96:19: style: Unused variable: yn [unusedVariable]
arb-2.8.1/arf/addmul.c:132:6: error: Uninitialized variable: yexp [uninitvar]
arb-2.8.1/arf/complex_mul.c:97:31: style: Unused variable: acn [unusedVariable]
arb-2.8.1/arf/mul_rnd_any.c:44:17: style: The scope of the variable 'inexact' can be reduced. [variableScope]
arb-2.8.1/arf/mul_rnd_down.c:240:17: style: The scope of the variable 'inexact' can be reduced. [variableScope]
arb-2.8.1/arf/mul_rnd_down.c:118:9: style: Variable 'zptr' is assigned a value that is never used. [unreadVariable]
arb-2.8.1/arf/mul_rnd_down.c:270:9: style: Variable 'ARF_GET_MPN_READONLY' is assigned a value that is never used. [unreadVariable]
arb-2.8.1/arf/neg_round.c:38:13: style: The scope of the variable 'inexact' can be reduced. [variableScope]
arb-2.8.1/arf/submul.c:96:19: style: Unused variable: yn [unusedVariable]
arb-2.8.1/arf/submul.c:134:6: error: Uninitialized variable: yexp [uninitvar]
arb-2.8.1/bernoulli/rev_init.c:35:9: style: The scope of the variable 'round1' can be reduced. [variableScope]
arb-2.8.1/bernoulli/rev_init.c:35:17: style: The scope of the variable 'round2' can be reduced. [variableScope]
arb-2.8.1/bernoulli/test/t-bound_2exp_si.c:38:12: style: The scope of the variable 'a' can be reduced. [variableScope]
arb-2.8.1/bernoulli/test/t-bound_2exp_si.c:38:15: style: The scope of the variable 'b' can be reduced. [variableScope]
arb-2.8.1/fmpr/cmpabs.c:31:14: style: The scope of the variable 'xsign' can be reduced. [variableScope]
arb-2.8.1/fmpr/cmpabs.c:31:21: style: The scope of the variable 'ysign' can be reduced. [variableScope]
arb-2.8.1/fmpr/div.c:83:13: style: The scope of the variable 'negative' can be reduced. [variableScope]
arb-2.8.1/fmpr/mul_fmpz.c:100:9: style: The scope of the variable 'xsign' can be reduced. [variableScope]
arb-2.8.1/fmpr/mul_fmpz.c:160:9: style: The scope of the variable 'xsign' can be reduced. [variableScope]
arb-2.8.1/fmpr/set_round.c:59:13: style: The scope of the variable 'negative' can be reduced. [variableScope]
arb-2.8.1/mag/bernoulli_div_fac_ui.c:68:50: warning: Either the condition 'n<32' is redundant or the array 'mag_bernoulli_div_fac_ui_tab[32]' is accessed at index 32, which is out of bounds. [arrayIndexOutOfBoundsCond]
arb-2.8.1/mag/bernoulli_div_fac_ui.c:64:16: note: Assuming that condition 'n<32' is not redundant
arb-2.8.1/mag/bernoulli_div_fac_ui.c:68:50: note: Array index out of bounds
arb-2.8.1/mag/expm1.c:74:30: style: The scope of the variable 'c' can be reduced. [variableScope]
[22:20]

ftp://ftp.se.debian.org/debian/pool/main/f/flintqs/flintqs_1.0.orig.tar.gz
flintqs-1.0/src/QS.cpp:1344:15: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/QS.cpp:1344:15: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/QS.cpp:1382:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/QS.cpp:336:11: style: The scope of the variable 'logpdivp' can be reduced. [variableScope]
flintqs-1.0/src/QS.cpp:338:10: style: The scope of the variable 'kron' can be reduced. [variableScope]
flintqs-1.0/src/QS.cpp:513:11: style: The scope of the variable 'numfactors' can be reduced. [variableScope]
flintqs-1.0/src/QS.cpp:1146:14: style: The scope of the variable 'ran' can be reduced. [variableScope]
flintqs-1.0/src/QS.cpp:1256:17: style: The scope of the variable 'index' can be reduced. [variableScope]
flintqs-1.0/src/QS.cpp:550:12: style: Variable 'numfactors' is assigned a value that is never used. [unreadVariable]
flintqs-1.0/src/QS.cpp:1557:0: error: Memory leak: primecount [memleak]
flintqs-1.0/src/QS.cpp:1557:0: error: Memory leak: exponents [memleak]
flintqs-1.0/src/QS.cpp:1557:0: error: Memory leak: aind [memleak]
flintqs-1.0/src/QS.cpp:1557:0: error: Memory leak: amodp [memleak]
flintqs-1.0/src/QS.cpp:1557:0: error: Memory leak: Ainv [memleak]
flintqs-1.0/src/QS.cpp:1557:0: error: Memory leak: soln1 [memleak]
flintqs-1.0/src/QS.cpp:1557:0: error: Memory leak: soln2 [memleak]
flintqs-1.0/src/QS.cpp:1557:0: error: Memory leak: Ainv2B [memleak]
flintqs-1.0/src/QS.cpp:1557:0: error: Memory leak: Bterms [memleak]
flintqs-1.0/src/lanczos.cpp:190:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/lanczos.cpp:190:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/lanczos.cpp:190:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/lanczos.cpp:917:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/lanczos.cpp:967:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/lanczos.cpp:211:19: style: The scope of the variable 'j' can be reduced. [variableScope]
flintqs-1.0/src/lanczos.cpp:584:19: style: The scope of the variable 'j' can be reduced. [variableScope]
flintqs-1.0/src/lanczos.cpp:585:16: style: The scope of the variable 'col' can be reduced. [variableScope]
flintqs-1.0/src/lprels.cpp:593:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/lprels.cpp:593:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/lprels.cpp:740:14: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
flintqs-1.0/src/lprels.cpp:525:34: style: The scope of the variable 's' can be reduced. [variableScope]
flintqs-1.0/src/lprels.cpp:527:17: style: The scope of the variable 'numfactors' can be reduced. [variableScope]
flintqs-1.0/src/lprels.cpp:622:8: style: The scope of the variable 'e' can be reduced. [variableScope]
[22:20]

ftp://ftp.se.debian.org/debian/pool/main/f/flip/flip_1.20.orig.tar.gz
flip-1.20/TURBOC.C:152:16: style: The scope of the variable 'pathholder' can be reduced. [variableScope]
flip-1.20/TURBOC.C:45:17: style: struct member 'WORD_REGISTERS::ax' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:45:21: style: struct member 'WORD_REGISTERS::bx' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:45:33: style: struct member 'WORD_REGISTERS::si' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:45:37: style: struct member 'WORD_REGISTERS::di' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:45:48: style: struct member 'WORD_REGISTERS::flags' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:51:18: style: struct member 'BYTE_REGISTERS::al' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:51:26: style: struct member 'BYTE_REGISTERS::bl' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:51:30: style: struct member 'BYTE_REGISTERS::bh' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:51:34: style: struct member 'BYTE_REGISTERS::cl' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:51:38: style: struct member 'BYTE_REGISTERS::ch' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:51:42: style: struct member 'BYTE_REGISTERS::dl' is never used. [unusedStructMember]
flip-1.20/TURBOC.C:51:46: style: struct member 'BYTE_REGISTERS::dh' is never used. [unusedStructMember]
flip-1.20/flip.c:237:10: style: The scope of the variable 'p' can be reduced. [variableScope]
flip-1.20/flip.c:364:11: style: The scope of the variable 'moved' can be reduced. [variableScope]
flip-1.20/flip.c:610:4: style: Variable 'exit' is assigned a value that is never used. [unreadVariable]
[22:20]

ftp://ftp.se.debian.org/debian/pool/main/f/flite/flite_2.1-release.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/flmsg/flmsg_2.0.5.orig.tar.gz
flmsg-2.0.5/src/blank-dnd/blank.cxx:399:2: style: Variable 'html_text' is reassigned a value before the old one has been used. [redundantAssignment]
flmsg-2.0.5/src/blank-dnd/blank.cxx:393:0: note: Variable 'html_text' is reassigned a value before the old one has been used.
flmsg-2.0.5/src/blank-dnd/blank.cxx:399:2: note: Variable 'html_text' is reassigned a value before the old one has been used.
flmsg-2.0.5/src/blank-dnd/blank.cxx:152:55: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/cap/cap105.cxx:649:4: portability: %d in format string (no. 1) requires 'int *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
flmsg-2.0.5/src/cap/cap105.cxx:650:12: style: Unsigned variable 'nbr' can't be negative so it is unnecessary to test it. [unsignedPositive]
flmsg-2.0.5/src/cap/cap105.cxx:691:9: style: Unused variable: lines [unusedVariable]
flmsg-2.0.5/src/cap/cap105.cxx:320:56: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/cap/cap110.cxx:573:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/cap/cap110.cxx:343:56: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/csv/csv.cxx:501:19: warning: Return value of function def_csv_filename.find() is not used. [ignoredReturnValue]
flmsg-2.0.5/src/csv/csv.cxx:521:9: error: Accessing an item in container 'data' that is empty. [containerOutOfBounds]
flmsg-2.0.5/src/csv/csv.cxx:717:9: error: Accessing an item in container 'data' that is empty. [containerOutOfBounds]
flmsg-2.0.5/src/csv/csv.cxx:518:9: style: Unused variable: line [unusedVariable]
flmsg-2.0.5/src/csv/csv.cxx:626:3: style: Variable 'nrows' is modified but its new value is never used. [unreadVariable]
flmsg-2.0.5/src/csv/csv.cxx:714:9: style: Unused variable: line [unusedVariable]
flmsg-2.0.5/src/csv/csv.cxx:420:3: error: Resource leak: csv_datafile [resourceLeak]
flmsg-2.0.5/src/csv/csv.cxx:429:19: error: Memory leak: buff [memleak]
flmsg-2.0.5/src/csv/csv.cxx:150:53: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/csv/csv.cxx:593:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flmsg-2.0.5/src/csv/csv.cxx:785:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flmsg-2.0.5/src/csv/csv.cxx:579:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flmsg-2.0.5/src/csv/csv.cxx:775:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flmsg-2.0.5/src/csv/csv_table.cxx:94:6: style: The scope of the variable 'lcols' can be reduced. [variableScope]
flmsg-2.0.5/src/custom/custom.cxx:1117:22: warning: Return value of function def_custom_filename.find() is not used. [ignoredReturnValue]
flmsg-2.0.5/src/custom/custom.cxx:1127:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
flmsg-2.0.5/src/custom/custom.cxx:1150:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
flmsg-2.0.5/src/custom/custom.cxx:237:9: style: The scope of the variable 'ptype' can be reduced. [variableScope]
flmsg-2.0.5/src/custom/custom.cxx:678:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flmsg-2.0.5/src/custom/custom.cxx:1231:12: style: Checking if unsigned variable 'fsize' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/custom/custom.cxx:120:3: performance: Variable 'txt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flmsg-2.0.5/src/custom/custom.cxx:138:53: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flmsg-2.0.5/src/custom/custom.cxx:138:64: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flmsg-2.0.5/src/custom/custom.cxx:1036:3: error: Resource leak: custom_datafile [resourceLeak]
flmsg-2.0.5/src/custom/custom.cxx:1045:19: error: Memory leak: buff [memleak]
flmsg-2.0.5/src/custom/custom.cxx:1231:18: error: Resource leak: dfile [resourceLeak]
flmsg-2.0.5/src/custom/custom.cxx:118:27: performance: Function parameter 's' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/custom/custom.cxx:138:28: performance: Function parameter 'S1' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/custom/custom.cxx:138:39: performance: Function parameter 'S2' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/custom/custom.cxx:777:56: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/custom/custom.cxx:1184:61: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/custom/custom.cxx:227:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
flmsg-2.0.5/src/flmsg.cxx:571:18: warning: Either the condition 'if(fname)' is redundant or there is possible null pointer dereference: fname. [nullPointerRedundantCheck]
flmsg-2.0.5/src/flmsg.cxx:577:6: note: Assuming that condition 'if(fname)' is not redundant
flmsg-2.0.5/src/flmsg.cxx:571:18: note: Null pointer dereference
flmsg-2.0.5/src/flmsg.cxx:2328:6: style: The scope of the variable 'r' can be reduced. [variableScope]
flmsg-2.0.5/src/flmsg.cxx:571:18: style: Variable 'sfname' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/flmsg.cxx:755:3: error: Resource leak: icsfile [resourceLeak]
flmsg-2.0.5/src/flmsg.cxx:2266:47: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flmsg-2.0.5/src/flmsg.cxx:2288:47: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flmsg-2.0.5/src/flmsg.cxx:2274:4: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
flmsg-2.0.5/src/flmsg.cxx:2296:4: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
flmsg-2.0.5/src/hics/hics203.cxx:830:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/hics/hics203.cxx:593:57: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/hics/hics206.cxx:914:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/hics/hics206.cxx:679:54: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/hics/hics213.cxx:513:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/hics/hics213.cxx:276:54: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/hics/hics214.cxx:526:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/hics/hics214.cxx:289:57: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/iaru/iaru.cxx:679:4: portability: %d in format string (no. 1) requires 'int *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
flmsg-2.0.5/src/iaru/iaru.cxx:680:12: style: Unsigned variable 'nbr' can't be negative so it is unnecessary to test it. [unsignedPositive]
flmsg-2.0.5/src/iaru/iaru.cxx:715:9: style: Unused variable: lines [unusedVariable]
flmsg-2.0.5/src/iaru/iaru.cxx:343:54: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/ics/ics203.cxx:1001:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/ics/ics203.cxx:766:53: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/ics/ics205.cxx:641:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/ics/ics205.cxx:404:53: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/ics/ics205_tab.cxx:219:0: style: Variable 'osbox' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/ics/ics205a.cxx:539:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/ics/ics205a.cxx:312:54: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/ics/ics206.cxx:517:53: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/ics/ics213.cxx:334:53: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/ics/ics214.cxx:553:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/ics/ics214.cxx:318:53: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/ics/ics216.cxx:579:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/ics/ics216.cxx:344:53: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/ics/ics309.cxx:566:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/ics/ics309.cxx:336:53: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/lzma/LzFind.c:362:96: style: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzFind.h:91:96: note: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'.
flmsg-2.0.5/src/lzma/LzFind.c:362:96: note: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'.
flmsg-2.0.5/src/lzma/LzFind.c:363:72: style: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzFind.h:92:72: note: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'.
flmsg-2.0.5/src/lzma/LzFind.c:363:72: note: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'.
flmsg-2.0.5/src/lzma/LzmaDec.c:937:29: style: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzmaDec.h:153:29: note: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'.
flmsg-2.0.5/src/lzma/LzmaDec.c:937:29: note: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'.
flmsg-2.0.5/src/lzma/LzmaDec.c:992:33: style: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzmaDec.h:152:33: note: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'.
flmsg-2.0.5/src/lzma/LzmaDec.c:992:33: note: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'.
flmsg-2.0.5/src/lzma/LzmaDec.c:992:48: style: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzmaDec.h:152:52: note: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'.
flmsg-2.0.5/src/lzma/LzmaDec.c:992:48: note: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'.
flmsg-2.0.5/src/lzma/LzmaDec.c:718:3: style: Variable 'range' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/lzma/LzmaDec.c:718:3: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/lzma/LzmaEnc.c:2119:6: warning: Redundant assignment of 'pp' to itself. [selfAssignment]
flmsg-2.0.5/src/lzma/LzmaEnc.c:1385:21: style: The scope of the variable 'nextRepMatchPrice' can be reduced. [variableScope]
flmsg-2.0.5/src/lzma/LzmaEnc.c:1475:21: style: The scope of the variable 'nextRepMatchPrice' can be reduced. [variableScope]
flmsg-2.0.5/src/lzma/LzmaEnc.c:431:38: style: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzmaEnc.h:69:38: note: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:431:38: note: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:431:63: style: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzmaEnc.h:69:62: note: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:431:63: note: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:2192:36: style: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzmaEnc.h:71:36: note: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:2192:36: note: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:2226:45: style: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzmaEnc.h:70:45: note: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:2226:45: note: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:2226:55: style: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzmaEnc.h:70:54: note: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:2226:55: note: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:2255:39: style: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flmsg-2.0.5/src/lzma/LzmaEnc.h:73:39: note: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:2255:39: note: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'.
flmsg-2.0.5/src/lzma/LzmaEnc.c:438:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flmsg-2.0.5/src/lzma/LzmaEnc.c:1944:12: style: Variable 'btMode' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/lzma/LzmaLib.c:30:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
flmsg-2.0.5/src/lzma/LzmaLib.c:31:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
flmsg-2.0.5/src/mars/mars_army.cxx:159:8: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/mars/mars_army.cxx:248:59: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/mars/mars_army_tab.cxx:297:8: style: The scope of the variable 'retstr' can be reduced. [variableScope]
flmsg-2.0.5/src/mars/mars_daily.cxx:236:8: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/mars/mars_daily.cxx:260:8: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/mars/mars_daily.cxx:279:8: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/mars/mars_daily.cxx:305:8: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/mars/mars_daily.cxx:702:0: style: Variable 'html_text' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/mars/mars_daily.cxx:761:0: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/mars/mars_daily.cxx:461:60: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/mars/mars_ineei.cxx:384:8: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/mars/mars_ineei.cxx:651:60: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/mars/mars_ineei.cxx:883:31: performance: Function parameter 'instr' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/mars/mars_ineei.cxx:924:32: performance: Function parameter 'target' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/mars/mars_ineei_tab.cxx:556:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
flmsg-2.0.5/src/mars/mars_ineei_tab.cxx:553:0: note: Variable 'label' is reassigned a value before the old one has been used.
flmsg-2.0.5/src/mars/mars_ineei_tab.cxx:556:2: note: Variable 'label' is reassigned a value before the old one has been used.
flmsg-2.0.5/src/mars/mars_navy.cxx:155:8: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/mars/mars_navy.cxx:246:59: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/mars/mars_net.cxx:245:8: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/mars/mars_net.cxx:670:0: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/mars/mars_net.cxx:391:58: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/mars/navy_mars_tab.cxx:281:8: style: The scope of the variable 'retstr' can be reduced. [variableScope]
flmsg-2.0.5/src/plaintext/plaintext.cxx:247:52: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/radiogram/radiogram.cxx:823:4: portability: %d in format string (no. 1) requires 'int *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
flmsg-2.0.5/src/radiogram/radiogram.cxx:871:4: portability: %d in format string (no. 1) requires 'int *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
flmsg-2.0.5/src/radiogram/radiogram.cxx:915:4: portability: %d in format string (no. 1) requires 'int *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
flmsg-2.0.5/src/radiogram/radiogram.cxx:824:12: style: Unsigned variable 'nbr' can't be negative so it is unnecessary to test it. [unsignedPositive]
flmsg-2.0.5/src/radiogram/radiogram.cxx:872:12: style: Unsigned variable 'nbr' can't be negative so it is unnecessary to test it. [unsignedPositive]
flmsg-2.0.5/src/radiogram/radiogram.cxx:916:12: style: Checking if unsigned variable 'nbr' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/radiogram/radiogram.cxx:859:0: style: Variable 'MSG' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/radiogram/radiogram.cxx:901:9: style: Unused variable: lines [unusedVariable]
flmsg-2.0.5/src/radiogram/radiogram.cxx:480:52: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/redx/redx_5739.cxx:1053:16: style: Condition 'sval[0]!=0' is always true [knownConditionTrueFalse]
flmsg-2.0.5/src/redx/redx_5739.cxx:1077:16: style: The scope of the variable 'p1' can be reduced. [variableScope]
flmsg-2.0.5/src/redx/redx_5739.cxx:1077:20: style: The scope of the variable 'p2' can be reduced. [variableScope]
flmsg-2.0.5/src/redx/redx_5739.cxx:1033:0: style: Variable 'SP' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/redx/redx_5739.cxx:729:59: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/redx/redx_5739A.cxx:827:16: style: Condition 'sval[0]!=0' is always true [knownConditionTrueFalse]
flmsg-2.0.5/src/redx/redx_5739A.cxx:851:16: style: The scope of the variable 'p1' can be reduced. [variableScope]
flmsg-2.0.5/src/redx/redx_5739A.cxx:851:20: style: The scope of the variable 'p2' can be reduced. [variableScope]
flmsg-2.0.5/src/redx/redx_5739A.cxx:807:0: style: Variable 'SP' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/redx/redx_5739A.cxx:504:60: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/redx/redx_5739B.cxx:816:16: style: Condition 'sval[0]!=0' is always true [knownConditionTrueFalse]
flmsg-2.0.5/src/redx/redx_5739B.cxx:840:16: style: The scope of the variable 'p1' can be reduced. [variableScope]
flmsg-2.0.5/src/redx/redx_5739B.cxx:840:20: style: The scope of the variable 'p2' can be reduced. [variableScope]
flmsg-2.0.5/src/redx/redx_5739B.cxx:796:0: style: Variable 'SP' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/redx/redx_5739B.cxx:486:60: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/redx/redx_snw.cxx:350:58: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/transfer/transfer.cxx:223:12: style: Checking if unsigned variable 'fsize' is less than zero. [unsignedLessThanZero]
flmsg-2.0.5/src/transfer/transfer.cxx:223:18: error: Resource leak: dfile [resourceLeak]
flmsg-2.0.5/src/transfer/transfer.cxx:118:58: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/transfer/transfer.cxx:237:28: performance: Function parameter 's' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/base128.cxx:171:2: portability: %d in format string (no. 1) requires 'int *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
flmsg-2.0.5/src/utils/base128.cxx:70:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/base256.cxx:140:2: portability: %d in format string (no. 1) requires 'int *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
flmsg-2.0.5/src/utils/base256.cxx:67:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/getsysinfo.c:245:44: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
flmsg-2.0.5/src/utils/getsysinfo.c:241:29: note: outer condition: osvi.dwMajorVersion==5
flmsg-2.0.5/src/utils/getsysinfo.c:245:44: note: opposite inner condition: osvi.dwMajorVersion==4
flmsg-2.0.5/src/utils/mingw.c:240:23: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR < 0L' is always true. [redundantCondition]
flmsg-2.0.5/src/utils/mongoose.c:2073:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
flmsg-2.0.5/src/utils/mongoose.c:2075:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
flmsg-2.0.5/src/utils/mongoose.c:2077:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
flmsg-2.0.5/src/utils/mongoose.c:2079:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
flmsg-2.0.5/src/utils/mongoose.c:3067:29: warning: Either the condition 's==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
flmsg-2.0.5/src/utils/mongoose.c:3099:28: note: Assuming that condition 's==NULL' is not redundant
flmsg-2.0.5/src/utils/mongoose.c:3099:23: note: Calling function 'parse_header', 1st argument 'str' value is 0
flmsg-2.0.5/src/utils/mongoose.c:3067:29: note: Null pointer addition
flmsg-2.0.5/src/utils/mongoose.c:677:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:678:30: style: The scope of the variable 'match_code' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:972:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1060:19: style: The scope of the variable 'slash' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1061:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1286:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1436:19: style: The scope of the variable 'n' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1569:7: style: The scope of the variable 'match_len' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1800:13: style: The scope of the variable 'a' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1800:16: style: The scope of the variable 'b' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1800:19: style: The scope of the variable 'c' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1845:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:1845:10: style: The scope of the variable 'len' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:2028:15: style: The scope of the variable 'ext' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:2070:47: style: The scope of the variable 'leap_days' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:2070:58: style: The scope of the variable 'days' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:2097:22: style: The scope of the variable 'ext' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:2763:12: style: The scope of the variable 't' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:3066:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:3067:15: style: The scope of the variable 'p' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:3891:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:3892:14: style: The scope of the variable 'lp' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:3892:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:4044:15: style: The scope of the variable 'value' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/mongoose.c:2992:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flmsg-2.0.5/src/utils/mongoose.c:2994:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
flmsg-2.0.5/src/utils/mongoose.c:319:9: style: union member 'endpoint::ssl' is never used. [unusedStructMember]
flmsg-2.0.5/src/utils/mongoose.c:1404:12: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
flmsg-2.0.5/src/utils/mongoose.c:3020:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
flmsg-2.0.5/src/utils/mongoose.c:745:3: error: Memory leak: buf [memleak]
flmsg-2.0.5/src/utils/mongoose.c:1850:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flmsg-2.0.5/src/utils/mongoose.c:3877:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
flmsg-2.0.5/src/utils/mongoose.c:741:5: error: va_start() or va_copy() called subsequently on 'ap_copy' without va_end() in between. [va_start_subsequentCalls]
flmsg-2.0.5/src/utils/mongoose.c:745:13: error: va_list 'ap_copy' was opened but not closed by va_end(). [va_end_missing]
flmsg-2.0.5/src/utils/parse_xml.cxx:71:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/parse_xml.cxx:83:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/parse_xml.cxx:100:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/parse_xml.cxx:112:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/parse_xml.cxx:198:9: style: The scope of the variable 'space' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/parse_xml.cxx:492:8: style: The scope of the variable 'pValid' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/parse_xml.cxx:1083:8: style: The scope of the variable 'pValid' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/parse_xml.cxx:579:19: error: Memory leak: buff [memleak]
flmsg-2.0.5/src/utils/parse_xml.cxx:1120:19: error: Memory leak: buff [memleak]
flmsg-2.0.5/src/utils/parse_xml.cxx:161:31: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:169:35: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:177:34: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:187:33: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:195:36: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:325:40: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:341:44: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:356:43: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:362:40: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:379:40: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:394:40: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:408:44: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:413:45: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:422:42: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:431:45: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:439:40: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:449:43: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:454:38: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:459:41: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:468:43: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:478:39: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:483:42: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:755:41: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:760:42: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:770:42: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:775:37: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:782:39: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:801:39: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:814:39: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:834:43: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:840:45: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:846:43: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:852:38: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:858:40: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:864:40: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:874:41: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:884:42: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:890:40: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:896:40: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:903:42: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:913:39: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:939:45: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:949:39: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:959:39: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:985:47: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/parse_xml.cxx:995:41: performance: Function parameter 'xml' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/status.cxx:87:14: style: Same expression on both sides of '&&'. [duplicateExpression]
flmsg-2.0.5/src/utils/status.cxx:184:3: error: Memory pointed to by 'defbuffer' is freed twice. [doubleFree]
flmsg-2.0.5/src/utils/status.cxx:188:3: error: Memory pointed to by 'defbuffer' is freed twice. [doubleFree]
flmsg-2.0.5/src/utils/threads.cxx:46:6: style: The scope of the variable 'r' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/time_table.cxx:2527:2: style: Variable 'time' is reassigned a value before the old one has been used. [redundantAssignment]
flmsg-2.0.5/src/utils/time_table.cxx:2525:0: note: Variable 'time' is reassigned a value before the old one has been used.
flmsg-2.0.5/src/utils/time_table.cxx:2527:2: note: Variable 'time' is reassigned a value before the old one has been used.
flmsg-2.0.5/src/utils/time_table.cxx:2482:15: style: The scope of the variable 'character' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/time_table.cxx:2497:6: style: The scope of the variable 'mode_index' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/util.cxx:318:7: style: The scope of the variable 'c' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/wrap.cxx:682:2: style: Variable 'iscrlf' is reassigned a value before the old one has been used. [redundantAssignment]
flmsg-2.0.5/src/utils/wrap.cxx:679:0: note: Variable 'iscrlf' is reassigned a value before the old one has been used.
flmsg-2.0.5/src/utils/wrap.cxx:682:2: note: Variable 'iscrlf' is reassigned a value before the old one has been used.
flmsg-2.0.5/src/utils/wrap.cxx:194:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/wrap.cxx:219:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/wrap.cxx:451:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/wrap.cxx:614:7: style: The scope of the variable 'cin' can be reduced. [variableScope]
flmsg-2.0.5/src/utils/wrap.cxx:628:30: performance: Function parameter 'src_fname' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/wrap.cxx:738:29: performance: Function parameter 'basename' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/wrap.cxx:738:46: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/wrap.cxx:738:60: performance: Function parameter 'data_text' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/utils/wrap.cxx:561:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flmsg-2.0.5/src/utils/xml_io.cxx:91:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
flmsg-2.0.5/src/widgets/FTextView.cxx:483:19: style: Same expression on both sides of '!=' because the value of 'old_wrap_col' and 'wrap_col' are the same. [duplicateExpression]
flmsg-2.0.5/src/widgets/FTextView.cxx:475:21: note: 'old_wrap_col' is assigned value 'wrap_col' here.
flmsg-2.0.5/src/widgets/FTextView.cxx:483:19: note: Same expression on both sides of '!=' because the value of 'old_wrap_col' and 'wrap_col' are the same.
flmsg-2.0.5/src/widgets/FTextView.cxx:327:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/FTextView.cxx:827:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flmsg-2.0.5/src/widgets/Fl_Native_File_Chooser_WIN32.cxx:481:10: style: The scope of the variable 'presetname' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:458:9: style: The scope of the variable 'insPtr' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:461:41: style: The scope of the variable 'insLen' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:554:15: style: The scope of the variable 'textIn' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:944:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:944:10: style: The scope of the variable 'nSpaces' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1015:8: style: The scope of the variable 'c' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1121:7: style: The scope of the variable 'bp' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1122:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1145:7: style: The scope of the variable 'bp' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1146:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1306:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1449:48: style: The scope of the variable 'lineEnd' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1451:41: style: The scope of the variable 'insLine' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1452:15: style: The scope of the variable 'line' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1532:26: style: The scope of the variable 'lineEnd' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1534:19: style: The scope of the variable 'line' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1587:38: style: The scope of the variable 'lineEnd' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1589:41: style: The scope of the variable 'insLine' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1590:15: style: The scope of the variable 'line' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1660:10: style: The scope of the variable 'c' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1809:10: style: The scope of the variable 'c' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1899:9: style: The scope of the variable 's' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:1952:7: style: The scope of the variable 'len' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_1.cxx:86:7: error: Common realloc mistake: 'undobuffer' nulled but not freed upon failure [memleakOnRealloc]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_3.cxx:858:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_3.cxx:901:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_3.cxx:1659:7: style: The scope of the variable 'l' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_3.cxx:1717:7: style: The scope of the variable 'l' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Buffer_mod_1_3.cxx:96:7: error: Common realloc mistake: 'undobuffer' nulled but not freed upon failure [memleakOnRealloc]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:1489:21: style: Condition 'stdCharWidth<=0' is always false [knownConditionTrueFalse]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:1488:18: note: Assignment 'stdCharWidth=6', assigned value is 6
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:1489:21: note: Condition 'stdCharWidth<=0' is always false
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:722:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:775:19: style: The scope of the variable 'charLen' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:775:45: style: The scope of the variable 'charStyle' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:1153:14: style: The scope of the variable 'lineStart' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:1898:7: style: The scope of the variable 'charWidth' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:1898:18: style: The scope of the variable 'charLen' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:1898:27: style: The scope of the variable 'charStyle' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:2350:26: style: The scope of the variable 'style' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:2434:54: style: The scope of the variable 'i' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:2586:21: style: The scope of the variable 'i' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:2666:19: style: The scope of the variable 'c' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:2936:12: style: Variable 'W' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_1.cxx:2938:12: style: Variable 'H' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:761:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:1308:12: style: The scope of the variable 'lineStart' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:1712:40: style: The scope of the variable 'charStyle' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:2818:52: style: The scope of the variable 'i' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:2983:7: style: The scope of the variable 'visLineNum' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:2983:35: style: The scope of the variable 'i' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:3078:16: style: The scope of the variable 'c' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:850:13: style: Variable 'lineLen' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:3381:12: style: Variable 'W' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/widgets/Fl_Text_Display_mod_1_3.cxx:3383:12: style: Variable 'H' is assigned a value that is never used. [unreadVariable]
flmsg-2.0.5/src/widgets/calendar.cxx:39:16: style: The scope of the variable 'sb' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/calendar.cxx:324:19: style: The scope of the variable 'md' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/combo.cxx:90:18: warning: Logical disjunction always evaluates to true: key >= ' ' || key <= 127. [incorrectLogicOperator]
flmsg-2.0.5/src/widgets/combo.cxx:409:7: style: The scope of the variable 'found' can be reduced. [variableScope]
flmsg-2.0.5/src/widgets/font_browser.cxx:169:17: style: The scope of the variable 'name' can be reduced. [variableScope]
flmsg-2.0.5/src/wx/hurricane.cxx:861:16: style: Condition 'sval[0]!=0' is always true [knownConditionTrueFalse]
flmsg-2.0.5/src/wx/hurricane.cxx:885:16: style: The scope of the variable 'p1' can be reduced. [variableScope]
flmsg-2.0.5/src/wx/hurricane.cxx:885:20: style: The scope of the variable 'p2' can be reduced. [variableScope]
flmsg-2.0.5/src/wx/hurricane.cxx:540:54: performance: Function parameter 'inpbuffer' should be passed by const reference. [passedByValue]
flmsg-2.0.5/src/wx/severe_wx.cxx:932:16: style: Condition 'sval[0]!=0' is always true [knownConditionTrueFalse]
flmsg-2.0.5/src/wx/storm_report.cxx:952:16: style: Condition 'sval[0]!=0' is always true [knownConditionTrueFalse]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:343:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
flmsg-2.0.5/src/xmlrpcpp/base64.h:231:0: style: The scope of the variable '_Char' can be reduced. [variableScope]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:261:43: style: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'. [funcArgNamesDifferent]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.h:106:46: note: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:261:43: note: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:58:15: warning: Member variable 'XmlRpcClient::_sendAttempts' is not initialized in the constructor. [uninitMemberVar]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:58:15: warning: Member variable 'XmlRpcClient::_bytesWritten' is not initialized in the constructor. [uninitMemberVar]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:58:15: warning: Member variable 'XmlRpcClient::_isFault' is not initialized in the constructor. [uninitMemberVar]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:58:15: warning: Member variable 'XmlRpcClient::_contentLength' is not initialized in the constructor. [uninitMemberVar]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:77:15: warning: Member variable 'XmlRpcClient::_sendAttempts' is not initialized in the constructor. [uninitMemberVar]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:77:15: warning: Member variable 'XmlRpcClient::_bytesWritten' is not initialized in the constructor. [uninitMemberVar]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:77:15: warning: Member variable 'XmlRpcClient::_isFault' is not initialized in the constructor. [uninitMemberVar]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:77:15: warning: Member variable 'XmlRpcClient::_contentLength' is not initialized in the constructor. [uninitMemberVar]
flmsg-2.0.5/src/xmlrpcpp/base64.h:100:0: style: The struct 'three2four' does not have a constructor although it has private member variables. [noConstructor]
flmsg-2.0.5/src/xmlrpcpp/base64.h:365:0: performance: Technically the member function 'base64 < char , std :: char_traits < _E > >::_getCharType' can be static. [functionStatic]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.h:94:18: warning: Virtual function 'close' is called from destructor '~XmlRpcClient()' at line 103. Dynamic binding is not used. [virtualCallInConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:103:42: note: Calling close
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.h:94:18: note: close is a virtual method
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.h:76:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.h:79:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.h:82:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.h:85:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.h:88:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.h:93:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.h:98:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.cpp:122:3: style: Struct 'ClearFlagOnExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.h:94:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcSource.h:69:18: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.h:94:18: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.h:99:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcSource.h:72:22: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.h:99:22: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.h:103:18: style: The function 'doConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcSource.h:77:18: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcClient.h:103:18: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:106:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcSource.h:72:22: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:106:22: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcDispatch.cpp:66:58: style: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'. [funcArgNamesDifferent]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcDispatch.h:60:51: note: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcDispatch.cpp:66:58: note: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcDispatch.cpp:100:29: style: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'. [funcArgNamesDifferent]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcDispatch.h:73:22: note: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcDispatch.cpp:100:29: note: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcDispatch.h:88:12: performance: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static. [functionStatic]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcDispatch.cpp:186:17: note: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcDispatch.h:88:12: note: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:504:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:448:18: style: The scope of the variable 'methodParams' can be reduced. [variableScope]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:184:36: style: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'. [funcArgNamesDifferent]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:106:43: note: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:184:36: note: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:511:56: style: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'. [funcArgNamesDifferent]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:152:58: note: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:511:56: note: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:139:17: performance: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static. [functionStatic]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:373:15: note: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:139:17: note: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:142:10: style: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const. [functionConst]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:405:15: note: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:142:10: note: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:155:17: performance: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static. [functionStatic]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:493:15: note: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.h:155:17: note: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:269:3: style: Class 'ListMethods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:284:3: style: Class 'MethodHelp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServerConnection.h:58:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcSource.h:72:22: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServerConnection.h:58:22: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:271:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServerMethod.h:56:18: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:271:8: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:276:15: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServerMethod.h:60:25: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:276:15: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:286:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServerMethod.h:56:18: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:286:8: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:298:15: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServerMethod.h:60:25: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServer.cpp:298:15: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcServerMethod.cpp:35:5: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcSource.h:66:10: performance: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static. [functionStatic]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcSource.cpp:76:17: note: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcSource.h:66:10: note: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcUtil.cpp:56:8: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpc.h:87:18: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcUtil.cpp:56:8: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcUtil.cpp:74:8: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flmsg-2.0.5/src/xmlrpcpp/XmlRpc.h:61:18: note: Virtual function in base class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcUtil.cpp:74:8: note: Function in derived class
flmsg-2.0.5/src/xmlrpcpp/XmlRpcUtil.cpp:104:3: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcUtil.cpp:116:1: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:499:43: warning: Possible null pointer dereference: offset [nullPointer]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:316:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:499:43: note: Null pointer dereference
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:504:45: warning: Possible null pointer dereference: offset [nullPointer]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:316:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:504:45: note: Null pointer dereference
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:514:6: warning: Possible null pointer dereference: offset [nullPointer]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:316:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:514:6: note: Null pointer dereference
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:198:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:199:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.h:263:17: performance: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static. [functionStatic]
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.cpp:382:28: note: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static.
flmsg-2.0.5/src/xmlrpcpp/XmlRpcValue.h:263:17: note: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static.
[22:21]

ftp://ftp.se.debian.org/debian/pool/main/f/floatbg/floatbg_1.0.orig.tar.gz
floatbg-1.0.orig/floatbg.c:165:9: style: The scope of the variable 'i' can be reduced. [variableScope]
floatbg-1.0.orig/floatbg.c:166:11: style: The scope of the variable 'f' can be reduced. [variableScope]
floatbg-1.0.orig/floatbg.c:166:14: style: The scope of the variable 'p' can be reduced. [variableScope]
floatbg-1.0.orig/floatbg.c:166:17: style: The scope of the variable 'q' can be reduced. [variableScope]
floatbg-1.0.orig/floatbg.c:166:20: style: The scope of the variable 'r' can be reduced. [variableScope]
floatbg-1.0.orig/floatbg.c:166:23: style: The scope of the variable 'h' can be reduced. [variableScope]
floatbg-1.0.orig/floatbg.c:119:8: error: Expression 'ticks=ticks++%32767' depends on order of evaluation of side effects [unknownEvaluationOrder]
[22:21]

ftp://ftp.se.debian.org/debian/pool/main/f/flobopuyo/flobopuyo_0.20.orig.tar.gz
flobopuyo-0.20.orig/AnimatedPuyo.cpp:55:12: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/AnimatedPuyo.cpp:62:12: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/AnimatedPuyo.cpp:161:37: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/AnimatedPuyo.cpp:181:37: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/AnimatedPuyo.cpp:189:37: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/AnimatedPuyo.cpp:33:15: warning: Member variable 'AnimatedPuyo::smallTicksCount' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/AnimatedPuyo.h:66:10: style: Technically the member function 'AnimatedPuyoFactory::renderWalhalla' can be const. [functionConst]
flobopuyo-0.20.orig/AnimatedPuyo.cpp:178:27: note: Technically the member function 'AnimatedPuyoFactory::renderWalhalla' can be const.
flobopuyo-0.20.orig/AnimatedPuyo.h:66:10: note: Technically the member function 'AnimatedPuyoFactory::renderWalhalla' can be const.
flobopuyo-0.20.orig/IosVector.h:28:2: style: Class 'IosVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flobopuyo-0.20.orig/PuyoGame.h:45:5: style: Class 'PuyoPuyo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flobopuyo-0.20.orig/PuyoGame.h:91:3: style: Class 'PuyoGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flobopuyo-0.20.orig/PuyoAnimations.h:53:5: style: Class 'PuyoAnimation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flobopuyo-0.20.orig/AnimatedPuyo.h:62:5: style: Class 'AnimatedPuyoFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flobopuyo-0.20.orig/PuyoGame.h:71:13: style: The function 'createPuyo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoGame.h:65:21: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoGame.h:71:13: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:76:10: style: The function 'cycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:43:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:76:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:77:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:44:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:77:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:90:10: style: The function 'cycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:43:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:90:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:91:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:44:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:91:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:105:10: style: The function 'cycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:43:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:105:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:106:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:44:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:106:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:121:10: style: The function 'cycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:43:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:121:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:122:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:44:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:122:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:136:10: style: The function 'cycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:43:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:136:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoAnimations.h:137:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoAnimations.h:44:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoAnimations.h:137:10: note: Function in derived class
flobopuyo-0.20.orig/AnimatedPuyo.h:64:23: style: The function 'createPuyo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoGame.h:65:21: note: Virtual function in base class
flobopuyo-0.20.orig/AnimatedPuyo.h:64:23: note: Function in derived class
flobopuyo-0.20.orig/AnimatedPuyo.h:65:18: style: The function 'deletePuyo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoGame.h:66:16: note: Virtual function in base class
flobopuyo-0.20.orig/AnimatedPuyo.h:65:18: note: Function in derived class
flobopuyo-0.20.orig/PuyoView.h:73:10: style: The function 'gameDidAddNeutral' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoGame.h:78:16: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoView.h:73:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoView.h:74:10: style: The function 'gameDidEndCycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoGame.h:84:16: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoView.h:74:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoView.h:75:10: style: The function 'companionDidTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoGame.h:79:16: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoView.h:75:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoView.h:76:10: style: The function 'puyoDidFall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoGame.h:82:16: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoView.h:76:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoView.h:77:10: style: The function 'puyoWillVanish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoGame.h:83:16: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoView.h:77:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoView.h:78:10: style: The function 'gameLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoGame.h:85:16: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoView.h:78:10: note: Function in derived class
flobopuyo-0.20.orig/GameControls.cpp:19:21: style: Function 'getKeyName' argument 1 names different: declaration 'control' definition 'gameEvent'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/GameControls.h:55:21: note: Function 'getKeyName' argument 1 names different: declaration 'control' definition 'gameEvent'.
flobopuyo-0.20.orig/GameControls.cpp:19:21: note: Function 'getKeyName' argument 1 names different: declaration 'control' definition 'gameEvent'.
flobopuyo-0.20.orig/InputManager.h:47:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:15:25: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:47:17: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:48:9: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:16:17: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:48:9: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:50:18: style: The function 'isArrowUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:26:18: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:50:18: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:51:18: style: The function 'isArrowDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:27:18: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:51:18: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:52:18: style: The function 'isValidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:28:18: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:52:18: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:53:18: style: The function 'isCancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:29:18: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:53:18: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:54:18: style: The function 'isPause' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:30:18: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:54:18: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:70:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:15:25: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:70:17: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:71:9: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:16:17: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:71:9: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:73:18: style: The function 'isValidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:28:18: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:73:18: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:74:18: style: The function 'isCancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:29:18: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:74:18: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:87:17: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:15:25: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:87:17: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:88:9: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:16:17: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:88:9: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:90:18: style: The function 'isArrowUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:26:18: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:90:18: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:91:18: style: The function 'isArrowDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:27:18: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:91:18: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:100:15: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:15:25: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:100:15: note: Function in derived class
flobopuyo-0.20.orig/InputManager.h:101:7: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/InputManager.h:16:17: note: Virtual function in base class
flobopuyo-0.20.orig/InputManager.h:101:7: note: Function in derived class
flobopuyo-0.20.orig/HiScores.cpp:53:5: error: Memory leak: tmp [memleak]
flobopuyo-0.20.orig/HiScores.cpp:53:5: error: Memory leak: tmp2 [memleak]
flobopuyo-0.20.orig/IosException.h:30:15: style: Technically the member function 'Exception::getMessage' can be const. [functionConst]
flobopuyo-0.20.orig/IosException.cpp:38:24: note: Technically the member function 'Exception::getMessage' can be const.
flobopuyo-0.20.orig/IosException.h:30:15: note: Technically the member function 'Exception::getMessage' can be const.
flobopuyo-0.20.orig/IosException.cpp:29:2: style: Class 'Exception' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flobopuyo-0.20.orig/IosException.cpp:29:2: style: Class 'Exception' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flobopuyo-0.20.orig/IosException.h:27:3: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flobopuyo-0.20.orig/IosImgProcess.cpp:258:39: style: The scope of the variable 'hueTemp' can be reduced. [variableScope]
flobopuyo-0.20.orig/IosImgProcess.cpp:17:51: style: Function 'IIM_Load_DisplayFormat' argument 1 names different: declaration 'path' definition 'fname'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/IosImgProcess.h:55:51: note: Function 'IIM_Load_DisplayFormat' argument 1 names different: declaration 'path' definition 'fname'.
flobopuyo-0.20.orig/IosImgProcess.cpp:17:51: note: Function 'IIM_Load_DisplayFormat' argument 1 names different: declaration 'path' definition 'fname'.
flobopuyo-0.20.orig/IosImgProcess.cpp:32:56: style: Function 'IIM_Load_DisplayFormatAlpha' argument 1 names different: declaration 'path' definition 'fname'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/IosImgProcess.h:56:56: note: Function 'IIM_Load_DisplayFormatAlpha' argument 1 names different: declaration 'path' definition 'fname'.
flobopuyo-0.20.orig/IosImgProcess.cpp:32:56: note: Function 'IIM_Load_DisplayFormatAlpha' argument 1 names different: declaration 'path' definition 'fname'.
flobopuyo-0.20.orig/IosImgProcess.cpp:320:49: style: Function 'iim_surface_shift_hue' argument 1 names different: declaration 'src' definition 'isrc'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/IosImgProcess.h:51:49: note: Function 'iim_surface_shift_hue' argument 1 names different: declaration 'src' definition 'isrc'.
flobopuyo-0.20.orig/IosImgProcess.cpp:320:49: note: Function 'iim_surface_shift_hue' argument 1 names different: declaration 'src' definition 'isrc'.
flobopuyo-0.20.orig/IosImgProcess.cpp:354:49: style: Function 'iim_surface_set_value' argument 1 names different: declaration 'src' definition 'isrc'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/IosImgProcess.h:52:49: note: Function 'iim_surface_set_value' argument 1 names different: declaration 'src' definition 'isrc'.
flobopuyo-0.20.orig/IosImgProcess.cpp:354:49: note: Function 'iim_surface_set_value' argument 1 names different: declaration 'src' definition 'isrc'.
flobopuyo-0.20.orig/IosImgProcess.cpp:384:47: style: Function 'iim_surface_convert_to_gray' argument 1 names different: declaration 'src' definition 'isrc'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/IosImgProcess.h:53:47: note: Function 'iim_surface_convert_to_gray' argument 1 names different: declaration 'src' definition 'isrc'.
flobopuyo-0.20.orig/IosImgProcess.cpp:384:47: note: Function 'iim_surface_convert_to_gray' argument 1 names different: declaration 'src' definition 'isrc'.
flobopuyo-0.20.orig/IosVector.cpp:36:2: style: Class 'IosVector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flobopuyo-0.20.orig/IosVector.cpp:36:2: style: Class 'IosVector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flobopuyo-0.20.orig/IosVector.cpp:98:2: error: Common realloc mistake: 'vectorData' nulled but not freed upon failure [memleakOnRealloc]
flobopuyo-0.20.orig/PuyoAnimations.cpp:134:19: warning: Member variable 'TurningAnimation::X' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoAnimations.cpp:134:19: warning: Member variable 'TurningAnimation::Y' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoAnimations.h:64:10: style: Technically the member function 'AnimationSynchronizer::isSynchronized' can be const. [functionConst]
flobopuyo-0.20.orig/PuyoAnimations.cpp:116:29: note: Technically the member function 'AnimationSynchronizer::isSynchronized' can be const.
flobopuyo-0.20.orig/PuyoAnimations.h:64:10: note: Technically the member function 'AnimationSynchronizer::isSynchronized' can be const.
flobopuyo-0.20.orig/PuyoCommander.cpp:602:133: style: Same value in both branches of ternary operator. [duplicateValueTernary]
flobopuyo-0.20.orig/PuyoCommander.cpp:967:91: style: Same value in both branches of ternary operator. [duplicateValueTernary]
flobopuyo-0.20.orig/PuyoCommander.cpp:780:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flobopuyo-0.20.orig/PuyoCommander.cpp:838:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flobopuyo-0.20.orig/PuyoCommander.cpp:935:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flobopuyo-0.20.orig/PuyoCommander.cpp:1033:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flobopuyo-0.20.orig/PuyoCommander.cpp:545:35: style: Function 'PuyoCommander' argument 1 names different: declaration 'fullscreen' definition 'fs'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/PuyoCommander.h:22:22: note: Function 'PuyoCommander' argument 1 names different: declaration 'fullscreen' definition 'fs'.
flobopuyo-0.20.orig/PuyoCommander.cpp:545:35: note: Function 'PuyoCommander' argument 1 names different: declaration 'fullscreen' definition 'fs'.
flobopuyo-0.20.orig/PuyoCommander.cpp:545:44: style: Function 'PuyoCommander' argument 2 names different: declaration 'sound' definition 'snd'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/PuyoCommander.h:22:38: note: Function 'PuyoCommander' argument 2 names different: declaration 'sound' definition 'snd'.
flobopuyo-0.20.orig/PuyoCommander.cpp:545:44: note: Function 'PuyoCommander' argument 2 names different: declaration 'sound' definition 'snd'.
flobopuyo-0.20.orig/PuyoCommander.cpp:558:22: style: Variable 'music_volume' is assigned a value that is never used. [unreadVariable]
flobopuyo-0.20.orig/PuyoCommander.cpp:559:22: style: Variable 'audio_volume' is assigned a value that is never used. [unreadVariable]
flobopuyo-0.20.orig/PuyoCommander.cpp:545:16: warning: Member variable 'PuyoCommander::cycle' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoCommander.cpp:545:16: warning: Member variable 'PuyoCommander::start_time' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoCommander.cpp:545:16: warning: Member variable 'PuyoCommander::lastRenderedCycle' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoCommander.cpp:545:16: warning: Member variable 'PuyoCommander::maxFrameDrop' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoCommander.cpp:545:16: warning: Member variable 'PuyoCommander::corona_screen' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoIA.h:17:18: style: The function 'cycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoPlayer.h:18:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoIA.h:17:18: note: Function in derived class
flobopuyo-0.20.orig/PuyoStarter.h:13:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoCommander.h:16:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoStarter.h:13:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoStory.h:12:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flobopuyo-0.20.orig/PuyoCommander.h:16:18: note: Virtual function in base class
flobopuyo-0.20.orig/PuyoStory.h:12:10: note: Function in derived class
flobopuyo-0.20.orig/PuyoDoomMelt.c:127:75: style: Function '_column_draw' argument 3 names different: declaration 'screen' definition 'display'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/PuyoDoomMelt.c:47:83: note: Function '_column_draw' argument 3 names different: declaration 'screen' definition 'display'.
flobopuyo-0.20.orig/PuyoDoomMelt.c:127:75: note: Function '_column_draw' argument 3 names different: declaration 'screen' definition 'display'.
flobopuyo-0.20.orig/PuyoGame.cpp:210:12: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoGame.cpp:247:9: style: The scope of the variable 'newX' can be reduced. [variableScope]
flobopuyo-0.20.orig/PuyoGame.cpp:247:15: style: The scope of the variable 'newY' can be reduced. [variableScope]
flobopuyo-0.20.orig/PuyoGame.cpp:666:14: style: Variable 'cmpt' is assigned a value that is never used. [unreadVariable]
flobopuyo-0.20.orig/PuyoGame.cpp:51:11: warning: Member variable 'PuyoPuyo::flag' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoGame.h:47:15: style: Technically the member function 'PuyoPuyo::getPuyoState' can be const. [functionConst]
flobopuyo-0.20.orig/PuyoGame.cpp:62:21: note: Technically the member function 'PuyoPuyo::getPuyoState' can be const.
flobopuyo-0.20.orig/PuyoGame.h:47:15: note: Technically the member function 'PuyoPuyo::getPuyoState' can be const.
flobopuyo-0.20.orig/PuyoGame.h:49:20: style: Technically the member function 'PuyoPuyo::isFalling' can be const. [functionConst]
flobopuyo-0.20.orig/PuyoGame.cpp:57:16: note: Technically the member function 'PuyoPuyo::isFalling' can be const.
flobopuyo-0.20.orig/PuyoGame.h:49:20: note: Technically the member function 'PuyoPuyo::isFalling' can be const.
flobopuyo-0.20.orig/PuyoGame.h:131:7: style: Technically the member function 'PuyoGame::getSamePuyoAround' can be const. [functionConst]
flobopuyo-0.20.orig/PuyoGame.cpp:442:15: note: Technically the member function 'PuyoGame::getSamePuyoAround' can be const.
flobopuyo-0.20.orig/PuyoGame.h:131:7: note: Technically the member function 'PuyoGame::getSamePuyoAround' can be const.
flobopuyo-0.20.orig/PuyoGame.cpp:106:3: style: Class 'PuyoGame' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flobopuyo-0.20.orig/PuyoGame.cpp:106:3: style: Class 'PuyoGame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flobopuyo-0.20.orig/PuyoIA.cpp:177:3: warning: Member variable 'PosEvaluator::score' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoIA.cpp:177:3: warning: Member variable 'PosEvaluator::keep' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoIA.h:19:15: performance: Technically the member function 'PuyoIA::extractColor' can be static. [functionStatic]
flobopuyo-0.20.orig/PuyoIA.cpp:199:19: note: Technically the member function 'PuyoIA::extractColor' can be static.
flobopuyo-0.20.orig/PuyoIA.h:19:15: note: Technically the member function 'PuyoIA::extractColor' can be static.
flobopuyo-0.20.orig/PuyoIA.cpp:185:5: style: Class 'PuyoIA' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flobopuyo-0.20.orig/PuyoIA.cpp:185:5: style: Class 'PuyoIA' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flobopuyo-0.20.orig/PuyoIA.h:20:26: style: Class 'PuyoIA' is unsafe, 'PuyoIA::evaluator' can leak by wrong usage. [unsafeClassCanLeak]
flobopuyo-0.20.orig/PuyoLock.h:31:22: style: Technically the member function 'PuyoLock::locked' can be const. [functionConst]
flobopuyo-0.20.orig/PuyoLock.cpp:51:16: note: Technically the member function 'PuyoLock::locked' can be const.
flobopuyo-0.20.orig/PuyoLock.h:31:22: note: Technically the member function 'PuyoLock::locked' can be const.
flobopuyo-0.20.orig/PuyoStarter.cpp:337:27: style: Function 'run' argument 1 names different: declaration 'score1' definition '_score1'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/PuyoStarter.h:12:18: note: Function 'run' argument 1 names different: declaration 'score1' definition '_score1'.
flobopuyo-0.20.orig/PuyoStarter.cpp:337:27: note: Function 'run' argument 1 names different: declaration 'score1' definition '_score1'.
flobopuyo-0.20.orig/PuyoStarter.cpp:337:40: style: Function 'run' argument 2 names different: declaration 'score2' definition '_score2'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/PuyoStarter.h:12:30: note: Function 'run' argument 2 names different: declaration 'score2' definition '_score2'.
flobopuyo-0.20.orig/PuyoStarter.cpp:337:40: note: Function 'run' argument 2 names different: declaration 'score2' definition '_score2'.
flobopuyo-0.20.orig/PuyoStarter.cpp:186:14: warning: Member variable 'PuyoStarter::lives' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoStarter.cpp:186:14: warning: Member variable 'PuyoStarter::score1' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoStarter.cpp:186:14: warning: Member variable 'PuyoStarter::score2' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoStarter.cpp:186:14: warning: Member variable 'PuyoStarter::gameSpeed' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/PuyoStarter.cpp:286:5: style: Class 'PuyoStarter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flobopuyo-0.20.orig/PuyoStarter.cpp:286:5: style: Class 'PuyoStarter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flobopuyo-0.20.orig/PuyoStory.h:14:20: style: Member variable 'PuyoStory::commander' is in the wrong place in the initializer list. [initializerList]
flobopuyo-0.20.orig/PuyoStory.cpp:15:63: note: Member variable 'PuyoStory::commander' is in the wrong place in the initializer list.
flobopuyo-0.20.orig/PuyoStory.h:14:20: note: Member variable 'PuyoStory::commander' is in the wrong place in the initializer list.
flobopuyo-0.20.orig/PuyoView.cpp:167:27: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:168:27: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:169:27: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:170:27: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:203:9: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:211:43: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:275:41: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:293:37: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:325:43: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:368:6: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:373:6: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:379:6: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:387:37: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/PuyoView.cpp:366:13: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
flobopuyo-0.20.orig/PuyoView.cpp:367:13: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
flobopuyo-0.20.orig/PuyoView.h:81:10: style: Technically the member function 'PuyoView::cycleAllowed' can be const. [functionConst]
flobopuyo-0.20.orig/PuyoView.cpp:412:16: note: Technically the member function 'PuyoView::cycleAllowed' can be const.
flobopuyo-0.20.orig/PuyoView.h:81:10: note: Technically the member function 'PuyoView::cycleAllowed' can be const.
flobopuyo-0.20.orig/PuyoView.cpp:102:2: style: Class 'PuyoView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flobopuyo-0.20.orig/PuyoView.cpp:102:2: style: Class 'PuyoView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flobopuyo-0.20.orig/SDL_Painter.cpp:8:14: warning: Member variable 'SDL_Painter::onScreenElts' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/SDL_Painter.cpp:8:14: warning: Member variable 'SDL_Painter::onScreenPrev' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/SDL_Painter.h:16:20: style: Member variable 'SDL_Painter::backGround' is in the wrong place in the initializer list. [initializerList]
flobopuyo-0.20.orig/SDL_Painter.cpp:9:29: note: Member variable 'SDL_Painter::backGround' is in the wrong place in the initializer list.
flobopuyo-0.20.orig/SDL_Painter.h:16:20: note: Member variable 'SDL_Painter::backGround' is in the wrong place in the initializer list.
flobopuyo-0.20.orig/SDL_prim.c:33:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flobopuyo-0.20.orig/SDL_prim.c:264:48: style: Function 'SDL_drawCircle_TG' argument 2 names different: declaration 'x' definition 'x1'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/SDL_prim.h:53:43: note: Function 'SDL_drawCircle_TG' argument 2 names different: declaration 'x' definition 'x1'.
flobopuyo-0.20.orig/SDL_prim.c:264:48: note: Function 'SDL_drawCircle_TG' argument 2 names different: declaration 'x' definition 'x1'.
flobopuyo-0.20.orig/SDL_prim.c:264:56: style: Function 'SDL_drawCircle_TG' argument 3 names different: declaration 'y' definition 'y1'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/SDL_prim.h:53:50: note: Function 'SDL_drawCircle_TG' argument 3 names different: declaration 'y' definition 'y1'.
flobopuyo-0.20.orig/SDL_prim.c:264:56: note: Function 'SDL_drawCircle_TG' argument 3 names different: declaration 'y' definition 'y1'.
flobopuyo-0.20.orig/SDL_prim.c:504:49: style: Function 'SDL_drawTriangle_TG' argument 2 names different: declaration 'x' definition 'x1'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/SDL_prim.h:55:45: note: Function 'SDL_drawTriangle_TG' argument 2 names different: declaration 'x' definition 'x1'.
flobopuyo-0.20.orig/SDL_prim.c:504:49: note: Function 'SDL_drawTriangle_TG' argument 2 names different: declaration 'x' definition 'x1'.
flobopuyo-0.20.orig/SDL_prim.c:504:57: style: Function 'SDL_drawTriangle_TG' argument 3 names different: declaration 'y' definition 'y1'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/SDL_prim.h:55:52: note: Function 'SDL_drawTriangle_TG' argument 3 names different: declaration 'y' definition 'y1'.
flobopuyo-0.20.orig/SDL_prim.c:504:57: note: Function 'SDL_drawTriangle_TG' argument 3 names different: declaration 'y' definition 'y1'.
flobopuyo-0.20.orig/SDL_prim.c:215:9: style: Variable 'b2' is assigned a value that is never used. [unreadVariable]
flobopuyo-0.20.orig/corona.cpp:46:17: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/corona.cpp:104:17: style: C-style pointer casting [cstyleCast]
flobopuyo-0.20.orig/corona.cpp:272:10: style: The scope of the variable 'fdec' can be reduced. [variableScope]
flobopuyo-0.20.orig/corona.cpp:25:9: warning: Member variable 'Corona::m_movement' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/corona.h:86:12: performance: Technically the member function 'Corona::random' can be static. [functionStatic]
flobopuyo-0.20.orig/corona.cpp:69:16: note: Technically the member function 'Corona::random' can be static.
flobopuyo-0.20.orig/corona.h:86:12: note: Technically the member function 'Corona::random' can be static.
flobopuyo-0.20.orig/corona.h:88:10: style: Technically the member function 'Corona::drawLine' can be const. [functionConst]
flobopuyo-0.20.orig/corona.cpp:114:14: note: Technically the member function 'Corona::drawLine' can be const.
flobopuyo-0.20.orig/corona.h:88:10: note: Technically the member function 'Corona::drawLine' can be const.
flobopuyo-0.20.orig/corona.h:96:10: style: Technically the member function 'Corona::applyDeltaField' can be const. [functionConst]
flobopuyo-0.20.orig/corona.cpp:177:14: note: Technically the member function 'Corona::applyDeltaField' can be const.
flobopuyo-0.20.orig/corona.h:96:10: note: Technically the member function 'Corona::applyDeltaField' can be const.
flobopuyo-0.20.orig/corona.cpp:46:3: style: Class 'Corona' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flobopuyo-0.20.orig/corona.cpp:46:3: style: Class 'Corona' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flobopuyo-0.20.orig/corona.cpp:104:3: error: Common realloc mistake: 'm_particles' nulled but not freed upon failure [memleakOnRealloc]
flobopuyo-0.20.orig/corona32.cpp:69:43: style: Function 'corona32_resize' argument 2 names different: declaration 'widht' definition 'width'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/corona32.h:21:48: note: Function 'corona32_resize' argument 2 names different: declaration 'widht' definition 'width'.
flobopuyo-0.20.orig/corona32.cpp:69:43: note: Function 'corona32_resize' argument 2 names different: declaration 'widht' definition 'width'.
flobopuyo-0.20.orig/corona_palette.cpp:109:40: style: Function 'expand' argument 1 names different: declaration 'pal' definition 'dest'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/corona_palette.cpp:29:23: note: Function 'expand' argument 1 names different: declaration 'pal' definition 'dest'.
flobopuyo-0.20.orig/corona_palette.cpp:109:40: note: Function 'expand' argument 1 names different: declaration 'pal' definition 'dest'.
flobopuyo-0.20.orig/corona_palette.cpp:26:3: warning: Member variable 'CompressedPalette::m_col' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/corona_palette.cpp:26:3: warning: Member variable 'CompressedPalette::m_ind' is not initialized in the constructor. [uninitMemberVar]
flobopuyo-0.20.orig/corona_palette.cpp:136:3: style: Class 'PaletteCollection' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flobopuyo-0.20.orig/corona_palette.cpp:136:3: style: Class 'PaletteCollection' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flobopuyo-0.20.orig/menu.c:111:11: style: The scope of the variable 'c' can be reduced. [variableScope]
flobopuyo-0.20.orig/menu.c:358:71: style: Function 'menu_set_value' argument 4 names different: declaration 'doValidate' definition 'doValide'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/menu.h:69:79: note: Function 'menu_set_value' argument 4 names different: declaration 'doValidate' definition 'doValide'.
flobopuyo-0.20.orig/menu.c:358:71: note: Function 'menu_set_value' argument 4 names different: declaration 'doValidate' definition 'doValide'.
flobopuyo-0.20.orig/preferences.c:222:12: style: The scope of the variable 'key' can be reduced. [variableScope]
flobopuyo-0.20.orig/sofont.c:260:17: style: The scope of the variable 'y' can be reduced. [variableScope]
flobopuyo-0.20.orig/sofont.c:437:10: style: The scope of the variable 'ofs' can be reduced. [variableScope]
flobopuyo-0.20.orig/sofont.c:437:15: style: The scope of the variable 'i' can be reduced. [variableScope]
flobopuyo-0.20.orig/sofont.c:433:71: style: Function 'SoFont_PutStringWithCursor' argument 3 names different: declaration 'x' definition 'xs'. [funcArgNamesDifferent]
flobopuyo-0.20.orig/sofont.h:60:23: note: Function 'SoFont_PutStringWithCursor' argument 3 names different: declaration 'x' definition 'xs'.
flobopuyo-0.20.orig/sofont.c:433:71: note: Function 'SoFont_PutStringWithCursor' argument 3 names different: declaration 'x' definition 'xs'.
flobopuyo-0.20.orig/sofont.c:486:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
[22:21]

ftp://ftp.se.debian.org/debian/pool/main/f/flog/flog_1.8.orig.tar.gz
flog-1.8/flog.c:61:9: style: The scope of the variable 'pid_fd' can be reduced. [variableScope]
flog-1.8/flog.c:274:8: style: The scope of the variable 'str' can be reduced. [variableScope]
flog-1.8/flog.c:106:0: error: Resource leak: pid_fd [resourceLeak]
[22:21]

ftp://ftp.se.debian.org/debian/pool/main/f/florence/florence_0.6.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/flot/flot_0.8.3+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flotr/flotr_0.2.1~r301.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flow-tools/flow-tools_0.68.orig.tar.gz
flow-tools-0.68/lib/fmt.c:76:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
flow-tools-0.68/lib/fmt.c:104:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
flow-tools-0.68/lib/fmt.c:132:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
flow-tools-0.68/lib/fmt.c:196:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flow-tools-0.68/lib/fmt.c:236:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flow-tools-0.68/lib/fmt.c:305:16: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/fmt.c:306:9: style: The scope of the variable 's1' can be reduced. [variableScope]
flow-tools-0.68/lib/ftchash.c:525:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
flow-tools-0.68/lib/ftchash.c:528:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
flow-tools-0.68/lib/ftchash.c:106:25: style: The scope of the variable 'chunk' can be reduced. [variableScope]
flow-tools-0.68/lib/ftchash.c:303:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:588:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:560:3: note: Variable 'n' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:588:3: note: Variable 'n' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:798:5: style: Variable 'rec_v6->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:797:5: note: Variable 'rec_v6->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:798:5: note: Variable 'rec_v6->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:887:5: style: Variable 'rec_v7->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:886:5: note: Variable 'rec_v7->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:887:5: note: Variable 'rec_v7->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:977:5: style: Variable 'rec_v8_1->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:976:5: note: Variable 'rec_v8_1->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:977:5: note: Variable 'rec_v8_1->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1055:5: style: Variable 'rec_v8_2->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1054:5: note: Variable 'rec_v8_2->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1055:5: note: Variable 'rec_v8_2->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1124:5: style: Variable 'rec_v8_3->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1123:5: note: Variable 'rec_v8_3->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1124:5: note: Variable 'rec_v8_3->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1199:5: style: Variable 'rec_v8_4->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1198:5: note: Variable 'rec_v8_4->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1199:5: note: Variable 'rec_v8_4->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1274:5: style: Variable 'rec_v8_5->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1273:5: note: Variable 'rec_v8_5->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1274:5: note: Variable 'rec_v8_5->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1358:5: style: Variable 'rec_v8_6->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1357:5: note: Variable 'rec_v8_6->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1358:5: note: Variable 'rec_v8_6->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1430:5: style: Variable 'rec_v8_7->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1429:5: note: Variable 'rec_v8_7->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1430:5: note: Variable 'rec_v8_7->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1506:5: style: Variable 'rec_v8_8->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1505:5: note: Variable 'rec_v8_8->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1506:5: note: Variable 'rec_v8_8->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1587:5: style: Variable 'rec_v8_9->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1586:5: note: Variable 'rec_v8_9->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1587:5: note: Variable 'rec_v8_9->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1666:5: style: Variable 'rec_v8_10->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1665:5: note: Variable 'rec_v8_10->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1666:5: note: Variable 'rec_v8_10->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1737:5: style: Variable 'rec_v8_11->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1736:5: note: Variable 'rec_v8_11->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1737:5: note: Variable 'rec_v8_11->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1813:5: style: Variable 'rec_v8_12->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1812:5: note: Variable 'rec_v8_12->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1813:5: note: Variable 'rec_v8_12->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1889:5: style: Variable 'rec_v8_13->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1888:5: note: Variable 'rec_v8_13->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1889:5: note: Variable 'rec_v8_13->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1974:5: style: Variable 'rec_v8_14->engine_type' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/ftdecode.c:1973:5: note: Variable 'rec_v8_14->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:1974:5: note: Variable 'rec_v8_14->engine_type' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/ftdecode.c:612:22: style: The scope of the variable 'rec_v1' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:687:22: style: The scope of the variable 'rec_v5' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:776:22: style: The scope of the variable 'rec_v6' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:865:22: style: The scope of the variable 'rec_v7' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:954:24: style: The scope of the variable 'rec_v8_1' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1032:24: style: The scope of the variable 'rec_v8_2' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1101:24: style: The scope of the variable 'rec_v8_3' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1176:24: style: The scope of the variable 'rec_v8_4' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1251:24: style: The scope of the variable 'rec_v8_5' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1335:24: style: The scope of the variable 'rec_v8_6' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1407:24: style: The scope of the variable 'rec_v8_7' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1483:24: style: The scope of the variable 'rec_v8_8' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1564:24: style: The scope of the variable 'rec_v8_9' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1643:25: style: The scope of the variable 'rec_v8_10' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1714:25: style: The scope of the variable 'rec_v8_11' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1790:25: style: The scope of the variable 'rec_v8_12' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1866:25: style: The scope of the variable 'rec_v8_13' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:1951:25: style: The scope of the variable 'rec_v8_14' can be reduced. [variableScope]
flow-tools-0.68/lib/ftdecode.c:51:35: style: Function 'ftpdu_check_seq' argument 1 names different: declaration 'pdu' definition 'ftpdu'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftlib.h:2689:35: note: Function 'ftpdu_check_seq' argument 1 names different: declaration 'pdu' definition 'ftpdu'.
flow-tools-0.68/lib/ftdecode.c:51:35: note: Function 'ftpdu_check_seq' argument 1 names different: declaration 'pdu' definition 'ftpdu'.
flow-tools-0.68/lib/ftdecode.c:117:32: style: Function 'ftpdu_verify' argument 1 names different: declaration 'pdu' definition 'ftpdu'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftlib.h:2688:32: note: Function 'ftpdu_verify' argument 1 names different: declaration 'pdu' definition 'ftpdu'.
flow-tools-0.68/lib/ftdecode.c:117:32: note: Function 'ftpdu_verify' argument 1 names different: declaration 'pdu' definition 'ftpdu'.
flow-tools-0.68/lib/fterr.c:150:8: style: The scope of the variable 'buf2' can be reduced. [variableScope]
flow-tools-0.68/lib/fterr.c:174:8: style: The scope of the variable 'buf2' can be reduced. [variableScope]
flow-tools-0.68/lib/ftfil.c:1412:14: style: The scope of the variable 't2' can be reduced. [variableScope]
flow-tools-0.68/lib/ftfil.c:1502:14: style: The scope of the variable 't2' can be reduced. [variableScope]
flow-tools-0.68/lib/ftfil.c:2810:7: style: The scope of the variable 'done' can be reduced. [variableScope]
flow-tools-0.68/lib/ftfil.c:3750:8: style: The scope of the variable 'fmt_buf' can be reduced. [variableScope]
flow-tools-0.68/lib/ftfil.c:3969:8: style: The scope of the variable 'fmt_buf' can be reduced. [variableScope]
flow-tools-0.68/lib/ftfil.c:4984:20: style: The scope of the variable 'c' can be reduced. [variableScope]
flow-tools-0.68/lib/ftfil.c:4804:7: style: Function 'parse2_primitive_permitdeny' argument 3 names different: declaration 'flag' definition 'mode'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftfil.c:320:28: note: Function 'parse2_primitive_permitdeny' argument 3 names different: declaration 'flag' definition 'mode'.
flow-tools-0.68/lib/ftfil.c:4804:7: note: Function 'parse2_primitive_permitdeny' argument 3 names different: declaration 'flag' definition 'mode'.
flow-tools-0.68/lib/ftfil.c:294:11: style: struct member 'ftfil_match_item_cache::time' is never used. [unusedStructMember]
flow-tools-0.68/lib/ftfil.c:295:9: style: struct member 'ftfil_match_item_cache::flow' is never used. [unusedStructMember]
flow-tools-0.68/lib/ftfil.c:2784:3: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/lib/ftfile.c:108:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
flow-tools-0.68/lib/ftfile.c:763:29: style: The scope of the variable 'n2' can be reduced. [variableScope]
flow-tools-0.68/lib/ftfile.c:103:66: style: Function 'ftfile_loadfile' argument 3 names different: declaration 'sort' definition 'flags'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftlib.h:2705:66: note: Function 'ftfile_loadfile' argument 3 names different: declaration 'sort' definition 'flags'.
flow-tools-0.68/lib/ftfile.c:103:66: note: Function 'ftfile_loadfile' argument 3 names different: declaration 'sort' definition 'flags'.
flow-tools-0.68/lib/ftfile.c:215:63: style: Function 'ftfile_loaddir' argument 3 names different: declaration 'sort' definition 'flags'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftlib.h:2706:63: note: Function 'ftfile_loaddir' argument 3 names different: declaration 'sort' definition 'flags'.
flow-tools-0.68/lib/ftfile.c:215:63: note: Function 'ftfile_loaddir' argument 3 names different: declaration 'sort' definition 'flags'.
flow-tools-0.68/lib/ftio.c:1679:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flow-tools-0.68/lib/ftio.c:1682:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flow-tools-0.68/lib/ftio.c:1755:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flow-tools-0.68/lib/ftio.c:1757:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flow-tools-0.68/lib/ftio.c:1600:24: style: The scope of the variable 'ftmin' can be reduced. [variableScope]
flow-tools-0.68/lib/ftio.c:1601:25: style: The scope of the variable 'ftmia' can be reduced. [variableScope]
flow-tools-0.68/lib/ftio.c:1602:8: style: The scope of the variable 'agg_ver' can be reduced. [variableScope]
flow-tools-0.68/lib/ftio.c:1602:17: style: The scope of the variable 'agg_method' can be reduced. [variableScope]
flow-tools-0.68/lib/ftio.c:1603:9: style: The scope of the variable 'agg_name' can be reduced. [variableScope]
flow-tools-0.68/lib/ftio.c:1606:10: style: The scope of the variable 'period' can be reduced. [variableScope]
flow-tools-0.68/lib/ftio.c:1607:7: style: The scope of the variable 'n' can be reduced. [variableScope]
flow-tools-0.68/lib/ftio.c:2259:14: style: The scope of the variable 'nread' can be reduced. [variableScope]
flow-tools-0.68/lib/ftio.c:2286:14: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
flow-tools-0.68/lib/ftio.c:2310:46: style: Function 'ftiheader_read' argument 2 names different: declaration 'h' definition 'ihead'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftlib.h:2660:46: note: Function 'ftiheader_read' argument 2 names different: declaration 'h' definition 'ihead'.
flow-tools-0.68/lib/ftio.c:2310:46: note: Function 'ftiheader_read' argument 2 names different: declaration 'h' definition 'ihead'.
flow-tools-0.68/lib/ftio.c:808:7: error: Memory pointed to by 'z_buf' is freed twice. [doubleFree]
flow-tools-0.68/lib/ftio.c:812:7: error: Memory pointed to by 'd_buf' is freed twice. [doubleFree]
flow-tools-0.68/lib/ftmap.c:384:17: style: Redundant condition: ip. '!ip || (ip && ftmin->ip==ip)' is equivalent to '!ip || ftmin->ip==ip' [redundantCondition]
flow-tools-0.68/lib/ftmap.c:396:17: style: Redundant condition: ip. '!ip || (ip && ftmia->ip==ip)' is equivalent to '!ip || ftmia->ip==ip' [redundantCondition]
flow-tools-0.68/lib/ftmap.c:447:33: style: The scope of the variable 'ftmia2' can be reduced. [variableScope]
flow-tools-0.68/lib/ftmap.c:448:32: style: The scope of the variable 'ftmin2' can be reduced. [variableScope]
flow-tools-0.68/lib/ftmap.c:282:3: error: Returning/dereferencing 'ftmin' after it is deallocated / released [deallocret]
flow-tools-0.68/lib/ftmask.c:505:7: style: Condition 'new' is always true [knownConditionTrueFalse]
flow-tools-0.68/lib/ftmask.c:493:9: note: Assignment 'new=1', assigned value is 1
flow-tools-0.68/lib/ftmask.c:505:7: note: Condition 'new' is always true
flow-tools-0.68/lib/ftmask.c:290:3: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/lib/ftrec.c:382:18: warning: Redundant assignment of 'rec_v5->output' to itself. [selfAssignment]
flow-tools-0.68/lib/ftrec.c:409:18: warning: Redundant assignment of 'rec_v6->output' to itself. [selfAssignment]
flow-tools-0.68/lib/ftrec.c:435:18: warning: Redundant assignment of 'rec_v7->output' to itself. [selfAssignment]
flow-tools-0.68/lib/ftstat.c:8953:68: style: Same expression on both sides of '^'. [duplicateExpression]
flow-tools-0.68/lib/ftstat.c:3357:22: style: The scope of the variable 'ftsrpt' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:4049:12: style: The scope of the variable 'op' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:4179:12: style: The scope of the variable 'op' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:11025:31: style: The scope of the variable 'ftch_recprefixh' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:11196:31: style: The scope of the variable 'ftch_recprefixh' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:11986:3: style: The scope of the variable 'ftch_recintp' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:11986:3: style: The scope of the variable 'hash' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12364:7: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12364:14: style: The scope of the variable 'sort_field' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12365:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12654:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12654:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12654:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12654:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12718:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12718:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12718:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12718:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12797:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12797:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12797:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12797:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12876:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12876:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12876:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12876:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12969:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12969:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12969:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:12969:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13078:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13078:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13078:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13078:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13132:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13132:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13132:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13132:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13191:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13191:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13191:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13191:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13268:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13268:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13268:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13268:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13373:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13373:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13373:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13373:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13453:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13453:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13453:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13453:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13528:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13528:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13528:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13528:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13605:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13605:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13605:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13605:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13701:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13701:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13701:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13701:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13794:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13794:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13794:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13794:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13900:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13900:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13900:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13900:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13955:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13955:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13955:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:13955:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:14044:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:14044:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:14044:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:14044:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:14171:3: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:14171:3: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:14171:3: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:14171:3: style: The scope of the variable 'comma' can be reduced. [variableScope]
flow-tools-0.68/lib/ftstat.c:5104:45: style: Function 'ftstat_rpt_1_free' argument 1 names different: declaration 'rpt' definition 'rpt1'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1305:45: note: Function 'ftstat_rpt_1_free' argument 1 names different: declaration 'rpt' definition 'rpt1'.
flow-tools-0.68/lib/ftstat.c:5104:45: note: Function 'ftstat_rpt_1_free' argument 1 names different: declaration 'rpt' definition 'rpt1'.
flow-tools-0.68/lib/ftstat.c:5184:45: style: Function 'ftstat_rpt_2_free' argument 1 names different: declaration 'rpt' definition 'rpt2'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1312:45: note: Function 'ftstat_rpt_2_free' argument 1 names different: declaration 'rpt' definition 'rpt2'.
flow-tools-0.68/lib/ftstat.c:5184:45: note: Function 'ftstat_rpt_2_free' argument 1 names different: declaration 'rpt' definition 'rpt2'.
flow-tools-0.68/lib/ftstat.c:5261:45: style: Function 'ftstat_rpt_3_free' argument 1 names different: declaration 'rpt' definition 'rpt3'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1319:45: note: Function 'ftstat_rpt_3_free' argument 1 names different: declaration 'rpt' definition 'rpt3'.
flow-tools-0.68/lib/ftstat.c:5261:45: note: Function 'ftstat_rpt_3_free' argument 1 names different: declaration 'rpt' definition 'rpt3'.
flow-tools-0.68/lib/ftstat.c:5340:45: style: Function 'ftstat_rpt_4_free' argument 1 names different: declaration 'rpt' definition 'rpt4'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1326:45: note: Function 'ftstat_rpt_4_free' argument 1 names different: declaration 'rpt' definition 'rpt4'.
flow-tools-0.68/lib/ftstat.c:5340:45: note: Function 'ftstat_rpt_4_free' argument 1 names different: declaration 'rpt' definition 'rpt4'.
flow-tools-0.68/lib/ftstat.c:5419:45: style: Function 'ftstat_rpt_5_free' argument 1 names different: declaration 'rpt' definition 'rpt5'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1333:45: note: Function 'ftstat_rpt_5_free' argument 1 names different: declaration 'rpt' definition 'rpt5'.
flow-tools-0.68/lib/ftstat.c:5419:45: note: Function 'ftstat_rpt_5_free' argument 1 names different: declaration 'rpt' definition 'rpt5'.
flow-tools-0.68/lib/ftstat.c:5494:45: style: Function 'ftstat_rpt_6_free' argument 1 names different: declaration 'rpt' definition 'rpt6'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1340:45: note: Function 'ftstat_rpt_6_free' argument 1 names different: declaration 'rpt' definition 'rpt6'.
flow-tools-0.68/lib/ftstat.c:5494:45: note: Function 'ftstat_rpt_6_free' argument 1 names different: declaration 'rpt' definition 'rpt6'.
flow-tools-0.68/lib/ftstat.c:5569:45: style: Function 'ftstat_rpt_7_free' argument 1 names different: declaration 'rpt' definition 'rpt7'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1347:45: note: Function 'ftstat_rpt_7_free' argument 1 names different: declaration 'rpt' definition 'rpt7'.
flow-tools-0.68/lib/ftstat.c:5569:45: note: Function 'ftstat_rpt_7_free' argument 1 names different: declaration 'rpt' definition 'rpt7'.
flow-tools-0.68/lib/ftstat.c:5651:45: style: Function 'ftstat_rpt_8_free' argument 1 names different: declaration 'rpt' definition 'rpt8'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1354:45: note: Function 'ftstat_rpt_8_free' argument 1 names different: declaration 'rpt' definition 'rpt8'.
flow-tools-0.68/lib/ftstat.c:5651:45: note: Function 'ftstat_rpt_8_free' argument 1 names different: declaration 'rpt' definition 'rpt8'.
flow-tools-0.68/lib/ftstat.c:5732:45: style: Function 'ftstat_rpt_9_free' argument 1 names different: declaration 'rpt' definition 'rpt9'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1361:45: note: Function 'ftstat_rpt_9_free' argument 1 names different: declaration 'rpt' definition 'rpt9'.
flow-tools-0.68/lib/ftstat.c:5732:45: note: Function 'ftstat_rpt_9_free' argument 1 names different: declaration 'rpt' definition 'rpt9'.
flow-tools-0.68/lib/ftstat.c:5812:47: style: Function 'ftstat_rpt_10_free' argument 1 names different: declaration 'rpt' definition 'rpt10'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1368:47: note: Function 'ftstat_rpt_10_free' argument 1 names different: declaration 'rpt' definition 'rpt10'.
flow-tools-0.68/lib/ftstat.c:5812:47: note: Function 'ftstat_rpt_10_free' argument 1 names different: declaration 'rpt' definition 'rpt10'.
flow-tools-0.68/lib/ftstat.c:5903:47: style: Function 'ftstat_rpt_11_free' argument 1 names different: declaration 'rpt' definition 'rpt11'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1375:47: note: Function 'ftstat_rpt_11_free' argument 1 names different: declaration 'rpt' definition 'rpt11'.
flow-tools-0.68/lib/ftstat.c:5903:47: note: Function 'ftstat_rpt_11_free' argument 1 names different: declaration 'rpt' definition 'rpt11'.
flow-tools-0.68/lib/ftstat.c:5977:47: style: Function 'ftstat_rpt_12_free' argument 1 names different: declaration 'rpt' definition 'rpt12'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1382:47: note: Function 'ftstat_rpt_12_free' argument 1 names different: declaration 'rpt' definition 'rpt12'.
flow-tools-0.68/lib/ftstat.c:5977:47: note: Function 'ftstat_rpt_12_free' argument 1 names different: declaration 'rpt' definition 'rpt12'.
flow-tools-0.68/lib/ftstat.c:6052:47: style: Function 'ftstat_rpt_13_free' argument 1 names different: declaration 'rpt' definition 'rpt13'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1389:47: note: Function 'ftstat_rpt_13_free' argument 1 names different: declaration 'rpt' definition 'rpt13'.
flow-tools-0.68/lib/ftstat.c:6052:47: note: Function 'ftstat_rpt_13_free' argument 1 names different: declaration 'rpt' definition 'rpt13'.
flow-tools-0.68/lib/ftstat.c:6132:47: style: Function 'ftstat_rpt_14_free' argument 1 names different: declaration 'rpt' definition 'rpt14'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1396:47: note: Function 'ftstat_rpt_14_free' argument 1 names different: declaration 'rpt' definition 'rpt14'.
flow-tools-0.68/lib/ftstat.c:6132:47: note: Function 'ftstat_rpt_14_free' argument 1 names different: declaration 'rpt' definition 'rpt14'.
flow-tools-0.68/lib/ftstat.c:6224:47: style: Function 'ftstat_rpt_15_free' argument 1 names different: declaration 'rpt' definition 'rpt15'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1403:47: note: Function 'ftstat_rpt_15_free' argument 1 names different: declaration 'rpt' definition 'rpt15'.
flow-tools-0.68/lib/ftstat.c:6224:47: note: Function 'ftstat_rpt_15_free' argument 1 names different: declaration 'rpt' definition 'rpt15'.
flow-tools-0.68/lib/ftstat.c:6316:47: style: Function 'ftstat_rpt_16_free' argument 1 names different: declaration 'rpt' definition 'rpt16'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1410:47: note: Function 'ftstat_rpt_16_free' argument 1 names different: declaration 'rpt' definition 'rpt16'.
flow-tools-0.68/lib/ftstat.c:6316:47: note: Function 'ftstat_rpt_16_free' argument 1 names different: declaration 'rpt' definition 'rpt16'.
flow-tools-0.68/lib/ftstat.c:6423:47: style: Function 'ftstat_rpt_17_free' argument 1 names different: declaration 'rpt' definition 'rpt17'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1417:47: note: Function 'ftstat_rpt_17_free' argument 1 names different: declaration 'rpt' definition 'rpt17'.
flow-tools-0.68/lib/ftstat.c:6423:47: note: Function 'ftstat_rpt_17_free' argument 1 names different: declaration 'rpt' definition 'rpt17'.
flow-tools-0.68/lib/ftstat.c:6500:47: style: Function 'ftstat_rpt_18_free' argument 1 names different: declaration 'rpt' definition 'rpt18'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1424:47: note: Function 'ftstat_rpt_18_free' argument 1 names different: declaration 'rpt' definition 'rpt18'.
flow-tools-0.68/lib/ftstat.c:6500:47: note: Function 'ftstat_rpt_18_free' argument 1 names different: declaration 'rpt' definition 'rpt18'.
flow-tools-0.68/lib/ftstat.c:6575:47: style: Function 'ftstat_rpt_19_free' argument 1 names different: declaration 'rpt' definition 'rpt19'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1431:47: note: Function 'ftstat_rpt_19_free' argument 1 names different: declaration 'rpt' definition 'rpt19'.
flow-tools-0.68/lib/ftstat.c:6575:47: note: Function 'ftstat_rpt_19_free' argument 1 names different: declaration 'rpt' definition 'rpt19'.
flow-tools-0.68/lib/ftstat.c:6650:47: style: Function 'ftstat_rpt_20_free' argument 1 names different: declaration 'rpt' definition 'rpt20'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1438:47: note: Function 'ftstat_rpt_20_free' argument 1 names different: declaration 'rpt' definition 'rpt20'.
flow-tools-0.68/lib/ftstat.c:6650:47: note: Function 'ftstat_rpt_20_free' argument 1 names different: declaration 'rpt' definition 'rpt20'.
flow-tools-0.68/lib/ftstat.c:6731:47: style: Function 'ftstat_rpt_21_free' argument 1 names different: declaration 'rpt' definition 'rpt21'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1445:47: note: Function 'ftstat_rpt_21_free' argument 1 names different: declaration 'rpt' definition 'rpt21'.
flow-tools-0.68/lib/ftstat.c:6731:47: note: Function 'ftstat_rpt_21_free' argument 1 names different: declaration 'rpt' definition 'rpt21'.
flow-tools-0.68/lib/ftstat.c:6806:47: style: Function 'ftstat_rpt_22_free' argument 1 names different: declaration 'rpt' definition 'rpt22'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1452:47: note: Function 'ftstat_rpt_22_free' argument 1 names different: declaration 'rpt' definition 'rpt22'.
flow-tools-0.68/lib/ftstat.c:6806:47: note: Function 'ftstat_rpt_22_free' argument 1 names different: declaration 'rpt' definition 'rpt22'.
flow-tools-0.68/lib/ftstat.c:6881:47: style: Function 'ftstat_rpt_23_free' argument 1 names different: declaration 'rpt' definition 'rpt23'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1459:47: note: Function 'ftstat_rpt_23_free' argument 1 names different: declaration 'rpt' definition 'rpt23'.
flow-tools-0.68/lib/ftstat.c:6881:47: note: Function 'ftstat_rpt_23_free' argument 1 names different: declaration 'rpt' definition 'rpt23'.
flow-tools-0.68/lib/ftstat.c:6965:47: style: Function 'ftstat_rpt_24_free' argument 1 names different: declaration 'rpt' definition 'rpt24'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1466:47: note: Function 'ftstat_rpt_24_free' argument 1 names different: declaration 'rpt' definition 'rpt24'.
flow-tools-0.68/lib/ftstat.c:6965:47: note: Function 'ftstat_rpt_24_free' argument 1 names different: declaration 'rpt' definition 'rpt24'.
flow-tools-0.68/lib/ftstat.c:7060:47: style: Function 'ftstat_rpt_25_free' argument 1 names different: declaration 'rpt' definition 'rpt25'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1473:47: note: Function 'ftstat_rpt_25_free' argument 1 names different: declaration 'rpt' definition 'rpt25'.
flow-tools-0.68/lib/ftstat.c:7060:47: note: Function 'ftstat_rpt_25_free' argument 1 names different: declaration 'rpt' definition 'rpt25'.
flow-tools-0.68/lib/ftstat.c:7155:47: style: Function 'ftstat_rpt_26_free' argument 1 names different: declaration 'rpt' definition 'rpt26'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1480:47: note: Function 'ftstat_rpt_26_free' argument 1 names different: declaration 'rpt' definition 'rpt26'.
flow-tools-0.68/lib/ftstat.c:7155:47: note: Function 'ftstat_rpt_26_free' argument 1 names different: declaration 'rpt' definition 'rpt26'.
flow-tools-0.68/lib/ftstat.c:7251:47: style: Function 'ftstat_rpt_27_free' argument 1 names different: declaration 'rpt' definition 'rpt27'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1487:47: note: Function 'ftstat_rpt_27_free' argument 1 names different: declaration 'rpt' definition 'rpt27'.
flow-tools-0.68/lib/ftstat.c:7251:47: note: Function 'ftstat_rpt_27_free' argument 1 names different: declaration 'rpt' definition 'rpt27'.
flow-tools-0.68/lib/ftstat.c:7346:47: style: Function 'ftstat_rpt_28_free' argument 1 names different: declaration 'rpt' definition 'rpt28'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1494:47: note: Function 'ftstat_rpt_28_free' argument 1 names different: declaration 'rpt' definition 'rpt28'.
flow-tools-0.68/lib/ftstat.c:7346:47: note: Function 'ftstat_rpt_28_free' argument 1 names different: declaration 'rpt' definition 'rpt28'.
flow-tools-0.68/lib/ftstat.c:7456:47: style: Function 'ftstat_rpt_29_free' argument 1 names different: declaration 'rpt' definition 'rpt29'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1501:47: note: Function 'ftstat_rpt_29_free' argument 1 names different: declaration 'rpt' definition 'rpt29'.
flow-tools-0.68/lib/ftstat.c:7456:47: note: Function 'ftstat_rpt_29_free' argument 1 names different: declaration 'rpt' definition 'rpt29'.
flow-tools-0.68/lib/ftstat.c:7566:47: style: Function 'ftstat_rpt_30_free' argument 1 names different: declaration 'rpt' definition 'rpt30'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1508:47: note: Function 'ftstat_rpt_30_free' argument 1 names different: declaration 'rpt' definition 'rpt30'.
flow-tools-0.68/lib/ftstat.c:7566:47: note: Function 'ftstat_rpt_30_free' argument 1 names different: declaration 'rpt' definition 'rpt30'.
flow-tools-0.68/lib/ftstat.c:7682:47: style: Function 'ftstat_rpt_31_free' argument 1 names different: declaration 'rpt' definition 'rpt31'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1515:47: note: Function 'ftstat_rpt_31_free' argument 1 names different: declaration 'rpt' definition 'rpt31'.
flow-tools-0.68/lib/ftstat.c:7682:47: note: Function 'ftstat_rpt_31_free' argument 1 names different: declaration 'rpt' definition 'rpt31'.
flow-tools-0.68/lib/ftstat.c:7777:47: style: Function 'ftstat_rpt_32_free' argument 1 names different: declaration 'rpt' definition 'rpt32'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1522:47: note: Function 'ftstat_rpt_32_free' argument 1 names different: declaration 'rpt' definition 'rpt32'.
flow-tools-0.68/lib/ftstat.c:7777:47: note: Function 'ftstat_rpt_32_free' argument 1 names different: declaration 'rpt' definition 'rpt32'.
flow-tools-0.68/lib/ftstat.c:7872:47: style: Function 'ftstat_rpt_33_free' argument 1 names different: declaration 'rpt' definition 'rpt33'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1529:47: note: Function 'ftstat_rpt_33_free' argument 1 names different: declaration 'rpt' definition 'rpt33'.
flow-tools-0.68/lib/ftstat.c:7872:47: note: Function 'ftstat_rpt_33_free' argument 1 names different: declaration 'rpt' definition 'rpt33'.
flow-tools-0.68/lib/ftstat.c:7964:47: style: Function 'ftstat_rpt_34_free' argument 1 names different: declaration 'rpt' definition 'rpt34'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1536:47: note: Function 'ftstat_rpt_34_free' argument 1 names different: declaration 'rpt' definition 'rpt34'.
flow-tools-0.68/lib/ftstat.c:7964:47: note: Function 'ftstat_rpt_34_free' argument 1 names different: declaration 'rpt' definition 'rpt34'.
flow-tools-0.68/lib/ftstat.c:8059:47: style: Function 'ftstat_rpt_35_free' argument 1 names different: declaration 'rpt' definition 'rpt35'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1543:47: note: Function 'ftstat_rpt_35_free' argument 1 names different: declaration 'rpt' definition 'rpt35'.
flow-tools-0.68/lib/ftstat.c:8059:47: note: Function 'ftstat_rpt_35_free' argument 1 names different: declaration 'rpt' definition 'rpt35'.
flow-tools-0.68/lib/ftstat.c:8171:47: style: Function 'ftstat_rpt_36_free' argument 1 names different: declaration 'rpt' definition 'rpt36'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1550:47: note: Function 'ftstat_rpt_36_free' argument 1 names different: declaration 'rpt' definition 'rpt36'.
flow-tools-0.68/lib/ftstat.c:8171:47: note: Function 'ftstat_rpt_36_free' argument 1 names different: declaration 'rpt' definition 'rpt36'.
flow-tools-0.68/lib/ftstat.c:8283:47: style: Function 'ftstat_rpt_37_free' argument 1 names different: declaration 'rpt' definition 'rpt37'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1557:47: note: Function 'ftstat_rpt_37_free' argument 1 names different: declaration 'rpt' definition 'rpt37'.
flow-tools-0.68/lib/ftstat.c:8283:47: note: Function 'ftstat_rpt_37_free' argument 1 names different: declaration 'rpt' definition 'rpt37'.
flow-tools-0.68/lib/ftstat.c:8399:47: style: Function 'ftstat_rpt_38_free' argument 1 names different: declaration 'rpt' definition 'rpt38'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1564:47: note: Function 'ftstat_rpt_38_free' argument 1 names different: declaration 'rpt' definition 'rpt38'.
flow-tools-0.68/lib/ftstat.c:8399:47: note: Function 'ftstat_rpt_38_free' argument 1 names different: declaration 'rpt' definition 'rpt38'.
flow-tools-0.68/lib/ftstat.c:8483:47: style: Function 'ftstat_rpt_39_free' argument 1 names different: declaration 'rpt' definition 'rpt39'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1571:47: note: Function 'ftstat_rpt_39_free' argument 1 names different: declaration 'rpt' definition 'rpt39'.
flow-tools-0.68/lib/ftstat.c:8483:47: note: Function 'ftstat_rpt_39_free' argument 1 names different: declaration 'rpt' definition 'rpt39'.
flow-tools-0.68/lib/ftstat.c:8567:47: style: Function 'ftstat_rpt_40_free' argument 1 names different: declaration 'rpt' definition 'rpt40'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1578:47: note: Function 'ftstat_rpt_40_free' argument 1 names different: declaration 'rpt' definition 'rpt40'.
flow-tools-0.68/lib/ftstat.c:8567:47: note: Function 'ftstat_rpt_40_free' argument 1 names different: declaration 'rpt' definition 'rpt40'.
flow-tools-0.68/lib/ftstat.c:8651:47: style: Function 'ftstat_rpt_41_free' argument 1 names different: declaration 'rpt' definition 'rpt41'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1585:47: note: Function 'ftstat_rpt_41_free' argument 1 names different: declaration 'rpt' definition 'rpt41'.
flow-tools-0.68/lib/ftstat.c:8651:47: note: Function 'ftstat_rpt_41_free' argument 1 names different: declaration 'rpt' definition 'rpt41'.
flow-tools-0.68/lib/ftstat.c:8737:47: style: Function 'ftstat_rpt_42_free' argument 1 names different: declaration 'rpt' definition 'rpt42'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1592:47: note: Function 'ftstat_rpt_42_free' argument 1 names different: declaration 'rpt' definition 'rpt42'.
flow-tools-0.68/lib/ftstat.c:8737:47: note: Function 'ftstat_rpt_42_free' argument 1 names different: declaration 'rpt' definition 'rpt42'.
flow-tools-0.68/lib/ftstat.c:8822:47: style: Function 'ftstat_rpt_43_free' argument 1 names different: declaration 'rpt' definition 'rpt43'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1599:47: note: Function 'ftstat_rpt_43_free' argument 1 names different: declaration 'rpt' definition 'rpt43'.
flow-tools-0.68/lib/ftstat.c:8822:47: note: Function 'ftstat_rpt_43_free' argument 1 names different: declaration 'rpt' definition 'rpt43'.
flow-tools-0.68/lib/ftstat.c:8907:47: style: Function 'ftstat_rpt_44_free' argument 1 names different: declaration 'rpt' definition 'rpt44'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1606:47: note: Function 'ftstat_rpt_44_free' argument 1 names different: declaration 'rpt' definition 'rpt44'.
flow-tools-0.68/lib/ftstat.c:8907:47: note: Function 'ftstat_rpt_44_free' argument 1 names different: declaration 'rpt' definition 'rpt44'.
flow-tools-0.68/lib/ftstat.c:8996:47: style: Function 'ftstat_rpt_45_free' argument 1 names different: declaration 'rpt' definition 'rpt45'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1613:47: note: Function 'ftstat_rpt_45_free' argument 1 names different: declaration 'rpt' definition 'rpt45'.
flow-tools-0.68/lib/ftstat.c:8996:47: note: Function 'ftstat_rpt_45_free' argument 1 names different: declaration 'rpt' definition 'rpt45'.
flow-tools-0.68/lib/ftstat.c:9071:47: style: Function 'ftstat_rpt_46_free' argument 1 names different: declaration 'rpt' definition 'rpt46'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1620:47: note: Function 'ftstat_rpt_46_free' argument 1 names different: declaration 'rpt' definition 'rpt46'.
flow-tools-0.68/lib/ftstat.c:9071:47: note: Function 'ftstat_rpt_46_free' argument 1 names different: declaration 'rpt' definition 'rpt46'.
flow-tools-0.68/lib/ftstat.c:9146:47: style: Function 'ftstat_rpt_47_free' argument 1 names different: declaration 'rpt' definition 'rpt47'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1627:47: note: Function 'ftstat_rpt_47_free' argument 1 names different: declaration 'rpt' definition 'rpt47'.
flow-tools-0.68/lib/ftstat.c:9146:47: note: Function 'ftstat_rpt_47_free' argument 1 names different: declaration 'rpt' definition 'rpt47'.
flow-tools-0.68/lib/ftstat.c:9226:47: style: Function 'ftstat_rpt_48_free' argument 1 names different: declaration 'rpt' definition 'rpt48'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1634:47: note: Function 'ftstat_rpt_48_free' argument 1 names different: declaration 'rpt' definition 'rpt48'.
flow-tools-0.68/lib/ftstat.c:9226:47: note: Function 'ftstat_rpt_48_free' argument 1 names different: declaration 'rpt' definition 'rpt48'.
flow-tools-0.68/lib/ftstat.c:9306:47: style: Function 'ftstat_rpt_49_free' argument 1 names different: declaration 'rpt' definition 'rpt49'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1641:47: note: Function 'ftstat_rpt_49_free' argument 1 names different: declaration 'rpt' definition 'rpt49'.
flow-tools-0.68/lib/ftstat.c:9306:47: note: Function 'ftstat_rpt_49_free' argument 1 names different: declaration 'rpt' definition 'rpt49'.
flow-tools-0.68/lib/ftstat.c:9390:47: style: Function 'ftstat_rpt_50_free' argument 1 names different: declaration 'rpt' definition 'rpt50'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1648:47: note: Function 'ftstat_rpt_50_free' argument 1 names different: declaration 'rpt' definition 'rpt50'.
flow-tools-0.68/lib/ftstat.c:9390:47: note: Function 'ftstat_rpt_50_free' argument 1 names different: declaration 'rpt' definition 'rpt50'.
flow-tools-0.68/lib/ftstat.c:9482:47: style: Function 'ftstat_rpt_51_free' argument 1 names different: declaration 'rpt' definition 'rpt51'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1655:47: note: Function 'ftstat_rpt_51_free' argument 1 names different: declaration 'rpt' definition 'rpt51'.
flow-tools-0.68/lib/ftstat.c:9482:47: note: Function 'ftstat_rpt_51_free' argument 1 names different: declaration 'rpt' definition 'rpt51'.
flow-tools-0.68/lib/ftstat.c:9575:47: style: Function 'ftstat_rpt_52_free' argument 1 names different: declaration 'rpt' definition 'rpt52'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1662:47: note: Function 'ftstat_rpt_52_free' argument 1 names different: declaration 'rpt' definition 'rpt52'.
flow-tools-0.68/lib/ftstat.c:9575:47: note: Function 'ftstat_rpt_52_free' argument 1 names different: declaration 'rpt' definition 'rpt52'.
flow-tools-0.68/lib/ftstat.c:9667:47: style: Function 'ftstat_rpt_53_free' argument 1 names different: declaration 'rpt' definition 'rpt53'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1669:47: note: Function 'ftstat_rpt_53_free' argument 1 names different: declaration 'rpt' definition 'rpt53'.
flow-tools-0.68/lib/ftstat.c:9667:47: note: Function 'ftstat_rpt_53_free' argument 1 names different: declaration 'rpt' definition 'rpt53'.
flow-tools-0.68/lib/ftstat.c:9760:47: style: Function 'ftstat_rpt_54_free' argument 1 names different: declaration 'rpt' definition 'rpt54'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1676:47: note: Function 'ftstat_rpt_54_free' argument 1 names different: declaration 'rpt' definition 'rpt54'.
flow-tools-0.68/lib/ftstat.c:9760:47: note: Function 'ftstat_rpt_54_free' argument 1 names different: declaration 'rpt' definition 'rpt54'.
flow-tools-0.68/lib/ftstat.c:9858:47: style: Function 'ftstat_rpt_55_free' argument 1 names different: declaration 'rpt' definition 'rpt55'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1683:47: note: Function 'ftstat_rpt_55_free' argument 1 names different: declaration 'rpt' definition 'rpt55'.
flow-tools-0.68/lib/ftstat.c:9858:47: note: Function 'ftstat_rpt_55_free' argument 1 names different: declaration 'rpt' definition 'rpt55'.
flow-tools-0.68/lib/ftstat.c:9956:47: style: Function 'ftstat_rpt_56_free' argument 1 names different: declaration 'rpt' definition 'rpt56'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1690:47: note: Function 'ftstat_rpt_56_free' argument 1 names different: declaration 'rpt' definition 'rpt56'.
flow-tools-0.68/lib/ftstat.c:9956:47: note: Function 'ftstat_rpt_56_free' argument 1 names different: declaration 'rpt' definition 'rpt56'.
flow-tools-0.68/lib/ftstat.c:10067:47: style: Function 'ftstat_rpt_57_free' argument 1 names different: declaration 'rpt' definition 'rpt57'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1697:47: note: Function 'ftstat_rpt_57_free' argument 1 names different: declaration 'rpt' definition 'rpt57'.
flow-tools-0.68/lib/ftstat.c:10067:47: note: Function 'ftstat_rpt_57_free' argument 1 names different: declaration 'rpt' definition 'rpt57'.
flow-tools-0.68/lib/ftstat.c:10177:47: style: Function 'ftstat_rpt_58_free' argument 1 names different: declaration 'rpt' definition 'rpt58'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1704:47: note: Function 'ftstat_rpt_58_free' argument 1 names different: declaration 'rpt' definition 'rpt58'.
flow-tools-0.68/lib/ftstat.c:10177:47: note: Function 'ftstat_rpt_58_free' argument 1 names different: declaration 'rpt' definition 'rpt58'.
flow-tools-0.68/lib/ftstat.c:10292:47: style: Function 'ftstat_rpt_59_free' argument 1 names different: declaration 'rpt' definition 'rpt59'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1711:47: note: Function 'ftstat_rpt_59_free' argument 1 names different: declaration 'rpt' definition 'rpt59'.
flow-tools-0.68/lib/ftstat.c:10292:47: note: Function 'ftstat_rpt_59_free' argument 1 names different: declaration 'rpt' definition 'rpt59'.
flow-tools-0.68/lib/ftstat.c:10390:47: style: Function 'ftstat_rpt_60_free' argument 1 names different: declaration 'rpt' definition 'rpt60'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1718:47: note: Function 'ftstat_rpt_60_free' argument 1 names different: declaration 'rpt' definition 'rpt60'.
flow-tools-0.68/lib/ftstat.c:10390:47: note: Function 'ftstat_rpt_60_free' argument 1 names different: declaration 'rpt' definition 'rpt60'.
flow-tools-0.68/lib/ftstat.c:10488:47: style: Function 'ftstat_rpt_61_free' argument 1 names different: declaration 'rpt' definition 'rpt61'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1725:47: note: Function 'ftstat_rpt_61_free' argument 1 names different: declaration 'rpt' definition 'rpt61'.
flow-tools-0.68/lib/ftstat.c:10488:47: note: Function 'ftstat_rpt_61_free' argument 1 names different: declaration 'rpt' definition 'rpt61'.
flow-tools-0.68/lib/ftstat.c:10585:47: style: Function 'ftstat_rpt_62_free' argument 1 names different: declaration 'rpt' definition 'rpt62'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1732:47: note: Function 'ftstat_rpt_62_free' argument 1 names different: declaration 'rpt' definition 'rpt62'.
flow-tools-0.68/lib/ftstat.c:10585:47: note: Function 'ftstat_rpt_62_free' argument 1 names different: declaration 'rpt' definition 'rpt62'.
flow-tools-0.68/lib/ftstat.c:10681:47: style: Function 'ftstat_rpt_63_free' argument 1 names different: declaration 'rpt' definition 'rpt63'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1739:47: note: Function 'ftstat_rpt_63_free' argument 1 names different: declaration 'rpt' definition 'rpt63'.
flow-tools-0.68/lib/ftstat.c:10681:47: note: Function 'ftstat_rpt_63_free' argument 1 names different: declaration 'rpt' definition 'rpt63'.
flow-tools-0.68/lib/ftstat.c:10794:47: style: Function 'ftstat_rpt_64_free' argument 1 names different: declaration 'rpt' definition 'rpt64'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1746:47: note: Function 'ftstat_rpt_64_free' argument 1 names different: declaration 'rpt' definition 'rpt64'.
flow-tools-0.68/lib/ftstat.c:10794:47: note: Function 'ftstat_rpt_64_free' argument 1 names different: declaration 'rpt' definition 'rpt64'.
flow-tools-0.68/lib/ftstat.c:10872:47: style: Function 'ftstat_rpt_65_free' argument 1 names different: declaration 'rpt' definition 'rpt65'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1753:47: note: Function 'ftstat_rpt_65_free' argument 1 names different: declaration 'rpt' definition 'rpt65'.
flow-tools-0.68/lib/ftstat.c:10872:47: note: Function 'ftstat_rpt_65_free' argument 1 names different: declaration 'rpt' definition 'rpt65'.
flow-tools-0.68/lib/ftstat.c:11023:47: style: Function 'ftstat_rpt_66_free' argument 1 names different: declaration 'rpt' definition 'rpt66'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1760:47: note: Function 'ftstat_rpt_66_free' argument 1 names different: declaration 'rpt' definition 'rpt66'.
flow-tools-0.68/lib/ftstat.c:11023:47: note: Function 'ftstat_rpt_66_free' argument 1 names different: declaration 'rpt' definition 'rpt66'.
flow-tools-0.68/lib/ftstat.c:11194:47: style: Function 'ftstat_rpt_67_free' argument 1 names different: declaration 'rpt' definition 'rpt67'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1767:47: note: Function 'ftstat_rpt_67_free' argument 1 names different: declaration 'rpt' definition 'rpt67'.
flow-tools-0.68/lib/ftstat.c:11194:47: note: Function 'ftstat_rpt_67_free' argument 1 names different: declaration 'rpt' definition 'rpt67'.
flow-tools-0.68/lib/ftstat.c:11334:47: style: Function 'ftstat_rpt_68_free' argument 1 names different: declaration 'rpt' definition 'rpt68'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1774:47: note: Function 'ftstat_rpt_68_free' argument 1 names different: declaration 'rpt' definition 'rpt68'.
flow-tools-0.68/lib/ftstat.c:11334:47: note: Function 'ftstat_rpt_68_free' argument 1 names different: declaration 'rpt' definition 'rpt68'.
flow-tools-0.68/lib/ftstat.c:11447:47: style: Function 'ftstat_rpt_69_free' argument 1 names different: declaration 'rpt' definition 'rpt69'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1781:47: note: Function 'ftstat_rpt_69_free' argument 1 names different: declaration 'rpt' definition 'rpt69'.
flow-tools-0.68/lib/ftstat.c:11447:47: note: Function 'ftstat_rpt_69_free' argument 1 names different: declaration 'rpt' definition 'rpt69'.
flow-tools-0.68/lib/ftstat.c:11543:47: style: Function 'ftstat_rpt_70_free' argument 1 names different: declaration 'rpt' definition 'rpt70'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1788:47: note: Function 'ftstat_rpt_70_free' argument 1 names different: declaration 'rpt' definition 'rpt70'.
flow-tools-0.68/lib/ftstat.c:11543:47: note: Function 'ftstat_rpt_70_free' argument 1 names different: declaration 'rpt' definition 'rpt70'.
flow-tools-0.68/lib/ftstat.c:11640:47: style: Function 'ftstat_rpt_71_free' argument 1 names different: declaration 'rpt' definition 'rpt71'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1795:47: note: Function 'ftstat_rpt_71_free' argument 1 names different: declaration 'rpt' definition 'rpt71'.
flow-tools-0.68/lib/ftstat.c:11640:47: note: Function 'ftstat_rpt_71_free' argument 1 names different: declaration 'rpt' definition 'rpt71'.
flow-tools-0.68/lib/ftstat.c:11736:47: style: Function 'ftstat_rpt_72_free' argument 1 names different: declaration 'rpt' definition 'rpt72'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1802:47: note: Function 'ftstat_rpt_72_free' argument 1 names different: declaration 'rpt' definition 'rpt72'.
flow-tools-0.68/lib/ftstat.c:11736:47: note: Function 'ftstat_rpt_72_free' argument 1 names different: declaration 'rpt' definition 'rpt72'.
flow-tools-0.68/lib/ftstat.c:11832:47: style: Function 'ftstat_rpt_73_free' argument 1 names different: declaration 'rpt' definition 'rpt73'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1809:47: note: Function 'ftstat_rpt_73_free' argument 1 names different: declaration 'rpt' definition 'rpt73'.
flow-tools-0.68/lib/ftstat.c:11832:47: note: Function 'ftstat_rpt_73_free' argument 1 names different: declaration 'rpt' definition 'rpt73'.
flow-tools-0.68/lib/ftstat.c:11951:47: style: Function 'ftstat_rpt_74_free' argument 1 names different: declaration 'rpt' definition 'rpt74'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1816:47: note: Function 'ftstat_rpt_74_free' argument 1 names different: declaration 'rpt' definition 'rpt74'.
flow-tools-0.68/lib/ftstat.c:11951:47: note: Function 'ftstat_rpt_74_free' argument 1 names different: declaration 'rpt' definition 'rpt74'.
flow-tools-0.68/lib/ftstat.c:12064:47: style: Function 'ftstat_rpt_75_free' argument 1 names different: declaration 'rpt' definition 'rpt75'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1823:47: note: Function 'ftstat_rpt_75_free' argument 1 names different: declaration 'rpt' definition 'rpt75'.
flow-tools-0.68/lib/ftstat.c:12064:47: note: Function 'ftstat_rpt_75_free' argument 1 names different: declaration 'rpt' definition 'rpt75'.
flow-tools-0.68/lib/ftstat.c:12141:47: style: Function 'ftstat_rpt_76_free' argument 1 names different: declaration 'rpt' definition 'rpt76'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1830:47: note: Function 'ftstat_rpt_76_free' argument 1 names different: declaration 'rpt' definition 'rpt76'.
flow-tools-0.68/lib/ftstat.c:12141:47: note: Function 'ftstat_rpt_76_free' argument 1 names different: declaration 'rpt' definition 'rpt76'.
flow-tools-0.68/lib/ftstat.c:12219:47: style: Function 'ftstat_rpt_77_free' argument 1 names different: declaration 'rpt' definition 'rpt77'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1837:47: note: Function 'ftstat_rpt_77_free' argument 1 names different: declaration 'rpt' definition 'rpt77'.
flow-tools-0.68/lib/ftstat.c:12219:47: note: Function 'ftstat_rpt_77_free' argument 1 names different: declaration 'rpt' definition 'rpt77'.
flow-tools-0.68/lib/ftstat.c:12297:47: style: Function 'ftstat_rpt_78_free' argument 1 names different: declaration 'rpt' definition 'rpt78'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftstat.c:1844:47: note: Function 'ftstat_rpt_78_free' argument 1 names different: declaration 'rpt' definition 'rpt78'.
flow-tools-0.68/lib/ftstat.c:12297:47: note: Function 'ftstat_rpt_78_free' argument 1 names different: declaration 'rpt' definition 'rpt78'.
flow-tools-0.68/lib/ftstat.c:2949:3: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/lib/ftstat.c:12592:9: style: Variable 'comma' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/lib/ftstat.c:14739:5: style: Variable 'comma' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/lib/ftstat.c:5223:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5223:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5302:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5302:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5381:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5381:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5456:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5456:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5531:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5531:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5612:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5612:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5865:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5865:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5940:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:5940:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6014:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6014:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6094:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6094:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6185:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6185:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6277:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6277:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6385:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6385:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6462:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6462:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6537:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6537:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6612:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6612:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6692:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6692:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6768:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6768:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6843:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6843:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6926:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:6926:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7020:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7020:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7115:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7115:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7210:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7210:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7306:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7306:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7418:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7418:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7527:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7527:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7641:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7641:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7737:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7737:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7832:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7832:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7924:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:7924:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8019:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8019:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8131:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8131:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8243:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8243:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8358:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8358:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8444:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8444:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8528:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8528:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8612:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8612:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8696:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8696:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8783:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8783:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8868:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8868:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8956:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:8956:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9033:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9033:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9108:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9108:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9188:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9188:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9268:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9268:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9351:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9351:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9443:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9443:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9536:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9536:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9628:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9628:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9721:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9721:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9817:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9817:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9915:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:9915:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10027:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10027:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10137:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10137:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10252:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10252:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10349:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10349:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10447:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10447:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10545:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10545:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10641:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10641:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10733:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10733:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10830:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10830:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10925:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:10925:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11096:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11096:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11294:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11294:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11407:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11407:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11502:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11502:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11599:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11599:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11695:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11695:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11791:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11791:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11910:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:11910:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:12103:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:12103:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:12181:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:12181:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:12259:3: error: Uninitialized variable: bps_tmp [uninitvar]
flow-tools-0.68/lib/ftstat.c:12259:3: error: Uninitialized variable: pps_tmp [uninitvar]
flow-tools-0.68/lib/fttag.c:680:11: style: The scope of the variable 'as' can be reduced. [variableScope]
flow-tools-0.68/lib/fttag.c:1717:11: style: The scope of the variable 'set_tmp' can be reduced. [variableScope]
flow-tools-0.68/lib/fttag.c:1752:11: style: The scope of the variable 'set_tmp' can be reduced. [variableScope]
flow-tools-0.68/lib/fttag.c:1787:11: style: The scope of the variable 'set_tmp' can be reduced. [variableScope]
flow-tools-0.68/lib/fttag.c:1822:11: style: The scope of the variable 'set_tmp' can be reduced. [variableScope]
flow-tools-0.68/lib/fttag.c:1858:11: style: The scope of the variable 'set_tmp' can be reduced. [variableScope]
flow-tools-0.68/lib/fttag.c:1894:11: style: The scope of the variable 'set_tmp' can be reduced. [variableScope]
flow-tools-0.68/lib/fttag.c:1629:25: style: Function 'fttag_def_eval' argument 2 names different: declaration 'rec_out' definition 'rec'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftlib.h:2781:65: note: Function 'fttag_def_eval' argument 2 names different: declaration 'rec_out' definition 'rec'.
flow-tools-0.68/lib/fttag.c:1629:25: note: Function 'fttag_def_eval' argument 2 names different: declaration 'rec_out' definition 'rec'.
flow-tools-0.68/lib/fttlv.c:269:9: style: The scope of the variable 'i' can be reduced. [variableScope]
flow-tools-0.68/lib/ftvar.c:309:14: style: Redundant condition: If 'EXPR == '{'', the comparison 'EXPR' is always true. [redundantCondition]
flow-tools-0.68/lib/ftvar.c:72:23: style: The scope of the variable 'ftve' can be reduced. [variableScope]
flow-tools-0.68/lib/ftxlate.c:1123:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
flow-tools-0.68/lib/ftxlate.c:591:7: style: The scope of the variable 'fpermit' can be reduced. [variableScope]
flow-tools-0.68/lib/ftxlate.c:1720:10: style: The scope of the variable 'now' can be reduced. [variableScope]
flow-tools-0.68/lib/ftxlate.c:1770:10: style: The scope of the variable 'now' can be reduced. [variableScope]
flow-tools-0.68/lib/ftxlate.c:2104:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flow-tools-0.68/lib/ftxlate.c:585:42: style: Function 'ftxlate_def_eval' argument 1 names different: declaration 'ftd' definition 'ftx'. [funcArgNamesDifferent]
flow-tools-0.68/lib/ftlib.h:2787:42: note: Function 'ftxlate_def_eval' argument 1 names different: declaration 'ftd' definition 'ftx'.
flow-tools-0.68/lib/ftxlate.c:585:42: note: Function 'ftxlate_def_eval' argument 1 names different: declaration 'ftd' definition 'ftx'.
flow-tools-0.68/lib/ftxlate.c:2140:5: style: Variable 'rin_input' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/lib/ftxlate.c:2147:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/lib/ftxlate.c:2155:17: error: Uninitialized variable: rin_output [uninitvar]
getdate.y:289:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
flow-tools-0.68/lib/radix.c:441:19: style: The scope of the variable 'j' can be reduced. [variableScope]
flow-tools-0.68/lib/radix.c:509:36: style: The scope of the variable 'lim' can be reduced. [variableScope]
flow-tools-0.68/lib/strsep.c:66:23: style: The scope of the variable 'spanp' can be reduced. [variableScope]
flow-tools-0.68/lib/strsep.c:67:15: style: The scope of the variable 'c' can be reduced. [variableScope]
flow-tools-0.68/lib/strtoull.c:75:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/lib/strtoull.c:66:0: note: Variable 's' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/strtoull.c:75:2: note: Variable 's' is reassigned a value before the old one has been used.
flow-tools-0.68/lib/support.c:480:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
flow-tools-0.68/lib/support.c:105:12: style: The scope of the variable 'i' can be reduced. [variableScope]
flow-tools-0.68/lib/support.c:219:13: style: The scope of the variable 's2' can be reduced. [variableScope]
flow-tools-0.68/lib/support.c:599:0: style: Variable 'tries' is modified but its new value is never used. [unreadVariable]
flow-tools-0.68/lib/support.c:526:0: error: Memory leak: c [memleak]
flow-tools-0.68/src/acl2.c:127:3: style: Variable 'new' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/src/acl2.c:388:7: error: Memory leak: line [memleak]
flow-tools-0.68/src/acl2.c:432:7: error: Memory leak: line [memleak]
aclyacc.y:207:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
flow-tools-0.68/src/flow-capture.c:592:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
flow-tools-0.68/src/flow-cat.c:345:13: error: Uninitialized variable: in_fd_plain [uninitvar]
flow-tools-0.68/src/flow-dscan.c:646:9: warning: Width 64 given in format string (no. 4) is smaller than destination buffer 'buf[1024]'. [invalidScanfFormatWidth_smaller]
flow-tools-0.68/src/flow-dscan.c:668:9: warning: Width 15 given in format string (no. 2) is smaller than destination buffer 'buf[1024]'. [invalidScanfFormatWidth_smaller]
flow-tools-0.68/src/flow-dscan.c:815:21: style: The scope of the variable 'c1' can be reduced. [variableScope]
flow-tools-0.68/src/flow-dscan.c:973:21: style: The scope of the variable 'dsp_src' can be reduced. [variableScope]
flow-tools-0.68/src/flow-dscan.c:973:31: style: The scope of the variable 'dsp_dst' can be reduced. [variableScope]
flow-tools-0.68/src/flow-dscan.c:699:0: error: Resource leak: FP [resourceLeak]
flow-tools-0.68/src/flow-export.c:505:22: style: The scope of the variable 'good' can be reduced. [variableScope]
flow-tools-0.68/src/flow-export.c:652:7: style: The scope of the variable 'len' can be reduced. [variableScope]
flow-tools-0.68/src/flow-export.c:1163:5: style: Variable 'comma' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/src/flow-export.c:1420:5: style: Variable 'comma' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/src/flow-gen.c:272:35: style: Function 'gen_v1' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:50:35: note: Function 'gen_v1' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:272:35: note: Function 'gen_v1' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:313:35: style: Function 'gen_v5' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:51:35: note: Function 'gen_v5' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:313:35: note: Function 'gen_v5' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:360:35: style: Function 'gen_v6' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:52:35: note: Function 'gen_v6' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:360:35: note: Function 'gen_v6' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:411:35: style: Function 'gen_v7' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:53:35: note: Function 'gen_v7' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:411:35: note: Function 'gen_v7' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:458:37: style: Function 'gen_v8_1' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:55:37: note: Function 'gen_v8_1' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:458:37: note: Function 'gen_v8_1' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:495:37: style: Function 'gen_v8_2' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:56:37: note: Function 'gen_v8_2' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:495:37: note: Function 'gen_v8_2' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:528:37: style: Function 'gen_v8_3' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:57:37: note: Function 'gen_v8_3' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:528:37: note: Function 'gen_v8_3' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:563:37: style: Function 'gen_v8_4' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:58:37: note: Function 'gen_v8_4' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:563:37: note: Function 'gen_v8_4' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:597:37: style: Function 'gen_v8_5' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:59:37: note: Function 'gen_v8_5' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:597:37: note: Function 'gen_v8_5' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:639:37: style: Function 'gen_v8_6' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:60:37: note: Function 'gen_v8_6' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:639:37: note: Function 'gen_v8_6' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:679:37: style: Function 'gen_v8_7' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:61:37: note: Function 'gen_v8_7' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:679:37: note: Function 'gen_v8_7' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:721:37: style: Function 'gen_v8_8' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:62:37: note: Function 'gen_v8_8' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:721:37: note: Function 'gen_v8_8' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:767:37: style: Function 'gen_v8_9' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:63:37: note: Function 'gen_v8_9' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:767:37: note: Function 'gen_v8_9' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:806:38: style: Function 'gen_v8_10' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:64:38: note: Function 'gen_v8_10' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:806:38: note: Function 'gen_v8_10' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:841:38: style: Function 'gen_v8_11' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:65:38: note: Function 'gen_v8_11' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:841:38: note: Function 'gen_v8_11' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:877:38: style: Function 'gen_v8_12' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:66:38: note: Function 'gen_v8_12' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:877:38: note: Function 'gen_v8_12' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:913:38: style: Function 'gen_v8_13' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:67:38: note: Function 'gen_v8_13' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:913:38: note: Function 'gen_v8_13' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:957:38: style: Function 'gen_v8_14' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:68:38: note: Function 'gen_v8_14' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:957:38: note: Function 'gen_v8_14' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:1003:38: style: Function 'gen_v1005' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent]
flow-tools-0.68/src/flow-gen.c:54:38: note: Function 'gen_v1005' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-gen.c:1003:38: note: Function 'gen_v1005' argument 2 names different: declaration 'options' definition 'count'.
flow-tools-0.68/src/flow-import.c:358:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:363:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:371:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:379:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:387:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:395:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:403:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:411:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:419:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:427:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:435:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:443:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:452:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:465:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:472:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:479:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:487:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:495:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:502:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:509:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:516:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:523:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:530:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:538:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:545:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:1077:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:1184:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
flow-tools-0.68/src/flow-import.c:594:3: style: Variable 'dmask' is reassigned a value before the old one has been used. [redundantAssignment]
flow-tools-0.68/src/flow-import.c:593:3: note: Variable 'dmask' is reassigned a value before the old one has been used.
flow-tools-0.68/src/flow-import.c:594:3: note: Variable 'dmask' is reassigned a value before the old one has been used.
flow-tools-0.68/src/flow-print.c:2236:5: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flow-tools-0.68/src/flow-print.c:2236:5: warning: %u in format string (no. 7) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flow-tools-0.68/src/flow-print.c:243:43: style: Same expression on both sides of '|'. [duplicateExpression]
flow-tools-0.68/src/flow-print.c:244:43: style: Same expression on both sides of '|'. [duplicateExpression]
flow-tools-0.68/src/flow-print.c:671:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
flow-tools-0.68/src/flow-report.c:68:10: style: The scope of the variable 'split' can be reduced. [variableScope]
flow-tools-0.68/src/flow-report.c:68:17: style: The scope of the variable 'done' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:484:8: style: The scope of the variable 'fmt_buf' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:894:40: style: The scope of the variable 'ftch_recc32p' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:963:40: style: The scope of the variable 'ftch_recc32p' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:1234:38: style: The scope of the variable 'ftch_recipp' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:1302:38: style: The scope of the variable 'ftch_recipp' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:1370:40: style: The scope of the variable 'ftch_recip2p' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:1439:38: style: The scope of the variable 'ftch_recipp' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:1769:38: style: The scope of the variable 'ftch_recipp' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2055:40: style: The scope of the variable 'ftch_recas2p' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2179:40: style: The scope of the variable 'ftch_recif2p' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2249:43: style: The scope of the variable 'ftch_recprep' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2323:43: style: The scope of the variable 'ftch_recprep' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2397:45: style: The scope of the variable 'ftch_recpre2p' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2479:38: style: The scope of the variable 'ftch_recipp' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2657:40: style: The scope of the variable 'ftch_recc32p' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2726:40: style: The scope of the variable 'ftch_recc32p' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2795:42: style: The scope of the variable 'ftch_recc322p' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2862:12: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2862:24: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2962:12: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:2962:24: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3069:12: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3069:24: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3180:12: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3180:24: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3287:12: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3287:24: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3388:12: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3388:24: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3725:12: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3725:24: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3851:12: style: The scope of the variable 'sort_flags' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3851:24: style: The scope of the variable 'sort_offset' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:3994:7: style: The scope of the variable 'i' can be reduced. [variableScope]
flow-tools-0.68/src/flow-stat.c:1602:40: style: Variable 'nflows' is modified but its new value is never used. [unreadVariable]
flow-tools-0.68/src/flow-stat.c:1658:3: style: Variable 'nflows' is assigned a value that is never used. [unreadVariable]
flow-tools-0.68/src/flow-stat.c:3578:9: style: Variable 'plines' is not assigned a value. [unassignedVariable]
flow-tools-0.68/src/flow-stat.c:3638:9: error: Uninitialized variable: plines [uninitvar]
[22:21]

ftp://ftp.se.debian.org/debian/pool/main/f/flowblade/flowblade_1.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flowcanvas/flowcanvas_0.7.1+dfsg0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/flower/flower_0.8.3+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flowgrind/flowgrind_0.8.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/flowscan/flowscan_1.006.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flowscan-cuflow/flowscan-cuflow_1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flpsed/flpsed_0.7.3.orig.tar.gz
flpsed-0.7.3/src/GsWidget.cxx:259:10: style: The scope of the variable 'r' can be reduced. [variableScope]
flpsed-0.7.3/src/GsWidget.cxx:88:2: performance: Variable 'offscreen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flpsed-0.7.3/src/GsWidget.cxx:89:2: performance: Variable 'gs_pid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flpsed-0.7.3/src/PSEditModel.cxx:34:6: style: The scope of the variable 'old_max_pages' can be reduced. [variableScope]
flpsed-0.7.3/src/PSEditModel.cxx:194:47: style: Function 'replace_tag' argument 2 names different: declaration 'text' definition 'txt'. [funcArgNamesDifferent]
flpsed-0.7.3/src/PSEditModel.H:43:36: note: Function 'replace_tag' argument 2 names different: declaration 'text' definition 'txt'.
flpsed-0.7.3/src/PSEditModel.cxx:194:47: note: Function 'replace_tag' argument 2 names different: declaration 'text' definition 'txt'.
flpsed-0.7.3/src/PSEditModel.cxx:245:2: warning: The buffer 'tmpname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
flpsed-0.7.3/src/PSEditModel.H:30:7: style: Technically the member function 'PSEditModel::get_size' can be const. [functionConst]
flpsed-0.7.3/src/PSEditModel.cxx:148:18: note: Technically the member function 'PSEditModel::get_size' can be const.
flpsed-0.7.3/src/PSEditModel.H:30:7: note: Technically the member function 'PSEditModel::get_size' can be const.
flpsed-0.7.3/src/PSEditModel.H:37:7: style: Technically the member function 'PSEditModel::get_max_pages' can be const. [functionConst]
flpsed-0.7.3/src/PSEditModel.cxx:174:18: note: Technically the member function 'PSEditModel::get_max_pages' can be const.
flpsed-0.7.3/src/PSEditModel.H:37:7: note: Technically the member function 'PSEditModel::get_max_pages' can be const.
flpsed-0.7.3/src/PSEditModel.H:40:7: style: Technically the member function 'PSEditModel::is_cur_text' can be const. [functionConst]
flpsed-0.7.3/src/PSEditModel.cxx:113:18: note: Technically the member function 'PSEditModel::is_cur_text' can be const.
flpsed-0.7.3/src/PSEditModel.H:40:7: note: Technically the member function 'PSEditModel::is_cur_text' can be const.
flpsed-0.7.3/src/PSEditModel.cxx:21:2: style: Class 'PSEditModel' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
flpsed-0.7.3/src/PSEditModel.cxx:21:2: style: Class 'PSEditModel' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
flpsed-0.7.3/src/Postscript.H:24:3: style: Class 'PSParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flpsed-0.7.3/src/Postscript.H:35:3: style: Class 'PSParser_2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flpsed-0.7.3/src/Postscript.H:64:3: style: Class 'PSWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flpsed-0.7.3/src/Postscript.H:77:3: style: Class 'PSLevel1Writer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flpsed-0.7.3/src/Postscript.H:37:7: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flpsed-0.7.3/src/Postscript.H:27:15: note: Virtual function in base class
flpsed-0.7.3/src/Postscript.H:37:7: note: Function in derived class
flpsed-0.7.3/src/Postscript.H:72:15: style: The function 'ps_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flpsed-0.7.3/src/Postscript.H:59:23: note: Virtual function in base class
flpsed-0.7.3/src/Postscript.H:72:15: note: Function in derived class
flpsed-0.7.3/src/Postscript.H:74:15: style: The function 'ps_trailer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flpsed-0.7.3/src/Postscript.H:61:23: note: Virtual function in base class
flpsed-0.7.3/src/Postscript.H:74:15: note: Function in derived class
flpsed-0.7.3/src/PSEditText.H:94:6: style: Technically the member function 'PSEditText::is_empty' can be const. [functionConst]
flpsed-0.7.3/src/PSEditText.cxx:102:17: note: Technically the member function 'PSEditText::is_empty' can be const.
flpsed-0.7.3/src/PSEditText.H:94:6: note: Technically the member function 'PSEditText::is_empty' can be const.
flpsed-0.7.3/src/PSEditText.H:100:6: style: Technically the member function 'PSEditText::get_size' can be const. [functionConst]
flpsed-0.7.3/src/PSEditText.cxx:123:17: note: Technically the member function 'PSEditText::get_size' can be const.
flpsed-0.7.3/src/PSEditText.H:100:6: note: Technically the member function 'PSEditText::get_size' can be const.
flpsed-0.7.3/src/PSEditText.H:104:6: style: Technically the member function 'PSEditText::get_x' can be const. [functionConst]
flpsed-0.7.3/src/PSEditText.cxx:131:17: note: Technically the member function 'PSEditText::get_x' can be const.
flpsed-0.7.3/src/PSEditText.H:104:6: note: Technically the member function 'PSEditText::get_x' can be const.
flpsed-0.7.3/src/PSEditText.H:106:6: style: Technically the member function 'PSEditText::get_y' can be const. [functionConst]
flpsed-0.7.3/src/PSEditText.cxx:135:17: note: Technically the member function 'PSEditText::get_y' can be const.
flpsed-0.7.3/src/PSEditText.H:106:6: note: Technically the member function 'PSEditText::get_y' can be const.
flpsed-0.7.3/src/PSEditWidget.cxx:35:6: style: The scope of the variable 't_x' can be reduced. [variableScope]
flpsed-0.7.3/src/PSEditWidget.cxx:35:11: style: The scope of the variable 't_y' can be reduced. [variableScope]
flpsed-0.7.3/src/PSEditWidget.cxx:188:6: style: The scope of the variable 'old_bbx' can be reduced. [variableScope]
flpsed-0.7.3/src/PSEditWidget.cxx:188:15: style: The scope of the variable 'old_bby' can be reduced. [variableScope]
flpsed-0.7.3/src/PSEditWidget.cxx:188:24: style: The scope of the variable 'old_bbw' can be reduced. [variableScope]
flpsed-0.7.3/src/PSEditWidget.cxx:188:33: style: The scope of the variable 'old_bbh' can be reduced. [variableScope]
flpsed-0.7.3/src/PSEditWidget.cxx:69:15: warning: Member variable 'PSEditWidget::loaded' is not initialized in the constructor. [uninitMemberVar]
flpsed-0.7.3/src/PSEditWidget.cxx:69:15: warning: Member variable 'PSEditWidget::mod' is not initialized in the constructor. [uninitMemberVar]
flpsed-0.7.3/src/PSEditor.cxx:21:6: style: The scope of the variable 'mark_x' can be reduced. [variableScope]
flpsed-0.7.3/src/PSEditor.cxx:21:14: style: The scope of the variable 'mark_y' can be reduced. [variableScope]
flpsed-0.7.3/src/PSEditor.cxx:190:0: error: Resource leak: fp [resourceLeak]
flpsed-0.7.3/src/Postscript.cxx:208:11: warning: Member variable 'PSParser::page' is not initialized in the constructor. [uninitMemberVar]
flpsed-0.7.3/src/Postscript.cxx:266:11: warning: Member variable 'PSWriter::pos_format' is not initialized in the constructor. [uninitMemberVar]
flpsed-0.7.3/src/Postscript.cxx:266:11: warning: Member variable 'PSWriter::size_format' is not initialized in the constructor. [uninitMemberVar]
flpsed-0.7.3/src/Postscript.cxx:266:11: warning: Member variable 'PSWriter::text_format' is not initialized in the constructor. [uninitMemberVar]
flpsed-0.7.3/src/Postscript.cxx:266:11: warning: Member variable 'PSWriter::color_format' is not initialized in the constructor. [uninitMemberVar]
flpsed-0.7.3/src/Postscript.cxx:266:11: warning: Member variable 'PSWriter::glyph_format' is not initialized in the constructor. [uninitMemberVar]
flpsed-0.7.3/src/Postscript.cxx:266:11: warning: Member variable 'PSWriter::tag_format' is not initialized in the constructor. [uninitMemberVar]
flpsed-0.7.3/src/Postscript.cxx:245:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
flpsed-0.7.3/src/Postscript.cxx:248:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
flpsed-0.7.3/src/Postscript.cxx:251:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
flpsed-0.7.3/src/PostscriptDSC.H:24:7: style: Technically the member function 'PostscriptDSC::get_pages' can be const. [functionConst]
flpsed-0.7.3/src/PostscriptDSC.cxx:161:16: note: Technically the member function 'PostscriptDSC::get_pages' can be const.
flpsed-0.7.3/src/PostscriptDSC.H:24:7: note: Technically the member function 'PostscriptDSC::get_pages' can be const.
flpsed-0.7.3/src/PostscriptDSC.H:25:8: style: Technically the member function 'PostscriptDSC::get_bounding_box' can be const. [functionConst]
flpsed-0.7.3/src/PostscriptDSC.cxx:153:16: note: Technically the member function 'PostscriptDSC::get_bounding_box' can be const.
flpsed-0.7.3/src/PostscriptDSC.H:25:8: note: Technically the member function 'PostscriptDSC::get_bounding_box' can be const.
flpsed-0.7.3/src/PostscriptDSC.H:26:10: style: Technically the member function 'PostscriptDSC::get_setup_len' can be const. [functionConst]
flpsed-0.7.3/src/PostscriptDSC.cxx:166:16: note: Technically the member function 'PostscriptDSC::get_setup_len' can be const.
flpsed-0.7.3/src/PostscriptDSC.H:26:10: note: Technically the member function 'PostscriptDSC::get_setup_len' can be const.
flpsed-0.7.3/src/PostscriptDSC.H:27:10: style: Technically the member function 'PostscriptDSC::get_page_off' can be const. [functionConst]
flpsed-0.7.3/src/PostscriptDSC.cxx:171:16: note: Technically the member function 'PostscriptDSC::get_page_off' can be const.
flpsed-0.7.3/src/PostscriptDSC.H:27:10: note: Technically the member function 'PostscriptDSC::get_page_off' can be const.
flpsed-0.7.3/src/PostscriptDSC.H:28:10: style: Technically the member function 'PostscriptDSC::get_page_len' can be const. [functionConst]
flpsed-0.7.3/src/PostscriptDSC.cxx:180:16: note: Technically the member function 'PostscriptDSC::get_page_len' can be const.
flpsed-0.7.3/src/PostscriptDSC.H:28:10: note: Technically the member function 'PostscriptDSC::get_page_len' can be const.
flpsed-0.7.3/src/flpsed.cxx:147:8: style: The scope of the variable 'p' can be reduced. [variableScope]
flpsed-0.7.3/src/flpsed.cxx:149:14: style: The scope of the variable 'args' can be reduced. [variableScope]
flpsed-0.7.3/src/flpsed.cxx:211:8: style: The scope of the variable 'p' can be reduced. [variableScope]
flpsed-0.7.3/src/flpsed.cxx:213:14: style: The scope of the variable 'args' can be reduced. [variableScope]
flpsed-0.7.3/src/flpsed.cxx:511:15: style: The scope of the variable 'm' can be reduced. [variableScope]
[22:21]

ftp://ftp.se.debian.org/debian/pool/main/f/flrig/flrig_1.3.26.orig.tar.gz
flrig-1.3.26/src/main.cxx:221:6: style: The scope of the variable 'r' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT1000.cxx:143:9: warning: Identical condition 'm==4', second condition is always false [identicalConditionAfterEarlyExit]
flrig-1.3.26/src/rigs/FT1000.cxx:142:9: note: first condition
flrig-1.3.26/src/rigs/FT1000.cxx:143:9: note: second condition
flrig-1.3.26/src/rigs/FT1000MP.cxx:228:6: style: The scope of the variable 'alt' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT1000MP.cxx:229:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT1000MP.cxx:230:6: style: The scope of the variable 'i' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT100D.cxx:129:7: style: The scope of the variable 'memmode' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT100D.cxx:130:6: style: The scope of the variable 'pfreq' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT100D.cxx:130:13: style: The scope of the variable 'pmode' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT100D.cxx:130:20: style: The scope of the variable 'pbw' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT847.cxx:94:15: style: The scope of the variable 'i' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT990.cxx:141:7: style: The scope of the variable 'memmode' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT990.cxx:142:6: style: The scope of the variable 'pfreq' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT990.cxx:142:13: style: The scope of the variable 'pmode' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/FT990.cxx:142:20: style: The scope of the variable 'pbw' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7000.cxx:280:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7000.cxx:315:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7100.cxx:231:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7100.cxx:281:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC718.cxx:220:6: style: The scope of the variable 'mtr' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7300.cxx:325:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7300.cxx:327:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7300.cxx:378:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7300.cxx:380:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7300.cxx:949:0: style: Variable 'level' is assigned a value that is never used. [unreadVariable]
flrig-1.3.26/src/rigs/IC7410.cxx:202:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7410.cxx:251:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC746.cxx:688:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC746.cxx:754:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC756.cxx:460:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC756.cxx:495:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC756PRO2.cxx:470:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC756PRO2.cxx:535:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC756PRO3.cxx:887:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC756PRO3.cxx:952:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7600.cxx:325:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7600.cxx:327:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7600.cxx:378:6: style: The scope of the variable 'md' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7600.cxx:380:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/IC7600.cxx:949:0: style: Variable 'level' is assigned a value that is never used. [unreadVariable]
flrig-1.3.26/src/rigs/ICbase.cxx:96:25: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
flrig-1.3.26/src/rigs/ICbase.cxx:136:24: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
flrig-1.3.26/src/rigs/PCR1000.cxx:299:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
flrig-1.3.26/src/rigs/PCR1000.cxx:295:0: note: Variable 'ret' is reassigned a value before the old one has been used.
flrig-1.3.26/src/rigs/PCR1000.cxx:299:2: note: Variable 'ret' is reassigned a value before the old one has been used.
flrig-1.3.26/src/rigs/TS2000.cxx:408:7: style: The scope of the variable 'smtr' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS2000.cxx:426:7: style: The scope of the variable 'swrmtr' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS2000.cxx:441:7: style: The scope of the variable 'alcmtr' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS2000.cxx:499:7: style: The scope of the variable 'pctrl' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS2000.cxx:514:7: style: The scope of the variable 'volctrl' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS2000.cxx:942:7: style: The scope of the variable 'mgain' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS2000.cxx:1080:7: style: The scope of the variable 'anotch' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS2000.cxx:1164:6: style: The scope of the variable 'nrval' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS2000.cxx:820:35: error: Array 'TS2000_CWbw[11]' accessed at index 87, which is out of bounds. [arrayIndexOutOfBounds]
flrig-1.3.26/src/rigs/TS2000.cxx:831:36: error: Array 'TS2000_FSKbw[4]' accessed at index 31, which is out of bounds. [arrayIndexOutOfBounds]
flrig-1.3.26/src/rigs/TS2000.cxx:903:35: error: Array 'TS2000_CWbw[11]' accessed at index 87, which is out of bounds. [arrayIndexOutOfBounds]
flrig-1.3.26/src/rigs/TS2000.cxx:914:36: error: Array 'TS2000_FSKbw[4]' accessed at index 31, which is out of bounds. [arrayIndexOutOfBounds]
flrig-1.3.26/src/rigs/TS480HX.cxx:613:13: style: Same expression on both sides of '!=' because the value of 'menu45' and 'menu_45' are the same. [duplicateExpression]
flrig-1.3.26/src/rigs/TS480HX.cxx:610:16: note: 'menu45' is assigned value 'menu_45' here.
flrig-1.3.26/src/rigs/TS480HX.cxx:613:13: note: Same expression on both sides of '!=' because the value of 'menu45' and 'menu_45' are the same.
flrig-1.3.26/src/rigs/TS480HX.cxx:694:13: style: Same expression on both sides of '!=' because the value of 'menu45' and 'menu_45' are the same. [duplicateExpression]
flrig-1.3.26/src/rigs/TS480HX.cxx:691:16: note: 'menu45' is assigned value 'menu_45' here.
flrig-1.3.26/src/rigs/TS480HX.cxx:694:13: note: Same expression on both sides of '!=' because the value of 'menu45' and 'menu_45' are the same.
flrig-1.3.26/src/rigs/TS480HX.cxx:289:7: style: The scope of the variable 'rx' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS480SAT.cxx:614:13: style: Same expression on both sides of '!=' because the value of 'menu45' and 'menu_45' are the same. [duplicateExpression]
flrig-1.3.26/src/rigs/TS480SAT.cxx:611:16: note: 'menu45' is assigned value 'menu_45' here.
flrig-1.3.26/src/rigs/TS480SAT.cxx:614:13: note: Same expression on both sides of '!=' because the value of 'menu45' and 'menu_45' are the same.
flrig-1.3.26/src/rigs/TS480SAT.cxx:695:13: style: Same expression on both sides of '!=' because the value of 'menu45' and 'menu_45' are the same. [duplicateExpression]
flrig-1.3.26/src/rigs/TS480SAT.cxx:692:16: note: 'menu45' is assigned value 'menu_45' here.
flrig-1.3.26/src/rigs/TS480SAT.cxx:695:13: note: Same expression on both sides of '!=' because the value of 'menu45' and 'menu_45' are the same.
flrig-1.3.26/src/rigs/TS480SAT.cxx:291:7: style: The scope of the variable 'rx' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS570.cxx:786:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS590S.cxx:332:7: style: The scope of the variable 'rx' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS590SG.cxx:332:7: style: The scope of the variable 'rx' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS870S.cxx:325:7: style: The scope of the variable 'rx' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TS990.cxx:635:7: style: The scope of the variable 'rx' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT538.cxx:385:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flrig-1.3.26/src/rigs/TT550.cxx:1028:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flrig-1.3.26/src/rigs/TT550.cxx:1007:8: style: The scope of the variable 'fval' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT550.cxx:877:56: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
flrig-1.3.26/src/rigs/TT550.cxx:429:20: style: Variable 'XitAdj' is assigned a value that is never used. [unreadVariable]
flrig-1.3.26/src/rigs/TT550.cxx:1365:15: error: Array 'pwr_set[21]' accessed at index 83, which is out of bounds. [arrayIndexOutOfBounds]
flrig-1.3.26/src/rigs/TT550.cxx:1367:46: error: Array 'pwr_set[21]' accessed at index 83, which is out of bounds. [arrayIndexOutOfBounds]
flrig-1.3.26/src/rigs/TT550.cxx:1364:3: note: After for loop, sel has value 84
flrig-1.3.26/src/rigs/TT550.cxx:1366:3: note: sel is decremented', new value is 83
flrig-1.3.26/src/rigs/TT550.cxx:1367:46: note: Array index out of bounds
flrig-1.3.26/src/rigs/TT550.cxx:1367:61: error: Array 'pwr_set[21]' accessed at index 84, which is out of bounds. [arrayIndexOutOfBounds]
flrig-1.3.26/src/rigs/TT550.cxx:1364:3: note: After for loop, sel has value 84
flrig-1.3.26/src/rigs/TT550.cxx:1366:3: note: sel is decremented', new value is 83
flrig-1.3.26/src/rigs/TT550.cxx:1367:61: note: Array index out of bounds
flrig-1.3.26/src/rigs/TT588.cxx:462:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flrig-1.3.26/src/rigs/TT599.cxx:136:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:157:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:185:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:214:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:243:6: style: The scope of the variable 'w' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:244:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:269:6: style: The scope of the variable 'w' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:270:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:310:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:333:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:373:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:391:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/TT599.cxx:413:9: style: The scope of the variable 'p' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/rigbase.cxx:163:16: style: The scope of the variable 'a' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/rigbase.cxx:206:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/rigbase.cxx:250:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/rigbase.cxx:295:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
flrig-1.3.26/src/rigs/rigbase.cxx:315:25: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
flrig-1.3.26/src/rigs/rigbase.cxx:362:25: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
flrig-1.3.26/src/server/xml_server.cxx:59:2: style: Class 'rig_get_xcvr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:154:2: style: Class 'rig_get_info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:177:2: style: Class 'rig_get_update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:219:2: style: Class 'rig_get_ptt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:235:2: style: Class 'rig_get_vfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:264:2: style: Class 'rig_get_AB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:282:2: style: Class 'rig_get_notch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:301:2: style: Class 'rig_set_notch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:327:2: style: Class 'rig_get_modes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:352:2: style: Class 'rig_get_sideband' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:380:2: style: Class 'rig_get_mode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:408:2: style: Class 'rig_get_bws' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:467:2: style: Class 'rig_get_bw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:501:2: style: Class 'rig_get_smeter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:514:2: style: Class 'rig_get_pwrmeter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:566:2: style: Class 'rig_set_ptt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:593:2: style: Class 'rig_set_AB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:611:2: style: Class 'rig_set_vfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:632:2: style: Class 'rig_set_mode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:669:2: style: Class 'rig_set_bw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:691:2: style: Class 'rig_set_BW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/server/xml_server.cxx:743:2: style: Class 'rig_list_methods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/support/dialogs.cxx:344:2: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flrig-1.3.26/src/support/mingw.c:244:32: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR < 0L' is always true. [redundantCondition]
flrig-1.3.26/src/support/rig_io.cxx:50:20: warning: Either the condition 'n>(int)sizeof(iBaudRates)' is redundant or the array 'iBaudRates[12]' is accessed at index 48, which is out of bounds. [arrayIndexOutOfBoundsCond]
flrig-1.3.26/src/support/rig_io.cxx:49:8: note: Assuming that condition 'n>(int)sizeof(iBaudRates)' is not redundant
flrig-1.3.26/src/support/rig_io.cxx:50:20: note: Array index out of bounds
flrig-1.3.26/src/support/rig_io.cxx:50:20: warning: Either the condition 'n>(int)48' is redundant or the array 'iBaudRates[12]' is accessed at index 48, which is out of bounds. [arrayIndexOutOfBoundsCond]
flrig-1.3.26/src/support/rig_io.cxx:49:8: note: Assuming that condition 'n>(int)48' is not redundant
flrig-1.3.26/src/support/rig_io.cxx:50:20: note: Array index out of bounds
flrig-1.3.26/src/support/rig_io.cxx:182:40: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
flrig-1.3.26/src/support/rig_io.cxx:204:39: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
flrig-1.3.26/src/support/rig_io.cxx:243:52: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
flrig-1.3.26/src/support/rig_io.cxx:244:26: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
flrig-1.3.26/src/support/serial.cxx:296:6: style: The scope of the variable 'retnum' can be reduced. [variableScope]
flrig-1.3.26/src/support/socket_io.cxx:199:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
flrig-1.3.26/src/support/socket_io.cxx:222:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
flrig-1.3.26/src/support/status.cxx:296:14: style: Same expression on both sides of '&&'. [duplicateExpression]
flrig-1.3.26/src/support/support.cxx:234:11: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
flrig-1.3.26/src/support/support.cxx:228:6: style: The scope of the variable 'val' can be reduced. [variableScope]
flrig-1.3.26/src/support/support.cxx:1279:16: style: The scope of the variable 'bg_clr' can be reduced. [variableScope]
flrig-1.3.26/src/support/support.cxx:1318:13: style: The scope of the variable 'mode' can be reduced. [variableScope]
flrig-1.3.26/src/support/support.cxx:1319:7: style: The scope of the variable 'freq' can be reduced. [variableScope]
flrig-1.3.26/src/support/support.cxx:1343:13: style: The scope of the variable 'mode' can be reduced. [variableScope]
flrig-1.3.26/src/support/support.cxx:1344:7: style: The scope of the variable 'freq' can be reduced. [variableScope]
flrig-1.3.26/src/support/support.cxx:3599:9: style: The scope of the variable 'min' can be reduced. [variableScope]
flrig-1.3.26/src/support/support.cxx:3599:14: style: The scope of the variable 'max' can be reduced. [variableScope]
flrig-1.3.26/src/support/support.cxx:3599:19: style: The scope of the variable 'step' can be reduced. [variableScope]
flrig-1.3.26/src/support/support.cxx:3914:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flrig-1.3.26/src/support/xml_io.cxx:479:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
flrig-1.3.26/src/support/xml_io.cxx:506:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
flrig-1.3.26/src/support/xml_io.cxx:523:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
flrig-1.3.26/src/support/xml_io.cxx:554:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
flrig-1.3.26/src/support/xml_io.cxx:566:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
flrig-1.3.26/src/widgets/FreqControl.cxx:50:2: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
flrig-1.3.26/src/widgets/FreqControl.cxx:49:0: note: Variable 'v' is reassigned a value before the old one has been used.
flrig-1.3.26/src/widgets/FreqControl.cxx:50:2: note: Variable 'v' is reassigned a value before the old one has been used.
flrig-1.3.26/src/widgets/combo.cxx:90:18: warning: Logical disjunction always evaluates to true: key >= ' ' || key <= 127. [incorrectLogicOperator]
flrig-1.3.26/src/widgets/combo.cxx:409:7: style: The scope of the variable 'found' can be reduced. [variableScope]
flrig-1.3.26/src/widgets/font_browser.cxx:164:17: style: The scope of the variable 'name' can be reduced. [variableScope]
flrig-1.3.26/src/xmlrpcpp/XmlRpcBase64.h:225:0: style: The scope of the variable '_Char' can be reduced. [variableScope]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:253:43: style: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'. [funcArgNamesDifferent]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.h:97:46: note: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:253:43: note: Function 'generateRequest' argument 1 names different: declaration 'method' definition 'methodName'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_sendAttempts' is not initialized in the constructor. [uninitMemberVar]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_bytesWritten' is not initialized in the constructor. [uninitMemberVar]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_isFault' is not initialized in the constructor. [uninitMemberVar]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:50:15: warning: Member variable 'XmlRpcClient::_contentLength' is not initialized in the constructor. [uninitMemberVar]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_sendAttempts' is not initialized in the constructor. [uninitMemberVar]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_bytesWritten' is not initialized in the constructor. [uninitMemberVar]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_isFault' is not initialized in the constructor. [uninitMemberVar]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:69:15: warning: Member variable 'XmlRpcClient::_contentLength' is not initialized in the constructor. [uninitMemberVar]
flrig-1.3.26/src/xmlrpcpp/XmlRpcBase64.h:94:0: style: The struct 'three2four' does not have a constructor although it has private member variables. [noConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcBase64.h:359:0: performance: Technically the member function 'xmlrpc_base64 < char , std :: char_traits < _E > >::_getCharType' can be static. [functionStatic]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.h:85:18: warning: Virtual function 'close' is called from destructor '~XmlRpcClient()' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:95:42: note: Calling close
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.h:85:18: note: close is a virtual method
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:69:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:72:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:75:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:77:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:79:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:82:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:85:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:90:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:93:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:96:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:99:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:104:5: style: Class 'XmlRpcValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.cpp:114:3: style: Struct 'ClearFlagOnExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.h:85:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpcSource.h:60:18: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.h:85:18: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.h:90:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpcSource.h:63:22: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.h:90:22: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.h:94:18: style: The function 'doConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpcSource.h:68:18: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcClient.h:94:18: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:97:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpcSource.h:63:22: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:97:22: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcDispatch.cpp:66:58: style: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'. [funcArgNamesDifferent]
flrig-1.3.26/src/xmlrpcpp/XmlRpcDispatch.h:51:51: note: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcDispatch.cpp:66:58: note: Function 'addSource' argument 2 names different: declaration 'eventMask' definition 'mask'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcDispatch.cpp:100:29: style: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'. [funcArgNamesDifferent]
flrig-1.3.26/src/xmlrpcpp/XmlRpcDispatch.h:64:22: note: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcDispatch.cpp:100:29: note: Function 'work' argument 1 names different: declaration 'timeSeconds' definition 'timeoutSeconds'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcDispatch.h:79:12: performance: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static. [functionStatic]
flrig-1.3.26/src/xmlrpcpp/XmlRpcDispatch.cpp:186:17: note: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static.
flrig-1.3.26/src/xmlrpcpp/XmlRpcDispatch.h:79:12: note: Technically the member function 'XmlRpc::XmlRpcDispatch::getTime' can be static.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:441:18: style: The scope of the variable 'methodParams' can be reduced. [variableScope]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:177:36: style: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'. [funcArgNamesDifferent]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:97:43: note: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:177:36: note: Function 'handleEvent' argument 1 names different: declaration 'eventType' definition 'mask'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:504:56: style: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'. [funcArgNamesDifferent]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:143:58: note: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:504:56: note: Function 'generateFaultResponse' argument 1 names different: declaration 'msg' definition 'errorMsg'.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:130:17: performance: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static. [functionStatic]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:366:15: note: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:130:17: note: Technically the member function 'XmlRpc::XmlRpcServer::parseRequest' can be static.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:133:10: style: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const. [functionConst]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:398:15: note: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:133:10: note: Technically the member function 'XmlRpc::XmlRpcServer::executeMethod' can be const.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:146:17: performance: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static. [functionStatic]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:486:15: note: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.h:146:17: note: Technically the member function 'XmlRpc::XmlRpcServer::generateHeader' can be static.
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:262:3: style: Class 'ListMethods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:277:3: style: Class 'MethodHelp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServerConnection.h:49:22: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpcSource.h:63:22: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServerConnection.h:49:22: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:264:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServerMethod.h:47:18: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:264:8: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:269:15: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServerMethod.h:51:25: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:269:15: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:279:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServerMethod.h:47:18: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:279:8: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:291:15: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpcServerMethod.h:51:25: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServer.cpp:291:15: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcServerMethod.cpp:28:5: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
flrig-1.3.26/src/xmlrpcpp/XmlRpcSource.h:57:10: performance: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static. [functionStatic]
flrig-1.3.26/src/xmlrpcpp/XmlRpcSource.cpp:69:17: note: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static.
flrig-1.3.26/src/xmlrpcpp/XmlRpcSource.h:57:10: note: Technically the member function 'XmlRpc::XmlRpcSource::setSslEnabled' can be static.
flrig-1.3.26/src/xmlrpcpp/XmlRpcUtil.cpp:49:8: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpc.h:83:18: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcUtil.cpp:49:8: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcUtil.cpp:67:8: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
flrig-1.3.26/src/xmlrpcpp/XmlRpc.h:54:18: note: Virtual function in base class
flrig-1.3.26/src/xmlrpcpp/XmlRpcUtil.cpp:67:8: note: Function in derived class
flrig-1.3.26/src/xmlrpcpp/XmlRpcUtil.cpp:97:3: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
flrig-1.3.26/src/xmlrpcpp/XmlRpcUtil.cpp:109:1: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:500:43: warning: Possible null pointer dereference: offset [nullPointer]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:318:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:500:43: note: Null pointer dereference
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:505:45: warning: Possible null pointer dereference: offset [nullPointer]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:318:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:505:45: note: Null pointer dereference
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:515:6: warning: Possible null pointer dereference: offset [nullPointer]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:318:36: note: Calling function 'binaryFromXml', 2nd argument 'offset' value is 0
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:515:6: note: Null pointer dereference
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:191:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:192:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:277:17: performance: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static. [functionStatic]
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.cpp:384:28: note: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static.
flrig-1.3.26/src/xmlrpcpp/XmlRpcValue.h:277:17: note: Technically the member function 'XmlRpc::XmlRpcValue::nilToXml' can be static.
[22:21]

ftp://ftp.se.debian.org/debian/pool/main/f/fltk1.1/fltk1.1_1.1.10.orig.tar.gz
fltk-1.1.10/fluid/CodeEditor.cxx:267:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Function_Type.cxx:254:19: warning: Possible null pointer dereference: rtype [nullPointer]
fltk-1.1.10/fluid/Fl_Function_Type.cxx:252:60: note: Assignment 'rtype=0', assigned value is 0
fltk-1.1.10/fluid/Fl_Function_Type.cxx:254:19: note: Null pointer dereference
fltk-1.1.10/fluid/Fl_Type.h:594:41: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.h:670:55: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Function_Type.cxx:1023:14: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Function_Type.cxx:1174:37: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.h:152:1: style: The class 'Fl_Function_Type' does not have a constructor although it has private member variables. [noConstructor]
fltk-1.1.10/fluid/Fl_Type.h:186:1: style: The class 'Fl_CodeBlock_Type' does not have a constructor although it has private member variables. [noConstructor]
fltk-1.1.10/fluid/Fl_Type.h:202:1: style: The class 'Fl_Decl_Type' does not have a constructor although it has private member variables. [noConstructor]
fltk-1.1.10/fluid/Fl_Type.h:217:1: style: The class 'Fl_DeclBlock_Type' does not have a constructor although it has private member variables. [noConstructor]
fltk-1.1.10/fluid/Fl_Type.h:234:1: style: The class 'Fl_Comment_Type' does not have a constructor although it has private member variables. [noConstructor]
fltk-1.1.10/fluid/Fl_Type.h:251:1: style: The class 'Fl_Class_Type' does not have a constructor although it has private member variables. [noConstructor]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::mx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::my' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::x1' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::y1' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::bx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::by' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::br' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::bt' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::sx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::sy' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::sr' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::st' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::numselected' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:500:3: warning: Member variable 'Fl_Window_Type::recalc' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:160:7: style: Technically the member function 'Fl_Function_Type::ismain' can be const. [functionConst]
fltk-1.1.10/fluid/Fluid_Image.h:43:3: style: Class 'Fluid_Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fltk-1.1.10/fluid/Fl_Type.h:156:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:156:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:157:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:157:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:158:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:158:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:159:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:109:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:159:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:161:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:161:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:162:23: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:89:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:162:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:165:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:131:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:165:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:166:7: style: The function 'is_code_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:166:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:167:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:144:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:167:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:168:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:168:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:169:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:113:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:169:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:170:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:114:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:170:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:176:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:176:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:177:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:177:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:178:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:178:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:179:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:109:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:179:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:180:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:180:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:181:7: style: The function 'is_code_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:181:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:182:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:182:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:183:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:144:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:183:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:189:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:189:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:190:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:190:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:191:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:191:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:192:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:109:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:192:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:193:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:193:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:194:7: style: The function 'is_code_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:194:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:195:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:131:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:195:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:196:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:144:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:196:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:197:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:197:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:198:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:113:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:198:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:199:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:114:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:199:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:206:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:206:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:207:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:207:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:208:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:208:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:209:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:109:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:209:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:210:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:210:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:211:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:113:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:211:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:212:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:114:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:212:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:213:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:144:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:213:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:214:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:214:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:221:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:221:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:222:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:222:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:223:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:223:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:224:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:109:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:224:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:225:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:225:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:226:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:113:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:226:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:227:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:114:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:227:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:228:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:131:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:228:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:229:7: style: The function 'is_decl_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:141:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:229:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:230:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:144:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:230:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:231:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:231:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:238:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:238:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:239:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:239:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:240:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:240:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:241:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:109:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:241:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:242:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:242:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:243:23: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:89:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:243:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:244:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:113:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:244:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:245:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:114:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:245:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:246:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:144:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:246:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:247:15: style: The function 'is_comment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:142:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:247:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:248:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:248:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:259:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:259:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:260:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:260:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:261:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:261:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:262:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:109:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:262:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:263:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:263:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:264:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:131:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:264:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:265:7: style: The function 'is_decl_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:141:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:265:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:266:7: style: The function 'is_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:143:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:266:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:267:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:144:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:267:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:268:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:268:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:269:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:113:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:269:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:270:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:114:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:270:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:285:16: style: The function 'setlabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:49:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:285:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:296:8: style: The function 'write_static' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:118:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:296:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:297:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:297:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:301:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:301:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:318:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:318:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:319:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:109:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:319:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:339:15: style: The function 'is_widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:132:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:339:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:340:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:144:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:340:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:342:16: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:113:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:342:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:343:16: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:114:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:343:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:344:15: style: The function 'read_fdesign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:115:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:344:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:346:22: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:123:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:346:22: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:347:16: style: The function 'leave_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:124:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:347:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:348:16: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:348:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:384:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:384:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:385:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:385:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:387:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:387:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:388:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:388:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:389:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:389:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:390:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:390:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:391:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:104:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:391:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:392:8: style: The function 'move_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:105:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:392:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:393:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:106:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:393:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:394:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:131:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:394:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:395:7: style: The function 'is_group' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:138:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:395:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:396:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:396:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:398:22: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:346:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:398:22: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:399:16: style: The function 'leave_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:347:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:399:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:400:16: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:348:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:400:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:407:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:407:17: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:409:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:384:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:409:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:410:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:410:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:411:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:411:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:412:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:400:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:412:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:419:16: style: The function 'ideal_spacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:351:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:419:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:424:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:384:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:424:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:425:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:425:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:427:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:427:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:428:12: style: The function 'click_test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:103:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:428:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:429:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:104:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:429:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:430:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:106:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:430:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:431:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:431:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:432:14: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:398:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:432:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:439:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:439:17: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:441:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:384:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:441:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:442:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:442:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:443:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:443:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:444:14: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:398:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:444:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:445:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:400:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:445:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:452:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:384:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:452:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:453:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:453:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:454:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:454:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:455:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:400:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:455:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:462:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:384:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:462:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:463:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:463:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:465:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:465:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:466:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:466:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:474:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:474:17: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:489:16: style: The function 'setlabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:285:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:489:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:490:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:490:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:491:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:491:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:492:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:492:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:493:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:493:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:496:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:496:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:503:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:503:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:504:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:504:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:506:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:109:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:506:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:511:16: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:342:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:511:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:512:16: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:343:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:512:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:513:15: style: The function 'read_fdesign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:344:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:513:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:515:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:104:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:515:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:516:8: style: The function 'move_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:105:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:516:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:517:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:106:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:517:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:519:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:131:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:519:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:520:7: style: The function 'is_group' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:138:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:520:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:521:7: style: The function 'is_window' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:139:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:521:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:523:14: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:346:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:523:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:524:8: style: The function 'leave_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:347:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:524:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:525:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:348:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:525:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:540:16: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:511:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:540:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:541:16: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:512:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:541:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:543:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:543:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:544:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:544:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:545:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:545:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:546:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:504:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:546:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:547:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:547:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:548:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:131:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:548:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:549:7: style: The function 'is_code_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:549:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:550:7: style: The function 'is_decl_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:141:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:550:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:551:7: style: The function 'is_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:143:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:551:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:559:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:559:17: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:560:15: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:560:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:561:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:561:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:562:7: style: The function 'is_menu_item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:136:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:562:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:563:7: style: The function 'is_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:133:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:563:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:564:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:564:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:565:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:565:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:568:8: style: The function 'write_static' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:118:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:568:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:570:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:570:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:571:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:571:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:572:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:572:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:577:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:577:17: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:578:15: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:578:15: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:579:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:131:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:579:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:580:7: style: The function 'is_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:133:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:580:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:581:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:82:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:581:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:584:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:104:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:584:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:585:8: style: The function 'move_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:105:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:585:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:586:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:106:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:586:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:587:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:587:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:593:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:593:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:605:7: style: The function 'is_menu_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:137:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:605:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:606:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:131:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:606:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:613:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:104:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:613:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:614:8: style: The function 'move_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:105:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:614:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:615:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:106:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:615:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:616:12: style: The function 'click_test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:103:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:616:12: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:617:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:617:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:618:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:348:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:618:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:625:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:625:17: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:627:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:627:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:634:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:634:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:635:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:635:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:637:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:637:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:638:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:638:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:646:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:646:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:657:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:657:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:658:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:658:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:663:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:663:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:664:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:664:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:669:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:669:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:681:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:681:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:691:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:691:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:692:20: style: The function 'click_test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:103:20: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:692:20: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:693:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:693:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:699:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:699:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:700:16: style: The function 'build_menu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:608:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:700:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:701:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:701:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:702:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:348:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:702:8: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:709:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:709:16: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:714:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:714:23: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:715:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:715:14: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:716:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:716:19: note: Function in derived class
fltk-1.1.10/fluid/Fl_Type.h:717:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/Fl_Type.h:717:7: note: Function in derived class
fltk-1.1.10/fluid/Fl_Group_Type.cxx:53:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:60:25: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:79:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:81:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:175:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:194:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:195:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:208:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:214:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:223:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Group_Type.cxx:224:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:165:31: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:157:10: note: Assuming that condition 't' is not redundant
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:165:31: note: Null pointer dereference
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:234:21: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:233:29: note: Assuming that condition 't' is not redundant
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:234:21: note: Null pointer dereference
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:246:23: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:245:22: note: Assuming that condition 't' is not redundant
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:246:23: note: Null pointer dereference
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:70:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:76:30: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:81:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:84:30: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:235:6: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:247:30: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:253:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:413:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:419:30: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:424:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:427:30: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:462:12: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:531:12: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:600:31: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:603:26: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.h:566:15: style: Technically the member function 'Fl_Menu_Item_Type::menu_name' can be const. [functionConst]
fltk-1.1.10/fluid/Fl_Menu_Type.cxx:154:32: note: Technically the member function 'Fl_Menu_Item_Type::menu_name' can be const.
fltk-1.1.10/fluid/Fl_Type.h:566:15: note: Technically the member function 'Fl_Menu_Item_Type::menu_name' can be const.
fltk-1.1.10/fluid/Fl_Type.cxx:214:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:226:57: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:228:57: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:230:59: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:232:51: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:235:11: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:251:16: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:314:16: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:363:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:373:9: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:385:9: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:399:11: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:529:41: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:788:26: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:857:37: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Type.cxx:192:36: style: Function 'make_widget_browser' argument 1 names different: declaration 'X' definition 'x'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:720:36: note: Function 'make_widget_browser' argument 1 names different: declaration 'X' definition 'x'.
fltk-1.1.10/fluid/Fl_Type.cxx:192:36: note: Function 'make_widget_browser' argument 1 names different: declaration 'X' definition 'x'.
fltk-1.1.10/fluid/Fl_Type.cxx:192:42: style: Function 'make_widget_browser' argument 2 names different: declaration 'Y' definition 'y'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:720:42: note: Function 'make_widget_browser' argument 2 names different: declaration 'Y' definition 'y'.
fltk-1.1.10/fluid/Fl_Type.cxx:192:42: note: Function 'make_widget_browser' argument 2 names different: declaration 'Y' definition 'y'.
fltk-1.1.10/fluid/Fl_Type.cxx:192:48: style: Function 'make_widget_browser' argument 3 names different: declaration 'W' definition 'w'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:720:48: note: Function 'make_widget_browser' argument 3 names different: declaration 'W' definition 'w'.
fltk-1.1.10/fluid/Fl_Type.cxx:192:48: note: Function 'make_widget_browser' argument 3 names different: declaration 'W' definition 'w'.
fltk-1.1.10/fluid/Fl_Type.cxx:192:54: style: Function 'make_widget_browser' argument 4 names different: declaration 'H' definition 'h'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:720:54: note: Function 'make_widget_browser' argument 4 names different: declaration 'H' definition 'h'.
fltk-1.1.10/fluid/Fl_Type.cxx:192:54: note: Function 'make_widget_browser' argument 4 names different: declaration 'H' definition 'h'.
fltk-1.1.10/fluid/Fl_Type.cxx:464:28: style: Function 'add' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:84:21: note: Function 'add' argument 1 names different: declaration 'parent' definition 'p'.
fltk-1.1.10/fluid/Fl_Type.cxx:464:28: note: Function 'add' argument 1 names different: declaration 'parent' definition 'p'.
fltk-1.1.10/fluid/Fl_Type.cxx:504:31: style: Function 'insert' argument 1 names different: declaration 'n' definition 'g'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:85:24: note: Function 'insert' argument 1 names different: declaration 'n' definition 'g'.
fltk-1.1.10/fluid/Fl_Type.cxx:504:31: note: Function 'insert' argument 1 names different: declaration 'n' definition 'g'.
fltk-1.1.10/fluid/Fl_Type.cxx:430:10: warning: Member variable 'Fl_Type::open_' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:222:28: warning: Either the condition 'n<=4' is redundant or the array 'extra_code_[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:2531:23: note: Assuming that condition 'n<=4' is not redundant
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:2532:13: note: Calling function 'extra_code', 1st argument 'm' value is 4
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:222:28: note: Array index out of bounds
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:268:14: warning: Either the condition 'parent' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:263:15: note: Assuming that condition 'parent' is not redundant
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:268:14: note: Null pointer dereference
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:637:15: warning: Either the condition 'i' is redundant or there is possible null pointer dereference: i. [nullPointerRedundantCheck]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:630:12: note: Assuming that condition 'i' is not redundant
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:637:15: note: Null pointer dereference
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:65:25: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:106:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:110:9: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:255:6: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:266:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:270:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:329:29: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:354:3: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:395:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:401:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:421:5: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:437:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:443:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:463:5: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:476:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:482:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:496:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:503:25: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:521:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:528:25: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:546:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:553:25: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:571:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:578:25: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:596:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:604:35: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:727:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:762:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:766:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:769:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:813:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:831:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:894:5: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:911:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:938:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:979:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:999:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1034:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1057:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1081:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1100:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1144:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1257:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1275:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1303:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1324:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1348:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1365:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1371:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1382:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1388:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1399:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1405:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1416:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1422:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1436:31: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1453:31: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1478:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1507:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1540:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1573:29: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1607:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1654:29: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1754:31: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1787:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1791:40: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:2136:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:2327:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:2572:32: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:2646:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:416:9: style: The scope of the variable 'mod' can be reduced. [variableScope]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:458:9: style: The scope of the variable 'mod' can be reduced. [variableScope]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:2014:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:221:37: warning: Function 'extra_code' argument order different: declaration 'n, ' definition 'm, n' [funcArgOrderDifferent]
fltk-1.1.10/fluid/Fl_Type.h:322:23: note: Function 'extra_code' argument order different: declaration 'n, ' definition 'm, n'
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:221:37: note: Function 'extra_code' argument order different: declaration 'n, ' definition 'm, n'
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1817:33: style: Function 'selection_changed' argument 1 names different: declaration 'new_current' definition 'p'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:723:33: note: Function 'selection_changed' argument 1 names different: declaration 'new_current' definition 'p'.
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:1817:33: note: Function 'selection_changed' argument 1 names different: declaration 'new_current' definition 'p'.
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:200:17: warning: Member variable 'Fl_Widget_Type::live_widget' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:299:8: style: Technically the member function 'Fl_Widget_Type::write_extra_code' can be const. [functionConst]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:2287:22: note: Technically the member function 'Fl_Widget_Type::write_extra_code' can be const.
fltk-1.1.10/fluid/Fl_Type.h:299:8: note: Technically the member function 'Fl_Widget_Type::write_extra_code' can be const.
fltk-1.1.10/fluid/Fl_Type.h:302:8: style: Technically the member function 'Fl_Widget_Type::write_color' can be const. [functionConst]
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:2095:22: note: Technically the member function 'Fl_Widget_Type::write_color' can be const.
fltk-1.1.10/fluid/Fl_Type.h:302:8: note: Technically the member function 'Fl_Widget_Type::write_color' can be const.
fltk-1.1.10/fluid/Fl_Widget_Type.cxx:373:7: error: Common realloc mistake: 'oldlabel' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:68:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:69:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:70:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:71:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:81:27: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:112:11: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:382:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:383:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:389:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:395:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:397:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:407:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:424:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:437:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:439:6: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:448:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:450:6: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:475:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:481:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:558:6: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:703:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:728:29: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:761:29: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:855:32: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1064:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1070:26: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1081:27: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1082:8: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1102:29: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1110:27: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1124:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1151:29: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1217:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:1234:6: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:563:59: style: Function 'newposition' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:487:42: note: Function 'newposition' argument 2 names different: declaration 'x' definition 'X'.
fltk-1.1.10/fluid/Fl_Window_Type.cxx:563:59: note: Function 'newposition' argument 2 names different: declaration 'x' definition 'X'.
fltk-1.1.10/fluid/Fl_Window_Type.cxx:563:66: style: Function 'newposition' argument 3 names different: declaration 'y' definition 'Y'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:487:49: note: Function 'newposition' argument 3 names different: declaration 'y' definition 'Y'.
fltk-1.1.10/fluid/Fl_Window_Type.cxx:563:66: note: Function 'newposition' argument 3 names different: declaration 'y' definition 'Y'.
fltk-1.1.10/fluid/Fl_Window_Type.cxx:563:73: style: Function 'newposition' argument 4 names different: declaration 'w' definition 'R'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:487:56: note: Function 'newposition' argument 4 names different: declaration 'w' definition 'R'.
fltk-1.1.10/fluid/Fl_Window_Type.cxx:563:73: note: Function 'newposition' argument 4 names different: declaration 'w' definition 'R'.
fltk-1.1.10/fluid/Fl_Window_Type.cxx:563:80: style: Function 'newposition' argument 5 names different: declaration 'h' definition 'T'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:487:63: note: Function 'newposition' argument 5 names different: declaration 'h' definition 'T'.
fltk-1.1.10/fluid/Fl_Window_Type.cxx:563:80: note: Function 'newposition' argument 5 names different: declaration 'h' definition 'T'.
fltk-1.1.10/fluid/Fl_Window_Type.cxx:284:3: warning: Member variable 'Overlay_Window::window' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/fluid/Fl_Type.h:487:8: style: Technically the member function 'Fl_Window_Type::newposition' can be const. [functionConst]
fltk-1.1.10/fluid/Fl_Window_Type.cxx:563:22: note: Technically the member function 'Fl_Window_Type::newposition' can be const.
fltk-1.1.10/fluid/Fl_Type.h:487:8: note: Technically the member function 'Fl_Window_Type::newposition' can be const.
fltk-1.1.10/fluid/Fluid_Image.cxx:200:7: style: The scope of the variable 'a' can be reduced. [variableScope]
fltk-1.1.10/fluid/Fluid_Image.cxx:182:38: style: Function 'Fluid_Image' argument 1 names different: declaration 'name' definition 'iname'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fluid_Image.h:43:27: note: Function 'Fluid_Image' argument 1 names different: declaration 'name' definition 'iname'.
fltk-1.1.10/fluid/Fluid_Image.cxx:182:38: note: Function 'Fluid_Image' argument 1 names different: declaration 'name' definition 'iname'.
fltk-1.1.10/fluid/Fluid_Image.cxx:173:17: error: Common realloc mistake: 'images' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/fluid/align_widget.cxx:55:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:70:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:74:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:88:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:107:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:111:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:126:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:141:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:145:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:159:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:174:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:178:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:192:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:211:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:215:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:230:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:245:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:249:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:264:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:286:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:290:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:307:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:329:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:333:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:351:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:366:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:370:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:384:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:399:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:403:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:417:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:434:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:438:7: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:458:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:459:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:468:5: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:487:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:488:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:497:5: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:523:23: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:528:8: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/align_widget.cxx:466:27: style: Same expression on both sides of '&&'. [duplicateExpression]
fltk-1.1.10/fluid/code.cxx:473:8: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/code.cxx:500:8: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/code.cxx:552:8: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/code.cxx:335:28: style: Function 'write_code' argument 1 names different: declaration 'cfile' definition 's'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:737:28: note: Function 'write_code' argument 1 names different: declaration 'cfile' definition 's'.
fltk-1.1.10/fluid/code.cxx:335:28: note: Function 'write_code' argument 1 names different: declaration 'cfile' definition 's'.
fltk-1.1.10/fluid/code.cxx:335:43: style: Function 'write_code' argument 2 names different: declaration 'hfile' definition 't'. [funcArgNamesDifferent]
fltk-1.1.10/fluid/Fl_Type.h:737:47: note: Function 'write_code' argument 2 names different: declaration 'hfile' definition 't'.
fltk-1.1.10/fluid/code.cxx:335:43: note: Function 'write_code' argument 2 names different: declaration 'hfile' definition 't'.
fltk-1.1.10/fluid/code.cxx:122:3: style: Struct 'included' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fltk-1.1.10/fluid/factory.cxx:245:43: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:292:55: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:335:53: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:367:43: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:409:43: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:463:41: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:503:49: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:543:53: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:583:51: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:803:51: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:842:53: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:868:53: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:911:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:914:28: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:1041:20: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:1062:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/factory.cxx:79:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:79:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:80:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:80:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:82:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:82:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:83:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:83:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:96:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:96:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:98:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:98:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:103:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:103:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:104:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:104:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:106:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:106:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:107:7: style: The function 'is_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:133:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:107:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:108:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:108:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:117:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:98:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:117:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:123:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:103:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:123:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:124:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:124:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:126:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:126:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:127:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:127:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:136:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:136:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:137:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:137:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:139:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:139:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:140:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:140:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:149:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:98:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:149:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:153:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:103:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:153:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:154:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:154:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:156:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:156:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:157:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:157:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:166:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:98:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:166:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:170:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:103:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:170:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:171:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:171:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:173:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:173:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:174:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:174:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:183:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:98:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:183:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:187:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:103:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:187:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:188:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:188:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:190:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:190:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:191:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:191:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:210:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:210:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:211:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:211:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:213:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:213:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:225:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:225:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:226:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:226:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:239:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:239:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:240:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:240:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:257:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:257:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:258:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:258:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:260:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:260:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:272:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:272:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:273:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:273:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:286:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:286:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:287:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:287:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:304:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:304:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:305:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:305:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:307:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:307:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:319:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:319:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:320:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:320:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:329:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:329:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:330:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:330:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:354:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:354:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:355:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:355:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:356:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:134:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:356:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:357:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:357:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:359:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:359:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:360:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:360:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:362:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:362:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:386:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:386:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:387:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:387:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:388:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:388:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:390:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:390:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:400:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:400:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:401:7: style: The function 'is_spinner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:135:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:401:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:402:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:402:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:404:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:404:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:431:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:431:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:432:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:432:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:434:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:434:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:444:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:444:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:445:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:445:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:450:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:450:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:451:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:451:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:452:16: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:348:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:452:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:478:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:478:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:479:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:479:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:481:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:481:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:491:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:491:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:492:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:492:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:497:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:497:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:498:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:498:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:518:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:518:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:520:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:520:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:532:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:532:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:533:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:533:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:537:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:537:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:538:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:538:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:558:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:558:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:560:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:560:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:572:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:572:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:573:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:573:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:577:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:577:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:578:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:578:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:599:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:599:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:600:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:600:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:602:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:602:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:603:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:603:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:612:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:612:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:624:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:624:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:625:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:625:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:632:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:632:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:633:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:633:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:642:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:642:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:643:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:643:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:647:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:647:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:648:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:648:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:656:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:134:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:656:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:658:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:658:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:659:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:659:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:661:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:661:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:662:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:662:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:675:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:675:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:676:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:134:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:676:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:678:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:678:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:679:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:679:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:681:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:681:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:682:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:682:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:694:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:694:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:695:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:134:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:695:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:697:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:697:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:698:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:698:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:700:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:700:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:701:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:701:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:717:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:717:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:718:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:134:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:718:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:720:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:720:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:721:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:721:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:723:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:723:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:724:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:724:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:733:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:733:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:734:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:134:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:734:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:736:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:720:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:736:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:737:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:737:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:739:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:739:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:740:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:740:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:752:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:337:25: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:752:17: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:754:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:434:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:754:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:764:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:444:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:764:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:765:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:765:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:770:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:770:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:771:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:771:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:780:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:780:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:790:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:790:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:791:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:791:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:792:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:134:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:792:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:793:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:793:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:797:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:797:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:798:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:798:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:819:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:350:16: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:819:16: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:829:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:90:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:829:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:830:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:830:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:831:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:134:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:831:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:832:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:832:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:836:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:836:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:837:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:837:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:857:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:336:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:857:7: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:859:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/factory.cxx:720:23: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:859:23: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:860:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:283:22: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:860:14: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:862:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:284:27: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:862:19: note: Function in derived class
fltk-1.1.10/fluid/factory.cxx:863:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.1.10/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.1.10/fluid/factory.cxx:863:7: note: Function in derived class
fltk-1.1.10/fluid/file.cxx:470:8: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/file.cxx:611:16: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/file.cxx:619:19: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/file.cxx:634:11: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/file.cxx:637:13: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/file.cxx:230:7: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/fluid/fluid.cxx:1201:30: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/fluid/print_panel.cxx:513:6: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.1.10/fluid/print_panel.cxx:513:31: style: The scope of the variable 'nptr' can be reduced. [variableScope]
fltk-1.1.10/fluid/print_panel.cxx:513:51: style: The scope of the variable 'qptr' can be reduced. [variableScope]
fltk-1.1.10/fluid/print_panel.cxx:559:9: style: The scope of the variable 'lpstat' can be reduced. [variableScope]
fltk-1.1.10/fluid/print_panel.cxx:560:6: style: The scope of the variable 'command' can be reduced. [variableScope]
fltk-1.1.10/fluid/fluid.cxx:1142:9: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
fltk-1.1.10/fluid/fluid.cxx:1163:9: style: The scope of the variable 'command' can be reduced. [variableScope]
fltk-1.1.10/fluid/fluid.cxx:2106:15: style: The scope of the variable 'basename' can be reduced. [variableScope]
fltk-1.1.10/fluid/fluid.cxx:2107:15: style: The scope of the variable 'title' can be reduced. [variableScope]
fltk-1.1.10/fluid/print_panel.cxx:531:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fltk-1.1.10/fluid/print_panel.cxx:539:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fltk-1.1.10/fluid/template_panel.cxx:193:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcapimin.c:122:16: style: The scope of the variable 'qtbl' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcapimin.c:123:15: style: The scope of the variable 'htbl' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccoefct.c:249:14: style: The scope of the variable 'blocks_across' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccoefct.c:250:15: style: The scope of the variable 'h_samp_factor' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccoefct.c:250:53: style: The scope of the variable 'ndummy' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:137:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:138:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:138:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:138:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:193:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:194:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:233:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:233:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:233:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:233:48: style: The scope of the variable 'outptr3' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jccolor.c:285:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcdctmgr.c:57:11: style: The scope of the variable 'qtblno' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcdctmgr.c:59:16: style: The scope of the variable 'qtbl' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcdctmgr.c:198:25: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcdctmgr.c:227:24: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcdctmgr.c:227:30: style: The scope of the variable 'qval' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcdctmgr.c:288:25: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcdctmgr.c:318:27: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:109:11: style: The scope of the variable 'dctbl' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:109:18: style: The scope of the variable 'actbl' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:480:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:481:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:649:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:711:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:711:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:713:8: style: The scope of the variable 'v' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:849:11: style: The scope of the variable 'dctbl' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jchuff.c:849:18: style: The scope of the variable 'actbl' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmainct.c:248:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmainct.c:249:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmarker.c:200:9: warning: Either the condition 'htbl==NULL' is redundant or there is possible null pointer dereference: htbl. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jcmarker.c:197:12: note: Assuming that condition 'htbl==NULL' is not redundant
fltk-1.1.10/jpeg/jcmarker.c:200:9: note: Null pointer dereference
fltk-1.1.10/jpeg/jcmarker.c:188:7: style: The scope of the variable 'length' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmarker.c:188:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmarker.c:311:10: style: The scope of the variable 'td' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmarker.c:311:14: style: The scope of the variable 'ta' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmarker.c:554:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmarker.c:555:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmaster.c:136:15: style: The scope of the variable 'ncomps' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmaster.c:137:7: style: The scope of the variable 'Ss' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmaster.c:137:11: style: The scope of the variable 'Se' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmaster.c:137:15: style: The scope of the variable 'Ah' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmaster.c:137:19: style: The scope of the variable 'Al' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmaster.c:312:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmaster.c:312:11: style: The scope of the variable 'mcublks' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcmaster.c:55:27: style: Checking if unsigned variable 'cinfo->image_height' is less than zero. [unsignedLessThanZero]
fltk-1.1.10/jpeg/jcmaster.c:55:54: style: Checking if unsigned variable 'cinfo->image_width' is less than zero. [unsignedLessThanZero]
fltk-1.1.10/jpeg/jcparam.c:34:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcparam.c:512:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:318:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:318:22: style: The scope of the variable 'nbits' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:349:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:380:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:380:22: style: The scope of the variable 'temp2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:381:16: style: The scope of the variable 'nbits' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:382:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:385:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:467:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcphuff.c:574:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcprepct.c:135:7: style: The scope of the variable 'numrows' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcprepct.c:136:14: style: The scope of the variable 'inrows' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcprepct.c:318:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcprepct.c:319:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:91:20: style: The scope of the variable 'pixval' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:92:16: style: The scope of the variable 'count' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:93:7: style: The scope of the variable 'row' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:121:14: style: The scope of the variable 'in_ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:121:22: style: The scope of the variable 'out_ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:146:19: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:218:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:218:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:219:16: style: The scope of the variable 'bias' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:255:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:255:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:255:37: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:256:16: style: The scope of the variable 'bias' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:298:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:298:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:298:37: style: The scope of the variable 'above_ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:298:48: style: The scope of the variable 'below_ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:298:59: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:299:9: style: The scope of the variable 'membersum' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:299:20: style: The scope of the variable 'neighsum' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:398:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:398:28: style: The scope of the variable 'above_ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:398:39: style: The scope of the variable 'below_ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:398:50: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:399:9: style: The scope of the variable 'membersum' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:399:20: style: The scope of the variable 'neighsum' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:400:7: style: The scope of the variable 'colsum' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:400:15: style: The scope of the variable 'lastcolsum' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jcsample.c:400:27: style: The scope of the variable 'nextcolsum' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jctrans.c:68:15: style: The scope of the variable 'c_quant' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jctrans.c:68:25: style: The scope of the variable 'slot_quant' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdatasrc.c:97:14: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
fltk-1.1.10/jpeg/jdcoefct.c:440:15: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fltk-1.1.10/jpeg/jdcoefct.c:411:16: style: The scope of the variable 'qtable' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcoefct.c:696:13: style: The scope of the variable 'access_rows' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:126:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:127:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:127:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:127:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:251:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:252:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:252:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:252:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:307:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdcolor.c:95:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdcolor.c:98:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jddctmgr.c:60:19: style: union member 'multiplier_table::islow_array' is never used. [unusedStructMember]
fltk-1.1.10/jpeg/jddctmgr.c:62:19: style: union member 'multiplier_table::ifast_array' is never used. [unusedStructMember]
fltk-1.1.10/jpeg/jddctmgr.c:65:19: style: union member 'multiplier_table::float_array' is never used. [unusedStructMember]
fltk-1.1.10/jpeg/jdhuff.c:89:17: style: The scope of the variable 'dctbl' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdhuff.c:89:24: style: The scope of the variable 'actbl' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdhuff.c:408:3: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
fltk-1.1.10/jpeg/jdhuff.c:416:5: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
fltk-1.1.10/jpeg/jdhuff.c:454:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdhuff.c:455:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdhuff.c:456:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdhuff.c:457:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdinput.c:125:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdinput.c:125:11: style: The scope of the variable 'mcublks' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmainct.c:163:11: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmainct.c:204:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmainct.c:244:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmainct.c:273:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmainct.c:273:22: style: The scope of the variable 'iMCUheight' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmainct.c:273:34: style: The scope of the variable 'rows_left' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmainct.c:479:11: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmarker.c:512:30: warning: Either the condition 'n>=4' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
fltk-1.1.10/jpeg/jdmarker.c:509:11: note: Assuming that condition 'n>=4' is not redundant
fltk-1.1.10/jpeg/jdmarker.c:512:30: note: Array index out of bounds
fltk-1.1.10/jpeg/jdmarker.c:425:17: style: The scope of the variable 'count' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmarker.c:494:13: style: The scope of the variable 'prec' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmarker.c:667:16: style: The scope of the variable 'version' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmarker.c:667:25: style: The scope of the variable 'flags0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmarker.c:667:33: style: The scope of the variable 'flags1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmarker.c:667:41: style: The scope of the variable 'transform' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmarker.c:267:27: style: Checking if unsigned variable 'cinfo->image_height' is less than zero. [unsignedLessThanZero]
fltk-1.1.10/jpeg/jdmarker.c:267:54: style: Checking if unsigned variable 'cinfo->image_width' is less than zero. [unsignedLessThanZero]
fltk-1.1.10/jpeg/jdmerge.c:152:12: style: The scope of the variable 'work_ptrs' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdmerge.c:108:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdmerge.c:111:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdphuff.c:97:8: style: The scope of the variable 'coef_bit_ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdphuff.c:214:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdphuff.c:215:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdphuff.c:216:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdphuff.c:217:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdphuff.c:496:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.1.10/jpeg/jdpostct.c:165:28: style: The scope of the variable 'num_rows' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:96:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:97:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:194:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:197:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:237:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:239:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:265:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:267:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:308:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:308:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:309:16: style: The scope of the variable 'invalue' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:404:11: style: The scope of the variable 'need_buffer' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:405:7: style: The scope of the variable 'h_in_group' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:405:19: style: The scope of the variable 'v_in_group' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:405:31: style: The scope of the variable 'h_out_group' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jdsample.c:405:44: style: The scope of the variable 'v_out_group' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jidctflt.c:78:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jidctfst.c:178:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jidctint.c:158:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jidctred.c:127:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jidctred.c:279:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:1067:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1067:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1068:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1068:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1069:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1069:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1070:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1070:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1071:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1071:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1072:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1072:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1073:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1073:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1074:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1074:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1075:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1075:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1076:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1076:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1077:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1077:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1080:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1080:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:1083:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.1.10/jpeg/jmemmgr.c:1061:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.1.10/jpeg/jmemmgr.c:1083:3: note: Null pointer dereference
fltk-1.1.10/jpeg/jmemmgr.c:263:21: style: The scope of the variable 'min_request' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:263:34: style: The scope of the variable 'slop' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:693:34: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:693:46: style: The scope of the variable 'rows' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:693:52: style: The scope of the variable 'thisrow' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:726:34: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:726:46: style: The scope of the variable 'rows' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:726:52: style: The scope of the variable 'thisrow' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:764:14: style: The scope of the variable 'undef_row' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jmemmgr.c:849:14: style: The scope of the variable 'undef_row' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:443:10: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fltk-1.1.10/jpeg/jquant1.c:449:27: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fltk-1.1.10/jpeg/jquant1.c:278:14: style: The scope of the variable 'nci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:278:19: style: The scope of the variable 'blksize' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:337:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:337:14: style: The scope of the variable 'nci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:337:28: style: The scope of the variable 'val' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:436:13: style: The scope of the variable 'nci' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:466:21: style: The scope of the variable 'ptrin' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:466:28: style: The scope of the variable 'ptrout' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:493:21: style: The scope of the variable 'ptrin' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:493:28: style: The scope of the variable 'ptrout' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:524:7: style: The scope of the variable 'row_index' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:571:21: style: The scope of the variable 'input_ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:572:21: style: The scope of the variable 'output_ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:576:9: style: The scope of the variable 'dither0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:577:9: style: The scope of the variable 'dither1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:578:9: style: The scope of the variable 'dither2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:579:7: style: The scope of the variable 'row_index' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant1.c:579:18: style: The scope of the variable 'col_index' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:228:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:428:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:429:7: style: The scope of the variable 'c0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:429:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:429:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:429:16: style: The scope of the variable 'cmax' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:430:22: style: The scope of the variable 'b2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:660:10: style: The scope of the variable 'x' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:785:10: style: The scope of the variable 'icolor' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:787:13: style: The scope of the variable 'cptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:788:9: style: The scope of the variable 'dist0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:790:9: style: The scope of the variable 'xx0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:792:9: style: The scope of the variable 'inc0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:792:15: style: The scope of the variable 'inc1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:792:21: style: The scope of the variable 'inc2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:921:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:921:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:955:23: style: The scope of the variable 'cur0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:955:29: style: The scope of the variable 'cur1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:955:35: style: The scope of the variable 'cur2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:956:14: style: The scope of the variable 'belowerr0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:956:25: style: The scope of the variable 'belowerr1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:956:36: style: The scope of the variable 'belowerr2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:957:14: style: The scope of the variable 'bpreverr0' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:957:25: style: The scope of the variable 'bpreverr1' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:957:36: style: The scope of the variable 'bpreverr2' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:959:12: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jquant2.c:960:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jutils.c:120:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.1.10/jpeg/jutils.c:120:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.1.10/png/png.c:157:27: warning: Either the condition 'png_ptr==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
fltk-1.1.10/png/png.c:160:16: note: Assuming that condition 'png_ptr==NULL' is not redundant
fltk-1.1.10/png/png.c:156:18: note: Assignment 'p=(struct png_struct_def*)png_ptr', assigned value is 0
fltk-1.1.10/png/png.c:157:27: note: Null pointer dereference
fltk-1.1.10/png/png.c:707:12: warning: Redundant assignment of 'png_ptr' to itself. [selfAssignment]
fltk-1.1.10/png/png.c:726:12: warning: Redundant assignment of 'png_ptr' to itself. [selfAssignment]
fltk-1.1.10/png/png.c:734:12: warning: Redundant assignment of 'png_ptr' to itself. [selfAssignment]
fltk-1.1.10/png/png.c:742:12: warning: Redundant assignment of 'png_ptr' to itself. [selfAssignment]
fltk-1.1.10/png/png.c:518:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/png.c:308:28: style: Function 'png_info_init_3' argument 1 names different: declaration 'info_ptr' definition 'ptr_ptr'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:1614:41: note: Function 'png_info_init_3' argument 1 names different: declaration 'info_ptr' definition 'ptr_ptr'.
fltk-1.1.10/png/png.c:308:28: note: Function 'png_info_init_3' argument 1 names different: declaration 'info_ptr' definition 'ptr_ptr'.
fltk-1.1.10/png/png.c:347:68: style: Function 'png_free_data' argument 3 names different: declaration 'free_me' definition 'mask'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2128:39: note: Function 'png_free_data' argument 3 names different: declaration 'free_me' definition 'mask'.
fltk-1.1.10/png/png.c:347:68: note: Function 'png_free_data' argument 3 names different: declaration 'free_me' definition 'mask'.
fltk-1.1.10/png/png.c:858:20: style: Function 'png_check_cHRM_fixed' argument 2 names different: declaration 'int_white_x' definition 'white_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3701:38: note: Function 'png_check_cHRM_fixed' argument 2 names different: declaration 'int_white_x' definition 'white_x'.
fltk-1.1.10/png/png.c:858:20: note: Function 'png_check_cHRM_fixed' argument 2 names different: declaration 'int_white_x' definition 'white_x'.
fltk-1.1.10/png/png.c:858:45: style: Function 'png_check_cHRM_fixed' argument 3 names different: declaration 'int_white_y' definition 'white_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3701:38: note: Function 'png_check_cHRM_fixed' argument 3 names different: declaration 'int_white_y' definition 'white_y'.
fltk-1.1.10/png/png.c:858:45: note: Function 'png_check_cHRM_fixed' argument 3 names different: declaration 'int_white_y' definition 'white_y'.
fltk-1.1.10/png/png.c:858:70: style: Function 'png_check_cHRM_fixed' argument 4 names different: declaration 'int_red_x' definition 'red_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3701:38: note: Function 'png_check_cHRM_fixed' argument 4 names different: declaration 'int_red_x' definition 'red_x'.
fltk-1.1.10/png/png.c:858:70: note: Function 'png_check_cHRM_fixed' argument 4 names different: declaration 'int_red_x' definition 'red_x'.
fltk-1.1.10/png/png.c:859:20: style: Function 'png_check_cHRM_fixed' argument 5 names different: declaration 'int_red_y' definition 'red_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3701:38: note: Function 'png_check_cHRM_fixed' argument 5 names different: declaration 'int_red_y' definition 'red_y'.
fltk-1.1.10/png/png.c:859:20: note: Function 'png_check_cHRM_fixed' argument 5 names different: declaration 'int_red_y' definition 'red_y'.
fltk-1.1.10/png/png.c:859:43: style: Function 'png_check_cHRM_fixed' argument 6 names different: declaration 'int_green_x' definition 'green_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3701:38: note: Function 'png_check_cHRM_fixed' argument 6 names different: declaration 'int_green_x' definition 'green_x'.
fltk-1.1.10/png/png.c:859:43: note: Function 'png_check_cHRM_fixed' argument 6 names different: declaration 'int_green_x' definition 'green_x'.
fltk-1.1.10/png/png.c:859:68: style: Function 'png_check_cHRM_fixed' argument 7 names different: declaration 'int_green_y' definition 'green_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3701:38: note: Function 'png_check_cHRM_fixed' argument 7 names different: declaration 'int_green_y' definition 'green_y'.
fltk-1.1.10/png/png.c:859:68: note: Function 'png_check_cHRM_fixed' argument 7 names different: declaration 'int_green_y' definition 'green_y'.
fltk-1.1.10/png/png.c:860:20: style: Function 'png_check_cHRM_fixed' argument 8 names different: declaration 'int_blue_x' definition 'blue_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3701:38: note: Function 'png_check_cHRM_fixed' argument 8 names different: declaration 'int_blue_x' definition 'blue_x'.
fltk-1.1.10/png/png.c:860:20: note: Function 'png_check_cHRM_fixed' argument 8 names different: declaration 'int_blue_x' definition 'blue_x'.
fltk-1.1.10/png/png.c:860:44: style: Function 'png_check_cHRM_fixed' argument 9 names different: declaration 'int_blue_y' definition 'blue_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3701:38: note: Function 'png_check_cHRM_fixed' argument 9 names different: declaration 'int_blue_y' definition 'blue_y'.
fltk-1.1.10/png/png.c:860:44: note: Function 'png_check_cHRM_fixed' argument 9 names different: declaration 'int_blue_y' definition 'blue_y'.
fltk-1.1.10/png/pngerror.c:319:12: warning: Redundant assignment of 'png_ptr' to itself. [selfAssignment]
fltk-1.1.10/png/pngerror.c:183:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
fltk-1.1.10/png/pngerror.c:199:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
fltk-1.1.10/png/pngget.c:887:24: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fltk-1.1.10/png/pngget.c:895:16: warning: Redundant assignment of 'flag_select' to itself. [selfAssignment]
fltk-1.1.10/png/pngget.c:905:16: warning: Redundant assignment of 'flag_select' to itself. [selfAssignment]
fltk-1.1.10/png/pngget.c:915:23: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fltk-1.1.10/png/pngget.c:923:24: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fltk-1.1.10/png/pngget.c:435:21: style: Function 'png_get_cHRM_fixed' argument 3 names different: declaration 'int_white_x' definition 'white_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2313:51: note: Function 'png_get_cHRM_fixed' argument 3 names different: declaration 'int_white_x' definition 'white_x'.
fltk-1.1.10/png/pngget.c:435:21: note: Function 'png_get_cHRM_fixed' argument 3 names different: declaration 'int_white_x' definition 'white_x'.
fltk-1.1.10/png/pngget.c:435:47: style: Function 'png_get_cHRM_fixed' argument 4 names different: declaration 'int_white_y' definition 'white_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2313:51: note: Function 'png_get_cHRM_fixed' argument 4 names different: declaration 'int_white_y' definition 'white_y'.
fltk-1.1.10/png/pngget.c:435:47: note: Function 'png_get_cHRM_fixed' argument 4 names different: declaration 'int_white_y' definition 'white_y'.
fltk-1.1.10/png/pngget.c:435:73: style: Function 'png_get_cHRM_fixed' argument 5 names different: declaration 'int_red_x' definition 'red_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2313:51: note: Function 'png_get_cHRM_fixed' argument 5 names different: declaration 'int_red_x' definition 'red_x'.
fltk-1.1.10/png/pngget.c:435:73: note: Function 'png_get_cHRM_fixed' argument 5 names different: declaration 'int_red_x' definition 'red_x'.
fltk-1.1.10/png/pngget.c:436:21: style: Function 'png_get_cHRM_fixed' argument 6 names different: declaration 'int_red_y' definition 'red_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2313:51: note: Function 'png_get_cHRM_fixed' argument 6 names different: declaration 'int_red_y' definition 'red_y'.
fltk-1.1.10/png/pngget.c:436:21: note: Function 'png_get_cHRM_fixed' argument 6 names different: declaration 'int_red_y' definition 'red_y'.
fltk-1.1.10/png/pngget.c:436:45: style: Function 'png_get_cHRM_fixed' argument 7 names different: declaration 'int_green_x' definition 'green_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2313:51: note: Function 'png_get_cHRM_fixed' argument 7 names different: declaration 'int_green_x' definition 'green_x'.
fltk-1.1.10/png/pngget.c:436:45: note: Function 'png_get_cHRM_fixed' argument 7 names different: declaration 'int_green_x' definition 'green_x'.
fltk-1.1.10/png/pngget.c:436:71: style: Function 'png_get_cHRM_fixed' argument 8 names different: declaration 'int_green_y' definition 'green_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2313:51: note: Function 'png_get_cHRM_fixed' argument 8 names different: declaration 'int_green_y' definition 'green_y'.
fltk-1.1.10/png/pngget.c:436:71: note: Function 'png_get_cHRM_fixed' argument 8 names different: declaration 'int_green_y' definition 'green_y'.
fltk-1.1.10/png/pngget.c:437:21: style: Function 'png_get_cHRM_fixed' argument 9 names different: declaration 'int_blue_x' definition 'blue_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2313:51: note: Function 'png_get_cHRM_fixed' argument 9 names different: declaration 'int_blue_x' definition 'blue_x'.
fltk-1.1.10/png/pngget.c:437:21: note: Function 'png_get_cHRM_fixed' argument 9 names different: declaration 'int_blue_x' definition 'blue_x'.
fltk-1.1.10/png/pngget.c:437:46: style: Function 'png_get_cHRM_fixed' argument 10 names different: declaration 'int_blue_y' definition 'blue_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2313:51: note: Function 'png_get_cHRM_fixed' argument 10 names different: declaration 'int_blue_y' definition 'blue_y'.
fltk-1.1.10/png/pngget.c:437:46: note: Function 'png_get_cHRM_fixed' argument 10 names different: declaration 'int_blue_y' definition 'blue_y'.
fltk-1.1.10/png/pngget.c:499:60: style: Function 'png_get_sRGB' argument 3 names different: declaration 'intent' definition 'file_srgb_intent'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2425:45: note: Function 'png_get_sRGB' argument 3 names different: declaration 'intent' definition 'file_srgb_intent'.
fltk-1.1.10/png/pngget.c:499:60: note: Function 'png_get_sRGB' argument 3 names different: declaration 'intent' definition 'file_srgb_intent'.
fltk-1.1.10/png/pngget.c:538:27: style: Function 'png_get_sPLT' argument 3 names different: declaration 'entries' definition 'spalettes'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2451:45: note: Function 'png_get_sPLT' argument 3 names different: declaration 'entries' definition 'spalettes'.
fltk-1.1.10/png/pngget.c:538:27: note: Function 'png_get_sPLT' argument 3 names different: declaration 'entries' definition 'spalettes'.
fltk-1.1.10/png/pngget.c:567:26: style: Function 'png_get_IHDR' argument 7 names different: declaration 'interlace_method' definition 'interlace_type'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2364:45: note: Function 'png_get_IHDR' argument 7 names different: declaration 'interlace_method' definition 'interlace_type'.
fltk-1.1.10/png/pngget.c:567:26: note: Function 'png_get_IHDR' argument 7 names different: declaration 'interlace_method' definition 'interlace_type'.
fltk-1.1.10/png/pngget.c:567:47: style: Function 'png_get_IHDR' argument 8 names different: declaration 'compression_method' definition 'compression_type'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2364:45: note: Function 'png_get_IHDR' argument 8 names different: declaration 'compression_method' definition 'compression_type'.
fltk-1.1.10/png/pngget.c:567:47: note: Function 'png_get_IHDR' argument 8 names different: declaration 'compression_method' definition 'compression_type'.
fltk-1.1.10/png/pngget.c:568:9: style: Function 'png_get_IHDR' argument 9 names different: declaration 'filter_method' definition 'filter_type'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2364:45: note: Function 'png_get_IHDR' argument 9 names different: declaration 'filter_method' definition 'filter_type'.
fltk-1.1.10/png/pngget.c:568:9: note: Function 'png_get_IHDR' argument 9 names different: declaration 'filter_method' definition 'filter_type'.
fltk-1.1.10/png/pngget.c:845:34: style: Function 'png_get_unknown_chunks' argument 3 names different: declaration 'entries' definition 'unknowns'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2548:55: note: Function 'png_get_unknown_chunks' argument 3 names different: declaration 'entries' definition 'unknowns'.
fltk-1.1.10/png/pngget.c:845:34: note: Function 'png_get_unknown_chunks' argument 3 names different: declaration 'entries' definition 'unknowns'.
fltk-1.1.10/png/pngmem.c:567:16: style: Function 'png_memcpy_check' argument 4 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2163:47: note: Function 'png_memcpy_check' argument 4 names different: declaration 'size' definition 'length'.
fltk-1.1.10/png/pngmem.c:567:16: note: Function 'png_memcpy_check' argument 4 names different: declaration 'size' definition 'length'.
fltk-1.1.10/png/pngmem.c:580:16: style: Function 'png_memset_check' argument 4 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2166:47: note: Function 'png_memset_check' argument 4 names different: declaration 'size' definition 'length'.
fltk-1.1.10/png/pngmem.c:580:16: note: Function 'png_memset_check' argument 4 names different: declaration 'size' definition 'length'.
fltk-1.1.10/png/pngpread.c:1166:19: warning: Redundant assignment of 'info_ptr' to itself. [selfAssignment]
fltk-1.1.10/png/pngpread.c:1264:19: warning: Redundant assignment of 'info_ptr' to itself. [selfAssignment]
fltk-1.1.10/png/pngpread.c:1600:16: warning: Redundant assignment of 'info_ptr' to itself. [selfAssignment]
fltk-1.1.10/png/pngpread.c:827:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
fltk-1.1.10/png/pngpread.c:572:52: style: Function 'png_push_crc_skip' argument 2 names different: declaration 'length' definition 'skip'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3617:35: note: Function 'png_push_crc_skip' argument 2 names different: declaration 'length' definition 'skip'.
fltk-1.1.10/png/pngpread.c:572:52: note: Function 'png_push_crc_skip' argument 2 names different: declaration 'length' definition 'skip'.
fltk-1.1.10/png/pngread.c:1467:15: warning: Redundant assignment of 'transforms' to itself. [selfAssignment]
fltk-1.1.10/png/pngread.c:1468:11: warning: Redundant assignment of 'params' to itself. [selfAssignment]
fltk-1.1.10/png/pngread.c:51:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/pngread.c:580:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
fltk-1.1.10/png/pngread.c:882:15: style: The scope of the variable 'rp' can be reduced. [variableScope]
fltk-1.1.10/png/pngread.c:1324:8: style: The scope of the variable 'row' can be reduced. [variableScope]
fltk-1.1.10/png/pngread.c:572:60: style: Function 'png_read_row' argument 3 names different: declaration 'display_row' definition 'dsp_row'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:1812:38: note: Function 'png_read_row' argument 3 names different: declaration 'display_row' definition 'dsp_row'.
fltk-1.1.10/png/pngread.c:572:60: note: Function 'png_read_row' argument 3 names different: declaration 'display_row' definition 'dsp_row'.
fltk-1.1.10/png/pngread.c:290:32: error: Uninitialized variable: tmp_jmp [uninitvar]
fltk-1.1.10/png/pngread.c:1303:32: error: Uninitialized variable: tmp_jmp [uninitvar]
fltk-1.1.10/png/pngrtran.c:1823:22: style: The scope of the variable 'save' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:1865:22: style: The scope of the variable 'save' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:2177:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:2281:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:2762:14: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:2762:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:2763:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:2765:8: style: The scope of the variable 'shift' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3452:14: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3453:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3639:8: style: The scope of the variable 'shift' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3639:15: style: The scope of the variable 'value' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3640:14: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3640:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3641:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3785:8: style: The scope of the variable 'shift' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3785:15: style: The scope of the variable 'value' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3786:14: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3786:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3787:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3997:14: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3997:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:3998:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4009:14: style: The scope of the variable 'r' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4009:17: style: The scope of the variable 'g' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4009:20: style: The scope of the variable 'b' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4009:23: style: The scope of the variable 'p' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4044:14: style: The scope of the variable 'r' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4044:17: style: The scope of the variable 'g' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4044:20: style: The scope of the variable 'b' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4044:23: style: The scope of the variable 'p' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4208:16: style: The scope of the variable 'fin' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4208:21: style: The scope of the variable 'fout' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:4209:27: style: The scope of the variable 'max' can be reduced. [variableScope]
fltk-1.1.10/png/pngrtran.c:544:43: style: Function 'png_set_gamma' argument 2 names different: declaration 'screen_gamma' definition 'scrn_gamma'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:1775:39: note: Function 'png_set_gamma' argument 2 names different: declaration 'screen_gamma' definition 'scrn_gamma'.
fltk-1.1.10/png/pngrtran.c:544:43: note: Function 'png_set_gamma' argument 2 names different: declaration 'screen_gamma' definition 'scrn_gamma'.
fltk-1.1.10/png/pngrtran.c:544:62: style: Function 'png_set_gamma' argument 3 names different: declaration 'default_file_gamma' definition 'file_gamma'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:1775:39: note: Function 'png_set_gamma' argument 3 names different: declaration 'default_file_gamma' definition 'file_gamma'.
fltk-1.1.10/png/pngrtran.c:544:62: note: Function 'png_set_gamma' argument 3 names different: declaration 'default_file_gamma' definition 'file_gamma'.
fltk-1.1.10/png/pngrutil.c:631:13: warning: Redundant assignment of 'info_ptr' to itself. [selfAssignment]
fltk-1.1.10/png/pngrutil.c:191:16: style: The scope of the variable 'crc' can be reduced. [variableScope]
fltk-1.1.10/png/pngrutil.c:233:15: style: The scope of the variable 'text_size' can be reduced. [variableScope]
fltk-1.1.10/png/pngrutil.c:2598:22: style: The scope of the variable 'v' can be reduced. [variableScope]
fltk-1.1.10/png/pngrutil.c:2984:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
fltk-1.1.10/png/pngrutil.c:229:42: style: Function 'png_decompress_chunk' argument 4 names different: declaration 'prefix_length' definition 'prefix_size'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3166:38: note: Function 'png_decompress_chunk' argument 4 names different: declaration 'prefix_length' definition 'prefix_size'.
fltk-1.1.10/png/pngrutil.c:229:42: note: Function 'png_decompress_chunk' argument 4 names different: declaration 'prefix_length' definition 'prefix_size'.
fltk-1.1.10/png/pngrutil.c:229:67: style: Function 'png_decompress_chunk' argument 5 names different: declaration 'data_length' definition 'newlength'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3166:38: note: Function 'png_decompress_chunk' argument 5 names different: declaration 'data_length' definition 'newlength'.
fltk-1.1.10/png/pngrutil.c:229:67: note: Function 'png_decompress_chunk' argument 5 names different: declaration 'data_length' definition 'newlength'.
fltk-1.1.10/png/pngset.c:1249:15: warning: Redundant assignment of 'asm_flags' to itself. [selfAssignment]
fltk-1.1.10/png/pngset.c:1262:28: warning: Redundant assignment of 'mmx_bitdepth_threshold' to itself. [selfAssignment]
fltk-1.1.10/png/pngset.c:1263:28: warning: Redundant assignment of 'mmx_rowbytes_threshold' to itself. [selfAssignment]
fltk-1.1.10/png/pngset.c:74:20: style: Function 'png_set_cHRM_fixed' argument 3 names different: declaration 'int_white_x' definition 'white_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2328:44: note: Function 'png_set_cHRM_fixed' argument 3 names different: declaration 'int_white_x' definition 'white_x'.
fltk-1.1.10/png/pngset.c:74:20: note: Function 'png_set_cHRM_fixed' argument 3 names different: declaration 'int_white_x' definition 'white_x'.
fltk-1.1.10/png/pngset.c:74:45: style: Function 'png_set_cHRM_fixed' argument 4 names different: declaration 'int_white_y' definition 'white_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2328:44: note: Function 'png_set_cHRM_fixed' argument 4 names different: declaration 'int_white_y' definition 'white_y'.
fltk-1.1.10/png/pngset.c:74:45: note: Function 'png_set_cHRM_fixed' argument 4 names different: declaration 'int_white_y' definition 'white_y'.
fltk-1.1.10/png/pngset.c:74:70: style: Function 'png_set_cHRM_fixed' argument 5 names different: declaration 'int_red_x' definition 'red_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2328:44: note: Function 'png_set_cHRM_fixed' argument 5 names different: declaration 'int_red_x' definition 'red_x'.
fltk-1.1.10/png/pngset.c:74:70: note: Function 'png_set_cHRM_fixed' argument 5 names different: declaration 'int_red_x' definition 'red_x'.
fltk-1.1.10/png/pngset.c:75:20: style: Function 'png_set_cHRM_fixed' argument 6 names different: declaration 'int_red_y' definition 'red_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2328:44: note: Function 'png_set_cHRM_fixed' argument 6 names different: declaration 'int_red_y' definition 'red_y'.
fltk-1.1.10/png/pngset.c:75:20: note: Function 'png_set_cHRM_fixed' argument 6 names different: declaration 'int_red_y' definition 'red_y'.
fltk-1.1.10/png/pngset.c:75:43: style: Function 'png_set_cHRM_fixed' argument 7 names different: declaration 'int_green_x' definition 'green_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2328:44: note: Function 'png_set_cHRM_fixed' argument 7 names different: declaration 'int_green_x' definition 'green_x'.
fltk-1.1.10/png/pngset.c:75:43: note: Function 'png_set_cHRM_fixed' argument 7 names different: declaration 'int_green_x' definition 'green_x'.
fltk-1.1.10/png/pngset.c:75:68: style: Function 'png_set_cHRM_fixed' argument 8 names different: declaration 'int_green_y' definition 'green_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2328:44: note: Function 'png_set_cHRM_fixed' argument 8 names different: declaration 'int_green_y' definition 'green_y'.
fltk-1.1.10/png/pngset.c:75:68: note: Function 'png_set_cHRM_fixed' argument 8 names different: declaration 'int_green_y' definition 'green_y'.
fltk-1.1.10/png/pngset.c:76:20: style: Function 'png_set_cHRM_fixed' argument 9 names different: declaration 'int_blue_x' definition 'blue_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2328:44: note: Function 'png_set_cHRM_fixed' argument 9 names different: declaration 'int_blue_x' definition 'blue_x'.
fltk-1.1.10/png/pngset.c:76:20: note: Function 'png_set_cHRM_fixed' argument 9 names different: declaration 'int_blue_x' definition 'blue_x'.
fltk-1.1.10/png/pngset.c:76:44: style: Function 'png_set_cHRM_fixed' argument 10 names different: declaration 'int_blue_y' definition 'blue_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2328:44: note: Function 'png_set_cHRM_fixed' argument 10 names different: declaration 'int_blue_y' definition 'blue_y'.
fltk-1.1.10/png/pngset.c:76:44: note: Function 'png_set_cHRM_fixed' argument 10 names different: declaration 'int_blue_y' definition 'blue_y'.
fltk-1.1.10/png/pngset.c:143:4: style: Function 'png_set_gAMA_fixed' argument 3 names different: declaration 'int_file_gamma' definition 'int_gamma'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2350:44: note: Function 'png_set_gAMA_fixed' argument 3 names different: declaration 'int_file_gamma' definition 'int_gamma'.
fltk-1.1.10/png/pngset.c:143:4: note: Function 'png_set_gAMA_fixed' argument 3 names different: declaration 'int_file_gamma' definition 'int_gamma'.
fltk-1.1.10/png/pngset.c:228:24: style: Function 'png_set_IHDR' argument 7 names different: declaration 'interlace_method' definition 'interlace_type'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2369:38: note: Function 'png_set_IHDR' argument 7 names different: declaration 'interlace_method' definition 'interlace_type'.
fltk-1.1.10/png/pngset.c:228:24: note: Function 'png_set_IHDR' argument 7 names different: declaration 'interlace_method' definition 'interlace_type'.
fltk-1.1.10/png/pngset.c:228:44: style: Function 'png_set_IHDR' argument 8 names different: declaration 'compression_method' definition 'compression_type'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2369:38: note: Function 'png_set_IHDR' argument 8 names different: declaration 'compression_method' definition 'compression_type'.
fltk-1.1.10/png/pngset.c:228:44: note: Function 'png_set_IHDR' argument 8 names different: declaration 'compression_method' definition 'compression_type'.
fltk-1.1.10/png/pngset.c:229:8: style: Function 'png_set_IHDR' argument 9 names different: declaration 'filter_method' definition 'filter_type'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2369:38: note: Function 'png_set_IHDR' argument 9 names different: declaration 'filter_method' definition 'filter_type'.
fltk-1.1.10/png/pngset.c:229:8: note: Function 'png_set_IHDR' argument 9 names different: declaration 'filter_method' definition 'filter_type'.
fltk-1.1.10/png/pngset.c:1126:59: style: Function 'png_permit_mng_features' argument 2 names different: declaration 'mng_features_permitted' definition 'mng_features'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:2684:56: note: Function 'png_permit_mng_features' argument 2 names different: declaration 'mng_features_permitted' definition 'mng_features'.
fltk-1.1.10/png/pngset.c:1126:59: note: Function 'png_permit_mng_features' argument 2 names different: declaration 'mng_features_permitted' definition 'mng_features'.
fltk-1.1.10/png/pngtrans.c:107:61: style: Function 'png_set_filler' argument 3 names different: declaration 'flags' definition 'filler_loc'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:1703:40: note: Function 'png_set_filler' argument 3 names different: declaration 'flags' definition 'filler_loc'.
fltk-1.1.10/png/pngtrans.c:107:61: note: Function 'png_set_filler' argument 3 names different: declaration 'flags' definition 'filler_loc'.
fltk-1.1.10/png/pngtrans.c:141:64: style: Function 'png_set_add_alpha' argument 3 names different: declaration 'flags' definition 'filler_loc'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:1710:43: note: Function 'png_set_add_alpha' argument 3 names different: declaration 'flags' definition 'filler_loc'.
fltk-1.1.10/png/pngtrans.c:141:64: note: Function 'png_set_add_alpha' argument 3 names different: declaration 'flags' definition 'filler_loc'.
fltk-1.1.10/png/pngwrite.c:1557:15: warning: Redundant assignment of 'transforms' to itself. [selfAssignment]
fltk-1.1.10/png/pngwrite.c:1558:11: warning: Redundant assignment of 'params' to itself. [selfAssignment]
fltk-1.1.10/png/pngwrite.c:476:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/png/pngwrite.c:700:32: error: Uninitialized variable: tmp_jmp [uninitvar]
fltk-1.1.10/png/pngwrite.c:1150:32: error: Uninitialized variable: tmp_jmp [uninitvar]
fltk-1.1.10/png/pngwutil.c:991:13: style: The scope of the variable 'buf' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:1040:13: style: The scope of the variable 'buf' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:2000:23: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:2004:17: style: The scope of the variable 'value' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:2034:23: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:2038:17: style: The scope of the variable 'value' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:2067:23: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:2071:17: style: The scope of the variable 'value' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:2100:23: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:2201:11: style: The scope of the variable 'v' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:2384:11: style: The scope of the variable 'v' can be reduced. [variableScope]
fltk-1.1.10/png/pngwutil.c:391:39: style: Function 'png_write_IHDR' argument 6 names different: declaration 'compression_method' definition 'compression_type'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3196:32: note: Function 'png_write_IHDR' argument 6 names different: declaration 'compression_method' definition 'compression_type'.
fltk-1.1.10/png/pngwutil.c:391:39: note: Function 'png_write_IHDR' argument 6 names different: declaration 'compression_method' definition 'compression_type'.
fltk-1.1.10/png/pngwutil.c:391:61: style: Function 'png_write_IHDR' argument 7 names different: declaration 'filter_method' definition 'filter_type'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3196:32: note: Function 'png_write_IHDR' argument 7 names different: declaration 'filter_method' definition 'filter_type'.
fltk-1.1.10/png/pngwutil.c:391:61: note: Function 'png_write_IHDR' argument 7 names different: declaration 'filter_method' definition 'filter_type'.
fltk-1.1.10/png/pngwutil.c:392:8: style: Function 'png_write_IHDR' argument 8 names different: declaration 'interlace_method' definition 'interlace_type'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3196:32: note: Function 'png_write_IHDR' argument 8 names different: declaration 'interlace_method' definition 'interlace_type'.
fltk-1.1.10/png/pngwutil.c:392:8: note: Function 'png_write_IHDR' argument 8 names different: declaration 'interlace_method' definition 'interlace_type'.
fltk-1.1.10/png/pngwutil.c:744:41: style: Function 'png_write_sRGB' argument 2 names different: declaration 'intent' definition 'srgb_intent'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3241:32: note: Function 'png_write_sRGB' argument 2 names different: declaration 'intent' definition 'srgb_intent'.
fltk-1.1.10/png/pngwutil.c:744:41: note: Function 'png_write_sRGB' argument 2 names different: declaration 'intent' definition 'srgb_intent'.
fltk-1.1.10/png/pngwutil.c:765:27: style: Function 'png_write_iCCP' argument 5 names different: declaration 'proflen' definition 'profile_len'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3246:32: note: Function 'png_write_iCCP' argument 5 names different: declaration 'proflen' definition 'profile_len'.
fltk-1.1.10/png/pngwutil.c:765:27: note: Function 'png_write_iCCP' argument 5 names different: declaration 'proflen' definition 'profile_len'.
fltk-1.1.10/png/pngwutil.c:845:49: style: Function 'png_write_sPLT' argument 2 names different: declaration 'palette' definition 'spalette'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3253:32: note: Function 'png_write_sPLT' argument 2 names different: declaration 'palette' definition 'spalette'.
fltk-1.1.10/png/pngwutil.c:845:49: note: Function 'png_write_sPLT' argument 2 names different: declaration 'palette' definition 'spalette'.
fltk-1.1.10/png/pngwutil.c:1032:59: style: Function 'png_write_cHRM_fixed' argument 2 names different: declaration 'int_white_x' definition 'white_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3232:38: note: Function 'png_write_cHRM_fixed' argument 2 names different: declaration 'int_white_x' definition 'white_x'.
fltk-1.1.10/png/pngwutil.c:1032:59: note: Function 'png_write_cHRM_fixed' argument 2 names different: declaration 'int_white_x' definition 'white_x'.
fltk-1.1.10/png/pngwutil.c:1033:20: style: Function 'png_write_cHRM_fixed' argument 3 names different: declaration 'int_white_y' definition 'white_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3232:38: note: Function 'png_write_cHRM_fixed' argument 3 names different: declaration 'int_white_y' definition 'white_y'.
fltk-1.1.10/png/pngwutil.c:1033:20: note: Function 'png_write_cHRM_fixed' argument 3 names different: declaration 'int_white_y' definition 'white_y'.
fltk-1.1.10/png/pngwutil.c:1033:45: style: Function 'png_write_cHRM_fixed' argument 4 names different: declaration 'int_red_x' definition 'red_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3232:38: note: Function 'png_write_cHRM_fixed' argument 4 names different: declaration 'int_red_x' definition 'red_x'.
fltk-1.1.10/png/pngwutil.c:1033:45: note: Function 'png_write_cHRM_fixed' argument 4 names different: declaration 'int_red_x' definition 'red_x'.
fltk-1.1.10/png/pngwutil.c:1033:68: style: Function 'png_write_cHRM_fixed' argument 5 names different: declaration 'int_red_y' definition 'red_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3232:38: note: Function 'png_write_cHRM_fixed' argument 5 names different: declaration 'int_red_y' definition 'red_y'.
fltk-1.1.10/png/pngwutil.c:1033:68: note: Function 'png_write_cHRM_fixed' argument 5 names different: declaration 'int_red_y' definition 'red_y'.
fltk-1.1.10/png/pngwutil.c:1034:20: style: Function 'png_write_cHRM_fixed' argument 6 names different: declaration 'int_green_x' definition 'green_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3232:38: note: Function 'png_write_cHRM_fixed' argument 6 names different: declaration 'int_green_x' definition 'green_x'.
fltk-1.1.10/png/pngwutil.c:1034:20: note: Function 'png_write_cHRM_fixed' argument 6 names different: declaration 'int_green_x' definition 'green_x'.
fltk-1.1.10/png/pngwutil.c:1034:45: style: Function 'png_write_cHRM_fixed' argument 7 names different: declaration 'int_green_y' definition 'green_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3232:38: note: Function 'png_write_cHRM_fixed' argument 7 names different: declaration 'int_green_y' definition 'green_y'.
fltk-1.1.10/png/pngwutil.c:1034:45: note: Function 'png_write_cHRM_fixed' argument 7 names different: declaration 'int_green_y' definition 'green_y'.
fltk-1.1.10/png/pngwutil.c:1034:70: style: Function 'png_write_cHRM_fixed' argument 8 names different: declaration 'int_blue_x' definition 'blue_x'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3232:38: note: Function 'png_write_cHRM_fixed' argument 8 names different: declaration 'int_blue_x' definition 'blue_x'.
fltk-1.1.10/png/pngwutil.c:1034:70: note: Function 'png_write_cHRM_fixed' argument 8 names different: declaration 'int_blue_x' definition 'blue_x'.
fltk-1.1.10/png/pngwutil.c:1035:20: style: Function 'png_write_cHRM_fixed' argument 9 names different: declaration 'int_blue_y' definition 'blue_y'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3232:38: note: Function 'png_write_cHRM_fixed' argument 9 names different: declaration 'int_blue_y' definition 'blue_y'.
fltk-1.1.10/png/pngwutil.c:1035:20: note: Function 'png_write_cHRM_fixed' argument 9 names different: declaration 'int_blue_y' definition 'blue_y'.
fltk-1.1.10/png/pngwutil.c:1071:68: style: Function 'png_write_tRNS' argument 3 names different: declaration 'values' definition 'tran'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3258:32: note: Function 'png_write_tRNS' argument 3 names different: declaration 'values' definition 'tran'.
fltk-1.1.10/png/pngwutil.c:1071:68: note: Function 'png_write_tRNS' argument 3 names different: declaration 'values' definition 'tran'.
fltk-1.1.10/png/pngwutil.c:1072:8: style: Function 'png_write_tRNS' argument 4 names different: declaration 'number' definition 'num_trans'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3258:32: note: Function 'png_write_tRNS' argument 4 names different: declaration 'number' definition 'num_trans'.
fltk-1.1.10/png/pngwutil.c:1072:8: note: Function 'png_write_tRNS' argument 4 names different: declaration 'number' definition 'num_trans'.
fltk-1.1.10/png/pngwutil.c:1128:51: style: Function 'png_write_bKGD' argument 2 names different: declaration 'values' definition 'back'. [funcArgNamesDifferent]
fltk-1.1.10/png/png.h:3263:32: note: Function 'png_write_bKGD' argument 2 names different: declaration 'values' definition 'back'.
fltk-1.1.10/png/pngwutil.c:1128:51: note: Function 'png_write_bKGD' argument 2 names different: declaration 'values' definition 'back'.
fltk-1.1.10/src/Fl.cxx:1280:5: error: Common realloc mistake: 'widget_watch' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/src/Fl_BMP_Image.cxx:81:3: style: The scope of the variable 'dataSize' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Browser.cxx:59:53: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:61:53: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:64:11: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:67:11: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:68:9: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:89:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:168:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:186:19: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:209:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:259:16: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:317:16: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:343:9: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Browser.cxx:379:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Chart.cxx:375:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Color_Chooser.cxx:470:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Browser.cxx:133:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Browser.cxx:171:13: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Browser.cxx:279:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Browser.cxx:322:13: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Browser.cxx:120:10: style: The scope of the variable 't' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Browser.cxx:159:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Browser.cxx:161:10: style: The scope of the variable 't' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Browser.cxx:162:4: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Browser.cxx:165:3: style: The scope of the variable 'tempwidth' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Browser.cxx:166:8: style: The scope of the variable 'column' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Browser.cxx:273:3: style: The scope of the variable 'height' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Browser.cxx:419:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Browser.cxx:421:8: style: The scope of the variable 'num_dirs' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Browser.cxx:535:10: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Chooser.cxx:40:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:47:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:54:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:61:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:74:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:81:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:88:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:95:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:106:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:116:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:123:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:130:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:137:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:144:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:151:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_File_Chooser.cxx:158:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/FL/Fl_File_Chooser.H:158:7: style: Technically the member function 'Fl_File_Chooser::type' can be const. [functionConst]
fltk-1.1.10/src/Fl_File_Chooser.cxx:426:22: note: Technically the member function 'Fl_File_Chooser::type' can be const.
fltk-1.1.10/FL/Fl_File_Chooser.H:158:7: note: Technically the member function 'Fl_File_Chooser::type' can be const.
fltk-1.1.10/src/Fl_File_Chooser.cxx:163:5: style: Class 'Fl_File_Chooser' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fltk-1.1.10/src/Fl_File_Chooser.cxx:163:5: style: Class 'Fl_File_Chooser' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fltk-1.1.10/src/Fl_File_Chooser2.cxx:159:9: style: The scope of the variable 'dirptr' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Chooser2.cxx:236:3: style: The scope of the variable 'menuname' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Chooser2.cxx:925:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Chooser2.cxx:1004:9: style: The scope of the variable 'pbw' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Chooser2.cxx:1004:14: style: The scope of the variable 'pbh' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Chooser2.cxx:1005:9: style: The scope of the variable 'w' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Chooser2.cxx:1005:12: style: The scope of the variable 'h' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Chooser2.cxx:1031:10: style: The scope of the variable 'bytes' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:423:13: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:427:10: style: The scope of the variable 'val' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:433:10: style: The scope of the variable 'red' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:433:15: style: The scope of the variable 'green' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:433:22: style: The scope of the variable 'blue' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:435:10: style: The scope of the variable 'startx' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:594:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:595:17: style: The scope of the variable 'icon' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:596:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:597:9: style: The scope of the variable 'icondir' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:606:16: style: The scope of the variable 'plain' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:624:16: style: The scope of the variable 'image' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:651:16: style: The scope of the variable 'dir' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:836:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:840:10: style: The scope of the variable 'val' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:841:9: style: The scope of the variable 'full_iconfilename' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_File_Icon2.cxx:842:17: style: The scope of the variable 'icon' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_GIF_Image.cxx:114:3: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/src/Fl_GIF_Image.cxx:113:3: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_GIF_Image.cxx:114:3: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_GIF_Image.cxx:169:22: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/src/Fl_GIF_Image.cxx:169:7: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_GIF_Image.cxx:169:22: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_GIF_Image.cxx:170:7: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/src/Fl_GIF_Image.cxx:169:22: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_GIF_Image.cxx:170:7: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_GIF_Image.cxx:170:22: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/src/Fl_GIF_Image.cxx:170:7: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_GIF_Image.cxx:170:22: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_GIF_Image.cxx:173:7: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/src/Fl_GIF_Image.cxx:170:22: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_GIF_Image.cxx:173:7: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.1.10/src/Fl_Help_Dialog.cxx:51:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Help_Dialog.cxx:71:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Help_Dialog.cxx:83:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Help_Dialog.cxx:95:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Help_Dialog.cxx:102:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Help_Dialog.cxx:146:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_Help_Dialog.cxx:150:5: style: Class 'Fl_Help_Dialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fltk-1.1.10/src/Fl_Help_Dialog.cxx:150:5: style: Class 'Fl_Help_Dialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fltk-1.1.10/src/Fl_Help_View.cxx:2847:9: style: Same expression on both sides of '!=' because the value of 'sf' and 'selection_first' are the same. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2819:12: note: 'sf' is assigned value 'selection_first' here.
fltk-1.1.10/src/Fl_Help_View.cxx:2847:9: note: Same expression on both sides of '!=' because the value of 'sf' and 'selection_first' are the same.
fltk-1.1.10/src/Fl_Help_View.cxx:2847:32: style: Same expression on both sides of '!=' because the value of 'sl' and 'selection_last' are the same. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2819:34: note: 'sl' is assigned value 'selection_last' here.
fltk-1.1.10/src/Fl_Help_View.cxx:2847:32: note: Same expression on both sides of '!=' because the value of 'sl' and 'selection_last' are the same.
fltk-1.1.10/src/Fl_Help_View.cxx:2902:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2903:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2904:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2905:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2906:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2913:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2914:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2915:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2916:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2917:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2918:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2919:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2920:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:2921:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.1.10/src/Fl_Help_View.cxx:1076:3: style: The scope of the variable 'row' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1086:8: style: The scope of the variable 'xx' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1086:12: style: The scope of the variable 'yy' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1086:16: style: The scope of the variable 'ww' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1086:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1087:8: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1088:8: style: The scope of the variable 'links' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1090:17: style: The scope of the variable 'border' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1091:8: style: The scope of the variable 'talign' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1092:3: style: The scope of the variable 'newalign' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1093:3: style: The scope of the variable 'head' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1094:3: style: The scope of the variable 'pre' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1095:3: style: The scope of the variable 'needspace' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1097:3: style: The scope of the variable 'table_offset' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:1098:8: style: The scope of the variable 'column' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:2360:21: style: The scope of the variable 'img' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:2518:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:2519:7: style: The scope of the variable 'rgb' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:2519:12: style: The scope of the variable 'r' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:2519:15: style: The scope of the variable 'g' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:2519:18: style: The scope of the variable 'b' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:2623:4: style: The scope of the variable 'tempptr' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:2722:9: style: The scope of the variable 'tempptr' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:3128:10: style: The scope of the variable 'fp' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:3129:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Help_View.cxx:2166:14: style: Variable 'iheight' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/src/Fl_Help_View.cxx:164:7: style: Technically the member function 'fl_margins::current' can be const. [functionConst]
fltk-1.1.10/src/Fl_Image.cxx:494:40: style: Variable 'ox' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/src/Fl_Image.cxx:495:40: style: Variable 'oy' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/src/Fl_Input.cxx:320:65: style: The scope of the variable 'newpos' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Input_.cxx:57:7: style: The scope of the variable 'width_to_lastspace' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Input_.cxx:58:7: style: The scope of the variable 'word_count' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Input_.cxx:59:7: style: The scope of the variable 'word_wrap' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Input_.cxx:544:7: error: Common realloc mistake: 'undobuffer' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/src/Fl_Menu.cxx:265:65: style: Function 'menuwindow' argument 4 names different: declaration 'W' definition 'Wp'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Menu.cxx:105:55: note: Function 'menuwindow' argument 4 names different: declaration 'W' definition 'Wp'.
fltk-1.1.10/src/Fl_Menu.cxx:265:65: note: Function 'menuwindow' argument 4 names different: declaration 'W' definition 'Wp'.
fltk-1.1.10/src/Fl_Menu.cxx:265:73: style: Function 'menuwindow' argument 5 names different: declaration 'H' definition 'Hp'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Menu.cxx:105:62: note: Function 'menuwindow' argument 5 names different: declaration 'H' definition 'Hp'.
fltk-1.1.10/src/Fl_Menu.cxx:265:73: note: Function 'menuwindow' argument 5 names different: declaration 'H' definition 'Hp'.
fltk-1.1.10/src/Fl_Menu.cxx:266:58: style: Function 'menuwindow' argument 7 names different: declaration 'title' definition 't'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Menu.cxx:106:55: note: Function 'menuwindow' argument 7 names different: declaration 'title' definition 't'.
fltk-1.1.10/src/Fl_Menu.cxx:266:58: note: Function 'menuwindow' argument 7 names different: declaration 'title' definition 't'.
fltk-1.1.10/src/Fl_Menu.cxx:374:31: style: Function 'position' argument 1 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Menu.cxx:113:21: note: Function 'position' argument 1 names different: declaration 'x' definition 'X'.
fltk-1.1.10/src/Fl_Menu.cxx:374:31: note: Function 'position' argument 1 names different: declaration 'x' definition 'X'.
fltk-1.1.10/src/Fl_Menu.cxx:374:38: style: Function 'position' argument 2 names different: declaration 'y' definition 'Y'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Menu.cxx:113:28: note: Function 'position' argument 2 names different: declaration 'y' definition 'Y'.
fltk-1.1.10/src/Fl_Menu.cxx:374:38: note: Function 'position' argument 2 names different: declaration 'y' definition 'Y'.
fltk-1.1.10/src/Fl_Menu.cxx:398:55: style: Function 'drawentry' argument 2 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Menu.cxx:93:43: note: Function 'drawentry' argument 2 names different: declaration 'i' definition 'n'.
fltk-1.1.10/src/Fl_Menu.cxx:398:55: note: Function 'drawentry' argument 2 names different: declaration 'i' definition 'n'.
fltk-1.1.10/src/Fl_Menu.cxx:398:62: style: Function 'drawentry' argument 3 names different: declaration 'erase' definition 'eraseit'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Menu.cxx:93:50: note: Function 'drawentry' argument 3 names different: declaration 'erase' definition 'eraseit'.
fltk-1.1.10/src/Fl_Menu.cxx:398:62: note: Function 'drawentry' argument 3 names different: declaration 'erase' definition 'eraseit'.
fltk-1.1.10/src/Fl_Menu.cxx:494:31: style: Function 'is_inside' argument 1 names different: declaration 'x' definition 'mx'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Menu.cxx:114:21: note: Function 'is_inside' argument 1 names different: declaration 'x' definition 'mx'.
fltk-1.1.10/src/Fl_Menu.cxx:494:31: note: Function 'is_inside' argument 1 names different: declaration 'x' definition 'mx'.
fltk-1.1.10/src/Fl_Menu.cxx:494:39: style: Function 'is_inside' argument 2 names different: declaration 'y' definition 'my'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Menu.cxx:114:28: note: Function 'is_inside' argument 2 names different: declaration 'y' definition 'my'.
fltk-1.1.10/src/Fl_Menu.cxx:494:39: note: Function 'is_inside' argument 2 names different: declaration 'y' definition 'my'.
fltk-1.1.10/src/Fl_Menu_add.cxx:112:9: style: The scope of the variable 'q' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_PNM_Image.cxx:53:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Pixmap.cxx:58:7: style: The scope of the variable 'W' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Pixmap.cxx:58:10: style: The scope of the variable 'H' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Pixmap.cxx:262:4: style: The scope of the variable 'new_ptr' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Pixmap.cxx:265:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Pixmap.cxx:366:9: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Pixmap.cxx:445:9: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Pixmap.cxx:159:38: style: Variable 'ox' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/src/Fl_Pixmap.cxx:160:38: style: Variable 'oy' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/src/Fl_Preferences.cxx:1158:18: style: The scope of the variable 'np' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Preferences.cxx:1013:3: error: Common realloc mistake: 'dst' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/src/Fl_Shared_Image.cxx:351:6: style: The scope of the variable 'match' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:458:9: style: The scope of the variable 'insPtr' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:461:41: style: The scope of the variable 'insLen' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:554:15: style: The scope of the variable 'textIn' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:944:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:944:10: style: The scope of the variable 'nSpaces' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1015:8: style: The scope of the variable 'c' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1121:7: style: The scope of the variable 'bp' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1122:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1145:7: style: The scope of the variable 'bp' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1146:15: style: The scope of the variable 'sp' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1306:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1449:48: style: The scope of the variable 'lineEnd' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1451:41: style: The scope of the variable 'insLine' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1452:15: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1532:26: style: The scope of the variable 'lineEnd' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1534:19: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1587:38: style: The scope of the variable 'lineEnd' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1589:41: style: The scope of the variable 'insLine' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1590:15: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1660:10: style: The scope of the variable 'c' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1809:10: style: The scope of the variable 'c' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:1953:9: style: The scope of the variable 's' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:2006:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Buffer.cxx:87:7: error: Common realloc mistake: 'undobuffer' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/src/Fl_Text_Display.cxx:1477:21: style: Condition 'stdCharWidth<=0' is always false [knownConditionTrueFalse]
fltk-1.1.10/src/Fl_Text_Display.cxx:1476:18: note: Assignment 'stdCharWidth=6', assigned value is 6
fltk-1.1.10/src/Fl_Text_Display.cxx:1477:21: note: Condition 'stdCharWidth<=0' is always false
fltk-1.1.10/src/Fl_Text_Display.cxx:713:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:766:19: style: The scope of the variable 'charLen' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:766:45: style: The scope of the variable 'charStyle' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:1144:14: style: The scope of the variable 'lineStart' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:1891:7: style: The scope of the variable 'charWidth' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:1891:18: style: The scope of the variable 'charLen' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:1891:27: style: The scope of the variable 'charStyle' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:2343:26: style: The scope of the variable 'style' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:2427:54: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:2579:21: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:2659:19: style: The scope of the variable 'c' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_Text_Display.cxx:2929:12: style: Variable 'W' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/src/Fl_Text_Display.cxx:2931:12: style: Variable 'H' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/src/Fl_XBM_Image.cxx:62:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fltk-1.1.10/src/Fl_get_system_colors.cxx:285:9: style: The scope of the variable 'nr' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_get_system_colors.cxx:285:13: style: The scope of the variable 'ng' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_get_system_colors.cxx:285:17: style: The scope of the variable 'nb' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_mac.cxx:967:9: warning: Either the condition '!window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
fltk-1.1.10/src/Fl_mac.cxx:1020:10: note: Assuming that condition '!window' is not redundant
fltk-1.1.10/src/Fl_mac.cxx:967:9: note: Null pointer dereference
fltk-1.1.10/src/Fl_mac.cxx:280:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_mac.cxx:281:19: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_mac.cxx:362:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_mac.cxx:711:5: style: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fltk-1.1.10/src/Fl_mac.cxx:708:5: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fltk-1.1.10/src/Fl_mac.cxx:711:5: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fltk-1.1.10/src/Fl_mac.cxx:1983:7: style: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fltk-1.1.10/src/Fl_mac.cxx:1982:7: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fltk-1.1.10/src/Fl_mac.cxx:1983:7: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fltk-1.1.10/src/Fl_mac.cxx:1984:7: style: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fltk-1.1.10/src/Fl_mac.cxx:1983:7: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fltk-1.1.10/src/Fl_mac.cxx:1984:7: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fltk-1.1.10/src/Fl_mac.cxx:1196:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fltk-1.1.10/src/Fl_mac.cxx:1199:5: note: Found duplicate branches for 'if' and 'else'.
fltk-1.1.10/src/Fl_mac.cxx:1196:3: note: Found duplicate branches for 'if' and 'else'.
fltk-1.1.10/src/Fl_mac.cxx:1227:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_mac.cxx:1232:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_mac.cxx:1803:14: style: The scope of the variable 'xyPos' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_mac.cxx:2365:17: style: The scope of the variable 't' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_mac.cxx:360:40: style: Function 'DataReadyThread' argument 1 names different: declaration 'self' definition 'o'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_mac.cxx:265:40: note: Function 'DataReadyThread' argument 1 names different: declaration 'self' definition 'o'.
fltk-1.1.10/src/Fl_mac.cxx:360:40: note: Function 'DataReadyThread' argument 1 names different: declaration 'self' definition 'o'.
fltk-1.1.10/src/Fl_mac.cxx:408:35: style: Function 'StartThread' argument 1 names different: declaration 'userdata' definition 'new_userdata'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_mac.cxx:266:28: note: Function 'StartThread' argument 1 names different: declaration 'userdata' definition 'new_userdata'.
fltk-1.1.10/src/Fl_mac.cxx:408:35: note: Function 'StartThread' argument 1 names different: declaration 'userdata' definition 'new_userdata'.
fltk-1.1.10/src/Fl_mac.cxx:230:7: performance: Variable 'tid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fltk-1.1.10/src/Fl_mac.cxx:255:9: style: Technically the member function 'DataReady::IsThreadRunning' can be const. [functionConst]
fltk-1.1.10/src/Fl_mac.cxx:256:9: style: Technically the member function 'DataReady::GetNfds' can be const. [functionConst]
fltk-1.1.10/src/Fl_mac.cxx:257:9: style: Technically the member function 'DataReady::GetCancelPipe' can be const. [functionConst]
fltk-1.1.10/src/Fl_mac.cxx:258:12: style: Technically the member function 'DataReady::GetFdset' can be const. [functionConst]
fltk-1.1.10/src/Fl_win32.cxx:175:10: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_win32.cxx:1273:15: style: The scope of the variable 'message_name' can be reduced. [variableScope]
fltk-1.1.10/src/Fl_win32.cxx:430:5: style: Class 'Lf2CrlfConvert' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fltk-1.1.10/src/Fl_win32.cxx:430:5: style: Class 'Lf2CrlfConvert' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fltk-1.1.10/src/Fl_win32.cxx:1198:16: style: Class 'NameList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fltk-1.1.10/src/Fl_win32.cxx:1198:16: style: Class 'NameList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fltk-1.1.10/src/Fl_Font.H:77:13: style: Class 'Fl_FontSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fltk-1.1.10/src/Fl_win32.cxx:175:5: error: Common realloc mistake: 'fd' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/src/Fl_win32.cxx:1207:7: error: Common realloc mistake: 'name' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/src/Fl_x.cxx:92:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_x.cxx:93:17: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/Fl_x.cxx:598:2: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/src/filename_list.cxx:94:20: error: Common realloc mistake: 'de' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/src/fl_ask.cxx:186:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fltk-1.1.10/src/fl_color_mac.cxx:83:0: error: #error : neither Quickdraw nor Quartz defined [preprocessorErrorDirective]
fltk-1.1.10/src/fl_dnd_win32.cxx:234:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.1.10/src/fl_dnd_win32.cxx:66:3: warning: Member variable 'FLDropTarget::px' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/src/fl_dnd_win32.cxx:66:3: warning: Member variable 'FLDropTarget::py' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/src/fl_dnd_win32.cxx:268:20: performance: Variable 'm_cRefCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fltk-1.1.10/src/fl_dnd_win32.cxx:305:20: performance: Variable 'm_cRefCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fltk-1.1.10/src/fl_draw.cxx:129:25: style: The scope of the variable 'symptr' can be reduced. [variableScope]
fltk-1.1.10/src/fl_draw.cxx:286:25: style: The scope of the variable 'symptr' can be reduced. [variableScope]
fltk-1.1.10/src/fl_draw_image.cxx:503:17: style: The scope of the variable 'buffer_size' can be reduced. [variableScope]
fltk-1.1.10/src/fl_draw_image_mac.cxx:248:0: error: #error : you must defined __APPLE_QD__ or __APPLE_QUARTZ__ [preprocessorErrorDirective]
fltk-1.1.10/src/fl_draw_image_win32.cxx:125:7: style: Condition 'indexed' is always false [knownConditionTrueFalse]
fltk-1.1.10/src/fl_draw_image_win32.cxx:118:18: note: Assignment 'indexed=0', assigned value is 0
fltk-1.1.10/src/fl_draw_image_win32.cxx:125:7: note: Condition 'indexed' is always false
fltk-1.1.10/src/fl_draw_pixmap.cxx:133:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/fl_draw_pixmap.cxx:141:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/fl_file_dir.cxx:147:15: style: The scope of the variable 'retname' can be reduced. [variableScope]
fltk-1.1.10/src/fl_font_x.cxx:28:38: style: Function 'Fl_FontSize' argument 1 names different: declaration 'xfontname' definition 'name'. [funcArgNamesDifferent]
fltk-1.1.10/src/Fl_Font.H:77:37: note: Function 'Fl_FontSize' argument 1 names different: declaration 'xfontname' definition 'name'.
fltk-1.1.10/src/fl_font_x.cxx:28:38: note: Function 'Fl_FontSize' argument 1 names different: declaration 'xfontname' definition 'name'.
fltk-1.1.10/src/fl_font_x.cxx:28:14: warning: Member variable 'Fl_FontSize::next' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/src/fl_font_x.cxx:28:14: warning: Member variable 'Fl_FontSize::minsize' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/src/fl_font_x.cxx:28:14: warning: Member variable 'Fl_FontSize::maxsize' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/src/fl_font_mac.cxx:244:0: error: #error : need to defined either Quartz or Quickdraw [preprocessorErrorDirective]
fltk-1.1.10/src/fl_read_image.cxx:130:7: style: Condition '!image' is always true [knownConditionTrueFalse]
fltk-1.1.10/src/fl_read_image.cxx:127:11: note: Assignment 'image=0', assigned value is 0
fltk-1.1.10/src/fl_read_image.cxx:130:7: note: Condition '!image' is always true
fltk-1.1.10/src/fl_read_image.cxx:98:11: style: The scope of the variable 'maxindex' can be reduced. [variableScope]
fltk-1.1.10/src/fl_read_image.cxx:109:3: style: The scope of the variable 'red_shift' can be reduced. [variableScope]
fltk-1.1.10/src/fl_read_image.cxx:111:3: style: The scope of the variable 'green_shift' can be reduced. [variableScope]
fltk-1.1.10/src/fl_read_image.cxx:113:3: style: The scope of the variable 'blue_shift' can be reduced. [variableScope]
fltk-1.1.10/src/fl_set_font.cxx:46:24: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/fl_set_font.cxx:51:16: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/src/fl_set_fonts_mac.cxx:155:21: style: Variable 's' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/src/fl_set_fonts_xft.cxx:94:31: warning: Either the condition 'if(style)' is redundant or there is possible null pointer dereference: style. [nullPointerRedundantCheck]
fltk-1.1.10/src/fl_set_fonts_xft.cxx:96:6: note: Assuming that condition 'if(style)' is not redundant
fltk-1.1.10/src/fl_set_fonts_xft.cxx:94:31: note: Null pointer dereference
fltk-1.1.10/src/fl_set_fonts_xft.cxx:94:22: warning: Either the condition 'if(style)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fltk-1.1.10/src/fl_set_fonts_xft.cxx:96:6: note: Assuming that condition 'if(style)' is not redundant
fltk-1.1.10/src/fl_set_fonts_xft.cxx:94:22: note: Null pointer addition
fltk-1.1.10/src/fl_set_fonts_xft.cxx:256:7: style: Variable 'stop' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/src/fl_set_fonts_xft.cxx:255:7: note: Variable 'stop' is reassigned a value before the old one has been used.
fltk-1.1.10/src/fl_set_fonts_xft.cxx:256:7: note: Variable 'stop' is reassigned a value before the old one has been used.
fltk-1.1.10/src/fl_set_fonts_xft.cxx:257:7: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/src/fl_set_fonts_xft.cxx:255:14: note: Variable 'start' is reassigned a value before the old one has been used.
fltk-1.1.10/src/fl_set_fonts_xft.cxx:257:7: note: Variable 'start' is reassigned a value before the old one has been used.
fltk-1.1.10/src/fl_set_fonts_xft.cxx:198:7: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.1.10/src/fl_set_fonts_xft.cxx:199:7: style: The scope of the variable 'font_count' can be reduced. [variableScope]
fltk-1.1.10/src/fl_set_fonts_xft.cxx:200:10: style: The scope of the variable 'full_list' can be reduced. [variableScope]
fltk-1.1.10/src/fl_set_fonts_xft.cxx:233:11: style: The scope of the variable 'start' can be reduced. [variableScope]
fltk-1.1.10/src/fl_set_fonts_xft.cxx:234:11: style: The scope of the variable 'first' can be reduced. [variableScope]
fltk-1.1.10/src/fl_show_colormap.cxx:48:3: style: Class 'ColorMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fltk-1.1.10/src/fl_vertex.cxx:132:7: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.1.10/src/forms_timer.cxx:108:23: warning: Logical conjunction always evaluates to false: lastdelay > 0.0 && delay <= 0.0. [incorrectLogicOperator]
fltk-1.1.10/src/forms_timer.cxx:108:23: style: Opposite expression on both sides of '&&'. [oppositeExpression]
fltk-1.1.10/src/forms_timer.cxx:108:23: note: Opposite expression on both sides of '&&'.
fltk-1.1.10/src/forms_timer.cxx:108:23: note: Opposite expression on both sides of '&&'.
fltk-1.1.10/src/forms_timer.cxx:73:7: style: The scope of the variable 'tt' can be reduced. [variableScope]
fltk-1.1.10/src/forms_timer.cxx:75:8: style: The scope of the variable 'str' can be reduced. [variableScope]
fltk-1.1.10/src/freeglut_geometry.cxx:259:12: style: The scope of the variable 'r' can be reduced. [variableScope]
fltk-1.1.10/src/freeglut_geometry.cxx:593:59: style: The scope of the variable 'phi' can be reduced. [variableScope]
fltk-1.1.10/src/freeglut_geometry.cxx:596:10: style: The scope of the variable 'spsi' can be reduced. [variableScope]
fltk-1.1.10/src/freeglut_geometry.cxx:596:16: style: The scope of the variable 'cpsi' can be reduced. [variableScope]
fltk-1.1.10/src/freeglut_geometry.cxx:672:59: style: The scope of the variable 'phi' can be reduced. [variableScope]
fltk-1.1.10/src/freeglut_geometry.cxx:675:10: style: The scope of the variable 'spsi' can be reduced. [variableScope]
fltk-1.1.10/src/freeglut_geometry.cxx:675:16: style: The scope of the variable 'cpsi' can be reduced. [variableScope]
fltk-1.1.10/src/freeglut_geometry.cxx:1038:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.1.10/src/freeglut_geometry.cxx:1075:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.1.10/test/blocks.cxx:184:8: performance: Technically the member function 'BlockSound::play_explosion' can be static. [functionStatic]
fltk-1.1.10/test/blocks.cxx:380:13: note: Technically the member function 'BlockSound::play_explosion' can be static.
fltk-1.1.10/test/blocks.cxx:184:8: note: Technically the member function 'BlockSound::play_explosion' can be static.
fltk-1.1.10/test/checkers.cxx:337:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:337:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:337:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:338:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:338:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:338:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:339:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:339:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:339:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:340:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:340:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:340:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:341:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:341:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:341:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:342:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:342:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:342:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:343:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:343:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:343:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.1.10/test/checkers.cxx:364:12: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/checkers.cxx:1172:14: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/checkers.cxx:1208:14: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/checkers.cxx:1220:40: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/checkers.cxx:1223:19: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/checkers.cxx:1227:40: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/checkers.cxx:1229:19: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/checkers.cxx:1234:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/checkers.cxx:1238:14: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/checkers.cxx:491:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fltk-1.1.10/test/checkers.cxx:638:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fltk-1.1.10/test/colbrowser.cxx:193:15: style: The scope of the variable 'diffr' can be reduced. [variableScope]
fltk-1.1.10/test/colbrowser.cxx:193:22: style: The scope of the variable 'diffg' can be reduced. [variableScope]
fltk-1.1.10/test/colbrowser.cxx:193:29: style: The scope of the variable 'diffb' can be reduced. [variableScope]
fltk-1.1.10/test/colbrowser.cxx:194:18: style: The scope of the variable 'diff' can be reduced. [variableScope]
fltk-1.1.10/test/cube.cxx:46:3: warning: Member variable 'cube_box::lasttime' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/cube.cxx:46:3: warning: Member variable 'cube_box::wire' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/cube.cxx:46:3: warning: Member variable 'cube_box::size' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/cube.cxx:46:3: warning: Member variable 'cube_box::speed' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/demo.cxx:87:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/test/demo.cxx:86:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:87:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:88:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/test/demo.cxx:87:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:88:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:89:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/test/demo.cxx:88:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:89:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:90:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/test/demo.cxx:89:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:90:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:91:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/test/demo.cxx:90:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:91:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:92:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/test/demo.cxx:91:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:92:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:93:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/test/demo.cxx:92:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:93:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:94:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/test/demo.cxx:93:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:94:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.1.10/test/demo.cxx:188:11: style: The scope of the variable 'bn' can be reduced. [variableScope]
fltk-1.1.10/test/demo.cxx:300:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/test/demo.cxx:300:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.1.10/test/demo.cxx:94:9: style: Variable 'obj' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/test/demo.cxx:349:15: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
fltk-1.1.10/test/editor.cxx:513:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:518:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:527:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:539:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:576:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:600:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:605:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:632:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:637:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:665:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:702:21: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/editor.cxx:669:3: style: Variable 'find' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.1.10/test/editor.cxx:666:0: note: Variable 'find' is reassigned a value before the old one has been used.
fltk-1.1.10/test/editor.cxx:669:3: note: Variable 'find' is reassigned a value before the old one has been used.
fltk-1.1.10/test/file_chooser.cxx:251:10: style: The scope of the variable 'in' can be reduced. [variableScope]
fltk-1.1.10/test/file_chooser.cxx:252:4: style: The scope of the variable 'out' can be reduced. [variableScope]
fltk-1.1.10/test/file_chooser.cxx:253:8: style: The scope of the variable 'page' can be reduced. [variableScope]
fltk-1.1.10/test/file_chooser.cxx:254:9: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.1.10/test/file_chooser.cxx:308:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/test/file_chooser.cxx:310:8: style: The scope of the variable 'relative' can be reduced. [variableScope]
fltk-1.1.10/test/forms.cxx:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.1.10/test/fromdos.c:43:0: error: Resource leak: in [resourceLeak]
fltk-1.1.10/test/fullscreen.cxx:128:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/fullscreen.cxx:239:4: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/test/gl_overlay.cxx:105:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/gl_overlay.cxx:40:3: warning: Member variable 'shape_window::sides' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/input.cxx:130:52: style: Variable 'y1' is assigned a value that is never used. [unreadVariable]
fltk-1.1.10/test/shape.cxx:86:22: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/shape.cxx:76:3: warning: Member variable 'shape_window::sides' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/subwindow.cxx:75:3: warning: Member variable 'testwindow::cx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/subwindow.cxx:75:3: warning: Member variable 'testwindow::cy' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/subwindow.cxx:77:3: warning: Member variable 'testwindow::cx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/subwindow.cxx:77:3: warning: Member variable 'testwindow::cy' is not initialized in the constructor. [uninitMemberVar]
fltk-1.1.10/test/sudoku.cxx:558:18: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:742:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:831:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:843:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:875:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:1045:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:1061:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:1210:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:1231:15: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:1294:4: style: C-style pointer casting [cstyleCast]
fltk-1.1.10/test/sudoku.cxx:719:10: style: The scope of the variable 'Y' can be reduced. [variableScope]
fltk-1.1.10/test/sudoku.cxx:719:13: style: The scope of the variable 'W' can be reduced. [variableScope]
fltk-1.1.10/test/sudoku.cxx:719:16: style: The scope of the variable 'H' can be reduced. [variableScope]
fltk-1.1.10/test/sudoku.cxx:136:8: performance: Technically the member function 'SudokuSound::play' can be static. [functionStatic]
fltk-1.1.10/test/sudoku.cxx:418:19: note: Technically the member function 'SudokuSound::play' can be static.
fltk-1.1.10/test/sudoku.cxx:136:8: note: Technically the member function 'SudokuSound::play' can be static.
fltk-1.1.10/test/trackball.c:221:14: style: The scope of the variable 't' can be reduced. [variableScope]
fltk-1.1.10/zlib/adler32.c:63:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.1.10/zlib/deflate.c:1033:21: style: The scope of the variable 'match' can be reduced. [variableScope]
fltk-1.1.10/zlib/deflate.c:1271:14: style: The scope of the variable 'more' can be reduced. [variableScope]
fltk-1.1.10/zlib/deflate.c:1398:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
fltk-1.1.10/zlib/deflate.c:161:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
fltk-1.1.10/zlib/gzio.c:709:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fltk-1.1.10/zlib/gzio.c:19:28: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
fltk-1.1.10/zlib/inflate.c:328:20: style: The scope of the variable 'dist' can be reduced. [variableScope]
fltk-1.1.10/zlib/inflate.c:1175:19: style: The scope of the variable 'id' can be reduced. [variableScope]
fltk-1.1.10/zlib/inflate.c:1267:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
fltk-1.1.10/zlib/inflate.c:1330:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
fltk-1.1.10/zlib/inflate.c:630:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fltk-1.1.10/zlib/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
fltk-1.1.10/zlib/trees.c:714:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
fltk-1.1.10/zlib/trees.c:759:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
fltk-1.1.10/zlib/trees.c:1077:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
fltk-1.1.10/zlib/trees.c:1078:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
fltk-1.1.10/zlib/trees.c:1079:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
fltk-1.1.10/zlib/trees.c:1080:14: style: The scope of the variable 'code' can be reduced. [variableScope]
fltk-1.1.10/zlib/trees.c:1081:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
fltk-1.1.10/zlib/zutil.c:305:31: style: Same expression on both sides of '-'. [duplicateExpression]
fltk-1.1.10/zlib/zutil.c:11:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
[22:21]

ftp://ftp.se.debian.org/debian/pool/main/f/fltk1.3/fltk1.3_1.3.4.orig.tar.gz
fltk-1.3.4-1/CMake/posixScandir.cxx:5:11: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/fluid/CodeEditor.cxx:272:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.cxx:318:50: style: Function 'start_editor' argument 1 names different: declaration 'cmd' definition 'editor_cmd'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.h:28:32: note: Function 'start_editor' argument 1 names different: declaration 'cmd' definition 'editor_cmd'.
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.cxx:318:50: note: Function 'start_editor' argument 1 names different: declaration 'cmd' definition 'editor_cmd'.
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.cxx:48:3: performance: Variable 'file_mtime_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.h:26:15: performance: Technically the member function 'ExternalCodeEditor::create_tmpdir' can be static. [functionStatic]
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.cxx:238:33: note: Technically the member function 'ExternalCodeEditor::create_tmpdir' can be static.
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.h:26:15: note: Technically the member function 'ExternalCodeEditor::create_tmpdir' can be static.
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.h:33:7: style: Technically the member function 'ExternalCodeEditor::is_editing' can be const. [functionConst]
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.cxx:70:25: note: Technically the member function 'ExternalCodeEditor::is_editing' can be const.
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.h:33:7: note: Technically the member function 'ExternalCodeEditor::is_editing' can be const.
fltk-1.3.4-1/fluid/ExternalCodeEditor_UNIX.h:36:15: style: Technically the member function 'ExternalCodeEditor::filename' can be const. [functionConst]
fltk-1.3.4-1/fluid/Fl_Function_Type.cxx:278:19: warning: Possible null pointer dereference: rtype [nullPointer]
fltk-1.3.4-1/fluid/Fl_Function_Type.cxx:276:60: note: Assignment 'rtype=0', assigned value is 0
fltk-1.3.4-1/fluid/Fl_Function_Type.cxx:278:19: note: Null pointer dereference
fltk-1.3.4-1/fluid/Fl_Type.h:710:41: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.h:788:55: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Function_Type.cxx:1322:14: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Function_Type.cxx:1486:37: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.h:304:3: warning: Member variable 'Fl_DeclBlock_Type::public_' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:321:1: style: The class 'Fl_Comment_Type' does not have a constructor although it has private member variables. [noConstructor]
fltk-1.3.4-1/fluid/Fl_Type.h:342:3: warning: Member variable 'Fl_Class_Type::public_' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:342:3: warning: Member variable 'Fl_Class_Type::write_public_state' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:342:3: warning: Member variable 'Fl_Class_Type::parent_class' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:342:3: warning: Member variable 'Fl_Class_Type::class_prefix' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::mx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::my' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::x1' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::y1' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::bx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::by' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::br' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::bt' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::sx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::sy' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::sr' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::st' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::numselected' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:613:3: warning: Member variable 'Fl_Window_Type::recalc' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:106:15: style: Technically the member function 'Fl_Type::comment' can be const. [functionConst]
fltk-1.3.4-1/fluid/Fl_Type.h:180:7: style: Technically the member function 'Fl_Function_Type::ismain' can be const. [functionConst]
fltk-1.3.4-1/fluid/Fl_Type.h:899:23: warning: Virtual function 'klass' is called from constructor 'Fl_Commandline_Plugin(const char*name)' at line 898. Dynamic binding is not used. [virtualCallInConstructor]
fltk-1.3.4-1/fluid/Fl_Type.h:898:15: note: Calling klass
fltk-1.3.4-1/fluid/Fl_Type.h:899:23: note: klass is a virtual method
fltk-1.3.4-1/fluid/Fluid_Image.h:35:3: style: Class 'Fluid_Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fltk-1.3.4-1/fluid/Fl_Type.h:176:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:176:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:177:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:177:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:178:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:178:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:179:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:179:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:181:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:181:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:182:23: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:92:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:182:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:185:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:185:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:186:7: style: The function 'is_code_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:153:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:186:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:187:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:157:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:187:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:188:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:188:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:189:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:189:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:190:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:190:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:197:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:197:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:198:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:118:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:198:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:199:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:199:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:200:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:200:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:201:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:201:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:202:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:202:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:203:7: style: The function 'is_code_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:153:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:203:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:204:7: style: The function 'is_code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:152:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:204:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:205:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:205:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:206:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:157:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:206:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:254:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:254:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:255:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:255:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:256:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:256:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:257:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:257:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:258:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:258:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:259:7: style: The function 'is_code_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:153:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:259:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:260:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:260:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:261:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:157:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:261:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:262:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:262:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:263:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:263:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:264:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:264:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:272:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:272:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:273:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:273:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:274:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:274:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:275:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:275:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:276:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:276:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:277:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:277:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:278:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:278:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:279:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:157:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:279:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:280:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:280:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:290:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:290:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:291:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:291:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:292:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:292:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:293:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:293:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:294:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:276:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:294:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:295:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:295:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:296:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:296:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:297:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:297:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:308:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:308:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:309:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:309:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:310:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:310:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:311:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:311:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:312:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:312:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:313:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:313:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:314:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:314:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:315:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:315:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:316:7: style: The function 'is_decl_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:154:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:316:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:317:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:157:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:317:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:318:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:318:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:325:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:325:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:326:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:326:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:327:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:327:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:328:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:328:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:329:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:329:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:330:23: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:92:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:330:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:331:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:331:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:332:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:332:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:333:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:157:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:333:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:334:15: style: The function 'is_comment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:155:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:334:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:335:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:335:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:351:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:351:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:352:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:352:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:353:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:353:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:354:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:354:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:355:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:355:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:356:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:356:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:357:7: style: The function 'is_decl_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:154:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:357:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:358:7: style: The function 'is_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:156:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:358:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:359:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:157:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:359:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:360:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:360:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:361:8: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:361:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:362:8: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:362:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:377:16: style: The function 'setlabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:48:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:377:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:388:8: style: The function 'write_static' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:124:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:388:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:389:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:389:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:393:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:393:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:410:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:410:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:411:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:411:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:431:15: style: The function 'is_widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:141:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:431:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:432:15: style: The function 'is_public' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:157:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:432:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:434:16: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:119:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:434:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:435:16: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:120:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:435:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:436:15: style: The function 'read_fdesign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:121:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:436:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:438:22: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:132:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:438:22: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:439:16: style: The function 'leave_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:133:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:439:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:440:16: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:134:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:440:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:476:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:476:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:477:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:477:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:478:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:478:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:480:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:480:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:481:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:481:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:482:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:482:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:483:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:483:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:484:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:110:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:484:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:485:8: style: The function 'move_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:111:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:485:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:486:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:112:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:486:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:487:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:487:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:488:7: style: The function 'is_group' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:150:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:488:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:489:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:489:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:491:22: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:438:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:491:22: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:492:16: style: The function 'leave_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:439:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:492:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:493:16: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:440:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:493:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:500:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:500:17: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:502:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:476:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:502:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:503:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:477:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:503:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:504:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:504:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:505:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:505:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:506:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:493:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:506:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:513:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:476:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:513:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:514:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:477:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:514:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:515:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:515:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:516:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:516:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:517:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:517:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:518:22: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:491:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:518:22: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:519:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:110:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:519:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:520:8: style: The function 'move_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:111:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:520:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:521:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:112:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:521:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:528:16: style: The function 'ideal_spacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:443:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:528:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:533:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:476:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:533:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:534:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:477:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:534:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:535:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:535:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:537:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:537:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:538:12: style: The function 'click_test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:109:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:538:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:539:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:110:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:539:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:540:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:112:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:540:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:541:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:541:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:542:14: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:491:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:542:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:549:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:549:17: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:551:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:476:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:551:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:552:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:477:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:552:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:553:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:553:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:554:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:554:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:555:14: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:491:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:555:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:556:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:493:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:556:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:563:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:476:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:563:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:564:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:477:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:564:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:565:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:565:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:566:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:566:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:567:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:493:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:567:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:574:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:476:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:574:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:575:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:477:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:575:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:576:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:576:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:578:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:578:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:579:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:579:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:587:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:587:17: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:602:16: style: The function 'setlabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:377:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:602:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:603:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:603:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:604:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:604:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:605:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:605:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:606:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:606:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:609:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:609:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:616:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:616:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:617:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:617:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:618:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:618:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:620:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:115:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:620:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:625:16: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:434:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:625:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:626:16: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:435:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:626:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:627:15: style: The function 'read_fdesign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:436:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:627:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:629:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:110:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:629:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:630:8: style: The function 'move_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:111:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:630:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:631:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:112:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:631:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:633:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:633:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:634:7: style: The function 'is_group' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:150:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:634:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:635:7: style: The function 'is_window' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:151:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:635:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:637:14: style: The function 'enter_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:438:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:637:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:638:8: style: The function 'leave_live_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:439:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:638:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:639:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:440:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:639:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:654:16: style: The function 'write_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:625:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:654:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:655:16: style: The function 'read_property' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:626:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:655:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:657:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:657:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:658:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:658:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:659:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:659:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:660:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:617:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:660:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:661:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:661:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:662:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:662:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:663:7: style: The function 'is_code_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:153:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:663:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:664:7: style: The function 'is_decl_block' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:154:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:664:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:665:7: style: The function 'is_class' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:156:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:665:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:673:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:673:17: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:674:15: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:674:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:675:15: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:675:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:676:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:676:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:677:7: style: The function 'is_menu_item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:148:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:677:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:678:7: style: The function 'is_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:142:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:678:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:679:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:679:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:680:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:680:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:683:8: style: The function 'write_static' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:124:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:683:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:685:8: style: The function 'write_code1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:125:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:685:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:686:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:686:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:687:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:687:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:692:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:692:17: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:693:15: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:693:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:694:15: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:694:15: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:695:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:695:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:696:7: style: The function 'is_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:142:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:696:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:697:12: style: The function 'make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:85:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:697:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:700:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:110:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:700:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:701:8: style: The function 'move_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:111:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:701:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:702:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:112:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:702:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:703:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:703:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:709:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:709:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:721:7: style: The function 'is_menu_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:149:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:721:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:722:7: style: The function 'is_parent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:140:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:722:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:729:8: style: The function 'add_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:110:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:729:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:730:8: style: The function 'move_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:111:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:730:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:731:8: style: The function 'remove_child' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:112:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:731:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:732:12: style: The function 'click_test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:109:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:732:12: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:733:8: style: The function 'write_code2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:126:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:733:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:734:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:440:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:734:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:741:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:741:17: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:743:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:743:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:750:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:750:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:751:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:751:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:752:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:752:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:754:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:754:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:755:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:755:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:763:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:763:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:774:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:774:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:775:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:775:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:776:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:776:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:781:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:781:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:782:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:782:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:787:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:787:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:799:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:799:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:809:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:809:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:810:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:810:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:811:20: style: The function 'click_test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:109:20: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:811:20: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:812:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:812:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:818:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:818:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:819:16: style: The function 'build_menu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:724:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:819:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:820:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:820:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:821:8: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:440:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:821:8: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:828:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:828:16: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:833:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:833:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:834:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:834:23: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:835:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:835:14: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:836:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:836:19: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Type.h:837:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/Fl_Type.h:837:7: note: Function in derived class
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:44:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:51:25: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:70:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:72:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:251:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:270:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:271:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:281:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:282:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:296:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:302:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:309:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:317:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:318:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:325:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Group_Type.cxx:326:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:158:31: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:150:10: note: Assuming that condition 't' is not redundant
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:158:31: note: Null pointer dereference
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:238:21: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:237:29: note: Assuming that condition 't' is not redundant
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:238:21: note: Null pointer dereference
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:250:23: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:249:22: note: Assuming that condition 't' is not redundant
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:250:23: note: Null pointer dereference
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:63:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:69:30: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:74:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:77:30: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:239:6: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:251:30: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:257:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:405:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:411:30: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:416:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:419:30: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:454:12: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:464:31: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:468:14: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:556:12: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:635:31: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:638:26: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:640:31: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:644:41: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:648:43: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.h:681:15: style: Technically the member function 'Fl_Menu_Item_Type::menu_name' can be const. [functionConst]
fltk-1.3.4-1/fluid/Fl_Menu_Type.cxx:147:32: note: Technically the member function 'Fl_Menu_Item_Type::menu_name' can be const.
fltk-1.3.4-1/fluid/Fl_Type.h:681:15: note: Technically the member function 'Fl_Menu_Item_Type::menu_name' can be const.
fltk-1.3.4-1/fluid/Fl_Type.cxx:258:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:270:57: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:272:57: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:274:59: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:276:51: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:279:16: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:325:16: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:424:16: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:457:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:482:9: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:494:9: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:508:11: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:639:41: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:917:26: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:993:37: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Type.cxx:185:7: style: The scope of the variable 'bs' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/Fl_Type.cxx:228:36: style: Function 'make_widget_browser' argument 1 names different: declaration 'X' definition 'x'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:840:36: note: Function 'make_widget_browser' argument 1 names different: declaration 'X' definition 'x'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:228:36: note: Function 'make_widget_browser' argument 1 names different: declaration 'X' definition 'x'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:228:42: style: Function 'make_widget_browser' argument 2 names different: declaration 'Y' definition 'y'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:840:42: note: Function 'make_widget_browser' argument 2 names different: declaration 'Y' definition 'y'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:228:42: note: Function 'make_widget_browser' argument 2 names different: declaration 'Y' definition 'y'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:228:48: style: Function 'make_widget_browser' argument 3 names different: declaration 'W' definition 'w'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:840:48: note: Function 'make_widget_browser' argument 3 names different: declaration 'W' definition 'w'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:228:48: note: Function 'make_widget_browser' argument 3 names different: declaration 'W' definition 'w'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:228:54: style: Function 'make_widget_browser' argument 4 names different: declaration 'H' definition 'h'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:840:54: note: Function 'make_widget_browser' argument 4 names different: declaration 'H' definition 'h'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:228:54: note: Function 'make_widget_browser' argument 4 names different: declaration 'H' definition 'h'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:574:28: style: Function 'add' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:87:21: note: Function 'add' argument 1 names different: declaration 'parent' definition 'p'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:574:28: note: Function 'add' argument 1 names different: declaration 'parent' definition 'p'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:614:31: style: Function 'insert' argument 1 names different: declaration 'n' definition 'g'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:88:24: note: Function 'insert' argument 1 names different: declaration 'n' definition 'g'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:614:31: note: Function 'insert' argument 1 names different: declaration 'n' definition 'g'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:1004:43: style: Function 'write_comment_h' argument 1 names different: declaration 'ind' definition 'pre'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:127:36: note: Function 'write_comment_h' argument 1 names different: declaration 'ind' definition 'pre'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:1004:43: note: Function 'write_comment_h' argument 1 names different: declaration 'ind' definition 'pre'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:1027:43: style: Function 'write_comment_c' argument 1 names different: declaration 'ind' definition 'pre'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:128:36: note: Function 'write_comment_c' argument 1 names different: declaration 'ind' definition 'pre'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:1027:43: note: Function 'write_comment_c' argument 1 names different: declaration 'ind' definition 'pre'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:1050:50: style: Function 'write_comment_inline_c' argument 1 names different: declaration 'ind' definition 'pre'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:129:43: note: Function 'write_comment_inline_c' argument 1 names different: declaration 'ind' definition 'pre'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:1050:50: note: Function 'write_comment_inline_c' argument 1 names different: declaration 'ind' definition 'pre'.
fltk-1.3.4-1/fluid/Fl_Type.cxx:539:10: warning: Member variable 'Fl_Type::open_' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:80:7: performance: Technically the member function 'Fl_Type::user_defined' can be static. [functionStatic]
fltk-1.3.4-1/fluid/Fl_Type.cxx:1127:14: note: Technically the member function 'Fl_Type::user_defined' can be static.
fltk-1.3.4-1/fluid/Fl_Type.h:80:7: note: Technically the member function 'Fl_Type::user_defined' can be static.
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:232:28: warning: Either the condition 'n<=4' is redundant or the array 'extra_code_[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2670:23: note: Assuming that condition 'n<=4' is not redundant
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2671:20: note: Calling function 'extra_code', 1st argument 'm' value is 4
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:232:28: note: Array index out of bounds
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2597:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:278:14: warning: Either the condition 'parent' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:273:16: note: Assuming that condition 'parent' is not redundant
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:278:14: note: Null pointer dereference
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:648:15: warning: Either the condition 'i' is redundant or there is possible null pointer dereference: i. [nullPointerRedundantCheck]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:641:12: note: Assuming that condition 'i' is not redundant
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:648:15: note: Null pointer dereference
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:57:25: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:102:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:106:9: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:265:6: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:276:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:280:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:340:29: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:365:3: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:406:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:412:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:432:5: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:448:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:454:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:474:5: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:487:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:493:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:507:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:514:25: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:532:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:539:25: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:557:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:564:25: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:582:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:589:25: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:607:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:615:35: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:746:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:781:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:785:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:788:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:832:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:850:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:913:5: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:930:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:957:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:998:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1018:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1053:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1076:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1100:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1119:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1163:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1195:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1207:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1224:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1236:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1358:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1376:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1404:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1425:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1449:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1466:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1472:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1483:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1489:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1500:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1506:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1517:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1523:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1537:31: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1554:31: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1579:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1608:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1641:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1674:29: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1708:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1755:29: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1857:31: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1890:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1894:40: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2241:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2439:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2714:32: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2788:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:427:9: style: The scope of the variable 'mod' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:469:9: style: The scope of the variable 'mod' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2119:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:231:37: warning: Function 'extra_code' argument order different: declaration 'n, ' definition 'm, n' [funcArgOrderDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:414:23: note: Function 'extra_code' argument order different: declaration 'n, ' definition 'm, n'
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:231:37: note: Function 'extra_code' argument order different: declaration 'n, ' definition 'm, n'
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1921:33: style: Function 'selection_changed' argument 1 names different: declaration 'new_current' definition 'p'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:844:33: note: Function 'selection_changed' argument 1 names different: declaration 'new_current' definition 'p'.
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:1921:33: note: Function 'selection_changed' argument 1 names different: declaration 'new_current' definition 'p'.
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:196:17: warning: Member variable 'Fl_Widget_Type::live_widget' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:391:8: style: Technically the member function 'Fl_Widget_Type::write_extra_code' can be const. [functionConst]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2399:22: note: Technically the member function 'Fl_Widget_Type::write_extra_code' can be const.
fltk-1.3.4-1/fluid/Fl_Type.h:391:8: note: Technically the member function 'Fl_Widget_Type::write_extra_code' can be const.
fltk-1.3.4-1/fluid/Fl_Type.h:394:8: style: Technically the member function 'Fl_Widget_Type::write_color' can be const. [functionConst]
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:2201:22: note: Technically the member function 'Fl_Widget_Type::write_color' can be const.
fltk-1.3.4-1/fluid/Fl_Type.h:394:8: note: Technically the member function 'Fl_Widget_Type::write_color' can be const.
fltk-1.3.4-1/fluid/Fl_Widget_Type.cxx:384:7: error: Common realloc mistake: 'oldlabel' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:59:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:60:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:61:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:62:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:72:27: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:103:11: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:386:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:387:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:393:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:399:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:401:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:411:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:428:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:441:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:443:6: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:452:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:454:6: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:479:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:485:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:562:6: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:731:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:756:29: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:789:29: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:883:32: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1092:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1103:19: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1107:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1114:26: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1125:27: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1126:8: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1146:29: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1154:27: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1168:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1195:29: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1261:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:1278:6: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:567:59: style: Function 'newposition' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:600:42: note: Function 'newposition' argument 2 names different: declaration 'x' definition 'X'.
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:567:59: note: Function 'newposition' argument 2 names different: declaration 'x' definition 'X'.
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:567:66: style: Function 'newposition' argument 3 names different: declaration 'y' definition 'Y'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:600:49: note: Function 'newposition' argument 3 names different: declaration 'y' definition 'Y'.
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:567:66: note: Function 'newposition' argument 3 names different: declaration 'y' definition 'Y'.
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:567:73: style: Function 'newposition' argument 4 names different: declaration 'w' definition 'R'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:600:56: note: Function 'newposition' argument 4 names different: declaration 'w' definition 'R'.
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:567:73: note: Function 'newposition' argument 4 names different: declaration 'w' definition 'R'.
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:567:80: style: Function 'newposition' argument 5 names different: declaration 'h' definition 'T'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:600:63: note: Function 'newposition' argument 5 names different: declaration 'h' definition 'T'.
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:567:80: note: Function 'newposition' argument 5 names different: declaration 'h' definition 'T'.
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:287:3: warning: Member variable 'Overlay_Window::window' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/fluid/Fl_Type.h:600:8: style: Technically the member function 'Fl_Window_Type::newposition' can be const. [functionConst]
fltk-1.3.4-1/fluid/Fl_Window_Type.cxx:567:22: note: Technically the member function 'Fl_Window_Type::newposition' can be const.
fltk-1.3.4-1/fluid/Fl_Type.h:600:8: note: Technically the member function 'Fl_Window_Type::newposition' can be const.
fltk-1.3.4-1/fluid/Fluid_Image.cxx:227:7: style: The scope of the variable 'a' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/Fluid_Image.cxx:208:38: style: Function 'Fluid_Image' argument 1 names different: declaration 'name' definition 'iname'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fluid_Image.h:35:27: note: Function 'Fluid_Image' argument 1 names different: declaration 'name' definition 'iname'.
fltk-1.3.4-1/fluid/Fluid_Image.cxx:208:38: note: Function 'Fluid_Image' argument 1 names different: declaration 'name' definition 'iname'.
fltk-1.3.4-1/fluid/Fluid_Image.cxx:199:17: error: Common realloc mistake: 'images' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/fluid/align_widget.cxx:46:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:61:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:65:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:79:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:98:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:102:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:117:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:132:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:136:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:150:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:165:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:169:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:183:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:202:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:206:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:221:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:236:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:240:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:255:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:277:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:281:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:298:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:320:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:324:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:342:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:357:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:361:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:375:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:390:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:394:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:408:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:425:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:429:7: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:449:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:450:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:459:5: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:478:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:479:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:488:5: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:514:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:519:8: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/align_widget.cxx:457:27: style: Same expression on both sides of '&&'. [duplicateExpression]
fltk-1.3.4-1/fluid/code.cxx:480:8: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/code.cxx:507:8: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/code.cxx:559:8: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/code.cxx:342:28: style: Function 'write_code' argument 1 names different: declaration 'cfile' definition 's'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:858:28: note: Function 'write_code' argument 1 names different: declaration 'cfile' definition 's'.
fltk-1.3.4-1/fluid/code.cxx:342:28: note: Function 'write_code' argument 1 names different: declaration 'cfile' definition 's'.
fltk-1.3.4-1/fluid/code.cxx:342:43: style: Function 'write_code' argument 2 names different: declaration 'hfile' definition 't'. [funcArgNamesDifferent]
fltk-1.3.4-1/fluid/Fl_Type.h:858:47: note: Function 'write_code' argument 2 names different: declaration 'hfile' definition 't'.
fltk-1.3.4-1/fluid/code.cxx:342:43: note: Function 'write_code' argument 2 names different: declaration 'hfile' definition 't'.
fltk-1.3.4-1/fluid/code.cxx:113:3: style: Struct 'included' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fltk-1.3.4-1/fluid/factory.cxx:219:43: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:267:55: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:338:53: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:371:43: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:414:43: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:471:41: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:513:49: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:555:53: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:597:51: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:828:51: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:868:53: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:895:53: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:940:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:943:28: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:1073:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:1094:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/factory.cxx:45:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:45:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:46:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:46:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:47:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:47:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:49:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:49:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:50:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:50:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:63:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:63:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:65:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:65:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:70:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:70:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:71:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:71:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:72:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:72:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:74:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:74:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:75:7: style: The function 'is_button' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:142:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:75:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:76:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:76:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:85:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:65:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:85:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:91:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:70:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:91:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:92:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:71:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:92:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:93:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:93:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:95:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:95:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:96:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:96:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:105:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:105:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:106:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:106:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:107:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:107:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:109:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:109:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:110:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:110:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:119:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:65:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:119:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:123:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:70:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:123:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:124:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:71:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:124:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:125:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:125:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:127:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:127:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:128:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:128:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:137:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:65:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:137:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:141:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:70:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:141:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:142:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:71:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:142:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:143:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:143:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:145:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:145:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:146:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:146:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:155:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:65:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:155:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:159:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:70:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:159:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:160:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:71:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:160:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:161:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:161:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:163:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:163:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:164:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:164:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:183:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:183:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:184:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:184:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:186:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:186:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:198:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:198:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:199:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:199:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:200:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:200:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:213:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:213:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:214:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:214:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:231:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:231:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:232:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:232:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:234:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:234:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:246:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:246:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:247:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:247:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:248:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:248:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:261:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:261:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:262:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:262:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:280:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:280:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:284:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:284:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:285:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:285:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:286:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:286:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:300:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:300:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:301:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:301:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:306:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:306:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:307:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:307:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:309:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:309:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:321:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:321:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:322:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:322:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:323:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:323:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:332:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:332:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:333:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:333:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:357:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:357:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:358:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:358:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:359:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:359:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:360:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:360:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:362:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:362:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:363:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:363:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:364:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:364:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:366:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:366:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:390:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:390:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:391:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:391:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:392:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:392:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:394:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:394:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:404:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:404:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:405:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:405:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:406:7: style: The function 'is_spinner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:147:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:406:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:407:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:407:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:409:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:409:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:436:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:436:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:437:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:437:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:439:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:439:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:449:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:449:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:450:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:450:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:451:7: style: The function 'is_input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:143:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:451:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:452:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:452:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:457:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:457:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:458:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:458:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:459:16: style: The function 'copy_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:440:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:459:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:486:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:486:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:487:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:487:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:489:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:489:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:499:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:499:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:500:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:500:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:501:7: style: The function 'is_input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:143:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:501:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:502:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:502:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:507:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:507:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:508:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:508:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:528:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:528:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:530:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:530:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:542:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:542:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:543:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:543:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:544:7: style: The function 'is_text_display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:145:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:544:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:545:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:545:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:549:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:549:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:550:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:550:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:570:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:570:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:572:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:572:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:584:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:584:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:585:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:585:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:586:7: style: The function 'is_text_display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:145:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:586:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:587:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:587:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:591:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:591:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:592:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:592:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:613:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:613:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:614:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:614:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:615:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:615:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:617:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:617:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:618:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:618:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:627:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:627:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:639:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:639:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:640:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:640:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:641:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:641:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:648:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:648:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:649:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:649:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:658:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:658:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:659:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:659:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:660:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:660:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:664:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:664:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:665:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:665:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:673:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:673:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:675:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:675:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:676:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:676:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:677:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:677:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:679:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:679:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:680:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:680:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:693:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:693:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:694:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:694:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:696:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:696:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:697:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:697:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:698:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:698:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:700:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:700:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:701:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:701:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:713:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:713:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:714:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:714:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:716:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:716:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:717:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:717:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:718:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:718:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:720:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:720:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:721:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:721:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:737:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:737:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:738:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:738:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:740:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:740:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:741:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:741:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:742:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:742:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:744:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:744:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:745:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:745:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:754:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:754:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:755:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:755:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:757:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:740:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:757:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:758:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:741:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:758:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:759:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:759:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:761:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:761:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:762:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:762:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:774:17: style: The function 'subtypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:429:25: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:774:17: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:776:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:439:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:776:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:786:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:449:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:786:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:787:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:450:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:787:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:788:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:788:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:793:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:793:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:794:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:794:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:803:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:803:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:813:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:813:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:814:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:814:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:815:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:815:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:816:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:816:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:817:7: style: The function 'is_value_input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:144:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:817:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:818:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:818:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:822:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:822:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:823:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:823:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:844:16: style: The function 'ideal_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:442:16: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:844:16: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:854:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:93:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:854:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:855:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:94:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:855:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:856:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:856:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:857:7: style: The function 'is_valuator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:146:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:857:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:858:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:858:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:862:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:862:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:863:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:863:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:883:7: style: The function 'textstuff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:428:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:883:7: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:885:23: style: The function 'type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:740:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:885:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:886:23: style: The function 'alt_type_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/factory.cxx:741:23: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:886:23: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:887:14: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:375:22: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:887:14: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:889:19: style: The function '_make' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:376:27: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:889:19: note: Function in derived class
fltk-1.3.4-1/fluid/factory.cxx:890:7: style: The function 'pixmapID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fltk-1.3.4-1/fluid/Fl_Type.h:159:15: note: Virtual function in base class
fltk-1.3.4-1/fluid/factory.cxx:890:7: note: Function in derived class
fltk-1.3.4-1/fluid/file.cxx:462:8: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/file.cxx:603:16: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/file.cxx:611:19: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/file.cxx:626:11: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/file.cxx:629:13: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/file.cxx:225:7: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/fluid/fluid.cxx:206:30: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/fluid.cxx:995:30: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/fluid.cxx:1741:33: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/fluid.cxx:1785:35: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/fluid.cxx:1791:35: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/fluid/fluid.cxx:1687:15: style: The scope of the variable 'basename' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/fluid.cxx:1688:15: style: The scope of the variable 'title' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/print_panel.cxx:512:8: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/print_panel.cxx:512:33: style: The scope of the variable 'nptr' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/print_panel.cxx:512:53: style: The scope of the variable 'qptr' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/print_panel.cxx:558:9: style: The scope of the variable 'lpstat' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/print_panel.cxx:559:8: style: The scope of the variable 'command' can be reduced. [variableScope]
fltk-1.3.4-1/fluid/print_panel.cxx:530:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fltk-1.3.4-1/fluid/print_panel.cxx:538:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fltk-1.3.4-1/fluid/template_panel.cxx:184:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcapimin.c:130:16: style: The scope of the variable 'qtbl' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcapimin.c:131:15: style: The scope of the variable 'htbl' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:323:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:365:18: style: The scope of the variable 'st' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:366:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:366:17: style: The scope of the variable 'tbl' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:367:14: style: The scope of the variable 'm' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:458:14: style: The scope of the variable 'm' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:697:18: style: The scope of the variable 'st' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:698:7: style: The scope of the variable 'tbl' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:698:15: style: The scope of the variable 'ke' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcarith.c:700:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccoefct.c:253:14: style: The scope of the variable 'blocks_across' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccoefct.c:254:15: style: The scope of the variable 'h_samp_factor' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccoefct.c:254:53: style: The scope of the variable 'ndummy' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccoefct.c:259:19: style: The scope of the variable 'forward_DCT' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:150:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:151:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:151:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:151:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:206:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:207:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:245:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:245:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:245:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:245:48: style: The scope of the variable 'outptr3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:300:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:301:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:301:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:301:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:340:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:367:21: style: The scope of the variable 'outptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:367:30: style: The scope of the variable 'outptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jccolor.c:367:39: style: The scope of the variable 'outptr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcdctmgr.c:94:24: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcdctmgr.c:94:30: style: The scope of the variable 'qval' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcdctmgr.c:157:27: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcdctmgr.c:192:11: style: The scope of the variable 'qtblno' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcdctmgr.c:195:16: style: The scope of the variable 'qtbl' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcdctmgr.c:46:11: style: union member 'divisor_table::int_array' is never used. [unusedStructMember]
fltk-1.3.4-1/jpeg/jcdctmgr.c:48:14: style: union member 'divisor_table::float_array' is never used. [unusedStructMember]
fltk-1.3.4-1/jpeg/jchuff.c:466:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:466:22: style: The scope of the variable 'nbits' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:518:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:549:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:549:22: style: The scope of the variable 'temp2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:550:16: style: The scope of the variable 'nbits' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:551:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:551:17: style: The scope of the variable 'tbl' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:634:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:1017:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:1018:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:1198:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:1259:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:1259:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jchuff.c:1261:8: style: The scope of the variable 'v' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcinit.c:41:27: style: Checking if unsigned variable 'cinfo->image_height' is less than zero. [unsignedLessThanZero]
fltk-1.3.4-1/jpeg/jcinit.c:41:54: style: Checking if unsigned variable 'cinfo->image_width' is less than zero. [unsignedLessThanZero]
fltk-1.3.4-1/jpeg/jcmainct.c:251:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmainct.c:252:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmarker.c:203:9: warning: Either the condition 'htbl==NULL' is redundant or there is possible null pointer dereference: htbl. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jcmarker.c:200:12: note: Assuming that condition 'htbl==NULL' is not redundant
fltk-1.3.4-1/jpeg/jcmarker.c:203:9: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jcmarker.c:191:7: style: The scope of the variable 'length' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmarker.c:191:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmarker.c:234:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmarker.c:351:10: style: The scope of the variable 'td' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmarker.c:351:14: style: The scope of the variable 'ta' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmarker.c:352:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmarker.c:616:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmarker.c:617:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmaster.c:223:11: style: The scope of the variable 'ssize' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmaster.c:358:15: style: The scope of the variable 'ncomps' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmaster.c:359:7: style: The scope of the variable 'Ss' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmaster.c:359:11: style: The scope of the variable 'Se' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmaster.c:359:15: style: The scope of the variable 'Ah' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmaster.c:359:19: style: The scope of the variable 'Al' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmaster.c:570:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmaster.c:570:11: style: The scope of the variable 'mcublks' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcmaster.c:251:26: style: Checking if unsigned variable 'cinfo->jpeg_height' is less than zero. [unsignedLessThanZero]
fltk-1.3.4-1/jpeg/jcmaster.c:251:52: style: Checking if unsigned variable 'cinfo->jpeg_width' is less than zero. [unsignedLessThanZero]
fltk-1.3.4-1/jpeg/jcparam.c:35:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcparam.c:573:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcprepct.c:135:7: style: The scope of the variable 'numrows' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcprepct.c:136:14: style: The scope of the variable 'inrows' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcprepct.c:321:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcprepct.c:322:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:100:20: style: The scope of the variable 'pixval' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:101:16: style: The scope of the variable 'count' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:102:7: style: The scope of the variable 'row' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:130:14: style: The scope of the variable 'in_ptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:130:22: style: The scope of the variable 'out_ptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:157:19: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:230:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:230:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:231:16: style: The scope of the variable 'bias' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:267:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:267:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:267:37: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:268:16: style: The scope of the variable 'bias' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:311:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:311:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:311:37: style: The scope of the variable 'above_ptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:311:48: style: The scope of the variable 'below_ptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:311:59: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:312:9: style: The scope of the variable 'membersum' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:312:20: style: The scope of the variable 'neighsum' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:412:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:412:28: style: The scope of the variable 'above_ptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:412:39: style: The scope of the variable 'below_ptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:412:50: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:413:9: style: The scope of the variable 'membersum' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:413:20: style: The scope of the variable 'neighsum' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:414:7: style: The scope of the variable 'colsum' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:414:15: style: The scope of the variable 'lastcolsum' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:414:27: style: The scope of the variable 'nextcolsum' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:484:7: style: The scope of the variable 'h_in_group' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:484:19: style: The scope of the variable 'v_in_group' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:484:31: style: The scope of the variable 'h_out_group' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jcsample.c:484:44: style: The scope of the variable 'v_out_group' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jctrans.c:69:15: style: The scope of the variable 'c_quant' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jctrans.c:69:25: style: The scope of the variable 'slot_quant' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:194:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:246:18: style: The scope of the variable 'st' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:247:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:247:17: style: The scope of the variable 'tbl' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:325:18: style: The scope of the variable 'st' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:326:12: style: The scope of the variable 'sign' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:327:7: style: The scope of the variable 'v' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:327:10: style: The scope of the variable 'm' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:441:18: style: The scope of the variable 'st' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:516:18: style: The scope of the variable 'st' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:517:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:517:17: style: The scope of the variable 'tbl' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdarith.c:462:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.3.4-1/jpeg/jdatadst.c:260:8: warning: Either the condition 'outbuffer==NULL' is redundant or there is possible null pointer dereference: outbuffer. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jdatadst.c:240:17: note: Assuming that condition 'outbuffer==NULL' is not redundant
fltk-1.3.4-1/jpeg/jdatadst.c:260:8: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jdatadst.c:143:43: warning: Either the condition 'nextbuffer==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fltk-1.3.4-1/jpeg/jdatadst.c:133:18: note: Assuming that condition 'nextbuffer==NULL' is not redundant
fltk-1.3.4-1/jpeg/jdatadst.c:143:43: note: Null pointer addition
fltk-1.3.4-1/jpeg/jdatasrc.c:104:14: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
fltk-1.3.4-1/jpeg/jdcoefct.c:442:15: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fltk-1.3.4-1/jpeg/jdcoefct.c:413:16: style: The scope of the variable 'qtable' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcoefct.c:698:13: style: The scope of the variable 'access_rows' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:233:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:234:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:234:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:234:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:308:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:309:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:309:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:309:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:346:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:347:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:347:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:347:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:386:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:387:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:387:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:387:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:425:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:537:21: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:538:21: style: The scope of the variable 'inptr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:538:29: style: The scope of the variable 'inptr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:538:37: style: The scope of the variable 'inptr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdcolor.c:144:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.3.4-1/jpeg/jdcolor.c:147:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.3.4-1/jpeg/jdcolor.c:188:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.3.4-1/jpeg/jdcolor.c:191:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.3.4-1/jpeg/jddctmgr.c:61:19: style: union member 'multiplier_table::islow_array' is never used. [unusedStructMember]
fltk-1.3.4-1/jpeg/jddctmgr.c:63:19: style: union member 'multiplier_table::ifast_array' is never used. [unusedStructMember]
fltk-1.3.4-1/jpeg/jddctmgr.c:66:19: style: union member 'multiplier_table::float_array' is never used. [unusedStructMember]
fltk-1.3.4-1/jpeg/jdhuff.c:602:3: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
fltk-1.3.4-1/jpeg/jdhuff.c:610:5: style: Redundant pointer operation on 'state' - it's already a pointer. [redundantPointerOp]
fltk-1.3.4-1/jpeg/jdhuff.c:941:13: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.3.4-1/jpeg/jdinput.c:392:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdinput.c:392:11: style: The scope of the variable 'mcublks' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdinput.c:563:7: style: The scope of the variable 'val' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmainct.c:164:11: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmainct.c:205:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmainct.c:245:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmainct.c:274:14: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmainct.c:274:22: style: The scope of the variable 'iMCUheight' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmainct.c:274:34: style: The scope of the variable 'rows_left' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmainct.c:480:11: style: The scope of the variable 'rgroup' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmarker.c:556:30: warning: Either the condition 'n>=4' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond]
fltk-1.3.4-1/jpeg/jdmarker.c:553:11: note: Assuming that condition 'n>=4' is not redundant
fltk-1.3.4-1/jpeg/jdmarker.c:556:30: note: Array index out of bounds
fltk-1.3.4-1/jpeg/jdmarker.c:465:17: style: The scope of the variable 'count' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmarker.c:536:10: style: The scope of the variable 'prec' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmarker.c:804:16: style: The scope of the variable 'version' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmarker.c:804:25: style: The scope of the variable 'flags0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmarker.c:804:33: style: The scope of the variable 'flags1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmarker.c:804:41: style: The scope of the variable 'transform' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmarker.c:272:27: style: Checking if unsigned variable 'cinfo->image_height' is less than zero. [unsignedLessThanZero]
fltk-1.3.4-1/jpeg/jdmarker.c:272:54: style: Checking if unsigned variable 'cinfo->image_width' is less than zero. [unsignedLessThanZero]
fltk-1.3.4-1/jpeg/jdmaster.c:288:28: style: Checking if unsigned variable 'cinfo->output_height' is less than zero. [unsignedLessThanZero]
fltk-1.3.4-1/jpeg/jdmaster.c:288:56: style: Checking if unsigned variable 'cinfo->output_width' is less than zero. [unsignedLessThanZero]
fltk-1.3.4-1/jpeg/jdmerge.c:153:12: style: The scope of the variable 'work_ptrs' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdmerge.c:109:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.3.4-1/jpeg/jdmerge.c:112:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.3.4-1/jpeg/jdpostct.c:165:28: style: The scope of the variable 'num_rows' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:97:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:98:25: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:195:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:198:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:238:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:240:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:266:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:268:12: style: The scope of the variable 'outend' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:300:7: style: The scope of the variable 'h_in_group' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:300:19: style: The scope of the variable 'v_in_group' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:300:31: style: The scope of the variable 'h_out_group' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jdsample.c:300:44: style: The scope of the variable 'v_out_group' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctflt.c:66:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctfst.c:121:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:164:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:341:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:476:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:590:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:701:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:795:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:948:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:1098:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:1263:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:1446:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:1613:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:1812:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2014:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2193:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2398:33: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2398:39: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2398:45: style: The scope of the variable 'tmp6' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2398:51: style: The scope of the variable 'tmp7' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2399:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2399:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2399:51: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2399:58: style: The scope of the variable 'tmp17' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2400:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2402:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2581:33: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2581:39: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2581:45: style: The scope of the variable 'tmp6' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2582:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2582:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2582:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2582:51: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2583:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2583:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2583:17: style: The scope of the variable 'z3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2585:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2746:27: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2746:33: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2746:39: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2747:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2747:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2747:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2749:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2886:27: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2886:33: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2887:23: style: The scope of the variable 'tmp12' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2887:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2887:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:2889:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3019:21: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3019:27: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3020:23: style: The scope of the variable 'tmp12' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3020:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3021:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3023:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3161:9: style: The scope of the variable 'tmp10' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3161:16: style: The scope of the variable 'tmp11' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3161:23: style: The scope of the variable 'tmp12' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3163:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3262:9: style: The scope of the variable 'tmp10' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3262:16: style: The scope of the variable 'tmp11' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3264:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3380:33: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3380:39: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3380:45: style: The scope of the variable 'tmp6' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3380:51: style: The scope of the variable 'tmp7' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3381:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3381:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3381:51: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3381:58: style: The scope of the variable 'tmp17' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3382:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3386:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3574:33: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3574:39: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3574:45: style: The scope of the variable 'tmp6' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3575:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3575:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3575:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3575:51: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3576:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3576:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3576:17: style: The scope of the variable 'z3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3580:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3756:27: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3756:33: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3756:39: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3757:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3757:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3757:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3761:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3906:27: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3906:33: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3907:23: style: The scope of the variable 'tmp12' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3907:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3907:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:3911:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4053:21: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4053:27: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4054:23: style: The scope of the variable 'tmp12' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4054:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4055:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4057:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4195:9: style: The scope of the variable 'tmp10' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4195:16: style: The scope of the variable 'tmp11' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4195:23: style: The scope of the variable 'tmp12' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4197:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4301:9: style: The scope of the variable 'tmp10' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4301:16: style: The scope of the variable 'tmp11' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jfdctint.c:4303:12: style: The scope of the variable 'elemptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctflt.c:79:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctfst.c:178:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:183:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:443:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:592:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:713:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:828:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:932:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:1104:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:1272:25: style: The scope of the variable 'z5' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:1276:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:1471:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:1665:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:1881:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2109:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2335:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2577:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2833:9: style: The scope of the variable 'tmp20' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2833:16: style: The scope of the variable 'tmp21' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2833:23: style: The scope of the variable 'tmp22' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2833:30: style: The scope of the variable 'tmp23' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2833:37: style: The scope of the variable 'tmp24' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2833:44: style: The scope of the variable 'tmp25' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2833:51: style: The scope of the variable 'tmp26' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2833:58: style: The scope of the variable 'tmp27' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2834:21: style: The scope of the variable 'z4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:2838:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3107:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3107:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3107:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3107:51: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3108:37: style: The scope of the variable 'tmp24' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3108:44: style: The scope of the variable 'tmp25' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3108:51: style: The scope of the variable 'tmp26' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3109:21: style: The scope of the variable 'z4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3113:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3304:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3304:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3304:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3305:30: style: The scope of the variable 'tmp23' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3305:37: style: The scope of the variable 'tmp24' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3305:44: style: The scope of the variable 'tmp25' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3306:21: style: The scope of the variable 'z4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3310:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3483:9: style: The scope of the variable 'tmp20' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3483:16: style: The scope of the variable 'tmp21' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3483:23: style: The scope of the variable 'tmp22' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3483:30: style: The scope of the variable 'tmp23' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3483:37: style: The scope of the variable 'tmp24' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3484:21: style: The scope of the variable 'z4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3488:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3645:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3645:27: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3646:16: style: The scope of the variable 'tmp11' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3646:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3651:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3803:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3803:34: style: The scope of the variable 'tmp11' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3804:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3804:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3804:17: style: The scope of the variable 'z3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3808:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3915:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3915:28: style: The scope of the variable 'tmp12' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3916:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3916:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3916:17: style: The scope of the variable 'z3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:3920:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4049:9: style: The scope of the variable 'tmp20' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4049:16: style: The scope of the variable 'tmp21' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4049:23: style: The scope of the variable 'tmp22' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4049:30: style: The scope of the variable 'tmp23' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4049:37: style: The scope of the variable 'tmp24' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4049:44: style: The scope of the variable 'tmp25' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4049:51: style: The scope of the variable 'tmp26' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4049:58: style: The scope of the variable 'tmp27' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4050:21: style: The scope of the variable 'z4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4054:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4270:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4270:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4270:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4270:51: style: The scope of the variable 'tmp16' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4271:37: style: The scope of the variable 'tmp24' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4271:44: style: The scope of the variable 'tmp25' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4271:51: style: The scope of the variable 'tmp26' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4272:21: style: The scope of the variable 'z4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4276:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4455:30: style: The scope of the variable 'tmp13' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4455:37: style: The scope of the variable 'tmp14' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4455:44: style: The scope of the variable 'tmp15' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4456:30: style: The scope of the variable 'tmp23' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4456:37: style: The scope of the variable 'tmp24' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4456:44: style: The scope of the variable 'tmp25' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4457:21: style: The scope of the variable 'z4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4461:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4622:9: style: The scope of the variable 'tmp20' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4622:16: style: The scope of the variable 'tmp21' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4622:23: style: The scope of the variable 'tmp22' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4622:30: style: The scope of the variable 'tmp23' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4622:37: style: The scope of the variable 'tmp24' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4623:21: style: The scope of the variable 'z4' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4623:25: style: The scope of the variable 'z5' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4627:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4781:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4960:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4960:34: style: The scope of the variable 'tmp11' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4961:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4961:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4961:17: style: The scope of the variable 'z3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:4965:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:5066:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:5066:28: style: The scope of the variable 'tmp12' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:5067:9: style: The scope of the variable 'z1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:5067:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:5067:17: style: The scope of the variable 'z3' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jidctint.c:5071:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:1068:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1068:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1069:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1069:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1070:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1070:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1071:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1071:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1072:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1072:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1073:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1073:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1074:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1074:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1075:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1075:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1076:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1076:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1077:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1077:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1078:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1078:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1081:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1081:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:1084:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
fltk-1.3.4-1/jpeg/jmemmgr.c:1062:11: note: Assuming that condition 'mem==NULL' is not redundant
fltk-1.3.4-1/jpeg/jmemmgr.c:1084:3: note: Null pointer dereference
fltk-1.3.4-1/jpeg/jmemmgr.c:264:21: style: The scope of the variable 'min_request' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:264:34: style: The scope of the variable 'slop' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:694:34: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:694:46: style: The scope of the variable 'rows' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:694:52: style: The scope of the variable 'thisrow' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:727:34: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:727:46: style: The scope of the variable 'rows' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:727:52: style: The scope of the variable 'thisrow' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:765:14: style: The scope of the variable 'undef_row' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jmemmgr.c:850:14: style: The scope of the variable 'undef_row' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:444:10: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fltk-1.3.4-1/jpeg/jquant1.c:450:27: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fltk-1.3.4-1/jpeg/jquant1.c:279:14: style: The scope of the variable 'nci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:279:19: style: The scope of the variable 'blksize' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:338:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:338:14: style: The scope of the variable 'nci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:338:28: style: The scope of the variable 'val' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:437:13: style: The scope of the variable 'nci' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:467:21: style: The scope of the variable 'ptrin' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:467:28: style: The scope of the variable 'ptrout' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:494:21: style: The scope of the variable 'ptrin' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:494:28: style: The scope of the variable 'ptrout' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:525:7: style: The scope of the variable 'row_index' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:572:21: style: The scope of the variable 'input_ptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:573:21: style: The scope of the variable 'output_ptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:577:9: style: The scope of the variable 'dither0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:578:9: style: The scope of the variable 'dither1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:579:9: style: The scope of the variable 'dither2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:580:7: style: The scope of the variable 'row_index' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant1.c:580:18: style: The scope of the variable 'col_index' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:229:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:429:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:430:7: style: The scope of the variable 'c0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:430:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:430:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:430:16: style: The scope of the variable 'cmax' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:431:22: style: The scope of the variable 'b2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:661:10: style: The scope of the variable 'x' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:786:10: style: The scope of the variable 'icolor' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:788:13: style: The scope of the variable 'cptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:789:9: style: The scope of the variable 'dist0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:791:9: style: The scope of the variable 'xx0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:793:9: style: The scope of the variable 'inc0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:793:15: style: The scope of the variable 'inc1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:793:21: style: The scope of the variable 'inc2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:922:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:922:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:956:23: style: The scope of the variable 'cur0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:956:29: style: The scope of the variable 'cur1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:956:35: style: The scope of the variable 'cur2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:957:14: style: The scope of the variable 'belowerr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:957:25: style: The scope of the variable 'belowerr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:957:36: style: The scope of the variable 'belowerr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:958:14: style: The scope of the variable 'bpreverr0' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:958:25: style: The scope of the variable 'bpreverr1' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:958:36: style: The scope of the variable 'bpreverr2' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:960:12: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jquant2.c:961:12: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jutils.c:186:21: style: The scope of the variable 'inptr' can be reduced. [variableScope]
fltk-1.3.4-1/jpeg/jutils.c:186:28: style: The scope of the variable 'outptr' can be reduced. [variableScope]
fltk-1.3.4-1/png/pngconf.h:505:0: error: #error "libpng requires 8 bit bytes" [preprocessorErrorDirective]
fltk-1.3.4-1/src/Fl.cxx:801:0: error: #error unsupported platform [preprocessorErrorDirective]
fltk-1.3.4-1/src/Fl_BMP_Image.cxx:81:3: style: The scope of the variable 'dataSize' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Browser.cxx:78:56: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:86:56: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:109:11: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:118:13: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:119:13: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:128:11: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:172:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:289:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:326:19: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:364:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:424:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:507:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser.cxx:676:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Browser_.cxx:998:27: style: The scope of the variable 'b' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Chart.cxx:412:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Choice.cxx:39:36: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
fltk-1.3.4-1/src/Fl_Color_Chooser.cxx:519:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Copy_Surface.cxx:384:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Copy_Surface.cxx:387:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Copy_Surface.cxx:273:3: warning: Member variable 'Fl_translated_Xlib_Graphics_Driver_::stack_x' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/src/Fl_Copy_Surface.cxx:273:3: warning: Member variable 'Fl_translated_Xlib_Graphics_Driver_::stack_y' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/src/Fl_Double_Window.cxx:382:0: error: #error unsupported platform [preprocessorErrorDirective]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:155:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:193:13: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:301:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:344:13: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:142:10: style: The scope of the variable 't' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:181:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:183:10: style: The scope of the variable 't' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:184:4: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:187:3: style: The scope of the variable 'tempwidth' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:188:8: style: The scope of the variable 'column' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:295:3: style: The scope of the variable 'height' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:434:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:436:8: style: The scope of the variable 'num_dirs' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Browser.cxx:621:10: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:38:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:45:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:52:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:59:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:75:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:82:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:89:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:96:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:103:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:114:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:124:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:131:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:138:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:145:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:152:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:159:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:166:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/FL/Fl_File_Chooser.H:165:7: style: Technically the member function 'Fl_File_Chooser::type' can be const. [functionConst]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:434:22: note: Technically the member function 'Fl_File_Chooser::type' can be const.
fltk-1.3.4-1/FL/Fl_File_Chooser.H:165:7: note: Technically the member function 'Fl_File_Chooser::type' can be const.
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:174:5: style: Class 'Fl_File_Chooser' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fltk-1.3.4-1/src/Fl_File_Chooser.cxx:174:5: style: Class 'Fl_File_Chooser' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fltk-1.3.4-1/src/Fl_File_Chooser2.cxx:460:9: style: The scope of the variable 'dirptr' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Chooser2.cxx:537:3: style: The scope of the variable 'menuname' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Chooser2.cxx:1230:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Chooser2.cxx:1359:10: style: The scope of the variable 'bytes' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:417:13: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:421:10: style: The scope of the variable 'val' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:427:10: style: The scope of the variable 'red' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:427:15: style: The scope of the variable 'green' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:427:22: style: The scope of the variable 'blue' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:429:10: style: The scope of the variable 'startx' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:597:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:598:17: style: The scope of the variable 'icon' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:599:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:600:9: style: The scope of the variable 'icondir' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:609:16: style: The scope of the variable 'plain' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:627:16: style: The scope of the variable 'image' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:654:16: style: The scope of the variable 'dir' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:839:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:843:10: style: The scope of the variable 'val' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:844:9: style: The scope of the variable 'full_iconfilename' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_File_Icon2.cxx:845:17: style: The scope of the variable 'icon' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:120:3: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:119:3: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:120:3: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:176:22: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:176:7: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:176:22: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:177:7: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:176:22: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:177:7: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:177:22: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:177:7: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:177:22: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:180:7: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:177:22: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_GIF_Image.cxx:180:7: note: Variable 'ch' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_Gl_Choice.H:70:1: style: The class 'Fl_Gl_Choice' does not have a constructor although it has private member variables. [noConstructor]
fltk-1.3.4-1/src/Fl_Gl_Device_Plugin.cxx:106:23: warning: Virtual function 'name' is called from constructor 'Fl_Gl_Device_Plugin()' at line 105. Dynamic binding is not used. [virtualCallInConstructor]
fltk-1.3.4-1/src/Fl_Gl_Device_Plugin.cxx:105:44: note: Calling name
fltk-1.3.4-1/src/Fl_Gl_Device_Plugin.cxx:106:23: note: name is a virtual method
fltk-1.3.4-1/src/Fl_Help_Dialog.cxx:49:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Help_Dialog.cxx:69:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Help_Dialog.cxx:81:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Help_Dialog.cxx:93:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Help_Dialog.cxx:100:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Help_Dialog.cxx:144:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Help_Dialog.cxx:148:5: style: Class 'Fl_Help_Dialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fltk-1.3.4-1/src/Fl_Help_Dialog.cxx:148:5: style: Class 'Fl_Help_Dialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3008:9: style: Same expression on both sides of '!=' because the value of 'sf' and 'selection_first' are the same. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2980:12: note: 'sf' is assigned value 'selection_first' here.
fltk-1.3.4-1/src/Fl_Help_View.cxx:3008:9: note: Same expression on both sides of '!=' because the value of 'sf' and 'selection_first' are the same.
fltk-1.3.4-1/src/Fl_Help_View.cxx:3008:32: style: Same expression on both sides of '!=' because the value of 'sl' and 'selection_last' are the same. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2980:34: note: 'sl' is assigned value 'selection_last' here.
fltk-1.3.4-1/src/Fl_Help_View.cxx:3008:32: note: Same expression on both sides of '!=' because the value of 'sl' and 'selection_last' are the same.
fltk-1.3.4-1/src/Fl_Help_View.cxx:3065:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3066:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3067:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3068:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3069:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3076:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3077:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3078:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3079:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3080:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3081:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3082:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3083:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3084:14: style: Same expression on both sides of '|'. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1267:3: style: The scope of the variable 'row' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1276:8: style: The scope of the variable 'xx' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1276:12: style: The scope of the variable 'yy' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1276:16: style: The scope of the variable 'ww' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1276:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1277:8: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1278:8: style: The scope of the variable 'links' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1282:17: style: The scope of the variable 'border' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1283:8: style: The scope of the variable 'talign' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1284:3: style: The scope of the variable 'newalign' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1285:3: style: The scope of the variable 'head' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1286:3: style: The scope of the variable 'pre' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1287:3: style: The scope of the variable 'needspace' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1289:3: style: The scope of the variable 'table_offset' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:1290:8: style: The scope of the variable 'column' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2535:21: style: The scope of the variable 'img' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2684:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2685:7: style: The scope of the variable 'rgb' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2685:12: style: The scope of the variable 'r' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2685:15: style: The scope of the variable 'g' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2685:18: style: The scope of the variable 'b' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2785:4: style: The scope of the variable 'tempptr' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2882:9: style: The scope of the variable 'tempptr' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:3296:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Help_View.cxx:2349:14: style: Variable 'iheight' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/Fl_Help_View.cxx:156:7: style: Technically the member function 'fl_margins::current' can be const. [functionConst]
fltk-1.3.4-1/src/Fl_Help_View.cxx:314:7: style: Technically the member function 'HV_Edit_Buffer::size' can be const. [functionConst]
fltk-1.3.4-1/src/Fl_Help_View.cxx:343:3: style: Class 'HV_Edit_Buffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fltk-1.3.4-1/src/Fl_Help_View.cxx:343:3: style: Class 'HV_Edit_Buffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fltk-1.3.4-1/src/Fl_Help_View.cxx:446:3: error: Common realloc mistake: 'buf_' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_Image.cxx:851:40: style: Variable 'ox' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/Fl_Image.cxx:852:40: style: Variable 'oy' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/Fl_Input.cxx:590:65: style: The scope of the variable 'newpos' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Input_.cxx:60:7: style: The scope of the variable 'width_to_lastspace' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Input_.cxx:61:7: style: The scope of the variable 'word_count' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Input_.cxx:62:7: style: The scope of the variable 'word_wrap' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Input_.cxx:126:7: style: The scope of the variable 'chr' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Input_.cxx:127:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Input_.cxx:571:12: style: The scope of the variable 'f1' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Input_.cxx:750:7: error: Common realloc mistake: 'undobuffer' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_Menu.cxx:293:65: style: Function 'menuwindow' argument 4 names different: declaration 'W' definition 'Wp'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Menu.cxx:134:55: note: Function 'menuwindow' argument 4 names different: declaration 'W' definition 'Wp'.
fltk-1.3.4-1/src/Fl_Menu.cxx:293:65: note: Function 'menuwindow' argument 4 names different: declaration 'W' definition 'Wp'.
fltk-1.3.4-1/src/Fl_Menu.cxx:293:73: style: Function 'menuwindow' argument 5 names different: declaration 'H' definition 'Hp'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Menu.cxx:134:62: note: Function 'menuwindow' argument 5 names different: declaration 'H' definition 'Hp'.
fltk-1.3.4-1/src/Fl_Menu.cxx:293:73: note: Function 'menuwindow' argument 5 names different: declaration 'H' definition 'Hp'.
fltk-1.3.4-1/src/Fl_Menu.cxx:294:58: style: Function 'menuwindow' argument 7 names different: declaration 'title' definition 't'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Menu.cxx:135:55: note: Function 'menuwindow' argument 7 names different: declaration 'title' definition 't'.
fltk-1.3.4-1/src/Fl_Menu.cxx:294:58: note: Function 'menuwindow' argument 7 names different: declaration 'title' definition 't'.
fltk-1.3.4-1/src/Fl_Menu.cxx:429:31: style: Function 'position' argument 1 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Menu.cxx:142:21: note: Function 'position' argument 1 names different: declaration 'x' definition 'X'.
fltk-1.3.4-1/src/Fl_Menu.cxx:429:31: note: Function 'position' argument 1 names different: declaration 'x' definition 'X'.
fltk-1.3.4-1/src/Fl_Menu.cxx:429:38: style: Function 'position' argument 2 names different: declaration 'y' definition 'Y'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Menu.cxx:142:28: note: Function 'position' argument 2 names different: declaration 'y' definition 'Y'.
fltk-1.3.4-1/src/Fl_Menu.cxx:429:38: note: Function 'position' argument 2 names different: declaration 'y' definition 'Y'.
fltk-1.3.4-1/src/Fl_Menu.cxx:454:55: style: Function 'drawentry' argument 2 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Menu.cxx:121:43: note: Function 'drawentry' argument 2 names different: declaration 'i' definition 'n'.
fltk-1.3.4-1/src/Fl_Menu.cxx:454:55: note: Function 'drawentry' argument 2 names different: declaration 'i' definition 'n'.
fltk-1.3.4-1/src/Fl_Menu.cxx:454:62: style: Function 'drawentry' argument 3 names different: declaration 'erase' definition 'eraseit'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Menu.cxx:121:50: note: Function 'drawentry' argument 3 names different: declaration 'erase' definition 'eraseit'.
fltk-1.3.4-1/src/Fl_Menu.cxx:454:62: note: Function 'drawentry' argument 3 names different: declaration 'erase' definition 'eraseit'.
fltk-1.3.4-1/src/Fl_Menu.cxx:561:31: style: Function 'is_inside' argument 1 names different: declaration 'x' definition 'mx'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Menu.cxx:143:21: note: Function 'is_inside' argument 1 names different: declaration 'x' definition 'mx'.
fltk-1.3.4-1/src/Fl_Menu.cxx:561:31: note: Function 'is_inside' argument 1 names different: declaration 'x' definition 'mx'.
fltk-1.3.4-1/src/Fl_Menu.cxx:561:39: style: Function 'is_inside' argument 2 names different: declaration 'y' definition 'my'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Menu.cxx:143:28: note: Function 'is_inside' argument 2 names different: declaration 'y' definition 'my'.
fltk-1.3.4-1/src/Fl_Menu.cxx:561:39: note: Function 'is_inside' argument 2 names different: declaration 'y' definition 'my'.
fltk-1.3.4-1/src/Fl_Menu_add.cxx:148:9: style: The scope of the variable 'q' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Native_File_Chooser_WIN32.cxx:957:5: error: Common realloc mistake: 'out' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_Native_File_Chooser_WIN32.cxx:970:5: error: Common realloc mistake: 'wout' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_PNM_Image.cxx:58:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:63:7: style: The scope of the variable 'W' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:63:10: style: The scope of the variable 'H' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:221:11: style: The scope of the variable 'X1' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:221:15: style: The scope of the variable 'Y1' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:221:19: style: The scope of the variable 'W1' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:221:23: style: The scope of the variable 'H1' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:338:4: style: The scope of the variable 'new_ptr' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:341:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:442:9: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Pixmap.cxx:521:9: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.3.4-1/src/print_panel.cxx:518:33: style: The scope of the variable 'nptr' can be reduced. [variableScope]
fltk-1.3.4-1/src/print_panel.cxx:518:53: style: The scope of the variable 'qptr' can be reduced. [variableScope]
fltk-1.3.4-1/src/print_panel.cxx:518:75: style: The scope of the variable 'p' can be reduced. [variableScope]
fltk-1.3.4-1/src/print_panel.cxx:588:9: style: The scope of the variable 'lpstat' can be reduced. [variableScope]
fltk-1.3.4-1/src/print_panel.cxx:589:8: style: The scope of the variable 'command' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_PostScript.cxx:562:13: style: The scope of the variable 'x' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_PostScript.cxx:1112:10: style: The scope of the variable 'di' can be reduced. [variableScope]
fltk-1.3.4-1/src/print_panel.cxx:539:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fltk-1.3.4-1/src/print_panel.cxx:547:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fltk-1.3.4-1/src/print_panel.cxx:584:3: error: Resource leak: lpstat [resourceLeak]
fltk-1.3.4-1/src/Fl_Preferences.cxx:1745:13: style: Condition 'dl!=0' is always false [knownConditionTrueFalse]
fltk-1.3.4-1/src/Fl_Preferences.cxx:1739:15: note: Assignment 'dl=NULL', assigned value is 0
fltk-1.3.4-1/src/Fl_Preferences.cxx:1745:13: note: Condition 'dl!=0' is always false
fltk-1.3.4-1/src/Fl_Preferences.cxx:1538:18: style: The scope of the variable 'np' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Preferences.cxx:1680:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Preferences.cxx:1681:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Preferences.cxx:1390:3: error: Common realloc mistake: 'dst' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_Shared_Image.cxx:481:6: style: The scope of the variable 'match' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Table.cxx:1059:20: style: Same expression on both sides of '!=' because the value of 'is_row' and 'select_row' are the same. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Table.cxx:1011:20: note: 'is_row' is assigned value 'select_row' here.
fltk-1.3.4-1/src/Fl_Table.cxx:1059:20: note: Same expression on both sides of '!=' because the value of 'is_row' and 'select_row' are the same.
fltk-1.3.4-1/src/Fl_Table.cxx:1059:43: style: Same expression on both sides of '!=' because the value of 'is_col' and 'select_col' are the same. [duplicateExpression]
fltk-1.3.4-1/src/Fl_Table.cxx:1012:20: note: 'is_col' is assigned value 'select_col' here.
fltk-1.3.4-1/src/Fl_Table.cxx:1059:43: note: Same expression on both sides of '!=' because the value of 'is_col' and 'select_col' are the same.
fltk-1.3.4-1/src/Fl_Text_Buffer.cxx:1614:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Buffer.cxx:1677:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Buffer.cxx:89:7: error: Common realloc mistake: 'undobuffer' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:1015:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:1559:12: style: The scope of the variable 'lineStart' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:1977:40: style: The scope of the variable 'charStyle' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:2941:7: style: The scope of the variable 'Y' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:2941:10: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:2941:16: style: The scope of the variable 'visLine' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:2941:25: style: The scope of the variable 'lineStart' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:2942:8: style: The scope of the variable 'lineNumString' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:3127:52: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:3292:19: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Text_Display.cxx:3387:16: style: The scope of the variable 'c' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Tooltip.cxx:198:6: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_Tooltip.cxx:160:7: style: Variable 'condition' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/src/Fl_Tooltip.cxx:158:0: note: Variable 'condition' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_Tooltip.cxx:160:7: note: Variable 'condition' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/Fl_Tree_Item.cxx:1313:8: style: The scope of the variable 'icon_x' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Tree_Item.cxx:1315:8: style: The scope of the variable 'icon_y' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Tree_Item.cxx:1331:8: style: The scope of the variable 'bg_w' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Tree_Item.cxx:1332:8: style: The scope of the variable 'bg_h' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Widget.cxx:236:0: error: #error unsupported platform [preprocessorErrorDirective]
fltk-1.3.4-1/src/Fl_Window.cxx:414:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_Window_fullscreen.cxx:64:0: error: #error unsupported platform [preprocessorErrorDirective]
fltk-1.3.4-1/src/Fl_XBM_Image.cxx:60:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fltk-1.3.4-1/src/Fl_get_system_colors.cxx:332:9: style: The scope of the variable 'nr' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_get_system_colors.cxx:332:13: style: The scope of the variable 'ng' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_get_system_colors.cxx:332:17: style: The scope of the variable 'nb' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_win32.cxx:291:10: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_win32.cxx:751:23: style: The scope of the variable 'r' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_win32.cxx:1844:18: style: The scope of the variable 'message_namew' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_win32.cxx:614:5: style: Class 'Lf2CrlfConvert' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fltk-1.3.4-1/src/Fl_win32.cxx:614:5: style: Class 'Lf2CrlfConvert' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fltk-1.3.4-1/src/Fl_win32.cxx:1755:16: style: Class 'NameList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fltk-1.3.4-1/src/Fl_win32.cxx:1755:16: style: Class 'NameList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fltk-1.3.4-1/src/Fl_Font.H:70:13: style: Class 'Fl_Font_Descriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fltk-1.3.4-1/src/Fl_win32.cxx:291:5: error: Common realloc mistake: 'fd' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_win32.cxx:1764:7: error: Common realloc mistake: 'name' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_x.cxx:1021:15: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fltk-1.3.4-1/src/Fl_x.cxx:1030:15: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fltk-1.3.4-1/src/Fl_x.cxx:596:9: style: Condition 'xim_styles' is always false [knownConditionTrueFalse]
fltk-1.3.4-1/src/Fl_x.cxx:586:16: note: Assignment 'xim_styles=NULL', assigned value is 0
fltk-1.3.4-1/src/Fl_x.cxx:596:9: note: Condition 'xim_styles' is always false
fltk-1.3.4-1/src/Fl_x.cxx:1305:23: warning: Either the condition 'if(prop)' is redundant or there is possible null pointer dereference: prop. [nullPointerRedundantCheck]
fltk-1.3.4-1/src/Fl_x.cxx:1306:5: note: Assuming that condition 'if(prop)' is not redundant
fltk-1.3.4-1/src/Fl_x.cxx:1305:23: note: Null pointer dereference
fltk-1.3.4-1/src/Fl_x.cxx:1470:35: warning: Either the condition 'if(portion)' is redundant or there is possible null pointer dereference: portion. [nullPointerRedundantCheck]
fltk-1.3.4-1/src/Fl_x.cxx:1471:10: note: Assuming that condition 'if(portion)' is not redundant
fltk-1.3.4-1/src/Fl_x.cxx:1470:35: note: Null pointer dereference
fltk-1.3.4-1/src/Fl_x.cxx:2234:22: warning: Either the condition 'if(words)' is redundant or there is possible null pointer dereference: words. [nullPointerRedundantCheck]
fltk-1.3.4-1/src/Fl_x.cxx:2235:10: note: Assuming that condition 'if(words)' is not redundant
fltk-1.3.4-1/src/Fl_x.cxx:2234:22: note: Null pointer dereference
fltk-1.3.4-1/src/Fl_x.cxx:120:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_x.cxx:121:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/Fl_x.cxx:481:5: style: Variable 'status_attr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fltk-1.3.4-1/src/Fl_x.cxx:480:0: note: Variable 'status_attr' is reassigned a value before the old one has been used if variable is no semaphore variable.
fltk-1.3.4-1/src/Fl_x.cxx:481:5: note: Variable 'status_attr' is reassigned a value before the old one has been used if variable is no semaphore variable.
fltk-1.3.4-1/src/Fl_x.cxx:401:9: style: The scope of the variable 'fnt' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_x.cxx:1489:58: style: The scope of the variable 'written' can be reduced. [variableScope]
fltk-1.3.4-1/src/Fl_x.cxx:1469:7: error: Common realloc mistake: 'sn_buffer' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_x.cxx:1804:4: error: Common realloc mistake: 'kp_buffer' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/Fl_x.cxx:3063:59: error: Uninitialized variable: bx [uninitvar]
fltk-1.3.4-1/src/Fl_x.cxx:3064:7: error: Uninitialized variable: bx [uninitvar]
fltk-1.3.4-1/src/fl_arci.cxx:72:0: error: #error unsupported platform [preprocessorErrorDirective]
fltk-1.3.4-1/src/fl_ask.cxx:214:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_color_mac.cxx:38:7: style: The scope of the variable 'index' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_color_mac.cxx:47:13: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/fl_dnd_win32.cxx:244:16: style: The scope of the variable 'u' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_dnd_win32.cxx:274:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_dnd_win32.cxx:61:3: warning: Member variable 'FLDropTarget::px' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/src/fl_dnd_win32.cxx:61:3: warning: Member variable 'FLDropTarget::py' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/src/fl_dnd_win32.cxx:430:3: warning: Member variable 'FLDataObject::m_EnumF' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/src/fl_dnd_win32.cxx:319:20: performance: Variable 'm_cRefCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fltk-1.3.4-1/src/fl_dnd_win32.cxx:410:5: performance: Variable 'm_lRefCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fltk-1.3.4-1/src/fl_dnd_win32.cxx:430:20: performance: Variable 'm_cRefCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fltk-1.3.4-1/src/fl_draw.cxx:156:25: style: The scope of the variable 'symptr' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_draw_image.cxx:521:17: style: The scope of the variable 'buffer_size' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_draw_image_mac.cxx:90:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fltk-1.3.4-1/src/fl_draw_image_win32.cxx:119:7: style: Condition 'indexed' is always false [knownConditionTrueFalse]
fltk-1.3.4-1/src/fl_draw_image_win32.cxx:112:18: note: Assignment 'indexed=0', assigned value is 0
fltk-1.3.4-1/src/fl_draw_image_win32.cxx:119:7: note: Condition 'indexed' is always false
fltk-1.3.4-1/src/fl_file_dir.cxx:171:15: style: The scope of the variable 'retname' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_font_x.cxx:187:21: style: The scope of the variable 'f' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_font_x.cxx:20:52: style: Function 'Fl_Font_Descriptor' argument 1 names different: declaration 'xfontname' definition 'name'. [funcArgNamesDifferent]
fltk-1.3.4-1/src/Fl_Font.H:70:44: note: Function 'Fl_Font_Descriptor' argument 1 names different: declaration 'xfontname' definition 'name'.
fltk-1.3.4-1/src/fl_font_x.cxx:20:52: note: Function 'Fl_Font_Descriptor' argument 1 names different: declaration 'xfontname' definition 'name'.
fltk-1.3.4-1/src/fl_font_x.cxx:179:3: error: Pointer to local array variable returned. [returnLocalVariable]
fltk-1.3.4-1/src/fl_font_x.cxx:20:21: warning: Member variable 'Fl_Font_Descriptor::next' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/src/fl_font_win32.cxx:391:5: error: Common realloc mistake: 'wstr' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/fl_font_win32.cxx:406:5: error: Common realloc mistake: 'wstr' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/fl_font_win32.cxx:419:5: error: Common realloc mistake: 'wstr' nulled but not freed upon failure [memleakOnRealloc]
fltk-1.3.4-1/src/fl_font_xft.cxx:677:13: style: The scope of the variable 'pu' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_font_xft.cxx:678:12: style: The scope of the variable 'sz' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_line_style.cxx:158:0: error: #error unsupported platform [preprocessorErrorDirective]
fltk-1.3.4-1/src/fl_open_uri.cxx:259:12: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/fl_read_image.cxx:257:7: style: Condition '!image' is always true [knownConditionTrueFalse]
fltk-1.3.4-1/src/fl_read_image.cxx:254:11: note: Assignment 'image=0', assigned value is 0
fltk-1.3.4-1/src/fl_read_image.cxx:257:7: note: Condition '!image' is always true
fltk-1.3.4-1/src/fl_read_image.cxx:223:11: style: The scope of the variable 'maxindex' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_read_image.cxx:234:3: style: The scope of the variable 'red_shift' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_read_image.cxx:236:3: style: The scope of the variable 'green_shift' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_read_image.cxx:238:3: style: The scope of the variable 'blue_shift' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_read_image.cxx:246:7: style: The scope of the variable 'allow_outside' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_rect.cxx:176:0: error: #error unsupported platform [preprocessorErrorDirective]
fltk-1.3.4-1/src/fl_scroll_area.cxx:154:0: error: #error unsupported platform [preprocessorErrorDirective]
fltk-1.3.4-1/src/fl_set_font.cxx:43:24: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/fl_set_font.cxx:48:16: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/fl_set_fonts_mac.cxx:186:21: style: Variable 's' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:272:7: style: Variable 'stop' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:271:7: note: Variable 'stop' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:272:7: note: Variable 'stop' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:273:7: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:271:14: note: Variable 'start' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:273:7: note: Variable 'start' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:213:7: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:214:7: style: The scope of the variable 'font_count' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:215:10: style: The scope of the variable 'full_list' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:249:11: style: The scope of the variable 'start' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_set_fonts_xft.cxx:250:11: style: The scope of the variable 'first' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_shortcut.cxx:86:30: style: struct member 'Keyname::key' is never used. [unusedStructMember]
fltk-1.3.4-1/src/fl_shortcut.cxx:86:47: style: struct member 'Keyname::name' is never used. [unusedStructMember]
fltk-1.3.4-1/src/fl_show_colormap.cxx:44:12: warning: Member variable 'ColorMenu::done' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/src/fl_show_colormap.cxx:40:3: style: Class 'ColorMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fltk-1.3.4-1/src/fl_utf.c:880:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/mk_wcwidth.c:90:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_utf.c:400:24: style: Variable 'u16' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/fl_utf8.cxx:85:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/fl_vertex.cxx:129:0: error: #error unsupported platform [preprocessorErrorDirective]
fltk-1.3.4-1/src/forms_timer.cxx:100:23: warning: Logical conjunction always evaluates to false: lastdelay > 0.0 && delay <= 0.0. [incorrectLogicOperator]
fltk-1.3.4-1/src/forms_timer.cxx:100:23: style: Opposite expression on both sides of '&&'. [oppositeExpression]
fltk-1.3.4-1/src/forms_timer.cxx:100:23: note: Opposite expression on both sides of '&&'.
fltk-1.3.4-1/src/forms_timer.cxx:100:23: note: Opposite expression on both sides of '&&'.
fltk-1.3.4-1/src/forms_timer.cxx:65:7: style: The scope of the variable 'tt' can be reduced. [variableScope]
fltk-1.3.4-1/src/forms_timer.cxx:67:8: style: The scope of the variable 'str' can be reduced. [variableScope]
fltk-1.3.4-1/src/freeglut_geometry.cxx:259:12: style: The scope of the variable 'r' can be reduced. [variableScope]
fltk-1.3.4-1/src/freeglut_geometry.cxx:593:59: style: The scope of the variable 'phi' can be reduced. [variableScope]
fltk-1.3.4-1/src/freeglut_geometry.cxx:596:10: style: The scope of the variable 'spsi' can be reduced. [variableScope]
fltk-1.3.4-1/src/freeglut_geometry.cxx:596:16: style: The scope of the variable 'cpsi' can be reduced. [variableScope]
fltk-1.3.4-1/src/freeglut_geometry.cxx:672:59: style: The scope of the variable 'phi' can be reduced. [variableScope]
fltk-1.3.4-1/src/freeglut_geometry.cxx:675:10: style: The scope of the variable 'spsi' can be reduced. [variableScope]
fltk-1.3.4-1/src/freeglut_geometry.cxx:675:16: style: The scope of the variable 'cpsi' can be reduced. [variableScope]
fltk-1.3.4-1/src/freeglut_geometry.cxx:1038:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.3.4-1/src/freeglut_geometry.cxx:1075:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.3.4-1/src/ps_image.cxx:74:19: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/ps_image.cxx:94:19: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/ps_image.cxx:128:17: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/ps_image.cxx:135:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/ps_image.cxx:172:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/src/ps_image.cxx:95:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fltk-1.3.4-1/src/ps_image.cxx:392:16: style: The scope of the variable 'interpol' can be reduced. [variableScope]
fltk-1.3.4-1/src/ps_image.cxx:479:16: style: The scope of the variable 'interpol' can be reduced. [variableScope]
fltk-1.3.4-1/src/ps_image.cxx:534:16: style: The scope of the variable 'interpol' can be reduced. [variableScope]
fltk-1.3.4-1/src/scandir_posix.c:137:8: style: The scope of the variable 'dirp' can be reduced. [variableScope]
fltk-1.3.4-1/src/scandir_win32.c:63:2: style: Variable 'wbuf' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/src/scandir_win32.c:60:0: note: Variable 'wbuf' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/scandir_win32.c:63:2: note: Variable 'wbuf' is reassigned a value before the old one has been used.
fltk-1.3.4-1/src/screen_xywh.cxx:243:11: style: Condition 'dpi_by_randr' is always false [knownConditionTrueFalse]
fltk-1.3.4-1/src/screen_xywh.cxx:172:22: note: Assignment 'dpi_by_randr=0', assigned value is 0
fltk-1.3.4-1/src/screen_xywh.cxx:243:11: note: Condition 'dpi_by_randr' is always false
fltk-1.3.4-1/src/screen_xywh.cxx:172:7: style: The scope of the variable 'dpi_by_randr' can be reduced. [variableScope]
fltk-1.3.4-1/src/screen_xywh.cxx:173:9: style: The scope of the variable 'dpih' can be reduced. [variableScope]
fltk-1.3.4-1/src/screen_xywh.cxx:173:22: style: The scope of the variable 'dpiv' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/case.c:101:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/imKStoUCS.c:287:42: warning: Either the condition 'keysym>1417' is redundant, otherwise there is negative array index -6. [negativeIndex]
fltk-1.3.4-1/src/xutf8/imKStoUCS.c:286:21: note: Assuming that condition 'keysym>1417' is not redundant
fltk-1.3.4-1/src/xutf8/imKStoUCS.c:287:42: note: Negative array index
fltk-1.3.4-1/src/xutf8/lcUniConv/8bit_tab_to_h.c:96:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/8bit_tab_to_h.c:103:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/8bit_tab_to_h.c:109:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/8bit_tab_to_h.c:114:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/8bit_tab_to_h.c:138:22: style: The scope of the variable 'i3' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/lcUniConv/8bit_tab_to_h.c:129:0: error: Memory leak: fname [memleak]
fltk-1.3.4-1/src/xutf8/lcUniConv/cjk_tab_to_h.c:95:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/cjk_tab_to_h.c:105:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/cjk_tab_to_h.c:112:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/cjk_tab_to_h.c:789:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/cjk_tab_to_h.c:793:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/cjk_tab_to_h.c:813:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/cjk_tab_to_h.c:177:38: style: The scope of the variable 'i1_min' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/lcUniConv/cjk_tab_to_h.c:177:46: style: The scope of the variable 'i1_max' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/lcUniConv/cjk_tab_to_h.c:604:10: style: The scope of the variable 'x' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/lcUniConv/gbk_tab_to_h.c:87:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/gbk_tab_to_h.c:97:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/gbk_tab_to_h.c:104:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/gbk_tab_to_h.c:784:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/gbk_tab_to_h.c:788:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/gbk_tab_to_h.c:808:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fltk-1.3.4-1/src/xutf8/lcUniConv/gbk_tab_to_h.c:169:38: style: The scope of the variable 'i1_min' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/lcUniConv/gbk_tab_to_h.c:169:46: style: The scope of the variable 'i1_max' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/lcUniConv/gbk_tab_to_h.c:599:10: style: The scope of the variable 'x' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/test.c:78:7: style: Unused variable: missing_charset_count [unusedVariable]
fltk-1.3.4-1/src/xutf8/test.c:92:0: style: Variable 'input_style' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/xutf8/test.c:94:9: style: Unused variable: def_string [unusedVariable]
fltk-1.3.4-1/src/xutf8/test.c:226:7: style: Variable 'no_xim' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/xutf8/test.c:216:26: style: Variable 'list1' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/xutf8/test.c:217:9: style: Unused variable: r [unusedVariable]
fltk-1.3.4-1/src/xutf8/test2.c:101:7: style: The scope of the variable 'no_xim' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/test2.c:80:7: style: Unused variable: missing_charset_count [unusedVariable]
fltk-1.3.4-1/src/xutf8/test2.c:94:0: style: Variable 'input_style' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/xutf8/test2.c:96:9: style: Unused variable: def_string [unusedVariable]
fltk-1.3.4-1/src/xutf8/test2.c:99:7: style: Unused variable: nb_font [unusedVariable]
fltk-1.3.4-1/src/xutf8/test2.c:138:7: style: Variable 'no_xim' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/xutf8/test2.c:182:26: style: Variable 'list1' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/xutf8/test2.c:183:9: style: Unused variable: r [unusedVariable]
fltk-1.3.4-1/src/xutf8/ucs2fontmap.c:339:42: style: Same expression on both sides of '||'. [duplicateExpression]
fltk-1.3.4-1/src/xutf8/utf8Input.c:42:18: style: struct member 'Summary16::indx' is never used. [unusedStructMember]
fltk-1.3.4-1/src/xutf8/utf8Input.c:43:18: style: struct member 'Summary16::used' is never used. [unusedStructMember]
fltk-1.3.4-1/src/xutf8/utf8Wrap.c:80:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/utf8Wrap.c:135:15: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/utf8Wrap.c:212:16: style: The scope of the variable 's' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/utf8Wrap.c:940:5: error: Uninitialized variable: buf [uninitvar]
fltk-1.3.4-1/src/xutf8/utf8Wrap.c:941:5: error: Uninitialized variable: buf [uninitvar]
fltk-1.3.4-1/src/xutf8/utils/conv_gen.c:78:7: warning: printf format string requires 2 parameters but 3 are given. [wrongPrintfScanfArgNum]
fltk-1.3.4-1/src/xutf8/utils/conv_gen.c:79:7: warning: printf format string requires 2 parameters but 3 are given. [wrongPrintfScanfArgNum]
fltk-1.3.4-1/src/xutf8/utils/conv_gen.c:140:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/src/xutf8/utils/conv_gen.c:152:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/src/xutf8/utils/convert_map.c:121:10: style: The scope of the variable 'nb' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/utils/convert_map.c:117:8: style: Unused variable: buf [unusedVariable]
fltk-1.3.4-1/src/xutf8/utils/convert_map.c:119:7: style: Unused variable: i [unusedVariable]
fltk-1.3.4-1/src/xutf8/utils/create_table.c:55:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/src/xutf8/utils/create_table.c:29:10: style: The scope of the variable 'nb' can be reduced. [variableScope]
fltk-1.3.4-1/src/xutf8/utils/create_table.c:25:8: style: Unused variable: buf [unusedVariable]
fltk-1.3.4-1/src/xutf8/utils/create_table.c:47:5: style: Variable 'nb' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/src/xutf8/utils/euc_tw.c:36:9: style: The scope of the variable 'ucs' can be reduced. [variableScope]
fltk-1.3.4-1/test/blocks.cxx:181:8: performance: Technically the member function 'BlockSound::play_explosion' can be static. [functionStatic]
fltk-1.3.4-1/test/blocks.cxx:385:13: note: Technically the member function 'BlockSound::play_explosion' can be static.
fltk-1.3.4-1/test/blocks.cxx:181:8: note: Technically the member function 'BlockSound::play_explosion' can be static.
fltk-1.3.4-1/test/browser.cxx:166:10: style: Condition '!done' is always true [knownConditionTrueFalse]
fltk-1.3.4-1/test/browser.cxx:141:16: note: Assignment 'done=0', assigned value is 0
fltk-1.3.4-1/test/browser.cxx:166:10: note: Condition '!done' is always true
fltk-1.3.4-1/test/checkers.cxx:334:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:334:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:334:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:335:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:335:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:335:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:336:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:336:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:336:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:337:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:337:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:337:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:338:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:338:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:338:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:339:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:339:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:339:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:340:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:340:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:340:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fltk-1.3.4-1/test/checkers.cxx:361:12: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/checkers.cxx:1173:14: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/checkers.cxx:1209:14: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/checkers.cxx:1221:40: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/checkers.cxx:1224:19: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/checkers.cxx:1228:40: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/checkers.cxx:1230:19: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/checkers.cxx:1235:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/checkers.cxx:1239:14: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/checkers.cxx:488:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fltk-1.3.4-1/test/checkers.cxx:635:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fltk-1.3.4-1/test/colbrowser.cxx:200:13: style: The scope of the variable 'diffr' can be reduced. [variableScope]
fltk-1.3.4-1/test/colbrowser.cxx:200:20: style: The scope of the variable 'diffg' can be reduced. [variableScope]
fltk-1.3.4-1/test/colbrowser.cxx:200:27: style: The scope of the variable 'diffb' can be reduced. [variableScope]
fltk-1.3.4-1/test/colbrowser.cxx:201:16: style: The scope of the variable 'diff' can be reduced. [variableScope]
fltk-1.3.4-1/test/cube.cxx:37:3: warning: Member variable 'cube_box::lasttime' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/cube.cxx:37:3: warning: Member variable 'cube_box::wire' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/cube.cxx:37:3: warning: Member variable 'cube_box::size' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/cube.cxx:37:3: warning: Member variable 'cube_box::speed' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/demo.cxx:103:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/demo.cxx:102:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:103:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:104:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/demo.cxx:103:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:104:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:105:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/demo.cxx:104:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:105:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:106:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/demo.cxx:105:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:106:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:107:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/demo.cxx:106:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:107:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:108:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/demo.cxx:107:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:108:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:109:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/demo.cxx:108:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:109:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:110:3: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/demo.cxx:109:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:110:3: note: Variable 'obj' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/demo.cxx:204:11: style: The scope of the variable 'bn' can be reduced. [variableScope]
fltk-1.3.4-1/test/demo.cxx:367:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/test/demo.cxx:367:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fltk-1.3.4-1/test/demo.cxx:110:9: style: Variable 'obj' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/test/demo.cxx:425:15: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
fltk-1.3.4-1/test/editor.cxx:604:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:609:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:618:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:632:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:644:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:656:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:693:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:723:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:728:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:735:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:760:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:765:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:793:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:830:21: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/editor.cxx:797:3: style: Variable 'find' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/editor.cxx:794:0: note: Variable 'find' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/editor.cxx:797:3: note: Variable 'find' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/file_chooser.cxx:287:10: style: The scope of the variable 'in' can be reduced. [variableScope]
fltk-1.3.4-1/test/file_chooser.cxx:288:4: style: The scope of the variable 'out' can be reduced. [variableScope]
fltk-1.3.4-1/test/file_chooser.cxx:289:8: style: The scope of the variable 'page' can be reduced. [variableScope]
fltk-1.3.4-1/test/file_chooser.cxx:290:9: style: The scope of the variable 'line' can be reduced. [variableScope]
fltk-1.3.4-1/test/file_chooser.cxx:344:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/test/file_chooser.cxx:346:8: style: The scope of the variable 'relative' can be reduced. [variableScope]
fltk-1.3.4-1/test/forms.cxx:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fltk-1.3.4-1/test/fromdos.c:43:0: error: Resource leak: in [resourceLeak]
fltk-1.3.4-1/test/fullscreen.cxx:147:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/fullscreen.cxx:340:4: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/test/fullscreen.cxx:133:20: warning: Member variable 'fullscreen_window::b3' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/fullscreen.cxx:133:20: warning: Member variable 'fullscreen_window::b4' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/fullscreen.cxx:347:3: error: Memory leak: window.b3 [memleak]
fltk-1.3.4-1/test/fullscreen.cxx:347:3: error: Memory leak: window.b4 [memleak]
fltk-1.3.4-1/test/gl_overlay.cxx:96:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/gl_overlay.cxx:31:3: warning: Member variable 'shape_window::sides' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/input.cxx:136:57: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/test/input.cxx:150:52: style: Variable 'y1' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/test/native-filechooser.cxx:87:7: style: The scope of the variable 'argn' can be reduced. [variableScope]
fltk-1.3.4-1/test/offscreen.cxx:184:14: style: The scope of the variable 'icol' can be reduced. [variableScope]
fltk-1.3.4-1/test/offscreen.cxx:185:14: style: The scope of the variable 'ox' can be reduced. [variableScope]
fltk-1.3.4-1/test/offscreen.cxx:186:14: style: The scope of the variable 'oy' can be reduced. [variableScope]
fltk-1.3.4-1/test/offscreen.cxx:187:14: style: The scope of the variable 'iters' can be reduced. [variableScope]
fltk-1.3.4-1/test/offscreen.cxx:110:26: style: Function 'handle' argument 1 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
fltk-1.3.4-1/test/offscreen.cxx:54:18: note: Function 'handle' argument 1 names different: declaration 'event' definition 'ev'.
fltk-1.3.4-1/test/offscreen.cxx:110:26: note: Function 'handle' argument 1 names different: declaration 'event' definition 'ev'.
fltk-1.3.4-1/test/offscreen.cxx:74:11: warning: Member variable 'oscr_box::xoff' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/offscreen.cxx:74:11: warning: Member variable 'oscr_box::yoff' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/shape.cxx:77:22: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/shape.cxx:67:3: warning: Member variable 'shape_window::sides' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/subwindow.cxx:66:3: warning: Member variable 'testwindow::cx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/subwindow.cxx:66:3: warning: Member variable 'testwindow::cy' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/subwindow.cxx:68:3: warning: Member variable 'testwindow::cx' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/subwindow.cxx:68:3: warning: Member variable 'testwindow::cy' is not initialized in the constructor. [uninitMemberVar]
fltk-1.3.4-1/test/sudoku.cxx:564:18: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:748:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:837:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:849:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:881:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:1051:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:1067:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:1216:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:1237:15: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:1300:4: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/sudoku.cxx:725:10: style: The scope of the variable 'Y' can be reduced. [variableScope]
fltk-1.3.4-1/test/sudoku.cxx:725:13: style: The scope of the variable 'W' can be reduced. [variableScope]
fltk-1.3.4-1/test/sudoku.cxx:725:16: style: The scope of the variable 'H' can be reduced. [variableScope]
fltk-1.3.4-1/test/sudoku.cxx:133:8: performance: Technically the member function 'SudokuSound::play' can be static. [functionStatic]
fltk-1.3.4-1/test/sudoku.cxx:424:19: note: Technically the member function 'SudokuSound::play' can be static.
fltk-1.3.4-1/test/sudoku.cxx:133:8: note: Technically the member function 'SudokuSound::play' can be static.
fltk-1.3.4-1/test/table.cxx:115:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/table.cxx:36:9: performance: Variable 'cell_bgcolor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fltk-1.3.4-1/test/table.cxx:37:9: performance: Variable 'cell_fgcolor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fltk-1.3.4-1/test/trackball.c:221:14: style: The scope of the variable 't' can be reduced. [variableScope]
fltk-1.3.4-1/test/unittest_schemes.cxx:49:23: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/unittest_scrollbarsize.cxx:139:32: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/unittest_symbol.cxx:81:65: style: Variable 'yy' is assigned a value that is never used. [unreadVariable]
fltk-1.3.4-1/test/unittests.cxx:160:20: style: C-style pointer casting [cstyleCast]
fltk-1.3.4-1/test/unittests.cxx:66:15: style: Technically the member function 'UnitTest::label' can be const. [functionConst]
fltk-1.3.4-1/test/utf8.cxx:576:3: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/test/utf8.cxx:574:3: note: Variable 'l' is reassigned a value before the old one has been used.
fltk-1.3.4-1/test/utf8.cxx:576:3: note: Variable 'l' is reassigned a value before the old one has been used.
fltk-1.3.4-1/zlib/adler32.c:71:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:329:10: style: The scope of the variable 'str' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:329:15: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:470:9: style: The scope of the variable 'put' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:572:12: style: The scope of the variable 'str' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:1154:21: style: The scope of the variable 'match' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:1395:14: style: The scope of the variable 'more' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:1572:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:1632:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:1734:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/deflate.c:155:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
fltk-1.3.4-1/zlib/gzlib.c:367:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/gzlib.c:292:9: error: Memory leak: path [memleak]
fltk-1.3.4-1/zlib/gzread.c:488:20: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/gzread.c:490:20: style: The scope of the variable 'eol' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/gzwrite.c:18:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/gzwrite.c:138:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/gzwrite.c:249:14: style: The scope of the variable 'have' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/inflate.c:1497:5: style: Variable 'state->sane' is reassigned a value before the old one has been used. [redundantAssignment]
fltk-1.3.4-1/zlib/inflate.c:1493:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
fltk-1.3.4-1/zlib/inflate.c:1497:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
fltk-1.3.4-1/zlib/inflate.c:385:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/inflate.c:1297:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/inflate.c:1382:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/inflate.c:1445:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/inflate.c:1507:61: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fltk-1.3.4-1/zlib/inflate.c:683:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fltk-1.3.4-1/zlib/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/trees.c:712:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/trees.c:757:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/trees.c:1065:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/trees.c:1066:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/trees.c:1067:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/trees.c:1068:14: style: The scope of the variable 'code' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/trees.c:1069:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
fltk-1.3.4-1/zlib/zutil.c:309:31: style: Same expression on both sides of '-'. [duplicateExpression]
fltk-1.3.4-1/zlib/zutil.c:14:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
[22:22]

ftp://ftp.se.debian.org/debian/pool/main/f/flufl.bounce/flufl.bounce_2.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flufl.enum/flufl.enum_4.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flufl.i18n/flufl.i18n_2.0.1.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/flufl.lock/flufl.lock_3.2.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/flufl.password/flufl.password_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flufl.testing/flufl.testing_0.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fluid-soundfont/fluid-soundfont_3.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fluidr3mono-gm-soundfont/fluidr3mono-gm-soundfont_2.315.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fluidsynth/fluidsynth_1.1.8.orig.tar.gz
fluidsynth-1.1.8/bindings/fluidmax/fluidmax.c:317:8: style: The scope of the variable 'fullpath' can be reduced. [variableScope]
fluidsynth-1.1.8/bindings/fluidmax/fluidmax.c:93:7: style: struct member 'fluidmax_gen_descr_t::index' is never used. [unusedStructMember]
fluidsynth-1.1.8/bindings/fluidmax/fluidmax.c:1007:75: error: Uninitialized variable: name [uninitvar]
fluidsynth-1.1.8/bindings/fluidsynth_jni/src/fluidsynth_jni.cpp:230:10: error: Mismatching allocation and deallocation: data [mismatchAllocDealloc]
fluidsynth-1.1.8/bindings/fluidsynth_jni/src/fluidsynth_jni.cpp:243:5: error: Mismatching allocation and deallocation: data [mismatchAllocDealloc]
fluidsynth-1.1.8/src/bindings/fluid_cmd.c:282:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fluidsynth-1.1.8/src/bindings/fluid_cmd.c:684:18: style: The scope of the variable 'sfont' can be reduced. [variableScope]
fluidsynth-1.1.8/src/bindings/fluid_cmd.c:1575:7: style: The scope of the variable 'count' can be reduced. [variableScope]
fluidsynth-1.1.8/src/bindings/fluid_cmd.c:1719:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fluidsynth-1.1.8/src/bindings/fluid_cmd.c:1877:19: style: The scope of the variable 'client' can be reduced. [variableScope]
fluidsynth-1.1.8/src/bindings/fluid_lash.c:200:19: style: The scope of the variable 'sfont' can be reduced. [variableScope]
fluidsynth-1.1.8/src/bindings/fluid_lash.c:235:17: style: The scope of the variable 'event' can be reduced. [variableScope]
fluidsynth-1.1.8/src/bindings/fluid_lash.c:236:18: style: The scope of the variable 'config' can be reduced. [variableScope]
fluidsynth-1.1.8/src/drivers/fluid_aufile.c:123:59: style: Function 'fluid_file_audio_run_s16' argument 2 names different: declaration 'msec' definition 'clock_time'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/drivers/fluid_aufile.c:55:59: note: Function 'fluid_file_audio_run_s16' argument 2 names different: declaration 'msec' definition 'clock_time'.
fluidsynth-1.1.8/src/drivers/fluid_aufile.c:123:59: note: Function 'fluid_file_audio_run_s16' argument 2 names different: declaration 'msec' definition 'clock_time'.
fluidsynth-1.1.8/src/drivers/fluid_dsound.c:273:60: style: Function 'delete_fluid_dsound_audio_driver' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/drivers/fluid_dsound.c:35:60: note: Function 'delete_fluid_dsound_audio_driver' argument 1 names different: declaration 'data' definition 'd'.
fluidsynth-1.1.8/src/drivers/fluid_dsound.c:273:60: note: Function 'delete_fluid_dsound_audio_driver' argument 1 names different: declaration 'data' definition 'd'.
fluidsynth-1.1.8/src/drivers/fluid_jack.c:428:3: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:422:0: note: Variable 'dev' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/drivers/fluid_jack.c:428:3: note: Variable 'dev' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/drivers/fluid_jack.c:253:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:255:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:424:17: style: The scope of the variable 'jack_ports' can be reduced. [variableScope]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:426:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:528:23: style: The scope of the variable 'evt' can be reduced. [variableScope]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:529:9: style: The scope of the variable 'midi_buffer' can be reduced. [variableScope]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:532:16: style: The scope of the variable 'u' can be reduced. [variableScope]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:475:11: style: Variable 'connected' is modified but its new value is never used. [unreadVariable]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:461:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fluidsynth-1.1.8/src/drivers/fluid_jack.c:470:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fluidsynth-1.1.8/src/fluidsynth.c:769:49: warning: Either the condition 'if(filename)' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
fluidsynth-1.1.8/src/fluidsynth.c:770:8: note: Assuming that condition 'if(filename)' is not redundant
fluidsynth-1.1.8/src/fluidsynth.c:769:49: note: Null pointer dereference
fluidsynth-1.1.8/src/midi/fluid_midi.c:413:9: style: The scope of the variable 'c' can be reduced. [variableScope]
fluidsynth-1.1.8/src/midi/fluid_midi.c:453:9: style: The scope of the variable 'size' can be reduced. [variableScope]
fluidsynth-1.1.8/src/midi/fluid_midi.c:1204:25: style: The scope of the variable 'event' can be reduced. [variableScope]
fluidsynth-1.1.8/src/midi/fluid_midi.c:1299:26: style: The scope of the variable 'pi' can be reduced. [variableScope]
fluidsynth-1.1.8/src/midi/fluid_midi.c:1882:25: style: The scope of the variable 'event' can be reduced. [variableScope]
fluidsynth-1.1.8/src/midi/fluid_midi.c:194:48: style: Function 'fluid_midi_file_skip' argument 2 names different: declaration 'len' definition 'skip'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/midi/fluid_midi.h:357:51: note: Function 'fluid_midi_file_skip' argument 2 names different: declaration 'len' definition 'skip'.
fluidsynth-1.1.8/src/midi/fluid_midi.c:194:48: note: Function 'fluid_midi_file_skip' argument 2 names different: declaration 'len' definition 'skip'.
fluidsynth-1.1.8/src/midi/fluid_midi.c:228:44: style: Function 'fluid_midi_file_read_mthd' argument 1 names different: declaration 'midifile' definition 'mf'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/midi/fluid_midi.h:349:48: note: Function 'fluid_midi_file_read_mthd' argument 1 names different: declaration 'midifile' definition 'mf'.
fluidsynth-1.1.8/src/midi/fluid_midi.c:228:44: note: Function 'fluid_midi_file_read_mthd' argument 1 names different: declaration 'midifile' definition 'mf'.
fluidsynth-1.1.8/src/midi/fluid_midi.c:261:46: style: Function 'fluid_midi_file_load_tracks' argument 1 names different: declaration 'midifile' definition 'mf'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/midi/fluid_midi.h:350:50: note: Function 'fluid_midi_file_load_tracks' argument 1 names different: declaration 'midifile' definition 'mf'.
fluidsynth-1.1.8/src/midi/fluid_midi.c:261:46: note: Function 'fluid_midi_file_load_tracks' argument 1 names different: declaration 'midifile' definition 'mf'.
fluidsynth-1.1.8/src/midi/fluid_midi_router.c:93:3: style: Variable 'router' is reassigned a value before the old one has been used. [redundantAssignment]
fluidsynth-1.1.8/src/midi/fluid_midi_router.c:90:0: note: Variable 'router' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/midi/fluid_midi_router.c:93:3: note: Variable 'router' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/midi/fluid_midi_router.c:168:48: style: The scope of the variable 'prev_rule' can be reduced. [variableScope]
fluidsynth-1.1.8/src/midi/fluid_midi_router.c:250:48: style: The scope of the variable 'prev_rule' can be reduced. [variableScope]
fluidsynth-1.1.8/src/midi/fluid_seq.c:656:51: style: Function '_fluid_seq_queue_init' argument 2 names different: declaration 'nbEvents' definition 'maxEvents'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/midi/fluid_seq.c:77:64: note: Function '_fluid_seq_queue_init' argument 2 names different: declaration 'nbEvents' definition 'maxEvents'.
fluidsynth-1.1.8/src/midi/fluid_seq.c:656:51: note: Function '_fluid_seq_queue_init' argument 2 names different: declaration 'nbEvents' definition 'maxEvents'.
fluidsynth-1.1.8/src/midi/fluid_seq.c:1018:83: style: Function '_fluid_seq_queue_remove_entries_matching' argument 2 names different: declaration 'temp' definition 'templ'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/midi/fluid_seq.c:83:95: note: Function '_fluid_seq_queue_remove_entries_matching' argument 2 names different: declaration 'temp' definition 'templ'.
fluidsynth-1.1.8/src/midi/fluid_seq.c:1018:83: note: Function '_fluid_seq_queue_remove_entries_matching' argument 2 names different: declaration 'temp' definition 'templ'.
fluidsynth-1.1.8/src/midi/fluid_seqbind.c:264:9: style: The scope of the variable 'id' can be reduced. [variableScope]
fluidsynth-1.1.8/src/midi/fluid_seqbind.c:265:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fluidsynth-1.1.8/src/midi/fluid_seqbind.c:129:65: style: Function 'fluid_seq_fluidsynth_callback' argument 2 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/midi/fluid_seqbind.c:50:70: note: Function 'fluid_seq_fluidsynth_callback' argument 2 names different: declaration 'event' definition 'evt'.
fluidsynth-1.1.8/src/midi/fluid_seqbind.c:129:65: note: Function 'fluid_seq_fluidsynth_callback' argument 2 names different: declaration 'event' definition 'evt'.
fluidsynth-1.1.8/src/rvoice/fluid_chorus.c:490:10: style: The scope of the variable 'val' can be reduced. [variableScope]
fluidsynth-1.1.8/src/rvoice/fluid_chorus.c:509:10: style: The scope of the variable 'val' can be reduced. [variableScope]
fluidsynth-1.1.8/src/rvoice/fluid_chorus.c:510:10: style: The scope of the variable 'val2' can be reduced. [variableScope]
fluidsynth-1.1.8/src/rvoice/fluid_iir_filter.c:48:51: style: Function 'fluid_iir_filter_apply' argument 3 names different: declaration 'dsp_buf_count' definition 'count'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/rvoice/fluid_iir_filter.h:30:56: note: Function 'fluid_iir_filter_apply' argument 3 names different: declaration 'dsp_buf_count' definition 'count'.
fluidsynth-1.1.8/src/rvoice/fluid_iir_filter.c:48:51: note: Function 'fluid_iir_filter_apply' argument 3 names different: declaration 'dsp_buf_count' definition 'count'.
fluidsynth-1.1.8/src/rvoice/fluid_rvoice.c:529:66: style: Function 'fluid_rvoice_set_output_rate' argument 2 names different: declaration 'output_rate' definition 'value'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/rvoice/fluid_rvoice.h:172:71: note: Function 'fluid_rvoice_set_output_rate' argument 2 names different: declaration 'output_rate' definition 'value'.
fluidsynth-1.1.8/src/rvoice/fluid_rvoice.c:529:66: note: Function 'fluid_rvoice_set_output_rate' argument 2 names different: declaration 'output_rate' definition 'value'.
fluidsynth-1.1.8/src/rvoice/fluid_rvoice.c:535:59: style: Function 'fluid_rvoice_set_interp_method' argument 2 names different: declaration 'interp_method' definition 'value'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/rvoice/fluid_rvoice.h:173:64: note: Function 'fluid_rvoice_set_interp_method' argument 2 names different: declaration 'interp_method' definition 'value'.
fluidsynth-1.1.8/src/rvoice/fluid_rvoice.c:535:59: note: Function 'fluid_rvoice_set_interp_method' argument 2 names different: declaration 'interp_method' definition 'value'.
fluidsynth-1.1.8/src/rvoice/fluid_rvoice.c:541:68: style: Function 'fluid_rvoice_set_root_pitch_hz' argument 2 names different: declaration 'root_pitch_hz' definition 'value'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/rvoice/fluid_rvoice.h:174:73: note: Function 'fluid_rvoice_set_root_pitch_hz' argument 2 names different: declaration 'root_pitch_hz' definition 'value'.
fluidsynth-1.1.8/src/rvoice/fluid_rvoice.c:541:68: note: Function 'fluid_rvoice_set_root_pitch_hz' argument 2 names different: declaration 'root_pitch_hz' definition 'value'.
fluidsynth-1.1.8/src/rvoice/fluid_rvoice_dsp.c:67:10: style: The scope of the variable 'x' can be reduced. [variableScope]
fluidsynth-1.1.8/src/rvoice/fluid_rvoice_dsp.c:135:16: style: The scope of the variable 'dsp_phase_index' can be reduced. [variableScope]
fluidsynth-1.1.8/src/rvoice/fluid_rvoice_dsp.c:196:16: style: The scope of the variable 'dsp_phase_index' can be reduced. [variableScope]
fluidsynth-1.1.8/src/rvoice/fluid_rvoice_dsp.c:285:16: style: The scope of the variable 'dsp_phase_index' can be reduced. [variableScope]
fluidsynth-1.1.8/src/rvoice/fluid_rvoice_dsp.c:435:16: style: The scope of the variable 'dsp_phase_index' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1128:3: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1127:0: note: Variable 'zone' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1128:3: note: Variable 'zone' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1529:3: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1528:0: note: Variable 'zone' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1529:3: note: Variable 'zone' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1790:3: style: Variable 'sample' is reassigned a value before the old one has been used. [redundantAssignment]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1788:0: note: Variable 'sample' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1790:3: note: Variable 'sample' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:334:19: style: The scope of the variable 'hi' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:334:23: style: The scope of the variable 'lo' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:336:11: style: The scope of the variable 's' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:497:19: style: The scope of the variable 'sample' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:641:28: style: The scope of the variable 'prev' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1042:11: style: The scope of the variable 'sfzone' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1043:24: style: The scope of the variable 'zone' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1167:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1190:10: style: The scope of the variable 'sfgen' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1441:11: style: The scope of the variable 'sfzone' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1442:22: style: The scope of the variable 'zone' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1562:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:1593:10: style: The scope of the variable 'sfgen' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:2288:17: style: The scope of the variable 'id' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:2565:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:2647:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:2711:26: style: The scope of the variable 'gzone' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:2711:33: style: The scope of the variable 'discarded' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:2926:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:3009:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:3062:26: style: The scope of the variable 'gzone' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:3062:33: style: The scope of the variable 'discarded' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:3262:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:3297:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:3332:7: style: The scope of the variable 'invalid_loopstart' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:3333:7: style: The scope of the variable 'invalid_loopend' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:3333:24: style: The scope of the variable 'loopend_end_mismatch' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:683:103: style: Function 'fluid_defsfont_get_preset' argument 3 names different: declaration 'prenum' definition 'num'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.h:423:103: note: Function 'fluid_defsfont_get_preset' argument 3 names different: declaration 'prenum' definition 'num'.
fluidsynth-1.1.8/src/sfloader/fluid_defsfont.c:683:103: note: Function 'fluid_defsfont_get_preset' argument 3 names different: declaration 'prenum' definition 'num'.
fluidsynth-1.1.8/src/sfloader/fluid_ramsfont.c:1204:3: style: Variable 'sample' is reassigned a value before the old one has been used. [redundantAssignment]
fluidsynth-1.1.8/src/sfloader/fluid_ramsfont.c:1202:0: note: Variable 'sample' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/sfloader/fluid_ramsfont.c:1204:3: note: Variable 'sample' is reassigned a value before the old one has been used.
fluidsynth-1.1.8/src/sfloader/fluid_ramsfont.c:308:28: style: The scope of the variable 'prev' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_ramsfont.c:542:28: style: The scope of the variable 'data' can be reduced. [variableScope]
fluidsynth-1.1.8/src/sfloader/fluid_ramsfont.c:1143:15: style: The scope of the variable 'storedNbFrames' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_chan.c:212:62: style: Function 'fluid_channel_set_sfont_bank_prog' argument 2 names different: declaration 'sfont' definition 'sfontnum'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/synth/fluid_chan.h:94:67: note: Function 'fluid_channel_set_sfont_bank_prog' argument 2 names different: declaration 'sfont' definition 'sfontnum'.
fluidsynth-1.1.8/src/synth/fluid_chan.c:212:62: note: Function 'fluid_channel_set_sfont_bank_prog' argument 2 names different: declaration 'sfont' definition 'sfontnum'.
fluidsynth-1.1.8/src/synth/fluid_chan.c:213:39: style: Function 'fluid_channel_set_sfont_bank_prog' argument 3 names different: declaration 'bank' definition 'banknum'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/synth/fluid_chan.h:95:44: note: Function 'fluid_channel_set_sfont_bank_prog' argument 3 names different: declaration 'bank' definition 'banknum'.
fluidsynth-1.1.8/src/synth/fluid_chan.c:213:39: note: Function 'fluid_channel_set_sfont_bank_prog' argument 3 names different: declaration 'bank' definition 'banknum'.
fluidsynth-1.1.8/src/synth/fluid_chan.c:213:52: style: Function 'fluid_channel_set_sfont_bank_prog' argument 4 names different: declaration 'prog' definition 'prognum'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/synth/fluid_chan.h:95:54: note: Function 'fluid_channel_set_sfont_bank_prog' argument 4 names different: declaration 'prog' definition 'prognum'.
fluidsynth-1.1.8/src/synth/fluid_chan.c:213:52: note: Function 'fluid_channel_set_sfont_bank_prog' argument 4 names different: declaration 'prog' definition 'prognum'.
fluidsynth-1.1.8/src/synth/fluid_gen.c:145:48: style: Function 'fluid_gen_scale_nrpn' argument 2 names different: declaration 'nrpn' definition 'data'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/synth/fluid_gen.h:40:48: note: Function 'fluid_gen_scale_nrpn' argument 2 names different: declaration 'nrpn' definition 'data'.
fluidsynth-1.1.8/src/synth/fluid_gen.c:145:48: note: Function 'fluid_gen_scale_nrpn' argument 2 names different: declaration 'nrpn' definition 'data'.
fluidsynth-1.1.8/src/synth/fluid_synth.c:781:10: style: The scope of the variable 'k' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:783:23: style: The scope of the variable 'sfont_info' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:784:21: style: The scope of the variable 'loader' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:987:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1020:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1038:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1081:7: style: The scope of the variable 'nrpn_select' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1535:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1573:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1634:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1663:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1684:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1854:23: style: The scope of the variable 'sfont_info' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1886:23: style: The scope of the variable 'sfont_info' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1914:23: style: The scope of the variable 'sfont_info' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1949:7: style: The scope of the variable 'subst_bank' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1949:19: style: The scope of the variable 'subst_prog' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:2184:20: style: The scope of the variable 'channel' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:2185:19: style: The scope of the variable 'preset' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:2263:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:2326:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:2487:15: style: The scope of the variable 'available' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:2731:12: style: The scope of the variable 'dp' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:3064:10: style: The scope of the variable 'k' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:3141:18: style: The scope of the variable 'existing_voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:3236:18: style: The scope of the variable 'sfont' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:3238:21: style: The scope of the variable 'loader' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:3398:18: style: The scope of the variable 'sfont' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:3399:21: style: The scope of the variable 'loader' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:3498:23: style: The scope of the variable 'sfont_info' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:3656:9: style: The scope of the variable 'name' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:4074:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:4259:20: style: The scope of the variable 'channel' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:4289:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:4456:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:4870:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:5050:18: style: The scope of the variable 'voice' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:5070:23: style: The scope of the variable 'sfont_info' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_synth.c:1722:69: style: Function 'fluid_synth_update_channel_pressure_LOCAL' argument 2 names different: declaration 'channum' definition 'chan'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/synth/fluid_synth.c:60:80: note: Function 'fluid_synth_update_channel_pressure_LOCAL' argument 2 names different: declaration 'channum' definition 'chan'.
fluidsynth-1.1.8/src/synth/fluid_synth.c:1722:69: note: Function 'fluid_synth_update_channel_pressure_LOCAL' argument 2 names different: declaration 'channum' definition 'chan'.
fluidsynth-1.1.8/src/synth/fluid_voice.c:470:19: style: The scope of the variable 'tuning' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:1118:16: style: The scope of the variable 'mod' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:1161:16: style: The scope of the variable 'mod' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:1162:13: style: The scope of the variable 'gen' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:1562:16: style: The scope of the variable 'mod' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:1659:16: style: The scope of the variable 'peak_max' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:1660:16: style: The scope of the variable 'peak_min' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:1661:16: style: The scope of the variable 'peak' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:1663:10: style: The scope of the variable 'result' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:1664:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fluidsynth-1.1.8/src/synth/fluid_voice.c:243:17: style: Function 'fluid_voice_init' argument 7 names different: declaration 'time' definition 'start_time'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/synth/fluid_voice.h:125:38: note: Function 'fluid_voice_init' argument 7 names different: declaration 'time' definition 'start_time'.
fluidsynth-1.1.8/src/synth/fluid_voice.c:243:17: note: Function 'fluid_voice_init' argument 7 names different: declaration 'time' definition 'start_time'.
fluidsynth-1.1.8/src/synth/fluid_voice.c:1610:71: style: Function 'fluid_voice_set_param' argument 3 names different: declaration 'value' definition 'nrpn_value'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/synth/fluid_voice.h:131:71: note: Function 'fluid_voice_set_param' argument 3 names different: declaration 'value' definition 'nrpn_value'.
fluidsynth-1.1.8/src/synth/fluid_voice.c:1610:71: note: Function 'fluid_voice_set_param' argument 3 names different: declaration 'value' definition 'nrpn_value'.
fluidsynth-1.1.8/src/unused/fluid_dsp_float.c:70:10: style: The scope of the variable 'x' can be reduced. [variableScope]
fluidsynth-1.1.8/src/unused/fluid_dsp_float.c:147:16: style: The scope of the variable 'dsp_phase_index' can be reduced. [variableScope]
fluidsynth-1.1.8/src/unused/fluid_dsp_float.c:208:16: style: The scope of the variable 'dsp_phase_index' can be reduced. [variableScope]
fluidsynth-1.1.8/src/unused/fluid_dsp_float.c:297:16: style: The scope of the variable 'dsp_phase_index' can be reduced. [variableScope]
fluidsynth-1.1.8/src/unused/fluid_dsp_float.c:447:16: style: The scope of the variable 'dsp_phase_index' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_conv.c:270:26: style: Function 'fluid_hz2ct' argument 1 names different: declaration 'c' definition 'f'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/utils/fluid_conv.h:49:39: note: Function 'fluid_hz2ct' argument 1 names different: declaration 'c' definition 'f'.
fluidsynth-1.1.8/src/utils/fluid_conv.c:270:26: note: Function 'fluid_hz2ct' argument 1 names different: declaration 'c' definition 'f'.
fluidsynth-1.1.8/src/utils/fluid_hash.c:431:3: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: ri. [nullPointerRedundantCheck]
fluidsynth-1.1.8/src/utils/fluid_hash.c:428:30: note: Assuming that condition 'iter!=NULL' is not redundant
fluidsynth-1.1.8/src/utils/fluid_hash.c:426:18: note: Assignment 'ri=(struct RealIter*)iter', assigned value is 0
fluidsynth-1.1.8/src/utils/fluid_hash.c:431:3: note: Null pointer dereference
fluidsynth-1.1.8/src/utils/fluid_hash.c:432:3: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: ri. [nullPointerRedundantCheck]
fluidsynth-1.1.8/src/utils/fluid_hash.c:428:30: note: Assuming that condition 'iter!=NULL' is not redundant
fluidsynth-1.1.8/src/utils/fluid_hash.c:426:18: note: Assignment 'ri=(struct RealIter*)iter', assigned value is 0
fluidsynth-1.1.8/src/utils/fluid_hash.c:432:3: note: Null pointer dereference
fluidsynth-1.1.8/src/utils/fluid_hash.c:433:3: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: ri. [nullPointerRedundantCheck]
fluidsynth-1.1.8/src/utils/fluid_hash.c:428:30: note: Assuming that condition 'iter!=NULL' is not redundant
fluidsynth-1.1.8/src/utils/fluid_hash.c:426:18: note: Assignment 'ri=(struct RealIter*)iter', assigned value is 0
fluidsynth-1.1.8/src/utils/fluid_hash.c:433:3: note: Null pointer dereference
fluidsynth-1.1.8/src/utils/fluid_hash.c:434:3: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: ri. [nullPointerRedundantCheck]
fluidsynth-1.1.8/src/utils/fluid_hash.c:428:30: note: Assuming that condition 'iter!=NULL' is not redundant
fluidsynth-1.1.8/src/utils/fluid_hash.c:426:18: note: Assignment 'ri=(struct RealIter*)iter', assigned value is 0
fluidsynth-1.1.8/src/utils/fluid_hash.c:434:3: note: Null pointer dereference
fluidsynth-1.1.8/src/utils/fluid_hash.c:435:3: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: ri. [nullPointerRedundantCheck]
fluidsynth-1.1.8/src/utils/fluid_hash.c:428:30: note: Assuming that condition 'iter!=NULL' is not redundant
fluidsynth-1.1.8/src/utils/fluid_hash.c:426:18: note: Assignment 'ri=(struct RealIter*)iter', assigned value is 0
fluidsynth-1.1.8/src/utils/fluid_hash.c:435:3: note: Null pointer dereference
fluidsynth-1.1.8/src/utils/fluid_hash.c:460:7: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: ri. [nullPointerRedundantCheck]
fluidsynth-1.1.8/src/utils/fluid_hash.c:458:34: note: Assuming that condition 'iter!=NULL' is not redundant
fluidsynth-1.1.8/src/utils/fluid_hash.c:456:18: note: Assignment 'ri=(struct RealIter*)iter', assigned value is 0
fluidsynth-1.1.8/src/utils/fluid_hash.c:460:7: note: Null pointer dereference
fluidsynth-1.1.8/src/utils/fluid_sys.h:296:3: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fluidsynth-1.1.8/src/utils/fluid_sys.h:304:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fluidsynth-1.1.8/src/utils/fluid_list.c:65:17: style: The scope of the variable 'last' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_list.c:135:58: style: Function 'fluid_list_remove_link' argument 2 names different: declaration 'llink' definition 'link'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/utils/fluid_list.h:51:72: note: Function 'fluid_list_remove_link' argument 2 names different: declaration 'llink' definition 'link'.
fluidsynth-1.1.8/src/utils/fluid_list.c:135:58: note: Function 'fluid_list_remove_link' argument 2 names different: declaration 'llink' definition 'link'.
fluidsynth-1.1.8/src/utils/fluid_settings.c:1060:11: warning: Possible null pointer dereference: option [nullPointer]
fluidsynth-1.1.8/src/utils/fluid_settings.c:1059:22: note: Assignment 'option=(char*)((list)?(list->data):NULL)', assigned value is 0
fluidsynth-1.1.8/src/utils/fluid_settings.c:1060:11: note: Null pointer dereference
fluidsynth-1.1.8/src/utils/fluid_settings.c:1497:20: warning: Possible null pointer dereference: option [nullPointer]
fluidsynth-1.1.8/src/utils/fluid_settings.c:1496:16: note: Assignment 'option=(p)?(p->data):NULL', assigned value is 0
fluidsynth-1.1.8/src/utils/fluid_settings.c:1497:20: note: Null pointer dereference
fluidsynth-1.1.8/src/utils/fluid_settings.c:382:25: style: The scope of the variable 'node' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_settings.c:1573:7: style: The scope of the variable 'r' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_settings.c:100:23: error: Allocation with malloc, strcpy doesn't release it. [leakNoVarFunctionCall]
fluidsynth-1.1.8/src/utils/fluid_settings.c:467:27: error: Allocation with malloc, strcpy doesn't release it. [leakNoVarFunctionCall]
fluidsynth-1.1.8/src/utils/fluid_settings.c:700:30: error: Allocation with malloc, strcpy doesn't release it. [leakNoVarFunctionCall]
fluidsynth-1.1.8/src/utils/fluid_sys.c:613:24: style: The scope of the variable 'info' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_sys.c:694:7: style: The scope of the variable 'cont' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_sys.c:696:8: style: The scope of the variable 'delay' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_sys.c:779:7: style: The scope of the variable 'auto_destroy' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_sys.c:862:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_sys.c:983:18: style: The scope of the variable 'client_socket' can be reduced. [variableScope]
fluidsynth-1.1.8/src/utils/fluid_sys.c:953:53: style: Function 'fluid_server_socket_join' argument 1 names different: declaration 'sock' definition 'server_socket'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/utils/fluid_sys.h:339:53: note: Function 'fluid_server_socket_join' argument 1 names different: declaration 'sock' definition 'server_socket'.
fluidsynth-1.1.8/src/utils/fluid_sys.c:953:53: note: Function 'fluid_server_socket_join' argument 1 names different: declaration 'sock' definition 'server_socket'.
fluidsynth-1.1.8/src/utils/fluid_sys.c:1105:55: style: Function 'delete_fluid_server_socket' argument 1 names different: declaration 'sock' definition 'server_socket'. [funcArgNamesDifferent]
fluidsynth-1.1.8/src/utils/fluid_sys.h:338:55: note: Function 'delete_fluid_server_socket' argument 1 names different: declaration 'sock' definition 'server_socket'.
fluidsynth-1.1.8/src/utils/fluid_sys.c:1105:55: note: Function 'delete_fluid_server_socket' argument 1 names different: declaration 'sock' definition 'server_socket'.
fluidsynth-1.1.8/src/utils/fluid_sys.c:989:8: style: Unused variable: straddr [unusedVariable]
[22:22]

ftp://ftp.se.debian.org/debian/pool/main/f/fluidsynth-dssi/fluidsynth-dssi_1.0.0.orig.tar.gz
fluidsynth-dssi-1.0.0/src/FluidSynth-DSSI_gtk.c:630:15: style: The scope of the variable 'sfpreset' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/FluidSynth-DSSI_gtk.c:299:12: style: Variable 'port' is assigned a value that is never used. [unreadVariable]
fluidsynth-dssi-1.0.0/src/FluidSynth-DSSI_gtk.c:300:13: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
fluidsynth-dssi-1.0.0/src/FluidSynth-DSSI_gtk.c:671:13: warning: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fluidsynth-dssi-1.0.0/src/fluidsynth-dssi.c:515:9: style: The scope of the variable 'have_mutex_lock' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/fluidsynth-dssi.c:1051:12: style: The scope of the variable 'port_names' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/fluidsynth-dssi.c:1052:28: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/fluidsynth-dssi.c:1053:27: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/fluidsynth-dssi.c:792:40: style: Function 'fsd_run_multiple_synths' argument 5 names different: declaration 'event_counts' definition 'event_count'. [funcArgNamesDifferent]
fluidsynth-dssi-1.0.0/src/fluidsynth-dssi.c:74:40: note: Function 'fsd_run_multiple_synths' argument 5 names different: declaration 'event_counts' definition 'event_count'.
fluidsynth-dssi-1.0.0/src/fluidsynth-dssi.c:792:40: note: Function 'fsd_run_multiple_synths' argument 5 names different: declaration 'event_counts' definition 'event_count'.
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:683:5: warning: Either the condition 'if(sf)' is redundant or there is possible null pointer dereference: sf. [nullPointerRedundantCheck]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:688:10: note: Assuming that condition 'if(sf)' is not redundant
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:683:5: note: Null pointer dereference
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:101:17: style: The scope of the variable 'last' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:772:17: style: The scope of the variable 'id' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1033:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1115:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1179:26: style: The scope of the variable 'gzone' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1179:33: style: The scope of the variable 'discarded' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1394:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1477:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1530:26: style: The scope of the variable 'gzone' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1530:33: style: The scope of the variable 'discarded' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1730:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:1765:21: style: The scope of the variable 'p2' can be reduced. [variableScope]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:171:58: style: Function 'fluid_list_remove_link' argument 2 names different: declaration 'llink' definition 'link'. [funcArgNamesDifferent]
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:60:72: note: Function 'fluid_list_remove_link' argument 2 names different: declaration 'llink' definition 'link'.
fluidsynth-dssi-1.0.0/src/load_soundfont_metadata.c:171:58: note: Function 'fluid_list_remove_link' argument 2 names different: declaration 'llink' definition 'link'.
fluidsynth-dssi-1.0.0/src/locate_soundfont.c:156:4: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
[22:22]

ftp://ftp.se.debian.org/debian/pool/main/f/flumotion/flumotion_0.10.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/flup/flup_1.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/flush/flush_0.9.12.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/flute/flute_1.1.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fluxbox/fluxbox_1.3.7.orig.tar.gz
fluxbox-1.3.7/src/FbTk/StringUtil.hh:101:9: style: The scope of the variable 'err' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/Resource.hh:228:73: style: Function 'getResource' argument 1 names different: declaration 'resource' definition 'resname'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Resource.hh:123:60: note: Function 'getResource' argument 1 names different: declaration 'resource' definition 'resname'.
fluxbox-1.3.7/src/FbTk/Resource.hh:228:73: note: Function 'getResource' argument 1 names different: declaration 'resource' definition 'resname'.
fluxbox-1.3.7/src/FbTk/STLUtil.hh:77:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fluxbox-1.3.7/src/FbTk/GContext.hh:86:10: performance: Technically the member function 'FbTk::GContext::setFont' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/Layer.hh:46:10: style: Technically the member function 'FbTk::Layer::getLayerNum' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/LayerItem.hh:56:10: performance: Technically the member function 'FbTk::LayerItem::visible' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/SelectArg.hh:66:11: style: Technically the member function 'FbTk::STLUtil::SelectArg::operator()' can be const. [functionConst]
fluxbox-1.3.7/src/WinClient.hh:55:10: performance: Technically the member function 'WinClient::isClosable' can be static. [functionStatic]
fluxbox-1.3.7/src/AlphaMenu.cc:54:5: style: Class 'AlphaMenu' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fluxbox-1.3.7/src/AlphaMenu.cc:54:5: style: Class 'AlphaMenu' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fluxbox-1.3.7/src/FbTk/FbString.hh:44:5: style: Class 'BiDiString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/FbString.hh:84:5: style: Class 'StringConvertor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:98:5: style: Class 'SlotImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:110:5: style: Class 'SlotImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:122:5: style: Class 'SlotImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/XrmDatabaseHelper.hh:37:5: style: Class 'XrmDatabaseHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/MenuTheme.hh:38:5: style: Class 'MenuTheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Accessor.hh:40:5: style: Class 'SimpleAccessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/MemFun.hh:232:5: style: Class 'MemFunSelectArgImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Resource.hh:39:5: style: Class 'ResourceException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FocusableList.hh:51:5: style: Class 'FocusableList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/Window.hh:125:5: style: Class 'FluxboxWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/RootTheme.hh:42:5: style: Class 'RootTheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/MenuSearch.hh:33:5: style: Class 'MenuSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/WindowCmd.hh:57:0: style: Class 'WindowCmd < void >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/DefaultValue.hh:36:0: style: Class 'FbTk :: DefaultValue < bool , FbTk :: ConstObjectAccessor < bool , FocusControl > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:85:0: style: Class 'FbTk :: SlotImpl < Functor , void , const std :: string & , Focusable & , SigImpl :: EmptyArg >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:85:0: style: Class 'FbTk :: SlotImpl < Functor , void , Focusable & , SigImpl :: EmptyArg , SigImpl :: EmptyArg >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:85:0: style: Class 'FbTk :: SlotImpl < Functor , void , Focusable * , SigImpl :: EmptyArg , SigImpl :: EmptyArg >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:85:0: style: Class 'FbTk :: SlotImpl < Functor , void , FluxboxWindow & , SigImpl :: EmptyArg , SigImpl :: EmptyArg >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:85:0: style: Class 'FbTk :: SlotImpl < Functor , void , BScreen & , SigImpl :: EmptyArg , SigImpl :: EmptyArg >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:85:0: style: Class 'FbTk :: SlotImpl < Functor , void , BScreen & , FluxboxWindow * , WinClient * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:182:14: style: The function 'drawable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbDrawable.hh:67:22: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/FbWindow.hh:182:14: note: Function in derived class
fluxbox-1.3.7/src/FbTk/FbWindow.hh:185:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbDrawable.hh:68:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/FbWindow.hh:185:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/FbWindow.hh:186:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbDrawable.hh:69:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/FbWindow.hh:186:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/FbWindow.hh:189:18: style: The function 'depth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbDrawable.hh:70:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/FbWindow.hh:189:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Slot.hh:95:24: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Slot.hh:58:24: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Slot.hh:95:24: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Slot.hh:108:24: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Slot.hh:65:24: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Slot.hh:108:24: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Slot.hh:120:24: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Slot.hh:65:24: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Slot.hh:120:24: note: Function in derived class
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:63:14: style: The function 'drawable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbDrawable.hh:67:22: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:63:14: note: Function in derived class
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:64:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbDrawable.hh:68:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:64:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:65:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbDrawable.hh:69:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:65:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:66:18: style: The function 'depth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbDrawable.hh:70:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:66:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/MenuTheme.hh:41:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:99:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/MenuTheme.hh:41:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/MenuTheme.hh:43:10: style: The function 'fallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:109:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/MenuTheme.hh:43:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Menu.hh:96:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Menu.hh:96:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Menu.hh:97:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Menu.hh:97:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Menu.hh:98:18: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:51:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Menu.hh:98:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Menu.hh:99:10: style: The function 'motionNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:53:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Menu.hh:99:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Menu.hh:100:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Menu.hh:100:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Menu.hh:101:10: style: The function 'keyPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Menu.hh:101:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Menu.hh:102:10: style: The function 'leaveNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Menu.hh:102:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Menu.hh:160:10: style: The function 'renderForeground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:263:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Menu.hh:160:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenu.hh:48:10: style: The function 'raise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Menu.hh:80:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenu.hh:48:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenu.hh:49:10: style: The function 'lower' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Menu.hh:81:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenu.hh:49:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenu.hh:50:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenu.hh:50:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenu.hh:51:10: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Menu.hh:98:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenu.hh:51:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenu.hh:52:10: style: The function 'keyPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenu.hh:52:10: note: Function in derived class
fluxbox-1.3.7/src/ToggleMenu.hh:38:10: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Menu.hh:98:18: note: Virtual function in base class
fluxbox-1.3.7/src/ToggleMenu.hh:38:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Button.hh:53:18: style: The function 'setBackgroundPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:81:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Button.hh:53:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Button.hh:62:18: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Button.hh:62:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Button.hh:63:18: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:51:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Button.hh:63:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Button.hh:64:18: style: The function 'enterNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Button.hh:64:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Button.hh:65:18: style: The function 'leaveNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Button.hh:65:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Button.hh:66:18: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Button.hh:66:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextButton.hh:39:10: style: The function 'setOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextButton.hh:39:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextButton.hh:47:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:92:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextButton.hh:47:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextButton.hh:53:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:66:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextButton.hh:53:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextButton.hh:56:10: style: The function 'renderForeground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:263:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextButton.hh:56:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Container.hh:52:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:125:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Container.hh:52:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Container.hh:53:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:134:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Container.hh:53:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Container.hh:76:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Container.hh:76:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Container.hh:82:10: style: The function 'parentMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:112:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Container.hh:82:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Container.hh:83:10: style: The function 'invalidateBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:83:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Container.hh:83:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Container.hh:99:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:92:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Container.hh:99:10: note: Function in derived class
fluxbox-1.3.7/src/FbWinFrame.hh:170:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbWinFrame.hh:170:10: note: Function in derived class
fluxbox-1.3.7/src/FbWinFrame.hh:172:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbWinFrame.hh:172:10: note: Function in derived class
fluxbox-1.3.7/src/Focusable.hh:104:24: style: The function 'iTypeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/ITypeAheadable.hh:34:32: note: Virtual function in base class
fluxbox-1.3.7/src/Focusable.hh:104:24: note: Function in derived class
fluxbox-1.3.7/src/WinButton.hh:58:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:66:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinButton.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/WinButton.hh:59:10: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:63:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinButton.hh:59:10: note: Function in derived class
fluxbox-1.3.7/src/WinButton.hh:60:10: style: The function 'setBackgroundPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:53:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinButton.hh:60:10: note: Function in derived class
fluxbox-1.3.7/src/WinButton.hh:61:10: style: The function 'setPressedPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:48:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinButton.hh:61:10: note: Function in derived class
fluxbox-1.3.7/src/WinButton.hh:62:10: style: The function 'setBackgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:80:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinButton.hh:62:10: note: Function in derived class
fluxbox-1.3.7/src/WinButton.hh:63:10: style: The function 'setPressedColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinButton.hh:63:10: note: Function in derived class
fluxbox-1.3.7/src/WinButton.hh:68:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:92:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinButton.hh:68:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:177:10: style: The function 'focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:53:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:177:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:304:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:304:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:305:10: style: The function 'keyPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:305:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:306:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:306:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:307:10: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:51:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:307:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:308:10: style: The function 'motionNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:53:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:308:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:313:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:313:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:316:10: style: The function 'enterNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:316:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:317:10: style: The function 'leaveNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:317:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:416:10: style: The function 'acceptsFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:58:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:416:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:417:10: style: The function 'isModal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:60:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:417:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:418:33: style: The function 'icon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:100:41: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:418:33: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:419:29: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:102:37: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:419:29: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:420:27: style: The function 'getWMClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:88:35: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:420:27: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:421:27: style: The function 'getWMClassClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:86:35: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:421:27: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:422:17: style: The function 'getWMRole' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:90:25: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:422:17: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:423:10: style: The function 'getCardinalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:93:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:423:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:424:20: style: The function 'getTextProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:92:28: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:424:20: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:426:10: style: The function 'isTransient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:96:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:426:10: note: Function in derived class
fluxbox-1.3.7/src/Window.hh:478:10: style: The function 'grabButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:59:18: note: Virtual function in base class
fluxbox-1.3.7/src/Window.hh:478:10: note: Function in derived class
fluxbox-1.3.7/src/WinClient.hh:52:10: style: The function 'acceptsFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:58:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinClient.hh:52:10: note: Function in derived class
fluxbox-1.3.7/src/WinClient.hh:78:10: style: The function 'focus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:53:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinClient.hh:78:10: note: Function in derived class
fluxbox-1.3.7/src/WinClient.hh:79:10: style: The function 'isFocused' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinClient.hh:79:10: note: Function in derived class
fluxbox-1.3.7/src/WinClient.hh:80:10: style: The function 'setAttentionState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:65:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinClient.hh:80:10: note: Function in derived class
fluxbox-1.3.7/src/WinClient.hh:96:17: style: The function 'getWMRole' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:90:25: note: Virtual function in base class
fluxbox-1.3.7/src/WinClient.hh:96:17: note: Function in derived class
fluxbox-1.3.7/src/WinClient.hh:99:10: style: The function 'getCardinalProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:93:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinClient.hh:99:10: note: Function in derived class
fluxbox-1.3.7/src/WinClient.hh:100:20: style: The function 'getTextProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:92:28: note: Virtual function in base class
fluxbox-1.3.7/src/WinClient.hh:100:20: note: Function in derived class
fluxbox-1.3.7/src/WinClient.hh:106:10: style: The function 'isTransient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:96:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinClient.hh:106:10: note: Function in derived class
fluxbox-1.3.7/src/WinClient.hh:108:10: style: The function 'isModal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/Focusable.hh:60:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinClient.hh:108:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/MenuItem.hh:112:18: style: The function 'isEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/ITypeAheadable.hh:35:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/MenuItem.hh:112:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/MenuItem.hh:117:21: style: The function 'iTypeString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/ITypeAheadable.hh:34:32: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/MenuItem.hh:117:21: note: Function in derived class
fluxbox-1.3.7/src/AlphaMenu.hh:41:10: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Menu.hh:107:18: note: Virtual function in base class
fluxbox-1.3.7/src/AlphaMenu.hh:41:10: note: Function in derived class
fluxbox-1.3.7/src/AlphaMenu.hh:42:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Menu.hh:113:18: note: Virtual function in base class
fluxbox-1.3.7/src/AlphaMenu.hh:42:10: note: Function in derived class
fluxbox-1.3.7/src/AlphaMenu.hh:57:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:113:18: note: Virtual function in base class
fluxbox-1.3.7/src/AlphaMenu.hh:57:10: note: Function in derived class
fluxbox-1.3.7/src/AlphaMenu.hh:61:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/AlphaMenu.hh:61:10: note: Function in derived class
fluxbox-1.3.7/src/FbRootWindow.hh:31:10: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:116:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbRootWindow.hh:31:10: note: Function in derived class
fluxbox-1.3.7/src/FbRootWindow.hh:32:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:125:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbRootWindow.hh:32:10: note: Function in derived class
fluxbox-1.3.7/src/FbRootWindow.hh:33:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:134:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbRootWindow.hh:33:10: note: Function in derived class
fluxbox-1.3.7/src/FbRootWindow.hh:34:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:107:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbRootWindow.hh:34:10: note: Function in derived class
fluxbox-1.3.7/src/FbRootWindow.hh:35:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:106:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbRootWindow.hh:35:10: note: Function in derived class
fluxbox-1.3.7/src/FbRootWindow.hh:37:21: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:105:23: note: Virtual function in base class
fluxbox-1.3.7/src/FbRootWindow.hh:37:21: note: Function in derived class
fluxbox-1.3.7/src/RootTheme.hh:46:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:99:18: note: Virtual function in base class
fluxbox-1.3.7/src/RootTheme.hh:46:10: note: Function in derived class
fluxbox-1.3.7/src/RootTheme.hh:51:29: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:125:0: note: Virtual function in base class
fluxbox-1.3.7/src/RootTheme.hh:51:29: note: Function in derived class
fluxbox-1.3.7/src/RootTheme.hh:53:24: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:127:0: note: Virtual function in base class
fluxbox-1.3.7/src/RootTheme.hh:53:24: note: Function in derived class
fluxbox-1.3.7/src/RootTheme.hh:54:30: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:128:0: note: Virtual function in base class
fluxbox-1.3.7/src/RootTheme.hh:54:30: note: Function in derived class
fluxbox-1.3.7/src/WinButtonTheme.hh:40:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:99:18: note: Virtual function in base class
fluxbox-1.3.7/src/WinButtonTheme.hh:40:10: note: Function in derived class
fluxbox-1.3.7/src/WinButtonTheme.hh:77:29: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:125:0: note: Virtual function in base class
fluxbox-1.3.7/src/WinButtonTheme.hh:77:29: note: Function in derived class
fluxbox-1.3.7/src/WinButtonTheme.hh:79:29: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:127:0: note: Virtual function in base class
fluxbox-1.3.7/src/WinButtonTheme.hh:79:29: note: Function in derived class
fluxbox-1.3.7/src/WinButtonTheme.hh:80:35: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:128:0: note: Virtual function in base class
fluxbox-1.3.7/src/WinButtonTheme.hh:80:35: note: Function in derived class
fluxbox-1.3.7/src/IconbarTheme.hh:36:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:99:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTheme.hh:36:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTheme.hh:44:29: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:125:0: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTheme.hh:44:29: note: Function in derived class
fluxbox-1.3.7/src/IconbarTheme.hh:46:27: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:127:0: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTheme.hh:46:27: note: Function in derived class
fluxbox-1.3.7/src/IconbarTheme.hh:47:33: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:128:0: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTheme.hh:47:33: note: Function in derived class
fluxbox-1.3.7/src/FbWinFrameTheme.hh:58:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:99:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbWinFrameTheme.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/FbWinFrameTheme.hh:82:29: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:125:0: note: Virtual function in base class
fluxbox-1.3.7/src/FbWinFrameTheme.hh:82:29: note: Function in derived class
fluxbox-1.3.7/src/FbWinFrameTheme.hh:84:30: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:127:0: note: Virtual function in base class
fluxbox-1.3.7/src/FbWinFrameTheme.hh:84:30: note: Function in derived class
fluxbox-1.3.7/src/FbWinFrameTheme.hh:85:36: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:128:0: note: Virtual function in base class
fluxbox-1.3.7/src/FbWinFrameTheme.hh:85:36: note: Function in derived class
fluxbox-1.3.7/src/OSDWindow.hh:46:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:106:18: note: Virtual function in base class
fluxbox-1.3.7/src/OSDWindow.hh:46:10: note: Function in derived class
fluxbox-1.3.7/src/OSDWindow.hh:58:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:107:18: note: Virtual function in base class
fluxbox-1.3.7/src/OSDWindow.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/TooltipWindow.hh:53:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:106:18: note: Virtual function in base class
fluxbox-1.3.7/src/TooltipWindow.hh:53:10: note: Function in derived class
fluxbox-1.3.7/src/TooltipWindow.hh:58:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:107:18: note: Virtual function in base class
fluxbox-1.3.7/src/TooltipWindow.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/Screen.hh:212:10: style: The function 'keyPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fluxbox-1.3.7/src/Screen.hh:212:10: note: Function in derived class
fluxbox-1.3.7/src/Screen.hh:213:10: style: The function 'keyReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:55:18: note: Virtual function in base class
fluxbox-1.3.7/src/Screen.hh:213:10: note: Function in derived class
fluxbox-1.3.7/src/Screen.hh:214:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/Screen.hh:214:10: note: Function in derived class
fluxbox-1.3.7/src/fluxbox.hh:93:10: style: The function 'eventLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/App.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/fluxbox.hh:93:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/IntMenuItem.hh:43:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/IntMenuItem.hh:43:10: note: Function in derived class
fluxbox-1.3.7/src/WindowMenuAccessor.hh:69:0: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Accessor.hh:31:0: note: Virtual function in base class
fluxbox-1.3.7/src/WindowMenuAccessor.hh:69:0: note: Function in derived class
fluxbox-1.3.7/src/WindowMenuAccessor.hh:44:0: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Accessor.hh:31:0: note: Virtual function in base class
fluxbox-1.3.7/src/WindowMenuAccessor.hh:44:0: note: Function in derived class
fluxbox-1.3.7/src/WindowCmd.hh:58:0: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WindowCmd.hh:58:0: note: Function in derived class
fluxbox-1.3.7/src/FbTk/DefaultValue.hh:42:0: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Accessor.hh:31:0: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/DefaultValue.hh:42:0: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Resource.hh:179:0: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Accessor.hh:31:0: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Resource.hh:179:0: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Resource.hh:184:0: style: The function 'operatorT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Accessor.hh:32:0: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Resource.hh:184:0: note: Function in derived class
fluxbox-1.3.7/src/FocusableTheme.hh:55:0: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:125:0: note: Virtual function in base class
fluxbox-1.3.7/src/FocusableTheme.hh:55:0: note: Function in derived class
fluxbox-1.3.7/src/FocusableTheme.hh:57:0: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:127:0: note: Virtual function in base class
fluxbox-1.3.7/src/FocusableTheme.hh:57:0: note: Function in derived class
fluxbox-1.3.7/src/FocusableTheme.hh:61:0: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:128:0: note: Virtual function in base class
fluxbox-1.3.7/src/FocusableTheme.hh:61:0: note: Function in derived class
fluxbox-1.3.7/src/ButtonTheme.hh:44:24: style: Technically the member function 'ButtonTheme::name' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/Slot.hh:85:5: style: Class 'SlotImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Slot.hh:82:24: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Slot.hh:51:24: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Slot.hh:82:24: note: Function in derived class
fluxbox-1.3.7/src/ArrowButton.hh:37:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:92:18: note: Virtual function in base class
fluxbox-1.3.7/src/ArrowButton.hh:37:10: note: Function in derived class
fluxbox-1.3.7/src/ArrowButton.hh:38:10: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:63:18: note: Virtual function in base class
fluxbox-1.3.7/src/ArrowButton.hh:38:10: note: Function in derived class
fluxbox-1.3.7/src/ArrowButton.hh:39:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:62:18: note: Virtual function in base class
fluxbox-1.3.7/src/ArrowButton.hh:39:10: note: Function in derived class
fluxbox-1.3.7/src/ArrowButton.hh:40:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:66:18: note: Virtual function in base class
fluxbox-1.3.7/src/ArrowButton.hh:40:10: note: Function in derived class
fluxbox-1.3.7/src/ArrowButton.hh:41:10: style: The function 'enterNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:64:18: note: Virtual function in base class
fluxbox-1.3.7/src/ArrowButton.hh:41:10: note: Function in derived class
fluxbox-1.3.7/src/ArrowButton.hh:42:10: style: The function 'leaveNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:65:18: note: Virtual function in base class
fluxbox-1.3.7/src/ArrowButton.hh:42:10: note: Function in derived class
fluxbox-1.3.7/src/ArrowButton.hh:44:10: style: The function 'updateTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:70:18: note: Virtual function in base class
fluxbox-1.3.7/src/ArrowButton.hh:44:10: note: Function in derived class
fluxbox-1.3.7/src/ToolTheme.hh:39:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:99:18: note: Virtual function in base class
fluxbox-1.3.7/src/ToolTheme.hh:39:10: note: Function in derived class
fluxbox-1.3.7/src/ToolTheme.hh:46:29: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:125:0: note: Virtual function in base class
fluxbox-1.3.7/src/ToolTheme.hh:46:29: note: Function in derived class
fluxbox-1.3.7/src/ToolTheme.hh:48:24: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:127:0: note: Virtual function in base class
fluxbox-1.3.7/src/ToolTheme.hh:48:24: note: Function in derived class
fluxbox-1.3.7/src/ToolTheme.hh:49:30: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:128:0: note: Virtual function in base class
fluxbox-1.3.7/src/ToolTheme.hh:49:30: note: Function in derived class
fluxbox-1.3.7/src/ButtonTheme.hh:39:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:99:18: note: Virtual function in base class
fluxbox-1.3.7/src/ButtonTheme.hh:39:10: note: Function in derived class
fluxbox-1.3.7/src/ButtonTheme.hh:46:29: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolTheme.hh:46:29: note: Virtual function in base class
fluxbox-1.3.7/src/ButtonTheme.hh:46:29: note: Function in derived class
fluxbox-1.3.7/src/ButtonTheme.hh:48:26: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolTheme.hh:48:24: note: Virtual function in base class
fluxbox-1.3.7/src/ButtonTheme.hh:48:26: note: Function in derived class
fluxbox-1.3.7/src/ButtonTheme.hh:49:32: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolTheme.hh:49:30: note: Virtual function in base class
fluxbox-1.3.7/src/ButtonTheme.hh:49:32: note: Function in derived class
fluxbox-1.3.7/src/AttentionNoticeHandler.cc:35:5: style: Class 'ToggleFrameFocusCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/GenericTool.hh:45:10: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:45:10: note: Function in derived class
fluxbox-1.3.7/src/GenericTool.hh:46:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:46:10: note: Function in derived class
fluxbox-1.3.7/src/GenericTool.hh:47:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:44:18: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:47:10: note: Function in derived class
fluxbox-1.3.7/src/GenericTool.hh:49:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:47:18: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:49:10: note: Function in derived class
fluxbox-1.3.7/src/GenericTool.hh:50:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:48:18: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:50:10: note: Function in derived class
fluxbox-1.3.7/src/GenericTool.hh:52:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:49:26: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:52:18: note: Function in derived class
fluxbox-1.3.7/src/GenericTool.hh:53:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:50:26: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:53:18: note: Function in derived class
fluxbox-1.3.7/src/GenericTool.hh:54:18: style: The function 'borderWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:51:26: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:54:18: note: Function in derived class
fluxbox-1.3.7/src/GenericTool.hh:56:10: style: The function 'parentMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:60:18: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:56:10: note: Function in derived class
fluxbox-1.3.7/src/GenericTool.hh:63:18: style: The function 'renderTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/GenericTool.hh:63:18: note: Function in derived class
fluxbox-1.3.7/src/ButtonTool.hh:44:10: style: The function 'renderTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/GenericTool.hh:63:18: note: Virtual function in base class
fluxbox-1.3.7/src/ButtonTool.hh:44:10: note: Function in derived class
fluxbox-1.3.7/src/ButtonTool.hh:45:10: style: The function 'updateSizing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:63:18: note: Virtual function in base class
fluxbox-1.3.7/src/ButtonTool.hh:45:10: note: Function in derived class
fluxbox-1.3.7/src/CascadePlacement.cc:41:57: style: Function 'placeWindow' argument 1 names different: declaration 'window' definition 'win'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/CascadePlacement.hh:35:43: note: Function 'placeWindow' argument 1 names different: declaration 'window' definition 'win'.
fluxbox-1.3.7/src/CascadePlacement.cc:41:57: note: Function 'placeWindow' argument 1 names different: declaration 'window' definition 'win'.
fluxbox-1.3.7/src/CascadePlacement.hh:35:10: style: The function 'placeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/PlacementStrategy.hh:35:18: note: Virtual function in base class
fluxbox-1.3.7/src/CascadePlacement.hh:35:10: note: Function in derived class
fluxbox-1.3.7/src/WindowCmd.hh:57:5: style: Class 'WindowCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/WindowCmd.hh:58:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WindowCmd.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/ClientMenu.cc:47:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClientMenu.cc:47:10: note: Function in derived class
fluxbox-1.3.7/src/ClientMenu.cc:68:29: style: The function 'label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:107:37: note: Virtual function in base class
fluxbox-1.3.7/src/ClientMenu.cc:68:29: note: Function in derived class
fluxbox-1.3.7/src/ClientMenu.cc:69:33: style: The function 'icon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:108:35: note: Virtual function in base class
fluxbox-1.3.7/src/ClientMenu.cc:69:33: note: Function in derived class
fluxbox-1.3.7/src/ClientMenu.cc:73:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:113:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClientMenu.cc:73:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/stringstream.hh:34:0: error: #error "You dont have sstream or strstream headers!" [preprocessorErrorDirective]
fluxbox-1.3.7/src/FbTk/TextBox.hh:66:9: style: Technically the member function 'FbTk::TextBox::textStartPos' can be const. [functionConst]
fluxbox-1.3.7/src/ClockTool.hh:50:10: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:50:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:51:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:51:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:52:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:44:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:52:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:55:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:47:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:55:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:56:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:48:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:56:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:59:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:49:26: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:59:18: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:60:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:50:26: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:60:18: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:61:18: style: The function 'borderWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:51:26: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:61:18: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:64:10: style: The function 'setOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:71:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:64:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:66:10: style: The function 'parentMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:60:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:66:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:71:10: style: The function 'renderTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:71:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.hh:73:10: style: The function 'updateSizing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:63:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.hh:73:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextBox.hh:53:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:134:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextBox.hh:53:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextBox.hh:55:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:125:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextBox.hh:55:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextBox.hh:56:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:92:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextBox.hh:56:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextBox.hh:58:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextBox.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextBox.hh:59:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextBox.hh:59:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/TextBox.hh:60:10: style: The function 'keyPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/TextBox.hh:60:10: note: Function in derived class
fluxbox-1.3.7/src/TextDialog.hh:39:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:107:18: note: Virtual function in base class
fluxbox-1.3.7/src/TextDialog.hh:39:10: note: Function in derived class
fluxbox-1.3.7/src/TextDialog.hh:40:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:106:18: note: Virtual function in base class
fluxbox-1.3.7/src/TextDialog.hh:40:10: note: Function in derived class
fluxbox-1.3.7/src/TextDialog.hh:42:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/TextDialog.hh:42:10: note: Function in derived class
fluxbox-1.3.7/src/TextDialog.hh:43:10: style: The function 'motionNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:53:18: note: Virtual function in base class
fluxbox-1.3.7/src/TextDialog.hh:43:10: note: Function in derived class
fluxbox-1.3.7/src/TextDialog.hh:44:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/TextDialog.hh:44:10: note: Function in derived class
fluxbox-1.3.7/src/TextDialog.hh:45:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/TextDialog.hh:45:10: note: Function in derived class
fluxbox-1.3.7/src/TextDialog.hh:46:10: style: The function 'keyPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fluxbox-1.3.7/src/TextDialog.hh:46:10: note: Function in derived class
fluxbox-1.3.7/src/CommandDialog.hh:50:10: style: The function 'tabComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/TextDialog.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/CommandDialog.hh:50:10: note: Function in derived class
fluxbox-1.3.7/src/CommandDialog.hh:51:10: style: The function 'exec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/TextDialog.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/CommandDialog.hh:51:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.cc:80:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.cc:80:10: note: Function in derived class
fluxbox-1.3.7/src/ClockTool.cc:122:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/ClockTool.cc:122:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/SimpleCommand.hh:36:0: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/SimpleCommand.hh:36:0: note: Function in derived class
fluxbox-1.3.7/src/CommandDialog.hh:38:37: performance: Function parameter 'pre_command' should be passed by const reference. [passedByValue]
fluxbox-1.3.7/src/FbTk/Resource.hh:168:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fluxbox-1.3.7/src/ColSmartPlacement.hh:29:10: style: The function 'placeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/PlacementStrategy.hh:35:18: note: Virtual function in base class
fluxbox-1.3.7/src/ColSmartPlacement.hh:29:10: note: Function in derived class
fluxbox-1.3.7/src/ScreenPlacement.hh:68:10: style: The function 'placeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/PlacementStrategy.hh:35:18: note: Virtual function in base class
fluxbox-1.3.7/src/ScreenPlacement.hh:68:10: note: Function in derived class
fluxbox-1.3.7/src/CommandDialog.cc:47:45: style: Function 'exec' argument 1 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/CommandDialog.hh:51:34: note: Function 'exec' argument 1 names different: declaration 'string' definition 'text'.
fluxbox-1.3.7/src/CommandDialog.cc:47:45: note: Function 'exec' argument 1 names different: declaration 'string' definition 'text'.
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:113:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:58:10: style: The function 'isEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:112:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/FocusModelMenuItem.hh:47:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/FocusModelMenuItem.hh:47:10: note: Function in derived class
fluxbox-1.3.7/src/FocusModelMenuItem.hh:49:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/FocusModelMenuItem.hh:49:10: note: Function in derived class
fluxbox-1.3.7/src/FocusModelMenuItem.hh:71:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/FocusModelMenuItem.hh:71:10: note: Function in derived class
fluxbox-1.3.7/src/FocusModelMenuItem.hh:73:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/FocusModelMenuItem.hh:73:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/BoolMenuItem.hh:47:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:113:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/BoolMenuItem.hh:47:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/BoolMenuItem.hh:49:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/BoolMenuItem.hh:49:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/BoolMenuItem.hh:53:10: style: The function 'setSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:96:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/BoolMenuItem.hh:53:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/MenuSeparator.hh:32:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:126:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/MenuSeparator.hh:32:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/MenuSeparator.hh:37:18: style: The function 'isEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:112:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/MenuSeparator.hh:37:18: note: Function in derived class
fluxbox-1.3.7/src/ConfigMenu.cc:58:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/ConfigMenu.cc:58:10: note: Function in derived class
fluxbox-1.3.7/src/ConfigMenu.cc:59:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/ConfigMenu.cc:59:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:64:10: style: Technically the member function 'Ewmh::setState' can be const. [functionConst]
fluxbox-1.3.7/src/Ewmh.cc:1305:12: note: Technically the member function 'Ewmh::setState' can be const.
fluxbox-1.3.7/src/Ewmh.hh:64:10: note: Technically the member function 'Ewmh::setState' can be const.
fluxbox-1.3.7/src/Ewmh.hh:67:10: style: Technically the member function 'Ewmh::toggleState' can be const. [functionConst]
fluxbox-1.3.7/src/Ewmh.cc:1355:12: note: Technically the member function 'Ewmh::toggleState' can be const.
fluxbox-1.3.7/src/Ewmh.hh:67:10: note: Technically the member function 'Ewmh::toggleState' can be const.
fluxbox-1.3.7/src/Ewmh.cc:481:5: style: Class 'Ewmh' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fluxbox-1.3.7/src/Ewmh.cc:481:5: style: Class 'Ewmh' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fluxbox-1.3.7/src/Ewmh.hh:32:10: style: The function 'initForScreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:38:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:32:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:33:10: style: The function 'setupFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:39:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:33:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:34:10: style: The function 'setupClient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:34:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:36:10: style: The function 'updateFocusedWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:36:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:37:10: style: The function 'updateClientList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:37:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:38:10: style: The function 'updateWorkspaceNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:44:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:38:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:39:10: style: The function 'updateCurrentWorkspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:45:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:39:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:40:10: style: The function 'updateWorkspaceCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:46:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:40:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:43:10: style: The function 'updateWorkarea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:47:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:43:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:45:10: style: The function 'updateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:45:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:46:10: style: The function 'updateLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:54:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:46:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:47:10: style: The function 'updateHints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:53:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:47:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:48:10: style: The function 'updateWorkspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:51:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:48:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:50:10: style: The function 'checkClientMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:50:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:53:10: style: The function 'propertyNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:59:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:53:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:54:10: style: The function 'updateFrameClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:54:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:56:10: style: The function 'updateClientClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:56:10: note: Function in derived class
fluxbox-1.3.7/src/Ewmh.hh:58:10: style: The function 'updateFrameExtents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:55:18: note: Virtual function in base class
fluxbox-1.3.7/src/Ewmh.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenuParser.hh:33:5: style: Class 'FbMenuParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbMenuParser.hh:37:10: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Parser.hh:39:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenuParser.hh:37:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenuParser.hh:38:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Parser.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenuParser.hh:38:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenuParser.hh:39:19: style: The function 'operator>>' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Parser.hh:45:21: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenuParser.hh:39:19: note: Function in derived class
fluxbox-1.3.7/src/FbMenuParser.hh:40:24: style: The function 'nextItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Parser.hh:46:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenuParser.hh:40:24: note: Function in derived class
fluxbox-1.3.7/src/FbMenuParser.hh:42:10: style: The function 'isLoaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Parser.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenuParser.hh:42:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenuParser.hh:43:10: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Parser.hh:41:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenuParser.hh:43:10: note: Function in derived class
fluxbox-1.3.7/src/FbMenuParser.hh:44:9: style: The function 'row' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Parser.hh:43:17: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenuParser.hh:44:9: note: Function in derived class
fluxbox-1.3.7/src/FbMenuParser.hh:45:17: style: The function 'line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Parser.hh:44:25: note: Virtual function in base class
fluxbox-1.3.7/src/FbMenuParser.hh:45:17: note: Function in derived class
fluxbox-1.3.7/src/FbTk/App.hh:50:10: style: Technically the member function 'FbTk::App::sync' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/App.cc:75:11: note: Technically the member function 'FbTk::App::sync' can be const.
fluxbox-1.3.7/src/FbTk/App.hh:50:10: note: Technically the member function 'FbTk::App::sync' can be const.
fluxbox-1.3.7/src/FbTk/AutoReloadHelper.cc:43:55: style: Function 'setMainFile' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/AutoReloadHelper.hh:37:41: note: Function 'setMainFile' argument 1 names different: declaration 'filename' definition 'file'.
fluxbox-1.3.7/src/FbTk/AutoReloadHelper.cc:43:55: note: Function 'setMainFile' argument 1 names different: declaration 'filename' definition 'file'.
fluxbox-1.3.7/src/FbTk/AutoReloadHelper.cc:51:51: style: Function 'addFile' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/AutoReloadHelper.hh:38:37: note: Function 'addFile' argument 1 names different: declaration 'filename' definition 'file'.
fluxbox-1.3.7/src/FbTk/AutoReloadHelper.cc:51:51: note: Function 'addFile' argument 1 names different: declaration 'filename' definition 'file'.
fluxbox-1.3.7/src/FbTk/Button.cc:123:10: style: The scope of the variable 'update' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/Button.cc:67:51: style: Function 'setOnClick' argument 1 names different: declaration 'com' definition 'cmd'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Button.hh:45:47: note: Function 'setOnClick' argument 1 names different: declaration 'com' definition 'cmd'.
fluxbox-1.3.7/src/FbTk/Button.cc:67:51: note: Function 'setOnClick' argument 1 names different: declaration 'com' definition 'cmd'.
fluxbox-1.3.7/src/FbTk/Color.cc:131:31: style: Function 'copy' argument 1 names different: declaration 'col' definition 'col_copy'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Color.hh:59:28: note: Function 'copy' argument 1 names different: declaration 'col' definition 'col_copy'.
fluxbox-1.3.7/src/FbTk/Color.cc:131:31: note: Function 'copy' argument 1 names different: declaration 'col' definition 'col_copy'.
fluxbox-1.3.7/src/FbTk/Container.cc:379:9: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/Container.cc:379:15: style: The scope of the variable 'tmpy' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/Container.cc:380:18: style: The scope of the variable 'tmpw' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/Container.cc:380:24: style: The scope of the variable 'tmph' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/Container.cc:179:32: style: Function 'removeItem' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Container.hh:57:25: note: Function 'removeItem' argument 1 names different: declaration 'item' definition 'index'.
fluxbox-1.3.7/src/FbTk/Container.cc:179:32: note: Function 'removeItem' argument 1 names different: declaration 'item' definition 'index'.
fluxbox-1.3.7/src/FbTk/Container.cc:381:42: warning: Suspicious code: sign conversion of direction in calculation, even though direction can have a negative value [signConversion]
fluxbox-1.3.7/src/FbTk/EventManager.cc:55:64: style: Function 'addParent' argument 2 names different: declaration 'parent' definition 'win'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/EventManager.hh:42:54: note: Function 'addParent' argument 2 names different: declaration 'parent' definition 'win'.
fluxbox-1.3.7/src/FbTk/EventManager.cc:55:64: note: Function 'addParent' argument 2 names different: declaration 'parent' definition 'win'.
fluxbox-1.3.7/src/FbTk/EventManager.cc:142:49: style: Function 'dispatch' argument 2 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/EventManager.hh:63:39: note: Function 'dispatch' argument 2 names different: declaration 'event' definition 'ev'.
fluxbox-1.3.7/src/FbTk/EventManager.cc:142:49: note: Function 'dispatch' argument 2 names different: declaration 'event' definition 'ev'.
fluxbox-1.3.7/src/FbTk/EventManager.hh:48:10: performance: Technically the member function 'FbTk::EventManager::grabKeyboard' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/EventManager.cc:68:20: note: Technically the member function 'FbTk::EventManager::grabKeyboard' can be static.
fluxbox-1.3.7/src/FbTk/EventManager.hh:48:10: note: Technically the member function 'FbTk::EventManager::grabKeyboard' can be static.
fluxbox-1.3.7/src/FbTk/EventManager.hh:49:10: performance: Technically the member function 'FbTk::EventManager::ungrabKeyboard' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/EventManager.cc:74:20: note: Technically the member function 'FbTk::EventManager::ungrabKeyboard' can be static.
fluxbox-1.3.7/src/FbTk/EventManager.hh:49:10: note: Technically the member function 'FbTk::EventManager::ungrabKeyboard' can be static.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:318:22: style: The scope of the variable 'src_y' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:74:36: style: Function 'FbPixmap' argument 1 names different: declaration 'copy' definition 'the_copy'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:35:30: note: Function 'FbPixmap' argument 1 names different: declaration 'copy' definition 'the_copy'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:74:36: note: Function 'FbPixmap' argument 1 names different: declaration 'copy' definition 'the_copy'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:111:49: style: Function 'operator=' argument 1 names different: declaration 'copy' definition 'the_copy'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:59:43: note: Function 'operator=' argument 1 names different: declaration 'copy' definition 'the_copy'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:111:49: note: Function 'operator=' argument 1 names different: declaration 'copy' definition 'the_copy'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:169:28: style: Function 'copy' argument 1 names different: declaration 'pixmap' definition 'pm'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:48:22: note: Function 'copy' argument 1 names different: declaration 'pixmap' definition 'pm'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:169:28: note: Function 'copy' argument 1 names different: declaration 'pixmap' definition 'pm'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:169:45: style: Function 'copy' argument 2 names different: declaration 'depth_convert' definition 'depth'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:48:43: note: Function 'copy' argument 2 names different: declaration 'depth_convert' definition 'depth'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:169:45: note: Function 'copy' argument 2 names different: declaration 'depth_convert' definition 'depth'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:295:35: style: Function 'scale' argument 1 names different: declaration 'width' definition 'dest_width'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:52:29: note: Function 'scale' argument 1 names different: declaration 'width' definition 'dest_width'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:295:35: note: Function 'scale' argument 1 names different: declaration 'width' definition 'dest_width'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:295:60: style: Function 'scale' argument 2 names different: declaration 'height' definition 'dest_height'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:52:49: note: Function 'scale' argument 2 names different: declaration 'height' definition 'dest_height'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:295:60: note: Function 'scale' argument 2 names different: declaration 'height' definition 'dest_height'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:340:34: style: Function 'tile' argument 1 names different: declaration 'width' definition 'dest_width'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:55:28: note: Function 'tile' argument 1 names different: declaration 'width' definition 'dest_width'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:340:34: note: Function 'tile' argument 1 names different: declaration 'width' definition 'dest_width'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:340:59: style: Function 'tile' argument 2 names different: declaration 'height' definition 'dest_height'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbPixmap.hh:55:48: note: Function 'tile' argument 2 names different: declaration 'height' definition 'dest_height'.
fluxbox-1.3.7/src/FbTk/FbPixmap.cc:340:59: note: Function 'tile' argument 2 names different: declaration 'height' definition 'dest_height'.
fluxbox-1.3.7/src/FbTk/FbString.hh:87:10: performance: Technically the member function 'FbTk::StringConvertor::setSource' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/FbString.cc:341:23: note: Technically the member function 'FbTk::StringConvertor::setSource' can be static.
fluxbox-1.3.7/src/FbTk/FbString.hh:87:10: note: Technically the member function 'FbTk::StringConvertor::setSource' can be static.
fluxbox-1.3.7/src/FbTk/FbString.hh:88:10: performance: Technically the member function 'FbTk::StringConvertor::reset' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/FbString.cc:371:23: note: Technically the member function 'FbTk::StringConvertor::reset' can be static.
fluxbox-1.3.7/src/FbTk/FbString.hh:88:10: note: Technically the member function 'FbTk::StringConvertor::reset' can be static.
fluxbox-1.3.7/src/FbTk/FbString.hh:90:14: performance: Technically the member function 'FbTk::StringConvertor::recode' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/FbString.cc:363:27: note: Technically the member function 'FbTk::StringConvertor::recode' can be static.
fluxbox-1.3.7/src/FbTk/FbString.hh:90:14: note: Technically the member function 'FbTk::StringConvertor::recode' can be static.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:58:36: style: Function 'FbWindow' argument 1 names different: declaration 'win_copy' definition 'the_copy'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:57:30: note: Function 'FbWindow' argument 1 names different: declaration 'win_copy' definition 'the_copy'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:58:36: note: Function 'FbWindow' argument 1 names different: declaration 'win_copy' definition 'the_copy'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:76:25: style: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:61:19: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:76:25: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:103:25: style: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:72:19: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:103:25: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:298:38: style: Function 'updateTransparent' argument 1 names different: declaration 'x' definition 'the_x'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:97:32: note: Function 'updateTransparent' argument 1 names different: declaration 'x' definition 'the_x'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:298:38: note: Function 'updateTransparent' argument 1 names different: declaration 'x' definition 'the_x'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:298:49: style: Function 'updateTransparent' argument 2 names different: declaration 'y' definition 'the_y'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:97:44: note: Function 'updateTransparent' argument 2 names different: declaration 'y' definition 'the_y'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:298:49: note: Function 'updateTransparent' argument 2 names different: declaration 'y' definition 'the_y'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:298:69: style: Function 'updateTransparent' argument 3 names different: declaration 'width' definition 'the_width'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:97:65: note: Function 'updateTransparent' argument 3 names different: declaration 'width' definition 'the_width'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:298:69: note: Function 'updateTransparent' argument 3 names different: declaration 'width' definition 'the_width'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:298:93: style: Function 'updateTransparent' argument 4 names different: declaration 'height' definition 'the_height'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:98:41: note: Function 'updateTransparent' argument 4 names different: declaration 'height' definition 'the_height'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:298:93: note: Function 'updateTransparent' argument 4 names different: declaration 'height' definition 'the_height'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:497:38: style: Function 'cardinalProperty' argument 1 names different: declaration 'property' definition 'prop'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:171:32: note: Function 'cardinalProperty' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:497:38: note: Function 'cardinalProperty' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:514:44: style: Function 'textProperty' argument 1 names different: declaration 'property' definition 'prop'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:172:38: note: Function 'textProperty' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:514:44: note: Function 'textProperty' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:561:30: style: Function 'property' argument 1 names different: declaration 'property' definition 'prop'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:153:24: note: Function 'property' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:561:30: note: Function 'property' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:580:36: style: Function 'changeProperty' argument 1 names different: declaration 'property' definition 'prop'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:163:30: note: Function 'changeProperty' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:580:36: note: Function 'changeProperty' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:591:36: style: Function 'deleteProperty' argument 1 names different: declaration 'property' definition 'prop'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:169:30: note: Function 'deleteProperty' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:591:36: note: Function 'deleteProperty' argument 1 names different: declaration 'property' definition 'prop'.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:58:11: warning: Member variable 'FbWindow::m_transparent' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:393:21: warning: Member variable 'FbWindow::m_destroy' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:393:21: warning: Member variable 'FbWindow::m_transparent' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:393:21: warning: Member variable 'FbWindow::m_lastbg_color_set' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:393:21: warning: Member variable 'FbWindow::m_lastbg_color' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:393:21: warning: Member variable 'FbWindow::m_lastbg_pm' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:393:21: warning: Member variable 'FbWindow::m_renderer' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:251:17: style: Unused private function: 'FbWindow::addAlphaWin' [unusedPrivateFunction]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:69:14: performance: Variable 'm_window' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:87:10: style: Technically the member function 'FbTk::FbWindow::setName' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:263:16: note: Technically the member function 'FbTk::FbWindow::setName' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:87:10: note: Technically the member function 'FbTk::FbWindow::setName' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:89:10: style: Technically the member function 'FbTk::FbWindow::setWindowRole' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:267:16: note: Technically the member function 'FbTk::FbWindow::setWindowRole' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:89:10: note: Technically the member function 'FbTk::FbWindow::setWindowRole' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:90:10: style: Technically the member function 'FbTk::FbWindow::setEventMask' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:274:16: note: Technically the member function 'FbTk::FbWindow::setEventMask' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:90:10: note: Technically the member function 'FbTk::FbWindow::setEventMask' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:97:10: performance: Technically the member function 'FbTk::FbWindow::updateTransparent' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:298:16: note: Technically the member function 'FbTk::FbWindow::updateTransparent' can be static.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:97:10: note: Technically the member function 'FbTk::FbWindow::updateTransparent' can be static.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:101:10: performance: Technically the member function 'FbTk::FbWindow::setAlpha' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:358:16: note: Technically the member function 'FbTk::FbWindow::setAlpha' can be static.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:101:10: note: Technically the member function 'FbTk::FbWindow::setAlpha' can be static.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:147:10: style: Technically the member function 'FbTk::FbWindow::setInputFocus' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:469:16: note: Technically the member function 'FbTk::FbWindow::setInputFocus' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:147:10: note: Technically the member function 'FbTk::FbWindow::setInputFocus' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:149:10: style: Technically the member function 'FbTk::FbWindow::setCursor' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:473:16: note: Technically the member function 'FbTk::FbWindow::setCursor' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:149:10: note: Technically the member function 'FbTk::FbWindow::setCursor' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:163:10: style: Technically the member function 'FbTk::FbWindow::changeProperty' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:580:16: note: Technically the member function 'FbTk::FbWindow::changeProperty' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:163:10: note: Technically the member function 'FbTk::FbWindow::changeProperty' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:169:10: style: Technically the member function 'FbTk::FbWindow::deleteProperty' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:591:16: note: Technically the member function 'FbTk::FbWindow::deleteProperty' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:169:10: note: Technically the member function 'FbTk::FbWindow::deleteProperty' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:174:10: style: Technically the member function 'FbTk::FbWindow::addToSaveSet' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:595:16: note: Technically the member function 'FbTk::FbWindow::addToSaveSet' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:174:10: note: Technically the member function 'FbTk::FbWindow::addToSaveSet' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:175:10: style: Technically the member function 'FbTk::FbWindow::removeFromSaveSet' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:599:16: note: Technically the member function 'FbTk::FbWindow::removeFromSaveSet' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:175:10: note: Technically the member function 'FbTk::FbWindow::removeFromSaveSet' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:190:9: performance: Technically the member function 'FbTk::FbWindow::alpha' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:385:15: note: Technically the member function 'FbTk::FbWindow::alpha' can be static.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:190:9: note: Technically the member function 'FbTk::FbWindow::alpha' can be static.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:202:10: performance: Technically the member function 'FbTk::FbWindow::setOpaque' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:615:16: note: Technically the member function 'FbTk::FbWindow::setOpaque' can be static.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:202:10: note: Technically the member function 'FbTk::FbWindow::setOpaque' can be static.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:205:10: style: Technically the member function 'FbTk::FbWindow::sendConfigureNotify' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/FbWindow.cc:683:16: note: Technically the member function 'FbTk::FbWindow::sendConfigureNotify' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.hh:205:10: note: Technically the member function 'FbTk::FbWindow::sendConfigureNotify' can be const.
fluxbox-1.3.7/src/FbTk/FbWindow.cc:486:5: style: Struct 'TextPropPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/GContext.hh:120:15: warning: Member variable 'GContext::m_gc' is not assigned a value in 'GContext::operator='. [operatorEqVarError]
fluxbox-1.3.7/src/FbTk/I18n.cc:260:42: style: Function 'getMessage' argument 3 names different: declaration 'default_messsage' definition 'default_message'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/I18n.hh:84:37: note: Function 'getMessage' argument 3 names different: declaration 'default_messsage' definition 'default_message'.
fluxbox-1.3.7/src/FbTk/I18n.cc:260:42: note: Function 'getMessage' argument 3 names different: declaration 'default_messsage' definition 'default_message'.
fluxbox-1.3.7/src/FbTk/I18n.cc:218:9: performance: Variable 'm_locale' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fluxbox-1.3.7/src/FbTk/I18n.hh:83:14: performance: Technically the member function 'FbTk::I18n::getMessage' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/I18n.cc:259:16: note: Technically the member function 'FbTk::I18n::getMessage' can be static.
fluxbox-1.3.7/src/FbTk/I18n.hh:83:14: note: Technically the member function 'FbTk::I18n::getMessage' can be static.
fluxbox-1.3.7/src/FbTk/I18n.cc:100:13: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
fluxbox-1.3.7/src/FbTk/ImageControl.cc:488:13: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fluxbox-1.3.7/src/FbTk/ImageControl.cc:536:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fluxbox-1.3.7/src/FbTk/ImageControl.cc:389:10: style: The scope of the variable 'install' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/ImageControl.cc:390:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/ImageControl.cc:418:24: style: Checking if unsigned variable 'tmp->count' is less than zero. This might be a false warning. [unsignedLessThanZero]
fluxbox-1.3.7/src/FbTk/ImageControl.cc:168:32: style: Function 'ImageControl' argument 2 names different: declaration 'colors_per_channel' definition 'cpc'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/ImageControl.hh:44:38: note: Function 'ImageControl' argument 2 names different: declaration 'colors_per_channel' definition 'cpc'.
fluxbox-1.3.7/src/FbTk/ImageControl.cc:168:32: note: Function 'ImageControl' argument 2 names different: declaration 'colors_per_channel' definition 'cpc'.
fluxbox-1.3.7/src/FbTk/ImageControl.cc:168:80: style: Function 'ImageControl' argument 4 names different: declaration 'cache_max' definition 'cmax'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/ImageControl.hh:45:72: note: Function 'ImageControl' argument 4 names different: declaration 'cache_max' definition 'cmax'.
fluxbox-1.3.7/src/FbTk/ImageControl.cc:168:80: note: Function 'ImageControl' argument 4 names different: declaration 'cache_max' definition 'cmax'.
fluxbox-1.3.7/src/FbTk/ImageControl.cc:325:39: style: Function 'removeImage' argument 1 names different: declaration 'thepix' definition 'pixmap'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/ImageControl.hh:70:29: note: Function 'removeImage' argument 1 names different: declaration 'thepix' definition 'pixmap'.
fluxbox-1.3.7/src/FbTk/ImageControl.cc:325:39: note: Function 'removeImage' argument 1 names different: declaration 'thepix' definition 'pixmap'.
fluxbox-1.3.7/src/FbTk/RefCount.hh:37:0: style: Class 'FbTk :: RefCount < FbTk :: Command < void > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/ImageImlib2.hh:31:21: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Image.hh:59:29: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/ImageImlib2.hh:31:21: note: Function in derived class
fluxbox-1.3.7/src/FbTk/ImageXPM.hh:31:21: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Image.hh:59:29: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/ImageXPM.hh:31:21: note: Function in derived class
fluxbox-1.3.7/src/FbTk/KeyUtil.hh:68:18: style: Technically the member function 'FbTk::KeyUtil::cleanMods' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/KeyUtil.hh:78:18: performance: Technically the member function 'FbTk::KeyUtil::isolateModifierMask' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/KeyUtil.hh:88:9: performance: Technically the member function 'FbTk::KeyUtil::capslock' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/KeyUtil.cc:130:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fluxbox-1.3.7/src/FbTk/KeyUtil.cc:131:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fluxbox-1.3.7/src/FbTk/KeyUtil.cc:145:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fluxbox-1.3.7/src/FbTk/KeyUtil.cc:146:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fluxbox-1.3.7/src/FbTk/Layer.cc:281:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fluxbox-1.3.7/src/FbTk/Layer.cc:285:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fluxbox-1.3.7/src/FbTk/LogicCommands.cc:82:52: style: Function 'parse' argument 1 names different: declaration 'cmd' definition 'command'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/LogicCommands.hh:45:52: note: Function 'parse' argument 1 names different: declaration 'cmd' definition 'command'.
fluxbox-1.3.7/src/FbTk/LogicCommands.cc:82:52: note: Function 'parse' argument 1 names different: declaration 'cmd' definition 'command'.
fluxbox-1.3.7/src/FbTk/LogicCommands.hh:88:5: style: Class 'NotCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/RefCount.hh:37:0: style: Class 'FbTk :: RefCount < Command < void > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbTk/Menu.cc:238:31: style: Function 'remove' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:74:29: note: Function 'remove' argument 1 names different: declaration 'item' definition 'index'.
fluxbox-1.3.7/src/FbTk/Menu.cc:238:31: note: Function 'remove' argument 1 names different: declaration 'item' definition 'index'.
fluxbox-1.3.7/src/FbTk/Menu.cc:588:36: style: Function 'redrawFrame' argument 1 names different: declaration 'pm' definition 'drawable'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:174:42: note: Function 'redrawFrame' argument 1 names different: declaration 'pm' definition 'drawable'.
fluxbox-1.3.7/src/FbTk/Menu.cc:588:36: note: Function 'redrawFrame' argument 1 names different: declaration 'pm' definition 'drawable'.
fluxbox-1.3.7/src/FbTk/Menu.cc:649:36: style: Function 'redrawTitle' argument 1 names different: declaration 'pm' definition 'drawable'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:173:42: note: Function 'redrawTitle' argument 1 names different: declaration 'pm' definition 'drawable'.
fluxbox-1.3.7/src/FbTk/Menu.cc:649:36: note: Function 'redrawTitle' argument 1 names different: declaration 'pm' definition 'drawable'.
fluxbox-1.3.7/src/FbTk/Menu.cc:761:32: style: Function 'drawItem' argument 1 names different: declaration 'pm' definition 'drawable'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:168:30: note: Function 'drawItem' argument 1 names different: declaration 'pm' definition 'drawable'.
fluxbox-1.3.7/src/FbTk/Menu.cc:761:32: note: Function 'drawItem' argument 1 names different: declaration 'pm' definition 'drawable'.
fluxbox-1.3.7/src/FbTk/Menu.cc:803:53: style: Function 'setItemSelected' argument 2 names different: declaration 'val' definition 'sel'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:109:51: note: Function 'setItemSelected' argument 2 names different: declaration 'val' definition 'sel'.
fluxbox-1.3.7/src/FbTk/Menu.cc:803:53: note: Function 'setItemSelected' argument 2 names different: declaration 'val' definition 'sel'.
fluxbox-1.3.7/src/FbTk/Menu.cc:826:52: style: Function 'setItemEnabled' argument 2 names different: declaration 'val' definition 'enable'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:110:50: note: Function 'setItemEnabled' argument 2 names different: declaration 'val' definition 'enable'.
fluxbox-1.3.7/src/FbTk/Menu.cc:826:52: note: Function 'setItemEnabled' argument 2 names different: declaration 'val' definition 'enable'.
fluxbox-1.3.7/src/FbTk/Menu.cc:872:43: style: Function 'buttonPressEvent' argument 1 names different: declaration 'bp' definition 'be'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:97:41: note: Function 'buttonPressEvent' argument 1 names different: declaration 'bp' definition 'be'.
fluxbox-1.3.7/src/FbTk/Menu.cc:872:43: note: Function 'buttonPressEvent' argument 1 names different: declaration 'bp' definition 'be'.
fluxbox-1.3.7/src/FbTk/Menu.cc:901:45: style: Function 'buttonReleaseEvent' argument 1 names different: declaration 'br' definition 're'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:98:51: note: Function 'buttonReleaseEvent' argument 1 names different: declaration 'br' definition 're'.
fluxbox-1.3.7/src/FbTk/Menu.cc:901:45: note: Function 'buttonReleaseEvent' argument 1 names different: declaration 'br' definition 're'.
fluxbox-1.3.7/src/FbTk/Menu.cc:945:44: style: Function 'motionNotifyEvent' argument 1 names different: declaration 'mn' definition 'me'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:99:42: note: Function 'motionNotifyEvent' argument 1 names different: declaration 'mn' definition 'me'.
fluxbox-1.3.7/src/FbTk/Menu.cc:945:44: note: Function 'motionNotifyEvent' argument 1 names different: declaration 'mn' definition 'me'.
fluxbox-1.3.7/src/FbTk/Menu.cc:1056:37: style: Function 'keyPressEvent' argument 1 names different: declaration 'ke' definition 'event'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Menu.hh:101:35: note: Function 'keyPressEvent' argument 1 names different: declaration 'ke' definition 'event'.
fluxbox-1.3.7/src/FbTk/Menu.cc:1056:37: note: Function 'keyPressEvent' argument 1 names different: declaration 'ke' definition 'event'.
fluxbox-1.3.7/src/FbTk/Menu.hh:109:10: style: Technically the member function 'FbTk::Menu::setItemSelected' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/Menu.cc:803:12: note: Technically the member function 'FbTk::Menu::setItemSelected' can be const.
fluxbox-1.3.7/src/FbTk/Menu.hh:109:10: note: Technically the member function 'FbTk::Menu::setItemSelected' can be const.
fluxbox-1.3.7/src/FbTk/Menu.hh:110:10: style: Technically the member function 'FbTk::Menu::setItemEnabled' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/Menu.cc:826:12: note: Technically the member function 'FbTk::Menu::setItemEnabled' can be const.
fluxbox-1.3.7/src/FbTk/Menu.hh:110:10: note: Technically the member function 'FbTk::Menu::setItemEnabled' can be const.
fluxbox-1.3.7/src/FbTk/Menu.hh:105:18: warning: Virtual function 'reconfigure' is called from constructor 'Menu(FbTk :: ThemeProxy < MenuTheme >&tm,ImageControl&imgctrl)' at line 175. Dynamic binding is not used. [virtualCallInConstructor]
fluxbox-1.3.7/src/FbTk/Menu.cc:175:5: note: Calling reconfigure
fluxbox-1.3.7/src/FbTk/Menu.hh:105:18: note: reconfigure is a virtual method
fluxbox-1.3.7/src/FbTk/MenuItem.cc:183:9: style: Variable 'text_y' is reassigned a value before the old one has been used. [redundantAssignment]
fluxbox-1.3.7/src/FbTk/MenuItem.cc:178:0: note: Variable 'text_y' is reassigned a value before the old one has been used.
fluxbox-1.3.7/src/FbTk/MenuItem.cc:183:9: note: Variable 'text_y' is reassigned a value before the old one has been used.
fluxbox-1.3.7/src/FbTk/MenuItem.cc:97:33: style: Function 'draw' argument 1 names different: declaration 'drawable' definition 'draw'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:126:35: note: Function 'draw' argument 1 names different: declaration 'drawable' definition 'draw'.
fluxbox-1.3.7/src/FbTk/MenuItem.cc:97:33: note: Function 'draw' argument 1 names different: declaration 'drawable' definition 'draw'.
fluxbox-1.3.7/src/FbTk/MultLayers.hh:47:10: style: Technically the member function 'FbTk::MultLayers::raise' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/MultLayers.cc:68:18: note: Technically the member function 'FbTk::MultLayers::raise' can be const.
fluxbox-1.3.7/src/FbTk/MultLayers.hh:47:10: note: Technically the member function 'FbTk::MultLayers::raise' can be const.
fluxbox-1.3.7/src/FbTk/MultLayers.hh:48:10: performance: Technically the member function 'FbTk::MultLayers::lower' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/MultLayers.cc:78:18: note: Technically the member function 'FbTk::MultLayers::lower' can be static.
fluxbox-1.3.7/src/FbTk/MultLayers.hh:48:10: note: Technically the member function 'FbTk::MultLayers::lower' can be static.
fluxbox-1.3.7/src/FbTk/MultiButtonMenuItem.hh:39:18: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/MultiButtonMenuItem.hh:39:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Shape.cc:406:20: style: Condition 'shaped!=0' is always false [knownConditionTrueFalse]
fluxbox-1.3.7/src/FbTk/Shape.cc:391:18: note: Assignment 'shaped=0', assigned value is 0
fluxbox-1.3.7/src/FbTk/Shape.cc:406:20: note: Condition 'shaped!=0' is always false
fluxbox-1.3.7/src/FbTk/Shape.cc:406:20: style: Same expression on both sides of '!=' because the value of 'shaped' and '0' are the same. [duplicateExpression]
fluxbox-1.3.7/src/FbTk/Shape.cc:391:18: note: 'shaped' is assigned value '0' here.
fluxbox-1.3.7/src/FbTk/Shape.cc:406:20: note: Same expression on both sides of '!=' because the value of 'shaped' and '0' are the same.
fluxbox-1.3.7/src/FbTk/Shape.hh:46:10: style: Technically the member function 'FbTk::Shape::update' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/Shape.cc:200:13: note: Technically the member function 'FbTk::Shape::update' can be const.
fluxbox-1.3.7/src/FbTk/Shape.hh:46:10: note: Technically the member function 'FbTk::Shape::update' can be const.
fluxbox-1.3.7/src/FbTk/StringUtil.cc:100:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
fluxbox-1.3.7/src/FbTk/StringUtil.cc:96:0: note: Variable 'h' is reassigned a value before the old one has been used.
fluxbox-1.3.7/src/FbTk/StringUtil.cc:100:5: note: Variable 'h' is reassigned a value before the old one has been used.
fluxbox-1.3.7/src/FbTk/StringUtil.cc:410:55: style: Function 'getFirstWord' argument 2 names different: declaration 'first' definition 'word'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/StringUtil.hh:93:55: note: Function 'getFirstWord' argument 2 names different: declaration 'first' definition 'word'.
fluxbox-1.3.7/src/FbTk/StringUtil.cc:410:55: note: Function 'getFirstWord' argument 2 names different: declaration 'first' definition 'word'.
fluxbox-1.3.7/src/FbTk/TextBox.cc:209:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/TextBox.cc:364:37: style: Function 'setCursorPosition' argument 1 names different: declaration 'cursor' definition 'pos'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/TextBox.hh:42:32: note: Function 'setCursorPosition' argument 1 names different: declaration 'cursor' definition 'pos'.
fluxbox-1.3.7/src/FbTk/TextBox.cc:364:37: note: Function 'setCursorPosition' argument 1 names different: declaration 'cursor' definition 'pos'.
fluxbox-1.3.7/src/FbTk/TextBox.hh:43:10: style: Technically the member function 'FbTk::TextBox::setInputFocus' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/TextBox.cc:93:15: note: Technically the member function 'FbTk::TextBox::setInputFocus' can be const.
fluxbox-1.3.7/src/FbTk/TextBox.hh:43:10: note: Technically the member function 'FbTk::TextBox::setInputFocus' can be const.
fluxbox-1.3.7/src/FbTk/TextButton.cc:120:67: style: Function 'drawText' argument 3 names different: declaration 'drawable_override' definition 'drawable'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/TextButton.hh:67:67: note: Function 'drawText' argument 3 names different: declaration 'drawable_override' definition 'drawable'.
fluxbox-1.3.7/src/FbTk/TextButton.cc:120:67: note: Function 'drawText' argument 3 names different: declaration 'drawable_override' definition 'drawable'.
fluxbox-1.3.7/src/FbTk/TextUtils.cc:59:13: style: The scope of the variable 'middle' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/TextUtils.cc:82:21: style: Function 'doAlignment' argument 1 names different: declaration 'max_pixels' definition 'n_pixels'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/TextUtils.hh:34:21: note: Function 'doAlignment' argument 1 names different: declaration 'max_pixels' definition 'n_pixels'.
fluxbox-1.3.7/src/FbTk/TextUtils.cc:82:21: note: Function 'doAlignment' argument 1 names different: declaration 'max_pixels' definition 'n_pixels'.
fluxbox-1.3.7/src/FbTk/TextUtils.cc:112:58: style: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'value'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Theme.hh:69:44: note: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'value'.
fluxbox-1.3.7/src/FbTk/TextUtils.cc:112:58: note: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'value'.
fluxbox-1.3.7/src/FbTk/Theme.hh:67:10: style: The function 'setDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Theme.hh:67:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Theme.hh:69:18: style: The function 'setFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Theme.hh:69:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Theme.hh:73:18: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:51:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Theme.hh:73:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Texture.cc:51:48: style: Function 'setFromString' argument 1 names different: declaration 'str' definition 'texture_str'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Texture.hh:78:43: note: Function 'setFromString' argument 1 names different: declaration 'str' definition 'texture_str'.
fluxbox-1.3.7/src/FbTk/Texture.cc:51:48: note: Function 'setFromString' argument 1 names different: declaration 'str' definition 'texture_str'.
fluxbox-1.3.7/src/FbTk/TextureRender.cc:693:51: style: Function 'render' argument 1 names different: declaration 'src_texture' definition 'texture'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/TextureRender.hh:49:40: note: Function 'render' argument 1 names different: declaration 'src_texture' definition 'texture'.
fluxbox-1.3.7/src/FbTk/TextureRender.cc:693:51: note: Function 'render' argument 1 names different: declaration 'src_texture' definition 'texture'.
fluxbox-1.3.7/src/FbTk/TextureRender.cc:725:56: style: Function 'renderSolid' argument 1 names different: declaration 'src_texture' definition 'texture'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/TextureRender.hh:51:45: note: Function 'renderSolid' argument 1 names different: declaration 'src_texture' definition 'texture'.
fluxbox-1.3.7/src/FbTk/TextureRender.cc:725:56: note: Function 'renderSolid' argument 1 names different: declaration 'src_texture' definition 'texture'.
fluxbox-1.3.7/src/FbTk/TextureRender.cc:781:59: style: Function 'renderGradient' argument 1 names different: declaration 'src_texture' definition 'texture'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/TextureRender.hh:53:48: note: Function 'renderGradient' argument 1 names different: declaration 'src_texture' definition 'texture'.
fluxbox-1.3.7/src/FbTk/TextureRender.cc:781:59: note: Function 'renderGradient' argument 1 names different: declaration 'src_texture' definition 'texture'.
fluxbox-1.3.7/src/FbTk/ThemeItems.cc:74:51: style: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'str'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Theme.hh:69:44: note: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'str'.
fluxbox-1.3.7/src/FbTk/ThemeItems.cc:74:51: note: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'str'.
fluxbox-1.3.7/src/FbTk/Timer.cc:151:30: style: Function 'updateTimers' argument 1 names different: declaration 'file_descriptor' definition 'fd'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Timer.hh:58:34: note: Function 'updateTimers' argument 1 names different: declaration 'file_descriptor' definition 'fd'.
fluxbox-1.3.7/src/FbTk/Timer.cc:151:30: note: Function 'updateTimers' argument 1 names different: declaration 'file_descriptor' definition 'fd'.
fluxbox-1.3.7/src/FbTk/Transparent.cc:154:35: style: Function 'Transparent' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Transparent.hh:38:26: note: Function 'Transparent' argument 1 names different: declaration 'source' definition 'src'.
fluxbox-1.3.7/src/FbTk/Transparent.cc:154:35: note: Function 'Transparent' argument 1 names different: declaration 'source' definition 'src'.
fluxbox-1.3.7/src/FbTk/Transparent.cc:253:38: style: Function 'setSource' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Transparent.hh:43:29: note: Function 'setSource' argument 1 names different: declaration 'src' definition 'source'.
fluxbox-1.3.7/src/FbTk/Transparent.cc:253:38: note: Function 'setSource' argument 1 names different: declaration 'src' definition 'source'.
fluxbox-1.3.7/src/FbTk/Transparent.cc:319:34: style: Function 'allocAlpha' argument 1 names different: declaration 'newval' definition 'alpha'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/Transparent.hh:61:25: note: Function 'allocAlpha' argument 1 names different: declaration 'newval' definition 'alpha'.
fluxbox-1.3.7/src/FbTk/Transparent.cc:319:34: note: Function 'allocAlpha' argument 1 names different: declaration 'newval' definition 'alpha'.
fluxbox-1.3.7/src/FbTk/Transparent.cc:158:21: style: Variable 'disp' is assigned a value that is never used. [unreadVariable]
fluxbox-1.3.7/src/FbTk/Transparent.hh:43:10: performance: Technically the member function 'FbTk::Transparent::setSource' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/Transparent.cc:253:19: note: Technically the member function 'FbTk::Transparent::setSource' can be static.
fluxbox-1.3.7/src/FbTk/Transparent.hh:43:10: note: Technically the member function 'FbTk::Transparent::setSource' can be static.
fluxbox-1.3.7/src/FbTk/Transparent.hh:45:10: performance: Technically the member function 'FbTk::Transparent::setDest' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/Transparent.cc:220:19: note: Technically the member function 'FbTk::Transparent::setDest' can be static.
fluxbox-1.3.7/src/FbTk/Transparent.hh:45:10: note: Technically the member function 'FbTk::Transparent::setDest' can be static.
fluxbox-1.3.7/src/FbTk/Transparent.hh:46:10: performance: Technically the member function 'FbTk::Transparent::freeDest' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/Transparent.cc:209:19: note: Technically the member function 'FbTk::Transparent::freeDest' can be static.
fluxbox-1.3.7/src/FbTk/Transparent.hh:46:10: note: Technically the member function 'FbTk::Transparent::freeDest' can be static.
fluxbox-1.3.7/src/FbTk/Transparent.hh:50:10: performance: Technically the member function 'FbTk::Transparent::render' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/Transparent.cc:298:19: note: Technically the member function 'FbTk::Transparent::render' can be static.
fluxbox-1.3.7/src/FbTk/Transparent.hh:50:10: note: Technically the member function 'FbTk::Transparent::render' can be static.
fluxbox-1.3.7/src/FbTk/Transparent.hh:61:10: performance: Technically the member function 'FbTk::Transparent::allocAlpha' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/Transparent.cc:319:19: note: Technically the member function 'FbTk::Transparent::allocAlpha' can be static.
fluxbox-1.3.7/src/FbTk/Transparent.hh:61:10: note: Technically the member function 'FbTk::Transparent::allocAlpha' can be static.
fluxbox-1.3.7/src/FbTk/XFontImp.cc:322:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:138:22: style: The scope of the variable 'index' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:139:9: style: The scope of the variable 'vert_w' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:139:17: style: The scope of the variable 'vert_h' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:139:25: style: The scope of the variable 'vert_len' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:139:49: style: The scope of the variable 'bit_len' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:142:9: style: The scope of the variable 'ascent' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:142:17: style: The scope of the variable 'descent' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:142:26: style: The scope of the variable 'lbearing' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:142:36: style: The scope of the variable 'rbearing' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:332:17: style: The scope of the variable 'ichar' can be reduced. [variableScope]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:44:32: style: Function 'XFontImp' argument 1 names different: declaration 'filename' definition 'fontname'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/XFontImp.hh:32:35: note: Function 'XFontImp' argument 1 names different: declaration 'filename' definition 'fontname'.
fluxbox-1.3.7/src/FbTk/XFontImp.cc:44:32: note: Function 'XFontImp' argument 1 names different: declaration 'filename' definition 'fontname'.
fluxbox-1.3.7/src/FbTk/XFontImp.cc:108:65: style: Function 'textWidth' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/XFontImp.hh:35:59: note: Function 'textWidth' argument 2 names different: declaration 'len' definition 'size'.
fluxbox-1.3.7/src/FbTk/XFontImp.cc:108:65: note: Function 'textWidth' argument 2 names different: declaration 'len' definition 'size'.
fluxbox-1.3.7/src/FbTk/XFontImp.hh:74:10: performance: Technically the member function 'FbTk::XFontImp::freeRotFont' can be static. [functionStatic]
fluxbox-1.3.7/src/FbTk/XFontImp.cc:314:16: note: Technically the member function 'FbTk::XFontImp::freeRotFont' can be static.
fluxbox-1.3.7/src/FbTk/XFontImp.hh:74:10: note: Technically the member function 'FbTk::XFontImp::freeRotFont' can be static.
fluxbox-1.3.7/src/FbTk/XFontImp.hh:34:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:34:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:35:18: style: The function 'textWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:44:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:35:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:36:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:48:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:36:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:37:9: style: The function 'ascent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:46:17: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:37:9: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:38:9: style: The function 'descent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:47:17: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:38:9: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:39:10: style: The function 'drawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:39:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:41:10: style: The function 'validOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:45:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:41:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:43:10: style: The function 'loaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:43:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:72:10: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XFontImp.hh:72:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XftFontImp.cc:32:36: style: Function 'XftFontImp' argument 1 names different: declaration 'fontname' definition 'name'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:34:28: note: Function 'XftFontImp' argument 1 names different: declaration 'fontname' definition 'name'.
fluxbox-1.3.7/src/FbTk/XftFontImp.cc:32:36: note: Function 'XftFontImp' argument 1 names different: declaration 'fontname' definition 'name'.
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:36:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:36:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:37:10: style: The function 'drawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:37:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:38:18: style: The function 'textWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:44:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:38:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:39:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:48:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:39:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:40:9: style: The function 'ascent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:46:17: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:40:9: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:41:9: style: The function 'descent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:47:17: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:41:9: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:42:10: style: The function 'loaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:42:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:43:10: style: The function 'utf8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:51:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:43:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:44:10: style: The function 'validOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:45:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XftFontImp.hh:44:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XmbFontImp.cc:95:36: style: Function 'XmbFontImp' argument 1 names different: declaration 'fontname' definition 'filename'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:32:28: note: Function 'XmbFontImp' argument 1 names different: declaration 'fontname' definition 'filename'.
fluxbox-1.3.7/src/FbTk/XmbFontImp.cc:95:36: note: Function 'XmbFontImp' argument 1 names different: declaration 'fontname' definition 'filename'.
fluxbox-1.3.7/src/FbTk/XmbFontImp.cc:122:45: style: Function 'drawText' argument 1 names different: declaration 'w' definition 'd'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:35:45: note: Function 'drawText' argument 1 names different: declaration 'w' definition 'd'.
fluxbox-1.3.7/src/FbTk/XmbFontImp.cc:122:45: note: Function 'drawText' argument 1 names different: declaration 'w' definition 'd'.
fluxbox-1.3.7/src/FbTk/XmbFontImp.cc:122:63: style: Function 'drawText' argument 3 names different: declaration 'gc' definition 'main_gc'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:35:63: note: Function 'drawText' argument 3 names different: declaration 'gc' definition 'main_gc'.
fluxbox-1.3.7/src/FbTk/XmbFontImp.cc:122:63: note: Function 'drawText' argument 3 names different: declaration 'gc' definition 'main_gc'.
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:34:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:34:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:35:18: style: The function 'drawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:35:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:36:18: style: The function 'textWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:44:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:36:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:37:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:48:26: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:37:18: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:38:9: style: The function 'ascent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:46:17: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:38:9: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:39:9: style: The function 'descent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:47:17: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:39:9: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:40:10: style: The function 'loaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:40:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:41:10: style: The function 'utf8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:51:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:41:10: note: Function in derived class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:43:10: style: The function 'validOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FontImp.hh:45:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/XmbFontImp.hh:43:10: note: Function in derived class
fluxbox-1.3.7/src/FbWinFrame.cc:511:45: style: Function 'setAlpha' argument 2 names different: declaration 'value' definition 'alpha'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbWinFrame.hh:114:37: note: Function 'setAlpha' argument 2 names different: declaration 'value' definition 'alpha'.
fluxbox-1.3.7/src/FbWinFrame.cc:511:45: note: Function 'setAlpha' argument 2 names different: declaration 'value' definition 'alpha'.
fluxbox-1.3.7/src/FbWinFrame.cc:584:40: style: Function 'removeTab' argument 1 names different: declaration 'id' definition 'btn'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FbWinFrame.hh:130:32: note: Function 'removeTab' argument 1 names different: declaration 'id' definition 'btn'.
fluxbox-1.3.7/src/FbWinFrame.cc:584:40: note: Function 'removeTab' argument 1 names different: declaration 'id' definition 'btn'.
fluxbox-1.3.7/src/IconButton.hh:47:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:66:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconButton.hh:47:10: note: Function in derived class
fluxbox-1.3.7/src/IconButton.hh:48:10: style: The function 'enterNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:64:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconButton.hh:48:10: note: Function in derived class
fluxbox-1.3.7/src/IconButton.hh:49:10: style: The function 'leaveNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:65:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconButton.hh:49:10: note: Function in derived class
fluxbox-1.3.7/src/IconButton.hh:50:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:92:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconButton.hh:50:10: note: Function in derived class
fluxbox-1.3.7/src/IconButton.hh:54:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:134:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconButton.hh:54:10: note: Function in derived class
fluxbox-1.3.7/src/IconButton.hh:56:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:125:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconButton.hh:56:10: note: Function in derived class
fluxbox-1.3.7/src/IconButton.hh:65:10: style: The function 'setOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Button.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconButton.hh:65:10: note: Function in derived class
fluxbox-1.3.7/src/FbWinFrameTheme.hh:57:10: performance: Technically the member function 'FbWinFrameTheme::fallback' can be static. [functionStatic]
fluxbox-1.3.7/src/FbWinFrameTheme.cc:74:23: note: Technically the member function 'FbWinFrameTheme::fallback' can be static.
fluxbox-1.3.7/src/FbWinFrameTheme.hh:57:10: note: Technically the member function 'FbWinFrameTheme::fallback' can be static.
fluxbox-1.3.7/src/FocusControl.cc:95:52: style: Function 'cycleFocus' argument 1 names different: declaration 'winlist' definition 'window_list'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FocusControl.hh:74:42: note: Function 'cycleFocus' argument 1 names different: declaration 'winlist' definition 'window_list'.
fluxbox-1.3.7/src/FocusControl.cc:95:52: note: Function 'cycleFocus' argument 1 names different: declaration 'winlist' definition 'window_list'.
fluxbox-1.3.7/src/FocusControl.cc:96:62: style: Function 'cycleFocus' argument 3 names different: declaration 'reverse' definition 'cycle_reverse'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FocusControl.hh:75:26: note: Function 'cycleFocus' argument 3 names different: declaration 'reverse' definition 'cycle_reverse'.
fluxbox-1.3.7/src/FocusControl.cc:96:62: note: Function 'cycleFocus' argument 3 names different: declaration 'reverse' definition 'cycle_reverse'.
fluxbox-1.3.7/src/FocusControl.cc:571:48: style: Function 'setFocusedWindow' argument 1 names different: declaration 'focus_to' definition 'client'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FocusControl.hh:155:45: note: Function 'setFocusedWindow' argument 1 names different: declaration 'focus_to' definition 'client'.
fluxbox-1.3.7/src/FocusControl.cc:571:48: note: Function 'setFocusedWindow' argument 1 names different: declaration 'focus_to' definition 'client'.
fluxbox-1.3.7/src/FocusControl.hh:77:10: performance: Technically the member function 'FocusControl::goToWindowNumber' can be static. [functionStatic]
fluxbox-1.3.7/src/FocusControl.cc:172:20: note: Technically the member function 'FocusControl::goToWindowNumber' can be static.
fluxbox-1.3.7/src/FocusControl.hh:77:10: note: Technically the member function 'FocusControl::goToWindowNumber' can be static.
fluxbox-1.3.7/src/FocusControl.hh:110:10: style: Technically the member function 'FocusControl::isIgnored' can be const. [functionConst]
fluxbox-1.3.7/src/FocusControl.cc:447:20: note: Technically the member function 'FocusControl::isIgnored' can be const.
fluxbox-1.3.7/src/FocusControl.hh:110:10: note: Technically the member function 'FocusControl::isIgnored' can be const.
fluxbox-1.3.7/src/FocusableList.cc:289:53: style: Function 'find' argument 1 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FocusableList.hh:75:42: note: Function 'find' argument 1 names different: declaration 'pattern' definition 'pat'.
fluxbox-1.3.7/src/FocusableList.cc:289:53: note: Function 'find' argument 1 names different: declaration 'pattern' definition 'pat'.
fluxbox-1.3.7/src/FocusableList.cc:303:57: style: Function 'focusedWindowChanged' argument 2 names different: declaration 'win' definition 'focused_win'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/FocusableList.hh:95:63: note: Function 'focusedWindowChanged' argument 2 names different: declaration 'win' definition 'focused_win'.
fluxbox-1.3.7/src/FocusableList.cc:303:57: note: Function 'focusedWindowChanged' argument 2 names different: declaration 'win' definition 'focused_win'.
fluxbox-1.3.7/src/GenericTool.cc:49:39: style: Function 'resize' argument 1 names different: declaration 'x' definition 'width'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/GenericTool.hh:46:30: note: Function 'resize' argument 1 names different: declaration 'x' definition 'width'.
fluxbox-1.3.7/src/GenericTool.cc:49:39: note: Function 'resize' argument 1 names different: declaration 'x' definition 'width'.
fluxbox-1.3.7/src/GenericTool.cc:49:59: style: Function 'resize' argument 2 names different: declaration 'y' definition 'height'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/GenericTool.hh:46:46: note: Function 'resize' argument 2 names different: declaration 'y' definition 'height'.
fluxbox-1.3.7/src/GenericTool.cc:49:59: note: Function 'resize' argument 2 names different: declaration 'y' definition 'height'.
fluxbox-1.3.7/src/HeadArea.cc:57:5: style: Class 'MaxArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/IconButton.cc:83:51: style: Function 'enterNotifyEvent' argument 1 names different: declaration 'ce' definition 'ev'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/IconButton.hh:48:43: note: Function 'enterNotifyEvent' argument 1 names different: declaration 'ce' definition 'ev'.
fluxbox-1.3.7/src/IconButton.cc:83:51: note: Function 'enterNotifyEvent' argument 1 names different: declaration 'ce' definition 'ev'.
fluxbox-1.3.7/src/IconButton.cc:88:51: style: Function 'leaveNotifyEvent' argument 1 names different: declaration 'ce' definition 'ev'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/IconButton.hh:49:43: note: Function 'leaveNotifyEvent' argument 1 names different: declaration 'ce' definition 'ev'.
fluxbox-1.3.7/src/IconButton.cc:88:51: note: Function 'leaveNotifyEvent' argument 1 names different: declaration 'ce' definition 'ev'.
fluxbox-1.3.7/src/IconButton.cc:252:59: style: Function 'drawText' argument 3 names different: declaration 'drawable_override' definition 'drawable'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/IconButton.hh:68:51: note: Function 'drawText' argument 3 names different: declaration 'drawable_override' definition 'drawable'.
fluxbox-1.3.7/src/IconButton.cc:252:59: note: Function 'drawText' argument 3 names different: declaration 'drawable_override' definition 'drawable'.
fluxbox-1.3.7/src/IconbarTool.hh:51:10: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:51:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:52:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:52:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:53:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:44:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:53:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:56:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:47:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:56:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:57:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:48:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:57:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:60:10: style: The function 'parentMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:60:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:60:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:62:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:49:26: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:62:18: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:63:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:50:26: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:63:18: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:64:18: style: The function 'borderWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:51:26: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:64:18: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:68:10: style: The function 'setOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:71:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:68:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:75:10: style: The function 'updateSizing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:63:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:75:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.hh:83:10: style: The function 'renderTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.hh:83:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.cc:315:59: style: Function 'setAlignment' argument 1 names different: declaration 'a' definition 'align'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/IconbarTool.hh:58:50: note: Function 'setAlignment' argument 1 names different: declaration 'a' definition 'align'.
fluxbox-1.3.7/src/IconbarTool.cc:315:59: note: Function 'setAlignment' argument 1 names different: declaration 'a' definition 'align'.
fluxbox-1.3.7/src/FbCommands.hh:78:5: style: Class 'RestartFluxboxCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbCommands.hh:189:5: style: Class 'BindKeyCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/FbCommands.hh:225:5: style: Class 'ClientPatternTestCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/IconbarTool.cc:103:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.cc:103:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.cc:104:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.cc:104:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.cc:122:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.cc:122:10: note: Function in derived class
fluxbox-1.3.7/src/IconbarTool.cc:123:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/IconbarTool.cc:123:10: note: Function in derived class
fluxbox-1.3.7/src/Keys.cc:526:25: style: The scope of the variable 'last_button' can be reduced. [variableScope]
fluxbox-1.3.7/src/Keys.cc:531:17: style: The scope of the variable 'double_click' can be reduced. [variableScope]
fluxbox-1.3.7/src/Keys.cc:599:59: style: Function 'registerWindow' argument 2 names different: declaration 'handler' definition 'h'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Keys.hh:76:57: note: Function 'registerWindow' argument 2 names different: declaration 'handler' definition 'h'.
fluxbox-1.3.7/src/Keys.cc:599:59: note: Function 'registerWindow' argument 2 names different: declaration 'handler' definition 'h'.
fluxbox-1.3.7/src/LayerMenu.cc:33:55: style: Function 'LayerMenu' argument 4 names different: declaration 'item' definition 'object'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/LayerMenu.hh:67:48: note: Function 'LayerMenu' argument 4 names different: declaration 'item' definition 'object'.
fluxbox-1.3.7/src/LayerMenu.cc:33:55: note: Function 'LayerMenu' argument 4 names different: declaration 'item' definition 'object'.
fluxbox-1.3.7/src/LayerMenu.cc:39:13: style: struct member 'Anonymous7::set' is never used. [unusedStructMember]
fluxbox-1.3.7/src/LayerMenu.cc:40:13: style: struct member 'Anonymous7::base' is never used. [unusedStructMember]
fluxbox-1.3.7/src/LayerMenu.hh:50:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/LayerMenu.hh:50:10: note: Function in derived class
fluxbox-1.3.7/src/LayerMenu.hh:51:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/LayerMenu.hh:51:10: note: Function in derived class
fluxbox-1.3.7/src/LayerMenu.hh:68:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Menu.hh:113:18: note: Virtual function in base class
fluxbox-1.3.7/src/LayerMenu.hh:68:10: note: Function in derived class
fluxbox-1.3.7/src/MenuCreator.cc:331:56: style: Function 'translateMenuItem' argument 2 names different: declaration 'item' definition 'pitem'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/MenuCreator.cc:314:56: note: Function 'translateMenuItem' argument 2 names different: declaration 'item' definition 'pitem'.
fluxbox-1.3.7/src/MenuCreator.cc:331:56: note: Function 'translateMenuItem' argument 2 names different: declaration 'item' definition 'pitem'.
fluxbox-1.3.7/src/CurrentWindowCmd.hh:278:5: style: Class 'MatchCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:36:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:36:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:47:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:47:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:61:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:61:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:70:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:70:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:80:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:80:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:91:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:91:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:101:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:101:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:111:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:111:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:121:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:121:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:132:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:132:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:144:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:144:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:154:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:154:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:168:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:168:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:189:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:189:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:202:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:202:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:214:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:214:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:221:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:221:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:228:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:228:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:237:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:237:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:248:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:248:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:260:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:260:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:271:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:271:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:280:10: style: The function 'real_execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/CurrentWindowCmd.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:280:10: note: Function in derived class
fluxbox-1.3.7/src/SendToMenu.hh:42:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Menu.hh:113:18: note: Virtual function in base class
fluxbox-1.3.7/src/SendToMenu.hh:42:10: note: Function in derived class
fluxbox-1.3.7/src/StyleMenuItem.hh:31:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/StyleMenuItem.hh:31:10: note: Function in derived class
fluxbox-1.3.7/src/RootCmdMenuItem.hh:32:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:113:18: note: Virtual function in base class
fluxbox-1.3.7/src/RootCmdMenuItem.hh:32:10: note: Function in derived class
fluxbox-1.3.7/src/CurrentWindowCmd.hh:226:38: performance: Function parameter 'newtitle' should be passed by const reference. [passedByValue]
fluxbox-1.3.7/src/MinOverlapPlacement.hh:31:10: style: The function 'placeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/PlacementStrategy.hh:35:18: note: Virtual function in base class
fluxbox-1.3.7/src/MinOverlapPlacement.hh:31:10: note: Function in derived class
fluxbox-1.3.7/src/RootTheme.cc:153:5: style: Class 'RootTheme' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fluxbox-1.3.7/src/RootTheme.cc:153:5: style: Class 'RootTheme' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fluxbox-1.3.7/src/RootTheme.cc:129:10: style: The function 'setFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:69:0: note: Virtual function in base class
fluxbox-1.3.7/src/RootTheme.cc:129:10: note: Function in derived class
fluxbox-1.3.7/src/RowSmartPlacement.hh:29:10: style: The function 'placeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/PlacementStrategy.hh:35:18: note: Virtual function in base class
fluxbox-1.3.7/src/RowSmartPlacement.hh:29:10: note: Function in derived class
fluxbox-1.3.7/src/Screen.cc:1049:17: style: Condition 'handler==0' is always true [knownConditionTrueFalse]
fluxbox-1.3.7/src/Screen.cc:1045:28: note: Assignment 'handler=0', assigned value is 0
fluxbox-1.3.7/src/Screen.cc:1049:17: note: Condition 'handler==0' is always true
fluxbox-1.3.7/src/Screen.cc:1049:17: style: Same expression on both sides of '==' because the value of 'handler' and '0' are the same. [duplicateExpression]
fluxbox-1.3.7/src/Screen.cc:1045:28: note: 'handler' is assigned value '0' here.
fluxbox-1.3.7/src/Screen.cc:1049:17: note: Same expression on both sides of '==' because the value of 'handler' and '0' are the same.
fluxbox-1.3.7/src/Screen.cc:692:30: style: Function 'cycleFocus' argument 1 names different: declaration 'opts' definition 'options'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:222:25: note: Function 'cycleFocus' argument 1 names different: declaration 'opts' definition 'options'.
fluxbox-1.3.7/src/Screen.cc:692:30: note: Function 'cycleFocus' argument 1 names different: declaration 'opts' definition 'options'.
fluxbox-1.3.7/src/Screen.cc:786:38: style: Function 'addIcon' argument 1 names different: declaration 'win' definition 'w'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:306:33: note: Function 'addIcon' argument 1 names different: declaration 'win' definition 'w'.
fluxbox-1.3.7/src/Screen.cc:786:38: note: Function 'addIcon' argument 1 names different: declaration 'win' definition 'w'.
fluxbox-1.3.7/src/Screen.cc:801:41: style: Function 'removeIcon' argument 1 names different: declaration 'win' definition 'w'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:308:36: note: Function 'removeIcon' argument 1 names different: declaration 'win' definition 'w'.
fluxbox-1.3.7/src/Screen.cc:801:41: note: Function 'removeIcon' argument 1 names different: declaration 'win' definition 'w'.
fluxbox-1.3.7/src/Screen.cc:963:44: style: Function 'sendToWorkspace' argument 1 names different: declaration 'workspace' definition 'id'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:327:39: note: Function 'sendToWorkspace' argument 1 names different: declaration 'workspace' definition 'id'.
fluxbox-1.3.7/src/Screen.cc:963:44: note: Function 'sendToWorkspace' argument 1 names different: declaration 'workspace' definition 'id'.
fluxbox-1.3.7/src/Screen.cc:963:73: style: Function 'sendToWorkspace' argument 3 names different: declaration 'changeworkspace' definition 'changeWS'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:328:31: note: Function 'sendToWorkspace' argument 3 names different: declaration 'changeworkspace' definition 'changeWS'.
fluxbox-1.3.7/src/Screen.cc:963:73: note: Function 'sendToWorkspace' argument 3 names different: declaration 'changeworkspace' definition 'changeWS'.
fluxbox-1.3.7/src/Screen.cc:1005:35: style: Function 'isKdeDockapp' argument 1 names different: declaration 'win' definition 'client'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:167:30: note: Function 'isKdeDockapp' argument 1 names different: declaration 'win' definition 'client'.
fluxbox-1.3.7/src/Screen.cc:1005:35: note: Function 'isKdeDockapp' argument 1 names different: declaration 'win' definition 'client'.
fluxbox-1.3.7/src/Screen.cc:1039:36: style: Function 'addKdeDockapp' argument 1 names different: declaration 'win' definition 'client'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:169:31: note: Function 'addKdeDockapp' argument 1 names different: declaration 'win' definition 'client'.
fluxbox-1.3.7/src/Screen.cc:1039:36: note: Function 'addKdeDockapp' argument 1 names different: declaration 'win' definition 'client'.
fluxbox-1.3.7/src/Screen.cc:1071:45: style: Function 'createWindow' argument 1 names different: declaration 'clientwin' definition 'client'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:413:40: note: Function 'createWindow' argument 1 names different: declaration 'clientwin' definition 'client'.
fluxbox-1.3.7/src/Screen.cc:1071:45: note: Function 'createWindow' argument 1 names different: declaration 'clientwin' definition 'client'.
fluxbox-1.3.7/src/Screen.cc:1197:33: style: Function 'clearStrut' argument 1 names different: declaration 'strut' definition 'str'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:419:28: note: Function 'clearStrut' argument 1 names different: declaration 'strut' definition 'str'.
fluxbox-1.3.7/src/Screen.cc:1197:33: note: Function 'clearStrut' argument 1 names different: declaration 'strut' definition 'str'.
fluxbox-1.3.7/src/Screen.cc:1234:48: style: Function 'reassociateWindow' argument 1 names different: declaration 'window' definition 'w'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:335:43: note: Function 'reassociateWindow' argument 1 names different: declaration 'window' definition 'w'.
fluxbox-1.3.7/src/Screen.cc:1234:48: note: Function 'reassociateWindow' argument 1 names different: declaration 'window' definition 'w'.
fluxbox-1.3.7/src/Screen.cc:1234:64: style: Function 'reassociateWindow' argument 2 names different: declaration 'workspace_id' definition 'wkspc_id'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:335:64: note: Function 'reassociateWindow' argument 2 names different: declaration 'workspace_id' definition 'wkspc_id'.
fluxbox-1.3.7/src/Screen.cc:1234:64: note: Function 'reassociateWindow' argument 2 names different: declaration 'workspace_id' definition 'wkspc_id'.
fluxbox-1.3.7/src/Screen.cc:1421:41: style: Function 'showGeometry' argument 1 names different: declaration 'width' definition 'gx'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:348:36: note: Function 'showGeometry' argument 1 names different: declaration 'width' definition 'gx'.
fluxbox-1.3.7/src/Screen.cc:1421:41: note: Function 'showGeometry' argument 1 names different: declaration 'width' definition 'gx'.
fluxbox-1.3.7/src/Screen.cc:1421:58: style: Function 'showGeometry' argument 2 names different: declaration 'height' definition 'gy'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Screen.hh:348:56: note: Function 'showGeometry' argument 2 names different: declaration 'height' definition 'gy'.
fluxbox-1.3.7/src/Screen.cc:1421:58: note: Function 'showGeometry' argument 2 names different: declaration 'height' definition 'gy'.
fluxbox-1.3.7/src/Screen.hh:167:10: performance: Technically the member function 'BScreen::isKdeDockapp' can be static. [functionStatic]
fluxbox-1.3.7/src/Screen.cc:1005:15: note: Technically the member function 'BScreen::isKdeDockapp' can be static.
fluxbox-1.3.7/src/Screen.hh:167:10: note: Technically the member function 'BScreen::isKdeDockapp' can be static.
fluxbox-1.3.7/src/Screen.hh:169:10: performance: Technically the member function 'BScreen::addKdeDockapp' can be static. [functionStatic]
fluxbox-1.3.7/src/Screen.cc:1039:15: note: Technically the member function 'BScreen::addKdeDockapp' can be static.
fluxbox-1.3.7/src/Screen.hh:169:10: note: Technically the member function 'BScreen::addKdeDockapp' can be static.
fluxbox-1.3.7/src/Screen.hh:270:10: style: Technically the member function 'BScreen::isRestart' can be const. [functionConst]
fluxbox-1.3.7/src/Screen.cc:449:15: note: Technically the member function 'BScreen::isRestart' can be const.
fluxbox-1.3.7/src/Screen.hh:270:10: note: Technically the member function 'BScreen::isRestart' can be const.
fluxbox-1.3.7/src/Screen.hh:384:9: performance: Technically the member function 'BScreen::getHead' can be static. [functionStatic]
fluxbox-1.3.7/src/Screen.cc:1659:14: note: Technically the member function 'BScreen::getHead' can be static.
fluxbox-1.3.7/src/Screen.hh:384:9: note: Technically the member function 'BScreen::getHead' can be static.
fluxbox-1.3.7/src/Screen.hh:386:9: performance: Technically the member function 'BScreen::getHead' can be static. [functionStatic]
fluxbox-1.3.7/src/Screen.cc:1673:14: note: Technically the member function 'BScreen::getHead' can be static.
fluxbox-1.3.7/src/Screen.hh:386:9: note: Technically the member function 'BScreen::getHead' can be static.
fluxbox-1.3.7/src/Screen.hh:390:9: performance: Technically the member function 'BScreen::getHeadX' can be static. [functionStatic]
fluxbox-1.3.7/src/Screen.cc:1722:14: note: Technically the member function 'BScreen::getHeadX' can be static.
fluxbox-1.3.7/src/Screen.hh:390:9: note: Technically the member function 'BScreen::getHeadX' can be static.
fluxbox-1.3.7/src/Screen.hh:392:9: performance: Technically the member function 'BScreen::getHeadY' can be static. [functionStatic]
fluxbox-1.3.7/src/Screen.cc:1731:14: note: Technically the member function 'BScreen::getHeadY' can be static.
fluxbox-1.3.7/src/Screen.hh:392:9: note: Technically the member function 'BScreen::getHeadY' can be static.
fluxbox-1.3.7/src/Screen.hh:454:11: style: Technically the member function 'BScreen::getXGap' can be const. [functionConst]
fluxbox-1.3.7/src/Screen.cc:1378:16: note: Technically the member function 'BScreen::getXGap' can be const.
fluxbox-1.3.7/src/Screen.hh:454:11: note: Technically the member function 'BScreen::getXGap' can be const.
fluxbox-1.3.7/src/Screen.hh:455:11: style: Technically the member function 'BScreen::getYGap' can be const. [functionConst]
fluxbox-1.3.7/src/Screen.cc:1381:16: note: Technically the member function 'BScreen::getYGap' can be const.
fluxbox-1.3.7/src/Screen.hh:455:11: note: Technically the member function 'BScreen::getYGap' can be const.
fluxbox-1.3.7/src/ScreenPlacement.cc:61:56: style: Function 'placeWindow' argument 1 names different: declaration 'window' definition 'win'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/ScreenPlacement.hh:68:43: note: Function 'placeWindow' argument 1 names different: declaration 'window' definition 'win'.
fluxbox-1.3.7/src/ScreenPlacement.cc:61:56: note: Function 'placeWindow' argument 1 names different: declaration 'window' definition 'win'.
fluxbox-1.3.7/src/UnderMousePlacement.hh:29:10: style: The function 'placeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/PlacementStrategy.hh:35:18: note: Virtual function in base class
fluxbox-1.3.7/src/UnderMousePlacement.hh:29:10: note: Function in derived class
fluxbox-1.3.7/src/SendToMenu.cc:40:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/SendToMenu.cc:40:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.cc:209:21: style: Function 'Slit' argument 1 names different: declaration 'screen' definition 'scr'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Slit.hh:71:19: note: Function 'Slit' argument 1 names different: declaration 'screen' definition 'scr'.
fluxbox-1.3.7/src/Slit.cc:209:21: note: Function 'Slit' argument 1 names different: declaration 'screen' definition 'scr'.
fluxbox-1.3.7/src/Slit.cc:383:29: style: Function 'addClient' argument 1 names different: declaration 'clientwin' definition 'w'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Slit.hh:77:27: note: Function 'addClient' argument 1 names different: declaration 'clientwin' definition 'w'.
fluxbox-1.3.7/src/Slit.cc:383:29: note: Function 'addClient' argument 1 names different: declaration 'clientwin' definition 'w'.
fluxbox-1.3.7/src/Slit.cc:543:32: style: Function 'removeClient' argument 1 names different: declaration 'clientwin' definition 'w'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Slit.hh:78:30: note: Function 'removeClient' argument 1 names different: declaration 'clientwin' definition 'w'.
fluxbox-1.3.7/src/Slit.cc:543:32: note: Function 'removeClient' argument 1 names different: declaration 'clientwin' definition 'w'.
fluxbox-1.3.7/src/Slit.cc:939:43: style: Function 'buttonPressEvent' argument 1 names different: declaration 'event' definition 'be'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Slit.hh:97:41: note: Function 'buttonPressEvent' argument 1 names different: declaration 'event' definition 'be'.
fluxbox-1.3.7/src/Slit.cc:939:43: note: Function 'buttonPressEvent' argument 1 names different: declaration 'event' definition 'be'.
fluxbox-1.3.7/src/Slit.cc:967:45: style: Function 'leaveNotifyEvent' argument 1 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Slit.hh:99:43: note: Function 'leaveNotifyEvent' argument 1 names different: declaration 'event' definition 'ev'.
fluxbox-1.3.7/src/Slit.cc:967:45: note: Function 'leaveNotifyEvent' argument 1 names different: declaration 'event' definition 'ev'.
fluxbox-1.3.7/src/Slit.cc:1020:38: style: Function 'exposeEvent' argument 1 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Slit.hh:101:36: note: Function 'exposeEvent' argument 1 names different: declaration 'event' definition 'ev'.
fluxbox-1.3.7/src/Slit.cc:1020:38: note: Function 'exposeEvent' argument 1 names different: declaration 'event' definition 'ev'.
fluxbox-1.3.7/src/Slit.cc:874:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fluxbox-1.3.7/src/Slit.cc:895:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fluxbox-1.3.7/src/SlitTheme.hh:33:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:99:18: note: Virtual function in base class
fluxbox-1.3.7/src/SlitTheme.hh:33:10: note: Function in derived class
fluxbox-1.3.7/src/SlitTheme.hh:41:29: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:125:0: note: Virtual function in base class
fluxbox-1.3.7/src/SlitTheme.hh:41:29: note: Function in derived class
fluxbox-1.3.7/src/SlitTheme.hh:43:24: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:127:0: note: Virtual function in base class
fluxbox-1.3.7/src/SlitTheme.hh:43:24: note: Function in derived class
fluxbox-1.3.7/src/SlitTheme.hh:44:30: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:128:0: note: Virtual function in base class
fluxbox-1.3.7/src/SlitTheme.hh:44:30: note: Function in derived class
fluxbox-1.3.7/src/Slit.hh:96:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.hh:96:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.hh:97:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.hh:97:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.hh:98:10: style: The function 'enterNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.hh:98:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.hh:99:10: style: The function 'leaveNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.hh:99:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.hh:101:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.hh:101:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.hh:104:10: style: The function 'moveToLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/LayerMenu.hh:33:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.hh:104:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.hh:112:9: style: The function 'layerNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/LayerMenu.hh:34:17: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.hh:112:9: note: Function in derived class
fluxbox-1.3.7/src/Slit.cc:166:29: style: The function 'label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:107:37: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.cc:166:29: note: Function in derived class
fluxbox-1.3.7/src/Slit.cc:169:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:113:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.cc:169:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.cc:172:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.cc:172:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.cc:194:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.cc:194:10: note: Function in derived class
fluxbox-1.3.7/src/Slit.cc:195:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/Slit.cc:195:10: note: Function in derived class
fluxbox-1.3.7/src/SlitClient.hh:56:10: style: Technically the member function 'SlitClient::hide' can be const. [functionConst]
fluxbox-1.3.7/src/SlitClient.cc:75:18: note: Technically the member function 'SlitClient::hide' can be const.
fluxbox-1.3.7/src/SlitClient.hh:56:10: note: Technically the member function 'SlitClient::hide' can be const.
fluxbox-1.3.7/src/SlitClient.hh:57:10: style: Technically the member function 'SlitClient::show' can be const. [functionConst]
fluxbox-1.3.7/src/SlitClient.cc:79:18: note: Technically the member function 'SlitClient::show' can be const.
fluxbox-1.3.7/src/SlitClient.hh:57:10: note: Technically the member function 'SlitClient::show' can be const.
fluxbox-1.3.7/src/SlitClient.hh:61:10: style: Technically the member function 'SlitClient::disableEvents' can be const. [functionConst]
fluxbox-1.3.7/src/SlitClient.cc:60:18: note: Technically the member function 'SlitClient::disableEvents' can be const.
fluxbox-1.3.7/src/SlitClient.hh:61:10: note: Technically the member function 'SlitClient::disableEvents' can be const.
fluxbox-1.3.7/src/SlitClient.hh:62:10: style: Technically the member function 'SlitClient::enableEvents' can be const. [functionConst]
fluxbox-1.3.7/src/SlitClient.cc:67:18: note: Technically the member function 'SlitClient::enableEvents' can be const.
fluxbox-1.3.7/src/SlitClient.hh:62:10: note: Technically the member function 'SlitClient::enableEvents' can be const.
fluxbox-1.3.7/src/SlitTheme.hh:34:10: style: Technically the member function 'SlitTheme::fallback' can be const. [functionConst]
fluxbox-1.3.7/src/SlitTheme.cc:42:17: note: Technically the member function 'SlitTheme::fallback' can be const.
fluxbox-1.3.7/src/SlitTheme.hh:34:10: note: Technically the member function 'SlitTheme::fallback' can be const.
fluxbox-1.3.7/src/SystemTray.cc:55:10: style: Technically the member function 'TrayWindow::isVisible' can be const. [functionConst]
fluxbox-1.3.7/src/SystemTray.cc:56:10: style: Technically the member function 'TrayWindow::isXEmbedded' can be const. [functionConst]
fluxbox-1.3.7/src/SystemTray.cc:99:5: style: Class 'SystemTrayHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/SystemTray.hh:53:10: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:53:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:54:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:54:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:55:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:44:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:55:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:57:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:47:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:57:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:58:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:48:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:60:10: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:53:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:60:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:63:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:63:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:64:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:64:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:69:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:49:26: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:69:18: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:70:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:50:26: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:70:18: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:71:18: style: The function 'borderWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:51:26: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:71:18: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:76:10: style: The function 'renderTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:76:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:82:10: style: The function 'updateSizing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:63:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:82:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.hh:84:10: style: The function 'parentMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:60:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.hh:84:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:57:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:107:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:57:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:63:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/FbWindow.hh:106:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:63:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:102:10: style: The function 'checkClientMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:102:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:111:10: style: The function 'initForScreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:38:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:111:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:112:10: style: The function 'setupFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:39:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:112:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:113:10: style: The function 'setupClient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:40:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:113:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:133:10: style: The function 'updateWorkarea' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:47:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:133:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:134:10: style: The function 'updateFocusedWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:134:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:135:10: style: The function 'updateClientList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:135:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:136:10: style: The function 'updateWorkspaceNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:44:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:136:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:137:10: style: The function 'updateCurrentWorkspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:45:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:137:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:138:10: style: The function 'updateWorkspaceCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:46:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:138:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:140:10: style: The function 'updateFrameClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:140:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:141:10: style: The function 'updateClientClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:141:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:142:10: style: The function 'updateWorkspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:51:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:142:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:143:10: style: The function 'updateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:143:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:144:10: style: The function 'updateHints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:53:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:144:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:145:10: style: The function 'updateLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:54:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:145:10: note: Function in derived class
fluxbox-1.3.7/src/SystemTray.cc:147:18: style: The function 'propertyNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/AtomHandler.hh:59:18: note: Virtual function in base class
fluxbox-1.3.7/src/SystemTray.cc:147:18: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:43:10: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:42:18: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:43:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:44:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:43:18: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:44:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:45:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:44:18: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:45:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:48:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:47:18: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:48:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:49:10: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:48:18: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:49:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:50:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:49:26: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:50:18: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:51:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:50:26: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:51:18: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:52:18: style: The function 'borderWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:51:26: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:52:18: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:56:10: style: The function 'setOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:71:18: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:56:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:58:10: style: The function 'parentMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:60:18: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:58:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:63:10: style: The function 'renderTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:63:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:65:10: style: The function 'updateSizing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolbarItem.hh:63:18: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTool.hh:65:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTheme.hh:52:29: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolTheme.hh:46:29: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTheme.hh:52:29: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTheme.hh:54:33: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolTheme.hh:48:24: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTheme.hh:54:33: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceNameTheme.hh:55:39: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/ToolTheme.hh:49:30: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceNameTheme.hh:55:39: note: Function in derived class
fluxbox-1.3.7/src/ToolbarTheme.hh:35:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:99:18: note: Virtual function in base class
fluxbox-1.3.7/src/ToolbarTheme.hh:35:10: note: Function in derived class
fluxbox-1.3.7/src/ToolbarTheme.hh:47:29: style: The function 'reconfigSig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:125:0: note: Virtual function in base class
fluxbox-1.3.7/src/ToolbarTheme.hh:47:29: note: Function in derived class
fluxbox-1.3.7/src/ToolbarTheme.hh:49:27: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:127:0: note: Virtual function in base class
fluxbox-1.3.7/src/ToolbarTheme.hh:49:27: note: Function in derived class
fluxbox-1.3.7/src/ToolbarTheme.hh:50:33: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:128:0: note: Virtual function in base class
fluxbox-1.3.7/src/ToolbarTheme.hh:50:33: note: Function in derived class
fluxbox-1.3.7/src/Toolbar.hh:87:10: style: The function 'moveToLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/LayerMenu.hh:33:18: note: Virtual function in base class
fluxbox-1.3.7/src/Toolbar.hh:87:10: note: Function in derived class
fluxbox-1.3.7/src/Toolbar.hh:95:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/Toolbar.hh:95:10: note: Function in derived class
fluxbox-1.3.7/src/Toolbar.hh:96:10: style: The function 'enterNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/Toolbar.hh:96:10: note: Function in derived class
fluxbox-1.3.7/src/Toolbar.hh:97:10: style: The function 'leaveNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/Toolbar.hh:97:10: note: Function in derived class
fluxbox-1.3.7/src/Toolbar.hh:98:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fluxbox-1.3.7/src/Toolbar.hh:98:10: note: Function in derived class
fluxbox-1.3.7/src/Toolbar.hh:99:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/EventHandler.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/Toolbar.hh:99:10: note: Function in derived class
fluxbox-1.3.7/src/Toolbar.hh:105:9: style: The function 'layerNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/LayerMenu.hh:34:17: note: Virtual function in base class
fluxbox-1.3.7/src/Toolbar.hh:105:9: note: Function in derived class
fluxbox-1.3.7/src/ToolTheme.hh:37:10: performance: Technically the member function 'ToolTheme::fallback' can be static. [functionStatic]
fluxbox-1.3.7/src/ToolTheme.cc:44:17: note: Technically the member function 'ToolTheme::fallback' can be static.
fluxbox-1.3.7/src/ToolTheme.hh:37:10: note: Technically the member function 'ToolTheme::fallback' can be static.
fluxbox-1.3.7/src/Toolbar.cc:171:27: style: Function 'Toolbar' argument 1 names different: declaration 'screen' definition 'scrn'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Toolbar.hh:77:22: note: Function 'Toolbar' argument 1 names different: declaration 'screen' definition 'scrn'.
fluxbox-1.3.7/src/Toolbar.cc:171:27: note: Function 'Toolbar' argument 1 names different: declaration 'screen' definition 'scrn'.
fluxbox-1.3.7/src/Toolbar.cc:543:48: style: Function 'leaveNotifyEvent' argument 1 names different: declaration 'ce' definition 'event'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Toolbar.hh:97:43: note: Function 'leaveNotifyEvent' argument 1 names different: declaration 'ce' definition 'event'.
fluxbox-1.3.7/src/Toolbar.cc:543:48: note: Function 'leaveNotifyEvent' argument 1 names different: declaration 'ce' definition 'event'.
fluxbox-1.3.7/src/Toolbar.cc:150:17: warning: Member variable 'Frame::x' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/Toolbar.cc:150:17: warning: Member variable 'Frame::y' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/Toolbar.cc:150:17: warning: Member variable 'Frame::x_hidden' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/Toolbar.cc:150:17: warning: Member variable 'Frame::y_hidden' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/Toolbar.cc:150:17: warning: Member variable 'Frame::grab_x' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/Toolbar.cc:150:17: warning: Member variable 'Frame::grab_y' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/Toolbar.cc:150:17: warning: Member variable 'Frame::width' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/Toolbar.cc:150:17: warning: Member variable 'Frame::height' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/Toolbar.cc:150:17: warning: Member variable 'Frame::bevel_w' is not initialized in the constructor. [uninitMemberVar]
fluxbox-1.3.7/src/Toolbar.cc:135:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/RadioMenuItem.hh:57:18: note: Virtual function in base class
fluxbox-1.3.7/src/Toolbar.cc:135:10: note: Function in derived class
fluxbox-1.3.7/src/Toolbar.cc:136:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/MenuItem.hh:139:18: note: Virtual function in base class
fluxbox-1.3.7/src/Toolbar.cc:136:10: note: Function in derived class
fluxbox-1.3.7/src/ToolbarTheme.hh:40:10: performance: Technically the member function 'ToolbarTheme::fallback' can be static. [functionStatic]
fluxbox-1.3.7/src/ToolbarTheme.cc:50:20: note: Technically the member function 'ToolbarTheme::fallback' can be static.
fluxbox-1.3.7/src/ToolbarTheme.hh:40:10: note: Technically the member function 'ToolbarTheme::fallback' can be static.
fluxbox-1.3.7/src/Window.cc:3190:42: style: Redundant condition: attach_to_win==this. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
fluxbox-1.3.7/src/Window.cc:1799:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fluxbox-1.3.7/src/Window.cc:2112:14: style: The scope of the variable 'changed' can be reduced. [variableScope]
fluxbox-1.3.7/src/Window.cc:1157:36: style: Function 'moveResize' argument 1 names different: declaration 'x' definition 'new_x'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:274:25: note: Function 'moveResize' argument 1 names different: declaration 'x' definition 'new_x'.
fluxbox-1.3.7/src/Window.cc:1157:36: note: Function 'moveResize' argument 1 names different: declaration 'x' definition 'new_x'.
fluxbox-1.3.7/src/Window.cc:1157:47: style: Function 'moveResize' argument 2 names different: declaration 'y' definition 'new_y'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:274:32: note: Function 'moveResize' argument 2 names different: declaration 'y' definition 'new_y'.
fluxbox-1.3.7/src/Window.cc:1157:47: note: Function 'moveResize' argument 2 names different: declaration 'y' definition 'new_y'.
fluxbox-1.3.7/src/Window.cc:1158:45: style: Function 'moveResize' argument 3 names different: declaration 'width' definition 'new_width'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:274:48: note: Function 'moveResize' argument 3 names different: declaration 'width' definition 'new_width'.
fluxbox-1.3.7/src/Window.cc:1158:45: note: Function 'moveResize' argument 3 names different: declaration 'width' definition 'new_width'.
fluxbox-1.3.7/src/Window.cc:1158:69: style: Function 'moveResize' argument 4 names different: declaration 'height' definition 'new_height'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:274:68: note: Function 'moveResize' argument 4 names different: declaration 'height' definition 'new_height'.
fluxbox-1.3.7/src/Window.cc:1158:69: note: Function 'moveResize' argument 4 names different: declaration 'height' definition 'new_height'.
fluxbox-1.3.7/src/Window.cc:1194:45: style: Function 'moveResizeForClient' argument 1 names different: declaration 'x' definition 'new_x'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:276:34: note: Function 'moveResizeForClient' argument 1 names different: declaration 'x' definition 'new_x'.
fluxbox-1.3.7/src/Window.cc:1194:45: note: Function 'moveResizeForClient' argument 1 names different: declaration 'x' definition 'new_x'.
fluxbox-1.3.7/src/Window.cc:1194:56: style: Function 'moveResizeForClient' argument 2 names different: declaration 'y' definition 'new_y'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:276:41: note: Function 'moveResizeForClient' argument 2 names different: declaration 'y' definition 'new_y'.
fluxbox-1.3.7/src/Window.cc:1194:56: note: Function 'moveResizeForClient' argument 2 names different: declaration 'y' definition 'new_y'.
fluxbox-1.3.7/src/Window.cc:1195:45: style: Function 'moveResizeForClient' argument 3 names different: declaration 'width' definition 'new_width'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:276:57: note: Function 'moveResizeForClient' argument 3 names different: declaration 'width' definition 'new_width'.
fluxbox-1.3.7/src/Window.cc:1195:45: note: Function 'moveResizeForClient' argument 3 names different: declaration 'width' definition 'new_width'.
fluxbox-1.3.7/src/Window.cc:1195:69: style: Function 'moveResizeForClient' argument 4 names different: declaration 'height' definition 'new_height'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:276:77: note: Function 'moveResizeForClient' argument 4 names different: declaration 'height' definition 'new_height'.
fluxbox-1.3.7/src/Window.cc:1195:69: note: Function 'moveResizeForClient' argument 4 names different: declaration 'height' definition 'new_height'.
fluxbox-1.3.7/src/Window.cc:1744:39: style: Function 'setFocusFlag' argument 1 names different: declaration 'flag' definition 'focus'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:183:28: note: Function 'setFocusFlag' argument 1 names different: declaration 'flag' definition 'focus'.
fluxbox-1.3.7/src/Window.cc:1744:39: note: Function 'setFocusFlag' argument 1 names different: declaration 'flag' definition 'focus'.
fluxbox-1.3.7/src/Window.cc:1835:44: style: Function 'setState' argument 1 names different: declaration 'stateval' definition 'new_state'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:499:33: note: Function 'setState' argument 1 names different: declaration 'stateval' definition 'new_state'.
fluxbox-1.3.7/src/Window.cc:1835:44: note: Function 'setState' argument 1 names different: declaration 'stateval' definition 'new_state'.
fluxbox-1.3.7/src/Window.cc:1887:34: style: Function 'showMenu' argument 1 names different: declaration 'mx' definition 'x'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:290:23: note: Function 'showMenu' argument 1 names different: declaration 'mx' definition 'x'.
fluxbox-1.3.7/src/Window.cc:1887:34: note: Function 'showMenu' argument 1 names different: declaration 'mx' definition 'x'.
fluxbox-1.3.7/src/Window.cc:1887:41: style: Function 'showMenu' argument 2 names different: declaration 'my' definition 'y'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:290:31: note: Function 'showMenu' argument 2 names different: declaration 'my' definition 'y'.
fluxbox-1.3.7/src/Window.cc:1887:41: note: Function 'showMenu' argument 2 names different: declaration 'my' definition 'y'.
fluxbox-1.3.7/src/Window.cc:1975:55: style: Function 'mapRequestEvent' argument 1 names different: declaration 'mre' definition 're'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:310:44: note: Function 'mapRequestEvent' argument 1 names different: declaration 'mre' definition 're'.
fluxbox-1.3.7/src/Window.cc:1975:55: note: Function 'mapRequestEvent' argument 1 names different: declaration 'mre' definition 're'.
fluxbox-1.3.7/src/Window.cc:2018:47: style: Function 'mapNotifyEvent' argument 1 names different: declaration 'mapev' definition 'ne'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:311:36: note: Function 'mapNotifyEvent' argument 1 names different: declaration 'mapev' definition 'ne'.
fluxbox-1.3.7/src/Window.cc:2018:47: note: Function 'mapNotifyEvent' argument 1 names different: declaration 'mapev' definition 'ne'.
fluxbox-1.3.7/src/Window.cc:2045:51: style: Function 'unmapNotifyEvent' argument 1 names different: declaration 'unmapev' definition 'ue'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:312:40: note: Function 'unmapNotifyEvent' argument 1 names different: declaration 'unmapev' definition 'ue'.
fluxbox-1.3.7/src/Window.cc:2045:51: note: Function 'unmapNotifyEvent' argument 1 names different: declaration 'unmapev' definition 'ue'.
fluxbox-1.3.7/src/Window.cc:2063:61: style: Function 'destroyNotifyEvent' argument 1 names different: declaration 'dwe' definition 'de'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:309:50: note: Function 'destroyNotifyEvent' argument 1 names different: declaration 'dwe' definition 'de'.
fluxbox-1.3.7/src/Window.cc:2063:61: note: Function 'destroyNotifyEvent' argument 1 names different: declaration 'dwe' definition 'de'.
fluxbox-1.3.7/src/Window.cc:2074:65: style: Function 'propertyNotifyEvent' argument 2 names different: declaration 'a' definition 'atom'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:315:54: note: Function 'propertyNotifyEvent' argument 2 names different: declaration 'a' definition 'atom'.
fluxbox-1.3.7/src/Window.cc:2074:65: note: Function 'propertyNotifyEvent' argument 2 names different: declaration 'a' definition 'atom'.
fluxbox-1.3.7/src/Window.cc:2168:67: style: Function 'configureRequestEvent' argument 1 names different: declaration 'ce' definition 'cr'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:314:56: note: Function 'configureRequestEvent' argument 1 names different: declaration 'ce' definition 'cr'.
fluxbox-1.3.7/src/Window.cc:2168:67: note: Function 'configureRequestEvent' argument 1 names different: declaration 'ce' definition 'cr'.
fluxbox-1.3.7/src/Window.cc:2350:54: style: Function 'buttonReleaseEvent' argument 1 names different: declaration 'be' definition 're'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:307:43: note: Function 'buttonReleaseEvent' argument 1 names different: declaration 'be' definition 're'.
fluxbox-1.3.7/src/Window.cc:2350:54: note: Function 'buttonReleaseEvent' argument 1 names different: declaration 'be' definition 're'.
fluxbox-1.3.7/src/Window.cc:2850:37: style: Function 'doSnapping' argument 1 names different: declaration 'left' definition 'orig_left'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:505:26: note: Function 'doSnapping' argument 1 names different: declaration 'left' definition 'orig_left'.
fluxbox-1.3.7/src/Window.cc:2850:37: note: Function 'doSnapping' argument 1 names different: declaration 'left' definition 'orig_left'.
fluxbox-1.3.7/src/Window.cc:2850:53: style: Function 'doSnapping' argument 2 names different: declaration 'top' definition 'orig_top'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:505:37: note: Function 'doSnapping' argument 2 names different: declaration 'top' definition 'orig_top'.
fluxbox-1.3.7/src/Window.cc:2850:53: note: Function 'doSnapping' argument 2 names different: declaration 'top' definition 'orig_top'.
fluxbox-1.3.7/src/Window.cc:3087:63: style: Function 'winClientOfLabelButtonWindow' argument 1 names different: declaration 'w' definition 'window'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Window.hh:398:52: note: Function 'winClientOfLabelButtonWindow' argument 1 names different: declaration 'w' definition 'window'.
fluxbox-1.3.7/src/Window.cc:3087:63: note: Function 'winClientOfLabelButtonWindow' argument 1 names different: declaration 'w' definition 'window'.
fluxbox-1.3.7/src/Window.cc:784:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fluxbox-1.3.7/src/Window.cc:798:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fluxbox-1.3.7/src/Window.cc:833:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fluxbox-1.3.7/src/Window.cc:917:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fluxbox-1.3.7/src/Window.cc:110:34: warning: Assert statement calls a function which may have desired side effects: 'transientFor'. [assertWithSideEffect]
fluxbox-1.3.7/src/Window.cc:2677:25: style: Boolean variable 'titlebar' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
fluxbox-1.3.7/src/Window.hh:178:10: style: Technically the member function 'FluxboxWindow::focusRequestFromClient' can be const. [functionConst]
fluxbox-1.3.7/src/Window.cc:1999:21: note: Technically the member function 'FluxboxWindow::focusRequestFromClient' can be const.
fluxbox-1.3.7/src/Window.hh:178:10: note: Technically the member function 'FluxboxWindow::focusRequestFromClient' can be const.
fluxbox-1.3.7/src/Window.cc:249:10: style: Technically the member function '::TestCornerHelper::operator()' can be const. [functionConst]
fluxbox-1.3.7/src/FbTk/Resource.hh:176:0: style: The function 'setDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Resource.hh:56:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Resource.hh:176:0: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Resource.hh:178:0: style: The function 'setFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Resource.hh:54:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Resource.hh:178:0: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Resource.hh:182:0: style: The function 'getString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Resource.hh:58:25: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Resource.hh:182:0: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Theme.hh:67:0: style: The function 'setDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:50:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Theme.hh:67:0: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Theme.hh:69:0: style: The function 'setFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:49:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Theme.hh:69:0: note: Function in derived class
fluxbox-1.3.7/src/FbTk/Theme.hh:73:0: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Theme.hh:51:18: note: Virtual function in base class
fluxbox-1.3.7/src/FbTk/Theme.hh:73:0: note: Function in derived class
fluxbox-1.3.7/src/WindowState.cc:46:36: style: Function 'saveGeometry' argument 1 names different: declaration 'x' definition 'new_x'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:119:27: note: Function 'saveGeometry' argument 1 names different: declaration 'x' definition 'new_x'.
fluxbox-1.3.7/src/WindowState.cc:46:36: note: Function 'saveGeometry' argument 1 names different: declaration 'x' definition 'new_x'.
fluxbox-1.3.7/src/WindowState.cc:46:47: style: Function 'saveGeometry' argument 2 names different: declaration 'y' definition 'new_y'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:119:34: note: Function 'saveGeometry' argument 2 names different: declaration 'y' definition 'new_y'.
fluxbox-1.3.7/src/WindowState.cc:46:47: note: Function 'saveGeometry' argument 2 names different: declaration 'y' definition 'new_y'.
fluxbox-1.3.7/src/WindowState.cc:47:45: style: Function 'saveGeometry' argument 3 names different: declaration 'width' definition 'new_w'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:119:50: note: Function 'saveGeometry' argument 3 names different: declaration 'width' definition 'new_w'.
fluxbox-1.3.7/src/WindowState.cc:47:45: note: Function 'saveGeometry' argument 3 names different: declaration 'width' definition 'new_w'.
fluxbox-1.3.7/src/WindowState.cc:47:65: style: Function 'saveGeometry' argument 4 names different: declaration 'height' definition 'new_h'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:119:70: note: Function 'saveGeometry' argument 4 names different: declaration 'height' definition 'new_h'.
fluxbox-1.3.7/src/WindowState.cc:47:65: note: Function 'saveGeometry' argument 4 names different: declaration 'height' definition 'new_h'.
fluxbox-1.3.7/src/WindowState.cc:82:59: style: Function 'getDecoMaskFromString' argument 1 names different: declaration 'str' definition 'str_label'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:134:57: note: Function 'getDecoMaskFromString' argument 1 names different: declaration 'str' definition 'str_label'.
fluxbox-1.3.7/src/WindowState.cc:82:59: note: Function 'getDecoMaskFromString' argument 1 names different: declaration 'str' definition 'str_label'.
fluxbox-1.3.7/src/WindowState.cc:196:37: style: Function 'apply' argument 1 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:43:30: note: Function 'apply' argument 1 names different: declaration 'w' definition 'width'.
fluxbox-1.3.7/src/WindowState.cc:196:37: note: Function 'apply' argument 1 names different: declaration 'w' definition 'width'.
fluxbox-1.3.7/src/WindowState.cc:196:58: style: Function 'apply' argument 2 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:43:47: note: Function 'apply' argument 2 names different: declaration 'h' definition 'height'.
fluxbox-1.3.7/src/WindowState.cc:196:58: note: Function 'apply' argument 2 names different: declaration 'h' definition 'height'.
fluxbox-1.3.7/src/WindowState.cc:197:40: style: Function 'apply' argument 3 names different: declaration 'maximizing' definition 'make_fit'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:44:21: note: Function 'apply' argument 3 names different: declaration 'maximizing' definition 'make_fit'.
fluxbox-1.3.7/src/WindowState.cc:197:40: note: Function 'apply' argument 3 names different: declaration 'maximizing' definition 'make_fit'.
fluxbox-1.3.7/src/WindowState.cc:269:36: style: Function 'valid' argument 1 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:45:29: note: Function 'valid' argument 1 names different: declaration 'width' definition 'w'.
fluxbox-1.3.7/src/WindowState.cc:269:36: note: Function 'valid' argument 1 names different: declaration 'width' definition 'w'.
fluxbox-1.3.7/src/WindowState.cc:269:52: style: Function 'valid' argument 2 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/WindowState.hh:45:49: note: Function 'valid' argument 2 names different: declaration 'height' definition 'h'.
fluxbox-1.3.7/src/WindowState.cc:269:52: note: Function 'valid' argument 2 names different: declaration 'height' definition 'h'.
fluxbox-1.3.7/src/WindowState.cc:177:22: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fluxbox-1.3.7/src/WindowState.cc:181:22: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fluxbox-1.3.7/src/Workspace.cc:76:42: style: Function 'addWindow' argument 1 names different: declaration 'win' definition 'w'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Workspace.hh:61:35: note: Function 'addWindow' argument 1 names different: declaration 'win' definition 'w'.
fluxbox-1.3.7/src/Workspace.cc:76:42: note: Function 'addWindow' argument 1 names different: declaration 'win' definition 'w'.
fluxbox-1.3.7/src/Workspace.cc:92:44: style: Function 'removeWindow' argument 1 names different: declaration 'win' definition 'w'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/Workspace.hh:62:37: note: Function 'removeWindow' argument 1 names different: declaration 'win' definition 'w'.
fluxbox-1.3.7/src/Workspace.cc:92:44: note: Function 'removeWindow' argument 1 names different: declaration 'win' definition 'w'.
fluxbox-1.3.7/src/WorkspaceMenu.cc:86:21: style: The scope of the variable 'item' can be reduced. [variableScope]
fluxbox-1.3.7/src/WorkspaceCmd.hh:49:5: style: Class 'SomeCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/WorkspaceCmd.hh:61:5: style: Class 'EveryCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/WorkspaceCmd.hh:37:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:37:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:51:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:51:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:63:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:63:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:72:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:72:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:81:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:81:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:91:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:91:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:101:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:101:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:113:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:113:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:122:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:122:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:127:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:127:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:133:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:133:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:141:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:141:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:149:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:149:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:157:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:157:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:165:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:165:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:184:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:184:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:192:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:192:10: note: Function in derived class
fluxbox-1.3.7/src/WorkspaceCmd.hh:197:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fluxbox-1.3.7/src/FbTk/Command.hh:36:0: note: Virtual function in base class
fluxbox-1.3.7/src/WorkspaceCmd.hh:197:10: note: Function in derived class
fluxbox-1.3.7/src/cli_cfiles.cc:111:10: style: The scope of the variable 'sync_fs' can be reduced. [variableScope]
fluxbox-1.3.7/src/fluxbox.cc:390:17: style: The scope of the variable 'scrnr' can be reduced. [variableScope]
fluxbox-1.3.7/src/fluxbox.cc:548:37: style: Function 'validateWindow' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:105:32: note: Function 'validateWindow' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:548:37: note: Function 'validateWindow' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:982:39: style: Function 'searchScreen' argument 1 names different: declaration 'w' definition 'window'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:104:34: note: Function 'searchScreen' argument 1 names different: declaration 'w' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:982:39: note: Function 'searchScreen' argument 1 names different: declaration 'w' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1038:39: style: Function 'saveWindowSearch' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:143:34: note: Function 'saveWindowSearch' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1038:39: note: Function 'saveWindowSearch' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1038:58: style: Function 'saveWindowSearch' argument 2 names different: declaration 'winclient' definition 'data'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:143:50: note: Function 'saveWindowSearch' argument 2 names different: declaration 'winclient' definition 'data'.
fluxbox-1.3.7/src/fluxbox.cc:1038:58: note: Function 'saveWindowSearch' argument 2 names different: declaration 'winclient' definition 'data'.
fluxbox-1.3.7/src/fluxbox.cc:1043:44: style: Function 'saveWindowSearchGroup' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:146:39: note: Function 'saveWindowSearchGroup' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1043:44: note: Function 'saveWindowSearchGroup' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1043:67: style: Function 'saveWindowSearchGroup' argument 2 names different: declaration 'fbwin' definition 'data'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:146:59: note: Function 'saveWindowSearchGroup' argument 2 names different: declaration 'fbwin' definition 'data'.
fluxbox-1.3.7/src/fluxbox.cc:1043:67: note: Function 'saveWindowSearchGroup' argument 2 names different: declaration 'fbwin' definition 'data'.
fluxbox-1.3.7/src/fluxbox.cc:1047:38: style: Function 'saveGroupSearch' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:147:33: note: Function 'saveGroupSearch' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1047:38: note: Function 'saveGroupSearch' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1047:57: style: Function 'saveGroupSearch' argument 2 names different: declaration 'winclient' definition 'data'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:147:49: note: Function 'saveGroupSearch' argument 2 names different: declaration 'winclient' definition 'data'.
fluxbox-1.3.7/src/fluxbox.cc:1047:57: note: Function 'saveGroupSearch' argument 2 names different: declaration 'winclient' definition 'data'.
fluxbox-1.3.7/src/fluxbox.cc:1052:41: style: Function 'removeWindowSearch' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:149:36: note: Function 'removeWindowSearch' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1052:41: note: Function 'removeWindowSearch' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1056:46: style: Function 'removeWindowSearchGroup' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:150:41: note: Function 'removeWindowSearchGroup' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1056:46: note: Function 'removeWindowSearchGroup' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1060:40: style: Function 'removeGroupSearch' argument 1 names different: declaration 'win' definition 'window'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:151:35: note: Function 'removeGroupSearch' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1060:40: note: Function 'removeGroupSearch' argument 1 names different: declaration 'win' definition 'window'.
fluxbox-1.3.7/src/fluxbox.cc:1065:35: style: Function 'restart' argument 1 names different: declaration 'command' definition 'prog'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:152:30: note: Function 'restart' argument 1 names different: declaration 'command' definition 'prog'.
fluxbox-1.3.7/src/fluxbox.cc:1065:35: note: Function 'restart' argument 1 names different: declaration 'command' definition 'prog'.
fluxbox-1.3.7/src/fluxbox.cc:1195:32: style: Function 'load_rc' argument 1 names different: declaration 'scr' definition 'screen'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:141:27: note: Function 'load_rc' argument 1 names different: declaration 'scr' definition 'screen'.
fluxbox-1.3.7/src/fluxbox.cc:1195:32: note: Function 'load_rc' argument 1 names different: declaration 'scr' definition 'screen'.
fluxbox-1.3.7/src/fluxbox.cc:1272:34: style: Function 'findScreen' argument 1 names different: declaration 'num' definition 'id'. [funcArgNamesDifferent]
fluxbox-1.3.7/src/fluxbox.hh:174:29: note: Function 'findScreen' argument 1 names different: declaration 'num' definition 'id'.
fluxbox-1.3.7/src/fluxbox.cc:1272:34: note: Function 'findScreen' argument 1 names different: declaration 'num' definition 'id'.
fluxbox-1.3.7/src/fluxbox.hh:178:10: performance: Technically the member function 'Fluxbox::haveShape' can be static. [functionStatic]
fluxbox-1.3.7/src/fluxbox.cc:238:15: note: Technically the member function 'Fluxbox::haveShape' can be static.
fluxbox-1.3.7/src/fluxbox.hh:178:10: note: Technically the member function 'Fluxbox::haveShape' can be static.
fluxbox-1.3.7/src/fluxbox.hh:179:9: performance: Technically the member function 'Fluxbox::shapeEventbase' can be static. [functionStatic]
fluxbox-1.3.7/src/fluxbox.cc:239:14: note: Technically the member function 'Fluxbox::shapeEventbase' can be static.
fluxbox-1.3.7/src/fluxbox.hh:179:9: note: Technically the member function 'Fluxbox::shapeEventbase' can be static.
fluxbox-1.3.7/src/fluxbox.hh:189:17: style: Technically the member function 'Fluxbox::getRcFilename' can be const. [functionConst]
fluxbox-1.3.7/src/fluxbox.cc:1150:17: note: Technically the member function 'Fluxbox::getRcFilename' can be const.
fluxbox-1.3.7/src/fluxbox.hh:189:17: note: Technically the member function 'Fluxbox::getRcFilename' can be const.
fluxbox-1.3.7/src/fluxbox.cc:172:10: style: Technically the member function '::KeyReloadHelper::reload' can be const. [functionConst]
fluxbox-1.3.7/src/tests/fullscreentest.cc:56:19: style: struct member 'MwmHints::decorations' is never used. [unusedStructMember]
fluxbox-1.3.7/src/tests/testDemandAttention.cc:43:5: style: Class 'App' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/src/tests/testFont.cc:185:0: error: Memory leak: f [memleak]
fluxbox-1.3.7/src/tests/testRectangleUtil.cc:68:14: style: Technically the member function 'test_overlapRectangles::_test::operator()' can be const. [functionConst]
fluxbox-1.3.7/src/tests/texturetest.cc:27:5: style: Class 'TestTheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fluxbox-1.3.7/util/fbrun/FbRun.cc:158:0: error: #error "Can't build FbRun - don't know how to launch without fork on your platform" [preprocessorErrorDirective]
fluxbox-1.3.7/util/fbsetroot.hh:40:10: style: Technically the member function 'fbsetroot::usage' can be const. [functionConst]
fluxbox-1.3.7/util/fbsetroot.cc:349:17: note: Technically the member function 'fbsetroot::usage' can be const.
fluxbox-1.3.7/util/fbsetroot.hh:40:10: note: Technically the member function 'fbsetroot::usage' can be const.
fluxbox-1.3.7/util/fbsetroot.cc:56:5: style: Class 'fbsetroot' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fluxbox-1.3.7/util/fbsetroot.cc:56:5: style: Class 'fbsetroot' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/flvmeta/flvmeta_1.2.1.orig.tar.gz
flvmeta-1.2.1/src/amf.c:793:17: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/amf.c:147:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flvmeta-1.2.1/src/amf.c:305:16: style: The scope of the variable 'name' can be reduced. [variableScope]
flvmeta-1.2.1/src/amf.c:306:16: style: The scope of the variable 'element' can be reduced. [variableScope]
flvmeta-1.2.1/src/amf.c:307:10: style: The scope of the variable 'error_code' can be reduced. [variableScope]
flvmeta-1.2.1/src/amf.c:356:16: style: The scope of the variable 'name' can be reduced. [variableScope]
flvmeta-1.2.1/src/amf.c:357:16: style: The scope of the variable 'element' can be reduced. [variableScope]
flvmeta-1.2.1/src/amf.c:359:10: style: The scope of the variable 'error_code' can be reduced. [variableScope]
flvmeta-1.2.1/src/amf.c:416:16: style: The scope of the variable 'element' can be reduced. [variableScope]
flvmeta-1.2.1/src/amf.c:417:10: style: The scope of the variable 'error_code' can be reduced. [variableScope]
flvmeta-1.2.1/src/amf.c:506:16: style: The scope of the variable 'node' can be reduced. [variableScope]
flvmeta-1.2.1/src/check.c:137:13: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
flvmeta-1.2.1/src/check.c:348:13: warning: %hhd in format string (no. 1) requires 'char' but the argument type is 'unsigned char'. [invalidPrintfArgType_sint]
flvmeta-1.2.1/src/check.c:820:25: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:820:25: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:840:25: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:840:25: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:860:25: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:860:25: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:883:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:883:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:909:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:909:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:935:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:935:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:960:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:960:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:985:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:985:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1017:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1017:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1046:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1046:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1096:25: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1096:25: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1117:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1117:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1142:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1142:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1170:25: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1170:25: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1191:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1191:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1216:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1216:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1241:29: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1241:29: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1362:45: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1362:45: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1369:45: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1387:45: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1387:45: warning: %g in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/check.c:1347:52: style: The scope of the variable 'f_time' can be reduced. [variableScope]
flvmeta-1.2.1/src/check.c:1347:70: style: The scope of the variable 'f_position' can be reduced. [variableScope]
flvmeta-1.2.1/src/compat/getopt.c:454:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:156:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
flvmeta-1.2.1/src/compat/getopt.c:454:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
flvmeta-1.2.1/src/compat/getopt.c:454:42: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:156:56: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
flvmeta-1.2.1/src/compat/getopt.c:454:42: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
flvmeta-1.2.1/src/compat/getopt.c:455:17: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:157:21: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
flvmeta-1.2.1/src/compat/getopt.c:455:17: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
flvmeta-1.2.1/src/compat/getopt.c:455:49: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:158:37: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
flvmeta-1.2.1/src/compat/getopt.c:455:49: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
flvmeta-1.2.1/src/compat/getopt.c:456:10: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:158:54: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
flvmeta-1.2.1/src/compat/getopt.c:456:10: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
flvmeta-1.2.1/src/compat/getopt.c:456:23: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:159:13: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
flvmeta-1.2.1/src/compat/getopt.c:456:23: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
flvmeta-1.2.1/src/compat/getopt1.c:64:18: style: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:148:29: note: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'.
flvmeta-1.2.1/src/compat/getopt1.c:64:18: note: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'.
flvmeta-1.2.1/src/compat/getopt1.c:65:20: style: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:148:51: note: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'.
flvmeta-1.2.1/src/compat/getopt1.c:65:20: note: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'.
flvmeta-1.2.1/src/compat/getopt1.c:66:19: style: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:149:16: note: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'.
flvmeta-1.2.1/src/compat/getopt1.c:66:19: note: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'.
flvmeta-1.2.1/src/compat/getopt1.c:67:28: style: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:150:32: note: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'.
flvmeta-1.2.1/src/compat/getopt1.c:67:28: note: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'.
flvmeta-1.2.1/src/compat/getopt1.c:68:12: style: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:150:49: note: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'.
flvmeta-1.2.1/src/compat/getopt1.c:68:12: note: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'.
flvmeta-1.2.1/src/compat/getopt1.c:79:23: style: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:151:34: note: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'.
flvmeta-1.2.1/src/compat/getopt1.c:79:23: note: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'.
flvmeta-1.2.1/src/compat/getopt1.c:80:18: style: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:151:56: note: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'.
flvmeta-1.2.1/src/compat/getopt1.c:80:18: note: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'.
flvmeta-1.2.1/src/compat/getopt1.c:81:17: style: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:152:21: note: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'.
flvmeta-1.2.1/src/compat/getopt1.c:81:17: note: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'.
flvmeta-1.2.1/src/compat/getopt1.c:82:26: style: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:153:37: note: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'.
flvmeta-1.2.1/src/compat/getopt1.c:82:26: note: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'.
flvmeta-1.2.1/src/compat/getopt1.c:83:10: style: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/compat/getopt.h:153:54: note: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'.
flvmeta-1.2.1/src/compat/getopt1.c:83:10: note: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'.
flvmeta-1.2.1/src/dump_json.c:295:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
flvmeta-1.2.1/src/dump_raw.c:56:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
flvmeta-1.2.1/src/dump_raw.c:57:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
flvmeta-1.2.1/src/dump_raw.c:88:13: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flvmeta-1.2.1/src/dump_xml.c:67:17: warning: %g in format string (no. 3) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/dump_xml.c:173:5: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flvmeta-1.2.1/src/dump_xml.c:177:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
flvmeta-1.2.1/src/dump_xml.c:208:13: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flvmeta-1.2.1/src/dump_xml.c:46:13: style: The scope of the variable 'markers' can be reduced. [variableScope]
flvmeta-1.2.1/src/dump_yaml.c:40:17: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/dump_yaml.c:204:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flvmeta-1.2.1/src/dump_yaml.c:212:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
flvmeta-1.2.1/src/dump_yaml.c:283:13: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flvmeta-1.2.1/src/dump_yaml.c:223:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
flvmeta-1.2.1/src/dump_yaml.c:462:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
flvmeta-1.2.1/src/info.c:449:21: style: Redundant condition: info->have_keyframes. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
flvmeta-1.2.1/src/info.c:534:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
flvmeta-1.2.1/src/info.c:33:12: style: The scope of the variable 'psc' can be reduced. [variableScope]
flvmeta-1.2.1/src/info.c:87:10: style: The scope of the variable 'header' can be reduced. [variableScope]
flvmeta-1.2.1/src/info.c:105:10: style: The scope of the variable 'header' can be reduced. [variableScope]
flvmeta-1.2.1/src/info.c:105:21: style: The scope of the variable 'offset' can be reduced. [variableScope]
flvmeta-1.2.1/src/info.c:126:10: style: The scope of the variable 'header' can be reduced. [variableScope]
flvmeta-1.2.1/src/info.c:126:22: style: The scope of the variable 'offset' can be reduced. [variableScope]
flvmeta-1.2.1/src/info.c:333:17: style: The scope of the variable 'retval' can be reduced. [variableScope]
flvmeta-1.2.1/src/json.c:52:21: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
flvmeta-1.2.1/src/json.c:127:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
flvmeta-1.2.1/src/json.c:142:5: warning: %g in format string (no. 1) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
flvmeta-1.2.1/src/libyaml/api.c:748:5: style: Variable 'anchor_copy' is reassigned a value before the old one has been used. [redundantAssignment]
flvmeta-1.2.1/src/libyaml/api.c:743:0: note: Variable 'anchor_copy' is reassigned a value before the old one has been used.
flvmeta-1.2.1/src/libyaml/api.c:748:5: note: Variable 'anchor_copy' is reassigned a value before the old one has been used.
flvmeta-1.2.1/src/libyaml/api.c:1025:5: style: Redundant pointer operation on 'document' - it's already a pointer. [redundantPointerOp]
flvmeta-1.2.1/src/libyaml/dumper.c:210:23: style: The scope of the variable 'item' can be reduced. [variableScope]
flvmeta-1.2.1/src/libyaml/dumper.c:211:23: style: The scope of the variable 'pair' can be reduced. [variableScope]
flvmeta-1.2.1/src/libyaml/emitter.c:2251:10: style: The scope of the variable 'indent_hint' can be reduced. [variableScope]
flvmeta-1.2.1/src/libyaml/parser.c:764:9: style: Variable 'dummy_mark' is assigned a value that is never used. [unreadVariable]
flvmeta-1.2.1/src/libyaml/parser.c:874:9: style: Variable 'dummy_mark' is assigned a value that is never used. [unreadVariable]
flvmeta-1.2.1/src/libyaml/parser.c:1000:5: style: Variable 'dummy_mark' is assigned a value that is never used. [unreadVariable]
flvmeta-1.2.1/src/libyaml/parser.c:1161:5: style: Variable 'dummy_mark' is assigned a value that is never used. [unreadVariable]
flvmeta-1.2.1/src/libyaml/reader.c:194:37: style: The scope of the variable 'value2' can be reduced. [variableScope]
flvmeta-1.2.1/src/libyaml/scanner.c:815:9: style: The scope of the variable 'need_more_tokens' can be reduced. [variableScope]
flvmeta-1.2.1/src/libyaml/scanner.c:2269:21: style: Function 'yaml_parser_scan_tag_directive_value' argument 2 names different: declaration 'mark' definition 'start_mark'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/libyaml/scanner.c:713:21: note: Function 'yaml_parser_scan_tag_directive_value' argument 2 names different: declaration 'mark' definition 'start_mark'.
flvmeta-1.2.1/src/libyaml/scanner.c:2269:21: note: Function 'yaml_parser_scan_tag_directive_value' argument 2 names different: declaration 'mark' definition 'start_mark'.
flvmeta-1.2.1/src/libyaml/scanner.c:1208:9: style: Variable 'dummy_key' is assigned a value that is never used. [unreadVariable]
flvmeta-1.2.1/src/update.c:318:16: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
flvmeta-1.2.1/src/update.c:257:42: style: Function 'update_metadata' argument 1 names different: declaration 'options' definition 'opts'. [funcArgNamesDifferent]
flvmeta-1.2.1/src/update.h:32:49: note: Function 'update_metadata' argument 1 names different: declaration 'options' definition 'opts'.
flvmeta-1.2.1/src/update.c:257:42: note: Function 'update_metadata' argument 1 names different: declaration 'options' definition 'opts'.
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/flvstreamer/flvstreamer_2.1c1.orig.tar.gz
flvstreamer/amf.c:82:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flvstreamer/amf.c:185:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
flvstreamer/amf.c:653:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flvstreamer/amf.c:664:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flvstreamer/amf.c:681:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flvstreamer/amf.c:723:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flvstreamer/amf.c:729:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flvstreamer/amf.c:735:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
flvstreamer/amf.c:64:43: style: Function 'AMF_DecodeString' argument 2 names different: declaration 'str' definition 'bv'. [funcArgNamesDifferent]
flvstreamer/amf.h:101:50: note: Function 'AMF_DecodeString' argument 2 names different: declaration 'str' definition 'bv'.
flvstreamer/amf.c:64:43: note: Function 'AMF_DecodeString' argument 2 names different: declaration 'str' definition 'bv'.
flvstreamer/amf.c:156:59: style: Function 'AMF_EncodeString' argument 3 names different: declaration 'str' definition 'bv'. [funcArgNamesDifferent]
flvstreamer/amf.h:86:67: note: Function 'AMF_EncodeString' argument 3 names different: declaration 'str' definition 'bv'.
flvstreamer/amf.c:156:59: note: Function 'AMF_EncodeString' argument 3 names different: declaration 'str' definition 'bv'.
flvstreamer/amf.c:246:64: style: Function 'AMF_EncodeNamedString' argument 3 names different: declaration 'name' definition 'strName'. [funcArgNamesDifferent]
flvstreamer/amf.h:94:72: note: Function 'AMF_EncodeNamedString' argument 3 names different: declaration 'name' definition 'strName'.
flvstreamer/amf.c:246:64: note: Function 'AMF_EncodeNamedString' argument 3 names different: declaration 'name' definition 'strName'.
flvstreamer/amf.c:246:86: style: Function 'AMF_EncodeNamedString' argument 4 names different: declaration 'value' definition 'strValue'. [funcArgNamesDifferent]
flvstreamer/amf.h:94:91: note: Function 'AMF_EncodeNamedString' argument 4 names different: declaration 'value' definition 'strValue'.
flvstreamer/amf.c:246:86: note: Function 'AMF_EncodeNamedString' argument 4 names different: declaration 'value' definition 'strValue'.
flvstreamer/amf.c:259:64: style: Function 'AMF_EncodeNamedNumber' argument 3 names different: declaration 'name' definition 'strName'. [funcArgNamesDifferent]
flvstreamer/amf.h:95:72: note: Function 'AMF_EncodeNamedNumber' argument 3 names different: declaration 'name' definition 'strName'.
flvstreamer/amf.c:259:64: note: Function 'AMF_EncodeNamedNumber' argument 3 names different: declaration 'name' definition 'strName'.
flvstreamer/amf.c:272:65: style: Function 'AMF_EncodeNamedBoolean' argument 3 names different: declaration 'name' definition 'strName'. [funcArgNamesDifferent]
flvstreamer/amf.h:96:73: note: Function 'AMF_EncodeNamedBoolean' argument 3 names different: declaration 'name' definition 'strName'.
flvstreamer/amf.c:272:65: note: Function 'AMF_EncodeNamedBoolean' argument 3 names different: declaration 'name' definition 'strName'.
flvstreamer/amf.c:898:67: style: Function 'AMF3_Decode' argument 4 names different: declaration 'bDecodeName' definition 'bAMFData'. [funcArgNamesDifferent]
flvstreamer/amf.h:111:10: note: Function 'AMF3_Decode' argument 4 names different: declaration 'bDecodeName' definition 'bAMFData'.
flvstreamer/amf.c:898:67: note: Function 'AMF3_Decode' argument 4 names different: declaration 'bDecodeName' definition 'bAMFData'.
flvstreamer/amf.c:1152:39: style: Function 'AMF3CD_GetProp' argument 2 names different: declaration 'idx' definition 'nIndex'. [funcArgNamesDifferent]
flvstreamer/amf.h:154:47: note: Function 'AMF3CD_GetProp' argument 2 names different: declaration 'idx' definition 'nIndex'.
flvstreamer/amf.c:1152:39: note: Function 'AMF3CD_GetProp' argument 2 names different: declaration 'idx' definition 'nIndex'.
flvstreamer/flvstreamer.c:1234:7: style: Condition '!InitSockets()' is always false [knownConditionTrueFalse]
flvstreamer/flvstreamer.c:552:10: style: The scope of the variable 'bufferSize' can be reduced. [variableScope]
flvstreamer/flvstreamer.c:553:8: style: The scope of the variable 'hbuf' can be reduced. [variableScope]
flvstreamer/flvstreamer.c:746:23: style: Checking if unsigned variable 'prevTagSize' is less than zero. [unsignedLessThanZero]
flvstreamer/flvstreamer.c:809:14: style: Checking if unsigned variable '*dSeek' is less than zero. [unsignedLessThanZero]
flvstreamer/flvstreamer.c:1696:20: style: Checking if unsigned variable 'dLength' is less than zero. [unsignedLessThanZero]
flvstreamer/flvstreamer.c:1733:31: style: Checking if unsigned variable 'dLength' is less than zero. [unsignedLessThanZero]
flvstreamer/flvstreamer.c:890:0: error: Memory leak: buffer [memleak]
flvstreamer/parseurl.c:345:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
flvstreamer/parseurl.c:118:19: warning: Either the condition 'p==0' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
flvstreamer/parseurl.c:119:7: note: Assuming that condition 'p==0' is not redundant
flvstreamer/parseurl.c:118:19: note: Null pointer subtraction
flvstreamer/parseurl.c:157:0: style: Same expression used in consecutive assignments of 'iCol' and 'iQues'. [duplicateAssignExpression]
flvstreamer/parseurl.c:158:0: note: Same expression used in consecutive assignments of 'iCol' and 'iQues'.
flvstreamer/parseurl.c:157:0: note: Same expression used in consecutive assignments of 'iCol' and 'iQues'.
flvstreamer/parseurl.c:158:0: style: Same expression used in consecutive assignments of 'iQues' and 'iSlash'. [duplicateAssignExpression]
flvstreamer/parseurl.c:159:0: note: Same expression used in consecutive assignments of 'iQues' and 'iSlash'.
flvstreamer/parseurl.c:158:0: note: Same expression used in consecutive assignments of 'iQues' and 'iSlash'.
flvstreamer/parseurl.c:217:0: style: Same expression used in consecutive assignments of 'iSlash2' and 'iSlash3'. [duplicateAssignExpression]
flvstreamer/parseurl.c:218:0: note: Same expression used in consecutive assignments of 'iSlash2' and 'iSlash3'.
flvstreamer/parseurl.c:217:0: note: Same expression used in consecutive assignments of 'iSlash2' and 'iSlash3'.
flvstreamer/rtmp.c:1715:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
flvstreamer/rtmp.c:1935:8: style: The scope of the variable 'didAlloc' can be reduced. [variableScope]
flvstreamer/rtmp.c:2130:8: style: The scope of the variable 'hbuf' can be reduced. [variableScope]
flvstreamer/rtmp.c:2404:25: style: The scope of the variable 'e' can be reduced. [variableScope]
flvstreamer/rtmp.c:460:15: style: Unsigned variable 'dLength' can't be negative so it is unnecessary to test it. [unsignedPositive]
flvstreamer/rtmp.c:312:41: style: Function 'RTMP_Connect0' argument 2 names different: declaration 'svc' definition 'service'. [funcArgNamesDifferent]
flvstreamer/rtmp.h:214:46: note: Function 'RTMP_Connect0' argument 2 names different: declaration 'svc' definition 'service'.
flvstreamer/rtmp.c:312:41: note: Function 'RTMP_Connect0' argument 2 names different: declaration 'svc' definition 'service'.
flvstreamer/rtmpsrv.c:531:8: style: The scope of the variable 'ich' can be reduced. [variableScope]
flvstreamer/rtmpsuck.c:917:19: style: Condition 'sendit' is always true [knownConditionTrueFalse]
flvstreamer/rtmpsuck.c:867:28: note: Assignment 'sendit=1', assigned value is 1
flvstreamer/rtmpsuck.c:917:19: note: Condition 'sendit' is always true
flvstreamer/rtmpsuck.c:668:11: style: Same expression on both sides of '>' because the value of 'len' and '*plen' are the same. [duplicateExpression]
flvstreamer/rtmpsuck.c:517:23: note: 'len' is assigned value '*plen' here.
flvstreamer/rtmpsuck.c:668:11: note: Same expression on both sides of '>' because the value of 'len' and '*plen' are the same.
flvstreamer/rtmpsuck.c:220:19: style: The scope of the variable 'len' can be reduced. [variableScope]
flvstreamer/rtmpsuck.c:677:8: style: The scope of the variable 'ich' can be reduced. [variableScope]
flvstreamer/rtmpsuck.c:833:29: style: The scope of the variable 'len' can be reduced. [variableScope]
flvstreamer/streams.c:470:8: style: The scope of the variable 'ich' can be reduced. [variableScope]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/flwm/flwm_1.02+git2015.10.03+7dbb30.orig.tar.xz
flwm-1.02+git2015.10.03+7dbb30/Desktop.C:61:10: warning: Member variable 'Desktop::junk' is not initialized in the constructor. [uninitMemberVar]
flwm-1.02+git2015.10.03+7dbb30/Frame.C:1420:4: style: C-style pointer casting [cstyleCast]
flwm-1.02+git2015.10.03+7dbb30/Frame.C:693:19: style: Same expression on both sides of '^' because the value of 'flags()' and 'old_flags' are the same. [duplicateExpression]
flwm-1.02+git2015.10.03+7dbb30/Frame.C:657:24: note: 'old_flags' is assigned value 'flags()' here.
flwm-1.02+git2015.10.03+7dbb30/Frame.C:693:19: note: Same expression on both sides of '^' because the value of 'flags()' and 'old_flags' are the same.
flwm-1.02+git2015.10.03+7dbb30/FrameWindow.H:25:3: warning: Member variable 'FrameWindow::frame' is not initialized in the constructor. [uninitMemberVar]
flwm-1.02+git2015.10.03+7dbb30/FrameWindow.H:27:3: warning: Member variable 'FrameWindow::frame' is not initialized in the constructor. [uninitMemberVar]
flwm-1.02+git2015.10.03+7dbb30/Menu.C:37:14: style: C-style pointer casting [cstyleCast]
flwm-1.02+git2015.10.03+7dbb30/Menu.C:48:14: style: C-style pointer casting [cstyleCast]
flwm-1.02+git2015.10.03+7dbb30/Menu.C:68:14: style: C-style pointer casting [cstyleCast]
flwm-1.02+git2015.10.03+7dbb30/Menu.C:112:14: style: C-style pointer casting [cstyleCast]
flwm-1.02+git2015.10.03+7dbb30/Menu.C:161:20: style: C-style pointer casting [cstyleCast]
flwm-1.02+git2015.10.03+7dbb30/Menu.C:167:10: style: C-style pointer casting [cstyleCast]
flwm-1.02+git2015.10.03+7dbb30/Menu.C:614:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
flwm-1.02+git2015.10.03+7dbb30/Menu.C:337:2: error: Common realloc mistake: 'wmxbuffer' nulled but not freed upon failure [memleakOnRealloc]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/flwrap/flwrap_1.3.4.orig.tar.gz
flwrap-1.3.4/src/flwrap.cxx:102:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
flwrap-1.3.4/src/flwrap.cxx:230:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flwrap-1.3.4/src/flwrap.cxx:381:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
flwrap-1.3.4/src/lzma/LzFind.c:343:84: style: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzFind.h:72:84: note: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'.
flwrap-1.3.4/src/lzma/LzFind.c:343:84: note: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'.
flwrap-1.3.4/src/lzma/LzFind.c:344:63: style: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzFind.h:73:63: note: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'.
flwrap-1.3.4/src/lzma/LzFind.c:344:63: note: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'.
flwrap-1.3.4/src/lzma/LzmaDec.c:900:29: style: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzmaDec.h:134:29: note: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'.
flwrap-1.3.4/src/lzma/LzmaDec.c:900:29: note: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'.
flwrap-1.3.4/src/lzma/LzmaDec.c:955:33: style: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzmaDec.h:133:33: note: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'.
flwrap-1.3.4/src/lzma/LzmaDec.c:955:33: note: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'.
flwrap-1.3.4/src/lzma/LzmaDec.c:955:48: style: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzmaDec.h:133:52: note: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'.
flwrap-1.3.4/src/lzma/LzmaDec.c:955:48: note: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'.
flwrap-1.3.4/src/lzma/LzmaDec.c:681:3: style: Variable 'range' is assigned a value that is never used. [unreadVariable]
flwrap-1.3.4/src/lzma/LzmaDec.c:681:3: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
flwrap-1.3.4/src/lzma/LzmaEnc.c:2100:6: warning: Redundant assignment of 'pp' to itself. [selfAssignment]
flwrap-1.3.4/src/lzma/LzmaEnc.c:1366:18: style: The scope of the variable 'nextRepMatchPrice' can be reduced. [variableScope]
flwrap-1.3.4/src/lzma/LzmaEnc.c:1456:18: style: The scope of the variable 'nextRepMatchPrice' can be reduced. [variableScope]
flwrap-1.3.4/src/lzma/LzmaEnc.c:412:38: style: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzmaEnc.h:50:38: note: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:412:38: note: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:412:63: style: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzmaEnc.h:50:62: note: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:412:63: note: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:2173:36: style: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzmaEnc.h:52:36: note: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:2173:36: note: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:2207:45: style: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzmaEnc.h:51:45: note: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:2207:45: note: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:2207:55: style: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzmaEnc.h:51:54: note: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:2207:55: note: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:2236:39: style: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
flwrap-1.3.4/src/lzma/LzmaEnc.h:54:39: note: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:2236:39: note: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'.
flwrap-1.3.4/src/lzma/LzmaEnc.c:419:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
flwrap-1.3.4/src/lzma/LzmaEnc.c:1925:12: style: Variable 'btMode' is assigned a value that is never used. [unreadVariable]
flwrap-1.3.4/src/lzma/LzmaLib.c:11:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
flwrap-1.3.4/src/lzma/LzmaLib.c:12:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/flx/flx_0.6.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/flxmlrpc/flxmlrpc_0.1.4.orig.tar.gz
flxmlrpc-0.1.4/src/XmlRpcClient.cpp:114:3: style: Struct 'ClearFlagOnExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/src/XmlRpcServer.cpp:441:18: style: The scope of the variable 'methodParams' can be reduced. [variableScope]
flxmlrpc-0.1.4/src/XmlRpcServer.cpp:262:3: style: Class 'ListMethods' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/src/XmlRpcServer.cpp:277:3: style: Class 'MethodHelp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/src/XmlRpcUtil.cpp:97:3: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
flxmlrpc-0.1.4/src/XmlRpcUtil.cpp:109:1: error: va_list 'va' was opened but not closed by va_end(). [va_end_missing]
flxmlrpc-0.1.4/src/XmlRpcValue.cpp:191:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flxmlrpc-0.1.4/src/XmlRpcValue.cpp:192:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
flxmlrpc-0.1.4/test/HelloServer.cpp:17:3: style: Class 'Hello' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/HelloServer.cpp:33:3: style: Class 'HelloName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/HelloServer.cpp:48:3: style: Class 'Sum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/TestBase64Server.cpp:49:3: style: Class 'TestBase64' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/Validator.cpp:36:3: style: Class 'ArrayOfStructsTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/Validator.cpp:84:3: style: Class 'CountTheEntities' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/Validator.cpp:164:3: style: Class 'EasyStructTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/Validator.cpp:198:3: style: Class 'EchoStructTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/Validator.cpp:230:3: style: Class 'ManyTypesTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/Validator.cpp:268:3: style: Class 'ModerateSizeArrayCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/Validator.cpp:312:3: style: Class 'NestedStructTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
flxmlrpc-0.1.4/test/Validator.cpp:350:3: style: Class 'SimpleStructReturnTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/flycheck/flycheck_31.orig.tar.xz
flycheck-31/test/resources/language/c_c++/warning.c:5:10: style: Unused variable: unused [unusedVariable]
flycheck-31/test/resources/language/c_c++/style.cpp:9:18: error: Division by zero. [zerodiv]
flycheck-31/test/resources/language/c_c++/style.cpp:3:16: note: Assignment 'null=0', assigned value is 0
flycheck-31/test/resources/language/c_c++/style.cpp:9:18: note: Division by zero
flycheck-31/test/resources/language/c_c++/style.cpp:5:9: style: Unused variable: unused [unusedVariable]
flycheck-31/test/resources/language/c_c++/style.cpp:7:9: style: Unused variable: unused2 [unusedVariable]
flycheck-31/test/resources/language/c_c++/style.cpp:12:38: performance: Function parameter 'foo' should be passed by const reference. [passedByValue]
flycheck-31/test/resources/language/c_c++/style2.cpp:3:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/flycheck-package/flycheck-package_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fmcs/fmcs_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fmit/fmit_1.0.0.orig.tar.gz
fmit-1.0.0/libs/CppAddons/CAMath.h:55:10: style: Technically the member function 'Math::SolOfEq2::getX1' can be const. [functionConst]
fmit-1.0.0/libs/CppAddons/CAMath.h:56:10: style: Technically the member function 'Math::SolOfEq2::getX2' can be const. [functionConst]
fmit-1.0.0/libs/CppAddons/Random.cpp:32:9: warning: Member variable 'Random::m_nextNextGaussian' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/libs/CppAddons/Random.h:45:7: performance: Technically the member function 'Random::next' can be static. [functionStatic]
fmit-1.0.0/libs/CppAddons/Random.cpp:52:14: note: Technically the member function 'Random::next' can be static.
fmit-1.0.0/libs/CppAddons/Random.h:45:7: note: Technically the member function 'Random::next' can be static.
fmit-1.0.0/libs/CppAddons/Random.h:38:2: style: Class 'Random' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/libs/Music/Algorithm.cpp:33:12: warning: Member variable 'Transform::m_components_max' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/libs/Music/Algorithm.h:47:17: style: Technically the member function 'Music::Algorithm::getAmplitudeTreshold' can be const. [functionConst]
fmit-1.0.0/libs/Music/Algorithm.h:49:17: style: Technically the member function 'Music::Algorithm::getMaxAmplitude' can be const. [functionConst]
fmit-1.0.0/libs/Music/Algorithm.h:74:17: style: Technically the member function 'Music::Transform::getComponentTreshold' can be const. [functionConst]
fmit-1.0.0/libs/Music/Algorithm.h:81:36: style: Technically the member function 'Music::Transform::getHarmonics' can be const. [functionConst]
fmit-1.0.0/libs/Music/Algorithm.h:82:25: style: Technically the member function 'Music::Transform::getComponents' can be const. [functionConst]
fmit-1.0.0/libs/Music/Algorithm.h:83:10: style: Technically the member function 'Music::Transform::getComponentsMax' can be const. [functionConst]
fmit-1.0.0/libs/Music/Algorithm.h:40:16: style: The function 'samplingRateChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Music.h:71:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/Algorithm.h:40:16: note: Function in derived class
fmit-1.0.0/libs/Music/Algorithm.h:41:16: style: The function 'AFreqChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Music.h:72:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/Algorithm.h:41:16: note: Function in derived class
fmit-1.0.0/libs/Music/Algorithm.h:42:16: style: The function 'semitoneBoundsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Music.h:73:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/Algorithm.h:42:16: note: Function in derived class
fmit-1.0.0/libs/Music/CFFTW3.cpp:27:2: style: Variable 'm_in' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fmit-1.0.0/libs/Music/CFFTW3.cpp:25:10: note: Variable 'm_in' is reassigned a value before the old one has been used if variable is no semaphore variable.
fmit-1.0.0/libs/Music/CFFTW3.cpp:27:2: note: Variable 'm_in' is reassigned a value before the old one has been used if variable is no semaphore variable.
fmit-1.0.0/libs/Music/CFFTW3.cpp:28:2: style: Variable 'm_out' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fmit-1.0.0/libs/Music/CFFTW3.cpp:25:2: note: Variable 'm_out' is reassigned a value before the old one has been used if variable is no semaphore variable.
fmit-1.0.0/libs/Music/CFFTW3.cpp:28:2: note: Variable 'm_out' is reassigned a value before the old one has been used if variable is no semaphore variable.
fmit-1.0.0/libs/Music/CFFTW3.cpp:15:9: warning: Member variable 'CFFTW3::m_forward' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/libs/Music/CFFTW3.cpp:12:2: performance: Variable 'm_plan' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/libs/Music/CFFTW3.h:22:6: style: Technically the member function 'CFFTW3::size' can be const. [functionConst]
fmit-1.0.0/libs/Music/CFFTW3.h:18:2: style: Class 'CFFTW3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/libs/Music/CFFTW3.h:19:2: style: Class 'CFFTW3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/libs/Music/CombedFT.h:78:11: style: Technically the member function 'Music::CombedFT::getAudibilityRatio' can be const. [functionConst]
fmit-1.0.0/libs/Music/Convolution.h:59:10: style: Technically the member function 'Music::Convolution::size' can be const. [functionConst]
fmit-1.0.0/libs/Music/FreqAnalysis.h:86:10: style: Technically the member function 'Music::SingleResConvolutionTransform::getLatencyFactor' can be const. [functionConst]
fmit-1.0.0/libs/Music/FreqAnalysis.h:89:10: style: Technically the member function 'Music::SingleResConvolutionTransform::getGaussFactor' can be const. [functionConst]
fmit-1.0.0/libs/Music/FreqAnalysis.h:129:17: style: Technically the member function 'Music::MonophonicAlgo::getDominantTreshold' can be const. [functionConst]
fmit-1.0.0/libs/Music/CombedFT.h:51:17: warning: Virtual function 'init' is called from constructor 'CombedFT()' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/libs/Music/CombedFT.cpp:39:3: note: Calling init
fmit-1.0.0/libs/Music/CombedFT.h:51:17: note: init is a virtual method
fmit-1.0.0/libs/Music/SPWindow.h:42:3: style: Struct 'Win_Sinc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/libs/Music/SPWindow.h:62:3: style: Struct 'Win_Gauss' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/libs/Music/CombedFT.h:52:17: style: The function 'AFreqChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:41:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CombedFT.h:52:17: note: Function in derived class
fmit-1.0.0/libs/Music/CombedFT.h:53:17: style: The function 'samplingRateChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:40:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CombedFT.h:53:17: note: Function in derived class
fmit-1.0.0/libs/Music/CombedFT.h:54:17: style: The function 'semitoneBoundsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:42:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CombedFT.h:54:17: note: Function in derived class
fmit-1.0.0/libs/Music/CombedFT.h:80:16: style: The function 'getSampleAlgoLatency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:51:15: note: Virtual function in base class
fmit-1.0.0/libs/Music/CombedFT.h:80:16: note: Function in derived class
fmit-1.0.0/libs/Music/CombedFT.h:82:17: style: The function 'hasNoteRecognized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:55:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CombedFT.h:82:17: note: Function in derived class
fmit-1.0.0/libs/Music/CombedFT.h:83:16: style: The function 'getMinSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:59:15: note: Virtual function in base class
fmit-1.0.0/libs/Music/CombedFT.h:83:16: note: Function in derived class
fmit-1.0.0/libs/Music/CombedFT.h:84:17: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:54:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CombedFT.h:84:17: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:74:16: style: The function 'AFreqChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:41:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:74:16: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:75:16: style: The function 'samplingRateChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:40:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:75:16: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:76:16: style: The function 'semitoneBoundsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:42:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:76:16: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:91:16: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:54:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:91:16: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:104:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/FreqAnalysis.h:73:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:104:16: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:108:15: style: The function 'getSampleAlgoLatency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:51:15: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:108:15: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:110:16: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/FreqAnalysis.h:91:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:110:16: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:126:18: style: The function 'getAlgoLatency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:52:18: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:126:18: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:127:15: style: The function 'getSampleAlgoLatency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:51:15: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:127:15: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:132:16: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/FreqAnalysis.h:91:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/FreqAnalysis.h:132:16: note: Function in derived class
fmit-1.0.0/libs/Music/FreqAnalysis.h:54:63: performance: Function parameter 'spectrum' should be passed by const reference. [passedByValue]
fmit-1.0.0/libs/Music/FreqAnalysis.h:61:76: performance: Function parameter 'spectrum' should be passed by const reference. [passedByValue]
fmit-1.0.0/libs/Music/FreqAnalysis.h:62:84: performance: Function parameter 'spectrum' should be passed by const reference. [passedByValue]
fmit-1.0.0/libs/Music/CumulativeDiff.cpp:26:17: warning: Member variable 'CumulativeDiff::m_best_s' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/libs/Music/CumulativeDiff.cpp:47:23: warning: Member variable 'RangedCumulativeDiff::m_min_error' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/libs/Music/CumulativeDiff.cpp:47:23: warning: Member variable 'RangedCumulativeDiff::m_min_wave_length' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:49:3: style: Class 'CumulativeDiffAlgo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:44:16: style: The function 'AFreqChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:41:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:44:16: note: Function in derived class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:45:16: style: The function 'samplingRateChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:40:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:45:16: note: Function in derived class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:46:16: style: The function 'semitoneBoundsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:42:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:46:16: note: Function in derived class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:51:15: style: The function 'getSampleAlgoLatency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:51:15: note: Virtual function in base class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:51:15: note: Function in derived class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:58:8: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:54:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:58:8: note: Function in derived class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:60:16: style: The function 'hasNoteRecognized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:55:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/CumulativeDiffAlgo.h:60:16: note: Function in derived class
fmit-1.0.0/libs/Music/Filter.cpp:269:14: style: The scope of the variable 'k' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/Filter.cpp:270:17: style: The scope of the variable 'lowf' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/Filter.cpp:270:23: style: The scope of the variable 'highf' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/Filter.cpp:362:17: style: The scope of the variable 'xi' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/Filter.cpp:438:15: style: The scope of the variable 'c' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/Filter.cpp:488:11: style: The scope of the variable 'A' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/Filter.cpp:525:17: style: The scope of the variable 'l' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/Filter.cpp:526:12: style: The scope of the variable 'alt' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/Filter.cpp:715:21: style: The scope of the variable 'current' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/Filter.h:92:17: performance: Variable 'm_imp_res' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/libs/Music/Filter.h:93:3: style: Class 'FIRRTFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/libs/Music/Filter.h:108:3: style: Class 'RectangularHighPassRTFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/libs/Music/Filter.h:96:15: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Filter.h:81:15: note: Virtual function in base class
fmit-1.0.0/libs/Music/Filter.h:96:15: note: Function in derived class
fmit-1.0.0/libs/Music/Filter.h:98:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Filter.h:79:18: note: Virtual function in base class
fmit-1.0.0/libs/Music/Filter.h:98:18: note: Function in derived class
fmit-1.0.0/libs/Music/Filter.h:111:15: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Filter.h:81:15: note: Virtual function in base class
fmit-1.0.0/libs/Music/Filter.h:111:15: note: Function in derived class
fmit-1.0.0/libs/Music/Filter.h:113:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Filter.h:79:18: note: Virtual function in base class
fmit-1.0.0/libs/Music/Filter.h:113:18: note: Function in derived class
fmit-1.0.0/libs/Music/Filter.h:118:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Filter.h:79:18: note: Virtual function in base class
fmit-1.0.0/libs/Music/Filter.h:118:18: note: Function in derived class
fmit-1.0.0/libs/Music/Filter.h:123:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Filter.h:79:18: note: Virtual function in base class
fmit-1.0.0/libs/Music/Filter.h:123:18: note: Function in derived class
fmit-1.0.0/libs/Music/Filter.h:131:15: style: The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Filter.h:81:15: note: Virtual function in base class
fmit-1.0.0/libs/Music/Filter.h:131:15: note: Function in derived class
fmit-1.0.0/libs/Music/Filter.h:133:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Filter.h:79:18: note: Virtual function in base class
fmit-1.0.0/libs/Music/Filter.h:133:18: note: Function in derived class
fmit-1.0.0/libs/Music/Filter.h:94:47: performance: Function parameter 'imp_res' should be passed by const reference. [passedByValue]
fmit-1.0.0/libs/Music/FreqAnalysis.cpp:31:71: performance: Function parameter 'spectrum' should be passed by const reference. [passedByValue]
fmit-1.0.0/libs/Music/FreqAnalysis.cpp:60:79: performance: Function parameter 'spectrum' should be passed by const reference. [passedByValue]
fmit-1.0.0/libs/Music/LPC.cpp:15:20: style: The scope of the variable 'r' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/LPC.cpp:53:20: style: The scope of the variable 'r' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.cpp:114:8: style: Condition 'ok' is always true [knownConditionTrueFalse]
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.cpp:110:15: note: Assignment 'ok=true', assigned value is 1
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.cpp:114:8: note: Condition 'ok' is always true
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.cpp:98:11: style: The scope of the variable 'min_comp' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.cpp:122:10: style: The scope of the variable 'crit_small_enough' can be reduced. [variableScope]
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.cpp:202:19: style: Variable 'min_comp' is assigned a value that is never used. [unreadVariable]
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.cpp:120:16: style: Variable 'crit_min' is assigned a value that is never used. [unreadVariable]
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.cpp:175:72: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:48:8: style: Technically the member function 'Music::MultiCumulativeDiffAlgo::is_minima' can be const. [functionConst]
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.cpp:62:32: note: Technically the member function 'Music::MultiCumulativeDiffAlgo::is_minima' can be const.
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:48:8: note: Technically the member function 'Music::MultiCumulativeDiffAlgo::is_minima' can be const.
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:54:10: style: Technically the member function 'Music::MultiCumulativeDiffAlgo::getTestComplexity' can be const. [functionConst]
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:40:16: style: The function 'AFreqChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:41:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:40:16: note: Function in derived class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:41:16: style: The function 'samplingRateChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:40:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:41:16: note: Function in derived class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:42:16: style: The function 'semitoneBoundsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:42:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:42:16: note: Function in derived class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:56:15: style: The function 'getSampleAlgoLatency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:51:15: note: Virtual function in base class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:56:15: note: Function in derived class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:58:18: style: The function 'getAlgoLatency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:52:18: note: Virtual function in base class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:58:18: note: Function in derived class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:68:16: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/libs/Music/Algorithm.h:54:16: note: Virtual function in base class
fmit-1.0.0/libs/Music/MultiCumulativeDiffAlgo.h:68:16: note: Function in derived class
fmit-1.0.0/libs/Music/Music.cpp:130:10: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
fmit-1.0.0/libs/Music/Note.h:39:2: style: Class 'Note' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/AutoQSettings.cpp:75:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:78:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:81:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:84:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:87:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:90:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:99:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:102:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:105:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:108:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:111:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:114:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:123:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:126:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:129:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:132:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:135:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/AutoQSettings.cpp:138:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/CaptureThread.cpp:280:41: style: Function 'setSamplingRate' argument 1 names different: declaration 'value' definition 'rate'. [funcArgNamesDifferent]
fmit-1.0.0/src/CaptureThread.h:339:27: note: Function 'setSamplingRate' argument 1 names different: declaration 'value' definition 'rate'.
fmit-1.0.0/src/CaptureThread.cpp:280:41: note: Function 'setSamplingRate' argument 1 names different: declaration 'value' definition 'rate'.
fmit-1.0.0/src/CaptureThread.cpp:285:46: style: Function 'setSource' argument 1 names different: declaration 'src' definition 'name'. [funcArgNamesDifferent]
fmit-1.0.0/src/CaptureThread.h:344:32: note: Function 'setSource' argument 1 names different: declaration 'src' definition 'name'.
fmit-1.0.0/src/CaptureThread.cpp:285:46: note: Function 'setSource' argument 1 names different: declaration 'src' definition 'name'.
fmit-1.0.0/src/CaptureThread.cpp:99:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/CaptureThread.cpp:137:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/CaptureThread.cpp:180:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/CaptureThread.cpp:204:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/CaptureThread.cpp:315:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fmit-1.0.0/src/CaptureThread.cpp:321:20: warning: Member variable 'CaptureThreadImpl::m_format_float' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/src/CaptureThread.cpp:321:20: warning: Member variable 'CaptureThreadImpl::m_tmp_value' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/src/CaptureThread.cpp:321:20: warning: Member variable 'CaptureThreadImpl::decodeValue' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/src/CaptureThread.cpp:321:20: warning: Member variable 'CaptureThreadImpl::addValue' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/src/CaptureThread.cpp:68:2: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/src/CaptureThread.cpp:324:2: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/src/CaptureThread.cpp:325:2: performance: Variable 'm_descr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/src/CaptureThread.cpp:326:2: performance: Variable 'm_status' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/src/CaptureThread.cpp:332:2: performance: Variable 'm_source' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/src/CaptureThread.h:285:2: style: Class 'CaptureThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/MicrotonalView.h:58:3: warning: Member variable 'MValue::cents' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/src/modules/MicrotonalView.h:59:3: warning: Member variable 'MValue::num' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/src/modules/MicrotonalView.h:59:3: warning: Member variable 'MValue::den' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/src/modules/MicrotonalView.h:59:3: warning: Member variable 'MValue::ratio' is not initialized in the constructor. [uninitMemberVar]
fmit-1.0.0/src/CustomInstrumentTunerForm.h:75:12: style: Member variable 'CustomInstrumentTunerForm::m_algo_combedfft' is in the wrong place in the initializer list. [initializerList]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:59:3: note: Member variable 'CustomInstrumentTunerForm::m_algo_combedfft' is in the wrong place in the initializer list.
fmit-1.0.0/src/CustomInstrumentTunerForm.h:75:12: note: Member variable 'CustomInstrumentTunerForm::m_algo_combedfft' is in the wrong place in the initializer list.
fmit-1.0.0/src/CustomInstrumentTunerForm.h:95:16: style: Member variable 'CustomInstrumentTunerForm::m_settings' is in the wrong place in the initializer list. [initializerList]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:62:3: note: Member variable 'CustomInstrumentTunerForm::m_settings' is in the wrong place in the initializer list.
fmit-1.0.0/src/CustomInstrumentTunerForm.h:95:16: note: Member variable 'CustomInstrumentTunerForm::m_settings' is in the wrong place in the initializer list.
fmit-1.0.0/src/modules/View.h:53:17: style: Technically the member function 'View::getName' can be const. [functionConst]
fmit-1.0.0/src/modules/View.h:55:6: performance: Technically the member function 'View::getNbView' can be static. [functionStatic]
fmit-1.0.0/src/modules/MicrotonalView.h:62:10: style: Technically the member function 'MScale::getName' can be const. [functionConst]
fmit-1.0.0/src/modules/MicrotonalView.h:63:10: style: Technically the member function 'MScale::getPath' can be const. [functionConst]
fmit-1.0.0/src/CustomInstrumentTunerForm.h:131:15: warning: Virtual function 'samplingRateChanged' is called from constructor 'CustomInstrumentTunerForm()' at line 148. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:148:36: note: Calling samplingRateChanged
fmit-1.0.0/src/CustomInstrumentTunerForm.h:131:15: note: samplingRateChanged is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:132:15: warning: Virtual function 'errorRaised' is called from constructor 'CustomInstrumentTunerForm()' at line 149. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:149:36: note: Calling errorRaised
fmit-1.0.0/src/CustomInstrumentTunerForm.h:132:15: note: errorRaised is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:133:15: warning: Virtual function 'transportChanged' is called from constructor 'CustomInstrumentTunerForm()' at line 150. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:150:36: note: Calling transportChanged
fmit-1.0.0/src/CustomInstrumentTunerForm.h:133:15: note: transportChanged is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:134:15: warning: Virtual function 'noteStarted' is called from constructor 'CustomInstrumentTunerForm()' at line 152. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:152:39: note: Calling noteStarted
fmit-1.0.0/src/CustomInstrumentTunerForm.h:134:15: note: noteStarted is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:135:15: warning: Virtual function 'noteFinished' is called from constructor 'CustomInstrumentTunerForm()' at line 153. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:153:39: note: Calling noteFinished
fmit-1.0.0/src/CustomInstrumentTunerForm.h:135:15: note: noteFinished is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:134:15: warning: Virtual function 'noteStarted' is called from constructor 'CustomInstrumentTunerForm()' at line 154. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:154:37: note: Calling noteStarted
fmit-1.0.0/src/CustomInstrumentTunerForm.h:134:15: note: noteStarted is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:135:15: warning: Virtual function 'noteFinished' is called from constructor 'CustomInstrumentTunerForm()' at line 155. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:155:37: note: Calling noteFinished
fmit-1.0.0/src/CustomInstrumentTunerForm.h:135:15: note: noteFinished is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: warning: Virtual function 'update_views' is called from constructor 'CustomInstrumentTunerForm()' at line 161. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:161:69: note: Calling update_views
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: note: update_views is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: warning: Virtual function 'update_views' is called from constructor 'CustomInstrumentTunerForm()' at line 162. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:162:82: note: Calling update_views
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: note: update_views is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: warning: Virtual function 'update_views' is called from constructor 'CustomInstrumentTunerForm()' at line 167. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:167:76: note: Calling update_views
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: note: update_views is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: warning: Virtual function 'update_views' is called from constructor 'CustomInstrumentTunerForm()' at line 179. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:179:77: note: Calling update_views
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: note: update_views is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: warning: Virtual function 'update_views' is called from constructor 'CustomInstrumentTunerForm()' at line 189. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:189:70: note: Calling update_views
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: note: update_views is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: warning: Virtual function 'update_views' is called from constructor 'CustomInstrumentTunerForm()' at line 194. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:194:74: note: Calling update_views
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: note: update_views is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: warning: Virtual function 'update_views' is called from constructor 'CustomInstrumentTunerForm()' at line 199. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:199:66: note: Calling update_views
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: note: update_views is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: warning: Virtual function 'update_views' is called from constructor 'CustomInstrumentTunerForm()' at line 204. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:204:76: note: Calling update_views
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: note: update_views is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:137:15: warning: Virtual function 'tuningFreqChanged' is called from constructor 'CustomInstrumentTunerForm()' at line 205. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:205:35: note: Calling tuningFreqChanged
fmit-1.0.0/src/CustomInstrumentTunerForm.h:137:15: note: tuningFreqChanged is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: warning: Virtual function 'update_views' is called from constructor 'CustomInstrumentTunerForm()' at line 210. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:210:74: note: Calling update_views
fmit-1.0.0/src/CustomInstrumentTunerForm.h:136:15: note: update_views is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:138:15: warning: Virtual function 'configure_ok' is called from constructor 'CustomInstrumentTunerForm()' at line 222. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:222:60: note: Calling configure_ok
fmit-1.0.0/src/CustomInstrumentTunerForm.h:138:15: note: configure_ok is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:139:18: warning: Virtual function 'configure_cancel' is called from constructor 'CustomInstrumentTunerForm()' at line 223. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:223:60: note: Calling configure_cancel
fmit-1.0.0/src/CustomInstrumentTunerForm.h:139:18: note: configure_cancel is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:140:15: warning: Virtual function 'restoreFactorySettings' is called from constructor 'CustomInstrumentTunerForm()' at line 224. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:224:84: note: Calling restoreFactorySettings
fmit-1.0.0/src/CustomInstrumentTunerForm.h:140:15: note: restoreFactorySettings is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: warning: Virtual function 'noteRangeChanged' is called from constructor 'CustomInstrumentTunerForm()' at line 225. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:225:76: note: Calling noteRangeChanged
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: note: noteRangeChanged is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: warning: Virtual function 'noteRangeChanged' is called from constructor 'CustomInstrumentTunerForm()' at line 226. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:226:76: note: Calling noteRangeChanged
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: note: noteRangeChanged is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: warning: Virtual function 'noteRangeChanged' is called from constructor 'CustomInstrumentTunerForm()' at line 227. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:227:74: note: Calling noteRangeChanged
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: note: noteRangeChanged is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: warning: Virtual function 'noteRangeChanged' is called from constructor 'CustomInstrumentTunerForm()' at line 228. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:228:76: note: Calling noteRangeChanged
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: note: noteRangeChanged is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: warning: Virtual function 'noteRangeChanged' is called from constructor 'CustomInstrumentTunerForm()' at line 229. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:229:77: note: Calling noteRangeChanged
fmit-1.0.0/src/CustomInstrumentTunerForm.h:141:15: note: noteRangeChanged is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:143:15: warning: Virtual function 'autoDetectTransport' is called from constructor 'CustomInstrumentTunerForm()' at line 230. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:230:72: note: Calling autoDetectTransport
fmit-1.0.0/src/CustomInstrumentTunerForm.h:143:15: note: autoDetectTransport is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:142:15: warning: Virtual function 'selectTransport' is called from constructor 'CustomInstrumentTunerForm()' at line 231. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:231:87: note: Calling selectTransport
fmit-1.0.0/src/CustomInstrumentTunerForm.h:142:15: note: selectTransport is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:138:15: warning: Virtual function 'configure_ok' is called from constructor 'CustomInstrumentTunerForm()' at line 241. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:241:2: note: Calling configure_ok
fmit-1.0.0/src/CustomInstrumentTunerForm.h:138:15: note: configure_ok is a virtual method
fmit-1.0.0/src/CustomInstrumentTunerForm.h:130:15: warning: Virtual function 'saveSettings' is called from destructor '~CustomInstrumentTunerForm()' at line 1036. Dynamic binding is not used. [virtualCallInConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.cpp:1036:3: note: Calling saveSettings
fmit-1.0.0/src/CustomInstrumentTunerForm.h:130:15: note: saveSettings is a virtual method
fmit-1.0.0/src/LatencyMonoQuantizer.h:49:3: style: Struct 'Note' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/DialView.h:42:2: style: Class 'DialView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLGraph.h:51:2: style: Class 'GLGraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLErrorHistory.h:44:2: style: Class 'GLErrorHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLErrorHistory.h:55:3: style: Struct 'Note' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLVolumeHistory.h:36:2: style: Class 'GLVolumeHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLVolumeHistory.h:43:3: style: Struct 'Note' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/MicrotonalView.h:66:2: style: Class 'MScale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/MicrotonalView.h:59:3: style: Struct 'MValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/MicrotonalView.h:144:2: style: Class 'MicrotonalView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/MicrotonalView.h:108:3: style: Struct 'QScaleLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/MicrotonalView.h:117:3: style: Struct 'QRatiosLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLSample.h:40:2: style: Class 'GLSample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLFreqStruct.h:37:2: style: Class 'GLFreqStruct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLFT.h:56:2: style: Class 'GLFT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLStatistics.h:44:2: style: Class 'GLStatistics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/modules/GLStatistics.h:57:3: style: Struct 'AverageNote' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/CustomInstrumentTunerForm.h:61:2: style: Class 'CustomConfigForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fmit-1.0.0/src/LatencyMonoQuantizer.h:60:15: style: The function 'quantize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/MonoQuantizer.h:52:15: note: Virtual function in base class
fmit-1.0.0/src/LatencyMonoQuantizer.h:60:15: note: Function in derived class
fmit-1.0.0/src/LatencyMonoQuantizer.h:61:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/MonoQuantizer.h:53:15: note: Virtual function in base class
fmit-1.0.0/src/LatencyMonoQuantizer.h:61:15: note: Function in derived class
fmit-1.0.0/src/DummyMonoQuantizer.h:39:15: style: The function 'quantize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/MonoQuantizer.h:52:15: note: Virtual function in base class
fmit-1.0.0/src/DummyMonoQuantizer.h:39:15: note: Function in derived class
fmit-1.0.0/src/DummyMonoQuantizer.h:40:15: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/MonoQuantizer.h:53:15: note: Virtual function in base class
fmit-1.0.0/src/DummyMonoQuantizer.h:40:15: note: Function in derived class
fmit-1.0.0/src/modules/DialView.h:33:15: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:47:15: note: Virtual function in base class
fmit-1.0.0/src/modules/DialView.h:33:15: note: Function in derived class
fmit-1.0.0/src/modules/DialView.h:55:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:59:15: note: Virtual function in base class
fmit-1.0.0/src/modules/DialView.h:55:15: note: Function in derived class
fmit-1.0.0/src/modules/DialView.h:56:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:60:15: note: Virtual function in base class
fmit-1.0.0/src/modules/DialView.h:56:15: note: Function in derived class
fmit-1.0.0/src/modules/DialView.h:57:15: style: The function 'clearSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:61:15: note: Virtual function in base class
fmit-1.0.0/src/modules/DialView.h:57:15: note: Function in derived class
fmit-1.0.0/src/modules/GLGraph.h:37:15: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:47:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLGraph.h:37:15: note: Function in derived class
fmit-1.0.0/src/modules/GLGraph.h:66:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:59:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLGraph.h:66:15: note: Function in derived class
fmit-1.0.0/src/modules/GLGraph.h:67:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:60:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLGraph.h:67:15: note: Function in derived class
fmit-1.0.0/src/modules/GLGraph.h:68:15: style: The function 'clearSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:61:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLGraph.h:68:15: note: Function in derived class
fmit-1.0.0/src/modules/GLErrorHistory.h:38:15: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:47:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLErrorHistory.h:38:15: note: Function in derived class
fmit-1.0.0/src/modules/GLErrorHistory.h:69:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:59:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLErrorHistory.h:69:15: note: Function in derived class
fmit-1.0.0/src/modules/GLErrorHistory.h:70:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:60:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLErrorHistory.h:70:15: note: Function in derived class
fmit-1.0.0/src/modules/GLErrorHistory.h:71:15: style: The function 'clearSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:61:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLErrorHistory.h:71:15: note: Function in derived class
fmit-1.0.0/src/modules/GLVolumeHistory.h:56:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:59:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLVolumeHistory.h:56:15: note: Function in derived class
fmit-1.0.0/src/modules/GLVolumeHistory.h:57:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:60:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLVolumeHistory.h:57:15: note: Function in derived class
fmit-1.0.0/src/modules/GLVolumeHistory.h:58:15: style: The function 'clearSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:61:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLVolumeHistory.h:58:15: note: Function in derived class
fmit-1.0.0/src/modules/MicrotonalView.h:122:15: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:47:15: note: Virtual function in base class
fmit-1.0.0/src/modules/MicrotonalView.h:122:15: note: Function in derived class
fmit-1.0.0/src/modules/MicrotonalView.h:163:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:59:15: note: Virtual function in base class
fmit-1.0.0/src/modules/MicrotonalView.h:163:15: note: Function in derived class
fmit-1.0.0/src/modules/MicrotonalView.h:164:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:60:15: note: Virtual function in base class
fmit-1.0.0/src/modules/MicrotonalView.h:164:15: note: Function in derived class
fmit-1.0.0/src/modules/MicrotonalView.h:165:15: style: The function 'clearSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:61:15: note: Virtual function in base class
fmit-1.0.0/src/modules/MicrotonalView.h:165:15: note: Function in derived class
fmit-1.0.0/src/modules/GLSample.h:35:15: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:47:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLSample.h:35:15: note: Function in derived class
fmit-1.0.0/src/modules/GLSample.h:57:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:59:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLSample.h:57:15: note: Function in derived class
fmit-1.0.0/src/modules/GLSample.h:58:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:60:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLSample.h:58:15: note: Function in derived class
fmit-1.0.0/src/modules/GLSample.h:59:15: style: The function 'clearSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:61:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLSample.h:59:15: note: Function in derived class
fmit-1.0.0/src/modules/GLFreqStruct.h:34:15: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:47:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLFreqStruct.h:34:15: note: Function in derived class
fmit-1.0.0/src/modules/GLFreqStruct.h:45:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:59:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLFreqStruct.h:45:15: note: Function in derived class
fmit-1.0.0/src/modules/GLFreqStruct.h:46:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:60:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLFreqStruct.h:46:15: note: Function in derived class
fmit-1.0.0/src/modules/GLFreqStruct.h:47:15: style: The function 'clearSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:61:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLFreqStruct.h:47:15: note: Function in derived class
fmit-1.0.0/src/modules/GLFT.h:36:15: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:47:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLFT.h:36:15: note: Function in derived class
fmit-1.0.0/src/modules/GLStatistics.h:38:15: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:47:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLStatistics.h:38:15: note: Function in derived class
fmit-1.0.0/src/modules/GLStatistics.h:80:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:59:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLStatistics.h:80:15: note: Function in derived class
fmit-1.0.0/src/modules/GLStatistics.h:81:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:60:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLStatistics.h:81:15: note: Function in derived class
fmit-1.0.0/src/modules/GLStatistics.h:82:15: style: The function 'clearSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fmit-1.0.0/src/modules/View.h:61:15: note: Virtual function in base class
fmit-1.0.0/src/modules/GLStatistics.h:82:15: note: Function in derived class
fmit-1.0.0/src/DummyMonoQuantizer.cpp:37:24: style: Variable 'current_time' is assigned a value that is never used. [unreadVariable]
fmit-1.0.0/src/modules/DialView.cpp:22:2: style: Class 'DialView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/DialView.cpp:22:2: style: Class 'DialView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fmit-1.0.0/src/modules/GLErrorHistory.cpp:378:3: style: Variable 'gray' is reassigned a value before the old one has been used. [redundantAssignment]
fmit-1.0.0/src/modules/GLErrorHistory.cpp:375:0: note: Variable 'gray' is reassigned a value before the old one has been used.
fmit-1.0.0/src/modules/GLErrorHistory.cpp:378:3: note: Variable 'gray' is reassigned a value before the old one has been used.
fmit-1.0.0/src/modules/GLErrorHistory.cpp:233:2: style: Class 'GLErrorHistory' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/GLErrorHistory.cpp:233:2: style: Class 'GLErrorHistory' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fmit-1.0.0/src/modules/GLFT.cpp:409:10: style: The scope of the variable 'y' can be reduced. [variableScope]
fmit-1.0.0/src/modules/GLFT.cpp:199:2: style: Class 'GLFT' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/GLFT.cpp:199:2: style: Class 'GLFT' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fmit-1.0.0/src/modules/GLFreqStruct.cpp:197:2: style: Class 'GLFreqStruct' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/GLFreqStruct.cpp:197:2: style: Class 'GLFreqStruct' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fmit-1.0.0/src/modules/GLGraph.cpp:216:2: style: Class 'GLGraph' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/GLGraph.cpp:216:2: style: Class 'GLGraph' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fmit-1.0.0/src/modules/GLSample.cpp:225:2: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/src/modules/GLSample.cpp:179:2: style: Class 'GLSample' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/GLSample.cpp:179:2: style: Class 'GLSample' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fmit-1.0.0/src/modules/GLStatistics.cpp:647:3: style: Variable 'gray' is reassigned a value before the old one has been used. [redundantAssignment]
fmit-1.0.0/src/modules/GLStatistics.cpp:644:0: note: Variable 'gray' is reassigned a value before the old one has been used.
fmit-1.0.0/src/modules/GLStatistics.cpp:647:3: note: Variable 'gray' is reassigned a value before the old one has been used.
fmit-1.0.0/src/modules/GLStatistics.cpp:543:48: style: Function 'drawTextTickCent' argument 2 names different: declaration 'dx' definition 'dy'. [funcArgNamesDifferent]
fmit-1.0.0/src/modules/GLStatistics.h:41:35: note: Function 'drawTextTickCent' argument 2 names different: declaration 'dx' definition 'dy'.
fmit-1.0.0/src/modules/GLStatistics.cpp:543:48: note: Function 'drawTextTickCent' argument 2 names different: declaration 'dx' definition 'dy'.
fmit-1.0.0/src/modules/GLStatistics.cpp:347:2: style: Class 'GLStatistics' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/GLStatistics.cpp:347:2: style: Class 'GLStatistics' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fmit-1.0.0/src/modules/GLVolumeHistory.cpp:182:2: performance: Variable 'factor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/src/modules/GLVolumeHistory.cpp:187:2: performance: Variable 'factor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/src/modules/GLVolumeHistory.cpp:207:2: style: Class 'GLVolumeHistory' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/GLVolumeHistory.cpp:207:2: style: Class 'GLVolumeHistory' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fmit-1.0.0/src/modules/MicrotonalView.cpp:241:2: performance: Variable 'm_path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fmit-1.0.0/src/modules/MicrotonalView.h:71:7: style: Technically the member function 'MScale::operator!=' can be const. [functionConst]
fmit-1.0.0/src/modules/MicrotonalView.cpp:250:14: note: Technically the member function 'MScale::operator!=' can be const.
fmit-1.0.0/src/modules/MicrotonalView.h:71:7: note: Technically the member function 'MScale::operator!=' can be const.
fmit-1.0.0/src/modules/MicrotonalView.cpp:347:2: style: Class 'MicrotonalView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/MicrotonalView.cpp:347:2: style: Class 'MicrotonalView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fmit-1.0.0/src/modules/MicrotonalView.cpp:386:3: style: Exception should be caught by reference. [catchExceptionByValue]
fmit-1.0.0/src/modules/MicrotonalView.cpp:834:3: style: Exception should be caught by reference. [catchExceptionByValue]
fmit-1.0.0/src/modules/View.cpp:83:2: style: Class 'View' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fmit-1.0.0/src/modules/View.cpp:83:2: style: Class 'View' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/fmtlib/fmtlib_5.1.0+ds.orig.tar.gz
fmt-5.1.0/test/format-test.cc:1097:0: error: syntax error [syntaxError]
fmt-5.1.0/test/gtest-extra-test.cc:66:0: error: syntax error [syntaxError]
fmt-5.1.0/test/posix-mock-test.cc:433:20: style: struct member 'TestMock::instance' is never used. [unusedStructMember]
fmt-5.1.0/test/posix-test.cc:71:15: warning: Access of moved variable 'bf'. [accessMoved]
fmt-5.1.0/test/posix-test.cc:69:21: note: Calling std::move(bf)
fmt-5.1.0/test/posix-test.cc:71:15: note: $symbol:bf
Access of moved variable '$symbol'.
fmt-5.1.0/test/posix-test.cc:81:15: warning: Access of moved variable 'bf'. [accessMoved]
fmt-5.1.0/test/posix-test.cc:79:9: note: Calling std::move(bf)
fmt-5.1.0/test/posix-test.cc:81:15: note: $symbol:bf
Access of moved variable '$symbol'.
fmt-5.1.0/test/posix-test.cc:191:17: warning: Access of moved variable 'f'. [accessMoved]
fmt-5.1.0/test/posix-test.cc:189:11: note: Calling std::move(f)
fmt-5.1.0/test/posix-test.cc:191:17: note: $symbol:f
Access of moved variable '$symbol'.
fmt-5.1.0/test/posix-test.cc:201:17: warning: Access of moved variable 'f'. [accessMoved]
fmt-5.1.0/test/posix-test.cc:199:8: note: Calling std::move(f)
fmt-5.1.0/test/posix-test.cc:201:17: note: $symbol:f
Access of moved variable '$symbol'.
fmt-5.1.0/test/util-test.cc:57:0: error: syntax error [syntaxError]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/fmultivar/fmultivar_3042.80.orig.tar.gz
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/fnfx/fnfx_0.3.orig.tar.gz
fnfx-0.3/src/fnfx.c:236:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fnfx-0.3/src/fnfx_cfg.c:221:10: style: The scope of the variable 'line' can be reduced. [variableScope]
fnfx-0.3/src/fnfx_cfg.c:178:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fnfx-0.3/src/fnfx_init.c:153:32: portability: 'config->shmem.addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fnfx-0.3/src/fnfx_init.c:156:30: portability: 'config->shmem.addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fnfx-0.3/src/fnfx_init.c:197:34: portability: 'cfg->shmem.addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fnfx-0.3/src/fnfxd.c:154:9: style: The scope of the variable 'value' can be reduced. [variableScope]
fnfx-0.3/src/fnfxd.c:250:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fnfx-0.3/src/fnfxd_acpi.c:153:9: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fnfx-0.3/src/fnfxd_acpi.c:145:9: style: The scope of the variable 'fnkey_pos' can be reduced. [variableScope]
fnfx-0.3/src/fnfxd_acpi.c:197:13: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
fnfx-0.3/src/fnfxd_cfg.c:112:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fnfx-0.3/src/fnfxd_cfg.c:112:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fnfx-0.3/src/fnfxd_cfg.c:198:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fnfx-0.3/src/fnfxd_cfg.c:244:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fnfx-0.3/src/fnfxd_cfg.c:287:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fnfx-0.3/src/fnfxd_cmds.c:415:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fnfx-0.3/src/fnfxd_cmds.c:442:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fnfx-0.3/src/fnfxd_cmds.c:226:0: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
fnfx-0.3/src/fnfxd_cmds.c:196:9: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
fnfx-0.3/src/fnfxd_cmds.c:216:9: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
fnfx-0.3/src/fnfxd_cmds.c:270:9: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
fnfx-0.3/src/fnfxd_cmds.c:389:9: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
fnfx-0.3/src/fnfxd_cmds.c:432:9: error: Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour. [IOWithoutPositioning]
fnfx-0.3/src/fnfxd_cmds.c:370:13: error: Resource leak: f [resourceLeak]
fnfx-0.3/src/fnfxd_init.c:239:11: style: The scope of the variable 'f' can be reduced. [variableScope]
fnfx-0.3/src/fnfxd_init.c:181:32: portability: 'config->shmem.addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fnfx-0.3/src/fnfxd_init.c:184:30: portability: 'config->shmem.addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fnfx-0.3/src/fnfxd_init.c:124:33: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/fnonlinear/fnonlinear_3042.79.orig.tar.gz
fNonlinear/src/BDSTest.c:107:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fNonlinear/src/BDSTest.c:107:13: style: The scope of the variable 'j' can be reduced. [variableScope]
fNonlinear/src/BDSTest.c:107:20: style: The scope of the variable 'itrue' can be reduced. [variableScope]
fNonlinear/src/BDSTest.c:133:25: style: The scope of the variable 'i' can be reduced. [variableScope]
fNonlinear/src/BDSTest.c:265:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fNonlinear/src/BDSTest.c:267:9: style: The scope of the variable 'memsize' can be reduced. [variableScope]
fNonlinear/src/BDSTest.c:276:19: style: The scope of the variable 'tcount' can be reduced. [variableScope]
fNonlinear/src/Tisean.c:126:5: style: The scope of the variable 'id' can be reduced. [variableScope]
fNonlinear/src/Tisean.c:179:5: style: The scope of the variable 'id' can be reduced. [variableScope]
fNonlinear/src/Tisean.c:283:13: style: The scope of the variable 'iy' can be reduced. [variableScope]
fNonlinear/src/Tisean.c:283:17: style: The scope of the variable 'binx' can be reduced. [variableScope]
fNonlinear/src/Tisean.c:283:23: style: The scope of the variable 'biny' can be reduced. [variableScope]
fNonlinear/src/Tisean.c:248:5: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/fnotifystat/fnotifystat_0.02.01.orig.tar.gz
fnotifystat-0.02.01/fnotifystat.c:912:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/fntsample/fntsample_5.2.orig.tar.gz
fntsample-release-5.2/fntsample.c:644:16: style: The scope of the variable 'prev_cell' can be reduced. [variableScope]
fntsample-release-5.2/fntsample.c:794:30: style: The scope of the variable 'block' can be reduced. [variableScope]
fntsample-release-5.2/read_blocks.c:29:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[22:23]

ftp://ftp.se.debian.org/debian/pool/main/f/focuswriter/focuswriter_1.6.3.orig.tar.gz
focuswriter-1.6.3/resources/symbols/main.cpp:39:2: style: Struct 'Filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/action_manager.h:41:2: style: Class 'ActionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/alert.h:41:2: style: Class 'Alert' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/alert_layer.h:35:2: style: Class 'AlertLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/window.h:49:2: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/block_stats.cpp:27:13: warning: Member variable 'BlockStats::m_checked' is not initialized in the constructor. [uninitMemberVar]
focuswriter-1.6.3/src/block_stats.h:31:2: style: Class 'BlockStats' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/color_button.h:31:2: style: Class 'ColorButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/daily_progress.h:35:2: style: Class 'DailyProgress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/daily_progress.h:84:3: style: Class 'Progress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/ranged_string.h:30:2: style: Class 'RangedString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/preferences.h:125:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/settings_file.h:72:15: note: Virtual function in base class
focuswriter-1.6.3/src/preferences.h:125:7: note: Function in derived class
focuswriter-1.6.3/src/preferences.h:126:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/settings_file.h:73:15: note: Virtual function in base class
focuswriter-1.6.3/src/preferences.h:126:7: note: Function in derived class
focuswriter-1.6.3/src/daily_progress_dialog.cpp:48:2: style: Class 'Delegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/deltas.h:28:2: style: Class 'Deltas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/document.cpp:709:7: style: Condition 'ascending' is always true [knownConditionTrueFalse]
focuswriter-1.6.3/src/document.cpp:686:19: note: Assignment 'ascending=true', assigned value is 1
focuswriter-1.6.3/src/document.cpp:709:7: note: Condition 'ascending' is always true
focuswriter-1.6.3/src/document.cpp:1350:14: style: The scope of the variable 'stats' can be reduced. [variableScope]
focuswriter-1.6.3/src/document_watcher.h:53:2: style: Class 'DocumentWatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/document_watcher.h:44:3: style: Struct 'Details' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/scene_list.h:37:2: style: Class 'SceneList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/document.cpp:98:3: style: Class 'TextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/theme.h:189:7: style: The function 'reload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/settings_file.h:72:15: note: Virtual function in base class
focuswriter-1.6.3/src/theme.h:189:7: note: Function in derived class
focuswriter-1.6.3/src/theme.h:190:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/settings_file.h:73:15: note: Virtual function in base class
focuswriter-1.6.3/src/theme.h:190:7: note: Function in derived class
focuswriter-1.6.3/src/document_cache.h:35:2: style: Class 'DocumentCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/stack.h:43:2: style: Class 'Stack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/fileformats/clipboard_windows.cpp:78:55: style: Function 'convertToMime' argument 1 names different: declaration 'mime' definition 'mime_type'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/fileformats/clipboard_windows.h:35:49: note: Function 'convertToMime' argument 1 names different: declaration 'mime' definition 'mime_type'.
focuswriter-1.6.3/src/fileformats/clipboard_windows.cpp:78:55: note: Function 'convertToMime' argument 1 names different: declaration 'mime' definition 'mime_type'.
focuswriter-1.6.3/src/fileformats/docx_reader.cpp:46:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
focuswriter-1.6.3/src/fileformats/docx_reader.cpp:49:4: note: Found duplicate branches for 'if' and 'else'.
focuswriter-1.6.3/src/fileformats/docx_reader.cpp:46:9: note: Found duplicate branches for 'if' and 'else'.
focuswriter-1.6.3/src/fileformats/docx_reader.cpp:56:13: warning: Member variable 'DocxReader::m_current_style' is not initialized in the constructor. [uninitMemberVar]
focuswriter-1.6.3/src/fileformats/docx_reader.h:57:6: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/fileformats/format_reader.h:63:14: note: Virtual function in base class
focuswriter-1.6.3/src/fileformats/docx_reader.h:57:6: note: Function in derived class
focuswriter-1.6.3/src/fileformats/docx_reader.h:65:7: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/fileformats/format_reader.h:74:15: note: Virtual function in base class
focuswriter-1.6.3/src/fileformats/docx_reader.h:65:7: note: Function in derived class
focuswriter-1.6.3/src/fileformats/odt_reader.h:37:6: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/fileformats/format_reader.h:63:14: note: Virtual function in base class
focuswriter-1.6.3/src/fileformats/odt_reader.h:37:6: note: Function in derived class
focuswriter-1.6.3/src/fileformats/odt_reader.h:45:7: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/fileformats/format_reader.h:74:15: note: Virtual function in base class
focuswriter-1.6.3/src/fileformats/odt_reader.h:45:7: note: Function in derived class
focuswriter-1.6.3/src/fileformats/rtf_reader.h:43:6: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/fileformats/format_reader.h:63:14: note: Virtual function in base class
focuswriter-1.6.3/src/fileformats/rtf_reader.h:43:6: note: Function in derived class
focuswriter-1.6.3/src/fileformats/rtf_reader.h:51:7: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/fileformats/format_reader.h:74:15: note: Virtual function in base class
focuswriter-1.6.3/src/fileformats/rtf_reader.h:51:7: note: Function in derived class
focuswriter-1.6.3/src/fileformats/txt_reader.h:31:6: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/fileformats/format_reader.h:63:14: note: Virtual function in base class
focuswriter-1.6.3/src/fileformats/txt_reader.h:31:6: note: Function in derived class
focuswriter-1.6.3/src/fileformats/txt_reader.h:43:7: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/fileformats/format_reader.h:74:15: note: Virtual function in base class
focuswriter-1.6.3/src/fileformats/txt_reader.h:43:7: note: Function in derived class
focuswriter-1.6.3/src/fileformats/odt_writer.cpp:226:6: style: The scope of the variable 'index' can be reduced. [variableScope]
focuswriter-1.6.3/src/fileformats/rtf_reader.h:85:7: performance: Technically the member function 'RtfReader::setStyleSheetEnd' can be static. [functionStatic]
focuswriter-1.6.3/src/fileformats/rtf_reader.cpp:765:17: note: Technically the member function 'RtfReader::setStyleSheetEnd' can be static.
focuswriter-1.6.3/src/fileformats/rtf_reader.h:85:7: note: Technically the member function 'RtfReader::setStyleSheetEnd' can be static.
focuswriter-1.6.3/src/fileformats/rtf_tokenizer.cpp:32:15: warning: Member variable 'RtfTokenizer::m_type' is not initialized in the constructor. [uninitMemberVar]
focuswriter-1.6.3/src/fileformats/rtf_writer.h:32:2: style: Class 'RtfWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/find_dialog.h:36:2: style: Class 'FindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/font_combobox.h:32:2: style: Class 'FontComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/image_button.h:30:2: style: Class 'ImageButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/load_screen.h:33:2: style: Class 'LoadScreen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/locale_dialog.cpp:80:50: style: Function 'loadTranslator' argument 1 names different: declaration 'appname' definition 'name'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/locale_dialog.h:51:44: note: Function 'loadTranslator' argument 1 names different: declaration 'appname' definition 'name'.
focuswriter-1.6.3/src/locale_dialog.cpp:80:50: note: Function 'loadTranslator' argument 1 names different: declaration 'appname' definition 'name'.
focuswriter-1.6.3/src/locale_dialog.h:43:2: style: Class 'LocaleDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/session.h:32:2: style: Class 'Session' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/symbols_model.h:47:2: style: Class 'SymbolsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_goal_history' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_goal_streaks' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_show_characters' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_show_pages' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_show_paragraphs' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_show_words' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_always_center' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_block_cursor' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_smooth_fonts' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_smart_quotes' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_double_quotes' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_single_quotes' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_typewriter_sounds' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_auto_save' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_save_positions' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_write_bom' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_toolbar_style' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_highlight_misspelled' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_ignore_uppercase' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_ignore_numbers' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_always_show_scrollbar' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_always_show_header' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences.cpp:33:14: warning: Member variable 'Preferences::m_always_show_footer' is not initialized in the constructor. [uninitMemberVarPrivate]
focuswriter-1.6.3/src/preferences_dialog.h:48:15: warning: Virtual function 'accept' is called from constructor 'PreferencesDialog(DailyProgress*daily_progress,QWidget*parent=0)' at line 93. Dynamic binding is not used. [virtualCallInConstructor]
focuswriter-1.6.3/src/preferences_dialog.cpp:93:50: note: Calling accept
focuswriter-1.6.3/src/preferences_dialog.h:48:15: note: accept is a virtual method
focuswriter-1.6.3/src/preferences_dialog.h:49:15: warning: Virtual function 'reject' is called from constructor 'PreferencesDialog(DailyProgress*daily_progress,QWidget*parent=0)' at line 94. Dynamic binding is not used. [virtualCallInConstructor]
focuswriter-1.6.3/src/preferences_dialog.cpp:94:50: note: Calling reject
focuswriter-1.6.3/src/preferences_dialog.h:49:15: note: reject is a virtual method
focuswriter-1.6.3/src/shortcut_edit.h:32:2: style: Class 'ShortcutEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/qtsingleapplication/qtlockedfile.h:73:5: style: Class 'QtLockedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/qtsingleapplication/qtsingleapplication.cpp:167:57: style: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/qtsingleapplication/qtsingleapplication.h:70:40: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'.
focuswriter-1.6.3/src/qtsingleapplication/qtsingleapplication.cpp:167:57: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'.
focuswriter-1.6.3/src/qtsingleapplication/qtsinglecoreapplication.cpp:86:65: style: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/qtsingleapplication/qtsinglecoreapplication.h:54:44: note: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'.
focuswriter-1.6.3/src/qtsingleapplication/qtsinglecoreapplication.cpp:86:65: note: Function 'QtSingleCoreApplication' argument 1 names different: declaration 'id' definition 'appId'.
focuswriter-1.6.3/src/qtzip/qtzip.cpp:579:31: style: Condition 'start_of_directory==-1' is always true [knownConditionTrueFalse]
focuswriter-1.6.3/src/qtzip/qtzip.cpp:576:31: note: Assignment 'start_of_directory=-1', assigned value is -1
focuswriter-1.6.3/src/qtzip/qtzip.cpp:579:31: note: Condition 'start_of_directory==-1' is always true
focuswriter-1.6.3/src/qtzip/qtzip.cpp:815:41: style: Function 'QtZipReader' argument 1 names different: declaration 'fileName' definition 'archive'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/qtzip/qtzipreader.h:54:41: note: Function 'QtZipReader' argument 1 names different: declaration 'fileName' definition 'archive'.
focuswriter-1.6.3/src/qtzip/qtzip.cpp:815:41: note: Function 'QtZipReader' argument 1 names different: declaration 'fileName' definition 'archive'.
focuswriter-1.6.3/src/qtzip/qtzip.cpp:845:7: style: Class 'QtZipReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
focuswriter-1.6.3/src/qtzip/qtzip.cpp:845:7: style: Class 'QtZipReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
focuswriter-1.6.3/src/qtzip/qtzip.cpp:1163:7: style: Class 'QtZipWriter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
focuswriter-1.6.3/src/qtzip/qtzip.cpp:1163:7: style: Class 'QtZipWriter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
focuswriter-1.6.3/src/scene_list.cpp:418:6: style: The scope of the variable 'index_row' can be reduced. [variableScope]
focuswriter-1.6.3/src/scene_list.cpp:52:2: style: Class 'SceneDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/session.cpp:42:3: style: Class 'Session' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
focuswriter-1.6.3/src/session.cpp:42:3: style: Class 'Session' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
focuswriter-1.6.3/src/session_manager.h:38:2: style: Class 'SessionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/spelling/dictionary_dialog.h:31:2: style: Class 'DictionaryDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/spelling/dictionary_manager.cpp:331:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
focuswriter-1.6.3/src/spelling/dictionary_ref.h:50:2: style: Class 'DictionaryRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:33:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:33:15: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:33:7: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:38:14: style: The function 'availableDictionaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:34:22: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:38:14: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:39:22: style: The function 'requestDictionary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:35:30: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:39:22: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:41:7: style: The function 'setIgnoreNumbers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:37:15: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:41:7: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:42:7: style: The function 'setIgnoreUppercase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:38:15: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.h:42:7: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:33:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:33:15: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:33:7: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:34:14: style: The function 'availableDictionaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:34:22: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:34:14: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:35:22: style: The function 'requestDictionary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:35:30: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:35:22: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:37:7: style: The function 'setIgnoreNumbers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:37:15: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:37:7: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:38:7: style: The function 'setIgnoreUppercase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
focuswriter-1.6.3/src/spelling/abstract_dictionary_provider.h:38:15: note: Virtual function in base class
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.h:38:7: note: Function in derived class
focuswriter-1.6.3/src/spelling/dictionary_provider_hunspell.cpp:50:2: style: Class 'DictionaryHunspell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/spelling/dictionary_provider_voikko.cpp:82:2: style: Class 'DictionaryVoikko' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/spelling/hunspell/affentry.cxx:491:65: style: Function 'test_condition' argument 2 names different: declaration 'begin' definition 'beg'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:223:57: note: Function 'test_condition' argument 2 names different: declaration 'begin' definition 'beg'.
focuswriter-1.6.3/src/spelling/hunspell/affentry.cxx:491:65: note: Function 'test_condition' argument 2 names different: declaration 'begin' definition 'beg'.
focuswriter-1.6.3/src/spelling/hunspell/affentry.cxx:836:58: style: Function 'get_next_homonym' argument 1 names different: declaration 'word' definition 'he'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:189:50: note: Function 'get_next_homonym' argument 1 names different: declaration 'word' definition 'he'.
focuswriter-1.6.3/src/spelling/hunspell/affentry.cxx:836:58: note: Function 'get_next_homonym' argument 1 names different: declaration 'word' definition 'he'.
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:120:8: style: Technically the member function 'PfxEntry::getFlag' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:121:15: style: Technically the member function 'PfxEntry::getKey' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:124:16: style: Technically the member function 'PfxEntry::getKeyLen' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:126:22: style: Technically the member function 'PfxEntry::getMorph' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:128:32: style: Technically the member function 'PfxEntry::getCont' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:129:16: style: Technically the member function 'PfxEntry::getContLen' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:195:8: style: Technically the member function 'SfxEntry::getFlag' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:196:15: style: Technically the member function 'SfxEntry::getKey' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:199:22: style: Technically the member function 'SfxEntry::getMorph' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:201:32: style: Technically the member function 'SfxEntry::getCont' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:202:16: style: Technically the member function 'SfxEntry::getContLen' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:203:22: style: Technically the member function 'SfxEntry::getAffix' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affentry.hxx:205:16: style: Technically the member function 'SfxEntry::getKeyLen' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:3295:25: style: Condition '1==0' is always false [knownConditionTrueFalse]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:3303:27: style: Condition '1==0' is always false [knownConditionTrueFalse]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:3344:35: style: Condition '1==0' is always false [knownConditionTrueFalse]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1499:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1497:0: note: Variable 'rv' is reassigned a value before the old one has been used.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1499:3: note: Variable 'rv' is reassigned a value before the old one has been used.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:3051:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:3048:0: note: Variable 'rv' is reassigned a value before the old one has been used.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:3051:3: note: Variable 'rv' is reassigned a value before the old one has been used.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1282:50: style: Function 'cpdrep_check' argument 2 names different: declaration 'len' definition 'wl'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:256:42: note: Function 'cpdrep_check' argument 2 names different: declaration 'len' definition 'wl'.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1282:50: note: Function 'cpdrep_check' argument 2 names different: declaration 'len' definition 'wl'.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1308:32: style: Function 'cpdpat_check' argument 2 names different: declaration 'len' definition 'pos'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:258:24: note: Function 'cpdpat_check' argument 2 names different: declaration 'len' definition 'pos'.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1308:32: note: Function 'cpdpat_check' argument 2 names different: declaration 'len' definition 'pos'.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1335:51: style: Function 'cpdcase_check' argument 2 names different: declaration 'len' definition 'pos'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:267:43: note: Function 'cpdcase_check' argument 2 names different: declaration 'len' definition 'pos'.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1335:51: note: Function 'cpdcase_check' argument 2 names different: declaration 'len' definition 'pos'.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1368:37: style: Function 'defcpd_check' argument 4 names different: declaration 'rwords' definition 'def'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:265:29: note: Function 'defcpd_check' argument 4 names different: declaration 'rwords' definition 'def'.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1368:37: note: Function 'defcpd_check' argument 4 names different: declaration 'rwords' definition 'def'.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:192:14: performance: Technically the member function 'AffixMgr::isSubset' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1079:22: note: Technically the member function 'AffixMgr::isSubset' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:192:14: note: Technically the member function 'AffixMgr::isSubset' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:197:14: performance: Technically the member function 'AffixMgr::isRevSubset' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:2643:22: note: Technically the member function 'AffixMgr::isRevSubset' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:197:14: note: Technically the member function 'AffixMgr::isRevSubset' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:269:8: style: Technically the member function 'AffixMgr::setcminmax' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1541:16: note: Technically the member function 'AffixMgr::setcminmax' can be const.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:269:8: note: Technically the member function 'AffixMgr::setcminmax' can be const.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:293:28: style: Technically the member function 'AffixMgr::get_suffix_words' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:4875:36: note: Technically the member function 'AffixMgr::get_suffix_words' can be const.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:293:28: note: Technically the member function 'AffixMgr::get_suffix_words' can be const.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:341:8: style: Technically the member function 'AffixMgr::parse_flag' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:3623:16: note: Technically the member function 'AffixMgr::parse_flag' can be const.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:341:8: note: Technically the member function 'AffixMgr::parse_flag' can be const.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:342:8: performance: Technically the member function 'AffixMgr::parse_num' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:3639:16: note: Technically the member function 'AffixMgr::parse_num' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:342:8: note: Technically the member function 'AffixMgr::parse_num' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:345:8: performance: Technically the member function 'AffixMgr::parse_convtable' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:3797:16: note: Technically the member function 'AffixMgr::parse_convtable' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:345:8: note: Technically the member function 'AffixMgr::parse_convtable' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:356:8: performance: Technically the member function 'AffixMgr::reverse_condition' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:4370:16: note: Technically the member function 'AffixMgr::reverse_condition' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:356:8: note: Technically the member function 'AffixMgr::reverse_condition' can be static.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:358:7: style: Technically the member function 'AffixMgr::condlen' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:1039:15: note: Technically the member function 'AffixMgr::condlen' can be const.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:358:7: note: Technically the member function 'AffixMgr::condlen' can be const.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:368:7: style: Technically the member function 'AffixMgr::redundant_condition' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.cxx:4781:15: note: Technically the member function 'AffixMgr::redundant_condition' can be const.
focuswriter-1.6.3/src/spelling/hunspell/affixmgr.hxx:368:7: note: Technically the member function 'AffixMgr::redundant_condition' can be const.
focuswriter-1.6.3/src/spelling/hunspell/csutil.cxx:2497:36: style: Function 'get_captype' argument 1 names different: declaration 'q' definition 'word'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/csutil.hxx:238:61: note: Function 'get_captype' argument 1 names different: declaration 'q' definition 'word'.
focuswriter-1.6.3/src/spelling/hunspell/csutil.cxx:2497:36: note: Function 'get_captype' argument 1 names different: declaration 'q' definition 'word'.
focuswriter-1.6.3/src/spelling/hunspell/csutil.cxx:2529:49: style: Function 'get_captype_utf8' argument 1 names different: declaration 'q' definition 'word'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/csutil.hxx:241:74: note: Function 'get_captype_utf8' argument 1 names different: declaration 'q' definition 'word'.
focuswriter-1.6.3/src/spelling/hunspell/csutil.cxx:2529:49: note: Function 'get_captype_utf8' argument 1 names different: declaration 'q' definition 'word'.
focuswriter-1.6.3/src/spelling/hunspell/csutil.cxx:614:10: warning: Size of pointer 'dest' used instead of size of its data. [pointerSize]
focuswriter-1.6.3/src/spelling/hunspell/csutil.cxx:620:14: warning: Size of pointer 's' used instead of size of its data. [pointerSize]
focuswriter-1.6.3/src/spelling/hunspell/filemgr.cxx:86:30: style: Function 'FileMgr' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/filemgr.hxx:96:23: note: Function 'FileMgr' argument 1 names different: declaration 'filename' definition 'file'.
focuswriter-1.6.3/src/spelling/hunspell/filemgr.cxx:86:30: note: Function 'FileMgr' argument 1 names different: declaration 'filename' definition 'file'.
focuswriter-1.6.3/src/spelling/hunspell/filemgr.hxx:92:7: performance: Technically the member function 'FileMgr::fail' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/filemgr.cxx:81:14: note: Technically the member function 'FileMgr::fail' can be static.
focuswriter-1.6.3/src/spelling/hunspell/filemgr.hxx:92:7: note: Technically the member function 'FileMgr::fail' can be static.
focuswriter-1.6.3/src/spelling/hunspell/filemgr.hxx:99:7: style: Technically the member function 'FileMgr::getlinenum' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/filemgr.cxx:118:14: note: Technically the member function 'FileMgr::getlinenum' can be const.
focuswriter-1.6.3/src/spelling/hunspell/filemgr.hxx:99:7: note: Technically the member function 'FileMgr::getlinenum' can be const.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:183:42: style: Function 'add_word' argument 1 names different: declaration 'word' definition 'in_word'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.hxx:129:35: note: Function 'add_word' argument 1 names different: declaration 'word' definition 'in_word'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:183:42: note: Function 'add_word' argument 1 names different: declaration 'word' definition 'in_word'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:185:39: style: Function 'add_word' argument 3 names different: declaration 'ap' definition 'aff'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.hxx:131:32: note: Function 'add_word' argument 3 names different: declaration 'ap' definition 'aff'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:185:39: note: Function 'add_word' argument 3 names different: declaration 'ap' definition 'aff'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:187:42: style: Function 'add_word' argument 5 names different: declaration 'desc' definition 'in_desc'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.hxx:133:35: note: Function 'add_word' argument 5 names different: declaration 'desc' definition 'in_desc'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:187:42: note: Function 'add_word' argument 5 names different: declaration 'desc' definition 'in_desc'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:327:46: style: Function 'add_hidden_capitalized_word' argument 4 names different: declaration 'al' definition 'flagslen'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.hxx:140:39: note: Function 'add_hidden_capitalized_word' argument 4 names different: declaration 'al' definition 'flagslen'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:327:46: note: Function 'add_hidden_capitalized_word' argument 4 names different: declaration 'al' definition 'flagslen'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:444:73: style: Function 'add_with_affix' argument 2 names different: declaration 'pattern' definition 'example'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.hxx:115:66: note: Function 'add_with_affix' argument 2 names different: declaration 'pattern' definition 'example'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:444:73: note: Function 'add_with_affix' argument 2 names different: declaration 'pattern' definition 'example'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:781:49: style: Function 'decode_flag' argument 1 names different: declaration 'flag' definition 'f'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.hxx:119:42: note: Function 'decode_flag' argument 1 names different: declaration 'flag' definition 'f'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:781:49: note: Function 'decode_flag' argument 1 names different: declaration 'flag' definition 'f'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:810:43: style: Function 'encode_flag' argument 1 names different: declaration 'flag' definition 'f'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.hxx:120:36: note: Function 'encode_flag' argument 1 names different: declaration 'flag' definition 'f'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:810:43: note: Function 'encode_flag' argument 1 names different: declaration 'flag' definition 'f'.
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:110:5: style: Class 'HashMgr' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
focuswriter-1.6.3/src/spelling/hunspell/hashmgr.cxx:110:5: style: Class 'HashMgr' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:244:23: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:281:23: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:234:47: style: Function 'cleanword2' argument 2 names different: declaration 'dest_u' definition 'dest_utf'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:130:42: note: Function 'cleanword2' argument 2 names different: declaration 'dest_u' definition 'dest_utf'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:234:47: note: Function 'cleanword2' argument 2 names different: declaration 'dest_u' definition 'dest_utf'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:377:38: style: Function 'spellsharps' argument 2 names different: declaration 'start_pos' definition 'n_pos'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:142:41: note: Function 'spellsharps' argument 2 names different: declaration 'start_pos' definition 'n_pos'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:377:38: note: Function 'spellsharps' argument 2 names different: declaration 'start_pos' definition 'n_pos'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:697:59: style: Function 'checkword' argument 1 names different: declaration 'source' definition 'w'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:139:47: note: Function 'checkword' argument 1 names different: declaration 'source' definition 'w'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:697:59: note: Function 'checkword' argument 1 names different: declaration 'source' definition 'w'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1173:73: style: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.hxx:176:65: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1173:73: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1177:77: style: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:99:65: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1177:77: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1647:89: style: Function 'generate' argument 2 names different: declaration 'word2' definition 'pattern'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.hxx:180:81: note: Function 'generate' argument 2 names different: declaration 'word2' definition 'pattern'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1647:89: note: Function 'generate' argument 2 names different: declaration 'word2' definition 'pattern'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1745:67: style: Function 'spellml' argument 1 names different: declaration 'word' definition 'in_word'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:146:55: note: Function 'spellml' argument 1 names different: declaration 'word' definition 'in_word'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1745:67: note: Function 'spellml' argument 1 names different: declaration 'word' definition 'in_word'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1857:41: style: Function 'stem' argument 2 names different: declaration 'morph' definition 'desc'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.hxx:177:46: note: Function 'stem' argument 2 names different: declaration 'morph' definition 'desc'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1857:41: note: Function 'stem' argument 2 names different: declaration 'morph' definition 'desc'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1869:63: style: Function 'generate' argument 3 names different: declaration 'desc' definition 'pl'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.hxx:191:68: note: Function 'generate' argument 3 names different: declaration 'desc' definition 'pl'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1869:63: note: Function 'generate' argument 3 names different: declaration 'desc' definition 'pl'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1869:71: style: Function 'generate' argument 4 names different: declaration 'n' definition 'pln'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.hxx:191:78: note: Function 'generate' argument 4 names different: declaration 'n' definition 'pln'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1869:71: note: Function 'generate' argument 4 names different: declaration 'n' definition 'pln'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1873:68: style: Function 'generate' argument 3 names different: declaration 'word2' definition 'pattern'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.hxx:181:73: note: Function 'generate' argument 3 names different: declaration 'word2' definition 'pattern'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1873:68: note: Function 'generate' argument 3 names different: declaration 'word2' definition 'pattern'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1931:35: style: Function 'Hunspell_generate' argument 4 names different: declaration 'word2' definition 'pattern'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.h:115:60: note: Function 'Hunspell_generate' argument 4 names different: declaration 'word2' definition 'pattern'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1931:35: note: Function 'Hunspell_generate' argument 4 names different: declaration 'word2' definition 'pattern'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1974:45: style: Function 'Hunspell_free_list' argument 2 names different: declaration 'slst' definition 'list'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.h:155:58: note: Function 'Hunspell_free_list' argument 2 names different: declaration 'slst' definition 'list'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1974:45: note: Function 'Hunspell_free_list' argument 2 names different: declaration 'slst' definition 'list'.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:102:8: style: Technically the member function 'HunspellImpl::input_conv' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1698:20: note: Technically the member function 'HunspellImpl::input_conv' can be const.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:102:8: note: Technically the member function 'HunspellImpl::input_conv' can be const.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:140:15: performance: Technically the member function 'HunspellImpl::sharps_u8_l1' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:369:27: note: Technically the member function 'HunspellImpl::sharps_u8_l1' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:140:15: note: Technically the member function 'HunspellImpl::sharps_u8_l1' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:144:8: performance: Technically the member function 'HunspellImpl::insert_sug' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:409:20: note: Technically the member function 'HunspellImpl::insert_sug' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:144:8: note: Technically the member function 'HunspellImpl::insert_sug' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:145:8: performance: Technically the member function 'HunspellImpl::cat_result' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1354:20: note: Technically the member function 'HunspellImpl::cat_result' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:145:8: note: Technically the member function 'HunspellImpl::cat_result' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:147:15: performance: Technically the member function 'HunspellImpl::get_xml_par' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1659:27: note: Technically the member function 'HunspellImpl::get_xml_par' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:147:15: note: Technically the member function 'HunspellImpl::get_xml_par' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:148:15: performance: Technically the member function 'HunspellImpl::get_xml_pos' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:1708:27: note: Technically the member function 'HunspellImpl::get_xml_pos' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunspell.cxx:148:15: note: Technically the member function 'HunspellImpl::get_xml_pos' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunzip.cxx:61:28: style: Function 'Hunzip' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/hunzip.hxx:84:22: note: Function 'Hunzip' argument 1 names different: declaration 'filename' definition 'file'.
focuswriter-1.6.3/src/spelling/hunspell/hunzip.cxx:61:28: note: Function 'Hunzip' argument 1 names different: declaration 'filename' definition 'file'.
focuswriter-1.6.3/src/spelling/hunspell/hunzip.hxx:81:7: performance: Technically the member function 'Hunzip::fail' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/hunzip.cxx:56:13: note: Technically the member function 'Hunzip::fail' can be static.
focuswriter-1.6.3/src/spelling/hunspell/hunzip.hxx:81:7: note: Technically the member function 'Hunzip::fail' can be static.
focuswriter-1.6.3/src/spelling/hunspell/phonet.cxx:71:59: style: Function 'phonet' argument 2 names different: declaration 'phone' definition 'parms'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/phonet.hxx:48:57: note: Function 'phonet' argument 2 names different: declaration 'phone' definition 'parms'.
focuswriter-1.6.3/src/spelling/hunspell/phonet.cxx:71:59: note: Function 'phonet' argument 2 names different: declaration 'phone' definition 'parms'.
focuswriter-1.6.3/src/spelling/hunspell/replist.cxx:124:52: style: Function 'replace' argument 2 names different: declaration 'n' definition 'ind'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/replist.hxx:100:45: note: Function 'replace' argument 2 names different: declaration 'n' definition 'ind'.
focuswriter-1.6.3/src/spelling/hunspell/replist.cxx:124:52: note: Function 'replace' argument 2 names different: declaration 'n' definition 'ind'.
focuswriter-1.6.3/src/spelling/hunspell/replist.cxx:135:37: style: Function 'add' argument 1 names different: declaration 'pat1' definition 'in_pat1'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/replist.hxx:97:30: note: Function 'add' argument 1 names different: declaration 'pat1' definition 'in_pat1'.
focuswriter-1.6.3/src/spelling/hunspell/replist.cxx:135:37: note: Function 'add' argument 1 names different: declaration 'pat1' definition 'in_pat1'.
focuswriter-1.6.3/src/spelling/hunspell/replist.cxx:190:39: style: Function 'conv' argument 1 names different: declaration 'word' definition 'in_word'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/replist.hxx:101:32: note: Function 'conv' argument 1 names different: declaration 'word' definition 'in_word'.
focuswriter-1.6.3/src/spelling/hunspell/replist.cxx:190:39: note: Function 'conv' argument 1 names different: declaration 'word' definition 'in_word'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1618:5: style: Variable 'rv2' is reassigned a value before the old one has been used. [redundantAssignment]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1614:0: note: Variable 'rv2' is reassigned a value before the old one has been used.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1618:5: note: Variable 'rv2' is reassigned a value before the old one has been used.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:179:37: style: Function 'suggest' argument 2 names different: declaration 'word' definition 'w'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:130:60: note: Function 'suggest' argument 2 names different: declaration 'word' definition 'w'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:179:37: note: Function 'suggest' argument 2 names different: declaration 'word' definition 'w'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:180:30: style: Function 'suggest' argument 3 names different: declaration 'onlycmpdsug' definition 'onlycompoundsug'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:130:71: note: Function 'suggest' argument 3 names different: declaration 'onlycmpdsug' definition 'onlycompoundsug'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:180:30: note: Function 'suggest' argument 3 names different: declaration 'onlycmpdsug' definition 'onlycompoundsug'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:998:54: style: Function 'ngsuggest' argument 1 names different: declaration 'slst' definition 'wlst'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:131:44: note: Function 'ngsuggest' argument 1 names different: declaration 'slst' definition 'wlst'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:998:54: note: Function 'ngsuggest' argument 1 names different: declaration 'slst' definition 'wlst'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:999:39: style: Function 'ngsuggest' argument 2 names different: declaration 'word' definition 'w'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:131:62: note: Function 'ngsuggest' argument 2 names different: declaration 'word' definition 'w'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:999:39: note: Function 'ngsuggest' argument 2 names different: declaration 'word' definition 'w'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1515:58: style: Function 'suggest_morph' argument 1 names different: declaration 'word' definition 'in_w'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:133:48: note: Function 'suggest_morph' argument 1 names different: declaration 'word' definition 'in_w'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1515:58: note: Function 'suggest_morph' argument 1 names different: declaration 'word' definition 'in_w'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1642:69: style: Function 'suggest_gen' argument 1 names different: declaration 'pl' definition 'desc'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:134:59: note: Function 'suggest_gen' argument 1 names different: declaration 'pl' definition 'desc'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1642:69: note: Function 'suggest_gen' argument 1 names different: declaration 'pl' definition 'desc'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1642:94: style: Function 'suggest_gen' argument 2 names different: declaration 'pattern' definition 'in_pattern'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:134:82: note: Function 'suggest_gen' argument 2 names different: declaration 'pattern' definition 'in_pattern'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1642:94: note: Function 'suggest_gen' argument 2 names different: declaration 'pattern' definition 'in_pattern'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1926:36: style: Function 'bubblesort' argument 1 names different: declaration 'rwd' definition 'rword'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:180:26: note: Function 'bubblesort' argument 1 names different: declaration 'rwd' definition 'rword'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1926:36: note: Function 'bubblesort' argument 1 names different: declaration 'rwd' definition 'rword'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1926:50: style: Function 'bubblesort' argument 2 names different: declaration 'rwd2' definition 'rword2'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:180:38: note: Function 'bubblesort' argument 2 names different: declaration 'rwd2' definition 'rword2'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1926:50: note: Function 'bubblesort' argument 2 names different: declaration 'rwd2' definition 'rword2'.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:177:7: style: Technically the member function 'SuggestMgr::mystrlen' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1917:17: note: Technically the member function 'SuggestMgr::mystrlen' can be const.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:177:7: note: Technically the member function 'SuggestMgr::mystrlen' can be const.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:180:8: performance: Technically the member function 'SuggestMgr::bubblesort' can be static. [functionStatic]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1926:18: note: Technically the member function 'SuggestMgr::bubblesort' can be static.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:180:8: note: Technically the member function 'SuggestMgr::bubblesort' can be static.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:181:8: style: Technically the member function 'SuggestMgr::lcs' can be const. [functionConst]
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.cxx:1953:18: note: Technically the member function 'SuggestMgr::lcs' can be const.
focuswriter-1.6.3/src/spelling/hunspell/suggestmgr.hxx:181:8: note: Technically the member function 'SuggestMgr::lcs' can be const.
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: warning: Virtual function 'reject' is called from constructor 'SpellChecker(QTextEdit*document,DictionaryRef&dictionary)' at line 144. Dynamic binding is not used. [virtualCallInConstructor]
focuswriter-1.6.3/src/spelling/spell_checker.cpp:144:52: note: Calling add
focuswriter-1.6.3/src/spelling/spell_checker.cpp:78:2: note: Calling ignore
focuswriter-1.6.3/src/spelling/spell_checker.cpp:85:2: note: Calling check
focuswriter-1.6.3/src/spelling/spell_checker.cpp:284:2: note: Calling reject
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: note: reject is a virtual method
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: warning: Virtual function 'reject' is called from constructor 'SpellChecker(QTextEdit*document,DictionaryRef&dictionary)' at line 147. Dynamic binding is not used. [virtualCallInConstructor]
focuswriter-1.6.3/src/spelling/spell_checker.cpp:147:55: note: Calling ignore
focuswriter-1.6.3/src/spelling/spell_checker.cpp:85:2: note: Calling check
focuswriter-1.6.3/src/spelling/spell_checker.cpp:284:2: note: Calling reject
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: note: reject is a virtual method
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: warning: Virtual function 'reject' is called from constructor 'SpellChecker(QTextEdit*document,DictionaryRef&dictionary)' at line 150. Dynamic binding is not used. [virtualCallInConstructor]
focuswriter-1.6.3/src/spelling/spell_checker.cpp:150:59: note: Calling ignoreAll
focuswriter-1.6.3/src/spelling/spell_checker.cpp:93:2: note: Calling ignore
focuswriter-1.6.3/src/spelling/spell_checker.cpp:85:2: note: Calling check
focuswriter-1.6.3/src/spelling/spell_checker.cpp:284:2: note: Calling reject
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: note: reject is a virtual method
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: warning: Virtual function 'reject' is called from constructor 'SpellChecker(QTextEdit*document,DictionaryRef&dictionary)' at line 155. Dynamic binding is not used. [virtualCallInConstructor]
focuswriter-1.6.3/src/spelling/spell_checker.cpp:155:55: note: Calling change
focuswriter-1.6.3/src/spelling/spell_checker.cpp:101:2: note: Calling check
focuswriter-1.6.3/src/spelling/spell_checker.cpp:284:2: note: Calling reject
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: note: reject is a virtual method
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: warning: Virtual function 'reject' is called from constructor 'SpellChecker(QTextEdit*document,DictionaryRef&dictionary)' at line 158. Dynamic binding is not used. [virtualCallInConstructor]
focuswriter-1.6.3/src/spelling/spell_checker.cpp:158:59: note: Calling changeAll
focuswriter-1.6.3/src/spelling/spell_checker.cpp:121:2: note: Calling check
focuswriter-1.6.3/src/spelling/spell_checker.cpp:284:2: note: Calling reject
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: note: reject is a virtual method
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: warning: Virtual function 'reject' is called from constructor 'SpellChecker(QTextEdit*document,DictionaryRef&dictionary)' at line 163. Dynamic binding is not used. [virtualCallInConstructor]
focuswriter-1.6.3/src/spelling/spell_checker.cpp:163:50: note: Calling reject
focuswriter-1.6.3/src/spelling/spell_checker.h:41:15: note: reject is a virtual method
focuswriter-1.6.3/src/symbols_dialog.h:44:2: style: Class 'SymbolsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/theme_renderer.h:35:2: style: Class 'ThemeRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/symbols_dialog.cpp:52:2: style: Class 'ElideLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
focuswriter-1.6.3/src/symbols_model.cpp:183:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
focuswriter-1.6.3/src/symbols_model.cpp:189:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
focuswriter-1.6.3/src/symbols_model.cpp:196:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
focuswriter-1.6.3/src/theme.cpp:125:44: style: Function 'ThemeData' argument 1 names different: declaration 'id' definition 'theme_id'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/theme.h:42:28: note: Function 'ThemeData' argument 1 names different: declaration 'id' definition 'theme_id'.
focuswriter-1.6.3/src/theme.cpp:125:44: note: Function 'ThemeData' argument 1 names different: declaration 'id' definition 'theme_id'.
focuswriter-1.6.3/src/theme.cpp:125:59: style: Function 'ThemeData' argument 2 names different: declaration 'is_default' definition 'theme_default'. [funcArgNamesDifferent]
focuswriter-1.6.3/src/theme.h:42:37: note: Function 'ThemeData' argument 2 names different: declaration 'is_default' definition 'theme_default'.
focuswriter-1.6.3/src/theme.cpp:125:59: note: Function 'ThemeData' argument 2 names different: declaration 'is_default' definition 'theme_default'.
focuswriter-1.6.3/src/theme.cpp:125:19: warning: Member variable 'ThemeData::indent_first_line' is not initialized in the constructor. [uninitMemberVar]
focuswriter-1.6.3/src/theme.cpp:162:2: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
focuswriter-1.6.3/src/theme.cpp:176:2: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
focuswriter-1.6.3/src/theme.h:35:1: warning: The class 'Theme' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
focuswriter-1.6.3/src/theme_dialog.h:49:15: warning: Virtual function 'accept' is called from constructor 'ThemeDialog(Theme&theme,QWidget*parent=0)' at line 352. Dynamic binding is not used. [virtualCallInConstructor]
focuswriter-1.6.3/src/theme_dialog.cpp:352:50: note: Calling accept
focuswriter-1.6.3/src/theme_dialog.h:49:15: note: accept is a virtual method
focuswriter-1.6.3/src/window.cpp:1015:2: style: Variable 'show_load' is reassigned a value before the old one has been used. [redundantAssignment]
focuswriter-1.6.3/src/window.cpp:1014:0: note: Variable 'show_load' is reassigned a value before the old one has been used.
focuswriter-1.6.3/src/window.cpp:1015:2: note: Variable 'show_load' is reassigned a value before the old one has been used.
[22:26]

ftp://ftp.se.debian.org/debian/pool/main/f/fofix-dfsg/fofix-dfsg_3.121.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/folks/folks_0.6.9.orig.tar.xz
folks-0.6.9/backends/eds/eds-backend-factory.c:121:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend-factory.c:116:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend-factory.c:121:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:167:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:166:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:167:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:461:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:457:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:461:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:462:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:458:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:462:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:494:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:482:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:494:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:499:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:487:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:499:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:508:3: style: Variable 'g_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:506:0: note: Variable 'g_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:508:3: note: Variable 'g_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:511:4: style: Variable 'g' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:510:0: note: Variable 'g' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:511:4: note: Variable 'g' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:516:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:514:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:516:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:520:6: style: Variable 's_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:518:0: note: Variable 's_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:520:6: note: Variable 's_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:525:7: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:523:0: note: Variable 's' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:525:7: note: Variable 's' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:546:9: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:542:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:546:9: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:658:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:638:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:658:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:663:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:643:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:663:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:744:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:731:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:744:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:748:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:735:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:748:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:765:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/eds-backend.c:763:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:765:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/eds-backend.c:415:4: style: Label '__finally3' is not used. [unusedLabel]
folks-0.6.9/backends/eds/eds-backend.c:429:3: style: Label '__finally2' is not used. [unusedLabel]
folks-0.6.9/backends/eds/eds-backend.c:209:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/eds-backend.c:335:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/eds-backend.c:769:25: style: Variable '_addressbooks_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/eds-backend.c:785:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10223:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp19_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10225:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10222:13: note: Assignment '_tmp19_=e', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10223:13: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2219:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2213:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2219:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2223:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2211:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2223:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2404:3: style: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2403:3: note: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2404:3: note: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2424:4: style: Variable '_data_->_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2423:4: note: Variable '_data_->_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2424:4: note: Variable '_data_->_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2431:4: style: Variable '_data_->_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2430:4: note: Variable '_data_->_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2431:4: note: Variable '_data_->_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2448:5: style: Variable '_data_->_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2447:5: note: Variable '_data_->_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2448:5: note: Variable '_data_->_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2508:6: style: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2507:6: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2508:6: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2525:7: style: Variable '_data_->_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2524:7: note: Variable '_data_->_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2525:7: note: Variable '_data_->_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2542:8: style: Variable '_data_->_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2541:8: note: Variable '_data_->_tmp47_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2542:8: note: Variable '_data_->_tmp47_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2559:9: style: Variable '_data_->_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2558:9: note: Variable '_data_->_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2559:9: note: Variable '_data_->_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2576:10: style: Variable '_data_->_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2575:10: note: Variable '_data_->_tmp59_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2576:10: note: Variable '_data_->_tmp59_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2593:11: style: Variable '_data_->_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2592:11: note: Variable '_data_->_tmp65_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2593:11: note: Variable '_data_->_tmp65_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2610:12: style: Variable '_data_->_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2609:12: note: Variable '_data_->_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2610:12: note: Variable '_data_->_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2627:13: style: Variable '_data_->_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2626:13: note: Variable '_data_->_tmp77_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2627:13: note: Variable '_data_->_tmp77_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2642:14: style: Variable '_data_->_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2641:14: note: Variable '_data_->_tmp82_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2642:14: note: Variable '_data_->_tmp82_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2659:15: style: Variable '_data_->_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2658:15: note: Variable '_data_->_tmp88_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2659:15: note: Variable '_data_->_tmp88_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2676:16: style: Variable '_data_->_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2675:16: note: Variable '_data_->_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2676:16: note: Variable '_data_->_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2693:17: style: Variable '_data_->_tmp100_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2692:17: note: Variable '_data_->_tmp100_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2693:17: note: Variable '_data_->_tmp100_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2763:7: style: Variable '_data_->_tmp120_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2762:7: note: Variable '_data_->_tmp120_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2763:7: note: Variable '_data_->_tmp120_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2970:3: style: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2969:3: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2970:3: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3065:3: style: Variable '_data_->_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3064:3: note: Variable '_data_->_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3065:3: note: Variable '_data_->_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2999:4: style: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2998:4: note: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2999:4: note: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3007:7: style: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3006:7: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3007:7: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3021:7: style: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3020:7: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3021:7: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3035:7: style: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3034:7: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3035:7: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3249:5: style: Variable '_data_->_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3248:5: note: Variable '_data_->_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3249:5: note: Variable '_data_->_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3320:5: style: Variable '_data_->_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3319:5: note: Variable '_data_->_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3320:5: note: Variable '_data_->_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3268:6: style: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3267:6: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3268:6: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3276:9: style: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3275:9: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3276:9: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3287:9: style: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3286:9: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3287:9: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3364:6: style: Variable '_data_->_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3363:6: note: Variable '_data_->_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3364:6: note: Variable '_data_->_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3368:6: style: Variable '_data_->_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3367:6: note: Variable '_data_->_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3368:6: note: Variable '_data_->_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3372:6: style: Variable '_data_->_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3371:6: note: Variable '_data_->_tmp54_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3372:6: note: Variable '_data_->_tmp54_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3376:6: style: Variable '_data_->_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3375:6: note: Variable '_data_->_tmp56_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3376:6: note: Variable '_data_->_tmp56_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3459:5: style: Variable '_data_->_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3458:5: note: Variable '_data_->_tmp81_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3459:5: note: Variable '_data_->_tmp81_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3512:5: style: Variable '_data_->_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3511:5: note: Variable '_data_->_tmp92_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3512:5: note: Variable '_data_->_tmp92_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3548:6: style: Variable '_data_->_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3547:6: note: Variable '_data_->_tmp102_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3548:6: note: Variable '_data_->_tmp102_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3578:5: style: Variable '_data_->_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3577:5: note: Variable '_data_->_tmp113_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3578:5: note: Variable '_data_->_tmp113_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3649:5: style: Variable '_data_->_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3648:5: note: Variable '_data_->_tmp131_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3649:5: note: Variable '_data_->_tmp131_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3597:6: style: Variable '_data_->_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3596:6: note: Variable '_data_->_tmp118_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3597:6: note: Variable '_data_->_tmp118_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3605:9: style: Variable '_data_->_tmp121_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3604:9: note: Variable '_data_->_tmp121_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3605:9: note: Variable '_data_->_tmp121_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3616:9: style: Variable '_data_->_tmp125_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3615:9: note: Variable '_data_->_tmp125_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3616:9: note: Variable '_data_->_tmp125_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3719:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3716:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3719:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3824:3: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3823:3: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3824:3: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3888:4: style: Variable '_data_->_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3887:4: note: Variable '_data_->_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3888:4: note: Variable '_data_->_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4360:4: style: Variable '_data_->_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4359:4: note: Variable '_data_->_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4360:4: note: Variable '_data_->_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4439:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4431:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4439:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4518:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4517:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4518:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4702:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4701:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4702:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4993:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4992:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4993:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5353:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5352:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5353:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5567:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5566:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5567:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5832:4: style: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5831:4: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5832:4: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5837:4: style: Variable '_data_->_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5836:4: note: Variable '_data_->_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5837:4: note: Variable '_data_->_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5915:4: style: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5914:4: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5915:4: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6018:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6017:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6018:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6145:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6144:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6145:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6272:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6271:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6272:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6872:2: style: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6871:2: note: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6872:2: note: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6827:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6826:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6827:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7020:2: style: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7019:2: note: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7020:2: note: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6975:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6974:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6975:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7125:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7124:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7125:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7270:2: style: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7269:2: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7270:2: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7350:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7349:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7350:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7555:2: style: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7554:2: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7555:2: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7635:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7634:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7635:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8047:2: style: Variable '_data_->_tmp148_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8046:2: note: Variable '_data_->_tmp148_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8047:2: note: Variable '_data_->_tmp148_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8052:2: style: Variable '_data_->_tmp151_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8051:2: note: Variable '_data_->_tmp151_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8052:2: note: Variable '_data_->_tmp151_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8057:2: style: Variable '_data_->_tmp154_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8056:2: note: Variable '_data_->_tmp154_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8057:2: note: Variable '_data_->_tmp154_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8062:2: style: Variable '_data_->_tmp157_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8061:2: note: Variable '_data_->_tmp157_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8062:2: note: Variable '_data_->_tmp157_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8067:2: style: Variable '_data_->_tmp160_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8066:2: note: Variable '_data_->_tmp160_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8067:2: note: Variable '_data_->_tmp160_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8072:2: style: Variable '_data_->_tmp163_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8071:2: note: Variable '_data_->_tmp163_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8072:2: note: Variable '_data_->_tmp163_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8077:2: style: Variable '_data_->_tmp166_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8076:2: note: Variable '_data_->_tmp166_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8077:2: note: Variable '_data_->_tmp166_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8164:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8163:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8164:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8372:2: style: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8371:2: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8372:2: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8452:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8451:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8452:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8575:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8574:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8575:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8761:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8760:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8761:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9015:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9014:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9015:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9183:5: style: Variable 'c_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9181:0: note: Variable 'c_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9183:5: note: Variable 'c_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9188:6: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9186:0: note: Variable 'c' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9188:6: note: Variable 'c' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9201:7: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9193:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9201:7: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9205:7: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9197:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9205:7: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9269:3: style: Variable 'c_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9267:0: note: Variable 'c_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9269:3: note: Variable 'c_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9274:4: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9272:0: note: Variable 'c' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9274:4: note: Variable 'c' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9289:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9279:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9289:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9293:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9283:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9293:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9326:3: style: Variable 'contact_id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9324:0: note: Variable 'contact_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9326:3: note: Variable 'contact_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9331:4: style: Variable 'contact_id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9329:0: note: Variable 'contact_id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9331:4: note: Variable 'contact_id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9346:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9336:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9346:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9350:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9340:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9350:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9428:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9418:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9428:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9451:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9448:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9451:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9468:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9463:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9468:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9483:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9478:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9483:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9528:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9523:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9528:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9539:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9533:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9539:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9543:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9537:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9543:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9567:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9560:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9567:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9573:3: style: Variable 'g_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9571:0: note: Variable 'g_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9573:3: note: Variable 'g_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9576:4: style: Variable 'g' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9575:0: note: Variable 'g' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9576:4: note: Variable 'g' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9581:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9579:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9581:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9585:6: style: Variable 's_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9583:0: note: Variable 's_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9585:6: note: Variable 's_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9590:7: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9588:0: note: Variable 's' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9590:7: note: Variable 's' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9597:8: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9593:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9597:8: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9621:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9618:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9621:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9632:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9626:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9632:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9642:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9636:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9642:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9675:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9665:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9675:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9686:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9680:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9686:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9690:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9684:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9690:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9749:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9745:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9749:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9751:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9747:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9751:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9768:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9766:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9768:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10122:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10031:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10122:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10139:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10129:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10139:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10220:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10217:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:10220:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2851:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2792:5: style: Label '__finally8' is not used. [unusedLabel]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9237:3: style: Label '__finally19' is not used. [unusedLabel]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:2896:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3131:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3749:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:3940:18: style: Variable '_tmp6__target' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4202:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4489:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4673:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4812:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:4964:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5103:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5324:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5448:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5536:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5706:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5779:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:5989:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6116:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6243:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6367:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6533:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6720:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6800:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:6948:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7096:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7220:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7321:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7495:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7606:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:7745:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8135:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8309:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8423:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8562:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8730:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8886:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:8986:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9107:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9175:12: style: Variable '_tmp1_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9240:14: style: Variable '_tmp20_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9794:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona-store.c:9832:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3160:12: warning: Either the condition 'bday==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3205:3: note: Assuming that condition 'bday==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:3159:12: note: Assignment '_tmp6_=bday', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:3160:12: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:3162:12: warning: Either the condition 'bday==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3205:3: note: Assuming that condition 'bday==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:3161:12: note: Assignment '_tmp8_=bday', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:3162:12: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:3164:13: warning: Either the condition 'bday==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3205:3: note: Assuming that condition 'bday==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:3163:13: note: Assignment '_tmp10_=bday', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:3164:13: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:4110:13: warning: Either the condition 'cn==NULL' is redundant or there is possible null pointer dereference: _tmp25_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4142:3: note: Assuming that condition 'cn==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:4109:13: note: Assignment '_tmp25_=cn', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:4110:13: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:4114:13: warning: Either the condition 'cn==NULL' is redundant or there is possible null pointer dereference: _tmp28_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4142:3: note: Assuming that condition 'cn==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:4113:13: note: Assignment '_tmp28_=cn', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:4114:13: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:4118:13: warning: Either the condition 'cn==NULL' is redundant or there is possible null pointer dereference: _tmp31_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4142:3: note: Assuming that condition 'cn==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:4117:13: note: Assignment '_tmp31_=cn', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:4118:13: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:4122:13: warning: Either the condition 'cn==NULL' is redundant or there is possible null pointer dereference: _tmp34_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4142:3: note: Assuming that condition 'cn==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:4121:13: note: Assignment '_tmp34_=cn', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:4122:13: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:4126:13: warning: Either the condition 'cn==NULL' is redundant or there is possible null pointer dereference: _tmp37_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4142:3: note: Assuming that condition 'cn==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:4125:13: note: Assignment '_tmp37_=cn', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:4126:13: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:4219:11: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: _tmp3_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4241:5: note: Assuming that condition 'p==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:4218:11: note: Assignment '_tmp3_=p', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:4219:11: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:4426:12: warning: Either the condition 'e2==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4431:3: note: Assuming that condition 'e2==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:4425:12: note: Assignment '_tmp8_=e2', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:4426:12: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:4865:19: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp30_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4867:9: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:4864:19: note: Assignment '_tmp30_=e', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:4865:19: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:5059:16: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp77_. [nullPointerRedundantCheck]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5061:6: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/eds/lib/edsf-persona.c:5058:16: note: Assignment '_tmp77_=e', assigned value is 0
folks-0.6.9/backends/eds/lib/edsf-persona.c:5059:16: note: Null pointer dereference
folks-0.6.9/backends/eds/lib/edsf-persona.c:2494:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2481:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2494:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2535:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2530:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2535:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2536:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2527:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2536:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2600:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2555:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2600:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2692:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2686:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2692:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2694:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2688:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2694:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2709:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2700:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2709:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2725:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2722:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2725:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2744:7: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2729:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2744:7: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2784:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2780:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2784:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2796:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2788:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2796:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2825:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2818:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2825:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2827:6: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2820:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2827:6: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2842:7: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2833:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2842:7: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2858:8: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2855:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2858:8: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2877:9: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2862:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2877:9: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2960:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2955:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2960:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2964:3: style: Variable 'param_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2962:0: note: Variable 'param_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2964:3: note: Variable 'param_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2967:4: style: Variable 'param' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2966:0: note: Variable 'param' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2967:4: note: Variable 'param' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2976:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2970:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2976:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2977:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2971:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2977:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2980:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2974:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2980:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2984:6: style: Variable 'param_value_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2982:0: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2984:6: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2987:7: style: Variable 'param_value' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2986:0: note: Variable 'param_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:2987:7: note: Variable 'param_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3000:9: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2995:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3000:9: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3052:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3042:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3052:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3062:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3058:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3062:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3071:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3067:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3071:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3073:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3069:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3073:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3135:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3130:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3135:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3183:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3178:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3183:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3185:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3180:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3185:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3199:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3197:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3199:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3237:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3222:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3237:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3256:3: style: Variable 'attr_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3254:0: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3256:3: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3259:4: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3258:0: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3259:4: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3281:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3262:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3281:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3314:6: style: Variable 'param_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3312:0: note: Variable 'param_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3314:6: note: Variable 'param_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3317:7: style: Variable 'param' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3316:0: note: Variable 'param' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3317:7: note: Variable 'param' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3325:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3320:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3325:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3326:8: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3321:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3326:8: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3333:9: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3331:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3333:9: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3337:10: style: Variable 'param_value_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3335:0: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3337:10: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3340:11: style: Variable 'param_value' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3339:0: note: Variable 'param_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3340:11: note: Variable 'param_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3358:10: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3356:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3358:10: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3362:11: style: Variable 'param_value_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3360:0: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3362:11: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3365:12: style: Variable 'param_value' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3364:0: note: Variable 'param_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3365:12: note: Variable 'param_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3380:10: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3378:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3380:10: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3384:11: style: Variable 'param_value_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3382:0: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3384:11: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3387:12: style: Variable 'param_value' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3386:0: note: Variable 'param_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3387:12: note: Variable 'param_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3443:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3482:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3446:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3482:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3485:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3449:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3485:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3488:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3452:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3488:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3491:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3455:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3491:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3494:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3458:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3494:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3497:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3461:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3497:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3718:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3706:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3718:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3726:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3724:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3726:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3730:4: style: Variable 'service_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3728:0: note: Variable 'service_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3730:4: note: Variable 'service_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3735:5: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3733:0: note: Variable 'service' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3735:5: note: Variable 'service' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3744:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3738:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3744:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3745:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3739:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3745:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3748:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3742:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3748:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3752:7: style: Variable 'service_id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3750:0: note: Variable 'service_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3752:7: note: Variable 'service_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3757:8: style: Variable 'service_id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3755:0: note: Variable 'service_id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3757:8: note: Variable 'service_id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3831:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3820:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3831:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3837:3: style: Variable 'attr_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3835:0: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3837:3: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3842:4: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3840:0: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3842:4: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3858:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3845:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3858:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3929:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3917:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:3929:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4023:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:3996:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4023:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4149:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4147:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4149:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4234:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4224:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4234:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4278:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4259:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4278:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4365:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4364:0: note: Variable 'e1' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4365:3: note: Variable 'e1' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4401:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4395:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4401:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4421:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4416:0: note: Variable 'e2' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4421:3: note: Variable 'e2' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4463:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4450:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4463:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4466:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4453:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4466:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4469:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4455:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4469:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4526:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4523:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4526:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4573:3: style: Variable 'mapping_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4569:0: note: Variable 'mapping_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4573:3: note: Variable 'mapping_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4577:4: style: Variable 'mapping' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4576:0: note: Variable 'mapping' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4577:4: note: Variable 'mapping' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4603:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4588:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4603:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4651:3: style: Variable 'attr_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4649:0: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4651:3: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4654:4: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4653:0: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4654:4: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4659:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4657:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4659:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4675:6: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4662:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4675:6: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4742:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4731:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4742:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4747:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4736:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4747:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4751:3: style: Variable 'im_proto_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4749:0: note: Variable 'im_proto_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4751:3: note: Variable 'im_proto_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4754:4: style: Variable 'im_proto' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4753:0: note: Variable 'im_proto' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4754:4: note: Variable 'im_proto' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4768:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4760:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4768:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4769:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4761:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4769:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4775:6: style: Variable 'attr_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4773:0: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4775:6: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4780:7: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4778:0: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4780:7: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4804:9: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4784:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4804:9: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4862:9: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4859:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4862:9: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4896:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4892:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4896:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4911:4: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4900:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4911:4: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4941:5: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4931:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4941:5: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4950:7: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4947:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4950:7: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4965:8: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4954:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:4965:8: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5017:6: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5001:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5017:6: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5056:6: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5053:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5056:6: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5127:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5103:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5127:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5137:3: style: Variable 'category_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5135:0: note: Variable 'category_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5137:3: note: Variable 'category_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5142:4: style: Variable 'category_name' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5140:0: note: Variable 'category_name' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5142:4: note: Variable 'category_name' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5154:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5148:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5154:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5173:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5170:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5173:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5185:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5177:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5185:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5496:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5485:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5496:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5502:3: style: Variable 'attr_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5500:0: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5502:3: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5507:4: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5505:0: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5507:4: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5523:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5510:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5523:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5621:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5582:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5621:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5791:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5780:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5791:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5797:3: style: Variable 'attr_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5795:0: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5797:3: note: Variable 'attr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5800:4: style: Variable 'attr' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5799:0: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5800:4: note: Variable 'attr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5813:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5803:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5813:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5876:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5860:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5876:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5886:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5882:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5886:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5892:4: style: Variable 'local_id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5890:0: note: Variable 'local_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5892:4: note: Variable 'local_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5897:5: style: Variable 'local_id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5895:0: note: Variable 'local_id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5897:5: note: Variable 'local_id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5963:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5947:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5963:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5975:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5969:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5975:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5983:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5980:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5983:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6013:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6011:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6013:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6033:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6026:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6033:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6038:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6036:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6038:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6078:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6070:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6078:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6079:2: style: Variable 'prop_value' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6074:2: note: Variable 'prop_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6079:2: note: Variable 'prop_value' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6081:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6065:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6081:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6097:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6091:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6097:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6098:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6087:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6098:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6114:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6107:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6114:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6333:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6327:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:6333:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/edsf-persona.c:5462:3: style: Label '__finally4' is not used. [unusedLabel]
folks-0.6.9/backends/eds/lib/edsf-persona.c:695:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:791:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:887:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:983:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1079:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1175:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1271:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1367:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1463:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1559:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1652:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1748:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1844:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:1943:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2105:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2206:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2302:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:2395:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4283:18: style: Variable '_data_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4289:22: style: Variable '_tmp22__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4574:32: style: Variable 'mapping_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:4571:0: style: Variable '_mapping_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5393:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5465:14: style: Variable '_tmp25_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:5751:7: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6200:18: style: Variable '_tokens_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6183:19: style: Variable '_tmp6__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6210:20: style: Variable '_tmp15__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6443:24: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/edsf-persona.c:6666:24: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/memory-icon.c:125:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/memory-icon.c:118:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/memory-icon.c:125:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/memory-icon.c:230:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/eds/lib/memory-icon.c:228:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/memory-icon.c:230:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/eds/lib/memory-icon.c:421:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/eds/lib/memory-icon.c:192:20: style: Variable '_tmp6__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/eds/lib/memory-icon.c:195:20: style: Variable '_tmp8__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-backend-factory.c:116:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-backend-factory.c:111:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-backend-factory.c:116:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-backend.c:185:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-backend.c:184:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-backend.c:185:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-backend.c:275:5: style: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-backend.c:274:5: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-backend.c:275:5: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-backend.c:280:6: style: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-backend.c:279:6: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-backend.c:280:6: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-backend.c:331:4: style: Label '__finally1' is not used. [unusedLabel]
folks-0.6.9/backends/key-file/kf-backend.c:345:3: style: Label '__finally0' is not used. [unusedLabel]
folks-0.6.9/backends/key-file/kf-backend.c:476:4: style: Label '__finally3' is not used. [unusedLabel]
folks-0.6.9/backends/key-file/kf-backend.c:490:3: style: Label '__finally2' is not used. [unusedLabel]
folks-0.6.9/backends/key-file/kf-backend.c:227:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-backend.c:399:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-backend.c:566:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:398:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:393:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:398:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:401:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:391:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:401:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:549:8: style: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:548:8: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:549:8: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:608:8: style: Variable '_data_->_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:607:8: note: Variable '_data_->_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:608:8: note: Variable '_data_->_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:687:8: style: Variable '_data_->_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:686:8: note: Variable '_data_->_tmp45_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:687:8: note: Variable '_data_->_tmp45_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:864:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:863:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:864:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1083:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:1082:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1083:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1101:2: style: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:1100:2: note: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1101:2: note: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1134:4: style: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:1133:4: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1134:4: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1271:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:1267:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1271:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1396:4: style: Variable '_data_->_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona-store.c:1395:4: note: Variable '_data_->_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1396:4: note: Variable '_data_->_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona-store.c:1251:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/key-file/kf-persona-store.c:784:4: style: Label '__finally10' is not used. [unusedLabel]
folks-0.6.9/backends/key-file/kf-persona-store.c:798:3: style: Label '__finally9' is not used. [unusedLabel]
folks-0.6.9/backends/key-file/kf-persona-store.c:441:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:843:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:916:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:1298:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:1317:15: style: Variable '_res_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:1321:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:1436:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:1445:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:1454:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:1463:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:1472:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona-store.c:1505:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona.c:1729:20: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp63_. [nullPointerRedundantCheck]
folks-0.6.9/backends/key-file/kf-persona.c:1731:10: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/key-file/kf-persona.c:1728:20: note: Assignment '_tmp63_=e', assigned value is 0
folks-0.6.9/backends/key-file/kf-persona.c:1729:20: note: Null pointer dereference
folks-0.6.9/backends/key-file/kf-persona.c:675:7: style: Variable '_data_->_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:674:7: note: Variable '_data_->_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:675:7: note: Variable '_data_->_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:965:4: style: Variable '_data_->_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:964:4: note: Variable '_data_->_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:965:4: note: Variable '_data_->_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1100:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1080:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1100:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1104:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1066:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1104:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1134:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1128:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1134:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1136:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1130:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1136:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1151:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1142:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1151:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1167:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1164:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1167:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1186:7: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1171:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1186:7: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1229:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1222:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1229:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1231:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1224:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1231:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1246:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1237:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1246:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1262:7: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1259:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1262:7: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1281:8: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1266:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1281:8: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1474:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1465:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1474:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1492:4: style: Variable 'key_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1488:0: note: Variable 'key_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1492:4: note: Variable 'key_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1496:5: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1495:0: note: Variable 'key' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1496:5: note: Variable 'key' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1536:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1528:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1536:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1603:7: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1589:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1603:7: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1625:8: style: Variable 'web_service_address_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1621:0: note: Variable 'web_service_address_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1625:8: note: Variable 'web_service_address_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1631:9: style: Variable 'web_service_address' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1629:0: note: Variable 'web_service_address' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1631:9: note: Variable 'web_service_address' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1681:7: style: Variable 'im_address_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1677:0: note: Variable 'im_address_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1681:7: note: Variable 'im_address_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1687:8: style: Variable 'im_address' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1685:0: note: Variable 'im_address' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1687:8: note: Variable 'im_address' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1703:10: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1699:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1703:10: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1726:10: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1723:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1726:10: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1779:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1777:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1779:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1786:4: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/key-file/kf-persona.c:1783:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:1786:4: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/key-file/kf-persona.c:380:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona.c:492:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona.c:819:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona.c:1328:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/key-file/kf-persona.c:1344:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:339:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:333:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:339:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:341:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:335:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:341:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:343:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:331:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:343:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:959:7: style: Variable '_data_->_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:958:7: note: Variable '_data_->_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:959:7: note: Variable '_data_->_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:961:7: style: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:960:7: note: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:961:7: note: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:995:6: style: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:994:6: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:995:6: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:997:6: style: Variable '_data_->_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:996:6: note: Variable '_data_->_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:997:6: note: Variable '_data_->_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1021:6: style: Variable '_data_->_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1020:6: note: Variable '_data_->_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1021:6: note: Variable '_data_->_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1023:6: style: Variable '_data_->_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1022:6: note: Variable '_data_->_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1023:6: note: Variable '_data_->_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1093:3: style: Variable 'contact_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1091:0: note: Variable 'contact_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1093:3: note: Variable 'contact_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1096:4: style: Variable 'contact' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1095:0: note: Variable 'contact' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1096:4: note: Variable 'contact' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1148:3: style: Variable 'contact_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1146:0: note: Variable 'contact_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1148:3: note: Variable 'contact_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1151:4: style: Variable 'contact' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1150:0: note: Variable 'contact' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1151:4: note: Variable 'contact' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1171:5: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1154:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1171:5: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1220:3: style: Variable 'contact_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1218:0: note: Variable 'contact_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1220:3: note: Variable 'contact_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1223:4: style: Variable 'contact' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1222:0: note: Variable 'contact' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1223:4: note: Variable 'contact' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1243:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1226:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1243:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1529:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1441:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1529:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:710:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:851:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:478:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:604:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:789:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:890:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1299:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1308:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1317:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1326:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1335:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona-store.c:1359:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1053:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp32_. [nullPointerRedundantCheck]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1055:4: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1052:14: note: Assignment '_tmp32_=e', assigned value is 0
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1053:14: note: Null pointer dereference
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:159:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:155:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:159:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:160:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:153:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:160:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:183:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:173:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:183:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:219:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:218:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:219:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:247:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:245:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:247:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:259:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:255:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:259:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:293:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:286:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:293:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:355:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:338:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:355:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:360:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:343:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:360:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:365:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:348:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:365:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:369:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:336:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:369:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:397:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:393:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:397:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:399:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:391:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:399:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:469:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:421:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:469:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:506:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:497:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:506:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:521:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:518:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:521:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:637:3: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:634:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:637:3: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:657:4: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:654:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:657:4: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:979:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:944:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:979:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1005:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:985:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1005:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1010:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:989:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1010:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1050:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1047:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1050:4: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1148:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1087:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:1148:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:694:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/lib/swf-persona.c:712:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/sw-backend-factory.c:116:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/sw-backend-factory.c:111:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend-factory.c:116:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend.c:153:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/sw-backend.c:152:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend.c:153:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend.c:209:3: style: Variable 'service_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/sw-backend.c:207:0: note: Variable 'service_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend.c:209:3: note: Variable 'service_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend.c:212:4: style: Variable 'service_name' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/sw-backend.c:211:0: note: Variable 'service_name' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend.c:212:4: note: Variable 'service_name' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend.c:457:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/libsocialweb/sw-backend.c:436:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend.c:457:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/libsocialweb/sw-backend.c:264:3: style: Label '__finally0' is not used. [unusedLabel]
folks-0.6.9/backends/libsocialweb/sw-backend.c:406:3: style: Label '__finally1' is not used. [unusedLabel]
folks-0.6.9/backends/libsocialweb/sw-backend.c:195:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/sw-backend.c:318:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/libsocialweb/sw-backend.c:507:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tp-lowlevel.c:424:14: style: The scope of the variable 'props' can be reduced. [variableScope]
folks-0.6.9/backends/telepathy/lib/tp-lowlevel.c:544:17: style: Function 'folks_tp_lowlevel_connection_create_group_async' argument 2 names different: declaration 'name' definition 'group'. [funcArgNamesDifferent]
folks-0.6.9/backends/telepathy/lib/tp-lowlevel.h:77:17: note: Function 'folks_tp_lowlevel_connection_create_group_async' argument 2 names different: declaration 'name' definition 'group'.
folks-0.6.9/backends/telepathy/lib/tp-lowlevel.c:544:17: note: Function 'folks_tp_lowlevel_connection_create_group_async' argument 2 names different: declaration 'name' definition 'group'.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1110:168: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:479:2: style: Variable 'account_path' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:457:0: note: Variable 'account_path' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:479:2: note: Variable 'account_path' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:778:2: style: Variable 'account_path' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:772:0: note: Variable 'account_path' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:778:2: note: Variable 'account_path' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:781:2: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:774:0: note: Variable 'id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:781:2: note: Variable 'id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:819:2: style: Variable 'account_path' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:813:0: note: Variable 'account_path' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:819:2: note: Variable 'account_path' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:822:2: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:815:0: note: Variable 'id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:822:2: note: Variable 'id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:953:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:949:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:953:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1295:2: style: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1294:2: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1295:2: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1215:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1214:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1215:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1125:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1309:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:873:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:882:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1352:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:1453:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-logger.c:624:31: error: Uninitialized struct member: _tmp13_._ids_size_ [uninitStructMember]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:144:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:134:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:144:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:218:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:193:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:218:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:365:4: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:282:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:365:4: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:373:4: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:288:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:373:4: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:387:4: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:300:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:387:4: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:395:4: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:306:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:395:4: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:409:4: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:318:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:409:4: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:417:4: style: Variable '_tmp99_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:324:0: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:417:4: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:425:4: style: Variable '_tmp104_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:330:0: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:425:4: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:471:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:469:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:471:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:498:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:486:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:498:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:508:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:505:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:508:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:553:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:512:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:553:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:582:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:574:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:582:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:584:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:576:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:584:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:595:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:590:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:595:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:616:7: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:607:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:616:7: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:618:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:609:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:618:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:644:8: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:624:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:644:8: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:925:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:749:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:925:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:939:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:934:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:939:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:955:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:943:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:955:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:989:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:981:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:989:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:991:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:983:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:991:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1001:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:996:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1001:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1039:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1035:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1039:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1055:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1050:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1055:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1082:3: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1076:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1082:3: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1625:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1525:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1625:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1627:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1527:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1627:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1746:3: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1741:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1746:3: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1747:3: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1742:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1747:3: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1771:3: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1764:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1771:3: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1773:3: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1766:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1773:3: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1783:4: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1780:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1783:4: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1800:3: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1795:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1800:3: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1802:3: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1797:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1802:3: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1826:3: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1817:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1826:3: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:165:33: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:470:33: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1452:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1477:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1502:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store-cache.c:1922:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2826:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2828:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2825:12: note: Assignment '_tmp4_=e', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2826:12: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3113:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3115:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3112:12: note: Assignment '_tmp4_=e', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3113:12: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3162:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3164:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3161:12: note: Assignment '_tmp4_=e', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3162:12: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3474:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3476:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3473:12: note: Assignment '_tmp5_=e', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3474:12: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3683:13: warning: Either the condition 'e3==NULL' is redundant or there is possible null pointer dereference: _tmp39_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3685:3: note: Assuming that condition 'e3==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3682:13: note: Assignment '_tmp39_=e3', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3683:13: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9021:13: warning: Either the condition 'info_field==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9030:4: note: Assuming that condition 'info_field==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9020:13: note: Assignment '_tmp6_=info_field', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9021:13: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9023:13: warning: Either the condition 'info_field==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9030:4: note: Assuming that condition 'info_field==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9022:13: note: Assignment '_tmp8_=info_field', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9023:13: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9024:41: warning: Either the condition 'info_field==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9030:4: note: Assuming that condition 'info_field==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9022:13: note: Assignment '_tmp8_=info_field', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9024:41: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9026:14: warning: Either the condition 'info_field==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9030:4: note: Assuming that condition 'info_field==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9025:14: note: Assignment '_tmp10_=info_field', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9026:14: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9027:42: warning: Either the condition 'info_field==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9030:4: note: Assuming that condition 'info_field==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9025:14: note: Assignment '_tmp10_=info_field', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9027:42: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1352:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1345:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1352:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1353:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1339:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1353:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1610:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1607:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1610:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1646:4: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1614:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1646:4: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1716:3: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1709:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1716:3: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1748:3: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1741:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1748:3: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1766:4: style: Variable '_tmp111_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1760:0: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1766:4: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1768:4: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1762:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1768:4: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1781:5: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1774:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1781:5: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1819:3: style: Variable '_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1812:0: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1819:3: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1837:4: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1831:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1837:4: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1839:4: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1833:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1839:4: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1852:5: style: Variable '_tmp142_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1845:0: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1852:5: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1890:3: style: Variable '_tmp157_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1882:0: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1890:3: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1910:4: style: Variable '_tmp164_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1904:0: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1910:4: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1912:4: style: Variable '_tmp166_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1906:0: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1912:4: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1925:5: style: Variable '_tmp169_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1918:0: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1925:5: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1964:3: style: Variable '_tmp184_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1956:0: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1964:3: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1984:4: style: Variable '_tmp191_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1978:0: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1984:4: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1986:4: style: Variable '_tmp193_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1980:0: note: Variable '_tmp193_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1986:4: note: Variable '_tmp193_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1999:5: style: Variable '_tmp196_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1992:0: note: Variable '_tmp196_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:1999:5: note: Variable '_tmp196_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2038:3: style: Variable '_tmp211_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2030:0: note: Variable '_tmp211_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2038:3: note: Variable '_tmp211_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2073:3: style: Variable '_tmp227_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2065:0: note: Variable '_tmp227_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2073:3: note: Variable '_tmp227_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2108:3: style: Variable '_tmp243_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2100:0: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2108:3: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2135:3: style: Variable '_tmp257_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2132:0: note: Variable '_tmp257_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2135:3: note: Variable '_tmp257_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2146:4: style: Variable '_tmp259_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2139:0: note: Variable '_tmp259_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2146:4: note: Variable '_tmp259_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2228:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2195:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2228:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2237:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2234:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2237:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2274:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2271:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2274:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2285:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2278:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2285:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2361:4: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2354:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2361:4: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2373:5: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2367:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2373:5: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2590:5: style: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2589:5: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2590:5: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2625:6: style: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2624:6: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2625:6: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2753:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2748:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2753:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2822:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2818:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2822:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2824:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2819:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2824:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2903:3: style: Variable '_data_->_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2902:3: note: Variable '_data_->_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2903:3: note: Variable '_data_->_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3058:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3053:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3058:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3109:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3105:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3109:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3111:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3106:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3111:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3158:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3154:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3158:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3160:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3155:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3160:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3467:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3461:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3467:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3469:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3462:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3469:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3548:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3545:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3548:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3621:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3600:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3621:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3626:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3605:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3626:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3631:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3612:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3631:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3632:6: style: Variable 'handle_type_valid' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3608:0: note: Variable 'handle_type_valid' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3632:6: note: Variable 'handle_type_valid' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3676:3: style: Variable 'e3' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3670:0: note: Variable 'e3' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3676:3: note: Variable 'e3' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3678:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3671:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3678:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3799:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3795:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3799:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3805:5: style: Variable 'field_spec_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3803:0: note: Variable 'field_spec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3805:5: note: Variable 'field_spec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3808:6: style: Variable 'field_spec' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3807:0: note: Variable 'field_spec' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3808:6: note: Variable 'field_spec' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4159:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4153:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4159:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4278:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4277:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4278:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4312:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4291:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4312:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4318:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4297:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4318:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4331:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4326:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4331:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4351:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4346:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4351:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4375:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4368:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4375:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4392:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4381:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4392:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4409:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4406:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4409:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4418:6: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4413:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4418:6: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4456:7: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4452:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4456:7: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4616:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4597:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4616:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4694:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4690:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4694:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4708:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4704:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4708:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4738:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4727:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4738:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4742:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4730:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4742:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4764:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4752:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4764:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5137:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5124:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5137:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5196:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5186:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5196:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5200:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5189:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5200:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5222:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5217:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5222:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5226:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5220:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5226:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5254:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5251:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5254:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5324:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5292:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5324:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5369:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5364:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5369:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5396:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5389:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5396:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5412:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5402:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5412:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5448:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5441:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5448:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5464:4: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5454:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5464:4: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5579:3: style: Variable '_data_->_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5578:3: note: Variable '_data_->_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5579:3: note: Variable '_data_->_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5633:3: style: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5632:3: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5633:3: note: Variable '_data_->_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5682:3: style: Variable '_data_->_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5681:3: note: Variable '_data_->_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5682:3: note: Variable '_data_->_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5731:3: style: Variable '_data_->_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5730:3: note: Variable '_data_->_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5731:3: note: Variable '_data_->_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5975:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5958:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5975:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6064:4: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6062:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6064:4: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6120:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6095:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6120:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6125:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6100:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6125:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6165:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6161:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6165:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6191:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6184:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6191:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6211:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6201:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6211:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6417:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6415:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6417:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6431:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6421:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6431:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6438:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6428:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6438:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6453:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6443:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6453:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6460:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6450:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6460:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6680:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6679:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6680:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6834:3: style: Variable '_data_->_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6833:3: note: Variable '_data_->_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6834:3: note: Variable '_data_->_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7056:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7049:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7056:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7102:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7075:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7102:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7167:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7154:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7167:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7176:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7162:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7176:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7282:3: style: Variable 'contact_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7278:0: note: Variable 'contact_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7282:3: note: Variable 'contact_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7288:4: style: Variable 'contact' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7286:0: note: Variable 'contact' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7288:4: note: Variable 'contact' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7297:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7293:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7297:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7298:5: style: Variable 'added' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7290:0: note: Variable 'added' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7298:5: note: Variable 'added' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7340:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7333:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7340:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7383:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7346:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7383:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7438:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7435:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7438:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7452:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7442:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7452:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7497:6: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7494:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7497:6: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7508:7: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7501:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7508:7: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7545:5: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7543:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7545:5: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7778:2: style: Variable '_data_->_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7777:2: note: Variable '_data_->_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7778:2: note: Variable '_data_->_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7695:3: style: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7694:3: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7695:3: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7754:3: style: Variable '_data_->_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7753:3: note: Variable '_data_->_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7754:3: note: Variable '_data_->_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7909:3: style: Variable '_data_->_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7908:3: note: Variable '_data_->_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7909:3: note: Variable '_data_->_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8020:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8019:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8020:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8045:3: style: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8044:3: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8045:3: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8103:3: style: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8102:3: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8103:3: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8282:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8280:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8282:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8283:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8279:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8283:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8334:2: style: Variable '_data_->_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8333:2: note: Variable '_data_->_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8334:2: note: Variable '_data_->_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8340:2: style: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8339:2: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8340:2: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8465:2: style: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8464:2: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8465:2: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8471:2: style: Variable '_data_->_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8470:2: note: Variable '_data_->_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8471:2: note: Variable '_data_->_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8574:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8572:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8574:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8631:4: style: Variable '_data_->_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8630:4: note: Variable '_data_->_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8631:4: note: Variable '_data_->_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8637:4: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8636:4: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8637:4: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8711:5: style: Variable '_data_->_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8710:5: note: Variable '_data_->_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8711:5: note: Variable '_data_->_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8848:3: style: Variable '_data_->_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8847:3: note: Variable '_data_->_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8848:3: note: Variable '_data_->_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8952:3: style: Variable '_data_->_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8951:3: note: Variable '_data_->_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8952:3: note: Variable '_data_->_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8995:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8992:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8995:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9013:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8999:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9013:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9226:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9221:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9226:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9304:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9300:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9304:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9305:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9301:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9305:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9546:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9534:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9546:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9676:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9571:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9676:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9682:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9572:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9682:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9692:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9573:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9692:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9693:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9574:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9693:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6602:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7022:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2668:4: style: Label '__finally5' is not used. [unusedLabel]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2682:3: style: Label '__finally4' is not used. [unusedLabel]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9084:3: style: Label '__finally23' is not used. [unusedLabel]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9173:3: style: Label '__finally24' is not used. [unusedLabel]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9251:3: style: Label '__finally25' is not used. [unusedLabel]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9331:3: style: Label '__finally26' is not used. [unusedLabel]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2454:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:2782:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3060:24: style: Variable '_tmp37__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3199:20: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3210:20: style: Variable '_tmp6__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3330:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:3849:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4052:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4170:19: style: Variable '_tmp7__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:4258:27: style: Variable '_contact_handles_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5544:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:5815:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6291:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:6647:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7283:32: style: Variable 'contact_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7280:0: style: Variable '_contact_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:7986:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8176:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8274:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8433:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8567:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:8809:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9061:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9087:13: style: Variable '_tmp7_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9128:12: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9176:14: style: Variable '_tmp21_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9202:12: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9233:16: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9254:14: style: Variable '_tmp19_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9291:12: style: Variable '_tmp1_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9334:14: style: Variable '_tmp14_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9377:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona-store.c:9443:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3777:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp39_. [nullPointerRedundantCheck]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3779:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3776:13: note: Assignment '_tmp39_=e', assigned value is 0
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3777:13: note: Null pointer dereference
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1275:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1272:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1275:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1283:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1280:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1283:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1873:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1840:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1873:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1880:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1847:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1880:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1889:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1856:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1889:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1892:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1859:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1892:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1903:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1838:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1903:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2138:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2110:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2138:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2144:3: style: Variable 'info_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2142:0: note: Variable 'info_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2144:3: note: Variable 'info_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2147:4: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2146:0: note: Variable 'info' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2147:4: note: Variable 'info' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2204:9: style: Variable 'email_addr_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2200:0: note: Variable 'email_addr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2204:9: note: Variable 'email_addr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2210:10: style: Variable 'email_addr' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2208:0: note: Variable 'email_addr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2210:10: note: Variable 'email_addr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2226:11: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2215:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2226:11: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2284:11: style: Variable 'phone_num_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2280:0: note: Variable 'phone_num_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2284:11: note: Variable 'phone_num_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2290:12: style: Variable 'phone_num' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2288:0: note: Variable 'phone_num' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2290:12: note: Variable 'phone_num' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2306:13: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2295:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2306:13: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2338:12: style: Variable 'url_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2334:0: note: Variable 'url_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2338:12: note: Variable 'url_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2344:13: style: Variable 'url' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2342:0: note: Variable 'url' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2344:13: note: Variable 'url' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2360:14: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2349:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2360:14: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2391:3: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2388:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2391:3: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2418:6: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2413:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2418:6: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2420:6: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2415:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2420:6: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2434:5: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2432:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2434:5: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2550:3: style: Variable 'entry_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2546:0: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2550:3: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2556:4: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2554:0: note: Variable 'entry' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2556:4: note: Variable 'entry' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2567:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2560:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2567:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2698:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2637:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2698:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2791:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2787:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2791:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2817:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2813:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2817:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2929:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2926:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2929:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2984:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2968:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2984:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3548:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3542:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3548:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3584:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3580:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3584:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3745:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3732:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3745:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3746:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3733:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3746:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3774:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3771:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3774:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:537:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:713:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:900:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:995:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1108:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1203:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1332:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1489:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1584:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:1692:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2037:20: style: Variable '_tmp8__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2050:21: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2063:21: style: Variable '_tmp20__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2076:21: style: Variable '_tmp26__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2089:21: style: Variable '_tmp32__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2171:25: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2205:41: style: Variable 'email_addr_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2202:0: style: Variable '_email_addr_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2255:27: style: Variable '_tmp38__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2285:42: style: Variable 'phone_num_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2282:0: style: Variable '_phone_num_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2339:37: style: Variable 'url_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2336:0: style: Variable '_url_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2551:30: style: Variable 'entry_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2548:0: style: Variable '_entry_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2570:21: style: Variable '_tokens_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2583:23: style: Variable '_tmp8__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:2586:24: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3052:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3090:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3108:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/lib/tpf-persona.c:3217:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/tp-backend-factory.c:115:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/tp-backend-factory.c:110:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend-factory.c:115:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend.c:150:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/tp-backend.c:149:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend.c:150:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend.c:255:5: style: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/tp-backend.c:254:5: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend.c:255:5: note: Variable '_data_->_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend.c:479:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/tp-backend.c:474:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend.c:479:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend.c:517:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/telepathy/tp-backend.c:515:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend.c:517:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/telepathy/tp-backend.c:413:4: style: Label '__finally3' is not used. [unusedLabel]
folks-0.6.9/backends/telepathy/tp-backend.c:427:3: style: Label '__finally2' is not used. [unusedLabel]
folks-0.6.9/backends/telepathy/tp-backend.c:192:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/tp-backend.c:357:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/tp-backend.c:506:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/telepathy/tp-backend.c:516:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3434:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3433:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3434:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3594:5: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3593:5: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3594:5: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3608:6: style: Variable '_data_->_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3607:6: note: Variable '_data_->_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3608:6: note: Variable '_data_->_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3622:7: style: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3621:7: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3622:7: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3670:8: style: Variable '_data_->_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3669:8: note: Variable '_data_->_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3670:8: note: Variable '_data_->_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3686:9: style: Variable '_data_->_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3685:9: note: Variable '_data_->_tmp64_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3686:9: note: Variable '_data_->_tmp64_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3704:10: style: Variable '_data_->_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3703:10: note: Variable '_data_->_tmp72_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3704:10: note: Variable '_data_->_tmp72_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3729:11: style: Variable '_data_->_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3728:11: note: Variable '_data_->_tmp84_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3729:11: note: Variable '_data_->_tmp84_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3753:12: style: Variable '_data_->_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3752:12: note: Variable '_data_->_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3753:12: note: Variable '_data_->_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3771:13: style: Variable '_data_->_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3770:13: note: Variable '_data_->_tmp101_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3771:13: note: Variable '_data_->_tmp101_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3884:14: style: Variable '_data_->_tmp152_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3883:14: note: Variable '_data_->_tmp152_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3884:14: note: Variable '_data_->_tmp152_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3924:15: style: Variable '_data_->_tmp169_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3923:15: note: Variable '_data_->_tmp169_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3924:15: note: Variable '_data_->_tmp169_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3942:16: style: Variable '_data_->_tmp176_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3941:16: note: Variable '_data_->_tmp176_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:3942:16: note: Variable '_data_->_tmp176_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4022:17: style: Variable '_data_->_tmp219_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4021:17: note: Variable '_data_->_tmp219_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4022:17: note: Variable '_data_->_tmp219_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4147:18: style: Variable '_data_->_tmp289_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4146:18: note: Variable '_data_->_tmp289_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4147:18: note: Variable '_data_->_tmp289_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4207:19: style: Variable '_data_->_tmp316_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4206:19: note: Variable '_data_->_tmp316_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4207:19: note: Variable '_data_->_tmp316_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4244:20: style: Variable '_data_->_tmp334_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4243:20: note: Variable '_data_->_tmp334_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4244:20: note: Variable '_data_->_tmp334_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4280:21: style: Variable '_data_->_tmp351_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4279:21: note: Variable '_data_->_tmp351_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4280:21: note: Variable '_data_->_tmp351_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4488:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4482:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4488:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4490:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4484:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4490:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4512:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4496:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4512:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4546:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4543:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4546:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4561:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4550:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4561:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4621:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4611:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4621:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4632:3: style: Variable 'service_line_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4628:0: note: Variable 'service_line_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4632:3: note: Variable 'service_line_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4638:4: style: Variable 'service_line' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4636:0: note: Variable 'service_line' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4638:4: note: Variable 'service_line' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4662:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4642:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4662:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4674:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4655:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4674:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4685:6: style: Variable 'a_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4681:0: note: Variable 'a_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4685:6: note: Variable 'a_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4691:7: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4689:0: note: Variable 'a' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4691:7: note: Variable 'a' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4739:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4736:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4739:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4752:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4743:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4752:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4806:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4799:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4806:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4817:4: style: Variable 'id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4813:0: note: Variable 'id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4817:4: note: Variable 'id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4823:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4821:0: note: Variable 'id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4823:5: note: Variable 'id' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5668:6: style: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5667:6: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5668:6: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5816:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5813:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5816:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5828:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5825:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5828:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5840:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5837:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5840:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:10402:2: style: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:10401:2: note: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:10402:2: note: Variable '_data_->_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4455:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5019:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:6778:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:7657:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:7748:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:7840:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:8192:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:8374:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:8489:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:8643:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:8731:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:11239:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:11320:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:11401:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:11482:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:11563:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:11644:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:11739:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:11862:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:11974:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:12062:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:12167:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4399:3: style: Label '__finally1' is not used. [unusedLabel]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:6418:5: style: Label '__finally6' is not used. [unusedLabel]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:6569:4: style: Label '__finally7' is not used. [unusedLabel]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4624:20: style: Variable '_services_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4633:37: style: Variable 'service_line_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4630:0: style: Variable '_service_line_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4665:24: style: Variable '_service_t_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4667:22: style: Variable '_tmp9__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4672:23: style: Variable '_tmp12__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4677:20: style: Variable '_addrs_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4686:29: style: Variable 'a_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4683:0: style: Variable '_a_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4809:18: style: Variable '_ids_a_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4818:28: style: Variable 'id_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4815:0: style: Variable '_id_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:4874:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5073:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5263:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5571:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:5868:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:6097:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:6252:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:6330:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:6498:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:6823:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:8775:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:8859:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:8937:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9027:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9111:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9205:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9279:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9356:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9523:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9597:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9737:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9811:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:9993:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:10136:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:10226:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:10342:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:10545:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:10654:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:10741:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:12181:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:12190:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:12199:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:12208:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:12217:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona-store.c:12239:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3661:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp24_. [nullPointerRedundantCheck]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3663:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/backends/tracker/lib/trf-persona.c:3660:13: note: Assignment '_tmp24_=e', assigned value is 0
folks-0.6.9/backends/tracker/lib/trf-persona.c:3661:13: note: Null pointer dereference
folks-0.6.9/backends/tracker/lib/trf-persona.c:1922:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1917:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1922:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1923:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1914:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1923:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1965:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1940:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1965:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1971:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1946:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1971:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1988:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1979:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1988:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1989:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1980:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:1989:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2047:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2041:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2047:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2049:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2043:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2049:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2064:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2055:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2064:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2080:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2077:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2080:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2099:7: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2084:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2099:7: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2137:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2134:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2137:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2149:6: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2141:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2149:6: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2176:6: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2170:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2176:6: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2178:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2172:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2178:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2193:7: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2184:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2193:7: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2209:8: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2206:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2209:8: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2228:9: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2213:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2228:9: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2470:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2449:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2470:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2471:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2450:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2471:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2492:3: style: Variable 'a_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2488:0: note: Variable 'a_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2492:3: note: Variable 'a_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2498:4: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2496:0: note: Variable 'a' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2498:4: note: Variable 'a' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2535:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2503:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2535:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2679:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2672:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2679:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2680:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2673:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2680:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2704:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2701:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2704:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2720:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2708:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2720:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2762:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2759:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2762:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2775:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2766:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2775:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2817:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2809:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2817:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2818:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2810:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2818:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2882:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2877:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2882:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2883:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2878:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2883:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2927:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2922:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2927:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2928:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2923:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2928:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2997:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2976:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2997:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2998:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2977:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:2998:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3019:3: style: Variable 'r_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3015:0: note: Variable 'r_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3019:3: note: Variable 'r_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3025:4: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3023:0: note: Variable 'r' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3025:4: note: Variable 'r' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3062:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3029:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3062:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3094:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3060:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3094:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3160:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3149:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3160:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3178:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3169:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3178:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3203:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3200:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3203:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3216:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3207:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3216:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3279:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3250:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3279:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3280:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3251:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3280:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3284:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3254:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3284:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3285:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3255:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3285:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3289:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3258:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3289:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3290:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3259:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3290:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3294:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3262:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3294:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3295:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3263:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3295:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3299:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3266:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3299:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3300:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3267:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3300:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3304:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3270:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3304:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3305:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3271:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3305:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3309:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3274:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3309:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3310:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3275:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3310:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3330:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3325:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3330:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3331:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3326:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3331:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3362:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3358:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3362:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3402:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3395:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3402:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3423:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3419:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3423:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3449:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3434:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3449:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3450:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3435:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3450:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3471:3: style: Variable 'addr_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3467:0: note: Variable 'addr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3471:3: note: Variable 'addr_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3477:4: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3475:0: note: Variable 'addr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3477:4: note: Variable 'addr' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3511:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3481:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3511:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3600:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3572:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3600:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3606:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3577:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3606:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3658:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3655:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3658:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3697:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3680:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3697:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3719:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3712:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3719:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3735:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3725:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3735:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3776:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3772:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3776:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3832:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3811:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3832:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3833:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3812:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3833:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3854:3: style: Variable 'p_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3850:0: note: Variable 'p_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3854:3: note: Variable 'p_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3860:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3858:0: note: Variable 'p' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3860:4: note: Variable 'p' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3893:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3877:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3893:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3947:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3944:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3947:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3960:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3951:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:3960:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4019:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4016:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4019:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4032:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4023:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4032:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4080:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4077:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4080:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4095:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4084:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4095:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4157:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4154:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4157:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4172:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4161:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4172:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4232:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4211:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4232:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4233:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4212:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4233:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4254:3: style: Variable 'e_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4250:0: note: Variable 'e_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4254:3: note: Variable 'e_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4260:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4258:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4260:4: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4293:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4277:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4293:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4358:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4337:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4358:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4359:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4338:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4359:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4379:3: style: Variable 'row_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4375:0: note: Variable 'row_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4379:3: note: Variable 'row_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4385:4: style: Variable 'row' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4383:0: note: Variable 'row' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4385:4: note: Variable 'row' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4399:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4389:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4399:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4561:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4558:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4561:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4576:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4565:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4576:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4649:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4646:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4649:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4664:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4653:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4664:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4710:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4701:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4710:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4711:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4702:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4711:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4734:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4725:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4734:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4740:4: style: Variable 'tag_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4736:0: note: Variable 'tag_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4740:4: note: Variable 'tag_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4746:5: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4744:0: note: Variable 'tag' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:4746:5: note: Variable 'tag' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:5133:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-persona.c:5127:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:5133:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-persona.c:651:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:730:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:809:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:888:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:967:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1046:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1122:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1206:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1286:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1365:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1444:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1523:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1602:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1678:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1768:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:1858:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:2640:24: style: Variable '_tmp47__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3011:19: style: Variable '_roles_a_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3020:26: style: Variable 'r_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3017:0: style: Variable '_r_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3065:21: style: Variable '_r_info_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3067:23: style: Variable '_tmp13__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3072:23: style: Variable '_tmp16__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3077:23: style: Variable '_tmp19__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3082:23: style: Variable '_tmp22__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3463:23: style: Variable '_addresses_a_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3472:29: style: Variable 'addr_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3469:0: style: Variable '_addr_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3514:24: style: Variable '_addr_info_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3516:23: style: Variable '_tmp13__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3521:23: style: Variable '_tmp16__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3526:23: style: Variable '_tmp19__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3531:23: style: Variable '_tmp22__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3846:20: style: Variable '_phones_a_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3855:26: style: Variable 'p_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3852:0: style: Variable '_p_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3896:22: style: Variable '_p_info_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3898:24: style: Variable '_tmp17__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:3904:24: style: Variable '_tmp21__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4246:20: style: Variable '_emails_a_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4255:26: style: Variable 'e_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4252:0: style: Variable '_e_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4296:23: style: Variable '_id_addr_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4298:24: style: Variable '_tmp17__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4304:24: style: Variable '_tmp21__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4513:19: style: Variable '_tmp40_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4738:0: style: Variable '_tag_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4856:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4872:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-persona.c:4986:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-util.c:364:2: style: Variable 'class_name' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-util.c:342:0: note: Variable 'class_name' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:364:2: note: Variable 'class_name' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:581:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-util.c:567:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:581:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:582:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-util.c:569:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:582:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:593:3: style: Variable 'pspec_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-util.c:589:0: note: Variable 'pspec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:593:3: note: Variable 'pspec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:597:4: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-util.c:596:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:597:4: note: Variable 'pspec' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:619:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-util.c:600:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:619:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:628:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-util.c:608:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:628:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:667:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-util.c:666:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:667:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:1125:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/lib/trf-util.c:1124:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:1125:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/lib/trf-util.c:466:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-util.c:475:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-util.c:484:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-util.c:585:22: style: Variable '_properties_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-util.c:594:30: style: Variable 'pspec_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/lib/trf-util.c:591:0: style: Variable '_pspec_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/tr-backend-factory.c:116:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/tr-backend-factory.c:111:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/tr-backend-factory.c:116:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/tr-backend.c:148:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/backends/tracker/tr-backend.c:147:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/tr-backend.c:148:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/backends/tracker/tr-backend.c:239:4: style: Label '__finally1' is not used. [unusedLabel]
folks-0.6.9/backends/tracker/tr-backend.c:253:3: style: Label '__finally0' is not used. [unusedLabel]
folks-0.6.9/backends/tracker/tr-backend.c:384:4: style: Label '__finally3' is not used. [unusedLabel]
folks-0.6.9/backends/tracker/tr-backend.c:398:3: style: Label '__finally2' is not used. [unusedLabel]
folks-0.6.9/backends/tracker/tr-backend.c:190:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/tr-backend.c:307:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/backends/tracker/tr-backend.c:479:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/abstract-field-details.c:146:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:132:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:146:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:246:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:240:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:246:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:248:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:242:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:248:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:263:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:254:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:263:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:279:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:276:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:279:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:290:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:283:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:290:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:368:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:362:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:368:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:370:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:364:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:370:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:375:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:373:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:375:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:385:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:383:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:385:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:458:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:451:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:458:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:460:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:453:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:460:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:491:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:466:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:491:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:542:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:535:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:542:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:544:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:537:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:544:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:558:6: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:550:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:558:6: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:666:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:659:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:666:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:728:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/abstract-field-details.c:727:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/abstract-field-details.c:728:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/alias-details.c:145:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/alias-details.c:144:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/alias-details.c:145:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/alias-details.c:120:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/avatar-cache.c:256:84: warning: Possible null pointer dereference: _inner_error_ [nullPointer]
folks-0.6.9/folks/avatar-cache.c:210:27: note: Assignment '_inner_error_=NULL', assigned value is 0
folks-0.6.9/folks/avatar-cache.c:256:84: note: Null pointer dereference
folks-0.6.9/folks/avatar-cache.c:184:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:183:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:184:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:748:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:741:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:748:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:750:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:743:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:750:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:771:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:761:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:771:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:774:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:764:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:774:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:777:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:767:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:777:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:779:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:759:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:779:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:801:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:799:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:801:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:836:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:827:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:836:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:837:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:828:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:837:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:839:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:830:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:839:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:841:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-cache.c:832:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:841:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-cache.c:355:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/folks/avatar-cache.c:609:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/folks/avatar-cache.c:250:3: style: Label '__finally31' is not used. [unusedLabel]
folks-0.6.9/folks/avatar-cache.c:875:3: style: Label '__finally30' is not used. [unusedLabel]
folks-0.6.9/folks/avatar-cache.c:213:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/avatar-cache.c:245:14: style: Variable '_tmp8_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/avatar-cache.c:253:13: style: Variable '_tmp9_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/avatar-cache.c:652:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/avatar-cache.c:870:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/avatar-cache.c:878:13: style: Variable '_tmp1_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/avatar-details.c:142:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/avatar-details.c:141:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-details.c:142:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/avatar-details.c:117:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend-store.c:709:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:708:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:709:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:753:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:746:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:753:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:791:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:759:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:791:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:853:5: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:844:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:853:5: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:908:6: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:859:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:908:6: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1168:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1167:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1168:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1207:2: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1206:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1207:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1486:5: style: Variable '_data_->_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1485:5: note: Variable '_data_->_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1486:5: note: Variable '_data_->_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1671:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1651:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1671:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1728:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1724:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1728:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1747:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1743:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1747:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1799:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1795:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1799:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1818:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1814:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1818:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1903:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1898:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1903:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1904:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:1895:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1904:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2210:3: style: Variable '_data_->_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2209:3: note: Variable '_data_->_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2210:3: note: Variable '_data_->_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2346:8: style: Variable '_data_->_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2345:8: note: Variable '_data_->_tmp66_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2346:8: note: Variable '_data_->_tmp66_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2426:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2394:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2426:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2452:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2449:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2452:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2454:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2451:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2454:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2470:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2467:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2470:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2472:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2469:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2472:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2578:4: style: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2577:4: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2578:4: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2587:4: style: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2586:4: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2587:4: note: Variable '_data_->_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2677:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2676:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2677:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2682:3: style: Variable '_data_->_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2681:3: note: Variable '_data_->_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2682:3: note: Variable '_data_->_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2995:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:2970:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:2995:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:3107:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:3100:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:3107:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:3122:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend-store.c:3113:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:3122:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend-store.c:1631:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/folks/backend-store.c:2379:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/folks/backend-store.c:826:146: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
folks-0.6.9/folks/backend-store.c:1001:266: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
folks-0.6.9/folks/backend-store.c:1045:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend-store.c:1129:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend-store.c:1421:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend-store.c:1965:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend-store.c:2044:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend-store.c:2653:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend-store.c:2821:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend-store.c:2840:15: style: Variable '_res_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend-store.c:2844:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/backend.c:118:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/backend.c:117:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/backend.c:118:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/birthday-details.c:175:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/birthday-details.c:174:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/birthday-details.c:175:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/birthday-details.c:269:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/birthday-details.c:268:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/birthday-details.c:269:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/birthday-details.c:150:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/birthday-details.c:244:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:325:84: warning: Possible null pointer dereference: _inner_error_ [nullPointer]
folks-0.6.9/folks/debug.c:279:27: note: Assignment '_inner_error_=NULL', assigned value is 0
folks-0.6.9/folks/debug.c:325:84: note: Null pointer dereference
folks-0.6.9/folks/debug.c:930:84: warning: Possible null pointer dereference: _inner_error_ [nullPointer]
folks-0.6.9/folks/debug.c:907:27: note: Assignment '_inner_error_=NULL', assigned value is 0
folks-0.6.9/folks/debug.c:930:84: note: Null pointer dereference
folks-0.6.9/folks/debug.c:990:84: warning: Possible null pointer dereference: _inner_error_ [nullPointer]
folks-0.6.9/folks/debug.c:967:27: note: Assignment '_inner_error_=NULL', assigned value is 0
folks-0.6.9/folks/debug.c:990:84: note: Null pointer dereference
folks-0.6.9/folks/debug.c:226:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:221:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:226:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:228:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:223:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:228:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:352:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:347:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:352:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:396:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:389:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:396:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:407:6: style: Variable 'domain_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:403:0: note: Variable 'domain_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:407:6: note: Variable 'domain_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:413:7: style: Variable 'domain' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:411:0: note: Variable 'domain' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:413:7: note: Variable 'domain' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:422:8: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:416:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:422:8: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:473:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:472:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:473:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:514:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:509:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:514:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:566:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:561:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:566:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:588:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:583:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:588:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:619:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:609:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:619:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:670:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:664:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:670:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:674:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:668:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:674:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:780:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:770:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:780:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:808:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:786:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:808:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:852:3: style: Variable 'line_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:848:0: note: Variable 'line_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:852:3: note: Variable 'line_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:858:4: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:856:0: note: Variable 'line' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:858:4: note: Variable 'line' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:881:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:865:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:881:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:890:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:874:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:890:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:1150:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:1147:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:1150:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:1160:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/debug.c:1154:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:1160:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/debug.c:245:3: style: Label '__finally23' is not used. [unusedLabel]
folks-0.6.9/folks/debug.c:319:3: style: Label '__finally24' is not used. [unusedLabel]
folks-0.6.9/folks/debug.c:448:3: style: Label '__finally25' is not used. [unusedLabel]
folks-0.6.9/folks/debug.c:924:3: style: Label '__finally26' is not used. [unusedLabel]
folks-0.6.9/folks/debug.c:949:3: style: Label '__finally27' is not used. [unusedLabel]
folks-0.6.9/folks/debug.c:984:3: style: Label '__finally28' is not used. [unusedLabel]
folks-0.6.9/folks/debug.c:1009:3: style: Label '__finally29' is not used. [unusedLabel]
folks-0.6.9/folks/debug.c:1182:3: style: Label '__finally22' is not used. [unusedLabel]
folks-0.6.9/folks/debug.c:209:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:239:16: style: Variable '_tmp10_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:248:14: style: Variable '_tmp11_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:282:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:314:14: style: Variable '_tmp8_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:322:13: style: Variable '_tmp9_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:399:28: style: Variable '_domains_split_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:408:34: style: Variable 'domain_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:405:0: style: Variable '_domain_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:853:29: style: Variable 'line_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:850:0: style: Variable '_line_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:911:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:919:14: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:927:13: style: Variable '_tmp3_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:942:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:952:13: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:971:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:979:14: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:987:13: style: Variable '_tmp3_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:1002:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:1012:13: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:1177:12: style: Variable '_tmp8_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:1185:13: style: Variable '_tmp9_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/debug.c:607:0: error: va_list 'valist' used before va_start() was called. [va_list_usedBeforeStarted]
folks-0.6.9/folks/debug.c:648:0: error: va_list 'valist' used before va_start() was called. [va_list_usedBeforeStarted]
folks-0.6.9/folks/debug.c:769:0: error: va_list 'valist' used before va_start() was called. [va_list_usedBeforeStarted]
folks-0.6.9/folks/email-details.c:168:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/email-details.c:163:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:168:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:204:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/email-details.c:200:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:204:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:205:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/email-details.c:198:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:205:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:220:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/email-details.c:218:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:220:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:221:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/email-details.c:217:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:221:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:319:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/email-details.c:318:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:319:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/email-details.c:75:13: style: struct member '_FolksAbstractFieldDetailsClass::parameters_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/email-details.c:76:13: style: struct member '_FolksAbstractFieldDetailsClass::values_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/email-details.c:78:18: style: struct member '_FolksAbstractFieldDetailsClass::get_value' is never used. [unusedStructMember]
folks-0.6.9/folks/email-details.c:79:9: style: struct member '_FolksAbstractFieldDetailsClass::set_value' is never used. [unusedStructMember]
folks-0.6.9/folks/email-details.c:80:17: style: struct member '_FolksAbstractFieldDetailsClass::get_id' is never used. [unusedStructMember]
folks-0.6.9/folks/email-details.c:81:9: style: struct member '_FolksAbstractFieldDetailsClass::set_id' is never used. [unusedStructMember]
folks-0.6.9/folks/email-details.c:82:17: style: struct member '_FolksAbstractFieldDetailsClass::get_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/email-details.c:83:9: style: struct member '_FolksAbstractFieldDetailsClass::set_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/email-details.c:294:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/favourite-details.c:138:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/favourite-details.c:137:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/favourite-details.c:138:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/favourite-details.c:113:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/gender-details.c:166:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/gender-details.c:165:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/gender-details.c:166:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/gender-details.c:141:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/group-details.c:195:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/group-details.c:194:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/group-details.c:195:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/group-details.c:170:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/im-details.c:187:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:182:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:187:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:222:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:218:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:222:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:223:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:216:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:223:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:238:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:236:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:238:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:239:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:235:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:239:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:336:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:335:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:336:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:410:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:400:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:410:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:446:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:445:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:446:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:486:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:479:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:486:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:488:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:481:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:488:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:490:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:483:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:490:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:536:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:531:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:536:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:538:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:533:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:538:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:587:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:549:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:587:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:597:6: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:594:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:597:6: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:641:6: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:638:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:641:6: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:744:6: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:741:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:744:6: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:773:6: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:771:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:773:6: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:795:6: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:791:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:795:6: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:807:7: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:804:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:807:7: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:819:8: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:816:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:819:8: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:826:8: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:823:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:826:8: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:867:5: style: Variable '_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/im-details.c:865:0: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:867:5: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/im-details.c:84:13: style: struct member '_FolksAbstractFieldDetailsClass::parameters_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/im-details.c:85:13: style: struct member '_FolksAbstractFieldDetailsClass::values_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/im-details.c:87:18: style: struct member '_FolksAbstractFieldDetailsClass::get_value' is never used. [unusedStructMember]
folks-0.6.9/folks/im-details.c:88:9: style: struct member '_FolksAbstractFieldDetailsClass::set_value' is never used. [unusedStructMember]
folks-0.6.9/folks/im-details.c:89:17: style: struct member '_FolksAbstractFieldDetailsClass::get_id' is never used. [unusedStructMember]
folks-0.6.9/folks/im-details.c:90:9: style: struct member '_FolksAbstractFieldDetailsClass::set_id' is never used. [unusedStructMember]
folks-0.6.9/folks/im-details.c:91:17: style: struct member '_FolksAbstractFieldDetailsClass::get_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/im-details.c:92:9: style: struct member '_FolksAbstractFieldDetailsClass::set_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/im-details.c:311:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/im-details.c:634:20: style: Variable '_parts_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/im-details.c:628:23: style: Variable '_tmp38__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/im-details.c:621:24: style: Variable '_tmp35__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/im-details.c:670:24: style: Variable '_tmp47__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/im-details.c:676:24: style: Variable '_tmp50__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/im-details.c:689:24: style: Variable '_tmp53__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:1521:28: warning: Either the condition 'persona==NULL' is redundant or there is possible null pointer dereference: _tmp83_. [nullPointerRedundantCheck]
folks-0.6.9/folks/individual-aggregator.c:1536:6: note: Assuming that condition 'persona==NULL' is not redundant
folks-0.6.9/folks/individual-aggregator.c:1520:16: note: Assignment '_tmp83_=persona', assigned value is 0
folks-0.6.9/folks/individual-aggregator.c:1521:28: note: Null pointer dereference
folks-0.6.9/folks/individual-aggregator.c:2429:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
folks-0.6.9/folks/individual-aggregator.c:2431:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/folks/individual-aggregator.c:2428:12: note: Assignment '_tmp4_=e', assigned value is 0
folks-0.6.9/folks/individual-aggregator.c:2429:12: note: Null pointer dereference
folks-0.6.9/folks/individual-aggregator.c:1150:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1149:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1150:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1171:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1164:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1171:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1213:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1200:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1213:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1317:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1314:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1317:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1358:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1350:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1358:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1397:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1364:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1397:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1471:5: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1466:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1471:5: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1501:6: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1475:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1501:6: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1566:3: style: Variable '_tmp106_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1560:0: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1566:3: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1805:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1798:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1805:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1829:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1811:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1829:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1907:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:1892:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:1907:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2241:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2240:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2241:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2424:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2419:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2424:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2426:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2420:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2426:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2508:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2465:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2508:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2537:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2536:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2537:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2571:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2562:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2571:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2584:5: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2577:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2584:5: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2726:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2709:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2726:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2900:4: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2894:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2900:4: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2902:4: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2896:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2902:4: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2913:5: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2908:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2913:5: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2930:6: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2923:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2930:6: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2932:6: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2925:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2932:6: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2953:7: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2938:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:2953:7: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3001:9: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:2996:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3001:9: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3014:10: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3005:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3014:10: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3043:9: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3038:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3043:9: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3056:10: style: Variable '_tmp98_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3047:0: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3056:10: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3211:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3196:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3211:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3233:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3230:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3233:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3275:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3272:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3275:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3333:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3280:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3333:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3403:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3391:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3403:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3425:6: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3422:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3425:6: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3474:6: style: Variable 'foo_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3470:0: note: Variable 'foo_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3474:6: note: Variable 'foo_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3478:7: style: Variable 'foo' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3477:0: note: Variable 'foo' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3478:7: note: Variable 'foo' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3496:8: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3483:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3496:8: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3500:8: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3487:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3500:8: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3504:9: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3502:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3504:9: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3540:6: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3537:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3540:6: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3553:7: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3544:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3553:7: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3597:5: style: Variable '_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3594:0: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3597:5: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3612:6: style: Variable '_tmp104_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3601:0: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3612:6: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3637:5: style: Variable '_tmp114_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3634:0: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3637:5: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3651:6: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3641:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3651:6: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3668:7: style: Variable '_tmp121_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3662:0: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3668:7: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3670:7: style: Variable '_tmp123_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3664:0: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3670:7: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3688:8: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3676:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3688:8: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3719:7: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3716:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3719:7: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3733:8: style: Variable '_tmp141_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3723:0: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3733:8: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3894:3: style: Variable 'prop_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3890:0: note: Variable 'prop_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3894:3: note: Variable 'prop_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3900:4: style: Variable 'prop_name' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3898:0: note: Variable 'prop_name' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3900:4: note: Variable 'prop_name' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3934:3: style: Variable 'prop_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3930:0: note: Variable 'prop_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3934:3: note: Variable 'prop_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3940:4: style: Variable 'prop_name' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:3938:0: note: Variable 'prop_name' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:3940:4: note: Variable 'prop_name' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4094:4: style: Variable 'prop_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4090:0: note: Variable 'prop_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4094:4: note: Variable 'prop_name_collection' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4098:5: style: Variable 'prop_name' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4097:0: note: Variable 'prop_name' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4098:5: note: Variable 'prop_name' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4112:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4102:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4112:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4116:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4106:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4116:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4120:7: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4118:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4120:7: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4162:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4157:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4162:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4241:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4238:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4241:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4270:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4245:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4270:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4322:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4319:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4322:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4343:4: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4326:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4343:4: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4372:5: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4367:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4372:5: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4388:6: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4376:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4388:6: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4406:7: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4403:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4406:7: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4441:3: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4438:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4441:3: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4462:4: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4445:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4462:4: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4505:3: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4502:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4505:3: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4525:4: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4509:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4525:4: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4559:3: style: Variable '_tmp110_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4556:0: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4559:3: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4571:4: style: Variable '_tmp112_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4563:0: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4571:4: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4588:5: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4583:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4588:5: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4602:6: style: Variable '_tmp120_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4592:0: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4602:6: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4620:7: style: Variable '_tmp129_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4617:0: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4620:7: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4686:4: style: Variable '_tmp150_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4680:0: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4686:4: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4688:4: style: Variable '_tmp152_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4682:0: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4688:4: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4699:5: style: Variable '_tmp155_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4694:0: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4699:5: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4716:6: style: Variable '_tmp160_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4709:0: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4716:6: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4718:6: style: Variable '_tmp162_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4711:0: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4718:6: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4737:7: style: Variable '_tmp165_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4724:0: note: Variable '_tmp165_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4737:7: note: Variable '_tmp165_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4829:3: style: Variable '_tmp192_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4811:0: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4829:3: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4878:4: style: Variable '_tmp213_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4867:0: note: Variable '_tmp213_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4878:4: note: Variable '_tmp213_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4927:6: style: Variable '_tmp236_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4922:0: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4927:6: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4940:7: style: Variable '_tmp238_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:4931:0: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:4940:7: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5169:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:5153:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5169:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5505:4: style: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:5504:4: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5505:4: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5657:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:5638:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5657:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5969:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:5968:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5969:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5973:3: style: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:5972:3: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5973:3: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5980:3: style: Variable '_data_->_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:5979:3: note: Variable '_data_->_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5980:3: note: Variable '_data_->_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6239:3: style: Variable '_data_->_tmp109_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:6238:3: note: Variable '_data_->_tmp109_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6239:3: note: Variable '_data_->_tmp109_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6258:3: style: Variable '_data_->_tmp120_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:6257:3: note: Variable '_data_->_tmp120_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6258:3: note: Variable '_data_->_tmp120_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6277:3: style: Variable '_data_->_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:6276:3: note: Variable '_data_->_tmp131_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6277:3: note: Variable '_data_->_tmp131_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6878:3: style: Variable '_data_->_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:6877:3: note: Variable '_data_->_tmp63_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6878:3: note: Variable '_data_->_tmp63_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6882:3: style: Variable '_data_->_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:6881:3: note: Variable '_data_->_tmp66_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6882:3: note: Variable '_data_->_tmp66_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6889:3: style: Variable '_data_->_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:6888:3: note: Variable '_data_->_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6889:3: note: Variable '_data_->_tmp71_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6925:4: style: Variable '_data_->_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:6924:4: note: Variable '_data_->_tmp79_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:6925:4: note: Variable '_data_->_tmp79_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7151:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:7147:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7151:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7155:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:7146:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7155:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7228:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:7225:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7228:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7287:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:7281:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7287:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7290:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:7284:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7290:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7303:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:7298:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7303:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7321:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:7320:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7321:4: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7345:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:7341:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7345:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7347:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual-aggregator.c:7343:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:7347:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual-aggregator.c:5560:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/folks/individual-aggregator.c:7025:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/folks/individual-aggregator.c:1333:251: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
folks-0.6.9/folks/individual-aggregator.c:1451:141: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
folks-0.6.9/folks/individual-aggregator.c:1534:159: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
folks-0.6.9/folks/individual-aggregator.c:502:9: style: struct member '_FolksImDetailsIface::change_im_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:503:9: style: struct member '_FolksImDetailsIface::change_im_addresses_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:504:17: style: struct member '_FolksImDetailsIface::get_im_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:505:9: style: struct member '_FolksImDetailsIface::set_im_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:510:9: style: struct member '_FolksWebServiceDetailsIface::change_web_service_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:511:9: style: struct member '_FolksWebServiceDetailsIface::change_web_service_addresses_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:512:17: style: struct member '_FolksWebServiceDetailsIface::get_web_service_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:513:9: style: struct member '_FolksWebServiceDetailsIface::set_web_service_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:518:9: style: struct member '_FolksLocalIdDetailsIface::change_local_ids' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:519:9: style: struct member '_FolksLocalIdDetailsIface::change_local_ids_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:520:12: style: struct member '_FolksLocalIdDetailsIface::get_local_ids' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:521:9: style: struct member '_FolksLocalIdDetailsIface::set_local_ids' is never used. [unusedStructMember]
folks-0.6.9/folks/individual-aggregator.c:1216:16: style: Variable '_ids_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:1218:20: style: Variable '_tmp6__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:1224:20: style: Variable '_tmp9__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:1616:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:2129:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:3895:34: style: Variable 'prop_name_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:3892:0: style: Variable '_prop_name_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:3935:34: style: Variable 'prop_name_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:3932:0: style: Variable '_prop_name_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:4095:35: style: Variable 'prop_name_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:4092:0: style: Variable '_prop_name_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:5622:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:5695:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:5837:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:5929:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual-aggregator.c:6365:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual.c:2655:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:2652:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2655:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2779:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:2776:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2779:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2792:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:2783:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2792:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2835:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:2832:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2835:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2847:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:2839:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2847:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2981:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:2926:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2981:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2986:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:2931:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:2986:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3164:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3161:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3164:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3177:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3168:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3177:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3278:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3275:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3278:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3288:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3282:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3288:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3312:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3307:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3312:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3323:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3316:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3323:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3348:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3345:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3348:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3360:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3352:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3360:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3385:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3382:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3385:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3397:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3389:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3397:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3434:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3426:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3434:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3588:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3586:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3588:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3696:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3692:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3696:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3700:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3691:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3700:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3722:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3712:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3722:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3726:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3706:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3726:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3801:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3755:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3801:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3880:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3876:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3880:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3919:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3911:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3919:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3998:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:3995:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:3998:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4045:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4042:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4045:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4059:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4049:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4059:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4112:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4109:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4112:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4122:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4116:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4122:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4149:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4141:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4149:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4151:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4143:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4151:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4168:7: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4157:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4168:7: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4186:8: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4183:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4186:8: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4198:9: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4190:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4198:9: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4240:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4236:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4240:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4250:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4244:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4250:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4277:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4269:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4277:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4279:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4271:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4279:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4296:7: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4285:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4296:7: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4314:8: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4311:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4314:8: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4326:9: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4318:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4326:9: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4545:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4543:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4545:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4609:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4607:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4609:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4649:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4646:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4649:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4702:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4692:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4702:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4706:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4686:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4706:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4752:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4748:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4752:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4799:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4789:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4799:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4803:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4783:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4803:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4849:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:4845:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:4849:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5026:4: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5021:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5026:4: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5056:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5048:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5056:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5138:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5135:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5138:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5151:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5142:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5151:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5172:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5167:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5172:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5189:7: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5176:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5189:7: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5282:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5279:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5282:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5295:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5286:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5295:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5316:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5311:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5316:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5333:7: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5320:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5333:7: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5426:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5423:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5426:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5439:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5430:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5439:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5460:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5455:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5460:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5477:7: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5464:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5477:7: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5563:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5560:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5563:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5576:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5567:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5576:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5597:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5592:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5597:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5608:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5601:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5608:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5642:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5639:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5642:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5655:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5646:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5655:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5676:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5671:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5676:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5687:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5680:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5687:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5721:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5718:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5721:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5734:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5725:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5734:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5755:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5750:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5755:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5766:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:5759:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:5766:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6010:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6007:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6010:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6074:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6071:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6074:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6087:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6078:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6087:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6108:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6103:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6108:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6119:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6112:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6119:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6198:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6195:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6198:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6210:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6202:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6210:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6298:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6295:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6298:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6310:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6302:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6310:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6326:5: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6323:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6326:5: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6408:3: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6405:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6408:3: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6419:4: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6412:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6419:4: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6478:4: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6475:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6478:4: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6502:5: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/individual.c:6482:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:6502:5: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/individual.c:1296:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual.c:1552:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual.c:1779:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual.c:2007:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual.c:2238:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual.c:2544:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/individual.c:2971:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/internal.c:61:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/internal.c:58:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/internal.c:61:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/internal.c:73:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/internal.c:65:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/internal.c:73:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/local-id-details.c:145:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/local-id-details.c:144:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/local-id-details.c:145:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/local-id-details.c:120:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/name-details.c:218:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/name-details.c:207:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:218:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:248:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/name-details.c:243:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:248:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:439:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/name-details.c:425:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:439:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:440:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/name-details.c:412:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:440:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:822:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/name-details.c:821:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:822:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:916:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/name-details.c:915:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:916:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:1010:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/name-details.c:1009:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:1010:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/name-details.c:797:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/name-details.c:891:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/name-details.c:985:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/note-details.c:213:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/note-details.c:209:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:213:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:214:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/note-details.c:207:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:214:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:236:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/note-details.c:229:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:236:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:239:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/note-details.c:232:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:239:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:240:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/note-details.c:226:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:240:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:449:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/note-details.c:448:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:449:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/note-details.c:76:13: style: struct member '_FolksAbstractFieldDetailsClass::parameters_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/note-details.c:77:13: style: struct member '_FolksAbstractFieldDetailsClass::values_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/note-details.c:79:18: style: struct member '_FolksAbstractFieldDetailsClass::get_value' is never used. [unusedStructMember]
folks-0.6.9/folks/note-details.c:80:9: style: struct member '_FolksAbstractFieldDetailsClass::set_value' is never used. [unusedStructMember]
folks-0.6.9/folks/note-details.c:83:17: style: struct member '_FolksAbstractFieldDetailsClass::get_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/note-details.c:84:9: style: struct member '_FolksAbstractFieldDetailsClass::set_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/note-details.c:424:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/object-cache.c:499:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/object-cache.c:492:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:499:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1081:2: style: Variable '_data_->_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/object-cache.c:1080:2: note: Variable '_data_->_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1081:2: note: Variable '_data_->_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1372:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/object-cache.c:1353:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1372:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1573:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/object-cache.c:1545:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1573:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1574:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/object-cache.c:1546:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1574:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1576:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/object-cache.c:1548:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1576:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1579:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/object-cache.c:1551:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:1579:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/object-cache.c:921:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/folks/object-cache.c:973:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/object-cache.c:1298:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/object-cache.c:1430:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/persona-store.c:529:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona-store.c:528:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona-store.c:529:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona-store.c:463:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/persona.c:215:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:205:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:215:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:251:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:250:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:251:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:273:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:268:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:273:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:275:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:270:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:275:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:276:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:266:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:276:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:290:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:285:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:290:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:292:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:287:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:292:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:293:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:283:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:293:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:328:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:314:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:328:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:331:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:317:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:331:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:334:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:320:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:334:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:336:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:322:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:336:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:341:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:312:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:341:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:365:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:362:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:365:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:366:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:360:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:366:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:380:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:375:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:380:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:429:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:426:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:429:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:504:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:480:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:504:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:528:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:526:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:528:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:552:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:550:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:552:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:634:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:633:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:634:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:761:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:757:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:761:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:796:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/persona.c:792:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/persona.c:796:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:218:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/phone-details.c:214:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:218:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:219:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/phone-details.c:212:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:219:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:398:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/phone-details.c:382:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:398:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:404:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/phone-details.c:388:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:404:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:441:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/phone-details.c:439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:441:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:442:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/phone-details.c:438:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:442:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:603:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/phone-details.c:596:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:603:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:665:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/phone-details.c:656:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:665:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:855:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/phone-details.c:854:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:855:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/phone-details.c:77:13: style: struct member '_FolksAbstractFieldDetailsClass::parameters_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/phone-details.c:80:18: style: struct member '_FolksAbstractFieldDetailsClass::get_value' is never used. [unusedStructMember]
folks-0.6.9/folks/phone-details.c:81:9: style: struct member '_FolksAbstractFieldDetailsClass::set_value' is never used. [unusedStructMember]
folks-0.6.9/folks/phone-details.c:84:17: style: struct member '_FolksAbstractFieldDetailsClass::get_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/phone-details.c:85:9: style: struct member '_FolksAbstractFieldDetailsClass::set_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/phone-details.c:830:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/postal-address-details.c:271:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:252:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:271:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:573:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:554:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:573:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:590:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:571:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:590:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:591:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:553:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:591:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1114:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:1106:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1114:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1157:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:1143:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1157:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1198:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:1190:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1198:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1200:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:1192:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1200:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1203:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:1186:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1203:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1452:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/postal-address-details.c:1451:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:1452:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/postal-address-details.c:110:13: style: struct member '_FolksAbstractFieldDetailsClass::values_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/postal-address-details.c:112:18: style: struct member '_FolksAbstractFieldDetailsClass::get_value' is never used. [unusedStructMember]
folks-0.6.9/folks/postal-address-details.c:113:9: style: struct member '_FolksAbstractFieldDetailsClass::set_value' is never used. [unusedStructMember]
folks-0.6.9/folks/postal-address-details.c:116:17: style: struct member '_FolksAbstractFieldDetailsClass::get_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/postal-address-details.c:117:9: style: struct member '_FolksAbstractFieldDetailsClass::set_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/postal-address-details.c:1427:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/potential-match.c:524:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:521:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:524:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:533:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:528:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:533:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:545:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:542:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:545:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:557:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:549:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:557:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:639:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:599:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:639:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:670:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:663:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:670:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:692:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:685:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:692:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:714:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:707:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:714:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:798:3: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:752:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:798:3: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:805:4: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:802:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:805:4: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:852:4: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:845:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:852:4: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:954:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:946:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:954:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:956:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:948:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:956:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:971:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:962:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:971:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:999:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:991:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:999:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1001:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:993:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1001:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1017:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1007:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1017:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1076:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1073:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1076:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1103:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1080:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1103:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1143:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1140:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1143:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1168:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1147:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1168:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1212:7: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1207:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1212:7: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1249:7: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1237:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1249:7: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1257:7: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1245:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1257:7: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1270:8: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1265:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1270:8: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1328:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1322:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1328:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1364:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1358:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1364:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1381:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1375:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1381:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1477:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1472:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1477:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1490:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1485:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1490:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1615:2: style: Variable '_vala_exact' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1599:0: note: Variable '_vala_exact' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1615:2: note: Variable '_vala_exact' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1908:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1905:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1908:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1929:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1925:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1929:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1930:2: style: Variable '_vala_c' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1922:0: note: Variable '_vala_c' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1930:2: note: Variable '_vala_c' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1936:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1934:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1936:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1975:2: style: Variable '_vala_t' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1957:0: note: Variable '_vala_t' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1975:2: note: Variable '_vala_t' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1977:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1961:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1977:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1980:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1963:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1980:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1999:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:1987:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:1999:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2053:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:2050:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2053:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2054:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:2048:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2054:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2090:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:2086:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2090:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2126:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:2124:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2126:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2163:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/potential-match.c:2162:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:2163:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/potential-match.c:205:9: style: struct member '_FolksGenderDetailsIface::change_gender' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:206:9: style: struct member '_FolksGenderDetailsIface::change_gender_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:207:16: style: struct member '_FolksGenderDetailsIface::get_gender' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:208:9: style: struct member '_FolksGenderDetailsIface::set_gender' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:213:9: style: struct member '_FolksPhoneDetailsIface::change_phone_numbers' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:214:9: style: struct member '_FolksPhoneDetailsIface::change_phone_numbers_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:215:12: style: struct member '_FolksPhoneDetailsIface::get_phone_numbers' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:216:9: style: struct member '_FolksPhoneDetailsIface::set_phone_numbers' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:221:9: style: struct member '_FolksNameDetailsIface::change_structured_name' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:222:9: style: struct member '_FolksNameDetailsIface::change_structured_name_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:223:9: style: struct member '_FolksNameDetailsIface::change_full_name' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:224:9: style: struct member '_FolksNameDetailsIface::change_full_name_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:225:9: style: struct member '_FolksNameDetailsIface::change_nickname' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:226:9: style: struct member '_FolksNameDetailsIface::change_nickname_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:227:25: style: struct member '_FolksNameDetailsIface::get_structured_name' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:228:9: style: struct member '_FolksNameDetailsIface::set_structured_name' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:229:17: style: struct member '_FolksNameDetailsIface::get_full_name' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:230:9: style: struct member '_FolksNameDetailsIface::set_full_name' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:231:17: style: struct member '_FolksNameDetailsIface::get_nickname' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:232:9: style: struct member '_FolksNameDetailsIface::set_nickname' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:237:9: style: struct member '_FolksAliasDetailsIface::change_alias' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:238:9: style: struct member '_FolksAliasDetailsIface::change_alias_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:239:17: style: struct member '_FolksAliasDetailsIface::get_alias' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:240:9: style: struct member '_FolksAliasDetailsIface::set_alias' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:245:9: style: struct member '_FolksImDetailsIface::change_im_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:246:9: style: struct member '_FolksImDetailsIface::change_im_addresses_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:247:17: style: struct member '_FolksImDetailsIface::get_im_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:248:9: style: struct member '_FolksImDetailsIface::set_im_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:253:9: style: struct member '_FolksEmailDetailsIface::change_email_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:254:9: style: struct member '_FolksEmailDetailsIface::change_email_addresses_finish' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:255:12: style: struct member '_FolksEmailDetailsIface::get_email_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:256:9: style: struct member '_FolksEmailDetailsIface::set_email_addresses' is never used. [unusedStructMember]
folks-0.6.9/folks/potential-match.c:1210:25: style: Variable '_tmp49__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/potential-match.c:1247:25: style: Variable '_tmp53__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/potential-match.c:1252:25: style: Variable '_tokens_b_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/potential-match.c:1326:20: style: Variable '_tmp6__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/potential-match.c:1362:22: style: Variable '_tmp15__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/presence-details.c:200:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/presence-details.c:193:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/presence-details.c:200:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:234:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:227:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:234:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:381:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:368:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:381:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:385:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:372:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:385:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:389:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:376:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:389:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:390:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:364:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:390:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:413:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:402:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:413:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:422:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:411:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:422:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:423:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:401:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:423:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:691:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:683:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:691:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:792:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:784:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:792:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:794:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:786:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:794:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:797:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:780:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:797:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:1040:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/role-details.c:1039:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:1040:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/role-details.c:105:13: style: struct member '_FolksAbstractFieldDetailsClass::values_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/role-details.c:107:18: style: struct member '_FolksAbstractFieldDetailsClass::get_value' is never used. [unusedStructMember]
folks-0.6.9/folks/role-details.c:108:9: style: struct member '_FolksAbstractFieldDetailsClass::set_value' is never used. [unusedStructMember]
folks-0.6.9/folks/role-details.c:111:17: style: struct member '_FolksAbstractFieldDetailsClass::get_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/role-details.c:112:9: style: struct member '_FolksAbstractFieldDetailsClass::set_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/role-details.c:1015:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/url-details.c:198:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/url-details.c:194:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:198:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:199:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/url-details.c:192:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:199:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:214:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/url-details.c:212:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:214:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:215:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/url-details.c:211:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:215:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:312:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/url-details.c:311:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:312:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/url-details.c:76:13: style: struct member '_FolksAbstractFieldDetailsClass::parameters_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/url-details.c:77:13: style: struct member '_FolksAbstractFieldDetailsClass::values_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/url-details.c:79:18: style: struct member '_FolksAbstractFieldDetailsClass::get_value' is never used. [unusedStructMember]
folks-0.6.9/folks/url-details.c:80:9: style: struct member '_FolksAbstractFieldDetailsClass::set_value' is never used. [unusedStructMember]
folks-0.6.9/folks/url-details.c:81:17: style: struct member '_FolksAbstractFieldDetailsClass::get_id' is never used. [unusedStructMember]
folks-0.6.9/folks/url-details.c:82:9: style: struct member '_FolksAbstractFieldDetailsClass::set_id' is never used. [unusedStructMember]
folks-0.6.9/folks/url-details.c:83:17: style: struct member '_FolksAbstractFieldDetailsClass::get_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/url-details.c:84:9: style: struct member '_FolksAbstractFieldDetailsClass::set_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/url-details.c:287:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/folks/utils.c:106:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:100:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:106:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:109:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:103:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:109:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:167:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:161:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:167:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:169:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:163:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:169:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:183:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:175:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:183:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:210:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:196:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:210:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:214:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:200:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:214:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:235:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:232:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:235:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:247:8: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:239:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:247:8: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:338:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:332:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:338:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:340:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:334:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:340:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:354:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:346:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:354:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:381:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:367:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:381:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:385:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:371:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:385:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:406:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:403:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:406:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:418:8: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:410:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:418:8: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:506:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:503:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:506:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:518:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:510:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:518:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:549:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/utils.c:548:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/utils.c:549:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:193:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/web-service-details.c:189:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:193:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:194:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/web-service-details.c:187:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:194:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:209:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/web-service-details.c:207:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:209:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:210:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/web-service-details.c:206:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:210:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:307:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/folks/web-service-details.c:306:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:307:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/folks/web-service-details.c:75:13: style: struct member '_FolksAbstractFieldDetailsClass::parameters_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/web-service-details.c:76:13: style: struct member '_FolksAbstractFieldDetailsClass::values_equal' is never used. [unusedStructMember]
folks-0.6.9/folks/web-service-details.c:78:18: style: struct member '_FolksAbstractFieldDetailsClass::get_value' is never used. [unusedStructMember]
folks-0.6.9/folks/web-service-details.c:79:9: style: struct member '_FolksAbstractFieldDetailsClass::set_value' is never used. [unusedStructMember]
folks-0.6.9/folks/web-service-details.c:80:17: style: struct member '_FolksAbstractFieldDetailsClass::get_id' is never used. [unusedStructMember]
folks-0.6.9/folks/web-service-details.c:81:9: style: struct member '_FolksAbstractFieldDetailsClass::set_id' is never used. [unusedStructMember]
folks-0.6.9/folks/web-service-details.c:82:17: style: struct member '_FolksAbstractFieldDetailsClass::get_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/web-service-details.c:83:9: style: struct member '_FolksAbstractFieldDetailsClass::set_parameters' is never used. [unusedStructMember]
folks-0.6.9/folks/web-service-details.c:282:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:208:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:39:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:210:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:39:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:83:3: style: Variable 'k_collection' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:447:0: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:83:3: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:83:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:454:0: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:83:4: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:94:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:94:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:94:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:132:5: style: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:132:5: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:132:5: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:152:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1069:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:152:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:153:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1072:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:153:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:155:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1096:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:155:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:155:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1108:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:155:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:165:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1186:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:165:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:165:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1198:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:165:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:193:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1328:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:193:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:193:3: style: Variable 'k_collection' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1338:0: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:193:3: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:193:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1345:0: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:193:4: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:195:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1352:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:195:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:207:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1453:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:207:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:208:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contacts-stress-test.c:1457:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:208:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
add-contacts-stress-test.c:1303:3: style: Label '__finally2' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:24:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:180:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:180:13: style: Variable '_tmp7_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:195:9: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
add-contacts-stress-test.c:1354:14: style: Variable '_tmp5_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:196:9: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:208:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-contacts-stress-test.vala:80:11: error: Uninitialized variable: _tmp21_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:56:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:590:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:56:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:124:3: style: Variable 'k_collection' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:963:0: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:124:3: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:124:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:970:0: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:124:4: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:132:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:132:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:132:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:288:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2127:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:288:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:289:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2130:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:289:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:293:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2158:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:293:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:293:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2170:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:293:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:481:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3453:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:481:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:481:3: style: Variable 'k_collection' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3463:0: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:481:3: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:481:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3470:0: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:481:4: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:483:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3477:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:483:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:495:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3656:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:495:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:496:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3660:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/add-persona.vala:496:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
add-persona.c:2583:3: style: Label '__finally2' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:95:12: style: Variable '_tmp24_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:95:12: style: Variable '_tmp25_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:24:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:369:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:369:13: style: Variable '_tmp7_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:483:9: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
add-persona.c:3479:14: style: Variable '_tmp5_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:484:9: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:43:26: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:44:29: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:45:24: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:46:27: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:47:25: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:48:24: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:496:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:79:34: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:80:25: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:82:27: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:83:27: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:84:25: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:85:30: error: Uninitialized variable: _tmp8_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:86:25: error: Uninitialized variable: _tmp9_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:87:30: error: Uninitialized variable: _tmp10_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:88:29: error: Uninitialized variable: _tmp11_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/add-persona.vala:89:28: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details.c:154:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:92:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:92:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:92:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:110:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details.c:618:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:110:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:111:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details.c:621:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:111:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:115:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details.c:653:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:115:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:115:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details.c:665:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:115:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:120:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details.c:700:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:120:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:120:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details.c:712:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:120:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:158:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details.c:1029:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:158:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:159:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details.c:1033:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:159:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:137:11: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:159:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/avatar-details.vala:59:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/email-details.vala:38:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:129:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:38:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:120:3: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:732:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:120:3: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:120:4: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:744:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:120:4: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:131:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/email-details.vala:131:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:131:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:149:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:977:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:149:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:150:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:980:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:150:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:152:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1004:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:152:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:152:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1016:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:152:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:179:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1150:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:179:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:179:6: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1166:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:179:6: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:187:10: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1268:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:187:10: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:187:10: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1270:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:187:10: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:193:7: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1331:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:193:7: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:193:7: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1333:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:193:7: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:193:8: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1356:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:193:8: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:202:3: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1421:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:202:3: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:202:4: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1433:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:202:4: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:213:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1534:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:213:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:214:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details.c:1538:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:214:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/email-details.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/email-details.vala:214:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/email-details.vala:64:20: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/email-details.vala:65:20: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/email-details.vala:66:27: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/im-details.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:128:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:102:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/im-details.vala:102:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:102:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:120:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:608:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:120:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:121:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:611:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:121:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:123:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:640:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:123:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:123:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:652:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:123:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:130:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:705:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:130:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:130:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:707:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:130:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:130:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:732:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:130:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:136:8: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:779:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:136:8: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:145:9: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:815:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:145:9: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:158:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:875:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:158:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:158:4: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:887:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:158:4: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:174:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:1028:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:174:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:175:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details.c:1032:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/im-details.vala:175:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
im-details.c:280:11: style: Variable '_tmp25_' is not assigned a value. [unassignedVariable]
im-details.c:281:11: style: Variable '_tmp26_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/eds/im-details.vala:24:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/im-details.vala:140:34: error: Uninitialized variable: _tmp39_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/im-details.vala:149:35: error: Uninitialized variable: _tmp46_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/im-details.vala:175:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/im-details.vala:61:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/im-details.vala:62:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/im-details.vala:63:26: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/im-details.vala:71:12: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/im-details.vala:74:12: error: Uninitialized variable: _tmp19_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:34:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:34:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:99:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:99:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:99:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:117:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:664:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:117:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:118:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:667:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:118:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:120:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:694:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:120:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:120:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:706:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:120:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:135:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:797:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:135:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:135:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:809:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:135:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:146:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:904:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:146:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:147:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:908:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:147:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:147:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:67:12: error: Uninitialized variable: _tmp11_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/individual-retrieval.vala:75:12: error: Uninitialized variable: _tmp26_ [uninitvar]
link-personas-diff-stores.c:1986:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:54:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:647:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:54:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:156:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:156:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:156:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:188:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1253:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:188:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:188:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1280:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:188:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:213:2: style: Variable '_data_->_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:213:2: note: Variable '_data_->_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:213:2: note: Variable '_data_->_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:283:5: style: Variable '_data_->_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:283:5: note: Variable '_data_->_tmp95_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:283:5: note: Variable '_data_->_tmp95_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:316:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:2072:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:316:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:318:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:2087:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:318:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:318:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:2099:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:318:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:513:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:3491:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:513:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:514:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:3495:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:514:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/link-personas.vala:33:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:41:30: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:42:37: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:514:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:112:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:113:36: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:114:26: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:118:31: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:119:31: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/link-personas.vala:191:8: error: Uninitialized variable: _tmp17_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/name-details.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:126:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:121:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/name-details.vala:121:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:121:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:139:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:890:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:139:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:140:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:893:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:140:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:142:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:922:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:142:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:142:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:934:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:142:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:154:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1002:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:154:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:156:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1004:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:156:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:156:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1006:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:156:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:186:6: style: Variable '_tmp111_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1340:0: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:186:6: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:188:6: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1342:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:188:6: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:188:6: style: Variable '_tmp115_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1344:0: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:188:6: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:206:3: style: Variable '_tmp151_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1513:0: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:206:3: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:206:4: style: Variable '_tmp153_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1525:0: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:206:4: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:223:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1660:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:223:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:224:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details.c:1664:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:224:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/name-details.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/name-details.vala:224:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/name-details.vala:59:20: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/name-details.vala:61:27: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:141:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp26_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:117:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:141:13: note: Assignment '_tmp26_=e', assigned value is 0
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:141:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:32:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-tests.c:131:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:32:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:87:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-tests.c:316:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:87:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:87:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-tests.c:343:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:87:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:117:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-tests.c:844:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:117:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:206:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-tests.c:1209:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:206:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:207:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-tests.c:1213:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:207:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:44:30: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:74:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:97:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:51:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:52:23: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:207:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:33:29: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:59:11: error: Uninitialized variable: _tmp8_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/persona-store-tests.vala:67:12: error: Uninitialized variable: _tmp23_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/phone-details.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:129:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:112:3: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:667:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:112:3: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:112:4: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:679:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:112:4: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:123:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/phone-details.vala:123:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:123:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:141:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:912:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:141:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:142:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:915:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:142:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:144:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:940:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:144:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:144:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:952:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:144:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:167:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:1066:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:167:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:167:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:1082:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:167:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:170:7: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:1111:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:170:7: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:170:7: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:1113:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:170:7: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:170:8: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:1136:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:170:8: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:207:3: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:1317:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:207:3: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:207:4: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:1329:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:207:4: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:218:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:1428:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:218:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:219:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details.c:1432:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:219:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/phone-details.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/phone-details.vala:219:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/phone-details.vala:63:20: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/phone-details.vala:64:27: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:42:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:134:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:42:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:125:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:125:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:125:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:144:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:667:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:144:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:145:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:670:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:145:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:147:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:694:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:147:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:147:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:706:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:147:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:153:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:750:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:153:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:153:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:766:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:153:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:172:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:849:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:172:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:172:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:861:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:172:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:183:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:1007:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:183:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:184:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details.c:1011:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:184:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:80:12: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:80:12: style: Variable '_tmp14_' is assigned a value that is never used. [unreadVariable]
postal-address-details.c:295:34: style: Unused variable: _tmp31_ [unusedVariable]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:24:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:30:26: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:31:28: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:32:24: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:33:26: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:34:25: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:35:24: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:184:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:66:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:67:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/postal-address-details.vala:85:12: error: Uninitialized variable: _tmp20_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:40:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:198:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:40:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:85:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:85:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:85:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:153:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:928:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:153:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:154:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:931:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:154:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:156:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:952:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:156:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:156:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:964:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:156:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:168:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1038:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:168:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:168:7: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1054:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:168:7: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:183:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1147:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:183:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:183:4: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1159:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:183:4: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:199:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1229:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:199:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:211:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1321:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:211:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:212:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1325:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:212:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
remove-persona.c:297:11: style: Variable '_tmp4_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:24:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:212:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/remove-persona.vala:64:34: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:35:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
removing-contacts.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:35:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:88:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:88:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:88:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:106:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
removing-contacts.c:536:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:106:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
removing-contacts.c:539:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
removing-contacts.c:560:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:109:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
removing-contacts.c:572:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:109:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:122:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
removing-contacts.c:642:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:122:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:122:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
removing-contacts.c:654:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:122:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:141:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
removing-contacts.c:782:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:141:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:142:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
removing-contacts.c:786:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:142:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
removing-contacts.c:265:11: style: Variable '_tmp13_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:142:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:58:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/removing-contacts.vala:68:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:254:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:231:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:254:12: note: Assignment '_tmp5_=e', assigned value is 0
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:254:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:235:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:97:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:97:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:97:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:115:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:695:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:115:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:116:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:698:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:116:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:118:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:722:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:118:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:118:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:734:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:118:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:129:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:792:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:129:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:129:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:808:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:129:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:138:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:866:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:138:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:138:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:878:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:138:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:154:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:921:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:154:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:241:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:1267:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:241:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:231:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:1353:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:231:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:213:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:1395:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:213:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:214:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:1398:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:214:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:216:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:1420:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:216:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:216:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:1433:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:216:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:263:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:1528:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:263:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:263:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:1540:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:263:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:207:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:207:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:207:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:322:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:2072:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:322:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:323:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:2076:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:323:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:289:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:236:13: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:323:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:61:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:73:12: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:170:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-avatar.vala:182:12: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:35:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:128:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:35:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:89:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:89:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:89:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:546:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:108:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:549:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:108:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:110:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:573:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:110:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:110:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:585:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:110:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:122:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:649:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:122:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:122:7: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:665:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:122:7: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:131:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:726:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:131:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:131:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:738:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:131:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:141:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:788:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:141:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:144:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:863:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:144:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:156:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:958:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:156:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:157:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:962:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:157:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:141:11: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:157:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:59:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-birthday.vala:69:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-emails.vala:35:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:35:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:88:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-emails.vala:88:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:88:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:106:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:545:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:106:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:548:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:572:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:109:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:584:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:109:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:120:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:642:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:120:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:120:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:658:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:120:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:136:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:751:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:136:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:136:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:763:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:136:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:145:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:825:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:145:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:145:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:841:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:145:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:160:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:948:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:160:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:161:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:952:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:161:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-emails.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-emails.vala:161:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-emails.vala:58:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-emails.vala:68:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-gender.vala:35:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:35:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:90:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-gender.vala:90:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:90:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:108:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:545:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:108:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:109:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:548:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:109:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:111:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:572:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:111:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:111:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:584:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:111:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:125:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:654:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:125:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:125:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:670:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:125:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:134:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:725:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:134:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:134:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:737:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:134:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:157:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:873:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:157:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:158:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:877:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:158:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-gender.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-gender.vala:158:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-gender.vala:59:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-gender.vala:69:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:35:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:35:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:89:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:89:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:89:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:536:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:109:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:551:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:109:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:109:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:563:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:109:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:126:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:628:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:126:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:126:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:644:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:126:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:139:6: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:706:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:139:6: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:139:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:708:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:139:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:139:7: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:733:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:139:7: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:141:8: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:759:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:141:8: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:141:8: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:761:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:141:8: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:141:9: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:788:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:141:9: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:160:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:922:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:160:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:161:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:926:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:161:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:161:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:59:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-im-addresses.vala:69:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:35:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:35:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:90:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:90:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:90:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:108:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:545:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:108:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:109:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:548:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:109:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:111:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:572:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:111:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:111:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:584:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:111:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:125:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:654:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:125:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:125:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:670:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:125:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:134:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:725:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:134:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:134:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:737:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:134:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:157:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:873:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:157:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:158:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-is-favourite.c:877:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:158:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:158:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:59:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-is-favourite.vala:69:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-names.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:132:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:98:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-names.vala:98:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:98:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:116:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:603:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:116:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:117:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:606:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:117:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:119:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:630:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:119:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:119:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:642:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:119:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:130:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:703:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:130:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:130:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:719:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:130:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:141:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:774:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:141:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:141:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:790:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:141:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:150:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:845:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:150:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:150:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:857:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:150:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:196:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:1087:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:196:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:197:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-names.c:1091:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:197:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-names.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-names.vala:197:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-names.vala:61:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-names.vala:73:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-names.vala:76:12: error: Uninitialized variable: _tmp13_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-notes.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:128:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:90:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-notes.vala:90:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:90:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:108:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:546:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:108:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:109:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:549:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:109:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:111:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:573:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:111:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:111:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:585:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:111:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:122:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:643:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:122:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:122:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:659:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:122:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:134:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:744:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:134:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:134:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:756:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:134:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:143:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:818:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:143:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:143:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:834:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:143:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:158:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:959:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:158:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:159:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:963:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:159:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-notes.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-notes.vala:159:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-notes.vala:60:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-notes.vala:70:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-phones.vala:35:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:35:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:88:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-phones.vala:88:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:88:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:106:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:545:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:106:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:548:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:572:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:109:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:584:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:109:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:120:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:642:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:120:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:120:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:658:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:120:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:136:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:751:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:136:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:136:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:763:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:136:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:145:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:825:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:145:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:145:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:841:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:145:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:967:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:163:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:971:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:163:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-phones.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-phones.vala:163:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-phones.vala:58:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-phones.vala:68:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:128:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:96:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:96:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:96:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:114:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:572:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:114:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:115:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:575:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:115:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:117:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:599:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:117:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:117:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:611:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:117:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:129:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:669:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:129:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:129:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:685:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:129:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:146:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:789:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:146:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:146:4: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:801:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:146:4: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:155:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:863:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:155:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:155:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:879:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:155:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:171:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:1002:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:171:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:172:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:1006:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:172:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:66:11: style: Variable '_tmp5_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:66:11: style: Variable '_tmp6_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:132:14: error: Uninitialized variable: _tmp26_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:135:17: error: Uninitialized variable: _tmp26_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:172:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:60:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:76:12: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-postal-addresses.vala:129:7: error: Uninitialized variable: _tmp26_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:129:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:96:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:96:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:96:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:114:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:573:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:114:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:115:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:576:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:115:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:117:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:600:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:117:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:117:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:612:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:117:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:127:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:664:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:127:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:127:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:680:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:127:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:146:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:789:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:146:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:146:4: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:801:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:146:4: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:159:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:880:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:159:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:159:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:896:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:159:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:179:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:1035:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:179:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:180:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-properties-race.c:1039:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:180:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:66:11: style: Variable '_tmp5_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:66:11: style: Variable '_tmp6_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:132:14: error: Uninitialized variable: _tmp26_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:135:17: error: Uninitialized variable: _tmp26_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:180:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:60:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:76:12: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-properties-race.vala:127:7: error: Uninitialized variable: _tmp26_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-roles.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:90:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-roles.vala:90:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:90:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:108:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:545:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:108:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:110:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:560:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:110:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:110:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:572:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:110:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:119:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:625:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:119:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:119:7: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:641:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:119:7: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:137:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:755:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:137:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:137:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:771:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:137:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:155:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:902:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:155:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:156:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:906:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:156:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-roles.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-roles.vala:156:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-roles.vala:60:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-roles.vala:70:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:128:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:91:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:91:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:91:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:109:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:553:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:109:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:110:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:556:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:110:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:112:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:580:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:112:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:112:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:592:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:112:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:124:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:650:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:124:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:124:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:666:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:124:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:133:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:724:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:133:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:133:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:736:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:133:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:142:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:785:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:142:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:154:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:880:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:154:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:155:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:884:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:155:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:155:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:60:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:61:23: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-structured-name.vala:71:11: error: Uninitialized variable: _tmp8_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-urls.vala:43:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:134:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:43:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:103:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/set-urls.vala:103:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:103:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:121:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:573:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:121:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:122:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:576:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:122:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:124:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:600:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:124:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:124:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:612:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:124:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:135:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:670:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:135:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:135:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:686:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:135:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:157:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:850:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:157:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:157:4: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:862:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:157:4: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:166:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:931:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:166:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:166:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:947:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:166:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:200:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:1196:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:200:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:201:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:1200:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:201:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/set-urls.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/set-urls.vala:36:29: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-urls.vala:37:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-urls.vala:38:26: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-urls.vala:201:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-urls.vala:67:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/set-urls.vala:80:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:35:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
updating-contacts.c:152:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:35:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:88:2: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:88:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:88:2: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:106:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
updating-contacts.c:570:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:106:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
updating-contacts.c:573:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
updating-contacts.c:597:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:109:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
updating-contacts.c:609:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:109:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:125:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
updating-contacts.c:687:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:125:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:125:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
updating-contacts.c:699:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:125:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:159:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
updating-contacts.c:983:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:159:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:160:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
updating-contacts.c:987:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:160:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:25:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:160:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:58:27: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/eds/updating-contacts.vala:68:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:27:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:128:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:27:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:50:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:194:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:50:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:51:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:200:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:51:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:57:3: style: Variable 'val_collection' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:322:0: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:57:3: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:57:4: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:334:0: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:57:4: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:63:3: style: Variable 'val_collection' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:386:0: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:63:3: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:63:4: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:398:0: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:63:4: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:64:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:407:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:64:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:78:3: style: Variable 'val_collection' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:490:0: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:78:3: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:78:4: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:502:0: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:78:4: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:82:3: style: Variable 'val_collection' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:534:0: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:82:3: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:82:4: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:546:0: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:82:4: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:86:3: style: Variable 'val_collection' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:575:0: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:86:3: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:86:4: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:583:0: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:86:4: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:92:3: style: Variable 'val_collection' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:645:0: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:92:3: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:92:4: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:657:0: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:92:4: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:93:5: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:666:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:93:5: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:94:3: style: Variable 'val_collection' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:687:0: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:94:3: note: Variable 'val_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:94:4: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:699:0: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:94:4: note: Variable 'val' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:95:5: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:708:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:95:5: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:105:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:748:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:105:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:124:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:870:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:124:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:124:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:872:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:124:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:124:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:893:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:124:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:127:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:928:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:127:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:127:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:940:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:127:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:165:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:1094:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:165:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:234:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:1524:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:234:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:235:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
abstract-field-details.c:1528:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:235:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:39:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:43:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
abstract-field-details.c:191:9: style: Variable '_tmp1_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:50:20: style: Variable '_values_1_size_' is assigned a value that is never used. [unreadVariable]
abstract-field-details.c:198:9: style: Variable '_tmp5_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:51:20: style: Variable '_values_2_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:67:20: style: Variable '_tmp29__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:70:20: style: Variable '_tmp38__length1' is assigned a value that is never used. [unreadVariable]
abstract-field-details.c:241:17: style: Variable '_tmp46_' is not assigned a value. [unassignedVariable]
abstract-field-details.c:249:9: style: Variable '_tmp57_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:57:28: style: Variable 'val_collection_length1' is assigned a value that is never used. [unreadVariable]
abstract-field-details.c:324:0: style: Variable '_val_collection_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:63:28: style: Variable 'val_collection_length1' is assigned a value that is never used. [unreadVariable]
abstract-field-details.c:388:0: style: Variable '_val_collection_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:78:28: style: Variable 'val_collection_length1' is assigned a value that is never used. [unreadVariable]
abstract-field-details.c:492:0: style: Variable '_val_collection_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:82:28: style: Variable 'val_collection_length1' is assigned a value that is never used. [unreadVariable]
abstract-field-details.c:536:0: style: Variable '_val_collection_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:92:28: style: Variable 'val_collection_length1' is assigned a value that is never used. [unreadVariable]
abstract-field-details.c:647:0: style: Variable '_val_collection_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:94:28: style: Variable 'val_collection_length1' is assigned a value that is never used. [unreadVariable]
abstract-field-details.c:689:0: style: Variable '_val_collection_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:50:14: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:51:14: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:101:16: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:102:16: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:98:2: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:114:16: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:161:16: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:162:16: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:235:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:63:20: error: Uninitialized variable: _tmp22_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:75:12: error: Uninitialized variable: _tmp46_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:82:20: error: Uninitialized variable: _tmp52_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:86:20: error: Uninitialized variable: _tmp57_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:92:20: error: Uninitialized variable: _tmp72_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/abstract-field-details.vala:158:2: error: Uninitialized variable: _tmp2_ [uninitvar]
aggregation.c:5773:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:126:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:120:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:126:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:147:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:141:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:147:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:168:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:162:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:168:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:34:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:158:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:34:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:38:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:159:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:38:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:58:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:213:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:58:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:77:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:277:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:77:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:106:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:486:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:106:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:122:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:518:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:122:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:120:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:539:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:120:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:143:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:649:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:143:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:141:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:673:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:141:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:155:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:723:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:155:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:162:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:789:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:162:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:181:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:855:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:181:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:194:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:908:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:194:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:209:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:938:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:209:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:220:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:970:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:220:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:232:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:989:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:232:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:246:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:1030:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:246:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:256:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:1050:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:256:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:266:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:1132:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:266:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:267:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-cache.c:1136:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:267:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
avatar-cache.c:990:17: style: Variable '_tmp2_' is not assigned a value. [unassignedVariable]
avatar-cache.c:992:17: style: Variable '_tmp4_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:199:50: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:206:76: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:214:50: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:267:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:233:12: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/avatar-cache.vala:240:12: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:68:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:58:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:68:13: note: Assignment '_tmp10_=e', assigned value is 0
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:68:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:116:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:101:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:116:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:32:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:334:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:32:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:44:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:417:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:44:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:48:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:418:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:48:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:48:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:419:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:48:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:60:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:456:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:60:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:58:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:498:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:58:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:78:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:542:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:78:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:78:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:543:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:78:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:105:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:658:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:105:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:105:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:683:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:105:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:101:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:749:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:101:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:93:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:792:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:93:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:294:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:2016:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:294:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:295:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
backend-loading.c:2020:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:295:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
backend-loading.c:365:10: style: Unused variable: res [unusedVariable]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1408:15: style: Variable '_res_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1409:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
backend-loading.c:371:10: style: Variable '_tmp3_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:94:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:23:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1409:11: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1410:19: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1410:9: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:62:12: error: Uninitialized variable: _tmp8_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:62:20: error: Uninitialized variable: _tmp8__length1 [uninitvar]
/opt/gnome2/source/folks/tests/folks/backend-loading.vala:295:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/init.vala:32:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:200:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:32:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:62:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:321:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:62:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:64:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:324:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:64:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:72:5: style: Variable 'aggregator' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/folks/init.vala:70:5: note: Variable 'aggregator' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:72:5: note: Variable 'aggregator' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:123:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:508:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:123:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:109:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:535:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:109:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:111:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:538:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:111:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:184:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:972:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:184:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:185:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:976:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:185:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/init.vala:76:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/init.vala:24:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/init.vala:185:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/init.vala:35:28: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:10:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tests/folks/object-cache.c:337:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:10:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:21:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:674:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:21:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:27:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:709:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:27:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:27:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:704:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:27:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:35:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:750:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:35:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:40:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:774:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:40:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:40:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:763:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:40:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:50:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:834:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:50:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:50:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:836:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:50:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:64:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:1009:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:64:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:68:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:1010:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:68:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:108:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:1096:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:108:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:137:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:1305:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:137:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:215:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:1648:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:215:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:225:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:1791:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:225:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:225:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:1803:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:225:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:229:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:1830:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:229:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:229:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:1842:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:229:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:264:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:2036:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:264:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:287:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:2156:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:287:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:332:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:2310:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:332:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:368:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:2498:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:368:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:398:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:2640:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:398:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:434:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:2772:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:434:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:471:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:2960:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:471:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:501:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:3101:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:501:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:517:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:3144:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:517:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:521:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:3149:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:521:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:538:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:3384:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:538:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:539:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
object-cache.c:3388:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:539:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/object-cache.vala:24:22: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:33:22: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:38:22: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:46:22: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:166:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:180:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:203:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:213:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:252:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:262:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:285:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:311:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:320:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:330:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:347:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:356:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:366:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:386:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:396:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:420:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:432:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:457:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:469:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:499:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:515:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:13:32: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:158:19: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:161:11: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:178:19: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:192:19: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:203:20: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:196:9: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:200:11: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:249:19: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:278:19: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:300:19: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:304:9: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:344:19: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:380:19: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:410:19: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:413:11: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:446:20: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:450:9: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:485:20: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:489:12: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:530:12: error: Uninitialized variable: _tmp17_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:539:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:162:11: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:163:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:164:12: error: Uninitialized variable: _tmp9_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:297:2: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:414:11: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:415:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:416:12: error: Uninitialized variable: _tmp9_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/object-cache.vala:443:2: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/utils.vala:27:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
utils.c:77:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/utils.vala:27:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/utils.vala:60:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
utils.c:120:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/utils.vala:60:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/utils.vala:72:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
utils.c:224:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/utils.vala:72:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/utils.vala:73:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
utils.c:228:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/utils.vala:73:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/folks/utils.vala:31:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/utils.vala:35:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/folks/utils.vala:42:8: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/utils.vala:43:15: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/utils.vala:44:8: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/folks/utils.vala:73:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:31:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:124:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:31:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:71:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:210:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:71:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:72:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:213:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:72:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:74:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:237:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:74:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:74:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:249:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:74:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:82:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:296:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:82:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:82:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:312:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:82:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:90:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:370:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:90:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:90:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:382:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:90:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:127:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:561:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:127:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:128:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:564:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:128:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:136:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:612:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:136:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:136:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:624:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:136:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:141:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:665:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:141:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:141:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:677:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:141:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:170:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:855:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:170:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:171:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:859:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:171:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:42:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:46:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:100:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:151:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/key-file/individual-retrieval.vala:171:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:116:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:104:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:116:13: note: Assignment '_tmp10_=e', assigned value is 0
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:116:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:128:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:122:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:128:12: note: Assignment '_tmp1_=e', assigned value is 0
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:128:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:238:17: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp79_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:226:7: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:238:17: note: Assignment '_tmp79_=e', assigned value is 0
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:238:17: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:298:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:285:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:298:12: note: Assignment '_tmp4_=e', assigned value is 0
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:298:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:52:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:263:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:52:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:104:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:793:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:104:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:122:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:844:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:122:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:145:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:973:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:145:4: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1059:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1334:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1059:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:192:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1435:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:192:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:192:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1458:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:192:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:194:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1497:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:194:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:196:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1527:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:196:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:196:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1529:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:196:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:222:6: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1689:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:222:6: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:222:6: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1691:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:222:6: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:226:7: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1787:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:226:7: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:244:7: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1848:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:244:7: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:244:7: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1850:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:244:7: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:246:8: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1887:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:246:8: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:246:9: style: Variable '_tmp98_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1910:0: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:246:9: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:254:8: style: Variable '_tmp112_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1983:0: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:254:8: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:254:8: style: Variable '_tmp114_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1985:0: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:254:8: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:270:8: style: Variable '_tmp168_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2204:0: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:270:8: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:270:8: style: Variable '_tmp170_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2206:0: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:270:8: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:287:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2292:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:287:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:285:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2324:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:285:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:306:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2364:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:306:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:308:3: style: Variable 'a_collection' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2394:0: note: Variable 'a_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:308:3: note: Variable 'a_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:308:4: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2406:0: note: Variable 'a' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:308:4: note: Variable 'a' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:310:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2415:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:310:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:49:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2541:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:49:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:49:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2542:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:49:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:33:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
backend.c:1201:8: style: Variable '_tmp2_' is not assigned a value. [unassignedVariable]
backend.c:1207:8: style: Variable '_tmp14_' is not assigned a value. [unassignedVariable]
backend.c:1209:8: style: Variable '_tmp18_' is not assigned a value. [unassignedVariable]
backend.c:1211:8: style: Variable '_tmp20_' is not assigned a value. [unassignedVariable]
backend.c:1332:7: style: Variable '_tmp0_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:306:20: style: Variable '_im_addrs_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:308:26: style: Variable 'a_collection_length1' is assigned a value that is never used. [unreadVariable]
backend.c:2396:0: style: Variable '_a_collection_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:310:19: style: Variable '_info_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:311:22: style: Variable '_tmp9__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:312:23: style: Variable '_tmp12__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1338:11: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1340:12: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1343:12: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1345:13: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1346:13: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1339:6: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1346:6: error: Uninitialized variable: _tmp14_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1347:24: error: Uninitialized variable: _tmp18_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1348:41: error: Uninitialized variable: _tmp20_ [uninitvar]
/opt/gnome3/build/share/vala-0.16/vapi/glib-2.0.vapi:1059:37: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:188:17: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:189:23: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:190:19: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:231:7: error: Uninitialized variable: _tmp72_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:311:15: error: Uninitialized variable: _tmp9_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:312:15: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:197:32: error: Uninitialized variable: _tmp33_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:245:54: error: Uninitialized variable: _tmp89_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:256:18: error: Uninitialized variable: _tmp121_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:257:8: error: Uninitialized variable: _tmp122_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:258:8: error: Uninitialized variable: _tmp127_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:259:8: error: Uninitialized variable: _tmp132_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:260:8: error: Uninitialized variable: _tmp137_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:261:8: error: Uninitialized variable: _tmp142_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:262:8: error: Uninitialized variable: _tmp147_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:263:8: error: Uninitialized variable: _tmp152_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:264:8: error: Uninitialized variable: _tmp157_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:266:19: error: Uninitialized variable: _tmp121_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/eds/backend.vala:252:8: error: Uninitialized variable: _tmp121_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:17:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:10:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:17:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:28:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:22:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:28:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:33:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:22:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:33:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:10:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:114:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:10:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:22:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:176:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:22:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:22:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:199:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:22:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:37:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:253:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:37:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:1:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:312:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/key-file/backend.vala:1:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:77:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1412:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:77:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:128:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1507:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:128:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:126:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1567:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:126:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:126:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1581:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:126:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:148:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1614:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:148:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:146:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1674:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:146:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:146:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1688:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:146:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:168:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1721:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:168:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:166:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1781:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:166:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:166:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1795:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:166:3: note: Variable 'e' is reassigned a value before the old one has been used.
backend.c:2580:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2566:0: note: Variable 'query' is reassigned a value before the old one has been used.
backend.c:2580:2: note: Variable 'query' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:210:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2666:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:210:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:219:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2705:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:219:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:223:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2738:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:223:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:221:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2837:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:221:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:245:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2903:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:245:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
backend.c:3065:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3051:0: note: Variable 'query' is reassigned a value before the old one has been used.
backend.c:3065:2: note: Variable 'query' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:256:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3188:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:256:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:258:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3189:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:258:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:264:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3216:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:264:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:280:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3323:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:280:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:278:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3433:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:278:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:310:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3628:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:310:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:320:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3696:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:320:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:318:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3751:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:318:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:350:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3792:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:350:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:350:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3789:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:350:2: note: Variable 'result' is reassigned a value before the old one has been used.
backend.c:1274:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:1283:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:2125:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:2134:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:2420:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:2429:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:2626:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:2635:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:243:52: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:246:19: style: Variable '_tmp1__length1' is assigned a value that is never used. [unreadVariable]
backend.c:3148:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:3157:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:3588:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
backend.c:3597:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:81:31: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:228:60: error: Uninitialized variable: _tmp16_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:247:11: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/libsocialweb/backend.vala:213:24: error: Uninitialized variable: _tmp2_ [uninitvar]
folks-0.6.9/tests/lib/telepathy/contactlist/contacts-conn.c:326:21: style: The scope of the variable 'supported_fields' can be reduced. [variableScope]
folks-0.6.9/tests/lib/telepathy/contactlist/util.c:242:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
folks-0.6.9/tests/lib/telepathy/contactlist/util.c:185:43: warning: Function '_tp_tests_assert_strv_equals' argument order different: declaration 'file, line, actual_desc, actual_strv, expected_desc, expected_strv' definition 'file, line, expected_desc, expected_strv, actual_desc, actual_strv' [funcArgOrderDifferent]
folks-0.6.9/tests/lib/telepathy/contactlist/util.h:39:48: note: Function '_tp_tests_assert_strv_equals' argument order different: declaration 'file, line, actual_desc, actual_strv, expected_desc, expected_strv' definition 'file, line, expected_desc, expected_strv, actual_desc, actual_strv'
folks-0.6.9/tests/lib/telepathy/contactlist/util.c:185:43: note: Function '_tp_tests_assert_strv_equals' argument order different: declaration 'file, line, actual_desc, actual_strv, expected_desc, expected_strv' definition 'file, line, expected_desc, expected_strv, actual_desc, actual_strv'
/opt/gnome2/source/folks/tests/lib/test-case.vala:61:11: warning: Either the condition 'adaptor==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/test-case.vala:37:2: note: Assuming that condition 'adaptor==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/test-case.vala:42:45: note: Calling function 'folks_test_case_adaptor_get_name', 1st argument 'self' value is 0
/opt/gnome2/source/folks/tests/lib/test-case.vala:61:11: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/test-case.vala:32:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tests/lib/test-case.c:152:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:32:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:56:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
test-case.c:294:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:56:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:65:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
test-case.c:316:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:65:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:82:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
test-case.c:412:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:82:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:28:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
test-case.c:803:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:28:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-case.vala:40:19: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/test-case.vala:68:22: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/test-case.vala:69:27: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/test-utils.vala:26:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
test-utils.c:1010:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-utils.vala:26:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/test-utils.vala:44:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
/opt/gnome2/source/folks/tests/lib/test-utils.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/test-utils.vala:26:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:71:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp0_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:64:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:71:12: note: Assignment '_tmp0_=e', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:71:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:211:12: warning: Either the condition 'e1==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:204:3: note: Assuming that condition 'e1==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:211:12: note: Assignment '_tmp5_=e1', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:211:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:215:12: warning: Either the condition 'e2==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:204:3: note: Assuming that condition 'e2==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:215:12: note: Assignment '_tmp7_=e2', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:215:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:219:13: warning: Either the condition 'e3==NULL' is redundant or there is possible null pointer dereference: _tmp9_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:204:3: note: Assuming that condition 'e3==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:219:12: note: Assignment '_tmp9_=e3', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:219:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:245:12: warning: Either the condition 'e1==NULL' is redundant or there is possible null pointer dereference: _tmp2_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:245:3: note: Assuming that condition 'e1==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:245:12: note: Assignment '_tmp2_=e1', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:245:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:250:12: warning: Either the condition 'e2==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:250:3: note: Assuming that condition 'e2==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:250:12: note: Assignment '_tmp5_=e2', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:250:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:255:12: warning: Either the condition 'e3==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:255:3: note: Assuming that condition 'e3==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:255:12: note: Assignment '_tmp8_=e3', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:255:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:260:13: warning: Either the condition 'e4==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:260:3: note: Assuming that condition 'e4==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:260:13: note: Assignment '_tmp11_=e4', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:260:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:281:13: warning: Either the condition 'e1==NULL' is redundant or there is possible null pointer dereference: _tmp12_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:281:3: note: Assuming that condition 'e1==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:281:13: note: Assignment '_tmp12_=e1', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:281:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:286:13: warning: Either the condition 'e2==NULL' is redundant or there is possible null pointer dereference: _tmp15_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:286:3: note: Assuming that condition 'e2==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:286:13: note: Assignment '_tmp15_=e2', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:286:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:291:13: warning: Either the condition 'e3==NULL' is redundant or there is possible null pointer dereference: _tmp18_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:291:3: note: Assuming that condition 'e3==NULL' is not redundant
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:291:13: note: Assignment '_tmp18_=e3', assigned value is 0
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:291:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:38:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:144:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:38:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:46:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:175:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:46:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:64:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:260:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:64:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:83:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:302:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:83:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:85:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:305:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:85:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:131:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:494:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:131:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:150:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:574:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:150:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:204:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:862:0: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:204:3: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:204:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:882:0: note: Variable 'e2' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:204:3: note: Variable 'e2' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:204:3: style: Variable 'e3' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:902:0: note: Variable 'e3' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:204:3: note: Variable 'e3' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:229:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:956:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:229:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:229:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:979:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:229:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:241:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1062:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:241:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1107:0: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:245:3: style: Variable '_inner_error_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:245:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1131:0: note: Variable 'e2' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: note: Variable 'e2' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:250:3: style: Variable '_inner_error_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:250:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: style: Variable 'e3' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1155:0: note: Variable 'e3' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: note: Variable 'e3' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:255:3: style: Variable '_inner_error_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:255:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: style: Variable 'e4' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1179:0: note: Variable 'e4' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: note: Variable 'e4' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:260:3: style: Variable '_inner_error_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:239:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:260:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:270:3: style: Variable 'c_collection' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1240:0: note: Variable 'c_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:270:3: note: Variable 'c_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:270:4: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1248:0: note: Variable 'c' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:270:4: note: Variable 'c' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:272:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1259:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:272:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:275:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1330:0: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:275:3: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:281:3: style: Variable '_inner_error_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:275:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:281:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:275:3: style: Variable 'e2' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1354:0: note: Variable 'e2' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:275:3: note: Variable 'e2' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:286:3: style: Variable '_inner_error_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:275:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:286:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:275:3: style: Variable 'e3' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1378:0: note: Variable 'e3' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:275:3: note: Variable 'e3' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:291:3: style: Variable '_inner_error_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:275:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:291:3: note: Variable '_inner_error_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:328:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1445:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:328:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:342:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1565:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:342:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:342:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1588:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:342:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:352:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1675:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:352:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:355:7: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1704:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:355:7: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:355:8: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1727:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:355:8: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:369:7: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1834:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:369:7: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:371:7: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1838:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:371:7: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:376:8: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1877:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:376:8: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:378:8: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1881:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:378:8: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:383:9: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1920:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:383:9: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:385:9: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:1924:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:385:9: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:419:3: style: Variable '_tmp114_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2117:0: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:419:3: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:424:4: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2174:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:424:4: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:424:5: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2197:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:424:5: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:438:4: style: Variable 'p_collection' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2344:0: note: Variable 'p_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:438:4: note: Variable 'p_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:438:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2356:0: note: Variable 'p' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:438:5: note: Variable 'p' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:440:6: style: Variable '_tmp161_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2364:0: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:440:6: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:441:6: style: Variable '_tmp163_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2367:0: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:441:6: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:452:4: style: Variable 'p_collection' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2447:0: note: Variable 'p_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:452:4: note: Variable 'p_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:452:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2459:0: note: Variable 'p' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:452:5: note: Variable 'p' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:454:6: style: Variable '_tmp176_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2467:0: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:454:6: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:455:6: style: Variable '_tmp178_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2470:0: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:455:6: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:467:4: style: Variable 'p_collection' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2553:0: note: Variable 'p_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:467:4: note: Variable 'p_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:467:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2565:0: note: Variable 'p' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:467:5: note: Variable 'p' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:470:6: style: Variable '_tmp192_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2575:0: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:470:6: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:492:3: style: Variable '_tmp204_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2676:0: note: Variable '_tmp204_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:492:3: note: Variable '_tmp204_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:493:3: style: Variable '_tmp212_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2690:0: note: Variable '_tmp212_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:493:3: note: Variable '_tmp212_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:498:3: style: Variable '_tmp218_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2746:0: note: Variable '_tmp218_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:498:3: note: Variable '_tmp218_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:3: style: Variable '_tmp240_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2781:0: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:3: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:518:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2925:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:518:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:520:3: style: Variable 'a_collection' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2955:0: note: Variable 'a_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:520:3: note: Variable 'a_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:520:4: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2967:0: note: Variable 'a' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:520:4: note: Variable 'a' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:522:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:2976:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:522:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:536:3: style: Variable 'obj_collection' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3087:0: note: Variable 'obj_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:536:3: note: Variable 'obj_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:536:4: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
backend.c:3099:0: note: Variable 'obj' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:536:4: note: Variable 'obj' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:492:22: style: Variable '_role_info_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:493:22: style: Variable '_tmp206__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:493:22: style: Variable '_tmp208__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:493:22: style: Variable '_tmp210__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:498:24: style: Variable '_postal_info_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp220__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp222__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp224__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp226__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp228__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp230__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp232__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp234__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp236__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:499:22: style: Variable '_tmp238__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:518:20: style: Variable '_im_addrs_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:520:26: style: Variable 'a_collection_length1' is assigned a value that is never used. [unreadVariable]
backend.c:2957:0: style: Variable '_a_collection_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:522:19: style: Variable '_info_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:523:22: style: Variable '_tmp9__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:524:23: style: Variable '_tmp12__length1' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:536:28: style: Variable 'obj_collection_length1' is assigned a value that is never used. [unreadVariable]
backend.c:3089:0: style: Variable '_obj_collection_size_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:270:18: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:339:16: error: Uninitialized variable: _tmp10_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:340:19: error: Uninitialized variable: _tmp11_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:370:11: error: Uninitialized variable: _tmp65_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:377:12: error: Uninitialized variable: _tmp72_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:384:13: error: Uninitialized variable: _tmp79_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:395:15: error: Uninitialized variable: _tmp87_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:404:17: error: Uninitialized variable: _tmp92_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:405:17: error: Uninitialized variable: _tmp93_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:442:49: error: Uninitialized variable: _tmp164_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:445:49: error: Uninitialized variable: _tmp167_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:456:49: error: Uninitialized variable: _tmp179_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:459:49: error: Uninitialized variable: _tmp182_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:467:19: error: Uninitialized variable: _tmp188_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:471:14: error: Uninitialized variable: _tmp193_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:523:15: error: Uninitialized variable: _tmp9_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:524:15: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:353:10: error: Uninitialized variable: _tmp35_ [uninitvar]
/opt/gnome2/source/folks/tests/lib/tracker/backend.vala:354:10: error: Uninitialized variable: _tmp36_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:63:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:56:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:63:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:87:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:78:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:87:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:159:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:49:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:236:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:49:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:49:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:237:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:49:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:56:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:292:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:56:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:80:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:343:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:80:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:78:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:385:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:78:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:130:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:577:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:130:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:128:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:621:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:128:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:128:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:635:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:128:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:121:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:722:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:121:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:160:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:812:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:160:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:158:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:856:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:158:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:158:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:870:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:158:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:151:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:957:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:151:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:183:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1019:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:183:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:186:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1038:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:186:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:186:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1050:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:186:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:220:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1152:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:220:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:221:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1155:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:221:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:231:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1222:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:231:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:231:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1234:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:231:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:242:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1338:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:242:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:242:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1350:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:242:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:107:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1457:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:107:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:115:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1463:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:115:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:116:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1465:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:116:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:180:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1471:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:180:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:200:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1474:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:200:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:200:2: style: Variable 'timer_id' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:107:2: note: Variable 'timer_id' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:200:2: note: Variable 'timer_id' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:254:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1713:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:254:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:254:4: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1733:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:254:4: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:261:3: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1783:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:261:3: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:261:4: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1803:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:261:4: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:290:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1930:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:290:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:291:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
aggregation.c:1934:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:291:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
aggregation.c:186:10: style: Unused variable: res [unusedVariable]
aggregation.c:192:10: style: Variable '_tmp3_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:95:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:103:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:269:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:82:13: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:82:21: error: Uninitialized variable: _tmp12__length1 [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:234:8: error: Uninitialized variable: _tmp24_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:235:30: error: Uninitialized variable: _tmp28_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/aggregation.vala:291:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:33:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:161:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:33:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:78:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:359:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:78:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:78:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:361:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:78:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:120:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:522:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:120:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:118:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:566:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:118:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:118:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:580:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:118:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:107:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:671:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:107:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:144:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:719:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:144:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:145:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:722:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:145:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:150:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:768:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:150:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:150:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:780:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:150:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:159:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:863:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:159:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:159:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:875:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:159:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:211:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:986:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:211:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:209:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1027:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:209:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:209:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1041:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:209:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:254:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1186:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:254:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:252:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1227:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:252:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:252:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1241:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:252:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:272:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1291:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:272:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:273:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1294:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:273:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:279:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1340:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:279:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:279:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1352:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:279:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:287:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1409:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:287:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:287:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1421:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:287:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:56:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1496:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:56:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:64:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1502:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:64:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:168:2: style: Variable 'timer_id' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:93:2: note: Variable 'timer_id' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:168:2: note: Variable 'timer_id' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:270:2: style: Variable 'handler_id' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:226:2: note: Variable 'handler_id' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:270:2: note: Variable 'handler_id' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:295:2: style: Variable 'timer_id' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:238:2: note: Variable 'timer_id' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:295:2: note: Variable 'timer_id' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:69:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1595:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:69:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:67:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1693:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:67:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:179:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1783:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:179:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:179:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1796:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:179:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:184:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1834:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:184:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:184:4: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:1847:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:184:4: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:311:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:2048:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:311:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:312:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
dummy-lsw.c:2052:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:312:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:197:20: style: Same expression on both sides of '==' because the value of '_tmp52_' and 'NULL' are the same. [duplicateExpression]
dummy-lsw.c:1533:25: note: '_tmp52_' is assigned value 'NULL' here.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:197:20: note: Same expression on both sides of '==' because the value of '_tmp52_' and 'NULL' are the same.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:199:20: style: Same expression on both sides of '==' because the value of '_tmp54_' and 'NULL' are the same. [duplicateExpression]
dummy-lsw.c:1535:25: note: '_tmp54_' is assigned value 'NULL' here.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:199:20: note: Same expression on both sides of '==' because the value of '_tmp54_' and 'NULL' are the same.
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:40:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:44:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:52:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:227:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:78:11: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:107:11: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:230:11: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:65:6: error: Uninitialized variable: _tmp8_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:69:13: error: Uninitialized variable: _tmp8_ [uninitvar]
/opt/gnome2/source/folks/tests/libsocialweb/dummy-lsw.vala:312:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/telepathy/fake-tp-backend.vala:50:12: warning: Either the condition 'e1==NULL' is redundant or there is possible null pointer dereference: e1. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/telepathy/fake-tp-backend.vala:44:3: note: Assuming that condition 'e1==NULL' is not redundant
/opt/gnome2/source/folks/tests/telepathy/fake-tp-backend.vala:50:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/telepathy/fake-tp-backend.vala:44:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
fake-tp-backend.c:98:0: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/fake-tp-backend.vala:44:3: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/fake-tp-backend.vala:55:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
fake-tp-backend.c:138:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/fake-tp-backend.vala:55:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:398:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:56:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:442:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:56:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:75:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:542:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:75:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:76:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:545:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:76:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:78:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:567:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:78:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:78:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:579:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:78:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:90:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:629:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:90:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:97:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:745:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:97:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:97:7: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:761:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:97:7: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:133:6: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:952:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:133:6: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:137:6: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:961:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:137:6: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:138:6: style: Variable '_tmp109_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:965:0: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:138:6: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:142:7: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1109:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:142:7: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:142:8: style: Variable '_tmp115_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1125:0: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:142:8: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:176:3: style: Variable '_tmp174_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1347:0: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:176:3: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:176:4: style: Variable '_tmp176_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1359:0: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:176:4: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:207:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1598:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:207:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:208:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1601:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:208:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:212:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1636:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:212:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:212:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1648:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:212:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:238:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1720:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:238:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:238:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1736:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:238:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:253:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1807:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:253:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:253:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:1819:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:253:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:286:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2066:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:286:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:287:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2069:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:287:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:291:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2104:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:291:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:291:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2116:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:291:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:317:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2207:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:317:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:317:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2223:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:317:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:333:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2342:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:333:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:333:4: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2354:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:333:4: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:429:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2784:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:429:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:440:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2837:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:440:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:460:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2944:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:460:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:471:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:2999:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:471:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:593:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:4151:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:593:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:594:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-properties.c:4155:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:594:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:186:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:226:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:263:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:305:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:343:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:378:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:27:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-properties.vala:594:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:137:12: warning: Either the condition 'e1==NULL' is redundant or there is possible null pointer dereference: e1. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:131:3: note: Assuming that condition 'e1==NULL' is not redundant
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:137:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:217:12: warning: Either the condition 'e1==NULL' is redundant or there is possible null pointer dereference: e1. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:211:3: note: Assuming that condition 'e1==NULL' is not redundant
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:217:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:228:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:78:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:326:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:78:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:101:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:400:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:101:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:102:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:403:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:102:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:104:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:427:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:104:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:104:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:439:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:104:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:112:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:497:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:112:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:112:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:509:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:112:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:131:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:610:0: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:131:3: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:143:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:651:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:143:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:94:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:706:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:94:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:94:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:718:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:94:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:169:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:828:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:169:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:170:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:831:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:170:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:174:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:855:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:174:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:174:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:867:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:174:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:182:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:897:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:182:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:182:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:913:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:182:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:185:7: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:942:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:185:7: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:192:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:987:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:192:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:192:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:999:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:192:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:211:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1187:0: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:211:3: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:231:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1232:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:231:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:231:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1259:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:231:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:244:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1292:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:244:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:244:6: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1319:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:244:6: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:256:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1409:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:256:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:301:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1723:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:301:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:299:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1789:0: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:299:3: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:287:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1853:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:287:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:287:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:1866:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:287:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:341:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:2222:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:341:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:342:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:2226:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:342:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:121:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:127:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:201:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:207:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:27:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:321:8: error: Uninitialized variable: _tmp18_ [uninitvar]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:342:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/telepathy/individual-retrieval.vala:305:7: error: Uninitialized variable: _tmp10_ [uninitvar]
/opt/gnome2/source/folks/tests/telepathy/init.vala:72:12: warning: Either the condition 'e1==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/telepathy/init.vala:65:3: note: Assuming that condition 'e1==NULL' is not redundant
/opt/gnome2/source/folks/tests/telepathy/init.vala:72:12: note: Assignment '_tmp1_=e1', assigned value is 0
/opt/gnome2/source/folks/tests/telepathy/init.vala:72:12: note: Null pointer dereference
/opt/gnome2/source/folks/tests/telepathy/init.vala:30:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:104:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:30:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:65:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:209:0: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:65:3: note: Variable 'e1' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:78:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:254:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:78:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:54:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:304:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:54:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:103:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:423:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:103:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:104:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
init.c:427:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:104:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/init.vala:60:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/init.vala:82:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/init.vala:92:11: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/telepathy/init.vala:104:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:129:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp26_. [nullPointerRedundantCheck]
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:105:3: note: Assuming that condition 'e==NULL' is not redundant
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:129:13: note: Assignment '_tmp26_=e', assigned value is 0
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:129:13: note: Null pointer dereference
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:76:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:284:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:76:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:76:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:311:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:76:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:66:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:382:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:66:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:95:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:386:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:95:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:96:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:388:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:96:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:97:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:390:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:97:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:98:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:392:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:98:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:105:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:644:0: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:105:3: note: Variable 'e' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:190:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:1011:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:190:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:191:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
persona-store-capabilities.c:1015:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:191:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:87:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/telepathy/persona-store-capabilities.vala:191:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:124:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:77:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:77:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:77:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:96:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:446:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:96:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:97:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:449:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:97:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:99:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:473:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:99:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:99:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:485:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:99:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:117:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:576:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:117:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:117:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:588:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:117:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:126:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:653:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:126:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:126:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:665:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:126:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:141:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:777:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:141:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:142:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
add-contact.c:781:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:142:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:43:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:47:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
add-contact.c:198:11: style: Variable '_tmp7_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:105:8: error: Uninitialized variable: _tmp16_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:142:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-contact.vala:54:34: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:65:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:419:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:65:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:142:3: style: Variable 'k_collection' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:870:0: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:142:3: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:142:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:877:0: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:142:4: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:152:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:152:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:152:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:330:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2207:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:330:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:332:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2222:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:332:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:332:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2234:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:332:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:343:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2293:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:343:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:343:7: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2309:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:343:7: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:505:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2605:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:505:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:430:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2823:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:430:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:430:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2839:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:430:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:442:3: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2922:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:442:3: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:442:3: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2924:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:442:3: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:442:4: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2949:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:442:4: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:445:5: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:2990:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:445:5: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:445:6: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3002:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:445:6: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:454:3: style: Variable '_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3095:0: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:454:3: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:454:4: style: Variable '_tmp99_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3111:0: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:454:4: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:462:3: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3176:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:462:3: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:462:4: style: Variable '_tmp115_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3192:0: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:462:4: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:468:5: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3249:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:468:5: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:474:3: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3291:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:474:3: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:474:4: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3307:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:474:4: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:483:3: style: Variable '_tmp157_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3394:0: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:483:3: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:483:4: style: Variable '_tmp159_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3410:0: note: Variable '_tmp159_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:483:4: note: Variable '_tmp159_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:490:3: style: Variable '_tmp174_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3478:0: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:490:3: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:490:4: style: Variable '_tmp176_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3494:0: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:490:4: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:517:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3605:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:517:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:517:3: style: Variable 'k_collection' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3615:0: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:517:3: note: Variable 'k_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:517:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3622:0: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:517:4: note: Variable 'k' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:519:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3629:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:519:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:538:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3887:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:538:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:539:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
add-persona.c:3891:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:539:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
add-persona.c:2580:3: style: Label '__finally2' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:72:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:76:28: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:396:12: style: Variable '_tmp0_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:396:13: style: Variable '_tmp7_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:519:9: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
add-persona.c:3631:14: style: Variable '_tmp5_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:385:11: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:520:9: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:52:26: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:53:29: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:54:24: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:55:27: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:56:25: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:57:24: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:58:23: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:59:23: error: Uninitialized variable: _tmp8_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:539:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:83:34: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:84:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:85:29: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:86:28: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:87:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:90:26: error: Uninitialized variable: _tmp12_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:91:25: error: Uninitialized variable: _tmp13_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:92:25: error: Uninitialized variable: _tmp14_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:93:27: error: Uninitialized variable: _tmp15_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:94:27: error: Uninitialized variable: _tmp16_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:95:24: error: Uninitialized variable: _tmp17_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:96:25: error: Uninitialized variable: _tmp18_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:97:25: error: Uninitialized variable: _tmp19_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:98:25: error: Uninitialized variable: _tmp20_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:99:32: error: Uninitialized variable: _tmp21_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/add-persona.vala:100:24: error: Uninitialized variable: _tmp22_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:41:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
additional-names-updates.c:129:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:41:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:115:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
additional-names-updates.c:511:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:115:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:116:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
additional-names-updates.c:514:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:116:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:118:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
additional-names-updates.c:538:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:118:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:118:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
additional-names-updates.c:550:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:118:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:140:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
additional-names-updates.c:685:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:140:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:140:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
additional-names-updates.c:697:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:140:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:163:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
additional-names-updates.c:857:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:163:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:164:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
additional-names-updates.c:861:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:164:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:50:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:54:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
additional-names-updates.c:217:11: style: Variable '_tmp15_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:164:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:61:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:62:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:63:42: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:64:42: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:65:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/additional-names-updates.vala:77:31: error: Uninitialized variable: _tmp11_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:124:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:82:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:82:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:82:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:102:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:475:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:102:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:103:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:478:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:103:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:105:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:502:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:105:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:105:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:514:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:105:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:115:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:578:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:115:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:117:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:587:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:117:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:125:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:645:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:125:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:125:4: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:657:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:125:4: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:134:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:703:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:134:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:136:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:709:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:136:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:145:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:809:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:145:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:146:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-details-interface.c:813:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:146:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:44:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:48:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:110:8: error: Uninitialized variable: _tmp15_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:135:13: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:136:11: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:146:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:55:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-details-interface.vala:59:28: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:43:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:131:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:43:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:100:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:100:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:100:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:118:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:539:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:118:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:119:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:542:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:119:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:121:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:566:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:121:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:121:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:578:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:121:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:130:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:624:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:130:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:133:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:677:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:133:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:157:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:782:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:157:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:157:4: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:794:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:157:4: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:165:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:840:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:165:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:170:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:885:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:170:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:182:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:990:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:182:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:183:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
avatar-updates.c:994:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:183:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:51:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:55:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
avatar-updates.c:225:11: style: Variable '_tmp22_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
avatar-updates.c:842:19: style: Variable '_tmp5_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:166:6: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:183:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:62:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:63:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:64:36: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:65:29: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:67:36: error: Uninitialized variable: _tmp9_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/avatar-updates.vala:80:31: error: Uninitialized variable: _tmp19_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-details-interface.c:126:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:88:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:88:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:88:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-details-interface.c:478:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:108:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-details-interface.c:481:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:108:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:110:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-details-interface.c:505:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:110:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:110:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-details-interface.c:517:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:110:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:130:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-details-interface.c:622:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:130:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:130:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-details-interface.c:634:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:130:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:151:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-details-interface.c:798:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:151:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:152:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-details-interface.c:802:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:152:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:46:42: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:50:42: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
birthday-details-interface.c:203:0: style: Variable 't' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:152:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:58:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-details-interface.vala:59:13: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:43:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-updates.c:132:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:43:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:106:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:106:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:106:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:125:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-updates.c:540:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:125:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:126:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-updates.c:543:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:126:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:128:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-updates.c:567:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:128:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:128:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-updates.c:579:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:128:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:148:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-updates.c:717:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:148:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:148:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-updates.c:729:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:148:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:182:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-updates.c:952:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:182:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:183:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
birthday-updates.c:956:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:183:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:51:33: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:55:33: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
birthday-updates.c:226:11: style: Variable '_tmp20_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:183:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:62:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:63:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:64:34: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:65:34: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:66:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/birthday-updates.vala:85:31: error: Uninitialized variable: _tmp17_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
default-contact.c:124:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:86:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:104:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
default-contact.c:453:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:104:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:105:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
default-contact.c:456:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:105:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:107:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
default-contact.c:483:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:107:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:107:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
default-contact.c:495:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:107:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:133:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
default-contact.c:658:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:133:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:133:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
default-contact.c:670:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:133:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:144:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
default-contact.c:765:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:144:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:145:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
default-contact.c:769:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:145:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:44:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:48:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
default-contact.c:199:11: style: Variable '_tmp8_' is not assigned a value. [unassignedVariable]
default-contact.c:200:11: style: Variable '_tmp9_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:112:8: error: Uninitialized variable: _tmp17_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:145:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:55:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/default-contact.vala:56:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:41:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-emails.c:266:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:41:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:77:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:77:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:77:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:106:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-emails.c:652:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:106:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-emails.c:655:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-emails.c:682:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:109:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-emails.c:694:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:109:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:131:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-emails.c:833:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:131:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:131:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-emails.c:845:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:131:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:172:2: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:172:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:172:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:182:2: style: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:182:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:182:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:188:2: style: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:188:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:188:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:198:2: style: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:198:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:198:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:222:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-emails.c:1624:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:222:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:223:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-emails.c:1628:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:223:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
duplicated-emails.c:1012:3: style: Label '__finally1' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:49:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:32:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:33:25: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:35:33: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:36:33: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-emails.vala:223:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:41:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-phones.c:266:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:41:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:77:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:77:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:77:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:106:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-phones.c:652:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:106:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-phones.c:655:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-phones.c:682:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:109:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-phones.c:694:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:109:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:131:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-phones.c:833:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:131:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:131:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-phones.c:845:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:131:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:172:2: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:172:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:172:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:182:2: style: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:182:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:182:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:188:2: style: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:188:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:188:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:198:2: style: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:198:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:198:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:222:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-phones.c:1624:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:222:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:223:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
duplicated-phones.c:1628:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:223:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
duplicated-phones.c:1012:3: style: Label '__finally1' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:49:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:32:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:33:25: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:35:33: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:36:33: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/duplicated-phones.vala:223:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:123:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:88:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:88:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:88:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:106:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:444:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:106:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:447:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:476:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:109:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:488:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:109:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:116:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:538:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:116:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:116:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:554:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:116:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:139:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:691:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:139:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:139:4: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:703:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:139:4: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:150:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:796:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:150:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:151:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
email-details-interface.c:800:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:151:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:45:39: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:49:39: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
email-details-interface.c:196:11: style: Variable '_tmp6_' is not assigned a value. [unassignedVariable]
email-details-interface.c:197:11: style: Variable '_tmp7_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:114:8: error: Uninitialized variable: _tmp15_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:121:34: error: Uninitialized variable: _tmp27_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:126:35: error: Uninitialized variable: _tmp31_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:151:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/email-details-interface.vala:56:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:41:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:129:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:41:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:94:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:339:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:94:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:94:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:355:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:94:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:112:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:112:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:112:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:130:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:625:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:130:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:131:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:628:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:131:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:133:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:652:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:133:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:133:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:664:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:133:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:142:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:730:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:142:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:142:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:746:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:142:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:178:3: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:942:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:178:3: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:178:4: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:954:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:178:4: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:191:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:1035:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:191:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:191:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:1051:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:191:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:207:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:1182:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:207:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:208:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
emails-updates.c:1186:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:208:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:49:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:53:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:208:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:60:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:61:36: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:62:31: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:63:25: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:64:25: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:66:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:69:12: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/emails-updates.vala:92:6: error: Uninitialized variable: _tmp23_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:42:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
family-name-updates.c:129:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:42:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:96:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:96:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:96:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:114:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
family-name-updates.c:501:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:114:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:115:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
family-name-updates.c:504:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:115:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:117:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
family-name-updates.c:528:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:117:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:117:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
family-name-updates.c:540:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:117:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:138:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
family-name-updates.c:675:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:138:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:138:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
family-name-updates.c:687:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:138:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:160:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
family-name-updates.c:847:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:160:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:161:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
family-name-updates.c:851:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:161:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:50:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:54:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
family-name-updates.c:215:11: style: Variable '_tmp14_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:161:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:61:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:62:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:63:37: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:64:37: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:65:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/family-name-updates.vala:76:31: error: Uninitialized variable: _tmp11_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:40:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-details-interface.c:126:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:40:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:102:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:102:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:102:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:120:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-details-interface.c:509:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:120:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:121:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-details-interface.c:512:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:121:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:123:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-details-interface.c:541:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:123:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:123:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-details-interface.c:553:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:123:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:155:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-details-interface.c:739:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:155:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:155:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-details-interface.c:751:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:155:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:166:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-details-interface.c:850:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:166:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:167:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-details-interface.c:854:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:167:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:48:43: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:52:43: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
favourite-details-interface.c:211:11: style: Variable '_tmp16_' is not assigned a value. [unassignedVariable]
favourite-details-interface.c:212:11: style: Variable '_tmp17_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:128:8: error: Uninitialized variable: _tmp15_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:167:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:59:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:60:7: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:61:7: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:62:29: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:63:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-details-interface.vala:64:29: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:42:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:132:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:42:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:104:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:104:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:104:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:147:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:530:0: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:147:2: note: Variable 'result' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:122:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:558:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:122:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:123:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:561:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:123:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:125:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:585:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:125:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:125:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:597:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:125:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:154:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:728:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:154:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:154:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:740:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:154:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:182:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:955:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:182:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:183:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
favourite-updates.c:959:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:183:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:50:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:54:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
favourite-updates.c:223:11: style: Variable '_tmp18_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:183:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:61:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:62:7: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:63:36: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:64:31: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:65:36: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:66:31: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:80:33: error: Uninitialized variable: _tmp14_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/favourite-updates.vala:82:33: error: Uninitialized variable: _tmp15_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:41:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
fullname-updates.c:129:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:41:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:94:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:94:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:94:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:112:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
fullname-updates.c:491:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:112:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:113:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
fullname-updates.c:494:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:113:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:115:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
fullname-updates.c:518:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:115:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:115:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
fullname-updates.c:530:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:115:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:131:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
fullname-updates.c:625:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:131:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:131:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
fullname-updates.c:637:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:131:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:153:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
fullname-updates.c:784:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:153:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:154:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
fullname-updates.c:788:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:154:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:49:33: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:53:33: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
fullname-updates.c:213:11: style: Variable '_tmp12_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:154:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:60:34: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:61:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:62:29: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:63:7: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/fullname-updates.vala:74:31: error: Uninitialized variable: _tmp9_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
gender-details-interface.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:85:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:85:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:85:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:103:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
gender-details-interface.c:464:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:103:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:104:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
gender-details-interface.c:467:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:104:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:106:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
gender-details-interface.c:491:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:106:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:106:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
gender-details-interface.c:503:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:106:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:123:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
gender-details-interface.c:589:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:123:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:123:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
gender-details-interface.c:601:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:123:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:144:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
gender-details-interface.c:741:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:144:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:145:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
gender-details-interface.c:745:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:145:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:46:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:50:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:145:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:58:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/gender-details-interface.vala:59:24: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:41:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
given-name-updates.c:129:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:41:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:95:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:95:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:95:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:113:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
given-name-updates.c:501:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:113:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:114:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
given-name-updates.c:504:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:114:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:116:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
given-name-updates.c:528:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:116:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:116:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
given-name-updates.c:540:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:116:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:137:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
given-name-updates.c:675:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:137:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:137:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
given-name-updates.c:687:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:137:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:161:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
given-name-updates.c:847:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:161:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:162:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
given-name-updates.c:851:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:162:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:49:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:53:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
given-name-updates.c:215:11: style: Variable '_tmp14_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:162:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:60:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:61:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:62:36: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:63:36: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:64:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/given-name-updates.vala:75:31: error: Uninitialized variable: _tmp11_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:38:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:124:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:38:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:90:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:90:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:90:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:108:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:455:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:108:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:109:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:458:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:109:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:111:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:487:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:111:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:111:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:499:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:111:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:118:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:552:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:118:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:118:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:554:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:118:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:118:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:579:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:118:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:124:9: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:625:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:124:9: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:124:10: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:637:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:124:10: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:136:10: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:699:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:136:10: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:136:11: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:711:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:136:11: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:157:3: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:842:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:157:3: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:157:4: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:854:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:157:4: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:168:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:949:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:168:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:169:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
im-details-interface.c:953:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:169:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:46:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:50:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
im-details-interface.c:199:11: style: Variable '_tmp8_' is not assigned a value. [unassignedVariable]
im-details-interface.c:200:11: style: Variable '_tmp9_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:129:36: error: Uninitialized variable: _tmp43_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:141:37: error: Uninitialized variable: _tmp54_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:169:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/im-details-interface.vala:58:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:43:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:130:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:43:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:98:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:98:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:98:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:116:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:509:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:116:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:118:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:524:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:118:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:118:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:536:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:118:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:129:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:608:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:129:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:129:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:610:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:129:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:129:7: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:635:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:129:7: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:133:8: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:684:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:133:8: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:133:9: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:696:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:133:9: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:151:6: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:791:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:151:6: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:151:6: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:793:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:151:6: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:151:7: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:818:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:151:7: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:155:8: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:867:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:155:8: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:155:9: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:879:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:155:9: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:207:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:1172:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:207:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:208:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
imaddresses-updates.c:1176:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:208:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:51:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:55:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
imaddresses-updates.c:218:11: style: Variable '_tmp16_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:208:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:62:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:63:36: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:64:31: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:65:35: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:66:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:67:29: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/imaddresses-updates.vala:68:25: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:122:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:81:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:81:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:81:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:99:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:467:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:99:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:100:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:470:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:100:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:102:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:499:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:102:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:102:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:511:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:102:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:109:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:558:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:109:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:127:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:671:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:127:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:127:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:683:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:127:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:138:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:780:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:138:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:139:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
individual-retrieval.c:784:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:139:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:43:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:47:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:107:8: error: Uninitialized variable: _tmp15_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:139:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:54:20: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/individual-retrieval.vala:55:20: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:44:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:218:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:44:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:104:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:104:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:104:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:170:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1014:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:170:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:171:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1017:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:171:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:173:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1038:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:173:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:173:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1050:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:173:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:190:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1120:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:190:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:190:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1132:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:190:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:220:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1259:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:220:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:220:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1274:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:220:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:243:6: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1462:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:243:6: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:243:7: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1478:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:243:7: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:279:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1659:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:279:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:280:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas-via-local-ids.c:1663:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:280:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
link-personas-via-local-ids.c:307:7: style: Variable '_tmp9_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:186:62: error: Uninitialized variable: _tmp16_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:37:31: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:280:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:73:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:74:36: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas-via-local-ids.vala:75:26: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:46:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:254:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:46:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:105:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:105:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:105:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:187:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1189:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:187:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:189:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1204:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:189:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:189:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1216:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:189:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:226:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1365:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:226:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:226:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1380:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:226:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:247:6: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1552:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:247:6: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:247:6: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1554:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:247:6: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:247:7: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1579:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:247:7: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:250:8: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1620:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:250:8: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:250:9: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1632:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:250:9: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:256:10: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1689:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:256:10: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:291:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1887:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:291:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:292:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
link-personas.c:1891:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:292:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:34:30: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:35:30: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:40:31: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:292:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:73:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:74:36: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/link-personas.vala:75:26: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:46:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:243:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:46:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:90:3: style: Variable 'size_collection' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:350:0: note: Variable 'size_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:90:3: note: Variable 'size_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:98:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:98:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:98:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:132:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:666:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:132:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:133:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:669:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:133:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:135:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:700:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:135:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:135:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:712:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:135:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:167:3: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:947:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:167:3: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:167:4: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:959:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:167:4: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:175:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:1005:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:175:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:176:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:1009:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:176:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:180:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:1015:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:180:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:183:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:1060:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:183:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:183:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:1083:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:183:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:248:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:1853:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:248:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:249:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-all.c:1857:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-all.vala:249:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
match-all.c:1293:3: style: Label '__finally1' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:54:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
match-all.c:319:9: style: Variable '_tmp5_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:31:36: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:32:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:33:36: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:34:36: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:36:33: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:37:33: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:38:33: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:39:33: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:249:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-all.vala:90:21: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:42:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:268:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:42:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:78:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:78:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:78:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:649:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:108:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:652:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:108:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:110:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:679:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:110:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:110:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:691:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:110:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:132:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:826:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:132:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:132:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:838:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:132:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:140:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:884:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:140:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:141:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:890:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:141:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:177:2: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:177:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:177:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:187:2: style: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:187:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:187:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:193:2: style: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:193:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:193:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:203:2: style: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:203:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:203:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:227:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:1675:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:227:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:228:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-email-addresses.c:1679:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:228:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
match-email-addresses.c:1070:3: style: Label '__finally1' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:50:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:32:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:33:25: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:35:33: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:36:33: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-email-addresses.vala:228:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:43:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:270:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:43:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:78:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:78:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:78:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:651:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:108:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:654:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:108:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:110:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:681:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:110:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:110:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:693:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:110:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:132:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:828:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:132:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:132:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:840:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:132:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:140:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:886:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:140:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:141:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:892:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:141:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:178:2: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:178:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:178:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:188:2: style: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:188:2: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:188:2: note: Variable '_data_->_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:194:2: style: Variable '_data_->_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:194:2: note: Variable '_data_->_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:194:2: note: Variable '_data_->_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:203:2: style: Variable '_data_->_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:203:2: note: Variable '_data_->_tmp53_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:203:2: note: Variable '_data_->_tmp53_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:227:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:1676:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:227:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:228:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-im-addresses.c:1680:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:228:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
match-im-addresses.c:1072:3: style: Label '__finally1' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:51:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
match-im-addresses.c:343:19: style: Variable '_tmp2_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:32:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:33:27: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:34:27: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:36:33: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:37:33: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-im-addresses.vala:228:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:46:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:268:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:46:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:86:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:115:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:649:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:115:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:116:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:652:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:116:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:118:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:679:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:118:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:118:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:691:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:118:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:140:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:826:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:140:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:140:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:838:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:140:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:148:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:884:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:148:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:149:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:890:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:149:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:185:2: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:185:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:185:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:195:2: style: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:195:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:195:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:201:2: style: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:201:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:201:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:211:2: style: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:211:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:211:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:235:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:1675:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:235:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:236:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-known-emails.c:1679:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:236:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
match-known-emails.c:1070:3: style: Label '__finally1' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:54:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:35:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:39:33: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:40:33: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-known-emails.vala:236:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:41:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:266:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:41:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:115:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:115:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:115:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:149:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:755:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:149:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:150:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:758:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:150:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:152:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:785:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:152:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:152:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:797:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:152:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:174:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:932:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:174:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:174:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:944:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:174:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:182:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:990:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:182:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:183:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:996:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:183:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:219:2: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:219:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:219:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:224:2: style: Variable '_data_->_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:224:2: note: Variable '_data_->_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:224:2: note: Variable '_data_->_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:247:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:1642:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:247:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:248:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-name.c:1646:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-name.vala:248:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
match-name.c:1176:3: style: Label '__finally1' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:55:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
match-name.c:408:19: style: Variable '_tmp0_' is not assigned a value. [unassignedVariable]
match-name.c:422:19: style: Variable '_tmp0_' is not assigned a value. [unassignedVariable]
match-name.c:436:19: style: Variable '_tmp0_' is not assigned a value. [unassignedVariable]
match-name.c:450:19: style: Variable '_tmp0_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:89:12: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:95:12: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:101:12: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:110:12: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:31:36: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:32:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:34:33: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:35:33: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:248:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:72:33: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-name.vala:73:33: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:43:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:269:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:43:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:80:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:80:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:80:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:109:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:650:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:109:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:110:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:653:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:110:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:112:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:680:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:112:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:112:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:692:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:112:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:134:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:827:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:134:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:134:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:839:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:134:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:142:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:885:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:142:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:143:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:891:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:143:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:179:2: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:179:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:179:2: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:189:2: style: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:189:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:189:2: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:195:2: style: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:195:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:195:2: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:205:2: style: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:205:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:205:2: note: Variable '_data_->_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:229:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:1683:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:229:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:230:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
match-phone-number.c:1687:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:230:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
match-phone-number.c:1071:3: style: Label '__finally1' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:51:34: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:32:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:33:25: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:34:25: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:36:33: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:37:33: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/match-phone-number.vala:230:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:122:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:89:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:492:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:108:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:495:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:108:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:110:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:524:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:110:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:110:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:536:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:110:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:125:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:610:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:125:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:130:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:620:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:130:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:134:6: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:630:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:134:6: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:139:6: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:640:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:139:6: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:144:6: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:650:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:144:6: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:148:6: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:655:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:148:6: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:154:8: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:831:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:154:8: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:165:3: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:910:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:165:3: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:165:4: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:922:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:165:4: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:176:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:1019:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:176:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:177:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
name-details-interface.c:1023:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:177:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:44:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:48:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:115:8: error: Uninitialized variable: _tmp15_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:177:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:55:20: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/name-details-interface.vala:56:20: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:39:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
nickname-updates.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:39:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:89:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
nickname-updates.c:480:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:108:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
nickname-updates.c:483:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:108:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:110:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
nickname-updates.c:507:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:110:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:110:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
nickname-updates.c:519:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:110:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:138:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
nickname-updates.c:658:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:138:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:138:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
nickname-updates.c:670:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:138:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:159:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
nickname-updates.c:817:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:159:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:160:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
nickname-updates.c:821:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:160:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:47:33: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:51:33: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:160:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:58:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:59:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:60:34: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:61:29: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/nickname-updates.vala:70:31: error: Uninitialized variable: _tmp9_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:86:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:104:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:464:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:104:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:105:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:467:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:105:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:107:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:491:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:107:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:107:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:503:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:107:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:114:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:553:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:114:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:114:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:569:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:114:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:131:8: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:634:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:131:8: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:143:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:720:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:143:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:143:4: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:732:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:143:4: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:152:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:794:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:152:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:152:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:810:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:152:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:167:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:937:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:167:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:168:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
note-details-interface.c:941:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:168:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:46:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:50:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:168:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:58:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/note-details-interface.vala:59:22: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:123:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:87:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:87:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:87:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:105:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:444:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:105:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:106:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:447:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:106:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:108:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:476:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:108:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:108:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:488:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:108:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:115:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:538:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:115:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:115:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:554:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:115:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:122:8: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:606:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:122:8: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:138:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:707:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:138:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:138:4: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:719:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:138:4: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:149:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:818:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:149:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:150:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
phone-details-interface.c:822:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:150:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:45:39: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:49:39: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
phone-details-interface.c:196:11: style: Variable '_tmp6_' is not assigned a value. [unassignedVariable]
phone-details-interface.c:197:11: style: Variable '_tmp7_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:113:8: error: Uninitialized variable: _tmp15_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:120:34: error: Uninitialized variable: _tmp29_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:125:35: error: Uninitialized variable: _tmp35_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:150:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phone-details-interface.vala:56:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:42:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:131:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:42:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:98:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:98:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:98:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:116:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:510:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:116:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:117:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:513:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:117:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:119:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:537:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:119:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:119:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:549:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:119:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:129:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:615:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:129:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:129:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:631:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:129:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:143:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:710:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:143:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:143:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:722:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:143:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:152:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:784:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:152:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:152:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:800:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:152:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:197:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:1050:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:197:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:198:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
phones-updates.c:1054:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:198:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:50:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:54:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
phones-updates.c:217:11: style: Variable '_tmp14_' is not assigned a value. [unassignedVariable]
phones-updates.c:218:11: style: Variable '_tmp15_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:198:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:61:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:62:36: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:63:31: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:64:25: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/phones-updates.vala:65:25: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:47:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:133:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:47:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:118:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:118:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:118:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:137:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:681:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:137:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:138:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:684:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:138:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:140:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:708:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:140:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:140:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:720:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:140:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:146:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:764:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:146:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:146:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:780:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:146:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:170:8: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:883:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:170:8: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:182:3: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:1039:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:182:3: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:182:4: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:1051:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:182:4: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:193:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:1218:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:193:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:194:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
postal-address-details-interface.c:1222:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:194:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:55:47: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:59:47: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:32:26: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:33:24: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:34:26: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:35:28: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:36:24: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:37:25: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:38:26: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:39:25: error: Uninitialized variable: _tmp8_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:40:24: error: Uninitialized variable: _tmp9_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:194:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:66:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/postal-address-details-interface.vala:67:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:41:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
prefix-name-updates.c:129:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:41:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:95:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:95:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:95:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:113:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
prefix-name-updates.c:501:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:113:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:114:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
prefix-name-updates.c:504:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:114:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:116:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
prefix-name-updates.c:528:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:116:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:116:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
prefix-name-updates.c:540:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:116:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:137:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
prefix-name-updates.c:675:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:137:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:137:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
prefix-name-updates.c:687:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:137:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:159:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
prefix-name-updates.c:847:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:159:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:160:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
prefix-name-updates.c:851:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:160:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:49:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:53:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
prefix-name-updates.c:215:11: style: Variable '_tmp14_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:160:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:60:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:61:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:62:37: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:63:37: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:64:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/prefix-name-updates.vala:75:31: error: Uninitialized variable: _tmp11_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:38:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:38:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:85:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:85:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:85:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:103:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:456:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:103:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:104:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:459:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:104:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:106:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:480:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:106:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:106:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:492:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:106:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:118:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:570:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:118:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:118:7: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:586:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:118:7: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:126:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:670:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:126:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:126:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:682:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:126:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:146:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:809:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:146:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:147:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-contact.c:813:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:147:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:45:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:49:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
remove-contact.c:203:11: style: Variable '_tmp9_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:147:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:56:34: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:57:7: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/remove-contact.vala:65:31: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:42:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:209:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:42:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:83:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:83:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:83:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:162:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:979:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:162:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:163:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:982:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:163:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:165:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1003:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:165:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:165:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1015:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:165:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:177:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1089:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:177:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:177:7: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1105:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:177:7: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:192:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1198:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:192:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:192:4: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1210:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:192:4: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:208:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1280:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:208:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:220:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:220:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:221:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
remove-persona.c:1376:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:221:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:49:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:53:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
remove-persona.c:279:11: style: Variable '_tmp4_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:221:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/remove-persona.vala:60:34: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:123:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:86:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:104:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:455:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:104:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:105:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:458:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:105:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:107:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:482:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:107:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:107:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:494:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:107:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:113:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:538:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:113:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:113:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:554:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:113:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:135:8: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:640:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:135:8: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:147:3: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:752:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:147:3: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:147:4: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:764:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:147:4: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:158:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:861:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:158:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:159:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
role-details-interface.c:865:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:159:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:46:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:50:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:159:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:58:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/role-details-interface.vala:59:28: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:84:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:84:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:84:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:102:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:475:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:102:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:103:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:478:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:103:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:105:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:502:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:105:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:105:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:514:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:105:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:113:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:564:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:113:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:113:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:580:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:113:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:122:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:636:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:122:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:122:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:648:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:122:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:138:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:691:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:138:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:152:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:831:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:152:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:153:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-avatar.c:835:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:153:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:44:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:48:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:153:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:55:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-avatar.vala:56:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:38:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:38:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:89:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:474:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:108:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:477:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:108:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:110:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:501:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:110:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:110:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:513:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:110:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:122:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:580:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:122:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:122:7: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:596:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:122:7: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:131:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:655:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:131:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:131:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:667:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:131:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:156:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:855:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:156:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:157:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-birthday.c:859:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:157:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:46:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:50:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:157:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-birthday.vala:58:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:39:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:228:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:39:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:78:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:78:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:78:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:611:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:108:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:614:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:108:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:110:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:638:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:110:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:110:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:650:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:110:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:122:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:716:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:122:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:122:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:728:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:122:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:130:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:786:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:130:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:130:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:802:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:130:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:148:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:893:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:148:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:159:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:954:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:159:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:159:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:970:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:159:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:233:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:1569:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:233:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:234:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-duplicate-email.c:1573:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:234:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
set-duplicate-email.c:1157:3: style: Label '__finally1' is not used. [unusedLabel]
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:47:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:148:55: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:32:25: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-duplicate-email.vala:234:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:39:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:39:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:88:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:88:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:88:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:106:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:470:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:106:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:473:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:497:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:109:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:509:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:109:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:125:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:599:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:125:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:125:7: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:615:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:125:7: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:134:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:678:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:134:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:134:4: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:690:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:134:4: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:145:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:769:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:145:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:145:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:785:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:145:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:165:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:943:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:165:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:166:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-emails.c:947:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:166:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:46:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:50:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:166:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:58:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:59:25: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-emails.vala:60:25: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:40:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:128:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:40:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:102:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:102:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:102:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:120:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:498:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:120:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:121:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:501:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:121:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:123:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:525:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:123:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:123:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:537:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:123:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:134:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:600:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:134:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:134:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:616:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:134:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:146:8: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:684:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:146:8: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:146:9: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:700:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:146:9: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:156:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:755:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:156:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:156:4: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:767:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:156:4: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:186:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:990:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:186:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:187:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-favourite.c:994:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:187:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:47:30: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:51:30: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:32:36: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:187:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:58:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:59:7: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:60:36: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-favourite.vala:61:36: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:38:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:126:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:38:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:86:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:104:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:462:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:104:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:105:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:465:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:105:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:107:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:489:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:107:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:107:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:501:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:107:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:116:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:567:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:116:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:116:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:583:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:116:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:125:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:639:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:125:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:125:4: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:651:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:125:4: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:147:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:823:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:147:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:148:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-full-name.c:827:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:148:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:46:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:50:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:148:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:58:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:59:31: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-full-name.vala:60:35: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:124:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:82:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:82:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:82:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:100:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:446:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:100:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:101:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:449:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:101:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:103:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:473:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:103:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:103:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:485:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:103:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:111:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:535:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:111:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:111:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:551:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:111:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:120:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:604:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:120:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:120:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:616:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:120:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:144:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:770:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:144:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:145:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-gender.c:774:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:145:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:44:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:48:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:145:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:55:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-gender.vala:56:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:38:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:145:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:38:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:89:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:495:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:109:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:510:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:109:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:109:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:522:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:109:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:134:6: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:643:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:134:6: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:134:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:659:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:134:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:155:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:761:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:155:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:155:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:763:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:155:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:155:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:788:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:155:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:158:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:829:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:158:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:158:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:841:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:158:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:160:7: style: Variable 'my_a_collection' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:866:0: note: Variable 'my_a_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:160:7: note: Variable 'my_a_collection' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:160:8: style: Variable 'my_a' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:873:0: note: Variable 'my_a' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:160:8: note: Variable 'my_a' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:182:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:998:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:182:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:183:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-im-addresses.c:1002:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:183:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:45:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:49:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:142:55: error: Uninitialized variable: _tmp39_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:183:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:56:27: error: Uninitialized variable: _tmp0_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-im-addresses.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:39:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:39:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:89:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:89:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:475:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:108:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:478:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:108:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:110:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:502:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:110:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:110:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:514:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:110:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:120:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:575:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:120:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:120:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:591:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:120:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:146:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:661:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:146:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:146:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:673:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:146:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:167:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:818:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:167:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:168:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-nickname.c:822:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:168:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:46:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:50:29: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
set-nickname.c:205:11: style: Variable '_tmp11_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:168:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:58:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:59:34: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-nickname.vala:60:35: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:85:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:85:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:85:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:103:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:454:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:103:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:104:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:457:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:104:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:106:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:481:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:106:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:106:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:493:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:106:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:121:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:570:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:121:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:121:7: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:586:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:121:7: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:130:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:647:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:130:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:130:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:659:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:130:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:141:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:735:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:141:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:141:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:751:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:141:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:157:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:863:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:157:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:158:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-notes.c:867:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:158:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:45:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:49:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:158:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:56:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-notes.vala:57:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:150:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:81:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:81:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:81:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:99:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:465:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:99:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:100:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:468:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:100:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:102:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:492:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:102:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:102:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:504:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:102:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:108:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:548:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:108:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:108:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:564:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:108:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:118:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:619:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:118:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:118:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:631:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:118:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:140:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:898:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:140:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:141:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-null-avatar.c:902:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:141:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:43:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:47:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:141:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:54:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-null-avatar.vala:55:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:39:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:127:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:39:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:88:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:88:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:88:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:106:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:470:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:106:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:473:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:497:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:109:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:509:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:109:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:126:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:599:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:126:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:126:7: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:615:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:126:7: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:135:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:678:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:135:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:135:4: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:690:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:135:4: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:146:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:769:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:146:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:146:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:785:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:146:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:150:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:835:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:150:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:166:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:959:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:166:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:167:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-phones.c:963:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:167:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:46:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:50:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:167:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:57:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:58:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:59:25: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-phones.vala:60:25: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:94:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:94:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:94:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:112:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:476:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:112:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:113:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:479:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:113:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:115:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:503:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:115:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:115:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:515:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:115:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:139:6: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:734:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:139:6: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:139:7: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:750:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:139:7: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:148:3: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:813:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:148:3: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:148:4: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:825:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:148:4: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:159:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:901:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:159:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:159:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:917:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:159:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:177:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:1043:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:177:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:178:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-postal-addresses.c:1047:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:178:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:45:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:49:36: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:178:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:56:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:57:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-postal-addresses.vala:71:35: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:37:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:37:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:87:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:87:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:87:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:105:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:464:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:105:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:106:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:467:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:106:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:108:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:491:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:108:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:108:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:503:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:108:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:125:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:594:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:125:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:125:7: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:610:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:125:7: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:134:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:673:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:134:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:134:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:685:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:134:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:145:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:761:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:145:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:145:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:777:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:145:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:161:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:889:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:161:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:162:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-roles.c:893:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:162:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:45:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:49:26: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:162:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:56:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:57:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-roles.vala:64:25: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:42:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:130:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:42:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:96:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:96:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:96:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:114:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:509:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:114:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:115:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:512:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:115:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:117:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:536:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:117:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:117:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:548:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:117:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:123:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:592:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:123:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:123:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:608:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:123:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:133:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:669:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:133:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:133:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:681:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:133:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:144:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:757:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:144:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:145:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:774:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:145:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:158:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:880:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:158:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:159:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-structured-name.c:884:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:159:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:50:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:54:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:159:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:61:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:62:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:63:29: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:64:28: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:65:34: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:66:26: error: Uninitialized variable: _tmp6_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-structured-name.vala:67:26: error: Uninitialized variable: _tmp7_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:36:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:124:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:36:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:86:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:86:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:104:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:472:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:104:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:105:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:475:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:105:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:107:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:499:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:107:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:107:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:511:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:107:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:118:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:555:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:118:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:122:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:566:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:122:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:126:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:577:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:126:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:130:6: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:673:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:130:6: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:130:7: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:689:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:130:7: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:139:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:754:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:139:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:139:4: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:766:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:139:4: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:150:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:845:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:150:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:150:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:861:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:150:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:155:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:905:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:155:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:156:6: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:930:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:156:6: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:161:7: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:983:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:161:7: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:162:7: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:1008:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:162:7: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:167:8: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:1062:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:167:8: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:183:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:1194:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:183:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:184:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
set-urls.c:1198:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:184:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:43:25: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:47:25: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:155:16: style: Variable '_tmp21_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:156:16: style: Variable '_tmp28_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:158:16: style: Variable '_tmp33_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:161:17: style: Variable '_tmp38_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:162:17: style: Variable '_tmp45_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:164:17: style: Variable '_tmp50_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:167:18: style: Variable '_tmp57_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:169:18: style: Variable '_tmp62_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:184:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:54:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:55:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/set-urls.vala:56:22: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:42:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
suffix-name-updates.c:130:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:42:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:97:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:97:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:97:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:115:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
suffix-name-updates.c:504:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:115:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:116:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
suffix-name-updates.c:507:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:116:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:118:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
suffix-name-updates.c:531:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:118:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:118:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
suffix-name-updates.c:543:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:118:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:139:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
suffix-name-updates.c:678:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:139:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:139:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
suffix-name-updates.c:690:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:139:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:161:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
suffix-name-updates.c:850:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:161:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:162:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
suffix-name-updates.c:854:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:162:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:50:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:54:35: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
suffix-name-updates.c:216:11: style: Variable '_tmp14_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:162:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:61:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:62:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:63:37: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:64:37: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:65:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/suffix-name-updates.vala:77:31: error: Uninitialized variable: _tmp11_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:39:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:125:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:39:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:91:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:91:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:91:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:109:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:474:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:109:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:110:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:477:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:110:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:112:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:504:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:112:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:112:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:516:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:112:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:119:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:566:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:119:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:119:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:582:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:119:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:139:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:697:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:139:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:139:4: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:709:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:139:4: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:150:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:808:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:150:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:151:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
url-details-interface.c:812:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:151:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:48:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:52:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
url-details-interface.c:209:11: style: Variable '_tmp12_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:117:8: error: Uninitialized variable: _tmp15_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:151:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:59:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:60:26: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/url-details-interface.vala:61:29: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:42:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:130:0: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:42:2: note: Variable 'self' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:97:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:97:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:97:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:115:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:504:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:115:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:116:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:507:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:116:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:118:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:531:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:118:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:118:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:543:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:118:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:129:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:609:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:129:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:129:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:625:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:129:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:149:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:733:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:149:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:149:4: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:745:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:149:4: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:159:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:807:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:159:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:159:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:823:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:159:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:175:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:954:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:175:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:176:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
website-updates.c:958:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:176:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:50:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:54:32: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
website-updates.c:216:11: style: Variable '_tmp14_' is not assigned a value. [unassignedVariable]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:26:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:135:15: error: Uninitialized variable: _tmp34_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:136:18: error: Uninitialized variable: _tmp34_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:139:18: error: Uninitialized variable: _tmp34_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:176:11: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:61:7: error: Uninitialized variable: _tmp1_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:62:34: error: Uninitialized variable: _tmp2_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:63:33: error: Uninitialized variable: _tmp3_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:64:33: error: Uninitialized variable: _tmp4_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:65:29: error: Uninitialized variable: _tmp5_ [uninitvar]
/opt/gnome2/source/folks/tests/tracker/website-updates.vala:77:31: error: Uninitialized variable: _tmp11_ [uninitvar]
folks-0.6.9/tools/import-pidgin.c:489:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:485:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:489:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:493:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:484:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:493:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:540:3: style: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:539:3: note: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:540:3: note: Variable '_data_->_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:555:3: style: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:554:3: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:555:3: note: Variable '_data_->_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:600:3: style: Variable '_data_->_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:599:3: note: Variable '_data_->_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:600:3: note: Variable '_data_->_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:638:3: style: Variable '_data_->_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:637:3: note: Variable '_data_->_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:638:3: note: Variable '_data_->_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:671:3: style: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:670:3: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:671:3: note: Variable '_data_->_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:725:3: style: Variable '_data_->_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:724:3: note: Variable '_data_->_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:725:3: note: Variable '_data_->_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1056:6: style: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:1055:6: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1056:6: note: Variable '_data_->_tmp26_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1447:2: style: Variable '_data_->_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:1446:2: note: Variable '_data_->_tmp97_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1447:2: note: Variable '_data_->_tmp97_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1331:3: style: Variable '_data_->_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:1330:3: note: Variable '_data_->_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1331:3: note: Variable '_data_->_tmp68_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1395:3: style: Variable '_data_->_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:1394:3: note: Variable '_data_->_tmp85_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1395:3: note: Variable '_data_->_tmp85_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1495:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:1490:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1495:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1544:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:1541:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1544:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1604:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:1596:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1604:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1609:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:1607:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1609:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1663:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import-pidgin.c:1662:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:1663:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import-pidgin.c:816:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/tools/import-pidgin.c:1470:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/tools/import-pidgin.c:854:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/import-pidgin.c:952:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/import.c:341:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
folks-0.6.9/tools/import.c:345:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/tools/import.c:340:12: note: Assignment '_tmp8_=e', assigned value is 0
folks-0.6.9/tools/import.c:341:12: note: Null pointer dereference
folks-0.6.9/tools/import.c:253:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:249:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:253:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:257:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:248:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:257:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:268:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:264:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:268:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:303:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:284:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:303:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:334:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:327:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:334:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:337:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:329:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:337:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:368:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:365:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:368:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:470:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:469:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:470:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:490:3: style: Variable '_data_->_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:489:3: note: Variable '_data_->_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:490:3: note: Variable '_data_->_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:523:3: style: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:522:3: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:523:3: note: Variable '_data_->_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:557:3: style: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:556:3: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:557:3: note: Variable '_data_->_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:597:3: style: Variable '_data_->_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:596:3: note: Variable '_data_->_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:597:3: note: Variable '_data_->_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:658:3: style: Variable '_data_->_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:657:3: note: Variable '_data_->_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:658:3: note: Variable '_data_->_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:723:4: style: Variable '_data_->_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:722:4: note: Variable '_data_->_tmp55_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:723:4: note: Variable '_data_->_tmp55_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:778:3: style: Variable '_data_->_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:777:3: note: Variable '_data_->_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:778:3: note: Variable '_data_->_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:814:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:813:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:814:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:870:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/import.c:869:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:870:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/import.c:836:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-backends.c:128:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-backends.c:124:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:128:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:155:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-backends.c:147:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:155:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:167:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-backends.c:164:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:167:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:179:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-backends.c:171:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:179:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:216:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-backends.c:201:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:216:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:252:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-backends.c:243:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:252:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:272:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-backends.c:258:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:272:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:332:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-backends.c:324:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:332:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-backends.c:76:9: style: struct member '_FolksInspectCommandClass::finalize' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-backends.c:329:41: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-backends.c:348:41: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-backends.c:357:41: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-backends.c:366:41: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-debug.c:116:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-debug.c:112:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-debug.c:116:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-debug.c:131:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-debug.c:128:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-debug.c:131:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-debug.c:73:9: style: struct member '_FolksInspectCommandClass::finalize' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-debug.c:75:12: style: struct member '_FolksInspectCommandClass::complete_subcommand' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-debug.c:130:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-debug.c:141:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-debug.c:150:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-debug.c:159:38: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-help.c:141:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-help.c:137:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:141:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:164:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-help.c:159:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:164:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:179:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-help.c:169:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:179:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:207:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-help.c:201:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:207:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:261:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-help.c:253:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:261:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-help.c:78:9: style: struct member '_FolksInspectCommandClass::finalize' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-help.c:258:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-help.c:277:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-help.c:286:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-help.c:295:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-individuals.c:127:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-individuals.c:123:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:127:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:163:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-individuals.c:152:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:163:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:175:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-individuals.c:169:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:175:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:206:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-individuals.c:196:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:206:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:256:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-individuals.c:248:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:256:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-individuals.c:76:9: style: struct member '_FolksInspectCommandClass::finalize' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-individuals.c:253:44: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-individuals.c:272:44: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-individuals.c:281:44: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-individuals.c:290:44: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-linking.c:255:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
folks-0.6.9/tools/inspect/command-linking.c:264:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/tools/inspect/command-linking.c:254:12: note: Assignment '_tmp4_=e', assigned value is 0
folks-0.6.9/tools/inspect/command-linking.c:255:12: note: Null pointer dereference
folks-0.6.9/tools/inspect/command-linking.c:257:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
folks-0.6.9/tools/inspect/command-linking.c:264:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/tools/inspect/command-linking.c:256:12: note: Assignment '_tmp6_=e', assigned value is 0
folks-0.6.9/tools/inspect/command-linking.c:257:12: note: Null pointer dereference
folks-0.6.9/tools/inspect/command-linking.c:262:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
folks-0.6.9/tools/inspect/command-linking.c:264:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/tools/inspect/command-linking.c:261:13: note: Assignment '_tmp11_=e', assigned value is 0
folks-0.6.9/tools/inspect/command-linking.c:262:13: note: Null pointer dereference
folks-0.6.9/tools/inspect/command-linking.c:342:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
folks-0.6.9/tools/inspect/command-linking.c:351:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/tools/inspect/command-linking.c:341:12: note: Assignment '_tmp4_=e', assigned value is 0
folks-0.6.9/tools/inspect/command-linking.c:342:12: note: Null pointer dereference
folks-0.6.9/tools/inspect/command-linking.c:344:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
folks-0.6.9/tools/inspect/command-linking.c:351:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/tools/inspect/command-linking.c:343:12: note: Assignment '_tmp6_=e', assigned value is 0
folks-0.6.9/tools/inspect/command-linking.c:344:12: note: Null pointer dereference
folks-0.6.9/tools/inspect/command-linking.c:349:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
folks-0.6.9/tools/inspect/command-linking.c:351:3: note: Assuming that condition 'e==NULL' is not redundant
folks-0.6.9/tools/inspect/command-linking.c:348:13: note: Assignment '_tmp11_=e', assigned value is 0
folks-0.6.9/tools/inspect/command-linking.c:349:13: note: Null pointer dereference
folks-0.6.9/tools/inspect/command-linking.c:168:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:164:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:168:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:203:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:199:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:203:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:207:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:198:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:207:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:252:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:242:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:252:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:339:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:329:0: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:339:3: note: Variable 'e' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:389:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:374:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:389:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:399:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:397:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:399:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:553:7: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:547:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:553:7: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:608:7: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:601:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:608:7: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:630:8: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:619:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:630:8: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:642:9: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:636:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:642:9: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:658:10: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:653:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:658:10: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:671:11: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:662:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:671:11: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:735:7: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:728:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:735:7: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:757:8: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:746:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:757:8: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:772:9: style: Variable '_tmp106_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:763:0: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:772:9: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:793:11: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:788:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:793:11: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:804:12: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:797:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:804:12: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1077:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:1068:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1077:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1138:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:1134:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1138:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1150:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:1146:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1150:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1174:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:1169:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1174:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1243:5: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:1238:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1243:5: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1311:4: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:1308:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1311:4: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1369:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-linking.c:1361:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:1369:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-linking.c:833:27: style: Variable '_tmp124__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-linking.c:860:22: style: Variable '_tmp131__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-linking.c:898:23: style: Variable '_tmp139__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-linking.c:908:24: style: Variable '_tmp143__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-linking.c:1366:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-linking.c:1385:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-linking.c:1394:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-linking.c:1403:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-linking.c:1426:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-persona-stores.c:127:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:123:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:127:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:156:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:151:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:156:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:163:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:160:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:163:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:177:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:167:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:177:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:201:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:194:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:201:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:213:7: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:207:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:213:7: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:245:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:237:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:245:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:253:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:250:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:253:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:271:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:257:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:271:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:349:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-persona-stores.c:341:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:349:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-persona-stores.c:76:9: style: struct member '_FolksInspectCommandClass::finalize' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-persona-stores.c:346:46: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-persona-stores.c:365:46: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-persona-stores.c:374:46: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-persona-stores.c:383:46: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-personas.c:127:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-personas.c:123:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:127:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:160:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-personas.c:149:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:160:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:171:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-personas.c:166:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:171:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:187:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-personas.c:182:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:187:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:201:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-personas.c:191:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:201:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:277:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-personas.c:269:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:277:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-personas.c:76:9: style: struct member '_FolksInspectCommandClass::finalize' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-personas.c:274:41: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-personas.c:293:41: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-personas.c:302:41: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-personas.c:311:41: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-quit.c:114:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-quit.c:110:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-quit.c:114:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-quit.c:71:9: style: struct member '_FolksInspectCommandClass::finalize' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-quit.c:73:12: style: struct member '_FolksInspectCommandClass::complete_subcommand' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-quit.c:126:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-quit.c:134:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-quit.c:143:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-quit.c:152:37: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:143:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:139:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:143:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:159:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:155:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:159:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:163:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:154:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:163:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:200:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:184:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:200:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:262:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:257:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:262:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:325:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:315:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:325:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:347:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:337:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:347:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:368:4: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:356:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:368:4: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:370:4: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:362:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:370:4: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:413:6: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:411:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:413:6: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:466:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:458:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:466:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:486:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:480:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:486:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:648:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:646:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:648:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:658:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:656:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:658:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:674:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:666:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:674:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:691:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:686:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:691:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:702:4: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:699:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:702:4: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:707:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/command-signals.c:705:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:707:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/command-signals.c:85:9: style: struct member '_FolksInspectCommandClass::finalize' is never used. [unusedStructMember]
folks-0.6.9/tools/inspect/command-signals.c:203:18: style: Variable '_parts_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:214:21: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:223:22: style: Variable '_tmp12__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:249:22: style: Variable '_tmp16__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:283:22: style: Variable '_tmp25__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:305:22: style: Variable '_tmp35__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:260:23: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:273:23: style: Variable '_tmp23__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:366:22: style: Variable '_tmp55__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:463:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:565:17: style: Variable '_parts_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:567:19: style: Variable '_tmp7__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:578:21: style: Variable '_tmp12__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:594:21: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:784:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:793:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/command-signals.c:802:40: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/inspect.c:417:12: warning: Either the condition 'e1==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
folks-0.6.9/tools/inspect/inspect.c:420:3: note: Assuming that condition 'e1==NULL' is not redundant
folks-0.6.9/tools/inspect/inspect.c:416:12: note: Assignment '_tmp4_=e1', assigned value is 0
folks-0.6.9/tools/inspect/inspect.c:417:12: note: Null pointer dereference
folks-0.6.9/tools/inspect/inspect.c:816:12: warning: Either the condition 'e1==NULL' is redundant or there is possible null pointer dereference: e1. [nullPointerRedundantCheck]
folks-0.6.9/tools/inspect/inspect.c:819:3: note: Assuming that condition 'e1==NULL' is not redundant
folks-0.6.9/tools/inspect/inspect.c:816:12: note: Null pointer dereference
folks-0.6.9/tools/inspect/inspect.c:365:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:361:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:365:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:413:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:409:0: note: Variable 'e1' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:413:3: note: Variable 'e1' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:462:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:459:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:462:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:471:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:468:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:471:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:531:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:493:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:531:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:813:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:810:0: note: Variable 'e1' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:813:3: note: Variable 'e1' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:856:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:847:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:856:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:916:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:905:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:916:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:941:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:937:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:941:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:945:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:936:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:945:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:1091:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:1064:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:1091:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:1209:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:1205:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:1209:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:1405:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/inspect.c:1401:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:1405:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/inspect.c:819:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
folks-0.6.9/tools/inspect/inspect.c:645:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/inspect.c:670:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/inspect.c:995:11: style: Variable '_tmp8_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/inspect.c:1094:17: style: Variable '_parts_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/inspect.c:1113:19: style: Variable '_tmp5__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/inspect.c:1150:20: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/inspect.c:1125:21: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/inspect.c:1138:21: style: Variable '_tmp13__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/inspect.c:1211:20: style: Variable '_tmp4__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:96:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:93:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:96:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:127:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:119:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:127:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:130:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:122:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:130:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:155:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:144:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:155:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:159:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:148:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:159:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:160:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:149:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:160:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:164:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:151:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:164:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:177:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:171:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:177:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:196:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:183:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:196:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:219:6: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:213:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:219:6: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:257:5: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:241:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:257:5: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:284:6: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:278:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:284:6: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:332:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:309:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:332:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:341:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:338:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:341:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:443:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:434:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:443:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:452:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:449:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:452:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:467:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:464:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:467:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:498:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:490:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:498:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:510:5: style: Variable 'signal_id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:506:0: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:510:5: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:514:6: style: Variable 'signal_id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:513:0: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:514:6: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:521:7: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:518:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:521:7: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:558:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:549:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:558:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:559:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:550:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:559:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:571:6: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:566:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:571:6: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:572:6: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:567:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:572:6: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:608:6: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:598:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:608:6: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:609:6: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:600:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:609:6: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:621:7: style: Variable 'signal_id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:617:0: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:621:7: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:625:8: style: Variable 'signal_id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:624:0: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:625:8: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:675:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:667:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:675:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:684:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:681:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:684:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:698:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:695:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:698:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:729:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:721:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:729:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:741:5: style: Variable 'signal_id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:737:0: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:741:5: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:745:6: style: Variable 'signal_id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:744:0: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:745:6: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:752:7: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:749:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:752:7: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:788:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:780:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:788:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:789:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:781:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:789:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:801:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:796:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:801:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:802:6: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:797:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:802:6: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:837:6: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:827:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:837:6: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:838:6: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:829:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:838:6: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:850:7: style: Variable 'signal_id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:846:0: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:850:7: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:854:8: style: Variable 'signal_id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:853:0: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:854:8: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:861:9: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:858:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:861:9: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:904:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:884:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:904:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:918:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:912:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:918:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:928:4: style: Variable 'signal_id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:924:0: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:928:4: note: Variable 'signal_id_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:932:5: style: Variable 'signal_id' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:931:0: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:932:5: note: Variable 'signal_id' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:941:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:935:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:941:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:950:7: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:947:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:950:7: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:986:3: style: Variable 'interface_type_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:982:0: note: Variable 'interface_type_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:986:3: note: Variable 'interface_type_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:990:4: style: Variable 'interface_type' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:989:0: note: Variable 'interface_type' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:990:4: note: Variable 'interface_type' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1053:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1051:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1053:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1110:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1093:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1110:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1121:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1118:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1121:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1192:3: style: Variable 'param_value_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1188:0: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1192:3: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1213:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1206:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1213:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1214:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1207:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1214:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1216:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1209:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1216:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1268:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1266:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1268:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1332:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1316:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1332:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1343:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1340:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1343:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1387:2: style: Variable 'query_info' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1370:0: note: Variable 'query_info' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1387:2: note: Variable 'query_info' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1390:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1376:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1390:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1403:3: style: Variable 'param_value_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1399:0: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1403:3: note: Variable 'param_value_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1424:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1417:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1424:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1425:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1418:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1425:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1427:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/signal-manager.c:1420:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:1427:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/signal-manager.c:501:24: style: Variable '_signal_ids_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:511:36: style: Variable 'signal_id_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:508:0: style: Variable '_signal_id_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:612:26: style: Variable '_signal_ids_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:622:38: style: Variable 'signal_id_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:619:0: style: Variable '_signal_id_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:732:24: style: Variable '_signal_ids_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:742:36: style: Variable 'signal_id_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:739:0: style: Variable '_signal_id_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:841:26: style: Variable '_signal_ids_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:851:38: style: Variable 'signal_id_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:848:0: style: Variable '_signal_id_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:907:22: style: Variable '_signal_ids_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:909:19: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:978:22: style: Variable '_interfaces_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:929:35: style: Variable 'signal_id_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:926:0: style: Variable '_signal_id_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:987:39: style: Variable 'interface_type_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:984:0: style: Variable '_interface_type_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:1193:36: style: Variable 'param_value_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:1190:0: style: Variable '_param_value_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:1404:36: style: Variable 'param_value_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/signal-manager.c:1401:0: style: Variable '_param_value_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/utils.c:193:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:187:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:193:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:194:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:188:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:194:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:241:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:227:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:241:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:289:3: style: Variable 'element_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:285:0: note: Variable 'element_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:289:3: note: Variable 'element_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:295:4: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:293:0: note: Variable 'element' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:295:4: note: Variable 'element' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:351:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:347:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:351:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:364:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:360:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:364:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:380:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:373:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:380:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:420:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:400:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:420:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:421:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:402:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:421:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:433:3: style: Variable 'pspec_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:429:0: note: Variable 'pspec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:433:3: note: Variable 'pspec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:437:4: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:436:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:437:4: note: Variable 'pspec' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:465:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:463:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:465:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:517:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:512:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:517:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:527:5: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:521:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:527:5: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:565:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:551:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:565:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:566:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:553:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:566:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:578:3: style: Variable 'pspec_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:574:0: note: Variable 'pspec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:578:3: note: Variable 'pspec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:582:4: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:581:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:582:4: note: Variable 'pspec' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:695:3: style: Variable 'pspec_collection' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:691:0: note: Variable 'pspec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:695:3: note: Variable 'pspec_collection' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:699:4: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:698:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:699:4: note: Variable 'pspec' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:727:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:725:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:727:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:786:4: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:777:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:786:4: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:798:5: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:792:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:798:5: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:821:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:819:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:821:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:822:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:818:0: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:822:2: note: Variable 'result' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:839:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:832:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:839:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:856:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:849:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:856:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:862:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:855:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:862:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:873:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:870:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:873:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:890:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:883:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:890:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:896:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:889:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:896:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:932:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:925:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:932:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:944:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:941:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:944:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:959:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:948:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:959:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1009:6: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1000:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1009:6: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1025:7: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1023:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1025:7: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1040:7: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1034:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1040:7: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1041:7: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1035:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1041:7: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1043:7: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1037:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1043:7: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1054:8: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1052:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1054:8: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1073:7: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1068:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1073:7: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1085:8: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1080:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1085:8: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1087:8: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1082:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1087:8: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1117:8: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1110:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1117:8: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1132:9: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1126:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1132:9: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1134:9: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1128:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1134:9: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1158:10: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1140:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1158:10: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1193:11: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1190:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1193:11: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1210:12: style: Variable '_tmp107_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1197:0: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1210:12: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1292:9: style: Variable '_tmp132_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1283:0: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1292:9: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1300:10: style: Variable '_tmp135_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1297:0: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1300:10: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1315:11: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1304:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1315:11: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1357:10: style: Variable '_tmp151_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1354:0: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1357:10: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1364:11: style: Variable '_tmp154_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1362:0: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1364:11: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1390:11: style: Variable '_tmp158_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1381:0: note: Variable '_tmp158_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1390:11: note: Variable '_tmp158_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1398:12: style: Variable '_tmp161_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1395:0: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1398:12: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1415:13: style: Variable '_tmp163_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1402:0: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1415:13: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1464:12: style: Variable '_tmp179_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1457:0: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1464:12: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1476:13: style: Variable '_tmp183_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1473:0: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1476:13: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1491:14: style: Variable '_tmp185_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1480:0: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1491:14: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1537:13: style: Variable '_tmp199_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1530:0: note: Variable '_tmp199_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1537:13: note: Variable '_tmp199_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1549:14: style: Variable '_tmp203_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1546:0: note: Variable '_tmp203_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1549:14: note: Variable '_tmp203_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1566:15: style: Variable '_tmp205_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1553:0: note: Variable '_tmp205_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1566:15: note: Variable '_tmp205_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1612:14: style: Variable '_tmp221_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1608:0: note: Variable '_tmp221_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1612:14: note: Variable '_tmp221_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1620:15: style: Variable '_tmp224_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1618:0: note: Variable '_tmp224_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1620:15: note: Variable '_tmp224_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1652:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1649:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1652:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1653:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1650:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1653:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1662:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1657:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1662:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1672:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1668:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1672:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1673:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1669:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1673:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1674:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1670:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1674:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1675:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1671:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1675:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1693:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1690:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1693:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1707:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1699:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1707:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1747:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1741:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1747:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1761:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1753:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1761:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1801:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1795:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1801:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1822:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1820:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1822:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1844:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1838:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1844:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1860:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1850:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1860:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1914:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1908:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1914:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1916:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1910:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1916:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1933:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1923:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1933:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1982:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1976:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1982:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1984:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:1978:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:1984:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2003:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:2001:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2003:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2020:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:2013:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2020:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2025:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:2018:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2025:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2040:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:2032:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2040:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2068:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
folks-0.6.9/tools/inspect/utils.c:2067:0: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:2068:2: note: Variable 'self' is reassigned a value before the old one has been used.
folks-0.6.9/tools/inspect/utils.c:278:17: style: Variable '_array_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/utils.c:290:32: style: Variable 'element_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/utils.c:287:0: style: Variable '_element_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/utils.c:569:22: style: Variable '_properties_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/utils.c:579:30: style: Variable 'pspec_collection_length1' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/utils.c:576:0: style: Variable '_pspec_collection_size_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/utils.c:607:15: style: Variable '_tmp11_' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/utils.c:2204:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
folks-0.6.9/tools/inspect/utils.c:371:0: error: va_list 'valist' used before va_start() was called. [va_list_usedBeforeStarted]
[22:27]

ftp://ftp.se.debian.org/debian/pool/main/f/foma/foma_0.9.18~r248.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fomp/fomp_1.0.0~dfsg0.orig.tar.xz
fomp-1.0.0~dfsg0/src/autowah.cc:56:14: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/autowah.cc:60:11: style: The scope of the variable 'ds1' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/autowah.cc:60:16: style: The scope of the variable 'ds2' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/autowah.cc:62:11: style: The scope of the variable 'b' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/autowah.cc:62:14: style: The scope of the variable 'p' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/autowah.cc:62:20: style: The scope of the variable 'w' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_wbase' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_bbase' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_rfact' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_z1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_z2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_s1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_s2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_gx' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_gy' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: warning: Member variable 'Ladspa_Autowah::_dr' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/autowah.h:33:5: style: Class 'Ladspa_Autowah' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/autowah.h:34:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/autowah.h:34:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/autowah.h:35:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/autowah.h:35:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/autowah.h:36:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/autowah.h:36:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/plugin_lv2.h:28:3: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/plugin_lv2.h:34:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/plugin_lv2.h:40:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/plugin_lv2.h:46:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/plugin_lv2.h:52:10: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/blvco.cc:67:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.cc:69:21: style: The scope of the variable 't' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.cc:69:27: style: The scope of the variable 'dw' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.cc:154:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.cc:156:24: style: The scope of the variable 't' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.cc:156:30: style: The scope of the variable 'dw' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.cc:250:21: style: The scope of the variable 'n' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.cc:252:18: style: The scope of the variable 'db' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.cc:252:31: style: The scope of the variable 't' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.cc:252:37: style: The scope of the variable 'dw' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/blvco.h:33:5: warning: Member variable 'Ladspa_VCO_pulse1::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:33:5: warning: Member variable 'Ladspa_VCO_pulse1::_p' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:33:5: warning: Member variable 'Ladspa_VCO_pulse1::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:33:5: warning: Member variable 'Ladspa_VCO_pulse1::_y' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:33:5: warning: Member variable 'Ladspa_VCO_pulse1::_z' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:33:5: warning: Member variable 'Ladspa_VCO_pulse1::_f' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:33:5: warning: Member variable 'Ladspa_VCO_pulse1::_j' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: warning: Member variable 'Ladspa_VCO_saw1::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: warning: Member variable 'Ladspa_VCO_saw1::_p' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: warning: Member variable 'Ladspa_VCO_saw1::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: warning: Member variable 'Ladspa_VCO_saw1::_x' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: warning: Member variable 'Ladspa_VCO_saw1::_y' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: warning: Member variable 'Ladspa_VCO_saw1::_z' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: warning: Member variable 'Ladspa_VCO_saw1::_d' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: warning: Member variable 'Ladspa_VCO_saw1::_f' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: warning: Member variable 'Ladspa_VCO_saw1::_j' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_p' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_b' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_x' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_y' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_z' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_d' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_f' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_j' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: warning: Member variable 'Ladspa_VCO_rec1::_k' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/blvco.h:33:5: style: Class 'Ladspa_VCO_pulse1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/blvco.h:55:5: style: Class 'Ladspa_VCO_saw1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/blvco.h:77:5: style: Class 'Ladspa_VCO_rec1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/blvco.h:34:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/blvco.h:34:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/blvco.h:35:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/blvco.h:35:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/blvco.h:36:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/blvco.h:36:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/blvco.h:56:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/blvco.h:56:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/blvco.h:57:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/blvco.h:57:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/blvco.h:58:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/blvco.h:58:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/blvco.h:78:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/blvco.h:78:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/blvco.h:79:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/blvco.h:79:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/blvco.h:80:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/blvco.h:80:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus.cc:48:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:63:22: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:162:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:178:22: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:290:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:306:22: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:26:20: warning: Member variable 'Ladspa_CS_chorus1::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:26:20: warning: Member variable 'Ladspa_CS_chorus1::_wi' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:26:20: warning: Member variable 'Ladspa_CS_chorus1::_gi' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:26:20: warning: Member variable 'Ladspa_CS_chorus1::_ri' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:26:20: warning: Member variable 'Ladspa_CS_chorus1::_dr' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:26:20: warning: Member variable 'Ladspa_CS_chorus1::_x1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:26:20: warning: Member variable 'Ladspa_CS_chorus1::_y1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:26:20: warning: Member variable 'Ladspa_CS_chorus1::_x2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:26:20: warning: Member variable 'Ladspa_CS_chorus1::_y2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_wi' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_gi' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_ri' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_dr' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_x1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_y1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_x2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_y2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_a' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:140:20: warning: Member variable 'Ladspa_CS_chorus2::_b' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_wi' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_gi' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_ri' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_dr' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_x1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_y1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_x2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_y2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_a' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:268:20: warning: Member variable 'Ladspa_CS_chorus3::_b' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:30:5: style: Class 'Ladspa_CS_chorus1' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:30:5: style: Class 'Ladspa_CS_chorus1' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:144:5: style: Class 'Ladspa_CS_chorus2' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:144:5: style: Class 'Ladspa_CS_chorus2' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:272:5: style: Class 'Ladspa_CS_chorus3' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fomp-1.0.0~dfsg0/src/cs_chorus.cc:272:5: style: Class 'Ladspa_CS_chorus3' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fomp-1.0.0~dfsg0/src/cs_chorus.h:32:5: style: Class 'Ladspa_CS_chorus1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/cs_chorus.h:58:5: style: Class 'Ladspa_CS_chorus2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/cs_chorus.h:85:5: style: Class 'Ladspa_CS_chorus3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/cs_chorus.h:33:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_chorus.h:33:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus.h:34:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_chorus.h:34:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus.h:35:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_chorus.h:35:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus.h:59:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_chorus.h:59:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus.h:60:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_chorus.h:60:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus.h:61:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_chorus.h:61:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus.h:86:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_chorus.h:86:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus.h:87:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_chorus.h:87:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus.h:88:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_chorus.h:88:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_chorus_if.cc:35:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_chorus_if.cc:40:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_chorus_if.cc:45:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_chorus_if.cc:50:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_chorus_if.cc:55:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_chorus_if.cc:60:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_chorus_if.cc:65:12: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_phaser.cc:44:14: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_phaser.cc:47:14: style: The scope of the variable 't' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_phaser.cc:47:20: style: The scope of the variable 'dw' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_phaser.cc:126:14: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/cs_phaser.h:32:5: warning: Member variable 'Ladspa_CS_phaser1::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:32:5: warning: Member variable 'Ladspa_CS_phaser1::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:32:5: warning: Member variable 'Ladspa_CS_phaser1::_z' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:32:5: warning: Member variable 'Ladspa_CS_phaser1::_c' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:51:5: warning: Member variable 'Ladspa_CS_phaser1lfo::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:51:5: warning: Member variable 'Ladspa_CS_phaser1lfo::_z' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:51:5: warning: Member variable 'Ladspa_CS_phaser1lfo::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:51:5: warning: Member variable 'Ladspa_CS_phaser1lfo::_v' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:51:5: warning: Member variable 'Ladspa_CS_phaser1lfo::_p' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:51:5: warning: Member variable 'Ladspa_CS_phaser1lfo::_c' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:51:5: warning: Member variable 'Ladspa_CS_phaser1lfo::_gi' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/cs_phaser.h:32:5: style: Class 'Ladspa_CS_phaser1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/cs_phaser.h:51:5: style: Class 'Ladspa_CS_phaser1lfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/cs_phaser.h:33:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_phaser.h:33:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_phaser.h:34:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_phaser.h:34:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_phaser.h:35:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_phaser.h:35:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_phaser.h:52:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_phaser.h:52:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_phaser.h:53:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_phaser.h:53:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_phaser.h:54:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/cs_phaser.h:54:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/cs_phaser_if.cc:35:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_phaser_if.cc:40:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_phaser_if.cc:45:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_phaser_if.cc:50:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_phaser_if.cc:55:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_phaser_if.cc:60:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/cs_phaser_if.cc:65:12: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/filters.h:42:38: style: The scope of the variable 'x' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/filters.h:42:41: style: The scope of the variable 'y' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/filters.cc:44:17: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/filters.cc:47:12: style: The scope of the variable 'p' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/filters.cc:48:14: style: The scope of the variable 'g' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/filters.cc:48:17: style: The scope of the variable 'd' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/filters.h:27:1: style: The class 'Paramsect' does not have a constructor although it has private member variables. [noConstructor]
fomp-1.0.0~dfsg0/src/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_gain' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_fade' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_sect' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/filters.h:124:16: warning: The class 'Ladspa_Paramfilt' defines member variable with name '_gain' also defined in its parent class 'LadspaPlugin'. [duplInheritedMember]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:53:9: note: Parent variable 'LadspaPlugin::_gain'
fomp-1.0.0~dfsg0/src/filters.h:124:16: note: Derived variable 'Ladspa_Paramfilt::_gain'
fomp-1.0.0~dfsg0/src/filters.h:115:5: style: Class 'Ladspa_Paramfilt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/filters.h:116:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/filters.h:116:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/filters.h:117:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/filters.h:117:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/filters.h:118:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/filters.h:118:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvchpf24.cc:44:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvchpf24.cc:47:25: style: The scope of the variable 'dw' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvchpf24.cc:47:29: style: The scope of the variable 't' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvchpf24.h:32:5: warning: Member variable 'Ladspa_Mvchpf1::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvchpf24.h:32:5: warning: Member variable 'Ladspa_Mvchpf1::_c1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvchpf24.h:32:5: warning: Member variable 'Ladspa_Mvchpf1::_c2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvchpf24.h:32:5: warning: Member variable 'Ladspa_Mvchpf1::_c3' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvchpf24.h:32:5: warning: Member variable 'Ladspa_Mvchpf1::_c4' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvchpf24.h:32:5: warning: Member variable 'Ladspa_Mvchpf1::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvchpf24.h:32:5: warning: Member variable 'Ladspa_Mvchpf1::_x' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvchpf24.h:32:5: style: Class 'Ladspa_Mvchpf1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/mvchpf24.h:33:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvchpf24.h:33:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvchpf24.h:34:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvchpf24.h:34:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvchpf24.h:35:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvchpf24.h:35:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvchpf24_if.cc:35:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_if.cc:40:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_if.cc:45:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_if.cc:50:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_if.cc:55:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_if.cc:60:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_if.cc:65:12: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_lv2.cc:30:3: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_lv2.cc:36:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_lv2.cc:42:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_lv2.cc:48:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvchpf24_lv2.cc:54:10: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:43:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:46:22: style: The scope of the variable 'dr' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:46:29: style: The scope of the variable 'dw' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:46:36: style: The scope of the variable 't' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:130:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:133:22: style: The scope of the variable 'dr' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:133:29: style: The scope of the variable 'dw' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:133:36: style: The scope of the variable 't' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:219:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:222:22: style: The scope of the variable 'dr' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:222:29: style: The scope of the variable 'dw' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:222:36: style: The scope of the variable 't' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:332:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:335:22: style: The scope of the variable 'dr' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:335:29: style: The scope of the variable 'dw' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.cc:335:36: style: The scope of the variable 't' can be reduced. [variableScope]
fomp-1.0.0~dfsg0/src/mvclpf24.h:33:5: warning: Member variable 'Ladspa_Moogvcf1::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:33:5: warning: Member variable 'Ladspa_Moogvcf1::_c1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:33:5: warning: Member variable 'Ladspa_Moogvcf1::_c2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:33:5: warning: Member variable 'Ladspa_Moogvcf1::_c3' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:33:5: warning: Member variable 'Ladspa_Moogvcf1::_c4' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:33:5: warning: Member variable 'Ladspa_Moogvcf1::_c5' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:33:5: warning: Member variable 'Ladspa_Moogvcf1::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:33:5: warning: Member variable 'Ladspa_Moogvcf1::_r' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:54:5: warning: Member variable 'Ladspa_Moogvcf2::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:54:5: warning: Member variable 'Ladspa_Moogvcf2::_c1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:54:5: warning: Member variable 'Ladspa_Moogvcf2::_c2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:54:5: warning: Member variable 'Ladspa_Moogvcf2::_c3' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:54:5: warning: Member variable 'Ladspa_Moogvcf2::_c4' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:54:5: warning: Member variable 'Ladspa_Moogvcf2::_c5' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:54:5: warning: Member variable 'Ladspa_Moogvcf2::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:54:5: warning: Member variable 'Ladspa_Moogvcf2::_r' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:75:5: warning: Member variable 'Ladspa_Moogvcf3::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:75:5: warning: Member variable 'Ladspa_Moogvcf3::_c1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:75:5: warning: Member variable 'Ladspa_Moogvcf3::_c2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:75:5: warning: Member variable 'Ladspa_Moogvcf3::_c3' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:75:5: warning: Member variable 'Ladspa_Moogvcf3::_c4' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:75:5: warning: Member variable 'Ladspa_Moogvcf3::_c5' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:75:5: warning: Member variable 'Ladspa_Moogvcf3::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:75:5: warning: Member variable 'Ladspa_Moogvcf3::_r' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:97:5: warning: Member variable 'Ladspa_Moogvcf4::_port' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:97:5: warning: Member variable 'Ladspa_Moogvcf4::_c1' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:97:5: warning: Member variable 'Ladspa_Moogvcf4::_c2' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:97:5: warning: Member variable 'Ladspa_Moogvcf4::_c3' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:97:5: warning: Member variable 'Ladspa_Moogvcf4::_c4' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:97:5: warning: Member variable 'Ladspa_Moogvcf4::_c5' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:97:5: warning: Member variable 'Ladspa_Moogvcf4::_w' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:97:5: warning: Member variable 'Ladspa_Moogvcf4::_r' is not initialized in the constructor. [uninitMemberVar]
fomp-1.0.0~dfsg0/src/mvclpf24.h:33:5: style: Class 'Ladspa_Moogvcf1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/mvclpf24.h:54:5: style: Class 'Ladspa_Moogvcf2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/mvclpf24.h:75:5: style: Class 'Ladspa_Moogvcf3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/mvclpf24.h:97:5: style: Class 'Ladspa_Moogvcf4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fomp-1.0.0~dfsg0/src/mvclpf24.h:34:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:34:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:35:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:35:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:36:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:36:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:55:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:55:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:56:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:56:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:57:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:57:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:76:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:76:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:77:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:77:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:78:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:78:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:98:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:44:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:98:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:99:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:45:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:99:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24.h:100:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fomp-1.0.0~dfsg0/src/ladspaplugin.h:46:16: note: Virtual function in base class
fomp-1.0.0~dfsg0/src/mvclpf24.h:100:18: note: Function in derived class
fomp-1.0.0~dfsg0/src/mvclpf24_if.cc:35:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_if.cc:40:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_if.cc:45:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_if.cc:50:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_if.cc:55:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_if.cc:60:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_if.cc:65:12: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_lv2.cc:30:3: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_lv2.cc:36:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_lv2.cc:42:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_lv2.cc:48:6: style: C-style pointer casting [cstyleCast]
fomp-1.0.0~dfsg0/src/mvclpf24_lv2.cc:54:10: style: C-style pointer casting [cstyleCast]
[22:27]

ftp://ftp.se.debian.org/debian/pool/main/f/fondu/fondu_0.0.20060102.orig.tar.gz
fondu-060102/dfont2res.c:57:54: style: The scope of the variable 'dpt' can be reduced. [variableScope]
fondu-060102/dfont2res.c:177:11: style: The scope of the variable 'in' can be reduced. [variableScope]
fondu-060102/dfont2res.c:177:16: style: The scope of the variable 'out' can be reduced. [variableScope]
fondu-060102/dfont2res.c:178:25: style: The scope of the variable 'pt' can be reduced. [variableScope]
fondu-060102/dfont2res.c:73:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fondu-060102/fondu.c:932:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fondu-060102/fondu.c:934:2: note: Found duplicate branches for 'if' and 'else'.
fondu-060102/fondu.c:932:7: note: Found duplicate branches for 'if' and 'else'.
fondu-060102/fondu.c:188:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fondu-060102/fondu.c:390:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fondu-060102/fondu.c:391:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
fondu-060102/fondu.c:392:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
fondu-060102/fondu.c:394:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fondu-060102/fondu.c:394:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fondu-060102/fondu.c:395:23: style: The scope of the variable 'isfixed' can be reduced. [variableScope]
fondu-060102/fondu.c:397:10: style: The scope of the variable 'widoff' can be reduced. [variableScope]
fondu-060102/fondu.c:397:18: style: The scope of the variable 'kernoff' can be reduced. [variableScope]
fondu-060102/fondu.c:397:27: style: The scope of the variable 'styleoff' can be reduced. [variableScope]
fondu-060102/fondu.c:532:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fondu-060102/fondu.c:535:16: style: The scope of the variable 'ucnt' can be reduced. [variableScope]
fondu-060102/fondu.c:536:23: style: The scope of the variable 'rlen' can be reduced. [variableScope]
fondu-060102/fondu.c:666:65: style: The scope of the variable 'tag' can be reduced. [variableScope]
fondu-060102/fondu.c:667:9: style: The scope of the variable 'plat' can be reduced. [variableScope]
fondu-060102/fondu.c:667:15: style: The scope of the variable 'spec' can be reduced. [variableScope]
fondu-060102/fondu.c:667:21: style: The scope of the variable 'lang' can be reduced. [variableScope]
fondu-060102/fondu.c:667:27: style: The scope of the variable 'name' can be reduced. [variableScope]
fondu-060102/fondu.c:667:38: style: The scope of the variable 'off' can be reduced. [variableScope]
fondu-060102/fondu.c:766:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fondu-060102/fondu.c:767:10: style: The scope of the variable 'roff' can be reduced. [variableScope]
fondu-060102/fondu.c:768:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
fondu-060102/fondu.c:770:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fondu-060102/fondu.c:770:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fondu-060102/fondu.c:776:11: style: The scope of the variable 'ttf' can be reduced. [variableScope]
fondu-060102/fondu.c:833:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fondu-060102/fondu.c:996:32: style: The scope of the variable 'first' can be reduced. [variableScope]
fondu-060102/fondu.c:1026:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fondu-060102/fondu.c:1001:69: style: Checking if unsigned variable 'header[1]' is less than zero. [unsignedLessThanZero]
fondu-060102/fondu.c:423:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fondu-060102/fondups.c:1388:24: style: Redundant condition: If 'EXPR == '\0'', the comparison 'EXPR != '\n'' is always true. [redundantCondition]
fondu-060102/fondups.c:1240:19: style: The scope of the variable 'plain' can be reduced. [variableScope]
fondu-060102/fondups.c:1240:26: style: The scope of the variable 'cypher' can be reduced. [variableScope]
fondu-060102/fondups.c:1251:31: style: The scope of the variable 'bs' can be reduced. [variableScope]
fondu-060102/fondups.c:1252:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fondu-060102/fondups.c:1342:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
fondu-060102/fondups.c:1858:55: style: The scope of the variable 'nownum' can be reduced. [variableScope]
fondu-060102/fondups.c:1858:63: style: The scope of the variable 'nowr' can be reduced. [variableScope]
fondu-060102/fondups.c:1858:69: style: The scope of the variable 'nowspace' can be reduced. [variableScope]
fondu-060102/fondups.c:1864:25: style: The scope of the variable 'isminus' can be reduced. [variableScope]
fondu-060102/fondups.c:2116:20: style: The scope of the variable 'r' can be reduced. [variableScope]
fondu-060102/fondups.c:2117:19: style: The scope of the variable 'plain' can be reduced. [variableScope]
fondu-060102/fondups.c:2117:26: style: The scope of the variable 'cypher' can be reduced. [variableScope]
fondu-060102/fondups.c:2221:13: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fondu-060102/fondups.c:3003:11: style: The scope of the variable 'pt' can be reduced. [variableScope]
fondu-060102/fondups.c:2241:2: style: Variable 'fontsetname' is assigned a value that is never used. [unreadVariable]
fondu-060102/fondups.c:1674:3: error: Return value of allocation function 'gettoken' is not stored. [leakReturnValNotUsed]
fondu-060102/fondups.c:2126:9: error: Uninitialized variable: i [uninitvar]
fondu-060102/frommacbinary.c:58:5: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
fondu-060102/frommacbinary.c:76:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fondu-060102/frommacbinary.c:76:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
fondu-060102/frommacbinary.c:97:8: style: The scope of the variable 'datafile' can be reduced. [variableScope]
fondu-060102/frommacbinary.c:97:19: style: The scope of the variable 'resfile' can be reduced. [variableScope]
fondu-060102/frommacbinary.c:84:69: style: Checking if unsigned variable 'header[1]' is less than zero. [unsignedLessThanZero]
fondu-060102/lumper.c:372:7: style: Condition 'only_fonts' is always true [knownConditionTrueFalse]
fondu-060102/lumper.c:252:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fondu-060102/lumper.c:246:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fondu-060102/lumper.c:280:23: style: The scope of the variable 'size' can be reduced. [variableScope]
fondu-060102/lumper.c:280:29: style: The scope of the variable 'style' can be reduced. [variableScope]
fondu-060102/lumper.c:280:36: style: The scope of the variable 'id' can be reduced. [variableScope]
fondu-060102/lumper.c:308:9: style: The scope of the variable 'fixupfond' can be reduced. [variableScope]
fondu-060102/lumper.c:532:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fondu-060102/lumper.c:523:69: style: Checking if unsigned variable 'header[1]' is less than zero. [unsignedLessThanZero]
fondu-060102/lumper.c:289:10: style: Variable 'style' is assigned a value that is never used. [unreadVariable]
fondu-060102/readnfnt.c:140:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fondu-060102/readnfnt.c:407:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fondu-060102/readnfnt.c:408:10: style: The scope of the variable 'roff' can be reduced. [variableScope]
fondu-060102/readnfnt.c:409:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
fondu-060102/readnfnt.c:411:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fondu-060102/readnfnt.c:411:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fondu-060102/readnfnt.c:414:9: style: The scope of the variable 'res_id' can be reduced. [variableScope]
fondu-060102/readnfnt.c:484:0: error: Resource leak: bdf [resourceLeak]
fondu-060102/setfondname.c:125:52: style: The scope of the variable 'rpos' can be reduced. [variableScope]
fondu-060102/setfondname.c:126:19: style: The scope of the variable 'tag' can be reduced. [variableScope]
fondu-060102/setfondname.c:127:17: style: The scope of the variable 'subcnt' can be reduced. [variableScope]
fondu-060102/setfondname.c:200:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fondu-060102/setfondname.c:191:69: style: Checking if unsigned variable 'header[1]' is less than zero. [unsignedLessThanZero]
fondu-060102/showfond.c:122:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fondu-060102/showfond.c:123:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fondu-060102/showfond.c:124:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fondu-060102/showfond.c:223:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fondu-060102/showfond.c:310:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fondu-060102/showfond.c:601:2: warning: %c in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fondu-060102/showfond.c:601:2: warning: %c in format string (no. 4) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fondu-060102/showfond.c:66:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fondu-060102/showfond.c:67:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
fondu-060102/showfond.c:67:18: style: The scope of the variable 'end' can be reduced. [variableScope]
fondu-060102/showfond.c:68:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
fondu-060102/showfond.c:70:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fondu-060102/showfond.c:70:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fondu-060102/showfond.c:71:25: style: The scope of the variable 'rlen' can be reduced. [variableScope]
fondu-060102/showfond.c:73:10: style: The scope of the variable 'widoff' can be reduced. [variableScope]
fondu-060102/showfond.c:73:18: style: The scope of the variable 'kernoff' can be reduced. [variableScope]
fondu-060102/showfond.c:73:27: style: The scope of the variable 'styleoff' can be reduced. [variableScope]
fondu-060102/showfond.c:73:37: style: The scope of the variable 'bboff' can be reduced. [variableScope]
fondu-060102/showfond.c:73:44: style: The scope of the variable 'offsetstart' can be reduced. [variableScope]
fondu-060102/showfond.c:152:10: style: The scope of the variable 'test' can be reduced. [variableScope]
fondu-060102/showfond.c:345:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fondu-060102/showfond.c:346:10: style: The scope of the variable 'roff' can be reduced. [variableScope]
fondu-060102/showfond.c:347:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
fondu-060102/showfond.c:349:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fondu-060102/showfond.c:349:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fondu-060102/showfond.c:351:9: style: The scope of the variable 'res_id' can be reduced. [variableScope]
fondu-060102/showfond.c:353:19: style: The scope of the variable 'ass' can be reduced. [variableScope]
fondu-060102/showfond.c:407:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fondu-060102/showfond.c:408:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fondu-060102/showfond.c:408:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fondu-060102/showfond.c:432:18: style: The scope of the variable 'isotf' can be reduced. [variableScope]
fondu-060102/showfond.c:434:65: style: The scope of the variable 'tag' can be reduced. [variableScope]
fondu-060102/showfond.c:435:9: style: The scope of the variable 'plat' can be reduced. [variableScope]
fondu-060102/showfond.c:435:15: style: The scope of the variable 'spec' can be reduced. [variableScope]
fondu-060102/showfond.c:435:21: style: The scope of the variable 'lang' can be reduced. [variableScope]
fondu-060102/showfond.c:435:27: style: The scope of the variable 'name' can be reduced. [variableScope]
fondu-060102/showfond.c:435:38: style: The scope of the variable 'off' can be reduced. [variableScope]
fondu-060102/showfond.c:523:28: style: The scope of the variable 'here' can be reduced. [variableScope]
fondu-060102/showfond.c:524:10: style: The scope of the variable 'roff' can be reduced. [variableScope]
fondu-060102/showfond.c:525:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
fondu-060102/showfond.c:526:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fondu-060102/showfond.c:526:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fondu-060102/showfond.c:652:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fondu-060102/showfond.c:643:69: style: Checking if unsigned variable 'header[1]' is less than zero. [unsignedLessThanZero]
fondu-060102/tomacbinary.c:61:5: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
fondu-060102/tomacbinary.c:316:36: warning: Either the condition 'outfile==NULL' is redundant or there is possible null pointer dereference: outfile. [nullPointerRedundantCheck]
fondu-060102/tomacbinary.c:238:17: note: Assuming that condition 'outfile==NULL' is not redundant
fondu-060102/tomacbinary.c:316:36: note: Null pointer dereference
fondu-060102/tomacbinary.c:322:0: error: Deallocating a deallocated pointer: datafile [deallocDealloc]
fondu-060102/tomacbinary.c:329:0: error: Deallocating a deallocated pointer: resfile [deallocDealloc]
fondu-060102/tomacbinary.c:331:0: error: Resource leak: outfile [resourceLeak]
fondu-060102/tomacbinary.c:331:0: error: Memory leak: outname [memleak]
fondu-060102/ufond.c:463:20: style: Condition 'kernloc!=0' is always false [knownConditionTrueFalse]
fondu-060102/ufond.c:406:15: note: Assignment 'kernloc=0', assigned value is 0
fondu-060102/ufond.c:463:20: note: Condition 'kernloc!=0' is always false
fondu-060102/ufond.c:369:15: style: Same expression on both sides of '-'. [duplicateExpression]
fondu-060102/ufond.c:209:9: style: The scope of the variable 'index' can be reduced. [variableScope]
fondu-060102/ufond.c:303:24: style: The scope of the variable 'strcnt' can be reduced. [variableScope]
fondu-060102/ufond.c:604:54: style: The scope of the variable 'dpt' can be reduced. [variableScope]
fondu-060102/ufond.c:71:13: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fondu-060102/ufond.c:792:5: style: Variable 'npos' is assigned a value that is never used. [unreadVariable]
fondu-060102/ufond.c:825:5: style: Variable 'fonds' is assigned a value that is never used. [unreadVariable]
fondu-060102/ufond.c:620:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fondu-060102/ufond.c:766:73: error: Uninitialized variable: face [uninitvar]
fondu-060102/ufond.c:766:73: error: Uninitialized struct member: face.fontname [uninitStructMember]
fondu-060102/ufondbdf.c:370:27: error: Array 'macfont->face->metrics[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
fondu-060102/ufondbdf.c:359:5: note: After for loop, i has value 256
fondu-060102/ufondbdf.c:370:27: note: Array index out of bounds
fondu-060102/ufondbdf.c:446:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fondu-060102/ufondbdf.c:122:12: style: The scope of the variable 'l' can be reduced. [variableScope]
fondu-060102/ufondbdf.c:123:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fondu-060102/ufondbdf.c:182:17: style: The scope of the variable 'last_enc' can be reduced. [variableScope]
fondu-060102/ufondbdf.c:319:26: style: The scope of the variable 'ascent' can be reduced. [variableScope]
fondu-060102/ufondbdf.c:319:33: style: The scope of the variable 'off' can be reduced. [variableScope]
fondu-060102/ufondbdf.c:319:37: style: The scope of the variable 'i' can be reduced. [variableScope]
fondu-060102/ufondbdf.c:152:11: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
fondu-060102/ufondbdf.c:213:0: error: Resource leak: bdffile [resourceLeak]
fondu-060102/ufondpfb.c:134:14: style: The scope of the variable 'type' can be reduced. [variableScope]
fondu-060102/ufondpfb.c:134:20: style: The scope of the variable 'len' can be reduced. [variableScope]
fondu-060102/ufondttf.c:60:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fondu-060102/ufondttf.c:76:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fondu-060102/ufondttf.c:95:17: style: The scope of the variable 'tag' can be reduced. [variableScope]
fondu-060102/ufondttf.c:96:50: style: The scope of the variable 'lang' can be reduced. [variableScope]
fondu-060102/ufondttf.c:96:56: style: The scope of the variable 'name' can be reduced. [variableScope]
fondu-060102/ufondttf.c:96:62: style: The scope of the variable 'stroff' can be reduced. [variableScope]
[22:27]

ftp://ftp.se.debian.org/debian/pool/main/f/font-manager/font-manager_0.7.3.orig.tar.gz
[22:27]

ftp://ftp.se.debian.org/debian/pool/main/f/fontawesomefx/fontawesomefx_8.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fontchooser/fontchooser_1.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fontconfig/fontconfig_2.9.0.orig.tar.gz
fontconfig-2.9.0/fc-cache/fc-cache.c:288:17: style: The scope of the variable 'target_dir' can be reduced. [variableScope]
fontconfig-2.9.0/fc-cache/fc-cache.c:365:15: style: The scope of the variable 'dirs' can be reduced. [variableScope]
fontconfig-2.9.0/fc-case/fc-case.c:68:2: error: Common realloc mistake: 'folds' nulled but not freed upon failure [memleakOnRealloc]
fontconfig-2.9.0/fc-case/fc-case.c:119:2: error: Common realloc mistake: 'foldChars' nulled but not freed upon failure [memleakOnRealloc]
fontconfig-2.9.0/fc-cat/fc-cat.c:108:27: style: The scope of the variable 'digit' can be reduced. [variableScope]
fontconfig-2.9.0/fc-glyphname/fc-glyphname.c:222:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontconfig-2.9.0/fc-glyphname/fc-glyphname.c:281:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontconfig-2.9.0/fc-glyphname/fc-glyphname.c:281:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontconfig-2.9.0/fc-glyphname/fc-glyphname.c:135:19: style: The scope of the variable 'm' can be reduced. [variableScope]
fontconfig-2.9.0/fc-glyphname/fc-glyphname.c:238:11: style: The scope of the variable 'f' can be reduced. [variableScope]
fontconfig-2.9.0/fc-glyphname/fc-glyphname.c:107:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fontconfig-2.9.0/fc-lang/fc-lang.c:178:10: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontconfig-2.9.0/fc-lang/fc-lang.c:178:10: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontconfig-2.9.0/fc-lang/fc-lang.c:183:10: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontconfig-2.9.0/fc-lang/fc-lang.c:269:11: style: The scope of the variable 'f' can be reduced. [variableScope]
fontconfig-2.9.0/src/fcint.h:39:0: error: #error missing C99 integer data types [preprocessorErrorDirective]
[22:27]

ftp://ftp.se.debian.org/debian/pool/main/f/fontforge/fontforge_20170731~dfsg.orig.tar.gz
Checking fontforge-20170731/fontforge/sflayout.c: __GCC__=1;__GCC__=1...

fontforge-20170731/Unicode/char.c:40:22: warning: Identical condition 'ch1=='\0'', second condition is always false [identicalConditionAfterEarlyExit]
fontforge-20170731/Unicode/char.c:38:10: note: first condition
fontforge-20170731/Unicode/char.c:40:22: note: second condition
fontforge-20170731/Unicode/char.c:35:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/char.c:35:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/char.c:46:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/char.c:46:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/char.c:59:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/char.c:59:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/char.c:70:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/char.c:70:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/char.c:83:23: style: The scope of the variable 'str1' can be reduced. [variableScope]
fontforge-20170731/Unicode/char.c:83:30: style: The scope of the variable 'str2' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:128:25: error: Array 'alphabets[22]' accessed at index 255, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:114:11: style: The scope of the variable 'file' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:289:19: style: The scope of the variable 'best' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:546:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:546:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:546:16: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:546:23: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:547:10: style: The scope of the variable '_orig' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:547:17: style: The scope of the variable '_unicode' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:549:29: style: The scope of the variable 'plane' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:550:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:679:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:679:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:679:16: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:679:23: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:682:29: style: The scope of the variable 'plane' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:683:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:793:10: style: The scope of the variable '_orig' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:793:17: style: The scope of the variable '_unicode' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:793:27: style: The scope of the variable '_johab' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:1014:10: style: The scope of the variable '_orig' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:1014:17: style: The scope of the variable '_unicode' can be reduced. [variableScope]
fontforge-20170731/Unicode/dump.c:491:13: error: Array 'unicode208[8836]' accessed at index 8836, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:491:30: error: Array 'unicode208[8836]' accessed at index 8837, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:491:47: error: Array 'unicode208[8836]' accessed at index 8838, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:491:64: error: Array 'unicode208[8836]' accessed at index 8839, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:495:16: error: Array 'unicode208[8836]' accessed at index 8840, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:488:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:495:16: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:495:31: error: Array 'unicode208[8836]' accessed at index 8841, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:488:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:495:31: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:495:48: error: Array 'unicode208[8836]' accessed at index 8842, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:488:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:495:48: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:495:65: error: Array 'unicode208[8836]' accessed at index 8843, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:488:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:495:65: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:496:16: error: Array 'unicode208[8836]' accessed at index 8844, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:488:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:496:16: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:496:33: error: Array 'unicode208[8836]' accessed at index 8845, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:488:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:496:33: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:496:50: error: Array 'unicode208[8836]' accessed at index 8846, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:488:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:496:50: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:496:67: error: Array 'unicode208[8836]' accessed at index 8847, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:488:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:496:67: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:503:13: error: Array 'unicode212[8836]' accessed at index 8836, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:503:30: error: Array 'unicode212[8836]' accessed at index 8837, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:503:47: error: Array 'unicode212[8836]' accessed at index 8838, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:503:64: error: Array 'unicode212[8836]' accessed at index 8839, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:507:16: error: Array 'unicode212[8836]' accessed at index 8840, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:500:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:507:16: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:507:31: error: Array 'unicode212[8836]' accessed at index 8841, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:500:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:507:31: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:507:48: error: Array 'unicode212[8836]' accessed at index 8842, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:500:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:507:48: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:507:65: error: Array 'unicode212[8836]' accessed at index 8843, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:500:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:507:65: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:508:16: error: Array 'unicode212[8836]' accessed at index 8844, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:500:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:508:16: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:508:33: error: Array 'unicode212[8836]' accessed at index 8845, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:500:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:508:33: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:508:50: error: Array 'unicode212[8836]' accessed at index 8846, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:500:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:508:50: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:508:67: error: Array 'unicode212[8836]' accessed at index 8847, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:500:5: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:508:67: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:639:10: error: Array 'unicode[24576]' accessed at index 24576, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:632:2: note: After for loop, i has value 24576
fontforge-20170731/Unicode/dump.c:639:10: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:639:22: error: Array 'unicode[24576]' accessed at index 24577, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:632:2: note: After for loop, i has value 24576
fontforge-20170731/Unicode/dump.c:639:22: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:639:36: error: Array 'unicode[24576]' accessed at index 24578, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:632:2: note: After for loop, i has value 24576
fontforge-20170731/Unicode/dump.c:639:36: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:639:50: error: Array 'unicode[24576]' accessed at index 24579, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:632:2: note: After for loop, i has value 24576
fontforge-20170731/Unicode/dump.c:639:50: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:640:10: error: Array 'unicode[24576]' accessed at index 24580, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:632:2: note: After for loop, i has value 24576
fontforge-20170731/Unicode/dump.c:640:10: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:640:24: error: Array 'unicode[24576]' accessed at index 24581, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:632:2: note: After for loop, i has value 24576
fontforge-20170731/Unicode/dump.c:640:24: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:640:38: error: Array 'unicode[24576]' accessed at index 24582, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:632:2: note: After for loop, i has value 24576
fontforge-20170731/Unicode/dump.c:640:38: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:640:52: error: Array 'unicode[24576]' accessed at index 24583, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:632:2: note: After for loop, i has value 24576
fontforge-20170731/Unicode/dump.c:640:52: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:752:10: error: Array 'unicode[32768]' accessed at index 32768, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:745:2: note: After for loop, i has value 32768
fontforge-20170731/Unicode/dump.c:752:10: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:752:22: error: Array 'unicode[32768]' accessed at index 32769, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:745:2: note: After for loop, i has value 32768
fontforge-20170731/Unicode/dump.c:752:22: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:752:36: error: Array 'unicode[32768]' accessed at index 32770, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:745:2: note: After for loop, i has value 32768
fontforge-20170731/Unicode/dump.c:752:36: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:752:50: error: Array 'unicode[32768]' accessed at index 32771, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:745:2: note: After for loop, i has value 32768
fontforge-20170731/Unicode/dump.c:752:50: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:753:10: error: Array 'unicode[32768]' accessed at index 32772, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:745:2: note: After for loop, i has value 32768
fontforge-20170731/Unicode/dump.c:753:10: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:753:24: error: Array 'unicode[32768]' accessed at index 32773, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:745:2: note: After for loop, i has value 32768
fontforge-20170731/Unicode/dump.c:753:24: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:753:38: error: Array 'unicode[32768]' accessed at index 32774, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:745:2: note: After for loop, i has value 32768
fontforge-20170731/Unicode/dump.c:753:38: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:753:52: error: Array 'unicode[32768]' accessed at index 32775, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:745:2: note: After for loop, i has value 32768
fontforge-20170731/Unicode/dump.c:753:52: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:915:14: error: Array 'unicode[8836]' accessed at index 8836, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:915:28: error: Array 'unicode[8836]' accessed at index 8837, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:915:42: error: Array 'unicode[8836]' accessed at index 8838, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:915:56: error: Array 'unicode[8836]' accessed at index 8839, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:919:10: error: Array 'unicode[8836]' accessed at index 8840, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:912:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:919:10: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:919:22: error: Array 'unicode[8836]' accessed at index 8841, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:912:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:919:22: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:919:36: error: Array 'unicode[8836]' accessed at index 8842, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:912:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:919:36: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:919:50: error: Array 'unicode[8836]' accessed at index 8843, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:912:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:919:50: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:920:10: error: Array 'unicode[8836]' accessed at index 8844, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:912:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:920:10: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:920:24: error: Array 'unicode[8836]' accessed at index 8845, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:912:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:920:24: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:920:38: error: Array 'unicode[8836]' accessed at index 8846, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:912:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:920:38: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:920:52: error: Array 'unicode[8836]' accessed at index 8847, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:912:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:920:52: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:969:11: error: Array 'junicode[31744]' accessed at index 31744, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:962:2: note: After for loop, i has value 31744
fontforge-20170731/Unicode/dump.c:969:11: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:969:24: error: Array 'junicode[31744]' accessed at index 31745, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:962:2: note: After for loop, i has value 31744
fontforge-20170731/Unicode/dump.c:969:24: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:969:39: error: Array 'junicode[31744]' accessed at index 31746, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:962:2: note: After for loop, i has value 31744
fontforge-20170731/Unicode/dump.c:969:39: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:969:54: error: Array 'junicode[31744]' accessed at index 31747, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:962:2: note: After for loop, i has value 31744
fontforge-20170731/Unicode/dump.c:969:54: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:970:11: error: Array 'junicode[31744]' accessed at index 31748, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:962:2: note: After for loop, i has value 31744
fontforge-20170731/Unicode/dump.c:970:11: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:970:26: error: Array 'junicode[31744]' accessed at index 31749, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:962:2: note: After for loop, i has value 31744
fontforge-20170731/Unicode/dump.c:970:26: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:970:41: error: Array 'junicode[31744]' accessed at index 31750, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:962:2: note: After for loop, i has value 31744
fontforge-20170731/Unicode/dump.c:970:41: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:970:56: error: Array 'junicode[31744]' accessed at index 31751, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:962:2: note: After for loop, i has value 31744
fontforge-20170731/Unicode/dump.c:970:56: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:1087:14: error: Array 'unicode[8836]' accessed at index 8836, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1087:28: error: Array 'unicode[8836]' accessed at index 8837, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1087:42: error: Array 'unicode[8836]' accessed at index 8838, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1087:56: error: Array 'unicode[8836]' accessed at index 8839, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1091:10: error: Array 'unicode[8836]' accessed at index 8840, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1084:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:1091:10: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:1091:22: error: Array 'unicode[8836]' accessed at index 8841, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1084:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:1091:22: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:1091:36: error: Array 'unicode[8836]' accessed at index 8842, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1084:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:1091:36: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:1091:50: error: Array 'unicode[8836]' accessed at index 8843, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1084:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:1091:50: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:1092:10: error: Array 'unicode[8836]' accessed at index 8844, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1084:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:1092:10: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:1092:24: error: Array 'unicode[8836]' accessed at index 8845, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1084:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:1092:24: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:1092:38: error: Array 'unicode[8836]' accessed at index 8846, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1084:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:1092:38: note: Array index out of bounds
fontforge-20170731/Unicode/dump.c:1092:52: error: Array 'unicode[8836]' accessed at index 8847, which is out of bounds. [arrayIndexOutOfBounds]
fontforge-20170731/Unicode/dump.c:1084:2: note: After for loop, i has value 8840
fontforge-20170731/Unicode/dump.c:1092:52: note: Array index out of bounds
fontforge-20170731/Unicode/gwwiconv.c:216:6: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/Unicode/gwwiconv.c:215:0: note: Variable 'table' is reassigned a value before the old one has been used.
fontforge-20170731/Unicode/gwwiconv.c:216:6: note: Variable 'table' is reassigned a value before the old one has been used.
fontforge-20170731/Unicode/gwwiconv.c:424:6: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/Unicode/gwwiconv.c:423:0: note: Variable 'table' is reassigned a value before the old one has been used.
fontforge-20170731/Unicode/gwwiconv.c:424:6: note: Variable 'table' is reassigned a value before the old one has been used.
fontforge-20170731/Unicode/is_Ligature.c:154:23: warning: Either the condition 'i<10' is redundant or the array 'ligatureAltIl[1]' is accessed at index 1, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/Unicode/is_Ligature.c:150:19: note: Assuming that condition 'i<10' is not redundant
fontforge-20170731/Unicode/is_Ligature.c:153:2: note: Compound assignment '-=', assigned value is 0
fontforge-20170731/Unicode/is_Ligature.c:154:23: note: Array index out of bounds
fontforge-20170731/Unicode/is_Ligature.c:216:23: warning: Either the condition 'i<0' is redundant or the array 'vulgfracAltIl[1]' is accessed at index 1, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/Unicode/is_Ligature.c:212:19: note: Assuming that condition 'i<0' is not redundant
fontforge-20170731/Unicode/is_Ligature.c:215:2: note: Compound assignment '-=', assigned value is 0
fontforge-20170731/Unicode/is_Ligature.c:216:23: note: Array index out of bounds
fontforge-20170731/Unicode/is_Ligature.c:272:23: warning: Either the condition 'i<0' is redundant or the array 'fractionAltIl[1]' is accessed at index 1, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/Unicode/is_Ligature.c:268:19: note: Assuming that condition 'i<0' is not redundant
fontforge-20170731/Unicode/is_Ligature.c:271:2: note: Compound assignment '-=', assigned value is 0
fontforge-20170731/Unicode/is_Ligature.c:272:23: note: Array index out of bounds
fontforge-20170731/Unicode/is_Ligature.c:141:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/Unicode/is_Ligature.c:163:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/Unicode/is_Ligature.c:164:22: style: The scope of the variable 'upt' can be reduced. [variableScope]
fontforge-20170731/Unicode/is_Ligature.c:203:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/Unicode/is_Ligature.c:221:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/Unicode/is_Ligature.c:222:22: style: The scope of the variable 'upt' can be reduced. [variableScope]
fontforge-20170731/Unicode/is_Ligature.c:259:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/Unicode/is_Ligature.c:277:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/Unicode/is_Ligature.c:278:22: style: The scope of the variable 'upt' can be reduced. [variableScope]
fontforge-20170731/Unicode/is_Ligature.c:213:45: warning: Either the condition 'i<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
fontforge-20170731/Unicode/is_Ligature.c:212:19: note: Assuming that condition 'i<0' is not redundant
fontforge-20170731/Unicode/is_Ligature.c:213:45: note: Negative array index
fontforge-20170731/Unicode/is_Ligature.c:216:23: warning: Either the condition 'i<0' is redundant or the array 'vulgfracAltIl[1]' is accessed at index 1, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/Unicode/is_Ligature.c:212:19: note: Assuming that condition 'i<0' is not redundant
fontforge-20170731/Unicode/is_Ligature.c:216:23: note: Array index out of bounds
fontforge-20170731/Unicode/is_Ligature.c:235:20: warning: Either the condition 'i<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
fontforge-20170731/Unicode/is_Ligature.c:234:19: note: Assuming that condition 'i<0' is not redundant
fontforge-20170731/Unicode/is_Ligature.c:235:20: note: Negative array index
fontforge-20170731/Unicode/is_Ligature.c:269:45: warning: Either the condition 'i<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
fontforge-20170731/Unicode/is_Ligature.c:268:19: note: Assuming that condition 'i<0' is not redundant
fontforge-20170731/Unicode/is_Ligature.c:269:45: note: Negative array index
fontforge-20170731/Unicode/is_Ligature.c:272:23: warning: Either the condition 'i<0' is redundant or the array 'fractionAltIl[1]' is accessed at index 1, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/Unicode/is_Ligature.c:268:19: note: Assuming that condition 'i<0' is not redundant
fontforge-20170731/Unicode/is_Ligature.c:272:23: note: Array index out of bounds
fontforge-20170731/Unicode/is_Ligature.c:291:20: warning: Either the condition 'i<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
fontforge-20170731/Unicode/is_Ligature.c:290:19: note: Assuming that condition 'i<0' is not redundant
fontforge-20170731/Unicode/is_Ligature.c:291:20: note: Negative array index
fontforge-20170731/Unicode/makebuildtables.c:354:11: style: Unused variable: m [unusedVariable]
fontforge-20170731/Unicode/makeutype.c:358:21: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
fontforge-20170731/Unicode/makeutype.c:236:2: warning: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:332:6: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:338:2: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:354:22: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:377:22: warning: %c in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:396:22: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:403:2: warning: %X in format string (no. 5) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:425:3: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:429:3: warning: %X in format string (no. 3) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:441:3: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:445:3: warning: %X in format string (no. 3) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:458:3: warning: %X in format string (no. 4) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:462:3: warning: %X in format string (no. 3) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:475:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:909:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/Unicode/makeutype.c:909:2: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/Unicode/makeutype.c:909:2: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/Unicode/makeutype.c:931:2: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:933:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:940:2: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:942:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:953:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:954:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:956:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:980:18: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:1072:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:1105:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:1460:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:1462:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:1475:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:1477:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:1491:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:1493:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fontforge-20170731/Unicode/makeutype.c:1693:5: style: Variable 'alts[1392][0]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fontforge-20170731/Unicode/makeutype.c:1692:5: note: Variable 'alts[1392][0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontforge-20170731/Unicode/makeutype.c:1693:5: note: Variable 'alts[1392][0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontforge-20170731/Unicode/makeutype.c:1927:5: style: Variable 'alts[5026][0]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fontforge-20170731/Unicode/makeutype.c:1926:5: note: Variable 'alts[5026][0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontforge-20170731/Unicode/makeutype.c:1927:5: note: Variable 'alts[5026][0]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontforge-20170731/Unicode/makeutype.c:210:9: style: The scope of the variable 'alt' can be reduced. [variableScope]
fontforge-20170731/Unicode/makeutype.c:291:15: style: The scope of the variable 'pc' can be reduced. [variableScope]
fontforge-20170731/Unicode/makeutype.c:858:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/Unicode/makeutype.c:962:19: style: The scope of the variable 'c' can be reduced. [variableScope]
fontforge-20170731/Unicode/makeutype.c:963:10: style: The scope of the variable 'u' can be reduced. [variableScope]
fontforge-20170731/Unicode/makeutype.c:1211:0: error: Resource leak: data [resourceLeak]
fontforge-20170731/Unicode/ucharmap.c:211:2: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/Unicode/ucharmap.c:209:0: note: Variable 'table' is reassigned a value before the old one has been used.
fontforge-20170731/Unicode/ucharmap.c:211:2: note: Variable 'table' is reassigned a value before the old one has been used.
fontforge-20170731/Unicode/ucharmap.c:623:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/Unicode/ustring.c:34:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:34:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:43:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:43:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:53:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:53:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:64:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:64:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:76:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:76:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:88:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:88:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:97:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:97:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:107:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:107:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:232:28: style: The scope of the variable 'str1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:232:46: style: The scope of the variable 'str2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:249:28: style: The scope of the variable 'str1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:249:35: style: The scope of the variable 'str2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:266:28: style: The scope of the variable 'str1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:266:55: style: The scope of the variable 'str2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:285:28: style: The scope of the variable 'str1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:285:35: style: The scope of the variable 'str2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:483:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:483:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/Unicode/ustring.c:649:2: error: Memory leak: pt [memleak]
fontforge-20170731/Unicode/ustring.c:876:6: error: Common realloc mistake: 'newcr' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/Unicode/ustring.c:888:3: error: Common realloc mistake: 'newcr' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/Unicode/ustring.c:899:7: error: Common realloc mistake: 'newcr' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/collab/zmq_kvmsg.c:576:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fontforge-20170731/collab/zmq_kvmsg.c:575:9: note: outer condition: self
fontforge-20170731/collab/zmq_kvmsg.c:576:13: note: opposite inner condition: !self
fontforge-20170731/collab/zmq_kvmsg.c:585:9: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fontforge-20170731/collab/zmq_kvmsg.c:649:14: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/admintools/copyright.c:53:16: style: The scope of the variable 'tm' can be reduced. [variableScope]
fontforge-20170731/contrib/admintools/copyright.c:132:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapcns1.c:148:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fontforge-20170731/contrib/cidmap/src/mapcns1.c:40:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapcns1.c:40:23: style: The scope of the variable 'best' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapcns1.c:43:9: style: The scope of the variable 'pua' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapcns1.c:43:14: style: The scope of the variable 'nonbmp' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapgb1.c:137:19: warning: Either the condition 'uni>16777216' is redundant or the array 'used[1114112]' is accessed at index 16777216, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/contrib/cidmap/src/mapgb1.c:134:17: note: Assuming that condition 'uni>16777216' is not redundant
fontforge-20170731/contrib/cidmap/src/mapgb1.c:137:19: note: Array index out of bounds
fontforge-20170731/contrib/cidmap/src/mapgb1.c:138:10: warning: Either the condition 'uni>16777216' is redundant or the array 'used[1114112]' is accessed at index 16777216, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/contrib/cidmap/src/mapgb1.c:134:17: note: Assuming that condition 'uni>16777216' is not redundant
fontforge-20170731/contrib/cidmap/src/mapgb1.c:138:10: note: Array index out of bounds
fontforge-20170731/contrib/cidmap/src/mapgb1.c:141:51: warning: Either the condition 'uni>16777216' is redundant or the array 'used[1114112]' is accessed at index 16777216, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/contrib/cidmap/src/mapgb1.c:134:17: note: Assuming that condition 'uni>16777216' is not redundant
fontforge-20170731/contrib/cidmap/src/mapgb1.c:141:51: note: Array index out of bounds
fontforge-20170731/contrib/cidmap/src/mapgb1.c:132:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fontforge-20170731/contrib/cidmap/src/mapgb1.c:39:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapgb1.c:39:23: style: The scope of the variable 'best' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapjapan1.c:337:56: warning: Either the condition 'uni<16777216' is redundant or the array 'used[1114112]' is accessed at index 16777215, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/contrib/cidmap/src/mapjapan1.c:337:25: note: Assuming that condition 'uni<16777216' is not redundant
fontforge-20170731/contrib/cidmap/src/mapjapan1.c:337:56: note: Array index out of bounds
fontforge-20170731/contrib/cidmap/src/mapjapan1.c:42:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapjapan1.c:42:23: style: The scope of the variable 'best' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapjapan2.c:115:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fontforge-20170731/contrib/cidmap/src/mapjapan2.c:38:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapjapan2.c:38:23: style: The scope of the variable 'best' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapkorean.c:140:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fontforge-20170731/contrib/cidmap/src/mapkorean.c:39:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/contrib/cidmap/src/mapkorean.c:39:23: style: The scope of the variable 'best' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:47:27: style: The scope of the variable 'chunk' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:64:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:82:9: style: The scope of the variable 'amount' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:139:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:139:14: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:139:22: style: The scope of the variable 'compLen' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:139:31: style: The scope of the variable 'uncompLen' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:139:42: style: The scope of the variable 'checksum' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:140:25: style: The scope of the variable 'meta' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:140:32: style: The scope of the variable 'priv' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:142:9: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/dewoff.c:142:15: style: The scope of the variable 'next' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/findtable.c:40:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/findtable.c:40:14: style: The scope of the variable 'checksum' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/findtable.c:40:24: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/findtable.c:40:32: style: The scope of the variable 'length' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/findtable.c:89:13: style: Variable 'checksum' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/fonttools/findtable.c:90:11: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/fonttools/findtable.c:91:11: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/fonttools/findtable.c:64:10: style: Variable 'sr' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/fonttools/findtable.c:83:12: style: Variable 'e_es' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/fonttools/findtable.c:84:12: style: Variable 'e_rs' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:128:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:361:9: style: The scope of the variable 'seg_id' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:361:17: style: The scope of the variable 'seg_size' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:444:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:504:10: style: The scope of the variable 'l' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:505:14: style: The scope of the variable 'delta' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:1204:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:1452:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:1438:11: error: Expression 'fbbox[0]=fbbox[1]=fbbox[2]=fbbox[0]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:759:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:806:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:292:31: style: struct member 'Anonymous0::present' is never used. [unusedStructMember]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:1052:9: style: Variable 'off' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/fonttools/pcl2ttf.c:1260:19: style: Variable 'glyph_start' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/fonttools/pfadecrypt.c:406:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fontforge-20170731/contrib/fonttools/pfadecrypt.c:93:19: style: The scope of the variable 'plain' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pfadecrypt.c:93:26: style: The scope of the variable 'cypher' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pfadecrypt.c:105:19: style: The scope of the variable 'plain' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pfadecrypt.c:105:26: style: The scope of the variable 'cypher' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pfadecrypt.c:179:58: style: The scope of the variable 'nownum' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pfadecrypt.c:179:66: style: The scope of the variable 'nowr' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pfadecrypt.c:179:72: style: The scope of the variable 'nowspace' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/pfadecrypt.c:434:11: style: The scope of the variable 'pt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/rmligamarks.c:81:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:574:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:2091:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:2091:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:3079:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:4684:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:4831:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:5130:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:5132:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:5517:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6084:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6108:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6110:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6157:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6187:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6188:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6189:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6190:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6191:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6202:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6259:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6313:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6314:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:6315:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/contrib/fonttools/showttf.c:2365:5: style: Variable 'glist' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/contrib/fonttools/showttf.c:2362:0: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-20170731/contrib/fonttools/showttf.c:2365:5: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-20170731/contrib/fonttools/showttf.c:2847:5: style: Variable 'glist' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/contrib/fonttools/showttf.c:2841:0: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-20170731/contrib/fonttools/showttf.c:2847:5: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-20170731/contrib/fonttools/showttf.c:222:21: style: The scope of the variable 'chunk' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:241:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:241:14: style: The scope of the variable 'checksum' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:241:24: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:241:32: style: The scope of the variable 'length' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:241:52: style: The scope of the variable 'cs' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:508:16: style: The scope of the variable 'tm' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:509:24: style: The scope of the variable 'months' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:604:23: style: The scope of the variable 'stroff' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:604:31: style: The scope of the variable 'strlen' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:604:39: style: The scope of the variable 'platform' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:605:13: style: The scope of the variable 'id' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:632:23: style: The scope of the variable 'stroff' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:632:31: style: The scope of the variable 'strlen' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:633:13: style: The scope of the variable 'id' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:724:18: style: The scope of the variable 'weights' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:725:18: style: The scope of the variable 'widths' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:726:18: style: The scope of the variable 'class' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:738:19: style: The scope of the variable 'subclasses' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:1798:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:1798:19: style: The scope of the variable 'specific' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:1799:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:1802:9: style: The scope of the variable 'segCount' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:1803:21: style: The scope of the variable 'endchars' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:1803:45: style: The scope of the variable 'delta' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:1803:53: style: The scope of the variable 'rangeOffset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:1804:9: style: The scope of the variable 'index' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2019:8: style: The scope of the variable 'enc' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2038:22: style: The scope of the variable 'start' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2038:29: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2038:34: style: The scope of the variable 'startglyph' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2222:9: style: The scope of the variable 'dlo' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2222:14: style: The scope of the variable 'ls_cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2223:13: style: The scope of the variable 'ls_names' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2224:13: style: The scope of the variable 'ls_offsets' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2274:19: style: The scope of the variable 'lu_cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2277:13: style: The scope of the variable 'lu_offsets' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2361:19: style: The scope of the variable 'glyphcnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2428:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2428:24: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2428:48: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2428:51: style: The scope of the variable 'pair_cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2429:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2430:13: style: The scope of the variable 'ps_offsets' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2558:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2592:30: style: The scope of the variable 'glyph_cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2619:30: style: The scope of the variable 'glyph_cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2646:33: style: The scope of the variable 'lig_cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2647:26: style: The scope of the variable 'lig_offsets' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2690:33: style: The scope of the variable 'st' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2857:30: style: The scope of the variable 'cc' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2858:35: style: The scope of the variable 'offsets' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2859:12: style: The scope of the variable 'caret_base' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2916:12: style: The scope of the variable 'begin' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:2917:22: style: The scope of the variable 'array' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3011:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3011:17: style: The scope of the variable 'lval' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3012:12: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3056:18: style: The scope of the variable 'nameid' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3057:12: style: The scope of the variable 'setting_offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3105:9: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3156:9: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3156:11: style: The scope of the variable 'l' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3431:27: style: The scope of the variable 'glyph' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3431:34: style: The scope of the variable 'data_offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3432:12: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3540:12: style: The scope of the variable 'pt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3592:12: style: The scope of the variable 'pt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3643:33: style: The scope of the variable 'data_off' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3644:12: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3869:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:3869:12: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4374:9: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4374:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4430:24: style: The scope of the variable 'nf' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4430:28: style: The scope of the variable 'ns' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4431:12: style: The scope of the variable 'chain_start' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4431:25: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4630:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4744:15: style: The scope of the variable 'ppem' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4744:21: style: The scope of the variable 'flags' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4774:15: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:4987:9: style: The scope of the variable 'v' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5107:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5152:21: style: The scope of the variable 'sp' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5152:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5357:21: style: The scope of the variable 'sp' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5357:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5877:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5878:10: style: The scope of the variable 'curstart' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5878:20: style: The scope of the variable 'nextstart' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5911:12: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5911:19: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5912:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5912:16: style: The scope of the variable 'moreoff' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5943:9: style: The scope of the variable 'newx' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5943:15: style: The scope of the variable 'newy' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5943:21: style: The scope of the variable 'oldx' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5943:27: style: The scope of the variable 'oldy' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5966:16: style: The scope of the variable 'num' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5967:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5967:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:5967:24: style: The scope of the variable 'size' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6021:18: style: The scope of the variable 'corrections' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6022:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6022:11: style: The scope of the variable 'b' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6022:13: style: The scope of the variable 'c' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6022:16: style: The scope of the variable 'w' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6023:9: style: The scope of the variable 'any' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6211:30: style: The scope of the variable 'part_cnt' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6464:32: style: The scope of the variable 'devtab_off' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6667:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/showttf.c:6469:21: style: Variable 'devtab_off' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/contrib/fonttools/showttf.c:6436:15: warning: Either the condition 'langsyscnt==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
fontforge-20170731/contrib/fonttools/showttf.c:6501:18: note: Assuming that condition 'langsyscnt==0' is not redundant
fontforge-20170731/contrib/fonttools/showttf.c:6436:15: note: Invalid argument
fontforge-20170731/contrib/fonttools/showttf.c:4710:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontforge-20170731/contrib/fonttools/showttf.c:4711:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontforge-20170731/contrib/fonttools/showttf.c:4712:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontforge-20170731/contrib/fonttools/stripttc.c:47:27: style: The scope of the variable 'chunk' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/stripttc.c:79:43: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/stripttc.c:79:48: style: The scope of the variable 'pos' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:460:9: style: The scope of the variable 'gc' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:461:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:461:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:461:15: style: The scope of the variable 'ind' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:461:20: style: The scope of the variable 'extras' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:462:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:463:21: style: The scope of the variable 'indexes' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:514:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:517:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:517:19: style: The scope of the variable 'specific' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:518:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:519:9: style: The scope of the variable 'format' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:519:17: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:521:9: style: The scope of the variable 'segCount' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:522:21: style: The scope of the variable 'endchars' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:522:45: style: The scope of the variable 'delta' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:522:53: style: The scope of the variable 'rangeOffset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:523:9: style: The scope of the variable 'index' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:662:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:662:14: style: The scope of the variable 'checksum' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:662:24: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:662:32: style: The scope of the variable 'length' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:773:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:840:9: style: The scope of the variable 'sub_glyph' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:841:9: style: The scope of the variable 'oldpos' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:931:18: style: The scope of the variable 'start' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:937:19: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/ttf2eps.c:1105:21: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/woff.c:50:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/woff.c:68:9: style: The scope of the variable 'amount' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/woff.c:146:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/woff.c:146:14: style: The scope of the variable 'checksum' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/woff.c:146:24: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/contrib/fonttools/woff.c:147:20: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/fontforge/asmfpst.c:219:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/asmfpst.c:264:12: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/asmfpst.c:264:27: style: The scope of the variable 'thisclass' can be reduced. [variableScope]
fontforge-20170731/fontforge/asmfpst.c:315:12: style: The scope of the variable 'off' can be reduced. [variableScope]
fontforge-20170731/fontforge/asmfpst.c:374:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/asmfpst.c:44:27: style: Function 'ClassesMatch' argument 2 names different: declaration 'classes1' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/asmfpst.h:9:42: note: Function 'ClassesMatch' argument 2 names different: declaration 'classes1' definition 'char'.
fontforge-20170731/fontforge/asmfpst.c:44:27: note: Function 'ClassesMatch' argument 2 names different: declaration 'classes1' definition 'char'.
fontforge-20170731/fontforge/asmfpst.c:44:52: style: Function 'ClassesMatch' argument 4 names different: declaration 'classes2' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/asmfpst.h:9:69: note: Function 'ClassesMatch' argument 4 names different: declaration 'classes2' definition 'char'.
fontforge-20170731/fontforge/asmfpst.c:44:52: note: Function 'ClassesMatch' argument 4 names different: declaration 'classes2' definition 'char'.
fontforge-20170731/fontforge/autohint.c:3449:47: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fontforge-20170731/fontforge/autohint.c:3449:20: note: outer condition: sf->glyphs[i]!=NULL
fontforge-20170731/fontforge/autohint.c:3449:47: note: identical inner condition: sf->glyphs[i]!=NULL
fontforge-20170731/fontforge/autohint.c:781:12: style: Condition 'tdo>0' is always false [knownConditionTrueFalse]
fontforge-20170731/fontforge/autohint.c:780:13: note: Assuming that condition 'tdo==0' is not redundant
fontforge-20170731/fontforge/autohint.c:781:12: note: Condition 'tdo>0' is always false
fontforge-20170731/fontforge/autohint.c:783:12: style: Condition 'bdo>0' is always false [knownConditionTrueFalse]
fontforge-20170731/fontforge/autohint.c:782:18: note: Assuming that condition 'bdo==0' is not redundant
fontforge-20170731/fontforge/autohint.c:783:12: note: Condition 'bdo>0' is always false
fontforge-20170731/fontforge/autohint.c:110:23: style: The scope of the variable 'upt' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:271:19: style: The scope of the variable 'upt' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:403:10: style: The scope of the variable 'val1' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:403:16: style: The scope of the variable 'val2' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:790:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:869:9: style: The scope of the variable 'swap' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:937:10: style: The scope of the variable 'found_m' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:971:9: style: The scope of the variable 'any' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1235:12: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1287:14: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1337:12: style: The scope of the variable 'mino' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1337:18: style: The scope of the variable 'maxo' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1381:22: style: The scope of the variable 'sd' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1730:12: style: The scope of the variable 'dot' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1733:31: style: The scope of the variable 'pbase' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1842:10: style: The scope of the variable 'start' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1842:17: style: The scope of the variable 'width' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1869:16: style: The scope of the variable 'new' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:1870:12: style: The scope of the variable 'dmul' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2061:23: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2061:26: style: The scope of the variable 'vbase' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2140:20: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2221:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2444:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2518:31: style: The scope of the variable 'psmallest' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2788:39: style: The scope of the variable 'anymore' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2848:12: style: The scope of the variable 'l' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2848:15: style: The scope of the variable 'r' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:2978:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:3012:17: style: The scope of the variable 'sf' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:3093:15: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/fontforge/autohint.c:3027:38: style: Function 'SplineFontAutoHint' argument 1 names different: declaration 'sf' definition '_sf'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2258:45: note: Function 'SplineFontAutoHint' argument 1 names different: declaration 'sf' definition '_sf'.
fontforge-20170731/fontforge/autohint.c:3027:38: note: Function 'SplineFontAutoHint' argument 1 names different: declaration 'sf' definition '_sf'.
fontforge-20170731/fontforge/autosave.c:147:17: style: The scope of the variable 'sf' can be reduced. [variableScope]
fontforge-20170731/fontforge/autotrace.c:70:55: style: The scope of the variable 'prev' can be reduced. [variableScope]
fontforge-20170731/fontforge/autotrace.c:75:9: style: The scope of the variable 'removed' can be reduced. [variableScope]
fontforge-20170731/fontforge/autotrace.c:76:10: style: The scope of the variable 'fudge' can be reduced. [variableScope]
fontforge-20170731/fontforge/autotrace.c:524:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/autotrace.c:703:20: style: The scope of the variable 'ent' can be reduced. [variableScope]
fontforge-20170731/fontforge/autotrace.c:706:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/autotrace.c:792:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
fontforge-20170731/fontforge/autotrace.c:341:46: style: Function '_SCAutoTrace' argument 3 names different: declaration 'args' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/autotrace.h:15:60: note: Function '_SCAutoTrace' argument 3 names different: declaration 'args' definition 'char'.
fontforge-20170731/fontforge/autotrace.c:341:46: note: Function '_SCAutoTrace' argument 3 names different: declaration 'args' definition 'char'.
fontforge-20170731/fontforge/autotrace.c:754:22: style: Function 'SFFromMF' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/autotrace.h:11:35: note: Function 'SFFromMF' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/autotrace.c:754:22: note: Function 'SFFromMF' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/autowidth.c:408:5: style: Variable 'min' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/autowidth.c:405:0: note: Variable 'min' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/autowidth.c:408:5: note: Variable 'min' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/autowidth.c:419:5: style: Variable 'min' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/autowidth.c:415:0: note: Variable 'min' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/autowidth.c:419:5: note: Variable 'min' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/autowidth.c:182:12: style: The scope of the variable 'width' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:226:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:322:12: style: The scope of the variable 't' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:322:15: style: The scope of the variable 'toff' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:359:18: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:373:18: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:392:18: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:483:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:483:15: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:552:35: style: The scope of the variable 'angle' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:552:42: style: The scope of the variable 'ca' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:566:10: style: The scope of the variable 'stemx' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:566:17: style: The scope of the variable 'testx' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:566:24: style: The scope of the variable 'y' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:566:27: style: The scope of the variable 'ytop' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:566:33: style: The scope of the variable 'ybottom' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:566:42: style: The scope of the variable 'yorig' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:566:49: style: The scope of the variable 'topx' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:566:55: style: The scope of the variable 'bottomx' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:885:13: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:947:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:1250:12: style: The scope of the variable 'lc' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:1324:19: style: The scope of the variable 'firsts' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:1324:30: style: The scope of the variable 'seconds' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:1325:9: style: The scope of the variable 'any1' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:1325:15: style: The scope of the variable 'any2' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:1327:17: style: The scope of the variable 'map2' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth.c:1089:25: style: Function 'AW_ReadKernPairFile' argument 1 names different: declaration 'fn' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/autowidth.h:63:38: note: Function 'AW_ReadKernPairFile' argument 1 names different: declaration 'fn' definition 'char'.
fontforge-20170731/fontforge/autowidth.c:1089:25: note: Function 'AW_ReadKernPairFile' argument 1 names different: declaration 'fn' definition 'char'.
fontforge-20170731/fontforge/autowidth.c:1489:31: style: Function 'AutoKernScript' argument 5 names different: declaration 'kernfile' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/autowidth.h:73:108: note: Function 'AutoKernScript' argument 5 names different: declaration 'kernfile' definition 'char'.
fontforge-20170731/fontforge/autowidth.c:1489:31: note: Function 'AutoKernScript' argument 5 names different: declaration 'kernfile' definition 'char'.
fontforge-20170731/fontforge/autowidth2.c:963:5: style: Variable 'glyphs' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/autowidth2.c:961:19: note: Variable 'glyphs' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/autowidth2.c:963:5: note: Variable 'glyphs' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/autowidth2.c:85:20: style: The scope of the variable 'other' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:86:14: style: The scope of the variable 'tot' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:108:20: style: The scope of the variable 'other' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:109:14: style: The scope of the variable 'tot' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:133:9: style: The scope of the variable 'width' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:133:16: style: The scope of the variable 'changed' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:136:9: style: The scope of the variable 'ldiff' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:136:16: style: The scope of the variable 'rdiff' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:216:20: style: The scope of the variable 'tot' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:312:16: style: The scope of the variable 'ybottom' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:313:13: style: The scope of the variable 'xmin' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:313:19: style: The scope of the variable 'xmax' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:373:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:374:9: style: The scope of the variable 'imin_y' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:374:25: style: The scope of the variable 'imax_y' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:544:10: style: The scope of the variable 'loff' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:544:16: style: The scope of the variable 'roff' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:594:15: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:975:24: style: The scope of the variable 'diff' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:1010:24: style: The scope of the variable 'diff' can be reduced. [variableScope]
fontforge-20170731/fontforge/autowidth2.c:412:52: style: Function 'GlyphClassesFromNames' argument 2 names different: declaration 'classnames' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/autowidth2.h:87:67: note: Function 'GlyphClassesFromNames' argument 2 names different: declaration 'classnames' definition 'char'.
fontforge-20170731/fontforge/autowidth2.c:412:52: note: Function 'GlyphClassesFromNames' argument 2 names different: declaration 'classnames' definition 'char'.
fontforge-20170731/fontforge/autowidth2.c:712:49: style: Function 'AutoKern2NewClass' argument 3 names different: declaration 'leftnames' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/autowidth2.h:91:65: note: Function 'AutoKern2NewClass' argument 3 names different: declaration 'leftnames' definition 'char'.
fontforge-20170731/fontforge/autowidth2.c:712:49: note: Function 'AutoKern2NewClass' argument 3 names different: declaration 'leftnames' definition 'char'.
fontforge-20170731/fontforge/autowidth2.c:712:67: style: Function 'AutoKern2NewClass' argument 4 names different: declaration 'rightnames' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/autowidth2.h:91:83: note: Function 'AutoKern2NewClass' argument 4 names different: declaration 'rightnames' definition 'char'.
fontforge-20170731/fontforge/autowidth2.c:712:67: note: Function 'AutoKern2NewClass' argument 4 names different: declaration 'rightnames' definition 'char'.
fontforge-20170731/fontforge/autowidth2.c:491:7: error: Common realloc mistake: 'scripts' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/bezctx_ff.c:97:12: style: The scope of the variable 'x0' can be reduced. [variableScope]
fontforge-20170731/fontforge/bezctx_ff.c:97:16: style: The scope of the variable 'y0' can be reduced. [variableScope]
fontforge-20170731/fontforge/bezctx_ff.c:98:12: style: The scope of the variable 'x1' can be reduced. [variableScope]
fontforge-20170731/fontforge/bezctx_ff.c:98:16: style: The scope of the variable 'y1' can be reduced. [variableScope]
fontforge-20170731/fontforge/bezctx_ff.c:99:12: style: The scope of the variable 'x2' can be reduced. [variableScope]
fontforge-20170731/fontforge/bezctx_ff.c:99:16: style: The scope of the variable 'y2' can be reduced. [variableScope]
fontforge-20170731/fontforge/bezctx_ff.c:166:49: style: Function 'bezctx_ff_close' argument 1 names different: declaration 'bc' definition 'z'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/bezctx_ff.h:18:25: note: Function 'bezctx_ff_close' argument 1 names different: declaration 'bc' definition 'z'.
fontforge-20170731/fontforge/bezctx_ff.c:166:49: note: Function 'bezctx_ff_close' argument 1 names different: declaration 'bc' definition 'z'.
fontforge-20170731/fontforge/bitmapchar.c:835:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/bitmapchar.c:907:23: style: The scope of the variable 'cur' can be reduced. [variableScope]
fontforge-20170731/fontforge/bitmapchar.c:112:28: style: Function 'IsUnsignedBDFKey' argument 1 names different: declaration 'key' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/bitmapchar.h:12:41: note: Function 'IsUnsignedBDFKey' argument 1 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:112:28: note: Function 'IsUnsignedBDFKey' argument 1 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:146:39: style: Function 'BdfPropHasInt' argument 2 names different: declaration 'key' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/bitmapchar.h:11:53: note: Function 'BdfPropHasInt' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:146:39: note: Function 'BdfPropHasInt' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:392:34: style: Function 'def_Charset_Enc' argument 2 names different: declaration 'reg' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/bitmapchar.h:17:48: note: Function 'def_Charset_Enc' argument 2 names different: declaration 'reg' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:392:34: note: Function 'def_Charset_Enc' argument 2 names different: declaration 'reg' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:392:44: style: Function 'def_Charset_Enc' argument 3 names different: declaration 'enc' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/bitmapchar.h:17:59: note: Function 'def_Charset_Enc' argument 3 names different: declaration 'enc' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:392:44: note: Function 'def_Charset_Enc' argument 3 names different: declaration 'enc' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:520:31: style: Function 'XLFD_GetComponents' argument 1 names different: declaration 'xlfd' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/bitmapchar.h:22:44: note: Function 'XLFD_GetComponents' argument 1 names different: declaration 'xlfd' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:520:31: note: Function 'XLFD_GetComponents' argument 1 names different: declaration 'xlfd' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:643:50: style: Function 'Default_Properties' argument 3 names different: declaration 'onlyme' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/bitmapchar.h:15:65: note: Function 'Default_Properties' argument 3 names different: declaration 'onlyme' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:643:50: note: Function 'Default_Properties' argument 3 names different: declaration 'onlyme' definition 'char'.
fontforge-20170731/fontforge/bitmapchar.c:434:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fontforge-20170731/fontforge/bvedit.c:37:10: style: The scope of the variable 'off' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:271:9: style: The scope of the variable 'xmin' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:271:15: style: The scope of the variable 'xmax' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:271:21: style: The scope of the variable 'bpl' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:271:26: style: The scope of the variable 'ymin' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:271:32: style: The scope of the variable 'ymax' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:273:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:273:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:273:13: style: The scope of the variable 'nj' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:274:12: style: The scope of the variable 'pt' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:274:17: style: The scope of the variable 'npt' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:275:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:418:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:481:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:481:11: style: The scope of the variable 'y' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:482:12: style: The scope of the variable 'bpt' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:482:18: style: The scope of the variable 'spt' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:512:12: style: The scope of the variable 'bpt' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:650:9: style: The scope of the variable 'bmp_has_image' can be reduced. [variableScope]
fontforge-20170731/fontforge/bvedit.c:651:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:389:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:506:9: style: The scope of the variable 'tot' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:506:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:507:17: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:508:9: style: The scope of the variable 'scale' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:602:9: style: The scope of the variable 'tot' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:603:9: style: The scope of the variable 'scale' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:603:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:604:17: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvexport.c:143:15: style: Function 'ExportEPS' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvexport.h:7:28: note: Function 'ExportEPS' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:143:15: note: Function 'ExportEPS' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:287:15: style: Function 'ExportPDF' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvexport.h:12:28: note: Function 'ExportPDF' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:287:15: note: Function 'ExportPDF' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:345:17: style: Function 'ExportPlate' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvexport.h:14:30: note: Function 'ExportPlate' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:345:17: note: Function 'ExportPlate' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:358:15: style: Function 'ExportSVG' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvexport.h:16:28: note: Function 'ExportSVG' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:358:15: note: Function 'ExportSVG' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:371:16: style: Function 'ExportGlif' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvexport.h:10:29: note: Function 'ExportGlif' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:371:16: note: Function 'ExportGlif' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:470:15: style: Function 'ExportFig' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvexport.h:9:28: note: Function 'ExportFig' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:470:15: note: Function 'ExportFig' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:499:17: style: Function 'ExportImage' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvexport.h:11:30: note: Function 'ExportImage' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:499:17: note: Function 'ExportImage' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:597:17: style: Function 'BCExportXBM' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvexport.h:6:30: note: Function 'BCExportXBM' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:597:17: note: Function 'BCExportXBM' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:710:2: style: Function 'ScriptExport' argument 5 names different: declaration 'format_spec' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvexport.h:17:83: note: Function 'ScriptExport' argument 5 names different: declaration 'format_spec' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:710:2: note: Function 'ScriptExport' argument 5 names different: declaration 'format_spec' definition 'char'.
fontforge-20170731/fontforge/cvexport.c:62:13: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/cvimages.c:605:2: style: Variable 'spl->next' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/cvimages.c:604:2: note: Variable 'spl->next' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/cvimages.c:605:2: note: Variable 'spl->next' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/cvimages.c:116:17: style: The scope of the variable 'head' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvimages.c:163:17: style: The scope of the variable 'head' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvimages.c:207:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvimages.c:309:36: style: The scope of the variable 'head' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvimages.c:529:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvimages.c:828:30: style: The scope of the variable 'head' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvimages.c:152:42: style: Function 'SCImportPS' argument 3 names different: declaration 'path' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2408:55: note: Function 'SCImportPS' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:152:42: note: Function 'SCImportPS' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:195:43: style: Function 'SCImportPDF' argument 3 names different: declaration 'path' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2409:56: note: Function 'SCImportPDF' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:195:43: note: Function 'SCImportPDF' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:308:43: style: Function 'SCImportSVG' argument 3 names different: declaration 'path' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvimages.h:19:58: note: Function 'SCImportSVG' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:308:43: note: Function 'SCImportSVG' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:308:54: style: Function 'SCImportSVG' argument 4 names different: declaration 'memory' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvimages.h:19:70: note: Function 'SCImportSVG' argument 4 names different: declaration 'memory' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:308:54: note: Function 'SCImportSVG' argument 4 names different: declaration 'memory' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:342:44: style: Function 'SCImportGlif' argument 3 names different: declaration 'path' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvimages.h:15:59: note: Function 'SCImportGlif' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:342:44: note: Function 'SCImportGlif' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:342:55: style: Function 'SCImportGlif' argument 4 names different: declaration 'memory' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvimages.h:15:71: note: Function 'SCImportGlif' argument 4 names different: declaration 'memory' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:342:55: note: Function 'SCImportGlif' argument 4 names different: declaration 'memory' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:825:43: style: Function 'SCImportFig' argument 3 names different: declaration 'path' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvimages.h:14:58: note: Function 'SCImportFig' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:825:43: note: Function 'SCImportFig' argument 3 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:950:37: style: Function 'FVImportImages' argument 2 names different: declaration 'path' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvimages.h:10:51: note: Function 'FVImportImages' argument 2 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:950:37: note: Function 'FVImportImages' argument 2 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:1000:44: style: Function 'FVImportImageTemplate' argument 2 names different: declaration 'path' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvimages.h:11:58: note: Function 'FVImportImageTemplate' argument 2 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvimages.c:1000:44: note: Function 'FVImportImageTemplate' argument 2 names different: declaration 'path' definition 'char'.
fontforge-20170731/fontforge/cvundoes.c:2369:30: style: Condition 'pasteinto==0' is always true [knownConditionTrueFalse]
fontforge-20170731/fontforge/cvundoes.c:2367:7: note: Assuming that condition '!pasteinto' is not redundant
fontforge-20170731/fontforge/cvundoes.c:2369:30: note: Condition 'pasteinto==0' is always true
fontforge-20170731/fontforge/cvundoes.c:2076:5: style: Variable 'rsc' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/cvundoes.c:2072:0: note: Variable 'rsc' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/cvundoes.c:2076:5: note: Variable 'rsc' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/cvundoes.c:3617:5: style: Variable 'cur' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/cvundoes.c:3603:0: note: Variable 'cur' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/cvundoes.c:3617:5: note: Variable 'cur' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/cvundoes.c:3778:5: style: Variable 'cur' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/cvundoes.c:3769:0: note: Variable 'cur' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/cvundoes.c:3778:5: note: Variable 'cur' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/cvundoes.c:398:15: style: The scope of the variable 'h' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:398:23: style: The scope of the variable 'p' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:576:9: style: The scope of the variable 'ucnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:577:17: style: The scope of the variable 'prev' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:751:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:802:23: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:1093:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:1145:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:1350:9: style: The scope of the variable 'lcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:1463:12: style: The scope of the variable 'ly' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:1954:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:2124:13: style: The scope of the variable 'image' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:2187:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:3267:9: style: The scope of the variable 'has_selected_refs' can be reduced. [variableScope]
fontforge-20170731/fontforge/cvundoes.c:791:49: style: Function 'SCUndoSetLBearingChange' argument 2 names different: declaration 'lb' definition 'lbc'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2285:56: note: Function 'SCUndoSetLBearingChange' argument 2 names different: declaration 'lb' definition 'lbc'.
fontforge-20170731/fontforge/cvundoes.c:791:49: note: Function 'SCUndoSetLBearingChange' argument 2 names different: declaration 'lb' definition 'lbc'.
fontforge-20170731/fontforge/cvundoes.c:1779:23: style: Function 'getAdobeEnc' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvundoes.h:21:36: note: Function 'getAdobeEnc' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/cvundoes.c:1779:23: note: Function 'getAdobeEnc' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/cvundoes.c:3456:48: style: Function 'FVCopy' argument 2 names different: declaration 'copytype' definition 'fullcopy'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvundoes.h:67:55: note: Function 'FVCopy' argument 2 names different: declaration 'copytype' definition 'fullcopy'.
fontforge-20170731/fontforge/cvundoes.c:3456:48: note: Function 'FVCopy' argument 2 names different: declaration 'copytype' definition 'fullcopy'.
fontforge-20170731/fontforge/cvundoes.c:3519:44: style: Function 'MVCopyChar' argument 2 names different: declaration 'bdf' definition 'mvbdf'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/baseviews.h:409:51: note: Function 'MVCopyChar' argument 2 names different: declaration 'bdf' definition 'mvbdf'.
fontforge-20170731/fontforge/cvundoes.c:3519:44: note: Function 'MVCopyChar' argument 2 names different: declaration 'bdf' definition 'mvbdf'.
fontforge-20170731/fontforge/cvundoes.c:3768:45: style: Function 'PasteIntoMV' argument 2 names different: declaration 'bdf' definition 'mvbdf'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/baseviews.h:410:52: note: Function 'PasteIntoMV' argument 2 names different: declaration 'bdf' definition 'mvbdf'.
fontforge-20170731/fontforge/cvundoes.c:3768:45: note: Function 'PasteIntoMV' argument 2 names different: declaration 'bdf' definition 'mvbdf'.
fontforge-20170731/fontforge/cvundoes.c:3892:21: style: Function 'dumpUndoChain' argument 1 names different: declaration 'msg' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/cvundoes.h:62:33: note: Function 'dumpUndoChain' argument 1 names different: declaration 'msg' definition 'char'.
fontforge-20170731/fontforge/cvundoes.c:3892:21: note: Function 'dumpUndoChain' argument 1 names different: declaration 'msg' definition 'char'.
fontforge-20170731/fontforge/cvundoes.c:2640:1: error: Memory leak: adjust [memleak]
fontforge-20170731/fontforge/dumpbdf.c:424:12: style: The scope of the variable 'enc' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:1184:5: style: Variable 'notdefpos' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/dumppfa.c:1181:0: note: Variable 'notdefpos' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/dumppfa.c:1184:5: note: Variable 'notdefpos' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/dumppfa.c:602:10: style: The scope of the variable 'scale' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:602:20: style: The scope of the variable 'result' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:719:6: style: The scope of the variable 'ch5' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:719:11: style: The scope of the variable 'ch4' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:719:16: style: The scope of the variable 'ch3' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:719:21: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:719:26: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:785:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:785:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:785:17: style: The scope of the variable 'group_cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:829:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:829:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:829:17: style: The scope of the variable 'group_cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:1247:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:1366:14: style: The scope of the variable 'missing' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:1366:23: style: The scope of the variable 'allsame' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:1395:12: style: The scope of the variable 'p1' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:1395:16: style: The scope of the variable 'p2' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:1790:14: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:2069:19: style: The scope of the variable 'hasnotdef' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:2405:17: style: The scope of the variable 'sf' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:2536:17: style: The scope of the variable 'sf' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:2694:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:2720:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:2720:12: style: The scope of the variable 'notdefpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:2720:23: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/dumppfa.c:313:48: style: Function 'PSDictFindEntry' argument 2 names different: declaration 'key' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/dumppfa.h:12:61: note: Function 'PSDictFindEntry' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:313:48: note: Function 'PSDictFindEntry' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:355:50: style: Function 'PSDictRemoveEntry' argument 2 names different: declaration 'key' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/dumppfa.h:13:63: note: Function 'PSDictRemoveEntry' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:355:50: note: Function 'PSDictRemoveEntry' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:378:50: style: Function 'PSDictChangeEntry' argument 2 names different: declaration 'key' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/dumppfa.h:11:63: note: Function 'PSDictChangeEntry' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:378:50: note: Function 'PSDictChangeEntry' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:378:67: style: Function 'PSDictChangeEntry' argument 3 names different: declaration 'newval' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/dumppfa.h:11:80: note: Function 'PSDictChangeEntry' argument 3 names different: declaration 'newval' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:378:67: note: Function 'PSDictChangeEntry' argument 3 names different: declaration 'newval' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:2670:17: style: Function 'WritePSFont' argument 1 names different: declaration 'fontname' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/dumppfa.h:15:30: note: Function 'WritePSFont' argument 1 names different: declaration 'fontname' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:2670:17: note: Function 'WritePSFont' argument 1 names different: declaration 'fontname' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:2717:18: style: Function 'PSBitmapDump' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/dumppfa.h:10:31: note: Function 'PSBitmapDump' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:2717:18: note: Function 'PSBitmapDump' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/dumppfa.c:2050:10: error: Invalid putc() argument nr 1. The value is -128 but the valid values are '0:'. [invalidFunctionArg]
fontforge-20170731/fontforge/effects.c:160:17: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/effects.c:339:17: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/effects.c:435:17: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/effects.c:480:4: error: Common realloc mistake: 'ts' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/effects.c:496:4: error: Common realloc mistake: 'ts' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/encoding.c:249:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/encoding.c:516:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/encoding.c:1096:9: style: The scope of the variable 'maybe_sup' can be reduced. [variableScope]
fontforge-20170731/fontforge/encoding.c:1766:18: style: The scope of the variable 'cmap' can be reduced. [variableScope]
fontforge-20170731/fontforge/encoding.c:2164:15: style: The scope of the variable 'new_enc' can be reduced. [variableScope]
fontforge-20170731/fontforge/encoding.c:2613:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/encoding.c:243:37: style: Function '_FindOrMakeEncoding' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:35:50: note: Function '_FindOrMakeEncoding' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:243:37: note: Function '_FindOrMakeEncoding' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:451:36: style: Function 'FindOrMakeEncoding' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:34:49: note: Function 'FindOrMakeEncoding' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:451:36: note: Function 'FindOrMakeEncoding' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:456:17: style: Function 'AddEncoding' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:56:30: note: Function 'AddEncoding' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:456:17: note: Function 'AddEncoding' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:841:17: style: Function 'CIDFromName' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:60:30: note: Function 'CIDFromName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:841:17: note: Function 'CIDFromName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:884:45: style: Function 'CID2NameUni' argument 3 names different: declaration 'buffer' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:58:59: note: Function 'CID2NameUni' argument 3 names different: declaration 'buffer' definition 'char'.
fontforge-20170731/fontforge/encoding.c:884:45: note: Function 'CID2NameUni' argument 3 names different: declaration 'buffer' definition 'char'.
fontforge-20170731/fontforge/encoding.c:908:52: style: Function 'NameUni2CID' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:63:65: note: Function 'NameUni2CID' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:908:52: note: Function 'NameUni2CID' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1028:32: style: Function 'LoadMapFromFile' argument 1 names different: declaration 'file' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:71:45: note: Function 'LoadMapFromFile' argument 1 names different: declaration 'file' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1028:32: note: Function 'LoadMapFromFile' argument 1 names different: declaration 'file' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1028:43: style: Function 'LoadMapFromFile' argument 2 names different: declaration 'registry' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:71:57: note: Function 'LoadMapFromFile' argument 2 names different: declaration 'registry' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1028:43: note: Function 'LoadMapFromFile' argument 2 names different: declaration 'registry' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1028:58: style: Function 'LoadMapFromFile' argument 3 names different: declaration 'ordering' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:71:73: note: Function 'LoadMapFromFile' argument 3 names different: declaration 'ordering' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1028:58: note: Function 'LoadMapFromFile' argument 3 names different: declaration 'ordering' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1092:27: style: Function 'FindCidMap' argument 1 names different: declaration 'registry' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:70:40: note: Function 'FindCidMap' argument 1 names different: declaration 'registry' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1092:27: note: Function 'FindCidMap' argument 1 names different: declaration 'registry' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1092:42: style: Function 'FindCidMap' argument 2 names different: declaration 'ordering' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:70:56: note: Function 'FindCidMap' argument 2 names different: declaration 'ordering' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1092:42: note: Function 'FindCidMap' argument 2 names different: declaration 'ordering' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1561:36: style: Function 'SFFlattenByCMap' argument 2 names different: declaration 'cmapname' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:64:50: note: Function 'SFFlattenByCMap' argument 2 names different: declaration 'cmapname' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1561:36: note: Function 'SFFlattenByCMap' argument 2 names different: declaration 'cmapname' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1763:68: style: Function 'MakeCIDMaster' argument 4 names different: declaration 'cmapfilename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:68:84: note: Function 'MakeCIDMaster' argument 4 names different: declaration 'cmapfilename' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1763:68: note: Function 'MakeCIDMaster' argument 4 names different: declaration 'cmapfilename' definition 'char'.
fontforge-20170731/fontforge/encoding.c:2163:38: style: Function 'SFReencode' argument 2 names different: declaration 'encname' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:66:51: note: Function 'SFReencode' argument 2 names different: declaration 'encname' definition 'char'.
fontforge-20170731/fontforge/encoding.c:2163:38: note: Function 'SFReencode' argument 2 names different: declaration 'encname' definition 'char'.
fontforge-20170731/fontforge/encoding.c:2651:25: style: Function 'EncFromName' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/encoding.h:36:38: note: Function 'EncFromName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:2651:25: note: Function 'EncFromName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/encoding.c:1083:15: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fontforge-20170731/fontforge/encoding.c:2048:24: error: Common realloc mistake: 'unencoded' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/encoding.c:2478:2: error: Common realloc mistake: 'glyphs' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/featurefile.c:5838:16: warning: Either the condition 'cnt<=sizeof(baselines)/sizeof(baselines[0])' is redundant or the array 'baselines[50]' is accessed at index 50, which is out of bounds. [arrayIndexOutOfBoundsCond]
fontforge-20170731/fontforge/featurefile.c:5837:11: note: Assuming that condition 'cnt<=sizeof(baselines)/sizeof(baselines[0])' is not redundant
fontforge-20170731/fontforge/featurefile.c:5838:16: note: Array index out of bounds
fontforge-20170731/fontforge/featurefile.c:5200:15: style: Condition 'platform==3' is always true [knownConditionTrueFalse]
fontforge-20170731/fontforge/featurefile.c:5160:20: note: Assignment 'platform=3', assigned value is 3
fontforge-20170731/fontforge/featurefile.c:5200:15: note: Condition 'platform==3' is always true
fontforge-20170731/fontforge/featurefile.c:5215:25: style: Condition 'platform==3' is always true [knownConditionTrueFalse]
fontforge-20170731/fontforge/featurefile.c:5160:20: note: Assignment 'platform=3', assigned value is 3
fontforge-20170731/fontforge/featurefile.c:5215:25: note: Condition 'platform==3' is always true
fontforge-20170731/fontforge/featurefile.c:6792:19: style: Condition 'mcnt!=0' is always false [knownConditionTrueFalse]
fontforge-20170731/fontforge/featurefile.c:6768:19: note: Assignment 'mcnt=0', assigned value is 0
fontforge-20170731/fontforge/featurefile.c:6792:19: note: Condition 'mcnt!=0' is always false
fontforge-20170731/fontforge/featurefile.c:7145:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/featurefile.c:7143:0: note: Variable 'p' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/featurefile.c:7145:5: note: Variable 'p' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/featurefile.c:5200:15: style: Same expression on both sides of '==' because the value of 'platform' and '3' are the same. [duplicateExpression]
fontforge-20170731/fontforge/featurefile.c:5160:20: note: 'platform' is assigned value '3' here.
fontforge-20170731/fontforge/featurefile.c:5200:15: note: Same expression on both sides of '==' because the value of 'platform' and '3' are the same.
fontforge-20170731/fontforge/featurefile.c:5215:25: style: Same expression on both sides of '==' because the value of 'platform' and '3' are the same. [duplicateExpression]
fontforge-20170731/fontforge/featurefile.c:5160:20: note: 'platform' is assigned value '3' here.
fontforge-20170731/fontforge/featurefile.c:5215:25: note: Same expression on both sides of '==' because the value of 'platform' and '3' are the same.
fontforge-20170731/fontforge/featurefile.c:120:17: style: The scope of the variable 'sc2' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:196:9: style: The scope of the variable 'gpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:363:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:597:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:602:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:775:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:1113:15: style: The scope of the variable 'osc' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:1184:29: style: The scope of the variable 'any' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:1351:15: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:1636:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:2128:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:3870:9: style: The scope of the variable 'apm_max' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:3871:26: style: The scope of the variable 'lc' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:4082:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:4175:22: style: The scope of the variable 'sc2' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:4473:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:4494:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:4494:15: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:4494:18: style: The scope of the variable 'lc' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:4647:26: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:4649:11: style: The scope of the variable 'fpst' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:5160:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:5163:9: style: The scope of the variable 'max' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:5163:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:5163:18: style: The scope of the variable 'value' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:5805:24: style: The scope of the variable 'active' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:5806:19: style: The scope of the variable 'off' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:6574:27: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:6581:16: style: The scope of the variable 'kcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:6860:53: style: The scope of the variable 'cur' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:6919:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:7218:70: style: The scope of the variable 'oldapb' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:7218:79: style: The scope of the variable 'oldapm' can be reduced. [variableScope]
fontforge-20170731/fontforge/featurefile.c:7321:51: style: Function 'SFApplyFeatureFile' argument 3 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2061:64: note: Function 'SFApplyFeatureFile' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/featurefile.c:7321:51: note: Function 'SFApplyFeatureFile' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/featurefile.c:7372:44: style: Function 'SFApplyFeatureFilename' argument 2 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/featurefile.h:10:58: note: Function 'SFApplyFeatureFilename' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/featurefile.c:7372:44: note: Function 'SFApplyFeatureFilename' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/featurefile.c:6652:13: style: Variable 'lastkp' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/featurefile.c:6670:17: style: Variable 'lastpst' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/featurefile.c:6716:12: style: Variable 'lastkc' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/featurefile.c:4558:25: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
fontforge-20170731/fontforge/featurefile.c:4554:9: note: Assignment 'mmax=0', assigned value is 0
fontforge-20170731/fontforge/featurefile.c:4558:25: note: Invalid argument
fontforge-20170731/fontforge/featurefile.c:6357:4: error: Common realloc mistake: 'classes' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/featurefile.c:6358:4: error: Common realloc mistake: 'acs' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/featurefile.c:3793:0: error: Memory leak: cur [memleak]
fontforge-20170731/fontforge/featurefile.c:3843:0: error: Memory leak: cur [memleak]
fontforge-20170731/fontforge/featurefile.c:619:25: error: Uninitialized variable: i [uninitvar]
fontforge-20170731/fontforge/featurefile.c:3830:5: error: Uninitialized variable: cur [uninitvar]
fontforge-20170731/fontforge/featurefile.c:3831:5: error: Uninitialized variable: cur [uninitvar]
fontforge-20170731/fontforge/featurefile.c:3894:5: error: Uninitialized variable: cur [uninitvar]
fontforge-20170731/fontforge/flaglist.c:5:38: style: Function 'FindFlagByName' argument 1 names different: declaration 'flaglist' definition 'flags'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/flaglist.h:11:45: note: Function 'FindFlagByName' argument 1 names different: declaration 'flaglist' definition 'flags'.
fontforge-20170731/fontforge/flaglist.c:5:38: note: Function 'FindFlagByName' argument 1 names different: declaration 'flaglist' definition 'flags'.
fontforge-20170731/fontforge/flaglist.c:15:46: style: Function 'FindNameOfFlag' argument 1 names different: declaration 'flaglist' definition 'flags'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/flaglist.h:12:53: note: Function 'FindNameOfFlag' argument 1 names different: declaration 'flaglist' definition 'flags'.
fontforge-20170731/fontforge/flaglist.c:15:46: note: Function 'FindNameOfFlag' argument 1 names different: declaration 'flaglist' definition 'flags'.
fontforge-20170731/fontforge/fontviewbase.c:113:14: style: The scope of the variable 'unsel' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:113:21: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:164:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:176:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:185:31: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:229:31: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:269:31: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:310:19: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:326:9: style: The scope of the variable 'old_gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:328:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:434:12: style: The scope of the variable 'dmul' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:930:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:938:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1158:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1189:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1190:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1308:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1309:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1328:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1540:15: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1560:15: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1779:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1881:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1964:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/fontviewbase.c:1340:40: style: Function 'ViewPostScriptFont' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/baseviews.h:387:53: note: Function 'ViewPostScriptFont' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/fontviewbase.c:1340:40: note: Function 'ViewPostScriptFont' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/fontviewbase.c:1501:0: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/fontviewbase.c:1563:0: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/freetype.c:64:16: style: The scope of the variable 'complained' can be reduced. [variableScope]
fontforge-20170731/fontforge/freetype.c:233:15: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/ftdelta.c:144:17: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/ftdelta.c:159:9: style: The scope of the variable 'low' can be reduced. [variableScope]
fontforge-20170731/fontforge/ftdelta.c:203:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/ftdelta.c:70:15: style: Variable 'distance' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/fvcomposite.c:1896:15: warning: Either the condition 'basersc!=NULL' is redundant or there is possible null pointer dereference: sc1. [nullPointerRedundantCheck]
fontforge-20170731/fontforge/fvcomposite.c:2096:18: note: Assuming that condition 'basersc!=NULL' is not redundant
fontforge-20170731/fontforge/fvcomposite.c:2069:34: note: Calling function 'AnchorClassMatch', 1st argument 'sc1' value is 0
fontforge-20170731/fontforge/fvcomposite.c:1896:15: note: Null pointer dereference
fontforge-20170731/fontforge/fvcomposite.c:2770:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fontforge-20170731/fontforge/fvcomposite.c:970:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:1948:9: style: The scope of the variable 'ixoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:1948:16: style: The scope of the variable 'iyoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:1948:23: style: The scope of the variable 'ispacing' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:2262:14: style: The scope of the variable 'bc' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:2262:19: style: The scope of the variable 'rbc' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:2263:9: style: The scope of the variable 'ispacing' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:2795:27: style: The scope of the variable 'apt' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:2902:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:2903:28: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvcomposite.c:1809:33: warning: Either the condition 'basech<=1327' is redundant or isupper() argument nr 1 can have invalid value. The value is 1327 but the valid values are '0:255'. [invalidFunctionArg]
fontforge-20170731/fontforge/fvcomposite.c:1809:68: note: Assuming that condition 'basech<=1327' is not redundant
fontforge-20170731/fontforge/fvcomposite.c:1809:33: note: Invalid argument
fontforge-20170731/fontforge/fvcomposite.c:2579:12: error: Uninitialized variable: temp [uninitvar]
fontforge-20170731/fontforge/fvfonts.c:1044:5: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/fvfonts.c:1042:0: note: Variable 'base' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/fvfonts.c:1044:5: note: Variable 'base' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/fvfonts.c:106:6: style: The scope of the variable 'lcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:106:12: style: The scope of the variable 'scnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:178:6: style: The scope of the variable 'acnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:336:30: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:560:9: style: The scope of the variable 'index' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:718:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:719:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:797:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:812:20: style: The scope of the variable 'cidmap' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:858:27: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:1081:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:1081:40: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvfonts.c:690:45: style: Function 'SFHashName' argument 2 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvfonts.h:20:59: note: Function 'SFHashName' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:690:45: note: Function 'SFHashName' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:717:49: style: Function 'SFFindGID' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvfonts.h:12:62: note: Function 'SFFindGID' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:717:49: note: Function 'SFFindGID' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:738:63: style: Function 'SFFindSlot' argument 4 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvfonts.h:13:76: note: Function 'SFFindSlot' argument 4 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:738:63: note: Function 'SFFindSlot' argument 4 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:796:61: style: Function 'SFCIDFindExistingChar' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvfonts.h:10:74: note: Function 'SFCIDFindExistingChar' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:796:61: note: Function 'SFCIDFindExistingChar' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:809:52: style: Function 'SFCIDFindCID' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvfonts.h:9:65: note: Function 'SFCIDFindCID' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:809:52: note: Function 'SFCIDFindCID' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:854:57: style: Function 'SFGetChar' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvfonts.h:18:70: note: Function 'SFGetChar' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:854:57: note: Function 'SFGetChar' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:897:63: style: Function 'SFGetOrMakeChar' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2300:76: note: Function 'SFGetOrMakeChar' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:897:63: note: Function 'SFGetOrMakeChar' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:975:58: style: Function 'SFFindExistingSlot' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvfonts.h:11:71: note: Function 'SFFindExistingSlot' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:975:58: note: Function 'SFFindExistingSlot' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:1032:49: style: Function 'SFHasChar' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvfonts.h:14:62: note: Function 'SFHasChar' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:1032:49: note: Function 'SFHasChar' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/fvfonts.c:52:2: error: Common realloc mistake: 'layers' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/fvimportbdf.c:293:17: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:293:23: style: The scope of the variable 'eol' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:758:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:996:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:1084:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:1636:12: style: The scope of the variable 't' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:1646:12: style: The scope of the variable 't' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:1659:38: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:1719:25: style: The scope of the variable 'stringsize' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:1739:35: style: The scope of the variable 'glyph' can be reduced. [variableScope]
fontforge-20170731/fontforge/fvimportbdf.c:1941:36: style: Function 'SFSetFontName' argument 2 names different: declaration 'family' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvimportbdf.h:12:49: note: Function 'SFSetFontName' argument 2 names different: declaration 'family' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:1941:36: note: Function 'SFSetFontName' argument 2 names different: declaration 'family' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:1941:50: style: Function 'SFSetFontName' argument 3 names different: declaration 'mods' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvimportbdf.h:12:63: note: Function 'SFSetFontName' argument 3 names different: declaration 'mods' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:1941:50: note: Function 'SFSetFontName' argument 3 names different: declaration 'mods' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:1941:61: style: Function 'SFSetFontName' argument 4 names different: declaration 'fullname' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvimportbdf.h:12:75: note: Function 'SFSetFontName' argument 4 names different: declaration 'fullname' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:1941:61: note: Function 'SFSetFontName' argument 4 names different: declaration 'fullname' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:2295:35: style: Function 'FVImportBDF' argument 2 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvimportbdf.h:7:48: note: Function 'FVImportBDF' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:2295:35: note: Function 'FVImportBDF' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:2392:36: style: Function 'FVImportMult' argument 2 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvimportbdf.h:8:49: note: Function 'FVImportMult' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:2392:36: note: Function 'FVImportMult' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:2427:23: style: Function 'SFFromBDF' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/fvimportbdf.h:9:36: note: Function 'SFFromBDF' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:2427:23: note: Function 'SFFromBDF' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/fvimportbdf.c:1507:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fontforge-20170731/fontforge/fvimportbdf.c:1126:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontforge-20170731/fontforge/glyphcomp.c:293:43: style: Same expression on both sides of '&&'. [duplicateExpression]
fontforge-20170731/fontforge/glyphcomp.c:294:43: style: Same expression on both sides of '&&'. [duplicateExpression]
fontforge-20170731/fontforge/glyphcomp.c:295:43: style: Same expression on both sides of '&&'. [duplicateExpression]
fontforge-20170731/fontforge/glyphcomp.c:296:43: style: Same expression on both sides of '&&'. [duplicateExpression]
fontforge-20170731/fontforge/glyphcomp.c:534:34: style: Same expression on both sides of '||'. [duplicateExpression]
fontforge-20170731/fontforge/glyphcomp.c:535:34: style: Same expression on both sides of '||'. [duplicateExpression]
fontforge-20170731/fontforge/glyphcomp.c:536:34: style: Same expression on both sides of '||'. [duplicateExpression]
fontforge-20170731/fontforge/glyphcomp.c:112:19: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:114:20: style: The scope of the variable 'adx' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:114:25: style: The scope of the variable 'ady' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:114:30: style: The scope of the variable 'best' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:114:36: style: The scope of the variable 'best_t' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:114:44: style: The scope of the variable 't' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:216:12: style: The scope of the variable 't' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:286:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:286:16: style: The scope of the variable 'dy' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:349:25: style: The scope of the variable 'bestdiff' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:350:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:350:16: style: The scope of the variable 'dy' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:515:14: style: The scope of the variable 'd' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:515:17: style: The scope of the variable 'xlen' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:517:9: style: The scope of the variable 'xmin' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:517:15: style: The scope of the variable 'xmax' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:517:21: style: The scope of the variable 'ymin' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:517:27: style: The scope of the variable 'ymax' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:517:33: style: The scope of the variable 'c1' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:517:37: style: The scope of the variable 'c2' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:740:26: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:1085:9: style: The scope of the variable 'layer' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:1085:16: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:1194:22: style: The scope of the variable 'sc2' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:1620:21: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/fontforge/glyphcomp.c:342:46: style: Function 'SSsCompare' argument 5 names different: declaration 'hmfail' definition '_hmfail'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/glyphcomp.h:53:124: note: Function 'SSsCompare' argument 5 names different: declaration 'hmfail' definition '_hmfail'.
fontforge-20170731/fontforge/glyphcomp.c:342:46: note: Function 'SSsCompare' argument 5 names different: declaration 'hmfail' definition '_hmfail'.
fontforge-20170731/fontforge/glyphcomp.c:630:38: style: Function 'CompareLayer' argument 8 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/glyphcomp.h:56:167: note: Function 'CompareLayer' argument 8 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/glyphcomp.c:630:38: note: Function 'CompareLayer' argument 8 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/groups.c:99:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/groups.c:50:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/groups.c:80:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fontforge-20170731/fontforge/groups.c:81:11: style: The scope of the variable 'userConfigDir' can be reduced. [variableScope]
fontforge-20170731/fontforge/http.c:63:9: style: struct member 'siteinfo::cookie_cnt' is never used. [unusedStructMember]
fontforge-20170731/fontforge/http.c:64:11: style: struct member 'siteinfo::cookies' is never used. [unusedStructMember]
fontforge-20170731/fontforge/http.c:65:9: style: struct member 'siteinfo::user_id' is never used. [unusedStructMember]
fontforge-20170731/fontforge/http.c:66:11: style: struct member 'siteinfo::upload_id' is never used. [unusedStructMember]
fontforge-20170731/fontforge/ikarus.c:154:5: style: Variable 'urwtable[402]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fontforge-20170731/fontforge/ikarus.c:153:5: note: Variable 'urwtable[402]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontforge-20170731/fontforge/ikarus.c:154:5: note: Variable 'urwtable[402]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontforge-20170731/fontforge/ikarus.c:599:19: style: The scope of the variable 'rpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/ikarus.c:599:25: style: The scope of the variable 'wpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/ikarus.c:596:26: style: Function 'SFReadIkarus' argument 1 names different: declaration 'fontname' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/ikarus.h:6:39: note: Function 'SFReadIkarus' argument 1 names different: declaration 'fontname' definition 'char'.
fontforge-20170731/fontforge/ikarus.c:596:26: note: Function 'SFReadIkarus' argument 1 names different: declaration 'fontname' definition 'char'.
fontforge-20170731/fontforge/ikarus.c:659:19: style: Variable 'opt_pt_size' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/langfreq.c:1895:23: style: The scope of the variable 'tot' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:586:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:998:23: style: The scope of the variable 'acprev' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:1515:9: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:1555:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:1835:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:1835:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:1835:15: style: The scope of the variable 'isv' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:2148:9: style: The scope of the variable 'to_index' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:2414:21: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:2792:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:2823:9: style: The scope of the variable 'state' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:2823:28: style: The scope of the variable 'mark_pos' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:2823:38: style: The scope of the variable 'markend_pos' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:2972:13: style: The scope of the variable 'glyph_class' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3002:13: style: The scope of the variable 'glyph_class' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3032:13: style: The scope of the variable 'glyph_class' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3221:15: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3393:15: style: The scope of the variable 'isv' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3393:20: style: The scope of the variable 'within' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3393:28: style: The scope of the variable 'f' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3393:31: style: The scope of the variable 'l' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3393:34: style: The scope of the variable 'kcspecd' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3542:9: style: The scope of the variable 'npos' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3542:15: style: The scope of the variable 'bpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3544:9: style: The scope of the variable 'before_in_script' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3544:27: style: The scope of the variable 'after_in_script' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3640:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3640:14: style: The scope of the variable 'npos' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:3695:13: style: The scope of the variable 'langs' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:4099:33: style: The scope of the variable 'prev' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:4134:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:4134:15: style: The scope of the variable 'l' can be reduced. [variableScope]
fontforge-20170731/fontforge/lookups.c:1195:61: style: Function 'SFFindLookupSubtable' argument 2 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2387:74: note: Function 'SFFindLookupSubtable' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:1195:61: note: Function 'SFFindLookupSubtable' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:1216:72: style: Function 'SFFindLookupSubtableAndFreeName' argument 2 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:72:86: note: Function 'SFFindLookupSubtableAndFreeName' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:1216:72: note: Function 'SFFindLookupSubtableAndFreeName' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:1222:39: style: Function 'SFFindLookup' argument 2 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:68:53: note: Function 'SFFindLookup' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:1222:39: note: Function 'SFFindLookup' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:2587:13: style: Function 'OTLookupsCopyInto' argument 3 names different: declaration 'from_list' definition 'list'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:90:84: note: Function 'OTLookupsCopyInto' argument 3 names different: declaration 'from_list' definition 'list'.
fontforge-20170731/fontforge/lookups.c:2587:13: note: Function 'OTLookupsCopyInto' argument 3 names different: declaration 'from_list' definition 'list'.
fontforge-20170731/fontforge/lookups.c:3873:47: style: Function 'SFGlyphRenameFixup' argument 2 names different: declaration 'old' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:93:60: note: Function 'SFGlyphRenameFixup' argument 2 names different: declaration 'old' definition 'char'.
fontforge-20170731/fontforge/lookups.c:3873:47: note: Function 'SFGlyphRenameFixup' argument 2 names different: declaration 'old' definition 'char'.
fontforge-20170731/fontforge/lookups.c:3873:64: style: Function 'SFGlyphRenameFixup' argument 3 names different: declaration 'new' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:93:77: note: Function 'SFGlyphRenameFixup' argument 3 names different: declaration 'new' definition 'char'.
fontforge-20170731/fontforge/lookups.c:3873:64: note: Function 'SFGlyphRenameFixup' argument 3 names different: declaration 'new' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4433:23: style: Function 'PSTContains' argument 1 names different: declaration 'components' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:63:36: note: Function 'PSTContains' argument 1 names different: declaration 'components' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4433:23: note: Function 'PSTContains' argument 1 names different: declaration 'components' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4433:46: style: Function 'PSTContains' argument 2 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:63:60: note: Function 'PSTContains' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4433:46: note: Function 'PSTContains' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4445:35: style: Function 'KernClassFindIndexContaining' argument 1 names different: declaration 'firsts_or_seconds' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:43:49: note: Function 'KernClassFindIndexContaining' argument 1 names different: declaration 'firsts_or_seconds' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4445:35: note: Function 'KernClassFindIndexContaining' argument 1 names different: declaration 'firsts_or_seconds' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4447:13: style: Function 'KernClassFindIndexContaining' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:45:19: note: Function 'KernClassFindIndexContaining' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4447:13: note: Function 'KernClassFindIndexContaining' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4465:44: style: Function 'KernClassContains' argument 2 names different: declaration 'name1' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:61:57: note: Function 'KernClassContains' argument 2 names different: declaration 'name1' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4465:44: note: Function 'KernClassContains' argument 2 names different: declaration 'name1' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4465:63: style: Function 'KernClassContains' argument 3 names different: declaration 'name2' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:61:76: note: Function 'KernClassContains' argument 3 names different: declaration 'name2' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4465:63: note: Function 'KernClassContains' argument 3 names different: declaration 'name2' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4508:22: style: Function 'KCFindName' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:60:35: note: Function 'KCFindName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4508:22: note: Function 'KCFindName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4508:34: style: Function 'KCFindName' argument 2 names different: declaration 'classnames' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:60:48: note: Function 'KCFindName' argument 2 names different: declaration 'classnames' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4508:34: note: Function 'KCFindName' argument 2 names different: declaration 'classnames' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4562:24: style: Function 'GlyphNameCnt' argument 1 names different: declaration 'pt' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/lookups.h:58:37: note: Function 'GlyphNameCnt' argument 1 names different: declaration 'pt' definition 'char'.
fontforge-20170731/fontforge/lookups.c:4562:24: note: Function 'GlyphNameCnt' argument 1 names different: declaration 'pt' definition 'char'.
fontforge-20170731/fontforge/lookups.c:1026:7: error: Uninitialized variable: otlprev [uninitvar]
fontforge-20170731/fontforge/lookups.c:1025:8: error: Uninitialized variable: otlprev [uninitvar]
fontforge-20170731/fontforge/macbinary.c:770:5: style: Variable 'stylecode' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/macbinary.c:769:5: note: Variable 'stylecode' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/macbinary.c:770:5: note: Variable 'stylecode' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/macbinary.c:790:19: style: Same expression on both sides of '-'. [duplicateExpression]
fontforge-20170731/fontforge/macbinary.c:794:19: style: Same expression on both sides of '-'. [duplicateExpression]
fontforge-20170731/fontforge/macbinary.c:803:19: style: Same expression on both sides of '-'. [duplicateExpression]
fontforge-20170731/fontforge/macbinary.c:815:16: style: Same expression on both sides of '-'. [duplicateExpression]
fontforge-20170731/fontforge/macbinary.c:1102:19: style: Same expression on both sides of '-'. [duplicateExpression]
fontforge-20170731/fontforge/macbinary.c:224:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:234:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:251:19: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:290:14: style: The scope of the variable 'type' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:292:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:353:18: style: The scope of the variable 'ipos' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:490:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:550:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:620:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:743:50: style: The scope of the variable 'glyphenc' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:1025:58: style: The scope of the variable 'glyphenc' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:1028:21: style: The scope of the variable 'stylecode' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:1954:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:1956:26: style: The scope of the variable 'rlen' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2290:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2291:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2292:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2294:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2294:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2297:10: style: The scope of the variable 'widoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2297:18: style: The scope of the variable 'kernoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2297:27: style: The scope of the variable 'styleoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2461:11: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2661:10: style: The scope of the variable 'roff' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2662:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2662:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2664:9: style: The scope of the variable 'res_id' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2745:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2745:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2745:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2791:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2829:52: style: The scope of the variable 'rpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2832:19: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2833:17: style: The scope of the variable 'subcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:2982:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/macbinary.c:663:29: style: Function '_MacStyleCode' argument 1 names different: declaration 'styles' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:15:41: note: Function '_MacStyleCode' argument 1 names different: declaration 'styles' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:663:29: note: Function '_MacStyleCode' argument 1 names different: declaration 'styles' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:724:46: style: Function 'MacStyleCode' argument 2 names different: declaration 'psstyle' definition 'psstylecode'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2274:53: note: Function 'MacStyleCode' argument 2 names different: declaration 'psstyle' definition 'psstylecode'.
fontforge-20170731/fontforge/macbinary.c:724:46: note: Function 'MacStyleCode' argument 2 names different: declaration 'psstyle' definition 'psstylecode'.
fontforge-20170731/fontforge/macbinary.c:1567:20: style: Function 'WriteMacPSFont' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:10:33: note: Function 'WriteMacPSFont' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:1567:20: note: Function 'WriteMacPSFont' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:1568:20: style: Function 'WriteMacPSFont' argument 5 names different: declaration 'enc' definition 'map'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:10:102: note: Function 'WriteMacPSFont' argument 5 names different: declaration 'enc' definition 'map'.
fontforge-20170731/fontforge/macbinary.c:1568:20: note: Function 'WriteMacPSFont' argument 5 names different: declaration 'enc' definition 'map'.
fontforge-20170731/fontforge/macbinary.c:1649:21: style: Function 'WriteMacTTFFont' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:11:34: note: Function 'WriteMacTTFFont' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:1649:21: note: Function 'WriteMacTTFFont' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:1650:56: style: Function 'WriteMacTTFFont' argument 7 names different: declaration 'enc' definition 'map'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:11:140: note: Function 'WriteMacTTFFont' argument 7 names different: declaration 'enc' definition 'map'.
fontforge-20170731/fontforge/macbinary.c:1650:56: note: Function 'WriteMacTTFFont' argument 7 names different: declaration 'enc' definition 'map'.
fontforge-20170731/fontforge/macbinary.c:1723:21: style: Function 'WriteMacBitmaps' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:8:34: note: Function 'WriteMacBitmaps' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:1723:21: note: Function 'WriteMacBitmaps' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:1724:10: style: Function 'WriteMacBitmaps' argument 5 names different: declaration 'enc' definition 'map'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:8:96: note: Function 'WriteMacBitmaps' argument 5 names different: declaration 'enc' definition 'map'.
fontforge-20170731/fontforge/macbinary.c:1724:10: note: Function 'WriteMacBitmaps' argument 5 names different: declaration 'enc' definition 'map'.
fontforge-20170731/fontforge/macbinary.c:1796:20: style: Function 'WriteMacFamily' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:9:33: note: Function 'WriteMacFamily' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:1796:20: note: Function 'WriteMacFamily' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:3170:29: style: Function 'SFReadMacBinary' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:14:42: note: Function 'SFReadMacBinary' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:3170:29: note: Function 'SFReadMacBinary' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:3182:48: style: Function 'LoadKerningDataFromMacFOND' argument 2 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/macbinary.h:7:61: note: Function 'LoadKerningDataFromMacFOND' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:3182:48: note: Function 'LoadKerningDataFromMacFOND' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/macbinary.c:2796:0: error: Resource leak: temp [resourceLeak]
fontforge-20170731/fontforge/macbinary.c:1986:0: error: Memory leak: rsrcids [memleak]
fontforge-20170731/fontforge/macbinary.c:2501:1: error: Memory leak: font.fontImage [memleak]
fontforge-20170731/fontforge/macbinary.c:2501:1: error: Memory leak: font.locs [memleak]
fontforge-20170731/fontforge/macbinary.c:2501:1: error: Memory leak: font.offsetWidths [memleak]
fontforge-20170731/fontforge/mm.c:250:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/mm.c:776:10: style: The scope of the variable 'axispos' can be reduced. [variableScope]
fontforge-20170731/fontforge/mm.c:712:44: style: Function '_MMNewFont' argument 3 names different: declaration 'familyname' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/mm.h:37:57: note: Function '_MMNewFont' argument 3 names different: declaration 'familyname' definition 'char'.
fontforge-20170731/fontforge/mm.c:712:44: note: Function '_MMNewFont' argument 3 names different: declaration 'familyname' definition 'char'.
fontforge-20170731/fontforge/mm.c:768:43: style: Function 'MMNewFont' argument 3 names different: declaration 'familyname' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/mm.h:38:56: note: Function 'MMNewFont' argument 3 names different: declaration 'familyname' definition 'char'.
fontforge-20170731/fontforge/mm.c:768:43: note: Function 'MMNewFont' argument 3 names different: declaration 'familyname' definition 'char'.
fontforge-20170731/fontforge/namelist.c:236:28: style: The scope of the variable 'acnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/namelist.c:236:34: style: The scope of the variable 'ocnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/namelist.c:490:21: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/namelist.c:680:20: style: The scope of the variable 'ent' can be reduced. [variableScope]
fontforge-20170731/fontforge/namelist.c:793:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/namelist.c:875:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/namelist.c:125:23: style: Function 'UniFromName' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/namelist.h:11:36: note: Function 'UniFromName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/namelist.c:125:23: note: Function 'UniFromName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/namelist.c:474:32: style: Function 'NameListByName' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/namelist.h:14:45: note: Function 'NameListByName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/namelist.c:474:32: note: Function 'NameListByName' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/namelist.c:520:24: style: Function 'LoadNamelist' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/namelist.h:13:37: note: Function 'LoadNamelist' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/namelist.c:520:24: note: Function 'LoadNamelist' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/namelist.c:678:22: style: Function 'LoadNamelistDir' argument 1 names different: declaration 'dir' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/namelist.h:15:35: note: Function 'LoadNamelistDir' argument 1 names different: declaration 'dir' definition 'char'.
fontforge-20170731/fontforge/namelist.c:678:22: note: Function 'LoadNamelistDir' argument 1 names different: declaration 'dir' definition 'char'.
fontforge-20170731/fontforge/namelist.c:1020:51: style: Function 'SFTemporaryRestoreGlyphNames' argument 2 names different: declaration 'former' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/namelist.h:17:65: note: Function 'SFTemporaryRestoreGlyphNames' argument 2 names different: declaration 'former' definition 'char'.
fontforge-20170731/fontforge/namelist.c:1020:51: note: Function 'SFTemporaryRestoreGlyphNames' argument 2 names different: declaration 'former' definition 'char'.
fontforge-20170731/fontforge/namelist.c:46:9: style: struct member 'psaltnames::provenance' is never used. [unusedStructMember]
fontforge-20170731/fontforge/nonlineartrans.c:349:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/fontforge/nonlineartrans.c:563:13: style: The scope of the variable 't' can be reduced. [variableScope]
fontforge-20170731/fontforge/nonlineartrans.c:564:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/nonlineartrans.c:565:15: style: The scope of the variable 'xsp' can be reduced. [variableScope]
fontforge-20170731/fontforge/nonlineartrans.c:565:21: style: The scope of the variable 'ysp' can be reduced. [variableScope]
fontforge-20170731/fontforge/nonlineartrans.c:371:52: style: Function 'nlt_parseexpr' argument 2 names different: declaration 'str' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/nonlineartrans.h:78:65: note: Function 'nlt_parseexpr' argument 2 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:371:52: note: Function 'nlt_parseexpr' argument 2 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:703:32: style: Function 'SFNLTrans' argument 2 names different: declaration 'x_expr' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/baseviews.h:327:45: note: Function 'SFNLTrans' argument 2 names different: declaration 'x_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:703:32: note: Function 'SFNLTrans' argument 2 names different: declaration 'x_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:703:45: style: Function 'SFNLTrans' argument 3 names different: declaration 'y_expr' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/baseviews.h:327:58: note: Function 'SFNLTrans' argument 3 names different: declaration 'y_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:703:45: note: Function 'SFNLTrans' argument 3 names different: declaration 'y_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:721:29: style: Function 'SSNLTrans' argument 2 names different: declaration 'x_expr' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/nonlineartrans.h:84:43: note: Function 'SSNLTrans' argument 2 names different: declaration 'x_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:721:29: note: Function 'SSNLTrans' argument 2 names different: declaration 'x_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:721:42: style: Function 'SSNLTrans' argument 3 names different: declaration 'y_expr' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/nonlineartrans.h:84:57: note: Function 'SSNLTrans' argument 3 names different: declaration 'y_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:721:42: note: Function 'SSNLTrans' argument 3 names different: declaration 'y_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:742:41: style: Function 'SCNLTrans' argument 3 names different: declaration 'x_expr' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/nonlineartrans.h:83:55: note: Function 'SCNLTrans' argument 3 names different: declaration 'x_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:742:41: note: Function 'SCNLTrans' argument 3 names different: declaration 'x_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:742:54: style: Function 'SCNLTrans' argument 4 names different: declaration 'y_expr' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/nonlineartrans.h:83:69: note: Function 'SCNLTrans' argument 4 names different: declaration 'y_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:742:54: note: Function 'SCNLTrans' argument 4 names different: declaration 'y_expr' definition 'char'.
fontforge-20170731/fontforge/nonlineartrans.c:800:24: style: Function 'SPLPoV' argument 1 names different: declaration 'spl' definition 'base'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/nonlineartrans.h:81:31: note: Function 'SPLPoV' argument 1 names different: declaration 'spl' definition 'base'.
fontforge-20170731/fontforge/nonlineartrans.c:800:24: note: Function 'SPLPoV' argument 1 names different: declaration 'spl' definition 'base'.
fontforge-20170731/fontforge/nonlineartrans.c:551:38: error: Uninitialized struct member: delta.x [uninitStructMember]
fontforge-20170731/fontforge/nonlineartrans.c:553:38: error: Uninitialized struct member: delta.x [uninitStructMember]
fontforge-20170731/fontforge/nonlineartrans.c:552:38: error: Uninitialized struct member: delta.y [uninitStructMember]
fontforge-20170731/fontforge/nonlineartrans.c:554:38: error: Uninitialized struct member: delta.y [uninitStructMember]
fontforge-20170731/fontforge/noprefs.c:806:8: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/noprefs.c:807:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/noprefs.c:808:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/noprefs.c:735:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/noprefs.c:735:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/noprefs.c:735:15: style: The scope of the variable 'ri' can be reduced. [variableScope]
fontforge-20170731/fontforge/noprefs.c:735:21: style: The scope of the variable 'mn' can be reduced. [variableScope]
fontforge-20170731/fontforge/noprefs.c:735:27: style: The scope of the variable 'ms' can be reduced. [variableScope]
fontforge-20170731/fontforge/noprefs.c:736:9: style: The scope of the variable 'msp' can be reduced. [variableScope]
fontforge-20170731/fontforge/noprefs.c:738:24: style: The scope of the variable 'pl' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:246:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:409:10: style: The scope of the variable 'd' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:479:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:629:17: style: The scope of the variable 'next' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:1716:9: style: The scope of the variable 'snapto_width' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:1740:9: style: The scope of the variable 'callargs' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:1741:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2117:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2131:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2391:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2391:14: style: The scope of the variable 'score' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2394:10: style: The scope of the variable 'refcoord' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2464:15: style: The scope of the variable 'test' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2486:12: style: The scope of the variable 'previdx' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2486:21: style: The scope of the variable 'nextidx' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2521:28: style: The scope of the variable 'slave' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2615:12: style: The scope of the variable 'local_refpt' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2653:12: style: The scope of the variable 'p' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2653:15: style: The scope of the variable 'segstart' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2998:12: style: The scope of the variable 'width_parent' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2998:26: style: The scope of the variable 'width_me' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3173:19: style: The scope of the variable 'callargs' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3174:24: style: The scope of the variable 'chunk' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3175:16: style: The scope of the variable 'opd' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3222:12: style: The scope of the variable 'callargs' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3223:29: style: The scope of the variable 'serif' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3255:29: style: The scope of the variable 'serif' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3483:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3561:9: style: The scope of the variable 'therewerestems' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3656:12: style: The scope of the variable 'swidth1' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3656:21: style: The scope of the variable 'swidth2' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3999:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4072:27: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4087:9: style: The scope of the variable 'nextidx' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4087:18: style: The scope of the variable 'previdx' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4088:9: style: The scope of the variable 'nsidx' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4088:16: style: The scope of the variable 'psidx' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4090:16: style: The scope of the variable 'ncpd' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4090:23: style: The scope of the variable 'pcpd' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4311:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4503:9: style: The scope of the variable 'startnum' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4503:19: style: The scope of the variable 'a1' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4503:23: style: The scope of the variable 'a2' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4503:27: style: The scope of the variable 'b1' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4503:31: style: The scope of the variable 'b2' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4503:42: style: The scope of the variable 'firstedge' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4503:53: style: The scope of the variable 'cvt' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4504:9: style: The scope of the variable 'x_ldup' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4504:17: style: The scope of the variable 'y_ldup' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4504:25: style: The scope of the variable 'x_edup' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4504:33: style: The scope of the variable 'y_edup' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4507:9: style: The scope of the variable 'pushpts' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4600:9: style: The scope of the variable 'pushpts' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4651:9: style: The scope of the variable 'pushpts' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4930:10: style: The scope of the variable 'coord' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4931:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4931:12: style: The scope of the variable 'skip' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4931:18: style: The scope of the variable 'refidx' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4966:15: style: The scope of the variable 'stem' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4972:9: style: The scope of the variable 'rpoint' can be reduced. [variableScope]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3509:16: style: Variable 'base' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/nowakowskittfinstr.c:3510:19: style: Variable 'advance' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4396:13: style: Variable 'ptcnt' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4512:13: style: Variable 'ptcnt' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4565:36: style: Variable 'pushpts' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4604:13: style: Variable 'ptcnt' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4655:13: style: Variable 'ptcnt' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4832:15: style: Variable 'diagpts' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/nowakowskittfinstr.c:728:5: error: Common realloc mistake: 'cvt' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/nowakowskittfinstr.c:2664:23: error: Common realloc mistake: 'others' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4473:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontforge-20170731/fontforge/nowakowskittfinstr.c:4477:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontforge-20170731/fontforge/palmfonts.c:120:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/palmfonts.c:472:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/palmfonts.c:532:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/palmfonts.c:608:21: style: The scope of the variable 'den' can be reduced. [variableScope]
fontforge-20170731/fontforge/palmfonts.c:342:27: style: Function 'SFReadPalmPdb' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/palmfonts.h:7:40: note: Function 'SFReadPalmPdb' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/palmfonts.c:342:27: note: Function 'SFReadPalmPdb' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/palmfonts.c:604:28: style: Function 'WritePalmBitmaps' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/palmfonts.h:6:41: note: Function 'WritePalmBitmaps' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/palmfonts.c:604:28: note: Function 'WritePalmBitmaps' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/palmfonts.c:733:9: error: Invalid putc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
fontforge-20170731/fontforge/palmfonts.c:734:9: error: Invalid putc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
fontforge-20170731/fontforge/parsepdf.c:1779:43: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/parsepdf.c:1780:43: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/parsepdf.c:1789:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/parsepdf.c:1796:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/parsepdf.c:1813:43: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/parsepdf.c:1814:43: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/parsepdf.c:1815:43: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/parsepdf.c:1818:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/parsepdf.c:1822:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fontforge-20170731/fontforge/parsepdf.c:180:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:492:9: style: The scope of the variable 'first_offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:492:23: style: The scope of the variable 'n' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:492:26: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:492:40: style: The scope of the variable 'container' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:737:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:750:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:883:17: style: The scope of the variable 'old' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:954:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:1305:9: style: The scope of the variable 'dash_offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:1703:29: style: The scope of the variable 'prev' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepdf.c:2075:38: style: Function '_SFReadPdfFont' argument 2 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/parsepdf.h:12:52: note: Function '_SFReadPdfFont' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsepdf.c:2075:38: note: Function '_SFReadPdfFont' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsepdf.c:2145:27: style: Function 'SFReadPdfFont' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/parsepdf.h:11:40: note: Function 'SFReadPdfFont' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsepdf.c:2145:27: note: Function 'SFReadPdfFont' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsepdf.c:696:12: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/parsepdf.c:1484:23: warning: Either the condition 'sp>=4' is redundant, otherwise there is negative array index -2. [negativeIndex]
fontforge-20170731/fontforge/parsepdf.c:1479:44: note: Assuming that condition 'sp>=4' is not redundant
fontforge-20170731/fontforge/parsepdf.c:1484:23: note: Negative array index
fontforge-20170731/fontforge/parsepdf.c:1485:23: warning: Either the condition 'sp>=4' is redundant, otherwise there is negative array index -1. [negativeIndex]
fontforge-20170731/fontforge/parsepdf.c:1479:44: note: Assuming that condition 'sp>=4' is not redundant
fontforge-20170731/fontforge/parsepdf.c:1485:23: note: Negative array index
fontforge-20170731/fontforge/parsepfa.c:1232:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepfa.c:1268:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepfa.c:1533:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepfa.c:2084:55: style: The scope of the variable 'nownum' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepfa.c:2084:63: style: The scope of the variable 'nowr' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepfa.c:2084:69: style: The scope of the variable 'nowspace' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepfa.c:2091:25: style: The scope of the variable 'isminus' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsepfa.c:2483:13: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4411:13: style: Expression is always false because 'else if' condition matches previous condition at line 4408. [multiCondition]
fontforge-20170731/fontforge/parsettf.c:5543:47: style: Redundant condition: loaded_fonts_same_as_new. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
fontforge-20170731/fontforge/parsettf.c:5094:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fontforge-20170731/fontforge/parsettf.c:698:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:731:21: style: The scope of the variable 'chunk' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1000:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1000:26: style: The scope of the variable 'length' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1001:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1671:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1671:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1671:17: style: The scope of the variable 'tableoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1672:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1672:19: style: The scope of the variable 'specific' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1672:29: style: The scope of the variable 'language' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1672:39: style: The scope of the variable 'name' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1672:45: style: The scope of the variable 'str_len' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1672:54: style: The scope of the variable 'stroff' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1722:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1722:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1722:17: style: The scope of the variable 'tableoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1723:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1723:19: style: The scope of the variable 'specific' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1723:29: style: The scope of the variable 'language' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1723:39: style: The scope of the variable 'name' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1723:45: style: The scope of the variable 'str_len' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1723:54: style: The scope of the variable 'stroff' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1820:10: style: The scope of the variable 'b' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1820:13: style: The scope of the variable 'c' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:1820:16: style: The scope of the variable 'd' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:2277:12: style: The scope of the variable 'anyread' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:2852:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3013:21: style: The scope of the variable 'sp' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3013:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3188:21: style: The scope of the variable 'sp' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3188:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3377:9: style: The scope of the variable 'format' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3377:17: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3377:25: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3377:33: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3377:40: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3377:46: style: The scope of the variable 'dupenc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3377:54: style: The scope of the variable 'sid' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3698:16: style: The scope of the variable 'nameless' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3840:15: style: The scope of the variable 'cstype' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3840:23: style: The scope of the variable 'uni' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3841:21: style: The scope of the variable 'subrs' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3931:32: style: The scope of the variable 'subdicts' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3932:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:3934:12: style: The scope of the variable 'fdselect' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4026:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4175:48: style: The scope of the variable 'tsb' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4547:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4547:19: style: The scope of the variable 'specific' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4548:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4548:17: style: The scope of the variable 'encoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4549:9: style: The scope of the variable 'format' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4554:16: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4555:9: style: The scope of the variable 'mod' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4947:8: style: The scope of the variable 'enc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4947:13: style: The scope of the variable 'lenc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4973:22: style: The scope of the variable 'start' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4973:29: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:4973:34: style: The scope of the variable 'startglyph' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5021:22: style: The scope of the variable 'start' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5021:29: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5021:34: style: The scope of the variable 'startglyph' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5149:9: style: The scope of the variable 'format' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5149:17: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5149:22: style: The scope of the variable 'gc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5149:26: style: The scope of the variable 'gcbig' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5149:33: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5152:13: style: The scope of the variable 'indexes' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5355:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5672:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5672:11: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:5903:17: style: The scope of the variable 'base' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettf.c:6280:71: style: Function '_SFReadTTF' argument 4 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/parsettf.h:19:85: note: Function '_SFReadTTF' argument 4 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsettf.c:6280:71: note: Function '_SFReadTTF' argument 4 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsettf.c:6297:23: style: Function 'SFReadTTF' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/parsettf.h:18:36: note: Function 'SFReadTTF' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsettf.c:6297:23: note: Function 'SFReadTTF' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsettf.c:6321:43: style: Function '_CFFParse' argument 3 names different: declaration 'fontsetname' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/parsettf.h:17:57: note: Function '_CFFParse' argument 3 names different: declaration 'fontsetname' definition 'char'.
fontforge-20170731/fontforge/parsettf.c:6321:43: note: Function '_CFFParse' argument 3 names different: declaration 'fontsetname' definition 'char'.
fontforge-20170731/fontforge/parsettf.c:6333:22: style: Function 'CFFParse' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/parsettf.h:16:35: note: Function 'CFFParse' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsettf.c:6333:22: note: Function 'CFFParse' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/parsettf.c:3945:15: style: Variable 'offsize' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/parsettf.c:4189:8: style: Variable 'tsb' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/parsettfatt.c:327:5: style: Variable 'glist' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/parsettfatt.c:321:0: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/parsettfatt.c:327:5: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/parsettfatt.c:320:19: style: The scope of the variable 'glyphcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:407:9: style: The scope of the variable 'w' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:407:11: style: The scope of the variable 'b' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:407:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:407:15: style: The scope of the variable 'c' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:531:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:531:30: style: The scope of the variable 'pair_cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:531:50: style: The scope of the variable 'glyph2' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:534:13: style: The scope of the variable 'ps_offsets' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:728:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:875:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:961:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1307:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1307:22: style: The scope of the variable 'class' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1423:22: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1439:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1439:22: style: The scope of the variable 'class' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1606:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1670:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1822:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1822:27: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1911:30: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:1916:9: style: The scope of the variable 'bad' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2034:33: style: The scope of the variable 'lig_cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2035:26: style: The scope of the variable 'lig_offsets' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2217:57: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2401:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2402:9: style: The scope of the variable 'deflang' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2402:18: style: The scope of the variable 'lcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2478:9: style: The scope of the variable 'parameters' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2978:9: style: The scope of the variable 'coverage' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2978:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2978:26: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2978:29: style: The scope of the variable 'format' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2980:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2980:22: style: The scope of the variable 'lc_offsets' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2980:35: style: The scope of the variable 'offsets' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:2981:12: style: The scope of the variable 'caret_base' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:3107:33: style: The scope of the variable 'data_off' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:3298:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:3461:12: style: The scope of the variable 'left' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:3461:18: style: The scope of the variable 'right' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:3461:25: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:3462:12: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:3598:12: style: The scope of the variable 'gnum' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:3903:9: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:3903:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4245:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4245:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4286:12: style: The scope of the variable 'subs' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4287:12: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4567:12: style: The scope of the variable 'enable_flags' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4567:26: style: The scope of the variable 'disable_flags' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4567:41: style: The scope of the variable 'flags' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4568:9: style: The scope of the variable 'featureType' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4568:22: style: The scope of the variable 'featureSetting' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4571:12: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4574:9: style: The scope of the variable 'r2l' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4713:12: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4713:18: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4789:12: style: The scope of the variable 'begin_table' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5003:24: style: The scope of the variable 'slast' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5005:24: style: The scope of the variable 'flags' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5120:27: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5120:32: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5272:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5273:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5273:15: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5275:9: style: The scope of the variable 'ic_offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5275:20: style: The scope of the variable 'pcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:5687:6: style: The scope of the variable 'ptnum' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:6017:15: style: The scope of the variable 'lcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:6021:23: style: The scope of the variable 'llast' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:6022:9: style: The scope of the variable 'extendOff' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:6022:20: style: The scope of the variable 'defOff' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfatt.c:4759:28: warning: Size of pointer 'tuples' used instead of size of its data. [pointerSize]
fontforge-20170731/fontforge/parsettfatt.c:4956:11: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/parsettfatt.c:5572:15: warning: Either the condition 'langsyscnt!=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
fontforge-20170731/fontforge/parsettfatt.c:5624:18: note: Assuming that condition 'langsyscnt!=0' is not redundant
fontforge-20170731/fontforge/parsettfatt.c:5572:15: note: Invalid argument
fontforge-20170731/fontforge/parsettfatt.c:793:1: error: Memory leak: classes [memleak]
fontforge-20170731/fontforge/parsettfatt.c:1966:4: error: Common realloc mistake: 'glyph2s' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/parsettfatt.c:4828:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontforge-20170731/fontforge/parsettfbmf.c:166:19: warning: Possible null pointer dereference: metrics [nullPointer]
fontforge-20170731/fontforge/parsettfbmf.c:407:42: note: Calling function 'ttfreadbmfglyph', 5th argument 'metrics' value is 0
fontforge-20170731/fontforge/parsettfbmf.c:166:19: note: Null pointer dereference
fontforge-20170731/fontforge/parsettfbmf.c:167:20: warning: Possible null pointer dereference: metrics [nullPointer]
fontforge-20170731/fontforge/parsettfbmf.c:407:42: note: Calling function 'ttfreadbmfglyph', 5th argument 'metrics' value is 0
fontforge-20170731/fontforge/parsettfbmf.c:167:20: note: Null pointer dereference
fontforge-20170731/fontforge/parsettfbmf.c:168:18: warning: Possible null pointer dereference: metrics [nullPointer]
fontforge-20170731/fontforge/parsettfbmf.c:407:42: note: Calling function 'ttfreadbmfglyph', 5th argument 'metrics' value is 0
fontforge-20170731/fontforge/parsettfbmf.c:168:18: note: Null pointer dereference
fontforge-20170731/fontforge/parsettfbmf.c:169:29: warning: Possible null pointer dereference: metrics [nullPointer]
fontforge-20170731/fontforge/parsettfbmf.c:407:42: note: Calling function 'ttfreadbmfglyph', 5th argument 'metrics' value is 0
fontforge-20170731/fontforge/parsettfbmf.c:169:29: note: Null pointer dereference
fontforge-20170731/fontforge/parsettfbmf.c:170:18: warning: Possible null pointer dereference: metrics [nullPointer]
fontforge-20170731/fontforge/parsettfbmf.c:407:42: note: Calling function 'ttfreadbmfglyph', 5th argument 'metrics' value is 0
fontforge-20170731/fontforge/parsettfbmf.c:170:18: note: Null pointer dereference
fontforge-20170731/fontforge/parsettfbmf.c:171:29: warning: Possible null pointer dereference: metrics [nullPointer]
fontforge-20170731/fontforge/parsettfbmf.c:407:42: note: Calling function 'ttfreadbmfglyph', 5th argument 'metrics' value is 0
fontforge-20170731/fontforge/parsettfbmf.c:171:29: note: Null pointer dereference
fontforge-20170731/fontforge/parsettfbmf.c:70:21: style: The scope of the variable 'num' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:309:14: style: The scope of the variable 'bc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:344:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:375:46: style: The scope of the variable 'moreoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:377:9: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:377:16: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:489:23: style: The scope of the variable 'good' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:658:16: style: The scope of the variable 'w' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:658:22: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:658:25: style: The scope of the variable 'bit' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:993:14: style: The scope of the variable 'bc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:1288:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfbmf.c:1309:14: style: The scope of the variable 'bdf' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:729:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fontforge-20170731/fontforge/parsettfvar.c:723:17: note: outer condition: tupleIndex&16384
fontforge-20170731/fontforge/parsettfvar.c:729:21: note: identical inner condition: tupleIndex&16384
fontforge-20170731/fontforge/parsettfvar.c:62:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:161:21: style: The scope of the variable 'pair_count' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:224:9: style: The scope of the variable 'runcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:257:12: style: The scope of the variable 'runcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:257:20: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:257:23: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:257:26: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:373:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:497:15: style: The scope of the variable 'tc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:663:15: style: The scope of the variable 'tc' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:733:13: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:734:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:734:12: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/fontforge/parsettfvar.c:750:0: error: Memory leak: coords [memleak]
fontforge-20170731/fontforge/pluginloading.c:37:9: style: The scope of the variable 'err' can be reduced. [variableScope]
fontforge-20170731/fontforge/pluginloading.c:71:11: style: The scope of the variable 'init' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:124:16: style: The scope of the variable 'sublen' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:124:24: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:462:23: style: The scope of the variable 'shade_obj' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:463:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:640:21: style: The scope of the variable 'base' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:1289:15: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:1882:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:1946:9: style: The scope of the variable 'enc' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2017:11: style: The scope of the variable 'x' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2017:27: style: The scope of the variable 'baseline' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2019:27: style: The scope of the variable 'line' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2115:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2712:22: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2712:27: style: The scope of the variable 'any' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2718:26: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2792:18: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2834:9: style: The scope of the variable 'stdinno' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:2834:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/print.c:436:18: style: Function 'makePatName' argument 1 names different: declaration 'buffer' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/print.h:120:31: note: Function 'makePatName' argument 1 names different: declaration 'buffer' definition 'char'.
fontforge-20170731/fontforge/print.c:436:18: note: Function 'makePatName' argument 1 names different: declaration 'buffer' definition 'char'.
fontforge-20170731/fontforge/print.c:2925:24: style: Function 'DoPrinting' argument 2 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/print.h:118:37: note: Function 'DoPrinting' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/print.c:2925:24: note: Function 'DoPrinting' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/print.c:3043:62: style: Function 'ScriptPrint' argument 4 names different: declaration 'samplefile' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/print.h:124:78: note: Function 'ScriptPrint' argument 4 names different: declaration 'samplefile' definition 'char'.
fontforge-20170731/fontforge/print.c:3043:62: note: Function 'ScriptPrint' argument 4 names different: declaration 'samplefile' definition 'char'.
fontforge-20170731/fontforge/print.c:3044:21: style: Function 'ScriptPrint' argument 6 names different: declaration 'outputfile' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/print.h:124:115: note: Function 'ScriptPrint' argument 6 names different: declaration 'outputfile' definition 'char'.
fontforge-20170731/fontforge/print.c:3044:21: note: Function 'ScriptPrint' argument 6 names different: declaration 'outputfile' definition 'char'.
fontforge-20170731/fontforge/psread.c:351:9: style: The scope of the variable 'wasloop' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:375:9: style: The scope of the variable 'wasstopped' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:674:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:674:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:674:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:815:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:894:10: style: The scope of the variable 'invt' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:993:27: style: The scope of the variable 'nesting' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:1794:8: style: The scope of the variable 'init' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:1794:14: style: The scope of the variable 'incr' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:1794:20: style: The scope of the variable 'limit' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:1796:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:1819:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:1833:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:2323:7: style: The scope of the variable 'r' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:2323:9: style: The scope of the variable 'g' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:2323:11: style: The scope of the variable 'bl' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:3085:9: style: The scope of the variable 'ask' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:3354:15: style: The scope of the variable 'any' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:3355:9: style: The scope of the variable 'max' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:3355:19: style: The scope of the variable 'codepointsonly' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:3892:30: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:3892:36: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/psread.c:1244:10: style: Variable 'tok' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/python.c:5119:12: style: Expression is always false because 'else if' condition matches previous condition at line 5063. [multiCondition]
fontforge-20170731/fontforge/python.c:10019:31: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fontforge-20170731/fontforge/python.c:10018:34: note: outer condition: sf->layers[layer].order2!=order2
fontforge-20170731/fontforge/python.c:10019:31: note: identical inner condition: sf->layers[layer].order2!=order2
fontforge-20170731/fontforge/python.c:556:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/python.c:556:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/python.c:12220:2: warning: Possible null pointer dereference: bs [nullPointer]
fontforge-20170731/fontforge/python.c:12162:29: note: Assignment 'bs=NULL', assigned value is 0
fontforge-20170731/fontforge/python.c:12220:2: note: Null pointer dereference
fontforge-20170731/fontforge/python.c:12221:7: warning: Possible null pointer dereference: bs [nullPointer]
fontforge-20170731/fontforge/python.c:12162:29: note: Assignment 'bs=NULL', assigned value is 0
fontforge-20170731/fontforge/python.c:12221:7: note: Null pointer dereference
fontforge-20170731/fontforge/python.c:15314:18: warning: Either the condition 'otl!=NULL' is redundant or there is possible null pointer dereference: otl. [nullPointerRedundantCheck]
fontforge-20170731/fontforge/python.c:15226:13: note: Assuming that condition 'otl!=NULL' is not redundant
fontforge-20170731/fontforge/python.c:15314:18: note: Null pointer dereference
fontforge-20170731/fontforge/python.c:15315:3: warning: Either the condition 'otl!=NULL' is redundant or there is possible null pointer dereference: otl. [nullPointerRedundantCheck]
fontforge-20170731/fontforge/python.c:15226:13: note: Assuming that condition 'otl!=NULL' is not redundant
fontforge-20170731/fontforge/python.c:15315:3: note: Null pointer dereference
fontforge-20170731/fontforge/python.c:15316:3: warning: Either the condition 'otl!=NULL' is redundant or there is possible null pointer dereference: otl. [nullPointerRedundantCheck]
fontforge-20170731/fontforge/python.c:15226:13: note: Assuming that condition 'otl!=NULL' is not redundant
fontforge-20170731/fontforge/python.c:15316:3: note: Null pointer dereference
fontforge-20170731/fontforge/python.c:15317:3: warning: Either the condition 'otl!=NULL' is redundant or there is possible null pointer dereference: otl. [nullPointerRedundantCheck]
fontforge-20170731/fontforge/python.c:15226:13: note: Assuming that condition 'otl!=NULL' is not redundant
fontforge-20170731/fontforge/python.c:15317:3: note: Null pointer dereference
fontforge-20170731/fontforge/python.c:1214:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:1922:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:2116:16: style: The scope of the variable 'ss' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:2116:21: style: The scope of the variable 'ss2' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:2569:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:2886:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:2943:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3122:14: style: The scope of the variable 'prev' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3124:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3124:22: style: The scope of the variable 'by' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3230:19: style: The scope of the variable 'off' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3230:24: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3230:30: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3465:15: style: The scope of the variable 'c' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3575:19: style: The scope of the variable 'contour' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3831:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3919:19: style: The scope of the variable 'cntr' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:3975:19: style: The scope of the variable 'cntr' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:4623:12: style: The scope of the variable 'skipped' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:4623:23: style: The scope of the variable 'index' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:4624:9: style: The scope of the variable 'nexti' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:4624:16: style: The scope of the variable 'previ' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:5316:33: style: The scope of the variable 'rsc' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:5447:9: style: The scope of the variable 'l' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:6496:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:6612:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:6871:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:7788:15: style: The scope of the variable 'tuple' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:7951:11: style: The scope of the variable 'file' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:8069:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:8286:15: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:8965:15: style: The scope of the variable 'entry' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:9123:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:9441:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:9604:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:10373:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:10374:15: style: The scope of the variable 'tuple' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:10642:6: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:10665:6: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:11083:23: style: The scope of the variable 'flagstuple' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:11109:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:11109:17: style: The scope of the variable 'flag' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:11270:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:11321:12: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:11474:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:11584:12: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:12087:31: style: The scope of the variable 'langs' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:12087:57: style: The scope of the variable 'script' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:12425:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:12844:23: style: The scope of the variable 'nametuple' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:13590:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:14233:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:14745:26: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:14767:28: style: The scope of the variable 'sltail' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:14770:15: style: The scope of the variable 'scripts' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:15104:24: style: The scope of the variable 'sarray' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:16437:11: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:16454:11: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:17037:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:17055:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:17099:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:17867:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-20170731/fontforge/python.c:1296:48: style: Function 'PyFF_SCImport' argument 3 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/baseviews.h:428:61: note: Function 'PyFF_SCImport' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/python.c:1296:48: note: Function 'PyFF_SCImport' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/python.c:1326:48: style: Function 'PyFF_SCExport' argument 3 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/baseviews.h:426:61: note: Function 'PyFF_SCExport' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/python.c:1326:48: note: Function 'PyFF_SCExport' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/python.c:4621:54: style: Function 'SSFromContour' argument 2 names different: declaration 'start' definition 'tt_start'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/python.c:282:54: note: Function 'SSFromContour' argument 2 names different: declaration 'start' definition 'tt_start'.
fontforge-20170731/fontforge/python.c:4621:54: note: Function 'SSFromContour' argument 2 names different: declaration 'start' definition 'tt_start'.
fontforge-20170731/fontforge/python.c:10567:42: style: Function 'fontiter_New' argument 1 names different: declaration 'font' definition 'self'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/python.c:9547:42: note: Function 'fontiter_New' argument 1 names different: declaration 'font' definition 'self'.
fontforge-20170731/fontforge/python.c:10567:42: note: Function 'fontiter_New' argument 1 names different: declaration 'font' definition 'self'.
fontforge-20170731/fontforge/python.c:18246:32: style: Function 'PyFF_UnPickleMeToObjects' argument 1 names different: declaration 'str' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2438:45: note: Function 'PyFF_UnPickleMeToObjects' argument 1 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/python.c:18246:32: note: Function 'PyFF_UnPickleMeToObjects' argument 1 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/python.c:18364:29: style: Function 'PyFF_ErrorString' argument 1 names different: declaration 'msg' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2425:42: note: Function 'PyFF_ErrorString' argument 1 names different: declaration 'msg' definition 'char'.
fontforge-20170731/fontforge/python.c:18364:29: note: Function 'PyFF_ErrorString' argument 1 names different: declaration 'msg' definition 'char'.
fontforge-20170731/fontforge/python.c:18364:45: style: Function 'PyFF_ErrorString' argument 2 names different: declaration 'str' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2425:58: note: Function 'PyFF_ErrorString' argument 2 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/python.c:18364:45: note: Function 'PyFF_ErrorString' argument 2 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/python.c:18373:25: style: Function 'PyFF_ErrorF3' argument 1 names different: declaration 'frmt' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2426:38: note: Function 'PyFF_ErrorF3' argument 1 names different: declaration 'frmt' definition 'char'.
fontforge-20170731/fontforge/python.c:18373:25: note: Function 'PyFF_ErrorF3' argument 1 names different: declaration 'frmt' definition 'char'.
fontforge-20170731/fontforge/python.c:18373:43: style: Function 'PyFF_ErrorF3' argument 2 names different: declaration 'str' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2426:56: note: Function 'PyFF_ErrorF3' argument 2 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/python.c:18373:43: note: Function 'PyFF_ErrorF3' argument 2 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/python.c:18502:53: style: Function 'CreatePyModule' argument 1 names different: declaration 'moddef' definition 'mdef'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/python.c:18386:54: note: Function 'CreatePyModule' argument 1 names different: declaration 'moddef' definition 'mdef'.
fontforge-20170731/fontforge/python.c:18502:53: note: Function 'CreatePyModule' argument 1 names different: declaration 'moddef' definition 'mdef'.
fontforge-20170731/fontforge/python.c:18634:35: style: Function 'PyFF_Main' argument 2 names different: declaration 'argv' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2428:39: note: Function 'PyFF_Main' argument 2 names different: declaration 'argv' definition 'char'.
fontforge-20170731/fontforge/python.c:18634:35: note: Function 'PyFF_Main' argument 2 names different: declaration 'argv' definition 'char'.
fontforge-20170731/fontforge/python.c:18788:55: style: Function 'PyFF_ScriptFile' argument 3 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2429:74: note: Function 'PyFF_ScriptFile' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/python.c:18788:55: note: Function 'PyFF_ScriptFile' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/python.c:18811:68: style: Function 'PyFF_ScriptString' argument 4 names different: declaration 'str' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2430:86: note: Function 'PyFF_ScriptString' argument 4 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/python.c:18811:68: note: Function 'PyFF_ScriptString' argument 4 names different: declaration 'str' definition 'char'.
fontforge-20170731/fontforge/python.c:18958:45: style: Function 'PyFF_CallDictFunc' argument 2 names different: declaration 'key' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2440:64: note: Function 'PyFF_CallDictFunc' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/python.c:18958:45: note: Function 'PyFF_CallDictFunc' argument 2 names different: declaration 'key' definition 'char'.
fontforge-20170731/fontforge/python.c:18958:61: style: Function 'PyFF_CallDictFunc' argument 3 names different: declaration 'argtypes' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/splinefont.h:2440:80: note: Function 'PyFF_CallDictFunc' argument 3 names different: declaration 'argtypes' definition 'char'.
fontforge-20170731/fontforge/python.c:18958:61: note: Function 'PyFF_CallDictFunc' argument 3 names different: declaration 'argtypes' definition 'char'.
fontforge-20170731/fontforge/python.c:10170:2: style: Variable 'sf' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/python.c:1379:2: error: Common realloc mistake: 'py_ie' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/python.c:13689:11: error: Uninitialized variable: ok [uninitvar]
fontforge-20170731/fontforge/savefont.c:508:12: warning: Redundant assignment of 'modi' to itself. [selfAssignment]
fontforge-20170731/fontforge/savefont.c:544:21: style: The scope of the variable 'base' can be reduced. [variableScope]
fontforge-20170731/fontforge/savefont.c:544:27: style: The scope of the variable 'extras' can be reduced. [variableScope]
fontforge-20170731/fontforge/savefont.c:640:6: style: The scope of the variable 'l' can be reduced. [variableScope]
fontforge-20170731/fontforge/savefont.c:786:9: style: The scope of the variable 'tmpstore' can be reduced. [variableScope]
fontforge-20170731/fontforge/savefont.c:991:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/savefont.c:779:28: style: Function '_DoSave' argument 2 names different: declaration 'newname' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/savefont.h:40:34: note: Function '_DoSave' argument 2 names different: declaration 'newname' definition 'char'.
fontforge-20170731/fontforge/savefont.c:779:28: note: Function '_DoSave' argument 2 names different: declaration 'newname' definition 'char'.
fontforge-20170731/fontforge/savefont.c:780:15: style: Function '_DoSave' argument 6 names different: declaration 'subfontdefinition' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/savefont.h:41:21: note: Function '_DoSave' argument 6 names different: declaration 'subfontdefinition' definition 'char'.
fontforge-20170731/fontforge/savefont.c:780:15: note: Function '_DoSave' argument 6 names different: declaration 'subfontdefinition' definition 'char'.
fontforge-20170731/fontforge/savefont.c:951:48: style: Function 'PrepareUnlinkRmOvrlp' argument 2 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/savefont.h:38:54: note: Function 'PrepareUnlinkRmOvrlp' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/savefont.c:951:48: note: Function 'PrepareUnlinkRmOvrlp' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/savefont.c:989:48: style: Function 'RestoreUnlinkRmOvrlp' argument 2 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/savefont.h:39:54: note: Function 'RestoreUnlinkRmOvrlp' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/savefont.c:989:48: note: Function 'RestoreUnlinkRmOvrlp' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/savefont.c:1023:35: style: Function 'GenerateScript' argument 2 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/savefont.h:44:49: note: Function 'GenerateScript' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/savefont.c:1023:35: note: Function 'GenerateScript' argument 2 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/savefont.c:1023:56: style: Function 'GenerateScript' argument 3 names different: declaration 'bitmaptype' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/savefont.h:44:71: note: Function 'GenerateScript' argument 3 names different: declaration 'bitmaptype' definition 'char'.
fontforge-20170731/fontforge/savefont.c:1023:56: note: Function 'GenerateScript' argument 3 names different: declaration 'bitmaptype' definition 'char'.
fontforge-20170731/fontforge/savefont.c:1024:11: style: Function 'GenerateScript' argument 6 names different: declaration 'subfontdirectory' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/savefont.h:44:111: note: Function 'GenerateScript' argument 6 names different: declaration 'subfontdirectory' definition 'char'.
fontforge-20170731/fontforge/savefont.c:1024:11: note: Function 'GenerateScript' argument 6 names different: declaration 'subfontdirectory' definition 'char'.
fontforge-20170731/fontforge/savefont.c:1008:0: error: Memory leak: sizes [memleak]
fontforge-20170731/fontforge/scripting.c:7189:5: style: Variable 'otl->features' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/scripting.c:7188:5: note: Variable 'otl->features' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/scripting.c:7189:5: note: Variable 'otl->features' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/scripting.c:228:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:619:23: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:672:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:836:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:851:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:866:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:881:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:896:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:911:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:926:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:941:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:956:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:971:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:987:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:1004:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:1026:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:1048:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:1287:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:1632:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:1875:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:1917:9: style: The scope of the variable 's2d' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:2038:19: style: The scope of the variable 'added' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:2356:19: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:2428:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:2515:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:2800:14: style: The scope of the variable 'bottom' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:3246:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:3632:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:4087:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:4088:16: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:4137:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:4421:14: style: The scope of the variable 'ox' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:4421:17: style: The scope of the variable 'oy' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5126:11: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5136:11: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5199:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5231:25: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5266:25: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5350:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5363:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5387:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5424:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5585:11: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5625:11: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5826:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5916:17: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5981:17: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:5986:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:7029:28: style: The scope of the variable 'sltail' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:7419:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:7419:12: style: The scope of the variable 'found_english' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:7421:27: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:7480:17: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:7663:27: style: The scope of the variable 'gid2' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:7896:18: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8047:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8328:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8343:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8358:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8373:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8388:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8403:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8418:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8433:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8448:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8463:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8478:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8493:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8508:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8531:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8554:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8577:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8600:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:8623:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:9173:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:9173:13: style: The scope of the variable 'nch' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:9209:23: style: The scope of the variable 'dval' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:9209:29: style: The scope of the variable 'div' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:9664:14: style: The scope of the variable 'max' can be reduced. [variableScope]
fontforge-20170731/fontforge/scripting.c:9595:1: style: Label 'docall_dofunc' is not used. [unusedLabel]
fontforge-20170731/fontforge/scripting.c:351:37: style: Function 'ScriptError' argument 2 names different: declaration 'msg' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/scripting.h:142:43: note: Function 'ScriptError' argument 2 names different: declaration 'msg' definition 'char'.
fontforge-20170731/fontforge/scripting.c:351:37: note: Function 'ScriptError' argument 2 names different: declaration 'msg' definition 'char'.
fontforge-20170731/fontforge/scripting.c:374:43: style: Function 'ScriptErrorString' argument 2 names different: declaration 'msg' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/scripting.h:144:49: note: Function 'ScriptErrorString' argument 2 names different: declaration 'msg' definition 'char'.
fontforge-20170731/fontforge/scripting.c:374:43: note: Function 'ScriptErrorString' argument 2 names different: declaration 'msg' definition 'char'.
fontforge-20170731/fontforge/scripting.c:374:60: style: Function 'ScriptErrorString' argument 3 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/scripting.h:144:66: note: Function 'ScriptErrorString' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/scripting.c:374:60: note: Function 'ScriptErrorString' argument 3 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/scripting.c:394:38: style: Function 'ScriptErrorF' argument 2 names different: declaration 'fmt' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/scripting.h:147:44: note: Function 'ScriptErrorF' argument 2 names different: declaration 'fmt' definition 'char'.
fontforge-20170731/fontforge/scripting.c:394:38: note: Function 'ScriptErrorF' argument 2 names different: declaration 'fmt' definition 'char'.
fontforge-20170731/fontforge/scripting.c:9018:25: style: Function 'AddScriptingCommand' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/scripting.h:128:38: note: Function 'AddScriptingCommand' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/scripting.c:9018:25: note: Function 'AddScriptingCommand' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/scripting.c:9052:43: style: Function 'HasUserScriptingCommand' argument 1 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/scripting.h:132:56: note: Function 'HasUserScriptingCommand' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/scripting.c:9052:43: note: Function 'HasUserScriptingCommand' argument 1 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/scripting.c:10658:46: style: Function 'ProcessNativeScript' argument 2 names different: declaration 'argv' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/scripting.h:164:49: note: Function 'ProcessNativeScript' argument 2 names different: declaration 'argv' definition 'char'.
fontforge-20170731/fontforge/scripting.c:10658:46: note: Function 'ProcessNativeScript' argument 2 names different: declaration 'argv' definition 'char'.
fontforge-20170731/fontforge/scripting.c:10882:30: style: Function 'CheckIsScript' argument 2 names different: declaration 'argv' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/scripting.h:165:43: note: Function 'CheckIsScript' argument 2 names different: declaration 'argv' definition 'char'.
fontforge-20170731/fontforge/scripting.c:10882:30: note: Function 'CheckIsScript' argument 2 names different: declaration 'argv' definition 'char'.
fontforge-20170731/fontforge/scripting.c:10928:58: style: Function 'ExecuteScriptFile' argument 3 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/scripting.h:166:71: note: Function 'ExecuteScriptFile' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/scripting.c:10928:58: note: Function 'ExecuteScriptFile' argument 3 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/scripting.c:3173:15: style: Unused variable: new_enc [unusedVariable]
fontforge-20170731/fontforge/scripting.c:4888:5: style: Variable 'maps' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/scripting.c:1013:37: warning: Either the condition 'ch<65536' is redundant or toupper() argument nr 1 can have invalid value. The value is 65535 but the valid values are '0:255'. [invalidFunctionArg]
fontforge-20170731/fontforge/scripting.c:1013:13: note: Assuming that condition 'ch<65536' is not redundant
fontforge-20170731/fontforge/scripting.c:1013:37: note: Invalid argument
fontforge-20170731/fontforge/scripting.c:1035:37: warning: Either the condition 'ch<65536' is redundant or tolower() argument nr 1 can have invalid value. The value is 65535 but the valid values are '0:255'. [invalidFunctionArg]
fontforge-20170731/fontforge/scripting.c:1035:13: note: Assuming that condition 'ch<65536' is not redundant
fontforge-20170731/fontforge/scripting.c:1035:37: note: Invalid argument
fontforge-20170731/fontforge/scstyles.c:6831:42: warning: Either the condition 'cv!=NULL' is redundant or there is possible null pointer dereference: cv. [nullPointerRedundantCheck]
fontforge-20170731/fontforge/scstyles.c:6839:12: note: Assuming that condition 'cv!=NULL' is not redundant
fontforge-20170731/fontforge/scstyles.c:6831:42: note: Null pointer dereference
fontforge-20170731/fontforge/scstyles.c:6938:42: warning: Either the condition 'cv!=NULL' is redundant or there is possible null pointer dereference: cv. [nullPointerRedundantCheck]
fontforge-20170731/fontforge/scstyles.c:6945:12: note: Assuming that condition 'cv!=NULL' is not redundant
fontforge-20170731/fontforge/scstyles.c:6938:42: note: Null pointer dereference
fontforge-20170731/fontforge/scstyles.c:77:17: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:186:37: style: The scope of the variable 's' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:186:40: style: The scope of the variable 'e' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:432:56: style: The scope of the variable 'stroke_add' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:522:15: style: The scope of the variable 'fcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:793:15: style: The scope of the variable 'stem' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:795:52: style: The scope of the variable 'start' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:795:59: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:967:12: style: The scope of the variable 'coord' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1072:32: style: The scope of the variable 'hvstart' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1072:41: style: The scope of the variable 'hvend' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1072:48: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1074:15: style: The scope of the variable 'hvstem' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1294:15: style: The scope of the variable 'tstem' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1568:22: style: The scope of the variable 'removeoverlap' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1569:37: style: The scope of the variable 'ratio' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1569:44: style: The scope of the variable 'add' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1786:19: style: The scope of the variable 'sum' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1786:24: style: The scope of the variable 'total' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1791:12: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1791:17: style: The scope of the variable 'diff' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1791:23: style: The scope of the variable 'bestwidth' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:1791:34: style: The scope of the variable 'bestdiff' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:3399:17: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:3401:9: style: The scope of the variable 'width' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:3402:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:3485:12: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:3486:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:3532:12: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:3581:23: style: The scope of the variable 'nsp' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4133:12: style: The scope of the variable 'try' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4133:17: style: The scope of the variable 'diff' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4240:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4241:17: style: The scope of the variable 'hebrew' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4462:10: style: The scope of the variable 'stemsquash' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4953:12: style: The scope of the variable 'dlpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4953:19: style: The scope of the variable 'drpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4992:12: style: The scope of the variable 'dlpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4992:19: style: The scope of the variable 'drpos' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:5066:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:5120:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6186:12: style: The scope of the variable 'bestediff' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6464:17: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6829:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6829:14: style: The scope of the variable 'enc' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6829:19: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6830:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6874:12: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6936:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6936:14: style: The scope of the variable 'enc' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6936:19: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:6937:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/scstyles.c:4404:44: warning: The expression 'strcmp(dot,".small") != 0' is suspicious. It overlaps 'strcmp(dot,".sc") == 0'. [overlappingStrcmp]
fontforge-20170731/fontforge/scstyles.c:6795:13: style: Variable 'cnt' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/search.c:68:15: style: The scope of the variable 'flipmax' can be reduced. [variableScope]
fontforge-20170731/fontforge/search.c:69:13: style: The scope of the variable 'rot' can be reduced. [variableScope]
fontforge-20170731/fontforge/search.c:69:18: style: The scope of the variable 'scale' can be reduced. [variableScope]
fontforge-20170731/fontforge/search.c:72:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/search.c:554:16: style: The scope of the variable 'p' can be reduced. [variableScope]
fontforge-20170731/fontforge/search.c:1127:19: style: The scope of the variable 'gid' can be reduced. [variableScope]
fontforge-20170731/fontforge/search.c:1240:17: style: The scope of the variable 'checksc' can be reduced. [variableScope]
fontforge-20170731/fontforge/search.c:1151:28: style: Function 'SDDestroy' argument 1 names different: declaration 'sd' definition 'sv'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/search.h:69:35: note: Function 'SDDestroy' argument 1 names different: declaration 'sd' definition 'sv'.
fontforge-20170731/fontforge/search.c:1151:28: note: Function 'SDDestroy' argument 1 names different: declaration 'sd' definition 'sv'.
fontforge-20170731/fontforge/search.c:1168:34: style: Function 'SDFillup' argument 1 names different: declaration 'sd' definition 'sv'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/search.h:70:41: note: Function 'SDFillup' argument 1 names different: declaration 'sd' definition 'sv'.
fontforge-20170731/fontforge/search.c:1168:34: note: Function 'SDFillup' argument 1 names different: declaration 'sd' definition 'sv'.
fontforge-20170731/fontforge/sfd.c:4916:14: style: Condition 'script!=0' is always false [knownConditionTrueFalse]
fontforge-20170731/fontforge/sfd.c:4848:21: note: Assignment 'script=0', assigned value is 0
fontforge-20170731/fontforge/sfd.c:4916:14: note: Condition 'script!=0' is always false
fontforge-20170731/fontforge/sfd.c:5023:14: style: Condition 'script!=0' is always false [knownConditionTrueFalse]
fontforge-20170731/fontforge/sfd.c:4961:21: note: Assignment 'script=0', assigned value is 0
fontforge-20170731/fontforge/sfd.c:5023:14: note: Condition 'script!=0' is always false
fontforge-20170731/fontforge/sfd.c:7007:9: style: Condition 'i!=0' is always false [knownConditionTrueFalse]
fontforge-20170731/fontforge/sfd.c:6997:14: note: Assignment 'i=0', assigned value is 0
fontforge-20170731/fontforge/sfd.c:7007:9: note: Condition 'i!=0' is always false
fontforge-20170731/fontforge/sfd.c:907:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:908:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1194:2: warning: %d in format string (no. 10) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1246:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1274:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1504:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1506:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1508:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1510:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1586:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1586:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:1586:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2156:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2169:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2270:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2272:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2279:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2281:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2283:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2303:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2304:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2322:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2324:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2327:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2329:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2331:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2333:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2369:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2382:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2735:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2736:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2750:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2759:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:2920:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:9292:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:9297:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-20170731/fontforge/sfd.c:3881:5: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3880:5: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3881:5: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3882:5: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3881:5: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3882:5: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3883:5: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3882:5: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3883:5: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3884:5: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3883:5: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3884:5: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3901:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3900:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3901:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3902:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3901:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3902:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3903:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3902:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3903:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3904:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3903:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3904:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3905:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3904:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3905:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3906:2: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-20170731/fontforge/sfd.c:3905:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:3906:2: note: Variable 'ch' is reassigned a value before the old one has been used.
fontforge-20170731/fontforge/sfd.c:4916:14: style: Same expression on both sides of '!=' because the value of 'script' and '0' are the same. [duplicateExpression]
fontforge-20170731/fontforge/sfd.c:4848:21: note: 'script' is assigned value '0' here.
fontforge-20170731/fontforge/sfd.c:4916:14: note: Same expression on both sides of '!=' because the value of 'script' and '0' are the same.
fontforge-20170731/fontforge/sfd.c:7007:9: style: Same expression on both sides of '!=' because the value of 'i' and '0' are the same. [duplicateExpression]
fontforge-20170731/fontforge/sfd.c:6997:14: note: 'i' is assigned value '0' here.
fontforge-20170731/fontforge/sfd.c:7007:9: note: Same expression on both sides of '!=' because the value of 'i' and '0' are the same.
fontforge-20170731/fontforge/sfd.c:195:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:195:33: style: The scope of the variable 'in' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:623:9: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:623:14: style: The scope of the variable 'ch3' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:623:19: style: The scope of the variable 'ch4' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:623:24: style: The scope of the variable 'ch5' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:670:18: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:769:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:834:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:834:14: style: The scope of the variable 'set' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:835:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:1228:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:2068:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:2685:12: style: The scope of the variable 'realcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:2917:9: style: The scope of the variable 'max' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3076:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3076:12: style: The scope of the variable 'gc' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3303:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3479:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3479:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3479:19: style: The scope of the variable 'ch3' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3479:24: style: The scope of the variable 'ch4' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3479:29: style: The scope of the variable 'ch5' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3480:18: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3505:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3605:7: style: The scope of the variable 'r' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3605:9: style: The scope of the variable 'g' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3605:11: style: The scope of the variable 'b' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3605:14: style: The scope of the variable 'a' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3616:7: style: The scope of the variable 'r' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3616:9: style: The scope of the variable 'g' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3616:11: style: The scope of the variable 'b' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3855:21: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3917:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4278:20: style: The scope of the variable 'err' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4392:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4394:12: style: The scope of the variable 'rstartoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4394:23: style: The scope of the variable 'rendoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4394:32: style: The scope of the variable 'lendoff' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4446:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4446:35: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4482:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4482:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:4752:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:5404:39: style: The scope of the variable 'linejoin' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:5404:49: style: The scope of the variable 'linecap' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:5408:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:6098:9: style: The scope of the variable 'ly' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:6446:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:6554:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:6781:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:6818:24: style: The scope of the variable 'slast' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:6875:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:6875:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7085:35: style: The scope of the variable 'lastsub' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7086:33: style: The scope of the variable 'lastfl' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7087:33: style: The scope of the variable 'lastsl' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7088:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7088:12: style: The scope of the variable 'lcnt' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7088:18: style: The scope of the variable 'lmax' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7250:34: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7282:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7314:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7326:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7361:31: style: The scope of the variable 'llast' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:7460:16: style: The scope of the variable 'my_static_d_is_virgin' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:8908:18: style: The scope of the variable 'sc' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:8939:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:8944:9: style: The scope of the variable 'chars_seen' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:9040:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:9269:17: style: The scope of the variable 'ssf' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:9320:17: style: The scope of the variable 'ssf' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd.c:3539:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fontforge-20170731/fontforge/sfd.c:903:60: style: Function 'SFDDumpUndo' argument 4 names different: declaration 'keyPrefix' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:106:75: note: Function 'SFDDumpUndo' argument 4 names different: declaration 'keyPrefix' definition 'char'.
fontforge-20170731/fontforge/sfd.c:903:60: note: Function 'SFDDumpUndo' argument 4 names different: declaration 'keyPrefix' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3074:14: style: Function 'SFDWrite' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:131:27: note: Function 'SFDWrite' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3074:14: note: Function 'SFDWrite' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3118:27: style: Function 'SFDDoesAnyBackupExist' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:112:40: note: Function 'SFDDoesAnyBackupExist' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3118:27: note: Function 'SFDDoesAnyBackupExist' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3143:25: style: Function 'SFDWriteBakExtended' argument 1 names different: declaration 'locfilename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:115:38: note: Function 'SFDWriteBakExtended' argument 1 names different: declaration 'locfilename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3143:25: note: Function 'SFDWriteBakExtended' argument 1 names different: declaration 'locfilename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3146:8: style: Function 'SFDWriteBakExtended' argument 6 names different: declaration 'localPrefMaxBackupsToKeep' definition 'localRevisionsToRetain'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:115:109: note: Function 'SFDWriteBakExtended' argument 6 names different: declaration 'localPrefMaxBackupsToKeep' definition 'localRevisionsToRetain'.
fontforge-20170731/fontforge/sfd.c:3146:8: note: Function 'SFDWriteBakExtended' argument 6 names different: declaration 'localPrefMaxBackupsToKeep' definition 'localRevisionsToRetain'.
fontforge-20170731/fontforge/sfd.c:3180:17: style: Function 'SFDWriteBak' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:114:30: note: Function 'SFDWriteBak' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3180:17: note: Function 'SFDWriteBak' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3334:24: style: Function 'getname' argument 2 names different: declaration 'tokbuf' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:60:37: note: Function 'getname' argument 2 names different: declaration 'tokbuf' definition 'char'.
fontforge-20170731/fontforge/sfd.c:3334:24: note: Function 'getname' argument 2 names different: declaration 'tokbuf' definition 'char'.
fontforge-20170731/fontforge/sfd.c:4126:13: style: Function 'SFDGetUndo' argument 3 names different: declaration 'startTag' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:121:66: note: Function 'SFDGetUndo' argument 3 names different: declaration 'startTag' definition 'char'.
fontforge-20170731/fontforge/sfd.c:4126:13: note: Function 'SFDGetUndo' argument 3 names different: declaration 'startTag' definition 'char'.
fontforge-20170731/fontforge/sfd.c:4845:46: style: Function 'SFDGetKerns' argument 3 names different: declaration 'ttok' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:61:58: note: Function 'SFDGetKerns' argument 3 names different: declaration 'ttok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:4845:46: note: Function 'SFDGetKerns' argument 3 names different: declaration 'ttok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:4956:45: style: Function 'SFDGetPSTs' argument 3 names different: declaration 'ttok' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:62:57: note: Function 'SFDGetPSTs' argument 3 names different: declaration 'ttok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:4956:45: note: Function 'SFDGetPSTs' argument 3 names different: declaration 'ttok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:6816:41: style: Function 'SFDParseMacFeatures' argument 2 names different: declaration 'tok' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:116:54: note: Function 'SFDParseMacFeatures' argument 2 names different: declaration 'tok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:6816:41: note: Function 'SFDParseMacFeatures' argument 2 names different: declaration 'tok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:7447:6: style: Function 'SFD_GetFontMetaData' argument 2 names different: declaration 'tok' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:32:50: note: Function 'SFD_GetFontMetaData' argument 2 names different: declaration 'tok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:7447:6: note: Function 'SFD_GetFontMetaData' argument 2 names different: declaration 'tok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8274:6: style: Function 'SFD_GetFontMetaDataVoid' argument 2 names different: declaration 'tok' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:33:54: note: Function 'SFD_GetFontMetaDataVoid' argument 2 names different: declaration 'tok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8274:6: note: Function 'SFD_GetFontMetaDataVoid' argument 2 names different: declaration 'tok' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8923:21: style: Function 'SFDRead' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:130:34: note: Function 'SFDRead' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8923:21: note: Function 'SFDRead' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8927:22: style: Function '_SFDRead' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:119:35: note: Function '_SFDRead' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8927:22: note: Function '_SFDRead' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8931:23: style: Function 'SFDirRead' argument 1 names different: declaration 'filename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:118:36: note: Function 'SFDirRead' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8931:23: note: Function 'SFDirRead' argument 1 names different: declaration 'filename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8935:53: style: Function 'SFDReadOneChar' argument 2 names different: declaration 'name' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:117:67: note: Function 'SFDReadOneChar' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/sfd.c:8935:53: note: Function 'SFDReadOneChar' argument 2 names different: declaration 'name' definition 'char'.
fontforge-20170731/fontforge/sfd.c:9239:27: style: Function 'SFRecoverFile' argument 1 names different: declaration 'autosavename' definition 'char'. [funcArgNamesDifferent]
fontforge-20170731/fontforge/sfd.h:120:40: note: Function 'SFRecoverFile' argument 1 names different: declaration 'autosavename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:9239:27: note: Function 'SFRecoverFile' argument 1 names different: declaration 'autosavename' definition 'char'.
fontforge-20170731/fontforge/sfd.c:5098:50: style: Variable 'last' is assigned a value that is never used. [unreadVariable]
fontforge-20170731/fontforge/sfd.c:9190:9: error: Resource leak: asfd [resourceLeak]
fontforge-20170731/fontforge/sfd.c:9192:9: error: Resource leak: asfd [resourceLeak]
fontforge-20170731/fontforge/sfd.c:9197:9: error: Resource leak: asfd [resourceLeak]
fontforge-20170731/fontforge/sfd.c:8301:2: error: Common realloc mistake: 'sf' nulled but not freed upon failure [memleakOnRealloc]
fontforge-20170731/fontforge/sfd1.c:593:24: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd1.c:666:25: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-20170731/fontforge/sfd1.c:122:15: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
[22:28]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/f/fontforge-doc/fontforge-doc_20120731.b.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fontforge-extras/fontforge-extras_0.3.orig.tar.gz
fontforge-extras-0.3/showttf.c:585:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:2101:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:2101:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:3039:2: warning: %lx in format string (no. 6) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
fontforge-extras-0.3/showttf.c:3094:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:4329:3: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
fontforge-extras-0.3/showttf.c:4463:2: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fontforge-extras-0.3/showttf.c:4473:6: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
fontforge-extras-0.3/showttf.c:4475:6: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
fontforge-extras-0.3/showttf.c:4698:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:4859:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5158:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5160:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5545:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5651:2: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
fontforge-extras-0.3/showttf.c:5899:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5920:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5920:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5922:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5922:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5925:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5925:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5947:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:5999:5: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed int'. [invalidPrintfArgType_n]
fontforge-extras-0.3/showttf.c:6002:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6003:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6030:5: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'signed int'. [invalidPrintfArgType_n]
fontforge-extras-0.3/showttf.c:6112:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6136:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6138:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6185:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6215:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6216:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6217:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6218:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6219:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6230:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6287:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6341:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6342:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:6343:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontforge-extras-0.3/showttf.c:2381:5: style: Variable 'glist' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-extras-0.3/showttf.c:2378:0: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-extras-0.3/showttf.c:2381:5: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-extras-0.3/showttf.c:2863:5: style: Variable 'glist' is reassigned a value before the old one has been used. [redundantAssignment]
fontforge-extras-0.3/showttf.c:2857:0: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-extras-0.3/showttf.c:2863:5: note: Variable 'glist' is reassigned a value before the old one has been used.
fontforge-extras-0.3/showttf.c:233:21: style: The scope of the variable 'chunk' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:252:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:252:14: style: The scope of the variable 'checksum' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:252:24: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:252:32: style: The scope of the variable 'length' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:252:52: style: The scope of the variable 'cs' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:519:16: style: The scope of the variable 'tm' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:520:24: style: The scope of the variable 'months' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:615:23: style: The scope of the variable 'stroff' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:615:31: style: The scope of the variable 'strlen' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:615:39: style: The scope of the variable 'platform' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:616:13: style: The scope of the variable 'id' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:643:23: style: The scope of the variable 'stroff' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:643:31: style: The scope of the variable 'strlen' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:644:13: style: The scope of the variable 'id' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:735:18: style: The scope of the variable 'weights' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:736:18: style: The scope of the variable 'widths' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:737:18: style: The scope of the variable 'class' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:749:19: style: The scope of the variable 'subclasses' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:1809:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:1809:19: style: The scope of the variable 'specific' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:1810:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:1813:9: style: The scope of the variable 'segCount' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:1814:21: style: The scope of the variable 'endchars' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:1814:45: style: The scope of the variable 'delta' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:1814:53: style: The scope of the variable 'rangeOffset' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:1815:9: style: The scope of the variable 'index' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2029:8: style: The scope of the variable 'enc' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2048:22: style: The scope of the variable 'start' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2048:29: style: The scope of the variable 'end' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2048:34: style: The scope of the variable 'startglyph' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2238:9: style: The scope of the variable 'dlo' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2238:14: style: The scope of the variable 'ls_cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2239:13: style: The scope of the variable 'ls_names' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2240:13: style: The scope of the variable 'ls_offsets' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2290:19: style: The scope of the variable 'lu_cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2293:13: style: The scope of the variable 'lu_offsets' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2377:19: style: The scope of the variable 'glyphcnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2444:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2444:24: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2444:48: style: The scope of the variable 'j' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2444:51: style: The scope of the variable 'pair_cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2445:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2446:13: style: The scope of the variable 'ps_offsets' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2574:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2608:30: style: The scope of the variable 'glyph_cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2635:30: style: The scope of the variable 'glyph_cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2662:33: style: The scope of the variable 'lig_cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2663:26: style: The scope of the variable 'lig_offsets' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2706:33: style: The scope of the variable 'st' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2873:30: style: The scope of the variable 'cc' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2874:35: style: The scope of the variable 'offsets' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2875:12: style: The scope of the variable 'caret_base' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2931:12: style: The scope of the variable 'begin' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:2932:22: style: The scope of the variable 'array' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3026:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3026:17: style: The scope of the variable 'lval' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3027:12: style: The scope of the variable 'val' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3071:18: style: The scope of the variable 'nameid' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3072:12: style: The scope of the variable 'setting_offset' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3120:9: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3171:9: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3171:11: style: The scope of the variable 'l' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3447:27: style: The scope of the variable 'glyph' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3447:34: style: The scope of the variable 'data_offset' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3448:12: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3556:12: style: The scope of the variable 'pt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3608:12: style: The scope of the variable 'pt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3659:33: style: The scope of the variable 'data_off' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3660:12: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3883:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:3883:12: style: The scope of the variable 'k' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4388:9: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4388:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4444:24: style: The scope of the variable 'nf' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4444:28: style: The scope of the variable 'ns' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4445:12: style: The scope of the variable 'chain_start' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4445:25: style: The scope of the variable 'len' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4644:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4757:15: style: The scope of the variable 'ppem' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4757:21: style: The scope of the variable 'flags' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:4802:15: style: The scope of the variable 'ch' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5015:9: style: The scope of the variable 'v' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5135:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5180:21: style: The scope of the variable 'sp' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5180:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5385:21: style: The scope of the variable 'sp' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5385:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5905:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5906:10: style: The scope of the variable 'curstart' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5906:20: style: The scope of the variable 'nextstart' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5939:12: style: The scope of the variable 'first' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5939:19: style: The scope of the variable 'last' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5940:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5940:16: style: The scope of the variable 'moreoff' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5971:9: style: The scope of the variable 'newx' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5971:15: style: The scope of the variable 'newy' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5971:21: style: The scope of the variable 'oldx' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5971:27: style: The scope of the variable 'oldy' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5994:16: style: The scope of the variable 'num' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5995:10: style: The scope of the variable 'here' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5995:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:5995:24: style: The scope of the variable 'size' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6049:18: style: The scope of the variable 'corrections' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6050:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6050:11: style: The scope of the variable 'b' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6050:13: style: The scope of the variable 'c' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6050:16: style: The scope of the variable 'w' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6051:9: style: The scope of the variable 'any' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6239:30: style: The scope of the variable 'part_cnt' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6492:32: style: The scope of the variable 'devtab_off' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6695:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fontforge-extras-0.3/showttf.c:6497:21: style: Variable 'devtab_off' is assigned a value that is never used. [unreadVariable]
fontforge-extras-0.3/showttf.c:6464:15: warning: Either the condition 'langsyscnt==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
fontforge-extras-0.3/showttf.c:6529:18: note: Assuming that condition 'langsyscnt==0' is not redundant
fontforge-extras-0.3/showttf.c:6464:15: note: Invalid argument
fontforge-extras-0.3/showttf.c:1913:0: error: Memory leak: endchars [memleak]
fontforge-extras-0.3/showttf.c:1913:0: error: Memory leak: startchars [memleak]
fontforge-extras-0.3/showttf.c:1913:0: error: Memory leak: delta [memleak]
fontforge-extras-0.3/showttf.c:1913:0: error: Memory leak: rangeOffset [memleak]
fontforge-extras-0.3/showttf.c:2885:0: error: Memory leak: offsets [memleak]
fontforge-extras-0.3/showttf.c:4754:0: error: Memory leak: offsets [memleak]
fontforge-extras-0.3/showttf.c:4724:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontforge-extras-0.3/showttf.c:4725:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontforge-extras-0.3/showttf.c:4726:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[22:28]

ftp://ftp.se.debian.org/debian/pool/main/f/fontmake/fontmake_1.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fontmanager.app/fontmanager.app_0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fontmath/fontmath_0.4.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fontmatrix/fontmatrix_0.6.0+svn20110930.orig.tar.gz
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-arabic.c:1048:39: style: Function 'HB_ArabicShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:105:46: note: Function 'HB_ArabicShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-arabic.c:1048:39: note: Function 'HB_ArabicShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-arabic.c:1061:0: error: Memory leak: shapedChars [memleak]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:137:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:137:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:138:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:138:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:139:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:139:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:140:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:140:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:162:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:142:20: note: Calling function 'hb_buffer_clear', 1st argument 'buffer' value is 0
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:162:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:163:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:142:20: note: Calling function 'hb_buffer_clear', 1st argument 'buffer' value is 0
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:163:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:164:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:142:20: note: Calling function 'hb_buffer_clear', 1st argument 'buffer' value is 0
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:164:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:165:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:142:20: note: Calling function 'hb_buffer_clear', 1st argument 'buffer' value is 0
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:165:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:166:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:142:20: note: Calling function 'hb_buffer_clear', 1st argument 'buffer' value is 0
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:166:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:167:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:142:20: note: Calling function 'hb_buffer_clear', 1st argument 'buffer' value is 0
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:167:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:168:3: warning: Either the condition 'buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:134:8: note: Assuming that condition 'buffer' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:142:20: note: Calling function 'hb_buffer_clear', 1st argument 'buffer' value is 0
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:168:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:129:27: style: Function 'hb_buffer_new' argument 1 names different: declaration 'buffer' definition 'pbuffer'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.h:78:27: note: Function 'hb_buffer_new' argument 1 names different: declaration 'buffer' definition 'pbuffer'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:129:27: note: Function 'hb_buffer_new' argument 1 names different: declaration 'buffer' definition 'pbuffer'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:155:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:216:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:256:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:273:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:347:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:363:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:393:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:96:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:144:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:155:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:189:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:216:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:225:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:256:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:311:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:347:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:348:3: warning: Redundant assignment of 'ContextSubstFormat1' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:363:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:364:3: warning: Redundant assignment of 'ContextSubstFormat3' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:393:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:394:3: warning: Redundant assignment of 'ChainContextSubstFormat1' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:465:3: warning: Redundant assignment of 'hb_type' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:460:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-dump.c:462:7: style: The scope of the variable 'n_per' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:406:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:426:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:67:3: warning: Either the condition 'gdef' is redundant or there is possible null pointer dereference: gdef. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:64:8: note: Assuming that condition 'gdef' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:67:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:68:3: warning: Either the condition 'gdef' is redundant or there is possible null pointer dereference: gdef. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:64:8: note: Assuming that condition 'gdef' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:68:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:69:3: warning: Either the condition 'gdef' is redundant or there is possible null pointer dereference: gdef. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:64:8: note: Assuming that condition 'gdef' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:69:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:70:3: warning: Either the condition 'gdef' is redundant or there is possible null pointer dereference: gdef. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:64:8: note: Assuming that condition 'gdef' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:70:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:71:3: warning: Either the condition 'gdef' is redundant or there is possible null pointer dereference: gdef. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:64:8: note: Assuming that condition 'gdef' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:71:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:73:3: warning: Either the condition 'gdef' is redundant or there is possible null pointer dereference: gdef. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:64:8: note: Assuming that condition 'gdef' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:73:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:74:3: warning: Either the condition 'gdef' is redundant or there is possible null pointer dereference: gdef. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:64:8: note: Assuming that condition 'gdef' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:74:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:231:15: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:232:15: style: The scope of the variable 'pi' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:349:21: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:349:24: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:523:20: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:523:23: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:617:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:617:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:968:16: style: The scope of the variable 'ngc' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:969:16: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:969:19: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:992:38: style: The scope of the variable 'mask' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:83:26: style: Function 'HB_Load_GDEF_Table' argument 2 names different: declaration 'gdef' definition 'retptr'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.h:116:26: note: Function 'HB_Load_GDEF_Table' argument 2 names different: declaration 'gdef' definition 'retptr'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:83:26: note: Function 'HB_Load_GDEF_Table' argument 2 names different: declaration 'gdef' definition 'retptr'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:1073:22: style: Function '_HB_GDEF_Check_Property' argument 2 names different: declaration 'item' definition 'gitem'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef-private.h:112:24: note: Function '_HB_GDEF_Check_Property' argument 2 names different: declaration 'item' definition 'gitem'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:1073:22: note: Function '_HB_GDEF_Check_Property' argument 2 names different: declaration 'item' definition 'gitem'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:1129:24: style: Function '_HB_GDEF_LoadMarkAttachClassDef_From_LookupFlags' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef-private.h:118:24: note: Function '_HB_GDEF_LoadMarkAttachClassDef_From_LookupFlags' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:1129:24: note: Function '_HB_GDEF_LoadMarkAttachClassDef_From_LookupFlags' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:212:20: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:224:20: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:236:18: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:248:18: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:581:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:582:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:591:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:592:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:602:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:603:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:68:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:989:33: style: Redundant condition: If 'context_length < 1', the comparison 'context_length != 65535' is always true. [redundantCondition]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1552:33: style: Redundant condition: If 'context_length < 2', the comparison 'context_length != 65535' is always true. [redundantCondition]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1772:33: style: Redundant condition: If 'context_length < 1', the comparison 'context_length != 65535' is always true. [redundantCondition]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2216:33: style: Redundant condition: If 'context_length < 1', the comparison 'context_length != 65535' is always true. [redundantCondition]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2626:33: style: Redundant condition: If 'context_length < 1', the comparison 'context_length != 65535' is always true. [redundantCondition]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2972:33: style: Redundant condition: If 'context_length < 1', the comparison 'context_length != 65535' is always true. [redundantCondition]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:100:3: warning: Either the condition 'gpos' is redundant or there is possible null pointer dereference: gpos. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:97:8: note: Assuming that condition 'gpos' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:100:3: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3911:28: warning: Either the condition 'classes' is redundant or there is possible null pointer dereference: classes. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3902:8: note: Assuming that condition 'classes' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3911:28: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:5219:35: warning: Either the condition 'input_classes' is redundant or there is possible null pointer dereference: input_classes. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:5206:8: note: Assuming that condition 'input_classes' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:5219:35: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:68:3: warning: Redundant assignment of 'font' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:69:3: warning: Redundant assignment of 'metric_id' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:70:3: warning: Redundant assignment of 'metric_value' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:71:3: warning: Redundant assignment of 'data' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:987:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1547:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1770:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2214:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2624:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2970:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:834:20: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:834:23: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:942:21: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:942:24: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1109:25: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1109:28: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1195:17: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1195:20: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1340:22: style: The scope of the variable 'm' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1340:25: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1340:28: style: The scope of the variable 'count1' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1340:36: style: The scope of the variable 'count2' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1730:25: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:1730:28: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2072:20: style: The scope of the variable 'm' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2072:23: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2072:26: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2402:20: style: The scope of the variable 'm' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2402:23: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2402:26: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2489:24: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2489:27: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2828:21: style: The scope of the variable 'm' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2828:24: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:2828:27: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3248:17: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3248:20: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3340:20: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3340:23: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3510:22: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3510:25: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3629:21: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3629:24: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3735:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:3735:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:4259:22: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:4259:25: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:4351:25: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:4351:28: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:4606:27: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:4606:30: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:4743:26: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:4743:29: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:78:26: style: Function 'HB_Load_GPOS_Table' argument 2 names different: declaration 'gpos' definition 'retptr'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.h:87:47: note: Function 'HB_Load_GPOS_Table' argument 2 names different: declaration 'gpos' definition 'retptr'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:78:26: note: Function 'HB_Load_GPOS_Table' argument 2 names different: declaration 'gpos' definition 'retptr'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:278:33: style: Redundant condition: If 'context_length < 1', the comparison 'context_length != 65535' is always true. [redundantCondition]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:484:33: style: Redundant condition: If 'context_length < 1', the comparison 'context_length != 65535' is always true. [redundantCondition]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:682:33: style: Redundant condition: If 'context_length < 1', the comparison 'context_length != 65535' is always true. [redundantCondition]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1917:28: warning: Either the condition 'classes' is redundant or there is possible null pointer dereference: classes. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1908:8: note: Assuming that condition 'classes' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1917:28: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:3206:35: warning: Either the condition 'input_classes' is redundant or there is possible null pointer dereference: input_classes. [nullPointerRedundantCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:3193:8: note: Assuming that condition 'input_classes' is not redundant
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:3206:35: note: Null pointer dereference
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:276:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:482:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:680:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:960:3: warning: Redundant assignment of 'nesting_level' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:330:13: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:331:15: style: The scope of the variable 'sub' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:448:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:448:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:477:30: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:646:22: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:646:25: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:829:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:829:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:923:21: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:923:24: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1264:17: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1264:20: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1356:20: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1356:23: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1525:22: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1525:25: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1644:21: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1644:24: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1751:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:1751:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:2254:22: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:2254:25: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:2347:25: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:2347:28: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:2603:27: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:2603:30: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:2742:26: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:2742:29: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:49:26: style: Function 'HB_Load_GSUB_Table' argument 2 names different: declaration 'gsub' definition 'retptr'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.h:85:26: note: Function 'HB_Load_GSUB_Table' argument 2 names different: declaration 'gsub' definition 'retptr'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:49:26: note: Function 'HB_Load_GSUB_Table' argument 2 names different: declaration 'gsub' definition 'retptr'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-hangul.c:213:39: style: Function 'HB_HangulShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:106:46: note: Function 'HB_HangulShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-hangul.c:213:39: note: Function 'HB_HangulShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-impl.c:61:5: style: Variable 'block2' is reassigned a value before the old one has been used. [redundantAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-impl.c:58:0: note: Variable 'block2' is reassigned a value before the old one has been used.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-impl.c:61:5: note: Variable 'block2' is reassigned a value before the old one has been used.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-impl.c:34:15: style: Function '_hb_alloc' argument 2 names different: declaration 'perror_' definition 'perror'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-impl.h:111:15: note: Function '_hb_alloc' argument 2 names different: declaration 'perror_' definition 'perror'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-impl.c:34:15: note: Function '_hb_alloc' argument 2 names different: declaration 'perror_' definition 'perror'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-impl.c:56:18: style: Function '_hb_realloc' argument 3 names different: declaration 'perror_' definition 'perror'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-impl.h:116:18: note: Function '_hb_realloc' argument 3 names different: declaration 'perror_' definition 'perror'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-impl.c:56:18: note: Function '_hb_realloc' argument 3 names different: declaration 'perror_' definition 'perror'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-indic.cpp:1784:5: style: Variable 'openType' is reassigned a value before the old one has been used. [redundantAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-indic.cpp:1782:0: note: Variable 'openType' is reassigned a value before the old one has been used.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-indic.cpp:1784:5: note: Variable 'openType' is reassigned a value before the old one has been used.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-indic.cpp:1228:14: style: The scope of the variable 'beginsWithRa' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-indic.cpp:1778:38: style: Function 'HB_IndicShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:109:45: note: Function 'HB_IndicShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-indic.cpp:1778:38: note: Function 'HB_IndicShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-indic.cpp:1829:61: style: Function 'HB_IndicAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:117:68: note: Function 'HB_IndicAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-indic.cpp:1829:61: note: Function 'HB_IndicAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-indic.cpp:1843:43: style: Variable 'uc' is modified but its new value is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-khmer.c:610:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-khmer.c:610:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-khmer.c:624:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-khmer.c:649:5: warning: Redundant assignment of 'script' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-khmer.c:592:38: style: Function 'HB_KhmerShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:108:45: note: Function 'HB_KhmerShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-khmer.c:592:38: note: Function 'HB_KhmerShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-khmer.c:644:61: style: Function 'HB_KhmerAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:115:68: note: Function 'HB_KhmerAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-khmer.c:644:61: note: Function 'HB_KhmerAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-khmer.c:660:36: style: Variable 'uc' is modified but its new value is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:481:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:481:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:495:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:521:5: warning: Redundant assignment of 'script' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:464:40: style: Function 'HB_MyanmarShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:107:47: note: Function 'HB_MyanmarShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:464:40: note: Function 'HB_MyanmarShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:516:63: style: Function 'HB_MyanmarAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:113:70: note: Function 'HB_MyanmarAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:516:63: note: Function 'HB_MyanmarAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:431:6: style: Variable 'logClusters' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-myanmar.c:535:36: style: Variable 'uc' is modified but its new value is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:178:23: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:178:26: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:278:22: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:278:25: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:419:23: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:419:26: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:557:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:557:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:642:16: style: The scope of the variable 'n' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:642:19: style: The scope of the variable 'count' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:816:41: style: The scope of the variable 'middle' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:866:49: style: The scope of the variable 'middle' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:1409:14: style: The scope of the variable 'byte' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:1409:20: style: The scope of the variable 'bits' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:1409:35: style: The scope of the variable 's' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:202:24: style: Function '_HB_OPEN_Load_ScriptList' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open-private.h:49:21: note: Function '_HB_OPEN_Load_ScriptList' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:202:24: note: Function '_HB_OPEN_Load_ScriptList' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:354:26: style: Function '_HB_OPEN_Load_FeatureList' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open-private.h:52:26: note: Function '_HB_OPEN_Load_FeatureList' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:354:26: note: Function '_HB_OPEN_Load_FeatureList' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:579:24: style: Function '_HB_OPEN_Load_LookupList' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open-private.h:55:24: note: Function '_HB_OPEN_Load_LookupList' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:579:24: note: Function '_HB_OPEN_Load_LookupList' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:778:20: style: Function '_HB_OPEN_Load_Coverage' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open-private.h:60:20: note: Function '_HB_OPEN_Load_Coverage' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:778:20: note: Function '_HB_OPEN_Load_Coverage' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:1087:27: style: Function '_HB_OPEN_Load_ClassDefinition' argument 3 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open-private.h:64:27: note: Function '_HB_OPEN_Load_ClassDefinition' argument 3 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:1087:27: note: Function '_HB_OPEN_Load_ClassDefinition' argument 3 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:1147:35: style: Function '_HB_OPEN_Load_EmptyOrClassDefinition' argument 5 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open-private.h:70:35: note: Function '_HB_OPEN_Load_EmptyOrClassDefinition' argument 5 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:1147:35: note: Function '_HB_OPEN_Load_EmptyOrClassDefinition' argument 5 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:1308:23: style: Function '_HB_OPEN_Load_Device' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open-private.h:73:23: note: Function '_HB_OPEN_Load_Device' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-open.c:1308:23: note: Function '_HB_OPEN_Load_Device' argument 2 names different: declaration 'input' definition 'stream'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-tibetan.c:255:5: warning: Redundant assignment of 'script' to itself. [selfAssignment]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper.cpp:1023:40: style: Function 'HB_SelectScript' argument 1 names different: declaration 'item' definition 'shaper_item'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:128:40: note: Function 'HB_SelectScript' argument 1 names different: declaration 'item' definition 'shaper_item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper.cpp:1023:40: note: Function 'HB_SelectScript' argument 1 names different: declaration 'item' definition 'shaper_item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper.cpp:1300:37: style: Function 'HB_ShapeItem' argument 1 names different: declaration 'item' definition 'shaper_item'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper.h:267:37: note: Function 'HB_ShapeItem' argument 1 names different: declaration 'item' definition 'shaper_item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper.cpp:1300:37: note: Function 'HB_ShapeItem' argument 1 names different: declaration 'item' definition 'shaper_item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-tibetan.c:205:40: style: Function 'HB_TibetanShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:103:47: note: Function 'HB_TibetanShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-tibetan.c:205:40: note: Function 'HB_TibetanShape' argument 1 names different: declaration 'shaper_item' definition 'item'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-tibetan.c:250:63: style: Function 'HB_TibetanAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:111:70: note: Function 'HB_TibetanAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-tibetan.c:250:63: note: Function 'HB_TibetanAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-thai.c:81:60: style: Function 'HB_ThaiAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper-private.h:119:67: note: Function 'HB_ThaiAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-thai.c:81:60: note: Function 'HB_ThaiAttributes' argument 2 names different: declaration 'string' definition 'text'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-tibetan.c:266:43: style: Variable 'uc' is modified but its new value is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper.cpp:159:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-shaper.cpp:445:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-tibetan.c:116:0: error: Memory leak: reordered [memleak]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-stream.c:86:12: style: Function '_hb_stream_frame_enter' argument 2 names different: declaration 'size' definition 'count'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-stream-private.h:46:35: note: Function '_hb_stream_frame_enter' argument 2 names different: declaration 'size' definition 'count'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-stream.c:86:12: note: Function '_hb_stream_frame_enter' argument 2 names different: declaration 'size' definition 'count'.
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-buffer.c:135:0: error: Memory leak: buffer [memleak]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gdef.c:65:0: error: Memory leak: gdef [memleak]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:3919:0: error: Memory leak: stl [memleak]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:3959:0: error: Memory leak: ltl [memleak]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gsub.c:4023:0: error: Memory leak: ftl [memleak]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:5670:0: error: Memory leak: stl [memleak]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:5710:0: error: Memory leak: ltl [memleak]
fontmatrix-0.6.0+svn20110930/harfbuzz/src/harfbuzz-gpos.c:5774:0: error: Memory leak: ftl [memleak]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:302:25: style: C-style pointer casting [cstyleCast]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:308:23: style: C-style pointer casting [cstyleCast]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:655:19: style: The scope of the variable 'key' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:656:19: style: The scope of the variable 'value' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:598:65: style: Function 'getVariable' argument 2 names different: declaration 'name' definition 'objectname'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.h:187:57: note: Function 'getVariable' argument 2 names different: declaration 'name' definition 'objectname'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:598:65: note: Function 'getVariable' argument 2 names different: declaration 'name' definition 'objectname'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:708:58: style: Function 'call' argument 2 names different: declaration 'callable' definition 'name'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.h:201:50: note: Function 'call' argument 2 names different: declaration 'callable' definition 'name'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:708:58: note: Function 'call' argument 2 names different: declaration 'callable' definition 'name'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:792:66: style: Function 'addConstructorHandler' argument 1 names different: declaration 'handler' definition 'factory'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.h:270:58: note: Function 'addConstructorHandler' argument 1 names different: declaration 'handler' definition 'factory'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:792:66: note: Function 'addConstructorHandler' argument 1 names different: declaration 'handler' definition 'factory'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:803:18: warning: Member variable 'PythonQtPrivate::_qtNamespace' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:803:18: warning: Member variable 'PythonQtPrivate::_initFlags' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.cpp:803:18: warning: Member variable 'PythonQtPrivate::_PythonQtObjectPtr_metaId' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:49:3: warning: Member variable 'PythonQtMemberInfo::_slot' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:49:3: warning: Member variable 'PythonQtMemberInfo::_enumValue' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:67:5: performance: Variable '_property' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.h:75:5: performance: Variable '_parameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.h:118:5: performance: Variable '_meta' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtSignalReceiver.h:64:5: performance: Variable '_callable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:101:22: style: Technically the member function 'PythonQtClassInfo::metaObject' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.h:151:8: style: Technically the member function 'PythonQtSlotInfo::isInstanceDecorator' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.h:154:8: style: Technically the member function 'PythonQtSlotInfo::isClassDecorator' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:92:0: style: Technically the member function 'PythonQtValueStorage < qint64 , 128 >::getPos' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:92:0: style: Technically the member function 'PythonQtValueStorage < void * , 128 >::getPos' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:92:0: style: Technically the member function 'PythonQtValueStorage < QVariant , 32 >::getPos' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < qint64 , 128 >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < qint64 , 128 >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < void * , 128 >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < void * , 128 >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < QVariant , 32 >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:72:0: style: Class 'PythonQtValueStorage < QVariant , 32 >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtObjectPtr.h:59:3: style: Class 'PythonQtObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtObjectPtr.h:63:3: style: Class 'PythonQtObjectPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQt.h:339:3: style: Class 'PythonQt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:51:3: style: Struct 'PythonQtMemberInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:57:3: style: Struct 'PythonQtMemberInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:63:3: style: Struct 'PythonQtMemberInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.h:73:3: style: Class 'PythonQtMethodInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtSignalReceiver.h:98:3: style: Class 'PythonQtSignalReceiverBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtSignalReceiver.h:107:3: style: Class 'PythonQtSignalReceiver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.h:51:1: warning: The class 'PythonQtMethodInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.h:110:1: warning: The class 'PythonQtSlotInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.cpp:81:58: style: Function 'member' argument 1 names different: declaration 'member' definition 'memberName'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:87:41: note: Function 'member' argument 1 names different: declaration 'member' definition 'memberName'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.cpp:81:58: note: Function 'member' argument 1 names different: declaration 'member' definition 'memberName'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.cpp:162:21: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.cpp:51:3: performance: Variable '_wrappedClassName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:95:21: style: Technically the member function 'PythonQtClassInfo::wrappedCPPClassName' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.cpp:295:38: note: Technically the member function 'PythonQtClassInfo::wrappedCPPClassName' can be const.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:95:21: note: Technically the member function 'PythonQtClassInfo::wrappedCPPClassName' can be const.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:107:8: style: Technically the member function 'PythonQtClassInfo::inherits' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.cpp:283:25: note: Technically the member function 'PythonQtClassInfo::inherits' can be const.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:107:8: note: Technically the member function 'PythonQtClassInfo::inherits' can be const.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:117:7: performance: Technically the member function 'PythonQtClassInfo::findCharOffset' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.cpp:71:24: note: Technically the member function 'PythonQtClassInfo::findCharOffset' can be static.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtClassInfo.h:117:7: note: Technically the member function 'PythonQtClassInfo::findCharOffset' can be static.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtConversion.cpp:216:22: style: C-style pointer casting [cstyleCast]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtConversion.cpp:850:21: style: The scope of the variable 'value' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtConversion.cpp:851:21: style: The scope of the variable 'key' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtConversion.cpp:852:21: style: The scope of the variable 'tuple' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtConversion.cpp:869:17: style: The scope of the variable 'value' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtConversion.cpp:947:13: style: The scope of the variable 'key' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtConversion.cpp:948:13: style: The scope of the variable 'val' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtConversion.cpp:989:15: style: The scope of the variable 'value' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtConversion.cpp:949:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.cpp:69:86: style: Function 'getCachedMethodInfo' argument 1 names different: declaration 'method' definition 'signal'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.h:80:75: note: Function 'getCachedMethodInfo' argument 1 names different: declaration 'method' definition 'signal'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.cpp:69:86: note: Function 'getCachedMethodInfo' argument 1 names different: declaration 'method' definition 'signal'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.cpp:82:83: style: Function 'fillParameterInfo' argument 2 names different: declaration 'name' definition 'orgName'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.h:98:72: note: Function 'fillParameterInfo' argument 2 names different: declaration 'name' definition 'orgName'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMethodInfo.cpp:82:83: note: Function 'fillParameterInfo' argument 2 names different: declaration 'name' definition 'orgName'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:92:8: style: Technically the member function 'PythonQtValueStorage::getPos' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:72:5: style: Class 'PythonQtValueStorage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtMisc.h:72:5: style: Class 'PythonQtValueStorage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtObjectPtr.cpp:49:49: style: Function 'evalFile' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtObjectPtr.h:134:32: note: Function 'evalFile' argument 1 names different: declaration 'filename' definition 'file'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtObjectPtr.cpp:49:49: note: Function 'evalFile' argument 1 names different: declaration 'filename' definition 'file'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtSignalReceiver.cpp:196:8: style: The scope of the variable 'found' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtStdDecorators.cpp:66:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtStdDecorators.cpp:61:17: note: outer condition: receiver
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtStdDecorators.cpp:66:9: note: identical inner condition: receiver
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtStdDecorators.cpp:92:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtStdDecorators.cpp:87:17: note: outer condition: receiver
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtStdDecorators.cpp:92:9: note: identical inner condition: receiver
fontmatrix-0.6.0+svn20110930/pythonqt/src/PythonQtWrapper.cpp:281:27: style: Same expression on both sides of '=='. [duplicateExpression]
fontmatrix-0.6.0+svn20110930/pythonqt/src/gui/PythonQtScriptingConsole.cpp:58:119: style: Function 'PythonQtScriptingConsole' argument 3 names different: declaration 'i' definition 'windowFlags'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/pythonqt/src/gui/PythonQtScriptingConsole.h:58:95: note: Function 'PythonQtScriptingConsole' argument 3 names different: declaration 'i' definition 'windowFlags'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/gui/PythonQtScriptingConsole.cpp:58:119: note: Function 'PythonQtScriptingConsole' argument 3 names different: declaration 'i' definition 'windowFlags'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/gui/PythonQtScriptingConsole.cpp:317:57: style: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/pythonqt/src/gui/PythonQtScriptingConsole.h:67:35: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'.
fontmatrix-0.6.0+svn20110930/pythonqt/src/gui/PythonQtScriptingConsole.cpp:317:57: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'.
fontmatrix-0.6.0+svn20110930/src/QHexView.cpp:621:15: style: Condition 'x>=line2()' is always true [knownConditionTrueFalse]
fontmatrix-0.6.0+svn20110930/src/QHexView.cpp:118:37: style: Function 'setFont' argument 1 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/QHexView.h:81:28: note: Function 'setFont' argument 1 names different: declaration 'font' definition 'f'.
fontmatrix-0.6.0+svn20110930/src/QHexView.cpp:118:37: note: Function 'setFont' argument 1 names different: declaration 'font' definition 'f'.
fontmatrix-0.6.0+svn20110930/src/QHexView.cpp:744:18: style: Variable 'address' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/QHexView.h:56:2: style: Class 'QHexView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/aboutwidget.h:33:3: style: Class 'AboutWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/prefspaneldialog.h:27:3: style: Class 'PrefsPanelDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmsharestruct.h:22:1: warning: The struct 'OTFSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fontmatrix-0.6.0+svn20110930/src/floatingwidget.h:33:11: warning: Member variable 'FloatingWidget::printer' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/floatingwidget.h:33:11: warning: Member variable 'FloatingWidget::printDialog' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/fmshaper_own.h:33:3: warning: Member variable 'Character::GroupIndex' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fmshaper_own.h:34:3: warning: Member variable 'Character::GroupIndex' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:54:1: style: The class 'FMLayoutThread' does not have a constructor although it has private member variables. [noConstructor]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:75:3: warning: Member variable 'State::fontSize' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:75:3: warning: Member variable 'State::renderHinting' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:102:9: warning: Member variable 'State::set' is not assigned a value in 'State::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:102:9: warning: Member variable 'State::sampleName' is not assigned a value in 'State::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:102:9: warning: Member variable 'State::fontSize' is not assigned a value in 'State::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:102:9: warning: Member variable 'State::renderHinting' is not assigned a value in 'State::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:102:9: warning: Member variable 'State::shaper' is not assigned a value in 'State::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:102:9: warning: Member variable 'State::script' is not assigned a value in 'State::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:87:4: performance: Variable 'sampleName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:90:4: performance: Variable 'shaper' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/samplewidget.h:91:4: performance: Variable 'script' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:39:3: style: Class 'FMInfoDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmshaper_own.h:33:3: style: Class 'Character' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmshaper_own.h:78:3: style: Class 'FMOwnShaper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/dataexport.cpp:289:13: style: The scope of the variable 'fitem' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fmdumpinfo.h:29:11: style: Technically the member function 'FMDumpInfo::info' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/src/familywidget.h:72:18: style: Member variable 'FamilyWidget::currentIndex' is in the wrong place in the initializer list. [initializerList]
fontmatrix-0.6.0+svn20110930/src/familywidget.cpp:48:3: note: Member variable 'FamilyWidget::currentIndex' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/familywidget.h:72:18: note: Member variable 'FamilyWidget::currentIndex' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fmpreviewlist.h:71:2: style: Class 'FMPreviewView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/filterbar.cpp:395:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fontmatrix-0.6.0+svn20110930/src/filterbar.h:81:0: style: Variable 'm_andOrKey' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/filterbar.h:53:2: style: Class 'TagListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/filterbar.h:76:2: style: Class 'TagListView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/panosewidget.h:38:2: style: Class 'PanoseWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/mainviewwidget.h:56:3: style: Class 'MainViewWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/filtertag.h:38:10: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/filterdata.h:58:18: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/filtertag.h:38:10: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/filtertag.h:39:7: style: The function 'operate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/filterdata.h:59:15: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/filtertag.h:39:7: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/filterpanose.h:36:13: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/filterdata.h:58:18: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/filterpanose.h:36:13: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/filterpanose.h:37:10: style: The function 'operate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/filterdata.h:59:15: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/filterpanose.h:37:10: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/filtermeta.h:38:13: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/filterdata.h:58:18: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/filtermeta.h:38:13: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/filtermeta.h:39:10: style: The function 'operate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/filterdata.h:59:15: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/filtermeta.h:39:10: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/filterbar.cpp:451:6: error: Uninitialized variable: f [uninitvar]
fontmatrix-0.6.0+svn20110930/src/filterbar.cpp:612:5: error: Uninitialized variable: f [uninitvar]
fontmatrix-0.6.0+svn20110930/src/filterbar.cpp:613:19: error: Uninitialized variable: f [uninitvar]
fontmatrix-0.6.0+svn20110930/src/filterpanose.cpp:41:6: style: The scope of the variable 'fv' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/filtersdialog.cpp:87:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fontmatrix-0.6.0+svn20110930/src/filtersdialog.cpp:39:56: style: Function 'FiltersDialog' argument 1 names different: declaration 'currentFilter' definition 'currentFilters'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/filtersdialog.h:41:54: note: Function 'FiltersDialog' argument 1 names different: declaration 'currentFilter' definition 'currentFilters'.
fontmatrix-0.6.0+svn20110930/src/filtersdialog.cpp:39:56: note: Function 'FiltersDialog' argument 1 names different: declaration 'currentFilter' definition 'currentFilters'.
fontmatrix-0.6.0+svn20110930/src/filtersdialog.cpp:143:6: error: Uninitialized variable: f [uninitvar]
fontmatrix-0.6.0+svn20110930/src/fmaltselector.h:35:3: warning: Member variable 'AltItem::parent' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fmaltselector.h:56:7: style: Technically the member function 'FMAltSelectorModel::AltItem::columnCount' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/src/fmaltselector.h:76:3: style: Class 'FMAltItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmaltselector.h:110:2: style: Class 'FMAltSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.cpp:66:44: style: Function 'FMShaperFactory' argument 1 names different: declaration 'otf' definition 'o'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:52:28: note: Function 'FMShaperFactory' argument 1 names different: declaration 'otf' definition 'o'.
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.cpp:66:44: note: Function 'FMShaperFactory' argument 1 names different: declaration 'otf' definition 'o'.
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.cpp:66:55: style: Function 'FMShaperFactory' argument 2 names different: declaration 'script' definition 's'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:52:41: note: Function 'FMShaperFactory' argument 2 names different: declaration 'script' definition 's'.
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.cpp:66:55: note: Function 'FMShaperFactory' argument 2 names different: declaration 'script' definition 's'.
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:63:15: style: Member variable 'FMShaperFactory::shaperType' is in the wrong place in the initializer list. [initializerList]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.cpp:67:29: note: Member variable 'FMShaperFactory::shaperType' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:63:15: note: Member variable 'FMShaperFactory::shaperType' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:30:4: warning: Class 'FMBaseShaper' which has virtual members does not have a virtual destructor. [virtualDestructor]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.cpp:73:4: style: Class 'FMShaperFactory' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.cpp:73:4: style: Class 'FMShaperFactory' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fontmatrix-0.6.0+svn20110930/src/fontmatrixshaper.h:25:12: style: The function 'doShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:31:21: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/fontmatrixshaper.h:25:12: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/fmencdata.cpp:160:2: style: Variable 'langIdMap[4122]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fontmatrix-0.6.0+svn20110930/src/fmencdata.cpp:159:2: note: Variable 'langIdMap[4122]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontmatrix-0.6.0+svn20110930/src/fmencdata.cpp:160:2: note: Variable 'langIdMap[4122]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontmatrix-0.6.0+svn20110930/src/fmencdata.cpp:163:2: style: Variable 'langIdMap[6170]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fontmatrix-0.6.0+svn20110930/src/fmencdata.cpp:162:2: note: Variable 'langIdMap[6170]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontmatrix-0.6.0+svn20110930/src/fmencdata.cpp:163:2: note: Variable 'langIdMap[6170]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontmatrix-0.6.0+svn20110930/src/fmencdata.cpp:212:2: style: Variable 'langIdMap[2108]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fontmatrix-0.6.0+svn20110930/src/fmencdata.cpp:211:2: note: Variable 'langIdMap[2108]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontmatrix-0.6.0+svn20110930/src/fmencdata.cpp:212:2: note: Variable 'langIdMap[2108]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fontmatrix-0.6.0+svn20110930/src/fmfloatingpreview.cpp:155:54: style: Function 'create' argument 2 names different: declaration 'pos' definition 'rect'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fmfloatingpreview.h:73:43: note: Function 'create' argument 2 names different: declaration 'pos' definition 'rect'.
fontmatrix-0.6.0+svn20110930/src/fmfloatingpreview.cpp:155:54: note: Function 'create' argument 2 names different: declaration 'pos' definition 'rect'.
fontmatrix-0.6.0+svn20110930/src/fmfontcompareview.cpp:37:20: warning: Member variable 'FMFontCompareItem::m_offset' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fmfontcompareview.h:75:3: style: Class 'FMFontCompareView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmfontdb.cpp:663:8: style: The scope of the variable 'anId' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fmfontdb.cpp:666:9: style: The scope of the variable 'act' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fmfontdb.cpp:327:7: style: Variable 'iIdx' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/fmfontdb.cpp:330:7: style: Variable 'maxIdx' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/fmfontdb.cpp:27:11: warning: Member variable 'FMFontDb::internalCounter' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/fmfontdb.cpp:50:2: performance: Variable 'getIdStringFast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fmfontextract.h:26:3: style: Class 'FMFontExtract' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmglyphsview.h:74:3: warning: Member variable 'FMGlyphsView::m_state' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/fmglyphsview.h:74:3: warning: Member variable 'FMGlyphsView::m_lock' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/fmglyphsview.h:74:3: warning: Member variable 'FMGlyphsView::m_oper' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/fmglyphsview.h:75:8: warning: Member variable 'FMGlyphsView::m_state' is not assigned a value in 'FMGlyphsView::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/fmglyphsview.h:75:8: warning: Member variable 'FMGlyphsView::m_lock' is not assigned a value in 'FMGlyphsView::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/fmglyphsview.h:75:8: warning: Member variable 'FMGlyphsView::m_oper' is not assigned a value in 'FMGlyphsView::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/fmglyphsview.h:36:3: style: Class 'FMGlyphsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.cpp:45:2: performance: Variable 'html' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:29:11: performance: Technically the member function 'FMInfoDisplay::writeFsType' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.cpp:83:24: note: Technically the member function 'FMInfoDisplay::writeFsType' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:29:11: note: Technically the member function 'FMInfoDisplay::writeFsType' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:30:11: performance: Technically the member function 'FMInfoDisplay::writeSVGPreview' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.cpp:134:24: note: Technically the member function 'FMInfoDisplay::writeSVGPreview' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:30:11: note: Technically the member function 'FMInfoDisplay::writeSVGPreview' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:32:11: performance: Technically the member function 'FMInfoDisplay::writePanose' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.cpp:295:24: note: Technically the member function 'FMInfoDisplay::writePanose' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:32:11: note: Technically the member function 'FMInfoDisplay::writePanose' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:33:11: performance: Technically the member function 'FMInfoDisplay::writeLangOS2' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.cpp:112:24: note: Technically the member function 'FMInfoDisplay::writeLangOS2' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:33:11: note: Technically the member function 'FMInfoDisplay::writeLangOS2' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:35:11: performance: Technically the member function 'FMInfoDisplay::url2href' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.cpp:323:24: note: Technically the member function 'FMInfoDisplay::url2href' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:35:11: note: Technically the member function 'FMInfoDisplay::url2href' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:36:11: performance: Technically the member function 'FMInfoDisplay::xhtmlifies' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.cpp:336:24: note: Technically the member function 'FMInfoDisplay::xhtmlifies' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:36:11: note: Technically the member function 'FMInfoDisplay::xhtmlifies' can be static.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:42:11: style: Technically the member function 'FMInfoDisplay::getHtml' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.cpp:78:24: note: Technically the member function 'FMInfoDisplay::getHtml' can be const.
fontmatrix-0.6.0+svn20110930/src/fminfodisplay.h:42:11: note: Technically the member function 'FMInfoDisplay::getHtml' can be const.
fontmatrix-0.6.0+svn20110930/src/fmkernfeat.h:32:11: style: Unused private function: 'FMKernFeature::glyphname' [unusedPrivateFunction]
fontmatrix-0.6.0+svn20110930/src/fmkernfeat.h:26:3: style: Class 'FMKernFeature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmlayoptwidget.h:24:3: style: Class 'FMLayOptWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmlayout.h:175:49: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
fontmatrix-0.6.0+svn20110930/src/fmlayout.cpp:1386:9: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/fmlayout.h:81:2: warning: Member variable 'Node::lyt' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/fmlayout.h:81:2: warning: Member variable 'Node::index' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/fmlayout.h:129:8: style: Member variable 'FMLayout::contextIsMainThread' is in the wrong place in the initializer list. [initializerList]
fontmatrix-0.6.0+svn20110930/src/fmlayout.cpp:316:2: note: Member variable 'FMLayout::contextIsMainThread' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fmlayout.h:129:8: note: Member variable 'FMLayout::contextIsMainThread' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fmmatchraster.cpp:221:49: style: Function 'autoCrop' argument 1 names different: declaration 'img' definition 'cImg'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fmmatchraster.h:46:33: note: Function 'autoCrop' argument 1 names different: declaration 'img' definition 'cImg'.
fontmatrix-0.6.0+svn20110930/src/fmmatchraster.cpp:221:49: note: Function 'autoCrop' argument 1 names different: declaration 'img' definition 'cImg'.
fontmatrix-0.6.0+svn20110930/src/fmmatchraster.h:26:3: style: Class 'FMMatchRaster' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmmissingfonthelper.h:36:5: style: Class 'FMMissingFontHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmmissingfonthelper.h:37:5: style: Class 'FMMissingFontHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmrepair.h:23:3: style: Class 'FmRepair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmnamelist.cpp:40:20: style: The scope of the variable 'item' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fmnamelist.h:26:3: style: Class 'FMNameList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:401:13: style: Variable 'numR' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:571:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:597:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:667:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:700:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:83:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:268:2: performance: Variable '_face' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:269:2: performance: Variable '_buffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fmotf.h:82:7: style: Technically the member function 'FMOtf::get_glyph' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:259:12: note: Technically the member function 'FMOtf::get_glyph' can be const.
fontmatrix-0.6.0+svn20110930/src/fmotf.h:82:7: note: Technically the member function 'FMOtf::get_glyph' can be const.
fontmatrix-0.6.0+svn20110930/src/fmotf.h:103:17: style: Technically the member function 'FMOtf::get_tables' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:734:8: note: Technically the member function 'FMOtf::get_tables' can be const.
fontmatrix-0.6.0+svn20110930/src/fmotf.h:103:17: note: Technically the member function 'FMOtf::get_tables' can be const.
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:297:4: style: Class 'FMOtf' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fontmatrix-0.6.0+svn20110930/src/fmotf.cpp:297:4: style: Class 'FMOtf' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.cpp:154:22: style: The scope of the variable 'fontFile' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:27:8: style: The function 'loadFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmfontextractorbase.h:32:16: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:27:8: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:28:15: style: The function 'extensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmfontextractorbase.h:38:23: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:28:15: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:30:15: style: The function 'list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmfontextractorbase.h:44:23: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:30:15: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:31:11: style: The function 'fontType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmfontextractorbase.h:51:19: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:31:11: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:32:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmfontextractorbase.h:59:16: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/fmpdffontextractor.h:32:8: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/fmplayground.h:27:3: style: Class 'FMPlayGround' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmpreviewlist.cpp:404:16: style: The scope of the variable 'cNr' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fmpreviewlist.cpp:353:16: warning: Member variable 'FMPreviewView::usedWidth' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fmpreviewlist.cpp:204:2: performance: Variable 'styleTooltipName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fmscriptconsole.h:63:3: style: Class 'SyntaxHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmrepair.cpp:243:15: style: Variable 't' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/fmrepair.cpp:287:15: style: Variable 't' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/fmsampletextview.cpp:32:19: warning: Member variable 'FMSampleTextView::locker' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fmsampletextview.h:35:3: style: Class 'FMSampleTextView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmscriptconsole.cpp:254:2: performance: Variable 'errorColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fmshaper.cpp:181:6: style: The scope of the variable 'base' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fmshaper.h:41:13: style: Technically the member function 'FMShaper::out_buffer' can be const. [functionConst]
fontmatrix-0.6.0+svn20110930/src/fmshaper.cpp:229:22: note: Technically the member function 'FMShaper::out_buffer' can be const.
fontmatrix-0.6.0+svn20110930/src/fmshaper.h:41:13: note: Technically the member function 'FMShaper::out_buffer' can be const.
fontmatrix-0.6.0+svn20110930/src/fmshaper.h:30:3: style: Class 'FMShaper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fmshaper_own.cpp:154:7: style: The scope of the variable 'matched' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fmshaper_own.h:94:11: performance: Technically the member function 'FMOwnShaper::CleanRule' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/fmshaper_own.cpp:586:22: note: Technically the member function 'FMOwnShaper::CleanRule' can be static.
fontmatrix-0.6.0+svn20110930/src/fmshaper_own.h:94:11: note: Technically the member function 'FMOwnShaper::CleanRule' can be static.
fontmatrix-0.6.0+svn20110930/src/fmutils.cpp:29:2: style: Variable 'messages' is reassigned a value before the old one has been used. [redundantAssignment]
fontmatrix-0.6.0+svn20110930/src/fmutils.cpp:25:0: note: Variable 'messages' is reassigned a value before the old one has been used.
fontmatrix-0.6.0+svn20110930/src/fmutils.cpp:29:2: note: Variable 'messages' is reassigned a value before the old one has been used.
fontmatrix-0.6.0+svn20110930/src/fmutils.cpp:26:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fmvariants.h:37:14: performance: Technically the member function 'FMVariants::compareVariants' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/fmvariants.cpp:124:18: note: Technically the member function 'FMVariants::compareVariants' can be static.
fontmatrix-0.6.0+svn20110930/src/fmvariants.h:37:14: note: Technically the member function 'FMVariants::compareVariants' can be static.
fontmatrix-0.6.0+svn20110930/src/fmverticalbutton.h:22:3: style: Class 'FMVerticalButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fontbook.cpp:392:9: style: The scope of the variable 'maxYPos' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:40:2: warning: Member variable 'TextElementStyle::fontsize' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:40:2: warning: Member variable 'TextElementStyle::lineheight' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:40:2: warning: Member variable 'TextElementStyle::margin_top' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:40:2: warning: Member variable 'TextElementStyle::margin_left' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:40:2: warning: Member variable 'TextElementStyle::margin_bottom' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:40:2: warning: Member variable 'TextElementStyle::margin_right' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fontbook.cpp:33:11: warning: Member variable 'FontBook::printer' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fontbook.cpp:33:11: warning: Member variable 'FontBook::painter' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fontbook.cpp:33:11: warning: Member variable 'FontBook::progress' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:38:9: style: Member variable 'TextElementStyle::color' is in the wrong place in the initializer list. [initializerList]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:50:4: note: Member variable 'TextElementStyle::color' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fontbook.h:38:9: note: Member variable 'TextElementStyle::color' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fontbook.h:80:9: style: Member variable 'GraphicElement::x' is in the wrong place in the initializer list. [initializerList]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:83:216: note: Member variable 'GraphicElement::x' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fontbook.h:80:9: note: Member variable 'GraphicElement::x' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fontbook.h:80:9: style: Member variable 'GraphicElement::x' is in the wrong place in the initializer list. [initializerList]
fontmatrix-0.6.0+svn20110930/src/fontbook.h:84:42: note: Member variable 'GraphicElement::x' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fontbook.h:80:9: note: Member variable 'GraphicElement::x' is in the wrong place in the initializer list.
fontmatrix-0.6.0+svn20110930/src/fontbook.h:69:2: style: Struct 'TextElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fontbookdialog.h:41:3: style: Class 'FontBookDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fontcomparewidget.h:24:2: style: Class 'FontCompareWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:2260:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:524:7: style: The scope of the variable 'gIndex' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3269:6: style: The scope of the variable 'gIndex' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:2296:111: style: Function 'oneLinePreviewPixmap' argument 5 names different: declaration 'fsize' definition 'size_f'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fontitem.h:352:106: note: Function 'oneLinePreviewPixmap' argument 5 names different: declaration 'fsize' definition 'size_f'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:2296:111: note: Function 'oneLinePreviewPixmap' argument 5 names different: declaration 'fsize' definition 'size_f'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:37: style: Function 'fileRemote' argument 1 names different: declaration 'family' definition 'f'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fontitem.h:389:28: note: Function 'fileRemote' argument 1 names different: declaration 'family' definition 'f'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:37: note: Function 'fileRemote' argument 1 names different: declaration 'family' definition 'f'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:49: style: Function 'fileRemote' argument 2 names different: declaration 'variant' definition 'v'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fontitem.h:389:44: note: Function 'fileRemote' argument 2 names different: declaration 'variant' definition 'v'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:49: note: Function 'fileRemote' argument 2 names different: declaration 'variant' definition 'v'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:60: style: Function 'fileRemote' argument 3 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fontitem.h:389:61: note: Function 'fileRemote' argument 3 names different: declaration 'type' definition 't'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:60: note: Function 'fileRemote' argument 3 names different: declaration 'type' definition 't'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:71: style: Function 'fileRemote' argument 4 names different: declaration 'info' definition 'i'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fontitem.h:389:75: note: Function 'fileRemote' argument 4 names different: declaration 'info' definition 'i'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:71: note: Function 'fileRemote' argument 4 names different: declaration 'info' definition 'i'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:82: style: Function 'fileRemote' argument 5 names different: declaration 'pixmap' definition 'p'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fontitem.h:389:89: note: Function 'fileRemote' argument 5 names different: declaration 'pixmap' definition 'p'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3123:82: note: Function 'fileRemote' argument 5 names different: declaration 'pixmap' definition 'p'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3133:36: style: Function 'fileLocal' argument 1 names different: declaration 'family' definition 'f'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fontitem.h:390:27: note: Function 'fileLocal' argument 1 names different: declaration 'family' definition 'f'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3133:36: note: Function 'fileLocal' argument 1 names different: declaration 'family' definition 'f'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3133:47: style: Function 'fileLocal' argument 2 names different: declaration 'variant' definition 'v'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fontitem.h:390:43: note: Function 'fileLocal' argument 2 names different: declaration 'variant' definition 'v'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3133:47: note: Function 'fileLocal' argument 2 names different: declaration 'variant' definition 'v'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3133:58: style: Function 'fileLocal' argument 3 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/fontitem.h:390:60: note: Function 'fileLocal' argument 3 names different: declaration 'type' definition 't'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:3133:58: note: Function 'fileLocal' argument 3 names different: declaration 'type' definition 't'.
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:705:23: style: Variable 'scaleFactor' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:220:2: performance: Variable 'm_face' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:221:2: performance: Variable 'lastFace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:235:2: performance: Variable 'm_path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:346:2: performance: Variable 'm_face' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:347:2: performance: Variable 'lastFace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/fontitem.cpp:98:2: style: Struct 'FM_Vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/fontmatrixshaper.cpp:18:2: style: Class 'FontmatrixShaper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fontmatrix-0.6.0+svn20110930/src/fontmatrixshaper.cpp:18:2: style: Class 'FontmatrixShaper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fontmatrix-0.6.0+svn20110930/src/harfbuzzqtshaper.cpp:19:2: style: Class 'HarfbuzzShaper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fontmatrix-0.6.0+svn20110930/src/harfbuzzqtshaper.cpp:19:2: style: Class 'HarfbuzzShaper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fontmatrix-0.6.0+svn20110930/src/harfbuzzqtshaper.h:24:13: style: The function 'doShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:31:21: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/harfbuzzqtshaper.h:24:13: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/helpbrowser.cpp:142:87: style: Function 'HelpBrowser' argument 3 names different: declaration 'guiLangage' definition 'guiLanguage'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/helpbrowser.h:61:70: note: Function 'HelpBrowser' argument 3 names different: declaration 'guiLangage' definition 'guiLanguage'.
fontmatrix-0.6.0+svn20110930/src/helpbrowser.cpp:142:87: note: Function 'HelpBrowser' argument 3 names different: declaration 'guiLangage' definition 'guiLanguage'.
fontmatrix-0.6.0+svn20110930/src/treemodel.h:39:3: warning: Member variable 'TreeModel::rootItem' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/helpbrowser.h:122:15: warning: Virtual function 'languageChange' is called from constructor 'HelpBrowser(QWidget*parent,const QString&caption,const QString&guiLangage="en",const QString&jumpToSection="",const QString&jumpToFile="")' at line 147. Dynamic binding is not used. [virtualCallInConstructor]
fontmatrix-0.6.0+svn20110930/src/helpbrowser.cpp:147:2: note: Calling setupLocalUI
fontmatrix-0.6.0+svn20110930/src/helpbrowser.cpp:271:2: note: Calling languageChange
fontmatrix-0.6.0+svn20110930/src/helpbrowser.h:122:15: note: languageChange is a virtual method
fontmatrix-0.6.0+svn20110930/src/helpbrowser.h:122:15: warning: Virtual function 'languageChange' is called from constructor 'HelpBrowser(QWidget*parent,const QString&caption,const QString&guiLangage="en",const QString&jumpToSection="",const QString&jumpToFile="")' at line 158. Dynamic binding is not used. [virtualCallInConstructor]
fontmatrix-0.6.0+svn20110930/src/helpbrowser.cpp:158:3: note: Calling languageChange
fontmatrix-0.6.0+svn20110930/src/helpbrowser.h:122:15: note: languageChange is a virtual method
fontmatrix-0.6.0+svn20110930/src/helpbrowser.h:60:2: style: Class 'HelpBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/treemodel.h:39:3: style: Class 'TreeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/helpwidget.h:33:3: style: Class 'HelpWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/hyphenate/hyphen.c:97:21: style: The scope of the variable 'g' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/hyphenate/hyphen.c:457:16: style: The scope of the variable 'hstate' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/hyphenate/hyphen.c:1001:13: style: Function 'hnj_hyphen_hyphenate2' argument 5 names different: declaration 'hyphenated_word' definition 'hyphword'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/hyphenate/hyphen.h:151:15: note: Function 'hnj_hyphen_hyphenate2' argument 5 names different: declaration 'hyphenated_word' definition 'hyphword'.
fontmatrix-0.6.0+svn20110930/src/hyphenate/hyphen.c:1001:13: note: Function 'hnj_hyphen_hyphenate2' argument 5 names different: declaration 'hyphenated_word' definition 'hyphword'.
fontmatrix-0.6.0+svn20110930/src/hyphenate/hyphen.c:889:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fontmatrix-0.6.0+svn20110930/src/icushaper.h:68:8: performance: Technically the member function 'IcuShaper::IcuError' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/icushaper.cpp:213:17: note: Technically the member function 'IcuShaper::IcuError' can be static.
fontmatrix-0.6.0+svn20110930/src/icushaper.h:68:8: note: Technically the member function 'IcuShaper::IcuError' can be static.
fontmatrix-0.6.0+svn20110930/src/icushaper.cpp:28:2: style: Class 'IcuShaper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fontmatrix-0.6.0+svn20110930/src/icushaper.cpp:28:2: style: Class 'IcuShaper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fontmatrix-0.6.0+svn20110930/src/icushaper.h:26:3: style: Class 'IcuFontImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/icushaper.h:60:13: style: The function 'doShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:31:21: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/icushaper.h:60:13: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/icushaper.cpp:204:2: error: Mismatching allocation and deallocation: ts [mismatchAllocDealloc]
fontmatrix-0.6.0+svn20110930/src/icushaper.cpp:205:2: error: Mismatching allocation and deallocation: glyphs [mismatchAllocDealloc]
fontmatrix-0.6.0+svn20110930/src/icushaper.cpp:206:2: error: Mismatching allocation and deallocation: indices [mismatchAllocDealloc]
fontmatrix-0.6.0+svn20110930/src/icushaper.cpp:207:2: error: Mismatching allocation and deallocation: positions [mismatchAllocDealloc]
fontmatrix-0.6.0+svn20110930/src/iview.h:26:3: style: Class 'IView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/m17nshaper.cpp:21:13: warning: Member variable 'M17NShaper::grrr' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/m17nshaper.h:26:13: style: The function 'doShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:31:21: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/m17nshaper.h:26:13: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::confirmAll' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::confirmTags' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::activateAllAction' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::deactivateAllAction' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::minimizeAction' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::restoreAction' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::quitAction' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::trayIcon' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::trayIconMenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::tagMenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::tagActions' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::showAllConfirmation' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::showTagsConfirmation' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:95:2: warning: Member variable 'Systray::settings' is not initialized in the constructor. [uninitMemberVarPrivate]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::confirmAll' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::confirmTags' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::activateAllAction' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::deactivateAllAction' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::minimizeAction' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::restoreAction' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::quitAction' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::trayIcon' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::trayIconMenu' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::tagMenu' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::tagActions' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::showAllConfirmation' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::showTagsConfirmation' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/systray.h:96:7: warning: Member variable 'Systray::settings' is not assigned a value in 'Systray::operator='. [operatorEqVarError]
fontmatrix-0.6.0+svn20110930/src/mainviewwidget.cpp:1149:50: style: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/mainviewwidget.h:139:36: note: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'.
fontmatrix-0.6.0+svn20110930/src/mainviewwidget.cpp:1149:50: note: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'.
fontmatrix-0.6.0+svn20110930/src/panosematch.h:24:2: style: Class 'PanoseMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/tagswidget.h:29:2: style: Class 'TagsWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/modeltext.h:23:3: style: Class 'ModelText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/pangoshaper.h:22:13: style: The function 'doShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fontmatrix-0.6.0+svn20110930/src/fmbaseshaper.h:31:21: note: Virtual function in base class
fontmatrix-0.6.0+svn20110930/src/pangoshaper.h:22:13: note: Function in derived class
fontmatrix-0.6.0+svn20110930/src/panosedialog.cpp:62:6: style: The scope of the variable 'pValue' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/panosedialog.cpp:95:60: style: Variable 'pmap' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/panosematch.cpp:271:6: style: The scope of the variable 'dr' can be reduced. [variableScope]
fontmatrix-0.6.0+svn20110930/src/panosematch.h:37:13: performance: Technically the member function 'PanoseMatch::parse' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/panosematch.cpp:100:25: note: Technically the member function 'PanoseMatch::parse' can be static.
fontmatrix-0.6.0+svn20110930/src/panosematch.h:37:13: note: Technically the member function 'PanoseMatch::parse' can be static.
fontmatrix-0.6.0+svn20110930/src/parallelcoor.h:217:4: warning: Member variable 'Units::hunit' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.h:217:4: warning: Member variable 'Units::wunit' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.h:217:4: warning: Member variable 'Units::XOffset' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.h:217:4: warning: Member variable 'Units::YOffset' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.h:217:4: warning: Member variable 'Units::H' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.h:217:4: warning: Member variable 'Units::W' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.h:217:4: warning: Member variable 'Units::C' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.h:217:4: warning: Member variable 'Units::step' is not initialized in the constructor. [uninitMemberVar]
fontmatrix-0.6.0+svn20110930/src/panosemodel.h:33:2: style: Class 'PanoseAttributeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/panosemodel.h:48:2: style: Class 'PanoseValueModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.h:156:3: style: Class 'ParallelCoorView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.cpp:422:0: style: Variable 'lastW' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/parallelcoor.cpp:423:7: style: Variable 'lastPosShifted' is assigned a value that is never used. [unreadVariable]
fontmatrix-0.6.0+svn20110930/src/prefspaneldialog.cpp:483:52: style: Function 'slotShowImportedFonts' argument 1 names different: declaration 'i' definition 'show'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/prefspaneldialog.h:105:34: note: Function 'slotShowImportedFonts' argument 1 names different: declaration 'i' definition 'show'.
fontmatrix-0.6.0+svn20110930/src/prefspaneldialog.cpp:483:52: note: Function 'slotShowImportedFonts' argument 1 names different: declaration 'i' definition 'show'.
fontmatrix-0.6.0+svn20110930/src/remotedir.h:45:3: style: Class 'RemoteDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/samplewidget.cpp:884:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fontmatrix-0.6.0+svn20110930/src/samplewidget.cpp:886:2: note: Found duplicate branches for 'if' and 'else'.
fontmatrix-0.6.0+svn20110930/src/samplewidget.cpp:884:2: note: Found duplicate branches for 'if' and 'else'.
fontmatrix-0.6.0+svn20110930/src/samplewidget.cpp:711:2: error: Uninitialized variable: concernedView [uninitvar]
fontmatrix-0.6.0+svn20110930/src/sctextbrowser.h:19:3: style: Class 'ScTextBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/tagseteditor.h:34:3: style: Class 'TagSetEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/tagswidget_listmodel.h:31:2: style: Class 'TagsWidget_ListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fontmatrix-0.6.0+svn20110930/src/textprogression.h:25:15: performance: Technically the member function 'TextProgression::inBlock' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/textprogression.cpp:29:47: note: Technically the member function 'TextProgression::inBlock' can be static.
fontmatrix-0.6.0+svn20110930/src/textprogression.h:25:15: note: Technically the member function 'TextProgression::inBlock' can be static.
fontmatrix-0.6.0+svn20110930/src/textprogression.h:26:15: performance: Technically the member function 'TextProgression::inLine' can be static. [functionStatic]
fontmatrix-0.6.0+svn20110930/src/textprogression.cpp:41:47: note: Technically the member function 'TextProgression::inLine' can be static.
fontmatrix-0.6.0+svn20110930/src/textprogression.h:26:15: note: Technically the member function 'TextProgression::inLine' can be static.
fontmatrix-0.6.0+svn20110930/src/treeitem.cpp:45:40: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
fontmatrix-0.6.0+svn20110930/src/treeitem.h:36:32: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
fontmatrix-0.6.0+svn20110930/src/treeitem.cpp:45:40: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
fontmatrix-0.6.0+svn20110930/src/treeitem.cpp:37:2: performance: Variable 'itemData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fontmatrix-0.6.0+svn20110930/src/typotekadaptator.h:37:3: style: Class 'TypotekAdaptator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[22:29]

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-adf/fonts-adf_0.20110505.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-aksharyogini2/fonts-aksharyogini2_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-android/fonts-android_6.0.1r16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-anonymous-pro/fonts-anonymous-pro_1.002.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-aoyagi-kouzan-t/fonts-aoyagi-kouzan-t_20160404.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-aoyagi-soseki/fonts-aoyagi-soseki_20070207.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-arabeyes/fonts-arabeyes_2.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-arkpandora/fonts-arkpandora_2.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-arphic-bkai00mp/fonts-arphic-bkai00mp_2.10.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-arphic-bsmi00lp/fonts-arphic-bsmi00lp_2.10.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-arphic-gbsn00lp/fonts-arphic-gbsn00lp_2.11.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-arphic-gkai00mp/fonts-arphic-gkai00mp_2.11.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-arphic-ukai/fonts-arphic-ukai_0.2.20080216.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-arphic-uming/fonts-arphic-uming_0.2.20080216.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-atarismall/fonts-atarismall_2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-averia-gwf/fonts-averia-gwf_1.00.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-averia-sans-gwf/fonts-averia-sans-gwf_1.00.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-averia-serif-gwf/fonts-averia-serif-gwf_1.00.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-babelstone-han/fonts-babelstone-han_9.0.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-babelstone-modern/fonts-babelstone-modern_6.002.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-baekmuk/fonts-baekmuk_2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-bebas-neue/fonts-bebas-neue_3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-beng-extra/fonts-beng-extra_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-beteckna/fonts-beteckna_0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-blankenburg/fonts-blankenburg_0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-bpg-georgian/fonts-bpg-georgian_2012.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-breip/fonts-breip_1.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-cabin/fonts-cabin_1.5.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-cabinsketch/fonts-cabinsketch_1.02.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-cantarell/fonts-cantarell_0.101.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-century-catalogue/fonts-century-catalogue_001.001.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-cmu/fonts-cmu_0.7.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-cns11643/fonts-cns11643_98.1+20150923.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-comfortaa/fonts-comfortaa_3.001.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-croscore/fonts-croscore_1.23.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-crosextra-caladea/fonts-crosextra-caladea_20130214.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-crosextra-carlito/fonts-crosextra-carlito_20130920.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-cwtex/fonts-cwtex_1.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-dancingscript/fonts-dancingscript_1.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ddc-uchen/fonts-ddc-uchen_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-dejavu/fonts-dejavu_2.37.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-dejima-mincho/fonts-dejima-mincho_227.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-deva-extra/fonts-deva-extra_3.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-dosis/fonts-dosis_1.7.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-droid/fonts-droid_20111207+git.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-dseg/fonts-dseg_0.44.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-dustin/fonts-dustin_20030517.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-dzongkha/fonts-dzongkha_0.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ebgaramond/fonts-ebgaramond_0.016.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ecolier-court/fonts-ecolier-court_1.00.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ecolier-lignes-court/fonts-ecolier-lignes-court_1.00.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-eeyek/fonts-eeyek_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-elusive-icons/fonts-elusive-icons_2.0.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-evertype-conakry/fonts-evertype-conakry_0.002+source.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-f500/fonts-f500_1.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-fantasque-sans/fonts-fantasque-sans_1.7.2~alpha.3~dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-fanwood/fonts-fanwood_1.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-farsiweb/fonts-farsiweb_0.4.dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-femkeklaver/fonts-femkeklaver_1.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-firacode/fonts-firacode_1.204.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-font-awesome/fonts-font-awesome_5.0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-freefarsi/fonts-freefarsi_1.0.0~beta1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-freefont/fonts-freefont_20120503.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gargi/fonts-gargi_2.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-georgewilliams/fonts-georgewilliams_20031023.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-artemisia/fonts-gfs-artemisia_1.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-baskerville/fonts-gfs-baskerville_1.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-bodoni-classic/fonts-gfs-bodoni-classic_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-complutum/fonts-gfs-complutum_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-didot/fonts-gfs-didot_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-didot-classic/fonts-gfs-didot-classic_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-gazis/fonts-gfs-gazis_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-neohellenic/fonts-gfs-neohellenic_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-olga/fonts-gfs-olga_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-porson/fonts-gfs-porson_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-solomos/fonts-gfs-solomos_1.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gfs-theokritos/fonts-gfs-theokritos_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gnutypewriter/fonts-gnutypewriter_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-go/fonts-go_0~20161116.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-goudybookletter/fonts-goudybookletter_2010.07.03.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gubbi/fonts-gubbi_1.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-gujr-extra/fonts-gujr-extra_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-guru-extra/fonts-guru-extra_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-hack/fonts-hack_3.003.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-hanazono/fonts-hanazono_20170904.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-horai-umefont/fonts-horai-umefont_670.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-hosny-amiri/fonts-hosny-amiri_0.111.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-hosny-thabit/fonts-hosny-thabit_0.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-humor-sans/fonts-humor-sans_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-inconsolata/fonts-inconsolata_001.010.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ipaexfont/fonts-ipaexfont_00301.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ipafont/fonts-ipafont_00303.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ipamj-mincho/fonts-ipamj-mincho_005.01.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-isabella/fonts-isabella_1.202.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-johnsmith-induni/fonts-johnsmith-induni_20101012.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-jsmath/fonts-jsmath_0.090709+0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-junction/fonts-junction_20110525.18de841.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-junicode/fonts-junicode_1.001.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-jura/fonts-jura_2.6.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-kacst/fonts-kacst_2.01+mry.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-kacst-one/fonts-kacst-one_5.0+svn11846.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-kalapi/fonts-kalapi_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-kanjistrokeorders/fonts-kanjistrokeorders_4.001~dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-karla/fonts-karla_20151208.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-kaushanscript/fonts-kaushanscript_1.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-khmeros/fonts-khmeros_5.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-kiloji/fonts-kiloji_2.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-klaudia-berenika/fonts-klaudia-berenika_2011-09-03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-knda-extra/fonts-knda-extra_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-komatuna/fonts-komatuna_20101113.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-konatu/fonts-konatu_26.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-kouzan-mouhitsu/fonts-kouzan-mouhitsu_20170411.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-kristi/fonts-kristi_20100000.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lao/fonts-lao_0.0.20060226.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lato/fonts-lato_2.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-league-spartan/fonts-league-spartan_0.2+sursly.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-leckerli-one/fonts-leckerli-one_20110000.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-levien-museum/fonts-levien-museum_001.002.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-levien-typoscript/fonts-levien-typoscript_000.001.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lexi-gulim/fonts-lexi-gulim_20090423.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lexi-saebom/fonts-lexi-saebom_20100129.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lg-aboriginal/fonts-lg-aboriginal_1.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-liberation/fonts-liberation_1.07.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-liberation2/fonts-liberation2_2.00.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lindenhill/fonts-lindenhill_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-linex/fonts-linex_2.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-linuxlibertine/fonts-linuxlibertine_5.3.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lklug-sinhala/fonts-lklug-sinhala_0.6.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lobstertwo/fonts-lobstertwo_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-beng-assamese/fonts-lohit-beng-assamese_2.91.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-beng-bengali/fonts-lohit-beng-bengali_2.91.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-deva/fonts-lohit-deva_2.95.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-deva-marathi/fonts-lohit-deva-marathi_2.94.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-deva-nepali/fonts-lohit-deva-nepali_2.94.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-gujr/fonts-lohit-gujr_2.92.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-guru/fonts-lohit-guru_2.91.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-knda/fonts-lohit-knda_2.5.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-mlym/fonts-lohit-mlym_2.92.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-orya/fonts-lohit-orya_2.91.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-taml/fonts-lohit-taml_2.91.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-taml-classical/fonts-lohit-taml-classical_2.5.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-lohit-telu/fonts-lohit-telu_2.5.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-manchufont/fonts-manchufont_2.007.svn0068.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-materialdesignicons-webfont/fonts-materialdesignicons-webfont_1.4.57.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-meera-taml/fonts-meera-taml_1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-mgopen/fonts-mgopen_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-migmix/fonts-migmix_20150712.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-misaki/fonts-misaki_20150410.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-mmcedar/fonts-mmcedar_20101113a.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-monapo/fonts-monapo_20170722.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-monlam/fonts-monlam_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-monoid/fonts-monoid_0.61.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-motoya-l-cedar/fonts-motoya-l-cedar_1.01.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-motoya-l-maruberi/fonts-motoya-l-maruberi_1.01.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-mph-2b-damase/fonts-mph-2b-damase_001.000.dfsg.2+ds1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-mplus/fonts-mplus_063.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-nafees/fonts-nafees_1.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-nakula/fonts-nakula_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-nanum/fonts-nanum_3.020.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-nanum-coding/fonts-nanum-coding_2.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-nanum-eco/fonts-nanum-eco_1.000.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-nanum-gothic-light/fonts-nanum-gothic-light_1.000.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-naver-d2coding/fonts-naver-d2coding_1.3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-navilu/fonts-navilu_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-noto/fonts-noto_20171026.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-noto-cjk/fonts-noto-cjk_20170601+repack1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-noto-color-emoji/fonts-noto-color-emoji_0~20180810.orig.tar.gz
[22:31]

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ocr-a/fonts-ocr-a_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ocr-b/fonts-ocr-b_0.2~dfsg1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-oflb-asana-math/fonts-oflb-asana-math_000.907.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-oflb-euterpe/fonts-oflb-euterpe_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-okolaks/fonts-okolaks_0.6.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-oldstandard/fonts-oldstandard_2.2really.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-open-sans/fonts-open-sans_1.11.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-opendin/fonts-opendin_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-opendyslexic/fonts-opendyslexic_20160623.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-oradano-mincho-gsrr/fonts-oradano-mincho-gsrr_0.2018.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-orya-extra/fonts-orya-extra_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-pagul/fonts-pagul_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-paktype/fonts-paktype_0.0svn20121225.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-pecita/fonts-pecita_5.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-play/fonts-play_1.002+20111215.1+ds2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-prociono/fonts-prociono_2.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-quattrocento/fonts-quattrocento_1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-radisnoir/fonts-radisnoir_0.9b.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ricty-diminished/fonts-ricty-diminished_4.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-roboto/fonts-roboto_0~20160106.orig.tar.gz
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:303:40: style: Function 'combine' argument 1 names different: declaration 'prev' definition 'newprev'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:297:31: note: Function 'combine' argument 1 names different: declaration 'prev' definition 'newprev'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:303:40: note: Function 'combine' argument 1 names different: declaration 'prev' definition 'newprev'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:303:56: style: Function 'combine' argument 2 names different: declaration 'score' definition 'newscore'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:297:44: note: Function 'combine' argument 2 names different: declaration 'score' definition 'newscore'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:303:56: note: Function 'combine' argument 2 names different: declaration 'score' definition 'newscore'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:303:71: style: Function 'combine' argument 3 names different: declaration 'q' definition 'newq'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:297:56: note: Function 'combine' argument 3 names different: declaration 'q' definition 'newq'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:303:71: note: Function 'combine' argument 3 names different: declaration 'q' definition 'newq'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:125:7: style: Technically the member function 'ArclenFunctor::operator()' can be const. [functionConst]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:120:2: style: Class 'ArclenFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/fontcrunch/quadopt.cc:234:9: performance: Function parameter 'q' should be passed by const reference. [passedByValue]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/font/blend.c:262:7: style: The scope of the variable 'score' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/font/blend.c:289:15: style: The scope of the variable 'bb' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/font/blend.c:353:9: style: The scope of the variable 'n_pass' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/font/blend.c:354:11: style: The scope of the variable 'thresh' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/font/blend.c:343:0: error: Memory leak: scores2 [memleak]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/font/segment.c:150:14: style: Variable 'fo' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_hittest.c:212:12: style: The scope of the variable 'xq2' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_hittest.c:212:17: style: The scope of the variable 'yq2' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_libart.c:104:25: style: Function 'bezctx_to_bpath' argument 1 names different: declaration 'bc' definition 'z'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_libart.h:5:25: note: Function 'bezctx_to_bpath' argument 1 names different: declaration 'bc' definition 'z'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_libart.c:104:25: note: Function 'bezctx_to_bpath' argument 1 names different: declaration 'bc' definition 'z'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_ps.c:110:25: style: Function 'bezctx_ps_close' argument 1 names different: declaration 'bc' definition 'z'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_ps.h:8:25: note: Function 'bezctx_ps_close' argument 1 names different: declaration 'bc' definition 'z'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_ps.c:110:25: note: Function 'bezctx_ps_close' argument 1 names different: declaration 'bc' definition 'z'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_quartz.c:70:26: style: Function 'bezctx_to_quartz' argument 1 names different: declaration 'bc' definition 'z'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_quartz.h:4:26: note: Function 'bezctx_to_quartz' argument 1 names different: declaration 'bc' definition 'z'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/bezctx_quartz.c:70:26: note: Function 'bezctx_to_quartz' argument 1 names different: declaration 'bc' definition 'z'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/carbon_main.c:178:1: style: Label 'CantCreateWindow' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/carbon_main.c:179:1: style: Label 'CantSetMenuBar' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/carbon_main.c:180:1: style: Label 'CantGetNibRef' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/cornu.c:256:20: style: The scope of the variable 't_m' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/cornu.c:302:12: style: The scope of the variable 't' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/cornu.c:302:15: style: The scope of the variable 'u' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:148:13: style: The scope of the variable 'bc' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:59:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:63:2: style: Label 'CantMalloc' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:90:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:91:2: style: Label 'TroubleInSuperClass' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:231:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:263:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:287:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:315:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:399:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:518:2: style: Label 'CantCreate' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:519:2: style: Label 'CantGetRootView' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:520:2: style: Label 'CantSetParameter' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:521:2: style: Label 'CantCreateEvent' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:523:2: style: Label 'CantRegister' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:547:2: style: Label 'CantGetPrivate' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/pe_view.c:532:11: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:523:5: warning: Possible null pointer dereference: p [nullPointer]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:520:6: note: Assignment 'p=NULL', assigned value is 0
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:523:5: note: Null pointer dereference
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:524:5: warning: Possible null pointer dereference: p [nullPointer]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:520:6: note: Assignment 'p=NULL', assigned value is 0
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:524:5: note: Null pointer dereference
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:374:9: style: The scope of the variable 'i' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:375:15: style: The scope of the variable 'path' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:283:38: style: Function 'plate_motion_select' argument 2 names different: declaration 'x' definition 'x1'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.h:83:38: note: Function 'plate_motion_select' argument 2 names different: declaration 'x' definition 'x1'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:283:38: note: Function 'plate_motion_select' argument 2 names different: declaration 'x' definition 'x1'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:283:49: style: Function 'plate_motion_select' argument 3 names different: declaration 'y' definition 'y1'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.h:83:48: note: Function 'plate_motion_select' argument 3 names different: declaration 'y' definition 'y1'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:283:49: note: Function 'plate_motion_select' argument 3 names different: declaration 'y' definition 'y1'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:436:0: error: Resource leak: f [resourceLeak]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/plate.c:423:40: error: Uninitialized variable: cmd [uninitvar]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/ppedit.c:258:9: style: The scope of the variable 'i' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/ppedit.c:539:15: style: Unused variable: view [unusedVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/ppedit_gtk1.c:395:9: style: The scope of the variable 'i' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/ppedit_gtk1.c:565:19: style: Variable 'need_redraw' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/ppedit_gtk1.c:578:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/spiro.c:634:9: style: The scope of the variable 'k' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/spiro.c:766:12: style: The scope of the variable 'norm' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/spiro.c:809:9: style: The scope of the variable 'th_even' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/spiro.c:809:18: style: The scope of the variable 'th_odd' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/spiro.c:810:9: style: The scope of the variable 'ul' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/spiro.c:810:13: style: The scope of the variable 'vl' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/spiro.c:811:9: style: The scope of the variable 'ur' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/ppedit/spiro.c:811:13: style: The scope of the variable 'vr' can be reduced. [variableScope]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:828:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:827:5: note: Variable 'err' is reassigned a value before the old one has been used.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:828:5: note: Variable 'err' is reassigned a value before the old one has been used.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:829:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:828:5: note: Variable 'err' is reassigned a value before the old one has been used.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:829:5: note: Variable 'err' is reassigned a value before the old one has been used.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:465:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:469:2: style: Label 'CantMalloc' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:496:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:497:2: style: Label 'TroubleInSuperClass' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:533:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:565:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:591:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:619:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:682:2: style: Label 'ParameterMissing' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:811:2: style: Label 'CantCreate' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:812:2: style: Label 'CantGetRootView' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:813:2: style: Label 'CantSetParameter' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:814:2: style: Label 'CantCreateEvent' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:816:2: style: Label 'CantRegister' is not used. [unusedLabel]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:118:31: style: Function 'x3_window_show' argument 1 names different: declaration 'w' definition 'mainwin'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3common.h:16:31: note: Function 'x3_window_show' argument 1 names different: declaration 'w' definition 'mainwin'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:118:31: note: Function 'x3_window_show' argument 1 names different: declaration 'w' definition 'mainwin'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:209:40: style: Function 'x3window' argument 4 names different: declaration 'callback_data' definition 'data'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3.h:236:40: note: Function 'x3window' argument 4 names different: declaration 'callback_data' definition 'data'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:209:40: note: Function 'x3window' argument 4 names different: declaration 'callback_data' definition 'data'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:375:44: style: Function 'x3button' argument 2 names different: declaration 'name' definition 'cmd'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3.h:245:44: note: Function 'x3button' argument 2 names different: declaration 'name' definition 'cmd'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:375:44: note: Function 'x3button' argument 2 names different: declaration 'name' definition 'cmd'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:391:43: style: Function 'x3label' argument 2 names different: declaration 'label' definition 'text'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3.h:246:43: note: Function 'x3label' argument 2 names different: declaration 'label' definition 'text'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:391:43: note: Function 'x3label' argument 2 names different: declaration 'label' definition 'text'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:120:16: style: Unused variable: root [unusedVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:239:20: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:384:11: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:401:11: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:397:26: style: Variable 'singleline' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:420:11: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:418:26: style: Variable 'singleline' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3carbon.c:829:11: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3common.c:328:2: error: Common realloc mistake: 'x3needshow' nulled but not freed upon failure [memleakOnRealloc]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3gtk.c:405:44: style: Function 'x3button' argument 2 names different: declaration 'name' definition 'cmd'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3.h:245:44: note: Function 'x3button' argument 2 names different: declaration 'name' definition 'cmd'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3gtk.c:405:44: note: Function 'x3button' argument 2 names different: declaration 'name' definition 'cmd'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3gtk.c:419:43: style: Function 'x3label' argument 2 names different: declaration 'label' definition 'text'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3.h:246:43: note: Function 'x3label' argument 2 names different: declaration 'label' definition 'text'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3gtk.c:419:43: note: Function 'x3label' argument 2 names different: declaration 'label' definition 'text'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3win32.c:66:40: style: Function 'x3window' argument 4 names different: declaration 'callback_data' definition 'data'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3.h:236:40: note: Function 'x3window' argument 4 names different: declaration 'callback_data' definition 'data'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3win32.c:66:40: note: Function 'x3window' argument 4 names different: declaration 'callback_data' definition 'data'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3win32.c:154:44: style: Function 'x3button' argument 2 names different: declaration 'name' definition 'cmd'. [funcArgNamesDifferent]
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3.h:245:44: note: Function 'x3button' argument 2 names different: declaration 'name' definition 'cmd'.
roboto-6831ae5695b88e456589476a6d5de3aaf065685c/third_party/spiro/x3/x3win32.c:154:44: note: Function 'x3button' argument 2 names different: declaration 'name' definition 'cmd'.
[22:32]

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-roboto-fontface/fonts-roboto-fontface_0.5.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-roboto-slab/fonts-roboto-slab_1.100263+20170512.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-rufscript/fonts-rufscript_010.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sahadeva/fonts-sahadeva_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sambhota-tsugring/fonts-sambhota-tsugring_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sambhota-yigchung/fonts-sambhota-yigchung_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-samyak/fonts-samyak_1.2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sarai/fonts-sarai_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sawarabi-gothic/fonts-sawarabi-gothic_20161015.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sawarabi-mincho/fonts-sawarabi-mincho_20180515.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-senamirmir-washra/fonts-senamirmir-washra_4.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-seto/fonts-seto_6.20.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-abyssinica/fonts-sil-abyssinica_1.500.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-alkalami/fonts-sil-alkalami_1.100.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-andika/fonts-sil-andika_5.000.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-andika-compact/fonts-sil-andika-compact_5.000.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-andikanewbasic/fonts-sil-andikanewbasic_5.500.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-annapurna/fonts-sil-annapurna_1.203.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-charis/fonts-sil-charis_5.000.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-charis-compact/fonts-sil-charis-compact_5.000.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-dai-banna/fonts-sil-dai-banna_2.200.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-doulos/fonts-sil-doulos_5.000.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-doulos-compact/fonts-sil-doulos-compact_5.000.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-ezra/fonts-sil-ezra_2.51.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-galatia/fonts-sil-galatia_2.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-gentium/fonts-sil-gentium_1.03.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-gentium-basic/fonts-sil-gentium-basic_1.102.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-gentiumplus/fonts-sil-gentiumplus_5.000.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-gentiumplus-compact/fonts-sil-gentiumplus-compact_5.000.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-harmattan/fonts-sil-harmattan_1.001.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-lateef/fonts-sil-lateef_1.001.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-mondulkiri/fonts-sil-mondulkiri_7.100.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-mondulkiri-extra/fonts-sil-mondulkiri-extra_5.300.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-nuosusil/fonts-sil-nuosusil_2.1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-padauk/fonts-sil-padauk_3.003.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-scheherazade/fonts-sil-scheherazade_2.100.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-sophia-nubian/fonts-sil-sophia-nubian_1.000.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-taiheritagepro/fonts-sil-taiheritagepro_2.600.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sil-zaghawa-beria/fonts-sil-zaghawa-beria_1.000.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-sipa-arundina/fonts-sipa-arundina_0.2.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc/fonts-smc_6.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-anjalioldlipi/fonts-smc-anjalioldlipi_7.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-chilanka/fonts-smc-chilanka_1.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-dyuthi/fonts-smc-dyuthi_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-karumbi/fonts-smc-karumbi_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-keraleeyam/fonts-smc-keraleeyam_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-manjari/fonts-smc-manjari_1.5.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-meera/fonts-smc-meera_7.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-rachana/fonts-smc-rachana_7.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-raghumalayalamsans/fonts-smc-raghumalayalamsans_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-suruma/fonts-smc-suruma_3.2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-smc-uroob/fonts-smc-uroob_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-stix/fonts-stix_1.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-takao/fonts-takao_00303.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-taml-tamu/fonts-taml-tamu_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-taml-tscu/fonts-taml-tscu_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-telu-extra/fonts-telu-extra_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-teluguvijayam/fonts-teluguvijayam_1.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-tibetan-machine/fonts-tibetan-machine_1.901b.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-tiresias/fonts-tiresias_0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-tlwg/fonts-tlwg_0.6.5.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-tomsontalks/fonts-tomsontalks_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-tuffy/fonts-tuffy_20120614.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ubuntu-title/fonts-ubuntu-title_0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-ukij-uyghur/fonts-ukij-uyghur_20110217.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-umeplus/fonts-umeplus_20180604.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-unfonts-core/fonts-unfonts-core_1.0.2-080608.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-unfonts-extra/fonts-unfonts-extra_1.0.2-080608.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-unikurdweb/fonts-unikurdweb_1.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-uralic/fonts-uralic_0.0.20040829.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-urw-base35/fonts-urw-base35_20170801.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-vlgothic/fonts-vlgothic_20141206.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-vollkorn/fonts-vollkorn_4.105.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-woowa-hanna/fonts-woowa-hanna_1.000.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-wqy-microhei/fonts-wqy-microhei_0.2.0-beta.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-wqy-zenhei/fonts-wqy-zenhei_0.9.45.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-yanone-kaffeesatz/fonts-yanone-kaffeesatz_0.20151005.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-yozvox-yozfont/fonts-yozvox-yozfont_14.04.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fonts-yrsa-rasa/fonts-yrsa-rasa_1.002.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonttools/fonttools_3.21.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fonty-rg/fonty-rg_0.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fontypython/fontypython_0.5.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/foo-yc20/foo-yc20_1.3.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/foo2zjs/foo2zjs_20171202dfsg0.orig.tar.xz
foo2zjs-20171202dfsg0/arm2hpdl.c:169:6: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/arm2hpdl.c:161:6: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/arm2hpdl.c:169:6: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/command2foo2lava-pjl.c:70:18: style: The scope of the variable 'lineptr' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/command2foo2lava-pjl.c:72:17: style: The scope of the variable 'attr' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/command2foo2lava-pjl.c:316:21: style: The scope of the variable 'sindex' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/command2foo2lava-pjl.c:413:31: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
foo2zjs-20171202dfsg0/command2foo2lava-pjl.c:423:40: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
foo2zjs-20171202dfsg0/command2foo2lava-pjl.c:426:31: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
foo2zjs-20171202dfsg0/command2foo2lava-pjl.c:433:31: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
foo2zjs-20171202dfsg0/command2foo2lava-pjl.c:439:31: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
foo2zjs-20171202dfsg0/ddstdecode.c:250:9: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
foo2zjs-20171202dfsg0/ddstdecode.c:249:6: note: Assignment 'rc=0', assigned value is 0
foo2zjs-20171202dfsg0/ddstdecode.c:250:9: note: Condition 'rc==0' is always true
foo2zjs-20171202dfsg0/ddstdecode.c:109:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/ddstdecode.c:109:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/ddstdecode.c:112:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/ddstdecode.c:264:7: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/ddstdecode.c:263:7: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/ddstdecode.c:264:7: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/ddstdecode.c:372:7: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/ddstdecode.c:371:7: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/ddstdecode.c:372:7: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/ddstdecode.c:210:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
foo2zjs-20171202dfsg0/ddstdecode.c:310:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
foo2zjs-20171202dfsg0/ddstdecode.c:116:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:117:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:118:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:119:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:120:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:123:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:124:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:125:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:126:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:127:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:128:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:129:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/ddstdecode.c:130:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/foo2ddst.c:914:2: style: Variable 'bpl16' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/foo2ddst.c:913:2: note: Variable 'bpl16' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/foo2ddst.c:914:2: note: Variable 'bpl16' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/foo2ddst.c:1307:2: style: Variable 'bpl16' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/foo2ddst.c:1306:2: note: Variable 'bpl16' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/foo2ddst.c:1307:2: note: Variable 'bpl16' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/foo2ddst.c:1351:5: style: Variable 'bpl16' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/foo2ddst.c:1350:5: note: Variable 'bpl16' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/foo2ddst.c:1351:5: note: Variable 'bpl16' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/foo2ddst.c:292:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1086:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1117:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1117:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1271:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1272:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1273:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1274:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1274:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1274:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1275:11: style: The scope of the variable 'bpl16' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1276:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2ddst.c:1421:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:445:28: warning: Either the condition 'if(root)' is redundant or there is possible null pointer dereference: root. [nullPointerRedundantCheck]
foo2zjs-20171202dfsg0/foo2hbpl2.c:560:8: note: Assuming that condition 'if(root)' is not redundant
foo2zjs-20171202dfsg0/foo2hbpl2.c:558:16: note: Calling function 'start_page', 1st argument 'root' value is 0
foo2zjs-20171202dfsg0/foo2hbpl2.c:445:28: note: Null pointer dereference
foo2zjs-20171202dfsg0/foo2hbpl2.c:335:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1093:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1124:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1124:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1302:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1303:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1304:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1305:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1305:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1305:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1306:11: style: The scope of the variable 'bpl16' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1307:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hbpl2.c:1471:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:290:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:620:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1241:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1272:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1272:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1430:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1431:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1432:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1433:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1433:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1433:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1434:11: style: The scope of the variable 'bpl16' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1435:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:1577:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hiperc.c:538:8: style: Variable 'stripe' is modified but its new value is never used. [unreadVariable]
foo2zjs-20171202dfsg0/foo2hp.c:617:16: style: Condition 'state==255' is always true [knownConditionTrueFalse]
foo2zjs-20171202dfsg0/foo2hp.c:615:2: note: case 255: state is 255 here.
foo2zjs-20171202dfsg0/foo2hp.c:617:16: note: Condition 'state==255' is always true
foo2zjs-20171202dfsg0/foo2hp.c:310:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:394:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:418:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:677:10: style: The scope of the variable 'size' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:945:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1196:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1227:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1227:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1383:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1384:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1385:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1386:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1386:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1386:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1387:11: style: The scope of the variable 'bpl16' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1388:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1455:11: style: The scope of the variable 'bpc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1456:11: style: The scope of the variable 'bpp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1457:11: style: The scope of the variable 'co' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1457:15: style: The scope of the variable 'cs' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1458:11: style: The scope of the variable 'rawW' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1458:17: style: The scope of the variable 'rawH' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1458:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1459:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1460:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1460:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1460:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1460:22: style: The scope of the variable 'bpl16' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1463:11: style: The scope of the variable 'seek' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2hp.c:1686:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:344:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1008:9: style: The scope of the variable 'x' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1008:12: style: The scope of the variable 'y' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1194:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1225:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1225:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1379:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1380:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1381:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1382:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1382:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1382:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1383:11: style: The scope of the variable 'bpl16' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1384:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1537:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2lava.c:1685:25: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
foo2zjs-20171202dfsg0/foo2lava.c:1685:15: error: Uninitialized variable: media [uninitvar]
foo2zjs-20171202dfsg0/foo2oak.c:347:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:445:17: style: The scope of the variable 'pad' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:446:16: style: The scope of the variable 'pageno' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:889:8: style: The scope of the variable 'chainlen' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:890:8: style: The scope of the variable 'padlen' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1047:15: style: The scope of the variable 'pad' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1209:8: style: The scope of the variable 'chainlen' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1210:8: style: The scope of the variable 'padlen' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1628:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1659:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1661:11: style: The scope of the variable 'rawW' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1661:17: style: The scope of the variable 'rawH' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1661:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1662:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1663:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1663:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1663:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1664:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1727:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1729:11: style: The scope of the variable 'rawW' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1729:17: style: The scope of the variable 'rawH' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1729:23: style: The scope of the variable 'maxVal' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1730:11: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1730:19: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1731:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1731:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1731:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2oak.c:1732:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:608:28: warning: Either the condition 'if(root)' is redundant or there is possible null pointer dereference: root. [nullPointerRedundantCheck]
foo2zjs-20171202dfsg0/foo2qpdl.c:809:8: note: Assuming that condition 'if(root)' is not redundant
foo2zjs-20171202dfsg0/foo2qpdl.c:807:16: note: Calling function 'start_page', 1st argument 'root' value is 0
foo2zjs-20171202dfsg0/foo2qpdl.c:608:28: note: Null pointer dereference
foo2zjs-20171202dfsg0/foo2qpdl.c:321:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:471:16: style: The scope of the variable 'next' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:472:10: style: The scope of the variable 'len' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:474:10: style: The scope of the variable 'cksum' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:611:11: style: The scope of the variable 'cksum' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:710:11: style: The scope of the variable 'stripe' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1354:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1385:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1385:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1547:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1548:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1549:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1550:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1550:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1550:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1551:11: style: The scope of the variable 'bpl16' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1552:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2qpdl.c:1700:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:496:28: warning: Either the condition 'if(root)' is redundant or there is possible null pointer dereference: root. [nullPointerRedundantCheck]
foo2zjs-20171202dfsg0/foo2slx.c:580:8: note: Assuming that condition 'if(root)' is not redundant
foo2zjs-20171202dfsg0/foo2slx.c:576:16: note: Calling function 'start_page', 1st argument 'root' value is 0
foo2zjs-20171202dfsg0/foo2slx.c:496:28: note: Null pointer dereference
foo2zjs-20171202dfsg0/foo2slx.c:288:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:389:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:816:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1074:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1105:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1105:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1202:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1260:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1261:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1262:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1263:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1263:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1263:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1265:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2slx.c:1416:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:453:28: warning: Either the condition 'if(root)' is redundant or there is possible null pointer dereference: root. [nullPointerRedundantCheck]
foo2zjs-20171202dfsg0/foo2xqx.c:533:8: note: Assuming that condition 'if(root)' is not redundant
foo2zjs-20171202dfsg0/foo2xqx.c:527:16: note: Calling function 'start_page', 1st argument 'root' value is 0
foo2zjs-20171202dfsg0/foo2xqx.c:453:28: note: Null pointer dereference
foo2zjs-20171202dfsg0/foo2xqx.c:289:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1022:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1053:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1053:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1207:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1208:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1209:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1210:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1210:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1210:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1211:11: style: The scope of the variable 'bpl16' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1212:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2xqx.c:1354:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:587:28: warning: Either the condition 'if(root)' is redundant or there is possible null pointer dereference: root. [nullPointerRedundantCheck]
foo2zjs-20171202dfsg0/foo2zjs.c:743:8: note: Assuming that condition 'if(root)' is not redundant
foo2zjs-20171202dfsg0/foo2zjs.c:737:16: note: Calling function 'start_page', 1st argument 'root' value is 0
foo2zjs-20171202dfsg0/foo2zjs.c:587:28: note: Null pointer dereference
foo2zjs-20171202dfsg0/foo2zjs.c:365:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:449:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1200:6: style: The scope of the variable 'x' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1391:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1422:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1422:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1611:20: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1612:23: style: The scope of the variable 'rawBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1613:11: style: The scope of the variable 'rightBpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1614:11: style: The scope of the variable 'w' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1614:14: style: The scope of the variable 'h' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1614:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1616:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/foo2zjs.c:1783:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/gipddecode.c:119:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/gipddecode.c:119:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/gipddecode.c:122:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/gipddecode.c:403:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/gipddecode.c:624:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/gipddecode.c:626:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/gipddecode.c:728:4: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/gipddecode.c:727:4: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/gipddecode.c:728:4: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/gipddecode.c:165:10: style: The scope of the variable 'size' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/gipddecode.c:166:10: style: The scope of the variable 'items' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/gipddecode.c:533:15: style: The scope of the variable 'c' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/gipddecode.c:126:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:127:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:128:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:129:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:130:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:133:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:134:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:135:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:136:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:137:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:138:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:139:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/gipddecode.c:140:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:187:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hbpldecode.c:187:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hbpldecode.c:190:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hbpldecode.c:123:8: style: The scope of the variable 'n' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/hbpldecode.c:230:13: style: The scope of the variable 'dfp' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/hbpldecode.c:233:21: style: The scope of the variable 'image' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/hbpldecode.c:234:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/hbpldecode.c:274:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/hbpldecode.c:277:10: style: The scope of the variable 'len' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/hbpldecode.c:630:34: style: The scope of the variable 'token' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/hbpldecode.c:259:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
foo2zjs-20171202dfsg0/hbpldecode.c:194:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:195:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:196:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:197:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:198:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:201:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:202:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:203:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:204:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:205:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:206:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:207:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hbpldecode.c:208:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:120:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:120:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:123:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:209:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:209:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:247:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:265:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:282:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:286:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:309:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:309:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/hipercdecode.c:152:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/hipercdecode.c:127:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:128:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:129:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:130:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:131:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:134:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:135:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:136:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:137:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:138:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:139:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:140:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/hipercdecode.c:141:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:251:30: style: The scope of the variable 'p4' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:251:34: style: The scope of the variable 'p5' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1418:14: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:45:21: style: struct member 'CAM02COLOR::e' is never used. [unusedStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:45:39: style: struct member 'CAM02COLOR::t' is never used. [unusedStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:46:12: style: struct member 'CAM02COLOR::abC' is never used. [unusedStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:47:12: style: struct member 'CAM02COLOR::abs' is never used. [unusedStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:48:12: style: struct member 'CAM02COLOR::abM' is never used. [unusedStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.a [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.b [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.h [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.e [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.H [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.A [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.J [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.Q [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.s [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.t [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.C [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:458:22: error: Uninitialized struct member: clr.M [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:479:29: error: Uninitialized struct member: clr.a [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:479:29: error: Uninitialized struct member: clr.b [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:479:29: error: Uninitialized struct member: clr.e [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:479:29: error: Uninitialized struct member: clr.H [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:479:29: error: Uninitialized struct member: clr.A [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:479:29: error: Uninitialized struct member: clr.Q [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:479:29: error: Uninitialized struct member: clr.s [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:479:29: error: Uninitialized struct member: clr.t [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam02.c:479:29: error: Uninitialized struct member: clr.M [uninitStructMember]
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:300:71: style: Function 'cmsCIECAM97sInit' argument 1 names different: declaration 'pVC2' definition 'pVC'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:932:74: note: Function 'cmsCIECAM97sInit' argument 1 names different: declaration 'pVC2' definition 'pVC'.
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:300:71: note: Function 'cmsCIECAM97sInit' argument 1 names different: declaration 'pVC2' definition 'pVC'.
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:465:76: style: Function 'cmsCIECAM97sForward' argument 2 names different: declaration 'pIn' definition 'inPtr'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:934:85: note: Function 'cmsCIECAM97sForward' argument 2 names different: declaration 'pIn' definition 'inPtr'.
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:465:76: note: Function 'cmsCIECAM97sForward' argument 2 names different: declaration 'pIn' definition 'inPtr'.
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:465:92: style: Function 'cmsCIECAM97sForward' argument 3 names different: declaration 'pOut' definition 'outPtr'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:934:99: note: Function 'cmsCIECAM97sForward' argument 3 names different: declaration 'pOut' definition 'outPtr'.
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:465:92: note: Function 'cmsCIECAM97sForward' argument 3 names different: declaration 'pOut' definition 'outPtr'.
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:559:73: style: Function 'cmsCIECAM97sReverse' argument 2 names different: declaration 'pIn' definition 'inPtr'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:935:82: note: Function 'cmsCIECAM97sReverse' argument 2 names different: declaration 'pIn' definition 'inPtr'.
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:559:73: note: Function 'cmsCIECAM97sReverse' argument 2 names different: declaration 'pIn' definition 'inPtr'.
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:559:92: style: Function 'cmsCIECAM97sReverse' argument 3 names different: declaration 'pOut' definition 'outPtr'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:935:102: note: Function 'cmsCIECAM97sReverse' argument 3 names different: declaration 'pOut' definition 'outPtr'.
foo2zjs-20171202dfsg0/icc2ps/cmscam97.c:559:92: note: Function 'cmsCIECAM97sReverse' argument 3 names different: declaration 'pOut' definition 'outPtr'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1191:13: warning: Either the condition 'last!=0' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1182:36: note: Assuming that condition 'last!=0' is not redundant
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1191:13: note: Null pointer dereference
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:585:13: style: The scope of the variable 'x' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:585:16: style: The scope of the variable 'res' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:751:29: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2413:17: style: The scope of the variable 'data' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2436:17: style: The scope of the variable 'data' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2455:17: style: The scope of the variable 'fld' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1008:39: style: Function 'cmsIT8Free' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1265:58: note: Function 'cmsIT8Free' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1008:39: note: Function 'cmsIT8Free' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1330:67: style: Function 'cmsIT8SetComment' argument 2 names different: declaration 'cComment' definition 'Val'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1282:82: note: Function 'cmsIT8SetComment' argument 2 names different: declaration 'cComment' definition 'Val'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1330:67: note: Function 'cmsIT8SetComment' argument 2 names different: declaration 'cComment' definition 'Val'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1343:71: style: Function 'cmsIT8SetPropertyStr' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1284:86: note: Function 'cmsIT8SetPropertyStr' argument 2 names different: declaration 'cProp' definition 'Key'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1343:71: note: Function 'cmsIT8SetPropertyStr' argument 2 names different: declaration 'cProp' definition 'Key'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1343:88: style: Function 'cmsIT8SetPropertyStr' argument 3 names different: declaration 'Str' definition 'Val'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1284:105: note: Function 'cmsIT8SetPropertyStr' argument 3 names different: declaration 'Str' definition 'Val'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1343:88: note: Function 'cmsIT8SetPropertyStr' argument 3 names different: declaration 'Str' definition 'Val'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1381:73: style: Function 'cmsIT8SetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1287:88: note: Function 'cmsIT8SetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1381:73: note: Function 'cmsIT8SetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1381:90: style: Function 'cmsIT8SetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1287:107: note: Function 'cmsIT8SetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1381:90: note: Function 'cmsIT8SetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1381:110: style: Function 'cmsIT8SetPropertyMulti' argument 4 names different: declaration 'Val' definition 'Buffer'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1287:129: note: Function 'cmsIT8SetPropertyMulti' argument 4 names different: declaration 'Val' definition 'Buffer'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1381:110: note: Function 'cmsIT8SetPropertyMulti' argument 4 names different: declaration 'Val' definition 'Buffer'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1389:71: style: Function 'cmsIT8GetProperty' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1291:83: note: Function 'cmsIT8GetProperty' argument 2 names different: declaration 'cProp' definition 'Key'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1389:71: note: Function 'cmsIT8GetProperty' argument 2 names different: declaration 'cProp' definition 'Key'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1410:76: style: Function 'cmsIT8GetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1293:88: note: Function 'cmsIT8GetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1410:76: note: Function 'cmsIT8GetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1410:93: style: Function 'cmsIT8GetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1293:107: note: Function 'cmsIT8GetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1410:93: note: Function 'cmsIT8GetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1488:52: style: Function 'cmsIT8SetDataFormat' argument 1 names different: declaration 'IT8' definition 'h'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1322:67: note: Function 'cmsIT8SetDataFormat' argument 1 names different: declaration 'IT8' definition 'h'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1488:52: note: Function 'cmsIT8SetDataFormat' argument 1 names different: declaration 'IT8' definition 'h'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1759:49: style: Function 'cmsIT8SaveToFile' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1275:64: note: Function 'cmsIT8SaveToFile' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:1759:49: note: Function 'cmsIT8SaveToFile' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2336:48: style: Function 'cmsIT8EnumDataFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1323:68: note: Function 'cmsIT8EnumDataFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2336:48: note: Function 'cmsIT8EnumDataFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2480:55: style: Function 'cmsIT8GetDataRowCol' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1299:67: note: Function 'cmsIT8GetDataRowCol' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2480:55: note: Function 'cmsIT8GetDataRowCol' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2488:53: style: Function 'cmsIT8GetDataRowColDbl' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1300:70: note: Function 'cmsIT8GetDataRowColDbl' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2488:53: note: Function 'cmsIT8GetDataRowColDbl' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2524:49: style: Function 'cmsIT8GetData' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1308:61: note: Function 'cmsIT8GetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2524:49: note: Function 'cmsIT8GetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2545:47: style: Function 'cmsIT8GetDataDbl' argument 1 names different: declaration 'IT8' definition 'it8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1311:64: note: Function 'cmsIT8GetDataDbl' argument 1 names different: declaration 'IT8' definition 'it8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2545:47: note: Function 'cmsIT8GetDataDbl' argument 1 names different: declaration 'IT8' definition 'it8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2563:46: style: Function 'cmsIT8SetData' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1313:61: note: Function 'cmsIT8SetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2563:46: note: Function 'cmsIT8SetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2636:66: style: Function 'cmsIT8GetPatchByName' argument 2 names different: declaration 'cSample' definition 'cPatch'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1327:86: note: Function 'cmsIT8GetPatchByName' argument 2 names different: declaration 'cSample' definition 'cPatch'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2636:66: note: Function 'cmsIT8GetPatchByName' argument 2 names different: declaration 'cSample' definition 'cPatch'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2641:44: style: Function 'cmsIT8TableCount' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1269:64: note: Function 'cmsIT8TableCount' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2641:44: note: Function 'cmsIT8TableCount' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2694:50: style: Function 'cmsIT8DefineDblFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1336:69: note: Function 'cmsIT8DefineDblFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscgats.c:2694:50: note: Function 'cmsIT8DefineDblFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
foo2zjs-20171202dfsg0/icc2ps/cmscnvrt.c:559:23: style: Function 'cmsChooseCnvrt' argument 12 names different: declaration 'DoBPC' definition 'DoBlackPointCompensation'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1992:22: note: Function 'cmsChooseCnvrt' argument 12 names different: declaration 'DoBPC' definition 'DoBlackPointCompensation'.
foo2zjs-20171202dfsg0/icc2ps/cmscnvrt.c:559:23: note: Function 'cmsChooseCnvrt' argument 12 names different: declaration 'DoBPC' definition 'DoBlackPointCompensation'.
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:72:18: style: The scope of the variable 'octet' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:290:16: style: The scope of the variable 'R' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:290:24: style: The scope of the variable 'dval' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:573:15: style: The scope of the variable 'x' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:573:18: style: The scope of the variable 'y' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:791:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:794:12: style: The scope of the variable 'x' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:794:15: style: The scope of the variable 'y' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:794:18: style: The scope of the variable 'x1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:794:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:794:26: style: The scope of the variable 'x2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:794:30: style: The scope of the variable 'y2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:794:34: style: The scope of the variable 'a' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:794:37: style: The scope of the variable 'b' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:872:10: style: The scope of the variable 'wQuant' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:872:18: style: The scope of the variable 'wValIn' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:154:51: style: Function 'cmsDupGamma' argument 1 names different: declaration 'Src' definition 'In'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:953:59: note: Function 'cmsDupGamma' argument 1 names different: declaration 'Src' definition 'In'.
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:154:51: note: Function 'cmsDupGamma' argument 1 names different: declaration 'Src' definition 'In'.
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:570:45: style: Function 'cmsEstimateGammaEx' argument 1 names different: declaration 'Table' definition 'GammaTable'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:959:60: note: Function 'cmsEstimateGammaEx' argument 1 names different: declaration 'Table' definition 'GammaTable'.
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:570:45: note: Function 'cmsEstimateGammaEx' argument 1 names different: declaration 'Table' definition 'GammaTable'.
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:713:59: style: Function 'cmsSmoothSampledCurve' argument 2 names different: declaration 'SmoothingLambda' definition 'lambda'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1709:71: note: Function 'cmsSmoothSampledCurve' argument 2 names different: declaration 'SmoothingLambda' definition 'lambda'.
foo2zjs-20171202dfsg0/icc2ps/cmsgamma.c:713:59: note: Function 'cmsSmoothSampledCurve' argument 2 names different: declaration 'SmoothingLambda' definition 'lambda'.
foo2zjs-20171202dfsg0/icc2ps/cmsgmt.c:1012:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsgmt.c:1085:24: style: The scope of the variable 'v' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:520:29: style: The scope of the variable 'res' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:711:23: style: The scope of the variable 'd000' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:711:29: style: The scope of the variable 'd001' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:711:35: style: The scope of the variable 'd010' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:711:41: style: The scope of the variable 'd011' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:712:23: style: The scope of the variable 'd100' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:712:29: style: The scope of the variable 'd101' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:712:35: style: The scope of the variable 'd110' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:712:41: style: The scope of the variable 'd111' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:713:23: style: The scope of the variable 'dx00' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:713:29: style: The scope of the variable 'dx01' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:713:35: style: The scope of the variable 'dx10' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:713:41: style: The scope of the variable 'dx11' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:714:23: style: The scope of the variable 'dxy0' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:714:29: style: The scope of the variable 'dxy1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:714:35: style: The scope of the variable 'dxyz' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:893:19: style: The scope of the variable 'c0' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:893:35: style: The scope of the variable 'Rest' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:1012:31: style: The scope of the variable 'Rest' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:371:32: style: Function 'cmsLinearInterpLUT16' argument 1 names different: declaration 'Value' definition 'Value1'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1598:41: note: Function 'cmsLinearInterpLUT16' argument 1 names different: declaration 'Value' definition 'Value1'.
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:371:32: note: Function 'cmsLinearInterpLUT16' argument 1 names different: declaration 'Value' definition 'Value1'.
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:886:34: style: Function 'cmsTetrahedralInterp16' argument 3 names different: declaration 'LutTable' definition 'LutTable1'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1609:40: note: Function 'cmsTetrahedralInterp16' argument 3 names different: declaration 'LutTable' definition 'LutTable1'.
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:886:34: note: Function 'cmsTetrahedralInterp16' argument 3 names different: declaration 'LutTable' definition 'LutTable1'.
foo2zjs-20171202dfsg0/icc2ps/cmsintrp.c:533:24: style: Array index 'NumZeroes' is used before limits check. [arrayIndexThenCheck]
foo2zjs-20171202dfsg0/icc2ps/cmsio0.c:689:102: style: Function '_cmsAddSequenceDescriptionTag' argument 3 names different: declaration 'PSeq' definition 'pseq'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1365:115: note: Function '_cmsAddSequenceDescriptionTag' argument 3 names different: declaration 'PSeq' definition 'pseq'.
foo2zjs-20171202dfsg0/icc2ps/cmsio0.c:689:102: note: Function '_cmsAddSequenceDescriptionTag' argument 3 names different: declaration 'PSeq' definition 'pseq'.
foo2zjs-20171202dfsg0/icc2ps/cmsio0.c:365:0: error: Resource leak: ICCfile [resourceLeak]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:675:21: style: The scope of the variable 'WhiteFixed' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:675:46: style: The scope of the variable 'WhiteUnfixed' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:676:20: style: The scope of the variable 'j' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:677:23: style: The scope of the variable 'Dist' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:677:29: style: The scope of the variable 'DistFixed' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:677:40: style: The scope of the variable 'DistUnfixed' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:880:25: style: The scope of the variable 'n' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:976:35: style: The scope of the variable 'ReturnGamma' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:978:25: style: The scope of the variable 'n' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:1176:20: style: The scope of the variable 'sc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:2555:20: style: The scope of the variable 'hEmpty' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:1637:21: style: Checking if unsigned variable 'Len' is less than zero. [unsignedLessThanZero]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:2915:21: style: Checking if unsigned variable 'AlignedSize' is less than zero. [unsignedLessThanZero]
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:1668:81: style: Function 'cmsReadICCTextEx' argument 3 names different: declaration 'Text' definition 'Name'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:989:99: note: Function 'cmsReadICCTextEx' argument 3 names different: declaration 'Text' definition 'Name'.
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:1668:81: note: Function 'cmsReadICCTextEx' argument 3 names different: declaration 'Text' definition 'Name'.
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:1668:94: style: Function 'cmsReadICCTextEx' argument 4 names different: declaration 'size' definition 'size_max'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:989:112: note: Function 'cmsReadICCTextEx' argument 4 names different: declaration 'size' definition 'size_max'.
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:1668:94: note: Function 'cmsReadICCTextEx' argument 4 names different: declaration 'size' definition 'size_max'.
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:2552:59: style: Function 'cmsOpenProfileFromFile' argument 1 names different: declaration 'ICCProfile' definition 'lpFileName'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:837:69: note: Function 'cmsOpenProfileFromFile' argument 1 names different: declaration 'ICCProfile' definition 'lpFileName'.
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:2552:59: note: Function 'cmsOpenProfileFromFile' argument 1 names different: declaration 'ICCProfile' definition 'lpFileName'.
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:3540:85: style: Function 'cmsAddTag' argument 3 names different: declaration 'data' definition 'Tag'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1179:93: note: Function 'cmsAddTag' argument 3 names different: declaration 'data' definition 'Tag'.
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:3540:85: note: Function 'cmsAddTag' argument 3 names different: declaration 'data' definition 'Tag'.
foo2zjs-20171202dfsg0/icc2ps/cmsio1.c:3067:21: warning: The buffer 'root' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
foo2zjs-20171202dfsg0/icc2ps/cmslut.c:594:12: style: The scope of the variable 'v1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmslut.c:594:16: style: The scope of the variable 'v2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmslut.c:594:20: style: The scope of the variable 'v3' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmslut.c:759:16: style: The scope of the variable 'error' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmslut.c:217:39: style: Function 'cmsAlloc3DGrid' argument 1 names different: declaration 'Lut' definition 'NewLUT'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1226:48: note: Function 'cmsAlloc3DGrid' argument 1 names different: declaration 'Lut' definition 'NewLUT'.
foo2zjs-20171202dfsg0/icc2ps/cmslut.c:217:39: note: Function 'cmsAlloc3DGrid' argument 1 names different: declaration 'Lut' definition 'NewLUT'.
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:99:8: warning: Either the condition 'NewMatShaper' is redundant or there is possible null pointer dereference: NewMatShaper. [nullPointerRedundantCheck]
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:96:12: note: Assuming that condition 'NewMatShaper' is not redundant
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:99:8: note: Null pointer dereference
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:157:8: warning: Either the condition 'NewMatShaper' is redundant or there is possible null pointer dereference: NewMatShaper. [nullPointerRedundantCheck]
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:154:12: note: Assuming that condition 'NewMatShaper' is not redundant
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:157:8: note: Null pointer dereference
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:323:12: style: The scope of the variable 'i' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:90:39: style: Function 'cmsAllocMatShaper2' argument 1 names different: declaration 'matrix' definition 'Matrix'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1738:45: note: Function 'cmsAllocMatShaper2' argument 1 names different: declaration 'matrix' definition 'Matrix'.
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:90:39: note: Function 'cmsAllocMatShaper2' argument 1 names different: declaration 'matrix' definition 'Matrix'.
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:142:38: style: Function 'cmsAllocMatShaper' argument 1 names different: declaration 'matrix' definition 'Matrix'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1737:44: note: Function 'cmsAllocMatShaper' argument 1 names different: declaration 'matrix' definition 'Matrix'.
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:142:38: note: Function 'cmsAllocMatShaper' argument 1 names different: declaration 'matrix' definition 'Matrix'.
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:142:59: style: Function 'cmsAllocMatShaper' argument 2 names different: declaration 'Shaper' definition 'Tables'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1737:65: note: Function 'cmsAllocMatShaper' argument 2 names different: declaration 'Shaper' definition 'Tables'.
foo2zjs-20171202dfsg0/icc2ps/cmsmatsh.c:142:59: note: Function 'cmsAllocMatShaper' argument 2 names different: declaration 'Shaper' definition 'Tables'.
foo2zjs-20171202dfsg0/icc2ps/cmsmtrx.c:328:15: style: The scope of the variable 'c' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsmtrx.c:344:15: style: The scope of the variable 'c' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsmtrx.c:474:25: style: The scope of the variable 'max' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsnamed.c:91:48: style: Function 'cmsFreeNamedColorList' argument 1 names different: declaration 'List' definition 'v'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1769:70: note: Function 'cmsFreeNamedColorList' argument 1 names different: declaration 'List' definition 'v'.
foo2zjs-20171202dfsg0/icc2ps/cmsnamed.c:91:48: note: Function 'cmsFreeNamedColorList' argument 1 names different: declaration 'List' definition 'v'.
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:489:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:522:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:550:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:583:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:616:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:1376:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:1405:23: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:1428:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:1458:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:644:21: style: The scope of the variable 'n' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:644:24: style: The scope of the variable 'pe' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:644:28: style: The scope of the variable 'pf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:668:21: style: The scope of the variable 'n' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:668:24: style: The scope of the variable 'pe' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:668:28: style: The scope of the variable 'pf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:2137:47: style: Function 'cmsChangeBuffersFormat' argument 2 names different: declaration 'InputFormat' definition 'dwInputFormat'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1129:88: note: Function 'cmsChangeBuffersFormat' argument 2 names different: declaration 'InputFormat' definition 'dwInputFormat'.
foo2zjs-20171202dfsg0/icc2ps/cmspack.c:2137:47: note: Function 'cmsChangeBuffersFormat' argument 2 names different: declaration 'InputFormat' definition 'dwInputFormat'.
foo2zjs-20171202dfsg0/icc2ps/cmspcs.c:427:68: style: Function 'cmsFloat2LabEncoded' argument 2 names different: declaration 'Lab' definition 'fLab'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1352:85: note: Function 'cmsFloat2LabEncoded' argument 2 names different: declaration 'Lab' definition 'fLab'.
foo2zjs-20171202dfsg0/icc2ps/cmspcs.c:427:68: note: Function 'cmsFloat2LabEncoded' argument 2 names different: declaration 'Lab' definition 'fLab'.
foo2zjs-20171202dfsg0/icc2ps/cmspcs.c:442:69: style: Function 'cmsFloat2LabEncoded4' argument 2 names different: declaration 'Lab' definition 'fLab'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1353:86: note: Function 'cmsFloat2LabEncoded4' argument 2 names different: declaration 'Lab' definition 'fLab'.
foo2zjs-20171202dfsg0/icc2ps/cmspcs.c:442:69: note: Function 'cmsFloat2LabEncoded4' argument 2 names different: declaration 'Lab' definition 'fLab'.
foo2zjs-20171202dfsg0/icc2ps/cmspcs.c:590:49: style: Function 'cmsXYZEncoded2Float' argument 1 names different: declaration 'fxyz' definition 'fXYZ'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1354:66: note: Function 'cmsXYZEncoded2Float' argument 1 names different: declaration 'fxyz' definition 'fXYZ'.
foo2zjs-20171202dfsg0/icc2ps/cmspcs.c:590:49: note: Function 'cmsXYZEncoded2Float' argument 1 names different: declaration 'fxyz' definition 'fXYZ'.
foo2zjs-20171202dfsg0/icc2ps/cmsps2.c:999:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsps2.c:1000:17: style: The scope of the variable 'Profiles' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsps2.c:1064:19: style: The scope of the variable 'DeviceLink' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsps2.c:1443:17: style: The scope of the variable 'Profiles' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmssamp.c:48:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmssamp.c:373:13: style: Variable 'Error' is assigned a value that is never used. [unreadVariable]
foo2zjs-20171202dfsg0/icc2ps/cmswtpnt.c:347:12: style: The scope of the variable 'uj' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmswtpnt.c:347:15: style: The scope of the variable 'vj' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmswtpnt.c:347:18: style: The scope of the variable 'tj' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmswtpnt.c:347:24: style: The scope of the variable 'dj' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmswtpnt.c:347:30: style: The scope of the variable 'mj' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmswtpnt.c:116:73: style: Function 'cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:904:69: note: Function 'cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'.
foo2zjs-20171202dfsg0/icc2ps/cmswtpnt.c:116:73: note: Function 'cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'.
foo2zjs-20171202dfsg0/icc2ps/cmswtpnt.c:117:63: style: Function 'cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:905:75: note: Function 'cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'.
foo2zjs-20171202dfsg0/icc2ps/cmswtpnt.c:117:63: note: Function 'cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1713:22: style: The scope of the variable 'TagTable' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1334:65: style: Function 'cmsCreateProofingTransform' argument 1 names different: declaration 'Input' definition 'InputProfile'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1106:73: note: Function 'cmsCreateProofingTransform' argument 1 names different: declaration 'Input' definition 'InputProfile'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1334:65: note: Function 'cmsCreateProofingTransform' argument 1 names different: declaration 'Input' definition 'InputProfile'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1336:60: style: Function 'cmsCreateProofingTransform' argument 3 names different: declaration 'Output' definition 'OutputProfile'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1108:60: note: Function 'cmsCreateProofingTransform' argument 3 names different: declaration 'Output' definition 'OutputProfile'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1336:60: note: Function 'cmsCreateProofingTransform' argument 3 names different: declaration 'Output' definition 'OutputProfile'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1338:60: style: Function 'cmsCreateProofingTransform' argument 5 names different: declaration 'Proofing' definition 'ProofingProfile'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1110:60: note: Function 'cmsCreateProofingTransform' argument 5 names different: declaration 'Proofing' definition 'ProofingProfile'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1338:60: note: Function 'cmsCreateProofingTransform' argument 5 names different: declaration 'Proofing' definition 'ProofingProfile'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1339:52: style: Function 'cmsCreateProofingTransform' argument 6 names different: declaration 'Intent' definition 'nIntent'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1111:52: note: Function 'cmsCreateProofingTransform' argument 6 names different: declaration 'Intent' definition 'nIntent'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1339:52: note: Function 'cmsCreateProofingTransform' argument 6 names different: declaration 'Intent' definition 'nIntent'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1772:71: style: Function 'cmsCreateMultiprofileTransform' argument 3 names different: declaration 'InputFormat' definition 'dwInput'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1117:71: note: Function 'cmsCreateMultiprofileTransform' argument 3 names different: declaration 'InputFormat' definition 'dwInput'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1772:71: note: Function 'cmsCreateMultiprofileTransform' argument 3 names different: declaration 'InputFormat' definition 'dwInput'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1773:71: style: Function 'cmsCreateMultiprofileTransform' argument 4 names different: declaration 'OutputFormat' definition 'dwOutput'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/icc2ps/lcms.h:1118:71: note: Function 'cmsCreateMultiprofileTransform' argument 4 names different: declaration 'OutputFormat' definition 'dwOutput'.
foo2zjs-20171202dfsg0/icc2ps/cmsxform.c:1773:71: note: Function 'cmsCreateMultiprofileTransform' argument 4 names different: declaration 'OutputFormat' definition 'dwOutput'.
foo2zjs-20171202dfsg0/jbig.c:910:35: style: The scope of the variable 'p0' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:910:50: style: The scope of the variable 'q2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:912:17: style: The scope of the variable 'line_h0' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:913:35: style: The scope of the variable 'line_l1' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:913:44: style: The scope of the variable 'line_l2' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:913:53: style: The scope of the variable 'line_l3' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:919:15: style: The scope of the variable 'p' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:920:21: style: The scope of the variable 'cx' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:926:19: style: The scope of the variable 'new_jbg_buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:1793:17: style: The scope of the variable 'bpl' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:1795:25: style: The scope of the variable 'y' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:1800:17: style: The scope of the variable 'dpbuf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:1983:17: style: The scope of the variable 'stripe' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:1984:7: style: The scope of the variable 'layer' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:2574:17: style: The scope of the variable 'x' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:2577:18: style: The scope of the variable 'dppriv' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig.c:838:59: style: Function 'jbg_enc_lrlmax' argument 2 names different: declaration 'mwidth' definition 'x'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/jbig.h:201:59: note: Function 'jbg_enc_lrlmax' argument 2 names different: declaration 'mwidth' definition 'x'.
foo2zjs-20171202dfsg0/jbig.c:838:59: note: Function 'jbg_enc_lrlmax' argument 2 names different: declaration 'mwidth' definition 'x'.
foo2zjs-20171202dfsg0/jbig.c:839:20: style: Function 'jbg_enc_lrlmax' argument 3 names different: declaration 'mheight' definition 'y'. [funcArgNamesDifferent]
foo2zjs-20171202dfsg0/jbig.h:202:20: note: Function 'jbg_enc_lrlmax' argument 3 names different: declaration 'mheight' definition 'y'.
foo2zjs-20171202dfsg0/jbig.c:839:20: note: Function 'jbg_enc_lrlmax' argument 3 names different: declaration 'mheight' definition 'y'.
foo2zjs-20171202dfsg0/jbig_ar.c:108:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/jbig_ar.c:264:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/lavadecode.c:111:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/lavadecode.c:111:5: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/lavadecode.c:114:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/lavadecode.c:472:7: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/lavadecode.c:471:7: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/lavadecode.c:472:7: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/lavadecode.c:404:11: style: The scope of the variable 'color' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/lavadecode.c:329:5: style: Expression '(X & 0x7) < 0x8' is always true. [comparisonError]
foo2zjs-20171202dfsg0/lavadecode.c:118:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:119:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:120:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:121:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:122:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:125:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:126:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:127:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:128:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:129:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:130:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:131:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/lavadecode.c:132:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:159:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:159:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:162:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:366:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:388:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:513:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:513:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:513:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:513:3: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:513:3: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:513:3: warning: %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:513:3: warning: %d in format string (no. 10) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:513:3: warning: %d in format string (no. 11) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/oakdecode.c:550:14: style: The scope of the variable 'first_bih' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/oakdecode.c:241:10: style: struct member 'HDR_0D::pad' is never used. [unusedStructMember]
foo2zjs-20171202dfsg0/oakdecode.c:254:11: style: struct member 'HDR_0C::pad' is never used. [unusedStructMember]
foo2zjs-20171202dfsg0/oakdecode.c:266:11: style: struct member 'HDR_3C::pad' is never used. [unusedStructMember]
foo2zjs-20171202dfsg0/oakdecode.c:166:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:167:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:168:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:169:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:170:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:173:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:174:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:175:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:176:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:177:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:178:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:179:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/oakdecode.c:180:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:111:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/opldecode.c:111:5: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/opldecode.c:114:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/opldecode.c:301:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
foo2zjs-20171202dfsg0/opldecode.c:360:21: style: The scope of the variable 'ch' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/opldecode.c:118:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:119:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:120:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:121:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:122:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:125:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:126:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:127:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:128:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:129:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:130:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:131:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/opldecode.c:132:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:132:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/qpdldecode.c:132:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/qpdldecode.c:137:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/qpdldecode.c:479:4: style: Variable 'ch' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/qpdldecode.c:477:0: note: Variable 'ch' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/qpdldecode.c:479:4: note: Variable 'ch' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/qpdldecode.c:518:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/qpdldecode.c:141:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:142:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:143:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:144:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:145:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:148:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:149:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:150:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:151:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:152:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:153:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:154:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/qpdldecode.c:155:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:114:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/slxdecode.c:114:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/slxdecode.c:117:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/slxdecode.c:401:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/slxdecode.c:403:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/slxdecode.c:505:4: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/slxdecode.c:504:4: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/slxdecode.c:505:4: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/slxdecode.c:148:10: style: The scope of the variable 'size' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/slxdecode.c:149:10: style: The scope of the variable 'items' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/slxdecode.c:310:15: style: The scope of the variable 'c' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/slxdecode.c:121:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:122:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:123:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:124:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:125:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:128:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:129:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:130:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:131:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:132:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:133:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:134:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/slxdecode.c:135:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:109:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/xqxdecode.c:109:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/xqxdecode.c:112:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/xqxdecode.c:288:7: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/xqxdecode.c:287:7: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/xqxdecode.c:288:7: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/xqxdecode.c:116:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:117:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:118:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:119:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:120:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:123:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:124:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:125:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:126:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:127:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:128:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:129:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/xqxdecode.c:130:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:116:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/zjsdecode.c:116:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/zjsdecode.c:119:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/zjsdecode.c:595:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/zjsdecode.c:597:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foo2zjs-20171202dfsg0/zjsdecode.c:723:4: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
foo2zjs-20171202dfsg0/zjsdecode.c:722:4: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/zjsdecode.c:723:4: note: Variable 'rc' is reassigned a value before the old one has been used.
foo2zjs-20171202dfsg0/zjsdecode.c:159:10: style: The scope of the variable 'size' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/zjsdecode.c:160:10: style: The scope of the variable 'items' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/zjsdecode.c:418:10: style: The scope of the variable 'c' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/zjsdecode.c:453:12: style: The scope of the variable 'c' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/zjsdecode.c:728:12: style: The scope of the variable 'i' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/zjsdecode.c:728:15: style: The scope of the variable 'gray4' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/zjsdecode.c:729:13: style: The scope of the variable 'gray' can be reduced. [variableScope]
foo2zjs-20171202dfsg0/zjsdecode.c:553:23: style: Unsigned variable 'val' can't be negative so it is unnecessary to test it. [unsignedPositive]
foo2zjs-20171202dfsg0/zjsdecode.c:555:23: style: Unsigned variable 'val' can't be negative so it is unnecessary to test it. [unsignedPositive]
foo2zjs-20171202dfsg0/zjsdecode.c:557:23: style: Unsigned variable 'val' can't be negative so it is unnecessary to test it. [unsignedPositive]
foo2zjs-20171202dfsg0/zjsdecode.c:123:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:124:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:125:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:126:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:127:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:130:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:131:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:132:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:133:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:134:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:135:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:136:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foo2zjs-20171202dfsg0/zjsdecode.c:137:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[22:33]

ftp://ftp.se.debian.org/debian/pool/main/f/foobillard/foobillard_3.0a.orig.tar.gz
foobillard-3.0a/src/aiplayer.c:325:56: warning: Logical disjunction always evaluates to true: i >= 2 || i <= 7. [incorrectLogicOperator]
foobillard-3.0a/src/aiplayer.c:390:17: style: Variable 'hole' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/ball.c:387:9: style: Variable 'xt' is reassigned a value before the old one has been used. [redundantAssignment]
foobillard-3.0a/src/ball.c:385:9: note: Variable 'xt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:387:9: note: Variable 'xt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:388:9: style: Variable 'yt' is reassigned a value before the old one has been used. [redundantAssignment]
foobillard-3.0a/src/ball.c:386:9: note: Variable 'yt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:388:9: note: Variable 'yt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:397:9: style: Variable 'xt' is reassigned a value before the old one has been used. [redundantAssignment]
foobillard-3.0a/src/ball.c:395:9: note: Variable 'xt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:397:9: note: Variable 'xt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:398:9: style: Variable 'yt' is reassigned a value before the old one has been used. [redundantAssignment]
foobillard-3.0a/src/ball.c:396:9: note: Variable 'yt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:398:9: note: Variable 'yt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:407:9: style: Variable 'xt' is reassigned a value before the old one has been used. [redundantAssignment]
foobillard-3.0a/src/ball.c:405:9: note: Variable 'xt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:407:9: note: Variable 'xt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:408:9: style: Variable 'yt' is reassigned a value before the old one has been used. [redundantAssignment]
foobillard-3.0a/src/ball.c:406:9: note: Variable 'yt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:408:9: note: Variable 'yt' is reassigned a value before the old one has been used.
foobillard-3.0a/src/ball.c:316:16: style: The scope of the variable 'count' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:317:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:366:9: style: The scope of the variable 'otherside' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:367:12: style: The scope of the variable 'xt' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:367:15: style: The scope of the variable 'yt' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:367:18: style: The scope of the variable 'rho' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:812:12: style: The scope of the variable 'phi' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:812:16: style: The scope of the variable 'th' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:812:19: style: The scope of the variable 'v_abs' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:812:25: style: The scope of the variable 'v_xy' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:847:11: style: The scope of the variable 'j' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:847:13: style: The scope of the variable 'k' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:847:15: style: The scope of the variable 'l' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:847:21: style: The scope of the variable 'tchanged' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:849:9: style: The scope of the variable 'cutnr' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:852:25: style: The scope of the variable 'v_xy' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:1188:28: style: The scope of the variable 'fact' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:1248:16: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:1298:28: style: The scope of the variable 'fact' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:1316:16: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:1364:28: style: The scope of the variable 'fact' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:1382:16: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:1548:11: style: The scope of the variable 'j' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:1549:12: style: The scope of the variable 'fact' can be reduced. [variableScope]
foobillard-3.0a/src/ball.c:337:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
foobillard-3.0a/src/ball.c:499:18: style: Unused variable: rho [unusedVariable]
foobillard-3.0a/src/ball.c:826:17: style: Variable 'v_xy' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/ball.c:944:17: style: Variable 'tchanged' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/ball.c:887:24: style: Variable 'v_xy' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/ball.c:883:24: style: Variable 'v_in' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/ball.c:1055:13: style: Variable 'cfar' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/ball.c:1547:16: style: Variable 'fresnel_init' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/billard.c:88:12: style: Condition '!ok' is always false [knownConditionTrueFalse]
foobillard-3.0a/src/billard.c:64:12: note: Assignment 'ok=1', assigned value is 1
foobillard-3.0a/src/billard.c:88:12: note: Condition '!ok' is always false
foobillard-3.0a/src/billard.c:823:9: style: Variable 'ang' is reassigned a value before the old one has been used. [redundantAssignment]
foobillard-3.0a/src/billard.c:822:9: note: Variable 'ang' is reassigned a value before the old one has been used.
foobillard-3.0a/src/billard.c:823:9: note: Variable 'ang' is reassigned a value before the old one has been used.
foobillard-3.0a/src/billard.c:923:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillard-3.0a/src/billard.c:739:29: style: Variable 'ampl' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/billard3d.c:463:30: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
foobillard-3.0a/src/billard3d.c:464:30: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
foobillard-3.0a/src/billard3d.c:465:30: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
foobillard-3.0a/src/billard3d.c:3917:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillard-3.0a/src/billard3d.c:3965:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillard-3.0a/src/billard3d.c:4680:5: style: Variable 'g_act_menu' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
foobillard-3.0a/src/billard3d.c:4679:5: note: Variable 'g_act_menu' is reassigned a value before the old one has been used if variable is no semaphore variable.
foobillard-3.0a/src/billard3d.c:4680:5: note: Variable 'g_act_menu' is reassigned a value before the old one has been used if variable is no semaphore variable.
foobillard-3.0a/src/billard3d.c:2372:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
foobillard-3.0a/src/billard3d.c:2375:6: note: Found duplicate branches for 'if' and 'else'.
foobillard-3.0a/src/billard3d.c:2372:4: note: Found duplicate branches for 'if' and 'else'.
foobillard-3.0a/src/billard3d.c:3007:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
foobillard-3.0a/src/billard3d.c:3009:6: note: Found duplicate branches for 'if' and 'else'.
foobillard-3.0a/src/billard3d.c:3007:11: note: Found duplicate branches for 'if' and 'else'.
foobillard-3.0a/src/billard3d.c:614:9: style: The scope of the variable 'c' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:614:11: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1079:11: style: The scope of the variable 'j' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1079:16: style: The scope of the variable 'dummy' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1117:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1548:28: style: The scope of the variable 'r' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1589:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1591:16: style: The scope of the variable 'balls_were_moving' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1592:16: style: The scope of the variable 'first_time' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1596:16: style: The scope of the variable 'frametime_rest' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1599:16: style: The scope of the variable 'dt_rest' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:1603:9: style: The scope of the variable 'other_player' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:2034:19: style: The scope of the variable 'acc' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:2035:9: style: The scope of the variable 'place_cue_ball' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:2580:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:2580:12: style: The scope of the variable 'w' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:2580:15: style: The scope of the variable 'h' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:2580:18: style: The scope of the variable 'target' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:2580:26: style: The scope of the variable 'level' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:3683:10: style: The scope of the variable 'step' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:4010:25: style: The scope of the variable 'w' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:4010:28: style: The scope of the variable 'h' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:4011:12: style: The scope of the variable 'data' can be reduced. [variableScope]
foobillard-3.0a/src/billard3d.c:3543:24: style: Function 'ResizeWindow' argument 1 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
foobillard-3.0a/src/sys_stuff.h:64:23: note: Function 'ResizeWindow' argument 1 names different: declaration 'w' definition 'width'.
foobillard-3.0a/src/billard3d.c:3543:24: note: Function 'ResizeWindow' argument 1 names different: declaration 'w' definition 'width'.
foobillard-3.0a/src/billard3d.c:3543:35: style: Function 'ResizeWindow' argument 2 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
foobillard-3.0a/src/sys_stuff.h:64:29: note: Function 'ResizeWindow' argument 2 names different: declaration 'h' definition 'height'.
foobillard-3.0a/src/billard3d.c:3543:35: note: Function 'ResizeWindow' argument 2 names different: declaration 'h' definition 'height'.
foobillard-3.0a/src/billard3d.c:2925:54: error: Uninitialized variable: eye_offs1 [uninitvar]
foobillard-3.0a/src/billard3d.c:2929:26: error: Uninitialized variable: eye_offs1 [uninitvar]
foobillard-3.0a/src/billmove.c:895:37: style: Redundant condition: If 'EXPR > 8', the comparison 'EXPR != 0' is always true. [redundantCondition]
foobillard-3.0a/src/billmove.c:420:11: style: The scope of the variable 'i1' can be reduced. [variableScope]
foobillard-3.0a/src/billmove.c:420:14: style: The scope of the variable 'dummy' can be reduced. [variableScope]
foobillard-3.0a/src/billmove.c:487:13: style: The scope of the variable 'h' can be reduced. [variableScope]
foobillard-3.0a/src/billmove.c:487:16: style: The scope of the variable 'vn' can be reduced. [variableScope]
foobillard-3.0a/src/billmove.c:912:13: style: The scope of the variable 'dphi' can be reduced. [variableScope]
foobillard-3.0a/src/billmove.c:1000:13: style: The scope of the variable 'dphi' can be reduced. [variableScope]
foobillard-3.0a/src/billmove.c:1175:11: style: The scope of the variable 'j' can be reduced. [variableScope]
foobillard-3.0a/src/billmove.c:516:61: error: Uninitialized variable: v [uninitvar]
foobillard-3.0a/src/billmove.c:516:61: error: Uninitialized struct member: v.x [uninitStructMember]
foobillard-3.0a/src/billmove.c:516:61: error: Uninitialized struct member: v.y [uninitStructMember]
foobillard-3.0a/src/billmove.c:516:61: error: Uninitialized struct member: v.z [uninitStructMember]
foobillard-3.0a/src/bumpref.c:170:30: style: The scope of the variable 'sd_xyn' can be reduced. [variableScope]
foobillard-3.0a/src/bumpref.c:224:30: style: The scope of the variable 'sd_xyn' can be reduced. [variableScope]
foobillard-3.0a/src/bumpref.c:1159:30: style: Function 'bump_use' argument 1 names different: declaration 'bump' definition 'bumpref'. [funcArgNamesDifferent]
foobillard-3.0a/src/bumpref.h:69:34: note: Function 'bump_use' argument 1 names different: declaration 'bump' definition 'bumpref'.
foobillard-3.0a/src/bumpref.c:1159:30: note: Function 'bump_use' argument 1 names different: declaration 'bump' definition 'bumpref'.
foobillard-3.0a/src/bumpref.c:199:22: style: Variable 'sd_xyn' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/bumpref.c:242:16: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/bumpref.c:255:22: style: Variable 'sd_xyn' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/evaluate_move.c:107:5: style: Variable 'nextplayer' is reassigned a value before the old one has been used. [redundantAssignment]
foobillard-3.0a/src/evaluate_move.c:99:0: note: Variable 'nextplayer' is reassigned a value before the old one has been used.
foobillard-3.0a/src/evaluate_move.c:107:5: note: Variable 'nextplayer' is reassigned a value before the old one has been used.
foobillard-3.0a/src/evaluate_move.c:257:5: style: Variable 'nextplayer' is reassigned a value before the old one has been used. [redundantAssignment]
foobillard-3.0a/src/evaluate_move.c:253:0: note: Variable 'nextplayer' is reassigned a value before the old one has been used.
foobillard-3.0a/src/evaluate_move.c:257:5: note: Variable 'nextplayer' is reassigned a value before the old one has been used.
foobillard-3.0a/src/evaluate_move.c:92:62: style: Function 'evaluate_last_move_8ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'. [funcArgNamesDifferent]
foobillard-3.0a/src/evaluate_move.h:35:66: note: Function 'evaluate_last_move_8ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillard-3.0a/src/evaluate_move.c:92:62: note: Function 'evaluate_last_move_8ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillard-3.0a/src/evaluate_move.c:249:62: style: Function 'evaluate_last_move_9ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'. [funcArgNamesDifferent]
foobillard-3.0a/src/evaluate_move.h:38:66: note: Function 'evaluate_last_move_9ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillard-3.0a/src/evaluate_move.c:249:62: note: Function 'evaluate_last_move_9ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillard-3.0a/src/evaluate_move.c:329:65: style: Function 'evaluate_last_move_carambol' argument 2 names different: declaration 'actual_player' definition 'pact_player'. [funcArgNamesDifferent]
foobillard-3.0a/src/evaluate_move.h:41:66: note: Function 'evaluate_last_move_carambol' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillard-3.0a/src/evaluate_move.c:329:65: note: Function 'evaluate_last_move_carambol' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillard-3.0a/src/evaluate_move.c:373:64: style: Function 'evaluate_last_move_snooker' argument 2 names different: declaration 'actual_player' definition 'pact_player'. [funcArgNamesDifferent]
foobillard-3.0a/src/evaluate_move.h:44:66: note: Function 'evaluate_last_move_snooker' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillard-3.0a/src/evaluate_move.c:373:64: note: Function 'evaluate_last_move_snooker' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillard-3.0a/src/font.c:370:9: style: Unused variable: i [unusedVariable]
foobillard-3.0a/src/font.c:370:11: style: Unused variable: j [unusedVariable]
foobillard-3.0a/src/font.c:372:28: style: Unused variable: tobj [unusedVariable]
foobillard-3.0a/src/font.c:373:12: style: Unused variable: start_x [unusedVariable]
foobillard-3.0a/src/font.c:373:21: style: Unused variable: start_y [unusedVariable]
foobillard-3.0a/src/font.c:490:24: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/font.c:530:19: style: Unused variable: pen_x [unusedVariable]
foobillard-3.0a/src/font.c:530:26: style: Unused variable: pen_y [unusedVariable]
foobillard-3.0a/src/font.c:530:35: style: Unused variable: i [unusedVariable]
foobillard-3.0a/src/font.c:530:37: style: Unused variable: w [unusedVariable]
foobillard-3.0a/src/font.c:530:39: style: Unused variable: h [unusedVariable]
foobillard-3.0a/src/font.c:530:49: style: Unused variable: w1 [unusedVariable]
foobillard-3.0a/src/font.c:530:52: style: Unused variable: h1 [unusedVariable]
foobillard-3.0a/src/font.c:469:86: error: Uninitialized variable: tdv_s [uninitvar]
foobillard-3.0a/src/menu.c:138:10: style: The scope of the variable 'str' can be reduced. [variableScope]
foobillard-3.0a/src/menu.c:154:10: style: The scope of the variable 'str' can be reduced. [variableScope]
foobillard-3.0a/src/menu.c:175:10: style: The scope of the variable 'str' can be reduced. [variableScope]
foobillard-3.0a/src/menu.c:193:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillard-3.0a/src/menu.c:193:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
foobillard-3.0a/src/menu.c:193:14: style: The scope of the variable 'y1' can be reduced. [variableScope]
foobillard-3.0a/src/menu.c:193:17: style: The scope of the variable 'x2' can be reduced. [variableScope]
foobillard-3.0a/src/menu.c:193:20: style: The scope of the variable 'y2' can be reduced. [variableScope]
foobillard-3.0a/src/menu.c:193:24: style: The scope of the variable 'all_height' can be reduced. [variableScope]
foobillard-3.0a/src/menu.c:411:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillard-3.0a/src/net_socket.c:150:15: style: The scope of the variable 't' can be reduced. [variableScope]
foobillard-3.0a/src/png_loader.c:113:21: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillard-3.0a/src/png_loader.c:66:9: error: Resource leak: fp [resourceLeak]
foobillard-3.0a/src/png_loader.c:73:9: error: Resource leak: fp [resourceLeak]
foobillard-3.0a/src/queue.c:55:12: style: The scope of the variable 'r1' can be reduced. [variableScope]
foobillard-3.0a/src/queue.c:55:15: style: The scope of the variable 'r2' can be reduced. [variableScope]
foobillard-3.0a/src/queue.c:55:18: style: The scope of the variable 'dr1' can be reduced. [variableScope]
foobillard-3.0a/src/queue.c:55:22: style: The scope of the variable 'dr2' can be reduced. [variableScope]
foobillard-3.0a/src/queue.c:159:25: style: Function 'draw_queue' argument 1 names different: declaration 'pos' definition 'pos0'. [funcArgNamesDifferent]
foobillard-3.0a/src/queue.h:28:25: note: Function 'draw_queue' argument 1 names different: declaration 'pos' definition 'pos0'.
foobillard-3.0a/src/queue.c:159:25: note: Function 'draw_queue' argument 1 names different: declaration 'pos' definition 'pos0'.
foobillard-3.0a/src/table.c:883:30: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
foobillard-3.0a/src/table.c:884:30: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
foobillard-3.0a/src/table.c:885:30: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
foobillard-3.0a/src/table.c:934:30: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
foobillard-3.0a/src/table.c:223:12: style: The scope of the variable 'phi1' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:223:17: style: The scope of the variable 'phi2' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:223:22: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:223:28: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:391:12: style: The scope of the variable 'phi1' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:391:17: style: The scope of the variable 'phi2' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:391:22: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:391:28: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:503:12: style: The scope of the variable 'tan1' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:503:18: style: The scope of the variable 'tan2' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:644:12: style: The scope of the variable 'tan1' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:644:18: style: The scope of the variable 'tan2' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:646:12: style: The scope of the variable 'r2_1' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:646:17: style: The scope of the variable 'r2_2' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:771:19: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:771:26: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:1106:16: style: The scope of the variable 'bumpref_init' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:1324:14: style: The scope of the variable 'vx' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:1325:14: style: The scope of the variable 'vy' can be reduced. [variableScope]
foobillard-3.0a/src/table.c:235:14: style: Variable 'n0' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/table.c:257:14: style: Variable 'n9' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/table.c:236:14: style: Variable 'v0' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/table.c:258:14: style: Variable 'v9' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/textobj.c:60:5: style: Variable 'w2' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/textobj.c:60:11: style: Variable 'h2' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/textobj.c:74:5: style: Variable 'w2' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/textobj.c:74:11: style: Variable 'h2' is assigned a value that is never used. [unreadVariable]
foobillard-3.0a/src/textobj.c:91:12: style: Unused variable: w1 [unusedVariable]
foobillard-3.0a/src/textobj.c:91:15: style: Unused variable: w2 [unusedVariable]
foobillard-3.0a/src/textobj.c:91:19: style: Unused variable: h1 [unusedVariable]
foobillard-3.0a/src/textobj.c:91:22: style: Unused variable: h2 [unusedVariable]
foobillard-3.0a/src/textobj.c:91:26: style: Unused variable: nx [unusedVariable]
foobillard-3.0a/src/textobj.c:91:29: style: Unused variable: ny [unusedVariable]
foobillard-3.0a/src/vmath.c:193:11: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
foobillard-3.0a/src/vmath.c:193:18: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
foobillard-3.0a/src/vmath.c:194:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillard-3.0a/src/vmath.c:236:11: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
foobillard-3.0a/src/vmath.c:236:18: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
foobillard-3.0a/src/vmath.c:237:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillard-3.0a/src/vmath.c:295:12: style: The scope of the variable 'in' can be reduced. [variableScope]
foobillard-3.0a/src/vmath.c:395:11: style: The scope of the variable 'in' can be reduced. [variableScope]
[22:33]

ftp://ftp.se.debian.org/debian/pool/main/f/foobillardplus/foobillardplus_3.43~svn170+dfsg.orig.tar.xz
foobillardplus-3.43~svn170/contrib/double.c.c:62:13: warning: %f in format string (no. 2) requires 'double' but the argument type is 'unsigned long long'. [invalidPrintfArgType_float]
foobillardplus-3.43~svn170/contrib/double.c.c:16:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/double.c.c:36:26: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/double.c.c:53:24: style: The scope of the variable 'b' can be reduced. [variableScope]
foobillardplus-3.43~svn170/contrib/double.c.c:54:12: style: The scope of the variable 'c' can be reduced. [variableScope]
foobillardplus-3.43~svn170/contrib/fastmath.c:195:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath.c:195:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath.c:214:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath.c:214:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath.c:178:12: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillardplus-3.43~svn170/contrib/fastmath.c:197:11: style: The scope of the variable 'f' can be reduced. [variableScope]
foobillardplus-3.43~svn170/contrib/fastmath2.c:228:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:228:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:247:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:247:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:266:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:266:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:284:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:284:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:301:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:301:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:317:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:317:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:334:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:334:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:350:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:350:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:369:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:369:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:385:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:385:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:401:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:401:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:416:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:416:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:434:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:434:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:450:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:450:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
foobillardplus-3.43~svn170/contrib/fastmath2.c:53:11: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/fastmath2.c:54:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/fastmath2.c:58:15: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/fastmath2.c:116:7: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/fastmath2.c:119:3: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/fastmath2.c:129:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/fastmath2.c:211:11: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillardplus-3.43~svn170/contrib/fastmath2.c:58:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
foobillardplus-3.43~svn170/contrib/fastmath2.c:24:13: style: struct member 'Anonymous1::j' is never used. [unusedStructMember]
foobillardplus-3.43~svn170/contrib/float.c:54:13: warning: %f in format string (no. 2) requires 'double' but the argument type is 'unsigned long'. [invalidPrintfArgType_float]
foobillardplus-3.43~svn170/contrib/float.c:16:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/float.c:32:26: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/contrib/float.c:37:5: style: Variable 'dst[2]' is reassigned a value before the old one has been used. [redundantAssignment]
foobillardplus-3.43~svn170/contrib/float.c:36:5: note: Variable 'dst[2]' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/contrib/float.c:37:5: note: Variable 'dst[2]' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/contrib/float.c:45:19: style: The scope of the variable 'b' can be reduced. [variableScope]
foobillardplus-3.43~svn170/contrib/float.c:46:11: style: The scope of the variable 'c' can be reduced. [variableScope]
foobillardplus-3.43~svn170/contrib/ip1.c:21:23: style: The scope of the variable 's4' can be reduced. [variableScope]
foobillardplus-3.43~svn170/contrib/utf8.c:27:15: style: The scope of the variable 'lb' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/aiplayer.c:333:56: warning: Logical disjunction always evaluates to true: i >= 2 || i <= 7. [incorrectLogicOperator]
foobillardplus-3.43~svn170/src/aiplayer.c:294:56: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/aiplayer.c:387:17: style: Variable 'hole' is assigned a value that is never used. [unreadVariable]
foobillardplus-3.43~svn170/src/ball.c:260:21: style: Condition 'ddepth==1' is always true [knownConditionTrueFalse]
foobillardplus-3.43~svn170/src/ball.c:94:13: style: The scope of the variable 'k' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:122:16: style: The scope of the variable 'count' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:123:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:123:13: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:123:15: style: The scope of the variable 'k' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:469:15: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:470:13: style: The scope of the variable 'sx' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:471:13: style: The scope of the variable 'sy' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:472:13: style: The scope of the variable 'sum' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:473:13: style: The scope of the variable 'sx2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:474:13: style: The scope of the variable 'sy2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:475:10: style: The scope of the variable 'str' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:477:9: style: The scope of the variable 'xmin' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:477:15: style: The scope of the variable 'ymin' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:478:9: style: The scope of the variable 'xmax' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:479:9: style: The scope of the variable 'ymax' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:590:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:596:15: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:656:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:662:15: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/ball.c:143:17: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
foobillardplus-3.43~svn170/src/billard.c:100:12: style: Condition '!ok' is always false [knownConditionTrueFalse]
foobillardplus-3.43~svn170/src/billard.c:76:12: note: Assignment 'ok=1', assigned value is 1
foobillardplus-3.43~svn170/src/billard.c:100:12: note: Condition '!ok' is always false
foobillardplus-3.43~svn170/src/billard.c:779:9: style: Variable 'ang' is reassigned a value before the old one has been used. [redundantAssignment]
foobillardplus-3.43~svn170/src/billard.c:778:9: note: Variable 'ang' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/billard.c:779:9: note: Variable 'ang' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/billard.c:645:13: style: The scope of the variable 'ang' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard.c:733:13: style: The scope of the variable 'ang' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard.c:733:18: style: The scope of the variable 'ampl' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard.c:879:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard.c:924:13: style: The scope of the variable 'ang' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard.c:924:18: style: The scope of the variable 'ampl' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:1707:12: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
foobillardplus-3.43~svn170/src/billard3d.c:1732:14: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
foobillardplus-3.43~svn170/src/billard3d.c:1836:9: style: The scope of the variable 'c' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:1836:11: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:2320:12: style: The scope of the variable 'x' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:2387:13: style: The scope of the variable 'th' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:2387:17: style: The scope of the variable 'ph' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:2609:11: style: The scope of the variable 'j' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:2609:16: style: The scope of the variable 'dummy' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:2651:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:2767:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:2962:27: style: The scope of the variable 'r' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:3433:20: style: The scope of the variable 'acc' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:3434:9: style: The scope of the variable 'place_cue_ball' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:3436:9: style: The scope of the variable 'move_ok' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:3437:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:3438:13: style: The scope of the variable 'dx' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:3438:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:3438:21: style: The scope of the variable 'abspos' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:3439:13: style: The scope of the variable 'Xoffs' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:3439:19: style: The scope of the variable 'Zoffs' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:4097:8: style: The scope of the variable 'str' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:4099:7: style: The scope of the variable 'minballnr' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:4101:13: style: The scope of the variable 'in_game' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:4116:7: style: The scope of the variable 'old_cueball_ind' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:4120:17: style: The scope of the variable 'cam_dist0' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:5888:10: style: The scope of the variable 'statusstr' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:6064:13: style: The scope of the variable 'th' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:6064:17: style: The scope of the variable 'ph' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:6717:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:6733:25: style: The scope of the variable 'w' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:6734:12: style: The scope of the variable 'data' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billard3d.c:5844:24: style: Function 'ResizeWindow' argument 1 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
foobillardplus-3.43~svn170/src/billard3d.h:86:23: note: Function 'ResizeWindow' argument 1 names different: declaration 'w' definition 'width'.
foobillardplus-3.43~svn170/src/billard3d.c:5844:24: note: Function 'ResizeWindow' argument 1 names different: declaration 'w' definition 'width'.
foobillardplus-3.43~svn170/src/billard3d.c:5844:35: style: Function 'ResizeWindow' argument 2 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
foobillardplus-3.43~svn170/src/billard3d.h:86:29: note: Function 'ResizeWindow' argument 2 names different: declaration 'h' definition 'height'.
foobillardplus-3.43~svn170/src/billard3d.c:5844:35: note: Function 'ResizeWindow' argument 2 names different: declaration 'h' definition 'height'.
foobillardplus-3.43~svn170/src/billard3d.c:2319:15: style: Unused variable: cue_start [unusedVariable]
foobillardplus-3.43~svn170/src/billard3d.c:2319:41: style: Unused variable: cue_start_ball [unusedVariable]
foobillardplus-3.43~svn170/src/billard3d.c:1319:12: warning: The buffer 'options_language' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
foobillardplus-3.43~svn170/src/billard3d.c:7129:9: warning: The buffer 'options_language' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
foobillardplus-3.43~svn170/src/billard3d.c:7132:9: warning: The buffer 'options_language' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
foobillardplus-3.43~svn170/src/billard3d.c:6117:32: error: Uninitialized struct member: posoffs.z [uninitStructMember]
foobillardplus-3.43~svn170/src/billmove.c:722:37: style: Redundant condition: If 'EXPR > 8', the comparison 'EXPR != 0' is always true. [redundantCondition]
foobillardplus-3.43~svn170/src/billmove.c:570:13: style: The scope of the variable 'loss' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billmove.c:733:13: style: The scope of the variable 'dphi' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/billmove.c:863:11: style: The scope of the variable 'j' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/bumpref.c:859:30: style: Function 'bump_use' argument 1 names different: declaration 'bump' definition 'bumpref'. [funcArgNamesDifferent]
foobillardplus-3.43~svn170/src/bumpref.h:71:34: note: Function 'bump_use' argument 1 names different: declaration 'bump' definition 'bumpref'.
foobillardplus-3.43~svn170/src/bumpref.c:859:30: note: Function 'bump_use' argument 1 names different: declaration 'bump' definition 'bumpref'.
foobillardplus-3.43~svn170/src/evaluate_move.c:98:9: style: The scope of the variable 'eigene_da' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/evaluate_move.c:99:9: style: The scope of the variable 'in_own' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/evaluate_move.c:101:12: style: The scope of the variable 'get_balls_out_own' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/evaluate_move.c:102:10: style: The scope of the variable 'statusstr' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/evaluate_move.c:291:10: style: The scope of the variable 'statusstr' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/evaluate_move.c:407:10: style: The scope of the variable 'statusstr' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/evaluate_move.c:88:62: style: Function 'evaluate_last_move_8ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'. [funcArgNamesDifferent]
foobillardplus-3.43~svn170/src/evaluate_move.h:35:66: note: Function 'evaluate_last_move_8ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillardplus-3.43~svn170/src/evaluate_move.c:88:62: note: Function 'evaluate_last_move_8ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillardplus-3.43~svn170/src/evaluate_move.c:283:62: style: Function 'evaluate_last_move_9ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'. [funcArgNamesDifferent]
foobillardplus-3.43~svn170/src/evaluate_move.h:36:66: note: Function 'evaluate_last_move_9ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillardplus-3.43~svn170/src/evaluate_move.c:283:62: note: Function 'evaluate_last_move_9ball' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillardplus-3.43~svn170/src/evaluate_move.c:400:65: style: Function 'evaluate_last_move_carambol' argument 2 names different: declaration 'actual_player' definition 'pact_player'. [funcArgNamesDifferent]
foobillardplus-3.43~svn170/src/evaluate_move.h:37:66: note: Function 'evaluate_last_move_carambol' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillardplus-3.43~svn170/src/evaluate_move.c:400:65: note: Function 'evaluate_last_move_carambol' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillardplus-3.43~svn170/src/evaluate_move.c:517:64: style: Function 'evaluate_last_move_snooker' argument 2 names different: declaration 'actual_player' definition 'pact_player'. [funcArgNamesDifferent]
foobillardplus-3.43~svn170/src/evaluate_move.h:38:66: note: Function 'evaluate_last_move_snooker' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillardplus-3.43~svn170/src/evaluate_move.c:517:64: note: Function 'evaluate_last_move_snooker' argument 2 names different: declaration 'actual_player' definition 'pact_player'.
foobillardplus-3.43~svn170/src/font.c:246:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
foobillardplus-3.43~svn170/src/font.c:158:15: style: The scope of the variable 'lb' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/font.c:219:11: style: The scope of the variable 'data' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/font.c:611:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/font.c:611:11: style: The scope of the variable 'j' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/font.c:611:13: style: The scope of the variable 'k' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/getopt_long.c:39:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/getopt_long.c:40:7: style: The scope of the variable 'l' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:124:10: style: The scope of the variable 'fp' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:124:15: style: The scope of the variable 'wfp' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:125:9: style: The scope of the variable 'historyfile' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:126:9: style: The scope of the variable 'newfile' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:127:9: style: The scope of the variable 'checkstring' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:132:8: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:132:10: style: The scope of the variable 'j' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:192:10: style: The scope of the variable 'fp' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:192:15: style: The scope of the variable 'wfp' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:193:9: style: The scope of the variable 'historyfile' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:194:9: style: The scope of the variable 'newfile' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:195:9: style: The scope of the variable 'checkstring' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:236:14: style: The scope of the variable 'wfp' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:237:8: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:238:10: style: The scope of the variable 'parseinput' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:240:10: style: The scope of the variable 'parseoutput' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:243:9: style: The scope of the variable 'checkstring' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:244:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:268:10: style: The scope of the variable 'filenames' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:270:9: style: The scope of the variable 'directorycheck' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:271:9: style: The scope of the variable 'directorycheck1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:272:9: style: The scope of the variable 'copy_file' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/history.c:273:8: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/language.c:121:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/language.c:50:6: warning: The buffer 'charlang' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
foobillardplus-3.43~svn170/src/language.c:72:9: warning: The buffer 'charlang' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
foobillardplus-3.43~svn170/src/language.c:77:9: warning: The buffer 'charlang' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
foobillardplus-3.43~svn170/src/language.c:129:29: style: Array index 'index' is used before limits check. [arrayIndexThenCheck]
foobillardplus-3.43~svn170/src/menu.c:269:10: style: The scope of the variable 'str' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:287:10: style: The scope of the variable 'str' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:307:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:307:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:307:14: style: The scope of the variable 'y1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:307:17: style: The scope of the variable 'x2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:307:20: style: The scope of the variable 'y2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:307:24: style: The scope of the variable 'all_height' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:339:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:339:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:339:14: style: The scope of the variable 'y1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:339:17: style: The scope of the variable 'x2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:339:20: style: The scope of the variable 'y2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:339:24: style: The scope of the variable 'all_height' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:637:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/menu.c:676:13: style: The scope of the variable 'maxi' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/png_loader.c:120:21: style: The scope of the variable 'd' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/png_loader.c:235:9: error: Resource handle 'fp' freed twice. [doubleFree]
foobillardplus-3.43~svn170/src/png_loader.c:254:9: error: Resource handle 'fp' freed twice. [doubleFree]
foobillardplus-3.43~svn170/src/png_loader.c:261:9: error: Resource handle 'fp' freed twice. [doubleFree]
foobillardplus-3.43~svn170/src/queue.c:74:12: style: The scope of the variable 'r1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/queue.c:74:15: style: The scope of the variable 'r2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/queue.c:74:18: style: The scope of the variable 'dr1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/queue.c:74:22: style: The scope of the variable 'dr2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/queue.c:198:16: style: The scope of the variable 'queue_obj' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/queue.c:209:13: style: The scope of the variable 'x1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/queue.c:209:16: style: The scope of the variable 'x' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/queue.c:194:25: style: Function 'draw_queue' argument 1 names different: declaration 'pos' definition 'pos0'. [funcArgNamesDifferent]
foobillardplus-3.43~svn170/src/queue.h:33:25: note: Function 'draw_queue' argument 1 names different: declaration 'pos' definition 'pos0'.
foobillardplus-3.43~svn170/src/queue.c:194:25: note: Function 'draw_queue' argument 1 names different: declaration 'pos' definition 'pos0'.
foobillardplus-3.43~svn170/src/queue.c:153:56: style: Variable 'VertexData' is assigned a value that is never used. [unreadVariable]
foobillardplus-3.43~svn170/src/queue.c:154:41: style: Variable 'TexData' is assigned a value that is never used. [unreadVariable]
foobillardplus-3.43~svn170/src/queue.c:155:54: style: Variable 'NormalData' is assigned a value that is never used. [unreadVariable]
foobillardplus-3.43~svn170/src/sys_stuff.c:118:10: style: The scope of the variable 'file' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/sys_stuff.c:119:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/sys_stuff.c:190:9: style: The scope of the variable 'dialog_prog' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/sys_stuff.c:191:8: style: The scope of the variable 'newmessage' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/sys_stuff.c:208:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/sys_stuff.c:919:11: style: The scope of the variable 'slash_pos' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/sys_stuff.c:940:9: warning: The buffer 'exe_prog' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
foobillardplus-3.43~svn170/src/sys_stuff.c:219:5: error: Resource leak: from [resourceLeak]
foobillardplus-3.43~svn170/src/sys_stuff.c:226:0: error: Resource leak: to [resourceLeak]
foobillardplus-3.43~svn170/src/table.c:918:30: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
foobillardplus-3.43~svn170/src/table.c:1441:12: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
foobillardplus-3.43~svn170/src/table.c:1436:20: note: Variable 'm' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1441:12: note: Variable 'm' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1442:12: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
foobillardplus-3.43~svn170/src/table.c:1437:99: note: Variable 'o' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1442:12: note: Variable 'o' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1805:12: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
foobillardplus-3.43~svn170/src/table.c:1800:117: note: Variable 'o' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1805:12: note: Variable 'o' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1806:12: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
foobillardplus-3.43~svn170/src/table.c:1799:75: note: Variable 'n' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1806:12: note: Variable 'n' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1850:12: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
foobillardplus-3.43~svn170/src/table.c:1845:96: note: Variable 'o' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1850:12: note: Variable 'o' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1851:12: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
foobillardplus-3.43~svn170/src/table.c:1844:69: note: Variable 'n' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:1851:12: note: Variable 'n' is reassigned a value before the old one has been used.
foobillardplus-3.43~svn170/src/table.c:260:13: style: The scope of the variable 'phi1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:260:18: style: The scope of the variable 'phi2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:260:23: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:260:29: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:400:13: style: The scope of the variable 'phi1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:400:18: style: The scope of the variable 'phi2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:400:23: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:400:29: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:520:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:520:16: style: The scope of the variable 'y2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:521:13: style: The scope of the variable 'tan1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:521:19: style: The scope of the variable 'tan2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:660:13: style: The scope of the variable 'tan1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:660:19: style: The scope of the variable 'tan2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:662:13: style: The scope of the variable 'r2_1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:662:18: style: The scope of the variable 'r2_2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:803:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:803:16: style: The scope of the variable 'y2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:803:20: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:803:27: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:1109:16: style: The scope of the variable 'bumpref_init' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:1124:13: style: The scope of the variable 'x' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:1124:15: style: The scope of the variable 'y' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:1124:17: style: The scope of the variable 'fx' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:1124:20: style: The scope of the variable 'fy' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:1124:23: style: The scope of the variable 'xf' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:1124:26: style: The scope of the variable 'yf' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:1124:29: style: The scope of the variable 'phi' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/table.c:1080:54: style: Variable 'VertexData' is assigned a value that is never used. [unreadVariable]
foobillardplus-3.43~svn170/src/table.c:1079:82: style: Variable 'NormalData' is assigned a value that is never used. [unreadVariable]
foobillardplus-3.43~svn170/src/table.c:1078:49: style: Variable 'TexData' is assigned a value that is never used. [unreadVariable]
foobillardplus-3.43~svn170/src/vmath.c:122:7: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/src/vmath.c:125:3: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/src/vmath.c:157:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foobillardplus-3.43~svn170/src/vmath.c:410:11: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/vmath.c:410:18: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/vmath.c:411:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foobillardplus-3.43~svn170/src/vmath.c:120:29: style: Function 'fastsqrt' argument 1 names different: declaration 'number' definition 'n'. [funcArgNamesDifferent]
foobillardplus-3.43~svn170/src/vmath.h:150:29: note: Function 'fastsqrt' argument 1 names different: declaration 'number' definition 'n'.
foobillardplus-3.43~svn170/src/vmath.c:120:29: note: Function 'fastsqrt' argument 1 names different: declaration 'number' definition 'n'.
foobillardplus-3.43~svn170/src/vmath.c:42:13: style: struct member 'Anonymous1::j' is never used. [unusedStructMember]
[22:33]

ftp://ftp.se.debian.org/debian/pool/main/f/foodcritic/foodcritic_8.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fookb/fookb_4.0.orig.tar.gz
[22:33]

ftp://ftp.se.debian.org/debian/pool/main/f/fookebox/fookebox_0.7.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/foolscap/foolscap_0.6.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/foomatic-db/foomatic-db_20180604.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/foomatic-db-engine/foomatic-db-engine_4.0.8.orig.tar.gz
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1879:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1874:23: note: outer condition: !incomment
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1879:6: note: identical inner condition: !incomment
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1879:6: style: Condition '!incomment' is always true [knownConditionTrueFalse]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1874:23: note: Assuming that condition '!incomment' is not redundant
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1879:6: note: Condition '!incomment' is always true
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:125:3: style: Variable 'idlistbuffer' is reassigned a value before the old one has been used. [redundantAssignment]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:115:0: note: Variable 'idlistbuffer' is reassigned a value before the old one has been used.
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:125:3: note: Variable 'idlistbuffer' is reassigned a value before the old one has been used.
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:350:17: style: The scope of the variable 'exceptionfound' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2096:17: style: The scope of the variable 'printerdirname' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2099:17: style: The scope of the variable 'driverdirname' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2101:17: style: The scope of the variable 'optionfilename' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2102:17: style: The scope of the variable 'optiondirname' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2118:17: style: The scope of the variable 'comboconfirmed' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2119:17: style: The scope of the variable 'comboconfirmed2' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2120:17: style: The scope of the variable 'exceptionfound' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2121:18: style: The scope of the variable 'optiondir' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2122:18: style: The scope of the variable 'driverdir' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2123:18: style: The scope of the variable 'printerdir' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2129:18: style: The scope of the variable 'plistpreventry' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:2130:18: style: The scope of the variable 'dlistpreventry' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1547:5: warning: Possible buffer overflow if strlen(name) is larger than or equal to sizeof(dlistpointer). [possibleBufferAccessOutOfBounds]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1594:4: warning: Possible buffer overflow if strlen(name) is larger than or equal to sizeof(dlistpointer). [possibleBufferAccessOutOfBounds]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1731:6: warning: Possible buffer overflow if strlen(name) is larger than or equal to sizeof(dlistpointer). [possibleBufferAccessOutOfBounds]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1529:7: warning: Possible buffer overflow if strlen(id) is larger than or equal to sizeof(plistpointer). [possibleBufferAccessOutOfBounds]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1711:6: warning: Possible buffer overflow if strlen(id) is larger than or equal to sizeof(plistpointer). [possibleBufferAccessOutOfBounds]
foomatic-db-engine-4.0.8/foomatic-combo-xml.c:1806:6: warning: Possible buffer overflow if strlen(driver) is larger than or equal to sizeof(ppdlistpointer). [possibleBufferAccessOutOfBounds]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:664:19: style: The scope of the variable 'pagesize' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:3389:14: style: The scope of the variable 'size' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:3720:12: style: The scope of the variable 'option' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:3769:22: style: The scope of the variable 'printer' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:4126:7: style: The scope of the variable 'haspsdriver' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:4647:7: style: The scope of the variable 'haspsdriver' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:5076:17: style: The scope of the variable 'overview' can be reduced. [variableScope]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:2162:18: style: Unused variable: cur3 [unusedVariable]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:3385:9: style: Unused variable: f [unusedVariable]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:4827:12: style: Unused variable: id [unusedVariable]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:4828:12: style: Unused variable: name [unusedVariable]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:4829:12: style: Unused variable: url [unusedVariable]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:4830:12: style: Unused variable: driver_type [unusedVariable]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:4831:12: style: Unused variable: cmd [unusedVariable]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:4832:12: style: Unused variable: comment [unusedVariable]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:4833:11: style: Unused variable: num_printers [unusedVariable]
foomatic-db-engine-4.0.8/foomatic-perl-data.c:449:5: error: Common realloc mistake: 'dest' nulled but not freed upon failure [memleakOnRealloc]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/foomatic-filters/foomatic-filters_4.0.17.orig.tar.gz
foomatic-filters-4.0.17/colord.c:52:3: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
foomatic-filters-4.0.17/colord.c:48:0: note: Variable 'message' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:52:3: note: Variable 'message' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:64:3: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
foomatic-filters-4.0.17/colord.c:49:0: note: Variable 'reply' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:64:3: note: Variable 'reply' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:110:3: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
foomatic-filters-4.0.17/colord.c:105:0: note: Variable 'message' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:110:3: note: Variable 'message' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:117:3: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
foomatic-filters-4.0.17/colord.c:98:0: note: Variable 'key' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:117:3: note: Variable 'key' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:200:3: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
foomatic-filters-4.0.17/colord.c:197:0: note: Variable 'message' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:200:3: note: Variable 'message' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:210:3: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
foomatic-filters-4.0.17/colord.c:198:0: note: Variable 'reply' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/colord.c:210:3: note: Variable 'reply' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/foomaticrip.c:127:12: style: Redundant condition: If 'EXPR == '|'', the comparison 'EXPR' is always true. [redundantCondition]
foomatic-filters-4.0.17/foomaticrip.c:1536:33: style: Condition 'icc_profile==NULL' is always true [knownConditionTrueFalse]
foomatic-filters-4.0.17/foomaticrip.c:1523:43: note: Assignment 'icc_profile=NULL', assigned value is 0
foomatic-filters-4.0.17/foomaticrip.c:1536:33: note: Condition 'icc_profile==NULL' is always true
foomatic-filters-4.0.17/foomaticrip.c:1525:17: style: Variable 'qualifier' is reassigned a value before the old one has been used. [redundantAssignment]
foomatic-filters-4.0.17/foomaticrip.c:1522:0: note: Variable 'qualifier' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/foomaticrip.c:1525:17: note: Variable 'qualifier' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/foomaticrip.c:1536:33: style: Same expression on both sides of '==' because the value of 'icc_profile' and 'NULL' are the same. [duplicateExpression]
foomatic-filters-4.0.17/foomaticrip.c:1523:43: note: 'icc_profile' is assigned value 'NULL' here.
foomatic-filters-4.0.17/foomaticrip.c:1536:33: note: Same expression on both sides of '==' because the value of 'icc_profile' and 'NULL' are the same.
foomatic-filters-4.0.17/foomaticrip.c:213:11: style: The scope of the variable 'key' can be reduced. [variableScope]
foomatic-filters-4.0.17/foomaticrip.c:497:10: style: The scope of the variable 'filename' can be reduced. [variableScope]
foomatic-filters-4.0.17/foomaticrip.c:1153:33: style: The scope of the variable 'showdocs' can be reduced. [variableScope]
foomatic-filters-4.0.17/foomaticrip.c:1156:17: style: The scope of the variable 'path' can be reduced. [variableScope]
foomatic-filters-4.0.17/foomaticrip.c:1159:21: style: The scope of the variable 'pstoraster' can be reduced. [variableScope]
foomatic-filters-4.0.17/foomaticrip.c:1160:9: style: The scope of the variable 'havefilter' can be reduced. [variableScope]
foomatic-filters-4.0.17/foomaticrip.c:1160:21: style: The scope of the variable 'havepstoraster' can be reduced. [variableScope]
foomatic-filters-4.0.17/foomaticrip.c:1710:0: error: Resource leak: ppdfh [resourceLeak]
foomatic-filters-4.0.17/options.c:1383:9: warning: Width 15 given in format string (no. 2) is smaller than destination buffer 'typestr[33]'. [invalidScanfFormatWidth_smaller]
foomatic-filters-4.0.17/options.c:2163:25: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
foomatic-filters-4.0.17/options.c:2163:25: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
foomatic-filters-4.0.17/options.c:252:15: style: The scope of the variable 'choice' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:253:14: style: The scope of the variable 'param' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:254:14: style: The scope of the variable 'value' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:282:15: style: The scope of the variable 'opt' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:285:26: style: The scope of the variable 'entry' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:614:9: style: The scope of the variable 'n' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:616:11: style: The scope of the variable 'copy' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:616:18: style: The scope of the variable 'cur' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:616:24: style: The scope of the variable 'p' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:618:10: style: The scope of the variable 'unit' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:688:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:723:12: style: The scope of the variable 'paramvalues' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:878:24: style: The scope of the variable 'p' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:982:24: style: The scope of the variable 'p' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:1942:10: style: The scope of the variable 'letters' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:2194:19: style: The scope of the variable 'pr' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:2251:16: style: The scope of the variable 'bestscore' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:2253:20: style: The scope of the variable 'bestvalue' can be reduced. [variableScope]
foomatic-filters-4.0.17/options.c:792:50: style: Function 'option_get_value' argument 2 names different: declaration 'optset' definition 'optionset'. [funcArgNamesDifferent]
foomatic-filters-4.0.17/options.h:157:50: note: Function 'option_get_value' argument 2 names different: declaration 'optset' definition 'optionset'.
foomatic-filters-4.0.17/options.c:792:50: note: Function 'option_get_value' argument 2 names different: declaration 'optset' definition 'optionset'.
foomatic-filters-4.0.17/options.c:935:56: style: Function 'option_get_command' argument 3 names different: declaration 'optset' definition 'optionset'. [funcArgNamesDifferent]
foomatic-filters-4.0.17/options.h:160:56: note: Function 'option_get_command' argument 3 names different: declaration 'optset' definition 'optionset'.
foomatic-filters-4.0.17/options.c:935:56: note: Function 'option_get_command' argument 3 names different: declaration 'optset' definition 'optionset'.
foomatic-filters-4.0.17/options.c:1016:41: style: Function 'option_set_value' argument 2 names different: declaration 'optset' definition 'optionset'. [funcArgNamesDifferent]
foomatic-filters-4.0.17/options.h:156:41: note: Function 'option_set_value' argument 2 names different: declaration 'optset' definition 'optionset'.
foomatic-filters-4.0.17/options.c:1016:41: note: Function 'option_set_value' argument 2 names different: declaration 'optset' definition 'optionset'.
foomatic-filters-4.0.17/options.c:1925:9: warning: The buffer 'cmd_pdf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
foomatic-filters-4.0.17/options.c:1476:9: error: Common realloc mistake: 'optionsets' nulled but not freed upon failure [memleakOnRealloc]
foomatic-filters-4.0.17/postscript.c:712:29: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
foomatic-filters-4.0.17/postscript.c:711:29: note: Variable 'p' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/postscript.c:712:29: note: Variable 'p' is reassigned a value before the old one has been used.
foomatic-filters-4.0.17/postscript.c:784:75: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
foomatic-filters-4.0.17/postscript.c:321:9: style: The scope of the variable 'ignoreline' can be reduced. [variableScope]
foomatic-filters-4.0.17/process.c:100:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
foomatic-filters-4.0.17/process.c:101:11: style: The scope of the variable 'in' can be reduced. [variableScope]
foomatic-filters-4.0.17/process.c:101:16: style: The scope of the variable 'out' can be reduced. [variableScope]
foomatic-filters-4.0.17/renderer.c:341:12: style: The scope of the variable 'opt' can be reduced. [variableScope]
foomatic-filters-4.0.17/renderer.c:151:13: error: Common realloc mistake: 'line' nulled but not freed upon failure [memleakOnRealloc]
foomatic-filters-4.0.17/renderer.c:192:13: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
foomatic-filters-4.0.17/spooler.c:167:10: style: The scope of the variable 'ppr_printer' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:168:10: style: The scope of the variable 'ppr_address' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:169:10: style: The scope of the variable 'ppr_options' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:170:10: style: The scope of the variable 'ppr_jobbreak' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:171:10: style: The scope of the variable 'ppr_feedback' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:172:10: style: The scope of the variable 'ppr_codes' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:173:10: style: The scope of the variable 'ppr_jobname' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:174:10: style: The scope of the variable 'ppr_routing' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:175:10: style: The scope of the variable 'ppr_for' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:176:10: style: The scope of the variable 'ppr_filetype' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:177:10: style: The scope of the variable 'ppr_filetoprint' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:178:11: style: The scope of the variable 'ph' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:179:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:180:11: style: The scope of the variable 'p' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:254:10: style: The scope of the variable 'cups_filename' can be reduced. [variableScope]
foomatic-filters-4.0.17/spooler.c:255:10: style: The scope of the variable 'texttopspath' can be reduced. [variableScope]
foomatic-filters-4.0.17/util.c:337:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foomatic-filters-4.0.17/util.c:337:17: style: The scope of the variable 'cwd' can be reduced. [variableScope]
foomatic-filters-4.0.17/util.c:1072:11: style: The scope of the variable 'i_name' can be reduced. [variableScope]
foomatic-filters-4.0.17/util.c:88:13: style: Variable 'pstr' is assigned a value that is never used. [unreadVariable]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/fop/fop_2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/foptions/foptions_3042.86.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/foreign/foreign_0.8.71.orig.tar.gz
foreign/src/R_systat.c:442:25: warning: Logical disjunction always evaluates to true: EXPR != 1 || EXPR != 2. [incorrectLogicOperator]
foreign/src/R_systat.c:123:27: style: The scope of the variable 'msg' can be reduced. [variableScope]
foreign/src/R_systat.c:411:23: style: The scope of the variable 'isDollar' can be reduced. [variableScope]
foreign/src/R_systat.c:680:10: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
foreign/src/R_systat.c:672:37: style: Function 'getsvar' argument 2 names different: declaration 's' definition 'svalue'. [funcArgNamesDifferent]
foreign/src/R_systat.c:85:35: note: Function 'getsvar' argument 2 names different: declaration 's' definition 'svalue'.
foreign/src/R_systat.c:672:37: note: Function 'getsvar' argument 2 names different: declaration 's' definition 'svalue'.
foreign/src/R_systat.c:34:6: style: struct member 'SysAction::_history' is never used. [unusedStructMember]
foreign/src/R_systat.c:35:6: style: struct member 'SysAction::_save' is never used. [unusedStructMember]
foreign/src/R_systat.c:36:8: style: struct member 'SysAction::history' is never used. [unusedStructMember]
foreign/src/R_systat.c:37:7: style: struct member 'SysAction::fmt' is never used. [unusedStructMember]
foreign/src/R_systat.c:38:8: style: struct member 'SysAction::output' is never used. [unusedStructMember]
foreign/src/R_systat.c:39:8: style: struct member 'SysAction::submit' is never used. [unusedStructMember]
foreign/src/Rdbfread.c:49:5: style: Variable 'pszFilename' is reassigned a value before the old one has been used. [redundantAssignment]
foreign/src/Rdbfread.c:37:0: note: Variable 'pszFilename' is reassigned a value before the old one has been used.
foreign/src/Rdbfread.c:49:5: note: Variable 'pszFilename' is reassigned a value before the old one has been used.
foreign/src/Rdbfwrite.c:66:9: style: The scope of the variable 'nWidth' can be reduced. [variableScope]
foreign/src/SASxport.c:435:17: style: The scope of the variable 'tempChar' can be reduced. [variableScope]
foreign/src/SASxport.c:497:27: style: The scope of the variable 'memLength' can be reduced. [variableScope]
foreign/src/SASxport.c:591:9: style: The scope of the variable 'nvar' can be reduced. [variableScope]
foreign/src/SASxport.c:592:20: style: The scope of the variable 'dataLength' can be reduced. [variableScope]
foreign/src/SASxport.c:592:32: style: The scope of the variable 'totalWidth' can be reduced. [variableScope]
foreign/src/SASxport.c:593:9: style: The scope of the variable 'dataHeadPad' can be reduced. [variableScope]
foreign/src/SASxport.c:593:22: style: The scope of the variable 'dataTailPad' can be reduced. [variableScope]
foreign/src/SASxport.c:594:10: style: The scope of the variable 'dataWidth' can be reduced. [variableScope]
foreign/src/SASxport.c:595:10: style: The scope of the variable 'dataPosition' can be reduced. [variableScope]
foreign/src/SASxport.c:596:15: style: The scope of the variable 'dataType' can be reduced. [variableScope]
foreign/src/dbfopen.c:302:10: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
foreign/src/dbfopen.c:701:10: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
foreign/src/dbfopen.c:993:10: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
foreign/src/dbfopen.c:993:25: style: The scope of the variable 'i' can be reduced. [variableScope]
foreign/src/dbfopen.c:1162:10: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
foreign/src/dbfopen.c:1162:25: style: The scope of the variable 'i' can be reduced. [variableScope]
foreign/src/dbfopen.c:1309:10: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
foreign/src/dbfopen.c:1309:25: style: The scope of the variable 'i' can be reduced. [variableScope]
foreign/src/dbfopen.c:1372:10: style: The scope of the variable 'nRecordOffset' can be reduced. [variableScope]
foreign/src/dbfopen.c:322:28: style: Function 'DBFUpdateHeader' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:487:34: note: Function 'DBFUpdateHeader' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:322:28: note: Function 'DBFUpdateHeader' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:355:23: style: Function 'DBFOpen' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'. [funcArgNamesDifferent]
foreign/src/shapefil.h:428:29: note: Function 'DBFOpen' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'.
foreign/src/dbfopen.c:355:23: note: Function 'DBFOpen' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'.
foreign/src/dbfopen.c:466:20: style: Function 'DBFClose' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:485:27: note: Function 'DBFClose' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:466:20: note: Function 'DBFClose' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:516:25: style: Function 'DBFCreate' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'. [funcArgNamesDifferent]
foreign/src/shapefil.h:430:31: note: Function 'DBFCreate' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'.
foreign/src/dbfopen.c:516:25: note: Function 'DBFCreate' argument 1 names different: declaration 'pszDBFFile' definition 'pszFilename'.
foreign/src/dbfopen.c:592:23: style: Function 'DBFAddField' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:437:30: note: Function 'DBFAddField' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:592:23: note: Function 'DBFAddField' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:803:36: style: Function 'DBFReadIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:448:42: note: Function 'DBFReadIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:803:36: note: Function 'DBFReadIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:803:47: style: Function 'DBFReadIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:448:52: note: Function 'DBFReadIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:803:47: note: Function 'DBFReadIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:823:35: style: Function 'DBFReadDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:450:41: note: Function 'DBFReadDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:823:35: note: Function 'DBFReadDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:823:46: style: Function 'DBFReadDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:450:51: note: Function 'DBFReadDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:823:46: note: Function 'DBFReadDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:843:35: style: Function 'DBFReadStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:452:41: note: Function 'DBFReadStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:843:35: note: Function 'DBFReadStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:843:46: style: Function 'DBFReadStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:452:51: note: Function 'DBFReadStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:843:46: note: Function 'DBFReadStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:856:36: style: Function 'DBFReadLogicalAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:454:42: note: Function 'DBFReadLogicalAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:856:36: note: Function 'DBFReadLogicalAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:856:47: style: Function 'DBFReadLogicalAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:454:52: note: Function 'DBFReadLogicalAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:856:47: note: Function 'DBFReadLogicalAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:871:31: style: Function 'DBFIsAttributeNULL' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:456:37: note: Function 'DBFIsAttributeNULL' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:871:31: note: Function 'DBFIsAttributeNULL' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:871:42: style: Function 'DBFIsAttributeNULL' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:456:47: note: Function 'DBFIsAttributeNULL' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:871:42: note: Function 'DBFIsAttributeNULL' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1235:36: style: Function 'DBFWriteDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:462:42: note: Function 'DBFWriteDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1235:36: note: Function 'DBFWriteDoubleAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1235:47: style: Function 'DBFWriteDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:462:52: note: Function 'DBFWriteDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1235:47: note: Function 'DBFWriteDoubleAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1236:12: style: Function 'DBFWriteDoubleAttribute' argument 4 names different: declaration 'dFieldValue' definition 'dValue'. [funcArgNamesDifferent]
foreign/src/shapefil.h:463:18: note: Function 'DBFWriteDoubleAttribute' argument 4 names different: declaration 'dFieldValue' definition 'dValue'.
foreign/src/dbfopen.c:1236:12: note: Function 'DBFWriteDoubleAttribute' argument 4 names different: declaration 'dFieldValue' definition 'dValue'.
foreign/src/dbfopen.c:1249:37: style: Function 'DBFWriteIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:459:43: note: Function 'DBFWriteIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1249:37: note: Function 'DBFWriteIntegerAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1249:48: style: Function 'DBFWriteIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:459:53: note: Function 'DBFWriteIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1249:48: note: Function 'DBFWriteIntegerAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1250:10: style: Function 'DBFWriteIntegerAttribute' argument 4 names different: declaration 'nFieldValue' definition 'nValue'. [funcArgNamesDifferent]
foreign/src/shapefil.h:460:9: note: Function 'DBFWriteIntegerAttribute' argument 4 names different: declaration 'nFieldValue' definition 'nValue'.
foreign/src/dbfopen.c:1250:10: note: Function 'DBFWriteIntegerAttribute' argument 4 names different: declaration 'nFieldValue' definition 'nValue'.
foreign/src/dbfopen.c:1265:36: style: Function 'DBFWriteStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:465:42: note: Function 'DBFWriteStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1265:36: note: Function 'DBFWriteStringAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1265:47: style: Function 'DBFWriteStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:465:52: note: Function 'DBFWriteStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1265:47: note: Function 'DBFWriteStringAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1266:18: style: Function 'DBFWriteStringAttribute' argument 4 names different: declaration 'pszFieldValue' definition 'pszValue'. [funcArgNamesDifferent]
foreign/src/shapefil.h:466:24: note: Function 'DBFWriteStringAttribute' argument 4 names different: declaration 'pszFieldValue' definition 'pszValue'.
foreign/src/dbfopen.c:1266:18: note: Function 'DBFWriteStringAttribute' argument 4 names different: declaration 'pszFieldValue' definition 'pszValue'.
foreign/src/dbfopen.c:1279:34: style: Function 'DBFWriteNULLAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:468:39: note: Function 'DBFWriteNULLAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1279:34: note: Function 'DBFWriteNULLAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1279:45: style: Function 'DBFWriteNULLAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:468:49: note: Function 'DBFWriteNULLAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1279:45: note: Function 'DBFWriteNULLAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1292:37: style: Function 'DBFWriteLogicalAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:471:42: note: Function 'DBFWriteLogicalAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1292:37: note: Function 'DBFWriteLogicalAttribute' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1292:48: style: Function 'DBFWriteLogicalAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'. [funcArgNamesDifferent]
foreign/src/shapefil.h:471:52: note: Function 'DBFWriteLogicalAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1292:48: note: Function 'DBFWriteLogicalAttribute' argument 2 names different: declaration 'iShape' definition 'iRecord'.
foreign/src/dbfopen.c:1293:21: style: Function 'DBFWriteLogicalAttribute' argument 4 names different: declaration 'lFieldValue' definition 'lValue'. [funcArgNamesDifferent]
foreign/src/shapefil.h:472:22: note: Function 'DBFWriteLogicalAttribute' argument 4 names different: declaration 'lFieldValue' definition 'lValue'.
foreign/src/dbfopen.c:1293:21: note: Function 'DBFWriteLogicalAttribute' argument 4 names different: declaration 'lFieldValue' definition 'lValue'.
foreign/src/dbfopen.c:1462:34: style: Function 'DBFGetNativeFieldType' argument 1 names different: declaration 'hDBF' definition 'psDBF'. [funcArgNamesDifferent]
foreign/src/shapefil.h:489:40: note: Function 'DBFGetNativeFieldType' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:1462:34: note: Function 'DBFGetNativeFieldType' argument 1 names different: declaration 'hDBF' definition 'psDBF'.
foreign/src/dbfopen.c:416:0: error: Memory leak: pabyBuf [memleak]
foreign/src/dbfopen.c:547:0: error: Memory leak: pszFullname [memleak]
foreign/src/file-handle.c:55:39: style: Function 'init_file_handle' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
foreign/src/file-handle.c:37:52: note: Function 'init_file_handle' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/file-handle.c:55:39: note: Function 'init_file_handle' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/file-handle.c:126:37: style: Function 'fh_handle_name' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
foreign/src/file-handle.h:101:49: note: Function 'fh_handle_name' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/file-handle.c:126:37: note: Function 'fh_handle_name' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/file-handle.c:155:38: style: Function 'fh_close_handle' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
foreign/src/file-handle.h:98:43: note: Function 'fh_close_handle' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/file-handle.c:155:38: note: Function 'fh_close_handle' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/file-handle.c:203:42: style: Function 'fh_handle_filename' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
foreign/src/file-handle.h:102:47: note: Function 'fh_handle_filename' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/file-handle.c:203:42: note: Function 'fh_handle_filename' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/file-handle.c:210:38: style: Function 'fh_record_width' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
foreign/src/file-handle.h:103:45: note: Function 'fh_record_width' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/file-handle.c:210:38: note: Function 'fh_record_width' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/format.c:176:48: style: Function 'check_string_specifier' argument 1 names different: declaration 'spec' definition 'f'. [funcArgNamesDifferent]
foreign/src/format.h:85:52: note: Function 'check_string_specifier' argument 1 names different: declaration 'spec' definition 'f'.
foreign/src/format.c:176:48: note: Function 'check_string_specifier' argument 1 names different: declaration 'spec' definition 'f'.
foreign/src/minitab.c:110:16: style: The scope of the variable 'thisRec' can be reduced. [variableScope]
foreign/src/minitab.c:42:11: style: union member 'Anonymous0::cdat' is never used. [unusedStructMember]
foreign/src/minitab.c:166:0: error: Resource leak: f [resourceLeak]
foreign/src/pfm-read.c:289:11: warning: Either the condition 'if(ext&&ext->dict)' is redundant or there is possible null pointer dereference: ext. [nullPointerRedundantCheck]
foreign/src/pfm-read.c:290:6: note: Assuming that condition 'if(ext&&ext->dict)' is not redundant
foreign/src/pfm-read.c:289:11: note: Null pointer dereference
foreign/src/pfm-read.c:436:32: warning: Either the condition 'h==NULL' is redundant or there is possible null pointer dereference: h. [nullPointerRedundantCheck]
foreign/src/pfm-read.c:440:9: note: Assuming that condition 'h==NULL' is not redundant
foreign/src/pfm-read.c:436:32: note: Null pointer dereference
foreign/src/pfm-read.c:651:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foreign/src/sfm-read.c:530:11: warning: Either the condition 'if(ext&&ext->dict)' is redundant or there is possible null pointer dereference: ext. [nullPointerRedundantCheck]
foreign/src/sfm-read.c:531:6: note: Assuming that condition 'if(ext&&ext->dict)' is not redundant
foreign/src/sfm-read.c:530:11: note: Null pointer dereference
foreign/src/sfm-read.c:1301:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
foreign/src/sfm-read.c:1300:25: style: Same value in both branches of ternary operator. [duplicateValueTernary]
foreign/src/sfm-read.c:657:10: style: The scope of the variable 'val' can be reduced. [variableScope]
foreign/src/sfm-read.c:1366:31: style: Function 'bufread' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent]
foreign/src/sfm-read.c:183:44: note: Function 'bufread' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/sfm-read.c:1366:31: note: Function 'bufread' argument 1 names different: declaration 'handle' definition 'h'.
foreign/src/sfm-read.c:1167:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foreign/src/sfm-read.c:1229:19: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
foreign/src/spss.c:226:22: style: The scope of the variable 'labelset' can be reduced. [variableScope]
foreign/src/spss.c:276:6: style: The scope of the variable 'j' can be reduced. [variableScope]
foreign/src/spss.c:678:2: error: Resource handle 'fp' freed twice. [doubleFree]
foreign/src/spss.c:682:6: error: Resource handle 'fp' freed twice. [doubleFree]
foreign/src/spss.c:686:2: error: Resource handle 'fp' freed twice. [doubleFree]
foreign/src/stataread.c:98:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foreign/src/stataread.c:106:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foreign/src/stataread.c:114:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foreign/src/stataread.c:130:41: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foreign/src/stataread.c:141:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foreign/src/stataread.c:151:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foreign/src/stataread.c:598:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foreign/src/stataread.c:577:48: style: Condition '(sizeof(double)!=8)|(sizeof(int)!=4)|(sizeof(float)!=4)' is always false [knownConditionTrueFalse]
foreign/src/stataread.c:1032:52: style: Condition '(sizeof(double)!=8)|(sizeof(int)!=4)|(sizeof(float)!=4)' is always false [knownConditionTrueFalse]
foreign/src/stataread.c:230:2: warning: Variable 'version' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
foreign/src/stataread.c:224:2: note: Variable 'version' is reassigned a value before the old one has been used. 'break;' missing?
foreign/src/stataread.c:230:2: note: Variable 'version' is reassigned a value before the old one has been used. 'break;' missing?
foreign/src/stataread.c:231:2: warning: Variable 'varnamelength' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
foreign/src/stataread.c:225:2: note: Variable 'varnamelength' is reassigned a value before the old one has been used. 'break;' missing?
foreign/src/stataread.c:231:2: note: Variable 'varnamelength' is reassigned a value before the old one has been used. 'break;' missing?
foreign/src/stataread.c:232:2: warning: Variable 'fmtlist_len' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
foreign/src/stataread.c:226:2: note: Variable 'fmtlist_len' is reassigned a value before the old one has been used. 'break;' missing?
foreign/src/stataread.c:232:2: note: Variable 'fmtlist_len' is reassigned a value before the old one has been used. 'break;' missing?
foreign/src/stataread.c:933:3: performance: Buffer 'tmp' is being written before its old content has been used. [redundantCopy]
foreign/src/stataread.c:932:3: note: Buffer 'tmp' is being written before its old content has been used.
foreign/src/stataread.c:933:3: note: Buffer 'tmp' is being written before its old content has been used.
foreign/src/stataread.c:185:17: style: The scope of the variable 'nlabels' can be reduced. [variableScope]
foreign/src/stataread.c:185:26: style: The scope of the variable 'totlen' can be reduced. [variableScope]
foreign/src/stataread.c:185:34: style: The scope of the variable 'res' can be reduced. [variableScope]
foreign/src/stataread.c:192:10: style: The scope of the variable 'off' can be reduced. [variableScope]
foreign/src/stataread.c:730:17: style: The scope of the variable 'thisnamechar' can be reduced. [variableScope]
foreign/src/stataread.c:923:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foreign/src/stataread.c:98:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foreign/src/stataread.c:106:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foreign/src/stataread.c:114:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foreign/src/stataread.c:130:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foreign/src/stataread.c:141:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foreign/src/stataread.c:151:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
foreign/src/stataread.c:598:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/foremancli/foremancli_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/foremost/foremost_1.5.7.orig.tar.gz
foremost-1.5.7/api.c:504:10: style: Redundant condition: If 'EXPR > 31', the comparison 'EXPR' is always true. [redundantCondition]
foremost-1.5.7/api.c:60:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'void *'. [invalidPrintfArgType_sint]
foremost-1.5.7/api.c:526:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
foremost-1.5.7/api.c:70:2: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
foremost-1.5.7/api.c:68:0: note: Variable 'dest' is reassigned a value before the old one has been used.
foremost-1.5.7/api.c:70:2: note: Variable 'dest' is reassigned a value before the old one has been used.
foremost-1.5.7/api.c:67:18: style: The scope of the variable 'dir' can be reduced. [variableScope]
foremost-1.5.7/api.c:96:10: style: The scope of the variable 'p' can be reduced. [variableScope]
foremost-1.5.7/api.c:96:14: style: The scope of the variable 'q' can be reduced. [variableScope]
foremost-1.5.7/api.c:98:9: style: The scope of the variable 'punctCount' can be reduced. [variableScope]
foremost-1.5.7/api.c:99:10: style: The scope of the variable 'name_size' can be reduced. [variableScope]
foremost-1.5.7/api.c:481:10: style: The scope of the variable 'unknown' can be reduced. [variableScope]
foremost-1.5.7/api.c:249:26: style: Checking if unsigned variable 'jump' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/api.c:274:26: style: Checking if unsigned variable 'jump' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/api.c:496:3: style: Variable 'unknown' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/config.c:257:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
foremost-1.5.7/config.c:204:3: error: Memory leak: tokenarray [memleak]
foremost-1.5.7/config.c:216:4: error: Memory leak: tokenarray [memleak]
foremost-1.5.7/config.c:27:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
foremost-1.5.7/config.c:32:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
foremost-1.5.7/config.c:37:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
foremost-1.5.7/config.c:42:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
foremost-1.5.7/config.c:47:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
foremost-1.5.7/config.c:52:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
foremost-1.5.7/config.c:57:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
foremost-1.5.7/dir.c:378:3: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
foremost-1.5.7/dir.c:21:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
foremost-1.5.7/engine.c:419:44: warning: Either the condition 'foundat>=0' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
foremost-1.5.7/engine.c:417:35: note: Assuming that condition 'foundat>=0' is not redundant
foremost-1.5.7/engine.c:419:44: note: Null pointer subtraction
foremost-1.5.7/engine.c:229:15: style: The scope of the variable 'block2' can be reduced. [variableScope]
foremost-1.5.7/engine.c:230:15: style: The scope of the variable 'dif' can be reduced. [variableScope]
foremost-1.5.7/engine.c:329:9: style: The scope of the variable 'bs' can be reduced. [variableScope]
foremost-1.5.7/engine.c:245:13: style: Checking if unsigned variable 'block' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/engine.c:255:14: style: Checking if unsigned variable 'block2' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/engine.c:417:35: style: A pointer can not be negative so it is either pointless or an error to check if it is not. [pointerPositive]
foremost-1.5.7/engine.c:417:35: style: Unsigned variable 'foundat' can't be negative so it is unnecessary to test it. [unsignedPositive]
foremost-1.5.7/engine.c:650:3: error: Memory leak: i [memleak]
foremost-1.5.7/engine.c:685:0: error: Dereferencing 'i' after it is deallocated / released [deallocuse]
foremost-1.5.7/engine.c:705:0: error: Dereferencing 'i' after it is deallocated / released [deallocuse]
foremost-1.5.7/engine.c:706:0: error: Deallocating a deallocated pointer: i [deallocDealloc]
foremost-1.5.7/extract.c:1236:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
foremost-1.5.7/extract.c:2230:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
foremost-1.5.7/extract.h:96:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foremost-1.5.7/extract.h:96:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foremost-1.5.7/extract.h:106:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foremost-1.5.7/extract.h:106:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foremost-1.5.7/extract.c:302:2: style: Variable 'currentpos' is reassigned a value before the old one has been used. [redundantAssignment]
foremost-1.5.7/extract.c:291:0: note: Variable 'currentpos' is reassigned a value before the old one has been used.
foremost-1.5.7/extract.c:302:2: note: Variable 'currentpos' is reassigned a value before the old one has been used.
foremost-1.5.7/extract.c:509:2: style: Variable 'foundat' is reassigned a value before the old one has been used. [redundantAssignment]
foremost-1.5.7/extract.c:506:2: note: Variable 'foundat' is reassigned a value before the old one has been used.
foremost-1.5.7/extract.c:509:2: note: Variable 'foundat' is reassigned a value before the old one has been used.
foremost-1.5.7/extract.c:520:2: style: Variable 'foundat' is reassigned a value before the old one has been used. [redundantAssignment]
foremost-1.5.7/extract.c:519:2: note: Variable 'foundat' is reassigned a value before the old one has been used.
foremost-1.5.7/extract.c:520:2: note: Variable 'foundat' is reassigned a value before the old one has been used.
foremost-1.5.7/extract.c:178:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
foremost-1.5.7/extract.c:182:3: note: Found duplicate branches for 'if' and 'else'.
foremost-1.5.7/extract.c:178:8: note: Found duplicate branches for 'if' and 'else'.
foremost-1.5.7/extract.c:1599:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
foremost-1.5.7/extract.c:1603:4: note: Found duplicate branches for 'if' and 'else'.
foremost-1.5.7/extract.c:1599:9: note: Found duplicate branches for 'if' and 'else'.
foremost-1.5.7/extract.c:1968:24: style: Same expression on both sides of '-' because the value of 'foundat' and 'buf' are the same. [duplicateExpression]
foremost-1.5.7/extract.c:1958:23: note: 'buf' is assigned value 'foundat' here.
foremost-1.5.7/extract.c:1968:24: note: Same expression on both sides of '-' because the value of 'foundat' and 'buf' are the same.
foremost-1.5.7/extract.c:40:20: style: The scope of the variable 'comment_length' can be reduced. [variableScope]
foremost-1.5.7/extract.c:294:18: style: The scope of the variable 'tempsize' can be reduced. [variableScope]
foremost-1.5.7/extract.c:295:16: style: The scope of the variable 'size' can be reduced. [variableScope]
foremost-1.5.7/extract.c:299:10: style: The scope of the variable 'comment' can be reduced. [variableScope]
foremost-1.5.7/extract.c:560:9: style: The scope of the variable 'file_size' can be reduced. [variableScope]
foremost-1.5.7/extract.c:723:9: style: The scope of the variable 'oldblk' can be reduced. [variableScope]
foremost-1.5.7/extract.c:724:12: style: The scope of the variable 'j' can be reduced. [variableScope]
foremost-1.5.7/extract.c:738:9: style: The scope of the variable 'result' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1042:15: style: The scope of the variable 'atomsize' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1331:9: style: The scope of the variable 'comment' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1406:9: style: The scope of the variable 'bytes_to_search' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1407:17: style: The scope of the variable 'width' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1408:17: style: The scope of the variable 'height' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1410:9: style: The scope of the variable 'comment' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1484:9: style: The scope of the variable 'j' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1660:15: style: The scope of the variable 'size' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1736:9: style: The scope of the variable 'size' can be reduced. [variableScope]
foremost-1.5.7/extract.c:1827:17: style: The scope of the variable 'headersize' can be reduced. [variableScope]
foremost-1.5.7/extract.c:2101:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
foremost-1.5.7/extract.c:2104:15: style: The scope of the variable 'raw_section_size' can be reduced. [variableScope]
foremost-1.5.7/extract.c:2277:15: style: The scope of the variable 'ufilesize' can be reduced. [variableScope]
foremost-1.5.7/extract.c:2278:9: style: The scope of the variable 'i' can be reduced. [variableScope]
foremost-1.5.7/extract.c:2280:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
foremost-1.5.7/extract.c:2281:9: style: The scope of the variable 'passwd' can be reduced. [variableScope]
foremost-1.5.7/extract.c:382:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/extract.c:628:64: style: Checking if unsigned variable 'htoi((unsigned char*)&h->dir_flag,1)' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/extract.c:634:73: style: Checking if unsigned variable 'htoi((unsigned char*)&h->num_FAT_blocks,1)' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/extract.c:640:79: style: Checking if unsigned variable 'htoi((unsigned char*)&h->num_extra_FAT_blocks,1)' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/extract.c:1053:16: style: Checking if unsigned variable 'atomsize' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/extract.c:1538:15: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/extract.c:2367:17: style: Checking if unsigned variable 'filesize' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/extract.c:2371:18: style: Checking if unsigned variable 'ufilesize' is less than zero. [unsignedLessThanZero]
foremost-1.5.7/extract.c:585:15: style: Variable 'currentpos' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:1187:15: style: Variable 'currentpos' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:1204:23: style: Variable 'fileObjHeaderSize' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:1423:16: style: Variable 'currentpos' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:2172:15: style: Variable 'SizeOfCode' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:2173:26: style: Variable 'SizeOfInitializedData' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:2174:28: style: Variable 'SizeOfUninitializedData' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:2175:8: style: Variable 'rva' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:2178:16: style: Variable 'sizeofimage' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:2179:20: style: Variable 'size_of_headers' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/extract.c:2176:10: style: Variable 'align' is assigned a value that is never used. [unreadVariable]
foremost-1.5.7/helpers.c:329:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foremost-1.5.7/helpers.c:329:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
foremost-1.5.7/helpers.c:290:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
foremost-1.5.7/helpers.c:517:8: style: The scope of the variable 'count' can be reduced. [variableScope]
foremost-1.5.7/helpers.c:521:8: style: The scope of the variable 'number_of_stars' can be reduced. [variableScope]
foremost-1.5.7/helpers.c:522:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
foremost-1.5.7/helpers.c:424:49: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
foremost-1.5.7/state.c:232:32: warning: Possible null pointer dereference: footer [nullPointer]
foremost-1.5.7/state.c:278:40: note: Calling function 'init_builtin', 5th argument 'footer' value is 0
foremost-1.5.7/state.c:232:32: note: Null pointer dereference
foremost-1.5.7/state.c:330:2: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
foremost-1.5.7/state.c:321:2: note: Variable 'index' is reassigned a value before the old one has been used.
foremost-1.5.7/state.c:330:2: note: Variable 'index' is reassigned a value before the old one has been used.
foremost-1.5.7/state.c:721:11: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/forensic-artifacts/forensic-artifacts_20170808.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/forensics-colorize/forensics-colorize_1.1.orig.tar.gz
colorize-release-1.1/src/colorize.c:283:0: error: Memory leak: output [memleak]
colorize-release-1.1/src/filecompare.c:42:17: style: The scope of the variable 'c' can be reduced. [variableScope]
colorize-release-1.1/src/filecompare.c:202:5: error: Resource leak: h2 [resourceLeak]
colorize-release-1.1/src/helpers.c:28:46: style: Function 'find_file_size' argument 3 names different: declaration 'result' definition 'sz'. [funcArgNamesDifferent]
colorize-release-1.1/src/main.h:81:46: note: Function 'find_file_size' argument 3 names different: declaration 'result' definition 'sz'.
colorize-release-1.1/src/helpers.c:28:46: note: Function 'find_file_size' argument 3 names different: declaration 'result' definition 'sz'.
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/forg/forg_0.5.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/forge/forge_1.0.1.orig.tar.gz
forge-1.0.1/src/backend/err_common.cpp:49:32: style: Function 'TypeError' argument 3 names different: declaration 'pLine' definition 'pLineNumber'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/err_common.hpp:81:25: note: Function 'TypeError' argument 3 names different: declaration 'pLine' definition 'pLineNumber'.
forge-1.0.1/src/backend/err_common.cpp:49:32: note: Function 'TypeError' argument 3 names different: declaration 'pLine' definition 'pLineNumber'.
forge-1.0.1/src/backend/err_common.cpp:58:40: style: Function 'ArgumentError' argument 3 names different: declaration 'pLine' definition 'pLineNumber'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/err_common.hpp:108:29: note: Function 'ArgumentError' argument 3 names different: declaration 'pLine' definition 'pLineNumber'.
forge-1.0.1/src/backend/err_common.cpp:58:40: note: Function 'ArgumentError' argument 3 names different: declaration 'pLine' definition 'pLineNumber'.
forge-1.0.1/src/backend/chart.hpp:45:13: performance: Variable 'mChart' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
forge-1.0.1/src/backend/font.hpp:30:13: performance: Variable 'mFont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
forge-1.0.1/src/backend/image.hpp:34:13: performance: Variable 'mImage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
forge-1.0.1/src/backend/window.hpp:47:13: performance: Variable 'mWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
forge-1.0.1/src/backend/chart.hpp:32:9: style: Class 'Chart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/chart.hpp:44:9: style: Class 'Chart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/font.hpp:29:9: style: Class 'Font' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/image.hpp:33:9: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/window.hpp:46:9: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/chart_renderables.hpp:33:9: style: Class 'Histogram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/chart_renderables.hpp:53:9: style: Class 'Plot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/chart_renderables.hpp:88:9: style: Class 'Surface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/chart_renderables.hpp:106:9: style: Class 'VectorField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/chart_common.hpp:33:0: style: Class 'forge :: common :: ChartRenderableBase < detail :: histogram_impl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/chart_common.hpp:33:0: style: Class 'forge :: common :: ChartRenderableBase < detail :: plot_impl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/chart_common.hpp:33:0: style: Class 'forge :: common :: ChartRenderableBase < detail :: surface_impl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/chart_common.hpp:33:0: style: Class 'forge :: common :: ChartRenderableBase < detail :: vector_field_impl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
forge-1.0.1/src/backend/opengl/chart_impl.cpp:281:51: style: Function 'pushTicktextCoords' argument 1 names different: declaration 'x' definition 'pX'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:159:45: note: Function 'pushTicktextCoords' argument 1 names different: declaration 'x' definition 'pX'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:281:51: note: Function 'pushTicktextCoords' argument 1 names different: declaration 'x' definition 'pX'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:281:67: style: Function 'pushTicktextCoords' argument 2 names different: declaration 'y' definition 'pY'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:159:60: note: Function 'pushTicktextCoords' argument 2 names different: declaration 'y' definition 'pY'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:281:67: note: Function 'pushTicktextCoords' argument 2 names different: declaration 'y' definition 'pY'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:281:83: style: Function 'pushTicktextCoords' argument 3 names different: declaration 'z' definition 'pZ'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:159:75: note: Function 'pushTicktextCoords' argument 3 names different: declaration 'z' definition 'pZ'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:281:83: note: Function 'pushTicktextCoords' argument 3 names different: declaration 'z' definition 'pZ'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:613:51: style: Function 'pushTicktextCoords' argument 1 names different: declaration 'x' definition 'pX'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:180:45: note: Function 'pushTicktextCoords' argument 1 names different: declaration 'x' definition 'pX'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:613:51: note: Function 'pushTicktextCoords' argument 1 names different: declaration 'x' definition 'pX'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:613:67: style: Function 'pushTicktextCoords' argument 2 names different: declaration 'y' definition 'pY'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:180:60: note: Function 'pushTicktextCoords' argument 2 names different: declaration 'y' definition 'pY'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:613:67: note: Function 'pushTicktextCoords' argument 2 names different: declaration 'y' definition 'pY'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:613:83: style: Function 'pushTicktextCoords' argument 3 names different: declaration 'z' definition 'pZ'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:180:75: note: Function 'pushTicktextCoords' argument 3 names different: declaration 'z' definition 'pZ'.
forge-1.0.1/src/backend/opengl/chart_impl.cpp:613:83: note: Function 'pushTicktextCoords' argument 3 names different: declaration 'z' definition 'pZ'.
forge-1.0.1/src/backend/opengl/common.hpp:253:14: style: Technically the member function 'forge::opengl::AbstractRenderable::getColor' can be const. [functionConst]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:136:14: style: Technically the member function 'forge::opengl::AbstractChart::getAxesLimits' can be const. [functionConst]
forge-1.0.1/src/backend/opengl/chart_impl.cpp:213:21: note: Technically the member function 'forge::opengl::AbstractChart::getAxesLimits' can be const.
forge-1.0.1/src/backend/opengl/chart_impl.hpp:136:14: note: Technically the member function 'forge::opengl::AbstractChart::getAxesLimits' can be const.
forge-1.0.1/src/backend/opengl/chart_impl.hpp:157:14: style: The function 'bindResources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:113:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:157:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:158:14: style: The function 'unbindResources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:114:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:158:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:160:14: style: The function 'generateChartData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:116:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:160:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:161:14: style: The function 'generateTickLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:117:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:161:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:168:14: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/common.hpp:304:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:168:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:178:14: style: The function 'bindResources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:113:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:178:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:179:14: style: The function 'unbindResources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:114:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:179:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:181:14: style: The function 'generateChartData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:116:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:181:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:182:14: style: The function 'generateTickLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/chart_impl.hpp:117:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:182:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:189:14: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/common.hpp:304:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/chart_impl.hpp:189:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/image_impl.hpp:58:14: style: The function 'setColorMapUBOParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/common.hpp:287:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/image_impl.hpp:58:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/image_impl.hpp:69:14: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/common.hpp:304:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/image_impl.hpp:69:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/histogram_impl.hpp:55:14: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/common.hpp:304:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/histogram_impl.hpp:55:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/plot_impl.hpp:87:22: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/common.hpp:304:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/plot_impl.hpp:87:22: note: Function in derived class
forge-1.0.1/src/backend/opengl/surface_impl.hpp:68:14: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/common.hpp:304:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/surface_impl.hpp:68:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/surface_impl.hpp:83:14: style: The function 'renderGraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/surface_impl.hpp:61:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/surface_impl.hpp:83:14: note: Function in derived class
forge-1.0.1/src/backend/opengl/common.hpp:132:58: performance: Function parameter 'pFormat' should be passed by const reference. [passedByValue]
forge-1.0.1/src/backend/opengl/colormap_impl.cpp:30:5: performance: Variable 'mDefMapLen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
forge-1.0.1/src/backend/opengl/common.hpp:185:14: performance: Technically the member function 'forge::opengl::ShaderProgram::unbind' can be static. [functionStatic]
forge-1.0.1/src/backend/opengl/common.cpp:204:21: note: Technically the member function 'forge::opengl::ShaderProgram::unbind' can be static.
forge-1.0.1/src/backend/opengl/common.hpp:185:14: note: Technically the member function 'forge::opengl::ShaderProgram::unbind' can be static.
forge-1.0.1/src/backend/opengl/common.cpp:275:58: performance: Function parameter 'pFormat' should be passed by const reference. [passedByValue]
forge-1.0.1/src/backend/opengl/font_atlas_impl.cpp:168:9: style: The scope of the variable 'y' can be reduced. [variableScope]
forge-1.0.1/src/backend/opengl/font_impl.cpp:164:13: style: Variable 'missed' is modified but its new value is never used. [unreadVariable]
forge-1.0.1/src/backend/opengl/font_impl.hpp:59:14: performance: Technically the member function 'forge::opengl::font_impl::unbindResources' can be static. [functionStatic]
forge-1.0.1/src/backend/opengl/font_impl.cpp:222:17: note: Technically the member function 'forge::opengl::font_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/font_impl.hpp:59:14: note: Technically the member function 'forge::opengl::font_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/font_impl.cpp:250:43: style: Class 'font_impl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
forge-1.0.1/src/backend/opengl/font_impl.cpp:250:43: style: Class 'font_impl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
forge-1.0.1/src/backend/opengl/histogram_impl.hpp:49:14: performance: Technically the member function 'forge::opengl::histogram_impl::unbindResources' can be static. [functionStatic]
forge-1.0.1/src/backend/opengl/histogram_impl.cpp:68:22: note: Technically the member function 'forge::opengl::histogram_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/histogram_impl.hpp:49:14: note: Technically the member function 'forge::opengl::histogram_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/image_impl.hpp:50:14: performance: Technically the member function 'forge::opengl::image_impl::bindResources' can be static. [functionStatic]
forge-1.0.1/src/backend/opengl/image_impl.cpp:31:18: note: Technically the member function 'forge::opengl::image_impl::bindResources' can be static.
forge-1.0.1/src/backend/opengl/image_impl.hpp:50:14: note: Technically the member function 'forge::opengl::image_impl::bindResources' can be static.
forge-1.0.1/src/backend/opengl/image_impl.hpp:51:14: performance: Technically the member function 'forge::opengl::image_impl::unbindResources' can be static. [functionStatic]
forge-1.0.1/src/backend/opengl/image_impl.cpp:36:18: note: Technically the member function 'forge::opengl::image_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/image_impl.hpp:51:14: note: Technically the member function 'forge::opengl::image_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/plot_impl.cpp:96:102: style: Function 'plot_impl' argument 5 names different: declaration 'pDimension' definition 'pD'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/plot_impl.hpp:79:29: note: Function 'plot_impl' argument 5 names different: declaration 'pDimension' definition 'pD'.
forge-1.0.1/src/backend/opengl/plot_impl.cpp:96:102: note: Function 'plot_impl' argument 5 names different: declaration 'pDimension' definition 'pD'.
forge-1.0.1/src/backend/opengl/plot_impl.hpp:70:14: performance: Technically the member function 'forge::opengl::plot_impl::unbindResources' can be static. [functionStatic]
forge-1.0.1/src/backend/opengl/plot_impl.cpp:61:17: note: Technically the member function 'forge::opengl::plot_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/plot_impl.hpp:70:14: note: Technically the member function 'forge::opengl::plot_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/surface_impl.hpp:59:14: performance: Technically the member function 'forge::opengl::surface_impl::unbindResources' can be static. [functionStatic]
forge-1.0.1/src/backend/opengl/surface_impl.cpp:88:20: note: Technically the member function 'forge::opengl::surface_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/surface_impl.hpp:59:14: note: Technically the member function 'forge::opengl::surface_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/surface_impl.hpp:60:20: style: Technically the member function 'forge::opengl::surface_impl::computeTransformMat' can be const. [functionConst]
forge-1.0.1/src/backend/opengl/surface_impl.cpp:93:25: note: Technically the member function 'forge::opengl::surface_impl::computeTransformMat' can be const.
forge-1.0.1/src/backend/opengl/surface_impl.hpp:60:20: note: Technically the member function 'forge::opengl::surface_impl::computeTransformMat' can be const.
forge-1.0.1/src/backend/opengl/vector_field_impl.cpp:93:101: style: Function 'vector_field_impl' argument 3 names different: declaration 'pDimension' definition 'pD'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/vector_field_impl.hpp:64:37: note: Function 'vector_field_impl' argument 3 names different: declaration 'pDimension' definition 'pD'.
forge-1.0.1/src/backend/opengl/vector_field_impl.cpp:93:101: note: Function 'vector_field_impl' argument 3 names different: declaration 'pDimension' definition 'pD'.
forge-1.0.1/src/backend/opengl/vector_field_impl.hpp:58:14: performance: Technically the member function 'forge::opengl::vector_field_impl::unbindResources' can be static. [functionStatic]
forge-1.0.1/src/backend/opengl/vector_field_impl.cpp:64:25: note: Technically the member function 'forge::opengl::vector_field_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/vector_field_impl.hpp:58:14: note: Technically the member function 'forge::opengl::vector_field_impl::unbindResources' can be static.
forge-1.0.1/src/backend/opengl/vector_field_impl.hpp:67:20: style: Technically the member function 'forge::opengl::vector_field_impl::directions' can be const. [functionConst]
forge-1.0.1/src/backend/opengl/vector_field_impl.cpp:166:27: note: Technically the member function 'forge::opengl::vector_field_impl::directions' can be const.
forge-1.0.1/src/backend/opengl/vector_field_impl.hpp:67:20: note: Technically the member function 'forge::opengl::vector_field_impl::directions' can be const.
forge-1.0.1/src/backend/opengl/vector_field_impl.hpp:70:22: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
forge-1.0.1/src/backend/opengl/common.hpp:304:22: note: Virtual function in base class
forge-1.0.1/src/backend/opengl/vector_field_impl.hpp:70:22: note: Function in derived class
forge-1.0.1/src/backend/opengl/window_impl.cpp:320:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
forge-1.0.1/src/backend/opengl/window_impl.cpp:191:36: style: Function 'setSize' argument 1 names different: declaration 'pWidth' definition 'pW'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/window_impl.hpp:54:31: note: Function 'setSize' argument 1 names different: declaration 'pWidth' definition 'pW'.
forge-1.0.1/src/backend/opengl/window_impl.cpp:191:36: note: Function 'setSize' argument 1 names different: declaration 'pWidth' definition 'pW'.
forge-1.0.1/src/backend/opengl/window_impl.cpp:191:49: style: Function 'setSize' argument 2 names different: declaration 'pHeight' definition 'pH'. [funcArgNamesDifferent]
forge-1.0.1/src/backend/opengl/window_impl.hpp:54:48: note: Function 'setSize' argument 2 names different: declaration 'pHeight' definition 'pH'.
forge-1.0.1/src/backend/opengl/window_impl.cpp:191:49: note: Function 'setSize' argument 2 names different: declaration 'pHeight' definition 'pH'.
forge-1.0.1/src/backend/opengl/window_impl.hpp:77:14: performance: Technically the member function 'forge::opengl::window_impl::saveFrameBuffer' can be static. [functionStatic]
forge-1.0.1/src/backend/opengl/window_impl.cpp:340:19: note: Technically the member function 'forge::opengl::window_impl::saveFrameBuffer' can be static.
forge-1.0.1/src/backend/opengl/window_impl.hpp:77:14: note: Technically the member function 'forge::opengl::window_impl::saveFrameBuffer' can be static.
forge-1.0.1/src/backend/opengl/window_impl.cpp:129:9: style: Class 'window_impl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
forge-1.0.1/src/backend/opengl/window_impl.cpp:129:9: style: Class 'window_impl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/forgethtml/forgethtml_0.0.20031008.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/forgetsql/forgetsql_0.5.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/forked-daapd/forked-daapd_25.0.orig.tar.gz
forked-daapd-25.0/sqlext/sqlext.c:169:0: error: #error Platform not supported [preprocessorErrorDirective]
forked-daapd-25.0/src/artwork.c:749:8: style: The scope of the variable 'parentdir' can be reduced. [variableScope]
forked-daapd-25.0/src/artwork.c:757:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
forked-daapd-25.0/src/artwork.c:1406:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
forked-daapd-25.0/src/cache.c:789:20: style: The scope of the variable 'evbuf' can be reduced. [variableScope]
forked-daapd-25.0/src/cache.c:792:9: style: The scope of the variable 'query' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:630:9: style: The scope of the variable 'title' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:1448:10: style: The scope of the variable 'strcol' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:1501:10: style: The scope of the variable 'strcol' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:1502:7: style: The scope of the variable 'id' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:1503:7: style: The scope of the variable 'type' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:1504:7: style: The scope of the variable 'nitems' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:1505:7: style: The scope of the variable 'nstreams' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:1600:10: style: The scope of the variable 'strcol' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:2134:13: style: The scope of the variable 'ival' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:2135:13: style: The scope of the variable 'i64val' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:2136:10: style: The scope of the variable 'strval' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:2714:13: style: The scope of the variable 'ival' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:2715:10: style: The scope of the variable 'strval' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:3941:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:5336:9: style: The scope of the variable 'query' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:5506:10: style: The scope of the variable 'strval' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:5508:13: style: The scope of the variable 'ival' can be reduced. [variableScope]
forked-daapd-25.0/src/db.c:1410:41: style: Function 'db_query_run' argument 3 names different: declaration 'cache_update' definition 'library_update'. [funcArgNamesDifferent]
forked-daapd-25.0/src/db.c:332:41: note: Function 'db_query_run' argument 3 names different: declaration 'cache_update' definition 'library_update'.
forked-daapd-25.0/src/db.c:1410:41: note: Function 'db_query_run' argument 3 names different: declaration 'cache_update' definition 'library_update'.
forked-daapd-25.0/src/db.c:2268:35: style: Function 'db_file_fetch_byvirtualpath' argument 1 names different: declaration 'path' definition 'virtual_path'. [funcArgNamesDifferent]
forked-daapd-25.0/src/db.h:539:35: note: Function 'db_file_fetch_byvirtualpath' argument 1 names different: declaration 'path' definition 'virtual_path'.
forked-daapd-25.0/src/db.c:2268:35: note: Function 'db_file_fetch_byvirtualpath' argument 1 names different: declaration 'path' definition 'virtual_path'.
forked-daapd-25.0/src/db.c:4034:44: style: Function 'db_queue_update_item' argument 1 names different: declaration 'queue_item' definition 'qi'. [funcArgNamesDifferent]
forked-daapd-25.0/src/db.h:694:44: note: Function 'db_queue_update_item' argument 1 names different: declaration 'queue_item' definition 'qi'.
forked-daapd-25.0/src/db.c:4034:44: note: Function 'db_queue_update_item' argument 1 names different: declaration 'queue_item' definition 'qi'.
forked-daapd-25.0/src/db_init.c:410:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/db_upgrade.c:48:9: style: The scope of the variable 'query' can be reduced. [variableScope]
forked-daapd-25.0/src/db_upgrade.c:110:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/db_upgrade.c:985:9: style: The scope of the variable 'artist' can be reduced. [variableScope]
forked-daapd-25.0/src/db_upgrade.c:986:9: style: The scope of the variable 'album' can be reduced. [variableScope]
forked-daapd-25.0/src/db_upgrade.c:990:7: style: The scope of the variable 'type' can be reduced. [variableScope]
forked-daapd-25.0/src/db_upgrade.c:1315:7: style: The scope of the variable 'dir_id' can be reduced. [variableScope]
forked-daapd-25.0/src/dmap_common.c:598:7: style: Condition 'want_ased' is always true [knownConditionTrueFalse]
forked-daapd-25.0/src/dmap_common.c:595:15: note: Assignment 'want_ased=1', assigned value is 1
forked-daapd-25.0/src/dmap_common.c:598:7: note: Condition 'want_ased' is always true
forked-daapd-25.0/src/dmap_common.c:216:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/evrtsp/rtsp.c:1352:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
forked-daapd-25.0/src/evrtsp/rtsp.c:150:3: error: Memory leak: ai_addr [memleak]
forked-daapd-25.0/src/evrtsp/rtsp.c:161:2: error: Memory leak: ai_addr [memleak]
forked-daapd-25.0/src/http.c:71:15: style: The scope of the variable 'value' can be reduced. [variableScope]
forked-daapd-25.0/src/http.c:184:20: style: The scope of the variable 'output_buffer' can be reduced. [variableScope]
forked-daapd-25.0/src/http.c:190:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
forked-daapd-25.0/src/http.c:401:9: style: The scope of the variable 'k' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd.c:213:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd.c:938:15: style: The scope of the variable 'host' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd.c:948:7: style: The scope of the variable 'i' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_daap.c:534:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_daap.c:535:7: style: The scope of the variable 'len' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_daap.c:593:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_daap.c:596:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_daap.c:2704:9: style: The scope of the variable 'libname' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_daap.c:3008:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_daap.c:3034:29: style: The scope of the variable 'evcon' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_daap.c:228:4: error: Memory leak: s [memleak]
forked-daapd-25.0/src/httpd_dacp.c:857:27: style: The scope of the variable 'mfi' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:997:15: style: The scope of the variable 'sort' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:1339:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:1582:7: style: The scope of the variable 'start_index' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:1794:8: style: The scope of the variable 'modifiedquery' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:1798:7: style: The scope of the variable 'quirkyquery' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:1925:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:1969:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:2344:31: style: The scope of the variable 'dpm' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:2626:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_dacp.c:2824:29: style: The scope of the variable 'evcon' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_rsp.c:357:16: style: The scope of the variable 'pl' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_rsp.c:444:21: style: The scope of the variable 'headers' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_rsp.c:446:15: style: The scope of the variable 'ua' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_rsp.c:447:15: style: The scope of the variable 'client_codecs' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_rsp.c:452:16: style: The scope of the variable 'item' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_rsp.c:456:7: style: The scope of the variable 'transcode' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_rsp.c:794:9: style: The scope of the variable 'libname' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_rsp.c:916:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_streaming.c:126:25: style: The scope of the variable 'decoded' can be reduced. [variableScope]
forked-daapd-25.0/src/httpd_streaming.c:129:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/inputs/pipe.c:468:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/lastfm.c:74:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
forked-daapd-25.0/src/lastfm.c:127:9: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
forked-daapd-25.0/src/library.c:274:10: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
forked-daapd-25.0/src/library.c:278:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
forked-daapd-25.0/src/library.c:186:10: style: The scope of the variable 'lib' can be reduced. [variableScope]
forked-daapd-25.0/src/library.c:189:9: style: The scope of the variable 'sep' can be reduced. [variableScope]
forked-daapd-25.0/src/library.c:190:9: style: The scope of the variable 'ca' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:443:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:687:18: style: The scope of the variable 'de' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:812:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:875:9: style: The scope of the variable 'path' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:876:9: style: The scope of the variable 'deref' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:879:7: style: The scope of the variable 'parent_id' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:1013:7: style: The scope of the variable 'parent_id' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:1151:8: style: The scope of the variable 'resolved_path' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:1152:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:1153:8: style: The scope of the variable 'dir_vpath' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:1154:7: style: The scope of the variable 'type' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:1157:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner.c:1579:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner_ffmpeg.c:99:8: style: The scope of the variable 'year_string' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner_ffmpeg.c:252:18: style: The scope of the variable 'mdt' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner_itunes.c:314:7: style: The scope of the variable 'mfi_id' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner_itunes.c:381:9: style: The scope of the variable 'chrval' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner_playlist.c:128:7: style: The scope of the variable 'mfi_id' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner_playlist.c:194:10: style: The scope of the variable 'len' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner_playlist.c:199:8: style: The scope of the variable 'virtual_path' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner_playlist.c:251:4: error: Resource leak: fp [resourceLeak]
forked-daapd-25.0/src/library/filescanner_playlist.c:284:4: error: Resource leak: fp [resourceLeak]
forked-daapd-25.0/src/library/filescanner_smartpl.c:177:8: style: The scope of the variable 'virtual_path' can be reduced. [variableScope]
forked-daapd-25.0/src/library/filescanner_smartpl.c:178:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
forked-daapd-25.0/src/logger.c:95:8: style: The scope of the variable 'stamp' can be reduced. [variableScope]
forked-daapd-25.0/src/logger.c:97:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/main.c:116:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
forked-daapd-25.0/src/main.c:119:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
forked-daapd-25.0/src/main.c:121:9: style: The scope of the variable 'runas' can be reduced. [variableScope]
forked-daapd-25.0/src/mdns_avahi.c:230:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/mdns_avahi.c:262:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/mdns_avahi.c:540:7: style: The scope of the variable 'family' can be reduced. [variableScope]
forked-daapd-25.0/src/mdns_avahi.c:541:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/mdns_avahi.c:821:24: style: The scope of the variable 'b' can be reduced. [variableScope]
forked-daapd-25.0/src/mdns_avahi.c:955:7: style: The scope of the variable 'i' can be reduced. [variableScope]
forked-daapd-25.0/src/mdns_dnssd.c:368:9: style: The scope of the variable 'eq' can be reduced. [variableScope]
forked-daapd-25.0/src/mdns_dnssd.c:634:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/mdns_dnssd.c:363:33: style: Function 'mdns_register' argument 2 names different: declaration 'type' definition 'regtype'. [funcArgNamesDifferent]
forked-daapd-25.0/src/mdns.h:38:33: note: Function 'mdns_register' argument 2 names different: declaration 'type' definition 'regtype'.
forked-daapd-25.0/src/mdns_dnssd.c:363:33: note: Function 'mdns_register' argument 2 names different: declaration 'type' definition 'regtype'.
forked-daapd-25.0/src/mdns_dnssd.c:874:19: style: Function 'mdns_browse' argument 1 names different: declaration 'type' definition 'regtype'. [funcArgNamesDifferent]
forked-daapd-25.0/src/mdns.h:61:19: note: Function 'mdns_browse' argument 1 names different: declaration 'type' definition 'regtype'.
forked-daapd-25.0/src/mdns_dnssd.c:874:19: note: Function 'mdns_browse' argument 1 names different: declaration 'type' definition 'regtype'.
forked-daapd-25.0/src/mdns_dnssd.c:782:14: portability: 'mb->res_uuid' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
forked-daapd-25.0/src/misc.c:974:0: error: #error Platform not supported [preprocessorErrorDirective]
forked-daapd-25.0/src/mpd.c:566:7: style: The scope of the variable 'i' can be reduced. [variableScope]
forked-daapd-25.0/src/mpd.c:686:7: style: The scope of the variable 'pos_pl' can be reduced. [variableScope]
forked-daapd-25.0/src/mpd.c:687:25: style: The scope of the variable 'next_item' can be reduced. [variableScope]
forked-daapd-25.0/src/mpd.c:1121:25: style: The scope of the variable 'queue_item' can be reduced. [variableScope]
forked-daapd-25.0/src/mpd.c:1183:25: style: The scope of the variable 'queue_item' can be reduced. [variableScope]
forked-daapd-25.0/src/mpd.c:4365:20: style: The scope of the variable 'evbuf' can be reduced. [variableScope]
forked-daapd-25.0/src/mpd.c:4398:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/mpd.c:4533:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/mpd.c:4849:23: style: The scope of the variable 'temp' can be reduced. [variableScope]
forked-daapd-25.0/src/mpd.c:4713:12: style: Checking if unsigned variable 'port' is less than zero. [unsignedLessThanZero]
forked-daapd-25.0/src/mpd.c:4855:12: style: Checking if unsigned variable 'port' is less than zero. [unsignedLessThanZero]
forked-daapd-25.0/src/outputs/alsa.c:143:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
forked-daapd-25.0/src/outputs/alsa.c:657:4: warning: Possible null pointer dereference: avail [nullPointer]
forked-daapd-25.0/src/outputs/alsa.c:729:29: note: Calling function 'buffer_write', 3rd argument 'avail' value is 0
forked-daapd-25.0/src/outputs/alsa.c:657:4: note: Null pointer dereference
forked-daapd-25.0/src/outputs/alsa.c:614:12: style: The scope of the variable 'pkt' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/alsa.c:615:7: style: The scope of the variable 'npackets' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/cast_channel.pb-c.h:12:0: error: #error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. [preprocessorErrorDirective]
forked-daapd-25.0/src/outputs/dummy.c:75:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
forked-daapd-25.0/src/outputs/fifo.c:245:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
forked-daapd-25.0/src/outputs/fifo.c:69:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/fifo.c:455:11: style: The scope of the variable 'bytes' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/pulse.c:451:25: style: The scope of the variable 'device' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/pulse.c:453:7: style: The scope of the variable 'i' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/pulse.c:791:17: style: The scope of the variable 'o' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/pulse.c:813:17: style: The scope of the variable 'o' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/pulse.c:843:17: style: The scope of the variable 'o' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/raop.c:1804:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
forked-daapd-25.0/src/outputs/raop.c:1369:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
forked-daapd-25.0/src/outputs/raop.c:1469:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
forked-daapd-25.0/src/outputs/raop.c:460:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/raop.c:463:12: style: The scope of the variable 'md' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/raop.c:466:10: style: The scope of the variable 'copylen' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/raop.c:940:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/raop.c:3456:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/raop.c:4697:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/outputs/raop_verification.c:667:4: warning: Either the condition 'if(len_M)' is redundant or there is possible null pointer dereference: len_M. [nullPointerRedundantCheck]
forked-daapd-25.0/src/outputs/raop_verification.c:705:10: note: Assuming that condition 'if(len_M)' is not redundant
forked-daapd-25.0/src/outputs/raop_verification.c:667:4: note: Null pointer dereference
forked-daapd-25.0/src/player.c:590:22: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
forked-daapd-25.0/src/player.c:588:39: note: outer condition: cur_streaming==ps_playing
forked-daapd-25.0/src/player.c:590:22: note: opposite inner condition: ps_playing!=cur_streaming
forked-daapd-25.0/src/player.c:471:7: style: The scope of the variable 'seek' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:547:25: style: The scope of the variable 'ps_temp' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:579:25: style: The scope of the variable 'ps_temp' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:758:25: style: The scope of the variable 'ps' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:926:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:971:12: style: The scope of the variable 'item_id' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:1019:7: style: The scope of the variable 'want' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:1020:7: style: The scope of the variable 'got' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:1136:25: style: The scope of the variable 'prev' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:1224:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:1781:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:1966:7: style: The scope of the variable 'seek_ms' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:2095:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:2147:25: style: The scope of the variable 'ps' can be reduced. [variableScope]
forked-daapd-25.0/src/player.c:2711:12: style: The scope of the variable 'cur_id' can be reduced. [variableScope]
forked-daapd-25.0/src/remote_pairing.c:96:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
forked-daapd-25.0/src/remote_pairing.c:585:23: style: The scope of the variable 'ri' can be reduced. [variableScope]
forked-daapd-25.0/src/remote_pairing.c:624:15: style: The scope of the variable 'p' can be reduced. [variableScope]
forked-daapd-25.0/src/remote_pairing.c:625:9: style: The scope of the variable 'devname' can be reduced. [variableScope]
forked-daapd-25.0/src/remote_pairing.c:626:9: style: The scope of the variable 'paircode' can be reduced. [variableScope]
forked-daapd-25.0/src/remote_pairing.c:627:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/rng.c:59:11: style: The scope of the variable 'val' can be reduced. [variableScope]
forked-daapd-25.0/src/rng.c:99:12: style: The scope of the variable 'leftover' can be reduced. [variableScope]
forked-daapd-25.0/src/rng.c:134:11: style: The scope of the variable 'j' can be reduced. [variableScope]
forked-daapd-25.0/src/rng.c:135:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify.c:662:15: style: The scope of the variable 'ownername' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify.c:854:12: style: The scope of the variable 'link' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify.c:855:8: style: The scope of the variable 'url' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify.c:856:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify.c:1644:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify.c:2160:8: style: The scope of the variable 'virtual_path' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify.c:2161:7: style: The scope of the variable 'plid' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify.c:2219:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify.c:2506:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/spotify_webapi.c:326:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
forked-daapd-25.0/src/transcode.c:1506:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
forked-daapd-25.0/src/transcode.c:1635:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/forkstat/forkstat_0.02.05.orig.tar.xz
forkstat-0.02.05/forkstat.c:609:16: style: Condition 'tty_rows>2' is always true [knownConditionTrueFalse]
forkstat-0.02.05/forkstat.c:606:33: note: Assignment 'tty_rows=tty_height()', assigned value is 25
forkstat-0.02.05/forkstat.c:609:16: note: Condition 'tty_rows>2' is always true
forkstat-0.02.05/forkstat.c:268:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
forkstat-0.02.05/forkstat.c:268:8: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
forkstat-0.02.05/forkstat.c:300:2: warning: The buffer 'tty' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/form/form_4.2.0+git20180528.orig.tar.gz
form-master/sources/form3.h:204:0: error: #error UNIX or WINDOWS must be defined! [preprocessorErrorDirective]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/form-history-control/form-history-control_2.0.3.2+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/formiko/formiko_1.3.0.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/fort77/fort77_1.15.orig.tar.gz
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/fortunate.app/fortunate.app_3.1.orig.tar.gz
fortunate-3.1/fortune/fortune.c:287:8: style: The scope of the variable 'line' can be reduced. [variableScope]
fortunate-3.1/fortune/fortune.c:415:18: style: The scope of the variable 'percent' can be reduced. [variableScope]
fortunate-3.1/fortune/fortune.c:776:15: style: The scope of the variable 'suflist' can be reduced. [variableScope]
fortunate-3.1/fortune/fortune.c:901:37: style: The scope of the variable 'frac' can be reduced. [variableScope]
fortunate-3.1/fortune/fortune.c:1161:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
fortunate-3.1/fortune/regexpr.c:601:11: style: Checking if unsigned variable 'ch' is less than zero. [unsignedLessThanZero]
fortunate-3.1/fortune/regexpr.c:474:4: error: Common realloc mistake: 'pattern' nulled but not freed upon failure [memleakOnRealloc]
fortunate-3.1/fortune/regexpr.c:482:4: error: Common realloc mistake: 'pattern' nulled but not freed upon failure [memleakOnRealloc]
fortunate-3.1/fortune/regexpr.c:521:4: error: Common realloc mistake: 'pattern' nulled but not freed upon failure [memleakOnRealloc]
fortunate-3.1/fortune/regexpr.c:534:4: error: Common realloc mistake: 'pattern' nulled but not freed upon failure [memleakOnRealloc]
fortunate-3.1/fortune/regexpr.c:543:4: error: Common realloc mistake: 'pattern' nulled but not freed upon failure [memleakOnRealloc]
fortunate-3.1/fortune/regexpr.c:559:8: error: Common realloc mistake: 'pattern' nulled but not freed upon failure [memleakOnRealloc]
fortunate-3.1/fortune/regexpr.c:579:8: error: Common realloc mistake: 'pattern' nulled but not freed upon failure [memleakOnRealloc]
fortunate-3.1/fortune/regexpr.c:611:6: error: Common realloc mistake: 'pattern' nulled but not freed upon failure [memleakOnRealloc]
fortunate-3.1/fortune/regexpr.c:720:3: error: Common realloc mistake: 'pattern' nulled but not freed upon failure [memleakOnRealloc]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/fortune-mod/fortune-mod_1.99.1.orig.tar.gz
fortune-mod-1.99.1/fortune/fortune.c:816:13: style: Variable 'lang' is reassigned a value before the old one has been used. [redundantAssignment]
fortune-mod-1.99.1/fortune/fortune.c:814:0: note: Variable 'lang' is reassigned a value before the old one has been used.
fortune-mod-1.99.1/fortune/fortune.c:816:13: note: Variable 'lang' is reassigned a value before the old one has been used.
fortune-mod-1.99.1/fortune/fortune.c:506:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:509:18: style: The scope of the variable 'suflist' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:567:16: style: The scope of the variable 'sp' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:568:15: style: The scope of the variable 'found' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:791:21: style: The scope of the variable 'percent' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:793:11: style: The scope of the variable 'lang' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:822:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:1112:39: style: The scope of the variable 'frac' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:1218:14: style: The scope of the variable 'fd' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:1652:19: style: The scope of the variable 'line' can be reduced. [variableScope]
fortune-mod-1.99.1/fortune/fortune.c:636:6: warning: The buffer 'llang' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fortune-mod-1.99.1/fortune/fortune.c:825:3: warning: The buffer 'llang' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fortune-mod-1.99.1/fortune/fortune.c:945:4: warning: The buffer 'llang' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fortune-mod-1.99.1/fortune/fortune.c:733:0: error: Memory leak: testpath [memleak]
fortune-mod-1.99.1/util/randstr.c:222:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fortune-mod-1.99.1/util/randstr.c:114:11: style: The scope of the variable 'extc' can be reduced. [variableScope]
fortune-mod-1.99.1/util/randstr.c:164:14: style: Variable 'choice' is assigned a value that is never used. [unreadVariable]
fortune-mod-1.99.1/util/rot.c:13:0: warning: Storing getchar() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fortune-mod-1.99.1/util/strfile.c:377:23: style: The scope of the variable 'i' can be reduced. [variableScope]
fortune-mod-1.99.1/util/strfile.c:378:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fortune-mod-1.99.1/util/strfile.c:416:46: style: The scope of the variable 'p' can be reduced. [variableScope]
fortune-mod-1.99.1/util/strfile.c:417:25: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fortune-mod-1.99.1/util/strfile.c:242:2: error: Common realloc mistake: 'Seekpts' nulled but not freed upon failure [memleakOnRealloc]
fortune-mod-1.99.1/util/strfile.c:479:6: error: Common realloc mistake: 'Firstch' nulled but not freed upon failure [memleakOnRealloc]
fortune-mod-1.99.1/util/unstr.c:118:11: style: The scope of the variable 'extc' can be reduced. [variableScope]
fortune-mod-1.99.1/util/unstr.c:180:9: style: The scope of the variable 'printedsome' can be reduced. [variableScope]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/fortunes-bofh-excuses/fortunes-bofh-excuses_1.2.orig.tar.gz
fortunes-bofh-excuses-1.2/src/strfile.c:184:33: style: The scope of the variable 'p' can be reduced. [variableScope]
fortunes-bofh-excuses-1.2/src/strfile.c:185:14: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fortunes-bofh-excuses-1.2/src/strfile.c:475:11: style: The scope of the variable 'i' can be reduced. [variableScope]
fortunes-bofh-excuses-1.2/src/strfile.c:233:4: error: Common realloc mistake: 'Firstch' nulled but not freed upon failure [memleakOnRealloc]
fortunes-bofh-excuses-1.2/src/strfile.c:386:3: error: Common realloc mistake: 'Seekpts' nulled but not freed upon failure [memleakOnRealloc]
[22:34]

ftp://ftp.se.debian.org/debian/pool/main/f/fortunes-cs/fortunes-cs_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fortunes-de/fortunes-de_0.34.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fortunes-eo/fortunes-eo_20020729b.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fortunes-it/fortunes-it_1.99.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fortunes-mario/fortunes-mario_0.21.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fortunes-pl/fortunes-pl_0.0.20130525.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fortunes-ru/fortunes-ru_1.52.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fosfat/fosfat_0.4.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fossil/fossil_2.6.orig.tar.gz
fossil-2.6/compat/zlib/adler32.c:69:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/infback9/inftree9.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/inflate86/inffas86.c:1122:0: error: #error "x86 architecture not defined" [preprocessorErrorDirective]
fossil-2.6/compat/zlib/contrib/iostream/zfstream.h:26:15: warning: Virtual function 'sync' is called from destructor '~gzfilebuf()' at line 12. Dynamic binding is not used. [virtualCallInConstructor]
fossil-2.6/compat/zlib/contrib/iostream/zfstream.cpp:12:3: note: Calling sync
fossil-2.6/compat/zlib/contrib/iostream/zfstream.h:26:15: note: sync is a virtual method
fossil-2.6/compat/zlib/contrib/iostream2/zstream_test.cpp:10:29: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
fossil-2.6/compat/zlib/contrib/iostream2/zstream_test.cpp:15:12: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
fossil-2.6/compat/zlib/contrib/iostream2/zstream_test.cpp:14:52: style: Variable 'z' is not assigned a value. [unassignedVariable]
fossil-2.6/compat/zlib/contrib/iostream2/zstream.h:101:16: style: Technically the member function 'izstream::fp' can be const. [functionConst]
fossil-2.6/compat/zlib/contrib/iostream2/zstream.h:234:16: style: Technically the member function 'ozstream::fp' can be const. [functionConst]
fossil-2.6/compat/zlib/contrib/iostream2/zstream.h:42:5: style: Class 'zstringlen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fossil-2.6/compat/zlib/contrib/iostream2/zstream.h:55:9: style: Class 'izstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fossil-2.6/compat/zlib/contrib/iostream2/zstream.h:56:9: style: Class 'izstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:84:21: style: struct member 'inffast_ar::esp' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:85:21: style: struct member 'inffast_ar::ebp' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:94:40: style: struct member 'inffast_ar::hold' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:95:24: style: struct member 'inffast_ar::bits' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:96:24: style: struct member 'inffast_ar::wsize' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:97:24: style: struct member 'inffast_ar::write' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:98:24: style: struct member 'inffast_ar::lmask' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:99:24: style: struct member 'inffast_ar::dmask' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:100:24: style: struct member 'inffast_ar::len' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:101:24: style: struct member 'inffast_ar::dist' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/masmx64/inffas8664.c:102:24: style: struct member 'inffast_ar::status' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/minizip/miniunz.c:390:27: warning: Width 1 given in format string (no. 1) is smaller than destination buffer 'answer[128]'. [invalidScanfFormatWidth_smaller]
fossil-2.6/compat/zlib/contrib/minizip/miniunz.c:542:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/minizip/miniunz.c:518:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
fossil-2.6/compat/zlib/contrib/minizip/minizip.c:395:39: warning: Logical disjunction always evaluates to true: EXPR >= '0' || EXPR <= '9'. [incorrectLogicOperator]
fossil-2.6/compat/zlib/contrib/minizip/minizip.c:235:17: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fossil-2.6/compat/zlib/contrib/minizip/minizip.c:352:27: warning: Width 1 given in format string (no. 1) is smaller than destination buffer 'answer[128]'. [invalidScanfFormatWidth_smaller]
fossil-2.6/compat/zlib/contrib/minizip/minizip.c:191:18: style: The scope of the variable 'size_read' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/minizip/minizip.c:192:18: style: The scope of the variable 'total_read' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/minizip/minizip.c:227:0: style: The scope of the variable 'pos' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/minizip/minizip.c:257:9: style: The scope of the variable 'err' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/minizip/minizip.c:399:21: style: The scope of the variable 'size_read' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/minizip/minizip.c:232:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
fossil-2.6/compat/zlib/contrib/minizip/mztools.c:290:3: error: Resource leak: fpOutCD [resourceLeak]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:421:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:425:17: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:448:13: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:489:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:493:17: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:516:13: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:538:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:562:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/unzip.c:1105:16: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1212:26: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1209:41: note: outer condition: zi->ci.method==Z_DEFLATED
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1212:26: note: identical inner condition: zi->ci.method==Z_DEFLATED
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1038:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1037:7: note: Variable 'err' is reassigned a value before the old one has been used.
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1038:7: note: Variable 'err' is reassigned a value before the old one has been used.
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1040:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1038:7: note: Variable 'err' is reassigned a value before the old one has been used.
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1040:7: note: Variable 'err' is reassigned a value before the old one has been used.
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1041:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1040:7: note: Variable 'err' is reassigned a value before the old one has been used.
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1041:7: note: Variable 'err' is reassigned a value before the old one has been used.
fossil-2.6/compat/zlib/contrib/minizip/crypt.h:99:9: style: The scope of the variable 'c' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1957:9: style: The scope of the variable 'header' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1958:9: style: The scope of the variable 'dataSize' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:488:7: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:492:15: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:515:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:552:7: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:555:15: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:578:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:603:7: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:627:7: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1477:17: style: Variable 'bBreak' is modified but its new value is never used. [unreadVariable]
fossil-2.6/compat/zlib/contrib/minizip/zip.c:1683:11: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
fossil-2.6/compat/zlib/contrib/puff/puff.c:705:13: style: The scope of the variable 'len' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/puff/puff.c:799:9: style: The scope of the variable 'last' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/puff/puff.c:799:15: style: The scope of the variable 'type' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/puff/pufftest.c:129:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fossil-2.6/compat/zlib/contrib/puff/pufftest.c:142:30: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fossil-2.6/compat/zlib/contrib/puff/pufftest.c:93:36: style: The scope of the variable 'dest' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/testzlib/testzlib.c:172:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fossil-2.6/compat/zlib/contrib/testzlib/testzlib.c:220:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fossil-2.6/compat/zlib/contrib/testzlib/testzlib.c:220:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fossil-2.6/compat/zlib/contrib/testzlib/testzlib.c:261:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
fossil-2.6/compat/zlib/contrib/testzlib/testzlib.c:261:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fossil-2.6/compat/zlib/contrib/testzlib/testzlib.c:154:0: style: Variable 'lCompressedSize' is assigned a value that is never used. [unreadVariable]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:171:8: style: The scope of the variable 'c' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:272:28: style: The scope of the variable 'prev' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:389:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:72:8: style: struct member 'tar_header::uid' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:73:8: style: struct member 'tar_header::gid' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:76:8: style: struct member 'tar_header::chksum' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:78:8: style: struct member 'tar_header::linkname' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:79:8: style: struct member 'tar_header::magic' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:80:8: style: struct member 'tar_header::version' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:81:8: style: struct member 'tar_header::uname' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:82:8: style: struct member 'tar_header::gname' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:83:8: style: struct member 'tar_header::devmajor' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:84:8: style: struct member 'tar_header::devminor' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:85:8: style: struct member 'tar_header::prefix' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/contrib/untgz/untgz.c:91:22: style: union member 'tar_buffer::buffer' is never used. [unusedStructMember]
fossil-2.6/compat/zlib/deflate.c:382:10: style: The scope of the variable 'str' can be reduced. [variableScope]
fossil-2.6/compat/zlib/deflate.c:382:15: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/compat/zlib/deflate.c:548:9: style: The scope of the variable 'put' can be reduced. [variableScope]
fossil-2.6/compat/zlib/deflate.c:1242:21: style: The scope of the variable 'match' can be reduced. [variableScope]
fossil-2.6/compat/zlib/deflate.c:1485:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/compat/zlib/deflate.c:1486:14: style: The scope of the variable 'more' can be reduced. [variableScope]
fossil-2.6/compat/zlib/deflate.c:1828:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
fossil-2.6/compat/zlib/deflate.c:1930:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
fossil-2.6/compat/zlib/gzlib.c:371:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/compat/zlib/gzlib.c:372:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
fossil-2.6/compat/zlib/gzlib.c:294:9: error: Memory leak: path [memleak]
fossil-2.6/compat/zlib/gzread.c:28:14: style: The scope of the variable 'get' can be reduced. [variableScope]
fossil-2.6/compat/zlib/gzread.c:548:20: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/compat/zlib/gzread.c:550:20: style: The scope of the variable 'eol' can be reduced. [variableScope]
fossil-2.6/compat/zlib/gzwrite.c:20:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
fossil-2.6/compat/zlib/gzwrite.c:150:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/compat/zlib/gzwrite.c:308:14: style: The scope of the variable 'have' can be reduced. [variableScope]
fossil-2.6/compat/zlib/gzwrite.c:472:19: style: The scope of the variable 'left' can be reduced. [variableScope]
fossil-2.6/compat/zlib/inflate.c:402:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
fossil-2.6/compat/zlib/inflate.c:1320:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
fossil-2.6/compat/zlib/inflate.c:1405:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
fossil-2.6/compat/zlib/inflate.c:1468:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
fossil-2.6/compat/zlib/inflate.c:702:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fossil-2.6/compat/zlib/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
fossil-2.6/compat/zlib/test/infcover.c:465:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fossil-2.6/compat/zlib/test/infcover.c:188:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fossil-2.6/compat/zlib/test/infcover.c:196:5: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fossil-2.6/compat/zlib/test/infcover.c:221:9: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fossil-2.6/compat/zlib/test/minigzip.c:367:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fossil-2.6/compat/zlib/test/minigzip.c:435:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fossil-2.6/compat/zlib/trees.c:710:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
fossil-2.6/compat/zlib/trees.c:755:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
fossil-2.6/compat/zlib/trees.c:1069:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
fossil-2.6/compat/zlib/trees.c:1070:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
fossil-2.6/compat/zlib/trees.c:1071:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
fossil-2.6/compat/zlib/trees.c:1072:14: style: The scope of the variable 'code' can be reduced. [variableScope]
fossil-2.6/compat/zlib/trees.c:1073:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
fossil-2.6/src/add.c:858:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/attach.c:82:0: error: syntax error [syntaxError]
fossil-2.6/src/blob.c:125:10: warning: Either the condition 'z' is redundant or there is possible null pointer dereference: z. [nullPointerRedundantCheck]
fossil-2.6/src/blob.c:124:10: note: Assuming that condition 'z' is not redundant
fossil-2.6/src/blob.c:125:10: note: Null pointer dereference
fossil-2.6/src/blob.c:886:9: style: The scope of the variable 'out' can be reduced. [variableScope]
fossil-2.6/src/branch.c:407:0: error: syntax error [syntaxError]
fossil-2.6/src/browse.c:346:0: error: syntax error [syntaxError]
fossil-2.6/src/builtin.c:79:0: error: syntax error [syntaxError]
fossil-2.6/src/bundle.c:0:0: error: syntax error [syntaxError]
fossil-2.6/src/bundle.c:0:0: note: syntax error
fossil-2.6/src/bundle.c:0:0: note: syntax error
fossil-2.6/src/cache.c:357:0: error: syntax error [syntaxError]
fossil-2.6/src/captcha.c:550:0: error: syntax error [syntaxError]
fossil-2.6/src/cgi.c:0:0: error: syntax error [syntaxError]
fossil-2.6/src/cgi.c:0:0: note: syntax error
fossil-2.6/src/cgi.c:0:0: note: syntax error
fossil-2.6/src/checkin.c:76:7: style: The scope of the variable 'isDir' can be reduced. [variableScope]
fossil-2.6/src/checkin.c:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/checkin.c:589:9: style: The scope of the variable 'zName' can be reduced. [variableScope]
fossil-2.6/src/checkin.c:693:15: style: The scope of the variable 'zName' can be reduced. [variableScope]
fossil-2.6/src/checkin.c:1174:9: style: The scope of the variable 'zCmd' can be reduced. [variableScope]
fossil-2.6/src/checkin.c:1505:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/checkin.c:1738:9: style: The scope of the variable 'zMsg' can be reduced. [variableScope]
fossil-2.6/src/checkin.c:158:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fossil-2.6/src/checkin.c:160:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fossil-2.6/src/checkin.c:178:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fossil-2.6/src/checkin.c:179:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fossil-2.6/src/clone.c:312:0: error: syntax error [syntaxError]
fossil-2.6/src/codecheck1.c:243:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fossil-2.6/src/codecheck1.c:405:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fossil-2.6/src/codecheck1.c:454:10: style: The scope of the variable 'k' can be reduced. [variableScope]
fossil-2.6/src/content.c:268:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fossil-2.6/src/content.c:259:0: note: Variable 'n' is reassigned a value before the old one has been used.
fossil-2.6/src/content.c:268:5: note: Variable 'n' is reassigned a value before the old one has been used.
fossil-2.6/src/content.c:157:7: style: The scope of the variable 'srcid' can be reduced. [variableScope]
fossil-2.6/src/content.c:232:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/content.c:1159:13: style: The scope of the variable 'p' can be reduced. [variableScope]
fossil-2.6/src/cookies.c:223:0: error: syntax error [syntaxError]
fossil-2.6/src/db.c:0:0: error: syntax error [syntaxError]
fossil-2.6/src/db.c:0:0: note: syntax error
fossil-2.6/src/db.c:0:0: note: syntax error
fossil-2.6/src/delta.c:395:15: style: The scope of the variable 'iBlock' can be reduced. [variableScope]
fossil-2.6/src/delta.c:587:23: style: The scope of the variable 'ofst' can be reduced. [variableScope]
fossil-2.6/src/descendants.c:496:0: error: syntax error [syntaxError]
fossil-2.6/src/diff.c:2446:0: error: syntax error [syntaxError]
fossil-2.6/src/diffcmd.c:130:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fossil-2.6/src/diffcmd.c:716:9: style: The scope of the variable 'zCmd' can be reduced. [variableScope]
fossil-2.6/src/dispatch.c:346:0: error: syntax error [syntaxError]
fossil-2.6/src/doc.c:386:0: error: syntax error [syntaxError]
fossil-2.6/src/encode.c:101:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fossil-2.6/src/encode.c:275:13: style: The scope of the variable 'j' can be reduced. [variableScope]
fossil-2.6/src/encode.c:275:16: style: The scope of the variable 'c' can be reduced. [variableScope]
fossil-2.6/src/encode.c:479:9: style: The scope of the variable 'z' can be reduced. [variableScope]
fossil-2.6/src/encode.c:502:16: style: The scope of the variable 'd' can be reduced. [variableScope]
fossil-2.6/src/encode.c:545:9: style: The scope of the variable 'z' can be reduced. [variableScope]
fossil-2.6/src/encode.c:691:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/encode.c:723:9: style: The scope of the variable 'z' can be reduced. [variableScope]
fossil-2.6/src/encode.c:723:13: style: The scope of the variable 'z2' can be reduced. [variableScope]
fossil-2.6/src/event.c:201:0: error: syntax error [syntaxError]
fossil-2.6/src/export.c:137:35: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
fossil-2.6/src/export.c:153:48: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
fossil-2.6/src/export.c:155:38: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
fossil-2.6/src/file.c:1365:20: style: Redundant condition: If 'EXPR >= 'a'', the comparison 'EXPR' is always true. [redundantCondition]
fossil-2.6/src/file.c:1163:5: style: Variable 'zPwd' is reassigned a value before the old one has been used. [redundantAssignment]
fossil-2.6/src/file.c:1161:5: note: Variable 'zPwd' is reassigned a value before the old one has been used.
fossil-2.6/src/file.c:1163:5: note: Variable 'zPwd' is reassigned a value before the old one has been used.
fossil-2.6/src/file.c:878:9: style: The scope of the variable 'z' can be reduced. [variableScope]
fossil-2.6/src/file.c:1363:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fossil-2.6/src/file.c:834:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fossil-2.6/src/finfo.c:580:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fossil-2.6/src/foci.c:57:0: error: syntax error [syntaxError]
fossil-2.6/src/fshell.c:57:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/src/graph.c:291:7: style: The scope of the variable 'u' can be reduced. [variableScope]
fossil-2.6/src/graph.c:292:0: style: The scope of the variable 'mask' can be reduced. [variableScope]
fossil-2.6/src/graph.c:356:28: style: The scope of the variable 'pDup' can be reduced. [variableScope]
fossil-2.6/src/graph.c:491:9: style: The scope of the variable 'parentRid' can be reduced. [variableScope]
fossil-2.6/src/http.c:284:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fossil-2.6/src/http.c:283:16: note: outer condition: g.zHttpAuth
fossil-2.6/src/http.c:284:18: note: identical inner condition: g.zHttpAuth
fossil-2.6/src/http.c:333:25: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
fossil-2.6/src/http.c:165:9: style: The scope of the variable 'zUser' can be reduced. [variableScope]
fossil-2.6/src/http.c:166:9: style: The scope of the variable 'zPw' can be reduced. [variableScope]
fossil-2.6/src/http_socket.c:196:10: style: The scope of the variable 'sent' can be reduced. [variableScope]
fossil-2.6/src/http_socket.c:212:11: style: The scope of the variable 'got' can be reduced. [variableScope]
fossil-2.6/src/http_socket.c:200:13: style: Checking if unsigned variable 'sent' is less than zero. [unsignedLessThanZero]
fossil-2.6/src/http_transport.c:112:9: style: The scope of the variable 'zHost' can be reduced. [variableScope]
fossil-2.6/src/http_transport.c:256:9: style: The scope of the variable 'sent' can be reduced. [variableScope]
fossil-2.6/src/http_transport.c:312:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fossil-2.6/src/http_transport.c:384:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fossil-2.6/src/import.c:444:15: style: The scope of the variable 'pNew' can be reduced. [variableScope]
fossil-2.6/src/import.c:500:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fossil-2.6/src/import.c:951:7: style: The scope of the variable 'nLen' can be reduced. [variableScope]
fossil-2.6/src/import.c:1166:9: style: The scope of the variable 'zOut' can be reduced. [variableScope]
fossil-2.6/src/import.c:1308:7: style: The scope of the variable 'ver' can be reduced. [variableScope]
fossil-2.6/src/import.c:1401:11: style: The scope of the variable 'srcRev' can be reduced. [variableScope]
fossil-2.6/src/import.c:1539:13: style: The scope of the variable 'rid' can be reduced. [variableScope]
fossil-2.6/src/import.c:1657:9: style: The scope of the variable 'zPassword' can be reduced. [variableScope]
fossil-2.6/src/import.c:1871:11: style: The scope of the variable 'rid' can be reduced. [variableScope]
fossil-2.6/src/import.c:87:22: style: Array index 'n' is used before limits check. [arrayIndexThenCheck]
fossil-2.6/src/info.c:1056:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fossil-2.6/src/leaf.c:38:0: error: syntax error [syntaxError]
fossil-2.6/src/linenoise.c:352:9: style: The scope of the variable 'nread' can be reduced. [variableScope]
fossil-2.6/src/linenoise.c:352:16: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
fossil-2.6/src/linenoise.c:477:10: style: The scope of the variable 'seq' can be reduced. [variableScope]
fossil-2.6/src/loadctrl.c:59:0: error: syntax error [syntaxError]
fossil-2.6/src/login.c:558:0: error: syntax error [syntaxError]
fossil-2.6/src/main.c:1439:0: error: syntax error [syntaxError]
fossil-2.6/src/makeheaders.c:1653:26: style: The scope of the variable 'aWords' can be reduced. [variableScope]
fossil-2.6/src/makeheaders.c:3156:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/src/makeheaders.c:3197:11: error: Common realloc mistake: 'zNew' nulled but not freed upon failure [memleakOnRealloc]
fossil-2.6/src/makeheaders.c:3219:0: error: Resource leak: in [resourceLeak]
fossil-2.6/src/manifest.c:415:23: warning: Either the condition 'pContent==0' is redundant or there is possible null pointer dereference: pContent. [nullPointerRedundantCheck]
fossil-2.6/src/manifest.c:1937:48: note: Assuming that condition 'pContent==0' is not redundant
fossil-2.6/src/manifest.c:1936:33: note: Calling function 'manifest_parse', 1st argument 'pContent' value is 0
fossil-2.6/src/manifest.c:415:23: note: Null pointer dereference
fossil-2.6/src/manifest.c:1053:7: warning: Either the condition 'pParent==0' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
fossil-2.6/src/manifest.c:1406:14: note: Assuming that condition 'pParent==0' is not redundant
fossil-2.6/src/manifest.c:1419:22: note: Calling function 'fetch_baseline', 1st argument 'p' value is 0
fossil-2.6/src/manifest.c:1053:7: note: Null pointer dereference
fossil-2.6/src/manifest.c:1442:33: warning: Possible null pointer dereference: pChild [nullPointer]
fossil-2.6/src/manifest.c:1598:28: note: Calling function 'add_mlink', 4th argument 'pChild' value is 0
fossil-2.6/src/manifest.c:1442:33: note: Null pointer dereference
fossil-2.6/src/manifest.c:1451:7: warning: Possible null pointer dereference: pChild [nullPointer]
fossil-2.6/src/manifest.c:1598:28: note: Calling function 'add_mlink', 4th argument 'pChild' value is 0
fossil-2.6/src/manifest.c:1451:7: note: Null pointer dereference
fossil-2.6/src/manifest.c:1463:23: warning: Possible null pointer dereference: pChild [nullPointer]
fossil-2.6/src/manifest.c:1598:28: note: Calling function 'add_mlink', 4th argument 'pChild' value is 0
fossil-2.6/src/manifest.c:1463:23: note: Null pointer dereference
fossil-2.6/src/manifest.c:1023:13: style: The scope of the variable 'p' can be reduced. [variableScope]
fossil-2.6/src/manifest.c:1778:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/manifest.c:1782:9: style: The scope of the variable 'zNewStatus' can be reduced. [variableScope]
fossil-2.6/src/manifest.c:2025:11: style: The scope of the variable 'type' can be reduced. [variableScope]
fossil-2.6/src/manifest.c:1869:15: style: Variable 'nOrig' is assigned a value that is never used. [unreadVariable]
fossil-2.6/src/markdown.c:1757:7: style: Condition '!found' is always true [knownConditionTrueFalse]
fossil-2.6/src/markdown.c:1738:11: note: Assignment 'found=0', assigned value is 0
fossil-2.6/src/markdown.c:1757:7: note: Condition '!found' is always true
fossil-2.6/src/markdown.c:213:10: style: The scope of the variable 'beg' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:535:17: style: The scope of the variable 'len' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:579:17: style: The scope of the variable 'len' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:619:17: style: The scope of the variable 'len' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:857:17: style: The scope of the variable 'mark' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:1257:24: style: The scope of the variable 'pre' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:1390:20: style: The scope of the variable 'pre' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:1581:17: style: The scope of the variable 'j' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:1682:10: style: The scope of the variable 'work_size' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:1815:10: style: The scope of the variable 'beg' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:1815:15: style: The scope of the variable 'end' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:1817:7: style: The scope of the variable 'align' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:1985:15: style: The scope of the variable 'end' can be reduced. [variableScope]
fossil-2.6/src/markdown.c:1986:9: style: The scope of the variable 'txt_data' can be reduced. [variableScope]
fossil-2.6/src/markdown_html.c:56:10: style: The scope of the variable 'beg' can be reduced. [variableScope]
fossil-2.6/src/md5.c:68:16: style: The scope of the variable 't' can be reduced. [variableScope]
fossil-2.6/src/merge.c:623:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
fossil-2.6/src/merge.c:624:11: style: The scope of the variable 'zFullPath' can be reduced. [variableScope]
fossil-2.6/src/miniz.c:4265:36: warning: Either the condition '!pZip' is redundant or there is possible null pointer dereference: pZip. [nullPointerRedundantCheck]
fossil-2.6/src/miniz.c:4277:8: note: Assuming that condition '!pZip' is not redundant
fossil-2.6/src/miniz.c:4265:36: note: Null pointer dereference
fossil-2.6/src/miniz.c:4416:36: warning: Either the condition '!pZip' is redundant or there is possible null pointer dereference: pZip. [nullPointerRedundantCheck]
fossil-2.6/src/miniz.c:4425:8: note: Assuming that condition '!pZip' is not redundant
fossil-2.6/src/miniz.c:4416:36: note: Null pointer dereference
fossil-2.6/src/miniz.c:1439:79: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fossil-2.6/src/miniz.c:1709:131: note: Calling function 'tinfl_decompress', 5th argument 'pOut_buf_next' value is 0
fossil-2.6/src/miniz.c:1439:79: note: Null pointer addition
fossil-2.6/src/miniz.c:1440:119: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
fossil-2.6/src/miniz.c:1709:131: note: Calling function 'tinfl_decompress', 5th argument 'pOut_buf_next' value is 0
fossil-2.6/src/miniz.c:1440:119: note: Null pointer subtraction
fossil-2.6/src/miniz.c:4265:0: style: Same expression used in consecutive assignments of 'local_dir_header_ofs' and 'cur_archive_file_ofs'. [duplicateAssignExpression]
fossil-2.6/src/miniz.c:4265:0: note: Same expression used in consecutive assignments of 'local_dir_header_ofs' and 'cur_archive_file_ofs'.
fossil-2.6/src/miniz.c:4265:0: note: Same expression used in consecutive assignments of 'local_dir_header_ofs' and 'cur_archive_file_ofs'.
fossil-2.6/src/miniz.c:4416:0: style: Same expression used in consecutive assignments of 'local_dir_header_ofs' and 'cur_archive_file_ofs'. [duplicateAssignExpression]
fossil-2.6/src/miniz.c:4416:0: note: Same expression used in consecutive assignments of 'local_dir_header_ofs' and 'cur_archive_file_ofs'.
fossil-2.6/src/miniz.c:4416:0: note: Same expression used in consecutive assignments of 'local_dir_header_ofs' and 'cur_archive_file_ofs'.
fossil-2.6/src/miniz.c:2303:41: style: The scope of the variable 'p' can be reduced. [variableScope]
fossil-2.6/src/miniz.c:2303:45: style: The scope of the variable 'q' can be reduced. [variableScope]
fossil-2.6/src/miniz.c:3137:9: style: The scope of the variable 'child' can be reduced. [variableScope]
fossil-2.6/src/miniz.c:3153:9: style: The scope of the variable 'child' can be reduced. [variableScope]
fossil-2.6/src/miniz.c:3173:19: style: The scope of the variable 'p' can be reduced. [variableScope]
fossil-2.6/src/miniz.c:3731:28: style: The scope of the variable 'read_buf_ofs' can be reduced. [variableScope]
fossil-2.6/src/miniz.c:4856:120: style: Function 'mz_zip_extract_archive_file_to_heap' argument 4 names different: declaration 'zip_flags' definition 'flags'. [funcArgNamesDifferent]
fossil-2.6/src/miniz.c:675:120: note: Function 'mz_zip_extract_archive_file_to_heap' argument 4 names different: declaration 'zip_flags' definition 'flags'.
fossil-2.6/src/miniz.c:4856:120: note: Function 'mz_zip_extract_archive_file_to_heap' argument 4 names different: declaration 'zip_flags' definition 'flags'.
fossil-2.6/src/miniz.c:4675:25: style: Variable 'cur_src_file_ofs' is assigned a value that is never used. [unreadVariable]
fossil-2.6/src/miniz.c:2116:8: style: Mismatching assignment and comparison, comparison 'flags==1' is always false. [assignIfError]
fossil-2.6/src/miniz.c:2114:75: note: Mismatching assignment and comparison, comparison 'flags==1' is always false.
fossil-2.6/src/miniz.c:2116:8: note: Mismatching assignment and comparison, comparison 'flags==1' is always false.
fossil-2.6/src/miniz.c:2808:196: error: Memory leak: m_pBuf [memleak]
fossil-2.6/src/miniz.c:4064:5: error: Resource leak: pFile [resourceLeak]
fossil-2.6/src/mkbuiltin.c:86:18: style: The scope of the variable 'pData' can be reduced. [variableScope]
fossil-2.6/src/mkcss.c:115:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/mkversion.c:81:5: performance: Buffer 'vx' is being written before its old content has been used. [redundantCopy]
fossil-2.6/src/mkversion.c:80:5: note: Buffer 'vx' is being written before its old content has been used.
fossil-2.6/src/mkversion.c:81:5: note: Buffer 'vx' is being written before its old content has been used.
fossil-2.6/src/moderate.c:155:0: error: syntax error [syntaxError]
fossil-2.6/src/name.c:811:0: error: syntax error [syntaxError]
fossil-2.6/src/path.c:580:0: error: syntax error [syntaxError]
fossil-2.6/src/piechart.c:48:0: error: syntax error [syntaxError]
fossil-2.6/src/popen.c:191:17: style: Variable 'nErr' is modified but its new value is never used. [unreadVariable]
fossil-2.6/src/printf.c:270:7: style: The scope of the variable 'width' can be reduced. [variableScope]
fossil-2.6/src/printf.c:271:10: style: The scope of the variable 'flag_leftjustify' can be reduced. [variableScope]
fossil-2.6/src/printf.c:272:10: style: The scope of the variable 'flag_plussign' can be reduced. [variableScope]
fossil-2.6/src/printf.c:273:10: style: The scope of the variable 'flag_blanksign' can be reduced. [variableScope]
fossil-2.6/src/printf.c:274:10: style: The scope of the variable 'flag_alternateform' can be reduced. [variableScope]
fossil-2.6/src/printf.c:275:10: style: The scope of the variable 'flag_altform2' can be reduced. [variableScope]
fossil-2.6/src/printf.c:276:10: style: The scope of the variable 'flag_zeropad' can be reduced. [variableScope]
fossil-2.6/src/printf.c:279:10: style: The scope of the variable 'done' can be reduced. [variableScope]
fossil-2.6/src/printf.c:280:10: style: The scope of the variable 'cThousand' can be reduced. [variableScope]
fossil-2.6/src/printf.c:287:10: style: The scope of the variable 'xtype' can be reduced. [variableScope]
fossil-2.6/src/printf.c:482:16: style: The scope of the variable 'x' can be reduced. [variableScope]
fossil-2.6/src/printf.c:719:22: style: The scope of the variable 'ch' can be reduced. [variableScope]
fossil-2.6/src/purge.c:40:0: error: syntax error [syntaxError]
fossil-2.6/src/rebuild.c:112:0: error: syntax error [syntaxError]
fossil-2.6/src/regexp.c:440:15: style: The scope of the variable 'iEnd' can be reduced. [variableScope]
fossil-2.6/src/regexp.c:440:21: style: The scope of the variable 'iGoto' can be reduced. [variableScope]
fossil-2.6/src/regexp.c:462:7: style: The scope of the variable 'iStart' can be reduced. [variableScope]
fossil-2.6/src/regexp.c:616:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/regexp.c:616:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fossil-2.6/src/regexp.c:699:15: style: The scope of the variable 'zPattern' can be reduced. [variableScope]
fossil-2.6/src/regexp.c:701:15: style: The scope of the variable 'zErr' can be reduced. [variableScope]
fossil-2.6/src/regexp.c:745:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/src/report.c:480:0: error: syntax error [syntaxError]
fossil-2.6/src/rss.c:215:0: error: syntax error [syntaxError]
fossil-2.6/src/schema.c:203:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
fossil-2.6/src/search.c:1029:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fossil-2.6/src/security_audit.c:272:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
fossil-2.6/src/setup.c:1613:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
fossil-2.6/src/sha1hard.c:1386:15: style: The scope of the variable 'j' can be reduced. [variableScope]
fossil-2.6/src/sha1hard.c:1388:12: style: The scope of the variable 'ihvtmp' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:66:0: style: The scope of the variable 'C0' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:66:0: style: The scope of the variable 'C1' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:66:0: style: The scope of the variable 'C2' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:66:0: style: The scope of the variable 'C3' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:66:0: style: The scope of the variable 'C4' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:67:0: style: The scope of the variable 'D0' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:67:0: style: The scope of the variable 'D1' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:67:0: style: The scope of the variable 'D2' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:67:0: style: The scope of the variable 'D3' can be reduced. [variableScope]
fossil-2.6/src/sha3.c:67:0: style: The scope of the variable 'D4' can be reduced. [variableScope]
fossil-2.6/src/shell.c:9257:46: portability: Undefined behaviour, pointer arithmetic 'pRow->zText+3' is out of bounds. [pointerOutOfBounds]
fossil-2.6/src/shell.c:9250:23: warning: Either the condition 'if(pArg&&pArg->statsOn)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
fossil-2.6/src/shell.c:10517:9: note: Assuming that condition 'if(pArg&&pArg->statsOn)' is not redundant
fossil-2.6/src/shell.c:10514:18: note: Calling function 'eqp_render', 1st argument 'p' value is 0
fossil-2.6/src/shell.c:9250:23: note: Null pointer dereference
fossil-2.6/src/shell.c:9767:31: warning: Either the condition 'z==0' is redundant or there is possible null pointer dereference: z. [nullPointerRedundantCheck]
fossil-2.6/src/shell.c:9771:10: note: Assuming that condition 'z==0' is not redundant
fossil-2.6/src/shell.c:9767:31: note: Null pointer dereference
fossil-2.6/src/shell.c:10159:16: warning: Either the condition 'if(pArg&&pArg->statsOn)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
fossil-2.6/src/shell.c:10517:9: note: Assuming that condition 'if(pArg&&pArg->statsOn)' is not redundant
fossil-2.6/src/shell.c:10513:27: note: Calling function 'explain_data_delete', 1st argument 'p' value is 0
fossil-2.6/src/shell.c:10159:16: note: Null pointer dereference
fossil-2.6/src/shell.c:10160:3: warning: Either the condition 'if(pArg&&pArg->statsOn)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
fossil-2.6/src/shell.c:10517:9: note: Assuming that condition 'if(pArg&&pArg->statsOn)' is not redundant
fossil-2.6/src/shell.c:10513:27: note: Calling function 'explain_data_delete', 1st argument 'p' value is 0
fossil-2.6/src/shell.c:10160:3: note: Null pointer dereference
fossil-2.6/src/shell.c:10161:3: warning: Either the condition 'if(pArg&&pArg->statsOn)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
fossil-2.6/src/shell.c:10517:9: note: Assuming that condition 'if(pArg&&pArg->statsOn)' is not redundant
fossil-2.6/src/shell.c:10513:27: note: Calling function 'explain_data_delete', 1st argument 'p' value is 0
fossil-2.6/src/shell.c:10161:3: note: Null pointer dereference
fossil-2.6/src/shell.c:10162:3: warning: Either the condition 'if(pArg&&pArg->statsOn)' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
fossil-2.6/src/shell.c:10517:9: note: Assuming that condition 'if(pArg&&pArg->statsOn)' is not redundant
fossil-2.6/src/shell.c:10513:27: note: Calling function 'explain_data_delete', 1st argument 'p' value is 0
fossil-2.6/src/shell.c:10162:3: note: Null pointer dereference
fossil-2.6/src/shell.c:15338:10: warning: Either the condition 'zLine' is redundant or there is possible null pointer dereference: zLine. [nullPointerRedundantCheck]
fossil-2.6/src/shell.c:15447:9: note: Assuming that condition 'zLine' is not redundant
fossil-2.6/src/shell.c:15457:36: note: Calling function 'line_is_command_terminator', 1st argument 'zLine' value is 0
fossil-2.6/src/shell.c:15338:10: note: Null pointer dereference
fossil-2.6/src/shell.c:15339:7: warning: Either the condition 'zLine' is redundant or there is possible null pointer dereference: zLine. [nullPointerRedundantCheck]
fossil-2.6/src/shell.c:15447:9: note: Assuming that condition 'zLine' is not redundant
fossil-2.6/src/shell.c:15457:36: note: Calling function 'line_is_command_terminator', 1st argument 'zLine' value is 0
fossil-2.6/src/shell.c:15339:7: note: Null pointer dereference
fossil-2.6/src/shell.c:15342:7: warning: Either the condition 'zLine' is redundant or there is possible null pointer dereference: zLine. [nullPointerRedundantCheck]
fossil-2.6/src/shell.c:15447:9: note: Assuming that condition 'zLine' is not redundant
fossil-2.6/src/shell.c:15457:36: note: Calling function 'line_is_command_terminator', 1st argument 'zLine' value is 0
fossil-2.6/src/shell.c:15342:7: note: Null pointer dereference
fossil-2.6/src/shell.c:7815:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fossil-2.6/src/shell.c:7807:0: note: Variable 'rc' is reassigned a value before the old one has been used.
fossil-2.6/src/shell.c:7815:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fossil-2.6/src/shell.c:13483:7: style: Variable 'data.zDestTable' is reassigned a value before the old one has been used. [redundantAssignment]
fossil-2.6/src/shell.c:13481:7: note: Variable 'data.zDestTable' is reassigned a value before the old one has been used.
fossil-2.6/src/shell.c:13483:7: note: Variable 'data.zDestTable' is reassigned a value before the old one has been used.
fossil-2.6/src/shell.c:13485:7: style: Variable 'data.zDestTable' is reassigned a value before the old one has been used. [redundantAssignment]
fossil-2.6/src/shell.c:13483:7: note: Variable 'data.zDestTable' is reassigned a value before the old one has been used.
fossil-2.6/src/shell.c:13485:7: note: Variable 'data.zDestTable' is reassigned a value before the old one has been used.
fossil-2.6/src/shell.c:14884:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fossil-2.6/src/shell.c:14882:5: note: Variable 'rc' is reassigned a value before the old one has been used.
fossil-2.6/src/shell.c:14884:5: note: Variable 'rc' is reassigned a value before the old one has been used.
fossil-2.6/src/shell.c:13189:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fossil-2.6/src/shell.c:13191:8: note: Found duplicate branches for 'if' and 'else'.
fossil-2.6/src/shell.c:13189:7: note: Found duplicate branches for 'if' and 'else'.
fossil-2.6/src/shell.c:641:9: style: The scope of the variable 'zPrompt' can be reduced. [variableScope]
fossil-2.6/src/shell.c:894:22: style: The scope of the variable 'aPrefix' can be reduced. [variableScope]
fossil-2.6/src/shell.c:902:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1391:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1391:0: style: The scope of the variable 'c1' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1391:0: style: The scope of the variable 'c2' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1391:0: style: The scope of the variable 'c3' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1391:0: style: The scope of the variable 'c4' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1392:0: style: The scope of the variable 'd0' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1392:0: style: The scope of the variable 'd1' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1392:0: style: The scope of the variable 'd2' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1392:0: style: The scope of the variable 'd3' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1392:0: style: The scope of the variable 'd4' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1894:7: style: The scope of the variable 'nCol' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1896:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1897:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/src/shell.c:1898:15: style: The scope of the variable 'z' can be reduced. [variableScope]
fossil-2.6/src/shell.c:3060:20: style: The scope of the variable 'pNew' can be reduced. [variableScope]
fossil-2.6/src/shell.c:7253:9: style: The scope of the variable 'zAppend' can be reduced. [variableScope]
fossil-2.6/src/shell.c:7256:7: style: The scope of the variable 'nAppend' can be reduced. [variableScope]
fossil-2.6/src/shell.c:7417:11: style: The scope of the variable 'zIdx' can be reduced. [variableScope]
fossil-2.6/src/shell.c:7419:18: style: The scope of the variable 'h' can be reduced. [variableScope]
fossil-2.6/src/shell.c:7420:17: style: The scope of the variable 'zFmt' can be reduced. [variableScope]
fossil-2.6/src/shell.c:7712:22: style: The scope of the variable 'zDrop' can be reduced. [variableScope]
fossil-2.6/src/shell.c:8019:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/shell.c:8142:15: style: The scope of the variable 'zAllIndex' can be reduced. [variableScope]
fossil-2.6/src/shell.c:8147:15: style: The scope of the variable 'zIndexXInfo' can be reduced. [variableScope]
fossil-2.6/src/shell.c:8149:15: style: The scope of the variable 'zWrite' can be reduced. [variableScope]
fossil-2.6/src/shell.c:8893:10: style: The scope of the variable 'zBuf1' can be reduced. [variableScope]
fossil-2.6/src/shell.c:8893:21: style: The scope of the variable 'zBuf2' can be reduced. [variableScope]
fossil-2.6/src/shell.c:9217:9: style: The scope of the variable 'z' can be reduced. [variableScope]
fossil-2.6/src/shell.c:9316:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/src/shell.c:9381:11: style: The scope of the variable 'nParen' can be reduced. [variableScope]
fossil-2.6/src/shell.c:9382:12: style: The scope of the variable 'cEnd' can be reduced. [variableScope]
fossil-2.6/src/shell.c:9384:11: style: The scope of the variable 'nLine' can be reduced. [variableScope]
fossil-2.6/src/shell.c:9751:15: style: The scope of the variable 'z' can be reduced. [variableScope]
fossil-2.6/src/shell.c:10418:24: style: The scope of the variable 'zStmtSql' can be reduced. [variableScope]
fossil-2.6/src/shell.c:10685:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
fossil-2.6/src/shell.c:12156:15: style: The scope of the variable 'zSql' can be reduced. [variableScope]
fossil-2.6/src/shell.c:12183:15: style: The scope of the variable 'zGlobIPK' can be reduced. [variableScope]
fossil-2.6/src/shell.c:14916:11: style: The scope of the variable 'len' can be reduced. [variableScope]
fossil-2.6/src/shell.c:16156:11: style: The scope of the variable 'nHistory' can be reduced. [variableScope]
fossil-2.6/src/shell.c:3835:72: style: Function 'apndUnfetch' argument 3 names different: declaration 'p' definition 'pPage'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:3567:66: note: Function 'apndUnfetch' argument 3 names different: declaration 'p' definition 'pPage'.
fossil-2.6/src/shell.c:3835:72: note: Function 'apndUnfetch' argument 3 names different: declaration 'p' definition 'pPage'.
fossil-2.6/src/shell.c:3927:54: style: Function 'apndDelete' argument 2 names different: declaration 'zName' definition 'zPath'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:3573:49: note: Function 'apndDelete' argument 2 names different: declaration 'zName' definition 'zPath'.
fossil-2.6/src/shell.c:3927:54: note: Function 'apndDelete' argument 2 names different: declaration 'zName' definition 'zPath'.
fossil-2.6/src/shell.c:3927:65: style: Function 'apndDelete' argument 3 names different: declaration 'syncDir' definition 'dirSync'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:3573:60: note: Function 'apndDelete' argument 3 names different: declaration 'syncDir' definition 'dirSync'.
fossil-2.6/src/shell.c:3927:65: note: Function 'apndDelete' argument 3 names different: declaration 'syncDir' definition 'dirSync'.
fossil-2.6/src/shell.c:3932:15: style: Function 'apndAccess' argument 2 names different: declaration 'zName' definition 'zPath'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:3574:49: note: Function 'apndAccess' argument 2 names different: declaration 'zName' definition 'zPath'.
fossil-2.6/src/shell.c:3932:15: note: Function 'apndAccess' argument 2 names different: declaration 'zName' definition 'zPath'.
fossil-2.6/src/shell.c:3940:15: style: Function 'apndFullPathname' argument 2 names different: declaration 'zName' definition 'zPath'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:3575:55: note: Function 'apndFullPathname' argument 2 names different: declaration 'zName' definition 'zPath'.
fossil-2.6/src/shell.c:3940:15: note: Function 'apndFullPathname' argument 2 names different: declaration 'zName' definition 'zPath'.
fossil-2.6/src/shell.c:3946:56: style: Function 'apndDlOpen' argument 2 names different: declaration 'zFilename' definition 'zPath'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:3576:51: note: Function 'apndDlOpen' argument 2 names different: declaration 'zFilename' definition 'zPath'.
fossil-2.6/src/shell.c:3946:56: note: Function 'apndDlOpen' argument 2 names different: declaration 'zFilename' definition 'zPath'.
fossil-2.6/src/shell.c:3958:63: style: Function 'apndRandomness' argument 3 names different: declaration 'zOut' definition 'zBufOut'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:3580:58: note: Function 'apndRandomness' argument 3 names different: declaration 'zOut' definition 'zBufOut'.
fossil-2.6/src/shell.c:3958:63: note: Function 'apndRandomness' argument 3 names different: declaration 'zOut' definition 'zBufOut'.
fossil-2.6/src/shell.c:3961:45: style: Function 'apndSleep' argument 2 names different: declaration 'microseconds' definition 'nMicro'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:3581:40: note: Function 'apndSleep' argument 2 names different: declaration 'microseconds' definition 'nMicro'.
fossil-2.6/src/shell.c:3961:45: note: Function 'apndSleep' argument 2 names different: declaration 'microseconds' definition 'nMicro'.
fossil-2.6/src/shell.c:3982:15: style: Function 'apndGetSystemCall' argument 2 names different: declaration 'z' definition 'zName'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:3586:72: note: Function 'apndGetSystemCall' argument 2 names different: declaration 'z' definition 'zName'.
fossil-2.6/src/shell.c:3982:15: note: Function 'apndGetSystemCall' argument 2 names different: declaration 'z' definition 'zName'.
fossil-2.6/src/shell.c:8228:55: style: Function 'sqlite3_expert_new' argument 2 names different: declaration 'pzErr' definition 'pzErrmsg'. [funcArgNamesDifferent]
fossil-2.6/src/shell.c:6354:55: note: Function 'sqlite3_expert_new' argument 2 names different: declaration 'pzErr' definition 'pzErrmsg'.
fossil-2.6/src/shell.c:8228:55: note: Function 'sqlite3_expert_new' argument 2 names different: declaration 'pzErr' definition 'pzErrmsg'.
fossil-2.6/src/shell.c:8471:7: style: struct member 'SavedModeInfo::valid' is never used. [unusedStructMember]
fossil-2.6/src/shell.c:3329:5: style: Variable 'iArg' is modified but its new value is never used. [unreadVariable]
fossil-2.6/src/shell.c:11364:3: style: Variable 'nCall' is modified but its new value is never used. [unreadVariable]
fossil-2.6/src/shell.c:2308:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fossil-2.6/src/shell.c:10986:17: error: Resource leak: in [resourceLeak]
fossil-2.6/src/shell.c:11074:7: error: Resource leak: f [resourceLeak]
fossil-2.6/src/shun.c:117:0: error: syntax error [syntaxError]
fossil-2.6/src/sitemap.c:47:0: error: syntax error [syntaxError]
fossil-2.6/src/skins.c:575:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
fossil-2.6/src/stash.c:30:0: error: syntax error [syntaxError]
fossil-2.6/src/stat.c:92:0: error: syntax error [syntaxError]
fossil-2.6/src/statrep.c:212:0: error: syntax error [syntaxError]
fossil-2.6/src/style.c:404:0: error: syntax error [syntaxError]
fossil-2.6/src/tag.c:671:0: error: syntax error [syntaxError]
fossil-2.6/src/tar.c:783:0: error: syntax error [syntaxError]
fossil-2.6/src/th.c:1298:25: warning: Possible null pointer dereference: zValue [nullPointer]
fossil-2.6/src/th.c:1441:55: note: Calling function 'Th_SetVar', 4th argument 'zValue' value is 0
fossil-2.6/src/th.c:1298:25: note: Null pointer dereference
fossil-2.6/src/th.c:681:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/th.c:875:19: style: The scope of the variable 'pEntry' can be reduced. [variableScope]
fossil-2.6/src/th.c:1069:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/th.c:1588:17: style: The scope of the variable 'pNewEntry' can be reduced. [variableScope]
fossil-2.6/src/th.c:379:15: style: Function 'thNextEscape' argument 2 names different: declaration 'z' definition 'zInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:162:50: note: Function 'thNextEscape' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:379:15: note: Function 'thNextEscape' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:380:7: style: Function 'thNextEscape' argument 3 names different: declaration 'n' definition 'nInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:162:57: note: Function 'thNextEscape' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:380:7: note: Function 'thNextEscape' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:381:8: style: Function 'thNextEscape' argument 4 names different: declaration 'pN' definition 'pnEscape'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:162:65: note: Function 'thNextEscape' argument 4 names different: declaration 'pN' definition 'pnEscape'.
fossil-2.6/src/th.c:381:8: note: Function 'thNextEscape' argument 4 names different: declaration 'pN' definition 'pnEscape'.
fossil-2.6/src/th.c:411:15: style: Function 'thNextVarname' argument 2 names different: declaration 'z' definition 'zInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:163:50: note: Function 'thNextVarname' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:411:15: note: Function 'thNextVarname' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:412:7: style: Function 'thNextVarname' argument 3 names different: declaration 'n' definition 'nInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:163:57: note: Function 'thNextVarname' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:412:7: note: Function 'thNextVarname' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:413:8: style: Function 'thNextVarname' argument 4 names different: declaration 'pN' definition 'pnVarname'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:163:65: note: Function 'thNextVarname' argument 4 names different: declaration 'pN' definition 'pnVarname'.
fossil-2.6/src/th.c:413:8: note: Function 'thNextVarname' argument 4 names different: declaration 'pN' definition 'pnVarname'.
fossil-2.6/src/th.c:469:15: style: Function 'thNextCommand' argument 2 names different: declaration 'z' definition 'zInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:161:50: note: Function 'thNextCommand' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:469:15: note: Function 'thNextCommand' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:470:7: style: Function 'thNextCommand' argument 3 names different: declaration 'n' definition 'nInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:161:57: note: Function 'thNextCommand' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:470:7: note: Function 'thNextCommand' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:471:8: style: Function 'thNextCommand' argument 4 names different: declaration 'pN' definition 'pnCommand'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:161:65: note: Function 'thNextCommand' argument 4 names different: declaration 'pN' definition 'pnCommand'.
fossil-2.6/src/th.c:471:8: note: Function 'thNextCommand' argument 4 names different: declaration 'pN' definition 'pnCommand'.
fossil-2.6/src/th.c:504:15: style: Function 'thNextSpace' argument 2 names different: declaration 'z' definition 'zInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:166:50: note: Function 'thNextSpace' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:504:15: note: Function 'thNextSpace' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:505:7: style: Function 'thNextSpace' argument 3 names different: declaration 'n' definition 'nInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:166:57: note: Function 'thNextSpace' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:505:7: note: Function 'thNextSpace' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:506:8: style: Function 'thNextSpace' argument 4 names different: declaration 'pN' definition 'pnSpace'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:166:65: note: Function 'thNextSpace' argument 4 names different: declaration 'pN' definition 'pnSpace'.
fossil-2.6/src/th.c:506:8: note: Function 'thNextSpace' argument 4 names different: declaration 'pN' definition 'pnSpace'.
fossil-2.6/src/th.c:527:15: style: Function 'thNextWord' argument 2 names different: declaration 'z' definition 'zInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:186:47: note: Function 'thNextWord' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:527:15: note: Function 'thNextWord' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:528:7: style: Function 'thNextWord' argument 3 names different: declaration 'n' definition 'nInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:186:54: note: Function 'thNextWord' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:528:7: note: Function 'thNextWord' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:529:8: style: Function 'thNextWord' argument 4 names different: declaration 'pN' definition 'pnWord'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:186:62: note: Function 'thNextWord' argument 4 names different: declaration 'pN' definition 'pnWord'.
fossil-2.6/src/th.c:529:8: note: Function 'thNextWord' argument 4 names different: declaration 'pN' definition 'pnWord'.
fossil-2.6/src/th.c:584:15: style: Function 'thSubstCommand' argument 2 names different: declaration 'z' definition 'zWord'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:175:51: note: Function 'thSubstCommand' argument 2 names different: declaration 'z' definition 'zWord'.
fossil-2.6/src/th.c:584:15: note: Function 'thSubstCommand' argument 2 names different: declaration 'z' definition 'zWord'.
fossil-2.6/src/th.c:585:7: style: Function 'thSubstCommand' argument 3 names different: declaration 'n' definition 'nWord'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:175:58: note: Function 'thSubstCommand' argument 3 names different: declaration 'n' definition 'nWord'.
fossil-2.6/src/th.c:585:7: note: Function 'thSubstCommand' argument 3 names different: declaration 'n' definition 'nWord'.
fossil-2.6/src/th.c:600:15: style: Function 'thSubstVarname' argument 2 names different: declaration 'z' definition 'zWord'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:177:51: note: Function 'thSubstVarname' argument 2 names different: declaration 'z' definition 'zWord'.
fossil-2.6/src/th.c:600:15: note: Function 'thSubstVarname' argument 2 names different: declaration 'z' definition 'zWord'.
fossil-2.6/src/th.c:601:7: style: Function 'thSubstVarname' argument 3 names different: declaration 'n' definition 'nWord'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:177:58: note: Function 'thSubstVarname' argument 3 names different: declaration 'n' definition 'nWord'.
fossil-2.6/src/th.c:601:7: note: Function 'thSubstVarname' argument 3 names different: declaration 'n' definition 'nWord'.
fossil-2.6/src/th.c:640:15: style: Function 'thSubstEscape' argument 2 names different: declaration 'z' definition 'zWord'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:176:51: note: Function 'thSubstEscape' argument 2 names different: declaration 'z' definition 'zWord'.
fossil-2.6/src/th.c:640:15: note: Function 'thSubstEscape' argument 2 names different: declaration 'z' definition 'zWord'.
fossil-2.6/src/th.c:641:7: style: Function 'thSubstEscape' argument 3 names different: declaration 'n' definition 'nWord'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:176:58: note: Function 'thSubstEscape' argument 3 names different: declaration 'n' definition 'nWord'.
fossil-2.6/src/th.c:641:7: note: Function 'thSubstEscape' argument 3 names different: declaration 'n' definition 'nWord'.
fossil-2.6/src/th.c:676:15: style: Function 'thSubstWord' argument 2 names different: declaration 'z' definition 'zWord'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:192:48: note: Function 'thSubstWord' argument 2 names different: declaration 'z' definition 'zWord'.
fossil-2.6/src/th.c:676:15: note: Function 'thSubstWord' argument 2 names different: declaration 'z' definition 'zWord'.
fossil-2.6/src/th.c:677:7: style: Function 'thSubstWord' argument 3 names different: declaration 'n' definition 'nWord'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:192:55: note: Function 'thSubstWord' argument 3 names different: declaration 'n' definition 'nWord'.
fossil-2.6/src/th.c:677:7: note: Function 'thSubstWord' argument 3 names different: declaration 'n' definition 'nWord'.
fossil-2.6/src/th.c:1014:56: style: Function 'Th_Eval' argument 3 names different: declaration 'zProg' definition 'zProgram'. [funcArgNamesDifferent]
fossil-2.6/src/th.h:42:56: note: Function 'Th_Eval' argument 3 names different: declaration 'zProg' definition 'zProgram'.
fossil-2.6/src/th.c:1014:56: note: Function 'Th_Eval' argument 3 names different: declaration 'zProg' definition 'zProgram'.
fossil-2.6/src/th.c:1014:70: style: Function 'Th_Eval' argument 4 names different: declaration 'nProg' definition 'nProgram'. [funcArgNamesDifferent]
fossil-2.6/src/th.h:42:67: note: Function 'Th_Eval' argument 4 names different: declaration 'nProg' definition 'nProgram'.
fossil-2.6/src/th.c:1014:70: note: Function 'Th_Eval' argument 4 names different: declaration 'nProg' definition 'nProgram'.
fossil-2.6/src/th.c:1950:15: style: Function 'thNextInteger' argument 2 names different: declaration 'z' definition 'zInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:165:51: note: Function 'thNextInteger' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:1950:15: note: Function 'thNextInteger' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:1951:7: style: Function 'thNextInteger' argument 3 names different: declaration 'n' definition 'nInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:165:58: note: Function 'thNextInteger' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:1951:7: note: Function 'thNextInteger' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:1952:8: style: Function 'thNextInteger' argument 4 names different: declaration 'pN' definition 'pnLiteral'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:165:66: note: Function 'thNextInteger' argument 4 names different: declaration 'pN' definition 'pnLiteral'.
fossil-2.6/src/th.c:1952:8: note: Function 'thNextInteger' argument 4 names different: declaration 'pN' definition 'pnLiteral'.
fossil-2.6/src/th.c:1983:15: style: Function 'thNextNumber' argument 2 names different: declaration 'z' definition 'zInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:164:50: note: Function 'thNextNumber' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:1983:15: note: Function 'thNextNumber' argument 2 names different: declaration 'z' definition 'zInput'.
fossil-2.6/src/th.c:1984:7: style: Function 'thNextNumber' argument 3 names different: declaration 'n' definition 'nInput'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:164:57: note: Function 'thNextNumber' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:1984:7: note: Function 'thNextNumber' argument 3 names different: declaration 'n' definition 'nInput'.
fossil-2.6/src/th.c:1985:8: style: Function 'thNextNumber' argument 4 names different: declaration 'pN' definition 'pnLiteral'. [funcArgNamesDifferent]
fossil-2.6/src/th.c:164:65: note: Function 'thNextNumber' argument 4 names different: declaration 'pN' definition 'pnLiteral'.
fossil-2.6/src/th.c:1985:8: note: Function 'thNextNumber' argument 4 names different: declaration 'pN' definition 'pnLiteral'.
fossil-2.6/src/th.c:2435:9: style: Function 'Th_HashIterate' argument 3 names different: declaration 'x' definition 'xCallback'. [funcArgNamesDifferent]
fossil-2.6/src/th.h:196:47: note: Function 'Th_HashIterate' argument 3 names different: declaration 'x' definition 'xCallback'.
fossil-2.6/src/th.c:2435:9: note: Function 'Th_HashIterate' argument 3 names different: declaration 'x' definition 'xCallback'.
fossil-2.6/src/th_lang.c:274:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/th_lang.c:1272:3: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
fossil-2.6/src/th_main.c:1571:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
fossil-2.6/src/th_main.c:1575:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fossil-2.6/src/th_main.c:1709:9: style: The scope of the variable 'pGlob' can be reduced. [variableScope]
fossil-2.6/src/th_main.c:2463:0: error: Dereferencing 'z' after it is deallocated / released [deallocuse]
fossil-2.6/src/timeline.c:829:0: error: Invalid number of character '[' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fossil-2.6/src/tkt.c:435:0: error: syntax error [syntaxError]
fossil-2.6/src/tktsetup.c:177:0: error: syntax error [syntaxError]
fossil-2.6/src/translate.c:113:22: style: Condition 'inStr' is always false [knownConditionTrueFalse]
fossil-2.6/src/undo.c:229:0: error: syntax error [syntaxError]
fossil-2.6/src/unversioned.c:36:0: error: syntax error [syntaxError]
fossil-2.6/src/update.c:119:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/update.c:465:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
fossil-2.6/src/update.c:752:17: style: The scope of the variable 'pRvFile' can be reduced. [variableScope]
fossil-2.6/src/update.c:756:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fossil-2.6/src/url.c:104:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fossil-2.6/src/url.c:104:13: style: The scope of the variable 'c' can be reduced. [variableScope]
fossil-2.6/src/user.c:701:0: error: syntax error [syntaxError]
fossil-2.6/src/util.c:73:29: style: Same expression on both sides of '^='. [duplicateExpression]
fossil-2.6/src/vfile.c:479:18: style: The scope of the variable 'pEntry' can be reduced. [variableScope]
fossil-2.6/src/vfile.c:592:18: style: The scope of the variable 'pEntry' can be reduced. [variableScope]
fossil-2.6/src/vfile.c:762:12: style: The scope of the variable 'zBuf' can be reduced. [variableScope]
fossil-2.6/src/vfile.c:801:0: style: The scope of the variable 'rc' can be reduced. [variableScope]
fossil-2.6/src/vfile.c:499:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fossil-2.6/src/vfile.c:500:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fossil-2.6/src/vfile.c:501:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fossil-2.6/src/vfile.c:502:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fossil-2.6/src/wiki.c:69:0: error: syntax error [syntaxError]
fossil-2.6/src/wikiformat.c:0:0: error: syntax error [syntaxError]
fossil-2.6/src/wikiformat.c:0:0: note: syntax error
fossil-2.6/src/wikiformat.c:0:0: note: syntax error
fossil-2.6/src/wysiwyg.c:59:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
fossil-2.6/src/xfer.c:0:0: error: syntax error [syntaxError]
fossil-2.6/src/xfer.c:0:0: note: syntax error
fossil-2.6/src/xfer.c:0:0: note: syntax error
fossil-2.6/src/xfersetup.c:70:0: error: syntax error [syntaxError]
fossil-2.6/src/zip.c:953:0: error: syntax error [syntaxError]
[22:35]

ftp://ftp.se.debian.org/debian/pool/main/f/fotowall/fotowall_0.9.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fotoxx/fotoxx_18.01.1.orig.tar.gz
fotoxx-18.01.1/f.albums.cc:588:59: warning: Either the condition 'albumname' is redundant or there is possible null pointer dereference: albumname. [nullPointerRedundantCheck]
fotoxx-18.01.1/f.albums.cc:587:14: note: Assuming that condition 'albumname' is not redundant
fotoxx-18.01.1/f.albums.cc:588:59: note: Null pointer dereference
fotoxx-18.01.1/f.albums.cc:305:17: style: The scope of the variable 'cfile' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:305:25: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:362:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:403:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:434:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:466:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:493:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:531:13: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:858:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:929:19: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:930:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:982:17: style: The scope of the variable 'contx' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:982:41: style: The scope of the variable 'Fchanged' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:983:14: style: The scope of the variable 'findcomm' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:1134:25: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:1682:13: style: The scope of the variable 'keyx' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:1836:13: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:1838:13: style: The scope of the variable 'nameii' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2110:16: style: The scope of the variable 'ff' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2111:16: style: The scope of the variable 'tranname' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2112:17: style: The scope of the variable 'gdkwin' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2189:17: style: The scope of the variable 'gdkwin' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2583:23: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2584:19: style: The scope of the variable 'capsecs' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2584:28: style: The scope of the variable 'commsecs' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2584:38: style: The scope of the variable 'mode' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2586:19: style: The scope of the variable 'pmode' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2588:19: style: The scope of the variable 'zoomsize' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2589:19: style: The scope of the variable 'zoomtype' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2824:21: style: The scope of the variable 'maxii' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2824:28: style: The scope of the variable 'maxjj' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2825:13: style: The scope of the variable 'maxrank' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2825:22: style: The scope of the variable 'rank' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:2893:18: style: The scope of the variable 'pxbclear' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3130:16: style: The scope of the variable 'newpart' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3130:25: style: The scope of the variable 'oldpart' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3184:17: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3187:26: style: The scope of the variable 'pix3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3218:17: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3221:26: style: The scope of the variable 'pix3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3295:16: style: The scope of the variable 'px1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3356:17: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3357:16: style: The scope of the variable 'px1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3357:21: style: The scope of the variable 'py1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3357:26: style: The scope of the variable 'px2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3357:31: style: The scope of the variable 'py2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3357:36: style: The scope of the variable 'px3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3357:41: style: The scope of the variable 'py3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3358:16: style: The scope of the variable 'ww1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3358:21: style: The scope of the variable 'hh1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3358:26: style: The scope of the variable 'ww2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3358:31: style: The scope of the variable 'hh2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3359:26: style: The scope of the variable 'pix3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3424:16: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3424:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3424:24: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3424:28: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3426:17: style: The scope of the variable 'pxbnew' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3426:26: style: The scope of the variable 'pxbold' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3469:16: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3469:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3469:24: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3469:28: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3471:17: style: The scope of the variable 'pxbnew' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3471:26: style: The scope of the variable 'pxbold' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3518:16: style: The scope of the variable 'cosT' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3518:22: style: The scope of the variable 'sinT' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3712:16: style: The scope of the variable 'cosT' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3712:22: style: The scope of the variable 'sinT' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3817:16: style: The scope of the variable 'tbase1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3817:24: style: The scope of the variable 'tbase2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3898:16: style: The scope of the variable 'a' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3898:19: style: The scope of the variable 'b' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3898:22: style: The scope of the variable 'a2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3898:26: style: The scope of the variable 'b2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3955:24: style: The scope of the variable 'px1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3955:29: style: The scope of the variable 'py1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3955:34: style: The scope of the variable 'px2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3955:39: style: The scope of the variable 'py2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3955:44: style: The scope of the variable 'cx' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3955:48: style: The scope of the variable 'cy' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3956:28: style: The scope of the variable 'R' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:3956:31: style: The scope of the variable 'R2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4028:17: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4029:20: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4030:26: style: The scope of the variable 'pix3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4180:21: style: The scope of the variable 'ylo' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4180:26: style: The scope of the variable 'yhi' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4182:13: style: The scope of the variable 'Rx' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4213:21: style: The scope of the variable 'ylo' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4213:26: style: The scope of the variable 'yhi' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4215:13: style: The scope of the variable 'Rx' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4260:16: style: The scope of the variable 'R' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4314:13: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4314:21: style: The scope of the variable 'npix' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4317:14: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4317:21: style: The scope of the variable 'pix3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4450:31: style: The scope of the variable 'T' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4894:20: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4894:44: style: The scope of the variable 'blocksize' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4897:16: style: The scope of the variable 'F1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:4897:20: style: The scope of the variable 'F2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5135:17: style: The scope of the variable 'pxbmix' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5137:16: style: The scope of the variable 'xdisp' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5137:23: style: The scope of the variable 'ydisp' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5399:42: style: The scope of the variable 'pxb3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5400:29: style: The scope of the variable 'ww2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5400:34: style: The scope of the variable 'hh2' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5400:39: style: The scope of the variable 'ww3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5400:44: style: The scope of the variable 'hh3' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5401:19: style: The scope of the variable 'cx' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5401:23: style: The scope of the variable 'cy' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5403:19: style: The scope of the variable 'ox1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5403:24: style: The scope of the variable 'oy1' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5403:49: style: The scope of the variable 'ox4' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5403:54: style: The scope of the variable 'oy4' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5403:59: style: The scope of the variable 'ox5' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5403:64: style: The scope of the variable 'oy5' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5406:13: style: The scope of the variable 'Rm' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5406:17: style: The scope of the variable 'Rw' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5406:21: style: The scope of the variable 'dR' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:5406:25: style: The scope of the variable 'R' can be reduced. [variableScope]
fotoxx-18.01.1/f.albums.cc:128:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.albums.cc:275:82: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.albums.cc:1399:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.albums.cc:1632:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.albums.cc:1736:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.albums.cc:2013:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.albums.cc:360:31: style: Function 'album_from_gallery' argument 1 names different: declaration 'albumname' definition 'newalbumfile'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:1160:33: note: Function 'album_from_gallery' argument 1 names different: declaration 'albumname' definition 'newalbumfile'.
fotoxx-18.01.1/f.albums.cc:360:31: note: Function 'album_from_gallery' argument 1 names different: declaration 'albumname' definition 'newalbumfile'.
fotoxx-18.01.1/f.albums.cc:398:37: style: Function 'album_cuttocache' argument 2 names different: declaration 'Faddcache' definition 'addcache'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.albums.cc:73:37: note: Function 'album_cuttocache' argument 2 names different: declaration 'Faddcache' definition 'addcache'.
fotoxx-18.01.1/f.albums.cc:398:37: note: Function 'album_cuttocache' argument 2 names different: declaration 'Faddcache' definition 'addcache'.
fotoxx-18.01.1/f.albums.cc:429:37: style: Function 'album_pastecache' argument 2 names different: declaration 'Fclear' definition 'clear'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.albums.cc:74:37: note: Function 'album_pastecache' argument 2 names different: declaration 'Fclear' definition 'clear'.
fotoxx-18.01.1/f.albums.cc:429:37: note: Function 'album_pastecache' argument 2 names different: declaration 'Fclear' definition 'clear'.
fotoxx-18.01.1/f.albums.cc:2965:20: style: Function 'ss_KBfunc' argument 1 names different: declaration 'KBkey' definition 'kbkey'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:1173:21: note: Function 'ss_KBfunc' argument 1 names different: declaration 'KBkey' definition 'kbkey'.
fotoxx-18.01.1/f.albums.cc:2965:20: note: Function 'ss_KBfunc' argument 1 names different: declaration 'KBkey' definition 'kbkey'.
fotoxx-18.01.1/zfuncs.h:630:7: style: 'xstring::operator=' should return 'xstring &'. [operatorEq]
fotoxx-18.01.1/zfuncs.h:652:4: style: 'Vxstring::operator=' should return 'Vxstring &'. [operatorEq]
fotoxx-18.01.1/zfuncs.h:678:8: style: Technically the member function 'HashTab::GetCount' can be const. [functionConst]
fotoxx-18.01.1/zfuncs.h:625:7: style: Class 'xstring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fotoxx-18.01.1/zfuncs.h:626:7: style: Class 'xstring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fotoxx-18.01.1/zfuncs.h:649:4: style: Class 'Vxstring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fotoxx-18.01.1/zfuncs.h:700:4: style: Class 'Queue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fotoxx-18.01.1/zfuncs.h:728:4: style: Class 'Tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fotoxx-18.01.1/f.albums.cc:1933:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/f.albums.cc:2409:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/f.area.cc:343:16: style: The scope of the variable 'a' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:343:19: style: The scope of the variable 'b' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:343:22: style: The scope of the variable 'a2' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:343:26: style: The scope of the variable 'b2' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:344:16: style: The scope of the variable 'x' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:344:19: style: The scope of the variable 'y' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:344:22: style: The scope of the variable 'x2' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:344:26: style: The scope of the variable 'y2' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:344:30: style: The scope of the variable 'cx' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:344:34: style: The scope of the variable 'cy' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:345:16: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:345:20: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:705:23: style: The scope of the variable 'px4' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:705:28: style: The scope of the variable 'py4' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:705:43: style: The scope of the variable 'px6' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:705:48: style: The scope of the variable 'py6' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:706:13: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:706:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:706:21: style: The scope of the variable 'dist' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:706:37: style: The scope of the variable 'maxcontrast' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:766:29: style: The scope of the variable 'd1' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:766:33: style: The scope of the variable 'd2' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:809:20: style: The scope of the variable 'qx' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:809:24: style: The scope of the variable 'qy' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:810:17: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:810:24: style: The scope of the variable 'pix2' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:811:16: style: The scope of the variable 'match' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:811:23: style: The scope of the variable 'contrast' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:845:16: style: The scope of the variable 'newdrag' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:846:22: style: The scope of the variable 'mxdown' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:846:30: style: The scope of the variable 'mydown' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:932:29: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:1447:16: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:1447:20: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:1447:24: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:1447:32: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:1449:16: style: The scope of the variable 'direc' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2046:31: style: The scope of the variable 'pixM' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2047:16: style: The scope of the variable 'pixmatch' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2047:26: style: The scope of the variable 'bestmatch' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2048:16: style: The scope of the variable 'smlev' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2048:23: style: The scope of the variable 'dmlev' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2048:30: style: The scope of the variable 'psml' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2048:36: style: The scope of the variable 'pdml' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2049:16: style: The scope of the variable 'f1' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2049:20: style: The scope of the variable 'f2' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2049:24: style: The scope of the variable 'alpha' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2775:17: style: The scope of the variable 'px2' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2775:22: style: The scope of the variable 'py2' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:2955:13: style: The scope of the variable 'filename' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:3269:13: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:3269:17: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:3270:14: style: The scope of the variable 'pxm_temp' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:3404:33: style: The scope of the variable 'nc' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:3404:37: style: The scope of the variable 'pcc' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:3405:14: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.area.cc:114:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.area.cc:1360:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.area.cc:1658:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.area.cc:1930:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.area.cc:2625:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.area.cc:3219:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.area.cc:582:36: style: Function 'sa_nearpix' argument 3 names different: declaration 'rad' definition 'rad2'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:955:38: note: Function 'sa_nearpix' argument 3 names different: declaration 'rad' definition 'rad2'.
fotoxx-18.01.1/f.area.cc:582:36: note: Function 'sa_nearpix' argument 3 names different: declaration 'rad' definition 'rad2'.
fotoxx-18.01.1/f.area.cc:582:47: style: Function 'sa_nearpix' argument 4 names different: declaration 'px' definition 'npx'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:955:48: note: Function 'sa_nearpix' argument 4 names different: declaration 'px' definition 'npx'.
fotoxx-18.01.1/f.area.cc:582:47: note: Function 'sa_nearpix' argument 4 names different: declaration 'px' definition 'npx'.
fotoxx-18.01.1/f.area.cc:582:57: style: Function 'sa_nearpix' argument 5 names different: declaration 'py' definition 'npy'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:955:57: note: Function 'sa_nearpix' argument 5 names different: declaration 'py' definition 'npy'.
fotoxx-18.01.1/f.area.cc:582:57: note: Function 'sa_nearpix' argument 5 names different: declaration 'py' definition 'npy'.
fotoxx-18.01.1/f.combine.cc:286:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:292:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:293:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:901:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:902:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:979:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:1502:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:1503:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:1580:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:2124:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:2125:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:2202:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:2589:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:3740:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.combine.cc:275:31: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:275:35: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:275:43: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:888:21: style: The scope of the variable 'im1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:888:26: style: The scope of the variable 'im2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:888:31: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:888:35: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:888:43: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1002:22: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1002:26: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1076:13: style: The scope of the variable 'imx' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1489:21: style: The scope of the variable 'im1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1489:26: style: The scope of the variable 'im2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1489:31: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1489:35: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1489:43: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1822:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1822:24: style: The scope of the variable 'ns1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1822:29: style: The scope of the variable 'ns2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1823:16: style: The scope of the variable 'Rlist' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1823:27: style: The scope of the variable 'Glist' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1823:38: style: The scope of the variable 'Blist' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1825:23: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1826:25: style: The scope of the variable 'R2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1826:29: style: The scope of the variable 'G2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1826:33: style: The scope of the variable 'B2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:1827:23: style: The scope of the variable 'worstmatch' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:2111:21: style: The scope of the variable 'im1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:2111:26: style: The scope of the variable 'im2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:2111:31: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:2111:35: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:2111:43: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:2685:13: style: The scope of the variable 'overlap' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:2686:14: style: The scope of the variable 'exifkey' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:2687:14: style: The scope of the variable 'exifdata' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:2761:16: style: The scope of the variable 'fchange' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3207:13: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3207:17: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3207:21: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3302:25: style: The scope of the variable 'R1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3302:29: style: The scope of the variable 'G1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3302:33: style: The scope of the variable 'B1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3302:37: style: The scope of the variable 'F' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3303:26: style: The scope of the variable 'im1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3303:31: style: The scope of the variable 'im2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3304:16: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3304:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3304:24: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3304:28: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3305:24: style: The scope of the variable 'bright2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3305:34: style: The scope of the variable 'pixel' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3836:13: style: The scope of the variable 'overlap' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3837:14: style: The scope of the variable 'exifkey' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3838:14: style: The scope of the variable 'exifdata' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:3910:16: style: The scope of the variable 'fchange' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4356:13: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4356:17: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4356:21: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4451:25: style: The scope of the variable 'R1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4451:29: style: The scope of the variable 'G1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4451:33: style: The scope of the variable 'B1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4451:37: style: The scope of the variable 'F' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4452:26: style: The scope of the variable 'im1' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4452:31: style: The scope of the variable 'im2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4453:16: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4453:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4453:24: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4453:28: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4454:24: style: The scope of the variable 'bright2' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:4454:34: style: The scope of the variable 'pixel' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5767:16: style: The scope of the variable 'xyrange' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5767:25: style: The scope of the variable 'xystep' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5767:33: style: The scope of the variable 'trange' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5767:41: style: The scope of the variable 'tstep' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5768:16: style: The scope of the variable 'xfL' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5768:21: style: The scope of the variable 'xfH' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5768:26: style: The scope of the variable 'yfL' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5768:31: style: The scope of the variable 'yfH' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5768:36: style: The scope of the variable 'tfL' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:5768:41: style: The scope of the variable 'tfH' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6107:21: style: The scope of the variable 'pxr' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6107:26: style: The scope of the variable 'pyr' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6107:35: style: The scope of the variable 'px3' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6107:40: style: The scope of the variable 'py3' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6108:24: style: The scope of the variable 'wwmin' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6108:31: style: The scope of the variable 'wwmax' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6108:38: style: The scope of the variable 'hhmin' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6108:45: style: The scope of the variable 'hhmax' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6108:52: style: The scope of the variable 'bmid' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6109:16: style: The scope of the variable 'xf' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6109:20: style: The scope of the variable 'yf' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6322:21: style: The scope of the variable 'pxr' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6322:26: style: The scope of the variable 'pyr' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6322:35: style: The scope of the variable 'px3' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6322:40: style: The scope of the variable 'py3' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6323:24: style: The scope of the variable 'wwmin' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6323:31: style: The scope of the variable 'wwmax' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6323:38: style: The scope of the variable 'hhmin' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6323:45: style: The scope of the variable 'hhmax' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6323:52: style: The scope of the variable 'bmid' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6324:16: style: The scope of the variable 'xf' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6324:20: style: The scope of the variable 'yf' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6532:13: style: The scope of the variable 'xf' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6532:17: style: The scope of the variable 'yf' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6532:21: style: The scope of the variable 'tf' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6532:25: style: The scope of the variable 'sintf' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:6532:32: style: The scope of the variable 'costf' can be reduced. [variableScope]
fotoxx-18.01.1/f.combine.cc:550:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.combine.cc:1018:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.combine.cc:1623:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.combine.cc:2232:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.combine.cc:2639:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.combine.cc:3248:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.combine.cc:3790:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.combine.cc:4397:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.combine.cc:1819:23: style: Function 'STP_setpixel' argument 1 names different: declaration 'px' definition 'px3'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.combine.cc:1386:25: note: Function 'STP_setpixel' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/f.combine.cc:1819:23: note: Function 'STP_setpixel' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/f.combine.cc:1819:32: style: Function 'STP_setpixel' argument 2 names different: declaration 'py' definition 'py3'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.combine.cc:1386:33: note: Function 'STP_setpixel' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/f.combine.cc:1819:32: note: Function 'STP_setpixel' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/f.combine.cc:1605:41: error: Uninitialized variable: zd [uninitvar]
fotoxx-18.01.1/f.combine.cc:2218:41: error: Uninitialized variable: zd [uninitvar]
fotoxx-18.01.1/f.edit.cc:802:16: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:802:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:802:24: style: The scope of the variable 'ww2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:802:29: style: The scope of the variable 'hh2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:1286:16: style: The scope of the variable 'r1' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:1286:20: style: The scope of the variable 'r2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:1286:24: style: The scope of the variable 'ratio' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:1287:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:1368:8: style: The scope of the variable 'upright_dialog_event' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:1430:13: style: The scope of the variable 'orientation' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:1753:22: style: The scope of the variable 'pxmtemp2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2433:24: style: The scope of the variable 'xval' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2433:30: style: The scope of the variable 'yval' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2434:16: style: The scope of the variable 'bright0' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2434:25: style: The scope of the variable 'dbrite' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2434:33: style: The scope of the variable 'cont0' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2434:40: style: The scope of the variable 'dcont' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2435:16: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2689:34: style: The scope of the variable 'rgbmean' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2943:13: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2944:13: style: The scope of the variable 'r1' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2945:13: style: The scope of the variable 'g1' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:2946:13: style: The scope of the variable 'b1' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3150:17: style: The scope of the variable 'npix' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3154:13: style: The scope of the variable 'LF2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3154:18: style: The scope of the variable 'MF2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3154:23: style: The scope of the variable 'HF2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3154:28: style: The scope of the variable 'LS2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3154:33: style: The scope of the variable 'MS2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3154:38: style: The scope of the variable 'HS2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3155:13: style: The scope of the variable 'LFB' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3155:18: style: The scope of the variable 'MFB' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3155:23: style: The scope of the variable 'HFB' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3155:28: style: The scope of the variable 'LSB' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3155:33: style: The scope of the variable 'MSB' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3155:38: style: The scope of the variable 'HSB' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3156:13: style: The scope of the variable 'LFW' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3156:18: style: The scope of the variable 'MFW' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3156:23: style: The scope of the variable 'HFW' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3156:28: style: The scope of the variable 'LSW' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3156:33: style: The scope of the variable 'MSW' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3156:38: style: The scope of the variable 'HSW' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3156:43: style: The scope of the variable 'TWB' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:3519:13: style: The scope of the variable 'text' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5488:13: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5740:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5741:27: style: The scope of the variable 'text' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5742:16: style: The scope of the variable 'opccent' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5742:25: style: The scope of the variable 'opcedge' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5743:16: style: The scope of the variable 'paint' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5743:23: style: The scope of the variable 'radius' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5743:31: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5743:35: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5744:16: style: The scope of the variable 'rad' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5744:21: style: The scope of the variable 'kern' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5853:16: style: The scope of the variable 'pmxdown' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5853:29: style: The scope of the variable 'pmydown' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5854:16: style: The scope of the variable 'pmxdrag' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5854:29: style: The scope of the variable 'pmydrag' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:5855:16: style: The scope of the variable 'color' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6055:27: style: The scope of the variable 'npix' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6055:33: style: The scope of the variable 'radius' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6056:23: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6056:27: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6106:31: style: The scope of the variable 'npix' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6106:37: style: The scope of the variable 'radius' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6107:19: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6107:23: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6150:20: style: The scope of the variable 'paintsave1' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6468:13: style: The scope of the variable 'H' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6679:16: style: The scope of the variable 'radius' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6679:24: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6679:28: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6680:16: style: The scope of the variable 'rad' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6680:21: style: The scope of the variable 'kern' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6680:27: style: The scope of the variable 'opccent' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6680:36: style: The scope of the variable 'opcedge' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6958:27: style: The scope of the variable 'npix' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6958:33: style: The scope of the variable 'radius' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6959:23: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:6959:27: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7009:31: style: The scope of the variable 'npix' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7009:37: style: The scope of the variable 'radius' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7010:19: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7010:23: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7053:20: style: The scope of the variable 'clonesave1' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7156:16: style: The scope of the variable 'radius' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7156:24: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7156:28: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7157:16: style: The scope of the variable 'rad' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7157:21: style: The scope of the variable 'kern' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7157:27: style: The scope of the variable 'stcent' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7157:35: style: The scope of the variable 'stedge' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7532:17: style: The scope of the variable 'font_dialog' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7534:16: style: The scope of the variable 'size' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7534:22: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7535:17: style: The scope of the variable 'newfilename' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7535:31: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7536:17: style: The scope of the variable 'keyname' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7537:17: style: The scope of the variable 'keyvals' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:7758:17: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:8153:24: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:8153:28: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:8624:17: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:8984:24: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:8984:28: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9095:13: style: The scope of the variable 'yn' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9182:13: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9318:13: style: The scope of the variable 'yn' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9445:26: style: The scope of the variable 'pixel1' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9445:35: style: The scope of the variable 'pixel2' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9445:44: style: The scope of the variable 'pixel3' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9445:53: style: The scope of the variable 'pixel4' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9599:43: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9669:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9715:21: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9716:33: style: The scope of the variable 'command' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9717:13: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:9718:14: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/f.edit.cc:180:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:1302:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:1402:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:1548:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:2298:82: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:2562:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:3036:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:3410:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:3860:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:4370:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:5468:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:5656:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:6221:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:6394:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:6630:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:7126:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:7424:92: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:7879:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:7968:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:8302:85: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:9133:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:9360:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:9477:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:9480:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:9686:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.edit.cc:6186:25: style: Function 'color_palette' argument 1 names different: declaration 'RGB' definition 'rgb'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:990:27: note: Function 'color_palette' argument 1 names different: declaration 'RGB' definition 'rgb'.
fotoxx-18.01.1/f.edit.cc:6186:25: note: Function 'color_palette' argument 1 names different: declaration 'RGB' definition 'rgb'.
fotoxx-18.01.1/f.edit.cc:6369:23: style: Function 'HSL_chooser' argument 1 names different: declaration 'RGB' definition 'rgb'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:991:25: note: Function 'HSL_chooser' argument 1 names different: declaration 'RGB' definition 'rgb'.
fotoxx-18.01.1/f.edit.cc:6369:23: note: Function 'HSL_chooser' argument 1 names different: declaration 'RGB' definition 'rgb'.
fotoxx-18.01.1/f.edit.cc:9550:16: style: Variable 'pixel0' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/f.edit.cc:7896:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/f.edit.cc:8732:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/f.effects.cc:2769:10: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.effects.cc:2845:10: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.effects.cc:660:13: style: The scope of the variable 'Fblur' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:660:20: style: The scope of the variable 'Fkuwa' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:660:27: style: The scope of the variable 'Fcon' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1125:24: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1125:28: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1126:16: style: The scope of the variable 'olww' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1637:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1637:20: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1638:16: style: The scope of the variable 'rad1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1638:35: style: The scope of the variable 'astep' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1859:28: style: The scope of the variable 'rad' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1860:16: style: The scope of the variable 'depth' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1860:29: style: The scope of the variable 'coeff' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1911:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:1913:16: style: The scope of the variable 'rgb' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2088:16: style: The scope of the variable 'sg' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2088:20: style: The scope of the variable 'gg' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2300:16: style: The scope of the variable 'ds' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2301:22: style: The scope of the variable 'shift1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2302:24: style: The scope of the variable 'px1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2302:29: style: The scope of the variable 'px2' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2302:34: style: The scope of the variable 'py1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2302:39: style: The scope of the variable 'py2' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2747:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:2925:19: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3024:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3024:20: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3024:24: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3024:28: style: The scope of the variable 'dist' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3025:17: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3025:24: style: The scope of the variable 'pix3' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3026:16: style: The scope of the variable 'f1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3026:20: style: The scope of the variable 'f2' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3178:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3179:13: style: The scope of the variable 'color' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3180:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3700:28: style: The scope of the variable 'temp2' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3701:24: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3936:24: style: The scope of the variable 'dist' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3942:24: style: The scope of the variable 'f1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:3942:28: style: The scope of the variable 'f2' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4210:16: style: The scope of the variable 'label' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4211:20: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4211:25: style: The scope of the variable 'NF' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4212:16: style: The scope of the variable 'trow' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4212:22: style: The scope of the variable 'tcol' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4212:28: style: The scope of the variable 'tpx' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4212:33: style: The scope of the variable 'tpy' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4212:38: style: The scope of the variable 'ipx' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4212:43: style: The scope of the variable 'ipy' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4213:26: style: The scope of the variable 'tpix' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4214:16: style: The scope of the variable 'blend' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4214:23: style: The scope of the variable 'f1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4214:27: style: The scope of the variable 'f3' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4215:17: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4215:24: style: The scope of the variable 'pix3' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4386:14: style: The scope of the variable 'pxb1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4799:13: style: The scope of the variable 'row' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4799:18: style: The scope of the variable 'col' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4799:23: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4799:28: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4800:13: style: The scope of the variable 'value' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4801:13: style: The scope of the variable 'cellname' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4802:14: style: The scope of the variable 'filename' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4802:24: style: The scope of the variable 'dirname' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4803:14: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4939:18: style: The scope of the variable 'f1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4939:22: style: The scope of the variable 'f2' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:4940:14: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.effects.cc:141:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:591:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:1054:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:1326:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:1575:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:1814:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:2029:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:2258:84: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:2484:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:3107:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:3212:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:3430:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:3646:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:4166:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:4756:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:5067:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:5276:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.effects.cc:5515:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:1477:29: warning: Either the condition 'if(newfile)' is redundant or there is possible null pointer dereference: newfile. [nullPointerRedundantCheck]
fotoxx-18.01.1/f.file.cc:1511:10: note: Assuming that condition 'if(newfile)' is not redundant
fotoxx-18.01.1/f.file.cc:1477:29: note: Null pointer dereference
fotoxx-18.01.1/f.file.cc:2859:20: warning: Either the condition 'if(newfile)' is redundant or there is possible null pointer dereference: newfile. [nullPointerRedundantCheck]
fotoxx-18.01.1/f.file.cc:2861:7: note: Assuming that condition 'if(newfile)' is not redundant
fotoxx-18.01.1/f.file.cc:2859:20: note: Null pointer dereference
fotoxx-18.01.1/f.file.cc:200:13: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.file.cc:256:19: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.file.cc:257:19: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.file.cc:345:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.file.cc:344:4: note: Variable 'file' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.file.cc:345:4: note: Variable 'file' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.file.cc:3512:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fotoxx-18.01.1/f.file.cc:156:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:291:22: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:331:22: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:370:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:526:21: style: The scope of the variable 'R' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:526:24: style: The scope of the variable 'C' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:1303:8: style: The scope of the variable 'rename_dialog_event' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:1543:8: style: The scope of the variable 'copymove_dialog_event' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:1626:22: style: The scope of the variable 'Nth' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:1850:8: style: The scope of the variable 'delete_trash_dialog_event' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:2186:11: style: The scope of the variable 'startup_counter' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:2272:14: style: The scope of the variable 'newfilename' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:2273:13: style: The scope of the variable 'newfiletype' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:3528:17: style: The scope of the variable 'tiff8' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:3533:16: style: The scope of the variable 'tiffstat' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:3534:16: style: The scope of the variable 'row1' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:3534:22: style: The scope of the variable 'row2' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:3534:28: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:3672:16: style: The scope of the variable 'tiffstat' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:3672:31: style: The scope of the variable 'col' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:3672:43: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:4334:30: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:4415:16: style: The scope of the variable 'txqual' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:4416:27: style: The scope of the variable 'pix2' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:4954:14: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:4954:21: style: The scope of the variable 'pix2' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5018:16: style: The scope of the variable 'pxl' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5018:21: style: The scope of the variable 'pyl' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5020:16: style: The scope of the variable 'px1a' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5020:22: style: The scope of the variable 'py1a' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5020:28: style: The scope of the variable 'px1b' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5020:34: style: The scope of the variable 'py1b' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5123:21: style: The scope of the variable 'pyl' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5480:37: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5480:44: style: The scope of the variable 'pix2' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5585:14: style: The scope of the variable 'pix2' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5623:14: style: The scope of the variable 'pix2' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5891:16: style: The scope of the variable 'pxl' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5891:21: style: The scope of the variable 'pyl' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5893:16: style: The scope of the variable 'px1a' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5893:22: style: The scope of the variable 'py1a' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5893:28: style: The scope of the variable 'px1b' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:5893:34: style: The scope of the variable 'py1b' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:6007:21: style: The scope of the variable 'pyl' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:6111:17: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:6111:24: style: The scope of the variable 'pix2' can be reduced. [variableScope]
fotoxx-18.01.1/f.file.cc:127:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:204:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:1133:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:1339:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:1404:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:1578:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:1884:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:2234:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:2663:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:2826:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.file.cc:153:29: style: Function 'add_recent_file' argument 1 names different: declaration 'file' definition 'newfile'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:797:30: note: Function 'add_recent_file' argument 1 names different: declaration 'file' definition 'newfile'.
fotoxx-18.01.1/f.file.cc:153:29: note: Function 'add_recent_file' argument 1 names different: declaration 'file' definition 'newfile'.
fotoxx-18.01.1/f.file.cc:794:19: style: Function 'f_open' argument 1 names different: declaration 'file' definition 'filespec'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:805:21: note: Function 'f_open' argument 1 names different: declaration 'file' definition 'filespec'.
fotoxx-18.01.1/f.file.cc:794:19: note: Function 'f_open' argument 1 names different: declaration 'file' definition 'filespec'.
fotoxx-18.01.1/f.file.cc:794:33: style: Function 'f_open' argument 2 names different: declaration 'n' definition 'Nth'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:805:31: note: Function 'f_open' argument 2 names different: declaration 'n' definition 'Nth'.
fotoxx-18.01.1/f.file.cc:794:33: note: Function 'f_open' argument 2 names different: declaration 'n' definition 'Nth'.
fotoxx-18.01.1/f.file.cc:794:42: style: Function 'f_open' argument 3 names different: declaration 'kp' definition 'Fkeep'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:805:42: note: Function 'f_open' argument 3 names different: declaration 'kp' definition 'Fkeep'.
fotoxx-18.01.1/f.file.cc:794:42: note: Function 'f_open' argument 3 names different: declaration 'kp' definition 'Fkeep'.
fotoxx-18.01.1/f.file.cc:794:53: style: Function 'f_open' argument 4 names different: declaration 'ak' definition 'Fack'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:805:54: note: Function 'f_open' argument 4 names different: declaration 'ak' definition 'Fack'.
fotoxx-18.01.1/f.file.cc:794:53: note: Function 'f_open' argument 4 names different: declaration 'ak' definition 'Fack'.
fotoxx-18.01.1/f.file.cc:794:63: style: Function 'f_open' argument 5 names different: declaration 'z' definition 'zoom'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:805:66: note: Function 'f_open' argument 5 names different: declaration 'z' definition 'zoom'.
fotoxx-18.01.1/f.file.cc:794:63: note: Function 'f_open' argument 5 names different: declaration 'z' definition 'zoom'.
fotoxx-18.01.1/f.file.cc:2566:34: style: Function 'f_save' argument 2 names different: declaration 'type' definition 'outype'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:829:36: note: Function 'f_save' argument 2 names different: declaration 'type' definition 'outype'.
fotoxx-18.01.1/f.file.cc:2566:34: note: Function 'f_save' argument 2 names different: declaration 'type' definition 'outype'.
fotoxx-18.01.1/f.file.cc:2566:46: style: Function 'f_save' argument 3 names different: declaration 'bpc' definition 'outbpc'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:829:46: note: Function 'f_save' argument 3 names different: declaration 'bpc' definition 'outbpc'.
fotoxx-18.01.1/f.file.cc:2566:46: note: Function 'f_save' argument 3 names different: declaration 'bpc' definition 'outbpc'.
fotoxx-18.01.1/f.file.cc:3057:25: style: Function 'linedit_open' argument 1 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:831:27: note: Function 'linedit_open' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3057:25: note: Function 'linedit_open' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3215:28: style: Function 'find_imagefiles' argument 1 names different: declaration 'dr' definition 'dirk'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:836:30: note: Function 'find_imagefiles' argument 1 names different: declaration 'dr' definition 'dirk'.
fotoxx-18.01.1/f.file.cc:3215:28: note: Function 'find_imagefiles' argument 1 names different: declaration 'dr' definition 'dirk'.
fotoxx-18.01.1/f.file.cc:3215:38: style: Function 'find_imagefiles' argument 2 names different: declaration 'fgs' definition 'flags'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:836:38: note: Function 'find_imagefiles' argument 2 names different: declaration 'fgs' definition 'flags'.
fotoxx-18.01.1/f.file.cc:3215:38: note: Function 'find_imagefiles' argument 2 names different: declaration 'fgs' definition 'flags'.
fotoxx-18.01.1/f.file.cc:3215:53: style: Function 'find_imagefiles' argument 3 names different: declaration 'fils' definition 'flist'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:836:51: note: Function 'find_imagefiles' argument 3 names different: declaration 'fils' definition 'flist'.
fotoxx-18.01.1/f.file.cc:3215:53: note: Function 'find_imagefiles' argument 3 names different: declaration 'fils' definition 'flist'.
fotoxx-18.01.1/f.file.cc:3215:65: style: Function 'find_imagefiles' argument 4 names different: declaration 'nf' definition 'NF'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:836:62: note: Function 'find_imagefiles' argument 4 names different: declaration 'nf' definition 'NF'.
fotoxx-18.01.1/f.file.cc:3215:65: note: Function 'find_imagefiles' argument 4 names different: declaration 'nf' definition 'NF'.
fotoxx-18.01.1/f.file.cc:3215:73: style: Function 'find_imagefiles' argument 5 names different: declaration 'zf' definition 'Finit'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:836:70: note: Function 'find_imagefiles' argument 5 names different: declaration 'zf' definition 'Finit'.
fotoxx-18.01.1/f.file.cc:3215:73: note: Function 'find_imagefiles' argument 5 names different: declaration 'zf' definition 'Finit'.
fotoxx-18.01.1/f.file.cc:3348:23: style: Function 'PXB_load' argument 1 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:841:23: note: Function 'PXB_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3348:23: note: Function 'PXB_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3348:33: style: Function 'PXB_load' argument 2 names different: declaration 'fack' definition 'Fack'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:841:37: note: Function 'PXB_load' argument 2 names different: declaration 'fack' definition 'Fack'.
fotoxx-18.01.1/f.file.cc:3348:33: note: Function 'PXB_load' argument 2 names different: declaration 'fack' definition 'Fack'.
fotoxx-18.01.1/f.file.cc:3447:23: style: Function 'PXM_load' argument 1 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:842:23: note: Function 'PXM_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3447:23: note: Function 'PXM_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3447:33: style: Function 'PXM_load' argument 2 names different: declaration 'fack' definition 'Fack'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:842:37: note: Function 'PXM_load' argument 2 names different: declaration 'fack' definition 'Fack'.
fotoxx-18.01.1/f.file.cc:3447:33: note: Function 'PXM_load' argument 2 names different: declaration 'fack' definition 'Fack'.
fotoxx-18.01.1/f.file.cc:3522:28: style: Function 'TIFF_PXB_load' argument 1 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:843:28: note: Function 'TIFF_PXB_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3522:28: note: Function 'TIFF_PXB_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3661:28: style: Function 'TIFF_PXM_load' argument 1 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:844:28: note: Function 'TIFF_PXM_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3661:28: note: Function 'TIFF_PXM_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3791:36: style: Function 'PXM_TIFF_save' argument 2 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:845:38: note: Function 'PXM_TIFF_save' argument 2 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3791:36: note: Function 'PXM_TIFF_save' argument 2 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3888:27: style: Function 'PNG_PXB_load' argument 1 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:846:27: note: Function 'PNG_PXB_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:3888:27: note: Function 'PNG_PXB_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4011:27: style: Function 'PNG_PXM_load' argument 1 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:847:27: note: Function 'PNG_PXM_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4011:27: note: Function 'PNG_PXM_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4140:35: style: Function 'PXM_PNG_save' argument 2 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:848:37: note: Function 'PXM_PNG_save' argument 2 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4140:35: note: Function 'PXM_PNG_save' argument 2 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4254:27: style: Function 'ANY_PXB_load' argument 1 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:849:27: note: Function 'ANY_PXB_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4254:27: note: Function 'ANY_PXB_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4328:27: style: Function 'ANY_PXM_load' argument 1 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:850:27: note: Function 'ANY_PXM_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4328:27: note: Function 'ANY_PXM_load' argument 1 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4411:35: style: Function 'PXM_ANY_save' argument 2 names different: declaration 'filespec' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:851:37: note: Function 'PXM_ANY_save' argument 2 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4411:35: note: Function 'PXM_ANY_save' argument 2 names different: declaration 'filespec' definition 'file'.
fotoxx-18.01.1/f.file.cc:4482:27: style: Function 'RAW_PXB_load' argument 1 names different: declaration 'filespec' definition 'rawfile'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:852:27: note: Function 'RAW_PXB_load' argument 1 names different: declaration 'filespec' definition 'rawfile'.
fotoxx-18.01.1/f.file.cc:4482:27: note: Function 'RAW_PXB_load' argument 1 names different: declaration 'filespec' definition 'rawfile'.
fotoxx-18.01.1/f.file.cc:4606:27: style: Function 'RAW_PXM_load' argument 1 names different: declaration 'filespec' definition 'rawfile'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:853:27: note: Function 'RAW_PXM_load' argument 1 names different: declaration 'filespec' definition 'rawfile'.
fotoxx-18.01.1/f.file.cc:4606:27: note: Function 'RAW_PXM_load' argument 1 names different: declaration 'filespec' definition 'rawfile'.
fotoxx-18.01.1/f.file.cc:4932:21: style: Function 'PXM_copy' argument 1 names different: declaration 'pxm' definition 'pxm1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:864:21: note: Function 'PXM_copy' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:4932:21: note: Function 'PXM_copy' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:4952:26: style: Function 'PXM_copy_area' argument 1 names different: declaration 'pxm' definition 'pxm1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:865:26: note: Function 'PXM_copy_area' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:4952:26: note: Function 'PXM_copy_area' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:4952:56: style: Function 'PXM_copy_area' argument 4 names different: declaration 'ww' definition 'ww2'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:865:55: note: Function 'PXM_copy_area' argument 4 names different: declaration 'ww' definition 'ww2'.
fotoxx-18.01.1/f.file.cc:4952:56: note: Function 'PXM_copy_area' argument 4 names different: declaration 'ww' definition 'ww2'.
fotoxx-18.01.1/f.file.cc:4952:65: style: Function 'PXM_copy_area' argument 5 names different: declaration 'hh' definition 'hh2'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:865:63: note: Function 'PXM_copy_area' argument 5 names different: declaration 'hh' definition 'hh2'.
fotoxx-18.01.1/f.file.cc:4952:65: note: Function 'PXM_copy_area' argument 5 names different: declaration 'hh' definition 'hh2'.
fotoxx-18.01.1/f.file.cc:5010:24: style: Function 'PXM_rescale' argument 1 names different: declaration 'pxm' definition 'pxm1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:867:24: note: Function 'PXM_rescale' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:5010:24: note: Function 'PXM_rescale' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:5195:23: style: Function 'PXM_rotate' argument 1 names different: declaration 'pxm' definition 'pxm1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:868:23: note: Function 'PXM_rotate' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:5195:23: note: Function 'PXM_rotate' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:5195:35: style: Function 'PXM_rotate' argument 2 names different: declaration 'angle' definition 'anglex'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:868:34: note: Function 'PXM_rotate' argument 2 names different: declaration 'angle' definition 'anglex'.
fotoxx-18.01.1/f.file.cc:5195:35: note: Function 'PXM_rotate' argument 2 names different: declaration 'angle' definition 'anglex'.
fotoxx-18.01.1/f.file.cc:5446:24: style: Function 'PXB_make' argument 1 names different: declaration 'pixbuf' definition 'pixbuf1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:871:24: note: Function 'PXB_make' argument 1 names different: declaration 'pixbuf' definition 'pixbuf1'.
fotoxx-18.01.1/f.file.cc:5446:24: note: Function 'PXB_make' argument 1 names different: declaration 'pixbuf' definition 'pixbuf1'.
fotoxx-18.01.1/f.file.cc:5527:21: style: Function 'PXB_copy' argument 1 names different: declaration 'pxb' definition 'pxb1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:874:21: note: Function 'PXB_copy' argument 1 names different: declaration 'pxb' definition 'pxb1'.
fotoxx-18.01.1/f.file.cc:5527:21: note: Function 'PXB_copy' argument 1 names different: declaration 'pxb' definition 'pxb1'.
fotoxx-18.01.1/f.file.cc:5547:24: style: Function 'PXB_rescale' argument 1 names different: declaration 'pxb' definition 'pxb1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:875:24: note: Function 'PXB_rescale' argument 1 names different: declaration 'pxb' definition 'pxb1'.
fotoxx-18.01.1/f.file.cc:5547:24: note: Function 'PXB_rescale' argument 1 names different: declaration 'pxb' definition 'pxb1'.
fotoxx-18.01.1/f.file.cc:5547:34: style: Function 'PXB_rescale' argument 2 names different: declaration 'ww' definition 'ww2'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:875:33: note: Function 'PXB_rescale' argument 2 names different: declaration 'ww' definition 'ww2'.
fotoxx-18.01.1/f.file.cc:5547:34: note: Function 'PXB_rescale' argument 2 names different: declaration 'ww' definition 'ww2'.
fotoxx-18.01.1/f.file.cc:5547:43: style: Function 'PXB_rescale' argument 3 names different: declaration 'hh' definition 'hh2'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:875:41: note: Function 'PXB_rescale' argument 3 names different: declaration 'hh' definition 'hh2'.
fotoxx-18.01.1/f.file.cc:5547:43: note: Function 'PXB_rescale' argument 3 names different: declaration 'hh' definition 'hh2'.
fotoxx-18.01.1/f.file.cc:5563:23: style: Function 'PXB_rotate' argument 1 names different: declaration 'pxb' definition 'pxb1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:876:23: note: Function 'PXB_rotate' argument 1 names different: declaration 'pxb' definition 'pxb1'.
fotoxx-18.01.1/f.file.cc:5563:23: note: Function 'PXB_rotate' argument 1 names different: declaration 'pxb' definition 'pxb1'.
fotoxx-18.01.1/f.file.cc:5582:25: style: Function 'PXM_PXB_copy' argument 1 names different: declaration 'pxm' definition 'pxm1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:878:25: note: Function 'PXM_PXB_copy' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:5582:25: note: Function 'PXM_PXB_copy' argument 1 names different: declaration 'pxm' definition 'pxm1'.
fotoxx-18.01.1/f.file.cc:1649:7: style: Variable 'Fcopy' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/f.file.cc:2317:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/f.gallery.cc:2270:8: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fotoxx-18.01.1/f.gallery.cc:2269:12: note: outer condition: nn
fotoxx-18.01.1/f.gallery.cc:2270:8: note: opposite inner condition: !nn
fotoxx-18.01.1/f.gallery.cc:996:13: style: Variable 'rating' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.gallery.cc:995:13: note: Variable 'rating' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.gallery.cc:996:13: note: Variable 'rating' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.gallery.cc:199:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:199:33: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:202:25: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:203:20: style: The scope of the variable 'cc1' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:203:25: style: The scope of the variable 'cc2' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:204:16: style: The scope of the variable 'NF' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:204:20: style: The scope of the variable 'flags' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:206:17: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:769:17: style: The scope of the variable 'pxbT' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:774:16: style: The scope of the variable 'thumx' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:774:23: style: The scope of the variable 'thumy' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:775:17: style: The scope of the variable 'fspec' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:775:24: style: The scope of the variable 'p0' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:877:17: style: The scope of the variable 'pxbT' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:881:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:884:16: style: The scope of the variable 'thumx' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:884:23: style: The scope of the variable 'thumy' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:886:17: style: The scope of the variable 'fspec' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:886:24: style: The scope of the variable 'p0' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1048:14: style: The scope of the variable 'file' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1049:17: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1117:35: style: The scope of the variable 'pfont' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1121:19: style: The scope of the variable 'thumbfont' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1482:24: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1804:13: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1804:18: style: The scope of the variable 'top' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1804:23: style: The scope of the variable 'mpos' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1804:29: style: The scope of the variable 'speed' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1888:19: style: The scope of the variable 'row2' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:2000:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:2000:29: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:2001:20: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:2001:24: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3119:23: style: The scope of the variable 'Nth' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3200:14: style: The scope of the variable 'ftemp' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3286:19: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3286:23: style: The scope of the variable 'incr' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3349:13: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3349:17: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3518:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3519:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3519:22: style: The scope of the variable 'pp2' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3520:17: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3629:16: style: The scope of the variable 'bmkfile' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3630:16: style: The scope of the variable 'bookmarkname' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3631:17: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3632:16: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:3687:13: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:4024:21: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:4025:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.gallery.cc:1564:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.gallery.cc:2925:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.gallery.cc:3037:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.gallery.cc:3484:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.gallery.cc:3734:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.gallery.cc:3923:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.gallery.cc:767:40: style: Function 'gallery_paintmeta' argument 1 names different: declaration 'Gdrawin' definition 'drwin'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.gallery.cc:128:40: note: Function 'gallery_paintmeta' argument 1 names different: declaration 'Gdrawin' definition 'drwin'.
fotoxx-18.01.1/f.gallery.cc:767:40: note: Function 'gallery_paintmeta' argument 1 names different: declaration 'Gdrawin' definition 'drwin'.
fotoxx-18.01.1/f.gallery.cc:875:39: style: Function 'gallery_listview' argument 1 names different: declaration 'Gdrawin' definition 'drwin'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.gallery.cc:129:39: note: Function 'gallery_listview' argument 1 names different: declaration 'Gdrawin' definition 'drwin'.
fotoxx-18.01.1/f.gallery.cc:875:39: note: Function 'gallery_listview' argument 1 names different: declaration 'Gdrawin' definition 'drwin'.
fotoxx-18.01.1/f.gallery.cc:1115:51: style: Function 'draw_text' argument 3 names different: declaration 'x' definition 'px'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.gallery.cc:131:50: note: Function 'draw_text' argument 3 names different: declaration 'x' definition 'px'.
fotoxx-18.01.1/f.gallery.cc:1115:51: note: Function 'draw_text' argument 3 names different: declaration 'x' definition 'px'.
fotoxx-18.01.1/f.gallery.cc:1115:59: style: Function 'draw_text' argument 4 names different: declaration 'y' definition 'py'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.gallery.cc:131:57: note: Function 'draw_text' argument 4 names different: declaration 'y' definition 'py'.
fotoxx-18.01.1/f.gallery.cc:1115:59: note: Function 'draw_text' argument 4 names different: declaration 'y' definition 'py'.
fotoxx-18.01.1/f.gallery.cc:1383:53: style: Function 'navibutt_clicked' argument 2 names different: declaration 'level' definition 'lev'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.gallery.cc:136:46: note: Function 'navibutt_clicked' argument 2 names different: declaration 'level' definition 'lev'.
fotoxx-18.01.1/f.gallery.cc:1383:53: note: Function 'navibutt_clicked' argument 2 names different: declaration 'level' definition 'lev'.
fotoxx-18.01.1/f.gallery.cc:1802:33: style: Function 'gallery_dropfile' argument 1 names different: declaration 'mx' definition 'mousex'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:182:32: note: Function 'gallery_dropfile' argument 1 names different: declaration 'mx' definition 'mousex'.
fotoxx-18.01.1/f.gallery.cc:1802:33: note: Function 'gallery_dropfile' argument 1 names different: declaration 'mx' definition 'mousex'.
fotoxx-18.01.1/f.gallery.cc:1802:45: style: Function 'gallery_dropfile' argument 2 names different: declaration 'my' definition 'mousey'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:182:40: note: Function 'gallery_dropfile' argument 2 names different: declaration 'my' definition 'mousey'.
fotoxx-18.01.1/f.gallery.cc:1802:45: note: Function 'gallery_dropfile' argument 2 names different: declaration 'my' definition 'mousey'.
fotoxx-18.01.1/f.gallery.cc:2711:39: style: Function 'make_thumbnail_pixbuf' argument 1 names different: declaration 'filename' definition 'imagefile'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:1139:39: note: Function 'make_thumbnail_pixbuf' argument 1 names different: declaration 'filename' definition 'imagefile'.
fotoxx-18.01.1/f.gallery.cc:2711:39: note: Function 'make_thumbnail_pixbuf' argument 1 names different: declaration 'filename' definition 'imagefile'.
fotoxx-18.01.1/f.gallery.cc:2835:25: style: Function 'preload_thumbs' argument 1 names different: declaration 'targetfile' definition 'targfile'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:1142:29: note: Function 'preload_thumbs' argument 1 names different: declaration 'targetfile' definition 'targfile'.
fotoxx-18.01.1/f.gallery.cc:2835:25: note: Function 'preload_thumbs' argument 1 names different: declaration 'targetfile' definition 'targfile'.
fotoxx-18.01.1/f.gallery.cc:3347:43: style: Function 'callbackfunc' argument 1 names different: declaration 'textwidget' definition 'widget'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.gallery.cc:2991:33: note: Function 'callbackfunc' argument 1 names different: declaration 'textwidget' definition 'widget'.
fotoxx-18.01.1/f.gallery.cc:3347:43: note: Function 'callbackfunc' argument 1 names different: declaration 'textwidget' definition 'widget'.
fotoxx-18.01.1/f.gallery.cc:3550:65: style: Function 'bookmarks_callbackfunc' argument 4 names different: declaration 'kbfunc' definition 'kbkey'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.gallery.cc:3447:65: note: Function 'bookmarks_callbackfunc' argument 4 names different: declaration 'kbfunc' definition 'kbkey'.
fotoxx-18.01.1/f.gallery.cc:3550:65: note: Function 'bookmarks_callbackfunc' argument 4 names different: declaration 'kbfunc' definition 'kbkey'.
fotoxx-18.01.1/f.mashup.cc:2661:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.mashup.cc:2952:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.mashup.cc:239:8: warning: Possible null pointer dereference: choice [nullPointer]
fotoxx-18.01.1/f.mashup.cc:173:26: note: Assignment 'choice=0', assigned value is 0
fotoxx-18.01.1/f.mashup.cc:239:8: note: Null pointer dereference
fotoxx-18.01.1/f.mashup.cc:1126:10: style: Variable 'cc' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.mashup.cc:1125:10: note: Variable 'cc' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.mashup.cc:1126:10: note: Variable 'cc' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.mashup.cc:444:17: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:446:25: style: The scope of the variable 'file2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1147:17: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1149:13: style: The scope of the variable 'scaleR' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1349:13: style: The scope of the variable 'scale' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1349:20: style: The scope of the variable 'angle' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1524:13: style: The scope of the variable 'px1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1524:18: style: The scope of the variable 'py1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1524:23: style: The scope of the variable 'px2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1524:28: style: The scope of the variable 'py2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1524:33: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1525:13: style: The scope of the variable 'dx1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1525:18: style: The scope of the variable 'dy1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1525:23: style: The scope of the variable 'dx2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1525:28: style: The scope of the variable 'dy2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1525:33: style: The scope of the variable 'vstat' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1526:13: style: The scope of the variable 'vpix' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1648:20: style: The scope of the variable 'Mii' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1648:29: style: The scope of the variable 'vcc' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1649:16: style: The scope of the variable 'distx' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1649:23: style: The scope of the variable 'disty' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1649:36: style: The scope of the variable 'mindist' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1650:16: style: The scope of the variable 'pxlo' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1650:22: style: The scope of the variable 'pylo' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1650:28: style: The scope of the variable 'pxhi' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1650:34: style: The scope of the variable 'pyhi' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1651:16: style: The scope of the variable 'cenx' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1651:22: style: The scope of the variable 'ceny' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1866:17: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1933:21: style: The scope of the variable 'wcc' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1933:26: style: The scope of the variable 'Mii' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1934:21: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1934:25: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1934:29: style: The scope of the variable 'dw' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1934:33: style: The scope of the variable 'dh' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1935:13: style: The scope of the variable 'distx' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1935:20: style: The scope of the variable 'disty' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1935:27: style: The scope of the variable 'dist' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1935:33: style: The scope of the variable 'mindist' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1936:13: style: The scope of the variable 'pxlo' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1936:19: style: The scope of the variable 'pylo' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1936:25: style: The scope of the variable 'pxhi' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1936:31: style: The scope of the variable 'pyhi' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1937:13: style: The scope of the variable 'cenx' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1937:19: style: The scope of the variable 'ceny' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1937:25: style: The scope of the variable 'ww1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:1937:30: style: The scope of the variable 'hh1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2127:17: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2127:29: style: The scope of the variable 'vstat' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2128:13: style: The scope of the variable 'ww1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2128:18: style: The scope of the variable 'hh1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2128:23: style: The scope of the variable 'ww2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2128:28: style: The scope of the variable 'hh2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2131:13: style: The scope of the variable 'vpix' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2193:17: style: The scope of the variable 'ww1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2193:22: style: The scope of the variable 'hh1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2524:17: style: The scope of the variable 'font_dialog' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2526:20: style: The scope of the variable 'size' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2527:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2718:24: style: The scope of the variable 'red' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2718:29: style: The scope of the variable 'green' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:2718:36: style: The scope of the variable 'blue' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3009:24: style: The scope of the variable 'red' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3009:29: style: The scope of the variable 'green' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3009:36: style: The scope of the variable 'blue' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3053:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3153:16: style: The scope of the variable 'pxlo' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3153:22: style: The scope of the variable 'pxhi' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3153:28: style: The scope of the variable 'pylo' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3153:34: style: The scope of the variable 'pyhi' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3154:20: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3154:24: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3155:24: style: The scope of the variable 'ww2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3155:29: style: The scope of the variable 'hh2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3156:16: style: The scope of the variable 'cosT' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3156:22: style: The scope of the variable 'sinT' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3249:16: style: The scope of the variable 'minMcen' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3249:25: style: The scope of the variable 'minMcor' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3249:34: style: The scope of the variable 'minTcen' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3249:43: style: The scope of the variable 'minTcor' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3249:52: style: The scope of the variable 'minLcen' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3249:61: style: The scope of the variable 'minLcor' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3252:16: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3252:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3255:16: style: The scope of the variable 'dist' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3255:36: style: The scope of the variable 'Cdist' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3255:43: style: The scope of the variable 'Mdist' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3255:50: style: The scope of the variable 'Mdist0' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3256:16: style: The scope of the variable 'expand' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3256:24: style: The scope of the variable 'contract' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3257:16: style: The scope of the variable 'scale' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3257:31: style: The scope of the variable 'size' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3258:16: style: The scope of the variable 'px0' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3258:21: style: The scope of the variable 'py0' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3258:46: style: The scope of the variable 'px3' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3258:51: style: The scope of the variable 'py3' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3259:16: style: The scope of the variable 'tx0' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3259:21: style: The scope of the variable 'ty0' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3259:26: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3259:31: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3259:36: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3259:41: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3259:46: style: The scope of the variable 'tx3' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3259:51: style: The scope of the variable 'ty3' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3260:16: style: The scope of the variable 'Vcx' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3260:21: style: The scope of the variable 'Vcy' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3260:26: style: The scope of the variable 'Vmx' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3260:31: style: The scope of the variable 'Vmy' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3261:16: style: The scope of the variable 'sinT' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3261:22: style: The scope of the variable 'cosT' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3849:19: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:3849:23: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4470:16: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4513:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4515:13: style: The scope of the variable 'row' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4515:23: style: The scope of the variable 'bott' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4550:30: style: The scope of the variable 'col' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4551:13: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4551:17: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4551:27: style: The scope of the variable 'bott' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4553:24: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4622:26: style: The scope of the variable 'colii' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4623:29: style: The scope of the variable 'maxdiff' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4624:13: style: The scope of the variable 'bestii' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4710:23: style: The scope of the variable 'diff' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4754:17: style: The scope of the variable 'lox' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4754:22: style: The scope of the variable 'hix' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4754:27: style: The scope of the variable 'loy' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4754:32: style: The scope of the variable 'hiy' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4755:13: style: The scope of the variable 'flox' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4755:19: style: The scope of the variable 'fhix' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4755:25: style: The scope of the variable 'floy' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:4755:31: style: The scope of the variable 'fhiy' can be reduced. [variableScope]
fotoxx-18.01.1/f.mashup.cc:207:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:291:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:405:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:483:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:499:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:822:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:1065:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:1267:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:1584:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:1839:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:2450:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:2652:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:2785:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:2942:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:4189:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:4319:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:4407:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:4427:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:4429:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:4430:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.mashup.cc:1521:42: style: Function 'image_rescale' argument 2 names different: declaration 'scale2' definition 'scale'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.mashup.cc:125:38: note: Function 'image_rescale' argument 2 names different: declaration 'scale2' definition 'scale'.
fotoxx-18.01.1/f.mashup.cc:1521:42: note: Function 'image_rescale' argument 2 names different: declaration 'scale2' definition 'scale'.
fotoxx-18.01.1/f.mashup.cc:4792:30: style: Function 'montage_Lclick_func' argument 1 names different: declaration 'mx' definition 'mousex'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:1080:31: note: Function 'montage_Lclick_func' argument 1 names different: declaration 'mx' definition 'mousex'.
fotoxx-18.01.1/f.mashup.cc:4792:30: note: Function 'montage_Lclick_func' argument 1 names different: declaration 'mx' definition 'mousex'.
fotoxx-18.01.1/f.mashup.cc:4792:42: style: Function 'montage_Lclick_func' argument 2 names different: declaration 'my' definition 'mousey'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:1080:39: note: Function 'montage_Lclick_func' argument 2 names different: declaration 'my' definition 'mousey'.
fotoxx-18.01.1/f.mashup.cc:4792:42: note: Function 'montage_Lclick_func' argument 2 names different: declaration 'my' definition 'mousey'.
fotoxx-18.01.1/f.mashup.cc:849:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/f.mashup.cc:880:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/f.mashup.cc:2579:32: error: Undefined behavior: Variable 'font' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fotoxx-18.01.1/f.meta.cc:713:15: error: Array 'itemlist[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fotoxx-18.01.1/f.meta.cc:706:7: note: After for loop, ii has value 20
fotoxx-18.01.1/f.meta.cc:713:15: note: Array index out of bounds
fotoxx-18.01.1/f.meta.cc:3465:18: error: Array 'itemlist[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fotoxx-18.01.1/f.meta.cc:3458:10: note: After for loop, ii has value 20
fotoxx-18.01.1/f.meta.cc:3465:18: note: Array index out of bounds
fotoxx-18.01.1/f.meta.cc:6760:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.meta.cc:9576:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.meta.cc:9763:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/f.meta.cc:3952:23: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3953:23: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3957:19: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3958:19: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3962:17: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3963:17: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3978:17: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3979:17: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3983:23: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3984:23: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3988:19: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:3989:19: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:9575:19: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:9762:12: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.meta.cc:2831:4: style: Variable 'zstat' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.meta.cc:2827:4: note: Variable 'zstat' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:2831:4: note: Variable 'zstat' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:3166:4: style: Variable 'zstat' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.meta.cc:3163:4: note: Variable 'zstat' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:3166:4: note: Variable 'zstat' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:3363:4: style: Variable 'zstat' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.meta.cc:3362:4: note: Variable 'zstat' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:3363:4: note: Variable 'zstat' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:4010:4: style: Variable 'year' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.meta.cc:4007:4: note: Variable 'year' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:4010:4: note: Variable 'year' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:4013:4: style: Variable 'month' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.meta.cc:4007:11: note: Variable 'month' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:4013:4: note: Variable 'month' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:4016:4: style: Variable 'day' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.meta.cc:4007:19: note: Variable 'day' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:4016:4: note: Variable 'day' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:6876:4: style: Variable 'pp1' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.meta.cc:6875:4: note: Variable 'pp1' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:6876:4: note: Variable 'pp1' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.meta.cc:369:20: style: The scope of the variable 'pp2' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:630:10: style: The scope of the variable 'meta_view_dialog_event' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:688:33: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:688:37: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:747:10: style: The scope of the variable 'editmeta_dialog_event' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:749:14: style: The scope of the variable 'mapquest' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:751:17: style: The scope of the variable 'widget' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1079:14: style: The scope of the variable 'metadate' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1079:25: style: The scope of the variable 'metatime' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1080:14: style: The scope of the variable 'errmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1081:21: style: The scope of the variable 'nt' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1081:35: style: The scope of the variable 'ff' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1081:39: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1083:13: style: The scope of the variable 'catgname' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1084:28: style: The scope of the variable 'matchtags' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1089:13: style: The scope of the variable 'flati' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1089:20: style: The scope of the variable 'flongi' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1487:28: style: The scope of the variable 'catg' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1488:16: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1537:10: style: The scope of the variable 'meta_edit_any_dialog_event' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1541:17: style: The scope of the variable 'mtext' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1542:16: style: The scope of the variable 'filename' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1542:31: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1543:17: style: The scope of the variable 'pp1' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1544:17: style: The scope of the variable 'pp2' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1545:17: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1748:10: style: The scope of the variable 'meta_delete_dialog_event' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1931:24: style: The scope of the variable 'file' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:1932:31: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:2271:13: style: The scope of the variable 'catgname' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:2272:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:2272:21: style: The scope of the variable 'nt' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:2272:35: style: The scope of the variable 'ff' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:2274:28: style: The scope of the variable 'matchtags' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:2700:16: style: The scope of the variable 'catgname' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3017:13: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3254:16: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3433:13: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3434:14: style: The scope of the variable 'itemlist' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3434:33: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3434:37: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3435:14: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3436:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3716:19: style: The scope of the variable 'yn' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3716:37: style: The scope of the variable 'newgroup' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:3718:20: style: The scope of the variable 'xxrec' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:4152:16: style: The scope of the variable 'yn' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:4155:17: style: The scope of the variable 'xxrec' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:4439:16: style: The scope of the variable 'yn' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:5184:9: style: The scope of the variable 'searchimages_metadata_select' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:5187:18: style: The scope of the variable 'iif' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:5483:24: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:5543:17: style: The scope of the variable 'pps' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:5604:14: style: The scope of the variable 'file' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:5920:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:5957:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6242:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6399:20: style: The scope of the variable 'pp1' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6439:14: style: The scope of the variable 'pp1' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6470:32: style: The scope of the variable 'tagsbuff' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6559:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6559:21: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6560:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6916:13: style: The scope of the variable 'flati' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6916:20: style: The scope of the variable 'flongi' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:6918:13: style: The scope of the variable 'yn' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:7213:29: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:7763:13: style: The scope of the variable 'plati' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:7763:26: style: The scope of the variable 'plongi' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:7831:16: style: The scope of the variable 'text' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:8235:13: style: The scope of the variable 'plati' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:8235:26: style: The scope of the variable 'plongi' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:8347:16: style: The scope of the variable 'text' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:8550:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:8804:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9095:21: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9096:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9096:22: style: The scope of the variable 'command' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9175:21: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9176:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9176:22: style: The scope of the variable 'command' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9255:21: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9256:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9256:22: style: The scope of the variable 'command' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9335:21: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9336:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9336:22: style: The scope of the variable 'command' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9463:21: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:9737:19: style: The scope of the variable 'indexfile' can be reduced. [variableScope]
fotoxx-18.01.1/f.meta.cc:242:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:475:79: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:655:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:813:82: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:1423:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:1579:82: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:1777:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:1968:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:2490:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:2782:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:3099:90: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:3203:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:3354:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:3522:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:3745:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:4489:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:5326:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:6309:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:7112:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:7409:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:7511:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:8074:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:8585:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:8983:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.meta.cc:6394:40: style: Function 'deftags_stuff' argument 2 names different: declaration 'catg' definition 'acatg'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.meta.cc:135:41: note: Function 'deftags_stuff' argument 2 names different: declaration 'catg' definition 'acatg'.
fotoxx-18.01.1/f.meta.cc:6394:40: note: Function 'deftags_stuff' argument 2 names different: declaration 'catg' definition 'acatg'.
fotoxx-18.01.1/f.meta.cc:7299:54: style: Function 'validate_latlong' argument 3 names different: declaration 'flat' definition 'flati'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.meta.cc:143:56: note: Function 'validate_latlong' argument 3 names different: declaration 'flat' definition 'flati'.
fotoxx-18.01.1/f.meta.cc:7299:54: note: Function 'validate_latlong' argument 3 names different: declaration 'flat' definition 'flati'.
fotoxx-18.01.1/f.meta.cc:7299:68: style: Function 'validate_latlong' argument 4 names different: declaration 'flong' definition 'flongi'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.meta.cc:143:69: note: Function 'validate_latlong' argument 4 names different: declaration 'flong' definition 'flongi'.
fotoxx-18.01.1/f.meta.cc:7299:68: note: Function 'validate_latlong' argument 4 names different: declaration 'flong' definition 'flongi'.
fotoxx-18.01.1/f.meta.cc:7682:54: style: Function 'filemap_position' argument 3 names different: declaration 'mx' definition 'px'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.meta.cc:7461:56: note: Function 'filemap_position' argument 3 names different: declaration 'mx' definition 'px'.
fotoxx-18.01.1/f.meta.cc:7682:54: note: Function 'filemap_position' argument 3 names different: declaration 'mx' definition 'px'.
fotoxx-18.01.1/f.meta.cc:7682:63: style: Function 'filemap_position' argument 4 names different: declaration 'my' definition 'py'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.meta.cc:7461:65: note: Function 'filemap_position' argument 4 names different: declaration 'my' definition 'py'.
fotoxx-18.01.1/f.meta.cc:7682:63: note: Function 'filemap_position' argument 4 names different: declaration 'my' definition 'py'.
fotoxx-18.01.1/f.meta.cc:7721:29: style: Function 'filemap_coordinates' argument 1 names different: declaration 'mx' definition 'px'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.meta.cc:7462:31: note: Function 'filemap_coordinates' argument 1 names different: declaration 'mx' definition 'px'.
fotoxx-18.01.1/f.meta.cc:7721:29: note: Function 'filemap_coordinates' argument 1 names different: declaration 'mx' definition 'px'.
fotoxx-18.01.1/f.meta.cc:7721:37: style: Function 'filemap_coordinates' argument 2 names different: declaration 'my' definition 'py'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.meta.cc:7462:39: note: Function 'filemap_coordinates' argument 2 names different: declaration 'my' definition 'py'.
fotoxx-18.01.1/f.meta.cc:7721:37: note: Function 'filemap_coordinates' argument 2 names different: declaration 'my' definition 'py'.
fotoxx-18.01.1/f.meta.cc:8802:48: style: Function 'exif_get' argument 3 names different: declaration 'kdat' definition 'kdata'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:926:50: note: Function 'exif_get' argument 3 names different: declaration 'kdat' definition 'kdata'.
fotoxx-18.01.1/f.meta.cc:8802:48: note: Function 'exif_get' argument 3 names different: declaration 'kdat' definition 'kdata'.
fotoxx-18.01.1/f.meta.cc:8802:59: style: Function 'exif_get' argument 4 names different: declaration 'nk' definition 'nkeys'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:926:60: note: Function 'exif_get' argument 4 names different: declaration 'nk' definition 'nkeys'.
fotoxx-18.01.1/f.meta.cc:8802:59: note: Function 'exif_get' argument 4 names different: declaration 'nk' definition 'nkeys'.
fotoxx-18.01.1/f.meta.cc:8893:49: style: Function 'exif_put' argument 3 names different: declaration 'kdat' definition 'kdata'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:927:51: note: Function 'exif_put' argument 3 names different: declaration 'kdat' definition 'kdata'.
fotoxx-18.01.1/f.meta.cc:8893:49: note: Function 'exif_put' argument 3 names different: declaration 'kdat' definition 'kdata'.
fotoxx-18.01.1/f.meta.cc:8893:60: style: Function 'exif_put' argument 4 names different: declaration 'nk' definition 'nkeys'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:927:61: note: Function 'exif_put' argument 4 names different: declaration 'nk' definition 'nkeys'.
fotoxx-18.01.1/f.meta.cc:8893:60: note: Function 'exif_put' argument 4 names different: declaration 'nk' definition 'nkeys'.
fotoxx-18.01.1/f.meta.cc:8960:22: style: Function 'exif_copy' argument 1 names different: declaration 'f1' definition 'file1'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:928:24: note: Function 'exif_copy' argument 1 names different: declaration 'f1' definition 'file1'.
fotoxx-18.01.1/f.meta.cc:8960:22: note: Function 'exif_copy' argument 1 names different: declaration 'f1' definition 'file1'.
fotoxx-18.01.1/f.meta.cc:8960:36: style: Function 'exif_copy' argument 2 names different: declaration 'f2' definition 'file2'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:928:35: note: Function 'exif_copy' argument 2 names different: declaration 'f2' definition 'file2'.
fotoxx-18.01.1/f.meta.cc:8960:36: note: Function 'exif_copy' argument 2 names different: declaration 'f2' definition 'file2'.
fotoxx-18.01.1/f.meta.cc:8960:65: style: Function 'exif_copy' argument 4 names different: declaration 'kdat' definition 'kdata'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:928:61: note: Function 'exif_copy' argument 4 names different: declaration 'kdat' definition 'kdata'.
fotoxx-18.01.1/f.meta.cc:8960:65: note: Function 'exif_copy' argument 4 names different: declaration 'kdat' definition 'kdata'.
fotoxx-18.01.1/f.meta.cc:8960:76: style: Function 'exif_copy' argument 5 names different: declaration 'nk' definition 'nkeys'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:928:71: note: Function 'exif_copy' argument 5 names different: declaration 'nk' definition 'nkeys'.
fotoxx-18.01.1/f.meta.cc:8960:76: note: Function 'exif_copy' argument 5 names different: declaration 'nk' definition 'nkeys'.
fotoxx-18.01.1/f.meta.cc:7703:13: style: Variable 'flati1' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/f.meta.cc:7741:13: style: Variable 'flati1' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/f.meta.cc:7868:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/f.process.cc:1902:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.process.cc:1899:7: note: Variable 'err' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.process.cc:1902:7: note: Variable 'err' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.process.cc:552:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:552:21: style: The scope of the variable 'badplug' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:553:16: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:554:17: style: The scope of the variable 'ploc' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:555:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:555:28: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:556:17: style: The scope of the variable 'ovpxb' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1030:17: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1031:17: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1199:17: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1484:17: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1484:22: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1485:13: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1485:29: style: The scope of the variable 'ploc' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1591:13: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1734:13: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:1779:13: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:2073:13: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:2454:14: style: The scope of the variable 'file' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:2455:13: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:2500:17: style: The scope of the variable 'infile' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:2500:36: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:2611:13: style: The scope of the variable 'countmess' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:2612:14: style: The scope of the variable 'ploc' can be reduced. [variableScope]
fotoxx-18.01.1/f.process.cc:123:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:290:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:913:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:1114:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:1287:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:1611:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:2024:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:2136:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:2391:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:2523:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.process.cc:298:33: style: Array index 'cc' is used before limits check. [arrayIndexThenCheck]
fotoxx-18.01.1/f.process.cc:656:28: style: Array index 'cc' is used before limits check. [arrayIndexThenCheck]
fotoxx-18.01.1/f.repair.cc:738:13: style: The scope of the variable 'rad' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:738:18: style: The scope of the variable 'radflat2' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:738:28: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:738:32: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:739:13: style: The scope of the variable 'kern' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:780:33: style: The scope of the variable 'Fstart' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:781:13: style: The scope of the variable 'kern' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:980:24: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:981:16: style: The scope of the variable 'rad' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:981:21: style: The scope of the variable 'radflat2' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:982:16: style: The scope of the variable 'm' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:982:25: style: The scope of the variable 'sum' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:1048:31: style: The scope of the variable 'f1' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:1048:35: style: The scope of the variable 'f2' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:1494:26: style: The scope of the variable 'sum' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:1494:31: style: The scope of the variable 'sum2' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:1540:29: style: The scope of the variable 'ns' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:1721:20: style: The scope of the variable 'thold' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2231:28: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2231:32: style: The scope of the variable 'hh' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2289:26: style: The scope of the variable 'cx1' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2289:31: style: The scope of the variable 'cy1' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2291:16: style: The scope of the variable 'Tnpix' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2293:16: style: The scope of the variable 'Tsum' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2293:35: style: The scope of the variable 'Tavg' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2293:41: style: The scope of the variable 'Ravg' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2935:20: style: The scope of the variable 'm2' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:2937:16: style: The scope of the variable 'fmag' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:3071:13: style: The scope of the variable 'shiftall' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:3864:13: style: The scope of the variable 'H' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:4011:16: style: The scope of the variable 'color' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:4432:16: style: The scope of the variable 'button' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:4434:16: style: The scope of the variable 'text' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:4435:16: style: The scope of the variable 'val1' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:4435:22: style: The scope of the variable 'val3' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:4591:16: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:4591:20: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:4901:13: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:4901:17: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:5303:16: style: The scope of the variable 'radius' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:5304:16: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:5710:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:5799:13: style: The scope of the variable 'd1' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:5799:17: style: The scope of the variable 'd2' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:6291:16: style: The scope of the variable 'group' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:6291:23: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:6607:21: style: The scope of the variable 'dist' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:6608:23: style: The scope of the variable 'f1' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:6608:27: style: The scope of the variable 'f2' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7046:10: style: The scope of the variable 'stuck_pixels' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7134:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7134:18: style: The scope of the variable 'file' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7135:14: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7136:20: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7136:24: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7194:17: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7194:21: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7194:25: style: The scope of the variable 'size' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7385:42: style: The scope of the variable 'pix5' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7385:49: style: The scope of the variable 'pix6' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7385:56: style: The scope of the variable 'pix7' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7385:63: style: The scope of the variable 'pix8' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7385:70: style: The scope of the variable 'pix9' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7438:10: style: The scope of the variable 'n8x' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7439:10: style: The scope of the variable 'n8y' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7441:10: style: The scope of the variable 'n12x' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7442:10: style: The scope of the variable 'n12y' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7444:10: style: The scope of the variable 'n16x' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7445:10: style: The scope of the variable 'n16y' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7514:17: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7514:21: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7514:25: style: The scope of the variable 'size' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7692:16: style: The scope of the variable 'radius' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7692:24: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7692:28: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7693:16: style: The scope of the variable 'rad' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7693:21: style: The scope of the variable 'kern' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7693:27: style: The scope of the variable 'stcent' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:7693:35: style: The scope of the variable 'stedge' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:8037:16: style: The scope of the variable 'mcolor' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:8039:16: style: The scope of the variable 'f256' can be reduced. [variableScope]
fotoxx-18.01.1/f.repair.cc:121:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:238:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:929:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:1228:94: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:1888:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:2181:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:2642:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:2875:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:3025:75: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:3273:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:3439:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:3757:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:4352:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:4801:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:5082:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:5262:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:5656:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:5774:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:6182:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:6754:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:6999:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:7113:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:7654:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:7923:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.repair.cc:2287:24: style: Function 'redeye_createF' argument 1 names different: declaration 'px' definition 'cx'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.repair.cc:2220:29: note: Function 'redeye_createF' argument 1 names different: declaration 'px' definition 'cx'.
fotoxx-18.01.1/f.repair.cc:2287:24: note: Function 'redeye_createF' argument 1 names different: declaration 'px' definition 'cx'.
fotoxx-18.01.1/f.repair.cc:2287:32: style: Function 'redeye_createF' argument 2 names different: declaration 'py' definition 'cy'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.repair.cc:2220:37: note: Function 'redeye_createF' argument 2 names different: declaration 'py' definition 'cy'.
fotoxx-18.01.1/f.repair.cc:2287:32: note: Function 'redeye_createF' argument 2 names different: declaration 'py' definition 'cy'.
fotoxx-18.01.1/f.repair.cc:2380:24: style: Function 'redeye_createR' argument 1 names different: declaration 'px' definition 'cx'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.repair.cc:2221:29: note: Function 'redeye_createR' argument 1 names different: declaration 'px' definition 'cx'.
fotoxx-18.01.1/f.repair.cc:2380:24: note: Function 'redeye_createR' argument 1 names different: declaration 'px' definition 'cx'.
fotoxx-18.01.1/f.repair.cc:2380:32: style: Function 'redeye_createR' argument 2 names different: declaration 'py' definition 'cy'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.repair.cc:2221:37: note: Function 'redeye_createR' argument 2 names different: declaration 'py' definition 'cy'.
fotoxx-18.01.1/f.repair.cc:2380:32: note: Function 'redeye_createR' argument 2 names different: declaration 'py' definition 'cy'.
fotoxx-18.01.1/f.repair.cc:2534:21: style: Function 'redeye_find' argument 1 names different: declaration 'px' definition 'cx'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.repair.cc:2224:26: note: Function 'redeye_find' argument 1 names different: declaration 'px' definition 'cx'.
fotoxx-18.01.1/f.repair.cc:2534:21: note: Function 'redeye_find' argument 1 names different: declaration 'px' definition 'cx'.
fotoxx-18.01.1/f.repair.cc:2534:29: style: Function 'redeye_find' argument 2 names different: declaration 'py' definition 'cy'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.repair.cc:2224:34: note: Function 'redeye_find' argument 2 names different: declaration 'py' definition 'cy'.
fotoxx-18.01.1/f.repair.cc:2534:29: note: Function 'redeye_find' argument 2 names different: declaration 'py' definition 'cy'.
fotoxx-18.01.1/f.repair.cc:2045:24: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/f.repair.cc:2278:12: style: Variable 'ii' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/f.tools.cc:184:23: error: Array 'xmeta_keys[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fotoxx-18.01.1/f.tools.cc:179:13: note: After for loop, ii has value 20
fotoxx-18.01.1/f.tools.cc:184:23: note: Array index out of bounds
fotoxx-18.01.1/f.tools.cc:2085:19: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
fotoxx-18.01.1/f.tools.cc:4230:11: style: Condition 'gerror' is always false [knownConditionTrueFalse]
fotoxx-18.01.1/f.tools.cc:4164:23: note: Assignment 'gerror=0', assigned value is 0
fotoxx-18.01.1/f.tools.cc:4230:11: note: Condition 'gerror' is always false
fotoxx-18.01.1/f.tools.cc:604:28: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.tools.cc:1114:22: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.tools.cc:1115:22: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/f.tools.cc:906:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/f.tools.cc:904:4: note: Variable 'file' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.tools.cc:906:4: note: Variable 'file' is reassigned a value before the old one has been used.
fotoxx-18.01.1/f.tools.cc:255:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:296:17: style: The scope of the variable 'widget' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:297:18: style: The scope of the variable 'flist' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:297:26: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:297:31: style: The scope of the variable 'sthumbdirk' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:1074:13: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:1133:19: style: The scope of the variable 'rec' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:1133:24: style: The scope of the variable 'rec2' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:1421:20: style: The scope of the variable 'font_dialog' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:1926:24: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:1930:16: style: The scope of the variable 'kbfile' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:1931:17: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:2059:17: style: The scope of the variable 'pp1' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:2296:13: style: The scope of the variable 'fbright' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:2749:19: style: The scope of the variable 'label' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:2752:20: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:2952:13: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:2952:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:2952:21: style: The scope of the variable 'rad' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:2952:26: style: The scope of the variable 'kern' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:3415:13: style: The scope of the variable 'gamma' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:3504:14: style: The scope of the variable 'missing' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:4166:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:4166:19: style: The scope of the variable 'pp2' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:4373:22: style: The scope of the variable 'TF' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:4512:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/f.tools.cc:126:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:499:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:1093:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:1250:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:1683:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:1757:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:2134:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:2356:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:2495:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:2595:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:2918:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:3190:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:3305:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:3376:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:3447:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:3573:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:3793:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:4187:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:4443:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.tools.cc:352:24: style: Function 'index_rebuild' argument 1 names different: declaration 'level' definition 'indexlev'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:1099:25: note: Function 'index_rebuild' argument 1 names different: declaration 'level' definition 'indexlev'.
fotoxx-18.01.1/f.tools.cc:352:24: note: Function 'index_rebuild' argument 1 names different: declaration 'level' definition 'indexlev'.
fotoxx-18.01.1/f.warp.cc:2094:13: style: The scope of the variable 'a' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2094:16: style: The scope of the variable 'b' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2094:19: style: The scope of the variable 'c' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2094:22: style: The scope of the variable 'd' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2094:25: style: The scope of the variable 'e' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2094:28: style: The scope of the variable 'f' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2587:13: style: The scope of the variable 'Tnx' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2587:22: style: The scope of the variable 'Tny' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2587:31: style: The scope of the variable 'Bnx' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2587:40: style: The scope of the variable 'Bny' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2710:36: style: The scope of the variable 'Rt' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2710:40: style: The scope of the variable 'Rb' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2760:13: style: The scope of the variable 'Rt' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2760:17: style: The scope of the variable 'Rb' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:2872:13: style: The scope of the variable 'scale' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:3159:13: style: The scope of the variable 'R' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:3384:13: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/f.warp.cc:94:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:388:90: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:758:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:1176:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:1374:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:1689:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:2021:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:2414:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:2848:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:3045:82: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:3290:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:3509:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/f.warp.cc:2245:25: style: Function 'WarpF_affine' argument 1 names different: declaration 'po' definition 'pold'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.warp.cc:1994:26: note: Function 'WarpF_affine' argument 1 names different: declaration 'po' definition 'pold'.
fotoxx-18.01.1/f.warp.cc:2245:25: note: Function 'WarpF_affine' argument 1 names different: declaration 'po' definition 'pold'.
fotoxx-18.01.1/f.warp.cc:2245:43: style: Function 'WarpF_affine' argument 2 names different: declaration 'pn' definition 'pnew'. [funcArgNamesDifferent]
fotoxx-18.01.1/f.warp.cc:1994:42: note: Function 'WarpF_affine' argument 2 names different: declaration 'pn' definition 'pnew'.
fotoxx-18.01.1/f.warp.cc:2245:43: note: Function 'WarpF_affine' argument 2 names different: declaration 'pn' definition 'pnew'.
fotoxx-18.01.1/f.warp.cc:235:15: style: Variable 'dist1' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/f.widgets.cc:962:37: style: Function 'm_viewmode' argument 2 names different: declaration 'fgw' definition 'fgwm'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:790:38: note: Function 'm_viewmode' argument 2 names different: declaration 'fgw' definition 'fgwm'.
fotoxx-18.01.1/f.widgets.cc:962:37: note: Function 'm_viewmode' argument 2 names different: declaration 'fgw' definition 'fgwm'.
fotoxx-18.01.1/f.widgets.cc:620:4: warning: Conversion of string literal "F" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:621:4: warning: Conversion of string literal "G" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:622:4: warning: Conversion of string literal "W" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:623:4: warning: Conversion of string literal "M" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:645:4: warning: Conversion of string literal "F" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:646:4: warning: Conversion of string literal "G" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:647:4: warning: Conversion of string literal "W" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:648:4: warning: Conversion of string literal "M" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:669:4: warning: Conversion of string literal "F" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:670:4: warning: Conversion of string literal "G" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:671:4: warning: Conversion of string literal "W" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:672:4: warning: Conversion of string literal "M" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:682:4: warning: Conversion of string literal "F" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:683:4: warning: Conversion of string literal "G" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:684:4: warning: Conversion of string literal "W" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/f.widgets.cc:685:4: warning: Conversion of string literal "M" to bool always evaluates to true. [incorrectStringBooleanError]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2822:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4013:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4019:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4078:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4084:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4541:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4531:7: note: Variable 'err' is reassigned a value before the old one has been used.
fotoxx-18.01.1/fotoxx-18.01.1.cc:4541:7: note: Variable 'err' is reassigned a value before the old one has been used.
fotoxx-18.01.1/fotoxx-18.01.1.cc:386:19: style: The scope of the variable 'pp2' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:388:13: style: The scope of the variable 'badnews' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:389:13: style: The scope of the variable 'colorwheelfile' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:391:13: style: The scope of the variable 'exifver' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:697:16: style: The scope of the variable 'yn' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:699:17: style: The scope of the variable 'title' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:906:23: style: The scope of the variable 'busytext' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:907:22: style: The scope of the variable 'donetext' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:909:22: style: The scope of the variable 'pct' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:910:22: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1008:19: style: The scope of the variable 'wscale' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1008:27: style: The scope of the variable 'hscale' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1015:19: style: The scope of the variable 'mousex' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1015:27: style: The scope of the variable 'mousey' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1016:19: style: The scope of the variable 'magx' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1016:25: style: The scope of the variable 'magy' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1017:29: style: The scope of the variable 'pix' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1017:34: style: The scope of the variable 'bgpix' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1018:19: style: The scope of the variable 'rs' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1018:23: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1018:27: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1281:23: style: The scope of the variable 'bgpixbuf' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1282:23: style: The scope of the variable 'ww1' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1282:28: style: The scope of the variable 'hh1' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1436:19: style: The scope of the variable 'mxdist' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1436:27: style: The scope of the variable 'mydist' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1436:35: style: The scope of the variable 'mdist' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1437:31: style: The scope of the variable 'butime' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1439:20: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1597:16: style: The scope of the variable 'scalew' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1597:24: style: The scope of the variable 'scaleh' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1597:42: style: The scope of the variable 'fzoom2' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1597:50: style: The scope of the variable 'zratio' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1598:23: style: The scope of the variable 'pixels' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1703:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1703:21: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1957:16: style: The scope of the variable 'pdate' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1957:27: style: The scope of the variable 'ptime' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1958:28: style: The scope of the variable 'gname' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2416:35: style: The scope of the variable 'pangofont' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2484:20: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2484:24: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2484:28: style: The scope of the variable 'rad' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2538:16: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2538:20: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2538:24: style: The scope of the variable 'pok' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2621:16: style: The scope of the variable 'px' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2621:20: style: The scope of the variable 'py' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2621:24: style: The scope of the variable 'pok' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2846:28: style: The scope of the variable 'mbusy' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2847:27: style: The scope of the variable 'minap' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:2848:33: style: The scope of the variable 'cxval' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3115:36: style: The scope of the variable 'qx' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3115:40: style: The scope of the variable 'qy' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3196:13: style: The scope of the variable 'xval' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3196:19: style: The scope of the variable 'yvalx' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3325:17: style: The scope of the variable 'pfile' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3325:25: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3391:14: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3763:14: style: The scope of the variable 'filename' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3763:24: style: The scope of the variable 'dirname' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3764:14: style: The scope of the variable 'wtype' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3840:28: style: The scope of the variable 'dirname' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3881:17: style: The scope of the variable 'popmenu' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3883:16: style: The scope of the variable 'menuitem' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3883:30: style: The scope of the variable 'flag' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4139:56: style: The scope of the variable 'choice' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4449:17: style: The scope of the variable 'name' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4449:24: style: The scope of the variable 'type' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4450:16: style: The scope of the variable 'count' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4451:17: style: The scope of the variable 'location' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4452:18: style: The scope of the variable 'charloc' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4453:17: style: The scope of the variable 'intloc' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4454:17: style: The scope of the variable 'floatloc' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4513:41: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/fotoxx-18.01.1.cc:835:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/fotoxx-18.01.1.cc:4166:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/fotoxx-18.01.1.cc:1236:18: style: Function 'Fpaint3' argument 1 names different: declaration 'px' definition 'px3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:692:19: note: Function 'Fpaint3' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1236:18: note: Function 'Fpaint3' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1236:27: style: Function 'Fpaint3' argument 2 names different: declaration 'py' definition 'py3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:692:27: note: Function 'Fpaint3' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1236:27: note: Function 'Fpaint3' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1236:36: style: Function 'Fpaint3' argument 3 names different: declaration 'ww' definition 'ww3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:692:35: note: Function 'Fpaint3' argument 3 names different: declaration 'ww' definition 'ww3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1236:36: note: Function 'Fpaint3' argument 3 names different: declaration 'ww' definition 'ww3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1236:45: style: Function 'Fpaint3' argument 4 names different: declaration 'hh' definition 'hh3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:692:43: note: Function 'Fpaint3' argument 4 names different: declaration 'hh' definition 'hh3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1236:45: note: Function 'Fpaint3' argument 4 names different: declaration 'hh' definition 'hh3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1256:18: style: Function 'Fpaint0' argument 1 names different: declaration 'px' definition 'px3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:693:19: note: Function 'Fpaint0' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1256:18: note: Function 'Fpaint0' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1256:27: style: Function 'Fpaint0' argument 2 names different: declaration 'py' definition 'py3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:693:27: note: Function 'Fpaint0' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1256:27: note: Function 'Fpaint0' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1256:36: style: Function 'Fpaint0' argument 3 names different: declaration 'ww' definition 'ww3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:693:35: note: Function 'Fpaint0' argument 3 names different: declaration 'ww' definition 'ww3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1256:36: note: Function 'Fpaint0' argument 3 names different: declaration 'ww' definition 'ww3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1256:45: style: Function 'Fpaint0' argument 4 names different: declaration 'hh' definition 'hh3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:693:43: note: Function 'Fpaint0' argument 4 names different: declaration 'hh' definition 'hh3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1256:45: note: Function 'Fpaint0' argument 4 names different: declaration 'hh' definition 'hh3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1279:18: style: Function 'Fpaint4' argument 1 names different: declaration 'px' definition 'px3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:694:19: note: Function 'Fpaint4' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1279:18: note: Function 'Fpaint4' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1279:27: style: Function 'Fpaint4' argument 2 names different: declaration 'py' definition 'py3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:694:27: note: Function 'Fpaint4' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1279:27: note: Function 'Fpaint4' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1279:36: style: Function 'Fpaint4' argument 3 names different: declaration 'ww' definition 'ww3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:694:35: note: Function 'Fpaint4' argument 3 names different: declaration 'ww' definition 'ww3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1279:36: note: Function 'Fpaint4' argument 3 names different: declaration 'ww' definition 'ww3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1279:45: style: Function 'Fpaint4' argument 4 names different: declaration 'hh' definition 'hh3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:694:43: note: Function 'Fpaint4' argument 4 names different: declaration 'hh' definition 'hh3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1279:45: note: Function 'Fpaint4' argument 4 names different: declaration 'hh' definition 'hh3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1400:25: style: Function 'Fpaint3_thread' argument 1 names different: declaration 'px' definition 'px3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:695:26: note: Function 'Fpaint3_thread' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1400:25: note: Function 'Fpaint3_thread' argument 1 names different: declaration 'px' definition 'px3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1400:34: style: Function 'Fpaint3_thread' argument 2 names different: declaration 'py' definition 'py3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:695:34: note: Function 'Fpaint3_thread' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1400:34: note: Function 'Fpaint3_thread' argument 2 names different: declaration 'py' definition 'py3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1400:43: style: Function 'Fpaint3_thread' argument 3 names different: declaration 'ww' definition 'ww3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:695:42: note: Function 'Fpaint3_thread' argument 3 names different: declaration 'ww' definition 'ww3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1400:43: note: Function 'Fpaint3_thread' argument 3 names different: declaration 'ww' definition 'ww3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1400:52: style: Function 'Fpaint3_thread' argument 4 names different: declaration 'hh' definition 'hh3'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:695:50: note: Function 'Fpaint3_thread' argument 4 names different: declaration 'hh' definition 'hh3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:1400:52: note: Function 'Fpaint3_thread' argument 4 names different: declaration 'hh' definition 'hh3'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:2704:40: style: Function 'draw_mousearc' argument 3 names different: declaration 'ww' definition 'cww'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:722:41: note: Function 'draw_mousearc' argument 3 names different: declaration 'ww' definition 'cww'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:2704:40: note: Function 'draw_mousearc' argument 3 names different: declaration 'ww' definition 'cww'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:2704:49: style: Function 'draw_mousearc' argument 4 names different: declaration 'hh' definition 'chh'. [funcArgNamesDifferent]
fotoxx-18.01.1/fotoxx.h:722:49: note: Function 'draw_mousearc' argument 4 names different: declaration 'hh' definition 'chh'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:2704:49: note: Function 'draw_mousearc' argument 4 names different: declaration 'hh' definition 'chh'.
fotoxx-18.01.1/fotoxx-18.01.1.cc:3203:21: style: Variable 'kkhi' is assigned a value that is never used. [unreadVariable]
fotoxx-18.01.1/fotoxx-18.01.1.cc:408:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3831:0: error: Deallocating a deallocated pointer: fid [deallocDealloc]
fotoxx-18.01.1/fotoxx-18.01.1.cc:3862:0: error: Deallocating a deallocated pointer: fid [deallocDealloc]
fotoxx-18.01.1/zfuncs.cc:7269:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fotoxx-18.01.1/zfuncs.cc:290:40: warning: Either the condition '!maddr' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fotoxx-18.01.1/zfuncs.cc:294:8: note: Assuming that condition '!maddr' is not redundant
fotoxx-18.01.1/zfuncs.cc:290:40: note: Null pointer addition
fotoxx-18.01.1/zfuncs.cc:291:41: warning: Either the condition '!maddr' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fotoxx-18.01.1/zfuncs.cc:294:8: note: Assuming that condition '!maddr' is not redundant
fotoxx-18.01.1/zfuncs.cc:291:41: note: Null pointer addition
fotoxx-18.01.1/zfuncs.cc:4203:9: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/zfuncs.cc:7268:17: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/zfuncs.cc:7659:9: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/zfuncs.cc:12446:9: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/zfuncs.cc:12447:9: style: C-style pointer casting [cstyleCast]
fotoxx-18.01.1/zfuncs.cc:4639:7: style: Variable 'fid' is reassigned a value before the old one has been used. [redundantAssignment]
fotoxx-18.01.1/zfuncs.cc:4638:7: note: Variable 'fid' is reassigned a value before the old one has been used.
fotoxx-18.01.1/zfuncs.cc:4639:7: note: Variable 'fid' is reassigned a value before the old one has been used.
fotoxx-18.01.1/zfuncs.cc:9983:15: warning: Redundant assignment of 'ii' to itself. [selfAssignment]
fotoxx-18.01.1/zfuncs.cc:719:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fotoxx-18.01.1/zfuncs.cc:395:44: style: The scope of the variable 'timeout' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:693:18: style: The scope of the variable 'cc2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1027:17: style: The scope of the variable 'buff1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1061:16: style: The scope of the variable 'id' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1062:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1246:31: style: The scope of the variable 'bflag' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1447:16: style: The scope of the variable 'arglist' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1742:37: style: The scope of the variable 'dlevs' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1743:17: style: The scope of the variable 'pp1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1860:23: style: The scope of the variable 'ccv' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1986:17: style: The scope of the variable 'fid' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1987:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1988:28: style: The scope of the variable 'fps' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:1988:33: style: The scope of the variable 'elaps' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2067:19: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2378:17: style: The scope of the variable 'stringN' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2453:16: style: The scope of the variable 'ccc' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2488:17: style: The scope of the variable 'ssin' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2488:24: style: The scope of the variable 'ssout' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2533:17: style: The scope of the variable 'p2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2533:21: style: The scope of the variable 'cc3' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2534:13: style: The scope of the variable 'Np' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2534:17: style: The scope of the variable 'Bp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2534:21: style: The scope of the variable 'Sp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2591:21: style: The scope of the variable 'c1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2591:25: style: The scope of the variable 'c2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2689:13: style: The scope of the variable 'char1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2786:22: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2846:21: style: The scope of the variable 'ftf' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2848:27: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3398:19: style: The scope of the variable 'searchpath' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3399:19: style: The scope of the variable 'command' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3400:23: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3468:19: style: The scope of the variable 'searchpath' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3469:19: style: The scope of the variable 'command' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3470:23: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3530:21: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3578:21: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3627:21: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3956:14: style: The scope of the variable 'rec1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:3956:21: style: The scope of the variable 'rec2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4070:29: style: The scope of the variable 'kpos' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4070:35: style: The scope of the variable 'ktype' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4070:42: style: The scope of the variable 'kleng' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4074:20: style: The scope of the variable 'p1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4074:25: style: The scope of the variable 'p2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4402:13: style: The scope of the variable 'sig' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4402:18: style: The scope of the variable 'p' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4440:13: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4584:16: style: The scope of the variable 'logfile' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4584:30: style: The scope of the variable 'oldlog' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4585:16: style: The scope of the variable 'Phomedir' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:4949:28: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5063:18: style: The scope of the variable 'poname' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5065:13: style: The scope of the variable 'itime' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5065:20: style: The scope of the variable 'ltime' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5237:13: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5352:16: style: The scope of the variable 'xskip' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5534:19: style: The scope of the variable 'nlines' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5698:19: style: The scope of the variable 'upperlimit' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5737:17: style: The scope of the variable 'prec' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5780:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5916:22: style: The scope of the variable 'mpx' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5916:27: style: The scope of the variable 'mpy' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5916:42: style: The scope of the variable 'line' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5916:48: style: The scope of the variable 'pos' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:5916:53: style: The scope of the variable 'KBkey' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6088:20: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6090:35: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6092:19: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6092:24: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6270:16: style: The scope of the variable 'nn' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6270:36: style: The scope of the variable 'size' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6273:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6273:21: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6420:17: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6421:17: style: The scope of the variable 'text' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6422:16: style: The scope of the variable 'xpos' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6422:22: style: The scope of the variable 'ypos' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6422:36: style: The scope of the variable 'size' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6422:42: style: The scope of the variable 'yadd' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6423:16: style: The scope of the variable 'bold' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6594:31: style: The scope of the variable 'butime' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6596:19: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6597:19: style: The scope of the variable 'Fclick' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6597:27: style: The scope of the variable 'dx' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6597:31: style: The scope of the variable 'dy' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6597:35: style: The scope of the variable 'xpos' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6597:41: style: The scope of the variable 'ypos' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6597:47: style: The scope of the variable 'size' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6598:19: style: The scope of the variable 'raster' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6840:17: style: The scope of the variable 'iconfile' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:6841:16: style: The scope of the variable 'size' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7317:24: style: The scope of the variable 'xpos' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7318:40: style: The scope of the variable 'name__' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7319:17: style: The scope of the variable 'blanks' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7323:29: style: The scope of the variable 'playout' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7324:29: style: The scope of the variable 'pfont' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7455:20: style: The scope of the variable 'playout' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7457:19: style: The scope of the variable 'iconww' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7457:27: style: The scope of the variable 'iconhh' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7506:17: style: The scope of the variable 'gdkwin' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7507:17: style: The scope of the variable 'topwin' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7509:38: style: The scope of the variable 'ww' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7634:29: style: The scope of the variable 'hbox' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7634:50: style: The scope of the variable 'hsep' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7760:26: style: The scope of the variable 'wx' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7760:30: style: The scope of the variable 'wy' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7823:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7823:28: style: The scope of the variable 'image' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7823:36: style: The scope of the variable 'vbox' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7831:19: style: The scope of the variable 'f256' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:7832:29: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:8267:20: style: The scope of the variable 'radio2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:8268:30: style: The scope of the variable 'widget' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:8796:20: style: The scope of the variable 'evfunc' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9066:20: style: The scope of the variable 'evfunc' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9493:26: style: The scope of the variable 'entry' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9544:25: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9577:36: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9629:27: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9629:38: style: The scope of the variable 'wintitle' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9629:53: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9631:17: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9700:16: style: The scope of the variable 'wintitle' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9700:31: style: The scope of the variable 'pp' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9846:32: style: The scope of the variable 'buff' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9847:13: style: The scope of the variable 'zdtitle' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9847:30: style: The scope of the variable 'wname' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9847:52: style: The scope of the variable 'wdata' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9850:21: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9850:25: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9850:29: style: The scope of the variable 'cc1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:9850:34: style: The scope of the variable 'cc2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10041:24: style: The scope of the variable 'wname' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10041:32: style: The scope of the variable 'wdata' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10397:22: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10435:22: style: The scope of the variable 'ii' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10617:16: style: The scope of the variable 'millisec1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10617:27: style: The scope of the variable 'millisec2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10668:16: style: The scope of the variable 'millisec1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10668:27: style: The scope of the variable 'millisec2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10832:16: style: The scope of the variable 'scroll' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10969:17: style: The scope of the variable 'thumbnail' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10973:17: style: The scope of the variable 'pdir' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10973:24: style: The scope of the variable 'pfile' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10974:20: style: The scope of the variable 'err' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:10975:16: style: The scope of the variable 'fcstat' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:11635:21: style: The scope of the variable 'text2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:11635:29: style: The scope of the variable 'file' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:11635:36: style: The scope of the variable 'file2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:11636:13: style: The scope of the variable 'cc' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:11729:17: style: The scope of the variable 'bpath' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:11923:33: style: The scope of the variable 'pix1' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:11923:40: style: The scope of the variable 'pix2' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:12367:22: style: The scope of the variable 'kk' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:12444:24: style: The scope of the variable 'kpos' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:12444:30: style: The scope of the variable 'ktype' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:12444:37: style: The scope of the variable 'kleng' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:12664:14: style: The scope of the variable 'pos' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:13047:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
fotoxx-18.01.1/zfuncs.cc:2558:17: style: Checking if unsigned variable 'ch' is less than zero. [unsignedLessThanZero]
fotoxx-18.01.1/zfuncs.cc:541:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:830:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:2004:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:4658:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:4659:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:4660:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:4661:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:4662:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:4885:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:6102:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:6109:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:6782:91: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:7355:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:7857:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:7869:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:8053:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:8362:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:8375:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:8416:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:8647:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:8685:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:8727:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:8840:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:8997:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9041:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9198:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9415:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9437:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9459:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9475:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9500:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9530:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9553:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:9586:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:10332:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:10365:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:10405:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:10445:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:10488:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:10536:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:10945:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:11351:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:11738:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:11762:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12063:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12078:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12092:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12106:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12107:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12108:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12124:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12144:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12208:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12243:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12272:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12273:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12274:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12305:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12333:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12343:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12352:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12423:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12424:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12485:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12539:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12607:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12628:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12706:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12711:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12719:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12733:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12742:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12749:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12759:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12784:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12805:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12906:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12916:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12935:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12939:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12952:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:12956:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:13028:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:13034:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:13059:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:13068:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fotoxx-18.01.1/zfuncs.cc:321:18: style: Function 'zfree' argument 1 names different: declaration 'pp' definition 'puser'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:86:18: note: Function 'zfree' argument 1 names different: declaration 'pp' definition 'puser'.
fotoxx-18.01.1/zfuncs.cc:321:18: note: Function 'zfree' argument 1 names different: declaration 'pp' definition 'puser'.
fotoxx-18.01.1/zfuncs.cc:1369:25: style: Function 'shell_asynch' argument 1 names different: declaration 'command' definition 'Fcommand'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:127:26: note: Function 'shell_asynch' argument 1 names different: declaration 'command' definition 'Fcommand'.
fotoxx-18.01.1/zfuncs.cc:1369:25: note: Function 'shell_asynch' argument 1 names different: declaration 'command' definition 'Fcommand'.
fotoxx-18.01.1/zfuncs.cc:1623:22: style: Function 'parsefile' argument 1 names different: declaration 'path' definition 'ppath'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:136:23: note: Function 'parsefile' argument 1 names different: declaration 'path' definition 'ppath'.
fotoxx-18.01.1/zfuncs.cc:1623:22: note: Function 'parsefile' argument 1 names different: declaration 'path' definition 'ppath'.
fotoxx-18.01.1/zfuncs.cc:1623:36: style: Function 'parsefile' argument 2 names different: declaration 'dir' definition 'pdirk'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:136:36: note: Function 'parsefile' argument 2 names different: declaration 'dir' definition 'pdirk'.
fotoxx-18.01.1/zfuncs.cc:1623:36: note: Function 'parsefile' argument 2 names different: declaration 'dir' definition 'pdirk'.
fotoxx-18.01.1/zfuncs.cc:1623:50: style: Function 'parsefile' argument 3 names different: declaration 'file' definition 'pfile'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:136:48: note: Function 'parsefile' argument 3 names different: declaration 'file' definition 'pfile'.
fotoxx-18.01.1/zfuncs.cc:1623:50: note: Function 'parsefile' argument 3 names different: declaration 'file' definition 'pfile'.
fotoxx-18.01.1/zfuncs.cc:1623:64: style: Function 'parsefile' argument 4 names different: declaration 'ext' definition 'pext'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:136:61: note: Function 'parsefile' argument 4 names different: declaration 'ext' definition 'pext'.
fotoxx-18.01.1/zfuncs.cc:1623:64: note: Function 'parsefile' argument 4 names different: declaration 'ext' definition 'pext'.
fotoxx-18.01.1/zfuncs.cc:2061:40: style: Function 'strField' argument 2 names different: declaration 'delims' definition 'delim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:162:40: note: Function 'strField' argument 2 names different: declaration 'delims' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:2061:40: note: Function 'strField' argument 2 names different: declaration 'delims' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:2157:19: style: Function 'strParms' argument 1 names different: declaration 'bf' definition 'begin'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:164:20: note: Function 'strParms' argument 1 names different: declaration 'bf' definition 'begin'.
fotoxx-18.01.1/zfuncs.cc:2157:19: note: Function 'strParms' argument 1 names different: declaration 'bf' definition 'begin'.
fotoxx-18.01.1/zfuncs.cc:2157:33: style: Function 'strParms' argument 2 names different: declaration 'inp' definition 'input'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:164:31: note: Function 'strParms' argument 2 names different: declaration 'inp' definition 'input'.
fotoxx-18.01.1/zfuncs.cc:2157:33: note: Function 'strParms' argument 2 names different: declaration 'inp' definition 'input'.
fotoxx-18.01.1/zfuncs.cc:2275:19: style: Function 'strTrim' argument 1 names different: declaration 'string' definition 'dest'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:169:20: note: Function 'strTrim' argument 1 names different: declaration 'string' definition 'dest'.
fotoxx-18.01.1/zfuncs.cc:2275:19: note: Function 'strTrim' argument 1 names different: declaration 'string' definition 'dest'.
fotoxx-18.01.1/zfuncs.cc:2529:25: style: Function 'breakup_text' argument 1 names different: declaration 'in' definition 'txin0'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:182:26: note: Function 'breakup_text' argument 1 names different: declaration 'in' definition 'txin0'.
fotoxx-18.01.1/zfuncs.cc:2529:25: note: Function 'breakup_text' argument 1 names different: declaration 'in' definition 'txin0'.
fotoxx-18.01.1/zfuncs.cc:2529:40: style: Function 'breakup_text' argument 2 names different: declaration 'out' definition 'txout'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:182:38: note: Function 'breakup_text' argument 2 names different: declaration 'out' definition 'txout'.
fotoxx-18.01.1/zfuncs.cc:2529:40: note: Function 'breakup_text' argument 2 names different: declaration 'out' definition 'txout'.
fotoxx-18.01.1/zfuncs.cc:2529:54: style: Function 'breakup_text' argument 3 names different: declaration 'dlm' definition 'delims'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:182:50: note: Function 'breakup_text' argument 3 names different: declaration 'dlm' definition 'delims'.
fotoxx-18.01.1/zfuncs.cc:2529:54: note: Function 'breakup_text' argument 3 names different: declaration 'dlm' definition 'delims'.
fotoxx-18.01.1/zfuncs.cc:2960:19: style: Function 'convSI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:195:20: note: Function 'convSI' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:2960:19: note: Function 'convSI' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:2960:32: style: Function 'convSI' argument 2 names different: declaration 'i' definition 'inum'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:195:28: note: Function 'convSI' argument 2 names different: declaration 'i' definition 'inum'.
fotoxx-18.01.1/zfuncs.cc:2960:32: note: Function 'convSI' argument 2 names different: declaration 'i' definition 'inum'.
fotoxx-18.01.1/zfuncs.cc:2960:46: style: Function 'convSI' argument 3 names different: declaration 'delm' definition 'delim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:195:39: note: Function 'convSI' argument 3 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:2960:46: note: Function 'convSI' argument 3 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3002:19: style: Function 'convSI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:196:20: note: Function 'convSI' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3002:19: note: Function 'convSI' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3002:33: style: Function 'convSI' argument 2 names different: declaration 'i' definition 'inum'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:196:28: note: Function 'convSI' argument 2 names different: declaration 'i' definition 'inum'.
fotoxx-18.01.1/zfuncs.cc:3002:33: note: Function 'convSI' argument 2 names different: declaration 'i' definition 'inum'.
fotoxx-18.01.1/zfuncs.cc:3002:43: style: Function 'convSI' argument 3 names different: declaration 'low' definition 'lolim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:196:35: note: Function 'convSI' argument 3 names different: declaration 'low' definition 'lolim'.
fotoxx-18.01.1/zfuncs.cc:3002:43: note: Function 'convSI' argument 3 names different: declaration 'low' definition 'lolim'.
fotoxx-18.01.1/zfuncs.cc:3002:54: style: Function 'convSI' argument 4 names different: declaration 'hi' definition 'hilim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:196:44: note: Function 'convSI' argument 4 names different: declaration 'hi' definition 'hilim'.
fotoxx-18.01.1/zfuncs.cc:3002:54: note: Function 'convSI' argument 4 names different: declaration 'hi' definition 'hilim'.
fotoxx-18.01.1/zfuncs.cc:3002:69: style: Function 'convSI' argument 5 names different: declaration 'delm' definition 'delim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:196:56: note: Function 'convSI' argument 5 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3002:69: note: Function 'convSI' argument 5 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3015:19: style: Function 'convSD' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:197:20: note: Function 'convSD' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3015:19: note: Function 'convSD' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3015:35: style: Function 'convSD' argument 2 names different: declaration 'd' definition 'dnum'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:197:31: note: Function 'convSD' argument 2 names different: declaration 'd' definition 'dnum'.
fotoxx-18.01.1/zfuncs.cc:3015:35: note: Function 'convSD' argument 2 names different: declaration 'd' definition 'dnum'.
fotoxx-18.01.1/zfuncs.cc:3015:49: style: Function 'convSD' argument 3 names different: declaration 'delm' definition 'delim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:197:42: note: Function 'convSD' argument 3 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3015:49: note: Function 'convSD' argument 3 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3112:19: style: Function 'convSD' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:198:20: note: Function 'convSD' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3112:19: note: Function 'convSD' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3112:35: style: Function 'convSD' argument 2 names different: declaration 'd' definition 'dnum'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:198:31: note: Function 'convSD' argument 2 names different: declaration 'd' definition 'dnum'.
fotoxx-18.01.1/zfuncs.cc:3112:35: note: Function 'convSD' argument 2 names different: declaration 'd' definition 'dnum'.
fotoxx-18.01.1/zfuncs.cc:3112:48: style: Function 'convSD' argument 3 names different: declaration 'low' definition 'lolim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:198:41: note: Function 'convSD' argument 3 names different: declaration 'low' definition 'lolim'.
fotoxx-18.01.1/zfuncs.cc:3112:48: note: Function 'convSD' argument 3 names different: declaration 'low' definition 'lolim'.
fotoxx-18.01.1/zfuncs.cc:3112:62: style: Function 'convSD' argument 4 names different: declaration 'hi' definition 'hilim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:198:53: note: Function 'convSD' argument 4 names different: declaration 'hi' definition 'hilim'.
fotoxx-18.01.1/zfuncs.cc:3112:62: note: Function 'convSD' argument 4 names different: declaration 'hi' definition 'hilim'.
fotoxx-18.01.1/zfuncs.cc:3112:77: style: Function 'convSD' argument 5 names different: declaration 'delm' definition 'delim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:198:65: note: Function 'convSD' argument 5 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3112:77: note: Function 'convSD' argument 5 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3123:19: style: Function 'convSF' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:199:20: note: Function 'convSF' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3123:19: note: Function 'convSF' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3123:34: style: Function 'convSF' argument 2 names different: declaration 'f' definition 'fnum'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:199:30: note: Function 'convSF' argument 2 names different: declaration 'f' definition 'fnum'.
fotoxx-18.01.1/zfuncs.cc:3123:34: note: Function 'convSF' argument 2 names different: declaration 'f' definition 'fnum'.
fotoxx-18.01.1/zfuncs.cc:3123:48: style: Function 'convSF' argument 3 names different: declaration 'delm' definition 'delim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:199:41: note: Function 'convSF' argument 3 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3123:48: note: Function 'convSF' argument 3 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3133:19: style: Function 'convSF' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:200:20: note: Function 'convSF' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3133:19: note: Function 'convSF' argument 1 names different: declaration 's' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3133:34: style: Function 'convSF' argument 2 names different: declaration 'f' definition 'fnum'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:200:30: note: Function 'convSF' argument 2 names different: declaration 'f' definition 'fnum'.
fotoxx-18.01.1/zfuncs.cc:3133:34: note: Function 'convSF' argument 2 names different: declaration 'f' definition 'fnum'.
fotoxx-18.01.1/zfuncs.cc:3133:46: style: Function 'convSF' argument 3 names different: declaration 'low' definition 'lolim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:200:39: note: Function 'convSF' argument 3 names different: declaration 'low' definition 'lolim'.
fotoxx-18.01.1/zfuncs.cc:3133:46: note: Function 'convSF' argument 3 names different: declaration 'low' definition 'lolim'.
fotoxx-18.01.1/zfuncs.cc:3133:59: style: Function 'convSF' argument 4 names different: declaration 'hi' definition 'hilim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:200:50: note: Function 'convSF' argument 4 names different: declaration 'hi' definition 'hilim'.
fotoxx-18.01.1/zfuncs.cc:3133:59: note: Function 'convSF' argument 4 names different: declaration 'hi' definition 'hilim'.
fotoxx-18.01.1/zfuncs.cc:3133:74: style: Function 'convSF' argument 5 names different: declaration 'delm' definition 'delim'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:200:62: note: Function 'convSF' argument 5 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3133:74: note: Function 'convSF' argument 5 names different: declaration 'delm' definition 'delim'.
fotoxx-18.01.1/zfuncs.cc:3146:16: style: Function 'convIS' argument 1 names different: declaration 'iin' definition 'inum'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:201:17: note: Function 'convIS' argument 1 names different: declaration 'iin' definition 'inum'.
fotoxx-18.01.1/zfuncs.cc:3146:16: note: Function 'convIS' argument 1 names different: declaration 'iin' definition 'inum'.
fotoxx-18.01.1/zfuncs.cc:3146:28: style: Function 'convIS' argument 2 names different: declaration 'outp' definition 'string'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:201:28: note: Function 'convIS' argument 2 names different: declaration 'outp' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3146:28: note: Function 'convIS' argument 2 names different: declaration 'outp' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3161:19: style: Function 'convDS' argument 1 names different: declaration 'din' definition 'dnum'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:202:20: note: Function 'convDS' argument 1 names different: declaration 'din' definition 'dnum'.
fotoxx-18.01.1/zfuncs.cc:3161:19: note: Function 'convDS' argument 1 names different: declaration 'din' definition 'dnum'.
fotoxx-18.01.1/zfuncs.cc:3161:29: style: Function 'convDS' argument 2 names different: declaration 'prec' definition 'digits'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:202:29: note: Function 'convDS' argument 2 names different: declaration 'prec' definition 'digits'.
fotoxx-18.01.1/zfuncs.cc:3161:29: note: Function 'convDS' argument 2 names different: declaration 'prec' definition 'digits'.
fotoxx-18.01.1/zfuncs.cc:3161:43: style: Function 'convDS' argument 3 names different: declaration 'outp' definition 'string'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:202:41: note: Function 'convDS' argument 3 names different: declaration 'outp' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3161:43: note: Function 'convDS' argument 3 names different: declaration 'outp' definition 'string'.
fotoxx-18.01.1/zfuncs.cc:3254:22: style: Function 'MatchWild' argument 1 names different: declaration 'wildstr' definition 'pWild'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:207:23: note: Function 'MatchWild' argument 1 names different: declaration 'wildstr' definition 'pWild'.
fotoxx-18.01.1/zfuncs.cc:3254:22: note: Function 'MatchWild' argument 1 names different: declaration 'wildstr' definition 'pWild'.
fotoxx-18.01.1/zfuncs.cc:3254:36: style: Function 'MatchWild' argument 2 names different: declaration 'str' definition 'pString'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:207:40: note: Function 'MatchWild' argument 2 names different: declaration 'str' definition 'pString'.
fotoxx-18.01.1/zfuncs.cc:3254:36: note: Function 'MatchWild' argument 2 names different: declaration 'str' definition 'pString'.
fotoxx-18.01.1/zfuncs.cc:3303:32: style: Function 'MatchWildIgnoreCase' argument 1 names different: declaration 'wildstr' definition 'pWild'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:208:33: note: Function 'MatchWildIgnoreCase' argument 1 names different: declaration 'wildstr' definition 'pWild'.
fotoxx-18.01.1/zfuncs.cc:3303:32: note: Function 'MatchWildIgnoreCase' argument 1 names different: declaration 'wildstr' definition 'pWild'.
fotoxx-18.01.1/zfuncs.cc:3303:46: style: Function 'MatchWildIgnoreCase' argument 2 names different: declaration 'str' definition 'pString'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:208:50: note: Function 'MatchWildIgnoreCase' argument 2 names different: declaration 'str' definition 'pString'.
fotoxx-18.01.1/zfuncs.cc:3303:46: note: Function 'MatchWildIgnoreCase' argument 2 names different: declaration 'str' definition 'pString'.
fotoxx-18.01.1/zfuncs.cc:3394:39: style: Function 'SearchWild' argument 2 names different: declaration 'flag' definition 'uflag'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:209:39: note: Function 'SearchWild' argument 2 names different: declaration 'flag' definition 'uflag'.
fotoxx-18.01.1/zfuncs.cc:3394:39: note: Function 'SearchWild' argument 2 names different: declaration 'flag' definition 'uflag'.
fotoxx-18.01.1/zfuncs.cc:3464:43: style: Function 'SearchWildCase' argument 2 names different: declaration 'flag' definition 'uflag'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:210:43: note: Function 'SearchWildCase' argument 2 names different: declaration 'flag' definition 'uflag'.
fotoxx-18.01.1/zfuncs.cc:3464:43: note: Function 'SearchWildCase' argument 2 names different: declaration 'flag' definition 'uflag'.
fotoxx-18.01.1/zfuncs.cc:4297:35: style: Function 'pvlist_remove' argument 2 names different: declaration 'Nth' definition 'ii'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:245:35: note: Function 'pvlist_remove' argument 2 names different: declaration 'Nth' definition 'ii'.
fotoxx-18.01.1/zfuncs.cc:4297:35: note: Function 'pvlist_remove' argument 2 names different: declaration 'Nth' definition 'ii'.
fotoxx-18.01.1/zfuncs.cc:4318:37: style: Function 'pvlist_replace' argument 2 names different: declaration 'Nth' definition 'ii'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:247:36: note: Function 'pvlist_replace' argument 2 names different: declaration 'Nth' definition 'ii'.
fotoxx-18.01.1/zfuncs.cc:4318:37: note: Function 'pvlist_replace' argument 2 names different: declaration 'Nth' definition 'ii'.
fotoxx-18.01.1/zfuncs.cc:4398:18: style: Function 'spline1' argument 1 names different: declaration 'nn' definition 'dnn'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:260:18: note: Function 'spline1' argument 1 names different: declaration 'nn' definition 'dnn'.
fotoxx-18.01.1/zfuncs.cc:4398:18: note: Function 'spline1' argument 1 names different: declaration 'nn' definition 'dnn'.
fotoxx-18.01.1/zfuncs.cc:4398:30: style: Function 'spline1' argument 2 names different: declaration 'dx' definition 'dx1'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:260:29: note: Function 'spline1' argument 2 names different: declaration 'dx' definition 'dx1'.
fotoxx-18.01.1/zfuncs.cc:4398:30: note: Function 'spline1' argument 2 names different: declaration 'dx' definition 'dx1'.
fotoxx-18.01.1/zfuncs.cc:4398:42: style: Function 'spline1' argument 3 names different: declaration 'dy' definition 'dy1'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:260:40: note: Function 'spline1' argument 3 names different: declaration 'dy' definition 'dy1'.
fotoxx-18.01.1/zfuncs.cc:4398:42: note: Function 'spline1' argument 3 names different: declaration 'dy' definition 'dy1'.
fotoxx-18.01.1/zfuncs.cc:4767:49: style: Function 'widget_font_metrics' argument 2 names different: declaration 'fww' definition 'fontwidth'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:290:50: note: Function 'widget_font_metrics' argument 2 names different: declaration 'fww' definition 'fontwidth'.
fotoxx-18.01.1/zfuncs.cc:4767:49: note: Function 'widget_font_metrics' argument 2 names different: declaration 'fww' definition 'fontwidth'.
fotoxx-18.01.1/zfuncs.cc:4767:65: style: Function 'widget_font_metrics' argument 3 names different: declaration 'fhh' definition 'fontheight'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:290:60: note: Function 'widget_font_metrics' argument 3 names different: declaration 'fhh' definition 'fontheight'.
fotoxx-18.01.1/zfuncs.cc:4767:65: note: Function 'widget_font_metrics' argument 3 names different: declaration 'fhh' definition 'fontheight'.
fotoxx-18.01.1/zfuncs.cc:4800:28: style: Function 'locale_filespec' argument 1 names different: declaration 'ftype' definition 'filetype'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:292:29: note: Function 'locale_filespec' argument 1 names different: declaration 'ftype' definition 'filetype'.
fotoxx-18.01.1/zfuncs.cc:4800:28: note: Function 'locale_filespec' argument 1 names different: declaration 'ftype' definition 'filetype'.
fotoxx-18.01.1/zfuncs.cc:4800:45: style: Function 'locale_filespec' argument 2 names different: declaration 'fname' definition 'filename'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:292:43: note: Function 'locale_filespec' argument 2 names different: declaration 'fname' definition 'filename'.
fotoxx-18.01.1/zfuncs.cc:4800:45: note: Function 'locale_filespec' argument 2 names different: declaration 'fname' definition 'filename'.
fotoxx-18.01.1/zfuncs.cc:5233:33: style: Function 'ZTXgettext' argument 1 names different: declaration 'text' definition 'pstring'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:5049:33: note: Function 'ZTXgettext' argument 1 names different: declaration 'text' definition 'pstring'.
fotoxx-18.01.1/zfuncs.cc:5233:33: note: Function 'ZTXgettext' argument 1 names different: declaration 'text' definition 'pstring'.
fotoxx-18.01.1/zfuncs.cc:5272:38: style: Function 'ZTXmergetext' argument 1 names different: declaration 'text' definition 'dirtystring'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:5050:37: note: Function 'ZTXmergetext' argument 1 names different: declaration 'text' definition 'dirtystring'.
fotoxx-18.01.1/zfuncs.cc:5272:38: note: Function 'ZTXmergetext' argument 1 names different: declaration 'text' definition 'dirtystring'.
fotoxx-18.01.1/zfuncs.cc:5444:34: style: Function 'textwidget_clear' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:344:34: note: Function 'textwidget_clear' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5444:34: note: Function 'textwidget_clear' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5457:34: style: Function 'textwidget_clear' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:345:34: note: Function 'textwidget_clear' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5457:34: note: Function 'textwidget_clear' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5473:37: style: Function 'textwidget_linecount' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:346:38: note: Function 'textwidget_linecount' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5473:37: note: Function 'textwidget_linecount' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5489:35: style: Function 'textwidget_append' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:347:35: note: Function 'textwidget_append' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5489:35: note: Function 'textwidget_append' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5528:35: style: Function 'textwidget_insert' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:348:35: note: Function 'textwidget_insert' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5528:35: note: Function 'textwidget_insert' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5572:36: style: Function 'textwidget_replace' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:349:36: note: Function 'textwidget_replace' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5572:36: note: Function 'textwidget_replace' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5615:35: style: Function 'textwidget_delete' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:350:35: note: Function 'textwidget_delete' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5615:35: note: Function 'textwidget_delete' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5645:32: style: Function 'textwidget_find' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:351:33: note: Function 'textwidget_find' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5645:32: note: Function 'textwidget_find' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5692:35: style: Function 'textwidget_scroll' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:352:35: note: Function 'textwidget_scroll' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5692:35: note: Function 'textwidget_scroll' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5776:35: style: Function 'textwidget_line' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:355:35: note: Function 'textwidget_line' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5776:35: note: Function 'textwidget_line' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5807:43: style: Function 'textwidget_highlight_line' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:356:43: note: Function 'textwidget_highlight_line' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5807:43: note: Function 'textwidget_highlight_line' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5865:43: style: Function 'textwidget_highlight_word' argument 1 names different: declaration 'widget' definition 'textwidget'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:358:43: note: Function 'textwidget_highlight_word' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:5865:43: note: Function 'textwidget_highlight_word' argument 1 names different: declaration 'widget' definition 'textwidget'.
fotoxx-18.01.1/zfuncs.cc:6027:41: style: Function 'add_menubar_item' argument 1 names different: declaration 'mbar' definition 'wmbar'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:375:41: note: Function 'add_menubar_item' argument 1 names different: declaration 'mbar' definition 'wmbar'.
fotoxx-18.01.1/zfuncs.cc:6027:41: note: Function 'add_menubar_item' argument 1 names different: declaration 'mbar' definition 'wmbar'.
fotoxx-18.01.1/zfuncs.cc:6040:41: style: Function 'add_submenu_item' argument 1 names different: declaration 'mitem' definition 'wmitem'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:376:41: note: Function 'add_submenu_item' argument 1 names different: declaration 'mitem' definition 'wmitem'.
fotoxx-18.01.1/zfuncs.cc:6040:41: note: Function 'add_submenu_item' argument 1 names different: declaration 'mitem' definition 'wmitem'.
fotoxx-18.01.1/zfuncs.cc:6040:56: style: Function 'add_submenu_item' argument 2 names different: declaration 'subname' definition 'mlab'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:376:55: note: Function 'add_submenu_item' argument 2 names different: declaration 'subname' definition 'mlab'.
fotoxx-18.01.1/zfuncs.cc:6040:56: note: Function 'add_submenu_item' argument 2 names different: declaration 'subname' definition 'mlab'.
fotoxx-18.01.1/zfuncs.cc:6040:0: style: Function 'add_submenu_item' argument 4 names different: declaration 'mtip' definition 'mname'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:377:54: note: Function 'add_submenu_item' argument 4 names different: declaration 'mtip' definition 'mname'.
fotoxx-18.01.1/zfuncs.cc:6040:0: note: Function 'add_submenu_item' argument 4 names different: declaration 'mtip' definition 'mname'.
fotoxx-18.01.1/zfuncs.cc:6084:43: style: Function 'add_toolbar_button' argument 1 names different: declaration 'tbar' definition 'wtbar'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:380:43: note: Function 'add_toolbar_button' argument 1 names different: declaration 'tbar' definition 'wtbar'.
fotoxx-18.01.1/zfuncs.cc:6084:43: note: Function 'add_toolbar_button' argument 1 names different: declaration 'tbar' definition 'wtbar'.
fotoxx-18.01.1/zfuncs.cc:6084:57: style: Function 'add_toolbar_button' argument 2 names different: declaration 'lab' definition 'blab'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:380:56: note: Function 'add_toolbar_button' argument 2 names different: declaration 'lab' definition 'blab'.
fotoxx-18.01.1/zfuncs.cc:6084:57: note: Function 'add_toolbar_button' argument 2 names different: declaration 'lab' definition 'blab'.
fotoxx-18.01.1/zfuncs.cc:6084:70: style: Function 'add_toolbar_button' argument 3 names different: declaration 'tip' definition 'btip'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:380:68: note: Function 'add_toolbar_button' argument 3 names different: declaration 'tip' definition 'btip'.
fotoxx-18.01.1/zfuncs.cc:6084:70: note: Function 'add_toolbar_button' argument 3 names different: declaration 'tip' definition 'btip'.
fotoxx-18.01.1/zfuncs.cc:6130:37: style: Function 'create_stbar' argument 1 names different: declaration 'vbox' definition 'pbox'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:383:37: note: Function 'create_stbar' argument 1 names different: declaration 'vbox' definition 'pbox'.
fotoxx-18.01.1/zfuncs.cc:6130:37: note: Function 'create_stbar' argument 1 names different: declaration 'vbox' definition 'pbox'.
fotoxx-18.01.1/zfuncs.cc:6143:30: style: Function 'stbar_message' argument 1 names different: declaration 'stbar' definition 'wstbar'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:384:30: note: Function 'stbar_message' argument 1 names different: declaration 'stbar' definition 'wstbar'.
fotoxx-18.01.1/zfuncs.cc:6143:30: note: Function 'stbar_message' argument 1 names different: declaration 'stbar' definition 'wstbar'.
fotoxx-18.01.1/zfuncs.cc:6706:58: style: Function 'draw_text' argument 3 names different: declaration 'px' definition 'x'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6255:43: note: Function 'draw_text' argument 3 names different: declaration 'px' definition 'x'.
fotoxx-18.01.1/zfuncs.cc:6706:58: note: Function 'draw_text' argument 3 names different: declaration 'px' definition 'x'.
fotoxx-18.01.1/zfuncs.cc:6706:65: style: Function 'draw_text' argument 4 names different: declaration 'py' definition 'y'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6255:51: note: Function 'draw_text' argument 4 names different: declaration 'py' definition 'y'.
fotoxx-18.01.1/zfuncs.cc:6706:65: note: Function 'draw_text' argument 4 names different: declaration 'py' definition 'y'.
fotoxx-18.01.1/zfuncs.cc:6706:73: style: Function 'draw_text' argument 5 names different: declaration 'ww' definition 'w'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6255:60: note: Function 'draw_text' argument 5 names different: declaration 'ww' definition 'w'.
fotoxx-18.01.1/zfuncs.cc:6706:73: note: Function 'draw_text' argument 5 names different: declaration 'ww' definition 'w'.
fotoxx-18.01.1/zfuncs.cc:6706:81: style: Function 'draw_text' argument 6 names different: declaration 'hh' definition 'h'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6255:69: note: Function 'draw_text' argument 6 names different: declaration 'hh' definition 'h'.
fotoxx-18.01.1/zfuncs.cc:6706:81: note: Function 'draw_text' argument 6 names different: declaration 'hh' definition 'h'.
fotoxx-18.01.1/zfuncs.cc:6732:63: style: Function 'draw_bold_text' argument 3 names different: declaration 'px' definition 'x'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6256:48: note: Function 'draw_bold_text' argument 3 names different: declaration 'px' definition 'x'.
fotoxx-18.01.1/zfuncs.cc:6732:63: note: Function 'draw_bold_text' argument 3 names different: declaration 'px' definition 'x'.
fotoxx-18.01.1/zfuncs.cc:6732:70: style: Function 'draw_bold_text' argument 4 names different: declaration 'py' definition 'y'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6256:56: note: Function 'draw_bold_text' argument 4 names different: declaration 'py' definition 'y'.
fotoxx-18.01.1/zfuncs.cc:6732:70: note: Function 'draw_bold_text' argument 4 names different: declaration 'py' definition 'y'.
fotoxx-18.01.1/zfuncs.cc:6732:78: style: Function 'draw_bold_text' argument 5 names different: declaration 'ww' definition 'w'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6256:65: note: Function 'draw_bold_text' argument 5 names different: declaration 'ww' definition 'w'.
fotoxx-18.01.1/zfuncs.cc:6732:78: note: Function 'draw_bold_text' argument 5 names different: declaration 'ww' definition 'w'.
fotoxx-18.01.1/zfuncs.cc:6732:86: style: Function 'draw_bold_text' argument 6 names different: declaration 'hh' definition 'h'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6256:74: note: Function 'draw_bold_text' argument 6 names different: declaration 'hh' definition 'h'.
fotoxx-18.01.1/zfuncs.cc:6732:86: note: Function 'draw_bold_text' argument 6 names different: declaration 'hh' definition 'h'.
fotoxx-18.01.1/zfuncs.cc:6928:39: style: Function 'drag_drop_event' argument 1 names different: declaration 'mx' definition 'mpx'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6259:30: note: Function 'drag_drop_event' argument 1 names different: declaration 'mx' definition 'mpx'.
fotoxx-18.01.1/zfuncs.cc:6928:39: note: Function 'drag_drop_event' argument 1 names different: declaration 'mx' definition 'mpx'.
fotoxx-18.01.1/zfuncs.cc:6928:48: style: Function 'drag_drop_event' argument 2 names different: declaration 'my' definition 'mpy'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.cc:6259:38: note: Function 'drag_drop_event' argument 2 names different: declaration 'my' definition 'mpy'.
fotoxx-18.01.1/zfuncs.cc:6928:48: note: Function 'drag_drop_event' argument 2 names different: declaration 'my' definition 'mpy'.
fotoxx-18.01.1/zfuncs.cc:7159:0: style: Function 'add_popmenu_item' argument 4 names different: declaration 'arg' definition 'mname'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:391:48: note: Function 'add_popmenu_item' argument 4 names different: declaration 'arg' definition 'mname'.
fotoxx-18.01.1/zfuncs.cc:7159:0: note: Function 'add_popmenu_item' argument 4 names different: declaration 'arg' definition 'mname'.
fotoxx-18.01.1/zfuncs.cc:7313:0: style: Function 'Vmenu_add' argument 8 names different: declaration 'arg' definition 'mname'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:436:36: note: Function 'Vmenu_add' argument 8 names different: declaration 'arg' definition 'mname'.
fotoxx-18.01.1/zfuncs.cc:7313:0: note: Function 'Vmenu_add' argument 8 names different: declaration 'arg' definition 'mname'.
fotoxx-18.01.1/zfuncs.cc:8156:31: style: Function 'zdialog_add_widget' argument 4 names different: declaration 'pname' definition 'parent'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:501:40: note: Function 'zdialog_add_widget' argument 4 names different: declaration 'pname' definition 'parent'.
fotoxx-18.01.1/zfuncs.cc:8156:31: note: Function 'zdialog_add_widget' argument 4 names different: declaration 'pname' definition 'parent'.
fotoxx-18.01.1/zfuncs.cc:8526:41: style: Function 'zdialog_rescale' argument 2 names different: declaration 'wname' definition 'name'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:512:41: note: Function 'zdialog_rescale' argument 2 names different: declaration 'wname' definition 'name'.
fotoxx-18.01.1/zfuncs.cc:8526:41: note: Function 'zdialog_rescale' argument 2 names different: declaration 'wname' definition 'name'.
fotoxx-18.01.1/zfuncs.cc:9129:35: style: Function 'zdialog_show' argument 2 names different: declaration 'flag' definition 'show'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:520:35: note: Function 'zdialog_show' argument 2 names different: declaration 'flag' definition 'show'.
fotoxx-18.01.1/zfuncs.cc:9129:35: note: Function 'zdialog_show' argument 2 names different: declaration 'flag' definition 'show'.
fotoxx-18.01.1/zfuncs.cc:9277:49: style: Function 'zdialog_stuff' argument 3 names different: declaration 'data' definition 'idata'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:528:50: note: Function 'zdialog_stuff' argument 3 names different: declaration 'data' definition 'idata'.
fotoxx-18.01.1/zfuncs.cc:9277:49: note: Function 'zdialog_stuff' argument 3 names different: declaration 'data' definition 'idata'.
fotoxx-18.01.1/zfuncs.cc:9286:52: style: Function 'zdialog_stuff' argument 3 names different: declaration 'data' definition 'ddata'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:529:52: note: Function 'zdialog_stuff' argument 3 names different: declaration 'data' definition 'ddata'.
fotoxx-18.01.1/zfuncs.cc:9286:52: note: Function 'zdialog_stuff' argument 3 names different: declaration 'data' definition 'ddata'.
fotoxx-18.01.1/zfuncs.cc:9295:52: style: Function 'zdialog_stuff' argument 3 names different: declaration 'data' definition 'ddata'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:530:52: note: Function 'zdialog_stuff' argument 3 names different: declaration 'data' definition 'ddata'.
fotoxx-18.01.1/zfuncs.cc:9295:52: note: Function 'zdialog_stuff' argument 3 names different: declaration 'data' definition 'ddata'.
fotoxx-18.01.1/zfuncs.cc:9304:43: style: Function 'zdialog_labelfont' argument 2 names different: declaration 'lab' definition 'labl'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:531:43: note: Function 'zdialog_labelfont' argument 2 names different: declaration 'lab' definition 'labl'.
fotoxx-18.01.1/zfuncs.cc:9304:43: note: Function 'zdialog_labelfont' argument 2 names different: declaration 'lab' definition 'labl'.
fotoxx-18.01.1/zfuncs.cc:9333:50: style: Function 'zdialog_fetch' argument 3 names different: declaration 'data' definition 'idata'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:534:51: note: Function 'zdialog_fetch' argument 3 names different: declaration 'data' definition 'idata'.
fotoxx-18.01.1/zfuncs.cc:9333:50: note: Function 'zdialog_fetch' argument 3 names different: declaration 'data' definition 'idata'.
fotoxx-18.01.1/zfuncs.cc:9347:53: style: Function 'zdialog_fetch' argument 3 names different: declaration 'data' definition 'ddata'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:535:53: note: Function 'zdialog_fetch' argument 3 names different: declaration 'data' definition 'ddata'.
fotoxx-18.01.1/zfuncs.cc:9347:53: note: Function 'zdialog_fetch' argument 3 names different: declaration 'data' definition 'ddata'.
fotoxx-18.01.1/zfuncs.cc:9363:52: style: Function 'zdialog_fetch' argument 3 names different: declaration 'data' definition 'fdata'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:536:52: note: Function 'zdialog_fetch' argument 3 names different: declaration 'data' definition 'fdata'.
fotoxx-18.01.1/zfuncs.cc:9363:52: note: Function 'zdialog_fetch' argument 3 names different: declaration 'data' definition 'fdata'.
fotoxx-18.01.1/zfuncs.cc:9542:54: style: Function 'zdialog_cb_save' argument 3 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:544:54: note: Function 'zdialog_cb_save' argument 3 names different: declaration 'file' definition 'filename'.
fotoxx-18.01.1/zfuncs.cc:9542:54: note: Function 'zdialog_cb_save' argument 3 names different: declaration 'file' definition 'filename'.
fotoxx-18.01.1/zfuncs.cc:9575:54: style: Function 'zdialog_cb_load' argument 3 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:545:54: note: Function 'zdialog_cb_load' argument 3 names different: declaration 'file' definition 'filename'.
fotoxx-18.01.1/zfuncs.cc:9575:54: note: Function 'zdialog_cb_load' argument 3 names different: declaration 'file' definition 'filename'.
fotoxx-18.01.1/zfuncs.cc:10099:42: style: Function 'popup_report_open' argument 1 names different: declaration 'paren' definition 'parent'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:559:42: note: Function 'popup_report_open' argument 1 names different: declaration 'paren' definition 'parent'.
fotoxx-18.01.1/zfuncs.cc:10099:42: note: Function 'popup_report_open' argument 1 names different: declaration 'paren' definition 'parent'.
fotoxx-18.01.1/zfuncs.cc:10099:57: style: Function 'popup_report_open' argument 2 names different: declaration 'titl' definition 'title'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:559:56: note: Function 'popup_report_open' argument 2 names different: declaration 'titl' definition 'title'.
fotoxx-18.01.1/zfuncs.cc:10099:57: note: Function 'popup_report_open' argument 2 names different: declaration 'titl' definition 'title'.
fotoxx-18.01.1/zfuncs.cc:10390:48: style: Function 'zmessage_post' argument 2 names different: declaration 'secs' definition 'seconds'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:574:48: note: Function 'zmessage_post' argument 2 names different: declaration 'secs' definition 'seconds'.
fotoxx-18.01.1/zfuncs.cc:10390:48: note: Function 'zmessage_post' argument 2 names different: declaration 'secs' definition 'seconds'.
fotoxx-18.01.1/zfuncs.cc:10428:53: style: Function 'zmessage_post_bold' argument 2 names different: declaration 'secs' definition 'seconds'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:575:53: note: Function 'zmessage_post_bold' argument 2 names different: declaration 'secs' definition 'seconds'.
fotoxx-18.01.1/zfuncs.cc:10428:53: note: Function 'zmessage_post_bold' argument 2 names different: declaration 'secs' definition 'seconds'.
fotoxx-18.01.1/zfuncs.cc:10611:74: style: Function 'poptext_mouse' argument 5 names different: declaration 's1' definition 'secs1'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:578:74: note: Function 'poptext_mouse' argument 5 names different: declaration 's1' definition 'secs1'.
fotoxx-18.01.1/zfuncs.cc:10611:74: note: Function 'poptext_mouse' argument 5 names different: declaration 's1' definition 'secs1'.
fotoxx-18.01.1/zfuncs.cc:10611:87: style: Function 'poptext_mouse' argument 6 names different: declaration 's2' definition 'secs2'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:578:84: note: Function 'poptext_mouse' argument 6 names different: declaration 's2' definition 'secs2'.
fotoxx-18.01.1/zfuncs.cc:10611:87: note: Function 'poptext_mouse' argument 6 names different: declaration 's2' definition 'secs2'.
fotoxx-18.01.1/zfuncs.cc:10662:73: style: Function 'poptext_window' argument 5 names different: declaration 's1' definition 'secs1'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:579:69: note: Function 'poptext_window' argument 5 names different: declaration 's1' definition 'secs1'.
fotoxx-18.01.1/zfuncs.cc:10662:73: note: Function 'poptext_window' argument 5 names different: declaration 's1' definition 'secs1'.
fotoxx-18.01.1/zfuncs.cc:10662:86: style: Function 'poptext_window' argument 6 names different: declaration 's2' definition 'secs2'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:579:79: note: Function 'poptext_window' argument 6 names different: declaration 's2' definition 'secs2'.
fotoxx-18.01.1/zfuncs.cc:10662:86: note: Function 'poptext_window' argument 6 names different: declaration 's2' definition 'secs2'.
fotoxx-18.01.1/zfuncs.cc:10722:24: style: Function 'popup_image' argument 1 names different: declaration 'imagefile' definition 'file'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:581:25: note: Function 'popup_image' argument 1 names different: declaration 'imagefile' definition 'file'.
fotoxx-18.01.1/zfuncs.cc:10722:24: note: Function 'popup_image' argument 1 names different: declaration 'imagefile' definition 'file'.
fotoxx-18.01.1/zfuncs.cc:10943:72: style: Function 'zgetfile' argument 4 names different: declaration 'file' definition 'initfile'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:585:73: note: Function 'zgetfile' argument 4 names different: declaration 'file' definition 'initfile'.
fotoxx-18.01.1/zfuncs.cc:10943:72: note: Function 'zgetfile' argument 4 names different: declaration 'file' definition 'initfile'.
fotoxx-18.01.1/zfuncs.cc:10960:74: style: Function 'zgetfiles' argument 4 names different: declaration 'file' definition 'initfile'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:586:74: note: Function 'zgetfiles' argument 4 names different: declaration 'file' definition 'initfile'.
fotoxx-18.01.1/zfuncs.cc:10960:74: note: Function 'zgetfiles' argument 4 names different: declaration 'file' definition 'initfile'.
fotoxx-18.01.1/zfuncs.cc:11208:34: style: Function 'print_image_file' argument 1 names different: declaration 'parent' definition 'pwin'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:590:34: note: Function 'print_image_file' argument 1 names different: declaration 'parent' definition 'pwin'.
fotoxx-18.01.1/zfuncs.cc:11208:34: note: Function 'print_image_file' argument 1 names different: declaration 'parent' definition 'pwin'.
fotoxx-18.01.1/zfuncs.cc:11752:32: style: Function 'zmakecursor' argument 1 names different: declaration 'iconfile' definition 'imagefile'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:602:32: note: Function 'zmakecursor' argument 1 names different: declaration 'iconfile' definition 'imagefile'.
fotoxx-18.01.1/zfuncs.cc:11752:32: note: Function 'zmakecursor' argument 1 names different: declaration 'iconfile' definition 'imagefile'.
fotoxx-18.01.1/zfuncs.cc:11810:51: style: Function 'gdk_pixbuf_rotate' argument 2 names different: declaration 'deg' definition 'angle'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:603:44: note: Function 'gdk_pixbuf_rotate' argument 2 names different: declaration 'deg' definition 'angle'.
fotoxx-18.01.1/zfuncs.cc:11810:51: note: Function 'gdk_pixbuf_rotate' argument 2 names different: declaration 'deg' definition 'angle'.
fotoxx-18.01.1/zfuncs.cc:11810:62: style: Function 'gdk_pixbuf_rotate' argument 3 names different: declaration 'alfa' definition 'acolor'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:603:53: note: Function 'gdk_pixbuf_rotate' argument 3 names different: declaration 'alfa' definition 'acolor'.
fotoxx-18.01.1/zfuncs.cc:11810:62: note: Function 'gdk_pixbuf_rotate' argument 3 names different: declaration 'alfa' definition 'acolor'.
fotoxx-18.01.1/zfuncs.cc:11918:40: style: Function 'gdk_pixbuf_stripalpha' argument 1 names different: declaration 'pixbuf' definition 'pixbuf1'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:604:40: note: Function 'gdk_pixbuf_stripalpha' argument 1 names different: declaration 'pixbuf' definition 'pixbuf1'.
fotoxx-18.01.1/zfuncs.cc:11918:40: note: Function 'gdk_pixbuf_stripalpha' argument 1 names different: declaration 'pixbuf' definition 'pixbuf1'.
fotoxx-18.01.1/zfuncs.cc:11964:52: style: Function 'text_pixbuf' argument 3 names different: declaration 'fsize' definition 'fontsize'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:605:52: note: Function 'text_pixbuf' argument 3 names different: declaration 'fsize' definition 'fontsize'.
fotoxx-18.01.1/zfuncs.cc:11964:52: note: Function 'text_pixbuf' argument 3 names different: declaration 'fsize' definition 'fontsize'.
fotoxx-18.01.1/zfuncs.cc:12413:24: style: Function 'sort' argument 1 names different: declaration 'nkeys' definition 'NK'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:657:17: note: Function 'sort' argument 1 names different: declaration 'nkeys' definition 'NK'.
fotoxx-18.01.1/zfuncs.cc:12413:24: note: Function 'sort' argument 1 names different: declaration 'nkeys' definition 'NK'.
fotoxx-18.01.1/zfuncs.cc:12533:22: style: Function 'HashTab' argument 1 names different: declaration 'cc' definition '_cc'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:673:16: note: Function 'HashTab' argument 1 names different: declaration 'cc' definition '_cc'.
fotoxx-18.01.1/zfuncs.cc:12533:22: note: Function 'HashTab' argument 1 names different: declaration 'cc' definition '_cc'.
fotoxx-18.01.1/zfuncs.cc:12533:31: style: Function 'HashTab' argument 2 names different: declaration 'cap' definition '_cap'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:673:24: note: Function 'HashTab' argument 2 names different: declaration 'cap' definition '_cap'.
fotoxx-18.01.1/zfuncs.cc:12533:31: note: Function 'HashTab' argument 2 names different: declaration 'cap' definition '_cap'.
fotoxx-18.01.1/zfuncs.cc:12635:28: style: Function 'GetNext' argument 1 names different: declaration 'first' definition 'ftf'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:679:22: note: Function 'GetNext' argument 1 names different: declaration 'first' definition 'ftf'.
fotoxx-18.01.1/zfuncs.cc:12635:28: note: Function 'GetNext' argument 1 names different: declaration 'first' definition 'ftf'.
fotoxx-18.01.1/zfuncs.cc:12754:32: style: Function 'push' argument 1 names different: declaration 'entry' definition 'newEnt'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:703:29: note: Function 'push' argument 1 names different: declaration 'entry' definition 'newEnt'.
fotoxx-18.01.1/zfuncs.cc:12754:32: note: Function 'push' argument 1 names different: declaration 'entry' definition 'newEnt'.
fotoxx-18.01.1/zfuncs.cc:12754:47: style: Function 'push' argument 2 names different: declaration 'secs' definition 'wait'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:703:43: note: Function 'push' argument 2 names different: declaration 'secs' definition 'wait'.
fotoxx-18.01.1/zfuncs.cc:12754:47: note: Function 'push' argument 2 names different: declaration 'secs' definition 'wait'.
fotoxx-18.01.1/zfuncs.cc:12931:31: style: Function 'put' argument 2 names different: declaration 'cc' definition 'dd'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:730:29: note: Function 'put' argument 2 names different: declaration 'cc' definition 'dd'.
fotoxx-18.01.1/zfuncs.cc:12931:31: note: Function 'put' argument 2 names different: declaration 'cc' definition 'dd'.
fotoxx-18.01.1/zfuncs.cc:12948:31: style: Function 'put' argument 2 names different: declaration 'cc' definition 'dd'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:731:29: note: Function 'put' argument 2 names different: declaration 'cc' definition 'dd'.
fotoxx-18.01.1/zfuncs.cc:12948:31: note: Function 'put' argument 2 names different: declaration 'cc' definition 'dd'.
fotoxx-18.01.1/zfuncs.cc:12965:31: style: Function 'get' argument 2 names different: declaration 'cc' definition 'dd'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:732:29: note: Function 'get' argument 2 names different: declaration 'cc' definition 'dd'.
fotoxx-18.01.1/zfuncs.cc:12965:31: note: Function 'get' argument 2 names different: declaration 'cc' definition 'dd'.
fotoxx-18.01.1/zfuncs.cc:12978:31: style: Function 'get' argument 2 names different: declaration 'cc' definition 'dd'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:733:29: note: Function 'get' argument 2 names different: declaration 'cc' definition 'dd'.
fotoxx-18.01.1/zfuncs.cc:12978:31: note: Function 'get' argument 2 names different: declaration 'cc' definition 'dd'.
fotoxx-18.01.1/zfuncs.cc:13094:22: style: Function 'stats' argument 1 names different: declaration 'nnodes' definition 'nn'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:734:19: note: Function 'stats' argument 1 names different: declaration 'nnodes' definition 'nn'.
fotoxx-18.01.1/zfuncs.cc:13094:22: note: Function 'stats' argument 1 names different: declaration 'nnodes' definition 'nn'.
fotoxx-18.01.1/zfuncs.cc:13094:32: style: Function 'stats' argument 2 names different: declaration 'ndata' definition 'nd'. [funcArgNamesDifferent]
fotoxx-18.01.1/zfuncs.h:734:33: note: Function 'stats' argument 2 names different: declaration 'ndata' definition 'nd'.
fotoxx-18.01.1/zfuncs.cc:13094:32: note: Function 'stats' argument 2 names different: declaration 'ndata' definition 'nd'.
fotoxx-18.01.1/zfuncs.cc:3165:4: error: Buffer is accessed out of bounds: sdata [bufferAccessOutOfBounds]
fotoxx-18.01.1/zfuncs.cc:8400:7: note: Buffer is accessed out of bounds: sdata
fotoxx-18.01.1/zfuncs.cc:3165:4: note: Buffer is accessed out of bounds: sdata
fotoxx-18.01.1/zfuncs.cc:12112:18: warning: Member variable 'xstring::wmi' is not assigned a value in 'xstring::operator='. [operatorEqVarError]
fotoxx-18.01.1/zfuncs.cc:12533:10: warning: Member variable 'HashTab::count' is not initialized in the constructor. [uninitMemberVar]
fotoxx-18.01.1/zfuncs.cc:12701:8: warning: Member variable 'Queue::lastent' is not initialized in the constructor. [uninitMemberVar]
fotoxx-18.01.1/zfuncs.cc:12701:8: warning: Member variable 'Queue::lcc' is not initialized in the constructor. [uninitMemberVar]
fotoxx-18.01.1/zfuncs.cc:12538:4: style: Class 'HashTab' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fotoxx-18.01.1/zfuncs.cc:12538:4: style: Class 'HashTab' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fotoxx-18.01.1/zfuncs.cc:12710:4: style: Class 'Queue' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fotoxx-18.01.1/zfuncs.cc:12710:4: style: Class 'Queue' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fotoxx-18.01.1/zfuncs.cc:12905:7: style: Class 'Tree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fotoxx-18.01.1/zfuncs.cc:12905:7: style: Class 'Tree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fotoxx-18.01.1/zfuncs.cc:464:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/zfuncs.cc:4739:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/zfuncs.cc:4741:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fotoxx-18.01.1/zfuncs.cc:2862:7: error: Resource leak: fid1 [resourceLeak]
fotoxx-18.01.1/zfuncs.cc:4015:4: error: Mismatching allocation and deallocation: vvrec [mismatchAllocDealloc]
fotoxx-18.01.1/zfuncs.cc:2005:14: error: Uninitialized variable: pfs1 [uninitvar]
fotoxx-18.01.1/zfuncs.cc:2005:21: error: Uninitialized variable: pfs2 [uninitvar]
[22:35]

ftp://ftp.se.debian.org/debian/pool/main/f/foundry/foundry_0.0.20130809.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fountain-mode/fountain-mode_2.6.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/four-in-a-row/four-in-a-row_3.28.0.orig.tar.xz
four-in-a-row-3.28.0/src/ai.c:1045:0: error: syntax error [syntaxError]
four-in-a-row-3.28.0/src/games-controls.c:347:15: style: The scope of the variable 'label' can be reduced. [variableScope]
four-in-a-row-3.28.0/src/main.c:1103:3: style: Variable 'css_provider' is reassigned a value before the old one has been used. [redundantAssignment]
four-in-a-row-3.28.0/src/main.c:1098:0: note: Variable 'css_provider' is reassigned a value before the old one has been used.
four-in-a-row-3.28.0/src/main.c:1103:3: note: Variable 'css_provider' is reassigned a value before the old one has been used.
four-in-a-row-3.28.0/src/main.c:964:20: style: Function 'process_move' argument 1 names different: declaration 'move' definition 'c'. [funcArgNamesDifferent]
four-in-a-row-3.28.0/src/main.h:57:24: note: Function 'process_move' argument 1 names different: declaration 'move' definition 'c'.
four-in-a-row-3.28.0/src/main.c:964:20: note: Function 'process_move' argument 1 names different: declaration 'move' definition 'c'.
four-in-a-row-3.28.0/src/main.c:673:29: style: Unused variable: icon [unusedVariable]
four-in-a-row-3.28.0/src/test-ai.c:111:0: error: syntax error [syntaxError]
[22:35]

ftp://ftp.se.debian.org/debian/pool/main/f/fox1.6/fox1.6_1.6.57.orig.tar.gz
fox1.6-1.6.57/adie/Preferences.h:56:33: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/adie/TextWindow.h:345:33: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/adie/HelpWindow.h:37:3: warning: Member variable 'HelpWindow::helptext' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Preferences.h:47:3: warning: Member variable 'Preferences::filepattext' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Preferences.h:47:3: warning: Member variable 'Preferences::stylelist' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Preferences.h:47:3: warning: Member variable 'Preferences::stylename' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Preferences.h:47:3: warning: Member variable 'Preferences::pal' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Preferences.h:47:3: warning: Member variable 'Preferences::ind' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Preferences.h:47:3: warning: Member variable 'Preferences::pat' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Preferences.h:47:3: warning: Member variable 'Preferences::sty' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::dragshell1' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::dragshell2' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::topdock' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::bottomdock' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::leftdock' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::rightdock' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::filemenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::editmenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::gotomenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::searchmenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::optionmenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::viewmenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::windowmenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::helpmenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::popupmenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::syntaxmenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::treebox' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::undoredoblock' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::editor' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::dirlist' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::filter' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::clock' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::menubar' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::toolbar' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::statusbar' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::font' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/TextWindow.h:106:3: warning: Member variable 'TextWindow::syntax' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::associations' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::bigicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::smallicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::newicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::reloadicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::openicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::saveicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::saveasicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::printicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::cuticon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::copyicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::pasteicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::deleteicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::undoicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::redoicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::fontsicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::helpicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::quiticon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::searchicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::searchnexticon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::searchprevicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::bookseticon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::booknexticon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::bookprevicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::bookdelicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::shiftlefticon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/Adie.h:74:3: warning: Member variable 'Adie::shiftrighticon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/adie/HelpWindow.h:40:3: style: Class 'HelpWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/adie/Preferences.h:53:3: style: Class 'Preferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/adie/Hilite.h:195:3: style: Class 'FXSyntax' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/adie/Adie.h:88:3: style: Class 'Adie' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/adie/Hilite.h:100:18: style: The function 'stylize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fox1.6-1.6.57/adie/Hilite.h:77:18: note: Virtual function in base class
fox1.6-1.6.57/adie/Hilite.h:100:18: note: Function in derived class
fox1.6-1.6.57/adie/Hilite.h:121:18: style: The function 'stylize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fox1.6-1.6.57/adie/Hilite.h:77:18: note: Virtual function in base class
fox1.6-1.6.57/adie/Hilite.h:121:18: note: Function in derived class
fox1.6-1.6.57/adie/Hilite.h:124:18: style: The function 'stylizeBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fox1.6-1.6.57/adie/Hilite.h:80:18: note: Virtual function in base class
fox1.6-1.6.57/adie/Hilite.h:124:18: note: Function in derived class
fox1.6-1.6.57/adie/Hilite.h:145:18: style: The function 'stylize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fox1.6-1.6.57/adie/Hilite.h:121:18: note: Virtual function in base class
fox1.6-1.6.57/adie/Hilite.h:145:18: note: Function in derived class
fox1.6-1.6.57/adie/Hilite.h:148:18: style: The function 'stylizeBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fox1.6-1.6.57/adie/Hilite.h:124:18: note: Virtual function in base class
fox1.6-1.6.57/adie/Hilite.h:148:18: note: Function in derived class
fox1.6-1.6.57/adie/Hilite.h:167:18: style: The function 'stylize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fox1.6-1.6.57/adie/Hilite.h:77:18: note: Virtual function in base class
fox1.6-1.6.57/adie/Hilite.h:167:18: note: Function in derived class
fox1.6-1.6.57/adie/Hilite.h:170:18: style: The function 'stylizeBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fox1.6-1.6.57/adie/Hilite.h:80:18: note: Virtual function in base class
fox1.6-1.6.57/adie/Hilite.h:170:18: note: Function in derived class
fox1.6-1.6.57/adie/TextWindow.cpp:2998:3: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fox1.6-1.6.57/adie/TextWindow.cpp:2997:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/adie/TextWindow.cpp:2998:3: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/adie/TextWindow.cpp:2878:17: style: The scope of the variable 'style' can be reduced. [variableScope]
fox1.6-1.6.57/adie/TextWindow.cpp:1497:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/adie/TextWindow.cpp:1503:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/adie/TextWindow.cpp:1511:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/adie/TextWindow.cpp:1519:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/adie/TextWindow.cpp:1527:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/adie/TextWindow.cpp:1535:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/adie/TextWindow.cpp:1543:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/adie/main.cpp:105:12: style: Variable 'tags' is assigned a value that is never used. [unreadVariable]
fox1.6-1.6.57/adie/parsesyntax.cpp:103:20: style: The scope of the variable 'value' can be reduced. [variableScope]
fox1.6-1.6.57/adie/parsesyntax.cpp:103:27: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fox1.6-1.6.57/adie/parsesyntax.cpp:220:13: style: The scope of the variable 'syntax' can be reduced. [variableScope]
fox1.6-1.6.57/adie/parsesyntax.cpp:61:3: style: Class 'Parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/calculator/Calculator.cpp:846:32: style: Function 'setBase' argument 1 names different: declaration 'base' definition 'b'. [funcArgNamesDifferent]
fox1.6-1.6.57/calculator/Calculator.h:382:22: note: Function 'setBase' argument 1 names different: declaration 'base' definition 'b'.
fox1.6-1.6.57/calculator/Calculator.cpp:846:32: note: Function 'setBase' argument 1 names different: declaration 'base' definition 'b'.
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::display' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::font' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::digit' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::memory' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::clearbtn' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::clearallbtn' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::inverse' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::hyper2' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::functions' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::operators' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::numbase' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::angmode' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::bigicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::smallicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::cmem' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Calculator.h:70:3: warning: Member variable 'Calculator::quest' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/calculator/Preferences.h:36:3: warning: Member variable 'Preferences::palette' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/calculator/Preferences.h:36:3: warning: Member variable 'Preferences::calculator' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/calculator/Preferences.h:36:3: warning: Member variable 'Preferences::info' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/calculator/HelpWindow.h:37:3: warning: Member variable 'HelpWindow::helptext' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/calculator/Calculator.h:321:3: style: Class 'Calculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/calculator/Preferences.h:39:3: style: Class 'Preferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/chart/FXChart.cpp:363:12: style: The scope of the variable 'data' can be reduced. [variableScope]
fox1.6-1.6.57/chart/FXChart.cpp:70:10: warning: Member variable 'FXChart::chart' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/chart/FXChart.cpp:70:10: warning: Member variable 'FXChart::fill' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/chart/chart.cpp:32:3: warning: Member variable 'ChartWindow::chart' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/chart/chart.cpp:32:3: warning: Member variable 'ChartWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/chart/chart.cpp:32:3: warning: Member variable 'ChartWindow::statusbar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/chart/chart.cpp:32:3: warning: Member variable 'ChartWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/chart/chart.cpp:32:3: warning: Member variable 'ChartWindow::image' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/chart/chart.cpp:43:3: style: Class 'ChartWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/pathfinder/CopyDialog.h:35:3: warning: Member variable 'CopyDialog::oldname' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/CopyDialog.h:35:3: warning: Member variable 'CopyDialog::newname' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::property' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::dragshell1' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::dragshell2' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::dragshell3' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::toolbar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::locationbar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::statusbar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::editmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::viewmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::gomenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::arrangemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::sortmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::prefmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::helpmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::bookmarkmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::dirbox' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::switcher' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::splitter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::group1' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::group2' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::dirlist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::filelist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::pattern' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::address' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::imagepreview' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::associations' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::foxbigicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::foxminiicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::cuticon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::copyicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::moveicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::linkicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::renameicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::pasteicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::upicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::homeicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::backicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::forwicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::bigiconsicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::miniiconsicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::detailsicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::mapicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::unmapicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::propicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::deleteicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::setbookicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::clrbookicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::workicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::closeicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::locationicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::entericon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::rotatelefticon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::rotaterighticon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PathFinder.h:100:3: warning: Member variable 'PathFinderMain::quiticon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:42:3: warning: Member variable 'PropertyDialog::filename' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:42:3: warning: Member variable 'PropertyDialog::filetype' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:42:3: warning: Member variable 'PropertyDialog::filesize' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:42:3: warning: Member variable 'PropertyDialog::directory' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:42:3: warning: Member variable 'PropertyDialog::createtime' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:42:3: warning: Member variable 'PropertyDialog::modifytime' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:42:3: warning: Member variable 'PropertyDialog::accesstime' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:42:3: warning: Member variable 'PropertyDialog::fileowner' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:42:3: warning: Member variable 'PropertyDialog::filegroup' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::pattern' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::editor' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::terminal' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::preview' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::blending' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::icondirs' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::extensions' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::mimetypes' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::bigopen' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::bigclosed' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::smallopen' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::smallclosed' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::runinterminal' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::changedirectory' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::description' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::command' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::brw' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::pat' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::icp' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::mim' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/Preferences.h:58:3: warning: Member variable 'Preferences::dir' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/pathfinder/PathFinder.h:246:3: style: Class 'PathFinderMain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/pathfinder/PropertyDialog.h:45:3: style: Class 'PropertyDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/pathfinder/Preferences.h:94:3: style: Class 'Preferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/shutterbug/ShutterBug.cpp:637:12: style: The scope of the variable 'data' can be reduced. [variableScope]
fox1.6-1.6.57/shutterbug/ShutterBug.cpp:510:63: style: Function 'readPixels' argument 2 names different: declaration 'rectangle' definition 'r'. [funcArgNamesDifferent]
fox1.6-1.6.57/shutterbug/ShutterBug.h:70:53: note: Function 'readPixels' argument 2 names different: declaration 'rectangle' definition 'r'.
fox1.6-1.6.57/shutterbug/ShutterBug.cpp:510:63: note: Function 'readPixels' argument 2 names different: declaration 'rectangle' definition 'r'.
fox1.6-1.6.57/shutterbug/ShutterBug.h:60:3: warning: Member variable 'ShutterBug::clipbuffer' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/shutterbug/ShutterBug.h:60:3: warning: Member variable 'ShutterBug::snapper' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/shutterbug/ShutterBug.h:60:3: warning: Member variable 'ShutterBug::bigicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/shutterbug/ShutterBug.h:60:3: warning: Member variable 'ShutterBug::smallicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/shutterbug/ShutterBug.h:60:3: warning: Member variable 'ShutterBug::weighticons' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/shutterbug/ShutterBug.cpp:164:3: performance: Variable 'filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/shutterbug/ShutterBug.cpp:165:3: performance: Variable 'fileformat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/shutterbug/ShutterBug.cpp:166:3: performance: Variable 'filecount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/shutterbug/ShutterBug.cpp:168:3: performance: Variable 'clipwidth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/shutterbug/ShutterBug.cpp:169:3: performance: Variable 'clipheight' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/shutterbug/ShutterBug.h:167:3: style: Class 'ShutterBug' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/src/FXApp.cpp:1439:10: style: The scope of the variable 'handler' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXApp.cpp:2183:21: style: The scope of the variable 'ancestor' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXApp.cpp:3703:13: style: The scope of the variable 'window' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXApp.cpp:4546:22: style: The scope of the variable 't' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXBitmap.cpp:256:22: style: The scope of the variable 'vis' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXBitmap.cpp:257:18: style: The scope of the variable 'size' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXBitmap.cpp:258:23: style: The scope of the variable 'pix' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXBitmap.cpp:259:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXBitmap.cpp:533:25: style: The scope of the variable 'q' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXComposeContext.cpp:489:73: style: Variable 'drawstruct' is assigned a value that is never used. [unreadVariable]
fox1.6-1.6.57/src/FXDCPrint.cpp:867:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fox1.6-1.6.57/src/FXDCPrint.cpp:870:3: note: Found duplicate branches for 'if' and 'else'.
fox1.6-1.6.57/src/FXDCPrint.cpp:867:8: note: Found duplicate branches for 'if' and 'else'.
fox1.6-1.6.57/src/FXDir.cpp:74:4: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXDir.cpp:88:4: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXDir.cpp:113:6: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXDir.cpp:114:9: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXDir.cpp:128:12: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXDir.cpp:147:10: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXDir.cpp:163:13: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXDir.cpp:177:15: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXDir.cpp:178:6: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXDirBox.cpp:196:24: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXDirBox.cpp:197:20: style: The scope of the variable 'icon' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXDirList.cpp:286:15: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXDockBar.cpp:278:24: style: The scope of the variable 'docksite' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXDockBar.cpp:344:24: style: The scope of the variable 'docksite' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXDockBar.cpp:521:15: style: The scope of the variable 'toolbardock' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXDockHandler.cpp:159:140: style: Same expression on both sides of '|'. [duplicateExpression]
fox1.6-1.6.57/src/FXDockSite.cpp:639:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXDockSite.cpp:772:13: style: The scope of the variable 'begin' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXExpression.cpp:853:34: style: Function 'operand' argument 1 names different: declaration 'num' definition 'n'. [funcArgNamesDifferent]
fox1.6-1.6.57/src/FXExpression.cpp:185:25: note: Function 'operand' argument 1 names different: declaration 'num' definition 'n'.
fox1.6-1.6.57/src/FXExpression.cpp:853:34: note: Function 'operand' argument 1 names different: declaration 'num' definition 'n'.
fox1.6-1.6.57/src/FXExpression.cpp:1011:30: portability: Undefined behaviour, pointer arithmetic 'stack-1' is out of bounds. [pointerOutOfBounds]
fox1.6-1.6.57/src/FXExpression.cpp:182:9: style: Technically the member function '::FXCompile::lookup' can be const. [functionConst]
fox1.6-1.6.57/src/FXExpression.cpp:652:18: note: Technically the member function '::FXCompile::lookup' can be const.
fox1.6-1.6.57/src/FXExpression.cpp:182:9: note: Technically the member function '::FXCompile::lookup' can be const.
fox1.6-1.6.57/src/FXFileDict.cpp:324:26: style: The scope of the variable 'binding' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXFileDict.cpp:361:25: style: The scope of the variable 'record' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXFoldingList.cpp:2241:13: style: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same. [duplicateExpression]
fox1.6-1.6.57/src/FXFoldingList.cpp:2193:35: note: 'olditem' is assigned value 'currentitem' here.
fox1.6-1.6.57/src/FXFoldingList.cpp:2241:13: note: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same.
fox1.6-1.6.57/src/FXFoldingList.cpp:2414:15: style: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same. [duplicateExpression]
fox1.6-1.6.57/src/FXFoldingList.cpp:2368:35: note: 'olditem' is assigned value 'currentitem' here.
fox1.6-1.6.57/src/FXFoldingList.cpp:2414:15: note: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same.
fox1.6-1.6.57/src/FXFoldingList.cpp:2482:15: style: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same. [duplicateExpression]
fox1.6-1.6.57/src/FXFoldingList.cpp:2437:35: note: 'olditem' is assigned value 'currentitem' here.
fox1.6-1.6.57/src/FXFoldingList.cpp:2482:15: note: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same.
fox1.6-1.6.57/src/FXFoldingList.cpp:1620:18: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXFoldingList.cpp:1665:18: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXFoldingList.cpp:2519:26: style: The scope of the variable 'comparefunc' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXFont.cpp:888:16: style: The scope of the variable 'font' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXFont.cpp:1551:33: style: The scope of the variable 'cm' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXFontSelector.cpp:275:17: style: The scope of the variable 'wgt' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXFontSelector.cpp:324:17: style: The scope of the variable 'slt' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXGLViewer.cpp:1755:15: style: The scope of the variable 'hit' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXGLViewer.cpp:2590:12: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXGradientBar.cpp:790:93: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXGradientBar.cpp:819:91: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXGradientBar.cpp:839:91: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXGradientBar.cpp:858:91: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXGradientBar.cpp:871:91: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXIcon.cpp:221:22: style: The scope of the variable 'vis' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXIcon.cpp:223:19: style: The scope of the variable 'shmi' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXIcon.cpp:224:23: style: The scope of the variable 'img' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXIconList.cpp:194:5: style: Variable 'dw' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fox1.6-1.6.57/src/FXIconList.cpp:192:5: note: Variable 'dw' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXIconList.cpp:194:5: note: Variable 'dw' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXIconList.cpp:459:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fox1.6-1.6.57/src/FXIconList.cpp:464:3: note: Found duplicate branches for 'if' and 'else'.
fox1.6-1.6.57/src/FXIconList.cpp:459:8: note: Found duplicate branches for 'if' and 'else'.
fox1.6-1.6.57/src/FXIconList.cpp:1660:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fox1.6-1.6.57/src/FXIconList.cpp:1676:5: note: Found duplicate branches for 'if' and 'else'.
fox1.6-1.6.57/src/FXIconList.cpp:1660:5: note: Found duplicate branches for 'if' and 'else'.
fox1.6-1.6.57/src/FXIconList.cpp:1175:26: style: The scope of the variable 'comparefunc' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXIconList.cpp:1908:27: style: The scope of the variable 'c' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXIconList.cpp:2652:24: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXIconList.cpp:2808:91: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXImage.cpp:327:18: style: The scope of the variable 'size' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:327:26: style: The scope of the variable 'i' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:328:19: style: The scope of the variable 'shmi' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:332:23: style: The scope of the variable 'img' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1226:19: style: The scope of the variable 'shmi' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1228:22: style: The scope of the variable 'vis' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1229:18: style: The scope of the variable 'dd' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1640:21: style: The scope of the variable 'd' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1641:27: style: The scope of the variable 's' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1680:24: style: The scope of the variable 'dd' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1681:27: style: The scope of the variable 's' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1860:21: style: The scope of the variable 'ppp' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1860:34: style: The scope of the variable 'p' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1860:40: style: The scope of the variable 'k' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1923:21: style: The scope of the variable 'ppp' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1923:34: style: The scope of the variable 'p' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:1923:40: style: The scope of the variable 'k' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:2080:38: style: The scope of the variable 'pn' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:2080:42: style: The scope of the variable 'po' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXImage.cpp:2080:46: style: The scope of the variable 'xx' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXList.cpp:1469:27: style: The scope of the variable 'c' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXList.cpp:1691:24: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXList.cpp:1860:26: style: The scope of the variable 'comparefunc' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXList.cpp:1847:91: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXMDIChild.cpp:369:15: style: The scope of the variable 'alternative' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXMat4d.cpp:667:20: style: The scope of the variable 'pvi' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXMat4f.cpp:665:20: style: The scope of the variable 'pvi' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXMenuCommand.cpp:101:17: style: The scope of the variable 'table' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXMenuCommand.cpp:360:17: style: The scope of the variable 'table' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXMessageBox.cpp:122:101: style: Same expression on both sides of '|'. [duplicateExpression]
fox1.6-1.6.57/src/FXObject.cpp:58:35: error: Memory leak: ptr [memleak]
fox1.6-1.6.57/src/FXObject.cpp:68:37: error: Memory leak: ptr [memleak]
fox1.6-1.6.57/src/FXObject.cpp:92:35: error: Memory leak: ptr [memleak]
fox1.6-1.6.57/src/FXObject.cpp:106:3: error: Memory leak: copy [memleak]
fox1.6-1.6.57/src/FXPrintDialog.cpp:450:8: error: Array 'buf[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
fox1.6-1.6.57/src/FXPrintDialog.cpp:449:5: note: After for loop, i has value 1000
fox1.6-1.6.57/src/FXPrintDialog.cpp:450:8: note: Array index out of bounds
fox1.6-1.6.57/src/FXPrintDialog.cpp:308:134: style: Same expression on both sides of '|'. [duplicateExpression]
fox1.6-1.6.57/src/FXPrintDialog.cpp:311:136: style: Same expression on both sides of '|'. [duplicateExpression]
fox1.6-1.6.57/src/FXPrintDialog.cpp:439:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/src/FXRealSlider.cpp:337:90: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXRealSlider.cpp:347:90: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXRecentFiles.cpp:154:17: style: The scope of the variable 'filename' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXReplaceDialog.cpp:232:24: style: The scope of the variable 'val' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXReplaceDialog.cpp:233:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXRex.cpp:600:8: style: Technically the member function '::FXCompile::patch' can be const. [functionConst]
fox1.6-1.6.57/src/FXRex.cpp:1887:17: note: Technically the member function '::FXCompile::patch' can be const.
fox1.6-1.6.57/src/FXRex.cpp:600:8: note: Technically the member function '::FXCompile::patch' can be const.
fox1.6-1.6.57/src/FXScrollBar.cpp:287:16: style: The scope of the variable 'travel' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXScrollBar.cpp:287:23: style: The scope of the variable 'lo' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXScrollBar.cpp:287:26: style: The scope of the variable 'hi' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXScrollBar.cpp:287:29: style: The scope of the variable 't' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXScrollBar.cpp:368:91: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXScrollBar.cpp:398:91: portability: '(void*)(FXival)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fox1.6-1.6.57/src/FXStream.cpp:816:26: style: The scope of the variable 'name' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTable.cpp:1422:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTable.cpp:1632:25: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTable.cpp:1769:16: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTable.cpp:1839:16: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTable.cpp:1967:25: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTable.cpp:1982:25: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTable.cpp:2381:31: style: The scope of the variable 'meti' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTable.cpp:2405:31: style: The scope of the variable 'meti' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXToolBarTab.cpp:182:13: style: The scope of the variable 'sibling' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTopWindow.cpp:968:7: style: Variable 'size.win_gravity' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fox1.6-1.6.57/src/FXTopWindow.cpp:967:7: note: Variable 'size.win_gravity' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXTopWindow.cpp:968:7: note: Variable 'size.win_gravity' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXTopWindow.cpp:1038:7: style: Variable 'size.win_gravity' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fox1.6-1.6.57/src/FXTopWindow.cpp:1037:7: note: Variable 'size.win_gravity' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXTopWindow.cpp:1038:7: note: Variable 'size.win_gravity' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXTopWindow.cpp:859:32: style: The scope of the variable 'i' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTreeList.cpp:2084:13: style: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same. [duplicateExpression]
fox1.6-1.6.57/src/FXTreeList.cpp:2036:32: note: 'olditem' is assigned value 'currentitem' here.
fox1.6-1.6.57/src/FXTreeList.cpp:2084:13: note: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same.
fox1.6-1.6.57/src/FXTreeList.cpp:2257:15: style: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same. [duplicateExpression]
fox1.6-1.6.57/src/FXTreeList.cpp:2211:32: note: 'olditem' is assigned value 'currentitem' here.
fox1.6-1.6.57/src/FXTreeList.cpp:2257:15: note: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same.
fox1.6-1.6.57/src/FXTreeList.cpp:2325:15: style: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same. [duplicateExpression]
fox1.6-1.6.57/src/FXTreeList.cpp:2280:32: note: 'olditem' is assigned value 'currentitem' here.
fox1.6-1.6.57/src/FXTreeList.cpp:2325:15: note: Same expression on both sides of '!=' because the value of 'olditem' and 'currentitem' are the same.
fox1.6-1.6.57/src/FXTreeList.cpp:1497:15: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTreeList.cpp:1542:15: style: The scope of the variable 'item' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXTreeList.cpp:2362:26: style: The scope of the variable 'comparefunc' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXUndoList.cpp:246:23: style: The scope of the variable 'command' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXWindow.cpp:3139:16: style: C-style pointer casting [cstyleCast]
fox1.6-1.6.57/src/FXWindow.cpp:1245:7: style: Variable 'wattr.bit_gravity' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fox1.6-1.6.57/src/FXWindow.cpp:1244:7: note: Variable 'wattr.bit_gravity' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXWindow.cpp:1245:7: note: Variable 'wattr.bit_gravity' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXWindow.cpp:3226:15: style: Variable 'action' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fox1.6-1.6.57/src/FXWindow.cpp:3225:15: note: Variable 'action' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXWindow.cpp:3226:15: note: Variable 'action' is reassigned a value before the old one has been used if variable is no semaphore variable.
fox1.6-1.6.57/src/FXWindow.cpp:1051:27: style: The scope of the variable 'def' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXWindow.cpp:1062:27: style: The scope of the variable 'ini' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXWindow.cpp:1104:22: style: The scope of the variable 'win' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXWindow.cpp:1129:37: style: The scope of the variable 'windowList' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXWindow.cpp:1130:19: style: The scope of the variable 'i' can be reduced. [variableScope]
fox1.6-1.6.57/src/FXWindow.cpp:1157:19: style: The scope of the variable 'i' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxfsquantize.cpp:55:30: style: Function 'fxfsquantize' argument 1 names different: declaration 'p8' definition 'dst'. [funcArgNamesDifferent]
fox1.6-1.6.57/src/fxpriv.h:100:37: note: Function 'fxfsquantize' argument 1 names different: declaration 'p8' definition 'dst'.
fox1.6-1.6.57/src/fxfsquantize.cpp:55:30: note: Function 'fxfsquantize' argument 1 names different: declaration 'p8' definition 'dst'.
fox1.6-1.6.57/src/fxfsquantize.cpp:55:49: style: Function 'fxfsquantize' argument 2 names different: declaration 'p32' definition 'src'. [funcArgNamesDifferent]
fox1.6-1.6.57/src/fxpriv.h:100:55: note: Function 'fxfsquantize' argument 2 names different: declaration 'p32' definition 'src'.
fox1.6-1.6.57/src/fxfsquantize.cpp:55:49: note: Function 'fxfsquantize' argument 2 names different: declaration 'p32' definition 'src'.
fox1.6-1.6.57/src/fxpriv.cpp:116:17: style: The scope of the variable 'maxtfrsize' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxpriv.cpp:116:28: style: The scope of the variable 'tfrsize' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxpriv.cpp:116:36: style: The scope of the variable 'tfroffset' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxpriv.cpp:117:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxrgbio.cpp:52:17: style: The scope of the variable 'pixel' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxrgbio.cpp:52:24: style: The scope of the variable 'count' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxrgbio.cpp:87:21: style: The scope of the variable 'lengthtab' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxtargaio.cpp:922:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxutils.cpp:166:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fox1.6-1.6.57/src/fxxbmio.cpp:79:46: style: Function 'fxloadXBM' argument 2 names different: declaration 'pix' definition 'pixels'. [funcArgNamesDifferent]
fox1.6-1.6.57/src/fxxbmio.cpp:51:59: note: Function 'fxloadXBM' argument 2 names different: declaration 'pix' definition 'pixels'.
fox1.6-1.6.57/src/fxxbmio.cpp:79:46: note: Function 'fxloadXBM' argument 2 names different: declaration 'pix' definition 'pixels'.
fox1.6-1.6.57/src/fxxbmio.cpp:79:68: style: Function 'fxloadXBM' argument 3 names different: declaration 'msk' definition 'mask'. [funcArgNamesDifferent]
fox1.6-1.6.57/src/fxxbmio.cpp:51:78: note: Function 'fxloadXBM' argument 3 names different: declaration 'msk' definition 'mask'.
fox1.6-1.6.57/src/fxxbmio.cpp:79:68: note: Function 'fxloadXBM' argument 3 names different: declaration 'msk' definition 'mask'.
fox1.6-1.6.57/src/fxxbmio.cpp:126:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/src/fxxbmio.cpp:135:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/src/fxxbmio.cpp:136:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fox1.6-1.6.57/src/fxxpmio.cpp:120:17: style: The scope of the variable 'src' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxxpmio.cpp:219:17: style: The scope of the variable 'src' can be reduced. [variableScope]
fox1.6-1.6.57/src/fxxpmio.cpp:117:31: style: Function 'fxloadXPM' argument 1 names different: declaration 'pix' definition 'pixels'. [funcArgNamesDifferent]
fox1.6-1.6.57/src/fxxpmio.cpp:57:44: note: Function 'fxloadXPM' argument 1 names different: declaration 'pix' definition 'pixels'.
fox1.6-1.6.57/src/fxxpmio.cpp:117:31: note: Function 'fxloadXPM' argument 1 names different: declaration 'pix' definition 'pixels'.
fox1.6-1.6.57/tests/ControlPanel.cpp:501:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/ControlPanel.cpp:498:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:501:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:504:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/ControlPanel.cpp:501:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:504:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:507:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/ControlPanel.cpp:504:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:507:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:510:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/ControlPanel.cpp:507:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:510:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:513:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/ControlPanel.cpp:510:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:513:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:516:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/ControlPanel.cpp:513:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:516:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:519:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/ControlPanel.cpp:516:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:519:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:522:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/ControlPanel.cpp:519:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:522:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:525:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/ControlPanel.cpp:522:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:525:3: note: Variable 'label' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::titlefont' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::desktopicon' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::icon_colors' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::icon_settings' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::icon_filebinding' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::list' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::filebindinglist' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::mimetypelist' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::button_bigname' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::button_bignameopen' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::button_name' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::button_nameopen' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::tooltip' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::tabbook' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::tabitem' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::tabframe' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::mainframe' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::menuframe' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::labeltextframe1' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::labeltextframe2' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::textframe1' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::textframe2' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::tabsubframe' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::grpbox1' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::grpbox2' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::label1' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::label2' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::label3' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::label4' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::label5' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::menulabels' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::textfield1' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::button1' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::fontbutton' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::sep1' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::sep2' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::sep3' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::theme_current' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::theme_user' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:211:3: warning: Member variable 'FXDesktopSetup::font' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/ControlPanel.cpp:246:3: style: Class 'FXDesktopSetup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::bitmapview' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::toolbar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::statusbar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::splitter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::filebox' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::filelist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::editmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::viewmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::helpmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::manipmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::filter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::fileopenicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::filesaveicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::cuticon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::copyicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::pasteicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::uplevelicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:53:3: warning: Member variable 'BitmapWindow::paletteicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/bitmapviewer.cpp:87:3: style: Class 'BitmapWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::button' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::statusbar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::controls' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::group0' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::group1' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::group2' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::group3' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::group4' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:34:3: warning: Member variable 'ButtonWindow::icon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/button.cpp:73:3: style: Class 'ButtonWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/codecs.cpp:145:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fox1.6-1.6.57/tests/codecs.cpp:86:18: style: Unused variable: wcdec [unusedVariable]
fox1.6-1.6.57/tests/datatarget.cpp:49:3: warning: Member variable 'DataTargetWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/datatarget.cpp:49:3: warning: Member variable 'DataTargetWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/datatarget.cpp:49:3: warning: Member variable 'DataTargetWindow::optionmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/datatarget.cpp:49:3: warning: Member variable 'DataTargetWindow::popup' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/datatarget.cpp:49:3: warning: Member variable 'DataTargetWindow::matrix' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/datatarget.cpp:49:3: warning: Member variable 'DataTargetWindow::progressdialog' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/datatarget.cpp:84:3: performance: Variable 'some_int' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/tests/datatarget.cpp:85:3: performance: Variable 'some_double' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/tests/datatarget.cpp:86:3: performance: Variable 'some_string' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/tests/datatarget.cpp:87:3: performance: Variable 'some_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/tests/datatarget.cpp:57:3: style: Class 'DataTargetWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::birdImage' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::textureImage' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::testFont' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::testFontAngle' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::bitmap' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::linesCanvas' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::shapesCanvas' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::imagesCanvas' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::lineWidthSpinner' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::backWell' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::foreWell' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::eraseWell' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::pop' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::filemenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::lssolid' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::lsonoffdash' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::lsdoubledash' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::cscapnotlast' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::cscapbutt' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::cscapround' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::cscapproj' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::jsmiter' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::jsround' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::jsbevel' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::alphacursor' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::gifcursor' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:448:3: warning: Member variable 'DCTestWindow::curcursor' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dctest.cpp:662:3: performance: Variable 'lineStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/tests/dctest.cpp:663:3: performance: Variable 'capStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/tests/dctest.cpp:664:3: performance: Variable 'joinStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fox1.6-1.6.57/tests/dctest.cpp:609:3: style: Class 'DCTestWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/dialog.cpp:164:35: style: Function 'DialogTester' argument 1 names different: declaration 'app' definition 'a'. [funcArgNamesDifferent]
fox1.6-1.6.57/tests/dialog.cpp:67:23: note: Function 'DialogTester' argument 1 names different: declaration 'app' definition 'a'.
fox1.6-1.6.57/tests/dialog.cpp:164:35: note: Function 'DialogTester' argument 1 names different: declaration 'app' definition 'a'.
fox1.6-1.6.57/tests/dialog.cpp:28:3: warning: Member variable 'FXTestDialog::contents' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dialog.cpp:28:3: warning: Member variable 'FXTestDialog::buttons' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dialog.cpp:28:3: warning: Member variable 'FXTestDialog::menu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dialog.cpp:28:3: warning: Member variable 'FXTestDialog::submenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dialog.cpp:28:3: warning: Member variable 'FXTestDialog::pane' is not initialized in the constructor. [uninitMemberVarPrivate]
fox1.6-1.6.57/tests/dialog.cpp:50:3: warning: Member variable 'DialogTester::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/dialog.cpp:50:3: warning: Member variable 'DialogTester::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/dialog.cpp:50:3: warning: Member variable 'DialogTester::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/dialog.cpp:50:3: warning: Member variable 'DialogTester::dialog' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/dialog.cpp:30:3: style: Class 'FXTestDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/dialog.cpp:67:3: style: Class 'DialogTester' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/dirlist.cpp:34:3: warning: Member variable 'DirListWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/dirlist.cpp:34:3: warning: Member variable 'DirListWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/dirlist.cpp:34:3: warning: Member variable 'DirListWindow::helpmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/dirlist.cpp:34:3: warning: Member variable 'DirListWindow::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/dirlist.cpp:34:3: warning: Member variable 'DirListWindow::text' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/dirlist.cpp:43:3: style: Class 'DirListWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/foursplit.cpp:27:3: warning: Member variable 'FourSplitWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/foursplit.cpp:27:3: warning: Member variable 'FourSplitWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/foursplit.cpp:27:3: warning: Member variable 'FourSplitWindow::expandmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/foursplit.cpp:27:3: warning: Member variable 'FourSplitWindow::splitter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/foursplit.cpp:27:3: warning: Member variable 'FourSplitWindow::subsplitter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/foursplit.cpp:29:3: style: Class 'FourSplitWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/groupbox.cpp:312:3: style: Variable 'slider' is reassigned a value before the old one has been used. [redundantAssignment]
fox1.6-1.6.57/tests/groupbox.cpp:309:3: note: Variable 'slider' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/groupbox.cpp:312:3: note: Variable 'slider' is reassigned a value before the old one has been used.
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::tooltip' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::popupmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::helpmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::editmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::submenu1' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::scrollpane' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::pop' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::coolpop' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::group1' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::group2' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::group3' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::doc' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::folder_open' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::folder_closed' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:49:3: warning: Member variable 'GroupWindow::bigfont' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/groupbox.cpp:98:3: style: Class 'GroupWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::helpmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::panes' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::header1' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::header2' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::list' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::doc' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:37:3: warning: Member variable 'HeaderWindow::check' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/header.cpp:63:3: style: Class 'HeaderWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::arrangemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::sortmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::splitter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::group' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::subgroup' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::iconlist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::pattern' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::big_folder' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::mini_folder' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:37:3: warning: Member variable 'IconListWindow::dbg' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:91:17: warning: Member variable 'IconListWindow::splitter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:91:17: warning: Member variable 'IconListWindow::pattern' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/iconlist.cpp:47:3: style: Class 'IconListWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::canvas' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::backwell' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::borderwell' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::textwell' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::grey' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::red' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::green' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::blue' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::grey_nodither' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::red_nodither' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::green_nodither' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::blue_nodither' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::picture' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:53:3: warning: Member variable 'ImageWindow::font' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/image.cpp:75:3: style: Class 'ImageWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/imageviewer.cpp:434:12: style: The scope of the variable 'old' can be reduced. [variableScope]
fox1.6-1.6.57/tests/imageviewer.cpp:521:12: style: The scope of the variable 'img' can be reduced. [variableScope]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::imageview' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::toolbar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::statusbar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::splitter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::filebox' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::filelist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::editmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::viewmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::helpmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::manipmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::filter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::fileopenicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::filesaveicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::cuticon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::copyicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::pasteicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::uplevelicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:63:3: warning: Member variable 'ImageWindow::paletteicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/imageviewer.cpp:97:3: style: Class 'ImageWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/layout.cpp:34:3: warning: Member variable 'ButtonWindow::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/layout.cpp:34:3: warning: Member variable 'ButtonWindow::controls' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/layout.cpp:34:3: warning: Member variable 'ButtonWindow::lastButton' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/layout.cpp:126:3: style: Class 'ButtonWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/mditest.cpp:33:3: warning: Member variable 'MDITestWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/mditest.cpp:33:3: warning: Member variable 'MDITestWindow::mdiclient' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/mditest.cpp:33:3: warning: Member variable 'MDITestWindow::mdimenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/mditest.cpp:33:3: warning: Member variable 'MDITestWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/mditest.cpp:33:3: warning: Member variable 'MDITestWindow::windowmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/mditest.cpp:33:3: warning: Member variable 'MDITestWindow::helpmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/mditest.cpp:33:3: warning: Member variable 'MDITestWindow::font' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/mditest.cpp:33:3: warning: Member variable 'MDITestWindow::mdiicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/mditest.cpp:49:3: style: Class 'MDITestWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/scribble.cpp:26:3: warning: Member variable 'ScribbleWindow::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/scribble.cpp:26:3: warning: Member variable 'ScribbleWindow::canvasFrame' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/scribble.cpp:26:3: warning: Member variable 'ScribbleWindow::buttonFrame' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/scribble.cpp:26:3: warning: Member variable 'ScribbleWindow::canvas' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/scribble.cpp:26:3: warning: Member variable 'ScribbleWindow::mdflag' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/scribble.cpp:26:3: warning: Member variable 'ScribbleWindow::dirty' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/scribble.cpp:50:3: style: Class 'ScribbleWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/shutter.cpp:74:3: warning: Member variable 'ShutterWindow::listFrame' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/shutter.cpp:74:3: warning: Member variable 'ShutterWindow::buttonFrame' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/shutter.cpp:74:3: warning: Member variable 'ShutterWindow::shutterFrame' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/shutter.cpp:74:3: warning: Member variable 'ShutterWindow::tree' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/shutter.cpp:74:3: warning: Member variable 'ShutterWindow::foldericon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/shutter.cpp:74:3: warning: Member variable 'ShutterWindow::compressicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/shutter.cpp:84:3: style: Class 'ShutterWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::modemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::splitter' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::status' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::group1' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::group2' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::group3' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::folder_open' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::folder_closed' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::doc' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:88:3: warning: Member variable 'SplitterWindow::bigdoc' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/splitter.cpp:113:3: style: Class 'SplitterWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::buttons' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::switcher' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::simplelist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::filelist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::dirlist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::big_folder' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:37:3: warning: Member variable 'SwitcherTest::mini_folder' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/switcher.cpp:39:3: style: Class 'SwitcherTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::tabmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::tabbook' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::tab1' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::tab2' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::tab3' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::tab4' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::listframe' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::fileframe' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::dirframe' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::textframe' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::simplelist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::filelist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::dirlist' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:39:3: warning: Member variable 'TabBookWindow::text' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/tabbook.cpp:64:3: style: Class 'TabBookWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::tooltip' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::menubar' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::filemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::tablemenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::manipmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::selectmenu' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::contents' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::frame' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::table' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:39:3: warning: Member variable 'TableWindow::penguinicon' is not initialized in the constructor. [uninitMemberVar]
fox1.6-1.6.57/tests/table.cpp:60:3: style: Class 'TableWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fox1.6-1.6.57/utils/reswrap.cpp:146:9: style: The scope of the variable 'resfile' can be reduced. [variableScope]
fox1.6-1.6.57/utils/reswrap.cpp:147:123: style: The scope of the variable 'resfilesize' can be reduced. [variableScope]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/foxeye/foxeye_0.12.0.orig.tar.xz
foxeye-0.12.0/core/connchain.c:247:53: warning: Redundant assignment of 'i' to itself. [selfAssignment]
foxeye-0.12.0/core/direct.c:138:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
foxeye-0.12.0/core/direct.c:136:0: note: Variable 'name' is reassigned a value before the old one has been used.
foxeye-0.12.0/core/direct.c:138:3: note: Variable 'name' is reassigned a value before the old one has been used.
foxeye-0.12.0/core/direct.c:1185:46: warning: Redundant assignment of 'sp' to itself. [selfAssignment]
foxeye-0.12.0/core/direct.c:179:18: style: The scope of the variable 'fl' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:357:9: style: The scope of the variable 'arg' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:359:14: style: The scope of the variable 'sif' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:360:7: style: The scope of the variable 'res' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:611:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:612:7: style: The scope of the variable 'idle' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:613:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:615:15: style: The scope of the variable 'dom' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:1014:21: style: The scope of the variable 'bind' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:1217:3: style: The scope of the variable 'ff' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:1416:11: style: The scope of the variable 'sz' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:1417:10: style: The scope of the variable 'sp' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:1419:10: style: The scope of the variable 't' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:1581:9: style: The scope of the variable 'new_idx' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:1583:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:2014:8: style: The scope of the variable 'chan' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:2596:25: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/core/direct.c:817:22: error: Invalid memchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
foxeye-0.12.0/core/direct.c:874:26: error: Invalid memchr() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
foxeye-0.12.0/core/direct.c:1475:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
foxeye-0.12.0/core/dispatcher.c:1494:12: style: Condition '!limit' is always true [knownConditionTrueFalse]
foxeye-0.12.0/core/dispatcher.c:1406:15: note: Assignment 'limit=0', assigned value is 0
foxeye-0.12.0/core/dispatcher.c:1494:12: note: Condition '!limit' is always true
foxeye-0.12.0/core/dispatcher.c:1458:43: warning: Redundant assignment of 'i' to itself. [selfAssignment]
foxeye-0.12.0/core/dispatcher.c:1459:44: warning: Redundant assignment of 'i' to itself. [selfAssignment]
foxeye-0.12.0/core/dispatcher.c:1460:44: warning: Redundant assignment of 'i' to itself. [selfAssignment]
foxeye-0.12.0/core/dispatcher.c:650:16: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/core/dispatcher.c:692:25: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/core/dispatcher.c:929:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
foxeye-0.12.0/core/dispatcher.c:930:16: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/core/dispatcher.c:930:19: style: The scope of the variable 'inum' can be reduced. [variableScope]
foxeye-0.12.0/core/dispatcher.c:1033:15: style: The scope of the variable 'cp' can be reduced. [variableScope]
foxeye-0.12.0/core/dispatcher.c:1114:10: style: The scope of the variable 'n' can be reduced. [variableScope]
foxeye-0.12.0/core/dispatcher.c:1406:7: style: The scope of the variable 'limit' can be reduced. [variableScope]
foxeye-0.12.0/core/dispatcher.c:433:8: style: Variable 'ii' is assigned a value that is never used. [unreadVariable]
foxeye-0.12.0/core/help.c:191:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
foxeye-0.12.0/core/help.c:502:21: style: The scope of the variable 'b' can be reduced. [variableScope]
foxeye-0.12.0/core/help.c:557:13: style: The scope of the variable 'hl' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:839:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:841:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:844:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:875:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:876:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:900:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:904:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:910:42: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:912:43: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:1411:34: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:1589:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:1590:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
foxeye-0.12.0/core/init.c:677:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:783:18: style: The scope of the variable 'c' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:853:7: style: The scope of the variable 'prompt' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1127:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1220:13: style: The scope of the variable 'data' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1221:22: style: The scope of the variable 'c' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1264:13: style: The scope of the variable 'data' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1313:13: style: The scope of the variable 'data' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1314:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1436:18: style: The scope of the variable 'c' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1475:18: style: The scope of the variable 'c' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1475:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1507:13: style: The scope of the variable 'data' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1730:9: style: The scope of the variable 'c' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1919:8: style: The scope of the variable 'message' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1959:15: style: The scope of the variable 'nt' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:1986:15: style: The scope of the variable 'nt' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:2016:15: style: The scope of the variable 'nt' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:2077:8: style: The scope of the variable 'new_path' can be reduced. [variableScope]
foxeye-0.12.0/core/init.c:715:9: style: Boolean variable 'defl' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
foxeye-0.12.0/core/init.c:721:13: style: Boolean variable 'defl' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
foxeye-0.12.0/core/init.c:731:9: style: Boolean variable 'defl' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
foxeye-0.12.0/core/init.c:744:11: style: Boolean variable 'res' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
foxeye-0.12.0/core/init.c:1415:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
foxeye-0.12.0/core/lib.c:114:20: style: The scope of the variable 'ss' can be reduced. [variableScope]
foxeye-0.12.0/core/lib.c:124:24: style: The scope of the variable 'len' can be reduced. [variableScope]
foxeye-0.12.0/core/lib.c:241:21: style: The scope of the variable 'cursize' can be reduced. [variableScope]
foxeye-0.12.0/core/lib.c:259:22: style: The scope of the variable 'cursize' can be reduced. [variableScope]
foxeye-0.12.0/core/lib.c:287:16: style: The scope of the variable 's' can be reduced. [variableScope]
foxeye-0.12.0/core/lib.c:593:16: style: The scope of the variable 'cur' can be reduced. [variableScope]
foxeye-0.12.0/core/lib.c:760:22: style: The scope of the variable 'cursize' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:312:14: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
foxeye-0.12.0/core/list.c:310:12: note: outer condition: *c=='['
foxeye-0.12.0/core/list.c:312:14: note: opposite inner condition: *c=='-'
foxeye-0.12.0/core/list.c:2653:11: style: Redundant condition: If 'EXPR == '|'', the comparison 'EXPR' is always true. [redundantCondition]
foxeye-0.12.0/core/list.c:1787:19: warning: Either the condition 'if(fp)' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
foxeye-0.12.0/core/list.c:1790:8: note: Assuming that condition 'if(fp)' is not redundant
foxeye-0.12.0/core/list.c:1787:19: note: Null pointer dereference
foxeye-0.12.0/core/list.c:2048:16: warning: Either the condition 'v?(strlen(v)+1):0' is redundant or there is possible null pointer dereference: v. [nullPointerRedundantCheck]
foxeye-0.12.0/core/list.c:2048:20: note: Assuming that condition 'v?(strlen(v)+1):0' is not redundant
foxeye-0.12.0/core/list.c:2048:16: note: Null pointer dereference
foxeye-0.12.0/core/list.c:126:18: style: The scope of the variable 'ch' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:516:26: style: The scope of the variable 's' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:528:26: style: The scope of the variable 's' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:725:28: style: The scope of the variable 'ur' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:744:8: style: The scope of the variable 'flags' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:1204:7: style: The scope of the variable 'err' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:1232:7: style: The scope of the variable 'err' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:2304:28: style: The scope of the variable 'sur' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:2343:8: style: The scope of the variable 'f' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:2347:9: style: The scope of the variable 'lid' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:2536:8: style: The scope of the variable 'here' can be reduced. [variableScope]
foxeye-0.12.0/core/list.c:3174:21: style: The scope of the variable 'ur' can be reduced. [variableScope]
foxeye-0.12.0/core/main.c:524:13: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
foxeye-0.12.0/core/main.c:273:66: warning: Redundant assignment of '*buff' to itself. [selfAssignment]
foxeye-0.12.0/core/main.c:274:39: warning: Redundant assignment of '*buff' to itself. [selfAssignment]
foxeye-0.12.0/core/main.c:289:9: style: The scope of the variable 'cc' can be reduced. [variableScope]
foxeye-0.12.0/core/sheduler.c:224:25: style: The scope of the variable 'ct' can be reduced. [variableScope]
foxeye-0.12.0/core/strcasecmp.c:8:18: style: The scope of the variable 'c1' can be reduced. [variableScope]
foxeye-0.12.0/core/strcasecmp.c:8:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
foxeye-0.12.0/core/strcasecmp.c:25:18: style: The scope of the variable 'c1' can be reduced. [variableScope]
foxeye-0.12.0/core/strcasecmp.c:25:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
foxeye-0.12.0/core/wtmp.c:57:21: style: The scope of the variable 'sz' can be reduced. [variableScope]
foxeye-0.12.0/core/wtmp.c:351:11: style: The scope of the variable 'dst' can be reduced. [variableScope]
foxeye-0.12.0/core/wtmp.c:318:9: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
foxeye-0.12.0/core/wtmp.c:545:58: style: Checking if unsigned variable 'k*sizeof(struct wtmp_t)' is less than zero. [unsignedLessThanZero]
foxeye-0.12.0/intl/dcigettext.c:689:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
foxeye-0.12.0/intl/dcigettext.c:1529:15: style: The scope of the variable 'language_default' can be reduced. [variableScope]
foxeye-0.12.0/intl/dcigettext.c:485:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:79:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
foxeye-0.12.0/intl/dcigettext.c:485:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
foxeye-0.12.0/intl/dcigettext.c:485:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:80:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
foxeye-0.12.0/intl/dcigettext.c:485:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
foxeye-0.12.0/intl/dcigettext.c:485:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:80:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
foxeye-0.12.0/intl/dcigettext.c:485:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
foxeye-0.12.0/intl/dcigettext.c:486:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:81:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
foxeye-0.12.0/intl/dcigettext.c:486:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
foxeye-0.12.0/intl/dcigettext.c:486:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:81:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
foxeye-0.12.0/intl/dcigettext.c:486:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
foxeye-0.12.0/intl/dcigettext.c:486:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:82:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
foxeye-0.12.0/intl/dcigettext.c:486:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
foxeye-0.12.0/intl/finddomain.c:59:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:259:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
foxeye-0.12.0/intl/finddomain.c:59:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
foxeye-0.12.0/intl/finddomain.c:59:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:259:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
foxeye-0.12.0/intl/finddomain.c:59:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
foxeye-0.12.0/intl/finddomain.c:60:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:260:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
foxeye-0.12.0/intl/finddomain.c:60:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
foxeye-0.12.0/intl/finddomain.c:60:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:261:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
foxeye-0.12.0/intl/finddomain.c:60:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
foxeye-0.12.0/intl/hash-string.c:33:0: style: The scope of the variable 'g' can be reduced. [variableScope]
foxeye-0.12.0/intl/l10nflist.c:346:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
foxeye-0.12.0/intl/loadmsgcat.c:868:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
foxeye-0.12.0/intl/loadmsgcat.c:795:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
foxeye-0.12.0/intl/loadmsgcat.c:868:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
foxeye-0.12.0/intl/loadmsgcat.c:868:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
foxeye-0.12.0/intl/loadmsgcat.c:795:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
foxeye-0.12.0/intl/loadmsgcat.c:868:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
foxeye-0.12.0/intl/loadmsgcat.c:785:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:263:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
foxeye-0.12.0/intl/loadmsgcat.c:785:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
foxeye-0.12.0/intl/loadmsgcat.c:786:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
foxeye-0.12.0/intl/gettextP.h:264:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
foxeye-0.12.0/intl/loadmsgcat.c:786:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
foxeye-0.12.0/intl/localcharset.c:473:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
foxeye-0.12.0/intl/localcharset.c:464:24: note: Assignment 'locale=NULL', assigned value is 0
foxeye-0.12.0/intl/localcharset.c:473:14: note: Condition 'locale==NULL' is always true
foxeye-0.12.0/intl/localcharset.c:172:71: style: Same value in both branches of ternary operator. [duplicateValueTernary]
foxeye-0.12.0/intl/localcharset.c:473:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
foxeye-0.12.0/intl/localcharset.c:464:24: note: 'locale' is assigned value 'NULL' here.
foxeye-0.12.0/intl/localcharset.c:473:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
foxeye-0.12.0/intl/localcharset.c:133:19: style: The scope of the variable 'base' can be reduced. [variableScope]
* yacc.c:358  *:826:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
foxeye-0.12.0/intl/xsize.h:31:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
foxeye-0.12.0/modules/autolog/autolog.c:404:10: style: The scope of the variable 'path' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:357:36: warning: Possible null pointer dereference: mask [nullPointer]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:583:48: note: Calling function '_push_mode', 6th argument 'mask' value is 0
foxeye-0.12.0/modules/irc-channel/chmanagement.c:357:36: note: Null pointer dereference
foxeye-0.12.0/modules/irc-channel/chmanagement.c:1468:57: warning: Either the condition 'if(where&&(tgt=strrchr(where->name,'@')))' is redundant or there is possible null pointer dereference: where. [nullPointerRedundantCheck]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:1475:13: note: Assuming that condition 'if(where&&(tgt=strrchr(where->name,'@')))' is not redundant
foxeye-0.12.0/modules/irc-channel/chmanagement.c:1468:57: note: Null pointer dereference
foxeye-0.12.0/modules/irc-channel/chmanagement.c:69:0: style: The scope of the variable 'm' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:576:19: style: The scope of the variable 'cl' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:577:20: style: The scope of the variable 'c' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:742:9: style: The scope of the variable 'pstr' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:745:8: style: The scope of the variable 'mf' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:1041:12: style: The scope of the variable 'mc' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:1140:10: style: The scope of the variable 't' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:1142:19: style: The scope of the variable 'cl' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:1351:8: style: The scope of the variable 'target' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:1799:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/chmanagement.c:1801:9: style: The scope of the variable 'nn' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2090:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2578:23: warning: Either the condition 'ch' is redundant or there is possible null pointer dereference: ch. [nullPointerRedundantCheck]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2569:7: note: Assuming that condition 'ch' is not redundant
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2578:23: note: Null pointer dereference
foxeye-0.12.0/modules/irc-channel/irc-channel.c:397:9: style: The scope of the variable 'nt' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:624:9: style: The scope of the variable 'hash' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:834:10: style: The scope of the variable 's' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:1707:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2389:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2390:16: style: The scope of the variable 's' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2519:8: style: The scope of the variable 'lcn' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2717:9: style: The scope of the variable 'link' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2718:18: style: The scope of the variable 'cx' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:2719:8: style: The scope of the variable 'nn' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:3019:8: style: The scope of the variable 'lcn' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:3359:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:3413:7: style: The scope of the variable 'n' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:1710:7: style: Boolean variable 'defl' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
foxeye-0.12.0/modules/irc-channel/irc-channel.c:1716:7: style: Boolean variable 'defl' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:791:11: style: Condition 'sbs' is always false [knownConditionTrueFalse]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:729:0: note: Assignment 'sbs=0', assigned value is 0
foxeye-0.12.0/modules/irc-ctcp/dcc.c:791:11: note: Condition 'sbs' is always false
foxeye-0.12.0/modules/irc-ctcp/dcc.c:815:9: style: Condition '!sbs' is always true [knownConditionTrueFalse]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:729:0: note: Assignment 'sbs=0', assigned value is 0
foxeye-0.12.0/modules/irc-ctcp/dcc.c:815:9: note: Condition '!sbs' is always true
foxeye-0.12.0/modules/irc-ctcp/dcc.c:297:14: style: The scope of the variable 'sp' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:302:20: style: The scope of the variable 'got' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:1052:14: style: The scope of the variable 'iface' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:1412:11: style: The scope of the variable 'cc' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:1797:9: style: Boolean variable 'ircdcc_allow_resume' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:741:5: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:855:7: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
foxeye-0.12.0/modules/irc-ctcp/dcc.c:856:7: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
foxeye-0.12.0/modules/irc/irc.c:304:13: warning: Possible null pointer dereference: ccn [nullPointer]
foxeye-0.12.0/modules/irc/irc.c:292:13: note: Assignment 'ccn=NULL', assigned value is 0
foxeye-0.12.0/modules/irc/irc.c:304:13: note: Null pointer dereference
foxeye-0.12.0/modules/irc/irc.c:382:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:616:21: style: The scope of the variable 'bind' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1248:19: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1358:8: style: The scope of the variable 'f' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1358:22: style: The scope of the variable 'm' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1398:19: style: The scope of the variable 'clr' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1422:8: style: The scope of the variable 'f' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1422:22: style: The scope of the variable 'm' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1449:10: style: The scope of the variable 's' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1453:14: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1547:18: style: The scope of the variable 'cf' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/irc.c:1754:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
foxeye-0.12.0/modules/irc/msgs.c:102:25: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/channels.c:2438:10: style: The scope of the variable 'sz' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/channels.c:2439:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/channels.c:2439:10: style: The scope of the variable 'n' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/clients.c:544:11: style: The scope of the variable 'tgt' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:3985:62: warning: Either the condition 'if(tgt&&tgt->hold_upto!=0)' is redundant or there is possible null pointer dereference: tgt. [nullPointerRedundantCheck]
foxeye-0.12.0/modules/ircd/ircd.c:3990:6: note: Assuming that condition 'if(tgt&&tgt->hold_upto!=0)' is not redundant
foxeye-0.12.0/modules/ircd/ircd.c:3985:62: note: Null pointer dereference
foxeye-0.12.0/modules/ircd/ircd.c:5321:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
foxeye-0.12.0/modules/ircd/ircd.c:5317:0: note: Variable 'b' is reassigned a value before the old one has been used.
foxeye-0.12.0/modules/ircd/ircd.c:5321:3: note: Variable 'b' is reassigned a value before the old one has been used.
foxeye-0.12.0/modules/ircd/ircd.c:5352:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
foxeye-0.12.0/modules/ircd/ircd.c:5348:0: note: Variable 'b' is reassigned a value before the old one has been used.
foxeye-0.12.0/modules/ircd/ircd.c:5352:3: note: Variable 'b' is reassigned a value before the old one has been used.
foxeye-0.12.0/modules/ircd/ircd.c:966:7: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:969:7: style: The scope of the variable 't' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:2477:9: style: The scope of the variable 'c' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:3515:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:4690:16: style: The scope of the variable 'hc' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:5436:7: style: The scope of the variable 'sc' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:5436:11: style: The scope of the variable 'ss' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:5437:18: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:5439:8: style: The scope of the variable 'flags' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:5440:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:5547:8: style: The scope of the variable 'lcnick' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:5549:7: style: The scope of the variable 'len' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/ircd.c:4315:3: style: Variable 'ct' is modified but its new value is never used. [unreadVariable]
foxeye-0.12.0/modules/ircd/ircd.c:5426:3: style: Variable 'me' is assigned a value that is never used. [unreadVariable]
foxeye-0.12.0/modules/ircd/ircd.c:1980:21: error: Uninitialized variable: pn [uninitvar]
foxeye-0.12.0/modules/ircd/queries.c:171:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:227:20: style: The scope of the variable 'cm' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:312:11: style: The scope of the variable 'me' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:313:20: style: The scope of the variable 'cm' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:315:7: style: The scope of the variable 'done' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:681:21: style: The scope of the variable 'b' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:1202:11: style: The scope of the variable 'tgt' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:1327:11: style: The scope of the variable 'tgt' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:1363:11: style: The scope of the variable 'tgt' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:1412:11: style: The scope of the variable 'tgt' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:1660:15: style: The scope of the variable 'c1' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/queries.c:546:7: style: Variable 'gl' is modified but its new value is never used. [unreadVariable]
foxeye-0.12.0/modules/ircd/servers.c:445:9: style: The scope of the variable 't' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/servers.c:448:7: style: The scope of the variable 'ptr' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/servers.c:636:9: style: The scope of the variable 't' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/servers.c:769:16: style: The scope of the variable 'memb' can be reduced. [variableScope]
foxeye-0.12.0/modules/ircd/servers.c:1020:3: style: Variable 'me' is assigned a value that is never used. [unreadVariable]
foxeye-0.12.0/modules/logs/logs.c:157:7: style: The scope of the variable 'x' can be reduced. [variableScope]
foxeye-0.12.0/modules/logs/logs.c:261:31: style: The scope of the variable 'n2' can be reduced. [variableScope]
foxeye-0.12.0/modules/logs/logs.c:280:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
foxeye-0.12.0/modules/logs/logs.c:329:26: style: The scope of the variable 'ch' can be reduced. [variableScope]
foxeye-0.12.0/modules/logs/logs.c:760:9: style: The scope of the variable 'f1' can be reduced. [variableScope]
foxeye-0.12.0/modules/logs/logs.c:760:13: style: The scope of the variable 'f2' can be reduced. [variableScope]
foxeye-0.12.0/modules/logs/logs.c:760:17: style: The scope of the variable 'errsave' can be reduced. [variableScope]
foxeye-0.12.0/modules/logs/logs.c:819:9: style: The scope of the variable 'c' can be reduced. [variableScope]
foxeye-0.12.0/modules/logs/logs.c:865:10: style: The scope of the variable 'ss' can be reduced. [variableScope]
foxeye-0.12.0/modules/modes/modes.c:256:7: style: Variable 'lname' is reassigned a value before the old one has been used. [redundantAssignment]
foxeye-0.12.0/modules/modes/modes.c:255:8: note: Variable 'lname' is reassigned a value before the old one has been used.
foxeye-0.12.0/modules/modes/modes.c:256:7: note: Variable 'lname' is reassigned a value before the old one has been used.
foxeye-0.12.0/modules/modes/modes.c:418:7: style: Variable 'lname' is reassigned a value before the old one has been used. [redundantAssignment]
foxeye-0.12.0/modules/modes/modes.c:417:8: note: Variable 'lname' is reassigned a value before the old one has been used.
foxeye-0.12.0/modules/modes/modes.c:418:7: note: Variable 'lname' is reassigned a value before the old one has been used.
foxeye-0.12.0/modules/modes/modes.c:465:8: warning: Redundant assignment of 'id' to itself. [selfAssignment]
foxeye-0.12.0/modules/modes/modes.c:201:17: style: The scope of the variable 'tt' can be reduced. [variableScope]
foxeye-0.12.0/modules/modes/modes.c:275:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
foxeye-0.12.0/modules/modes/modes.c:360:17: style: The scope of the variable 'tt' can be reduced. [variableScope]
foxeye-0.12.0/modules/modes/modes.c:465:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
foxeye-0.12.0/modules/syslog/syslog.c:37:7: style: The scope of the variable 'prio' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:264:7: style: The scope of the variable 'test' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:348:16: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:349:7: style: The scope of the variable 'n' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:350:24: style: The scope of the variable 'k' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:351:27: style: The scope of the variable 'ch' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:421:16: style: The scope of the variable 'i' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:422:7: style: The scope of the variable 'n' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:423:24: style: The scope of the variable 'k' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:424:27: style: The scope of the variable 'ch' can be reduced. [variableScope]
foxeye-0.12.0/tree/tree.c:340:9: style: Variable 'cur' is assigned a value that is never used. [unreadVariable]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/foxtrotgps/foxtrotgps_1.2.1.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/foxyproxy/foxyproxy_4.5.6-debian.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fparser/fparser_0.0.7.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fpart/fpart_0.9.orig.tar.gz
fpart-0.9/src/file_entry.c:171:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpart-0.9/src/file_entry.c:194:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpart-0.9/src/file_entry.c:236:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpart-0.9/src/file_entry.c:895:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpart-0.9/src/file_entry.c:521:5: style: Variable 'previous' is reassigned a value before the old one has been used. [redundantAssignment]
fpart-0.9/src/file_entry.c:518:0: note: Variable 'previous' is reassigned a value before the old one has been used.
fpart-0.9/src/file_entry.c:521:5: note: Variable 'previous' is reassigned a value before the old one has been used.
fpart-0.9/src/file_entry.c:922:13: style: Variable 'out_filename' is reassigned a value before the old one has been used. [redundantAssignment]
fpart-0.9/src/file_entry.c:919:0: note: Variable 'out_filename' is reassigned a value before the old one has been used.
fpart-0.9/src/file_entry.c:922:13: note: Variable 'out_filename' is reassigned a value before the old one has been used.
fpart-0.9/src/fpart.c:656:9: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fpart-0.9/src/fpart.c:662:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fpart-0.9/src/fpart.c:606:44: warning: Either the condition 'in_fp!=NULL' is redundant or there is possible null pointer dereference: in_fp. [nullPointerRedundantCheck]
fpart-0.9/src/fpart.c:627:18: note: Assuming that condition 'in_fp!=NULL' is not redundant
fpart-0.9/src/fpart.c:606:44: note: Null pointer dereference
fpart-0.9/src/fpart.c:622:19: warning: Either the condition 'in_fp!=NULL' is redundant or there is possible null pointer dereference: in_fp. [nullPointerRedundantCheck]
fpart-0.9/src/fpart.c:627:18: note: Assuming that condition 'in_fp!=NULL' is not redundant
fpart-0.9/src/fpart.c:622:19: note: Null pointer dereference
fpart-0.9/src/fpart.c:172:9: style: Variable 'input_path' is reassigned a value before the old one has been used. [redundantAssignment]
fpart-0.9/src/fpart.c:171:0: note: Variable 'input_path' is reassigned a value before the old one has been used.
fpart-0.9/src/fpart.c:172:9: note: Variable 'input_path' is reassigned a value before the old one has been used.
fpart-0.9/src/fpart.c:196:9: style: Variable 'input_path' is reassigned a value before the old one has been used. [redundantAssignment]
fpart-0.9/src/fpart.c:193:0: note: Variable 'input_path' is reassigned a value before the old one has been used.
fpart-0.9/src/fpart.c:196:9: note: Variable 'input_path' is reassigned a value before the old one has been used.
fpart-0.9/src/fpart.c:680:9: style: Variable 'file_entry_p' is reassigned a value before the old one has been used. [redundantAssignment]
fpart-0.9/src/fpart.c:678:0: note: Variable 'file_entry_p' is reassigned a value before the old one has been used.
fpart-0.9/src/fpart.c:680:9: note: Variable 'file_entry_p' is reassigned a value before the old one has been used.
fpart-0.9/src/fpart.c:653:20: style: Checking if unsigned variable 'totalfiles' is less than zero. [unsignedLessThanZero]
fpart-0.9/src/fpart.c:176:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fpart-0.9/src/fpart.c:569:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fpart-0.9/src/fts.c:314:10: style: The scope of the variable 'freep' can be reduced. [variableScope]
fpart-0.9/src/fts.c:315:6: style: The scope of the variable 'saved_errno' can be reduced. [variableScope]
fpart-0.9/src/fts.c:1177:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fpart-0.9/src/fts.c:1231:15: style: The scope of the variable 'cpp' can be reduced. [variableScope]
fpart-0.9/src/partition.c:153:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpart-0.9/src/partition.c:153:9: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fpart-0.9/src/utils.c:215:5: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
fpart-0.9/src/utils.c:213:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
fpart-0.9/src/utils.c:215:5: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
fpart-0.9/src/utils.c:269:62: style: Same value in both branches of ternary operator. [duplicateValueTernary]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fpc/fpc_3.0.4+dfsg.orig.tar.gz
fpc-3.0.4+dfsg/fpcsrc/packages/sndfile/scripts/testc.c:12:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fpc-3.0.4+dfsg/fpcsrc/tests/bench/pi.c:79:0: error: Memory leak: pi [memleak]
fpc-3.0.4+dfsg/fpcsrc/tests/bench/shootout/src/bench.c:3:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
fpc-3.0.4+dfsg/fpcsrc/tests/test/cg/obj/stdint.h:261:0: error: #error "Platform not supported" [preprocessorErrorDirective]
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/algollike.c:56:23: style: Function 'MayBeStartOfRun' argument 1 names different: declaration 'ch' definition 'tk'. [funcArgNamesDifferent]
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/language.h:16:34: note: Function 'MayBeStartOfRun' argument 1 names different: declaration 'ch' definition 'tk'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/algollike.c:56:23: note: Function 'MayBeStartOfRun' argument 1 names different: declaration 'ch' definition 'tk'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:29:22: style: Function 'InsertAiso' argument 1 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.spc:88:33: note: Function 'InsertAiso' argument 1 names different: declaration 'value' definition 'v'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:29:22: note: Function 'InsertAiso' argument 1 names different: declaration 'value' definition 'v'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:137:20: style: Function 'OpenIter' argument 1 names different: declaration 'iter' definition 'ip'. [funcArgNamesDifferent]
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.spc:95:32: note: Function 'OpenIter' argument 1 names different: declaration 'iter' definition 'ip'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:137:20: note: Function 'OpenIter' argument 1 names different: declaration 'iter' definition 'ip'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:142:23: style: Function 'GetAisoItem' argument 1 names different: declaration 'iter' definition 'ip'. [funcArgNamesDifferent]
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.spc:96:34: note: Function 'GetAisoItem' argument 1 names different: declaration 'iter' definition 'ip'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:142:23: note: Function 'GetAisoItem' argument 1 names different: declaration 'iter' definition 'ip'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:142:38: style: Function 'GetAisoItem' argument 2 names different: declaration 'value' definition 'vp'. [funcArgNamesDifferent]
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.spc:96:51: note: Function 'GetAisoItem' argument 2 names different: declaration 'value' definition 'vp'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:142:38: note: Function 'GetAisoItem' argument 2 names different: declaration 'value' definition 'vp'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:153:21: style: Function 'CloseIter' argument 1 names different: declaration 'iter' definition 'ip'. [funcArgNamesDifferent]
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.spc:97:33: note: Function 'CloseIter' argument 1 names different: declaration 'iter' definition 'ip'.
fpc-3.0.4+dfsg/fpcsrc/utils/sim_pasc/aiso.bdy:153:21: note: Function 'CloseIter' argument 1 names different: declaration 'iter' definition 'ip'.
fpc-3.0.4+dfsg/install/macosx/xcode/FPC-C-C++ Carbon Application/External.cpp:19:7: performance: Technically the member function 'Horror::Message' can be static. [functionStatic]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fpconst/fpconst_0.7.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fped/fped_0.1+201210.orig.tar.gz
fped-201210/coord.c:180:9: style: The scope of the variable 'a' can be reduced. [variableScope]
fped-201210/coord.c:180:12: style: The scope of the variable 'f' can be reduced. [variableScope]
fped-201210/cpp.c:164:9: style: The scope of the variable 'left' can be reduced. [variableScope]
fped-201210/cpp.c:164:14: style: The scope of the variable 'wrote' can be reduced. [variableScope]
fped-201210/delete.c:350:25: style: The scope of the variable 'value' can be reduced. [variableScope]
fped-201210/delete.c:383:17: style: The scope of the variable 'anchor' can be reduced. [variableScope]
fped-201210/dump.c:490:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fped-201210/dump.c:492:2: note: Found duplicate branches for 'if' and 'else'.
fped-201210/dump.c:490:2: note: Found duplicate branches for 'if' and 'else'.
fped-201210/dump.c:324:26: style: The scope of the variable 's3' can be reduced. [variableScope]
fped-201210/expr.c:155:5: style: Variable 'var->visited' is reassigned a value before the old one has been used. [redundantAssignment]
fped-201210/expr.c:153:5: note: Variable 'var->visited' is reassigned a value before the old one has been used.
fped-201210/expr.c:155:5: note: Variable 'var->visited' is reassigned a value before the old one has been used.
fped-201210/expr.c:196:5: style: Variable 'var->visited' is reassigned a value before the old one has been used. [redundantAssignment]
fped-201210/expr.c:194:5: note: Variable 'var->visited' is reassigned a value before the old one has been used.
fped-201210/expr.c:196:5: note: Variable 'var->visited' is reassigned a value before the old one has been used.
fped-201210/expr.c:263:23: error: Uninitialized struct member: vn.type [uninitStructMember]
fped-201210/expr.c:263:23: error: Uninitialized struct member: vn.exponent [uninitStructMember]
fped-201210/expr.c:263:23: error: Uninitialized struct member: vn.n [uninitStructMember]
fped-201210/expr.c:265:23: error: Uninitialized struct member: en.type [uninitStructMember]
fped-201210/expr.c:265:23: error: Uninitialized struct member: en.exponent [uninitStructMember]
fped-201210/expr.c:265:23: error: Uninitialized struct member: en.n [uninitStructMember]
fped-201210/file.c:89:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fped-201210/file.c:162:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fped-201210/file.c:178:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fped-201210/file.c:205:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fped-201210/gnuplot.c:79:9: style: The scope of the variable 'a' can be reduced. [variableScope]
fped-201210/gnuplot.c:104:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fped-201210/gui_canvas.c:63:12: style: The scope of the variable 'diag' can be reduced. [variableScope]
fped-201210/gui_frame.c:44:25: style: The scope of the variable 'walk' can be reduced. [variableScope]
fped-201210/gui_frame.c:70:23: style: The scope of the variable 'walk' can be reduced. [variableScope]
fped-201210/gui_frame.c:251:17: style: The scope of the variable 'value_anchor' can be reduced. [variableScope]
fped-201210/gui_frame.c:1006:13: style: The scope of the variable 'n_row' can be reduced. [variableScope]
fped-201210/gui_frame.c:1007:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fped-201210/gui_frame.c:1245:28: style: The scope of the variable 'label' can be reduced. [variableScope]
fped-201210/gui_frame.c:1812:45: style: The scope of the variable 'refs' can be reduced. [variableScope]
fped-201210/gui_frame.c:1812:67: style: The scope of the variable 'meas' can be reduced. [variableScope]
fped-201210/gui_frame.c:1814:22: style: The scope of the variable 'name_width' can be reduced. [variableScope]
fped-201210/gui_frame.c:1809:40: style: Function 'build_frames' argument 2 names different: declaration 'warp_width' definition 'wrap_width'. [funcArgNamesDifferent]
fped-201210/gui_frame.h:34:40: note: Function 'build_frames' argument 2 names different: declaration 'warp_width' definition 'wrap_width'.
fped-201210/gui_frame.c:1809:40: note: Function 'build_frames' argument 2 names different: declaration 'warp_width' definition 'wrap_width'.
fped-201210/gui_inst.c:564:32: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
fped-201210/gui_meas.c:94:23: style: The scope of the variable 'min' can be reduced. [variableScope]
fped-201210/gui_meas.c:94:29: style: The scope of the variable 'next' can be reduced. [variableScope]
fped-201210/gui_tool.c:769:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fped-201210/gui_util.c:226:13: style: The scope of the variable 'image' can be reduced. [variableScope]
fped-201210/gui_util.c:149:33: style: Function 'label_in_box_fg' argument 1 names different: declaration 'box' definition 'label'. [funcArgNamesDifferent]
fped-201210/gui_util.h:59:33: note: Function 'label_in_box_fg' argument 1 names different: declaration 'box' definition 'label'.
fped-201210/gui_util.c:149:33: note: Function 'label_in_box_fg' argument 1 names different: declaration 'box' definition 'label'.
fped-201210/gui_util.c:157:33: style: Function 'label_in_box_bg' argument 1 names different: declaration 'box' definition 'label'. [funcArgNamesDifferent]
fped-201210/gui_util.h:60:33: note: Function 'label_in_box_bg' argument 1 names different: declaration 'box' definition 'label'.
fped-201210/gui_util.c:157:33: note: Function 'label_in_box_bg' argument 1 names different: declaration 'box' definition 'label'.
fped-201210/inst.c:509:9: style: The scope of the variable 'r' can be reduced. [variableScope]
fped-201210/inst.c:1010:18: style: Function 'inst_arc' argument 4 names different: declaration 'stop' definition 'end'. [funcArgNamesDifferent]
fped-201210/inst.h:188:18: note: Function 'inst_arc' argument 4 names different: declaration 'stop' definition 'end'.
fped-201210/inst.c:1010:18: note: Function 'inst_arc' argument 4 names different: declaration 'stop' definition 'end'.
fped-201210/obj.c:337:8: style: The scope of the variable 's' can be reduced. [variableScope]
fped-201210/obj.c:454:6: style: The scope of the variable 'found_before' can be reduced. [variableScope]
fped-201210/obj.c:454:20: style: The scope of the variable 'ok' can be reduced. [variableScope]
fped-201210/postscript.c:696:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fped-201210/postscript.c:865:6: style: The scope of the variable 'done' can be reduced. [variableScope]
fped-201210/postscript.c:1192:9: style: The scope of the variable 'fx' can be reduced. [variableScope]
fped-201210/postscript.c:1192:13: style: The scope of the variable 'fy' can be reduced. [variableScope]
fped-201210/tsort.c:124:24: style: The scope of the variable 'first' can be reduced. [variableScope]
fped-201210/unparse.c:88:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fped-201210/unparse.c:89:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
fped-201210/unparse.c:89:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fpga-icestorm/fpga-icestorm_0~20180809git7e73288.orig.tar.xz
fpga-icestorm-0.0~git20180809.7e73288/icebram/icebram.cc:175:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpga-icestorm-0.0~git20180809.7e73288/icecompr/icecompr.cc:302:0: error: Resource leak: input_file [resourceLeak]
fpga-icestorm-0.0~git20180809.7e73288/icecompr/icecompr.cc:302:0: error: Resource leak: output_file [resourceLeak]
fpga-icestorm-0.0~git20180809.7e73288/icemulti/icemulti.cc:99:8: warning: Member variable 'Image::offs' is not initialized in the constructor. [uninitMemberVar]
fpga-icestorm-0.0~git20180809.7e73288/icemulti/icemulti.cc:92:5: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fpga-icestorm-0.0~git20180809.7e73288/icepack/icepack.cc:536:6: style: The scope of the variable 'bram_chunk_size' can be reduced. [variableScope]
fpga-icestorm-0.0~git20180809.7e73288/icepack/icepack.cc:138:6: performance: Technically the member function 'FpgaConfig::tile_width' can be static. [functionStatic]
fpga-icestorm-0.0~git20180809.7e73288/icepack/icepack.cc:1137:17: note: Technically the member function 'FpgaConfig::tile_width' can be static.
fpga-icestorm-0.0~git20180809.7e73288/icepack/icepack.cc:138:6: note: Technically the member function 'FpgaConfig::tile_width' can be static.
fpga-icestorm-0.0~git20180809.7e73288/iceprog/iceprog.c:733:13: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
fpga-icestorm-0.0~git20180809.7e73288/icetime/icetime.cc:1315:6: style: The scope of the variable 'num' can be reduced. [variableScope]
fpga-icestorm-0.0~git20180809.7e73288/icetime/icetime.cc:886:2: style: Struct 'TimingAnalysis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fpga-icestorm-0.0~git20180809.7e73288/icetime/icetime.cc:1323:4: style: Exception should be caught by reference. [catchExceptionByValue]
fpga-icestorm-0.0~git20180809.7e73288/icetime/icetime.cc:85:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fpga-icestorm-0.0~git20180809.7e73288/icetime/icetime.cc:612:52: performance: Function parameter 'out_port' should be passed by const reference. [passedByValue]
fpga-icestorm-0.0~git20180809.7e73288/icetime/icetime.cc:1572:38: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fpgatools/fpgatools_0.0+201212.orig.tar.gz
fpgatools-201212/autotest.c:166:6: style: Condition 'dbg' is always false [knownConditionTrueFalse]
fpgatools-201212/autotest.c:142:8: note: Assignment 'dbg=0', assigned value is 0
fpgatools-201212/autotest.c:166:6: note: Condition 'dbg' is always false
fpgatools-201212/autotest.c:196:6: style: Condition 'dbg' is always false [knownConditionTrueFalse]
fpgatools-201212/autotest.c:192:12: note: Assignment 'dbg=0', assigned value is 0
fpgatools-201212/autotest.c:196:6: note: Condition 'dbg' is always false
fpgatools-201212/autotest.c:223:7: style: Condition 'dbg' is always false [knownConditionTrueFalse]
fpgatools-201212/autotest.c:192:12: note: Assignment 'dbg=0', assigned value is 0
fpgatools-201212/autotest.c:223:7: note: Condition 'dbg' is always false
fpgatools-201212/autotest.c:230:7: style: Condition 'dbg' is always false [knownConditionTrueFalse]
fpgatools-201212/autotest.c:192:12: note: Assignment 'dbg=0', assigned value is 0
fpgatools-201212/autotest.c:230:7: note: Condition 'dbg' is always false
fpgatools-201212/autotest.c:332:7: style: Condition 'dbg' is always false [knownConditionTrueFalse]
fpgatools-201212/autotest.c:295:12: note: Assignment 'dbg=0', assigned value is 0
fpgatools-201212/autotest.c:332:7: note: Condition 'dbg' is always false
fpgatools-201212/autotest.c:867:2: style: Variable 'dev->u.iob.suspend' is reassigned a value before the old one has been used. [redundantAssignment]
fpgatools-201212/autotest.c:865:2: note: Variable 'dev->u.iob.suspend' is reassigned a value before the old one has been used.
fpgatools-201212/autotest.c:867:2: note: Variable 'dev->u.iob.suspend' is reassigned a value before the old one has been used.
fpgatools-201212/autotest.c:1705:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fpgatools-201212/autotest.c:39:7: style: The scope of the variable 'line' can be reduced. [variableScope]
fpgatools-201212/autotest.c:366:14: style: The scope of the variable 'switch_str' can be reduced. [variableScope]
fpgatools-201212/autotest.c:715:9: style: The scope of the variable 'from_to' can be reduced. [variableScope]
fpgatools-201212/autotest.c:825:37: style: The scope of the variable 'j' can be reduced. [variableScope]
fpgatools-201212/autotest.c:129:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:179:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:283:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:358:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:445:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:527:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:621:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:705:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:788:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:819:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:990:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:1089:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:1111:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:1173:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:1270:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:1694:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:1721:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/autotest.c:1857:1: style: Label 'fail' is not used. [unusedLabel]
fpgatools-201212/hstrrep.c:56:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fpgatools-201212/libs/bit_frames.c:121:8: warning: Possible null pointer dereference: dev [nullPointer]
fpgatools-201212/libs/bit_frames.c:120:9: note: Assignment 'dev=((dev_idx)==-1)?0:(&(&(model)->tiles[(y)*(model)->x_width+(x)])->devs[dev_idx])', assigned value is 0
fpgatools-201212/libs/bit_frames.c:121:8: note: Null pointer dereference
fpgatools-201212/libs/bit_frames.c:1290:26: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fpgatools-201212/libs/bit_frames.c:1305:26: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fpgatools-201212/libs/bit_frames.c:1320:26: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fpgatools-201212/libs/bit_frames.c:1335:26: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fpgatools-201212/libs/bit_frames.c:2964:24: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fpgatools-201212/libs/bit_frames.c:2968:24: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fpgatools-201212/libs/bit_frames.c:2972:24: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fpgatools-201212/libs/bit_frames.c:2976:24: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fpgatools-201212/libs/bit_frames.c:1568:17: style: The scope of the variable 'rc' can be reduced. [variableScope]
fpgatools-201212/libs/bit_frames.c:1967:44: style: The scope of the variable 'hclk_y' can be reduced. [variableScope]
fpgatools-201212/libs/bit_frames.c:1968:11: style: The scope of the variable 'ma0_bits' can be reduced. [variableScope]
fpgatools-201212/libs/bit_frames.c:2095:34: style: The scope of the variable 'hclk_y' can be reduced. [variableScope]
fpgatools-201212/libs/bit_frames.c:2254:12: style: The scope of the variable 'width' can be reduced. [variableScope]
fpgatools-201212/libs/bit_frames.c:2714:29: style: The scope of the variable 'xm_col' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:1591:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fpgatools-201212/libs/bit_regs.c:720:12: style: The scope of the variable 'hclk' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:721:11: style: The scope of the variable 'u64_0' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:721:18: style: The scope of the variable 'u64_1' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:746:25: style: The scope of the variable 'hclk' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:747:11: style: The scope of the variable 'u64' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:781:7: style: The scope of the variable 'bit_str' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:783:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:783:9: style: The scope of the variable 'num_bits_on' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:949:19: style: The scope of the variable 'offset_in_frame' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:1134:9: style: The scope of the variable 'str_len' can be reduced. [variableScope]
fpgatools-201212/libs/bit_regs.c:1131:45: style: Function 'parse_header' argument 1 names different: declaration 'config' definition 'cfg'. [funcArgNamesDifferent]
fpgatools-201212/libs/bit_regs.c:11:45: note: Function 'parse_header' argument 1 names different: declaration 'config' definition 'cfg'.
fpgatools-201212/libs/bit_regs.c:1131:45: note: Function 'parse_header' argument 1 names different: declaration 'config' definition 'cfg'.
fpgatools-201212/libs/bit_regs.c:1391:47: style: Function 'parse_commands' argument 1 names different: declaration 'config' definition 'cfg'. [funcArgNamesDifferent]
fpgatools-201212/libs/bit_regs.c:13:47: note: Function 'parse_commands' argument 1 names different: declaration 'config' definition 'cfg'.
fpgatools-201212/libs/bit_regs.c:1391:47: note: Function 'parse_commands' argument 1 names different: declaration 'config' definition 'cfg'.
fpgatools-201212/libs/control.c:2033:17: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fpgatools-201212/libs/control.c:214:20: style: The scope of the variable 'tile' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:237:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:1101:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:1170:12: style: The scope of the variable 'dests_end' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:1196:9: style: The scope of the variable 'connpt_o' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:1308:36: style: The scope of the variable 'cur_from_connpt' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:1308:53: style: The scope of the variable 'cur_to_connpt' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:1553:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:1633:36: style: The scope of the variable 'cur_from_connpt' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:1633:53: style: The scope of the variable 'cur_to_connpt' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:2568:6: style: The scope of the variable 'dist' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:3028:22: style: The scope of the variable 'in_dev' can be reduced. [variableScope]
fpgatools-201212/libs/control.c:3040:2: style: Checking if unsigned variable 'from_i' is less than zero. [unsignedLessThanZero]
fpgatools-201212/libs/control.c:1655:40: style: Function 'fpga_switch_chain' argument 1 names different: declaration 'chain' definition 'ch'. [funcArgNamesDifferent]
fpgatools-201212/libs/control.h:249:40: note: Function 'fpga_switch_chain' argument 1 names different: declaration 'chain' definition 'ch'.
fpgatools-201212/libs/control.c:1655:40: note: Function 'fpga_switch_chain' argument 1 names different: declaration 'chain' definition 'ch'.
fpgatools-201212/libs/control.c:2209:17: portability: 'new_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fpgatools-201212/libs/control.c:1478:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fpgatools-201212/libs/floorplan.c:1114:26: style: The scope of the variable 'from_str_i' can be reduced. [variableScope]
fpgatools-201212/libs/floorplan.c:1115:36: style: The scope of the variable 'is_bidir' can be reduced. [variableScope]
fpgatools-201212/libs/floorplan.c:1116:22: style: The scope of the variable 'to_str_i' can be reduced. [variableScope]
fpgatools-201212/libs/floorplan.c:1121:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
fpgatools-201212/libs/floorplan.c:1124:6: style: The scope of the variable 'sw_is_bidir' can be reduced. [variableScope]
fpgatools-201212/libs/helper.c:48:14: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fpgatools-201212/libs/helper.c:47:33: note: outer condition: i+j<len
fpgatools-201212/libs/helper.c:48:14: note: opposite inner condition: i+j>=len
fpgatools-201212/libs/helper.c:99:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
fpgatools-201212/libs/helper.c:348:11: style: The scope of the variable 'u64' can be reduced. [variableScope]
fpgatools-201212/libs/helper.c:626:9: style: The scope of the variable 'i_without_clk' can be reduced. [variableScope]
fpgatools-201212/libs/helper.c:627:20: style: The scope of the variable 'suffix' can be reduced. [variableScope]
fpgatools-201212/libs/helper.c:932:11: style: The scope of the variable 'search_off' can be reduced. [variableScope]
fpgatools-201212/libs/helper.c:932:23: style: The scope of the variable 'i' can be reduced. [variableScope]
fpgatools-201212/libs/helper.c:1064:18: warning: Division of result of sizeof() on pointer type. [divideSizeof]
fpgatools-201212/libs/helper.c:1006:18: portability: 'new_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fpgatools-201212/libs/helper.c:587:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fpgatools-201212/libs/model_conns.c:584:21: style: The scope of the variable 'rc' can be reduced. [variableScope]
fpgatools-201212/libs/model_conns.c:686:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
fpgatools-201212/libs/model_conns.c:719:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fpgatools-201212/libs/model_conns.c:818:7: style: The scope of the variable 'wstr' can be reduced. [variableScope]
fpgatools-201212/libs/model_conns.c:1196:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
fpgatools-201212/libs/model_conns.c:2290:6: style: The scope of the variable 'y' can be reduced. [variableScope]
fpgatools-201212/libs/model_conns.c:2290:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fpgatools-201212/libs/model_conns.c:4109:20: style: The scope of the variable 'outer_term_hit' can be reduced. [variableScope]
fpgatools-201212/libs/model_devices.c:373:18: portability: 'new_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fpgatools-201212/libs/model_helper.c:364:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
fpgatools-201212/libs/model_helper.c:1796:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
fpgatools-201212/libs/model_helper.c:1066:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1086:16: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1098:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1099:16: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1105:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1112:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1120:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1121:16: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1206:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1210:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1214:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1440:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1441:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1451:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_helper.c:1452:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:1381:31: style: The scope of the variable 'from_wire' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:1381:42: style: The scope of the variable 'to_wire' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:1381:51: style: The scope of the variable 'is_bidir' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:1864:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:2014:12: style: The scope of the variable 'num_bscan_devs' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:2050:21: style: The scope of the variable 'num_devs' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:2229:18: style: The scope of the variable 'num_devs' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:2488:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:2488:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:2488:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
fpgatools-201212/libs/model_switches.c:560:38: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:566:38: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:588:33: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:593:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:672:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:683:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:694:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:699:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:700:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:711:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:776:27: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:808:27: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:809:29: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_switches.c:824:29: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fpgatools-201212/libs/model_tiles.c:15:7: style: The scope of the variable 'cur_cfgcol' can be reduced. [variableScope]
fpgatools-201212/merge_seq.c:74:10: style: Array index 'a_o' is used before limits check. [arrayIndexThenCheck]
fpgatools-201212/mini-jtag/jtag.c:116:11: style: The scope of the variable 'last_bytes' can be reduced. [variableScope]
fpgatools-201212/mini-jtag/jtag.c:116:23: style: The scope of the variable 'len' can be reduced. [variableScope]
fpgatools-201212/mini-jtag/jtag.c:117:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fpgatools-201212/mini-jtag/jtag.c:117:9: style: The scope of the variable 't' can be reduced. [variableScope]
fpgatools-201212/mini-jtag/mini-jtag.c:189:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpgatools-201212/mini-jtag/mini-jtag.c:325:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpgatools-201212/mini-jtag/mini-jtag.c:237:29: style: Checking if unsigned variable 'reg' is less than zero. [unsignedLessThanZero]
fpgatools-201212/mini-jtag/mini-jtag.c:306:30: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
fpgatools-201212/mini-jtag/mini-jtag.c:351:30: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
fpgatools-201212/pair2net.c:70:7: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpgatools-201212/pair2net.c:95:3: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpgatools-201212/pair2net.c:95:3: warning: %i in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fpgatools-201212/pair2net.c:59:4: style: Variable 'num_connpoints' is modified but its new value is never used. [unreadVariable]
fpgatools-201212/pair2net.c:61:5: style: Variable 'num_nets' is modified but its new value is never used. [unreadVariable]
fpgatools-201212/pair2net.c:151:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fping/fping_4.0.orig.tar.gz
fping-4.0/src/fping.c:1764:9: style: Condition '!timestamp_set' is always true [knownConditionTrueFalse]
fping-4.0/src/fping.c:1744:25: note: Assignment 'timestamp_set=0', assigned value is 0
fping-4.0/src/fping.c:1764:9: note: Condition '!timestamp_set' is always true
fping-4.0/src/fping.c:1426:13: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fping-4.0/src/fping.c:1437:13: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fping-4.0/src/fping.c:1463:13: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fping-4.0/src/fping.c:2734:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fping-4.0/src/fping.c:2738:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fping-4.0/src/fping.c:2747:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fping-4.0/src/fping.c:1280:17: style: The scope of the variable 'h' can be reduced. [variableScope]
fping-4.0/src/fping.c:1980:12: style: The scope of the variable 'avg' can be reduced. [variableScope]
fping-4.0/src/fping.c:2331:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fping-4.0/src/fping.c:2468:13: style: The scope of the variable 'args' can be reduced. [variableScope]
fping-4.0/src/fping.c:2466:26: style: Function 'print_warning' argument 1 names different: declaration 'fmt' definition 'format'. [funcArgNamesDifferent]
fping-4.0/src/fping.c:327:26: note: Function 'print_warning' argument 1 names different: declaration 'fmt' definition 'format'.
fping-4.0/src/fping.c:2466:26: note: Function 'print_warning' argument 1 names different: declaration 'fmt' definition 'format'.
fping-4.0/src/fping.c:1745:21: style: Unused variable: cmsg [unusedVariable]
fping-4.0/src/fping.c:900:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fping-4.0/src/seqmap.c:82:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fping-4.0/src/seqmap.c:82:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fping-4.0/src/seqmap.c:82:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fping-4.0/src/socket4.c:120:90: style: Function 'socket_sendto_ping_ipv4' argument 4 names different: declaration 'icmp_seq' definition 'icmp_seq_nr'. [funcArgNamesDifferent]
fping-4.0/src/fping.h:20:91: note: Function 'socket_sendto_ping_ipv4' argument 4 names different: declaration 'icmp_seq' definition 'icmp_seq_nr'.
fping-4.0/src/socket4.c:120:90: note: Function 'socket_sendto_ping_ipv4' argument 4 names different: declaration 'icmp_seq' definition 'icmp_seq_nr'.
fping-4.0/src/socket4.c:120:112: style: Function 'socket_sendto_ping_ipv4' argument 5 names different: declaration 'icmp_id' definition 'icmp_id_nr'. [funcArgNamesDifferent]
fping-4.0/src/fping.h:20:110: note: Function 'socket_sendto_ping_ipv4' argument 5 names different: declaration 'icmp_id' definition 'icmp_id_nr'.
fping-4.0/src/socket4.c:120:112: note: Function 'socket_sendto_ping_ipv4' argument 5 names different: declaration 'icmp_id' definition 'icmp_id_nr'.
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fplll/fplll_5.2.1.orig.tar.gz
fplll-5.2.1/fplll/bkz.cpp:226:7: style: The scope of the variable 'k' can be reduced. [variableScope]
fplll-5.2.1/fplll/bkz.cpp:275:85: style: Function 'svp_reduction' argument 3 names different: declaration 'param' definition 'par'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/bkz.h:164:65: note: Function 'svp_reduction' argument 3 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:275:85: note: Function 'svp_reduction' argument 3 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:361:81: style: Function 'tour' argument 3 names different: declaration 'param' definition 'par'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/bkz.h:185:61: note: Function 'tour' argument 3 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:361:81: note: Function 'tour' argument 3 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:383:71: style: Function 'trunc_tour' argument 2 names different: declaration 'param' definition 'par'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/bkz.h:314:51: note: Function 'trunc_tour' argument 2 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:383:71: note: Function 'trunc_tour' argument 2 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:402:56: style: Function 'trunc_dtour' argument 1 names different: declaration 'param' definition 'par'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/bkz.h:317:36: note: Function 'trunc_dtour' argument 1 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:402:56: note: Function 'trunc_dtour' argument 1 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:440:68: style: Function 'sd_tour' argument 2 names different: declaration 'param' definition 'par'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/bkz.h:204:48: note: Function 'sd_tour' argument 2 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:440:68: note: Function 'sd_tour' argument 2 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:462:71: style: Function 'slide_tour' argument 2 names different: declaration 'param' definition 'par'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/bkz.h:243:51: note: Function 'slide_tour' argument 2 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/bkz.cpp:462:71: note: Function 'slide_tour' argument 2 names different: declaration 'param' definition 'par'.
fplll-5.2.1/fplll/gso_interface.h:95:0: warning: Member variable 'fplll :: MatGSOInterface < ZT , FT >::d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/gso_interface.h:95:0: warning: Member variable 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < double > >::d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/gso_interface.h:95:0: warning: Member variable 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < double > >::d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/gso_interface.h:95:0: warning: Member variable 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < mpfr_t > >::d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/gso_interface.h:95:0: warning: Member variable 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < mpfr_t > >::d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/gso_interface.h:95:0: warning: Member variable 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < dpe_struct > >::d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/gso_interface.h:95:0: warning: Member variable 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < dpe_struct > >::d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/evaluator.h:65:0: warning: Member variable 'fplll :: Evaluator < FP_NR < mpfr_t > >::normExp' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/evaluator.h:292:5: performance: Variable 'int_max_dist' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fplll-5.2.1/fplll/bkz.h:302:8: style: Technically the member function 'fplll::BKZReduction::print_params' can be const. [functionConst]
fplll-5.2.1/fplll/bkz.cpp:687:28: note: Technically the member function 'fplll::BKZReduction::print_params' can be const.
fplll-5.2.1/fplll/bkz.h:302:8: note: Technically the member function 'fplll::BKZReduction::print_params' can be const.
fplll-5.2.1/fplll/gso_interface.h:163:0: performance: Technically the member function 'fplll :: MatGSOInterface < ZT , FT >::row_op_begin' can be static. [functionStatic]
fplll-5.2.1/fplll/gso_interface.h:740:0: note: Technically the member function 'fplll :: MatGSOInterface < ZT , FT >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:163:0: note: Technically the member function 'fplll :: MatGSOInterface < ZT , FT >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:188:0: style: Technically the member function 'fplll :: MatGSOInterface < ZT , FT >::get_mu_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:195:0: style: Technically the member function 'fplll :: MatGSOInterface < ZT , FT >::get_r_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:202:0: style: Technically the member function 'fplll :: MatGSOInterface < ZT , FT >::get_g_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:163:0: performance: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < double > >::row_op_begin' can be static. [functionStatic]
fplll-5.2.1/fplll/gso_interface.h:740:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < double > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:163:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < double > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:188:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < double > >::get_mu_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:195:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < double > >::get_r_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:202:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < double > >::get_g_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:163:0: performance: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < double > >::row_op_begin' can be static. [functionStatic]
fplll-5.2.1/fplll/gso_interface.h:740:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < double > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:163:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < double > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:188:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < double > >::get_mu_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:195:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < double > >::get_r_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:202:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < double > >::get_g_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:163:0: performance: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < mpfr_t > >::row_op_begin' can be static. [functionStatic]
fplll-5.2.1/fplll/gso_interface.h:740:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < mpfr_t > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:163:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < mpfr_t > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:188:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < mpfr_t > >::get_mu_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:195:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < mpfr_t > >::get_r_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:202:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < mpfr_t > >::get_g_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:163:0: performance: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < mpfr_t > >::row_op_begin' can be static. [functionStatic]
fplll-5.2.1/fplll/gso_interface.h:740:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < mpfr_t > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:163:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < mpfr_t > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:188:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < mpfr_t > >::get_mu_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:195:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < mpfr_t > >::get_r_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:202:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < mpfr_t > >::get_g_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:163:0: performance: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < dpe_struct > >::row_op_begin' can be static. [functionStatic]
fplll-5.2.1/fplll/gso_interface.h:740:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < dpe_struct > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:163:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < dpe_struct > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:188:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < dpe_struct > >::get_mu_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:195:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < dpe_struct > >::get_r_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:202:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < mpz_t > , FP_NR < dpe_struct > >::get_g_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:163:0: performance: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < dpe_struct > >::row_op_begin' can be static. [functionStatic]
fplll-5.2.1/fplll/gso_interface.h:740:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < dpe_struct > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:163:0: note: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < dpe_struct > >::row_op_begin' can be static.
fplll-5.2.1/fplll/gso_interface.h:188:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < dpe_struct > >::get_mu_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:195:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < dpe_struct > >::get_r_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso_interface.h:202:0: style: Technically the member function 'fplll :: MatGSOInterface < Z_NR < long > , FP_NR < dpe_struct > >::get_g_matrix' can be const. [functionConst]
fplll-5.2.1/fplll/gso.h:187:0: warning: Virtual function 'size_increased' is called from constructor 'fplll :: MatGSO < Z_NR < long > , FP_NR < double > >(Matrix<Z_NR<long>>&arg_b,Matrix<Z_NR<long>>&arg_u,Matrix<Z_NR<long>>&arg_uinv_t,int flags)' at line 124. Dynamic binding is not used. [virtualCallInConstructor]
fplll-5.2.1/fplll/gso.h:124:0: note: Calling size_increased
fplll-5.2.1/fplll/gso.h:187:0: note: size_increased is a virtual method
fplll-5.2.1/fplll/gso.h:187:0: warning: Virtual function 'size_increased' is called from constructor 'fplll :: MatGSO < Z_NR < mpz_t > , FP_NR < double > >(Matrix<Z_NR<mpz_t>>&arg_b,Matrix<Z_NR<mpz_t>>&arg_u,Matrix<Z_NR<mpz_t>>&arg_uinv_t,int flags)' at line 124. Dynamic binding is not used. [virtualCallInConstructor]
fplll-5.2.1/fplll/gso.h:124:0: note: Calling size_increased
fplll-5.2.1/fplll/gso.h:187:0: note: size_increased is a virtual method
fplll-5.2.1/fplll/gso.h:187:0: warning: Virtual function 'size_increased' is called from constructor 'fplll :: MatGSO < Z_NR < long > , FP_NR < mpfr_t > >(fplll :: Matrix < Z_NR < long > >&arg_b,fplll :: Matrix < Z_NR < long > >&arg_u,fplll :: Matrix < Z_NR < long > >&arg_uinv_t,int flags)' at line 124. Dynamic binding is not used. [virtualCallInConstructor]
fplll-5.2.1/fplll/gso.h:124:0: note: Calling size_increased
fplll-5.2.1/fplll/gso.h:187:0: note: size_increased is a virtual method
fplll-5.2.1/fplll/gso.h:187:0: warning: Virtual function 'size_increased' is called from constructor 'fplll :: MatGSO < Z_NR < mpz_t > , FP_NR < mpfr_t > >(fplll :: Matrix < Z_NR < mpz_t > >&arg_b,fplll :: Matrix < Z_NR < mpz_t > >&arg_u,fplll :: Matrix < Z_NR < mpz_t > >&arg_uinv_t,int flags)' at line 124. Dynamic binding is not used. [virtualCallInConstructor]
fplll-5.2.1/fplll/gso.h:124:0: note: Calling size_increased
fplll-5.2.1/fplll/gso.h:187:0: note: size_increased is a virtual method
fplll-5.2.1/fplll/gso.h:187:0: warning: Virtual function 'size_increased' is called from constructor 'fplll :: MatGSO < Z_NR < mpz_t > , FP_NR < dpe_struct > >(fplll :: Matrix < Z_NR < mpz_t > >&arg_b,fplll :: Matrix < Z_NR < mpz_t > >&arg_u,fplll :: Matrix < Z_NR < mpz_t > >&arg_uinv_t,int flags)' at line 124. Dynamic binding is not used. [virtualCallInConstructor]
fplll-5.2.1/fplll/gso.h:124:0: note: Calling size_increased
fplll-5.2.1/fplll/gso.h:187:0: note: size_increased is a virtual method
fplll-5.2.1/fplll/gso.h:187:0: warning: Virtual function 'size_increased' is called from constructor 'fplll :: MatGSO < Z_NR < long > , FP_NR < dpe_struct > >(fplll :: Matrix < Z_NR < long > >&arg_b,fplll :: Matrix < Z_NR < long > >&arg_u,fplll :: Matrix < Z_NR < long > >&arg_uinv_t,int flags)' at line 124. Dynamic binding is not used. [virtualCallInConstructor]
fplll-5.2.1/fplll/gso.h:124:0: note: Calling size_increased
fplll-5.2.1/fplll/gso.h:187:0: note: size_increased is a virtual method
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < FP_NR < mpfr_t > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < Z_NR < long > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < Z_NR < mpz_t > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < FT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < ZT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < FP_NR < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < FP_NR < dpe_struct > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < Z_NR < ZTto > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < Z_NR < ZTfrom > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < Z_NR < ZT > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < Z_NR < Z > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'fplll :: MatrixRow < Z_NR < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/enum/evaluator.h:269:16: style: The function 'get_max_error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/enum/evaluator.h:244:16: note: Virtual function in base class
fplll-5.2.1/fplll/enum/evaluator.h:269:16: note: Function in derived class
fplll-5.2.1/fplll/enum/evaluator.h:300:16: style: The function 'get_max_error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/enum/evaluator.h:244:16: note: Virtual function in base class
fplll-5.2.1/fplll/enum/evaluator.h:300:16: note: Function in derived class
fplll-5.2.1/fplll/gso.h:140:0: style: The function 'get_max_exp_of_b' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:128:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:140:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:141:0: style: The function 'b_row_is_zero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:134:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:141:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:142:0: style: The function 'get_cols_of_b' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:140:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:142:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:143:0: style: The function 'get_rows_of_b' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:147:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:143:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:144:0: style: The function 'negate_row_of_b' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:152:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:144:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:146:0: style: The function 'create_rows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:345:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:146:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:147:0: style: The function 'remove_last_rows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:352:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:147:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:149:0: style: The function 'move_row' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:301:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:149:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:172:0: style: The function 'row_addmul_we' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:324:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:172:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:175:0: style: The function 'row_add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:327:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:175:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:176:0: style: The function 'row_sub' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:328:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:176:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:179:0: style: The function 'get_gram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:180:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:179:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:182:0: style: The function 'row_swap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:497:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:182:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:187:0: style: The function 'size_increased' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:465:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:187:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:189:0: style: The function 'discover_row' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:473:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:189:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:193:0: style: The function 'update_bf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:480:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:193:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:195:0: style: The function 'invalidate_gram_row' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:482:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:195:0: note: Function in derived class
fplll-5.2.1/fplll/gso.h:198:0: style: The function 'row_addmul_si' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/gso_interface.h:485:0: note: Virtual function in base class
fplll-5.2.1/fplll/gso.h:198:0: note: Function in derived class
fplll-5.2.1/fplll/io/json.hpp:1639:34: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6645:37: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:10145:51: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:65:25: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:72:22: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:1063:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1087:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1112:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1147:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1175:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1215:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1245:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1271:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1302:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1322:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1385:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1422:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1480:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1511:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:1558:5: style: Class 'basic_json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:7481:9: style: Class 'json_reverse_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:7486:9: style: Class 'json_reverse_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/io/json.hpp:831:30: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:833:37: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:835:38: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:837:35: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:1322:26: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:1511:37: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:1780:26: performance: Function parameter 'cnt' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:1945:66: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:2091:37: performance: Function parameter 'other' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:3147:28: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:3190:34: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:3330:36: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:3378:42: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:4165:32: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:4562:65: performance: Function parameter 'cont' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:4570:77: performance: Function parameter 'cont' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5129:51: performance: Function parameter 'cnt' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5276:25: performance: Function parameter 'other' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5454:44: performance: Function parameter 'lhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5454:65: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5547:44: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5556:60: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5577:44: performance: Function parameter 'lhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5577:65: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5600:44: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5609:60: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5638:43: performance: Function parameter 'lhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5638:64: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5733:44: performance: Function parameter 'lhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5733:65: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5755:43: performance: Function parameter 'lhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5755:64: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5777:44: performance: Function parameter 'lhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5777:65: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5932:53: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5962:53: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5971:53: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:6022:53: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:6094:53: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:6737:41: performance: Function parameter 'object' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7161:52: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7192:52: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7201:50: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7212:50: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7250:46: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7342:35: performance: Function parameter 'object' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7406:46: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7413:46: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7420:44: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7428:44: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7442:46: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7517:59: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7524:57: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7532:57: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:7546:46: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:8993:58: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:8999:58: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:9008:79: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:9380:44: performance: Function parameter 'j' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:9449:41: performance: Function parameter 'ptr' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:9493:39: performance: Function parameter 'ptr' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:9545:53: performance: Function parameter 'ptr' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:9589:51: performance: Function parameter 'ptr' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:9724:47: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/io/json.hpp:5427:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6255:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6271:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6279:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6287:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6295:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6303:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6314:43: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6322:38: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6325:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:6333:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:7790:48: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:7830:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:7964:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:8034:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:8128:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:8765:62: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9101:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9371:40: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9465:60: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9517:60: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9569:60: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9613:60: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9645:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9675:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9679:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9680:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9759:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9778:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:9795:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:10124:38: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:10132:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:10289:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:10394:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:10423:39: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/io/json.hpp:10442:63: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:26:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:30:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:95:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:109:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:110:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:125:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:126:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:130:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:132:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:137:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/bkz_param.cpp:146:5: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.h:286:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/enum/enumerate.h:31:0: error: syntax error [syntaxError]
fplll-5.2.1/fplll/enum/enumerate_base.cpp:179:0: error: syntax error [syntaxError]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < double > >::_normexp' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < double > >::_nodes' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < double > >::_dual' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < double > >::_d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < double > >::_first' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < mpfr_t > >::_normexp' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < mpfr_t > >::_nodes' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < mpfr_t > >::_dual' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < mpfr_t > >::_d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < mpz_t > , FP_NR < mpfr_t > >::_first' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < double > >::_normexp' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < double > >::_nodes' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < double > >::_dual' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < double > >::_d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < double > >::_first' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < mpfr_t > >::_normexp' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < mpfr_t > >::_nodes' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < mpfr_t > >::_dual' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < mpfr_t > >::_d' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/enumerate_ext.h:86:0: warning: Member variable 'ExternalEnumeration < Z_NR < long > , FP_NR < mpfr_t > >::_first' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/evaluator.cpp:248:68: style: Function 'get_max_error' argument 2 names different: declaration 'sol_dist' definition 'last_partial_dist'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/enum/evaluator.h:269:77: note: Function 'get_max_error' argument 2 names different: declaration 'sol_dist' definition 'last_partial_dist'.
fplll-5.2.1/fplll/enum/evaluator.cpp:248:68: note: Function 'get_max_error' argument 2 names different: declaration 'sol_dist' definition 'last_partial_dist'.
fplll-5.2.1/fplll/enum/evaluator.h:65:0: warning: Member variable 'Evaluator < FP_NR < mpfr_t > >::normExp' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'MatrixRow < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'MatrixRow < FP_NR < mpfr_t > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'MatrixRow < Z_NR < ZTto > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'MatrixRow < Z_NR < ZTfrom > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'MatrixRow < Z_NR < ZT > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/nr/matrix.h:91:0: style: Class 'MatrixRow < Z_NR < mpz_t > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/fplll/enum/evaluator.h:270:16: style: The function 'eval_sol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/enum/evaluator.h:100:0: note: Virtual function in base class
fplll-5.2.1/fplll/enum/evaluator.h:270:16: note: Function in derived class
fplll-5.2.1/fplll/enum/evaluator.h:272:16: style: The function 'eval_sub_sol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/enum/evaluator.h:103:0: note: Virtual function in base class
fplll-5.2.1/fplll/enum/evaluator.h:272:16: note: Function in derived class
fplll-5.2.1/fplll/enum/evaluator.h:302:16: style: The function 'eval_sol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/enum/evaluator.h:100:0: note: Virtual function in base class
fplll-5.2.1/fplll/enum/evaluator.h:302:16: note: Function in derived class
fplll-5.2.1/fplll/enum/evaluator.h:305:16: style: The function 'eval_sub_sol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fplll-5.2.1/fplll/enum/evaluator.h:103:0: note: Virtual function in base class
fplll-5.2.1/fplll/enum/evaluator.h:305:16: note: Function in derived class
fplll-5.2.1/fplll/enum/topenum.cpp:21:31: style: Function 'Enumerator' argument 4 names different: declaration 'max_volume' definition 'argMaxVolume'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/enum/topenum.h:30:21: note: Function 'Enumerator' argument 4 names different: declaration 'max_volume' definition 'argMaxVolume'.
fplll-5.2.1/fplll/enum/topenum.cpp:21:31: note: Function 'Enumerator' argument 4 names different: declaration 'max_volume' definition 'argMaxVolume'.
fplll-5.2.1/fplll/enum/topenum.cpp:20:13: warning: Member variable 'Enumerator::k' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/topenum.cpp:20:13: warning: Member variable 'Enumerator::kmax' is not initialized in the constructor. [uninitMemberVar]
fplll-5.2.1/fplll/enum/topenum.cpp:24:3: performance: Variable 'max_volume' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fplll-5.2.1/fplll/enum/topenum.h:32:32: style: Technically the member function 'Enumerator::get_sub_tree' can be const. [functionConst]
fplll-5.2.1/fplll/fplll.h:22:0: error: #error fplll needs at least a C++11 compliant compiler [preprocessorErrorDirective]
fplll-5.2.1/fplll/gso.h:32:0: error: syntax error [syntaxError]
fplll-5.2.1/fplll/gso_gram.h:32:0: error: syntax error [syntaxError]
fplll-5.2.1/fplll/gso_interface.cpp:24:0: error: syntax error [syntaxError]
fplll-5.2.1/fplll/llldiff.cpp:27:23: style: The scope of the variable 'sg' can be reduced. [variableScope]
fplll-5.2.1/fplll/nr/matrix.cpp:569:13: style: The scope of the variable 'bits' can be reduced. [variableScope]
fplll-5.2.1/fplll/pruner.cpp:104:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:109:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:110:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:120:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:155:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:280:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:291:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:377:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:451:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:631:0: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:587:17: style: The scope of the variable 'maxi' can be reduced. [variableScope]
fplll-5.2.1/fplll/pruner.cpp:587:27: style: The scope of the variable 'maxi2' can be reduced. [variableScope]
fplll-5.2.1/fplll/pruner.h:383:0: performance: Technically the member function 'fplll :: Pruner < FT >::set_tabulated_consts' can be static. [functionStatic]
fplll-5.2.1/fplll/pruner.cpp:37:0: note: Technically the member function 'fplll :: Pruner < FT >::set_tabulated_consts' can be static.
fplll-5.2.1/fplll/pruner.h:383:0: note: Technically the member function 'fplll :: Pruner < FT >::set_tabulated_consts' can be static.
fplll-5.2.1/fplll/pruner.h:431:0: style: Technically the member function 'fplll :: Pruner < FT >::enforce' can be const. [functionConst]
fplll-5.2.1/fplll/pruner.cpp:184:0: note: Technically the member function 'fplll :: Pruner < FT >::enforce' can be const.
fplll-5.2.1/fplll/pruner.h:431:0: note: Technically the member function 'fplll :: Pruner < FT >::enforce' can be const.
fplll-5.2.1/fplll/pruner.h:440:0: performance: Technically the member function 'fplll :: Pruner < FT >::eval_poly' can be static. [functionStatic]
fplll-5.2.1/fplll/pruner.cpp:219:0: note: Technically the member function 'fplll :: Pruner < FT >::eval_poly' can be static.
fplll-5.2.1/fplll/pruner.h:440:0: note: Technically the member function 'fplll :: Pruner < FT >::eval_poly' can be static.
fplll-5.2.1/fplll/pruner.h:448:0: performance: Technically the member function 'fplll :: Pruner < FT >::integrate_poly' can be static. [functionStatic]
fplll-5.2.1/fplll/pruner.cpp:231:0: note: Technically the member function 'fplll :: Pruner < FT >::integrate_poly' can be static.
fplll-5.2.1/fplll/pruner.h:448:0: note: Technically the member function 'fplll :: Pruner < FT >::integrate_poly' can be static.
fplll-5.2.1/fplll/pruner.cpp:43:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:44:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:103:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:104:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:115:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:120:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:121:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:127:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:132:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:137:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:141:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:144:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:149:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:155:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:163:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:178:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:179:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:181:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:187:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:190:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:194:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:195:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:197:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:198:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:202:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:204:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:205:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:210:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:212:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:213:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:226:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:237:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:239:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:245:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:251:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:253:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:274:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:277:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:280:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:290:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:291:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:315:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:316:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:317:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:341:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:342:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:343:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:412:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:416:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:421:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:424:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:441:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:442:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:463:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:479:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:526:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:532:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:534:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:537:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:540:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:541:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:542:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:566:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:569:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:571:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:572:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:575:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:580:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:592:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:598:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:599:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:602:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:608:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:610:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:616:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:626:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:627:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:631:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:644:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:648:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:653:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:660:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:670:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:678:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:680:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:681:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:693:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:698:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:707:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:708:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:717:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:718:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:731:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:739:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:746:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:748:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:749:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:768:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:770:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:771:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:775:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:776:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/pruner.cpp:781:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fplll-5.2.1/fplll/sieve/sampler_basic.h:63:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fplll-5.2.1/fplll/sieve/sampler_basic.h:63:13: style: The scope of the variable 'e' can be reduced. [variableScope]
fplll-5.2.1/fplll/sieve/sampler_basic.cpp:77:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fplll-5.2.1/fplll/sieve/sampler_basic.cpp:77:13: style: The scope of the variable 'e' can be reduced. [variableScope]
fplll-5.2.1/fplll/sieve/sampler_basic.cpp:58:73: style: Function 'set_verbose' argument 1 names different: declaration 'verbose' definition 'ver'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/sieve/sampler_basic.h:26:25: note: Function 'set_verbose' argument 1 names different: declaration 'verbose' definition 'ver'.
fplll-5.2.1/fplll/sieve/sampler_basic.cpp:58:73: note: Function 'set_verbose' argument 1 names different: declaration 'verbose' definition 'ver'.
fplll-5.2.1/fplll/sieve/sampler_basic.h:23:8: style: Technically the member function 'KleinSampler::print_param' can be const. [functionConst]
fplll-5.2.1/fplll/sieve/sampler_basic.cpp:60:56: note: Technically the member function 'KleinSampler::print_param' can be const.
fplll-5.2.1/fplll/sieve/sampler_basic.h:23:8: note: Technically the member function 'KleinSampler::print_param' can be const.
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:351:8: warning: Possible null pointer dereference: p1 [nullPointer]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:470:23: note: Assignment 's1=NULL', assigned value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:511:30: note: Calling function 'check_4reduce_order', 1st argument 'p1' value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:351:8: note: Null pointer dereference
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:351:20: warning: Possible null pointer dereference: p2 [nullPointer]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:471:23: note: Assignment 's2=NULL', assigned value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:511:34: note: Calling function 'check_4reduce_order', 2nd argument 'p2' value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:351:20: note: Null pointer dereference
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:371:43: warning: Possible null pointer dereference: p1 [nullPointer]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:470:23: note: Assignment 's1=NULL', assigned value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:511:30: note: Calling function 'check_4reduce_order', 1st argument 'p1' value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:371:43: note: Null pointer dereference
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:403:48: warning: Possible null pointer dereference: p4 [nullPointer]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:473:23: note: Assignment 's4=NULL', assigned value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:511:42: note: Calling function 'check_4reduce_order', 4th argument 'p4' value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:403:48: note: Null pointer dereference
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:404:25: warning: Possible null pointer dereference: p4 [nullPointer]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:473:23: note: Assignment 's4=NULL', assigned value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:511:42: note: Calling function 'check_4reduce_order', 4th argument 'p4' value is 0
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:404:25: note: Null pointer dereference
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:184:18: style: The scope of the variable 'v1' can be reduced. [variableScope]
fplll-5.2.1/fplll/sieve/sieve_gauss_4sieve.cpp:14:18: style: The scope of the variable 'v' can be reduced. [variableScope]
fplll-5.2.1/fplll/sieve/sieve_gauss.cpp:111:18: style: The scope of the variable 'p' can be reduced. [variableScope]
fplll-5.2.1/fplll/sieve/sieve_gauss_3sieve.cpp:14:87: style: Function 'update_p_3reduce_2reduce' argument 2 names different: declaration 'lp_it' definition 'lp_it_k'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/sieve/sieve_gauss.h:84:79: note: Function 'update_p_3reduce_2reduce' argument 2 names different: declaration 'lp_it' definition 'lp_it_k'.
fplll-5.2.1/fplll/sieve/sieve_gauss_3sieve.cpp:14:87: note: Function 'update_p_3reduce_2reduce' argument 2 names different: declaration 'lp_it' definition 'lp_it_k'.
fplll-5.2.1/fplll/sieve/sieve_gauss_4sieve.cpp:11:88: style: Function 'update_p_4reduce_aux' argument 2 names different: declaration 'lp_it' definition 'lp_it_k'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/sieve/sieve_gauss.h:87:89: note: Function 'update_p_4reduce_aux' argument 2 names different: declaration 'lp_it' definition 'lp_it_k'.
fplll-5.2.1/fplll/sieve/sieve_gauss_4sieve.cpp:11:88: note: Function 'update_p_4reduce_aux' argument 2 names different: declaration 'lp_it' definition 'lp_it_k'.
fplll-5.2.1/fplll/sieve/sieve_gauss.cpp:243:71: style: Function 'set_verbose' argument 1 names different: declaration 'verbose' definition 'ver'. [funcArgNamesDifferent]
fplll-5.2.1/fplll/sieve/sieve_gauss.h:22:25: note: Function 'set_verbose' argument 1 names different: declaration 'verbose' definition 'ver'.
fplll-5.2.1/fplll/sieve/sieve_gauss.cpp:243:71: note: Function 'set_verbose' argument 1 names different: declaration 'verbose' definition 'ver'.
fplll-5.2.1/fplll/sieve/sieve_gauss_3sieve.cpp:134:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fplll-5.2.1/fplll/sieve/sieve_gauss_4sieve.cpp:134:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fplll-5.2.1/fplll/sieve/sieve_gauss_4sieve.cpp:150:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fplll-5.2.1/fplll/sieve/sieve_gauss_4sieve.cpp:242:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:181:86: performance: Function parameter 'List' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:295:86: performance: Function parameter 'List' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:518:86: performance: Function parameter 'List' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:567:72: performance: Function parameter 'List' should be passed by const reference. [passedByValue]
fplll-5.2.1/fplll/sieve/sieve_gauss_str.h:584:74: performance: Function parameter 'List' should be passed by const reference. [passedByValue]
fplll-5.2.1/tests/test_utils.h:46:3: style: Exception should be caught by reference. [catchExceptionByValue]
fplll-5.2.1/tests/test_bkz.cpp:70:0: performance: Function parameter 'dump_gso_filename' should be passed by const reference. [passedByValue]
fplll-5.2.1/tests/test_gso.cpp:62:3: style: Variable 'max_entry' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fplll-5.2.1/tests/test_gso.cpp:61:0: note: Variable 'max_entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
fplll-5.2.1/tests/test_gso.cpp:62:3: note: Variable 'max_entry' is reassigned a value before the old one has been used if variable is no semaphore variable.
fplll-5.2.1/tests/test_pruner.cpp:306:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fplll-5.2.1/tests/test_pruner.cpp:55:3: style: Class 'TestPruner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fplll-5.2.1/tests/test_svp.cpp:152:23: style: Unused variable: solution [unusedVariable]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fpm2/fpm2_0.79.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fportfolio/fportfolio_3042.83.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fprint-demo/fprint-demo_20080303git.orig.tar.gz
src/identify.c:133:14: style: The scope of the variable 'msgs' can be reduced. [variableScope]
src/main.c:375:13: style: Checking if unsigned variable 'numfds' is less than zero. [unsignedLessThanZero]
src/verify.c:206:14: style: The scope of the variable 'msgs' can be reduced. [variableScope]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fprintd/fprintd_0.8.0.orig.tar.xz
fprintd-0.8.0/pam/marshal.c:65:66: style: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
fprintd-0.8.0/pam/marshal.c:58:65: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/pam/marshal.c:65:66: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/pam/marshal.c:68:69: style: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
fprintd-0.8.0/pam/marshal.c:61:65: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/pam/marshal.c:68:69: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/pam/pam_fprintd.c:479:12: style: Same expression on both sides of '!=' because the value of 'rhost' and 'NULL' are the same. [duplicateExpression]
fprintd-0.8.0/pam/pam_fprintd.c:463:22: note: 'rhost' is assigned value 'NULL' here.
fprintd-0.8.0/pam/pam_fprintd.c:479:12: note: Same expression on both sides of '!=' because the value of 'rhost' and 'NULL' are the same.
fprintd-0.8.0/src/device.c:1004:6: style: The scope of the variable 'r' can be reduced. [variableScope]
fprintd-0.8.0/src/device-dbus-glue.h:71:82: style: Function 'dbus_glib_marshal_fprint_device_VOID__STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
fprintd-0.8.0/src/device-dbus-glue.h:64:81: note: Function 'dbus_glib_marshal_fprint_device_VOID__STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/src/device-dbus-glue.h:71:82: note: Function 'dbus_glib_marshal_fprint_device_VOID__STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/src/device-dbus-glue.h:74:85: style: Function 'dbus_glib_marshal_fprint_device_VOID__STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
fprintd-0.8.0/src/device-dbus-glue.h:67:81: note: Function 'dbus_glib_marshal_fprint_device_VOID__STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/src/device-dbus-glue.h:74:85: note: Function 'dbus_glib_marshal_fprint_device_VOID__STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/src/fprintd-marshal.c:65:66: style: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
fprintd-0.8.0/src/fprintd-marshal.c:58:65: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/src/fprintd-marshal.c:65:66: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/src/fprintd-marshal.c:68:69: style: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
fprintd-0.8.0/src/fprintd-marshal.c:61:65: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/src/fprintd-marshal.c:68:69: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/src/main.c:182:13: style: Checking if unsigned variable 'numfds' is less than zero. [unsignedLessThanZero]
fprintd-0.8.0/src/manager-dbus-glue.h:70:90: style: Function 'dbus_glib_marshal_fprint_manager_BOOLEAN__POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
fprintd-0.8.0/src/manager-dbus-glue.h:63:86: note: Function 'dbus_glib_marshal_fprint_manager_BOOLEAN__POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/src/manager-dbus-glue.h:70:90: note: Function 'dbus_glib_marshal_fprint_manager_BOOLEAN__POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/tests/marshal.c:65:66: style: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
fprintd-0.8.0/tests/marshal.c:58:65: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/tests/marshal.c:65:66: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/tests/marshal.c:68:69: style: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
fprintd-0.8.0/tests/marshal.c:61:65: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
fprintd-0.8.0/tests/marshal.c:68:69: note: Function 'fprintd_marshal_VOID__STRING_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fprobe/fprobe_1.1.orig.tar.gz
fprobe-1.1/src/my_inttypes.h:33:0: error: #error "Can't find any 32 bit type" [preprocessorErrorDirective]
fprobe-1.1/src/hash.h:15:0: error: #error HASH_TYPE_XOR or HASH_TYPE_CRC must be defined [preprocessorErrorDirective]
fprobe-1.1/src/my_getopt.c:26:12: style: The scope of the variable 'p' can be reduced. [variableScope]
fprobe-1.1/src/my_log.c:42:10: style: The scope of the variable 'args' can be reduced. [variableScope]
fprobe-1.1/src/my_log.c:43:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
fprobe-1.1/src/my_log.c:44:7: style: The scope of the variable 'msg_prefix' can be reduced. [variableScope]
fprobe-1.1/src/my_log.c:57:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fprobe-ulog/fprobe-ulog_1.1.orig.tar.gz
fprobe-ulog-1.1/src/my_inttypes.h:33:0: error: #error "Can't find any 32 bit type" [preprocessorErrorDirective]
fprobe-ulog-1.1/src/hash.h:15:0: error: #error HASH_TYPE_XOR or HASH_TYPE_CRC must be defined [preprocessorErrorDirective]
fprobe-ulog-1.1/src/libipulog/libipulog.c:204:9: style: The scope of the variable 'remain_len' can be reduced. [variableScope]
fprobe-ulog-1.1/src/libipulog/libipulog.c:122:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 117. [shiftTooManyBitsSigned]
fprobe-ulog-1.1/src/libipulog/libipulog.c:117:25: note: Assuming that condition 'group>32' is not redundant
fprobe-ulog-1.1/src/libipulog/libipulog.c:122:12: note: Shift
fprobe-ulog-1.1/src/my_getopt.c:26:12: style: The scope of the variable 'p' can be reduced. [variableScope]
fprobe-ulog-1.1/src/my_log.c:42:10: style: The scope of the variable 'args' can be reduced. [variableScope]
fprobe-ulog-1.1/src/my_log.c:43:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
fprobe-ulog-1.1/src/my_log.c:44:7: style: The scope of the variable 'msg_prefix' can be reduced. [variableScope]
fprobe-ulog-1.1/src/my_log.c:57:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fpylll/fpylll_0.4.1+ds1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fqterm/fqterm_0.9.9.orig.tar.gz
fqterm-0.9.9/src/common/fqterm_config.cpp:31:43: style: Function 'FQTermConfig' argument 1 names different: declaration 'fileName' definition 'szFileName'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:40:31: note: Function 'FQTermConfig' argument 1 names different: declaration 'fileName' definition 'szFileName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:31:43: note: Function 'FQTermConfig' argument 1 names different: declaration 'fileName' definition 'szFileName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:39:40: style: Function 'save' argument 1 names different: declaration 'fileName' definition 'szFileName'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:44:28: note: Function 'save' argument 1 names different: declaration 'fileName' definition 'szFileName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:39:40: note: Function 'save' argument 1 names different: declaration 'fileName' definition 'szFileName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:99:46: style: Function 'addSection' argument 1 names different: declaration 'sectionName' definition 'szSection'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:38:34: note: Function 'addSection' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:99:46: note: Function 'addSection' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:108:46: style: Function 'hasSection' argument 1 names different: declaration 'sectionName' definition 'szSection'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:56:34: note: Function 'hasSection' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:108:46: note: Function 'hasSection' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:113:48: style: Function 'setItemValue' argument 1 names different: declaration 'sectionName' definition 'szSection'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:46:36: note: Function 'setItemValue' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:113:48: note: Function 'setItemValue' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:114:34: style: Function 'setItemValue' argument 2 names different: declaration 'itemName' definition 'szItemName'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:46:64: note: Function 'setItemValue' argument 2 names different: declaration 'itemName' definition 'szItemName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:114:34: note: Function 'setItemValue' argument 2 names different: declaration 'itemName' definition 'szItemName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:114:61: style: Function 'setItemValue' argument 3 names different: declaration 'itemValue' definition 'szItemValue'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:47:36: note: Function 'setItemValue' argument 3 names different: declaration 'itemValue' definition 'szItemValue'.
fqterm-0.9.9/src/common/fqterm_config.cpp:114:61: note: Function 'setItemValue' argument 3 names different: declaration 'itemValue' definition 'szItemValue'.
fqterm-0.9.9/src/common/fqterm_config.cpp:124:51: style: Function 'getItemValue' argument 1 names different: declaration 'sectionName' definition 'szSection'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:49:39: note: Function 'getItemValue' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:124:51: note: Function 'getItemValue' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:125:51: style: Function 'getItemValue' argument 2 names different: declaration 'itemName' definition 'szItemName'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:50:39: note: Function 'getItemValue' argument 2 names different: declaration 'itemName' definition 'szItemName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:125:51: note: Function 'getItemValue' argument 2 names different: declaration 'itemName' definition 'szItemName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:134:49: style: Function 'renameSection' argument 1 names different: declaration 'sectionName' definition 'szSection'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:55:37: note: Function 'renameSection' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:134:49: note: Function 'renameSection' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:135:35: style: Function 'renameSection' argument 2 names different: declaration 'newName' definition 'szNewName'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:55:65: note: Function 'renameSection' argument 2 names different: declaration 'newName' definition 'szNewName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:135:35: note: Function 'renameSection' argument 2 names different: declaration 'newName' definition 'szNewName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:148:49: style: Function 'deleteSection' argument 1 names different: declaration 'sectionName' definition 'szSection'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:53:37: note: Function 'deleteSection' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:148:49: note: Function 'deleteSection' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:156:46: style: Function 'deleteItem' argument 1 names different: declaration 'sectionName' definition 'szSection'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:52:34: note: Function 'deleteItem' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:156:46: note: Function 'deleteItem' argument 1 names different: declaration 'sectionName' definition 'szSection'.
fqterm-0.9.9/src/common/fqterm_config.cpp:157:32: style: Function 'deleteItem' argument 2 names different: declaration 'itemName' definition 'szItemName'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_config.h:52:62: note: Function 'deleteItem' argument 2 names different: declaration 'itemName' definition 'szItemName'.
fqterm-0.9.9/src/common/fqterm_config.cpp:157:32: note: Function 'deleteItem' argument 2 names different: declaration 'itemName' definition 'szItemName'.
fqterm-0.9.9/src/common/fqterm_config.h:40:3: style: Class 'FQTermConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/common/fqterm_exif_extractor.cpp:49:16: warning: Member variable 'ExifExtractor::subIfdOffset_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/common/fqterm_exif_extractor.h:73:15: style: Technically the member function 'FQTerm::ExifExtractor::info' can be const. [functionConst]
fqterm-0.9.9/src/common/fqterm_exif_extractor.cpp:87:28: note: Technically the member function 'FQTerm::ExifExtractor::info' can be const.
fqterm-0.9.9/src/common/fqterm_exif_extractor.h:73:15: note: Technically the member function 'FQTerm::ExifExtractor::info' can be const.
fqterm-0.9.9/src/common/fqterm_exif_extractor.h:89:8: style: Technically the member function 'FQTerm::ExifExtractor::toggleEndian' can be const. [functionConst]
fqterm-0.9.9/src/common/fqterm_exif_extractor.cpp:607:21: note: Technically the member function 'FQTerm::ExifExtractor::toggleEndian' can be const.
fqterm-0.9.9/src/common/fqterm_exif_extractor.h:89:8: note: Technically the member function 'FQTerm::ExifExtractor::toggleEndian' can be const.
fqterm-0.9.9/src/common/fqterm_exif_extractor.cpp:378:0: error: Memory leak: buffer [memleak]
fqterm-0.9.9/src/common/fqterm_filedialog.cpp:36:67: style: Function 'FQTermFileDialog' argument 2 names different: declaration 'parent_' definition 'parent'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_filedialog.h:33:51: note: Function 'FQTermFileDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/common/fqterm_filedialog.cpp:36:67: note: Function 'FQTermFileDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/common/fqterm_filedialog.cpp:56:54: style: Function 'getSaveName' argument 1 names different: declaration 'filename' definition 'fileToSave'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_filedialog.h:36:38: note: Function 'getSaveName' argument 1 names different: declaration 'filename' definition 'fileToSave'.
fqterm-0.9.9/src/common/fqterm_filedialog.cpp:56:54: note: Function 'getSaveName' argument 1 names different: declaration 'filename' definition 'fileToSave'.
fqterm-0.9.9/src/common/fqterm_filedialog.cpp:39:3: performance: Variable 'configDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/common/fqterm_font.cpp:59:36: performance: Function parameter 'langName' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/common/fqterm_param.cpp:267:7: style: Condition '!inited' is always true [knownConditionTrueFalse]
fqterm-0.9.9/src/common/fqterm_param.cpp:116:43: style: Function 'copy' argument 1 names different: declaration 'parm' definition 'param'. [funcArgNamesDifferent]
fqterm-0.9.9/src/common/fqterm_param.h:217:34: note: Function 'copy' argument 1 names different: declaration 'parm' definition 'param'.
fqterm-0.9.9/src/common/fqterm_param.cpp:116:43: note: Function 'copy' argument 1 names different: declaration 'parm' definition 'param'.
fqterm-0.9.9/src/common/fqterm_param.cpp:28:3: performance: Variable 'name_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/common/fqterm_param.cpp:29:3: performance: Variable 'hostAddress_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/common/fqterm_param.cpp:30:3: performance: Variable 'port_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/common/fqterm_param.cpp:33:3: performance: Variable 'preLoginCommand_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/common/fqterm_param.cpp:34:3: performance: Variable 'userName_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/common/fqterm_param.cpp:35:3: performance: Variable 'password_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/common/fqterm_param.cpp:36:3: performance: Variable 'postLoginCommand_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/common/fqterm_param.cpp:43:3: performance: Variable 'englishFontName_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/common/fqterm_param.h:87:8: style: Technically the member function 'FQTerm::FQTermParam::operator==' can be const. [functionConst]
fqterm-0.9.9/src/common/fqterm_param.cpp:190:19: note: Technically the member function 'FQTerm::FQTermParam::operator==' can be const.
fqterm-0.9.9/src/common/fqterm_param.h:87:8: note: Technically the member function 'FQTerm::FQTermParam::operator==' can be const.
fqterm-0.9.9/src/protocol/fqterm_socket.h:124:3: warning: Member variable 'FQTermSocket::conn_info' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/fqterm_socket.h:66:3: style: Class 'FQTermSocketPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:15:8: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:128:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:15:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:16:8: style: The function 'setProxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:129:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:16:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:19:8: style: The function 'connectToHost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:134:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:19:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:20:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:135:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:20:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:21:14: style: The function 'readBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:136:22: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:21:14: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:22:8: style: The function 'writeBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:137:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:22:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:23:17: style: The function 'bytesAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:138:25: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_local_socket.h:23:17: note: Function in derived class
fqterm-0.9.9/src/common/fqterm_sound.h:61:8: style: The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/common/fqterm_sound.h:49:16: note: Virtual function in base class
fqterm-0.9.9/src/common/fqterm_sound.h:61:8: note: Function in derived class
fqterm-0.9.9/src/common/fqterm_sound.h:73:8: style: The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/common/fqterm_sound.h:49:16: note: Virtual function in base class
fqterm-0.9.9/src/common/fqterm_sound.h:73:8: note: Function in derived class
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobal.h:202:0: warning: Member variable 'QxtPrivateInterface < QxtGlobalShortcut , QxtGlobalShortcutPrivate >::pvt' is not initialized in the constructor. [uninitMemberVarPrivate]
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobal.h:203:0: warning: Member variable 'QxtPrivateInterface < QxtGlobalShortcut , QxtGlobalShortcutPrivate >::pvt' is not assigned a value in 'QxtPrivateInterface < QxtGlobalShortcut , QxtGlobalShortcutPrivate >::operator='. [operatorEqVarError]
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobal.h:151:0: style: The class 'QxtPrivate < QxtGlobalShortcut >' does not have a constructor although it has private member variables. [noConstructor]
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobal.h:203:0: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_mac.cpp:231:9: style: Condition '!qxt_mac_handler_installed' is always true [knownConditionTrueFalse]
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_mac.cpp:76:57: style: Function 'nativeKeycode' argument 1 names different: declaration 'keycode' definition 'key'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_p.h:53:42: note: Function 'nativeKeycode' argument 1 names different: declaration 'keycode' definition 'key'.
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_mac.cpp:76:57: note: Function 'nativeKeycode' argument 1 names different: declaration 'keycode' definition 'key'.
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_win.cpp:58:57: style: Function 'nativeKeycode' argument 1 names different: declaration 'keycode' definition 'key'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_p.h:53:42: note: Function 'nativeKeycode' argument 1 names different: declaration 'keycode' definition 'key'.
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_win.cpp:58:57: note: Function 'nativeKeycode' argument 1 names different: declaration 'keycode' definition 'key'.
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_x11.cpp:82:57: style: Function 'nativeKeycode' argument 1 names different: declaration 'keycode' definition 'key'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_p.h:53:42: note: Function 'nativeKeycode' argument 1 names different: declaration 'keycode' definition 'key'.
fqterm-0.9.9/src/fqterm/3rdparty/qxtglobalshortcut_x11.cpp:82:57: note: Function 'nativeKeycode' argument 1 names different: declaration 'keycode' definition 'key'.
fqterm-0.9.9/src/fqterm/fqterm_frame.cpp:1179:13: style: Expression is always false because 'else if' condition matches previous condition at line 1176. [multiCondition]
fqterm-0.9.9/src/fqterm/fqterm_frame.cpp:1774:5: style: Variable 'strTmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fqterm-0.9.9/src/fqterm/fqterm_frame.cpp:1769:5: note: Variable 'strTmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
fqterm-0.9.9/src/fqterm/fqterm_frame.cpp:1774:5: note: Variable 'strTmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
fqterm-0.9.9/src/fqterm/fqterm_frame.cpp:1301:33: style: Function 'event' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/fqterm_frame.h:92:22: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fqterm-0.9.9/src/fqterm/fqterm_frame.cpp:1301:33: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fqterm-0.9.9/src/fqterm/fqterm_window.h:64:3: style: Class 'FQTermExternalEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.h:44:3: style: Class 'FQTermTabBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/fqterm/fqterm_window.h:208:43: performance: Function parameter 'content' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.h:78:31: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/fqterm/fqterm_frame.cpp:2085:57: performance: Function parameter 'qssFile' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/fqterm/fqterm_screen.cpp:72:17: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_screen.cpp:1860:43: style: Function 'paintEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/fqterm_screen.h:52:33: note: Function 'paintEvent' argument 1 names different: declaration 'event' definition 'e'.
fqterm-0.9.9/src/fqterm/fqterm_screen.cpp:1860:43: note: Function 'paintEvent' argument 1 names different: declaration 'event' definition 'e'.
fqterm-0.9.9/src/fqterm/fqterm_screen.cpp:1747:14: warning: Member variable 'PreeditLine::caret_offset_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/fqterm/fqterm_screen.h:231:10: style: Member variable 'FQTermScreen::enLetterSpacing_' is in the wrong place in the initializer list. [initializerList]
fqterm-0.9.9/src/fqterm/fqterm_screen.cpp:64:7: note: Member variable 'FQTermScreen::enLetterSpacing_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/fqterm/fqterm_screen.h:231:10: note: Member variable 'FQTermScreen::enLetterSpacing_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/fqterm/fqterm_screen.h:250:8: style: Member variable 'FQTermScreen::backgroundUseAlpha_' is in the wrong place in the initializer list. [initializerList]
fqterm-0.9.9/src/fqterm/fqterm_screen.cpp:71:7: note: Member variable 'FQTermScreen::backgroundUseAlpha_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/fqterm/fqterm_screen.h:250:8: note: Member variable 'FQTermScreen::backgroundUseAlpha_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/fqterm/fqterm_frame.h:266:45: performance: Function parameter 'qssFile' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.cpp:442:51: style: Function 'setMenuRect' argument 2 names different: declaration 'col' definition 'column'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.h:107:33: note: Function 'setMenuRect' argument 2 names different: declaration 'col' definition 'column'.
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.cpp:442:51: note: Function 'setMenuRect' argument 2 names different: declaration 'col' definition 'column'.
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.cpp:471:14: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.h:140:18: style: Member variable 'FQTermScriptEngine::engine_' is in the wrong place in the initializer list. [initializerList]
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.cpp:72:3: note: Member variable 'FQTermScriptEngine::engine_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.h:140:18: note: Member variable 'FQTermScriptEngine::engine_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.h:45:3: style: Class 'FQTermScriptEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.cpp:241:65: performance: Function parameter 'content' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:404:18: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:2459:33: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:2383:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:2379:0: note: Variable 'res' is reassigned a value before the old one has been used.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:2383:3: note: Variable 'res' is reassigned a value before the old one has been used.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:109:32: style: Function 'FQTermWindow' argument 4 names different: declaration 'addr' definition 'addressIndex'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/fqterm_window.h:90:75: note: Function 'FQTermWindow' argument 4 names different: declaration 'addr' definition 'addressIndex'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:109:32: note: Function 'FQTermWindow' argument 4 names different: declaration 'addr' definition 'addressIndex'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:676:44: style: Function 'requestUserPwd' argument 1 names different: declaration 'userName' definition 'user'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/fqterm_window.h:184:32: note: Function 'requestUserPwd' argument 1 names different: declaration 'userName' definition 'user'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:676:44: note: Function 'requestUserPwd' argument 1 names different: declaration 'userName' definition 'user'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:676:59: style: Function 'requestUserPwd' argument 2 names different: declaration 'password' definition 'pwd'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/fqterm_window.h:184:51: note: Function 'requestUserPwd' argument 2 names different: declaration 'password' definition 'pwd'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:676:59: note: Function 'requestUserPwd' argument 2 names different: declaration 'password' definition 'pwd'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:1966:38: style: Function 'sendKey' argument 1 names different: declaration 'key' definition 'keyCode'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/fqterm_window.h:297:26: note: Function 'sendKey' argument 1 names different: declaration 'key' definition 'keyCode'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:1966:38: note: Function 'sendKey' argument 1 names different: declaration 'key' definition 'keyCode'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:1967:43: style: Function 'sendKey' argument 3 names different: declaration 'text' definition 't'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/fqterm_window.h:298:31: note: Function 'sendKey' argument 3 names different: declaration 'text' definition 't'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:1967:43: note: Function 'sendKey' argument 3 names different: declaration 'text' definition 't'.
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:2427:0: style: Variable 'delta' is assigned a value that is never used. [unreadVariable]
fqterm-0.9.9/src/fqterm/fqterm_window.h:80:8: style: Member variable 'FQTermExternalEditor::started_' is in the wrong place in the initializer list. [initializerList]
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:2445:3: note: Member variable 'FQTermExternalEditor::started_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/fqterm/fqterm_window.h:80:8: note: Member variable 'FQTermExternalEditor::started_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/fqterm/fqterm_scriptengine.h:138:47: performance: Function parameter 'content' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:1166:55: performance: Function parameter 'content' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/fqterm/fqterm_window.cpp:1605:36: performance: Function parameter 'url' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:67:16: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:91:29: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:188:29: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:302:10: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:338:10: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:344:9: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:358:21: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:186:51: style: Function 'refreshAllExcept' argument 1 names different: declaration 'mw' definition 'termWindow'. [funcArgNamesDifferent]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.h:88:40: note: Function 'refreshAllExcept' argument 1 names different: declaration 'mw' definition 'termWindow'.
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:186:51: note: Function 'refreshAllExcept' argument 1 names different: declaration 'mw' definition 'termWindow'.
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.h:98:9: style: Member variable 'FQTermWndMgr::subWindowSize_' is in the wrong place in the initializer list. [initializerList]
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.cpp:55:7: note: Member variable 'FQTermWndMgr::subWindowSize_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/fqterm/fqterm_wndmgr.h:98:9: note: Member variable 'FQTermWndMgr::subWindowSize_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/protocol/fqterm_socket_private.cpp:190:51: style: Function 'FQTermSocketPrivate' argument 1 names different: declaration 'parent_' definition 'parent'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/fqterm_socket.h:66:32: note: Function 'FQTermSocketPrivate' argument 1 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/protocol/fqterm_socket_private.cpp:190:51: note: Function 'FQTermSocketPrivate' argument 1 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.cpp:178:17: style: The scope of the variable 'size' can be reduced. [variableScope]
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.cpp:43:3: performance: Variable 'init_user_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.cpp:44:3: performance: Variable 'init_passwd_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:102:8: style: The function 'setProxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:129:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:102:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:107:8: style: The function 'connectToHost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:134:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:107:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:111:14: style: The function 'readBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:136:22: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:111:14: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:112:8: style: The function 'writeBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:137:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:112:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:114:16: style: The function 'readyForInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:139:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:114:16: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:115:16: style: The function 'setTermSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:140:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:115:16: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:116:17: style: The function 'bytesAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:138:25: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:116:17: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:118:8: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:128:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:118:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:119:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:135:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_ssh_socket.h:119:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:14:8: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:128:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:14:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:15:8: style: The function 'setProxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:129:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:15:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:18:8: style: The function 'connectToHost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:134:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:18:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:19:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:135:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:19:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:20:14: style: The function 'readBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:136:22: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:20:14: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:21:8: style: The function 'writeBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:137:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:21:8: note: Function in derived class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:22:17: style: The function 'bytesAvailable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/fqterm_socket.h:138:25: note: Virtual function in base class
fqterm-0.9.9/src/protocol/fqterm_telnet_socket.h:22:17: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.h:48:3: style: Class 'FQTermSSHPacketSender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh1_packet.h:31:16: style: The function 'parseData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.h:111:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh1_packet.h:31:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.cpp:60:52: style: Function 'initKex' argument 2 names different: declaration 'outputSender' definition 'packetSender'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.h:74:47: note: Function 'initKex' argument 2 names different: declaration 'outputSender' definition 'packetSender'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.cpp:60:52: note: Function 'initKex' argument 2 names different: declaration 'outputSender' definition 'packetSender'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.cpp:152:3: style: Variable 'hk_algo' is assigned a value that is never used. [unreadVariable]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.cpp:30:16: warning: Member variable 'FQTermSSH2Kex::server_flag_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.cpp:30:16: warning: Member variable 'FQTermSSH2Kex::ciphers_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.cpp:30:16: warning: Member variable 'FQTermSSH2Kex::auth_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:89:16: style: The function 'initKex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:54:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:89:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:92:16: style: The function 'handlePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:58:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:92:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.h:73:16: style: The function 'initKex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:54:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.h:73:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.h:75:8: style: The function 'hostKeyHash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:56:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.h:75:8: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.h:81:8: style: The function 'handlePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:58:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_kex.h:81:8: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_packet.h:36:15: style: The function 'parseData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.h:111:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh2_packet.h:36:15: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:42:3: warning: Member variable 'FQTermSSHAuth::packet_receiver_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:42:3: warning: Member variable 'FQTermSSHAuth::packet_sender_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:69:3: warning: Member variable 'FQTermSSHPasswdAuth::is_tried_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:88:8: style: The function 'handlePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:51:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:88:8: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:89:8: style: The function 'initAuth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:48:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:89:8: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:106:8: style: The function 'handlePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:51:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:106:8: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:107:8: style: The function 'initAuth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:48:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_auth.h:107:8: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:42:3: warning: Member variable 'FQTermSSHChannel::is_closed_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:42:3: warning: Member variable 'FQTermSSHChannel::packet_receiver_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:42:3: warning: Member variable 'FQTermSSHChannel::packet_sender_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.cpp:147:3: performance: Variable 'channel_id_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:74:16: style: The function 'initChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:44:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:74:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:76:16: style: The function 'closeConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:47:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:76:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:77:16: style: The function 'changeTermSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:50:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:77:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:78:16: style: The function 'sendData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:52:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:78:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:81:16: style: The function 'handlePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:55:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:81:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:117:16: style: The function 'initChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:44:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:117:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:119:16: style: The function 'closeConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:47:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:119:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:120:16: style: The function 'changeTermSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:50:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:120:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:121:16: style: The function 'sendData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:52:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:121:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:124:16: style: The function 'handlePacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:55:16: note: Virtual function in base class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_channel.h:124:16: note: Function in derived class
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.cpp:54:52: style: Function 'initKex' argument 2 names different: declaration 'outputSender' definition 'packetSender'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.h:90:47: note: Function 'initKex' argument 2 names different: declaration 'outputSender' definition 'packetSender'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.cpp:54:52: note: Function 'initKex' argument 2 names different: declaration 'outputSender' definition 'packetSender'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.cpp:27:15: warning: Member variable 'FQTermSSHKex::packet_receiver_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.cpp:27:15: warning: Member variable 'FQTermSSHKex::packet_sender_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.cpp:45:16: warning: Member variable 'FQTermSSH1Kex::host_key_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.cpp:45:16: warning: Member variable 'FQTermSSH1Kex::server_key_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.cpp:45:16: warning: Member variable 'FQTermSSH1Kex::server_flag_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.cpp:45:16: warning: Member variable 'FQTermSSH1Kex::ciphers_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_kex.cpp:45:16: warning: Member variable 'FQTermSSH1Kex::auth_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:60:51: style: Function 'putString' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.h:54:30: note: Function 'putString' argument 1 names different: declaration 'string' definition 's'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:60:51: note: Function 'putString' argument 1 names different: declaration 'string' definition 's'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:112:52: style: Function 'startMac' argument 1 names different: declaration 'sessionkey' definition 'key'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.h:65:31: note: Function 'startMac' argument 1 names different: declaration 'sessionkey' definition 'key'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:112:52: note: Function 'startMac' argument 1 names different: declaration 'sessionkey' definition 'key'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:223:54: style: Function 'startMac' argument 1 names different: declaration 'sessionkey' definition 'key'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.h:113:31: note: Function 'startMac' argument 1 names different: declaration 'sessionkey' definition 'key'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:223:54: note: Function 'startMac' argument 1 names different: declaration 'sessionkey' definition 'key'.
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:75:10: style: Unused variable: msg [unusedVariable]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:183:9: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:125:26: warning: Member variable 'FQTermSSHPacketReceiver::packet_type_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/fqterm_ssh_packet.cpp:125:26: warning: Member variable 'FQTermSSHPacketReceiver::real_data_len_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/protocol/internal/ssh_diffie-hellman.c:205:46: style: Function 'ssh_dh_hash' argument 2 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_diffie-hellman.h:44:49: note: Function 'ssh_dh_hash' argument 2 names different: declaration 'data' definition 'in'.
fqterm-0.9.9/src/protocol/internal/ssh_diffie-hellman.c:205:46: note: Function 'ssh_dh_hash' argument 2 names different: declaration 'data' definition 'in'.
fqterm-0.9.9/src/protocol/internal/ssh_diffie-hellman.c:205:77: style: Function 'ssh_dh_hash' argument 4 names different: declaration 'len' definition 'n'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_diffie-hellman.h:44:78: note: Function 'ssh_dh_hash' argument 4 names different: declaration 'len' definition 'n'.
fqterm-0.9.9/src/protocol/internal/ssh_diffie-hellman.c:205:77: note: Function 'ssh_dh_hash' argument 4 names different: declaration 'len' definition 'n'.
fqterm-0.9.9/src/protocol/internal/ssh_evp_cipher.c:41:40: style: Function 'new_ssh_cipher_evp' argument 2 names different: declaration 'key' definition 'ks'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_cipher.h:42:49: note: Function 'new_ssh_cipher_evp' argument 2 names different: declaration 'key' definition 'ks'.
fqterm-0.9.9/src/protocol/internal/ssh_evp_cipher.c:41:40: note: Function 'new_ssh_cipher_evp' argument 2 names different: declaration 'key' definition 'ks'.
fqterm-0.9.9/src/protocol/internal/ssh_evp_cipher.c:41:51: style: Function 'new_ssh_cipher_evp' argument 3 names different: declaration 'iv' definition 'is'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_cipher.h:42:61: note: Function 'new_ssh_cipher_evp' argument 3 names different: declaration 'iv' definition 'is'.
fqterm-0.9.9/src/protocol/internal/ssh_evp_cipher.c:41:51: note: Function 'new_ssh_cipher_evp' argument 3 names different: declaration 'iv' definition 'is'.
fqterm-0.9.9/src/protocol/internal/ssh_evp_cipher.c:41:62: style: Function 'new_ssh_cipher_evp' argument 4 names different: declaration 'blk' definition 'bs'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_cipher.h:42:72: note: Function 'new_ssh_cipher_evp' argument 4 names different: declaration 'blk' definition 'bs'.
fqterm-0.9.9/src/protocol/internal/ssh_evp_cipher.c:41:62: note: Function 'new_ssh_cipher_evp' argument 4 names different: declaration 'blk' definition 'bs'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:37:31: style: Function 'make_ssh1_packet' argument 1 names different: declaration 'src' definition 'orig_data'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_packet.h:31:31: note: Function 'make_ssh1_packet' argument 1 names different: declaration 'src' definition 'orig_data'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:37:31: note: Function 'make_ssh1_packet' argument 1 names different: declaration 'src' definition 'orig_data'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:37:50: style: Function 'make_ssh1_packet' argument 2 names different: declaration 'dest' definition 'data_to_send'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_packet.h:31:44: note: Function 'make_ssh1_packet' argument 2 names different: declaration 'dest' definition 'data_to_send'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:37:50: note: Function 'make_ssh1_packet' argument 2 names different: declaration 'dest' definition 'data_to_send'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:65:46: style: Function 'parse_ssh1_packet' argument 2 names different: declaration 'output' definition 'recvbuf'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_packet.h:35:46: note: Function 'parse_ssh1_packet' argument 2 names different: declaration 'output' definition 'recvbuf'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:65:46: note: Function 'parse_ssh1_packet' argument 2 names different: declaration 'output' definition 'recvbuf'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:125:30: style: Function 'make_ssh2_packet' argument 1 names different: declaration 'src' definition 'orig_data'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_packet.h:32:30: note: Function 'make_ssh2_packet' argument 1 names different: declaration 'src' definition 'orig_data'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:125:30: note: Function 'make_ssh2_packet' argument 1 names different: declaration 'src' definition 'orig_data'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:125:49: style: Function 'make_ssh2_packet' argument 2 names different: declaration 'dest' definition 'data_to_send'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_packet.h:32:43: note: Function 'make_ssh2_packet' argument 2 names different: declaration 'dest' definition 'data_to_send'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:125:49: note: Function 'make_ssh2_packet' argument 2 names different: declaration 'dest' definition 'data_to_send'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:198:22: style: Function 'parse_ssh2_packet' argument 5 names different: declaration 'is_mac' definition 'is_mac_'. [funcArgNamesDifferent]
fqterm-0.9.9/src/protocol/internal/ssh_packet.h:37:22: note: Function 'parse_ssh2_packet' argument 5 names different: declaration 'is_mac' definition 'is_mac_'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:198:22: note: Function 'parse_ssh2_packet' argument 5 names different: declaration 'is_mac' definition 'is_mac_'.
fqterm-0.9.9/src/protocol/internal/ssh_packet.c:144:16: style: Variable 'total_len' is assigned a value that is never used. [unreadVariable]
fqterm-0.9.9/src/protocol/internal/ssh_pubkey_crypto.c:40:10: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
fqterm-0.9.9/src/protocol/internal/ssh_rsa.c:45:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fqterm-0.9.9/src/protocol/internal/ssh_rsa.c:46:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:192:45: style: Function 'writeText' argument 1 names different: declaration 'cstr' definition 'str'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_buffer.h:139:33: note: Function 'writeText' argument 1 names different: declaration 'cstr' definition 'str'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:192:45: note: Function 'writeText' argument 1 names different: declaration 'cstr' definition 'str'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:349:35: style: Function 'setMargins' argument 1 names different: declaration 'top_row' definition 'top'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_buffer.h:120:23: note: Function 'setMargins' argument 1 names different: declaration 'top_row' definition 'top'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:349:35: note: Function 'setMargins' argument 1 names different: declaration 'top_row' definition 'top'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:349:44: style: Function 'setMargins' argument 2 names different: declaration 'bottom_row' definition 'bottom'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_buffer.h:120:36: note: Function 'setMargins' argument 2 names different: declaration 'bottom_row' definition 'bottom'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:349:44: note: Function 'setMargins' argument 2 names different: declaration 'bottom_row' definition 'bottom'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:428:40: style: Function 'moveCaretOffset' argument 1 names different: declaration 'coloumn_offset' definition 'column_offset'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_buffer.h:167:28: note: Function 'moveCaretOffset' argument 1 names different: declaration 'coloumn_offset' definition 'column_offset'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:428:40: note: Function 'moveCaretOffset' argument 1 names different: declaration 'coloumn_offset' definition 'column_offset'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:843:44: style: Function 'setSelect' argument 1 names different: declaration 'start_point' definition 'pt1'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_buffer.h:202:32: note: Function 'setSelect' argument 1 names different: declaration 'start_point' definition 'pt1'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:843:44: note: Function 'setSelect' argument 1 names different: declaration 'start_point' definition 'pt1'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:843:63: style: Function 'setSelect' argument 2 names different: declaration 'end_point' definition 'pt2'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_buffer.h:202:59: note: Function 'setSelect' argument 2 names different: declaration 'end_point' definition 'pt2'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:843:63: note: Function 'setSelect' argument 2 names different: declaration 'end_point' definition 'pt2'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:891:56: style: Function 'isSelected' argument 2 names different: declaration 'isRectSel' definition 'is_rect_sel'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_buffer.h:204:44: note: Function 'isSelected' argument 2 names different: declaration 'isRectSel' definition 'is_rect_sel'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:891:56: note: Function 'isSelected' argument 2 names different: declaration 'isRectSel' definition 'is_rect_sel'.
fqterm-0.9.9/src/terminal/fqterm_buffer.cpp:75:15: warning: Member variable 'FQTermBuffer::is_smoothscroll_mode_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/terminal/fqterm_text_line.h:42:3: style: Class 'FQTermTextLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/terminal/fqterm_session.cpp:989:7: style: The scope of the variable 'zmodem_consumed' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1366:39: style: Function 'setAutoReply' argument 1 names different: declaration 'autoReply' definition 'on'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_session.h:180:26: note: Function 'setAutoReply' argument 1 names different: declaration 'autoReply' definition 'on'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1366:39: note: Function 'setAutoReply' argument 1 names different: declaration 'autoReply' definition 'on'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1382:45: style: Function 'setProxy' argument 3 names different: declaration 'hostname' definition 'hostName'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_session.h:205:20: note: Function 'setProxy' argument 3 names different: declaration 'hostname' definition 'hostName'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1382:45: note: Function 'setProxy' argument 3 names different: declaration 'hostname' definition 'hostName'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1383:45: style: Function 'setProxy' argument 5 names different: declaration 'username' definition 'userName'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_session.h:206:20: note: Function 'setProxy' argument 5 names different: declaration 'username' definition 'userName'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1383:45: note: Function 'setProxy' argument 5 names different: declaration 'username' definition 'userName'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1387:48: style: Function 'connectHost' argument 1 names different: declaration 'hostname' definition 'hostName'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_session.h:230:35: note: Function 'connectHost' argument 1 names different: declaration 'hostname' definition 'hostName'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1387:48: note: Function 'connectHost' argument 1 names different: declaration 'hostname' definition 'hostName'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1387:66: style: Function 'connectHost' argument 2 names different: declaration 'portnumber' definition 'portNumber'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/fqterm_session.h:230:53: note: Function 'connectHost' argument 2 names different: declaration 'portnumber' definition 'portNumber'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1387:66: note: Function 'connectHost' argument 2 names different: declaration 'portnumber' definition 'portNumber'.
fqterm-0.9.9/src/terminal/fqterm_session.cpp:81:3: performance: Variable 'param_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fqterm-0.9.9/src/terminal/fqterm_session.cpp:1511:3: warning: Possible leak in public function. The pointer 'logData' is not deallocated before it is allocated. [publicAllocationError]
fqterm-0.9.9/src/terminal/fqterm_session.h:243:47: performance: Function parameter 'content' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/terminal/fqterm_session.h:341:47: performance: Function parameter 'content' should be passed by const reference. [passedByValue]
fqterm-0.9.9/src/terminal/fqterm_text_line.cpp:137:8: style: The scope of the variable 'tempea' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/fqterm_text_line.h:136:17: style: Member variable 'FQTermTextLine::stored_color_' is in the wrong place in the initializer list. [initializerList]
fqterm-0.9.9/src/terminal/fqterm_text_line.cpp:109:7: note: Member variable 'FQTermTextLine::stored_color_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/terminal/fqterm_text_line.h:136:17: note: Member variable 'FQTermTextLine::stored_color_' is in the wrong place in the initializer list.
fqterm-0.9.9/src/terminal/fqterm_text_line.h:149:8: performance: Technically the member function 'FQTerm::FQTermTextLine::getAnsiCtrlSeq' can be static. [functionStatic]
fqterm-0.9.9/src/terminal/fqterm_text_line.cpp:505:22: note: Technically the member function 'FQTerm::FQTermTextLine::getAnsiCtrlSeq' can be static.
fqterm-0.9.9/src/terminal/fqterm_text_line.h:149:8: note: Technically the member function 'FQTerm::FQTermTextLine::getAnsiCtrlSeq' can be static.
fqterm-0.9.9/src/terminal/fqterm_text_line.h:153:8: performance: Technically the member function 'FQTerm::FQTermTextLine::verifyTextLine' can be static. [functionStatic]
fqterm-0.9.9/src/terminal/fqterm_text_line.cpp:37:22: note: Technically the member function 'FQTerm::FQTermTextLine::verifyTextLine' can be static.
fqterm-0.9.9/src/terminal/fqterm_text_line.h:153:8: note: Technically the member function 'FQTerm::FQTermTextLine::verifyTextLine' can be static.
fqterm-0.9.9/src/terminal/fqterm_text_line.h:154:8: performance: Technically the member function 'FQTerm::FQTermTextLine::verifyCellRange' can be static. [functionStatic]
fqterm-0.9.9/src/terminal/fqterm_text_line.cpp:38:22: note: Technically the member function 'FQTerm::FQTermTextLine::verifyCellRange' can be static.
fqterm-0.9.9/src/terminal/fqterm_text_line.h:154:8: note: Technically the member function 'FQTerm::FQTermTextLine::verifyCellRange' can be static.
fqterm-0.9.9/src/terminal/internal/fqterm_decode.cpp:372:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_telnet.cpp:291:7: style: The scope of the variable 'sn' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_telnet.cpp:499:10: style: The scope of the variable 'ti' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_telnet.cpp:184:43: style: Function 'FQTermTelnet' argument 1 names different: declaration 'termtype' definition 'strTermType'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/internal/fqterm_telnet.h:65:31: note: Function 'FQTermTelnet' argument 1 names different: declaration 'termtype' definition 'strTermType'.
fqterm-0.9.9/src/terminal/internal/fqterm_telnet.cpp:184:43: note: Function 'FQTermTelnet' argument 1 names different: declaration 'termtype' definition 'strTermType'.
fqterm-0.9.9/src/terminal/internal/fqterm_telnet.cpp:184:70: style: Function 'FQTermTelnet' argument 3 names different: declaration 'numColumns' definition 'columns'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/internal/fqterm_telnet.h:65:55: note: Function 'FQTermTelnet' argument 3 names different: declaration 'numColumns' definition 'columns'.
fqterm-0.9.9/src/terminal/internal/fqterm_telnet.cpp:184:70: note: Function 'FQTermTelnet' argument 3 names different: declaration 'numColumns' definition 'columns'.
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:2450:3: warning: %o in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:2450:3: warning: %o in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:1194:7: style: The scope of the variable 'apnd' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:1378:7: style: The scope of the variable 'err' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:1708:7: style: The scope of the variable 'err' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:2173:16: style: The scope of the variable 'c2' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:2173:20: style: The scope of the variable 'atSign' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:2373:7: style: The scope of the variable 'err' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:2473:7: style: The scope of the variable 'err' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:2674:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:692:49: style: Function 'ZmodemTFile' argument 2 names different: declaration 'rmtname' definition 'rfile'. [funcArgNamesDifferent]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.h:376:37: note: Function 'ZmodemTFile' argument 2 names different: declaration 'rmtname' definition 'rfile'.
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:692:49: note: Function 'ZmodemTFile' argument 2 names different: declaration 'rmtname' definition 'rfile'.
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:695:5: error: Resource leak: file [resourceLeak]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:724:5: error: Resource leak: file [resourceLeak]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:728:5: error: Resource leak: file [resourceLeak]
fqterm-0.9.9/src/terminal/internal/fqterm_zmodem.cpp:734:3: error: Resource leak: file [resourceLeak]
fqterm-0.9.9/src/ui/addrdialog.cpp:368:50: style: Function 'updateSchemaList' argument 1 names different: declaration 'currentFile' definition 'currentSchema'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/addrdialog.h:80:40: note: Function 'updateSchemaList' argument 1 names different: declaration 'currentFile' definition 'currentSchema'.
fqterm-0.9.9/src/ui/addrdialog.cpp:368:50: note: Function 'updateSchemaList' argument 1 names different: declaration 'currentFile' definition 'currentSchema'.
fqterm-0.9.9/src/ui/articledialog.cpp:39:61: style: Function 'articleDialog' argument 2 names different: declaration 'parent_' definition 'parent'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/articledialog.h:34:42: note: Function 'articleDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/articledialog.cpp:39:61: note: Function 'articleDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/imageviewer/fqterm_canvas.cpp:510:30: style: C-style pointer casting [cstyleCast]
fqterm-0.9.9/src/ui/imageviewer/fqterm_canvas.cpp:48:60: style: Function 'FQTermCanvas' argument 2 names different: declaration 'parent_' definition 'parent'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/imageviewer/fqterm_canvas.h:47:41: note: Function 'FQTermCanvas' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/imageviewer/fqterm_canvas.cpp:48:60: note: Function 'FQTermCanvas' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/imageviewer/fqterm_canvas.cpp:107:0: style: Variable 'gifGroup' is assigned a value that is never used. [unreadVariable]
fqterm-0.9.9/src/ui/imageviewer/imageviewer.cpp:421:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fqterm-0.9.9/src/ui/imageviewer/imageviewer.cpp:448:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fqterm-0.9.9/src/ui/imageviewer/imageviewer.cpp:481:11: style: The scope of the variable 'action' can be reduced. [variableScope]
fqterm-0.9.9/src/ui/imageviewer/imageviewer.cpp:173:37: error: Array index -1 is out of bounds. [negativeIndex]
fqterm-0.9.9/src/ui/imageviewer/pictureflow.h:79:3: style: Class 'PictureFlow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/ui/imageviewer/imageviewer.h:130:5: style: Class 'ImageMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/ui/imageviewer/imageviewer.h:159:2: style: Class 'ImageFlow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/ui/imageviewer/imageviewer.h:207:2: style: Class 'ImageFlowItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/ui/imageviewer/imageviewer.h:86:7: style: The function 'adjustItemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/ui/imageviewer/fqtermimage.h:15:15: note: Virtual function in base class
fqterm-0.9.9/src/ui/imageviewer/imageviewer.h:86:7: note: Function in derived class
fqterm-0.9.9/src/ui/imageviewer/imageviewer.h:87:7: style: The function 'scrollTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/ui/imageviewer/fqtermimage.h:16:15: note: Virtual function in base class
fqterm-0.9.9/src/ui/imageviewer/imageviewer.h:87:7: note: Function in derived class
fqterm-0.9.9/src/ui/imageviewer/imageviewer.h:88:7: style: The function 'updateImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/ui/imageviewer/fqtermimage.h:17:15: note: Virtual function in base class
fqterm-0.9.9/src/ui/imageviewer/imageviewer.h:88:7: note: Function in derived class
fqterm-0.9.9/src/ui/imageviewer/imageviewer_origin.h:52:9: style: Class 'ExifTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/ui/imageviewer/imageviewer_origin.h:63:9: style: Class 'ImageViewerDirModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/ui/imageviewer/imageviewer_origin.h:76:14: style: The function 'scrollTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/ui/imageviewer/fqtermimage.h:16:15: note: Virtual function in base class
fqterm-0.9.9/src/ui/imageviewer/imageviewer_origin.h:76:14: note: Function in derived class
fqterm-0.9.9/src/ui/imageviewer/imageviewer_origin.h:77:14: style: The function 'updateImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/ui/imageviewer/fqtermimage.h:17:15: note: Virtual function in base class
fqterm-0.9.9/src/ui/imageviewer/imageviewer_origin.h:77:14: note: Function in derived class
fqterm-0.9.9/src/ui/imageviewer/imageviewer_origin.h:83:18: style: The function 'adjustItemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fqterm-0.9.9/src/ui/imageviewer/fqtermimage.h:15:15: note: Virtual function in base class
fqterm-0.9.9/src/ui/imageviewer/imageviewer_origin.h:83:18: note: Function in derived class
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:349:53: style: Function 'PictureFlowPrivate' argument 1 names different: declaration 'widget' definition 'w'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:282:35: note: Function 'PictureFlowPrivate' argument 1 names different: declaration 'widget' definition 'w'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:349:53: note: Function 'PictureFlowPrivate' argument 1 names different: declaration 'widget' definition 'w'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:721:15: style: Function 'renderSlide' argument 4 names different: declaration 'col' definition 'col2'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:343:77: note: Function 'renderSlide' argument 4 names different: declaration 'col' definition 'col2'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:721:15: note: Function 'renderSlide' argument 4 names different: declaration 'col' definition 'col2'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:859:37: style: Function 'recalc' argument 1 names different: declaration 'w' definition 'ww'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:342:19: note: Function 'recalc' argument 1 names different: declaration 'w' definition 'ww'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:859:37: note: Function 'recalc' argument 1 names different: declaration 'w' definition 'ww'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:859:45: style: Function 'recalc' argument 2 names different: declaration 'h' definition 'wh'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:342:26: note: Function 'recalc' argument 2 names different: declaration 'h' definition 'wh'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:859:45: note: Function 'recalc' argument 2 names different: declaration 'h' definition 'wh'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:1049:37: style: Function 'setZoomFactor' argument 1 names different: declaration 'zoom' definition 'z'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/imageviewer/pictureflow.h:109:26: note: Function 'setZoomFactor' argument 1 names different: declaration 'zoom' definition 'z'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:1049:37: note: Function 'setZoomFactor' argument 1 names different: declaration 'zoom' definition 'z'.
fqterm-0.9.9/src/ui/imageviewer/pictureflow.cpp:282:3: style: Class 'PictureFlowPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/ui/keydialog.cpp:38:54: style: Function 'keyDialog' argument 2 names different: declaration 'parent_' definition 'parent'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/keydialog.h:33:38: note: Function 'keyDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/keydialog.cpp:38:54: note: Function 'keyDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/osdmessage.h:36:3: style: Class 'PageViewMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/ui/popupMessage.cpp:222:11: style: The scope of the variable 'x' can be reduced. [variableScope]
fqterm-0.9.9/src/ui/popupMessage.cpp:222:17: style: The scope of the variable 's' can be reduced. [variableScope]
fqterm-0.9.9/src/ui/popwidget.cpp:36:12: warning: Member variable 'popWidget::pTimer' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/ui/popwidget.cpp:36:12: warning: Member variable 'popWidget::stateID' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/ui/popwidget.cpp:36:12: warning: Member variable 'popWidget::stepID_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/ui/popwidget.cpp:36:12: warning: Member variable 'popWidget::intervalID_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/ui/popwidget.cpp:36:12: warning: Member variable 'popWidget::label_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/ui/popwidget.cpp:36:12: warning: Member variable 'popWidget::termWindow_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/ui/prefdialog.cpp:41:56: style: Function 'prefDialog' argument 2 names different: declaration 'parent_' definition 'parent'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/prefdialog.h:36:39: note: Function 'prefDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/prefdialog.cpp:41:56: note: Function 'prefDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/quickdialog.cpp:46:58: style: Function 'quickDialog' argument 2 names different: declaration 'parent_' definition 'parent'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/quickdialog.h:39:40: note: Function 'quickDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/quickdialog.cpp:46:58: note: Function 'quickDialog' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/schemadialog.cpp:128:46: style: Function 'loadSchema' argument 1 names different: declaration 'schemaFileName' definition 'strSchemaFile'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/schemadialog.h:51:34: note: Function 'loadSchema' argument 1 names different: declaration 'schemaFileName' definition 'strSchemaFile'.
fqterm-0.9.9/src/ui/schemadialog.cpp:128:46: note: Function 'loadSchema' argument 1 names different: declaration 'schemaFileName' definition 'strSchemaFile'.
fqterm-0.9.9/src/ui/shortcutdialog.h:33:3: style: Class 'FQTermShortcutTableWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/ui/soundconf.cpp:40:54: style: Function 'soundConf' argument 2 names different: declaration 'parent_' definition 'parent'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/soundconf.h:35:38: note: Function 'soundConf' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/soundconf.cpp:40:54: note: Function 'soundConf' argument 2 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/statusBar.cpp:48:31: style: Function 'StatusBar' argument 1 names different: declaration 'parent_' definition 'parent'. [funcArgNamesDifferent]
fqterm-0.9.9/src/ui/statusBar.h:51:22: note: Function 'StatusBar' argument 1 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/ui/statusBar.cpp:48:31: note: Function 'StatusBar' argument 1 names different: declaration 'parent_' definition 'parent'.
fqterm-0.9.9/src/utilities/fqterm_convert.cpp:79:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqterm_convert.cpp:139:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqterm_convert.h:35:8: performance: Technically the member function 'FQTerm::FQTermConvert::g2b' can be static. [functionStatic]
fqterm-0.9.9/src/utilities/fqterm_convert.cpp:78:21: note: Technically the member function 'FQTerm::FQTermConvert::g2b' can be static.
fqterm-0.9.9/src/utilities/fqterm_convert.h:35:8: note: Technically the member function 'FQTerm::FQTermConvert::g2b' can be static.
fqterm-0.9.9/src/utilities/fqterm_convert.h:36:8: performance: Technically the member function 'FQTerm::FQTermConvert::b2g' can be static. [functionStatic]
fqterm-0.9.9/src/utilities/fqterm_convert.cpp:138:21: note: Technically the member function 'FQTerm::FQTermConvert::b2g' can be static.
fqterm-0.9.9/src/utilities/fqterm_convert.h:36:8: note: Technically the member function 'FQTerm::FQTermConvert::b2g' can be static.
fqterm-0.9.9/src/utilities/fqterm_http.cpp:32:13: warning: Member variable 'FQTermHttp::previewEmitted' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/utilities/fqterm_http.cpp:32:13: warning: Member variable 'FQTermHttp::isPreview_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/utilities/fqterm_http.cpp:32:13: warning: Member variable 'FQTermHttp::isExisting_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/utilities/fqterm_http.cpp:32:13: warning: Member variable 'FQTermHttp::lastPercent_' is not initialized in the constructor. [uninitMemberVar]
fqterm-0.9.9/src/utilities/fqterm_ip_location.cpp:72:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqterm_ip_location.cpp:118:16: style: The scope of the variable 'fg' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqterm_ip_location.cpp:115:48: style: Function 'getString' argument 4 names different: declaration 'str' definition 'ret'. [funcArgNamesDifferent]
fqterm-0.9.9/src/utilities/fqterm_ip_location.h:59:76: note: Function 'getString' argument 4 names different: declaration 'str' definition 'ret'.
fqterm-0.9.9/src/utilities/fqterm_ip_location.cpp:115:48: note: Function 'getString' argument 4 names different: declaration 'str' definition 'ret'.
fqterm-0.9.9/src/utilities/fqterm_ip_location.h:56:10: performance: Technically the member function 'FQTerm::FQTermIPLocation::byteArrayToInt' can be static. [functionStatic]
fqterm-0.9.9/src/utilities/fqterm_ip_location.cpp:71:26: note: Technically the member function 'FQTerm::FQTermIPLocation::byteArrayToInt' can be static.
fqterm-0.9.9/src/utilities/fqterm_ip_location.h:56:10: note: Technically the member function 'FQTerm::FQTermIPLocation::byteArrayToInt' can be static.
fqterm-0.9.9/src/utilities/fqterm_ip_location.h:57:8: performance: Technically the member function 'FQTerm::FQTermIPLocation::readFrom' can be static. [functionStatic]
fqterm-0.9.9/src/utilities/fqterm_ip_location.cpp:84:24: note: Technically the member function 'FQTerm::FQTermIPLocation::readFrom' can be static.
fqterm-0.9.9/src/utilities/fqterm_ip_location.h:57:8: note: Technically the member function 'FQTerm::FQTermIPLocation::readFrom' can be static.
fqterm-0.9.9/src/utilities/fqterm_ip_location.h:58:7: performance: Technically the member function 'FQTerm::FQTermIPLocation::readLineFrom' can be static. [functionStatic]
fqterm-0.9.9/src/utilities/fqterm_ip_location.cpp:98:23: note: Technically the member function 'FQTerm::FQTermIPLocation::readLineFrom' can be static.
fqterm-0.9.9/src/utilities/fqterm_ip_location.h:58:7: note: Technically the member function 'FQTerm::FQTermIPLocation::readLineFrom' can be static.
fqterm-0.9.9/src/utilities/fqterm_ip_location.cpp:44:3: style: Class 'FQTermIPLocation' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fqterm-0.9.9/src/utilities/fqterm_ip_location.cpp:44:3: style: Class 'FQTermIPLocation' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fqterm-0.9.9/src/utilities/fqterm_ip_location.h:54:3: style: Class 'FQTermIPLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fqterm-0.9.9/src/utilities/fqwcwidth.cpp:80:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqwcwidth.cpp:217:7: style: The scope of the variable 'w' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqwcwidth.cpp:231:7: style: The scope of the variable 'w' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqwcwidth.cpp:245:7: style: The scope of the variable 'w' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqwcwidth.cpp:371:7: style: The scope of the variable 'w' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqwcwidth.cpp:384:7: style: The scope of the variable 'w' can be reduced. [variableScope]
fqterm-0.9.9/src/utilities/fqwcwidth.cpp:399:7: style: The scope of the variable 'w' can be reduced. [variableScope]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fracplanet/fracplanet_0.5.1.orig.tar.gz
fracplanet-0.5.1/rgb.h:50:0: warning: Member variable 'RGBA < unsigned char >::r' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/rgb.h:50:0: warning: Member variable 'RGBA < unsigned char >::g' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/rgb.h:50:0: warning: Member variable 'RGBA < unsigned char >::b' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/rgb.h:50:0: warning: Member variable 'RGBA < unsigned char >::a' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/rgb.h:50:0: warning: Member variable 'RGBA < float >::r' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/rgb.h:50:0: warning: Member variable 'RGBA < float >::g' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/rgb.h:50:0: warning: Member variable 'RGBA < float >::b' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/rgb.h:50:0: warning: Member variable 'RGBA < float >::a' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/rgb.h:148:3: style: Class 'ByteRGBA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/rgb.h:186:3: style: Class 'FloatRGBA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/rgb.h:36:0: warning: The class 'RGBA < unsigned char >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fracplanet-0.5.1/rgb.h:36:0: warning: The class 'RGBA < float >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fracplanet-0.5.1/control_about.h:40:3: style: Class 'ControlAbout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/dialog_documentation.h:40:3: style: Class 'DialogDocumentation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/parameters_render.h:43:3: style: Class 'ParametersRender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/control_render.h:41:3: style: Class 'ControlRender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/xyz.h:46:3: warning: Member variable 'XYZ::x' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/xyz.h:46:3: warning: Member variable 'XYZ::y' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/xyz.h:46:3: warning: Member variable 'XYZ::z' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/scan.h:38:3: warning: Member variable 'ScanEdge::x' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/scan.h:38:3: warning: Member variable 'ScanEdge::vertex0' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/scan.h:38:3: warning: Member variable 'ScanEdge::vertex1' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/scan.h:38:3: warning: Member variable 'ScanEdge::lambda' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/triangle.h:39:3: warning: Member variable 'Triangle::_vertex' is not initialized in the constructor. [uninitMemberVar]
fracplanet-0.5.1/image.h:241:0: style: Technically the member function 'Raster < unsigned char >::row_end' can be const. [functionConst]
fracplanet-0.5.1/image.h:241:0: style: Technically the member function 'Raster < ByteRGBA >::row_end' can be const. [functionConst]
fracplanet-0.5.1/parameters_save.h:37:3: style: Class 'ParametersSave' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/parameters_noise.h:34:3: style: Class 'ParametersNoise' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/random.h:35:3: style: Class 'Random01' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/xyz.h:242:3: style: Class 'RandomXYZInUnitCube' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/xyz.h:270:3: style: Class 'RandomXYZSphereNormal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/image.h:397:3: style: Class 'ImageStorage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/geometry.h:114:3: style: Class 'GeometryFlat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/geometry.h:191:3: style: Class 'GeometrySpherical' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/triangle_mesh_cloud.h:42:3: style: Class 'TriangleMeshCloud' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/xyz.h:35:1: warning: The class 'XYZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fracplanet-0.5.1/vertex.h:36:1: warning: The class 'Vertex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fracplanet-0.5.1/triangle.h:35:1: warning: The class 'Triangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fracplanet-0.5.1/triangle_edge.h:35:1: warning: The class 'TriangleEdge' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fracplanet-0.5.1/image.h:169:0: warning: The class 'RowIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fracplanet-0.5.1/image.h:246:0: warning: The class 'ConstRowIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fracplanet-0.5.1/geometry.h:122:9: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:51:17: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:122:9: note: Function in derived class
fracplanet-0.5.1/geometry.h:128:8: style: The function 'set_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:55:16: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:128:8: note: Function in derived class
fracplanet-0.5.1/geometry.h:134:13: style: The function 'midpoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:59:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:134:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:140:9: style: The function 'normalised_latitude' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:63:17: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:140:9: note: Function in derived class
fracplanet-0.5.1/geometry.h:146:13: style: The function 'up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:67:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:146:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:152:13: style: The function 'north' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:70:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:152:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:158:13: style: The function 'east' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:73:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:158:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:164:13: style: The function 'perturb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:77:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:164:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:174:9: style: The function 'epsilon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:84:17: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:174:9: note: Function in derived class
fracplanet-0.5.1/geometry.h:179:16: style: The function 'scan_convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/scan.h:69:16: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:179:16: note: Function in derived class
fracplanet-0.5.1/geometry.h:200:9: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:51:17: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:200:9: note: Function in derived class
fracplanet-0.5.1/geometry.h:206:8: style: The function 'set_height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:55:16: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:206:8: note: Function in derived class
fracplanet-0.5.1/geometry.h:213:13: style: The function 'midpoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:59:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:213:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:224:9: style: The function 'normalised_latitude' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:63:17: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:224:9: note: Function in derived class
fracplanet-0.5.1/geometry.h:230:13: style: The function 'up' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:67:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:230:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:238:13: style: The function 'north' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:70:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:238:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:249:13: style: The function 'east' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:73:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:249:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:260:13: style: The function 'perturb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:77:21: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:260:13: note: Function in derived class
fracplanet-0.5.1/geometry.h:271:9: style: The function 'epsilon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:84:17: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:271:9: note: Function in derived class
fracplanet-0.5.1/geometry.h:276:8: style: The function 'scan_convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/scan.h:69:16: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:276:8: note: Function in derived class
fracplanet-0.5.1/geometry.h:283:8: style: The function 'scan_convert_image_aspect_ratio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/geometry.h:88:16: note: Virtual function in base class
fracplanet-0.5.1/geometry.h:283:8: note: Function in derived class
fracplanet-0.5.1/triangle_mesh.h:257:27: style: The function 'geometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/triangle_mesh.h:97:27: note: Virtual function in base class
fracplanet-0.5.1/triangle_mesh.h:257:27: note: Function in derived class
fracplanet-0.5.1/triangle_mesh.h:281:27: style: The function 'geometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/triangle_mesh.h:97:27: note: Virtual function in base class
fracplanet-0.5.1/triangle_mesh.h:281:27: note: Function in derived class
fracplanet-0.5.1/triangle_mesh_terrain.h:106:8: style: The function 'write_povray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/triangle_mesh_terrain.h:52:16: note: Virtual function in base class
fracplanet-0.5.1/triangle_mesh_terrain.h:106:8: note: Function in derived class
fracplanet-0.5.1/triangle_mesh_terrain.h:122:8: style: The function 'write_povray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/triangle_mesh_terrain.h:52:16: note: Virtual function in base class
fracplanet-0.5.1/triangle_mesh_terrain.h:122:8: note: Function in derived class
fracplanet-0.5.1/fracplanet_main.h:53:16: style: The function 'progress_start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/progress.h:38:16: note: Virtual function in base class
fracplanet-0.5.1/fracplanet_main.h:53:16: note: Function in derived class
fracplanet-0.5.1/fracplanet_main.h:54:16: style: The function 'progress_stall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/progress.h:44:16: note: Virtual function in base class
fracplanet-0.5.1/fracplanet_main.h:54:16: note: Function in derived class
fracplanet-0.5.1/fracplanet_main.h:55:16: style: The function 'progress_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/progress.h:47:16: note: Virtual function in base class
fracplanet-0.5.1/fracplanet_main.h:55:16: note: Function in derived class
fracplanet-0.5.1/fracplanet_main.h:56:16: style: The function 'progress_complete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fracplanet-0.5.1/progress.h:50:16: note: Virtual function in base class
fracplanet-0.5.1/fracplanet_main.h:56:16: note: Function in derived class
fracplanet-0.5.1/image.h:190:0: warning: Iterators to containers from different expressions '_row' and 'it._row' are used together. [mismatchingContainerExpression]
fracplanet-0.5.1/image.h:195:0: warning: Iterators to containers from different expressions '_row' and 'it._row' are used together. [mismatchingContainerExpression]
fracplanet-0.5.1/image.h:267:0: warning: Iterators to containers from different expressions '_row' and 'it._row' are used together. [mismatchingContainerExpression]
fracplanet-0.5.1/image.h:272:0: warning: Iterators to containers from different expressions '_row' and 'it._row' are used together. [mismatchingContainerExpression]
fracplanet-0.5.1/image.h:241:0: style: Technically the member function 'Raster < unsigned short >::row_end' can be const. [functionConst]
fracplanet-0.5.1/fracplanet_main.cpp:47:3: style: Class 'FracplanetMain' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fracplanet-0.5.1/fracplanet_main.cpp:47:3: style: Class 'FracplanetMain' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fracplanet-0.5.1/image.h:397:0: style: Class 'ImageStorage < ByteRGBA >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/image.h:397:0: style: Class 'ImageStorage < unsigned short >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/image.h:397:0: style: Class 'ImageStorage < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/matrix33.h:160:3: style: Class 'Matrix33RotateAboutX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/matrix33.h:174:3: style: Class 'Matrix33RotateAboutY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/matrix33.h:188:3: style: Class 'Matrix33RotateAboutZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/matrix34.h:98:3: style: Class 'Matrix34Translate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/noise.h:36:3: style: Class 'Noise' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fracplanet-0.5.1/triangle_mesh.cpp:302:99: style: Function 'write_blender' argument 3 names different: declaration 'fake_alpha' definition 'faux_alpha'. [funcArgNamesDifferent]
fracplanet-0.5.1/triangle_mesh.h:195:87: note: Function 'write_blender' argument 3 names different: declaration 'fake_alpha' definition 'faux_alpha'.
fracplanet-0.5.1/triangle_mesh.cpp:302:99: note: Function 'write_blender' argument 3 names different: declaration 'fake_alpha' definition 'faux_alpha'.
fracplanet-0.5.1/triangle_mesh.h:183:8: style: Technically the member function 'TriangleMesh::compute_vertex_normals' can be const. [functionConst]
fracplanet-0.5.1/triangle_mesh.cpp:62:20: note: Technically the member function 'TriangleMesh::compute_vertex_normals' can be const.
fracplanet-0.5.1/triangle_mesh.h:183:8: note: Technically the member function 'TriangleMesh::compute_vertex_normals' can be const.
fracplanet-0.5.1/triangle_mesh_cloud.cpp:177:73: style: Function 'TriangleMeshCloudPlanet' argument 1 names different: declaration 'param' definition 'parameters'. [funcArgNamesDifferent]
fracplanet-0.5.1/triangle_mesh_cloud.h:68:50: note: Function 'TriangleMeshCloudPlanet' argument 1 names different: declaration 'param' definition 'parameters'.
fracplanet-0.5.1/triangle_mesh_cloud.cpp:177:73: note: Function 'TriangleMeshCloudPlanet' argument 1 names different: declaration 'param' definition 'parameters'.
fracplanet-0.5.1/triangle_mesh_terrain.cpp:647:79: style: Function 'TriangleMeshTerrainPlanet' argument 1 names different: declaration 'param' definition 'parameters'. [funcArgNamesDifferent]
fracplanet-0.5.1/triangle_mesh_terrain.h:99:54: note: Function 'TriangleMeshTerrainPlanet' argument 1 names different: declaration 'param' definition 'parameters'.
fracplanet-0.5.1/triangle_mesh_terrain.cpp:647:79: note: Function 'TriangleMeshTerrainPlanet' argument 1 names different: declaration 'param' definition 'parameters'.
fracplanet-0.5.1/triangle_mesh_terrain.cpp:210:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fracplanet-0.5.1/triangle_mesh_terrain.cpp:219:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fracplanet-0.5.1/triangle_mesh_terrain.cpp:228:117: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fracplanet-0.5.1/triangle_mesh_terrain.cpp:245:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fracplanet-0.5.1/triangle_mesh_terrain.cpp:279:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fracplanet-0.5.1/triangle_mesh_terrain.cpp:294:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fracplanet-0.5.1/triangle_mesh_terrain.cpp:304:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fracplanet-0.5.1/triangle_mesh_viewer.cpp:25:126: style: Function 'TriangleMeshViewer' argument 3 names different: declaration 'm' definition 'mesh'. [funcArgNamesDifferent]
fracplanet-0.5.1/triangle_mesh_viewer.h:47:108: note: Function 'TriangleMeshViewer' argument 3 names different: declaration 'm' definition 'mesh'.
fracplanet-0.5.1/triangle_mesh_viewer.cpp:25:126: note: Function 'TriangleMeshViewer' argument 3 names different: declaration 'm' definition 'mesh'.
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fractalnow/fractalnow_0.8.2.orig.tar.gz
fractalnow-0.8.2/gui/src/mpfr_spin_box.cpp:254:13: error: Memory is allocated but not initialized: res [uninitdata]
fractalnow-0.8.2/gui/src/mpfr_spin_box.cpp:255:16: error: Memory is allocated but not initialized: res [uninitdata]
fractalnow-0.8.2/lib/src/file_io.c:33:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fractalnow-0.8.2/lib/src/filter.c:268:16: style: The scope of the variable 'rectHeight' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/float_precision.c:75:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal.c:673:16: style: The scope of the variable 'rectHeight' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/fractal.c:773:13: style: The scope of the variable 'y' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/fractal.c:820:16: style: The scope of the variable 'currentRect' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/fractal.c:315:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal.c:372:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal.c:392:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal.c:417:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal.c:537:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal.c:557:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal.c:580:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_addend_function.c:63:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_cache.c:186:16: style: The scope of the variable 'rectHeight' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/fractal_cache.c:531:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/fractal_cache.c:531:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/fractal_cache.c:532:16: style: The scope of the variable 'intX' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/fractal_cache.c:532:22: style: The scope of the variable 'intY' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/fractal_cache.c:688:16: style: The scope of the variable 'rectHeight' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/fractal_coloring.c:61:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_coloring.c:102:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_compute_engine.c:270:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_compute_engine.c:268:2: style: Variable 'FractalNow_werror' is assigned a value that is never used. [unreadVariable]
fractalnow-0.8.2/lib/src/fractal_config.c:89:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_config.c:134:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_config.c:156:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_config.c:181:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_config.c:207:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_config.c:246:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_config.c:271:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_formula.c:77:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_iteration_count.c:64:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_rendering_parameters.c:191:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_rendering_parameters.c:237:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_rendering_parameters.c:260:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_rendering_parameters.c:284:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_rendering_parameters.c:345:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_rendering_parameters.c:386:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_rendering_parameters.c:410:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_transfer_function.c:117:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/fractal_transfer_function.c:30:9: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fractalnow-0.8.2/lib/src/fractal_transfer_function.c:35:9: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fractalnow-0.8.2/lib/src/gradient.c:189:6: style: The scope of the variable 'readRes' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/gradient.c:227:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/gradient.c:272:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/gradient.c:294:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/gradient.c:328:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/gradient.c:356:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/gradient.c:395:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/gradient.c:422:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/image.c:363:16: style: The scope of the variable 'rectHeight' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/ppm.c:44:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/ppm.c:72:2: style: Label 'end' is not used. [unusedLabel]
fractalnow-0.8.2/lib/src/task.c:316:8: style: The scope of the variable 'status' can be reduced. [variableScope]
fractalnow-0.8.2/lib/src/task.c:371:13: style: Variable 'nbReady' is assigned a value that is never used. [unreadVariable]
fractalnow-0.8.2/lib/src/thread.c:123:13: style: Variable 'nbReady' is assigned a value that is never used. [unreadVariable]
fractalnow-0.8.2/lib/src/uirectangle.c:109:16: style: The scope of the variable 'tmpNbRectangles' can be reduced. [variableScope]
[22:36]

ftp://ftp.se.debian.org/debian/pool/main/f/fractgen/fractgen_2.1.3.orig.tar.gz
fractgen-2.1.3/src/colorschemeinterface.h:36:23: style: Technically the member function 'ColorSchemeInterface::getIdentifier' can be const. [functionConst]
fractgen-2.1.3/src/doubleconfigentry.cpp:29:4: performance: Variable 'EntryName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fractgen-2.1.3/src/doubleconfigentry.h:37:20: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/configentry.h:34:20: note: Virtual function in base class
fractgen-2.1.3/src/doubleconfigentry.h:37:20: note: Function in derived class
fractgen-2.1.3/src/doubleconfigentry.h:38:20: style: The function 'getValueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/configentry.h:35:20: note: Virtual function in base class
fractgen-2.1.3/src/doubleconfigentry.h:38:20: note: Function in derived class
fractgen-2.1.3/src/doubleconfigentry.h:39:17: style: The function 'setValueFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/configentry.h:36:17: note: Virtual function in base class
fractgen-2.1.3/src/doubleconfigentry.h:39:17: note: Function in derived class
fractgen-2.1.3/src/dreibholz1.cpp:209:9: style: Variable 'z2' is assigned a value that is never used. [unreadVariable]
fractgen-2.1.3/src/dreibholz1.cpp:203:25: style: Unused variable: c2 [unusedVariable]
fractgen-2.1.3/src/fractalalgorithminterface.h:39:23: style: Technically the member function 'FractalAlgorithmInterface::getIdentifier' can be const. [functionConst]
fractgen-2.1.3/src/fractalalgorithminterface.h:46:38: style: Technically the member function 'FractalAlgorithmInterface::getC1' can be const. [functionConst]
fractgen-2.1.3/src/fractalalgorithminterface.h:47:38: style: Technically the member function 'FractalAlgorithmInterface::getC2' can be const. [functionConst]
fractgen-2.1.3/src/dreibholz1.h:41:33: style: The function 'defaultC1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/fractalalgorithminterface.h:42:33: note: Virtual function in base class
fractgen-2.1.3/src/dreibholz1.h:41:33: note: Function in derived class
fractgen-2.1.3/src/dreibholz1.h:42:33: style: The function 'defaultC2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/fractalalgorithminterface.h:43:33: note: Virtual function in base class
fractgen-2.1.3/src/dreibholz1.h:42:33: note: Function in derived class
fractgen-2.1.3/src/dreibholz1.h:43:25: style: The function 'calculatePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/fractalalgorithminterface.h:56:25: note: Virtual function in base class
fractgen-2.1.3/src/dreibholz1.h:43:25: note: Function in derived class
fractgen-2.1.3/src/fractalalgorithminterface.cpp:111:92: style: Function 'getAlgorithmByIdentifier' argument 1 names different: declaration 'name' definition 'identifier'. [funcArgNamesDifferent]
fractgen-2.1.3/src/fractalalgorithminterface.h:60:75: note: Function 'getAlgorithmByIdentifier' argument 1 names different: declaration 'name' definition 'identifier'.
fractgen-2.1.3/src/fractalalgorithminterface.cpp:111:92: note: Function 'getAlgorithmByIdentifier' argument 1 names different: declaration 'name' definition 'identifier'.
fractgen-2.1.3/src/uintconfigentry.h:37:20: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/configentry.h:34:20: note: Virtual function in base class
fractgen-2.1.3/src/uintconfigentry.h:37:20: note: Function in derived class
fractgen-2.1.3/src/uintconfigentry.h:38:20: style: The function 'getValueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/configentry.h:35:20: note: Virtual function in base class
fractgen-2.1.3/src/uintconfigentry.h:38:20: note: Function in derived class
fractgen-2.1.3/src/uintconfigentry.h:39:17: style: The function 'setValueFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/configentry.h:36:17: note: Virtual function in base class
fractgen-2.1.3/src/uintconfigentry.h:39:17: note: Function in derived class
fractgen-2.1.3/src/fractalbuffer.h:41:24: style: Technically the member function 'FractalBuffer::getPoint' can be const. [functionConst]
fractgen-2.1.3/src/imagedisplay.h:38:4: style: Class 'ImageDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fractgen-2.1.3/src/fractalgeneratorview.h:53:4: style: Class 'FractalGeneratorView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fractgen-2.1.3/src/fractalgeneratorview.h:62:46: performance: Possible inefficient checking for 'zoomList' emptiness. [stlSize]
fractgen-2.1.3/src/fractalgeneratordoc.cpp:36:22: warning: Member variable 'FractalGeneratorDoc::Modified' is not initialized in the constructor. [uninitMemberVar]
fractgen-2.1.3/src/fractalgeneratorview.cpp:234:4: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fractgen-2.1.3/src/fractalgeneratorview.cpp:260:25: style: Same expression on both sides of '-' because the value of 'pagesx' and '1' are the same. [duplicateExpression]
fractgen-2.1.3/src/fractalgeneratorview.cpp:248:17: note: 'pagesx' is assigned value '1' here.
fractgen-2.1.3/src/fractalgeneratorview.cpp:260:25: note: Same expression on both sides of '-' because the value of 'pagesx' and '1' are the same.
fractgen-2.1.3/src/fractalgeneratorview.cpp:260:46: style: Same expression on both sides of '-' because the value of 'pagesy' and '1' are the same. [duplicateExpression]
fractgen-2.1.3/src/fractalgeneratorview.cpp:249:17: note: 'pagesy' is assigned value '1' here.
fractgen-2.1.3/src/fractalgeneratorview.cpp:260:46: note: Same expression on both sides of '-' because the value of 'pagesy' and '1' are the same.
fractgen-2.1.3/src/fractalgeneratorview.cpp:199:60: style: Function 'changeC1C2' argument 1 names different: declaration 'newC1' definition 'NewC1'. [funcArgNamesDifferent]
fractgen-2.1.3/src/fractalgeneratorview.h:69:41: note: Function 'changeC1C2' argument 1 names different: declaration 'newC1' definition 'NewC1'.
fractgen-2.1.3/src/fractalgeneratorview.cpp:199:60: note: Function 'changeC1C2' argument 1 names different: declaration 'newC1' definition 'NewC1'.
fractgen-2.1.3/src/fractalgeneratorview.cpp:199:88: style: Function 'changeC1C2' argument 2 names different: declaration 'newC2' definition 'NewC2'. [funcArgNamesDifferent]
fractgen-2.1.3/src/fractalgeneratorview.h:69:69: note: Function 'changeC1C2' argument 2 names different: declaration 'newC2' definition 'NewC2'.
fractgen-2.1.3/src/fractalgeneratorview.cpp:199:88: note: Function 'changeC1C2' argument 2 names different: declaration 'newC2' definition 'NewC2'.
fractgen-2.1.3/src/fractalgeneratorview.cpp:424:7: performance: Possible inefficient checking for 'zoomList' emptiness. [stlSize]
fractgen-2.1.3/src/mandelbrot.h:38:33: style: The function 'defaultC1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/fractalalgorithminterface.h:42:33: note: Virtual function in base class
fractgen-2.1.3/src/mandelbrot.h:38:33: note: Function in derived class
fractgen-2.1.3/src/mandelbrot.h:39:33: style: The function 'defaultC2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/fractalalgorithminterface.h:43:33: note: Virtual function in base class
fractgen-2.1.3/src/mandelbrot.h:39:33: note: Function in derived class
fractgen-2.1.3/src/mandelbrot.h:40:25: style: The function 'calculatePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/fractalalgorithminterface.h:56:25: note: Virtual function in base class
fractgen-2.1.3/src/mandelbrot.h:40:25: note: Function in derived class
fractgen-2.1.3/src/mandelbrotn.h:38:25: style: The function 'calculatePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/mandelbrot.h:40:25: note: Virtual function in base class
fractgen-2.1.3/src/mandelbrotn.h:38:25: note: Function in derived class
fractgen-2.1.3/src/simplehsv.h:37:25: style: The function 'getColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/colorschemeinterface.h:40:25: note: Virtual function in base class
fractgen-2.1.3/src/simplehsv.h:37:25: note: Function in derived class
fractgen-2.1.3/src/simplergb.cpp:39:4: style: Class 'SimpleRGB' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fractgen-2.1.3/src/simplergb.cpp:39:4: style: Class 'SimpleRGB' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fractgen-2.1.3/src/simplergb.h:37:25: style: The function 'getColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fractgen-2.1.3/src/colorschemeinterface.h:40:25: note: Virtual function in base class
fractgen-2.1.3/src/simplergb.h:37:25: note: Function in derived class
fractgen-2.1.3/src/uintconfigentry.cpp:29:4: performance: Variable 'EntryName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/fragmaster/fragmaster_1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/frama-c/frama-c_20171101+sulfur+dfsg.orig.tar.gz
frama-c-Sulfur-20171101/share/libc/__fc_machdep.h:362:0: error: #error Must define __FC_MACHDEP_<M>, where <M> is one of the            \ [preprocessorErrorDirective]
frama-c-Sulfur-20171101/share/machdep.c:88:0: error: #error "Please define one of __TURBOC__ __GNUC__ _MSVC." [preprocessorErrorDirective]
frama-c-Sulfur-20171101/src/libraries/utils/c_bindings.c:218:52: style: Redundant condition: If 'EXPR == 'L'', the comparison 'EXPR != 'l'' is always true. [redundantCondition]
frama-c-Sulfur-20171101/src/libraries/utils/c_bindings.c:190:35: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
frama-c-Sulfur-20171101/src/libraries/utils/c_bindings.c:191:35: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
frama-c-Sulfur-20171101/src/libraries/utils/c_bindings.c:229:14: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/goto.c:36:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/goto.c:44:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_acces_params2.c:34:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_factorial.c:25:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_factorial2.c:12:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_recursion1.c:59:7: style: The scope of the variable 'somme' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_recursion1.c:60:21: style: Variable 'somme' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_recursion2.c:87:7: style: The scope of the variable 'sum' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_recursion2.c:88:7: style: The scope of the variable 'length' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_recursion2.c:93:9: style: Variable 'sum' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_switch3.c:31:9: style: Variable 'somme' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_switch3_et_recursion.c:32:9: style: Variable 'somme' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_switch3_if.c:31:9: style: Variable 'somme' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/aorai/tests/aorai/test_switch3_return.c:31:9: style: Variable 'somme' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:3552:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:3597:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:3964:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4057:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4110:11: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4166:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4178:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4179:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4221:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4245:47: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4251:64: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4320:61: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4357:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4216:7: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4213:0: note: Variable 'br' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4216:7: note: Variable 'br' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4217:7: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4214:0: note: Variable 'end' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4217:7: note: Variable 'end' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4525:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4525:27: note: Opposite expression on both sides of '&'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4525:27: note: Opposite expression on both sides of '&'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4567:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4567:23: note: Opposite expression on both sides of '&'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4567:23: note: Opposite expression on both sides of '&'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4659:31: style: Opposite expression on both sides of '&'. [oppositeExpression]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4659:31: note: Opposite expression on both sides of '&'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4659:31: note: Opposite expression on both sides of '&'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4031:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4086:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4338:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4447:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4482:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4552:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4830:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:5186:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:3168:12: style: The scope of the variable 'magic' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:5042:13: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:5380:42: style: Function 'bulk_free' argument 2 names different: declaration 'n_elements' definition 'nelem'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:1239:52: note: Function 'bulk_free' argument 2 names different: declaration 'n_elements' definition 'nelem'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:5380:42: note: Function 'bulk_free' argument 2 names different: declaration 'n_elements' definition 'nelem'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:772:23: style: struct member 'mallinfo::smblks' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:773:23: style: struct member 'mallinfo::hblks' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:776:23: style: struct member 'mallinfo::fsmblks' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4858:18: error: Invalid malloc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4856:13: note: Assignment 'req=~(unsigned long)0', assigned value is -1
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:4858:18: note: Invalid argument
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libdlmalloc/dlmalloc.c:5145:0: error: Memory leak: mem [memleak]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:1321:7: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:500:13: style: The scope of the variable 'ul' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:523:13: style: The scope of the variable 'ul' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:523:31: style: The scope of the variable 'rl' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:549:13: style: The scope of the variable 'ul' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:549:31: style: The scope of the variable 'rl' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:1655:10: style: The scope of the variable 'B' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:1655:13: style: The scope of the variable 'Bi' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:1656:13: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:2301:10: style: The scope of the variable 'qp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:2695:13: style: The scope of the variable 'un' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:3684:17: style: The scope of the variable 'vl' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:3757:17: style: The scope of the variable 'vl' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/contrib/libgmp/mini-gmp.c:3864:25: style: The scope of the variable 'vl' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:220:10: style: The scope of the variable 'left_prefix' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:220:23: style: The scope of the variable 'right_prefix' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:174:35: style: Function 'bt_remove' argument 1 names different: declaration 'b' definition 'ptr'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree_api.h:62:33: note: Function 'bt_remove' argument 1 names different: declaration 'b' definition 'ptr'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:174:35: note: Function 'bt_remove' argument 1 names different: declaration 'b' definition 'ptr'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:242:35: style: Function 'bt_insert' argument 1 names different: declaration 'b' definition 'ptr'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree_api.h:65:33: note: Function 'bt_insert' argument 1 names different: declaration 'b' definition 'ptr'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:242:35: note: Function 'bt_insert' argument 1 names different: declaration 'b' definition 'ptr'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:392:45: style: Function 'bt_clean_block_init' argument 1 names different: declaration 'b' definition 'ptr'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree_api.h:82:43: note: Function 'bt_clean_block_init' argument 1 names different: declaration 'b' definition 'ptr'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:392:45: note: Function 'bt_clean_block_init' argument 1 names different: declaration 'b' definition 'ptr'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:401:40: style: Function 'bt_clean_block' argument 1 names different: declaration 'b' definition 'ptr'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree_api.h:85:38: note: Function 'bt_clean_block' argument 1 names different: declaration 'b' definition 'ptr'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree.h:401:40: note: Function 'bt_clean_block' argument 1 names different: declaration 'b' definition 'ptr'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/bittree_model/e_acsl_bittree_mmodel.c:487:20: style: Variable 'nb_old' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/e_acsl_bits.h:46:0: error: #error "Big-endian byte order is unsupported" [preprocessorErrorDirective]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/segment_model/e_acsl_segment_tracking.h:542:16: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/segment_model/e_acsl_segment_tracking.h:1215:12: style: The scope of the variable 'set' can be reduced. [variableScope]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/segment_model/e_acsl_segment_tracking.h:1298:59: style: Function 'allocated' argument 3 names different: declaration 'base_ptr' definition 'base'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/segment_model/e_acsl_segment_tracking.h:430:59: note: Function 'allocated' argument 3 names different: declaration 'base_ptr' definition 'base'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/segment_model/e_acsl_segment_tracking.h:1298:59: note: Function 'allocated' argument 3 names different: declaration 'base_ptr' definition 'base'.
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/segment_model/e_acsl_segment_tracking.h:542:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/e-acsl/share/e-acsl/segment_model/e_acsl_segment_tracking.h:542:0: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/report/tests/report/csv.c:14:3: style: Variable 't' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/report/tests/report/csv.c:33:14: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp/wp_behav.c:119:8: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp/wp_call_pre.c:54:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp/wp_call_pre.c:55:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp/wp_strategy.c:26:7: style: Unused variable: i [unusedVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp/wp_strategy.c:74:29: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp/wp_strategy.c:80:30: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp/wp_strategy.c:97:3: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_gallery/frama_c_exo3_solved.old.v2.c:69:3: style: Label 'ICI' is not used. [unusedLabel]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_plugin/inductive.c:9:28: style: struct member '_list::element' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_plugin/inductive.c:9:51: style: struct member '_list::next' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_plugin/subset_fopen.c:25:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_plugin/subset_fopen.c:27:1: error: Resource leak: p [resourceLeak]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_plugin/subset_fopen.c:25:27: error: Null pointer dereference [nullPointer]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_typed/unit_bitwise.c:50:13: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_typed/unit_bitwise.c:115:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_typed/unit_bitwise.c:163:23: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_typed/unit_bitwise.c:168:22: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_typed/unit_local.c:19:4: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/src/plugins/wp/tests/wp_typed/unit_local.c:28:3: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/ICPC/src/impls.c:21:61: style: Function 'PT1_Filter' argument 4 names different: declaration 'Dt' definition 'dt'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/tests/ICPC/src/external.h:51:61: note: Function 'PT1_Filter' argument 4 names different: declaration 'Dt' definition 'dt'.
frama-c-Sulfur-20171101/tests/ICPC/src/impls.c:21:61: note: Function 'PT1_Filter' argument 4 names different: declaration 'Dt' definition 'dt'.
frama-c-Sulfur-20171101/tests/ICPC/src/impls.c:61:80: style: Function 'Turn_on_delay' argument 4 names different: declaration 'dT' definition 'dt'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/tests/ICPC/src/external.h:93:80: note: Function 'Turn_on_delay' argument 4 names different: declaration 'dT' definition 'dt'.
frama-c-Sulfur-20171101/tests/ICPC/src/impls.c:61:80: note: Function 'Turn_on_delay' argument 4 names different: declaration 'dT' definition 'dt'.
frama-c-Sulfur-20171101/tests/ICPC/src/impls.c:88:40: style: Function 'Timer_tick' argument 2 names different: declaration 'dT' definition 'dt'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/tests/ICPC/src/external.h:106:40: note: Function 'Timer_tick' argument 2 names different: declaration 'dT' definition 'dt'.
frama-c-Sulfur-20171101/tests/ICPC/src/impls.c:88:40: note: Function 'Timer_tick' argument 2 names different: declaration 'dT' definition 'dt'.
frama-c-Sulfur-20171101/tests/ICPC/src/impls.c:107:15: style: Function 'Ramp_out' argument 5 names different: declaration 'dT' definition 'dt'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/tests/ICPC/src/external.h:128:18: note: Function 'Ramp_out' argument 5 names different: declaration 'dT' definition 'dt'.
frama-c-Sulfur-20171101/tests/ICPC/src/impls.c:107:15: note: Function 'Ramp_out' argument 5 names different: declaration 'dT' definition 'dt'.
frama-c-Sulfur-20171101/tests/ICPC/src/roco.c:184:46: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
frama-c-Sulfur-20171101/tests/ICPC/src/roco_sol1.c:184:46: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
frama-c-Sulfur-20171101/tests/ICPC/src/roco_sol3.c:184:46: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
frama-c-Sulfur-20171101/tests/ICPC/src/sim.c:37:2: style: Variable 't4' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/ICPC/src/sim.c:26:0: note: Variable 't4' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/ICPC/src/sim.c:37:2: note: Variable 't4' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/ICPC/src/sim.c:38:2: style: Variable 't3' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/ICPC/src/sim.c:25:0: note: Variable 't3' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/ICPC/src/sim.c:38:2: note: Variable 't3' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/ICPC/src/sim.c:42:2: style: Variable 't2' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/ICPC/src/sim.c:24:0: note: Variable 't2' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/ICPC/src/sim.c:42:2: note: Variable 't2' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/bugs/evoting.c:117:14: style: The scope of the variable 'copied_len' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/bugs/evoting.c:237:9: style: The scope of the variable 's' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/bugs/evoting.c:347:12: style: Variable 'winner' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/bugs/evoting.c:323:17: style: Variable 'valid_total' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/cil/annot.c:5:3: style: Label 'before' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/cil/bts342.c:5:30: style: struct member 's::i2' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/cil/digraphs_c99.c:12:0: error: syntax error [syntaxError]
frama-c-Sulfur-20171101/tests/cil/issues.c:261:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/cil/issues.c:256:0: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/cil/issues.c:261:5: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/cil/issues.c:363:11: style: Same value in both branches of ternary operator. [duplicateValueTernary]
frama-c-Sulfur-20171101/tests/cil/issues.c:363:11: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
frama-c-Sulfur-20171101/tests/cil/issues.c:40:7: style: struct member 'record::references' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/cil/issues.c:41:8: style: struct member 'record::buffer' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/cil/issues.c:45:10: style: struct member 'buffer::base' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/cil/issues.c:245:9: style: struct member 'tTestStruct2::a' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/cil/issues.c:248:10: style: struct member 'tTestStruct2::c' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/cil/issues.c:249:11: style: struct member 'tTestStruct2::x16' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/cil/issues.c:250:15: style: struct member 'tTestStruct2::x32' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/cil/issues.c:193:0: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/cil/issues.c:257:9: style: Unused variable: z [unusedVariable]
frama-c-Sulfur-20171101/tests/cil/issues.c:363:11: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/cil/issues.c:391:11: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/cil/issues.c:220:3: error: Memory leak: p [memleak]
frama-c-Sulfur-20171101/tests/cil/issues.c:151:5: error: Uninitialized variable: s [uninitvar]
frama-c-Sulfur-20171101/tests/cil/overlap.c:8:3: style: Label 'first' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/cil/overlap.c:10:3: style: Label 'last' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/cil/overlap.c:9:12: error: Expression 'z[i++]=z[i++]+(i--)' depends on order of evaluation of side effects [unknownEvaluationOrder]
frama-c-Sulfur-20171101/tests/cil/overlap.c:9:20: error: Expression 'z[i++]+(i--)' depends on order of evaluation of side effects [unknownEvaluationOrder]
frama-c-Sulfur-20171101/tests/cil/overlap.c:11:12: error: Expression 'z[i++]=z[i++]+(i--)' depends on order of evaluation of side effects [unknownEvaluationOrder]
frama-c-Sulfur-20171101/tests/cil/overlap.c:11:20: error: Expression 'z[i++]+(i--)' depends on order of evaluation of side effects [unknownEvaluationOrder]
frama-c-Sulfur-20171101/tests/constant_propagation/bts117.c:15:7: style: Condition 'r' is always true [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/constant_propagation/bts117.c:14:11: note: Assignment 'r=1', assigned value is 1
frama-c-Sulfur-20171101/tests/constant_propagation/bts117.c:15:7: note: Condition 'r' is always true
frama-c-Sulfur-20171101/tests/constant_propagation/const_propagate.c:44:14: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/constant_propagation/const_propagate.c:57:12: style: Variable 'z1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/constant_propagation/const_propagate.c:84:11: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/constant_propagation/const_propagate.c:90:0: style: Variable 'yy' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/constant_propagation/introduction_of_non_explicit_cast.c:45:14: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/constant_propagation/introduction_of_non_explicit_cast.c:58:12: style: Variable 'z1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/constant_propagation/introduction_of_non_explicit_cast.c:73:11: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/constant_propagation/introduction_of_non_explicit_cast.c:79:0: style: Variable 'yy' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/demo_cpt/account.c:10:7: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/demo_cpt/account.c:79:10: style: Variable 'todo' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/demo_cpt/account.c:75:0: style: Variable 'fname' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:47:10: style: The scope of the variable 'l1' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:47:14: style: The scope of the variable 'l2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:47:18: style: The scope of the variable 'l3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:47:22: style: The scope of the variable 'l4' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:47:26: style: The scope of the variable 'l5' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:47:30: style: The scope of the variable 'l6' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:47:34: style: The scope of the variable 'l7' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:47:38: style: The scope of the variable 'l8' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:48:10: style: The scope of the variable 'm1' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:48:14: style: The scope of the variable 'm2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:48:18: style: The scope of the variable 'm3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:48:22: style: The scope of the variable 'm4' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:48:26: style: The scope of the variable 'm5' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:48:30: style: The scope of the variable 'm6' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:49:10: style: The scope of the variable 'e1' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:49:14: style: The scope of the variable 'e2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:49:18: style: The scope of the variable 'e3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:49:22: style: The scope of the variable 'e4' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:49:26: style: The scope of the variable 'e5' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:49:30: style: The scope of the variable 'e6' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/float/builtins.c:11:7: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:12:7: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:51:5: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:55:10: style: Variable 'l2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:59:10: style: Variable 'l3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:64:10: style: Variable 'l4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:72:10: style: Variable 'l5' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:78:10: style: Variable 'l6' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:107:10: style: Variable 'l7' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:111:10: style: Variable 'l8' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:52:5: style: Variable 'm1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:56:10: style: Variable 'm2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:60:10: style: Variable 'm3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:68:10: style: Variable 'm4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:75:10: style: Variable 'm5' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:81:10: style: Variable 'm6' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:85:5: style: Variable 'e1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:88:10: style: Variable 'e2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:91:10: style: Variable 'e3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:95:10: style: Variable 'e4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:98:10: style: Variable 'e5' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:104:10: style: Variable 'e6' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:101:0: style: Variable 'max1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:102:19: style: Variable 'max2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/builtins.c:78:10: warning: Passing value -1 to log() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/builtins.c:81:10: warning: Passing value -1 to log10() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/builtins.c:111:14: error: Uninitialized variable: x [uninitvar]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:100:3: warning: Return value of function pow() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:102:3: warning: Return value of function pow() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:206:3: warning: Return value of function pow() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:217:3: warning: Return value of function pow() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:222:3: warning: Return value of function pow() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:233:3: warning: Return value of function powf() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:235:3: warning: Return value of function powf() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:341:3: warning: Return value of function fmod() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:368:3: warning: Return value of function fmod() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:410:3: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:423:3: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:429:3: warning: Return value of function sqrtf() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:442:3: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:451:3: warning: Return value of function exp() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:465:3: warning: Return value of function log() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:466:3: warning: Return value of function log() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:467:3: warning: Return value of function log() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:468:3: warning: Return value of function log() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:474:3: warning: Return value of function logf() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:475:3: warning: Return value of function logf() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:476:3: warning: Return value of function logf() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:477:3: warning: Return value of function logf() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:483:3: warning: Return value of function log10() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:484:3: warning: Return value of function log10() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:485:3: warning: Return value of function log10() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:486:3: warning: Return value of function log10() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:492:3: warning: Return value of function log10f() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:493:3: warning: Return value of function log10f() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:494:3: warning: Return value of function log10f() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:495:3: warning: Return value of function log10f() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:17:14: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:18:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:19:14: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:23:14: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:24:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:25:14: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:29:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:30:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:31:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:32:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:33:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:34:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:35:14: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:36:14: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:37:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:38:14: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:39:14: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:40:14: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:41:14: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:48:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:50:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:52:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:54:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:56:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:59:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:61:14: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:63:14: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:65:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:67:14: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:68:14: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:69:14: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:70:14: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:71:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:75:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:76:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:77:0: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:78:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:79:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:80:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:81:14: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:82:0: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:86:0: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:87:0: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:88:0: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:89:18: style: Variable 'f32__d' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:90:18: style: Variable 'f32__e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:91:18: style: Variable 'f32__f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:92:18: style: Variable 'f32__g' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:93:0: style: Variable 'f32__h' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:106:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:107:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:110:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:111:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:115:14: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:117:14: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:129:14: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:130:14: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:133:14: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:134:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:135:14: style: Variable 'o' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:136:14: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:137:14: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:140:14: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:141:14: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:148:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:150:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:152:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:160:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:162:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:164:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:167:14: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:172:14: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:177:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:180:14: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:186:14: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:191:14: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:196:14: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:201:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:208:14: style: Variable 'o' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:210:14: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:212:14: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:225:14: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:239:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:240:18: style: Variable 'f32__d' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:243:18: style: Variable 'f32__e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:244:18: style: Variable 'f32__f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:248:18: style: Variable 'f32__g' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:250:18: style: Variable 'f32__h' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:262:18: style: Variable 'f32__k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:263:18: style: Variable 'f32__l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:266:18: style: Variable 'f32__m' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:267:18: style: Variable 'f32__n' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:268:18: style: Variable 'f32__o' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:269:18: style: Variable 'f32__p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:270:18: style: Variable 'f32__q' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:273:18: style: Variable 'f32__r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:274:18: style: Variable 'f32__s' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:281:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:283:0: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:285:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:293:18: style: Variable 'f32__d' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:295:18: style: Variable 'f32__e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:297:18: style: Variable 'f32__f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:300:18: style: Variable 'f32__g' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:305:18: style: Variable 'f32__h' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:310:18: style: Variable 'f32__i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:315:18: style: Variable 'f32__j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:321:18: style: Variable 'f32__k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:326:18: style: Variable 'f32__l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:331:18: style: Variable 'f32__m' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:335:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:336:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:337:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:338:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:339:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:340:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:347:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:348:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:349:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:350:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:352:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:353:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:356:14: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:359:14: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:360:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:363:14: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:366:14: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:370:14: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:372:14: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:374:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:376:14: style: Variable 'o' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:378:14: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:380:14: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:382:14: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:384:14: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:386:14: style: Variable 't' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:388:14: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:391:15: style: Variable 'v1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:393:15: style: Variable 'v2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:395:15: style: Variable 'v3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:397:15: style: Variable 'v4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:400:15: style: Variable 'w1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:402:15: style: Variable 'w2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:404:15: style: Variable 'w3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:408:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:409:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:411:0: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:412:0: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:417:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:419:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:421:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:427:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:428:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:430:0: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:431:0: style: Variable 'f32__d' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:436:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:438:13: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:440:13: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:446:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:447:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:448:0: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:449:0: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:450:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:455:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:456:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:457:0: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:458:0: style: Variable 'f32__d' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:459:18: style: Variable 'f32__e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:463:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:464:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:472:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:473:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:481:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:482:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:490:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:491:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:499:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:500:18: style: Variable 'f32__f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:504:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:505:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:506:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:507:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:508:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:509:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:513:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:514:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:515:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:516:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:517:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:518:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:522:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:523:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:524:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:525:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:526:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:527:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:531:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:532:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:533:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:534:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:535:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:536:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:542:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:544:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:546:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:552:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:554:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:556:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:562:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:564:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:566:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:572:14: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:574:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:576:14: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:580:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:581:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:582:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:583:18: style: Variable 'f32__d' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:584:18: style: Variable 'f32__e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:585:18: style: Variable 'f32__f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:589:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:590:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:591:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:592:18: style: Variable 'f32__d' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:593:18: style: Variable 'f32__e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:594:18: style: Variable 'f32__f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:598:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:599:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:600:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:601:18: style: Variable 'f32__d' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:602:18: style: Variable 'f32__e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:603:18: style: Variable 'f32__f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:607:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:608:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:609:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:610:18: style: Variable 'f32__d' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:611:18: style: Variable 'f32__e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:612:18: style: Variable 'f32__f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:618:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:620:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:622:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:628:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:630:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:632:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:638:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:640:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:642:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:648:18: style: Variable 'f32__a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:650:18: style: Variable 'f32__b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:652:18: style: Variable 'f32__c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:410:3: error: Invalid sqrt() argument nr 1. The value is -2 but the valid values are '0.0:'. [invalidFunctionArg]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:429:3: error: Invalid sqrtf() argument nr 1. The value is -2 but the valid values are '0.0:'. [invalidFunctionArg]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:37:14: warning: Passing values 0. and 0. to atan2() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:341:3: warning: Passing values 0.125 and 0.0 to fmod() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:465:3: warning: Passing value -2. to log() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:466:3: warning: Passing value 0. to log() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:467:3: warning: Passing value -0. to log() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:468:3: warning: Passing value -1. to log() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:474:3: warning: Passing value -2. to logf() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:475:3: warning: Passing value 0. to logf() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:476:3: warning: Passing value -0. to logf() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:477:3: warning: Passing value -1. to logf() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:483:3: warning: Passing value -2. to log10() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:484:3: warning: Passing value 0. to log10() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:485:3: warning: Passing value -0. to log10() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:486:3: warning: Passing value -1. to log10() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:492:3: warning: Passing value -2. to log10f() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:493:3: warning: Passing value 0. to log10f() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:494:3: warning: Passing value -0. to log10f() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/math_builtins.c:495:3: warning: Passing value -1. to log10f() leads to implementation-defined result. [wrongmathcall]
frama-c-Sulfur-20171101/tests/float/nonlin.c:75:0: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/nonlin.c:81:27: style: Variable 'square' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/float/nonlin.c:88:13: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/idct/idct.c:73:10: style: The scope of the variable 'ftmp1' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/idct/idct.c:73:17: style: The scope of the variable 'ftmp2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/idct/ieee_1180_1990.c:173:63: style: The scope of the variable 'omse' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/idct/ieee_1180_1990.c:173:69: style: The scope of the variable 'ome' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/impact/topbot.c:12:7: style: The scope of the variable 'y' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/impact/topbot.c:14:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/impact/topbot.c:18:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:33:9: style: The scope of the variable 'p' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:38:9: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:41:13: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:43:13: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:46:13: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:6:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:16:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:23:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:30:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:35:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:45:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:10:3: error: Memory leak: q [memleak]
frama-c-Sulfur-20171101/tests/libc/alloca_h.c:8:20: error: Memory is allocated but not initialized: q [uninitdata]
frama-c-Sulfur-20171101/tests/libc/coverage.c:9:11: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/ctype.c:11:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:9:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:11:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:13:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:11:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:13:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:15:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:13:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:15:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:17:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:15:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:17:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:19:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:17:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:19:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:21:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:19:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:21:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:23:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:21:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:23:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:25:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:23:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:25:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:27:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:25:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:27:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:29:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:27:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:29:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:31:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:29:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:31:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:33:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:31:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:33:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:35:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:33:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:35:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:37:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:35:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:37:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:39:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:37:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:39:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:41:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:39:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:41:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:43:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:41:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:43:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:45:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:43:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:45:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:47:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:45:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:47:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:49:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:47:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:49:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:51:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:49:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:51:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:53:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:51:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:53:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:55:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:53:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:55:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:57:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:55:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:57:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:59:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:57:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:59:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:61:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:59:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:61:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:63:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:61:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:63:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:65:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:63:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:65:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:67:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:65:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:67:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:69:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:67:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:69:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:71:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:69:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:71:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:73:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:71:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:73:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:75:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:73:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:75:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:77:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:75:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:77:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:79:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:77:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:79:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:81:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:79:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:81:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:83:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:81:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:83:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:85:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:83:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:85:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:87:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:85:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:87:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:89:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:87:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:89:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:91:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:89:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:91:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:93:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:91:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:93:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:95:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:93:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:95:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:97:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:95:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:97:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:99:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:97:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:99:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:101:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:99:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:101:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:103:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:101:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:103:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:105:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:103:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:105:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:107:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:105:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:107:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:109:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:107:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:109:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:111:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:109:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:111:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:113:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:111:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:113:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:115:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:113:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:115:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:117:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:115:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:117:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:119:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:117:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:119:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:121:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:119:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:121:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:123:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:121:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:123:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:125:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:123:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:125:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:127:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:125:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:127:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:129:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:127:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:129:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:131:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:129:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:131:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:133:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:131:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:133:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:135:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:133:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:135:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:137:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:135:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:137:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:139:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:137:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:139:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:141:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:139:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:141:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:143:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:141:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:143:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:145:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:143:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:145:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:147:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:145:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:147:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:149:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:147:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:149:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:151:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:149:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:151:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:153:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:151:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:153:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:155:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:153:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:155:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:157:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:155:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:157:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:159:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:157:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:159:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:161:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:159:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:161:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:163:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:161:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:163:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:165:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:163:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:165:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:167:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:165:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:167:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:169:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:167:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:169:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:171:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:169:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:171:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:173:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:171:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:173:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:175:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:173:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:175:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:177:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:175:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:177:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:179:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:177:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:179:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:181:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:179:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:181:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:183:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:181:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:183:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:185:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:183:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:185:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:187:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:185:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:187:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:189:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:187:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:189:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:191:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:189:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:191:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:193:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:191:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:193:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:195:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:193:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:195:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:197:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:195:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:197:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:199:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:197:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:199:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:201:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:199:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:201:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:203:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:201:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:203:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:205:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:203:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:205:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:207:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:205:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:207:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:209:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:207:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:209:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:211:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:209:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:211:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:213:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:211:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:213:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:215:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:213:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:215:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:217:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:215:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:217:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:219:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:217:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:219:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:221:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:219:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:221:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:223:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:221:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:223:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:225:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:223:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:225:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:227:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:225:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:227:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:229:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:227:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:229:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:231:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:229:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:231:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:233:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:231:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:233:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:235:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:233:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:235:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:237:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/ctype.c:235:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:237:5: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/ctype.c:237:9: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/socket.c:129:11: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdint_h.c:4:18: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdint_h.c:5:18: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdint_h.c:6:20: style: Variable 'umax' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdio_h.c:8:11: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdio_h.c:23:3: error: Resource leak: f [resourceLeak]
frama-c-Sulfur-20171101/tests/libc/stdio_h.c:10:11: error: Null pointer dereference [nullPointer]
frama-c-Sulfur-20171101/tests/libc/stdlib_c.c:27:12: style: Variable 'r' is allocated memory that is never used. [unusedAllocatedMemory]
frama-c-Sulfur-20171101/tests/libc/stdlib_c.c:36:0: error: Memory leak: p [memleak]
frama-c-Sulfur-20171101/tests/libc/stdlib_c.c:36:0: error: Memory leak: q [memleak]
frama-c-Sulfur-20171101/tests/libc/stdlib_c.c:36:0: error: Memory leak: r [memleak]
frama-c-Sulfur-20171101/tests/libc/stdlib_c.c:34:0: error: Memory leak: s [memleak]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:16:3: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:15:0: note: Variable 'l' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:16:3: note: Variable 'l' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:17:3: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:16:3: note: Variable 'l' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:17:3: note: Variable 'l' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:18:3: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:17:3: note: Variable 'l' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:18:3: note: Variable 'l' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:23:3: style: Variable 'll' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:22:0: note: Variable 'll' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:23:3: note: Variable 'll' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:24:3: style: Variable 'll' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:23:3: note: Variable 'll' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:24:3: note: Variable 'll' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:29:3: style: Variable 'ul' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:28:0: note: Variable 'ul' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:29:3: note: Variable 'ul' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:30:3: style: Variable 'ul' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:29:3: note: Variable 'ul' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:30:3: note: Variable 'ul' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:35:3: style: Variable 'ull' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:34:0: note: Variable 'ull' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:35:3: note: Variable 'ull' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:36:3: style: Variable 'ull' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:35:3: note: Variable 'ull' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:36:3: note: Variable 'ull' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:42:3: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:41:0: note: Variable 'd' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:42:3: note: Variable 'd' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:43:3: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:42:3: note: Variable 'd' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:43:3: note: Variable 'd' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:48:3: style: Variable 'ld' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:47:0: note: Variable 'ld' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:48:3: note: Variable 'ld' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:49:3: style: Variable 'ld' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:48:3: note: Variable 'ld' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:49:3: note: Variable 'ld' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:54:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:53:0: note: Variable 'f' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:54:3: note: Variable 'f' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:55:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:54:3: note: Variable 'f' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:55:3: note: Variable 'f' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:18:7: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:24:8: style: Variable 'll' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:30:8: style: Variable 'ul' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:36:9: style: Variable 'ull' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:43:7: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:49:8: style: Variable 'ld' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/stdlib_h.c:55:7: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:19:3: performance: Buffer 'dest' is being written before its old content has been used. [redundantCopy]
frama-c-Sulfur-20171101/tests/libc/string_c.c:16:3: note: Buffer 'dest' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:19:3: note: Buffer 'dest' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:20:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:10:0: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:20:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:23:3: performance: Buffer 'dest' is being written before its old content has been used. [redundantCopy]
frama-c-Sulfur-20171101/tests/libc/string_c.c:16:3: note: Buffer 'dest' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:23:3: note: Buffer 'dest' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:24:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:20:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:24:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:26:3: performance: Buffer 'dest' is being written before its old content has been used. [redundantCopy]
frama-c-Sulfur-20171101/tests/libc/string_c.c:16:3: note: Buffer 'dest' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:26:3: note: Buffer 'dest' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:64:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:62:0: note: Variable 'n' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:64:3: note: Variable 'n' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:66:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:64:3: note: Variable 'n' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:66:3: note: Variable 'n' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:128:3: performance: Buffer 's' is being written before its old content has been used. [redundantCopy]
frama-c-Sulfur-20171101/tests/libc/string_c.c:126:3: note: Buffer 's' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:128:3: note: Buffer 's' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:140:3: performance: Buffer 's' is being written before its old content has been used. [redundantCopy]
frama-c-Sulfur-20171101/tests/libc/string_c.c:138:3: note: Buffer 's' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:140:3: note: Buffer 's' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:142:3: performance: Buffer 's' is being written before its old content has been used. [redundantCopy]
frama-c-Sulfur-20171101/tests/libc/string_c.c:138:3: note: Buffer 's' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:142:3: note: Buffer 's' is being written before its old content has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:184:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:182:0: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:184:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:186:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:184:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:186:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:188:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:186:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:188:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:197:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:195:0: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:197:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:199:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:197:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:199:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:201:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:199:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:201:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:210:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:208:0: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:210:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:212:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:210:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:212:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:214:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:212:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:214:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:216:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:214:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:216:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:218:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:216:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:218:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:227:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:225:0: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:227:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:229:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:227:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:229:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:231:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:229:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:231:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:233:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:231:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:233:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:235:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:233:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:235:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:244:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:242:0: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:244:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:246:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:244:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:246:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:248:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:246:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:248:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:250:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:248:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:250:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:252:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:250:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:252:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:254:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:252:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:254:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:256:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/string_c.c:254:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:256:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/string_c.c:24:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:45:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:66:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:73:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:85:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:87:14: style: Variable 'res2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:89:14: style: Variable 'res3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:91:14: style: Variable 'res4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:93:14: style: Variable 'res5' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:95:14: style: Variable 'res6' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:97:14: style: Variable 'res7' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:105:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:123:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:135:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:148:14: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:150:14: style: Variable 'res2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:153:14: style: Variable 'res3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:155:14: style: Variable 'res4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:157:14: style: Variable 'res5' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:159:14: style: Variable 'res6' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:161:14: style: Variable 'res7' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:163:14: style: Variable 'res8' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:169:14: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:171:14: style: Variable 'res2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:173:14: style: Variable 'res3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:175:14: style: Variable 'res4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:188:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:201:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:218:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:235:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:256:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_c.c:135:13: warning: The buffer 's' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
frama-c-Sulfur-20171101/tests/libc/string_c.c:77:3: warning: memset() called to fill 0 bytes. [memsetZeroBytes]
frama-c-Sulfur-20171101/tests/libc/string_c.c:19:16: error: Null pointer dereference [nullPointer]
frama-c-Sulfur-20171101/tests/libc/string_c.c:20:14: error: Null pointer dereference [nullPointer]
frama-c-Sulfur-20171101/tests/libc/string_c.c:23:16: error: Null pointer dereference [nullPointer]
frama-c-Sulfur-20171101/tests/libc/string_c.c:24:14: error: Null pointer dereference [nullPointer]
frama-c-Sulfur-20171101/tests/libc/string_c.c:95:14: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/string_c.c:97:14: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/string_c.c:148:14: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/string_c.c:150:14: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/string_c.c:163:14: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/string_c.c:173:14: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/string_c.c:175:14: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/string_c_generic.c:82:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/string_c_generic.c:83:3: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/string_h.c:38:8: style: struct member 's::s2' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/libc/string_h.c:5:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_h.c:21:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/string_h.c:33:3: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
frama-c-Sulfur-20171101/tests/libc/string_h.c:5:13: warning: Unnecessary comparison of static strings. [staticStringCompare]
frama-c-Sulfur-20171101/tests/libc/sys_select.c:31:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/sys_time.c:9:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/sys_time.c:6:0: note: Variable 'res' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/sys_time.c:9:3: note: Variable 'res' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/sys_time.c:12:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/sys_time.c:9:3: note: Variable 'res' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/sys_time.c:12:3: note: Variable 'res' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/sys_time.c:16:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/sys_time.c:12:3: note: Variable 'res' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/sys_time.c:16:3: note: Variable 'res' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/sys_time.c:19:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/sys_time.c:16:3: note: Variable 'res' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/sys_time.c:19:3: note: Variable 'res' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/sys_time.c:19:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/sys_times.c:6:16: style: Variable 'ck' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/unistd.c:7:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/libc/unistd.c:6:0: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/unistd.c:7:3: note: Variable 'r' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/libc/unistd.c:7:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/wchar_c_h.c:45:19: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/libc/wchar_c_h.c:52:21: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/metrics/func_ptr.c:24:7: style: Condition '!j' is always true [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/metrics/func_ptr.c:23:11: note: Assignment 'j=0', assigned value is 0
frama-c-Sulfur-20171101/tests/metrics/func_ptr.c:24:7: note: Condition '!j' is always true
frama-c-Sulfur-20171101/tests/metrics/func_ptr.c:17:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/metrics/reach.c:21:25: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
frama-c-Sulfur-20171101/tests/metrics/reach.c:22:7: style: Condition '!j' is always true [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/metrics/reach.c:20:11: note: Assignment 'j=0', assigned value is 0
frama-c-Sulfur-20171101/tests/metrics/reach.c:22:7: note: Condition '!j' is always true
frama-c-Sulfur-20171101/tests/metrics/reach.c:14:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/metrics/unreachable.c:12:7: style: Condition '!j' is always true [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/metrics/unreachable.c:11:11: note: Assignment 'j=0', assigned value is 0
frama-c-Sulfur-20171101/tests/metrics/unreachable.c:12:7: note: Condition '!j' is always true
frama-c-Sulfur-20171101/tests/metrics/unreachable.c:5:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/metrics/variadic-stdlib-generated.c:18:3: warning: Return value of function rand() is not used. [ignoredReturnValue]
frama-c-Sulfur-20171101/tests/minix/tmrs_exp.c:19:34: style: union member 'tmr_arg_t::ta_long' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/minix/tmrs_exp.c:19:49: style: union member 'tmr_arg_t::ta_ptr' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/minix/tmrs_exp.c:77:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/misc/bts0541.c:12:13: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/misc/long_ident.c:17:0: style: Variable 'X_9999999999999999999999999999999999999999999999999999' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/misc/my_visitor.c:8:3: style: Variable 'y' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:104:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:104:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:105:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:105:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:106:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:106:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:107:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:107:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:108:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:108:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:109:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:109:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:110:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:110:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:111:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:111:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:112:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:112:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:113:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:113:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:114:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:114:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:116:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:116:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:117:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:117:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:118:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:118:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:119:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:119:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:120:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:120:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:300:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:300:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:302:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:302:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:304:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:304:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:306:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:306:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:308:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:308:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:310:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:310:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:312:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:312:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:314:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:314:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:316:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:316:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:318:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:318:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:320:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:320:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:322:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:322:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:324:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:324:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:326:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:326:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:328:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:328:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:330:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:330:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:332:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma-pack.c:332:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma_pack_zero.c:54:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma_pack_zero.c:55:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma_pack_zero.c:56:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma_pack_zero.c:57:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma_pack_zero.c:58:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma_pack_zero.c:59:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma_pack_zero.c:60:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/pragma_pack_zero.c:61:3: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/misc/widen_hints.c:85:12: style: struct member 'st::d' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/misc/widen_hints.c:67:7: style: Unused variable: y [unusedVariable]
frama-c-Sulfur-20171101/tests/misc/widen_hints.c:103:0: style: Variable 'ip2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/misc/widen_hints2.c:24:7: style: Variable 'tf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/misc/widen_hints2.c:36:7: style: Variable 'tg' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/misc/widen_hints2.c:44:7: style: Unused variable: y [unusedVariable]
frama-c-Sulfur-20171101/tests/more_wp/bubblesort.c:30:6: style: The scope of the variable 'ab' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/more_wp/quicksort.c:112:8: style: The scope of the variable 'p' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/more_wp/quicksort.c:71:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
frama-c-Sulfur-20171101/tests/pdg/annot.c:14:5: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/pdg/annot.c:12:5: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/pdg/annot.c:14:5: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/pdg/annot.c:12:1: style: Label 'L' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/pdg/annot.c:9:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/pdg/bts1194.c:14:9: style: Condition 'l>0' is always false [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/pdg/bts1194.c:12:11: note: Assignment 'l=0', assigned value is 0
frama-c-Sulfur-20171101/tests/pdg/bts1194.c:14:9: note: Condition 'l>0' is always false
frama-c-Sulfur-20171101/tests/pdg/bts1194.c:14:9: style: Same expression on both sides of '>' because the value of 'l' and '0' are the same. [duplicateExpression]
frama-c-Sulfur-20171101/tests/pdg/bts1194.c:12:11: note: 'l' is assigned value '0' here.
frama-c-Sulfur-20171101/tests/pdg/bts1194.c:14:9: note: Same expression on both sides of '>' because the value of 'l' and '0' are the same.
frama-c-Sulfur-20171101/tests/pdg/decl_dpds.c:20:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/pdg/decl_dpds.c:18:12: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/pdg/dpds_intra.c:114:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/pdg/dpds_intra.c:113:7: note: Variable 'b' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/pdg/dpds_intra.c:114:3: note: Variable 'b' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/pdg/dpds_intra.c:121:5: style: Variable 'a' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/pdg/dpds_intra.c:30:8: error: Uninitialized struct member: s1.b [uninitStructMember]
frama-c-Sulfur-20171101/tests/pdg/dpds_intra.c:51:10: error: Uninitialized variable: x [uninitvar]
frama-c-Sulfur-20171101/tests/pdg/globals.c:19:45: style: struct member 'Anonymous0::c2' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/pdg/loops.c:75:10: style: Condition 'i' is always true [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/pdg/loops.c:74:11: note: Assignment 'i=1', assigned value is 1
frama-c-Sulfur-20171101/tests/pdg/loops.c:75:10: note: Condition 'i' is always true
frama-c-Sulfur-20171101/tests/pdg/loops.c:82:14: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/pdg/loops.c:97:14: style: The scope of the variable 'i1' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/pdg/loops.c:97:22: style: The scope of the variable 'i2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/pdg/loops.c:67:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:98:9: style: Condition 'uninit' is always false [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:96:23: note: Assignment 'uninit=0', assigned value is 0
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:98:9: note: Condition 'uninit' is always false
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:100:9: style: Condition 'uninit2' is always false [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:96:34: note: Assignment 'uninit2=0', assigned value is 0
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:100:9: note: Condition 'uninit2' is always false
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:28:7: style: The scope of the variable 'a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:28:14: style: The scope of the variable 'b' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:38:7: style: The scope of the variable 'a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/pdg/simple_intra_slice.c:38:14: style: The scope of the variable 'b' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/pdg/variadic.c:39:8: style: Variable 's3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/addsub.c:10:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:9:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:10:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:11:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:10:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:11:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:13:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:11:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:13:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:14:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:13:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:14:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:16:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:14:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:18:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:19:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:19:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:21:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:19:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:21:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:22:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:21:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:22:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:24:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:22:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:24:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:25:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:24:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:25:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:26:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:25:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:26:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:27:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:26:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:27:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:28:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub.c:27:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:28:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub.c:28:9: style: Same expression on both sides of '-' because the value of '0' and 'y' are the same. [duplicateExpression]
frama-c-Sulfur-20171101/tests/rte/addsub.c:7:13: note: 'y' is assigned value '0' here.
frama-c-Sulfur-20171101/tests/rte/addsub.c:28:9: note: Same expression on both sides of '-' because the value of '0' and 'y' are the same.
frama-c-Sulfur-20171101/tests/rte/addsub.c:9:24: error: Signed integer overflow for expression '(int)2147483647+(int)2147483647'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/addsub.c:10:21: error: Signed integer overflow for expression '-2147483647-2147483647'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/addsub.c:11:8: error: Signed integer overflow for expression '-(int)(-2147483647-1)'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/addsub.c:28:3: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:12:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:11:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:12:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:13:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:12:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:13:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:15:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:13:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:15:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:16:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:15:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:18:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:20:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:20:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:21:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:20:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:21:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:23:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:21:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:23:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:24:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:23:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:24:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:11:25: error: Signed integer overflow for expression '(int)2147483647+(int)2147483647'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:12:21: error: Signed integer overflow for expression '-2147483647-2147483647'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:13:8: error: Signed integer overflow for expression '-(int)(-2147483647-1)'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/addsub_typedef.c:24:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned.c:14:3: style: Variable 'uy' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned.c:12:3: note: Variable 'uy' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned.c:14:3: note: Variable 'uy' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned.c:14:3: style: Variable 'uy' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned.c:16:8: style: Variable 'uz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned_typedef.c:16:3: style: Variable 'uy' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned_typedef.c:14:3: note: Variable 'uy' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned_typedef.c:16:3: note: Variable 'uy' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned_typedef.c:16:3: style: Variable 'uy' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/addsub_unsigned_typedef.c:18:8: style: Variable 'uz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/assign3.c:14:3: style: Variable 't' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/assign5.c:30:3: style: Variable 't' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/assign6.c:16:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/assign6.c:15:3: note: Variable 'a' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/assign6.c:16:3: note: Variable 'a' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/assign6.c:17:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/assign6.c:16:3: note: Variable 'a' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/assign6.c:17:3: note: Variable 'a' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/assign6.c:16:11: error: Uninitialized variable: b [uninitvar]
frama-c-Sulfur-20171101/tests/rte/assign6.c:17:9: error: Uninitialized variable: b [uninitvar]
frama-c-Sulfur-20171101/tests/rte/bts0580_2.c:33:7: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/bts0580_2.c:28:8: style: Variable 'p' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/rte/bts0580_2.c:29:8: style: Variable 'f' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/rte/bts0580_2.c:31:26: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/rte/bts0580_2.c:33:7: error: Uninitialized variable: f [uninitvar]
frama-c-Sulfur-20171101/tests/rte/castoncall.c:24:12: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/divmod.c:14:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:13:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:14:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:17:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:16:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:17:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:22:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:17:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:22:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:23:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:22:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:23:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:24:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:23:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:24:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:25:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:24:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:25:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:26:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:25:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:26:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:27:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:26:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:27:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:28:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:27:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:28:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:30:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:14:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:30:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:32:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:30:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:32:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:34:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:32:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:34:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:36:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:34:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:36:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:38:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:36:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:38:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:40:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod.c:38:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:40:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod.c:16:10: error: Division by zero. [zerodiv]
frama-c-Sulfur-20171101/tests/rte/divmod.c:30:9: error: Division by zero. [zerodiv]
frama-c-Sulfur-20171101/tests/rte/divmod.c:10:9: note: Assignment 'x=0', assigned value is 0
frama-c-Sulfur-20171101/tests/rte/divmod.c:30:9: note: Division by zero
frama-c-Sulfur-20171101/tests/rte/divmod.c:34:25: error: Division by zero. [zerodiv]
frama-c-Sulfur-20171101/tests/rte/divmod.c:10:13: note: Assignment 'y=0', assigned value is 0
frama-c-Sulfur-20171101/tests/rte/divmod.c:34:25: note: Division by zero
frama-c-Sulfur-20171101/tests/rte/divmod.c:22:19: error: Signed integer overflow for expression '((int)ux)/((int)uy)'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/divmod.c:19:8: note: Assignment 'ux=2147483648U', assigned value is 2147483648
frama-c-Sulfur-20171101/tests/rte/divmod.c:22:19: note: Integer overflow
frama-c-Sulfur-20171101/tests/rte/divmod.c:25:33: error: Signed integer overflow for expression '((int)(-2147483647-1))/((int)-1)'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/divmod.c:26:9: warning: Suspicious code: sign conversion of ( in calculation, even though ( can have a negative value [signConversion]
frama-c-Sulfur-20171101/tests/rte/divmod.c:27:22: warning: Suspicious code: sign conversion of ( in calculation, even though ( can have a negative value [signConversion]
frama-c-Sulfur-20171101/tests/rte/divmod.c:38:21: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
frama-c-Sulfur-20171101/tests/rte/divmod.c:40:3: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/divmod.c:28:15: style: Variable 'uz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:16:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:15:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:19:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:18:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:19:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:24:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:19:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:24:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:25:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:24:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:25:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:26:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:25:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:26:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:27:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:26:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:27:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:28:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:27:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:28:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:29:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:28:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:29:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:30:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:29:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:30:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:32:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:32:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:34:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:32:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:34:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:36:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:34:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:36:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:38:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:36:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:38:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:40:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:38:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:40:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:42:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:40:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:42:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:18:10: error: Division by zero. [zerodiv]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:32:9: error: Division by zero. [zerodiv]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:12:10: note: Assignment 'x=0', assigned value is 0
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:32:9: note: Division by zero
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:36:25: error: Division by zero. [zerodiv]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:12:14: note: Assignment 'y=0', assigned value is 0
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:36:25: note: Division by zero
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:24:20: error: Signed integer overflow for expression '((int)ux)/((int)uy)'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:21:8: note: Assignment 'ux=2147483648U', assigned value is 2147483648
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:24:20: note: Integer overflow
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:27:34: error: Signed integer overflow for expression '((int)(-2147483647-1))/((int)-1)'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:28:9: warning: Suspicious code: sign conversion of ( in calculation, even though ( can have a negative value [signConversion]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:29:22: warning: Suspicious code: sign conversion of ( in calculation, even though ( can have a negative value [signConversion]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:40:21: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:42:3: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/divmod_typedef.c:30:16: style: Variable 'uz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/downcast.c:17:3: style: Variable 'uc' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/downcast.c:15:3: note: Variable 'uc' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/downcast.c:17:3: note: Variable 'uc' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/downcast.c:7:18: style: Variable 'sy' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/rte/downcast.c:13:8: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/downcast.c:17:8: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/downcast.c:19:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/downcast.c:21:8: style: Variable 'ux' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/downcast.c:10:23: style: Variable 'uz' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/rte/downcast.c:23:7: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/downcast.c:13:8: error: Uninitialized variable: sx [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:15:8: error: Uninitialized variable: sx [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:13:13: error: Uninitialized variable: sy [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:15:13: error: Uninitialized variable: sy [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:17:8: error: Uninitialized variable: x [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:19:7: error: Uninitialized variable: uy [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:21:8: error: Uninitialized variable: uy [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:23:7: error: Uninitialized variable: uy [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:19:12: error: Uninitialized variable: uz [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:21:13: error: Uninitialized variable: uz [uninitvar]
frama-c-Sulfur-20171101/tests/rte/downcast.c:23:12: error: Uninitialized variable: uz [uninitvar]
frama-c-Sulfur-20171101/tests/rte/finite_float.c:9:3: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/finite_float.c:8:0: note: Variable 'd' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/finite_float.c:9:3: note: Variable 'd' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/finite_float.c:10:16: style: Same expression on both sides of '/'. [duplicateExpression]
frama-c-Sulfur-20171101/tests/rte/finite_float.c:10:15: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:13:0: error: Undefined behaviour: float (1.5e+255) to integer conversion overflow. [floatConversionOverflow]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:14:0: error: Undefined behaviour: float (258) to integer conversion overflow. [floatConversionOverflow]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:8:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:9:17: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:10:22: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:12:0: style: Variable 'ci1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:13:0: style: Variable 'ci2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:14:0: style: Variable 'ci3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:15:0: style: Variable 'ci4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/float_to_int.c:16:0: style: Variable 'ci5' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized.c:43:4: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
frama-c-Sulfur-20171101/tests/rte/initialized.c:86:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/rte/initialized.c:64:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:63:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:64:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:66:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:64:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:66:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:67:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:66:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:67:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:68:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:67:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:68:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:71:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:68:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:71:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:72:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:71:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:72:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:73:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:72:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:73:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:74:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:73:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:74:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:75:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:74:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:75:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:76:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:75:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:76:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:77:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:76:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:77:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:78:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:77:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:78:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:79:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:78:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:79:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:80:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:79:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:80:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:81:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:80:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:81:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:82:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:81:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:82:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:84:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:82:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:84:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:88:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:84:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:88:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:90:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:88:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:90:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:91:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:90:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:91:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:92:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:91:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:92:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/initialized.c:134:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:133:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:134:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:137:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:134:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:137:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:138:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:137:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:138:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:139:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:138:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:139:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:142:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:139:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:142:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:143:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:142:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:143:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:144:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:143:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:144:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:145:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:144:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:145:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:146:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:145:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:146:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:147:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:146:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:147:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:148:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:147:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:148:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:149:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:148:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:149:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:150:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:149:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:150:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:151:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:150:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:151:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:152:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:151:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:152:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:153:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:152:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:153:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:155:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:153:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:155:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:159:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:155:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:159:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:161:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:159:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:161:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:162:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:161:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:162:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:163:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/initialized.c:162:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:163:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/rte/initialized.c:58:0: style: Variable 'np' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized.c:69:17: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized.c:130:0: style: Variable 'np' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized.c:131:19: style: Variable 'npp' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized.c:140:17: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized_union.c:12:7: style: union member 'U2::i1' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/rte/initialized_union.c:45:14: style: Variable 'u_local2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized_union.c:49:15: style: Variable 'u2_local2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized_union.c:53:15: style: Variable 'u3_local2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized_union.c:55:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized_union.c:61:20: style: Variable 'e1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/initialized_union.c:61:20: error: Uninitialized variable: e [uninitvar]
frama-c-Sulfur-20171101/tests/rte/memaccess.c:17:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/memaccess.c:16:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/memaccess.c:17:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/memaccess.c:9:4: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/rte/memaccess.c:10:7: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/rte/memaccess.c:11:4: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/rte/minus.c:11:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/minus.c:10:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:11:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:12:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/minus.c:11:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:12:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:16:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/minus.c:12:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:17:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/minus.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:17:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:18:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/minus.c:17:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:19:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/minus.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:19:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/minus.c:11:7: error: Signed integer overflow for expression '-(-2147483647-1)'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/minus.c:17:19: error: Signed integer overflow for expression '-2147483648-1'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/minus.c:18:22: error: Signed integer overflow for expression '-2147483647-1-1'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/minus.c:19:7: error: Signed integer overflow for expression '-((int)(-2147483647-1))'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/minus.c:6:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/minus.c:19:3: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/minus.c:7:0: style: Variable 'uy' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/minus.c:7:0: style: Variable 'uz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/minus.c:14:27: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/mul.c:12:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:11:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:12:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:13:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:12:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:13:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:14:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:13:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:14:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:15:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:14:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:15:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:17:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:15:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:17:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:18:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:17:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:19:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:19:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:20:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:19:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:20:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:22:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:20:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:22:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:23:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:22:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:23:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:24:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:23:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:24:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:25:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/mul.c:24:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:25:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/mul.c:22:14: error: Signed integer overflow for expression '65535*65535'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/mul.c:25:14: error: Signed integer overflow for expression '65535*32769'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/mul.c:25:3: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/mul.c:10:8: style: Variable 'uz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/precond.c:114:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/precond.c:105:0: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:114:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:118:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/precond.c:116:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:118:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:120:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/precond.c:118:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:120:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:126:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/precond.c:120:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:126:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:128:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/precond.c:126:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:128:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:129:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/precond.c:128:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:129:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:130:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/precond.c:129:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:130:3: note: Variable 'w' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/precond.c:99:0: style: Variable 'ot' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/precond.c:130:7: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/precond2.c:8:7: style: struct member 'cell::val' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/rte/precond2.c:9:16: style: struct member 'cell::next' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/rte/reqlabl.c:11:5: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/reqlabl2.c:16:5: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/s64.c:9:11: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
frama-c-Sulfur-20171101/tests/rte/s64.c:9:3: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift.c:14:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:12:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:14:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:16:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:14:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:18:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:16:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:20:3: style: Variable 'lz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:19:3: note: Variable 'lz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:20:3: note: Variable 'lz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:22:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:18:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:22:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:24:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:22:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:24:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:26:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:24:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:26:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:28:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:26:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:28:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:37:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:36:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:37:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:38:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:37:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:38:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:39:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:38:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:39:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:41:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:39:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:41:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:43:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:41:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:43:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:46:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:43:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:46:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:47:3: style: Variable 'uz' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:44:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:47:3: note: Variable 'uz' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:49:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:46:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:49:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:50:3: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:49:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:50:3: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:32:5: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:31:5: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:32:5: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:33:5: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift.c:32:5: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:33:5: note: Variable 'z' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift.c:16:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
frama-c-Sulfur-20171101/tests/rte/shift.c:36:9: error: Shifting by a negative value is undefined behaviour [shiftNegative]
frama-c-Sulfur-20171101/tests/rte/shift.c:41:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
frama-c-Sulfur-20171101/tests/rte/shift.c:46:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
frama-c-Sulfur-20171101/tests/rte/shift.c:20:10: error: Shifting 32-bit value by 60 bits is undefined behaviour [shiftTooManyBits]
frama-c-Sulfur-20171101/tests/rte/shift.c:38:9: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
frama-c-Sulfur-20171101/tests/rte/shift.c:39:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
frama-c-Sulfur-20171101/tests/rte/shift.c:13:10: error: Signed integer overflow for expression '5<<30'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/shift.c:14:9: error: Signed integer overflow for expression '5<<30'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/shift.c:18:9: error: Signed integer overflow for expression '5<<30'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/shift.c:19:10: error: Signed integer overflow for expression '5<<30'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/shift.c:20:10: error: Signed integer overflow for expression '5<<60'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/shift.c:50:3: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift.c:9:0: style: Variable 'ux' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift.c:9:0: style: Variable 'uy' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift.c:47:24: style: Variable 'uz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift.c:10:0: style: Variable 'lx' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift.c:10:0: style: Variable 'ly' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift.c:20:3: style: Variable 'lz' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift_machdep.c:9:9: error: Signed integer overflow for expression '5<<30'. [integerOverflow]
frama-c-Sulfur-20171101/tests/rte/shift_machdep.c:9:3: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift_machdep.c:10:3: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:10:3: style: Variable 'y' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:9:3: note: Variable 'y' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:10:3: note: Variable 'y' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:11:3: style: Variable 'y' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:10:3: note: Variable 'y' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:11:3: note: Variable 'y' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:12:3: style: Variable 'y' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:11:3: note: Variable 'y' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:12:3: note: Variable 'y' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:11:10: error: Shifting by a negative value is undefined behaviour [shiftNegative]
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:12:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
frama-c-Sulfur-20171101/tests/rte/shift_unsigned.c:11:14: warning: Suspicious code: sign conversion of -3 in calculation because '-3' has a negative value [signConversion]
frama-c-Sulfur-20171101/tests/rte/sizeof.c:10:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/sizeof.c:12:7: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/sizeof.c:14:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/sizeof.c:7:8: style: Variable 'p' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/rte/valid.c:59:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:58:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:59:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:62:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:59:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:62:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:63:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:62:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:63:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:64:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:63:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:64:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:67:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:64:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:67:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:68:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:67:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:68:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:69:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:68:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:69:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:70:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:69:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:70:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:71:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:70:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:71:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:72:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:71:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:72:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:73:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:72:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:73:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:74:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:73:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:74:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:75:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:74:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:75:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:76:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:75:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:76:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:77:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:76:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:77:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:78:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:77:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:78:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:80:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:78:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:80:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:84:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:80:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:84:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:86:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:84:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:86:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:87:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:86:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:87:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:88:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/rte/valid.c:87:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:88:3: note: Variable 'v' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/rte/valid.c:82:7: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/valid.c:55:0: style: Variable 'np' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/valid.c:56:19: style: Variable 'npp' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/valid.c:65:17: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/rte/valid.c:50:9: error: Uninitialized struct member: q.v [uninitStructMember]
frama-c-Sulfur-20171101/tests/rte/valid.c:51:18: error: Uninitialized struct member: q.v [uninitStructMember]
frama-c-Sulfur-20171101/tests/rte/value_rte.c:13:11: warning: Either the condition 'cpt<10' is redundant or the array 't[5]' is accessed at index 9, which is out of bounds. [arrayIndexOutOfBoundsCond]
frama-c-Sulfur-20171101/tests/rte/value_rte.c:11:13: note: Assuming that condition 'cpt<10' is not redundant
frama-c-Sulfur-20171101/tests/rte/value_rte.c:13:11: note: Array index out of bounds
frama-c-Sulfur-20171101/tests/rte/value_rte.c:10:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/saveload/bool.c:19:3: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/saveload/isset.c:14:3: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/scope/scope.c:37:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/scope/scope.c:41:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/scope/scope.c:41:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/scope/scope.c:36:3: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/scope/scope.c:41:3: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/scope/scope.c:19:7: style: The scope of the variable 'a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/scope/scope.c:19:10: style: The scope of the variable 'b' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/scope/scope.c:24:5: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/scope/scope.c:31:5: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/scope/scope.c:55:5: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/scope/scope.c:58:3: style: Variable 'y' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/scope/scope.c:75:3: style: Variable 'a' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/scope/scope.c:76:3: style: Variable 'b' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/scope/scope.c:77:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/scope/zones.c:16:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/scope/zones.c:15:3: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/scope/zones.c:16:3: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/slicing/unitialized.c:40:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/slicing/unitialized.c:30:19: error: Uninitialized variable: y [uninitvar]
frama-c-Sulfur-20171101/tests/slicing/unitialized.c:33:10: error: Uninitialized variable: y [uninitvar]
frama-c-Sulfur-20171101/tests/spec/acsl_allocator.c:349:17: style: The scope of the variable 'mc' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/spec/acsl_allocator.c:311:0: error: Memory leak: mcl [memleak]
frama-c-Sulfur-20171101/tests/spec/acsl_allocator.c:297:0: error: Memory leak: mb [memleak]
frama-c-Sulfur-20171101/tests/spec/acsl_allocator.c:259:0: error: Memory leak: mc [memleak]
frama-c-Sulfur-20171101/tests/spec/acsl_allocator.c:289:0: error: Memory leak: mb_data [memleak]
frama-c-Sulfur-20171101/tests/spec/all.c:77:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
frama-c-Sulfur-20171101/tests/spec/all.c:70:17: style: struct member 'st::a' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/all.c:70:20: style: struct member 'st::b' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/alloc_string_marshall.c:94:4: warning: Either the condition 's==0' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
frama-c-Sulfur-20171101/tests/spec/alloc_string_marshall.c:95:9: note: Assuming that condition 's==0' is not redundant
frama-c-Sulfur-20171101/tests/spec/alloc_string_marshall.c:94:4: note: Null pointer dereference
frama-c-Sulfur-20171101/tests/spec/alloc_string_marshall.c:133:9: style: The scope of the variable 'msg' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/spec/alloc_string_marshall.c:134:13: style: The scope of the variable 'status' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/spec/assume.c:5:9: style: Variable 'p' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/spec/assume.c:9:6: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/at.c:15:2: style: Label 'L1' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:15:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:13:0: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:15:3: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:17:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:15:3: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:17:3: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:52:17: style: Same expression on both sides of '-'. [duplicateExpression]
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:17:3: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:53:12: style: Variable 'r2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/behavior_assert.c:73:7: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/behavior_names.c:48:9: style: Condition 'x' is always true [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/spec/behavior_names.c:43:11: note: Assignment 'x=0', assigned value is 0
frama-c-Sulfur-20171101/tests/spec/behavior_names.c:46:5: note: x is incremented', new value is 1
frama-c-Sulfur-20171101/tests/spec/behavior_names.c:48:9: note: Condition 'x' is always true
frama-c-Sulfur-20171101/tests/spec/behavior_names.c:48:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
frama-c-Sulfur-20171101/tests/spec/behavior_names.c:52:5: note: Found duplicate branches for 'if' and 'else'.
frama-c-Sulfur-20171101/tests/spec/behavior_names.c:48:5: note: Found duplicate branches for 'if' and 'else'.
frama-c-Sulfur-20171101/tests/spec/behavior_names.c:43:7: style: The scope of the variable 'x' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/spec/behavior_names.c:54:7: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/boolean_ops.c:5:11: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/boolean_ops.c:6:11: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/bts0283.c:6:5: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
frama-c-Sulfur-20171101/tests/spec/bts1262.c:2:13: error: Modifying string literal "\\.\" directly or indirectly is undefined behaviour. [stringLiteralWrite]
frama-c-Sulfur-20171101/tests/spec/bts1262.c:4:3: note: Modifying string literal "\\.\" directly or indirectly is undefined behaviour.
frama-c-Sulfur-20171101/tests/spec/bts1262.c:2:13: note: Modifying string literal "\\.\" directly or indirectly is undefined behaviour.
frama-c-Sulfur-20171101/tests/spec/bug96.c:2:9: style: struct member 'node::hd' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/bug96.c:3:19: style: struct member 'node::next' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/conversion.c:14:9: style: Unused variable: B [unusedVariable]
frama-c-Sulfur-20171101/tests/spec/ghost.c:5:16: style: struct member 'A::x' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/ghost.c:15:12: style: Unused variable: a [unusedVariable]
frama-c-Sulfur-20171101/tests/spec/global_invariant.c:25:3: style: Label 'LL' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/spec/hosum.c:11:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/spec/localization.c:15:5: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/localization.c:22:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/location_char.c:23:17: style: struct member 'outer::pinner' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/location_char.c:27:7: style: struct member 'outer::b' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/location_char.c:28:8: style: struct member 'outer::c' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/location_char.c:29:13: style: struct member 'outer::l' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/location_char.c:34:16: style: Unused variable: inner [unusedVariable]
frama-c-Sulfur-20171101/tests/spec/logic_def.c:4:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/logic_label.c:3:2: style: Label 'L' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/spec/logic_label.c:12:2: style: Label 'lab' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/spec/logic_label.c:23:2: style: Label 'l' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/spec/logic_label.c:6:3: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/logic_label.c:24:3: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/logic_labels_wrong.c:29:15: style: Label 'L2' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/spec/logic_labels_wrong.c:33:2: style: Label 'L1' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/spec/max.c:47:11: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/null_ptr.c:6:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
frama-c-Sulfur-20171101/tests/spec/parsing.c:27:37: style: struct member 'foo::x' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/pointer_cast.c:2:8: style: Unused variable: b [unusedVariable]
frama-c-Sulfur-20171101/tests/spec/preprocess.c:24:11: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/spec_zero_arg.c:17:12: style: Function 'i' argument 1 names different: declaration 'a' definition 'b'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/tests/spec/spec_zero_arg.c:15:12: note: Function 'i' argument 1 names different: declaration 'a' definition 'b'.
frama-c-Sulfur-20171101/tests/spec/spec_zero_arg.c:17:12: note: Function 'i' argument 1 names different: declaration 'a' definition 'b'.
frama-c-Sulfur-20171101/tests/spec/statement_behavior.c:23:11: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/spec/third.c:8:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
frama-c-Sulfur-20171101/tests/spec/unification.c:4:9: style: struct member '_list::element' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/unification.c:5:19: style: struct member '_list::next' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/unused.c:4:22: style: struct member 'T::i' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/spec/updater.c:25:5: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
frama-c-Sulfur-20171101/tests/spec/updater.c:26:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
frama-c-Sulfur-20171101/tests/syntax/assembly_gmp.c:89:0: error: #error "This test must run with machdep equals to x86_32, x86_64 or ppc_32" [preprocessorErrorDirective]
frama-c-Sulfur-20171101/tests/syntax/attributes-declarations-definitions.c:8:62: style: Function 'f' argument 1 names different: declaration 'p1' definition 'p3'. [funcArgNamesDifferent]
frama-c-Sulfur-20171101/tests/syntax/attributes-declarations-definitions.c:2:34: note: Function 'f' argument 1 names different: declaration 'p1' definition 'p3'.
frama-c-Sulfur-20171101/tests/syntax/attributes-declarations-definitions.c:8:62: note: Function 'f' argument 1 names different: declaration 'p1' definition 'p3'.
frama-c-Sulfur-20171101/tests/syntax/bts0672_link_2.c:10:12: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/define_string_logic_pp_bts2101.c:12:20: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/define_string_logic_pp_bts2101.c:13:20: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:50:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:6:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:7:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:22:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:23:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:30:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:31:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:39:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:40:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:57:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/dowhilezero.c:58:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/enum1.c:27:18: style: Condition '!EN1' is always true [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:125:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:123:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:125:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:127:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:125:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:127:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:129:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:127:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:129:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:139:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:137:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:139:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:141:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:139:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:141:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:143:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:141:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:143:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:153:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:151:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:153:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:155:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:153:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:155:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:157:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:155:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:157:5: note: Variable 'result' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:187:7: style: Same expression on both sides of '=='. [duplicateExpression]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:194:27: error: Expression 'x++,x' depends on order of evaluation of side effects [unknownEvaluationOrder]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:129:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:143:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:157:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:166:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:175:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:184:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:188:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:191:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/gcc_builtins.c:195:13: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/gnu-asm-aesni.c:163:9: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
frama-c-Sulfur-20171101/tests/syntax/gnu-asm-aesni.c:39:9: style: union member 'PROPERLY_ALIGNED_TYPE::a' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/gnu-asm-aesni.c:40:11: style: union member 'PROPERLY_ALIGNED_TYPE::b' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/gnu-asm-aesni.c:41:10: style: union member 'PROPERLY_ALIGNED_TYPE::c' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/gnu-asm-aesni.c:42:10: style: union member 'PROPERLY_ALIGNED_TYPE::d' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/gnu-asm-aesni.c:46:11: style: union member 'PROPERLY_ALIGNED_TYPE::f' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/gnu-asm-aesni.c:47:12: style: union member 'PROPERLY_ALIGNED_TYPE::g' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/gnu-asm-aesni.c:163:9: style: Variable '__i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/incompatible_qualifiers.c:44:0: error: Analysis failed. If the code is valid then please report this failure. [cppcheckError]
frama-c-Sulfur-20171101/tests/syntax/inserted_casts.c:19:20: style: Same expression on both sides of '-'. [duplicateExpression]
frama-c-Sulfur-20171101/tests/syntax/inserted_casts.c:19:18: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/literal-question-no-trigraph.c:6:0: style: Variable 's1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/literal-question-no-trigraph.c:7:0: style: Variable 's2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/literal-question-no-trigraph.c:8:0: style: Variable 's3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/literal-question-no-trigraph.c:9:0: style: Variable 's4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/literal-question-no-trigraph.c:10:0: style: Variable 's5' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/literal-question-no-trigraph.c:11:0: style: Variable 's6' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/literal-question-no-trigraph.c:12:0: style: Variable 's7' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/literal-question-no-trigraph.c:13:0: style: Variable 's8' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/merge_attrs_align1.c:20:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/syntax/merge_attrs_align1.c:18:12: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/merge_attrs_align2.c:20:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/syntax/merge_attrs_align2.c:18:12: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/merge_attrs_align3.c:20:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/syntax/merge_attrs_align3.c:18:12: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/merge_attrs_align4.c:22:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
frama-c-Sulfur-20171101/tests/syntax/merge_attrs_align4.c:20:12: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/merge_unused.c:16:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/merge_unused_2.c:8:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/merge_unused_2.c:9:11: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/offsetof.c:3:16: style: struct member 'c::ca' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/offsetof.c:6:8: style: Variable 'S' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/reject_use_decl_mismatch_bts728.c:21:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/syntax/reject_use_decl_mismatch_bts728.c:22:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/syntax/reject_use_decl_mismatch_bts728.c:23:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/syntax/reject_use_decl_mismatch_bts728.c:24:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/syntax/reject_use_decl_mismatch_bts728.c:25:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/syntax/reject_use_decl_mismatch_bts728.c:26:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/syntax/reject_use_decl_mismatch_bts728.c:27:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/syntax/reject_use_decl_mismatch_bts728.c:28:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/syntax/reject_use_decl_mismatch_bts728.c:29:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/syntax/typedef_namespace_bts1500.c:9:9: style: struct member 'S::d1' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/typedef_namespace_bts1500.c:11:9: style: struct member 'S::d2' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/undeclared_local_bts1113.c:13:7: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/undeclared_local_bts1113.c:4:7: style: Unused variable: kk [unusedVariable]
frama-c-Sulfur-20171101/tests/syntax/undeclared_local_bts1113.c:7:7: style: Unused variable: k_long_long_size [unusedVariable]
frama-c-Sulfur-20171101/tests/syntax/undeclared_local_bts1113.c:8:7: style: Unused variable: k_positive_size [unusedVariable]
frama-c-Sulfur-20171101/tests/syntax/undeclared_local_bts1126.c:4:7: style: struct member 'gnutls_session_t::f' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/syntax/va.c:6:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/va.c:7:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/va.c:13:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/syntax/va.c:19:11: style: Unused variable: y [unusedVariable]
frama-c-Sulfur-20171101/tests/syntax/va.c:24:3: error: va_list 'p' was opened but not closed by va_end(). [va_end_missing]
frama-c-Sulfur-20171101/tests/value/abstract_struct_2.c:5:27: style: struct member 'abstracttype::c1' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/abstract_struct_2.c:5:35: style: struct member 'abstracttype::c2' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/arith_pointer.c:14:29: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
frama-c-Sulfur-20171101/tests/value/arith_pointer.c:51:10: style: Same expression on both sides of '-'. [duplicateExpression]
frama-c-Sulfur-20171101/tests/value/arith_pointer.c:17:3: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/arith_pointer.c:24:10: style: Variable 'y' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/value/array_access.c:15:9: style: The scope of the variable 'j' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/array_access.c:15:14: style: The scope of the variable 'k' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/array_access.c:15:22: style: The scope of the variable 'p' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/array_access.c:18:43: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/array_access.c:19:9: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/array_access.c:19:14: warning: Either the condition 'i<=8' is redundant, otherwise there is negative array index -9. [negativeIndex]
frama-c-Sulfur-20171101/tests/value/array_access.c:17:16: note: Assuming that condition 'i<=8' is not redundant
frama-c-Sulfur-20171101/tests/value/array_access.c:19:14: note: Negative array index
frama-c-Sulfur-20171101/tests/value/backward_add_ptr.c:21:15: style: The scope of the variable 'w' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/backward_add_ptr.c:77:15: style: The scope of the variable 'w' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/backward_add_ptr.c:147:7: style: The scope of the variable 'v' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/backward_add_ptr.c:106:5: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/backward_add_ptr.c:87:5: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/backward_add_ptr.c:150:5: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/backward_add_ptr.c:147:15: style: Unused variable: w [unusedVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:178:8: style: Variable 'r1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:180:8: style: Variable 'r2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:182:8: style: Variable 'r3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:184:8: style: Variable 'r4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:186:8: style: Variable 'r5' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:188:8: style: Variable 'r6' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:190:8: style: Variable 'r7' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:192:8: style: Variable 'r8' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:229:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:265:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:324:7: style: Unused variable: quotient [unusedVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:324:17: style: Unused variable: remainder [unusedVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:324:28: style: Unused variable: sign [unusedVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:325:8: style: Unused variable: errmsg [unusedVariable]
frama-c-Sulfur-20171101/tests/value/behaviors2.c:326:7: style: Unused variable: r [unusedVariable]
frama-c-Sulfur-20171101/tests/value/bigarray.c:6:7: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/bitfield_longlong.c:23:17: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
frama-c-Sulfur-20171101/tests/value/bitfield_longlong.c:27:22: warning: Found calculation inside sizeof(). [sizeofCalculation]
frama-c-Sulfur-20171101/tests/value/bitfield_longlong.c:28:22: warning: Found calculation inside sizeof(). [sizeofCalculation]
frama-c-Sulfur-20171101/tests/value/bitfield_longlong.c:29:22: warning: Found calculation inside sizeof(). [sizeofCalculation]
frama-c-Sulfur-20171101/tests/value/bitwise_float.c:4:24: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
frama-c-Sulfur-20171101/tests/value/bitwise_or.c:26:12: style: Same expression on both sides of '^'. [duplicateExpression]
frama-c-Sulfur-20171101/tests/value/bitwise_or.c:31:17: style: Variable 'v1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/bitwise_or.c:32:17: style: Variable 'v2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/bitwise_or.c:34:0: style: Variable 'mask07' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/bitwise_or.c:35:0: style: Variable 'mask0f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/bitwise_or.c:36:0: style: Variable 'mask1f' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/bug0196.c:9:3: style: Label 'before' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/value/cast_return.c:37:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
frama-c-Sulfur-20171101/tests/value/cast_return.c:48:10: style: The scope of the variable 'd1' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/cast_return.c:26:21: style: Variable 'f_' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/cast_return.c:27:24: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/cast_return.c:50:17: style: Variable 'd1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/cast_return.c:51:8: style: Variable 'd2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/cast_return.c:59:14: style: Variable 'f2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/cast_return.c:17:10: error: Uninitialized variable: x [uninitvar]
frama-c-Sulfur-20171101/tests/value/cast_return.c:44:10: error: Uninitialized variable: v [uninitvar]
frama-c-Sulfur-20171101/tests/value/empty_base.c:111:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/empty_base.c:109:3: note: Variable 'e1' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/empty_base.c:111:3: note: Variable 'e1' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/empty_base.c:59:18: style: struct member 'foo::x' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/empty_base.c:59:25: style: struct member 'foo::y' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/empty_base.c:72:20: style: struct member 'foo::x' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/empty_base.c:72:27: style: struct member 'foo::y' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/empty_base.c:75:0: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/empty_base.c:78:5: style: Unused variable: f1 [unusedVariable]
frama-c-Sulfur-20171101/tests/value/empty_base.c:81:0: style: Variable 'f2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/empty_base.c:85:7: style: Unused variable: k [unusedVariable]
frama-c-Sulfur-20171101/tests/value/empty_base.c:112:14: style: Variable 'pc' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/empty_struct.c:13:17: style: struct member 's2::i1' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/empty_struct.c:13:37: style: struct member 's2::i2' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/empty_struct.c:39:14: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/empty_struct2.c:61:22: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/empty_struct2.c:63:0: style: Variable 'copy_ptr_ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/empty_union.c:91:3: style: Variable 'e1' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/empty_union.c:89:3: note: Variable 'e1' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/empty_union.c:91:3: note: Variable 'e1' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/empty_union.c:55:17: style: union member 'foo::x' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/empty_union.c:55:24: style: union member 'foo::y' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/empty_union.c:65:7: style: Unused variable: k [unusedVariable]
frama-c-Sulfur-20171101/tests/value/empty_union.c:92:14: style: Variable 'pc' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/enum2.c:26:31: style: Condition 'E1_SGN1<E1_SGN0' is always false [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/value/enum2.c:18:21: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/eval_separated.c:11:5: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
frama-c-Sulfur-20171101/tests/value/eval_separated.c:12:5: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
frama-c-Sulfur-20171101/tests/value/eval_separated.c:37:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/eval_separated.c:35:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/eval_separated.c:37:3: note: Variable 'p' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/eval_separated.c:37:8: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/for_loops.c:25:11: style: The scope of the variable 'v' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/for_loops.c:48:7: style: The scope of the variable 'v' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/for_loops.c:12:7: style: Unused variable: i [unusedVariable]
frama-c-Sulfur-20171101/tests/value/for_loops.c:14:0: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/for_loops.c:23:7: style: Unused variable: i [unusedVariable]
frama-c-Sulfur-20171101/tests/value/for_loops.c:25:0: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:28:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/initialized.c:24:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:28:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:29:3: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/initialized.c:25:3: note: Variable 'j' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:29:3: note: Variable 'j' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:32:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/initialized.c:28:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:32:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:33:3: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/initialized.c:29:3: note: Variable 'j' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:33:3: note: Variable 'j' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:36:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/initialized.c:32:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:36:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:37:3: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/initialized.c:33:3: note: Variable 'j' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:37:3: note: Variable 'j' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/initialized.c:84:15: style: The scope of the variable 'x2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/initialized.c:84:19: style: The scope of the variable 'r2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/initialized.c:139:7: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/initialized.c:20:17: style: Variable 't1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:20:26: style: Variable 't2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:20:35: style: Variable 't3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:20:44: style: Variable 't4' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:20:53: style: Variable 't5' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:20:62: style: Variable 't6' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:36:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:37:5: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:90:8: style: Variable 'r1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:93:10: style: Variable 'x2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:96:8: style: Variable 'r3' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:104:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:103:13: style: Variable 'z' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:132:17: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:139:7: style: Variable 'i' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/value/initialized.c:90:8: error: Uninitialized variable: x1 [uninitvar]
frama-c-Sulfur-20171101/tests/value/initialized.c:93:10: error: Uninitialized variable: r2 [uninitvar]
frama-c-Sulfur-20171101/tests/value/initialized.c:96:8: error: Uninitialized variable: x3 [uninitvar]
frama-c-Sulfur-20171101/tests/value/initialized.c:104:7: error: Uninitialized variable: y [uninitvar]
frama-c-Sulfur-20171101/tests/value/initialized.c:104:11: error: Uninitialized variable: z [uninitvar]
frama-c-Sulfur-20171101/tests/value/initialized.c:142:10: error: Uninitialized variable: i [uninitvar]
frama-c-Sulfur-20171101/tests/value/inline.c:8:11: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/local_cleanup.c:2:0: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/logic.c:148:5: warning: Redundant assignment of 'x' to itself. [selfAssignment]
frama-c-Sulfur-20171101/tests/value/logic.c:76:3: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/loop3.c:8:11: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/loopinv.c:18:7: style: The scope of the variable 't1' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/loopinv.c:19:7: style: The scope of the variable 't2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/loopinv.c:35:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/loopinv.c:36:5: style: Variable 'j' is modified but its new value is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/machdep.c:16:15: style: Condition 'w==u' is always true [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/value/machdep.c:12:7: note: Assignment 'u=(unsigned long long)-1LL', assigned value is -1
frama-c-Sulfur-20171101/tests/value/machdep.c:13:7: note: Assignment 'q=(unsigned long long*)u', assigned value is -1
frama-c-Sulfur-20171101/tests/value/machdep.c:14:7: note: Assignment 'w=(unsigned long long)q', assigned value is -1
frama-c-Sulfur-20171101/tests/value/machdep.c:16:15: note: Condition 'w==u' is always true
frama-c-Sulfur-20171101/tests/value/max_pointed.c:16:11: style: Expression is always false because 'else if' condition matches previous condition at line 12. [multiCondition]
frama-c-Sulfur-20171101/tests/value/max_pointed.c:12:10: style: Same expression on both sides of '<' because the value of '*p' and '*q' are the same. [duplicateExpression]
frama-c-Sulfur-20171101/tests/value/max_pointed.c:9:20: note: 'p' is assigned value 'rand?&a:&b' here.
frama-c-Sulfur-20171101/tests/value/max_pointed.c:10:20: note: 'q' is assigned value 'rand?&a:&b' here.
frama-c-Sulfur-20171101/tests/value/max_pointed.c:12:10: note: Same expression on both sides of '<' because the value of '*p' and '*q' are the same.
frama-c-Sulfur-20171101/tests/value/max_pointed.c:16:15: style: Same expression on both sides of '<' because the value of '*q' and '*p' are the same. [duplicateExpression]
frama-c-Sulfur-20171101/tests/value/max_pointed.c:10:20: note: 'q' is assigned value 'rand?&a:&b' here.
frama-c-Sulfur-20171101/tests/value/max_pointed.c:9:20: note: 'p' is assigned value 'rand?&a:&b' here.
frama-c-Sulfur-20171101/tests/value/max_pointed.c:16:15: note: Same expression on both sides of '<' because the value of '*q' and '*p' are the same.
frama-c-Sulfur-20171101/tests/value/max_pointed.c:22:11: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/max_pointed.c:21:11: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/memexec.c:142:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
frama-c-Sulfur-20171101/tests/value/memexec.c:95:11: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/nonlin.c:23:5: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
frama-c-Sulfur-20171101/tests/value/nonlin.c:24:3: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/nonlin.c:31:12: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/nonlin.c:32:12: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/nonlin.c:39:17: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/nonlin.c:44:3: style: Variable 't' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/period.c:55:6: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:37:11: error: Array 's2[8]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:38:11: error: Array 's2[8]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:25:14: warning: Comparison is wrong. Result of '&s1+1' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:47:14: warning: Comparison is wrong. Result of '&s1+1' can't be 0 unless there is pointer overflow, and pointer overflow is undefined behaviour. [pointerAdditionResultNotNull]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:24:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:23:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:24:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:25:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:24:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:25:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:26:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:25:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:26:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:27:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:26:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:27:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:28:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:27:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:28:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:29:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:28:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:29:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:30:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:29:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:30:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:31:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:30:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:31:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:34:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:31:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:34:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:37:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:34:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:37:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:38:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:37:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:38:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:41:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:38:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:41:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:42:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:41:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:42:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:43:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:42:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:43:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:46:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:43:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:46:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:47:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:46:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:47:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:48:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:47:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:48:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:49:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:48:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:49:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:50:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:49:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:50:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:51:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:50:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:51:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:38:15: style: Same expression on both sides of '=='. [duplicateExpression]
frama-c-Sulfur-20171101/tests/value/pointer_comp.c:51:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/precond.c:32:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
frama-c-Sulfur-20171101/tests/value/precond.c:30:7: note: outer condition: c
frama-c-Sulfur-20171101/tests/value/precond.c:32:8: note: identical inner condition: c
frama-c-Sulfur-20171101/tests/value/precond2.c:22:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
frama-c-Sulfur-20171101/tests/value/precond2.c:20:7: note: outer condition: c
frama-c-Sulfur-20171101/tests/value/precond2.c:22:8: note: identical inner condition: c
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:14:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:13:3: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:14:3: note: Variable 'x' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:49:8: style: The scope of the variable 'p' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:14:7: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:13:14: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:15:11: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:12:0: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:34:5: style: Variable 't' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:40:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:42:0: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:43:0: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:44:0: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:54:6: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:31:7: error: Uninitialized variable: t [uninitvar]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:13:7: error: Uninitialized variable: t [uninitvar]
frama-c-Sulfur-20171101/tests/value/redundant_alarms.c:14:7: error: Uninitialized variable: t [uninitvar]
frama-c-Sulfur-20171101/tests/value/replace_by_show_each.c:24:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/replace_by_show_each.c:22:0: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/replace_by_show_each.c:24:3: note: Variable 'i' is reassigned a value before the old one has been used.
frama-c-Sulfur-20171101/tests/value/replace_by_show_each.c:26:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/simple_packed.c:3:8: style: struct member 'my_unpacked_struct::c' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/simple_packed.c:4:7: style: struct member 'my_unpacked_struct::i' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/simple_packed.c:8:8: style: struct member 'my_packed_struct::c' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/simple_packed.c:9:8: style: struct member 'my_packed_struct::i' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/simple_packed.c:14:31: style: Variable 'bar' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/subset.c:25:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/subset.c:33:0: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/subset.c:34:11: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/subset.c:40:3: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/subset.c:41:3: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/subset.c:47:11: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/subset.c:55:3: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/subset.c:58:11: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/subset.c:27:1: error: Resource leak: p [resourceLeak]
frama-c-Sulfur-20171101/tests/value/subset.c:25:27: error: Null pointer dereference [nullPointer]
frama-c-Sulfur-20171101/tests/value/tab.c:20:5: error: Array 'TT[5][5]' index TT[5][5] out of bounds. [arrayIndexOutOfBounds]
frama-c-Sulfur-20171101/tests/value/test_arith.c:16:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
frama-c-Sulfur-20171101/tests/value/test_arith.c:26:3: style: Variable 'G' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frama-c-Sulfur-20171101/tests/value/test_arith.c:25:3: note: Variable 'G' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/value/test_arith.c:26:3: note: Variable 'G' is reassigned a value before the old one has been used if variable is no semaphore variable.
frama-c-Sulfur-20171101/tests/value/unsigned_overflow.c:6:20: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/unsigned_overflow.c:9:0: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/va_list.c:9:3: style: Variable 'vlParameters' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/volatile.c:118:3: error: Array 't[1]' accessed at index 42, which is out of bounds. [arrayIndexOutOfBounds]
frama-c-Sulfur-20171101/tests/value/volatile.c:117:20: note: Assignment 'v=42', assigned value is 42
frama-c-Sulfur-20171101/tests/value/volatile.c:118:3: note: Array index out of bounds
frama-c-Sulfur-20171101/tests/value/volatile.c:43:5: warning: Redundant assignment of 'G' to itself. [selfAssignment]
frama-c-Sulfur-20171101/tests/value/volatile.c:53:9: style: Same expression on both sides of '-'. [duplicateExpression]
frama-c-Sulfur-20171101/tests/value/volatile.c:29:27: style: struct member 'ss1::a' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/volatile.c:29:43: style: struct member 'ss1::b' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/volatile.c:30:38: style: struct member 'ss2::c' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/volatile.c:30:54: style: struct member 'ss2::d' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/volatile.c:118:3: error: Array 't[1]' accessed at index 42, which is out of bounds. [arrayIndexOutOfBounds]
frama-c-Sulfur-20171101/tests/value/volatile.c:118:3: error: Array 't[1]' accessed at index 43, which is out of bounds. [arrayIndexOutOfBounds]
frama-c-Sulfur-20171101/tests/value/volatile.c:117:20: note: Assignment 'v=42', assigned value is 42
frama-c-Sulfur-20171101/tests/value/volatile.c:118:3: note: Array index out of bounds
frama-c-Sulfur-20171101/tests/value/volatilestruct.c:31:0: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
frama-c-Sulfur-20171101/tests/value/volatilestruct.c:8:7: style: struct member 'ss::f3' is never used. [unusedStructMember]
frama-c-Sulfur-20171101/tests/value/volatilestruct.c:28:14: style: Variable 'q1' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/volatilestruct.c:29:13: style: Variable 'q2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/volatilestruct.c:30:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/volatilestruct.c:31:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/volatilestruct.c:33:13: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/volatilestruct.c:34:13: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/wide_string.c:16:0: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/value/wide_string.c:19:0: style: Variable 'wc' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/lib/stubs.c:386:3: portability: Returning an address value in a function with integer return type is not portable. [CastAddressToIntegerAtReturn]
frama-c-Sulfur-20171101/tests/verisec/suite/lib/stubs.c:18:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/lib/stubs.c:39:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/lib/stubs.c:91:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/lib/stubs.c:112:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/lib/stubs.c:169:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/lib/stubs.c:195:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/lib/stubs.c:244:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/MADWiFi/CVE-2006-6332/encode_ie/interproc_bad.c:45:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/MADWiFi/CVE-2006-6332/encode_ie/interproc_bad.c:46:8: style: The scope of the variable 'rsn_leader' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/MADWiFi/CVE-2006-6332/encode_ie/interproc_ok.c:49:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/MADWiFi/CVE-2006-6332/encode_ie/interproc_ok.c:50:8: style: The scope of the variable 'rsn_leader' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/MADWiFi/CVE-2006-6332/giwscan_cb/giwscan_cb_bad.c:6:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/MADWiFi/CVE-2006-6332/giwscan_cb/giwscan_cb_ok.c:6:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob1/bounds_bad.c:7:25: portability: Undefined behaviour, when 'sizeof(pathbuf)' is 12 the pointer arithmetic 'pathbuf+sizeof(pathbuf)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/anyMeta_int_bad.c:45:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/anyMeta_int_bad.c:5:7: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/anyMeta_int_ok.c:5:7: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/anyMeta_ptr_bad.c:47:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/anyMeta_ptr_bad.c:5:9: style: The scope of the variable 'p' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/anyMeta_ptr_bad.c:5:13: style: The scope of the variable 'q' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/anyMeta_ptr_ok.c:5:9: style: The scope of the variable 'p' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/anyMeta_ptr_ok.c:5:13: style: The scope of the variable 'q' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/glob2_int_bad.c:86:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/glob2_int_bad.c:5:7: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/glob2_int_ok.c:5:7: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/glob2_ptr_bad.c:87:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/loop_bad.c:19:25: portability: Undefined behaviour, when 'sizeof(pathbuf)' is 12 the pointer arithmetic 'pathbuf+sizeof(pathbuf)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/noAnyMeta_int_bad.c:38:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/noAnyMeta_ptr_bad.c:40:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/noAnyMeta_ptr_bad.c:5:9: style: The scope of the variable 'p' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/noAnyMeta_ptr_bad.c:5:13: style: The scope of the variable 'q' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/noAnyMeta_ptr_ok.c:5:9: style: The scope of the variable 'p' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob2/noAnyMeta_ptr_ok.c:5:13: style: The scope of the variable 'q' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob3/glob3_int_bad.c:112:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob3/glob3_int_bad.c:26:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob3/glob3_int_ok.c:26:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob3/glob3_ptr_bad.c:113:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob3/glob3_ptr_bad.c:26:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob3/glob3_ptr_ok.c:26:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob3/loop_int_bad.c:32:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/NetBSD-libc/CVE-2006-6652/glob3/loop_ptr_bad.c:32:13: portability: Undefined behaviour, when 'sizeof(A)' is 12 the pointer arithmetic 'A+sizeof(A)' is out of bounds. [pointerOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/complete/parse_config_bad.c:58:8: style: The scope of the variable 'str2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/complete/parse_config_bad.c:63:5: style: Variable 'str2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/complete/parse_config_ok.c:61:8: style: The scope of the variable 'str2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/complete/parse_config_ok.c:66:5: style: Variable 'str2' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullBoth_arr_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullBoth_arr_inlined_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullBoth_arr_inlined_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullBoth_arr_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullEnd_arr_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullEnd_arr_inlined_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullEnd_arr_inlined_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullEnd_arr_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullStart_arr_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullStart_arr_inlined_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullStart_arr_inlined_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripFullStart_arr_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripNone_arr_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripNone_arr_inlined_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripNone_arr_inlined_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripNone_arr_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesBoth_arr_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesBoth_arr_inlined_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesBoth_arr_inlined_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesBoth_arr_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesEnd_arr_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesEnd_arr_inlined_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesEnd_arr_inlined_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesEnd_arr_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesStart_arr_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesStart_arr_inlined_bad.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesStart_arr_inlined_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6749/parse_expression_list/cases2_stripSpacesStart_arr_ok.c:5:0: style: Variable 'apost' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/fetchsms2.c:20:7: style: Unused variable: command [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/fetchsms2.c:25:7: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/fetchsms2.c:25:11: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/fetchsms2.c:26:7: style: Unused variable: clen [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/full_bad.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/full_bad.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/full_ok.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/full_ok.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr2_loops_bad.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr2_loops_bad.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr2_loops_ok.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr2_loops_ok.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_bad.c:8:7: style: Unused variable: end [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_bad.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_bad.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_loops_bad.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_loops_bad.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_loops_ok.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_loops_ok.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_ok.c:8:7: style: Unused variable: end [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_ok.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/istrstr_ok.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_bad.c:16:15: style: Condition 'position==-1' is always false [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_bad.c:15:14: note: Assignment 'position=0', assigned value is 0
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_bad.c:16:15: note: Condition 'position==-1' is always false
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_bad.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_bad.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_ok.c:16:15: style: Condition 'position==-1' is always false [knownConditionTrueFalse]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_ok.c:15:14: note: Assignment 'position=0', assigned value is 0
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_ok.c:16:15: note: Condition 'position==-1' is always false
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_ok.c:9:8: style: Unused variable: foo [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/OpenSER/CVE-2006-6876/fetchsms/loops_ok.c:9:12: style: Unused variable: err [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/SpamAssassin/BID-6679/message_write/loop_bad.c:26:9: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/SpamAssassin/BID-6679/message_write/loop_ok.c:26:9: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/full_bad.c:6:9: style: The scope of the variable 'token' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/full_bad.c:7:7: style: The scope of the variable 'c' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/full_ok.c:6:9: style: The scope of the variable 'token' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/full_ok.c:7:7: style: The scope of the variable 'c' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/full_ptr_bad.c:6:9: style: The scope of the variable 'token' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/full_ptr_bad.c:7:7: style: The scope of the variable 'c' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/full_ptr_ok.c:6:9: style: The scope of the variable 'token' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/full_ptr_ok.c:7:7: style: The scope of the variable 'c' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/simp3_bad.c:6:9: style: The scope of the variable 'token' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/simp3_bad.c:7:7: style: The scope of the variable 'c' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/simp3_ok.c:6:9: style: The scope of the variable 'token' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/simp3_ok.c:7:7: style: The scope of the variable 'c' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/strncmp_bad.c:6:9: style: The scope of the variable 'token' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/strncmp_bad.c:7:7: style: The scope of the variable 'c' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/strncmp_ok.c:6:9: style: The scope of the variable 'token' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/apache/CVE-2006-3747/escape_absolute_uri/strncmp_ok.c:7:7: style: The scope of the variable 'c' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/expands_vars_bad.c:24:3: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/expands_vars_bad.c:78:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/expands_vars_ok.c:25:3: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/expands_vars_ok.c:85:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/simp_bad.c:8:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/simp_bad.c:9:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/simp_bad.c:9:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/simp_bad.c:51:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/simp_ok.c:8:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/simp_ok.c:9:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/simp_ok.c:9:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/simp_ok.c:60:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/two_expands_bad.c:8:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/two_expands_bad.c:9:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/two_expands_bad.c:9:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/two_expands_bad.c:59:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/two_expands_ok.c:8:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/two_expands_ok.c:9:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/two_expands_ok.c:9:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-nxt/two_expands_ok.c:67:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_bad.c:12:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_bad.c:13:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_bad.c:13:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_bad.c:31:3: style: Variable 'origTTL' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_bad.c:77:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_ok.c:12:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_ok.c:13:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_ok.c:13:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_ok.c:31:3: style: Variable 'origTTL' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/both_ok.c:77:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_bad.c:12:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_bad.c:13:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_bad.c:13:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_bad.c:15:8: style: Unused variable: origTTL [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_bad.c:74:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_ok.c:12:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_ok.c:13:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_ok.c:13:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_ok.c:15:8: style: Unused variable: origTTL [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/expand_ok.c:74:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_bad.c:12:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_bad.c:13:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_bad.c:13:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_bad.c:15:8: style: Unused variable: origTTL [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_bad.c:71:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_ok.c:12:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_ok.c:13:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_ok.c:13:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_ok.c:15:8: style: Unused variable: origTTL [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/simp_ok.c:71:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_bad.c:12:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_bad.c:13:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_bad.c:13:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_bad.c:31:3: style: Variable 'origTTL' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_bad.c:74:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_ok.c:12:28: style: Unused variable: rdatap [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_ok.c:13:9: style: Unused variable: class [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_ok.c:13:16: style: Unused variable: type [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_ok.c:31:3: style: Variable 'origTTL' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CA-1999-14/rrextract-sig/vars_ok.c:74:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_bad.c:89:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_bad.c:92:7: note: Found duplicate branches for 'if' and 'else'.
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_bad.c:89:5: note: Found duplicate branches for 'if' and 'else'.
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_bad.c:73:15: style: The scope of the variable 'a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_bad.c:74:15: style: The scope of the variable 'a_type' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_bad.c:75:7: style: The scope of the variable 'print_a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_bad.c:87:14: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_bad.c:86:15: style: Variable 'print_a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_ok.c:73:15: style: The scope of the variable 'a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_ok.c:74:15: style: The scope of the variable 'a_type' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_ok.c:75:7: style: The scope of the variable 'print_a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_ok.c:87:14: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/big_ok.c:86:15: style: Variable 'print_a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:81:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:84:7: note: Found duplicate branches for 'if' and 'else'.
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:81:5: note: Found duplicate branches for 'if' and 'else'.
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:65:15: style: The scope of the variable 'a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:66:15: style: The scope of the variable 'a_type' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:67:7: style: The scope of the variable 'print_a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:79:14: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:78:15: style: Variable 'print_a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:106:22: error: Uninitialized variable: a_rr [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_bad.c:106:29: error: Uninitialized variable: nsdp [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_ok.c:65:15: style: The scope of the variable 'a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_ok.c:66:15: style: The scope of the variable 'a_type' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_ok.c:67:7: style: The scope of the variable 'print_a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_ok.c:79:14: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_ok.c:78:15: style: Variable 'print_a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_ok.c:106:22: error: Uninitialized variable: a_rr [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/med_ok.c:106:29: error: Uninitialized variable: nsdp [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:44:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:47:13: note: Found duplicate branches for 'if' and 'else'.
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:44:11: note: Found duplicate branches for 'if' and 'else'.
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:27:14: style: The scope of the variable 'a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:28:14: style: The scope of the variable 'a_type' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:29:6: style: The scope of the variable 'print_a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:42:20: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:41:21: style: Variable 'print_a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:69:22: error: Uninitialized variable: a_rr [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_bad.c:69:29: error: Uninitialized variable: nsdp [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_ok.c:27:14: style: The scope of the variable 'a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_ok.c:28:14: style: The scope of the variable 'a_type' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_ok.c:29:6: style: The scope of the variable 'print_a' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_ok.c:42:20: style: Variable 'a_type' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_ok.c:41:21: style: Variable 'print_a' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_ok.c:69:22: error: Uninitialized variable: a_rr [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/bind/CVE-2001-0011/nslookupComplain/small_ok.c:69:29: error: Uninitialized variable: nsdp [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/libgd/CVE-2007-0455/gdImageStringFTEx/gd_full_bad.c:22:27: style: The scope of the variable 'res' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/libgd/CVE-2007-0455/gdImageStringFTEx/gd_full_bad.c:30:12: style: The scope of the variable 'n' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/libgd/CVE-2007-0455/gdImageStringFTEx/gd_full_ok.c:22:27: style: The scope of the variable 'res' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/libgd/CVE-2007-0455/gdImageStringFTEx/gd_full_ok.c:30:12: style: The scope of the variable 'n' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/libgd/CVE-2007-0455/gdImageStringFTEx/gd_some_entities_bad.c:16:9: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/libgd/CVE-2007-0455/gdImageStringFTEx/gd_some_entities_bad.c:16:12: style: The scope of the variable 'n' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/libgd/CVE-2007-0455/gdImageStringFTEx/gd_some_entities_ok.c:16:9: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/libgd/CVE-2007-0455/gdImageStringFTEx/gd_some_entities_ok.c:16:12: style: The scope of the variable 'n' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/samba/CVE-2007-0453/_nss_winbind_ipnodes_getbyname/nonsimp_bad.c:21:5: error: Array 'in[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/samba/CVE-2007-0453/_nss_winbind_ipnodes_getbyname/nonsimp_ok.c:21:5: error: Array 'in[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/complete/mime2-bad.c:98:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/complete/mime2-bad.c:146:10: style: The scope of the variable 'fbufp' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/complete/mime2-bad.c:95:0: error: Memory leak: e [memleak]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_one_char_heavy_test_bad.c:44:5: style: Variable 'fbuf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_one_char_heavy_test_ok.c:44:5: style: Variable 'fbuf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_one_char_med_test_bad.c:42:5: style: Variable 'fbuf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_one_char_med_test_ok.c:42:5: style: Variable 'fbuf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_one_char_no_test_bad.c:25:5: style: Variable 'fbuf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_one_char_no_test_ok.c:27:5: style: Variable 'fbuf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_med_test_bad.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_med_test_bad.c:10:15: style: The scope of the variable 'c3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_med_test_ok.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_med_test_ok.c:10:15: style: The scope of the variable 'c3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_bad.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_bad.c:10:15: style: The scope of the variable 'c3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_ok.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_ok.c:10:15: style: The scope of the variable 'c3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_ok.c:24:10: warning: Either the condition 'fb>=2' is redundant, otherwise there is negative array index -1. [negativeIndex]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_ok.c:38:12: note: Assuming that condition 'fb>=2' is not redundant
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_ok.c:37:5: note: fb is incremented, before this increment the value is 1
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_ok.c:31:5: note: fb is incremented, before this increment the value is 0
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_ok.c:25:5: note: fb is incremented, before this increment the value is -1
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_three_chars_no_test_ok.c:24:10: note: Negative array index
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_two_chars_med_test_bad.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_two_chars_med_test_ok.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_two_chars_no_test_bad.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_arr_two_chars_no_test_ok.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_three_chars_med_test_bad.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_three_chars_med_test_bad.c:10:15: style: The scope of the variable 'c3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_three_chars_med_test_ok.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_three_chars_med_test_ok.c:10:15: style: The scope of the variable 'c3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_three_chars_no_test_bad.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_three_chars_no_test_bad.c:10:15: style: The scope of the variable 'c3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_three_chars_no_test_ok.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_three_chars_no_test_ok.c:10:15: style: The scope of the variable 'c3' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_two_chars_med_test_bad.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_two_chars_med_test_ok.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_two_chars_no_test_bad.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0047/mime7to8/mime7to8_ptr_two_chars_no_test_ok.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0206/mime_fromqp/mime_fromqp_arr_bad.c:11:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0206/mime_fromqp/mime_fromqp_arr_ok.c:11:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0206/mime_fromqp/mime_fromqp_ptr_bad.c:12:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-1999-0206/mime_fromqp/mime_fromqp_ptr_ok.c:12:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/complete/tTflag-bad.c:122:6: style: The scope of the variable 'first' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/complete/tTflag-bad.c:122:13: style: The scope of the variable 'last' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/complete/tTflag-bad.c:123:24: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/complete/tTflag-ok.c:122:22: style: The scope of the variable 'first' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/complete/tTflag-ok.c:122:29: style: The scope of the variable 'last' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/complete/tTflag-ok.c:123:24: style: The scope of the variable 'i' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_one_loop_bad.c:6:10: style: The scope of the variable 'j' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_one_loop_bad.c:10:7: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_one_loop_ok.c:6:19: style: The scope of the variable 'j' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_one_loop_ok.c:21:13: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_one_loop_ok.c:10:7: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_two_loops_bad.c:7:17: style: Variable 'in' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_two_loops_bad.c:59:5: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_two_loops_bad.c:16:7: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_two_loops_ok.c:7:17: style: Variable 'in' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_two_loops_ok.c:59:5: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2001-0653/tTflag/tTflag_arr_two_loops_ok.c:16:7: style: Variable 's' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_cast_bad.c:24:1: error: Memory leak: rr_txt [memleak]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_cast_ok.c:13:3: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_cast_ok.c:24:1: error: Memory leak: rr_txt [memleak]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_bad.c:8:18: style: Variable 'p' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_bad.c:23:1: error: Memory leak: rr_txt [memleak]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_bad.c:12:4: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_bad.c:20:29: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_bad.c:22:11: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_ok.c:8:18: style: Variable 'p' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_ok.c:23:1: error: Memory leak: rr_txt [memleak]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_ok.c:12:4: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_ok.c:13:11: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_ok.c:20:29: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-0906/parse_dns_reply/parse_dns_reply_no_cast_ok.c:22:11: error: Uninitialized variable: p [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-1337/close_angle/close-angle_ptr_no_test_bad.c:32:1: style: Label 'out' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-1337/close_angle/close-angle_ptr_no_test_ok.c:31:1: style: Label 'out' is not used. [unusedLabel]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2002-1337/complete/crackaddr_bad.c:528:14: style: Variable 'res_addr' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0161/prescan/prescan_arr_med_test_ok.c:43:9: error: Uninitialized variable: addr [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0161/prescan/prescan_arr_min_test_ok.c:52:9: error: Uninitialized variable: addr [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0681/buildfname/buildfname_arr_one_gecos_bad.c:45:3: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0681/buildfname/buildfname_arr_one_gecos_ok.c:47:3: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0681/buildfname/buildfname_arr_two_gecos_bad.c:45:3: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0681/buildfname/buildfname_arr_two_gecos_ok.c:45:3: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0681/complete/util-bad.c:90:9: style: Variable 'gecos' is not assigned a value. [unassignedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0681/complete/util-bad.c:97:8: error: Uninitialized variable: gecos [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0681/complete/util-bad.c:105:19: error: Uninitialized variable: login [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0681/complete/util-bad.c:95:8: error: Uninitialized variable: buf [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/sendmail/CVE-2003-0681/complete/util-bad.c:121:25: error: Uninitialized variable: login [uninitvar]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_bad.c:8:5: style: The scope of the variable 'linkpath' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_bad.c:10:7: style: The scope of the variable 'len' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_bad.c:26:11: style: The scope of the variable 'userid' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_bad.c:87:7: style: Variable 'workpath' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_ok.c:8:5: style: The scope of the variable 'linkpath' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_ok.c:10:7: style: The scope of the variable 'len' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_ok.c:26:11: style: The scope of the variable 'userid' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_ok.c:87:7: style: Variable 'workpath' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_bad.c:8:5: style: The scope of the variable 'linkpath' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_bad.c:10:7: style: The scope of the variable 'len' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_bad.c:26:11: style: The scope of the variable 'userid' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_bad.c:67:7: style: Variable 'workpath' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_bad.c:12:7: style: Unused variable: ptr [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_ok.c:8:5: style: The scope of the variable 'linkpath' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_ok.c:10:7: style: The scope of the variable 'len' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_ok.c:26:11: style: The scope of the variable 'userid' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_ok.c:67:7: style: Variable 'workpath' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/prefix_simp_ok.c:12:7: style: Unused variable: ptr [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_bad.c:7:5: style: The scope of the variable 'workpath' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_bad.c:8:5: style: The scope of the variable 'linkpath' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_bad.c:9:5: style: The scope of the variable 'namebuf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_bad.c:11:7: style: The scope of the variable 'len' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_bad.c:24:7: style: Variable 'workpath' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_ok.c:7:5: style: The scope of the variable 'workpath' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_ok.c:8:5: style: The scope of the variable 'linkpath' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_ok.c:9:5: style: The scope of the variable 'namebuf' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_ok.c:11:7: style: The scope of the variable 'len' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-linkpath/strcpy_strcat_ok.c:24:7: style: Variable 'workpath' is assigned a value that is never used. [unreadVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_bad.c:26:11: style: The scope of the variable 'userid' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_bad.c:8:5: style: Unused variable: linkpath [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_bad.c:10:7: style: Unused variable: len [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_ok.c:26:11: style: The scope of the variable 'userid' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_ok.c:8:5: style: Unused variable: linkpath [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_ok.c:10:7: style: Unused variable: len [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_simp_bad.c:26:11: style: The scope of the variable 'userid' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_simp_bad.c:8:5: style: Unused variable: linkpath [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_simp_bad.c:10:7: style: Unused variable: len [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_simp_bad.c:12:7: style: Unused variable: ptr [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_simp_ok.c:26:11: style: The scope of the variable 'userid' can be reduced. [variableScope]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_simp_ok.c:8:5: style: Unused variable: linkpath [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_simp_ok.c:10:7: style: Unused variable: len [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-1999-0368/realpath-namebuf/iter_ints_simp_ok.c:12:7: style: Unused variable: ptr [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/almost_simple_bad.c:9:7: style: Unused variable: resultcode [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/almost_simple_bad.c:10:8: style: Unused variable: tmp [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/almost_simple_bad.c:11:10: style: Unused variable: q [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/almost_simple_ok.c:9:7: style: Unused variable: resultcode [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/almost_simple_ok.c:10:8: style: Unused variable: tmp [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/almost_simple_ok.c:11:10: style: Unused variable: q [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/istrrchr_bad.c:9:7: style: Unused variable: resultcode [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/istrrchr_bad.c:10:8: style: Unused variable: tmp [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/istrrchr_ok.c:9:7: style: Unused variable: resultcode [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/istrrchr_ok.c:10:8: style: Unused variable: tmp [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/no_symlinks_bad.c:9:7: style: Unused variable: resultcode [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/no_symlinks_bad.c:10:8: style: Unused variable: tmp [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/no_symlinks_ok.c:9:7: style: Unused variable: resultcode [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/no_symlinks_ok.c:10:8: style: Unused variable: tmp [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/simple_bad.c:8:9: style: Unused variable: p [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/simple_bad.c:8:13: style: Unused variable: q [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/simple_bad.c:9:7: style: Unused variable: resultcode [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/simple_bad.c:10:8: style: Unused variable: tmp [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/simple_ok.c:8:9: style: Unused variable: p [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/simple_ok.c:8:13: style: Unused variable: q [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/simple_ok.c:9:7: style: Unused variable: resultcode [unusedVariable]
frama-c-Sulfur-20171101/tests/verisec/suite/programs/apps/wu-ftpd/CVE-2003-0466/fb_realpath/simple_ok.c:10:8: style: Unused variable: tmp [unusedVariable]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/frame/frame_2.5.0.orig.tar.xz
frame-2.5.0/src/device.h:36:3: style: Struct 'UFBackendDevice_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frame-2.5.0/src/frame.h:37:3: style: Struct 'UFBackendFrame_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frame-2.5.0/src/frame.h:49:3: style: Class 'UFFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frame-2.5.0/src/touch.h:38:3: style: Struct 'UFBackendTouch_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frame-2.5.0/src/touch.h:41:3: style: Struct 'UFBackendTouch_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frame-2.5.0/src/value.cpp:146:29: style: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
frame-2.5.0/src/value.h:57:24: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:146:29: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:153:27: style: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
frame-2.5.0/src/value.h:58:22: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:153:27: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:162:36: style: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
frame-2.5.0/src/value.h:59:31: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:162:36: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:169:35: style: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
frame-2.5.0/src/value.h:60:30: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:169:35: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:176:34: style: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
frame-2.5.0/src/value.h:61:29: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:176:34: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:183:33: style: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
frame-2.5.0/src/value.h:62:28: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:183:33: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:190:32: style: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
frame-2.5.0/src/value.h:63:27: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:190:32: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:197:36: style: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
frame-2.5.0/src/value.h:64:31: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:197:36: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:204:29: style: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
frame-2.5.0/src/value.h:65:24: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/src/value.cpp:204:29: note: Function 'GetValue' argument 1 names different: declaration 'data' definition 'value'.
frame-2.5.0/test/regular/check-static-type-checking.c:25:0: error: #error PASS: C compiler does not support generic selections [preprocessorErrorDirective]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/frameworkintegration/frameworkintegration_5.49.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/francine/francine_0.99.8+orig.orig.tar.gz
francine-0.99.8/src/after_login.c:110:8: style: The scope of the variable 'c' can be reduced. [variableScope]
francine-0.99.8/src/after_login.c:130:9: style: The scope of the variable 'mailbox' can be reduced. [variableScope]
francine-0.99.8/src/after_login.c:180:0: error: Memory leak: mailbox [memleak]
francine-0.99.8/src/after_login.c:114:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
francine-0.99.8/src/authenticated.c:111:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
francine-0.99.8/src/fancy.c:426:11: style: The scope of the variable 'i' can be reduced. [variableScope]
francine-0.99.8/src/fancy.c:367:5: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
francine-0.99.8/src/fancy.c:229:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
francine-0.99.8/src/fancy.c:293:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
francine-0.99.8/src/fancy.c:304:5: error: Memory leak: termname [memleak]
francine-0.99.8/src/fancy.c:245:0: error: Memory leak: theme_config_file [memleak]
francine-0.99.8/src/fancy.c:330:0: error: Memory leak: termname [memleak]
francine-0.99.8/src/fancy.c:306:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
francine-0.99.8/src/fancy.c:316:25: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
francine-0.99.8/src/fancy.c:317:25: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
francine-0.99.8/src/fancy.c:318:25: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
francine-0.99.8/src/fancy.c:319:25: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
francine-0.99.8/src/log_message.c:95:7: style: The scope of the variable 'fmsgid' can be reduced. [variableScope]
francine-0.99.8/src/log_message.c:143:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
francine-0.99.8/src/log_message.c:224:0: error: Resource leak: logging [resourceLeak]
francine-0.99.8/src/login.c:83:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
francine-0.99.8/src/login_permissions.c:103:9: style: The scope of the variable 'securetty' can be reduced. [variableScope]
francine-0.99.8/src/login_permissions.c:104:8: style: The scope of the variable 'line' can be reduced. [variableScope]
francine-0.99.8/src/login_permissions.c:105:8: style: The scope of the variable 'linec' can be reduced. [variableScope]
francine-0.99.8/src/login_permissions.c:106:8: style: The scope of the variable 'tty' can be reduced. [variableScope]
francine-0.99.8/src/login_permissions.c:110:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
francine-0.99.8/src/login_permissions.c:127:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
francine-0.99.8/src/md5crypt.c:419:21: style: Same expression on both sides of '&&'. [duplicateExpression]
francine-0.99.8/src/md5crypt.c:101:12: style: The scope of the variable 't' can be reduced. [variableScope]
francine-0.99.8/src/md5crypt.c:123:28: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
francine-0.99.8/src/md5crypt.c:84:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
francine-0.99.8/src/md5crypt.c:123:28: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
francine-0.99.8/src/md5crypt.c:142:30: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
francine-0.99.8/src/md5crypt.c:85:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
francine-0.99.8/src/md5crypt.c:142:30: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
francine-0.99.8/src/md5crypt.c:198:55: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
francine-0.99.8/src/md5crypt.c:87:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
francine-0.99.8/src/md5crypt.c:198:55: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
francine-0.99.8/src/pam_login.c:119:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
francine-0.99.8/src/pam_login.c:118:3: note: Variable 'rc' is reassigned a value before the old one has been used.
francine-0.99.8/src/pam_login.c:119:3: note: Variable 'rc' is reassigned a value before the old one has been used.
francine-0.99.8/src/speech.c:12:10: style: The scope of the variable 'f' can be reduced. [variableScope]
francine-0.99.8/src/system_logon.c:74:9: style: The scope of the variable 'line' can be reduced. [variableScope]
francine-0.99.8/src/system_logon.c:241:15: style: Unused variable: utmpentry [unusedVariable]
francine-0.99.8/src/system_logon.c:241:26: style: Unused variable: failentry [unusedVariable]
francine-0.99.8/src/system_logon.c:204:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
francine-0.99.8/src/system_logon.c:262:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
francine-0.99.8/src/system_logon.c:334:0: error: Memory leak: login_shell [memleak]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/fraqtive/fraqtive_0.4.8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/free42-nologo/free42-nologo_1.4.77.orig.tar.gz
free42-nologo-1.4.77/common/bcdfloat.h:314:47: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdfloat.h:315:47: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdfloat.h:316:44: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdfloat.h:180:5: style: Struct 'BCDFloat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat.h:181:5: style: Struct 'BCDFloat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat.h:193:5: style: Struct 'BCDFloat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat.h:194:5: style: Struct 'BCDFloat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat.h:195:5: style: Struct 'BCDFloat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat.h:201:5: style: Struct 'BCDFloat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat2.h:41:5: style: Struct 'BCDFloat2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat2.h:54:5: style: Struct 'BCDFloat2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat2.h:60:5: style: Struct 'BCDFloat2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat2.h:62:5: style: Struct 'BCDFloat2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcd.h:34:5: style: Struct 'BCD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcd.h:35:5: style: Struct 'BCD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcd.h:36:5: style: Struct 'BCD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcd.h:37:5: style: Struct 'BCD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcd2.h:34:5: style: Struct 'BCD2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcd2.h:35:5: style: Struct 'BCD2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcd2.h:37:5: style: Struct 'BCD2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcd2.h:39:5: style: Struct 'BCD2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcd2.h:40:5: style: Struct 'BCD2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
free42-nologo-1.4.77/common/bcdfloat.cc:176:10: style: The scope of the variable 'neg' can be reduced. [variableScope]
free42-nologo-1.4.77/common/bcdfloat.cc:488:14: style: The scope of the variable 'u' can be reduced. [variableScope]
free42-nologo-1.4.77/common/bcdfloat.cc:836:9: style: The scope of the variable 'i' can be reduced. [variableScope]
free42-nologo-1.4.77/common/bcdfloat.cc:837:9: style: The scope of the variable 'j' can be reduced. [variableScope]
free42-nologo-1.4.77/common/bcdfloat.cc:838:9: style: The scope of the variable 'e' can be reduced. [variableScope]
free42-nologo-1.4.77/common/bcdfloat.cc:880:10: style: The scope of the variable 'eneg' can be reduced. [variableScope]
free42-nologo-1.4.77/common/bcdfloat.cc:1226:10: style: The scope of the variable 'q' can be reduced. [variableScope]
free42-nologo-1.4.77/common/bcdfloat.cc:1501:10: style: The scope of the variable 'u' can be reduced. [variableScope]
free42-nologo-1.4.77/common/bcdfloat.cc:1214:50: style: Function 'sqrt' argument 2 names different: declaration 'ra' definition 'r'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/bcdfloat.h:256:59: note: Function 'sqrt' argument 2 names different: declaration 'ra' definition 'r'.
free42-nologo-1.4.77/common/bcdfloat.cc:1214:50: note: Function 'sqrt' argument 2 names different: declaration 'ra' definition 'r'.
free42-nologo-1.4.77/common/bcdfloat.cc:261:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
free42-nologo-1.4.77/common/bcdfloat2.cc:109:53: style: Function 'sqrt' argument 2 names different: declaration 'ra' definition 'r'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/bcdfloat2.h:135:61: note: Function 'sqrt' argument 2 names different: declaration 'ra' definition 'r'.
free42-nologo-1.4.77/common/bcdfloat2.cc:109:53: note: Function 'sqrt' argument 2 names different: declaration 'ra' definition 'r'.
free42-nologo-1.4.77/common/bcdmath.cc:261:14: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:267:14: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:306:13: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:335:13: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:394:18: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:399:23: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:400:23: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:425:22: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:426:22: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:432:22: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:433:22: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:559:15: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:644:13: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:709:16: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:722:20: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:730:15: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:735:15: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:746:20: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:747:19: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:762:24: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:763:20: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:779:25: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:802:19: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:835:21: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:849:19: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:855:22: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:958:15: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:1113:13: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:1138:24: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:1148:13: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:1179:16: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:1229:18: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:1247:24: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/common/bcdmath.cc:976:9: style: The scope of the variable 'excess' can be reduced. [variableScope]
free42-nologo-1.4.77/common/bcdmath.cc:1139:40: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
free42-nologo-1.4.77/common/bcdmath.cc:1249:16: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
free42-nologo-1.4.77/common/core_commands1.cc:673:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands1.cc:1177:6: style: The scope of the variable 'neg' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands1.cc:1178:9: style: The scope of the variable 'scale' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands2.cc:583:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands2.cc:1133:13: style: Variable 'dispmode' is assigned a value that is never used. [unreadVariable]
free42-nologo-1.4.77/common/core_commands2.cc:1141:9: style: Variable 'digits' is assigned a value that is never used. [unreadVariable]
free42-nologo-1.4.77/common/core_commands3.cc:370:28: style: The scope of the variable 'j' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands3.cc:371:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands3.cc:593:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands3.cc:1360:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands5.cc:697:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands5.cc:747:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands5.cc:767:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands5.cc:890:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_commands5.cc:294:9: style: struct member 'model_struct::valid' is never used. [unusedStructMember]
free42-nologo-1.4.77/common/core_display.cc:2596:17: style: The scope of the variable 'i' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_display.cc:1687:25: style: Redundant pointer operation on 'd' - it's already a pointer. [redundantPointerOp]
free42-nologo-1.4.77/common/core_display.cc:1688:21: style: Redundant pointer operation on 'd' - it's already a pointer. [redundantPointerOp]
free42-nologo-1.4.77/common/core_display.cc:2391:27: style: Function 'set_catalog_menu' argument 1 names different: declaration 'direction' definition 'section'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_display.h:73:27: note: Function 'set_catalog_menu' argument 1 names different: declaration 'direction' definition 'section'.
free42-nologo-1.4.77/common/core_display.cc:2391:27: note: Function 'set_catalog_menu' argument 1 names different: declaration 'direction' definition 'section'.
free42-nologo-1.4.77/common/core_display.cc:1029:64: error: Uninitialized variable: cmd [uninitvar]
free42-nologo-1.4.77/common/core_display.cc:1280:29: error: Uninitialized variable: arg [uninitvar]
free42-nologo-1.4.77/common/core_globals.cc:1003:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
free42-nologo-1.4.77/common/core_globals.cc:1658:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
free42-nologo-1.4.77/common/core_globals.cc:1951:25: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
free42-nologo-1.4.77/common/core_globals.cc:2967:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
free42-nologo-1.4.77/common/core_globals.cc:1689:10: style: The scope of the variable 'pc' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_globals.cc:1558:28: style: Function 'get_command_length' argument 1 names different: declaration 'prgm' definition 'prgm_index'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_globals.h:522:28: note: Function 'get_command_length' argument 1 names different: declaration 'prgm' definition 'prgm_index'.
free42-nologo-1.4.77/common/core_globals.cc:1558:28: note: Function 'get_command_length' argument 1 names different: declaration 'prgm' definition 'prgm_index'.
free42-nologo-1.4.77/common/core_globals.cc:2167:29: style: Function 'read_bool' argument 1 names different: declaration 'n' definition 'b'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_globals.cc:696:29: note: Function 'read_bool' argument 1 names different: declaration 'n' definition 'b'.
free42-nologo-1.4.77/common/core_globals.cc:2167:29: note: Function 'read_bool' argument 1 names different: declaration 'n' definition 'b'.
free42-nologo-1.4.77/common/core_globals.cc:2181:29: style: Function 'write_bool' argument 1 names different: declaration 'n' definition 'b'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_globals.cc:697:29: note: Function 'write_bool' argument 1 names different: declaration 'n' definition 'b'.
free42-nologo-1.4.77/common/core_globals.cc:2181:29: note: Function 'write_bool' argument 1 names different: declaration 'n' definition 'b'.
free42-nologo-1.4.77/common/core_globals.cc:2216:22: style: Function 'load_state' argument 1 names different: declaration 'version' definition 'ver'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_globals.h:539:22: note: Function 'load_state' argument 1 names different: declaration 'version' definition 'ver'.
free42-nologo-1.4.77/common/core_globals.cc:2216:22: note: Function 'load_state' argument 1 names different: declaration 'version' definition 'ver'.
free42-nologo-1.4.77/common/core_globals.cc:949:10: error: Uninitialized struct member: mp.rows [uninitStructMember]
free42-nologo-1.4.77/common/core_globals.cc:959:20: error: Uninitialized struct member: mp.rows [uninitStructMember]
free42-nologo-1.4.77/common/core_globals.cc:961:14: error: Uninitialized struct member: mp.rows [uninitStructMember]
free42-nologo-1.4.77/common/core_globals.cc:951:56: error: Uninitialized struct member: mp.columns [uninitStructMember]
free42-nologo-1.4.77/common/core_globals.cc:962:78: error: Uninitialized struct member: mp.columns [uninitStructMember]
free42-nologo-1.4.77/common/core_globals.cc:1045:10: error: Uninitialized struct member: mp.rows [uninitStructMember]
free42-nologo-1.4.77/common/core_globals.cc:1055:20: error: Uninitialized struct member: mp.rows [uninitStructMember]
free42-nologo-1.4.77/common/core_globals.cc:1057:14: error: Uninitialized struct member: mp.rows [uninitStructMember]
free42-nologo-1.4.77/common/core_globals.cc:1047:56: error: Uninitialized struct member: mp.columns [uninitStructMember]
free42-nologo-1.4.77/common/core_globals.cc:1059:33: error: Uninitialized struct member: mp.columns [uninitStructMember]
free42-nologo-1.4.77/common/core_helpers.cc:48:21: style: Redundant pointer operation on 'd' - it's already a pointer. [redundantPointerOp]
free42-nologo-1.4.77/common/core_helpers.cc:49:23: style: Redundant pointer operation on 'd' - it's already a pointer. [redundantPointerOp]
free42-nologo-1.4.77/common/core_helpers.cc:50:23: style: Redundant pointer operation on 'd' - it's already a pointer. [redundantPointerOp]
free42-nologo-1.4.77/common/core_keydown.cc:1439:10: style: The scope of the variable 'i' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_main.cc:2229:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_main.cc:2315:9: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_main.cc:53:20: style: Function 'core_init' argument 1 names different: declaration 'read_state' definition 'read_saved_state'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_main.h:38:20: note: Function 'core_init' argument 1 names different: declaration 'read_state' definition 'read_saved_state'.
free42-nologo-1.4.77/common/core_main.cc:53:20: note: Function 'core_init' argument 1 names different: declaration 'read_state' definition 'read_saved_state'.
free42-nologo-1.4.77/common/core_main.cc:2026:29: style: Function 'core_paste' argument 1 names different: declaration 's' definition 'buf'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_main.h:315:29: note: Function 'core_paste' argument 1 names different: declaration 's' definition 'buf'.
free42-nologo-1.4.77/common/core_main.cc:2026:29: note: Function 'core_paste' argument 1 names different: declaration 's' definition 'buf'.
free42-nologo-1.4.77/common/core_math2.cc:468:23: style: Function 'math_gamma' argument 1 names different: declaration 'x' definition 'phx'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_math2.h:27:23: note: Function 'math_gamma' argument 1 names different: declaration 'x' definition 'phx'.
free42-nologo-1.4.77/common/core_math2.cc:468:23: note: Function 'math_gamma' argument 1 names different: declaration 'x' definition 'phx'.
free42-nologo-1.4.77/common/core_math2.cc:468:36: style: Function 'math_gamma' argument 2 names different: declaration 'gamma' definition 'phgamma'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_math2.h:27:34: note: Function 'math_gamma' argument 2 names different: declaration 'gamma' definition 'phgamma'.
free42-nologo-1.4.77/common/core_math2.cc:468:36: note: Function 'math_gamma' argument 2 names different: declaration 'gamma' definition 'phgamma'.
free42-nologo-1.4.77/common/core_phloat.cc:1512:11: style: Same expression on both sides of '/' because the value of '0' and 'zero' are the same. [duplicateExpression]
free42-nologo-1.4.77/common/core_phloat.cc:1503:19: note: 'zero' is assigned value '0' here.
free42-nologo-1.4.77/common/core_phloat.cc:1512:11: note: Same expression on both sides of '/' because the value of '0' and 'zero' are the same.
free42-nologo-1.4.77/common/core_phloat.cc:755:9: style: The scope of the variable 'carry' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_phloat.cc:1552:26: style: Function 'phloat2string' argument 1 names different: declaration 'd' definition 'pd'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_phloat.h:164:26: note: Function 'phloat2string' argument 1 names different: declaration 'd' definition 'pd'.
free42-nologo-1.4.77/common/core_phloat.cc:1552:26: note: Function 'phloat2string' argument 1 names different: declaration 'd' definition 'pd'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:251:9: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:439:10: style: The scope of the variable 're' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:439:14: style: The scope of the variable 'im' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:645:10: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:673:10: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:727:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:754:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:810:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:839:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:869:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:896:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:926:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:957:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:993:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:1017:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:1043:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:1075:11: style: The scope of the variable 'error' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_sto_rcl.cc:397:7: style: Redundant pointer operation on 'ds' - it's already a pointer. [redundantPointerOp]
free42-nologo-1.4.77/common/core_sto_rcl.cc:399:4: style: Redundant pointer operation on 'ds' - it's already a pointer. [redundantPointerOp]
free42-nologo-1.4.77/common/core_sto_rcl.cc:57:32: style: Function 'generic_div' argument 1 names different: declaration 'x' definition 'px'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:53:32: note: Function 'generic_div' argument 1 names different: declaration 'x' definition 'px'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:57:32: note: Function 'generic_div' argument 1 names different: declaration 'x' definition 'px'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:57:51: style: Function 'generic_div' argument 2 names different: declaration 'y' definition 'py'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:53:50: note: Function 'generic_div' argument 2 names different: declaration 'y' definition 'py'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:57:51: note: Function 'generic_div' argument 2 names different: declaration 'y' definition 'py'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:72:32: style: Function 'generic_mul' argument 1 names different: declaration 'x' definition 'px'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:55:32: note: Function 'generic_mul' argument 1 names different: declaration 'x' definition 'px'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:72:32: note: Function 'generic_mul' argument 1 names different: declaration 'x' definition 'px'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:72:51: style: Function 'generic_mul' argument 2 names different: declaration 'y' definition 'py'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:55:50: note: Function 'generic_mul' argument 2 names different: declaration 'y' definition 'py'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:72:51: note: Function 'generic_mul' argument 2 names different: declaration 'y' definition 'py'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:87:32: style: Function 'generic_sub' argument 1 names different: declaration 'x' definition 'px'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:57:32: note: Function 'generic_sub' argument 1 names different: declaration 'x' definition 'px'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:87:32: note: Function 'generic_sub' argument 1 names different: declaration 'x' definition 'px'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:87:51: style: Function 'generic_sub' argument 2 names different: declaration 'y' definition 'py'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:57:50: note: Function 'generic_sub' argument 2 names different: declaration 'y' definition 'py'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:87:51: note: Function 'generic_sub' argument 2 names different: declaration 'y' definition 'py'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:87:65: style: Function 'generic_sub' argument 3 names different: declaration 'res' definition 'dst'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:57:63: note: Function 'generic_sub' argument 3 names different: declaration 'res' definition 'dst'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:87:65: note: Function 'generic_sub' argument 3 names different: declaration 'res' definition 'dst'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:169:32: style: Function 'generic_add' argument 1 names different: declaration 'x' definition 'px'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:58:32: note: Function 'generic_add' argument 1 names different: declaration 'x' definition 'px'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:169:32: note: Function 'generic_add' argument 1 names different: declaration 'x' definition 'px'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:169:51: style: Function 'generic_add' argument 2 names different: declaration 'y' definition 'py'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:58:50: note: Function 'generic_add' argument 2 names different: declaration 'y' definition 'py'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:169:51: note: Function 'generic_add' argument 2 names different: declaration 'y' definition 'py'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:169:65: style: Function 'generic_add' argument 3 names different: declaration 'res' definition 'dst'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_sto_rcl.h:58:63: note: Function 'generic_add' argument 3 names different: declaration 'res' definition 'dst'.
free42-nologo-1.4.77/common/core_sto_rcl.cc:169:65: note: Function 'generic_add' argument 3 names different: declaration 'res' definition 'dst'.
free42-nologo-1.4.77/common/core_variables.cc:396:9: style: The scope of the variable 'i' can be reduced. [variableScope]
free42-nologo-1.4.77/common/core_variables.cc:86:33: style: Function 'new_string' argument 1 names different: declaration 's' definition 'text'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_variables.h:25:33: note: Function 'new_string' argument 1 names different: declaration 's' definition 'text'.
free42-nologo-1.4.77/common/core_variables.cc:86:33: note: Function 'new_string' argument 1 names different: declaration 's' definition 'text'.
free42-nologo-1.4.77/common/core_variables.cc:86:43: style: Function 'new_string' argument 2 names different: declaration 'slen' definition 'length'. [funcArgNamesDifferent]
free42-nologo-1.4.77/common/core_variables.h:25:40: note: Function 'new_string' argument 2 names different: declaration 'slen' definition 'length'.
free42-nologo-1.4.77/common/core_variables.cc:86:43: note: Function 'new_string' argument 2 names different: declaration 'slen' definition 'length'.
free42-nologo-1.4.77/common/core_variables.cc:400:6: error: Common realloc mistake: 'vars' nulled but not freed upon failure [memleakOnRealloc]
free42-nologo-1.4.77/common/keymap2cc.cc:92:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
free42-nologo-1.4.77/common/shell_spool.cc:29:19: style: The scope of the variable 'c' can be reduced. [variableScope]
free42-nologo-1.4.77/common/skin2cc.cc:163:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
free42-nologo-1.4.77/common/skin2cc.cc:219:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
free42-nologo-1.4.77/gtk/audio_alsa.cc:318:21: style: The scope of the variable 'err' can be reduced. [variableScope]
free42-nologo-1.4.77/gtk/audio_alsa.cc:318:26: style: The scope of the variable 'x' can be reduced. [variableScope]
free42-nologo-1.4.77/gtk/audio_alsa.cc:319:20: style: The scope of the variable 'p' can be reduced. [variableScope]
free42-nologo-1.4.77/gtk/shell_main.cc:2227:17: error: Array 'print_gif_name[256]' accessed at index 990, which is out of bounds. [arrayIndexOutOfBounds]
free42-nologo-1.4.77/gtk/shell_main.cc:2226:7: note: Assignment 'p=990', assigned value is 990
free42-nologo-1.4.77/gtk/shell_main.cc:2227:17: note: Array index out of bounds
free42-nologo-1.4.77/gtk/shell_main.cc:2062:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
free42-nologo-1.4.77/gtk/shell_main.cc:2062:9: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
free42-nologo-1.4.77/gtk/shell_main.cc:1249:30: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/gtk/shell_main.cc:2103:31: style: C-style pointer casting [cstyleCast]
free42-nologo-1.4.77/gtk/shell_main.cc:1640:10: style: The scope of the variable 'i' can be reduced. [variableScope]
free42-nologo-1.4.77/gtk/shell_main.cc:771:35: style: Function 'read_shell_state' argument 1 names different: declaration 'version' definition 'ver'. [funcArgNamesDifferent]
free42-nologo-1.4.77/gtk/shell_main.cc:133:35: note: Function 'read_shell_state' argument 1 names different: declaration 'version' definition 'ver'.
free42-nologo-1.4.77/gtk/shell_main.cc:771:35: note: Function 'read_shell_state' argument 1 names different: declaration 'version' definition 'ver'.
free42-nologo-1.4.77/gtk/shell_main.cc:2227:17: error: Array 'print_gif_name[256]' accessed at index 990, which is out of bounds. [arrayIndexOutOfBounds]
free42-nologo-1.4.77/gtk/shell_main.cc:890:2: error: Used file that is not opened. [useClosedFile]
free42-nologo-1.4.77/gtk/shell_main.cc:731:6: error: Common realloc mistake: 'keymap' nulled but not freed upon failure [memleakOnRealloc]
free42-nologo-1.4.77/gtk/shell_skin.cc:574:52: style: Function 'skin_find_key' argument 4 names different: declaration 'key' definition 'skey'. [funcArgNamesDifferent]
free42-nologo-1.4.77/gtk/shell_skin.h:44:52: note: Function 'skin_find_key' argument 4 names different: declaration 'key' definition 'skey'.
free42-nologo-1.4.77/gtk/shell_skin.cc:574:52: note: Function 'skin_find_key' argument 4 names different: declaration 'key' definition 'skey'.
free42-nologo-1.4.77/gtk/shell_skin.cc:574:63: style: Function 'skin_find_key' argument 5 names different: declaration 'code' definition 'ckey'. [funcArgNamesDifferent]
free42-nologo-1.4.77/gtk/shell_skin.h:44:62: note: Function 'skin_find_key' argument 5 names different: declaration 'code' definition 'ckey'.
free42-nologo-1.4.77/gtk/shell_skin.cc:574:63: note: Function 'skin_find_key' argument 5 names different: declaration 'code' definition 'ckey'.
free42-nologo-1.4.77/gtk/shell_skin.cc:348:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/freealchemist/freealchemist_0.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/freealut/freealut_1.1.0.orig.tar.gz
freealut-1.1.0/src/alutInputStream.c:16:0: error: #error No stat-like function on this platform [preprocessorErrorDirective]
freealut-1.1.0/src/alutUtil.c:11:0: error: #error No way to sleep on this platform [preprocessorErrorDirective]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/freebayes/freebayes_1.2.0.orig.tar.gz
freebayes-1.2.0/src/multichoose.h:43:11: style: The scope of the variable 'j_1' can be reduced. [variableScope]
freebayes-1.2.0/src/Allele.cpp:637:17: style: The scope of the variable 'altbase' can be reduced. [variableScope]
freebayes-1.2.0/src/Allele.cpp:459:33: style: Function 'equivalent' argument 1 names different: declaration 'a' definition 'b'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Allele.h:239:29: note: Function 'equivalent' argument 1 names different: declaration 'a' definition 'b'.
freebayes-1.2.0/src/Allele.cpp:459:33: note: Function 'equivalent' argument 1 names different: declaration 'a' definition 'b'.
freebayes-1.2.0/src/Allele.cpp:679:70: style: Function 'groupAlleles' argument 1 names different: declaration 'alleles' definition 'sampleGroups'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Allele.h:376:70: note: Function 'groupAlleles' argument 1 names different: declaration 'alleles' definition 'sampleGroups'.
freebayes-1.2.0/src/Allele.cpp:679:70: note: Function 'groupAlleles' argument 1 names different: declaration 'alleles' definition 'sampleGroups'.
freebayes-1.2.0/src/Allele.cpp:898:65: style: Function 'genotypeAllele' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Allele.h:385:70: note: Function 'genotypeAllele' argument 3 names different: declaration 'length' definition 'len'.
freebayes-1.2.0/src/Allele.cpp:898:65: note: Function 'genotypeAllele' argument 3 names different: declaration 'length' definition 'len'.
freebayes-1.2.0/src/Allele.cpp:898:110: style: Function 'genotypeAllele' argument 6 names different: declaration 'position' definition 'pos'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Allele.h:385:131: note: Function 'genotypeAllele' argument 6 names different: declaration 'position' definition 'pos'.
freebayes-1.2.0/src/Allele.cpp:898:110: note: Function 'genotypeAllele' argument 6 names different: declaration 'position' definition 'pos'.
freebayes-1.2.0/src/Allele.cpp:1087:37: style: Function 'subtract' argument 5 names different: declaration 'cigarstart' definition 'cigarStart'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Allele.h:290:41: note: Function 'subtract' argument 5 names different: declaration 'cigarstart' definition 'cigarStart'.
freebayes-1.2.0/src/Allele.cpp:1087:37: note: Function 'subtract' argument 5 names different: declaration 'cigarstart' definition 'cigarStart'.
freebayes-1.2.0/src/Allele.cpp:1088:37: style: Function 'subtract' argument 6 names different: declaration 'cigarend' definition 'cigarEnd'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Allele.h:291:41: note: Function 'subtract' argument 6 names different: declaration 'cigarend' definition 'cigarEnd'.
freebayes-1.2.0/src/Allele.cpp:1088:37: note: Function 'subtract' argument 6 names different: declaration 'cigarend' definition 'cigarEnd'.
freebayes-1.2.0/src/Allele.cpp:1451:40: style: Function 'mergeAllele' argument 1 names different: declaration 'allele' definition 'newAllele'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Allele.h:308:36: note: Function 'mergeAllele' argument 1 names different: declaration 'allele' definition 'newAllele'.
freebayes-1.2.0/src/Allele.cpp:1451:40: note: Function 'mergeAllele' argument 1 names different: declaration 'allele' definition 'newAllele'.
freebayes-1.2.0/src/Allele.cpp:913:24: style: Variable 'allowed' is assigned a value that is never used. [unreadVariable]
freebayes-1.2.0/src/Allele.cpp:330:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freebayes-1.2.0/src/Allele.h:109:12: style: Member variable 'Allele::alternateSequence' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Allele.h:179:11: note: Member variable 'Allele::alternateSequence' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:109:12: note: Member variable 'Allele::alternateSequence' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:122:12: style: Member variable 'Allele::readGroupID' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Allele.h:182:11: note: Member variable 'Allele::readGroupID' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:122:12: note: Member variable 'Allele::readGroupID' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:110:12: style: Member variable 'Allele::sequencingTechnology' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Allele.h:183:11: note: Member variable 'Allele::sequencingTechnology' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:110:12: note: Member variable 'Allele::sequencingTechnology' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:130:12: style: Member variable 'Allele::readMismatchRate' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Allele.h:194:11: note: Member variable 'Allele::readMismatchRate' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:130:12: note: Member variable 'Allele::readMismatchRate' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:111:10: style: Member variable 'Allele::position' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Allele.h:225:11: note: Member variable 'Allele::position' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:111:10: note: Member variable 'Allele::position' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:130:12: style: Member variable 'Allele::readMismatchRate' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Allele.h:227:11: note: Member variable 'Allele::readMismatchRate' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:130:12: note: Member variable 'Allele::readMismatchRate' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:137:10: style: Member variable 'Allele::processed' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Allele.h:232:11: note: Member variable 'Allele::processed' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:137:10: note: Member variable 'Allele::processed' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Allele.h:239:10: style: Technically the member function 'Allele::equivalent' can be const. [functionConst]
freebayes-1.2.0/src/Allele.cpp:459:14: note: Technically the member function 'Allele::equivalent' can be const.
freebayes-1.2.0/src/Allele.h:239:10: note: Technically the member function 'Allele::equivalent' can be const.
freebayes-1.2.0/src/Allele.h:257:10: style: Technically the member function 'Allele::sameSample' can be const. [functionConst]
freebayes-1.2.0/src/Allele.cpp:842:14: note: Technically the member function 'Allele::sameSample' can be const.
freebayes-1.2.0/src/Allele.h:257:10: note: Technically the member function 'Allele::sameSample' can be const.
freebayes-1.2.0/src/Allele.h:311:9: style: Technically the member function 'Allele::bpLeft' can be const. [functionConst]
freebayes-1.2.0/src/Allele.cpp:18:13: note: Technically the member function 'Allele::bpLeft' can be const.
freebayes-1.2.0/src/Allele.h:311:9: note: Technically the member function 'Allele::bpLeft' can be const.
freebayes-1.2.0/src/Allele.h:312:9: style: Technically the member function 'Allele::bpRight' can be const. [functionConst]
freebayes-1.2.0/src/Allele.cpp:22:13: note: Technically the member function 'Allele::bpRight' can be const.
freebayes-1.2.0/src/Allele.h:312:9: note: Technically the member function 'Allele::bpRight' can be const.
freebayes-1.2.0/src/Allele.h:320:10: style: Technically the member function 'AllelePairIntCompare::operator()' can be const. [functionConst]
freebayes-1.2.0/src/Allele.h:327:10: style: Technically the member function 'AllelePositionCompare::operator()' can be const. [functionConst]
freebayes-1.2.0/src/Utility.h:131:43: performance: Function parameter 'source' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Utility.h:131:69: performance: Function parameter 'target' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Allele.h:153:19: performance: Function parameter 'alt' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Allele.h:165:19: performance: Function parameter 'cigarstr' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Allele.h:211:12: performance: Function parameter 'alt' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Allele.h:214:12: performance: Function parameter 'cigarStr' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Allele.cpp:931:59: performance: Function parameter 'base' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Allele.cpp:942:48: performance: Function parameter 'base' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Allele.cpp:954:44: performance: Function parameter 'refbase' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Allele.cpp:954:60: performance: Function parameter 'altbase' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/AlleleParser.cpp:3047:14: style: The scope of the variable 'dividedIndel' can be reduced. [variableScope]
freebayes-1.2.0/src/AlleleParser.cpp:3449:21: style: The scope of the variable 'aptr' can be reduced. [variableScope]
freebayes-1.2.0/src/AlleleParser.cpp:625:74: style: Function 'loadNextPositionWithAlignmentOrInputVariant' argument 1 names different: declaration 'currentAlignment' definition 'alignment'. [funcArgNamesDifferent]
freebayes-1.2.0/src/AlleleParser.h:207:64: note: Function 'loadNextPositionWithAlignmentOrInputVariant' argument 1 names different: declaration 'currentAlignment' definition 'alignment'.
freebayes-1.2.0/src/AlleleParser.cpp:625:74: note: Function 'loadNextPositionWithAlignmentOrInputVariant' argument 1 names different: declaration 'currentAlignment' definition 'alignment'.
freebayes-1.2.0/src/AlleleParser.cpp:953:43: style: Function 'referenceSubstr' argument 1 names different: declaration 'position' definition 'pos'. [funcArgNamesDifferent]
freebayes-1.2.0/src/AlleleParser.h:238:33: note: Function 'referenceSubstr' argument 1 names different: declaration 'position' definition 'pos'.
freebayes-1.2.0/src/AlleleParser.cpp:953:43: note: Function 'referenceSubstr' argument 1 names different: declaration 'position' definition 'pos'.
freebayes-1.2.0/src/AlleleParser.cpp:953:65: style: Function 'referenceSubstr' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
freebayes-1.2.0/src/AlleleParser.h:238:60: note: Function 'referenceSubstr' argument 2 names different: declaration 'length' definition 'len'.
freebayes-1.2.0/src/AlleleParser.cpp:953:65: note: Function 'referenceSubstr' argument 2 names different: declaration 'length' definition 'len'.
freebayes-1.2.0/src/AlleleParser.cpp:987:44: style: Function 'addAllele' argument 1 names different: declaration 'allele' definition 'newAllele'. [funcArgNamesDifferent]
freebayes-1.2.0/src/AlleleParser.h:77:27: note: Function 'addAllele' argument 1 names different: declaration 'allele' definition 'newAllele'.
freebayes-1.2.0/src/AlleleParser.cpp:987:44: note: Function 'addAllele' argument 1 names different: declaration 'allele' definition 'newAllele'.
freebayes-1.2.0/src/AlleleParser.cpp:2911:44: style: Function 'fitHaplotype' argument 1 names different: declaration 'pos' definition 'haplotypeStart'. [funcArgNamesDifferent]
freebayes-1.2.0/src/AlleleParser.h:79:27: note: Function 'fitHaplotype' argument 1 names different: declaration 'pos' definition 'haplotypeStart'.
freebayes-1.2.0/src/AlleleParser.cpp:2911:44: note: Function 'fitHaplotype' argument 1 names different: declaration 'pos' definition 'haplotypeStart'.
freebayes-1.2.0/src/AlleleParser.cpp:3087:14: style: Function 'buildHaplotypeAlleles' argument 2 names different: declaration 'allelesBySample' definition 'samples'. [funcArgNamesDifferent]
freebayes-1.2.0/src/AlleleParser.h:278:41: note: Function 'buildHaplotypeAlleles' argument 2 names different: declaration 'allelesBySample' definition 'samples'.
freebayes-1.2.0/src/AlleleParser.cpp:3087:14: note: Function 'buildHaplotypeAlleles' argument 2 names different: declaration 'allelesBySample' definition 'samples'.
freebayes-1.2.0/src/AlleleParser.cpp:3535:44: style: Function 'getNextAlleles' argument 1 names different: declaration 'allelesBySample' definition 'samples'. [funcArgNamesDifferent]
freebayes-1.2.0/src/AlleleParser.h:273:34: note: Function 'getNextAlleles' argument 1 names different: declaration 'allelesBySample' definition 'samples'.
freebayes-1.2.0/src/AlleleParser.cpp:3535:44: note: Function 'getNextAlleles' argument 1 names different: declaration 'allelesBySample' definition 'samples'.
freebayes-1.2.0/src/AlleleParser.cpp:3553:40: style: Function 'getAlleles' argument 1 names different: declaration 'allelesBySample' definition 'samples'. [funcArgNamesDifferent]
freebayes-1.2.0/src/AlleleParser.h:284:30: note: Function 'getAlleles' argument 1 names different: declaration 'allelesBySample' definition 'samples'.
freebayes-1.2.0/src/AlleleParser.cpp:3553:40: note: Function 'getAlleles' argument 1 names different: declaration 'allelesBySample' definition 'samples'.
freebayes-1.2.0/src/AlleleParser.cpp:3555:36: style: Function 'getAlleles' argument 5 names different: declaration 'ignoreProcessedAlleles' definition 'ignoreProcessedFlag'. [funcArgNamesDifferent]
freebayes-1.2.0/src/AlleleParser.h:288:26: note: Function 'getAlleles' argument 5 names different: declaration 'ignoreProcessedAlleles' definition 'ignoreProcessedFlag'.
freebayes-1.2.0/src/AlleleParser.cpp:3555:36: note: Function 'getAlleles' argument 5 names different: declaration 'ignoreProcessedAlleles' definition 'ignoreProcessedFlag'.
freebayes-1.2.0/src/AlleleParser.cpp:1088:22: style: Unused variable: r [unusedVariable]
freebayes-1.2.0/src/AlleleParser.cpp:2440:29: style: Variable 'requiredFlank' is assigned a value that is never used. [unreadVariable]
freebayes-1.2.0/src/AlleleParser.cpp:3478:21: style: Unused variable: aptr [unusedVariable]
freebayes-1.2.0/src/AlleleParser.cpp:3498:21: style: Unused variable: partialObs [unusedVariable]
freebayes-1.2.0/src/Genotype.h:185:5: warning: Member variable 'GenotypeCombo::priorProbGenotypesGivenHWE' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/AlleleParser.cpp:869:15: warning: Member variable 'AlleleParser::fastaReferenceSequenceCount' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/AlleleParser.cpp:869:15: warning: Member variable 'AlleleParser::hasTarget' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/AlleleParser.cpp:869:15: warning: Member variable 'AlleleParser::currentReferenceBase' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/AlleleParser.cpp:869:15: warning: Member variable 'AlleleParser::currentAlternateAllele' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/AlleleParser.cpp:869:15: warning: Member variable 'AlleleParser::hasMoreVariants' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/AlleleParser.cpp:869:15: warning: Member variable 'AlleleParser::basesBeforeCurrentTarget' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/AlleleParser.cpp:869:15: warning: Member variable 'AlleleParser::basesAfterCurrentTarget' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/multipermute.h:143:5: warning: Member variable 'MultisetPermutations::s' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/multipermute.h:143:5: warning: Member variable 'MultisetPermutations::t' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/Genotype.h:118:15: style: Member variable 'SampleDataLikelihood::genotype' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Genotype.h:127:11: note: Member variable 'SampleDataLikelihood::genotype' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Genotype.h:118:15: note: Member variable 'SampleDataLikelihood::genotype' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Genotype.h:120:17: style: Member variable 'SampleDataLikelihood::marginal' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Genotype.h:130:11: note: Member variable 'SampleDataLikelihood::marginal' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Genotype.h:120:17: note: Member variable 'SampleDataLikelihood::marginal' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Genotype.h:174:17: style: Member variable 'GenotypeCombo::permutationsln' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/Genotype.h:192:11: note: Member variable 'GenotypeCombo::permutationsln' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Genotype.h:174:17: note: Member variable 'GenotypeCombo::permutationsln' is in the wrong place in the initializer list.
freebayes-1.2.0/src/AlleleParser.h:115:12: style: Member variable 'AllelicPrimitive::alt' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/AlleleParser.h:119:4: note: Member variable 'AllelicPrimitive::alt' is in the wrong place in the initializer list.
freebayes-1.2.0/src/AlleleParser.h:115:12: note: Member variable 'AllelicPrimitive::alt' is in the wrong place in the initializer list.
freebayes-1.2.0/src/Genotype.h:57:9: performance: Variable 'alleles' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freebayes-1.2.0/src/multipermute.h:50:9: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freebayes-1.2.0/src/Genotype.h:254:10: style: Technically the member function 'GenotypeComboResultSorter::operator()' can be const. [functionConst]
freebayes-1.2.0/src/Genotype.h:265:10: style: Technically the member function 'GenotypeComboResultEqual::operator()' can be const. [functionConst]
freebayes-1.2.0/src/Genotype.h:272:10: style: Technically the member function 'SampleDataLikelihoodCompare::operator()' can be const. [functionConst]
freebayes-1.2.0/src/Genotype.h:279:10: style: Technically the member function 'SampleMarginalCompare::operator()' can be const. [functionConst]
freebayes-1.2.0/src/AlleleParser.h:91:10: style: Technically the member function 'AlleleFilter::operator()' can be const. [functionConst]
freebayes-1.2.0/src/AlleleParser.h:95:10: style: Technically the member function 'AlleleFilter::operator()' can be const. [functionConst]
freebayes-1.2.0/src/AlleleParser.h:107:10: style: Technically the member function 'AllelePtrCmp::operator()' can be const. [functionConst]
freebayes-1.2.0/src/AlleleParser.h:249:10: style: Technically the member function 'AlleleParser::removeAllelesWithoutReadSpan' can be const. [functionConst]
freebayes-1.2.0/src/AlleleParser.cpp:2433:20: note: Technically the member function 'AlleleParser::removeAllelesWithoutReadSpan' can be const.
freebayes-1.2.0/src/AlleleParser.h:249:10: note: Technically the member function 'AlleleParser::removeAllelesWithoutReadSpan' can be const.
freebayes-1.2.0/src/AlleleParser.h:250:10: style: Technically the member function 'AlleleParser::removeNonOverlappingAlleles' can be const. [functionConst]
freebayes-1.2.0/src/AlleleParser.cpp:2453:20: note: Technically the member function 'AlleleParser::removeNonOverlappingAlleles' can be const.
freebayes-1.2.0/src/AlleleParser.h:250:10: note: Technically the member function 'AlleleParser::removeNonOverlappingAlleles' can be const.
freebayes-1.2.0/src/AlleleParser.h:253:10: performance: Technically the member function 'AlleleParser::removePreviousAlleles' can be static. [functionStatic]
freebayes-1.2.0/src/AlleleParser.cpp:2497:20: note: Technically the member function 'AlleleParser::removePreviousAlleles' can be static.
freebayes-1.2.0/src/AlleleParser.h:253:10: note: Technically the member function 'AlleleParser::removePreviousAlleles' can be static.
freebayes-1.2.0/src/AlleleParser.h:254:10: style: Technically the member function 'AlleleParser::removeFilteredAlleles' can be const. [functionConst]
freebayes-1.2.0/src/AlleleParser.cpp:2487:20: note: Technically the member function 'AlleleParser::removeFilteredAlleles' can be const.
freebayes-1.2.0/src/AlleleParser.h:254:10: note: Technically the member function 'AlleleParser::removeFilteredAlleles' can be const.
freebayes-1.2.0/src/AlleleParser.h:270:9: style: Technically the member function 'AlleleParser::currentSequencePosition' can be const. [functionConst]
freebayes-1.2.0/src/AlleleParser.cpp:928:19: note: Technically the member function 'AlleleParser::currentSequencePosition' can be const.
freebayes-1.2.0/src/AlleleParser.h:270:9: note: Technically the member function 'AlleleParser::currentSequencePosition' can be const.
freebayes-1.2.0/src/AlleleParser.h:271:9: style: Technically the member function 'AlleleParser::currentSequencePosition' can be const. [functionConst]
freebayes-1.2.0/src/AlleleParser.cpp:933:19: note: Technically the member function 'AlleleParser::currentSequencePosition' can be const.
freebayes-1.2.0/src/AlleleParser.h:271:9: note: Technically the member function 'AlleleParser::currentSequencePosition' can be const.
freebayes-1.2.0/src/AlleleParser.h:293:22: performance: Technically the member function 'AlleleParser::repeatCounts' can be static. [functionStatic]
freebayes-1.2.0/src/AlleleParser.cpp:3943:32: note: Technically the member function 'AlleleParser::repeatCounts' can be static.
freebayes-1.2.0/src/AlleleParser.h:293:22: note: Technically the member function 'AlleleParser::repeatCounts' can be static.
freebayes-1.2.0/src/AlleleParser.h:295:10: performance: Technically the member function 'AlleleParser::isRepeatUnit' can be static. [functionStatic]
freebayes-1.2.0/src/AlleleParser.cpp:3995:20: note: Technically the member function 'AlleleParser::isRepeatUnit' can be static.
freebayes-1.2.0/src/AlleleParser.h:295:10: note: Technically the member function 'AlleleParser::isRepeatUnit' can be static.
freebayes-1.2.0/src/multipermute.h:47:5: performance: Technically the member function 'ListElement::ListElement<T>' can be static. [functionStatic]
freebayes-1.2.0/src/AlleleParser.cpp:885:5: style: Class 'AlleleParser' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freebayes-1.2.0/src/AlleleParser.cpp:885:5: style: Class 'AlleleParser' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freebayes-1.2.0/src/BedReader.h:52:5: style: Class 'BedReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freebayes-1.2.0/src/Genotype.h:56:5: style: Class 'Genotype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freebayes-1.2.0/src/multipermute.h:143:5: style: Class 'MultisetPermutations' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freebayes-1.2.0/src/AlleleParser.cpp:1420:19: style: Exception should be caught by reference. [catchExceptionByValue]
freebayes-1.2.0/src/AlleleParser.cpp:1437:19: style: Exception should be caught by reference. [catchExceptionByValue]
freebayes-1.2.0/src/multipermute.h:78:0: error: Memory leak: h [memleak]
freebayes-1.2.0/src/BedReader.h:27:22: performance: Function parameter 's' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/BedReader.h:27:46: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Genotype.h:124:33: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/IndelAllele.h:25:56: performance: Function parameter 's' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/AlleleParser.h:62:57: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/AlleleParser.cpp:3915:45: performance: Function parameter 'altbase' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/AlleleParser.cpp:3929:46: performance: Function parameter 'altbase' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/AlleleParser.cpp:2848:61: error: Iterator 'v' used after element has been erased. [eraseDereference]
freebayes-1.2.0/src/AlleleParser.cpp:2846:9: note: Iterator 'v' used after element has been erased.
freebayes-1.2.0/src/AlleleParser.cpp:2848:61: note: Iterator 'v' used after element has been erased.
freebayes-1.2.0/src/AlleleParser.cpp:157:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
freebayes-1.2.0/src/AlleleParser.cpp:293:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
freebayes-1.2.0/src/BGZF.cpp:182:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebayes-1.2.0/src/BGZF.cpp:182:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebayes-1.2.0/src/BGZF.h:116:13: style: Technically the member function 'BamTools::BgzfData::InflateBlock' can be const. [functionConst]
freebayes-1.2.0/src/BGZF.cpp:191:15: note: Technically the member function 'BamTools::BgzfData::InflateBlock' can be const.
freebayes-1.2.0/src/BGZF.h:116:13: note: Technically the member function 'BamTools::BgzfData::InflateBlock' can be const.
freebayes-1.2.0/src/BGZF.cpp:35:9: style: Struct 'BgzfData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freebayes-1.2.0/src/BGZF.cpp:35:9: style: Struct 'BgzfData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freebayes-1.2.0/src/Bias.h:25:10: style: Technically the member function 'Bias::empty' can be const. [functionConst]
freebayes-1.2.0/src/Bias.cpp:51:12: note: Technically the member function 'Bias::empty' can be const.
freebayes-1.2.0/src/Bias.h:25:10: note: Technically the member function 'Bias::empty' can be const.
freebayes-1.2.0/src/Contamination.cpp:17:9: style: Unused variable: last [unusedVariable]
freebayes-1.2.0/src/DataLikelihood.cpp:276:48: style: The scope of the variable 'invariantSampleDataLikelihoods' can be reduced. [variableScope]
freebayes-1.2.0/src/DataLikelihood.cpp:182:19: style: Variable 'genotype' is assigned a value that is never used. [unreadVariable]
freebayes-1.2.0/src/NonCall.h:26:5: warning: Member variable 'NonCall::nCount' is not initialized in the constructor. [uninitMemberVar]
freebayes-1.2.0/src/NonCall.h:34:9: style: Member variable 'NonCall::altCount' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/NonCall.h:20:11: note: Member variable 'NonCall::altCount' is in the wrong place in the initializer list.
freebayes-1.2.0/src/NonCall.h:34:9: note: Member variable 'NonCall::altCount' is in the wrong place in the initializer list.
freebayes-1.2.0/src/NonCall.h:35:9: style: Member variable 'NonCall::minDepth' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/NonCall.h:22:11: note: Member variable 'NonCall::minDepth' is in the wrong place in the initializer list.
freebayes-1.2.0/src/NonCall.h:35:9: note: Member variable 'NonCall::minDepth' is in the wrong place in the initializer list.
freebayes-1.2.0/src/NonCall.h:34:9: style: Member variable 'NonCall::altCount' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/NonCall.h:29:11: note: Member variable 'NonCall::altCount' is in the wrong place in the initializer list.
freebayes-1.2.0/src/NonCall.h:34:9: note: Member variable 'NonCall::altCount' is in the wrong place in the initializer list.
freebayes-1.2.0/src/NonCall.h:35:9: style: Member variable 'NonCall::minDepth' is in the wrong place in the initializer list. [initializerList]
freebayes-1.2.0/src/NonCall.h:31:11: note: Member variable 'NonCall::minDepth' is in the wrong place in the initializer list.
freebayes-1.2.0/src/NonCall.h:35:9: note: Member variable 'NonCall::minDepth' is in the wrong place in the initializer list.
freebayes-1.2.0/src/ResultData.h:21:10: style: Technically the member function 'DataLikelihoodCompare::operator()' can be const. [functionConst]
freebayes-1.2.0/src/DataLikelihood.cpp:62:64: error: Same iterator is used with different containers 'alleles' and 'partials'. [iterators]
freebayes-1.2.0/src/Fasta.cpp:47:15: style: The scope of the variable 'linenum' can be reduced. [variableScope]
freebayes-1.2.0/src/Fasta.cpp:103:9: style: The scope of the variable 'line_length' can be reduced. [variableScope]
freebayes-1.2.0/src/Fasta.cpp:104:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
freebayes-1.2.0/src/Fasta.cpp:105:15: style: The scope of the variable 'line_number' can be reduced. [variableScope]
freebayes-1.2.0/src/Fasta.cpp:106:10: style: The scope of the variable 'mismatchedLineLengths' can be reduced. [variableScope]
freebayes-1.2.0/src/Fasta.cpp:111:10: style: The scope of the variable 'emptyLine' can be reduced. [variableScope]
freebayes-1.2.0/src/Fasta.cpp:93:40: style: Function 'indexReference' argument 1 names different: declaration 'refName' definition 'refname'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Fasta.h:49:36: note: Function 'indexReference' argument 1 names different: declaration 'refName' definition 'refname'.
freebayes-1.2.0/src/Fasta.cpp:93:40: note: Function 'indexReference' argument 1 names different: declaration 'refName' definition 'refname'.
freebayes-1.2.0/src/Fasta.cpp:208:42: style: Function 'entry' argument 1 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Fasta.h:53:38: note: Function 'entry' argument 1 names different: declaration 'key' definition 'name'.
freebayes-1.2.0/src/Fasta.cpp:208:42: note: Function 'entry' argument 1 names different: declaration 'key' definition 'name'.
freebayes-1.2.0/src/Fasta.h:72:16: style: Technically the member function 'FastaReference::sequenceNameStartingWith' can be const. [functionConst]
freebayes-1.2.0/src/Fasta.cpp:283:24: note: Technically the member function 'FastaReference::sequenceNameStartingWith' can be const.
freebayes-1.2.0/src/Fasta.h:72:16: note: Technically the member function 'FastaReference::sequenceNameStartingWith' can be const.
freebayes-1.2.0/src/Fasta.cpp:11:41: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Fasta.cpp:225:34: performance: Function parameter 'reffilename' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Fasta.cpp:277:43: performance: Function parameter 'seqname' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Fasta.cpp:320:46: performance: Function parameter 'seqname' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Genotype.cpp:1054:40: style: The scope of the variable 'oldsdl_ptr' can be reduced. [variableScope]
freebayes-1.2.0/src/Genotype.cpp:30:51: style: Function 'alternateAlleles' argument 1 names different: declaration 'refbase' definition 'base'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:82:45: note: Function 'alternateAlleles' argument 1 names different: declaration 'refbase' definition 'base'.
freebayes-1.2.0/src/Genotype.cpp:30:51: note: Function 'alternateAlleles' argument 1 names different: declaration 'refbase' definition 'base'.
freebayes-1.2.0/src/Genotype.cpp:40:49: style: Function 'alternateBases' argument 1 names different: declaration 'refbase' definition 'base'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:83:43: note: Function 'alternateBases' argument 1 names different: declaration 'refbase' definition 'base'.
freebayes-1.2.0/src/Genotype.cpp:40:49: note: Function 'alternateBases' argument 1 names different: declaration 'refbase' definition 'base'.
freebayes-1.2.0/src/Genotype.cpp:95:68: style: Function 'relativeGenotype' argument 2 names different: declaration 'altbases' definition 'alts'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:91:62: note: Function 'relativeGenotype' argument 2 names different: declaration 'altbases' definition 'alts'.
freebayes-1.2.0/src/Genotype.cpp:95:68: note: Function 'relativeGenotype' argument 2 names different: declaration 'altbases' definition 'alts'.
freebayes-1.2.0/src/Genotype.cpp:126:46: style: Function 'relativeGenotype' argument 1 names different: declaration 'spec' definition 'rg'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:92:40: note: Function 'relativeGenotype' argument 1 names different: declaration 'spec' definition 'rg'.
freebayes-1.2.0/src/Genotype.cpp:126:46: note: Function 'relativeGenotype' argument 1 names different: declaration 'spec' definition 'rg'.
freebayes-1.2.0/src/Genotype.cpp:126:83: style: Function 'relativeGenotype' argument 3 names different: declaration 'altbases' definition 'alts'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:92:79: note: Function 'relativeGenotype' argument 3 names different: declaration 'altbases' definition 'alts'.
freebayes-1.2.0/src/Genotype.cpp:126:83: note: Function 'relativeGenotype' argument 3 names different: declaration 'altbases' definition 'alts'.
freebayes-1.2.0/src/Genotype.cpp:268:24: style: Function 'IUPAC' argument 1 names different: declaration 'g' definition 'genotype'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:110:24: note: Function 'IUPAC' argument 1 names different: declaration 'g' definition 'genotype'.
freebayes-1.2.0/src/Genotype.cpp:268:24: note: Function 'IUPAC' argument 1 names different: declaration 'g' definition 'genotype'.
freebayes-1.2.0/src/Genotype.cpp:316:56: style: Function 'operator<<' argument 2 names different: declaration 'combo' definition 'g'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:445:56: note: Function 'operator<<' argument 2 names different: declaration 'combo' definition 'g'.
freebayes-1.2.0/src/Genotype.cpp:316:56: note: Function 'operator<<' argument 2 names different: declaration 'combo' definition 'g'.
freebayes-1.2.0/src/Genotype.cpp:1106:28: style: Function 'convergentGenotypeComboSearch' argument 4 names different: declaration 'variantDataLikelihoods' definition 'variantSampleDataLikelihoods'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:405:28: note: Function 'convergentGenotypeComboSearch' argument 4 names different: declaration 'variantDataLikelihoods' definition 'variantSampleDataLikelihoods'.
freebayes-1.2.0/src/Genotype.cpp:1106:28: note: Function 'convergentGenotypeComboSearch' argument 4 names different: declaration 'variantDataLikelihoods' definition 'variantSampleDataLikelihoods'.
freebayes-1.2.0/src/Genotype.cpp:1107:28: style: Function 'convergentGenotypeComboSearch' argument 5 names different: declaration 'invariantDataLikelihoods' definition 'invariantSampleDataLikelihoods'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:406:28: note: Function 'convergentGenotypeComboSearch' argument 5 names different: declaration 'invariantDataLikelihoods' definition 'invariantSampleDataLikelihoods'.
freebayes-1.2.0/src/Genotype.cpp:1107:28: note: Function 'convergentGenotypeComboSearch' argument 5 names different: declaration 'invariantDataLikelihoods' definition 'invariantSampleDataLikelihoods'.
freebayes-1.2.0/src/Genotype.cpp:1505:14: style: Function 'calculatePosteriorProbability' argument 6 names different: declaration 'obsBinomialPriors' definition 'binomialObsPriors'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:241:14: note: Function 'calculatePosteriorProbability' argument 6 names different: declaration 'obsBinomialPriors' definition 'binomialObsPriors'.
freebayes-1.2.0/src/Genotype.cpp:1505:14: note: Function 'calculatePosteriorProbability' argument 6 names different: declaration 'obsBinomialPriors' definition 'binomialObsPriors'.
freebayes-1.2.0/src/Genotype.cpp:1507:21: style: Function 'calculatePosteriorProbability' argument 8 names different: declaration 'diffusionPriorScalarln' definition 'diffusionPriorScalar'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Genotype.h:243:21: note: Function 'calculatePosteriorProbability' argument 8 names different: declaration 'diffusionPriorScalarln' definition 'diffusionPriorScalar'.
freebayes-1.2.0/src/Genotype.cpp:1507:21: note: Function 'calculatePosteriorProbability' argument 8 names different: declaration 'diffusionPriorScalarln' definition 'diffusionPriorScalar'.
freebayes-1.2.0/src/Genotype.cpp:1793:23: style: Variable 'sample' is assigned a value that is never used. [unreadVariable]
freebayes-1.2.0/src/Genotype.cpp:1608:98: performance: Function parameter 'altbase' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Genotype.cpp:1323:22: error: Same iterator is used with different containers 'variantSampleDataLikelihoods' and 'invariantSampleDataLikelihoods'. [iterators]
freebayes-1.2.0/src/GenotypePriors.cpp:169:14: style: Function 'genotypeCombinationsPriorProbability' argument 6 names different: declaration 'obsBinomialPriors' definition 'binomialObsPriors'. [funcArgNamesDifferent]
freebayes-1.2.0/src/GenotypePriors.h:50:14: note: Function 'genotypeCombinationsPriorProbability' argument 6 names different: declaration 'obsBinomialPriors' definition 'binomialObsPriors'.
freebayes-1.2.0/src/GenotypePriors.cpp:169:14: note: Function 'genotypeCombinationsPriorProbability' argument 6 names different: declaration 'obsBinomialPriors' definition 'binomialObsPriors'.
freebayes-1.2.0/src/GenotypePriors.cpp:171:21: style: Function 'genotypeCombinationsPriorProbability' argument 8 names different: declaration 'diffusionPriorScalarln' definition 'diffusionPriorScalar'. [funcArgNamesDifferent]
freebayes-1.2.0/src/GenotypePriors.h:52:21: note: Function 'genotypeCombinationsPriorProbability' argument 8 names different: declaration 'diffusionPriorScalarln' definition 'diffusionPriorScalar'.
freebayes-1.2.0/src/GenotypePriors.cpp:171:21: note: Function 'genotypeCombinationsPriorProbability' argument 8 names different: declaration 'diffusionPriorScalarln' definition 'diffusionPriorScalar'.
freebayes-1.2.0/src/NonCall.cpp:30:57: style: Function 'aggregatePerSample' argument 1 names different: declaration 'perSite' definition 'perSample'. [funcArgNamesDifferent]
freebayes-1.2.0/src/NonCall.h:45:51: note: Function 'aggregatePerSample' argument 1 names different: declaration 'perSite' definition 'perSample'.
freebayes-1.2.0/src/NonCall.cpp:30:57: note: Function 'aggregatePerSample' argument 1 names different: declaration 'perSite' definition 'perSample'.
freebayes-1.2.0/src/Parameters.cpp:471:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freebayes-1.2.0/src/Parameters.h:132:10: performance: Technically the member function 'Parameters::usage' can be static. [functionStatic]
freebayes-1.2.0/src/Parameters.cpp:25:18: note: Technically the member function 'Parameters::usage' can be static.
freebayes-1.2.0/src/Parameters.h:132:10: note: Technically the member function 'Parameters::usage' can be static.
freebayes-1.2.0/src/Parameters.h:133:10: performance: Technically the member function 'Parameters::simpleUsage' can be static. [functionStatic]
freebayes-1.2.0/src/Parameters.cpp:6:18: note: Technically the member function 'Parameters::simpleUsage' can be static.
freebayes-1.2.0/src/Parameters.h:133:10: note: Technically the member function 'Parameters::simpleUsage' can be static.
freebayes-1.2.0/src/ResultData.cpp:501:39: style: The scope of the variable 'sampleOutput' can be reduced. [variableScope]
freebayes-1.2.0/src/ResultData.cpp:15:21: style: Function 'vcf' argument 6 names different: declaration 'altAlleles' definition 'altAllelesIncludingNulls'. [funcArgNamesDifferent]
freebayes-1.2.0/src/ResultData.h:51:25: note: Function 'vcf' argument 6 names different: declaration 'altAlleles' definition 'altAllelesIncludingNulls'.
freebayes-1.2.0/src/ResultData.cpp:15:21: note: Function 'vcf' argument 6 names different: declaration 'altAlleles' definition 'altAllelesIncludingNulls'.
freebayes-1.2.0/src/ResultData.cpp:23:34: style: Function 'vcf' argument 14 names different: declaration 'partialSupport' definition 'partialObservationSupport'. [funcArgNamesDifferent]
freebayes-1.2.0/src/ResultData.h:59:38: note: Function 'vcf' argument 14 names different: declaration 'partialSupport' definition 'partialObservationSupport'.
freebayes-1.2.0/src/ResultData.cpp:23:34: note: Function 'vcf' argument 14 names different: declaration 'partialSupport' definition 'partialObservationSupport'.
freebayes-1.2.0/src/ResultData.cpp:642:15: style: Function 'gvcf' argument 2 names different: declaration 'noncalls' definition 'nonCalls'. [funcArgNamesDifferent]
freebayes-1.2.0/src/ResultData.h:66:19: note: Function 'gvcf' argument 2 names different: declaration 'noncalls' definition 'nonCalls'.
freebayes-1.2.0/src/ResultData.cpp:642:15: note: Function 'gvcf' argument 2 names different: declaration 'noncalls' definition 'nonCalls'.
freebayes-1.2.0/src/ResultData.cpp:447:72: style: Exception should be caught by reference. [catchExceptionByValue]
freebayes-1.2.0/src/Sample.cpp:376:18: style: The scope of the variable 'same' can be reduced. [variableScope]
freebayes-1.2.0/src/Sample.cpp:412:17: style: The scope of the variable 'sample' can be reduced. [variableScope]
freebayes-1.2.0/src/Sample.cpp:287:47: style: Function 'sufficientAlternateObservations' argument 1 names different: declaration 'observations' definition 'samples'. [funcArgNamesDifferent]
freebayes-1.2.0/src/Sample.h:132:47: note: Function 'sufficientAlternateObservations' argument 1 names different: declaration 'observations' definition 'samples'.
freebayes-1.2.0/src/Sample.cpp:287:47: note: Function 'sufficientAlternateObservations' argument 1 names different: declaration 'observations' definition 'samples'.
freebayes-1.2.0/src/Sample.cpp:300:27: style: Variable 'base' is assigned a value that is never used. [unreadVariable]
freebayes-1.2.0/src/Sample.cpp:400:24: style: Variable 'same' is assigned a value that is never used. [unreadVariable]
freebayes-1.2.0/src/Sample.cpp:214:32: performance: Function parameter 'refbase' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Sample.cpp:214:48: performance: Function parameter 'altbase' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/Sample.cpp:244:30: performance: Function parameter 'base' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/alleles.cpp:47:19: style: Unused variable: alleles [unusedVariable]
freebayes-1.2.0/src/bamfiltertech.cpp:57:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
freebayes-1.2.0/src/bamleftalign.cpp:42:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freebayes-1.2.0/src/bamleftalign.cpp:48:10: style: The scope of the variable 'isuncompressed' can be reduced. [variableScope]
freebayes-1.2.0/src/freebayes.cpp:415:14: style: The scope of the variable 'bestOverallComboIsHet' can be reduced. [variableScope]
freebayes-1.2.0/src/levenshtein.cpp:8:43: performance: Function parameter 'source' should be passed by const reference. [passedByValue]
freebayes-1.2.0/src/levenshtein.cpp:8:69: performance: Function parameter 'target' should be passed by const reference. [passedByValue]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/freebirth/freebirth_0.3.2.orig.tar.gz
freebirth-0.3.2/all_pass.c:37:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freebirth-0.3.2/blender.c:45:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freebirth-0.3.2/blender.c:45:9: style: The scope of the variable 'x' can be reduced. [variableScope]
freebirth-0.3.2/delay.c:36:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freebirth-0.3.2/delay_panel.c:62:14: style: The scope of the variable 'dial' can be reduced. [variableScope]
freebirth-0.3.2/delay_panel.c:63:14: style: The scope of the variable 's_button' can be reduced. [variableScope]
freebirth-0.3.2/delay_panel.c:64:13: style: The scope of the variable 'md' can be reduced. [variableScope]
freebirth-0.3.2/envelope.c:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freebirth-0.3.2/envelope.c:84:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
freebirth-0.3.2/envelope.c:85:10: style: The scope of the variable 'e' can be reduced. [variableScope]
freebirth-0.3.2/envelope.c:170:16: style: The scope of the variable 'code_nosp' can be reduced. [variableScope]
freebirth-0.3.2/envelope.c:181:16: style: The scope of the variable 'code_sp' can be reduced. [variableScope]
freebirth-0.3.2/filter.c:154:16: style: The scope of the variable 'new_hist' can be reduced. [variableScope]
freebirth-0.3.2/filter.c:154:25: style: The scope of the variable 'history1' can be reduced. [variableScope]
freebirth-0.3.2/filter.c:154:34: style: The scope of the variable 'history2' can be reduced. [variableScope]
freebirth-0.3.2/filter.c:195:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freebirth-0.3.2/filter.c:197:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
freebirth-0.3.2/filter.c:110:18: style: Variable 'table_length' is assigned a value that is never used. [unreadVariable]
freebirth-0.3.2/freebirth.c:413:14: style: The scope of the variable 'samp_freq_strip' can be reduced. [variableScope]
freebirth-0.3.2/freebirth.c:415:14: style: The scope of the variable 'sample_box' can be reduced. [variableScope]
freebirth-0.3.2/freebirth.c:1144:10: style: The scope of the variable 'env_trig' can be reduced. [variableScope]
freebirth-0.3.2/freebirth.c:1145:10: style: The scope of the variable 'filt_env_trig' can be reduced. [variableScope]
freebirth-0.3.2/freebirth.c:1173:10: style: The scope of the variable 'trig' can be reduced. [variableScope]
freebirth-0.3.2/gtkdial.c:89:42: style: Function 'gtk_dial_class_init' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
freebirth-0.3.2/gtkdial.c:35:71: note: Function 'gtk_dial_class_init' argument 1 names different: declaration 'klass' definition 'class'.
freebirth-0.3.2/gtkdial.c:89:42: note: Function 'gtk_dial_class_init' argument 1 names different: declaration 'klass' definition 'class'.
freebirth-0.3.2/gtkdial.c:217:16: style: Variable 'dial' is assigned a value that is never used. [unreadVariable]
freebirth-0.3.2/mixer.c:50:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freebirth-0.3.2/mixer.c:50:9: style: The scope of the variable 'x' can be reduced. [variableScope]
freebirth-0.3.2/oscillator.c:131:16: error: Array 'saw_table[44100]' accessed at index 44100, which is out of bounds. [arrayIndexOutOfBounds]
freebirth-0.3.2/oscillator.c:48:10: style: The scope of the variable 'phase_factor' can be reduced. [variableScope]
freebirth-0.3.2/oscillator.c:49:10: style: The scope of the variable 'e' can be reduced. [variableScope]
freebirth-0.3.2/raw_wave.c:94:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freebirth-0.3.2/raw_wave.c:95:12: style: The scope of the variable 'e' can be reduced. [variableScope]
freebirth-0.3.2/raw_wave.c:73:5: error: Common realloc mistake: 'tmp' nulled but not freed upon failure [memleakOnRealloc]
freebirth-0.3.2/sample_freq_strip.c:47:30: warning: Either the condition 'eb!=NULL' is redundant or there is possible null pointer dereference: eb. [nullPointerRedundantCheck]
freebirth-0.3.2/sample_freq_strip.c:49:9: note: Assuming that condition 'eb!=NULL' is not redundant
freebirth-0.3.2/sample_freq_strip.c:47:30: note: Null pointer dereference
freebirth-0.3.2/sample_freq_strip.c:104:14: style: The scope of the variable 'range' can be reduced. [variableScope]
freebirth-0.3.2/sample_freq_strip.c:105:14: style: The scope of the variable 'dial' can be reduced. [variableScope]
freebirth-0.3.2/sample_freq_strip.c:108:20: style: The scope of the variable 'eb' can be reduced. [variableScope]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/freebsd-buildutils/freebsd-buildutils_9.0.orig.tar.gz
freebsd-buildutils-9.0/src/usr.bin/brandelf/brandelf.c:136:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint]
freebsd-buildutils-9.0/src/usr.bin/brandelf/brandelf.c:207:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
freebsd-buildutils-9.0/src/usr.bin/cksum/cksum.c:65:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/dfa.c:204:9: style: The scope of the variable 'ec' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/dfa.c:253:43: style: The scope of the variable 'transsym' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/dfa.c:400:31: style: The scope of the variable 'dsize' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/dfa.c:402:14: style: The scope of the variable 'dset' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/dfa.c:403:6: style: The scope of the variable 'targptr' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/dfa.c:403:15: style: The scope of the variable 'totaltrans' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/dfa.c:1019:6: style: The scope of the variable 'tch' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/dfa.c:1019:20: style: The scope of the variable 'ns' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/ecs.c:39:14: style: The scope of the variable 'newlen' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/ecs.c:39:22: style: The scope of the variable 'cclp' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/ecs.c:201:25: style: Array index 'cclp' is used before limits check. [arrayIndexThenCheck]
freebsd-buildutils-9.0/src/usr.bin/lex/gen.c:232:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/gen.c:233:6: style: The scope of the variable 'numrows' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/gen.c:790:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/gen.c:790:24: style: The scope of the variable 'nacc' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/main.c:357:6: style: The scope of the variable 'tblsiz' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/nfa.c:99:6: style: The scope of the variable 'sym' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/nfa.c:99:11: style: The scope of the variable 'tsp1' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/nfa.c:99:17: style: The scope of the variable 'tsp2' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/nfa.c:99:23: style: The scope of the variable 'anum' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/nfa.c:243:10: style: The scope of the variable 'scanner_bp' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/nfa.c:519:6: style: The scope of the variable 'eps' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/nfa.c:551:17: style: The scope of the variable 'tail' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/nfa.c:551:29: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/tblcmp.c:83:14: style: The scope of the variable 'extrct' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/tblcmp.c:84:6: style: The scope of the variable 'mindiff' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/tblcmp.c:84:15: style: The scope of the variable 'minprot' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/tblcmp.c:84:24: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/tblcmp.c:84:27: style: The scope of the variable 'd' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/tblcmp.c:234:6: style: The scope of the variable 'totaltrans' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/tblcmp.c:345:7: style: The scope of the variable 'state_ptr' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/tblcmp.c:346:7: style: The scope of the variable 'ptr_to_last_entry_in_state' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/tblcmp.c:439:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/lex/yylex.c:43:13: style: The scope of the variable 'beglin' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/arch.c:221:7: style: The scope of the variable 'saveChar' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/arch.c:395:10: style: The scope of the variable 'member' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/arch.c:397:11: style: The scope of the variable 'nsz' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/arch.c:881:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/arch.c:882:7: style: The scope of the variable 't' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/arch.c:886:8: style: The scope of the variable 'copy' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/arch.c:1083:9: style: The scope of the variable 'pgn' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/buf.c:88:9: style: The scope of the variable 'size' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/buf.c:179:11: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
freebsd-buildutils-9.0/src/usr.bin/make/cond.c:1136:18: warning: Identical condition 'skipIfLevel!=0', second condition is always false [identicalConditionAfterEarlyExit]
freebsd-buildutils-9.0/src/usr.bin/make/cond.c:1133:18: note: first condition
freebsd-buildutils-9.0/src/usr.bin/make/cond.c:1136:18: note: second condition
freebsd-buildutils-9.0/src/usr.bin/make/cond.c:1203:6: style: The scope of the variable 'level' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/cond.c:404:38: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
freebsd-buildutils-9.0/src/usr.bin/make/dir.c:557:6: style: Variable 'cp[1]' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-buildutils-9.0/src/usr.bin/make/dir.c:555:6: note: Variable 'cp[1]' is reassigned a value before the old one has been used.
freebsd-buildutils-9.0/src/usr.bin/make/dir.c:557:6: note: Variable 'cp[1]' is reassigned a value before the old one has been used.
freebsd-buildutils-9.0/src/usr.bin/make/dir.c:510:11: style: The scope of the variable 'ln' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/dir.c:1124:8: style: The scope of the variable 'tstr' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/dir.c:1203:37: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
freebsd-buildutils-9.0/src/usr.bin/make/for.c:237:14: style: The scope of the variable 'val' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/for.c:239:9: style: The scope of the variable 'str' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:861:11: style: The scope of the variable 'ln' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:1569:6: style: The scope of the variable 'tfd' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:1571:7: style: The scope of the variable 'tfile' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:2198:7: style: The scope of the variable 'nfds' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:2206:8: style: The scope of the variable 'job' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:2445:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:2501:9: style: The scope of the variable 'interrupt' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:2607:7: style: The scope of the variable 'job' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:2785:12: style: The scope of the variable 'ln' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/job.c:2840:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/main.c:876:14: style: The scope of the variable 'path' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/main.c:880:7: style: The scope of the variable 'found_dir' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/main.c:312:4: error: Resource leak: stream [resourceLeak]
freebsd-buildutils-9.0/src/usr.bin/make/make.c:144:11: style: The scope of the variable 'ln' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/make.c:294:11: style: The scope of the variable 'ln' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/parse.c:551:24: style: The scope of the variable 'kw' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/parse.c:620:11: style: The scope of the variable 'cohort' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/parse.c:1213:14: style: The scope of the variable 'gnp' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/parse.c:1756:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/parse.c:1756:9: style: The scope of the variable 'lastc' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/parse.c:2061:17: style: The scope of the variable 'ln' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/parse.c:2088:8: style: The scope of the variable 'prefEnd' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/parse.c:2088:18: style: The scope of the variable 'Fname' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/parse.c:2089:8: style: The scope of the variable 'newName' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/shell.c:190:9: style: The scope of the variable 'eq' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/shell.c:191:9: style: The scope of the variable 'keyw' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:1218:26: style: Redundant condition: If 'EXPR == '\\'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:660:3: style: Variable 'cp[1]' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:654:3: note: Variable 'cp[1]' is reassigned a value before the old one has been used.
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:660:3: note: Variable 'cp[1]' is reassigned a value before the old one has been used.
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:412:8: style: The scope of the variable 'str2' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:893:9: style: The scope of the variable 'suff' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:953:7: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:1020:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:1244:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/suff.c:1314:9: style: The scope of the variable 'cchild' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/targ.c:212:8: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/targ.c:368:17: style: The scope of the variable 'tln' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/targ.c:452:15: style: The scope of the variable 'gn' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2541:27: warning: Either the condition 'sep!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2543:11: note: Assuming that condition 'sep!=NULL' is not redundant
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2541:27: note: Null pointer addition
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2277:17: style: Same expression on both sides of '-' because the value of 'str' and 'start' are the same. [duplicateExpression]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2263:22: note: 'start' is assigned value 'str' here.
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2277:17: note: Same expression on both sides of '-' because the value of 'str' and 'start' are the same.
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2290:18: style: Same expression on both sides of '-' because the value of 'str' and 'start' are the same. [duplicateExpression]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2263:22: note: 'start' is assigned value 'str' here.
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2290:18: note: Same expression on both sides of '-' because the value of 'str' and 'start' are the same.
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2296:15: style: Same expression on both sides of '-' because the value of 'str' and 'start' are the same. [duplicateExpression]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2263:22: note: 'start' is assigned value 'str' here.
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2296:15: note: Same expression on both sides of '-' because the value of 'str' and 'start' are the same.
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2303:16: style: Same expression on both sides of '-' because the value of 'str' and 'start' are the same. [duplicateExpression]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2263:22: note: 'start' is assigned value 'str' here.
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2303:16: note: Same expression on both sides of '-' because the value of 'str' and 'start' are the same.
freebsd-buildutils-9.0/src/usr.bin/make/var.c:790:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:1236:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2128:8: style: The scope of the variable 'value' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2264:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:2581:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/make/var.c:1764:10: error: Uninitialized variable: error [uninitvar]
freebsd-buildutils-9.0/src/usr.bin/yacc/closure.c:65:12: style: The scope of the variable 'sp' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/closure.c:101:15: style: The scope of the variable 'vrow' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/closure.c:103:14: style: The scope of the variable 'k' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/closure.c:156:14: style: The scope of the variable 'word' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/closure.c:165:9: style: The scope of the variable 'symbol' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/closure.c:196:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freebsd-buildutils-9.0/src/usr.bin/yacc/lalr.c:238:7: style: The scope of the variable 'state1' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lalr.c:304:9: style: The scope of the variable 'middle' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lalr.c:305:9: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lalr.c:338:7: style: The scope of the variable 'stateno' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lalr.c:414:7: style: The scope of the variable 'nedges' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lalr.c:416:7: style: The scope of the variable 'state1' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lalr.c:418:7: style: The scope of the variable 'symbol1' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lalr.c:532:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lr0.c:94:9: style: The scope of the variable 'symbol' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lr0.c:146:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lr0.c:219:12: style: The scope of the variable 'isp2' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lr0.c:222:9: style: The scope of the variable 'found' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lr0.c:313:9: style: The scope of the variable 'symbol' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lr0.c:499:12: style: The scope of the variable 'rp2' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lr0.c:500:9: style: The scope of the variable 'item' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/lr0.c:503:12: style: The scope of the variable 'rend' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/mkpar.c:105:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/mkpar.c:105:12: style: The scope of the variable 'k' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/mkpar.c:106:9: style: The scope of the variable 'symbol' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/mkpar.c:137:9: style: The scope of the variable 'ruleno' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/mkpar.c:138:15: style: The scope of the variable 'rowp' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/mkpar.c:252:9: style: The scope of the variable 'symbol' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/output.c:523:9: style: The scope of the variable 'state' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/output.c:585:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/output.c:589:9: style: The scope of the variable 'match' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/output.c:865:11: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:1208:45: style: Same expression on both sides of '&&'. [duplicateExpression]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:815:11: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:919:9: style: The scope of the variable 'value' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:1071:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:1071:12: style: The scope of the variable 'k' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:1181:11: style: The scope of the variable 's_cptr' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:1244:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:1594:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:1645:15: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:1815:9: style: The scope of the variable 'assoc' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/reader.c:1815:16: style: The scope of the variable 'preced' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/skeleton.c:410:9: style: The scope of the variable 'c' can be reduced. [variableScope]
error.tab.c:192:1: style: Label 'yynewerror' is not used. [unusedLabel]
error.tab.c:197:1: style: Label 'yyerrlab' is not used. [unusedLabel]
ftp.tab.c:1728:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freebsd-buildutils-9.0/src/usr.bin/yacc/verbose.c:199:9: style: The scope of the variable 'rule' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/verbose.c:202:12: style: The scope of the variable 'sp1' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/verbose.c:279:9: style: The scope of the variable 'as' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/verbose.c:329:9: style: The scope of the variable 'k' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/verbose.c:366:12: style: The scope of the variable 'k' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/verbose.c:367:9: style: The scope of the variable 'as' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.bin/yacc/warshall.c:54:15: style: The scope of the variable 'ccol' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/btxld/btxld.c:449:12: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/btxld/btxld.c:553:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/kgzip/kgzcmp.c:114:31: style: Function 'mk_data' argument 1 names different: declaration 'i' definition 'idi'. [funcArgNamesDifferent]
freebsd-buildutils-9.0/src/usr.sbin/kgzip/kgzcmp.c:48:42: note: Function 'mk_data' argument 1 names different: declaration 'i' definition 'idi'.
freebsd-buildutils-9.0/src/usr.sbin/kgzip/kgzcmp.c:114:31: note: Function 'mk_data' argument 1 names different: declaration 'i' definition 'idi'.
freebsd-buildutils-9.0/src/usr.sbin/kgzip/kgzip.c:139:17: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/kgzip/kgzip.c:141:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/kgzip/kgzld.c:55:12: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/kgzip/xio.c:53:12: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/kgzip/xio.c:73:12: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/create.c:314:14: style: Redundant condition: dflag. '!dflag || (dflag && S_ISDIR(p->fts_statp->st_mode))' is equivalent to '!dflag || S_ISDIR(p->fts_statp->st_mode)' [redundantCondition]
freebsd-buildutils-9.0/src/usr.sbin/mtree/create.c:86:17: style: The scope of the variable 'host' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/create.c:148:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/create.c:149:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/create.c:152:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/create.c:153:8: style: The scope of the variable 'fflags' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/create.c:290:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/create.c:291:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/create.c:298:8: style: The scope of the variable 'fflags' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/misc.c:100:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-buildutils-9.0/src/usr.sbin/mtree/mtree.c:159:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freebsd-buildutils-9.0/src/usr.sbin/mtree/spec.c:168:6: style: The scope of the variable 'type' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/specspec.c:49:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
freebsd-buildutils-9.0/src/usr.sbin/mtree/specspec.c:50:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/freebsd-libs/freebsd-libs_9.0+ds1.orig.tar.gz
freebsd-libs-9.0+ds1/lib/libcam/camlib.c:372:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freebsd-libs-9.0+ds1/lib/libcam/camlib.c:117:17: style: The scope of the variable 'tmpstr2' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libcam/camlib.c:120:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libcam/scsi_cmdparse.c:117:7: style: The scope of the variable 'letter' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libcam/scsi_cmdparse.c:669:24: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
freebsd-libs-9.0+ds1/lib/libcam/scsi_cmdparse.c:699:49: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
freebsd-libs-9.0+ds1/lib/libdevstat/devstat.c:728:7: style: Redundant condition: (matches[i].match_fields&DEVSTAT_MATCH_PASS)==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
freebsd-libs-9.0+ds1/lib/libdevstat/devstat.c:737:7: style: Redundant condition: (matches[i].match_fields&DEVSTAT_MATCH_PASS)==0. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
freebsd-libs-9.0+ds1/lib/libdevstat/devstat.c:268:6: style: The scope of the variable 'buflen' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libdevstat/devstat.c:268:14: style: The scope of the variable 'res' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libdevstat/devstat.c:327:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libgeom/geom_ctl.c:173:15: style: Condition 'len<0' is always true [knownConditionTrueFalse]
freebsd-libs-9.0+ds1/lib/libgeom/geom_ctl.c:59:23: style: The scope of the variable 'ap' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libgeom/geom_ctl.c:74:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-libs-9.0+ds1/lib/libgeom/geom_ctl.c:75:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-libs-9.0+ds1/lib/libgeom/geom_stats.c:83:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libgeom/geom_xml2tree.c:179:18: style: The scope of the variable 'gc' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libgeom/geom_xml2tree.c:432:18: style: The scope of the variable 'cf' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libgeom/geom_xml2tree.c:260:0: error: Memory leak: gc [memleak]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:120:15: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:120:15: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:120:15: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:120:15: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:120:15: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:120:15: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:128:15: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:128:15: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:128:15: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:128:15: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:128:15: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:128:15: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:137:15: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:137:15: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:137:15: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libipx/ipx_addr.c:211:7: style: The scope of the variable 'sum' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:78:21: style: The scope of the variable 'value' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:87:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:123:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:393:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:483:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:564:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:741:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:742:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:816:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:245:4: error: Common realloc mistake: 'jp' nulled but not freed upon failure [memleakOnRealloc]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:255:2: error: Common realloc mistake: 'jp' nulled but not freed upon failure [memleakOnRealloc]
freebsd-libs-9.0+ds1/lib/libjail/jail.c:501:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-libs-9.0+ds1/lib/libjail/jail_getid.c:59:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libkiconv/kiconv_sysctl.c:67:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkiconv/kiconv_sysctl.c:68:34: style: The scope of the variable 'csip' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm.c:114:6: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm.c:302:14: style: The scope of the variable 'ccp' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm.c:511:6: style: The scope of the variable 'cc' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm.c:570:6: style: The scope of the variable 'cc' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm.c:276:12: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_amd64.c:155:9: style: The scope of the variable 'hdrsz' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_cptime.c:87:15: style: The scope of the variable 'pc' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_file.c:164:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_file.c:159:6: style: The scope of the variable 'mib' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_file.c:159:14: style: The scope of the variable 'st' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_file.c:159:18: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_file.c:187:24: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_getloadavg.c:68:16: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_getswapinfo.c:115:9: style: The scope of the variable 'ttl' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_getswapinfo.c:160:10: style: The scope of the variable 'ttl' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_i386.c:242:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_i386.c:161:10: style: The scope of the variable 'hdrsz' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_i386.c:162:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_minidump_amd64.c:107:16: style: The scope of the variable 'bits' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_minidump_arm.c:110:16: style: The scope of the variable 'bits' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_minidump_i386.c:109:16: style: The scope of the variable 'bits' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_minidump_mips.c:111:16: style: The scope of the variable 'bits' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_pcpu.c:279:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_proc.c:555:24: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_proc.c:640:13: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_proc.c:892:6: style: The scope of the variable 'oid' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_proc.c:935:6: error: Common realloc mistake: 'bufp' nulled but not freed upon failure [memleakOnRealloc]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_sparc.c:218:6: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_sparc.c:219:6: style: The scope of the variable 'pte' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libkvm/kvm_sparc.c:220:6: style: The scope of the variable 'off' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libmemstat/memstat_all.c:39:45: style: Function 'memstat_sysctl_all' argument 1 names different: declaration 'list' definition 'mtlp'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libmemstat/memstat.h:107:49: note: Function 'memstat_sysctl_all' argument 1 names different: declaration 'list' definition 'mtlp'.
freebsd-libs-9.0+ds1/lib/libmemstat/memstat_all.c:39:45: note: Function 'memstat_sysctl_all' argument 1 names different: declaration 'list' definition 'mtlp'.
freebsd-libs-9.0+ds1/lib/libmemstat/memstat_all.c:50:42: style: Function 'memstat_kvm_all' argument 1 names different: declaration 'list' definition 'mtlp'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libmemstat/memstat.h:114:46: note: Function 'memstat_kvm_all' argument 1 names different: declaration 'list' definition 'mtlp'.
freebsd-libs-9.0+ds1/lib/libmemstat/memstat_all.c:50:42: note: Function 'memstat_kvm_all' argument 1 names different: declaration 'list' definition 'mtlp'.
freebsd-libs-9.0+ds1/lib/libmemstat/memstat_malloc.c:248:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libmemstat/memstat_malloc.c:288:31: style: The scope of the variable 'mtip' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libmemstat/memstat_uma.c:259:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libnetgraph/debug.c:310:38: style: Function '_NgDebugBytes' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libnetgraph/internal.h:73:50: note: Function '_NgDebugBytes' argument 2 names different: declaration 'size' definition 'len'.
freebsd-libs-9.0+ds1/lib/libnetgraph/debug.c:310:38: note: Function '_NgDebugBytes' argument 2 names different: declaration 'size' definition 'len'.
freebsd-libs-9.0+ds1/lib/libnetgraph/msg.c:210:20: warning: Either the condition 'args==NULL' is redundant or there is possible null pointer dereference: args. [nullPointerRedundantCheck]
freebsd-libs-9.0+ds1/lib/libnetgraph/msg.c:194:11: note: Assuming that condition 'args==NULL' is not redundant
freebsd-libs-9.0+ds1/lib/libnetgraph/msg.c:210:20: note: Null pointer dereference
freebsd-libs-9.0+ds1/lib/libnetgraph/msg.c:313:3: error: Memory leak: rep [memleak]
freebsd-libs-9.0+ds1/lib/libnetgraph/msg.c:316:2: error: Memory leak: rep [memleak]
freebsd-libs-9.0+ds1/lib/libnetgraph/msg.c:376:3: error: Memory leak: reply [memleak]
freebsd-libs-9.0+ds1/lib/libnetgraph/msg.c:379:2: error: Memory leak: reply [memleak]
freebsd-libs-9.0+ds1/lib/libnetgraph/sock.c:218:11: style: The scope of the variable 'errnosv' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libnetgraph/sock.c:274:6: style: The scope of the variable 'errnosv' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libnetgraph/sock.c:258:3: error: Memory leak: buf [memleak]
freebsd-libs-9.0+ds1/lib/libnetgraph/sock.c:261:2: error: Memory leak: buf [memleak]
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:534:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:582:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:584:11: style: The scope of the variable 'actlen' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:715:21: style: The scope of the variable 'dev' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:875:6: style: The scope of the variable 'err' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:171:28: style: Function 'usb_close' argument 1 names different: declaration 'dev' definition 'udev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/usb.h:273:32: note: Function 'usb_close' argument 1 names different: declaration 'dev' definition 'udev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:171:28: note: Function 'usb_close' argument 1 names different: declaration 'dev' definition 'udev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:201:42: style: Function 'usb_get_string' argument 2 names different: declaration 'index' definition 'strindex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/usb.h:274:46: note: Function 'usb_get_string' argument 2 names different: declaration 'index' definition 'strindex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:201:42: note: Function 'usb_get_string' argument 2 names different: declaration 'index' definition 'strindex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:222:49: style: Function 'usb_get_string_simple' argument 2 names different: declaration 'index' definition 'strindex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/usb.h:275:53: note: Function 'usb_get_string_simple' argument 2 names different: declaration 'index' definition 'strindex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:222:49: note: Function 'usb_get_string_simple' argument 2 names different: declaration 'index' definition 'strindex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:244:13: style: Function 'usb_get_descriptor_by_endpoint' argument 4 names different: declaration 'index' definition 'ep_index'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/usb.h:276:89: note: Function 'usb_get_descriptor_by_endpoint' argument 4 names different: declaration 'index' definition 'ep_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:244:13: note: Function 'usb_get_descriptor_by_endpoint' argument 4 names different: declaration 'index' definition 'ep_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:260:65: style: Function 'usb_get_descriptor' argument 3 names different: declaration 'index' definition 'desc_index'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/usb.h:277:69: note: Function 'usb_get_descriptor' argument 3 names different: declaration 'index' definition 'desc_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:260:65: note: Function 'usb_get_descriptor' argument 3 names different: declaration 'index' definition 'desc_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:689:20: style: Function 'usb_control_msg' argument 5 names different: declaration 'index' definition 'wIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/usb.h:286:88: note: Function 'usb_control_msg' argument 5 names different: declaration 'index' definition 'wIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:689:20: note: Function 'usb_control_msg' argument 5 names different: declaration 'index' definition 'wIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:713:40: style: Function 'usb_set_configuration' argument 1 names different: declaration 'dev' definition 'udev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/usb.h:287:44: note: Function 'usb_set_configuration' argument 1 names different: declaration 'dev' definition 'udev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:713:40: note: Function 'usb_set_configuration' argument 1 names different: declaration 'dev' definition 'udev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:713:50: style: Function 'usb_set_configuration' argument 2 names different: declaration 'configuration' definition 'bConfigurationValue'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/usb.h:287:53: note: Function 'usb_set_configuration' argument 2 names different: declaration 'configuration' definition 'bConfigurationValue'.
freebsd-libs-9.0+ds1/lib/libusb/libusb01.c:713:50: note: Function 'usb_set_configuration' argument 2 names different: declaration 'configuration' definition 'bConfigurationValue'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:246:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:407:39: style: The scope of the variable 'pdesc' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:444:38: style: Function 'libusb_close' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:323:42: note: Function 'libusb_close' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:444:38: note: Function 'libusb_close' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:474:43: style: Function 'libusb_get_device' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:324:57: note: Function 'libusb_get_device' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:474:43: note: Function 'libusb_get_device' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:482:50: style: Function 'libusb_get_configuration' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:325:53: note: Function 'libusb_get_configuration' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:482:50: note: Function 'libusb_get_configuration' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:501:50: style: Function 'libusb_set_configuration' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:326:53: note: Function 'libusb_set_configuration' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:501:50: note: Function 'libusb_set_configuration' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:547:48: style: Function 'libusb_claim_interface' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:327:51: note: Function 'libusb_claim_interface' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:547:48: note: Function 'libusb_claim_interface' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:570:50: style: Function 'libusb_release_interface' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:328:53: note: Function 'libusb_release_interface' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:570:50: note: Function 'libusb_release_interface' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:593:58: style: Function 'libusb_set_interface_alt_setting' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:337:61: note: Function 'libusb_set_interface_alt_setting' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:593:58: note: Function 'libusb_set_interface_alt_setting' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:644:43: style: Function 'libusb_clear_halt' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:317:45: note: Function 'libusb_clear_halt' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:644:43: note: Function 'libusb_clear_halt' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:677:45: style: Function 'libusb_reset_device' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:329:48: note: Function 'libusb_reset_device' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:677:45: note: Function 'libusb_reset_device' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:700:48: style: Function 'libusb_check_connected' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:330:51: note: Function 'libusb_check_connected' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:700:48: note: Function 'libusb_check_connected' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:715:53: style: Function 'libusb_kernel_driver_active' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:331:57: note: Function 'libusb_kernel_driver_active' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:715:53: note: Function 'libusb_kernel_driver_active' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:727:46: style: Function 'libusb_get_driver_np' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:332:49: note: Function 'libusb_get_driver_np' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:727:46: note: Function 'libusb_get_driver_np' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:734:43: style: Function 'libusb_get_driver' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:333:46: note: Function 'libusb_get_driver' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:734:43: note: Function 'libusb_get_driver' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:762:56: style: Function 'libusb_detach_kernel_driver_np' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:334:60: note: Function 'libusb_detach_kernel_driver_np' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:762:56: note: Function 'libusb_detach_kernel_driver_np' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:768:53: style: Function 'libusb_detach_kernel_driver' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:335:57: note: Function 'libusb_detach_kernel_driver' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:768:53: note: Function 'libusb_detach_kernel_driver' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:782:53: style: Function 'libusb_attach_kernel_driver' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:336:57: note: Function 'libusb_attach_kernel_driver' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:782:53: note: Function 'libusb_attach_kernel_driver' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:819:46: style: Function 'libusb_free_transfer' argument 1 names different: declaration 'transfer' definition 'uxfer'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:352:51: note: Function 'libusb_free_transfer' argument 1 names different: declaration 'transfer' definition 'uxfer'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:819:46: note: Function 'libusb_free_transfer' argument 1 names different: declaration 'transfer' definition 'uxfer'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:1295:48: style: Function 'libusb_submit_transfer' argument 1 names different: declaration 'transfer' definition 'uxfer'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:353:52: note: Function 'libusb_submit_transfer' argument 1 names different: declaration 'transfer' definition 'uxfer'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:1295:48: note: Function 'libusb_submit_transfer' argument 1 names different: declaration 'transfer' definition 'uxfer'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:1358:48: style: Function 'libusb_cancel_transfer' argument 1 names different: declaration 'transfer' definition 'uxfer'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:354:52: note: Function 'libusb_cancel_transfer' argument 1 names different: declaration 'transfer' definition 'uxfer'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10.c:1358:48: note: Function 'libusb_cancel_transfer' argument 1 names different: declaration 'transfer' definition 'uxfer'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10_desc.c:266:6: style: The scope of the variable 'err' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb10_desc.c:297:58: style: Function 'libusb_get_string_descriptor_ascii' argument 1 names different: declaration 'devh' definition 'pdev'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb.h:346:63: note: Function 'libusb_get_string_descriptor_ascii' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10_desc.c:297:58: note: Function 'libusb_get_string_descriptor_ascii' argument 1 names different: declaration 'devh' definition 'pdev'.
freebsd-libs-9.0+ds1/lib/libusb/libusb10_io.c:111:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libusb/libusb10_io.c:115:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:451:11: style: The scope of the variable 'transfer_max' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:452:11: style: The scope of the variable 'transfer_act' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:555:28: style: The scope of the variable 'xfer' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:627:28: style: The scope of the variable 'xfer' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:803:11: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:155:59: style: Function 'libusb20_tr_open' argument 2 names different: declaration 'max_buf_size' definition 'MaxBufSize'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:204:63: note: Function 'libusb20_tr_open' argument 2 names different: declaration 'max_buf_size' definition 'MaxBufSize'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:155:59: note: Function 'libusb20_tr_open' argument 2 names different: declaration 'max_buf_size' definition 'MaxBufSize'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:156:14: style: Function 'libusb20_tr_open' argument 3 names different: declaration 'max_frame_count' definition 'MaxFrameCount'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:204:86: note: Function 'libusb20_tr_open' argument 3 names different: declaration 'max_frame_count' definition 'MaxFrameCount'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:156:14: note: Function 'libusb20_tr_open' argument 3 names different: declaration 'max_frame_count' definition 'MaxFrameCount'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:203:64: style: Function 'libusb20_tr_get_pointer' argument 2 names different: declaration 'tr_index' definition 'trIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:205:90: note: Function 'libusb20_tr_get_pointer' argument 2 names different: declaration 'tr_index' definition 'trIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:203:64: note: Function 'libusb20_tr_get_pointer' argument 2 names different: declaration 'tr_index' definition 'trIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:327:79: style: Function 'libusb20_tr_set_buffer' argument 3 names different: declaration 'fr_index' definition 'frIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:217:84: note: Function 'libusb20_tr_set_buffer' argument 3 names different: declaration 'fr_index' definition 'frIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:327:79: note: Function 'libusb20_tr_set_buffer' argument 3 names different: declaration 'fr_index' definition 'frIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:348:65: style: Function 'libusb20_tr_get_length' argument 2 names different: declaration 'fr_index' definition 'frIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:220:74: note: Function 'libusb20_tr_get_length' argument 2 names different: declaration 'fr_index' definition 'frIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:348:65: note: Function 'libusb20_tr_get_length' argument 2 names different: declaration 'fr_index' definition 'frIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:354:82: style: Function 'libusb20_tr_set_length' argument 3 names different: declaration 'fr_index' definition 'frIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:221:87: note: Function 'libusb20_tr_set_length' argument 3 names different: declaration 'fr_index' definition 'frIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:354:82: note: Function 'libusb20_tr_set_length' argument 3 names different: declaration 'fr_index' definition 'frIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:393:62: style: Function 'libusb20_tr_setup_bulk' argument 2 names different: declaration 'pbuf' definition 'pBuf'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:226:67: note: Function 'libusb20_tr_setup_bulk' argument 2 names different: declaration 'pbuf' definition 'pBuf'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:393:62: note: Function 'libusb20_tr_setup_bulk' argument 2 names different: declaration 'pbuf' definition 'pBuf'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:403:79: style: Function 'libusb20_tr_setup_control' argument 3 names different: declaration 'pbuf' definition 'pBuf'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:227:84: note: Function 'libusb20_tr_setup_control' argument 3 names different: declaration 'pbuf' definition 'pBuf'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:403:79: note: Function 'libusb20_tr_setup_control' argument 3 names different: declaration 'pbuf' definition 'pBuf'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:424:62: style: Function 'libusb20_tr_setup_intr' argument 2 names different: declaration 'pbuf' definition 'pBuf'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:228:67: note: Function 'libusb20_tr_setup_intr' argument 2 names different: declaration 'pbuf' definition 'pBuf'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:424:62: note: Function 'libusb20_tr_setup_intr' argument 2 names different: declaration 'pbuf' definition 'pBuf'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:434:62: style: Function 'libusb20_tr_setup_isoc' argument 2 names different: declaration 'pbuf' definition 'pBuf'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:229:67: note: Function 'libusb20_tr_setup_isoc' argument 2 names different: declaration 'pbuf' definition 'pBuf'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:434:62: note: Function 'libusb20_tr_setup_isoc' argument 2 names different: declaration 'pbuf' definition 'pBuf'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:434:94: style: Function 'libusb20_tr_setup_isoc' argument 4 names different: declaration 'fr_index' definition 'frIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:229:99: note: Function 'libusb20_tr_setup_isoc' argument 4 names different: declaration 'fr_index' definition 'frIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:434:94: note: Function 'libusb20_tr_setup_isoc' argument 4 names different: declaration 'fr_index' definition 'frIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:595:73: style: Function 'libusb20_dev_detach_kernel_driver' argument 2 names different: declaration 'iface_index' definition 'ifaceIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:243:77: note: Function 'libusb20_dev_detach_kernel_driver' argument 2 names different: declaration 'iface_index' definition 'ifaceIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:595:73: note: Function 'libusb20_dev_detach_kernel_driver' argument 2 names different: declaration 'iface_index' definition 'ifaceIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:616:73: style: Function 'libusb20_dev_kernel_driver_active' argument 2 names different: declaration 'iface_index' definition 'ifaceIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:247:77: note: Function 'libusb20_dev_kernel_driver_active' argument 2 names different: declaration 'iface_index' definition 'ifaceIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:616:73: note: Function 'libusb20_dev_kernel_driver_active' argument 2 names different: declaration 'iface_index' definition 'ifaceIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:625:58: style: Function 'libusb20_dev_open' argument 2 names different: declaration 'transfer_max' definition 'nTransferMax'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:248:62: note: Function 'libusb20_dev_open' argument 2 names different: declaration 'transfer_max' definition 'nTransferMax'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:625:58: note: Function 'libusb20_dev_open' argument 2 names different: declaration 'transfer_max' definition 'nTransferMax'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:714:66: style: Function 'libusb20_dev_set_alt_index' argument 2 names different: declaration 'iface_index' definition 'ifaceIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:257:70: note: Function 'libusb20_dev_set_alt_index' argument 2 names different: declaration 'iface_index' definition 'ifaceIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:714:66: note: Function 'libusb20_dev_set_alt_index' argument 2 names different: declaration 'iface_index' definition 'ifaceIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:714:86: style: Function 'libusb20_dev_set_alt_index' argument 3 names different: declaration 'alt_index' definition 'altIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:257:91: note: Function 'libusb20_dev_set_alt_index' argument 3 names different: declaration 'alt_index' definition 'altIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:714:86: note: Function 'libusb20_dev_set_alt_index' argument 3 names different: declaration 'alt_index' definition 'altIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:745:13: style: Function 'libusb20_dev_req_string_sync' argument 2 names different: declaration 'index' definition 'str_index'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:251:72: note: Function 'libusb20_dev_req_string_sync' argument 2 names different: declaration 'index' definition 'str_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:745:13: note: Function 'libusb20_dev_req_string_sync' argument 2 names different: declaration 'index' definition 'str_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:796:13: style: Function 'libusb20_dev_req_string_simple_sync' argument 2 names different: declaration 'index' definition 'str_index'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:252:79: note: Function 'libusb20_dev_req_string_simple_sync' argument 2 names different: declaration 'index' definition 'str_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:796:13: note: Function 'libusb20_dev_req_string_simple_sync' argument 2 names different: declaration 'index' definition 'str_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:879:65: style: Function 'libusb20_dev_alloc_config' argument 2 names different: declaration 'config_index' definition 'configIndex'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:262:89: note: Function 'libusb20_dev_alloc_config' argument 2 names different: declaration 'config_index' definition 'configIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:879:65: note: Function 'libusb20_dev_alloc_config' argument 2 names different: declaration 'config_index' definition 'configIndex'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:1094:14: style: Function 'libusb20_be_get_dev_quirk' argument 2 names different: declaration 'index' definition 'quirk_index'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:277:70: note: Function 'libusb20_be_get_dev_quirk' argument 2 names different: declaration 'index' definition 'quirk_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:1094:14: note: Function 'libusb20_be_get_dev_quirk' argument 2 names different: declaration 'index' definition 'quirk_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:1101:14: style: Function 'libusb20_be_get_quirk_name' argument 2 names different: declaration 'index' definition 'quirk_index'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusb/libusb20.h:278:71: note: Function 'libusb20_be_get_quirk_name' argument 2 names different: declaration 'index' definition 'quirk_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20.c:1101:14: note: Function 'libusb20_be_get_quirk_name' argument 2 names different: declaration 'index' definition 'quirk_index'.
freebsd-libs-9.0+ds1/lib/libusb/libusb20_desc.c:668:14: style: The scope of the variable 'dummy' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusb/libusb20_ugen20.c:697:28: style: The scope of the variable 'xfer' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/lib/libusbhid/descr.c:91:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/lib/libusbhid/descr.c:85:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/lib/libusbhid/descr.c:91:3: note: Variable 'ret' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/lib/libusbhid/descr.c:59:23: style: Function 'hid_get_report_id' argument 1 names different: declaration 'file' definition 'fd'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusbhid/usbhid.h:86:27: note: Function 'hid_get_report_id' argument 1 names different: declaration 'file' definition 'fd'.
freebsd-libs-9.0+ds1/lib/libusbhid/descr.c:59:23: note: Function 'hid_get_report_id' argument 1 names different: declaration 'file' definition 'fd'.
freebsd-libs-9.0+ds1/lib/libusbhid/descr.c:97:25: style: Function 'hid_get_report_desc' argument 1 names different: declaration 'file' definition 'fd'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusbhid/usbhid.h:83:39: note: Function 'hid_get_report_desc' argument 1 names different: declaration 'file' definition 'fd'.
freebsd-libs-9.0+ds1/lib/libusbhid/descr.c:97:25: note: Function 'hid_get_report_desc' argument 1 names different: declaration 'file' definition 'fd'.
freebsd-libs-9.0+ds1/lib/libusbhid/parse.c:146:54: style: Function 'hid_start_parse' argument 3 names different: declaration 'id' definition '__unused'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusbhid/usbhid.h:90:62: note: Function 'hid_start_parse' argument 3 names different: declaration 'id' definition '__unused'.
freebsd-libs-9.0+ds1/lib/libusbhid/parse.c:146:54: note: Function 'hid_start_parse' argument 3 names different: declaration 'id' definition '__unused'.
freebsd-libs-9.0+ds1/lib/libusbhid/parse.c:510:31: style: Function 'hid_report_size' argument 1 names different: declaration 'd' definition 'r'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusbhid/usbhid.h:93:35: note: Function 'hid_report_size' argument 1 names different: declaration 'd' definition 'r'.
freebsd-libs-9.0+ds1/lib/libusbhid/parse.c:510:31: note: Function 'hid_report_size' argument 1 names different: declaration 'd' definition 'r'.
freebsd-libs-9.0+ds1/lib/libusbhid/parse.c:550:26: style: Function 'hid_locate' argument 1 names different: declaration 'd' definition 'desc'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusbhid/usbhid.h:94:30: note: Function 'hid_locate' argument 1 names different: declaration 'd' definition 'desc'.
freebsd-libs-9.0+ds1/lib/libusbhid/parse.c:550:26: note: Function 'hid_locate' argument 1 names different: declaration 'd' definition 'desc'.
freebsd-libs-9.0+ds1/lib/libusbhid/parse.c:550:45: style: Function 'hid_locate' argument 2 names different: declaration 'usage' definition 'u'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusbhid/usbhid.h:94:46: note: Function 'hid_locate' argument 2 names different: declaration 'usage' definition 'u'.
freebsd-libs-9.0+ds1/lib/libusbhid/parse.c:550:45: note: Function 'hid_locate' argument 2 names different: declaration 'usage' definition 'u'.
freebsd-libs-9.0+ds1/lib/libusbhid/usage.c:99:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-libs-9.0+ds1/lib/libusbhid/usage.c:74:22: style: Function 'hid_init' argument 1 names different: declaration 'file' definition 'hidname'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/lib/libusbhid/usbhid.h:100:27: note: Function 'hid_init' argument 1 names different: declaration 'file' definition 'hidname'.
freebsd-libs-9.0+ds1/lib/libusbhid/usage.c:74:22: note: Function 'hid_init' argument 1 names different: declaration 'file' definition 'hidname'.
freebsd-libs-9.0+ds1/lib/libusbhid/usage.c:97:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freebsd-libs-9.0+ds1/lib/libusbhid/usage.c:99:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freebsd-libs-9.0+ds1/lib/libusbhid/usage.c:100:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freebsd-libs-9.0+ds1/lib/libusbhid/usage.c:133:6: error: Common realloc mistake: 'pages' nulled but not freed upon failure [memleakOnRealloc]
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:1413:19: style: The scope of the variable 'new_path' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:1702:34: style: The scope of the variable 'cur_scsi' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:254:34: style: Function 'probeschedule' argument 1 names different: declaration 'probe_periph' definition 'periph'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:161:47: note: Function 'probeschedule' argument 1 names different: declaration 'probe_periph' definition 'periph'.
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:254:34: note: Function 'probeschedule' argument 1 names different: declaration 'probe_periph' definition 'periph'.
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:1254:52: style: Function 'ata_scan_bus' argument 2 names different: declaration 'ccb' definition 'request_ccb'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:169:65: note: Function 'ata_scan_bus' argument 2 names different: declaration 'ccb' definition 'request_ccb'.
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:1254:52: note: Function 'ata_scan_bus' argument 2 names different: declaration 'ccb' definition 'request_ccb'.
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:1409:35: style: Function 'ata_scan_lun' argument 4 names different: declaration 'ccb' definition 'request_ccb'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:172:22: note: Function 'ata_scan_lun' argument 4 names different: declaration 'ccb' definition 'request_ccb'.
freebsd-libs-9.0+ds1/sys/cam/ata/ata_xpt.c:1409:35: note: Function 'ata_scan_lun' argument 4 names different: declaration 'ccb' definition 'request_ccb'.
freebsd-libs-9.0+ds1/sys/cam/cam_periph.c:728:4: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
freebsd-libs-9.0+ds1/sys/cam/cam_periph.c:129:9: style: The scope of the variable 'early' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/cam_periph.c:391:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/cam_queue.c:391:6: style: The scope of the variable 'parent' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/cam_queue.c:411:51: style: Function 'heap_down' argument 3 names different: declaration 'last_index' definition 'num_entries'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/cam/cam_queue.c:53:10: note: Function 'heap_down' argument 3 names different: declaration 'last_index' definition 'num_entries'.
freebsd-libs-9.0+ds1/sys/cam/cam_queue.c:411:51: note: Function 'heap_down' argument 3 names different: declaration 'last_index' definition 'num_entries'.
freebsd-libs-9.0+ds1/sys/cam/cam_sim.c:108:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/cam_xpt.c:853:18: style: The scope of the variable 'hdr' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/cam_xpt.c:3112:22: style: The scope of the variable 'drv' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/cam_xpt.c:3648:17: style: The scope of the variable 'bus' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/cam_xpt.c:4215:6: style: The scope of the variable 'first' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_all.c:5358:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_cd.c:1662:29: style: The scope of the variable 'sense' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_cd.c:1537:46: style: Function 'cddone' argument 2 names different: declaration 'start_ccb' definition 'done_ccb'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_cd.c:245:22: note: Function 'cddone' argument 2 names different: declaration 'start_ccb' definition 'done_ccb'.
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_cd.c:1537:46: note: Function 'cddone' argument 2 names different: declaration 'start_ccb' definition 'done_ccb'.
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_cd.c:1775:7: error: Uninitialized variable: announce_buf [uninitvar]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_low.c:4549:2: warning: printf format string requires 7 parameters but 8 are given. [wrongPrintfScanfArgNum]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_low.c:4783:1: warning: printf format string requires 6 parameters but 7 are given. [wrongPrintfScanfArgNum]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_low.c:4801:1: warning: printf format string requires 8 parameters but 9 are given. [wrongPrintfScanfArgNum]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_low.c:4818:2: warning: printf format string requires 4 parameters but 5 are given. [wrongPrintfScanfArgNum]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_low.c:1994:20: style: The scope of the variable 'ti' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_low.c:1995:19: style: The scope of the variable 'li' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_low.c:4659:16: style: The scope of the variable 'acb' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_low.c:1953:7: style: Variable 'li' is assigned a value that is never used. [unreadVariable]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_low.c:2034:8: style: Variable 'li' is assigned a value that is never used. [unreadVariable]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_pass.c:573:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_pass.c:471:31: style: Variable 'softc' is assigned a value that is never used. [unreadVariable]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_ses.c:1969:10: style: The scope of the variable 'status' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_ses.c:1277:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_targ_bh.c:777:41: style: Function 'targbhfreedescr' argument 1 names different: declaration 'buf' definition 'descr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_targ_bh.c:145:54: note: Function 'targbhfreedescr' argument 1 names different: declaration 'buf' definition 'descr'.
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_targ_bh.c:777:41: note: Function 'targbhfreedescr' argument 1 names different: declaration 'buf' definition 'descr'.
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_target.c:757:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_target.c:1087:19: style: The scope of the variable 'sim' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:838:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:1296:8: style: The scope of the variable 'idx' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:1730:12: style: The scope of the variable 'ol' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:2207:19: style: The scope of the variable 'new_path' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:2558:34: style: The scope of the variable 'cur_scsi' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:652:34: style: Function 'probeschedule' argument 1 names different: declaration 'probe_periph' definition 'periph'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:544:47: note: Function 'probeschedule' argument 1 names different: declaration 'probe_periph' definition 'periph'.
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:652:34: note: Function 'probeschedule' argument 1 names different: declaration 'probe_periph' definition 'periph'.
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:1841:53: style: Function 'scsi_scan_bus' argument 2 names different: declaration 'ccb' definition 'request_ccb'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:557:66: note: Function 'scsi_scan_bus' argument 2 names different: declaration 'ccb' definition 'request_ccb'.
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:1841:53: note: Function 'scsi_scan_bus' argument 2 names different: declaration 'ccb' definition 'request_ccb'.
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:2203:35: style: Function 'scsi_scan_lun' argument 4 names different: declaration 'ccb' definition 'request_ccb'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:560:22: note: Function 'scsi_scan_lun' argument 4 names different: declaration 'ccb' definition 'request_ccb'.
freebsd-libs-9.0+ds1/sys/cam/scsi/scsi_xpt.c:2203:35: note: Function 'scsi_scan_lun' argument 4 names different: declaration 'ccb' definition 'request_ccb'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:744:7: style: The scope of the variable 'accumulate' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:822:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1040:18: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1648:9: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1227:49: style: Function 'LibAliasSaveFragment' argument 2 names different: declaration '_ptr' definition 'ptr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:122:52: note: Function 'LibAliasSaveFragment' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1227:49: note: Function 'LibAliasSaveFragment' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1246:48: style: Function 'LibAliasGetFragment' argument 2 names different: declaration '_ptr' definition 'ptr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:121:62: note: Function 'LibAliasGetFragment' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1246:48: note: Function 'LibAliasGetFragment' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1267:47: style: Function 'LibAliasFragmentIn' argument 2 names different: declaration '_ptr' definition 'ptr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:120:51: note: Function 'LibAliasFragmentIn' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1267:47: note: Function 'LibAliasFragmentIn' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1270:11: style: Function 'LibAliasFragmentIn' argument 3 names different: declaration '_ptr_fragment' definition 'ptr_fragment'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:120:63: note: Function 'LibAliasFragmentIn' argument 3 names different: declaration '_ptr_fragment' definition 'ptr_fragment'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1270:11: note: Function 'LibAliasFragmentIn' argument 3 names different: declaration '_ptr_fragment' definition 'ptr_fragment'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1297:39: style: Function 'LibAliasIn' argument 2 names different: declaration '_ptr' definition 'ptr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:94:43: note: Function 'LibAliasIn' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1297:39: note: Function 'LibAliasIn' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1297:48: style: Function 'LibAliasIn' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:94:53: note: Function 'LibAliasIn' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1297:48: note: Function 'LibAliasIn' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1413:40: style: Function 'LibAliasOut' argument 2 names different: declaration '_ptr' definition 'ptr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:95:43: note: Function 'LibAliasOut' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1413:40: note: Function 'LibAliasOut' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1413:49: style: Function 'LibAliasOut' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:95:53: note: Function 'LibAliasOut' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1413:49: note: Function 'LibAliasOut' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1424:43: style: Function 'LibAliasOutTry' argument 2 names different: declaration '_ptr' definition 'ptr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:96:46: note: Function 'LibAliasOutTry' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1424:43: note: Function 'LibAliasOutTry' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1424:52: style: Function 'LibAliasOutTry' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:96:56: note: Function 'LibAliasOutTry' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1424:52: note: Function 'LibAliasOutTry' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1424:71: style: Function 'LibAliasOutTry' argument 4 names different: declaration '_create' definition 'create'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:96:76: note: Function 'LibAliasOutTry' argument 4 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1424:71: note: Function 'LibAliasOutTry' argument 4 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1534:47: style: Function 'LibAliasUnaliasOut' argument 2 names different: declaration '_ptr' definition 'ptr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:97:50: note: Function 'LibAliasUnaliasOut' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1534:47: note: Function 'LibAliasUnaliasOut' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1535:9: style: Function 'LibAliasUnaliasOut' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:97:60: note: Function 'LibAliasUnaliasOut' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1535:9: note: Function 'LibAliasUnaliasOut' argument 3 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:887:11: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:953:11: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.c:1117:11: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_cuseeme.c:207:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2146:2: style: Variable 'la->deleteAllLinks' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2143:2: note: Variable 'la->deleteAllLinks' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2146:2: note: Variable 'la->deleteAllLinks' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2436:2: style: Variable 'la->deleteAllLinks' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2434:2: note: Variable 'la->deleteAllLinks' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2436:2: note: Variable 'la->deleteAllLinks' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:791:22: style: The scope of the variable 'search_result' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:823:21: style: The scope of the variable 'lnk' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2169:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2475:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2764:6: style: The scope of the variable 'r' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:733:20: style: Function 'FindNewPortGroup' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:313:54: note: Function 'FindNewPortGroup' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:733:20: note: Function 'FindNewPortGroup' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:734:20: style: Function 'FindNewPortGroup' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:313:80: note: Function 'FindNewPortGroup' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:734:20: note: Function 'FindNewPortGroup' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:735:13: style: Function 'FindNewPortGroup' argument 4 names different: declaration '_src_port' definition 'src_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:314:13: note: Function 'FindNewPortGroup' argument 4 names different: declaration '_src_port' definition 'src_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:735:13: note: Function 'FindNewPortGroup' argument 4 names different: declaration '_src_port' definition 'src_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:736:13: style: Function 'FindNewPortGroup' argument 5 names different: declaration '_dst_port' definition 'dst_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:314:32: note: Function 'FindNewPortGroup' argument 5 names different: declaration '_dst_port' definition 'dst_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:736:13: note: Function 'FindNewPortGroup' argument 5 names different: declaration '_dst_port' definition 'dst_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:737:13: style: Function 'FindNewPortGroup' argument 6 names different: declaration '_port_count' definition 'port_count'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:314:51: note: Function 'FindNewPortGroup' argument 6 names different: declaration '_port_count' definition 'port_count'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:737:13: note: Function 'FindNewPortGroup' argument 6 names different: declaration '_port_count' definition 'port_count'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:738:12: style: Function 'FindNewPortGroup' argument 7 names different: declaration '_proto' definition 'proto'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:315:12: note: Function 'FindNewPortGroup' argument 7 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:738:12: note: Function 'FindNewPortGroup' argument 7 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:739:12: style: Function 'FindNewPortGroup' argument 8 names different: declaration '_align' definition 'align'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:315:27: note: Function 'FindNewPortGroup' argument 8 names different: declaration '_align' definition 'align'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:739:12: note: Function 'FindNewPortGroup' argument 8 names different: declaration '_align' definition 'align'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:936:9: style: Function 'AddLink' argument 7 names different: declaration 'alias_param' definition 'alias_port_param'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:257:9: note: Function 'AddLink' argument 7 names different: declaration 'alias_param' definition 'alias_port_param'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:936:9: note: Function 'AddLink' argument 7 names different: declaration 'alias_param' definition 'alias_port_param'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1344:48: style: Function 'FindIcmpIn' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:259:48: note: Function 'FindIcmpIn' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1344:48: note: Function 'FindIcmpIn' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1345:20: style: Function 'FindIcmpIn' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:259:74: note: Function 'FindIcmpIn' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1345:20: note: Function 'FindIcmpIn' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1346:13: style: Function 'FindIcmpIn' argument 4 names different: declaration '_id_alias' definition 'id_alias'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:260:13: note: Function 'FindIcmpIn' argument 4 names different: declaration '_id_alias' definition 'id_alias'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1346:13: note: Function 'FindIcmpIn' argument 4 names different: declaration '_id_alias' definition 'id_alias'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1347:9: style: Function 'FindIcmpIn' argument 5 names different: declaration '_create' definition 'create'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:260:28: note: Function 'FindIcmpIn' argument 5 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1347:9: note: Function 'FindIcmpIn' argument 5 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1368:49: style: Function 'FindIcmpOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:262:49: note: Function 'FindIcmpOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1368:49: note: Function 'FindIcmpOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1369:20: style: Function 'FindIcmpOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:262:75: note: Function 'FindIcmpOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1369:20: note: Function 'FindIcmpOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1370:13: style: Function 'FindIcmpOut' argument 4 names different: declaration '_id' definition 'id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:263:13: note: Function 'FindIcmpOut' argument 4 names different: declaration '_id' definition 'id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1370:13: note: Function 'FindIcmpOut' argument 4 names different: declaration '_id' definition 'id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1371:9: style: Function 'FindIcmpOut' argument 5 names different: declaration '_create' definition 'create'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:263:22: note: Function 'FindIcmpOut' argument 5 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1371:9: note: Function 'FindIcmpOut' argument 5 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1392:53: style: Function 'FindFragmentIn1' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:265:53: note: Function 'FindFragmentIn1' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1392:53: note: Function 'FindFragmentIn1' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1393:20: style: Function 'FindFragmentIn1' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:265:79: note: Function 'FindFragmentIn1' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1393:20: note: Function 'FindFragmentIn1' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1394:13: style: Function 'FindFragmentIn1' argument 4 names different: declaration '_ip_id' definition 'ip_id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:266:13: note: Function 'FindFragmentIn1' argument 4 names different: declaration '_ip_id' definition 'ip_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1394:13: note: Function 'FindFragmentIn1' argument 4 names different: declaration '_ip_id' definition 'ip_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1413:53: style: Function 'FindFragmentIn2' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:268:53: note: Function 'FindFragmentIn2' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1413:53: note: Function 'FindFragmentIn2' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1415:20: style: Function 'FindFragmentIn2' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:268:79: note: Function 'FindFragmentIn2' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1415:20: note: Function 'FindFragmentIn2' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1416:13: style: Function 'FindFragmentIn2' argument 4 names different: declaration '_ip_id' definition 'ip_id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:269:13: note: Function 'FindFragmentIn2' argument 4 names different: declaration '_ip_id' definition 'ip_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1416:13: note: Function 'FindFragmentIn2' argument 4 names different: declaration '_ip_id' definition 'ip_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1427:56: style: Function 'AddFragmentPtrLink' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:271:58: note: Function 'AddFragmentPtrLink' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1427:56: note: Function 'AddFragmentPtrLink' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1428:13: style: Function 'AddFragmentPtrLink' argument 3 names different: declaration '_ip_id' definition 'ip_id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:271:77: note: Function 'AddFragmentPtrLink' argument 3 names different: declaration '_ip_id' definition 'ip_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1428:13: note: Function 'AddFragmentPtrLink' argument 3 names different: declaration '_ip_id' definition 'ip_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1439:53: style: Function 'FindFragmentPtr' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:273:55: note: Function 'FindFragmentPtr' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1439:53: note: Function 'FindFragmentPtr' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1440:13: style: Function 'FindFragmentPtr' argument 3 names different: declaration '_ip_id' definition 'ip_id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:273:74: note: Function 'FindFragmentPtr' argument 3 names different: declaration '_ip_id' definition 'ip_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1440:13: note: Function 'FindFragmentPtr' argument 3 names different: declaration '_ip_id' definition 'ip_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1451:49: style: Function 'FindProtoIn' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:275:49: note: Function 'FindProtoIn' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1451:49: note: Function 'FindProtoIn' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1452:20: style: Function 'FindProtoIn' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:275:75: note: Function 'FindProtoIn' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1452:20: note: Function 'FindProtoIn' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1453:12: style: Function 'FindProtoIn' argument 4 names different: declaration '_proto' definition 'proto'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:276:12: note: Function 'FindProtoIn' argument 4 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1453:12: note: Function 'FindProtoIn' argument 4 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1475:50: style: Function 'FindProtoOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:278:50: note: Function 'FindProtoOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1475:50: note: Function 'FindProtoOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1476:20: style: Function 'FindProtoOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:278:76: note: Function 'FindProtoOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1476:20: note: Function 'FindProtoOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1477:12: style: Function 'FindProtoOut' argument 4 names different: declaration '_proto' definition 'proto'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:279:12: note: Function 'FindProtoOut' argument 4 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1477:12: note: Function 'FindProtoOut' argument 4 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1499:50: style: Function 'FindUdpTcpIn' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:281:50: note: Function 'FindUdpTcpIn' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1499:50: note: Function 'FindUdpTcpIn' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1500:20: style: Function 'FindUdpTcpIn' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:281:76: note: Function 'FindUdpTcpIn' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1500:20: note: Function 'FindUdpTcpIn' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1501:13: style: Function 'FindUdpTcpIn' argument 4 names different: declaration '_dst_port' definition 'dst_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:282:13: note: Function 'FindUdpTcpIn' argument 4 names different: declaration '_dst_port' definition 'dst_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1501:13: note: Function 'FindUdpTcpIn' argument 4 names different: declaration '_dst_port' definition 'dst_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1502:13: style: Function 'FindUdpTcpIn' argument 5 names different: declaration '_alias_port' definition 'alias_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:282:32: note: Function 'FindUdpTcpIn' argument 5 names different: declaration '_alias_port' definition 'alias_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1502:13: note: Function 'FindUdpTcpIn' argument 5 names different: declaration '_alias_port' definition 'alias_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1503:12: style: Function 'FindUdpTcpIn' argument 6 names different: declaration '_proto' definition 'proto'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:282:52: note: Function 'FindUdpTcpIn' argument 6 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1503:12: note: Function 'FindUdpTcpIn' argument 6 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1504:9: style: Function 'FindUdpTcpIn' argument 7 names different: declaration '_create' definition 'create'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:282:64: note: Function 'FindUdpTcpIn' argument 7 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1504:9: note: Function 'FindUdpTcpIn' argument 7 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1539:51: style: Function 'FindUdpTcpOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:284:51: note: Function 'FindUdpTcpOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1539:51: note: Function 'FindUdpTcpOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1540:20: style: Function 'FindUdpTcpOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:284:77: note: Function 'FindUdpTcpOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1540:20: note: Function 'FindUdpTcpOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1541:13: style: Function 'FindUdpTcpOut' argument 4 names different: declaration '_src_port' definition 'src_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:285:13: note: Function 'FindUdpTcpOut' argument 4 names different: declaration '_src_port' definition 'src_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1541:13: note: Function 'FindUdpTcpOut' argument 4 names different: declaration '_src_port' definition 'src_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1542:13: style: Function 'FindUdpTcpOut' argument 5 names different: declaration '_dst_port' definition 'dst_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:285:32: note: Function 'FindUdpTcpOut' argument 5 names different: declaration '_dst_port' definition 'dst_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1542:13: note: Function 'FindUdpTcpOut' argument 5 names different: declaration '_dst_port' definition 'dst_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1543:12: style: Function 'FindUdpTcpOut' argument 6 names different: declaration '_proto' definition 'proto'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:285:50: note: Function 'FindUdpTcpOut' argument 6 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1543:12: note: Function 'FindUdpTcpOut' argument 6 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1544:9: style: Function 'FindUdpTcpOut' argument 7 names different: declaration '_create' definition 'create'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:285:62: note: Function 'FindUdpTcpOut' argument 7 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1544:9: note: Function 'FindUdpTcpOut' argument 7 names different: declaration '_create' definition 'create'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1577:45: style: Function 'AddPptp' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:287:45: note: Function 'AddPptp' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1577:45: note: Function 'AddPptp' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1578:20: style: Function 'AddPptp' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:287:71: note: Function 'AddPptp' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1578:20: note: Function 'AddPptp' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1579:20: style: Function 'AddPptp' argument 4 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:288:20: note: Function 'AddPptp' argument 4 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1579:20: note: Function 'AddPptp' argument 4 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1580:15: style: Function 'AddPptp' argument 5 names different: declaration '_src_call_id' definition 'src_call_id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:288:43: note: Function 'AddPptp' argument 5 names different: declaration '_src_call_id' definition 'src_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1580:15: note: Function 'AddPptp' argument 5 names different: declaration '_src_call_id' definition 'src_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1594:57: style: Function 'FindPptpOutByCallId' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:290:57: note: Function 'FindPptpOutByCallId' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1594:57: note: Function 'FindPptpOutByCallId' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1595:20: style: Function 'FindPptpOutByCallId' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:291:20: note: Function 'FindPptpOutByCallId' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1595:20: note: Function 'FindPptpOutByCallId' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1596:15: style: Function 'FindPptpOutByCallId' argument 4 names different: declaration '_src_call_id' definition 'src_call_id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:291:41: note: Function 'FindPptpOutByCallId' argument 4 names different: declaration '_src_call_id' definition 'src_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1596:15: note: Function 'FindPptpOutByCallId' argument 4 names different: declaration '_src_call_id' definition 'src_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1615:61: style: Function 'FindPptpOutByPeerCallId' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:296:61: note: Function 'FindPptpOutByPeerCallId' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1615:61: note: Function 'FindPptpOutByPeerCallId' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1616:20: style: Function 'FindPptpOutByPeerCallId' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:297:20: note: Function 'FindPptpOutByPeerCallId' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1616:20: note: Function 'FindPptpOutByPeerCallId' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1617:15: style: Function 'FindPptpOutByPeerCallId' argument 4 names different: declaration '_dst_call_id' definition 'dst_call_id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:297:41: note: Function 'FindPptpOutByPeerCallId' argument 4 names different: declaration '_dst_call_id' definition 'dst_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1617:15: note: Function 'FindPptpOutByPeerCallId' argument 4 names different: declaration '_dst_call_id' definition 'dst_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1636:56: style: Function 'FindPptpInByCallId' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:293:56: note: Function 'FindPptpInByCallId' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1636:56: note: Function 'FindPptpInByCallId' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1637:20: style: Function 'FindPptpInByCallId' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:294:20: note: Function 'FindPptpInByCallId' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1637:20: note: Function 'FindPptpInByCallId' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1638:15: style: Function 'FindPptpInByCallId' argument 4 names different: declaration '_dst_call_id' definition 'dst_call_id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:294:43: note: Function 'FindPptpInByCallId' argument 4 names different: declaration '_dst_call_id' definition 'dst_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1638:15: note: Function 'FindPptpInByCallId' argument 4 names different: declaration '_dst_call_id' definition 'dst_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1657:60: style: Function 'FindPptpInByPeerCallId' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:299:60: note: Function 'FindPptpInByPeerCallId' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1657:60: note: Function 'FindPptpInByPeerCallId' argument 2 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1658:20: style: Function 'FindPptpInByPeerCallId' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:300:20: note: Function 'FindPptpInByPeerCallId' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1658:20: note: Function 'FindPptpInByPeerCallId' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1659:15: style: Function 'FindPptpInByPeerCallId' argument 4 names different: declaration '_alias_call_id' definition 'alias_call_id'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:300:43: note: Function 'FindPptpInByPeerCallId' argument 4 names different: declaration '_alias_call_id' definition 'alias_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1659:15: note: Function 'FindPptpInByPeerCallId' argument 4 names different: declaration '_alias_call_id' definition 'alias_call_id'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1674:49: style: Function 'FindRtspOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:302:49: note: Function 'FindRtspOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1674:49: note: Function 'FindRtspOut' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1675:20: style: Function 'FindRtspOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:302:75: note: Function 'FindRtspOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1675:20: note: Function 'FindRtspOut' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1676:13: style: Function 'FindRtspOut' argument 4 names different: declaration '_src_port' definition 'src_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:303:13: note: Function 'FindRtspOut' argument 4 names different: declaration '_src_port' definition 'src_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1676:13: note: Function 'FindRtspOut' argument 4 names different: declaration '_src_port' definition 'src_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1677:13: style: Function 'FindRtspOut' argument 5 names different: declaration '_alias_port' definition 'alias_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:303:32: note: Function 'FindRtspOut' argument 5 names different: declaration '_alias_port' definition 'alias_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1677:13: note: Function 'FindRtspOut' argument 5 names different: declaration '_alias_port' definition 'alias_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1678:12: style: Function 'FindRtspOut' argument 6 names different: declaration '_proto' definition 'proto'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:303:52: note: Function 'FindRtspOut' argument 6 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1678:12: note: Function 'FindRtspOut' argument 6 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1711:57: style: Function 'FindOriginalAddress' argument 2 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:305:59: note: Function 'FindOriginalAddress' argument 2 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1711:57: note: Function 'FindOriginalAddress' argument 2 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1744:54: style: Function 'FindAliasAddress' argument 2 names different: declaration '_original_addr' definition 'original_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:307:56: note: Function 'FindAliasAddress' argument 2 names different: declaration '_original_addr' definition 'original_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1744:54: note: Function 'FindAliasAddress' argument 2 names different: declaration '_original_addr' definition 'original_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1780:36: style: Function 'SetFragmentAddr' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:317:42: note: Function 'SetFragmentAddr' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1780:36: note: Function 'SetFragmentAddr' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1780:56: style: Function 'SetFragmentAddr' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:317:63: note: Function 'SetFragmentAddr' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1780:56: note: Function 'SetFragmentAddr' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1787:36: style: Function 'GetFragmentAddr' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:316:42: note: Function 'GetFragmentAddr' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1787:36: note: Function 'GetFragmentAddr' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1787:57: style: Function 'GetFragmentAddr' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:316:64: note: Function 'GetFragmentAddr' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1787:57: note: Function 'GetFragmentAddr' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1794:35: style: Function 'SetFragmentPtr' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:319:41: note: Function 'SetFragmentPtr' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1794:35: note: Function 'SetFragmentPtr' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1801:35: style: Function 'GetFragmentPtr' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:318:41: note: Function 'GetFragmentPtr' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1801:35: note: Function 'GetFragmentPtr' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1801:47: style: Function 'GetFragmentPtr' argument 2 names different: declaration '_fptr' definition 'fptr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:318:54: note: Function 'GetFragmentPtr' argument 2 names different: declaration '_fptr' definition 'fptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1801:47: note: Function 'GetFragmentPtr' argument 2 names different: declaration '_fptr' definition 'fptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1808:31: style: Function 'SetStateIn' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:320:37: note: Function 'SetStateIn' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1808:31: note: Function 'SetStateIn' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1808:40: style: Function 'SetStateIn' argument 2 names different: declaration '_state' definition 'state'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:320:47: note: Function 'SetStateIn' argument 2 names different: declaration '_state' definition 'state'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1808:40: note: Function 'SetStateIn' argument 2 names different: declaration '_state' definition 'state'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1834:32: style: Function 'SetStateOut' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:321:38: note: Function 'SetStateOut' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1834:32: note: Function 'SetStateOut' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1834:41: style: Function 'SetStateOut' argument 2 names different: declaration '_state' definition 'state'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:321:48: note: Function 'SetStateOut' argument 2 names different: declaration '_state' definition 'state'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1834:41: note: Function 'SetStateOut' argument 2 names different: declaration '_state' definition 'state'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1860:31: style: Function 'GetStateIn' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:322:37: note: Function 'GetStateIn' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1860:31: note: Function 'GetStateIn' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1868:32: style: Function 'GetStateOut' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:323:37: note: Function 'GetStateOut' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1868:32: note: Function 'GetStateOut' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1876:39: style: Function 'GetOriginalAddress' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:325:41: note: Function 'GetOriginalAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1876:39: note: Function 'GetOriginalAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1886:35: style: Function 'GetDestAddress' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:327:37: note: Function 'GetDestAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1886:35: note: Function 'GetDestAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1893:36: style: Function 'GetAliasAddress' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:329:38: note: Function 'GetAliasAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1893:36: note: Function 'GetAliasAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1912:60: style: Function 'SetDefaultAliasAddress' argument 2 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:332:66: note: Function 'SetDefaultAliasAddress' argument 2 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1912:60: note: Function 'SetDefaultAliasAddress' argument 2 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1921:36: style: Function 'GetOriginalPort' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:333:45: note: Function 'GetOriginalPort' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1921:36: note: Function 'GetOriginalPort' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1928:33: style: Function 'GetAliasPort' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:334:42: note: Function 'GetAliasPort' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1928:33: note: Function 'GetAliasPort' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1943:35: style: Function 'SetAckModified' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:340:41: note: Function 'SetAckModified' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1943:35: note: Function 'SetAckModified' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1951:36: style: Function 'GetProxyAddress' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:336:38: note: Function 'GetProxyAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1951:36: note: Function 'GetProxyAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1958:36: style: Function 'SetProxyAddress' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:337:42: note: Function 'SetProxyAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1958:36: note: Function 'SetProxyAddress' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1958:56: style: Function 'SetProxyAddress' argument 2 names different: declaration '_addr' definition 'addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:337:63: note: Function 'SetProxyAddress' argument 2 names different: declaration '_addr' definition 'addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1958:56: note: Function 'SetProxyAddress' argument 2 names different: declaration '_addr' definition 'addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1965:33: style: Function 'GetProxyPort' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:338:42: note: Function 'GetProxyPort' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1965:33: note: Function 'GetProxyPort' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1972:33: style: Function 'SetProxyPort' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:339:39: note: Function 'SetProxyPort' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1972:33: note: Function 'SetProxyPort' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1972:46: style: Function 'SetProxyPort' argument 2 names different: declaration '_port' definition 'port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:339:53: note: Function 'SetProxyPort' argument 2 names different: declaration '_port' definition 'port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1972:46: note: Function 'SetProxyPort' argument 2 names different: declaration '_port' definition 'port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1979:35: style: Function 'GetAckModified' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:341:40: note: Function 'GetAckModified' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1979:35: note: Function 'GetAckModified' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1987:46: style: Function 'GetDeltaAckIn' argument 2 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:342:47: note: Function 'GetDeltaAckIn' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:1987:46: note: Function 'GetDeltaAckIn' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2098:30: style: Function 'SetExpire' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:346:37: note: Function 'SetExpire' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2098:30: note: Function 'SetExpire' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2098:39: style: Function 'SetExpire' argument 2 names different: declaration '_expire' definition 'expire'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:346:47: note: Function 'SetExpire' argument 2 names different: declaration '_expire' definition 'expire'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2098:39: note: Function 'SetExpire' argument 2 names different: declaration '_expire' definition 'expire'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2124:37: style: Function 'SetProtocolFlags' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:348:43: note: Function 'SetProtocolFlags' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2124:37: note: Function 'SetProtocolFlags' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2124:46: style: Function 'SetProtocolFlags' argument 2 names different: declaration '_pflags' definition 'pflags'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:348:53: note: Function 'SetProtocolFlags' argument 2 names different: declaration '_pflags' definition 'pflags'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2124:46: note: Function 'SetProtocolFlags' argument 2 names different: declaration '_pflags' definition 'pflags'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2131:37: style: Function 'GetProtocolFlags' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:349:42: note: Function 'GetProtocolFlags' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2131:37: note: Function 'GetProtocolFlags' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2138:34: style: Function 'SetDestCallId' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:350:40: note: Function 'SetDestCallId' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2138:34: note: Function 'SetDestCallId' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2138:49: style: Function 'SetDestCallId' argument 2 names different: declaration '_cid' definition 'cid'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:350:56: note: Function 'SetDestCallId' argument 2 names different: declaration '_cid' definition 'cid'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2138:49: note: Function 'SetDestCallId' argument 2 names different: declaration '_cid' definition 'cid'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2267:58: style: Function 'LibAliasRedirectPort' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:110:56: note: Function 'LibAliasRedirectPort' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2267:58: note: Function 'LibAliasRedirectPort' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2267:76: style: Function 'LibAliasRedirectPort' argument 3 names different: declaration '_src_port' definition 'src_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:111:20: note: Function 'LibAliasRedirectPort' argument 3 names different: declaration '_src_port' definition 'src_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2267:76: note: Function 'LibAliasRedirectPort' argument 3 names different: declaration '_src_port' definition 'src_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2268:20: style: Function 'LibAliasRedirectPort' argument 4 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:111:46: note: Function 'LibAliasRedirectPort' argument 4 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2268:20: note: Function 'LibAliasRedirectPort' argument 4 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2268:38: style: Function 'LibAliasRedirectPort' argument 5 names different: declaration '_dst_port' definition 'dst_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:112:20: note: Function 'LibAliasRedirectPort' argument 5 names different: declaration '_dst_port' definition 'dst_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2268:38: note: Function 'LibAliasRedirectPort' argument 5 names different: declaration '_dst_port' definition 'dst_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2269:20: style: Function 'LibAliasRedirectPort' argument 6 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:112:46: note: Function 'LibAliasRedirectPort' argument 6 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2269:20: note: Function 'LibAliasRedirectPort' argument 6 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2269:40: style: Function 'LibAliasRedirectPort' argument 7 names different: declaration '_alias_port' definition 'alias_port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:113:20: note: Function 'LibAliasRedirectPort' argument 7 names different: declaration '_alias_port' definition 'alias_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2269:40: note: Function 'LibAliasRedirectPort' argument 7 names different: declaration '_alias_port' definition 'alias_port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2270:12: style: Function 'LibAliasRedirectPort' argument 8 names different: declaration '_proto' definition 'proto'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:113:47: note: Function 'LibAliasRedirectPort' argument 8 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2270:12: note: Function 'LibAliasRedirectPort' argument 8 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2316:59: style: Function 'LibAliasAddServer' argument 2 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:102:57: note: Function 'LibAliasAddServer' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2316:59: note: Function 'LibAliasAddServer' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2316:79: style: Function 'LibAliasAddServer' argument 3 names different: declaration '_addr' definition 'addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:103:20: note: Function 'LibAliasAddServer' argument 3 names different: declaration '_addr' definition 'addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2316:79: note: Function 'LibAliasAddServer' argument 3 names different: declaration '_addr' definition 'addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2316:93: style: Function 'LibAliasAddServer' argument 4 names different: declaration '_port' definition 'port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:103:42: note: Function 'LibAliasAddServer' argument 4 names different: declaration '_port' definition 'port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2316:93: note: Function 'LibAliasAddServer' argument 4 names different: declaration '_port' definition 'port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2354:59: style: Function 'LibAliasRedirectProto' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:115:57: note: Function 'LibAliasRedirectProto' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2354:59: note: Function 'LibAliasRedirectProto' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2355:20: style: Function 'LibAliasRedirectProto' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:116:20: note: Function 'LibAliasRedirectProto' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2355:20: note: Function 'LibAliasRedirectProto' argument 3 names different: declaration '_dst_addr' definition 'dst_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2356:20: style: Function 'LibAliasRedirectProto' argument 4 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:116:46: note: Function 'LibAliasRedirectProto' argument 4 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2356:20: note: Function 'LibAliasRedirectProto' argument 4 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2357:12: style: Function 'LibAliasRedirectProto' argument 5 names different: declaration '_proto' definition 'proto'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:117:19: note: Function 'LibAliasRedirectProto' argument 5 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2357:12: note: Function 'LibAliasRedirectProto' argument 5 names different: declaration '_proto' definition 'proto'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2382:58: style: Function 'LibAliasRedirectAddr' argument 2 names different: declaration '_src_addr' definition 'src_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:105:56: note: Function 'LibAliasRedirectAddr' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2382:58: note: Function 'LibAliasRedirectAddr' argument 2 names different: declaration '_src_addr' definition 'src_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2383:20: style: Function 'LibAliasRedirectAddr' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:106:20: note: Function 'LibAliasRedirectAddr' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2383:20: note: Function 'LibAliasRedirectAddr' argument 3 names different: declaration '_alias_addr' definition 'alias_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2409:65: style: Function 'LibAliasRedirectDynamic' argument 2 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:107:68: note: Function 'LibAliasRedirectDynamic' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2409:65: note: Function 'LibAliasRedirectDynamic' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2428:64: style: Function 'LibAliasRedirectDelete' argument 2 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:108:68: note: Function 'LibAliasRedirectDelete' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2428:64: note: Function 'LibAliasRedirectDelete' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2442:56: style: Function 'LibAliasSetAddress' argument 2 names different: declaration '_addr' definition 'addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:86:60: note: Function 'LibAliasSetAddress' argument 2 names different: declaration '_addr' definition 'addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2442:56: note: Function 'LibAliasSetAddress' argument 2 names different: declaration '_addr' definition 'addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2456:55: style: Function 'LibAliasSetTarget' argument 2 names different: declaration '_target_addr' definition 'target_addr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:128:59: note: Function 'LibAliasSetTarget' argument 2 names different: declaration '_target_addr' definition 'target_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2456:55: note: Function 'LibAliasSetTarget' argument 2 names different: declaration '_target_addr' definition 'target_addr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2580:18: style: Function 'LibAliasSetMode' argument 2 names different: declaration '_flags' definition 'flags'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:90:51: note: Function 'LibAliasSetMode' argument 2 names different: declaration '_flags' definition 'flags'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2580:18: note: Function 'LibAliasSetMode' argument 2 names different: declaration '_flags' definition 'flags'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2581:18: style: Function 'LibAliasSetMode' argument 3 names different: declaration '_mask' definition 'mask'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:90:72: note: Function 'LibAliasSetMode' argument 3 names different: declaration '_mask' definition 'mask'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2581:18: note: Function 'LibAliasSetMode' argument 3 names different: declaration '_mask' definition 'mask'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2761:32: style: Function 'PunchFWHole' argument 1 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:353:38: note: Function 'PunchFWHole' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2761:32: note: Function 'PunchFWHole' argument 1 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2884:53: style: Function 'LibAliasSetFWBase' argument 2 names different: declaration '_base' definition 'base'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:87:57: note: Function 'LibAliasSetFWBase' argument 2 names different: declaration '_base' definition 'base'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2884:53: note: Function 'LibAliasSetFWBase' argument 2 names different: declaration '_base' definition 'base'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2884:72: style: Function 'LibAliasSetFWBase' argument 3 names different: declaration '_num' definition 'num'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:87:77: note: Function 'LibAliasSetFWBase' argument 3 names different: declaration '_num' definition 'num'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2884:72: note: Function 'LibAliasSetFWBase' argument 3 names different: declaration '_num' definition 'num'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2896:57: style: Function 'LibAliasSetSkinnyPort' argument 2 names different: declaration '_port' definition 'port'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:88:61: note: Function 'LibAliasSetSkinnyPort' argument 2 names different: declaration '_port' definition 'port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_db.c:2896:57: note: Function 'LibAliasSetSkinnyPort' argument 2 names different: declaration '_port' definition 'port'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_ftp.c:768:3: style: Variable 'tc->th_sum' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_ftp.c:764:3: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_ftp.c:768:3: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_ftp.c:232:6: style: The scope of the variable 'ftp_message_type' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_ftp.c:343:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_ftp.c:416:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_ftp.c:506:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_ftp.c:579:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_irc.c:465:3: style: Variable 'tc->th_sum' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_irc.c:461:3: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_irc.c:465:3: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_irc.c:99:24: style: Same expression on both sides of '||'. [duplicateExpression]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_irc.c:169:9: style: Function 'AliasHandleIrcOut' argument 4 names different: declaration 'maxpacketsize' definition 'maxsize'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_irc.c:93:9: note: Function 'AliasHandleIrcOut' argument 4 names different: declaration 'maxpacketsize' definition 'maxsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_irc.c:169:9: note: Function 'AliasHandleIrcOut' argument 4 names different: declaration 'maxpacketsize' definition 'maxsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_mod.c:272:16: warning: Possible null pointer dereference: b [nullPointer]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_mod.c:269:6: note: Assignment 'b=NULL', assigned value is 0
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_mod.c:272:16: note: Null pointer dereference
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_mod.c:216:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_mod.c:215:2: note: Variable 'error' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_mod.c:216:2: note: Variable 'error' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_nbt.c:684:17: warning: Either the condition 'q==NULL' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_nbt.c:686:8: note: Assuming that condition 'q==NULL' is not redundant
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_nbt.c:684:17: note: Null pointer dereference
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_nbt.c:681:44: warning: Either the condition 'q==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_nbt.c:686:8: note: Assuming that condition 'q==NULL' is not redundant
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_nbt.c:681:44: note: Null pointer addition
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_nbt.c:261:10: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_pptp.c:306:11: style: The scope of the variable 'codes' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_pptp.c:308:17: style: The scope of the variable 'tc' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_pptp.c:380:17: style: The scope of the variable 'tc' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:376:2: style: Variable 'tc->th_sum' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:372:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:376:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:499:53: style: Function 'ProxyModify' argument 2 names different: declaration '_lnk' definition 'lnk'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:369:53: note: Function 'ProxyModify' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:499:53: note: Function 'ProxyModify' argument 2 names different: declaration '_lnk' definition 'lnk'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:500:16: style: Function 'ProxyModify' argument 3 names different: declaration '_pip' definition 'pip'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:369:70: note: Function 'ProxyModify' argument 3 names different: declaration '_pip' definition 'pip'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:500:16: note: Function 'ProxyModify' argument 3 names different: declaration '_pip' definition 'pip'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:501:9: style: Function 'ProxyModify' argument 4 names different: declaration '_maxpacketsize' definition 'maxpacketsize'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:370:9: note: Function 'ProxyModify' argument 4 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:501:9: note: Function 'ProxyModify' argument 4 names different: declaration '_maxpacketsize' definition 'maxpacketsize'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:502:9: style: Function 'ProxyModify' argument 5 names different: declaration '_proxy_type' definition 'proxy_type'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:370:29: note: Function 'ProxyModify' argument 5 names different: declaration '_proxy_type' definition 'proxy_type'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:502:9: note: Function 'ProxyModify' argument 5 names different: declaration '_proxy_type' definition 'proxy_type'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:525:52: style: Function 'LibAliasProxyRule' argument 2 names different: declaration '_cmd' definition 'cmd'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:131:55: note: Function 'LibAliasProxyRule' argument 2 names different: declaration '_cmd' definition 'cmd'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:525:52: note: Function 'LibAliasProxyRule' argument 2 names different: declaration '_cmd' definition 'cmd'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:678:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_proxy.c:761:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_sctp.c:1441:2: style: Variable 'first_G_Addr' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_sctp.c:1440:0: note: Variable 'first_G_Addr' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_sctp.c:1441:2: note: Variable 'first_G_Addr' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_sctp.c:2349:2: style: Variable 'gaddr1' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_sctp.c:2347:0: note: Variable 'gaddr1' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_sctp.c:2349:2: note: Variable 'gaddr1' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_sctp.c:665:25: style: The scope of the variable 'assoc1' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_sctp.c:710:43: style: Function 'SctpAlias' argument 2 names different: declaration 'ip' definition 'pip'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:236:47: note: Function 'SctpAlias' argument 2 names different: declaration 'ip' definition 'pip'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_sctp.c:710:43: note: Function 'SctpAlias' argument 2 names different: declaration 'ip' definition 'pip'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:222:2: style: Variable 'tc->th_sum' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:218:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:222:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:265:2: style: Variable 'tc->th_sum' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:261:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:265:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:297:2: style: Variable 'tc->th_sum' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:293:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:297:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_skinny.c:284:14: style: Variable 'localPort' is assigned a value that is never used. [unreadVariable]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:423:2: style: Variable 'tc->th_sum' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:419:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:423:2: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:471:5: style: Variable 'tc->th_sum' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:467:5: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:471:5: note: Variable 'tc->th_sum' is reassigned a value before the old one has been used.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:242:17: style: The scope of the variable 'state' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:487:14: style: The scope of the variable 'setup' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:487:32: style: The scope of the variable 'pna' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_smedia.c:488:29: style: The scope of the variable 'client_port_str' can be reduced. [variableScope]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:74:66: style: Function 'LibAliasInternetChecksum' argument 2 names different: declaration '_ptr' definition 'ptr'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:127:63: note: Function 'LibAliasInternetChecksum' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:74:66: note: Function 'LibAliasInternetChecksum' argument 2 names different: declaration '_ptr' definition 'ptr'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:75:6: style: Function 'LibAliasInternetChecksum' argument 3 names different: declaration '_nbytes' definition 'nbytes'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias.h:127:73: note: Function 'LibAliasInternetChecksum' argument 3 names different: declaration '_nbytes' definition 'nbytes'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:75:6: note: Function 'LibAliasInternetChecksum' argument 3 names different: declaration '_nbytes' definition 'nbytes'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:99:23: style: Function 'IpChecksum' argument 1 names different: declaration '_pip' definition 'pip'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:247:32: note: Function 'IpChecksum' argument 1 names different: declaration '_pip' definition 'pip'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:99:23: note: Function 'IpChecksum' argument 1 names different: declaration '_pip' definition 'pip'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:107:24: style: Function 'TcpChecksum' argument 1 names different: declaration '_pip' definition 'pip'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:248:33: note: Function 'TcpChecksum' argument 1 names different: declaration '_pip' definition 'pip'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:107:24: note: Function 'TcpChecksum' argument 1 names different: declaration '_pip' definition 'pip'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:153:32: style: Function 'DifferentialChecksum' argument 1 names different: declaration '_cksum' definition 'cksum'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:251:32: note: Function 'DifferentialChecksum' argument 1 names different: declaration '_cksum' definition 'cksum'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:153:32: note: Function 'DifferentialChecksum' argument 1 names different: declaration '_cksum' definition 'cksum'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:153:45: style: Function 'DifferentialChecksum' argument 2 names different: declaration '_new' definition 'newp'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:251:47: note: Function 'DifferentialChecksum' argument 2 names different: declaration '_new' definition 'newp'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:153:45: note: Function 'DifferentialChecksum' argument 2 names different: declaration '_new' definition 'newp'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:153:57: style: Function 'DifferentialChecksum' argument 3 names different: declaration '_old' definition 'oldp'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:251:60: note: Function 'DifferentialChecksum' argument 3 names different: declaration '_old' definition 'oldp'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:153:57: note: Function 'DifferentialChecksum' argument 3 names different: declaration '_old' definition 'oldp'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:153:67: style: Function 'DifferentialChecksum' argument 4 names different: declaration '_n' definition 'n'. [funcArgNamesDifferent]
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_local.h:251:70: note: Function 'DifferentialChecksum' argument 4 names different: declaration '_n' definition 'n'.
freebsd-libs-9.0+ds1/sys/netinet/libalias/alias_util.c:153:67: note: Function 'DifferentialChecksum' argument 4 names different: declaration '_n' definition 'n'.
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/freebsd-manpages/freebsd-manpages_8.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freebsd-quota/freebsd-quota_8.2.orig.tar.gz
freebsd-quota-8.2/libexec/rpc.rquotad/rquotad.c:67:11: style: The scope of the variable 'transp' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck/fsck.c:307:2: style: Variable 'vfstype' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-quota-8.2/sbin/fsck/fsck.c:289:0: note: Variable 'vfstype' is reassigned a value before the old one has been used.
freebsd-quota-8.2/sbin/fsck/fsck.c:307:2: note: Variable 'vfstype' is reassigned a value before the old one has been used.
freebsd-quota-8.2/sbin/fsck/fsck.c:481:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck/fsck.c:481:12: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck/fsutil.c:159:8: style: The scope of the variable 'devname' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck/preen.c:165:9: warning: Either the condition 'd==NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freebsd-quota-8.2/sbin/fsck/preen.c:168:10: note: Assuming that condition 'd==NULL' is not redundant
freebsd-quota-8.2/sbin/fsck/preen.c:165:9: note: Null pointer dereference
freebsd-quota-8.2/sbin/fsck_ffs/dir.c:279:6: style: The scope of the variable 'saveresolved' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/dir.c:667:16: style: The scope of the variable 'dp' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/dir.c:129:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freebsd-quota-8.2/sbin/fsck_ffs/fsutil.c:275:6: style: The scope of the variable 'ofsmodified' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/gjournal.c:531:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/gjournal.c:531:13: style: The scope of the variable 'blk' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/gjournal.c:531:18: style: The scope of the variable 'frags' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/gjournal.c:531:25: style: The scope of the variable 'bbase' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/gjournal.c:668:13: style: The scope of the variable 'cgp' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/gjournal.c:669:22: style: The scope of the variable 'blksfree' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/gjournal.c:79:8: style: union member 'Anonymous1::cgcu_buf' is never used. [unusedStructMember]
freebsd-quota-8.2/sbin/fsck_ffs/inode.c:61:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/inode.c:159:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/main.c:573:8: style: The scope of the variable 'ddevname' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/pass1.c:67:9: style: The scope of the variable 'rebuildcg' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/pass3.c:52:25: style: The scope of the variable 'state' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/pass5.c:56:12: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/pass5.c:429:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/pass5.c:429:13: style: The scope of the variable 'k' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/fsck_ffs/utilities.c:60:18: style: Function 'blockcheck' argument 1 names different: declaration 'name' definition 'origname'. [funcArgNamesDifferent]
freebsd-quota-8.2/sbin/fsck_ffs/fsck.h:332:31: note: Function 'blockcheck' argument 1 names different: declaration 'name' definition 'origname'.
freebsd-quota-8.2/sbin/fsck_ffs/utilities.c:60:18: note: Function 'blockcheck' argument 1 names different: declaration 'name' definition 'origname'.
freebsd-quota-8.2/sbin/fsck_ffs/utilities.c:112:21: style: Function 'infohandler' argument 1 names different: declaration 'sig' definition '__unused'. [funcArgNamesDifferent]
freebsd-quota-8.2/sbin/fsck_ffs/fsck.h:368:23: note: Function 'infohandler' argument 1 names different: declaration 'sig' definition '__unused'.
freebsd-quota-8.2/sbin/fsck_ffs/utilities.c:112:21: note: Function 'infohandler' argument 1 names different: declaration 'sig' definition '__unused'.
freebsd-quota-8.2/sbin/fsck_ffs/utilities.c:118:22: style: Function 'alarmhandler' argument 1 names different: declaration 'sig' definition '__unused'. [funcArgNamesDifferent]
freebsd-quota-8.2/sbin/fsck_ffs/fsck.h:369:24: note: Function 'alarmhandler' argument 1 names different: declaration 'sig' definition '__unused'.
freebsd-quota-8.2/sbin/fsck_ffs/utilities.c:118:22: note: Function 'alarmhandler' argument 1 names different: declaration 'sig' definition '__unused'.
freebsd-quota-8.2/sbin/quotacheck/preen.c:143:9: warning: Either the condition 'd==NULL' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freebsd-quota-8.2/sbin/quotacheck/preen.c:146:10: note: Assuming that condition 'd==NULL' is not redundant
freebsd-quota-8.2/sbin/quotacheck/preen.c:143:9: note: Null pointer dereference
freebsd-quota-8.2/sbin/quotacheck/quotacheck.c:139:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/quotacheck/quotacheck.c:140:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/quotacheck/quotacheck.c:141:20: style: The scope of the variable 'qnp' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/quotacheck/quotacheck.c:142:9: style: The scope of the variable 'argnum' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/quotacheck/quotacheck.c:144:8: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-quota-8.2/sbin/quotacheck/quotacheck.c:690:7: style: The scope of the variable 'size' can be reduced. [variableScope]
freebsd-quota-8.2/usr.bin/quota/quota.c:119:6: style: The scope of the variable 'ngroups' can be reduced. [variableScope]
freebsd-quota-8.2/usr.bin/quota/quota.c:120:7: style: The scope of the variable 'ngroups_max' can be reduced. [variableScope]
freebsd-quota-8.2/usr.bin/quota/quota.c:121:16: style: The scope of the variable 'gidset' can be reduced. [variableScope]
freebsd-quota-8.2/usr.bin/quota/quota.c:122:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-quota-8.2/usr.bin/quota/quota.c:289:14: style: The scope of the variable 'msgi' can be reduced. [variableScope]
freebsd-quota-8.2/usr.bin/quota/quota.c:289:21: style: The scope of the variable 'msgb' can be reduced. [variableScope]
freebsd-quota-8.2/usr.bin/quota/quota.c:603:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:104:11: style: The scope of the variable 'protoid' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:106:20: style: The scope of the variable 'range' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:112:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:572:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:573:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:704:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:705:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:706:9: style: The scope of the variable 'itime' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:706:16: style: The scope of the variable 'btime' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:729:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:590:0: error: Resource leak: fd [resourceLeak]
freebsd-quota-8.2/usr.sbin/edquota/edquota.c:723:0: error: Resource leak: fd [resourceLeak]
freebsd-quota-8.2/usr.sbin/repquota/repquota.c:108:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
freebsd-quota-8.2/usr.sbin/repquota/repquota.c:109:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/freebsd-sendpr/freebsd-sendpr_3.113+8.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freebsd-smbfs/freebsd-smbfs_9.0~svn227117.orig.tar.gz
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/cfopt.c:61:6: style: The scope of the variable 'tmpind' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/ctx.c:69:14: style: The scope of the variable 'arg' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/ctx.c:178:20: style: The scope of the variable 'pnb' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/ctx.c:516:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/mbuf.c:329:34: warning: Either the condition 'm' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/mbuf.c:323:9: note: Assuming that condition 'm' is not redundant
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/mbuf.c:329:34: note: Null pointer dereference
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/mbuf.c:106:9: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/mbuf.c:177:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/mbuf.c:210:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/mbuf.c:288:9: style: The scope of the variable 'cplen' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/nb.c:111:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/nb.c:147:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/nb_name.c:130:11: style: The scope of the variable 'blen' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/nb_name.c:163:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/nbns_rq.c:215:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/rcfile.c:119:24: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/rcfile.c:173:19: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/rq.c:93:6: style: The scope of the variable 'cplen' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/subr.c:161:15: style: The scope of the variable 'fn' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/subr.c:215:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/subr.c:246:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/subr.c:73:17: style: Variable 'kvlen' is assigned a value that is never used. [unreadVariable]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/lib/smb/subr.c:171:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/smbutil/dumptree.c:110:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/smbutil/login.c:56:18: style: The scope of the variable 'setprimary' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/smbutil/print.c:65:18: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/smbutil/print.c:65:27: style: The scope of the variable 'count' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/contrib/smbfs/smbutil/view.c:71:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/sbin/mount/getmntopts.c:61:23: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-smbfs-9.0~svn227117/sbin/mount/getmntopts.c:128:35: style: Function 'checkpath' argument 2 names different: declaration 'resolved_path' definition 'resolved'. [funcArgNamesDifferent]
freebsd-smbfs-9.0~svn227117/sbin/mount/mntopts.h:96:35: note: Function 'checkpath' argument 2 names different: declaration 'resolved_path' definition 'resolved'.
freebsd-smbfs-9.0~svn227117/sbin/mount/getmntopts.c:128:35: note: Function 'checkpath' argument 2 names different: declaration 'resolved_path' definition 'resolved'.
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/freebsd-utils/freebsd-utils_9.0+ds1.orig.tar.gz
freebsd-utils-9.0+ds1/bin/chflags/chflags.c:64:7: style: The scope of the variable 'val' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/bin/kenv/kenv.c:91:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freebsd-utils-9.0+ds1/bin/kenv/kenv.c:124:6: style: The scope of the variable 'buflen' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/authpf/authpf.c:570:9: warning: Either the condition 'buf' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/contrib/pf/authpf/authpf.c:510:11: note: Assuming that condition 'buf' is not redundant
freebsd-utils-9.0+ds1/contrib/pf/authpf/authpf.c:570:9: note: Null pointer dereference
freebsd-utils-9.0+ds1/contrib/pf/authpf/authpf.c:474:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/authpf/authpf.c:475:7: style: The scope of the variable 'matched' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/authpf/authpf.c:927:22: style: Function 'need_death' argument 1 names different: declaration 'signo' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/contrib/pf/authpf/authpf.c:76:29: note: Function 'need_death' argument 1 names different: declaration 'signo' definition '__unused'.
freebsd-utils-9.0+ds1/contrib/pf/authpf/authpf.c:927:22: note: Function 'need_death' argument 1 names different: declaration 'signo' definition '__unused'.
freebsd-utils-9.0+ds1/contrib/pf/ftp-proxy/ftp-proxy.c:244:8: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/ftp-proxy/ftp-proxy.c:1080:8: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/libevent/buffer.c:177:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/contrib/pf/libevent/buffer.c:173:0: note: Variable 'res' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/contrib/pf/libevent/buffer.c:177:2: note: Variable 'res' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/contrib/pf/libevent/buffer.c:131:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/libevent/buffer.c:132:9: style: The scope of the variable 'space' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/libevent/buffer.c:134:6: style: The scope of the variable 'sz' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/libevent/buffer.c:144:3: error: va_list 'aq' used before va_start() was called. [va_list_usedBeforeStarted]
freebsd-utils-9.0+ds1/contrib/pf/libevent/buffer.c:150:38: error: va_list 'aq' used before va_start() was called. [va_list_usedBeforeStarted]
freebsd-utils-9.0+ds1/contrib/pf/libevent/buffer.c:153:3: error: va_list 'aq' used before va_start() was called. [va_list_usedBeforeStarted]
freebsd-utils-9.0+ds1/contrib/pf/libevent/evbuffer.c:261:57: style: Function 'bufferevent_priority_set' argument 2 names different: declaration 'pri' definition 'priority'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/contrib/pf/libevent/event.h:264:61: note: Function 'bufferevent_priority_set' argument 2 names different: declaration 'pri' definition 'priority'.
freebsd-utils-9.0+ds1/contrib/pf/libevent/evbuffer.c:261:57: note: Function 'bufferevent_priority_set' argument 2 names different: declaration 'pri' definition 'priority'.
freebsd-utils-9.0+ds1/contrib/pf/libevent/kqueue.c:275:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/contrib/pf/libevent/log.c:167:9: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/libevent/signal.c:167:15: style: The scope of the variable 'ncalls' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/libevent/signal.c:145:13: style: Variable 'evsignal' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pf_print_state.c:313:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pf_print_state.c:313:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pf_print_state.c:318:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pf_print_state.c:318:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pf_print_state.c:218:6: style: The scope of the variable 'min' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pf_print_state.c:218:11: style: The scope of the variable 'sec' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pf_print_state.c:367:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pf_print_state.c:175:44: style: Function 'print_host' argument 2 names different: declaration 'p' definition 'port'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl.h:119:46: note: Function 'print_host' argument 2 names different: declaration 'p' definition 'port'.
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pf_print_state.c:175:44: note: Function 'print_host' argument 2 names different: declaration 'p' definition 'port'.
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl.c:1678:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl.c:723:22: style: The scope of the variable 'pa' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl.c:1193:11: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl.c:1748:9: style: The scope of the variable 'r' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_altq.c:313:35: style: The scope of the variable 'altq' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_altq.c:919:11: style: The scope of the variable 'y' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_optimize.c:1210:31: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_optimize.c:1229:13: style: The scope of the variable 'tablenum' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_optimize.c:1341:22: style: The scope of the variable 'por' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_optimize.c:913:0: error: Memory leak: por [memleak]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_osfp.c:325:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_osfp.c:660:45: style: The scope of the variable 'nm_subtype' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_osfp.c:897:9: style: The scope of the variable 'opt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_osfp.c:1013:9: style: The scope of the variable 'opt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_osfp.c:883:3: error: Memory leak: v [memleak]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_osfp.c:888:2: error: Memory leak: v [memleak]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:1444:6: style: Condition 'cont' is always true [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:1422:38: note: Assignment 'cont=1', assigned value is 1
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:1444:6: note: Condition 'cont' is always true
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:648:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:648:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:654:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:654:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:1144:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:370:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:495:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:627:6: style: The scope of the variable 'min' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:627:11: style: The scope of the variable 'sec' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:1090:13: style: The scope of the variable 'q' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_parser.c:1656:20: style: The scope of the variable 'h' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_table.c:612:9: style: The scope of the variable 'af' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_table.c:612:13: style: The scope of the variable 'dir' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pfctl/pfctl_table.c:612:18: style: The scope of the variable 'act' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/pflogd.c:769:30: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/pflogd.c:647:10: style: The scope of the variable 'np' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/pflogd.c:151:12: style: Function 'logmsg' argument 1 names different: declaration 'priority' definition 'pri'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/pflogd.h:34:18: note: Function 'logmsg' argument 1 names different: declaration 'priority' definition 'pri'.
freebsd-utils-9.0+ds1/contrib/pf/pflogd/pflogd.c:151:12: note: Function 'logmsg' argument 1 names different: declaration 'priority' definition 'pri'.
freebsd-utils-9.0+ds1/contrib/pf/pflogd/pflogd.c:242:17: style: Variable 'ifrdat' is not assigned a value. [unassignedVariable]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/privsep.c:199:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/privsep.c:316:10: style: The scope of the variable 'res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/privsep.c:339:10: style: The scope of the variable 'res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/privsep.c:361:10: style: The scope of the variable 'res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/privsep_fdpass.c:57:18: style: The scope of the variable 'cmsg' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/privsep_fdpass.c:96:18: style: The scope of the variable 'cmsg' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/contrib/pf/pflogd/privsep_fdpass.c:100:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:579:10: style: The scope of the variable 'lun' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:579:15: style: The scope of the variable 'state' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:197:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:204:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:211:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:214:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:220:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:221:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:224:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:225:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:230:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:238:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:239:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:243:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:244:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:247:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:248:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:251:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:252:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:255:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:256:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:259:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:260:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:265:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/atacontrol/atacontrol.c:266:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:725:12: warning: Identical condition 'error!=0', second condition is always false [identicalConditionAfterEarlyExit]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:719:12: note: first condition
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:725:12: note: second condition
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:4076:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:4086:6: portability: %jx in format string (no. 1) requires 'uintmax_t' but the argument type is 'intmax_t {aka signed long}'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:5521:7: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:5479:13: note: Assuming that condition 'item!=NULL' is not redundant
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:5521:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:458:10: style: The scope of the variable 'vendor' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1486:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:5934:8: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:5935:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1155:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1162:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1190:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1235:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1236:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1238:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1239:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1241:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1242:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1244:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1246:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1247:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1261:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1262:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1264:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1265:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1267:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1268:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1270:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1271:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1273:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1274:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1281:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1282:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1292:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1293:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1295:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1296:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1298:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1299:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1306:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1307:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1309:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1310:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.c:1312:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:640:8: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:641:8: style: The scope of the variable 'value' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:818:14: style: The scope of the variable 'pagedb_path' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:872:12: style: The scope of the variable 'mode_pars' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:874:32: style: The scope of the variable 'mph' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:875:19: style: The scope of the variable 'nameentry' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:143:29: style: Function 'editentry_create' argument 1 names different: declaration 'hook' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:103:38: note: Function 'editentry_create' argument 1 names different: declaration 'hook' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:143:29: note: Function 'editentry_create' argument 1 names different: declaration 'hook' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:165:29: style: Function 'editentry_update' argument 1 names different: declaration 'hook' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:105:38: note: Function 'editentry_update' argument 1 names different: declaration 'hook' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:165:29: note: Function 'editentry_update' argument 1 names different: declaration 'hook' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:193:27: style: Function 'editentry_save' argument 1 names different: declaration 'hook' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:107:35: note: Function 'editentry_save' argument 1 names different: declaration 'hook' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/camcontrol/modeedit.c:193:27: note: Function 'editentry_save' argument 1 names different: declaration 'hook' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/camcontrol/util.c:110:20: style: Function 'arg_put' argument 1 names different: declaration 'hook' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/camcontrol/camcontrol.h:54:20: note: Function 'arg_put' argument 1 names different: declaration 'hook' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/camcontrol/util.c:110:20: note: Function 'arg_put' argument 1 names different: declaration 'hook' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/ccdconfig/ccdconfig.c:173:6: style: The scope of the variable 'ex' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ccdconfig/ccdconfig.c:392:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:580:6: style: The scope of the variable 'count' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:623:37: style: Function 'expand_string' argument 1 names different: declaration 'var' definition 's'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:164:53: note: Function 'expand_string' argument 1 names different: declaration 'var' definition 's'.
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:623:37: note: Function 'expand_string' argument 1 names different: declaration 'var' definition 's'.
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:130:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:158:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:169:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:448:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:563:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:720:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:817:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:824:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:146:13: performance: Variable '_pidfile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:253:2: performance: Variable '_re' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:156:7: performance: Technically the member function 'config::close_pidfile' can be static. [functionStatic]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:479:9: note: Technically the member function 'config::close_pidfile' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:156:7: note: Technically the member function 'config::close_pidfile' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:158:7: performance: Technically the member function 'config::write_pidfile' can be static. [functionStatic]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:472:9: note: Technically the member function 'config::write_pidfile' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:158:7: note: Technically the member function 'config::write_pidfile' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:159:7: performance: Technically the member function 'config::remove_pidfile' can be static. [functionStatic]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:486:9: note: Technically the member function 'config::remove_pidfile' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:159:7: note: Technically the member function 'config::remove_pidfile' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:168:7: performance: Technically the member function 'config::sort_vector' can be static. [functionStatic]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:437:9: note: Technically the member function 'config::sort_vector' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:168:7: note: Technically the member function 'config::sort_vector' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:169:7: performance: Technically the member function 'config::parse_one_file' can be static. [functionStatic]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:391:9: note: Technically the member function 'config::parse_one_file' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:169:7: note: Technically the member function 'config::parse_one_file' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:172:7: performance: Technically the member function 'config::is_id_char' can be static. [functionStatic]
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:571:9: note: Technically the member function 'config::is_id_char' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:172:7: note: Technically the member function 'config::is_id_char' can be static.
freebsd-utils-9.0+ds1/sbin/devd/devd.cc:430:6: style: Technically the member function 'epv_greater::operator()' can be const. [functionConst]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:120:2: style: Class 'action' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:90:15: style: The function 'do_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:75:15: note: Virtual function in base class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:90:15: note: Function in derived class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:91:15: style: The function 'do_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:78:15: note: Virtual function in base class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:91:15: note: Function in derived class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:107:15: style: The function 'do_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:75:15: note: Virtual function in base class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:107:15: note: Function in derived class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:108:15: style: The function 'do_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:78:15: note: Virtual function in base class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:108:15: note: Function in derived class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:122:15: style: The function 'do_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:75:15: note: Virtual function in base class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:122:15: note: Function in derived class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:123:15: style: The function 'do_action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:78:15: note: Virtual function in base class
freebsd-utils-9.0+ds1/sbin/devd/devd.hh:123:15: note: Function in derived class
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:112:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:187:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:209:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:275:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:424:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:425:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:271:39: style: Function 'rulespec_infp' argument 2 names different: declaration 'reqest' definition 'request'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:50:51: note: Function 'rulespec_infp' argument 2 names different: declaration 'reqest' definition 'request'.
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:271:39: note: Function 'rulespec_infp' argument 2 names different: declaration 'reqest' definition 'request'.
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:310:46: style: Function 'rulespec_intok' argument 2 names different: declaration 'ac' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:53:55: note: Function 'rulespec_intok' argument 2 names different: declaration 'ac' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/devfs/rule.c:310:46: note: Function 'rulespec_intok' argument 2 names different: declaration 'ac' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/dmesg/dmesg.c:81:9: style: The scope of the variable 'kd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/dmesg/dmesg.c:82:17: style: The scope of the variable 'bufpos' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/dumpon/dumpon.c:125:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/sbin/dumpon/dumpon.c:123:3: note: Variable 'i' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/dumpon/dumpon.c:125:3: note: Variable 'i' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:796:19: style: The scope of the variable 'grq' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:797:14: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:798:8: style: The scope of the variable 'pname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:799:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:951:12: style: The scope of the variable 'acc' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:952:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:953:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:1160:24: style: The scope of the variable 'partition' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:1299:24: style: The scope of the variable 'partition' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:1300:27: style: The scope of the variable 'partp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/fdisk/fdisk.c:1411:27: style: The scope of the variable 'partp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:168:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:205:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:206:6: style: The scope of the variable 'kfd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:206:11: style: The scope of the variable 'klen' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:285:6: style: The scope of the variable 'ffd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:334:6: style: The scope of the variable 'ffd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:401:9: style: The scope of the variable 'ffd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:745:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:746:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/gbde/gbde.c:726:0: error: Memory leak: buf [memleak]
freebsd-utils-9.0+ds1/sbin/geom/class/cache/geom_cache.c:176:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/cache/geom_cache.c:177:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/cache/geom_cache.c:215:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/cache/geom_cache.c:216:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/concat/geom_concat.c:183:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/concat/geom_concat.c:184:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/concat/geom_concat.c:223:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/concat/geom_concat.c:224:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:367:41: warning: Possible null pointer dereference: passbuf [nullPointer]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:551:55: note: Calling function 'eli_genkey_files', 5th argument 'passbuf' value is 0
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:367:41: note: Null pointer dereference
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1309:2: style: Variable 'provfd' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1305:2: note: Variable 'provfd' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1309:2: note: Variable 'provfd' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1404:2: style: Variable 'filefd' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1400:11: note: Variable 'filefd' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1404:2: note: Variable 'filefd' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1489:2: style: Variable 'provfd' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1485:2: note: Variable 'provfd' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1489:2: note: Variable 'provfd' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:359:14: style: The scope of the variable 'file' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:360:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:429:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:572:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:613:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:883:14: style: The scope of the variable 'prov' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:920:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1082:17: style: The scope of the variable 'mkeydst' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1083:15: style: The scope of the variable 'nkey' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1084:11: style: The scope of the variable 'val' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1085:12: style: The scope of the variable 'force' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1265:14: style: The scope of the variable 'prov' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1568:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1569:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1595:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/eli/geom_eli.c:1596:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/journal/geom_journal.c:292:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/journal/geom_journal.c:293:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/journal/geom_journal.c:319:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/journal/geom_journal.c:320:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/label/geom_label.c:165:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/label/geom_label.c:166:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/label/geom_label.c:201:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/label/geom_label.c:202:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/mirror/geom_mirror.c:270:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/mirror/geom_mirror.c:271:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/mirror/geom_mirror.c:297:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/mirror/geom_mirror.c:298:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/mirror/geom_mirror.c:332:21: style: The scope of the variable 'path' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/mirror/geom_mirror.c:333:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/multipath/geom_multipath.c:110:24: style: The scope of the variable 'ssize' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/multipath/geom_multipath.c:229:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/multipath/geom_multipath.c:230:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:249:14: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:584:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:672:13: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:722:13: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:1046:7: style: The scope of the variable 'dsf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:1048:14: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:1049:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:1051:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:1095:14: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:501:10: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:508:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/geom/class/part/geom_part.c:539:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/geom/class/raid3/geom_raid3.c:279:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/raid3/geom_raid3.c:280:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/raid3/geom_raid3.c:306:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/raid3/geom_raid3.c:307:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/raid3/geom_raid3.c:119:43: style: Function 'raid3_main' argument 2 names different: declaration 'f' definition 'flags'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/geom/class/raid3/geom_raid3.c:48:55: note: Function 'raid3_main' argument 2 names different: declaration 'f' definition 'flags'.
freebsd-utils-9.0+ds1/sbin/geom/class/raid3/geom_raid3.c:119:43: note: Function 'raid3_main' argument 2 names different: declaration 'f' definition 'flags'.
freebsd-utils-9.0+ds1/sbin/geom/class/shsec/geom_shsec.c:195:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/shsec/geom_shsec.c:196:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/shsec/geom_shsec.c:235:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/shsec/geom_shsec.c:236:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/stripe/geom_stripe.c:220:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/stripe/geom_stripe.c:221:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/stripe/geom_stripe.c:261:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/stripe/geom_stripe.c:262:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/virstor/geom_virstor.c:374:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/sbin/geom/class/virstor/geom_virstor.c:566:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/geom/class/virstor/geom_virstor.c:209:17: style: The scope of the variable 'sect' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/virstor/geom_virstor.c:489:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/virstor/geom_virstor.c:492:13: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/virstor/geom_virstor.c:554:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/class/virstor/geom_virstor.c:556:13: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:104:19: style: The scope of the variable 'opt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:223:19: style: The scope of the variable 'opt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:736:20: style: The scope of the variable 'pp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:737:20: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:794:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:795:18: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:860:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:925:30: style: The scope of the variable 'component' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:959:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:960:6: style: The scope of the variable 'gotone' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:765:31: style: Function 'std_help' argument 1 names different: declaration 'req' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:71:39: note: Function 'std_help' argument 1 names different: declaration 'req' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:765:31: note: Function 'std_help' argument 1 names different: declaration 'req' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:765:56: style: Function 'std_help' argument 2 names different: declaration 'flags' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:71:53: note: Function 'std_help' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:765:56: note: Function 'std_help' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:789:47: style: Function 'std_list' argument 2 names different: declaration 'flags' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:72:53: note: Function 'std_list' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:789:47: note: Function 'std_list' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:996:49: style: Function 'std_status' argument 2 names different: declaration 'flags' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:73:55: note: Function 'std_status' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:996:49: note: Function 'std_status' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:1120:31: style: Function 'std_load' argument 1 names different: declaration 'req' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:74:39: note: Function 'std_load' argument 1 names different: declaration 'req' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:1120:31: note: Function 'std_load' argument 1 names different: declaration 'req' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:1145:49: style: Function 'std_unload' argument 2 names different: declaration 'flags' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:75:55: note: Function 'std_unload' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/core/geom.c:1145:49: note: Function 'std_unload' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/sbin/geom/misc/subr.c:480:18: style: Condition 'len<0' is always true [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/sbin/geom/misc/subr.c:70:15: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/misc/subr.c:467:23: style: The scope of the variable 'ap' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/geom/misc/subr.c:520:23: style: The scope of the variable 'ap' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/af_inet6.c:403:6: style: The scope of the variable 'days' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/af_inet6.c:403:12: style: The scope of the variable 'hours' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/af_inet6.c:403:19: style: The scope of the variable 'mins' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/af_inet6.c:403:25: style: The scope of the variable 'secs' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/af_inet6.c:404:6: style: The scope of the variable 'first' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifbridge.c:516:52: style: Condition '(val&~4294967295U)!=0' is always false [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifbridge.c:664:52: style: Condition '(val&~4294967295U)!=0' is always false [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifbridge.c:680:52: style: Condition '(val&~4294967295U)!=0' is always false [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:64:14: style: The scope of the variable 'state' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:89:69: style: Function 'setcarp_passwd' argument 4 names different: declaration 'rafp' definition 'afp'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:58:67: note: Function 'setcarp_passwd' argument 4 names different: declaration 'rafp' definition 'afp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:89:69: note: Function 'setcarp_passwd' argument 4 names different: declaration 'rafp' definition 'afp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:110:67: style: Function 'setcarp_vhid' argument 4 names different: declaration 'rafp' definition 'afp'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:59:65: note: Function 'setcarp_vhid' argument 4 names different: declaration 'rafp' definition 'afp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:110:67: note: Function 'setcarp_vhid' argument 4 names different: declaration 'rafp' definition 'afp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:135:70: style: Function 'setcarp_advskew' argument 4 names different: declaration 'rafp' definition 'afp'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:57:68: note: Function 'setcarp_advskew' argument 4 names different: declaration 'rafp' definition 'afp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:135:70: note: Function 'setcarp_advskew' argument 4 names different: declaration 'rafp' definition 'afp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:157:70: style: Function 'setcarp_advbase' argument 4 names different: declaration 'rafp' definition 'afp'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:56:67: note: Function 'setcarp_advbase' argument 4 names different: declaration 'rafp' definition 'afp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifcarp.c:157:70: note: Function 'setcarp_advbase' argument 4 names different: declaration 'rafp' definition 'afp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifclone.c:128:15: style: Condition 'clone_cb==NULL' is always true [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifclone.c:123:34: note: Assignment 'clone_cb=NULL', assigned value is 0
freebsd-utils-9.0+ds1/sbin/ifconfig/ifclone.c:128:15: note: Condition 'clone_cb==NULL' is always true
freebsd-utils-9.0+ds1/sbin/ifconfig/ifclone.c:128:15: style: Same expression on both sides of '==' because the value of 'clone_cb' and 'NULL' are the same. [duplicateExpression]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifclone.c:123:34: note: 'clone_cb' is assigned value 'NULL' here.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifclone.c:128:15: note: Same expression on both sides of '==' because the value of 'clone_cb' and 'NULL' are the same.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifconfig.c:1055:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifconfig.c:1055:9: style: The scope of the variable 'any' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifconfig.c:1056:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifconfig.c:481:75: style: Function 'ifconfig' argument 4 names different: declaration 'afp' definition 'uafp'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifconfig.c:99:25: note: Function 'ifconfig' argument 4 names different: declaration 'afp' definition 'uafp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifconfig.c:481:75: note: Function 'ifconfig' argument 4 names different: declaration 'afp' definition 'uafp'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifconfig.c:1053:32: style: Function 'printb' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifconfig.h:139:37: note: Function 'printb' argument 2 names different: declaration 'value' definition 'v'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifconfig.c:1053:32: note: Function 'printb' argument 2 names different: declaration 'value' definition 'v'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifgif.c:87:11: style: Variable 'opts' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifgroup.c:157:3: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:1051:11: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:1051:11: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2019:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2026:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2039:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2048:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2053:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2059:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2066:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2073:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2519:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2521:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2521:6: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2554:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2556:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2556:6: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2977:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2977:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2980:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3443:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3452:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3698:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3700:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3702:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3704:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3842:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3877:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:1982:32: style: The scope of the variable 'prev' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2969:17: style: The scope of the variable 'schan' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2969:24: style: The scope of the variable 'nchan' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3583:28: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3584:9: style: The scope of the variable 'half' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3753:36: style: The scope of the variable 'rp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3784:34: style: The scope of the variable 'tp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3485:20: style: Function 'print_channels' argument 4 names different: declaration 'verbose' definition 'verb'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:156:23: note: Function 'print_channels' argument 4 names different: declaration 'verbose' definition 'verb'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3485:20: note: Function 'print_channels' argument 4 names different: declaration 'verbose' definition 'verb'.
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3290:11: style: union member 'Anonymous2::buf' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:2957:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifieee80211.c:3682:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/ifconfig/iflagg.c:118:21: style: The scope of the variable 'lp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/iflagg.c:119:14: style: The scope of the variable 'proto' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/iflagg.c:120:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifmedia.c:111:19: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifmedia.c:539:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/ifmedia.c:563:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ifconfig/regdomain.c:534:18: style: The scope of the variable 'nb' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/altq.c:118:20: warning: Either the condition 'altq==NULL' is redundant or there is possible null pointer dereference: altq. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/sbin/ipfw/altq.c:120:11: note: Assuming that condition 'altq==NULL' is not redundant
freebsd-utils-9.0+ds1/sbin/ipfw/altq.c:118:20: note: Null pointer dereference
freebsd-utils-9.0+ds1/sbin/ipfw/altq.c:132:14: warning: Either the condition 'altq==NULL' is redundant or there is possible null pointer dereference: altq. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/sbin/ipfw/altq.c:134:11: note: Assuming that condition 'altq==NULL' is not redundant
freebsd-utils-9.0+ds1/sbin/ipfw/altq.c:132:14: note: Null pointer dereference
freebsd-utils-9.0+ds1/sbin/ipfw/dummynet.c:1291:13: style: Same expression on both sides of '||'. [duplicateExpression]
freebsd-utils-9.0+ds1/sbin/ipfw/dummynet.c:178:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/dummynet.c:1290:9: style: Checking if unsigned variable 'v[1]' is less than zero. [unsignedLessThanZero]
freebsd-utils-9.0+ds1/sbin/ipfw/dummynet.c:1291:9: style: Checking if unsigned variable 'v[0]' is less than zero. [unsignedLessThanZero]
freebsd-utils-9.0+ds1/sbin/ipfw/dummynet.c:390:22: style: Function 'ipfw_delete_pipe' argument 1 names different: declaration 'pipe_or_queue' definition 'do_pipe'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.h:277:26: note: Function 'ipfw_delete_pipe' argument 1 names different: declaration 'pipe_or_queue' definition 'do_pipe'.
freebsd-utils-9.0+ds1/sbin/ipfw/dummynet.c:390:22: note: Function 'ipfw_delete_pipe' argument 1 names different: declaration 'pipe_or_queue' definition 'do_pipe'.
freebsd-utils-9.0+ds1/sbin/ipfw/dummynet.c:390:35: style: Function 'ipfw_delete_pipe' argument 2 names different: declaration 'n' definition 'i'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.h:277:45: note: Function 'ipfw_delete_pipe' argument 2 names different: declaration 'n' definition 'i'.
freebsd-utils-9.0+ds1/sbin/ipfw/dummynet.c:390:35: note: Function 'ipfw_delete_pipe' argument 2 names different: declaration 'n' definition 'i'.
freebsd-utils-9.0+ds1/sbin/ipfw/dummynet.c:1228:18: style: Variable 'w_q' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:1989:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:819:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:821:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:3809:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:618:11: style: The scope of the variable 'a' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:881:10: style: The scope of the variable 'type' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:2002:18: style: The scope of the variable 'he' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:2970:8: style: The scope of the variable 'l' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:3475:8: style: The scope of the variable 'val' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:3870:6: style: The scope of the variable 'do_add' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:3873:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:2088:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:2091:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:778:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:782:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/ipfw/ipfw2.c:1374:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/ipfw/ipv6.c:379:32: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/sbin/ipfw/ipv6.c:366:8: note: Assuming that condition 'p' is not redundant
freebsd-utils-9.0+ds1/sbin/ipfw/ipv6.c:379:32: note: Null pointer dereference
freebsd-utils-9.0+ds1/sbin/ipfw/ipv6.c:136:16: style: The scope of the variable 'type' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipv6.c:207:12: style: The scope of the variable 'tok' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipv6.c:303:18: style: The scope of the variable 'he' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/ipv6.c:169:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freebsd-utils-9.0+ds1/sbin/ipfw/ipv6.c:90:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:569:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:985:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:80:21: style: The scope of the variable 'ifam' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:83:15: style: The scope of the variable 'ifMTU' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:338:8: style: The scope of the variable 'sep' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:621:20: style: The scope of the variable 't' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:917:18: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:918:20: style: The scope of the variable 'e' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:920:6: style: The scope of the variable 'nat_cnt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:920:15: style: The scope of the variable 'redir_cnt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/ipfw/nat.c:921:18: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/kldconfig/kldconfig.c:181:15: warning: Either the condition 'pe!=NULL' is redundant or there is possible null pointer dereference: pe. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/sbin/kldconfig/kldconfig.c:183:9: note: Assuming that condition 'pe!=NULL' is not redundant
freebsd-utils-9.0+ds1/sbin/kldconfig/kldconfig.c:181:15: note: Null pointer dereference
freebsd-utils-9.0+ds1/sbin/kldconfig/kldconfig.c:237:15: warning: Either the condition 'pe==NULL' is redundant or there is possible null pointer dereference: pe. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/sbin/kldconfig/kldconfig.c:239:9: note: Assuming that condition 'pe==NULL' is not redundant
freebsd-utils-9.0+ds1/sbin/kldconfig/kldconfig.c:237:15: note: Null pointer dereference
freebsd-utils-9.0+ds1/sbin/kldconfig/kldconfig.c:152:25: style: The scope of the variable 'pskip' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/kldconfig/kldconfig.c:155:18: style: The scope of the variable 'added' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/kldconfig/kldconfig.c:156:11: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/kldstat/kldstat.c:57:9: style: The scope of the variable 'modid' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/getmntopts.c:61:23: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/getmntopts.c:128:35: style: Function 'checkpath' argument 2 names different: declaration 'resolved_path' definition 'resolved'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/mount/mntopts.h:96:35: note: Function 'checkpath' argument 2 names different: declaration 'resolved_path' definition 'resolved'.
freebsd-utils-9.0+ds1/sbin/mount/getmntopts.c:128:35: note: Function 'checkpath' argument 2 names different: declaration 'resolved_path' definition 'resolved'.
freebsd-utils-9.0+ds1/sbin/mount/mount.c:244:14: style: The scope of the variable 'mntfromname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/mount.c:247:15: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/mount.c:247:36: style: The scope of the variable 'failok' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/mount.c:247:59: style: The scope of the variable 'have_fstab' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/mount.c:537:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/mount.c:626:15: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/mount.c:628:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/mount.c:686:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount/mount.c:784:26: style: The scope of the variable 'tmpopt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_ext2fs/mount_ext2fs.c:80:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/sbin/mount_ext2fs/mount_ext2fs.c:78:0: note: Variable 'p' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/mount_ext2fs/mount_ext2fs.c:80:4: note: Variable 'p' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/mount_hpfs/mount_hpfs.c:154:8: style: The scope of the variable 'gname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_hpfs/mount_hpfs.c:173:8: style: The scope of the variable 'uname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_msdosfs/mount_msdosfs.c:131:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/sbin/mount_msdosfs/mount_msdosfs.c:129:0: note: Variable 'p' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/mount_msdosfs/mount_msdosfs.c:131:4: note: Variable 'p' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/mount_msdosfs/mount_msdosfs.c:235:8: style: The scope of the variable 'gname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_msdosfs/mount_msdosfs.c:254:8: style: The scope of the variable 'uname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:234:5: style: Variable 'pnextopt' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:231:0: note: Variable 'pnextopt' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:234:5: note: Variable 'pnextopt' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:156:7: style: The scope of the variable 'hostname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:227:8: style: The scope of the variable 'pass_flag_to_nmount' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:696:6: style: The scope of the variable 'ecode' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:696:22: style: The scope of the variable 'remoteerr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:696:33: style: The scope of the variable 'offset' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:698:9: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:699:33: style: The scope of the variable 'pname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:676:21: style: Function 'sec_num_to_name' argument 1 names different: declaration 'num' definition 'flavor'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:135:34: note: Function 'sec_num_to_name' argument 1 names different: declaration 'num' definition 'flavor'.
freebsd-utils-9.0+ds1/sbin/mount_nfs/mount_nfs.c:676:21: note: Function 'sec_num_to_name' argument 1 names different: declaration 'num' definition 'flavor'.
freebsd-utils-9.0+ds1/sbin/mount_ntfs/mount_ntfs.c:197:8: style: The scope of the variable 'gname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_ntfs/mount_ntfs.c:216:8: style: The scope of the variable 'uname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/mount_udf/mount_udf.c:166:3: error: Memory leak: cs_disk [memleak]
freebsd-utils-9.0+ds1/sbin/mount_udf/mount_udf.c:168:3: error: Memory leak: cs_disk [memleak]
freebsd-utils-9.0+ds1/sbin/mount_udf/mount_udf.c:168:3: error: Memory leak: cs_local [memleak]
freebsd-utils-9.0+ds1/sbin/mount_udf/mount_udf.c:173:3: error: Memory leak: cs_disk [memleak]
freebsd-utils-9.0+ds1/sbin/mount_udf/mount_udf.c:173:3: error: Memory leak: cs_local [memleak]
freebsd-utils-9.0+ds1/sbin/mount_udf/mount_udf.c:175:2: error: Memory leak: cs_disk [memleak]
freebsd-utils-9.0+ds1/sbin/mount_udf/mount_udf.c:175:2: error: Memory leak: cs_local [memleak]
freebsd-utils-9.0+ds1/sbin/nfsiod/nfsiod.c:107:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freebsd-utils-9.0+ds1/sbin/route/route.c:297:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freebsd-utils-9.0+ds1/sbin/route/route.c:322:24: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/route/route.c:434:6: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/route/route.c:434:9: style: The scope of the variable 'subnetshift' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/route/route.c:578:41: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/route/route.c:579:44: style: The scope of the variable 'oerrno' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/route/route.c:1167:6: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/route/route.c:1436:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/route/route.c:306:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/sbin/savecore/savecore.c:190:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/savecore/savecore.c:231:14: style: The scope of the variable 'nr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/savecore/savecore.c:231:22: style: The scope of the variable 'wl' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/savecore/savecore.c:325:6: style: The scope of the variable 'nr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/savecore/savecore.c:325:10: style: The scope of the variable 'nw' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/savecore/savecore.c:648:16: style: The scope of the variable 'fsp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/savecore/savecore.c:649:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/savecore/savecore.c:649:13: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/savecore/savecore.c:161:0: error: Resource leak: fp [resourceLeak]
freebsd-utils-9.0+ds1/sbin/swapon/swapon.c:68:16: style: The scope of the variable 'fsp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/swapon/swapon.c:247:12: style: The scope of the variable 'tmp_total' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/swapon/swapon.c:248:12: style: The scope of the variable 'tmp_used' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/swapon/swapon.c:183:29: style: Function 'swap_on_off' argument 2 names different: declaration 'ignoreebusy' definition 'doingall'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sbin/swapon/swapon.c:60:40: note: Function 'swap_on_off' argument 2 names different: declaration 'ignoreebusy' definition 'doingall'.
freebsd-utils-9.0+ds1/sbin/swapon/swapon.c:183:29: note: Function 'swap_on_off' argument 2 names different: declaration 'ignoreebusy' definition 'doingall'.
freebsd-utils-9.0+ds1/sbin/sysctl/sysctl.c:166:14: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/sysctl/sysctl.c:430:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/sysctl/sysctl.c:704:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/umount/umount.c:88:30: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/umount/umount.c:90:26: style: The scope of the variable 'sfs' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/umount/umount.c:317:10: style: The scope of the variable 'clp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sbin/umount/umount.c:434:14: style: Checking if unsigned variable 'mntsize' is less than zero. [unsignedLessThanZero]
freebsd-utils-9.0+ds1/sbin/umount/umount.c:435:36: style: Checking if unsigned variable 'mntsize=mntinfo(&mntbuf)' is less than zero. [unsignedLessThanZero]
freebsd-utils-9.0+ds1/share/syscons/scrnmaps/mkscrfil.c:37:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/if_pflog.c:265:6: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/if_pfsync.c:1154:19: style: The scope of the variable 'st' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/if_pfsync.c:1501:19: style: The scope of the variable 'st' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/if_pfsync.c:1545:19: style: The scope of the variable 'st' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/if_pfsync.c:2493:6: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/if_pfsync.c:2646:6: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/if_pfsync.c:2834:6: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2637:6: style: Condition 'match' is always false [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2613:14: note: Assignment 'match=0', assigned value is 0
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2637:6: note: Condition 'match' is always false
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:3219:6: style: Condition 'rt' is always false [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:3166:24: note: Assignment 'rt=NULL', assigned value is 0
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:3219:6: note: Condition 'rt' is always false
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:4897:6: style: Condition '!state_icmp' is always true [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:4864:21: note: Assignment 'state_icmp=0', assigned value is 0
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:4897:6: note: Condition '!state_icmp' is always true
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:5259:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:5348:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:5546:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:1334:18: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2224:23: style: The scope of the variable 'olen' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2295:9: style: The scope of the variable 'opt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:3171:9: style: The scope of the variable 'hlen' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:4861:22: style: The scope of the variable 'icmpsum' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2046:0: style: Variable 'po' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:3171:9: style: Variable 'hlen' is not assigned a value. [unassignedVariable]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2389:31: error: Uninitialized variable: len [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2422:2: error: Uninitialized variable: th [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2423:2: error: Uninitialized variable: th [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2424:2: error: Uninitialized variable: th [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2425:2: error: Uninitialized variable: th [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2426:2: error: Uninitialized variable: th [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2427:2: error: Uninitialized variable: th [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2428:2: error: Uninitialized variable: th [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:2431:17: error: Uninitialized variable: th [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:3066:19: error: Uninitialized variable: inp [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:3067:19: error: Uninitialized variable: inp [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf.c:3068:19: error: Uninitialized variable: inp [uninitvar]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_if.c:329:19: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_if.c:582:20: style: The scope of the variable 'ifgl' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_if.c:1023:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_ioctl.c:773:7: warning: Either the condition 't!=NULL' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_ioctl.c:775:8: note: Assuming that condition 't!=NULL' is not redundant
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_ioctl.c:773:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_ioctl.c:822:14: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_ioctl.c:1336:12: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_lb.c:192:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_lb.c:192:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_lb.c:192:48: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_norm.c:376:20: style: The scope of the variable 'frent' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_norm.c:377:21: style: The scope of the variable 'frcache' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_norm.c:1810:6: style: The scope of the variable 'copyback' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_norm.c:2256:8: style: The scope of the variable 'opt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_osfp.c:449:0: error: failed to expand 'pool_get', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_ruleset.c:214:29: style: The scope of the variable 'dup' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_ruleset.c:410:13: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/contrib/pf/net/pf_table.c:1282:0: error: failed to expand 'SUNION2PF', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
freebsd-utils-9.0+ds1/sys/crypto/sha2/sha2.c:104:0: error: #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN [preprocessorErrorDirective]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:961:10: style: The scope of the variable 'keyfile' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:961:20: style: The scope of the variable 'data' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:962:8: style: The scope of the variable 'file' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:963:9: style: The scope of the variable 'size' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:998:10: style: The scope of the variable 'keyfile' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:998:20: style: The scope of the variable 'data' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:1000:9: style: The scope of the variable 'size' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:1241:22: style: The scope of the variable 'sc' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:1242:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:949:41: style: Function 'g_eli_destroy_geom' argument 1 names different: declaration 'req' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:92:48: note: Function 'g_eli_destroy_geom' argument 1 names different: declaration 'req' definition '__unused'.
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:949:41: note: Function 'g_eli_destroy_geom' argument 1 names different: declaration 'req' definition '__unused'.
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:950:24: style: Function 'g_eli_destroy_geom' argument 2 names different: declaration 'mp' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:92:69: note: Function 'g_eli_destroy_geom' argument 2 names different: declaration 'mp' definition '__unused'.
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli.c:950:24: note: Function 'g_eli_destroy_geom' argument 2 names different: declaration 'mp' definition '__unused'.
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_ctl.c:150:22: style: The scope of the variable 'sc' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_ctl.c:176:22: style: The scope of the variable 'sc' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_ctl.c:178:14: style: The scope of the variable 'prov' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_ctl.c:378:14: style: The scope of the variable 'prov' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_ctl.c:597:12: style: The scope of the variable 'valp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_ctl.c:599:26: style: The scope of the variable 'force' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_ctl.c:788:15: style: The scope of the variable 'prov' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_ctl.c:918:7: style: The scope of the variable 'err' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_ctl.c:981:15: style: The scope of the variable 'prov' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_integrity.c:415:6: style: The scope of the variable 'err' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_key_cache.c:103:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freebsd-utils-9.0+ds1/sys/geom/eli/g_eli_privacy.c:236:6: style: The scope of the variable 'err' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/kdump/kdump.c:1455:2: portability: %jd in format string (no. 1) requires 'intmax_t' but the argument type is 'uintmax_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/usr.bin/kdump/kdump.c:161:10: style: The scope of the variable 'ktrlen' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/kdump/kdump.c:1040:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/ktrace/ktrace.c:119:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freebsd-utils-9.0+ds1/usr.bin/mkuzip/mkuzip.c:151:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/usr.bin/mkuzip/mkuzip.c:211:3: warning: %ju in format string (no. 1) requires 'uintmax_t' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/usr.bin/netstat/atalk.c:101:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/usr.bin/netstat/atalk.c:118:10: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/usr.bin/netstat/atalk.c:123:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/usr.bin/netstat/atalk.c:109:18: style: The scope of the variable 'serv' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/main.c:707:7: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/mroute.c:158:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/netgraph.c:91:8: style: Condition 'debug' is always true [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/usr.bin/netstat/netgraph.c:72:14: note: Assignment 'debug=1', assigned value is 1
freebsd-utils-9.0+ds1/usr.bin/netstat/netgraph.c:91:8: note: Condition 'debug' is always true
freebsd-utils-9.0+ds1/usr.bin/netstat/netisr.c:330:35: style: The scope of the variable 'snwsp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/netisr.c:481:29: style: The scope of the variable 'snwp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/netisr.c:506:35: style: The scope of the variable 'snwsp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/netisr.c:507:30: style: The scope of the variable 'snpp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:1045:8: style: Condition 'sp' is always false [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:1032:23: note: Assignment 'sp=0', assigned value is 0
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:1045:8: note: Condition 'sp' is always false
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:1024:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:149:27: style: The scope of the variable 'rnhp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:149:34: style: The scope of the variable 'rnh' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:151:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:323:30: style: The scope of the variable 'lastif' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:747:30: style: The scope of the variable 'lastif' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:749:14: style: The scope of the variable 'prettyname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:282:18: style: Function 'size_cols' argument 1 names different: declaration 'ef' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:128:27: note: Function 'size_cols' argument 1 names different: declaration 'ef' definition '__unused'.
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:282:18: note: Function 'size_cols' argument 1 names different: declaration 'ef' definition '__unused'.
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:839:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:844:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:109:7: style: union member 'sa_u::dummy' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/usr.bin/netstat/route.c:1107:7: style: Variable 'in' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/usr.bin/netstat/unix.c:262:7: style: The scope of the variable 'buf1' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/showmount/showmount.c:332:0: error: Memory leak: ep [memleak]
freebsd-utils-9.0+ds1/usr.bin/showmount/showmount.c:341:0: error: Memory leak: gp [memleak]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:1198:8: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:1198:8: warning: %llu in format string (no. 4) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:183:7: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:461:14: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:585:6: style: The scope of the variable 'empty' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:888:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:1037:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:1150:9: style: The scope of the variable 'clen' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:1244:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freebsd-utils-9.0+ds1/usr.bin/vmstat/vmstat.c:364:3: error: Common realloc mistake: 'specified_devices' nulled but not freed upon failure [memleakOnRealloc]
freebsd-utils-9.0+ds1/usr.sbin/acpi/acpiconf/acpiconf.c:225:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freebsd-utils-9.0+ds1/usr.sbin/acpi/acpiconf/acpiconf.c:226:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freebsd-utils-9.0+ds1/usr.sbin/acpi/acpiconf/acpiconf.c:177:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/usr.sbin/acpi/acpiconf/acpiconf.c:89:6: style: The scope of the variable 'hours' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/acpi/acpiconf/acpiconf.c:89:13: style: The scope of the variable 'min' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/arp/arp.c:218:41: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/arp/arp.c:256:18: style: The scope of the variable 'hp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/arp/arp.c:436:22: style: The scope of the variable 'sdl' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/arp/arp.c:511:25: style: The scope of the variable 'sin2' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/arp/arp.c:512:22: style: The scope of the variable 'sdl' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/arp/arp.c:574:6: style: The scope of the variable 'seg' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/gssd/gssd.c:455:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/jail/jail.c:120:11: style: The scope of the variable 'pi' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/jail/jail.c:122:7: style: The scope of the variable 'enforce_statfs' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/jail/jail.c:124:14: style: The scope of the variable 'shell' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/jail/jail.c:544:3: error: Common realloc mistake: 'params' nulled but not freed upon failure [memleakOnRealloc]
freebsd-utils-9.0+ds1/usr.sbin/jail/jail.c:545:3: error: Common realloc mistake: 'param_values' nulled but not freed upon failure [memleakOnRealloc]
freebsd-utils-9.0+ds1/usr.sbin/kbdcontrol/kbdcontrol.c:303:9: style: The scope of the variable 'def' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/kbdcontrol/kbdcontrol.c:551:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/kbdcontrol/kbdcontrol.c:739:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/kbdcontrol/kbdcontrol.c:163:4: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:343:4: style: Variable 'hosts_bak' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:342:4: note: Variable 'hosts_bak' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:343:4: note: Variable 'hosts_bak' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:598:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:603:6: style: The scope of the variable 'mallocd_res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:814:14: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:1146:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:1249:6: style: The scope of the variable 'gotalldir' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:1639:26: style: The scope of the variable 'ep2' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:1640:26: style: The scope of the variable 'tgrp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:1818:20: style: The scope of the variable 'tgrp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:1917:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:1958:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:2110:6: style: The scope of the variable 'allflag' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:2110:15: style: The scope of the variable 'usedarg' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:2299:19: style: The scope of the variable 'hp2' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:2725:12: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:2770:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:2851:8: style: The scope of the variable 'host' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:2851:15: style: The scope of the variable 'dirp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:2889:8: style: The scope of the variable 'mlfile' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:3050:6: style: The scope of the variable 'bits' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:3161:20: style: Function 'huphandler' argument 1 names different: declaration 'sig' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:197:21: note: Function 'huphandler' argument 1 names different: declaration 'sig' definition '__unused'.
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:3161:20: note: Function 'huphandler' argument 1 names different: declaration 'sig' definition '__unused'.
freebsd-utils-9.0+ds1/usr.sbin/mountd/mountd.c:1656:2: style: Variable 'dirplen' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/usr.sbin/nfscbd/nfscbd.c:289:24: style: Condition 'connect_type_cnt>1' is always false [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/usr.sbin/nfscbd/nfscbd.c:255:21: note: Assignment 'connect_type_cnt=0', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/nfscbd/nfscbd.c:279:2: note: connect_type_cnt is incremented', new value is 1
freebsd-utils-9.0+ds1/usr.sbin/nfscbd/nfscbd.c:289:24: note: Condition 'connect_type_cnt>1' is always false
freebsd-utils-9.0+ds1/usr.sbin/nfscbd/nfscbd.c:104:51: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:144:6: style: The scope of the variable 'tcp6sock' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:145:32: style: The scope of the variable 'srvcnt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:931:14: style: The scope of the variable 'error' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:932:7: style: The scope of the variable 'hostname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:932:38: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:1043:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:1044:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:810:31: style: Function 'setbindhost' argument 1 names different: declaration 'ia' definition 'ai'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:101:35: note: Function 'setbindhost' argument 1 names different: declaration 'ia' definition 'ai'.
freebsd-utils-9.0+ds1/usr.sbin/nfsd/nfsd.c:810:31: note: Function 'setbindhost' argument 1 names different: declaration 'ia' definition 'ai'.
freebsd-utils-9.0+ds1/usr.sbin/nfsdumpstate/nfsdumpstate.c:90:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freebsd-utils-9.0+ds1/usr.sbin/nfsdumpstate/nfsdumpstate.c:91:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freebsd-utils-9.0+ds1/usr.sbin/nfsdumpstate/nfsdumpstate.c:137:11: style: Array index 'cnt' is used before limits check. [arrayIndexThenCheck]
freebsd-utils-9.0+ds1/usr.sbin/nfsdumpstate/nfsdumpstate.c:180:11: style: Array index 'cnt' is used before limits check. [arrayIndexThenCheck]
freebsd-utils-9.0+ds1/usr.sbin/nfsuserd/nfsuserd.c:102:13: style: The scope of the variable 'fnd_dup' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/powerd/powerd.c:324:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-utils-9.0+ds1/usr.sbin/powerd/powerd.c:652:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freebsd-utils-9.0+ds1/usr.sbin/powerd/powerd.c:218:9: warning: Either the condition 'q!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/powerd/powerd.c:207:9: note: Assuming that condition 'q!=NULL' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/powerd/powerd.c:218:9: note: Null pointer addition
freebsd-utils-9.0+ds1/usr.sbin/powerd/powerd.c:135:13: style: The scope of the variable 'cpu' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/powerd/powerd.c:135:18: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/powerd/powerd.c:135:21: style: The scope of the variable 'total' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/arp.c:232:15: style: The scope of the variable 'skip' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/arp.c:235:21: style: The scope of the variable 'ifm' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/arp.c:237:23: style: The scope of the variable 'dl' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/arp.c:173:10: style: struct member 'Anonymous52::space' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/usr.sbin/ppp/async.c:107:16: style: The scope of the variable 'sp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/async.c:149:16: style: The scope of the variable 'bp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/async.c:195:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/async.c:193:16: style: Variable 'nbp' is not assigned a value. [unassignedVariable]
freebsd-utils-9.0+ds1/usr.sbin/ppp/auth.c:113:5: error: Memory leak: resp [memleak]
freebsd-utils-9.0+ds1/usr.sbin/ppp/auth.c:117:3: error: Memory leak: resp [memleak]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:462:25: warning: Possible null pointer dereference: bundle [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:453:27: note: Assignment 'bundle=(d)->type==(6)?(struct bundle*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:462:25: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:516:13: warning: Possible null pointer dereference: bundle [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:513:27: note: Assignment 'bundle=(d)->type==(6)?(struct bundle*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:516:13: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:457:10: style: The scope of the variable 'queued' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:1064:7: style: The scope of the variable 'remaining' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:1545:19: style: The scope of the variable 'cmsg' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:1548:13: style: The scope of the variable 'f' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:1548:24: style: The scope of the variable 'newsid' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:1549:11: style: The scope of the variable 'got' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:1626:11: style: The scope of the variable 'res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:1985:7: style: The scope of the variable 'autolink' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:1985:17: style: The scope of the variable 'opened' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/bundle.c:1557:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-utils-9.0+ds1/usr.sbin/ppp/cbcp.c:653:3: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/cbcp.c:655:30: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/cbcp.c:653:3: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/cbcp.c:654:3: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/cbcp.c:655:30: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/cbcp.c:654:3: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/cbcp.c:261:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/cbcp.c:261:12: style: The scope of the variable 'max' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ccp.c:161:20: style: The scope of the variable 'o' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ccp.c:164:7: style: The scope of the variable 'f' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ccp.c:572:15: style: The scope of the variable 'disp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:427:14: warning: Possible null pointer dereference: chap [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:424:23: note: Assignment 'chap=(d)->type==(9)?(struct chap*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:427:14: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:428:43: warning: Possible null pointer dereference: chap [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:424:23: note: Assignment 'chap=(d)->type==(9)?(struct chap*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:428:43: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:140:10: style: The scope of the variable 'expkey' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:142:12: style: The scope of the variable 'f' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:490:12: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chap.c:491:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:144:18: warning: Possible null pointer dereference: c [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:142:20: note: Assignment 'c=(d)->type==(4)?(struct chat*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:144:18: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:147:7: warning: Possible null pointer dereference: c [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:142:20: note: Assignment 'c=(d)->type==(4)?(struct chat*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:147:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:328:10: warning: Possible null pointer dereference: c [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:327:20: note: Assignment 'c=(d)->type==(4)?(struct chat*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:328:10: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:379:7: warning: Possible null pointer dereference: c [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:377:20: note: Assignment 'c=(d)->type==(4)?(struct chat*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:379:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:495:7: warning: Possible null pointer dereference: c [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:492:20: note: Assignment 'c=(d)->type==(4)?(struct chat*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:495:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:143:7: style: The scope of the variable 'special' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:143:38: style: The scope of the variable 'needcr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:187:13: style: The scope of the variable 'minus' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:340:29: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:712:9: style: The scope of the variable 'argv' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:712:43: style: The scope of the variable 'startout' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:712:54: style: The scope of the variable 'endout' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:713:13: style: The scope of the variable 'nb' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/chat.c:713:23: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1551:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:335:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:366:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:442:31: style: The scope of the variable 'pos' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:507:11: style: The scope of the variable 'ipv6addr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:623:15: style: The scope of the variable 'shell' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1070:16: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1152:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1388:8: style: The scope of the variable 'speed' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1651:23: style: The scope of the variable 'f' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1651:26: style: The scope of the variable 'first' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:2591:7: style: The scope of the variable 'addrs' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:2686:10: style: The scope of the variable 'namelist' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:2688:11: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:2692:24: style: The scope of the variable 'dl' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:3115:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:3204:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:2200:41: style: Checking if unsigned variable 'arg->bundle->cfg.choked.timeout' is less than zero. [unsignedLessThanZero]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1138:52: style: Function 'command_Expand_Interpret' argument 3 names different: declaration 'vector' definition 'argv'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.h:67:56: note: Function 'command_Expand_Interpret' argument 3 names different: declaration 'vector' definition 'argv'.
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1138:52: note: Function 'command_Expand_Interpret' argument 3 names different: declaration 'vector' definition 'argv'.
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1150:45: style: Function 'command_Interpret' argument 3 names different: declaration 'vector' definition 'argv'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.h:68:49: note: Function 'command_Interpret' argument 3 names different: declaration 'vector' definition 'argv'.
freebsd-utils-9.0+ds1/usr.sbin/ppp/command.c:1150:45: note: Function 'command_Interpret' argument 3 names different: declaration 'vector' definition 'argv'.
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:258:11: warning: Possible null pointer dereference: dl [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:254:25: note: Assignment 'dl=(d)->type==(5)?(struct datalink*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:258:11: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:425:11: warning: Possible null pointer dereference: dl [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:423:25: note: Assignment 'dl=(d)->type==(5)?(struct datalink*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:425:11: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:452:11: warning: Possible null pointer dereference: dl [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:450:25: note: Assignment 'dl=(d)->type==(5)?(struct datalink*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:452:11: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:484:11: warning: Possible null pointer dereference: dl [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:481:25: note: Assignment 'dl=(d)->type==(5)?(struct datalink*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:484:11: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:1172:7: style: The scope of the variable 'timeout' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:1172:16: style: The scope of the variable 'inc' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:1172:21: style: The scope of the variable 'maxinc' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/datalink.c:1172:29: style: The scope of the variable 'tries' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:83:3: warning: Either the condition '(mi)?(u_char*)(mi+1)+(mi)->m_offset:(u_char*)mi' is redundant or there is possible null pointer dereference: mi. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:84:8: note: Assuming that condition '(mi)?(u_char*)(mi+1)+(mi)->m_offset:(u_char*)mi' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:83:3: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:96:3: warning: Either the condition '(mo)?(u_char*)(mo+1)+(mo)->m_offset:(u_char*)mo' is redundant or there is possible null pointer dereference: mo. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:97:8: note: Assuming that condition '(mo)?(u_char*)(mo+1)+(mo)->m_offset:(u_char*)mo' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:96:3: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:138:7: warning: Either the condition '(mo)?(u_char*)(mo+1)+(mo)->m_offset:(u_char*)mo' is redundant or there is possible null pointer dereference: mo. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:139:28: note: Assuming that condition '(mo)?(u_char*)(mo+1)+(mo)->m_offset:(u_char*)mo' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:138:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:74:24: style: The scope of the variable 'res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:205:19: style: The scope of the variable 'res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/deflate.c:340:7: style: The scope of the variable 'res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/defs.c:408:10: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:208:7: warning: Possible null pointer dereference: dev [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:207:9: note: Assignment 'dev=(d)->type==5?(struct etherdevice*)d:NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:208:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:379:29: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:378:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:379:29: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:398:29: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:397:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:398:29: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:412:29: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:411:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:412:29: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:225:7: style: The scope of the variable 'asciilen' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:225:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:444:19: style: The scope of the variable 'resp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:446:26: style: The scope of the variable 'ninfo' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:447:16: style: The scope of the variable 'sessionid' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:448:15: style: The scope of the variable 'mode' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:450:12: style: The scope of the variable 'f' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:458:28: style: The scope of the variable 'nlink' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:463:10: style: The scope of the variable 'etherid' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:469:79: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:522:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ether.c:642:40: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:111:7: warning: Possible null pointer dereference: dev [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:110:9: note: Assignment 'dev=(d)->type==6?(struct execdevice*)d:NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:111:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:207:28: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:206:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:207:28: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:233:28: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:232:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:233:28: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:266:20: style: The scope of the variable 'child_status' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:267:19: style: The scope of the variable 'argc' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:267:25: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:267:28: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/exec.c:267:33: style: The scope of the variable 'wret' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/filter.c:442:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/usr.sbin/ppp/filter.c:101:7: style: The scope of the variable 'type' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/filter.c:439:15: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/fsm.c:952:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/fsm.c:997:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/hdlc.c:155:7: warning: Either the condition '(last)?(u_char*)(last+1)+(last)->m_offset:(u_char*)last' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/hdlc.c:156:10: note: Assuming that condition '(last)?(u_char*)(last+1)+(last)->m_offset:(u_char*)last' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/hdlc.c:155:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:138:13: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:133:13: note: Assignment 'buf=NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:138:13: note: Null pointer addition
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:99:23: style: The scope of the variable 'dl' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:268:10: style: The scope of the variable 'dst' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:353:10: style: The scope of the variable 'dst' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:474:7: style: The scope of the variable 'addrs' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:474:14: style: The scope of the variable 'af' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:474:18: style: The scope of the variable 'inskip' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:474:26: style: The scope of the variable 'in6skip' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:474:54: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:475:12: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iface.c:721:7: style: The scope of the variable 's' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:522:17: style: The scope of the variable 'qtype' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:522:25: style: The scope of the variable 'qclass' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:574:26: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:560:43: style: Function 'PacketCheck' argument 7 names different: declaration 'secs' definition 'psecs'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.h:38:68: note: Function 'PacketCheck' argument 7 names different: declaration 'secs' definition 'psecs'.
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:560:43: note: Function 'PacketCheck' argument 7 names different: declaration 'secs' definition 'psecs'.
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:90:12: style: struct member 'dns_header::aa' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:91:12: style: struct member 'dns_header::tc' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:92:12: style: struct member 'dns_header::rd' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:93:12: style: struct member 'dns_header::ra' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:94:12: style: struct member 'dns_header::z' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ip.c:95:12: style: struct member 'dns_header::rcode' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ipcp.c:286:15: style: The scope of the variable 'paddr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ipcp.c:335:13: style: The scope of the variable 'got' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ipcp.c:335:18: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ipcp.c:450:19: style: The scope of the variable 'hp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ipcp.c:526:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ipcp.c:626:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ipcp.c:872:8: style: The scope of the variable 'addr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iplist.c:101:15: style: The scope of the variable 'to' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/iplist.c:101:20: style: The scope of the variable 'end' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ipv6cp.c:270:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ipv6cp.c:525:8: style: The scope of the variable 'addr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/lcp.c:605:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/link.c:225:16: error: Array 'l->proto_in[13]' accessed at index 13, which is out of bounds. [arrayIndexOutOfBounds]
freebsd-utils-9.0+ds1/usr.sbin/ppp/link.c:220:3: note: After for loop, i has value 13
freebsd-utils-9.0+ds1/usr.sbin/ppp/link.c:225:16: note: Array index out of bounds
freebsd-utils-9.0+ds1/usr.sbin/ppp/link.c:155:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/link.c:225:8: error: Array 'l.proto_in[13]' accessed at index 13, which is out of bounds. [arrayIndexOutOfBounds]
freebsd-utils-9.0+ds1/usr.sbin/ppp/log.c:377:11: warning: Either the condition '(bp)?(const u_char*)(bp+1)+(bp)->m_offset:(const u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/log.c:378:13: note: Assuming that condition '(bp)?(const u_char*)(bp+1)+(bp)->m_offset:(const u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/log.c:377:11: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/log.c:317:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/log.c:368:19: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/log.c:369:9: style: The scope of the variable 'f' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/log.c:407:15: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/lqr.c:204:21: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/lqr.c:207:9: note: Assuming that condition 'p==NULL' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/lqr.c:204:21: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/main.c:213:13: style: The scope of the variable 'newmode' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/main.c:214:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/main.c:453:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:248:9: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:252:16: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:248:9: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:249:7: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:252:16: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:249:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:250:7: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:252:16: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:250:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:263:3: warning: Either the condition '(head)?(u_char*)(head+1)+(head)->m_offset:(u_char*)head' is redundant or there is possible null pointer dereference: head. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:266:12: note: Assuming that condition '(head)?(u_char*)(head+1)+(head)->m_offset:(u_char*)head' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:263:3: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:264:3: warning: Either the condition '(head)?(u_char*)(head+1)+(head)->m_offset:(u_char*)head' is redundant or there is possible null pointer dereference: head. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:266:12: note: Assuming that condition '(head)?(u_char*)(head+1)+(head)->m_offset:(u_char*)head' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:264:3: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:313:19: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:314:12: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:313:19: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:167:20: style: The scope of the variable 'mb' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:306:7: style: The scope of the variable 'nb' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mbuf.c:70:16: style: struct member 'memmap::queue' is never used. [unusedStructMember]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:919:9: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:928:9: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:779:20: warning: Either the condition '(mo)?(u_char*)(mo+1)+(mo)->m_offset:(u_char*)mo' is redundant or there is possible null pointer dereference: mo. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:780:30: note: Assuming that condition '(mo)?(u_char*)(mo+1)+(mo)->m_offset:(u_char*)mo' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:779:20: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:1048:7: warning: Possible null pointer dereference: s [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:1044:24: note: Assignment 's=(d)->type==(7)?(struct mpserver*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:1048:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:1074:10: warning: Possible null pointer dereference: s [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:1073:24: note: Assignment 's=(d)->type==(7)?(struct mpserver*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:1074:10: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:1083:34: warning: Possible null pointer dereference: s [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:1081:24: note: Assignment 's=(d)->type==(7)?(struct mpserver*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:1083:34: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:537:11: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:146:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:147:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:156:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mp.c:157:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mppe.c:171:21: warning: Logical conjunction always evaluates to false: *(proto) < 33 && *(proto) > 250. [incorrectLogicOperator]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mppe.c:182:3: warning: Either the condition '(mo)?(u_char*)(mo+1)+(mo)->m_offset:(u_char*)mo' is redundant or there is possible null pointer dereference: mo. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mppe.c:184:8: note: Assuming that condition '(mo)?(u_char*)(mo+1)+(mo)->m_offset:(u_char*)mo' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/mppe.c:182:3: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/mppe.c:246:37: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mppe.c:386:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/mppe.c:411:7: style: Variable 'ch' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/usr.sbin/ppp/nat_cmd.c:119:24: style: The scope of the variable 'link' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/nat_cmd.c:327:19: style: The scope of the variable 'sp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/nat_cmd.c:396:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/nat_cmd.c:519:12: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:235:5: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:237:12: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:235:5: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:236:5: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:237:12: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:236:5: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:249:5: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:251:12: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:249:5: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:250:5: warning: Either the condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is redundant or there is possible null pointer dereference: bp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:251:12: note: Assuming that condition '(bp)?(u_char*)(bp+1)+(bp)->m_offset:(u_char*)bp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:250:5: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:101:48: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncp.c:108:5: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncpaddr.c:144:17: style: The scope of the variable 'c' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncpaddr.c:145:16: style: The scope of the variable 'm' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/ncpaddr.c:954:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:296:12: warning: Possible null pointer dereference: dev [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:295:9: note: Assignment 'dev=(d)->type==8?(struct ngdevice*)d:NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:296:12: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:356:26: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:355:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:356:26: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:359:11: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:355:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:359:11: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:382:26: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:381:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:382:26: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:396:26: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:395:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:396:26: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:173:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:459:26: style: The scope of the variable 'ninfo' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:460:26: style: The scope of the variable 'nlink' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:462:19: style: The scope of the variable 'resp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:465:15: style: The scope of the variable 'devp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:467:8: style: The scope of the variable 'hook' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:469:8: style: The scope of the variable 'modname' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:471:9: style: The scope of the variable 'nodename' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:472:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:472:16: style: The scope of the variable 'done' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:473:12: style: The scope of the variable 'f' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:483:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:561:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:627:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freebsd-utils-9.0+ds1/usr.sbin/ppp/netgraph.c:135:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:405:7: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:402:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:405:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:538:11: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:534:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:538:11: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:541:53: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:534:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:541:53: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:543:14: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:534:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:543:14: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:819:7: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:534:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:541:21: note: Calling function 'physical_Read', 1st argument 'p' value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:819:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:848:7: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:844:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:848:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:906:10: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:905:24: note: Assignment 'p=(d)->type==(1)?((struct physical*)((char*)d-(unsigned long)(&((struct physical*)0)->desc))):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:906:10: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:334:8: style: The scope of the variable 'fn' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:403:7: style: The scope of the variable 'nw' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:439:10: style: The scope of the variable 'slot' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:536:10: style: The scope of the variable 'found' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:915:11: style: The scope of the variable 'colon' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:980:9: style: The scope of the variable 'lockfile' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:981:8: style: The scope of the variable 'fn' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/physical.c:601:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:262:24: warning: Either the condition '(wp)?(u_char*)(wp+1)+(wp)->m_offset:(u_char*)wp' is redundant or there is possible null pointer dereference: wp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:266:10: note: Assuming that condition '(wp)?(u_char*)(wp+1)+(wp)->m_offset:(u_char*)wp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:262:24: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:264:5: warning: Either the condition '(wp)?(u_char*)(wp+1)+(wp)->m_offset:(u_char*)wp' is redundant or there is possible null pointer dereference: wp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:266:10: note: Assuming that condition '(wp)?(u_char*)(wp+1)+(wp)->m_offset:(u_char*)wp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:264:5: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:265:5: warning: Either the condition '(wp)?(u_char*)(wp+1)+(wp)->m_offset:(u_char*)wp' is redundant or there is possible null pointer dereference: wp. [nullPointerRedundantCheck]
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:266:10: note: Assuming that condition '(wp)?(u_char*)(wp+1)+(wp)->m_offset:(u_char*)wp' is not redundant
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:265:5: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:70:18: style: The scope of the variable 'flagdest' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:70:28: style: The scope of the variable 'flags' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:104:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:221:18: style: The scope of the variable 'len1' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/pred.c:279:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:208:18: style: Condition 'n<=0' is always true [knownConditionTrueFalse]
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:140:8: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:135:22: note: Assignment 'p=(d)->type==(3)?(struct prompt*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:140:8: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:167:10: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:166:22: note: Assignment 'p=(d)->type==(3)?(struct prompt*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:167:10: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:192:7: warning: Possible null pointer dereference: p [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:186:22: note: Assignment 'p=(d)->type==(3)?(struct prompt*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:192:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/prompt.c:190:8: style: The scope of the variable 'linebuff' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/radius.c:661:40: warning: Possible null pointer dereference: r [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/radius.c:688:19: note: Calling function 'radius_Continue', 1st argument 'r' value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/radius.c:661:40: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/radius.c:902:19: style: The scope of the variable 'hp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/radius.c:1103:19: style: The scope of the variable 'hp' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/radius.c:180:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-utils-9.0+ds1/usr.sbin/ppp/server.c:78:7: warning: Possible null pointer dereference: s [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/server.c:75:22: note: Assignment 's=(d)->type==(2)?(struct server*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/server.c:78:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/server.c:102:7: warning: Possible null pointer dereference: s [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/server.c:91:22: note: Assignment 's=(d)->type==(2)?(struct server*)(d):NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/server.c:102:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/server.c:218:8: style: The scope of the variable 'name' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/sig.c:97:7: style: The scope of the variable 'sig' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/sig.c:98:7: style: The scope of the variable 'got' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/sync.c:66:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/systems.c:184:15: style: The scope of the variable 'end' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/systems.c:208:7: style: The scope of the variable 'f' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/systems.c:230:10: style: The scope of the variable 'mode' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/systems.c:267:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/systems.c:241:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tcp.c:137:14: style: The scope of the variable 'host' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tcp.c:137:21: style: The scope of the variable 'port' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tcp.c:137:28: style: The scope of the variable 'svc' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tcpmss.c:124:18: style: Checking if unsigned variable 'optlen' is less than zero. [unsignedLessThanZero]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tty.c:598:7: warning: Possible null pointer dereference: dev [nullPointer]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tty.c:595:9: note: Assignment 'dev=(d)->type==2?(struct ttydevice*)d:NULL', assigned value is 0
freebsd-utils-9.0+ds1/usr.sbin/ppp/tty.c:598:7: note: Null pointer dereference
freebsd-utils-9.0+ds1/usr.sbin/ppp/tty.c:272:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tty.c:121:15: style: The scope of the variable 'change' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tty.c:230:8: style: The scope of the variable 'asyncpath' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tty.c:421:8: style: The scope of the variable 'hook' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/tty.c:275:75: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freebsd-utils-9.0+ds1/usr.sbin/ppp/udp.c:255:14: style: The scope of the variable 'host' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/udp.c:255:21: style: The scope of the variable 'port' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/udp.c:255:28: style: The scope of the variable 'svc' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/vjcomp.c:76:7: style: The scope of the variable 'type' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/ppp/vjcomp.c:194:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freebsd-utils-9.0+ds1/usr.sbin/pppctl/pppctl.c:211:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/pppctl/pppctl.c:213:9: style: The scope of the variable 'len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/pppctl/pppctl.c:323:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/pppctl/pppctl.c:372:9: style: The scope of the variable 'n' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/pppctl/pppctl.c:372:35: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/pppctl/pppctl.c:374:28: style: The scope of the variable 'next' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/pppctl/pppctl.c:379:10: style: The scope of the variable 'Buffer' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/kern.c:236:17: style: Function 'set_auth' argument 2 names different: declaration 'ucred' definition 'xucred'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/kern.c:78:49: note: Function 'set_auth' argument 2 names different: declaration 'ucred' definition 'xucred'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/kern.c:236:17: note: Function 'set_auth' argument 2 names different: declaration 'ucred' definition 'xucred'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/kern.c:584:37: style: Variable 'fidp' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/kern.c:583:21: style: Variable 'fsidp' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lock_proc.c:338:6: style: The scope of the variable 'success' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lock_proc.c:369:6: style: The scope of the variable 'success' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lock_proc.c:477:6: style: The scope of the variable 'success' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lock_proc.c:979:6: style: The scope of the variable 'success' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lock_proc.c:117:11: style: Variable 'maxlen' is assigned a value that is never used. [unreadVariable]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:152:4: style: Variable 'hosts_bak' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:151:4: note: Variable 'hosts_bak' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:152:4: note: Variable 'hosts_bak' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:130:6: style: The scope of the variable 'attempt_cnt' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:130:19: style: The scope of the variable 'port_len' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:130:29: style: The scope of the variable 'port_pos' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:130:39: style: The scope of the variable 'ret' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:131:9: style: The scope of the variable 'port_list' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:503:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:507:6: style: The scope of the variable 'mallocd_res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd.c:701:14: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:1433:3: warning: Variable 'retval' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:1430:3: note: Variable 'retval' is reassigned a value before the old one has been used. 'break;' missing?
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:1433:3: note: Variable 'retval' is reassigned a value before the old one has been used. 'break;' missing?
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:245:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:239:12: style: Function 'dump_static_object' argument 2 names different: declaration 'sizeof_object' definition 'size_object'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:183:64: note: Function 'dump_static_object' argument 2 names different: declaration 'sizeof_object' definition 'size_object'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:239:12: note: Function 'dump_static_object' argument 2 names different: declaration 'sizeof_object' definition 'size_object'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:241:12: style: Function 'dump_static_object' argument 4 names different: declaration 'sizeof_hbuff' definition 'size_hbuff'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:184:57: note: Function 'dump_static_object' argument 4 names different: declaration 'sizeof_hbuff' definition 'size_hbuff'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:241:12: note: Function 'dump_static_object' argument 4 names different: declaration 'sizeof_hbuff' definition 'size_hbuff'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:243:12: style: Function 'dump_static_object' argument 6 names different: declaration 'sizeof_cbuff' definition 'size_cbuff'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:185:57: note: Function 'dump_static_object' argument 6 names different: declaration 'sizeof_cbuff' definition 'size_cbuff'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:243:12: note: Function 'dump_static_object' argument 6 names different: declaration 'sizeof_cbuff' definition 'size_cbuff'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:696:32: style: Function 'same_filelock_identity' argument 2 names different: declaration 'fl2' definition 'fl1'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:180:29: note: Function 'same_filelock_identity' argument 2 names different: declaration 'fl2' definition 'fl1'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:696:32: note: Function 'same_filelock_identity' argument 2 names different: declaration 'fl2' definition 'fl1'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:1895:62: style: Function 'testlock' argument 3 names different: declaration 'flags' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.h:7:9: note: Function 'testlock' argument 3 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:1895:62: note: Function 'testlock' argument 3 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:1995:41: style: Function 'unlock' argument 2 names different: declaration 'flags' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.h:10:50: note: Function 'unlock' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:1995:41: note: Function 'unlock' argument 2 names different: declaration 'flags' definition '__unused'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/lockd_lock.c:380:19: style: Array index 'n' is used before limits check. [arrayIndexThenCheck]
freebsd-utils-9.0+ds1/usr.sbin/rpc.lockd/test.c:43:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/file.c:173:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/file.c:174:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/procs.c:115:20: style: The scope of the variable 'claddr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/procs.c:383:11: style: The scope of the variable 'cli' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/statd.c:101:7: style: Variable 'hosts_bak' is reassigned a value before the old one has been used. [redundantAssignment]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/statd.c:100:7: note: Variable 'hosts_bak' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/statd.c:101:7: note: Variable 'hosts_bak' is reassigned a value before the old one has been used.
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/statd.c:324:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/statd.c:328:6: style: The scope of the variable 'mallocd_res' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/statd.c:519:14: style: The scope of the variable 'fd' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/statd.c:633:36: style: Function 'handle_sigchld' argument 1 names different: declaration 'sig' definition '__unused'. [funcArgNamesDifferent]
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/statd.c:74:32: note: Function 'handle_sigchld' argument 1 names different: declaration 'sig' definition '__unused'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.statd/statd.c:633:36: note: Function 'handle_sigchld' argument 1 names different: declaration 'sig' definition '__unused'.
freebsd-utils-9.0+ds1/usr.sbin/rpc.umntall/rpc.umntall.c:59:25: style: The scope of the variable 'pathlen' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/decode.c:41:13: style: The scope of the variable 'p' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/decode.c:51:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:148:6: style: The scope of the variable 'size' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:569:6: style: The scope of the variable 'new_mode_num' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:570:16: style: The scope of the variable 'mode' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:572:6: style: The scope of the variable 'ioerr' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:573:6: style: The scope of the variable 'size' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:574:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:1097:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:1121:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:287:2: error: Resource handle 'fd' freed twice. [doubleFree]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:453:4: error: Resource handle 'fd' freed twice. [doubleFree]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:465:2: error: Resource handle 'fd' freed twice. [doubleFree]
freebsd-utils-9.0+ds1/usr.sbin/vidcontrol/vidcontrol.c:466:2: error: Memory pointed to by 'fontmap' is freed twice. [doubleFree]
[22:37]

ftp://ftp.se.debian.org/debian/pool/main/f/freecad/freecad_0.17+dfsg1.orig.tar.gz
FreeCAD-0.17/src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp:1052:19: style: The scope of the variable 'aCoeff' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp:4191:36: style: The scope of the variable 'isNodeOut' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp:2694:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:43:7: style: The scope of the variable 'nbNoeuds' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:45:21: style: The scope of the variable 'Degre' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:312:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:415:15: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:134:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:147:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:158:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:170:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:407:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:207:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/UNV2411_Structure.cpp:132:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/UNV2412_Structure.cpp:252:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/DriverUNV/UNV2417_Structure.cpp:136:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:193:13: style: Same expression on both sides of '!=' because the value of 'mnpxyd' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:149:14: note: 'mnpxyd' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:193:13: note: Same expression on both sides of '!=' because the value of 'mnpxyd' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:209:13: style: Same expression on both sides of '!=' because the value of 'mnsoar' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:150:14: note: 'mnsoar' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:209:13: note: Same expression on both sides of '!=' because the value of 'mnsoar' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:217:13: style: Same expression on both sides of '!=' because the value of 'mnarst' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:161:14: note: 'mnarst' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:217:13: note: Same expression on both sides of '!=' because the value of 'mnarst' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:226:13: style: Same expression on both sides of '!=' because the value of 'mnslig' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:160:14: note: 'mnslig' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:226:13: note: Same expression on both sides of '!=' because the value of 'mnslig' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:384:13: style: Same expression on both sides of '!=' because the value of 'mnartr' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:151:14: note: 'mnartr' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:384:13: note: Same expression on both sides of '!=' because the value of 'mnartr' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:413:14: style: Same expression on both sides of '!=' because the value of 'mntree' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:152:14: note: 'mntree' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:413:14: note: Same expression on both sides of '!=' because the value of 'mntree' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:444:14: style: Same expression on both sides of '!=' because the value of 'mnqueu' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:153:14: note: 'mnqueu' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:444:14: note: Same expression on both sides of '!=' because the value of 'mnqueu' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:524:15: style: Same expression on both sides of '!=' because the value of 'mn1arcf' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:154:15: note: 'mn1arcf' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:524:15: note: Same expression on both sides of '!=' because the value of 'mn1arcf' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:525:15: style: Same expression on both sides of '!=' because the value of 'mnarcf' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:155:14: note: 'mnarcf' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:525:15: note: Same expression on both sides of '!=' because the value of 'mnarcf' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:526:15: style: Same expression on both sides of '!=' because the value of 'mnarcf1' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:156:15: note: 'mnarcf1' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:526:15: note: Same expression on both sides of '!=' because the value of 'mnarcf1' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:527:15: style: Same expression on both sides of '!=' because the value of 'mnarcf2' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:157:15: note: 'mnarcf2' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:527:15: note: Same expression on both sides of '!=' because the value of 'mnarcf2' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:567:14: style: Same expression on both sides of '!=' because the value of 'mntrsu' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:159:14: note: 'mntrsu' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:567:14: note: Same expression on both sides of '!=' because the value of 'mntrsu' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:571:14: style: Same expression on both sides of '!=' because the value of 'mnlftr' and 'NULL' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:162:14: note: 'mnlftr' is assigned value 'NULL' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/aptrte.cpp:571:14: note: Same expression on both sides of '!=' because the value of 'mnlftr' and 'NULL' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:301:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:342:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:517:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:934:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1058:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1657:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1657:30: warning: Return value of function atan() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1657:48: warning: Return value of function acos() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1728:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:4424:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:5141:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:5221:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:9863:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:9457:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:9459:5: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:9457:10: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1055:16: style: The scope of the variable 'd__1' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1055:22: style: The scope of the variable 'd__2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1062:0: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1062:0: style: The scope of the variable 'n' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1063:47: style: The scope of the variable 'dd' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1924:23: style: The scope of the variable 'd0' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1926:23: style: The scope of the variable 'xyz' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1926:31: style: The scope of the variable 'xyzd' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:3086:0: style: The scope of the variable 'ns1' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:3086:0: style: The scope of the variable 'ns2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:6925:0: style: The scope of the variable 'noar' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:394:59: error: Expression 'd__1=(p-a)/p*(p-b)*(p-c__),(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:35:23: style: struct member 'complex::r' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:35:26: style: struct member 'complex::i' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:36:29: style: struct member 'doublecomplex::r' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:36:32: style: struct member 'doublecomplex::i' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:80:0: style: struct member 'icilist::icierr' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:81:8: style: struct member 'icilist::iciunit' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:82:0: style: struct member 'icilist::iciend' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:83:8: style: struct member 'icilist::icifmt' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:84:0: style: struct member 'icilist::icirlen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:85:0: style: struct member 'icilist::icirnum' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:90:0: style: struct member 'olist::oerr' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:91:0: style: struct member 'olist::ounit' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:92:8: style: struct member 'olist::ofnm' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:93:0: style: struct member 'olist::ofnmlen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:94:8: style: struct member 'olist::osta' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:95:8: style: struct member 'olist::oacc' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:96:8: style: struct member 'olist::ofm' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:97:0: style: struct member 'olist::orl' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:98:8: style: struct member 'olist::oblnk' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:103:0: style: struct member 'cllist::cerr' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:104:0: style: struct member 'cllist::cunit' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:105:8: style: struct member 'cllist::csta' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:110:0: style: struct member 'alist::aerr' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:111:0: style: struct member 'alist::aunit' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:116:0: style: struct member 'inlist::inerr' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:117:0: style: struct member 'inlist::inunit' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:118:8: style: struct member 'inlist::infile' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:119:0: style: struct member 'inlist::infilen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:120:10: style: struct member 'inlist::inex' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:121:10: style: struct member 'inlist::inopen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:122:10: style: struct member 'inlist::innum' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:123:10: style: struct member 'inlist::innamed' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:124:8: style: struct member 'inlist::inname' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:125:0: style: struct member 'inlist::innamlen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:126:8: style: struct member 'inlist::inacc' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:127:0: style: struct member 'inlist::inacclen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:128:8: style: struct member 'inlist::inseq' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:129:0: style: struct member 'inlist::inseqlen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:130:9: style: struct member 'inlist::indir' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:131:0: style: struct member 'inlist::indirlen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:132:8: style: struct member 'inlist::infmt' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:133:0: style: struct member 'inlist::infmtlen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:134:8: style: struct member 'inlist::inform' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:135:0: style: struct member 'inlist::informlen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:136:8: style: struct member 'inlist::inunf' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:137:0: style: struct member 'inlist::inunflen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:138:10: style: struct member 'inlist::inrecl' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:139:10: style: struct member 'inlist::innrec' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:140:8: style: struct member 'inlist::inblank' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:141:0: style: struct member 'inlist::inblanklen' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:147:11: style: union member 'Multitype::g' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:148:0: style: union member 'Multitype::h' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:149:0: style: union member 'Multitype::i' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:151:7: style: union member 'Multitype::r' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:152:13: style: union member 'Multitype::d' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:170:8: style: struct member 'Namelist::name' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:171:12: style: struct member 'Namelist::vars' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:172:6: style: struct member 'Namelist::nvars' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:248:0: style: struct member 'Anonymous1::lecteu' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:248:0: style: struct member 'Anonymous1::imprim' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:248:0: style: struct member 'Anonymous1::nunite' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:251:0: style: struct member 'Anonymous2::lecteu' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:251:0: style: struct member 'Anonymous2::imprim' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:251:0: style: struct member 'Anonymous2::intera' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:251:0: style: struct member 'Anonymous2::nunite' is never used. [unusedStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:709:0: style: Variable 'i__' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:714:19: style: Variable 'io___13' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:715:19: style: Variable 'io___14' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:716:19: style: Variable 'io___15' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:717:19: style: Variable 'io___18' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:718:19: style: Variable 'io___19' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1552:19: style: Variable 'io___79' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1553:19: style: Variable 'io___80' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1741:0: style: Variable 'imprim' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1744:19: style: Variable 'io___98' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1963:2: style: Variable 'xyz' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1967:2: style: Variable 'xyzd' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1929:19: style: Variable 'io___105' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:1930:19: style: Variable 'io___106' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:3187:9: style: Variable 'ns1' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:3188:9: style: Variable 'ns2' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:5972:19: style: Variable 'io___345' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:6096:19: style: Variable 'io___346' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:6951:19: style: Variable 'io___403' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:6952:19: style: Variable 'io___416' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:6953:19: style: Variable 'io___417' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:6954:19: style: Variable 'io___418' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:6955:19: style: Variable 'io___419' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:7810:19: style: Variable 'io___456' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:8528:6: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/MEFISTO2/trte.c:8747:19: style: Variable 'io___481' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Hypothesis.cpp:364:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Hypothesis.cpp:360:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Hypothesis.cpp:364:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2591:10: style: Condition '!err' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2529:11: note: Assignment 'err=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2591:10: note: Condition '!err' is always true
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:1172:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2455:10: style: The scope of the variable 'doneTime' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:1134:9: style: Unused variable: i [unusedVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:1677:45: style: Variable 'distOK' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2559:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2567:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2577:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:3244:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:3252:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:3262:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2837:7: style: Exception should be caught by reference. [catchExceptionByValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2957:7: style: Exception should be caught by reference. [catchExceptionByValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:2994:9: style: Exception should be caught by reference. [catchExceptionByValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:3032:7: style: Exception should be caught by reference. [catchExceptionByValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:851:86: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:1648:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:1657:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp:1708:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cpp:691:27: style: Redundant condition: !_hypLengthFromEdges. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:210:7: style: The scope of the variable 'Netgen_NbOfNodes' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:211:10: style: The scope of the variable 'Netgen_point' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:212:7: style: The scope of the variable 'Netgen_triangle' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:152:51: style: Unused variable: itl [unusedVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:153:29: style: Unused variable: theHyp [unusedVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:207:25: style: Variable '_quadraticMesh' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:613:0: style: Variable 'Netgen_param2ndOrder' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:614:0: style: Variable 'Netgen_paramFine' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:615:29: style: Variable 'Netgen_paramSize' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:619:7: style: Unused variable: Netgen_tetrahedron [unusedVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cpp:518:3: style: Exception should be caught by reference. [catchExceptionByValue]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_2D.cpp:167:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_2D.cpp:164:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_2D.cpp:167:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_3D.cpp:109:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_3D.cpp:106:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_3D.cpp:109:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_BallElement.cpp:73:3: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_BallElement.cpp:71:20: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_BallElement.cpp:73:3: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_FaceOfNodes.cpp:95:3: style: Class '_MyEdgeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_LinearEdge.cpp:122:14: style: Variable 'id12' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_LinearEdge.cpp:76:3: style: Class 'SMDS_LinearEdge_MyNodeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1995:7: style: Condition '!Ok' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1994:13: note: Assignment 'Ok=false', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1995:7: note: Condition '!Ok' is always true
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1938:5: style: Variable 'Ok' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1937:5: note: Variable 'Ok' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1938:5: note: Variable 'Ok' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2141:3: style: Variable 'toReturn' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2140:0: note: Variable 'toReturn' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2141:3: note: Variable 'toReturn' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2254:3: style: Variable 'toReturn' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2253:0: note: Variable 'toReturn' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2254:3: note: Variable 'toReturn' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2313:3: style: Variable 'toReturn' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2312:0: note: Variable 'toReturn' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2313:3: note: Variable 'toReturn' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:3566:3: style: Variable 'elemIt' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:3557:0: note: Variable 'elemIt' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:3566:3: note: Variable 'elemIt' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1906:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1956:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2016:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2691:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:3133:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:3273:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:3367:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:3392:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:3567:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: warning: Virtual function 'next' is called from constructor 'ElemVecIterator < const SMDS_MeshNode * , SMDS_MeshNode * , SMDS :: NonNullFilter < VECTOR_VALUE > >(const std::vector<SMDS_MeshNode*>&vec,const SMDS::NonNullFilter<VECTOR_VALUE>&filter=SMDS::NonNullFilter<VECTOR_VALUE>()' at line 2948. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2948:0: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: warning: Virtual function 'next' is called from constructor 'ElemVecIterator < const SMDS_MeshElement * , SMDS_MeshCell * , SMDS_MeshElement :: GeomFilter >(const std::vector<SMDS_MeshCell*>&vec,const SMDS_MeshElement::GeomFilter&filter=SMDS_MeshElement::GeomFilter()' at line 2948. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2948:0: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: warning: Virtual function 'next' is called from constructor 'ElemVecIterator < const SMDS_MeshElement * , SMDS_MeshNode * , SMDS :: NonNullFilter < VECTOR_VALUE > >(const std::vector<SMDS_MeshNode*>&vec,const SMDS::NonNullFilter<VECTOR_VALUE>&filter=SMDS::NonNullFilter<VECTOR_VALUE>()' at line 2948. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2948:0: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: warning: Virtual function 'next' is called from constructor 'ElemVecIterator < const SMDS_MeshElement * , SMDS_MeshCell * , SMDS_MeshElement :: EntityFilter >(const std::vector<SMDS_MeshCell*>&vec,const SMDS_MeshElement::EntityFilter&filter=SMDS_MeshElement::EntityFilter()' at line 2948. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2948:0: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: warning: Virtual function 'next' is called from constructor 'ElemVecIterator < const SMDS_MeshElement * , SMDS_MeshCell * , SMDS :: NonNullFilter < VECTOR_VALUE > >(const std::vector<SMDS_MeshCell*>&vec,const SMDS::NonNullFilter<VECTOR_VALUE>&filter=SMDS::NonNullFilter<VECTOR_VALUE>()' at line 2948. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2948:0: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: warning: Virtual function 'next' is called from constructor 'ElemVecIterator < const SMDS_MeshElement * , SMDS_MeshCell * , SMDS_MeshElement :: TypeFilter >(const std::vector<SMDS_MeshCell*>&vec,const SMDS_MeshElement::TypeFilter&filter=SMDS_MeshElement::TypeFilter()' at line 2948. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2948:0: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: warning: Virtual function 'next' is called from constructor 'ElemVecIterator < const SMDS_MeshEdge * , SMDS_MeshCell * , SMDS_MeshElement :: TypeFilter >(const std::vector<SMDS_MeshCell*>&vec,const SMDS_MeshElement::TypeFilter&filter=SMDS_MeshElement::TypeFilter()' at line 2948. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2948:0: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: warning: Virtual function 'next' is called from constructor 'ElemVecIterator < const SMDS_MeshFace * , SMDS_MeshCell * , SMDS_MeshElement :: TypeFilter >(const std::vector<SMDS_MeshCell*>&vec,const SMDS_MeshElement::TypeFilter&filter=SMDS_MeshElement::TypeFilter()' at line 2948. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2948:0: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: warning: Virtual function 'next' is called from constructor 'ElemVecIterator < const SMDS_MeshVolume * , SMDS_MeshCell * , SMDS_MeshElement :: TypeFilter >(const std::vector<SMDS_MeshCell*>&vec,const SMDS_MeshElement::TypeFilter&filter=SMDS_MeshElement::TypeFilter()' at line 2948. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2948:0: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:2954:0: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1912:23: error: Iterator 'itmsh' used after element has been erased. [eraseDereference]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1906:3: note: Iterator 'itmsh' used after element has been erased.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp:1912:23: note: Iterator 'itmsh' used after element has been erased.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh0DElement.cpp:158:5: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh0DElement.cpp:150:22: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh0DElement.cpp:158:5: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh0DElement.cpp:96:3: style: Class 'SMDS_Mesh0DElement_MyNodeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshElement.cpp:149:3: style: Class 'SMDS_MeshElement_MyIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshElement.cpp:200:5: style: Class '_MyNodeIteratorFromElemIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshElement.cpp:211:5: style: Class '_MyElemIteratorFromNodeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshGroup.cpp:81:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshGroup.cpp:87:41: error: Iterator 'itgroup' used after element has been erased. [eraseDereference]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshGroup.cpp:81:9: note: Iterator 'itgroup' used after element has been erased.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshGroup.cpp:87:41: note: Iterator 'itgroup' used after element has been erased.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshNode.cpp:268:24: style: The scope of the variable 'grid' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshNode.cpp:290:3: error: Memory leak: coord2 [memleak]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:140:3: style: Class 'SMDS_PolygonalFaceOfNodes_MyIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:155:3: style: Class '_MyEdgeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:81:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:191:3: style: Struct '_MyIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_QuadraticEdge.cpp:110:5: style: Class '_MyInterlacedNodeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_QuadraticEdge.cpp:127:5: style: Class '_MyNodeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:203:5: style: Class '_MyNodeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:233:3: style: Class '_MyEdgeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:325:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:327:5: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:325:5: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:308:3: style: Class 'SMDS_QuadraticVolumeOfNodes_MyIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:343:24: warning: Possible null pointer dereference: oldPtsCell [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:337:31: note: Assignment 'oldPtsCell=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:343:24: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_UnstructuredGrid.cpp:1088:44: style: Reading from empty STL container 'emptyMap' [reademptycontainer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeOfNodes.cpp:198:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeOfNodes.cpp:200:5: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeOfNodes.cpp:198:5: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:2162:54: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:2163:53: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:2166:63: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:2168:62: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:2169:62: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:1363:9: style: The scope of the variable 'from' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:371:39: style: Function 'operator-' argument 1 names different: declaration 'other' definition 'Right'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:364:36: note: Function 'operator-' argument 1 names different: declaration 'other' definition 'Right'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:371:39: note: Function 'operator-' argument 1 names different: declaration 'other' definition 'Right'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:374:39: style: Function 'operator+' argument 1 names different: declaration 'other' definition 'Right'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:365:36: note: Function 'operator+' argument 1 names different: declaration 'other' definition 'Right'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:374:39: note: Function 'operator+' argument 1 names different: declaration 'other' definition 'Right'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:377:37: style: Function 'Crossed' argument 1 names different: declaration 'other' definition 'Right'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:366:34: note: Function 'Crossed' argument 1 names different: declaration 'other' definition 'Right'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:377:37: note: Function 'Crossed' argument 1 names different: declaration 'other' definition 'Right'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:382:36: style: Function 'Dot' argument 1 names different: declaration 'other' definition 'Other'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:367:33: note: Function 'Dot' argument 1 names different: declaration 'other' definition 'Other'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:382:36: note: Function 'Dot' argument 1 names different: declaration 'other' definition 'Other'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:427:5: performance: Variable 'mySaved' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:367:17: style: Technically the member function '::XYZ::Dot' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:382:20: note: Technically the member function '::XYZ::Dot' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:367:17: note: Technically the member function '::XYZ::Dot' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:369:17: style: Technically the member function '::XYZ::SquareMagnitude' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:388:20: note: Technically the member function '::XYZ::SquareMagnitude' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:369:17: note: Technically the member function '::XYZ::SquareMagnitude' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:363:3: style: Struct 'XYZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:425:3: style: Struct 'SaveFacet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:356:1: warning: The struct 'XYZ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp:721:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp:189:25: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp:183:24: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp:189:25: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp:198:25: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp:183:24: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp:198:25: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp:200:32: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp:183:24: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp:200:32: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkEdge.cpp:80:7: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkEdge.cpp:71:20: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkEdge.cpp:80:7: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:114:7: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:105:20: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:114:7: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:259:9: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:254:20: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:259:9: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:362:31: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:360:20: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:362:31: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:363:3: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:360:20: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkFace.cpp:363:3: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:146:7: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:137:20: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:146:7: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:244:29: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:239:26: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:244:29: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:285:31: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:279:28: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:285:31: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:320:29: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:315:26: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:320:29: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:350:29: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:345:26: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:350:29: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:354:42: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:345:26: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:354:42: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:380:29: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:375:26: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:380:29: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:438:25: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:433:24: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:438:25: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:440:61: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:433:24: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:440:61: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:468:25: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:463:24: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:468:25: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:470:14: warning: Possible null pointer dereference: ptIds [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:463:24: note: Assignment 'ptIds=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:470:14: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:542:11: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:537:20: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkVolume.cpp:542:11: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverGMF_Write.cpp:387:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_Family.cpp:181:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_Family.cpp:215:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_Family.cpp:250:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_Family.cpp:352:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_Family.cpp:537:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:278:31: style: The scope of the variable 'anElement' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1211:55: style: Function 'buildMeshGrille' argument 3 names different: declaration 'theMesh' definition 'myMesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:62:46: note: Function 'buildMeshGrille' argument 3 names different: declaration 'theMesh' definition 'myMesh'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1211:55: note: Function 'buildMeshGrille' argument 3 names different: declaration 'theMesh' definition 'myMesh'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:218:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:232:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:242:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1051:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1056:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1079:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1086:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1108:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1117:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1125:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1137:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1142:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1153:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_R_SMESHDS_Mesh.cpp:1173:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_Field.cpp:128:9: style: The scope of the variable 'iGeoType' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:87:3: style: Variable 'majeur' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:82:3: note: Variable 'majeur' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:87:3: note: Variable 'majeur' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:88:3: style: Variable 'mineur' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:82:13: note: Variable 'mineur' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:88:3: note: Variable 'mineur' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:89:3: style: Variable 'release' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:82:22: note: Variable 'release' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:89:3: note: Variable 'release' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:268:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:274:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:483:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:201:5: warning: Member variable 'TCoordHelper::myCurrentNode' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:215:26: style: Technically the member function '::TCoordHelper::GetNode' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:224:36: style: Technically the member function '::TCoordHelper::GetName' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/DriverMED_W_SMESHDS_Mesh.cpp:227:36: style: Technically the member function '::TCoordHelper::GetUnit' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/GEOMUtils.cpp:1086:37: style: Variable 'upwardIndexFinish' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:48:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:59:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:96:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:163:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:197:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:209:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:214:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:227:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:232:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:336:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Algorithm.cpp:341:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:689:7: style: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:688:7: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:689:7: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:690:7: style: Variable 'j' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:688:11: note: Variable 'j' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:690:7: note: Variable 'j' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:707:7: style: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:705:7: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:707:7: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:708:7: style: Variable 'j' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:705:11: note: Variable 'j' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:708:7: note: Variable 'j' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:709:7: style: Variable 'k' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:705:15: note: Variable 'k' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp:709:7: note: Variable 'k' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:984:20: style: Condition 'aRet<0' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:974:15: note: Assignment 'aRet=-1', assigned value is -1
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:984:20: note: Condition 'aRet<0' is always true
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:1046:20: style: Condition 'aRet<0' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:1036:20: note: Assignment 'aRet=-1', assigned value is -1
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:1046:20: note: Condition 'aRet<0' is always true
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:626:23: style: The scope of the variable 'aMeshInfo' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:682:23: style: The scope of the variable 'aMeshInfo' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:1696:12: style: The scope of the variable 'ballsupportname' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:1345:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:1350:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:2142:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:2146:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:2283:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:2363:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:2527:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_V2_2_Wrapper.cpp:103:7: style: Class 'TFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/MED_Wrapper.cpp:494:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Algo.cpp:148:24: style: The scope of the variable 'end' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1828:29: style: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1767:34: note: 'NB_FACES_BY_VERTEX' is assigned value '6' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1828:29: note: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1831:31: style: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1767:34: note: 'NB_FACES_BY_VERTEX' is assigned value '6' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1831:31: note: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1853:29: style: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1767:34: note: 'NB_FACES_BY_VERTEX' is assigned value '6' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1853:29: note: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1925:29: style: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1767:34: note: 'NB_FACES_BY_VERTEX' is assigned value '6' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1925:29: note: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1928:31: style: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1767:34: note: 'NB_FACES_BY_VERTEX' is assigned value '6' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1928:31: note: Same expression on both sides of '==' because the value of 'NB_FACES_BY_VERTEX' and '6' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1437:14: style: The scope of the variable 'iFaceSubst' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1457:40: error: Shifting by a negative value is undefined behaviour [shiftNegative]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1504:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1525:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1644:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1872:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:1893:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Block.cpp:372:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Gen.cpp:626:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Gen.cpp:858:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Hypothesis.cpp:126:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Hypothesis.cpp:164:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:253:12: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:2302:16: style: The scope of the variable 'ancType' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:199:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:294:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:549:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:885:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:901:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:906:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:966:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:977:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:1002:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:1006:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:1394:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:1462:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:1564:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:2086:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:2176:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:2201:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:2363:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:2369:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp:2423:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:307:12: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:347:10: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:372:10: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:398:10: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:566:78: style: Function 'getIntersParamOnLine' argument 3 names different: declaration 'tolerance' definition 'tol'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:470:42: note: Function 'getIntersParamOnLine' argument 3 names different: declaration 'tolerance' definition 'tol'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:566:78: note: Function 'getIntersParamOnLine' argument 3 names different: declaration 'tolerance' definition 'tol'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:600:75: style: Function 'findOuterBoundary' argument 1 names different: declaration 'anyOuterFace' definition 'outerFace'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:471:50: note: Function 'findOuterBoundary' argument 1 names different: declaration 'anyOuterFace' definition 'outerFace'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:600:75: note: Function 'findOuterBoundary' argument 1 names different: declaration 'anyOuterFace' definition 'outerFace'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:986:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:252:22: warning: Member variable 'ElementBndBoxTree::_size' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:63:3: style: Struct 'SMESH_NodeSearcherImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:1053:39: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp:110:10: style: Reading from empty STL container 'nodes' [reademptycontainer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12137:37: warning: Either the condition 'startNode' is redundant or there is possible null pointer dereference: startNode. [nullPointerRedundantCheck]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12126:11: note: Assuming that condition 'startNode' is not redundant
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12137:37: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12168:44: warning: Possible null pointer dereference: pts [nullPointer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12163:28: note: Assignment 'pts=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12168:44: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10697:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10694:0: note: Variable 'res' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10697:3: note: Variable 'res' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10699:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10697:3: note: Variable 'res' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10699:3: note: Variable 'res' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:1256:18: style: The scope of the variable 'proj' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:2690:29: style: The scope of the variable 'e' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:4009:12: style: The scope of the variable 'fToler2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6255:12: style: The scope of the variable 'x1' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6255:15: style: The scope of the variable 'x2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6255:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6255:21: style: The scope of the variable 'y2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6255:24: style: The scope of the variable 'z1' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6255:27: style: The scope of the variable 'z2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:11643:15: style: The scope of the variable 'idg' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:11672:19: style: The scope of the variable 'idg' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:11934:19: style: The scope of the variable 'idg' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12078:29: style: The scope of the variable 'vol' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12136:25: style: The scope of the variable 'startVol' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3880:5: style: Variable 'nbElems' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6562:7: style: Variable 'nodeIndex' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:411:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:452:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:1416:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:2849:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:2869:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:2891:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:2913:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:2942:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3192:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3231:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3249:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3271:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3287:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3312:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3823:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3983:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:4329:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:4386:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:5042:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:5340:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:5422:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:5883:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6057:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6094:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6099:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6100:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6110:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6111:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6275:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6282:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6283:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6293:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6294:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6347:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6398:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6399:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6504:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6528:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6551:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6701:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6732:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6838:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6898:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:7340:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:7345:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:7375:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8218:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8230:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8258:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8259:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8381:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8391:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8415:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8529:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8594:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8721:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8765:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8937:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8956:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:8979:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:9115:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:9175:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:9186:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:9187:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:9984:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10004:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10025:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10059:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10127:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10141:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10386:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10981:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:11028:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:11598:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12466:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:3132:3: style: Class 'LinkID_Gen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:7968:3: style: Class 'SortableElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10907:5: style: Struct '_FaceClassifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:6111:17: error: Same iterator is used with different containers 'currList' and 'firstList'. [iterators]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10249:22: error: Invalid iterator 'linkIt' used. [eraseDereference]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:10477:22: error: Invalid iterator 'linkIt' used. [eraseDereference]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12343:40: style: Reading from empty STL container 'emptySet' [reademptycontainer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshEditor.cpp:12358:33: style: Reading from empty STL container 'emptyEdges' [reademptycontainer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshVSLink.cpp:137:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:1672:17: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:1774:69: style: The scope of the variable 'f' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:1774:71: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:5129:27: style: The scope of the variable 'biQuadQua' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:3677:85: style: Function 'GetLinkChain' argument 4 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:3563:80: note: Function 'GetLinkChain' argument 4 names different: declaration 'err' definition 'error'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:3677:85: note: Function 'GetLinkChain' argument 4 names different: declaration 'err' definition 'error'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:2574:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:2596:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:3642:5: performance: Variable '_sides' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:3369:33: warning: Virtual function 'next' is called from constructor 'TAncestorsIterator(const TopTools_ListOfShape&ancestors,TopAbs_ShapeEnum type)' at line 3361. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:3361:54: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:3369:33: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_MesherHelper.cpp:3501:5: style: Struct 'TChainLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_OctreeNode.cpp:375:12: style: The scope of the variable 'squareBool' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_OctreeNode.cpp:322:40: style: Unused variable: it2 [unusedVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_OctreeNode.cpp:100:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_OctreeNode.cpp:399:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1508:0: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1708:51: style: The scope of the variable 'bndNode2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:358:47: error: Shifting by a negative value is undefined behaviour [shiftNegative]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:377:47: error: Shifting by a negative value is undefined behaviour [shiftNegative]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:234:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:247:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:331:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:354:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:373:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:439:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:449:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:457:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:461:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:650:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:666:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:692:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:703:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:849:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:886:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:893:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:974:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1009:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1039:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1125:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1132:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1511:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1513:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1518:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1554:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1559:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1573:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1579:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1597:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1610:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1651:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1677:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1683:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1684:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1709:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1730:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1731:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1844:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1858:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1895:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1899:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1912:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1918:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1944:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2048:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2122:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2127:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2168:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2172:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2201:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2222:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2226:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2284:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2287:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2337:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2360:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2371:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2445:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2466:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2471:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2475:16: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2506:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2516:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2534:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2537:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2548:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2578:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2582:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2594:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2603:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2613:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2701:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2743:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2752:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2760:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2896:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2905:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:2913:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3023:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3057:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3130:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3168:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3244:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3260:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3273:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3363:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3369:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3375:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3380:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3419:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3423:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3427:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3431:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3448:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3478:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3482:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3485:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3498:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3507:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3512:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3524:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3555:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:3643:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4015:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4030:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4085:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4097:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4191:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4222:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4229:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4403:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4411:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4421:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4424:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4443:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4450:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4456:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4469:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4471:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4476:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4498:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4506:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4544:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4549:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4568:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4589:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4639:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4647:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4654:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4673:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4690:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4703:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4822:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:4851:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1209:3: warning: Member variable 'TIsoNode::myRatio' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1209:3: warning: Member variable 'TIsoNode::myBndNodes' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1202:10: style: Member variable 'TIsoNode::myIsMovable' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1210:53: note: Member variable 'TIsoNode::myIsMovable' is in the wrong place in the initializer list.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_Pattern.cpp:1202:10: note: Member variable 'TIsoNode::myIsMovable' is in the wrong place in the initializer list.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_ProxyMesh.cpp:220:37: warning: Virtual function 'next' is called from constructor 'TFilteringIterator(const std::vector<SMDSAbs_EntityType>&okTypes,const SMDS_ElemIteratorPtr&elemIterator)' at line 214. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_ProxyMesh.cpp:214:7: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_ProxyMesh.cpp:220:37: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp:2474:30: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp:1273:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp:2587:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp:2493:36: style: Member variable '_Iterator::myAppend' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp:2471:67: note: Member variable '_Iterator::myAppend' is in the wrong place in the initializer list.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp:2493:36: note: Member variable '_Iterator::myAppend' is in the wrong place in the initializer list.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp:78:20: style: Struct 'MemoryReserve' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp:78:20: style: Struct 'MemoryReserve' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp:1537:11: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:229:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:230:23: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:231:23: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:762:45: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:773:56: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:861:58: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:897:45: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:907:45: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:939:56: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:948:59: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:957:56: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:962:59: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:187:24: style: The scope of the variable 'res' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:187:30: style: The scope of the variable 'PtrVer' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:187:39: style: The scope of the variable 'PtrDim' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:188:14: style: The scope of the variable 'str' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:484:13: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:484:17: style: The scope of the variable 'PtrNmbTyp' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:484:29: style: The scope of the variable 'PtrSolSiz' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:484:41: style: The scope of the variable 'TypTab' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:487:17: style: The scope of the variable 'VarArg' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:559:14: style: The scope of the variable 'CurPos' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:560:17: style: The scope of the variable 'VarArg' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:676:13: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:787:13: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:787:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:787:25: style: The scope of the variable 'IntBuf' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:789:29: style: The scope of the variable 'DblBuf' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:1018:15: style: The scope of the variable 'NexPos' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:1018:23: style: The scope of the variable 'CurPos' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:1018:31: style: The scope of the variable 'EndPos' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:1019:14: style: The scope of the variable 'str' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:1088:13: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:1131:14: style: The scope of the variable 'chr' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:1222:23: style: The scope of the variable 'swp' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:313:39: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:332:39: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESH/libmesh.c:1025:23: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Group.cpp:159:3: style: Class 'MyGroupIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_GroupOnFilter.cpp:205:51: warning: Division of result of sizeof() on pointer type. [divideSizeof]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_GroupOnFilter.cpp:172:37: warning: Virtual function 'next' is called from constructor 'TIterator(const SMESH_PredicatePtr&filter,SMDS_ElemIteratorPtr&elems,long nbToFind,long totalNb,std::vector<const SMDS_MeshElement*>&foundElems,bool&foundElemsOK)' at line 161. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_GroupOnFilter.cpp:161:7: note: Calling next
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_GroupOnFilter.cpp:172:37: note: next is a virtual method
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:2200:7: style: Condition 'areNodesModified' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:2177:22: note: Assignment 'areNodesModified=true', assigned value is 1
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:2200:7: note: Condition 'areNodesModified' is always true
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:2220:7: style: Condition 'areNodesModified' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:2177:22: note: Assignment 'areNodesModified=true', assigned value is 1
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:2220:7: note: Condition 'areNodesModified' is always true
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:132:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:855:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:861:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:926:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp:997:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Script.cpp:403:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:235:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:253:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:399:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:432:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:311:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:278:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:284:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:291:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:274:0: performance: Variable '_table' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:340:3: style: Class 'MyElemIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:353:3: style: Class 'MyNodeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:272:0: style: Class 'MySetIterator < const SMDS_MeshElement * , std :: vector < const SMDS_MeshElement * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp:272:0: style: Class 'MySetIterator < const SMDS_MeshNode * , std :: vector < const SMDS_MeshNode * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:1403:19: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:1409:19: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:95:5: warning: Member variable 'InSegment::_cell' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:97:5: warning: Member variable 'InSegment::_cell' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:402:21: warning: Member variable 'BranchIterator::_size' is not assigned a value in 'BranchIterator::operator='. [operatorEqVarError]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:402:21: warning: Member variable 'BranchIterator::_closed' is not assigned a value in 'BranchIterator::operator='. [operatorEqVarError]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:104:17: style: Technically the member function '::InSegment::isExternal' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:123:26: note: Technically the member function '::InSegment::isExternal' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:104:17: note: Technically the member function '::InSegment::isExternal' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:401:10: style: Technically the member function '::BranchIterator::operator<' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/SMESH_MAT2d.cpp:387:3: warning: The struct 'BranchIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:125:43: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:147:41: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:271:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:272:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:751:12: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:794:14: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:803:25: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:809:16: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:877:16: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:444:24: style: The scope of the variable 'maxLinkLen' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:1393:16: style: The scope of the variable 'r' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:420:68: style: Function 'SetSizeByTrias' argument 2 names different: declaration 'deflection' definition 'hypDeflection'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:254:56: note: Function 'SetSizeByTrias' argument 2 names different: declaration 'deflection' definition 'hypDeflection'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:420:68: note: Function 'SetSizeByTrias' argument 2 names different: declaration 'deflection' definition 'hypDeflection'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:510:57: style: Function 'GetMinDistInSphere' argument 4 names different: declaration 'avoidP' definition 'avoidPnt'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:258:45: note: Function 'GetMinDistInSphere' argument 4 names different: declaration 'avoidP' definition 'avoidPnt'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:510:57: note: Function 'GetMinDistInSphere' argument 4 names different: declaration 'avoidP' definition 'avoidPnt'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:576:38: style: Function 'Init' argument 1 names different: declaration 'n1' definition 'p1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:219:30: note: Function 'Init' argument 1 names different: declaration 'n1' definition 'p1'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:576:38: note: Function 'Init' argument 1 names different: declaration 'n1' definition 'p1'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:576:56: style: Function 'Init' argument 2 names different: declaration 'n2' definition 'p2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:219:48: note: Function 'Init' argument 2 names different: declaration 'n2' definition 'p2'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:576:56: note: Function 'Init' argument 2 names different: declaration 'n2' definition 'p2'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:576:74: style: Function 'Init' argument 3 names different: declaration 'n3' definition 'p3'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:219:66: note: Function 'Init' argument 3 names different: declaration 'n3' definition 'p3'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:576:74: note: Function 'Init' argument 3 names different: declaration 'n3' definition 'p3'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:765:66: style: Function 'SegSizeTree' argument 3 names different: declaration 'mixSize' definition 'minSize'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:143:55: note: Function 'SegSizeTree' argument 3 names different: declaration 'mixSize' definition 'minSize'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:765:66: note: Function 'SegSizeTree' argument 3 names different: declaration 'mixSize' definition 'minSize'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:1505:25: style: Variable 'edge' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:127:5: style: Class 'SegSizeTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:267:5: style: Class 'ElementBndBoxTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:252:28: style: The function 'GetBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:232:28: note: Virtual function in base class
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:252:28: note: Function in derived class
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Adaptive1D.cpp:519:10: style: Reading from empty STL container 'myFoundTriaIDs' [reademptycontainer]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:146:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:144:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:146:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:161:19: style: Variable 'isOK' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1604:22: style: The scope of the variable 'nbFacets' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:3053:13: style: The scope of the variable 'id' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:3053:18: style: The scope of the variable 'pID' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:837:51: style: Function 'SetCoordinates' argument 5 names different: declaration 'bndBox' definition 'shapeBox'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:305:47: note: Function 'SetCoordinates' argument 5 names different: declaration 'bndBox' definition 'shapeBox'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:837:51: note: Function 'SetCoordinates' argument 5 names different: declaration 'bndBox' definition 'shapeBox'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:925:39: style: Function 'ComputeUVW' argument 1 names different: declaration 'p' definition 'P'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:306:35: note: Function 'ComputeUVW' argument 1 names different: declaration 'p' definition 'P'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:925:39: note: Function 'ComputeUVW' argument 1 names different: declaration 'p' definition 'P'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:925:49: style: Function 'ComputeUVW' argument 2 names different: declaration 'uvw' definition 'UVW'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:306:45: note: Function 'ComputeUVW' argument 2 names different: declaration 'uvw' definition 'UVW'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:925:49: note: Function 'ComputeUVW' argument 2 names different: declaration 'uvw' definition 'UVW'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1714:33: style: Function 'init' argument 1 names different: declaration 'i' definition 'iCell'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:614:23: note: Function 'init' argument 1 names different: declaration 'i' definition 'iCell'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1714:33: note: Function 'init' argument 1 names different: declaration 'i' definition 'iCell'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2421:70: style: Function 'addEdges' argument 2 names different: declaration 'intersectedHex' definition 'hexes'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:616:60: note: Function 'addEdges' argument 2 names different: declaration 'intersectedHex' definition 'hexes'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2421:70: note: Function 'addEdges' argument 2 names different: declaration 'intersectedHex' definition 'hexes'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2711:47: style: Function 'findChain' argument 4 names different: declaration 'chainNodes' definition 'chn'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:625:72: note: Function 'findChain' argument 4 names different: declaration 'chainNodes' definition 'chn'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2711:47: note: Function 'findChain' argument 4 names different: declaration 'chainNodes' definition 'chn'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2962:83: style: Function 'sortVertexNodes' argument 3 names different: declaration 'face' definition 'faceID'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:635:73: note: Function 'sortVertexNodes' argument 3 names different: declaration 'face' definition 'faceID'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2962:83: note: Function 'sortVertexNodes' argument 3 names different: declaration 'face' definition 'faceID'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:235:5: warning: Member variable 'LineIndexer::_size' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:235:5: warning: Member variable 'LineIndexer::_curInd' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:235:5: warning: Member variable 'LineIndexer::_iVar1' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:235:5: warning: Member variable 'LineIndexer::_iVar2' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:235:5: warning: Member variable 'LineIndexer::_iConst' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:322:5: warning: Member variable 'FaceGridIntersector::_faceID' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:386:5: warning: Member variable 'FaceLineIntersector::_tol' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:386:5: warning: Member variable 'FaceLineIntersector::_u' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:386:5: warning: Member variable 'FaceLineIntersector::_v' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:386:5: warning: Member variable 'FaceLineIntersector::_w' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:386:5: warning: Member variable 'FaceLineIntersector::_transition' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:386:5: warning: Member variable 'FaceLineIntersector::_transIn' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:386:5: warning: Member variable 'FaceLineIntersector::_transOut' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1421:15: warning: Member variable 'Hexahedron::_sideLength' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1421:15: warning: Member variable 'Hexahedron::_nbCornerNodes' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1421:15: warning: Member variable 'Hexahedron::_nbBndNodes' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1421:15: warning: Member variable 'Hexahedron::_origNodeInd' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1421:15: warning: Member variable 'Hexahedron::_i' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1421:15: warning: Member variable 'Hexahedron::_j' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1421:15: warning: Member variable 'Hexahedron::_k' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_eIntPoints' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_intNodes' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_vIntNodes' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_sideLength' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_nbCornerNodes' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_nbBndNodes' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_origNodeInd' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_i' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_j' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1484:15: warning: Member variable 'Hexahedron::_k' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:462:7: warning: Member variable '_Link::_nodes' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:243:7: performance: Variable '_name1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:243:21: performance: Variable '_name2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:243:35: performance: Variable '_nameConst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:295:12: performance: Technically the member function '::Grid::NodeIndexDX' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:306:10: style: Technically the member function '::Grid::ComputeUVW' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:925:14: note: Technically the member function '::Grid::ComputeUVW' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:306:10: note: Technically the member function '::Grid::ComputeUVW' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:382:10: style: Technically the member function '::FaceLineIntersector::isParamOnLineOK' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:622:10: style: Technically the member function '::Hexahedron::addIntersection' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2676:20: note: Technically the member function '::Hexahedron::addIntersection' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:622:10: note: Technically the member function '::Hexahedron::addIntersection' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:625:10: performance: Technically the member function '::Hexahedron::findChain' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2708:20: note: Technically the member function '::Hexahedron::findChain' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:625:10: note: Technically the member function '::Hexahedron::findChain' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:626:10: performance: Technically the member function '::Hexahedron::closePolygon' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2748:20: note: Technically the member function '::Hexahedron::closePolygon' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:626:10: note: Technically the member function '::Hexahedron::closePolygon' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:627:10: style: Technically the member function '::Hexahedron::findChainOnEdge' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:2794:20: note: Technically the member function '::Hexahedron::findChainOnEdge' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:627:10: note: Technically the member function '::Hexahedron::findChainOnEdge' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:642:10: performance: Technically the member function '::Hexahedron::debugDumpLink' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:3378:20: note: Technically the member function '::Hexahedron::debugDumpLink' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:642:10: note: Technically the member function '::Hexahedron::debugDumpLink' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:412:12: style: Technically the member function '::Hexahedron::_Node::IsUsedInFace' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:3706:5: style: Struct '_EventListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:394:3: warning: The class 'Hexahedron' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Cartesian_3D.cpp:1188:29: error: Uninitialized struct member: p._indexOnLine [uninitStructMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:1882:17: style: The scope of the variable 'sideNames' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:895:67: style: Function 'AddContinuousFace' argument 1 names different: declaration 'f' definition 'other'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:153:48: note: Function 'AddContinuousFace' argument 1 names different: declaration 'f' definition 'other'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:895:67: note: Function 'AddContinuousFace' argument 1 names different: declaration 'f' definition 'other'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:954:52: style: Function 'SetBottomSide' argument 1 names different: declaration 'side' definition 'bottom'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:156:39: note: Function 'SetBottomSide' argument 1 names different: declaration 'side' definition 'bottom'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:954:52: note: Function 'SetBottomSide' argument 1 names different: declaration 'side' definition 'bottom'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:1576:12: warning: Member variable '_FaceSide::myID' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:1591:12: warning: Member variable '_FaceSide::myID' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:817:16: warning: Member variable '_QuadFaceGrid::myLeftBottomChild' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:1563:3: performance: Variable 'myEdge' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:1564:3: performance: Variable 'myChildren' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:212:8: performance: Technically the member function '_QuadFaceGrid::DumpGrid' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:1490:21: note: Technically the member function '_QuadFaceGrid::DumpGrid' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:212:8: note: Technically the member function '_QuadFaceGrid::DumpGrid' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:214:8: performance: Technically the member function '_QuadFaceGrid::DumpVertices' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:1526:21: note: Technically the member function '_QuadFaceGrid::DumpVertices' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:214:8: note: Technically the member function '_QuadFaceGrid::DumpVertices' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:103:3: style: Class '_FaceSide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:104:3: style: Class '_FaceSide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:99:1: warning: The class '_FaceSide' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:489:37: error: Iterator 'boxFace' used after element has been erased. [eraseDereference]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:484:5: note: Iterator 'boxFace' used after element has been erased.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:489:37: note: Iterator 'boxFace' used after element has been erased.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Distribution.cpp:149:10: error: Uninitialized variable: f2 [uninitvar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_FaceSide.cpp:1091:3: style: Struct 'Adaptor2dCurve2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:151:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:147:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:151:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:149:10: style: The scope of the variable 'dblVal' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:181:17: style: Variable 'isOK' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Geometric1D.cpp:133:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Geometric1D.cpp:132:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Geometric1D.cpp:133:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Geometric1D.cpp:134:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Geometric1D.cpp:133:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Geometric1D.cpp:134:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:1042:10: style: The scope of the variable 'xSize' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:1042:20: style: The scope of the variable 'ySize' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:1042:30: style: The scope of the variable 'zSize' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:585:49: style: Function 'fillSide' argument 3 names different: declaration 'cornerNode' definition 'nCorner'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:342:44: note: Function 'fillSide' argument 3 names different: declaration 'cornerNode' definition 'nCorner'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:585:49: note: Function 'fillSide' argument 3 names different: declaration 'cornerNode' definition 'nCorner'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:912:65: style: Function 'fillRowsUntilCorner' argument 4 names different: declaration 'verRow1' definition 'row1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:346:60: note: Function 'fillRowsUntilCorner' argument 4 names different: declaration 'verRow1' definition 'row1'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:912:65: note: Function 'fillRowsUntilCorner' argument 4 names different: declaration 'verRow1' definition 'row1'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:913:65: style: Function 'fillRowsUntilCorner' argument 5 names different: declaration 'verRow2' definition 'row2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:347:60: note: Function 'fillRowsUntilCorner' argument 5 names different: declaration 'verRow2' definition 'row2'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:913:65: note: Function 'fillRowsUntilCorner' argument 5 names different: declaration 'verRow2' definition 'row2'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:194:9: warning: The class '_OrientedIndexer' defines member variable with name '_xSize' also defined in its parent struct '_Indexer'. [duplInheritedMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:148:9: note: Parent variable '_Indexer::_xSize'
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:194:9: note: Derived variable '_OrientedIndexer::_xSize'
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:194:17: warning: The class '_OrientedIndexer' defines member variable with name '_ySize' also defined in its parent struct '_Indexer'. [duplInheritedMember]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:148:17: note: Parent variable '_Indexer::_ySize'
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_HexaFromSkin_3D.cpp:194:17: note: Derived variable '_OrientedIndexer::_ySize'
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Hexa_3D.cpp:805:13: style: Variable 'bOK' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ImportSource.cpp:136:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ImportSource.cpp:178:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ImportSource.cpp:254:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D.cpp:357:40: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D.cpp:407:52: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D.cpp:451:33: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D.cpp:458:32: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D.cpp:1048:49: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D.cpp:136:5: style: Struct '_ImportData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D.cpp:610:8: performance: Possible inefficient checking for 'hyps' emptiness. [stlSize]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D2D.cpp:441:38: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D2D.cpp:901:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Import_1D2D.cpp:124:8: performance: Possible inefficient checking for 'hyps' emptiness. [stlSize]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_LengthFromEdges.cpp:108:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_LengthFromEdges.cpp:106:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_LengthFromEdges.cpp:108:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_LengthFromEdges.cpp:71:15: style: Same expression on both sides of '!=' because the value of 'oldMode' and '_mode' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_LengthFromEdges.cpp:67:17: note: 'oldMode' is assigned value '_mode' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_LengthFromEdges.cpp:71:15: note: Same expression on both sides of '!=' because the value of 'oldMode' and '_mode' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_LocalLength.cpp:151:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_LocalLength.cpp:148:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_LocalLength.cpp:151:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:507:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:846:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MaxElementArea.cpp:116:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MaxElementArea.cpp:114:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MaxElementArea.cpp:116:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MaxElementVolume.cpp:118:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MaxElementVolume.cpp:116:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MaxElementVolume.cpp:118:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MaxLength.cpp:161:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MaxLength.cpp:158:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_MaxLength.cpp:161:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfLayers.cpp:120:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfLayers.cpp:119:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfLayers.cpp:120:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfSegments.cpp:535:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfSegments.cpp:531:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfSegments.cpp:535:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfSegments.cpp:126:27: style: Same expression on both sides of '!=' because the value of 'oldNumberOfSegments' and '_numberOfSegments' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfSegments.cpp:121:29: note: 'oldNumberOfSegments' is assigned value '_numberOfSegments' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfSegments.cpp:126:27: note: Same expression on both sides of '!=' because the value of 'oldNumberOfSegments' and '_numberOfSegments' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_NumberOfSegments.cpp:237:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp:326:7: style: The scope of the variable 'iBNID' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp:899:10: style: The scope of the variable 'aBNID' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp:1311:10: style: The scope of the variable 'iNb' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp:1775:7: style: The scope of the variable 'aID' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp:523:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp:589:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp:594:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp:1502:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Penta_3D.cpp:1529:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:494:20: style: Condition 'nbCorners>4' is always false [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:463:21: note: Assignment 'nbCorners=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:494:20: note: Condition 'nbCorners>4' is always false
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:3033:14: warning: Either the condition '!botSM' is redundant or there is possible null pointer dereference: botSM. [nullPointerRedundantCheck]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:3035:14: note: Assuming that condition '!botSM' is not redundant
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:3033:14: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:3040:45: warning: Either the condition '!botSM' is redundant or there is possible null pointer dereference: botSM. [nullPointerRedundantCheck]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:3035:14: note: Assuming that condition '!botSM' is not redundant
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:3040:45: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:4068:3: style: Variable 'vR' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:4067:3: note: Variable 'vR' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:4068:3: note: Variable 'vR' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:177:22: style: The scope of the variable 'sm' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:2941:18: style: The scope of the variable 'anyFaceSM' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:3080:34: style: The scope of the variable 'val' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:458:27: style: Variable 'iPrev' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:460:0: style: Variable 'iUnite' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:464:20: style: Variable 'isCorner' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:2501:5: warning: Member variable 'EdgeWithNeighbors::_iL' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:2501:5: warning: Member variable 'EdgeWithNeighbors::_iR' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:2192:41: error: Uninitialized variable: iFrw [uninitvar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp:2192:41: error: Uninitialized variable: iRev [uninitvar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ProjectionUtils.cpp:466:33: style: Condition 'shape.ShapeType()==TopAbs_EDGE' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ProjectionUtils.cpp:1648:19: style: The scope of the variable 'l2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_1D.cpp:100:8: performance: Possible inefficient checking for 'hyps' emptiness. [stlSize]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_1D2D.cpp:136:12: style: The scope of the variable 'dummyU' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_1D2D.cpp:78:5: style: Struct 'UnsetterOfEventProparatorToEdges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_2D.cpp:1251:8: style: Condition '!projDone' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_2D.cpp:1249:19: note: Assignment 'projDone=false', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_2D.cpp:1251:8: note: Condition '!projDone' is always true
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_2D.cpp:105:54: style: Unused variable: itl [unusedVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_2D.cpp:426:31: style: Variable 'tgtMeshDS' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_2D.cpp:427:31: style: Variable 'srcMeshDS' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_2D.cpp:357:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_2D.cpp:231:5: style: Class 'MeshCleaner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Projection_2D.cpp:108:8: performance: Possible inefficient checking for 'hyps' emptiness. [stlSize]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Propagation.cpp:146:5: style: Struct 'PropagationMgrData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadFromMedialAxis_1D2D.cpp:384:17: warning: Either the condition 'algo' is redundant or there is possible null pointer dereference: algo. [nullPointerRedundantCheck]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadFromMedialAxis_1D2D.cpp:366:12: note: Assuming that condition 'algo' is not redundant
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadFromMedialAxis_1D2D.cpp:384:17: note: Null pointer dereference
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadFromMedialAxis_1D2D.cpp:1408:27: style: The scope of the variable 'dist' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadFromMedialAxis_1D2D.cpp:1846:12: style: The scope of the variable 'err' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadFromMedialAxis_1D2D.cpp:220:5: style: Struct 'SinuousFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadFromMedialAxis_1D2D.cpp:957:5: style: Struct 'NodePoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.cpp:754:10: style: The scope of the variable 'hasNewTrias' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.cpp:637:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadrangleParams.cpp:156:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadrangleParams.cpp:155:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadrangleParams.cpp:156:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadrangleParams.cpp:173:10: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadrangleParams.cpp:173:12: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_QuadrangleParams.cpp:173:14: style: The scope of the variable 'z' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:523:40: style: The scope of the variable 'd' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:732:40: style: The scope of the variable 'd' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:1754:7: style: The scope of the variable 'addh' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:1807:10: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:1807:12: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:2568:7: style: The scope of the variable 'addh' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:2957:9: style: The scope of the variable 'addh' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:2958:9: style: The scope of the variable 'addv' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:4554:18: style: The scope of the variable 'd' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:5265:12: style: The scope of the variable 'dist2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:135:15: style: Variable 'isOk' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:1257:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:1292:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:1333:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:4320:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:4321:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Quadrangle_2D.cpp:145:7: performance: Possible inefficient checking for 'hyps' emptiness. [stlSize]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialPrism_3D.cpp:116:54: style: Unused variable: itl [unusedVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialPrism_3D.cpp:373:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialPrism_3D.cpp:119:8: performance: Possible inefficient checking for 'hyps' emptiness. [stlSize]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:1135:16: style: The scope of the variable 'aResVec' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:111:54: style: Unused variable: itl [unusedVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:368:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:511:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:512:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:585:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:586:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:727:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:728:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:474:0: error: Memory leak: algo1d [memleak]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:1322:0: error: Memory leak: algo1d [memleak]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:114:8: performance: Possible inefficient checking for 'hyps' emptiness. [stlSize]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Regular_1D.cpp:424:7: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Regular_1D.cpp:1006:12: style: The scope of the variable 'par2' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Regular_1D.cpp:1047:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Regular_1D.cpp:1079:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Regular_1D.cpp:1211:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Reversible1D.cpp:95:19: style: Variable 'isOK' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_SegmentLengthAroundVertex.cpp:120:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_SegmentLengthAroundVertex.cpp:118:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_SegmentLengthAroundVertex.cpp:120:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_StartEndLength.cpp:148:3: style: Variable 'isOK' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_StartEndLength.cpp:146:0: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_StartEndLength.cpp:148:3: note: Variable 'isOK' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_StartEndLength.cpp:163:19: style: Variable 'isOK' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1133:12: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1735:16: style: Condition 'hyp1' is always false [knownConditionTrueFalse]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1725:23: note: Assignment 'hyp1=0', assigned value is 0
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1735:16: note: Condition 'hyp1' is always false
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:201:28: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1732:29: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1735:21: style: Same expression on both sides of '&&' because the value of 'hyp1' and 'hyp2' are the same. [duplicateExpression]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1725:23: note: 'hyp1' is assigned value '0' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1725:33: note: 'hyp2' is assigned value '0' here.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1735:21: note: Same expression on both sides of '&&' because the value of 'hyp1' and 'hyp2' are the same.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:985:38: style: The scope of the variable 'method' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1630:37: style: The scope of the variable 'viscHyp' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:3958:27: style: The scope of the variable 'closestFace' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:3959:15: style: The scope of the variable 'le' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:4284:12: style: The scope of the variable 'curLen' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:5445:10: style: The scope of the variable 'lenDelta' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1432:53: style: Function 'error' argument 2 names different: declaration 'solidID' definition 'solidId'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:780:41: note: Function 'error' argument 2 names different: declaration 'solidID' definition 'solidId'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1432:53: note: Function 'error' argument 2 names different: declaration 'solidID' definition 'solidId'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1528:68: style: Function 'Compute' argument 1 names different: declaration 'mesh' definition 'theMesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:706:55: note: Function 'Compute' argument 1 names different: declaration 'mesh' definition 'theMesh'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1528:68: note: Function 'Compute' argument 1 names different: declaration 'mesh' definition 'theMesh'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1529:68: style: Function 'Compute' argument 2 names different: declaration 'shape' definition 'theShape'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:707:55: note: Function 'Compute' argument 2 names different: declaration 'shape' definition 'theShape'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1529:68: note: Function 'Compute' argument 2 names different: declaration 'shape' definition 'theShape'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:3057:60: style: Function 'getFaceNormal' argument 1 names different: declaration 'n' definition 'node'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:730:47: note: Function 'getFaceNormal' argument 1 names different: declaration 'n' definition 'node'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:3057:60: note: Function 'getFaceNormal' argument 1 names different: declaration 'n' definition 'node'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:4246:66: style: Function 'AddShapesToSmooth' argument 1 names different: declaration 'shape' definition 'eosSet'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:641:58: note: Function 'AddShapesToSmooth' argument 1 names different: declaration 'shape' definition 'eosSet'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:4246:66: note: Function 'AddShapesToSmooth' argument 1 names different: declaration 'shape' definition 'eosSet'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:5370:53: style: Function 'SegTriaInter' argument 5 names different: declaration 'dist' definition 't'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:384:45: note: Function 'SegTriaInter' argument 5 names different: declaration 'dist' definition 't'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:5370:53: note: Function 'SegTriaInter' argument 5 names different: declaration 'dist' definition 't'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:5371:53: style: Function 'SegTriaInter' argument 6 names different: declaration 'epsilon' definition 'EPSILON'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:385:45: note: Function 'SegTriaInter' argument 6 names different: declaration 'epsilon' definition 'EPSILON'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:5371:53: note: Function 'SegTriaInter' argument 6 names different: declaration 'epsilon' definition 'EPSILON'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:437:20: style: Variable 'eps' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:7682:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:6289:30: style: Array index 'iSeg' is used before limits check. [arrayIndexThenCheck]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:459:5: warning: Member variable '_2NearEdges::_wgt' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:616:5: warning: Member variable '_SolidData::_index' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:616:5: warning: Member variable '_SolidData::_stepSize' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:616:5: warning: Member variable '_SolidData::_stepSizeCoeff' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:616:5: warning: Member variable '_SolidData::_geomSize' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:616:5: warning: Member variable '_SolidData::_stepSizeNodes' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:616:5: warning: Member variable '_SolidData::_nbShapesToSmooth' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:616:5: warning: Member variable '_SolidData::_maxThickness' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:616:5: warning: Member variable '_SolidData::_minThickness' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:616:5: warning: Member variable '_SolidData::_epsilon' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1420:18: warning: Member variable '_ViscousBuilder::_mesh' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:796:3: style: The class '_Shrinker1D' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:509:33: style: Member variable 'AverageHyp::_method' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:480:68: note: Member variable 'AverageHyp::_method' is in the wrong place in the initializer list.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:509:33: note: Member variable 'AverageHyp::_method' is in the wrong place in the initializer list.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1422:3: performance: Variable '_error' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:380:10: performance: Technically the member function 'VISCOUS_3D::_LayerEdge::SegTriaInter' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:5366:18: note: Technically the member function 'VISCOUS_3D::_LayerEdge::SegTriaInter' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:380:10: note: Technically the member function 'VISCOUS_3D::_LayerEdge::SegTriaInter' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:463:26: style: Technically the member function 'VISCOUS_3D::_2NearEdges::srcNode' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:629:10: performance: Technically the member function 'VISCOUS_3D::_SolidData::Sort2NeiborsOnEdge' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:4153:18: note: Technically the member function 'VISCOUS_3D::_SolidData::Sort2NeiborsOnEdge' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:629:10: note: Technically the member function 'VISCOUS_3D::_SolidData::Sort2NeiborsOnEdge' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:693:11: performance: Technically the member function 'VISCOUS_3D::_SmoothNode::computeAngularPos' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:7384:20: note: Technically the member function 'VISCOUS_3D::_SmoothNode::computeAngularPos' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:693:11: note: Technically the member function 'VISCOUS_3D::_SmoothNode::computeAngularPos' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:713:10: performance: Technically the member function 'VISCOUS_3D::_ViscousBuilder::RestoreListeners' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1478:23: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::RestoreListeners' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:713:10: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::RestoreListeners' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:735:10: performance: Technically the member function 'VISCOUS_3D::_ViscousBuilder::getFaceNormalAtSingularity' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:3175:23: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::getFaceNormalAtSingularity' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:735:10: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::getFaceNormalAtSingularity' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:739:12: style: Technically the member function 'VISCOUS_3D::_ViscousBuilder::getWeigthedNormal' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:3228:25: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::getWeigthedNormal' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:739:12: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::getWeigthedNormal' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:749:10: style: Technically the member function 'VISCOUS_3D::_ViscousBuilder::computeGeomSize' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:3605:23: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::computeGeomSize' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:749:10: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::computeGeomSize' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:752:10: performance: Technically the member function 'VISCOUS_3D::_ViscousBuilder::limitStepSize' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:2308:23: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::limitStepSize' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:752:10: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::limitStepSize' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:755:10: performance: Technically the member function 'VISCOUS_3D::_ViscousBuilder::limitStepSize' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:2343:23: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::limitStepSize' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:755:10: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::limitStepSize' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:758:10: performance: Technically the member function 'VISCOUS_3D::_ViscousBuilder::smoothAnalyticEdge' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:4268:23: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::smoothAnalyticEdge' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:758:10: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::smoothAnalyticEdge' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:764:10: performance: Technically the member function 'VISCOUS_3D::_ViscousBuilder::updateNormalsOfConvexFaces' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:4725:23: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::updateNormalsOfConvexFaces' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:764:10: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::updateNormalsOfConvexFaces' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:773:10: performance: Technically the member function 'VISCOUS_3D::_ViscousBuilder::fixBadFaces' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:7029:23: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::fixBadFaces' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:773:10: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::fixBadFaces' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:784:10: performance: Technically the member function 'VISCOUS_3D::_ViscousBuilder::makeGroupOfLE' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:3542:23: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::makeGroupOfLE' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:784:10: note: Technically the member function 'VISCOUS_3D::_ViscousBuilder::makeGroupOfLE' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:874:12: performance: Technically the member function 'VISCOUS_3D::_NodeCoordHelper::direct' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1401:47: performance: Technically the member function 'VISCOUS_3D::PyDump::Finish' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:125:5: style: Struct '_MeshOfSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:479:5: style: Struct 'AverageHyp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers.cpp:1401:19: style: Struct 'PyDump' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:118:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:155:10: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:1813:20: style: The scope of the variable 'farLE' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:1822:12: style: The scope of the variable 'isConvex' can be reduced. [variableScope]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:2581:45: style: Function 'SetNewLength' argument 1 names different: declaration 'length' definition 'length3D'. [funcArgNamesDifferent]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:237:37: note: Function 'SetNewLength' argument 1 names different: declaration 'length' definition 'length3D'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:2581:45: note: Function 'SetNewLength' argument 1 names different: declaration 'length' definition 'length3D'.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:2134:0: style: Variable 'prevLen2D' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:180:5: warning: Member variable '_Segment::_uv' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:180:5: warning: Member variable '_Segment::_indexInLine' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:360:10: performance: Technically the member function 'VISCOUS_2D::_ViscousBuilder2D::setLenRatio' can be static. [functionStatic]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:1323:25: note: Technically the member function 'VISCOUS_2D::_ViscousBuilder2D::setLenRatio' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:360:10: note: Technically the member function 'VISCOUS_2D::_ViscousBuilder2D::setLenRatio' can be static.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:374:23: style: Technically the member function 'VISCOUS_2D::_ViscousBuilder2D::getLineHypothesis' can be const. [functionConst]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:2511:54: note: Technically the member function 'VISCOUS_2D::_ViscousBuilder2D::getLineHypothesis' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:374:23: note: Technically the member function 'VISCOUS_2D::_ViscousBuilder2D::getLineHypothesis' can be const.
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:117:5: style: Struct '_ProxyMeshOfFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:112:7: style: Struct '_EdgeSubMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:162:7: style: Struct '_Data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_ViscousLayers2D.cpp:193:5: style: Struct '_SegmentTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/App/Material.h:52:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/App/Application.cpp:2341:0: error: #error "Implement ExtractUserPath() for your platform." [preprocessorErrorDirective]
FreeCAD-0.17/src/App/Branding.h:48:10: performance: Technically the member function 'App::Branding::evaluateXML' can be static. [functionStatic]
FreeCAD-0.17/src/App/Branding.cpp:95:16: note: Technically the member function 'App::Branding::evaluateXML' can be static.
FreeCAD-0.17/src/App/Branding.h:48:10: note: Technically the member function 'App::Branding::evaluateXML' can be static.
FreeCAD-0.17/src/App/PropertyContainer.h:69:7: style: Struct 'OffsetBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/App/PropertyContainer.h:70:7: style: Struct 'OffsetBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/App/Property.h:225:9: style: Class 'AtomicPropertyChange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/App/DynamicProperty.cpp:388:56: style: The scope of the variable 'ro' can be reduced. [variableScope]
FreeCAD-0.17/src/App/DynamicProperty.cpp:388:63: style: The scope of the variable 'hide' can be reduced. [variableScope]
lex.ExpressionParser.c:6912:2: warning: Possible null pointer dereference: b [nullPointer]
lex.ExpressionParser.c:6805:31: note: Calling function 'ExpressionParser_init_buffer', 1st argument 'b' value is 0
lex.ExpressionParser.c:6912:2: note: Null pointer dereference
lex.ExpressionParser.c:6913:2: warning: Possible null pointer dereference: b [nullPointer]
lex.ExpressionParser.c:6805:31: note: Calling function 'ExpressionParser_init_buffer', 1st argument 'b' value is 0
lex.ExpressionParser.c:6913:2: note: Null pointer dereference
lex.ExpressionParser.c:6924:9: warning: Possible null pointer dereference: b [nullPointer]
lex.ExpressionParser.c:6805:31: note: Calling function 'ExpressionParser_init_buffer', 1st argument 'b' value is 0
lex.ExpressionParser.c:6924:9: note: Null pointer dereference
* yacc.c:1257  *:146:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/App/Expression.cpp:1858:9: style: The scope of the variable 'token' can be reduced. [variableScope]
lex.ExpressionParser.c:6573:23: style: Checking if unsigned variable 'num_to_read' is less than zero. This might be a false warning. [unsignedLessThanZero]
lex.ExpressionParser.c:6586:19: style: Checking if unsigned variable 'new_size' is less than zero. This might be a false warning. [unsignedLessThanZero]
lex.ExpressionParser.c:6690:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lex.ExpressionParser.c:382:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.ExpressionParser.c:6690:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.ExpressionParser.c:7097:62: style: Function 'ExpressionParser_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lex.ExpressionParser.c:331:61: note: Function 'ExpressionParser_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.ExpressionParser.c:7097:62: note: Function 'ExpressionParser_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.ExpressionParser.c:7110:62: style: Function 'ExpressionParser_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lex.ExpressionParser.c:332:60: note: Function 'ExpressionParser_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.ExpressionParser.c:7110:62: note: Function 'ExpressionParser_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.ExpressionParser.c:7110:82: style: Function 'ExpressionParser_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lex.ExpressionParser.c:332:76: note: Function 'ExpressionParser_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.ExpressionParser.c:7110:82: note: Function 'ExpressionParser_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.ExpressionParser.c:7242:38: style: Function 'ExpressionParserset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
lex.ExpressionParser.c:5658:37: note: Function 'ExpressionParserset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
lex.ExpressionParser.c:7242:38: note: Function 'ExpressionParserset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
FreeCAD-0.17/src/App/Expression.h:513:3: warning: Member variable 'semantic_type::constant' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/App/Expression.h:52:5: style: Class 'ExpressionModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/App/Expression.h:103:9: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/App/Expression.cpp:755:10: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/App/Expression.cpp:739:18: note: Virtual function in base class
FreeCAD-0.17/src/App/Expression.cpp:755:10: note: Function in derived class
FreeCAD-0.17/src/App/Expression.cpp:767:10: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/App/Expression.cpp:739:18: note: Virtual function in base class
FreeCAD-0.17/src/App/Expression.cpp:767:10: note: Function in derived class
FreeCAD-0.17/src/App/Expression.cpp:774:22: style: The function 'getQuantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/App/Expression.cpp:743:22: note: Virtual function in base class
FreeCAD-0.17/src/App/Expression.cpp:774:22: note: Function in derived class
FreeCAD-0.17/src/App/Expression.cpp:784:10: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/App/Expression.cpp:739:18: note: Virtual function in base class
FreeCAD-0.17/src/App/Expression.cpp:784:10: note: Function in derived class
FreeCAD-0.17/src/App/Expression.cpp:799:22: style: The function 'getQuantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/App/Expression.cpp:743:22: note: Virtual function in base class
FreeCAD-0.17/src/App/Expression.cpp:799:22: note: Function in derived class
FreeCAD-0.17/src/App/Expression.cpp:816:10: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/App/Expression.cpp:739:18: note: Virtual function in base class
FreeCAD-0.17/src/App/Expression.cpp:816:10: note: Function in derived class
FreeCAD-0.17/src/App/Expression.cpp:822:22: style: The function 'getQuantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/App/Expression.cpp:743:22: note: Virtual function in base class
FreeCAD-0.17/src/App/Expression.cpp:822:22: note: Function in derived class
FreeCAD-0.17/src/App/Expression.cpp:832:10: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/App/Expression.cpp:739:18: note: Virtual function in base class
FreeCAD-0.17/src/App/Expression.cpp:832:10: note: Function in derived class
FreeCAD-0.17/src/App/Expression.cpp:844:10: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/App/Expression.cpp:739:18: note: Virtual function in base class
FreeCAD-0.17/src/App/Expression.cpp:844:10: note: Function in derived class
* yacc.c:339  *:4:0: error: Code 'std::stack' is invalid C code. Use --std or --language to configure the language. [syntaxError]
FreeCAD-0.17/src/App/FeaturePythonPyImp.inl:195:5: style: Variable 'dict_item' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/App/FeaturePythonPyImp.inl:194:0: note: Variable 'dict_item' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/App/FeaturePythonPyImp.inl:195:5: note: Variable 'dict_item' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/App/FeaturePythonPyImp.inl:105:56: style: Function '__setattro' argument 1 names different: declaration 'PyObj' definition 'obj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/App/FeaturePythonPyImp.h:104:38: note: Function '__setattro' argument 1 names different: declaration 'PyObj' definition 'obj'.
FreeCAD-0.17/src/App/FeaturePythonPyImp.inl:105:56: note: Function '__setattro' argument 1 names different: declaration 'PyObj' definition 'obj'.
FreeCAD-0.17/src/App/OriginGroupExtension.cpp:133:41: style: Unused variable: result [unusedVariable]
FreeCAD-0.17/src/App/ObjectIdentifier.h:244:9: style: Struct 'ResolveResults' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/App/PropertyContainer.cpp:202:0: style: Class 'PropertyAttribute < std :: pair < std :: string , Property * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/App/Range.h:42:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/App/Transactions.h:142:0: error: syntax error [syntaxError]
ExpressionParser.l:269:0: error: Code 'std::string' is invalid C code. Use --std or --language to configure the language. [syntaxError]
FreeCAD-0.17/src/Base/GeometryPyCXX.h:147:5: style: Class 'GeometryT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/Base64.cpp:51:7: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Base64.cpp:94:7: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Base64.cpp:48:84: style: Function 'base64_encode' argument 2 names different: declaration 'len' definition 'in_len'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Base/Base64.h:34:75: note: Function 'base64_encode' argument 2 names different: declaration 'len' definition 'in_len'.
FreeCAD-0.17/src/Base/Base64.cpp:48:84: note: Function 'base64_encode' argument 2 names different: declaration 'len' definition 'in_len'.
FreeCAD-0.17/src/Base/Base64.cpp:91:52: style: Function 'base64_decode' argument 1 names different: declaration 's' definition 'encoded_string'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Base/Base64.h:35:58: note: Function 'base64_decode' argument 1 names different: declaration 's' definition 'encoded_string'.
FreeCAD-0.17/src/Base/Base64.cpp:91:52: note: Function 'base64_decode' argument 1 names different: declaration 's' definition 'encoded_string'.
FreeCAD-0.17/src/Base/Tools.h:44:5: style: Struct 'iotaGen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/Tools.h:174:5: style: Class 'ConnectionBlocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/Console.cpp:261:10: style: The scope of the variable 'format' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Console.cpp:354:17: style: The scope of the variable 'OName' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Console.cpp:868:17: style: The scope of the variable 's_timing' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Console.cpp:286:16: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
FreeCAD-0.17/src/FCConfig.h:117:0: error: #error "FreeCAD is not ported to this OS yet. For help see www.freecadweb.org" [preprocessorErrorDirective]
FreeCAD-0.17/src/Base/FileInfo.cpp:466:0: error: #error "FileInfo::deleteFile() not implemented for this platform!" [preprocessorErrorDirective]
FreeCAD-0.17/src/Base/Handle.h:56:5: style: Class 'Reference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/XMLTools.h:58:5: style: Class 'StrX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/XMLTools.h:110:5: style: Class 'StrXUTF8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/XMLTools.h:182:5: style: Class 'XStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/XMLTools.h:230:5: style: Class 'XUTF8Str' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/Matrix.cpp:569:10: style: The scope of the variable 'big' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Matrix.cpp:569:15: style: The scope of the variable 'pivinv' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Parameter.cpp:362:23: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:365:73: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:428:23: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:431:30: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:450:23: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:453:30: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:494:23: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:497:45: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:513:23: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:517:46: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:555:23: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:558:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:574:23: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:578:49: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:616:23: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:619:45: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:635:23: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:639:46: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:710:27: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:732:27: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:888:36: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:891:32: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:909:24: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:1384:6: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/Parameter.cpp:866:14: style: The scope of the variable 'pcTemp' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Observer.h:184:0: style: The scope of the variable 'OName' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Handle.h:56:0: style: Class 'Base :: Reference < ParameterGrp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/ParameterPy.cpp:63:9: performance: Variable 'inst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Base/ParameterPy.cpp:61:5: style: Class 'ParameterGrpObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/ParameterPy.cpp:105:5: style: Class 'ParameterGrpPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/PyObjectBase.h:214:16: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/PyObjectBase.h:260:15: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/PyObjectBase.h:264:17: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/PyObjectBase.h:278:17: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Base/PyExport.h:124:5: style: Class 'PyHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Base/PyObjectBase.cpp:263:23: style: The scope of the variable 'res' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/PyTools.c:21:0: error: #error "Use Python2.5.x or higher" [preprocessorErrorDirective]
* yacc.c:358  *:894:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
QuantityLexer.c:1931:2: warning: Possible null pointer dereference: b [nullPointer]
QuantityLexer.c:1824:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
QuantityLexer.c:1931:2: note: Null pointer dereference
QuantityLexer.c:1932:2: warning: Possible null pointer dereference: b [nullPointer]
QuantityLexer.c:1824:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
QuantityLexer.c:1932:2: note: Null pointer dereference
QuantityLexer.c:1943:9: warning: Possible null pointer dereference: b [nullPointer]
QuantityLexer.c:1824:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
QuantityLexer.c:1943:9: note: Null pointer dereference
* yacc.c:358  *:1039:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
QuantityLexer.c:1592:23: style: Checking if unsigned variable 'num_to_read' is less than zero. This might be a false warning. [unsignedLessThanZero]
QuantityLexer.c:1605:19: style: Checking if unsigned variable 'new_size' is less than zero. This might be a false warning. [unsignedLessThanZero]
QuantityLexer.c:1709:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
QuantityLexer.c:363:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
QuantityLexer.c:1709:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
QuantityLexer.c:2116:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
QuantityLexer.c:312:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
QuantityLexer.c:2116:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
QuantityLexer.c:2129:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
QuantityLexer.c:313:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
QuantityLexer.c:2129:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
QuantityLexer.c:2129:68: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
QuantityLexer.c:313:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
QuantityLexer.c:2129:68: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
QuantityLexer.c:2261:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
QuantityLexer.c:647:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
QuantityLexer.c:2261:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
QuantityLexer.c:1592:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
QuantityLexer.c:1605:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
FreeCAD-0.17/src/Base/Reader.cpp:240:51: style: Same expression on both sides of '==' because the value of 'currentName' and 'LocalName' are the same. [duplicateExpression]
FreeCAD-0.17/src/Base/Reader.cpp:237:31: note: 'currentName' is assigned value 'LocalName' here.
FreeCAD-0.17/src/Base/Reader.cpp:240:51: note: Same expression on both sides of '==' because the value of 'currentName' and 'LocalName' are the same.
FreeCAD-0.17/src/Base/Reader.cpp:240:80: style: Same expression on both sides of '>=' because the value of 'currentLevel' and 'Level' are the same. [duplicateExpression]
FreeCAD-0.17/src/Base/Reader.cpp:236:24: note: 'currentLevel' is assigned value 'Level' here.
FreeCAD-0.17/src/Base/Reader.cpp:240:80: note: Same expression on both sides of '>=' because the value of 'currentLevel' and 'Level' are the same.
FreeCAD-0.17/src/Base/Reader.cpp:235:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Reader.cpp:264:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/Reader.cpp:283:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/StackWalker.cpp:1094:0: error: #error "Platform not supported!" [preprocessorErrorDirective]
FreeCAD-0.17/src/Base/Swap.cpp:88:8: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/Base/Swap.cpp:98:8: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeCAD-0.17/src/Base/Tools2D.h:117:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Base/Unit.cpp:316:20: style: Variable 'mult' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Base/Unit.cpp:414:20: style: Variable 'mult' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Base/UnitsSchemaInternal.h:43:21: style: The function 'schemaTranslate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Base/UnitsSchema.h:65:21: note: Virtual function in base class
FreeCAD-0.17/src/Base/UnitsSchemaInternal.h:43:21: note: Function in derived class
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.h:44:21: style: The function 'schemaTranslate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Base/UnitsSchema.h:65:21: note: Virtual function in base class
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.h:44:21: note: Function in derived class
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.h:56:21: style: The function 'schemaTranslate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Base/UnitsSchema.h:65:21: note: Virtual function in base class
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.h:56:21: note: Function in derived class
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.h:68:21: style: The function 'schemaTranslate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Base/UnitsSchema.h:65:21: note: Virtual function in base class
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.h:68:21: note: Function in derived class
FreeCAD-0.17/src/Base/UnitsSchemaMKS.h:41:21: style: The function 'schemaTranslate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Base/UnitsSchema.h:65:21: note: Virtual function in base class
FreeCAD-0.17/src/Base/UnitsSchemaMKS.h:41:21: note: Function in derived class
FreeCAD-0.17/src/Base/UnitsSchemaCentimeters.h:40:21: style: The function 'schemaTranslate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Base/UnitsSchema.h:65:21: note: Virtual function in base class
FreeCAD-0.17/src/Base/UnitsSchemaCentimeters.h:40:21: note: Function in derived class
FreeCAD-0.17/src/Base/UnitsSchemaMmMin.h:43:21: style: The function 'schemaTranslate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Base/UnitsSchema.h:65:21: note: Virtual function in base class
FreeCAD-0.17/src/Base/UnitsSchemaMmMin.h:43:21: note: Function in derived class
FreeCAD-0.17/src/Base/UnitsSchema.h:67:13: performance: Technically the member function 'Base::UnitsSchema::toLocale' can be static. [functionStatic]
FreeCAD-0.17/src/Base/UnitsSchema.cpp:38:22: note: Technically the member function 'Base::UnitsSchema::toLocale' can be static.
FreeCAD-0.17/src/Base/UnitsSchema.h:67:13: note: Technically the member function 'Base::UnitsSchema::toLocale' can be static.
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.cpp:152:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.cpp:159:9: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.cpp:152:9: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.cpp:183:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.cpp:187:9: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Base/UnitsSchemaImperial1.cpp:183:9: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Base/swigpyrun_1.3.25.h:575:9: warning: Redundant assignment of 'flags' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.25.h:789:9: warning: Redundant assignment of 'flags' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun.inl:73:24: style: The scope of the variable 'dict' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.33.h:2015:6: style: Variable 'data->implicitconv' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.33.h:2013:6: note: Variable 'data->implicitconv' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Base/swigpyrun_1.3.33.h:2015:6: note: Variable 'data->implicitconv' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Base/swigpyrun_1.3.33.h:2030:11: warning: Redundant assignment of 'res' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.33.h:2033:11: warning: Redundant assignment of 'res' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.33.h:1577:15: style: The scope of the variable 'swigobject_doc' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.33.h:1781:15: style: The scope of the variable 'swigpacked_doc' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.33.h:1277:15: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Base/swigpyrun_1.3.36.h:2034:6: style: Variable 'data->implicitconv' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.36.h:2032:6: note: Variable 'data->implicitconv' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Base/swigpyrun_1.3.36.h:2034:6: note: Variable 'data->implicitconv' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Base/swigpyrun_1.3.36.h:2049:11: warning: Redundant assignment of 'res' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.36.h:2052:11: warning: Redundant assignment of 'res' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.36.h:1585:15: style: The scope of the variable 'swigobject_doc' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.36.h:1789:15: style: The scope of the variable 'swigpacked_doc' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.36.h:1284:15: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Base/swigpyrun_1.3.38.h:2163:6: style: Variable 'data->implicitconv' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.38.h:2161:6: note: Variable 'data->implicitconv' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Base/swigpyrun_1.3.38.h:2163:6: note: Variable 'data->implicitconv' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Base/swigpyrun_1.3.38.h:2178:11: warning: Redundant assignment of 'res' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.38.h:2181:11: warning: Redundant assignment of 'res' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.38.h:1684:15: style: The scope of the variable 'swigobject_doc' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.38.h:1905:15: style: The scope of the variable 'swigpacked_doc' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.38.h:1354:15: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Base/swigpyrun_1.3.40.h:2196:6: style: Variable 'data->implicitconv' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.40.h:2194:6: note: Variable 'data->implicitconv' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Base/swigpyrun_1.3.40.h:2196:6: note: Variable 'data->implicitconv' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Base/swigpyrun_1.3.40.h:2211:11: warning: Redundant assignment of 'res' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.40.h:2214:11: warning: Redundant assignment of 'res' to itself. [selfAssignment]
FreeCAD-0.17/src/Base/swigpyrun_1.3.40.h:1476:9: style: The scope of the variable 'str' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.40.h:1705:15: style: The scope of the variable 'swigobject_doc' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.40.h:1934:15: style: The scope of the variable 'swigpacked_doc' can be reduced. [variableScope]
FreeCAD-0.17/src/Base/swigpyrun_1.3.40.h:1374:15: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/CXX/Python2/cxx_extensions.cxx:177:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/CXX/Python2/cxx_extensions.cxx:213:5: style: Class 'ExtensionModuleBasePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/CXX/Python3/cxx_extensions.cxx:139:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/CXX/Python3/cxx_extensions.cxx:176:5: style: Class 'ExtensionModuleBasePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:21:8: style: The function 'IsPanZoom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:24:14: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:21:8: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:22:8: style: The function 'IsRotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:25:14: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:22:8: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:23:10: style: The function 'GetSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:26:16: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:23:10: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:25:8: style: The function 'SetPanZoom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:28:14: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:25:8: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:26:8: style: The function 'SetRotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:29:14: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:26:8: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:27:8: style: The function 'SetSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:30:14: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:27:8: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:30:16: style: The function 'GetNavigationMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:64:22: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:30:16: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:31:12: style: The function 'GetPivotMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:31:12: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:32:19: style: The function 'GetPivotVisibility' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:66:26: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:32:19: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:33:10: style: The function 'IsLockHorizon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:67:16: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:33:10: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:35:10: style: The function 'SetLockHorizon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:69:16: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:35:10: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:36:10: style: The function 'SetNavigationMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:70:16: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:36:10: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:37:10: style: The function 'SetPivotMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:71:16: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:37:10: note: Function in derived class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:38:10: style: The function 'SetPivotVisibility' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/3Dconnexion/I3dMouseParams.h:72:16: note: Virtual function in base class
FreeCAD-0.17/src/Gui/3Dconnexion/MouseParameters.h:38:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgUndoRedo.h:40:3: style: Class 'UndoDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgUndoRedo.h:56:3: style: Class 'RedoDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgWorkbenchesImp.h:38:5: style: Class 'DlgWorkbenchesImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/MainWindow.h:330:5: style: Class 'ActionStyleEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Widgets.h:53:3: style: Class 'CommandIconView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Widgets.h:382:5: style: Class 'PropertyListEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Action.cpp:373:5: style: Class 'WorkbenchActionEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Tree.h:68:5: style: Class 'TreeWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/WidgetFactory.h:95:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Gui/Assistant.cpp:77:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Gui/Assistant.cpp:57:50: style: Function 'showDocumentation' argument 1 names different: declaration 'file' definition 'page'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/Assistant.h:40:43: note: Function 'showDocumentation' argument 1 names different: declaration 'file' definition 'page'.
FreeCAD-0.17/src/Gui/Assistant.cpp:57:50: note: Function 'showDocumentation' argument 1 names different: declaration 'file' definition 'page'.
FreeCAD-0.17/src/Gui/AutoSaver.h:46:5: style: Class 'AutoSaveProperty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/AutoSaver.h:71:5: style: Class 'AutoSaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/AutoSaver.h:100:5: style: Class 'RecoveryWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/BitmapFactory.cpp:496:9: style: Variable 'pm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/Gui/BitmapFactory.cpp:495:0: note: Variable 'pm' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Gui/BitmapFactory.cpp:496:9: note: Variable 'pm' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Gui/BlenderNavigationStyle.cpp:123:9: style: Condition '!processed' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Gui/BlenderNavigationStyle.cpp:105:24: note: Assignment 'processed=false', assigned value is 0
FreeCAD-0.17/src/Gui/BlenderNavigationStyle.cpp:123:9: note: Condition '!processed' is always true
FreeCAD-0.17/src/Gui/BlenderNavigationStyle.cpp:131:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/BlenderNavigationStyle.cpp:166:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/BlenderNavigationStyle.cpp:285:49: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/CADNavigationStyle.cpp:127:9: style: Condition '!processed' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Gui/CADNavigationStyle.cpp:109:24: note: Assignment 'processed=false', assigned value is 0
FreeCAD-0.17/src/Gui/CADNavigationStyle.cpp:127:9: note: Condition '!processed' is always true
FreeCAD-0.17/src/Gui/CADNavigationStyle.cpp:135:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/CADNavigationStyle.cpp:170:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/CADNavigationStyle.cpp:329:49: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/CallTips.h:57:5: style: Class 'CallTipsList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Clipping.cpp:57:9: style: Class 'Private' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Gui/Clipping.cpp:57:9: style: Class 'Private' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Gui/Clipping.h:77:5: style: Class 'TaskClipping' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/propertyeditor/PropertyItem.h:86:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Gui/ActiveObjectList.h:53:35: style: Function 'getObject' argument 1 names different: declaration 'Name' definition 'name'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/Command.h:208:49: note: Function 'getObject' argument 1 names different: declaration 'Name' definition 'name'.
FreeCAD-0.17/src/Gui/ActiveObjectList.h:53:35: note: Function 'getObject' argument 1 names different: declaration 'Name' definition 'name'.
FreeCAD-0.17/src/Gui/CommandDoc.cpp:1080:18: style: The scope of the variable 'autoDeletion' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/NavigationStyle.h:166:38: performance: Function parameter 'screenpos' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Gui/NavigationStyle.h:168:38: performance: Function parameter 'screenpos' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Gui/NavigationStyle.h:198:33: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Gui/NavigationStyle.h:356:42: performance: Function parameter 'currentPos' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Gui/PythonDebugger.h:46:10: style: Technically the member function 'Gui::Breakpoint::operator==' can be const. [functionConst]
FreeCAD-0.17/src/Gui/PythonDebugger.h:83:25: note: Technically the member function 'Gui::Breakpoint::operator==' can be const.
FreeCAD-0.17/src/Gui/PythonDebugger.h:46:10: note: Technically the member function 'Gui::Breakpoint::operator==' can be const.
FreeCAD-0.17/src/Gui/PythonDebugger.h:47:10: style: Technically the member function 'Gui::Breakpoint::operator==' can be const. [functionConst]
FreeCAD-0.17/src/Gui/PythonDebugger.h:88:25: note: Technically the member function 'Gui::Breakpoint::operator==' can be const.
FreeCAD-0.17/src/Gui/PythonDebugger.h:47:10: note: Technically the member function 'Gui::Breakpoint::operator==' can be const.
FreeCAD-0.17/src/Gui/CommandStd.cpp:88:37: style: Function 'activated' argument 1 names different: declaration 'iMsg' definition 'i'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/CommandStd.cpp:74:1: note: Function 'activated' argument 1 names different: declaration 'iMsg' definition 'i'.
FreeCAD-0.17/src/Gui/CommandStd.cpp:88:37: note: Function 'activated' argument 1 names different: declaration 'iMsg' definition 'i'.
FreeCAD-0.17/src/Gui/DlgParameterImp.h:84:5: style: Class 'ParameterGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:136:5: style: Class 'ParameterValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/OnlineDocumentation.h:63:5: style: Class 'HttpServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:254:10: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:229:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:254:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:255:10: style: The function 'appendToGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:231:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:255:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:256:10: style: The function 'removeFromGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:233:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:256:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:259:10: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:237:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:259:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:273:10: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:229:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:273:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:274:10: style: The function 'appendToGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:231:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:274:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:275:10: style: The function 'removeFromGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:233:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:275:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:278:10: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:237:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:278:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:292:10: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:229:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:292:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:293:10: style: The function 'appendToGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:231:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:293:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:294:10: style: The function 'removeFromGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:233:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:294:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:297:10: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:237:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:297:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:311:10: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:229:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:311:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:312:10: style: The function 'appendToGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:231:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:312:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:313:10: style: The function 'removeFromGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:233:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:313:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:316:10: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:237:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:316:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:330:10: style: The function 'changeValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:229:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:330:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:331:10: style: The function 'appendToGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:231:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:331:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:332:10: style: The function 'removeFromGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:233:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:332:10: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:335:10: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:237:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgParameterImp.h:335:10: note: Function in derived class
FreeCAD-0.17/src/Gui/CommandStd.cpp:717:0: error: Memory leak: dlg [memleak]
FreeCAD-0.17/src/Gui/CommandStructure.cpp:64:28: style: Variable 'FeatName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Gui/CommandTest.cpp:514:5: style: Class 'BarThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Utilities.h:39:1: style: The struct 'vec_traits < SbVec3f >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Gui/Utilities.h:52:1: style: The struct 'vec_traits < SbVec3d >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Gui/Utilities.h:65:1: style: The struct 'vec_traits < SbColor >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Gui/Utilities.h:78:1: style: The struct 'vec_traits < App :: Color >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Gui/Utilities.h:42:5: performance: Technically the member function 'Base::vec_traits < SbVec3f >::vec_traits' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/Utilities.h:43:23: style: Technically the member function 'Base::vec_traits < SbVec3f >::x' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:44:23: style: Technically the member function 'Base::vec_traits < SbVec3f >::y' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:45:23: style: Technically the member function 'Base::vec_traits < SbVec3f >::z' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:55:5: performance: Technically the member function 'Base::vec_traits < SbVec3d >::vec_traits' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/Utilities.h:56:23: style: Technically the member function 'Base::vec_traits < SbVec3d >::x' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:57:23: style: Technically the member function 'Base::vec_traits < SbVec3d >::y' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:58:23: style: Technically the member function 'Base::vec_traits < SbVec3d >::z' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:68:5: performance: Technically the member function 'Base::vec_traits < SbColor >::vec_traits' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/Utilities.h:69:23: style: Technically the member function 'Base::vec_traits < SbColor >::x' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:70:23: style: Technically the member function 'Base::vec_traits < SbColor >::y' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:71:23: style: Technically the member function 'Base::vec_traits < SbColor >::z' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:81:5: performance: Technically the member function 'Base::vec_traits < App :: Color >::vec_traits' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/Utilities.h:82:23: style: Technically the member function 'Base::vec_traits < App :: Color >::x' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:83:23: style: Technically the member function 'Base::vec_traits < App :: Color >::y' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.h:84:23: style: Technically the member function 'Base::vec_traits < App :: Color >::z' can be const. [functionConst]
FreeCAD-0.17/src/Gui/DlgSettingsImageImp.h:44:5: style: Class 'DlgSettingsImageImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/ViewProviderMeasureDistance.h:47:5: style: Class 'PointMarker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SceneInspector.h:44:5: style: Class 'SceneModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Utilities.h:132:60: performance: Function parameter 'objs' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Gui/DAGView/DAGFilter.h:67:19: warning: The class 'FilterTyped' defines member variable with name 'type' also defined in its parent class 'FilterBase'. [duplInheritedMember]
FreeCAD-0.17/src/Gui/DAGView/DAGFilter.h:49:12: note: Parent variable 'FilterBase::type'
FreeCAD-0.17/src/Gui/DAGView/DAGFilter.h:67:19: note: Derived variable 'FilterTyped::type'
FreeCAD-0.17/src/Gui/DAGView/DAGRectItem.h:39:7: style: Class 'RectItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DAGView/DAGModelGraph.h:134:7: style: Class 'Edge_writer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DAGView/DAGModelGraph.h:149:7: style: Class 'Vertex_writer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DAGView/DAGModelGraph.h:176:7: style: Class 'RakeLeaves' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DAGView/DAGModelGraph.h:198:7: style: Class 'DigRoots' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DAGView/DAGModelGraph.h:218:7: style: Class 'ConnectionVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::graphDirty' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::fontHeight' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::direction' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::verticalSpacing' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::rowHeight' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::iconSize' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::pointSize' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::pointSpacing' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::pointToIcon' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::iconToIcon' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::iconToText' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::rowPadding' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::currentPrehighlight' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::selectionMode' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::renameAction' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:87:7: warning: Member variable 'Model::editingFinishedAction' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Gui/DAGView/DAGModel.h:54:7: style: Class 'LineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DAGView/DAGView.h:45:7: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DemoMode.cpp:124:25: warning: Either the condition 'if(doc&&view->isDerivedFrom(Gui::View3DInventor::getClassTypeId()))' is redundant or there is possible null pointer dereference: doc. [nullPointerRedundantCheck]
FreeCAD-0.17/src/Gui/DemoMode.cpp:125:12: note: Assuming that condition 'if(doc&&view->isDerivedFrom(Gui::View3DInventor::getClassTypeId()))' is not redundant
FreeCAD-0.17/src/Gui/DemoMode.cpp:124:25: note: Null pointer dereference
FreeCAD-0.17/src/Gui/DlgActionsImp.cpp:415:22: style: The scope of the variable 'item' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/DlgActionsImp.cpp:177:78: style: Function 'on_actionListWidget_itemActivated' argument 1 names different: declaration 'i' definition 'item'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgActionsImp.h:65:62: note: Function 'on_actionListWidget_itemActivated' argument 1 names different: declaration 'i' definition 'item'.
FreeCAD-0.17/src/Gui/DlgActionsImp.cpp:177:78: note: Function 'on_actionListWidget_itemActivated' argument 1 names different: declaration 'i' definition 'item'.
FreeCAD-0.17/src/Gui/DlgActionsImp.h:49:5: style: Class 'DlgCustomActionsImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgActionsImp.h:95:5: style: Class 'IconDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgCommandsImp.cpp:134:59: style: Function 'onDescription' argument 1 names different: declaration 'i' definition 'item'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgCommandsImp.h:51:41: note: Function 'onDescription' argument 1 names different: declaration 'i' definition 'item'.
FreeCAD-0.17/src/Gui/DlgCommandsImp.cpp:134:59: note: Function 'onDescription' argument 1 names different: declaration 'i' definition 'item'.
FreeCAD-0.17/src/Gui/DlgCommandsImp.cpp:143:62: style: Function 'onGroupActivated' argument 1 names different: declaration 'i' definition 'item'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgCommandsImp.h:50:44: note: Function 'onGroupActivated' argument 1 names different: declaration 'i' definition 'item'.
FreeCAD-0.17/src/Gui/DlgCommandsImp.cpp:143:62: note: Function 'onGroupActivated' argument 1 names different: declaration 'i' definition 'item'.
FreeCAD-0.17/src/Gui/DlgCommandsImp.h:46:5: style: Class 'DlgCustomCommandsImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgCommandsImp.cpp:45:5: style: Struct 'GroupMap_find' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SpaceballEvent.h:68:14: warning: The class 'MotionEvent' defines member variable with name 'handled' also defined in its parent class 'EventBase'. [duplInheritedMember]
FreeCAD-0.17/src/Gui/SpaceballEvent.h:39:14: note: Parent variable 'EventBase::handled'
FreeCAD-0.17/src/Gui/SpaceballEvent.h:68:14: note: Derived variable 'MotionEvent::handled'
FreeCAD-0.17/src/Gui/SpaceballEvent.h:38:9: style: Class 'EventBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgCustomizeSpaceball.h:42:13: style: Class 'ButtonView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgCustomizeSpaceball.h:57:13: style: Class 'ButtonModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgCustomizeSpaceball.h:74:13: style: Class 'CommandView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgCustomizeSpaceball.h:88:13: style: Class 'CommandNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgCustomizeSpaceball.h:102:13: style: Class 'CommandModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgCustomizeSpaceball.h:139:13: style: Class 'DlgCustomizeSpaceball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgDisplayPropertiesImp.cpp:144:70: style: Function 'slotChangedObject' argument 2 names different: declaration 'Prop' definition 'prop'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgDisplayPropertiesImp.h:81:75: note: Function 'slotChangedObject' argument 2 names different: declaration 'Prop' definition 'prop'.
FreeCAD-0.17/src/Gui/DlgDisplayPropertiesImp.cpp:144:70: note: Function 'slotChangedObject' argument 2 names different: declaration 'Prop' definition 'prop'.
FreeCAD-0.17/src/Gui/DlgEditorImp.cpp:146:80: style: Function 'on_displayItems_currentItemChanged' argument 1 names different: declaration 'i' definition 'item'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgEditorImp.h:53:62: note: Function 'on_displayItems_currentItemChanged' argument 1 names different: declaration 'i' definition 'item'.
FreeCAD-0.17/src/Gui/DlgEditorImp.cpp:146:80: note: Function 'on_displayItems_currentItemChanged' argument 1 names different: declaration 'i' definition 'item'.
FreeCAD-0.17/src/Gui/DlgEditorImp.h:45:5: style: Class 'DlgSettingsEditorImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/TextEdit.h:119:5: style: Class 'LineMarker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/TextEdit.h:142:5: style: Class 'CompletionList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgGeneralImp.h:44:5: style: Class 'DlgGeneralImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgKeyboardImp.h:45:5: style: Class 'DlgCustomKeyboardImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgKeyboardImp.cpp:48:5: style: Struct 'GroupMap_find' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgOnlineHelpImp.h:43:5: style: Class 'DlgOnlineHelpImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:560:76: style: Function 'setCurrentGroup' argument 1 names different: declaration '_hcGrp' definition 'hGrp'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:140:64: note: Function 'setCurrentGroup' argument 1 names different: declaration '_hcGrp' definition 'hGrp'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:560:76: note: Function 'setCurrentGroup' argument 1 names different: declaration '_hcGrp' definition 'hGrp'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:899:62: style: Function 'ParameterText' argument 2 names different: declaration 'label1' definition 'label'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:251:51: note: Function 'ParameterText' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:899:62: note: Function 'ParameterText' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:943:60: style: Function 'ParameterInt' argument 2 names different: declaration 'label1' definition 'label'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:270:50: note: Function 'ParameterInt' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:943:60: note: Function 'ParameterInt' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:987:62: style: Function 'ParameterUInt' argument 2 names different: declaration 'label1' definition 'label'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:289:51: note: Function 'ParameterUInt' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:987:62: note: Function 'ParameterUInt' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:1040:64: style: Function 'ParameterFloat' argument 2 names different: declaration 'label1' definition 'label'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:308:52: note: Function 'ParameterFloat' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:1040:64: note: Function 'ParameterFloat' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:1084:62: style: Function 'ParameterBool' argument 2 names different: declaration 'label1' definition 'label'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DlgParameterImp.h:327:51: note: Function 'ParameterBool' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgParameterImp.cpp:1084:62: note: Function 'ParameterBool' argument 2 names different: declaration 'label1' definition 'label'.
FreeCAD-0.17/src/Gui/DlgProjectUtility.h:47:27: style: Class 'DlgProjectUtility' is unsafe, 'DlgProjectUtility::ui' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Gui/DlgReportViewImp.h:42:5: style: Class 'DlgReportViewImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgSettings3DViewImp.h:43:5: style: Class 'DlgSettings3DViewImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgSettingsColorGradientImp.h:77:23: style: Class 'DlgSettingsColorGradientImp' is unsafe, 'DlgSettingsColorGradientImp::fMaxVal' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Gui/DlgSettingsColorGradientImp.h:78:23: style: Class 'DlgSettingsColorGradientImp' is unsafe, 'DlgSettingsColorGradientImp::fMinVal' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Gui/DlgSettingsDocumentImp.h:43:5: style: Class 'DlgSettingsDocumentImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgSettingsMacroImp.h:43:5: style: Class 'DlgSettingsMacroImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgSettingsUnitsImp.h:43:5: style: Class 'DlgSettingsUnitsImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgSettingsViewColor.h:43:3: style: Class 'DlgSettingsViewColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:94:5: style: Class 'DlgCustomToolbarsImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:126:5: style: Class 'DlgCustomToolBoxbarsImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.cpp:51:5: style: Struct 'GroupMap_find' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:99:18: style: The function 'addCustomToolbar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:99:18: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:100:18: style: The function 'removeCustomToolbar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:100:18: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:101:18: style: The function 'renameCustomToolbar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:70:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:101:18: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:102:18: style: The function 'addCustomCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:71:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:102:18: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:103:18: style: The function 'removeCustomCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:72:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:103:18: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:104:18: style: The function 'moveUpCustomCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:73:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:104:18: note: Function in derived class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:105:18: style: The function 'moveDownCustomCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DlgToolbarsImp.h:105:18: note: Function in derived class
FreeCAD-0.17/src/Gui/QListWidgetCustom.h:36:5: style: Class 'QListWidgetCustom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Document.cpp:779:9: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/Document.cpp:779:11: style: The scope of the variable 'Cnt' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/Thumbnail.h:38:5: style: Class 'Thumbnail' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DocumentModel.cpp:617:48: style: Function 'setData' argument 1 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/DocumentModel.h:46:39: note: Function 'setData' argument 1 names different: declaration 'idx' definition 'index'.
FreeCAD-0.17/src/Gui/DocumentModel.cpp:617:48: note: Function 'setData' argument 1 names different: declaration 'idx' definition 'index'.
FreeCAD-0.17/src/Gui/DocumentModel.cpp:348:11: style: Struct 'DocumentModelP' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Gui/DocumentModel.cpp:348:11: style: Struct 'DocumentModelP' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Gui/DocumentModel.h:41:5: style: Class 'DocumentModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DocumentModel.cpp:142:9: style: Class 'DocumentIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DocumentModel.cpp:123:23: style: The function 'flags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DocumentModel.cpp:98:31: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DocumentModel.cpp:123:23: note: Function in derived class
FreeCAD-0.17/src/Gui/DocumentModel.cpp:124:18: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DocumentModel.cpp:84:26: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DocumentModel.cpp:124:18: note: Function in derived class
FreeCAD-0.17/src/Gui/DocumentModel.cpp:154:18: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DocumentModel.cpp:84:26: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DocumentModel.cpp:154:18: note: Function in derived class
FreeCAD-0.17/src/Gui/DocumentModel.cpp:170:18: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/DocumentModel.cpp:84:26: note: Virtual function in base class
FreeCAD-0.17/src/Gui/DocumentModel.cpp:170:18: note: Function in derived class
FreeCAD-0.17/src/Gui/DocumentRecovery.cpp:164:10: performance: Technically the member function 'Gui::Dialog::DocumentRecoveryPrivate::writeRecoveryInfo' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/DocumentRecovery.cpp:314:31: note: Technically the member function 'Gui::Dialog::DocumentRecoveryPrivate::writeRecoveryInfo' can be static.
FreeCAD-0.17/src/Gui/DocumentRecovery.cpp:164:10: note: Technically the member function 'Gui::Dialog::DocumentRecoveryPrivate::writeRecoveryInfo' can be static.
FreeCAD-0.17/src/Gui/DocumentRecovery.cpp:165:15: performance: Technically the member function 'Gui::Dialog::DocumentRecoveryPrivate::readXmlFile' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/DocumentRecovery.cpp:412:61: note: Technically the member function 'Gui::Dialog::DocumentRecoveryPrivate::readXmlFile' can be static.
FreeCAD-0.17/src/Gui/DocumentRecovery.cpp:165:15: note: Technically the member function 'Gui::Dialog::DocumentRecoveryPrivate::readXmlFile' can be static.
FreeCAD-0.17/src/Gui/DownloadItem.h:44:5: style: Class 'EditTableView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DownloadItem.h:57:5: style: Class 'SqueezeLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DownloadItem.h:74:5: style: Class 'AutoSaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/DownloadItem.h:95:5: style: Class 'NetworkAccessManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Flag.h:109:5: style: Class 'FlagLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:196:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:288:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:327:52: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:362:55: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:490:55: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:576:55: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:598:55: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoTouchEvents.h:117:5: style: Class 'GesturesDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SoTouchEvents.h:120:28: style: The function 'translateEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Gui/Quarter/devices/InputDevice.h:57:27: note: Virtual function in base class
FreeCAD-0.17/src/Gui/SoTouchEvents.h:120:28: note: Function in derived class
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:179:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:180:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:181:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:224:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:225:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/GestureNavigationStyle.cpp:226:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/GraphicsViewZoom.h:77:3: style: Class 'GraphicsViewZoom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/GraphvizView.cpp:67:5: style: Class 'GraphvizWorker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/GuiApplication.cpp:158:37: style: Function 'event' argument 1 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/GuiApplication.h:60:25: note: Function 'event' argument 1 names different: declaration 'event' definition 'ev'.
FreeCAD-0.17/src/Gui/GuiApplication.cpp:158:37: note: Function 'event' argument 1 names different: declaration 'event' definition 'ev'.
FreeCAD-0.17/src/Gui/GuiApplication.cpp:179:9: style: Class 'Private' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Gui/GuiApplication.cpp:179:9: style: Class 'Private' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Gui/GuiApplication.cpp:177:5: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/GuiApplicationNativeEventAware.cpp:245:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
FreeCAD-0.17/src/Gui/GuiApplicationNativeEventAware.cpp:51:38: warning: Member variable 'GUIApplicationNativeEventAware::motionDataArray' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/InputVector.h:232:5: style: Class 'LocationInterfaceComp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/InventorNavigationStyle.cpp:129:9: style: Condition '!processed' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Gui/InventorNavigationStyle.cpp:111:24: note: Assignment 'processed=false', assigned value is 0
FreeCAD-0.17/src/Gui/InventorNavigationStyle.cpp:129:9: note: Condition '!processed' is always true
FreeCAD-0.17/src/Gui/InventorNavigationStyle.cpp:137:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/InventorNavigationStyle.cpp:172:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/InventorNavigationStyle.cpp:303:49: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/PythonConsolePy.h:50:5: style: Class 'PythonStdout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/PythonConsolePy.h:76:5: style: Class 'PythonStderr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/PythonConsolePy.h:144:5: style: Class 'PythonStdin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/ManualAlignment.cpp:149:15: style: The scope of the variable 'r' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/ManualAlignment.cpp:483:9: style: Class 'Private' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Gui/ManualAlignment.cpp:483:9: style: Class 'Private' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:202:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:294:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:334:52: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:369:55: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:497:55: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:581:55: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:185:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:186:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:187:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:230:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:231:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/MayaGestureNavigationStyle.cpp:232:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeCAD-0.17/src/Gui/MouseSelection.cpp:96:50: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:495:23: warning: Either the condition 'if(cam&&cam->getTypeId()==SoOrthographicCamera::getClassTypeId())' is redundant or there is possible null pointer dereference: cam. [nullPointerRedundantCheck]
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:519:8: note: Assuming that condition 'if(cam&&cam->getTypeId()==SoOrthographicCamera::getClassTypeId())' is not redundant
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:495:23: note: Null pointer dereference
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:512:33: warning: Either the condition 'if(cam&&cam->getTypeId()==SoOrthographicCamera::getClassTypeId())' is redundant or there is possible null pointer dereference: cam. [nullPointerRedundantCheck]
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:519:8: note: Assuming that condition 'if(cam&&cam->getTypeId()==SoOrthographicCamera::getClassTypeId())' is not redundant
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:512:33: note: Null pointer dereference
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:1374:44: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:1412:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:1434:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:1368:5: style: Variable 'processed' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:1367:0: note: Variable 'processed' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:1368:5: note: Variable 'processed' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:69:15: performance: Variable 'resetcursorpos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:70:15: performance: Variable 'dragPointFound' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Gui/NavigationStyle.cpp:71:15: performance: Variable 'dragAtCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Gui/NetworkRetriever.h:45:5: style: Class 'NetworkRetriever' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/NetworkRetriever.h:85:5: style: Class 'StdCmdDownloadOnlineHelp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/OnlineDocumentation.cpp:86:5: style: Variable 'fn' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/Gui/OnlineDocumentation.cpp:85:0: note: Variable 'fn' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Gui/OnlineDocumentation.cpp:86:5: note: Variable 'fn' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Gui/OpenCascadeNavigationStyle.cpp:123:9: style: Condition '!processed' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Gui/OpenCascadeNavigationStyle.cpp:105:24: note: Assignment 'processed=false', assigned value is 0
FreeCAD-0.17/src/Gui/OpenCascadeNavigationStyle.cpp:123:9: note: Condition '!processed' is always true
FreeCAD-0.17/src/Gui/OpenCascadeNavigationStyle.cpp:131:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/OpenCascadeNavigationStyle.cpp:166:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/OpenCascadeNavigationStyle.cpp:288:49: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Placement.cpp:51:5: style: Class 'find_placement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/ProjectView.h:47:5: style: Class 'ProjectWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/PythonConsolePy.cpp:72:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/PythonConsolePy.cpp:155:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/PythonConsolePy.cpp:237:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/PythonConsolePy.cpp:318:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/PythonConsolePy.cpp:389:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/PythonDebugger.cpp:557:23: style: The scope of the variable 'edit' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/PythonDebugger.cpp:178:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/PythonDebugger.cpp:230:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/PythonDebugger.cpp:279:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/PythonDebugger.cpp:359:9: style: Struct 'PythonDebuggerP' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Gui/PythonDebugger.cpp:359:9: style: Struct 'PythonDebuggerP' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Gui/PythonDebugger.cpp:322:5: style: Class 'PythonDebuggerPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/PythonDebugger.cpp:331:5: style: Class 'RunningState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/PythonDebugger.cpp:352:5: style: Struct 'PythonDebuggerP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/QSint/actionpanel/actionbox.cpp:159:9: error: Return value of allocation function 'createSpacer' is not stored. [leakReturnValNotUsed]
FreeCAD-0.17/src/Gui/QSint/actionpanel/actionbox.cpp:191:5: error: Return value of allocation function 'createSpacer' is not stored. [leakReturnValNotUsed]
FreeCAD-0.17/src/Gui/QSint/actionpanel/actionbox.cpp:214:9: error: Return value of allocation function 'createSpacer' is not stored. [leakReturnValNotUsed]
FreeCAD-0.17/src/Gui/QSint/actionpanel/actiongroup.cpp:248:49: style: Function 'setHeaderText' argument 1 names different: declaration 'title' definition 'headerText'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/QSint/actionpanel/actiongroup.h:149:40: note: Function 'setHeaderText' argument 1 names different: declaration 'title' definition 'headerText'.
FreeCAD-0.17/src/Gui/QSint/actionpanel/actiongroup.cpp:248:49: note: Function 'setHeaderText' argument 1 names different: declaration 'title' definition 'headerText'.
FreeCAD-0.17/src/Gui/QSint/actionpanel/actionpanel.cpp:44:10: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/QSint/actionpanel/actionpanelscheme.cpp:100:5: performance: Variable 'headerButtonFold' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Gui/QSint/actionpanel/freecadscheme.h:69:13: performance: Technically the member function 'QSint::SystemPanelScheme::drawFoldIcon' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/QSint/actionpanel/freecadscheme.cpp:217:28: note: Technically the member function 'QSint::SystemPanelScheme::drawFoldIcon' can be static.
FreeCAD-0.17/src/Gui/QSint/actionpanel/freecadscheme.h:69:13: note: Technically the member function 'QSint::SystemPanelScheme::drawFoldIcon' can be static.
FreeCAD-0.17/src/Gui/QSint/actionpanel/freecadscheme.h:70:13: performance: Technically the member function 'QSint::SystemPanelScheme::systemStyle' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/QSint/actionpanel/freecadscheme.cpp:246:28: note: Technically the member function 'QSint::SystemPanelScheme::systemStyle' can be static.
FreeCAD-0.17/src/Gui/QSint/actionpanel/freecadscheme.h:70:13: note: Technically the member function 'QSint::SystemPanelScheme::systemStyle' can be static.
FreeCAD-0.17/src/Gui/Quarter/ContextMenu.h:48:3: style: Class 'ContextMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Quarter/DragDropHandler.cpp:59:3: warning: Member variable 'DragDropHandlerP::quarterwidget' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/Quarter/DragDropHandler.cpp:59:3: style: Class 'DragDropHandlerP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Quarter/ImageReader.cpp:53:61: style: Function 'readImage' argument 2 names different: declaration 'image' definition 'sbimage'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/Quarter/ImageReader.h:49:57: note: Function 'readImage' argument 2 names different: declaration 'image' definition 'sbimage'.
FreeCAD-0.17/src/Gui/Quarter/ImageReader.cpp:53:61: note: Function 'readImage' argument 2 names different: declaration 'image' definition 'sbimage'.
FreeCAD-0.17/src/Gui/Quarter/ImageReader.h:49:10: performance: Technically the member function 'SIM::Coin3D::Quarter::ImageReader::readImage' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/Quarter/ImageReader.cpp:53:14: note: Technically the member function 'SIM::Coin3D::Quarter::ImageReader::readImage' can be static.
FreeCAD-0.17/src/Gui/Quarter/ImageReader.h:49:10: note: Technically the member function 'SIM::Coin3D::Quarter::ImageReader::readImage' can be static.
FreeCAD-0.17/src/Gui/Quarter/InteractionMode.cpp:18:9: performance: Variable 'prevcursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Gui/Quarter/InteractionMode.h:53:3: style: Class 'InteractionMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Quarter/KeyboardP.h:48:3: style: Class 'KeyboardP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Quarter/KeyboardP.cpp:67:33: style: Function 'keyEvent' argument 1 names different: declaration 'event' definition 'qevent'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/Quarter/KeyboardP.h:51:40: note: Function 'keyEvent' argument 1 names different: declaration 'event' definition 'qevent'.
FreeCAD-0.17/src/Gui/Quarter/KeyboardP.cpp:67:33: note: Function 'keyEvent' argument 1 names different: declaration 'event' definition 'qevent'.
FreeCAD-0.17/src/Gui/Quarter/KeyboardP.h:52:8: performance: Technically the member function 'SIM::Coin3D::Quarter::KeyboardP::initKeyMap' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/Quarter/KeyboardP.cpp:110:12: note: Technically the member function 'SIM::Coin3D::Quarter::KeyboardP::initKeyMap' can be static.
FreeCAD-0.17/src/Gui/Quarter/KeyboardP.h:52:8: note: Technically the member function 'SIM::Coin3D::Quarter::KeyboardP::initKeyMap' can be static.
FreeCAD-0.17/src/Gui/Quarter/KeyboardP.cpp:45:9: style: Class 'KeyboardP' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Gui/Quarter/KeyboardP.cpp:45:9: style: Class 'KeyboardP' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Gui/Quarter/Mouse.cpp:68:11: style: Class 'MouseP' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Gui/Quarter/Mouse.cpp:68:11: style: Class 'MouseP' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Gui/Quarter/Mouse.cpp:66:3: style: Class 'MouseP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Quarter/Quarter.cpp:163:3: warning: Found suspicious case label in switch(). Operator '&&' probably doesn't work as intended. [suspiciousCase]
FreeCAD-0.17/src/Gui/Quarter/Quarter.cpp:187:3: warning: Found suspicious case label in switch(). Operator '&&' probably doesn't work as intended. [suspiciousCase]
FreeCAD-0.17/src/Gui/Quarter/Quarter.cpp:208:3: warning: Found suspicious case label in switch(). Operator '&&' probably doesn't work as intended. [suspiciousCase]
FreeCAD-0.17/src/Gui/Quarter/QuarterP.cpp:9:11: warning: Member variable 'QuarterP::initCoin' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/Quarter/QuarterP.cpp:11:9: style: Class 'QuarterP' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Gui/Quarter/QuarterP.cpp:11:9: style: Class 'QuarterP' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Gui/Quarter/QuarterWidgetP.cpp:121:14: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:221:27: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:225:34: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:226:34: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:229:34: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:230:34: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:579:34: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:580:34: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:585:34: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:586:34: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:726:71: style: Function 'addFrametime' argument 1 names different: declaration 'ft' definition 'timeofday'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.h:113:33: note: Function 'addFrametime' argument 1 names different: declaration 'ft' definition 'timeofday'.
FreeCAD-0.17/src/Gui/Quarter/SoQTQuarterAdaptor.cpp:726:71: note: Function 'addFrametime' argument 1 names different: declaration 'ft' definition 'timeofday'.
FreeCAD-0.17/src/Gui/Quarter/SpaceNavigatorDevice.cpp:63:11: performance: Variable 'windowid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Gui/Quarter/SpaceNavigatorDevice.cpp:64:11: style: Class 'SpaceNavigatorDeviceP' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Gui/Quarter/SpaceNavigatorDevice.cpp:64:11: style: Class 'SpaceNavigatorDeviceP' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Gui/Quarter/SpaceNavigatorDevice.cpp:60:3: style: Class 'SpaceNavigatorDeviceP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/ReportView.cpp:361:33: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/ReportView.cpp:215:7: performance: Variable 'par' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Gui/ReportView.cpp:215:16: performance: Variable 'msg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Gui/ReportView.h:52:5: style: Class 'ReportView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/RevitNavigationStyle.cpp:123:9: style: Condition '!processed' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Gui/RevitNavigationStyle.cpp:105:24: note: Assignment 'processed=false', assigned value is 0
FreeCAD-0.17/src/Gui/RevitNavigationStyle.cpp:123:9: note: Condition '!processed' is always true
FreeCAD-0.17/src/Gui/RevitNavigationStyle.cpp:131:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/RevitNavigationStyle.cpp:166:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/RevitNavigationStyle.cpp:285:49: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SelectionFilter.h:206:9: performance: Variable 'ObjectType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Gui/SelectionFilter.h:123:5: style: Class 'SelectionGatePython' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SelectionFilter.h:149:5: style: Class 'SelectionFilterPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SelectionFilter.h:182:5: style: Class 'SelectionFilterGatePython' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SelectionFilter.h:223:5: style: Struct 'Node_Block' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Selection.cpp:290:24: error: Uninitialized struct member: tempSelObj.x [uninitStructMember]
FreeCAD-0.17/src/Gui/Selection.cpp:290:24: error: Uninitialized struct member: tempSelObj.y [uninitStructMember]
FreeCAD-0.17/src/Gui/Selection.cpp:290:24: error: Uninitialized struct member: tempSelObj.z [uninitStructMember]
SelectionFilter.tab.c:1032:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lex.SelectionFilter.c:1387:2: warning: Possible null pointer dereference: b [nullPointer]
lex.SelectionFilter.c:1280:30: note: Calling function 'SelectionFilter_init_buffer', 1st argument 'b' value is 0
lex.SelectionFilter.c:1387:2: note: Null pointer dereference
lex.SelectionFilter.c:1388:2: warning: Possible null pointer dereference: b [nullPointer]
lex.SelectionFilter.c:1280:30: note: Calling function 'SelectionFilter_init_buffer', 1st argument 'b' value is 0
lex.SelectionFilter.c:1388:2: note: Null pointer dereference
lex.SelectionFilter.c:1399:9: warning: Possible null pointer dereference: b [nullPointer]
lex.SelectionFilter.c:1280:30: note: Calling function 'SelectionFilter_init_buffer', 1st argument 'b' value is 0
lex.SelectionFilter.c:1399:9: note: Null pointer dereference
SelectionFilter.y:39:33: style: Same expression on both sides of '-'. [duplicateExpression]
SelectionFilter.y:40:86: style: Same expression on both sides of '-'. [duplicateExpression]
SelectionFilter.y:43:33: style: Same expression on both sides of '-'. [duplicateExpression]
SelectionFilter.y:46:73: style: Same expression on both sides of '-'. [duplicateExpression]
SelectionFilter.y:48:47: style: Same expression on both sides of '-'. [duplicateExpression]
SelectionFilter.y:50:101: style: Same expression on both sides of '-'. [duplicateExpression]
SelectionFilter.y:52:47: style: Same expression on both sides of '-'. [duplicateExpression]
SelectionFilter.y:53:92: style: Same expression on both sides of '-'. [duplicateExpression]
SelectionFilter.y:55:32: style: Same expression on both sides of '-'. [duplicateExpression]
SelectionFilter.y:57:27: style: Same expression on both sides of '-'. [duplicateExpression]
lex.SelectionFilter.c:1048:23: style: Checking if unsigned variable 'num_to_read' is less than zero. This might be a false warning. [unsignedLessThanZero]
lex.SelectionFilter.c:1061:19: style: Checking if unsigned variable 'new_size' is less than zero. This might be a false warning. [unsignedLessThanZero]
lex.SelectionFilter.c:1165:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lex.SelectionFilter.c:382:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.SelectionFilter.c:1165:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.SelectionFilter.c:1572:61: style: Function 'SelectionFilter_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lex.SelectionFilter.c:331:60: note: Function 'SelectionFilter_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.SelectionFilter.c:1572:61: note: Function 'SelectionFilter_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.SelectionFilter.c:1585:61: style: Function 'SelectionFilter_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lex.SelectionFilter.c:332:59: note: Function 'SelectionFilter_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.SelectionFilter.c:1585:61: note: Function 'SelectionFilter_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.SelectionFilter.c:1585:81: style: Function 'SelectionFilter_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lex.SelectionFilter.c:332:75: note: Function 'SelectionFilter_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.SelectionFilter.c:1585:81: note: Function 'SelectionFilter_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.SelectionFilter.c:1717:37: style: Function 'SelectionFilterset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
lex.SelectionFilter.c:551:36: note: Function 'SelectionFilterset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
lex.SelectionFilter.c:1717:37: note: Function 'SelectionFilterset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
FreeCAD-0.17/src/Gui/SelectionFilter.cpp:289:17: style: Unused variable: s [unusedVariable]
SelectionFilter.y:9:0: error: Code 'std::string' is invalid C code. Use --std or --language to configure the language. [syntaxError]
FreeCAD-0.17/src/Gui/SoFCCSysDragger.cpp:187:76: style: Same expression on both sides of '/' because the value of 'coneHeight' and '2.0' are the same. [duplicateExpression]
FreeCAD-0.17/src/Gui/SoFCCSysDragger.cpp:177:25: note: 'coneHeight' is assigned value '2.0' here.
FreeCAD-0.17/src/Gui/SoFCCSysDragger.cpp:187:76: note: Same expression on both sides of '/' because the value of 'coneHeight' and '2.0' are the same.
FreeCAD-0.17/src/Gui/SoFCColorBar.cpp:87:5: style: Class 'SoFCColorBarProxyObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SoFCColorGradient.cpp:88:11: style: The scope of the variable 'fH' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/SoFCSelection.cpp:469:44: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoFCSelection.cpp:759:13: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoFCSelection.cpp:776:28: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoFCSelection.cpp:915:30: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoFCSelectionAction.cpp:1321:20: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoFCSelectionAction.cpp:978:5: style: Class 'SoBoxSelectionRenderActionP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SoFCUnifiedSelection.cpp:379:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoFCUnifiedSelection.cpp:473:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:125:31: style: struct member 'Image::data' is never used. [unusedStructMember]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:127:13: style: struct member 'Image::nc' is never used. [unusedStructMember]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:72:5: warning: Member variable 'SoVectorizeTriangle::vidx' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:72:5: warning: Member variable 'SoVectorizeTriangle::col' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:81:5: warning: Member variable 'SoVectorizeLine::vidx' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:81:5: warning: Member variable 'SoVectorizeLine::col' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:117:5: warning: Member variable 'SoVectorizeImage::image' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:175:10: performance: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printCircle' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:307:31: note: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printCircle' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:175:10: note: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printCircle' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:176:10: performance: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printSquare' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:315:31: note: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printSquare' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:176:10: note: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printSquare' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:180:10: performance: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printPoint' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:351:31: note: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printPoint' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:180:10: note: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printPoint' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:182:10: performance: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printImage' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:357:31: note: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printImage' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:182:10: note: Technically the member function 'Gui::SoFCVectorizeSVGActionP::printImage' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeSVGAction.cpp:171:5: style: Class 'SoFCVectorizeSVGActionP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:126:31: style: struct member 'Image::data' is never used. [unusedStructMember]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:128:13: style: struct member 'Image::nc' is never used. [unusedStructMember]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:73:5: warning: Member variable 'SoVectorizeTriangle::vidx' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:73:5: warning: Member variable 'SoVectorizeTriangle::col' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:82:5: warning: Member variable 'SoVectorizeLine::vidx' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:82:5: warning: Member variable 'SoVectorizeLine::col' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:118:5: warning: Member variable 'SoVectorizeImage::image' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:176:10: performance: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printCircle' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:232:31: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printCircle' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:176:10: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printCircle' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:177:10: performance: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printSquare' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:240:31: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printSquare' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:177:10: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printSquare' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:178:10: performance: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printTriangle' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:222:31: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printTriangle' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:178:10: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printTriangle' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:181:10: performance: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printPoint' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:272:31: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printPoint' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:181:10: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printPoint' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:182:10: performance: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printText' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:190:31: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printText' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:182:10: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printText' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:183:10: performance: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printImage' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:278:31: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printImage' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:183:10: note: Technically the member function 'Gui::SoFCVectorizeU3DActionP::printImage' can be static.
FreeCAD-0.17/src/Gui/SoFCVectorizeU3DAction.cpp:172:5: style: Class 'SoFCVectorizeU3DActionP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SoNavigationDragger.cpp:339:30: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoNavigationDragger.cpp:363:30: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoNavigationDragger.cpp:377:39: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/SoNavigationDragger.h:108:19: warning: Virtual function 'setUpConnections' is called from constructor 'RotTransDragger()' at line 168. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Gui/SoNavigationDragger.cpp:168:4: note: Calling setUpConnections
FreeCAD-0.17/src/Gui/SoNavigationDragger.h:108:19: note: setUpConnections is a virtual method
FreeCAD-0.17/src/Gui/SpaceballEvent.h:42:5: warning: The class 'MotionEvent' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Gui/SpaceballEvent.h:71:5: warning: The class 'ButtonEvent' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Gui/SpinBox.cpp:110:10: performance: Technically the member function 'Gui::UIntSpinBoxPrivate::mapToUInt' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/SpinBox.cpp:123:9: performance: Technically the member function 'Gui::UIntSpinBoxPrivate::mapToInt' can be static. [functionStatic]
FreeCAD-0.17/src/Gui/QuantitySpinBox_p.h:32:5: style: Class 'ExpressionLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Splashscreen.cpp:444:9: style: The scope of the variable 'fontSize' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/Splashscreen.cpp:67:5: style: Class 'SplashObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/SplitView3DInventor.cpp:458:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/SplitView3DInventor.h:79:5: style: Class 'AbstractSplitViewPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/TaskDlgRelocation.h:41:5: style: Class 'TaskBoxPosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/TaskDlgRelocation.h:59:5: style: Class 'TaskBoxAngle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/TaskView/TaskAppearance.cpp:97:61: style: Function 'slotChangedObject' argument 2 names different: declaration 'Prop' definition 'prop'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/TaskView/TaskAppearance.h:65:75: note: Function 'slotChangedObject' argument 2 names different: declaration 'Prop' definition 'prop'.
FreeCAD-0.17/src/Gui/TaskView/TaskAppearance.cpp:97:61: note: Function 'slotChangedObject' argument 2 names different: declaration 'Prop' definition 'prop'.
FreeCAD-0.17/src/Gui/TaskView/TaskAppearance.h:48:5: style: Class 'TaskAppearance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/TaskView/TaskDialogPython.cpp:85:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/TaskView/TaskEditControl.h:49:5: style: Class 'TaskEditControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/TaskView/TaskEditControl.h:55:18: style: Class 'TaskEditControl' is unsafe, 'TaskEditControl::hboxLayout' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Gui/TaskView/TaskEditControl.h:56:23: style: Class 'TaskEditControl' is unsafe, 'TaskEditControl::buttonBox' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Gui/TaskView/TaskView.cpp:499:17: style: Unused variable: temp [unusedVariable]
FreeCAD-0.17/src/Gui/TouchpadNavigationStyle.cpp:123:9: style: Condition '!processed' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Gui/TouchpadNavigationStyle.cpp:105:24: note: Assignment 'processed=false', assigned value is 0
FreeCAD-0.17/src/Gui/TouchpadNavigationStyle.cpp:123:9: note: Condition '!processed' is always true
FreeCAD-0.17/src/Gui/TouchpadNavigationStyle.cpp:131:48: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/TouchpadNavigationStyle.cpp:174:51: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/TouchpadNavigationStyle.cpp:267:49: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/Tree.cpp:1597:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
FreeCAD-0.17/src/Gui/Utilities.cpp:157:10: style: Technically the member function 'MatchName::operator()' can be const. [functionConst]
FreeCAD-0.17/src/Gui/Utilities.cpp:155:5: style: Class 'MatchName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/View3DPy.h:42:5: style: Class 'View3DInventorPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/PropertyView.h:62:5: style: Class 'PropertyView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/View3DInventorExamples.cpp:67:13: style: The scope of the variable 'z' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/View3DInventorExamples.cpp:98:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/Gui/Quarter/eventhandlers/EventFilter.h:50:3: style: Class 'EventFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/View3DViewerPy.h:48:5: style: Class 'View3DInventorViewerPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/View3DPy.cpp:269:18: style: The scope of the variable 'ppReturn' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/View3DPy.cpp:1893:15: style: The scope of the variable 'proxy' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/View3DPy.cpp:1926:15: style: The scope of the variable 'proxy' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/View3DPy.cpp:2058:15: style: The scope of the variable 'proxy' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/View3DPy.cpp:208:66: style: Function 'method_varargs_ext_handler' argument 1 names different: declaration '_self' definition '_self_and_name_tuple'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/View3DPy.h:120:59: note: Function 'method_varargs_ext_handler' argument 1 names different: declaration '_self' definition '_self_and_name_tuple'.
FreeCAD-0.17/src/Gui/View3DPy.cpp:208:66: note: Function 'method_varargs_ext_handler' argument 1 names different: declaration '_self' definition '_self_and_name_tuple'.
FreeCAD-0.17/src/Gui/View3DPy.cpp:2055:62: style: Function 'draggerCallback' argument 2 names different: declaration 'dragger' definition 'n'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/View3DPy.h:115:55: note: Function 'draggerCallback' argument 2 names different: declaration 'dragger' definition 'n'.
FreeCAD-0.17/src/Gui/View3DPy.cpp:2055:62: note: Function 'draggerCallback' argument 2 names different: declaration 'dragger' definition 'n'.
FreeCAD-0.17/src/Gui/View3DPy.cpp:198:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:227:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:257:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:940:25: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:1036:25: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:1778:25: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:1806:25: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:1853:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:1972:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:2014:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:2124:25: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DPy.cpp:2171:25: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DViewerPy.cpp:104:72: style: Function 'method_varargs_ext_handler' argument 1 names different: declaration '_self' definition '_self_and_name_tuple'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/View3DViewerPy.h:73:59: note: Function 'method_varargs_ext_handler' argument 1 names different: declaration '_self' definition '_self_and_name_tuple'.
FreeCAD-0.17/src/Gui/View3DViewerPy.cpp:104:72: note: Function 'method_varargs_ext_handler' argument 1 names different: declaration '_self' definition '_self_and_name_tuple'.
FreeCAD-0.17/src/Gui/View3DViewerPy.cpp:123:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/View3DViewerPy.cpp:143:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Gui/ViewProviderExtern.cpp:136:26: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/ViewProviderMeasureDistance.cpp:237:48: style: Function 'PointMarker' argument 1 names different: declaration 'view' definition 'iv'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/ViewProviderMeasureDistance.h:47:39: note: Function 'PointMarker' argument 1 names different: declaration 'view' definition 'iv'.
FreeCAD-0.17/src/Gui/ViewProviderMeasureDistance.cpp:237:48: note: Function 'PointMarker' argument 1 names different: declaration 'view' definition 'iv'.
FreeCAD-0.17/src/Gui/ViewProviderOriginGroupExtension.cpp:147:18: style: The scope of the variable 'origin' can be reduced. [variableScope]
FreeCAD-0.17/src/Gui/Widgets.cpp:1189:52: style: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Gui/Widgets.h:388:36: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
FreeCAD-0.17/src/Gui/Widgets.cpp:1189:52: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
FreeCAD-0.17/src/Gui/Widgets.cpp:1127:5: style: Class 'LineNumberArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/Workbench.cpp:926:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Gui/WorkbenchFactory.h:59:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Gui/iisTaskPanel/src/iistaskpanelscheme.h:31:2: style: Class 'iisTaskPanelScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/iisTaskPanel/src/iisfreecadscheme.h:35:5: style: Class 'iisFreeCADTaskPanelScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/iisTaskPanel/src/iistaskpanel.cpp:39:6: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/iisTaskPanel/src/iistaskpanel.cpp:44:6: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Gui/iisTaskPanel/src/iistaskpanel.h:33:2: style: Class 'iisTaskPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/iisTaskPanel/src/iiswinxptaskpanelscheme.h:18:2: style: Class 'iisWinXPTaskPanelScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Gui/iisTaskPanel/src/iiswinxptaskpanelscheme.h:31:2: style: Class 'iisWinXPTaskPanelScheme2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lex.SelectionFilter.c:1048:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
lex.SelectionFilter.c:1061:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
FreeCAD-0.17/src/Main/FreeCADGuiPy.cpp:322:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Main/MainPy.cpp:207:0: error: #error "Implement: Retrieve the path of the module for your platform." [preprocessorErrorDirective]
FreeCAD-0.17/src/Mod/Assembly/App/Solver/Solver.h:47:12: performance: Technically the member function 'gp_pnt_accessor::get' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Assembly/App/Solver/Solver.h:63:10: performance: Technically the member function 'gp_pnt_accessor::set' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Assembly/App/Solver/Solver.h:79:10: performance: Technically the member function 'gp_pnt_accessor::finalize' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Assembly/App/Solver/Solver.h:88:12: performance: Technically the member function 'gp_lin_accessor::get' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Assembly/App/Solver/Solver.h:154:12: performance: Technically the member function 'gp_pln_accessor::get' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Assembly/App/Solver/Solver.h:218:12: performance: Technically the member function 'gp_cylinder_accessor::get' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Assembly/App/PartRef.cpp:123:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderProduct.h:44:18: style: The function 'doubleClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProvider.h:48:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderProduct.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderProductRef.h:44:18: style: The function 'doubleClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProvider.h:48:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderProductRef.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Assembly/Gui/Command.cpp:172:46: style: Variable 'dest' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Assembly/Gui/Command.cpp:235:46: style: Variable 'dest' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Assembly/Gui/CommandConstraints.cpp:99:69: performance: Function parameter 'element' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Assembly/Gui/TaskAssemblyConstraints.cpp:82:49: style: Variable 'ass' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Assembly/Gui/TaskAssemblyConstraints.h:46:5: style: Class 'TaskAssemblyConstraints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Assembly/Gui/TaskDlgAssemblyConstraints.h:40:5: style: Class 'TaskDlgAssemblyConstraints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderConstraint.cpp:173:58: style: Function 'attach' argument 1 names different: declaration 'pcObj' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderConstraint.h:71:46: note: Function 'attach' argument 1 names different: declaration 'pcObj' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderConstraint.cpp:173:58: note: Function 'attach' argument 1 names different: declaration 'pcObj' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderConstraint.cpp:326:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderPartRef.h:47:18: style: The function 'doubleClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProvider.h:48:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Assembly/Gui/ViewProviderPartRef.h:47:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Assembly/Gui/Workbench.cpp:106:0: error: Memory leak: part [memleak]
FreeCAD-0.17/src/Mod/Cam/App/AppCamPy.cpp:3806:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Cam/App/AppCamPy.cpp:4217:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Cam/App/AppCamPy.cpp:114:31: style: Variable 'EncodedName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/AppCamPy.cpp:134:31: style: Variable 'EncodedName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/AppCamPy.cpp:151:31: style: Variable 'EncodedName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/AppCamPy.cpp:3134:61: style: Unused variable: bin_it [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/AppCamPy.cpp:3350:25: style: Variable 'fArea' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/routine.h:70:1: style: The class 'Routines' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Mod/Cam/App/routine.h:81:19: performance: Technically the member function 'Routines::det2' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:163:57: style: Technically the member function 'cutting_tools::getOutputhigh' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:167:57: style: Technically the member function 'cutting_tools::getOutputlow' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:171:56: style: Technically the member function 'cutting_tools::getCutShape' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:130:5: style: Class 'cutting_tools' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.h:57:21: style: Class 'WireExplorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Cam/App/AppCamPy.cpp:3795:93: style: Reading from empty STL container 'geomfacets' [reademptycontainer]
FreeCAD-0.17/src/Mod/Cam/App/Approx.cpp:847:12: style: The scope of the variable 'av' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/Approx.cpp:843:0: style: Variable 'max_err' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/Approx.cpp:845:0: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/Approx.cpp:847:0: style: Variable 'c2' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/Approx.cpp:862:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/Approx.cpp:986:34: style: Variable 'ContrArr' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:51:34: style: Function 'BRepAdaptor_CompCurve2' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:121:88: note: Function 'BRepAdaptor_CompCurve2' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:51:34: note: Function 'BRepAdaptor_CompCurve2' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:57:34: style: Function 'BRepAdaptor_CompCurve2' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:124:88: note: Function 'BRepAdaptor_CompCurve2' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:57:34: note: Function 'BRepAdaptor_CompCurve2' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:66:29: style: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:127:83: note: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:66:29: note: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:133:29: style: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:130:83: note: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:133:29: note: Function 'Initialize' argument 2 names different: declaration 'KnotByCurvilinearAbcissa' definition 'AC'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:180:65: style: Function 'SetPeriodic' argument 1 names different: declaration 'Periodic' definition 'isPeriodic'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:134:63: note: Function 'SetPeriodic' argument 1 names different: declaration 'Periodic' definition 'isPeriodic'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:180:65: note: Function 'SetPeriodic' argument 1 names different: declaration 'Periodic' definition 'isPeriodic'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:436:25: style: Function 'Prepare' argument 2 names different: declaration 'D' definition 'Delta'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:260:68: note: Function 'Prepare' argument 2 names different: declaration 'D' definition 'Delta'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:436:25: note: Function 'Prepare' argument 2 names different: declaration 'D' definition 'Delta'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:437:28: style: Function 'Prepare' argument 3 names different: declaration 'ind' definition 'CurIndex'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:260:88: note: Function 'Prepare' argument 3 names different: declaration 'ind' definition 'CurIndex'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:437:28: note: Function 'Prepare' argument 3 names different: declaration 'ind' definition 'CurIndex'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:494:65: style: Function 'InvPrepare' argument 1 names different: declaration 'ind' definition 'index'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:263:62: note: Function 'InvPrepare' argument 1 names different: declaration 'ind' definition 'index'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:494:65: note: Function 'InvPrepare' argument 1 names different: declaration 'ind' definition 'index'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:495:21: style: Function 'InvPrepare' argument 2 names different: declaration 'F' definition 'First'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:263:81: note: Function 'InvPrepare' argument 2 names different: declaration 'F' definition 'First'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:495:21: note: Function 'InvPrepare' argument 2 names different: declaration 'F' definition 'First'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:496:21: style: Function 'InvPrepare' argument 3 names different: declaration 'D' definition 'Delta'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h:263:98: note: Function 'InvPrepare' argument 3 names different: declaration 'D' definition 'Delta'.
FreeCAD-0.17/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx:496:21: note: Function 'InvPrepare' argument 3 names different: declaration 'D' definition 'Delta'.
FreeCAD-0.17/src/Mod/Cam/App/ChangeDyna.cpp:36:44: style: Function 'Read' argument 1 names different: declaration 'filename' definition '_filename'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/ChangeDyna.h:35:34: note: Function 'Read' argument 1 names different: declaration 'filename' definition '_filename'.
FreeCAD-0.17/src/Mod/Cam/App/ChangeDyna.cpp:36:44: note: Function 'Read' argument 1 names different: declaration 'filename' definition '_filename'.
FreeCAD-0.17/src/Mod/Cam/App/ChangeDyna.cpp:66:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/ChangeDyna.h:38:10: performance: Technically the member function 'ChangeDyna::ReformatStream' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/ChangeDyna.cpp:173:18: note: Technically the member function 'ChangeDyna::ReformatStream' can be static.
FreeCAD-0.17/src/Mod/Cam/App/ChangeDyna.h:38:10: note: Technically the member function 'ChangeDyna::ReformatStream' can be static.
FreeCAD-0.17/src/Mod/Cam/App/ConvertDyna.cpp:500:21: style: Variable 'checker' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Cam/App/ConvertDyna.cpp:497:21: note: Variable 'checker' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Cam/App/ConvertDyna.cpp:500:21: note: Variable 'checker' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Cam/App/ConvertDyna.cpp:291:14: style: The scope of the variable 'Side' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/ConvertDyna.cpp:368:21: style: The scope of the variable 'checker' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/ConvertDyna.cpp:284:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/ConvertDyna.cpp:158:0: error: Memory leak: c_str [memleak]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:410:9: style: The scope of the variable 'w' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:864:9: style: The scope of the variable 'g' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1546:12: style: The scope of the variable 'd' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1748:12: style: The scope of the variable 'distVal' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1859:24: style: The scope of the variable 'k1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1859:27: style: The scope of the variable 'k2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1929:12: style: The scope of the variable 'curv' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1990:9: style: The scope of the variable 'H' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1990:11: style: The scope of the variable 'K' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:689:111: style: Function 'TransferFaceTriangulationtoFreeCAD' argument 2 names different: declaration 'TFaceMesh' definition 'FaceMesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:263:93: note: Function 'TransferFaceTriangulationtoFreeCAD' argument 2 names different: declaration 'TFaceMesh' definition 'FaceMesh'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:689:111: note: Function 'TransferFaceTriangulationtoFreeCAD' argument 2 names different: declaration 'TFaceMesh' definition 'FaceMesh'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:849:61: style: Function 'SmoothMesh' argument 1 names different: declaration 'mesh' definition 'Mesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:213:43: note: Function 'SmoothMesh' argument 1 names different: declaration 'mesh' definition 'Mesh'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:849:61: note: Function 'SmoothMesh' argument 1 names different: declaration 'mesh' definition 'Mesh'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:849:74: style: Function 'SmoothMesh' argument 2 names different: declaration 'maxTranslation' definition 'd_max'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:213:56: note: Function 'SmoothMesh' argument 2 names different: declaration 'maxTranslation' definition 'd_max'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:849:74: note: Function 'SmoothMesh' argument 2 names different: declaration 'maxTranslation' definition 'd_max'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:948:61: style: Function 'SmoothMesh' argument 1 names different: declaration 'mesh' definition 'Mesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:222:43: note: Function 'SmoothMesh' argument 1 names different: declaration 'mesh' definition 'Mesh'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:948:61: note: Function 'SmoothMesh' argument 1 names different: declaration 'mesh' definition 'Mesh'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:948:84: style: Function 'SmoothMesh' argument 2 names different: declaration 'indicies' definition 'ind'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:222:66: note: Function 'SmoothMesh' argument 2 names different: declaration 'indicies' definition 'ind'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:948:84: note: Function 'SmoothMesh' argument 2 names different: declaration 'indicies' definition 'ind'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:948:96: style: Function 'SmoothMesh' argument 3 names different: declaration 'maxTranslation' definition 'd_max'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:222:83: note: Function 'SmoothMesh' argument 3 names different: declaration 'maxTranslation' definition 'd_max'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:948:96: note: Function 'SmoothMesh' argument 3 names different: declaration 'maxTranslation' definition 'd_max'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1079:86: style: Function 'InitFaceCheck' argument 2 names different: declaration 'deg_tol' definition 'degree'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:243:68: note: Function 'InitFaceCheck' argument 2 names different: declaration 'deg_tol' definition 'degree'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1079:86: note: Function 'InitFaceCheck' argument 2 names different: declaration 'deg_tol' definition 'degree'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1163:82: style: Function 'FaceCheck' argument 2 names different: declaration 'deg_tol' definition 'degree'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:236:64: note: Function 'FaceCheck' argument 2 names different: declaration 'deg_tol' definition 'degree'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1163:82: note: Function 'FaceCheck' argument 2 names different: declaration 'deg_tol' definition 'degree'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1795:43: style: Function 'FacetRegionGrowing' argument 2 names different: declaration 'arr' definition 'FacetRegion'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:251:63: note: Function 'FacetRegionGrowing' argument 2 names different: declaration 'arr' definition 'FacetRegion'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1795:43: note: Function 'FacetRegionGrowing' argument 2 names different: declaration 'arr' definition 'FacetRegion'.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:142:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:601:29: style: Unused variable: EdgeVec [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:1928:32: style: Unused variable: nei [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:2025:0: style: Variable 'maxCurv' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:2026:0: style: Variable 'avgCurv' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:2070:19: style: Variable 'mean_curvMax' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:2075:19: style: Variable 'mean_curvMin' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:2117:44: style: Variable 'aMaxCurvDir' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:2118:44: style: Variable 'aMinCurvDir' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:2122:0: style: Variable 'maxCurv' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:2123:0: style: Variable 'avgCurv' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:64:23: warning: Member variable 'SpringbackCorrection::m_set' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:64:23: warning: Member variable 'SpringbackCorrection::m_RingCurrent' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:68:23: warning: Member variable 'SpringbackCorrection::m_set' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:68:23: warning: Member variable 'SpringbackCorrection::m_RingCurrent' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:270:26: style: Member variable 'SpringbackCorrection::m_Mesh' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:69:26: note: Member variable 'SpringbackCorrection::m_Mesh' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:270:26: note: Member variable 'SpringbackCorrection::m_Mesh' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.cpp:213:22: error: Uninitialized struct member: aMeshStruct.error [uninitStructMember]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:64:12: style: The scope of the variable 'maxErr' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:52:58: style: Function 'UniGridApprox' argument 1 names different: declaration 'InputMesh' definition 'mesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.h:39:47: note: Function 'UniGridApprox' argument 1 names different: declaration 'InputMesh' definition 'mesh'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:52:58: note: Function 'UniGridApprox' argument 1 names different: declaration 'InputMesh' definition 'mesh'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:366:35: style: Function 'CompKnots' argument 1 names different: declaration 'm' definition 'u_CP'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.h:45:24: note: Function 'CompKnots' argument 1 names different: declaration 'm' definition 'u_CP'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:366:35: note: Function 'CompKnots' argument 1 names different: declaration 'm' definition 'u_CP'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:366:45: style: Function 'CompKnots' argument 2 names different: declaration 'n' definition 'v_CP'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.h:45:31: note: Function 'CompKnots' argument 2 names different: declaration 'n' definition 'v_CP'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:366:45: note: Function 'CompKnots' argument 2 names different: declaration 'n' definition 'v_CP'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:432:33: style: Function 'MatComp' argument 1 names different: declaration 'm' definition 'u_CP'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.h:46:22: note: Function 'MatComp' argument 1 names different: declaration 'm' definition 'u_CP'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:432:33: note: Function 'MatComp' argument 1 names different: declaration 'm' definition 'u_CP'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:432:43: style: Function 'MatComp' argument 2 names different: declaration 'n' definition 'v_CP'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.h:46:29: note: Function 'MatComp' argument 2 names different: declaration 'n' definition 'v_CP'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:432:43: note: Function 'MatComp' argument 2 names different: declaration 'n' definition 'v_CP'.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:52:16: warning: Member variable 'UniGridApprox::m_offset' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:52:16: warning: Member variable 'UniGridApprox::uCP' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:52:16: warning: Member variable 'UniGridApprox::vCP' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:52:16: warning: Member variable 'UniGridApprox::m_um' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:52:16: warning: Member variable 'UniGridApprox::m_vm' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:52:16: warning: Member variable 'UniGridApprox::n_x' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:52:16: warning: Member variable 'UniGridApprox::n_y' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.h:71:9: style: Member variable 'UniGridApprox::m_udeg' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:53:34: note: Member variable 'UniGridApprox::m_udeg' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.h:71:9: note: Member variable 'UniGridApprox::m_udeg' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.h:50:10: performance: Technically the member function 'UniGridApprox::WriteMatrix' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.cpp:908:21: note: Technically the member function 'UniGridApprox::WriteMatrix' can be static.
FreeCAD-0.17/src/Mod/Cam/App/UniGridApprox.h:50:10: note: Technically the member function 'UniGridApprox::WriteMatrix' can be static.
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.cxx:171:21: style: The scope of the variable 'somethingRemoved' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.h:64:40: style: Technically the member function 'WireExplorer::NextEdge' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.cxx:72:34: note: Technically the member function 'WireExplorer::NextEdge' can be const.
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.h:64:40: note: Technically the member function 'WireExplorer::NextEdge' can be const.
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.h:65:40: style: Technically the member function 'WireExplorer::Current' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.cxx:67:34: note: Technically the member function 'WireExplorer::Current' can be const.
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.h:65:40: note: Technically the member function 'WireExplorer::Current' can be const.
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.h:70:10: performance: Technically the member function 'WireExplorer::IsValidEdge' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.cxx:209:20: note: Technically the member function 'WireExplorer::IsValidEdge' can be static.
FreeCAD-0.17/src/Mod/Cam/App/WireExplorer.h:70:10: note: Technically the member function 'WireExplorer::IsValidEdge' can be static.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:630:6: style: Variable 'sec2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:597:3: note: Variable 'sec2' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:630:6: note: Variable 'sec2' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:398:19: style: The scope of the variable 'error_tmp' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:453:30: style: The scope of the variable 'delta' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:475:22: style: The scope of the variable 'seconds2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:475:32: style: The scope of the variable 'sec1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:475:38: style: The scope of the variable 'sec2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:705:12: style: The scope of the variable 'sum1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:705:24: style: The scope of the variable 'sum2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:705:36: style: The scope of the variable 'sum3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:705:48: style: The scope of the variable 'sum4' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:705:60: style: The scope of the variable 'sum5' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:705:72: style: The scope of the variable 'sum6' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:765:10: style: The scope of the variable 'bf' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:1511:11: style: The scope of the variable 'fArea' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:1943:9: style: The scope of the variable 'error' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:74:49: style: Function 'Load' argument 1 names different: declaration 'InputMesh' definition 'mesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:64:43: note: Function 'Load' argument 1 names different: declaration 'InputMesh' definition 'mesh'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:74:49: note: Function 'Load' argument 1 names different: declaration 'InputMesh' definition 'mesh'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:74:75: style: Function 'Load' argument 2 names different: declaration 'CAD_Shape' definition 'cad'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:64:74: note: Function 'Load' argument 2 names different: declaration 'CAD_Shape' definition 'cad'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:74:75: note: Function 'Load' argument 2 names different: declaration 'CAD_Shape' definition 'cad'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:664:70: style: Function 'Comp_Jacobi' argument 1 names different: declaration 'params' definition 'x'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:234:64: note: Function 'Comp_Jacobi' argument 1 names different: declaration 'params' definition 'x'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:664:70: note: Function 'Comp_Jacobi' argument 1 names different: declaration 'params' definition 'x'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:693:82: style: Function 'Comp_Hess' argument 1 names different: declaration 'params' definition 'x'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:243:77: note: Function 'Comp_Hess' argument 1 names different: declaration 'params' definition 'x'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:693:82: note: Function 'Comp_Hess' argument 1 names different: declaration 'params' definition 'x'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:852:39: style: Function 'RotMat' argument 1 names different: declaration 'matrix' definition 'M'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:193:40: note: Function 'RotMat' argument 1 names different: declaration 'matrix' definition 'M'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:852:39: note: Function 'RotMat' argument 1 names different: declaration 'matrix' definition 'M'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:852:61: style: Function 'RotMat' argument 3 names different: declaration 'rotationAxis' definition 'axis'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:193:67: note: Function 'RotMat' argument 3 names different: declaration 'rotationAxis' definition 'axis'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:852:61: note: Function 'RotMat' argument 3 names different: declaration 'rotationAxis' definition 'axis'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:884:41: style: Function 'TransMat' argument 1 names different: declaration 'matrix' definition 'M'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:202:42: note: Function 'TransMat' argument 1 names different: declaration 'matrix' definition 'M'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:884:41: note: Function 'TransMat' argument 1 names different: declaration 'matrix' definition 'M'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:884:51: style: Function 'TransMat' argument 2 names different: declaration 'translation' definition 'trans'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:202:57: note: Function 'TransMat' argument 2 names different: declaration 'translation' definition 'trans'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:884:51: note: Function 'TransMat' argument 2 names different: declaration 'translation' definition 'trans'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:884:62: style: Function 'TransMat' argument 3 names different: declaration 'translationAxis' definition 'axis'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:202:74: note: Function 'TransMat' argument 3 names different: declaration 'translationAxis' definition 'axis'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:884:62: note: Function 'TransMat' argument 3 names different: declaration 'translationAxis' definition 'axis'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:1500:74: style: Function 'Comp_Normals' argument 1 names different: declaration 'Mesh' definition 'M'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:132:75: note: Function 'Comp_Normals' argument 1 names different: declaration 'Mesh' definition 'M'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:1500:74: note: Function 'Comp_Normals' argument 1 names different: declaration 'Mesh' definition 'M'.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:398:0: style: Variable 'rot' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:1538:22: style: Variable 'fArea' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:1722:0: style: Variable 'err_max' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:1882:0: style: Variable 'err_max' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:1894:23: style: Unused variable: text [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:65:11: warning: Member variable 'best_fit::m_referencemesh' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:65:11: warning: Member variable 'best_fit::m_meshtobefit' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:65:11: warning: Member variable 'best_fit::m_aMeshGen1' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:65:11: warning: Member variable 'best_fit::m_aMeshGen2' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:211:17: style: Unused private function: 'best_fit::PointNormalTransform' [unusedPrivateFunction]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:193:17: performance: Technically the member function 'best_fit::RotMat' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:852:16: note: Technically the member function 'best_fit::RotMat' can be static.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:193:17: note: Technically the member function 'best_fit::RotMat' can be static.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:202:17: performance: Technically the member function 'best_fit::TransMat' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:884:16: note: Technically the member function 'best_fit::TransMat' can be static.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:202:17: note: Technically the member function 'best_fit::TransMat' can be static.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:211:17: performance: Technically the member function 'best_fit::PointNormalTransform' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:906:16: note: Technically the member function 'best_fit::PointNormalTransform' can be static.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:211:17: note: Technically the member function 'best_fit::PointNormalTransform' can be static.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:220:10: performance: Technically the member function 'best_fit::PointTransform' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/best_fit.cpp:1033:16: note: Technically the member function 'best_fit::PointTransform' can be static.
FreeCAD-0.17/src/Mod/Cam/App/best_fit.h:220:10: note: Technically the member function 'best_fit::PointTransform' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:330:15: style: The scope of the variable 'z_level' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:330:23: style: The scope of the variable 'z_level_corrected' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:369:27: style: The scope of the variable 'z_level_corrected' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:1128:26: style: The scope of the variable 'tangency' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:1498:26: style: The scope of the variable 'tangency' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:2321:27: style: The scope of the variable 'shortestDistance' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:2506:19: style: The scope of the variable 'dist' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:2624:27: style: The scope of the variable 'shortestDistance' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:2812:26: style: The scope of the variable 'tangency' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:3090:26: style: The scope of the variable 'tangency' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:2371:33: style: Checking if unsigned variable 'j-1' is less than zero. [unsignedLessThanZero]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:116:16: warning: Member variable 'cutting_tools::m_UserSettings' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:116:16: warning: Member variable 'cutting_tools::m_mirrortobothsides' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:116:16: warning: Member variable 'cutting_tools::m_radius' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:116:16: warning: Member variable 'cutting_tools::m_radius_slave' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:116:16: warning: Member variable 'cutting_tools::m_sheet_thickness' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:116:16: warning: Member variable 'cutting_tools::m_direction' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:88:16: warning: Member variable 'cutting_tools::m_UserSettings' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:88:16: warning: Member variable 'cutting_tools::m_mirrortobothsides' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:88:16: warning: Member variable 'cutting_tools::m_radius' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:88:16: warning: Member variable 'cutting_tools::m_radius_slave' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:88:16: warning: Member variable 'cutting_tools::m_sheet_thickness' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:88:16: warning: Member variable 'cutting_tools::m_direction' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:212:10: style: Member variable 'cutting_tools::m_cad' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:117:66: note: Member variable 'cutting_tools::m_cad' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:212:10: note: Member variable 'cutting_tools::m_cad' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:143:17: performance: Technically the member function 'cutting_tools::ordercutShape' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:612:28: note: Technically the member function 'cutting_tools::ordercutShape' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:143:17: note: Technically the member function 'cutting_tools::ordercutShape' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:144:12: performance: Technically the member function 'cutting_tools::GetEdgeLength' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:3639:23: note: Technically the member function 'cutting_tools::GetEdgeLength' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:144:12: note: Technically the member function 'cutting_tools::GetEdgeLength' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:185:10: performance: Technically the member function 'cutting_tools::CheckforLastPoint' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:985:21: note: Technically the member function 'cutting_tools::CheckforLastPoint' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:185:10: note: Technically the member function 'cutting_tools::CheckforLastPoint' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:186:10: performance: Technically the member function 'cutting_tools::CheckforLastPoint' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:1004:21: note: Technically the member function 'cutting_tools::CheckforLastPoint' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:186:10: note: Technically the member function 'cutting_tools::CheckforLastPoint' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:187:10: performance: Technically the member function 'cutting_tools::CheckforLastPoint' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:1023:21: note: Technically the member function 'cutting_tools::CheckforLastPoint' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:187:10: note: Technically the member function 'cutting_tools::CheckforLastPoint' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:188:18: style: Technically the member function 'cutting_tools::getProperCut' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:1854:29: note: Technically the member function 'cutting_tools::getProperCut' can be const.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:188:18: note: Technically the member function 'cutting_tools::getProperCut' can be const.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:189:30: performance: Technically the member function 'cutting_tools::InterpolateOrderedPoints' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:935:41: note: Technically the member function 'cutting_tools::InterpolateOrderedPoints' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:189:30: note: Technically the member function 'cutting_tools::InterpolateOrderedPoints' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:193:22: performance: Technically the member function 'cutting_tools::getWireBBox' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:1835:33: note: Technically the member function 'cutting_tools::getWireBBox' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:193:22: note: Technically the member function 'cutting_tools::getWireBBox' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:194:10: performance: Technically the member function 'cutting_tools::checkPointinFaceBB' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:301:21: note: Technically the member function 'cutting_tools::checkPointinFaceBB' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:194:10: note: Technically the member function 'cutting_tools::checkPointinFaceBB' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:201:12: performance: Technically the member function 'cutting_tools::getPerpendicularVec' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:2044:23: note: Technically the member function 'cutting_tools::getPerpendicularVec' can be static.
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.h:201:12: note: Technically the member function 'cutting_tools::getPerpendicularVec' can be static.
FreeCAD-0.17/src/Mod/Cam/App/edgesort.h:69:21: style: Class 'Edgesort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:312:5: warning: Possible leak in public function. The pointer 'm_CAD_Mesh_Grid' is not deallocated before it is allocated. [publicAllocationError]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:3360:13: performance: Possible inefficient checking for 'result' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Cam/App/cutting_tools.cpp:1920:9: error: Uninitialized variable: direction [uninitvar]
FreeCAD-0.17/src/Mod/Cam/App/deviation.cpp:69:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/deviation.cpp:167:20: style: Unused variable: text [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/deviation.cpp:183:5: style: Variable 'c' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/deviation.h:47:23: warning: The class 'Deviation' defines member variable with name 'm_Mesh' also defined in its parent class 'SpringbackCorrection'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/Cam/App/SpringbackCorrection.h:270:26: note: Parent variable 'SpringbackCorrection::m_Mesh'
FreeCAD-0.17/src/Mod/Cam/App/deviation.h:47:23: note: Derived variable 'Deviation::m_Mesh'
FreeCAD-0.17/src/Mod/Cam/App/deviation.cpp:80:16: error: Uninitialized struct member: aMeshStruct.minCurv [uninitStructMember]
FreeCAD-0.17/src/Mod/Cam/App/deviation.cpp:80:16: error: Uninitialized struct member: aMeshStruct.maxCurv [uninitStructMember]
FreeCAD-0.17/src/Mod/Cam/App/deviation.cpp:80:16: error: Uninitialized struct member: aMeshStruct.error [uninitStructMember]
FreeCAD-0.17/src/Mod/Cam/App/edgesort.cpp:274:14: style: The scope of the variable 'somethingRemoved' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/edgesort.cpp:197:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/edgesort.cpp:40:11: warning: Member variable 'Edgesort::m_asecondwire' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/edgesort.cpp:40:11: warning: Member variable 'Edgesort::m_whichedgelist' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/edgesort.h:77:40: style: Technically the member function 'Edgesort::NextEdge' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/edgesort.cpp:122:30: note: Technically the member function 'Edgesort::NextEdge' can be const.
FreeCAD-0.17/src/Mod/Cam/App/edgesort.h:77:40: note: Technically the member function 'Edgesort::NextEdge' can be const.
FreeCAD-0.17/src/Mod/Cam/App/edgesort.h:78:40: style: Technically the member function 'Edgesort::Current' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/edgesort.cpp:132:30: note: Technically the member function 'Edgesort::Current' can be const.
FreeCAD-0.17/src/Mod/Cam/App/edgesort.h:78:40: note: Technically the member function 'Edgesort::Current' can be const.
FreeCAD-0.17/src/Mod/Cam/App/edgesort.h:84:10: performance: Technically the member function 'Edgesort::IsValidEdge' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/edgesort.cpp:314:16: note: Technically the member function 'Edgesort::IsValidEdge' can be static.
FreeCAD-0.17/src/Mod/Cam/App/edgesort.h:84:10: note: Technically the member function 'Edgesort::IsValidEdge' can be static.
FreeCAD-0.17/src/Mod/Cam/App/edgesort.h:85:22: performance: Technically the member function 'Edgesort::getBoundingBox' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/edgesort.cpp:190:28: note: Technically the member function 'Edgesort::getBoundingBox' can be static.
FreeCAD-0.17/src/Mod/Cam/App/edgesort.h:85:22: note: Technically the member function 'Edgesort::getBoundingBox' can be static.
FreeCAD-0.17/src/Mod/Cam/App/mergedata.cpp:26:46: style: Function 'Einlesen' argument 1 names different: declaration 'filenames' definition 'dateinamen'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/mergedata.h:40:35: note: Function 'Einlesen' argument 1 names different: declaration 'filenames' definition 'dateinamen'.
FreeCAD-0.17/src/Mod/Cam/App/mergedata.cpp:26:46: note: Function 'Einlesen' argument 1 names different: declaration 'filenames' definition 'dateinamen'.
FreeCAD-0.17/src/Mod/Cam/App/mergedata.cpp:11:12: warning: Member variable 'MergeData::m_fit' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/mergedata.h:38:7: style: Technically the member function 'MergeData::WriteOutput' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/mergedata.cpp:84:17: note: Technically the member function 'MergeData::WriteOutput' can be const.
FreeCAD-0.17/src/Mod/Cam/App/mergedata.h:38:7: note: Technically the member function 'MergeData::WriteOutput' can be const.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:854:63: warning: Return value of function std::max() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:855:63: warning: Return value of function std::max() is not used. [ignoredReturnValue]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:299:17: style: The scope of the variable 'v_tmp' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:968:17: style: The scope of the variable 't' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1622:16: style: The scope of the variable 'vel' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1674:9: style: The scope of the variable 'length' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1674:17: style: The scope of the variable 'lam' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1674:31: style: The scope of the variable 't_ma' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1674:37: style: The scope of the variable 't_sl' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1940:53: style: The scope of the variable 'velo' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2217:6: style: The scope of the variable 'N' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2312:9: style: The scope of the variable 'tool' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2472:10: style: The scope of the variable 'tool' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3160:9: style: The scope of the variable 'pid1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3161:6: style: The scope of the variable 'pid2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3162:6: style: The scope of the variable 'pid3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:159:42: style: Function 'GetVelocity' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:305:31: note: Function 'GetVelocity' argument 1 names different: declaration 'time' definition 't'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:159:42: note: Function 'GetVelocity' argument 1 names different: declaration 'time' definition 't'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:262:54: style: Function 'ParameterCalculation_Line' argument 1 names different: declaration 'wirelength' definition 'S1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:71:43: note: Function 'ParameterCalculation_Line' argument 1 names different: declaration 'wirelength' definition 'S1'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:262:54: note: Function 'ParameterCalculation_Line' argument 1 names different: declaration 'wirelength' definition 'S1'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:292:55: style: Function 'ParameterCalculation_Curve' argument 1 names different: declaration 'wirelength' definition 'S1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:78:44: note: Function 'ParameterCalculation_Curve' argument 1 names different: declaration 'wirelength' definition 'S1'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:292:55: note: Function 'ParameterCalculation_Curve' argument 1 names different: declaration 'wirelength' definition 'S1'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:499:42: style: Function 'ConnectPaths_xy' argument 1 names different: declaration 'outputstyle' definition 'brob'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:84:31: note: Function 'ConnectPaths_xy' argument 1 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:499:42: note: Function 'ConnectPaths_xy' argument 1 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:742:41: style: Function 'ConnectPaths_z' argument 1 names different: declaration 'outputstyle' definition 'brob'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:90:30: note: Function 'ConnectPaths_z' argument 1 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:742:41: note: Function 'ConnectPaths_z' argument 1 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:964:44: style: Function 'ConnectPaths_Feat' argument 2 names different: declaration 'robo' definition 'brob'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:100:44: note: Function 'ConnectPaths_Feat' argument 2 names different: declaration 'robo' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:964:44: note: Function 'ConnectPaths_Feat' argument 2 names different: declaration 'robo' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:965:44: style: Function 'ConnectPaths_Feat' argument 3 names different: declaration 'connection_type' definition 'c_typ'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:100:55: note: Function 'ConnectPaths_Feat' argument 3 names different: declaration 'connection_type' definition 'c_typ'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:965:44: note: Function 'ConnectPaths_Feat' argument 3 names different: declaration 'connection_type' definition 'c_typ'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1521:37: style: Function 'Correction' argument 1 names different: declaration 'b' definition 'tool'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:187:26: note: Function 'Correction' argument 1 names different: declaration 'b' definition 'tool'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1521:37: note: Function 'Correction' argument 1 names different: declaration 'b' definition 'tool'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1934:43: style: Function 'MakePathSingle' argument 1 names different: declaration 'outputstyle' definition 'brob'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:158:30: note: Function 'MakePathSingle' argument 1 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1934:43: note: Function 'MakePathSingle' argument 1 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1937:19: style: Function 'MakePathSingle' argument 4 names different: declaration 'curveType' definition 'tool'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:158:74: note: Function 'MakePathSingle' argument 4 names different: declaration 'curveType' definition 'tool'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1937:19: note: Function 'MakePathSingle' argument 4 names different: declaration 'curveType' definition 'tool'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2832:48: style: Function 'WriteOutput_Feat' argument 1 names different: declaration 'anOutputFile_1' definition 'anOutputFile'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:112:37: note: Function 'WriteOutput_Feat' argument 1 names different: declaration 'anOutputFile_1' definition 'anOutputFile'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2832:48: note: Function 'WriteOutput_Feat' argument 1 names different: declaration 'anOutputFile_1' definition 'anOutputFile'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2832:72: style: Function 'WriteOutput_Feat' argument 2 names different: declaration 'anOutputFile_2' definition 'anOutputFile2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:112:63: note: Function 'WriteOutput_Feat' argument 2 names different: declaration 'anOutputFile_2' definition 'anOutputFile2'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2832:72: note: Function 'WriteOutput_Feat' argument 2 names different: declaration 'anOutputFile_2' definition 'anOutputFile2'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2832:100: style: Function 'WriteOutput_Feat' argument 4 names different: declaration 'outputstyle' definition 'brob'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:112:92: note: Function 'WriteOutput_Feat' argument 4 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2832:100: note: Function 'WriteOutput_Feat' argument 4 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3017:76: style: Function 'WriteOutputSingle' argument 3 names different: declaration 'outputstyle' definition 'brob'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:128:65: note: Function 'WriteOutputSingle' argument 3 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3017:76: note: Function 'WriteOutputSingle' argument 3 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3157:49: style: Function 'WriteOutputDouble' argument 1 names different: declaration 'anOutputFile_1' definition 'anOutputFile'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:140:38: note: Function 'WriteOutputDouble' argument 1 names different: declaration 'anOutputFile_1' definition 'anOutputFile'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3157:49: note: Function 'WriteOutputDouble' argument 1 names different: declaration 'anOutputFile_1' definition 'anOutputFile'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3157:73: style: Function 'WriteOutputDouble' argument 2 names different: declaration 'nOutputFile_2' definition 'anOutputFile2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:140:63: note: Function 'WriteOutputDouble' argument 2 names different: declaration 'nOutputFile_2' definition 'anOutputFile2'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3157:73: note: Function 'WriteOutputDouble' argument 2 names different: declaration 'nOutputFile_2' definition 'anOutputFile2'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3157:111: style: Function 'WriteOutputDouble' argument 5 names different: declaration 'outputstyle' definition 'brob'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:140:101: note: Function 'WriteOutputDouble' argument 5 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:3157:111: note: Function 'WriteOutputDouble' argument 5 names different: declaration 'outputstyle' definition 'brob'.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:505:22: style: Unused variable: d [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:748:25: style: Unused variable: d [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:977:25: style: Unused variable: d [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2019:48: style: Unused variable: D0 [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2020:48: style: Unused variable: D1 [unusedVariable]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:383:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:388:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:396:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:401:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:430:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:435:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:447:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:449:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:465:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:470:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:478:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:483:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1490:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1491:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1506:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1512:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1824:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:1870:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2640:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2641:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2652:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2653:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2680:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2688:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2695:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2707:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2715:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:2722:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_Knots' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_curMax' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_dir' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_boundTol' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_a' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_v' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_vmid' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_t1' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_t2' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_T' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_del_t' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_conn' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:38:16: warning: Member variable 'path_simulate::m_Feat' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:234:12: style: Member variable 'path_simulate::m_step' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:42:19: note: Member variable 'path_simulate::m_step' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:234:12: note: Member variable 'path_simulate::m_step' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:305:12: style: Technically the member function 'path_simulate::GetVelocity' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.cpp:159:23: note: Technically the member function 'path_simulate::GetVelocity' can be const.
FreeCAD-0.17/src/Mod/Cam/App/path_simulate.h:305:12: note: Technically the member function 'path_simulate::GetVelocity' can be const.
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:594:9: style: Condition '!flag' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:579:17: note: Assignment 'flag=false', assigned value is 0
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:594:9: note: Condition '!flag' is always true
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:184:18: style: The scope of the variable 'saved' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:465:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:574:12: style: The scope of the variable 'tol_knot' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:47:109: style: Function 'TrapezoidIntergration' argument 2 names different: declaration 'Intergral' definition 'Integral'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/routine.h:76:103: note: Function 'TrapezoidIntergration' argument 2 names different: declaration 'Intergral' definition 'Integral'.
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:47:109: note: Function 'TrapezoidIntergration' argument 2 names different: declaration 'Intergral' definition 'Integral'.
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:331:33: style: Function 'PointBSPEval' argument 1 names different: declaration 'DegreeU' definition 'Degree'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/App/routine.h:96:27: note: Function 'PointBSPEval' argument 1 names different: declaration 'DegreeU' definition 'Degree'.
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:331:33: note: Function 'PointBSPEval' argument 1 names different: declaration 'DegreeU' definition 'Degree'.
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:173:9: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:582:9: style: Variable 'tol_knot' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Cam/App/routine.h:79:12: performance: Technically the member function 'Routines::CalcAngle' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:140:18: note: Technically the member function 'Routines::CalcAngle' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:79:12: note: Technically the member function 'Routines::CalcAngle' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:89:9: performance: Technically the member function 'Routines::FindSpan' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:157:15: note: Technically the member function 'Routines::FindSpan' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:89:9: note: Technically the member function 'Routines::FindSpan' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:92:10: performance: Technically the member function 'Routines::Basisfun' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:182:16: note: Technically the member function 'Routines::Basisfun' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:92:10: note: Technically the member function 'Routines::Basisfun' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:99:10: performance: Technically the member function 'Routines::bspderiv' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:458:16: note: Technically the member function 'Routines::bspderiv' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:99:10: note: Technically the member function 'Routines::bspderiv' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:102:10: performance: Technically the member function 'Routines::Extension' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:630:16: note: Technically the member function 'Routines::Extension' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:102:10: note: Technically the member function 'Routines::Extension' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:104:10: performance: Technically the member function 'Routines::GenerateUniformKnot' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:497:16: note: Technically the member function 'Routines::GenerateUniformKnot' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:104:10: note: Technically the member function 'Routines::GenerateUniformKnot' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:105:19: performance: Technically the member function 'Routines::FindCorner' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:518:25: note: Technically the member function 'Routines::FindCorner' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.h:105:19: note: Technically the member function 'Routines::FindCorner' can be static.
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:638:5: warning: Either the condition 'ind_1<ind_2' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:622:19: note: Assuming that condition 'ind_1<ind_2' is not redundant
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:623:36: note: Calling function 'Extension', 2nd argument 'SmallerIndex' value is -1
FreeCAD-0.17/src/Mod/Cam/App/routine.cpp:638:5: note: Negative array index
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.cpp:344:43: style: Function 'setFace' argument 1 names different: declaration 'aFace' definition 'aShape'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.h:92:38: note: Function 'setFace' argument 1 names different: declaration 'aFace' definition 'aShape'.
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.cpp:344:43: note: Function 'setFace' argument 1 names different: declaration 'aFace' definition 'aShape'.
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.cpp:801:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.cpp:807:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.cpp:845:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.cpp:854:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.h:105:27: style: Member variable 'Cutting::m_PathSimulate' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.cpp:87:3: note: Member variable 'Cutting::m_PathSimulate' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.h:105:27: note: Member variable 'Cutting::m_PathSimulate' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.h:104:27: style: Member variable 'Cutting::m_CuttingAlgo' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.cpp:87:24: note: Member variable 'Cutting::m_CuttingAlgo' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.h:104:27: note: Member variable 'Cutting::m_CuttingAlgo' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.h:109:22: style: Member variable 'Cutting::m_Deviation' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.cpp:88:37: note: Member variable 'Cutting::m_Deviation' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Cam/Gui/Cutting.h:109:22: note: Member variable 'Cutting::m_Deviation' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Draft/App/AppDraftUtils.cpp:38:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Draft/App/dxf.h:140:6: warning: Class 'CDxfRead' which has virtual members does not have a virtual destructor. [virtualDestructor]
FreeCAD-0.17/src/Mod/Draft/App/dxf.h:84:10: style: Technically the member function 'CDxfWrite::Failed' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Draft/App/dxf.h:142:10: style: Technically the member function 'CDxfRead::Failed' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Draft/App/dxf.h:81:5: style: Class 'CDxfWrite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Draft/App/dxf.h:139:5: style: Class 'CDxfRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Draft/App/DraftDxf.cpp:54:40: performance: Function parameter 'filepath' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Draft/App/dxf.cpp:994:33: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
FreeCAD-0.17/src/Mod/Draft/App/dxf.cpp:164:11: warning: Member variable 'CDxfRead::m_str' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Draft/App/dxf.cpp:164:11: warning: Member variable 'CDxfRead::m_section_name' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Draft/App/dxf.cpp:164:11: warning: Member variable 'CDxfRead::m_block_name' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Draft/App/dxf.cpp:17:5: style: Class 'CDxfWrite' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Draft/App/dxf.cpp:17:5: style: Class 'CDxfWrite' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Draft/App/dxf.cpp:175:5: style: Class 'CDxfRead' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Draft/App/dxf.cpp:175:5: style: Class 'CDxfRead' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Drawing/App/AppDrawing.cpp:37:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:67:10: style: Unused private function: 'DXFOutput::printHeader' [unusedPrivateFunction]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:41:17: performance: Technically the member function 'Drawing::DrawingOutput::asCircle' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.cpp:85:28: note: Technically the member function 'Drawing::DrawingOutput::asCircle' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:41:17: note: Technically the member function 'Drawing::DrawingOutput::asCircle' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:42:17: performance: Technically the member function 'Drawing::DrawingOutput::asBSpline' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.cpp:156:28: note: Technically the member function 'Drawing::DrawingOutput::asBSpline' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:42:17: note: Technically the member function 'Drawing::DrawingOutput::asBSpline' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:52:10: performance: Technically the member function 'Drawing::SVGOutput::printCircle' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.cpp:213:17: note: Technically the member function 'Drawing::SVGOutput::printCircle' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:52:10: note: Technically the member function 'Drawing::SVGOutput::printCircle' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:56:10: performance: Technically the member function 'Drawing::SVGOutput::printGeneric' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.cpp:425:17: note: Technically the member function 'Drawing::SVGOutput::printGeneric' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:56:10: note: Technically the member function 'Drawing::SVGOutput::printGeneric' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:67:10: performance: Technically the member function 'Drawing::DXFOutput::printHeader' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.cpp:486:17: note: Technically the member function 'Drawing::DXFOutput::printHeader' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:67:10: note: Technically the member function 'Drawing::DXFOutput::printHeader' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:68:10: performance: Technically the member function 'Drawing::DXFOutput::printCircle' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.cpp:494:17: note: Technically the member function 'Drawing::DXFOutput::printCircle' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:68:10: note: Technically the member function 'Drawing::DXFOutput::printCircle' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:69:10: performance: Technically the member function 'Drawing::DXFOutput::printEllipse' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.cpp:586:17: note: Technically the member function 'Drawing::DXFOutput::printEllipse' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:69:10: note: Technically the member function 'Drawing::DXFOutput::printEllipse' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:71:10: performance: Technically the member function 'Drawing::DXFOutput::printGeneric' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.cpp:731:17: note: Technically the member function 'Drawing::DXFOutput::printGeneric' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/DrawingExport.h:71:10: note: Technically the member function 'Drawing::DXFOutput::printGeneric' can be static.
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewAnnotation.cpp:79:9: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewAnnotation.h:58:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Drawing/App/FeatureView.h:65:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewAnnotation.h:58:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewAnnotation.h:62:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Drawing/App/FeatureView.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewAnnotation.h:62:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewPart.h:63:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Drawing/App/FeatureView.h:65:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewPart.h:63:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewPart.h:67:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Drawing/App/FeatureView.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewPart.h:67:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewSpreadsheet.h:56:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Drawing/App/FeatureView.h:65:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewSpreadsheet.h:56:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewSpreadsheet.h:60:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Drawing/App/FeatureView.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewSpreadsheet.h:60:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewSymbol.h:57:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Drawing/App/FeatureView.h:65:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewSymbol.h:57:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewSymbol.h:61:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Drawing/App/FeatureView.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Drawing/App/FeatureViewSymbol.h:61:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Drawing/Gui/AppDrawingGui.cpp:52:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Drawing/Gui/DrawingView.h:53:5: style: Class 'SvgView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:163:5: style: Class 'TaskOrthoViews' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Drawing/Gui/DrawingView.cpp:262:41: style: Function 'load' argument 1 names different: declaration 'path' definition 'fileName'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Drawing/Gui/DrawingView.h:87:30: note: Function 'load' argument 1 names different: declaration 'path' definition 'fileName'.
FreeCAD-0.17/src/Mod/Drawing/Gui/DrawingView.cpp:262:41: note: Function 'load' argument 1 names different: declaration 'path' definition 'fileName'.
FreeCAD-0.17/src/Mod/Drawing/Gui/DrawingView.cpp:615:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:488:11: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:489:11: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:563:13: style: The scope of the variable 'rotation' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:564:13: style: The scope of the variable 'n' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:205:32: style: Function 'setScale' argument 1 names different: declaration 'newscale' definition 'newScale'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:53:28: note: Function 'setScale' argument 1 names different: declaration 'newscale' definition 'newScale'.
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:205:32: note: Function 'setScale' argument 1 names different: declaration 'newscale' definition 'newScale'.
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:54:13: style: Technically the member function 'DrawingGui::orthoview::getScale' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:211:18: note: Technically the member function 'DrawingGui::orthoview::getScale' can be const.
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:54:13: note: Technically the member function 'DrawingGui::orthoview::getScale' can be const.
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:108:13: style: Technically the member function 'DrawingGui::OrthoViews::get_configs' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:857:18: note: Technically the member function 'DrawingGui::OrthoViews::get_configs' can be const.
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:108:13: note: Technically the member function 'DrawingGui::OrthoViews::get_configs' can be const.
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:120:13: style: Technically the member function 'DrawingGui::OrthoViews::index' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:690:17: note: Technically the member function 'DrawingGui::OrthoViews::index' can be const.
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:120:13: note: Technically the member function 'DrawingGui::OrthoViews::index' can be const.
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:122:13: style: Technically the member function 'DrawingGui::OrthoViews::slotDeletedDocument' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.cpp:320:18: note: Technically the member function 'DrawingGui::OrthoViews::slotDeletedDocument' can be const.
FreeCAD-0.17/src/Mod/Drawing/Gui/TaskOrthoViews.h:122:13: note: Technically the member function 'DrawingGui::OrthoViews::slotDeletedDocument' can be const.
FreeCAD-0.17/src/Mod/Drawing/Gui/Workbench.cpp:94:0: error: Memory leak: part [memleak]
FreeCAD-0.17/src/Mod/Drawing/Gui/Workbench.cpp:104:0: error: Memory leak: img [memleak]
FreeCAD-0.17/src/Mod/Fem/App/AppFem.cpp:77:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Fem/App/AppFemPy.cpp:204:13: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintBearing.h:57:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintBearing.h:57:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintBearing.h:60:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintBearing.h:60:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintBearing.h:65:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintBearing.h:65:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintContact.h:59:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintContact.h:59:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintContact.h:62:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintContact.h:62:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintContact.h:65:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintContact.h:65:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintDisplacement.h:69:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintDisplacement.h:69:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintDisplacement.h:72:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintDisplacement.h:72:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintDisplacement.h:75:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintDisplacement.h:75:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFixed.h:49:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFixed.h:49:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFixed.h:52:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFixed.h:52:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFixed.h:57:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFixed.h:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFluidBoundary.h:66:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFluidBoundary.h:66:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFluidBoundary.h:69:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFluidBoundary.h:69:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFluidBoundary.h:74:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintFluidBoundary.h:74:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintForce.h:52:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintForce.h:52:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintForce.h:55:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintForce.h:55:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintForce.h:60:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintForce.h:60:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintGear.h:53:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintBearing.h:57:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintGear.h:53:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintGear.h:56:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintGear.h:56:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintGear.h:61:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintBearing.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintGear.h:61:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintHeatflux.h:51:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintHeatflux.h:51:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintHeatflux.h:54:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintHeatflux.h:54:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintHeatflux.h:57:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintHeatflux.h:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintInitialTemperature.h:52:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintInitialTemperature.h:52:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintInitialTemperature.h:55:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintInitialTemperature.h:55:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintInitialTemperature.h:58:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintInitialTemperature.h:58:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPlaneRotation.h:46:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPlaneRotation.h:46:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPlaneRotation.h:49:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPlaneRotation.h:49:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPlaneRotation.h:52:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPlaneRotation.h:52:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPressure.h:45:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPressure.h:45:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPressure.h:48:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPressure.h:48:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPressure.h:51:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPressure.h:51:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPulley.h:58:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintGear.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPulley.h:58:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPulley.h:61:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPulley.h:61:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPulley.h:66:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintGear.h:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintPulley.h:66:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTemperature.h:54:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTemperature.h:54:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTemperature.h:57:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTemperature.h:57:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTemperature.h:60:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTemperature.h:60:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTransform.h:54:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTransform.h:54:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTransform.h:57:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:56:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTransform.h:57:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTransform.h:60:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemConstraint.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemConstraintTransform.h:60:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemMesh.cpp:651:9: style: The scope of the variable 'num_of_nodes' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Fem/App/FemMesh.cpp:1709:55: style: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'rclTrf'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/App/FemMesh.h:128:50: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'rclTrf'.
FreeCAD-0.17/src/Mod/Fem/App/FemMesh.cpp:1709:55: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'rclTrf'.
FreeCAD-0.17/src/Mod/Fem/App/FemMesh.cpp:973:29: style: Unused variable: temp [unusedVariable]
FreeCAD-0.17/src/Mod/Fem/App/FemMesh.cpp:1094:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:38:5: style: Class 'HypothesisPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_Arithmetic1DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_AutomaticLengthPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_NotConformAllowedPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_MaxLengthPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_LocalLengthPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_MaxElementAreaPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_QuadranglePreferencePy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_Quadrangle_2DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_Regular_1DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_UseExisting_1DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_UseExisting_2DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_CompositeSegment_1DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_Deflection1DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_Hexa_3DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_TrianglePreferencePy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_StartEndLengthPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_SegmentLengthAroundVertexPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_SegmentAroundVertex_0DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_RadialPrism_3DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_QuadraticMeshPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_ProjectionSource3DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_ProjectionSource2DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_ProjectionSource1DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_Projection_3DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_Projection_2DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_Projection_1DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_Prism_3DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_NumberOfSegmentsPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_NumberOfLayersPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_MEFISTO_2DPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_MaxElementVolumePy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_LengthFromEdgesPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/HypothesisPy.h:56:0: style: Class 'Fem :: SMESH_HypothesisPy < StdMeshers_LayerDistributionPy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeObject.h:43:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemMeshObject.h:48:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeObject.h:43:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeObject.h:46:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemMeshObject.h:51:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeObject.h:46:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeNetgenObject.h:53:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeObject.h:43:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeNetgenObject.h:53:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeNetgenObject.h:56:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeObject.h:46:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemMeshShapeNetgenObject.h:56:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.cpp:72:47: style: Redundant condition: If 'EXPR >= 13', the comparison 'EXPR >= 11' is always true. [redundantCondition]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:94:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:57:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:94:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:125:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:57:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:125:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:156:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:57:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:156:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:185:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:57:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:185:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:212:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:57:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:212:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:234:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:57:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:234:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFunction.h:98:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFunction.h:48:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFunction.h:98:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFunction.h:122:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFunction.h:48:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFunction.h:122:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostPipeline.h:52:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.h:57:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemPostPipeline.h:52:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemPostFilter.cpp:61:57: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/App/FemPostPipeline.cpp:117:46: style: Function 'canRead' argument 1 names different: declaration 'file' definition 'File'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/App/FemPostPipeline.h:60:40: note: Function 'canRead' argument 1 names different: declaration 'file' definition 'File'.
FreeCAD-0.17/src/Mod/Fem/App/FemPostPipeline.cpp:117:46: note: Function 'canRead' argument 1 names different: declaration 'file' definition 'File'.
FreeCAD-0.17/src/Mod/Fem/App/FemPostPipeline.cpp:131:43: style: Function 'read' argument 1 names different: declaration 'file' definition 'File'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/App/FemPostPipeline.h:61:30: note: Function 'read' argument 1 names different: declaration 'file' definition 'File'.
FreeCAD-0.17/src/Mod/Fem/App/FemPostPipeline.cpp:131:43: note: Function 'read' argument 1 names different: declaration 'file' definition 'File'.
FreeCAD-0.17/src/Mod/Fem/App/FemSetElementsObject.h:47:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:49:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetElementsObject.h:47:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetElementsObject.h:50:19: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:52:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetElementsObject.h:50:19: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetElementsObject.h:51:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:53:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetElementsObject.h:51:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetFacesObject.h:47:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:49:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetFacesObject.h:47:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetFacesObject.h:50:19: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:52:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetFacesObject.h:50:19: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetFacesObject.h:51:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:53:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetFacesObject.h:51:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetGeometryObject.h:47:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:49:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetGeometryObject.h:47:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetGeometryObject.h:50:19: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:52:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetGeometryObject.h:50:19: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetGeometryObject.h:51:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:53:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetGeometryObject.h:51:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetNodesObject.h:49:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:49:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetNodesObject.h:49:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetNodesObject.h:52:19: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:52:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetNodesObject.h:52:19: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemSetNodesObject.h:53:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/App/FemSetObject.h:53:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/App/FemSetNodesObject.h:53:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.cpp:118:61: style: Function 'importVTKMesh' argument 1 names different: declaration 'grid' definition 'dataset'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.h:49:63: note: Function 'importVTKMesh' argument 1 names different: declaration 'grid' definition 'dataset'.
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.cpp:118:61: note: Function 'importVTKMesh' argument 1 names different: declaration 'grid' definition 'dataset'.
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.cpp:474:44: style: Function 'writeVTKMesh' argument 1 names different: declaration 'Filename' definition 'filename'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.h:61:46: note: Function 'writeVTKMesh' argument 1 names different: declaration 'Filename' definition 'filename'.
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.cpp:474:44: note: Function 'writeVTKMesh' argument 1 names different: declaration 'Filename' definition 'filename'.
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.cpp:548:58: style: Function 'readResult' argument 1 names different: declaration 'Filename' definition 'filename'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.h:78:60: note: Function 'readResult' argument 1 names different: declaration 'Filename' definition 'filename'.
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.cpp:548:58: note: Function 'readResult' argument 1 names different: declaration 'Filename' definition 'filename'.
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.cpp:724:122: performance: Function parameter 'scalers' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.cpp:725:62: performance: Function parameter 'varids' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/App/FemVTKTools.cpp:833:122: performance: Function parameter 'scalers' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/Gui/AbaqusHighlighter.h:38:5: style: Class 'AbaqusHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/AppFemGui.cpp:98:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Fem/Gui/Command.cpp:125:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Fem/Gui/Command.cpp:187:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Fem/Gui/Command.cpp:250:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Fem/Gui/Command.cpp:89:48: performance: Function parameter 'showConstr' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.h:40:5: style: Class 'DlgSettingsFemCcxImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/DlgSettingsFemElmerImp.h:39:5: style: Class 'DlgSettingsFemElmerImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/DlgSettingsFemExportAbaqusImp.h:39:5: style: Class 'DlgSettingsFemExportAbaqusImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/DlgSettingsFemGeneralImp.h:39:5: style: Class 'DlgSettingsFemGeneralImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/DlgSettingsFemGmshImp.h:39:5: style: Class 'DlgSettingsFemGmshImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/DlgSettingsFemInOutVtkImp.h:39:5: style: Class 'DlgSettingsFemInOutVtkImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/DlgSettingsFemZ88Imp.h:39:5: style: Class 'DlgSettingsFemZ88Imp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/FemSelectionGate.h:40:5: style: Class 'FemSelectionGate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskDlgAnalysis.h:44:5: style: Class 'TaskDlgAnalysis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskDlgCreateNodeSet.h:46:5: style: Class 'TaskDlgCreateNodeSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskDlgMeshShapeNetgen.h:45:5: style: Class 'TaskDlgMeshShapeNetgen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.cpp:113:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:70:65: performance: Function parameter 'showConstr' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:83:5: style: Class 'TaskDlgFemConstraintBearing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.h:41:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.h:44:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:56:31: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:56:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:68:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:68:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:69:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:60:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:69:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:86:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:86:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.cpp:278:5: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.cpp:288:5: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintContact.h:81:5: style: Class 'TaskDlgFemConstraintContact' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintContact.h:40:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintContact.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintContact.h:43:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintContact.h:43:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintContact.h:53:23: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintContact.h:53:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintContact.h:67:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintContact.h:67:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintContact.h:83:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintContact.h:83:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintContact.h:84:10: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintContact.h:84:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintDisplacement.h:113:5: style: Class 'TaskDlgFemConstraintDisplacement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintDisplacement.h:40:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintDisplacement.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintDisplacement.h:43:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintDisplacement.h:43:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintDisplacement.h:53:23: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintDisplacement.h:53:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintDisplacement.h:99:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintDisplacement.h:99:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintDisplacement.h:115:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintDisplacement.h:115:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintDisplacement.h:116:10: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintDisplacement.h:116:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFixed.h:74:5: style: Class 'TaskDlgFemConstraintFixed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFixed.h:41:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFixed.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFixed.h:44:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFixed.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFixed.h:50:23: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFixed.h:50:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFixed.h:60:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFixed.h:60:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFixed.h:76:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFixed.h:76:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFixed.h:77:10: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFixed.h:77:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:854:9: style: Variable 'scale' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:853:0: note: Variable 'scale' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:854:9: note: Variable 'scale' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:863:13: style: Variable 'pHeatTransfering' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:861:0: note: Variable 'pHeatTransfering' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:863:13: note: Variable 'pHeatTransfering' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:864:13: style: Variable 'pTurbulenceModel' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:862:0: note: Variable 'pTurbulenceModel' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:864:13: note: Variable 'pTurbulenceModel' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:113:5: style: Class 'TaskDlgFemConstraintFluidBoundary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFluidBoundary.h:41:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFluidBoundary.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFluidBoundary.h:44:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFluidBoundary.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:73:31: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:73:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:89:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:89:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:92:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:60:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:92:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:117:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:117:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:118:18: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.h:118:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:765:5: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintFluidBoundary.cpp:775:5: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:83:5: style: Class 'TaskDlgFemConstraintForce' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintForce.h:41:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintForce.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintForce.h:44:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintForce.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:55:31: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:55:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:67:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:67:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:70:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:60:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:70:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:87:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:87:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:88:18: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.h:88:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.cpp:290:5: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintForce.cpp:300:5: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.cpp:179:54: style: Function 'onDiameterChanged' argument 1 names different: declaration 'dia' definition 'l'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:52:35: note: Function 'onDiameterChanged' argument 1 names different: declaration 'dia' definition 'l'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.cpp:179:54: note: Function 'onDiameterChanged' argument 1 names different: declaration 'dia' definition 'l'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.cpp:185:51: style: Function 'onForceChanged' argument 1 names different: declaration 'force' definition 'f'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:53:32: note: Function 'onForceChanged' argument 1 names different: declaration 'force' definition 'f'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.cpp:185:51: note: Function 'onForceChanged' argument 1 names different: declaration 'force' definition 'f'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.cpp:191:56: style: Function 'onForceAngleChanged' argument 1 names different: declaration 'angle' definition 'a'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:54:37: note: Function 'onForceAngleChanged' argument 1 names different: declaration 'angle' definition 'a'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.cpp:191:56: note: Function 'onForceAngleChanged' argument 1 names different: declaration 'angle' definition 'a'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:70:5: style: Class 'TaskDlgFemConstraintGear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintGear.h:41:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintGear.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintGear.h:44:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintGear.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:59:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:59:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:60:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:60:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:73:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintBearing.h:86:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:73:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.cpp:230:5: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.cpp:240:5: performance: Returning the result of c_str() in a function that returns std::string is slow and redundant. [stlcstrReturn]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintHeatflux.h:85:5: style: Class 'TaskDlgFemConstraintHeatflux' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintHeatflux.h:40:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintHeatflux.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintHeatflux.h:43:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintHeatflux.h:43:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintHeatflux.h:57:31: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintHeatflux.h:57:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintHeatflux.h:72:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintHeatflux.h:72:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintHeatflux.h:87:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintHeatflux.h:87:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintHeatflux.h:88:18: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintHeatflux.h:88:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintInitialTemperature.cpp:73:49: style: Variable 'Objects' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintInitialTemperature.cpp:74:44: style: Variable 'SubElements' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintInitialTemperature.h:70:5: style: Class 'TaskDlgFemConstraintInitialTemperature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintInitialTemperature.h:40:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintInitialTemperature.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintInitialTemperature.h:43:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintInitialTemperature.h:43:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintInitialTemperature.h:56:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintInitialTemperature.h:56:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintInitialTemperature.h:72:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintInitialTemperature.h:72:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintInitialTemperature.h:73:10: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintInitialTemperature.h:73:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPlaneRotation.h:77:5: style: Class 'TaskDlgFemConstraintPlaneRotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPlaneRotation.h:40:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPlaneRotation.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPlaneRotation.h:43:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPlaneRotation.h:43:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPlaneRotation.h:53:23: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPlaneRotation.h:53:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPlaneRotation.h:63:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPlaneRotation.h:63:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPlaneRotation.h:79:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPlaneRotation.h:79:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPlaneRotation.h:80:10: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPlaneRotation.h:80:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPressure.h:80:5: style: Class 'TaskDlgFemConstraintPressure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPressure.h:38:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPressure.h:38:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPressure.h:41:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPressure.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPressure.h:53:23: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPressure.h:53:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPressure.h:66:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPressure.h:66:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPressure.h:82:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPressure.h:82:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPressure.h:83:10: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPressure.h:83:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.cpp:110:61: style: Function 'onOtherDiameterChanged' argument 1 names different: declaration 'dia' definition 'l'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.h:50:40: note: Function 'onOtherDiameterChanged' argument 1 names different: declaration 'dia' definition 'l'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.cpp:110:61: note: Function 'onOtherDiameterChanged' argument 1 names different: declaration 'dia' definition 'l'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.cpp:116:62: style: Function 'onCenterDistanceChanged' argument 1 names different: declaration 'dia' definition 'l'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.h:51:41: note: Function 'onCenterDistanceChanged' argument 1 names different: declaration 'dia' definition 'l'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.cpp:116:62: note: Function 'onCenterDistanceChanged' argument 1 names different: declaration 'dia' definition 'l'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.h:65:5: style: Class 'TaskDlgFemConstraintPulley' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPulley.h:41:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPulley.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPulley.h:44:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPulley.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.h:56:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.h:56:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.h:68:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintGear.h:73:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintPulley.h:68:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTemperature.h:82:5: style: Class 'TaskDlgFemConstraintTemperature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTemperature.h:40:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTemperature.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTemperature.h:43:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTemperature.h:43:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTemperature.h:53:23: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTemperature.h:53:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTemperature.h:68:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTemperature.h:68:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTemperature.h:84:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTemperature.h:84:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTemperature.h:85:10: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTemperature.h:85:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.cpp:172:48: style: Function 'x_Changed' argument 1 names different: declaration 'x' definition 'i'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:67:24: note: Function 'x_Changed' argument 1 names different: declaration 'x' definition 'i'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.cpp:172:48: note: Function 'x_Changed' argument 1 names different: declaration 'x' definition 'i'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.cpp:183:48: style: Function 'y_Changed' argument 1 names different: declaration 'y' definition 'i'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:68:24: note: Function 'y_Changed' argument 1 names different: declaration 'y' definition 'i'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.cpp:183:48: note: Function 'y_Changed' argument 1 names different: declaration 'y' definition 'i'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.cpp:194:48: style: Function 'z_Changed' argument 1 names different: declaration 'z' definition 'i'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:69:24: note: Function 'z_Changed' argument 1 names different: declaration 'z' definition 'i'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.cpp:194:48: note: Function 'z_Changed' argument 1 names different: declaration 'z' definition 'i'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:86:5: style: Class 'TaskDlgFemConstraintTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.h:41:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.h:44:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:53:23: style: The function 'getReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:43:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:53:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:72:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:72:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:88:10: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:88:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:89:10: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraint.h:90:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:89:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskFemConstraintTransform.h:58:63: performance: Function parameter 'showConstr' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.cpp:80:53: style: Function 'PointMarker' argument 1 names different: declaration 'view' definition 'iv'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:62:44: note: Function 'PointMarker' argument 1 names different: declaration 'view' definition 'iv'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.cpp:80:53: note: Function 'PointMarker' argument 1 names different: declaration 'view' definition 'iv'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.cpp:147:51: style: Function 'DataMarker' argument 1 names different: declaration 'view' definition 'iv'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:100:43: note: Function 'DataMarker' argument 1 names different: declaration 'view' definition 'iv'.
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.cpp:147:51: note: Function 'DataMarker' argument 1 names different: declaration 'view' definition 'iv'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:73:5: warning: Member variable 'FunctionWidget::m_block' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:73:5: warning: Member variable 'FunctionWidget::m_view' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:73:5: warning: Member variable 'FunctionWidget::m_object' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:168:5: style: Class 'TaskDlgPost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:176:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:76:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:176:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:177:18: style: The function 'onChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:87:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:177:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:178:18: style: The function 'setViewProvider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:178:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:196:29: style: The function 'createControlWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:136:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:196:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:199:18: style: The function 'draggerUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:149:33: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:199:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:212:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:76:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:212:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:213:18: style: The function 'onChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:87:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:213:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:214:18: style: The function 'setViewProvider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:214:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:232:31: style: The function 'setupManipulator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:148:33: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:232:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:233:29: style: The function 'createControlWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:136:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:233:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:236:18: style: The function 'draggerUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:149:33: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:236:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:205:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:141:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:205:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:206:18: style: The function 'isGuiTaskOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:142:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:206:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:227:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:141:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:227:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:238:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:141:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:238:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:263:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:141:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:263:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:293:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:141:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:293:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:317:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:141:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:317:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:338:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:141:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:338:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:362:18: style: The function 'applyPythonCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:141:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.h:362:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:42:18: style: The function 'setupTaskDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.h:120:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:42:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:55:18: style: The function 'setupTaskDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.h:120:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:55:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:68:18: style: The function 'setupTaskDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.h:120:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:68:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:80:18: style: The function 'setupTaskDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.h:120:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:80:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:93:18: style: The function 'setupTaskDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.h:120:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:93:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:106:18: style: The function 'setupTaskDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.h:120:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFilter.h:106:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.cpp:80:69: performance: Function parameter 'ObjName' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/Gui/TaskPostBoxes.cpp:147:67: performance: Function parameter 'ObjName' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderAnalysis.cpp:112:0: error: Memory leak: func [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.cpp:456:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraint.cpp:172:81: performance: Function parameter 'showConstr' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintContact.cpp:125:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintContact.cpp:163:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintDisplacement.cpp:295:13: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintDisplacement.cpp:191:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintDisplacement.cpp:295:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFixed.cpp:147:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFixed.cpp:162:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFluidBoundary.cpp:184:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFluidBoundary.cpp:223:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFluidBoundary.cpp:273:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintFluidBoundary.cpp:288:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintForce.cpp:153:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintForce.cpp:192:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintHeatflux.cpp:124:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintHeatflux.cpp:189:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPlaneRotation.cpp:123:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPlaneRotation.cpp:186:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPressure.cpp:132:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintPressure.cpp:154:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTemperature.cpp:123:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTemperature.cpp:179:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.cpp:261:13: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.cpp:136:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.cpp:261:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.cpp:295:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.cpp:308:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp:962:22: style: The scope of the variable 'iX' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp:963:22: style: The scope of the variable 'iY' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp:964:22: style: The scope of the variable 'iZ' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp:253:55: style: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.h:80:38: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp:253:55: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp:715:51: style: Function 'createMesh' argument 7 names different: declaration 'edgeOnly' definition 'onlyEdges'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.h:55:27: note: Function 'createMesh' argument 7 names different: declaration 'edgeOnly' definition 'onlyEdges'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp:715:51: note: Function 'createMesh' argument 7 names different: declaration 'edgeOnly' definition 'onlyEdges'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp:985:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp:987:32: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMeshPyImp.cpp:67:12: style: The scope of the variable 'max' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemMeshPyImp.cpp:68:12: style: The scope of the variable 'min' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:163:63: style: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:130:38: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:163:63: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:250:77: style: Function 'dragMotionCallback' argument 2 names different: declaration 'd' definition 'drag'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:158:61: note: Function 'dragMotionCallback' argument 2 names different: declaration 'd' definition 'drag'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:250:77: note: Function 'dragMotionCallback' argument 2 names different: declaration 'd' definition 'drag'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:346:65: style: Function 'draggerUpdate' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:199:43: note: Function 'draggerUpdate' argument 1 names different: declaration 'mat' definition 'm'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:346:65: note: Function 'draggerUpdate' argument 1 names different: declaration 'mat' definition 'm'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:516:66: style: Function 'draggerUpdate' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.h:236:43: note: Function 'draggerUpdate' argument 1 names different: declaration 'mat' definition 'm'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:516:66: note: Function 'draggerUpdate' argument 1 names different: declaration 'mat' definition 'm'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:137:30: warning: Member variable 'ViewProviderFemPostFunction::m_manip' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostFunction.cpp:137:30: warning: Member variable 'ViewProviderFemPostFunction::m_autoRecompute' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp:321:5: style: Variable 'normals' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp:313:0: note: Variable 'normals' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp:321:5: note: Variable 'normals' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp:322:5: style: Variable 'tcoords' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp:314:0: note: Variable 'tcoords' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp:322:5: note: Variable 'tcoords' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp:146:61: style: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.h:85:38: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp:146:61: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:155:0: error: Memory leak: model [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:155:0: error: Memory leak: mech [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:155:0: error: Memory leak: thermal [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:155:0: error: Memory leak: mesh [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:155:0: error: Memory leak: fluid [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:155:0: error: Memory leak: electrostat [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:155:0: error: Memory leak: solve [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:155:0: error: Memory leak: results [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:265:0: error: Memory leak: mech [memleak]
FreeCAD-0.17/src/Mod/Fem/Gui/Workbench.cpp:265:0: error: Memory leak: thermal [memleak]
FreeCAD-0.17/src/Mod/Image/App/AppImage.cpp:47:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Image/App/ImageBase.h:56:18: warning: Virtual function 'clear' is called from destructor '~ImageBase()' at line 44. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Image/App/ImageBase.cpp:44:9: note: Calling clear
FreeCAD-0.17/src/Mod/Image/App/ImageBase.h:56:18: note: clear is a virtual method
FreeCAD-0.17/src/Mod/Image/App/ImageBase.h:57:17: warning: Virtual function 'createCopy' is called from copy constructor 'ImageBase(const ImageBase&rhs)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Image/App/ImageBase.cpp:58:13: note: Calling createCopy
FreeCAD-0.17/src/Mod/Image/App/ImageBase.h:57:17: note: createCopy is a virtual method
FreeCAD-0.17/src/Mod/Image/Gui/AppImageGui.cpp:40:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.h:43:5: style: Class 'ImageView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.h:56:18: warning: Virtual function 'enableStatusBar' is called from constructor 'ImageView(QWidget*parent)' at line 84. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.cpp:84:3: note: Calling enableStatusBar
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.h:56:18: note: enableStatusBar is a virtual method
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.h:82:18: warning: Virtual function 'createActions' is called from constructor 'ImageView(QWidget*parent)' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.cpp:91:3: note: Calling createActions
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.h:82:18: note: createActions is a virtual method
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.h:76:18: warning: Virtual function 'drawGraphics' is called from constructor 'ImageView(QWidget*parent)' at line 94. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.cpp:94:32: note: Calling drawGraphics
FreeCAD-0.17/src/Mod/Image/Gui/ImageView.h:76:18: note: drawGraphics is a virtual method
FreeCAD-0.17/src/Mod/Image/Gui/OpenGLImageBox.cpp:115:65: style: Function 'handleLoggedMessage' argument 1 names different: declaration 'debugMessage' definition 'message'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Image/Gui/OpenGLImageBox.h:82:57: note: Function 'handleLoggedMessage' argument 1 names different: declaration 'debugMessage' definition 'message'.
FreeCAD-0.17/src/Mod/Image/Gui/OpenGLImageBox.cpp:115:65: note: Function 'handleLoggedMessage' argument 1 names different: declaration 'debugMessage' definition 'message'.
FreeCAD-0.17/src/Mod/Image/Gui/ViewProviderImagePlane.cpp:74:58: style: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Image/Gui/ViewProviderImagePlane.h:48:38: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Image/Gui/ViewProviderImagePlane.cpp:74:58: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Image/Gui/Workbench.cpp:59:0: error: Memory leak: part [memleak]
FreeCAD-0.17/src/Mod/Image/Gui/Workbench.cpp:71:0: error: Memory leak: img [memleak]
FreeCAD-0.17/src/Mod/Import/App/AppImport.cpp:39:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Import/App/AppImportPy.cpp:222:13: style: Variable 'keepExplicitPlacement' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Import/App/AppImportPy.cpp:221:0: note: Variable 'keepExplicitPlacement' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Import/App/AppImportPy.cpp:222:13: note: Variable 'keepExplicitPlacement' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:58:5: style: Class 'ImportOCAF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:87:5: style: Class 'ExportOCAF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:114:5: style: Class 'ImportXCAF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:256:21: style: Variable 'pcPart' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:255:0: note: Variable 'pcPart' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:256:21: note: Variable 'pcPart' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:294:41: style: The scope of the variable 'ctVertices' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:294:57: style: The scope of the variable 'ctEdges' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:137:48: style: Function 'loadShapes' argument 3 names different: declaration 'partname' definition 'defaultname'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:64:88: note: Function 'loadShapes' argument 3 names different: declaration 'partname' definition 'defaultname'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:137:48: note: Function 'loadShapes' argument 3 names different: declaration 'partname' definition 'defaultname'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:420:50: style: Function 'createShape' argument 1 names different: declaration 'label' definition 'aShape'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:66:42: note: Function 'createShape' argument 1 names different: declaration 'label' definition 'aShape'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:420:50: note: Function 'createShape' argument 1 names different: declaration 'label' definition 'aShape'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:499:51: style: Function 'createNode' argument 2 names different: declaration 'root_it' definition 'root_id'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:83:43: note: Function 'createNode' argument 2 names different: declaration 'root_it' definition 'root_id'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:499:51: note: Function 'createNode' argument 2 names different: declaration 'root_it' definition 'root_id'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:714:31: style: Function 'pushNode' argument 1 names different: declaration 'root' definition 'root_id'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:99:23: note: Function 'pushNode' argument 1 names different: declaration 'root' definition 'root_id'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:714:31: note: Function 'pushNode' argument 1 names different: declaration 'root' definition 'root_id'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:714:44: style: Function 'pushNode' argument 2 names different: declaration 'node' definition 'node_id'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:99:33: note: Function 'pushNode' argument 2 names different: declaration 'node' definition 'node_id'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:714:44: note: Function 'pushNode' argument 2 names different: declaration 'node' definition 'node_id'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:291:29: style: Unused variable: colors [unusedVariable]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:829:17: style: Variable 'faceColors' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:121:18: style: Unused private function: 'ImportXCAF::applyColors' [unusedPrivateFunction]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:83:10: performance: Technically the member function 'Import::ExportOCAF::createNode' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:499:18: note: Technically the member function 'Import::ExportOCAF::createNode' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:83:10: note: Technically the member function 'Import::ExportOCAF::createNode' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:88:9: style: Technically the member function 'Import::ExportOCAF::saveShape' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:527:17: note: Technically the member function 'Import::ExportOCAF::saveShape' can be const.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:88:9: note: Technically the member function 'Import::ExportOCAF::saveShape' can be const.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:92:10: performance: Technically the member function 'Import::ExportOCAF::reallocateFreeShape' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:646:18: note: Technically the member function 'Import::ExportOCAF::reallocateFreeShape' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:92:10: note: Technically the member function 'Import::ExportOCAF::reallocateFreeShape' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:96:10: performance: Technically the member function 'Import::ExportOCAF::getFreeLabels' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:628:18: note: Technically the member function 'Import::ExportOCAF::getFreeLabels' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:96:10: note: Technically the member function 'Import::ExportOCAF::getFreeLabels' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:99:10: performance: Technically the member function 'Import::ExportOCAF::pushNode' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:714:18: note: Technically the member function 'Import::ExportOCAF::pushNode' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.h:99:10: note: Technically the member function 'Import::ExportOCAF::pushNode' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:589:17: style: Redundant checking of STL container element existence before removing it. [redundantIfRemove]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAF.cpp:679:25: style: Redundant checking of STL container element existence before removing it. [redundantIfRemove]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.cpp:141:108: style: Function 'loadShapes' argument 3 names different: declaration 'partname' definition 'defaultname'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.h:63:88: note: Function 'loadShapes' argument 3 names different: declaration 'partname' definition 'defaultname'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.cpp:141:108: note: Function 'loadShapes' argument 3 names different: declaration 'partname' definition 'defaultname'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.cpp:263:58: style: Function 'createShape' argument 1 names different: declaration 'label' definition 'aShape'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.h:65:42: note: Function 'createShape' argument 1 names different: declaration 'label' definition 'aShape'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.cpp:263:58: note: Function 'createShape' argument 1 names different: declaration 'label' definition 'aShape'.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.h:59:26: style: Member variable 'ImportOCAFAssembly::targetObj' is in the wrong place in the initializer list. [initializerList]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.cpp:84:7: note: Member variable 'ImportOCAFAssembly::targetObj' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.h:59:26: note: Member variable 'ImportOCAFAssembly::targetObj' is in the wrong place in the initializer list.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.h:58:17: performance: Technically the member function 'Import::ImportOCAFAssembly::getName' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.cpp:108:33: note: Technically the member function 'Import::ImportOCAFAssembly::getName' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.h:58:17: note: Technically the member function 'Import::ImportOCAFAssembly::getName' can be static.
FreeCAD-0.17/src/Mod/Import/App/ImportOCAFAssembly.h:52:5: style: Class 'ImportOCAFAssembly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Import/App/StepShape.h:43:9: performance: Technically the member function 'Import::StepShape::read' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Import/App/StepShape.cpp:52:16: note: Technically the member function 'Import::StepShape::read' can be static.
FreeCAD-0.17/src/Mod/Import/App/StepShape.h:43:9: note: Technically the member function 'Import::StepShape::read' can be static.
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGui.cpp:46:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGuiPy.cpp:520:13: style: Variable 'keepExplicitPlacement' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGuiPy.cpp:519:0: note: Variable 'keepExplicitPlacement' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGuiPy.cpp:520:13: note: Variable 'keepExplicitPlacement' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGuiPy.cpp:443:13: style: The scope of the variable 'root_id' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGuiPy.cpp:453:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGuiPy.cpp:128:9: performance: Variable 'myGroupIcon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGuiPy.cpp:148:17: performance: Technically the member function 'OCAFBrowser::toString' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGuiPy.cpp:125:5: style: Class 'OCAFBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Import/Gui/AppImportGuiPy.cpp:277:5: style: Class 'ImportOCAFExt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Inspection/App/AppInspection.cpp:60:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:184:27: style: The scope of the variable 'ulX' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:184:32: style: The scope of the variable 'ulY' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:184:37: style: The scope of the variable 'ulZ' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:276:5: style: Class 'InspectNominalMesh' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:276:5: style: Class 'InspectNominalMesh' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:337:5: style: Class 'InspectNominalFastMesh' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:337:5: style: Class 'InspectNominalFastMesh' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:394:11: style: Class 'InspectNominalPoints' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:394:11: style: Class 'InspectNominalPoints' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:429:5: style: Class 'InspectNominalShape' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:429:5: style: Class 'InspectNominalShape' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:63:5: style: Class 'InspectActualMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:76:5: style: Class 'InspectActualPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:87:5: style: Class 'InspectActualShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:65:27: style: The function 'countPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:56:27: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:65:27: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:66:28: style: The function 'getPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:57:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:66:28: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:77:27: style: The function 'countPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:56:27: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:77:27: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:78:28: style: The function 'getPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:57:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:78:28: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:88:27: style: The function 'countPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:56:27: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:88:27: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:89:28: style: The function 'getPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:57:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:89:28: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:110:19: style: The function 'getDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:102:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:110:19: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:123:19: style: The function 'getDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:102:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:123:19: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:137:19: style: The function 'getDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:102:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:137:19: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:149:19: style: The function 'getDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:102:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.h:149:19: note: Function in derived class
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:647:61: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Inspection/App/InspectionFeature.cpp:293:9: style: Reading from empty STL container 'indices' [reademptycontainer]
FreeCAD-0.17/src/Mod/Inspection/Gui/AppInspectionGui.cpp:65:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Inspection/Gui/ViewProviderInspection.cpp:396:5: style: Class 'ViewProviderProxyObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Inspection/Gui/VisualInspection.cpp:48:5: style: Class 'SingleSelectionItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Inspection/Gui/VisualInspection.cpp:53:5: style: Class 'SingleSelectionItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Measure/App/AppMeasure.cpp:58:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Mesh/App/AppMesh.cpp:52:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:991:20: style: The scope of the variable 'side' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.inl:238:26: style: The scope of the variable 'iChildP1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.inl:238:36: style: The scope of the variable 'iMaxChild' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:769:88: style: Function 'ContainedByOrIntersectBoundingBox' argument 1 names different: declaration 'rcBB' definition 'rclBB'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:410:74: note: Function 'ContainedByOrIntersectBoundingBox' argument 1 names different: declaration 'rcBB' definition 'rclBB'.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:769:88: note: Function 'ContainedByOrIntersectBoundingBox' argument 1 names different: declaration 'rcBB' definition 'rclBB'.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:965:74: style: Function 'Side' argument 2 names different: declaration 'P1' definition 'ulP1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:240:65: note: Function 'Side' argument 2 names different: declaration 'P1' definition 'ulP1'.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:965:74: note: Function 'Side' argument 2 names different: declaration 'P1' definition 'ulP1'.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:989:57: style: Function 'Side' argument 1 names different: declaration 'rcFace' definition 'rFace'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:245:48: note: Function 'Side' argument 1 names different: declaration 'rcFace' definition 'rFace'.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:989:57: note: Function 'Side' argument 1 names different: declaration 'rcFace' definition 'rFace'.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Iterator.h:432:27: warning: Member variable 'MeshPointIterator::_clPoint' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:526:5: warning: Member variable 'FunctionContainer::dKoeff' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:526:5: warning: Member variable 'FunctionContainer::pImplSurf' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.inl:21:33: warning: Member variable 'TMinHeapRecord::m_iIndex' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TStringHashTable.h:61:9: warning: Member variable 'HashItem::m_pkNext' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/Facet.h:51:5: style: 'Facet::operator=' should return 'Facet &'. [operatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/Segment.h:47:5: style: 'Segment::operator=' should return 'Segment &'. [operatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:87:5: style: 'MeshObject::operator=' should return 'MeshObject &'. [operatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TSmallUnorderedSet.inl:68:47: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshKernel.h:434:17: style: Technically the member function 'MeshCore::MeshKernel::AdjustNormal' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshKernel.h:519:25: note: Technically the member function 'MeshCore::MeshKernel::AdjustNormal' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshKernel.h:434:17: note: Technically the member function 'MeshCore::MeshKernel::AdjustNormal' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Iterator.h:276:15: style: Technically the member function 'MeshCore::MeshFastFacetIterator::Next' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Iterator.h:300:36: note: Technically the member function 'MeshCore::MeshFastFacetIterator::Next' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Iterator.h:276:15: note: Technically the member function 'MeshCore::MeshFastFacetIterator::Next' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:465:12: style: Technically the member function 'MeshCore::FunctionContainer::F' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:473:12: style: Technically the member function 'MeshCore::FunctionContainer::Fx' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:477:12: style: Technically the member function 'MeshCore::FunctionContainer::Fy' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:481:12: style: Technically the member function 'MeshCore::FunctionContainer::Fz' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:487:12: style: Technically the member function 'MeshCore::FunctionContainer::Fxx' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:492:12: style: Technically the member function 'MeshCore::FunctionContainer::Fxy' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:497:12: style: Technically the member function 'MeshCore::FunctionContainer::Fxz' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:502:12: style: Technically the member function 'MeshCore::FunctionContainer::Fyy' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:507:12: style: Technically the member function 'MeshCore::FunctionContainer::Fyz' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:512:12: style: Technically the member function 'MeshCore::FunctionContainer::Fzz' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.h:78:10: style: Technically the member function 'Wm4::TMinHeap::IsValid' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.inl:329:32: note: Technically the member function 'Wm4::TMinHeap::IsValid' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.h:78:10: note: Technically the member function 'Wm4::TMinHeap::IsValid' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.h:80:10: style: Technically the member function 'Wm4::TMinHeap::Print' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.inl:359:32: note: Technically the member function 'Wm4::TMinHeap::Print' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.h:80:10: note: Technically the member function 'Wm4::TMinHeap::Print' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TSmallUnorderedSet.h:64:10: style: Technically the member function 'Wm4::TSmallUnorderedSet::Exists' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TSmallUnorderedSet.inl:220:29: note: Technically the member function 'Wm4::TSmallUnorderedSet::Exists' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TSmallUnorderedSet.h:64:10: note: Technically the member function 'Wm4::TSmallUnorderedSet::Exists' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:381:9: style: Class 'FunctionContainer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:381:9: style: Class 'FunctionContainer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4THashSet.inl:29:5: style: Class 'THashSet' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4THashSet.inl:29:5: style: Class 'THashSet' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4THashTable.inl:29:5: style: Class 'THashTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4THashTable.inl:29:5: style: Class 'THashTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.inl:51:5: style: Class 'TMinHeap' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TMinHeap.inl:51:5: style: Class 'TMinHeap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TStringHashTable.inl:29:5: style: Class 'TStringHashTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TStringHashTable.inl:29:5: style: Class 'TStringHashTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:102:3: style: Class 'MeshPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:505:3: style: Class 'MeshPointArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:556:5: style: Class 'MeshFacetArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:601:5: style: Class 'MeshPointModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:622:5: style: Class 'MeshFacetModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.h:89:5: style: Class 'MeshInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.h:140:5: style: Class 'MeshOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:121:5: style: Class 'MeshTopFacetVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:130:5: style: Class 'MeshSameOrientationCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:145:5: style: Class 'MeshEvalOrientation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:161:5: style: Class 'MeshFixOrientation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:175:3: style: Class 'MeshEvalSolid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:191:5: style: Class 'MeshEvalTopology' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:235:5: style: Class 'MeshEvalPointManifolds' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:261:3: style: Class 'MeshEvalSingleFacet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:291:5: style: Class 'MeshEvalSelfIntersection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:329:3: style: Class 'MeshEvalNeighbourhood' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:342:3: style: Class 'MeshFixNeighbourhood' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:360:3: style: Class 'MeshEigensystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Iterator.h:53:3: style: Class 'MeshFacetIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Iterator.h:176:3: style: Class 'MeshPointIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Iterator.h:272:3: style: Class 'MeshFastFacetIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:52:3: style: Class 'PolynomialSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:378:5: style: Class 'FunctionContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4THashSet.h:44:5: style: Class 'THashSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4THashTable.h:49:5: style: Class 'THashTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TStringHashTable.h:37:5: style: Class 'TStringHashTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Vector3.h:33:5: style: Class 'Vector3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:598:1: warning: The class 'MeshPointModifier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.h:619:1: warning: The class 'MeshFacetModifier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:80:17: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:80:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:124:18: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:124:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:151:10: style: The function 'AllowVisit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:151:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:153:10: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:153:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:98:10: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:98:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:117:10: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:117:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:132:10: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:132:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:147:10: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:147:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:163:10: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:163:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:177:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:177:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:193:18: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:193:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:215:10: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:215:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:237:18: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:237:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:263:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:193:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:263:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:276:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:276:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:294:10: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:294:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:313:10: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:313:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:331:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:331:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:344:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:344:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:370:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:370:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:209:11: style: The function 'Fit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:155:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:209:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:287:11: style: The function 'Fit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:155:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:287:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:350:11: style: The function 'Fit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:155:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:350:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:541:11: style: The function 'Fit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:155:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.h:541:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshImport.h:52:34: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshImport.h:52:34: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:469:17: style: The scope of the variable 'ulX' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:469:22: style: The scope of the variable 'ulY' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:469:27: style: The scope of the variable 'ulZ' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.cpp:1085:10: style: The scope of the variable 'bNoPointInside' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Iterator.h:327:27: warning: Member variable 'MeshFacetIterator::_clFacet' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.cpp:423:9: performance: Possible inefficient checking for 'aclEdges' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.cpp:436:12: performance: Possible inefficient checking for 'aclEdges' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.cpp:480:17: performance: Possible inefficient checking for 'aclEdges' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.cpp:309:26: style: The scope of the variable 'fDist' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Approximation.cpp:333:26: style: The scope of the variable 'fDist' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Tools.h:72:5: style: Struct 'CDistRad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Tools.h:147:5: style: Class 'MeshFaceIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Tools.h:162:5: style: Class 'MeshVertexIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Curvature.cpp:345:5: style: Class 'FitPointCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Simplify.h:256:13: style: Variable 'bordercount' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Simplify.h:52:12: style: Technically the member function 'SymetricMatrix::det' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Simplify.h:96:12: performance: Technically the member function 'Simplify::vertex_error' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Simplify.h:473:18: note: Technically the member function 'Simplify::vertex_error' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Simplify.h:96:12: note: Technically the member function 'Simplify::vertex_error' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/Core/Simplify.h:26:5: style: Class 'SymetricMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.cpp:368:14: style: The scope of the variable 'fA' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.cpp:368:18: style: The scope of the variable 'fD' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.cpp:369:20: style: The scope of the variable 'ulP1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.cpp:369:26: style: The scope of the variable 'ulP2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.cpp:369:32: style: The scope of the variable 'ulP3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Elements.cpp:433:11: style: The scope of the variable 'fCosAngle' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/tritritest.h:284:17: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Mesh/App/Core/tritritest.h:418:18: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Mesh/App/Core/tritritest.h:644:17: style: Variable 'max' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.cpp:190:33: style: The scope of the variable 'ulVisited' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.cpp:1071:11: style: The scope of the variable 'fH' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.cpp:356:9: style: The scope of the variable 'fFactorVolumen' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/KDTree.cpp:59:4: style: 'Point3d::operator=' should return 'Point3d &'. [operatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/Core/KDTree.cpp:36:1: warning: The struct 'Point3d' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1670:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1669:0: note: Variable 'ok' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1670:9: note: Variable 'ok' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1682:9: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1681:0: note: Variable 'ok' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1682:9: note: Variable 'ok' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:58:9: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:59:9: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:72:9: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:72:12: style: The scope of the variable 'sl' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1805:26: style: The scope of the variable 'pclFacet' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1982:26: style: The scope of the variable 'pclFacet' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:2248:9: style: The scope of the variable 'f1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:2248:13: style: The scope of the variable 'f2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:2248:17: style: The scope of the variable 'f3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:2324:9: style: The scope of the variable 'f1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:2324:13: style: The scope of the variable 'f2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:2324:17: style: The scope of the variable 'f3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:2581:26: style: The scope of the variable 'pclFacet' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1466:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1469:18: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1473:18: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1482:18: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshIO.cpp:1491:18: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshKernel.cpp:428:25: style: The scope of the variable 'ulNFacet' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/MeshKernel.cpp:838:14: style: The scope of the variable 'open_edge' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.cpp:193:19: style: The scope of the variable 'startFacet' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Core/SetOperations.h:85:7: warning: Member variable 'Edge::pt1' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/Core/SetOperations.h:85:7: warning: Member variable 'Edge::pt2' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/Core/SetOperations.h:85:7: warning: Member variable 'Edge::facetIdx' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/Core/SetOperations.h:89:7: warning: Member variable 'Edge::pt1' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/Core/SetOperations.h:89:7: warning: Member variable 'Edge::pt2' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/Core/SetOperations.h:89:7: warning: Member variable 'Edge::facetIdx' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/Core/SetOperations.h:89:23: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Mesh/App/Core/SetOperations.h:89:37: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.cpp:377:13: style: Variable 'm' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Trim.cpp:235:22: style: The scope of the variable 'bPushBack' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Exporter.cpp:330:36: style: The scope of the variable 'facet' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/Exporter.cpp:233:9: style: Class 'AmfExporter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Exporter.cpp:233:9: style: Class 'AmfExporter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Curvature.h:57:5: style: Class 'MeshCurvature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:53:3: style: Class 'MeshEvalInvalids' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:79:3: style: Class 'MeshFixInvalids' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:104:3: style: Class 'MeshEvalDuplicatePoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:130:3: style: Class 'MeshFixDuplicatePoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:152:3: style: Class 'MeshEvalNaNPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:178:3: style: Class 'MeshFixNaNPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:202:3: style: Class 'MeshEvalDuplicateFacets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:228:3: style: Class 'MeshFixDuplicateFacets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:249:3: style: Class 'MeshEvalInternalFacets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:408:5: style: Class 'MeshEvalDentsOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:421:5: style: Class 'MeshFixDentsOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:435:5: style: Class 'MeshEvalFoldsOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:454:5: style: Class 'MeshEvalFoldsOnBoundary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:467:5: style: Class 'MeshFixFoldsOnBoundary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:480:5: style: Class 'MeshEvalFoldOversOnSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:525:3: style: Class 'MeshEvalRangeFacet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:551:3: style: Class 'MeshFixRangeFacet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:573:3: style: Class 'MeshEvalRangePoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:599:3: style: Class 'MeshFixRangePoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:622:3: style: Class 'MeshEvalCorruptedFacets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:649:3: style: Class 'MeshFixCorruptedFacets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:59:3: style: Class 'MeshAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:328:5: style: Class 'PointCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:346:5: style: Class 'FacetCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:367:5: style: Class 'MeshRefPointToFacets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:402:5: style: Class 'MeshRefFacetToFacets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:429:5: style: Class 'MeshRefPointToPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:458:5: style: Class 'MeshRefEdgeToFacets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:497:5: style: Class 'MeshRefNormalToPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/TopoAlgorithm.h:55:5: style: Class 'MeshTopoAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/TopoAlgorithm.h:317:5: style: Class 'MeshComponents' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:194:5: style: Class 'ConstraintDelaunayTriangulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:80:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:80:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:100:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:100:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:120:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:120:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:140:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:140:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:160:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:160:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:180:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:180:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:204:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:204:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:224:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:224:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:246:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:246:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:267:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:56:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshDefects.h:267:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:61:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:61:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:87:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:87:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:112:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:112:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:138:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:138:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:160:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:160:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:186:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:186:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:210:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:210:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:236:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:236:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:257:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:257:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:292:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:292:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:326:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:326:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:358:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:358:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:392:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:392:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:411:10: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:411:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:424:10: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:424:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:438:10: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:438:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:457:10: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:457:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:470:10: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:470:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:483:10: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:483:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:502:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:502:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:533:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:533:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:559:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:559:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:581:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:581:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:607:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:607:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:630:8: style: The function 'Evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:55:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:630:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:657:8: style: The function 'Fixup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Evaluation.h:80:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Degeneration.h:657:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:330:18: style: The function 'Append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:322:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:330:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:348:10: style: The function 'Append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:322:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Algorithm.h:348:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:124:10: style: The function 'Triangulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:99:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:124:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:166:10: style: The function 'Triangulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:99:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:166:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:176:10: style: The function 'Triangulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:99:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:176:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:185:10: style: The function 'PostProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:185:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:188:10: style: The function 'Triangulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:99:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:188:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:198:10: style: The function 'Triangulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:99:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Triangulation.h:198:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSegmentByMesh.h:59:34: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSegmentByMesh.h:59:34: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSetOperations.h:57:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSetOperations.h:57:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:51:34: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:51:34: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:72:34: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:72:34: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:95:34: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:95:34: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:119:34: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:119:34: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:140:34: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:140:34: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:161:34: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshSolid.h:161:34: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransform.h:55:42: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:72:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransform.h:55:42: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransform.h:57:23: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/MeshFeature.h:77:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransform.h:57:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransformDemolding.h:47:23: warning: The class 'TransformDemolding' defines member variable with name 'Source' also defined in its parent class 'Transform'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransform.h:48:23: note: Parent variable 'Transform::Source'
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransformDemolding.h:47:23: note: Derived variable 'TransformDemolding::Source'
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransformDemolding.h:54:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransform.h:55:42: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransformDemolding.h:54:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransformDemolding.h:56:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransform.h:57:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/FeatureMeshTransformDemolding.h:56:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:423:51: style: Function 'swapKernel' argument 1 names different: declaration 'm' definition 'kernel'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:384:43: note: Function 'swapKernel' argument 1 names different: declaration 'm' definition 'kernel'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:423:51: note: Function 'swapKernel' argument 1 names different: declaration 'm' definition 'kernel'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:781:76: style: Function 'getPointDegree' argument 1 names different: declaration 'facets' definition 'indices'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:206:68: note: Function 'getPointDegree' argument 1 names different: declaration 'facets' definition 'indices'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:781:76: note: Function 'getPointDegree' argument 1 names different: declaration 'facets' definition 'indices'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:934:70: style: Function 'setPoint' argument 2 names different: declaration 'v' definition 'p'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:217:56: note: Function 'setPoint' argument 2 names different: declaration 'v' definition 'p'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:934:70: note: Function 'setPoint' argument 2 names different: declaration 'v' definition 'p'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:996:45: style: Function 'cut' argument 1 names different: declaration 'polygon' definition 'polygon2d'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:224:37: note: Function 'cut' argument 1 names different: declaration 'polygon' definition 'polygon2d'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:996:45: note: Function 'cut' argument 1 names different: declaration 'polygon' definition 'polygon2d'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1021:46: style: Function 'trim' argument 1 names different: declaration 'polygon' definition 'polygon2d'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:225:38: note: Function 'trim' argument 1 names different: declaration 'polygon' definition 'polygon2d'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1021:46: note: Function 'trim' argument 1 names different: declaration 'polygon' definition 'polygon2d'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1746:96: style: Function 'const_point_iterator' argument 1 names different: declaration 'pi' definition 'fi'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:320:58: note: Function 'const_point_iterator' argument 1 names different: declaration 'pi' definition 'fi'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1746:96: note: Function 'const_point_iterator' argument 1 names different: declaration 'pi' definition 'fi'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1755:119: style: Function 'operator=' argument 1 names different: declaration 'fi' definition 'pi'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:323:69: note: Function 'operator=' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1755:119: note: Function 'operator=' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1783:91: style: Function 'operator==' argument 1 names different: declaration 'fi' definition 'pi'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:326:53: note: Function 'operator==' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1783:91: note: Function 'operator==' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1788:91: style: Function 'operator!=' argument 1 names different: declaration 'fi' definition 'pi'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.h:327:53: note: Function 'operator!=' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:1788:91: note: Function 'operator!=' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Mesh/App/Mesh.cpp:85:11: performance: Variable '_segments' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Builder.h:115:5: style: Class 'MeshBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:187:3: style: Class 'MeshFacetGrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:250:3: style: Class 'MeshPointGrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:291:3: style: Class 'MeshGridIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Info.h:39:3: style: Class 'MeshInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:171:5: style: Class 'MeshSegmentAlgorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Decimation.h:35:5: style: Class 'MeshSimplify' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:216:16: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:130:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:216:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:220:16: style: The function 'Verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:132:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:220:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:232:17: style: The function 'HasElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:157:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:232:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:235:16: style: The function 'RebuildGrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:155:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:235:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:264:16: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:130:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:264:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:268:16: style: The function 'Verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:132:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:268:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:277:17: style: The function 'HasElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:157:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:277:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:280:16: style: The function 'RebuildGrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:155:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Grid.h:280:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:74:10: style: The function 'TestFacet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:43:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:74:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:75:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:44:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:75:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:76:10: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:45:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:76:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:77:10: style: The function 'AddFacet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:46:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:77:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:102:18: style: The function 'TestFacet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:43:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:102:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:103:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:44:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:103:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:115:18: style: The function 'TestFacet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:43:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:115:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:116:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:44:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:116:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:129:18: style: The function 'TestFacet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:43:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:129:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:130:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:44:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:130:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:144:18: style: The function 'TestFacet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:43:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:144:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:145:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:44:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:145:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:158:10: style: The function 'AllowVisit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:158:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:160:10: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/Core/Visitor.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/Core/Segmentation.h:160:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:195:66: style: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.h:95:50: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:195:66: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:254:61: style: Function 'getCurvature' argument 1 names different: declaration 'tMode' definition 'mode'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.h:130:42: note: Function 'getCurvature' argument 1 names different: declaration 'tMode' definition 'mode'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:254:61: note: Function 'getCurvature' argument 1 names different: declaration 'tMode' definition 'mode'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:302:69: style: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.h:144:50: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:302:69: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:447:50: style: Function 'setValuePtr' argument 1 names different: declaration 'm' definition 'mesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.h:188:34: note: Function 'setValuePtr' argument 1 names different: declaration 'm' definition 'mesh'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:447:50: note: Function 'setValuePtr' argument 1 names different: declaration 'm' definition 'mesh'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:457:53: style: Function 'setValue' argument 1 names different: declaration 'm' definition 'mesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.h:190:37: note: Function 'setValue' argument 1 names different: declaration 'm' definition 'mesh'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:457:53: note: Function 'setValue' argument 1 names different: declaration 'm' definition 'mesh'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:464:63: style: Function 'setValue' argument 1 names different: declaration 'm' definition 'mesh'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.h:192:47: note: Function 'setValue' argument 1 names different: declaration 'm' definition 'mesh'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshProperties.cpp:464:63: note: Function 'setValue' argument 1 names different: declaration 'm' definition 'mesh'.
FreeCAD-0.17/src/Mod/Mesh/App/MeshPyImp.cpp:54:5: style: Struct 'MeshPropertyLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/Segment.h:37:1: warning: The class 'Segment' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ApprCylinderFit3.cpp:109:0: style: The scope of the variable 'fB' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ApprCylinderFit3.cpp:109:0: style: The scope of the variable 'fC' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ApprCylinderFit3.cpp:205:0: style: The scope of the variable 'fB' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ApprCylinderFit3.h:62:5: style: Technically the member function 'Wm4::CylinderFit3::operatorReal' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ApprCylinderFit3.cpp:76:21: note: Technically the member function 'Wm4::CylinderFit3::operatorReal' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ApprCylinderFit3.h:62:5: note: Technically the member function 'Wm4::CylinderFit3::operatorReal' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4GVector.h:31:5: style: Class 'GVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Polynomial1.h:31:5: style: Class 'Polynomial1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:53:0: style: Class 'Wm4 :: PolynomialRoots < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:53:0: style: Class 'Wm4 :: PolynomialRoots < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.inl:69:53: style: Function 'DistanceTo' argument 1 names different: declaration 'rkQ' definition 'rkP'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.h:63:43: note: Function 'DistanceTo' argument 1 names different: declaration 'rkQ' definition 'rkP'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.inl:69:53: note: Function 'DistanceTo' argument 1 names different: declaration 'rkQ' definition 'rkP'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.inl:75:51: style: Function 'WhichSide' argument 1 names different: declaration 'rkP' definition 'rkQ'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.h:56:41: note: Function 'WhichSide' argument 1 names different: declaration 'rkP' definition 'rkQ'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.inl:75:51: note: Function 'WhichSide' argument 1 names different: declaration 'rkP' definition 'rkQ'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.inl:31:5: performance: Variable 'Constant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.inl:39:5: performance: Variable 'Constant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.inl:47:5: performance: Variable 'Constant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Plane3.inl:56:5: performance: Variable 'Normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Vector2.h:32:5: style: Class 'Vector2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix2.h:56:5: style: Class 'Matrix2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix2.h:81:5: style: Class 'Matrix2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix3.h:66:5: style: Class 'Matrix3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Vector4.h:33:5: style: Class 'Vector4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix4.h:52:5: style: Class 'Matrix4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:33:5: style: Class 'Eigen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:34:5: style: Class 'Eigen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:35:5: style: Class 'Eigen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:36:5: style: Class 'Eigen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:33:0: style: Class 'Wm4 :: Eigen < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:34:0: style: Class 'Wm4 :: Eigen < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:35:0: style: Class 'Wm4 :: Eigen < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:36:0: style: Class 'Wm4 :: Eigen < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:33:0: style: Class 'Wm4 :: Eigen < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:34:0: style: Class 'Wm4 :: Eigen < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:35:0: style: Class 'Wm4 :: Eigen < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.h:36:0: style: Class 'Wm4 :: Eigen < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4GVector.h:31:0: style: Class 'Wm4 :: GVector < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4GVector.h:31:0: style: Class 'Wm4 :: GVector < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix3.h:66:0: style: Class 'Wm4 :: Matrix3 < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix3.h:66:0: style: Class 'Wm4 :: Matrix3 < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix2.h:56:0: style: Class 'Wm4 :: Matrix2 < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix2.h:81:0: style: Class 'Wm4 :: Matrix2 < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix2.h:56:0: style: Class 'Wm4 :: Matrix2 < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Matrix2.h:81:0: style: Class 'Wm4 :: Matrix2 < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:31: style: Function 'Det3' argument 1 names different: declaration 'iX0' definition 'fX0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:76:28: note: Function 'Det3' argument 1 names different: declaration 'iX0' definition 'fX0'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:31: note: Function 'Det3' argument 1 names different: declaration 'iX0' definition 'fX0'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:41: style: Function 'Det3' argument 2 names different: declaration 'iY0' definition 'fY0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:76:38: note: Function 'Det3' argument 2 names different: declaration 'iY0' definition 'fY0'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:41: note: Function 'Det3' argument 2 names different: declaration 'iY0' definition 'fY0'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:51: style: Function 'Det3' argument 3 names different: declaration 'iZ0' definition 'fZ0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:76:48: note: Function 'Det3' argument 3 names different: declaration 'iZ0' definition 'fZ0'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:51: note: Function 'Det3' argument 3 names different: declaration 'iZ0' definition 'fZ0'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:61: style: Function 'Det3' argument 4 names different: declaration 'iX1' definition 'fX1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:76:58: note: Function 'Det3' argument 4 names different: declaration 'iX1' definition 'fX1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:61: note: Function 'Det3' argument 4 names different: declaration 'iX1' definition 'fX1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:71: style: Function 'Det3' argument 5 names different: declaration 'iY1' definition 'fY1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:76:68: note: Function 'Det3' argument 5 names different: declaration 'iY1' definition 'fY1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:149:71: note: Function 'Det3' argument 5 names different: declaration 'iY1' definition 'fY1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:150:10: style: Function 'Det3' argument 6 names different: declaration 'iZ1' definition 'fZ1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:77:14: note: Function 'Det3' argument 6 names different: declaration 'iZ1' definition 'fZ1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:150:10: note: Function 'Det3' argument 6 names different: declaration 'iZ1' definition 'fZ1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:150:20: style: Function 'Det3' argument 7 names different: declaration 'iX2' definition 'fX2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:77:24: note: Function 'Det3' argument 7 names different: declaration 'iX2' definition 'fX2'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:150:20: note: Function 'Det3' argument 7 names different: declaration 'iX2' definition 'fX2'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:150:30: style: Function 'Det3' argument 8 names different: declaration 'iY2' definition 'fY2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:77:34: note: Function 'Det3' argument 8 names different: declaration 'iY2' definition 'fY2'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:150:30: note: Function 'Det3' argument 8 names different: declaration 'iY2' definition 'fY2'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:150:40: style: Function 'Det3' argument 9 names different: declaration 'iZ2' definition 'fZ2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:77:44: note: Function 'Det3' argument 9 names different: declaration 'iZ2' definition 'fZ2'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.inl:150:40: note: Function 'Det3' argument 9 names different: declaration 'iZ2' definition 'fZ2'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ConvexHull1.h:41:5: style: Class 'ConvexHull1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:36:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query.h:41:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:36:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ContBox3.cpp:281:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ContBox3.cpp:287:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ContBox3.cpp:298:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ConvexHull3.h:54:5: style: Class 'ConvexHull3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:31:5: style: Class 'Quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:37:5: style: Class 'Quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:36:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query.h:41:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:36:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:450:28: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:455:28: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:469:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:474:32: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:487:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:515:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:520:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:541:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:740:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:751:28: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:773:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:784:32: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:804:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:838:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:849:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.inl:876:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TInteger.inl:303:42: style: The scope of the variable 'uiTerm1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TInteger.inl:435:22: style: The scope of the variable 'uiLo' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TInteger.inl:435:28: style: The scope of the variable 'uiHi' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.h:34:5: style: Class 'TRational' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.h:38:5: style: Class 'TRational' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.h:40:5: style: Class 'TRational' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TRational.h:41:5: style: Class 'TRational' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4RVector2.h:57:5: style: Class 'RVector2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TInteger.h:34:0: style: Class 'Wm4 :: TInteger < 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TInteger.h:34:0: style: Class 'Wm4 :: TInteger < 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ConvexHull1.h:41:0: style: Class 'Wm4 :: ConvexHull1 < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ConvexHull1.h:41:0: style: Class 'Wm4 :: ConvexHull1 < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:37:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:36:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:37:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:41:17: style: The function 'ToLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:48:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:41:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:42:17: style: The function 'ToLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:49:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:42:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:44:17: style: The function 'ToTriangle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:55:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:44:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:45:17: style: The function 'ToTriangle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:56:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:45:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:48:17: style: The function 'ToCircumcircle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:63:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:48:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:49:17: style: The function 'ToCircumcircle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:64:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TRational.h:49:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Filtered.h:45:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:36:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Filtered.h:45:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Filtered.h:49:17: style: The function 'ToLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:49:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Filtered.h:49:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Filtered.h:51:17: style: The function 'ToCircumcircle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:64:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Filtered.h:51:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Int64.h:36:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:36:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Int64.h:36:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Int64.h:40:17: style: The function 'ToLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:49:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Int64.h:40:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Int64.h:42:17: style: The function 'ToCircumcircle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:64:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2Int64.h:42:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TInteger.h:39:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:36:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TInteger.h:39:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TInteger.h:43:17: style: The function 'ToLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:49:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TInteger.h:43:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TInteger.h:45:17: style: The function 'ToCircumcircle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2.h:64:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query2TInteger.h:45:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Mapper3.inl:122:0: style: The scope of the variable 'fSign' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ConvexHull3.cpp:264:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ConvexHull3.cpp:378:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ConvexHull3.cpp:394:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4RVector3.h:58:5: style: Class 'RVector3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TInteger.h:34:0: style: Class 'Wm4 :: TInteger < 6 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:37:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:36:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:37:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:41:17: style: The function 'ToPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:48:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:41:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:42:17: style: The function 'ToPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:49:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:42:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:45:17: style: The function 'ToTetrahedron' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:56:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:45:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:47:17: style: The function 'ToTetrahedron' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:58:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:47:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:50:17: style: The function 'ToCircumsphere' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:50:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:52:17: style: The function 'ToCircumsphere' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:67:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TRational.h:52:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Filtered.h:45:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:36:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Filtered.h:45:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Filtered.h:49:17: style: The function 'ToPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:49:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Filtered.h:49:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Filtered.h:52:17: style: The function 'ToCircumsphere' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:67:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Filtered.h:52:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Int64.h:36:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:36:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Int64.h:36:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Int64.h:40:17: style: The function 'ToPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:49:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Int64.h:40:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Int64.h:43:17: style: The function 'ToCircumsphere' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:67:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3Int64.h:43:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TInteger.h:39:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:36:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TInteger.h:39:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TInteger.h:43:17: style: The function 'ToPlane' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:49:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TInteger.h:43:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TInteger.h:46:17: style: The function 'ToCircumsphere' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3.h:67:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Query3TInteger.h:46:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4VEManifoldMesh.h:51:9: style: Class 'Vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DelTriangle.cpp:92:24: error: Array 'V[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DelTriangle.cpp:85:17: note: After for loop, j has value 3
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DelTriangle.cpp:92:24: note: Array index out of bounds
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay1.h:84:5: style: Class 'Delaunay1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:545:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:567:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:586:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:609:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:610:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:612:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:182:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:197:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:675:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.cpp:690:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.h:116:5: style: Class 'Delaunay2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay1.h:84:0: style: Class 'Wm4 :: Delaunay1 < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay1.h:84:0: style: Class 'Wm4 :: Delaunay1 < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:655:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:681:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:701:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:725:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:727:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:731:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:735:0: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:213:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:228:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:813:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:828:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:729:16: warning: Assert statement calls a function which may have desired side effects: 'SharesFace'. [assertWithSideEffect]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:733:16: warning: Assert statement calls a function which may have desired side effects: 'SharesFace'. [assertWithSideEffect]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.cpp:737:16: warning: Assert statement calls a function which may have desired side effects: 'SharesFace'. [assertWithSideEffect]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay3.h:126:5: style: Class 'Delaunay3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.h:116:0: style: Class 'Wm4 :: Delaunay2 < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Delaunay2.h:116:0: style: Class 'Wm4 :: Delaunay2 < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.cpp:59:0: style: The scope of the variable 'fB1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.cpp:59:0: style: The scope of the variable 'fExtDet' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:41:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:35:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:42:18: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:36:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:42:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Triangle3.h:37:5: style: Class 'Triangle3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:41:0: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:35:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:41:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:42:0: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:36:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:42:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:45:0: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:39:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:45:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:47:0: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:41:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Segment3.h:47:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.cpp:60:0: style: The scope of the variable 'fExtDet0' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.cpp:60:0: style: The scope of the variable 'fExtDet1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.cpp:60:0: style: The scope of the variable 'fTmpS0' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.cpp:60:0: style: The scope of the variable 'fTmpS1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.cpp:376:44: style: Function 'Get' argument 1 names different: declaration 'fT' definition 'fS1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.h:44:28: note: Function 'Get' argument 1 names different: declaration 'fT' definition 'fS1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.cpp:376:44: note: Function 'Get' argument 1 names different: declaration 'fT' definition 'fS1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.cpp:389:51: style: Function 'GetSquared' argument 1 names different: declaration 'fT' definition 'fS1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.h:46:35: note: Function 'GetSquared' argument 1 names different: declaration 'fT' definition 'fS1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.cpp:389:51: note: Function 'GetSquared' argument 1 names different: declaration 'fT' definition 'fS1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.h:40:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:35:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.h:41:18: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:36:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistSegment3Segment3.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:40:0: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:35:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:40:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:41:0: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:36:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:41:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:44:0: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:39:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:44:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:46:0: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:41:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:46:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Triangle3.h:41:0: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:35:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Triangle3.h:41:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Triangle3.h:42:0: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:36:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Triangle3.h:42:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Triangle3.h:45:0: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:39:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Triangle3.h:45:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Triangle3.h:47:0: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:41:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistLine3Triangle3.h:47:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Plane3.h:40:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:35:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Plane3.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Plane3.h:41:18: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:36:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Plane3.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Segment3.h:40:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:35:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Segment3.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Segment3.h:41:18: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:36:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Segment3.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:40:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:35:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:41:18: style: The function 'GetSquared' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Distance.h:36:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4DistVector3Triangle3.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ETManifoldMesh.cpp:31:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ETManifoldMesh.cpp:37:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Eigen.cpp:52:5: style: Class 'Eigen' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:71:10: style: Technically the member function 'Wm4::ImplicitSurface::ComputePrincipalCurvatureInfo' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.cpp:73:29: note: Technically the member function 'Wm4::ImplicitSurface::ComputePrincipalCurvatureInfo' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:71:10: note: Technically the member function 'Wm4::ImplicitSurface::ComputePrincipalCurvatureInfo' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinComp.inl:24:5: performance: Variable 'm_fMin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinComp.inl:25:5: performance: Variable 'm_fMax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinComp.h:27:1: warning: The class 'LinComp' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Box3.h:40:18: style: The function 'Test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:39:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Box3.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Box3.h:41:18: style: The function 'Find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:40:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Box3.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Plane3.h:40:18: style: The function 'Test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:39:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Plane3.h:40:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Plane3.h:44:18: style: The function 'Find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:40:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Plane3.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Box3.h:40:0: style: The function 'Test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:39:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Box3.h:40:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Box3.h:41:0: style: The function 'Find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:40:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Box3.h:41:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Plane3.h:40:0: style: The function 'Test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:39:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Plane3.h:40:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Plane3.h:44:0: style: The function 'Find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:40:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrLine3Plane3.h:44:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.cpp:398:63: style: Function 'ComputeTwo' argument 4 names different: declaration 'iI0' definition 'i0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:79:39: note: Function 'ComputeTwo' argument 4 names different: declaration 'iI0' definition 'i0'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.cpp:398:63: note: Function 'ComputeTwo' argument 4 names different: declaration 'iI0' definition 'i0'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.cpp:398:71: style: Function 'ComputeTwo' argument 5 names different: declaration 'iI1' definition 'i1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:79:48: note: Function 'ComputeTwo' argument 5 names different: declaration 'iI1' definition 'i1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.cpp:398:71: note: Function 'ComputeTwo' argument 5 names different: declaration 'iI1' definition 'i1'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.cpp:399:9: style: Function 'ComputeTwo' argument 6 names different: declaration 'iI2' definition 'i2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:79:57: note: Function 'ComputeTwo' argument 6 names different: declaration 'iI2' definition 'i2'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.cpp:399:9: note: Function 'ComputeTwo' argument 6 names different: declaration 'iI2' definition 'i2'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:78:10: performance: Technically the member function 'Wm4::IntrTriangle2Triangle2::ComputeTwo' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.cpp:397:36: note: Technically the member function 'Wm4::IntrTriangle2Triangle2::ComputeTwo' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:78:10: note: Technically the member function 'Wm4::IntrTriangle2Triangle2::ComputeTwo' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:81:10: performance: Technically the member function 'Wm4::IntrTriangle2Triangle2::ComputeThree' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.cpp:410:36: note: Technically the member function 'Wm4::IntrTriangle2Triangle2::ComputeThree' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:81:10: note: Technically the member function 'Wm4::IntrTriangle2Triangle2::ComputeThree' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Triangle2.h:37:5: style: Class 'Triangle2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:41:18: style: The function 'Test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:39:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:42:18: style: The function 'Find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:40:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:42:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle3Triangle3.cpp:537:17: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle3Triangle3.cpp:861:45: style: Function 'FindOverlap' argument 6 names different: declaration 'reSide' definition 'rkSide'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle3Triangle3.h:114:22: note: Function 'FindOverlap' argument 6 names different: declaration 'reSide' definition 'rkSide'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle3Triangle3.cpp:861:45: note: Function 'FindOverlap' argument 6 names different: declaration 'reSide' definition 'rkSide'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:41:0: style: The function 'Test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:39:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:41:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:42:0: style: The function 'Find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:40:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:42:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:45:0: style: The function 'Test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:46:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:45:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:47:0: style: The function 'Find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Intersector.h:48:0: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4IntrTriangle2Triangle2.h:47:0: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:408:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:35:10: style: Technically the member function 'Wm4::LinearSystem::Solve2' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:30:26: note: Technically the member function 'Wm4::LinearSystem::Solve2' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:35:10: note: Technically the member function 'Wm4::LinearSystem::Solve2' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:36:10: style: Technically the member function 'Wm4::LinearSystem::Solve3' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:46:26: note: Technically the member function 'Wm4::LinearSystem::Solve3' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:36:10: note: Technically the member function 'Wm4::LinearSystem::Solve3' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:43:10: performance: Technically the member function 'Wm4::LinearSystem::Inverse' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:83:26: note: Technically the member function 'Wm4::LinearSystem::Inverse' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:43:10: note: Technically the member function 'Wm4::LinearSystem::Inverse' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:51:10: performance: Technically the member function 'Wm4::LinearSystem::Solve' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:189:26: note: Technically the member function 'Wm4::LinearSystem::Solve' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:51:10: note: Technically the member function 'Wm4::LinearSystem::Solve' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:62:10: performance: Technically the member function 'Wm4::LinearSystem::SolveTri' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:300:26: note: Technically the member function 'Wm4::LinearSystem::SolveTri' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:62:10: note: Technically the member function 'Wm4::LinearSystem::SolveTri' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:74:10: performance: Technically the member function 'Wm4::LinearSystem::SolveConstTri' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:337:26: note: Technically the member function 'Wm4::LinearSystem::SolveConstTri' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:74:10: note: Technically the member function 'Wm4::LinearSystem::SolveConstTri' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:123:10: performance: Technically the member function 'Wm4::LinearSystem::Dot' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:377:26: note: Technically the member function 'Wm4::LinearSystem::Dot' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:123:10: note: Technically the member function 'Wm4::LinearSystem::Dot' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:124:10: performance: Technically the member function 'Wm4::LinearSystem::Multiply' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:388:26: note: Technically the member function 'Wm4::LinearSystem::Multiply' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:124:10: note: Technically the member function 'Wm4::LinearSystem::Multiply' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:125:10: performance: Technically the member function 'Wm4::LinearSystem::UpdateX' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:422:26: note: Technically the member function 'Wm4::LinearSystem::UpdateX' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:125:10: note: Technically the member function 'Wm4::LinearSystem::UpdateX' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:126:10: performance: Technically the member function 'Wm4::LinearSystem::UpdateR' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:432:26: note: Technically the member function 'Wm4::LinearSystem::UpdateR' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:126:10: note: Technically the member function 'Wm4::LinearSystem::UpdateR' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:127:10: performance: Technically the member function 'Wm4::LinearSystem::UpdateP' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:442:26: note: Technically the member function 'Wm4::LinearSystem::UpdateP' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:127:10: note: Technically the member function 'Wm4::LinearSystem::UpdateP' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:134:10: performance: Technically the member function 'Wm4::LinearSystem::ForwardEliminate' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:560:26: note: Technically the member function 'Wm4::LinearSystem::ForwardEliminate' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:134:10: note: Technically the member function 'Wm4::LinearSystem::ForwardEliminate' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:136:10: performance: Technically the member function 'Wm4::LinearSystem::ForwardEliminate' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:649:26: note: Technically the member function 'Wm4::LinearSystem::ForwardEliminate' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:136:10: note: Technically the member function 'Wm4::LinearSystem::ForwardEliminate' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:138:10: performance: Technically the member function 'Wm4::LinearSystem::BackwardEliminate' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.cpp:706:26: note: Technically the member function 'Wm4::LinearSystem::BackwardEliminate' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4LinearSystem.h:138:10: note: Technically the member function 'Wm4::LinearSystem::BackwardEliminate' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4MeshCurvature.cpp:61:0: portability: Using memset() on class which contains a floating point number. [memsetClassFloat]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4MeshCurvature.cpp:62:0: portability: Using memset() on class which contains a floating point number. [memsetClassFloat]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4MeshSmoother.h:41:10: style: Technically the member function 'Wm4::MeshSmoother::Destroy' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4MeshSmoother.cpp:82:26: note: Technically the member function 'Wm4::MeshSmoother::Destroy' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4MeshSmoother.h:41:10: note: Technically the member function 'Wm4::MeshSmoother::Destroy' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ParametricSurface.h:63:10: style: Technically the member function 'Wm4::ParametricSurface::ComputePrincipalCurvatureInfo' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ParametricSurface.cpp:91:31: note: Technically the member function 'Wm4::ParametricSurface::ComputePrincipalCurvatureInfo' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ParametricSurface.h:63:10: note: Technically the member function 'Wm4::ParametricSurface::ComputePrincipalCurvatureInfo' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:482:0: style: The scope of the variable 'fRowNorm' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:482:0: style: The scope of the variable 'fColNorm' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:482:0: style: The scope of the variable 'fScale' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:482:0: style: The scope of the variable 'fInvScale' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:535:0: style: The scope of the variable 'fRHS' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:828:0: style: The scope of the variable 'fRowNorm' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:828:0: style: The scope of the variable 'fColNorm' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:828:0: style: The scope of the variable 'fScale' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:828:0: style: The scope of the variable 'fInvScale' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:898:0: style: The scope of the variable 'fRHS' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:1502:33: style: Function 'Bisection' argument 4 names different: declaration 'iDigitsAccuracy' definition 'iDigits'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:117:13: note: Function 'Bisection' argument 4 names different: declaration 'iDigitsAccuracy' definition 'iDigits'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:1502:33: note: Function 'Bisection' argument 4 names different: declaration 'iDigitsAccuracy' definition 'iDigits'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:69:10: style: Technically the member function 'Wm4::PolynomialRoots::GetBound' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:107:29: note: Technically the member function 'Wm4::PolynomialRoots::GetBound' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:69:10: note: Technically the member function 'Wm4::PolynomialRoots::GetBound' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:82:10: performance: Technically the member function 'Wm4::PolynomialRoots::SpecialCubic' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:329:29: note: Technically the member function 'Wm4::PolynomialRoots::SpecialCubic' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:82:10: note: Technically the member function 'Wm4::PolynomialRoots::SpecialCubic' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:92:10: performance: Technically the member function 'Wm4::PolynomialRoots::FindN' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:1071:29: note: Technically the member function 'Wm4::PolynomialRoots::FindN' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:92:10: note: Technically the member function 'Wm4::PolynomialRoots::FindN' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:93:10: performance: Technically the member function 'Wm4::PolynomialRoots::FindE' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:1079:29: note: Technically the member function 'Wm4::PolynomialRoots::FindE' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:93:10: note: Technically the member function 'Wm4::PolynomialRoots::FindE' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:100:10: performance: Technically the member function 'Wm4::PolynomialRoots::FindN' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:1200:29: note: Technically the member function 'Wm4::PolynomialRoots::FindN' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:100:10: note: Technically the member function 'Wm4::PolynomialRoots::FindN' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:112:9: style: Technically the member function 'Wm4::PolynomialRoots::GetRootCount' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:1312:28: note: Technically the member function 'Wm4::PolynomialRoots::GetRootCount' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:112:9: note: Technically the member function 'Wm4::PolynomialRoots::GetRootCount' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:120:10: style: Technically the member function 'Wm4::PolynomialRoots::GetHouseholderVector' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:1554:29: note: Technically the member function 'Wm4::PolynomialRoots::GetHouseholderVector' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:120:10: note: Technically the member function 'Wm4::PolynomialRoots::GetHouseholderVector' can be const.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:123:10: performance: Technically the member function 'Wm4::PolynomialRoots::PremultiplyHouseholder' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:1592:29: note: Technically the member function 'Wm4::PolynomialRoots::PremultiplyHouseholder' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:123:10: note: Technically the member function 'Wm4::PolynomialRoots::PremultiplyHouseholder' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:127:10: performance: Technically the member function 'Wm4::PolynomialRoots::PostmultiplyHouseholder' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:1631:29: note: Technically the member function 'Wm4::PolynomialRoots::PostmultiplyHouseholder' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:127:10: note: Technically the member function 'Wm4::PolynomialRoots::PostmultiplyHouseholder' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:133:10: performance: Technically the member function 'Wm4::PolynomialRoots::GetRowNorm' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:348:29: note: Technically the member function 'Wm4::PolynomialRoots::GetRowNorm' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:133:10: note: Technically the member function 'Wm4::PolynomialRoots::GetRowNorm' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:134:10: performance: Technically the member function 'Wm4::PolynomialRoots::GetColNorm' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:363:29: note: Technically the member function 'Wm4::PolynomialRoots::GetColNorm' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:134:10: note: Technically the member function 'Wm4::PolynomialRoots::GetColNorm' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:135:10: performance: Technically the member function 'Wm4::PolynomialRoots::ScaleRow' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:378:29: note: Technically the member function 'Wm4::PolynomialRoots::ScaleRow' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:135:10: note: Technically the member function 'Wm4::PolynomialRoots::ScaleRow' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:136:10: performance: Technically the member function 'Wm4::PolynomialRoots::ScaleCol' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:388:29: note: Technically the member function 'Wm4::PolynomialRoots::ScaleCol' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:136:10: note: Technically the member function 'Wm4::PolynomialRoots::ScaleCol' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:140:10: performance: Technically the member function 'Wm4::PolynomialRoots::IsBalancedCompanion3' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:440:29: note: Technically the member function 'Wm4::PolynomialRoots::IsBalancedCompanion3' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:140:10: note: Technically the member function 'Wm4::PolynomialRoots::IsBalancedCompanion3' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:145:10: performance: Technically the member function 'Wm4::PolynomialRoots::IsBalancedCompanion4' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.cpp:771:29: note: Technically the member function 'Wm4::PolynomialRoots::IsBalancedCompanion4' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:145:10: note: Technically the member function 'Wm4::PolynomialRoots::IsBalancedCompanion4' can be static.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4PolynomialRoots.h:53:5: style: Class 'PolynomialRoots' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TInteger.h:34:5: style: Class 'TInteger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:44:5: style: Class 'QuadricSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:102:9: style: Class 'RReps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:53:18: style: The function 'F' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:39:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:53:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:56:18: style: The function 'FX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:42:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:56:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:57:18: style: The function 'FY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:43:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:58:18: style: The function 'FZ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:44:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:58:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:61:18: style: The function 'FXX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:47:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:61:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:62:18: style: The function 'FXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:48:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:62:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:63:18: style: The function 'FXZ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:63:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:64:18: style: The function 'FYY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:50:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:64:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:65:18: style: The function 'FYZ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:65:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:66:18: style: The function 'FZZ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4ImplicitSurface.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4QuadricSurface.h:66:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fMinAngle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fMaxAngle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fCosMinAngle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fSinMinAngle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fCosMaxAngle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fSinMaxAngle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fDiffCosMaxMin' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fDiffSinMaxMin' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fCosAvrAngle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:192:0: warning: Member variable 'Constraints::m_fSinAvrAngle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:31:0: style: Class 'Wm4 :: Quaternion < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:37:0: style: Class 'Wm4 :: Quaternion < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:31:0: style: Class 'Wm4 :: Quaternion < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4Quaternion.h:37:0: style: Class 'Wm4 :: Quaternion < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4System.cpp:707:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.cpp:521:0: style: The scope of the variable 'fS' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.cpp:279:43: style: Function 'InitializeVertices' argument 3 names different: declaration 'rkTriangles' definition 'rkTriangle'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.h:200:18: note: Function 'InitializeVertices' argument 3 names different: declaration 'rkTriangles' definition 'rkTriangle'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.cpp:279:43: note: Function 'InitializeVertices' argument 3 names different: declaration 'rkTriangles' definition 'rkTriangle'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.cpp:322:23: style: Function 'DoEarClipping' argument 3 names different: declaration 'rkTriangles' definition 'rkTriangle'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.h:206:18: note: Function 'DoEarClipping' argument 3 names different: declaration 'rkTriangles' definition 'rkTriangle'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.cpp:322:23: note: Function 'DoEarClipping' argument 3 names different: declaration 'rkTriangles' definition 'rkTriangle'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.cpp:450:62: style: Function 'TriangleQuery' argument 1 names different: declaration 'rkPosition' definition 'rkPoint'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.h:212:45: note: Function 'TriangleQuery' argument 1 names different: declaration 'rkPosition' definition 'rkPoint'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.cpp:450:62: note: Function 'TriangleQuery' argument 1 names different: declaration 'rkPosition' definition 'rkPoint'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.cpp:451:64: style: Function 'TriangleQuery' argument 4 names different: declaration 'akTriangle' definition 'akSTriangle'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.h:214:29: note: Function 'TriangleQuery' argument 4 names different: declaration 'akTriangle' definition 'akSTriangle'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4TriangulateEC.cpp:451:64: note: Function 'TriangleQuery' argument 4 names different: declaration 'akTriangle' definition 'akSTriangle'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4VEManifoldMesh.cpp:43:56: style: Function 'CreateVertex' argument 1 names different: declaration 'iV0' definition 'iV'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4VEManifoldMesh.h:94:35: note: Function 'CreateVertex' argument 1 names different: declaration 'iV0' definition 'iV'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4VEManifoldMesh.cpp:43:56: note: Function 'CreateVertex' argument 1 names different: declaration 'iV0' definition 'iV'.
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4VEManifoldMesh.cpp:31:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/App/WildMagic4/Wm4VEManifoldMesh.cpp:37:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Mesh/Gui/AppMeshGui.cpp:91:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgSmoothing.h:48:5: style: Class 'DlgSmoothing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshEditor.h:82:5: style: Class 'MeshFaceAddition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/Segmentation.h:58:5: style: Class 'TaskSegmentation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:57:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:127:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:57:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:58:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:128:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:58:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:61:10: style: The function 'showOpenEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:174:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:61:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:62:14: style: The function 'getShapeNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:191:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:62:14: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:63:13: style: The function 'getCoordNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:192:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshFaceSet.h:63:13: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:243:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:127:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:243:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:245:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:128:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:245:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:248:10: style: The function 'showOpenEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:174:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:248:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:249:14: style: The function 'getShapeNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:191:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:249:14: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:250:13: style: The function 'getCoordNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:192:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:250:13: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:270:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:127:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:270:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:271:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:128:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:271:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:274:14: style: The function 'getShapeNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:191:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:274:14: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:275:13: style: The function 'getCoordNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:192:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:275:13: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:276:10: style: The function 'showOpenEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:174:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:276:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/Command.cpp:797:0: error: Memory leak: edit [memleak]
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp:1099:14: style: The scope of the variable 'run' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp:1100:14: style: The scope of the variable 'self' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp:1101:13: style: The scope of the variable 'max_iter' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp:282:54: style: Function 'addViewProvider' argument 1 names different: declaration 'vp' definition 'name'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.h:129:38: note: Function 'addViewProvider' argument 1 names different: declaration 'vp' definition 'name'.
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp:282:54: note: Function 'addViewProvider' argument 1 names different: declaration 'vp' definition 'name'.
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp:296:57: style: Function 'removeViewProvider' argument 1 names different: declaration 'vp' definition 'name'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.h:130:41: note: Function 'removeViewProvider' argument 1 names different: declaration 'vp' definition 'name'.
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgEvaluateMeshImp.cpp:296:57: note: Function 'removeViewProvider' argument 1 names different: declaration 'vp' definition 'name'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:74:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:74:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:75:10: style: The function 'showDefects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:75:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:92:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:92:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:93:10: style: The function 'showDefects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:93:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:110:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:110:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:111:10: style: The function 'showDefects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:111:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:128:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:128:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:129:10: style: The function 'showDefects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:129:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:146:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:146:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:147:10: style: The function 'showDefects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:147:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:161:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:161:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:162:10: style: The function 'showDefects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:162:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:176:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:176:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:177:10: style: The function 'showDefects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:177:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:194:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:194:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:195:10: style: The function 'showDefects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:195:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:209:10: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:209:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:210:10: style: The function 'showDefects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:210:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.h:41:5: style: Class 'DlgSettingsImportExport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.h:50:33: style: Class 'DlgSettingsImportExport' is unsafe, 'DlgSettingsImportExport::ui' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Mod/Mesh/Gui/DlgSettingsMeshView.h:42:5: style: Class 'DlgSettingsMeshView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/Selection.h:43:5: style: Class 'Selection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:51:10: style: Technically the member function 'MeshGui::MeshSelection::deleteSelection' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.cpp:252:21: note: Technically the member function 'MeshGui::MeshSelection::deleteSelection' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:51:10: note: Technically the member function 'MeshGui::MeshSelection::deleteSelection' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:52:10: style: Technically the member function 'MeshGui::MeshSelection::deleteSelectionBorder' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.cpp:276:21: note: Technically the member function 'MeshGui::MeshSelection::deleteSelectionBorder' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:52:10: note: Technically the member function 'MeshGui::MeshSelection::deleteSelectionBorder' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:54:10: style: Technically the member function 'MeshGui::MeshSelection::clearSelection' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.cpp:244:21: note: Technically the member function 'MeshGui::MeshSelection::clearSelection' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:54:10: note: Technically the member function 'MeshGui::MeshSelection::clearSelection' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:57:10: style: Technically the member function 'MeshGui::MeshSelection::selectComponent' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.cpp:350:21: note: Technically the member function 'MeshGui::MeshSelection::selectComponent' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:57:10: note: Technically the member function 'MeshGui::MeshSelection::selectComponent' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:58:10: style: Technically the member function 'MeshGui::MeshSelection::deselectComponent' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.cpp:371:21: note: Technically the member function 'MeshGui::MeshSelection::deselectComponent' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:58:10: note: Technically the member function 'MeshGui::MeshSelection::deselectComponent' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:68:10: style: Technically the member function 'MeshGui::MeshSelection::setObjects' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.cpp:105:21: note: Technically the member function 'MeshGui::MeshSelection::setObjects' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/MeshSelection.h:68:10: note: Technically the member function 'MeshGui::MeshSelection::setObjects' can be const.
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCIndexedFaceSet.cpp:484:8: style: Condition 'sorted' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCIndexedFaceSet.cpp:483:19: note: Assignment 'sorted=true', assigned value is 1
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCIndexedFaceSet.cpp:484:8: note: Condition 'sorted' is always true
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCIndexedFaceSet.cpp:499:13: style: The scope of the variable 'v1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCIndexedFaceSet.cpp:499:17: style: The scope of the variable 'v2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCIndexedFaceSet.cpp:499:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCIndexedFaceSet.cpp:556:13: style: The scope of the variable 'v1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCIndexedFaceSet.cpp:556:17: style: The scope of the variable 'v2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCIndexedFaceSet.cpp:556:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp:195:24: style: The scope of the variable 'v' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp:186:17: style: Unsigned variable 'numarg' can't be negative so it is unnecessary to test it. [unsignedPositive]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp:508:33: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp:528:33: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp:548:33: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp:434:42: style: Function 'notify' argument 1 names different: declaration 'list' definition 'node'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.h:155:35: note: Function 'notify' argument 1 names different: declaration 'list' definition 'node'.
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp:434:42: note: Function 'notify' argument 1 names different: declaration 'list' definition 'node'.
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp:200:23: error: Uninitialized variable: p1 [uninitvar]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshFaceSet.cpp:201:23: error: Uninitialized variable: p2 [uninitvar]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshNode.cpp:193:33: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshNode.cpp:213:33: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshNode.cpp:233:33: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshNode.cpp:119:39: style: Function 'notify' argument 1 names different: declaration 'list' definition 'node'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshNode.h:66:37: note: Function 'notify' argument 1 names different: declaration 'list' definition 'node'.
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshNode.cpp:119:39: note: Function 'notify' argument 1 names different: declaration 'list' definition 'node'.
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:1055:8: style: Condition 'sorted' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:1054:19: note: Assignment 'sorted=true', assigned value is 1
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:1055:8: note: Condition 'sorted' is always true
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:604:46: style: Function 'notify' argument 1 names different: declaration 'list' definition 'node'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.h:198:37: note: Function 'notify' argument 1 names different: declaration 'list' definition 'node'.
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:604:46: note: Function 'notify' argument 1 names different: declaration 'list' definition 'node'.
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:591:22: warning: Member variable 'SoFCMeshObjectShape::modelview' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:591:22: warning: Member variable 'SoFCMeshObjectShape::projection' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:66:5: style: Class 'SoOutputStreambuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:91:5: style: Class 'SoOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:102:5: style: Class 'SoInputStreambuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshObject.cpp:155:5: style: Class 'SoInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Mesh/Gui/SoFCMeshVertex.cpp:155:17: style: Unsigned variable 'numarg' can't be negative so it is unnecessary to test it. [unsignedPositive]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1095:9: style: Condition '!ok' is always false [knownConditionTrueFalse]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1074:21: note: Assignment 'ok=true', assigned value is 1
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1095:9: note: Condition '!ok' is always false
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:384:63: style: Function 'setOpenEdgeColorFrom' argument 1 names different: declaration 'col' definition 'c'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:175:49: note: Function 'setOpenEdgeColorFrom' argument 1 names different: declaration 'col' definition 'c'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:384:63: note: Function 'setOpenEdgeColorFrom' argument 1 names different: declaration 'col' definition 'c'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:895:70: style: Function 'partMeshCallback' argument 2 names different: declaration 'n' definition 'cb'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:200:63: note: Function 'partMeshCallback' argument 2 names different: declaration 'n' definition 'cb'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:895:70: note: Function 'partMeshCallback' argument 2 names different: declaration 'n' definition 'cb'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:956:70: style: Function 'segmMeshCallback' argument 2 names different: declaration 'n' definition 'cb'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:201:63: note: Function 'segmMeshCallback' argument 2 names different: declaration 'n' definition 'cb'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:956:70: note: Function 'segmMeshCallback' argument 2 names different: declaration 'n' definition 'cb'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1187:63: style: Function 'renderGLCallback' argument 2 names different: declaration 'a' definition 'action'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:208:56: note: Function 'renderGLCallback' argument 2 names different: declaration 'a' definition 'action'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1187:63: note: Function 'renderGLCallback' argument 2 names different: declaration 'a' definition 'action'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1277:61: style: Function 'trimMesh' argument 1 names different: declaration 'picked' definition 'polygon'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:177:55: note: Function 'trimMesh' argument 1 names different: declaration 'picked' definition 'polygon'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1277:61: note: Function 'trimMesh' argument 1 names different: declaration 'picked' definition 'polygon'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1294:109: style: Function 'splitMesh' argument 3 names different: declaration 'inner' definition 'clip_inner'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:178:103: note: Function 'splitMesh' argument 3 names different: declaration 'inner' definition 'clip_inner'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1294:109: note: Function 'splitMesh' argument 3 names different: declaration 'inner' definition 'clip_inner'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1326:111: style: Function 'segmentMesh' argument 3 names different: declaration 'inner' definition 'clip_inner'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:179:105: note: Function 'segmentMesh' argument 3 names different: declaration 'inner' definition 'clip_inner'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1326:111: note: Function 'segmentMesh' argument 3 names different: declaration 'inner' definition 'clip_inner'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1526:47: style: Function 'faceInfo' argument 1 names different: declaration 'facet' definition 'uFacet'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:180:41: note: Function 'faceInfo' argument 1 names different: declaration 'facet' definition 'uFacet'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1526:47: note: Function 'faceInfo' argument 1 names different: declaration 'facet' definition 'uFacet'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1544:47: style: Function 'fillHole' argument 1 names different: declaration 'facet' definition 'uFacet'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:181:41: note: Function 'fillHole' argument 1 names different: declaration 'facet' definition 'uFacet'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1544:47: note: Function 'fillHole' argument 1 names different: declaration 'facet' definition 'uFacet'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1719:54: style: Function 'selectComponent' argument 1 names different: declaration 'facet' definition 'uFacet'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:144:40: note: Function 'selectComponent' argument 1 names different: declaration 'facet' definition 'uFacet'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1719:54: note: Function 'selectComponent' argument 1 names different: declaration 'facet' definition 'uFacet'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1735:56: style: Function 'deselectComponent' argument 1 names different: declaration 'facet' definition 'uFacet'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:145:42: note: Function 'deselectComponent' argument 1 names different: declaration 'facet' definition 'uFacet'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:1735:56: note: Function 'deselectComponent' argument 1 names different: declaration 'facet' definition 'uFacet'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:779:32: style: Unused variable: aLid [unusedVariable]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.cpp:709:0: error: Memory leak: func [memleak]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderCurvature.cpp:169:73: style: Function 'init' argument 1 names different: declaration 'prop' definition 'pCurvInfo'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderCurvature.h:102:50: note: Function 'init' argument 1 names different: declaration 'prop' definition 'pCurvInfo'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderCurvature.cpp:169:73: note: Function 'init' argument 1 names different: declaration 'prop' definition 'pCurvInfo'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderCurvature.cpp:243:61: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderCurvature.h:72:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderCurvature.cpp:243:61: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:110:63: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:74:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:110:63: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:183:64: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:92:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:183:64: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:248:69: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:110:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:248:69: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:305:67: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:128:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:305:67: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:377:68: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:161:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:377:68: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:434:65: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:146:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:434:65: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:533:59: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:176:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:533:59: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:607:69: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:194:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:607:69: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:680:57: style: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.h:209:38: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:680:57: note: Function 'attach' argument 1 names different: declaration 'pcFeature' definition 'pcFeat'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:223:90: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:226:11: note: Missing bounds check for extra iterator increment in loop.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderDefects.cpp:223:90: note: Missing bounds check for extra iterator increment in loop.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshNode.cpp:137:68: style: Function 'setOpenEdgeColorFrom' argument 1 names different: declaration 'col' definition 'c'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshNode.h:80:48: note: Function 'setOpenEdgeColorFrom' argument 1 names different: declaration 'col' definition 'c'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderMeshNode.cpp:137:68: note: Function 'setOpenEdgeColorFrom' argument 1 names different: declaration 'col' definition 'c'.
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransform.h:61:16: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:127:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransform.h:61:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransform.h:64:16: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:133:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransform.h:64:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransform.h:68:36: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:135:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransform.h:68:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransform.h:70:16: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:128:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransform.h:70:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransformDemolding.h:66:16: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:127:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransformDemolding.h:66:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransformDemolding.h:69:16: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:133:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransformDemolding.h:69:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransformDemolding.h:73:36: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProvider.h:135:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Mesh/Gui/ViewProviderTransformDemolding.h:73:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Mesh/Gui/Workbench.cpp:197:0: error: Memory leak: analyze [memleak]
FreeCAD-0.17/src/Mod/Mesh/Gui/Workbench.cpp:197:0: error: Memory leak: boolean [memleak]
FreeCAD-0.17/src/Mod/Mesh/Gui/Workbench.cpp:206:0: error: Memory leak: mesh [memleak]
FreeCAD-0.17/src/Mod/Mesh/Gui/Workbench.cpp:219:0: error: Memory leak: mesh [memleak]
FreeCAD-0.17/src/Mod/MeshPart/App/AppMeshPart.cpp:39:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/MeshPart/App/Mesher.h:46:5: style: Class 'Mesher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:107:16: style: The function 'Do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:83:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:107:16: note: Function in derived class
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:133:16: style: The function 'Do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:83:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:133:16: note: Function in derived class
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:156:16: style: The function 'Do' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:83:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:156:16: note: Function in derived class
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.cpp:186:11: style: Variable 'PointOnEdge' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.cpp:577:31: style: Unused variable: vEdgePolygon [unusedVariable]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:102:8: performance: Technically the member function 'MeshPart::CurveProjectorShape::findStartPoint' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.cpp:215:27: note: Technically the member function 'MeshPart::CurveProjectorShape::findStartPoint' can be static.
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:102:8: note: Technically the member function 'MeshPart::CurveProjectorShape::findStartPoint' can be static.
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:121:8: performance: Technically the member function 'MeshPart::CurveProjectorSimple::GetSampledCurves' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.cpp:277:28: note: Technically the member function 'MeshPart::CurveProjectorSimple::GetSampledCurves' can be static.
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:121:8: note: Technically the member function 'MeshPart::CurveProjectorSimple::GetSampledCurves' can be static.
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:128:8: performance: Technically the member function 'MeshPart::CurveProjectorSimple::findStartPoint' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.cpp:530:28: note: Technically the member function 'MeshPart::CurveProjectorSimple::findStartPoint' can be static.
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:128:8: note: Technically the member function 'MeshPart::CurveProjectorSimple::findStartPoint' can be static.
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:107:16: warning: Virtual function 'Do' is called from constructor 'CurveProjectorShape(const TopoDS_Shape&aShape,const MeshKernel&pMesh)' at line 86. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.cpp:86:3: note: Calling Do
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:107:16: note: Do is a virtual method
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:133:16: warning: Virtual function 'Do' is called from constructor 'CurveProjectorSimple(const TopoDS_Shape&aShape,const MeshKernel&pMesh)' at line 253. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.cpp:253:3: note: Calling Do
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:133:16: note: Do is a virtual method
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:156:16: warning: Virtual function 'Do' is called from constructor 'CurveProjectorWithToolMesh(const TopoDS_Shape&aShape,const MeshKernel&pMesh,MeshKernel&rToolMesh)' at line 567. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.cpp:567:3: note: Calling Do
FreeCAD-0.17/src/Mod/MeshPart/App/CurveProjector.h:156:16: note: Do is a virtual method
FreeCAD-0.17/src/Mod/MeshPart/App/MeshAlgos.cpp:169:64: style: Function 'boolean' argument 1 names different: declaration 'Mesh1' definition 'pMesh1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/MeshPart/App/MeshAlgos.h:68:62: note: Function 'boolean' argument 1 names different: declaration 'Mesh1' definition 'pMesh1'.
FreeCAD-0.17/src/Mod/MeshPart/App/MeshAlgos.cpp:169:64: note: Function 'boolean' argument 1 names different: declaration 'Mesh1' definition 'pMesh1'.
FreeCAD-0.17/src/Mod/MeshPart/Gui/AppMeshPartGui.cpp:71:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/MeshPart/Gui/Tessellation.h:42:5: style: Class 'Tessellation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/MeshPart/Gui/TaskCurveOnMesh.h:68:5: style: Class 'TaskCurveOnMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/MeshPart/Gui/CurveOnMesh.cpp:412:62: style: Function 'enableCallback' argument 1 names different: declaration 'viewer' definition 'v'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/MeshPart/Gui/CurveOnMesh.h:73:46: note: Function 'enableCallback' argument 1 names different: declaration 'viewer' definition 'v'.
FreeCAD-0.17/src/Mod/MeshPart/Gui/CurveOnMesh.cpp:412:62: note: Function 'enableCallback' argument 1 names different: declaration 'viewer' definition 'v'.
FreeCAD-0.17/src/Mod/MeshPart/Gui/CurveOnMesh.cpp:237:13: performance: Variable 'cont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/MeshPart/Gui/CurveOnMesh.cpp:244:11: style: Class 'Private' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/MeshPart/Gui/CurveOnMesh.cpp:244:11: style: Class 'Private' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/MeshPart/Gui/CurveOnMesh.h:70:5: style: Class 'CurveOnMeshHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/MeshPart/Gui/Tessellation.cpp:244:46: style: Variable 'shapes' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/MeshPart/Gui/Workbench.cpp:56:0: error: Memory leak: part [memleak]
FreeCAD-0.17/src/Mod/Part/App/AppPart.cpp:230:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Part/App/AppPartPy.cpp:1435:16: style: The scope of the variable 'tolerance' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:74:5: style: 'TopoShape::operator=' should return 'TopoShape &'. [operatorEq]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:45:5: style: Class 'ShapeSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:62:5: style: Class 'TopoShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:467:5: style: Class 'ExceptionCancel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/edgecluster.h:63:5: style: Class 'Edgecluster' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:98:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:98:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:111:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:111:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:425:29: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:227:27: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:425:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:426:29: style: The function 'calculateAttachedPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:228:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:426:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:437:32: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:227:27: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:437:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:438:29: style: The function 'calculateAttachedPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:228:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:438:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:447:31: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:227:27: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:447:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:448:29: style: The function 'calculateAttachedPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:228:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:448:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:457:32: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:227:27: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:457:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:458:29: style: The function 'calculateAttachedPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:228:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Attacher.h:458:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:45:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:45:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:46:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:46:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:47:15: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:65:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:47:15: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:52:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:52:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:70:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:70:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:71:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:71:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:72:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:72:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:74:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:74:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:98:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:98:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:99:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:99:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:100:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:100:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:102:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:102:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:121:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:121:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:122:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:122:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:124:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:124:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:145:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:145:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:146:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:146:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:148:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:148:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:171:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:171:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:172:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:172:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:174:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:174:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:193:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:193:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:194:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:194:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:196:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:196:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:216:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:216:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:217:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:217:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:219:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:219:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:240:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:240:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:241:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:241:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:243:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:243:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:266:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:266:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:267:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:267:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:269:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:269:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:291:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:291:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:292:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:292:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:294:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:294:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:317:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:317:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:318:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:318:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:320:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:320:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:326:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:326:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:347:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:347:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:348:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:348:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:350:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:350:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:356:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:356:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:380:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:380:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:381:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:381:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:383:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:383:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:389:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:389:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:408:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:408:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:409:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:409:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:410:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:410:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:412:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.h:412:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBox.h:48:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBox.h:48:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBox.h:49:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBox.h:49:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBox.h:51:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBox.h:51:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBox.h:57:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBox.h:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:50:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:50:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:51:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:51:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:55:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:55:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCut.h:45:35: style: The function 'makeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:60:43: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCut.h:45:35: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportStep.h:51:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportStep.h:51:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportStep.h:52:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportStep.h:52:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportStep.h:54:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportStep.h:54:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportIges.h:47:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportIges.h:47:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportIges.h:48:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportIges.h:48:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportIges.h:50:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportIges.h:50:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportBrep.h:47:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportBrep.h:47:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportBrep.h:48:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportBrep.h:48:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportBrep.h:50:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartImportBrep.h:50:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/AppPartPy.cpp:848:9: style: Exception should be caught by reference. [catchExceptionByValue]
FreeCAD-0.17/src/Mod/Part/App/AppPartPy.cpp:1928:15: performance: Possible inefficient checking for 'edges' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:118:5: style: Class 'GeomPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:119:5: style: Class 'GeomPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:195:5: style: Class 'GeomBezierCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:221:5: style: Class 'GeomBSplineCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:376:5: style: Class 'GeomCircle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:404:5: style: Class 'GeomArcOfCircle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:435:5: style: Class 'GeomEllipse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:466:5: style: Class 'GeomArcOfEllipse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:502:5: style: Class 'GeomHyperbola' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:531:5: style: Class 'GeomArcOfHyperbola' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:566:5: style: Class 'GeomParabola' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:593:5: style: Class 'GeomArcOfParabola' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:626:5: style: Class 'GeomLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:654:5: style: Class 'GeomLineSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:684:5: style: Class 'GeomOffsetCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:685:5: style: Class 'GeomOffsetCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:708:5: style: Class 'GeomTrimmedCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:758:5: style: Class 'GeomBezierSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:781:5: style: Class 'GeomBSplineSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:804:5: style: Class 'GeomCylinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:827:5: style: Class 'GeomCone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:850:5: style: Class 'GeomSphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:873:5: style: Class 'GeomToroid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:896:5: style: Class 'GeomPlane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:919:5: style: Class 'GeomOffsetSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:920:5: style: Class 'GeomOffsetSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:943:5: style: Class 'GeomPlateSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:944:5: style: Class 'GeomPlateSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:945:5: style: Class 'GeomPlateSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:968:5: style: Class 'GeomTrimmedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:991:5: style: Class 'GeomSurfaceOfRevolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:992:5: style: Class 'GeomSurfaceOfRevolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1015:5: style: Class 'GeomSurfaceOfExtrusion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1016:5: style: Class 'GeomSurfaceOfExtrusion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:121:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:121:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:122:26: style: The function 'toShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:73:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:122:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:125:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:125:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:126:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:126:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:127:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:127:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:149:18: style: The function 'toShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:73:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:149:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:198:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:198:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:203:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:203:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:204:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:204:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:205:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:205:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:228:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:228:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:275:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:275:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:276:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:276:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:277:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:277:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:304:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:304:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:322:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:322:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:337:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:337:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:365:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:365:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:378:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:304:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:378:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:384:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:322:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:384:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:385:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:385:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:386:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:386:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:388:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:323:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:388:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:389:31: style: The function 'toNurbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:162:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:389:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:406:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:337:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:406:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:411:18: style: The function 'getRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:355:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:411:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:412:18: style: The function 'setRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:356:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:412:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:415:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:365:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:415:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:416:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:416:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:417:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:417:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:419:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:366:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:419:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:420:31: style: The function 'toNurbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:162:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:420:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:437:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:304:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:437:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:447:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:322:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:447:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:448:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:448:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:449:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:449:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:451:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:323:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:451:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:452:31: style: The function 'toNurbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:162:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:452:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:468:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:337:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:468:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:477:18: style: The function 'getRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:355:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:477:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:478:18: style: The function 'setRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:356:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:478:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:481:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:365:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:481:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:482:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:482:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:483:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:483:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:485:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:366:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:485:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:486:31: style: The function 'toNurbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:162:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:486:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:504:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:304:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:504:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:512:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:322:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:512:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:513:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:513:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:514:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:514:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:516:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:323:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:516:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:517:31: style: The function 'toNurbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:162:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:517:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:533:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:337:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:533:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:542:18: style: The function 'getRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:355:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:542:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:543:18: style: The function 'setRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:356:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:543:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:546:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:365:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:546:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:547:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:547:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:548:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:548:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:550:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:366:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:550:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:551:31: style: The function 'toNurbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:162:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:551:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:568:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:304:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:568:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:574:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:322:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:574:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:575:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:575:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:576:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:576:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:578:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:323:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:578:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:579:31: style: The function 'toNurbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:162:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:579:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:595:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:337:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:595:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:602:18: style: The function 'getRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:355:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:602:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:603:18: style: The function 'setRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:356:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:603:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:606:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:365:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:606:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:607:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:607:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:608:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:608:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:610:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:366:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:610:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:611:31: style: The function 'toNurbs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:162:31: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:611:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:629:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:629:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:636:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:636:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:637:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:637:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:638:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:638:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:656:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:656:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:665:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:665:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:666:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:666:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:667:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:667:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:687:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:687:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:690:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:690:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:691:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:691:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:692:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:692:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:710:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:710:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:713:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:713:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:714:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:714:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:715:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:715:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:740:18: style: The function 'toShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:73:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:740:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:760:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:760:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:763:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:763:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:764:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:764:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:765:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:765:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:783:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:783:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:786:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:786:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:787:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:787:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:788:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:788:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:806:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:806:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:809:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:809:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:810:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:810:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:811:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:811:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:829:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:829:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:832:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:832:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:833:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:833:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:834:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:834:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:852:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:852:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:855:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:855:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:856:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:856:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:857:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:857:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:875:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:875:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:878:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:878:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:879:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:879:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:880:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:880:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:898:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:898:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:901:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:901:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:902:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:902:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:903:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:903:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:922:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:922:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:925:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:925:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:926:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:926:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:927:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:927:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:947:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:947:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:950:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:950:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:951:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:951:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:952:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:952:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:970:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:970:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:973:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:973:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:974:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:974:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:975:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:975:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:994:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:994:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:997:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:997:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:998:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:998:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:999:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:999:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1018:23: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:82:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1018:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1021:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:76:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1021:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1022:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1022:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1023:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:1023:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/AttachEnginePyImp.cpp:137:23: style: The scope of the variable 'attacher' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/AttachExtension.h:67:18: warning: Virtual function 'setAttacher' is called from constructor 'AttachExtension()' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Part/App/AttachExtension.cpp:67:5: note: Calling setAttacher
FreeCAD-0.17/src/Mod/Part/App/AttachExtension.h:67:18: note: setAttacher is a virtual method
FreeCAD-0.17/src/Mod/Part/App/Attacher.cpp:777:32: style: The scope of the variable 'shape' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/Tools.h:40:1: style: The struct 'vec_traits < gp_Pnt >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Mod/Part/App/Tools.h:52:1: style: The struct 'vec_traits < gp_Vec >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Mod/Part/App/Tools.h:64:1: style: The struct 'vec_traits < gp_Dir >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Mod/Part/App/Tools.h:76:1: style: The struct 'vec_traits < gp_XYZ >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Mod/Part/App/Tools.h:43:5: performance: Technically the member function 'Base::vec_traits < gp_Pnt >::vec_traits' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Part/App/Tools.h:55:5: performance: Technically the member function 'Base::vec_traits < gp_Vec >::vec_traits' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Part/App/Tools.h:67:5: performance: Technically the member function 'Base::vec_traits < gp_Dir >::vec_traits' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Part/App/Tools.h:79:5: performance: Technically the member function 'Base::vec_traits < gp_XYZ >::vec_traits' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Part/App/BSplineCurveBiArcs.cpp:48:93: style: Function 'tangentialArc' argument 5 names different: declaration 'a' definition 'axis'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/Tools.h:96:93: note: Function 'tangentialArc' argument 5 names different: declaration 'a' definition 'axis'.
FreeCAD-0.17/src/Mod/Part/App/BSplineCurveBiArcs.cpp:48:93: note: Function 'tangentialArc' argument 5 names different: declaration 'a' definition 'axis'.
FreeCAD-0.17/src/Mod/Part/App/BSplineCurvePyImp.cpp:1156:9: style: The scope of the variable 'number_of_poles' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/BSplineCurvePyImp.cpp:1157:9: style: The scope of the variable 'number_of_knots' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/BSplineCurvePyImp.cpp:1158:9: style: The scope of the variable 'sum_of_mults' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/BSplineSurfacePyImp.cpp:1390:9: style: The scope of the variable 'number_of_uknots' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/BSplineSurfacePyImp.cpp:1391:9: style: The scope of the variable 'number_of_vknots' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/BSplineSurfacePyImp.cpp:1392:9: style: The scope of the variable 'sum_of_umults' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/BSplineSurfacePyImp.cpp:1393:9: style: The scope of the variable 'sum_of_vmults' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/BodyBase.cpp:56:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Part/App/CrossSection.h:44:10: performance: Technically the member function 'Part::CrossSection::connectEdges' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Part/App/CrossSection.cpp:139:20: note: Technically the member function 'Part::CrossSection::connectEdges' can be static.
FreeCAD-0.17/src/Mod/Part/App/CrossSection.h:44:10: note: Technically the member function 'Part::CrossSection::connectEdges' can be static.
FreeCAD-0.17/src/Mod/Part/App/CrossSection.h:45:10: performance: Technically the member function 'Part::CrossSection::connectWires' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Part/App/CrossSection.cpp:179:20: note: Technically the member function 'Part::CrossSection::connectWires' can be static.
FreeCAD-0.17/src/Mod/Part/App/CrossSection.h:45:10: note: Technically the member function 'Part::CrossSection::connectWires' can be static.
FreeCAD-0.17/src/Mod/Part/App/CrossSection.cpp:143:12: performance: Possible inefficient checking for 'edge_list' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Part/App/DatumFeature.h:49:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/DatumFeature.h:49:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FaceMakerBullseye.cpp:187:94: style: Function 'getWireDirection' argument 2 names different: declaration 'w' definition 'wire'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/FaceMakerBullseye.h:95:77: note: Function 'getWireDirection' argument 2 names different: declaration 'w' definition 'wire'.
FreeCAD-0.17/src/Mod/Part/App/FaceMakerBullseye.cpp:187:94: note: Function 'getWireDirection' argument 2 names different: declaration 'w' definition 'wire'.
FreeCAD-0.17/src/Mod/Part/App/FaceMakerBullseye.cpp:148:11: performance: Variable 'myPlane' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Part/App/FaceMakerBullseye.cpp:149:11: performance: Variable 'myFace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Part/App/FaceMakerBullseye.h:87:21: style: Technically the member function 'Part::FaceMakerBullseye::FaceDriller::Face' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Part/App/FeatureChamfer.h:43:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureChamfer.h:43:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureChamfer.h:45:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureChamfer.h:45:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureCompound.h:45:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureCompound.h:45:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureCompound.h:47:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureCompound.h:47:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureCompound.h:49:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureCompound.h:49:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Part2DObject.h:88:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Part2DObject.h:88:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Part2DObject.h:91:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Part2DObject.h:91:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureFillet.h:43:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureFillet.h:43:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureFillet.h:45:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureFillet.h:45:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureGeometrySet.h:48:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureGeometrySet.h:48:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureGeometrySet.h:50:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureGeometrySet.h:50:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureMirroring.h:48:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureMirroring.h:48:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureMirroring.h:49:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureMirroring.h:49:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureMirroring.h:51:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureMirroring.h:51:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeatureMirroring.h:57:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeatureMirroring.h:57:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:160:9: warning: Member variable 'FaceUniter::modifiedSignal' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:59:58: performance: Variable 'surfaceType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:165:14: style: Technically the member function 'ModelRefine::FaceUniter::isModified' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:129:9: style: Class 'FaceAdjacencySplitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:162:9: style: Class 'FaceUniter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:199:5: style: Class 'BRepBuilderAPI_RefineModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:77:22: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:61:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:77:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:78:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:62:37: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:78:37: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:79:29: style: The function 'buildFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:63:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:79:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:89:22: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:61:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:89:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:90:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:62:37: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:90:37: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:91:29: style: The function 'buildFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:63:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:91:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:95:22: style: The function 'boundarySplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:68:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:95:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:104:22: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:61:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:104:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:105:37: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:62:37: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:105:37: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:106:29: style: The function 'buildFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:63:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/modelRefine.h:106:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCircle.h:47:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCircle.h:47:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCircle.h:48:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCircle.h:48:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCircle.h:49:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCircle.h:49:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCircle.h:51:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCircle.h:51:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCommon.h:44:35: style: The function 'makeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:60:43: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCommon.h:44:35: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCommon.h:62:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCommon.h:62:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCommon.h:63:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCommon.h:63:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCommon.h:66:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCommon.h:66:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCurveNet.h:47:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCurveNet.h:47:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCurveNet.h:48:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCurveNet.h:48:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCurveNet.h:50:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartCurveNet.h:50:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartFuse.h:45:35: style: The function 'makeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:60:43: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartFuse.h:45:35: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartFuse.h:63:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartFuse.h:63:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartFuse.h:64:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartFuse.h:64:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartFuse.h:67:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartFuse.h:67:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartPolygon.h:48:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:74:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartPolygon.h:48:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartPolygon.h:49:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:58:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartPolygon.h:49:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartSection.h:45:35: style: The function 'makeOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/FeaturePartBoolean.h:60:43: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartSection.h:45:35: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartSpline.h:40:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/PartFeature.h:62:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/FeaturePartSpline.h:40:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geom2d/BSplineCurve2dPyImp.cpp:1171:9: style: The scope of the variable 'number_of_poles' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/Geom2d/BSplineCurve2dPyImp.cpp:1172:9: style: The scope of the variable 'number_of_knots' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/Geom2d/BSplineCurve2dPyImp.cpp:1173:9: style: The scope of the variable 'sum_of_mults' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/Geometry.cpp:3487:55: style: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'Start'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:661:42: note: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'Start'.
FreeCAD-0.17/src/Mod/Part/App/Geometry.cpp:3487:55: note: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'Start'.
FreeCAD-0.17/src/Mod/Part/App/Geometry.cpp:3487:84: style: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'End'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/Geometry.h:662:42: note: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'End'.
FreeCAD-0.17/src/Mod/Part/App/Geometry.cpp:3487:84: note: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'End'.
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.cpp:2046:57: style: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'Start'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:503:42: note: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'Start'.
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.cpp:2046:57: note: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'Start'.
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.cpp:2046:86: style: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'End'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:504:42: note: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'End'.
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.cpp:2046:86: note: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'End'.
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:76:5: style: Class 'Geom2dPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:77:5: style: Class 'Geom2dPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:120:5: style: Class 'Geom2dBezierCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:143:5: style: Class 'Geom2dBSplineCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:253:5: style: Class 'Geom2dCircle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:278:5: style: Class 'Geom2dArcOfCircle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:304:5: style: Class 'Geom2dEllipse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:334:5: style: Class 'Geom2dArcOfEllipse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:364:5: style: Class 'Geom2dHyperbola' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:391:5: style: Class 'Geom2dArcOfHyperbola' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:419:5: style: Class 'Geom2dParabola' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:444:5: style: Class 'Geom2dArcOfParabola' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:470:5: style: Class 'Geom2dLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:525:5: style: Class 'Geom2dOffsetCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:526:5: style: Class 'Geom2dOffsetCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:549:5: style: Class 'Geom2dTrimmedCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:79:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:61:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:79:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:80:26: style: The function 'toShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:54:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:80:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:83:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:57:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:83:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:84:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:84:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:85:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:85:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:105:26: style: The function 'toShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:54:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:105:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:122:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:61:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:122:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:125:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:57:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:125:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:126:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:126:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:127:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:127:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:145:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:61:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:145:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:174:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:57:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:174:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:175:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:175:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:176:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:176:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:202:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:61:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:202:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:208:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:57:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:208:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:226:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:61:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:226:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:238:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:57:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:238:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:255:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:202:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:255:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:261:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:208:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:261:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:262:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:262:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:263:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:263:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:265:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:209:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:265:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:280:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:226:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:280:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:286:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:238:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:286:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:287:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:287:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:288:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:288:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:290:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:239:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:290:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:306:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:202:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:306:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:316:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:208:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:316:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:317:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:317:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:318:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:318:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:320:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:209:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:320:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:336:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:226:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:336:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:346:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:238:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:346:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:347:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:347:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:348:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:348:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:350:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:239:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:350:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:366:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:202:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:366:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:374:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:208:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:374:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:375:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:375:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:376:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:376:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:378:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:209:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:378:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:393:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:226:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:393:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:401:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:238:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:401:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:402:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:402:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:403:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:403:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:405:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:239:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:405:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:421:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:202:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:421:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:427:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:208:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:427:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:428:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:428:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:429:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:429:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:431:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:209:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:431:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:446:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:226:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:446:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:452:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:238:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:452:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:453:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:453:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:454:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:454:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:456:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:239:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:456:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:473:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:61:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:473:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:480:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:57:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:480:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:481:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:481:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:482:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:482:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:498:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:61:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:498:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:507:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:57:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:507:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:508:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:508:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:509:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:509:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:528:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:61:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:528:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:531:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:57:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:531:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:532:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:532:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:533:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:533:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:551:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:61:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:551:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:554:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:57:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:554:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:555:18: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:555:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:556:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/App/Geometry2d.h:556:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/App/ImportIges.cpp:67:61: style: Function 'ImportIgesParts' argument 2 names different: declaration 'Name' definition 'FileName'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/ImportIges.h:36:66: note: Function 'ImportIgesParts' argument 2 names different: declaration 'Name' definition 'FileName'.
FreeCAD-0.17/src/Mod/Part/App/ImportIges.cpp:67:61: note: Function 'ImportIgesParts' argument 2 names different: declaration 'Name' definition 'FileName'.
FreeCAD-0.17/src/Mod/Part/App/ProgressIndicator.h:36:5: style: Class 'ProgressIndicator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/ImportStep.cpp:160:62: style: Reading from empty STL container 'hash_col' [reademptycontainer]
FreeCAD-0.17/src/Mod/Part/App/ImportStep.cpp:161:27: style: Reading from empty STL container 'hash_col' [reademptycontainer]
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.cpp:942:9: style: Variable 'end' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.cpp:936:0: note: Variable 'end' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Mod/Part/App/PrimitiveFeature.cpp:942:9: note: Variable 'end' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Mod/Part/App/PropertyTopoShape.cpp:135:65: style: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'rclTrf'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/PropertyTopoShape.h:63:50: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'rclTrf'.
FreeCAD-0.17/src/Mod/Part/App/PropertyTopoShape.cpp:135:65: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'rclTrf'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:670:40: style: Function 'exportIges' argument 1 names different: declaration 'FileName' definition 'filename'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:141:33: note: Function 'exportIges' argument 1 names different: declaration 'FileName' definition 'filename'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:670:40: note: Function 'exportIges' argument 1 names different: declaration 'FileName' definition 'filename'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:691:40: style: Function 'exportStep' argument 1 names different: declaration 'FileName' definition 'filename'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:142:33: note: Function 'exportStep' argument 1 names different: declaration 'FileName' definition 'filename'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:691:40: note: Function 'exportStep' argument 1 names different: declaration 'FileName' definition 'filename'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:723:40: style: Function 'exportBrep' argument 1 names different: declaration 'FileName' definition 'filename'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:143:33: note: Function 'exportBrep' argument 1 names different: declaration 'FileName' definition 'filename'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:723:40: note: Function 'exportBrep' argument 1 names different: declaration 'FileName' definition 'filename'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:762:39: style: Function 'exportStl' argument 1 names different: declaration 'FileName' definition 'filename'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:146:33: note: Function 'exportStl' argument 1 names different: declaration 'FileName' definition 'filename'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:762:39: note: Function 'exportStl' argument 1 names different: declaration 'FileName' definition 'filename'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:1800:75: style: Function 'makeTube' argument 4 names different: declaration 'maxdeg' definition 'maxdegree'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:205:68: note: Function 'makeTube' argument 4 names different: declaration 'maxdeg' definition 'maxdegree'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:1800:75: note: Function 'makeTube' argument 4 names different: declaration 'maxdeg' definition 'maxdegree'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:1918:52: style: Function 'makeHelix' argument 5 names different: declaration 'left' definition 'leftHanded'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:208:26: note: Function 'makeHelix' argument 5 names different: declaration 'left' definition 'leftHanded'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:1918:52: note: Function 'makeHelix' argument 5 names different: declaration 'left' definition 'leftHanded'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:1919:52: style: Function 'makeHelix' argument 6 names different: declaration 'style' definition 'newStyle'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:208:64: note: Function 'makeHelix' argument 6 names different: declaration 'style' definition 'newStyle'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:1919:52: note: Function 'makeHelix' argument 6 names different: declaration 'style' definition 'newStyle'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:1982:56: style: Function 'makeLongHelix' argument 5 names different: declaration 'left' definition 'leftHanded'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:211:26: note: Function 'makeLongHelix' argument 5 names different: declaration 'left' definition 'leftHanded'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:1982:56: note: Function 'makeLongHelix' argument 5 names different: declaration 'left' definition 'leftHanded'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:2999:55: style: Function 'getFaces' argument 1 names different: declaration 'Points' definition 'aPoints'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:248:56: note: Function 'getFaces' argument 1 names different: declaration 'Points' definition 'aPoints'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:2999:55: note: Function 'getFaces' argument 1 names different: declaration 'Points' definition 'aPoints'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3000:46: style: Function 'getFaces' argument 2 names different: declaration 'faces' definition 'aTopo'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:248:83: note: Function 'getFaces' argument 2 names different: declaration 'faces' definition 'aTopo'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3000:46: note: Function 'getFaces' argument 2 names different: declaration 'faces' definition 'aTopo'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3001:32: style: Function 'getFaces' argument 3 names different: declaration 'Accuracy' definition 'accuracy'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:249:15: note: Function 'getFaces' argument 3 names different: declaration 'Accuracy' definition 'accuracy'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3001:32: note: Function 'getFaces' argument 3 names different: declaration 'Accuracy' definition 'accuracy'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3086:52: style: Function 'setFaces' argument 2 names different: declaration 'faces' definition 'Topo'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:251:45: note: Function 'setFaces' argument 2 names different: declaration 'faces' definition 'Topo'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3086:52: note: Function 'setFaces' argument 2 names different: declaration 'faces' definition 'Topo'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3258:69: style: Function 'getFacesFromSubelement' argument 2 names different: declaration 'Points' definition 'points'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:111:38: note: Function 'getFacesFromSubelement' argument 2 names different: declaration 'Points' definition 'points'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3258:69: note: Function 'getFacesFromSubelement' argument 2 names different: declaration 'Points' definition 'points'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3259:69: style: Function 'getFacesFromSubelement' argument 3 names different: declaration 'PointNormals' definition 'pointNormals'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.h:112:38: note: Function 'getFacesFromSubelement' argument 3 names different: declaration 'PointNormals' definition 'pointNormals'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:3259:69: note: Function 'getFacesFromSubelement' argument 3 names different: declaration 'PointNormals' definition 'pointNormals'.
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:2971:5: style: Struct 'MeshVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:2552:37: performance: Possible inefficient checking for 'openWires' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Part/App/TopoShape.cpp:2624:13: performance: Possible inefficient checking for 'wiresForMakingFaces' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2462:15: style: The scope of the variable 'pts' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2462:20: style: The scope of the variable 'geom' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2462:26: style: The scope of the variable 'pPt1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2462:32: style: The scope of the variable 'pPt2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2462:38: style: The scope of the variable 'pSuppType1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2462:50: style: The scope of the variable 'pSuppType2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2463:15: style: The scope of the variable 'pSupportIndex1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2463:32: style: The scope of the variable 'pSupportIndex2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2463:49: style: The scope of the variable 'pParm1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapePyImp.cpp:2463:58: style: The scope of the variable 'pParm2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/App/TopoShapeSolidPyImp.cpp:284:9: style: Condition '!paramOK' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Mod/Part/App/TopoShapeSolidPyImp.cpp:283:20: note: Assignment 'paramOK=false', assigned value is 0
FreeCAD-0.17/src/Mod/Part/App/TopoShapeSolidPyImp.cpp:284:9: note: Condition '!paramOK' is always true
FreeCAD-0.17/src/Mod/Part/App/TopoShapeSolidPyImp.cpp:122:5: style: Exception should be caught by reference. [catchExceptionByValue]
FreeCAD-0.17/src/Mod/Part/App/edgecluster.cpp:43:58: style: Function 'Edgecluster' argument 1 names different: declaration 'usorted_edges' definition 'unsorted_edges'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/App/edgecluster.h:63:49: note: Function 'Edgecluster' argument 1 names different: declaration 'usorted_edges' definition 'unsorted_edges'.
FreeCAD-0.17/src/Mod/Part/App/edgecluster.cpp:43:58: note: Function 'Edgecluster' argument 1 names different: declaration 'usorted_edges' definition 'unsorted_edges'.
FreeCAD-0.17/src/Mod/Part/App/edgecluster.h:72:10: performance: Technically the member function 'Part::Edgecluster::IsValidEdge' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Part/App/edgecluster.cpp:216:19: note: Technically the member function 'Part::Edgecluster::IsValidEdge' can be static.
FreeCAD-0.17/src/Mod/Part/App/edgecluster.h:72:10: note: Technically the member function 'Part::Edgecluster::IsValidEdge' can be static.
FreeCAD-0.17/src/Mod/Part/App/modelRefine.cpp:666:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.cpp:696:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.cpp:954:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.cpp:985:5: performance: Variable 'workShell' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Part/App/modelRefine.cpp:128:14: style: Technically the member function 'ModelRefine::WireSort::operator()' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Part/Gui/AppPartGui.cpp:106:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Part/Gui/Command.cpp:749:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeCAD-0.17/src/Mod/Part/Gui/Command.cpp:755:5: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Mod/Part/Gui/Command.cpp:749:5: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Mod/Part/Gui/DlgBooleanOperation.h:45:5: style: Class 'DlgBooleanOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgFilletEdges.h:47:5: style: Class 'FilletRadiusDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgFilletEdges.h:65:5: style: Class 'FilletRadiusModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgFilletEdges.h:149:5: style: Class 'TaskFilletEdges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgFilletEdges.h:173:5: style: Class 'TaskChamferEdges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgPrimitives.h:63:5: style: Class 'DlgPrimitives' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgPrimitives.h:83:5: style: Class 'Location' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/CrossSections.h:84:5: style: Class 'TaskCrossSections' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/Mirroring.h:43:5: style: Class 'Mirroring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskShapeBuilder.h:39:5: style: Class 'ShapeBuilderWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskLoft.h:39:5: style: Class 'LoftWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskSweep.h:43:5: style: Class 'SweepWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskCheckGeometry.h:77:5: style: Class 'ResultModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskCheckGeometry.h:98:5: style: Class 'TaskCheckGeometryResults' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgFilletEdges.h:141:25: style: The function 'getFilletType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/Gui/DlgFilletEdges.h:92:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/Gui/DlgFilletEdges.h:141:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/Gui/DlgBooleanOperation.cpp:55:9: style: Class 'BooleanOperationItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgFilletEdges.cpp:173:9: style: Class 'EdgeFaceSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgFilletEdges.cpp:217:13: style: Class 'SelectionObjectCompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgPrimitives.cpp:146:10: style: The function 'pickedPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/Gui/DlgPrimitives.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/Gui/DlgPrimitives.cpp:146:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/Gui/DlgPrimitives.cpp:152:13: style: The function 'command' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/Gui/DlgPrimitives.h:50:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/Gui/DlgPrimitives.cpp:152:13: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/Gui/DlgRevolution.cpp:198:48: style: Function 'setPosition' argument 1 names different: declaration 'dir' definition 'pos'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/DlgRevolution.h:49:37: note: Function 'setPosition' argument 1 names different: declaration 'dir' definition 'pos'.
FreeCAD-0.17/src/Mod/Part/Gui/DlgRevolution.cpp:198:48: note: Function 'setPosition' argument 1 names different: declaration 'dir' definition 'pos'.
FreeCAD-0.17/src/Mod/Part/Gui/DlgSettings3DViewPartImp.h:42:5: style: Class 'DlgSettings3DViewPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgSettingsGeneral.h:39:5: style: Class 'DlgSettingsGeneral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgSettingsGeneral.h:57:5: style: Class 'DlgImportExportIges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgSettingsGeneral.h:76:5: style: Class 'DlgImportExportStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/DlgSettingsGeneral.h:67:19: style: Class 'DlgImportExportIges' is unsafe, 'DlgImportExportIges::bg' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Mod/Part/Gui/DlgSettingsObjectColor.h:42:3: style: Class 'DlgSettingsObjectColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.cpp:110:13: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.cpp:111:9: style: The scope of the variable 'previ' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.cpp:104:69: style: Function 'renderShape' argument 1 names different: declaration 'vertexlist' definition 'coords'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.h:65:58: note: Function 'renderShape' argument 1 names different: declaration 'vertexlist' definition 'coords'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.cpp:104:69: note: Function 'renderShape' argument 1 names different: declaration 'vertexlist' definition 'coords'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.cpp:105:48: style: Function 'renderShape' argument 2 names different: declaration 'vertexindices' definition 'cindices'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.h:66:37: note: Function 'renderShape' argument 2 names different: declaration 'vertexindices' definition 'cindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.cpp:105:48: note: Function 'renderShape' argument 2 names different: declaration 'vertexindices' definition 'cindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.cpp:105:62: style: Function 'renderShape' argument 3 names different: declaration 'num_vertexindices' definition 'numindices'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.h:67:26: note: Function 'renderShape' argument 3 names different: declaration 'num_vertexindices' definition 'numindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepEdgeSet.cpp:105:62: note: Function 'renderShape' argument 3 names different: declaration 'num_vertexindices' definition 'numindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:999:5: style: Variable 'coords3d' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:997:0: note: Variable 'coords3d' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:999:5: note: Variable 'coords3d' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1000:5: style: Variable 'cur_coords3d' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:998:0: note: Variable 'cur_coords3d' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1000:5: note: Variable 'cur_coords3d' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1344:5: style: Variable 'coords3d' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1343:0: note: Variable 'coords3d' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1344:5: note: Variable 'coords3d' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:265:17: style: The scope of the variable 'numColor' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:669:13: style: The scope of the variable 'v1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:669:17: style: The scope of the variable 'v2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:669:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:669:25: style: The scope of the variable 'v4' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:835:21: style: The scope of the variable 'pindices' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1006:13: style: The scope of the variable 'v1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1006:17: style: The scope of the variable 'v2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1006:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1006:25: style: The scope of the variable 'v4' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1006:29: style: The scope of the variable 'pi' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1013:9: style: The scope of the variable 'matnr' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1014:9: style: The scope of the variable 'trinr' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1023:14: style: The scope of the variable 'RGBA' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1023:19: style: The scope of the variable 'R' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1023:21: style: The scope of the variable 'G' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1023:23: style: The scope of the variable 'B' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1023:25: style: The scope of the variable 'A' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1024:11: style: The scope of the variable 'Rf' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1024:14: style: The scope of the variable 'Gf' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1024:17: style: The scope of the variable 'Bf' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1024:20: style: The scope of the variable 'Af' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1350:13: style: The scope of the variable 'v1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1350:17: style: The scope of the variable 'v2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1350:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1350:25: style: The scope of the variable 'v4' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:983:37: style: Function 'render' argument 4 names different: declaration 'num_vertexindices' definition 'num_indices'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:128:21: note: Function 'render' argument 4 names different: declaration 'num_vertexindices' definition 'num_indices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:983:37: note: Function 'render' argument 4 names different: declaration 'num_vertexindices' definition 'num_indices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:987:48: style: Function 'render' argument 8 names different: declaration 'normindices' definition 'normalindices'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:132:32: note: Function 'render' argument 8 names different: declaration 'normindices' definition 'normalindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:987:48: note: Function 'render' argument 8 names different: declaration 'normindices' definition 'normalindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1315:37: style: Function 'renderShape' argument 5 names different: declaration 'num_vertexindices' definition 'num_indices'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.h:120:26: note: Function 'renderShape' argument 5 names different: declaration 'num_vertexindices' definition 'num_indices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1315:37: note: Function 'renderShape' argument 5 names different: declaration 'num_vertexindices' definition 'num_indices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1319:48: style: Function 'renderShape' argument 9 names different: declaration 'normindices' definition 'normalindices'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.h:124:37: note: Function 'renderShape' argument 9 names different: declaration 'normindices' definition 'normalindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepFaceSet.cpp:1319:48: note: Function 'renderShape' argument 9 names different: declaration 'normindices' definition 'normalindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.cpp:118:9: style: The scope of the variable 'previ' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.cpp:110:70: style: Function 'renderShape' argument 1 names different: declaration 'vertexlist' definition 'coords'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.h:61:58: note: Function 'renderShape' argument 1 names different: declaration 'vertexlist' definition 'coords'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.cpp:110:70: note: Function 'renderShape' argument 1 names different: declaration 'vertexlist' definition 'coords'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.cpp:111:49: style: Function 'renderShape' argument 2 names different: declaration 'vertexindices' definition 'cindices'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.h:62:37: note: Function 'renderShape' argument 2 names different: declaration 'vertexindices' definition 'cindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.cpp:111:49: note: Function 'renderShape' argument 2 names different: declaration 'vertexindices' definition 'cindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.cpp:112:38: style: Function 'renderShape' argument 3 names different: declaration 'num_vertexindices' definition 'numindices'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.h:63:26: note: Function 'renderShape' argument 3 names different: declaration 'num_vertexindices' definition 'numindices'.
FreeCAD-0.17/src/Mod/Part/Gui/SoBrepPointSet.cpp:112:38: note: Function 'renderShape' argument 3 names different: declaration 'num_vertexindices' definition 'numindices'.
FreeCAD-0.17/src/Mod/Part/Gui/TaskAttacher.cpp:250:46: style: Variable 'refs' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Part/Gui/TaskAttacher.cpp:236:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Part/Gui/TaskDimension.cpp:680:3: performance: Variable 'vector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Part/Gui/TaskDimension.cpp:696:3: performance: Variable 'vector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Part/Gui/TaskDimension.h:231:18: style: Class 'DimensionControl' is unsafe, 'DimensionControl::resetButton' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Mod/Part/Gui/TaskFaceColors.cpp:106:40: style: Class 'Private' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskFaceColors.cpp:106:40: style: Class 'Private' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Part/Gui/TaskFaceColors.h:71:5: style: Class 'TaskFaceColors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskFaceColors.cpp:76:9: style: Class 'FaceSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskFaceColors.cpp:106:5: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskOffset.cpp:58:5: warning: Member variable 'Private::offset' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Part/Gui/TaskOffset.h:67:5: style: Class 'TaskOffset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskShapeBuilder.cpp:98:5: warning: Member variable 'Private::gate' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Part/Gui/TaskThickness.cpp:62:5: warning: Member variable 'Private::thickness' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Part/Gui/TaskThickness.h:67:5: style: Class 'TaskThickness' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/TaskThickness.cpp:73:9: style: Class 'FaceSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderCurveNet.cpp:202:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.cpp:905:9: style: The scope of the variable 'numTriangles' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.cpp:905:24: style: The scope of the variable 'numNodes' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.cpp:905:35: style: The scope of the variable 'numNorms' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.cpp:905:46: style: The scope of the variable 'numFaces' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.cpp:905:57: style: The scope of the variable 'numEdges' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.cpp:905:68: style: The scope of the variable 'numLines' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.cpp:961:13: style: Variable 'numEdges' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderSpline.h:44:23: warning: The class 'ViewProviderSpline' defines member variable with name 'ControlPoints' also defined in its parent class 'ViewProviderPartExt'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.h:76:23: note: Parent variable 'ViewProviderPartExt::ControlPoints'
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderSpline.h:44:23: note: Derived variable 'ViewProviderSpline::ControlPoints'
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderSpline.h:46:10: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.h:100:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderSpline.h:46:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderSpline.h:50:10: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.h:141:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderSpline.h:50:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderHelixParametric.h:41:30: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.h:96:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderHelixParametric.h:41:30: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderHelixParametric.h:53:30: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderExt.h:96:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderHelixParametric.h:53:30: note: Function in derived class
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderMirror.cpp:207:68: style: Function 'dragMotionCallback' argument 2 names different: declaration 'd' definition 'drag'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderMirror.h:53:61: note: Function 'dragMotionCallback' argument 2 names different: declaration 'd' definition 'drag'.
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderMirror.cpp:207:68: note: Function 'dragMotionCallback' argument 2 names different: declaration 'd' definition 'drag'.
FreeCAD-0.17/src/Mod/Part/Gui/ViewProviderSpline.cpp:84:0: error: Memory leak: func [memleak]
FreeCAD-0.17/src/Mod/Part/Gui/Workbench.cpp:152:0: error: Memory leak: prim [memleak]
FreeCAD-0.17/src/Mod/Part/Gui/Workbench.cpp:152:0: error: Memory leak: bop [memleak]
FreeCAD-0.17/src/Mod/Part/Gui/Workbench.cpp:152:0: error: Memory leak: join [memleak]
FreeCAD-0.17/src/Mod/Part/Gui/Workbench.cpp:152:0: error: Memory leak: split [memleak]
FreeCAD-0.17/src/Mod/Part/Gui/Workbench.cpp:152:0: error: Memory leak: compound [memleak]
FreeCAD-0.17/src/Mod/Part/Gui/Workbench.cpp:204:0: error: Memory leak: solids [memleak]
FreeCAD-0.17/src/Mod/Part/Gui/Workbench.cpp:204:0: error: Memory leak: tool [memleak]
FreeCAD-0.17/src/Mod/Part/Gui/Workbench.cpp:204:0: error: Memory leak: boolop [memleak]
FreeCAD-0.17/src/Mod/Part/Gui/Workbench.cpp:204:0: error: Memory leak: measure [memleak]
FreeCAD-0.17/src/Mod/PartDesign/App/AppPartDesign.cpp:68:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/PartDesign/App/Body.cpp:130:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/App/Body.cpp:176:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.h:107:28: style: The function 'getBaseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:68:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.h:107:28: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureTransformed.h:61:28: style: The function 'getBaseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:68:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureTransformed.h:61:28: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureBase.h:44:28: style: The function 'getBaseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:68:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureBase.h:44:28: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureBase.h:46:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureBase.h:46:25: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureBoolean.h:55:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureBoolean.h:55:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureDressUp.h:57:28: style: The function 'getBaseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:68:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureDressUp.h:57:28: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureChamfer.h:50:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureChamfer.h:50:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureDraft.h:52:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureDraft.h:52:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureFillet.h:50:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureFillet.h:50:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureGroove.h:61:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureGroove.h:61:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureHole.h:75:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureHole.h:75:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureHole.h:89:18: style: The function 'Restore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.h:110:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureHole.h:89:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureLinearPattern.h:51:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureLinearPattern.h:51:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureLinearPattern.h:65:30: style: The function 'getTransformations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureTransformed.h:68:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureLinearPattern.h:65:30: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureLoft.h:52:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureLoft.h:52:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMirrored.h:48:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMirrored.h:48:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMirrored.h:59:30: style: The function 'getTransformations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureTransformed.h:68:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMirrored.h:59:30: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMultiTransform.h:48:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMultiTransform.h:48:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMultiTransform.h:60:30: style: The function 'getTransformations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureTransformed.h:68:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMultiTransform.h:60:30: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMultiTransform.h:63:18: style: The function 'positionBySupport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureTransformed.h:93:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMultiTransform.h:63:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureScaled.h:49:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureScaled.h:49:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureScaled.h:63:30: style: The function 'getTransformations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureTransformed.h:68:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureScaled.h:63:30: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureScaled.h:63:89: performance: Function parameter 'originals' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMultiTransform.cpp:78:101: performance: Function parameter 'originals' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePad.h:66:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePad.h:66:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.cpp:437:49: style: Function 'buildPipePath' argument 1 names different: declaration 'input' definition 'shape'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.h:64:47: note: Function 'buildPipePath' argument 1 names different: declaration 'input' definition 'shape'.
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.cpp:437:49: note: Function 'buildPipePath' argument 1 names different: declaration 'input' definition 'shape'.
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.cpp:437:90: style: Function 'buildPipePath' argument 2 names different: declaration 'edges' definition 'subedge'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.h:64:87: note: Function 'buildPipePath' argument 2 names different: declaration 'edges' definition 'subedge'.
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.cpp:437:90: note: Function 'buildPipePath' argument 2 names different: declaration 'edges' definition 'subedge'.
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.cpp:437:113: style: Function 'buildPipePath' argument 3 names different: declaration 'result' definition 'path'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.h:64:108: note: Function 'buildPipePath' argument 3 names different: declaration 'result' definition 'path'.
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.cpp:437:113: note: Function 'buildPipePath' argument 3 names different: declaration 'result' definition 'path'.
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.h:56:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePipe.h:56:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePocket.h:60:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePocket.h:60:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePolarPattern.h:52:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePolarPattern.h:52:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePolarPattern.h:67:30: style: The function 'getTransformations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureTransformed.h:68:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePolarPattern.h:67:30: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:54:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:54:25: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:60:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:74:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:60:23: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:86:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:86:36: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:125:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:125:36: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:165:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:165:36: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:204:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:204:36: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:246:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:246:36: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:287:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:287:36: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:326:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:326:36: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:372:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeaturePrimitive.h:372:36: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureRevolution.h:61:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureRevolution.h:61:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureScaled.cpp:59:93: performance: Function parameter 'originals' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.cpp:466:13: style: Variable 'loc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.cpp:463:0: note: Variable 'loc' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.cpp:466:13: note: Variable 'loc' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.cpp:511:47: style: Function 'generatePrism' argument 4 names different: declaration 'direction' definition 'dir'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.h:135:45: note: Function 'generatePrism' argument 4 names different: declaration 'direction' definition 'dir'.
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.cpp:511:47: note: Function 'generatePrism' argument 4 names different: declaration 'direction' definition 'dir'.
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureSketchBased.cpp:420:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureThickness.h:53:17: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/App/Feature.h:76:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureThickness.h:53:17: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/App/FeatureMultiTransform.h:60:89: performance: Function parameter 'originals' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/PartDesign/App/ShapeBinder.cpp:80:89: style: Function 'getFilteredReferences' argument 2 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/App/ShapeBinder.h:52:87: note: Function 'getFilteredReferences' argument 2 names different: declaration 'object' definition 'obj'.
FreeCAD-0.17/src/Mod/PartDesign/App/ShapeBinder.cpp:80:89: note: Function 'getFilteredReferences' argument 2 names different: declaration 'object' definition 'obj'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/AppPartDesignGui.cpp:102:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:464:14: warning: Either the condition 'if(pcActiveBody)' is redundant or there is possible null pointer dereference: pcActiveBody. [nullPointerRedundantCheck]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:487:23: note: Assuming that condition 'if(pcActiveBody)' is not redundant
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:464:14: note: Null pointer dereference
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:2119:100: warning: Either the condition 'if(pcActiveBody&&oldTip!=trFeat)' is redundant or there is possible null pointer dereference: pcActiveBody. [nullPointerRedundantCheck]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:2128:12: note: Assuming that condition 'if(pcActiveBody&&oldTip!=trFeat)' is not redundant
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:2119:100: note: Null pointer dereference
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:734:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:2091:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:2199:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Command.cpp:2200:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ReferenceSelection.h:62:5: style: Class 'NoDependentsSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/FeaturePickDialog.cpp:86:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/FeaturePickDialog.cpp:102:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ReferenceSelection.cpp:303:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskBooleanParameters.cpp:75:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskBooleanParameters.cpp:152:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskBooleanParameters.cpp:359:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskBooleanParameters.h:86:5: style: Class 'TaskDlgBooleanParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBoolean.h:49:18: style: The function 'onDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBoolean.h:49:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBoolean.h:54:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBoolean.h:54:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskBooleanParameters.cpp:148:17: error: Iterator 'b' used after element has been erased. [eraseDereference]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskBooleanParameters.cpp:163:73: note: Iterator 'b' used after element has been erased.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskBooleanParameters.cpp:148:17: note: Iterator 'b' used after element has been erased.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.cpp:155:24: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.cpp:71:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeatureParameters.h:73:5: style: Class 'TaskDlgFeatureParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:90:5: style: Class 'TaskDlgDressUpParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:64:5: style: Class 'TaskDlgChamferParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDressUp.h:59:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDressUp.h:59:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:98:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeatureParameters.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:98:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderChamfer.h:42:33: style: The function 'featureName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDressUp.h:56:33: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderChamfer.h:42:33: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderChamfer.h:46:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderChamfer.h:46:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:42:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:56:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:42:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:46:10: style: The function 'onRefDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:46:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:49:18: style: The function 'clearButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:49:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:50:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:70:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:50:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:69:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:98:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskChamferParameters.h:69:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDatumParameters.cpp:70:61: style: Function 'TaskDatumParameters' argument 1 names different: declaration 'DatumView' definition 'ViewProvider'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDatumParameters.h:54:44: note: Function 'TaskDatumParameters' argument 1 names different: declaration 'DatumView' definition 'ViewProvider'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDatumParameters.cpp:70:61: note: Function 'TaskDatumParameters' argument 1 names different: declaration 'DatumView' definition 'ViewProvider'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDatumParameters.cpp:91:67: style: Function 'TaskDlgDatumParameters' argument 1 names different: declaration 'DatumView' definition 'ViewProvider'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDatumParameters.h:64:47: note: Function 'TaskDlgDatumParameters' argument 1 names different: declaration 'DatumView' definition 'ViewProvider'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDatumParameters.cpp:91:67: note: Function 'TaskDlgDatumParameters' argument 1 names different: declaration 'DatumView' definition 'ViewProvider'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDatumParameters.cpp:112:24: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDatumParameters.h:64:5: style: Class 'TaskDlgDatumParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.cpp:226:56: style: Function 'onReversedChanged' argument 1 names different: declaration 'reversed' definition 'on'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:50:33: note: Function 'onReversedChanged' argument 1 names different: declaration 'reversed' definition 'on'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.cpp:226:56: note: Function 'onReversedChanged' argument 1 names different: declaration 'reversed' definition 'on'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.cpp:258:67: style: Function 'TaskDlgDraftParameters' argument 1 names different: declaration 'DraftView' definition 'DressUpView'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:70:47: note: Function 'TaskDlgDraftParameters' argument 1 names different: declaration 'DraftView' definition 'DressUpView'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.cpp:258:67: note: Function 'TaskDlgDraftParameters' argument 1 names different: declaration 'DraftView' definition 'DressUpView'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:70:5: style: Class 'TaskDlgDraftParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDraft.h:42:33: style: The function 'featureName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDressUp.h:56:33: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDraft.h:42:33: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDraft.h:46:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDraft.h:46:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:53:10: style: The function 'onRefDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:53:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:56:18: style: The function 'clearButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:56:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:57:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:70:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:57:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:75:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:98:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDraftParameters.h:75:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.cpp:146:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h:68:5: style: Class 'TaskDlgSketchBasedParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h:73:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeatureParameters.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h:73:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h:75:18: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeatureParameters.h:80:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h:75:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:226:9: style: The scope of the variable 'index' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:492:99: style: Function 'TaskDlgFeaturePick' argument 3 names different: declaration 'acceptfunc' definition 'afunc'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeaturePick.h:106:83: note: Function 'TaskDlgFeaturePick' argument 3 names different: declaration 'acceptfunc' definition 'afunc'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:492:99: note: Function 'TaskDlgFeaturePick' argument 3 names different: declaration 'acceptfunc' definition 'afunc'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:493:99: style: Function 'TaskDlgFeaturePick' argument 4 names different: declaration 'workfunc' definition 'wfunc'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeaturePick.h:107:83: note: Function 'TaskDlgFeaturePick' argument 4 names different: declaration 'workfunc' definition 'wfunc'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:493:99: note: Function 'TaskDlgFeaturePick' argument 4 names different: declaration 'workfunc' definition 'wfunc'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:170:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp:235:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.cpp:156:24: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.cpp:71:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:64:5: style: Class 'TaskDlgFilletParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderFillet.h:42:33: style: The function 'featureName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDressUp.h:56:33: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderFillet.h:42:33: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderFillet.h:46:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderFillet.h:46:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:42:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:56:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:42:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:46:10: style: The function 'onRefDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:46:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:50:18: style: The function 'clearButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:50:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:51:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:70:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:51:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:69:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:98:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFilletParameters.h:69:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskHoleParameters.h:139:5: style: Class 'TaskDlgHoleParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderHole.h:45:10: style: The function 'onDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderHole.h:45:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderHole.h:47:10: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderHole.h:47:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:69:18: warning: Virtual function 'onFeatureDeleted' is called from constructor 'TaskLinearPatternParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 81. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.cpp:81:5: note: Calling setupUI
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.cpp:115:53: note: Calling onFeatureDeleted
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:69:18: note: onFeatureDeleted is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:69:18: warning: Virtual function 'onFeatureDeleted' is called from constructor 'TaskLinearPatternParameters(TaskMultiTransformParameters*parentTask,QLayout*layout)' at line 105. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.cpp:105:5: note: Calling setupUI
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.cpp:115:53: note: Calling onFeatureDeleted
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:69:18: note: onFeatureDeleted is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedMessages.h:46:5: style: Class 'TaskTransformedMessages' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:67:5: style: Class 'ComboLinks' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:221:5: style: Class 'TaskDlgTransformedParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:115:5: style: Class 'TaskDlgMultiTransformParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:99:5: style: Class 'TaskDlgLinearPatternParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.h:47:18: style: The function 'onDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.h:47:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.h:56:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.h:56:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.h:57:18: style: The function 'unsetEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.h:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:229:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeatureParameters.h:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:229:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:231:18: style: The function 'reject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskFeatureParameters.h:80:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:231:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.h:41:18: style: The function 'onDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.h:47:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.h:45:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.h:45:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:68:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:143:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:68:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:81:18: style: The function 'onSubTaskButtonOK' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:161:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:81:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:85:18: style: The function 'onFeatureDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:164:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:85:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:87:18: style: The function 'slotDeletedObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:191:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:87:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:90:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:192:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:90:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:91:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:193:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:91:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:92:18: style: The function 'clearButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:194:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:92:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:120:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:229:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:120:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.h:41:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.h:41:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:60:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:143:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:60:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:69:18: style: The function 'onFeatureDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:164:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:69:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:72:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:192:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:72:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:73:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:193:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:73:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:74:18: style: The function 'clearButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:194:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h:74:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLoftParameters.cpp:170:60: style: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLoftParameters.h:69:43: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLoftParameters.cpp:170:60: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLoftParameters.cpp:174:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:44:10: style: The function 'doubleClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:44:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:46:18: style: The function 'onDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:46:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:50:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:50:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:51:18: style: The function 'unsetEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:51:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:52:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:52:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:54:19: style: The function 'getIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:53:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderLoft.h:54:19: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLoftParameters.h:94:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h:73:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskLoftParameters.h:94:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:67:18: warning: Virtual function 'onFeatureDeleted' is called from constructor 'TaskMirroredParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 78. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.cpp:78:5: note: Calling setupUI
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.cpp:112:53: note: Calling onFeatureDeleted
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:67:18: note: onFeatureDeleted is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:67:18: warning: Virtual function 'onFeatureDeleted' is called from constructor 'TaskMirroredParameters(TaskMultiTransformParameters*parentTask,QLayout*layout)' at line 102. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.cpp:102:5: note: Calling setupUI
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.cpp:112:53: note: Calling onFeatureDeleted
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:67:18: note: onFeatureDeleted is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:90:5: style: Class 'TaskDlgMirroredParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderMirrored.h:42:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderMirrored.h:42:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:62:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:143:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:62:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:67:18: style: The function 'onFeatureDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:164:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:67:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:70:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:192:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:70:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:71:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:193:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:71:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:72:18: style: The function 'clearButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:194:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:72:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:95:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:229:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMirroredParameters.h:95:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:127:121: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:144:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:498:123: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:85:18: warning: Virtual function 'onFeatureDeleted' is called from constructor 'TaskMultiTransformParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 77. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:77:53: note: Calling onFeatureDeleted
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:85:18: note: onFeatureDeleted is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: warning: Virtual function 'onUpdateView' is called from constructor 'TaskMultiTransformParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 83. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:83:32: note: Calling onTransformEdit
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:257:27: note: Calling onUpdateView
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: note: onUpdateView is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: warning: Virtual function 'onUpdateView' is called from constructor 'TaskMultiTransformParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:91:32: note: Calling onTransformAddMirrored
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:280:5: note: Calling finishAdd
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:392:5: note: Calling onTransformEdit
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:257:27: note: Calling onUpdateView
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: note: onUpdateView is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: warning: Virtual function 'onUpdateView' is called from constructor 'TaskMultiTransformParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:95:32: note: Calling onTransformAddLinearPattern
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:312:5: note: Calling finishAdd
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:392:5: note: Calling onTransformEdit
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:257:27: note: Calling onUpdateView
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: note: onUpdateView is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: warning: Virtual function 'onUpdateView' is called from constructor 'TaskMultiTransformParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 99. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:99:32: note: Calling onTransformAddPolarPattern
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:331:5: note: Calling finishAdd
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:392:5: note: Calling onTransformEdit
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:257:27: note: Calling onUpdateView
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: note: onUpdateView is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: warning: Virtual function 'onUpdateView' is called from constructor 'TaskMultiTransformParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 103. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:103:32: note: Calling onTransformAddScaled
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:346:5: note: Calling finishAdd
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:392:5: note: Calling onTransformEdit
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:257:27: note: Calling onUpdateView
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: note: onUpdateView is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: warning: Virtual function 'onUpdateView' is called from constructor 'TaskMultiTransformParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 115. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:115:24: note: Calling onUpdateView
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: note: onUpdateView is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: warning: Virtual function 'onUpdateView' is called from constructor 'TaskMultiTransformParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 118. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:118:24: note: Calling onTransformActivated
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:263:5: note: Calling onTransformEdit
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp:257:27: note: Calling onUpdateView
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h:84:18: note: onUpdateView is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:100:5: style: Class 'TaskDlgPolarPatternParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:89:5: style: Class 'TaskDlgScaledParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.h:41:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.h:41:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:60:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:143:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:60:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:68:18: style: The function 'onFeatureDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:164:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:68:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:71:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:192:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:71:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:72:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:193:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:72:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:73:18: style: The function 'clearButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:194:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:73:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderScaled.h:41:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderScaled.h:41:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:59:18: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:143:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:59:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:65:18: style: The function 'onFeatureDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:164:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:65:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:68:18: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:192:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:68:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:69:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:193:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:69:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:70:18: style: The function 'clearButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:194:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:70:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:94:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:229:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:94:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderSketchBased.h:46:18: style: The function 'onDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderSketchBased.h:46:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPad.h:45:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPad.h:45:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:219:60: style: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.h:72:43: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:219:60: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:219:76: style: Function 'removeFromListWidget' argument 2 names different: declaration 'name' definition 'itemstr'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.h:72:54: note: Function 'removeFromListWidget' argument 2 names different: declaration 'name' definition 'itemstr'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:219:76: note: Function 'removeFromListWidget' argument 2 names different: declaration 'name' definition 'itemstr'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:509:61: style: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.h:111:43: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:509:61: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:668:57: style: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.h:146:43: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:668:57: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:718:24: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:774:17: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:105:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:223:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:337:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:513:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.cpp:672:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:44:10: style: The function 'doubleClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:44:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:46:18: style: The function 'onDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:46:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:50:19: style: The function 'getIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:53:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:50:19: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:51:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:51:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:52:18: style: The function 'unsetEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:52:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:55:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPipe.h:55:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.h:175:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h:73:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPipeParameters.h:175:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPocketParameters.h:95:5: style: Class 'TaskDlgPocketParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPocket.h:46:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPocket.h:46:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:68:18: warning: Virtual function 'onFeatureDeleted' is called from constructor 'TaskPolarPatternParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 79. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp:79:5: note: Calling setupUI
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp:113:53: note: Calling onFeatureDeleted
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:68:18: note: onFeatureDeleted is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:68:18: warning: Virtual function 'onFeatureDeleted' is called from constructor 'TaskPolarPatternParameters(TaskMultiTransformParameters*parentTask,QLayout*layout)' at line 103. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp:103:5: note: Calling setupUI
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp:113:53: note: Calling onFeatureDeleted
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h:68:18: note: onFeatureDeleted is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:55:33: warning: The class 'ViewProviderPrimitive' defines member variable with name 'previewFaceSet' also defined in its parent class 'ViewProviderAddSub'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderAddSub.h:50:33: note: Parent variable 'ViewProviderAddSub::previewFaceSet'
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:55:33: note: Derived variable 'ViewProviderPrimitive::previewFaceSet'
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskPrimitiveParameters.h:119:5: style: Class 'TaskPrimitiveParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:43:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderAddSub.h:42:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:43:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:44:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderAddSub.h:43:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:47:19: style: The function 'getIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:53:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:47:19: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:49:19: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:49:19: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:50:18: style: The function 'unsetEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderPrimitive.h:50:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumCS.h:44:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatum.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumCS.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumCS.h:47:18: style: The function 'setExtents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatum.h:76:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumCS.h:47:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskRevolutionParameters.h:114:5: style: Class 'TaskDlgRevolutionParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderRevolution.h:46:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderRevolution.h:46:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:65:18: warning: Virtual function 'onFeatureDeleted' is called from constructor 'TaskScaledParameters(ViewProviderTransformed*TransformedView,QWidget*parent=0)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.cpp:67:5: note: Calling setupUI
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.cpp:99:53: note: Calling onFeatureDeleted
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:65:18: note: onFeatureDeleted is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:65:18: warning: Virtual function 'onFeatureDeleted' is called from constructor 'TaskScaledParameters(TaskMultiTransformParameters*parentTask,QLayout*layout)' at line 89. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.cpp:89:5: note: Calling setupUI
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.cpp:99:53: note: Calling onFeatureDeleted
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskScaledParameters.h:65:18: note: onFeatureDeleted is a virtual method
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskShapeBinder.cpp:201:57: style: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskShapeBinder.h:66:44: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskShapeBinder.cpp:201:57: note: Function 'removeFromListWidget' argument 1 names different: declaration 'w' definition 'widget'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskShapeBinder.cpp:201:73: style: Function 'removeFromListWidget' argument 2 names different: declaration 'name' definition 'itemstr'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskShapeBinder.h:66:55: note: Function 'removeFromListWidget' argument 2 names different: declaration 'name' definition 'itemstr'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskShapeBinder.cpp:201:73: note: Function 'removeFromListWidget' argument 2 names different: declaration 'name' definition 'itemstr'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskShapeBinder.cpp:321:24: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskShapeBinder.cpp:205:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.cpp:173:60: style: Function 'onReversedChanged' argument 1 names different: declaration 'reversed' definition 'on'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:51:33: note: Function 'onReversedChanged' argument 1 names different: declaration 'reversed' definition 'on'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.cpp:173:60: note: Function 'onReversedChanged' argument 1 names different: declaration 'reversed' definition 'on'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.cpp:216:79: style: Function 'TaskDlgThicknessParameters' argument 1 names different: declaration 'ThicknessView' definition 'DressUpView'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:69:55: note: Function 'TaskDlgThicknessParameters' argument 1 names different: declaration 'ThicknessView' definition 'DressUpView'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.cpp:216:79: note: Function 'TaskDlgThicknessParameters' argument 1 names different: declaration 'ThicknessView' definition 'DressUpView'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.cpp:73:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:69:5: style: Class 'TaskDlgThicknessParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderThickness.h:42:33: style: The function 'featureName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDressUp.h:56:33: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderThickness.h:42:33: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderThickness.h:46:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderThickness.h:46:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:52:10: style: The function 'onRefDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:52:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:55:18: style: The function 'clearButtons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:55:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:56:10: style: The function 'changeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:70:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:56:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:74:18: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskDressUpParameters.h:98:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskThicknessParameters.h:74:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedMessages.cpp:42:75: style: Function 'TaskTransformedMessages' argument 1 names different: declaration 'transformedView' definition 'transformedView_'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedMessages.h:46:54: note: Function 'TaskTransformedMessages' argument 1 names different: declaration 'transformedView' definition 'transformedView_'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedMessages.cpp:42:75: note: Function 'TaskTransformedMessages' argument 1 names different: declaration 'transformedView' definition 'transformedView_'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.cpp:364:85: style: Function 'TaskDlgTransformedParameters' argument 1 names different: declaration 'TransformedView' definition 'TransformedView_'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.h:221:59: note: Function 'TaskDlgTransformedParameters' argument 1 names different: declaration 'TransformedView' definition 'TransformedView_'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.cpp:364:85: note: Function 'TaskDlgTransformedParameters' argument 1 names different: declaration 'TransformedView' definition 'TransformedView_'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/TaskTransformedParameters.cpp:181:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Utils.cpp:488:42: style: Function 'relinkToOrigin' argument 1 names different: declaration 'feature' definition 'feat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Utils.h:81:42: note: Function 'relinkToOrigin' argument 1 names different: declaration 'feature' definition 'feat'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/Utils.cpp:488:42: note: Function 'relinkToOrigin' argument 1 names different: declaration 'feature' definition 'feat'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/Utils.cpp:488:66: style: Function 'relinkToOrigin' argument 2 names different: declaration 'body' definition 'targetbody'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Utils.h:81:69: note: Function 'relinkToOrigin' argument 2 names different: declaration 'body' definition 'targetbody'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/Utils.cpp:488:66: note: Function 'relinkToOrigin' argument 2 names different: declaration 'body' definition 'targetbody'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp:118:9: style: The scope of the variable 'numTriangles' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp:118:24: style: The scope of the variable 'numNodes' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp:118:35: style: The scope of the variable 'numNorms' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp:118:46: style: The scope of the variable 'numFaces' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderAddSub.cpp:119:19: style: Unused variable: faceEdges [unusedVariable]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBase.h:41:18: style: The function 'doubleClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBase.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBase.h:45:18: style: The function 'setEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:74:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBase.h:45:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBase.h:46:18: style: The function 'unsetEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:75:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBase.h:46:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBody.cpp:330:18: style: The scope of the variable 'origin' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBody.cpp:268:48: style: Function 'slotChangedObjectGui' argument 1 names different: declaration 'obj' definition 'vp'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBody.h:90:72: note: Function 'slotChangedObjectGui' argument 1 names different: declaration 'obj' definition 'vp'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBody.cpp:268:48: note: Function 'slotChangedObjectGui' argument 1 names different: declaration 'obj' definition 'vp'.
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBody.cpp:141:0: error: Memory leak: func [memleak]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderBoolean.cpp:120:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumLine.h:42:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatum.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumLine.h:42:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumLine.h:45:18: style: The function 'setExtents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatum.h:76:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumLine.h:45:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.h:41:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatum.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.h:44:10: style: The function 'setExtents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatum.h:76:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.h:44:10: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.h:41:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatum.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderGroove.h:49:39: style: The function 'getEditDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProvider.h:85:39: note: Virtual function in base class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderGroove.h:49:39: note: Function in derived class
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.cpp:145:116: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.cpp:176:116: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/ViewProviderTransformed.cpp:333:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/PartDesign/Gui/Workbench.cpp:526:0: error: Memory leak: part [memleak]
FreeCAD-0.17/src/Mod/PartDesign/Gui/WorkflowManager.h:96:14: performance: Technically the member function 'PartDesignGui::WorkflowManager::guessWorkflow' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/PartDesign/Gui/WorkflowManager.cpp:196:27: note: Technically the member function 'PartDesignGui::WorkflowManager::guessWorkflow' can be static.
FreeCAD-0.17/src/Mod/PartDesign/Gui/WorkflowManager.h:96:14: note: Technically the member function 'PartDesignGui::WorkflowManager::guessWorkflow' can be static.
FreeCAD-0.17/src/Mod/Path/App/AppPath.cpp:54:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Path/App/FeaturePathCompound.h:52:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Path/App/FeaturePath.h:49:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Path/App/FeaturePathCompound.h:52:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Path/App/FeaturePathCompound.h:55:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Path/App/FeaturePath.h:52:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Path/App/FeaturePathCompound.h:55:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Path/App/FeaturePathCompound.h:63:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Path/App/FeaturePath.h:56:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Path/App/FeaturePathCompound.h:63:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1207:33: style: Function 'project' argument 1 names different: declaration 'out' definition 'shape_out'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:374:38: note: Function 'project' argument 1 names different: declaration 'out' definition 'shape_out'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1207:33: note: Function 'project' argument 1 names different: declaration 'out' definition 'shape_out'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1208:29: style: Function 'project' argument 2 names different: declaration 'in' definition 'shape_in'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:374:63: note: Function 'project' argument 2 names different: declaration 'in' definition 'shape_in'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1208:29: note: Function 'project' argument 2 names different: declaration 'in' definition 'shape_in'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1289:9: style: Function 'makeSections' argument 3 names different: declaration 'plane' definition 'enum'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:245:33: note: Function 'makeSections' argument 3 names different: declaration 'plane' definition 'enum'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1289:9: note: Function 'makeSections' argument 3 names different: declaration 'plane' definition 'enum'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1828:41: style: Function 'makeOffset' argument 4 names different: declaration 'from_center' definition 'double'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:222:34: note: Function 'makeOffset' argument 4 names different: declaration 'from_center' definition 'double'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1828:41: note: Function 'makeOffset' argument 4 names different: declaration 'from_center' definition 'double'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2093:42: style: Function 'toShape' argument 1 names different: declaration 'curve' definition '_c'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:332:47: note: Function 'toShape' argument 1 names different: declaration 'curve' definition '_c'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2093:42: note: Function 'toShape' argument 1 names different: declaration 'curve' definition '_c'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2203:83: style: Function 'toShape' argument 4 names different: declaration 'reoirent' definition 'reorient'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:324:43: note: Function 'toShape' argument 4 names different: declaration 'reoirent' definition 'reorient'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2203:83: note: Function 'toShape' argument 4 names different: declaration 'reoirent' definition 'reorient'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2811:29: style: Function 'sortWires' argument 3 names different: declaration 'pstart' definition '_pstart'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:358:43: note: Function 'sortWires' argument 3 names different: declaration 'pstart' definition '_pstart'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2811:29: note: Function 'sortWires' argument 3 names different: declaration 'pstart' definition '_pstart'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2811:46: style: Function 'sortWires' argument 4 names different: declaration 'pend' definition '_pend'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:358:64: note: Function 'sortWires' argument 4 names different: declaration 'pend' definition '_pend'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2811:46: note: Function 'sortWires' argument 4 names different: declaration 'pend' definition '_pend'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2812:35: style: Function 'sortWires' argument 6 names different: declaration 'arc_plane' definition '_parc_plane'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:359:20: note: Function 'sortWires' argument 6 names different: declaration 'arc_plane' definition '_parc_plane'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2812:35: note: Function 'sortWires' argument 6 names different: declaration 'arc_plane' definition '_parc_plane'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:3139:74: style: Function 'setWireOrientation' argument 3 names different: declaration 'ccw' definition 'wire_ccw'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:376:79: note: Function 'setWireOrientation' argument 3 names different: declaration 'ccw' definition 'wire_ccw'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:3139:74: note: Function 'setWireOrientation' argument 3 names different: declaration 'ccw' definition 'wire_ccw'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:3160:23: style: Function 'toPath' argument 3 names different: declaration 'pstart' definition '_pstart'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Area.h:371:27: note: Function 'toPath' argument 3 names different: declaration 'pstart' definition '_pstart'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:3160:23: note: Function 'toPath' argument 3 names different: declaration 'pstart' definition '_pstart'.
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1608:21: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1748:17: style: Variable 'conf' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1908:15: style: Unused variable: areaOpen [unusedVariable]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:256:3: warning: Member variable 'Point3d::x' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:256:3: warning: Member variable 'Point3d::y' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:256:3: warning: Member variable 'Point3d::z' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:299:3: warning: Member variable 'Vector2d::dx' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:299:3: warning: Member variable 'Vector2d::dy' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:367:3: warning: Member variable 'Vector3d::dx' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:367:3: warning: Member variable 'Vector3d::dy' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:367:3: warning: Member variable 'Vector3d::dz' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:443:3: warning: Member variable 'CLine::ok' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:480:3: warning: Member variable 'Circle::radius' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:593:3: warning: Member variable 'Span::dir' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:593:3: warning: Member variable 'Span::returnSpanProperties' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:593:3: warning: Member variable 'Span::length' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:593:3: warning: Member variable 'Span::radius' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:593:3: warning: Member variable 'Span::angle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:593:3: warning: Member variable 'Span::NullSpan' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:693:3: warning: Member variable 'Plane::d' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:720:3: warning: Member variable 'spVertex::type' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:720:3: warning: Member variable 'spVertex::spanid' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:961:3: warning: Member variable 'Line::length' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:310:3: style: 'Vector2d::operator=' should return 'Vector2d &'. [operatorEq]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:379:3: style: 'Vector3d::operator=' should return 'Vector3d &'. [operatorEq]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:761:3: style: 'SpanVertex::operator=' should return 'SpanVertex &'. [operatorEq]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:802:3: style: 'Kurve::operator=' should return 'Kurve &'. [operatorEq]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:441:79: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:441:87: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:442:77: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:442:85: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:443:35: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:443:44: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:444:51: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:444:59: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:509:35: performance: Variable 'min' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:509:47: performance: Variable 'max' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:523:53: performance: Variable 'min' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:523:65: performance: Variable 'max' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:594:106: performance: Variable 'pc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:237:8: style: Technically the member function 'geoff_geometry::Point::get' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:285:8: style: Technically the member function 'geoff_geometry::Point3d::get' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:336:8: style: Technically the member function 'geoff_geometry::Vector2d::get' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:723:8: style: Technically the member function 'geoff_geometry::spVertex::operator==' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:733:8: style: Technically the member function 'geoff_geometry::spVertex::operator!=' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:227:8: style: Technically the member function 'ClipperLib::ClipperBase::PreserveCollinear' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:263:8: style: Technically the member function 'ClipperLib::Clipper::ReverseSolution' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:265:8: style: Technically the member function 'ClipperLib::Clipper::StrictlySimple' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/Area.h:75:15: style: Technically the member function 'CArea::num_curves' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:759:10: performance: Technically the member function 'WireJoiner::splitEdges' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:841:9: performance: Technically the member function 'WireJoiner::findClosedWires' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:160:3: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:218:5: style: Class 'Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:219:3: style: Class 'Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:257:3: style: Class 'Point3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:262:3: style: Class 'Point3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:266:3: style: Class 'Point3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:301:5: style: Class 'Vector2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:305:3: style: Class 'Vector2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:306:3: style: Class 'Vector2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:370:3: style: Class 'Vector3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:373:3: style: Class 'Vector3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:374:3: style: Class 'Vector3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:445:3: style: Class 'CLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:484:3: style: Class 'Circle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:743:3: style: Class 'SpanDataObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:744:3: style: Class 'SpanDataObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:964:3: style: Class 'Line' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/Point.h:42:2: style: Class 'Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:120:3: style: Struct 'DoublePoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:253:3: style: Class 'Clipper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:383:5: style: Class 'clipperException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/App/Area.h:106:1: warning: The class 'Area' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:204:2: warning: The class 'Point' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:247:2: warning: The class 'Point3d' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:432:2: warning: The class 'CLine' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:472:2: warning: The class 'Circle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:272:8: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:233:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:272:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:664:103: performance: Function parameter 'c3' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:544:17: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:705:15: performance: Possible inefficient checking for 'edges' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:714:23: performance: Possible inefficient checking for 'edges' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:1625:29: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:2965:11: performance: Possible inefficient checking for 'shape_list' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/App/Area.cpp:3318:47: error: Uninitialized variable: clockwise [uninitvar]
FreeCAD-0.17/src/Mod/Path/App/AreaPyImp.cpp:81:29: style: Variable 'params' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Path/App/AreaPyImp.cpp:408:23: style: Variable 'params' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Path/App/Command.cpp:87:45: style: Function 'getValue' argument 1 names different: declaration 'name' definition 'attr'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/App/Command.h:60:44: note: Function 'getValue' argument 1 names different: declaration 'name' definition 'attr'.
FreeCAD-0.17/src/Mod/Path/App/Command.cpp:87:45: note: Function 'getValue' argument 1 names different: declaration 'name' definition 'attr'.
FreeCAD-0.17/src/Mod/Path/App/FeatureArea.cpp:69:19: error: Return value of allocation function 'execute' is not stored. [leakReturnValNotUsed]
FreeCAD-0.17/src/Mod/Path/App/FeatureAreaPyImp.cpp:60:28: style: Variable 'feature' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Path/App/FeaturePathShape.h:65:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Path/App/FeaturePath.h:49:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Path/App/FeaturePathShape.h:65:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Path/App/Path.cpp:143:47: performance: Function parameter 'instr' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Path/App/Tooltable.cpp:151:46: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Path/App/Tooltable.cpp:186:54: performance: Function parameter 'mat' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Path/App/Tooltable.cpp:307:9: style: Redundant checking of STL container element existence before removing it. [redundantIfRemove]
FreeCAD-0.17/src/Mod/Path/Gui/AppPathGui.cpp:55:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Path/Gui/DlgSettingsPathColor.h:37:3: style: Class 'DlgSettingsPathColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/Gui/TaskDlgPathCompound.h:63:5: style: Class 'TaskDlgPathCompound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPathCompound.h:43:11: style: The function 'getIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPath.h:76:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPathCompound.h:43:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPath.cpp:575:24: style: The scope of the variable 'q' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPath.cpp:191:52: style: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPath.h:71:38: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPath.cpp:191:52: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPathShape.h:51:11: style: The function 'getIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPath.h:76:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Path/Gui/ViewProviderPathShape.h:51:11: note: Function in derived class
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/AppPathSimulator.cpp:64:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:77:2: warning: Member variable 'cLineSegment::len' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:77:2: warning: Member variable 'cLineSegment::lenXY' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:96:2: warning: Member variable 'cSimTool::type' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:96:2: warning: Member variable 'cSimTool::radius' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:96:2: warning: Member variable 'cSimTool::tipAngle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:96:2: warning: Member variable 'cSimTool::dradius' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:96:2: warning: Member variable 'cSimTool::chamRatio' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:41:2: style: Struct 'Point3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:42:2: style: Struct 'Point3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:123:0: warning: Possible leak in public function. The pointer 'data' is not deallocated before it is allocated. [publicAllocationError]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:154:27: style: Function 'TesselTop' argument 1 names different: declaration 'x' definition 'xp'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:153:20: note: Function 'TesselTop' argument 1 names different: declaration 'x' definition 'xp'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:154:27: note: Function 'TesselTop' argument 1 names different: declaration 'x' definition 'xp'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:154:35: style: Function 'TesselTop' argument 2 names different: declaration 'y' definition 'yp'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:153:27: note: Function 'TesselTop' argument 2 names different: declaration 'y' definition 'yp'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:154:35: note: Function 'TesselTop' argument 2 names different: declaration 'y' definition 'yp'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:300:27: style: Function 'TesselBot' argument 1 names different: declaration 'x' definition 'xp'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:154:20: note: Function 'TesselBot' argument 1 names different: declaration 'x' definition 'xp'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:300:27: note: Function 'TesselBot' argument 1 names different: declaration 'x' definition 'xp'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:300:35: style: Function 'TesselBot' argument 2 names different: declaration 'y' definition 'yp'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:154:27: note: Function 'TesselBot' argument 2 names different: declaration 'y' definition 'yp'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:300:35: note: Function 'TesselBot' argument 2 names different: declaration 'y' definition 'yp'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:483:33: style: Function 'CreatePocket' argument 1 names different: declaration 'x' definition 'cxf'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:141:29: note: Function 'CreatePocket' argument 1 names different: declaration 'x' definition 'cxf'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:483:33: note: Function 'CreatePocket' argument 1 names different: declaration 'x' definition 'cxf'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:483:44: style: Function 'CreatePocket' argument 2 names different: declaration 'y' definition 'cyf'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:141:38: note: Function 'CreatePocket' argument 2 names different: declaration 'y' definition 'cyf'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:483:44: note: Function 'CreatePocket' argument 2 names different: declaration 'y' definition 'cyf'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:483:55: style: Function 'CreatePocket' argument 3 names different: declaration 'rad' definition 'radf'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:141:47: note: Function 'CreatePocket' argument 3 names different: declaration 'rad' definition 'radf'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:483:55: note: Function 'CreatePocket' argument 3 names different: declaration 'rad' definition 'radf'.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:80:7: style: Technically the member function 'cLineSegment::PointAt' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:676:20: note: Technically the member function 'cLineSegment::PointAt' can be const.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:80:7: note: Technically the member function 'cLineSegment::PointAt' can be const.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:150:7: style: Technically the member function 'cStock::FindRectBot' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:198:14: note: Technically the member function 'cStock::FindRectBot' can be const.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:150:7: note: Technically the member function 'cStock::FindRectBot' can be const.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:151:7: style: Technically the member function 'cStock::SetFacetPoints' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.cpp:420:14: note: Technically the member function 'cStock::SetFacetPoints' can be const.
FreeCAD-0.17/src/Mod/Path/PathSimulator/App/VolSim.h:151:7: note: Technically the member function 'cStock::SetFacetPoints' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:76:47: style: Function 'ChangeStartToNearest' argument 1 names different: declaration 'pstart' definition 'point'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/Area.h:89:44: note: Function 'ChangeStartToNearest' argument 1 names different: declaration 'pstart' definition 'point'.
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:76:47: note: Function 'ChangeStartToNearest' argument 1 names different: declaration 'pstart' definition 'point'.
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:550:59: style: Function 'SplitAndMakePocketToolpath' argument 1 names different: declaration 'toolpath' definition 'curve_list'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/Area.h:80:53: note: Function 'SplitAndMakePocketToolpath' argument 1 names different: declaration 'toolpath' definition 'curve_list'.
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:550:59: note: Function 'SplitAndMakePocketToolpath' argument 1 names different: declaration 'toolpath' definition 'curve_list'.
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:576:51: style: Function 'MakePocketToolpath' argument 1 names different: declaration 'toolpath' definition 'curve_list'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/Area.h:79:45: note: Function 'MakePocketToolpath' argument 1 names different: declaration 'toolpath' definition 'curve_list'.
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:576:51: note: Function 'MakePocketToolpath' argument 1 names different: declaration 'toolpath' definition 'curve_list'.
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:51:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:62:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:147:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:230:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:233:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:304:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:345:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:395:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:413:135: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:416:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:419:123: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:435:118: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:455:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:463:118: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:472:116: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:479:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:482:117: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:568:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:608:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:618:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:630:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:644:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:665:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:740:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:748:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:759:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:771:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:776:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:816:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:799:3: performance: Variable 'm_curve' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:797:2: style: Class 'ThickLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:94:11: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:466:6: performance: Possible inefficient checking for 'zigzag_list' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:496:13: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:564:5: performance: Possible inefficient checking for 'areas' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:600:6: performance: Possible inefficient checking for 'm_areas' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:649:8: performance: Possible inefficient checking for 'm_areas' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:690:8: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:697:8: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:704:8: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Area.cpp:779:7: performance: Possible inefficient checking for 'pts' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:44:10: style: The scope of the variable 'phi' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:186:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:258:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:263:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:272:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:309:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:320:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:328:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:338:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:433:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:475:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:554:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:563:106: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:24:11: style: Technically the member function 'DoubleAreaPoint::int_point' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:23:2: style: Class 'DoubleAreaPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/AreaClipper.cpp:306:15: performance: Possible inefficient checking for 'm_vertices' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.h:137:3: warning: Class 'CDxfRead' which has virtual members does not have a virtual destructor. [virtualDestructor]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.h:84:7: style: Technically the member function 'CDxfWrite::Failed' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.h:139:7: style: Technically the member function 'CDxfRead::Failed' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.h:81:2: style: Class 'CDxfWrite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.h:136:2: style: Class 'CDxfRead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/AreaDxf.h:21:7: style: The function 'OnReadLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.h:146:15: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Path/libarea/AreaDxf.h:21:7: note: Function in derived class
FreeCAD-0.17/src/Mod/Path/libarea/AreaDxf.h:22:7: style: The function 'OnReadArc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.h:149:15: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Path/libarea/AreaDxf.h:22:7: note: Function in derived class
FreeCAD-0.17/src/Mod/Path/libarea/AreaDxf.cpp:13:14: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/AreaOrderer.cpp:127:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:34:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:76:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:92:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:99:120: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:119:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:125:111: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:147:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:179:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:212:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:225:137: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:243:153: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:262:156: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:275:172: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:288:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:305:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:315:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:368:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:381:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:406:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:409:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:410:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:479:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:518:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:526:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:58:3: performance: Variable 'curve' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:22:2: style: Class 'IslandAndOffset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:56:2: style: Class 'CurveTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:401:0: error: Memory leak: a2 [memleak]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:250:10: performance: Possible inefficient checking for 'touching_list' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:294:7: performance: Possible inefficient checking for 'offset_islands' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:340:8: performance: Possible inefficient checking for 'to_do_list_for_MakeOffsets' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:354:8: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:470:5: performance: Possible inefficient checking for 'm_curves' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:509:22: performance: Possible inefficient checking for 'to_do_list' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/AreaPocket.cpp:522:8: performance: Possible inefficient checking for 'CurveTreeDestructList' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Circle.cpp:38:2: performance: Variable 'm_c' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:294:12: style: The scope of the variable 'phi' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:63:100: style: Function 'CheckForArc' argument 3 names different: declaration 'arc' definition 'arc_returned'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.h:98:100: note: Function 'CheckForArc' argument 3 names different: declaration 'arc' definition 'arc_returned'.
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:63:100: note: Function 'CheckForArc' argument 3 names different: declaration 'arc' definition 'arc_returned'.
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:402:42: style: Function 'NearestPoint' argument 1 names different: declaration 'p' definition 'c'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.h:107:35: note: Function 'NearestPoint' argument 1 names different: declaration 'p' definition 'c'.
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:402:42: note: Function 'NearestPoint' argument 1 names different: declaration 'p' definition 'c'.
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:972:39: style: Function 'operator+=' argument 1 names different: declaration 'p' definition 'curve'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.h:125:32: note: Function 'operator+=' argument 1 names different: declaration 'p' definition 'curve'.
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:972:39: note: Function 'operator+=' argument 1 names different: declaration 'p' definition 'curve'.
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:75:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:99:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:130:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:181:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:204:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:273:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:274:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:283:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:365:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:381:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:410:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:436:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:454:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:477:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:509:106: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:567:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:605:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:620:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:648:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:650:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:668:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:705:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:730:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:799:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:824:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:848:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:869:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:898:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:918:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:949:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:974:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:1002:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:1007:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.h:97:7: performance: Technically the member function 'CCurve::AddArcOrLines' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:152:14: note: Technically the member function 'CCurve::AddArcOrLines' can be static.
FreeCAD-0.17/src/Mod/Path/libarea/Curve.h:97:7: note: Technically the member function 'CCurve::AddArcOrLines' can be static.
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:184:42: performance: Possible inefficient checking for 'new_vertices' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:229:5: performance: Possible inefficient checking for 'might_be_an_arc' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:492:5: performance: Possible inefficient checking for 'm_vertices' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:594:5: performance: Possible inefficient checking for 'ordered_points' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:628:21: performance: Possible inefficient checking for 'm_vertices' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:914:5: performance: Possible inefficient checking for 'm_vertices' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:979:8: performance: Possible inefficient checking for 'm_vertices' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/Curve.cpp:1010:7: performance: Possible inefficient checking for 'pts' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Path/libarea/PythonStuff.cpp:77:2: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'std::size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
FreeCAD-0.17/src/Mod/Path/libarea/PythonStuff.cpp:80:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/PythonStuff.cpp:91:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/PythonStuff.cpp:185:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/PythonStuff.cpp:205:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/PythonStuff.cpp:215:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:718:8: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1004:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:991:7: note: outer condition: NextIsForward
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1004:13: note: opposite inner condition: !NextIsForward
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2869:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2867:22: note: outer condition: e->OutIdx>=0
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2869:19: note: identical inner condition: e->OutIdx>=0
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:4046:50: style: The scope of the variable 'X2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:922:49: style: Function 'ProcessBound' argument 2 names different: declaration 'IsClockwise' definition 'NextIsForward'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:234:38: note: Function 'ProcessBound' argument 2 names different: declaration 'IsClockwise' definition 'NextIsForward'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:922:49: note: Function 'ProcessBound' argument 2 names different: declaration 'IsClockwise' definition 'NextIsForward'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1733:71: style: Function 'AddLocalMinPoly' argument 3 names different: declaration 'pt' definition 'Pt'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:313:64: note: Function 'AddLocalMinPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1733:71: note: Function 'AddLocalMinPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1773:69: style: Function 'AddLocalMaxPoly' argument 3 names different: declaration 'pt' definition 'Pt'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:312:62: note: Function 'AddLocalMaxPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1773:69: note: Function 'AddLocalMaxPoly' argument 3 names different: declaration 'pt' definition 'Pt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1822:62: style: Function 'AddJoin' argument 3 names different: declaration 'offPt' definition 'OffPt'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:334:55: note: Function 'AddJoin' argument 3 names different: declaration 'offPt' definition 'OffPt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1822:62: note: Function 'AddJoin' argument 3 names different: declaration 'offPt' definition 'OffPt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1848:54: style: Function 'AddGhostJoin' argument 2 names different: declaration 'offPt' definition 'OffPt'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:337:47: note: Function 'AddGhostJoin' argument 2 names different: declaration 'offPt' definition 'OffPt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1848:54: note: Function 'AddGhostJoin' argument 2 names different: declaration 'offPt' definition 'OffPt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1993:62: style: Function 'IntersectEdges' argument 3 names different: declaration 'pt' definition 'Pt'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:316:55: note: Function 'IntersectEdges' argument 3 names different: declaration 'pt' definition 'Pt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1993:62: note: Function 'IntersectEdges' argument 3 names different: declaration 'pt' definition 'Pt'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2237:32: style: Function 'GetOutRec' argument 1 names different: declaration 'idx' definition 'Idx'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:314:25: note: Function 'GetOutRec' argument 1 names different: declaration 'idx' definition 'Idx'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2237:32: note: Function 'GetOutRec' argument 1 names different: declaration 'idx' definition 'Idx'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2445:41: style: Function 'SwapPositionsInAEL' argument 1 names different: declaration 'edge1' definition 'Edge1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:308:34: note: Function 'SwapPositionsInAEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2445:41: note: Function 'SwapPositionsInAEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2445:55: style: Function 'SwapPositionsInAEL' argument 2 names different: declaration 'edge2' definition 'Edge2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:308:48: note: Function 'SwapPositionsInAEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2445:55: note: Function 'SwapPositionsInAEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2492:41: style: Function 'SwapPositionsInSEL' argument 1 names different: declaration 'edge1' definition 'Edge1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:305:34: note: Function 'SwapPositionsInSEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2492:41: note: Function 'SwapPositionsInSEL' argument 1 names different: declaration 'edge1' definition 'Edge1'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2492:55: style: Function 'SwapPositionsInSEL' argument 2 names different: declaration 'edge2' definition 'Edge2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:305:48: note: Function 'SwapPositionsInSEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2492:55: note: Function 'SwapPositionsInSEL' argument 2 names different: declaration 'edge2' definition 'Edge2'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:3625:56: style: Function 'ClipperOffset' argument 2 names different: declaration 'roundPrecision' definition 'arcTolerance'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:352:49: note: Function 'ClipperOffset' argument 2 names different: declaration 'roundPrecision' definition 'arcTolerance'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:3625:56: note: Function 'ClipperOffset' argument 2 names different: declaration 'roundPrecision' definition 'arcTolerance'.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:3962:9: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:255:7: performance: Variable 'lo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:293:8: style: Technically the member function 'ClipperLib::Clipper::SetWindingCount' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1522:15: note: Technically the member function 'ClipperLib::Clipper::SetWindingCount' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:293:8: note: Technically the member function 'ClipperLib::Clipper::SetWindingCount' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:315:8: style: Technically the member function 'ClipperLib::Clipper::AppendPolygon' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2246:15: note: Technically the member function 'ClipperLib::Clipper::AppendPolygon' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:315:8: note: Technically the member function 'ClipperLib::Clipper::AppendPolygon' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:327:8: style: Technically the member function 'ClipperLib::Clipper::SetHoleState' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:2188:15: note: Technically the member function 'ClipperLib::Clipper::SetHoleState' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:327:8: note: Technically the member function 'ClipperLib::Clipper::SetHoleState' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:333:8: performance: Technically the member function 'ClipperLib::Clipper::FixHoleLinkage' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:1421:15: note: Technically the member function 'ClipperLib::Clipper::FixHoleLinkage' can be static.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:333:8: note: Technically the member function 'ClipperLib::Clipper::FixHoleLinkage' can be static.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:341:8: style: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts1' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:3476:15: note: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts1' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:341:8: note: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts1' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:342:8: style: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts2' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:3493:15: note: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts2' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:342:8: note: Technically the member function 'ClipperLib::Clipper::FixupFirstLefts2' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:126:15: style: Technically the member function 'ClipperLib::LocMinSorter::operator()' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:225:16: warning: Virtual function 'Clear' is called from destructor '~ClipperBase()' at line 886. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:886:3: note: Calling Clear
FreeCAD-0.17/src/Mod/Path/libarea/clipper.hpp:225:16: note: Clear is a virtual method
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:253:5: style: Class 'Int128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/clipper.cpp:247:1: warning: The class 'Int128' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.cpp:956:27: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.cpp:165:11: warning: Member variable 'CDxfRead::m_str' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.cpp:165:11: warning: Member variable 'CDxfRead::m_section_name' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.cpp:165:11: warning: Member variable 'CDxfRead::m_block_name' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.cpp:18:2: style: Class 'CDxfWrite' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.cpp:18:2: style: Class 'CDxfWrite' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.cpp:175:2: style: Class 'CDxfRead' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Path/libarea/dxf.cpp:175:2: style: Class 'CDxfRead' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:485:10: style: The scope of the variable 't' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:485:26: style: The scope of the variable 'tOther' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:204:32: style: Function 'Mid' argument 1 names different: declaration 'p' definition 'p1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:236:26: note: Function 'Mid' argument 1 names different: declaration 'p' definition 'p1'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:204:32: note: Function 'Mid' argument 1 names different: declaration 'p' definition 'p1'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:218:35: style: Function 'Rel' argument 2 names different: declaration 'x' definition 'x0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:625:35: note: Function 'Rel' argument 2 names different: declaration 'x' definition 'x0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:218:35: note: Function 'Rel' argument 2 names different: declaration 'x' definition 'x0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:218:46: style: Function 'Rel' argument 3 names different: declaration 'y' definition 'y0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:625:45: note: Function 'Rel' argument 3 names different: declaration 'y' definition 'y0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:218:46: note: Function 'Rel' argument 3 names different: declaration 'y' definition 'y0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:269:34: style: Function 'Dist' argument 1 names different: declaration 'p1' definition 'p0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:461:86: note: Function 'Dist' argument 1 names different: declaration 'p1' definition 'p0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:269:34: note: Function 'Dist' argument 1 names different: declaration 'p1' definition 'p0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:331:43: style: Function 'AtAngle' argument 2 names different: declaration 'p' definition 'p0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:644:43: note: Function 'AtAngle' argument 2 names different: declaration 'p' definition 'p0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:331:43: note: Function 'AtAngle' argument 2 names different: declaration 'p' definition 'p0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:337:21: style: Function 'Parallel' argument 1 names different: declaration 'LR' definition 'side'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:650:21: note: Function 'Parallel' argument 1 names different: declaration 'LR' definition 'side'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:337:21: note: Function 'Parallel' argument 1 names different: declaration 'LR' definition 'side'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:337:40: style: Function 'Parallel' argument 2 names different: declaration 's' definition 's0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:650:38: note: Function 'Parallel' argument 2 names different: declaration 's' definition 's0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:337:40: note: Function 'Parallel' argument 2 names different: declaration 's' definition 's0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:360:40: style: Function 'Circle' argument 2 names different: declaration 'r' definition 'rad'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:481:34: note: Function 'Circle' argument 2 names different: declaration 'r' definition 'rad'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:360:40: note: Function 'Circle' argument 2 names different: declaration 'r' definition 'rad'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:367:47: style: Function 'Circle' argument 2 names different: declaration 'pc' definition 'pc0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:482:40: note: Function 'Circle' argument 2 names different: declaration 'pc' definition 'pc0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:367:47: note: Function 'Circle' argument 2 names different: declaration 'pc' definition 'pc0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:431:64: style: Function 'Tanto' argument 4 names different: declaration 'c1' definition 'c'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:647:64: note: Function 'Tanto' argument 4 names different: declaration 'c1' definition 'c'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:431:64: note: Function 'Tanto' argument 4 names different: declaration 'c1' definition 'c'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:517:19: style: Function 'Intof' argument 1 names different: declaration 'LR' definition 'intMode'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:633:18: note: Function 'Intof' argument 1 names different: declaration 'LR' definition 'intMode'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:517:19: note: Function 'Intof' argument 1 names different: declaration 'LR' definition 'intMode'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:523:19: style: Function 'Intof' argument 1 names different: declaration 'LR' definition 'intMode'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:634:18: note: Function 'Intof' argument 1 names different: declaration 'LR' definition 'intMode'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:523:19: note: Function 'Intof' argument 1 names different: declaration 'LR' definition 'intMode'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:657:28: style: Function 'Tanto' argument 2 names different: declaration 'AT' definition 'AT0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:661:27: note: Function 'Tanto' argument 2 names different: declaration 'AT' definition 'AT0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:657:28: note: Function 'Tanto' argument 2 names different: declaration 'AT' definition 'AT0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:657:47: style: Function 'Tanto' argument 3 names different: declaration 'c' definition 'c0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:661:45: note: Function 'Tanto' argument 3 names different: declaration 'c' definition 'c0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:657:47: note: Function 'Tanto' argument 3 names different: declaration 'c' definition 'c0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:675:22: style: Function 'Parallel' argument 1 names different: declaration 'LR' definition 'side'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:670:22: note: Function 'Parallel' argument 1 names different: declaration 'LR' definition 'side'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:675:22: note: Function 'Parallel' argument 1 names different: declaration 'LR' definition 'side'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:675:42: style: Function 'Parallel' argument 2 names different: declaration 'c' definition 'c0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:670:40: note: Function 'Parallel' argument 2 names different: declaration 'c' definition 'c0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:675:42: note: Function 'Parallel' argument 2 names different: declaration 'c' definition 'c0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:681:23: warning: Function 'atn360' argument order different: declaration 'dx, dy' definition 'dy, dx' [funcArgOrderDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:602:23: note: Function 'atn360' argument order different: declaration 'dx, dy' definition 'dy, dx'
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:681:23: note: Function 'atn360' argument order different: declaration 'dx, dy' definition 'dy, dx'
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:781:50: style: Function 'Plane' argument 2 names different: declaration 'n' definition 'v'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:696:44: note: Function 'Plane' argument 2 names different: declaration 'n' definition 'v'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:781:50: note: Function 'Plane' argument 2 names different: declaration 'n' definition 'v'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:244:3: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:245:3: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:362:3: performance: Variable 'pc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:378:3: performance: Variable 'pc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:775:3: performance: Variable 'normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:783:3: performance: Variable 'normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:790:3: performance: Variable 'normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:452:10: style: Technically the member function 'geoff_geometry::CLine::c' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Construction.cpp:234:16: note: Technically the member function 'geoff_geometry::CLine::c' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:452:10: note: Technically the member function 'geoff_geometry::CLine::c' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:44:32: style: Function 'LineLineIntof' argument 1 names different: declaration 'L0' definition 'sp0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:932:32: note: Function 'LineLineIntof' argument 1 names different: declaration 'L0' definition 'sp0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:44:32: note: Function 'LineLineIntof' argument 1 names different: declaration 'L0' definition 'sp0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:44:50: style: Function 'LineLineIntof' argument 2 names different: declaration 'L1' definition 'sp1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:932:49: note: Function 'LineLineIntof' argument 2 names different: declaration 'L1' definition 'sp1'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:44:50: note: Function 'LineLineIntof' argument 2 names different: declaration 'L1' definition 'sp1'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:204:28: style: Function 'Line' argument 1 names different: declaration 'p0' definition 'p'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:962:23: note: Function 'Line' argument 1 names different: declaration 'p0' definition 'p'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:204:28: note: Function 'Line' argument 1 names different: declaration 'p0' definition 'p'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:213:28: style: Function 'Line' argument 1 names different: declaration 'p0' definition 'p'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:963:23: note: Function 'Line' argument 1 names different: declaration 'p0' definition 'p'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:213:28: note: Function 'Line' argument 1 names different: declaration 'p0' definition 'p'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:283:24: style: Function 'Intof' argument 1 names different: declaration 'v0' definition 'l0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:942:24: note: Function 'Intof' argument 1 names different: declaration 'v0' definition 'l0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:283:24: note: Function 'Intof' argument 1 names different: declaration 'v0' definition 'l0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:283:40: style: Function 'Intof' argument 2 names different: declaration 'v1' definition 'l1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:942:40: note: Function 'Intof' argument 2 names different: declaration 'v1' definition 'l1'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:283:40: note: Function 'Intof' argument 2 names different: declaration 'v1' definition 'l1'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:492:40: style: Function 'Triangle3d' argument 1 names different: declaration 'vert1' definition 'p1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:988:29: note: Function 'Triangle3d' argument 1 names different: declaration 'vert1' definition 'p1'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:492:40: note: Function 'Triangle3d' argument 1 names different: declaration 'vert1' definition 'p1'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:492:59: style: Function 'Triangle3d' argument 2 names different: declaration 'vert2' definition 'p2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:988:51: note: Function 'Triangle3d' argument 2 names different: declaration 'vert2' definition 'p2'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:492:59: note: Function 'Triangle3d' argument 2 names different: declaration 'vert2' definition 'p2'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:492:78: style: Function 'Triangle3d' argument 3 names different: declaration 'vert3' definition 'p3'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:988:73: note: Function 'Triangle3d' argument 3 names different: declaration 'vert3' definition 'p3'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:492:78: note: Function 'Triangle3d' argument 3 names different: declaration 'vert3' definition 'p3'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:206:3: performance: Variable 'p0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:207:3: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:215:3: performance: Variable 'p0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:216:3: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:224:3: performance: Variable 'p0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:225:3: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:493:3: performance: Variable 'vert1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:494:3: performance: Variable 'vert2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Finite.cpp:495:3: performance: Variable 'vert3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Matrix.cpp:169:10: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Matrix.cpp:169:13: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Matrix.cpp:206:10: style: The scope of the variable 'p1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Matrix.cpp:338:18: style: The scope of the variable 'biga' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Matrix.cpp:339:24: style: The scope of the variable 'kk' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Matrix.cpp:598:32: style: Function 'Mirrored' argument 1 names different: declaration 'm' definition 'tmMirrored'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:704:25: note: Function 'Mirrored' argument 1 names different: declaration 'm' definition 'tmMirrored'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Matrix.cpp:598:32: note: Function 'Mirrored' argument 1 names different: declaration 'm' definition 'tmMirrored'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:197:10: style: Technically the member function 'geoff_geometry::Matrix::Inverse' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/Matrix.cpp:331:17: note: Technically the member function 'geoff_geometry::Matrix::Inverse' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:197:10: note: Technically the member function 'geoff_geometry::Matrix::Inverse' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:150:2: warning: The class 'Matrix' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:837:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:598:8: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:608:19: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:681:19: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:697:19: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:703:19: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:729:20: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:735:9: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:742:20: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:750:19: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:760:19: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:58:39: style: Function 'Add' argument 2 names different: declaration 'type' definition 'spantype'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:756:28: note: Function 'Add' argument 2 names different: declaration 'type' definition 'spantype'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:58:39: note: Function 'Add' argument 2 names different: declaration 'type' definition 'spantype'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:58:62: style: Function 'Add' argument 3 names different: declaration 'p0' definition 'p'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:756:47: note: Function 'Add' argument 3 names different: declaration 'p0' definition 'p'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:58:62: note: Function 'Add' argument 3 names different: declaration 'p0' definition 'p'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:241:27: style: Function 'minmax' argument 1 names different: declaration 'pmin' definition 'min'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:577:22: note: Function 'minmax' argument 1 names different: declaration 'pmin' definition 'min'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:241:27: note: Function 'minmax' argument 1 names different: declaration 'pmin' definition 'min'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:241:39: style: Function 'minmax' argument 2 names different: declaration 'pmax' definition 'max'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:577:35: note: Function 'minmax' argument 2 names different: declaration 'pmax' definition 'max'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:241:39: note: Function 'minmax' argument 2 names different: declaration 'pmax' definition 'max'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:417:28: style: Function 'Kurve' argument 1 names different: declaration 'k0' definition 'k'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:801:22: note: Function 'Kurve' argument 1 names different: declaration 'k0' definition 'k'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:417:28: note: Function 'Kurve' argument 1 names different: declaration 'k0' definition 'k'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:569:22: style: Function 'Add' argument 1 names different: declaration 'type' definition 'span_type'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:822:16: note: Function 'Add' argument 1 names different: declaration 'type' definition 'span_type'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:569:22: note: Function 'Add' argument 1 names different: declaration 'type' definition 'span_type'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:676:63: style: Function 'Replace' argument 3 names different: declaration 'p' definition 'p0'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:831:57: note: Function 'Replace' argument 3 names different: declaration 'p' definition 'p0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:676:63: note: Function 'Replace' argument 3 names different: declaration 'p' definition 'p0'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:709:47: style: Function 'Get' argument 2 names different: declaration 'ignoreNullSpans' definition 'igNoreNullSpans'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:834:41: note: Function 'Get' argument 2 names different: declaration 'ignoreNullSpans' definition 'igNoreNullSpans'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:709:47: note: Function 'Get' argument 2 names different: declaration 'ignoreNullSpans' definition 'igNoreNullSpans'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:719:22: style: Function 'Get' argument 1 names different: declaration 'vertex' definition 'vertexnumber'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:820:16: note: Function 'Get' argument 1 names different: declaration 'vertex' definition 'vertexnumber'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:719:22: note: Function 'Get' argument 1 names different: declaration 'vertex' definition 'vertexnumber'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:724:21: style: Function 'Get' argument 1 names different: declaration 'spanVertexNumber' definition 'vertexnumber'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:833:16: note: Function 'Get' argument 1 names different: declaration 'spanVertexNumber' definition 'vertexnumber'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:724:21: note: Function 'Get' argument 1 names different: declaration 'spanVertexNumber' definition 'vertexnumber'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:724:42: style: Function 'Get' argument 2 names different: declaration 'p' definition 'pe'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:833:41: note: Function 'Get' argument 2 names different: declaration 'p' definition 'pe'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:724:42: note: Function 'Get' argument 2 names different: declaration 'p' definition 'pe'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:746:27: style: Function 'GetSpanID' argument 1 names different: declaration 'spanVertexNumber' definition 'vertexnumber'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:832:22: note: Function 'GetSpanID' argument 1 names different: declaration 'spanVertexNumber' definition 'vertexnumber'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:746:27: note: Function 'GetSpanID' argument 1 names different: declaration 'spanVertexNumber' definition 'vertexnumber'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:904:24: style: Function 'Mid' argument 1 names different: declaration 'sp' definition 'span'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:624:24: note: Function 'Mid' argument 1 names different: declaration 'sp' definition 'span'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:904:24: note: Function 'Mid' argument 1 names different: declaration 'sp' definition 'span'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1045:28: style: Function 'minmax' argument 1 names different: declaration 'pmin' definition 'min'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:843:22: note: Function 'minmax' argument 1 names different: declaration 'pmin' definition 'min'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1045:28: note: Function 'minmax' argument 1 names different: declaration 'pmin' definition 'min'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1045:40: style: Function 'minmax' argument 2 names different: declaration 'pmax' definition 'max'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:843:35: note: Function 'minmax' argument 2 names different: declaration 'pmax' definition 'max'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1045:40: note: Function 'minmax' argument 2 names different: declaration 'pmax' definition 'max'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1130:31: style: Function 'Intof' argument 1 names different: declaration 'sp' definition 'spin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:863:26: note: Function 'Intof' argument 1 names different: declaration 'sp' definition 'spin'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1130:31: note: Function 'Intof' argument 1 names different: declaration 'sp' definition 'spin'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1205:49: style: Function 'Split' argument 2 names different: declaration 'reslution' definition 'resolution'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:876:43: note: Function 'Split' argument 2 names different: declaration 'reslution' definition 'resolution'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1205:49: note: Function 'Split' argument 2 names different: declaration 'reslution' definition 'resolution'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1297:11: style: Variable 'dir0' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1074:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:20:14: warning: Member variable 'SpanVertex::type' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:20:14: warning: Member variable 'SpanVertex::spanid' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:20:14: warning: Member variable 'SpanVertex::x' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:20:14: warning: Member variable 'SpanVertex::y' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:20:14: warning: Member variable 'SpanVertex::xc' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:20:14: warning: Member variable 'SpanVertex::yc' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:573:8: style: Technically the member function 'geoff_geometry::Span::Offset' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:104:13: note: Technically the member function 'geoff_geometry::Span::Offset' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:573:8: note: Technically the member function 'geoff_geometry::Span::Offset' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:766:7: style: Technically the member function 'geoff_geometry::SpanVertex::GetSpanID' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:99:18: note: Technically the member function 'geoff_geometry::SpanVertex::GetSpanID' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:766:7: note: Technically the member function 'geoff_geometry::SpanVertex::GetSpanID' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:831:8: style: Technically the member function 'geoff_geometry::Kurve::Replace' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:676:14: note: Technically the member function 'geoff_geometry::Kurve::Replace' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:831:8: note: Technically the member function 'geoff_geometry::Kurve::Replace' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:843:8: style: Technically the member function 'geoff_geometry::Kurve::minmax' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1045:14: note: Technically the member function 'geoff_geometry::Kurve::minmax' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:843:8: note: Technically the member function 'geoff_geometry::Kurve::minmax' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:875:8: style: Technically the member function 'geoff_geometry::Kurve::AddIndex' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:695:14: note: Technically the member function 'geoff_geometry::Kurve::AddIndex' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:875:8: note: Technically the member function 'geoff_geometry::Kurve::AddIndex' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:880:8: style: Technically the member function 'geoff_geometry::Kurve::Part' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1370:13: note: Technically the member function 'geoff_geometry::Kurve::Part' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:880:8: note: Technically the member function 'geoff_geometry::Kurve::Part' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:881:9: style: Technically the member function 'geoff_geometry::Kurve::Part' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/kurve.cpp:1381:14: note: Technically the member function 'geoff_geometry::Kurve::Part' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:881:9: note: Technically the member function 'geoff_geometry::Kurve::Part' can be const.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:747:2: warning: The class 'SpanVertex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/offset.cpp:184:9: style: The scope of the variable 'clipped' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/offset.cpp:290:35: style: Function 'OffsetISOMethod' argument 1 names different: declaration 'kOffset' definition 'kOut'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Path/libarea/kurve/geometry.h:862:31: note: Function 'OffsetISOMethod' argument 1 names different: declaration 'kOffset' definition 'kOut'.
FreeCAD-0.17/src/Mod/Path/libarea/kurve/offset.cpp:290:35: note: Function 'OffsetISOMethod' argument 1 names different: declaration 'kOffset' definition 'kOut'.
FreeCAD-0.17/src/Mod/Path/libarea/pyarea.cpp:41:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'std::size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
FreeCAD-0.17/src/Mod/Path/libarea/pyarea.cpp:237:23: style: Same expression on both sides of '^'. [duplicateExpression]
FreeCAD-0.17/src/Mod/Path/libarea/pyarea.cpp:44:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/pyarea.cpp:55:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/pyarea.cpp:141:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/pyarea.cpp:161:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Path/libarea/pyarea.cpp:171:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Points/App/AppPoints.cpp:43:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Points/App/AppPointsPy.cpp:219:30: style: The scope of the variable 'pcFeature' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Points/App/Points.h:65:5: style: 'PointKernel::operator=' should return 'PointKernel &'. [operatorEq]
FreeCAD-0.17/src/Mod/Points/App/Points.h:57:5: style: Class 'PointKernel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:142:5: style: Class 'AscWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:150:5: style: Class 'PlyWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:158:5: style: Class 'PcdWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:80:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:80:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:88:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:88:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:106:10: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:106:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:144:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:123:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:144:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:152:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:123:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:152:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:160:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:123:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:160:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/Structured.h:52:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsFeature.h:67:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/Structured.h:52:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/Structured.h:54:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsFeature.h:69:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/Structured.h:54:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:224:43: style: Function 'const_point_iterator' argument 1 names different: declaration 'pi' definition 'fi'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/Points.h:153:58: note: Function 'const_point_iterator' argument 1 names different: declaration 'pi' definition 'fi'.
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:224:43: note: Function 'const_point_iterator' argument 1 names different: declaration 'pi' definition 'fi'.
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:234:87: style: Function 'operator=' argument 1 names different: declaration 'fi' definition 'pi'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/Points.h:156:69: note: Function 'operator=' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:234:87: note: Function 'operator=' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:262:93: style: Function 'operator==' argument 1 names different: declaration 'fi' definition 'pi'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/Points.h:159:53: note: Function 'operator==' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:262:93: note: Function 'operator==' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:267:93: style: Function 'operator!=' argument 1 names different: declaration 'fi' definition 'pi'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/Points.h:160:53: note: Function 'operator!=' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:267:93: note: Function 'operator!=' argument 1 names different: declaration 'fi' definition 'pi'.
FreeCAD-0.17/src/Mod/Points/App/Points.h:162:31: style: Technically the member function 'Points::PointKernel::const_point_iterator::operator++' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:280:36: note: Technically the member function 'Points::PointKernel::const_point_iterator::operator++' can be const.
FreeCAD-0.17/src/Mod/Points/App/Points.h:162:31: note: Technically the member function 'Points::PointKernel::const_point_iterator::operator++' can be const.
FreeCAD-0.17/src/Mod/Points/App/Points.h:164:31: style: Technically the member function 'Points::PointKernel::const_point_iterator::operator--' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Points/App/Points.cpp:295:36: note: Technically the member function 'Points::PointKernel::const_point_iterator::operator--' can be const.
FreeCAD-0.17/src/Mod/Points/App/Points.h:164:31: note: Technically the member function 'Points::PointKernel::const_point_iterator::operator--' can be const.
FreeCAD-0.17/src/Mod/Points/App/Points.h:44:1: warning: The class 'PointKernel' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:843:28: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:1197:28: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:95:10: performance: Technically the member function 'Points::PlyReader::readBinary' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:854:17: note: Technically the member function 'Points::PlyReader::readBinary' can be static.
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:95:10: note: Technically the member function 'Points::PlyReader::readBinary' can be static.
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:112:10: performance: Technically the member function 'Points::PcdReader::readBinary' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:1208:17: note: Technically the member function 'Points::PcdReader::readBinary' can be static.
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.h:112:10: note: Technically the member function 'Points::PcdReader::readBinary' can be static.
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:222:25: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:215:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:222:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:230:20: style: The function 'toDouble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:216:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:230:20: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:235:17: style: The function 'getSizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:217:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/App/PointsAlgos.cpp:235:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:362:10: style: The scope of the variable 'fFactorVolumen' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:241:91: style: Function 'InSide' argument 2 names different: declaration 'raulElementss' definition 'raulElements'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:84:89: note: Function 'InSide' argument 2 names different: declaration 'raulElementss' definition 'raulElements'.
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:241:91: note: Function 'InSide' argument 2 names different: declaration 'raulElementss' definition 'raulElements'.
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:458:96: style: Function 'SearchNearestFromPoint' argument 2 names different: declaration 'rclInd' definition 'raclInd'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:89:86: note: Function 'SearchNearestFromPoint' argument 2 names different: declaration 'rclInd' definition 'raclInd'.
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:458:96: note: Function 'SearchNearestFromPoint' argument 2 names different: declaration 'rclInd' definition 'raclInd'.
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:640:47: style: Function 'Validate' argument 1 names different: declaration 'rclM' definition 'rclPoints'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:112:45: note: Function 'Validate' argument 1 names different: declaration 'rclM' definition 'rclPoints'.
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:640:47: note: Function 'Validate' argument 1 names different: declaration 'rclM' definition 'rclPoints'.
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:135:16: warning: Virtual function 'RebuildGrid' is called from constructor 'PointsGrid(const PointKernel&rclM)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:43:3: note: Calling RebuildGrid
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:135:16: note: RebuildGrid is a virtual method
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:77:16: warning: Virtual function 'Rebuild' is called from constructor 'PointsGrid(const PointKernel&rclM,long ulX,long ulY,long ulZ)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:62:3: note: Calling Rebuild
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:77:16: note: Rebuild is a virtual method
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:75:16: warning: Virtual function 'Rebuild' is called from constructor 'PointsGrid(const PointKernel&rclM,int iCtGridPerAxis)' at line 72. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:72:3: note: Calling Rebuild
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:75:16: note: Rebuild is a virtual method
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:77:16: warning: Virtual function 'Rebuild' is called from constructor 'PointsGrid(const PointKernel&rclM,double fGridLen)' at line 85. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.cpp:85:3: note: Calling Rebuild
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:77:16: note: Rebuild is a virtual method
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:55:3: style: Class 'PointsGrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Points/App/PointsGrid.h:178:3: style: Class 'PointsGridIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Points/App/Properties.cpp:365:66: style: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/Properties.h:153:50: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'.
FreeCAD-0.17/src/Mod/Points/App/Properties.cpp:365:66: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'.
FreeCAD-0.17/src/Mod/Points/App/Properties.cpp:451:61: style: Function 'getCurvature' argument 1 names different: declaration 'tMode' definition 'mode'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/Properties.h:195:42: note: Function 'getCurvature' argument 1 names different: declaration 'tMode' definition 'mode'.
FreeCAD-0.17/src/Mod/Points/App/Properties.cpp:451:61: note: Function 'getCurvature' argument 1 names different: declaration 'tMode' definition 'mode'.
FreeCAD-0.17/src/Mod/Points/App/Properties.cpp:494:69: style: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Points/App/Properties.h:228:50: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'.
FreeCAD-0.17/src/Mod/Points/App/Properties.cpp:494:69: note: Function 'transformGeometry' argument 1 names different: declaration 'rclMat' definition 'mat'.
FreeCAD-0.17/src/Mod/Points/Gui/AppPointsGui.cpp:73:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Points/Gui/ViewProvider.h:137:18: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/Gui/ViewProvider.h:102:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/Gui/ViewProvider.h:137:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/Gui/ViewProvider.h:165:18: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Points/Gui/ViewProvider.h:102:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Points/Gui/ViewProvider.h:165:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Points/Gui/DlgPointsReadImp.cpp:37:3: performance: Variable '_FileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Points/Gui/Workbench.cpp:58:0: error: Memory leak: pnt [memleak]
FreeCAD-0.17/src/Mod/Points/Gui/Workbench.cpp:68:0: error: Memory leak: pnt [memleak]
FreeCAD-0.17/src/Mod/Raytracing/App/AppRaytracing.cpp:44:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Raytracing/App/PovTools.h:57:5: style: 'CamDef::operator=' should return 'CamDef &'. [operatorEq]
FreeCAD-0.17/src/Mod/Raytracing/App/LuxFeature.cpp:58:28: style: Variable 'ViewName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Raytracing/App/LuxFeature.h:57:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Raytracing/App/RaySegment.h:56:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Raytracing/App/LuxFeature.h:57:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Raytracing/App/RayFeature.cpp:56:28: style: Variable 'ViewName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Raytracing/App/RayFeature.h:57:36: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Raytracing/App/RaySegment.h:56:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Raytracing/App/RayFeature.h:57:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Raytracing/Gui/AppRaytracingGui.cpp:54:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Raytracing/Gui/PovrayHighlighter.h:39:5: style: Class 'PovrayHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Raytracing/Gui/DlgSettingsRayImp.h:42:5: style: Class 'DlgSettingsRayImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Raytracing/Gui/Workbench.cpp:77:0: error: Memory leak: utilities [memleak]
FreeCAD-0.17/src/Mod/Raytracing/Gui/Workbench.cpp:92:0: error: Memory leak: ray [memleak]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp:763:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:427:12: style: The scope of the variable 'fMin' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:427:18: style: The scope of the variable 'fMax' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:339:64: style: Function 'DerivativeOfBasisFunction' argument 2 names different: declaration 'k' definition 'iMaxDer'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:221:62: note: Function 'DerivativeOfBasisFunction' argument 2 names different: declaration 'k' definition 'iMaxDer'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:339:64: note: Function 'DerivativeOfBasisFunction' argument 2 names different: declaration 'k' definition 'iMaxDer'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:423:57: style: Function 'GetIntegralOfProductOfBSplines' argument 1 names different: declaration 'i' definition 'iIdx1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:228:55: note: Function 'GetIntegralOfProductOfBSplines' argument 1 names different: declaration 'i' definition 'iIdx1'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:423:57: note: Function 'GetIntegralOfProductOfBSplines' argument 1 names different: declaration 'i' definition 'iIdx1'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:423:68: style: Function 'GetIntegralOfProductOfBSplines' argument 2 names different: declaration 'j' definition 'iIdx2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:228:62: note: Function 'GetIntegralOfProductOfBSplines' argument 2 names different: declaration 'j' definition 'iIdx2'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:423:68: note: Function 'GetIntegralOfProductOfBSplines' argument 2 names different: declaration 'j' definition 'iIdx2'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:423:79: style: Function 'GetIntegralOfProductOfBSplines' argument 3 names different: declaration 'r' definition 'iOrd1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:228:69: note: Function 'GetIntegralOfProductOfBSplines' argument 3 names different: declaration 'r' definition 'iOrd1'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:423:79: note: Function 'GetIntegralOfProductOfBSplines' argument 3 names different: declaration 'r' definition 'iOrd1'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:423:90: style: Function 'GetIntegralOfProductOfBSplines' argument 4 names different: declaration 's' definition 'iOrd2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:228:76: note: Function 'GetIntegralOfProductOfBSplines' argument 4 names different: declaration 's' definition 'iOrd2'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:423:90: note: Function 'GetIntegralOfProductOfBSplines' argument 4 names different: declaration 's' definition 'iOrd2'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:454:66: style: Function 'GenerateRootsAndWeights' argument 1 names different: declaration 'vAbscissas' definition 'vRoots'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:241:64: note: Function 'GenerateRootsAndWeights' argument 1 names different: declaration 'vAbscissas' definition 'vRoots'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:454:66: note: Function 'GenerateRootsAndWeights' argument 1 names different: declaration 'vAbscissas' definition 'vRoots'.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:80:5: performance: Variable '_vKnotVector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:252:9: style: Technically the member function 'Reen::BSplineBasis::CalcSize' can be const. [functionConst]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:533:19: note: Technically the member function 'Reen::BSplineBasis::CalcSize' can be const.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:252:9: note: Technically the member function 'Reen::BSplineBasis::CalcSize' can be const.
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:385:18: warning: Virtual function 'Init' is called from constructor 'BSplineParameterCorrection(int usUOrder=4,int usVOrder=4,int usUCtrlpoints=6,int usVCtrlpoints=6)' at line 779. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:779:5: note: Calling Init
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:385:18: note: Init is a virtual method
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:147:5: style: Class 'BSplineBasis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.cpp:1006:5: style: Class 'ScalarProduct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:194:20: style: The function 'LocalSupport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:88:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:194:20: note: Function in derived class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:203:20: style: The function 'BasisFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:97:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:203:20: note: Function in derived class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:215:18: style: The function 'DerivativesOfBasisFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:109:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:215:18: note: Function in derived class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:221:20: style: The function 'DerivativeOfBasisFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:115:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:221:20: note: Function in derived class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:390:18: style: The function 'DoParameterCorrection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:299:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:390:18: note: Function in derived class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:395:18: style: The function 'SolveWithoutSmoothing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:304:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:395:18: note: Function in derived class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:401:18: style: The function 'SolveWithSmoothing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:309:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:401:18: note: Function in derived class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:447:18: style: The function 'EnableSmoothing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:338:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/ApproxSurface.h:447:18: note: Function in derived class
FreeCAD-0.17/src/Mod/ReverseEngineering/App/SampleConsensus.h:37:5: style: Class 'SampleConsensus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/ReverseEngineering/App/Segmentation.h:52:5: style: Class 'NormalEstimation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/ReverseEngineering/Gui/AppReverseEngineeringGui.cpp:70:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/ReverseEngineering/Gui/FitBSplineSurface.h:58:5: style: Class 'TaskFitBSplineSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/ReverseEngineering/Gui/Poisson.h:56:5: style: Class 'TaskPoisson' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/ReverseEngineering/Gui/Workbench.cpp:76:0: error: Memory leak: part [memleak]
FreeCAD-0.17/src/Mod/Robot/App/AppRobot.cpp:98:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:619:50: style: Function 'Integrate' argument 2 names different: declaration 'frequency' definition 'samplefrequency'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:645:55: note: Function 'Integrate' argument 2 names different: declaration 'frequency' definition 'samplefrequency'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:619:50: note: Function 'Integrate' argument 2 names different: declaration 'frequency' definition 'samplefrequency'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1122:35: style: Function 'diff' argument 1 names different: declaration 'p_w_a' definition 'a'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1143:35: note: Function 'diff' argument 1 names different: declaration 'p_w_a' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1122:35: note: Function 'diff' argument 1 names different: declaration 'p_w_a' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1122:51: style: Function 'diff' argument 2 names different: declaration 'p_w_b' definition 'b'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1143:55: note: Function 'diff' argument 2 names different: declaration 'p_w_b' definition 'b'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1122:51: note: Function 'diff' argument 2 names different: declaration 'p_w_b' definition 'b'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1141:35: style: Function 'diff' argument 1 names different: declaration 'W_a_p1' definition 'a'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1195:35: note: Function 'diff' argument 1 names different: declaration 'W_a_p1' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1141:35: note: Function 'diff' argument 1 names different: declaration 'W_a_p1' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1141:51: style: Function 'diff' argument 2 names different: declaration 'W_a_p2' definition 'b'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1195:56: note: Function 'diff' argument 2 names different: declaration 'W_a_p2' definition 'b'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1141:51: note: Function 'diff' argument 2 names different: declaration 'W_a_p2' definition 'b'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1149:39: style: Function 'addDelta' argument 1 names different: declaration 'p_w_a' definition 'a'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1204:39: note: Function 'addDelta' argument 1 names different: declaration 'p_w_a' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1149:39: note: Function 'addDelta' argument 1 names different: declaration 'p_w_a' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1149:54: style: Function 'addDelta' argument 2 names different: declaration 'p_w_da' definition 'da'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1204:59: note: Function 'addDelta' argument 2 names different: declaration 'p_w_da' definition 'da'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1149:54: note: Function 'addDelta' argument 2 names different: declaration 'p_w_da' definition 'da'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1153:43: style: Function 'addDelta' argument 1 names different: declaration 'R_w_a' definition 'a'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1218:43: note: Function 'addDelta' argument 1 names different: declaration 'R_w_a' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1153:43: note: Function 'addDelta' argument 1 names different: declaration 'R_w_a' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1153:58: style: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1218:63: note: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1153:58: note: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1156:37: style: Function 'addDelta' argument 1 names different: declaration 'F_w_a' definition 'a'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1230:37: note: Function 'addDelta' argument 1 names different: declaration 'F_w_a' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1156:37: note: Function 'addDelta' argument 1 names different: declaration 'F_w_a' definition 'a'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1156:52: style: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1230:56: note: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:1156:52: note: Function 'addDelta' argument 2 names different: declaration 'da_w' definition 'da'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:390:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:391:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:396:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:402:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:403:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:907:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:908:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:913:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:919:5: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:920:5: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:251:18: performance: Technically the member function 'KDL::Vector::Set2DPlane' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:702:14: note: Technically the member function 'KDL::Vector::Set2DPlane' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:251:18: note: Technically the member function 'KDL::Vector::Set2DPlane' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1121:21: style: Technically the member function 'KDL::Frame2::operator*' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.inl:928:25: note: Technically the member function 'KDL::Frame2::operator*' can be const.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1121:21: note: Technically the member function 'KDL::Frame2::operator*' can be const.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:301:1: warning: The class 'Rotation' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:1050:1: warning: The class 'Rotation2' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Robot/App/Edge2TracObject.h:57:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryObject.h:47:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/Edge2TracObject.h:57:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/Edge2TracObject.h:60:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryObject.h:50:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/Edge2TracObject.h:60:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/Edge2TracObject.h:64:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryObject.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/Edge2TracObject.h:64:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/rall2d.h:62:0: warning: Member variable 'KDL :: Rall2d < double , double , double >::t' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/rall2d.h:62:0: warning: Member variable 'KDL :: Rall2d < double , double , double >::d' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/rall2d.h:62:0: warning: Member variable 'KDL :: Rall2d < double , double , double >::dd' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/rall1d.h:59:0: warning: Member variable 'KDL :: Rall1d < double , T , T >::t' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/Robot6Axis.cpp:75:5: performance: Variable 'Min' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/framevel.hpp:266:5: style: Class 'TwistVel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolverpos_recursive.hpp:39:9: style: Class 'ChainFkSolverPos_recursive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/svd_HH.hpp:35:9: style: Class 'SVD_HH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/framevel.hpp:84:1: warning: The class 'VectorVel' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/framevel.hpp:139:1: warning: The class 'RotationVel' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/framevel.hpp:197:1: warning: The class 'FrameVel' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frameacc.hpp:61:1: warning: The class 'VectorAcc' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frameacc.hpp:110:1: warning: The class 'RotationAcc' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frameacc.hpp:165:1: warning: The class 'FrameAcc' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolverpos_recursive.hpp:42:21: style: The function 'JntToCart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolver.hpp:55:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolverpos_recursive.hpp:42:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.hpp:64:29: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/solveri.hpp:113:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.hpp:64:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.hpp:76:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:77:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.hpp:76:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.hpp:81:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:88:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.hpp:81:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.hpp:97:29: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/solveri.hpp:113:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.hpp:97:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.hpp:73:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:54:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.hpp:73:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.hpp:76:29: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/solveri.hpp:113:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.hpp:76:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.hpp:63:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:54:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.hpp:63:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:114:90: performance: Function parameter 'a_in' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.hpp:61:53: performance: Function parameter 'locked_joints' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Robot/App/RobotAlgos.cpp:97:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeCAD-0.17/src/Mod/Robot/App/RobotAlgos.cpp:132:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeCAD-0.17/src/Mod/Robot/App/RobotAlgos.h:49:10: performance: Technically the member function 'Robot::RobotAlgos::Test' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Robot/App/RobotAlgos.cpp:76:18: note: Technically the member function 'Robot::RobotAlgos::Test' can be static.
FreeCAD-0.17/src/Mod/Robot/App/RobotAlgos.h:49:10: note: Technically the member function 'Robot::RobotAlgos::Test' can be static.
FreeCAD-0.17/src/Mod/Robot/App/Simulation.h:49:9: style: Technically the member function 'Robot::Simulation::getLength' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Robot/App/Simulation.h:50:9: style: Technically the member function 'Robot::Simulation::getDuration' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Robot/App/Simulation.h:52:21: style: Technically the member function 'Robot::Simulation::getPosition' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Robot/App/Simulation.h:53:12: style: Technically the member function 'Robot::Simulation::getVelocity' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Robot/App/Simulation.h:56:10: performance: Technically the member function 'Robot::Simulation::setToWaypoint' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Robot/App/Simulation.cpp:80:18: note: Technically the member function 'Robot::Simulation::setToWaypoint' can be static.
FreeCAD-0.17/src/Mod/Robot/App/Simulation.h:56:10: note: Technically the member function 'Robot::Simulation::setToWaypoint' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:73:2: warning: Member variable 'Error_IO::typenr' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:185:2: style: Class 'Error_MotionPlanning_Not_Feasible' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:117:10: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:117:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:118:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:118:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:119:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:94:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:119:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:120:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:100:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:120:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:121:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:106:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:121:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:122:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:111:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:122:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:123:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:123:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:123:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:128:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:128:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:128:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:94:18: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:94:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:101:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:101:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:106:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:94:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:106:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:112:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:100:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:112:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:118:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:106:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:118:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:120:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:123:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:120:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:125:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:111:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:125:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:159:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:128:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_composite.hpp:159:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:118:18: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:118:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:126:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:126:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:132:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:94:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:132:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:138:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:100:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:138:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:144:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:106:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:144:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:151:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:123:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:151:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:156:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:111:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:156:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:190:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:128:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:190:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:46:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:87:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:46:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:47:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:90:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:47:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:48:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:93:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:48:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:49:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:95:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:49:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:55:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:99:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:55:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:56:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:98:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:56:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:57:28: style: The function 'GetPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:81:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:57:28: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:58:28: style: The function 'GetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:84:34: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:58:28: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:71:16: style: The function 'SetStartEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation.hpp:68:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:71:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:72:18: style: The function 'Angle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation.hpp:77:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:72:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:73:20: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation.hpp:82:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:73:20: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:74:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation.hpp:88:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:74:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:75:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation.hpp:94:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:75:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:76:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation.hpp:99:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:76:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:77:36: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation.hpp:110:36: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:77:36: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:80:16: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:68:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:80:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:82:16: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:71:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:82:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:99:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:99:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:100:18: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:100:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:101:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:85:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:101:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:102:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:102:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:103:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:93:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:103:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:104:28: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:99:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_trap.hpp:104:28: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:79:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:87:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:79:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:82:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:90:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:82:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:85:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:93:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:85:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:87:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:95:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:87:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:90:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:98:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:90:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:97:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:99:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:97:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:99:20: style: The function 'GetPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:81:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:99:20: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:101:31: style: The function 'GetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:84:34: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:101:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:80:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:80:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:81:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:81:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:85:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:85:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:86:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:86:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:90:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:90:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:91:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:91:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:95:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:95:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:96:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:96:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:101:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:101:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:102:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:102:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:107:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:107:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:108:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:108:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:113:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:113:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:114:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:114:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:118:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:118:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:119:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:119:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:123:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:123:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:124:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:124:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:129:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:129:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:130:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:130:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:136:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:136:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:137:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:75:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:137:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:142:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:142:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:143:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:143:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:147:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:147:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:148:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:148:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:153:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:153:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:154:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:154:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:158:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:158:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:159:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:159:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:166:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:166:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:167:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:167:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:172:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:172:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:173:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:173:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:178:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:178:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:179:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:179:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:186:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:186:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:189:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:189:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:194:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:194:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:195:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:195:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:203:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:203:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:204:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:204:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:211:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:211:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:212:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:212:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:218:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:218:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:219:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:219:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:226:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:226:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:227:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:227:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:234:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:234:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:235:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:235:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:241:25: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:63:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:241:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:242:17: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:65:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/error.h:242:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryCompound.h:50:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryObject.h:47:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryCompound.h:50:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryCompound.h:53:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryObject.h:50:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryCompound.h:53:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryDressUpObject.h:59:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryObject.h:47:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryDressUpObject.h:59:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryDressUpObject.h:62:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryObject.h:50:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryDressUpObject.h:62:44: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryDressUpObject.h:69:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryObject.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/TrajectoryDressUpObject.h:69:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/articulatedbodyinertia.cpp:92:54: style: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/articulatedbodyinertia.hpp:122:54: note: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/articulatedbodyinertia.cpp:92:54: note: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/articulatedbodyinertia.cpp:32:15: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/articulatedbodyinertia.cpp:46:15: performance: Variable 'M' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/articulatedbodyinertia.cpp:47:15: performance: Variable 'I' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/articulatedbodyinertia.cpp:48:15: performance: Variable 'H' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/articulatedbodyinertia.hpp:54:9: style: Class 'ArticulatedBodyInertia' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chaindynparam.cpp:28:47: style: Function 'ChainDynParam' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chaindynparam.hpp:49:36: note: Function 'ChainDynParam' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chaindynparam.cpp:28:47: note: Function 'ChainDynParam' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_recursive_newton_euler.hpp:60:13: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver.hpp:56:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_recursive_newton_euler.hpp:60:13: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chaindynparam.cpp:28:62: performance: Function parameter '_grav' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolverpos_recursive.cpp:28:73: style: Function 'ChainFkSolverPos_recursive' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolverpos_recursive.hpp:39:49: note: Function 'ChainFkSolverPos_recursive' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolverpos_recursive.cpp:28:73: note: Function 'ChainFkSolverPos_recursive' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolverpos_recursive.cpp:33:87: style: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolverpos_recursive.hpp:42:71: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolverpos_recursive.cpp:33:87: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.cpp:27:73: style: Function 'ChainFkSolverVel_recursive' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.hpp:40:49: note: Function 'ChainFkSolverVel_recursive' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.cpp:27:73: note: Function 'ChainFkSolverVel_recursive' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.cpp:36:66: style: Function 'JntToCart' argument 1 names different: declaration 'q_in' definition 'in'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.hpp:43:50: note: Function 'JntToCart' argument 1 names different: declaration 'q_in' definition 'in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.cpp:36:66: note: Function 'JntToCart' argument 1 names different: declaration 'q_in' definition 'in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.cpp:36:87: style: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.hpp:43:73: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.cpp:36:87: note: Function 'JntToCart' argument 3 names different: declaration 'segmentNr' definition 'seg_nr'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.hpp:40:9: style: Class 'ChainFkSolverVel_recursive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.hpp:43:21: style: The function 'JntToCart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolver.hpp:77:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainfksolvervel_recursive.hpp:43:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_recursive_newton_euler.cpp:27:55: style: Function 'ChainIdSolver_RNE' argument 1 names different: declaration 'chain' definition 'chain_'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_recursive_newton_euler.hpp:47:40: note: Function 'ChainIdSolver_RNE' argument 1 names different: declaration 'chain' definition 'chain_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_recursive_newton_euler.cpp:27:55: note: Function 'ChainIdSolver_RNE' argument 1 names different: declaration 'chain' definition 'chain_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_recursive_newton_euler.cpp:31:9: performance: Variable 'ag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.cpp:31:69: style: Function 'ChainIdSolver_Vereshchagin' argument 1 names different: declaration 'chain' definition 'chain_'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.hpp:53:45: note: Function 'ChainIdSolver_Vereshchagin' argument 1 names different: declaration 'chain' definition 'chain_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.cpp:31:69: note: Function 'ChainIdSolver_Vereshchagin' argument 1 names different: declaration 'chain' definition 'chain_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.cpp:31:106: style: Function 'ChainIdSolver_Vereshchagin' argument 3 names different: declaration 'nc' definition '_nc'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.hpp:53:81: note: Function 'ChainIdSolver_Vereshchagin' argument 3 names different: declaration 'nc' definition '_nc'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.cpp:31:106: note: Function 'ChainIdSolver_Vereshchagin' argument 3 names different: declaration 'nc' definition '_nc'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.cpp:64:91: style: Function 'initial_upwards_sweep' argument 2 names different: declaration 'q_dot' definition 'qdot'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.hpp:101:67: note: Function 'initial_upwards_sweep' argument 2 names different: declaration 'q_dot' definition 'qdot'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.cpp:64:91: note: Function 'initial_upwards_sweep' argument 2 names different: declaration 'q_dot' definition 'qdot'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.cpp:35:5: performance: Variable 'acc_root' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.hpp:166:9: style: Struct 'segment_info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainidsolver_vereshchagin.cpp:31:83: performance: Function parameter 'root_acc' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_lma.cpp:164:9: style: The scope of the variable 'rho' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_lma.cpp:193:9: style: The scope of the variable 'dnorm' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_lma.cpp:50:23: warning: Member variable 'ChainIkSolverPos_LMA::lastDifference' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_lma.cpp:50:23: warning: Member variable 'ChainIkSolverPos_LMA::lastTransDiff' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_lma.cpp:50:23: warning: Member variable 'ChainIkSolverPos_LMA::lastRotDiff' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_lma.cpp:79:23: warning: Member variable 'ChainIkSolverPos_LMA::lastDifference' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_lma.cpp:79:23: warning: Member variable 'ChainIkSolverPos_LMA::lastTransDiff' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_lma.cpp:79:23: warning: Member variable 'ChainIkSolverPos_LMA::lastRotDiff' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:26:59: style: Function 'ChainIkSolverPos_NR' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.hpp:58:42: note: Function 'ChainIkSolverPos_NR' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:26:59: note: Function 'ChainIkSolverPos_NR' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:26:84: style: Function 'ChainIkSolverPos_NR' argument 2 names different: declaration 'fksolver' definition '_fksolver'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.hpp:58:66: note: Function 'ChainIkSolverPos_NR' argument 2 names different: declaration 'fksolver' definition '_fksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:26:84: note: Function 'ChainIkSolverPos_NR' argument 2 names different: declaration 'fksolver' definition '_fksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:26:112: style: Function 'ChainIkSolverPos_NR' argument 3 names different: declaration 'iksolver' definition '_iksolver'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.hpp:58:93: note: Function 'ChainIkSolverPos_NR' argument 3 names different: declaration 'iksolver' definition '_iksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:26:112: note: Function 'ChainIkSolverPos_NR' argument 3 names different: declaration 'iksolver' definition '_iksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:27:59: style: Function 'ChainIkSolverPos_NR' argument 4 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.hpp:59:42: note: Function 'ChainIkSolverPos_NR' argument 4 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:27:59: note: Function 'ChainIkSolverPos_NR' argument 4 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:27:76: style: Function 'ChainIkSolverPos_NR' argument 5 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.hpp:59:61: note: Function 'ChainIkSolverPos_NR' argument 5 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr.cpp:27:76: note: Function 'ChainIkSolverPos_NR' argument 5 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:65: style: Function 'ChainIkSolverPos_NR_JL' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.hpp:60:45: note: Function 'ChainIkSolverPos_NR_JL' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:65: note: Function 'ChainIkSolverPos_NR_JL' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:89: style: Function 'ChainIkSolverPos_NR_JL' argument 2 names different: declaration 'q_min' definition '_q_min'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.hpp:60:67: note: Function 'ChainIkSolverPos_NR_JL' argument 2 names different: declaration 'q_min' definition '_q_min'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:89: note: Function 'ChainIkSolverPos_NR_JL' argument 2 names different: declaration 'q_min' definition '_q_min'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:113: style: Function 'ChainIkSolverPos_NR_JL' argument 3 names different: declaration 'q_max' definition '_q_max'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.hpp:60:90: note: Function 'ChainIkSolverPos_NR_JL' argument 3 names different: declaration 'q_max' definition '_q_max'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:113: note: Function 'ChainIkSolverPos_NR_JL' argument 3 names different: declaration 'q_max' definition '_q_max'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:139: style: Function 'ChainIkSolverPos_NR_JL' argument 4 names different: declaration 'fksolver' definition '_fksolver'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.hpp:60:115: note: Function 'ChainIkSolverPos_NR_JL' argument 4 names different: declaration 'fksolver' definition '_fksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:139: note: Function 'ChainIkSolverPos_NR_JL' argument 4 names different: declaration 'fksolver' definition '_fksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:167: style: Function 'ChainIkSolverPos_NR_JL' argument 5 names different: declaration 'iksolver' definition '_iksolver'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.hpp:60:142: note: Function 'ChainIkSolverPos_NR_JL' argument 5 names different: declaration 'iksolver' definition '_iksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:37:167: note: Function 'ChainIkSolverPos_NR_JL' argument 5 names different: declaration 'iksolver' definition '_iksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:38:59: style: Function 'ChainIkSolverPos_NR_JL' argument 6 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.hpp:60:164: note: Function 'ChainIkSolverPos_NR_JL' argument 6 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:38:59: note: Function 'ChainIkSolverPos_NR_JL' argument 6 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:38:76: style: Function 'ChainIkSolverPos_NR_JL' argument 7 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.hpp:60:183: note: Function 'ChainIkSolverPos_NR_JL' argument 7 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolverpos_nr_jl.cpp:38:76: note: Function 'ChainIkSolverPos_NR_JL' argument 7 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.cpp:26:63: style: Function 'ChainIkSolverVel_pinv' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.hpp:58:53: note: Function 'ChainIkSolverVel_pinv' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.cpp:26:63: note: Function 'ChainIkSolverVel_pinv' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.cpp:26:77: style: Function 'ChainIkSolverVel_pinv' argument 2 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.hpp:58:66: note: Function 'ChainIkSolverVel_pinv' argument 2 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.cpp:26:77: note: Function 'ChainIkSolverVel_pinv' argument 2 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.cpp:26:86: style: Function 'ChainIkSolverVel_pinv' argument 3 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.hpp:58:82: note: Function 'ChainIkSolverVel_pinv' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv.cpp:26:86: note: Function 'ChainIkSolverVel_pinv' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_givens.cpp:27:77: style: Function 'ChainIkSolverVel_pinv_givens' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_givens.hpp:34:60: note: Function 'ChainIkSolverVel_pinv_givens' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_givens.cpp:27:77: note: Function 'ChainIkSolverVel_pinv_givens' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_givens.hpp:37:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:77:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_givens.hpp:37:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_givens.hpp:42:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:88:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_givens.hpp:42:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:71: style: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:69:48: note: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:71: note: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:88: style: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'opt_pos' definition '_opt_pos'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:69:64: note: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'opt_pos' definition '_opt_pos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:88: note: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'opt_pos' definition '_opt_pos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:107: style: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'weights' definition '_weights'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:69:82: note: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'weights' definition '_weights'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:107: note: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'weights' definition '_weights'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:124: style: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:69:98: note: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:124: note: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:134: style: Function 'ChainIkSolverVel_pinv_nso' argument 5 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:69:114: note: Function 'ChainIkSolverVel_pinv_nso' argument 5 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:134: note: Function 'ChainIkSolverVel_pinv_nso' argument 5 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:151: style: Function 'ChainIkSolverVel_pinv_nso' argument 6 names different: declaration 'alpha' definition '_alpha'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:69:134: note: Function 'ChainIkSolverVel_pinv_nso' argument 6 names different: declaration 'alpha' definition '_alpha'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:27:151: note: Function 'ChainIkSolverVel_pinv_nso' argument 6 names different: declaration 'alpha' definition '_alpha'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:46:71: style: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:70:57: note: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:46:71: note: Function 'ChainIkSolverVel_pinv_nso' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:46:86: style: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:70:71: note: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:46:86: note: Function 'ChainIkSolverVel_pinv_nso' argument 2 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:46:96: style: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:70:87: note: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:46:96: note: Function 'ChainIkSolverVel_pinv_nso' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:46:113: style: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'alpha' definition '_alpha'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:70:107: note: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'alpha' definition '_alpha'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:46:113: note: Function 'ChainIkSolverVel_pinv_nso' argument 4 names different: declaration 'alpha' definition '_alpha'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:144:64: style: Function 'setWeights' argument 1 names different: declaration 'weights' definition '_weights'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:86:48: note: Function 'setWeights' argument 1 names different: declaration 'weights' definition '_weights'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:144:64: note: Function 'setWeights' argument 1 names different: declaration 'weights' definition '_weights'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:150:63: style: Function 'setOptPos' argument 1 names different: declaration 'opt_pos' definition '_opt_pos'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:94:47: note: Function 'setOptPos' argument 1 names different: declaration 'opt_pos' definition '_opt_pos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:150:63: note: Function 'setOptPos' argument 1 names different: declaration 'opt_pos' definition '_opt_pos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:156:58: style: Function 'setAlpha' argument 1 names different: declaration 'alpha' definition '_alpha'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:102:43: note: Function 'setAlpha' argument 1 names different: declaration 'alpha' definition '_alpha'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.cpp:156:58: note: Function 'setAlpha' argument 1 names different: declaration 'alpha' definition '_alpha'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:73:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:77:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:73:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:78:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:88:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_pinv_nso.hpp:78:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.cpp:84:16: style: The scope of the variable 'sum' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.cpp:28:63: style: Function 'ChainIkSolverVel_wdls' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:82:53: note: Function 'ChainIkSolverVel_wdls' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.cpp:28:63: note: Function 'ChainIkSolverVel_wdls' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.cpp:28:77: style: Function 'ChainIkSolverVel_wdls' argument 2 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:82:66: note: Function 'ChainIkSolverVel_wdls' argument 2 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.cpp:28:77: note: Function 'ChainIkSolverVel_wdls' argument 2 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.cpp:28:86: style: Function 'ChainIkSolverVel_wdls' argument 3 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:82:82: note: Function 'ChainIkSolverVel_wdls' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.cpp:28:86: note: Function 'ChainIkSolverVel_wdls' argument 3 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.cpp:65:56: style: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:162:37: note: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.cpp:65:56: note: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:101:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:77:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:101:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:106:21: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolver.hpp:88:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:106:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:202:29: style: The function 'strError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/solveri.hpp:113:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainiksolvervel_wdls.hpp:202:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.cpp:26:59: style: Function 'ChainJntToJacSolver' argument 1 names different: declaration 'chain' definition '_chain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.hpp:46:51: note: Function 'ChainJntToJacSolver' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.cpp:26:59: note: Function 'ChainJntToJacSolver' argument 1 names different: declaration 'chain' definition '_chain'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.cpp:50:80: style: Function 'JntToJac' argument 3 names different: declaration 'segmentNR' definition 'seg_nr'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.hpp:59:71: note: Function 'JntToJac' argument 3 names different: declaration 'segmentNR' definition 'seg_nr'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.cpp:50:80: note: Function 'JntToJac' argument 3 names different: declaration 'segmentNR' definition 'seg_nr'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/chainjnttojacsolver.cpp:36:70: performance: Function parameter 'locked_joints' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.cpp:287:38: style: Function 'Rot' argument 1 names different: declaration 'rotvec' definition 'rotaxis'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.hpp:370:39: note: Function 'Rot' argument 1 names different: declaration 'rotvec' definition 'rotaxis'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames.cpp:287:38: note: Function 'Rot' argument 1 names different: declaration 'rotvec' definition 'rotaxis'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:48:58: style: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.hpp:94:62: note: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:48:58: note: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:59:59: style: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.hpp:95:63: note: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:59:59: note: Function 'operator<<' argument 2 names different: declaration 'T' definition 'v'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:152:42: style: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.hpp:105:46: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:152:42: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:152:52: style: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.hpp:105:56: note: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:152:52: note: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:171:42: style: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.hpp:106:46: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:171:42: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:171:53: style: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.hpp:106:57: note: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:171:53: note: Function 'operator>>' argument 2 names different: declaration 'T' definition 'v'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:190:55: style: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.hpp:103:59: note: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:190:55: note: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:292:56: style: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.hpp:108:60: note: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/frames_io.cpp:292:56: note: Function 'operator>>' argument 2 names different: declaration 'R' definition 'r'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.cpp:55:40: style: Function 'resize' argument 1 names different: declaration 'newNrOfColumns' definition 'new_nr_of_columns'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.hpp:46:34: note: Function 'resize' argument 1 names different: declaration 'newNrOfColumns' definition 'new_nr_of_columns'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.cpp:55:40: note: Function 'resize' argument 1 names different: declaration 'newNrOfColumns' definition 'new_nr_of_columns'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.hpp:46:14: performance: Technically the member function 'KDL::Jacobian::resize' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.cpp:55:20: note: Technically the member function 'KDL::Jacobian::resize' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.hpp:46:14: note: Technically the member function 'KDL::Jacobian::resize' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.hpp:61:22: performance: Technically the member function 'KDL::Jacobian::rows' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.cpp:70:28: note: Technically the member function 'KDL::Jacobian::rows' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.hpp:61:22: note: Technically the member function 'KDL::Jacobian::rows' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.hpp:62:22: performance: Technically the member function 'KDL::Jacobian::columns' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.cpp:75:28: note: Technically the member function 'KDL::Jacobian::columns' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.hpp:62:22: note: Technically the member function 'KDL::Jacobian::columns' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.hpp:70:15: performance: Technically the member function 'KDL::Jacobian::getColumn' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.cpp:145:21: note: Technically the member function 'KDL::Jacobian::getColumn' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jacobian.hpp:70:15: note: Technically the member function 'KDL::Jacobian::getColumn' can be static.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarray.cpp:32:37: style: Function 'JntArray' argument 1 names different: declaration 'size' definition '_size'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarray.hpp:92:40: note: Function 'JntArray' argument 1 names different: declaration 'size' definition '_size'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarray.cpp:32:37: note: Function 'JntArray' argument 1 names different: declaration 'size' definition '_size'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:30:46: style: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.hpp:58:37: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:30:46: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:30:67: style: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.hpp:58:55: note: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:30:67: note: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:30:90: style: Function 'JntArrayAcc' argument 3 names different: declaration 'qdotdot' definition 'qdotdotin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.hpp:58:76: note: Function 'JntArrayAcc' argument 3 names different: declaration 'qdotdot' definition 'qdotdotin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:30:90: note: Function 'JntArrayAcc' argument 3 names different: declaration 'qdotdot' definition 'qdotdotin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:35:46: style: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.hpp:59:37: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:35:46: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:35:67: style: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.hpp:59:55: note: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:35:67: note: Function 'JntArrayAcc' argument 2 names different: declaration 'qdot' definition 'qdotin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:40:46: style: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.hpp:60:46: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayacc.cpp:40:46: note: Function 'JntArrayAcc' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayvel.cpp:31:46: style: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayvel.hpp:53:37: note: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayvel.cpp:31:46: note: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayvel.cpp:31:67: style: Function 'JntArrayVel' argument 2 names different: declaration 'qdot' definition 'qdotin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayvel.hpp:53:55: note: Function 'JntArrayVel' argument 2 names different: declaration 'qdot' definition 'qdotin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayvel.cpp:31:67: note: Function 'JntArrayVel' argument 2 names different: declaration 'qdot' definition 'qdotin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayvel.cpp:36:46: style: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayvel.hpp:54:46: note: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntarrayvel.cpp:36:46: note: Function 'JntArrayVel' argument 1 names different: declaration 'q' definition 'qin'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntspaceinertiamatrix.cpp:32:54: style: Function 'JntSpaceInertiaMatrix' argument 1 names different: declaration 'size' definition '_size'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntspaceinertiamatrix.hpp:93:44: note: Function 'JntSpaceInertiaMatrix' argument 1 names different: declaration 'size' definition '_size'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/jntspaceinertiamatrix.cpp:32:54: note: Function 'JntSpaceInertiaMatrix' argument 1 names different: declaration 'size' definition '_size'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:27:37: style: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:62:43: note: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:27:37: note: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:27:61: style: Function 'Joint' argument 2 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:62:66: note: Function 'Joint' argument 2 names different: declaration 'type' definition '_type'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:27:61: note: Function 'Joint' argument 2 names different: declaration 'type' definition '_type'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:27:82: style: Function 'Joint' argument 3 names different: declaration 'scale' definition '_scale'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:62:90: note: Function 'Joint' argument 3 names different: declaration 'scale' definition '_scale'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:27:82: note: Function 'Joint' argument 3 names different: declaration 'scale' definition '_scale'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:27:104: style: Function 'Joint' argument 4 names different: declaration 'offset' definition '_offset'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:62:112: note: Function 'Joint' argument 4 names different: declaration 'offset' definition '_offset'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:27:104: note: Function 'Joint' argument 4 names different: declaration 'offset' definition '_offset'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:28:32: style: Function 'Joint' argument 5 names different: declaration 'inertia' definition '_inertia'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:63:29: note: Function 'Joint' argument 5 names different: declaration 'inertia' definition '_inertia'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:28:32: note: Function 'Joint' argument 5 names different: declaration 'inertia' definition '_inertia'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:28:56: style: Function 'Joint' argument 6 names different: declaration 'damping' definition '_damping'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:63:53: note: Function 'Joint' argument 6 names different: declaration 'damping' definition '_damping'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:28:56: note: Function 'Joint' argument 6 names different: declaration 'damping' definition '_damping'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:28:80: style: Function 'Joint' argument 7 names different: declaration 'stiffness' definition '_stiffness'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:63:77: note: Function 'Joint' argument 7 names different: declaration 'stiffness' definition '_stiffness'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:28:80: note: Function 'Joint' argument 7 names different: declaration 'stiffness' definition '_stiffness'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:36:35: style: Function 'Joint' argument 1 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:77:41: note: Function 'Joint' argument 1 names different: declaration 'type' definition '_type'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:36:35: note: Function 'Joint' argument 1 names different: declaration 'type' definition '_type'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:36:56: style: Function 'Joint' argument 2 names different: declaration 'scale' definition '_scale'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:77:65: note: Function 'Joint' argument 2 names different: declaration 'scale' definition '_scale'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:36:56: note: Function 'Joint' argument 2 names different: declaration 'scale' definition '_scale'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:36:78: style: Function 'Joint' argument 3 names different: declaration 'offset' definition '_offset'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:77:87: note: Function 'Joint' argument 3 names different: declaration 'offset' definition '_offset'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:36:78: note: Function 'Joint' argument 3 names different: declaration 'offset' definition '_offset'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:37:32: style: Function 'Joint' argument 4 names different: declaration 'inertia' definition '_inertia'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:78:30: note: Function 'Joint' argument 4 names different: declaration 'inertia' definition '_inertia'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:37:32: note: Function 'Joint' argument 4 names different: declaration 'inertia' definition '_inertia'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:37:56: style: Function 'Joint' argument 5 names different: declaration 'damping' definition '_damping'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:78:54: note: Function 'Joint' argument 5 names different: declaration 'damping' definition '_damping'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:37:56: note: Function 'Joint' argument 5 names different: declaration 'damping' definition '_damping'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:37:80: style: Function 'Joint' argument 6 names different: declaration 'stiffness' definition '_stiffness'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:78:78: note: Function 'Joint' argument 6 names different: declaration 'stiffness' definition '_stiffness'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:37:80: note: Function 'Joint' argument 6 names different: declaration 'stiffness' definition '_stiffness'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:45:37: style: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:95:34: note: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:45:37: note: Function 'Joint' argument 1 names different: declaration 'name' definition '_name'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:45:105: style: Function 'Joint' argument 4 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:95:101: note: Function 'Joint' argument 4 names different: declaration 'type' definition '_type'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:45:105: note: Function 'Joint' argument 4 names different: declaration 'type' definition '_type'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:59:79: style: Function 'Joint' argument 3 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.hpp:112:76: note: Function 'Joint' argument 3 names different: declaration 'type' definition '_type'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/joint.cpp:59:79: note: Function 'Joint' argument 3 names different: declaration 'type' definition '_type'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/kinfam_io.cpp:61:72: style: Function 'operator<<' argument 2 names different: declaration 'it' definition 'root'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/kinfam_io.hpp:47:72: note: Function 'operator<<' argument 2 names different: declaration 'it' definition 'root'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/kinfam_io.cpp:61:72: note: Function 'operator<<' argument 2 names different: declaration 'it' definition 'root'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/tree.hpp:91:9: style: Class 'TreeElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:68:3: style: Class 'Path_Point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:69:10: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:69:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:70:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:70:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:71:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:94:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:71:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:72:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:100:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:72:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:73:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:106:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:73:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:74:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:111:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:74:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:75:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:123:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:75:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:80:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:128:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:80:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:95:10: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:95:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:97:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:97:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:98:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:94:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:98:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:99:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:100:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:99:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:100:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:106:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:100:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:101:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:123:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:101:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:102:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:111:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:102:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:107:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:128:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:107:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:67:18: style: The function 'LengthToS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:67:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:68:18: style: The function 'PathLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:68:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:69:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:94:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:69:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:70:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:100:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:70:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:71:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:106:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:71:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:73:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:111:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:73:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:75:17: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:123:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:75:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:79:26: style: The function 'getIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path.hpp:128:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_cyclic_closed.hpp:79:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.cpp:51:18: style: Function 'Path_Circle' argument 2 names different: declaration 'V_base_center' definition '_V_base_center'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:87:55: note: Function 'Path_Circle' argument 2 names different: declaration 'V_base_center' definition '_V_base_center'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.cpp:51:18: note: Function 'Path_Circle' argument 2 names different: declaration 'V_base_center' definition '_V_base_center'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.cpp:55:29: style: Function 'Path_Circle' argument 6 names different: declaration 'otraj' definition '_orient'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:91:29: note: Function 'Path_Circle' argument 6 names different: declaration 'otraj' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.cpp:55:29: note: Function 'Path_Circle' argument 6 names different: declaration 'otraj' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.cpp:56:11: style: Function 'Path_Circle' argument 7 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.hpp:92:11: note: Function 'Path_Circle' argument 7 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_circle.cpp:56:11: note: Function 'Path_Circle' argument 7 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:47:35: style: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:107:26: note: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:47:35: note: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:48:19: style: Function 'Path_Line' argument 2 names different: declaration 'F_base_end' definition 'endpos'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:108:17: note: Function 'Path_Line' argument 2 names different: declaration 'F_base_end' definition 'endpos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:48:19: note: Function 'Path_Line' argument 2 names different: declaration 'F_base_end' definition 'endpos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:49:31: style: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:109:29: note: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:49:31: note: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:50:13: style: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:110:11: note: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:50:13: note: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:86:35: style: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:112:26: note: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:86:35: note: Function 'Path_Line' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:87:19: style: Function 'Path_Line' argument 2 names different: declaration 'twist_in_base' definition 'starttwist'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:113:17: note: Function 'Path_Line' argument 2 names different: declaration 'twist_in_base' definition 'starttwist'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:87:19: note: Function 'Path_Line' argument 2 names different: declaration 'twist_in_base' definition 'starttwist'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:88:31: style: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:114:29: note: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:88:31: note: Function 'Path_Line' argument 3 names different: declaration 'orient' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:89:13: style: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.hpp:115:11: note: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_line.cpp:89:13: note: Function 'Path_Line' argument 4 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.cpp:47:37: style: Function 'Path_Point' argument 1 names different: declaration 'F_base_start' definition 'startpos'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.hpp:68:27: note: Function 'Path_Point' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_point.cpp:47:37: note: Function 'Path_Point' argument 1 names different: declaration 'F_base_start' definition 'startpos'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:54:62: style: Function 'Path_RoundedComposite' argument 1 names different: declaration 'comp' definition '_comp'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:77:41: note: Function 'Path_RoundedComposite' argument 1 names different: declaration 'comp' definition '_comp'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:54:62: note: Function 'Path_RoundedComposite' argument 1 names different: declaration 'comp' definition '_comp'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:55:10: style: Function 'Path_RoundedComposite' argument 2 names different: declaration 'radius' definition '_radius'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:77:53: note: Function 'Path_RoundedComposite' argument 2 names different: declaration 'radius' definition '_radius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:55:10: note: Function 'Path_RoundedComposite' argument 2 names different: declaration 'radius' definition '_radius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:55:26: style: Function 'Path_RoundedComposite' argument 3 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:77:67: note: Function 'Path_RoundedComposite' argument 3 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:55:26: note: Function 'Path_RoundedComposite' argument 3 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:55:62: style: Function 'Path_RoundedComposite' argument 4 names different: declaration 'orient' definition '_orient'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:77:101: note: Function 'Path_RoundedComposite' argument 4 names different: declaration 'orient' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:55:62: note: Function 'Path_RoundedComposite' argument 4 names different: declaration 'orient' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:56:8: style: Function 'Path_RoundedComposite' argument 5 names different: declaration 'aggregate' definition '_aggregate'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:77:114: note: Function 'Path_RoundedComposite' argument 5 names different: declaration 'aggregate' definition '_aggregate'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:56:8: note: Function 'Path_RoundedComposite' argument 5 names different: declaration 'aggregate' definition '_aggregate'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:56:23: style: Function 'Path_RoundedComposite' argument 6 names different: declaration 'nrofpoints' definition '_nrofpoints'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:77:129: note: Function 'Path_RoundedComposite' argument 6 names different: declaration 'nrofpoints' definition '_nrofpoints'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:56:23: note: Function 'Path_RoundedComposite' argument 6 names different: declaration 'nrofpoints' definition '_nrofpoints'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:60:53: style: Function 'Path_RoundedComposite' argument 1 names different: declaration 'radius' definition '_radius'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:88:32: note: Function 'Path_RoundedComposite' argument 1 names different: declaration 'radius' definition '_radius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:60:53: note: Function 'Path_RoundedComposite' argument 1 names different: declaration 'radius' definition '_radius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:60:68: style: Function 'Path_RoundedComposite' argument 2 names different: declaration 'eqradius' definition '_eqradius'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:88:46: note: Function 'Path_RoundedComposite' argument 2 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:60:68: note: Function 'Path_RoundedComposite' argument 2 names different: declaration 'eqradius' definition '_eqradius'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:60:103: style: Function 'Path_RoundedComposite' argument 3 names different: declaration 'orient' definition '_orient'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:88:80: note: Function 'Path_RoundedComposite' argument 3 names different: declaration 'orient' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:60:103: note: Function 'Path_RoundedComposite' argument 3 names different: declaration 'orient' definition '_orient'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:60:117: style: Function 'Path_RoundedComposite' argument 4 names different: declaration 'aggregate' definition '_aggregate'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.hpp:88:93: note: Function 'Path_RoundedComposite' argument 4 names different: declaration 'aggregate' definition '_aggregate'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:60:117: note: Function 'Path_RoundedComposite' argument 4 names different: declaration 'aggregate' definition '_aggregate'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:61:2: style: Class 'Path_RoundedComposite' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/path_roundedcomposite.cpp:61:2: style: Class 'Path_RoundedComposite' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.cpp:32:47: style: Function 'RigidBodyInertia' argument 1 names different: declaration 'm' definition 'm_'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.hpp:91:33: note: Function 'RigidBodyInertia' argument 1 names different: declaration 'm' definition 'm_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.cpp:32:47: note: Function 'RigidBodyInertia' argument 1 names different: declaration 'm' definition 'm_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.cpp:32:64: style: Function 'RigidBodyInertia' argument 2 names different: declaration 'h' definition 'h_'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.hpp:91:49: note: Function 'RigidBodyInertia' argument 2 names different: declaration 'h' definition 'h_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.cpp:32:64: note: Function 'RigidBodyInertia' argument 2 names different: declaration 'h' definition 'h_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.cpp:32:92: style: Function 'RigidBodyInertia' argument 3 names different: declaration 'I' definition 'I_'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.hpp:91:76: note: Function 'RigidBodyInertia' argument 3 names different: declaration 'I' definition 'I_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.cpp:32:92: note: Function 'RigidBodyInertia' argument 3 names different: declaration 'I' definition 'I_'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.cpp:74:48: style: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.hpp:125:48: note: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rigidbodyinertia.cpp:74:48: note: Function 'operator*' argument 1 names different: declaration 'R' definition 'M'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation.cpp:68:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation.cpp:75:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.cpp:59:57: style: Function 'Pos' argument 1 names different: declaration 'th' definition 'theta'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:73:31: note: Function 'Pos' argument 1 names different: declaration 'th' definition 'theta'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.cpp:59:57: note: Function 'Pos' argument 1 names different: declaration 'th' definition 'theta'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.cpp:63:72: style: Function 'Vel' argument 2 names different: declaration 'thd' definition 'thetad'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:74:39: note: Function 'Vel' argument 2 names different: declaration 'thd' definition 'thetad'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.cpp:63:72: note: Function 'Vel' argument 2 names different: declaration 'thd' definition 'thetad'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.cpp:67:90: style: Function 'Acc' argument 3 names different: declaration 'thdd' definition 'thetadd'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.hpp:75:50: note: Function 'Acc' argument 3 names different: declaration 'thdd' definition 'thetadd'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.cpp:67:90: note: Function 'Acc' argument 3 names different: declaration 'thdd' definition 'thetadd'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/rotational_interpolation_sa.cpp:49:37: warning: Member variable 'RotationalInterpolation_SingleAxis::angle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.cpp:101:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.cpp:26:9: style: Class 'Trajectory_Composite' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.cpp:26:9: style: Class 'Trajectory_Composite' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:54:16: warning: Virtual function 'Destroy' is called from destructor '~Trajectory_Composite()' at line 111. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.cpp:111:9: note: Calling Destroy
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_composite.hpp:54:16: note: Destroy is a virtual method
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.cpp:55:87: style: Function 'Trajectory_Segment' argument 3 names different: declaration 'duration' definition '_duration'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.hpp:77:69: note: Function 'Trajectory_Segment' argument 3 names different: declaration 'duration' definition '_duration'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_segment.cpp:55:87: note: Function 'Trajectory_Segment' argument 3 names different: declaration 'duration' definition '_duration'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:35:3: warning: Member variable 'Trajectory_Stationary::prof' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:35:3: warning: Member variable 'Trajectory_Stationary::path' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:39:20: style: The function 'GetPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:81:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:39:20: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:44:31: style: The function 'GetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:84:34: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:44:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:48:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:87:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:48:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:51:17: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:90:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:51:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:54:17: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:93:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:54:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:57:17: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:95:17: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:57:17: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:60:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:99:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:60:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:62:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory.hpp:98:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp:62:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/tree.cpp:28:31: style: Function 'Tree' argument 1 names different: declaration 'root_name' definition '_root_name'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/tree.hpp:115:42: note: Function 'Tree' argument 1 names different: declaration 'root_name' definition '_root_name'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/tree.cpp:28:31: note: Function 'Tree' argument 1 names different: declaration 'root_name' definition '_root_name'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/tree.cpp:44:35: style: Function 'operator=' argument 1 names different: declaration 'arg' definition 'in'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/tree.hpp:117:38: note: Function 'operator=' argument 1 names different: declaration 'arg' definition 'in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/tree.cpp:44:35: note: Function 'operator=' argument 1 names different: declaration 'arg' definition 'in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treefksolverpos_recursive.cpp:28:70: style: Function 'TreeFkSolverPos_recursive' argument 1 names different: declaration 'tree' definition '_tree'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treefksolverpos_recursive.hpp:40:47: note: Function 'TreeFkSolverPos_recursive' argument 1 names different: declaration 'tree' definition '_tree'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treefksolverpos_recursive.cpp:28:70: note: Function 'TreeFkSolverPos_recursive' argument 1 names different: declaration 'tree' definition '_tree'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treefksolverpos_recursive.hpp:40:9: style: Class 'TreeFkSolverPos_recursive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treefksolverpos_recursive.hpp:43:21: style: The function 'JntToCart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treefksolver.hpp:56:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treefksolverpos_recursive.hpp:43:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:27:62: style: Function 'TreeIkSolverPos_NR_JL' argument 1 names different: declaration 'tree' definition '_tree'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.hpp:62:39: note: Function 'TreeIkSolverPos_NR_JL' argument 1 names different: declaration 'tree' definition '_tree'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:27:62: note: Function 'TreeIkSolverPos_NR_JL' argument 1 names different: declaration 'tree' definition '_tree'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:28:82: style: Function 'TreeIkSolverPos_NR_JL' argument 2 names different: declaration 'endpoints' definition '_endpoints'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.hpp:62:77: note: Function 'TreeIkSolverPos_NR_JL' argument 2 names different: declaration 'endpoints' definition '_endpoints'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:28:82: note: Function 'TreeIkSolverPos_NR_JL' argument 2 names different: declaration 'endpoints' definition '_endpoints'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:29:66: style: Function 'TreeIkSolverPos_NR_JL' argument 3 names different: declaration 'q_min' definition '_q_min'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.hpp:62:104: note: Function 'TreeIkSolverPos_NR_JL' argument 3 names different: declaration 'q_min' definition '_q_min'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:29:66: note: Function 'TreeIkSolverPos_NR_JL' argument 3 names different: declaration 'q_min' definition '_q_min'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:29:90: style: Function 'TreeIkSolverPos_NR_JL' argument 4 names different: declaration 'q_max' definition '_q_max'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.hpp:62:127: note: Function 'TreeIkSolverPos_NR_JL' argument 4 names different: declaration 'q_max' definition '_q_max'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:29:90: note: Function 'TreeIkSolverPos_NR_JL' argument 4 names different: declaration 'q_max' definition '_q_max'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:30:67: style: Function 'TreeIkSolverPos_NR_JL' argument 5 names different: declaration 'fksolver' definition '_fksolver'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.hpp:62:151: note: Function 'TreeIkSolverPos_NR_JL' argument 5 names different: declaration 'fksolver' definition '_fksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:30:67: note: Function 'TreeIkSolverPos_NR_JL' argument 5 names different: declaration 'fksolver' definition '_fksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:30:95: style: Function 'TreeIkSolverPos_NR_JL' argument 6 names different: declaration 'iksolver' definition '_iksolver'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.hpp:62:177: note: Function 'TreeIkSolverPos_NR_JL' argument 6 names different: declaration 'iksolver' definition '_iksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:30:95: note: Function 'TreeIkSolverPos_NR_JL' argument 6 names different: declaration 'iksolver' definition '_iksolver'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:31:63: style: Function 'TreeIkSolverPos_NR_JL' argument 7 names different: declaration 'maxiter' definition '_maxiter'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.hpp:62:199: note: Function 'TreeIkSolverPos_NR_JL' argument 7 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:31:63: note: Function 'TreeIkSolverPos_NR_JL' argument 7 names different: declaration 'maxiter' definition '_maxiter'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:31:80: style: Function 'TreeIkSolverPos_NR_JL' argument 8 names different: declaration 'eps' definition '_eps'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.hpp:62:218: note: Function 'TreeIkSolverPos_NR_JL' argument 8 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_nr_jl.cpp:31:80: note: Function 'TreeIkSolverPos_NR_JL' argument 8 names different: declaration 'eps' definition '_eps'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_online.cpp:45:5: performance: Variable 'q_min_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_online.cpp:46:5: performance: Variable 'q_max_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolverpos_online.cpp:47:5: performance: Variable 'q_dot_max_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolvervel_wdls.cpp:14:60: style: Function 'TreeIkSolverVel_wdls' argument 1 names different: declaration 'tree' definition 'tree_in'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolvervel_wdls.hpp:23:42: note: Function 'TreeIkSolverVel_wdls' argument 1 names different: declaration 'tree' definition 'tree_in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolvervel_wdls.cpp:14:60: note: Function 'TreeIkSolverVel_wdls' argument 1 names different: declaration 'tree' definition 'tree_in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolvervel_wdls.cpp:46:56: style: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolvervel_wdls.hpp:79:38: note: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolvervel_wdls.cpp:46:56: note: Function 'setLambda' argument 1 names different: declaration 'lambda' definition 'lambda_in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolvervel_wdls.hpp:26:24: style: The function 'CartToJnt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolver.hpp:67:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treeiksolvervel_wdls.hpp:26:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treejnttojacsolver.cpp:14:52: style: Function 'TreeJntToJacSolver' argument 1 names different: declaration 'tree' definition 'tree_in'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treejnttojacsolver.hpp:19:45: note: Function 'TreeJntToJacSolver' argument 1 names different: declaration 'tree' definition 'tree_in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treejnttojacsolver.cpp:14:52: note: Function 'TreeJntToJacSolver' argument 1 names different: declaration 'tree' definition 'tree_in'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treejnttojacsolver.hpp:28:9: style: Technically the member function 'KDL::TreeJntToJacSolver::JntToJac' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treejnttojacsolver.cpp:21:25: note: Technically the member function 'KDL::TreeJntToJacSolver::JntToJac' can be const.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/treejnttojacsolver.hpp:28:9: note: Technically the member function 'KDL::TreeJntToJacSolver::JntToJac' can be const.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/svd_HH.cpp:69:19: style: The scope of the variable 'maxarg1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/svd_HH.cpp:69:27: style: The scope of the variable 'maxarg2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/svd_eigen_HH.cpp:42:19: style: The scope of the variable 'maxarg1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/svd_eigen_HH.cpp:42:27: style: The scope of the variable 'maxarg2' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/utility_io.cxx:58:9: style: The scope of the variable 'prevch' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/utilities/utility_io.cxx:155:10: style: The scope of the variable 'chdescr' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:64:3: warning: Member variable 'VelocityProfile_Rectangular::d' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:64:3: warning: Member variable 'VelocityProfile_Rectangular::p' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:64:3: warning: Member variable 'VelocityProfile_Rectangular::v' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:48:2: style: The class 'VelocityProfile_Dirac' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:64:3: style: Class 'VelocityProfile_Rectangular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:70:8: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:68:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:70:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:71:16: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:71:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:71:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:73:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:73:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:74:18: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:74:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:75:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:85:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:75:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:76:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:76:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:77:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:93:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:77:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:78:28: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:99:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:78:28: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:52:8: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:68:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:52:8: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:53:16: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:71:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:53:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:54:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:54:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:55:18: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:55:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:56:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:85:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:56:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:57:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:58:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:93:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:58:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:59:28: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:99:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_dirac.hpp:59:28: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:104:16: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:68:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:104:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:117:16: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:71:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:117:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:121:18: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:121:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:122:18: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:122:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:123:18: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:85:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:123:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:124:18: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:124:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:125:16: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:93:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:125:16: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:126:28: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:99:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.hpp:126:28: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.cpp:70:54: style: Function 'SetMax' argument 1 names different: declaration '_maxvel' definition 'vMax'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.hpp:69:23: note: Function 'SetMax' argument 1 names different: declaration '_maxvel' definition 'vMax'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_rect.cpp:70:54: note: Function 'SetMax' argument 1 names different: declaration '_maxvel' definition 'vMax'.
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:12:1: warning: The class 'VelocityProfile_Spline' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:20:18: style: The function 'SetProfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:68:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:20:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:28:18: style: The function 'SetProfileDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:71:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:28:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:55:20: style: The function 'Duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:78:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:55:20: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:56:20: style: The function 'Pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:81:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:56:20: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:57:20: style: The function 'Vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:85:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:57:20: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:58:20: style: The function 'Acc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:89:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:58:20: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:59:18: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:93:16: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:59:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:60:30: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile.hpp:99:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_spline.hpp:60:30: note: Function in derived class
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::a1' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::a2' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::a3' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::b1' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::b2' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::b3' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::c1' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::c2' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::c3' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::duration' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::t1' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::t2' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::startpos' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/App/kdl_cp/velocityprofile_traphalf.cpp:50:27: warning: Member variable 'VelocityProfile_TrapHalf::endpos' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Robot/Gui/AppRobotGui.cpp:79:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Robot/Gui/CommandExport.cpp:78:28: warning: Possible null pointer dereference: pcRobotObject [nullPointer]
FreeCAD-0.17/src/Mod/Robot/Gui/CommandExport.cpp:73:39: note: Assignment 'pcRobotObject=0', assigned value is 0
FreeCAD-0.17/src/Mod/Robot/Gui/CommandExport.cpp:78:28: note: Null pointer dereference
FreeCAD-0.17/src/Mod/Robot/Gui/CommandExport.cpp:78:28: style: Variable 'RoboName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Robot/Gui/CommandTrajectory.cpp:123:28: warning: Possible null pointer dereference: pcRobotObject [nullPointer]
FreeCAD-0.17/src/Mod/Robot/Gui/CommandTrajectory.cpp:118:39: note: Assignment 'pcRobotObject=0', assigned value is 0
FreeCAD-0.17/src/Mod/Robot/Gui/CommandTrajectory.cpp:123:28: note: Null pointer dereference
FreeCAD-0.17/src/Mod/Robot/Gui/CommandTrajectory.cpp:130:28: warning: Possible null pointer dereference: pcTrajectoryObject [nullPointer]
FreeCAD-0.17/src/Mod/Robot/Gui/CommandTrajectory.cpp:125:49: note: Assignment 'pcTrajectoryObject=0', assigned value is 0
FreeCAD-0.17/src/Mod/Robot/Gui/CommandTrajectory.cpp:130:28: note: Null pointer dereference
FreeCAD-0.17/src/Mod/Robot/Gui/TaskDlgEdge2Trac.h:47:5: style: Class 'TaskDlgEdge2Trac' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/Gui/CommandTrajectory.cpp:240:0: error: Memory leak: Dlg [memleak]
FreeCAD-0.17/src/Mod/Robot/Gui/TaskDlgTrajectoryCompound.h:44:5: style: Class 'TaskDlgTrajectoryCompound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/Gui/TaskDlgTrajectoryCompound.h:62:44: style: Class 'TaskDlgTrajectoryCompound' is unsafe, 'TaskDlgTrajectoryCompound::select' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Mod/Robot/Gui/TaskDlgTrajectoryDressUp.h:47:5: style: Class 'TaskDlgTrajectoryDressUp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Robot/Gui/TaskTrajectory.cpp:203:44: style: Function 'valueChanged' argument 1 names different: declaration 'd' definition 'value'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/Gui/TaskTrajectory.h:77:32: note: Function 'valueChanged' argument 1 names different: declaration 'd' definition 'value'.
FreeCAD-0.17/src/Mod/Robot/Gui/TaskTrajectory.cpp:203:44: note: Function 'valueChanged' argument 1 names different: declaration 'd' definition 'value'.
FreeCAD-0.17/src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.cpp:103:0: error: Memory leak: plc [memleak]
FreeCAD-0.17/src/Mod/Robot/Gui/TrajectorySimulate.cpp:173:48: style: Function 'valueChanged' argument 1 names different: declaration 'd' definition 'value'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/Gui/TrajectorySimulate.h:62:32: note: Function 'valueChanged' argument 1 names different: declaration 'd' definition 'value'.
FreeCAD-0.17/src/Mod/Robot/Gui/TrajectorySimulate.cpp:173:48: note: Function 'valueChanged' argument 1 names different: declaration 'd' definition 'value'.
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderRobotObject.cpp:120:59: style: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderRobotObject.h:52:38: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderRobotObject.cpp:120:59: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderRobotObject.cpp:211:40: style: Variable 'typeName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderRobotObject.cpp:224:40: style: Variable 'typeName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderRobotObject.cpp:237:40: style: Variable 'typeName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderRobotObject.cpp:250:40: style: Variable 'typeName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderRobotObject.cpp:263:40: style: Variable 'typeName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderRobotObject.cpp:276:40: style: Variable 'typeName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderTrajectory.cpp:93:58: style: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderTrajectory.h:51:38: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Robot/Gui/ViewProviderTrajectory.cpp:93:58: note: Function 'attach' argument 1 names different: declaration 'pcObject' definition 'pcObj'.
FreeCAD-0.17/src/Mod/Robot/Gui/Workbench.cpp:190:0: error: Memory leak: part [memleak]
FreeCAD-0.17/src/Mod/Robot/Gui/Workbench.cpp:236:0: error: Memory leak: insertRobots [memleak]
FreeCAD-0.17/src/Mod/Sandbox/App/AppSandbox.cpp:248:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:314:89: style: Function 'setProperty' argument 2 names different: declaration 'p' definition 'value'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:120:68: note: Function 'setProperty' argument 2 names different: declaration 'p' definition 'value'.
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:314:89: note: Function 'setProperty' argument 2 names different: declaration 'p' definition 'value'.
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:125:10: style: Technically the member function 'Sandbox::DocumentObjectProtector::validate' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:303:31: note: Technically the member function 'Sandbox::DocumentObjectProtector::validate' can be const.
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:125:10: note: Technically the member function 'Sandbox::DocumentObjectProtector::validate' can be const.
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:42:5: style: Class 'DocumentProtector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:74:5: style: Class 'Callable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:116:5: style: Class 'DocumentObjectProtector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:109:5: style: Class 'CustomRecomputeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:147:5: style: Class 'CustomCallableEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:166:5: style: Class 'CustomPurgeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:185:5: style: Class 'DocumentReceiver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:81:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:81:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:102:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.h:102:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:76:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:76:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:96:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:96:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:115:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:115:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:134:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:134:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:154:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:154:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:173:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtector.cpp:173:10: note: Function in derived class
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:76:69: style: Function 'method_varargs_ext_handler' argument 1 names different: declaration '_self' definition '_self_and_name_tuple'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.h:56:59: note: Function 'method_varargs_ext_handler' argument 1 names different: declaration '_self' definition '_self_and_name_tuple'.
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:76:69: note: Function 'method_varargs_ext_handler' argument 1 names different: declaration '_self' definition '_self_and_name_tuple'.
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:66:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:95:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:115:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:137:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:193:17: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:204:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:227:21: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.cpp:236:25: style: Unused variable: s [unusedVariable]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.h:43:5: style: Class 'DocumentProtectorPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.h:69:5: style: Class 'DocumentObjectProtectorPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentProtectorPy.h:70:5: style: Class 'DocumentObjectProtectorPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentThread.h:41:5: style: Class 'DocumentThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentThread.h:51:5: style: Class 'WorkerThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentThread.h:61:5: style: Class 'PythonThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/App/DocumentThread.h:109:5: style: Class 'DocumentTestThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/Gui/AppSandboxGui.cpp:257:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.h:51:5: style: Class 'SceneEventFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/Gui/TaskPanelView.h:43:5: style: Class 'TaskPanelView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.cpp:557:20: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.cpp:466:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.cpp:475:5: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.cpp:466:10: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.cpp:216:51: style: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'qevent'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.h:60:46: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'qevent'.
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.cpp:216:51: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'qevent'.
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.cpp:769:58: style: Function 'wheelEvent' argument 1 names different: declaration 'wheelEvent' definition 'event'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.h:102:48: note: Function 'wheelEvent' argument 1 names different: declaration 'wheelEvent' definition 'event'.
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.cpp:769:58: note: Function 'wheelEvent' argument 1 names different: declaration 'wheelEvent' definition 'event'.
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.h:154:18: warning: Virtual function 'OnChange' is called from constructor 'GraphicsView3D(Gui::Document*doc,QWidget*parent=0)' at line 806. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.cpp:806:5: note: Calling OnChange
FreeCAD-0.17/src/Mod/Sandbox/Gui/GLGraphicsView.h:154:18: note: OnChange is a virtual method
FreeCAD-0.17/src/Mod/Sandbox/Gui/Overlay.cpp:514:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Sandbox/Gui/Overlay.cpp:630:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Sandbox/Gui/Overlay.cpp:473:15: warning: Member variable 'DrawingPlane::scribbling' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Sandbox/Gui/Overlay.cpp:473:15: warning: Member variable 'DrawingPlane::fbo' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/Sandbox/Gui/Overlay.cpp:57:5: style: Class 'MyPaintable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/Gui/Overlay.cpp:158:1: style: Class 'Teapots' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/Gui/Overlay.cpp:344:1: style: Class 'Rubberband' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sandbox/Gui/TaskPanelView.cpp:673:0: error: Memory leak: func [memleak]
FreeCAD-0.17/src/Mod/Sandbox/Gui/Workbench.cpp:115:0: error: Memory leak: threads [memleak]
FreeCAD-0.17/src/Mod/Sandbox/Gui/Workbench.cpp:126:0: error: Memory leak: test [memleak]
FreeCAD-0.17/src/Mod/Sketcher/App/AppSketcher.cpp:46:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Sketcher/App/Constraint.h:79:1: warning: The class 'Constraint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Sketcher/App/ConstraintPyImp.cpp:55:45: style: The scope of the variable 'intArg5' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:2321:5: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:2319:0: note: Variable 'tag' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:2321:5: note: Variable 'tag' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:1677:20: style: The scope of the variable 'l1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:2100:22: style: The scope of the variable 'c1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:2149:23: style: The scope of the variable 'e1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:685:54: style: Function 'addBSpline' argument 1 names different: declaration 'spline' definition 'bspline'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.h:147:50: note: Function 'addBSpline' argument 1 names different: declaration 'spline' definition 'bspline'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:685:54: note: Function 'addBSpline' argument 1 names different: declaration 'spline' definition 'bspline'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:832:47: style: Function 'addCircle' argument 1 names different: declaration 'circle' definition 'cir'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.h:137:43: note: Function 'addCircle' argument 1 names different: declaration 'circle' definition 'cir'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:832:47: note: Function 'addCircle' argument 1 names different: declaration 'circle' definition 'cir'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:875:49: style: Function 'addEllipse' argument 1 names different: declaration 'ellipse' definition 'elip'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.h:139:45: note: Function 'addEllipse' argument 1 names different: declaration 'ellipse' definition 'elip'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:875:49: note: Function 'addEllipse' argument 1 names different: declaration 'ellipse' definition 'elip'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:1900:39: style: Function 'addDistanceConstraint' argument 1 names different: declaration 'geoId1' definition 'geoId'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.h:224:35: note: Function 'addDistanceConstraint' argument 1 names different: declaration 'geoId1' definition 'geoId'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:1900:39: note: Function 'addDistanceConstraint' argument 1 names different: declaration 'geoId1' definition 'geoId'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:2273:45: style: Function 'addSnellsLawConstraint' argument 7 names different: declaration 'second' definition 'secondvalue'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.h:316:42: note: Function 'addSnellsLawConstraint' argument 7 names different: declaration 'second' definition 'secondvalue'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:2273:45: note: Function 'addSnellsLawConstraint' argument 7 names different: declaration 'second' definition 'secondvalue'.
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:1388:130: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:1402:116: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:3271:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:111:13: style: Technically the member function 'GCS::Constraint::getTag' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:381:21: style: Technically the member function 'GCS::ConstraintTangentCircumf::getInternal' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:53:13: style: Technically the member function 'GCS::SubSystem::pSize' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:54:13: style: Technically the member function 'GCS::SubSystem::cSize' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.h:265:16: style: Technically the member function 'GCS::System::getFinePrecision' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:128:21: style: The function 'CalculateNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:102:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:128:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:129:21: style: The function 'Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:111:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:129:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:130:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:114:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:130:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:131:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:117:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:131:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:132:23: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:118:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:132:23: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:142:21: style: The function 'CalculateNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:102:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:142:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:143:21: style: The function 'Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:111:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:143:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:144:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:114:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:144:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:145:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:117:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:145:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:146:25: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:118:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:146:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:160:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:144:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:160:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:161:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:145:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:161:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:162:22: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:146:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:162:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:172:21: style: The function 'CalculateNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:102:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:172:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:183:24: style: The function 'getRadMaj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:169:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:183:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:184:24: style: The function 'getRadMaj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:170:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:184:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:185:24: style: The function 'getRadMaj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:171:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:185:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:186:21: style: The function 'CalculateNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:102:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:186:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:187:21: style: The function 'Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:111:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:187:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:188:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:114:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:188:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:189:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:117:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:189:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:206:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:188:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:206:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:207:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:189:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:207:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:208:31: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:190:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:208:31: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:219:24: style: The function 'getRadMaj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:169:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:219:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:220:24: style: The function 'getRadMaj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:170:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:220:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:221:24: style: The function 'getRadMaj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:171:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:221:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:222:21: style: The function 'CalculateNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:102:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:222:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:223:29: style: The function 'Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:111:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:223:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:224:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:114:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:224:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:225:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:117:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:225:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:240:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:224:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:240:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:241:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:225:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:241:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:242:33: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:226:28: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:242:33: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:252:21: style: The function 'CalculateNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:102:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:252:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:253:29: style: The function 'Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:111:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:253:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:254:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:114:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:254:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:255:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:117:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:255:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:256:27: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:118:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:256:27: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:270:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:254:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:270:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:271:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:255:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:271:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:272:32: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:256:27: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:272:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:295:21: style: The function 'CalculateNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:102:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:295:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:296:29: style: The function 'Value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:111:29: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:296:29: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:297:21: style: The function 'PushOwnParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:114:21: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:297:21: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:298:22: style: The function 'ReconstructOnNewPvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:117:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:298:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:299:26: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:118:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Geo.h:299:26: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:134:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:134:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:135:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:135:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:136:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:136:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:137:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:137:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:149:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:149:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:150:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:150:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:151:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:151:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:152:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:152:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:169:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:169:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:170:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:170:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:171:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:171:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:172:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:172:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:173:24: style: The function 'maxStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:118:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:173:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:191:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:191:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:192:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:192:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:193:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:193:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:194:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:194:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:195:24: style: The function 'maxStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:118:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:195:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:214:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:214:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:215:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:215:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:216:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:216:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:217:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:217:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:218:24: style: The function 'maxStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:118:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:218:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:238:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:238:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:239:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:239:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:240:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:240:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:241:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:241:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:260:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:260:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:261:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:261:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:262:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:262:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:263:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:263:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:283:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:283:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:284:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:284:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:285:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:285:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:286:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:286:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:307:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:307:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:308:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:308:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:309:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:309:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:310:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:310:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:333:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:333:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:334:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:334:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:335:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:335:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:336:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:336:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:337:24: style: The function 'maxStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:118:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:337:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:358:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:358:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:359:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:359:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:360:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:360:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:361:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:361:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:382:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:382:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:383:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:383:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:384:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:384:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:385:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:385:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:404:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:404:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:405:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:405:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:406:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:406:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:407:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:407:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:419:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:419:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:420:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:420:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:421:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:421:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:422:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:422:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:429:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:429:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:430:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:430:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:431:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:431:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:432:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:432:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:445:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:445:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:446:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:446:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:447:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:447:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:448:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:448:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:466:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:466:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:467:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:467:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:468:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:468:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:469:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:469:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:481:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:481:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:482:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:482:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:483:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:483:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:484:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:484:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:506:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:506:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:507:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:507:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:508:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:508:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:509:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:509:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:510:24: style: The function 'maxStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:118:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:510:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:530:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:530:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:531:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:531:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:532:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:532:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:533:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:533:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:551:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:551:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:552:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:552:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:553:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:553:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:554:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:554:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:576:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:576:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:577:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:577:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:578:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:578:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:579:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:579:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:606:32: style: The function 'getTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:113:32: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:606:32: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:607:22: style: The function 'rescale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:114:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:607:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:608:24: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:115:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:608:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:609:24: style: The function 'grad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:116:24: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:609:24: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:2871:11: style: Exception should be caught by reference. [catchExceptionByValue]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:3507:12: performance: Possible inefficient checking for 'edge_list' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Sketcher/App/Sketch.cpp:3564:9: performance: Possible inefficient checking for 'edge_list' emptiness. [stlSize]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:4814:14: style: Condition '!infinite' is always true [knownConditionTrueFalse]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:4781:21: note: Assignment 'infinite=false', assigned value is 0
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:4814:14: note: Condition '!infinite' is always true
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:5789:13: style: The scope of the variable 'g' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1117:30: style: Function 'fillet' argument 1 names different: declaration 'geoId' definition 'GeoId'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.h:188:20: note: Function 'fillet' argument 1 names different: declaration 'geoId' definition 'GeoId'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1117:30: note: Function 'fillet' argument 1 names different: declaration 'geoId' definition 'GeoId'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1117:46: style: Function 'fillet' argument 2 names different: declaration 'pos' definition 'PosId'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.h:188:36: note: Function 'fillet' argument 2 names different: declaration 'pos' definition 'PosId'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1117:46: note: Function 'fillet' argument 2 names different: declaration 'pos' definition 'PosId'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1145:30: style: Function 'fillet' argument 1 names different: declaration 'geoId1' definition 'GeoId1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.h:189:20: note: Function 'fillet' argument 1 names different: declaration 'geoId1' definition 'GeoId1'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1145:30: note: Function 'fillet' argument 1 names different: declaration 'geoId1' definition 'GeoId1'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1145:42: style: Function 'fillet' argument 2 names different: declaration 'geoId2' definition 'GeoId2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.h:189:32: note: Function 'fillet' argument 2 names different: declaration 'geoId2' definition 'GeoId2'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1145:42: note: Function 'fillet' argument 2 names different: declaration 'geoId2' definition 'GeoId2'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1237:30: style: Function 'extend' argument 1 names different: declaration 'geoId' definition 'GeoId'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.h:196:20: note: Function 'extend' argument 1 names different: declaration 'geoId' definition 'GeoId'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1237:30: note: Function 'extend' argument 1 names different: declaration 'geoId' definition 'GeoId'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1237:59: style: Function 'extend' argument 3 names different: declaration 'endPoint' definition 'endpoint'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.h:196:49: note: Function 'extend' argument 3 names different: declaration 'endPoint' definition 'endpoint'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1237:59: note: Function 'extend' argument 3 names different: declaration 'endPoint' definition 'endpoint'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1281:28: style: Function 'trim' argument 1 names different: declaration 'geoId' definition 'GeoId'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.h:194:18: note: Function 'trim' argument 1 names different: declaration 'geoId' definition 'GeoId'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:1281:28: note: Function 'trim' argument 1 names different: declaration 'geoId' definition 'GeoId'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:5698:49: style: Function 'calculateAngleViaPoint' argument 1 names different: declaration 'geoId1' definition 'GeoId1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.h:270:39: note: Function 'calculateAngleViaPoint' argument 1 names different: declaration 'geoId1' definition 'GeoId1'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:5698:49: note: Function 'calculateAngleViaPoint' argument 1 names different: declaration 'geoId1' definition 'GeoId1'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:5698:61: style: Function 'calculateAngleViaPoint' argument 2 names different: declaration 'geoId2' definition 'GeoId2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.h:270:51: note: Function 'calculateAngleViaPoint' argument 2 names different: declaration 'geoId2' definition 'GeoId2'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:5698:61: note: Function 'calculateAngleViaPoint' argument 2 names different: declaration 'geoId2' definition 'GeoId2'.
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:5646:46: style: Variable 'geometry' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:602:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/App/SketchObject.cpp:618:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:876:60: style: Function 'ConstraintTangentCircumf' argument 3 names different: declaration 'rd1' definition 'rad1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:377:42: note: Function 'ConstraintTangentCircumf' argument 3 names different: declaration 'rd1' definition 'rad1'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:876:60: note: Function 'ConstraintTangentCircumf' argument 3 names different: declaration 'rd1' definition 'rad1'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:876:74: style: Function 'ConstraintTangentCircumf' argument 4 names different: declaration 'rd2' definition 'rad2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:377:55: note: Function 'ConstraintTangentCircumf' argument 4 names different: declaration 'rd2' definition 'rad2'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:876:74: note: Function 'ConstraintTangentCircumf' argument 4 names different: declaration 'rd2' definition 'rad2'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1618:82: style: Function 'ConstraintPointOnHyperbola' argument 2 names different: declaration 'a' definition 'e'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:526:62: note: Function 'ConstraintPointOnHyperbola' argument 2 names different: declaration 'a' definition 'e'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1618:82: note: Function 'ConstraintPointOnHyperbola' argument 2 names different: declaration 'a' definition 'e'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1730:79: style: Function 'ConstraintPointOnParabola' argument 2 names different: declaration 'a' definition 'e'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:546:60: note: Function 'ConstraintPointOnParabola' argument 2 names different: declaration 'a' definition 'e'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1730:79: note: Function 'ConstraintPointOnParabola' argument 2 names different: declaration 'a' definition 'e'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1026:11: performance: Variable 'l' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1126:11: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1252:11: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:123:13: style: Technically the member function 'GCS::Constraint::findParamInPvec' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:87:17: note: Technically the member function 'GCS::Constraint::findParamInPvec' can be const.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:123:13: note: Technically the member function 'GCS::Constraint::findParamInPvec' can be const.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:135:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintEqual(double*p1,double*p2)' at line 105. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:105:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:135:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:150:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintDifference(double*p1,double*p2,double*d)' at line 138. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:138:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:150:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:170:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintP2PDistance(Point&p1,Point&p2,double*d)' at line 174. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:174:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:170:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:192:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintP2PAngle(Point&p1,Point&p2,double*a,double da_=0.)' at line 255. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:255:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:192:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:215:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintP2LDistance(Point&p,Line&l,double*d)' at line 328. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:328:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:215:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:239:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPointOnLine(Point&p,Line&l)' at line 433. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:433:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:239:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:239:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPointOnLine(Point&p,Point&lp1,Point&lp2)' at line 445. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:445:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:239:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:261:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPointOnPerpBisector(Point&p,Line&l)' at line 505. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:505:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:261:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:261:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPointOnPerpBisector(Point&p,Point&lp1,Point&lp2)' at line 517. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:517:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:261:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:284:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintParallel(Line&l1,Line&l2)' at line 575. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:575:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:284:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:308:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPerpendicular(Line&l1,Line&l2)' at line 629. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:629:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:308:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:308:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPerpendicular(Point&l1p1,Point&l1p2,Point&l2p1,Point&l2p2)' at line 644. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:644:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:308:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:334:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintL2LAngle(Line&l1,Line&l2,double*a)' at line 699. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:699:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:334:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:334:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintL2LAngle(Point&l1p1,Point&l1p2,Point&l2p1,Point&l2p2,double*a)' at line 715. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:715:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:334:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:359:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintMidpointOnLine(Line&l1,Line&l2)' at line 803. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:803:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:359:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:359:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintMidpointOnLine(Point&l1p1,Point&l1p2,Point&l2p1,Point&l2p2)' at line 817. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:817:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:359:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:383:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintTangentCircumf(Point&p1,Point&p2,double*rd1,double*rd2,bool internal_=false)' at line 886. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:886:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:383:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:405:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPointOnEllipse(Point&p,Ellipse&e)' at line 945. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:945:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:405:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:420:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintEllipseTangentLine(Line&l,Ellipse&e)' at line 1033. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1033:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:420:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:430:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintInternalAlignmentPoint2Ellipse(Ellipse&e,Point&p1,InternalAlignmentType alignmentType)' at line 1133. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1133:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:430:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:446:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintInternalAlignmentPoint2Hyperbola(Hyperbola&e,Point&p1,InternalAlignmentType alignmentType)' at line 1259. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1259:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:446:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:467:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintEqualMajorAxesConic(MajorRadiusConic*a1,MajorRadiusConic*a2)' at line 1374. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1374:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:467:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:482:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintEqualFocalDistance(ArcOfParabola*a1,ArcOfParabola*a2)' at line 1435. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1435:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:482:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:507:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintCurveValue(Point&p,double*pcoord,Curve&crv,double*u)' at line 1513. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1513:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:507:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:531:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPointOnHyperbola(Point&p,Hyperbola&e)' at line 1615. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1615:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:531:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:531:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPointOnHyperbola(Point&p,ArcOfHyperbola&a)' at line 1628. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1628:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:531:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:552:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPointOnParabola(Point&p,Parabola&e)' at line 1727. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1727:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:552:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:552:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintPointOnParabola(Point&p,ArcOfParabola&a)' at line 1738. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1738:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:552:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:577:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintAngleViaPoint(Curve&acrv1,Curve&acrv2,Point p,double*angle)' at line 1829. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1829:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:577:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:607:22: warning: Virtual function 'rescale' is called from constructor 'ConstraintSnell(Curve&ray1,Curve&ray2,Curve&boundary,Point p,double*n1,double*n2,bool flipn1,bool flipn2)' at line 1932. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.cpp:1932:5: note: Calling rescale
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/Constraints.h:607:22: note: rescale is a virtual method
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.cpp:1337:12: style: The scope of the variable 'h_norm' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.cpp:514:71: style: Function 'addConstraintTangentCircumf' argument 3 names different: declaration 'rd1' definition 'rad1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.h:170:71: note: Function 'addConstraintTangentCircumf' argument 3 names different: declaration 'rd1' definition 'rad1'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.cpp:514:71: note: Function 'addConstraintTangentCircumf' argument 3 names different: declaration 'rd1' definition 'rad1'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.cpp:514:85: style: Function 'addConstraintTangentCircumf' argument 4 names different: declaration 'rd2' definition 'rad2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.h:170:84: note: Function 'addConstraintTangentCircumf' argument 4 names different: declaration 'rd2' definition 'rad2'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.cpp:514:85: note: Function 'addConstraintTangentCircumf' argument 4 names different: declaration 'rd2' definition 'rad2'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.cpp:1010:105: style: Function 'addConstraintInternalAlignmentBSplineControlPoint' argument 4 names different: declaration 'tag' definition 'tagId'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.h:236:105: note: Function 'addConstraintInternalAlignmentBSplineControlPoint' argument 4 names different: declaration 'tag' definition 'tagId'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.cpp:1010:105: note: Function 'addConstraintInternalAlignmentBSplineControlPoint' argument 4 names different: declaration 'tag' definition 'tagId'.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.h:239:16: performance: Technically the member function 'GCS::System::calculateAngleViaPoint' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.cpp:1026:16: note: Technically the member function 'GCS::System::calculateAngleViaPoint' can be static.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.h:239:16: note: Technically the member function 'GCS::System::calculateAngleViaPoint' can be static.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.h:240:14: performance: Technically the member function 'GCS::System::calculateNormalAtPoint' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.cpp:1033:14: note: Technically the member function 'GCS::System::calculateNormalAtPoint' can be static.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/GCS.h:240:14: note: Technically the member function 'GCS::System::calculateNormalAtPoint' can be static.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:59:14: style: Technically the member function 'GCS::SubSystem::getParamMap' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.cpp:153:17: note: Technically the member function 'GCS::SubSystem::getParamMap' can be const.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:59:14: note: Technically the member function 'GCS::SubSystem::getParamMap' can be const.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:60:14: style: Technically the member function 'GCS::SubSystem::getParamList' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.cpp:158:17: note: Technically the member function 'GCS::SubSystem::getParamList' can be const.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:60:14: note: Technically the member function 'GCS::SubSystem::getParamList' can be const.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:67:14: style: Technically the member function 'GCS::SubSystem::getConstraintList' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.cpp:203:17: note: Technically the member function 'GCS::SubSystem::getConstraintList' can be const.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:67:14: note: Technically the member function 'GCS::SubSystem::getConstraintList' can be const.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:81:14: performance: Technically the member function 'GCS::SubSystem::analyse' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.cpp:332:17: note: Technically the member function 'GCS::SubSystem::analyse' can be static.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:81:14: note: Technically the member function 'GCS::SubSystem::analyse' can be static.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:82:14: performance: Technically the member function 'GCS::SubSystem::report' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.cpp:336:17: note: Technically the member function 'GCS::SubSystem::report' can be static.
FreeCAD-0.17/src/Mod/Sketcher/App/planegcs/SubSystem.h:82:14: note: Technically the member function 'GCS::SubSystem::report' can be static.
FreeCAD-0.17/src/Mod/Sketcher/Gui/AppSketcherGui.cpp:85:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Sketcher/Gui/Command.cpp:74:19: performance: Variable 'ErrMsg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherValidation.h:84:5: style: Class 'TaskSketcherValidation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/Command.cpp:73:9: style: Class 'ExceptionWrongInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:200:11: style: The scope of the variable 'sf' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3795:25: style: The scope of the variable 'GeoId3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4417:25: style: The scope of the variable 'GeoId3' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5083:15: style: The scope of the variable 'sf' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5161:15: style: The scope of the variable 'sf' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5268:12: style: The scope of the variable 'radius' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5270:10: style: The scope of the variable 'commitNeeded' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5271:10: style: The scope of the variable 'updateNeeded' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5308:15: style: The scope of the variable 'sf' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:6662:14: style: The scope of the variable 'extra_elements' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:6821:14: style: The scope of the variable 'extra_elements' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:735:14: style: struct member 'SketchSelectionItem::Extern' is never used. [unusedStructMember]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:782:31: style: Variable 'SketchSubNames' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:783:31: style: Variable 'SupportSubNames' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3376:38: style: Variable 'arebothpointsorsegmentsfixed' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1272:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1283:132: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1518:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1529:132: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2133:18: performance: Variable 'PosId2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:828:9: style: Class 'GenericConstraintSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:869:5: style: Class 'CmdSketcherConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:951:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:951:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:973:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:973:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:975:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:975:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:980:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:980:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1156:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1156:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1159:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1159:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1160:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1160:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1403:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1403:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1406:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1406:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1407:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1407:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1651:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1651:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1654:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1654:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1655:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1655:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1919:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1919:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1922:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1922:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1923:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:1923:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2140:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2140:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2149:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2149:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2151:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2151:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2157:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2157:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2228:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2228:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2231:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2231:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2232:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2232:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2420:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2420:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2423:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2423:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2424:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2424:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2801:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2801:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2804:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2804:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2805:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2805:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2990:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2990:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2993:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2993:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2994:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:2994:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3240:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3240:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3243:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3243:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3244:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3244:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3524:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3524:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3527:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3527:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3528:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3528:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3716:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3716:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3719:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3719:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3720:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:3720:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4337:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4337:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4340:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4340:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4341:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4341:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4947:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4947:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4950:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4950:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4951:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:4951:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5418:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5418:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5421:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5421:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5422:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5422:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5931:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5931:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5934:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5934:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5935:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:5935:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:6109:25: style: The function 'className' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:874:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:6109:25: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:6112:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:897:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:6112:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:6113:18: style: The function 'applyConstraint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:896:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandConstraints.cpp:6113:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2929:16: style: The scope of the variable 'minorLength' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3398:31: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3397:22: style: Variable 'phi' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3398:36: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4540:146: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:243:5: error: Buffer is accessed out of bounds: cursor_crosshair_color [bufferAccessOutOfBounds]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2813:10: style: Unused private function: 'DrawSketchHandlerEllipse::ellipseToOctave' [unusedPrivateFunction]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:101:10: performance: Technically the member function 'SketcherGui::DrawSketchHandler::setCrosshairColor' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:235:25: note: Technically the member function 'SketcherGui::DrawSketchHandler::setCrosshairColor' can be static.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:101:10: note: Technically the member function 'SketcherGui::DrawSketchHandler::setCrosshairColor' can be static.
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6322:9: performance: Technically the member function 'DrawSketchHandlerExtend::crossProduct' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2354:5: style: Class 'DrawSketchHandlerEllipse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4433:5: style: Class 'DrawSketchHandlerBSpline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5554:9: style: Class 'FilletSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5844:9: style: Class 'TrimmingSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6007:9: style: Class 'ExtendSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6361:9: style: Class 'ExternalSelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6587:9: style: Class 'CarbonCopySelection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:7136:5: style: Class 'DrawSketchHandlerRegularPolygon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:297:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:297:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:303:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:303:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:329:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:329:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:343:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:343:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:505:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:505:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:511:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:511:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:540:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:540:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:557:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:557:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:773:18: style: The function 'registerPressedKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:71:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:773:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:850:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:850:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:856:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:856:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:970:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:970:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1062:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1062:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1257:18: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:73:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1257:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1447:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1447:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1453:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1453:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1517:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1517:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1556:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1556:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1718:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1718:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1724:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1724:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1839:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1839:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1867:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:1867:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2122:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2122:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2128:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2128:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2166:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2166:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2178:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2178:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2383:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2383:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2401:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2401:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2493:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2493:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2528:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:2528:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3200:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3200:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3206:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3206:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3316:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3316:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3342:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3342:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3574:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3574:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3580:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3580:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3691:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3691:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3719:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3719:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3959:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3959:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3965:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:3965:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4072:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4072:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4099:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4099:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4453:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4453:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4459:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4459:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4490:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4490:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4631:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4631:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4748:18: style: The function 'quit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:73:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:4748:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5045:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5045:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5051:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5051:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5118:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5118:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5143:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5143:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5390:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5390:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5396:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5396:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5406:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5406:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5413:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5413:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5644:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5644:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5652:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5652:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5657:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5657:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5663:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5663:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5921:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5921:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5930:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5930:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5935:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5935:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5941:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:5941:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6101:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6101:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6112:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6112:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6225:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6225:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6231:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6231:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6465:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6465:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6482:18: style: The function 'deactivated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6482:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6487:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6487:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6494:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6494:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6500:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6500:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6510:18: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:70:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6510:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6689:22: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6689:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6706:22: style: The function 'deactivated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6706:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6711:22: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6711:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6718:22: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6718:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6724:22: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6724:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6734:22: style: The function 'onSelectionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:70:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6734:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6870:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6870:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6876:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6876:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6929:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6929:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6941:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:6941:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:7153:18: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:7153:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:7159:18: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:7159:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:7200:18: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:7200:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:7212:18: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:7212:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandCreateGeo.cpp:221:26: error: After erase(), the iterator 'it' may be invalid. [invalidIterator2]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherBSpline.cpp:513:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherBSpline.cpp:673:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherBSpline.cpp:604:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherBSpline.cpp:751:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:739:28: style: Variable 'doc_name' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:740:28: style: Variable 'obj_name' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:741:23: style: Unused variable: ss [unusedVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1152:5: style: Class 'SketcherCopy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1057:22: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1057:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1064:22: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1064:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1084:22: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1084:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1095:22: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1095:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1504:22: style: The function 'activated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1504:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1511:22: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1511:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1531:22: style: The function 'pressButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:68:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1531:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1542:22: style: The function 'releaseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:69:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1542:22: note: Function in derived class
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1038:38: performance: Function parameter 'geoidlist' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Sketcher/Gui/CommandSketcherTools.cpp:1480:50: performance: Function parameter 'geoidlist' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:389:51: style: Function 'createAutoConstraints' argument 2 names different: declaration 'geoId' definition 'geoId1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:88:36: note: Function 'createAutoConstraints' argument 2 names different: declaration 'geoId' definition 'geoId1'.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:389:51: note: Function 'createAutoConstraints' argument 2 names different: declaration 'geoId' definition 'geoId1'.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:389:78: style: Function 'createAutoConstraints' argument 3 names different: declaration 'pointPos' definition 'posId1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:88:62: note: Function 'createAutoConstraints' argument 3 names different: declaration 'pointPos' definition 'posId1'.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:389:78: note: Function 'createAutoConstraints' argument 3 names different: declaration 'pointPos' definition 'posId1'.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:78:9: style: Technically the member function 'SketcherGui::DrawSketchHandler::getHighestVertexIndex' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:84:24: note: Technically the member function 'SketcherGui::DrawSketchHandler::getHighestVertexIndex' can be const.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:78:9: note: Technically the member function 'SketcherGui::DrawSketchHandler::getHighestVertexIndex' can be const.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:80:9: style: Technically the member function 'SketcherGui::DrawSketchHandler::getHighestCurveIndex' can be const. [functionConst]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:89:24: note: Technically the member function 'SketcherGui::DrawSketchHandler::getHighestCurveIndex' can be const.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:80:9: note: Technically the member function 'SketcherGui::DrawSketchHandler::getHighestCurveIndex' can be const.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:100:10: performance: Technically the member function 'SketcherGui::DrawSketchHandler::applyCursor' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.cpp:113:25: note: Technically the member function 'SketcherGui::DrawSketchHandler::applyCursor' can be static.
FreeCAD-0.17/src/Mod/Sketcher/Gui/DrawSketchHandler.h:100:10: note: Technically the member function 'SketcherGui::DrawSketchHandler::applyCursor' can be static.
FreeCAD-0.17/src/Mod/Sketcher/Gui/SketchMirrorDialog.h:46:28: style: Class 'SketchMirrorDialog' is unsafe, 'SketchMirrorDialog::ui' can leak by wrong usage. [unsafeClassCanLeak]
FreeCAD-0.17/src/Mod/Sketcher/Gui/SketcherSettings.h:42:5: style: Class 'SketcherSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/SketcherSettings.h:68:5: style: Class 'SketcherSettingsColors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherGeneral.h:45:5: style: Class 'SketcherGeneralWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherGeneral.h:80:5: style: Class 'TaskSketcherGeneral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherConstrains.h:73:5: style: Class 'TaskSketcherConstrains' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherElements.h:94:5: style: Class 'TaskSketcherElements' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherMessages.h:47:5: style: Class 'TaskSketcherMessages' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherSolverAdvanced.h:46:5: style: Class 'TaskSketcherSolverAdvanced' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskDlgEditSketch.h:48:5: style: Class 'TaskDlgEditSketch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherConstrains.cpp:324:5: style: Class 'ExpressionDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherCreateCommands.h:48:5: style: Class 'TaskSketcherCreateCommands' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherElements.cpp:718:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherValidation.cpp:115:5: style: Struct 'Vertex_Less' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherValidation.cpp:134:5: style: Struct 'Vertex_EqualTo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/TaskSketcherValidation.cpp:162:5: style: Struct 'Constraint_Equal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:1690:9: style: The scope of the variable 'PtIndex' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:1691:9: style: The scope of the variable 'GeoIndex' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:1692:9: style: The scope of the variable 'CrossIndex' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:2133:18: style: The scope of the variable 'bpolyInside' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:2213:18: style: The scope of the variable 'bpolyInside' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:2294:18: style: The scope of the variable 'bpolyInside' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:2380:18: style: The scope of the variable 'bpolyInside' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:2901:20: style: The scope of the variable 'x0' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:2901:23: style: The scope of the variable 'y0' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:2901:26: style: The scope of the variable 'x1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:2901:29: style: The scope of the variable 'y1' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:3041:9: style: The scope of the variable 'maxColorPriority' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:3042:12: style: The scope of the variable 'iconRotation' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:1018:51: style: Function 'mouseMove' argument 1 names different: declaration 'pos' definition 'cursorPos'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.h:221:43: note: Function 'mouseMove' argument 1 names different: declaration 'pos' definition 'cursorPos'.
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:1018:51: note: Function 'mouseMove' argument 1 names different: declaration 'pos' definition 'cursorPos'.
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:5819:85: style: Function 'setPositionText' argument 2 names different: declaration 'txt' definition 'text'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.h:354:69: note: Function 'setPositionText' argument 2 names different: declaration 'txt' definition 'text'.
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:5819:85: note: Function 'setPositionText' argument 2 names different: declaration 'txt' definition 'text'.
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:1455:21: style: Unused variable: temp [unusedVariable]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:4941:11: style: Exception should be caught by reference. [catchExceptionByValue]
FreeCAD-0.17/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp:260:66: performance: Function parameter 'GeoList' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Spreadsheet/App/AppSpreadsheet.cpp:46:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Spreadsheet/App/Cell.cpp:302:45: style: Function 'getStyle' argument 1 names different: declaration 'style' definition '_style'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Spreadsheet/App/Cell.h:72:43: note: Function 'getStyle' argument 1 names different: declaration 'style' definition '_style'.
FreeCAD-0.17/src/Mod/Spreadsheet/App/Cell.cpp:302:45: note: Function 'getStyle' argument 1 names different: declaration 'style' definition '_style'.
FreeCAD-0.17/src/Mod/Spreadsheet/App/Cell.cpp:117:13: warning: Member variable 'Cell::exceptionStr' is not assigned a value in 'Cell::operator='. [operatorEqVarError]
FreeCAD-0.17/src/Mod/Spreadsheet/App/Cell.cpp:117:13: warning: Member variable 'Cell::anchor' is not assigned a value in 'Cell::operator='. [operatorEqVarError]
FreeCAD-0.17/src/Mod/Spreadsheet/App/PropertySheet.h:44:5: style: Class 'PropertySheet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Spreadsheet/App/DisplayUnit.h:38:35: performance: Function parameter '_stringRep' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Spreadsheet/App/DisplayUnit.h:38:69: performance: Function parameter '_unit' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Spreadsheet/App/PropertyColumnWidths.cpp:46:23: warning: Member variable 'PropertyColumnWidths::dirty' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Mod/Spreadsheet/App/PropertyColumnWidths.cpp:46:23: warning: Member variable 'PropertyColumnWidths::PythonObject' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Mod/Spreadsheet/App/PropertyColumnWidths.h:32:1: warning: The class 'PropertyColumnWidths' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Spreadsheet/App/PropertyRowHeights.cpp:45:21: warning: Member variable 'PropertyRowHeights::dirty' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Mod/Spreadsheet/App/PropertyRowHeights.cpp:45:21: warning: Member variable 'PropertyRowHeights::PythonObject' is not initialized in the constructor. [uninitMemberVarPrivate]
FreeCAD-0.17/src/Mod/Spreadsheet/App/PropertyRowHeights.h:32:1: warning: The class 'PropertyRowHeights' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Spreadsheet/App/PropertySheet.h:40:1: warning: The class 'PropertySheet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeCAD-0.17/src/Mod/Spreadsheet/App/Sheet.cpp:144:9: style: The scope of the variable 'row' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Spreadsheet/App/Sheet.cpp:340:56: style: Function 'setCell' argument 2 names different: declaration 'value' definition 'contents'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Spreadsheet/App/Sheet.h:99:51: note: Function 'setCell' argument 2 names different: declaration 'value' definition 'contents'.
FreeCAD-0.17/src/Mod/Spreadsheet/App/Sheet.cpp:340:56: note: Function 'setCell' argument 2 names different: declaration 'value' definition 'contents'.
FreeCAD-0.17/src/Mod/Spreadsheet/App/Sheet.cpp:696:24: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Spreadsheet/App/genregexps.cpp:166:13: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeCAD-0.17/src/Mod/Spreadsheet/App/genregexps.cpp:166:13: warning: %X in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeCAD-0.17/src/Mod/Spreadsheet/App/genregexps.cpp:176:18: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeCAD-0.17/src/Mod/Spreadsheet/App/genregexps.cpp:115:13: style: The scope of the variable 'n' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Spreadsheet/App/genregexps.cpp:161:13: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/Spreadsheet/App/genregexps.cpp:125:48: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/Spreadsheet/App/genregexps.cpp:166:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeCAD-0.17/src/Mod/Spreadsheet/App/genregexps.cpp:176:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeCAD-0.17/src/Mod/Spreadsheet/App/genregexps.cpp:187:32: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
ExpressionParser.l:262:0: error: Code 'std::string' is invalid C code. Use --std or --language to configure the language. [syntaxError]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/AppSpreadsheetGui.cpp:106:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/SheetModel.h:44:5: style: Class 'SheetModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/SheetModel.cpp:73:61: performance: Function parameter 'unit' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/SheetTableView.h:38:5: style: Class 'SheetViewHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/SpreadsheetDelegate.cpp:39:63: style: Function 'SpreadsheetDelegate' argument 1 names different: declaration 'sheet' definition '_sheet'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/SpreadsheetDelegate.h:40:55: note: Function 'SpreadsheetDelegate' argument 1 names different: declaration 'sheet' definition '_sheet'.
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/SpreadsheetDelegate.cpp:39:63: note: Function 'SpreadsheetDelegate' argument 1 names different: declaration 'sheet' definition '_sheet'.
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/Workbench.cpp:207:0: error: Memory leak: alignments [memleak]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/Workbench.cpp:238:0: error: Memory leak: part [memleak]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/Workbench.cpp:247:0: error: Memory leak: ss [memleak]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:645:30: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:680:29: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:838:14: style: C-style pointer casting [cstyleCast]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:271:22: style: Function 'QtColorPicker' argument 2 names different: declaration 'columns' definition 'cols'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.h:83:23: note: Function 'QtColorPicker' argument 2 names different: declaration 'columns' definition 'cols'.
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:271:22: note: Function 'QtColorPicker' argument 2 names different: declaration 'columns' definition 'cols'.
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:434:51: style: Function 'setCurrentColor' argument 1 names different: declaration 'col' definition 'color'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.h:101:40: note: Function 'setCurrentColor' argument 1 names different: declaration 'col' definition 'color'.
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:434:51: note: Function 'setCurrentColor' argument 1 names different: declaration 'col' definition 'color'.
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:513:46: style: Function 'getColor' argument 1 names different: declaration 'pos' definition 'point'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.h:98:42: note: Function 'getColor' argument 1 names different: declaration 'pos' definition 'point'.
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:513:46: note: Function 'getColor' argument 1 names different: declaration 'pos' definition 'point'.
FreeCAD-0.17/src/Mod/Spreadsheet/Gui/qtcolorpicker.cpp:147:5: style: Class 'ColorPickerButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Start/App/AppStart.cpp:59:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Start/Gui/AppStartGui.cpp:75:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Start/Gui/Workbench.cpp:140:0: error: Memory leak: navigation [memleak]
FreeCAD-0.17/src/Mod/Surface/App/AppSurface.cpp:64:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Surface/App/FeatureFilling.cpp:245:62: style: Function 'addConstraints' argument 2 names different: declaration 'points' definition 'pointsList'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Surface/App/FeatureFilling.h:85:57: note: Function 'addConstraints' argument 2 names different: declaration 'points' definition 'pointsList'.
FreeCAD-0.17/src/Mod/Surface/App/FeatureFilling.cpp:245:62: note: Function 'addConstraints' argument 2 names different: declaration 'points' definition 'pointsList'.
FreeCAD-0.17/src/Mod/Surface/Gui/AppSurfaceGui.cpp:66:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Surface/Gui/Workbench.cpp:75:0: error: Memory leak: surface [memleak]
FreeCAD-0.17/src/Mod/TechDraw/App/AppTechDraw.cpp:48:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/TechDraw/App/AppTechDrawPy.cpp:316:34: style: The scope of the variable 'obj' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/AppTechDrawPy.cpp:373:34: style: The scope of the variable 'obj' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/AppTechDrawPy.cpp:319:25: style: Unused variable: dxfText [unusedVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/AppTechDrawPy.cpp:376:25: style: Unused variable: svgText [unusedVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:132:5: warning: Member variable 'incidenceItem::iEdge' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:132:5: warning: Member variable 'incidenceItem::angle' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:133:75: performance: Variable 'eDesc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:147:63: performance: Variable 'incidenceList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:236:16: style: Technically the member function 'TechDrawGeometry::Vertex::x' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:237:16: style: Technically the member function 'TechDrawGeometry::Vertex::y' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:104:10: style: Technically the member function 'TechDrawGeometry::GeometryObject::isPerspective' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:108:12: style: Technically the member function 'TechDrawGeometry::GeometryObject::getFocus' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:111:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getVisHard' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:112:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getVisOutline' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:113:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getVisSmooth' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:114:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getVisSeam' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:115:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getVisIso' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:116:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getHidHard' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:117:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getHidOutline' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:118:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getHidSmooth' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:119:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getHidSeam' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:120:18: style: Technically the member function 'TechDrawGeometry::GeometryObject::getHidIso' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/LineGroup.h:46:17: style: Technically the member function 'TechDraw::LineGroup::getName' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:92:9: style: Class 'Circle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:103:9: style: Class 'Ellipse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:118:9: style: Class 'AOE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:140:9: style: Class 'AOC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:166:5: style: Class 'BezierSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:180:9: style: Class 'BSpline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:191:9: style: Class 'Generic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:204:9: style: Class 'Wire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:225:9: style: Class 'Vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/LineGroup.h:40:5: style: Class 'LineGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:124:20: style: The function 'getRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:83:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:124:20: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:136:19: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:65:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:136:19: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:144:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:144:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:148:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:72:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:148:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:152:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:76:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:152:23: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:94:36: performance: Function parameter 'viewAxis' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:96:51: performance: Function parameter 'viewAxis' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:147:42: performance: Function parameter 'list' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:182:73: performance: Function parameter 'edges' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:183:83: performance: Function parameter 'uniqueVList' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/LineGroup.h:47:30: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.h:69:49: performance: Function parameter 'fromSystem' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/Cube.cpp:117:12: style: The scope of the variable 'flipper' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/Cube.cpp:145:12: style: The scope of the variable 'flipper' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/Cube.cpp:173:12: style: The scope of the variable 'flipper' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/Cube.cpp:205:12: style: The scope of the variable 'flipper' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/Cube.cpp:264:12: style: The scope of the variable 'flipper' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/Cube.h:98:20: performance: Technically the member function 'TechDraw::Cube::rodrigues' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/TechDraw/App/Cube.cpp:490:22: note: Technically the member function 'TechDraw::Cube::rodrigues' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/Cube.h:98:20: note: Technically the member function 'TechDraw::Cube::rodrigues' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.cpp:210:67: style: Function 'getTrimmedLines' argument 1 names different: declaration 'dvp' definition 'source'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.h:72:63: note: Function 'getTrimmedLines' argument 1 names different: declaration 'dvp' definition 'source'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.cpp:210:67: note: Function 'getTrimmedLines' argument 1 names different: declaration 'dvp' definition 'source'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.cpp:283:81: style: Function 'makeEdgeOverlay' argument 2 names different: declaration 'bBox' definition 'b'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.h:74:77: note: Function 'makeEdgeOverlay' argument 2 names different: declaration 'bBox' definition 'b'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.cpp:283:81: note: Function 'makeEdgeOverlay' argument 2 names different: declaration 'bBox' definition 'b'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.cpp:393:56: style: Function 'getFaceOverlay' argument 1 names different: declaration 'i' definition 'fdx'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.h:70:45: note: Function 'getFaceOverlay' argument 1 names different: declaration 'i' definition 'fdx'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.cpp:393:56: note: Function 'getFaceOverlay' argument 1 names different: declaration 'i' definition 'fdx'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawGeomHatch.cpp:459:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:56:41: performance: Variable 'm_parms' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:60:27: style: Technically the member function 'TechDraw::DashSpec::get' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:61:27: style: Technically the member function 'TechDraw::DashSpec::empty' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:62:27: style: Technically the member function 'TechDraw::DashSpec::size' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:81:12: style: Technically the member function 'TechDraw::PATLineSpec::getAngle' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:82:20: style: Technically the member function 'TechDraw::PATLineSpec::getOrigin' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:83:12: style: Technically the member function 'TechDraw::PATLineSpec::getInterval' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:86:12: style: Technically the member function 'TechDraw::PATLineSpec::getOffset' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:89:14: style: Technically the member function 'TechDraw::PATLineSpec::getDashParms' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:123:33: style: Technically the member function 'TechDraw::LineSet::getEdges' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:127:23: style: Technically the member function 'TechDraw::LineSet::getPATLineSpec' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:144:13: style: Technically the member function 'TechDraw::LineSet::getBBox' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:56:7: style: Class 'DashSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:76:5: style: Class 'PATLineSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:72:19: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:136:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:72:19: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:77:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:144:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:77:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:79:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:148:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:79:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:88:18: style: The function 'unsetupObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:166:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:88:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:90:38: style: The function 'getWireForFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:156:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:90:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:56:36: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:118:37: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:119:44: performance: Function parameter 'e' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:120:61: performance: Function parameter 'g' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:121:26: performance: Function parameter 'bb' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:75:38: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.h:85:56: performance: Function parameter 'sectionName' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawPage.cpp:293:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:47:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:65:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:47:11: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:56:18: style: The function 'onDocumentRestored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:64:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:56:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:57:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:57:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:61:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:72:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:61:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:64:20: style: The function 'getRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:83:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.h:64:20: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:57:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:65:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:57:11: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:62:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:62:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:66:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:72:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:66:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:70:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:76:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:70:23: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:74:20: style: The function 'getRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:83:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.h:74:20: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:62:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:65:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:62:11: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:69:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:69:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:73:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:72:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:73:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:77:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:76:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:77:23: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:82:20: style: The function 'getRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:83:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:82:20: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:92:18: style: The function 'onDocumentRestored' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:64:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:92:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:83:46: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:84:46: performance: Function parameter 's1' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:84:68: performance: Function parameter 's2' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:54:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:67:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:54:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:58:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:71:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:58:11: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:61:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:61:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:66:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:79:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:66:23: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:67:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:80:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:67:26: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:76:12: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:59:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:76:12: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:77:12: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:57:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawParametricTemplate.h:77:12: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjGroupItem.cpp:142:56: style: Function 'getViewAxis' argument 2 names different: declaration 'direction' definition 'axis'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjGroupItem.h:76:54: note: Function 'getViewAxis' argument 2 names different: declaration 'direction' definition 'axis'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjGroupItem.cpp:142:56: note: Function 'getViewAxis' argument 2 names different: declaration 'direction' definition 'axis'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjectSplit.cpp:291:80: style: Function 'splitEdges' argument 1 names different: declaration 'orig' definition 'edges'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjectSplit.h:86:73: note: Function 'splitEdges' argument 1 names different: declaration 'orig' definition 'edges'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjectSplit.cpp:291:80: note: Function 'splitEdges' argument 1 names different: declaration 'orig' definition 'edges'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjectSplit.cpp:336:94: style: Function 'split1Edge' argument 2 names different: declaration 'splitPoints' definition 'splits'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjectSplit.h:87:87: note: Function 'split1Edge' argument 2 names different: declaration 'splitPoints' definition 'splits'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjectSplit.cpp:336:94: note: Function 'split1Edge' argument 2 names different: declaration 'splitPoints' definition 'splits'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawProjectSplit.cpp:154:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:50:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:67:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:50:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:53:11: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:71:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:53:11: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:56:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:74:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:56:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:60:23: style: The function 'getPyObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:79:23: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:60:23: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:61:26: style: The function 'getMemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:80:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:61:26: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:63:12: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:57:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:63:12: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:64:12: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:59:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:64:12: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:65:10: style: The function 'getBlockDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawTemplate.h:61:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawSVGTemplate.h:65:10: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:428:51: style: Function 'getDefaultLineWeight' argument 1 names different: declaration 's' definition 'lineType'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.h:77:56: note: Function 'getDefaultLineWeight' argument 1 names different: declaration 's' definition 'lineType'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:428:51: note: Function 'getDefaultLineWeight' argument 1 names different: declaration 's' definition 'lineType'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:453:39: style: Function 'countFaces' argument 1 names different: declaration 'label' definition 'text'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.h:85:44: note: Function 'countFaces' argument 1 names different: declaration 'label' definition 'text'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:453:39: note: Function 'countFaces' argument 1 names different: declaration 'label' definition 'text'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:462:39: style: Function 'countWires' argument 1 names different: declaration 'label' definition 'text'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.h:86:44: note: Function 'countWires' argument 1 names different: declaration 'label' definition 'text'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:462:39: note: Function 'countWires' argument 1 names different: declaration 'label' definition 'text'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:470:39: style: Function 'countEdges' argument 1 names different: declaration 'label' definition 'text'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.h:87:44: note: Function 'countEdges' argument 1 names different: declaration 'label' definition 'text'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:470:39: note: Function 'countEdges' argument 1 names different: declaration 'label' definition 'text'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:478:40: style: Function 'dump1Vertex' argument 1 names different: declaration 'label' definition 'text'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.h:84:45: note: Function 'dump1Vertex' argument 1 names different: declaration 'label' definition 'text'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:478:40: note: Function 'dump1Vertex' argument 1 names different: declaration 'label' definition 'text'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:393:20: style: Variable 'angleMin' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawUtil.cpp:109:48: performance: Function parameter 'geomType' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewAnnotation.h:59:20: style: The function 'getRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:83:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewAnnotation.h:59:20: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewAnnotation.h:64:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewAnnotation.h:64:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewAnnotation.h:68:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:72:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewAnnotation.h:68:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewArch.cpp:102:21: style: Unused variable: svgFrag [unusedVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewArch.h:68:22: warning: The class 'DrawViewArch' defines member variable with name 'bbox' also defined in its parent class 'DrawViewSymbol'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSymbol.h:71:22: note: Parent variable 'DrawViewSymbol::bbox'
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewArch.h:68:22: note: Derived variable 'DrawViewArch::bbox'
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClip.cpp:92:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewClipPyImp.cpp:84:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.cpp:73:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewCollection.cpp:157:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDetail.h:64:19: style: The function 'mustExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:136:19: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDetail.h:64:19: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDetail.h:65:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:144:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDetail.h:65:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDetail.h:67:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:148:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDetail.h:67:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDetail.h:75:38: performance: Function parameter 'fromSystem' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:686:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:683:0: note: Variable 'result' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:686:5: note: Variable 'result' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:695:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:692:0: note: Variable 'result' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:695:5: note: Variable 'result' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:538:54: style: Function 'getRefType1' argument 1 names different: declaration 's' definition 'g1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:83:46: note: Function 'getRefType1' argument 1 names different: declaration 's' definition 'g1'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:538:54: note: Function 'getRefType1' argument 1 names different: declaration 's' definition 'g1'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:548:54: style: Function 'getRefType2' argument 1 names different: declaration 's1' definition 'g1'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:84:46: note: Function 'getRefType2' argument 1 names different: declaration 's1' definition 'g1'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:548:54: note: Function 'getRefType2' argument 1 names different: declaration 's1' definition 'g1'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:548:76: style: Function 'getRefType2' argument 2 names different: declaration 's2' definition 'g2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.h:84:68: note: Function 'getRefType2' argument 2 names different: declaration 's2' definition 'g2'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:548:76: note: Function 'getRefType2' argument 2 names different: declaration 's2' definition 'g2'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:191:17: style: Unused variable: result [unusedVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:219:29: style: Variable 'prefixSym' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:623:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:538:54: performance: Function parameter 'g1' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:548:54: performance: Function parameter 'g1' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDimension.cpp:548:76: performance: Function parameter 'g2' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDraft.cpp:98:21: style: Unused variable: svgFrag [unusedVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDraft.h:69:22: warning: The class 'DrawViewDraft' defines member variable with name 'bbox' also defined in its parent class 'DrawViewSymbol'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSymbol.h:71:22: note: Parent variable 'DrawViewSymbol::bbox'
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewDraft.h:69:22: note: Derived variable 'DrawViewDraft::bbox'
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewImage.h:54:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:63:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewImage.h:54:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewImage.h:58:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:72:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewImage.h:58:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewImage.h:61:20: style: The function 'getRect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawView.h:83:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewImage.h:61:20: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.cpp:686:56: style: Function 'getViewAxis' argument 2 names different: declaration 'direction' definition 'axis'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.h:133:54: note: Function 'getViewAxis' argument 2 names different: declaration 'direction' definition 'axis'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.cpp:686:56: note: Function 'getViewAxis' argument 2 names different: declaration 'direction' definition 'axis'.
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.cpp:608:13: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.cpp:377:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.cpp:479:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.cpp:777:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.cpp:786:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewPart.cpp:798:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.cpp:299:14: style: Variable 'idb' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.cpp:347:17: style: Variable 'dbAdded' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.cpp:468:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.cpp:493:51: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSection.cpp:499:69: performance: Function parameter 'sectionName' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSpreadsheet.h:58:44: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSymbol.h:53:44: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSpreadsheet.h:58:44: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSpreadsheet.h:61:25: style: The function 'getViewProviderName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSymbol.h:57:25: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSpreadsheet.h:61:25: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSpreadsheet.h:66:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSymbol.h:70:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/App/DrawViewSpreadsheet.h:66:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:388:88: style: Function 'sortWiresBySize' argument 2 names different: declaration 'reverse' definition 'ascend'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:177:80: note: Function 'sortWiresBySize' argument 2 names different: declaration 'reverse' definition 'ascend'.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:388:88: note: Function 'sortWiresBySize' argument 2 names different: declaration 'reverse' definition 'ascend'.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:499:29: style: Function 'isEqual' argument 1 names different: declaration 'w' definition 'w2'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:93:25: note: Function 'isEqual' argument 1 names different: declaration 'w' definition 'w2'.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:499:29: note: Function 'isEqual' argument 1 names different: declaration 'w' definition 'w2'.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:554:35: style: Function 'push_back' argument 1 names different: declaration 'e' definition 'w'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:107:27: note: Function 'push_back' argument 1 names different: declaration 'e' definition 'w'.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:554:35: note: Function 'push_back' argument 1 names different: declaration 'e' definition 'w'.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:235:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:238:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:260:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:263:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:539:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:81:10: style: Technically the member function 'TechDraw::WalkerEdge::isEqual' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:471:18: note: Technically the member function 'TechDraw::WalkerEdge::isEqual' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:81:10: note: Technically the member function 'TechDraw::WalkerEdge::isEqual' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:82:17: style: Technically the member function 'TechDraw::WalkerEdge::dump' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:487:25: note: Technically the member function 'TechDraw::WalkerEdge::dump' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:82:17: note: Technically the member function 'TechDraw::WalkerEdge::dump' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:98:9: style: Technically the member function 'TechDraw::ewWire::size' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:522:13: note: Technically the member function 'TechDraw::ewWire::size' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:98:9: note: Technically the member function 'TechDraw::ewWire::size' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:108:9: style: Technically the member function 'TechDraw::ewWireList::size' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:559:17: note: Technically the member function 'TechDraw::ewWireList::size' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:108:9: note: Technically the member function 'TechDraw::ewWireList::size' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:171:32: performance: Technically the member function 'TechDraw::EdgeWalker::makeUniqueVList' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:306:41: note: Technically the member function 'TechDraw::EdgeWalker::makeUniqueVList' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:171:32: note: Technically the member function 'TechDraw::EdgeWalker::makeUniqueVList' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:175:9: performance: Technically the member function 'TechDraw::EdgeWalker::findUniqueVert' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:351:17: note: Technically the member function 'TechDraw::EdgeWalker::findUniqueVert' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:175:9: note: Technically the member function 'TechDraw::EdgeWalker::findUniqueVert' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:177:30: performance: Technically the member function 'TechDraw::EdgeWalker::sortWiresBySize' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:388:38: note: Technically the member function 'TechDraw::EdgeWalker::sortWiresBySize' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:177:30: note: Technically the member function 'TechDraw::EdgeWalker::sortWiresBySize' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:180:22: style: Technically the member function 'TechDraw::EdgeWalker::getEmbeddingRowIx' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:443:30: note: Technically the member function 'TechDraw::EdgeWalker::getEmbeddingRowIx' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:180:22: note: Technically the member function 'TechDraw::EdgeWalker::getEmbeddingRowIx' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:181:25: style: Technically the member function 'TechDraw::EdgeWalker::getEmbeddingRow' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:455:33: note: Technically the member function 'TechDraw::EdgeWalker::getEmbeddingRow' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.h:181:25: note: Technically the member function 'TechDraw::EdgeWalker::getEmbeddingRow' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:407:81: performance: Function parameter 'edges' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:408:83: performance: Function parameter 'uniqueVList' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/EdgeWalker.cpp:344:31: error: Uninitialized struct member: we.idx [uninitStructMember]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.cpp:139:5: style: Variable 'minDist' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.cpp:136:0: note: Variable 'minDist' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.cpp:139:5: note: Variable 'minDist' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.cpp:351:12: style: The scope of the variable 'minDist' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.cpp:378:12: style: The scope of the variable 'minDist' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.cpp:348:34: style: Function 'isOnArc' argument 1 names different: declaration 'v' definition 'p'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:158:37: note: Function 'isOnArc' argument 1 names different: declaration 'v' definition 'p'.
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.cpp:348:34: note: Function 'isOnArc' argument 1 names different: declaration 'v' definition 'p'.
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.cpp:518:5: performance: Variable 'pnt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:234:14: style: Technically the member function 'TechDrawGeometry::Vertex::isEqual' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.cpp:525:14: note: Technically the member function 'TechDrawGeometry::Vertex::isEqual' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/Geometry.h:234:14: note: Technically the member function 'TechDrawGeometry::Vertex::isEqual' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.cpp:390:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.cpp:533:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:143:10: performance: Technically the member function 'TechDrawGeometry::GeometryObject::isWithinArc' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.cpp:454:22: note: Technically the member function 'TechDrawGeometry::GeometryObject::isWithinArc' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.h:143:10: note: Technically the member function 'TechDrawGeometry::GeometryObject::isWithinArc' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.cpp:162:48: performance: Function parameter 'viewAxis' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/GeometryObject.cpp:226:63: performance: Function parameter 'viewAxis' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.cpp:162:12: style: The scope of the variable 'distX' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.cpp:162:18: style: The scope of the variable 'distY' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.cpp:397:23: style: The scope of the variable 'commaPos' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:102:25: performance: Technically the member function 'TechDraw::PATLineSpec::split' can be static. [functionStatic]
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.cpp:268:34: note: Technically the member function 'TechDraw::PATLineSpec::split' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/HatchLine.h:102:25: note: Technically the member function 'TechDraw::PATLineSpec::split' can be static.
FreeCAD-0.17/src/Mod/TechDraw/App/LineGroup.h:42:12: style: Technically the member function 'TechDraw::LineGroup::getWeight' can be const. [functionConst]
FreeCAD-0.17/src/Mod/TechDraw/App/LineGroup.cpp:64:19: note: Technically the member function 'TechDraw::LineGroup::getWeight' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/LineGroup.h:42:12: note: Technically the member function 'TechDraw::LineGroup::getWeight' can be const.
FreeCAD-0.17/src/Mod/TechDraw/App/LineGroup.cpp:44:34: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/LineGroup.cpp:64:41: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/App/LineGroup.cpp:79:39: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/Gui/AppTechDrawGui.cpp:86:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp:120:33: style: The scope of the variable 'obj' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp:121:31: style: The scope of the variable 'vp' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp:122:25: style: The scope of the variable 'mdi' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp:161:33: style: The scope of the variable 'obj' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp:162:31: style: The scope of the variable 'vp' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp:163:25: style: The scope of the variable 'mdi' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Command.cpp:690:28: style: Variable 'PageName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Command.cpp:1039:28: style: Variable 'PageName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Command.cpp:663:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:156:16: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:158:11: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:156:16: note: Found duplicate branches for 'if' and 'else'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:837:28: style: Variable 'PageName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:133:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:259:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:346:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:433:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:541:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:649:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:756:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:850:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandCreateDims.cpp:951:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandDecorate.cpp:102:28: style: Variable 'PageName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandDecorate.cpp:164:28: style: Variable 'PageName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/CommandDecorate.cpp:279:28: style: Variable 'PageName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/DlgPrefsTechDraw2Imp.h:39:5: style: Class 'DlgPrefsTechDraw2Imp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/DlgPrefsTechDrawImp.h:39:5: style: Class 'DlgPrefsTechDrawImp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/DlgTemplateField.h:39:5: style: Class 'DlgTemplateField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:100:44: style: Function 'MDIViewPage' argument 1 names different: declaration 'page' definition 'pageVp'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.h:55:35: note: Function 'MDIViewPage' argument 1 names different: declaration 'page' definition 'pageVp'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:100:44: note: Function 'MDIViewPage' argument 1 names different: declaration 'page' definition 'pageVp'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:347:39: style: Function 'updateTemplate' argument 1 names different: declaration 'force' definition 'forceUpdate'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.h:66:30: note: Function 'updateTemplate' argument 1 names different: declaration 'force' definition 'forceUpdate'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:347:39: note: Function 'updateTemplate' argument 1 names different: declaration 'force' definition 'forceUpdate'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:373:38: style: Function 'updateDrawing' argument 1 names different: declaration 'force' definition 'forceUpdate'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.h:67:29: note: Function 'updateDrawing' argument 1 names different: declaration 'force' definition 'forceUpdate'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:373:38: note: Function 'updateDrawing' argument 1 names different: declaration 'force' definition 'forceUpdate'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:895:45: style: Function 'blockSelection' argument 1 names different: declaration 'isBlocked' definition 'state'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.h:63:30: note: Function 'blockSelection' argument 1 names different: declaration 'isBlocked' definition 'state'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:895:45: note: Function 'blockSelection' argument 1 names different: declaration 'isBlocked' definition 'state'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:918:70: style: Function 'selectFeature' argument 2 names different: declaration 'state' definition 'isSelected'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.h:61:55: note: Function 'selectFeature' argument 2 names different: declaration 'state' definition 'isSelected'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:918:70: note: Function 'selectFeature' argument 2 names different: declaration 'state' definition 'isSelected'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:946:28: style: Variable 'feat' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:947:28: style: Variable 'sub' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:210:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:472:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDrawingTemplate.h:45:5: style: Class 'QGIDrawingTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDrawingTemplate.h:52:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGITemplate.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDrawingTemplate.h:52:10: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDrawingTemplate.h:53:18: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGITemplate.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDrawingTemplate.h:53:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDrawingTemplate.h:59:20: style: The function 'itemChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGITemplate.h:65:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDrawingTemplate.h:59:20: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewDimension.h:75:18: style: The function 'hoverEnterEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGCustomText.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewDimension.h:75:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewDimension.h:76:18: style: The function 'hoverLeaveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGCustomText.h:63:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewDimension.h:76:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIVertex.h:39:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:47:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIVertex.h:39:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIEdge.h:41:18: style: The function 'shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:48:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIEdge.h:41:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIEdge.h:42:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:47:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIEdge.h:42:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIEdge.h:51:18: style: The function 'setPrettyNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIEdge.h:51:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:60:18: style: The function 'shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:48:26: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:60:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:61:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:47:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:61:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:77:10: style: The function 'setPrettyNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:77:10: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:78:10: style: The function 'setPrettyPre' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:78:10: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:79:10: style: The function 'setPrettySel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:53:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:79:10: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:127:62: performance: Function parameter 'dv' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:128:56: performance: Function parameter 'dv' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:129:49: performance: Function parameter 'dv' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/Gui/MDIViewPage.cpp:716:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGCustomSvg.cpp:67:36: style: Function 'load' argument 1 names different: declaration 'svgString' definition 'svgBytes'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGCustomSvg.h:54:35: note: Function 'load' argument 1 names different: declaration 'svgString' definition 'svgBytes'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGCustomSvg.cpp:67:36: note: Function 'load' argument 1 names different: declaration 'svgString' definition 'svgBytes'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGCustomText.h:57:20: warning: Virtual function 'getNormalColor' is called from constructor 'QGCustomText()' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGCustomText.cpp:57:20: note: Calling getNormalColor
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGCustomText.h:57:20: note: getNormalColor is a virtual method
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIArrow.h:55:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:47:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIArrow.h:55:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICMark.cpp:42:11: warning: Member variable 'QGICMark::projIndex' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICMark.h:51:9: warning: The class 'QGICMark' defines member variable with name 'projIndex' also defined in its parent class 'QGIVertex'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIVertex.h:49:9: note: Parent variable 'QGIVertex::projIndex'
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICMark.h:51:9: note: Derived variable 'QGICMark::projIndex'
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICMark.h:39:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIVertex.h:39:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICMark.h:39:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICMark.h:48:18: style: The function 'setPrettyNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:51:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICMark.h:48:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICenterLine.cpp:40:16: warning: Member variable 'QGICenterLine::m_isintersection' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICenterLine.h:46:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDecoration.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICenterLine.h:46:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICenterLine.h:49:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDecoration.h:50:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGICenterLine.h:49:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDimLines.h:51:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:47:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDimLines.h:51:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:305:88: style: Function 'geomToStubbyLine' argument 2 names different: declaration 'offset' definition 'remain'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:115:82: note: Function 'geomToStubbyLine' argument 2 names different: declaration 'offset' definition 'remain'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:305:88: note: Function 'geomToStubbyLine' argument 2 names different: declaration 'offset' definition 'remain'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:344:54: style: Function 'decodeDashSpec' argument 1 names different: declaration 'd' definition 'patDash'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:144:49: note: Function 'decodeDashSpec' argument 1 names different: declaration 'd' definition 'patDash'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:344:54: note: Function 'decodeDashSpec' argument 1 names different: declaration 'd' definition 'patDash'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:538:45: style: Function 'textureFromSvg' argument 1 names different: declaration 'fillSpec' definition 'fileSpec'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.h:120:40: note: Function 'textureFromSvg' argument 1 names different: declaration 'fillSpec' definition 'fileSpec'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:538:45: note: Function 'textureFromSvg' argument 1 names different: declaration 'fillSpec' definition 'fileSpec'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:189:40: performance: Function parameter 'fileSpec' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:366:61: performance: Function parameter 'dv' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:412:67: performance: Function parameter 'dv' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIFace.cpp:449:54: performance: Function parameter 'dv' should be passed by const reference. [passedByValue]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIHighlight.cpp:99:39: style: Function 'setReference' argument 1 names different: declaration 'sym' definition 'ref'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIHighlight.h:56:29: note: Function 'setReference' argument 1 names different: declaration 'sym' definition 'ref'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIHighlight.cpp:99:39: note: Function 'setReference' argument 1 names different: declaration 'sym' definition 'ref'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIHighlight.h:53:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDecoration.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIHighlight.h:53:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIHighlight.h:58:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDecoration.h:50:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIHighlight.h:58:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.cpp:95:39: style: Function 'setHighlighted' argument 1 names different: declaration 'state' definition 'b'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:50:30: note: Function 'setHighlighted' argument 1 names different: declaration 'state' definition 'b'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.cpp:95:39: note: Function 'setHighlighted' argument 1 names different: declaration 'state' definition 'b'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:64:20: warning: Virtual function 'getNormalColor' is called from constructor 'QGIPrimPath()' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.cpp:55:20: note: Calling getNormalColor
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:64:20: note: getNormalColor is a virtual method
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:51:18: warning: Virtual function 'setPrettyNormal' is called from constructor 'QGIPrimPath()' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.cpp:61:5: note: Calling setPrettyNormal
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIPrimPath.h:51:18: note: setPrettyNormal is a virtual method
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewCollection.h:49:18: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:70:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewCollection.h:49:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewCollection.h:50:18: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewCollection.h:50:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewCollection.h:53:20: style: The function 'itemChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:99:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewCollection.h:53:20: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:54:18: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewCollection.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:54:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:55:18: style: The function 'drawBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:71:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:55:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:59:22: style: The function 'itemChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewCollection.h:53:20: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:59:22: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:61:18: style: The function 'mouseMoveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:101:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:61:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:62:18: style: The function 'mousePressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:102:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:62:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:63:18: style: The function 'mouseReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewCollection.h:50:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIProjGroup.h:63:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISVGTemplate.h:46:5: style: Class 'QGISVGTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISVGTemplate.h:52:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGITemplate.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISVGTemplate.h:52:10: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISVGTemplate.h:53:18: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGITemplate.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISVGTemplate.h:53:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISVGTemplate.h:65:22: style: The function 'itemChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGITemplate.h:65:22: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISVGTemplate.h:65:22: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISectionLine.h:50:18: style: The function 'paint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDecoration.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISectionLine.h:50:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISectionLine.h:57:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIDecoration.h:50:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGISectionLine.h:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.cpp:464:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:90:20: warning: Virtual function 'getNormalColor' is called from constructor 'QGIView()' at line 92. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.cpp:92:20: note: Calling getNormalColor
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:90:20: note: getNormalColor is a virtual method
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:72:18: warning: Virtual function 'isVisible' is called from constructor 'QGIView()' at line 108. Dynamic binding is not used. [virtualCallInConstructor]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.cpp:108:5: note: Calling isVisible
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:72:18: note: isVisible is a virtual method
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewAnnotation.cpp:152:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewAnnotation.h:60:12: warning: The class 'QGIViewAnnotation' defines member variable with name 'm_colNormal' also defined in its parent class 'QGIView'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:127:12: note: Parent variable 'QGIView::m_colNormal'
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewAnnotation.h:60:12: note: Derived variable 'QGIViewAnnotation::m_colNormal'
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewAnnotation.h:61:12: warning: The class 'QGIViewAnnotation' defines member variable with name 'm_colSel' also defined in its parent class 'QGIView'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:129:12: note: Parent variable 'QGIView::m_colSel'
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewAnnotation.h:61:12: note: Derived variable 'QGIViewAnnotation::m_colSel'
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewAnnotation.h:62:12: warning: The class 'QGIViewAnnotation' defines member variable with name 'm_colPre' also defined in its parent class 'QGIView'. [duplInheritedMember]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIView.h:128:12: note: Parent variable 'QGIView::m_colPre'
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewAnnotation.h:62:12: note: Derived variable 'QGIViewAnnotation::m_colPre'
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewClip.cpp:125:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewClip.cpp:152:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:53:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:54:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:53:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:54:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:54:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:55:18: style: The function 'useNewSelectionModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:56:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:55:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:57:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:58:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:57:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:58:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:58:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:59:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDimension.h:59:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:1017:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:1014:0: note: Variable 'result' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:1017:5: note: Variable 'result' is reassigned a value before the old one has been used.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:149:90: style: Function 'geomToPainterPath' argument 2 names different: declaration 'rotation' definition 'rot'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.h:74:88: note: Function 'geomToPainterPath' argument 2 names different: declaration 'rotation' definition 'rot'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:149:90: note: Function 'geomToPainterPath' argument 2 names different: declaration 'rotation' definition 'rot'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:612:62: style: Function 'drawSectionLine' argument 1 names different: declaration 's' definition 'viewSection'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.h:64:61: note: Function 'drawSectionLine' argument 1 names different: declaration 's' definition 'viewSection'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:612:62: note: Function 'drawSectionLine' argument 1 names different: declaration 's' definition 'viewSection'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:447:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:915:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:926:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewPart.cpp:937:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:57:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:54:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:58:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:58:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:59:18: style: The function 'useNewSelectionModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:56:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:59:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:61:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:58:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:61:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:64:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:64:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:65:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:65:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewSection.cpp:92:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:54:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:57:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:54:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:55:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:55:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:57:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:61:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:57:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:58:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:58:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:59:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:64:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:59:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:61:47: style: The function 'claimChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:67:47: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewSection.h:61:47: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGIViewSymbol.cpp:130:12: style: The scope of the variable 'pxMm' can be reduced. [variableScope]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGVPage.cpp:464:55: style: Function 'setPageTemplate' argument 1 names different: declaration 'pageTemplate' definition 'obj'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGVPage.h:91:50: note: Function 'setPageTemplate' argument 1 names different: declaration 'pageTemplate' definition 'obj'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGVPage.cpp:464:55: note: Function 'setPageTemplate' argument 1 names different: declaration 'pageTemplate' definition 'obj'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/QGVPage.cpp:406:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/TaskLinkDim.cpp:101:17: style: Unused variable: result [unusedVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/TaskLinkDim.cpp:114:17: style: Variable 'found' is modified but its new value is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/TaskLinkDim.cpp:109:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/TechDraw/Gui/TaskProjGroup.cpp:417:46: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/Mod/TechDraw/Gui/TaskProjGroup.cpp:419:45: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
FreeCAD-0.17/src/Mod/TechDraw/Gui/TaskProjGroup.cpp:543:46: style: Variable 'undos' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:45:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:54:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:45:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:46:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:46:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:47:18: style: The function 'useNewSelectionModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:56:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:47:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:49:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:58:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:49:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:57:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:61:10: style: The function 'unsetEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:61:10: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:62:18: style: The function 'onChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroup.h:62:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:43:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:57:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:43:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:44:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:58:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:44:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:45:18: style: The function 'useNewSelectionModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:59:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:45:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:47:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:61:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:47:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:52:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewPart.h:65:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:52:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:56:10: style: The function 'unsetEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:67:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderProjGroupItem.h:56:10: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/TaskSectionView.cpp:297:28: style: Variable 'BaseName' is assigned a value that is never used. [unreadVariable]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:48:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:54:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:48:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:49:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:49:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:50:18: style: The function 'useNewSelectionModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:56:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:50:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:52:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:58:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:52:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:53:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderAnnotation.h:53:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderGeomHatch.cpp:143:60: style: Function 'onChanged' argument 1 names different: declaration 'prop' definition 'p'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderGeomHatch.h:58:49: note: Function 'onChanged' argument 1 names different: declaration 'prop' definition 'p'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderGeomHatch.cpp:143:60: note: Function 'onChanged' argument 1 names different: declaration 'prop' definition 'p'.
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:45:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:54:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:45:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:46:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:46:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:47:18: style: The function 'useNewSelectionModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:56:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:47:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:49:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:58:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:49:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:50:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderImage.h:50:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:47:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:54:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:47:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:48:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:48:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:49:18: style: The function 'useNewSelectionModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:56:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:49:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:51:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:58:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:51:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:52:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:52:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:47:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:47:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:47:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:48:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:48:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:48:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:49:18: style: The function 'useNewSelectionModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:49:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:49:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:51:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:51:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:51:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:52:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSymbol.h:52:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderSpreadsheet.h:52:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:45:18: style: The function 'attach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:54:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:45:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:46:18: style: The function 'setDisplayMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:55:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:46:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:47:18: style: The function 'useNewSelectionModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:56:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:47:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:49:38: style: The function 'getDisplayModes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:58:38: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:49:38: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:53:18: style: The function 'updateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:66:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:53:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:56:18: style: The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:60:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:56:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:58:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:62:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:58:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:59:18: style: The function 'isShow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderDrawingView.h:63:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/TechDraw/Gui/ViewProviderViewClip.h:59:18: note: Function in derived class
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:126:0: error: Memory leak: pages [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:126:0: error: Memory leak: views [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:126:0: error: Memory leak: clips [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:126:0: error: Memory leak: dims [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:126:0: error: Memory leak: file [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:126:0: error: Memory leak: decor [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:178:0: error: Memory leak: pages [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:178:0: error: Memory leak: views [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:178:0: error: Memory leak: clips [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:178:0: error: Memory leak: dims [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:178:0: error: Memory leak: file [memleak]
FreeCAD-0.17/src/Mod/TechDraw/Gui/Workbench.cpp:178:0: error: Memory leak: decor [memleak]
FreeCAD-0.17/src/Mod/Test/Gui/AppTestGui.cpp:101:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Web/App/AppWeb.cpp:139:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Web/App/Server.cpp:91:38: style: Function 'ServerEvent' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
FreeCAD-0.17/src/Mod/Web/App/Server.h:66:29: note: Function 'ServerEvent' argument 1 names different: declaration 'socket' definition 'sock'.
FreeCAD-0.17/src/Mod/Web/App/Server.cpp:91:38: note: Function 'ServerEvent' argument 1 names different: declaration 'socket' definition 'sock'.
FreeCAD-0.17/src/Mod/Web/App/Server.h:55:5: style: Class 'FirewallPython' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Web/App/Server.h:85:5: style: Class 'AppServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Web/App/Server.h:57:18: style: The function 'filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/Mod/Web/App/Server.h:42:18: note: Virtual function in base class
FreeCAD-0.17/src/Mod/Web/App/Server.h:57:18: note: Function in derived class
FreeCAD-0.17/src/Mod/Web/Gui/AppWebGui.cpp:131:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/Mod/Web/Gui/BrowserView.h:47:5: style: Class 'WebView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Web/Gui/BrowserView.h:72:5: style: Class 'BrowserView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Web/Gui/CookieJar.h:38:9: style: Class 'FcCookieJar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Web/Gui/BrowserView.cpp:79:5: style: Class 'BrowserViewPy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/Mod/Web/Gui/CookieJar.cpp:88:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Web/Gui/CookieJar.cpp:100:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/Mod/Web/Gui/Workbench.cpp:338:0: error: Memory leak: navigation [memleak]
FreeCAD-0.17/src/zipios++/simplesmartptr.h:130:0: warning: Member variable 'zipios :: ReferenceCount < FileEntry >::_ref_count' is not assigned a value in 'zipios :: ReferenceCount < FileEntry >::operator='. [operatorEqVarError]
FreeCAD-0.17/src/zipios++/simplesmartptr.h:130:0: style: 'zipios :: ReferenceCount < FileEntry >::operator=' should return 'zipios :: ReferenceCount < FileEntry > &'. [operatorEq]
FreeCAD-0.17/src/zipios++/fileentry.h:184:8: style: Technically the member function 'zipios::MatchName::operator()' can be const. [functionConst]
FreeCAD-0.17/src/zipios++/fileentry.h:198:8: style: Technically the member function 'zipios::MatchFileName::operator()' can be const. [functionConst]
FreeCAD-0.17/src/zipios++/simplesmartptr.h:72:0: performance: Technically the member function 'zipios :: SimpleSmartPointer < FileEntry >::ref' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/simplesmartptr.h:72:0: performance: Technically the member function 'zipios :: SimpleSmartPointer < const FileEntry >::ref' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/simplesmartptr.h:21:0: style: Class 'zipios :: SimpleSmartPointer < FileEntry >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/zipios++/simplesmartptr.h:23:0: style: Class 'zipios :: SimpleSmartPointer < FileEntry >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/zipios++/simplesmartptr.h:21:0: style: Class 'zipios :: SimpleSmartPointer < const FileEntry >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/zipios++/simplesmartptr.h:23:0: style: Class 'zipios :: SimpleSmartPointer < const FileEntry >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/zipios++/collcoll.cpp:52:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/zipios++/collcoll.cpp:103:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeCAD-0.17/src/zipios++/collcoll.h:43:3: style: 'CollectionCollection::operator=' should return 'CollectionCollection &'. [operatorEq]
FreeCAD-0.17/src/zipios++/directory.h:144:3: style: The class 'get < size >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/zipios++/directory.h:154:3: style: The class 'get < mtime >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/zipios++/directory.h:164:3: style: The class 'get < is_directory >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/zipios++/directory.h:174:3: style: The class 'get < is_regular >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/zipios++/directory.h:184:3: style: The class 'get < is_hidden >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/zipios++/directory.h:199:3: style: The class 'get < user_read >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/zipios++/directory.h:209:3: style: The class 'get < user_write >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/zipios++/directory.h:224:3: style: The class 'get < user_execute >' does not have a constructor although it has private member variables. [noConstructor]
FreeCAD-0.17/src/zipios++/directory.h:148:4: performance: Technically the member function 'boost::filesystem::get < size >::get' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/directory.h:158:4: performance: Technically the member function 'boost::filesystem::get < mtime >::get' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/directory.h:168:4: performance: Technically the member function 'boost::filesystem::get < is_directory >::get' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/directory.h:178:4: performance: Technically the member function 'boost::filesystem::get < is_regular >::get' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/directory.h:188:4: performance: Technically the member function 'boost::filesystem::get < is_hidden >::get' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/directory.h:203:4: performance: Technically the member function 'boost::filesystem::get < user_read >::get' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/directory.h:213:4: performance: Technically the member function 'boost::filesystem::get < user_write >::get' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/directory.h:228:4: performance: Technically the member function 'boost::filesystem::get < user_execute >::get' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/directory.h:102:4: style: Class 'dir_it' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/zipios++/directory.h:94:5: style: Class 'proxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeCAD-0.17/src/zipios++/directory.cpp:396:55: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
FreeCAD-0.17/src/zipios++/directory.h:109:16: style: Technically the member function 'boost::filesystem::dir_it::operator++' can be const. [functionConst]
FreeCAD-0.17/src/zipios++/directory.cpp:417:61: note: Technically the member function 'boost::filesystem::dir_it::operator++' can be const.
FreeCAD-0.17/src/zipios++/directory.h:109:16: note: Technically the member function 'boost::filesystem::dir_it::operator++' can be const.
FreeCAD-0.17/src/zipios++/filterinputstreambuf.cpp:8:23: warning: Member variable 'FilterInputStreambuf::_s_pos' is not initialized in the constructor. [uninitMemberVar]
FreeCAD-0.17/src/zipios++/zipfile.h:37:0: error: syntax error [syntaxError]
FreeCAD-0.17/src/zipios++/ziphead.cpp:284:50: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
FreeCAD-0.17/src/zipios++/ziphead.h:197:15: performance: Technically the member function 'zipios::EndOfCentralDirectory::checkSignature' can be static. [functionStatic]
FreeCAD-0.17/src/zipios++/ziphead.cpp:83:29: note: Technically the member function 'zipios::EndOfCentralDirectory::checkSignature' can be static.
FreeCAD-0.17/src/zipios++/ziphead.h:197:15: note: Technically the member function 'zipios::EndOfCentralDirectory::checkSignature' can be static.
FreeCAD-0.17/src/zipios++/ziphead.cpp:201:22: style: Expression '(X & 0x4) == 0x1' is always false. [comparisonError]
FreeCAD-0.17/src/zipios++/zipinputstreambuf.h:45:15: style: The function 'underflow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeCAD-0.17/src/zipios++/inflateinputstreambuf.h:41:15: note: Virtual function in base class
FreeCAD-0.17/src/zipios++/zipinputstreambuf.h:45:15: note: Function in derived class
[22:41]

ftp://ftp.se.debian.org/debian/pool/main/f/freecell-solver/freecell-solver_4.2.0.orig.tar.xz
freecell-solver-4.2.0/state.h:243:0: error: #error DEBUG_STATES , COMPACT_STATES or INDIRECT_STACK_STATES are not defined. [preprocessorErrorDirective]
freecell-solver-4.2.0/board_gen/make_aisleriot_freecell_board.c:69:15: style: The scope of the variable 'ref2' can be reduced. [variableScope]
freecell-solver-4.2.0/board_gen/make_aisleriot_freecell_board.c:70:9: style: The scope of the variable 'temp_card' can be reduced. [variableScope]
freecell-solver-4.2.0/board_gen/make_aisleriot_freecell_board.c:148:12: style: The scope of the variable 'j' can be reduced. [variableScope]
freecell-solver-4.2.0/board_gen/make_aisleriot_freecell_board.c:148:15: style: The scope of the variable 'card_idx' can be reduced. [variableScope]
freecell-solver-4.2.0/board_gen/make_pysol_freecell_board.c:99:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freecell-solver-4.2.0/board_gen/make_pysol_freecell_board.c:100:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
freecell-solver-4.2.0/board_gen/pi_make_microsoft_freecell_board.c:153:13: style: The scope of the variable 'j' can be reduced. [variableScope]
freecell-solver-4.2.0/libavl/avl.h:161:5: warning: Either the condition 'n==NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
freecell-solver-4.2.0/libavl/avl.c:198:9: note: Assuming that condition 'n==NULL' is not redundant
freecell-solver-4.2.0/libavl/avl.c:195:31: note: Calling function 'avl_set_decommissioned_flag', 1st argument 'node' value is 0
freecell-solver-4.2.0/libavl/avl.h:161:5: note: Null pointer dereference
freecell-solver-4.2.0/libavl/avl.h:162:5: warning: Either the condition 'n==NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
freecell-solver-4.2.0/libavl/avl.c:198:9: note: Assuming that condition 'n==NULL' is not redundant
freecell-solver-4.2.0/libavl/avl.c:195:31: note: Calling function 'avl_set_decommissioned_flag', 1st argument 'node' value is 0
freecell-solver-4.2.0/libavl/avl.h:162:5: note: Null pointer dereference
freecell-solver-4.2.0/libavl/avl.c:954:20: style: The scope of the variable 'p' can be reduced. [variableScope]
freecell-solver-4.2.0/libavl/avl.c:109:34: warning: Function 'avl_create' argument order different: declaration ', , common_recycle_bin, ' definition 'compare, param, meta_alloc, common_recycle_bin' [funcArgOrderDifferent]
freecell-solver-4.2.0/libavl/avl.h:128:31: note: Function 'avl_create' argument order different: declaration ', , common_recycle_bin, ' definition 'compare, param, meta_alloc, common_recycle_bin'
freecell-solver-4.2.0/libavl/avl.c:109:34: note: Function 'avl_create' argument order different: declaration ', , common_recycle_bin, ' definition 'compare, param, meta_alloc, common_recycle_bin'
freecell-solver-4.2.0/patsolve-shlomif/patsolve/pat.h:308:50: style: Variable 'instance' is assigned a value that is never used. [unreadVariable]
freecell-solver-4.2.0/patsolve-shlomif/patsolve/pat.h:533:5: style: Variable 'game_params' is assigned a value that is never used. [unreadVariable]
freecell-solver-4.2.0/patsolve-shlomif/patsolve/tree.c:168:5: style: Variable 'game_params' is assigned a value that is never used. [unreadVariable]
[22:41]

ftp://ftp.se.debian.org/debian/pool/main/f/freeciv/freeciv_2.6.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/freecol/freecol_0.11.6+dfsg2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/freecontact/freecontact_1.0.21.orig.tar.xz
freecontact-1.0.21/lib/freecontact.cpp:289:65: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freecontact-1.0.21/lib/freecontact.cpp:713:10: style: The scope of the variable 'rhofac' can be reduced. [variableScope]
freecontact-1.0.21/lib/freecontact.cpp:736:17: style: The scope of the variable 'g_ia' can be reduced. [variableScope]
freecontact-1.0.21/lib/freecontact.cpp:205:21: warning: Member variable '_glasso_timer::_timerid' is not initialized in the constructor. [uninitMemberVarPrivate]
freecontact-1.0.21/lib/freecontact.cpp:205:21: warning: Member variable '_glasso_timer::dbg' is not initialized in the constructor. [uninitMemberVarPrivate]
freecontact-1.0.21/lib/freecontact.cpp:206:21: warning: Member variable '_glasso_timer::_timerid' is not assigned a value in '_glasso_timer::operator='. [operatorEqVarError]
freecontact-1.0.21/lib/freecontact.cpp:206:21: warning: Member variable '_glasso_timer::dbg' is not assigned a value in '_glasso_timer::operator='. [operatorEqVarError]
freecontact-1.0.21/lib/freecontact.h:55:21: style: Class 'alilen_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freecontact-1.0.21/lib/freecontact.h:61:21: style: Class 'icme_timeout_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freecontact-1.0.21/lib/freecontact.h:80:21: style: Class 'ali_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freecontact-1.0.21/lib/freecontact.h:169:21: style: Class 'predictor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freecontact-1.0.21/lib/freecontact.cpp:898:9: style: Class '_rawscore_l1norm_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freecontact-1.0.21/lib/freecontact.cpp:918:9: style: Class '_rawscore_fro_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freecontact-1.0.21/lib/freecontact.cpp:66:0: style: Class 'freecontact :: ct_vector < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freecontact-1.0.21/lib/freecontact.cpp:232:43: warning: Class _glasso_timer is not safe, destructor throws exception [exceptThrowInDestructor]
freecontact-1.0.21/src/_write_bioxsd.cpp:152:17: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
freecontact-1.0.21/src/_write_bioxsd.cpp:153:21: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
freecontact-1.0.21/src/_write_bioxsd.cpp:154:21: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
freecontact-1.0.21/src/_write_bioxsd.cpp:152:0: style: Boolean variable 'has_l1norm' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
freecontact-1.0.21/src/fc.h:24:1: warning: The class 'resn_mapper_t' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
[22:41]

ftp://ftp.se.debian.org/debian/pool/main/f/freecraft/freecraft_1.20.orig.tar.gz
Checking freecraft-1.20/src/clone/construct.c: __GCC__=1;__GCC__=1...

freecraft-1.20/etlib/hash.c:77:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freecraft-1.20/etlib/hash.c:107:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freecraft-1.20/etlib/hash.c:144:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freecraft-1.20/src/action/action_attack.c:259:11: style: The scope of the variable 'goal' can be reduced. [variableScope]
freecraft-1.20/src/action/action_board.c:186:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freecraft-1.20/src/action/action_board.c:187:11: style: The scope of the variable 'goal' can be reduced. [variableScope]
freecraft-1.20/src/action/action_harvest.c:404:11: style: The scope of the variable 'destu' can be reduced. [variableScope]
freecraft-1.20/src/action/action_minegold.c:194:11: style: The scope of the variable 'mine' can be reduced. [variableScope]
freecraft-1.20/src/action/action_minegold.c:466:11: style: The scope of the variable 'depot' can be reduced. [variableScope]
freecraft-1.20/src/action/action_minegold.c:467:9: style: The scope of the variable 'x' can be reduced. [variableScope]
freecraft-1.20/src/action/action_minegold.c:468:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freecraft-1.20/src/action/action_move.c:79:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freecraft-1.20/src/action/action_move.c:80:9: style: The scope of the variable 'x' can be reduced. [variableScope]
freecraft-1.20/src/action/action_move.c:81:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freecraft-1.20/src/action/action_patrol.c:57:17: style: The scope of the variable 'goal' can be reduced. [variableScope]
freecraft-1.20/src/action/action_repair.c:61:11: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
freecraft-1.20/src/action/action_resource.c:215:11: style: The scope of the variable 'source' can be reduced. [variableScope]
freecraft-1.20/src/action/action_resource.c:454:17: style: The scope of the variable 'depot' can be reduced. [variableScope]
freecraft-1.20/src/action/action_resource.c:456:9: style: The scope of the variable 'x' can be reduced. [variableScope]
freecraft-1.20/src/action/action_resource.c:457:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freecraft-1.20/src/action/action_spellcast.c:160:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
freecraft-1.20/src/action/action_train.c:59:11: style: The scope of the variable 'nunit' can be reduced. [variableScope]
freecraft-1.20/src/action/action_train.c:60:21: style: The scope of the variable 'type' can be reduced. [variableScope]
freecraft-1.20/src/action/action_unload.c:231:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freecraft-1.20/src/action/actions.c:268:9: style: The scope of the variable 'z' can be reduced. [variableScope]
freecraft-1.20/src/action/actions.c:342:11: style: The scope of the variable 'unit' can be reduced. [variableScope]
freecraft-1.20/src/action/actions.c:449:11: style: The scope of the variable 'unit' can be reduced. [variableScope]
freecraft-1.20/src/action/command.c:140:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freecraft-1.20/src/action/command.c:650:12: style: The scope of the variable 'order' can be reduced. [variableScope]
freecraft-1.20/src/action/command.c:964:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freecraft-1.20/src/action/command.c:965:9: style: The scope of the variable 'n' can be reduced. [variableScope]
freecraft-1.20/src/action/command.c:1405:11: style: The scope of the variable 'unit' can be reduced. [variableScope]
freecraft-1.20/src/action/command.c:141:9: style: Unused variable: j [unusedVariable]
freecraft-1.20/src/ai/ai.c:634:9: style: The scope of the variable 'x' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:634:12: style: The scope of the variable 'y' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:709:57: style: The scope of the variable 'd' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:769:13: style: The scope of the variable 'player' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:921:21: style: The scope of the variable 'num_gold' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:921:31: style: The scope of the variable 'num_wood' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:921:41: style: The scope of the variable 'num_repair' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:921:53: style: The scope of the variable 'num_still' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:923:21: style: The scope of the variable 'type' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:1309:11: style: The scope of the variable 'enemy' can be reduced. [variableScope]
freecraft-1.20/src/ai/ai.c:119:9: style: struct member '_ai_force_::Knight' is never used. [unusedStructMember]
freecraft-1.20/src/ai/ai.c:120:9: style: struct member '_ai_force_::GryphonRider' is never used. [unusedStructMember]
freecraft-1.20/src/ai/ai.c:787:11: style: Variable 'player' is assigned a value that is never used. [unreadVariable]
freecraft-1.20/src/clone/ccl.c:596:12: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
freecraft-1.20/src/clone/ccl.c:593:5: warning: The buffer 'msg' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freecraft-1.20/src/clone/ccl.c:492:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freecraft-1.20/src/clone/clone.c:615:11: style: The scope of the variable 's' can be reduced. [variableScope]
freecraft-1.20/src/clone/clone.c:890:9: style: Unused variable: i [unusedVariable]
freecraft-1.20/src/clone/construct.c:82:17: style: The scope of the variable 'file' can be reduced. [variableScope]
freecraft-1.20/src/clone/construct.c:124:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freecraft-1.20/src/clone/construct.c:125:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freecraft-1.20/src/clone/construct.c:187:9: style: The scope of the variable 'j' can be reduced. [variableScope]
[22:41]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/f/freedict/freedict_2016.12.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freedict-swa-eng/freedict-swa-eng_0.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freedict-tools/freedict-tools_0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freedink/freedink_108.4.orig.tar.gz
freedink-108.4/contrib/bmpinspect.c:104:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:117:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:119:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:121:3: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:123:3: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:125:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:127:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:129:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:131:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:133:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:135:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/contrib/bmpinspect.c:81:32: style: The scope of the variable 'palette' can be reduced. [variableScope]
freedink-108.4/contrib/bmpinspect.c:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freedink-108.4/contrib/bmpinspect.c:155:3: error: Resource leak: file [resourceLeak]
freedink-108.4/contrib/d2c.c:161:13: style: The scope of the variable 'outfile' can be reduced. [variableScope]
freedink-108.4/contrib/dinkdat_inspect.c:51:0: error: Resource leak: f [resourceLeak]
freedink-108.4/contrib/ffinspect.c:90:0: error: Resource leak: file [resourceLeak]
freedink-108.4/contrib/ffrextract.c:136:5: style: Variable 'output_file' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/contrib/ffrextract.c:131:0: note: Variable 'output_file' is reassigned a value before the old one has been used.
freedink-108.4/contrib/ffrextract.c:136:5: note: Variable 'output_file' is reassigned a value before the old one has been used.
freedink-108.4/contrib/ffrpack.cpp:64:25: style: Function 'ffpack' argument 1 names different: declaration 'filename' definition 'dir'. [funcArgNamesDifferent]
freedink-108.4/contrib/ffrpack.cpp:52:25: note: Function 'ffpack' argument 1 names different: declaration 'filename' definition 'dir'.
freedink-108.4/contrib/ffrpack.cpp:64:25: note: Function 'ffpack' argument 1 names different: declaration 'filename' definition 'dir'.
freedink-108.4/contrib/ffrpack.cpp:117:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freedink-108.4/contrib/ffrpack.cpp:130:0: error: Resource leak: fout [resourceLeak]
freedink-108.4/contrib/ffrpack.cpp:130:0: error: Memory leak: subfiles [memleak]
freedink-108.4/contrib/search_music.c:146:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/contrib/search_music.c:144:0: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/contrib/search_music.c:146:3: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/contrib/search_music.c:181:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/contrib/search_music.c:179:0: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/contrib/search_music.c:181:3: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/contrib/search_script.c:147:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/contrib/search_script.c:145:0: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/contrib/search_script.c:147:3: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/contrib/search_script.c:182:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/contrib/search_script.c:180:0: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/contrib/search_script.c:182:3: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/gnulib/lib/areadlink-with-size.c:59:39: style: Condition 'symlink_max<INITIAL_LIMIT_BOUND' is always true [knownConditionTrueFalse]
freedink-108.4/gnulib/lib/areadlink-with-size.c:57:24: note: Assignment 'symlink_max=1024', assigned value is 1024
freedink-108.4/gnulib/lib/areadlink-with-size.c:59:39: note: Condition 'symlink_max<INITIAL_LIMIT_BOUND' is always true
freedink-108.4/gnulib/lib/areadlink-with-size.c:52:34: style: Function 'areadlink_with_size' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/areadlink.h:24:47: note: Function 'areadlink_with_size' argument 1 names different: declaration 'filename' definition 'file'.
freedink-108.4/gnulib/lib/areadlink-with-size.c:52:34: note: Function 'areadlink_with_size' argument 1 names different: declaration 'filename' definition 'file'.
freedink-108.4/gnulib/lib/areadlink-with-size.c:52:47: style: Function 'areadlink_with_size' argument 2 names different: declaration 'size_hint' definition 'size'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/areadlink.h:24:64: note: Function 'areadlink_with_size' argument 2 names different: declaration 'size_hint' definition 'size'.
freedink-108.4/gnulib/lib/areadlink-with-size.c:52:47: note: Function 'areadlink_with_size' argument 2 names different: declaration 'size_hint' definition 'size'.
freedink-108.4/gnulib/lib/openat.h:30:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
freedink-108.4/gnulib/lib/xalloc.h:26:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
freedink-108.4/gnulib/lib/bitrotate.h:27:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
freedink-108.4/gnulib/lib/canonicalize-lgpl.c:166:11: style: Condition 'prefix_len' is always false [knownConditionTrueFalse]
freedink-108.4/gnulib/lib/canonicalize-lgpl.c:150:16: note: Assignment 'prefix_len=0', assigned value is 0
freedink-108.4/gnulib/lib/canonicalize-lgpl.c:166:11: note: Condition 'prefix_len' is always false
freedink-108.4/gnulib/lib/canonicalize-lgpl.c:322:23: style: Condition 'pfxlen' is always false [knownConditionTrueFalse]
freedink-108.4/gnulib/lib/canonicalize-lgpl.c:320:35: note: Assignment 'pfxlen=0', assigned value is 0
freedink-108.4/gnulib/lib/canonicalize-lgpl.c:322:23: note: Condition 'pfxlen' is always false
freedink-108.4/gnulib/lib/chdir-long.c:32:0: error: #error "compile this file only if your system defines PATH_MAX" [preprocessorErrorDirective]
freedink-108.4/gnulib/lib/error.c:135:0: error: #error Please port fcntl to your platform [preprocessorErrorDirective]
freedink-108.4/gnulib/lib/filenamecat-lgpl.c:61:49: style: Function 'mfile_name_concat' argument 2 names different: declaration 'base' definition 'abase'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/filenamecat.h:26:55: note: Function 'mfile_name_concat' argument 2 names different: declaration 'base' definition 'abase'.
freedink-108.4/gnulib/lib/filenamecat-lgpl.c:61:49: note: Function 'mfile_name_concat' argument 2 names different: declaration 'base' definition 'abase'.
freedink-108.4/gnulib/lib/gettext.h:216:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
freedink-108.4/gnulib/lib/gettext.h:262:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
freedink-108.4/gnulib/lib/getopt.c:346:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:118:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
freedink-108.4/gnulib/lib/getopt.c:346:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
freedink-108.4/gnulib/lib/getopt.c:346:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:118:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
freedink-108.4/gnulib/lib/getopt.c:346:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
freedink-108.4/gnulib/lib/getopt.c:346:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:119:44: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
freedink-108.4/gnulib/lib/getopt.c:346:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
freedink-108.4/gnulib/lib/getopt.c:347:42: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:120:53: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
freedink-108.4/gnulib/lib/getopt.c:347:42: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
freedink-108.4/gnulib/lib/getopt.c:347:57: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:120:70: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
freedink-108.4/gnulib/lib/getopt.c:347:57: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
freedink-108.4/gnulib/lib/getopt.c:348:25: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:121:36: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
freedink-108.4/gnulib/lib/getopt.c:348:25: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
freedink-108.4/gnulib/lib/getopt.c:348:57: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:121:70: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
freedink-108.4/gnulib/lib/getopt.c:348:57: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
freedink-108.4/gnulib/lib/getopt.c:348:64: style: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:122:36: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
freedink-108.4/gnulib/lib/getopt.c:348:64: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
freedink-108.4/gnulib/lib/getopt.c:1128:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:24:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
freedink-108.4/gnulib/lib/getopt.c:1128:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
freedink-108.4/gnulib/lib/getopt.c:1128:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:24:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
freedink-108.4/gnulib/lib/getopt.c:1128:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
freedink-108.4/gnulib/lib/getopt.c:1128:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:25:42: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
freedink-108.4/gnulib/lib/getopt.c:1128:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
freedink-108.4/gnulib/lib/getopt.c:1129:40: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:26:51: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
freedink-108.4/gnulib/lib/getopt.c:1129:40: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
freedink-108.4/gnulib/lib/getopt.c:1129:55: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:26:68: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
freedink-108.4/gnulib/lib/getopt.c:1129:55: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
freedink-108.4/gnulib/lib/getopt.c:1129:68: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:27:34: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
freedink-108.4/gnulib/lib/getopt.c:1129:68: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
freedink-108.4/gnulib/lib/getopt.c:1130:23: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:27:51: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
freedink-108.4/gnulib/lib/getopt.c:1130:23: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
freedink-108.4/gnulib/lib/getopt1.c:48:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:124:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
freedink-108.4/gnulib/lib/getopt1.c:48:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
freedink-108.4/gnulib/lib/getopt1.c:48:34: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:124:48: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
freedink-108.4/gnulib/lib/getopt1.c:48:34: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
freedink-108.4/gnulib/lib/getopt1.c:48:52: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:125:40: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
freedink-108.4/gnulib/lib/getopt1.c:48:52: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
freedink-108.4/gnulib/lib/getopt1.c:49:38: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:126:49: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
freedink-108.4/gnulib/lib/getopt1.c:49:38: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
freedink-108.4/gnulib/lib/getopt1.c:49:57: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:126:66: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
freedink-108.4/gnulib/lib/getopt1.c:49:57: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
freedink-108.4/gnulib/lib/getopt1.c:50:38: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:127:49: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
freedink-108.4/gnulib/lib/getopt1.c:50:38: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
freedink-108.4/gnulib/lib/getopt1.c:71:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:129:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
freedink-108.4/gnulib/lib/getopt1.c:71:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
freedink-108.4/gnulib/lib/getopt1.c:71:39: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:129:53: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
freedink-108.4/gnulib/lib/getopt1.c:71:39: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
freedink-108.4/gnulib/lib/getopt1.c:71:57: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:130:45: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
freedink-108.4/gnulib/lib/getopt1.c:71:57: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
freedink-108.4/gnulib/lib/getopt1.c:72:43: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:131:54: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
freedink-108.4/gnulib/lib/getopt1.c:72:43: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
freedink-108.4/gnulib/lib/getopt1.c:72:62: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:132:38: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
freedink-108.4/gnulib/lib/getopt1.c:72:62: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
freedink-108.4/gnulib/lib/getopt1.c:73:43: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
freedink-108.4/gnulib/lib/getopt_int.h:133:54: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
freedink-108.4/gnulib/lib/getopt1.c:73:43: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
freedink-108.4/gnulib/lib/gettimeofday.c:143:0: error: #error "Only 1-second nominal clock resolution found.  Is that intended?" \ [preprocessorErrorDirective]
freedink-108.4/gnulib/lib/memchr.c:95:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
freedink-108.4/gnulib/lib/memrchr.c:82:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
freedink-108.4/gnulib/lib/xsize.h:31:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
freedink-108.4/gnulib/lib/relocwrapper.c:128:16: warning: Redundant assignment of 'libdirs[i]' to itself. [selfAssignment]
freedink-108.4/gnulib/lib/strerror.c:45:7: style: Condition 'msg' is always false [knownConditionTrueFalse]
freedink-108.4/gnulib/lib/strerror.c:44:21: note: Assignment 'msg=NULL', assigned value is 0
freedink-108.4/gnulib/lib/strerror.c:45:7: note: Condition 'msg' is always false
freedink-108.4/src/SDL_rwops_libzip.c:97:2: style: Variable 'errorbuf' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/SDL_rwops_libzip.c:95:0: note: Variable 'errorbuf' is reassigned a value before the old one has been used.
freedink-108.4/src/SDL_rwops_libzip.c:97:2: note: Variable 'errorbuf' is reassigned a value before the old one has been used.
freedink-108.4/src/bgm.c:166:7: style: Condition '!exists' is always true [knownConditionTrueFalse]
freedink-108.4/src/bgm.c:164:16: note: Assignment 'exists=0', assigned value is 0
freedink-108.4/src/bgm.c:166:7: note: Condition '!exists' is always true
freedink-108.4/src/bgm.c:134:20: style: Function 'PlayMidi' argument 1 names different: declaration 'sFileName' definition 'midi_filename'. [funcArgNamesDifferent]
freedink-108.4/src/bgm.h:33:27: note: Function 'PlayMidi' argument 1 names different: declaration 'sFileName' definition 'midi_filename'.
freedink-108.4/src/bgm.c:134:20: note: Function 'PlayMidi' argument 1 names different: declaration 'sFileName' definition 'midi_filename'.
freedink-108.4/src/bgm.c:380:19: style: Function 'loopmidi' argument 1 names different: declaration 'loop_midi' definition 'arg_loop_midi'. [funcArgNamesDifferent]
freedink-108.4/src/bgm.h:41:26: note: Function 'loopmidi' argument 1 names different: declaration 'loop_midi' definition 'arg_loop_midi'.
freedink-108.4/src/bgm.c:380:19: note: Function 'loopmidi' argument 1 names different: declaration 'loop_midi' definition 'arg_loop_midi'.
freedink-108.4/src/bgm.c:192:16: style: Variable 'exists' is assigned a value that is never used. [unreadVariable]
freedink-108.4/src/dinkc.c:845:15: error: Array 'callback[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
freedink-108.4/src/dinkc.c:1199:25: error: Array 'play.func[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
freedink-108.4/src/dinkc.c:1189:3: note: After for loop, i has value 100
freedink-108.4/src/dinkc.c:1199:25: note: Array index out of bounds
freedink-108.4/src/dinkc.c:626:23: style: Redundant condition: prevar!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
freedink-108.4/src/dinkc.c:223:3: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkc.c:217:0: note: Variable 'in' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:223:3: note: Variable 'in' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:397:4: style: Variable 'cur_proc' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkc.c:395:0: note: Variable 'cur_proc' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:397:4: note: Variable 'cur_proc' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:1413:3: style: Variable 'word' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkc.c:1408:0: note: Variable 'word' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:1413:3: note: Variable 'word' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:1500:3: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkc.c:1498:0: note: Variable 'temp' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:1500:3: note: Variable 'temp' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:1503:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkc.c:1497:0: note: Variable 'name' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:1503:3: note: Variable 'name' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc.c:659:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
freedink-108.4/src/dinkc.c:367:38: style: Function 'locate' argument 2 names different: declaration 'proc_lookup' definition 'lookup_proc'. [funcArgNamesDifferent]
freedink-108.4/src/dinkc.h:82:45: note: Function 'locate' argument 2 names different: declaration 'proc_lookup' definition 'lookup_proc'.
freedink-108.4/src/dinkc.c:367:38: note: Function 'locate' argument 2 names different: declaration 'proc_lookup' definition 'lookup_proc'.
freedink-108.4/src/dinkc.c:59:7: style: struct member 'call_back::type' is never used. [unusedStructMember]
freedink-108.4/src/dinkc.c:61:7: style: struct member 'call_back::offset' is never used. [unusedStructMember]
freedink-108.4/src/dinkc.c:63:7: style: struct member 'call_back::lifespan' is never used. [unusedStructMember]
freedink-108.4/src/dinkc.c:1189:32: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
freedink-108.4/src/dinkc_bindings.c:2355:7: style: Variable 'directive' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkc_bindings.c:2353:0: note: Variable 'directive' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc_bindings.c:2355:7: note: Variable 'directive' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc_bindings.c:2579:4: style: Variable 'parm' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkc_bindings.c:2578:0: note: Variable 'parm' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc_bindings.c:2579:4: note: Variable 'parm' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc_bindings.c:3070:3: style: Variable 'pbd' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkc_bindings.c:3069:0: note: Variable 'pbd' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc_bindings.c:3070:3: note: Variable 'pbd' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkc_bindings.c:3087:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
freedink-108.4/src/dinkc_bindings.c:3075:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freedink-108.4/src/dinkini.c:141:8: style: The scope of the variable 'line' can be reduced. [variableScope]
freedink-108.4/src/dinkvar.c:893:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkvar.c:891:0: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkvar.c:893:3: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkvar.c:1444:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkvar.c:1442:0: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkvar.c:1444:3: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkvar.c:1789:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkvar.c:1787:0: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkvar.c:1789:3: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkvar.c:1881:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/dinkvar.c:1878:0: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkvar.c:1881:3: note: Variable 'f' is reassigned a value before the old one has been used.
freedink-108.4/src/dinkvar.c:1033:8: style: The scope of the variable 'holdme' can be reduced. [variableScope]
freedink-108.4/src/dinkvar.c:1033:15: style: The scope of the variable 'lsize' can be reduced. [variableScope]
freedink-108.4/src/dinkvar.c:3377:21: style: The scope of the variable 'hspeed' can be reduced. [variableScope]
freedink-108.4/src/dinkvar.c:494:16: style: Function 'getpic' argument 1 names different: declaration 'h' definition 'sprite_no'. [funcArgNamesDifferent]
freedink-108.4/src/dinkvar.h:157:23: note: Function 'getpic' argument 1 names different: declaration 'h' definition 'sprite_no'.
freedink-108.4/src/dinkvar.c:494:16: note: Function 'getpic' argument 1 names different: declaration 'h' definition 'sprite_no'.
freedink-108.4/src/dinkvar.c:2751:36: style: Function 'get_box' argument 2 names different: declaration 'box_crap' definition 'box_scaled'. [funcArgNamesDifferent]
freedink-108.4/src/dinkvar.h:264:36: note: Function 'get_box' argument 2 names different: declaration 'box_crap' definition 'box_scaled'.
freedink-108.4/src/dinkvar.c:2751:36: note: Function 'get_box' argument 2 names different: declaration 'box_crap' definition 'box_scaled'.
freedink-108.4/src/dinkvar.c:3081:27: style: Function 'check_seq_status' argument 1 names different: declaration 'h' definition 'seq_no'. [funcArgNamesDifferent]
freedink-108.4/src/dinkvar.h:132:34: note: Function 'check_seq_status' argument 1 names different: declaration 'h' definition 'seq_no'.
freedink-108.4/src/dinkvar.c:3081:27: note: Function 'check_seq_status' argument 1 names different: declaration 'h' definition 'seq_no'.
freedink-108.4/src/dinkvar.c:3149:30: style: Function 'say_text' argument 2 names different: declaration 'h' definition 'sprite_owner'. [funcArgNamesDifferent]
freedink-108.4/src/dinkvar.h:231:41: note: Function 'say_text' argument 2 names different: declaration 'h' definition 'sprite_owner'.
freedink-108.4/src/dinkvar.c:3149:30: note: Function 'say_text' argument 2 names different: declaration 'h' definition 'sprite_owner'.
freedink-108.4/src/dinkvar.c:3903:47: style: Function 'random_blood' argument 3 names different: declaration 'h' definition 'sprite'. [funcArgNamesDifferent]
freedink-108.4/src/dinkvar.h:314:46: note: Function 'random_blood' argument 3 names different: declaration 'h' definition 'sprite'.
freedink-108.4/src/dinkvar.c:3903:47: note: Function 'random_blood' argument 3 names different: declaration 'h' definition 'sprite'.
freedink-108.4/src/dinkvar.c:2266:3: warning: The array 'final' is too small, the function 'draw_num' expects a bigger one. [argumentSize]
freedink-108.4/src/dinkvar.c:2289:2: warning: The array 'final' is too small, the function 'draw_num' expects a bigger one. [argumentSize]
freedink-108.4/src/dinkvar.c:2309:2: warning: The array 'final' is too small, the function 'draw_num' expects a bigger one. [argumentSize]
freedink-108.4/src/dinkvar.c:2329:2: warning: The array 'final' is too small, the function 'draw_num' expects a bigger one. [argumentSize]
freedink-108.4/src/dinkvar.c:2344:17: warning: The array 'final' is too small, the function 'draw_num' expects a bigger one. [argumentSize]
freedink-108.4/src/dinkvar.c:2345:17: warning: The array 'final' is too small, the function 'draw_num' expects a bigger one. [argumentSize]
freedink-108.4/src/dinkvar.c:2366:2: warning: The array 'final' is too small, the function 'draw_num' expects a bigger one. [argumentSize]
freedink-108.4/src/dinkvar.c:2018:67: error: Uninitialized variable: hardbox [uninitvar]
freedink-108.4/src/dinkvar.c:2018:67: error: Uninitialized struct member: hardbox.left [uninitStructMember]
freedink-108.4/src/dinkvar.c:2018:67: error: Uninitialized struct member: hardbox.top [uninitStructMember]
freedink-108.4/src/dinkvar.c:2018:67: error: Uninitialized struct member: hardbox.right [uninitStructMember]
freedink-108.4/src/dinkvar.c:2018:67: error: Uninitialized struct member: hardbox.bottom [uninitStructMember]
freedink-108.4/src/dinkvar.c:2027:63: error: Uninitialized variable: hardbox [uninitvar]
freedink-108.4/src/dinkvar.c:2027:63: error: Uninitialized struct member: hardbox.left [uninitStructMember]
freedink-108.4/src/dinkvar.c:2027:63: error: Uninitialized struct member: hardbox.top [uninitStructMember]
freedink-108.4/src/dinkvar.c:2027:63: error: Uninitialized struct member: hardbox.right [uninitStructMember]
freedink-108.4/src/dinkvar.c:2027:63: error: Uninitialized struct member: hardbox.bottom [uninitStructMember]
freedink-108.4/src/dinkvar.c:2040:73: error: Uninitialized variable: hardbox [uninitvar]
freedink-108.4/src/dinkvar.c:2040:73: error: Uninitialized struct member: hardbox.left [uninitStructMember]
freedink-108.4/src/dinkvar.c:2040:73: error: Uninitialized struct member: hardbox.top [uninitStructMember]
freedink-108.4/src/dinkvar.c:2040:73: error: Uninitialized struct member: hardbox.right [uninitStructMember]
freedink-108.4/src/dinkvar.c:2040:73: error: Uninitialized struct member: hardbox.bottom [uninitStructMember]
freedink-108.4/src/freedink.c:3486:4: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/freedink.c:3484:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
freedink-108.4/src/freedink.c:3486:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
freedink-108.4/src/freedink.c:1647:6: style: The scope of the variable 'hold' can be reduced. [variableScope]
freedink-108.4/src/freedink.c:1792:7: style: The scope of the variable 'hardness' can be reduced. [variableScope]
freedink-108.4/src/freedink.c:2771:17: warning: The array 'script_filename' is too small, the function 'load_script' expects a bigger one. [argumentSize]
freedink-108.4/src/freedinkedit.c:2751:17: style: Condition '4>9' is always false [knownConditionTrueFalse]
freedink-108.4/src/freedinkedit.c:5016:3: style: Variable 'spr[1].seq' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freedink-108.4/src/freedinkedit.c:5015:3: note: Variable 'spr[1].seq' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedink-108.4/src/freedinkedit.c:5016:3: note: Variable 'spr[1].seq' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedink-108.4/src/freedinkedit.c:719:16: style: Same expression on both sides of '-'. [duplicateExpression]
freedink-108.4/src/freedinkedit.c:4807:4: warning: The array 'in_temp' is too small, the function 'Say' expects a bigger one. [argumentSize]
freedink-108.4/src/freedinkedit.c:3980:4: warning: The array 'crapa' is too small, the function 'SaySmall' expects a bigger one. [argumentSize]
freedink-108.4/src/freedinkedit.c:4594:9: warning: The array 'crap5' is too small, the function 'SaySmall' expects a bigger one. [argumentSize]
freedink-108.4/src/freedinkedit.c:4599:9: warning: The array 'crap5' is too small, the function 'SaySmall' expects a bigger one. [argumentSize]
freedink-108.4/src/freedinkedit.c:4606:5: warning: The array 'crap6' is too small, the function 'SaySmall' expects a bigger one. [argumentSize]
freedink-108.4/src/game_engine.c:190:21: style: The scope of the variable 'x1' can be reduced. [variableScope]
freedink-108.4/src/game_engine.c:218:21: style: The scope of the variable 'pan2' can be reduced. [variableScope]
freedink-108.4/src/gfx.c:569:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/gfx.c:554:0: note: Variable 'retval' is reassigned a value before the old one has been used.
freedink-108.4/src/gfx.c:569:3: note: Variable 'retval' is reassigned a value before the old one has been used.
freedink-108.4/src/gfx.c:691:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/gfx.c:690:0: note: Variable 's' is reassigned a value before the old one has been used.
freedink-108.4/src/gfx.c:691:5: note: Variable 's' is reassigned a value before the old one has been used.
freedink-108.4/src/gfx.c:580:35: style: Function 'gfx_blit_stretch' argument 1 names different: declaration 'src' definition 'src_surf'. [funcArgNamesDifferent]
freedink-108.4/src/gfx.h:72:42: note: Function 'gfx_blit_stretch' argument 1 names different: declaration 'src' definition 'src_surf'.
freedink-108.4/src/gfx.c:580:35: note: Function 'gfx_blit_stretch' argument 1 names different: declaration 'src' definition 'src_surf'.
freedink-108.4/src/gfx.c:581:21: style: Function 'gfx_blit_stretch' argument 3 names different: declaration 'dst' definition 'dst_surf'. [funcArgNamesDifferent]
freedink-108.4/src/gfx.h:72:80: note: Function 'gfx_blit_stretch' argument 3 names different: declaration 'dst' definition 'dst_surf'.
freedink-108.4/src/gfx.c:581:21: note: Function 'gfx_blit_stretch' argument 3 names different: declaration 'dst' definition 'dst_surf'.
freedink-108.4/src/gfx_fade.c:68:4: error: Array 'cache[128]' accessed at index 65535, which is out of bounds. [arrayIndexOutOfBounds]
freedink-108.4/src/gfx_fade.c:86:4: error: Array 'cache[128]' accessed at index 32767, which is out of bounds. [arrayIndexOutOfBounds]
freedink-108.4/src/gfx_fonts.c:273:16: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
freedink-108.4/src/gfx_fonts.c:256:16: note: outer condition: new_font==NULL
freedink-108.4/src/gfx_fonts.c:273:16: note: opposite inner condition: path==NULL
freedink-108.4/src/gfx_fonts.c:209:13: style: Condition 'rwops==NULL' is always true [knownConditionTrueFalse]
freedink-108.4/src/gfx_fonts.c:206:22: note: Assignment 'rwops=NULL', assigned value is 0
freedink-108.4/src/gfx_fonts.c:209:13: note: Condition 'rwops==NULL' is always true
freedink-108.4/src/gfx_fonts.c:256:16: style: Condition 'new_font==NULL' is always true [knownConditionTrueFalse]
freedink-108.4/src/gfx_fonts.c:250:24: note: Assignment 'new_font=NULL', assigned value is 0
freedink-108.4/src/gfx_fonts.c:256:16: note: Condition 'new_font==NULL' is always true
freedink-108.4/src/gfx_fonts.c:273:16: style: Condition 'path==NULL' is always true [knownConditionTrueFalse]
freedink-108.4/src/gfx_fonts.c:270:14: note: Assignment 'path=NULL', assigned value is 0
freedink-108.4/src/gfx_fonts.c:273:16: note: Condition 'path==NULL' is always true
freedink-108.4/src/gfx_fonts.c:270:7: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/gfx_fonts.c:258:0: note: Variable 'path' is reassigned a value before the old one has been used.
freedink-108.4/src/gfx_fonts.c:270:7: note: Variable 'path' is reassigned a value before the old one has been used.
freedink-108.4/src/gfx_fonts.c:209:13: style: Same expression on both sides of '==' because the value of 'rwops' and 'NULL' are the same. [duplicateExpression]
freedink-108.4/src/gfx_fonts.c:206:22: note: 'rwops' is assigned value 'NULL' here.
freedink-108.4/src/gfx_fonts.c:209:13: note: Same expression on both sides of '==' because the value of 'rwops' and 'NULL' are the same.
freedink-108.4/src/gfx_fonts.c:256:16: style: Same expression on both sides of '==' because the value of 'new_font' and 'NULL' are the same. [duplicateExpression]
freedink-108.4/src/gfx_fonts.c:250:24: note: 'new_font' is assigned value 'NULL' here.
freedink-108.4/src/gfx_fonts.c:256:16: note: Same expression on both sides of '==' because the value of 'new_font' and 'NULL' are the same.
freedink-108.4/src/gfx_fonts.c:618:29: style: Function 'print_text_wrap_debug' argument 1 names different: declaration 'str' definition 'text'. [funcArgNamesDifferent]
freedink-108.4/src/gfx_fonts.h:44:41: note: Function 'print_text_wrap_debug' argument 1 names different: declaration 'str' definition 'text'.
freedink-108.4/src/gfx_fonts.c:618:29: note: Function 'print_text_wrap_debug' argument 1 names different: declaration 'str' definition 'text'.
freedink-108.4/src/gfx_fonts.c:296:0: error: Memory leak: filename [memleak]
freedink-108.4/src/gfx_palette.c:176:3: style: Variable 'fullpath' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/gfx_palette.c:174:0: note: Variable 'fullpath' is reassigned a value before the old one has been used.
freedink-108.4/src/gfx_palette.c:176:3: note: Variable 'fullpath' is reassigned a value before the old one has been used.
freedink-108.4/src/gfx_palette.c:170:32: style: Function 'gfx_palette_set_from_bmp' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
freedink-108.4/src/gfx_palette.h:30:44: note: Function 'gfx_palette_set_from_bmp' argument 1 names different: declaration 'file' definition 'filename'.
freedink-108.4/src/gfx_palette.c:170:32: note: Function 'gfx_palette_set_from_bmp' argument 1 names different: declaration 'file' definition 'filename'.
freedink-108.4/src/gfx_sprites.c:442:7: style: Condition '!exists' is always true [knownConditionTrueFalse]
freedink-108.4/src/gfx_sprites.c:440:16: note: Assignment 'exists=0', assigned value is 0
freedink-108.4/src/gfx_sprites.c:442:7: note: Condition '!exists' is always true
freedink-108.4/src/gfx_sprites.c:148:65: style: Function 'load_sprite_pak' argument 3 names different: declaration 'speed' definition 'delay'. [funcArgNamesDifferent]
freedink-108.4/src/gfx_sprites.h:88:74: note: Function 'load_sprite_pak' argument 3 names different: declaration 'speed' definition 'delay'.
freedink-108.4/src/gfx_sprites.c:148:65: note: Function 'load_sprite_pak' argument 3 names different: declaration 'speed' definition 'delay'.
freedink-108.4/src/gfx_sprites.c:417:62: style: Function 'load_sprites' argument 3 names different: declaration 'speed' definition 'delay'. [funcArgNamesDifferent]
freedink-108.4/src/gfx_sprites.h:90:71: note: Function 'load_sprites' argument 3 names different: declaration 'speed' definition 'delay'.
freedink-108.4/src/gfx_sprites.c:417:62: note: Function 'load_sprites' argument 3 names different: declaration 'speed' definition 'delay'.
freedink-108.4/src/gfx_tiles.c:204:7: style: The scope of the variable 'flip' can be reduced. [variableScope]
freedink-108.4/src/i18n.c:58:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedink-108.4/src/i18n.c:57:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freedink-108.4/src/init.c:328:40: style: Function 'init' argument 3 names different: declaration 'splash_bmp' definition 'splash_path'. [funcArgNamesDifferent]
freedink-108.4/src/init.h:26:47: note: Function 'init' argument 3 names different: declaration 'splash_bmp' definition 'splash_path'.
freedink-108.4/src/init.c:328:40: note: Function 'init' argument 3 names different: declaration 'splash_bmp' definition 'splash_path'.
freedink-108.4/src/input.c:158:29: style: Same expression on both sides of '-'. [duplicateExpression]
freedink-108.4/src/io_util.c:274:13: warning: Identical condition 'rwops!=NULL', second condition is always false [identicalConditionAfterEarlyExit]
freedink-108.4/src/io_util.c:247:13: note: first condition
freedink-108.4/src/io_util.c:274:13: note: second condition
freedink-108.4/src/io_util.c:233:10: style: Condition 'in==NULL' is always true [knownConditionTrueFalse]
freedink-108.4/src/io_util.c:232:14: note: Assignment 'in=NULL', assigned value is 0
freedink-108.4/src/io_util.c:233:10: note: Condition 'in==NULL' is always true
freedink-108.4/src/io_util.c:233:10: style: Same expression on both sides of '==' because the value of 'in' and 'NULL' are the same. [duplicateExpression]
freedink-108.4/src/io_util.c:232:14: note: 'in' is assigned value 'NULL' here.
freedink-108.4/src/io_util.c:233:10: note: Same expression on both sides of '==' because the value of 'in' and 'NULL' are the same.
freedink-108.4/src/io_util.c:125:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
freedink-108.4/src/paths.c:154:5: style: Variable 'default3' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/paths.c:146:0: note: Variable 'default3' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:154:5: note: Variable 'default3' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:155:5: style: Variable 'default4' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/paths.c:146:0: note: Variable 'default4' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:155:5: note: Variable 'default4' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:156:5: style: Variable 'default5' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/paths.c:146:0: note: Variable 'default5' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:156:5: note: Variable 'default5' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:157:5: style: Variable 'default6' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/paths.c:147:0: note: Variable 'default6' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:157:5: note: Variable 'default6' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:158:5: style: Variable 'default7' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/paths.c:147:0: note: Variable 'default7' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:158:5: note: Variable 'default7' is reassigned a value before the old one has been used.
freedink-108.4/src/paths.c:291:2: error: Common realloc mistake: 'userappdir' nulled but not freed upon failure [memleakOnRealloc]
freedink-108.4/src/paths.c:444:3: error: Common realloc mistake: 'savedir' nulled but not freed upon failure [memleakOnRealloc]
freedink-108.4/src/rect.c:57:17: warning: Function 'rect_copy' argument order different: declaration 'src, dst' definition 'dst, src' [funcArgOrderDifferent]
freedink-108.4/src/rect.h:37:28: note: Function 'rect_copy' argument order different: declaration 'src, dst' definition 'dst, src'
freedink-108.4/src/rect.c:57:17: note: Function 'rect_copy' argument order different: declaration 'src, dst' definition 'dst, src'
freedink-108.4/src/sfx.c:344:3: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/src/sfx.c:341:0: note: Variable 'in' is reassigned a value before the old one has been used.
freedink-108.4/src/sfx.c:344:3: note: Variable 'in' is reassigned a value before the old one has been used.
freedink-108.4/src/sfx.c:337:50: style: Function 'CreateBufferFromWaveFile' argument 2 names different: declaration 'dwBuf' definition 'index'. [funcArgNamesDifferent]
freedink-108.4/src/sfx.h:31:57: note: Function 'CreateBufferFromWaveFile' argument 2 names different: declaration 'dwBuf' definition 'index'.
freedink-108.4/src/sfx.c:337:50: note: Function 'CreateBufferFromWaveFile' argument 2 names different: declaration 'dwBuf' definition 'index'.
freedink-108.4/src/sfx.c:892:37: style: Function 'FreeRegisteredSound' argument 1 names different: declaration 'index' definition 'sound'. [funcArgNamesDifferent]
freedink-108.4/src/sfx.c:81:37: note: Function 'FreeRegisteredSound' argument 1 names different: declaration 'index' definition 'sound'.
freedink-108.4/src/sfx.c:892:37: note: Function 'FreeRegisteredSound' argument 1 names different: declaration 'index' definition 'sound'.
freedink-108.4/src/str_util.c:176:21: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
freedink-108.4/src/str_util.c:116:30: style: Function 'separate_string' argument 1 names different: declaration 'str' definition 'line'. [funcArgNamesDifferent]
freedink-108.4/src/str_util.h:36:39: note: Function 'separate_string' argument 1 names different: declaration 'str' definition 'line'.
freedink-108.4/src/str_util.c:116:30: note: Function 'separate_string' argument 1 names different: declaration 'str' definition 'line'.
freedink-108.4/src/update_frame.c:96:8: style: Condition '5>9' is always false [knownConditionTrueFalse]
freedink-108.4/src/update_frame.c:372:19: style: Condition 'get_frame==0' is always true [knownConditionTrueFalse]
freedink-108.4/src/update_frame.c:89:38: note: Assignment 'get_frame=0', assigned value is 0
freedink-108.4/src/update_frame.c:372:19: note: Condition 'get_frame==0' is always true
freedink-108.4/test/enum.cpp:7:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freedink-108.4/test/fontconfig.c:78:5: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
freedink-108.4/test/sdl/SDL_rwops_libzip.c:71:2: style: Variable 'errorbuf' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/test/sdl/SDL_rwops_libzip.c:69:0: note: Variable 'errorbuf' is reassigned a value before the old one has been used.
freedink-108.4/test/sdl/SDL_rwops_libzip.c:71:2: note: Variable 'errorbuf' is reassigned a value before the old one has been used.
freedink-108.4/test/sdl/fade.c:124:4: error: Array 'cache[132]' accessed at index 65535, which is out of bounds. [arrayIndexOutOfBounds]
freedink-108.4/test/sdl/fade.c:140:4: error: Array 'cache[132]' accessed at index 32767, which is out of bounds. [arrayIndexOutOfBounds]
freedink-108.4/test/sdl/joytest.c:41:7: style: The scope of the variable 'default_screen_w' can be reduced. [variableScope]
freedink-108.4/test/sdl/joytest.c:41:31: style: The scope of the variable 'default_screen_h' can be reduced. [variableScope]
freedink-108.4/test/sdl/sdl_stretch.c:30:25: style: Variable 'screen' is assigned a value that is never used. [unreadVariable]
freedink-108.4/test/sdl/ticks.c:95:7: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
freedink-108.4/test/sdl/ticks.c:95:7: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
freedink-108.4/test/sdl/videoinfo.c:30:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/test/sdl/videoinfo.c:27:0: note: Variable 'info' is reassigned a value before the old one has been used.
freedink-108.4/test/sdl/videoinfo.c:30:3: note: Variable 'info' is reassigned a value before the old one has been used.
freedink-108.4/test/woefont.c:17:3: style: Variable 'hfont_small' is reassigned a value before the old one has been used. [redundantAssignment]
freedink-108.4/test/woefont.c:12:0: note: Variable 'hfont_small' is reassigned a value before the old one has been used.
freedink-108.4/test/woefont.c:17:3: note: Variable 'hfont_small' is reassigned a value before the old one has been used.
freedink-108.4/test/x11_messagebox.c:11:12: style: Variable 'screen' is assigned a value that is never used. [unreadVariable]
freedink-108.4/test/x11_messagebox.c:7:7: style: Unused variable: depth [unusedVariable]
[22:41]

ftp://ftp.se.debian.org/debian/pool/main/f/freedink-data/freedink-data_1.08.20170409.orig.tar.gz
freedink-data-1.08.20170409/dink/Story/DINFO.c:15:1: style: Label 'again' is not used. [unusedLabel]
freedink-data-1.08.20170409/dink/Story/DINFO.c:5:6: style: Variable 'mholdx' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/DINFO.c:6:6: style: Variable 'mholdy' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/DINFO.c:17:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/DINFO.c:45:9: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/ESCAPE.c:139:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freedink-data-1.08.20170409/dink/Story/FINDDUCK.c:3:6: style: Variable 'mx' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/FINDDUCK.c:4:6: style: Variable 'my' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/LRAISE.c:22:9: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/MAG-STAR.c:26:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/MAKE.c:134:6: style: Variable 'crap' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/MAKE.c:137:6: style: Variable 'crap' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/S1-BOOT.c:20:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S1-BRG2.c:26:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S1-BRG2.c:28:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S1-GG.c:44:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S1-H1-M.c:142:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S1-H1-O.c:18:8: style: Variable 'duck1' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/S1-H2-O.c:194:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S1-H3-8.c:11:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S1-OLDD.c:10:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S2-AUNTP.c:195:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S2-BAR.c:265:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freedink-data-1.08.20170409/dink/Story/S2-CA-G.c:160:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S2-CAVE.c:117:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S2-CULG.c:27:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S2-CULT.c:126:0: error: syntax error [syntaxError]
freedink-data-1.08.20170409/dink/Story/S2-HEALP.c:62:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S2-JACK.c:171:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S2-MAN2.c:247:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freedink-data-1.08.20170409/dink/Story/S2-MDOOR.c:38:2: style: Label 'knocked' is not used. [unusedLabel]
freedink-data-1.08.20170409/dink/Story/S2-NADP.c:117:7: style: Variable 'mcrap' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/S2-OUT.c:84:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S2-WAND.c:84:2: style: Label 'story1' is not used. [unusedLabel]
freedink-data-1.08.20170409/dink/Story/S2-WAND.c:104:2: style: Label 'story2' is not used. [unusedLabel]
freedink-data-1.08.20170409/dink/Story/S2-WENCH.c:111:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freedink-data-1.08.20170409/dink/Story/S2-WENCH.c:142:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freedink-data-1.08.20170409/dink/Story/S3-BOWL.c:30:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S3-GH.c:57:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S3-GS.c:58:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S3-ST2P.c:30:1: style: Label 'buy' is not used. [unusedLabel]
freedink-data-1.08.20170409/dink/Story/S3-ST2P.c:40:3: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S4-HEALP.c:63:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S4-SIGN3.c:17:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S4-ST1P.c:167:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freedink-data-1.08.20170409/dink/Story/S4-ST1P.c:129:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S4-ST3P.c:42:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S5-END.c:16:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S5-ST1P.c:49:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freedink-data-1.08.20170409/dink/Story/S6-ST1P.c:20:10: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-ST1P.c:33:10: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-ST1P.c:57:10: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-ST1P.c:70:10: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-ST1P.c:154:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-ST1P.c:156:10: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-VEND.c:73:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-VEND.c:75:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-VEND.c:98:10: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-VEND.c:114:10: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S6-WARP.c:6:6: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S7-BOAT.c:4:1: style: Label 'loop' is not used. [unusedLabel]
freedink-data-1.08.20170409/dink/Story/S7-MIL.c:4:6: style: Variable 'fighting' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/S7-MIL.c:60:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S7-WARP.c:6:6: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S8-DA.c:166:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freedink-data-1.08.20170409/dink/Story/S8-DA.c:172:2: style: Label 'check' is not used. [unusedLabel]
freedink-data-1.08.20170409/dink/Story/S8-DA.c:201:2: style: Label 'fight' is not used. [unusedLabel]
freedink-data-1.08.20170409/dink/Story/S8-GUY.c:40:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/S8-GUY.c:65:10: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/SAVEBOT.c:20:9: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/SAVEBOT.c:31:9: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/SPICE.c:25:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freedink-data-1.08.20170409/dink/Story/START-2.c:32:9: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
freedink-data-1.08.20170409/dink/Story/START-3.c:31:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/START-4.c:31:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freedink-data-1.08.20170409/dink/Story/en-gmog.c:55:7: style: Variable 'wherex' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/en-gmog.c:56:7: style: Variable 'wherey' is assigned a value that is never used. [unreadVariable]
freedink-data-1.08.20170409/dink/Story/s7-boss.c:11:6: style: Variable 'speed' is assigned a value that is never used. [unreadVariable]
[22:41]

ftp://ftp.se.debian.org/debian/pool/main/f/freedink-dfarc/freedink-dfarc_3.14.orig.tar.gz
dfarc-3.14/src/BZip.cpp:227:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
dfarc-3.14/src/BZip.hpp:45:8: performance: Technically the member function 'BZip::bzReadClose' can be static. [functionStatic]
dfarc-3.14/src/BZip.cpp:203:12: note: Technically the member function 'BZip::bzReadClose' can be static.
dfarc-3.14/src/BZip.hpp:45:8: note: Technically the member function 'BZip::bzReadClose' can be static.
dfarc-3.14/src/BZip.hpp:46:7: performance: Technically the member function 'BZip::bzRead' can be static. [functionStatic]
dfarc-3.14/src/BZip.cpp:221:11: note: Technically the member function 'BZip::bzRead' can be static.
dfarc-3.14/src/BZip.hpp:46:7: note: Technically the member function 'BZip::bzRead' can be static.
dfarc-3.14/src/DFile.hpp:35:3: style: Class 'DFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/BZip.hpp:39:3: style: Class 'BZip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/Config.hpp:48:8: style: Member variable 'Config::mCloseDfarcOnPlay' is in the wrong place in the initializer list. [initializerList]
dfarc-3.14/src/Config.cpp:64:3: note: Member variable 'Config::mCloseDfarcOnPlay' is in the wrong place in the initializer list.
dfarc-3.14/src/Config.hpp:48:8: note: Member variable 'Config::mCloseDfarcOnPlay' is in the wrong place in the initializer list.
dfarc-3.14/src/Config.cpp:72:3: performance: Variable 'mDModDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
dfarc-3.14/src/Config.hpp:35:12: style: Technically the member function 'Config::GetDinkrefDir' can be const. [functionConst]
dfarc-3.14/src/Config.cpp:253:18: note: Technically the member function 'Config::GetDinkrefDir' can be const.
dfarc-3.14/src/Config.hpp:35:12: note: Technically the member function 'Config::GetDinkrefDir' can be const.
dfarc-3.14/src/Config.cpp:77:3: style: Class 'Config' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
dfarc-3.14/src/Config.cpp:77:3: style: Class 'Config' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
dfarc-3.14/src/DMod.hpp:32:3: style: Class 'DMod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/ClientData.hpp:11:3: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/ClientData.hpp:19:3: style: Class 'ClientDataString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/InstallVerifyFrame.hpp:38:3: style: Class 'InstallVerifyFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/DFArcFrame.cpp:538:8: style: Condition '!found' is always true [knownConditionTrueFalse]
dfarc-3.14/src/DFArcFrame.cpp:537:17: note: Assignment 'found=false', assigned value is 0
dfarc-3.14/src/DFArcFrame.cpp:538:8: note: Condition '!found' is always true
dfarc-3.14/src/DFArcFrame.cpp:299:4: style: C-style pointer casting [cstyleCast]
dfarc-3.14/src/DFArcFrame.cpp:319:20: style: C-style pointer casting [cstyleCast]
dfarc-3.14/src/DFArcFrame.cpp:381:4: style: C-style pointer casting [cstyleCast]
dfarc-3.14/src/DFArcFrame.cpp:506:17: style: C-style pointer casting [cstyleCast]
dfarc-3.14/src/DFArcFrame.cpp:769:20: style: C-style pointer casting [cstyleCast]
dfarc-3.14/src/DFArcFrame.cpp:819:17: style: C-style pointer casting [cstyleCast]
dfarc-3.14/src/DFArcFrame.cpp:837:8: style: C-style pointer casting [cstyleCast]
dfarc-3.14/src/DFArcFrame.cpp:210:41: style: Function 'OnQuit' argument 1 names different: declaration 'Event' definition 'aCommandEvent'. [funcArgNamesDifferent]
dfarc-3.14/src/DFArcFrame.hpp:43:31: note: Function 'OnQuit' argument 1 names different: declaration 'Event' definition 'aCommandEvent'.
dfarc-3.14/src/DFArcFrame.cpp:210:41: note: Function 'OnQuit' argument 1 names different: declaration 'Event' definition 'aCommandEvent'.
dfarc-3.14/src/DFArcFrame.cpp:215:42: style: Function 'OnAbout' argument 1 names different: declaration 'Event' definition 'aCommandEvent'. [funcArgNamesDifferent]
dfarc-3.14/src/DFArcFrame.hpp:56:32: note: Function 'OnAbout' argument 1 names different: declaration 'Event' definition 'aCommandEvent'.
dfarc-3.14/src/DFArcFrame.cpp:215:42: note: Function 'OnAbout' argument 1 names different: declaration 'Event' definition 'aCommandEvent'.
dfarc-3.14/src/DFArcFrame.cpp:391:42: style: Function 'Install' argument 1 names different: declaration 'Event' definition 'aCommandEvent'. [funcArgNamesDifferent]
dfarc-3.14/src/DFArcFrame.hpp:45:32: note: Function 'Install' argument 1 names different: declaration 'Event' definition 'aCommandEvent'.
dfarc-3.14/src/DFArcFrame.cpp:391:42: note: Function 'Install' argument 1 names different: declaration 'Event' definition 'aCommandEvent'.
dfarc-3.14/src/DFArcFrame.cpp:494:41: style: Function 'OnPlay' argument 1 names different: declaration 'aEvent' definition 'Event'. [funcArgNamesDifferent]
dfarc-3.14/src/DFArcFrame.hpp:62:31: note: Function 'OnPlay' argument 1 names different: declaration 'aEvent' definition 'Event'.
dfarc-3.14/src/DFArcFrame.cpp:494:41: note: Function 'OnPlay' argument 1 names different: declaration 'aEvent' definition 'Event'.
dfarc-3.14/src/DFArcFrame.cpp:112:10: style: Member variable 'DFAnimationPanel::pos' is in the wrong place in the initializer list. [initializerList]
dfarc-3.14/src/DFArcFrame.cpp:119:5: note: Member variable 'DFAnimationPanel::pos' is in the wrong place in the initializer list.
dfarc-3.14/src/DFArcFrame.cpp:112:10: note: Member variable 'DFAnimationPanel::pos' is in the wrong place in the initializer list.
dfarc-3.14/src/Options.hpp:50:3: style: Class 'Options' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/RecursiveDelete.hpp:32:3: style: Class 'RecursiveDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/Package.hpp:38:3: style: Class 'Package' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/DFArcFrame.cpp:62:3: style: Class 'MonitorDinkExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/DFArcFrame.cpp:85:3: style: Class 'MonitorEditorExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/DMod.cpp:33:32: style: Function 'IsADModDir' argument 1 names different: declaration 'path' definition 'full_path'. [funcArgNamesDifferent]
dfarc-3.14/src/DMod.hpp:31:35: note: Function 'IsADModDir' argument 1 names different: declaration 'path' definition 'full_path'.
dfarc-3.14/src/DMod.cpp:33:32: note: Function 'IsADModDir' argument 1 names different: declaration 'path' definition 'full_path'.
dfarc-3.14/src/DMod.cpp:47:21: style: Function 'DMod' argument 1 names different: declaration 'path' definition 'full_path'. [funcArgNamesDifferent]
dfarc-3.14/src/DMod.hpp:32:17: note: Function 'DMod' argument 1 names different: declaration 'path' definition 'full_path'.
dfarc-3.14/src/DMod.cpp:47:21: note: Function 'DMod' argument 1 names different: declaration 'path' definition 'full_path'.
dfarc-3.14/src/DMod.cpp:49:3: performance: Variable 'mFullPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
dfarc-3.14/src/DMod.hpp:33:12: style: Technically the member function 'DMod::GetFullPath' can be const. [functionConst]
dfarc-3.14/src/DMod.cpp:71:16: note: Technically the member function 'DMod::GetFullPath' can be const.
dfarc-3.14/src/DMod.hpp:33:12: note: Technically the member function 'DMod::GetFullPath' can be const.
dfarc-3.14/src/DMod.hpp:34:12: style: Technically the member function 'DMod::GetBaseName' can be const. [functionConst]
dfarc-3.14/src/DMod.cpp:75:16: note: Technically the member function 'DMod::GetBaseName' can be const.
dfarc-3.14/src/DMod.hpp:34:12: note: Technically the member function 'DMod::GetBaseName' can be const.
dfarc-3.14/src/DMod.hpp:35:12: style: Technically the member function 'DMod::GetTitle' can be const. [functionConst]
dfarc-3.14/src/DMod.cpp:79:16: note: Technically the member function 'DMod::GetTitle' can be const.
dfarc-3.14/src/DMod.hpp:35:12: note: Technically the member function 'DMod::GetTitle' can be const.
dfarc-3.14/src/DMod.hpp:36:12: style: Technically the member function 'DMod::GetDescription' can be const. [functionConst]
dfarc-3.14/src/DMod.cpp:83:16: note: Technically the member function 'DMod::GetDescription' can be const.
dfarc-3.14/src/DMod.hpp:36:12: note: Technically the member function 'DMod::GetDescription' can be const.
dfarc-3.14/src/DMod.hpp:37:12: style: Technically the member function 'DMod::GetPreviewPath' can be const. [functionConst]
dfarc-3.14/src/DMod.cpp:87:16: note: Technically the member function 'DMod::GetPreviewPath' can be const.
dfarc-3.14/src/DMod.hpp:37:12: note: Technically the member function 'DMod::GetPreviewPath' can be const.
dfarc-3.14/src/DMod.hpp:46:12: style: Technically the member function 'DMod::GetDModDizContent' can be const. [functionConst]
dfarc-3.14/src/DMod.cpp:93:16: note: Technically the member function 'DMod::GetDModDizContent' can be const.
dfarc-3.14/src/DMod.hpp:46:12: note: Technically the member function 'DMod::GetDModDizContent' can be const.
dfarc-3.14/src/IOUtils.cpp:31:35: style: Function 'ciconvert' argument 1 names different: declaration 'strPath' definition 'path'. [funcArgNamesDifferent]
dfarc-3.14/src/IOUtils.hpp:35:35: note: Function 'ciconvert' argument 1 names different: declaration 'strPath' definition 'path'.
dfarc-3.14/src/IOUtils.cpp:31:35: note: Function 'ciconvert' argument 1 names different: declaration 'strPath' definition 'path'.
dfarc-3.14/src/IOUtils.cpp:72:41: style: Function 'GetParentDir' argument 1 names different: declaration 'full_path' definition 'path'. [funcArgNamesDifferent]
dfarc-3.14/src/IOUtils.hpp:36:41: note: Function 'GetParentDir' argument 1 names different: declaration 'full_path' definition 'path'.
dfarc-3.14/src/IOUtils.cpp:72:41: note: Function 'GetParentDir' argument 1 names different: declaration 'full_path' definition 'path'.
dfarc-3.14/src/Tar.hpp:71:3: style: Class 'Tar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
dfarc-3.14/src/Options.cpp:130:30: warning: Either the condition 'li!=NULL' is redundant or there is possible null pointer dereference: li. [nullPointerRedundantCheck]
dfarc-3.14/src/Options.cpp:127:14: note: Assuming that condition 'li!=NULL' is not redundant
dfarc-3.14/src/Options.cpp:130:30: note: Null pointer dereference
dfarc-3.14/src/Options.cpp:191:27: style: C-style pointer casting [cstyleCast]
dfarc-3.14/src/Options.cpp:193:32: style: C-style pointer casting [cstyleCast]
dfarc-3.14/src/Options.cpp:58:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
dfarc-3.14/src/Tar.cpp:451:7: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
dfarc-3.14/src/Tar.cpp:133:3: warning: Either the condition 'aProgressDialog!=NULL' is redundant or there is possible null pointer dereference: aProgressDialog. [nullPointerRedundantCheck]
dfarc-3.14/src/Tar.cpp:213:27: note: Assuming that condition 'aProgressDialog!=NULL' is not redundant
dfarc-3.14/src/Tar.cpp:133:3: note: Null pointer dereference
dfarc-3.14/src/Tar.cpp:173:3: warning: Either the condition 'aProgressDialog!=NULL' is redundant or there is possible null pointer dereference: aProgressDialog. [nullPointerRedundantCheck]
dfarc-3.14/src/Tar.cpp:213:27: note: Assuming that condition 'aProgressDialog!=NULL' is not redundant
dfarc-3.14/src/Tar.cpp:173:3: note: Null pointer dereference
dfarc-3.14/src/Tar.cpp:110:34: style: Function 'Create' argument 1 names different: declaration 'aFolderName' definition 'dmod_folder'. [funcArgNamesDifferent]
dfarc-3.14/src/Tar.hpp:73:31: note: Function 'Create' argument 1 names different: declaration 'aFolderName' definition 'dmod_folder'.
dfarc-3.14/src/Tar.cpp:110:34: note: Function 'Create' argument 1 names different: declaration 'aFolderName' definition 'dmod_folder'.
dfarc-3.14/src/Tar.cpp:128:38: style: Function 'CreateReal' argument 1 names different: declaration 'aFolderName' definition 'dmod_folder'. [funcArgNamesDifferent]
dfarc-3.14/src/Tar.hpp:88:35: note: Function 'CreateReal' argument 1 names different: declaration 'aFolderName' definition 'dmod_folder'.
dfarc-3.14/src/Tar.cpp:128:38: note: Function 'CreateReal' argument 1 names different: declaration 'aFolderName' definition 'dmod_folder'.
dfarc-3.14/src/Tar.cpp:305:32: style: Function 'FillHeader' argument 1 names different: declaration 'strFile' definition 'mFilePath'. [funcArgNamesDifferent]
dfarc-3.14/src/Tar.hpp:82:29: note: Function 'FillHeader' argument 1 names different: declaration 'strFile' definition 'mFilePath'.
dfarc-3.14/src/Tar.cpp:305:32: note: Function 'FillHeader' argument 1 names different: declaration 'strFile' definition 'mFilePath'.
dfarc-3.14/src/Tar.cpp:305:59: style: Function 'FillHeader' argument 2 names different: declaration 'lDestinationFile' definition 'dmod_folder'. [funcArgNamesDifferent]
dfarc-3.14/src/Tar.hpp:82:54: note: Function 'FillHeader' argument 2 names different: declaration 'lDestinationFile' definition 'dmod_folder'.
dfarc-3.14/src/Tar.cpp:305:59: note: Function 'FillHeader' argument 2 names different: declaration 'lDestinationFile' definition 'dmod_folder'.
dfarc-3.14/src/Tar.cpp:551:36: style: Function 'ExtractData' argument 1 names different: declaration 'f_In' definition 'aTarStreamIn'. [funcArgNamesDifferent]
dfarc-3.14/src/Tar.hpp:89:33: note: Function 'ExtractData' argument 1 names different: declaration 'f_In' definition 'aTarStreamIn'.
dfarc-3.14/src/Tar.cpp:551:36: note: Function 'ExtractData' argument 1 names different: declaration 'f_In' definition 'aTarStreamIn'.
dfarc-3.14/src/Tar.cpp:98:3: performance: Variable 'strCompressDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
dfarc-3.14/src/Tar.hpp:78:12: style: Technically the member function 'Tar::getInstalledDmodDirectory' can be const. [functionConst]
dfarc-3.14/src/Tar.cpp:655:15: note: Technically the member function 'Tar::getInstalledDmodDirectory' can be const.
dfarc-3.14/src/Tar.hpp:78:12: note: Technically the member function 'Tar::getInstalledDmodDirectory' can be const.
dfarc-3.14/src/Tar.hpp:79:12: style: Technically the member function 'Tar::getmDmodDescription' can be const. [functionConst]
dfarc-3.14/src/Tar.cpp:660:15: note: Technically the member function 'Tar::getmDmodDescription' can be const.
dfarc-3.14/src/Tar.hpp:79:12: note: Technically the member function 'Tar::getmDmodDescription' can be const.
dfarc-3.14/src/Tar.hpp:87:8: performance: Technically the member function 'Tar::VerifyChecksum' can be static. [functionStatic]
dfarc-3.14/src/Tar.cpp:676:11: note: Technically the member function 'Tar::VerifyChecksum' can be static.
dfarc-3.14/src/Tar.hpp:87:8: note: Technically the member function 'Tar::VerifyChecksum' can be static.
dfarc-3.14/src/Tar.hpp:90:12: performance: Technically the member function 'Tar::GetFirstDir' can be static. [functionStatic]
dfarc-3.14/src/Tar.cpp:709:15: note: Technically the member function 'Tar::GetFirstDir' can be static.
dfarc-3.14/src/Tar.hpp:90:12: note: Technically the member function 'Tar::GetFirstDir' can be static.
dfarc-3.14/src/Tar.cpp:538:0: error: Memory leak: f_In [memleak]
[22:41]

ftp://ftp.se.debian.org/debian/pool/main/f/freedoom/freedoom_0.9.orig.tar.gz
[22:41]

ftp://ftp.se.debian.org/debian/pool/main/f/freedroid/freedroid_1.0.2+cvs040112.orig.tar.gz
freedroid-1.1.0-pre1/src/BFont.c:381:4: style: Variable 'strtmp' is reassigned a value before the old one has been used. [redundantAssignment]
freedroid-1.1.0-pre1/src/BFont.c:380:4: note: Variable 'strtmp' is reassigned a value before the old one has been used.
freedroid-1.1.0-pre1/src/BFont.c:381:4: note: Variable 'strtmp' is reassigned a value before the old one has been used.
freedroid-1.1.0-pre1/src/BFont.c:360:8: style: Variable 'strtmp' is reassigned a value before the old one has been used. [redundantAssignment]
freedroid-1.1.0-pre1/src/BFont.c:359:8: note: Variable 'strtmp' is reassigned a value before the old one has been used.
freedroid-1.1.0-pre1/src/BFont.c:360:8: note: Variable 'strtmp' is reassigned a value before the old one has been used.
freedroid-1.1.0-pre1/src/BFont.c:77:7: style: The scope of the variable 'x' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/BFont.c:126:7: style: The scope of the variable 'x' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/BFont.c:126:10: style: The scope of the variable 'y' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/BFont.c:326:7: style: The scope of the variable 'spaces' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/BFont.c:327:7: style: The scope of the variable 'gap' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/BFont.c:328:7: style: The scope of the variable 'single_gap' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/BFont.c:329:7: style: The scope of the variable 'dif' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/BFont.c:331:9: style: The scope of the variable 'strtmp' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/BFont.c:333:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/BFont.c:334:7: style: The scope of the variable 'xpos' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:384:4: style: Variable 'sp' is reassigned a value before the old one has been used. [redundantAssignment]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:383:4: note: Variable 'sp' is reassigned a value before the old one has been used.
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:384:4: note: Variable 'sp' is reassigned a value before the old one has been used.
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:27:59: style: The scope of the variable 'ex' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:27:63: style: The scope of the variable 'ey' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:27:67: style: The scope of the variable 't1' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:27:71: style: The scope of the variable 't2' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:27:75: style: The scope of the variable 'sstep' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:28:17: style: The scope of the variable 'c00' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:28:23: style: The scope of the variable 'c01' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:28:35: style: The scope of the variable 'c11' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:329:15: style: The scope of the variable 't1' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:329:19: style: The scope of the variable 't2' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:329:57: style: The scope of the variable 'ex' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:329:61: style: The scope of the variable 'ey' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:484:19: style: The scope of the variable 'dy' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:484:31: style: The scope of the variable 'sdx' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:484:36: style: The scope of the variable 'sdy' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:589:36: style: The scope of the variable 'sanglezoominv' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:589:51: style: The scope of the variable 'canglezoominv' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:590:9: style: The scope of the variable 'dstwidthhalf' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:590:33: style: The scope of the variable 'dstheighthalf' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:839:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:85:12: style: Variable 'sgap' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:495:10: style: Variable 'sw' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/SDL_rotozoom.c:496:10: style: Variable 'sh' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/bullet.c:102:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/bullet.c:99:19: style: Function 'DeleteBullet' argument 1 names different: declaration 'num' definition 'Bulletnumber'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:87:31: note: Function 'DeleteBullet' argument 1 names different: declaration 'num' definition 'Bulletnumber'.
freedroid-1.1.0-pre1/src/bullet.c:99:19: note: Function 'DeleteBullet' argument 1 names different: declaration 'num' definition 'Bulletnumber'.
freedroid-1.1.0-pre1/src/bullet.c:233:18: style: Function 'DeleteBlast' argument 1 names different: declaration 'num' definition 'Blastnummer'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:90:30: note: Function 'DeleteBlast' argument 1 names different: declaration 'num' definition 'Blastnummer'.
freedroid-1.1.0-pre1/src/bullet.c:233:18: note: Function 'DeleteBlast' argument 1 names different: declaration 'num' definition 'Blastnummer'.
freedroid-1.1.0-pre1/src/enemy.c:261:7: style: The scope of the variable 'num_con' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/enemy.c:431:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/enemy.c:431:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/enemy.c:436:7: style: The scope of the variable 'trywp' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/enemy.c:439:7: style: The scope of the variable 'FreeWays' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/enemy.c:440:7: style: The scope of the variable 'SolutionFound' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/enemy.c:441:7: style: The scope of the variable 'TestConnection' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/graphics.c:584:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/graphics.c:585:8: style: The scope of the variable 'fname' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/graphics.c:897:9: style: The scope of the variable 'fpath' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/graphics.c:1223:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/graphics.c:404:20: style: Function 'DisplayImage' argument 1 names different: declaration 'file_name' definition 'datafile'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:125:32: note: Function 'DisplayImage' argument 1 names different: declaration 'file_name' definition 'datafile'.
freedroid-1.1.0-pre1/src/graphics.c:404:20: note: Function 'DisplayImage' argument 1 names different: declaration 'file_name' definition 'datafile'.
freedroid-1.1.0-pre1/src/graphics.c:488:27: style: Variable 'EndOfThemesBulletData' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/graphics.c:489:27: style: Variable 'EndOfThemesBlastData' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/graphics.c:490:27: style: Variable 'EndOfThemesDigitData' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/graphics.c:783:17: style: Unused variable: statbuf [unusedVariable]
freedroid-1.1.0-pre1/src/graphics.c:1224:18: style: Unused variable: i [unusedVariable]
freedroid-1.1.0-pre1/src/graphics.c:1224:21: style: Unused variable: j [unusedVariable]
freedroid-1.1.0-pre1/src/highscore.c:48:8: style: The scope of the variable 'fname' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/influ.c:448:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freedroid-1.1.0-pre1/src/influ.c:697:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freedroid-1.1.0-pre1/src/influ.c:669:7: style: The scope of the variable 'counter' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/influ.c:813:7: style: The scope of the variable 'max_val' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/influ.c:74:31: style: Function 'GetInfluPositionHistoryX' argument 1 names different: declaration 'Index' definition 'HowLongPast'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:65:44: note: Function 'GetInfluPositionHistoryX' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroid-1.1.0-pre1/src/influ.c:74:31: note: Function 'GetInfluPositionHistoryX' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroid-1.1.0-pre1/src/influ.c:88:31: style: Function 'GetInfluPositionHistoryY' argument 1 names different: declaration 'Index' definition 'HowLongPast'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:66:44: note: Function 'GetInfluPositionHistoryY' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroid-1.1.0-pre1/src/influ.c:88:31: note: Function 'GetInfluPositionHistoryY' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroid-1.1.0-pre1/src/influ.c:102:31: style: Function 'GetInfluPositionHistoryZ' argument 1 names different: declaration 'Index' definition 'HowLongPast'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:67:44: note: Function 'GetInfluPositionHistoryZ' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroid-1.1.0-pre1/src/influ.c:102:31: note: Function 'GetInfluPositionHistoryZ' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroid-1.1.0-pre1/src/init.c:118:10: style: The scope of the variable 'size' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/init.c:527:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/init.c:990:9: style: The scope of the variable 'PreparedBriefingText' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/init.c:993:7: style: The scope of the variable 'ThisTextLength' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/init.c:1194:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/init.c:139:21: style: Variable 'EndOfBulletData' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/init.c:284:22: style: Variable 'EndOfDataPointer' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/input.c:607:23: error: Array 'input_state[15]' accessed at index 99, which is out of bounds. [arrayIndexOutOfBounds]
freedroid-1.1.0-pre1/src/input.c:327:22: note: Calling function 'KeyIsPressedR', 1st argument 'key' value is 99
freedroid-1.1.0-pre1/src/input.c:617:23: note: Calling function 'KeyIsPressed', 1st argument 'key' value is 99
freedroid-1.1.0-pre1/src/input.c:607:23: note: Array index out of bounds
freedroid-1.1.0-pre1/src/input.c:626:14: error: Array 'input_state[15]' accessed at index 99, which is out of bounds. [arrayIndexOutOfBounds]
freedroid-1.1.0-pre1/src/input.c:327:22: note: Calling function 'KeyIsPressedR', 1st argument 'key' value is 99
freedroid-1.1.0-pre1/src/input.c:619:15: note: Calling function 'ReleaseKey', 1st argument 'key' value is 99
freedroid-1.1.0-pre1/src/input.c:626:14: note: Array index out of bounds
freedroid-1.1.0-pre1/src/input.c:665:10: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freedroid-1.1.0-pre1/src/input.c:671:8: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freedroid-1.1.0-pre1/src/input.c:677:8: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freedroid-1.1.0-pre1/src/main.c:62:9: style: The scope of the variable 'scale' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:574:3: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freedroid-1.1.0-pre1/src/map.c:574:3: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freedroid-1.1.0-pre1/src/map.c:574:3: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freedroid-1.1.0-pre1/src/map.c:574:3: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freedroid-1.1.0-pre1/src/map.c:131:9: style: The scope of the variable 'cx' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:131:13: style: The scope of the variable 'cy' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:199:7: style: The scope of the variable 'x' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:199:10: style: The scope of the variable 'y' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:318:13: style: The scope of the variable 'this_wp' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:416:7: style: The scope of the variable 'array_i' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:416:16: style: The scope of the variable 'array_num' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:976:8: style: The scope of the variable 'CurLift' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:1103:10: style: The scope of the variable 'type' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:1278:7: style: The scope of the variable 'doorx' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:1278:14: style: The scope of the variable 'doory' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:1279:9: style: The scope of the variable 'xdist' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:1279:16: style: The scope of the variable 'ydist' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:1280:9: style: The scope of the variable 'dist2' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:1281:9: style: The scope of the variable 'Pos' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/map.c:242:17: style: Function 'LoadShip' argument 1 names different: declaration 'shipname' definition 'filename'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:152:28: note: Function 'LoadShip' argument 1 names different: declaration 'shipname' definition 'filename'.
freedroid-1.1.0-pre1/src/map.c:242:17: note: Function 'LoadShip' argument 1 names different: declaration 'shipname' definition 'filename'.
freedroid-1.1.0-pre1/src/map.c:963:27: style: Function 'GetLiftConnections' argument 1 names different: declaration 'shipname' definition 'filename'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:157:38: note: Function 'GetLiftConnections' argument 1 names different: declaration 'shipname' definition 'filename'.
freedroid-1.1.0-pre1/src/map.c:963:27: note: Function 'GetLiftConnections' argument 1 names different: declaration 'shipname' definition 'filename'.
freedroid-1.1.0-pre1/src/map.c:1097:16: style: Function 'GetCrew' argument 1 names different: declaration 'shipname' definition 'filename'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:158:27: note: Function 'GetCrew' argument 1 names different: declaration 'shipname' definition 'filename'.
freedroid-1.1.0-pre1/src/map.c:1097:16: note: Function 'GetCrew' argument 1 names different: declaration 'shipname' definition 'filename'.
freedroid-1.1.0-pre1/src/map.c:1036:31: style: Variable 'EndOfDeckRectangleSection' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/map.c:1002:31: style: Variable 'EndOfLiftRectangleSection' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/map.c:1067:29: style: Variable 'EndOfLiftConnectionData' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/map.c:483:0: error: Resource leak: ShipFile [resourceLeak]
freedroid-1.1.0-pre1/src/menu.c:158:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/menu.c:413:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/menu.c:645:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/menu.c:1073:13: style: The scope of the variable 'this_wp' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/menu.c:1666:24: style: Function 'DeleteWaypoint' argument 1 names different: declaration 'level' definition 'Lev'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/menu.c:58:29: note: Function 'DeleteWaypoint' argument 1 names different: declaration 'level' definition 'Lev'.
freedroid-1.1.0-pre1/src/menu.c:1666:24: note: Function 'DeleteWaypoint' argument 1 names different: declaration 'level' definition 'Lev'.
freedroid-1.1.0-pre1/src/menu.c:1712:24: style: Function 'CreateWaypoint' argument 1 names different: declaration 'level' definition 'Lev'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/menu.c:59:29: note: Function 'CreateWaypoint' argument 1 names different: declaration 'level' definition 'Lev'.
freedroid-1.1.0-pre1/src/menu.c:1712:24: note: Function 'CreateWaypoint' argument 1 names different: declaration 'level' definition 'Lev'.
freedroid-1.1.0-pre1/src/menu.c:1712:33: style: Function 'CreateWaypoint' argument 2 names different: declaration 'BlockX' definition 'x'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/menu.c:59:40: note: Function 'CreateWaypoint' argument 2 names different: declaration 'BlockX' definition 'x'.
freedroid-1.1.0-pre1/src/menu.c:1712:33: note: Function 'CreateWaypoint' argument 2 names different: declaration 'BlockX' definition 'x'.
freedroid-1.1.0-pre1/src/menu.c:1712:40: style: Function 'CreateWaypoint' argument 3 names different: declaration 'BlockY' definition 'y'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/menu.c:59:52: note: Function 'CreateWaypoint' argument 3 names different: declaration 'BlockY' definition 'y'.
freedroid-1.1.0-pre1/src/menu.c:1712:40: note: Function 'CreateWaypoint' argument 3 names different: declaration 'BlockY' definition 'y'.
freedroid-1.1.0-pre1/src/menu.c:278:0: style: Variable 'posy' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/menu.c:279:7: style: Unused variable: i [unusedVariable]
freedroid-1.1.0-pre1/src/menu.c:1683:3: style: Variable 'wpmax' is modified but its new value is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/misc.c:95:9: warning: %s in format string (no. 1) requires a 'char *' but the argument type is 'void *'. [invalidScanfArgType_s]
freedroid-1.1.0-pre1/src/misc.c:1032:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freedroid-1.1.0-pre1/src/misc.c:311:7: style: The scope of the variable 'StringLength' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/misc.c:628:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/misc.c:891:15: style: The scope of the variable 'buffer' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/misc.c:956:7: style: The scope of the variable 'array_num' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/misc.c:957:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/misc.c:958:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/misc.c:1085:9: style: The scope of the variable 'fpath' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/misc.c:1083:22: style: Function 'init_progress' argument 1 names different: declaration 'txt' definition 'text'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:271:34: note: Function 'init_progress' argument 1 names different: declaration 'txt' definition 'text'.
freedroid-1.1.0-pre1/src/misc.c:1083:22: note: Function 'init_progress' argument 1 names different: declaration 'txt' definition 'text'.
freedroid-1.1.0-pre1/src/misc.c:1106:13: style: Variable 'oldfont' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/ship.c:75:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/ship.c:231:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/ship.c:429:8: style: The scope of the variable 'MenuText' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/sound.c:211:7: style: Unused variable: i [unusedVariable]
freedroid-1.1.0-pre1/src/sound.c:286:9: style: Unused variable: fpath [unusedVariable]
freedroid-1.1.0-pre1/src/sound.c:287:14: style: Variable 'prev_color' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/sound.c:288:15: style: Variable 'paused' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/takeover.c:382:3: style: Variable 'up_counter' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/takeover.c:382:16: style: Variable 'down_counter' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/takeover.c:663:12: style: Unused variable: bak [unusedVariable]
freedroid-1.1.0-pre1/src/text.c:401:7: style: The scope of the variable 'w' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/text.c:455:7: style: The scope of the variable 'key' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/text.c:298:20: style: Function 'DisplayText' argument 1 names different: declaration 'text' definition 'Text'. [funcArgNamesDifferent]
freedroid-1.1.0-pre1/src/proto.h:320:31: note: Function 'DisplayText' argument 1 names different: declaration 'text' definition 'Text'.
freedroid-1.1.0-pre1/src/text.c:298:20: note: Function 'DisplayText' argument 1 names different: declaration 'text' definition 'Text'.
freedroid-1.1.0-pre1/src/view.c:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/view.c:94:16: style: The scope of the variable 'TimeSinceLastFPSUpdate' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/view.c:95:14: style: The scope of the variable 'FPS_Displayed' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/view.c:269:9: style: The scope of the variable 'rest' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/view.c:269:15: style: The scope of the variable 'filt' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/view.c:491:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroid-1.1.0-pre1/src/view.c:131:4: style: Variable 'vis' is assigned a value that is never used. [unreadVariable]
freedroid-1.1.0-pre1/src/view.c:691:7: style: Variable 'right_len' is assigned a value that is never used. [unreadVariable]
[22:41]

ftp://ftp.se.debian.org/debian/pool/main/f/freedroidrpg/freedroidrpg_0.16.1.orig.tar.gz
freedroidrpg-0.16.1/lua/lapi.c:257:53: style: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lua.h:179:59: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
freedroidrpg-0.16.1/lua/lapi.c:257:53: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
freedroidrpg-0.16.1/lua/lapi.c:1160:53: style: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lua.h:250:55: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
freedroidrpg-0.16.1/lua/lapi.c:1160:53: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
freedroidrpg-0.16.1/lua/lauxlib.c:609:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freedroidrpg-0.16.1/lua/lauxlib.c:374:74: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lauxlib.h:40:67: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
freedroidrpg-0.16.1/lua/lauxlib.c:374:74: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
freedroidrpg-0.16.1/lua/lauxlib.c:382:66: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lauxlib.h:42:68: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
freedroidrpg-0.16.1/lua/lauxlib.c:382:66: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
freedroidrpg-0.16.1/lua/lcode.c:55:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
freedroidrpg-0.16.1/lua/lcode.c:244:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lcode.h:52:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
freedroidrpg-0.16.1/lua/lcode.c:244:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
freedroidrpg-0.16.1/lua/lcode.c:244:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lcode.h:52:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
freedroidrpg-0.16.1/lua/lcode.c:244:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
freedroidrpg-0.16.1/lua/lcode.c:244:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lcode.h:52:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
freedroidrpg-0.16.1/lua/lcode.c:244:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
freedroidrpg-0.16.1/lua/lcode.c:253:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lcode.h:51:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
freedroidrpg-0.16.1/lua/lcode.c:253:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
freedroidrpg-0.16.1/lua/lcode.c:253:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lcode.h:51:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
freedroidrpg-0.16.1/lua/lcode.c:253:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
freedroidrpg-0.16.1/lua/lcode.c:592:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lcode.h:70:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
freedroidrpg-0.16.1/lua/lcode.c:592:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
freedroidrpg-0.16.1/lua/lcode.c:841:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lcode.h:80:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
freedroidrpg-0.16.1/lua/lcode.c:841:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
freedroidrpg-0.16.1/lua/lcode.c:886:28: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lcode.h:82:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
freedroidrpg-0.16.1/lua/lcode.c:886:28: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
freedroidrpg-0.16.1/lua/lcode.c:886:41: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lcode.h:83:38: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
freedroidrpg-0.16.1/lua/lcode.c:886:41: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
freedroidrpg-0.16.1/lua/ldblib.c:197:15: style: The scope of the variable 'name' can be reduced. [variableScope]
freedroidrpg-0.16.1/lua/ldebug.c:560:68: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/ldebug.h:22:61: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
freedroidrpg-0.16.1/lua/ldebug.c:560:68: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
freedroidrpg-0.16.1/lua/ldo.c:637:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/ldo.h:36:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
freedroidrpg-0.16.1/lua/ldo.c:637:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
freedroidrpg-0.16.1/lua/ldo.c:141:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freedroidrpg-0.16.1/lua/lfunc.c:25:47: style: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lfunc.h:51:57: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
freedroidrpg-0.16.1/lua/lfunc.c:25:47: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
freedroidrpg-0.16.1/lua/lfunc.c:33:47: style: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lfunc.h:52:57: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
freedroidrpg-0.16.1/lua/lfunc.c:33:47: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
freedroidrpg-0.16.1/lua/lfunc.c:140:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lfunc.h:57:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
freedroidrpg-0.16.1/lua/lfunc.c:140:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
freedroidrpg-0.16.1/lua/lgc.c:166:46: style: Function 'luaC_barrierback_' argument 2 names different: declaration 'o' definition 't'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lgc.h:132:56: note: Function 'luaC_barrierback_' argument 2 names different: declaration 'o' definition 't'.
freedroidrpg-0.16.1/lua/lgc.c:166:46: note: Function 'luaC_barrierback_' argument 2 names different: declaration 'o' definition 't'.
freedroidrpg-0.16.1/lua/llex.c:117:53: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/llex.h:82:63: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
freedroidrpg-0.16.1/lua/llex.c:117:53: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
freedroidrpg-0.16.1/lua/lmem.c:48:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lmem.h:65:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
freedroidrpg-0.16.1/lua/lmem.c:48:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
freedroidrpg-0.16.1/lua/lmem.c:77:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lmem.h:62:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
freedroidrpg-0.16.1/lua/lmem.c:77:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
freedroidrpg-0.16.1/lua/lmem.c:77:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lmem.h:63:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
freedroidrpg-0.16.1/lua/lmem.c:77:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
freedroidrpg-0.16.1/lua/lobject.c:444:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lobject.h:549:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
freedroidrpg-0.16.1/lua/lobject.c:444:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
freedroidrpg-0.16.1/lua/loslib.c:242:13: style: Variable 'tmr' is not assigned a value. [unassignedVariable]
freedroidrpg-0.16.1/lua/lstate.c:147:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
freedroidrpg-0.16.1/lua/lstrlib.c:1065:8: style: struct member 'cD::c' is never used. [unusedStructMember]
freedroidrpg-0.16.1/lua/lstrlib.c:1066:27: style: union member 'Anonymous1::p' is never used. [unusedStructMember]
freedroidrpg-0.16.1/lua/ltable.c:173:9: style: The scope of the variable 'nx' can be reduced. [variableScope]
freedroidrpg-0.16.1/lua/ltable.c:342:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/lua/lvm.c:528:49: style: Function 'luaV_div' argument 2 names different: declaration 'x' definition 'm'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lvm.h:63:59: note: Function 'luaV_div' argument 2 names different: declaration 'x' definition 'm'.
freedroidrpg-0.16.1/lua/lvm.c:528:49: note: Function 'luaV_div' argument 2 names different: declaration 'x' definition 'm'.
freedroidrpg-0.16.1/lua/lvm.c:528:64: style: Function 'luaV_div' argument 3 names different: declaration 'y' definition 'n'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lvm.h:63:74: note: Function 'luaV_div' argument 3 names different: declaration 'y' definition 'n'.
freedroidrpg-0.16.1/lua/lvm.c:528:64: note: Function 'luaV_div' argument 3 names different: declaration 'y' definition 'n'.
freedroidrpg-0.16.1/lua/lvm.c:548:49: style: Function 'luaV_mod' argument 2 names different: declaration 'x' definition 'm'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lvm.h:64:59: note: Function 'luaV_mod' argument 2 names different: declaration 'x' definition 'm'.
freedroidrpg-0.16.1/lua/lvm.c:548:49: note: Function 'luaV_mod' argument 2 names different: declaration 'x' definition 'm'.
freedroidrpg-0.16.1/lua/lvm.c:548:64: style: Function 'luaV_mod' argument 3 names different: declaration 'y' definition 'n'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/lua/lvm.h:64:74: note: Function 'luaV_mod' argument 3 names different: declaration 'y' definition 'n'.
freedroidrpg-0.16.1/lua/lvm.c:548:64: note: Function 'luaV_mod' argument 3 names different: declaration 'y' definition 'n'.
freedroidrpg-0.16.1/src/action.c:129:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/action.c:204:12: style: The scope of the variable 'x' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/action.c:204:15: style: The scope of the variable 'y' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/action.c:666:30: style: Function 'sign_read_action' argument 1 names different: declaration 'sign_lvl' definition 'lvl'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:121:30: note: Function 'sign_read_action' argument 1 names different: declaration 'sign_lvl' definition 'lvl'.
freedroidrpg-0.16.1/src/action.c:666:30: note: Function 'sign_read_action' argument 1 names different: declaration 'sign_lvl' definition 'lvl'.
freedroidrpg-0.16.1/src/action.c:666:39: style: Function 'sign_read_action' argument 2 names different: declaration 'sign_index' definition 'index'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:121:44: note: Function 'sign_read_action' argument 2 names different: declaration 'sign_index' definition 'index'.
freedroidrpg-0.16.1/src/action.c:666:39: note: Function 'sign_read_action' argument 2 names different: declaration 'sign_index' definition 'index'.
freedroidrpg-0.16.1/src/benchmark.c:98:6: style: The scope of the variable 'loop' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/blocks.c:415:45: style: Function 'LoadAndPrepareEnemyRotationModelNr' argument 1 names different: declaration 'RotationModel' definition 'ModelNr'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:289:45: note: Function 'LoadAndPrepareEnemyRotationModelNr' argument 1 names different: declaration 'RotationModel' definition 'ModelNr'.
freedroidrpg-0.16.1/src/blocks.c:415:45: note: Function 'LoadAndPrepareEnemyRotationModelNr' argument 1 names different: declaration 'RotationModel' definition 'ModelNr'.
freedroidrpg-0.16.1/src/bullet.c:192:9: style: The scope of the variable 'CurBullet' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/bullet.c:728:9: style: The scope of the variable 'xdist' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/bullet.c:728:16: style: The scope of the variable 'ydist' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/bullet.c:230:23: style: Function 'DeleteBullet' argument 1 names different: declaration 'num' definition 'Bulletnumber'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:135:23: note: Function 'DeleteBullet' argument 1 names different: declaration 'num' definition 'Bulletnumber'.
freedroidrpg-0.16.1/src/bullet.c:230:23: note: Function 'DeleteBullet' argument 1 names different: declaration 'num' definition 'Bulletnumber'.
freedroidrpg-0.16.1/src/bullet.c:230:41: style: Function 'DeleteBullet' argument 2 names different: declaration 'StartBlast' definition 'ShallWeStartABlast'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:135:32: note: Function 'DeleteBullet' argument 2 names different: declaration 'StartBlast' definition 'ShallWeStartABlast'.
freedroidrpg-0.16.1/src/bullet.c:230:41: note: Function 'DeleteBullet' argument 2 names different: declaration 'StartBlast' definition 'ShallWeStartABlast'.
freedroidrpg-0.16.1/src/bullet.c:380:22: style: Function 'DeleteBlast' argument 1 names different: declaration 'num' definition 'BlastNum'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:138:22: note: Function 'DeleteBlast' argument 1 names different: declaration 'num' definition 'BlastNum'.
freedroidrpg-0.16.1/src/bullet.c:380:22: note: Function 'DeleteBlast' argument 1 names different: declaration 'num' definition 'BlastNum'.
freedroidrpg-0.16.1/src/bullet.c:522:22: style: Function 'DeleteSpell' argument 1 names different: declaration 'num' definition 'SpellNum'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:141:22: note: Function 'DeleteSpell' argument 1 names different: declaration 'num' definition 'SpellNum'.
freedroidrpg-0.16.1/src/bullet.c:522:22: note: Function 'DeleteSpell' argument 1 names different: declaration 'num' definition 'SpellNum'.
freedroidrpg-0.16.1/src/chat.c:799:35: style: Function 'chat_with_droid' argument 1 names different: declaration 'ChatDroid' definition 'partner'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:651:27: note: Function 'chat_with_droid' argument 1 names different: declaration 'ChatDroid' definition 'partner'.
freedroidrpg-0.16.1/src/chat.c:799:35: note: Function 'chat_with_droid' argument 1 names different: declaration 'ChatDroid' definition 'partner'.
freedroidrpg-0.16.1/src/colldet.c:207:68: style: Function 'way_free_of_droids' argument 5 names different: declaration 'OurLevel' definition 'levelnum'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:391:68: note: Function 'way_free_of_droids' argument 5 names different: declaration 'OurLevel' definition 'levelnum'.
freedroidrpg-0.16.1/src/colldet.c:207:68: note: Function 'way_free_of_droids' argument 5 names different: declaration 'OurLevel' definition 'levelnum'.
freedroidrpg-0.16.1/src/dynarray.c:100:20: portability: 'array->arr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freedroidrpg-0.16.1/src/dynarray.c:118:27: portability: 'array->arr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freedroidrpg-0.16.1/src/dynarray.c:120:21: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freedroidrpg-0.16.1/src/dynarray.c:137:20: portability: 'array->arr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freedroidrpg-0.16.1/src/enemy.c:2326:7: style: The scope of the variable 'target_reachable' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/enemy.c:276:25: style: Function 'enemy_reset' argument 1 names different: declaration 'this_bot' definition 'this_enemy'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:618:25: note: Function 'enemy_reset' argument 1 names different: declaration 'this_bot' definition 'this_enemy'.
freedroidrpg-0.16.1/src/enemy.c:276:25: note: Function 'enemy_reset' argument 1 names different: declaration 'this_bot' definition 'this_enemy'.
freedroidrpg-0.16.1/src/enemy.c:2598:27: style: Function 'animate_enemy' argument 1 names different: declaration 'our_bot' definition 'our_enemy'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:623:28: note: Function 'animate_enemy' argument 1 names different: declaration 'our_bot' definition 'our_enemy'.
freedroidrpg-0.16.1/src/enemy.c:2598:27: note: Function 'animate_enemy' argument 1 names different: declaration 'our_bot' definition 'our_enemy'.
freedroidrpg-0.16.1/src/event.c:165:8: style: The scope of the variable 'TempMapLabelName' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/event.c:168:7: style: The scope of the variable 's' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/event.c:424:24: style: The scope of the variable 'arr' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/event.c:281:42: style: Function 'event_position_changed' argument 2 names different: declaration 'teleport' definition 'teleported'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:63:42: note: Function 'event_position_changed' argument 2 names different: declaration 'teleport' definition 'teleported'.
freedroidrpg-0.16.1/src/event.c:281:42: note: Function 'event_position_changed' argument 2 names different: declaration 'teleport' definition 'teleported'.
freedroidrpg-0.16.1/src/game_ui.c:288:6: style: The scope of the variable 'add' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/game_ui.c:330:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/graphics.c:50:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/graphics.c:52:7: style: The scope of the variable 'constructed_filename' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/graphics.c:771:7: style: The scope of the variable 'fpath' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/graphics.c:1071:93: style: Function 'draw_line' argument 8 names different: declaration 'glwidth' definition 'width'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:320:93: note: Function 'draw_line' argument 8 names different: declaration 'glwidth' definition 'width'.
freedroidrpg-0.16.1/src/graphics.c:1071:93: note: Function 'draw_line' argument 8 names different: declaration 'glwidth' definition 'width'.
freedroidrpg-0.16.1/src/hud.c:284:6: style: The scope of the variable 'index_of_obst_below_mouse_cursor' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/hud.c:285:6: style: The scope of the variable 'index_of_floor_item_below_mouse_cursor' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/hud.c:650:7: style: The scope of the variable 'level_name_and_time' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/hud.c:651:7: style: The scope of the variable 'temp_text' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/image.c:506:70: style: Function 'load_image_surface' argument 3 names different: declaration 'use_offset_file' definition 'mod_flags'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:855:70: note: Function 'load_image_surface' argument 3 names different: declaration 'use_offset_file' definition 'mod_flags'.
freedroidrpg-0.16.1/src/image.c:506:70: note: Function 'load_image_surface' argument 3 names different: declaration 'use_offset_file' definition 'mod_flags'.
freedroidrpg-0.16.1/src/influ.c:103:6: style: Redundant condition: has_melee. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
freedroidrpg-0.16.1/src/influ.c:96:16: style: The scope of the variable 'previous_target' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/influ.c:822:13: style: The scope of the variable 'play_step_sound' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/influ.c:942:6: style: The scope of the variable 'counter' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/influ.c:975:6: style: The scope of the variable 'MenuPosition' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/influ.c:976:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/influ.c:1557:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/influ.c:288:36: style: Function 'GetInfluPositionHistoryX' argument 1 names different: declaration 'Index' definition 'HowLongPast'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:102:36: note: Function 'GetInfluPositionHistoryX' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroidrpg-0.16.1/src/influ.c:288:36: note: Function 'GetInfluPositionHistoryX' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroidrpg-0.16.1/src/influ.c:303:36: style: Function 'GetInfluPositionHistoryY' argument 1 names different: declaration 'Index' definition 'HowLongPast'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:103:36: note: Function 'GetInfluPositionHistoryY' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroidrpg-0.16.1/src/influ.c:303:36: note: Function 'GetInfluPositionHistoryY' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroidrpg-0.16.1/src/influ.c:317:36: style: Function 'GetInfluPositionHistoryZ' argument 1 names different: declaration 'Index' definition 'HowLongPast'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:104:36: note: Function 'GetInfluPositionHistoryZ' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroidrpg-0.16.1/src/influ.c:317:36: note: Function 'GetInfluPositionHistoryZ' argument 1 names different: declaration 'Index' definition 'HowLongPast'.
freedroidrpg-0.16.1/src/init.c:577:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/init.c:99:34: style: Function 'next_startup_percentage' argument 1 names different: declaration 'Percentage' definition 'done'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:51:34: note: Function 'next_startup_percentage' argument 1 names different: declaration 'Percentage' definition 'done'.
freedroidrpg-0.16.1/src/init.c:99:34: note: Function 'next_startup_percentage' argument 1 names different: declaration 'Percentage' definition 'done'.
freedroidrpg-0.16.1/src/init.c:735:39: style: Function 'PrepareStartOfNewCharacter' argument 1 names different: declaration 'startpos' definition 'start_label'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:55:39: note: Function 'PrepareStartOfNewCharacter' argument 1 names different: declaration 'startpos' definition 'start_label'.
freedroidrpg-0.16.1/src/init.c:735:39: note: Function 'PrepareStartOfNewCharacter' argument 1 names different: declaration 'startpos' definition 'start_label'.
freedroidrpg-0.16.1/src/item_upgrades.c:198:21: style: The scope of the variable 'spec' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades.c:430:14: style: The scope of the variable 'addon' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades.c:481:14: style: The scope of the variable 'addon' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades_ui.c:268:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedroidrpg-0.16.1/src/item_upgrades_ui.c:129:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades_ui.c:230:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades_ui.c:232:16: style: The scope of the variable 'image' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades_ui.c:376:21: style: The scope of the variable 'spec' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades_ui.c:501:25: style: The scope of the variable 'socket' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades_ui.c:563:8: style: The scope of the variable 'addon' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades_ui.c:564:25: style: The scope of the variable 'socket' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/item_upgrades_ui.c:634:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/items.c:460:6: style: The scope of the variable 'drop_item_type' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/items.c:461:6: style: The scope of the variable 'drop_item_multiplicity' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/items.c:1392:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/items.c:1915:6: style: The scope of the variable 'TargetItemIndex' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/items.c:457:69: style: Function 'DropRandomItem' argument 5 names different: declaration 'ForceMagical' definition 'force_magical'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:475:69: note: Function 'DropRandomItem' argument 5 names different: declaration 'ForceMagical' definition 'force_magical'.
freedroidrpg-0.16.1/src/items.c:457:69: note: Function 'DropRandomItem' argument 5 names different: declaration 'ForceMagical' definition 'force_magical'.
freedroidrpg-0.16.1/src/items.c:621:23: style: Function 'DeleteItem' argument 1 names different: declaration 'Item' definition 'it'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:474:24: note: Function 'DeleteItem' argument 1 names different: declaration 'Item' definition 'it'.
freedroidrpg-0.16.1/src/items.c:621:23: note: Function 'DeleteItem' argument 1 names different: declaration 'Item' definition 'it'.
freedroidrpg-0.16.1/src/items.c:646:21: style: Function 'MoveItem' argument 1 names different: declaration 'SourceItem' definition 'source_item'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:439:22: note: Function 'MoveItem' argument 1 names different: declaration 'SourceItem' definition 'source_item'.
freedroidrpg-0.16.1/src/items.c:646:21: note: Function 'MoveItem' argument 1 names different: declaration 'SourceItem' definition 'source_item'.
freedroidrpg-0.16.1/src/items.c:646:40: style: Function 'MoveItem' argument 2 names different: declaration 'DestItem' definition 'dest_item'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:439:41: note: Function 'MoveItem' argument 2 names different: declaration 'DestItem' definition 'dest_item'.
freedroidrpg-0.16.1/src/items.c:646:40: note: Function 'MoveItem' argument 2 names different: declaration 'DestItem' definition 'dest_item'.
freedroidrpg-0.16.1/src/items.c:1132:30: style: Function 'GetInventorySquare_y' argument 1 names different: declaration 'x' definition 'y'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:467:30: note: Function 'GetInventorySquare_y' argument 1 names different: declaration 'x' definition 'y'.
freedroidrpg-0.16.1/src/items.c:1132:30: note: Function 'GetInventorySquare_y' argument 1 names different: declaration 'x' definition 'y'.
freedroidrpg-0.16.1/src/items.c:1911:25: style: Function 'try_give_item' argument 1 names different: declaration 'it' definition 'ItemPointer'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:471:25: note: Function 'try_give_item' argument 1 names different: declaration 'it' definition 'ItemPointer'.
freedroidrpg-0.16.1/src/items.c:1911:25: note: Function 'try_give_item' argument 1 names different: declaration 'it' definition 'ItemPointer'.
freedroidrpg-0.16.1/src/light.c:223:9: style: The scope of the variable 'ngb_lvl' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/light.c:224:6: style: The scope of the variable 'x' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/light.c:224:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/light.c:248:6: style: The scope of the variable 'curr_id' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/light.c:983:6: style: The scope of the variable 'center_x' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lua.c:1070:7: style: The scope of the variable 'fpath' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/luaconfig.c:958:16: style: The scope of the variable 'npc_name' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/luaconfig.c:977:14: style: The scope of the variable 'item_name' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/luaconfig.c:978:6: style: The scope of the variable 'item_weight' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_actions.c:574:20: style: The scope of the variable 'map_label' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_actions.c:684:8: style: The scope of the variable 'old_label_name' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_actions.c:1046:6: style: The scope of the variable 'chest_nb_items' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_beautify_actions.c:417:6: style: The scope of the variable 'our_rand' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_display.c:87:7: style: The scope of the variable 'PanelText' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_display.c:250:20: style: The scope of the variable 'map_label' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_display.c:302:7: style: The scope of the variable 'linebuf' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_map.c:47:13: style: The scope of the variable 'm' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_map.c:78:8: style: The scope of the variable 'item' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_map.c:109:12: style: The scope of the variable 'o' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:51:14: style: The scope of the variable 'cstr' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:82:6: style: The scope of the variable 'MenuPosition' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:84:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:209:6: style: The scope of the variable 'MenuPosition' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:212:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:399:6: style: The scope of the variable 'MenuPosition' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:400:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:506:6: style: The scope of the variable 'MenuPosition' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:508:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:510:7: style: The scope of the variable 'droid_types' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:918:6: style: The scope of the variable 'MenuPosition' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_menu.c:921:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_place.c:178:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_place.c:178:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_place.c:179:6: style: The scope of the variable 'changed_tiles' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_place.c:357:1: error: Memory leak: wall [memleak]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:270:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:349:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:379:8: style: The scope of the variable 'it' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:504:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:504:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:602:27: style: The scope of the variable 't' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:603:6: style: The scope of the variable 'changed_tiles' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:670:12: style: The scope of the variable 'w' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:670:16: style: The scope of the variable 'w2' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:671:6: style: The scope of the variable 'wp_pos' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:794:8: style: The scope of the variable 'it' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_tool_select.c:908:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_validator.c:280:7: warning: Either the condition 'one_validator' is redundant or there is possible null pointer dereference: one_validator. [nullPointerRedundantCheck]
freedroidrpg-0.16.1/src/lvledit/lvledit_validator.c:254:10: note: Assuming that condition 'one_validator' is not redundant
freedroidrpg-0.16.1/src/lvledit/lvledit_validator.c:280:7: note: Null pointer dereference
freedroidrpg-0.16.1/src/lvledit/lvledit_validator.c:303:8: style: The scope of the variable 'main_file_pointer' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_validator.c:304:8: style: The scope of the variable 'section_pointer' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_validator.c:340:6: style: The scope of the variable 'rtn' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_widget_map.c:136:13: style: The scope of the variable 'dragging' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_widget_toolbar.c:46:6: style: The scope of the variable 'x' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/lvledit/lvledit_widgets.c:619:24: style: The scope of the variable 'button' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map.c:426:8: style: The scope of the variable 'x' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map.c:426:11: style: The scope of the variable 'y' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map.c:427:6: style: The scope of the variable 'type' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map.c:498:8: style: The scope of the variable 'label_name' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map.c:864:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map.c:1394:20: style: The scope of the variable 'map_label' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map.c:1865:6: style: The scope of the variable 'droid_type' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map.c:1815:19: style: Function 'GetCrew' argument 1 names different: declaration 'shipname' definition 'filename'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:366:19: note: Function 'GetCrew' argument 1 names different: declaration 'shipname' definition 'filename'.
freedroidrpg-0.16.1/src/map.c:1815:19: note: Function 'GetCrew' argument 1 names different: declaration 'shipname' definition 'filename'.
freedroidrpg-0.16.1/src/map_label.c:58:20: style: The scope of the variable 'map_label' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map_label.c:77:20: style: The scope of the variable 'map_label' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map_label.c:97:20: style: The scope of the variable 'map_label' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/map_label.c:113:13: style: The scope of the variable 'm' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/mapgen/gram_simple.c:247:6: style: The scope of the variable 'x' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/mapgen/gram_simple.c:247:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/mapgen/gram_simple.c:298:12: style: The scope of the variable 'recalculate_components' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/mapgen/mapgen.c:495:16: style: The scope of the variable 'helper' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/mapgen/mapgen.c:904:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/mapgen/mapgen.c:986:6: style: The scope of the variable 'max' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/mapgen/themes.c:88:6: style: The scope of the variable 'obs_type' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/mapgen/themes.c:453:6: style: The scope of the variable 'w' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/mapgen/themes.c:453:9: style: The scope of the variable 'h' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/menu.c:83:7: style: The scope of the variable 'open_gl_string' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/misc.c:626:8: style: The scope of the variable 'f' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/misc.c:494:75: style: Function 'mouse_cursor_is_on_that_image' argument 3 names different: declaration 'our_iso_image' definition 'our_image'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:580:75: note: Function 'mouse_cursor_is_on_that_image' argument 3 names different: declaration 'our_iso_image' definition 'our_image'.
freedroidrpg-0.16.1/src/misc.c:494:75: note: Function 'mouse_cursor_is_on_that_image' argument 3 names different: declaration 'our_iso_image' definition 'our_image'.
freedroidrpg-0.16.1/src/misc.c:1089:47: style: Function 'Teleport' argument 4 names different: declaration 'WithSound' definition 'with_sound_and_fading'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:596:47: note: Function 'Teleport' argument 4 names different: declaration 'WithSound' definition 'with_sound_and_fading'.
freedroidrpg-0.16.1/src/misc.c:1089:47: note: Function 'Teleport' argument 4 names different: declaration 'WithSound' definition 'with_sound_and_fading'.
freedroidrpg-0.16.1/src/mission.c:227:7: style: The scope of the variable 'InnerPreservedLetter' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/obstacle.c:298:8: style: The scope of the variable 'obstacle_spec_name' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/obstacle.c:191:39: style: Function 'move_obstacle' argument 2 names different: declaration 'x' definition 'newx'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:868:39: note: Function 'move_obstacle' argument 2 names different: declaration 'x' definition 'newx'.
freedroidrpg-0.16.1/src/obstacle.c:191:39: note: Function 'move_obstacle' argument 2 names different: declaration 'x' definition 'newx'.
freedroidrpg-0.16.1/src/obstacle.c:191:51: style: Function 'move_obstacle' argument 3 names different: declaration 'y' definition 'newy'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:868:48: note: Function 'move_obstacle' argument 3 names different: declaration 'y' definition 'newy'.
freedroidrpg-0.16.1/src/obstacle.c:191:51: note: Function 'move_obstacle' argument 3 names different: declaration 'y' definition 'newy'.
freedroidrpg-0.16.1/src/obstacle_extension.c:42:29: style: The scope of the variable 'ext' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/obstacle_extension.c:104:29: style: The scope of the variable 'ext' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/obstacle_extension.c:126:29: style: The scope of the variable 'ext' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/obstacle_extension.c:147:29: style: The scope of the variable 'ext' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/obstacle_extension.c:180:29: style: The scope of the variable 'ext' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/open_gl.c:120:48: style: Function 'drawIsoEnergyBar' argument 4 names different: declaration 'w' definition 'h'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:270:48: note: Function 'drawIsoEnergyBar' argument 4 names different: declaration 'w' definition 'h'.
freedroidrpg-0.16.1/src/open_gl.c:120:48: note: Function 'drawIsoEnergyBar' argument 4 names different: declaration 'w' definition 'h'.
freedroidrpg-0.16.1/src/pathfinder.c:291:6: style: The scope of the variable 'last_index' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/savestruct_internal.c:435:63: style: Function 'read_keybind_t_array' argument 3 names different: declaration 'result' definition 'data'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/savestruct_internal.h:321:63: note: Function 'read_keybind_t_array' argument 3 names different: declaration 'result' definition 'data'.
freedroidrpg-0.16.1/src/savestruct_internal.c:435:63: note: Function 'read_keybind_t_array' argument 3 names different: declaration 'result' definition 'data'.
freedroidrpg-0.16.1/src/shop.c:272:7: style: The scope of the variable 'repair_price' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/shop.c:275:14: style: The scope of the variable 'action' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/shop.c:769:6: style: The scope of the variable 'NumberOfItemsInTuxRow' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/skills.c:758:6: style: The scope of the variable 'SkillOfThisSlot' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/skills.c:106:28: style: Function 'downgrade_program' argument 1 names different: declaration 'program_id' definition 'prog_id'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:520:28: note: Function 'downgrade_program' argument 1 names different: declaration 'program_id' definition 'prog_id'.
freedroidrpg-0.16.1/src/skills.c:106:28: note: Function 'downgrade_program' argument 1 names different: declaration 'program_id' definition 'prog_id'.
freedroidrpg-0.16.1/src/sound_effects.c:173:6: style: The scope of the variable 'SoundCode' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/sound_effects.c:174:14: style: The scope of the variable 'sounds' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/takeover.c:146:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/takeover.c:525:6: style: The scope of the variable 'reward' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/takeover.c:664:6: style: The scope of the variable 'test_value' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/text.c:174:6: style: The scope of the variable 'Number_Of_Line_Feeds' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/text.c:572:6: style: The scope of the variable 'key' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/text.c:575:6: style: The scope of the variable 'x0' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/text.c:575:10: style: The scope of the variable 'y0' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/text.c:646:6: style: The scope of the variable 'key' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/text.c:793:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/text.c:172:22: style: Function 'ScrollText' argument 1 names different: declaration 'text' definition 'Text'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:655:22: note: Function 'ScrollText' argument 1 names different: declaration 'text' definition 'Text'.
freedroidrpg-0.16.1/src/text.c:172:22: note: Function 'ScrollText' argument 1 names different: declaration 'text' definition 'Text'.
freedroidrpg-0.16.1/src/text.c:569:22: style: Function 'get_string' argument 1 names different: declaration 'max_len' definition 'MaxLen'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:658:22: note: Function 'get_string' argument 1 names different: declaration 'max_len' definition 'MaxLen'.
freedroidrpg-0.16.1/src/text.c:569:22: note: Function 'get_string' argument 1 names different: declaration 'max_len' definition 'MaxLen'.
freedroidrpg-0.16.1/src/text_public.c:381:8: style: The scope of the variable 'MatchPointer' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/text_public.c:493:8: style: The scope of the variable 'ReadPointer' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/text_public.c:887:14: style: The scope of the variable 'have' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:1260:37: style: Condition '!ZOOM_OUT' is always false [knownConditionTrueFalse]
freedroidrpg-0.16.1/src/view.c:1267:39: style: Condition '!ZOOM_OUT' is always false [knownConditionTrueFalse]
freedroidrpg-0.16.1/src/view.c:1386:2: style: Variable 'enemy_under_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
freedroidrpg-0.16.1/src/view.c:1380:0: note: Variable 'enemy_under_cursor' is reassigned a value before the old one has been used.
freedroidrpg-0.16.1/src/view.c:1386:2: note: Variable 'enemy_under_cursor' is reassigned a value before the old one has been used.
freedroidrpg-0.16.1/src/view.c:609:8: style: The scope of the variable 'latitude' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:654:29: style: The scope of the variable 'transform_data' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:2302:6: style: The scope of the variable 'x_pos' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:2302:13: style: The scope of the variable 'y_pos' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:2780:15: style: The scope of the variable 'tmp_surf' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:2781:7: style: The scope of the variable 'fpath' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:2783:9: style: The scope of the variable 'k' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:2785:6: style: The scope of the variable 'PrerotationIndex' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:2788:7: style: The scope of the variable 'ConstructedFilename' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:2789:6: style: The scope of the variable 'current_active_direction' can be reduced. [variableScope]
freedroidrpg-0.16.1/src/view.c:989:35: style: Function 'resolve_virtual_position' argument 1 names different: declaration 'actual_pos' definition 'rpos'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:157:36: note: Function 'resolve_virtual_position' argument 1 names different: declaration 'actual_pos' definition 'rpos'.
freedroidrpg-0.16.1/src/view.c:989:35: note: Function 'resolve_virtual_position' argument 1 names different: declaration 'actual_pos' definition 'rpos'.
freedroidrpg-0.16.1/src/view.c:989:46: style: Function 'resolve_virtual_position' argument 2 names different: declaration 'virtual_pos' definition 'vpos'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:157:54: note: Function 'resolve_virtual_position' argument 2 names different: declaration 'virtual_pos' definition 'vpos'.
freedroidrpg-0.16.1/src/view.c:989:46: note: Function 'resolve_virtual_position' argument 2 names different: declaration 'virtual_pos' definition 'vpos'.
freedroidrpg-0.16.1/src/view.c:2685:20: style: Function 'PutBullet' argument 1 names different: declaration 'Bullet_number' definition 'bullet_index'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/proto.h:170:20: note: Function 'PutBullet' argument 1 names different: declaration 'Bullet_number' definition 'bullet_index'.
freedroidrpg-0.16.1/src/view.c:2685:20: note: Function 'PutBullet' argument 1 names different: declaration 'Bullet_number' definition 'bullet_index'.
freedroidrpg-0.16.1/src/view.c:2770:87: style: Function 'PutRadialBlueSparks' argument 5 names different: declaration 'active_directions' definition 'active_direction'. [funcArgNamesDifferent]
freedroidrpg-0.16.1/src/view.c:69:87: note: Function 'PutRadialBlueSparks' argument 5 names different: declaration 'active_directions' definition 'active_direction'.
freedroidrpg-0.16.1/src/view.c:2770:87: note: Function 'PutRadialBlueSparks' argument 5 names different: declaration 'active_directions' definition 'active_direction'.
freedroidrpg-0.16.1/src/widgets/widget_group.c:214:17: style: The scope of the variable 'w' can be reduced. [variableScope]
freedroidrpg-0.16.1/tools/font/explodefont.c:135:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedroidrpg-0.16.1/tools/font/explodefont.c:206:2: style: Variable 'Font' is reassigned a value before the old one has been used. [redundantAssignment]
freedroidrpg-0.16.1/tools/font/explodefont.c:203:0: note: Variable 'Font' is reassigned a value before the old one has been used.
freedroidrpg-0.16.1/tools/font/explodefont.c:206:2: note: Variable 'Font' is reassigned a value before the old one has been used.
freedroidrpg-0.16.1/tools/font/explodefont.c:207:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
freedroidrpg-0.16.1/tools/font/explodefont.c:204:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
freedroidrpg-0.16.1/tools/font/explodefont.c:207:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
freedroidrpg-0.16.1/tools/font/gluefont.c:204:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[22:42]

ftp://ftp.se.debian.org/debian/pool/main/f/freedv/freedv_1.3.1.orig.tar.xz
freedv-1.3.1/src/afreedvplugin.c:113:61: style: Variable 'states' is assigned a value that is never used. [unreadVariable]
freedv-1.3.1/src/dlg_audiooptions.cpp:757:5: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
freedv-1.3.1/src/dlg_audiooptions.cpp:752:5: note: Variable 'idx' is reassigned a value before the old one has been used.
freedv-1.3.1/src/dlg_audiooptions.cpp:757:5: note: Variable 'idx' is reassigned a value before the old one has been used.
freedv-1.3.1/src/dlg_audiooptions.cpp:762:5: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
freedv-1.3.1/src/dlg_audiooptions.cpp:757:5: note: Variable 'idx' is reassigned a value before the old one has been used.
freedv-1.3.1/src/dlg_audiooptions.cpp:762:5: note: Variable 'idx' is reassigned a value before the old one has been used.
freedv-1.3.1/src/dlg_audiooptions.cpp:463:44: style: Same expression on both sides of '&&'. [duplicateExpression]
freedv-1.3.1/src/dlg_audiooptions.cpp:404:12: style: The scope of the variable 'aDevNum' can be reduced. [variableScope]
freedv-1.3.1/src/dlg_audiooptions.cpp:872:55: style: Function 'OnRxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
freedv-1.3.1/src/dlg_audiooptions.h:150:47: note: Function 'OnRxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/dlg_audiooptions.cpp:872:55: note: Function 'OnRxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/dlg_audiooptions.cpp:885:56: style: Function 'OnRxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
freedv-1.3.1/src/dlg_audiooptions.h:157:48: note: Function 'OnRxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/dlg_audiooptions.cpp:885:56: note: Function 'OnRxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/dlg_audiooptions.cpp:898:55: style: Function 'OnTxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
freedv-1.3.1/src/dlg_audiooptions.h:158:47: note: Function 'OnTxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/dlg_audiooptions.cpp:898:55: note: Function 'OnTxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/dlg_audiooptions.cpp:911:56: style: Function 'OnTxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
freedv-1.3.1/src/dlg_audiooptions.h:159:48: note: Function 'OnTxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/dlg_audiooptions.cpp:911:56: note: Function 'OnTxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/dlg_audiooptions.cpp:832:11: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
freedv-1.3.1/src/fdmdv2_main.h:659:5: warning: Member variable 'UDPThread::mf' is not initialized in the constructor. [uninitMemberVar]
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:59:29: performance: Technically the member function 'PortAudioWrap::getDeviceCount' can be static. [functionStatic]
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:106:29: style: Technically the member function 'PortAudioWrap::getDataAvail' can be const. [functionConst]
freedv-1.3.1/src/serialport.h:28:14: style: Technically the member function 'Serialport::isopen' can be const. [functionConst]
freedv-1.3.1/src/fdmdv2_plot.h:92:9: style: Class 'PlotPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freedv-1.3.1/src/fdmdv2_plot_scatter.h:38:9: style: Class 'PlotScatter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freedv-1.3.1/src/fdmdv2_main.h:389:5: style: Class 'MyExtraPlayFilePanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freedv-1.3.1/src/fdmdv2_main.h:402:5: style: Class 'MyExtraRecFilePanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freedv-1.3.1/src/fdmdv2_plot_scalar.h:68:15: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:123:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_scalar.h:68:15: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_scalar.h:69:15: style: The function 'drawGraticule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:124:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_scalar.h:69:15: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_scalar.h:72:15: style: The function 'OnShow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:127:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_scalar.h:72:15: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_scatter.h:51:14: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:123:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_scatter.h:51:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_scatter.h:54:14: style: The function 'OnShow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:127:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_scatter.h:54:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_waterfall.h:54:21: style: The function 'OnShow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:127:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_waterfall.h:54:21: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_waterfall.h:55:21: style: The function 'drawGraticule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:124:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_waterfall.h:55:21: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_waterfall.h:56:21: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:123:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_waterfall.h:56:21: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_waterfall.h:59:21: style: The function 'OnMouseRightDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:114:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_waterfall.h:59:21: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_spectrum.h:42:21: style: The function 'OnShow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:127:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_spectrum.h:42:21: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_spectrum.h:43:21: style: The function 'drawGraticule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:124:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_spectrum.h:43:21: note: Function in derived class
freedv-1.3.1/src/fdmdv2_plot_spectrum.h:44:21: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/fdmdv2_plot.h:123:25: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_plot_spectrum.h:44:21: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:532:14: style: The function 'OnTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:133:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:532:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:533:14: style: The function 'OnExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:132:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:533:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:535:14: style: The function 'OnToolsAudio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:134:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:535:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:536:14: style: The function 'OnToolsAudioUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:135:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:536:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:537:14: style: The function 'OnToolsComCfg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:145:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:537:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:538:14: style: The function 'OnToolsComCfgUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:146:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:538:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:539:14: style: The function 'OnToolsFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:136:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:539:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:540:14: style: The function 'OnToolsOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:138:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:540:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:541:14: style: The function 'OnToolsOptionsUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:144:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:541:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:543:14: style: The function 'OnToolsPlugInCfg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:140:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:543:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:544:14: style: The function 'OnToolsPlugInCfgUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:141:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:544:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:546:14: style: The function 'OnPlayFileToMicIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:147:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:546:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:548:14: style: The function 'OnRecFileFromRadio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:148:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:548:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:549:14: style: The function 'OnPlayFileFromRadio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:149:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:549:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:551:14: style: The function 'OnHelpCheckUpdates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:151:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:551:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:552:14: style: The function 'OnHelpCheckUpdatesUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:152:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:552:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:553:14: style: The function 'OnHelpAbout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:153:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:553:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:554:14: style: The function 'OnCmdSliderScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:156:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:554:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:558:14: style: The function 'OnCheckSQClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:160:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:558:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:559:14: style: The function 'OnCheckSNRClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:161:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:559:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:562:14: style: The function 'OnTogBtnSplitClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:166:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:562:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:563:14: style: The function 'OnTogBtnAnalogClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:167:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:563:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:564:14: style: The function 'OnTogBtnRxID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:154:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:564:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:565:14: style: The function 'OnTogBtnTxID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:155:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:565:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:566:14: style: The function 'OnTogBtnPTT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:170:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:566:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:567:14: style: The function 'OnTogBtnVoiceKeyerClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:168:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:567:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:568:14: style: The function 'OnTogBtnOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:165:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:568:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:570:14: style: The function 'OnCallSignReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:180:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:570:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:571:14: style: The function 'OnBerReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:181:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:571:14: note: Function in derived class
freedv-1.3.1/src/fdmdv2_main.h:572:14: style: The function 'OnReSync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freedv-1.3.1/src/topFrame.h:182:22: note: Virtual function in base class
freedv-1.3.1/src/fdmdv2_main.h:572:14: note: Function in derived class
freedv-1.3.1/src/dlg_filter.cpp:752:20: style: The scope of the variable 'w' can be reduced. [variableScope]
freedv-1.3.1/src/dlg_filter.cpp:251:85: style: Function 'newLPCPFControl' argument 3 names different: declaration 'sbs' definition 's'. [funcArgNamesDifferent]
freedv-1.3.1/src/dlg_filter.h:136:91: note: Function 'newLPCPFControl' argument 3 names different: declaration 'sbs' definition 's'.
freedv-1.3.1/src/dlg_filter.cpp:251:85: note: Function 'newLPCPFControl' argument 3 names different: declaration 'sbs' definition 's'.
freedv-1.3.1/src/dlg_filter.cpp:747:55: style: Function 'calcFilterSpectrum' argument 2 names different: declaration 'arc' definition 'argc'. [funcArgNamesDifferent]
freedv-1.3.1/src/dlg_filter.h:145:61: note: Function 'calcFilterSpectrum' argument 2 names different: declaration 'arc' definition 'argc'.
freedv-1.3.1/src/dlg_filter.cpp:747:55: note: Function 'calcFilterSpectrum' argument 2 names different: declaration 'arc' definition 'argc'.
freedv-1.3.1/src/dlg_plugin.cpp:39:68: style: Function 'PlugInDlg' argument 3 names different: declaration 'paramNames' definition 'paramName'. [funcArgNamesDifferent]
freedv-1.3.1/src/dlg_plugin.h:44:83: note: Function 'PlugInDlg' argument 3 names different: declaration 'paramNames' definition 'paramName'.
freedv-1.3.1/src/dlg_plugin.cpp:39:68: note: Function 'PlugInDlg' argument 3 names different: declaration 'paramNames' definition 'paramName'.
freedv-1.3.1/src/dlg_plugin.cpp:41:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freedv-1.3.1/src/fdmdv2_main.cpp:4328:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freedv-1.3.1/src/fdmdv2_main.cpp:2955:9: style: Variable 'g_infifo1_full' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freedv-1.3.1/src/fdmdv2_main.cpp:2954:9: note: Variable 'g_infifo1_full' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedv-1.3.1/src/fdmdv2_main.cpp:2955:9: note: Variable 'g_infifo1_full' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedv-1.3.1/src/fdmdv2_main.cpp:2955:26: style: Variable 'g_outfifo1_empty' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freedv-1.3.1/src/fdmdv2_main.cpp:2954:26: note: Variable 'g_outfifo1_empty' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedv-1.3.1/src/fdmdv2_main.cpp:2955:26: note: Variable 'g_outfifo1_empty' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedv-1.3.1/src/fdmdv2_main.cpp:2955:45: style: Variable 'g_infifo2_full' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freedv-1.3.1/src/fdmdv2_main.cpp:2954:45: note: Variable 'g_infifo2_full' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedv-1.3.1/src/fdmdv2_main.cpp:2955:45: note: Variable 'g_infifo2_full' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedv-1.3.1/src/fdmdv2_main.cpp:2955:62: style: Variable 'g_outfifo2_empty' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freedv-1.3.1/src/fdmdv2_main.cpp:2954:62: note: Variable 'g_outfifo2_empty' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedv-1.3.1/src/fdmdv2_main.cpp:2955:62: note: Variable 'g_outfifo2_empty' is reassigned a value before the old one has been used if variable is no semaphore variable.
freedv-1.3.1/src/fdmdv2_main.cpp:856:9: style: The scope of the variable 'r' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:856:11: style: The scope of the variable 'c' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:1194:58: style: The scope of the variable 'clockoffset' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:2785:11: style: The scope of the variable 'inputChannels1' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:2785:27: style: The scope of the variable 'inputChannels2' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:2786:11: style: The scope of the variable 'two_rx' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:2787:11: style: The scope of the variable 'two_tx' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3413:12: style: The scope of the variable 'st' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3413:16: style: The scope of the variable 'en' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3413:20: style: The scope of the variable 'max' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3413:25: style: The scope of the variable 'min' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3453:39: style: The scope of the variable 'n_samples' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3542:19: style: The scope of the variable 's' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3637:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3733:22: style: The scope of the variable 'i' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3780:25: style: The scope of the variable 'i' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3817:34: style: The scope of the variable 'nout' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3906:21: style: The scope of the variable 'indata' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3994:21: style: The scope of the variable 'indata' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_main.cpp:3894:46: style: Function 'rxCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_main.h:475:45: note: Function 'rxCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'.
freedv-1.3.1/src/fdmdv2_main.cpp:3894:46: note: Function 'rxCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'.
freedv-1.3.1/src/fdmdv2_main.cpp:3895:46: style: Function 'rxCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_main.h:476:39: note: Function 'rxCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'.
freedv-1.3.1/src/fdmdv2_main.cpp:3895:46: note: Function 'rxCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'.
freedv-1.3.1/src/fdmdv2_main.cpp:3897:61: style: Function 'rxCallback' argument 4 names different: declaration 'outTime' definition 'timeInfo'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_main.h:478:65: note: Function 'rxCallback' argument 4 names different: declaration 'outTime' definition 'timeInfo'.
freedv-1.3.1/src/fdmdv2_main.cpp:3897:61: note: Function 'rxCallback' argument 4 names different: declaration 'outTime' definition 'timeInfo'.
freedv-1.3.1/src/fdmdv2_main.cpp:3982:41: style: Function 'txCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_main.h:484:45: note: Function 'txCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'.
freedv-1.3.1/src/fdmdv2_main.cpp:3982:41: note: Function 'txCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'.
freedv-1.3.1/src/fdmdv2_main.cpp:3983:35: style: Function 'txCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_main.h:485:39: note: Function 'txCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'.
freedv-1.3.1/src/fdmdv2_main.cpp:3983:35: note: Function 'txCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'.
freedv-1.3.1/src/fdmdv2_main.cpp:228:18: style: Variable 'param_name1' is not assigned a value. [unassignedVariable]
freedv-1.3.1/src/fdmdv2_main.cpp:228:35: style: Variable 'param_name2' is not assigned a value. [unassignedVariable]
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:299:52: style: Function 'setSampleRate' argument 1 names different: declaration 'size' definition 'rate'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:65:57: note: Function 'setSampleRate' argument 1 names different: declaration 'size' definition 'rate'.
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:299:52: note: Function 'setSampleRate' argument 1 names different: declaration 'size' definition 'rate'.
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:317:53: style: Function 'setInputDevice' argument 1 names different: declaration 'dev' definition 'index'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:73:58: note: Function 'setInputDevice' argument 1 names different: declaration 'dev' definition 'index'.
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:317:53: note: Function 'setInputDevice' argument 1 names different: declaration 'dev' definition 'index'.
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:326:54: style: Function 'setOutputDevice' argument 1 names different: declaration 'dev' definition 'index'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:84:59: note: Function 'setOutputDevice' argument 1 names different: declaration 'dev' definition 'index'.
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:326:54: note: Function 'setOutputDevice' argument 1 names different: declaration 'dev' definition 'index'.
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:335:54: style: Function 'setCallback' argument 1 names different: declaration 'm_pStreamCallback' definition 'callback'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:68:59: note: Function 'setCallback' argument 1 names different: declaration 'm_pStreamCallback' definition 'callback'.
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:335:54: note: Function 'setCallback' argument 1 names different: declaration 'm_pStreamCallback' definition 'callback'.
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:26:16: warning: Member variable 'PortAudioWrap::m_pFDMDV_state' is not initialized in the constructor. [uninitMemberVar]
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:32:5: performance: Variable 'm_statusFlags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:60:29: performance: Technically the member function 'PortAudioWrap::getDefaultInputDevice' can be static. [functionStatic]
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:146:30: note: Technically the member function 'PortAudioWrap::getDefaultInputDevice' can be static.
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:60:29: note: Technically the member function 'PortAudioWrap::getDefaultInputDevice' can be static.
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:61:29: performance: Technically the member function 'PortAudioWrap::getDefaultOutputDevice' can be static. [functionStatic]
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:154:30: note: Technically the member function 'PortAudioWrap::getDefaultOutputDevice' can be static.
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:61:29: note: Technically the member function 'PortAudioWrap::getDefaultOutputDevice' can be static.
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:75:29: style: Technically the member function 'PortAudioWrap::getInputChannelCount' can be const. [functionConst]
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:171:24: note: Technically the member function 'PortAudioWrap::getInputChannelCount' can be const.
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:75:29: note: Technically the member function 'PortAudioWrap::getInputChannelCount' can be const.
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:82:30: performance: Technically the member function 'PortAudioWrap::getDeviceName' can be static. [functionStatic]
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:238:28: note: Technically the member function 'PortAudioWrap::getDeviceName' can be static.
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:82:30: note: Technically the member function 'PortAudioWrap::getDeviceName' can be static.
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:86:29: style: Technically the member function 'PortAudioWrap::getOutputChannelCount' can be const. [functionConst]
freedv-1.3.1/src/fdmdv2_pa_wrapper.cpp:230:26: note: Technically the member function 'PortAudioWrap::getOutputChannelCount' can be const.
freedv-1.3.1/src/fdmdv2_pa_wrapper.h:86:29: note: Technically the member function 'PortAudioWrap::getOutputChannelCount' can be const.
freedv-1.3.1/src/fdmdv2_plot.cpp:195:45: style: Function 'draw' argument 1 names different: declaration 'pdc' definition 'pDC'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_plot.h:123:54: note: Function 'draw' argument 1 names different: declaration 'pdc' definition 'pDC'.
freedv-1.3.1/src/fdmdv2_plot.cpp:195:45: note: Function 'draw' argument 1 names different: declaration 'pdc' definition 'pDC'.
freedv-1.3.1/src/fdmdv2_plot.cpp:237:54: style: Function 'drawGraticule' argument 1 names different: declaration 'pdc' definition 'pDC'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_plot.h:124:63: note: Function 'drawGraticule' argument 1 names different: declaration 'pdc' definition 'pDC'.
freedv-1.3.1/src/fdmdv2_plot.cpp:237:54: note: Function 'drawGraticule' argument 1 names different: declaration 'pdc' definition 'pDC'.
freedv-1.3.1/src/fdmdv2_plot.cpp:278:40: style: Function 'OnPaint' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
freedv-1.3.1/src/fdmdv2_plot.h:119:47: note: Function 'OnPaint' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/fdmdv2_plot.cpp:278:40: note: Function 'OnPaint' argument 1 names different: declaration 'event' definition 'evt'.
freedv-1.3.1/src/fdmdv2_plot_scalar.cpp:247:14: style: The scope of the variable 'x' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_plot_scatter.cpp:76:13: style: The scope of the variable 'j' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_plot_scatter.cpp:121:15: style: The scope of the variable 'real' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_plot_scatter.cpp:121:20: style: The scope of the variable 'imag' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_plot_spectrum.cpp:123:11: style: The scope of the variable 'x' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_plot_spectrum.cpp:123:14: style: The scope of the variable 'y' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_plot_spectrum.cpp:124:38: style: The scope of the variable 'mag' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_plot_spectrum.cpp:165:17: style: The scope of the variable 'y' can be reduced. [variableScope]
freedv-1.3.1/src/fdmdv2_plot_waterfall.cpp:233:17: style: The scope of the variable 'y' can be reduced. [variableScope]
freedv-1.3.1/src/hamlib.cpp:77:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freedv-1.3.1/src/hamlib.h:19:13: style: Technically the member function 'Hamlib::get_serial_rate' can be const. [functionConst]
freedv-1.3.1/src/hamlib.cpp:131:13: note: Technically the member function 'Hamlib::get_serial_rate' can be const.
freedv-1.3.1/src/hamlib.h:19:13: note: Technically the member function 'Hamlib::get_serial_rate' can be const.
freedv-1.3.1/src/hamlib.h:20:13: style: Technically the member function 'Hamlib::get_data_bits' can be const. [functionConst]
freedv-1.3.1/src/hamlib.cpp:135:13: note: Technically the member function 'Hamlib::get_data_bits' can be const.
freedv-1.3.1/src/hamlib.h:20:13: note: Technically the member function 'Hamlib::get_data_bits' can be const.
freedv-1.3.1/src/hamlib.h:21:13: style: Technically the member function 'Hamlib::get_stop_bits' can be const. [functionConst]
freedv-1.3.1/src/hamlib.cpp:139:13: note: Technically the member function 'Hamlib::get_stop_bits' can be const.
freedv-1.3.1/src/hamlib.h:21:13: note: Technically the member function 'Hamlib::get_stop_bits' can be const.
freedv-1.3.1/src/serialport.cpp:23:38: style: Function 'openport' argument 1 names different: declaration 'port' definition 'name'. [funcArgNamesDifferent]
freedv-1.3.1/src/serialport.h:27:34: note: Function 'openport' argument 1 names different: declaration 'port' definition 'name'.
freedv-1.3.1/src/serialport.cpp:23:38: note: Function 'openport' argument 1 names different: declaration 'port' definition 'name'.
freedv-1.3.1/src/serialport.cpp:11:13: warning: Member variable 'Serialport::m_useRTS' is not initialized in the constructor. [uninitMemberVar]
freedv-1.3.1/src/serialport.cpp:11:13: warning: Member variable 'Serialport::m_RTSPos' is not initialized in the constructor. [uninitMemberVar]
freedv-1.3.1/src/serialport.cpp:11:13: warning: Member variable 'Serialport::m_useDTR' is not initialized in the constructor. [uninitMemberVar]
freedv-1.3.1/src/serialport.cpp:11:13: warning: Member variable 'Serialport::m_DTRPos' is not initialized in the constructor. [uninitMemberVar]
freedv-1.3.1/src/sox/sox.h:382:0: error: #error Unable to determine an appropriate definition for sox_int8_t. [preprocessorErrorDirective]
[22:42]

ftp://ftp.se.debian.org/debian/pool/main/f/freefem/freefem_3.5.8.orig.tar.gz
freefem-3.5.8.orig/freefem/fem/femDisk.cpp:96:9: style: The scope of the variable 'dummy' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femDisk.cpp:399:13: style: The scope of the variable 'dummy1' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femDisk.cpp:399:20: style: The scope of the variable 'dummy2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femDisk.cpp:399:27: style: The scope of the variable 'dummy3' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femDisk.cpp:84:5: style: Variable 'l' is modified but its new value is never used. [unreadVariable]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::c1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::b1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::nuyx1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::nuxx1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::nuxy1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::nuyy1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::a21c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::a11c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::g1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::f1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::p1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femDisk.hpp:70:5: warning: Member variable 'fcts::sol1c' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:184:12: style: Technically the member function 'fem::cvect::operator*=' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:222:11: style: Technically the member function 'fem::cmat::modul2' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:223:10: style: Technically the member function 'fem::cmat::operator*=' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:180:5: style: Class 'cvect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:218:5: style: Class 'cmat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:315:0: style: Class 'Acreal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:332:0: style: Class 'Aint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:348:0: style: Class 'Acvect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:363:0: style: Class 'Acmat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:383:0: style: Class 'AAcmat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:398:0: style: Class 'AAcreal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:86:3: warning: The class 'Complex' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1134:3: style: Variable 'ptvois' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1117:0: note: Variable 'ptvois' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1134:3: note: Variable 'ptvois' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1135:3: style: Variable 'nn' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1119:0: note: Variable 'nn' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1135:3: note: Variable 'nn' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1136:3: style: Variable 'vois' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1118:0: note: Variable 'vois' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1136:3: note: Variable 'vois' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1137:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1120:0: note: Variable 'r' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1137:3: note: Variable 'r' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:708:25: style: The scope of the variable 'i__2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:708:31: style: The scope of the variable 'i__3' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:847:68: style: The scope of the variable 'i1' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:848:19: style: The scope of the variable 'i2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1020:19: style: The scope of the variable 'i__2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1023:40: style: The scope of the variable 'ptv' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGibbs.cpp:1116:22: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:71:19: style: The scope of the variable 'x' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:71:22: style: The scope of the variable 'y' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:99:19: style: The scope of the variable 'x' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:175:19: style: The scope of the variable 'test' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:306:28: style: The scope of the variable 'xf' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:445:19: style: The scope of the variable 'd' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:445:22: style: The scope of the variable 'x' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:445:25: style: The scope of the variable 'y' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:169:46: style: Function 'graph3d' argument 1 names different: declaration 'f' definition 'fct'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.hpp:88:25: note: Function 'graph3d' argument 1 names different: declaration 'f' definition 'fct'.
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:169:46: note: Function 'graph3d' argument 1 names different: declaration 'f' definition 'fct'.
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:193:6: style: Variable 'poly' is assigned a value that is never used. [unreadVariable]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.hpp:101:10: style: Technically the member function 'fem::femGraphicDeviceIndependent::contour' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.cpp:276:30: note: Technically the member function 'fem::femGraphicDeviceIndependent::contour' can be const.
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.hpp:101:10: note: Technically the member function 'fem::femGraphicDeviceIndependent::contour' can be const.
freefem-3.5.8.orig/freefem/fem/femGraphicDeviceIndependent.hpp:74:5: style: Class 'femGraphicDeviceIndependent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem-3.5.8.orig/freefem/fem/femGraphicX11.cpp:351:7: style: Condition 'waitm' is always true [knownConditionTrueFalse]
freefem-3.5.8.orig/freefem/fem/femGraphicX11.cpp:350:11: note: Assignment 'waitm=1', assigned value is 1
freefem-3.5.8.orig/freefem/fem/femGraphicX11.cpp:351:7: note: Condition 'waitm' is always true
freefem-3.5.8.orig/freefem/fem/femGraphicX11.cpp:324:8: style: The scope of the variable 'click' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicX11.cpp:325:8: style: The scope of the variable 'values' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femGraphicX11.cpp:546:22: style: Function 'execute' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femGraphic.hpp:58:22: note: Function 'execute' argument 1 names different: declaration 's' definition 'str'.
freefem-3.5.8.orig/freefem/fem/femGraphicX11.cpp:546:22: note: Function 'execute' argument 1 names different: declaration 's' definition 'str'.
freefem-3.5.8.orig/freefem/fem/femGraphicX11.cpp:534:5: error: Memory leak: poly0 [memleak]
freefem-3.5.8.orig/freefem/fem/femGraphicX11.cpp:314:12: error: Uninitialized variable: context [uninitvar]
freefem-3.5.8.orig/freefem/fem/femIdentifier.hpp:96:9: style: Class 'ident' is unsafe, 'ident::name' can leak by wrong usage. [unsafeClassCanLeak]
freefem-3.5.8.orig/freefem/fem/femLexical.cpp:153:19: style: The scope of the variable 'c' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:205:3: style: Variable 'nu' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:198:0: note: Variable 'nu' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:205:3: note: Variable 'nu' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:206:3: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:196:0: note: Variable 'c' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:206:3: note: Variable 'c' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:207:3: style: Variable 'ngg' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:200:0: note: Variable 'ngg' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:207:3: note: Variable 'ngg' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:208:3: style: Variable 'tri' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:197:0: note: Variable 'tri' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:208:3: note: Variable 'tri' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:209:3: style: Variable 'reft' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:199:0: note: Variable 'reft' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:209:3: note: Variable 'reft' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:210:3: style: Variable 'cr' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:201:0: note: Variable 'cr' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:210:3: note: Variable 'cr' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:211:3: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:202:0: note: Variable 'h' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:211:3: note: Variable 'h' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:126:19: style: The scope of the variable 'area2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:281:19: style: The scope of the variable 'xh' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:515:22: style: The scope of the variable 'is' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:561:24: style: The scope of the variable 'i_2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:568:29: style: The scope of the variable 'i2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:571:19: style: The scope of the variable 'err' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:809:31: style: The scope of the variable 'ia2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:809:36: style: The scope of the variable 'ia3' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:810:19: style: The scope of the variable 'ta2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:810:24: style: The scope of the variable 'ta3' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:1281:26: style: The scope of the variable 'ttaf' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:1285:19: style: The scope of the variable 'iaf' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:1285:24: style: The scope of the variable 'taf' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:1285:39: style: The scope of the variable 'psf' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:152:10: style: Member variable 'femMesh::ngt' is in the wrong place in the initializer list. [initializerList]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:56:5: note: Member variable 'femMesh::ngt' is in the wrong place in the initializer list.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:152:10: note: Member variable 'femMesh::ngt' is in the wrong place in the initializer list.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:152:10: style: Member variable 'femMesh::ngt' is in the wrong place in the initializer list. [initializerList]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:67:5: note: Member variable 'femMesh::ngt' is in the wrong place in the initializer list.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:152:10: note: Member variable 'femMesh::ngt' is in the wrong place in the initializer list.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:146:9: performance: Technically the member function 'fem::femMesh::check' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:278:10: note: Technically the member function 'fem::femMesh::check' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:146:9: note: Technically the member function 'fem::femMesh::check' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:157:10: style: Technically the member function 'fem::femMesh::swapWithNeibhor' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:103:10: note: Technically the member function 'fem::femMesh::swapWithNeibhor' can be const.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:157:10: note: Technically the member function 'fem::femMesh::swapWithNeibhor' can be const.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:160:21: performance: Technically the member function 'fem::femMesh::mshrgl_' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:557:10: note: Technically the member function 'fem::femMesh::mshrgl_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:160:21: note: Technically the member function 'fem::femMesh::mshrgl_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:162:21: performance: Technically the member function 'fem::femMesh::mshopt_' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:1397:10: note: Technically the member function 'fem::femMesh::mshopt_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:162:21: note: Technically the member function 'fem::femMesh::mshopt_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:163:21: performance: Technically the member function 'fem::femMesh::mshvoi_' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:509:10: note: Technically the member function 'fem::femMesh::mshvoi_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:163:21: note: Technically the member function 'fem::femMesh::mshvoi_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:172:21: performance: Technically the member function 'fem::femMesh::mshlcl_' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:893:10: note: Technically the member function 'fem::femMesh::mshlcl_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:172:21: note: Technically the member function 'fem::femMesh::mshlcl_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:173:21: performance: Technically the member function 'fem::femMesh::mshtr1_' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femMesh.cpp:1082:10: note: Technically the member function 'fem::femMesh::mshtr1_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:173:21: note: Technically the member function 'fem::femMesh::mshtr1_' can be static.
freefem-3.5.8.orig/freefem/fem/femMesh.hpp:52:3: warning: The class 'femMesh' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:124:7: style: Condition 'lu' is always true [knownConditionTrueFalse]
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:122:12: note: Assignment 'lu=1', assigned value is 1
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:124:7: note: Condition 'lu' is always true
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:119:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:120:13: style: The scope of the variable 's1' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:117:27: style: Function 'cgauss' argument 2 names different: declaration 'b' definition 'x'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:77:32: note: Function 'cgauss' argument 2 names different: declaration 'b' definition 'x'.
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:117:27: note: Function 'cgauss' argument 2 names different: declaration 'b' definition 'x'.
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:182:7: style: Class 'Acreal' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:214:7: style: Class 'Aint' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:257:7: style: Class 'Acvect' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:302:7: style: Class 'Acmat' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:346:7: style: Class 'AAcmat' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem-3.5.8.orig/freefem/fem/femMisc.cpp:389:7: style: Class 'AAcreal' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:309:3: warning: The class 'Acreal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:326:3: warning: The class 'Aint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:342:3: warning: The class 'Acvect' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:357:3: warning: The class 'Acmat' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:377:3: warning: The class 'AAcmat' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem-3.5.8.orig/freefem/fem/femMisc.hpp:392:3: warning: The class 'AAcreal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:3295:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:719:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:710:29: note: 'whatsym' is assigned value 'cursym' here.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:717:14: note: outer condition: cursym==chaine
freefem-3.5.8.orig/freefem/fem/femParser.cpp:719:20: note: opposite inner condition: whatsym==sauvetout
freefem-3.5.8.orig/freefem/fem/femParser.cpp:766:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:756:29: note: 'whatsym' is assigned value 'cursym' here.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:764:14: note: outer condition: cursym==chaine
freefem-3.5.8.orig/freefem/fem/femParser.cpp:766:20: note: opposite inner condition: whatsym==sauvetout
freefem-3.5.8.orig/freefem/fem/femParser.cpp:578:3: style: Variable 'thechaine' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:574:0: note: Variable 'thechaine' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:578:3: note: Variable 'thechaine' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:627:3: style: Variable 'thestring' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:626:24: note: Variable 'thestring' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:627:3: note: Variable 'thestring' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:634:3: style: Variable 'curprog' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:633:18: note: Variable 'curprog' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:634:3: note: Variable 'curprog' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:713:3: style: Variable 'l3' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:709:0: note: Variable 'l3' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:713:3: note: Variable 'l3' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:760:3: style: Variable 'l3' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:755:0: note: Variable 'l3' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:760:3: note: Variable 'l3' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:915:3: style: Variable 'theid' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:906:0: note: Variable 'theid' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:915:3: note: Variable 'theid' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:191:19: style: The scope of the variable 'c' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:274:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:488:22: style: The scope of the variable 'l2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:537:22: style: The scope of the variable 'l2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:554:22: style: The scope of the variable 'l2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:647:19: style: The scope of the variable 'thechaine' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:805:28: style: The scope of the variable 'jm' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:805:32: style: The scope of the variable 'thesgn' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:911:19: style: The scope of the variable 'thesgn' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:1305:22: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:1662:19: style: The scope of the variable 'aux1' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:1693:19: style: The scope of the variable 'ibv' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:1721:19: style: The scope of the variable 'ibv' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:1840:19: style: The scope of the variable 'err' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:1958:19: style: The scope of the variable 'ibv' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:2273:19: style: The scope of the variable 'iglob' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:2273:26: style: The scope of the variable 'iloc' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:2858:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:3444:31: style: Function 'showtree' argument 1 names different: declaration 't' definition 'f'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femParser.hpp:173:28: note: Function 'showtree' argument 1 names different: declaration 't' definition 'f'.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:3444:31: note: Function 'showtree' argument 1 names different: declaration 't' definition 'f'.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:2295:16: style: Variable 'iglob' is assigned a value that is never used. [unreadVariable]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::__fem' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::OPTION' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::i123' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::imdnu' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::thesgndnu' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::saveallname' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::ihowsyst' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::cursloc' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::cursom' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::NumOfIterations' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:123:12: warning: Member variable 'femParser::variables' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femParser.hpp:195:15: performance: Technically the member function 'fem::femParser::match' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:254:12: note: Technically the member function 'fem::femParser::match' can be static.
freefem-3.5.8.orig/freefem/fem/femParser.hpp:195:15: note: Technically the member function 'fem::femParser::match' can be static.
freefem-3.5.8.orig/freefem/fem/femParser.hpp:221:21: performance: Technically the member function 'fem::femParser::plot3d' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:2399:12: note: Technically the member function 'fem::femParser::plot3d' can be static.
freefem-3.5.8.orig/freefem/fem/femParser.hpp:221:21: note: Technically the member function 'fem::femParser::plot3d' can be static.
freefem-3.5.8.orig/freefem/fem/femParser.hpp:224:21: performance: Technically the member function 'fem::femParser::showident' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:3413:12: note: Technically the member function 'fem::femParser::showident' can be static.
freefem-3.5.8.orig/freefem/fem/femParser.hpp:224:21: note: Technically the member function 'fem::femParser::showident' can be static.
freefem-3.5.8.orig/freefem/fem/femParser.cpp:128:3: style: Class 'femParser' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem-3.5.8.orig/freefem/fem/femParser.cpp:128:3: style: Class 'femParser' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1422:18: style: Condition 'N==2' is always false [knownConditionTrueFalse]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1402:7: note: Assuming that condition 'N==1' is not redundant
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1422:18: note: Condition 'N==2' is always false
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:193:3: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:191:0: note: Variable 'list' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:193:3: note: Variable 'list' is reassigned a value before the old one has been used.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:124:19: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:258:19: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:258:22: style: The scope of the variable 'inext' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:259:19: style: The scope of the variable 'dx1' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:259:24: style: The scope of the variable 'dx2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:259:29: style: The scope of the variable 'dq1' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:259:34: style: The scope of the variable 'dq2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:259:39: style: The scope of the variable 'w0' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:300:19: style: The scope of the variable 'u1k' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:300:24: style: The scope of the variable 'u2k' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:455:33: style: The scope of the variable 'ke' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:456:55: style: The scope of the variable 'airne' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:574:19: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:575:27: style: The scope of the variable 'dist' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:578:27: style: The scope of the variable 'xcx' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:578:32: style: The scope of the variable 'ycy' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:862:22: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:933:19: style: The scope of the variable 'aux1' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1065:22: style: The scope of the variable 'k' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1136:8: style: The scope of the variable 'k' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1233:25: style: The scope of the variable 'l' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1286:19: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1286:22: style: The scope of the variable 'k' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1287:19: style: The scope of the variable 's' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1399:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1400:8: style: The scope of the variable 'mekj' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:381:64: style: Function 'convect' argument 5 names different: declaration 'i' definition 'i1'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:92:63: note: Function 'convect' argument 5 names different: declaration 'i' definition 'i1'.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:381:64: note: Function 'convect' argument 5 names different: declaration 'i' definition 'i1'.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:452:67: style: Function 'rhsConvect' argument 5 names different: declaration 'i' definition 'i1'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:96:66: note: Function 'rhsConvect' argument 5 names different: declaration 'i' definition 'i1'.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:452:67: note: Function 'rhsConvect' argument 5 names different: declaration 'i' definition 'i1'.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1276:21: style: Function 'getregion' argument 1 names different: declaration 'k' definition 'i'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:105:21: note: Function 'getregion' argument 1 names different: declaration 'k' definition 'i'.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1276:21: note: Function 'getregion' argument 1 names different: declaration 'k' definition 'i'.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1283:43: style: Function 'gfemuser' argument 3 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:107:45: note: Function 'gfemuser' argument 3 names different: declaration 'i' definition 'j'.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1283:43: note: Function 'gfemuser' argument 3 names different: declaration 'i' definition 'j'.
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:687:11: style: Variable 'k2' is assigned a value that is never used. [unreadVariable]
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:88:9: style: Technically the member function 'fem::FEM::deriv' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1230:6: note: Technically the member function 'fem::FEM::deriv' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:88:9: note: Technically the member function 'fem::FEM::deriv' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:105:7: style: Technically the member function 'fem::FEM::getregion' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1276:6: note: Technically the member function 'fem::FEM::getregion' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:105:7: note: Technically the member function 'fem::FEM::getregion' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:108:9: style: Technically the member function 'fem::FEM::P1ctoP1' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1063:6: note: Technically the member function 'fem::FEM::P1ctoP1' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:108:9: note: Technically the member function 'fem::FEM::P1ctoP1' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:109:9: style: Technically the member function 'fem::FEM::prodscalar' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:547:6: note: Technically the member function 'fem::FEM::prodscalar' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:109:9: note: Technically the member function 'fem::FEM::prodscalar' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:122:9: performance: Technically the member function 'fem::FEM::norm' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:170:6: note: Technically the member function 'fem::FEM::norm' can be static.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:122:9: note: Technically the member function 'fem::FEM::norm' can be static.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:125:7: style: Technically the member function 'fem::FEM::Tconvect' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:254:6: note: Technically the member function 'fem::FEM::Tconvect' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:125:7: note: Technically the member function 'fem::FEM::Tconvect' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:127:7: style: Technically the member function 'fem::FEM::barycoor' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:354:6: note: Technically the member function 'fem::FEM::barycoor' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:127:7: note: Technically the member function 'fem::FEM::barycoor' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:139:9: style: Technically the member function 'fem::FEM::gaussband' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:854:6: note: Technically the member function 'fem::FEM::gaussband' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:139:9: note: Technically the member function 'fem::FEM::gaussband' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:196:10: style: Technically the member function 'fem::FEM::binteg_t' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1078:6: note: Technically the member function 'fem::FEM::binteg_t' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:196:10: note: Technically the member function 'fem::FEM::binteg_t' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:197:10: style: Technically the member function 'fem::FEM::ginteg_t' can be const. [functionConst]
freefem-3.5.8.orig/freefem/fem/femSolver.cpp:1148:6: note: Technically the member function 'fem::FEM::ginteg_t' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:197:10: note: Technically the member function 'fem::FEM::ginteg_t' can be const.
freefem-3.5.8.orig/freefem/fem/femSolver1.cpp:256:13: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver1.cpp:257:15: style: The scope of the variable 'x2' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver1.cpp:257:19: style: The scope of the variable 's' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver1.cpp:257:22: style: The scope of the variable 's1' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver1.cpp:253:52: style: Function 'gaussband' argument 4 names different: declaration 'bdthl' definition 'bdth'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:164:55: note: Function 'gaussband' argument 4 names different: declaration 'bdthl' definition 'bdth'.
freefem-3.5.8.orig/freefem/fem/femSolver1.cpp:253:52: note: Function 'gaussband' argument 4 names different: declaration 'bdthl' definition 'bdth'.
freefem-3.5.8.orig/freefem/fem/femSolver1.cpp:139:10: style: Variable 'k2' is assigned a value that is never used. [unreadVariable]
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:147:9: performance: Technically the member function 'fem::FEM::id' can be static. [functionStatic]
freefem-3.5.8.orig/freefem/fem/femSolver1.cpp:59:8: note: Technically the member function 'fem::FEM::id' can be static.
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:147:9: note: Technically the member function 'fem::FEM::id' can be static.
freefem-3.5.8.orig/freefem/fem/femSolver1c.cpp:190:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem-3.5.8.orig/freefem/fem/femSolver1c.cpp:182:52: style: Function 'gaussband' argument 4 names different: declaration 'bdthl' definition 'bdth'. [funcArgNamesDifferent]
freefem-3.5.8.orig/freefem/fem/femSolver.hpp:183:55: note: Function 'gaussband' argument 4 names different: declaration 'bdthl' definition 'bdth'.
freefem-3.5.8.orig/freefem/fem/femSolver1c.cpp:182:52: note: Function 'gaussband' argument 4 names different: declaration 'bdthl' definition 'bdth'.
freefem-3.5.8.orig/freefem/fem/femSolver1c.cpp:101:51: style: Variable 'k2' is assigned a value that is never used. [unreadVariable]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:43:10: warning: Member variable 'noeud::symb' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:43:10: warning: Member variable 'noeud::name' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:43:10: warning: Member variable 'noeud::junk' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:43:10: warning: Member variable 'noeud::path' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:43:10: warning: Member variable 'noeud::l1' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:43:10: warning: Member variable 'noeud::l2' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:43:10: warning: Member variable 'noeud::l3' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:43:10: warning: Member variable 'noeud::l4' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:47:10: warning: Member variable 'noeud::symb' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:47:10: warning: Member variable 'noeud::value' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:47:10: warning: Member variable 'noeud::name' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:47:10: warning: Member variable 'noeud::junk' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:47:10: warning: Member variable 'noeud::path' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:47:10: warning: Member variable 'noeud::l1' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:47:10: warning: Member variable 'noeud::l2' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:47:10: warning: Member variable 'noeud::l3' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.cpp:47:10: warning: Member variable 'noeud::l4' is not initialized in the constructor. [uninitMemberVar]
freefem-3.5.8.orig/freefem/fem/femTreeNode.hpp:60:3: warning: The class 'noeud' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem-3.5.8.orig/freefem/main.cpp:125:3: style: Variable 'l' is modified but its new value is never used. [unreadVariable]
[22:42]

ftp://ftp.se.debian.org/debian/pool/main/f/freefem++/freefem++_3.61.1+dfsg1.orig.tar.gz
Checking freefem++-3.61-1/src/femlib/fem.cpp: __GCC__=1;__GCC__=1...

freefem++-3.61-1/download/yams/yamslib.c:582:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freefem++-3.61-1/download/yams/yamslib.c:583:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freefem++-3.61-1/download/yams/yamslib.c:415:3: style: Variable 'declic' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/download/yams/yamslib.c:414:5: note: Variable 'declic' is reassigned a value before the old one has been used.
freefem++-3.61-1/download/yams/yamslib.c:415:3: note: Variable 'declic' is reassigned a value before the old one has been used.
freefem++-3.61-1/download/yams/yamslib.c:205:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/download/yams/yamslib.c:329:5: style: Variable 'memory' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/download/yams/yamslib.c:410:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freefem++-3.61-1/download/yams/yamslib.c:415:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freefem++-3.61-1/examples++-hpddm/PETSc.hpp:103:23: style: The scope of the variable 'js' can be reduced. [variableScope]
freefem++-3.61-1/examples++-hpddm/PETSc.hpp:104:26: style: The scope of the variable 's' can be reduced. [variableScope]
freefem++-3.61-1/examples++-hpddm/PETSc-code.hpp:709:17: style: The scope of the variable 'n' can be reduced. [variableScope]
freefem++-3.61-1/examples++-hpddm/PETSc-code.hpp:893:20: style: The scope of the variable 'opt' can be reduced. [variableScope]
freefem++-3.61-1/examples++-hpddm/common.hpp:64:14: performance: Technically the member function 'Pair::init' can be static. [functionStatic]
freefem++-3.61-1/examples++-hpddm/common.hpp:43:9: style: Class 'STL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-hpddm/common.hpp:95:13: style: Class 'OpInv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-hpddm/common.hpp:112:17: style: Class 'OpTrans' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-hpddm/PETSc-code.hpp:219:0: error: Memory leak: dL [memleak]
freefem++-3.61-1/examples++-hpddm/common.hpp:177:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/PETSc-code.hpp:565:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/PETSc-code.hpp:566:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/PETSc-code.hpp:569:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/PETSc-code.hpp:570:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/PETSc-code.hpp:613:46: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/SLEPc-code.hpp:187:13: warning: Either the condition 'if(eigenvectors)' is redundant or there is possible null pointer dereference: eigenvectors. [nullPointerRedundantCheck]
freefem++-3.61-1/examples++-hpddm/SLEPc-code.hpp:201:19: note: Assuming that condition 'if(eigenvectors)' is not redundant
freefem++-3.61-1/examples++-hpddm/SLEPc-code.hpp:187:13: note: Null pointer dereference
freefem++-3.61-1/examples++-hpddm/hpddm.cpp:117:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freefem++-3.61-1/examples++-hpddm/hpddm.cpp:114:8: note: outer condition: mA
freefem++-3.61-1/examples++-hpddm/hpddm.cpp:117:12: note: identical inner condition: mA
freefem++-3.61-1/examples++-hpddm/hpddm.cpp:613:21: style: Variable 'yy' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-hpddm/hpddm.cpp:612:21: note: Variable 'yy' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-hpddm/hpddm.cpp:613:21: note: Variable 'yy' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-hpddm/hpddm.cpp:111:20: style: The scope of the variable 'opt' can be reduced. [variableScope]
freefem++-3.61-1/examples++-hpddm/hpddm.cpp:641:17: style: Class 'E_LCG' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:319:9: warning: Either the condition '!R' is redundant or there is possible null pointer dereference: R. [nullPointerRedundantCheck]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:317:12: note: Assuming that condition '!R' is not redundant
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:319:9: note: Null pointer dereference
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:556:28: style: The scope of the variable 'opt' can be reduced. [variableScope]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:307:22: style: Variable 'nu' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:519:13: style: Variable 't' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:53:89: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:61:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:76:89: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:84:89: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:91:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:111:89: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:138:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:178:38: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:186:36: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-hpddm/hpddm_substructuring.cpp:187:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-load/BEC.cpp:35:0: style: Same expression used in consecutive assignments of 'y' and 'z'. [duplicateAssignExpression]
freefem++-3.61-1/examples++-load/BEC.cpp:36:0: note: Same expression used in consecutive assignments of 'y' and 'z'.
freefem++-3.61-1/examples++-load/BEC.cpp:35:0: note: Same expression used in consecutive assignments of 'y' and 'z'.
freefem++-3.61-1/examples++-load/BinaryIO.cpp:57:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/BinaryIO.cpp:72:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/ClosePoints.cpp:350:21: warning: Either the condition 'if(q)' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
freefem++-3.61-1/examples++-load/ClosePoints.cpp:386:5: note: Assuming that condition 'if(q)' is not redundant
freefem++-3.61-1/examples++-load/ClosePoints.cpp:350:21: note: Null pointer dereference
freefem++-3.61-1/examples++-load/ClosePoints.cpp:534:18: style: Same expression on both sides of '&&' because the value of 'ABAC>0' and 'ABCB>0' are the same. [duplicateExpression]
freefem++-3.61-1/examples++-load/ClosePoints.cpp:533:16: note: 'ABAC' is assigned value 'AB' here.
freefem++-3.61-1/examples++-load/ClosePoints.cpp:533:33: note: 'ABCB' is assigned value 'AB' here.
freefem++-3.61-1/examples++-load/ClosePoints.cpp:534:18: note: Same expression on both sides of '&&' because the value of 'ABAC>0' and 'ABCB>0' are the same.
freefem++-3.61-1/examples++-load/ClosePoints.cpp:350:15: style: The scope of the variable 'Qo' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/ClosePoints.cpp:39:14: style: Member variable 'R2close::offset' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ClosePoints.cpp:43:76: note: Member variable 'R2close::offset' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ClosePoints.cpp:39:14: note: Member variable 'R2close::offset' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ClosePoints.cpp:39:14: style: Member variable 'R2close::offset' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ClosePoints.cpp:46:60: note: Member variable 'R2close::offset' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ClosePoints.cpp:39:14: note: Member variable 'R2close::offset' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ClosePoints.cpp:251:8: style: Technically the member function 'R2close::ncase' can be const. [functionConst]
freefem++-3.61-1/examples++-load/Curvature.cpp:413:11: style: Variable 'nv' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/Curvature.cpp:422:11: style: Variable 'nv' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/Curvature.cpp:431:11: style: Variable 'nv' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/Curvature.cpp:444:11: style: Variable 'nv' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/Curvature.cpp:453:11: style: Variable 'nv' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/Curvature.cpp:463:11: style: Variable 'nv' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/Curvature.cpp:474:11: style: Variable 'nv' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/DxWriter.cpp:252:4: performance: Variable 'evct' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/examples++-load/DxWriter.cpp:219:21: style: Technically the member function 'DxWriter::getmeshts' can be const. [functionConst]
freefem++-3.61-1/examples++-load/DxWriter.cpp:251:3: style: Class 'Dxwritesol_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:714:34: style: Variable 'Dphix' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:714:16: note: Variable 'Dphix' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:714:34: note: Variable 'Dphix' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:582:90: style: Function 'FB' argument 4 names different: declaration 'P' definition 'Phat'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:577:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'Phat'.
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:582:90: note: Function 'FB' argument 4 names different: declaration 'P' definition 'Phat'.
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:1287:91: style: Function 'FB' argument 4 names different: declaration 'P' definition 'Phat'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:1273:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'Phat'.
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:1287:91: note: Function 'FB' argument 4 names different: declaration 'P' definition 'Phat'.
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:1214:9: style: Member variable 'TypeOfFE_BDM1_2d::Ortho' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:1223:5: note: Member variable 'TypeOfFE_BDM1_2d::Ortho' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:1214:9: note: Member variable 'TypeOfFE_BDM1_2d::Ortho' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:446:3: style: Struct 'InitTypeOfRTk_2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:492:4: style: Class 'TypeOfFE_RT1_2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:756:4: style: Class 'TypeOfFE_RT2_2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:1216:4: style: Class 'TypeOfFE_BDM1_2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:814:12: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:1063:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-load/Element_Mixte.cpp:1079:7: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-load/Element_Mixte3d.cpp:2349:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-load/Element_Mixte3d.cpp:2442:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-load/Element_Mixte3d.cpp:2458:7: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:106:65: style: Function 'operator()' argument 2 names different: declaration 'PHat' definition 'P1Hat'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:67:56: note: Function 'operator()' argument 2 names different: declaration 'PHat' definition 'P1Hat'.
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:106:65: note: Function 'operator()' argument 2 names different: declaration 'PHat' definition 'P1Hat'.
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:128:92: style: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:66:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:128:92: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:170:92: style: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:95:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:170:92: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/examples++-load/Element_P1dc1.cpp:302:5: style: Struct 'A4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_P2pnc.cpp:134:58: style: Function 'FB' argument 2 names different: declaration 'Th' definition 'TH'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/Element_P2pnc.cpp:80:44: note: Function 'FB' argument 2 names different: declaration 'Th' definition 'TH'.
freefem++-3.61-1/examples++-load/Element_P2pnc.cpp:134:58: note: Function 'FB' argument 2 names different: declaration 'Th' definition 'TH'.
freefem++-3.61-1/examples++-load/Element_P2pnc.cpp:140:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/examples++-load/Element_P3dc.cpp:117:96: style: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/Element_P3dc.cpp:80:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/examples++-load/Element_P3dc.cpp:117:96: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/examples++-load/Element_P4dc.cpp:125:96: style: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/Element_P4dc.cpp:87:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/examples++-load/Element_P4dc.cpp:125:96: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/examples++-load/Element_PkEdge.cpp:47:3: style: Struct 'InitTypeOfFE_PkEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_PkEdge.cpp:85:4: style: Class 'TypeOfFE_PkEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_PkEdge.cpp:216:3: style: Struct 'InitTypeOfFE_PkEdgedc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_PkEdge.cpp:254:4: style: Class 'TypeOfFE_PkEdgedc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_QF.cpp:73:4: style: Class 'TypeOfFE_QF2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/Element_QF.cpp:166:4: style: Class 'TypeOfFE_QF3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/SortedList.h:278:39: style: Unsigned variable 'n' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/SortedList.h:280:51: style: Unsigned variable 'n' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/FreeFemQA.cpp:102:39: style: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/FreeFemQA.cpp:89:30: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/FreeFemQA.cpp:102:39: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/Geometry.hpp:39:3: warning: Member variable 'Vertex::gen' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/Geometry.hpp:77:3: warning: Member variable 'Edge::onBoundary_' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/BasicMath.h:68:15: style: Member variable 'ostream_math::format' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/BasicMath.h:70:59: note: Member variable 'ostream_math::format' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/BasicMath.h:68:15: note: Member variable 'ostream_math::format' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/Geometry.hpp:34:7: style: Member variable 'Vertex::m' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/Geometry.hpp:40:66: note: Member variable 'Vertex::m' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/Geometry.hpp:34:7: note: Member variable 'Vertex::m' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/Geometry.hpp:34:7: style: Member variable 'Vertex::m' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/Geometry.hpp:42:67: note: Member variable 'Vertex::m' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/Geometry.hpp:34:7: note: Member variable 'Vertex::m' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/Geometry.hpp:66:8: style: Member variable 'Edge::next' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/Geometry.hpp:80:106: note: Member variable 'Edge::next' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/Geometry.hpp:66:8: note: Member variable 'Edge::next' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:108:0: style: Member variable 'mir :: Tab < Vertex >::max_accessed_pos' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/SortedList.h:54:0: note: Member variable 'mir :: Tab < Vertex >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:108:0: note: Member variable 'mir :: Tab < Vertex >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:108:0: style: Member variable 'mir :: Tab < BiDim < int > >::max_accessed_pos' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/SortedList.h:54:0: note: Member variable 'mir :: Tab < BiDim < int > >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:108:0: note: Member variable 'mir :: Tab < BiDim < int > >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:299:7: style: Technically the member function 'mir::SortedList::Card' can be const. [functionConst]
freefem++-3.61-1/examples++-load/Geometry.hpp:229:21: style: Technically the member function 'mir::Triangulation::getVertices' can be const. [functionConst]
freefem++-3.61-1/examples++-load/Geometry.hpp:231:19: style: Technically the member function 'mir::Triangulation::getEdges' can be const. [functionConst]
freefem++-3.61-1/examples++-load/FreeFemQA.cpp:59:3: style: Class 'MeshGenQA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/RZ.h:207:1: warning: The class 'sym2' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/SortedList.h:52:0: warning: The class 'mir :: Tab < Vertex >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/SortedList.h:52:0: warning: The class 'mir :: Tab < BiDim < int > >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/RZ.h:703:14: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/RZ.h:693:22: note: Virtual function in base class
freefem++-3.61-1/examples++-load/RZ.h:703:14: note: Function in derived class
freefem++-3.61-1/examples++-load/FreeFemQA.cpp:130:20: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/RZ.h:693:22: note: Virtual function in base class
freefem++-3.61-1/examples++-load/FreeFemQA.cpp:130:20: note: Function in derived class
freefem++-3.61-1/examples++-load/Geometry.hpp:40:31: performance: Function parameter 'metric' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-load/SortedList.h:278:0: style: Unsigned variable 'n' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/SortedList.h:280:0: style: Unsigned variable 'n' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/SortedList.h:108:0: style: Member variable 'mir :: Tab < Edge >::max_accessed_pos' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/SortedList.h:54:0: note: Member variable 'mir :: Tab < Edge >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:108:0: note: Member variable 'mir :: Tab < Edge >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:108:0: style: Member variable 'mir :: Tab < int >::max_accessed_pos' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/SortedList.h:54:0: note: Member variable 'mir :: Tab < int >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:108:0: note: Member variable 'mir :: Tab < int >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:108:0: style: Member variable 'mir :: Tab < RZ >::max_accessed_pos' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/SortedList.h:54:0: note: Member variable 'mir :: Tab < RZ >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:108:0: note: Member variable 'mir :: Tab < RZ >::max_accessed_pos' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SortedList.h:299:0: style: Technically the member function 'mir :: SortedList < RZ >::Card' can be const. [functionConst]
freefem++-3.61-1/examples++-load/SortedList.h:52:0: warning: The class 'mir :: Tab < Edge >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/SortedList.h:52:0: warning: The class 'mir :: Tab < int >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/SortedList.h:52:0: warning: The class 'mir :: Tab < RZ >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/MetricKuate.cpp:449:41: style: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/MetricKuate.cpp:445:30: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/MetricKuate.cpp:449:41: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/MetricKuate.cpp:407:3: style: Class 'MetricKuate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/MetricPk.cpp:113:38: style: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/MetricPk.cpp:98:30: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/MetricPk.cpp:113:38: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/MetricPk.cpp:57:3: style: Class 'MetricPk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/NewSolver.cpp:251:1: style: The class 'SolveUMFPACK < Complex >' does not have a constructor although it has private member variables. [noConstructor]
freefem++-3.61-1/examples++-load/PARDISO.cpp:48:85: style: struct member 'PARDISO_STRUC_TRAIT::unSYM' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/PARDISO.cpp:48:113: style: struct member 'PARDISO_STRUC_TRAIT::SYM' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/PARDISO.cpp:49:84: style: struct member 'PARDISO_STRUC_TRAIT < double >::unSYM' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/PARDISO.cpp:49:113: style: struct member 'PARDISO_STRUC_TRAIT < double >::SYM' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/PARDISO.cpp:50:86: style: struct member 'PARDISO_STRUC_TRAIT < Complex >::unSYM' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/PARDISO.cpp:50:115: style: struct member 'PARDISO_STRUC_TRAIT < Complex >::SYM' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/SuperLu.cpp:484:0: warning: Member variable 'SolveSuperLU < Complex >::Astore' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/SuperLu.cpp:484:0: warning: Member variable 'SolveSuperLU < Complex >::rhsb' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/SuperLu.cpp:484:0: warning: Member variable 'SolveSuperLU < Complex >::rhsx' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/SuperLu.cpp:484:0: warning: Member variable 'SolveSuperLU < Complex >::xact' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/SuperLu.cpp:469:0: style: Member variable 'SolveSuperLU < Complex >::string_option' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/SuperLu.cpp:489:0: note: Member variable 'SolveSuperLU < Complex >::string_option' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SuperLu.cpp:469:0: note: Member variable 'SolveSuperLU < Complex >::string_option' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SuperLu.cpp:468:0: style: Member variable 'SolveSuperLU < Complex >::perm_r' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/SuperLu.cpp:489:0: note: Member variable 'SolveSuperLU < Complex >::perm_r' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SuperLu.cpp:468:0: note: Member variable 'SolveSuperLU < Complex >::perm_r' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SuperLu.cpp:467:0: style: Member variable 'SolveSuperLU < Complex >::perm_c' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/SuperLu.cpp:489:0: note: Member variable 'SolveSuperLU < Complex >::perm_c' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SuperLu.cpp:467:0: note: Member variable 'SolveSuperLU < Complex >::perm_c' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SuperLu.cpp:457:0: style: Member variable 'SolveSuperLU < Complex >::tol_pivot_sym' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/SuperLu.cpp:491:0: note: Member variable 'SolveSuperLU < Complex >::tol_pivot_sym' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SuperLu.cpp:457:0: note: Member variable 'SolveSuperLU < Complex >::tol_pivot_sym' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/SuperLu.cpp:582:0: style: Class 'SolveSuperLU < Complex >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/examples++-load/SuperLu.cpp:582:0: style: Class 'SolveSuperLU < Complex >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/examples++-load/UMFPACK64.cpp:234:1: style: The class 'SolveUMFPACK64 < Complex >' does not have a constructor although it has private member variables. [noConstructor]
freefem++-3.61-1/examples++-load/VTK_writer.cpp:43:7: style: struct member 'tsinfo::imesh' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/VTK_writer.cpp:206:8: style: Unused variable: nbofsol [unusedVariable]
freefem++-3.61-1/examples++-load/VTK_writer.cpp:204:4: performance: Variable 'evct' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/examples++-load/VTK_writer.cpp:205:4: performance: Variable 'evct2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/examples++-load/VTK_writer.cpp:127:10: performance: Technically the member function 'VtkWriter::checkprecision' can be static. [functionStatic]
freefem++-3.61-1/examples++-load/VTK_writer.cpp:170:21: style: Technically the member function 'VtkWriter::getmeshts' can be const. [functionConst]
freefem++-3.61-1/examples++-load/VTK_writer.cpp:203:3: style: Class 'Vtkwritesol_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/VTK_writer_3d.cpp:46:7: style: struct member 'tsinfo::imesh' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/VTK_writer_3d.cpp:200:8: style: Unused variable: nbofsol [unusedVariable]
freefem++-3.61-1/examples++-load/VTK_writer_3d.cpp:197:4: performance: Variable 'evct' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/examples++-load/VTK_writer_3d.cpp:198:4: performance: Variable 'evct2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/examples++-load/VTK_writer_3d.cpp:199:4: performance: Variable 'evct3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/examples++-load/VTK_writer_3d.cpp:137:10: performance: Technically the member function 'VtkWriter::checkprecision' can be static. [functionStatic]
freefem++-3.61-1/examples++-load/VTK_writer_3d.cpp:163:15: style: Technically the member function 'VtkWriter::getmeshts' can be const. [functionConst]
freefem++-3.61-1/examples++-load/VTK_writer_3d.cpp:196:3: style: Class 'Vtkwritesol_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/addNewType.cpp:29:3: warning: Member variable 'myType::nom' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/addNewType.cpp:31:10: performance: Technically the member function 'myType::x' can be static. [functionStatic]
freefem++-3.61-1/examples++-load/addNewType.cpp:29:3: style: Class 'myType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/bfstream.cpp:64:42: warning: Calling 'sizeof' on 'sizeof'. [sizeofsizeof]
freefem++-3.61-1/examples++-load/bfstream.cpp:38:0: style: Class 'Stream_b < istream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/bfstream.cpp:40:0: style: Class 'Stream_b < istream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/bfstream.cpp:38:0: style: Class 'Stream_b < ostream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/bfstream.cpp:40:0: style: Class 'Stream_b < ostream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/bfstream.cpp:36:0: warning: The class 'Stream_b < istream >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/bfstream.cpp:36:0: warning: The class 'Stream_b < ostream >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/bmo.cpp:440:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freefem++-3.61-1/examples++-load/bmo.cpp:309:3: style: Variable 'xnorm' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-load/bmo.cpp:307:3: note: Variable 'xnorm' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/bmo.cpp:309:3: note: Variable 'xnorm' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/bmo.cpp:297:9: style: The scope of the variable 'xmod' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/bmo.cpp:297:15: style: The scope of the variable 'xmod0' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/bmo.cpp:297:22: style: The scope of the variable 'gamgc' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/bmo.cpp:298:9: style: The scope of the variable 'xmodd' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/bmo.cpp:298:16: style: The scope of the variable 'xnorm' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/bmo.cpp:537:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/bmo.cpp:537:13: style: The scope of the variable 'x00' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/bmo.cpp:568:9: style: The scope of the variable 'xcoef' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/bmo.cpp:261:14: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::finit' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::fseul' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::fseulopt' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::ncstr' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::costsaveming' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::gnormsave' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::costsavemin' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::nbeval' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::nbevalp' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.hpp:49:3: warning: Member variable 'BijanMO::ifd' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/bmo.cpp:375:32: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freefem++-3.61-1/examples++-load/cmaes.cpp:213:2: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/cmaes.cpp:1052:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/cmaes.cpp:1464:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/cmaes.cpp:3198:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freefem++-3.61-1/examples++-load/cmaes.cpp:3202:4: note: Found duplicate branches for 'if' and 'else'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3198:9: note: Found duplicate branches for 'if' and 'else'.
freefem++-3.61-1/examples++-load/cmaes.cpp:579:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:691:14: style: The scope of the variable 's' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:966:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:966:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:966:12: style: The scope of the variable 'k' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:1685:16: style: The scope of the variable 'fac' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:1686:6: style: The scope of the variable 'iAchse' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:1855:19: style: The scope of the variable 'nb' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:2160:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:2160:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:2202:15: style: The scope of the variable 'm' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:2314:10: style: The scope of the variable 'p' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:2662:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:3339:14: style: The scope of the variable 's' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:3356:14: style: The scope of the variable 's' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/cmaes.cpp:224:21: style: Function 'cmaes_init' argument 3 names different: declaration 'xstart' definition 'inxstart'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:30:54: note: Function 'cmaes_init' argument 3 names different: declaration 'xstart' definition 'inxstart'.
freefem++-3.61-1/examples++-load/cmaes.cpp:224:21: note: Function 'cmaes_init' argument 3 names different: declaration 'xstart' definition 'inxstart'.
freefem++-3.61-1/examples++-load/cmaes.cpp:225:21: style: Function 'cmaes_init' argument 4 names different: declaration 'stddev' definition 'inrgstddev'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:31:28: note: Function 'cmaes_init' argument 4 names different: declaration 'stddev' definition 'inrgstddev'.
freefem++-3.61-1/examples++-load/cmaes.cpp:225:21: note: Function 'cmaes_init' argument 4 names different: declaration 'stddev' definition 'inrgstddev'.
freefem++-3.61-1/examples++-load/cmaes.cpp:226:18: style: Function 'cmaes_init' argument 5 names different: declaration 'seed' definition 'inseed'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:31:41: note: Function 'cmaes_init' argument 5 names different: declaration 'seed' definition 'inseed'.
freefem++-3.61-1/examples++-load/cmaes.cpp:226:18: note: Function 'cmaes_init' argument 5 names different: declaration 'seed' definition 'inseed'.
freefem++-3.61-1/examples++-load/cmaes.cpp:375:37: style: Function 'cmaes_resume_distribution' argument 1 names different: declaration 'evo_ptr' definition 't'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:33:42: note: Function 'cmaes_resume_distribution' argument 1 names different: declaration 'evo_ptr' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:375:37: note: Function 'cmaes_resume_distribution' argument 1 names different: declaration 'evo_ptr' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:687:39: style: Function 'cmaes_ReSampleSingle' argument 2 names different: declaration 'index' definition 'iindex'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:43:53: note: Function 'cmaes_ReSampleSingle' argument 2 names different: declaration 'index' definition 'iindex'.
freefem++-3.61-1/examples++-load/cmaes.cpp:687:39: note: Function 'cmaes_ReSampleSingle' argument 2 names different: declaration 'index' definition 'iindex'.
freefem++-3.61-1/examples++-load/cmaes.cpp:746:48: style: Function 'cmaes_PerturbSolutionInto' argument 2 names different: declaration 'xout' definition 'rgx'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:157:55: note: Function 'cmaes_PerturbSolutionInto' argument 2 names different: declaration 'xout' definition 'rgx'.
freefem++-3.61-1/examples++-load/cmaes.cpp:746:48: note: Function 'cmaes_PerturbSolutionInto' argument 2 names different: declaration 'xout' definition 'rgx'.
freefem++-3.61-1/examples++-load/cmaes.cpp:746:67: style: Function 'cmaes_PerturbSolutionInto' argument 3 names different: declaration 'xin' definition 'xmean'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:158:49: note: Function 'cmaes_PerturbSolutionInto' argument 3 names different: declaration 'xin' definition 'xmean'.
freefem++-3.61-1/examples++-load/cmaes.cpp:746:67: note: Function 'cmaes_PerturbSolutionInto' argument 3 names different: declaration 'xin' definition 'xmean'.
freefem++-3.61-1/examples++-load/cmaes.cpp:777:53: style: Function 'cmaes_UpdateDistribution' argument 2 names different: declaration 'rgFitnessValues' definition 'rgFunVal'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:39:48: note: Function 'cmaes_UpdateDistribution' argument 2 names different: declaration 'rgFitnessValues' definition 'rgFunVal'.
freefem++-3.61-1/examples++-load/cmaes.cpp:777:53: note: Function 'cmaes_UpdateDistribution' argument 2 names different: declaration 'rgFitnessValues' definition 'rgFunVal'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1027:49: style: Function 'cmaes_WriteToFile' argument 2 names different: declaration 'szKeyWord' definition 'key'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:56:48: note: Function 'cmaes_WriteToFile' argument 2 names different: declaration 'szKeyWord' definition 'key'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1027:49: note: Function 'cmaes_WriteToFile' argument 2 names different: declaration 'szKeyWord' definition 'key'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1027:66: style: Function 'cmaes_WriteToFile' argument 3 names different: declaration 'output_filename' definition 'name'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:57:37: note: Function 'cmaes_WriteToFile' argument 3 names different: declaration 'output_filename' definition 'name'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1027:66: note: Function 'cmaes_WriteToFile' argument 3 names different: declaration 'output_filename' definition 'name'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1034:39: style: Function 'cmaes_WriteToFileAW' argument 4 names different: declaration 'append' definition 'appendwrite'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:161:39: note: Function 'cmaes_WriteToFileAW' argument 4 names different: declaration 'append' definition 'appendwrite'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1034:39: note: Function 'cmaes_WriteToFileAW' argument 4 names different: declaration 'append' definition 'appendwrite'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1566:36: style: Function 'cmaes_Get' argument 2 names different: declaration 'keyword' definition 's'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:49:42: note: Function 'cmaes_Get' argument 2 names different: declaration 'keyword' definition 's'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1566:36: note: Function 'cmaes_Get' argument 2 names different: declaration 'keyword' definition 's'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1616:40: style: Function 'cmaes_GetInto' argument 2 names different: declaration 'keyword' definition 's'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:52:47: note: Function 'cmaes_GetInto' argument 2 names different: declaration 'keyword' definition 's'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1616:40: note: Function 'cmaes_GetInto' argument 2 names different: declaration 'keyword' definition 's'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1616:51: style: Function 'cmaes_GetInto' argument 3 names different: declaration 'mem' definition 'res'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:52:64: note: Function 'cmaes_GetInto' argument 3 names different: declaration 'mem' definition 'res'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1616:51: note: Function 'cmaes_GetInto' argument 3 names different: declaration 'mem' definition 'res'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1633:39: style: Function 'cmaes_GetNew' argument 2 names different: declaration 'keyword' definition 's'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:51:46: note: Function 'cmaes_GetNew' argument 2 names different: declaration 'keyword' definition 's'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1633:39: note: Function 'cmaes_GetNew' argument 2 names different: declaration 'keyword' definition 's'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1639:39: style: Function 'cmaes_GetPtr' argument 2 names different: declaration 'keyword' definition 's'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes_interface.h:50:51: note: Function 'cmaes_GetPtr' argument 2 names different: declaration 'keyword' definition 's'.
freefem++-3.61-1/examples++-load/cmaes.cpp:1639:39: note: Function 'cmaes_GetPtr' argument 2 names different: declaration 'keyword' definition 's'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2540:26: style: Function 'timings_init' argument 1 names different: declaration 'timing' definition 't'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:141:31: note: Function 'timings_init' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2540:26: note: Function 'timings_init' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2546:27: style: Function 'timings_start' argument 1 names different: declaration 'timing' definition 't'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:142:32: note: Function 'timings_start' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2546:27: note: Function 'timings_start' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2559:28: style: Function 'timings_update' argument 1 names different: declaration 'timing' definition 't'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:143:35: note: Function 'timings_update' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2559:28: note: Function 'timings_update' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2599:25: style: Function 'timings_tic' argument 1 names different: declaration 'timing' definition 't'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:144:30: note: Function 'timings_tic' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2599:25: note: Function 'timings_tic' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2610:25: style: Function 'timings_toc' argument 1 names different: declaration 'timing' definition 't'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:145:32: note: Function 'timings_toc' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2610:25: note: Function 'timings_toc' argument 1 names different: declaration 'timing' definition 't'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2639:32: style: Function 'random_init' argument 2 names different: declaration 'seed' definition 'inseed'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:135:36: note: Function 'random_init' argument 2 names different: declaration 'seed' definition 'inseed'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2639:32: note: Function 'random_init' argument 2 names different: declaration 'seed' definition 'inseed'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2661:38: style: Function 'random_Start' argument 2 names different: declaration 'seed' definition 'inseed'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:139:37: note: Function 'random_Start' argument 2 names different: declaration 'seed' definition 'inseed'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2661:38: note: Function 'random_Start' argument 2 names different: declaration 'seed' definition 'inseed'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2736:20: style: Function 'readpara_init' argument 3 names different: declaration 'seed' definition 'inseed'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:147:48: note: Function 'readpara_init' argument 3 names different: declaration 'seed' definition 'inseed'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2736:20: note: Function 'readpara_init' argument 3 names different: declaration 'seed' definition 'inseed'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2737:30: style: Function 'readpara_init' argument 4 names different: declaration 'xstart' definition 'inxstart'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:147:68: note: Function 'readpara_init' argument 4 names different: declaration 'xstart' definition 'inxstart'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2737:30: note: Function 'readpara_init' argument 4 names different: declaration 'xstart' definition 'inxstart'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2738:30: style: Function 'readpara_init' argument 5 names different: declaration 'sigma' definition 'inrgsigma'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:148:35: note: Function 'readpara_init' argument 5 names different: declaration 'sigma' definition 'inrgsigma'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2738:30: note: Function 'readpara_init' argument 5 names different: declaration 'sigma' definition 'inrgsigma'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2938:51: style: Function 'readpara_ReadFromFile' argument 2 names different: declaration 'szFileName' definition 'filename'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:150:55: note: Function 'readpara_ReadFromFile' argument 2 names different: declaration 'szFileName' definition 'filename'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2938:51: note: Function 'readpara_ReadFromFile' argument 2 names different: declaration 'szFileName' definition 'filename'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3019:35: style: Function 'readpara_WriteToFile' argument 3 names different: declaration 'parafilesource' definition 'filenamesource'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:154:40: note: Function 'readpara_WriteToFile' argument 3 names different: declaration 'parafilesource' definition 'filenamesource'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3019:35: note: Function 'readpara_WriteToFile' argument 3 names different: declaration 'parafilesource' definition 'filenamesource'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3239:16: style: Function 'douMax' argument 1 names different: declaration 'd1' definition 'i'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:187:30: note: Function 'douMax' argument 1 names different: declaration 'd1' definition 'i'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3239:16: note: Function 'douMax' argument 1 names different: declaration 'd1' definition 'i'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3239:26: style: Function 'douMax' argument 2 names different: declaration 'd2' definition 'j'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:187:41: note: Function 'douMax' argument 2 names different: declaration 'd2' definition 'j'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3239:26: note: Function 'douMax' argument 2 names different: declaration 'd2' definition 'j'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3244:16: style: Function 'douMin' argument 1 names different: declaration 'd1' definition 'i'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:188:30: note: Function 'douMin' argument 1 names different: declaration 'd1' definition 'i'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3244:16: note: Function 'douMin' argument 1 names different: declaration 'd1' definition 'i'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3244:26: style: Function 'douMin' argument 2 names different: declaration 'd2' definition 'j'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:188:41: note: Function 'douMin' argument 2 names different: declaration 'd2' definition 'j'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3244:26: note: Function 'douMin' argument 2 names different: declaration 'd2' definition 'j'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3320:56: style: Function 'Sorted_index' argument 2 names different: declaration 'index' definition 'iindex'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:182:56: note: Function 'Sorted_index' argument 2 names different: declaration 'index' definition 'iindex'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3320:56: note: Function 'Sorted_index' argument 2 names different: declaration 'index' definition 'iindex'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3388:20: style: Function 'FATAL' argument 1 names different: declaration 'sz1' definition 's1'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:178:32: note: Function 'FATAL' argument 1 names different: declaration 'sz1' definition 's1'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3388:20: note: Function 'FATAL' argument 1 names different: declaration 'sz1' definition 's1'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3394:32: style: Function 'ERRORMESSAGE' argument 1 names different: declaration 'sz1' definition 's1'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/cmaes.cpp:180:39: note: Function 'ERRORMESSAGE' argument 1 names different: declaration 'sz1' definition 's1'.
freefem++-3.61-1/examples++-load/cmaes.cpp:3394:32: note: Function 'ERRORMESSAGE' argument 1 names different: declaration 'sz1' definition 's1'.
freefem++-3.61-1/examples++-load/cmaes.cpp:2244:12: style: Variable 'iter' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/cmaes.cpp:1462:38: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
freefem++-3.61-1/examples++-load/cmaes.cpp:3032:10: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
freefem++-3.61-1/examples++-load/cmaes.cpp:3379:26: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
freefem++-3.61-1/examples++-load/cmaes.cpp:3410:31: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
freefem++-3.61-1/examples++-load/cmaes.cpp:3200:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefem++-3.61-1/examples++-load/cmaes.cpp:3204:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefem++-3.61-1/examples++-load/dfft.cpp:227:13: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/dfft.cpp:46:0: warning: Member variable 'DFFT_1d2dor3d < double >::k' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/dfft.cpp:181:3: style: Class 'Mapkk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:65:63: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:433:12: style: Redundant condition: sym. '!sym || (sym && M->symetrique)' is equivalent to '!sym || M->symetrique' [redundantCondition]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1092:13: error: Null pointer dereference: ffC [nullPointer]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1082:35: note: Assignment 'ffC=0', assigned value is 0
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1092:13: note: Null pointer dereference
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:579:4: style: Variable 'lms' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:578:0: note: Variable 'lms' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:579:4: note: Variable 'lms' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:50:6: style: The scope of the variable 'elem' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:601:59: style: Function 'FindIndex' argument 2 names different: declaration 'jrow' definition 'jcol'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:531:61: note: Function 'FindIndex' argument 2 names different: declaration 'jrow' definition 'jcol'.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:601:59: note: Function 'FindIndex' argument 2 names different: declaration 'jrow' definition 'jcol'.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:485:3: warning: Member variable 'ffNLP::sigma_start' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:485:3: warning: Member variable 'ffNLP::final_value' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:485:3: warning: Member variable 'ffNLP::fitness' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:485:3: warning: Member variable 'ffNLP::dfitness' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:485:3: warning: Member variable 'ffNLP::constraints' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:485:3: warning: Member variable 'ffNLP::mm' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:485:3: warning: Member variable 'ffNLP::nnz_jac' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:485:3: warning: Member variable 'ffNLP::nnz_h' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:485:3: warning: Member variable 'ffNLP::checkstruct' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:137:14: style: Member variable 'P2ScalarFunc::vf' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:139:74: note: Member variable 'P2ScalarFunc::vf' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:137:14: note: Member variable 'P2ScalarFunc::vf' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:137:14: style: Member variable 'P2ScalarFunc::vf' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:141:106: note: Member variable 'P2ScalarFunc::vf' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:137:14: note: Member variable 'P2ScalarFunc::vf' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:179:14: style: Member variable 'P1VectorFunc::vf' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:181:75: note: Member variable 'P1VectorFunc::vf' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:179:14: note: Member variable 'P1VectorFunc::vf' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:179:14: style: Member variable 'P1VectorFunc::vf' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:183:107: note: Member variable 'P1VectorFunc::vf' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:179:14: note: Member variable 'P1VectorFunc::vf' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:396:7: style: Member variable 'SparseMatStructure::n' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:333:63: note: Member variable 'SparseMatStructure::n' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:396:7: note: Member variable 'SparseMatStructure::n' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:396:7: style: Member variable 'SparseMatStructure::n' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:335:97: note: Member variable 'SparseMatStructure::n' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:396:7: note: Member variable 'SparseMatStructure::n' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:396:7: style: Member variable 'SparseMatStructure::n' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:337:119: note: Member variable 'SparseMatStructure::n' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:396:7: note: Member variable 'SparseMatStructure::n' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:513:10: style: Member variable 'ffNLP::final_value' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:536:50: note: Member variable 'ffNLP::final_value' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:513:10: note: Member variable 'ffNLP::final_value' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:511:29: style: Member variable 'ffNLP::uz_start' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:537:69: note: Member variable 'ffNLP::uz_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:511:29: note: Member variable 'ffNLP::uz_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:512:10: style: Member variable 'ffNLP::sigma_start' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:539:37: note: Member variable 'ffNLP::sigma_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:512:10: note: Member variable 'ffNLP::sigma_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:511:6: style: Member variable 'ffNLP::lambda_start' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:539:54: note: Member variable 'ffNLP::lambda_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:511:6: note: Member variable 'ffNLP::lambda_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:513:10: style: Member variable 'ffNLP::final_value' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:543:69: note: Member variable 'ffNLP::final_value' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:513:10: note: Member variable 'ffNLP::final_value' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:511:29: style: Member variable 'ffNLP::uz_start' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:544:98: note: Member variable 'ffNLP::uz_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:511:29: note: Member variable 'ffNLP::uz_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:512:10: style: Member variable 'ffNLP::sigma_start' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:545:80: note: Member variable 'ffNLP::sigma_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:512:10: note: Member variable 'ffNLP::sigma_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:511:6: style: Member variable 'ffNLP::lambda_start' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:545:97: note: Member variable 'ffNLP::lambda_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:511:6: note: Member variable 'ffNLP::lambda_start' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:963:23: style: Member variable 'E_Ipopt::AF' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:989:32: note: Member variable 'E_Ipopt::AF' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:963:23: note: Member variable 'E_Ipopt::AF' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:960:10: style: Member variable 'E_Ipopt::spurious_cases' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:990:6: note: Member variable 'E_Ipopt::spurious_cases' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:960:10: note: Member variable 'E_Ipopt::spurious_cases' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:333:3: style: Class 'SparseMatStructure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1289:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1293:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1297:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1301:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1305:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1309:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1313:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1317:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1321:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1325:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1329:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1333:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1336:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1340:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1344:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1348:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1352:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1356:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1360:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1364:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1368:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1372:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1376:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1380:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1384:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1388:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1392:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1396:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1400:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:1404:3: style: Class 'OptimIpopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:108:19: warning: The class 'GeneralFunc' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:134:1: warning: The class 'P2ScalarFunc' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:176:1: warning: The class 'P1VectorFunc' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:215:12: warning: The class 'ffcalfunc' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:234:1: warning: The class 'GeneralSparseMatFunc' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:284:1: warning: The class 'ConstantSparseMatFunc' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:89:0: warning: The class 'ffcalfunc < double >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:89:0: warning: The class 'ffcalfunc < KN < double > >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:143:5: style: The function 'J' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:97:0: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:143:5: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:185:6: style: The function 'J' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:97:0: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:185:6: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:246:8: style: The function 'NLCHPEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:226:16: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:246:8: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:295:8: style: The function 'NLCHPEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:226:16: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:295:8: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:941:0: style: The function 'A' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:930:29: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:941:0: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:943:0: style: The function 'WC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:932:22: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:943:0: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:945:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:933:16: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:945:0: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:918:0: style: The function 'A' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:908:29: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:918:0: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:920:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:910:16: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-Ipopt.cpp:920:0: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:41:75: style: struct member 'Info::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:41:106: style: struct member 'Info::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:42:120: style: struct member 'Info < nlopt :: LD_LBFGS_NOCEDAL >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:42:151: style: struct member 'Info < nlopt :: LD_LBFGS_NOCEDAL >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:43:144: style: struct member 'Info < nlopt :: LD_LBFGS >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:43:175: style: struct member 'Info < nlopt :: LD_LBFGS >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:44:144: style: struct member 'Info < nlopt :: LD_VAR1 >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:44:175: style: struct member 'Info < nlopt :: LD_VAR1 >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:45:144: style: struct member 'Info < nlopt :: LD_VAR2 >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:45:175: style: struct member 'Info < nlopt :: LD_VAR2 >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:46:144: style: struct member 'Info < nlopt :: LD_TNEWTON >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:46:175: style: struct member 'Info < nlopt :: LD_TNEWTON >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:47:120: style: struct member 'Info < nlopt :: LD_TNEWTON_RESTART >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:47:151: style: struct member 'Info < nlopt :: LD_TNEWTON_RESTART >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:48:120: style: struct member 'Info < nlopt :: LD_TNEWTON_PRECOND >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:48:151: style: struct member 'Info < nlopt :: LD_TNEWTON_PRECOND >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:49:96: style: struct member 'Info < nlopt :: LD_TNEWTON_PRECOND_RESTART >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:49:127: style: struct member 'Info < nlopt :: LD_TNEWTON_PRECOND_RESTART >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:50:152: style: struct member 'Info < nlopt :: LD_MMA >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:50:183: style: struct member 'Info < nlopt :: LD_MMA >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:51:144: style: struct member 'Info < nlopt :: LD_AUGLAG >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:51:174: style: struct member 'Info < nlopt :: LD_AUGLAG >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:52:136: style: struct member 'Info < nlopt :: LD_AUGLAG_EQ >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:52:166: style: struct member 'Info < nlopt :: LD_AUGLAG_EQ >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:53:144: style: struct member 'Info < nlopt :: LD_SLSQP >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:53:175: style: struct member 'Info < nlopt :: LD_SLSQP >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:54:144: style: struct member 'Info < nlopt :: GD_STOGO >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:54:175: style: struct member 'Info < nlopt :: GD_STOGO >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:55:128: style: struct member 'Info < nlopt :: GD_STOGO_RAND >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:55:159: style: struct member 'Info < nlopt :: GD_STOGO_RAND >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:56:144: style: struct member 'Info < nlopt :: GD_MLSL >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:56:174: style: struct member 'Info < nlopt :: GD_MLSL >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:57:136: style: struct member 'Info < nlopt :: GD_MLSL_LDS >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:57:166: style: struct member 'Info < nlopt :: GD_MLSL_LDS >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:58:143: style: struct member 'Info < nlopt :: GN_MLSL >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:58:173: style: struct member 'Info < nlopt :: GN_MLSL >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:59:135: style: struct member 'Info < nlopt :: GN_MLSL_LDS >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:59:165: style: struct member 'Info < nlopt :: GN_MLSL_LDS >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:60:143: style: struct member 'Info < nlopt :: LN_AUGLAG >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:60:173: style: struct member 'Info < nlopt :: LN_AUGLAG >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:61:135: style: struct member 'Info < nlopt :: LN_AUGLAG_EQ >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:61:165: style: struct member 'Info < nlopt :: LN_AUGLAG_EQ >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:62:151: style: struct member 'Info < nlopt :: G_MLSL >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:62:181: style: struct member 'Info < nlopt :: G_MLSL >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:63:143: style: struct member 'Info < nlopt :: G_MLSL_LDS >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:63:173: style: struct member 'Info < nlopt :: G_MLSL_LDS >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:64:151: style: struct member 'Info < nlopt :: AUGLAG >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:64:181: style: struct member 'Info < nlopt :: AUGLAG >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:65:143: style: struct member 'Info < nlopt :: AUGLAG_EQ >::SA' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:65:173: style: struct member 'Info < nlopt :: AUGLAG_EQ >::name' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:647:3: warning: Member variable 'OptimNLopt::cas' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:518:5: warning: Member variable 'E_NLopt::cas' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:381:3: style: Unused private function: 'MyCheck < false >::MyCheck' [unusedPrivateFunction]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:340:8: style: Member variable 'GenericOptimizer::iconstrained' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:163:129: note: Member variable 'GenericOptimizer::iconstrained' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:340:8: note: Member variable 'GenericOptimizer::iconstrained' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:342:32: style: Member variable 'GenericOptimizer::ineqconst' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:164:20: note: Member variable 'GenericOptimizer::ineqconst' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:342:32: note: Member variable 'GenericOptimizer::ineqconst' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:338:20: style: Member variable 'GenericOptimizer::subopt' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:164:50: note: Member variable 'GenericOptimizer::subopt' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:338:20: note: Member variable 'GenericOptimizer::subopt' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:340:8: style: Member variable 'GenericOptimizer::iconstrained' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:167:164: note: Member variable 'GenericOptimizer::iconstrained' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:340:8: note: Member variable 'GenericOptimizer::iconstrained' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:342:32: style: Member variable 'GenericOptimizer::ineqconst' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:168:72: note: Member variable 'GenericOptimizer::ineqconst' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:342:32: note: Member variable 'GenericOptimizer::ineqconst' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:338:20: style: Member variable 'GenericOptimizer::subopt' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:168:102: note: Member variable 'GenericOptimizer::subopt' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:338:20: note: Member variable 'GenericOptimizer::subopt' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:381:3: performance: Technically the member function 'MyCheck < false >::MyCheck' can be static. [functionStatic]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:168:4: style: Class 'GenericOptimizer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:168:4: style: Class 'GenericOptimizer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:400:21: warning: The class 'SAOptimizer' defines member variable with name 'subopt' also defined in its parent class 'GenericOptimizer'. [duplInheritedMember]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:338:20: note: Parent variable 'GenericOptimizer::subopt'
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:400:21: note: Derived variable 'SAOptimizer::subopt'
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:359:3: style: Class 'Optimizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:388:3: style: Class 'SAOptimizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:647:3: style: Class 'OptimNLopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:849:3: style: Class 'OptimNLopt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:133:0: warning: The class 'ffcalfunc < KN < double > >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:133:0: warning: The class 'ffcalfunc < KNM < double > >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:365:8: style: The function 'DF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:196:16: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:365:8: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:367:8: style: The function 'SA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:198:16: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:367:8: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:369:20: style: The function 'Tag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:202:28: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:369:20: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:371:14: style: The function 'Name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:200:22: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:371:14: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:402:8: style: The function 'DF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:196:16: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:402:8: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:404:8: style: The function 'SA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:198:16: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:404:8: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:406:20: style: The function 'Tag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:202:28: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:406:20: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:408:14: style: The function 'Name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:200:22: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:408:14: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:475:20: style: The function 'SetVectorStorage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:227:28: note: Virtual function in base class
freefem++-3.61-1/examples++-load/ff-NLopt.cpp:475:20: note: Function in derived class
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:276:8: warning: Either the condition 'if(optim)' is redundant or there is possible null pointer dereference: optim. [nullPointerRedundantCheck]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:283:9: note: Assuming that condition 'if(optim)' is not redundant
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:276:8: note: Null pointer dereference
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:277:13: warning: Either the condition 'if(optim)' is redundant or there is possible null pointer dereference: optim. [nullPointerRedundantCheck]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:283:9: note: Assuming that condition 'if(optim)' is not redundant
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:277:13: note: Null pointer dereference
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:278:22: warning: Either the condition 'if(optim)' is redundant or there is possible null pointer dereference: optim. [nullPointerRedundantCheck]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:283:9: note: Assuming that condition 'if(optim)' is not redundant
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:278:22: note: Null pointer dereference
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:279:53: warning: Either the condition 'if(optim)' is redundant or there is possible null pointer dereference: optim. [nullPointerRedundantCheck]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:283:9: note: Assuming that condition 'if(optim)' is not redundant
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:279:53: note: Null pointer dereference
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:257:20: style: Variable 'iprint' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:199:16: style: Member variable 'CMA_ES::fit' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:182:31: note: Member variable 'CMA_ES::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:199:16: note: Member variable 'CMA_ES::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:199:16: style: Member variable 'CMA_ES::fit' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:189:74: note: Member variable 'CMA_ES::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:199:16: note: Member variable 'CMA_ES::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:199:16: style: Member variable 'CMA_ES::fit' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:192:80: note: Member variable 'CMA_ES::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:199:16: note: Member variable 'CMA_ES::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:53:8: style: Technically the member function 'CMAES::resume_distribution' can be const. [functionConst]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:63:16: style: Technically the member function 'CMAES::ReSampleSingle_old' can be const. [functionConst]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:65:8: style: Technically the member function 'CMAES::UpdateEigensystem' can be const. [functionConst]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:136:8: style: Technically the member function 'CMAES::exit' can be const. [functionConst]
freefem++-3.61-1/examples++-load/ff-cmaes.cpp:294:3: style: Class 'OptimCMA_ES' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/fflapack.cpp:246:2: style: Variable 'lw' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-load/fflapack.cpp:241:0: note: Variable 'lw' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/fflapack.cpp:246:2: note: Variable 'lw' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/fflapack.cpp:231:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/fflapack.cpp:257:0: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/fflapack.cpp:285:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/fflapack.cpp:375:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/fflapack.cpp:428:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: style: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/fflapack.cpp:863:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: style: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/fflapack.cpp:867:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: style: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/fflapack.cpp:870:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: style: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/fflapack.cpp:873:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: style: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/fflapack.cpp:863:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: style: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/fflapack.cpp:867:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: style: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/fflapack.cpp:870:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: style: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/fflapack.cpp:873:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:859:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/fflapack.cpp:846:0: style: Class 'Inverse < KNM < double > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/fflapack.cpp:849:0: style: Class 'Inverse < KNM < double > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/fflapack.cpp:851:0: style: Class 'Inverse < KNM < double > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/fflapack.cpp:846:0: style: Class 'Inverse < KNM < Complex > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/fflapack.cpp:849:0: style: Class 'Inverse < KNM < Complex > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/fflapack.cpp:851:0: style: Class 'Inverse < KNM < Complex > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ffnewuoa.cpp:136:6: style: Variable 'cost' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-load/ffnewuoa.cpp:122:0: note: Variable 'cost' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/ffnewuoa.cpp:136:6: note: Variable 'cost' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/ffnewuoa.cpp:148:3: style: Class 'OptimNewoa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ffrandom.cpp:53:17: style: Variable 'memblock' is not assigned a value. [unassignedVariable]
freefem++-3.61-1/examples++-load/ffrandom.cpp:91:0: style: Class 'OneOperator_0 < long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ffrandom.cpp:78:0: style: Class 'E_F0_F' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/freeyams.cpp:539:8: style: The scope of the variable 'ksol' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/freeyams.cpp:631:12: style: Variable 'nbe' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/freeyams.cpp:529:3: style: Class 'yams_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/freeyams.cpp:283:15: error: Uninitialized variable: ff_t [uninitvar]
freefem++-3.61-1/examples++-load/freeyams.cpp:781:46: error: Uninitialized variable: hmin [uninitvar]
freefem++-3.61-1/examples++-load/freeyams.cpp:784:27: error: Uninitialized variable: hmin [uninitvar]
freefem++-3.61-1/examples++-load/freeyams.cpp:781:52: error: Uninitialized variable: hmax [uninitvar]
freefem++-3.61-1/examples++-load/freeyams.cpp:788:27: error: Uninitialized variable: hmax [uninitvar]
freefem++-3.61-1/examples++-load/gmsh.cpp:188:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/gmsh.cpp:591:28: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/gmsh.cpp:207:52: style: The scope of the variable 'partition' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/gmsh.cpp:321:52: style: The scope of the variable 'partition' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/gmsh.cpp:608:52: style: The scope of the variable 'partition' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/gmsh.cpp:730:52: style: The scope of the variable 'partition' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/gmsh.cpp:409:18: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/gmsh.cpp:411:26: style: Variable 'elementary' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/gmsh.cpp:412:25: style: Variable 'partition' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/gmsh.cpp:741:106: style: Variable 'partition' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/gmsh.cpp:815:18: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/gmsh.cpp:817:26: style: Variable 'elementary' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/gmsh.cpp:818:25: style: Variable 'partition' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/gsl.cpp:84:2: warning: Member variable 'GSLInterpolation::splinetype' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/gsl.cpp:79:10: style: Member variable 'GSLInterpolation::xy' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/gsl.cpp:84:48: note: Member variable 'GSLInterpolation::xy' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/gsl.cpp:79:10: note: Member variable 'GSLInterpolation::xy' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/gsl.cpp:155:2: style: Struct 'dGSLInterpolation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/gsl.cpp:158:25: style: Struct 'ddGSLInterpolation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ilut.cpp:77:3: style: Class 'ILUT_Vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/iohdf5.cpp:93:3: style: Class 'datasolHDF5Mesh2_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/iohdf5.cpp:423:3: style: Class 'datasolHDF5Mesh3_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/iovtk.cpp:3355:14: style: Condition '!bigEndian' is always true [knownConditionTrueFalse]
freefem++-3.61-1/examples++-load/iovtk.cpp:3349:11: note: Assuming that condition '!bigEndian' is not redundant
freefem++-3.61-1/examples++-load/iovtk.cpp:3355:14: note: Condition '!bigEndian' is always true
freefem++-3.61-1/examples++-load/iovtk.cpp:558:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:564:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:812:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:818:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:1859:6: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:1880:7: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:1894:7: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:3523:6: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:3544:7: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:3558:7: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:3762:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:3768:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/iovtk.cpp:373:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:617:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1143:32: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1151:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1402:34: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1419:35: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1483:39: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1500:40: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1537:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1554:35: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1618:40: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1635:41: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1692:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1718:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1773:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1799:42: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1948:32: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1965:32: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:1967:12: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:2716:32: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:2727:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3022:39: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3039:40: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3065:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3081:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3176:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3192:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3249:40: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3266:41: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3355:37: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3382:41: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3437:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3463:42: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3613:32: portability: Casting from float ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:3628:32: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/iovtk.cpp:144:6: style: The scope of the variable 'nbcachedInBytes' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/iovtk.cpp:1344:6: style: The scope of the variable 'reftri' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/iovtk.cpp:1345:6: style: The scope of the variable 'refedges' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/iovtk.cpp:1353:10: style: The scope of the variable 'DataLabel' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/iovtk.cpp:2955:6: style: The scope of the variable 'reftetra' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/iovtk.cpp:2956:6: style: The scope of the variable 'reftri' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/iovtk.cpp:2964:10: style: The scope of the variable 'DataLabel' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/iovtk.cpp:333:10: style: Unused variable: nv [unusedVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:577:10: style: Unused variable: nv [unusedVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:1347:26: style: Variable 'reftri' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:1351:28: style: Variable 'refedges' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:1354:29: style: Variable 'DataLabel' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:1567:19: style: Unused variable: ElementChars [unusedVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:1848:14: style: Variable 'nbofsol' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:1862:6: style: Variable 'sca' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:1883:7: style: Variable 'vec' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:1897:7: style: Variable 'ten' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:2277:17: style: Variable 'bid0' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:2958:28: style: Variable 'reftetra' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:2962:26: style: Variable 'reftri' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:2965:29: style: Variable 'DataLabel' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:3512:14: style: Variable 'nbofsol' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:3526:6: style: Variable 'sca' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:3547:7: style: Variable 'vec' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:3561:7: style: Variable 'ten' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:3884:17: style: Variable 'bid0' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:4100:7: style: Unused variable: nc [unusedVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:4100:11: style: Unused variable: nv [unusedVariable]
freefem++-3.61-1/examples++-load/iovtk.cpp:2127:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/iovtk.cpp:2142:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/iovtk.cpp:2260:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/iovtk.cpp:2267:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/iovtk.cpp:3788:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/iovtk.cpp:3803:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/iovtk.cpp:3867:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/iovtk.cpp:3874:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/iovtk.cpp:1831:3: style: Class 'VTK_WriteMesh_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/iovtk.cpp:3495:3: style: Class 'VTK_WriteMesh3_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/iovtk.cpp:1088:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:1092:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:1104:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:1169:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:1233:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:2660:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:2664:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:2675:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:2755:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:2837:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/iovtk.cpp:1293:25: error: Uninitialized variable: tff [uninitvar]
freefem++-3.61-1/examples++-load/iovtk.cpp:1297:30: error: Uninitialized variable: bff [uninitvar]
freefem++-3.61-1/examples++-load/iovtk.cpp:2899:14: error: Uninitialized variable: tff [uninitvar]
freefem++-3.61-1/examples++-load/isoline.cpp:416:6: style: The scope of the variable 'nmin' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/isoline.cpp:748:16: style: The scope of the variable 'i1' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/isoline.cpp:887:14: style: The scope of the variable 'i0' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/isoline.cpp:887:18: style: The scope of the variable 'i1' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/isoline.cpp:978:26: style: The scope of the variable 'im' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/isoline.cpp:320:10: style: Variable 'N' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/isoline.cpp:341:2: style: Struct 'SMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/isoline.cpp:343:2: style: Struct 'SMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/isoline.cpp:936:3: style: Class 'ISOLINE_P1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/isoline.cpp:1097:0: style: Class 'OneOperator5s_ < R3 * , KNM_ < double > , long , long , double , long * , E_F_F0F0F0F0F0s_ < R , A , B , C , D , E , E_F0 > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/isolineP1.cpp:514:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freefem++-3.61-1/examples++-load/isolineP1.cpp:520:5: note: Found duplicate branches for 'if' and 'else'.
freefem++-3.61-1/examples++-load/isolineP1.cpp:514:12: note: Found duplicate branches for 'if' and 'else'.
freefem++-3.61-1/examples++-load/isolineP1.cpp:94:12: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/isolineP1.cpp:95:12: style: Variable 'nbv' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/isolineP1.cpp:96:12: style: Variable 'nbt' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/isolineP1.cpp:97:12: style: Variable 'nbe' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/isolineP1.cpp:98:7: style: Variable 'valsortie' is not assigned a value. [unassignedVariable]
freefem++-3.61-1/examples++-load/isolineP1.cpp:147:0: style: Variable 'NbIsoVertex' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/isolineP1.cpp:308:0: style: Variable 'ii' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/isolineP1.cpp:465:16: style: Variable 'xf' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/isolineP1.cpp:836:9: error: Uninitialized variable: valsortie [uninitvar]
freefem++-3.61-1/examples++-load/lapack.cpp:246:2: style: Variable 'lw' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-load/lapack.cpp:241:0: note: Variable 'lw' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/lapack.cpp:246:2: note: Variable 'lw' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/lapack.cpp:231:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/lapack.cpp:257:0: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/lapack.cpp:285:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/lapack.cpp:375:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/lapack.cpp:428:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: style: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/lapack.cpp:917:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: style: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/lapack.cpp:921:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: style: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/lapack.cpp:924:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: style: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/lapack.cpp:927:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: note: Member variable 'Mult < KNM < double > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: style: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/lapack.cpp:917:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: style: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/lapack.cpp:921:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: style: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/lapack.cpp:924:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: style: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-load/lapack.cpp:927:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:913:0: note: Member variable 'Mult < KNM < Complex > * > >::ta' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-load/lapack.cpp:900:0: style: Class 'Inverse < KNM < double > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/lapack.cpp:903:0: style: Class 'Inverse < KNM < double > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/lapack.cpp:905:0: style: Class 'Inverse < KNM < double > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/lapack.cpp:900:0: style: Class 'Inverse < KNM < Complex > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/lapack.cpp:903:0: style: Class 'Inverse < KNM < Complex > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/lapack.cpp:905:0: style: Class 'Inverse < KNM < Complex > * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/lgbmo.cpp:191:10: style: The scope of the variable 'nbext1' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/lgbmo.cpp:189:14: style: Variable 'tol' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/lgbmo.cpp:260:3: style: Class 'OptimBMO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:322:29: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:116:41: style: Function 'ffsem_init' argument 2 names different: declaration 'nmm' definition 'nm'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.h:57:41: note: Function 'ffsem_init' argument 2 names different: declaration 'nmm' definition 'nm'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:116:41: note: Function 'ffsem_init' argument 2 names different: declaration 'nmm' definition 'nm'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:135:25: style: Function 'ffsem_init_' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.h:58:25: note: Function 'ffsem_init_' argument 1 names different: declaration 'p' definition 'pp'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:135:25: note: Function 'ffsem_init_' argument 1 names different: declaration 'p' definition 'pp'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:251:43: style: Function 'ffmmap_init' argument 2 names different: declaration 'nmm' definition 'nm'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.h:76:43: note: Function 'ffmmap_init' argument 2 names different: declaration 'nmm' definition 'nm'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:251:43: note: Function 'ffmmap_init' argument 2 names different: declaration 'nmm' definition 'nm'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:287:26: style: Function 'ffmmap_init_' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.h:77:26: note: Function 'ffmmap_init_' argument 1 names different: declaration 'p' definition 'pp'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:287:26: note: Function 'ffmmap_init_' argument 1 names different: declaration 'p' definition 'pp'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:294:37: style: Function 'ffmmap_read' argument 2 names different: declaration 't' definition 'pt'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.h:78:37: note: Function 'ffmmap_read' argument 2 names different: declaration 't' definition 'pt'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:294:37: note: Function 'ffmmap_read' argument 2 names different: declaration 't' definition 'pt'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:294:48: style: Function 'ffmmap_read' argument 3 names different: declaration 'n' definition 'ln'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.h:78:47: note: Function 'ffmmap_read' argument 3 names different: declaration 'n' definition 'ln'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:294:48: note: Function 'ffmmap_read' argument 3 names different: declaration 'n' definition 'ln'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:313:38: style: Function 'ffmmap_write' argument 2 names different: declaration 't' definition 'pt'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.h:80:38: note: Function 'ffmmap_write' argument 2 names different: declaration 't' definition 'pt'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:313:38: note: Function 'ffmmap_write' argument 2 names different: declaration 't' definition 'pt'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:313:49: style: Function 'ffmmap_write' argument 3 names different: declaration 'n' definition 'ln'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.h:80:48: note: Function 'ffmmap_write' argument 3 names different: declaration 'n' definition 'ln'.
freefem++-3.61-1/examples++-load/libff-mmap-semaphore.c:313:49: note: Function 'ffmmap_write' argument 3 names different: declaration 'n' definition 'ln'.
freefem++-3.61-1/examples++-load/mat_dervieux.cpp:119:43: style: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/mat_dervieux.cpp:93:30: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/mat_dervieux.cpp:119:43: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/mat_dervieux.cpp:78:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/mat_dervieux.cpp:69:3: style: Class 'MatrixUpWind0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/mat_psi.cpp:160:43: style: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/mat_psi.cpp:56:30: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/mat_psi.cpp:160:43: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/mat_psi.cpp:225:43: style: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/mat_psi.cpp:84:30: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/mat_psi.cpp:225:43: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/mat_psi.cpp:44:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/mat_psi.cpp:71:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/mat_psi.cpp:36:3: style: Class 'MatrixUpWind0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/mat_psi.cpp:63:3: style: Class 'MatrixUpWind3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/medit.cpp:762:6: style: Condition 'ddebug' is always false [knownConditionTrueFalse]
freefem++-3.61-1/examples++-load/medit.cpp:760:15: note: Assignment 'ddebug=0', assigned value is 0
freefem++-3.61-1/examples++-load/medit.cpp:762:6: note: Condition 'ddebug' is always false
freefem++-3.61-1/examples++-load/medit.cpp:987:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/medit.cpp:987:7: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/examples++-load/medit.cpp:1205:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/medit.cpp:1206:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/medit.cpp:1960:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/medit.cpp:1961:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/medit.cpp:1962:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/medit.cpp:196:9: style: Unused variable: tmp [unusedVariable]
freefem++-3.61-1/examples++-load/medit.cpp:311:14: style: Variable 'nbofsol' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:375:7: style: Variable 'longdefault' is not assigned a value. [unassignedVariable]
freefem++-3.61-1/examples++-load/medit.cpp:531:14: style: Variable 'nbofsol' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:591:12: style: Variable 'nbe' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:597:7: style: Variable 'longdefault' is not assigned a value. [unassignedVariable]
freefem++-3.61-1/examples++-load/medit.cpp:890:8: style: Unused variable: nbofsol [unusedVariable]
freefem++-3.61-1/examples++-load/medit.cpp:893:10: style: Unused variable: tictac [unusedVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1096:15: style: Variable 'nttmp' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1097:16: style: Variable 'nbetmp' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1156:0: style: Variable 'ddim' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1591:24: style: Variable 'wait' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1593:18: style: Variable 'plotting' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1690:8: style: Unused variable: nbofsol [unusedVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1839:15: style: Variable 'nttmp' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1840:16: style: Variable 'nbetmp' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1912:0: style: Variable 'ddim' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:2373:24: style: Variable 'wait' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:2375:18: style: Variable 'plotting' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/medit.cpp:1129:13: warning: Assert statement modifies 'ibe'. [assignmentInAssert]
freefem++-3.61-1/examples++-load/medit.cpp:1879:13: warning: Assert statement modifies 'ibe'. [assignmentInAssert]
freefem++-3.61-1/examples++-load/medit.cpp:280:4: warning: Member variable 'Expression2::dataname' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-load/medit.cpp:78:3: style: Class 'readsol_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/medit.cpp:298:3: style: Class 'datasolMesh2_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/medit.cpp:517:3: style: Class 'datasolMesh3_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/medit.cpp:889:3: style: Class 'PopenMeditMesh_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/medit.cpp:1689:3: style: Class 'PopenMeditMesh3_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/medit.cpp:259:0: error: Memory leak: charfile [memleak]
freefem++-3.61-1/examples++-load/medit.cpp:484:9: error: Uninitialized variable: longdefault [uninitvar]
freefem++-3.61-1/examples++-load/medit.cpp:749:9: error: Uninitialized variable: longdefault [uninitvar]
freefem++-3.61-1/examples++-load/medit.cpp:1831:12: error: Uninitialized variable: t [uninitvar]
freefem++-3.61-1/examples++-load/mmg3d-v4.0.cpp:348:7: style: The scope of the variable 'BoolMoving' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mmg3d-v4.0.cpp:352:3: style: Variable 'BoolMoving' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:7073:28: error: Array 'nvface[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
freefem++-3.61-1/examples++-load/msh3.cpp:7203:29: error: Array 'nvface[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
freefem++-3.61-1/examples++-load/msh3.cpp:1864:22: style: Condition 'flagsurfaceall==1' is always false [knownConditionTrueFalse]
freefem++-3.61-1/examples++-load/msh3.cpp:1679:23: note: Assignment 'flagsurfaceall=0', assigned value is 0
freefem++-3.61-1/examples++-load/msh3.cpp:1864:22: note: Condition 'flagsurfaceall==1' is always false
freefem++-3.61-1/examples++-load/msh3.cpp:2554:17: style: Condition 'vertex_out==1' is always true [knownConditionTrueFalse]
freefem++-3.61-1/examples++-load/msh3.cpp:2552:19: note: Assignment 'vertex_out=1', assigned value is 1
freefem++-3.61-1/examples++-load/msh3.cpp:2554:17: note: Condition 'vertex_out==1' is always true
freefem++-3.61-1/examples++-load/msh3.cpp:4149:26: style: Condition 'verifnumberofpoints==1' is always true [knownConditionTrueFalse]
freefem++-3.61-1/examples++-load/msh3.cpp:4098:24: note: Assignment 'verifnumberofpoints=1', assigned value is 1
freefem++-3.61-1/examples++-load/msh3.cpp:4149:26: note: Condition 'verifnumberofpoints==1' is always true
freefem++-3.61-1/examples++-load/msh3.cpp:6553:22: style: Condition 'flagsurfaceall==1' is always false [knownConditionTrueFalse]
freefem++-3.61-1/examples++-load/msh3.cpp:6378:23: note: Assignment 'flagsurfaceall=0', assigned value is 0
freefem++-3.61-1/examples++-load/msh3.cpp:6553:22: note: Condition 'flagsurfaceall==1' is always false
freefem++-3.61-1/examples++-load/msh3.cpp:2240:15: warning: Either the condition '!pTh' is redundant or there is possible null pointer dereference: pTh. [nullPointerRedundantCheck]
freefem++-3.61-1/examples++-load/msh3.cpp:2242:6: note: Assuming that condition '!pTh' is not redundant
freefem++-3.61-1/examples++-load/msh3.cpp:2240:15: note: Null pointer dereference
freefem++-3.61-1/examples++-load/msh3.cpp:3568:2: style: Variable 'longmini_box' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-load/msh3.cpp:3566:0: note: Variable 'longmini_box' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/msh3.cpp:3568:2: note: Variable 'longmini_box' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/msh3.cpp:3810:4: style: Variable 'dist' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-load/msh3.cpp:3809:0: note: Variable 'dist' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/msh3.cpp:3810:4: note: Variable 'dist' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/msh3.cpp:4158:5: style: Variable 'dist' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-load/msh3.cpp:4157:0: note: Variable 'dist' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/msh3.cpp:4158:5: note: Variable 'dist' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/msh3.cpp:2554:17: style: Same expression on both sides of '==' because the value of 'vertex_out' and '1' are the same. [duplicateExpression]
freefem++-3.61-1/examples++-load/msh3.cpp:2552:19: note: 'vertex_out' is assigned value '1' here.
freefem++-3.61-1/examples++-load/msh3.cpp:2554:17: note: Same expression on both sides of '==' because the value of 'vertex_out' and '1' are the same.
freefem++-3.61-1/examples++-load/msh3.cpp:4149:26: style: Same expression on both sides of '==' because the value of 'verifnumberofpoints' and '1' are the same. [duplicateExpression]
freefem++-3.61-1/examples++-load/msh3.cpp:4098:24: note: 'verifnumberofpoints' is assigned value '1' here.
freefem++-3.61-1/examples++-load/msh3.cpp:4149:26: note: Same expression on both sides of '==' because the value of 'verifnumberofpoints' and '1' are the same.
freefem++-3.61-1/examples++-load/renumb.hpp:487:7: style: The scope of the variable 'jmax' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/renumb.hpp:488:7: style: The scope of the variable 'jmin' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/renumb.hpp:620:7: style: The scope of the variable 'lbegin' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/renumb.hpp:812:7: style: The scope of the variable 'jstrt' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/renumb.hpp:817:7: style: The scope of the variable 'mindeg' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/renumb.hpp:942:7: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/renumb.hpp:1021:7: style: The scope of the variable 'lbegin' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/renumb.hpp:1023:7: style: The scope of the variable 'lvsize' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/renumb.hpp:1149:7: style: The scope of the variable 'lbegin' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/renumb.hpp:1151:7: style: The scope of the variable 'lvsize' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:691:6: style: The scope of the variable 'Ni' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:723:6: style: The scope of the variable 'lab' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:902:9: style: The scope of the variable 'val_zmin' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:902:19: style: The scope of the variable 'val_zmax' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:903:6: style: The scope of the variable 'Ni' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:913:6: style: The scope of the variable 'i_ind1' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:913:14: style: The scope of the variable 'Ni_ind1' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:914:6: style: The scope of the variable 'i_ind2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:914:14: style: The scope of the variable 'Ni_ind2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:1599:18: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:1599:32: style: The scope of the variable 'idecou' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:1679:6: style: The scope of the variable 'flagsurfaceall' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:1688:15: style: The scope of the variable 'th0' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:2843:6: style: The scope of the variable 'Elem_ok' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:2843:15: style: The scope of the variable 'Border_ok' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:2844:15: style: The scope of the variable 'hmin_elem' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:2844:26: style: The scope of the variable 'hmin_border' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3069:6: style: The scope of the variable 'nt_t' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3175:15: style: The scope of the variable 'Border_ok' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3176:26: style: The scope of the variable 'hmin_border' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3410:6: style: The scope of the variable 'Border_ok' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3413:15: style: The scope of the variable 'hmin_border' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3763:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3803:6: style: The scope of the variable 'numberofpointsdiff' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3906:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3937:6: style: The scope of the variable 'numberofpointsdiff' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:4151:7: style: The scope of the variable 'numberofpointsdiff' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:4510:6: style: The scope of the variable 'point_confondus_ok' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:4511:9: style: The scope of the variable 'precis_mesh' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:5833:14: style: The scope of the variable 'nt' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:6114:14: style: The scope of the variable 'nt' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:6378:6: style: The scope of the variable 'flagsurfaceall' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:6386:15: style: The scope of the variable 'th0' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:7049:6: style: The scope of the variable 'df' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:7094:13: style: The scope of the variable 'di' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/msh3.cpp:3848:31: style: Unsigned variable '[' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/msh3.cpp:3849:31: style: Unsigned variable '[' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/msh3.cpp:3850:31: style: Unsigned variable '[' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/msh3.cpp:3976:31: style: Unsigned variable '[' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/msh3.cpp:3977:31: style: Unsigned variable '[' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/msh3.cpp:3978:31: style: Unsigned variable '[' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem++-3.61-1/examples++-load/msh3.cpp:854:102: style: Function 'NbSom3D_NbElem3D_NbBord2D_mesh_product_mesh_tab' argument 3 names different: declaration 'Th' definition 'Th2'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/msh3.hpp:99:67: note: Function 'NbSom3D_NbElem3D_NbBord2D_mesh_product_mesh_tab' argument 3 names different: declaration 'Th' definition 'Th2'.
freefem++-3.61-1/examples++-load/msh3.cpp:854:102: note: Function 'NbSom3D_NbElem3D_NbBord2D_mesh_product_mesh_tab' argument 3 names different: declaration 'Th' definition 'Th2'.
freefem++-3.61-1/examples++-load/msh3.cpp:5692:48: style: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/msh3.cpp:5222:31: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/msh3.cpp:5692:48: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/msh3.cpp:6603:48: style: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/msh3.cpp:6590:31: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/msh3.cpp:6603:48: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/msh3.cpp:590:11: style: Variable 'hseuil' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:569:0: style: Variable 'nbt' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:757:19: style: Variable 'numero_label' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:794:19: style: Variable 'numero_label' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:820:19: style: Variable 'numero_label' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:1960:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:2271:9: style: Variable 'z00' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:2287:16: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:2313:0: style: Variable 'nberr' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:2453:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:2857:2: style: Variable 'bmin3' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:2861:2: style: Variable 'bmax3' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:3074:13: style: Unused variable: i_elem [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:3175:6: style: Unused variable: Elem_ok [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:3176:15: style: Unused variable: hmin_elem [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:3189:2: style: Variable 'bmin3' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:3193:2: style: Variable 'bmax3' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:3353:7: style: Unused variable: t [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:3376:7: style: Unused variable: lab [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:3424:2: style: Variable 'bmin3' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:3428:2: style: Variable 'bmax3' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:4091:9: style: Unused variable: i [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:4092:9: style: Unused variable: j [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:4093:9: style: Unused variable: k [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:4329:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:4425:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:4926:13: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:5063:7: style: Unused variable: i [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:5063:10: style: Unused variable: j [unusedVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:6964:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:7129:4: style: Variable 'df' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:7052:7: style: Variable 'diag' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:7064:0: style: Variable 'dk' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:7072:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:7202:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:7240:0: style: Variable 'renumsurf' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/msh3.cpp:1691:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/msh3.cpp:1750:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/msh3.cpp:1803:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/examples++-load/msh3.cpp:7228:12: warning: Assert statement modifies 'nt'. [assignmentInAssert]
freefem++-3.61-1/examples++-load/msh3.cpp:5289:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
freefem++-3.61-1/examples++-load/msh3.cpp:2163:3: style: Class 'Movemesh3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/msh3.cpp:4453:3: style: Class 'cubeMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/msh3.cpp:6993:3: style: Class 'Cube' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/renumb.hpp:68:44: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-load/renumb.hpp:110:25: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-load/renumb.hpp:435:58: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-load/msh3.cpp:1733:12: error: Uninitialized variable: t [uninitvar]
freefem++-3.61-1/examples++-load/msh3.cpp:2310:12: error: Uninitialized variable: t [uninitvar]
freefem++-3.61-1/examples++-load/msh3.cpp:6423:12: error: Uninitialized variable: t [uninitvar]
freefem++-3.61-1/examples++-load/mshmet.cpp:113:9: style: The scope of the variable 'ux' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:113:13: style: The scope of the variable 'uy' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:113:17: style: The scope of the variable 'h1' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:113:21: style: The scope of the variable 'h2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:113:25: style: The scope of the variable 'h3' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:215:9: style: The scope of the variable 'ia' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:244:9: style: The scope of the variable 'ia' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:244:13: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:273:9: style: The scope of the variable 'ia' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:273:13: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/mshmet.cpp:135:8: style: Variable 'h1' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/mshmet.cpp:139:8: style: Variable 'h2' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/mshmet.cpp:143:8: style: Variable 'h3' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/mshmet.cpp:113:29: style: Unused variable: pe [unusedVariable]
freefem++-3.61-1/examples++-load/mshmet.cpp:113:33: style: Unused variable: rins [unusedVariable]
freefem++-3.61-1/examples++-load/mshmet.cpp:213:19: style: Variable 'wrapperMetric' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/mshmet.cpp:677:12: style: Variable 'nbe' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/mshmet.cpp:322:3: style: Class 'mshmet3d_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/mshmet.cpp:593:3: style: Class 'mshmet2d_Op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/myfunction.cpp:70:0: style: Class 'OneOperator0s < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/myfunction.cpp:55:0: style: Class 'E_F0_F' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/pcm.cpp:118:3: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/pcm.cpp:119:3: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/pcm.cpp:120:3: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/pcm.cpp:121:3: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/examples++-load/pcm.cpp:67:8: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/pcm.cpp:67:11: style: The scope of the variable 'r' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/pcm.hpp:57:3: style: Class 'PCM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/pcm2rnm.cpp:100:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
freefem++-3.61-1/examples++-load/pstream.h:1044:15: style: The scope of the variable 'shell_path' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/pipe.cpp:214:3: style: Class 'istream_good' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/ppm2rnm.cpp:267:15: style: The scope of the variable 'dd' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/ppm2rnm.cpp:265:57: style: Function 'diffImg' argument 3 names different: declaration 'ityp' definition 'itype'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/ppmimg.h:44:57: note: Function 'diffImg' argument 3 names different: declaration 'ityp' definition 'itype'.
freefem++-3.61-1/examples++-load/ppm2rnm.cpp:265:57: note: Function 'diffImg' argument 3 names different: declaration 'ityp' definition 'itype'.
freefem++-3.61-1/examples++-load/ppm2rnm.cpp:114:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-load/ppm2rnm.cpp:84:3: error: Resource leak: fp [resourceLeak]
freefem++-3.61-1/examples++-load/ppm2rnm.cpp:90:3: error: Resource leak: fp [resourceLeak]
freefem++-3.61-1/examples++-load/qf11to25.cpp:1752:0: error: Memory leak: pq [memleak]
freefem++-3.61-1/examples++-load/qf11to25.cpp:1767:0: error: Memory leak: pq [memleak]
freefem++-3.61-1/examples++-load/splitedges.cpp:139:27: style: The scope of the variable 'Kd' can be reduced. [variableScope]
freefem++-3.61-1/examples++-load/splitedges.cpp:231:40: style: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
freefem++-3.61-1/examples++-load/splitedges.cpp:228:30: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/splitedges.cpp:231:40: note: Function 'operator()' argument 1 names different: declaration 's' definition 'stack'.
freefem++-3.61-1/examples++-load/splitedges.cpp:118:0: style: Variable 'nberr' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/splitedges.cpp:214:3: style: Class 'SplitEdges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/splitmesh3.cpp:81:0: style: Variable 'nberr' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/splitmesh6.cpp:123:0: style: Variable 'nberr' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/tetgen.cpp:315:26: style: Condition 'addcheckorientation==1' is always false [knownConditionTrueFalse]
freefem++-3.61-1/examples++-load/tetgen.cpp:314:28: note: Assignment 'addcheckorientation=0', assigned value is 0
freefem++-3.61-1/examples++-load/tetgen.cpp:315:26: note: Condition 'addcheckorientation==1' is always false
freefem++-3.61-1/examples++-load/tetgen.cpp:2682:2: style: Variable 'Th3' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-load/tetgen.cpp:2680:0: note: Variable 'Th3' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/tetgen.cpp:2682:2: note: Variable 'Th3' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-load/tetgen.cpp:116:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/tetgen.cpp:877:2: style: Variable 'jtet' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/tetgen.cpp:932:2: style: Variable 'jtet' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/tetgen.cpp:1024:2: style: Variable 'jtet' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/tetgen.cpp:1143:2: style: Variable 'jtet' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/tetgen.cpp:1307:2: style: Variable 'jtet' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/tetgen.cpp:1435:2: style: Variable 'jtet' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/tetgen.cpp:1971:13: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-load/tetgen.cpp:2586:3: style: Class 'ConvexHull3D_tetg_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-load/tetgen.cpp:1286:47: error: Uninitialized variable: ind_nt_t [uninitvar]
freefem++-3.61-1/examples++-load/tetgen.cpp:1414:47: error: Uninitialized variable: ind_nt_t [uninitvar]
freefem++-3.61-1/examples++-load/thresholdings.cpp:39:0: style: Struct 'Thresholding < Complex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-mpi/MUMPS.cpp:134:10: style: The scope of the variable 'nnz' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS.cpp:122:18: style: Variable 'master' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/MUMPS.cpp:336:7: style: Variable 'mat' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/MUMPS.cpp:77:10: style: Member variable 'SolverMumps::distributed' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/MUMPS.cpp:117:7: note: Member variable 'SolverMumps::distributed' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS.cpp:77:10: note: Member variable 'SolverMumps::distributed' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:733:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1924:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:170:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:171:10: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1221:11: style: The scope of the variable 'Rinfo' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1222:11: style: The scope of the variable 'Sinfo' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1248:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1249:10: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1306:11: style: The scope of the variable 'Rinfo' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1307:11: style: The scope of the variable 'Sinfo' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1411:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1412:10: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:2385:11: style: The scope of the variable 'Rinfo' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:2386:11: style: The scope of the variable 'Sinfo' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:2414:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:2415:10: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:2470:11: style: The scope of the variable 'Rinfo' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:2471:11: style: The scope of the variable 'Sinfo' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:785:11: style: Variable 'ierr' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1252:9: style: Unused variable: job [unusedVariable]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1967:11: style: Variable 'ierr' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:2419:9: style: Unused variable: job [unusedVariable]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:133:20: style: Member variable 'dSolveMUMPSmpi::perm_r' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:167:68: note: Member variable 'dSolveMUMPSmpi::perm_r' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:133:20: note: Member variable 'dSolveMUMPSmpi::perm_r' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:125:10: style: Member variable 'dSolveMUMPSmpi::tol_pivot_sym' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:168:5: note: Member variable 'dSolveMUMPSmpi::tol_pivot_sym' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:125:10: note: Member variable 'dSolveMUMPSmpi::tol_pivot_sym' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1374:18: style: Member variable 'zSolveMUMPSmpi::perm_r' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1408:68: note: Member variable 'zSolveMUMPSmpi::perm_r' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1374:18: note: Member variable 'zSolveMUMPSmpi::perm_r' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1366:10: style: Member variable 'zSolveMUMPSmpi::tol_pivot_sym' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1409:5: note: Member variable 'zSolveMUMPSmpi::tol_pivot_sym' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1366:10: note: Member variable 'zSolveMUMPSmpi::tol_pivot_sym' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:163:42: performance: Function parameter 'param_string' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:163:63: performance: Function parameter 'datafile' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1405:42: performance: Function parameter 'param_string' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/MUMPS_FreeFem.cpp:1405:63: performance: Function parameter 'datafile' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/ffsuperludistoption.hpp:539:20: warning: Logical conjunction always evaluates to false: id_option == 0 && id_option > 13. [incorrectLogicOperator]
freefem++-3.61-1/examples++-mpi/ffsuperludistoption.hpp:26:9: style: The scope of the variable 'tictac2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/ffsuperludistoption.hpp:65:9: style: The scope of the variable 'tictac2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/ffsuperludistoption.hpp:142:9: style: The scope of the variable 'tictac2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:205:0: style: The scope of the variable 'B' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:208:0: style: The scope of the variable 'ldb' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:210:0: style: The scope of the variable 'berr' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:221:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:222:0: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:567:0: style: The scope of the variable 'nrhs' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:569:0: style: The scope of the variable 'berr' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:576:0: style: The scope of the variable 'starttime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:576:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:577:0: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:197:0: performance: Function parameter 'datafile' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/complex_SuperLU_DIST_FreeFem.cpp:198:0: performance: Function parameter 'param_char' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:279:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:280:10: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:523:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:524:10: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:69:27: style: struct member 'pastix_param::pastix_data' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:72:27: style: struct member 'pastix_param::ia' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:73:27: style: struct member 'pastix_param::ja' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:74:27: style: struct member 'pastix_param::avals' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:75:27: style: struct member 'pastix_param::perm' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:76:27: style: struct member 'pastix_param::invp' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:77:27: style: struct member 'pastix_param::rhs' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:78:27: style: struct member 'pastix_param::iparm' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:79:27: style: struct member 'pastix_param::dparm' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:263:3: warning: Member variable 'zSolvepastixmpi::paraoption' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:270:5: performance: Variable 'commworld' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/examples++-mpi/complex_pastix_FreeFem.cpp:264:43: performance: Function parameter 'datafile' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/ffsuperludistoption-1.hpp:498:20: warning: Logical conjunction always evaluates to false: id_option == 0 && id_option > 13. [incorrectLogicOperator]
freefem++-3.61-1/examples++-mpi/ffsuperludistoption-1.hpp:26:9: style: The scope of the variable 'tictac2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/ffsuperludistoption-1.hpp:65:9: style: The scope of the variable 'tictac2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/ffsuperludistoption-1.hpp:140:9: style: The scope of the variable 'tictac2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/dSuperLU_DIST.cpp:144:0: style: The scope of the variable 'B' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/dSuperLU_DIST.cpp:147:0: style: The scope of the variable 'ldb' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/dSuperLU_DIST.cpp:149:0: style: The scope of the variable 'berr' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/dSuperLU_DIST.cpp:154:0: style: The scope of the variable 'aloc' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/dSuperLU_DIST.cpp:155:0: style: The scope of the variable 'asubloc' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/dSuperLU_DIST.cpp:155:0: style: The scope of the variable 'xaloc' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/dSuperLU_DIST.cpp:484:0: style: The scope of the variable 'berr' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/dSuperLU_DIST.cpp:139:0: performance: Function parameter 'datafile' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/dSuperLU_DIST.cpp:140:0: performance: Function parameter 'param_char' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:368:0: style: Same expression used in consecutive assignments of 'sym' and 'symm'. [duplicateAssignExpression]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:368:0: note: Same expression used in consecutive assignments of 'sym' and 'symm'.
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:368:0: note: Same expression used in consecutive assignments of 'sym' and 'symm'.
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:83:13: style: The scope of the variable 'scal' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:136:12: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:137:13: style: The scope of the variable 'kr' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:138:10: style: The scope of the variable 'ki' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:426:9: style: The scope of the variable 'job' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:426:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:149:7: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:145:2: style: Variable 'kr' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:146:2: style: Variable 'ki' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:388:10: style: Variable 'ic' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:236:18: style: Member variable 'HipsSolver::id' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:323:71: note: Member variable 'HipsSolver::id' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:236:18: note: Member variable 'HipsSolver::id' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:325:5: performance: Variable 'master' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:223:0: error: Memory leak: filename [memleak]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:321:64: performance: Function parameter 'datafile' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/hips_FreeFem.cpp:549:4: error: Uninitialized variable: kkk [uninitvar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:489:5: style: Variable 'amg_interptype' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:448:5: note: Variable 'amg_interptype' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:489:5: note: Variable 'amg_interptype' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:489:25: style: Variable 'gsmg_sample' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:456:5: note: Variable 'gsmg_sample' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:489:25: note: Variable 'gsmg_sample' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:489:41: style: Variable 'amg_coarsentype' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:446:5: note: Variable 'amg_coarsentype' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:489:41: note: Variable 'amg_coarsentype' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:491:21: style: Variable 'amg_strongthreshold' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:451:5: note: Variable 'amg_strongthreshold' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:491:21: note: Variable 'amg_strongthreshold' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:493:5: style: Variable 'amg_maxiter' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:455:5: note: Variable 'amg_maxiter' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:493:5: note: Variable 'amg_maxiter' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:495:16: style: Variable 'smooth_type' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:458:5: note: Variable 'smooth_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:495:16: note: Variable 'smooth_type' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:495:54: style: Variable 'smooth_num_levels' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:493:36: note: Variable 'smooth_num_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:495:54: note: Variable 'smooth_num_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:496:4: style: Variable 'smooth_num_sweeps' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:494:5: note: Variable 'smooth_num_sweeps' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:496:4: note: Variable 'smooth_num_sweeps' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:499:66: style: Variable 'sai_threshold' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:468:5: note: Variable 'sai_threshold' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:499:66: note: Variable 'sai_threshold' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:500:4: style: Variable 'sai_filter' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:469:5: note: Variable 'sai_filter' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:500:4: note: Variable 'sai_filter' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:680:3: style: Variable 'amg_interptype' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:653:4: note: Variable 'amg_interptype' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:680:3: note: Variable 'amg_interptype' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:680:23: style: Variable 'gsmg_sample' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:661:3: note: Variable 'gsmg_sample' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:680:23: note: Variable 'gsmg_sample' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:680:39: style: Variable 'amg_coarsentype' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:651:3: note: Variable 'amg_coarsentype' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:680:39: note: Variable 'amg_coarsentype' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:680:75: style: Variable 'amg_strongthreshold' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:656:3: note: Variable 'amg_strongthreshold' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:680:75: note: Variable 'amg_strongthreshold' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:681:23: style: Variable 'amg_maxiter' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:660:3: note: Variable 'amg_maxiter' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:681:23: note: Variable 'amg_maxiter' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:891:5: style: Variable 'ierrr' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:890:5: note: Variable 'ierrr' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:891:5: note: Variable 'ierrr' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:1451:5: style: Variable 'ierr' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:1448:3: note: Variable 'ierr' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:1451:5: note: Variable 'ierr' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:163:12: style: The scope of the variable 'scal' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:216:11: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:217:12: style: The scope of the variable 'kr' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:218:9: style: The scope of the variable 'ki' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:301:17: style: The scope of the variable 'nnz_loc' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:302:11: style: The scope of the variable 'marker' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:309:8: style: The scope of the variable 'i1' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:309:11: style: The scope of the variable 'i2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:935:9: style: The scope of the variable 'job' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:935:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:229:10: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:225:7: style: Variable 'kr' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:226:7: style: Variable 'ki' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:315:13: style: Variable 'iupper' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:444:10: warning: Member variable 'hypreParam::solver' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:444:10: warning: Member variable 'hypreParam::precon' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:444:10: warning: Member variable 'hypreParam::num_grid_sweeps' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:444:10: warning: Member variable 'hypreParam::grid_relax_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:444:10: warning: Member variable 'hypreParam::grid_relax_points' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:444:10: warning: Member variable 'hypreParam::matrix_id' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:444:10: warning: Member variable 'hypreParam::dof_func' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::solver' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::precon' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::solv_stopcrit' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::smooth_numlevels' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::smooth_numsweeps' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::pilut_droptol' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::pilut_maxnz' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::schwarz_overlap' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::schwarz_variant' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::schwarz_domaintype' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::sai_max_levels' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::sai_threshold' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::sai_filter' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::sai_sym' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::sai_log' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::strong_threshold' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::num_grid_sweeps' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::grid_relax_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::grid_relax_points' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::matrix_id' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::solver_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::Two_Norm' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::nonzeros_to_keep' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::drop_tol' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::dof_func' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::pcg_max_its' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::Rel_change' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::dscg_max_its' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::coarsen_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::hybrid' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::k_dim' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::num_sweep' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::cf_tol' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::tol' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::pc_tol' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:648:12: warning: Member variable 'hypreParam::timing' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::gsmg_sample' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::measure_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::cycle_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::solv_stopcrit' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::trunc_factor' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::strong_threshold' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::num_grid_sweeps' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::grid_relax_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::grid_relax_points' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::relax_weight' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::omega' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::matrix_id' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::solver_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::smooth_num_levels' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::smooth_num_sweeps' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::max_levels' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::Two_Norm' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::domain_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::num_functions' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::variant' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::overlap' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::nonzeros_to_keep' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::max_row_sum' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::drop_tol' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::dof_func' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::pcg_max_its' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::rrow_size' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::Rel_change' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::dscg_max_its' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::coarsen_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::hybrid' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::k_dim' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::num_sweep' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::pmax_iter' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::cf_tol' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::tol' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::pc_tol' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::schwarz_rlx_weight' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:697:12: warning: Member variable 'hypreParam::timing' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::object' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::time_index1' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::num_iter' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::final_res_norm' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::tgv' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::eps' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::tol_pivot' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::tol_pivot_sym' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::epsr' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::n' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::pcg_num_its' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:877:3: warning: Member variable 'HypreSolver::dscg_num_its' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:769:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:791:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:371:0: error: Memory leak: marker [memleak]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:367:5: error: Uninitialized variable: relpos [uninitvar]
freefem++-3.61-1/examples++-mpi/hypre_FreeFem.cpp:369:36: error: Uninitialized variable: ncols [uninitvar]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:60:27: style: struct member 'pastix_param::pastix_data' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:63:27: style: struct member 'pastix_param::ia' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:64:27: style: struct member 'pastix_param::ja' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:65:27: style: struct member 'pastix_param::avals' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:66:27: style: struct member 'pastix_param::perm' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:67:27: style: struct member 'pastix_param::invp' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:68:27: style: struct member 'pastix_param::rhs' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:69:27: style: struct member 'pastix_param::iparm' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:70:27: style: struct member 'pastix_param::dparm' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:226:3: warning: Member variable 'dSolvepastixmpi::eps' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:226:3: warning: Member variable 'dSolvepastixmpi::epsr' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:226:3: warning: Member variable 'dSolvepastixmpi::tgv' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:226:3: warning: Member variable 'dSolvepastixmpi::tol_pivot_sym' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:226:3: warning: Member variable 'dSolvepastixmpi::tol_pivot' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:226:3: warning: Member variable 'dSolvepastixmpi::paraoption' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:226:3: warning: Member variable 'dSolvepastixmpi::init_raff' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/interfacepastix.cpp:226:58: performance: Function parameter 'datafile' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:312:20: style: Variable 'iprint' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:245:16: style: Member variable 'CMA_ES_MPI::fit' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:178:21: note: Member variable 'CMA_ES_MPI::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:245:16: note: Member variable 'CMA_ES_MPI::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:248:9: style: Member variable 'CMA_ES_MPI::nproc' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:178:49: note: Member variable 'CMA_ES_MPI::nproc' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:248:9: note: Member variable 'CMA_ES_MPI::nproc' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:245:16: style: Member variable 'CMA_ES_MPI::fit' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:194:21: note: Member variable 'CMA_ES_MPI::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:245:16: note: Member variable 'CMA_ES_MPI::fit' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:248:9: style: Member variable 'CMA_ES_MPI::nproc' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:194:49: note: Member variable 'CMA_ES_MPI::nproc' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:248:9: note: Member variable 'CMA_ES_MPI::nproc' is in the wrong place in the initializer list.
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:66:8: style: Technically the member function 'CMAES::resume_distribution' can be const. [functionConst]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:71:18: style: Technically the member function 'CMAES::ReSampleSingle_old' can be const. [functionConst]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:72:8: style: Technically the member function 'CMAES::UpdateEigensystem' can be const. [functionConst]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:121:8: style: Technically the member function 'CMAES::exit' can be const. [functionConst]
freefem++-3.61-1/examples++-mpi/mpi-cmaes.cpp:356:3: style: Class 'OptimCMA_ES' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:187:28: warning: Logical disjunction always evaluates to true: EXPR >= 0 || EXPR <= 13. [incorrectLogicOperator]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:553:45: warning: Logical disjunction always evaluates to true: method != 0 || method != 4. [incorrectLogicOperator]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:497:3: style: Variable 'ierr' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:496:3: note: Variable 'ierr' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:497:3: note: Variable 'ierr' is reassigned a value before the old one has been used.
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:437:0: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:482:13: style: The scope of the variable 'id_rows2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:483:10: style: The scope of the variable 'vals2' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:488:14: style: The scope of the variable 'node' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:498:16: style: The scope of the variable 'pp' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:839:14: style: The scope of the variable 'node' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:498:16: style: Variable 'pp' is not assigned a value. [unassignedVariable]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:119:10: warning: Member variable 'parm_param::sol_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:174:10: warning: Member variable 'parm_param::sol_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:265:11: warning: Member variable 'parm_param::sol_type' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::mat_domain' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::n' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::nnz' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::u' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::v' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::job' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::eps' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::tol_pivot_sym' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::tgv' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::tol_pivot' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::epsr' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::t3' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::t4' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:479:3: warning: Member variable 'dSolvePARMS::p' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:297:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:628:2: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:629:2: error: Common realloc mistake: 'AAv' nulled but not freed upon failure [memleakOnRealloc]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:376:23: error: Mismatching allocation and deallocation: filename [mismatchAllocDealloc]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:990:0: error: Memory leak: rhsb [memleak]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:273:11: style: Instance of 'parm_param' object is destroyed immediately. [unusedScopedObject]
freefem++-3.61-1/examples++-mpi/parms_FreeFem.cpp:824:9: error: Uninitialized variable: pp [uninitvar]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:178:0: style: The scope of the variable 'B' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:181:0: style: The scope of the variable 'ldb' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:183:0: style: The scope of the variable 'berr' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:188:0: style: The scope of the variable 'aloc' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:189:0: style: The scope of the variable 'asubloc' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:189:0: style: The scope of the variable 'xaloc' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:196:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:197:0: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:533:0: style: The scope of the variable 'nrhs' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:535:0: style: The scope of the variable 'berr' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:541:0: style: The scope of the variable 'starttime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:541:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:542:0: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:169:0: performance: Function parameter 'datafile' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/real_SuperLU_DIST_FreeFem.cpp:170:0: performance: Function parameter 'param_char' should be passed by const reference. [passedByValue]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:305:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:306:10: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:549:0: style: The scope of the variable 'finishtime' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:550:10: style: The scope of the variable 'timeused' can be reduced. [variableScope]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:95:27: style: struct member 'pastix_param::pastix_data' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:98:27: style: struct member 'pastix_param::ia' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:99:27: style: struct member 'pastix_param::ja' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:100:27: style: struct member 'pastix_param::avals' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:101:27: style: struct member 'pastix_param::perm' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:102:27: style: struct member 'pastix_param::invp' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:103:27: style: struct member 'pastix_param::rhs' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:104:27: style: struct member 'pastix_param::iparm' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:105:27: style: struct member 'pastix_param::dparm' is never used. [unusedStructMember]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:287:3: warning: Member variable 'dSolvepastixmpi::paraoption' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:294:5: performance: Variable 'commworld' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/examples++-mpi/real_pastix_FreeFem.cpp:288:44: performance: Function parameter 'datafile' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/Algo/BrentLS.hpp:128:9: style: The scope of the variable 'tol1' can be reduced. [variableScope]
freefem++-3.61-1/src/Algo/BrentLS.hpp:128:15: style: The scope of the variable 'tol2' can be reduced. [variableScope]
freefem++-3.61-1/src/Algo/BrentLS.hpp:128:27: style: The scope of the variable 'xm' can be reduced. [variableScope]
freefem++-3.61-1/src/Algo/NewtonRaphson.hpp:64:10: style: The scope of the variable 'descent' can be reduced. [variableScope]
freefem++-3.61-1/src/Algo/defs.hpp:94:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/src/Algo/defs.hpp:110:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem++-3.61-1/src/Algo/Param.hpp:56:14: warning: Member variable 'Param::ndim' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Algo/Param.hpp:67:14: warning: Member variable 'Param::ndim' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Algo/Param.hpp:78:14: warning: Member variable 'Param::ndim' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Algo/Param.hpp:92:14: warning: Member variable 'Param::ndim' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Algo/Param.hpp:107:14: warning: Member variable 'Param::ndim' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Algo/LineSearch.hpp:83:13: style: Technically the member function 'LineSearch::allSearchIterations' can be const. [functionConst]
freefem++-3.61-1/src/Algo/LineSearch.hpp:121:35: note: Technically the member function 'LineSearch::allSearchIterations' can be const.
freefem++-3.61-1/src/Algo/LineSearch.hpp:83:13: note: Technically the member function 'LineSearch::allSearchIterations' can be const.
freefem++-3.61-1/src/Algo/LineSearch.hpp:86:7: style: Technically the member function 'LineSearch::searchIterations' can be const. [functionConst]
freefem++-3.61-1/src/Algo/LineSearch.hpp:125:31: note: Technically the member function 'LineSearch::searchIterations' can be const.
freefem++-3.61-1/src/Algo/LineSearch.hpp:86:7: note: Technically the member function 'LineSearch::searchIterations' can be const.
freefem++-3.61-1/src/Algo/LineSearch.hpp:88:8: style: Technically the member function 'LineSearch::currentValue' can be const. [functionConst]
freefem++-3.61-1/src/Algo/LineSearch.hpp:129:65: note: Technically the member function 'LineSearch::currentValue' can be const.
freefem++-3.61-1/src/Algo/LineSearch.hpp:88:8: note: Technically the member function 'LineSearch::currentValue' can be const.
freefem++-3.61-1/src/Algo/Optima.hpp:61:9: style: Technically the member function 'Optima::ifSuccess' can be const. [functionConst]
freefem++-3.61-1/src/Algo/Optima.hpp:90:17: note: Technically the member function 'Optima::ifSuccess' can be const.
freefem++-3.61-1/src/Algo/Optima.hpp:61:9: note: Technically the member function 'Optima::ifSuccess' can be const.
freefem++-3.61-1/src/Algo/Optima.hpp:67:9: style: Technically the member function 'Optima::allResidue' can be const. [functionConst]
freefem++-3.61-1/src/Algo/Optima.hpp:102:40: note: Technically the member function 'Optima::allResidue' can be const.
freefem++-3.61-1/src/Algo/Optima.hpp:67:9: note: Technically the member function 'Optima::allResidue' can be const.
freefem++-3.61-1/src/Algo/Param.hpp:30:3: style: Class 'Param' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Algo/Param.hpp:36:3: style: Class 'Param' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Algo/RosenBrock.hpp:16:3: style: Class 'RosenBrock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Algo/lgalgo.cpp:267:3: style: Class 'OptimAlgo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Algo/BFGS.hpp:35:9: style: The function 'optimizer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Algo/Optima.hpp:57:17: note: Virtual function in base class
freefem++-3.61-1/src/Algo/BFGS.hpp:35:9: note: Function in derived class
freefem++-3.61-1/src/Algo/NewtonRaphson.hpp:32:9: style: The function 'optimizer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Algo/Optima.hpp:57:17: note: Virtual function in base class
freefem++-3.61-1/src/Algo/NewtonRaphson.hpp:32:9: note: Function in derived class
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:160:22: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:154:17: note: outer condition: mode==2
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:160:22: note: opposite inner condition: mode==1
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:524:5: style: Variable 'tol' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:508:0: note: Variable 'tol' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:524:5: note: Variable 'tol' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:525:5: style: Variable 'nbev' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:510:0: note: Variable 'nbev' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:525:5: note: Variable 'nbev' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:526:5: style: Variable 'sym' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:511:0: note: Variable 'sym' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:526:5: note: Variable 'sym' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:535:5: style: Variable 'mymode' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:516:0: note: Variable 'mymode' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:535:5: note: Variable 'mymode' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:536:5: style: Variable 'driver' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:515:0: note: Variable 'driver' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:536:5: note: Variable 'driver' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:937:5: style: Variable 'tol' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:924:0: note: Variable 'tol' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:937:5: note: Variable 'tol' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:938:5: style: Variable 'nbev' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:926:0: note: Variable 'nbev' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:938:5: note: Variable 'nbev' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:948:5: style: Variable 'driver' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:929:0: note: Variable 'driver' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:948:5: note: Variable 'driver' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Eigen/arpackff.hpp:408:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem++-3.61-1/src/Eigen/arpackff.hpp:411:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:82:0: warning: Member variable 'FuncMat < K >::b' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:319:5: style: Class 'EigenValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Eigen/eigenvalue.cpp:404:5: style: Class 'EigenValueC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Graphics/DefColor.cpp:37:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/DefColor.cpp:38:11: style: The scope of the variable 'aa' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/DefColor.cpp:38:15: style: The scope of the variable 'bb' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/DefColor.cpp:38:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/DefColor.cpp:38:23: style: The scope of the variable 'f' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:811:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:812:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1259:12: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1260:17: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1503:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:810:17: warning: Either the condition '(fp=GetConsoleHandle(STD_OUTPUT_HANDLE))==NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:809:50: note: Assuming that condition '(fp=GetConsoleHandle(STD_OUTPUT_HANDLE))==NULL' is not redundant
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:810:17: note: Null pointer dereference
freefem++-3.61-1/src/Graphics/getprog-unix.hpp:98:5: style: Variable 'noffglut' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/getprog-unix.hpp:85:0: note: Variable 'noffglut' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/getprog-unix.hpp:98:5: note: Variable 'noffglut' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/getprog-unix.hpp:166:17: style: Variable 'waitatend' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/Graphics/getprog-unix.hpp:162:17: note: Variable 'waitatend' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/Graphics/getprog-unix.hpp:166:17: note: Variable 'waitatend' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:804:4: style: Variable 'fin' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:802:0: note: Variable 'fin' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:804:4: note: Variable 'fin' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1079:3: style: Variable 'dd' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1062:0: note: Variable 'dd' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1079:3: note: Variable 'dd' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1080:3: style: Variable 'ddx0' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1063:0: note: Variable 'ddx0' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1080:3: note: Variable 'ddx0' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1081:3: style: Variable 'ddy0' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1064:0: note: Variable 'ddy0' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1081:3: note: Variable 'ddy0' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:542:8: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:542:13: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:543:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:934:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1201:7: style: The scope of the variable 'prjName' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1286:7: style: The scope of the variable 'Crt' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/getprog-unix.hpp:66:39: style: Function 'getprog_' argument 3 names different: declaration 'argvptr' definition 'argv'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:97:1: note: Function 'getprog_' argument 3 names different: declaration 'argvptr' definition 'argv'.
freefem++-3.61-1/src/Graphics/getprog-unix.hpp:66:39: note: Function 'getprog_' argument 3 names different: declaration 'argvptr' definition 'argv'.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:644:21: style: Function 'coutmode_' argument 1 names different: declaration 'i' definition 'r'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:91:1: note: Function 'coutmode_' argument 1 names different: declaration 'i' definition 'r'.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:644:21: note: Function 'coutmode_' argument 1 names different: declaration 'i' definition 'r'.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1284:30: style: Function 'GetConsoleHandle' argument 1 names different: declaration 'Dev' definition 'Device'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:155:30: note: Function 'GetConsoleHandle' argument 1 names different: declaration 'Dev' definition 'Device'.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1284:30: note: Function 'GetConsoleHandle' argument 1 names different: declaration 'Dev' definition 'Device'.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1550:28: style: Function 'execute_' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:79:1: note: Function 'execute_' argument 1 names different: declaration 's' definition 'str'.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1550:28: note: Function 'execute_' argument 1 names different: declaration 's' definition 'str'.
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:187:14: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:545:38: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1495:0: style: Variable 'tail' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1495:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1020:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:778:29: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1217:28: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:868:15: error: Allocation with ChangePdeToExt, strcpy doesn't release it. [leakNoVarFunctionCall]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:899:15: error: Allocation with ChangePdeToExt, strcpy doesn't release it. [leakNoVarFunctionCall]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1204:17: error: Allocation with ChangePdeToExt, strcpy doesn't release it. [leakNoVarFunctionCall]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:1377:15: error: Allocation with ChangePdeToExt, strcat doesn't release it. [leakNoVarFunctionCall]
freefem++-3.61-1/src/Graphics/Pcrgraph.cpp:879:0: error: Resource leak: fp [resourceLeak]
freefem++-3.61-1/src/Graphics/getprog-unix.hpp:36:28: error: Uninitialized variable: nbspace [uninitvar]
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:163:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:162:0: note: Variable 'p' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:163:3: note: Variable 'p' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:1174:3: style: Variable 'ydelta' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:1173:0: note: Variable 'ydelta' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:1174:3: note: Variable 'ydelta' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:1175:3: style: Variable 'xleft' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:1171:0: note: Variable 'xleft' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:1175:3: note: Variable 'xleft' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:313:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:1075:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:1082:8: style: The scope of the variable 'notfound' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:650:32: style: Function 'plotstring_' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:75:1: note: Function 'plotstring_' argument 1 names different: declaration 's' definition 'string'.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:650:32: note: Function 'plotstring_' argument 1 names different: declaration 's' definition 'string'.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:755:27: style: Function 'execute_' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:79:1: note: Function 'execute_' argument 1 names different: declaration 's' definition 'str'.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:755:27: note: Function 'execute_' argument 1 names different: declaration 's' definition 'str'.
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:1133:20: style: Unused variable: k [unusedVariable]
freefem++-3.61-1/src/Graphics/Xrgraph.cpp:732:5: error: Memory leak: poly0 [memleak]
freefem++-3.61-1/src/Graphics/ffglut.cpp:939:6: style: Condition 'ddd' is always false [knownConditionTrueFalse]
freefem++-3.61-1/src/Graphics/ffglut.cpp:938:12: note: Assignment 'ddd=false', assigned value is 0
freefem++-3.61-1/src/Graphics/ffglut.cpp:939:6: note: Condition 'ddd' is always false
freefem++-3.61-1/src/Graphics/ffglut.cpp:3014:8: style: Condition 'stereo' is always false [knownConditionTrueFalse]
freefem++-3.61-1/src/Graphics/ffglut.cpp:3011:17: note: Assignment 'stereo=false', assigned value is 0
freefem++-3.61-1/src/Graphics/ffglut.cpp:3014:8: note: Condition 'stereo' is always false
freefem++-3.61-1/src/Graphics/ffglut.cpp:2611:6: warning: Either the condition 'win' is redundant or there is possible null pointer dereference: win. [nullPointerRedundantCheck]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2610:9: note: Assuming that condition 'win' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:2611:6: note: Null pointer dereference
freefem++-3.61-1/src/Graphics/ffglut.cpp:2612:6: warning: Either the condition 'win' is redundant or there is possible null pointer dereference: win. [nullPointerRedundantCheck]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2610:9: note: Assuming that condition 'win' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:2612:6: note: Null pointer dereference
freefem++-3.61-1/src/Graphics/ffglut.cpp:2700:13: warning: Either the condition 'win' is redundant or there is possible null pointer dereference: win. [nullPointerRedundantCheck]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2696:16: note: Assuming that condition 'win' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:2700:13: note: Null pointer dereference
freefem++-3.61-1/src/Graphics/ffglut.cpp:2701:13: warning: Either the condition 'win' is redundant or there is possible null pointer dereference: win. [nullPointerRedundantCheck]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2696:16: note: Assuming that condition 'win' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:2701:13: note: Null pointer dereference
freefem++-3.61-1/src/Graphics/ffglut.cpp:618:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freefem++-3.61-1/src/Graphics/ffglut.cpp:620:5: note: Found duplicate branches for 'if' and 'else'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:618:5: note: Found duplicate branches for 'if' and 'else'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:324:24: style: The scope of the variable 'k' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/ffglut.cpp:636:10: style: The scope of the variable 'ii' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/ffglut.cpp:641:10: style: The scope of the variable 'lK' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/ffglut.cpp:812:7: style: The scope of the variable 'o' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2340:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2341:11: style: The scope of the variable 'aa' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2341:15: style: The scope of the variable 'bb' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2341:19: style: The scope of the variable 'cc' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2341:23: style: The scope of the variable 'f' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/ffglut.cpp:923:66: style: Function 'dyn_bfv' argument 4 names different: declaration 'vmn' definition 'vmn2'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/ffglut.hpp:122:50: note: Function 'dyn_bfv' argument 4 names different: declaration 'vmn' definition 'vmn2'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:923:66: note: Function 'dyn_bfv' argument 4 names different: declaration 'vmn' definition 'vmn2'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:923:75: style: Function 'dyn_bfv' argument 5 names different: declaration 'vmx' definition 'vmx2'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/ffglut.hpp:122:58: note: Function 'dyn_bfv' argument 5 names different: declaration 'vmx' definition 'vmx2'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:923:75: note: Function 'dyn_bfv' argument 5 names different: declaration 'vmx' definition 'vmx2'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:1672:57: style: Function 'dyn_bfv' argument 4 names different: declaration 'vmn' definition 'vmn2'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/ffglut.hpp:282:50: note: Function 'dyn_bfv' argument 4 names different: declaration 'vmn' definition 'vmn2'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:1672:57: note: Function 'dyn_bfv' argument 4 names different: declaration 'vmn' definition 'vmn2'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:1672:66: style: Function 'dyn_bfv' argument 5 names different: declaration 'vmx' definition 'vmx2'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/ffglut.hpp:282:58: note: Function 'dyn_bfv' argument 5 names different: declaration 'vmx' definition 'vmx2'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:1672:66: note: Function 'dyn_bfv' argument 5 names different: declaration 'vmx' definition 'vmx2'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:2293:19: style: Function 'plot' argument 1 names different: declaration 'x' definition 'xx'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/ffglut.hpp:356:18: note: Function 'plot' argument 1 names different: declaration 'x' definition 'xx'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:2293:19: note: Function 'plot' argument 1 names different: declaration 'x' definition 'xx'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:2293:29: style: Function 'plot' argument 2 names different: declaration 'y' definition 'yy'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/ffglut.hpp:356:27: note: Function 'plot' argument 2 names different: declaration 'y' definition 'yy'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:2293:29: note: Function 'plot' argument 2 names different: declaration 'y' definition 'yy'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:2330:42: style: Function 'plot' argument 4 names different: declaration 'fint' definition 'font'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/ffglut.hpp:357:42: note: Function 'plot' argument 4 names different: declaration 'fint' definition 'font'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:2330:42: note: Function 'plot' argument 4 names different: declaration 'fint' definition 'font'.
freefem++-3.61-1/src/Graphics/ffglut.cpp:392:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:392:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:392:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:439:16: style: Variable 'i0' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:439:31: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:439:47: style: Variable 'i2' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:463:11: style: Variable 'i0' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:463:26: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:463:42: style: Variable 'i2' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:495:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:495:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:495:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:565:3: style: Variable 'kk' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:575:13: style: Variable 'plot' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:579:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:649:9: style: Variable 'ii' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:829:13: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1157:0: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1158:19: style: Variable 'change' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1415:14: style: Variable 'ww' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1415:23: style: Variable 'hh' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1527:19: style: Variable 'cxy' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1564:15: style: Variable 'specular_reflexion' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1625:13: style: Variable 'plot' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.cpp:3012:23: style: Variable 'fullscreen' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/ffglut.hpp:137:3: warning: Member variable 'OnePlotFE3::nsub' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1140:12: warning: Member variable 'OneWindow::xold' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1140:12: warning: Member variable 'OneWindow::yold' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1140:12: warning: Member variable 'OneWindow::cadre' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1140:12: warning: Member variable 'OneWindow::cadreortho' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1140:12: warning: Member variable 'OneWindow::getcadre' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/Graphics/ffglut.hpp:203:8: style: Member variable 'ThePlot::withiso' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1756:43: note: Member variable 'ThePlot::withiso' is in the wrong place in the initializer list.
freefem++-3.61-1/src/Graphics/ffglut.hpp:203:8: note: Member variable 'ThePlot::withiso' is in the wrong place in the initializer list.
freefem++-3.61-1/src/Graphics/ffglut.hpp:288:12: style: Member variable 'OneWindow::theplot' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1144:22: note: Member variable 'OneWindow::theplot' is in the wrong place in the initializer list.
freefem++-3.61-1/src/Graphics/ffglut.hpp:288:12: note: Member variable 'OneWindow::theplot' is in the wrong place in the initializer list.
freefem++-3.61-1/src/Graphics/ffglut.hpp:294:6: style: Member variable 'OneWindow::Bmin' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1145:3: note: Member variable 'OneWindow::Bmin' is in the wrong place in the initializer list.
freefem++-3.61-1/src/Graphics/ffglut.hpp:294:6: note: Member variable 'OneWindow::Bmin' is in the wrong place in the initializer list.
freefem++-3.61-1/src/Graphics/ffglut.hpp:307:6: style: Member variable 'OneWindow::rapz' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1146:45: note: Member variable 'OneWindow::rapz' is in the wrong place in the initializer list.
freefem++-3.61-1/src/Graphics/ffglut.hpp:307:6: note: Member variable 'OneWindow::rapz' is in the wrong place in the initializer list.
freefem++-3.61-1/src/Graphics/ffglut.cpp:1778:3: performance: Variable 'ZScale' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/src/Graphics/ffglut.hpp:256:8: performance: Technically the member function 'ThePlot::DrawHelp' can be static. [functionStatic]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1632:15: note: Technically the member function 'ThePlot::DrawHelp' can be static.
freefem++-3.61-1/src/Graphics/ffglut.hpp:256:8: note: Technically the member function 'ThePlot::DrawHelp' can be static.
freefem++-3.61-1/src/Graphics/ffglut.hpp:330:8: style: Technically the member function 'OneWindow::FillRect' can be const. [functionConst]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2220:18: note: Technically the member function 'OneWindow::FillRect' can be const.
freefem++-3.61-1/src/Graphics/ffglut.hpp:330:8: note: Technically the member function 'OneWindow::FillRect' can be const.
freefem++-3.61-1/src/Graphics/ffglut.hpp:334:8: style: Technically the member function 'OneWindow::Show' can be const. [functionConst]
freefem++-3.61-1/src/Graphics/ffglut.cpp:2199:17: note: Technically the member function 'OneWindow::Show' can be const.
freefem++-3.61-1/src/Graphics/ffglut.hpp:334:8: note: Technically the member function 'OneWindow::Show' can be const.
freefem++-3.61-1/src/Graphics/ffglut.hpp:335:10: style: Technically the member function 'OneWindow::setLighting' can be const. [functionConst]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1543:17: note: Technically the member function 'OneWindow::setLighting' can be const.
freefem++-3.61-1/src/Graphics/ffglut.hpp:335:10: note: Technically the member function 'OneWindow::setLighting' can be const.
freefem++-3.61-1/src/Graphics/ffglut.hpp:336:8: performance: Technically the member function 'OneWindow::unsetLighting' can be static. [functionStatic]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1589:17: note: Technically the member function 'OneWindow::unsetLighting' can be static.
freefem++-3.61-1/src/Graphics/ffglut.hpp:336:8: note: Technically the member function 'OneWindow::unsetLighting' can be static.
freefem++-3.61-1/src/Graphics/ffglut.hpp:100:5: style: Struct 'OnePlotMesh3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Graphics/ffglut.hpp:169:3: style: Struct 'OnePlotBorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Graphics/ffglut.hpp:176:3: style: Struct 'OnePlotError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Graphics/ffglut.hpp:85:0: style: Struct 'OnePlotMesh < Mesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Graphics/ffglut.hpp:85:0: style: Struct 'OnePlotMesh < Mesh2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/Graphics/ffglut.hpp:107:10: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:32:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:107:10: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:121:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:32:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:121:8: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:122:8: style: The function 'dyn_bfv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:48:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:122:8: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:124:9: style: The function 'NextCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:33:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:124:9: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:155:10: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:32:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:155:10: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:157:9: style: The function 'NextCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:33:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:157:9: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:163:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:32:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:163:8: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:164:9: style: The function 'dyn_bfv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:48:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:164:9: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:170:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:32:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:170:8: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:180:8: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:32:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:180:8: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.hpp:93:0: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/Graphics/ffglut.hpp:32:16: note: Virtual function in base class
freefem++-3.61-1/src/Graphics/ffglut.hpp:93:0: note: Function in derived class
freefem++-3.61-1/src/Graphics/ffglut.cpp:2503:2: error: Memory leak: image [memleak]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1042:9: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1943:15: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1936:11: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1939:4: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:1943:15: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:1944:12: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1936:11: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1939:4: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:1944:12: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:1948:17: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1936:11: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1939:4: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:1948:17: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:1949:14: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1936:11: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1939:4: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:1949:14: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:1955:46: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1936:11: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1939:4: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:1955:46: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:1957:46: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1936:11: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1939:4: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:1957:46: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:2000:15: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1994:8: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1998:6: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:2000:15: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:2001:12: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1994:8: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1998:6: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:2001:12: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:2003:46: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1994:8: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1998:6: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:2003:46: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:2004:9: warning: Either the condition 'l>=0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1994:8: note: Assuming that condition 'l>=0' is not redundant
freefem++-3.61-1/src/Graphics/ffglut.cpp:1998:6: note: l is decremented', new value is -1
freefem++-3.61-1/src/Graphics/ffglut.cpp:2004:9: note: Negative array index
freefem++-3.61-1/src/Graphics/ffglut.cpp:1863:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1864:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1865:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1866:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1867:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1868:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1871:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1872:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1873:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1874:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/ffglut.cpp:1878:19: error: Uninitialized variable: dummy [uninitvar]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:480:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:479:0: note: Variable 'p' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:480:3: note: Variable 'p' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1603:3: style: Variable 'ydelta' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1602:0: note: Variable 'ydelta' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1603:3: note: Variable 'ydelta' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1604:3: style: Variable 'xleft' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1600:0: note: Variable 'xleft' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1604:3: note: Variable 'xleft' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1471:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1471:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1494:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1501:8: style: The scope of the variable 'notfound' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:235:40: style: Function 'getprog_' argument 3 names different: declaration 'argvptr' definition 'argv'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:97:1: note: Function 'getprog_' argument 3 names different: declaration 'argvptr' definition 'argv'.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:235:40: note: Function 'getprog_' argument 3 names different: declaration 'argvptr' definition 'argv'.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:989:25: style: Function 'execute_' argument 1 names different: declaration 's' definition 'what'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:79:1: note: Function 'execute_' argument 1 names different: declaration 's' definition 'what'.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:989:25: note: Function 'execute_' argument 1 names different: declaration 's' definition 'what'.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:823:14: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1131:0: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/glrgraph.hpp:457:0: error: Memory leak: wn [memleak]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:501:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:500:0: note: Variable 'p' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:501:3: note: Variable 'p' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1146:3: style: Variable 'ydelta' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1145:0: note: Variable 'ydelta' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1146:3: note: Variable 'ydelta' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1147:3: style: Variable 'xleft' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1143:0: note: Variable 'xleft' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1147:3: note: Variable 'xleft' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1024:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1024:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1046:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:1053:8: style: The scope of the variable 'notfound' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:470:18: style: Function 'myexit_' argument 1 names different: declaration 'err' definition 'i'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:92:1: note: Function 'myexit_' argument 1 names different: declaration 'err' definition 'i'.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:470:18: note: Function 'myexit_' argument 1 names different: declaration 'err' definition 'i'.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:854:25: style: Function 'execute_' argument 1 names different: declaration 's' definition 'what'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:79:1: note: Function 'execute_' argument 1 names different: declaration 's' definition 'what'.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:854:25: note: Function 'execute_' argument 1 names different: declaration 's' definition 'what'.
freefem++-3.61-1/src/Graphics/macrgraf.cpp:254:8: style: Unused variable: index [unusedVariable]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:254:15: style: Unused variable: itemsInList [unusedVariable]
freefem++-3.61-1/src/Graphics/macrgraf.cpp:989:0: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:243:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:242:0: note: Variable 'p' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:243:3: note: Variable 'p' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:752:3: style: Variable 'ydelta' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:751:0: note: Variable 'ydelta' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:752:3: note: Variable 'ydelta' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:753:3: style: Variable 'xleft' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:749:0: note: Variable 'xleft' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:753:3: note: Variable 'xleft' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:573:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:637:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:646:8: style: The scope of the variable 'notfound' can be reduced. [variableScope]
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:456:17: style: Function 'scalj' argument 1 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:449:17: note: Function 'scalj' argument 1 names different: declaration 'i' definition 'j'.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:456:17: note: Function 'scalj' argument 1 names different: declaration 'i' definition 'j'.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:519:32: style: Function 'plotstring_' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:75:1: note: Function 'plotstring_' argument 1 names different: declaration 's' definition 'string'.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:519:32: note: Function 'plotstring_' argument 1 names different: declaration 's' definition 'string'.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:591:28: style: Function 'execute_' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
freefem++-3.61-1/src/Graphics/rgraph.hpp:79:1: note: Function 'execute_' argument 1 names different: declaration 's' definition 'str'.
freefem++-3.61-1/src/Graphics/sansrgraph.cpp:591:28: note: Function 'execute_' argument 1 names different: declaration 's' definition 'str'.
freefem++-3.61-1/src/Graphics/glrgraph.hpp:1582:20: style: Unused variable: k [unusedVariable]
freefem++-3.61-1/src/bamg/bamg.cpp:267:13: style: Expression is always false because 'else if' condition matches previous condition at line 263. [multiCondition]
freefem++-3.61-1/src/bamg/bamg.cpp:269:13: style: Expression is always false because 'else if' condition matches previous condition at line 265. [multiCondition]
freefem++-3.61-1/src/bamg/bamg.cpp:425:46: style: Same expression on both sides of '||'. [duplicateExpression]
freefem++-3.61-1/src/bamg/bamg.cpp:726:18: style: Same expression on both sides of '==' because the value of 'dim' and '2' are the same. [duplicateExpression]
freefem++-3.61-1/src/bamg/bamg.cpp:697:18: note: 'dim' is assigned value '2' here.
freefem++-3.61-1/src/bamg/bamg.cpp:726:18: note: Same expression on both sides of '==' because the value of 'dim' and '2' are the same.
freefem++-3.61-1/src/bamg/bamg.cpp:577:11: style: Variable 'time1' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/bamg/global.cpp:108:26: style: The scope of the variable 'mag01' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1091:12: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1082:9: note: outer condition: ToSwap
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1091:12: note: opposite inner condition: !ToSwap
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1511:18: warning: Either the condition 'ps0?-1:bamg::det(s,s1,s2)' is redundant or there is possible null pointer dereference: ps0. [nullPointerRedundantCheck]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1536:21: note: Assuming that condition 'ps0?-1:bamg::det(s,s1,s2)' is not redundant
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1511:18: note: Null pointer dereference
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1511:28: warning: Either the condition 'ps1?-1:bamg::det(s0,s,s2)' is redundant or there is possible null pointer dereference: ps1. [nullPointerRedundantCheck]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1537:21: note: Assuming that condition 'ps1?-1:bamg::det(s0,s,s2)' is not redundant
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1511:28: note: Null pointer dereference
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1511:38: warning: Either the condition 'ps2?-1:bamg::det(s0,s1,s)' is redundant or there is possible null pointer dereference: ps2. [nullPointerRedundantCheck]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1538:21: note: Assuming that condition 'ps2?-1:bamg::det(s0,s1,s)' is not redundant
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1511:38: note: Null pointer dereference
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1672:22: warning: Either the condition 'if(ptt&&tt.link&&it<Number(tt))' is redundant or there is possible null pointer dereference: ptt. [nullPointerRedundantCheck]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1673:9: note: Assuming that condition 'if(ptt&&tt.link&&it<Number(tt))' is not redundant
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1672:22: note: Null pointer dereference
freefem++-3.61-1/src/bamglib/Mesh2.h:1370:21: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.h:1391:20: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:330:19: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:381:14: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:494:15: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1563:7: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1565:10: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2028:27: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2031:15: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2036:29: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2461:27: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2464:15: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2469:29: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2663:105: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2974:11: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:4431:25: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:845:3: style: Variable 'SegI' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:844:0: note: Variable 'SegI' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:845:3: note: Variable 'SegI' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2308:6: style: Variable 'kstack' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2306:12: note: Variable 'kstack' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2308:6: note: Variable 'kstack' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:331:41: style: The scope of the variable 'jc' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1112:13: style: The scope of the variable 'v1' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:3498:32: style: The scope of the variable 'k1' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:3504:40: style: The scope of the variable 'k1equi' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:3515:19: style: The scope of the variable 'GA1' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:3905:33: style: The scope of the variable 'kkk' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:5160:7: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:5160:9: style: The scope of the variable 'jp' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:5160:12: style: The scope of the variable 'jn' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Mesh2.h:1107:79: style: Function 'Set' argument 2 names different: declaration 'Th' definition 'Gh'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:361:64: note: Function 'Set' argument 2 names different: declaration 'Th' definition 'Gh'.
freefem++-3.61-1/src/bamglib/Mesh2.h:1107:79: note: Function 'Set' argument 2 names different: declaration 'Th' definition 'Gh'.
freefem++-3.61-1/src/bamglib/Mesh2.h:1107:94: style: Function 'Set' argument 3 names different: declaration 'ThNew' definition 'GhNew'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:361:79: note: Function 'Set' argument 3 names different: declaration 'ThNew' definition 'GhNew'.
freefem++-3.61-1/src/bamglib/Mesh2.h:1107:94: note: Function 'Set' argument 3 names different: declaration 'ThNew' definition 'GhNew'.
freefem++-3.61-1/src/bamglib/Mesh2.h:1116:59: style: Function 'Set' argument 2 names different: declaration 'Th' definition 'Gh'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:374:53: note: Function 'Set' argument 2 names different: declaration 'Th' definition 'Gh'.
freefem++-3.61-1/src/bamglib/Mesh2.h:1116:59: note: Function 'Set' argument 2 names different: declaration 'Th' definition 'Gh'.
freefem++-3.61-1/src/bamglib/Mesh2.h:1116:74: style: Function 'Set' argument 3 names different: declaration 'ThNew' definition 'GhNew'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:374:68: note: Function 'Set' argument 3 names different: declaration 'ThNew' definition 'GhNew'.
freefem++-3.61-1/src/bamglib/Mesh2.h:1116:74: note: Function 'Set' argument 3 names different: declaration 'ThNew' definition 'GhNew'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:355:41: style: Function 'CloseBoundaryEdgeV2' argument 1 names different: declaration 'A' definition 'C'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:1036:41: note: Function 'CloseBoundaryEdgeV2' argument 1 names different: declaration 'A' definition 'C'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:355:41: note: Function 'CloseBoundaryEdgeV2' argument 1 names different: declaration 'A' definition 'C'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:959:83: style: Function 'SwapForForcingEdge' argument 7 names different: declaration 'nbswap' definition 'NbSwap'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:1347:47: note: Function 'SwapForForcingEdge' argument 7 names different: declaration 'nbswap' definition 'NbSwap'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:959:83: note: Function 'SwapForForcingEdge' argument 7 names different: declaration 'nbswap' definition 'NbSwap'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:3323:39: style: Function 'GeomToTriangles1' argument 1 names different: declaration 'nbvx' definition 'inbvx'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:941:30: note: Function 'GeomToTriangles1' argument 1 names different: declaration 'nbvx' definition 'inbvx'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:3323:39: note: Function 'GeomToTriangles1' argument 1 names different: declaration 'nbvx' definition 'inbvx'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:3739:39: style: Function 'GeomToTriangles0' argument 1 names different: declaration 'nbvx' definition 'inbvx'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:942:30: note: Function 'GeomToTriangles0' argument 1 names different: declaration 'nbvx' definition 'inbvx'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:3739:39: note: Function 'GeomToTriangles0' argument 1 names different: declaration 'nbvx' definition 'inbvx'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:4133:41: style: Function 'SetIntCoor' argument 1 names different: declaration 'from' definition 'strfrom'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:825:32: note: Function 'SetIntCoor' argument 1 names different: declaration 'from' definition 'strfrom'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:4133:41: note: Function 'SetIntCoor' argument 1 names different: declaration 'from' definition 'strfrom'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:4545:64: style: Function 'Triangles' argument 3 names different: declaration 'pBTh' definition 'pBth'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:820:53: note: Function 'Triangles' argument 3 names different: declaration 'pBTh' definition 'pBth'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:4545:64: note: Function 'Triangles' argument 3 names different: declaration 'pBTh' definition 'pBth'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:4660:28: style: Function 'Optim' argument 1 names different: declaration 'a' definition 'i'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:462:20: note: Function 'Optim' argument 1 names different: declaration 'a' definition 'i'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:4660:28: note: Function 'Optim' argument 1 names different: declaration 'a' definition 'i'.
freefem++-3.61-1/src/bamglib/Mesh2.cpp:300:15: warning: Assert statement modifies 'kkk'. [assignmentInAssert]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:458:38: warning: Assert statement modifies 'kkk'. [assignmentInAssert]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:1216:13: warning: Assert statement modifies 'k'. [assignmentInAssert]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:4029:16: warning: Assert statement modifies 'nbex'. [assignmentInAssert]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:4685:10: warning: Assert statement modifies 'k'. [assignmentInAssert]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:5197:18: warning: Assert statement modifies 'kkkk'. [assignmentInAssert]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:5205:19: warning: Assert statement modifies 'kkkk'. [assignmentInAssert]
freefem++-3.61-1/src/bamglib/Metric.h:223:62: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefem++-3.61-1/src/bamglib/Metric.h:203:1: style: The class 'SaveMetricInterpole' does not have a constructor although it has private member variables. [noConstructor]
freefem++-3.61-1/src/bamglib/Mesh2.h:229:3: warning: Member variable 'TriangleAdjacent::t' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Mesh2.h:229:3: warning: Member variable 'TriangleAdjacent::a' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Mesh2.h:668:3: warning: Member variable 'VertexOnVertex::v' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Mesh2.h:668:3: warning: Member variable 'VertexOnVertex::bv' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Mesh2.h:678:3: warning: Member variable 'VertexOnEdge::v' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Mesh2.h:678:3: warning: Member variable 'VertexOnEdge::be' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Metric.h:180:3: performance: Variable 'a11' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/src/bamglib/Metric.h:181:3: performance: Variable 'a21' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/src/bamglib/Metric.h:182:3: performance: Variable 'a22' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/src/bamglib/Metric.h:73:3: style: Technically the member function 'bamg::MetricIso::operatorP2xP2<double,double>' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/Metric.h:74:12: style: Technically the member function 'bamg::MetricIso::Box' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/Mesh2.h:350:7: style: Technically the member function 'bamg::GeometricalEdge::Required' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/Mesh2.h:468:8: style: Technically the member function 'bamg::Triangle::GetAllflag' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/Mesh2.h:654:7: style: Technically the member function 'bamg::VertexOnGeom::IsRequiredVertex' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/Mesh2.h:964:7: style: Technically the member function 'bamg::Geometry::empty' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/Mesh2.h:986:9: style: Technically the member function 'bamg::Geometry::MinimalHmin' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/SetOfE4.h:53:9: style: Technically the member function 'bamg::SetOfEdges4::nb' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/SetOfE4.h:55:8: performance: Technically the member function 'bamg::SetOfEdges4::findtrie' can be static. [functionStatic]
freefem++-3.61-1/src/bamglib/SetOfE4.h:57:8: style: Technically the member function 'bamg::SetOfEdges4::i' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/SetOfE4.h:58:8: style: Technically the member function 'bamg::SetOfEdges4::j' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/SetOfE4.h:59:8: style: Technically the member function 'bamg::SetOfEdges4::newarete' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/Mesh2.h:554:47: style: Class 'ListofIntersectionTriangles' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/bamglib/Mesh2.h:554:47: style: Class 'ListofIntersectionTriangles' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/bamglib/Metric.h:50:3: style: Class 'MetricIso' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Metric.h:51:3: style: Class 'MetricIso' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Metric.h:87:3: style: Class 'MetricAnIso' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Metric.h:113:3: style: Class 'MetricAnIso' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Metric.h:140:3: style: Class 'MatVVP2x2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Metric.h:141:3: style: Class 'MatVVP2x2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Mesh2.h:703:3: style: Class 'CrackedTriangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Mesh2.h:805:3: style: Class 'Triangles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Mesh2.h:994:3: style: Class 'Geometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Mesh2.h:743:1: warning: The class 'Triangles' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/src/bamglib/Mesh2.h:157:83: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freefem++-3.61-1/src/bamglib/Metric.h:172:49: performance: Function parameter 'M' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/bamglib/Mesh2.cpp:2765:34: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:637:19: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:667:32: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:668:19: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:698:27: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:699:28: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:701:27: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:702:29: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:775:34: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:786:36: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:1098:13: style: Variable 'reverse' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:1096:0: note: Variable 'reverse' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:1098:13: note: Variable 'reverse' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:1024:16: style: The scope of the variable 'k1' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:563:16: warning: Assert statement modifies 'k'. [assignmentInAssert]
freefem++-3.61-1/src/bamglib/MeshGeom.cpp:529:4: performance: Variable 'NbRef' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/src/bamglib/Mesh2.h:951:1: warning: The class 'Geometry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:544:24: warning: Either the condition 'if(ksplitarray)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:900:6: note: Assuming that condition 'if(ksplitarray)' is not redundant
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:544:24: note: Null pointer addition
freefem++-3.61-1/src/bamglib/Meshio.h:211:12: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/src/bamglib/Meshio.h:216:12: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:70:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:127:56: style: Function 'ProjectOnCurve' argument 1 names different: declaration 'AB' definition 'BhAB'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:873:44: note: Function 'ProjectOnCurve' argument 1 names different: declaration 'AB' definition 'BhAB'.
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:127:56: note: Function 'ProjectOnCurve' argument 1 names different: declaration 'AB' definition 'BhAB'.
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:127:72: style: Function 'ProjectOnCurve' argument 2 names different: declaration 'A' definition 'vA'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:873:58: note: Function 'ProjectOnCurve' argument 2 names different: declaration 'A' definition 'vA'.
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:127:72: note: Function 'ProjectOnCurve' argument 2 names different: declaration 'A' definition 'vA'.
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:127:85: style: Function 'ProjectOnCurve' argument 3 names different: declaration 'B' definition 'vB'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:873:70: note: Function 'ProjectOnCurve' argument 3 names different: declaration 'B' definition 'vB'.
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:127:85: note: Function 'ProjectOnCurve' argument 3 names different: declaration 'B' definition 'vB'.
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:243:13: warning: Assert statement modifies 'kkk'. [assignmentInAssert]
freefem++-3.61-1/src/bamglib/Meshio.h:138:8: style: Technically the member function 'bamg::IFortranUnFormattedFile::where' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/Meshio.h:163:8: style: Technically the member function 'bamg::OFortranUnFormattedFile::where' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/MeshQuad.cpp:63:7: style: Technically the member function 'bamg::DoubleAndInt4::operator<' can be const. [functionConst]
freefem++-3.61-1/src/bamglib/Meshio.h:127:7: style: Class 'IFortranUnFormattedFile' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/bamglib/Meshio.h:127:7: style: Class 'IFortranUnFormattedFile' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/bamglib/Meshio.h:154:7: style: Class 'OFortranUnFormattedFile' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/bamglib/Meshio.h:154:7: style: Class 'OFortranUnFormattedFile' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/bamglib/Meshio.h:94:3: style: Class 'MeshIstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Meshio.h:126:3: style: Class 'IFortranUnFormattedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Meshio.h:131:3: style: Class 'IFortranUnFormattedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/Meshio.h:156:3: style: Class 'OFortranUnFormattedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/bamglib/MeshRead.cpp:511:2: style: Variable 'l' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/bamglib/MeshRead.cpp:510:2: note: Variable 'l' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/bamglib/MeshRead.cpp:511:2: note: Variable 'l' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/bamglib/MeshRead.cpp:61:7: style: The scope of the variable 'field' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/MeshRead.cpp:960:7: style: The scope of the variable 'field' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/MeshRead.cpp:50:45: style: Function 'Read' argument 2 names different: declaration 'version' definition 'Version'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:905:31: note: Function 'Read' argument 2 names different: declaration 'version' definition 'Version'.
freefem++-3.61-1/src/bamglib/MeshRead.cpp:50:45: note: Function 'Read' argument 2 names different: declaration 'version' definition 'Version'.
freefem++-3.61-1/src/bamglib/MeshRead.cpp:948:10: warning: Assert statement calls a function which may have desired side effects: 'empty'. [assertWithSideEffect]
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:765:26: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:766:29: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:776:26: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:777:30: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:60:18: style: The scope of the variable 'gsuffix' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:912:9: style: The scope of the variable 'nbcracked' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:57:66: style: Function 'Write' argument 2 names different: declaration 'type' definition 'typein'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:894:55: note: Function 'Write' argument 2 names different: declaration 'type' definition 'typein'.
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:57:66: note: Function 'Write' argument 2 names different: declaration 'type' definition 'typein'.
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:549:43: style: Function 'Write_hdf5' argument 1 names different: declaration 'filename' definition 'f'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:901:32: note: Function 'Write_hdf5' argument 1 names different: declaration 'filename' definition 'f'.
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:549:43: note: Function 'Write_hdf5' argument 1 names different: declaration 'filename' definition 'f'.
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:965:42: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freefem++-3.61-1/src/bamglib/MeshWrite.cpp:979:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:996:5: style: Variable 'ptvois' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:983:0: note: Variable 'ptvois' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:996:5: note: Variable 'ptvois' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:997:5: style: Variable 'nn' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:985:0: note: Variable 'nn' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:997:5: note: Variable 'nn' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:998:5: style: Variable 'vois' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:984:0: note: Variable 'vois' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:998:5: note: Variable 'vois' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:999:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:986:0: note: Variable 'r' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:999:5: note: Variable 'r' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:968:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:625:19: style: The scope of the variable 'i__2' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:625:25: style: The scope of the variable 'i__3' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:747:69: style: The scope of the variable 'i1' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:747:73: style: The scope of the variable 'i2' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:893:12: style: The scope of the variable 'i__2' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:896:32: style: The scope of the variable 'ptv' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:982:10: style: Unused variable: i [unusedVariable]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:982:13: style: Unused variable: j [unusedVariable]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:1000:41: error: Memory leak: ptvois [memleak]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:1000:41: error: Memory leak: vois [memleak]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:1000:41: error: Memory leak: nn [memleak]
freefem++-3.61-1/src/bamglib/Meshgibbs.cpp:1000:41: error: Memory leak: r [memleak]
freefem++-3.61-1/src/bamglib/Meshio.cpp:91:3: style: Variable 'typesols' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/bamglib/Meshio.cpp:85:3: note: Variable 'typesols' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/bamglib/Meshio.cpp:91:3: note: Variable 'typesols' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/bamglib/Meshio.cpp:54:8: style: The scope of the variable 'i' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Meshio.cpp:49:34: warning: Function 'ReadbbFile' argument order different: declaration 'file, nbsol, lsol, dim, typesol' definition 'file, nbsol, lsol, typesol, dim' [funcArgOrderDifferent]
freefem++-3.61-1/src/bamglib/Meshio.h:52:34: note: Function 'ReadbbFile' argument order different: declaration 'file, nbsol, lsol, dim, typesol' definition 'file, nbsol, lsol, typesol, dim'
freefem++-3.61-1/src/bamglib/Meshio.cpp:49:34: note: Function 'ReadbbFile' argument order different: declaration 'file, nbsol, lsol, dim, typesol' definition 'file, nbsol, lsol, typesol, dim'
freefem++-3.61-1/src/bamglib/Meshio.h:94:3: warning: Member variable 'MeshIstream::opened' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Meshio.h:126:3: warning: Member variable 'IFortranUnFormattedFile::j' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Meshio.h:131:3: warning: Member variable 'IFortranUnFormattedFile::j' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Meshio.h:153:3: warning: Member variable 'OFortranUnFormattedFile::j' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Meshio.h:156:3: warning: Member variable 'OFortranUnFormattedFile::j' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/Metric.cpp:894:20: warning: Either the condition '!ptt' is redundant or there is possible null pointer dereference: ptt. [nullPointerRedundantCheck]
freefem++-3.61-1/src/bamglib/Metric.cpp:895:9: note: Assuming that condition '!ptt' is not redundant
freefem++-3.61-1/src/bamglib/Metric.cpp:894:20: note: Null pointer dereference
freefem++-3.61-1/src/bamglib/Metric.cpp:992:26: warning: Either the condition 'if(pvj)' is redundant or there is possible null pointer dereference: pvj. [nullPointerRedundantCheck]
freefem++-3.61-1/src/bamglib/Metric.cpp:993:7: note: Assuming that condition 'if(pvj)' is not redundant
freefem++-3.61-1/src/bamglib/Metric.cpp:992:26: note: Null pointer dereference
freefem++-3.61-1/src/bamglib/Metric.cpp:687:14: style: The scope of the variable 'dd' can be reduced. [variableScope]
freefem++-3.61-1/src/bamglib/Metric.cpp:192:51: style: Function 'IntersectWith' argument 1 names different: declaration 'M' definition 'M2'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Metric.h:99:40: note: Function 'IntersectWith' argument 1 names different: declaration 'M' definition 'M2'.
freefem++-3.61-1/src/bamglib/Metric.cpp:192:51: note: Function 'IntersectWith' argument 1 names different: declaration 'M' definition 'M2'.
freefem++-3.61-1/src/bamglib/Metric.cpp:346:22: style: Function 'IntersectConsMetric' argument 4 names different: declaration 'hmin' definition 'hmin1'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:915:20: note: Function 'IntersectConsMetric' argument 4 names different: declaration 'hmin' definition 'hmin1'.
freefem++-3.61-1/src/bamglib/Metric.cpp:346:22: note: Function 'IntersectConsMetric' argument 4 names different: declaration 'hmin' definition 'hmin1'.
freefem++-3.61-1/src/bamglib/Metric.cpp:346:40: style: Function 'IntersectConsMetric' argument 5 names different: declaration 'hmax' definition 'hmax1'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:915:37: note: Function 'IntersectConsMetric' argument 5 names different: declaration 'hmax' definition 'hmax1'.
freefem++-3.61-1/src/bamglib/Metric.cpp:346:40: note: Function 'IntersectConsMetric' argument 5 names different: declaration 'hmax' definition 'hmax1'.
freefem++-3.61-1/src/bamglib/Metric.cpp:348:64: style: Function 'IntersectConsMetric' argument 12 names different: declaration 'choise' definition 'choice'. [funcArgNamesDifferent]
freefem++-3.61-1/src/bamglib/Mesh2.h:919:17: note: Function 'IntersectConsMetric' argument 12 names different: declaration 'choise' definition 'choice'.
freefem++-3.61-1/src/bamglib/Metric.cpp:348:64: note: Function 'IntersectConsMetric' argument 12 names different: declaration 'choise' definition 'choice'.
freefem++-3.61-1/src/bamglib/QuadTree.cpp:397:3: style: Class 'QuadTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/bamglib/QuadTree.cpp:397:3: style: Class 'QuadTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/bamglib/SetOfE4.cpp:36:5: performance: Variable 'nx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/src/bamglib/SetOfE4.cpp:37:5: performance: Variable 'nbax' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/src/bamglib/SetOfE4.cpp:38:5: performance: Variable 'NbOfEdges' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem++-3.61-1/src/bamglib/SetOfE4.cpp:39:5: style: Class 'SetOfEdges4' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/bamglib/SetOfE4.cpp:39:5: style: Class 'SetOfEdges4' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/bamglib/write_xdmf.cpp:15:12: warning: Member variable 'WriteXdmf::Elemtype' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/write_xdmf.cpp:15:12: warning: Member variable 'WriteXdmf::nbvperelem' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/write_xdmf.cpp:15:12: warning: Member variable 'WriteXdmf::dimension' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/bamglib/write_xdmf.cpp:25:3: style: Class 'WriteXdmf' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/bamglib/write_xdmf.cpp:25:3: style: Class 'WriteXdmf' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/bamglib/write_xdmf.cpp:38:3: warning: Possible leak in public function. The pointer 'Elemtype' is not deallocated before it is allocated. [publicAllocationError]
freefem++-3.61-1/src/bamglib/write_xdmf.cpp:77:3: warning: Possible leak in public function. The pointer 'Elemtype' is not deallocated before it is allocated. [publicAllocationError]
freefem++-3.61-1/src/bamglib/write_xdmf.cpp:116:3: warning: Possible leak in public function. The pointer 'Elemtype' is not deallocated before it is allocated. [publicAllocationError]
freefem++-3.61-1/src/bamglib/write_xdmf.cpp:194:3: warning: Possible leak in public function. The pointer 'Elemtype' is not deallocated before it is allocated. [publicAllocationError]
freefem++-3.61-1/src/bin-win32/launchff++.cpp:146:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
freefem++-3.61-1/src/bin-win32/launchff++.cpp:143:9: note: Assignment 'debug=0', assigned value is 0
freefem++-3.61-1/src/bin-win32/launchff++.cpp:146:9: note: Condition 'debug' is always false
freefem++-3.61-1/src/bin-win32/launchff++.cpp:149:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
freefem++-3.61-1/src/bin-win32/launchff++.cpp:143:9: note: Assignment 'debug=0', assigned value is 0
freefem++-3.61-1/src/bin-win32/launchff++.cpp:149:6: note: Condition 'debug' is always false
freefem++-3.61-1/src/bin-win32/launchff++.cpp:158:7: style: Condition 'debug' is always false [knownConditionTrueFalse]
freefem++-3.61-1/src/bin-win32/launchff++.cpp:143:9: note: Assignment 'debug=0', assigned value is 0
freefem++-3.61-1/src/bin-win32/launchff++.cpp:158:7: note: Condition 'debug' is always false
freefem++-3.61-1/src/bin-win32/launchff++.cpp:40:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/fem.hpp:196:21: style: Redundant condition: If 'j <= 0', the comparison 'j < 3' is always true. [redundantCondition]
freefem++-3.61-1/src/femlib/fem.hpp:196:39: style: Redundant condition: If 'i <= 0', the comparison 'i < 4' is always true. [redundantCondition]
freefem++-3.61-1/src/femlib/fem.hpp:210:21: style: Redundant condition: If 'j <= 0', the comparison 'j < 2' is always true. [redundantCondition]
freefem++-3.61-1/src/femlib/fem.hpp:210:39: style: Redundant condition: If 'i <= 0', the comparison 'i < 4' is always true. [redundantCondition]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:883:9: style: Condition 'kerr' is always false [knownConditionTrueFalse]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:786:18: note: Assignment 'kerr=0', assigned value is 0
freefem++-3.61-1/src/femlib/GenericMesh.hpp:883:9: note: Condition 'kerr' is always false
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:638:7: style: Condition '!hvertices' is always true [knownConditionTrueFalse]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:472:19: note: Assignment 'hvertices=0', assigned value is 0
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:638:7: note: Condition '!hvertices' is always true
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:682:15: style: Condition '!hvertices' is always true [knownConditionTrueFalse]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:472:19: note: Assignment 'hvertices=0', assigned value is 0
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:682:15: note: Condition '!hvertices' is always true
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:700:7: style: Condition '!hvertices' is always true [knownConditionTrueFalse]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:472:19: note: Assignment 'hvertices=0', assigned value is 0
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:700:7: note: Condition '!hvertices' is always true
freefem++-3.61-1/src/femlib/MeshPoint.hpp:180:6: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/femlib/MeshPoint.hpp:179:6: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/MeshPoint.hpp:180:6: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/MeshPoint.hpp:271:6: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/femlib/MeshPoint.hpp:269:6: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/MeshPoint.hpp:271:6: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/MeshPoint.hpp:272:6: style: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/femlib/MeshPoint.hpp:269:8: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/MeshPoint.hpp:272:6: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/MeshPoint.hpp:367:6: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/femlib/MeshPoint.hpp:366:6: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/MeshPoint.hpp:367:6: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/GenericMesh.hpp:888:22: style: Same expression on both sides of '==' because the value of 'kerr' and '0' are the same. [duplicateExpression]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:786:18: note: 'kerr' is assigned value '0' here.
freefem++-3.61-1/src/femlib/GenericMesh.hpp:888:22: note: Same expression on both sides of '==' because the value of 'kerr' and '0' are the same.
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:234:0: style: Same expression used in consecutive assignments of 'i0' and 'i1'. [duplicateAssignExpression]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:234:0: note: Same expression used in consecutive assignments of 'i0' and 'i1'.
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:234:0: note: Same expression used in consecutive assignments of 'i0' and 'i1'.
freefem++-3.61-1/src/femlib/fem.hpp:232:14: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefem++-3.61-1/src/femlib/RNM_op.hpp:42:9: style: The scope of the variable 'bj' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/fem.hpp:502:6: style: The scope of the variable 'p2' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/fem.hpp:538:9: style: The scope of the variable 'p2' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/fem.hpp:548:9: style: The scope of the variable 'p2' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/fem.hpp:595:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/fem.hpp:622:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:793:40: style: The scope of the variable 'intern' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:823:33: style: The scope of the variable 'sr' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:1281:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:1316:11: style: The scope of the variable 'ndim' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:220:21: style: The scope of the variable 't' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:1246:55: style: Function 'BuildDFNumbering' argument 1 names different: declaration 'dfon' definition 'ndfon'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:542:37: note: Function 'BuildDFNumbering' argument 1 names different: declaration 'dfon' definition 'ndfon'.
freefem++-3.61-1/src/femlib/GenericMesh.hpp:1246:55: note: Function 'BuildDFNumbering' argument 1 names different: declaration 'dfon' definition 'ndfon'.
freefem++-3.61-1/src/femlib/RNM_tpl.hpp:175:0: style: Function 'operator,' argument 1 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/RNM.hpp:407:0: note: Function 'operator,' argument 1 names different: declaration 'v' definition 'u'.
freefem++-3.61-1/src/femlib/RNM_tpl.hpp:175:0: note: Function 'operator,' argument 1 names different: declaration 'v' definition 'u'.
freefem++-3.61-1/src/femlib/RNM.hpp:1273:16: style: Variable 'lso' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/RNM_tpl.hpp:397:14: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:65:40: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:114:18: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:760:0: style: Variable 'on' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:783:17: style: Variable 'iold' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:787:17: style: Variable 'eold' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:788:17: style: Variable 'iold' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:789:17: style: Variable 'jold' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/BamgFreeFem.cpp:790:14: style: Variable 's' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:1388:17: warning: Assert statement modifies 'it'. [assignmentInAssert]
freefem++-3.61-1/src/femlib/fem.hpp:171:3: warning: Member variable 'Tetraedre::vertices' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/fem.hpp:171:3: warning: Member variable 'Tetraedre::volume' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/FQuadTree.hpp:45:6: warning: Member variable 'I2::x' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/FQuadTree.hpp:45:6: warning: Member variable 'I2::y' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/FESpace.hpp:544:3: warning: Member variable 'aSubFMortar::a' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/FESpace.hpp:544:3: warning: Member variable 'aSubFMortar::b' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/FESpace.hpp:544:3: warning: Member variable 'aSubFMortar::left' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/FESpace.hpp:544:3: warning: Member variable 'aSubFMortar::right' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:108:0: warning: Member variable 'Fem2D :: GQuadratureFormular < Rd >::exact' is not assigned a value in 'Fem2D :: GQuadratureFormular < Rd >::operator='. [operatorEqVarError]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:108:0: warning: Member variable 'Fem2D :: GQuadratureFormular < R1 >::exact' is not assigned a value in 'Fem2D :: GQuadratureFormular < R1 >::operator='. [operatorEqVarError]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:108:0: warning: Member variable 'Fem2D :: GQuadratureFormular < R2 >::exact' is not assigned a value in 'Fem2D :: GQuadratureFormular < R2 >::operator='. [operatorEqVarError]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:108:0: warning: Member variable 'Fem2D :: GQuadratureFormular < R3 >::exact' is not assigned a value in 'Fem2D :: GQuadratureFormular < R3 >::operator='. [operatorEqVarError]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:299:0: warning: Member variable 'Fem2D :: GenericElement < DataTet >::vertices' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:299:0: warning: Member variable 'Fem2D :: GenericElement < DataTriangle3 >::vertices' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:299:0: warning: Member variable 'Fem2D :: GenericElement < DataTriangle2 >::vertices' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:299:0: warning: Member variable 'Fem2D :: GenericElement < DataSeg2 >::vertices' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:299:0: warning: Member variable 'Fem2D :: GenericElement < DataSeg1 >::vertices' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:299:0: warning: Member variable 'Fem2D :: GenericElement < DataPoint1 >::vertices' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/HashTable.hpp:101:0: warning: Member variable 'nKV::next' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/HashTable.hpp:101:0: warning: Member variable 'nKV::v' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/fem.hpp:362:0: warning: Member variable 'Fem2D :: TBoundaryEdge < R2 >::vertices' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/fem.hpp:261:0: warning: Member variable 'Fem2D :: TTriangle < R2 >::vertices' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/fem.hpp:261:0: warning: Member variable 'Fem2D :: TTriangle < R2 >::area' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/RefCounter.hpp:72:3: style: 'RefCounter::operator=' should return 'RefCounter &'. [operatorEq]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:108:0: style: 'Fem2D :: GQuadratureFormular < Rd >::operator=' should return 'Fem2D :: GQuadratureFormular < Rd > &'. [operatorEq]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:108:0: style: 'Fem2D :: GQuadratureFormular < R1 >::operator=' should return 'Fem2D :: GQuadratureFormular < R1 > &'. [operatorEq]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:108:0: style: 'Fem2D :: GQuadratureFormular < R2 >::operator=' should return 'Fem2D :: GQuadratureFormular < R2 > &'. [operatorEq]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:108:0: style: 'Fem2D :: GQuadratureFormular < R3 >::operator=' should return 'Fem2D :: GQuadratureFormular < R3 > &'. [operatorEq]
freefem++-3.61-1/src/femlib/RefCounter.hpp:100:0: style: 'CountPointer < const Fem2D :: Mesh >::operator=' should return 'CountPointer < const Fem2D :: Mesh > &'. [operatorEq]
freefem++-3.61-1/src/femlib/fem.hpp:239:57: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < dataTypeOfFE const * >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < dataTypeOfFE const * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < dataTypeOfFE const * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < dataTypeOfFE const * >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < dataTypeOfFE const * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < dataTypeOfFE const * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < const TypeOfFE * >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < const TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < const TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < const TypeOfFE * >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < const TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < const TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < IPJ >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < IPJ >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < IPJ >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < IPJ >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < IPJ >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < IPJ >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < R2 >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < R2 >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < R2 >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < R2 >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < R2 >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < R2 >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < TypeOfFE * >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < TypeOfFE * >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < TypeOfFE :: IPJ >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < TypeOfFE :: IPJ >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < TypeOfFE :: IPJ >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < TypeOfFE :: IPJ >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < TypeOfFE :: IPJ >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < TypeOfFE :: IPJ >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < const Fem2D :: TypeOfFE * >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < const Fem2D :: TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < const Fem2D :: TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < const Fem2D :: TypeOfFE * >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < const Fem2D :: TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < const Fem2D :: TypeOfFE * >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < int >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < int >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < int >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < int >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < int >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < int >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < R >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < R >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < R >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < R >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < R >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < R >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < long >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < long >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < long >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < long >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < long >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < long >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < double >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < double >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < double >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < double >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < double >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < double >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < float >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < float >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < float >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < float >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < float >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < float >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < complex < double > >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < complex < double > >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < complex < double > >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < complex < double > >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < complex < double > >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < complex < double > >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < K >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < K >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < K >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < K >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < K >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < K >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:342:9: style: Technically the member function 'ShapeOfArray::N' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:751:19: style: Technically the member function 'notKN_::operator!' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:779:26: note: Technically the member function 'notKN_::operator!' can be const.
freefem++-3.61-1/src/femlib/RNM.hpp:751:19: note: Technically the member function 'notKN_::operator!' can be const.
freefem++-3.61-1/src/femlib/RefCounter.hpp:46:8: performance: Technically the member function 'baseCountPointer::add' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/RefCounter.hpp:77:31: note: Technically the member function 'baseCountPointer::add' can be static.
freefem++-3.61-1/src/femlib/RefCounter.hpp:46:8: note: Technically the member function 'baseCountPointer::add' can be static.
freefem++-3.61-1/src/femlib/RefCounter.hpp:47:8: performance: Technically the member function 'baseCountPointer::destroyPtr' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/RefCounter.hpp:79:31: note: Technically the member function 'baseCountPointer::destroyPtr' can be static.
freefem++-3.61-1/src/femlib/RefCounter.hpp:47:8: note: Technically the member function 'baseCountPointer::destroyPtr' can be static.
freefem++-3.61-1/src/femlib/R2.hpp:98:6: performance: Technically the member function 'Fem2D::R2::Z' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/FQuadTree.hpp:102:5: style: Technically the member function 'Fem2D::FQuadTree::ItoX' can be const. [functionConst]
freefem++-3.61-1/src/femlib/FQuadTree.hpp:103:5: style: Technically the member function 'Fem2D::FQuadTree::ItoY' can be const. [functionConst]
freefem++-3.61-1/src/femlib/FESpace.hpp:112:5: style: Technically the member function 'Fem2D::VofScalarFE::f' can be const. [functionConst]
freefem++-3.61-1/src/femlib/FESpace.hpp:113:5: style: Technically the member function 'Fem2D::VofScalarFE::fx' can be const. [functionConst]
freefem++-3.61-1/src/femlib/FESpace.hpp:114:5: style: Technically the member function 'Fem2D::VofScalarFE::fy' can be const. [functionConst]
freefem++-3.61-1/src/femlib/HashTable.hpp:132:0: style: Technically the member function 'Fem2D :: HashTable < SortArray < int , nva > , int >::operator()' can be const. [functionConst]
freefem++-3.61-1/src/femlib/HashTable.hpp:132:0: style: Technically the member function 'Fem2D :: HashTable < SortArray < int , Triangle3 :: nva > , int >::operator()' can be const. [functionConst]
freefem++-3.61-1/src/femlib/HashTable.hpp:132:0: style: Technically the member function 'Fem2D :: HashTable < SortArray <unsigned int , 2 > , int >::operator()' can be const. [functionConst]
freefem++-3.61-1/src/femlib/HashTable.hpp:132:0: style: Technically the member function 'Fem2D :: HashTable < SortArray <unsigned int , 2 > , SortArray <unsigned int , 2 > >::operator()' can be const. [functionConst]
freefem++-3.61-1/src/femlib/HashTable.hpp:132:0: style: Technically the member function 'Fem2D :: HashTable < SortArray < int , BoundaryEdge2 :: nva > , int >::operator()' can be const. [functionConst]
freefem++-3.61-1/src/femlib/HashTable.hpp:132:0: style: Technically the member function 'Fem2D :: HashTable < SortArray < int , BoundaryPoint1 :: nva > , int >::operator()' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < dataTypeOfFE const * >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < const TypeOfFE * >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < IPJ >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < R2 >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < TypeOfFE * >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < TypeOfFE :: IPJ >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < const Fem2D :: TypeOfFE * >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < int >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:616:0: style: Technically the member function 'KNM_ < R >::h' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:765:0: note: Technically the member function 'KNM_ < R >::h' can be const.
freefem++-3.61-1/src/femlib/RNM.hpp:616:0: note: Technically the member function 'KNM_ < R >::h' can be const.
freefem++-3.61-1/src/femlib/RNM.hpp:574:0: style: Technically the member function 'KN_ < R >::t' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:763:0: note: Technically the member function 'KN_ < R >::t' can be const.
freefem++-3.61-1/src/femlib/RNM.hpp:574:0: note: Technically the member function 'KN_ < R >::t' can be const.
freefem++-3.61-1/src/femlib/RNM.hpp:576:0: style: Technically the member function 'KN_ < R >::operator!' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:773:0: note: Technically the member function 'KN_ < R >::operator!' can be const.
freefem++-3.61-1/src/femlib/RNM.hpp:576:0: note: Technically the member function 'KN_ < R >::operator!' can be const.
freefem++-3.61-1/src/femlib/GenericMesh.hpp:173:5: style: Value of pointer 'nbref', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
freefem++-3.61-1/src/femlib/RNM.hpp:303:3: style: Class 'SubArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:304:3: style: Class 'SubArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:320:3: style: Class 'ShapeOfArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:740:5: style: Struct 'TKN_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:745:5: style: Struct 'ConjKNM_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:750:5: style: Struct 'notKN_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:757:5: style: Struct 'notnotKN_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:1358:3: style: Class 'conj_KN_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:1580:3: style: Class 'Inv_KN_long' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:1582:3: style: Class 'Inv_KN_long' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:1596:5: style: Class 'KN_2Ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:1597:5: style: Class 'KN_2Ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/R1.hpp:61:3: style: Class 'R1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/R2.hpp:56:3: style: Class 'R2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/R2.hpp:57:3: style: Class 'R2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/R3.hpp:49:3: style: Class 'R3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/R3.hpp:51:3: style: Class 'R3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/Label.hpp:12:3: style: Class 'Label' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/fem.hpp:461:3: style: Class 'Mesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/fem.hpp:462:3: style: Class 'Mesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/fem.hpp:463:3: style: Class 'Mesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/GQuadTree.hpp:49:5: style: Class 'Z1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/GQuadTree.hpp:50:5: style: Class 'Z1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/GQuadTree.hpp:73:5: style: Class 'Z2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/GQuadTree.hpp:74:5: style: Class 'Z2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/GQuadTree.hpp:98:5: style: Class 'Z3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/GQuadTree.hpp:99:5: style: Class 'Z3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/HashTable.hpp:20:3: style: Struct 'SortArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:502:3: style: Class 'GenericMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/Mesh3dn.hpp:158:3: style: Class 'Mesh3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/Mesh3dn.hpp:161:3: style: Class 'Mesh3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/Mesh2dn.hpp:129:2: style: Class 'Mesh2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/Mesh2dn.hpp:134:2: style: Class 'Mesh2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/Mesh1dn.hpp:117:3: style: Class 'Mesh1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:49:3: style: Struct 'QuadratureWeight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpacen.hpp:183:3: style: Class 'InterpolationMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpacen.hpp:186:3: style: Class 'InterpolationMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpacen.hpp:504:5: style: Struct 'GFESpacePtrTFE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpacen.hpp:717:3: style: Class 'GTypeOfFESum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpace.hpp:672:3: style: Class 'FESpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:100:0: style: Class 'Fem2D :: GQuadratureFormular < Rd >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:100:0: style: Class 'Fem2D :: GQuadratureFormular < R1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:100:0: style: Class 'Fem2D :: GQuadratureFormular < R2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:100:0: style: Class 'Fem2D :: GQuadratureFormular < R3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RefCounter.hpp:88:0: style: Class 'CountPointer < const Fem2D :: Mesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < dataTypeOfFE const * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < dataTypeOfFE const * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < const TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < const TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < IPJ >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < IPJ >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < R2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < R2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < TypeOfFE :: IPJ >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < TypeOfFE :: IPJ >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < const Fem2D :: TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < const Fem2D :: TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < complex < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < dataTypeOfFE const * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < const TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < IPJ >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < R2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < TypeOfFE :: IPJ >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < const Fem2D :: TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < dataTypeOfFE const * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < const TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < IPJ >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < R2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < TypeOfFE :: IPJ >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < const Fem2D :: TypeOfFE * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < R >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < complex < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < K >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpacen.hpp:724:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpacen.hpp:330:16: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpacen.hpp:724:8: note: Function in derived class
freefem++-3.61-1/src/femlib/GenericMesh.hpp:141:20: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freefem++-3.61-1/src/femlib/GenericMesh.hpp:147:20: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freefem++-3.61-1/src/femlib/fem.hpp:462:21: performance: Function parameter 's' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/femlib/GQuadTree.hpp:98:11: performance: Function parameter 'P' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/femlib/RNM.hpp:627:0: performance: Function parameter 'u' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/femlib/RNM.hpp:637:0: performance: Function parameter 'U' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/femlib/RNM.hpp:641:0: performance: Function parameter 'U' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:427:28: warning: Logical conjunction always evaluates to false: NbuDelPtr > 100000000 && NbuDelPtr < 0. [incorrectLogicOperator]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:313:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:315:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:474:9: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:494:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:554:3: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:263:33: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:264:11: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:279:19: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:282:6: style: C-style pointer casting [cstyleCast]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:416:7: style: Variable 'NbuDelPtr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:415:7: note: Variable 'NbuDelPtr' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/CheckPtr.cpp:416:7: note: Variable 'NbuDelPtr' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/CheckPtr.cpp:458:20: style: Same expression on both sides of '>='. [duplicateExpression]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:170:12: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:92:2: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:97:2: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:168:9: performance: Technically the member function 'AllocExtern::HeapSort' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:230:8: performance: Technically the member function 'AllocExtern::init' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:402:19: note: Technically the member function 'AllocExtern::init' can be static.
freefem++-3.61-1/src/femlib/CheckPtr.cpp:230:8: note: Technically the member function 'AllocExtern::init' can be static.
freefem++-3.61-1/src/femlib/CheckPtr.cpp:231:7: performance: Technically the member function 'AllocExtern::ShowAlloc' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/CheckPtr.cpp:549:18: note: Technically the member function 'AllocExtern::ShowAlloc' can be static.
freefem++-3.61-1/src/femlib/CheckPtr.cpp:231:7: note: Technically the member function 'AllocExtern::ShowAlloc' can be static.
freefem++-3.61-1/src/femlib/CheckPtr.cpp:232:8: performance: Technically the member function 'AllocExtern::IsUnDelPtr' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Drawing.cpp:55:22: style: The scope of the variable 'k' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Drawing.cpp:241:46: style: Function 'Draw' argument 2 names different: declaration 'VIso' definition 'Viso'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/FESpace.hpp:487:47: note: Function 'Draw' argument 2 names different: declaration 'VIso' definition 'Viso'.
freefem++-3.61-1/src/femlib/Drawing.cpp:241:46: note: Function 'Draw' argument 2 names different: declaration 'VIso' definition 'Viso'.
freefem++-3.61-1/src/femlib/Drawing.cpp:241:55: style: Function 'Draw' argument 3 names different: declaration 'j' definition 'composante'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/FESpace.hpp:487:56: note: Function 'Draw' argument 3 names different: declaration 'j' definition 'composante'.
freefem++-3.61-1/src/femlib/Drawing.cpp:241:55: note: Function 'Draw' argument 3 names different: declaration 'j' definition 'composante'.
freefem++-3.61-1/src/femlib/Drawing.cpp:534:50: style: Function 'SaveDraw' argument 2 names different: declaration 'j' definition 'composante'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/FESpace.hpp:490:38: note: Function 'SaveDraw' argument 2 names different: declaration 'j' definition 'composante'.
freefem++-3.61-1/src/femlib/Drawing.cpp:534:50: note: Function 'SaveDraw' argument 2 names different: declaration 'j' definition 'composante'.
freefem++-3.61-1/src/femlib/Drawing.cpp:559:81: style: Function 'SaveDraw' argument 5 names different: declaration 'UVsave' definition 'Usave'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/FESpace.hpp:492:68: note: Function 'SaveDraw' argument 5 names different: declaration 'UVsave' definition 'Usave'.
freefem++-3.61-1/src/femlib/Drawing.cpp:559:81: note: Function 'SaveDraw' argument 5 names different: declaration 'UVsave' definition 'Usave'.
freefem++-3.61-1/src/femlib/Drawing.cpp:610:74: style: Function 'newSaveDraw' argument 4 names different: declaration 'IV' definition 'iV'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/FESpace.hpp:740:67: note: Function 'newSaveDraw' argument 4 names different: declaration 'IV' definition 'iV'.
freefem++-3.61-1/src/femlib/Drawing.cpp:610:74: note: Function 'newSaveDraw' argument 4 names different: declaration 'IV' definition 'iV'.
freefem++-3.61-1/src/femlib/Drawing.cpp:712:0: style: Function 'Draw' argument 1 names different: declaration 'shink' definition 'skrink'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/fem.hpp:332:0: note: Function 'Draw' argument 1 names different: declaration 'shink' definition 'skrink'.
freefem++-3.61-1/src/femlib/Drawing.cpp:712:0: note: Function 'Draw' argument 1 names different: declaration 'shink' definition 'skrink'.
freefem++-3.61-1/src/femlib/Drawing.cpp:726:0: style: Function 'Draw' argument 2 names different: declaration 'shink' definition 'skrink'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/fem.hpp:334:0: note: Function 'Draw' argument 2 names different: declaration 'shink' definition 'skrink'.
freefem++-3.61-1/src/femlib/Drawing.cpp:726:0: note: Function 'Draw' argument 2 names different: declaration 'shink' definition 'skrink'.
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < double >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < complex < double > >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < complex < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < complex < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/Element_P2h.cpp:50:9: performance: Technically the member function 'Fem2D::TypeOfFE_P2hLagrange::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Element_P2h.cpp:56:29: note: Technically the member function 'Fem2D::TypeOfFE_P2hLagrange::FB' can be static.
freefem++-3.61-1/src/femlib/Element_P2h.cpp:50:9: note: Technically the member function 'Fem2D::TypeOfFE_P2hLagrange::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:118:35: style: Function 'FB' argument 1 names different: declaration 'watdd' definition 'whatd'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:53:25: note: Function 'FB' argument 1 names different: declaration 'watdd' definition 'whatd'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:118:35: note: Function 'FB' argument 1 names different: declaration 'watdd' definition 'whatd'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:118:87: style: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:53:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:118:87: note: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:223:93: style: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:214:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:223:93: note: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:330:34: style: Function 'FB' argument 1 names different: declaration 'watdd' definition 'whatd'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:321:25: note: Function 'FB' argument 1 names different: declaration 'watdd' definition 'whatd'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:330:34: note: Function 'FB' argument 1 names different: declaration 'watdd' definition 'whatd'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:330:84: style: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:321:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:330:84: note: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:521:40: style: Function 'FB' argument 1 names different: declaration 'watdd' definition 'whatd'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:513:25: note: Function 'FB' argument 1 names different: declaration 'watdd' definition 'whatd'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:521:40: note: Function 'FB' argument 1 names different: declaration 'watdd' definition 'whatd'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:521:92: style: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:513:77: note: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:521:92: note: Function 'FB' argument 4 names different: declaration 'P' definition 'PHat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:651:62: style: Function 'operator()' argument 2 names different: declaration 'PHat' definition 'P1Hat'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:610:55: note: Function 'operator()' argument 2 names different: declaration 'PHat' definition 'P1Hat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:651:62: note: Function 'operator()' argument 2 names different: declaration 'PHat' definition 'P1Hat'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:675:88: style: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:607:76: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:675:88: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:719:89: style: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Element_RT.cpp:636:76: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:719:89: note: Function 'FB' argument 4 names different: declaration 'P' definition 'P1'.
freefem++-3.61-1/src/femlib/Element_RT.cpp:53:9: performance: Technically the member function 'Fem2D::TypeOfFE_RT::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Element_RT.cpp:118:20: note: Technically the member function 'Fem2D::TypeOfFE_RT::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:53:9: note: Technically the member function 'Fem2D::TypeOfFE_RT::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:214:9: performance: Technically the member function 'Fem2D::TypeOfFE_RTmodif::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Element_RT.cpp:223:25: note: Technically the member function 'Fem2D::TypeOfFE_RTmodif::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:214:9: note: Technically the member function 'Fem2D::TypeOfFE_RTmodif::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:321:9: performance: Technically the member function 'Fem2D::TypeOfFE_P0::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Element_RT.cpp:330:19: note: Technically the member function 'Fem2D::TypeOfFE_P0::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:321:9: note: Technically the member function 'Fem2D::TypeOfFE_P0::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:357:9: performance: Technically the member function 'Fem2D::TypeOfFE_P1ncLagrange::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Element_RT.cpp:461:29: note: Technically the member function 'Fem2D::TypeOfFE_P1ncLagrange::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:357:9: note: Technically the member function 'Fem2D::TypeOfFE_P1ncLagrange::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:377:9: performance: Technically the member function 'Fem2D::TypeOfFE_ConsEdge::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Element_RT.cpp:383:25: note: Technically the member function 'Fem2D::TypeOfFE_ConsEdge::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:377:9: note: Technically the member function 'Fem2D::TypeOfFE_ConsEdge::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:513:9: performance: Technically the member function 'Fem2D::TypeOfFE_RTortho::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Element_RT.cpp:521:25: note: Technically the member function 'Fem2D::TypeOfFE_RTortho::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:513:9: note: Technically the member function 'Fem2D::TypeOfFE_RTortho::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:607:9: performance: Technically the member function 'Fem2D::TypeOfFE_P1ttdc::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Element_RT.cpp:675:23: note: Technically the member function 'Fem2D::TypeOfFE_P1ttdc::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:607:9: note: Technically the member function 'Fem2D::TypeOfFE_P1ttdc::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:636:9: performance: Technically the member function 'Fem2D::TypeOfFE_P2ttdc::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/Element_RT.cpp:719:24: note: Technically the member function 'Fem2D::TypeOfFE_P2ttdc::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:636:9: note: Technically the member function 'Fem2D::TypeOfFE_P2ttdc::FB' can be static.
freefem++-3.61-1/src/femlib/Element_RT.cpp:56:9: style: The function 'Pi_h_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:202:17: note: Virtual function in base class
freefem++-3.61-1/src/femlib/Element_RT.cpp:56:9: note: Function in derived class
freefem++-3.61-1/src/femlib/Element_RT.cpp:217:9: style: The function 'Pi_h_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:202:17: note: Virtual function in base class
freefem++-3.61-1/src/femlib/Element_RT.cpp:217:9: note: Function in derived class
freefem++-3.61-1/src/femlib/Element_RT.cpp:514:9: style: The function 'Pi_h_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:202:17: note: Virtual function in base class
freefem++-3.61-1/src/femlib/Element_RT.cpp:514:9: note: Function in derived class
freefem++-3.61-1/src/femlib/Element_RT.cpp:610:13: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:386:13: note: Virtual function in base class
freefem++-3.61-1/src/femlib/Element_RT.cpp:610:13: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1542:14: style: Same expression on both sides of '<' because the value of 'll' and 'lr' are the same. [duplicateExpression]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1536:13: note: 'll' is assigned value 'AB1' here.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1536:28: note: 'lr' is assigned value 'AB1' here.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1542:14: note: Same expression on both sides of '<' because the value of 'll' and 'lr' are the same.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:491:7: style: The scope of the variable 'firstmul' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1565:8: style: The scope of the variable 'lgp' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:488:0: style: Variable 'nbdfe' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:583:20: style: Variable 'iold' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:616:23: style: Variable 'iold' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:682:24: style: Variable 'nbnm' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1428:28: style: Variable 'M' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1496:18: style: Variable 'Th' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1515:0: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1515:0: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/FESpace.hpp:580:14: style: Member variable 'FMortar::p' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1677:5: note: Member variable 'FMortar::p' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:580:14: note: Member variable 'FMortar::p' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:640:27: style: Member variable 'FESpace::cdef' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:718:6: note: Member variable 'FESpace::cdef' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:640:27: note: Member variable 'FESpace::cdef' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:636:15: style: Member variable 'FESpace::Th' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:724:6: note: Member variable 'FESpace::Th' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:636:15: note: Member variable 'FESpace::Th' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:664:19: style: Member variable 'FESpace::NodesOfElement' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:730:6: note: Member variable 'FESpace::NodesOfElement' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:664:19: note: Member variable 'FESpace::NodesOfElement' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:665:19: style: Member variable 'FESpace::FirstNodeOfElement' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:732:6: note: Member variable 'FESpace::FirstNodeOfElement' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:665:19: note: Member variable 'FESpace::FirstNodeOfElement' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:640:27: style: Member variable 'FESpace::cdef' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:741:6: note: Member variable 'FESpace::cdef' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:640:27: note: Member variable 'FESpace::cdef' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:636:15: style: Member variable 'FESpace::Th' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:747:6: note: Member variable 'FESpace::Th' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:636:15: note: Member variable 'FESpace::Th' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:664:19: style: Member variable 'FESpace::NodesOfElement' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:753:6: note: Member variable 'FESpace::NodesOfElement' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:664:19: note: Member variable 'FESpace::NodesOfElement' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:665:19: style: Member variable 'FESpace::FirstNodeOfElement' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:755:6: note: Member variable 'FESpace::FirstNodeOfElement' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace.hpp:665:19: note: Member variable 'FESpace::FirstNodeOfElement' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:124:22: style: Member variable 'FESumConstruct::teb' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:251:9: note: Member variable 'FESumConstruct::teb' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:124:22: note: Member variable 'FESumConstruct::teb' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:184:21: style: Member variable 'FEProduitConstruct::teb' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:212:9: note: Member variable 'FEProduitConstruct::teb' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:184:21: note: Member variable 'FEProduitConstruct::teb' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:361:9: performance: Technically the member function 'Fem2D::TypeOfFE_P1Lagrange::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1061:27: note: Technically the member function 'Fem2D::TypeOfFE_P1Lagrange::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:361:9: note: Technically the member function 'Fem2D::TypeOfFE_P1Lagrange::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:383:9: performance: Technically the member function 'Fem2D::TypeOfFE_P1Bubble::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1123:25: note: Technically the member function 'Fem2D::TypeOfFE_P1Bubble::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:383:9: note: Technically the member function 'Fem2D::TypeOfFE_P1Bubble::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:405:9: performance: Technically the member function 'Fem2D::TypeOfFE_P2Lagrange::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1274:27: note: Technically the member function 'Fem2D::TypeOfFE_P2Lagrange::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:405:9: note: Technically the member function 'Fem2D::TypeOfFE_P2Lagrange::FB' can be static.
freefem++-3.61-1/src/femlib/RNM.hpp:616:0: style: Technically the member function 'KNM_ < double >::h' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:765:0: note: Technically the member function 'KNM_ < double >::h' can be const.
freefem++-3.61-1/src/femlib/RNM.hpp:616:0: note: Technically the member function 'KNM_ < double >::h' can be const.
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:275:3: style: Class 'FESumConstruct' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:275:3: style: Class 'FESumConstruct' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:222:3: style: Class 'FEProduitConstruct' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:222:3: style: Class 'FEProduitConstruct' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/femlib/RNM.hpp:745:0: style: Struct 'ConjKNM_ < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:172:17: style: The function 'Pi_h_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:202:17: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:172:17: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:199:17: style: The function 'Pi_h_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:202:17: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:199:17: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:365:11: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:386:13: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:365:11: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1390:7: style: The function 'NbLagrangeMult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:434:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1390:7: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1392:8: style: The function 'NbDoF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:435:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1392:8: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1398:7: style: The function 'NbOfNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:436:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1398:7: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1400:7: style: The function 'NbDoF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:437:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1400:7: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1407:8: style: The function 'NodeOfDF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:438:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1407:8: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1409:8: style: The function 'DFOfNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:439:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1409:8: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1411:9: style: The function 'ConstructionOfNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:440:16: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1411:9: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1412:9: style: The function 'ConsTheSubMortar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:441:16: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:1412:9: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace-v0.cpp:451:12: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
freefem++-3.61-1/src/femlib/FESpace.cpp:489:12: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
freefem++-3.61-1/src/femlib/FESpace.cpp:490:12: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
freefem++-3.61-1/src/femlib/FESpace.cpp:511:8: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
freefem++-3.61-1/src/femlib/FESpace.cpp:512:8: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
freefem++-3.61-1/src/femlib/FESpace.cpp:1834:14: style: Same expression on both sides of '<' because the value of 'll' and 'lr' are the same. [duplicateExpression]
freefem++-3.61-1/src/femlib/FESpace.cpp:1828:13: note: 'll' is assigned value 'AB1' here.
freefem++-3.61-1/src/femlib/FESpace.cpp:1828:28: note: 'lr' is assigned value 'AB1' here.
freefem++-3.61-1/src/femlib/FESpace.cpp:1834:14: note: Same expression on both sides of '<' because the value of 'll' and 'lr' are the same.
freefem++-3.61-1/src/femlib/FESpace.cpp:755:7: style: The scope of the variable 'firstmul' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/FESpace.cpp:1857:8: style: The scope of the variable 'lgp' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/FESpace.cpp:674:5: style: Function 'Make' argument 4 names different: declaration 'nbdfv' definition 'nb_dfv'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/FESpace.hpp:140:8: note: Function 'Make' argument 4 names different: declaration 'nbdfv' definition 'nb_dfv'.
freefem++-3.61-1/src/femlib/FESpace.cpp:674:5: note: Function 'Make' argument 4 names different: declaration 'nbdfv' definition 'nb_dfv'.
freefem++-3.61-1/src/femlib/FESpace.cpp:674:32: style: Function 'Make' argument 6 names different: declaration 'nbdfe' definition 'nb_dfe'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/FESpace.hpp:140:38: note: Function 'Make' argument 6 names different: declaration 'nbdfe' definition 'nb_dfe'.
freefem++-3.61-1/src/femlib/FESpace.cpp:674:32: note: Function 'Make' argument 6 names different: declaration 'nbdfe' definition 'nb_dfe'.
freefem++-3.61-1/src/femlib/FESpace.cpp:454:9: performance: Technically the member function 'Fem2D::TypeOfFE_P1Lagrange::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/FESpace.cpp:1260:27: note: Technically the member function 'Fem2D::TypeOfFE_P1Lagrange::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:454:9: note: Technically the member function 'Fem2D::TypeOfFE_P1Lagrange::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:475:9: performance: Technically the member function 'Fem2D::TypeOfFE_P0VF::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/FESpace.cpp:504:21: note: Technically the member function 'Fem2D::TypeOfFE_P0VF::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:475:9: note: Technically the member function 'Fem2D::TypeOfFE_P0VF::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:544:9: performance: Technically the member function 'Fem2D::TypeOfFE_P1Bubble::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/FESpace.cpp:1305:25: note: Technically the member function 'Fem2D::TypeOfFE_P1Bubble::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:544:9: note: Technically the member function 'Fem2D::TypeOfFE_P1Bubble::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:566:9: performance: Technically the member function 'Fem2D::TypeOfFE_P2Lagrange::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/FESpace.cpp:1456:27: note: Technically the member function 'Fem2D::TypeOfFE_P2Lagrange::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:566:9: note: Technically the member function 'Fem2D::TypeOfFE_P2Lagrange::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:584:9: performance: Technically the member function 'Fem2D::TypeOfFE_P2bLagrange::FB' can be static. [functionStatic]
freefem++-3.61-1/src/femlib/FESpace.cpp:1545:28: note: Technically the member function 'Fem2D::TypeOfFE_P2bLagrange::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:584:9: note: Technically the member function 'Fem2D::TypeOfFE_P2bLagrange::FB' can be static.
freefem++-3.61-1/src/femlib/FESpace.cpp:338:3: style: Class 'FESumConstruct' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/femlib/FESpace.cpp:338:3: style: Class 'FESumConstruct' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/femlib/FESpace.cpp:260:3: style: Class 'FEProduitConstruct' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/femlib/FESpace.cpp:260:3: style: Class 'FEProduitConstruct' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/femlib/FESpace.cpp:207:17: style: The function 'Pi_h_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:202:17: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:207:17: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:236:16: style: The function 'Pi_h_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:202:17: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:236:16: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:458:11: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:386:13: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:458:11: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:476:14: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:386:13: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:476:14: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:1680:7: style: The function 'NbLagrangeMult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:434:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:1680:7: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:1682:8: style: The function 'NbDoF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:435:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:1682:8: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:1688:7: style: The function 'NbOfNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:436:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:1688:7: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:1690:7: style: The function 'NbDoF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:437:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:1690:7: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:1697:8: style: The function 'NodeOfDF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:438:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:1697:8: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:1699:8: style: The function 'DFOfNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:439:15: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:1699:8: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:1701:9: style: The function 'ConstructionOfNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:440:16: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:1701:9: note: Function in derived class
freefem++-3.61-1/src/femlib/FESpace.cpp:1702:9: style: The function 'ConsTheSubMortar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem++-3.61-1/src/femlib/FESpace.hpp:441:16: note: Virtual function in base class
freefem++-3.61-1/src/femlib/FESpace.cpp:1702:9: note: Function in derived class
freefem++-3.61-1/src/femlib/RefCounter.hpp:100:2: style: 'CountPointer::operator=' should return 'CountPointer &'. [operatorEq]
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < std :: complex < double > >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < std :: complex < double > >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < std :: complex < double > >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < std :: complex < double > >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < std :: complex < double > >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < std :: complex < double > >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < std :: complex < double > >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RefCounter.hpp:88:2: style: Class 'CountPointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpacen.hpp:504:0: style: Struct 'Fem2D :: GFESpacePtrTFE < Mesh1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpacen.hpp:504:0: style: Struct 'Fem2D :: GFESpacePtrTFE < Mesh2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpacen.hpp:504:0: style: Struct 'Fem2D :: GFESpacePtrTFE < Mesh3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < std :: complex < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < std :: complex < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < std :: complex < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < std :: complex < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/FESpacen.hpp:136:15: style: Class 'dataTypeOfFE' is unsafe, 'dataTypeOfFE::data' can leak by wrong usage. [unsafeClassCanLeak]
freefem++-3.61-1/src/femlib/FQuadTree.cpp:131:41: style: Function 'NearestVertex' argument 1 names different: declaration 'i' definition 'xi'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/FQuadTree.hpp:112:31: note: Function 'NearestVertex' argument 1 names different: declaration 'i' definition 'xi'.
freefem++-3.61-1/src/femlib/FQuadTree.cpp:131:41: note: Function 'NearestVertex' argument 1 names different: declaration 'i' definition 'xi'.
freefem++-3.61-1/src/femlib/FQuadTree.cpp:131:49: style: Function 'NearestVertex' argument 2 names different: declaration 'j' definition 'yj'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/FQuadTree.hpp:112:38: note: Function 'NearestVertex' argument 2 names different: declaration 'j' definition 'yj'.
freefem++-3.61-1/src/femlib/FQuadTree.cpp:131:49: note: Function 'NearestVertex' argument 2 names different: declaration 'j' definition 'yj'.
freefem++-3.61-1/src/femlib/FQuadTree.cpp:260:5: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/FQuadTree.hpp:87:9: style: Member variable 'FQuadTree::lenStorageQuadTreeBox' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FQuadTree.cpp:370:3: note: Member variable 'FQuadTree::lenStorageQuadTreeBox' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FQuadTree.hpp:87:9: note: Member variable 'FQuadTree::lenStorageQuadTreeBox' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FQuadTree.hpp:93:8: style: Member variable 'FQuadTree::NbQuadTreeBoxSearch' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/FQuadTree.cpp:373:3: note: Member variable 'FQuadTree::NbQuadTreeBoxSearch' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/FQuadTree.hpp:93:8: note: Member variable 'FQuadTree::NbQuadTreeBoxSearch' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:975:8: style: Technically the member function 'KN::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/FQuadTree.cpp:447:3: style: Class 'FQuadTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem++-3.61-1/src/femlib/FQuadTree.cpp:447:3: style: Class 'FQuadTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem++-3.61-1/src/femlib/RNM.hpp:953:3: style: Class 'KN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:23: style: Class 'KN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/fem.hpp:141:0: performance: Function parameter 'P' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/femlib/HeapSort.hpp:4:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/HeapSort.hpp:31:12: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/GQuadTree.cpp:737:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/GQuadTree.cpp:830:10: style: The scope of the variable 'dist_baryC' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/GQuadTree.cpp:237:7: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/GQuadTree.cpp:659:15: warning: Assert statement modifies 'k'. [assignmentInAssert]
freefem++-3.61-1/src/femlib/InvIntFunc.cpp:39:11: style: The scope of the variable 'j' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/InvIntFunc.cpp:40:15: style: The scope of the variable 'Fj' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh1dn.cpp:85:8: style: Condition 'ok' is always false [knownConditionTrueFalse]
freefem++-3.61-1/src/femlib/Mesh1dn.cpp:84:12: note: Assignment 'ok=0', assigned value is 0
freefem++-3.61-1/src/femlib/Mesh1dn.cpp:85:8: note: Condition 'ok' is always false
freefem++-3.61-1/src/femlib/Mesh1dn.cpp:83:9: style: The scope of the variable 'nt' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh1dn.cpp:83:12: style: The scope of the variable 'nv' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh1dn.cpp:83:15: style: The scope of the variable 'nbe' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh2dn.cpp:92:7: style: The scope of the variable 'nt' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh2dn.cpp:92:10: style: The scope of the variable 'nv' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh2dn.cpp:92:13: style: The scope of the variable 'nbe' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh2dn.cpp:233:9: style: The scope of the variable 'fx' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh2dn.cpp:233:12: style: The scope of the variable 'fy' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh2dn.cpp:326:30: style: Function 'GRead' argument 1 names different: declaration 'f' definition 'ff'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Mesh2dn.hpp:136:20: note: Function 'GRead' argument 1 names different: declaration 'f' definition 'ff'.
freefem++-3.61-1/src/femlib/Mesh2dn.cpp:326:30: note: Function 'GRead' argument 1 names different: declaration 'f' definition 'ff'.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < char >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:377:0: note: Member variable 'SetArray < char >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < char >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: style: Member variable 'SetArray < char >::step' is in the wrong place in the initializer list. [initializerList]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: note: Member variable 'SetArray < char >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:375:0: note: Member variable 'SetArray < char >::step' is in the wrong place in the initializer list.
freefem++-3.61-1/src/femlib/RNM.hpp:975:0: style: Technically the member function 'KN < char >::CheckSet' can be const. [functionConst]
freefem++-3.61-1/src/femlib/RNM.hpp:953:0: style: Class 'KN < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:962:0: style: Class 'KN < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:397:0: style: Class 'KN_ < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/RNM.hpp:378:0: style: Class 'SetArray < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:677:5: style: Variable 'nv' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:676:0: note: Variable 'nv' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:677:5: note: Variable 'nv' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:678:5: style: Variable 'nt' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:676:0: note: Variable 'nt' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:678:5: note: Variable 'nt' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:679:5: style: Variable 'neb' is reassigned a value before the old one has been used. [redundantAssignment]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:676:0: note: Variable 'neb' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:679:5: note: Variable 'neb' is reassigned a value before the old one has been used.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:641:9: style: The scope of the variable 'bin' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:648:11: style: The scope of the variable 'pfile' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:956:11: style: The scope of the variable 'fx' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:956:14: style: The scope of the variable 'fy' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:956:17: style: The scope of the variable 'fz' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1020:11: style: The scope of the variable 'fx' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1020:14: style: The scope of the variable 'fy' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1020:17: style: The scope of the variable 'fz' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1313:13: style: The scope of the variable 'neg' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1313:22: style: The scope of the variable 'k' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1313:26: style: The scope of the variable 'nng' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1313:33: style: The scope of the variable 'kn' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1476:18: style: The scope of the variable 'k' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1592:14: style: The scope of the variable 'nomove' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:771:28: style: Function 'GSave' argument 1 names different: declaration 'f' definition 'ff'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Mesh3dn.hpp:167:21: note: Function 'GSave' argument 1 names different: declaration 'f' definition 'ff'.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:771:28: note: Function 'GSave' argument 1 names different: declaration 'f' definition 'ff'.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:850:28: style: Function 'GRead' argument 1 names different: declaration 'f' definition 'ff'. [funcArgNamesDifferent]
freefem++-3.61-1/src/femlib/Mesh3dn.hpp:168:21: note: Function 'GRead' argument 1 names different: declaration 'f' definition 'ff'.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:850:28: note: Function 'GRead' argument 1 names different: declaration 'f' definition 'ff'.
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:206:8: style: Variable 'iv' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:608:9: style: Variable 'kmv' is modified but its new value is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1222:0: style: Variable 'ncas' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1335:29: style: Variable 'nomove' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1326:60: style: Variable 'nng' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:1627:20: style: Variable 'nomove' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:665:4: error: Memory leak: data [memleak]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:149:30: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:241:30: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:347:15: error: Uninitialized variable: tt [uninitvar]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:377:13: error: Uninitialized variable: tt [uninitvar]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:492:17: error: Uninitialized variable: tt [uninitvar]
freefem++-3.61-1/src/femlib/Mesh3dn.cpp:522:15: error: Uninitialized variable: tt [uninitvar]
freefem++-3.61-1/src/femlib/PkLagrange.hpp:108:0: style: Class 'Fem2D :: TypeOfFE_Lagrange < Mesh1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/PkLagrange.hpp:83:0: style: Struct 'A4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/PkLagrange.hpp:108:0: style: Class 'Fem2D :: TypeOfFE_Lagrange < Mesh2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/P012_3d.cpp:499:11: style: Variable 'd14' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/P012_3d.cpp:643:29: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/P012_3d.cpp:670:0: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
freefem++-3.61-1/src/femlib/P012_3d.cpp:588:23: warning: Member variable 'TypeOfFE_RT0_3d::edgeface' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/P012_3d.cpp:713:25: warning: Member variable 'TypeOfFE_Edge0_3d::edgeface' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/PkLagrange.hpp:108:0: style: Class 'Fem2D :: TypeOfFE_Lagrange < Mesh3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem++-3.61-1/src/femlib/QuadratureFormular.cpp:260:12: style: The scope of the variable 'r' can be reduced. [variableScope]
freefem++-3.61-1/src/femlib/QuadratureFormular.hpp:86:0: warning: Member variable 'Fem2D :: GQuadratureFormular < Rd >::size' is not initialized in the constructor. [uninitMemberVar]
freefem++-3.61-1/src/femlib/fem.cpp:1363:5: style: Variable 'TriangleConteningVertex' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/femlib/fem.cpp:1362:5: note: Variable 'TriangleConteningVertex' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/fem.cpp:1363:5: note: Variable 'TriangleConteningVertex' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/fem.cpp:1376:5: style: Variable 'TheAdjacencesLink' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/femlib/fem.cpp:1358:5: note: Variable 'TheAdjacencesLink' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/fem.cpp:1376:5: note: Variable 'TheAdjacencesLink' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/fem.cpp:1378:5: style: Variable 'quadtree' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/femlib/fem.cpp:1371:5: note: Variable 'quadtree' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/fem.cpp:1378:5: note: Variable 'quadtree' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/fem.cpp:1507:5: style: Variable 'quadtree' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefem++-3.61-1/src/femlib/fem.cpp:1498:5: note: Variable 'quadtree' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefem++-3.61-1/src/femlib/fem.cpp:1507:5: note: Variable 'quadtree' is reassigned a value before the old one has been used if variable is no semaphore variable.
[22:44]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/f/freefem3d/freefem3d_1.0pre10.orig.tar.gz
freefem3d-1.0pre10/FFThread.cpp:116:3: style: Exception should be caught by reference. [catchExceptionByValue]
freefem3d-1.0pre10/FFThread.cpp:119:3: style: Exception should be caught by reference. [catchExceptionByValue]
freefem3d-1.0pre10/algebra/UnAssembledMatrix.cpp:65:79: style: Function 'setBoundaryConditions' argument 1 names different: declaration 'bcDiscret' definition 'bcDiscretization'. [funcArgNamesDifferent]
freefem3d-1.0pre10/algebra/UnAssembledMatrix.hpp:49:86: note: Function 'setBoundaryConditions' argument 1 names different: declaration 'bcDiscret' definition 'bcDiscretization'.
freefem3d-1.0pre10/algebra/UnAssembledMatrix.cpp:65:79: note: Function 'setBoundaryConditions' argument 1 names different: declaration 'bcDiscret' definition 'bcDiscretization'.
freefem3d-1.0pre10/algebra/TinyVector.hpp:63:10: performance: Technically the member function 'TinyVector::size' can be static. [functionStatic]
freefem3d-1.0pre10/algebra/TinyVector.hpp:449:17: performance: Technically the member function 'TinyVector::size' can be static. [functionStatic]
freefem3d-1.0pre10/algebra/TinyVector.hpp:898:17: performance: Technically the member function 'TinyVector::size' can be static. [functionStatic]
freefem3d-1.0pre10/algebra/TinyMatrix.hpp:111:35: style: Technically the member function 'TinyMatrix::operator+=' can be const. [functionConst]
freefem3d-1.0pre10/algebra/TinyMatrix.hpp:127:35: style: Technically the member function 'TinyMatrix::operator-=' can be const. [functionConst]
freefem3d-1.0pre10/algebra/TinyMatrix.hpp:392:10: performance: Technically the member function 'TinyMatrix::size' can be static. [functionStatic]
freefem3d-1.0pre10/algebra/TinyMatrix.hpp:477:35: style: Technically the member function 'TinyMatrix::operator+=' can be const. [functionConst]
freefem3d-1.0pre10/algebra/TinyMatrix.hpp:493:35: style: Technically the member function 'TinyMatrix::operator-=' can be const. [functionConst]
freefem3d-1.0pre10/algebra/TinyVector.hpp:391:3: style: Class 'TinyVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/algebra/TinyVector.hpp:793:3: style: Class 'TinyVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/algebra/TinyVector.hpp:908:3: style: Class 'TinyVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/algebra/TinyMatrix.hpp:336:3: style: Class 'TinyMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/algebra/TinyMatrix.hpp:915:3: style: Class 'TinyMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/algebra/TinyMatrix.hpp:1033:3: style: Class 'TinyMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/algebra/UnAssembledMatrix.hpp:51:3: style: Class 'UnAssembledMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/algebra/BaseMatrix.hpp:27:1: warning: The class 'BaseMatrix' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/algebra/UnAssembledMatrix.hpp:40:8: style: The function 'getDiagonal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/algebra/BaseMatrix.hpp:47:16: note: Virtual function in base class
freefem3d-1.0pre10/algebra/UnAssembledMatrix.hpp:40:8: note: Function in derived class
freefem3d-1.0pre10/algebra/UnAssembledMatrix.hpp:42:8: style: The function 'transposedTimesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/algebra/BaseMatrix.hpp:50:16: note: Virtual function in base class
freefem3d-1.0pre10/algebra/UnAssembledMatrix.hpp:42:8: note: Function in derived class
freefem3d-1.0pre10/algebra/UnAssembledMatrix.hpp:45:8: style: The function 'timesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/algebra/BaseMatrix.hpp:54:16: note: Virtual function in base class
freefem3d-1.0pre10/algebra/UnAssembledMatrix.hpp:45:8: note: Function in derived class
freefem3d-1.0pre10/geometry/Cone.cpp:69:21: style: Function '__put' argument 1 names different: declaration 'os' definition 's'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Cone.hpp:67:37: note: Function '__put' argument 1 names different: declaration 'os' definition 's'.
freefem3d-1.0pre10/geometry/Cone.cpp:69:21: note: Function '__put' argument 1 names different: declaration 'os' definition 's'.
freefem3d-1.0pre10/geometry/Transform.hpp:49:1: warning: The class 'Transform' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Shape.hpp:35:1: warning: The class 'Shape' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Cone.hpp:33:1: warning: The class 'Cone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Cone.hpp:58:8: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Cone.hpp:58:8: note: Function in derived class
freefem3d-1.0pre10/geometry/Cone.hpp:67:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Cone.hpp:67:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Cone.hpp:74:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Cone.hpp:74:28: note: Function in derived class
freefem3d-1.0pre10/geometry/Cube.hpp:33:1: warning: The class 'Cube' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Cube.hpp:48:8: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Cube.hpp:48:8: note: Function in derived class
freefem3d-1.0pre10/geometry/Cube.hpp:65:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Cube.hpp:65:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Cube.hpp:72:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Cube.hpp:72:28: note: Function in derived class
freefem3d-1.0pre10/geometry/Cylinder.cpp:66:40: style: Function '__inShape' argument 1 names different: declaration 'x' definition 'v'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Cylinder.hpp:69:54: note: Function '__inShape' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/Cylinder.cpp:66:40: note: Function '__inShape' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/Cylinder.hpp:32:1: warning: The class 'Cylinder' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Cylinder.hpp:69:15: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Cylinder.hpp:69:15: note: Function in derived class
freefem3d-1.0pre10/geometry/Cylinder.hpp:78:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Cylinder.hpp:78:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Cylinder.hpp:85:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Cylinder.hpp:85:28: note: Function in derived class
freefem3d-1.0pre10/geometry/Difference.cpp:46:41: style: Function '__inShape' argument 1 names different: declaration 'x' definition 'p'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Difference.hpp:56:48: note: Function '__inShape' argument 1 names different: declaration 'x' definition 'p'.
freefem3d-1.0pre10/geometry/Difference.cpp:46:41: note: Function '__inShape' argument 1 names different: declaration 'x' definition 'p'.
freefem3d-1.0pre10/geometry/Difference.cpp:27:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/geometry/Difference.cpp:56:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/geometry/Object.hpp:135:3: style: Class 'Object' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/geometry/Object.hpp:37:1: warning: The class 'Object' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Difference.hpp:34:1: warning: The class 'Difference' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Difference.hpp:56:8: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Difference.hpp:56:8: note: Function in derived class
freefem3d-1.0pre10/geometry/Difference.hpp:65:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Difference.hpp:65:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Difference.hpp:72:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Difference.hpp:72:28: note: Function in derived class
freefem3d-1.0pre10/geometry/InfiniteCone.hpp:91:3: style: Class 'InfiniteCone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/geometry/InfiniteCone.hpp:37:1: warning: The class 'InfiniteCone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/InfiniteCone.hpp:62:8: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/InfiniteCone.hpp:62:8: note: Function in derived class
freefem3d-1.0pre10/geometry/InfiniteCone.hpp:71:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/InfiniteCone.hpp:71:17: note: Function in derived class
freefem3d-1.0pre10/geometry/InfiniteCone.hpp:82:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/InfiniteCone.hpp:82:28: note: Function in derived class
freefem3d-1.0pre10/geometry/InfiniteCylinder.cpp:44:40: style: Function '__inShape' argument 1 names different: declaration 'x' definition 'v'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/InfiniteCylinder.hpp:55:47: note: Function '__inShape' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/InfiniteCylinder.cpp:44:40: note: Function '__inShape' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/InfiniteCylinder.hpp:84:3: style: Class 'InfiniteCylinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/geometry/InfiniteCylinder.hpp:38:1: warning: The class 'InfiniteCylinder' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/InfiniteCylinder.hpp:55:8: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/InfiniteCylinder.hpp:55:8: note: Function in derived class
freefem3d-1.0pre10/geometry/InfiniteCylinder.hpp:64:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/InfiniteCylinder.hpp:64:17: note: Function in derived class
freefem3d-1.0pre10/geometry/InfiniteCylinder.hpp:75:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/InfiniteCylinder.hpp:75:28: note: Function in derived class
freefem3d-1.0pre10/geometry/Intersection.cpp:36:21: style: Function '__put' argument 1 names different: declaration 'os' definition 's'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Intersection.hpp:72:37: note: Function '__put' argument 1 names different: declaration 'os' definition 's'.
freefem3d-1.0pre10/geometry/Intersection.cpp:36:21: note: Function '__put' argument 1 names different: declaration 'os' definition 's'.
freefem3d-1.0pre10/geometry/Intersection.hpp:41:1: warning: The class 'Intersection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Intersection.hpp:63:15: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Intersection.hpp:63:15: note: Function in derived class
freefem3d-1.0pre10/geometry/Intersection.hpp:72:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Intersection.hpp:72:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Intersection.hpp:79:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Intersection.hpp:79:28: note: Function in derived class
freefem3d-1.0pre10/geometry/Not.hpp:85:3: style: Class 'Not' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/geometry/Not.hpp:33:1: warning: The class 'Not' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Not.hpp:48:8: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Not.hpp:48:8: note: Function in derived class
freefem3d-1.0pre10/geometry/Not.hpp:60:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Not.hpp:60:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Not.hpp:67:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Not.hpp:67:28: note: Function in derived class
freefem3d-1.0pre10/geometry/ObjectTransformer.cpp:39:45: style: Function 'operator()' argument 1 names different: declaration 'objectToCopy' definition 'o'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/ObjectTransformer.hpp:48:28: note: Function 'operator()' argument 1 names different: declaration 'objectToCopy' definition 'o'.
freefem3d-1.0pre10/geometry/ObjectTransformer.cpp:39:45: note: Function 'operator()' argument 1 names different: declaration 'objectToCopy' definition 'o'.
freefem3d-1.0pre10/geometry/ObjectTransformer.hpp:50:3: style: Class 'ObjectTransformer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/geometry/Torus.hpp:30:1: warning: The class 'Torus' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Sphere.hpp:50:15: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Sphere.hpp:50:15: note: Function in derived class
freefem3d-1.0pre10/geometry/Sphere.hpp:63:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Sphere.hpp:63:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Sphere.hpp:66:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Sphere.hpp:66:28: note: Function in derived class
freefem3d-1.0pre10/geometry/Plane.hpp:61:8: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Plane.hpp:61:8: note: Function in derived class
freefem3d-1.0pre10/geometry/Plane.hpp:70:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Plane.hpp:70:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Plane.hpp:77:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Plane.hpp:77:28: note: Function in derived class
freefem3d-1.0pre10/geometry/Torus.hpp:45:15: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Torus.hpp:45:15: note: Function in derived class
freefem3d-1.0pre10/geometry/Torus.hpp:67:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Torus.hpp:67:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Torus.hpp:78:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Torus.hpp:78:28: note: Function in derived class
freefem3d-1.0pre10/geometry/Union.hpp:55:15: style: The function '__inShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Union.hpp:55:15: note: Function in derived class
freefem3d-1.0pre10/geometry/Union.hpp:73:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:84:25: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Union.hpp:73:17: note: Function in derived class
freefem3d-1.0pre10/geometry/Union.hpp:80:28: style: The function '__getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Shape.hpp:92:36: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Union.hpp:80:28: note: Function in derived class
freefem3d-1.0pre10/geometry/Plane.cpp:26:40: style: Function '__inShape' argument 1 names different: declaration 'x' definition 'p'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Plane.hpp:61:47: note: Function '__inShape' argument 1 names different: declaration 'x' definition 'p'.
freefem3d-1.0pre10/geometry/Plane.cpp:26:40: note: Function '__inShape' argument 1 names different: declaration 'x' definition 'p'.
freefem3d-1.0pre10/geometry/Plane.cpp:166:21: style: Function '__put' argument 1 names different: declaration 'os' definition 's'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Plane.hpp:70:37: note: Function '__put' argument 1 names different: declaration 'os' definition 's'.
freefem3d-1.0pre10/geometry/Plane.cpp:166:21: note: Function '__put' argument 1 names different: declaration 'os' definition 's'.
freefem3d-1.0pre10/geometry/Plane.hpp:37:1: warning: The class 'Plane' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Rotation.hpp:94:3: style: Class 'Rotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/geometry/Rotation.hpp:39:1: warning: The class 'Rotation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Rotation.hpp:64:24: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:79:32: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Rotation.hpp:64:24: note: Function in derived class
freefem3d-1.0pre10/geometry/Rotation.hpp:73:24: style: The function 'inverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:88:32: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Rotation.hpp:73:24: note: Function in derived class
freefem3d-1.0pre10/geometry/Rotation.hpp:80:15: style: The function 'povWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:70:23: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Rotation.hpp:80:15: note: Function in derived class
freefem3d-1.0pre10/geometry/Rotation.hpp:87:32: style: The function 'getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:95:40: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Rotation.hpp:87:32: note: Function in derived class
freefem3d-1.0pre10/geometry/Scale.cpp:64:35: style: Function 'Scale' argument 1 names different: declaration 'x' definition 'v'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Scale.hpp:83:37: note: Function 'Scale' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/Scale.cpp:64:35: note: Function 'Scale' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/Scale.cpp:72:20: style: Function 'Scale' argument 1 names different: declaration 'S' definition 'scale'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Scale.hpp:90:22: note: Function 'Scale' argument 1 names different: declaration 'S' definition 'scale'.
freefem3d-1.0pre10/geometry/Scale.cpp:72:20: note: Function 'Scale' argument 1 names different: declaration 'S' definition 'scale'.
freefem3d-1.0pre10/geometry/Scale.hpp:83:3: style: Class 'Scale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/geometry/Scale.hpp:38:1: warning: The class 'Scale' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Scale.hpp:69:15: style: The function 'povWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:70:23: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Scale.hpp:69:15: note: Function in derived class
freefem3d-1.0pre10/geometry/Scale.hpp:76:32: style: The function 'getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:95:40: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Scale.hpp:76:32: note: Function in derived class
freefem3d-1.0pre10/geometry/Scene.hpp:45:1: warning: The class 'Scene' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Shape.cpp:30:36: style: Function 'setTransformation' argument 1 names different: declaration 't' definition 'T'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Shape.hpp:173:43: note: Function 'setTransformation' argument 1 names different: declaration 't' definition 'T'.
freefem3d-1.0pre10/geometry/Shape.cpp:30:36: note: Function 'setTransformation' argument 1 names different: declaration 't' definition 'T'.
freefem3d-1.0pre10/geometry/Translation.hpp:78:3: style: Class 'Translation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/geometry/TransformMatrix.hpp:91:3: style: Class 'TransformMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/geometry/Translation.hpp:64:15: style: The function 'povWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:70:23: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Translation.hpp:64:15: note: Function in derived class
freefem3d-1.0pre10/geometry/Translation.hpp:71:32: style: The function 'getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:95:40: note: Virtual function in base class
freefem3d-1.0pre10/geometry/Translation.hpp:71:32: note: Function in derived class
freefem3d-1.0pre10/geometry/TransformMatrix.hpp:76:15: style: The function 'povWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:70:23: note: Virtual function in base class
freefem3d-1.0pre10/geometry/TransformMatrix.hpp:76:15: note: Function in derived class
freefem3d-1.0pre10/geometry/TransformMatrix.hpp:83:32: style: The function 'getCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/geometry/Transform.hpp:95:40: note: Virtual function in base class
freefem3d-1.0pre10/geometry/TransformMatrix.hpp:83:32: note: Function in derived class
freefem3d-1.0pre10/geometry/Sphere.cpp:26:22: style: Function 'Sphere' argument 1 names different: declaration 'center' definition 'c'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Sphere.hpp:81:24: note: Function 'Sphere' argument 1 names different: declaration 'center' definition 'c'.
freefem3d-1.0pre10/geometry/Sphere.cpp:26:22: note: Function 'Sphere' argument 1 names different: declaration 'center' definition 'c'.
freefem3d-1.0pre10/geometry/Sphere.cpp:27:22: style: Function 'Sphere' argument 2 names different: declaration 'radius' definition 'r'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Sphere.hpp:82:17: note: Function 'Sphere' argument 2 names different: declaration 'radius' definition 'r'.
freefem3d-1.0pre10/geometry/Sphere.cpp:27:22: note: Function 'Sphere' argument 2 names different: declaration 'radius' definition 'r'.
freefem3d-1.0pre10/geometry/Sphere.cpp:37:22: style: Function 'Sphere' argument 1 names different: declaration 'sphere' definition 'S'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Sphere.hpp:89:24: note: Function 'Sphere' argument 1 names different: declaration 'sphere' definition 'S'.
freefem3d-1.0pre10/geometry/Sphere.cpp:37:22: note: Function 'Sphere' argument 1 names different: declaration 'sphere' definition 'S'.
freefem3d-1.0pre10/geometry/Sphere.hpp:35:1: warning: The class 'Sphere' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/TransformMatrix.cpp:26:40: style: Function 'operator()' argument 1 names different: declaration 'x' definition 'v'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/TransformMatrix.hpp:60:63: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/TransformMatrix.cpp:26:40: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/TransformMatrix.cpp:45:30: style: Function 'TransformMatrix' argument 1 names different: declaration 'r' definition 'm'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/TransformMatrix.hpp:91:32: note: Function 'TransformMatrix' argument 1 names different: declaration 'r' definition 'm'.
freefem3d-1.0pre10/geometry/TransformMatrix.cpp:45:30: note: Function 'TransformMatrix' argument 1 names different: declaration 'r' definition 'm'.
freefem3d-1.0pre10/geometry/TransformMatrix.cpp:62:3: performance: Variable '__translate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/geometry/TransformMatrix.cpp:63:3: performance: Variable '__matrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/geometry/TransformMatrix.cpp:64:3: performance: Variable '__invMatrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/geometry/TransformMatrix.hpp:35:1: warning: The class 'TransformMatrix' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Translation.cpp:26:40: style: Function 'operator()' argument 1 names different: declaration 'x' definition 'v'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Translation.hpp:48:63: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/Translation.cpp:26:40: note: Function 'operator()' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/Translation.cpp:32:37: style: Function 'inverse' argument 1 names different: declaration 'x' definition 'v'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Translation.hpp:57:60: note: Function 'inverse' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/Translation.cpp:32:37: note: Function 'inverse' argument 1 names different: declaration 'x' definition 'v'.
freefem3d-1.0pre10/geometry/Translation.cpp:38:41: style: Function 'Translation' argument 1 names different: declaration 't' definition 'v'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Translation.hpp:78:43: note: Function 'Translation' argument 1 names different: declaration 't' definition 'v'.
freefem3d-1.0pre10/geometry/Translation.cpp:38:41: note: Function 'Translation' argument 1 names different: declaration 't' definition 'v'.
freefem3d-1.0pre10/geometry/Translation.cpp:46:45: style: Function 'Translation' argument 1 names different: declaration 'T' definition 't'. [funcArgNamesDifferent]
freefem3d-1.0pre10/geometry/Translation.hpp:85:34: note: Function 'Translation' argument 1 names different: declaration 'T' definition 't'.
freefem3d-1.0pre10/geometry/Translation.cpp:46:45: note: Function 'Translation' argument 1 names different: declaration 'T' definition 't'.
freefem3d-1.0pre10/geometry/Translation.hpp:33:1: warning: The class 'Translation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/geometry/Union.hpp:34:1: warning: The class 'Union' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/graphics/EditorWindow.cpp:41:0: style: Variable 'syntaxHighlighter' is assigned a value that is never used. [unreadVariable]
freefem3d-1.0pre10/graphics/EditorWindow.hpp:33:3: style: Class 'EditorWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/graphics/SyntaxHighLighter.hpp:46:3: style: Class 'SyntaxHighLighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/graphics/FFSyntaxHighlighter.hpp:61:3: style: Class 'FFSyntaxHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/graphics/MainWindow.cpp:386:42: style: Function 'closeEvent' argument 1 names different: declaration 'event' definition 'ce'. [funcArgNamesDifferent]
freefem3d-1.0pre10/graphics/MainWindow.hpp:49:32: note: Function 'closeEvent' argument 1 names different: declaration 'event' definition 'ce'.
freefem3d-1.0pre10/graphics/MainWindow.cpp:386:42: note: Function 'closeEvent' argument 1 names different: declaration 'event' definition 'ce'.
freefem3d-1.0pre10/graphics/QRealSpinBox.cpp:62:44: style: Function 'mapValueToText' argument 1 names different: declaration 'value' definition 'givenValue'. [funcArgNamesDifferent]
freefem3d-1.0pre10/graphics/QRealSpinBox.hpp:76:40: note: Function 'mapValueToText' argument 1 names different: declaration 'value' definition 'givenValue'.
freefem3d-1.0pre10/graphics/QRealSpinBox.cpp:62:44: note: Function 'mapValueToText' argument 1 names different: declaration 'value' definition 'givenValue'.
freefem3d-1.0pre10/graphics/QRealSpinBox.cpp:88:38: style: Function 'setPercentage' argument 1 names different: declaration 'value' definition 'i'. [funcArgNamesDifferent]
freefem3d-1.0pre10/graphics/QRealSpinBox.hpp:70:27: note: Function 'setPercentage' argument 1 names different: declaration 'value' definition 'i'.
freefem3d-1.0pre10/graphics/QRealSpinBox.cpp:88:38: note: Function 'setPercentage' argument 1 names different: declaration 'value' definition 'i'.
freefem3d-1.0pre10/graphics/QRealSpinBox.cpp:106:37: style: Function 'setValue' argument 1 names different: declaration 'value' definition 'givenValue'. [funcArgNamesDifferent]
freefem3d-1.0pre10/graphics/QRealSpinBox.hpp:69:25: note: Function 'setValue' argument 1 names different: declaration 'value' definition 'givenValue'.
freefem3d-1.0pre10/graphics/QRealSpinBox.cpp:106:37: note: Function 'setValue' argument 1 names different: declaration 'value' definition 'givenValue'.
freefem3d-1.0pre10/graphics/QRealSpinBox.hpp:48:3: style: Class 'QRealSpinBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/graphics/SyntaxHighLighter.cpp:52:15: style: Function 'highlight' argument 1 names different: declaration 'from' definition 'position'. [funcArgNamesDifferent]
freefem3d-1.0pre10/graphics/SyntaxHighLighter.hpp:55:20: note: Function 'highlight' argument 1 names different: declaration 'from' definition 'position'.
freefem3d-1.0pre10/graphics/SyntaxHighLighter.cpp:52:15: note: Function 'highlight' argument 1 names different: declaration 'from' definition 'position'.
freefem3d-1.0pre10/graphics/moc_ContourWidget.cpp:12:0: error: #error "The header file 'ContourWidget.hpp' doesn't include <QObject>." [preprocessorErrorDirective]
freefem3d-1.0pre10/graphics/moc_EditorWindow.cpp:12:0: error: #error "The header file 'EditorWindow.hpp' doesn't include <QObject>." [preprocessorErrorDirective]
freefem3d-1.0pre10/graphics/moc_MainWindow.cpp:12:0: error: #error "The header file 'MainWindow.hpp' doesn't include <QObject>." [preprocessorErrorDirective]
freefem3d-1.0pre10/graphics/moc_QRealSpinBox.cpp:12:0: error: #error "The header file 'QRealSpinBox.hpp' doesn't include <QObject>." [preprocessorErrorDirective]
freefem3d-1.0pre10/graphics/moc_SyntaxHighLighter.cpp:12:0: error: #error "The header file 'SyntaxHighLighter.hpp' doesn't include <QObject>." [preprocessorErrorDirective]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:135:25: performance: Technically the member function 'ExpressionPlus::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:140:10: performance: Technically the member function 'ExpressionPlus::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:165:25: performance: Technically the member function 'ExpressionMinus::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:170:10: performance: Technically the member function 'ExpressionMinus::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:195:25: performance: Technically the member function 'ExpressionMultiplies::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:200:10: performance: Technically the member function 'ExpressionMultiplies::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:225:25: performance: Technically the member function 'ExpressionDivides::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:230:10: performance: Technically the member function 'ExpressionDivides::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:255:25: performance: Technically the member function 'ExpressionPower::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:260:10: performance: Technically the member function 'ExpressionPower::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:335:25: performance: Technically the member function 'ExpressionUnaryMinus::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:340:10: performance: Technically the member function 'ExpressionUnaryMinus::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:461:25: performance: Technically the member function 'ExpressionStdFunction::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/EmbededFunctions.hpp:466:10: performance: Technically the member function 'ExpressionStdFunction::apply' can be static. [functionStatic]
freefem3d-1.0pre10/language/Variable.hpp:137:3: style: Class 'StringVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Variable.hpp:234:3: style: Class 'TestFunctionVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Variable.hpp:263:3: style: Class 'MeshVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Variable.hpp:293:3: style: Class 'SceneVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Variable.hpp:324:3: style: Class 'DomainVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Variable.hpp:355:3: style: Class 'OFStreamVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/RealExpression.hpp:107:3: style: Class 'RealExpressionValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/RealExpression.hpp:135:3: style: Class 'RealExpressionBoolean' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/RealExpression.hpp:160:3: style: Class 'RealExpressionVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/RealExpression.hpp:272:3: style: Class 'RealExpressionPreIncrement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/RealExpression.hpp:310:3: style: Class 'RealExpressionPostIncrement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/RealExpression.hpp:348:3: style: Class 'RealExpressionPreDecrement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/RealExpression.hpp:386:3: style: Class 'RealExpressionPostDecrement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/RealExpression.hpp:506:3: style: Class 'RealExpressionUnaryOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Vector3Expression.hpp:219:3: style: Class 'Vector3ExpressionVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/FunctionExpression.hpp:126:3: style: Class 'FunctionExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/RealExpression.hpp:553:0: style: Class 'RealExpressionBinaryOperator < product >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Expression.hpp:37:1: warning: The class 'Expression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Variable.hpp:33:1: warning: The class 'Variable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:34:1: warning: The class 'RealExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:253:1: warning: The class 'RealExpressionPreIncrement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:291:1: warning: The class 'RealExpressionPostIncrement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:329:1: warning: The class 'RealExpressionPreDecrement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:367:1: warning: The class 'RealExpressionPostDecrement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:405:1: warning: The class 'RealExpressionCFunction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:488:1: warning: The class 'RealExpressionUnaryOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Vector3Expression.hpp:78:1: warning: The class 'Vector3ExpressionValue' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Vector3Expression.hpp:156:1: warning: The class 'Vector3ExpressionTimesScalar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Vector3Expression.hpp:229:1: warning: The class 'Vector3ExpressionBinaryOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryConditionExpression.hpp:37:1: warning: The class 'BoundaryConditionExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:42:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:42:17: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:97:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:97:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:102:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:102:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:131:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:131:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:133:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:133:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:156:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:156:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:158:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:158:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:185:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:185:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:187:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:187:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:217:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:217:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:219:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:219:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:240:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:240:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:242:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:242:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:260:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:260:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:265:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:265:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:298:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:298:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:303:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:303:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:336:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:336:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:341:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:341:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:374:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:374:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:379:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:379:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:413:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:413:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:418:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:418:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:495:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:495:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:500:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:500:8: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:37:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:37:17: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:87:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Vector3Expression.hpp:50:18: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:87:10: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:106:37: style: The function 'component' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Vector3Expression.hpp:57:3: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:106:37: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:125:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:125:8: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:164:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Vector3Expression.hpp:50:18: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:164:10: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:170:37: style: The function 'component' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Vector3Expression.hpp:57:3: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:170:37: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:176:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:176:8: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:213:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Vector3Expression.hpp:50:18: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:213:10: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:215:37: style: The function 'component' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Vector3Expression.hpp:57:3: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:215:37: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:217:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:217:8: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:237:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Vector3Expression.hpp:50:18: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:237:10: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:242:37: style: The function 'component' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Vector3Expression.hpp:57:3: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:242:37: note: Function in derived class
freefem3d-1.0pre10/language/Vector3Expression.hpp:247:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Vector3Expression.hpp:247:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpression.hpp:81:25: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpression.hpp:81:25: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:533:0: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:533:0: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:538:0: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:538:0: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionExpressionDirichlet.hpp:33:1: warning: The class 'BoundaryConditionExpressionDirichlet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/UnknownListExpression.hpp:102:1: warning: The class 'UnknownListExpressionSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryConditionExpressionDirichlet.hpp:47:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionExpressionDirichlet.hpp:47:17: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionExpressionDirichlet.hpp:54:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionExpressionDirichlet.hpp:54:8: note: Function in derived class
freefem3d-1.0pre10/language/UnknownExpression.hpp:40:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/UnknownExpression.hpp:40:17: note: Function in derived class
freefem3d-1.0pre10/language/UnknownExpression.hpp:68:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/UnknownExpression.hpp:68:8: note: Function in derived class
freefem3d-1.0pre10/language/UnknownListExpression.hpp:109:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/UnknownListExpression.hpp:109:17: note: Function in derived class
freefem3d-1.0pre10/language/UnknownListExpression.hpp:127:17: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/UnknownListExpression.hpp:53:18: note: Virtual function in base class
freefem3d-1.0pre10/language/UnknownListExpression.hpp:127:17: note: Function in derived class
freefem3d-1.0pre10/language/UnknownListExpression.hpp:132:17: style: The function 'number' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/UnknownListExpression.hpp:55:18: note: Virtual function in base class
freefem3d-1.0pre10/language/UnknownListExpression.hpp:132:17: note: Function in derived class
freefem3d-1.0pre10/language/UnknownListExpression.hpp:171:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/UnknownListExpression.hpp:171:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionExpressionFourrier.hpp:33:1: warning: The class 'BoundaryConditionExpressionFourrier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryConditionExpressionFourrier.hpp:49:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionExpressionFourrier.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionExpressionFourrier.hpp:56:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionExpressionFourrier.hpp:56:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionExpressionNeumann.cpp:73:78: style: Function 'BoundaryConditionExpressionNeumann' argument 1 names different: declaration 'n' definition 'd'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/BoundaryConditionExpressionNeumann.hpp:72:80: note: Function 'BoundaryConditionExpressionNeumann' argument 1 names different: declaration 'n' definition 'd'.
freefem3d-1.0pre10/language/BoundaryConditionExpressionNeumann.cpp:73:78: note: Function 'BoundaryConditionExpressionNeumann' argument 1 names different: declaration 'n' definition 'd'.
freefem3d-1.0pre10/language/BoundaryConditionExpressionNeumann.hpp:33:1: warning: The class 'BoundaryConditionExpressionNeumann' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryConditionExpressionNeumann.hpp:47:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionExpressionNeumann.hpp:47:17: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionExpressionNeumann.hpp:54:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionExpressionNeumann.hpp:54:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:56:43: style: Technically the member function 'BoundaryConditionListExpression::boundaryConditionSet' can be const. [functionConst]
freefem3d-1.0pre10/language/BoundaryConditionListExpression.cpp:50:34: note: Technically the member function 'BoundaryConditionListExpression::boundaryConditionSet' can be const.
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:56:43: note: Technically the member function 'BoundaryConditionListExpression::boundaryConditionSet' can be const.
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:37:1: warning: The class 'BoundaryConditionListExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:82:1: warning: The class 'BoundaryConditionListExpressionSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:89:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:89:17: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:103:8: style: The function 'hasPOVBoundary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:54:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:103:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:105:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:105:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:107:8: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:64:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryConditionListExpression.hpp:107:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpression.cpp:30:21: warning: Member variable 'BoundaryExpression::__boundary' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/BoundaryExpression.hpp:83:31: style: Technically the member function 'BoundaryExpression::boundary' can be const. [functionConst]
freefem3d-1.0pre10/language/BoundaryExpression.cpp:25:21: note: Technically the member function 'BoundaryExpression::boundary' can be const.
freefem3d-1.0pre10/language/BoundaryExpression.hpp:83:31: note: Technically the member function 'BoundaryExpression::boundary' can be const.
freefem3d-1.0pre10/language/BoundaryExpression.hpp:39:1: warning: The class 'BoundaryExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryExpressionList.hpp:34:1: warning: The class 'BoundaryExpressionList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryExpressionList.hpp:50:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionList.hpp:50:17: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionList.hpp:58:8: style: The function 'hasPOVBoundary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/BoundaryExpression.hpp:66:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionList.hpp:58:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionList.hpp:73:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionList.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionPOVRay.hpp:71:3: style: Class 'BoundaryExpressionPOVRay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/BoundaryExpressionPOVRay.hpp:32:1: warning: The class 'BoundaryExpressionPOVRay' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryExpressionPOVRay.hpp:47:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionPOVRay.hpp:47:17: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionPOVRay.hpp:55:8: style: The function 'hasPOVBoundary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/BoundaryExpression.hpp:66:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionPOVRay.hpp:55:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionPOVRay.hpp:64:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionPOVRay.hpp:64:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionReferences.cpp:78:49: style: Function 'BoundaryExpressionReferences' argument 1 names different: declaration 'borderName' definition 'boundaryName'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/BoundaryExpressionReferences.hpp:91:51: note: Function 'BoundaryExpressionReferences' argument 1 names different: declaration 'borderName' definition 'boundaryName'.
freefem3d-1.0pre10/language/BoundaryExpressionReferences.cpp:78:49: note: Function 'BoundaryExpressionReferences' argument 1 names different: declaration 'borderName' definition 'boundaryName'.
freefem3d-1.0pre10/language/BoundaryExpressionReferences.hpp:91:3: style: Class 'BoundaryExpressionReferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/BoundaryExpressionReferences.hpp:33:1: warning: The class 'BoundaryExpressionReferences' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryExpressionReferences.hpp:51:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionReferences.hpp:51:17: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionReferences.hpp:59:8: style: The function 'hasPOVBoundary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/BoundaryExpression.hpp:66:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionReferences.hpp:59:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionReferences.hpp:68:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionReferences.hpp:68:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.cpp:98:68: style: Function 'BoundaryExpressionSurfaceMesh' argument 1 names different: declaration 'b' definition 'm'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.hpp:77:70: note: Function 'BoundaryExpressionSurfaceMesh' argument 1 names different: declaration 'b' definition 'm'.
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.cpp:98:68: note: Function 'BoundaryExpressionSurfaceMesh' argument 1 names different: declaration 'b' definition 'm'.
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.hpp:70:3: style: Class 'BoundaryExpressionSurfaceMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/MeshExpression.hpp:171:3: style: Class 'MeshExpressionSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/MeshExpression.hpp:197:3: style: Class 'MeshExpressionVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/MeshExpression.hpp:240:3: style: Class 'MeshExpressionSimplify' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/MeshExpression.hpp:286:3: style: Class 'MeshExpressionTetrahedrize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.hpp:32:1: warning: The class 'BoundaryExpressionSurfaceMesh' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.hpp:46:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.hpp:46:17: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.hpp:54:8: style: The function 'hasPOVBoundary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/BoundaryExpression.hpp:66:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.hpp:54:8: note: Function in derived class
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.hpp:63:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BoundaryExpressionSurfaceMesh.hpp:63:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:103:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:103:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:106:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:106:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:132:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:132:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:135:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:135:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:160:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:160:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:166:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:166:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:185:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:185:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:195:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:195:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:215:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:215:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:218:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:218:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:235:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:235:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:238:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:238:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:254:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:254:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:260:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:260:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:275:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:275:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:284:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:284:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:307:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:307:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:317:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:317:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:332:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:332:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:340:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:340:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:358:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:358:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:370:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:370:8: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:389:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:389:17: note: Function in derived class
freefem3d-1.0pre10/language/MeshExpression.hpp:400:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MeshExpression.hpp:400:8: note: Function in derived class
freefem3d-1.0pre10/language/DomainExpression.hpp:60:3: style: Class 'DomainExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/DomainExpression.hpp:33:1: warning: The class 'DomainExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/DomainExpressionAnalytic.hpp:63:3: style: Class 'DomainExpressionAnalytic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/DomainExpressionAnalytic.hpp:35:1: warning: The class 'DomainExpressionAnalytic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/DomainExpressionAnalytic.hpp:49:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/DomainExpressionAnalytic.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/language/DomainExpressionAnalytic.hpp:56:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/DomainExpressionAnalytic.hpp:56:8: note: Function in derived class
freefem3d-1.0pre10/language/DomainExpressionSet.cpp:58:56: style: Function 'DomainExpressionSet' argument 1 names different: declaration 's' definition 'S'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/DomainExpressionSet.hpp:43:58: note: Function 'DomainExpressionSet' argument 1 names different: declaration 's' definition 'S'.
freefem3d-1.0pre10/language/DomainExpressionSet.cpp:58:56: note: Function 'DomainExpressionSet' argument 1 names different: declaration 's' definition 'S'.
freefem3d-1.0pre10/language/DomainExpressionSet.cpp:69:1: warning: Member variable 'DomainExpressionSet::__definition' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/DomainExpressionSet.hpp:39:38: style: Technically the member function 'DomainExpressionSet::scene' can be const. [functionConst]
freefem3d-1.0pre10/language/DomainExpressionSet.cpp:36:22: note: Technically the member function 'DomainExpressionSet::scene' can be const.
freefem3d-1.0pre10/language/DomainExpressionSet.hpp:39:38: note: Technically the member function 'DomainExpressionSet::scene' can be const.
freefem3d-1.0pre10/language/StringExpression.hpp:80:3: style: Class 'StringExpressionValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/StringExpression.hpp:158:3: style: Class 'StringExpressionReal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/StringExpression.hpp:178:3: style: Class 'StringExpressionVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/SceneExpression.hpp:86:3: style: Class 'SceneExpressionPOVRay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/SceneExpression.hpp:109:3: style: Class 'SceneExpressionVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/InsideListExpression.hpp:381:3: style: Class 'InsideListExpressionNot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/InsideListExpression.hpp:461:3: style: Class 'InsideListExpressionLeaf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/DomainExpressionSet.hpp:28:1: warning: The class 'DomainExpressionSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/StringExpression.hpp:63:1: warning: The class 'StringExpressionValue' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/StringExpression.hpp:98:1: warning: The class 'StringExpressionConcat' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/InsideExpression.hpp:38:1: warning: The class 'InsideExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/InsideListExpression.hpp:41:1: warning: The class 'InsideListExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/InsideListExpression.hpp:153:1: warning: The class 'InsideListExpressionAnd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/InsideListExpression.hpp:242:1: warning: The class 'InsideListExpressionOr' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/InsideListExpression.hpp:331:1: warning: The class 'InsideListExpressionNot' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/InsideListExpression.hpp:412:1: warning: The class 'InsideListExpressionLeaf' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/DomainExpressionSet.hpp:36:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/DomainExpressionSet.hpp:36:17: note: Function in derived class
freefem3d-1.0pre10/language/DomainExpressionSet.hpp:41:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/DomainExpressionSet.hpp:41:8: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:32:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/StringExpression.hpp:32:17: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:70:15: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/StringExpression.hpp:43:23: note: Virtual function in base class
freefem3d-1.0pre10/language/StringExpression.hpp:70:15: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:75:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/StringExpression.hpp:75:8: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:107:15: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/StringExpression.hpp:43:23: note: Virtual function in base class
freefem3d-1.0pre10/language/StringExpression.hpp:107:15: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:112:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/StringExpression.hpp:112:8: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:151:15: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/StringExpression.hpp:43:23: note: Virtual function in base class
freefem3d-1.0pre10/language/StringExpression.hpp:151:15: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:156:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/StringExpression.hpp:156:8: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:174:15: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/StringExpression.hpp:43:23: note: Virtual function in base class
freefem3d-1.0pre10/language/StringExpression.hpp:174:15: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:176:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/StringExpression.hpp:176:8: note: Function in derived class
freefem3d-1.0pre10/language/SceneExpression.hpp:81:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/SceneExpression.hpp:81:17: note: Function in derived class
freefem3d-1.0pre10/language/SceneExpression.hpp:84:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SceneExpression.hpp:84:8: note: Function in derived class
freefem3d-1.0pre10/language/SceneExpression.hpp:100:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/SceneExpression.hpp:100:17: note: Function in derived class
freefem3d-1.0pre10/language/SceneExpression.hpp:107:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SceneExpression.hpp:107:8: note: Function in derived class
freefem3d-1.0pre10/language/SceneExpression.hpp:124:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/SceneExpression.hpp:124:17: note: Function in derived class
freefem3d-1.0pre10/language/SceneExpression.hpp:127:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SceneExpression.hpp:127:8: note: Function in derived class
freefem3d-1.0pre10/language/SceneExpression.hpp:141:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/SceneExpression.hpp:141:17: note: Function in derived class
freefem3d-1.0pre10/language/SceneExpression.hpp:149:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SceneExpression.hpp:149:8: note: Function in derived class
freefem3d-1.0pre10/language/InsideExpression.hpp:53:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideExpression.hpp:53:17: note: Function in derived class
freefem3d-1.0pre10/language/InsideExpression.hpp:86:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideExpression.hpp:86:8: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:65:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:65:8: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:168:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:168:17: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:176:29: style: The function 'objects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:113:37: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:176:29: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:182:8: style: The function 'subExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:182:8: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:195:3: style: The function 'addReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:106:3: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:195:3: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:257:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:257:17: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:264:29: style: The function 'objects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:113:37: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:264:29: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:270:8: style: The function 'subExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:270:8: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:283:3: style: The function 'addReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:106:3: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:283:3: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:344:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:344:17: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:352:29: style: The function 'objects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:113:37: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:352:29: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:358:8: style: The function 'subExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:358:8: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:370:3: style: The function 'addReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:106:3: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:370:3: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:425:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:425:17: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:432:29: style: The function 'objects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:113:37: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:432:29: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:438:8: style: The function 'subExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:75:16: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:438:8: note: Function in derived class
freefem3d-1.0pre10/language/InsideListExpression.hpp:450:3: style: The function 'addReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/InsideListExpression.hpp:106:3: note: Virtual function in base class
freefem3d-1.0pre10/language/InsideListExpression.hpp:450:3: note: Function in derived class
freefem3d-1.0pre10/language/DomainExpressionUndefined.hpp:29:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/DomainExpressionUndefined.hpp:29:17: note: Function in derived class
freefem3d-1.0pre10/language/DomainExpressionUndefined.hpp:37:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/DomainExpressionUndefined.hpp:37:8: note: Function in derived class
freefem3d-1.0pre10/language/DomainExpressionVariable.hpp:43:3: style: Class 'DomainExpressionVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/DomainExpressionVariable.hpp:26:1: warning: The class 'DomainExpressionVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/DomainExpressionVariable.hpp:33:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/DomainExpressionVariable.hpp:33:17: note: Function in derived class
freefem3d-1.0pre10/language/DomainExpressionVariable.hpp:40:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/DomainExpressionVariable.hpp:40:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:88:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:92:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:105:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:109:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:341:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:345:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:358:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:362:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:102:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/language/BooleanExpression.hpp:56:3: warning: Member variable 'BooleanExpression::__boolValue' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/Lexer.hpp:87:3: warning: Member variable 'Lexer::declarationToken' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/ProblemExpression.hpp:52:34: style: Technically the member function 'ProblemExpression::problemType' can be const. [functionConst]
freefem3d-1.0pre10/language/Instruction.hpp:723:3: performance: Technically the member function 'InstructionAffectation < FunctionExpression , FunctionVariable >::InstructionAffectation' can be static. [functionStatic]
freefem3d-1.0pre10/language/Instruction.hpp:732:3: performance: Technically the member function 'InstructionAffectation < FunctionExpression , FunctionVariable >::InstructionAffectation' can be static. [functionStatic]
freefem3d-1.0pre10/language/Instruction.hpp:741:4: performance: Technically the member function 'InstructionAffectation < FunctionExpression , FunctionVariable >::InstructionAffectation' can be static. [functionStatic]
freefem3d-1.0pre10/language/LinearExpression.hpp:140:41: style: Technically the member function 'LinearExpressionElementaryTimesFunction::function' can be const. [functionConst]
freefem3d-1.0pre10/language/LinearExpression.hpp:188:37: style: Technically the member function 'LinearExpressionElementaryTimesReal::real_t' can be const. [functionConst]
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:83:41: style: Technically the member function 'MultiLinearFormExpression::boundaryExpression' can be const. [functionConst]
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:88:47: style: Technically the member function 'MultiLinearFormExpression::multiLinearExpression' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:83:15: performance: Technically the member function 'VariationalBilinearOperatorExpression::__propertyBeginWrite' can be static. [functionStatic]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:100:15: performance: Technically the member function 'VariationalBilinearOperatorExpression::__propertyEndWrite' can be static. [functionStatic]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:137:8: performance: Technically the member function 'VariationalBilinearOperatorExpression::__directionName' can be static. [functionStatic]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:196:21: style: Technically the member function 'VariationalBilinearOperatorExpression::operatorType' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:336:15: performance: Technically the member function 'VariationalLinearOperatorExpression::__propertyBeginWrite' can be static. [functionStatic]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:353:15: performance: Technically the member function 'VariationalLinearOperatorExpression::__propertyEndWrite' can be static. [functionStatic]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:382:8: performance: Technically the member function 'VariationalLinearOperatorExpression::__directionName' can be static. [functionStatic]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:435:16: style: Technically the member function 'VariationalLinearOperatorExpression::operatorType' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:529:41: style: Technically the member function 'VariationalMuGradUGradVExpression::mu' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:667:41: style: Technically the member function 'VariationalAlphaDxUDxVExpression::alpha' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:814:41: style: Technically the member function 'VariationalNuUdxVExpression::nu' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:943:41: style: Technically the member function 'VariationalNuDxUVExpression::nu' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1054:41: style: Technically the member function 'VariationalAlphaUVExpression::alpha' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1190:41: style: Technically the member function 'VariationalFVExpression::f' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1304:41: style: Technically the member function 'VariationalFdxGVExpression::f' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1315:41: style: Technically the member function 'VariationalFdxGVExpression::g' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1434:41: style: Technically the member function 'VariationalFdxVExpression::f' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1541:41: style: Technically the member function 'VariationalFgradGgradVExpression::f' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1552:41: style: Technically the member function 'VariationalFgradGgradVExpression::g' can be const. [functionConst]
freefem3d-1.0pre10/language/FFLexer.hpp:51:7: performance: Technically the member function 'FFLexer::isVariable' can be static. [functionStatic]
freefem3d-1.0pre10/language/FFLexer.cpp:352:14: note: Technically the member function 'FFLexer::isVariable' can be static.
freefem3d-1.0pre10/language/FFLexer.hpp:51:7: note: Technically the member function 'FFLexer::isVariable' can be static.
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:122:25: warning: The class 'PDEVectorialOperatorExpression' defines member variable with name '__pdeOperatorType' also defined in its parent class 'PDEOperatorExpression'. [duplInheritedMember]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:49:19: note: Parent variable 'PDEOperatorExpression::__pdeOperatorType'
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:122:25: note: Derived variable 'PDEVectorialOperatorExpression::__pdeOperatorType'
freefem3d-1.0pre10/language/BooleanExpression.hpp:77:3: style: Class 'BooleanExpressionValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/BooleanExpression.hpp:108:3: style: Class 'BooleanExpressionUnaryOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/FunctionExpressionConstant.hpp:53:3: style: Class 'FunctionExpressionConstant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:131:3: style: Class 'PDEVectorialOperatorExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:291:3: style: Class 'PDEScalarOperatorExpressionOrderOne' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/OStreamExpression.hpp:75:3: style: Class 'OStreamExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/OStreamExpression.hpp:82:3: style: Class 'OStreamExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Instruction.hpp:400:3: style: Class 'InstructionExec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Instruction.hpp:423:3: style: Class 'InstructionCat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Instruction.hpp:655:3: style: Class 'InstructionRealExpressionIncrement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Instruction.hpp:690:3: style: Class 'InstructionRealExpressionDecrement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Instruction.hpp:761:3: style: Class 'InstructionEvaluation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Instruction.hpp:791:3: style: Class 'InstructionUsingScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Instruction.hpp:825:3: style: Class 'InstructionExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/Instruction.hpp:855:3: style: Class 'InstructionCoarseMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/IntegratedExpression.hpp:44:3: style: Class 'IntegratedExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/IntegratedExpression.hpp:87:3: style: Class 'IntegratedExpressionUnknown' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/IntegratedExpression.hpp:131:3: style: Class 'IntegratedExpressionTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/IntegratedExpression.hpp:176:3: style: Class 'IntegratedExpressionFunctionExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:138:3: style: Class 'IntegratedOperatorExpressionOrderZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:174:3: style: Class 'IntegratedOperatorExpressionGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/LinearExpression.hpp:100:3: style: Class 'LinearExpressionElementary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/MultiLinearExpression.hpp:159:3: style: Class 'MultiLinearExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/VariationalFormulaExpression.hpp:154:3: style: Class 'VariationalFormulaExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/BooleanExpression.hpp:26:1: warning: The class 'BooleanExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BooleanExpression.hpp:95:1: warning: The class 'BooleanExpressionUnaryOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BooleanExpression.hpp:127:1: warning: The class 'BooleanExpressionCompareOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BooleanExpression.hpp:174:1: warning: The class 'BooleanExpressionBinaryOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:49:3: warning: The class 'ReferencesSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:139:1: warning: The class 'PDEScalarOperatorExpressionDivMuGrad' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:178:1: warning: The class 'PDEScalarOperatorExpressionOrderZero' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:217:1: warning: The class 'PDEScalarOperatorExpressionOrderOne' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/ProblemExpression.hpp:25:1: warning: The class 'ProblemExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/SubOptionExpression.hpp:27:1: warning: The class 'SubOptionExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/OptionExpression.hpp:26:1: warning: The class 'OptionExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/SolverOptionsExpression.hpp:34:1: warning: The class 'SolverOptionsExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:45:1: warning: The class 'Instruction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:104:1: warning: The class 'InstructionList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:144:1: warning: The class 'InstructionIfStatement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:189:1: warning: The class 'InstructionDoWhileStatement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:228:1: warning: The class 'InstructionForStatement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:278:1: warning: The class 'InstructionWhileStatement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:318:1: warning: The class 'InstructionOutput' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:600:1: warning: The class 'InstructionAffectation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:639:1: warning: The class 'InstructionRealExpressionIncrement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:675:1: warning: The class 'InstructionRealExpressionDecrement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:749:1: warning: The class 'InstructionEvaluation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:798:1: warning: The class 'InstructionExit' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:846:1: warning: The class 'InstructionCoarseMesh' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/IntegratedExpression.hpp:25:1: warning: The class 'IntegratedExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/IntegratedExpression.hpp:64:1: warning: The class 'IntegratedExpressionUnknown' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/IntegratedExpression.hpp:108:1: warning: The class 'IntegratedExpressionTest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/IntegratedExpression.hpp:153:1: warning: The class 'IntegratedExpressionFunctionExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:26:1: warning: The class 'IntegratedOperatorExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:192:1: warning: The class 'IntegratedOperatorExpressionDx' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/LinearExpression.hpp:31:1: warning: The class 'LinearExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/LinearExpression.hpp:119:1: warning: The class 'LinearExpressionElementaryTimesFunction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/LinearExpression.hpp:168:1: warning: The class 'LinearExpressionElementaryTimesReal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MultiLinearExpression.hpp:30:1: warning: The class 'MultiLinearExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MultiLinearExpressionSum.hpp:31:1: warning: The class 'MultiLinearExpressionSum' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:32:1: warning: The class 'MultiLinearFormExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:134:1: warning: The class 'MultiLinearFormSumExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:44:1: warning: The class 'VariationalBilinearOperatorExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:306:1: warning: The class 'VariationalLinearOperatorExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:510:1: warning: The class 'VariationalMuGradUGradVExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:626:1: warning: The class 'VariationalAlphaDxUDxVExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:773:1: warning: The class 'VariationalNuUdxVExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:903:1: warning: The class 'VariationalNuDxUVExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1033:1: warning: The class 'VariationalAlphaUVExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1144:1: warning: The class 'VariationalFVExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1246:1: warning: The class 'VariationalFdxGVExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1380:1: warning: The class 'VariationalFdxVExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1494:1: warning: The class 'VariationalFgradGgradVExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/BooleanExpression.hpp:33:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/BooleanExpression.hpp:33:17: note: Function in derived class
freefem3d-1.0pre10/language/BooleanExpression.hpp:72:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BooleanExpression.hpp:72:8: note: Function in derived class
freefem3d-1.0pre10/language/BooleanExpression.hpp:102:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BooleanExpression.hpp:102:8: note: Function in derived class
freefem3d-1.0pre10/language/BooleanExpression.hpp:138:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BooleanExpression.hpp:138:8: note: Function in derived class
freefem3d-1.0pre10/language/BooleanExpression.hpp:182:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/BooleanExpression.hpp:182:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionConstant.hpp:45:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionConstant.hpp:45:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:187:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:81:25: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:187:17: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:193:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:193:8: note: Function in derived class
freefem3d-1.0pre10/language/FieldExpression.hpp:53:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/FieldExpression.hpp:53:17: note: Function in derived class
freefem3d-1.0pre10/language/FieldExpression.hpp:80:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FieldExpression.hpp:80:8: note: Function in derived class
freefem3d-1.0pre10/language/FieldExpressionList.hpp:50:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/FieldExpressionList.hpp:50:17: note: Function in derived class
freefem3d-1.0pre10/language/FieldExpressionList.hpp:77:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FieldExpressionList.hpp:77:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionBinaryOperation.hpp:50:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionBinaryOperation.hpp:50:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionBinaryOperation.hpp:57:8: style: The function 'hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionBinaryOperation.hpp:57:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:56:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:56:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:145:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:145:17: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:151:8: style: The function '__execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:51:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:151:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:154:8: style: The function '__checkBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:54:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:154:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:184:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:184:17: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:190:8: style: The function '__execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:51:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:190:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:193:8: style: The function '__checkBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:54:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:193:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:223:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:223:17: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:237:8: style: The function '__execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:51:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:237:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:240:8: style: The function '__checkBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:54:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:240:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:326:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:326:17: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:344:8: style: The function '__execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:51:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:344:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:352:8: style: The function '__checkBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:54:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:352:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:430:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:430:17: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:440:8: style: The function '__execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:51:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:440:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:443:8: style: The function '__checkBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:54:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:443:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorSumExpression.hpp:43:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorSumExpression.hpp:43:17: note: Function in derived class
freefem3d-1.0pre10/language/PDEOperatorSumExpression.hpp:60:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEOperatorSumExpression.hpp:60:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEEquationExpression.hpp:40:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEEquationExpression.hpp:40:17: note: Function in derived class
freefem3d-1.0pre10/language/PDEEquationExpression.hpp:49:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEEquationExpression.hpp:49:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:80:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:80:17: note: Function in derived class
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:94:8: style: The function 'hasPOVBoundary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:60:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:94:8: note: Function in derived class
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:96:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:96:8: note: Function in derived class
freefem3d-1.0pre10/language/PDESystemExpression.hpp:57:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/PDESystemExpression.hpp:57:17: note: Function in derived class
freefem3d-1.0pre10/language/PDESystemExpression.hpp:71:8: style: The function 'hasPOVBoundary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/ProblemExpression.hpp:44:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDESystemExpression.hpp:71:8: note: Function in derived class
freefem3d-1.0pre10/language/PDESystemExpression.hpp:94:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/PDESystemExpression.hpp:94:8: note: Function in derived class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:84:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:84:17: note: Function in derived class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:90:8: style: The function 'setOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/SubOptionExpression.hpp:40:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:90:8: note: Function in derived class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:93:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:93:8: note: Function in derived class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:115:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:115:17: note: Function in derived class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:121:8: style: The function 'setOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/SubOptionExpression.hpp:40:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:121:8: note: Function in derived class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:124:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SubOptionExpression.hpp:124:8: note: Function in derived class
freefem3d-1.0pre10/language/SubOptionListExpression.hpp:39:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/SubOptionListExpression.hpp:39:17: note: Function in derived class
freefem3d-1.0pre10/language/SubOptionListExpression.hpp:46:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SubOptionListExpression.hpp:46:8: note: Function in derived class
freefem3d-1.0pre10/language/OptionExpression.hpp:30:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/OptionExpression.hpp:30:17: note: Function in derived class
freefem3d-1.0pre10/language/OptionExpression.hpp:40:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/OptionExpression.hpp:40:8: note: Function in derived class
freefem3d-1.0pre10/language/SolverOptionsExpression.hpp:42:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/SolverOptionsExpression.hpp:42:17: note: Function in derived class
freefem3d-1.0pre10/language/SolverOptionsExpression.hpp:53:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SolverOptionsExpression.hpp:53:8: note: Function in derived class
freefem3d-1.0pre10/language/OStreamExpression.hpp:54:18: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/OStreamExpression.hpp:54:18: note: Function in derived class
freefem3d-1.0pre10/language/OStreamExpression.hpp:61:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/OStreamExpression.hpp:61:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:112:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:112:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:153:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:153:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:197:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:197:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:238:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:238:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:286:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:286:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:326:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:326:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:398:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:398:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:421:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:421:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:443:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:443:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:468:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:468:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:501:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:501:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:536:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:536:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:570:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:570:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:608:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:608:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:646:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:646:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:682:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:682:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:721:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:721:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:756:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:756:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:789:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:789:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:805:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:805:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:853:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:853:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:879:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:879:8: note: Function in derived class
freefem3d-1.0pre10/language/Instruction.hpp:903:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Instruction.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/language/Instruction.hpp:903:8: note: Function in derived class
freefem3d-1.0pre10/language/TestFunctionExpressionList.hpp:50:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/TestFunctionExpressionList.hpp:50:17: note: Function in derived class
freefem3d-1.0pre10/language/TestFunctionExpressionList.hpp:80:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/TestFunctionExpressionList.hpp:80:8: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:70:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:70:17: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:77:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:77:8: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:114:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:114:17: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:121:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:121:8: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:159:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:159:17: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:166:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedExpression.hpp:166:8: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:126:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:126:17: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:133:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:133:8: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:162:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:162:17: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:169:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:169:8: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:198:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:198:17: note: Function in derived class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:223:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/IntegratedOperatorExpression.hpp:223:8: note: Function in derived class
freefem3d-1.0pre10/language/LinearExpression.hpp:88:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/LinearExpression.hpp:88:17: note: Function in derived class
freefem3d-1.0pre10/language/LinearExpression.hpp:95:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/LinearExpression.hpp:95:8: note: Function in derived class
freefem3d-1.0pre10/language/LinearExpression.hpp:126:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/LinearExpression.hpp:126:17: note: Function in derived class
freefem3d-1.0pre10/language/LinearExpression.hpp:134:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/LinearExpression.hpp:134:8: note: Function in derived class
freefem3d-1.0pre10/language/LinearExpression.hpp:174:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/LinearExpression.hpp:174:17: note: Function in derived class
freefem3d-1.0pre10/language/LinearExpression.hpp:182:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/LinearExpression.hpp:182:8: note: Function in derived class
freefem3d-1.0pre10/language/MultiLinearExpression.hpp:62:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MultiLinearExpression.hpp:62:17: note: Function in derived class
freefem3d-1.0pre10/language/MultiLinearExpression.hpp:126:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MultiLinearExpression.hpp:126:8: note: Function in derived class
freefem3d-1.0pre10/language/MultiLinearExpressionSum.hpp:64:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MultiLinearExpressionSum.hpp:64:17: note: Function in derived class
freefem3d-1.0pre10/language/MultiLinearExpressionSum.hpp:77:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MultiLinearExpressionSum.hpp:77:8: note: Function in derived class
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:47:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:47:17: note: Function in derived class
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:93:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:93:8: note: Function in derived class
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:147:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:147:17: note: Function in derived class
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:232:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/MultiLinearFormExpression.hpp:232:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:180:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:180:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:417:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:417:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:516:8: style: The function '__hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:81:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:516:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:538:8: style: The function '__executeRemaining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:80:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:538:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:550:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:550:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:641:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:641:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:655:8: style: The function '__hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:81:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:655:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:698:8: style: The function '__executeRemaining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:80:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:698:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:787:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:787:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:802:8: style: The function '__hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:81:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:802:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:834:8: style: The function '__executeRemaining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:80:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:834:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:917:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:917:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:931:8: style: The function '__hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:81:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:931:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:963:8: style: The function '__executeRemaining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:80:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:963:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1039:8: style: The function '__hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:81:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1039:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1048:8: style: The function '__executeRemaining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:80:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1048:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1066:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1066:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1154:8: style: The function '__executeRemaining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1154:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1160:8: style: The function '__hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:380:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1160:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1172:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1172:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1254:8: style: The function '__hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:380:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1254:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1264:8: style: The function '__executeRemaining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1264:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1277:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1277:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1387:8: style: The function '__hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:380:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1387:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1396:8: style: The function '__executeRemaining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1396:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1408:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1408:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1505:8: style: The function '__executeRemaining' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1505:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1511:8: style: The function '__hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:380:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1511:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1524:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalOperatorExpression.hpp:1524:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalFormulaExpression.hpp:93:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalFormulaExpression.hpp:93:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalFormulaExpression.hpp:146:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalFormulaExpression.hpp:146:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalDirichletListExpression.hpp:53:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalDirichletListExpression.hpp:53:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalDirichletListExpression.hpp:93:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalDirichletListExpression.hpp:93:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalProblemExpression.hpp:73:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalProblemExpression.hpp:73:17: note: Function in derived class
freefem3d-1.0pre10/language/VariationalProblemExpression.hpp:165:8: style: The function 'hasPOVBoundary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/ProblemExpression.hpp:44:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalProblemExpression.hpp:165:8: note: Function in derived class
freefem3d-1.0pre10/language/VariationalProblemExpression.hpp:179:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/VariationalProblemExpression.hpp:179:8: note: Function in derived class
freefem3d-1.0pre10/language/OStreamExpressionList.hpp:33:18: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/OStreamExpressionList.hpp:33:18: note: Function in derived class
freefem3d-1.0pre10/language/OStreamExpressionList.hpp:48:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/OStreamExpressionList.hpp:48:8: note: Function in derived class
freefem3d-1.0pre10/language/FFLexer.hpp:72:7: style: The function 'yylex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Lexer.hpp:105:15: note: Virtual function in base class
freefem3d-1.0pre10/language/FFLexer.hpp:72:7: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:202:54: performance: Function parameter 'itemName' should be passed by const reference. [passedByValue]
freefem3d-1.0pre10/language/Instruction.hpp:583:44: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
freefem3d-1.0pre10/language/FieldExpression.hpp:67:44: style: Technically the member function 'FieldExpression::field' can be const. [functionConst]
freefem3d-1.0pre10/language/FieldExpression.cpp:43:1: note: Technically the member function 'FieldExpression::field' can be const.
freefem3d-1.0pre10/language/FieldExpression.hpp:67:44: note: Technically the member function 'FieldExpression::field' can be const.
freefem3d-1.0pre10/language/FunctionExpression.hpp:37:1: warning: The class 'FunctionExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionValue.hpp:47:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionValue.hpp:47:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionValue.hpp:57:8: style: The function 'hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionValue.hpp:57:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionBinaryOperation.hpp:34:1: warning: The class 'FunctionExpressionBinaryOperation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionCFunction.hpp:35:1: warning: The class 'FunctionExpressionCFunction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionCFunction.hpp:47:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionCFunction.hpp:47:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionComposed.hpp:34:1: warning: The class 'FunctionExpressionComposed' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionComposed.hpp:50:8: style: The function 'hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionComposed.hpp:50:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionComposed.hpp:62:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionComposed.hpp:62:8: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:525:1: warning: The class 'RealExpressionBinaryOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionConstant.hpp:34:1: warning: The class 'FunctionExpressionConstant' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:533:37: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/RealExpression.hpp:49:45: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:533:37: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.hpp:538:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/RealExpression.hpp:538:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionConvection.cpp:112:66: style: Function 'FunctionExpressionConvection' argument 1 names different: declaration 'e' definition 'f'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionConvection.hpp:90:68: note: Function 'FunctionExpressionConvection' argument 1 names different: declaration 'e' definition 'f'.
freefem3d-1.0pre10/language/FunctionExpressionConvection.cpp:112:66: note: Function 'FunctionExpressionConvection' argument 1 names different: declaration 'e' definition 'f'.
freefem3d-1.0pre10/language/FunctionExpressionConvection.hpp:38:1: warning: The class 'FunctionExpressionConvection' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionConvection.hpp:51:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:81:25: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionConvection.hpp:51:17: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionConvection.hpp:60:8: style: The function 'hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionConvection.hpp:60:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionConvection.hpp:70:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionConvection.hpp:70:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionDerivative.cpp:54:49: style: Function 'FunctionExpressionDerivative' argument 1 names different: declaration 'directionName' definition 'operatorName'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionDerivative.hpp:92:51: note: Function 'FunctionExpressionDerivative' argument 1 names different: declaration 'directionName' definition 'operatorName'.
freefem3d-1.0pre10/language/FunctionExpressionDerivative.cpp:54:49: note: Function 'FunctionExpressionDerivative' argument 1 names different: declaration 'directionName' definition 'operatorName'.
freefem3d-1.0pre10/language/FunctionExpressionDerivative.cpp:55:47: style: Function 'FunctionExpressionDerivative' argument 2 names different: declaration 'function' definition 'derivedFunction'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionDerivative.hpp:93:49: note: Function 'FunctionExpressionDerivative' argument 2 names different: declaration 'function' definition 'derivedFunction'.
freefem3d-1.0pre10/language/FunctionExpressionDerivative.cpp:55:47: note: Function 'FunctionExpressionDerivative' argument 2 names different: declaration 'function' definition 'derivedFunction'.
freefem3d-1.0pre10/language/FunctionExpressionDerivative.hpp:34:1: warning: The class 'FunctionExpressionDerivative' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionDerivative.hpp:55:8: style: The function 'hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionDerivative.hpp:55:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionDerivative.hpp:84:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionDerivative.hpp:84:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionDomainCharacteristic.hpp:63:3: style: Class 'FunctionExpressionDomainCharacteristic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/FunctionExpressionDomainCharacteristic.hpp:35:1: warning: The class 'FunctionExpressionDomainCharacteristic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionDomainCharacteristic.hpp:48:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:81:25: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionDomainCharacteristic.hpp:48:17: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionDomainCharacteristic.hpp:55:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionDomainCharacteristic.hpp:55:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionFEM.cpp:61:47: style: Function 'FunctionExpressionFEM' argument 2 names different: declaration 'e' definition 'function'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionFEM.hpp:78:42: note: Function 'FunctionExpressionFEM' argument 2 names different: declaration 'e' definition 'function'.
freefem3d-1.0pre10/language/FunctionExpressionFEM.cpp:61:47: note: Function 'FunctionExpressionFEM' argument 2 names different: declaration 'e' definition 'function'.
freefem3d-1.0pre10/language/FunctionExpressionFEM.cpp:62:41: style: Function 'FunctionExpressionFEM' argument 3 names different: declaration 'femType' definition 'discretizationType'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionFEM.hpp:79:36: note: Function 'FunctionExpressionFEM' argument 3 names different: declaration 'femType' definition 'discretizationType'.
freefem3d-1.0pre10/language/FunctionExpressionFEM.cpp:62:41: note: Function 'FunctionExpressionFEM' argument 3 names different: declaration 'femType' definition 'discretizationType'.
freefem3d-1.0pre10/language/FunctionExpressionFEM.cpp:72:52: style: Function 'FunctionExpressionFEM' argument 1 names different: declaration 'f' definition 'femFunction'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionFEM.hpp:87:54: note: Function 'FunctionExpressionFEM' argument 1 names different: declaration 'f' definition 'femFunction'.
freefem3d-1.0pre10/language/FunctionExpressionFEM.cpp:72:52: note: Function 'FunctionExpressionFEM' argument 1 names different: declaration 'f' definition 'femFunction'.
freefem3d-1.0pre10/language/FunctionExpressionFEM.hpp:37:1: warning: The class 'FunctionExpressionFEM' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionFEM.hpp:67:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionFEM.hpp:67:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionIntegrate.hpp:34:1: warning: The class 'FunctionExpressionIntegrate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionIntegrate.hpp:59:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionIntegrate.hpp:59:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionLinearBasis.hpp:60:3: style: Class 'FunctionExpressionLinearBasis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/FunctionExpressionLinearBasis.hpp:34:1: warning: The class 'FunctionExpressionLinearBasis' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionLinearBasis.hpp:52:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionLinearBasis.hpp:52:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionMeshCharacteristic.hpp:58:3: style: Class 'FunctionExpressionMeshCharacteristic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/FunctionExpressionMeshCharacteristic.hpp:37:1: warning: The class 'FunctionExpressionMeshCharacteristic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionMeshCharacteristic.hpp:43:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:81:25: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionMeshCharacteristic.hpp:43:17: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionMeshCharacteristic.hpp:50:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionMeshCharacteristic.hpp:50:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:185:12: style: Technically the member function 'FunctionExpressionMeshReferences::__getItemType' can be const. [functionConst]
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.cpp:30:1: note: Technically the member function 'FunctionExpressionMeshReferences::__getItemType' can be const.
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:185:12: note: Technically the member function 'FunctionExpressionMeshReferences::__getItemType' can be const.
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.hpp:36:1: warning: The class 'FunctionExpressionMeshReferences' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionMeshReferences.cpp:110:52: performance: Function parameter 'itemName' should be passed by const reference. [passedByValue]
freefem3d-1.0pre10/language/FunctionExpressionNormalComponent.hpp:75:3: style: Class 'FunctionExpressionNormalComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/FunctionExpressionNormalComponent.hpp:33:1: warning: The class 'FunctionExpressionNormalComponent' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionNormalComponent.hpp:45:8: style: The function 'hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionNormalComponent.hpp:45:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionNormalComponent.hpp:54:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionNormalComponent.hpp:54:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionNot.hpp:59:3: style: Class 'FunctionExpressionNot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/FunctionExpressionNot.hpp:33:1: warning: The class 'FunctionExpressionNot' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionNot.hpp:44:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionNot.hpp:44:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionNot.hpp:51:8: style: The function 'hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionNot.hpp:51:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionObjectCharacteristic.hpp:57:3: style: Class 'FunctionExpressionObjectCharacteristic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/FunctionExpressionObjectCharacteristic.hpp:37:1: warning: The class 'FunctionExpressionObjectCharacteristic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionObjectCharacteristic.hpp:49:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionObjectCharacteristic.hpp:49:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionRead.hpp:38:1: warning: The class 'FunctionExpressionRead' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionRead.hpp:57:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionRead.hpp:57:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionSpectral.cpp:66:45: style: Function 'FunctionExpressionSpectral' argument 2 names different: declaration 'e' definition 'function'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionSpectral.hpp:61:47: note: Function 'FunctionExpressionSpectral' argument 2 names different: declaration 'e' definition 'function'.
freefem3d-1.0pre10/language/FunctionExpressionSpectral.cpp:66:45: note: Function 'FunctionExpressionSpectral' argument 2 names different: declaration 'e' definition 'function'.
freefem3d-1.0pre10/language/FunctionExpressionSpectral.cpp:75:62: style: Function 'FunctionExpressionSpectral' argument 1 names different: declaration 'f' definition 'spectralFunction'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionSpectral.hpp:69:64: note: Function 'FunctionExpressionSpectral' argument 1 names different: declaration 'f' definition 'spectralFunction'.
freefem3d-1.0pre10/language/FunctionExpressionSpectral.cpp:75:62: note: Function 'FunctionExpressionSpectral' argument 1 names different: declaration 'f' definition 'spectralFunction'.
freefem3d-1.0pre10/language/FunctionExpressionSpectral.hpp:35:1: warning: The class 'FunctionExpressionSpectral' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionSpectral.hpp:52:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionSpectral.hpp:52:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionUnaryMinus.hpp:61:3: style: Class 'FunctionExpressionUnaryMinus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/FunctionExpressionUnaryMinus.hpp:33:1: warning: The class 'FunctionExpressionUnaryMinus' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionUnaryMinus.hpp:46:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionUnaryMinus.hpp:46:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionUnaryMinus.hpp:54:8: style: The function 'hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionUnaryMinus.hpp:54:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionValue.hpp:35:1: warning: The class 'FunctionExpressionValue' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionVariable.cpp:62:39: style: Function 'FunctionExpressionVariable' argument 2 names different: declaration 'type' definition 'discretizationType'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:128:41: note: Function 'FunctionExpressionVariable' argument 2 names different: declaration 'type' definition 'discretizationType'.
freefem3d-1.0pre10/language/FunctionExpressionVariable.cpp:62:39: note: Function 'FunctionExpressionVariable' argument 2 names different: declaration 'type' definition 'discretizationType'.
freefem3d-1.0pre10/language/FunctionExpressionVariable.cpp:72:62: style: Function 'FunctionExpressionVariable' argument 1 names different: declaration 'functionVariable' definition 'f'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:136:64: note: Function 'FunctionExpressionVariable' argument 1 names different: declaration 'functionVariable' definition 'f'.
freefem3d-1.0pre10/language/FunctionExpressionVariable.cpp:72:62: note: Function 'FunctionExpressionVariable' argument 1 names different: declaration 'functionVariable' definition 'f'.
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:113:3: style: Technically the member function 'FunctionExpressionVariable::variable' can be const. [functionConst]
freefem3d-1.0pre10/language/FunctionExpressionVariable.cpp:45:1: note: Technically the member function 'FunctionExpressionVariable::variable' can be const.
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:113:3: note: Technically the member function 'FunctionExpressionVariable::variable' can be const.
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:36:1: warning: The class 'FunctionExpressionVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:47:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:81:25: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:47:17: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:65:8: style: The function 'hasBoundaryExpression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/FunctionExpression.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:65:8: note: Function in derived class
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:119:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/FunctionExpressionVariable.hpp:119:8: note: Function in derived class
freefem3d-1.0pre10/language/Information.cpp:82:57: style: Function 'setUnknownList' argument 1 names different: declaration 'ul' definition 'u'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/Information.hpp:97:64: note: Function 'setUnknownList' argument 1 names different: declaration 'ul' definition 'u'.
freefem3d-1.0pre10/language/Information.cpp:82:57: note: Function 'setUnknownList' argument 1 names different: declaration 'ul' definition 'u'.
freefem3d-1.0pre10/language/Information.cpp:109:27: style: Function 'setCoarseMesh' argument 1 names different: declaration 'b' definition 'coarse'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/Information.hpp:144:34: note: Function 'setCoarseMesh' argument 1 names different: declaration 'b' definition 'coarse'.
freefem3d-1.0pre10/language/Information.cpp:109:27: note: Function 'setCoarseMesh' argument 1 names different: declaration 'b' definition 'coarse'.
freefem3d-1.0pre10/language/Information.hpp:40:1: warning: The class 'Information' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.cpp:114:52: style: Function 'InstructionCat' argument 1 names different: declaration 'command' definition 'filename'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/Instruction.hpp:423:54: note: Function 'InstructionCat' argument 1 names different: declaration 'command' definition 'filename'.
freefem3d-1.0pre10/language/Instruction.cpp:114:52: note: Function 'InstructionCat' argument 1 names different: declaration 'command' definition 'filename'.
freefem3d-1.0pre10/language/Instruction.cpp:372:68: style: Function 'InstructionPlot' argument 1 names different: declaration 'mesh' definition 'm'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/Instruction.hpp:508:53: note: Function 'InstructionPlot' argument 1 names different: declaration 'mesh' definition 'm'.
freefem3d-1.0pre10/language/Instruction.cpp:372:68: note: Function 'InstructionPlot' argument 1 names different: declaration 'mesh' definition 'm'.
freefem3d-1.0pre10/language/Instruction.cpp:381:57: style: Function 'InstructionPlot' argument 1 names different: declaration '__instruction' definition 'I'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/Instruction.hpp:515:42: note: Function 'InstructionPlot' argument 1 names different: declaration '__instruction' definition 'I'.
freefem3d-1.0pre10/language/Instruction.cpp:381:57: note: Function 'InstructionPlot' argument 1 names different: declaration '__instruction' definition 'I'.
freefem3d-1.0pre10/language/Instruction.cpp:381:18: warning: Member variable 'InstructionPlot::__f' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/Instruction.hpp:365:1: warning: The class 'InstructionSave' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:391:1: warning: The class 'InstructionExec' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:414:1: warning: The class 'InstructionCat' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:461:1: warning: The class 'InstructionSaveFieldList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:489:1: warning: The class 'InstructionPlot' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Instruction.hpp:782:1: warning: The class 'InstructionUsingScene' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.cpp:196:61: style: Function 'MeshExpressionSpectral' argument 1 names different: declaration 'degrees' definition 'degree'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/MeshExpression.hpp:137:63: note: Function 'MeshExpressionSpectral' argument 1 names different: declaration 'degrees' definition 'degree'.
freefem3d-1.0pre10/language/MeshExpression.cpp:196:61: note: Function 'MeshExpressionSpectral' argument 1 names different: declaration 'degrees' definition 'degree'.
freefem3d-1.0pre10/language/MeshExpression.cpp:437:46: style: Function 'MeshExpressionRead' argument 1 names different: declaration 'e' definition 'm'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/MeshExpression.hpp:223:48: note: Function 'MeshExpressionRead' argument 1 names different: declaration 'e' definition 'm'.
freefem3d-1.0pre10/language/MeshExpression.cpp:437:46: note: Function 'MeshExpressionRead' argument 1 names different: declaration 'e' definition 'm'.
freefem3d-1.0pre10/language/MeshExpression.cpp:437:1: warning: Member variable 'MeshExpressionRead::__meshVariable' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/MeshExpression.hpp:44:1: warning: The class 'MeshExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:95:1: warning: The class 'MeshExpressionStructured' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:124:1: warning: The class 'MeshExpressionSpectral' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:153:1: warning: The class 'MeshExpressionSurface' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:178:1: warning: The class 'MeshExpressionVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:205:1: warning: The class 'MeshExpressionRead' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:229:1: warning: The class 'MeshExpressionSimplify' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:247:1: warning: The class 'MeshExpressionExtract' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:271:1: warning: The class 'MeshExpressionTetrahedrize' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:303:1: warning: The class 'MeshExpressionTetrahedrizeDomain' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:354:1: warning: The class 'MeshExpressionTransform' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MeshExpression.hpp:380:1: warning: The class 'MeshExpressionPeriodic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:122:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:168:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:194:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:390:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:439:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:513:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:567:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:78:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:597:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:75:7: performance: Possible inefficient checking for '__realList' emptiness. [stlSize]
freefem3d-1.0pre10/language/MultiLinearExpression.cpp:83:7: performance: Possible inefficient checking for '__functionList' emptiness. [stlSize]
freefem3d-1.0pre10/language/OFStreamExpression.hpp:73:3: style: Class 'OFStreamExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/OFStreamExpressionVariable.hpp:75:3: style: Class 'OFStreamExpressionVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/language/OFStreamExpression.hpp:36:1: warning: The class 'OFStreamExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/OFStreamExpressionVariable.hpp:33:1: warning: The class 'OFStreamExpressionVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/OFStreamExpression.hpp:51:3: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/OFStreamExpression.hpp:51:3: note: Function in derived class
freefem3d-1.0pre10/language/OFStreamExpressionVariable.hpp:49:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/OFStreamExpression.hpp:51:3: note: Virtual function in base class
freefem3d-1.0pre10/language/OFStreamExpressionVariable.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/language/OFStreamExpressionVariable.hpp:60:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/OFStreamExpressionVariable.hpp:60:8: note: Function in derived class
freefem3d-1.0pre10/language/OStreamExpression.cpp:46:24: style: Function 'operator<<' argument 1 names different: declaration 'e' definition 'E'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/OStreamExpression.hpp:68:31: note: Function 'operator<<' argument 1 names different: declaration 'e' definition 'E'.
freefem3d-1.0pre10/language/OStreamExpression.cpp:46:24: note: Function 'operator<<' argument 1 names different: declaration 'e' definition 'E'.
freefem3d-1.0pre10/language/OStreamExpression.hpp:35:1: warning: The class 'OStreamExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEEquationExpression.cpp:32:67: style: Function 'PDEEquationExpression' argument 1 names different: declaration '__pdeOpSum' definition 'pdeOperatorSum'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/PDEEquationExpression.hpp:53:69: note: Function 'PDEEquationExpression' argument 1 names different: declaration '__pdeOpSum' definition 'pdeOperatorSum'.
freefem3d-1.0pre10/language/PDEEquationExpression.cpp:32:67: note: Function 'PDEEquationExpression' argument 1 names different: declaration '__pdeOpSum' definition 'pdeOperatorSum'.
freefem3d-1.0pre10/language/PDEEquationExpression.cpp:33:47: style: Function 'PDEEquationExpression' argument 2 names different: declaration '__secondMember' definition 'secondMember'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/PDEEquationExpression.hpp:54:42: note: Function 'PDEEquationExpression' argument 2 names different: declaration '__secondMember' definition 'secondMember'.
freefem3d-1.0pre10/language/PDEEquationExpression.cpp:33:47: note: Function 'PDEEquationExpression' argument 2 names different: declaration '__secondMember' definition 'secondMember'.
freefem3d-1.0pre10/language/PDEEquationExpression.cpp:23:24: warning: Member variable 'PDEEquationExpression::__pde' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/PDEEquationExpression.hpp:47:26: style: Technically the member function 'PDEEquationExpression::pde' can be const. [functionConst]
freefem3d-1.0pre10/language/PDEEquationExpression.cpp:47:24: note: Technically the member function 'PDEEquationExpression::pde' can be const.
freefem3d-1.0pre10/language/PDEEquationExpression.hpp:47:26: note: Technically the member function 'PDEEquationExpression::pde' can be const.
freefem3d-1.0pre10/language/PDEEquationExpression.hpp:28:1: warning: The class 'PDEEquationExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEOperatorExpression.cpp:206:21: style: Unused variable: matrixSet [unusedVariable]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:95:34: style: Technically the member function 'PDEScalarOperatorExpression::pdeOperator' can be const. [functionConst]
freefem3d-1.0pre10/language/PDEOperatorExpression.cpp:67:30: note: Technically the member function 'PDEScalarOperatorExpression::pdeOperator' can be const.
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:95:34: note: Technically the member function 'PDEScalarOperatorExpression::pdeOperator' can be const.
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:39:1: warning: The class 'PDEOperatorExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:70:1: warning: The class 'PDEScalarOperatorExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEOperatorExpression.hpp:105:1: warning: The class 'PDEVectorialOperatorExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEOperatorSumExpression.cpp:135:80: style: Function 'add' argument 1 names different: declaration 'p' definition 'P'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/PDEOperatorSumExpression.hpp:77:56: note: Function 'add' argument 1 names different: declaration 'p' definition 'P'.
freefem3d-1.0pre10/language/PDEOperatorSumExpression.cpp:135:80: note: Function 'add' argument 1 names different: declaration 'p' definition 'P'.
freefem3d-1.0pre10/language/PDEOperatorSumExpression.cpp:148:82: style: Function 'minus' argument 1 names different: declaration 'p' definition 'P'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/PDEOperatorSumExpression.hpp:79:58: note: Function 'minus' argument 1 names different: declaration 'p' definition 'P'.
freefem3d-1.0pre10/language/PDEOperatorSumExpression.cpp:148:82: note: Function 'minus' argument 1 names different: declaration 'p' definition 'P'.
freefem3d-1.0pre10/language/PDEOperatorSumExpression.hpp:58:43: style: Technically the member function 'PDEOperatorSumExpression::vectorPDEOperator' can be const. [functionConst]
freefem3d-1.0pre10/language/PDEOperatorSumExpression.cpp:30:27: note: Technically the member function 'PDEOperatorSumExpression::vectorPDEOperator' can be const.
freefem3d-1.0pre10/language/PDEOperatorSumExpression.hpp:58:43: note: Technically the member function 'PDEOperatorSumExpression::vectorPDEOperator' can be const.
freefem3d-1.0pre10/language/PDEOperatorSumExpression.hpp:29:1: warning: The class 'PDEOperatorSumExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:62:33: style: Technically the member function 'PDEProblemExpression::pdeProblem' can be const. [functionConst]
freefem3d-1.0pre10/language/PDEProblemExpression.cpp:25:53: note: Technically the member function 'PDEProblemExpression::pdeProblem' can be const.
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:62:33: note: Technically the member function 'PDEProblemExpression::pdeProblem' can be const.
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:98:44: style: Technically the member function 'PDEProblemExpressionDescription::pdeEquation' can be const. [functionConst]
freefem3d-1.0pre10/language/PDEProblemExpression.cpp:59:34: note: Technically the member function 'PDEProblemExpressionDescription::pdeEquation' can be const.
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:98:44: note: Technically the member function 'PDEProblemExpressionDescription::pdeEquation' can be const.
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:100:54: style: Technically the member function 'PDEProblemExpressionDescription::bcList' can be const. [functionConst]
freefem3d-1.0pre10/language/PDEProblemExpression.cpp:65:34: note: Technically the member function 'PDEProblemExpressionDescription::bcList' can be const.
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:100:54: note: Technically the member function 'PDEProblemExpressionDescription::bcList' can be const.
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:36:1: warning: The class 'PDEProblemExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDEProblemExpression.hpp:76:1: warning: The class 'PDEProblemExpressionDescription' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/PDESystemExpression.hpp:88:32: style: Technically the member function 'PDESystemExpression::pdeSystem' can be const. [functionConst]
freefem3d-1.0pre10/language/PDESystemExpression.cpp:23:51: note: Technically the member function 'PDESystemExpression::pdeSystem' can be const.
freefem3d-1.0pre10/language/PDESystemExpression.hpp:88:32: note: Technically the member function 'PDESystemExpression::pdeSystem' can be const.
freefem3d-1.0pre10/language/PDESystemExpression.hpp:41:1: warning: The class 'PDESystemExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/POVLexer.hpp:43:7: style: The function 'yylex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Lexer.hpp:105:15: note: Virtual function in base class
freefem3d-1.0pre10/language/POVLexer.hpp:43:7: note: Function in derived class
freefem3d-1.0pre10/language/RealExpression.cpp:186:30: style: Function '__integrate' argument 3 names different: declaration 'f' definition 'fe'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/RealExpression.hpp:211:86: note: Function '__integrate' argument 3 names different: declaration 'f' definition 'fe'.
freefem3d-1.0pre10/language/RealExpression.cpp:186:30: note: Function '__integrate' argument 3 names different: declaration 'f' definition 'fe'.
freefem3d-1.0pre10/language/RealExpression.cpp:81:25: warning: Member variable 'RealExpressionVariable::__variableName' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/RealExpression.hpp:211:10: performance: Technically the member function 'RealExpressionIntegrate::__integrate' can be static. [functionStatic]
freefem3d-1.0pre10/language/RealExpression.cpp:184:33: note: Technically the member function 'RealExpressionIntegrate::__integrate' can be static.
freefem3d-1.0pre10/language/RealExpression.hpp:211:10: note: Technically the member function 'RealExpressionIntegrate::__integrate' can be static.
freefem3d-1.0pre10/language/RealExpression.hpp:124:1: warning: The class 'RealExpressionBoolean' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:142:1: warning: The class 'RealExpressionVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:174:1: warning: The class 'RealExpressionFunctionEvaluate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:202:1: warning: The class 'RealExpressionIntegrate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/RealExpression.hpp:230:1: warning: The class 'RealExpressionMinMax' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/SceneExpression.hpp:35:1: warning: The class 'SceneExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/SceneExpression.hpp:75:1: warning: The class 'SceneExpressionPOVRay' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/SceneExpression.hpp:93:1: warning: The class 'SceneExpressionVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/SceneExpression.hpp:117:1: warning: The class 'SceneExpressionTransform' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/SolverExpression.cpp:288:9: style: C-style pointer casting [cstyleCast]
freefem3d-1.0pre10/language/SolverExpression.cpp:292:9: style: C-style pointer casting [cstyleCast]
freefem3d-1.0pre10/language/SolverExpression.cpp:387:9: style: C-style pointer casting [cstyleCast]
freefem3d-1.0pre10/language/SolverExpression.cpp:391:9: style: C-style pointer casting [cstyleCast]
freefem3d-1.0pre10/language/SolverExpression.cpp:93:48: style: Function '__setScene' argument 1 names different: declaration 'd' definition 'domainExp'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/SolverExpression.hpp:57:55: note: Function '__setScene' argument 1 names different: declaration 'd' definition 'domainExp'.
freefem3d-1.0pre10/language/SolverExpression.cpp:93:48: note: Function '__setScene' argument 1 names different: declaration 'd' definition 'domainExp'.
freefem3d-1.0pre10/language/SolverExpression.hpp:59:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:114:25: note: Virtual function in base class
freefem3d-1.0pre10/language/SolverExpression.hpp:59:17: note: Function in derived class
freefem3d-1.0pre10/language/SolverExpression.hpp:67:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Expression.hpp:126:16: note: Virtual function in base class
freefem3d-1.0pre10/language/SolverExpression.hpp:67:8: note: Function in derived class
freefem3d-1.0pre10/language/StringExpression.hpp:143:1: warning: The class 'StringExpressionReal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/UnknownExpressionDeclaration.hpp:40:8: style: The function '__preExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/UnknownExpression.hpp:38:16: note: Virtual function in base class
freefem3d-1.0pre10/language/UnknownExpressionDeclaration.hpp:40:8: note: Function in derived class
freefem3d-1.0pre10/language/UnknownExpressionFunction.hpp:30:8: style: The function '__preExecute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/UnknownExpression.hpp:38:16: note: Virtual function in base class
freefem3d-1.0pre10/language/UnknownExpressionFunction.hpp:30:8: note: Function in derived class
freefem3d-1.0pre10/language/Variable.hpp:97:1: warning: The class 'RealVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Variable.hpp:155:1: warning: The class 'Vector3Variable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Variable.hpp:184:1: warning: The class 'FunctionVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Variable.hpp:251:1: warning: The class 'MeshVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Variable.hpp:281:1: warning: The class 'SceneVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Variable.hpp:312:1: warning: The class 'DomainVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Variable.hpp:343:1: warning: The class 'OFStreamVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalDirichletListExpression.hpp:36:1: warning: The class 'VariationalDirichletListExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalFormulaExpression.cpp:257:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalFormulaExpression.cpp:301:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalFormulaExpression.cpp:338:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/language/VariationalFormulaExpression.cpp:563:1: warning: Member variable 'VariationalFormulaExpression::__bilinearBorderPlus' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/VariationalFormulaExpression.cpp:563:1: warning: Member variable 'VariationalFormulaExpression::__bilinearBorderMinus' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/VariationalFormulaExpression.cpp:563:1: warning: Member variable 'VariationalFormulaExpression::__linearBorderPlus' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/VariationalFormulaExpression.cpp:563:1: warning: Member variable 'VariationalFormulaExpression::__linearBorderMinus' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/language/VariationalFormulaExpression.hpp:43:1: warning: The class 'VariationalFormulaExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/VariationalProblemExpression.hpp:173:41: style: Technically the member function 'VariationalProblemExpression::variationalProblem' can be const. [functionConst]
freefem3d-1.0pre10/language/VariationalProblemExpression.cpp:484:31: note: Technically the member function 'VariationalProblemExpression::variationalProblem' can be const.
freefem3d-1.0pre10/language/VariationalProblemExpression.hpp:173:41: note: Technically the member function 'VariationalProblemExpression::variationalProblem' can be const.
freefem3d-1.0pre10/language/VariationalProblemExpression.hpp:47:1: warning: The class 'VariationalProblemExpression' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/Vector3Expression.hpp:204:1: warning: The class 'Vector3ExpressionVariable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/language/XMLLexer.cpp:35:24: style: Function 'XMLLexer' argument 1 names different: declaration 'in' definition 'In'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/XMLLexer.hpp:36:26: note: Function 'XMLLexer' argument 1 names different: declaration 'in' definition 'In'.
freefem3d-1.0pre10/language/XMLLexer.cpp:35:24: note: Function 'XMLLexer' argument 1 names different: declaration 'in' definition 'In'.
freefem3d-1.0pre10/language/XMLLexer.cpp:36:17: style: Function 'XMLLexer' argument 2 names different: declaration 'out' definition 'Out'. [funcArgNamesDifferent]
freefem3d-1.0pre10/language/XMLLexer.hpp:37:19: note: Function 'XMLLexer' argument 2 names different: declaration 'out' definition 'Out'.
freefem3d-1.0pre10/language/XMLLexer.cpp:36:17: note: Function 'XMLLexer' argument 2 names different: declaration 'out' definition 'Out'.
freefem3d-1.0pre10/language/XMLLexer.hpp:33:7: style: The function 'yylex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/language/Lexer.hpp:105:15: note: Virtual function in base class
freefem3d-1.0pre10/language/XMLLexer.hpp:33:7: note: Function in derived class
/home/delpino/src/ff3d/language/parse.ff.yy:1448:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
parse.pov.cc:2675:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
/home/delpino/src/ff3d/language/parse.xml.yy:118:94: style: Same expression on both sides of '-'. [duplicateExpression]
/home/delpino/src/ff3d/language/parse.xml.yy:150:48: style: Same expression on both sides of '-'. [duplicateExpression]
/home/delpino/src/ff3d/language/parse.xml.yy:155:48: style: Same expression on both sides of '-'. [duplicateExpression]
/home/delpino/src/ff3d/language/parse.xml.yy:162:77: style: Same expression on both sides of '-'. [duplicateExpression]
freefem3d-1.0pre10/solver/AnalyticShape.hpp:82:3: style: Class 'AnalyticShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:37:1: warning: The class 'ScalarFunctionBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/AnalyticShape.hpp:34:1: warning: The class 'AnalyticShape' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/Index.hpp:59:15: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem3d-1.0pre10/solver/Index.hpp:66:15: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem3d-1.0pre10/solver/Index.hpp:94:15: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem3d-1.0pre10/solver/Index.hpp:106:15: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem3d-1.0pre10/solver/Index.hpp:106:25: style: Unsigned variable 'j' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem3d-1.0pre10/solver/Index.hpp:106:35: style: Unsigned variable 'k' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem3d-1.0pre10/solver/Index.hpp:121:15: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.cpp:47:41: style: Function 'setMatrix' argument 1 names different: declaration 'A' definition 'givenA'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:46:48: note: Function 'setMatrix' argument 1 names different: declaration 'A' definition 'givenA'.
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.cpp:47:41: note: Function 'setMatrix' argument 1 names different: declaration 'A' definition 'givenA'.
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.cpp:241:47: style: Function 'setSecondMember' argument 1 names different: declaration 'A' definition 'givenA'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:49:54: note: Function 'setSecondMember' argument 1 names different: declaration 'A' definition 'givenA'.
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.cpp:241:47: note: Function 'setSecondMember' argument 1 names different: declaration 'A' definition 'givenA'.
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.cpp:242:33: style: Function 'setSecondMember' argument 2 names different: declaration 'b' definition 'givenb'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:50:40: note: Function 'setSecondMember' argument 2 names different: declaration 'b' definition 'givenb'.
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.cpp:242:33: note: Function 'setSecondMember' argument 2 names different: declaration 'b' definition 'givenb'.
freefem3d-1.0pre10/solver/Edge.hpp:204:3: warning: Member variable 'Edge::__reference' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/Mesh.hpp:216:3: warning: Member variable 'Mesh::__verticesCorrespondance' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/Mesh.hpp:216:3: warning: Member variable 'Mesh::__edgesSet' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/Index.hpp:128:3: warning: Member variable 'Index::__index' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/Vertex.hpp:64:3: style: 'Vertex::operator=' should return 'Vertex &'. [operatorEq]
freefem3d-1.0pre10/solver/Edge.hpp:152:3: style: 'Edge::operator=' should return 'Edge &'. [operatorEq]
freefem3d-1.0pre10/solver/Cell.hpp:199:3: style: 'Cell::operator=' should return 'Cell &'. [operatorEq]
freefem3d-1.0pre10/solver/SurfElem.hpp:89:3: style: 'SurfElem::operator=' should return 'SurfElem &'. [operatorEq]
freefem3d-1.0pre10/solver/CartesianHexahedron.hpp:88:3: style: 'CartesianHexahedron::operator=' should return 'CartesianHexahedron &'. [operatorEq]
freefem3d-1.0pre10/solver/Structured3DMeshShape.hpp:145:3: style: 'Structured3DMeshShape::operator=' should return 'Structured3DMeshShape &'. [operatorEq]
freefem3d-1.0pre10/solver/Index.hpp:71:3: style: 'Index::operator=' should return 'Index &'. [operatorEq]
freefem3d-1.0pre10/solver/Edge.hpp:238:5: performance: Variable '__verticesPair' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:92:5: performance: Variable '__dirichletList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/Cell.hpp:69:15: style: Technically the member function 'Cell::find' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:402:41: style: Technically the member function 'Mesh::verticesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:422:52: style: Technically the member function 'Mesh::verticesCorrespondance' can be const. [functionConst]
freefem3d-1.0pre10/solver/CartesianHexahedron.hpp:82:10: performance: Technically the member function 'CartesianHexahedron::numberOfEdges' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMesh.hpp:46:8: performance: Technically the member function 'SurfaceMesh::__computesFictitiousCells' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SpectralMesh.hpp:115:44: style: Technically the member function 'SpectralMesh::surfaceMesh' can be const. [functionConst]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:49:0: style: Technically the member function 'EdgesBuilder < SurfaceMeshOfQuadrangles >::edgesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < SurfaceMeshOfQuadrangles , Quadrangle >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:96:0: style: Technically the member function 'Mesh :: T_iterator < const SurfaceMeshOfQuadrangles , const Quadrangle >::operator*' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < const SurfaceMeshOfQuadrangles , const Quadrangle >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:96:0: style: Technically the member function 'Mesh :: T_iterator < const SpectralMesh , const CartesianHexahedron >::operator*' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < const SpectralMesh , const CartesianHexahedron >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/Domain.hpp:168:3: style: Class 'Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/DiscretizationType.hpp:114:3: style: Class 'DiscretizationType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/VerticesSet.hpp:105:3: style: Class 'VerticesSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/VerticesCorrespondance.hpp:93:3: style: Class 'VerticesCorrespondance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/EdgesSet.hpp:105:3: style: Class 'EdgesSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:248:3: style: Class 'SurfaceMeshOfQuadrangles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FacesSet.hpp:95:3: style: Class 'FacesSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/LegendreBasis.hpp:112:3: style: Class 'LegendreBasis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/SpectralConformTransformation.hpp:73:3: style: Class 'SpectralConformTransformation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/VariationalProblem.hpp:332:3: style: Class 'VariationalProblem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:54:0: style: Class 'EdgesBuilder < SurfaceMeshOfQuadrangles >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Connectivity.hpp:308:0: style: Class 'Connectivity < SpectralMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Problem.hpp:37:1: warning: The class 'Problem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/DiscretizationType.hpp:34:1: warning: The class 'DiscretizationType' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VerticesSet.hpp:37:1: warning: The class 'VerticesSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VerticesCorrespondance.hpp:37:1: warning: The class 'VerticesCorrespondance' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/EdgesSet.hpp:37:1: warning: The class 'EdgesSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/Mesh.hpp:40:1: warning: The class 'Mesh' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/FacesSet.hpp:26:1: warning: The class 'FacesSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/Boundary.hpp:33:1: warning: The class 'Boundary' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalBorderOperator.hpp:34:1: warning: The class 'VariationalBorderOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalBilinearBorderOperator.hpp:34:1: warning: The class 'VariationalBilinearBorderOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalLinearBorderOperator.hpp:34:1: warning: The class 'VariationalLinearBorderOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperator.hpp:30:1: warning: The class 'VariationalOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalBilinearOperator.hpp:34:1: warning: The class 'VariationalBilinearOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalLinearOperator.hpp:34:1: warning: The class 'VariationalLinearOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/PDECondition.hpp:35:1: warning: The class 'PDECondition' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryCondition.hpp:35:1: warning: The class 'BoundaryCondition' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryConditionSet.hpp:35:1: warning: The class 'BoundaryConditionSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalProblem.hpp:45:1: warning: The class 'VariationalProblem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalBorderOperatorAlphaUV.hpp:34:1: warning: The class 'VariationalBorderOperatorAlphaUV' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalBorderOperatorFV.hpp:33:1: warning: The class 'VariationalBorderOperatorFV' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryReferences.hpp:34:1: warning: The class 'BoundaryReferences' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/Quadrangle.hpp:77:31: style: The function 'normal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/SurfElem.hpp:104:38: note: Virtual function in base class
freefem3d-1.0pre10/solver/Quadrangle.hpp:77:31: note: Function in derived class
freefem3d-1.0pre10/solver/Quadrangle.hpp:101:10: style: The function 'numberOfVertices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:137:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/Quadrangle.hpp:101:10: note: Function in derived class
freefem3d-1.0pre10/solver/Quadrangle.hpp:111:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:144:22: note: Virtual function in base class
freefem3d-1.0pre10/solver/Quadrangle.hpp:111:22: note: Function in derived class
freefem3d-1.0pre10/solver/CartesianHexahedron.hpp:51:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:144:22: note: Virtual function in base class
freefem3d-1.0pre10/solver/CartesianHexahedron.hpp:51:22: note: Function in derived class
freefem3d-1.0pre10/solver/CartesianHexahedron.hpp:76:10: style: The function 'numberOfVertices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:137:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/CartesianHexahedron.hpp:76:10: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMesh.hpp:60:8: style: The function 'buildFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMesh.hpp:60:8: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMesh.hpp:122:15: style: The function 'hasFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:329:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMesh.hpp:122:15: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:177:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:241:23: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:177:15: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:183:8: style: The function 'buildEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:335:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:183:8: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:190:15: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:252:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:190:15: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:204:8: style: The function 'computesFictitiousCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/SurfaceMesh.hpp:70:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:204:8: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:231:24: style: The function 'numberOfCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:384:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfQuadrangles.hpp:231:24: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:87:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:241:23: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:87:15: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:108:8: style: The function 'buildEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:335:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:108:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:129:8: style: The function 'buildFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:129:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:136:15: style: The function 'hasFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:329:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:136:15: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:165:24: style: The function 'numberOfCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:384:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:165:24: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:291:15: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:252:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralMesh.hpp:291:15: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:44:8: style: The function 'getDiagonal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:69:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:44:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:46:8: style: The function 'setMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:71:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:46:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:49:8: style: The function 'setSecondMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:74:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:49:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:52:8: style: The function 'timesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:77:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:52:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:54:8: style: The function 'transposedTimesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:79:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationSpectral.hpp:54:8: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalProblem.hpp:224:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Problem.hpp:100:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalProblem.hpp:224:3: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalProblem.hpp:290:10: style: The function 'numberOfUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Problem.hpp:90:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalProblem.hpp:290:10: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalProblem.hpp:302:31: style: The function 'boundaryConditionSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Problem.hpp:110:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalProblem.hpp:302:31: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryReferences.hpp:43:8: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Boundary.hpp:48:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryReferences.hpp:43:8: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalProblem.hpp:332:81: performance: Function parameter 'bc' should be passed by const reference. [passedByValue]
freefem3d-1.0pre10/solver/VariationalProblem.hpp:230:8: style: Reading from empty STL container '__bilinearOperatorList' [reademptycontainer]
freefem3d-1.0pre10/solver/VariationalProblem.hpp:236:8: style: Reading from empty STL container '__linearOperatorList' [reademptycontainer]
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.cpp:35:48: style: Function 'BoundarySurfaceMesh' argument 1 names different: declaration 'b' definition 'B'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.hpp:48:50: note: Function 'BoundarySurfaceMesh' argument 1 names different: declaration 'b' definition 'B'.
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.cpp:35:48: note: Function 'BoundarySurfaceMesh' argument 1 names different: declaration 'b' definition 'B'.
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.cpp:43:57: style: Function 'BoundarySurfaceMesh' argument 1 names different: declaration 's' definition 'sm'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.hpp:50:59: note: Function 'BoundarySurfaceMesh' argument 1 names different: declaration 's' definition 'sm'.
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.cpp:43:57: note: Function 'BoundarySurfaceMesh' argument 1 names different: declaration 's' definition 'sm'.
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:49:0: style: Technically the member function 'EdgesBuilder < SurfaceMeshOfTriangles >::edgesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < SurfaceMeshOfTriangles , Triangle >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:96:0: style: Technically the member function 'Mesh :: T_iterator < const SurfaceMeshOfTriangles , const Triangle >::operator*' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < const SurfaceMeshOfTriangles , const Triangle >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.hpp:50:3: style: Class 'BoundarySurfaceMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:308:3: style: Class 'SurfaceMeshOfTriangles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:54:0: style: Class 'EdgesBuilder < SurfaceMeshOfTriangles >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Connectivity.hpp:308:0: style: Class 'Connectivity < SurfaceMeshOfTriangles >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.hpp:37:1: warning: The class 'BoundarySurfaceMesh' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.hpp:43:8: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Boundary.hpp:48:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundarySurfaceMesh.hpp:43:8: note: Function in derived class
freefem3d-1.0pre10/solver/Triangle.hpp:106:10: style: The function 'numberOfVertices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:137:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/Triangle.hpp:106:10: note: Function in derived class
freefem3d-1.0pre10/solver/Triangle.hpp:116:14: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:144:22: note: Virtual function in base class
freefem3d-1.0pre10/solver/Triangle.hpp:116:14: note: Function in derived class
freefem3d-1.0pre10/solver/Triangle.hpp:127:30: style: The function 'normal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/SurfElem.hpp:104:38: note: Virtual function in base class
freefem3d-1.0pre10/solver/Triangle.hpp:127:30: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:191:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:241:23: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:191:15: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:196:8: style: The function 'buildEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:335:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:196:8: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:223:15: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:252:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:223:15: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:241:8: style: The function 'computesFictitiousCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/SurfaceMesh.hpp:70:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:241:8: note: Function in derived class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:286:24: style: The function 'numberOfCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:384:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/SurfaceMeshOfTriangles.hpp:286:24: note: Function in derived class
freefem3d-1.0pre10/solver/ConformTransformation.cpp:144:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefem3d-1.0pre10/solver/Hexahedron.hpp:69:3: style: 'Hexahedron::operator=' should return 'Hexahedron &'. [operatorEq]
freefem3d-1.0pre10/solver/Tetrahedron.hpp:101:3: style: 'Tetrahedron::operator=' should return 'Tetrahedron &'. [operatorEq]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:189:8: style: Unused private function: 'ConformTransformationP1TriangleJacobian::dx' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:195:8: style: Unused private function: 'ConformTransformationP1TriangleJacobian::dy' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:201:8: style: Unused private function: 'ConformTransformationP1TriangleJacobian::dz' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:325:8: style: Unused private function: 'ConformTransformationQ1QuadrangleJacobian::dx' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:331:8: style: Unused private function: 'ConformTransformationQ1QuadrangleJacobian::dy' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:337:8: style: Unused private function: 'ConformTransformationQ1QuadrangleJacobian::dz' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:396:8: style: Unused private function: 'ConformTransformationQ1Hexahedron::__inside' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:727:8: style: Unused private function: 'ConformTransformationQ1CartesianHexahedronJacobian::dx' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:733:8: style: Unused private function: 'ConformTransformationQ1CartesianHexahedronJacobian::dy' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:739:8: style: Unused private function: 'ConformTransformationQ1CartesianHexahedronJacobian::dz' [unusedPrivateFunction]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:927:5: performance: Variable '__det' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/Hexahedron.hpp:63:10: performance: Technically the member function 'Hexahedron::numberOfEdges' can be static. [functionStatic]
freefem3d-1.0pre10/solver/Tetrahedron.hpp:95:10: performance: Technically the member function 'Tetrahedron::numberOfEdges' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:105:15: performance: Technically the member function 'ConformTransformationP1Triangle::dz' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:164:10: performance: Technically the member function 'ConformTransformationP1Triangle::integrate' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.cpp:175:34: note: Technically the member function 'ConformTransformationP1Triangle::integrate' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:164:10: note: Technically the member function 'ConformTransformationP1Triangle::integrate' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:189:8: performance: Technically the member function 'ConformTransformationP1TriangleJacobian::dx' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:195:8: performance: Technically the member function 'ConformTransformationP1TriangleJacobian::dy' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:201:8: performance: Technically the member function 'ConformTransformationP1TriangleJacobian::dz' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:286:15: performance: Technically the member function 'ConformTransformationQ1Quadrangle::invertT' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:300:10: performance: Technically the member function 'ConformTransformationQ1Quadrangle::integrate' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.cpp:185:36: note: Technically the member function 'ConformTransformationQ1Quadrangle::integrate' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:300:10: note: Technically the member function 'ConformTransformationQ1Quadrangle::integrate' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:325:8: performance: Technically the member function 'ConformTransformationQ1QuadrangleJacobian::dx' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:331:8: performance: Technically the member function 'ConformTransformationQ1QuadrangleJacobian::dy' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:337:8: performance: Technically the member function 'ConformTransformationQ1QuadrangleJacobian::dz' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:482:10: performance: Technically the member function 'ConformTransformationQ1Hexahedron::integrate' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.cpp:26:36: note: Technically the member function 'ConformTransformationQ1Hexahedron::integrate' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:482:10: note: Technically the member function 'ConformTransformationQ1Hexahedron::integrate' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:701:10: performance: Technically the member function 'ConformTransformationQ1CartesianHexahedron::integrateCharacteristic' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.cpp:139:1: note: Technically the member function 'ConformTransformationQ1CartesianHexahedron::integrateCharacteristic' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:701:10: note: Technically the member function 'ConformTransformationQ1CartesianHexahedron::integrateCharacteristic' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:873:10: performance: Technically the member function 'ConformTransformationP1Tetrahedron::integrate' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ConformTransformation.cpp:129:37: note: Technically the member function 'ConformTransformationP1Tetrahedron::integrate' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:873:10: note: Technically the member function 'ConformTransformationP1Tetrahedron::integrate' can be static.
freefem3d-1.0pre10/solver/ConformTransformation.hpp:166:3: style: Class 'ConformTransformationP1Triangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:230:3: style: Class 'ConformTransformationP1TriangleJacobian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:302:3: style: Class 'ConformTransformationQ1Quadrangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:366:3: style: Class 'ConformTransformationQ1QuadrangleJacobian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:484:3: style: Class 'ConformTransformationQ1Hexahedron' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:551:3: style: Class 'ConformTransformationQ1HexahedronJacobian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:703:3: style: Class 'ConformTransformationQ1CartesianHexahedron' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:772:3: style: Class 'ConformTransformationQ1CartesianHexahedronJacobian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:875:3: style: Class 'ConformTransformationP1Tetrahedron' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConformTransformation.hpp:922:3: style: Class 'ConformTransformationP1TetrahedronJacobian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Hexahedron.hpp:51:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:144:22: note: Virtual function in base class
freefem3d-1.0pre10/solver/Hexahedron.hpp:51:22: note: Function in derived class
freefem3d-1.0pre10/solver/Hexahedron.hpp:57:10: style: The function 'numberOfVertices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:137:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/Hexahedron.hpp:57:10: note: Function in derived class
freefem3d-1.0pre10/solver/Tetrahedron.hpp:52:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:144:22: note: Virtual function in base class
freefem3d-1.0pre10/solver/Tetrahedron.hpp:52:22: note: Function in derived class
freefem3d-1.0pre10/solver/Tetrahedron.hpp:89:10: style: The function 'numberOfVertices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Cell.hpp:137:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/Tetrahedron.hpp:89:10: note: Function in derived class
freefem3d-1.0pre10/solver/DegreeOfFreedomPositionsSet.cpp:233:14: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:201:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:268:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:3: warning: Member variable 'ConnectivityBuilder::__buildVertexToVertices' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:3: warning: Member variable 'ConnectivityBuilder::__buildVertexToVerticesGeneralized' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:109:44: style: Technically the member function 'Structured3DMesh::surfaceMesh' can be const. [functionConst]
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:104:44: style: Technically the member function 'MeshOfTetrahedra::surfaceMesh' can be const. [functionConst]
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:107:44: style: Technically the member function 'MeshOfHexahedra::surfaceMesh' can be const. [functionConst]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:618:3: performance: Technically the member function 'SurfaceLinker < Mesh :: volume >::SurfaceLinker' can be static. [functionStatic]
freefem3d-1.0pre10/solver/DegreeOfFreedomPositionsSet.cpp:55:10: performance: Technically the member function 'Builder::__computeFEMNbDOF' can be static. [functionStatic]
freefem3d-1.0pre10/solver/DegreeOfFreedomPositionsSet.cpp:270:8: performance: Technically the member function 'Builder::__buildLegendre' can be static. [functionStatic]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:49:0: style: Technically the member function 'EdgesBuilder < MeshOfTriangles >::edgesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:96:0: style: Technically the member function 'Mesh :: T_iterator < const Structured3DMesh , const CartesianHexahedron >::operator*' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < const Structured3DMesh , const CartesianHexahedron >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:96:0: style: Technically the member function 'Mesh :: T_iterator < const MeshOfTetrahedra , const Tetrahedron >::operator*' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < const MeshOfTetrahedra , const Tetrahedron >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:96:0: style: Technically the member function 'Mesh :: T_iterator < const MeshOfHexahedra , const Hexahedron >::operator*' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < const MeshOfHexahedra , const Hexahedron >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:96:0: style: Technically the member function 'Mesh :: T_iterator < const MeshOfTriangles , const Triangle >::operator*' can be const. [functionConst]
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < const MeshOfTriangles , const Triangle >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:262:3: style: Class 'MeshOfTriangles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:3: style: Class 'ConnectivityBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/DegreeOfFreedomPositionsSet.cpp:294:3: style: Class 'Builder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Connectivity.hpp:308:0: style: Class 'Connectivity < Structured3DMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Connectivity.hpp:308:0: style: Class 'Connectivity < MeshOfTetrahedra >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Connectivity.hpp:308:0: style: Class 'Connectivity < MeshOfHexahedra >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Connectivity.hpp:308:0: style: Class 'Connectivity < MeshOfTriangles >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:54:0: style: Class 'EdgesBuilder < MeshOfTriangles >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:93:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:241:23: note: Virtual function in base class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:93:15: note: Function in derived class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:102:8: style: The function 'buildEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:335:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:102:8: note: Function in derived class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:123:8: style: The function 'buildFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:123:8: note: Function in derived class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:130:15: style: The function 'hasFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:329:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:130:15: note: Function in derived class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:159:24: style: The function 'numberOfCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:384:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:159:24: note: Function in derived class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:285:15: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:252:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:285:15: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:81:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:241:23: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:81:15: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:87:15: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:252:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:87:15: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:115:24: style: The function 'numberOfCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:384:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:115:24: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:124:8: style: The function 'buildEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:335:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:124:8: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:131:8: style: The function 'hasFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:329:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:131:8: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:139:8: style: The function 'buildFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTetrahedra.hpp:139:8: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:85:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:241:23: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:85:15: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:91:15: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:252:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:91:15: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:121:8: style: The function 'buildEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:335:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:121:8: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:127:8: style: The function 'hasFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:329:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:127:8: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:136:8: style: The function 'buildFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:136:8: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:162:24: style: The function 'numberOfCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:384:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfHexahedra.hpp:162:24: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:70:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:241:23: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:70:15: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:81:8: style: The function 'buildFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:323:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:81:8: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:86:8: style: The function 'buildEdges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:335:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:86:8: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:113:15: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:252:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:113:15: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:207:24: style: The function 'numberOfCells' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:384:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:207:24: note: Function in derived class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:222:15: style: The function 'hasFaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Mesh.hpp:329:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/MeshOfTriangles.hpp:222:15: note: Function in derived class
freefem3d-1.0pre10/solver/LagrangianFiniteElement.hpp:365:0: style: Exception should be caught by reference. [catchExceptionByValue]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:324:7: error: Same iterator is used with different containers 'cellList' and 'second'. [iterators]
freefem3d-1.0pre10/solver/DegreeOfFreedomSetBuilder.cpp:328:32: style: Function 'DegreeOfFreedomSetBuilder' argument 2 names different: declaration 'discretizationType' definition 'discretization'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/DegreeOfFreedomSetBuilder.hpp:148:34: note: Function 'DegreeOfFreedomSetBuilder' argument 2 names different: declaration 'discretizationType' definition 'discretization'.
freefem3d-1.0pre10/solver/DegreeOfFreedomSetBuilder.cpp:328:32: note: Function 'DegreeOfFreedomSetBuilder' argument 2 names different: declaration 'discretizationType' definition 'discretization'.
freefem3d-1.0pre10/solver/DegreeOfFreedomSetBuilder.hpp:72:10: performance: Technically the member function 'DegreeOfFreedomSetBuilder::__buildFEMCorrespondance' can be static. [functionStatic]
freefem3d-1.0pre10/solver/DegreeOfFreedomSetBuilder.cpp:51:1: note: Technically the member function 'DegreeOfFreedomSetBuilder::__buildFEMCorrespondance' can be static.
freefem3d-1.0pre10/solver/DegreeOfFreedomSetBuilder.hpp:72:10: note: Technically the member function 'DegreeOfFreedomSetBuilder::__buildFEMCorrespondance' can be static.
freefem3d-1.0pre10/solver/DegreeOfFreedomSetBuilder.hpp:134:38: style: Technically the member function 'DegreeOfFreedomSetBuilder::positionsSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/DegreeOfFreedomSetManager.cpp:45:36: performance: Use const reference for 'type' to avoid unnecessary data copying. [redundantCopyLocalConst]
freefem3d-1.0pre10/solver/PDEOperatorSum.hpp:102:3: style: 'PDEOperatorSum::operator=' should return 'PDEOperatorSum &'. [operatorEq]
freefem3d-1.0pre10/solver/PDE.hpp:111:3: style: 'PDE::operator=' should return 'PDE &'. [operatorEq]
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.hpp:91:3: style: Technically the member function 'ScalarFunctionBuilder::getBuiltFunction' can be const. [functionConst]
freefem3d-1.0pre10/solver/DivMuGrad.hpp:67:3: style: Technically the member function 'DivMuGrad::coefficient' can be const. [functionConst]
freefem3d-1.0pre10/solver/ElementaryMatrixSet.hpp:167:3: style: Class 'ElementaryMatrixSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/VectorialPDEOperator.hpp:170:3: style: Class 'VectorialPDEOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/BinaryOperation.hpp:174:3: style: Class 'BinaryOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/BinaryOperation.hpp:185:3: style: Class 'BinaryOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/PDESystem.hpp:168:3: style: Class 'PDESystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/MassOperator.hpp:98:3: style: Class 'MassOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FirstOrderOperator.hpp:151:3: style: Class 'FirstOrderOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/DivMuGrad.hpp:129:3: style: Class 'DivMuGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/SecondOrderOperator.hpp:157:3: style: Class 'SecondOrderOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/PDEOperator.hpp:38:1: warning: The class 'PDEOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/PDEOperatorSum.hpp:40:1: warning: The class 'PDEOperatorSum' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BinaryOperation.hpp:33:1: warning: The class 'BinaryOperation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/PDEProblem.hpp:36:1: warning: The class 'PDEProblem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/PDESystem.hpp:40:1: warning: The class 'PDESystem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/MassOperator.hpp:34:1: warning: The class 'MassOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/FirstOrderOperator.hpp:41:1: warning: The class 'FirstOrderOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/DivMuGrad.hpp:52:1: warning: The class 'DivMuGrad' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/SecondOrderOperator.hpp:39:1: warning: The class 'SecondOrderOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperatorMuGradUGradV.hpp:34:1: warning: The class 'VariationalMuGradUGradVOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperatorAlphaDxUDxV.hpp:36:1: warning: The class 'VariationalAlphaDxUDxVOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperatorNuUdxV.hpp:35:1: warning: The class 'VariationalNuUdxVOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperatorNuDxUV.hpp:35:1: warning: The class 'VariationalNuDxUVOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperatorAlphaUV.hpp:35:1: warning: The class 'VariationalAlphaUVOperator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/DiscretizedOperators.hpp:67:3: warning: The class 'FunctionAndPosition' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/PDESystem.hpp:93:3: style: The function 'boundaryConditionSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Problem.hpp:110:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/PDESystem.hpp:93:3: note: Function in derived class
freefem3d-1.0pre10/solver/PDESystem.hpp:106:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Problem.hpp:100:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/PDESystem.hpp:106:3: note: Function in derived class
freefem3d-1.0pre10/solver/PDESystem.hpp:121:10: style: The function 'numberOfUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Problem.hpp:90:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/PDESystem.hpp:121:10: note: Function in derived class
freefem3d-1.0pre10/solver/MassOperator.hpp:47:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:74:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/MassOperator.hpp:47:15: note: Function in derived class
freefem3d-1.0pre10/solver/MassOperator.hpp:71:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:95:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/MassOperator.hpp:71:3: note: Function in derived class
freefem3d-1.0pre10/solver/MassOperator.hpp:85:3: style: The function 'operator-' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:103:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/MassOperator.hpp:85:3: note: Function in derived class
freefem3d-1.0pre10/solver/FirstOrderOperator.hpp:58:3: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:74:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/FirstOrderOperator.hpp:58:3: note: Function in derived class
freefem3d-1.0pre10/solver/FirstOrderOperator.hpp:107:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:95:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/FirstOrderOperator.hpp:107:3: note: Function in derived class
freefem3d-1.0pre10/solver/FirstOrderOperator.hpp:130:3: style: The function 'operator-' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:103:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/FirstOrderOperator.hpp:130:3: note: Function in derived class
freefem3d-1.0pre10/solver/DivMuGrad.hpp:78:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:74:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/DivMuGrad.hpp:78:15: note: Function in derived class
freefem3d-1.0pre10/solver/DivMuGrad.hpp:102:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:95:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/DivMuGrad.hpp:102:3: note: Function in derived class
freefem3d-1.0pre10/solver/DivMuGrad.hpp:116:3: style: The function 'operator-' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:103:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/DivMuGrad.hpp:116:3: note: Function in derived class
freefem3d-1.0pre10/solver/SecondOrderOperator.hpp:71:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:74:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/SecondOrderOperator.hpp:71:15: note: Function in derived class
freefem3d-1.0pre10/solver/SecondOrderOperator.hpp:109:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:95:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/SecondOrderOperator.hpp:109:3: note: Function in derived class
freefem3d-1.0pre10/solver/SecondOrderOperator.hpp:134:3: style: The function 'operator-' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDEOperator.hpp:103:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/SecondOrderOperator.hpp:134:3: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalOperatorMuGradUGradV.hpp:62:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/VariationalBilinearOperator.hpp:93:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalOperatorMuGradUGradV.hpp:62:3: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalOperatorAlphaDxUDxV.hpp:84:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/VariationalBilinearOperator.hpp:93:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalOperatorAlphaDxUDxV.hpp:84:3: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalOperatorNuUdxV.hpp:73:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/VariationalBilinearOperator.hpp:93:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalOperatorNuUdxV.hpp:73:3: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalOperatorNuDxUV.hpp:72:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/VariationalBilinearOperator.hpp:93:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalOperatorNuDxUV.hpp:72:3: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalOperatorAlphaUV.hpp:61:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/VariationalBilinearOperator.hpp:93:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalOperatorAlphaUV.hpp:61:3: note: Function in derived class
freefem3d-1.0pre10/solver/Domain.cpp:39:1: warning: Member variable 'Domain::__povToReference' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/Domain.hpp:46:1: warning: The class 'Domain' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/EliminatedFictitiousDomain.cpp:48:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/EliminatedFictitiousDomain.cpp:65:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/EliminatedFictitiousDomain.cpp:69:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/Reference.hpp:110:20: warning: Member variable 'Reference::__insideDomain' is not assigned a value in 'Reference::operator='. [operatorEqVarError]
freefem3d-1.0pre10/solver/Reference.hpp:147:3: warning: Member variable 'Reference::__insideDomain' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/Reference.hpp:152:3: warning: Member variable 'Reference::__insideDomain' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/Reference.hpp:110:3: style: 'Reference::operator=' should return 'Reference &'. [operatorEq]
freefem3d-1.0pre10/solver/BoundaryConditionFDMDiscretization.hpp:43:8: performance: Technically the member function 'BoundaryConditionFDMDiscretization::__markFictitiousCells' can be static. [functionStatic]
freefem3d-1.0pre10/solver/Reference.hpp:158:3: style: Class 'Reference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/MeshExtractor.hpp:140:0: style: Class 'MeshExtractor < SurfaceMeshOfTriangles >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/Dirichlet.hpp:36:1: warning: The class 'Dirichlet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryPOVRay.hpp:34:1: warning: The class 'BoundaryPOVRay' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/Neumann.hpp:45:1: warning: The class 'Neumann' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/Fourrier.hpp:43:1: warning: The class 'Fourrier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryConditionSurfaceMeshAssociation.hpp:52:1: warning: The class 'BoundaryConditionSurfaceMeshAssociation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:42:3: warning: The class '__SetSecondMemberDirichlet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/MeshExtractor.hpp:73:0: warning: The class 'MeshExtractor < SurfaceMeshOfTriangles >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:110:8: style: The function 'Discretize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Method.hpp:44:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:110:8: note: Function in derived class
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:117:8: style: The function 'Compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Method.hpp:45:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:117:8: note: Function in derived class
freefem3d-1.0pre10/solver/EliminatedFictitiousDomain.hpp:63:54: style: The function 'discretizeBoundaryConditions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:95:62: note: Virtual function in base class
freefem3d-1.0pre10/solver/EliminatedFictitiousDomain.hpp:63:54: note: Function in derived class
freefem3d-1.0pre10/solver/Dirichlet.hpp:61:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDECondition.hpp:56:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/Dirichlet.hpp:61:15: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryPOVRay.hpp:47:8: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Boundary.hpp:48:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryPOVRay.hpp:47:8: note: Function in derived class
freefem3d-1.0pre10/solver/Neumann.hpp:70:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDECondition.hpp:56:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/Neumann.hpp:70:15: note: Function in derived class
freefem3d-1.0pre10/solver/Fourrier.hpp:83:15: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/PDECondition.hpp:56:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/Fourrier.hpp:83:15: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionFDMDiscretization.hpp:52:8: style: The function 'associatesMeshesToBoundaryConditions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionCommonFEMDiscretization.hpp:127:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionFDMDiscretization.hpp:52:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:181:8: style: The function 'getDiagonal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:69:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:181:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:193:8: style: The function 'setMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:71:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:193:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:223:8: style: The function 'setSecondMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:74:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:223:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:238:8: style: The function 'timesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:77:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:238:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:254:8: style: The function 'transposedTimesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:79:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationElimination.hpp:254:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMFunctionBuilder.cpp:128:33: style: Function 'build' argument 3 names different: declaration 'f' definition 'u'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/FEMFunctionBuilder.hpp:75:33: note: Function 'build' argument 3 names different: declaration 'f' definition 'u'.
freefem3d-1.0pre10/solver/FEMFunctionBuilder.cpp:128:33: note: Function 'build' argument 3 names different: declaration 'f' definition 'u'.
freefem3d-1.0pre10/solver/FEMFunctionBuilder.hpp:96:38: style: Technically the member function 'FEMFunctionBuilder::getBuiltFEMFunction' can be const. [functionConst]
freefem3d-1.0pre10/solver/FEMFunctionBuilder.cpp:151:1: note: Technically the member function 'FEMFunctionBuilder::getBuiltFEMFunction' can be const.
freefem3d-1.0pre10/solver/FEMFunctionBuilder.hpp:96:38: note: Technically the member function 'FEMFunctionBuilder::getBuiltFEMFunction' can be const.
freefem3d-1.0pre10/solver/FEMFunction.hpp:219:3: style: Class 'FEMFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FEMFunctionBase.hpp:64:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMFunctionBase.hpp:64:17: note: Function in derived class
freefem3d-1.0pre10/solver/FEMFunctionBase.hpp:107:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMFunctionBase.hpp:107:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMFunction.hpp:74:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMFunction.hpp:74:10: note: Function in derived class
freefem3d-1.0pre10/solver/FEMFunction.hpp:100:8: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/FEMFunctionBase.hpp:195:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMFunction.hpp:100:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMFunction.hpp:131:3: style: The function 'gradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/FEMFunctionBase.hpp:205:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMFunction.hpp:131:3: note: Function in derived class
freefem3d-1.0pre10/solver/Mesh.hpp:135:43: style: Technically the member function 'Mesh::T_iterator::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/PDESolution.hpp:47:38: style: Technically the member function 'PDESolution::values' can be const. [functionConst]
freefem3d-1.0pre10/solver/Connectivity.hpp:308:3: style: Class 'Connectivity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/PDESolution.hpp:62:3: style: Class 'PDESolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FEMSolution.hpp:39:3: style: Class 'FEMSolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FatBoundary.cpp:29:63: style: Function 'Discretize' argument 1 names different: declaration 'problem' definition 'Pb'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/FatBoundary.hpp:78:52: note: Function 'Discretize' argument 1 names different: declaration 'problem' definition 'Pb'.
freefem3d-1.0pre10/solver/FatBoundary.cpp:29:63: note: Function 'Discretize' argument 1 names different: declaration 'problem' definition 'Pb'.
freefem3d-1.0pre10/solver/BaseFEMDiscretization.hpp:114:3: performance: Technically the member function 'BaseFEMDiscretization::generatesElementaryVector' can be static. [functionStatic]
freefem3d-1.0pre10/solver/BaseFEMDiscretization.hpp:173:3: performance: Technically the member function 'BaseFEMDiscretization::generatesElementaryMatrix' can be static. [functionStatic]
freefem3d-1.0pre10/solver/Discretization.hpp:42:1: warning: The class 'Discretization' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperatorFV.hpp:35:1: warning: The class 'VariationalOperatorFV' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperatorFdxGV.hpp:35:1: warning: The class 'VariationalOperatorFdxGV' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperatorFdxV.hpp:35:1: warning: The class 'VariationalOperatorFdxV' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/VariationalOperatorFgradGgradV.hpp:35:1: warning: The class 'VariationalOperatorFgradGgradV' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/FatBoundary.hpp:78:8: style: The function 'Discretize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Method.hpp:44:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FatBoundary.hpp:78:8: note: Function in derived class
freefem3d-1.0pre10/solver/FatBoundary.hpp:80:8: style: The function 'Compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Method.hpp:45:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FatBoundary.hpp:80:8: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalOperatorFV.hpp:60:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/VariationalLinearOperator.hpp:68:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalOperatorFV.hpp:60:3: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalOperatorFdxGV.hpp:83:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/VariationalLinearOperator.hpp:68:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalOperatorFdxGV.hpp:83:3: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalOperatorFdxV.hpp:71:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/VariationalLinearOperator.hpp:68:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalOperatorFdxV.hpp:71:3: note: Function in derived class
freefem3d-1.0pre10/solver/VariationalOperatorFgradGgradV.hpp:73:3: style: The function 'operator*' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/VariationalLinearOperator.hpp:68:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/VariationalOperatorFgradGgradV.hpp:73:3: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:93:8: style: The function 'assembleMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:83:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:93:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:171:8: style: The function 'timesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:112:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:171:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:228:8: style: The function 'transposedTimesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:104:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:228:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:284:8: style: The function 'getDiagonal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:96:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:284:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:333:8: style: The function 'assembleSecondMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:333:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:685:8: style: The function 'assembleMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:83:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:685:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:765:8: style: The function 'timesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:112:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:765:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:826:8: style: The function 'transposedTimesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:104:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:826:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:886:8: style: The function 'getDiagonal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:96:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:886:8: note: Function in derived class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:935:8: style: The function 'assembleSecondMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FEMDiscretization.hpp:935:8: note: Function in derived class
freefem3d-1.0pre10/solver/FictitiousDomainMethod.cpp:51:48: style: Function 'Compute' argument 1 names different: declaration 'u' definition 'U'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:117:27: note: Function 'Compute' argument 1 names different: declaration 'u' definition 'U'.
freefem3d-1.0pre10/solver/FictitiousDomainMethod.cpp:51:48: note: Function 'Compute' argument 1 names different: declaration 'u' definition 'U'.
freefem3d-1.0pre10/solver/FictitiousDomainMethod.cpp:70:51: style: Function '__integrateCharacteristicFunction' argument 1 names different: declaration 'e' definition 'k'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:72:60: note: Function '__integrateCharacteristicFunction' argument 1 names different: declaration 'e' definition 'k'.
freefem3d-1.0pre10/solver/FictitiousDomainMethod.cpp:70:51: note: Function '__integrateCharacteristicFunction' argument 1 names different: declaration 'e' definition 'k'.
freefem3d-1.0pre10/solver/FictitiousDomainMethod.cpp:70:68: style: Function '__integrateCharacteristicFunction' argument 2 names different: declaration 'D' definition 'd'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:72:77: note: Function '__integrateCharacteristicFunction' argument 2 names different: declaration 'D' definition 'd'.
freefem3d-1.0pre10/solver/FictitiousDomainMethod.cpp:70:68: note: Function '__integrateCharacteristicFunction' argument 2 names different: declaration 'D' definition 'd'.
freefem3d-1.0pre10/solver/FictitiousDomainMethod.cpp:250:73: style: Function 'Discretize' argument 1 names different: declaration 'P' definition 'givenProblem'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:110:52: note: Function 'Discretize' argument 1 names different: declaration 'P' definition 'givenProblem'.
freefem3d-1.0pre10/solver/FictitiousDomainMethod.cpp:250:73: note: Function 'Discretize' argument 1 names different: declaration 'P' definition 'givenProblem'.
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:72:10: performance: Technically the member function 'FictitiousDomainMethod::__integrateCharacteristicFunction' can be static. [functionStatic]
freefem3d-1.0pre10/solver/FictitiousDomainMethod.cpp:70:1: note: Technically the member function 'FictitiousDomainMethod::__integrateCharacteristicFunction' can be static.
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:72:10: note: Technically the member function 'FictitiousDomainMethod::__integrateCharacteristicFunction' can be static.
freefem3d-1.0pre10/solver/FiniteElementMethod.cpp:172:46: style: Function 'Compute' argument 1 names different: declaration 'u' definition 'U'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/FiniteElementMethod.hpp:69:28: note: Function 'Compute' argument 1 names different: declaration 'u' definition 'U'.
freefem3d-1.0pre10/solver/FiniteElementMethod.cpp:172:46: note: Function 'Compute' argument 1 names different: declaration 'u' definition 'U'.
freefem3d-1.0pre10/solver/FiniteElementMethod.hpp:67:8: style: The function 'Discretize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Method.hpp:44:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FiniteElementMethod.hpp:67:8: note: Function in derived class
freefem3d-1.0pre10/solver/FiniteElementMethod.hpp:69:8: style: The function 'Compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Method.hpp:45:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/FiniteElementMethod.hpp:69:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:47:8: style: The function 'getDiagonal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:69:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:47:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:61:8: style: The function 'setMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:71:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:61:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:95:8: style: The function 'setSecondMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:74:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:95:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:112:8: style: The function 'timesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:77:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:112:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:130:8: style: The function 'transposedTimesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:79:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationFEM.hpp:130:8: note: Function in derived class
freefem3d-1.0pre10/solver/GaussLobatto.cpp:48:28: style: Function 'GaussLobatto' argument 1 names different: declaration 'd' definition 'degree'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/GaussLobatto.hpp:99:30: note: Function 'GaussLobatto' argument 1 names different: declaration 'd' definition 'degree'.
freefem3d-1.0pre10/solver/GaussLobatto.cpp:48:28: note: Function 'GaussLobatto' argument 1 names different: declaration 'd' definition 'degree'.
freefem3d-1.0pre10/solver/GmshFormatReader.cpp:386:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefem3d-1.0pre10/solver/GmshFormatReader.cpp:254:13: style: Checking if unsigned variable 'a' is less than zero. This might be a false warning. [unsignedLessThanZero]
freefem3d-1.0pre10/solver/GmshFormatReader.cpp:254:22: style: Checking if unsigned variable 'b' is less than zero. This might be a false warning. [unsignedLessThanZero]
freefem3d-1.0pre10/solver/GmshFormatReader.cpp:254:31: style: Checking if unsigned variable 'c' is less than zero. This might be a false warning. [unsignedLessThanZero]
freefem3d-1.0pre10/solver/GmshFormatReader.cpp:274:13: style: Checking if unsigned variable 'a' is less than zero. This might be a false warning. [unsignedLessThanZero]
freefem3d-1.0pre10/solver/GmshFormatReader.cpp:274:22: style: Checking if unsigned variable 'b' is less than zero. This might be a false warning. [unsignedLessThanZero]
freefem3d-1.0pre10/solver/GmshFormatReader.cpp:274:31: style: Checking if unsigned variable 'c' is less than zero. This might be a false warning. [unsignedLessThanZero]
freefem3d-1.0pre10/solver/GmshFormatReader.cpp:274:40: style: Checking if unsigned variable 'd' is less than zero. This might be a false warning. [unsignedLessThanZero]
freefem3d-1.0pre10/solver/MeshReader.hpp:153:27: style: Technically the member function 'MeshReader::mesh' can be const. [functionConst]
freefem3d-1.0pre10/solver/MeshReader.hpp:163:3: style: Class 'MeshReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/MeshReader.hpp:143:5: style: Class 'Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/GmshFormatReader.hpp:216:3: style: Class 'GmshFormatReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/MeshGenerator.hpp:32:1: warning: The class 'MeshGenerator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/Interval.hpp:33:1: warning: The class 'Interval' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/KrylovSolver.cpp:129:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/LegendreBasis.cpp:54:23: style: Function 'getDerivativeValues' argument 2 names different: declaration 'values' definition 'derivateValues'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/LegendreBasis.hpp:94:23: note: Function 'getDerivativeValues' argument 2 names different: declaration 'values' definition 'derivateValues'.
freefem3d-1.0pre10/solver/LegendreBasis.cpp:54:23: note: Function 'getDerivativeValues' argument 2 names different: declaration 'values' definition 'derivateValues'.
freefem3d-1.0pre10/solver/LegendreSolution.hpp:38:3: style: Class 'LegendreSolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ScalarFunctionConstant.hpp:80:3: style: Class 'ScalarFunctionConstant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/SpectralFunction.hpp:403:3: style: Class 'SpectralFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ScalarFunctionConstant.hpp:48:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionConstant.hpp:48:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionConstant.hpp:60:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionConstant.hpp:60:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionConstant.hpp:70:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionConstant.hpp:70:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralFunction.hpp:96:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralFunction.hpp:96:17: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralFunction.hpp:152:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralFunction.hpp:152:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralFunction.hpp:174:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralFunction.hpp:174:10: note: Function in derived class
freefem3d-1.0pre10/solver/MatrixManagement.cpp:66:19: style: Condition 'keepMatrix==-1' is always true [knownConditionTrueFalse]
freefem3d-1.0pre10/solver/MatrixManagement.cpp:64:21: note: Assignment 'keepMatrix=-1', assigned value is -1
freefem3d-1.0pre10/solver/MatrixManagement.cpp:66:19: note: Condition 'keepMatrix==-1' is always true
freefem3d-1.0pre10/solver/MatrixManagement.cpp:66:19: style: Same expression on both sides of '==' because the value of 'keepMatrix' and '-1' are the same. [duplicateExpression]
freefem3d-1.0pre10/solver/MatrixManagement.cpp:64:21: note: 'keepMatrix' is assigned value '-1' here.
freefem3d-1.0pre10/solver/MatrixManagement.cpp:66:19: note: Same expression on both sides of '==' because the value of 'keepMatrix' and '-1' are the same.
freefem3d-1.0pre10/solver/MeshTetrahedrizor.hpp:94:3: style: Class 'MeshTetrahedrizor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:71:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:132:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:238:16: style: The scope of the variable 'V' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:239:23: style: The scope of the variable 'H' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:269:16: style: The scope of the variable 'V' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:270:23: style: The scope of the variable 'Q' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:297:16: style: The scope of the variable 'V' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:298:24: style: The scope of the variable 'T' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:324:16: style: The scope of the variable 'V' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:325:21: style: The scope of the variable 'T' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:76:52: style: Function '__checkVertex' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/MeshFormatReader.hpp:96:43: note: Function '__checkVertex' argument 1 names different: declaration 'i' definition 'n'.
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:76:52: note: Function '__checkVertex' argument 1 names different: declaration 'i' definition 'n'.
freefem3d-1.0pre10/solver/MeshFormatReader.hpp:160:8: performance: Technically the member function 'MeshFormatReader::__writeReferences' can be static. [functionStatic]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:93:1: note: Technically the member function 'MeshFormatReader::__writeReferences' can be static.
freefem3d-1.0pre10/solver/MeshFormatReader.hpp:160:8: note: Technically the member function 'MeshFormatReader::__writeReferences' can be static.
freefem3d-1.0pre10/solver/MeshFormatReader.hpp:169:3: style: Class 'MeshFormatReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:260:3: style: Exception should be caught by reference. [catchExceptionByValue]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:287:3: style: Exception should be caught by reference. [catchExceptionByValue]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:315:3: style: Exception should be caught by reference. [catchExceptionByValue]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:341:3: style: Exception should be caught by reference. [catchExceptionByValue]
freefem3d-1.0pre10/solver/MeshFormatReader.cpp:94:17: performance: Function parameter 'objectName' should be passed by const reference. [passedByValue]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:201:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:268:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:0: warning: Member variable 'ConnectivityBuilder < MeshOfHexahedra >::__buildVertexToVertices' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:0: warning: Member variable 'ConnectivityBuilder < MeshOfHexahedra >::__buildVertexToVerticesGeneralized' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/FacesBuilder.hpp:49:0: style: Technically the member function 'FacesBuilder < MeshOfHexahedra >::facesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:49:0: style: Technically the member function 'EdgesBuilder < MeshOfHexahedra >::edgesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/FacesBuilder.hpp:54:0: style: Class 'FacesBuilder < MeshOfHexahedra >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:0: style: Class 'ConnectivityBuilder < MeshOfHexahedra >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FacesSet.hpp:95:0: style: Class 'FacesSet < MeshOfHexahedra :: FaceType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:54:0: style: Class 'EdgesBuilder < MeshOfHexahedra >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FacesSet.hpp:26:0: warning: The class 'FacesSet < MeshOfHexahedra :: FaceType >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:324:0: error: Same iterator is used with different containers 'cellList' and 'second'. [iterators]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:0: warning: Member variable 'ConnectivityBuilder < MeshOfTetrahedra >::__buildVertexToVertices' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:0: warning: Member variable 'ConnectivityBuilder < MeshOfTetrahedra >::__buildVertexToVerticesGeneralized' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/FacesBuilder.hpp:49:0: style: Technically the member function 'FacesBuilder < MeshOfTetrahedra >::facesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:49:0: style: Technically the member function 'EdgesBuilder < MeshOfTetrahedra >::edgesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/FacesBuilder.hpp:54:0: style: Class 'FacesBuilder < MeshOfTetrahedra >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FacesSet.hpp:95:0: style: Class 'FacesSet < MeshOfTetrahedra :: FaceType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:54:0: style: Class 'EdgesBuilder < MeshOfTetrahedra >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:0: style: Class 'ConnectivityBuilder < MeshOfTetrahedra >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FacesSet.hpp:26:0: warning: The class 'FacesSet < MeshOfTetrahedra :: FaceType >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:0: warning: Member variable 'ConnectivityBuilder < MeshOfTriangles >::__buildVertexToVertices' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:0: warning: Member variable 'ConnectivityBuilder < MeshOfTriangles >::__buildVertexToVerticesGeneralized' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/ConnectivityBuilder.hpp:577:0: style: Class 'ConnectivityBuilder < MeshOfTriangles >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/MeshPeriodizer.hpp:54:8: performance: Technically the member function 'MeshPeriodizer::__build' can be static. [functionStatic]
freefem3d-1.0pre10/solver/MeshPeriodizer.cpp:24:22: note: Technically the member function 'MeshPeriodizer::__build' can be static.
freefem3d-1.0pre10/solver/MeshPeriodizer.hpp:54:8: note: Technically the member function 'MeshPeriodizer::__build' can be static.
freefem3d-1.0pre10/solver/MeshReader.cpp:39:3: style: Class 'MeshReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem3d-1.0pre10/solver/MeshReaderAM_FMTFormat.cpp:49:16: style: The scope of the variable 'V' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshReaderAM_FMTFormat.cpp:50:21: style: The scope of the variable 'T' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/MeshReaderAM_FMTFormat.hpp:91:3: style: Class 'MeshReaderAM_FMTFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/MeshReaderAM_FMTFormat.cpp:62:3: style: Exception should be caught by reference. [catchExceptionByValue]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:968:14: style: Condition 'erase==1' is always true [knownConditionTrueFalse]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:963:12: note: Assignment 'erase=1', assigned value is 1
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:968:14: note: Condition 'erase==1' is always true
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:390:36: style: Function '__findReplaceEdge' argument 4 names different: declaration 'eT' definition 'eTbegin'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:96:32: note: Function '__findReplaceEdge' argument 4 names different: declaration 'eT' definition 'eTbegin'.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:390:36: note: Function '__findReplaceEdge' argument 4 names different: declaration 'eT' definition 'eTbegin'.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:393:27: style: Function '__findReplaceEdge' argument 7 names different: declaration 'en' definition 'edelete'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:99:23: note: Function '__findReplaceEdge' argument 7 names different: declaration 'en' definition 'edelete'.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:393:27: note: Function '__findReplaceEdge' argument 7 names different: declaration 'en' definition 'edelete'.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:697:48: style: Function '__proceed' argument 1 names different: declaration 'm' definition 'givenMesh'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/MeshSimplifier.hpp:40:34: note: Function '__proceed' argument 1 names different: declaration 'm' definition 'givenMesh'.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:697:48: note: Function '__proceed' argument 1 names different: declaration 'm' definition 'givenMesh'.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:467:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:506:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:739:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:816:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:62:8: performance: Technically the member function 'Internals::__grepDelete' can be static. [functionStatic]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:160:43: note: Technically the member function 'Internals::__grepDelete' can be static.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:62:8: note: Technically the member function 'Internals::__grepDelete' can be static.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:69:8: performance: Technically the member function 'Internals::__checkEdge' can be static. [functionStatic]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:187:43: note: Technically the member function 'Internals::__checkEdge' can be static.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:69:8: note: Technically the member function 'Internals::__checkEdge' can be static.
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:115:8: performance: Technically the member function 'Internals::__findCommonOther' can be static. [functionStatic]
freefem3d-1.0pre10/solver/MeshSimplifier.hpp:53:3: style: Class 'MeshSimplifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/MeshSimplifier.cpp:188:35: performance: Function parameter 'eTbegin' should be passed by const reference. [passedByValue]
freefem3d-1.0pre10/solver/MeshTetrahedrizor.cpp:274:36: style: Function 'run' argument 1 names different: declaration 'translateSurface' definition 'builtLocalizationTools'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/MeshTetrahedrizor.hpp:76:32: note: Function 'run' argument 1 names different: declaration 'translateSurface' definition 'builtLocalizationTools'.
freefem3d-1.0pre10/solver/MeshTetrahedrizor.cpp:274:36: note: Function 'run' argument 1 names different: declaration 'translateSurface' definition 'builtLocalizationTools'.
freefem3d-1.0pre10/solver/MeshTransformer.hpp:79:12: performance: Technically the member function 'MeshTransformer::__getCell' can be static. [functionStatic]
freefem3d-1.0pre10/solver/MeshTransformer.cpp:36:1: note: Technically the member function 'MeshTransformer::__getCell' can be static.
freefem3d-1.0pre10/solver/MeshTransformer.hpp:79:12: note: Technically the member function 'MeshTransformer::__getCell' can be static.
freefem3d-1.0pre10/solver/PDESolver.hpp:39:19: style: The function 'Solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Solver.hpp:50:27: note: Virtual function in base class
freefem3d-1.0pre10/solver/PDESolver.hpp:39:19: note: Function in derived class
freefem3d-1.0pre10/solver/PenalizedFictitousDomain.cpp:48:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:253:3: warning: The class '__SetMatrixDirichletBoundaryConditions' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:389:3: warning: The class '__GetDiagonalDirichletBoundaryConditions' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:511:3: warning: The class '__TimesXDirichlet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:651:3: warning: The class '__TransposedTimesXDirichlet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:791:3: warning: The class '__SetSecondMemberDirichlet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/PenalizedFictitousDomain.hpp:68:54: style: The function 'discretizeBoundaryConditions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/FictitiousDomainMethod.hpp:95:62: note: Virtual function in base class
freefem3d-1.0pre10/solver/PenalizedFictitousDomain.hpp:68:54: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:57:8: style: The function 'getDiagonal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:69:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:57:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:91:8: style: The function 'setMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:71:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:91:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:139:8: style: The function 'setSecondMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:74:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:139:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:169:8: style: The function 'timesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:77:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:169:8: note: Function in derived class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:201:8: style: The function 'transposedTimesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/BoundaryConditionDiscretization.hpp:79:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/BoundaryConditionDiscretizationPenalty.hpp:201:8: note: Function in derived class
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.cpp:35:68: style: Function 'W' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.hpp:75:52: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.cpp:35:68: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.cpp:47:70: style: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.hpp:85:52: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.cpp:47:70: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.cpp:59:70: style: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.hpp:95:52: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.cpp:59:70: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.cpp:71:70: style: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.hpp:105:52: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0HexahedronFiniteElement.cpp:71:70: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.cpp:25:70: style: Function 'W' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.hpp:67:52: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.cpp:25:70: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.cpp:37:72: style: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.hpp:77:52: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.cpp:37:72: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.cpp:49:72: style: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.hpp:87:52: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.cpp:49:72: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.cpp:61:72: style: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.hpp:97:52: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q0Quadrangle3DFiniteElement.cpp:61:72: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.cpp:35:68: style: Function 'W' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.hpp:73:52: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.cpp:35:68: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.cpp:76:70: style: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.hpp:83:52: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.cpp:76:70: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.cpp:116:70: style: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.hpp:93:52: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.cpp:116:70: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.cpp:156:70: style: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.hpp:103:52: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1HexahedronFiniteElement.cpp:156:70: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.cpp:25:70: style: Function 'W' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.hpp:67:52: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.cpp:25:70: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.cpp:53:72: style: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.hpp:77:52: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.cpp:53:72: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.cpp:80:72: style: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.hpp:87:52: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.cpp:80:72: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.cpp:107:72: style: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.hpp:97:52: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q1Quadrangle3DFiniteElement.cpp:107:72: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.cpp:36:76: style: Function 'W' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.hpp:103:60: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.cpp:36:76: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.cpp:138:78: style: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.hpp:113:60: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.cpp:138:78: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.cpp:240:78: style: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.hpp:123:60: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.cpp:240:78: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.cpp:342:78: style: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.hpp:133:60: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2HexahedronFiniteElement.cpp:342:78: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.cpp:25:78: style: Function 'W' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.hpp:97:60: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.cpp:25:78: note: Function 'W' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.cpp:74:80: style: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.hpp:107:60: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.cpp:74:80: note: Function 'dxW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.cpp:120:80: style: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.hpp:117:60: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.cpp:120:80: note: Function 'dyW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.cpp:166:80: style: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.hpp:127:60: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/Q2Quadrangle3DFiniteElement.cpp:166:80: note: Function 'dzW' argument 2 names different: declaration 'x' definition 'X'.
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.cpp:444:42: style: Function 'setBinaryOperation' argument 1 names different: declaration 'type' definition 'binaryOperation'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.hpp:63:49: note: Function 'setBinaryOperation' argument 1 names different: declaration 'type' definition 'binaryOperation'.
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.cpp:444:42: note: Function 'setBinaryOperation' argument 1 names different: declaration 'type' definition 'binaryOperation'.
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.cpp:445:49: style: Function 'setBinaryOperation' argument 2 names different: declaration 'g' definition 'f'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.hpp:64:49: note: Function 'setBinaryOperation' argument 2 names different: declaration 'g' definition 'f'.
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.cpp:445:49: note: Function 'setBinaryOperation' argument 2 names different: declaration 'g' definition 'f'.
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.cpp:172:3: performance: Technically the member function 'Simplifier::__getOperatorF1F2SimplifiedFunction' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.cpp:190:3: performance: Technically the member function 'Simplifier::__getOperatorF1F2SimplifiedFunction' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.cpp:223:3: performance: Technically the member function 'Simplifier::__getOperatorF1F2SimplifiedFunction' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ScalarFunctionBuilder.cpp:256:3: performance: Technically the member function 'Simplifier::__getOperatorF1F2SimplifiedFunction' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ScalarFunctionUnaryMinus.hpp:82:3: style: Class 'ScalarFunctionUnaryMinus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ScalarFunctionNot.hpp:83:3: style: Class 'ScalarFunctionNot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ScalarFunctionCFunction.hpp:35:1: warning: The class 'ScalarFunctionCFunction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionUnaryMinus.hpp:34:1: warning: The class 'ScalarFunctionUnaryMinus' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionModulo.hpp:33:1: warning: The class 'ScalarFunctionModulo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionSum.hpp:33:1: warning: The class 'ScalarFunctionSum' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionDifference.hpp:33:1: warning: The class 'ScalarFunctionDifference' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionProduct.hpp:33:1: warning: The class 'ScalarFunctionProduct' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionDivision.hpp:33:1: warning: The class 'ScalarFunctionDivision' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionPower.hpp:33:1: warning: The class 'ScalarFunctionPower' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionMin.hpp:33:1: warning: The class 'ScalarFunctionMin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionMax.hpp:33:1: warning: The class 'ScalarFunctionMax' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionGreaterThan.hpp:34:1: warning: The class 'ScalarFunctionGreaterThan' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionGreaterEqual.hpp:33:1: warning: The class 'ScalarFunctionGreaterEqual' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionLowerThan.hpp:34:1: warning: The class 'ScalarFunctionLowerThan' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionLowerEqual.hpp:34:1: warning: The class 'ScalarFunctionLowerEqual' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionNotEqual.hpp:35:1: warning: The class 'ScalarFunctionNotEqual' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionEqual.hpp:33:1: warning: The class 'ScalarFunctionEqual' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionAnd.hpp:33:1: warning: The class 'ScalarFunctionAnd' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionOr.hpp:33:1: warning: The class 'ScalarFunctionOr' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionXor.hpp:33:1: warning: The class 'ScalarFunctionXor' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionCFunction.hpp:52:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionCFunction.hpp:52:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionCFunction.hpp:64:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionCFunction.hpp:64:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionCFunction.hpp:75:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionCFunction.hpp:75:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionUnaryMinus.hpp:48:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionUnaryMinus.hpp:48:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionUnaryMinus.hpp:62:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionUnaryMinus.hpp:62:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionUnaryMinus.hpp:72:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionUnaryMinus.hpp:72:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionNot.hpp:48:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionNot.hpp:48:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionNot.hpp:62:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionNot.hpp:62:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionNot.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionNot.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionModulo.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionModulo.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionModulo.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionModulo.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionModulo.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionModulo.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionSum.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionSum.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionSum.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionSum.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionSum.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionSum.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDifference.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDifference.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDifference.hpp:61:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDifference.hpp:61:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDifference.hpp:71:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDifference.hpp:71:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionProduct.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionProduct.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionProduct.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionProduct.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionProduct.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionProduct.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDivision.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDivision.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDivision.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDivision.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDivision.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDivision.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionPower.hpp:47:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionPower.hpp:47:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionPower.hpp:61:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionPower.hpp:61:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionPower.hpp:71:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionPower.hpp:71:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMin.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMin.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMin.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMin.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMin.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMin.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMax.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMax.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMax.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMax.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMax.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMax.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterThan.hpp:50:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterThan.hpp:50:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterThan.hpp:64:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterThan.hpp:64:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterThan.hpp:74:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterThan.hpp:74:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterEqual.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterEqual.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterEqual.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterEqual.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterEqual.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionGreaterEqual.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionLowerThan.hpp:50:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionLowerThan.hpp:50:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionLowerThan.hpp:64:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionLowerThan.hpp:64:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionLowerThan.hpp:74:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionLowerThan.hpp:74:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionLowerEqual.hpp:50:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionLowerEqual.hpp:50:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionLowerEqual.hpp:64:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionLowerEqual.hpp:64:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionLowerEqual.hpp:74:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionLowerEqual.hpp:74:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionNotEqual.hpp:51:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionNotEqual.hpp:51:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionNotEqual.hpp:65:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionNotEqual.hpp:65:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionNotEqual.hpp:75:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionNotEqual.hpp:75:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionEqual.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionEqual.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionEqual.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionEqual.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionEqual.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionEqual.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionAnd.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionAnd.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionAnd.hpp:61:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionAnd.hpp:61:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionAnd.hpp:71:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionAnd.hpp:71:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionOr.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionOr.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionOr.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionOr.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionOr.hpp:73:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionOr.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionXor.hpp:49:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionXor.hpp:49:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionXor.hpp:63:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionXor.hpp:63:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionXor.hpp:75:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionXor.hpp:75:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionComposed.hpp:34:1: warning: The class 'ScalarFunctionComposed' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionComposed.hpp:45:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionComposed.hpp:45:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionComposed.hpp:71:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionComposed.hpp:71:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionComposed.hpp:78:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionComposed.hpp:78:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDerivative.cpp:61:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/ScalarFunctionDerivative.cpp:65:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/ScalarFunctionDerivative.hpp:35:1: warning: The class 'ScalarFunctionDerivative' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionDerivative.hpp:57:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDerivative.hpp:57:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDerivative.hpp:65:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDerivative.hpp:65:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDerivative.hpp:72:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDerivative.hpp:72:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDomainCharacteristic.hpp:79:3: style: Class 'ScalarFunctionDomainCharacteristic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ScalarFunctionDomainCharacteristic.hpp:34:1: warning: The class 'ScalarFunctionDomainCharacteristic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionDomainCharacteristic.hpp:48:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDomainCharacteristic.hpp:48:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDomainCharacteristic.hpp:62:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDomainCharacteristic.hpp:62:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionDomainCharacteristic.hpp:69:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionDomainCharacteristic.hpp:69:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.hpp:60:10: performance: Technically the member function 'ScalarFunctionIntegrate::__evaluate' can be static. [functionStatic]
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.cpp:57:1: note: Technically the member function 'ScalarFunctionIntegrate::__evaluate' can be static.
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.hpp:60:10: note: Technically the member function 'ScalarFunctionIntegrate::__evaluate' can be static.
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.hpp:35:1: warning: The class 'ScalarFunctionIntegrate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.hpp:69:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.hpp:69:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.hpp:79:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.hpp:79:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.hpp:86:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionIntegrate.hpp:86:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMaxComputer.cpp:46:60: style: Function 'ScalarFunctionMaxComputer' argument 1 names different: declaration 'f' definition 'c'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/ScalarFunctionMaxComputer.hpp:72:62: note: Function 'ScalarFunctionMaxComputer' argument 1 names different: declaration 'f' definition 'c'.
freefem3d-1.0pre10/solver/ScalarFunctionMaxComputer.cpp:46:60: note: Function 'ScalarFunctionMaxComputer' argument 1 names different: declaration 'f' definition 'c'.
freefem3d-1.0pre10/solver/ScalarFunctionMaxComputer.cpp:33:3: performance: Variable '__maxValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/ScalarFunctionMaxComputer.hpp:37:1: warning: The class 'ScalarFunctionMaxComputer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionMeshCharacteristic.hpp:81:3: style: Class 'ScalarFunctionMeshCharacteristic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ScalarFunctionMeshCharacteristic.hpp:36:1: warning: The class 'ScalarFunctionMeshCharacteristic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionMeshCharacteristic.hpp:50:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMeshCharacteristic.hpp:50:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMeshCharacteristic.hpp:71:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMeshCharacteristic.hpp:71:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMeshElementsReferences.hpp:39:1: warning: The class 'ScalarFunctionMeshElementsReferences' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionMeshElementsReferences.hpp:62:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMeshElementsReferences.hpp:62:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMeshElementsReferences.hpp:93:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMeshElementsReferences.hpp:93:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMeshElementsReferences.hpp:100:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionMeshElementsReferences.hpp:100:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionMinComputer.cpp:46:60: style: Function 'ScalarFunctionMinComputer' argument 1 names different: declaration 'f' definition 'c'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/ScalarFunctionMinComputer.hpp:72:62: note: Function 'ScalarFunctionMinComputer' argument 1 names different: declaration 'f' definition 'c'.
freefem3d-1.0pre10/solver/ScalarFunctionMinComputer.cpp:46:60: note: Function 'ScalarFunctionMinComputer' argument 1 names different: declaration 'f' definition 'c'.
freefem3d-1.0pre10/solver/ScalarFunctionMinComputer.cpp:33:3: performance: Variable '__minValue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/ScalarFunctionMinComputer.hpp:37:1: warning: The class 'ScalarFunctionMinComputer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionNormal.hpp:107:3: style: Class 'ScalarFunctionNormal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/ScalarFunctionNormal.hpp:57:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionNormal.hpp:57:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionNormal.hpp:90:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionNormal.hpp:90:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionNormal.hpp:97:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionNormal.hpp:97:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionObjectCharacteristic.hpp:40:1: warning: The class 'ScalarFunctionObjectCharacteristic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionObjectCharacteristic.hpp:56:17: style: The function '__put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:100:25: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionObjectCharacteristic.hpp:56:17: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionObjectCharacteristic.hpp:74:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:175:18: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionObjectCharacteristic.hpp:74:10: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionObjectCharacteristic.hpp:81:8: style: The function 'canBeSimplified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionBase.hpp:248:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionObjectCharacteristic.hpp:81:8: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionObjectCharacteristic.cpp:49:7: performance: Possible inefficient checking for '__objects' emptiness. [stlSize]
freefem3d-1.0pre10/solver/ScalarFunctionReaderBase.cpp:37:58: style: Function 'ScalarFunctionReaderBase' argument 1 names different: declaration 'reader' definition 'f'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/ScalarFunctionReaderBase.hpp:79:60: note: Function 'ScalarFunctionReaderBase' argument 1 names different: declaration 'reader' definition 'f'.
freefem3d-1.0pre10/solver/ScalarFunctionReaderBase.cpp:37:58: note: Function 'ScalarFunctionReaderBase' argument 1 names different: declaration 'reader' definition 'f'.
freefem3d-1.0pre10/solver/ScalarFunctionReaderBase.hpp:38:1: warning: The class 'ScalarFunctionReaderBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionReaderBuilder.cpp:77:30: style: Function 'ScalarFunctionReaderBuilder' argument 3 names different: declaration 'format' definition 'fileDescriptor'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/ScalarFunctionReaderBuilder.hpp:84:32: note: Function 'ScalarFunctionReaderBuilder' argument 3 names different: declaration 'format' definition 'fileDescriptor'.
freefem3d-1.0pre10/solver/ScalarFunctionReaderBuilder.cpp:77:30: note: Function 'ScalarFunctionReaderBuilder' argument 3 names different: declaration 'format' definition 'fileDescriptor'.
freefem3d-1.0pre10/solver/FileDescriptor.hpp:35:1: warning: The class 'FileDescriptor' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionReaderBuilder.hpp:40:1: warning: The class 'ScalarFunctionReaderBuilder' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/ScalarFunctionReaderMedit.hpp:43:3: style: The function 'getFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionReaderBase.hpp:59:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionReaderMedit.hpp:43:3: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionReaderRaw.hpp:43:3: style: The function 'getFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionReaderBase.hpp:59:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionReaderRaw.hpp:43:3: note: Function in derived class
freefem3d-1.0pre10/solver/ScalarFunctionReaderVTK.hpp:42:3: style: The function 'getFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/ScalarFunctionReaderBase.hpp:59:3: note: Virtual function in base class
freefem3d-1.0pre10/solver/ScalarFunctionReaderVTK.hpp:42:3: note: Function in derived class
freefem3d-1.0pre10/solver/SolverDriver.cpp:67:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/SpectralMethod.hpp:64:8: style: The function 'Discretize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Method.hpp:44:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralMethod.hpp:64:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralMethod.hpp:66:8: style: The function 'Compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Method.hpp:45:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralMethod.hpp:66:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralMesh.cpp:60:43: style: Function 'SpectralMesh' argument 1 names different: declaration 's3dM' definition 'degrees'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SpectralMesh.hpp:312:45: note: Function 'SpectralMesh' argument 1 names different: declaration 's3dM' definition 'degrees'.
freefem3d-1.0pre10/solver/SpectralMesh.cpp:60:43: note: Function 'SpectralMesh' argument 1 names different: declaration 's3dM' definition 'degrees'.
freefem3d-1.0pre10/solver/SpectralMesh.cpp:61:49: style: Function 'SpectralMesh' argument 2 names different: declaration 'correspondance' definition 'correspondances'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SpectralMesh.hpp:313:51: note: Function 'SpectralMesh' argument 2 names different: declaration 'correspondance' definition 'correspondances'.
freefem3d-1.0pre10/solver/SpectralMesh.cpp:61:49: note: Function 'SpectralMesh' argument 2 names different: declaration 'correspondance' definition 'correspondances'.
freefem3d-1.0pre10/solver/FacesBuilder.hpp:49:0: style: Technically the member function 'FacesBuilder < SpectralMesh >::facesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:49:0: style: Technically the member function 'EdgesBuilder < SpectralMesh >::edgesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/FacesBuilder.hpp:54:0: style: Class 'FacesBuilder < SpectralMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FacesSet.hpp:95:0: style: Class 'FacesSet < SpectralMesh :: FaceType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:54:0: style: Class 'EdgesBuilder < SpectralMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FacesSet.hpp:26:0: warning: The class 'FacesSet < SpectralMesh :: FaceType >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:325:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:689:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:1051:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/solver/SpectralMethod.cpp:140:41: style: Function 'Compute' argument 1 names different: declaration 'u' definition 'U'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SpectralMethod.hpp:66:26: note: Function 'Compute' argument 1 names different: declaration 'u' definition 'U'.
freefem3d-1.0pre10/solver/SpectralMethod.cpp:140:41: note: Function 'Compute' argument 1 names different: declaration 'u' definition 'U'.
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:970:21: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
freefem3d-1.0pre10/solver/SpectralMethod.cpp:50:27: style: Variable 'performAssembling' is assigned a value that is never used. [unreadVariable]
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:233:8: style: The function 'assembleMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:83:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:233:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:260:8: style: The function 'timesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:112:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:260:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:621:8: style: The function 'transposedTimesX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:104:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:621:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:968:8: style: The function 'getDiagonal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:96:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:968:8: note: Function in derived class
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:981:8: style: The function 'assembleSecondMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/Discretization.hpp:89:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/SpectralDiscretization.hpp:981:8: note: Function in derived class
freefem3d-1.0pre10/solver/Structured3DMesh.cpp:56:47: style: Function 'Structured3DMesh' argument 1 names different: declaration 's3dM' definition 'SMShape'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:306:49: note: Function 'Structured3DMesh' argument 1 names different: declaration 's3dM' definition 'SMShape'.
freefem3d-1.0pre10/solver/Structured3DMesh.cpp:56:47: note: Function 'Structured3DMesh' argument 1 names different: declaration 's3dM' definition 'SMShape'.
freefem3d-1.0pre10/solver/Structured3DMesh.cpp:57:46: style: Function 'Structured3DMesh' argument 2 names different: declaration 'correspondance' definition 'correspondances'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/Structured3DMesh.hpp:307:48: note: Function 'Structured3DMesh' argument 2 names different: declaration 'correspondance' definition 'correspondances'.
freefem3d-1.0pre10/solver/Structured3DMesh.cpp:57:46: note: Function 'Structured3DMesh' argument 2 names different: declaration 'correspondance' definition 'correspondances'.
freefem3d-1.0pre10/solver/FacesBuilder.hpp:49:0: style: Technically the member function 'FacesBuilder < Structured3DMesh >::facesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:49:0: style: Technically the member function 'EdgesBuilder < Structured3DMesh >::edgesSet' can be const. [functionConst]
freefem3d-1.0pre10/solver/FacesBuilder.hpp:54:0: style: Class 'FacesBuilder < Structured3DMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FacesSet.hpp:95:0: style: Class 'FacesSet < Structured3DMesh :: FaceType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/EdgesBuilder.hpp:54:0: style: Class 'EdgesBuilder < Structured3DMesh >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/solver/FacesSet.hpp:26:0: warning: The class 'FacesSet < Structured3DMesh :: FaceType >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/connected_triangle.hpp:77:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1651:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1658:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1665:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2782:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2787:8: note: Found duplicate branches for 'if' and 'else'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2782:6: note: Found duplicate branches for 'if' and 'else'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1922:43: style: Same expression on both sides of '==' because the value of 'stop' and '0' are the same. [duplicateExpression]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1916:15: note: 'stop' is assigned value '0' here.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1922:43: note: Same expression on both sides of '==' because the value of 'stop' and '0' are the same.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2081:14: style: Same expression on both sides of '!='. [duplicateExpression]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1214:37: style: The scope of the variable 'edgesCut' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1215:48: style: The scope of the variable 'pointsIntersection' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1236:14: style: The scope of the variable 'temp' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2502:10: style: The scope of the variable 'in' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2502:15: style: The scope of the variable 'in1' can be reduced. [variableScope]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:819:15: style: Function '__InTriangle' argument 3 names different: declaration 'ncompt' definition 'compt'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:244:15: note: Function '__InTriangle' argument 3 names different: declaration 'ncompt' definition 'compt'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:819:15: note: Function '__InTriangle' argument 3 names different: declaration 'ncompt' definition 'compt'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1054:14: style: Function '__inout' argument 2 names different: declaration 'ttn0' definition 'edgeCut'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:247:20: note: Function '__inout' argument 2 names different: declaration 'ttn0' definition 'edgeCut'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1054:14: note: Function '__inout' argument 2 names different: declaration 'ttn0' definition 'edgeCut'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1135:32: style: Function '__determinateNumber' argument 1 names different: declaration 'p' definition 'place'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:269:48: note: Function '__determinateNumber' argument 1 names different: declaration 'p' definition 'place'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1135:32: note: Function '__determinateNumber' argument 1 names different: declaration 'p' definition 'place'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1146:31: style: Function '__addTriangle' argument 1 names different: declaration 'T' definition 't'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:277:38: note: Function '__addTriangle' argument 1 names different: declaration 'T' definition 't'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1146:31: note: Function '__addTriangle' argument 1 names different: declaration 'T' definition 't'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1167:24: style: Function '__determinateCase' argument 3 names different: declaration 'tt' definition 'edgesCut'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:274:24: note: Function '__determinateCase' argument 3 names different: declaration 'tt' definition 'edgesCut'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1167:24: note: Function '__determinateCase' argument 3 names different: declaration 'tt' definition 'edgesCut'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1168:24: style: Function '__determinateCase' argument 4 names different: declaration 'pp' definition 'vertexNum'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:275:24: note: Function '__determinateCase' argument 4 names different: declaration 'pp' definition 'vertexNum'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1168:24: note: Function '__determinateCase' argument 4 names different: declaration 'pp' definition 'vertexNum'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2025:28: style: Function '__verifExist' argument 1 names different: declaration 'Ptemp' definition 'Pt'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:324:35: note: Function '__verifExist' argument 1 names different: declaration 'Ptemp' definition 'Pt'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2025:28: note: Function '__verifExist' argument 1 names different: declaration 'Ptemp' definition 'Pt'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2218:25: style: Function '__createTriangle' argument 5 names different: declaration 'pointtrian' definition 'pointstrian'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:373:25: note: Function '__createTriangle' argument 5 names different: declaration 'pointtrian' definition 'pointstrian'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2218:25: note: Function '__createTriangle' argument 5 names different: declaration 'pointtrian' definition 'pointstrian'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:3060:42: style: Function '__setMotherCells' argument 1 names different: declaration 'surfmesh' definition 'surfaceMesh'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:413:49: note: Function '__setMotherCells' argument 1 names different: declaration 'surfmesh' definition 'surfaceMesh'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:3060:42: note: Function '__setMotherCells' argument 1 names different: declaration 'surfmesh' definition 'surfaceMesh'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:3281:36: style: Function 'generateSurfacicMesh' argument 1 names different: declaration 'Omega' definition 'omega'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.hpp:57:43: note: Function 'generateSurfacicMesh' argument 1 names different: declaration 'Omega' definition 'omega'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:3281:36: note: Function 'generateSurfacicMesh' argument 1 names different: declaration 'Omega' definition 'omega'.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:682:27: style: Unused variable: newVertices [unusedVariable]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:683:27: style: Unused variable: oldVertices [unusedVariable]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:686:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2282:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2551:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefem3d-1.0pre10/solver/triangulation.hpp:49:3: warning: Member variable 'Triangulation::__points' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:509:3: warning: Member variable 'TriangleCut::numobject' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:509:3: warning: Member variable 'TriangleCut::otherobject' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:128:5: style: 'IntersectionPoints::operator=' should return 'IntersectionPoints &'. [operatorEq]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:515:5: performance: Variable 'edgecut' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:516:5: performance: Variable 'isInTriangle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:517:5: performance: Variable 'pointsIntersection' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:518:5: performance: Variable 'pointsin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:532:5: performance: Variable 'edgecut' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:533:5: performance: Variable 'isInTriangle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefem3d-1.0pre10/solver/triangulation.hpp:61:21: style: Technically the member function 'Triangulation::getTriangles' can be const. [functionConst]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:224:17: performance: Technically the member function 'Internals::__splitEdge' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:546:1: note: Technically the member function 'Internals::__splitEdge' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:224:17: note: Technically the member function 'Internals::__splitEdge' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:242:8: performance: Technically the member function 'Internals::__InTriangle' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:817:1: note: Technically the member function 'Internals::__InTriangle' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:242:8: note: Technically the member function 'Internals::__InTriangle' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:246:8: style: Technically the member function 'Internals::__inout' can be const. [functionConst]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1053:1: note: Technically the member function 'Internals::__inout' can be const.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:246:8: note: Technically the member function 'Internals::__inout' can be const.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:251:26: performance: Technically the member function 'Internals::__EquationPlan' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:847:1: note: Technically the member function 'Internals::__EquationPlan' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:251:26: note: Technically the member function 'Internals::__EquationPlan' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:269:17: performance: Technically the member function 'Internals::__determinateNumber' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1135:1: note: Technically the member function 'Internals::__determinateNumber' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:269:17: note: Technically the member function 'Internals::__determinateNumber' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:272:8: performance: Technically the member function 'Internals::__determinateCase' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1165:1: note: Technically the member function 'Internals::__determinateCase' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:272:8: note: Technically the member function 'Internals::__determinateCase' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:305:8: performance: Technically the member function 'Internals::__createCase' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1677:1: note: Technically the member function 'Internals::__createCase' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:305:8: note: Technically the member function 'Internals::__createCase' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:309:8: performance: Technically the member function 'Internals::__transformVertex' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1782:1: note: Technically the member function 'Internals::__transformVertex' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:309:8: note: Technically the member function 'Internals::__transformVertex' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:312:8: performance: Technically the member function 'Internals::__addPoints' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:1806:1: note: Technically the member function 'Internals::__addPoints' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:312:8: note: Technically the member function 'Internals::__addPoints' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:324:8: performance: Technically the member function 'Internals::__verifExist' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2025:1: note: Technically the member function 'Internals::__verifExist' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:324:8: note: Technically the member function 'Internals::__verifExist' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:326:9: performance: Technically the member function 'Internals::__findOneEdge' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:2039:1: note: Technically the member function 'Internals::__findOneEdge' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:326:9: note: Technically the member function 'Internals::__findOneEdge' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:395:8: performance: Technically the member function 'Internals::__isDegenerate' can be static. [functionStatic]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:811:39: note: Technically the member function 'Internals::__isDegenerate' can be static.
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:395:8: note: Technically the member function 'Internals::__isDegenerate' can be static.
freefem3d-1.0pre10/solver/Mesh.hpp:135:0: style: Technically the member function 'Mesh :: T_iterator < MeshOfTetrahedra , Tetrahedron >::operator++' can be const. [functionConst]
freefem3d-1.0pre10/solver/connected_triangle.hpp:30:1: warning: The class 'ConnectedTriangle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/SurfaceMeshGenerator.cpp:497:1: warning: The class 'TriangleCut' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/solver/WriterMedit.hpp:77:8: style: The function 'proceed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/WriterBase.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/WriterMedit.hpp:77:8: note: Function in derived class
freefem3d-1.0pre10/solver/WriterRaw.hpp:58:8: style: The function 'proceed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/WriterBase.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/WriterRaw.hpp:58:8: note: Function in derived class
freefem3d-1.0pre10/solver/WriterVTK.hpp:70:8: style: The function 'proceed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/solver/WriterBase.hpp:84:16: note: Virtual function in base class
freefem3d-1.0pre10/solver/WriterVTK.hpp:70:8: note: Function in derived class
freefem3d-1.0pre10/solver/triangulation.cpp:347:48: style: Redundant pointer operation on 'start' - it's already a pointer. [redundantPointerOp]
freefem3d-1.0pre10/solver/triangulation.cpp:133:49: style: Function '__isInCircle' argument 1 names different: declaration 'point' definition 'position'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/triangulation.hpp:79:35: note: Function '__isInCircle' argument 1 names different: declaration 'point' definition 'position'.
freefem3d-1.0pre10/solver/triangulation.cpp:133:49: note: Function '__isInCircle' argument 1 names different: declaration 'point' definition 'position'.
freefem3d-1.0pre10/solver/triangulation.cpp:157:74: style: Function '__permutation' argument 2 names different: declaration 'k' definition 'k1'. [funcArgNamesDifferent]
freefem3d-1.0pre10/solver/triangulation.hpp:82:60: note: Function '__permutation' argument 2 names different: declaration 'k' definition 'k1'.
freefem3d-1.0pre10/solver/triangulation.cpp:157:74: note: Function '__permutation' argument 2 names different: declaration 'k' definition 'k1'.
freefem3d-1.0pre10/solver/triangulation.cpp:640:30: style: Variable 'count_tri' is modified but its new value is never used. [unreadVariable]
freefem3d-1.0pre10/solver/triangulation.hpp:79:8: performance: Technically the member function 'Triangulation::__isInCircle' can be static. [functionStatic]
freefem3d-1.0pre10/solver/triangulation.cpp:133:21: note: Technically the member function 'Triangulation::__isInCircle' can be static.
freefem3d-1.0pre10/solver/triangulation.hpp:79:8: note: Technically the member function 'Triangulation::__isInCircle' can be static.
freefem3d-1.0pre10/solver/triangulation.hpp:82:8: performance: Technically the member function 'Triangulation::__permutation' can be static. [functionStatic]
freefem3d-1.0pre10/solver/triangulation.cpp:157:21: note: Technically the member function 'Triangulation::__permutation' can be static.
freefem3d-1.0pre10/solver/triangulation.hpp:82:8: note: Technically the member function 'Triangulation::__permutation' can be static.
freefem3d-1.0pre10/solver/triangulation.cpp:679:14: style: Technically the member function 'export_mesh::BestRef::operator()' can be const. [functionConst]
freefem3d-1.0pre10/solver/triangulation.cpp:218:10: error: Uninitialized variable: V3 [uninitvar]
freefem3d-1.0pre10/solver/triangulation.cpp:219:4: error: Uninitialized variable: V3 [uninitvar]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:41:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:46:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:51:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:218:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:228:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:237:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefem3d-1.0pre10/utils/RunningOptions.hpp:115:3: warning: Member variable 'RunningOptions::__verbosity' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/utils/CommandLineParser.hpp:96:8: performance: Technically the member function 'CommandLineParser::showVersion' can be static. [functionStatic]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:200:25: note: Technically the member function 'CommandLineParser::showVersion' can be static.
freefem3d-1.0pre10/utils/CommandLineParser.hpp:96:8: note: Technically the member function 'CommandLineParser::showVersion' can be static.
freefem3d-1.0pre10/utils/CommandLineParser.hpp:108:8: performance: Technically the member function 'CommandLineParser::showBugReport' can be static. [functionStatic]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:84:25: note: Technically the member function 'CommandLineParser::showBugReport' can be static.
freefem3d-1.0pre10/utils/CommandLineParser.hpp:108:8: note: Technically the member function 'CommandLineParser::showBugReport' can be static.
freefem3d-1.0pre10/utils/CommandLineParser.hpp:115:8: performance: Technically the member function 'CommandLineParser::showDescription' can be static. [functionStatic]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:117:25: note: Technically the member function 'CommandLineParser::showDescription' can be static.
freefem3d-1.0pre10/utils/CommandLineParser.hpp:115:8: note: Technically the member function 'CommandLineParser::showDescription' can be static.
freefem3d-1.0pre10/utils/CommandLineParser.hpp:120:8: performance: Technically the member function 'CommandLineParser::showLicence' can be static. [functionStatic]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:93:25: note: Technically the member function 'CommandLineParser::showLicence' can be static.
freefem3d-1.0pre10/utils/CommandLineParser.hpp:120:8: note: Technically the member function 'CommandLineParser::showLicence' can be static.
freefem3d-1.0pre10/utils/CommandLineParser.hpp:126:8: performance: Technically the member function 'CommandLineParser::showCredits' can be static. [functionStatic]
freefem3d-1.0pre10/utils/CommandLineParser.cpp:147:25: note: Technically the member function 'CommandLineParser::showCredits' can be static.
freefem3d-1.0pre10/utils/CommandLineParser.hpp:126:8: note: Technically the member function 'CommandLineParser::showCredits' can be static.
freefem3d-1.0pre10/utils/OStream.hpp:41:8: style: Technically the member function 'OStream::_writes' can be const. [functionConst]
freefem3d-1.0pre10/utils/RunningOptions.hpp:60:17: style: Technically the member function 'RunningOptions::getVerbosity' can be const. [functionConst]
freefem3d-1.0pre10/utils/OStream.hpp:79:3: style: Class 'OStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ErrorHandler.hpp:34:1: warning: The class 'ErrorHandler' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/utils/Console.hpp:45:8: performance: Technically the member function 'Console::_writeStd' can be static. [functionStatic]
freefem3d-1.0pre10/utils/Console.cpp:80:1: note: Technically the member function 'Console::_writeStd' can be static.
freefem3d-1.0pre10/utils/Console.hpp:45:8: note: Technically the member function 'Console::_writeStd' can be static.
freefem3d-1.0pre10/utils/Console.hpp:46:8: performance: Technically the member function 'Console::_writeError' can be static. [functionStatic]
freefem3d-1.0pre10/utils/Console.cpp:72:1: note: Technically the member function 'Console::_writeError' can be static.
freefem3d-1.0pre10/utils/Console.hpp:46:8: note: Technically the member function 'Console::_writeError' can be static.
freefem3d-1.0pre10/utils/Console.cpp:91:3: style: Class 'Console' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefem3d-1.0pre10/utils/Console.cpp:91:3: style: Class 'Console' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefem3d-1.0pre10/utils/Console.cpp:72:25: performance: Function parameter 'output' should be passed by const reference. [passedByValue]
freefem3d-1.0pre10/utils/Console.cpp:80:23: performance: Function parameter 'output' should be passed by const reference. [passedByValue]
freefem3d-1.0pre10/utils/Parameter.hpp:87:3: warning: Member variable 'Parameter::__description' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/utils/Parameter.hpp:94:3: warning: Member variable 'Parameter::__description' is not initialized in the constructor. [uninitMemberVar]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:280:3: style: Class 'ConstReferenceCounting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:293:3: style: Class 'ConstReferenceCounting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:525:3: style: Class 'ReferenceCounting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/Parameter.hpp:38:1: warning: The class 'Parameter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/utils/DoubleParameter.hpp:35:1: warning: The class 'DoubleParameter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/utils/IntegerParameter.hpp:35:1: warning: The class 'IntegerParameter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/utils/StringParameter.hpp:35:1: warning: The class 'StringParameter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/utils/DoubleParameter.hpp:42:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:56:25: note: Virtual function in base class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:42:17: note: Function in derived class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:50:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:59:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:50:8: note: Function in derived class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:55:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:63:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:55:8: note: Function in derived class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:60:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:64:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:60:8: note: Function in derived class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:65:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:65:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:65:8: note: Function in derived class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:83:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:61:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:83:8: note: Function in derived class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:88:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:72:29: note: Virtual function in base class
freefem3d-1.0pre10/utils/DoubleParameter.hpp:88:21: note: Function in derived class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:42:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:56:25: note: Virtual function in base class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:42:17: note: Function in derived class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:50:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:59:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:50:8: note: Function in derived class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:55:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:63:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:55:8: note: Function in derived class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:60:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:64:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:60:8: note: Function in derived class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:65:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:65:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:65:8: note: Function in derived class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:73:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:61:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:73:8: note: Function in derived class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:78:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:72:29: note: Virtual function in base class
freefem3d-1.0pre10/utils/IntegerParameter.hpp:78:21: note: Function in derived class
freefem3d-1.0pre10/utils/StringParameter.hpp:39:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:61:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/StringParameter.hpp:39:8: note: Function in derived class
freefem3d-1.0pre10/utils/StringParameter.hpp:47:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:56:25: note: Virtual function in base class
freefem3d-1.0pre10/utils/StringParameter.hpp:47:17: note: Function in derived class
freefem3d-1.0pre10/utils/StringParameter.hpp:55:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:59:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/StringParameter.hpp:55:8: note: Function in derived class
freefem3d-1.0pre10/utils/StringParameter.hpp:60:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:63:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/StringParameter.hpp:60:8: note: Function in derived class
freefem3d-1.0pre10/utils/StringParameter.hpp:68:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:64:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/StringParameter.hpp:68:8: note: Function in derived class
freefem3d-1.0pre10/utils/StringParameter.hpp:76:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:65:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/StringParameter.hpp:76:8: note: Function in derived class
freefem3d-1.0pre10/utils/StringParameter.hpp:91:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:72:29: note: Virtual function in base class
freefem3d-1.0pre10/utils/StringParameter.hpp:91:21: note: Function in derived class
freefem3d-1.0pre10/utils/ParameterCenter.cpp:67:57: style: Function 'get' argument 2 names different: declaration 'aDouble' definition 'd'. [funcArgNamesDifferent]
freefem3d-1.0pre10/utils/ParameterCenter.hpp:92:41: note: Function 'get' argument 2 names different: declaration 'aDouble' definition 'd'.
freefem3d-1.0pre10/utils/ParameterCenter.cpp:67:57: note: Function 'get' argument 2 names different: declaration 'aDouble' definition 'd'.
freefem3d-1.0pre10/utils/ParameterCenter.cpp:83:54: style: Function 'get' argument 2 names different: declaration 'anInteger' definition 'integer'. [funcArgNamesDifferent]
freefem3d-1.0pre10/utils/ParameterCenter.hpp:93:38: note: Function 'get' argument 2 names different: declaration 'anInteger' definition 'integer'.
freefem3d-1.0pre10/utils/ParameterCenter.cpp:83:54: note: Function 'get' argument 2 names different: declaration 'anInteger' definition 'integer'.
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:487:0: style: 'ReferenceCounting < Parameter >::operator=' should return 'ReferenceCounting < Parameter > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:487:0: style: 'ReferenceCounting < ParametrizableObject >::operator=' should return 'ReferenceCounting < ParametrizableObject > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:242:0: style: 'ConstReferenceCounting < Parameter >::operator=' should return 'ConstReferenceCounting < Parameter > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:242:0: style: 'ConstReferenceCounting < ParametrizableObject >::operator=' should return 'ConstReferenceCounting < ParametrizableObject > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:525:0: style: Class 'ReferenceCounting < Parameter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:525:0: style: Class 'ReferenceCounting < ParametrizableObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:280:0: style: Class 'ConstReferenceCounting < Parameter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:293:0: style: Class 'ConstReferenceCounting < Parameter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:280:0: style: Class 'ConstReferenceCounting < ParametrizableObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:293:0: style: Class 'ConstReferenceCounting < ParametrizableObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/EnumParameter.hpp:39:1: warning: The class 'EnumParameter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefem3d-1.0pre10/utils/EnumParameter.hpp:45:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:61:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/EnumParameter.hpp:45:8: note: Function in derived class
freefem3d-1.0pre10/utils/EnumParameter.hpp:53:17: style: The function 'put' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:56:25: note: Virtual function in base class
freefem3d-1.0pre10/utils/EnumParameter.hpp:53:17: note: Function in derived class
freefem3d-1.0pre10/utils/EnumParameter.hpp:61:8: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:59:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/EnumParameter.hpp:61:8: note: Function in derived class
freefem3d-1.0pre10/utils/EnumParameter.hpp:71:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:63:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/EnumParameter.hpp:71:8: note: Function in derived class
freefem3d-1.0pre10/utils/EnumParameter.hpp:79:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:64:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/EnumParameter.hpp:79:8: note: Function in derived class
freefem3d-1.0pre10/utils/EnumParameter.hpp:87:8: style: The function 'set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:65:16: note: Virtual function in base class
freefem3d-1.0pre10/utils/EnumParameter.hpp:87:8: note: Function in derived class
freefem3d-1.0pre10/utils/EnumParameter.hpp:102:21: style: The function 'typeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefem3d-1.0pre10/utils/Parameter.hpp:72:29: note: Virtual function in base class
freefem3d-1.0pre10/utils/EnumParameter.hpp:102:21: note: Function in derived class
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:487:0: style: 'ReferenceCounting < XMLTree >::operator=' should return 'ReferenceCounting < XMLTree > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:242:0: style: 'ConstReferenceCounting < XMLTree >::operator=' should return 'ConstReferenceCounting < XMLTree > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:525:0: style: Class 'ReferenceCounting < XMLTree >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:280:0: style: Class 'ConstReferenceCounting < XMLTree >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:293:0: style: Class 'ConstReferenceCounting < XMLTree >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:487:0: style: 'ReferenceCounting < XMLContentBase >::operator=' should return 'ReferenceCounting < XMLContentBase > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:487:0: style: 'ReferenceCounting < XMLAttribute >::operator=' should return 'ReferenceCounting < XMLAttribute > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:487:0: style: 'ReferenceCounting < XMLTag >::operator=' should return 'ReferenceCounting < XMLTag > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:242:0: style: 'ConstReferenceCounting < XMLContentBase >::operator=' should return 'ConstReferenceCounting < XMLContentBase > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:242:0: style: 'ConstReferenceCounting < XMLTag >::operator=' should return 'ConstReferenceCounting < XMLTag > &'. [operatorEq]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:242:0: style: 'ConstReferenceCounting < XMLAttribute >::operator=' should return 'ConstReferenceCounting < XMLAttribute > &'. [operatorEq]
freefem3d-1.0pre10/utils/XMLFileReader.hpp:50:3: style: Technically the member function 'XMLFileReader::xmlTree' can be const. [functionConst]
freefem3d-1.0pre10/utils/XMLFileReader.cpp:35:1: note: Technically the member function 'XMLFileReader::xmlTree' can be const.
freefem3d-1.0pre10/utils/XMLFileReader.hpp:50:3: note: Technically the member function 'XMLFileReader::xmlTree' can be const.
freefem3d-1.0pre10/utils/XMLTag.hpp:145:3: style: Technically the member function 'XMLTag::content' can be const. [functionConst]
freefem3d-1.0pre10/utils/XMLTree.hpp:94:8: performance: Technically the member function 'XMLTree::setHead' can be static. [functionStatic]
freefem3d-1.0pre10/utils/XMLContentBase.hpp:56:3: style: Class 'XMLContentBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/XMLTag.hpp:177:3: style: Class 'XMLTag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:525:0: style: Class 'ReferenceCounting < XMLContentBase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:525:0: style: Class 'ReferenceCounting < XMLAttribute >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:525:0: style: Class 'ReferenceCounting < XMLTag >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:280:0: style: Class 'ConstReferenceCounting < XMLContentBase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:293:0: style: Class 'ConstReferenceCounting < XMLContentBase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:280:0: style: Class 'ConstReferenceCounting < XMLTag >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:293:0: style: Class 'ConstReferenceCounting < XMLTag >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:280:0: style: Class 'ConstReferenceCounting < XMLAttribute >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/ReferenceCounting.hpp:293:0: style: Class 'ConstReferenceCounting < XMLAttribute >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefem3d-1.0pre10/utils/XMLTree.hpp:84:3: performance: Technically the member function 'XMLTree::__tagFromPath' can be static. [functionStatic]
freefem3d-1.0pre10/utils/XMLTree.cpp:38:1: note: Technically the member function 'XMLTree::__tagFromPath' can be static.
freefem3d-1.0pre10/utils/XMLTree.hpp:84:3: note: Technically the member function 'XMLTree::__tagFromPath' can be static.
[22:45]

ftp://ftp.se.debian.org/debian/pool/main/f/freefoam/freefoam_0.1.0+dfsg+1.orig.tar.xz
freefoam-0.1.0/applications/solvers/combustion/PDRFoam/PDRFoam.C:134:17: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/combustion/PDRFoam/PDRFoamAutoRefine.C:117:14: style: The scope of the variable 'meshChanged' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/combustion/PDRFoam/PDRFoamAutoRefine.C:157:27: style: Variable 'meshChanged' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/applications/solvers/combustion/PDRFoam/PDRFoamAutoRefine.C:182:17: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H:106:13: style: Class 'polynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/combustion/XiFoam/bEqn.H:122:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/combustion/XiFoam/bEqn.H:126:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/combustion/XiFoam/XiFoam.C:120:17: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/combustion/engineFoam/engineFoam.C:126:17: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H:5:21: style: The scope of the variable 'K' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/setRegionSolidFields.H:3:21: style: The scope of the variable 'rho' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/setRegionSolidFields.H:5:21: style: The scope of the variable 'K' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/setRegionSolidFields.H:6:21: style: The scope of the variable 'T' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallHeatFluxTemperature/solidWallHeatFluxTemperatureFvPatchScalarField.H:60:1: warning: The class 'solidWallHeatFluxTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:47:5: style: Variable 'DiNum' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:37:0: note: Variable 'DiNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:47:5: note: Variable 'DiNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:49:5: style: Variable 'meanDiNum' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:38:0: note: Variable 'meanDiNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solidRegionDiffNo.C:49:5: note: Variable 'meanDiNum' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionSimpleFoam/fluid/setRegionFluidFields.H:5:21: style: The scope of the variable 'K' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionSimpleFoam/fluid/setRegionFluidFields.H:6:21: style: The scope of the variable 'U' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionSimpleFoam/fluid/setRegionFluidFields.H:7:25: style: The scope of the variable 'phi' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionSimpleFoam/fluid/readFluidMultiRegionSIMPLEControls.H:9:10: style: The scope of the variable 'momentumPredictor' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionSimpleFoam/fluid/readFluidMultiRegionSIMPLEControls.H:15:10: style: The scope of the variable 'fluxGradp' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionSimpleFoam/fluid/readFluidMultiRegionSIMPLEControls.H:21:10: style: The scope of the variable 'transonic' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionSimpleFoam/solid/setRegionSolidFields.H:5:21: style: The scope of the variable 'K' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionSimpleFoam/solid/setRegionSolidFields.H:6:21: style: The scope of the variable 'T' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/heatTransfer/chtMultiRegionSimpleFoam/derivedFvPatchFields/solidWallHeatFluxTemperature/solidWallHeatFluxTemperatureFvPatchScalarField.H:59:1: warning: The class 'solidWallHeatFluxTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/applications/solvers/multiphase/compressibleInterFoam/compressibleInterDyMFoam/readControls.H:22:10: style: The scope of the variable 'correctPhi' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/multiphase/compressibleInterFoam/compressibleInterDyMFoam/readControls.H:28:10: style: The scope of the variable 'checkMeshCourantNo' can be reduced. [variableScope]
freefoam-0.1.0/applications/solvers/multiphase/compressibleInterFoam/compressibleInterDyMFoam/readControls.H:25:22: style: Variable 'correctPhi' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/applications/solvers/multiphase/compressibleInterFoam/compressibleInterDyMFoam/readControls.H:31:30: style: Variable 'checkMeshCourantNo' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/applications/solvers/multiphase/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.H:102:9: style: Class 'threePhaseInterfaceProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/interMixingFoam/alphaEqnsSubCycle.H:42:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/multiphase/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.C:58:49: style: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/solvers/multiphase/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.H:86:57: note: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'.
freefoam-0.1.0/applications/solvers/multiphase/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.C:58:49: note: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'.
freefoam-0.1.0/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H:118:22: warning: Virtual function 'correct' is called from constructor 'Kunz(const volVectorField&U,const surfaceScalarField&phi,const word&alpha1Name="alpha1")' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.C:61:5: note: Calling correct
freefoam-0.1.0/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H:118:22: note: correct is a virtual method
freefoam-0.1.0/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H:112:22: warning: Virtual function 'correct' is called from constructor 'Merkle(const volVectorField&U,const surfaceScalarField&phi,const word&alpha1Name="alpha1")' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.C:61:5: note: Calling correct
freefoam-0.1.0/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H:112:22: note: correct is a virtual method
freefoam-0.1.0/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H:125:22: warning: Virtual function 'correct' is called from constructor 'SchnerrSauer(const volVectorField&U,const surfaceScalarField&phi,const word&alpha1Name="alpha1")' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.C:65:5: note: Calling correct
freefoam-0.1.0/applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H:125:22: note: correct is a virtual method
freefoam-0.1.0/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/alphaContactAngle/alphaContactAngleFvPatchScalarField.H:78:13: style: Class 'interfaceThetaProps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.C:43:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.C:532:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.C:574:9: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.H:62:9: style: Class 'GidaspowConductivity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H:67:9: style: Class 'HrenyaSinclairConductivity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.H:62:9: style: Class 'SyamlalConductivity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.H:62:9: style: Class 'JohnsonJacksonFrictionalStress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.C:87:30: style: Function 'frictionalPressurePrime' argument 5 names different: declaration 'n' definition 'eta'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H:87:38: note: Function 'frictionalPressurePrime' argument 5 names different: declaration 'n' definition 'eta'.
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.C:87:30: note: Function 'frictionalPressurePrime' argument 5 names different: declaration 'n' definition 'eta'.
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H:62:9: style: Class 'SchaefferFrictionalStress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.H:62:9: style: Class 'LunPressure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.H:62:9: style: Class 'SyamlalRogersOBrienPressure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.H:62:9: style: Class 'CarnahanStarlingRadial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.H:62:9: style: Class 'GidaspowRadial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.H:62:9: style: Class 'LunSavageRadial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.H:62:9: style: Class 'SinclairJacksonRadial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.H:63:9: style: Class 'GidaspowViscosity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.H:71:9: style: Class 'HrenyaSinclairViscosity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.H:64:9: style: Class 'SyamlalViscosity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.H:64:9: style: Class 'noneViscosity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/solvers/stressAnalysis/solidDisplacementFoam/readSolidDisplacementFoamControls.H:3:10: style: Variable 'nCorr' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/applications/solvers/stressAnalysis/solidDisplacementFoam/tractionDisplacement/tractionDisplacementFvPatchVectorField.H:51:1: warning: The class 'tractionDisplacementFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/tractionDisplacementCorrection/tractionDisplacementCorrectionFvPatchVectorField.H:41:1: warning: The class 'tractionDisplacementCorrectionFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/applications/test/Dictionary_/DictionaryTest.C:79:5: style: Class 'Scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/test/HashingSpeed/testHashingSpeed.C:720:10: style: The scope of the variable 'r' can be reduced. [variableScope]
freefoam-0.1.0/applications/test/HashingSpeed/testHashingSpeed.C:795:19: style: The scope of the variable 'crc_accum' can be reduced. [variableScope]
freefoam-0.1.0/applications/test/HashingSpeed/testHashingSpeed.C:815:18: style: The scope of the variable 'i' can be reduced. [variableScope]
freefoam-0.1.0/applications/test/HashingSpeed/testHashingSpeed.C:835:9: style: The scope of the variable 'i0' can be reduced. [variableScope]
freefoam-0.1.0/applications/test/HashingSpeed/testHashingSpeed.C:835:13: style: The scope of the variable 'i1' can be reduced. [variableScope]
freefoam-0.1.0/applications/test/HashingSpeed/testHashingSpeed.C:1009:9: style: Unused variable: i [unusedVariable]
freefoam-0.1.0/applications/test/HashingSpeed/testHashingSpeed.C:1013:14: error: Uninitialized variable: h [uninitvar]
freefoam-0.1.0/applications/test/ISLList/ISLListTest.C:50:5: style: Class 'Scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/test/PtrList/PtrListTest.C:49:5: style: Class 'Scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/test/UDictionary/UDictionaryTest.C:129:0: error: Memory leak: dictPtr [memleak]
freefoam-0.1.0/applications/test/alloc/allocTest.C:24:0: style: Variable 'array' is allocated memory that is never used. [unusedAllocatedMemory]
freefoam-0.1.0/applications/test/alloc/mallocTest.C:5:0: error: syntax error [syntaxError]
freefoam-0.1.0/applications/test/alloc/newTest.C:3:0: error: syntax error [syntaxError]
freefoam-0.1.0/applications/test/alloc/test.C:55:0: error: syntax error [syntaxError]
freefoam-0.1.0/applications/test/callback/callbackTest.C:94:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/applications/test/callback/callbackTest.C:49:25: note: Virtual function in base class
freefoam-0.1.0/applications/test/callback/callbackTest.C:94:25: note: Function in derived class
freefoam-0.1.0/applications/test/maxMem/maxMem.C:15:11: style: The scope of the variable 'cPtr' can be reduced. [variableScope]
freefoam-0.1.0/applications/test/maxMem/maxMem.C:19:9: style: Variable 'cPtr' is allocated memory that is never used. [unusedAllocatedMemory]
freefoam-0.1.0/applications/test/maxMem/maxMem.C:17:0: error: Memory leak: cPtr [memleak]
freefoam-0.1.0/applications/test/speed/scalarSpeedTest/scalarSpeedTest.C:192:0: error: Memory leak: f1 [memleak]
freefoam-0.1.0/applications/test/speed/scalarSpeedTest/scalarSpeedTest.C:192:0: error: Memory leak: f2 [memleak]
freefoam-0.1.0/applications/test/speed/scalarSpeedTest/scalarSpeedTest.C:192:0: error: Memory leak: f3 [memleak]
freefoam-0.1.0/applications/test/speed/scalarSpeedTest/scalarSpeedTest.C:192:0: error: Memory leak: f4 [memleak]
freefoam-0.1.0/applications/test/speed/scalarSpeedTest/scalarSpeedTest.C:192:0: error: Memory leak: fr [memleak]
freefoam-0.1.0/applications/test/speed/scalarSpeedTest/scalarSpeedTest.C:192:0: error: Memory leak: addr [memleak]
freefoam-0.1.0/applications/test/speed/scalarSpeedTest/scalarSpeedTest.C:192:0: error: Memory leak: redAddr [memleak]
freefoam-0.1.0/applications/test/speed/scalarSpeedTest/scalarSpeedTest.C:192:0: error: Memory leak: redAddr2 [memleak]
freefoam-0.1.0/applications/test/string/stringTest.C:58:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefoam-0.1.0/applications/utilities/mesh/advanced/collapseEdges/collapseEdges.C:211:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freefoam-0.1.0/applications/utilities/mesh/advanced/collapseEdges/collapseEdges.C:217:9: note: Found duplicate branches for 'if' and 'else'.
freefoam-0.1.0/applications/utilities/mesh/advanced/collapseEdges/collapseEdges.C:211:9: note: Found duplicate branches for 'if' and 'else'.
freefoam-0.1.0/applications/utilities/mesh/advanced/modifyMesh/cellSplitter.H:108:9: style: Class 'cellSplitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/advanced/selectCells/edgeStats.H:68:19: performance: Technically the member function 'Foam::edgeStats::getNormalDir' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/mesh/advanced/selectCells/edgeStats.C:40:34: note: Technically the member function 'Foam::edgeStats::getNormalDir' can be static.
freefoam-0.1.0/applications/utilities/mesh/advanced/selectCells/edgeStats.H:68:19: note: Technically the member function 'Foam::edgeStats::getNormalDir' can be static.
freefoam-0.1.0/applications/utilities/mesh/advanced/selectCells/edgeStats.H:89:9: style: Class 'edgeStats' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C:269:8: style: The scope of the variable 'name' can be reduced. [variableScope]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.C:41:29: style: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.H:78:30: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.C:41:29: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.C:41:38: style: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.H:78:39: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.C:41:38: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.C:41:47: style: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.H:78:48: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.C:41:47: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H:161:9: style: 'curvedEdge::operator=' should return 'curvedEdge &'. [operatorEq]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockDescriptor.H:143:9: style: 'blockDescriptor::operator=' should return 'blockDescriptor &'. [operatorEq]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.H:91:9: style: Class 'block' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/block.H:59:1: warning: The class 'block' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:37:32: style: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.H:84:37: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:37:32: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:37:41: style: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.H:84:46: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:37:41: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:37:50: style: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.H:84:55: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
freefoam-0.1.0/applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C:37:50: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
freefoam-0.1.0/applications/utilities/mesh/conversion/foamMeshToFluent/fluentFvMesh.H:57:9: style: Class 'fluentFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/conversion/kivaToFoam/kivaToFoam.C:119:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefoam-0.1.0/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:32: style: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.H:77:37: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
freefoam-0.1.0/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:32: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
freefoam-0.1.0/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:41: style: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.H:77:46: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
freefoam-0.1.0/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:41: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
freefoam-0.1.0/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:50: style: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.H:77:55: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
freefoam-0.1.0/applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C:35:50: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
freefoam-0.1.0/applications/utilities/mesh/conversion/polyDualMesh/meshDualiser.H:187:9: style: Class 'meshDualiser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:202:14: performance: Technically the member function 'sammMesh::sammEqualFace' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/mesh/conversion/sammToFoam/createBoundaryFaces.C:35:16: note: Technically the member function 'sammMesh::sammEqualFace' can be static.
freefoam-0.1.0/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:202:14: note: Technically the member function 'sammMesh::sammEqualFace' can be static.
freefoam-0.1.0/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:157:14: performance: Technically the member function 'sammMesh::fillSammAddressingTable' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/mesh/conversion/sammToFoam/fillSammAddressingTable.C:37:16: note: Technically the member function 'sammMesh::fillSammAddressingTable' can be static.
freefoam-0.1.0/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:157:14: note: Technically the member function 'sammMesh::fillSammAddressingTable' can be static.
freefoam-0.1.0/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:156:14: performance: Technically the member function 'sammMesh::fillSammCellShapeTable' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/mesh/conversion/sammToFoam/fillSammCellShapeTable.C:38:16: note: Technically the member function 'sammMesh::fillSammCellShapeTable' can be static.
freefoam-0.1.0/applications/utilities/mesh/conversion/sammToFoam/sammMesh.H:156:14: note: Technically the member function 'sammMesh::fillSammCellShapeTable' can be static.
freefoam-0.1.0/applications/utilities/mesh/conversion/starToFoam/starMesh.H:251:14: performance: Technically the member function 'starMesh::starEqualFace' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/mesh/conversion/starToFoam/createBoundaryFaces.C:35:16: note: Technically the member function 'starMesh::starEqualFace' can be static.
freefoam-0.1.0/applications/utilities/mesh/conversion/starToFoam/starMesh.H:251:14: note: Technically the member function 'starMesh::starEqualFace' can be static.
freefoam-0.1.0/applications/utilities/mesh/conversion/starToFoam/createCoupleMatches.C:1065:38: warning: Iterators to containers from different expressions 'cme' and 'curEdge' are used together. [mismatchingContainerExpression]
freefoam-0.1.0/applications/utilities/mesh/conversion/starToFoam/createCoupleMatches.C:1084:38: warning: Iterators to containers from different expressions 'cse' and 'curEdge' are used together. [mismatchingContainerExpression]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.C:39:29: style: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.H:75:30: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.C:39:29: note: Function 'vtxLabel' argument 1 names different: declaration 'i' definition 'a'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.C:39:38: style: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.H:75:39: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.C:39:38: note: Function 'vtxLabel' argument 2 names different: declaration 'j' definition 'b'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.C:39:47: style: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.H:75:48: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.C:39:47: note: Function 'vtxLabel' argument 3 names different: declaration 'k' definition 'c'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.H:75:15: style: Technically the member function 'Foam::block::vtxLabel' can be const. [functionConst]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.C:39:14: note: Technically the member function 'Foam::block::vtxLabel' can be const.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.H:75:15: note: Technically the member function 'Foam::block::vtxLabel' can be const.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/block.H:89:9: style: Class 'block' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockDescriptor.C:237:23: warning: Member variable 'blockDescriptor::blockShape_' is not assigned a value in 'blockDescriptor::operator='. [operatorEqVarError]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockDescriptor.C:237:23: warning: Member variable 'blockDescriptor::edgePoints_' is not assigned a value in 'blockDescriptor::operator='. [operatorEqVarError]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockDescriptor.C:237:23: warning: Member variable 'blockDescriptor::edgeWeights_' is not assigned a value in 'blockDescriptor::operator='. [operatorEqVarError]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockDescriptor.C:237:23: warning: Member variable 'blockDescriptor::n_' is not assigned a value in 'blockDescriptor::operator='. [operatorEqVarError]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockDescriptor.C:237:23: warning: Member variable 'blockDescriptor::expand_' is not assigned a value in 'blockDescriptor::operator='. [operatorEqVarError]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockDescriptor.C:237:23: warning: Member variable 'blockDescriptor::zoneName_' is not assigned a value in 'blockDescriptor::operator='. [operatorEqVarError]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockDescriptor.H:59:1: warning: The class 'blockDescriptor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockMesh.H:109:9: style: Class 'blockMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/createMergeList.C:200:18: style: The scope of the variable 'found' can be reduced. [variableScope]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/createTopology.C:81:21: style: Function 'patchLabelsOK' argument 3 names different: declaration 'patchShapes' definition 'patchFaces'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockMesh.H:85:29: note: Function 'patchLabelsOK' argument 3 names different: declaration 'patchShapes' definition 'patchFaces'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/createTopology.C:81:21: note: Function 'patchLabelsOK' argument 3 names different: declaration 'patchShapes' definition 'patchFaces'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.C:34:16: style: Function 'BSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.H:96:24: note: Function 'BSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.C:34:16: note: Function 'BSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.C:43:50: style: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.H:104:37: note: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.C:43:50: note: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.C:64:18: style: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.H:108:58: note: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.C:64:18: note: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.H:111:16: performance: Technically the member function 'Foam::BSpline::length' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.C:133:29: note: Technically the member function 'Foam::BSpline::length' can be static.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.H:111:16: note: Technically the member function 'Foam::BSpline::length' can be static.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.C:34:16: style: Function 'CatmullRomSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.H:98:24: note: Function 'CatmullRomSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.C:34:16: note: Function 'CatmullRomSpline' argument 2 names different: declaration 'notImplementedClosed' definition 'closed'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.C:43:59: style: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.H:106:37: note: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.C:43:59: note: Function 'position' argument 1 names different: declaration 'lambda' definition 'mu'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.C:64:18: style: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.H:110:58: note: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.C:64:18: note: Function 'position' argument 2 names different: declaration 'lambda' definition 'mu'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.H:113:16: performance: Technically the member function 'Foam::CatmullRomSpline::length' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.C:133:38: note: Technically the member function 'Foam::CatmullRomSpline::length' can be static.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/CatmullRomSpline.H:113:16: note: Technically the member function 'Foam::CatmullRomSpline::length' can be static.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/arcEdge.H:101:15: style: The function 'position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H:153:23: note: Virtual function in base class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/arcEdge.H:101:15: note: Function in derived class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/arcEdge.H:104:16: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H:156:24: note: Virtual function in base class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/arcEdge.H:104:16: note: Function in derived class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/lineEdge.H:84:15: style: The function 'position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H:153:23: note: Virtual function in base class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/lineEdge.H:84:15: note: Function in derived class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/lineEdge.H:87:16: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H:156:24: note: Virtual function in base class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/lineEdge.H:87:16: note: Function in derived class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/polyLineEdge.H:93:15: style: The function 'position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H:153:23: note: Virtual function in base class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/polyLineEdge.H:93:15: note: Function in derived class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/polyLineEdge.H:96:16: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H:156:24: note: Virtual function in base class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/polyLineEdge.H:96:16: note: Function in derived class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/splineEdge.H:97:23: style: The function 'position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H:153:23: note: Virtual function in base class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/splineEdge.H:97:23: note: Function in derived class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/splineEdge.H:100:24: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H:156:24: note: Virtual function in base class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/curvedEdges/splineEdge.H:100:24: note: Function in derived class
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/setEdge.C:73:5: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/setEdge.C:64:0: note: Variable 'found' is reassigned a value before the old one has been used.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/setEdge.C:73:5: note: Variable 'found' is reassigned a value before the old one has been used.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/setEdge.C:59:37: style: Function 'setEdge' argument 1 names different: declaration 'edge' definition 'edgeI'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/blockDescriptor.H:91:28: note: Function 'setEdge' argument 1 names different: declaration 'edge' definition 'edgeI'.
freefoam-0.1.0/applications/utilities/mesh/generation/blockMesh/setEdge.C:59:37: note: Function 'setEdge' argument 1 names different: declaration 'edge' definition 'edgeI'.
freefoam-0.1.0/applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh.H:90:14: performance: Technically the member function 'Foam::extrude2DMesh::updateMesh' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh.H:94:14: performance: Technically the member function 'Foam::extrude2DMesh::distribute' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh.H:75:9: style: Class 'extrude2DMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/generation/extrudeMesh/faceMesh.H:74:9: style: Class 'faceMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/generation/extrudeMesh/extrudeModel/linearNormal/linearNormal.H:67:9: style: Class 'linearNormal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/generation/extrudeMesh/extrudeModel/linearRadial/linearRadial.H:64:9: style: Class 'linearRadial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/generation/extrudeMesh/extrudeModel/sigmaRadial/sigmaRadial.H:66:9: style: Class 'sigmaRadial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/generation/extrudeMesh/extrudeModel/wedge/wedge.H:80:9: style: Class 'wedge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.H:102:9: style: Class 'mergePolyMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.C:295:10: style: The scope of the variable 'newZoneFlip' can be reduced. [variableScope]
freefoam-0.1.0/applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.H:76:9: style: Class 'mirrorFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/mesh/manipulation/setSet/setSet.C:120:17: warning: Either the condition 'is0Ptr' is redundant or there is possible null pointer dereference: is0Ptr. [nullPointerRedundantCheck]
freefoam-0.1.0/applications/utilities/mesh/manipulation/setSet/setSet.C:107:9: note: Assuming that condition 'is0Ptr' is not redundant
freefoam-0.1.0/applications/utilities/mesh/manipulation/setSet/setSet.C:120:17: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/mesh/manipulation/setSet/writeFuns.C:40:0: error: #error "Cannot find LITTLE_ENDIAN or BIG_ENDIAN symbol defined." [preprocessorErrorDirective]
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:47:17: style: Function 'otherFace' argument 3 names different: declaration 'excludeFaceI' definition 'faceI'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.H:131:25: note: Function 'otherFace' argument 3 names different: declaration 'excludeFaceI' definition 'faceI'.
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:47:17: note: Function 'otherFace' argument 3 names different: declaration 'excludeFaceI' definition 'faceI'.
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:295:25: style: Function 'walkAllPointConnectedFaces' argument 3 names different: declaration 'fenceEdges' definition 'fencePoints'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.H:116:33: note: Function 'walkAllPointConnectedFaces' argument 3 names different: declaration 'fenceEdges' definition 'fencePoints'.
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:295:25: note: Function 'walkAllPointConnectedFaces' argument 3 names different: declaration 'fenceEdges' definition 'fencePoints'.
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:432:17: style: Function 'regionSide' argument 4 names different: declaration 'startCell' definition 'startCellI'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.H:144:25: note: Function 'regionSide' argument 4 names different: declaration 'startCell' definition 'startCellI'.
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:432:17: note: Function 'regionSide' argument 4 names different: declaration 'startCell' definition 'startCellI'.
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:433:17: style: Function 'regionSide' argument 5 names different: declaration 'startFace' definition 'startFaceI'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.H:145:25: note: Function 'regionSide' argument 5 names different: declaration 'startFace' definition 'startFaceI'.
freefoam-0.1.0/applications/utilities/mesh/manipulation/splitMesh/regionSide.C:433:17: note: Function 'regionSide' argument 5 names different: declaration 'startFace' definition 'startFaceI'.
freefoam-0.1.0/applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C:190:29: style: Condition 'interProcBouFound' is always true [knownConditionTrueFalse]
freefoam-0.1.0/applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C:153:45: note: Assignment 'interProcBouFound=true', assigned value is 1
freefoam-0.1.0/applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C:190:29: note: Condition 'interProcBouFound' is always true
freefoam-0.1.0/applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C:376:37: style: Condition 'interProcBouFound' is always true [knownConditionTrueFalse]
freefoam-0.1.0/applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C:332:53: note: Assignment 'interProcBouFound=true', assigned value is 1
freefoam-0.1.0/applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C:376:37: note: Condition 'interProcBouFound' is always true
freefoam-0.1.0/applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H:133:9: style: Class 'domainDecomposition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.H:150:13: style: Class 'processorSurfacePatchFieldDecomposer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructor.H:97:17: style: Class 'fvPatchFieldReconstructor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructor.H:155:14: performance: Technically the member function 'Foam::fvFieldReconstructor::reconstructFvVolumeFields' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructorReconstructFields.C:456:34: note: Technically the member function 'Foam::fvFieldReconstructor::reconstructFvVolumeFields' can be static.
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructor.H:155:14: note: Technically the member function 'Foam::fvFieldReconstructor::reconstructFvVolumeFields' can be static.
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructor.H:163:14: performance: Technically the member function 'Foam::fvFieldReconstructor::reconstructFvSurfaceFields' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructorReconstructFields.C:490:34: note: Technically the member function 'Foam::fvFieldReconstructor::reconstructFvSurfaceFields' can be static.
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructor.H:163:14: note: Technically the member function 'Foam::fvFieldReconstructor::reconstructFvSurfaceFields' can be static.
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructor.H:97:17: style: Class 'pointPatchFieldReconstructor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructor.H:143:14: performance: Technically the member function 'Foam::pointFieldReconstructor::reconstructFields' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructorReconstructFields.C:143:37: note: Technically the member function 'Foam::pointFieldReconstructor::reconstructFields' can be static.
freefoam-0.1.0/applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructor.H:143:14: note: Technically the member function 'Foam::pointFieldReconstructor::reconstructFields' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:459:30: warning: Possible null pointer dereference: ensightFilePtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:433:32: note: Assignment 'ensightFilePtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:459:30: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:549:30: warning: Possible null pointer dereference: ensightFilePtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:535:32: note: Assignment 'ensightFilePtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:549:30: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:722:35: warning: Possible null pointer dereference: ensightFilePtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:709:37: note: Assignment 'ensightFilePtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C:722:35: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/cellSets.H:75:9: style: Class 'cellSets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1365:38: warning: Possible null pointer dereference: ensightGeometryFilePtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1353:40: note: Assignment 'ensightGeometryFilePtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1365:38: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1500:38: warning: Possible null pointer dereference: trisPtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1481:41: note: Assignment 'trisPtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1500:38: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1501:39: warning: Possible null pointer dereference: quadsPtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1482:41: note: Assignment 'quadsPtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1501:39: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1502:39: warning: Possible null pointer dereference: polysPtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1483:41: note: Assignment 'polysPtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1502:39: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1503:46: warning: Either the condition 'if(patchPointsPtr)' is redundant or there is possible null pointer dereference: patchPointsPtr. [nullPointerRedundantCheck]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1522:28: note: Assuming that condition 'if(patchPointsPtr)' is not redundant
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1503:46: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1504:43: warning: Possible null pointer dereference: patchFacesPtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1486:45: note: Assignment 'patchFacesPtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1504:43: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1659:43: warning: Possible null pointer dereference: ensightGeometryFilePtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1647:45: note: Assignment 'ensightGeometryFilePtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1659:43: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1788:38: warning: Possible null pointer dereference: trisPtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1769:40: note: Assignment 'trisPtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1788:38: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1789:39: warning: Possible null pointer dereference: quadsPtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1770:41: note: Assignment 'quadsPtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1789:39: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1790:39: warning: Possible null pointer dereference: polysPtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1771:41: note: Assignment 'polysPtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1790:39: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1791:46: warning: Either the condition 'if(patchPointsPtr)' is redundant or there is possible null pointer dereference: patchPointsPtr. [nullPointerRedundantCheck]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1809:28: note: Assuming that condition 'if(patchPointsPtr)' is not redundant
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1791:46: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1792:43: warning: Possible null pointer dereference: patchFacesPtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1774:45: note: Assignment 'patchFacesPtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1792:43: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:400:15: style: Variable 'numElem' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:417:17: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:112:14: performance: Technically the member function 'Foam::ensightMesh::writePoints' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:297:25: note: Technically the member function 'Foam::ensightMesh::writePoints' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:112:14: note: Technically the member function 'Foam::ensightMesh::writePoints' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:118:23: performance: Technically the member function 'Foam::ensightMesh::map' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:310:40: note: Technically the member function 'Foam::ensightMesh::map' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:118:23: note: Technically the member function 'Foam::ensightMesh::map' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:124:23: performance: Technically the member function 'Foam::ensightMesh::map' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:327:40: note: Technically the member function 'Foam::ensightMesh::map' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:124:23: note: Technically the member function 'Foam::ensightMesh::map' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:131:14: performance: Technically the member function 'Foam::ensightMesh::writePrims' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:366:25: note: Technically the member function 'Foam::ensightMesh::writePrims' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:131:14: note: Technically the member function 'Foam::ensightMesh::writePrims' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:138:14: performance: Technically the member function 'Foam::ensightMesh::writePolysNFaces' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:430:25: note: Technically the member function 'Foam::ensightMesh::writePolysNFaces' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:138:14: note: Technically the member function 'Foam::ensightMesh::writePolysNFaces' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:145:14: performance: Technically the member function 'Foam::ensightMesh::writePolysNPointsPerFace' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:445:25: note: Technically the member function 'Foam::ensightMesh::writePolysNPointsPerFace' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:145:14: note: Technically the member function 'Foam::ensightMesh::writePolysNPointsPerFace' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:153:14: performance: Technically the member function 'Foam::ensightMesh::writePolysPoints' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:466:25: note: Technically the member function 'Foam::ensightMesh::writePolysPoints' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:153:14: note: Technically the member function 'Foam::ensightMesh::writePolysPoints' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:177:14: performance: Technically the member function 'Foam::ensightMesh::writeFacePrims' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:886:25: note: Technically the member function 'Foam::ensightMesh::writeFacePrims' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:177:14: note: Technically the member function 'Foam::ensightMesh::writeFacePrims' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:184:18: performance: Technically the member function 'Foam::ensightMesh::map' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:939:35: note: Technically the member function 'Foam::ensightMesh::map' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:184:18: note: Technically the member function 'Foam::ensightMesh::map' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:201:14: performance: Technically the member function 'Foam::ensightMesh::writeNSidedNPointsPerFace' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1009:25: note: Technically the member function 'Foam::ensightMesh::writeNSidedNPointsPerFace' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:201:14: note: Technically the member function 'Foam::ensightMesh::writeNSidedNPointsPerFace' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:240:14: performance: Technically the member function 'Foam::ensightMesh::writePrimsBinary' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:388:25: note: Technically the member function 'Foam::ensightMesh::writePrimsBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:240:14: note: Technically the member function 'Foam::ensightMesh::writePrimsBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:256:14: performance: Technically the member function 'Foam::ensightMesh::writePolysNFacesBinary' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:616:25: note: Technically the member function 'Foam::ensightMesh::writePolysNFacesBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:256:14: note: Technically the member function 'Foam::ensightMesh::writePolysNFacesBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:263:14: performance: Technically the member function 'Foam::ensightMesh::writePolysNPointsPerFaceBinary' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:634:25: note: Technically the member function 'Foam::ensightMesh::writePolysNPointsPerFaceBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:263:14: note: Technically the member function 'Foam::ensightMesh::writePolysNPointsPerFaceBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:271:14: performance: Technically the member function 'Foam::ensightMesh::writePolysPointsBinary' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:658:25: note: Technically the member function 'Foam::ensightMesh::writePolysPointsBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:271:14: note: Technically the member function 'Foam::ensightMesh::writePolysPointsBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:297:14: performance: Technically the member function 'Foam::ensightMesh::writeFacePrimsBinary' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:911:25: note: Technically the member function 'Foam::ensightMesh::writeFacePrimsBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:297:14: note: Technically the member function 'Foam::ensightMesh::writeFacePrimsBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:311:14: performance: Technically the member function 'Foam::ensightMesh::writeNSidedNPointsPerFaceBinary' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C:1146:25: note: Technically the member function 'Foam::ensightMesh::writeNSidedNPointsPerFaceBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H:311:14: note: Technically the member function 'Foam::ensightMesh::writeNSidedNPointsPerFaceBinary' can be static.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightParticlePositions.C:43:23: style: Function 'ensightParticlePositions' argument 4 names different: declaration 'CloudName' definition 'cloudName'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightParticlePositions.H:46:23: note: Function 'ensightParticlePositions' argument 4 names different: declaration 'CloudName' definition 'cloudName'.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightParticlePositions.C:43:23: note: Function 'ensightParticlePositions' argument 4 names different: declaration 'CloudName' definition 'cloudName'.
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C:202:34: warning: Possible null pointer dereference: ensightCaseFilePtr [nullPointer]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C:184:36: note: Assignment 'ensightCaseFilePtr=NULL', assigned value is 0
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C:202:34: note: Null pointer dereference
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToVTK/vtkTopo.H:98:9: style: Class 'vtkTopo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/postProcessing/dataConversion/foamToVTK/writeFuns.C:50:0: error: #error "Cannot find LITTLE_ENDIAN or BIG_ENDIAN symbol defined." [preprocessorErrorDirective]
freefoam-0.1.0/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndexTemplates.C:51:21: style: Function 'collapse' argument 1 names different: declaration 'vsf' definition 'cellField'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.H:130:33: note: Function 'collapse' argument 1 names different: declaration 'vsf' definition 'cellField'.
freefoam-0.1.0/applications/utilities/postProcessing/miscellaneous/postChannel/channelIndexTemplates.C:51:21: note: Function 'collapse' argument 1 names different: declaration 'vsf' definition 'cellField'.
freefoam-0.1.0/applications/utilities/postProcessing/velocityField/streamFunction/streamFunction.C:155:18: style: The scope of the variable 'found' can be reduced. [variableScope]
freefoam-0.1.0/applications/utilities/preProcessing/changeDictionary/changeDictionary.C:155:17: style: The scope of the variable 'wildCardInMergeDict' can be reduced. [variableScope]
freefoam-0.1.0/applications/utilities/preProcessing/mapFields/mapFields.C:497:19: style: Redundant condition: bbsTargetSet[procITarget]. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:37:11: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:40:40: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:40:45: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:40:50: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:54:10: style: Technically the member function 'Quaternion::xdir' can be const. [functionConst]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:55:10: style: Technically the member function 'Quaternion::ydir' can be const. [functionConst]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h:56:10: style: Technically the member function 'Quaternion::zdir' can be const. [functionConst]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: style: Technically the member function 'List < tridata >::Contains' can be const. [functionConst]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:85:0: note: Technically the member function 'List < tridata >::Contains' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: note: Technically the member function 'List < tridata >::Contains' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:14:0: style: Class 'List < tridata >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:114:21: warning: Assert statement calls a function which may have desired side effects: 'Contains'. [assertWithSideEffect]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:121:26: warning: Assert statement calls a function which may have desired side effects: 'Contains'. [assertWithSideEffect]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:130:2: performance: Variable 'position' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:42:19: style: Technically the member function 'Triangle::HasVertex' can be const. [functionConst]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:87:15: note: Technically the member function 'Triangle::HasVertex' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C:42:19: note: Technically the member function 'Triangle::HasVertex' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: style: Technically the member function 'List < Vertex * >::Contains' can be const. [functionConst]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:85:0: note: Technically the member function 'List < Vertex * >::Contains' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: note: Technically the member function 'List < Vertex * >::Contains' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: style: Technically the member function 'List < Triangle * >::Contains' can be const. [functionConst]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:85:0: note: Technically the member function 'List < Triangle * >::Contains' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: note: Technically the member function 'List < Triangle * >::Contains' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:14:0: style: Class 'List < Vertex * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:14:0: style: Class 'List < Triangle * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/winmain.C:60:19: style: The scope of the variable 'start2' can be reduced. [variableScope]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/winmain.C:265:17: style: The scope of the variable 'n' can be reduced. [variableScope]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: style: Technically the member function 'List < labelledTri >::Contains' can be const. [functionConst]
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:85:0: note: Technically the member function 'List < labelledTri >::Contains' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:21:0: note: Technically the member function 'List < labelledTri >::Contains' can be const.
freefoam-0.1.0/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h:14:0: style: Class 'List < labelledTri >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C:241:20: style: Same expression on both sides of '||'. [duplicateExpression]
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.C:1658:17: style: Function 'changePatchType' argument 2 names different: declaration 'type' definition 'patchType'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.H:317:69: note: Function 'changePatchType' argument 2 names different: declaration 'type' definition 'patchType'.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.C:1658:17: note: Function 'changePatchType' argument 2 names different: declaration 'type' definition 'patchType'.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.C:1964:17: style: Function 'markFaces' argument 2 names different: declaration 'faceI' definition 'seedFaceI'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.H:381:29: note: Function 'markFaces' argument 2 names different: declaration 'faceI' definition 'seedFaceI'.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.C:1964:17: note: Function 'markFaces' argument 2 names different: declaration 'faceI' definition 'seedFaceI'.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.H:139:15: performance: Technically the member function 'Foam::boundaryMesh::findPatchID' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.C:250:33: note: Technically the member function 'Foam::boundaryMesh::findPatchID' can be static.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.H:139:15: note: Technically the member function 'Foam::boundaryMesh::findPatchID' can be static.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.H:142:15: performance: Technically the member function 'Foam::boundaryMesh::whichPatch' can be static. [functionStatic]
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.C:280:33: note: Technically the member function 'Foam::boundaryMesh::whichPatch' can be static.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/boundaryMesh.H:142:15: note: Technically the member function 'Foam::boundaryMesh::whichPatch' can be static.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/treeDataPrimitivePatch.C:411:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/treeDataPrimitivePatch.H:147:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/treeDataPrimitivePatch.C:411:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/treeDataPrimitivePatch.C:484:12: style: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/treeDataPrimitivePatch.H:158:24: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/treeDataPrimitivePatch.C:484:12: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/treeDataPrimitivePatch.C:523:12: style: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'. [funcArgNamesDifferent]
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/treeDataPrimitivePatch.H:189:24: note: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'.
freefoam-0.1.0/applications/utilities/surface/surfaceToPatch/treeDataPrimitivePatch.C:523:12: note: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'.
freefoam-0.1.0/applications/utilities/thermophysical/mixtureAdiabaticFlameT/mixture.H:67:9: style: Class 'mixture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/ODE/ODESolvers/KRR4/KRR4.H:91:9: style: Class 'KRR4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/ODE/ODESolvers/RK/RK.H:85:9: style: Class 'RK' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/ODE/ODESolvers/SIBS/SIBS.H:113:9: style: Class 'SIBS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OSspecific/POSIX/POSIX.C:968:23: warning: Either the condition '(hostPtr=gethostbyname(destName.c_str()))==NULL' is redundant or there is possible null pointer dereference: hostPtr. [nullPointerRedundantCheck]
freefoam-0.1.0/src/OSspecific/POSIX/POSIX.C:958:53: note: Assuming that condition '(hostPtr=gethostbyname(destName.c_str()))==NULL' is not redundant
freefoam-0.1.0/src/OSspecific/POSIX/POSIX.C:968:23: note: Null pointer dereference
freefoam-0.1.0/src/OSspecific/POSIX/POSIX.C:551:20: style: The scope of the variable 'list' can be reduced. [variableScope]
freefoam-0.1.0/src/OSspecific/POSIX/POSIX.C:855:20: style: The scope of the variable 'list' can be reduced. [variableScope]
freefoam-0.1.0/src/OSspecific/POSIX/fileStat.H:86:9: style: Class 'fileStat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OSspecific/POSIX/timer.H:117:9: style: Class 'timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OSspecific/POSIX/fileStat.C:66:17: warning: Member variable 'fileStat::isValid_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/OSspecific/POSIX/printStack.C:115:0: style: Variable 'funcname' is allocated memory that is never used. [unusedAllocatedMemory]
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigFpeImpl.H:113:14: performance: Technically the member function 'Foam::sigFpeImpl::set' can be static. [functionStatic]
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigFpeImpl.C:176:24: note: Technically the member function 'Foam::sigFpeImpl::set' can be static.
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigFpeImpl.H:113:14: note: Technically the member function 'Foam::sigFpeImpl::set' can be static.
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigIntImpl.H:85:14: performance: Technically the member function 'Foam::sigIntImpl::set' can be static. [functionStatic]
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigIntImpl.C:83:24: note: Technically the member function 'Foam::sigIntImpl::set' can be static.
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigIntImpl.H:85:14: note: Technically the member function 'Foam::sigIntImpl::set' can be static.
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigQuitImpl.H:85:14: performance: Technically the member function 'Foam::sigQuitImpl::set' can be static. [functionStatic]
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigQuitImpl.C:85:25: note: Technically the member function 'Foam::sigQuitImpl::set' can be static.
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigQuitImpl.H:85:14: note: Technically the member function 'Foam::sigQuitImpl::set' can be static.
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigSegvImpl.H:85:14: performance: Technically the member function 'Foam::sigSegvImpl::set' can be static. [functionStatic]
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigSegvImpl.C:92:25: note: Technically the member function 'Foam::sigSegvImpl::set' can be static.
freefoam-0.1.0/src/OSspecific/POSIX/signals/sigSegvImpl.H:85:14: note: Technically the member function 'Foam::sigSegvImpl::set' can be static.
freefoam-0.1.0/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C:317:23: style: Opposite expression on both sides of '&&'. [oppositeExpression]
freefoam-0.1.0/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C:317:23: note: Opposite expression on both sides of '&&'.
freefoam-0.1.0/src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C:317:23: note: Opposite expression on both sides of '&&'.
freefoam-0.1.0/src/OpenFOAM/algorithms/MeshWave/MeshWave.C:49:22: style: Function 'MeshWave' argument 2 names different: declaration 'initialChangedFaces' definition 'changedFaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/algorithms/MeshWave/MeshWave.H:90:30: note: Function 'MeshWave' argument 2 names different: declaration 'initialChangedFaces' definition 'changedFaces'.
freefoam-0.1.0/src/OpenFOAM/algorithms/MeshWave/MeshWave.C:49:22: note: Function 'MeshWave' argument 2 names different: declaration 'initialChangedFaces' definition 'changedFaces'.
freefoam-0.1.0/src/OpenFOAM/algorithms/MeshWave/MeshWave.C:74:22: style: Function 'MeshWave' argument 2 names different: declaration 'initialChangedFaces' definition 'changedFaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/algorithms/MeshWave/MeshWave.H:102:30: note: Function 'MeshWave' argument 2 names different: declaration 'initialChangedFaces' definition 'changedFaces'.
freefoam-0.1.0/src/OpenFOAM/algorithms/MeshWave/MeshWave.C:74:22: note: Function 'MeshWave' argument 2 names different: declaration 'initialChangedFaces' definition 'changedFaces'.
freefoam-0.1.0/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H:151:0: style: 'Foam :: DictionaryBase < IDLListType , T >::operator=' should return 'Foam :: DictionaryBase < IDLListType , T > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H:104:0: style: Class 'Foam :: DictionaryBase < IDLListType , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.H:75:9: style: Class 'PtrDictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H:119:0: style: 'Foam :: HashPtrTable < T , Key , Hash >::operator=' should return 'Foam :: HashPtrTable < T , Key , Hash > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H:85:0: style: Class 'Foam :: HashPtrTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H:92:0: style: Class 'Foam :: HashPtrTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:74:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:80:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:86:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:103:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:109:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashSet/HashSet.H:117:0: style: Class 'Foam :: HashSet < Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:262:0: style: 'Foam :: HashTable < T , Key , Hash >::operator=' should return 'Foam :: HashTable < T , Key , Hash > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:324:0: style: 'iterator::operator=' should return 'iterator &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:389:0: style: 'const_iterator::operator=' should return 'const_iterator &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:160:0: style: Class 'Foam :: HashTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:169:0: style: Class 'Foam :: HashTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/HashTable/HashTable.H:384:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H:242:0: style: 'Foam :: StaticHashTable < T , Key , Hash >::operator=' should return 'Foam :: StaticHashTable < T , Key , Hash > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H:150:0: style: Class 'Foam :: StaticHashTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H:159:0: style: Class 'Foam :: StaticHashTable < T , Key , Hash >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.C:101:15: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H:85:9: style: Class 'ILList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H:91:9: style: Class 'ILList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:209:0: style: 'Foam :: LList < LListBase , T >::operator=' should return 'Foam :: LList < LListBase , T > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:113:0: style: Class 'Foam :: LList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:119:0: style: Class 'Foam :: LList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:99:0: style: Struct 'link' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:242:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:286:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H:296:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:165:0: style: 'Foam :: LPtrList < LListBase , T >::operator=' should return 'Foam :: LPtrList < LListBase , T > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:99:0: style: Class 'Foam :: LPtrList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:109:0: style: Class 'Foam :: LPtrList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:192:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:228:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H:237:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:151:0: style: 'Foam :: UILList < LListBase , T >::operator=' should return 'Foam :: UILList < LListBase , T > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:90:0: style: Class 'Foam :: UILList < LListBase , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:184:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:226:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H:235:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:209:17: style: 'iterator::operator=' should return 'iterator &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:247:17: style: 'const_iterator::operator=' should return 'const_iterator &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:221:32: performance: Technically the member function 'Foam::DLListBase::end' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:266:60: note: Technically the member function 'Foam::DLListBase::end' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:221:32: note: Technically the member function 'Foam::DLListBase::end' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:259:38: performance: Technically the member function 'Foam::DLListBase::cend' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:366:19: note: Technically the member function 'Foam::DLListBase::cend' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:259:38: note: Technically the member function 'Foam::DLListBase::cend' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:262:38: performance: Technically the member function 'Foam::DLListBase::end' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:380:19: note: Technically the member function 'Foam::DLListBase::end' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:262:38: note: Technically the member function 'Foam::DLListBase::end' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:217:33: style: Technically the member function 'Foam::DLListBase::iterator::operator++' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:244:29: note: Technically the member function 'Foam::DLListBase::iterator::operator++' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:217:33: note: Technically the member function 'Foam::DLListBase::iterator::operator++' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:252:36: style: Technically the member function 'Foam::DLListBase::const_iterator::operator*' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:320:35: note: Technically the member function 'Foam::DLListBase::const_iterator::operator*' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:252:36: note: Technically the member function 'Foam::DLListBase::const_iterator::operator*' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:255:39: style: Technically the member function 'Foam::DLListBase::const_iterator::operator++' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H:343:35: note: Technically the member function 'Foam::DLListBase::const_iterator::operator++' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:255:39: note: Technically the member function 'Foam::DLListBase::const_iterator::operator++' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:110:9: style: Class 'DLListBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:200:13: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:243:13: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:180:9: warning: The class 'iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H:227:9: warning: The class 'const_iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:194:17: style: 'iterator::operator=' should return 'iterator &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:233:17: style: 'const_iterator::operator=' should return 'const_iterator &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:206:32: performance: Technically the member function 'Foam::SLListBase::end' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:239:19: note: Technically the member function 'Foam::SLListBase::end' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:206:32: note: Technically the member function 'Foam::SLListBase::end' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:245:38: performance: Technically the member function 'Foam::SLListBase::cend' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:339:19: note: Technically the member function 'Foam::SLListBase::cend' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:245:38: note: Technically the member function 'Foam::SLListBase::cend' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:248:38: performance: Technically the member function 'Foam::SLListBase::end' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:353:19: note: Technically the member function 'Foam::SLListBase::end' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:248:38: note: Technically the member function 'Foam::SLListBase::end' can be static.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:202:33: style: Technically the member function 'Foam::SLListBase::iterator::operator++' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:216:29: note: Technically the member function 'Foam::SLListBase::iterator::operator++' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:202:33: note: Technically the member function 'Foam::SLListBase::iterator::operator++' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:238:36: style: Technically the member function 'Foam::SLListBase::const_iterator::operator*' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:293:35: note: Technically the member function 'Foam::SLListBase::const_iterator::operator*' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:238:36: note: Technically the member function 'Foam::SLListBase::const_iterator::operator*' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:241:39: style: Technically the member function 'Foam::SLListBase::const_iterator::operator++' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H:316:35: note: Technically the member function 'Foam::SLListBase::const_iterator::operator++' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:241:39: note: Technically the member function 'Foam::SLListBase::const_iterator::operator++' can be const.
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:107:9: style: Class 'SLListBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:66:9: style: Struct 'link' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:185:13: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:228:13: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:165:9: warning: The class 'iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H:212:9: warning: The class 'const_iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H:94:0: style: Class 'Foam :: CompactListList < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H:105:0: style: Class 'Foam :: CompactListList < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H:111:0: style: Class 'Foam :: CompactListList < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H:117:0: style: Class 'Foam :: CompactListList < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/FixedList/FixedList.C:58:17: style: Variable 'equal' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/FixedList/FixedList.C:79:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/FixedList/FixedList.H:112:0: style: Class 'Foam :: FixedList < T , Size >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/FixedList/FixedList.H:115:0: style: Class 'Foam :: FixedList < T , Size >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/FixedList/FixedList.H:118:0: style: Class 'Foam :: FixedList < T , Size >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/FixedList/FixedList.H:121:0: style: Class 'Foam :: FixedList < T , Size >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/FixedList/FixedList.H:127:0: style: Class 'Foam :: FixedList < T , Size >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/List/List.H:111:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/List/List.H:125:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/List/List.H:128:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/List/List.H:131:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/List/List.H:134:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/List/List.H:137:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/List/List.H:140:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/List/List.H:143:9: style: Class 'List' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:345:17: style: 'iteratorBase::operator=' should return 'iteratorBase &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:173:9: style: Class 'PackedList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:382:17: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:439:17: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:445:17: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PackedList/PackedList.H:304:9: warning: The class 'iteratorBase' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PtrList/PtrList.H:132:0: style: Class 'Foam :: PtrList < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PtrList/PtrList.H:138:0: style: Class 'Foam :: PtrList < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PtrList/PtrList.H:145:0: style: Class 'Foam :: PtrList < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/PtrList/PtrList.H:247:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.H:175:9: style: Class 'ParSortableList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/SortableList/ParSortableList.H:178:9: style: Class 'ParSortableList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/UList/UList.C:164:17: style: Variable 'equal' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/UList/UList.C:185:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/UList/UList.H:108:0: style: Technically the member function 'Foam :: UList < T >::less::operator()' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/UList/UList.H:103:0: style: Class 'less' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H:113:0: style: Class 'Foam :: UPtrList < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H:204:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/Callback/Callback.H:73:9: style: Class 'Callback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:404:17: style: The scope of the variable 'spaces' can be reduced. [variableScope]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:120:16: style: Function 'IOobject' argument 4 names different: declaration 'r' definition 'ro'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.H:189:24: note: Function 'IOobject' argument 4 names different: declaration 'r' definition 'ro'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:120:16: note: Function 'IOobject' argument 4 names different: declaration 'r' definition 'ro'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:121:17: style: Function 'IOobject' argument 5 names different: declaration 'w' definition 'wo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.H:190:25: note: Function 'IOobject' argument 5 names different: declaration 'w' definition 'wo'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:121:17: note: Function 'IOobject' argument 5 names different: declaration 'w' definition 'wo'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:151:16: style: Function 'IOobject' argument 5 names different: declaration 'r' definition 'ro'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.H:201:24: note: Function 'IOobject' argument 5 names different: declaration 'r' definition 'ro'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:151:16: note: Function 'IOobject' argument 5 names different: declaration 'r' definition 'ro'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:152:17: style: Function 'IOobject' argument 6 names different: declaration 'w' definition 'wo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.H:202:25: note: Function 'IOobject' argument 6 names different: declaration 'w' definition 'wo'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:152:17: note: Function 'IOobject' argument 6 names different: declaration 'w' definition 'wo'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:180:16: style: Function 'IOobject' argument 3 names different: declaration 'r' definition 'ro'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.H:212:24: note: Function 'IOobject' argument 3 names different: declaration 'r' definition 'ro'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:180:16: note: Function 'IOobject' argument 3 names different: declaration 'r' definition 'ro'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:181:17: style: Function 'IOobject' argument 4 names different: declaration 'w' definition 'wo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.H:213:25: note: Function 'IOobject' argument 4 names different: declaration 'w' definition 'wo'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:181:17: note: Function 'IOobject' argument 4 names different: declaration 'w' definition 'wo'.
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.C:454:22: warning: Member variable 'IOobject::registerObject_' is not assigned a value in 'IOobject::operator='. [operatorEqVarError]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.H:394:9: style: 'IOobject::operator=' should return 'IOobject &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/db/IOobject/IOobject.H:85:1: warning: The class 'IOobject' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/db/IOobjectList/IOobjectList.C:151:64: style: Function 'lookupClass' argument 1 names different: declaration 'className' definition 'ClassName'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOobjectList/IOobjectList.H:96:46: note: Function 'lookupClass' argument 1 names different: declaration 'className' definition 'ClassName'.
freefoam-0.1.0/src/OpenFOAM/db/IOobjectList/IOobjectList.C:151:64: note: Function 'lookupClass' argument 1 names different: declaration 'className' definition 'ClassName'.
freefoam-0.1.0/src/OpenFOAM/db/IOobjectList/IOobjectList.C:198:54: style: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOobjectList/IOobjectList.H:102:36: note: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'.
freefoam-0.1.0/src/OpenFOAM/db/IOobjectList/IOobjectList.C:198:54: note: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'.
freefoam-0.1.0/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H:98:9: style: 'IOdictionary::operator=' should return 'IOdictionary &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H:68:9: style: Class 'IOdictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C:64:9: style: Class 'IFstreamAllocator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C:64:9: style: Class 'IFstreamAllocator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H:70:9: style: Class 'IFstreamAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C:72:9: style: Class 'OFstreamAllocator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C:72:9: style: Class 'OFstreamAllocator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:530:18: performance: Technically the member function 'Foam::IOstream::print' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.C:175:22: note: Technically the member function 'Foam::IOstream::print' can be static.
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:530:18: note: Technically the member function 'Foam::IOstream::print' can be static.
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:132:21: performance: Technically the member function 'Foam::IOstream::versionNumber::numberToIndex' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:156:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator==' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:162:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator!=' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:168:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator<' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:174:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator<=' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:180:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator>' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:186:22: style: Technically the member function 'Foam::IOstream::versionNumber::operator>=' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:115:17: style: Class 'versionNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H:122:17: style: Class 'versionNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H:56:0: style: Class 'Foam :: InfoProxy < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H:56:0: style: Class 'Foam :: InfoProxy < IOstream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C:104:17: style: The scope of the variable 'numberBuffer' can be reduced. [variableScope]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C:529:72: style: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H:178:71: note: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'.
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C:529:72: note: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'.
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C:233:36: style: Variable 'isScalar' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C:248:72: style: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H:168:71: note: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'.
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C:248:72: note: Function 'flags' argument 1 names different: declaration 'flags' definition 'f'.
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.C:86:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/Tstreams/ITstream.H:50:1: warning: The class 'ITstream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/token/token.H:379:13: style: 'token::operator=' should return 'token &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/token/token.H:309:9: style: Class 'token' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/token/token.H:222:9: style: Class 'Compound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/token/token.H:227:15: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/token/token.H:192:31: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/token/token.H:227:15: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/token/token.H:232:14: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/token/token.H:201:30: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/db/IOstreams/token/token.H:232:14: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.C:196:17: style: Function 'Time' argument 1 names different: declaration 'name' definition 'controlDictName'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.H:185:25: note: Function 'Time' argument 1 names different: declaration 'name' definition 'controlDictName'.
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.C:196:17: note: Function 'Time' argument 1 names different: declaration 'name' definition 'controlDictName'.
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.H:145:22: warning: Virtual function 'readDict' is called from constructor 'Time(const word&name,const fileName&rootPath,const fileName&caseName,const word&systemName="system",const word&constantName="constant")' at line 245. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.C:245:5: note: Calling setControls
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.C:145:5: note: Calling readDict
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.H:145:22: note: readDict is a virtual method
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.H:145:22: warning: Virtual function 'readDict' is called from constructor 'Time(const dictionary&dict,const fileName&rootPath,const fileName&caseName,const word&systemName="system",const word&constantName="constant")' at line 301. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.C:301:5: note: Calling setControls
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.C:145:5: note: Calling readDict
freefoam-0.1.0/src/OpenFOAM/db/Time/Time.H:145:22: note: readDict is a virtual method
freefoam-0.1.0/src/OpenFOAM/db/Time/instant/instant.H:102:9: style: Class 'instant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/Time/instant/instant.H:105:9: style: Class 'instant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/Time/timeSelector.H:102:9: style: Class 'timeSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.C:400:13: warning: Either the condition 'entryPtr==NULL' is redundant or there is possible null pointer dereference: entryPtr. [nullPointerRedundantCheck]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.C:389:18: note: Assuming that condition 'entryPtr==NULL' is not redundant
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.C:400:13: note: Null pointer dereference
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.C:460:12: warning: Either the condition 'entryPtr==NULL' is redundant or there is possible null pointer dereference: entryPtr. [nullPointerRedundantCheck]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.C:450:18: note: Assuming that condition 'entryPtr==NULL' is not redundant
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.C:460:12: note: Null pointer dereference
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.C:478:12: warning: Either the condition 'entryPtr==NULL' is redundant or there is possible null pointer dereference: entryPtr. [nullPointerRedundantCheck]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.C:468:18: note: Assuming that condition 'entryPtr==NULL' is not redundant
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.C:478:12: note: Null pointer dereference
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.H:456:9: style: 'dictionary::operator=' should return 'dictionary &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.H:96:9: style: Class 'dictionaryName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.H:183:9: style: Class 'dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.H:196:9: style: Class 'dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.H:206:9: style: Class 'dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/dictionary.H:212:9: style: Class 'dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/entry/entry.H:168:9: style: 'entry::operator=' should return 'entry &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C:226:23: style: Function 'primitiveEntry' argument 2 names different: declaration 'parentDict' definition 'dict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H:107:58: note: Function 'primitiveEntry' argument 2 names different: declaration 'parentDict' definition 'dict'.
freefoam-0.1.0/src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C:226:23: note: Function 'primitiveEntry' argument 2 names different: declaration 'parentDict' definition 'dict'.
freefoam-0.1.0/src/OpenFOAM/db/error/messageStream.H:111:9: style: Class 'messageStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/error/error.H:91:9: style: Class 'error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/error/error.H:94:9: style: Class 'error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/error/error.H:210:9: style: Class 'IOerror' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/error/error.H:213:9: style: Class 'IOerror' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/error/error.C:66:5: style: Class 'error' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freefoam-0.1.0/src/OpenFOAM/db/error/error.H:67:1: warning: The class 'error' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C:38:16: style: Function 'IOOutputFilter' argument 5 names different: declaration 'loadFromFile' definition 'readFromFiles'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.H:80:24: note: Function 'IOOutputFilter' argument 5 names different: declaration 'loadFromFile' definition 'readFromFiles'.
freefoam-0.1.0/src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C:38:16: note: Function 'IOOutputFilter' argument 5 names different: declaration 'loadFromFile' definition 'readFromFiles'.
freefoam-0.1.0/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H:114:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.C:98:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.C:103:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/OpenFOAM/db/objectRegistry/objectRegistry.C:38:17: style: Function 'objectRegistry' argument 1 names different: declaration 'db' definition 't'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/objectRegistry/objectRegistry.H:91:25: note: Function 'objectRegistry' argument 1 names different: declaration 'db' definition 't'.
freefoam-0.1.0/src/OpenFOAM/db/objectRegistry/objectRegistry.C:38:17: note: Function 'objectRegistry' argument 1 names different: declaration 'db' definition 't'.
freefoam-0.1.0/src/OpenFOAM/db/objectRegistry/objectRegistry.C:118:56: style: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/db/objectRegistry/objectRegistry.H:135:40: note: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'.
freefoam-0.1.0/src/OpenFOAM/db/objectRegistry/objectRegistry.C:118:56: note: Function 'names' argument 1 names different: declaration 'className' definition 'ClassName'.
freefoam-0.1.0/src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C:149:12: error: Null pointer dereference [nullPointer]
freefoam-0.1.0/src/OpenFOAM/db/scalarRange/scalarRange.H:99:9: style: Class 'scalarRange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/db/scalarRange/scalarRanges.H:63:9: style: Class 'scalarRanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/dimensionSet/dimensionSet.C:138:26: warning: Member variable 'dimensionSet::exponents_' is not assigned a value in 'dimensionSet::operator='. [operatorEqVarError]
freefoam-0.1.0/src/OpenFOAM/dimensionSet/dimensionSet.H:196:9: style: 'dimensionSet::operator=' should return 'dimensionSet &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/dimensionSet/dimensionSet.H:180:9: style: Class 'dimensionSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/dimensionSet/dimensionSet.H:109:1: warning: The class 'dimensionSet' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:94:9: style: Class 'dimensioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H:102:9: style: Class 'dimensioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C:357:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:151:9: style: Class 'DimensionedField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H:164:9: style: Class 'DimensionedField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.C:97:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.C:43:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:73:9: warning: Return value of function pow() is not used. [ignoredReturnValue]
freefoam-0.1.0/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:828:1: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:829:1: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C:830:1: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.C:89:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.C:49:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.C:63:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.H:226:0: style: 'Foam :: DynamicField < T , SizeInc , SizeMult , SizeDiv >::operator=' should return 'Foam :: DynamicField < T , SizeInc , SizeMult , SizeDiv > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.H:135:0: style: Class 'Foam :: DynamicField < T , SizeInc , SizeMult , SizeDiv >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/DynamicField/DynamicField.H:87:0: error: Null pointer dereference [nullPointer]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/Field.C:314:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/Field.C:318:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/Field.C:369:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/Field.C:370:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/Field.C:372:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/Field.C:376:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/Field.C:465:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/Field.C:469:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/Field.C:500:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/Field/FieldFunctions.C:546:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.C:54:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/scalarField/scalarField.C:95:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.H:58:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/Fields/tensorField/tensorField.H:78:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C:564:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.C:114:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.C:43:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.H:74:0: error: syntax error [syntaxError]
freefoam-0.1.0/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H:77:9: style: Class 'UniformDimensionedField' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H:98:0: style: 'Foam :: UniformDimensionedField < scalar >::operator=' should return 'Foam :: UniformDimensionedField < scalar > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H:77:0: style: Class 'Foam :: UniformDimensionedField < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H:145:26: warning: Virtual function 'updateCoeffs' is called from constructor 'timeVaryingUniformFixedValuePointPatchField(const pointPatch&,const DimensionedField<Type,pointMesh>&,const dictionary&)' at line 74. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.C:74:5: note: Calling updateCoeffs
freefoam-0.1.0/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H:145:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H:54:1: warning: The class 'timeVaryingUniformFixedValuePointPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/graph/curve/curve.H:93:13: style: Class 'curveStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/graph/curve/curve.H:99:13: style: Class 'curveStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/graph/graph.C:148:55: style: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'graphFormat'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/graph/graph.H:218:37: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'graphFormat'.
freefoam-0.1.0/src/OpenFOAM/graph/graph.C:148:55: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'graphFormat'.
freefoam-0.1.0/src/OpenFOAM/graph/graph.H:190:22: performance: Technically the member function 'Foam::graph::writer::writeXY' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/graph/graph.C:178:21: note: Technically the member function 'Foam::graph::writer::writeXY' can be static.
freefoam-0.1.0/src/OpenFOAM/graph/graph.H:190:22: note: Technically the member function 'Foam::graph::writer::writeXY' can be static.
freefoam-0.1.0/src/OpenFOAM/graph/graph.H:143:9: style: Class 'graph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:273:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:313:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:372:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:388:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:411:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C:427:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H:131:9: style: Class 'interpolationTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H:136:9: style: Class 'interpolationTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H:78:1: warning: The class 'interpolationTable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/tableReaders/csv/csvTableReader.H:78:9: style: Class 'csvTableReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/interpolations/interpolationTable/tableReaders/openFoam/openFoamTableReader.H:63:9: style: Class 'openFoamTableReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/interpolations/patchToPatchInterpolation/CalcPatchToPatchWeights.C:74:10: style: The scope of the variable 'doWeights' can be reduced. [variableScope]
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.C:299:24: style: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'ff' definition 'pf'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.H:139:32: note: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'ff' definition 'pf'.
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.C:299:24: note: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'ff' definition 'pf'.
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.C:348:30: style: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'tff' definition 'tpf'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.H:145:38: note: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'tff' definition 'tpf'.
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.C:348:30: note: Function 'faceToEdgeInterpolate' argument 1 names different: declaration 'tff' definition 'tpf'.
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.C:321:23: style: Variable 'points' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.C:322:21: style: Variable 'faces' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.H:91:14: style: Technically the member function 'Foam::PrimitivePatchInterpolation::clearWeights' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.C:146:42: note: Technically the member function 'Foam::PrimitivePatchInterpolation::clearWeights' can be const.
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.H:91:14: note: Technically the member function 'Foam::PrimitivePatchInterpolation::clearWeights' can be const.
freefoam-0.1.0/src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation_.H:99:9: style: Class 'PrimitivePatchInterpolation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.H:65:0: style: Class 'Foam :: DiagonalMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.H:68:0: style: Class 'Foam :: DiagonalMatrix < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.H:90:9: style: Class 'LUscalarMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H:94:9: style: Class 'procLduMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H:81:9: style: Class 'procLduInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/Matrix/MatrixIO.C:82:41: style: Variable 'listDelimiter' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/src/OpenFOAM/matrices/Matrix/Matrix.H:170:0: style: 'Foam :: Matrix < Form , Type >::operator=' should return 'Foam :: Matrix < Form , Type > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/matrices/Matrix/Matrix.H:113:0: style: Class 'Foam :: Matrix < Form , Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C:47:18: style: Function 'transformCoupleField' argument 1 names different: declaration 'psiInternal' definition 'pnf'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H:91:26: note: Function 'transformCoupleField' argument 1 names different: declaration 'psiInternal' definition 'pnf'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C:47:18: note: Function 'transformCoupleField' argument 1 names different: declaration 'psiInternal' definition 'pnf'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:826:9: style: 'lduMatrix::operator=' should return 'lduMatrix &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:648:9: style: Class 'lduMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:239:26: warning: Virtual function 'readControls' is called from constructor 'solver(const word&fieldName,const lduMatrix&matrix,const FieldField<Field,scalar>&interfaceBouCoeffs,const FieldField<Field,scalar>&interfaceIntCoeffs,const lduInterfaceFieldPtrsList&interfaces,const dictionary&solverControls)' at line 158. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C:158:5: note: Calling readControls
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H:239:26: note: readControls is a virtual method
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:220:17: style: Function 'meshLevel' argument 1 names different: declaration 'leveli' definition 'i'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:198:50: note: Function 'meshLevel' argument 1 names different: declaration 'leveli' definition 'i'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:220:17: note: Function 'meshLevel' argument 1 names different: declaration 'leveli' definition 'i'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:236:17: style: Function 'interfaceLevel' argument 1 names different: declaration 'leveli' definition 'i'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H:203:29: note: Function 'interfaceLevel' argument 1 names different: declaration 'leveli' definition 'i'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C:236:17: note: Function 'interfaceLevel' argument 1 names different: declaration 'leveli' definition 'i'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C:49:30: style: Function 'cyclicGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H:89:38: note: Function 'cyclicGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C:49:30: note: Function 'cyclicGAMGInterfaceField' argument 2 names different: declaration 'fineInterfaceField' definition 'fineInterface'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C:48:23: style: Function 'cyclicGAMGInterface' argument 2 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H:84:31: note: Function 'cyclicGAMGInterface' argument 2 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C:48:23: note: Function 'cyclicGAMGInterface' argument 2 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:48:23: style: Function 'processorGAMGInterface' argument 2 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:84:31: note: Function 'processorGAMGInterface' argument 2 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:48:23: note: Function 'processorGAMGInterface' argument 2 names different: declaration 'restrictAddressing' definition 'localRestrictAddressing'.
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:130:25: warning: Virtual function 'myProcNo' is called from constructor 'processorGAMGInterface(const lduInterface&fineInterface,const labelField&restrictAddressing,const labelField&neighbourRestrictAddressing)' at line 81. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:81:13: note: Calling myProcNo
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:130:25: note: myProcNo is a virtual method
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:136:25: warning: Virtual function 'neighbProcNo' is called from constructor 'processorGAMGInterface(const lduInterface&fineInterface,const labelField&restrictAddressing,const labelField&neighbourRestrictAddressing)' at line 81. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:81:26: note: Calling neighbProcNo
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:136:25: note: neighbProcNo is a virtual method
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:130:25: warning: Virtual function 'myProcNo' is called from constructor 'processorGAMGInterface(const lduInterface&fineInterface,const labelField&restrictAddressing,const labelField&neighbourRestrictAddressing)' at line 159. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:159:9: note: Calling myProcNo
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:130:25: note: myProcNo is a virtual method
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:136:25: warning: Virtual function 'neighbProcNo' is called from constructor 'processorGAMGInterface(const lduInterface&fineInterface,const labelField&restrictAddressing,const labelField&neighbourRestrictAddressing)' at line 159. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C:159:22: note: Calling neighbProcNo
freefoam-0.1.0/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H:136:25: note: neighbProcNo is a virtual method
freefoam-0.1.0/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H:82:24: performance: Technically the member function 'Foam::SVD::sign' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/matrices/scalarMatrices/SVD/SVDI.H:29:27: note: Technically the member function 'Foam::SVD::sign' can be static.
freefoam-0.1.0/src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H:82:24: note: Technically the member function 'Foam::SVD::sign' can be static.
freefoam-0.1.0/src/OpenFOAM/meshes/ProcessorTopology_/ProcessorTopology_.H:83:9: style: Class 'ProcessorTopology' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/ProcessorTopology_/commSchedule.H:80:15: performance: Technically the member function 'Foam::commSchedule::outstandingComms' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/meshes/ProcessorTopology_/commSchedule.C:41:33: note: Technically the member function 'Foam::commSchedule::outstandingComms' can be static.
freefoam-0.1.0/src/OpenFOAM/meshes/ProcessorTopology_/commSchedule.H:80:15: note: Technically the member function 'Foam::commSchedule::outstandingComms' can be static.
freefoam-0.1.0/src/OpenFOAM/meshes/bandCompression/bandCompression.C:38:60: style: Function 'bandCompression' argument 1 names different: declaration 'addressing' definition 'cellCellAddressing'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/bandCompression/bandCompression.H:49:48: note: Function 'bandCompression' argument 1 names different: declaration 'addressing' definition 'cellCellAddressing'.
freefoam-0.1.0/src/OpenFOAM/meshes/bandCompression/bandCompression.C:38:60: note: Function 'bandCompression' argument 1 names different: declaration 'addressing' definition 'cellCellAddressing'.
freefoam-0.1.0/src/OpenFOAM/meshes/boundBox/boundBox.C:114:62: style: Function 'operator<<' argument 2 names different: declaration 'b' definition 'bb'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/boundBox/boundBox.H:47:50: note: Function 'operator<<' argument 2 names different: declaration 'b' definition 'bb'.
freefoam-0.1.0/src/OpenFOAM/meshes/boundBox/boundBox.C:114:62: note: Function 'operator<<' argument 2 names different: declaration 'b' definition 'bb'.
freefoam-0.1.0/src/OpenFOAM/meshes/boundBox/boundBox.H:106:9: style: Class 'boundBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/lduMesh/lduMesh.C:40:13: error: Null pointer dereference: orPtr_ [nullPointer]
freefoam-0.1.0/src/OpenFOAM/meshes/lduMesh/lduMesh.C:39:36: note: Assignment 'orPtr_=NULL', assigned value is 0
freefoam-0.1.0/src/OpenFOAM/meshes/lduMesh/lduMesh.C:40:13: note: Null pointer dereference
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cell/cell.H:84:9: style: Class 'cell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.C:63:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H:110:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.C:63:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.C:61:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H:110:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.C:61:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C:65:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:110:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C:65:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:87:23: style: The function 'nVertPerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:233:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:87:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:92:23: style: The function 'nFacePerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:235:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:92:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:97:23: style: The function 'nMaxVertPerFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:237:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:97:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:102:23: style: The function 'faceHashValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:241:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:102:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:104:22: style: The function 'faceSizeMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:244:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:104:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:106:22: style: The function 'matchShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:106:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:115:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:265:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:115:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:117:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:269:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:117:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:119:22: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H:119:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C:67:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:110:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C:67:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:87:23: style: The function 'nVertPerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:233:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:87:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:92:23: style: The function 'nFacePerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:235:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:92:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:97:23: style: The function 'nMaxVertPerFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:237:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:97:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:102:23: style: The function 'faceHashValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:241:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:102:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:104:22: style: The function 'faceSizeMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:244:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:104:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:106:22: style: The function 'matchShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:106:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:115:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:265:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:115:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:117:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:269:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:117:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:119:22: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H:119:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C:66:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:110:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C:66:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:87:23: style: The function 'nVertPerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:233:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:87:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:92:23: style: The function 'nFacePerCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:235:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:92:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:97:23: style: The function 'nMaxVertPerFace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:237:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:97:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:102:23: style: The function 'faceHashValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:241:27: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:102:23: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:104:22: style: The function 'faceSizeMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:244:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:104:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:106:22: style: The function 'matchShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:106:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:115:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:265:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:115:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:117:22: style: The function 'isA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:269:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:117:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:119:22: style: The function 'matches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H:119:22: note: Function in derived class
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.C:64:22: style: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H:110:30: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.C:64:22: note: Function 'matchShape' argument 3 names different: declaration 'faceOwner' definition 'owner'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.H:90:9: style: Class 'cellModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H:96:9: style: Class 'cellShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/edge/edge.H:80:9: style: Class 'edge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/edge/edge.H:83:9: style: Class 'edge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.C:78:13: style: Function 'mostConcaveAngle' argument 3 names different: declaration 'edgeCos' definition 'maxAngle'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.H:101:21: note: Function 'mostConcaveAngle' argument 3 names different: declaration 'edgeCos' definition 'maxAngle'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.C:78:13: note: Function 'mostConcaveAngle' argument 3 names different: declaration 'edgeCos' definition 'maxAngle'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.C:780:12: style: Function 'nTrianglesQuads' argument 2 names different: declaration 'nTris' definition 'triI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.H:308:24: note: Function 'nTrianglesQuads' argument 2 names different: declaration 'nTris' definition 'triI'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.C:780:12: note: Function 'nTrianglesQuads' argument 2 names different: declaration 'nTris' definition 'triI'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.C:781:12: style: Function 'nTrianglesQuads' argument 3 names different: declaration 'nQuads' definition 'quadI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.H:309:24: note: Function 'nTrianglesQuads' argument 3 names different: declaration 'nQuads' definition 'quadI'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.C:781:12: note: Function 'nTrianglesQuads' argument 3 names different: declaration 'nQuads' definition 'quadI'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.H:152:9: style: Class 'face' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.H:155:9: style: Class 'face' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/faceAreaInContact.C:37:23: style: Function 'areaInContact' argument 1 names different: declaration 'points' definition 'meshPoints'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/face.H:254:31: note: Function 'areaInContact' argument 1 names different: declaration 'points' definition 'meshPoints'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/face/faceAreaInContact.C:37:23: note: Function 'areaInContact' argument 1 names different: declaration 'points' definition 'meshPoints'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H:81:9: style: Class 'tetCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H:84:9: style: Class 'tetCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/meshTools/matchPoints.C:36:26: style: Function 'matchPoints' argument 3 names different: declaration 'matchDistance' definition 'matchDistances'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/meshTools/matchPoints.H:56:26: note: Function 'matchPoints' argument 3 names different: declaration 'matchDistance' definition 'matchDistances'.
freefoam-0.1.0/src/OpenFOAM/meshes/meshTools/matchPoints.C:36:26: note: Function 'matchPoints' argument 3 names different: declaration 'matchDistance' definition 'matchDistances'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H:241:9: style: Class 'globalMeshData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.H:223:9: style: Class 'globalPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H:112:9: style: Class 'cellMapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H:113:9: style: Class 'faceMapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H:260:9: style: 'mapDistribute::operator=' should return 'mapDistribute &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H:250:18: performance: Technically the member function 'Foam::mapDistribute::updateMesh' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:140:69: style: Function 'distributePointIndices' argument 1 names different: declaration 'pointIDs' definition 'lst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:264:52: note: Function 'distributePointIndices' argument 1 names different: declaration 'pointIDs' definition 'lst'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:140:69: note: Function 'distributePointIndices' argument 1 names different: declaration 'pointIDs' definition 'lst'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:162:68: style: Function 'distributeFaceIndices' argument 1 names different: declaration 'faceIDs' definition 'lst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:266:51: note: Function 'distributeFaceIndices' argument 1 names different: declaration 'faceIDs' definition 'lst'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:162:68: note: Function 'distributeFaceIndices' argument 1 names different: declaration 'faceIDs' definition 'lst'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:184:68: style: Function 'distributeCellIndices' argument 1 names different: declaration 'cellIDs' definition 'lst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:267:51: note: Function 'distributeCellIndices' argument 1 names different: declaration 'cellIDs' definition 'lst'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:184:68: note: Function 'distributeCellIndices' argument 1 names different: declaration 'cellIDs' definition 'lst'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:206:69: style: Function 'distributePatchIndices' argument 1 names different: declaration 'patchIDs' definition 'lst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:268:52: note: Function 'distributePatchIndices' argument 1 names different: declaration 'patchIDs' definition 'lst'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C:206:69: note: Function 'distributePatchIndices' argument 1 names different: declaration 'patchIDs' definition 'lst'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H:272:18: performance: Technically the member function 'Foam::mapDistributePolyMesh::updateMesh' can be static. [functionStatic]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMesh.H:269:37: warning: Virtual function 'dbDir' is called from constructor 'polyMesh(const IOobject&io)' at line 278. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMesh.C:278:37: note: Calling meshDir
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMesh.C:799:12: note: Calling dbDir
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMesh.H:269:37: note: dbDir is a virtual method
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:81:19: style: The scope of the variable 'found' can be reduced. [variableScope]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:139:26: style: Function 'polyMesh' argument 3 names different: declaration 'shapes' definition 'cellsAsShapes'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMesh.H:248:34: note: Function 'polyMesh' argument 3 names different: declaration 'shapes' definition 'cellsAsShapes'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:139:26: note: Function 'polyMesh' argument 3 names different: declaration 'shapes' definition 'cellsAsShapes'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMesh.H:289:39: warning: Virtual function 'points' is called from constructor 'polyMesh(const IOobject&io,const Xfer<pointField>&points,const cellShapeList&shapes,const faceListList&boundaryFaces,const wordList&boundaryPatchNames,const wordList&boundaryPatchTypes,const word&defaultBoundaryPatchName,const word&defaultBoundaryPatchType,const wordList&boundaryPatchPhysicalTypes,const bool syncPar=true)' at line 304. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:304:32: note: Calling cellShapePointCells
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C:42:12: note: Calling points
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyMesh.H:289:39: note: points is a virtual method
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H:352:9: style: 'polyPatch::operator=' should return 'polyPatch &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C:1074:22: style: Function 'syncPointList' argument 4 names different: declaration 'bop' definition 'cop'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H:134:30: note: Function 'syncPointList' argument 4 names different: declaration 'bop' definition 'cop'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C:1074:22: note: Function 'syncPointList' argument 4 names different: declaration 'bop' definition 'cop'.
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.H:257:9: style: 'cellZone::operator=' should return 'cellZone &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.H:259:9: style: 'pointZone::operator=' should return 'pointZone &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsCheck.C:43:19: style: Function 'checkOrientation' argument 3 names different: declaration 'marked' definition 'setPtr'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H:74:23: note: Function 'checkOrientation' argument 3 names different: declaration 'marked' definition 'setPtr'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsCheck.C:43:19: note: Function 'checkOrientation' argument 3 names different: declaration 'marked' definition 'setPtr'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch_/PrimitivePatchMeshEdges.C:63:19: style: The scope of the variable 'found' can be reduced. [variableScope]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch_/PrimitivePatchProjectPoints.C:115:14: style: The scope of the variable 'closer' can be reduced. [variableScope]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch_/PrimitivePatchProjectPoints.C:362:14: style: The scope of the variable 'closer' can be reduced. [variableScope]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:130:16: style: Function 'calcPointOrder' argument 2 names different: declaration 'pointMap' definition 'oldToNew'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:456:32: note: Function 'calcPointOrder' argument 2 names different: declaration 'pointMap' definition 'oldToNew'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:130:16: note: Function 'calcPointOrder' argument 2 names different: declaration 'pointMap' definition 'oldToNew'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:268:15: style: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:373:23: note: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:268:15: note: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:289:27: style: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:384:35: note: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:289:27: note: Function 'reset' argument 5 names different: declaration 'cells' definition 'clst'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:306:23: style: Function 'movePoints' argument 1 names different: declaration 'p' definition 'newPoints'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:495:39: note: Function 'movePoints' argument 1 names different: declaration 'p' definition 'newPoints'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:306:23: note: Function 'movePoints' argument 1 names different: declaration 'p' definition 'newPoints'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:307:23: style: Function 'movePoints' argument 2 names different: declaration 'oldP' definition 'oldPoints'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:496:39: note: Function 'movePoints' argument 2 names different: declaration 'oldP' definition 'oldPoints'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C:307:23: note: Function 'movePoints' argument 2 names different: declaration 'oldP' definition 'oldPoints'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCells.C:35:17: style: Function 'calcCells' argument 4 names different: declaration 'nCells' definition 'inNCells'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:446:33: note: Function 'calcCells' argument 4 names different: declaration 'nCells' definition 'inNCells'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCells.C:35:17: note: Function 'calcCells' argument 4 names different: declaration 'nCells' definition 'inNCells'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:797:18: style: Technically the member function 'Foam::primitiveMesh::clearGeom' can be const. [functionConst]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C:126:27: note: Technically the member function 'Foam::primitiveMesh::clearGeom' can be const.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H:797:18: note: Technically the member function 'Foam::primitiveMesh::clearGeom' can be const.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:164:18: style: Function 'plane' argument 1 names different: declaration 'point1' definition 'a'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:129:28: note: Function 'plane' argument 1 names different: declaration 'point1' definition 'a'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:164:18: note: Function 'plane' argument 1 names different: declaration 'point1' definition 'a'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:165:18: style: Function 'plane' argument 2 names different: declaration 'point2' definition 'b'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:129:49: note: Function 'plane' argument 2 names different: declaration 'point2' definition 'b'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:165:18: note: Function 'plane' argument 2 names different: declaration 'point2' definition 'b'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:166:18: style: Function 'plane' argument 3 names different: declaration 'point3' definition 'c'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:129:70: note: Function 'plane' argument 3 names different: declaration 'point3' definition 'c'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:166:18: note: Function 'plane' argument 3 names different: declaration 'point3' definition 'c'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:174:38: style: Function 'plane' argument 1 names different: declaration 'planeDict' definition 'dict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:136:33: note: Function 'plane' argument 1 names different: declaration 'planeDict' definition 'dict'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.C:174:38: note: Function 'plane' argument 1 names different: declaration 'planeDict' definition 'dict'.
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:123:9: style: Class 'plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:133:9: style: Class 'plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:136:9: style: Class 'plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/plane/plane.H:139:9: style: Class 'plane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.H:108:0: style: Class 'Foam :: tetrahedron < Point , PointRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H:128:0: style: 'Foam :: VectorSpace < Form , Cmpt , nCmpt >::operator=' should return 'Foam :: VectorSpace < Form , Cmpt , nCmpt > &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/primitives/VectorSpace/VectorSpace.H:105:0: style: Class 'Foam :: VectorSpace < Form , Cmpt , nCmpt >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/bools/Switch/Switch.H:134:9: style: Class 'Switch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/bools/Switch/Switch.H:140:9: style: Class 'Switch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/bools/Switch/Switch.H:146:9: style: Class 'Switch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/bools/Switch/Switch.H:152:9: style: Class 'Switch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/bools/Switch/Switch.H:158:9: style: Class 'Switch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/bools/Switch/SwitchIO.C:31:15: warning: Member variable 'Switch::switch_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/OpenFOAM/primitives/bools/bool/bool.H:65:1: style: The class 'pTraits < bool >' does not have a constructor although it has private member variables. [noConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/complex/complex.H:129:9: style: 'complex::operator=' should return 'complex &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/primitives/complex/complex.H:107:9: style: Class 'complex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:477:17: style: Function 'Hasher' argument 1 names different: declaration 'data' definition 'key'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H:60:33: note: Function 'Hasher' argument 1 names different: declaration 'data' definition 'key'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:477:17: note: Function 'Hasher' argument 1 names different: declaration 'data' definition 'key'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:478:12: style: Function 'Hasher' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H:60:46: note: Function 'Hasher' argument 2 names different: declaration 'len' definition 'length'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:478:12: note: Function 'Hasher' argument 2 names different: declaration 'len' definition 'length'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:479:14: style: Function 'Hasher' argument 3 names different: declaration 'seed' definition 'initval'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.H:60:60: note: Function 'Hasher' argument 3 names different: declaration 'seed' definition 'initval'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:479:14: note: Function 'Hasher' argument 3 names different: declaration 'seed' definition 'initval'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:518:21: style: Function 'HasherInt' argument 1 names different: declaration 'data' definition 'k'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H:54:40: note: Function 'HasherInt' argument 1 names different: declaration 'data' definition 'k'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:518:21: note: Function 'HasherInt' argument 1 names different: declaration 'data' definition 'k'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:562:21: style: Function 'HasherDual' argument 1 names different: declaration 'data' definition 'k'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H:65:25: note: Function 'HasherDual' argument 1 names different: declaration 'data' definition 'k'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:562:21: note: Function 'HasherDual' argument 1 names different: declaration 'data' definition 'k'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:563:12: style: Function 'HasherDual' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H:66:16: note: Function 'HasherDual' argument 2 names different: declaration 'len' definition 'length'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/Hasher/Hasher.C:563:12: note: Function 'HasherDual' argument 2 names different: declaration 'len' definition 'length'.
freefoam-0.1.0/src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H:31:20: warning: Member variable 'SHA1::buffer_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/OpenFOAM/primitives/quaternion/quaternion.C:73:64: style: Function 'operator<<' argument 2 names different: declaration 'C' definition 'q'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/primitives/quaternion/quaternion.H:54:52: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 'q'.
freefoam-0.1.0/src/OpenFOAM/primitives/quaternion/quaternion.C:73:64: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 'q'.
freefoam-0.1.0/src/OpenFOAM/primitives/quaternion/quaternion.H:158:9: style: 'quaternion::operator=' should return 'quaternion &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/primitives/quaternion/quaternion.H:113:9: style: Class 'quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/random/BSD_random.c:201:15: style: The scope of the variable 'i' can be reduced. [variableScope]
freefoam-0.1.0/src/OpenFOAM/primitives/random/BSD_random.c:201:18: style: The scope of the variable 'j' can be reduced. [variableScope]
freefoam-0.1.0/src/OpenFOAM/primitives/random/BSD_random.c:206:3: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/src/OpenFOAM/primitives/random/Random_.C:36:0: error: #error "INT_MAX    != 2147483647" [preprocessorErrorDirective]
freefoam-0.1.0/src/OpenFOAM/primitives/septernion/septernion.C:73:64: style: Function 'operator<<' argument 2 names different: declaration 'C' definition 's'. [funcArgNamesDifferent]
freefoam-0.1.0/src/OpenFOAM/primitives/septernion/septernion.H:58:52: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 's'.
freefoam-0.1.0/src/OpenFOAM/primitives/septernion/septernion.C:73:64: note: Function 'operator<<' argument 2 names different: declaration 'C' definition 's'.
freefoam-0.1.0/src/OpenFOAM/primitives/septernion/septernion.H:129:9: style: 'septernion::operator=' should return 'septernion &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/primitives/septernion/septernion.H:101:9: style: Class 'septernion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/fileName/fileName.H:167:13: style: 'fileName::operator=' should return 'fileName &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/fileName/fileName.H:107:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/fileName/fileName.H:110:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/fileName/fileName.H:113:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/fileName/fileName.H:116:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/fileName/fileName.H:122:9: style: Class 'fileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/keyType/keyTypeIO.C:34:16: warning: Member variable 'keyType::isPattern_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/keyType/keyType.H:108:13: style: 'keyType::operator=' should return 'keyType &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/keyType/keyType.H:84:9: style: Class 'keyType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/keyType/keyType.H:87:9: style: Class 'keyType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/keyType/keyType.H:90:9: style: Class 'keyType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/keyType/keyType.H:96:9: style: Class 'keyType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/string.C:206:17: style: Expression is always false because 'else if' condition matches previous condition at line 173. [multiCondition]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/stringI.H:66:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/stringI.H:89:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/stringI.H:115:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/stringI.H:147:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/string.C:240:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/string.H:105:9: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/string.H:108:9: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/string.H:114:9: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/string/string.H:117:9: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/word/word.H:119:13: style: 'word::operator=' should return 'word &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/word/word.H:106:9: style: Class 'word' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/wordRe/wordRe.H:189:13: style: 'wordRe::operator=' should return 'wordRe &'. [operatorEq]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/wordRe/wordRe.H:117:9: style: Class 'wordRe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/OpenFOAM/primitives/strings/wordRe/wordRe.H:133:9: style: Class 'wordRe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/Pstream/dummy/dummyPstreamImpl.C:47:65: style: Function 'init' argument 3 names different: declaration 'myProcNo_' definition 'myProcNo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/Pstream/dummy/dummyPstreamImpl.H:89:18: note: Function 'init' argument 3 names different: declaration 'myProcNo_' definition 'myProcNo'.
freefoam-0.1.0/src/Pstream/dummy/dummyPstreamImpl.C:47:65: note: Function 'init' argument 3 names different: declaration 'myProcNo_' definition 'myProcNo'.
freefoam-0.1.0/src/Pstream/dummy/dummyPstreamImpl.C:47:86: style: Function 'init' argument 4 names different: declaration 'procIDs_' definition 'procIDs'. [funcArgNamesDifferent]
freefoam-0.1.0/src/Pstream/dummy/dummyPstreamImpl.H:90:24: note: Function 'init' argument 4 names different: declaration 'procIDs_' definition 'procIDs'.
freefoam-0.1.0/src/Pstream/dummy/dummyPstreamImpl.C:47:86: note: Function 'init' argument 4 names different: declaration 'procIDs_' definition 'procIDs'.
freefoam-0.1.0/src/Pstream/mpi/mpiPstreamImpl.C:74:63: style: Function 'init' argument 3 names different: declaration 'myProcNo_' definition 'myProcNo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/Pstream/mpi/mpiPstreamImpl.H:85:57: note: Function 'init' argument 3 names different: declaration 'myProcNo_' definition 'myProcNo'.
freefoam-0.1.0/src/Pstream/mpi/mpiPstreamImpl.C:74:63: note: Function 'init' argument 3 names different: declaration 'myProcNo_' definition 'myProcNo'.
freefoam-0.1.0/src/Pstream/mpi/mpiPstreamImpl.C:74:84: style: Function 'init' argument 4 names different: declaration 'procIDs_' definition 'procIDs'. [funcArgNamesDifferent]
freefoam-0.1.0/src/Pstream/mpi/mpiPstreamImpl.H:85:79: note: Function 'init' argument 4 names different: declaration 'procIDs_' definition 'procIDs'.
freefoam-0.1.0/src/Pstream/mpi/mpiPstreamImpl.C:74:84: note: Function 'init' argument 4 names different: declaration 'procIDs_' definition 'procIDs'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.C:148:23: style: Function 'autoHexMeshDriver' argument 3 names different: declaration 'meshDict' definition 'dict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H:177:31: note: Function 'autoHexMeshDriver' argument 3 names different: declaration 'meshDict' definition 'dict'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.C:148:23: note: Function 'autoHexMeshDriver' argument 3 names different: declaration 'meshDict' definition 'dict'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H:508:9: style: Class 'autoLayerDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C:1331:14: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C:1336:9: note: Found duplicate branches for 'if' and 'else'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C:1331:14: note: Found duplicate branches for 'if' and 'else'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C:2326:23: style: Function 'checkAndUnmark' argument 2 names different: declaration 'motionDict' definition 'meshQualityDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H:337:39: note: Function 'checkAndUnmark' argument 2 names different: declaration 'motionDict' definition 'meshQualityDict'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C:2326:23: note: Function 'checkAndUnmark' argument 2 names different: declaration 'motionDict' definition 'meshQualityDict'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C:610:14: style: The scope of the variable 'allPointsExtruded' can be reduced. [variableScope]
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H:430:22: performance: Technically the member function 'Foam::autoLayerDriver::handleFeatureAngleLayerTerminations' can be static. [functionStatic]
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C:355:29: note: Technically the member function 'Foam::autoLayerDriver::handleFeatureAngleLayerTerminations' can be static.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H:430:22: note: Technically the member function 'Foam::autoLayerDriver::handleFeatureAngleLayerTerminations' can be static.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C:56:16: style: Function 'readFeatureEdges' argument 3 names different: declaration 'featureLevel' definition 'featureLevels'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.H:79:24: note: Function 'readFeatureEdges' argument 3 names different: declaration 'featureLevel' definition 'featureLevels'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C:56:16: note: Function 'readFeatureEdges' argument 3 names different: declaration 'featureLevel' definition 'featureLevels'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.H:101:9: style: Class 'refinementParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C:1560:17: style: Function 'addPatch' argument 2 names different: declaration 'name' definition 'patchName'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H:727:56: note: Function 'addPatch' argument 2 names different: declaration 'name' definition 'patchName'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C:1560:17: note: Function 'addPatch' argument 2 names different: declaration 'name' definition 'patchName'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C:1561:17: style: Function 'addPatch' argument 3 names different: declaration 'type' definition 'patchType'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H:727:74: note: Function 'addPatch' argument 3 names different: declaration 'type' definition 'patchType'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C:1561:17: note: Function 'addPatch' argument 3 names different: declaration 'type' definition 'patchType'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H:440:18: performance: Technically the member function 'Foam::meshRefinement::calcRegionToZone' can be static. [functionStatic]
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C:1089:28: note: Technically the member function 'Foam::meshRefinement::calcRegionToZone' can be static.
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H:440:18: note: Technically the member function 'Foam::meshRefinement::calcRegionToZone' can be static.
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C:1355:22: style: Function 'balanceAndRefine' argument 4 names different: declaration 'cellsToRefine' definition 'initCellsToRefine'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H:664:34: note: Function 'balanceAndRefine' argument 4 names different: declaration 'cellsToRefine' definition 'initCellsToRefine'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C:1355:22: note: Function 'balanceAndRefine' argument 4 names different: declaration 'cellsToRefine' definition 'initCellsToRefine'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementTemplates.C:64:18: style: Function 'testSyncBoundaryFaceList' argument 1 names different: declaration 'mergeDistance' definition 'tol'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H:796:30: note: Function 'testSyncBoundaryFaceList' argument 1 names different: declaration 'mergeDistance' definition 'tol'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementTemplates.C:64:18: note: Function 'testSyncBoundaryFaceList' argument 1 names different: declaration 'mergeDistance' definition 'tol'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C:979:16: style: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurface'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H:273:28: note: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurface'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C:979:16: note: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurface'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C:1000:16: style: Function 'findNearest' argument 4 names different: declaration 'surfaces' definition 'hitSurface'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H:283:28: note: Function 'findNearest' argument 4 names different: declaration 'surfaces' definition 'hitSurface'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C:1000:16: note: Function 'findNearest' argument 4 names different: declaration 'surfaces' definition 'hitSurface'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C:1138:22: style: Function 'findInside' argument 1 names different: declaration 'surfacesToTest' definition 'testSurfaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H:302:34: note: Function 'findInside' argument 1 names different: declaration 'surfacesToTest' definition 'testSurfaces'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C:1138:22: note: Function 'findInside' argument 1 names different: declaration 'surfacesToTest' definition 'testSurfaces'.
freefoam-0.1.0/src/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H:92:13: warning: Member variable 'trackData::switchProcessor' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H:92:13: warning: Member variable 'trackData::keepParticle' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H:111:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/conversion/ensight/file/ensightFile.C:191:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:320:14: warning: Member variable 'ensightPart::number_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:320:14: warning: Member variable 'ensightPart::name_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:320:14: warning: Member variable 'ensightPart::elemLists_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:320:14: warning: Member variable 'ensightPart::offset_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:320:14: warning: Member variable 'ensightPart::size_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:320:14: warning: Member variable 'ensightPart::isCellData_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:320:14: warning: Member variable 'ensightPart::matId_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:320:14: warning: Member variable 'ensightPart::meshPtr_' is not assigned a value in 'ensightPart::operator='. [operatorEqVarError]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:320:9: style: 'ensightPart::operator=' should return 'ensightPart &'. [operatorEq]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:115:13: style: Class 'localPoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.C:53:56: style: Function 'classify' argument 1 names different: declaration 'idLabels' definition 'idList'. [funcArgNamesDifferent]
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.H:60:40: note: Function 'classify' argument 1 names different: declaration 'idLabels' definition 'idList'.
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.C:53:56: note: Function 'classify' argument 1 names different: declaration 'idLabels' definition 'idList'.
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.H:127:9: style: Class 'ensightPartCells' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.H:63:29: style: The function 'calcLocalPoints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:143:29: note: Virtual function in base class
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.H:63:29: note: Function in derived class
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.H:69:22: style: The function 'writeConnectivity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:149:22: note: Virtual function in base class
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.H:69:22: note: Function in derived class
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.H:143:35: style: The function 'elementTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:215:35: note: Virtual function in base class
freefoam-0.1.0/src/conversion/ensight/part/ensightPartCells.H:143:35: note: Function in derived class
freefoam-0.1.0/src/conversion/ensight/part/ensightPartFaces.H:123:35: warning: Virtual function 'elementTypes' is called from constructor 'ensightPartFaces(label partNumber,const polyMesh&,const polyPatch&)' at line 131. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/conversion/ensight/part/ensightPartFaces.C:131:24: note: Calling elementTypes
freefoam-0.1.0/src/conversion/ensight/part/ensightPartFaces.H:123:35: note: elementTypes is a virtual method
freefoam-0.1.0/src/conversion/ensight/part/ensightPartFaces.H:107:9: style: Class 'ensightPartFaces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:135:14: performance: Technically the member function 'Foam::ensightPart::writeFieldList' can be static. [functionStatic]
freefoam-0.1.0/src/conversion/ensight/part/ensightPartIO.C:55:25: note: Technically the member function 'Foam::ensightPart::writeFieldList' can be static.
freefoam-0.1.0/src/conversion/ensight/part/ensightPart.H:135:14: note: Technically the member function 'Foam::ensightPart::writeFieldList' can be static.
freefoam-0.1.0/src/conversion/meshReader/meshReader.H:224:14: performance: Technically the member function 'Foam::meshReader::writeMeshLabelList' can be static. [functionStatic]
freefoam-0.1.0/src/conversion/meshReader/meshReaderAux.C:104:24: note: Technically the member function 'Foam::meshReader::writeMeshLabelList' can be static.
freefoam-0.1.0/src/conversion/meshReader/meshReader.H:224:14: note: Technically the member function 'Foam::meshReader::writeMeshLabelList' can be static.
freefoam-0.1.0/src/conversion/meshReader/starcd/STARCDMeshReader.C:818:9: style: Condition 'nBafflePatches' is always true [knownConditionTrueFalse]
freefoam-0.1.0/src/conversion/meshReader/starcd/STARCDMeshReader.C:817:22: note: Assignment 'nBafflePatches=1', assigned value is 1
freefoam-0.1.0/src/conversion/meshReader/starcd/STARCDMeshReader.C:818:9: note: Condition 'nBafflePatches' is always true
freefoam-0.1.0/src/conversion/meshTables/boundaryRegion.H:142:9: style: 'boundaryRegion::operator=' should return 'boundaryRegion &'. [operatorEq]
freefoam-0.1.0/src/conversion/meshTables/cellTable.C:244:63: style: Function 'selectType' argument 1 names different: declaration 'materialType' definition 'matl'. [funcArgNamesDifferent]
freefoam-0.1.0/src/conversion/meshTables/cellTable.H:144:42: note: Function 'selectType' argument 1 names different: declaration 'materialType' definition 'matl'.
freefoam-0.1.0/src/conversion/meshTables/cellTable.C:244:63: note: Function 'selectType' argument 1 names different: declaration 'materialType' definition 'matl'.
freefoam-0.1.0/src/conversion/meshTables/cellTable.H:187:9: style: 'cellTable::operator=' should return 'cellTable &'. [operatorEq]
freefoam-0.1.0/src/conversion/polyDualMesh/polyDualMesh.H:166:9: style: Class 'polyDualMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:101:17: style: Function 'findLower' argument 3 names different: declaration 'left' definition 'initLow'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:98:25: note: Function 'findLower' argument 3 names different: declaration 'left' definition 'initLow'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:101:17: note: Function 'findLower' argument 3 names different: declaration 'left' definition 'initLow'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:102:17: style: Function 'findLower' argument 4 names different: declaration 'right' definition 'initHigh'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:99:25: note: Function 'findLower' argument 4 names different: declaration 'right' definition 'initHigh'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:102:17: note: Function 'findLower' argument 4 names different: declaration 'right' definition 'initHigh'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:182:17: style: Function 'findBinary' argument 3 names different: declaration 'leftIndex' definition 'minIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:109:25: note: Function 'findBinary' argument 3 names different: declaration 'leftIndex' definition 'minIndex'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:182:17: note: Function 'findBinary' argument 3 names different: declaration 'leftIndex' definition 'minIndex'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:183:18: style: Function 'findBinary' argument 4 names different: declaration 'leftValue' definition 'minValue'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:110:26: note: Function 'findBinary' argument 4 names different: declaration 'leftValue' definition 'minValue'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:183:18: note: Function 'findBinary' argument 4 names different: declaration 'leftValue' definition 'minValue'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:257:17: style: Function 'findBinary' argument 4 names different: declaration 'leftIndex' definition 'minIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:125:25: note: Function 'findBinary' argument 4 names different: declaration 'leftIndex' definition 'minIndex'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:257:17: note: Function 'findBinary' argument 4 names different: declaration 'leftIndex' definition 'minIndex'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:258:18: style: Function 'findBinary' argument 5 names different: declaration 'leftValue' definition 'minValue'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:126:26: note: Function 'findBinary' argument 5 names different: declaration 'leftValue' definition 'minValue'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:258:18: note: Function 'findBinary' argument 5 names different: declaration 'leftValue' definition 'minValue'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:335:22: style: Function 'sortComponent' argument 3 names different: declaration 'slice' definition 'current'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:138:30: note: Function 'sortComponent' argument 3 names different: declaration 'slice' definition 'current'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:335:22: note: Function 'sortComponent' argument 3 names different: declaration 'slice' definition 'current'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:337:17: style: Function 'sortComponent' argument 5 names different: declaration 'prevMult' definition 'mult'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:140:25: note: Function 'sortComponent' argument 5 names different: declaration 'prevMult' definition 'mult'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:337:17: note: Function 'sortComponent' argument 5 names different: declaration 'prevMult' definition 'mult'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:510:22: style: Function 'sortComponent' argument 4 names different: declaration 'slice' definition 'current'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:151:30: note: Function 'sortComponent' argument 4 names different: declaration 'slice' definition 'current'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:510:22: note: Function 'sortComponent' argument 4 names different: declaration 'slice' definition 'current'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:512:17: style: Function 'sortComponent' argument 6 names different: declaration 'prevMult' definition 'mult'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:153:25: note: Function 'sortComponent' argument 6 names different: declaration 'prevMult' definition 'mult'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C:512:17: note: Function 'sortComponent' argument 6 names different: declaration 'prevMult' definition 'mult'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H:172:9: style: Class 'hierarchGeomDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/manualDecomp/manualDecomp.C:58:21: warning: Member variable 'manualDecomp::meshPtr_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/manualDecomp/manualDecomp.H:74:9: style: Class 'manualDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C:228:24: style: Function 'decompose' argument 2 names different: declaration 'pointWeights' definition 'weights'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H:110:32: note: Function 'decompose' argument 2 names different: declaration 'pointWeights' definition 'weights'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C:228:24: note: Function 'decompose' argument 2 names different: declaration 'pointWeights' definition 'weights'.
freefoam-0.1.0/src/decompositionMethods/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H:77:9: style: Class 'simpleGeomDecomp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:170:24: style: Function 'decompose' argument 3 names different: declaration 'cellWeights' definition 'cWeights'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.H:62:32: note: Function 'decompose' argument 3 names different: declaration 'cellWeights' definition 'cWeights'.
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:170:24: note: Function 'decompose' argument 3 names different: declaration 'cellWeights' definition 'cWeights'.
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:475:23: style: Function 'decompose' argument 2 names different: declaration 'regionPoints' definition 'agglomPoints'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.H:120:31: note: Function 'decompose' argument 2 names different: declaration 'regionPoints' definition 'agglomPoints'.
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:475:23: note: Function 'decompose' argument 2 names different: declaration 'regionPoints' definition 'agglomPoints'.
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:476:24: style: Function 'decompose' argument 3 names different: declaration 'regionWeights' definition 'agglomWeights'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.H:121:32: note: Function 'decompose' argument 3 names different: declaration 'regionWeights' definition 'agglomWeights'.
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:476:24: note: Function 'decompose' argument 3 names different: declaration 'regionWeights' definition 'agglomWeights'.
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:529:23: style: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.H:150:31: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:529:23: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:530:24: style: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'cellWeights'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.H:151:32: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'cellWeights'.
freefoam-0.1.0/src/decompositionMethods/metisDecomp/metisDecomp.C:530:24: note: Function 'decompose' argument 3 names different: declaration 'cWeights' definition 'cellWeights'.
freefoam-0.1.0/src/decompositionMethods/parMetisDecomp/parMetisDecomp.C:388:23: style: Function 'decompose' argument 1 names different: declaration 'points' definition 'cc'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/parMetisDecomp/parMetisDecomp.H:119:31: note: Function 'decompose' argument 1 names different: declaration 'points' definition 'cc'.
freefoam-0.1.0/src/decompositionMethods/parMetisDecomp/parMetisDecomp.C:388:23: note: Function 'decompose' argument 1 names different: declaration 'points' definition 'cc'.
freefoam-0.1.0/src/decompositionMethods/parMetisDecomp/parMetisDecomp.C:389:24: style: Function 'decompose' argument 2 names different: declaration 'pointWeights' definition 'cWeights'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/parMetisDecomp/parMetisDecomp.H:120:32: note: Function 'decompose' argument 2 names different: declaration 'pointWeights' definition 'cWeights'.
freefoam-0.1.0/src/decompositionMethods/parMetisDecomp/parMetisDecomp.C:389:24: note: Function 'decompose' argument 2 names different: declaration 'pointWeights' definition 'cWeights'.
freefoam-0.1.0/src/decompositionMethods/parMetisDecomp/parMetisDecomp.C:760:23: style: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/parMetisDecomp/parMetisDecomp.H:161:31: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
freefoam-0.1.0/src/decompositionMethods/parMetisDecomp/parMetisDecomp.C:760:23: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.C:465:23: style: Function 'decompose' argument 2 names different: declaration 'regionPoints' definition 'agglomPoints'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.H:123:31: note: Function 'decompose' argument 2 names different: declaration 'regionPoints' definition 'agglomPoints'.
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.C:465:23: note: Function 'decompose' argument 2 names different: declaration 'regionPoints' definition 'agglomPoints'.
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.C:466:24: style: Function 'decompose' argument 3 names different: declaration 'regionWeights' definition 'pointWeights'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.H:124:32: note: Function 'decompose' argument 3 names different: declaration 'regionWeights' definition 'pointWeights'.
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.C:466:24: note: Function 'decompose' argument 3 names different: declaration 'regionWeights' definition 'pointWeights'.
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.C:517:23: style: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.H:153:31: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.C:517:23: note: Function 'decompose' argument 2 names different: declaration 'cc' definition 'cellCentres'.
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.C:655:26: style: Function 'calcCSR' argument 1 names different: declaration 'globalCellCells' definition 'cellCells'. [funcArgNamesDifferent]
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.H:172:34: note: Function 'calcCSR' argument 1 names different: declaration 'globalCellCells' definition 'cellCells'.
freefoam-0.1.0/src/decompositionMethods/scotchDecomp/scotchDecomp.C:655:26: note: Function 'calcCSR' argument 1 names different: declaration 'globalCellCells' definition 'cellCells'.
freefoam-0.1.0/src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H:89:9: style: Class 'dynamicInkJetFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H:78:9: style: Class 'dynamicMotionSolverFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H:133:22: warning: Virtual function 'read' is called from constructor 'SDA(const dictionary&SBMFCoeffs,const Time&runTime)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.C:55:5: note: Calling read
freefoam-0.1.0/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H:133:22: note: read is a virtual method
freefoam-0.1.0/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SKA/SKA.H:118:22: warning: Virtual function 'read' is called from constructor 'SKA(const dictionary&SBMFCoeffs,const Time&runTime)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SKA/SKA.C:57:5: note: Calling read
freefoam-0.1.0/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SKA/SKA.H:118:22: note: read is a virtual method
freefoam-0.1.0/src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H:87:9: style: Class 'solidBodyMotionFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicFvMesh/staticFvMesh/staticFvMesh.H:71:9: style: Class 'staticFvMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/attachDetach/attachDetach.C:279:28: style: Function 'attachDetach' argument 4 names different: declaration 'mesh' definition 'mme'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/attachDetach/attachDetach.H:170:36: note: Function 'attachDetach' argument 4 names different: declaration 'mesh' definition 'mme'.
freefoam-0.1.0/src/dynamicMesh/attachDetach/attachDetach.C:279:28: note: Function 'attachDetach' argument 4 names different: declaration 'mesh' definition 'mme'.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.C:1642:17: style: Function 'changePatchType' argument 2 names different: declaration 'type' definition 'patchType'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.H:317:69: note: Function 'changePatchType' argument 2 names different: declaration 'type' definition 'patchType'.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.C:1642:17: note: Function 'changePatchType' argument 2 names different: declaration 'type' definition 'patchType'.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.C:1948:17: style: Function 'markFaces' argument 2 names different: declaration 'faceI' definition 'seedFaceI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.H:381:29: note: Function 'markFaces' argument 2 names different: declaration 'faceI' definition 'seedFaceI'.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.C:1948:17: note: Function 'markFaces' argument 2 names different: declaration 'faceI' definition 'seedFaceI'.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.H:139:15: performance: Technically the member function 'Foam::boundaryMesh::findPatchID' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.C:249:33: note: Technically the member function 'Foam::boundaryMesh::findPatchID' can be static.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.H:139:15: note: Technically the member function 'Foam::boundaryMesh::findPatchID' can be static.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.H:142:15: performance: Technically the member function 'Foam::boundaryMesh::whichPatch' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.C:279:33: note: Technically the member function 'Foam::boundaryMesh::whichPatch' can be static.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/boundaryMesh.H:142:15: note: Technically the member function 'Foam::boundaryMesh::whichPatch' can be static.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/octreeDataFaceList.H:99:9: style: Class 'octreeDataFaceList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/octreeDataFaceList.H:154:18: performance: Technically the member function 'Foam::octreeDataFaceList::contains' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/octreeDataFaceList.C:405:32: note: Technically the member function 'Foam::octreeDataFaceList::contains' can be static.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/octreeDataFaceList.H:154:18: note: Technically the member function 'Foam::octreeDataFaceList::contains' can be static.
freefoam-0.1.0/src/dynamicMesh/boundaryMesh/octreeDataFaceList.H:58:1: warning: The class 'octreeDataFaceList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/dynamicMesh/boundaryPatch/boundaryPatch.H:51:1: warning: The class 'boundaryPatch' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/dynamicMesh/fvMeshAdder/fvMeshAdder.C:41:17: style: Function 'calcPatchMap' argument 5 names different: declaration 'unmappedIndex' definition 'unmappedValue'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H:128:25: note: Function 'calcPatchMap' argument 5 names different: declaration 'unmappedIndex' definition 'unmappedValue'.
freefoam-0.1.0/src/dynamicMesh/fvMeshAdder/fvMeshAdder.C:41:17: note: Function 'calcPatchMap' argument 5 names different: declaration 'unmappedIndex' definition 'unmappedValue'.
freefoam-0.1.0/src/dynamicMesh/fvMeshAdder/fvMeshAdder.H:86:13: style: Class 'directFvPatchFieldMapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/CompactListList_dev.H:129:0: style: Class 'Foam :: CompactListList_dev < T , Container >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:381:17: style: Function 'deleteProcPatches' argument 1 names different: declaration 'patchI' definition 'destinationPatch'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:144:64: note: Function 'deleteProcPatches' argument 1 names different: declaration 'patchI' definition 'destinationPatch'.
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:381:17: note: Function 'deleteProcPatches' argument 1 names different: declaration 'patchI' definition 'destinationPatch'.
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1053:21: style: Function 'sendMesh' argument 4 names different: declaration 'facesZoneNames' definition 'faceZoneNames'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:256:33: note: Function 'sendMesh' argument 4 names different: declaration 'facesZoneNames' definition 'faceZoneNames'.
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1053:21: note: Function 'sendMesh' argument 4 names different: declaration 'facesZoneNames' definition 'faceZoneNames'.
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1210:21: style: Function 'receiveMesh' argument 3 names different: declaration 'facesZoneNames' definition 'faceZoneNames'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:278:33: note: Function 'receiveMesh' argument 3 names different: declaration 'facesZoneNames' definition 'faceZoneNames'.
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1210:21: note: Function 'receiveMesh' argument 3 names different: declaration 'facesZoneNames' definition 'faceZoneNames'.
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1352:22: style: Function 'distribute' argument 1 names different: declaration 'dist' definition 'distribution'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H:331:68: note: Function 'distribute' argument 1 names different: declaration 'dist' definition 'distribution'.
freefoam-0.1.0/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C:1352:22: note: Function 'distribute' argument 1 names different: declaration 'dist' definition 'distribution'.
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:1039:14: style: The scope of the variable 'validLoop' can be reduced. [variableScope]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:48:17: style: Function 'findPartIndex' argument 2 names different: declaration 'n' definition 'nElems'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.H:156:25: note: Function 'findPartIndex' argument 2 names different: declaration 'n' definition 'nElems'.
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:48:17: note: Function 'findPartIndex' argument 2 names different: declaration 'n' definition 'nElems'.
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:802:17: style: Function 'walkCell' argument 4 names different: declaration 'prevCut' definition 'cut'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.H:301:29: note: Function 'walkCell' argument 4 names different: declaration 'prevCut' definition 'cut'.
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:802:17: note: Function 'walkCell' argument 4 names different: declaration 'prevCut' definition 'cut'.
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:3024:23: style: Function 'writeOBJ' argument 2 names different: declaration 'loopPoints' definition 'loopPts'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.H:617:35: note: Function 'writeOBJ' argument 2 names different: declaration 'loopPoints' definition 'loopPts'.
freefoam-0.1.0/src/dynamicMesh/meshCut/cellCuts/cellCuts.C:3024:23: note: Function 'writeOBJ' argument 2 names different: declaration 'loopPoints' definition 'loopPts'.
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:146:9: style: Class 'geomCellLooper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:162:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/cellLooper.H:176:22: note: Virtual function in base class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:162:22: note: Function in derived class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:176:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/cellLooper.H:190:22: note: Virtual function in base class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:176:22: note: Function in derived class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:116:9: style: Class 'hexCellLooper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:130:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:162:22: note: Virtual function in base class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:130:22: note: Function in derived class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:145:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H:176:22: note: Virtual function in base class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:145:22: note: Function in derived class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:168:9: style: Class 'topoCellLooper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:182:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:130:22: note: Virtual function in base class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:182:22: note: Function in derived class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:196:22: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H:145:22: note: Virtual function in base class
freefoam-0.1.0/src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H:196:22: note: Function in derived class
freefoam-0.1.0/src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H:91:9: style: Class 'edgeVertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H:128:9: style: Class 'boundaryCutter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:47:22: style: Function 'firstCommon' argument 1 names different: declaration 'lst1' definition 'elems1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:79:51: note: Function 'firstCommon' argument 1 names different: declaration 'lst1' definition 'elems1'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:47:22: note: Function 'firstCommon' argument 1 names different: declaration 'lst1' definition 'elems1'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:48:22: style: Function 'firstCommon' argument 2 names different: declaration 'lst2' definition 'elems2'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:79:74: note: Function 'firstCommon' argument 2 names different: declaration 'lst2' definition 'elems2'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:48:22: note: Function 'firstCommon' argument 2 names different: declaration 'lst2' definition 'elems2'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:149:17: style: Function 'findPatchFacePoint' argument 2 names different: declaration 'patchI' definition 'exposedPatchI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:97:61: note: Function 'findPatchFacePoint' argument 2 names different: declaration 'patchI' definition 'exposedPatchI'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:149:17: note: Function 'findPatchFacePoint' argument 2 names different: declaration 'patchI' definition 'exposedPatchI'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:250:17: style: Function 'addFace' argument 5 names different: declaration 'owner' definition 'own'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:126:25: note: Function 'addFace' argument 5 names different: declaration 'owner' definition 'own'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:250:17: note: Function 'addFace' argument 5 names different: declaration 'owner' definition 'own'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:251:17: style: Function 'addFace' argument 6 names different: declaration 'neighbour' definition 'nei'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:127:25: note: Function 'addFace' argument 6 names different: declaration 'neighbour' definition 'nei'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:251:17: note: Function 'addFace' argument 6 names different: declaration 'neighbour' definition 'nei'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:333:17: style: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:139:25: note: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:333:17: note: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:334:17: style: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:140:25: note: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C:334:17: note: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H:193:9: style: Class 'meshCutAndRemove' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:210:17: style: Function 'addFace' argument 4 names different: declaration 'owner' definition 'own'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:199:25: note: Function 'addFace' argument 4 names different: declaration 'owner' definition 'own'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:210:17: note: Function 'addFace' argument 4 names different: declaration 'owner' definition 'own'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:211:17: style: Function 'addFace' argument 5 names different: declaration 'neighbour' definition 'nei'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:200:25: note: Function 'addFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:211:17: note: Function 'addFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:289:17: style: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:211:25: note: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:289:17: note: Function 'modFace' argument 4 names different: declaration 'owner' definition 'own'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:290:17: style: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:212:25: note: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C:290:17: note: Function 'modFace' argument 5 names different: declaration 'neighbour' definition 'nei'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H:274:9: style: Class 'meshCutter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C:599:23: style: Function 'multiDirRefinement' argument 3 names different: declaration 'cellCutter' definition 'cellWalker'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H:180:31: note: Function 'multiDirRefinement' argument 3 names different: declaration 'cellCutter' definition 'cellWalker'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C:599:23: note: Function 'multiDirRefinement' argument 3 names different: declaration 'cellCutter' definition 'cellWalker'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C:602:30: style: Function 'multiDirRefinement' argument 5 names different: declaration 'directions' definition 'cellDirs'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H:183:38: note: Function 'multiDirRefinement' argument 5 names different: declaration 'directions' definition 'cellDirs'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C:602:30: note: Function 'multiDirRefinement' argument 5 names different: declaration 'directions' definition 'cellDirs'.
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C:132:23: warning: Either the condition '!splitPtr' is redundant or there is possible null pointer dereference: splitPtr. [nullPointerRedundantCheck]
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C:122:13: note: Assuming that condition '!splitPtr' is not redundant
freefoam-0.1.0/src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C:132:23: note: Null pointer dereference
freefoam-0.1.0/src/dynamicMesh/meshCut/refineCell/refineCell.H:74:9: style: Class 'refineCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.C:813:17: style: Function 'scaleMesh' argument 3 names different: declaration 'nAllow' definition 'nAllowableErrors'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.H:391:29: note: Function 'scaleMesh' argument 3 names different: declaration 'nAllow' definition 'nAllowableErrors'.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.C:813:17: note: Function 'scaleMesh' argument 3 names different: declaration 'nAllow' definition 'nAllowableErrors'.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.C:832:17: style: Function 'scaleMesh' argument 4 names different: declaration 'nAllow' definition 'nAllowableErrors'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.H:400:29: note: Function 'scaleMesh' argument 4 names different: declaration 'nAllow' definition 'nAllowableErrors'.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.C:832:17: note: Function 'scaleMesh' argument 4 names different: declaration 'nAllow' definition 'nAllowableErrors'.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.C:854:17: style: Function 'scaleMesh' argument 6 names different: declaration 'nAllow' definition 'nAllowableErrors'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.H:411:29: note: Function 'scaleMesh' argument 6 names different: declaration 'nAllow' definition 'nAllowableErrors'.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.C:854:17: note: Function 'scaleMesh' argument 6 names different: declaration 'nAllow' definition 'nAllowableErrors'.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.H:250:14: performance: Technically the member function 'Foam::motionSmoother::scaleField' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.C:294:28: note: Technically the member function 'Foam::motionSmoother::scaleField' can be static.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/motionSmoother.H:250:14: note: Technically the member function 'Foam::motionSmoother::scaleField' can be static.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C:1800:18: style: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H:292:30: note: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C:1800:18: note: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'.
freefoam-0.1.0/src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H:118:9: style: Class 'polyMeshGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:1913:21: style: Function 'faceCoupleInfo' argument 1 names different: declaration 'mesh0' definition 'masterMesh'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H:392:29: note: Function 'faceCoupleInfo' argument 1 names different: declaration 'mesh0' definition 'masterMesh'.
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:1913:21: note: Function 'faceCoupleInfo' argument 1 names different: declaration 'mesh0' definition 'masterMesh'.
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:1914:21: style: Function 'faceCoupleInfo' argument 2 names different: declaration 'mesh1' definition 'slaveMesh'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H:393:29: note: Function 'faceCoupleInfo' argument 2 names different: declaration 'mesh1' definition 'slaveMesh'.
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:1914:21: note: Function 'faceCoupleInfo' argument 2 names different: declaration 'mesh1' definition 'slaveMesh'.
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H:250:23: performance: Technically the member function 'Foam::faceCoupleInfo::findMappedEdges' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C:305:39: note: Technically the member function 'Foam::faceCoupleInfo::findMappedEdges' can be static.
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H:250:23: note: Technically the member function 'Foam::faceCoupleInfo::findMappedEdges' can be static.
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C:1787:18: style: Function 'findSharedPoints' argument 2 names different: declaration 'mergeTol' definition 'mergeDist'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/polyMeshAdder.H:296:30: note: Function 'findSharedPoints' argument 2 names different: declaration 'mergeTol' definition 'mergeDist'.
freefoam-0.1.0/src/dynamicMesh/polyMeshAdder/polyMeshAdder.C:1787:18: note: Function 'findSharedPoints' argument 2 names different: declaration 'mergeTol' definition 'mergeDist'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H:255:9: style: Class 'addPatchCellLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.H:88:9: style: Class 'duplicatePoints' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.H:126:9: style: Class 'localPointRegion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H:127:9: style: Class 'edgeCollapser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C:214:22: style: Function 'setRefinement' argument 2 names different: declaration 'fpA' definition 'fpStart'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H:143:34: note: Function 'setRefinement' argument 2 names different: declaration 'fpA' definition 'fpStart'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C:214:22: note: Function 'setRefinement' argument 2 names different: declaration 'fpA' definition 'fpStart'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C:215:22: style: Function 'setRefinement' argument 3 names different: declaration 'fpB' definition 'fpEnd'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H:144:34: note: Function 'setRefinement' argument 3 names different: declaration 'fpB' definition 'fpEnd'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C:215:22: note: Function 'setRefinement' argument 3 names different: declaration 'fpB' definition 'fpEnd'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H:149:18: performance: Technically the member function 'Foam::faceCollapser::updateMesh' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H:131:9: style: Class 'faceCollapser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C:958:17: style: Function 'storeMidPointInfo' argument 8 names different: declaration 'midPointI' definition 'edgeMidPointI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H:233:25: note: Function 'storeMidPointInfo' argument 8 names different: declaration 'midPointI' definition 'edgeMidPointI'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C:958:17: note: Function 'storeMidPointInfo' argument 8 names different: declaration 'midPointI' definition 'edgeMidPointI'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C:3026:22: style: Function 'setRefinement' argument 1 names different: declaration 'cells' definition 'cellLabels'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H:431:34: note: Function 'setRefinement' argument 1 names different: declaration 'cells' definition 'cellLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C:3026:22: note: Function 'setRefinement' argument 1 names different: declaration 'cells' definition 'cellLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H:125:9: style: 'splitCell8::operator=' should return 'splitCell8 &'. [operatorEq]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:208:14: performance: Technically the member function 'Foam::removeFaces::updateMesh' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:212:14: performance: Technically the member function 'Foam::removeFaces::distribute' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H:236:9: style: Class 'refinementHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H:116:9: style: Class 'splitCell8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H:119:9: style: Class 'splitCell8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H:323:9: style: Class 'hexRef8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C:3188:22: style: Function 'makeMesh' argument 1 names different: declaration 'newMesh' definition 'newMeshPtr'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H:595:34: note: Function 'makeMesh' argument 1 names different: declaration 'newMesh' definition 'newMeshPtr'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C:3188:22: note: Function 'makeMesh' argument 1 names different: declaration 'newMesh' definition 'newMeshPtr'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:33:22: style: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H:212:46: note: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:33:22: note: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:55:22: style: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H:214:46: note: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:55:22: note: Function 'reorder' argument 1 names different: declaration 'map' definition 'oldToNew'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:77:22: style: Function 'renumberKey' argument 1 names different: declaration 'map' definition 'oldToNew'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H:216:50: note: Function 'renumberKey' argument 1 names different: declaration 'map' definition 'oldToNew'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C:77:22: note: Function 'renumberKey' argument 1 names different: declaration 'map' definition 'oldToNew'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.C:481:50: style: Function 'resize' argument 1 names different: declaration 'nCells' definition 'size'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H:338:33: note: Function 'resize' argument 1 names different: declaration 'nCells' definition 'size'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.C:481:50: note: Function 'resize' argument 1 names different: declaration 'nCells' definition 'size'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:82:22: style: Function 'getExposedFaces' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:101:56: note: Function 'getExposedFaces' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:82:22: note: Function 'getExposedFaces' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:189:22: style: Function 'setRefinement' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:108:34: note: Function 'setRefinement' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:189:22: note: Function 'setRefinement' argument 1 names different: declaration 'cellsToRemove' definition 'cellLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:190:22: style: Function 'setRefinement' argument 2 names different: declaration 'facesToExpose' definition 'exposedFaceLabels'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:109:34: note: Function 'setRefinement' argument 2 names different: declaration 'facesToExpose' definition 'exposedFaceLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:190:22: note: Function 'setRefinement' argument 2 names different: declaration 'facesToExpose' definition 'exposedFaceLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:191:22: style: Function 'setRefinement' argument 3 names different: declaration 'patchIDs' definition 'exposedPatchIDs'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:110:34: note: Function 'setRefinement' argument 3 names different: declaration 'patchIDs' definition 'exposedPatchIDs'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C:191:22: note: Function 'setRefinement' argument 3 names different: declaration 'patchIDs' definition 'exposedPatchIDs'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H:115:18: performance: Technically the member function 'Foam::removeCells::updateMesh' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:582:22: style: Function 'compatibleRemoves' argument 1 names different: declaration 'inPiercedFaces' definition 'facesToRemove'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:191:30: note: Function 'compatibleRemoves' argument 1 names different: declaration 'inPiercedFaces' definition 'facesToRemove'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:582:22: note: Function 'compatibleRemoves' argument 1 names different: declaration 'inPiercedFaces' definition 'facesToRemove'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:584:16: style: Function 'compatibleRemoves' argument 3 names different: declaration 'cellRegionMaster' definition 'regionMaster'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:193:24: note: Function 'compatibleRemoves' argument 3 names different: declaration 'cellRegionMaster' definition 'regionMaster'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:584:16: note: Function 'compatibleRemoves' argument 3 names different: declaration 'cellRegionMaster' definition 'regionMaster'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:585:16: style: Function 'compatibleRemoves' argument 4 names different: declaration 'outPiercedFaces' definition 'newFacesToRemove'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:194:24: note: Function 'compatibleRemoves' argument 4 names different: declaration 'outPiercedFaces' definition 'newFacesToRemove'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:585:16: note: Function 'compatibleRemoves' argument 4 names different: declaration 'outPiercedFaces' definition 'newFacesToRemove'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:772:22: style: Function 'setRefinement' argument 1 names different: declaration 'piercedFaces' definition 'faceLabels'. [funcArgNamesDifferent]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:201:30: note: Function 'setRefinement' argument 1 names different: declaration 'piercedFaces' definition 'faceLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:772:22: note: Function 'setRefinement' argument 1 names different: declaration 'piercedFaces' definition 'faceLabels'.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:143:18: performance: Technically the member function 'Foam::removeFaces::modFace' can be static. [functionStatic]
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C:474:25: note: Technically the member function 'Foam::removeFaces::modFace' can be static.
freefoam-0.1.0/src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H:143:18: note: Technically the member function 'Foam::removeFaces::modFace' can be static.
freefoam-0.1.0/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchCutFaces.C:386:30: style: The scope of the variable 'otherSideFound' can be reduced. [variableScope]
freefoam-0.1.0/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H:171:18: style: Technically the member function 'Foam::enrichedPatch::clearCutFaces' can be const. [functionConst]
freefoam-0.1.0/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchCutFaces.C:608:27: note: Technically the member function 'Foam::enrichedPatch::clearCutFaces' can be const.
freefoam-0.1.0/src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H:171:18: note: Technically the member function 'Foam::enrichedPatch::clearCutFaces' can be const.
freefoam-0.1.0/src/edgeMesh/edgeMesh.H:105:9: style: 'edgeMesh::operator=' should return 'edgeMesh &'. [operatorEq]
freefoam-0.1.0/src/edgeMesh/edgeMesh.H:78:9: style: Class 'edgeMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/edgeMesh/edgeMesh.H:81:9: style: Class 'edgeMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H:82:9: style: Class 'fvMotionSolverEngineMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H:77:9: style: Class 'layeredEngineMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H:71:9: style: Class 'staticEngineMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/engine/engineTime/engineTime.C:125:54: style: Function 'degToRad' argument 1 names different: declaration 'rad' definition 'deg'. [funcArgNamesDifferent]
freefoam-0.1.0/src/engine/engineTime/engineTime.H:124:42: note: Function 'degToRad' argument 1 names different: declaration 'rad' definition 'deg'.
freefoam-0.1.0/src/engine/engineTime/engineTime.C:125:54: note: Function 'degToRad' argument 1 names different: declaration 'rad' definition 'deg'.
freefoam-0.1.0/src/engine/ignition/ignitionSite.H:175:9: style: 'ignitionSite::operator=' should return 'ignitionSite &'. [operatorEq]
freefoam-0.1.0/src/engine/ignition/ignition.H:87:38: style: Technically the member function 'Foam::ignition::sites' can be const. [functionConst]
freefoam-0.1.0/src/engine/ignition/ignitionSite.C:130:20: warning: Member variable 'ignitionSite::ignitionSiteDict_' is not assigned a value in 'ignitionSite::operator='. [operatorEqVarError]
freefoam-0.1.0/src/engine/ignition/ignitionSite.C:130:20: warning: Member variable 'ignitionSite::timeIndex_' is not assigned a value in 'ignitionSite::operator='. [operatorEqVarError]
freefoam-0.1.0/src/engine/ignition/ignitionSite.H:59:1: warning: The class 'ignitionSite' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/src/errorEstimation/errorEstimate/errorEstimate.H:145:0: style: 'Foam :: errorEstimate < Type >::operator=' should return 'Foam :: errorEstimate < Type > &'. [operatorEq]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/MRF/MRFZone.H:148:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/MRF/MRFZones.H:70:9: style: Class 'MRFZones' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H:81:9: style: Class 'rpm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFFreestreamVelocityFvPatchVectorField/SRFFreestreamVelocityFvPatchVectorField.H:50:1: warning: The class 'SRFFreestreamVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H:50:1: warning: The class 'SRFVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/IObasicSourceList.H:72:9: style: Class 'IObasicSourceList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSource.H:159:27: performance: Technically the member function 'Foam::basicSource::wordToSelectionModeType' can be static. [functionStatic]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSource.C:50:57: note: Technically the member function 'Foam::basicSource::wordToSelectionModeType' can be static.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSource.H:159:27: note: Technically the member function 'Foam::basicSource::wordToSelectionModeType' can be static.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSource.H:162:14: performance: Technically the member function 'Foam::basicSource::selectionModeTypeToWord' can be static. [functionStatic]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSource.C:78:31: note: Technically the member function 'Foam::basicSource::selectionModeTypeToWord' can be static.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSource.H:162:14: note: Technically the member function 'Foam::basicSource::selectionModeTypeToWord' can be static.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSourceList.C:68:53: style: Function 'addSu' argument 1 names different: declaration 'Eq' definition 'Eqn'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSourceList.H:99:42: note: Function 'addSu' argument 1 names different: declaration 'Eq' definition 'Eqn'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSourceList.C:68:53: note: Function 'addSu' argument 1 names different: declaration 'Eq' definition 'Eqn'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSourceList.C:80:53: style: Function 'addSu' argument 1 names different: declaration 'Eq' definition 'Eqn'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSourceList.H:102:42: note: Function 'addSu' argument 1 names different: declaration 'Eq' definition 'Eqn'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/basicSource/basicSourceList.C:80:53: note: Function 'addSu' argument 1 names different: declaration 'Eq' definition 'Eqn'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.C:84:17: style: Function 'wordToVolumeModeType' argument 1 names different: declaration 'vtName' definition 'vmtName'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.H:184:57: note: Function 'wordToVolumeModeType' argument 1 names different: declaration 'vtName' definition 'vmtName'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.C:84:17: note: Function 'wordToVolumeModeType' argument 1 names different: declaration 'vtName' definition 'vmtName'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.C:109:27: style: Function 'volumeModeTypeToWord' argument 1 names different: declaration 'vtType' definition 'vmtType'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.H:187:57: note: Function 'volumeModeTypeToWord' argument 1 names different: declaration 'vtType' definition 'vmtType'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.C:109:27: note: Function 'volumeModeTypeToWord' argument 1 names different: declaration 'vtType' definition 'vmtType'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.C:216:52: style: Function 'addSu' argument 1 names different: declaration 'UEqn' definition 'Eqn'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.H:247:50: note: Function 'addSu' argument 1 names different: declaration 'UEqn' definition 'Eqn'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.C:216:52: note: Function 'addSu' argument 1 names different: declaration 'UEqn' definition 'Eqn'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.C:224:52: style: Function 'addSu' argument 1 names different: declaration 'UEqn' definition 'Eqn'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.H:244:50: note: Function 'addSu' argument 1 names different: declaration 'UEqn' definition 'Eqn'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/fieldSources/basicSource/explicitSource/explicitSource.C:224:52: note: Function 'addSu' argument 1 names different: declaration 'UEqn' definition 'Eqn'.
freefoam-0.1.0/src/finiteVolume/cfdTools/general/porousMedia/porousZone.H:208:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/cfdTools/general/porousMedia/porousZones.H:105:9: style: Class 'porousZones' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H:196:26: warning: Virtual function 'evaluate' is called from constructor 'directionMixedFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 79. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.C:79:5: note: Calling evaluate
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H:196:26: note: evaluate is a virtual method
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H:168:26: warning: Virtual function 'evaluate' is called from constructor 'fixedGradientFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C:73:5: note: Calling evaluate
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H:168:26: note: evaluate is a virtual method
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.H:131:26: warning: Virtual function 'evaluate' is called from constructor 'wedgeFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 111. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.C:111:5: note: Calling evaluate
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.H:131:26: note: evaluate is a virtual method
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H:50:1: warning: The class 'activeBaffleVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.H:78:1: warning: The class 'advectiveFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.H:53:1: warning: The class 'buoyantPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/cylindricalInletVelocity/cylindricalInletVelocityFvPatchVectorField.H:64:1: warning: The class 'cylindricalInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H:54:1: warning: The class 'directMappedVelocityFluxFixedValueFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.H:51:1: warning: The class 'fixedFluxPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H:165:26: warning: Virtual function 'evaluate' is called from constructor 'fixedNormalSlipFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.C:73:5: note: Calling evaluate
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H:165:26: note: evaluate is a virtual method
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H:60:1: warning: The class 'fixedPressureCompressibleDensityFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H:69:1: warning: The class 'flowRateInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.H:49:1: warning: The class 'inletOutletTotalTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H:164:26: warning: Virtual function 'evaluate' is called from constructor 'partialSlipFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.C:73:5: note: Calling evaluate
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H:164:26: note: evaluate is a virtual method
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.H:53:1: warning: The class 'pressureDirectedInletOutletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.H:54:1: warning: The class 'pressureDirectedInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H:53:1: warning: The class 'pressureInletOutletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.H:53:1: warning: The class 'pressureInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.H:53:1: warning: The class 'pressureNormalInletOutletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.H:53:1: warning: The class 'rotatingPressureInletOutletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.H:49:1: warning: The class 'rotatingTotalPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H:176:22: warning: Virtual function 'updateCoeffs' is called from constructor 'rotatingWallVelocityFvPatchVectorField(const fvPatch&,const DimensionedField<vector,volMesh>&,const dictionary&)' at line 79. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C:79:5: note: Calling updateCoeffs
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H:176:22: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H:49:1: warning: The class 'rotatingWallVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H:60:1: warning: The class 'supersonicFreestreamFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H:51:1: warning: The class 'surfaceNormalFixedValueFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/swirlFlowRateInletVelocity/swirlFlowRateInletVelocityFvPatchVectorField.H:69:1: warning: The class 'swirlFlowRateInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H:75:1: warning: The class 'syringePressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H:69:1: warning: The class 'timeVaryingFlowRateInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < vector >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < sphericalTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < symmTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H:70:0: style: Class 'Foam :: AverageIOField < tensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H:261:26: warning: Virtual function 'updateCoeffs' is called from constructor 'timeVaryingMappedFixedValueFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 129. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C:129:9: note: Calling updateCoeffs
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H:261:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedPressureDirectedInletVelocity/timeVaryingMappedPressureDirectedInletVelocityFvPatchVectorField.H:51:1: warning: The class 'timeVaryingMappedPressureDirectedInletVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedTotalPressure/timeVaryingMappedTotalPressureFvPatchScalarField.H:49:1: warning: The class 'timeVaryingMappedTotalPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H:159:26: warning: Virtual function 'updateCoeffs' is called from constructor 'timeVaryingUniformFixedValueFvPatchField(const fvPatch&,const DimensionedField<Type,volMesh>&,const dictionary&)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.C:62:8: note: Calling updateCoeffs
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H:159:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H:68:1: warning: The class 'timeVaryingUniformFixedValueFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformInletOutlet/timeVaryingUniformInletOutletFvPatchField.H:68:1: warning: The class 'timeVaryingUniformInletOutletFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H:54:1: warning: The class 'timeVaryingUniformTotalPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H:49:1: warning: The class 'totalPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.H:49:1: warning: The class 'totalTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H:139:26: warning: Virtual function 'updateCoeffs' is called from constructor 'translatingWallVelocityFvPatchVectorField(const fvPatch&,const DimensionedField<vector,volMesh>&,const dictionary&)' at line 76. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.C:76:5: note: Calling updateCoeffs
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H:139:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/translatingWallVelocity/translatingWallVelocityFvPatchVectorField.H:49:1: warning: The class 'translatingWallVelocityFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.H:60:1: warning: The class 'turbulentIntensityKineticEnergyInletFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H:53:1: warning: The class 'uniformDensityHydrostaticPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.H:50:1: warning: The class 'waveTransmissiveFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/finiteVolume/fields/volFields/volFields.C:64:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
freefoam-0.1.0/src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.H:78:9: style: Class 'EulerD2dt2Scheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.H:77:9: style: Class 'steadyStateD2dt2Scheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.H:158:9: style: Class 'CrankNicholsonDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.H:78:9: style: Class 'EulerDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.H:89:9: style: Class 'backwardDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.H:100:9: style: Class 'boundedBackwardDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.H:77:9: style: Class 'steadyStateDdtScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.H:77:9: style: Class 'gaussDivScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.H:105:9: style: Class 'fvSchemes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:34:27: style: Function 'meshPhi' argument 1 names different: declaration 'U' definition 'vf'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H:57:31: note: Function 'meshPhi' argument 1 names different: declaration 'U' definition 'vf'.
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:34:27: note: Function 'meshPhi' argument 1 names different: declaration 'U' definition 'vf'.
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:48:27: style: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H:63:31: note: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'.
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:48:27: note: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'.
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:62:27: style: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H:69:31: note: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'.
freefoam-0.1.0/src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C:62:27: note: Function 'meshPhi' argument 2 names different: declaration 'U' definition 'vf'.
freefoam-0.1.0/src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.H:85:9: style: Class 'gaussGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.H:77:9: style: Class 'leastSquaresGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H:89:9: style: Class 'gaussLaplacianScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H:74:9: style: Class 'correctedSnGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H:86:9: style: Class 'limitedSnGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H:74:9: style: Class 'uncorrectedSnGrad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.C:563:26: style: The scope of the variable 'iCoeffs' can be reduced. [variableScope]
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.C:44:31: style: Function 'explicitSolve' argument 2 names different: declaration 'phiBD' definition 'phi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.H:77:31: note: Function 'explicitSolve' argument 2 names different: declaration 'phiBD' definition 'phi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.C:44:31: note: Function 'explicitSolve' argument 2 names different: declaration 'phiBD' definition 'phi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.C:64:21: style: Function 'implicitSolve' argument 1 names different: declaration 'gamma' definition 'psi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.H:98:21: note: Function 'implicitSolve' argument 1 names different: declaration 'gamma' definition 'psi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.C:64:21: note: Function 'implicitSolve' argument 1 names different: declaration 'gamma' definition 'psi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.C:66:25: style: Function 'implicitSolve' argument 3 names different: declaration 'phiCorr' definition 'phiPsi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.H:100:25: note: Function 'implicitSolve' argument 3 names different: declaration 'phiCorr' definition 'phiPsi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.C:66:25: note: Function 'implicitSolve' argument 3 names different: declaration 'phiCorr' definition 'phiPsi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C:46:31: style: Function 'explicitSolve' argument 3 names different: declaration 'phiBD' definition 'phi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.H:66:31: note: Function 'explicitSolve' argument 3 names different: declaration 'phiBD' definition 'phi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C:46:31: note: Function 'explicitSolve' argument 3 names different: declaration 'phiBD' definition 'phi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C:133:21: style: Function 'implicitSolve' argument 2 names different: declaration 'gamma' definition 'psi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.H:87:21: note: Function 'implicitSolve' argument 2 names different: declaration 'gamma' definition 'psi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C:133:21: note: Function 'implicitSolve' argument 2 names different: declaration 'gamma' definition 'psi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C:135:25: style: Function 'implicitSolve' argument 4 names different: declaration 'phiCorr' definition 'phiPsi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULES.H:89:25: note: Function 'implicitSolve' argument 4 names different: declaration 'phiCorr' definition 'phiPsi'.
freefoam-0.1.0/src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C:135:25: note: Function 'implicitSolve' argument 4 names different: declaration 'phiCorr' definition 'phiPsi'.
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.C:270:21: style: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.H:105:29: note: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.C:270:21: note: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.C:320:21: style: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.H:113:29: note: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.C:320:21: note: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.C:39:5: performance: Variable 'stencil_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.C:515:5: performance: Variable 'ownStencil_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.H:139:9: style: Class 'extendedUpwindCellToFaceStencil' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.C:270:21: style: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.H:108:29: note: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.C:270:21: note: Function 'insertFaceCells' argument 3 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.C:320:21: style: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.H:116:29: note: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.C:320:21: note: Function 'calcFaceCells' argument 1 names different: declaration 'nonEmptyFace' definition 'isValidBFace'.
freefoam-0.1.0/src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.C:42:5: performance: Variable 'stencil_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefoam-0.1.0/src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.H:89:9: style: Class 'fvBoundaryMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fvMesh/fvMesh.C:413:49: style: Function 'mapFields' argument 1 names different: declaration 'mpm' definition 'meshMap'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMesh/fvMesh.H:305:55: note: Function 'mapFields' argument 1 names different: declaration 'mpm' definition 'meshMap'.
freefoam-0.1.0/src/finiteVolume/fvMesh/fvMesh.C:413:49: note: Function 'mapFields' argument 1 names different: declaration 'mpm' definition 'meshMap'.
freefoam-0.1.0/src/finiteVolume/fvMesh/fvMeshLduAddressing.H:83:9: style: Class 'fvMeshLduAddressing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.C:124:25: style: The scope of the variable 'curW' can be reduced. [variableScope]
freefoam-0.1.0/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H:91:13: style: Class 'patchFieldSubset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H:133:13: style: Class 'pointPatchFieldSubset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C:161:29: style: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.H:129:41: note: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
freefoam-0.1.0/src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C:161:29: note: Function 'internalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
freefoam-0.1.0/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C:148:29: style: Function 'initInternalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.H:152:41: note: Function 'initInternalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
freefoam-0.1.0/src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C:148:29: note: Function 'initInternalFieldTransfer' argument 2 names different: declaration 'internalData' definition 'iF'.
freefoam-0.1.0/src/finiteVolume/fvMesh/wallDist/nearWallDist.H:80:9: style: Class 'nearWallDist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H:80:9: style: Class 'nearWallDistNoSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fvMesh/wallDist/reflectionVectors.H:74:9: style: Class 'reflectionVectors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/fvMesh/wallDist/wallDistData.C:109:22: style: The scope of the variable 'waveFld' can be reduced. [variableScope]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.C:54:17: style: Function 'interpolate' argument 2 names different: declaration 'nCell' definition 'celli'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.H:75:25: note: Function 'interpolate' argument 2 names different: declaration 'nCell' definition 'celli'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.C:54:17: note: Function 'interpolate' argument 2 names different: declaration 'nCell' definition 'celli'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.H:63:9: style: Class 'interpolationCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPatchConstrained/interpolationCellPatchConstrained.C:51:19: style: Function 'interpolate' argument 1 names different: declaration 'position' definition 'pt'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPatchConstrained/interpolationCellPatchConstrained.H:76:27: note: Function 'interpolate' argument 1 names different: declaration 'position' definition 'pt'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPatchConstrained/interpolationCellPatchConstrained.C:51:19: note: Function 'interpolate' argument 1 names different: declaration 'position' definition 'pt'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPatchConstrained/interpolationCellPatchConstrained.H:65:9: style: Class 'interpolationCellPatchConstrained' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C:311:17: style: Function 'cellPointWeight' argument 3 names different: declaration 'nCell' definition 'cellIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H:101:25: note: Function 'cellPointWeight' argument 3 names different: declaration 'nCell' definition 'cellIndex'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C:311:17: note: Function 'cellPointWeight' argument 3 names different: declaration 'nCell' definition 'cellIndex'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C:312:17: style: Function 'cellPointWeight' argument 4 names different: declaration 'facei' definition 'faceIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H:102:25: note: Function 'cellPointWeight' argument 4 names different: declaration 'facei' definition 'faceIndex'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C:312:17: note: Function 'cellPointWeight' argument 4 names different: declaration 'facei' definition 'faceIndex'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.H:69:9: style: Class 'interpolationCellPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.H:90:9: style: Class 'interpolationCellPointFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C:37:17: style: Function 'cellPointWeightWallModified' argument 3 names different: declaration 'nCell' definition 'cellIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.H:64:25: note: Function 'cellPointWeightWallModified' argument 3 names different: declaration 'nCell' definition 'cellIndex'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C:37:17: note: Function 'cellPointWeightWallModified' argument 3 names different: declaration 'nCell' definition 'cellIndex'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C:38:17: style: Function 'cellPointWeightWallModified' argument 4 names different: declaration 'facei' definition 'faceIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.H:65:25: note: Function 'cellPointWeightWallModified' argument 4 names different: declaration 'facei' definition 'faceIndex'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C:38:17: note: Function 'cellPointWeightWallModified' argument 4 names different: declaration 'facei' definition 'faceIndex'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModifiedI.H:50:17: style: Function 'interpolate' argument 2 names different: declaration 'nCell' definition 'celli'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.H:77:25: note: Function 'interpolate' argument 2 names different: declaration 'nCell' definition 'celli'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModifiedI.H:50:17: note: Function 'interpolate' argument 2 names different: declaration 'nCell' definition 'celli'.
freefoam-0.1.0/src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.H:62:9: style: Class 'interpolationCellPointWallModified' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.H:62:5: style: Class 'GammaLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.H:60:5: style: Class 'MUSCLLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.H:60:5: style: Class 'MinmodLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.H:61:5: style: Class 'OSPRELimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.H:58:5: style: Class 'PhiLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.H:65:5: style: Class 'QUICKLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICKV.H:65:5: style: Class 'QUICKVLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.H:61:5: style: Class 'SFCDLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.H:61:5: style: Class 'SuperBeeLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.H:60:5: style: Class 'UMISTLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.H:66:5: style: Class 'filteredLinearLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.H:80:5: style: Class 'filteredLinear2Limiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2V.H:80:5: style: Class 'filteredLinear2VLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.H:71:5: style: Class 'filteredLinear3Limiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3V.H:71:5: style: Class 'filteredLinear3VLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.H:63:5: style: Class 'limitedCubicLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubicV.H:63:5: style: Class 'limitedCubicVLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.H:63:5: style: Class 'limitedLinearLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.H:61:5: style: Class 'vanAlbadaLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.H:61:5: style: Class 'vanLeerLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.C:47:69: style: Function 'multivariateSurfaceInterpolationScheme' argument 2 names different: declaration 'fields' definition 'vtfs'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H:127:31: note: Function 'multivariateSurfaceInterpolationScheme' argument 2 names different: declaration 'fields' definition 'vtfs'.
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.C:47:69: note: Function 'multivariateSurfaceInterpolationScheme' argument 2 names different: declaration 'fields' definition 'vtfs'.
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.C:65:69: style: Function 'New' argument 2 names different: declaration 'fields' definition 'vtfs'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H:139:31: note: Function 'New' argument 2 names different: declaration 'fields' definition 'vtfs'.
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.C:65:69: note: Function 'New' argument 2 names different: declaration 'fields' definition 'vtfs'.
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C:74:17: style: Function 'findFaceDirs' argument 4 names different: declaration 'faci' definition 'facei'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.H:91:25: note: Function 'findFaceDirs' argument 4 names different: declaration 'faci' definition 'facei'.
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C:74:17: note: Function 'findFaceDirs' argument 4 names different: declaration 'faci' definition 'facei'.
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C:136:17: style: Function 'calcFit' argument 4 names different: declaration 'faci' definition 'facei'. [funcArgNamesDifferent]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.H:137:25: note: Function 'calcFit' argument 4 names different: declaration 'faci' definition 'facei'.
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C:136:17: note: Function 'calcFit' argument 4 names different: declaration 'faci' definition 'facei'.
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.H:74:9: style: Class 'cubic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.H:74:9: style: Class 'harmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H:70:9: style: Class 'linear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.H:74:9: style: Class 'localMax' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.H:74:9: style: Class 'localMin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.H:70:9: style: Class 'midPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/pointLinear/pointLinear.H:75:9: style: Class 'pointLinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.H:72:9: style: Class 'reverseLinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.H:75:9: style: Class 'weighted' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/finiteVolume/interpolation/volPointInterpolation/pointPatchInterpolation/pointPatchInterpolation.H:102:9: style: Class 'pointPatchInterpolation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.C:57:14: style: Function 'displacementSBRStressFvMotionSolver' argument 2 names different: declaration 'msDataUnused' definition 'is'. [funcArgNamesDifferent]
freefoam-0.1.0/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H:93:22: note: Function 'displacementSBRStressFvMotionSolver' argument 2 names different: declaration 'msDataUnused' definition 'is'.
freefoam-0.1.0/src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.C:57:14: note: Function 'displacementSBRStressFvMotionSolver' argument 2 names different: declaration 'msDataUnused' definition 'is'.
freefoam-0.1.0/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.C:60:14: style: Function 'displacementInterpolationFvMotionSolver' argument 2 names different: declaration 'msDataUnused' definition 'is'. [funcArgNamesDifferent]
freefoam-0.1.0/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H:118:22: note: Function 'displacementInterpolationFvMotionSolver' argument 2 names different: declaration 'msDataUnused' definition 'is'.
freefoam-0.1.0/src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.C:60:14: note: Function 'displacementInterpolationFvMotionSolver' argument 2 names different: declaration 'msDataUnused' definition 'is'.
freefoam-0.1.0/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.C:55:14: style: Function 'displacementLaplacianFvMotionSolver' argument 2 names different: declaration 'msDataUnused' definition 'is'. [funcArgNamesDifferent]
freefoam-0.1.0/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H:101:22: note: Function 'displacementLaplacianFvMotionSolver' argument 2 names different: declaration 'msDataUnused' definition 'is'.
freefoam-0.1.0/src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.C:55:14: note: Function 'displacementLaplacianFvMotionSolver' argument 2 names different: declaration 'msDataUnused' definition 'is'.
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H:91:22: warning: Virtual function 'correct' is called from constructor 'directionalDiffusivity(const fvMotionSolver&mSolver,Istream&mdData)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.C:55:5: note: Calling correct
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H:91:22: note: correct is a virtual method
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H:97:22: warning: Virtual function 'correct' is called from constructor 'inverseDistanceDiffusivity(const fvMotionSolver&mSolver,Istream&mdData)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.C:59:5: note: Calling correct
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H:97:22: note: correct is a virtual method
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H:92:22: warning: Virtual function 'correct' is called from constructor 'inverseFaceDistanceDiffusivity(const fvMotionSolver&mSolver,Istream&mdData)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.C:58:5: note: Calling correct
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H:92:22: note: correct is a virtual method
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H:92:22: warning: Virtual function 'correct' is called from constructor 'inversePointDistanceDiffusivity(const fvMotionSolver&mSolver,Istream&mdData)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.C:58:5: note: Calling correct
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H:92:22: note: correct is a virtual method
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H:86:22: warning: Virtual function 'correct' is called from constructor 'inverseVolumeDiffusivity(const fvMotionSolver&mSolver,Istream&mdData)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.C:58:5: note: Calling correct
freefoam-0.1.0/src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H:86:22: note: correct is a virtual method
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.H:153:26: warning: Virtual function 'updateCoeffs' is called from constructor 'angularOscillatingDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C:73:9: note: Calling updateCoeffs
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.H:153:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.H:153:26: warning: Virtual function 'updateCoeffs' is called from constructor 'angularOscillatingVelocityPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.C:73:9: note: Calling updateCoeffs
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.H:153:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.H:132:26: warning: Virtual function 'updateCoeffs' is called from constructor 'oscillatingDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 66. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.C:66:9: note: Calling updateCoeffs
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.H:132:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.H:150:26: warning: Virtual function 'updateCoeffs' is called from constructor 'oscillatingVelocityPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.C:67:9: note: Calling updateCoeffs
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.H:150:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C:373:1: warning: Member variable 'surfaceDisplacementPointPatchVectorField::surfacesPtr_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.C:361:1: warning: Member variable 'surfaceSlipDisplacementPointPatchVectorField::surfacesPtr_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/genericPatchFields/genericFvPatchField/genericFvPatchField.H:51:1: warning: The class 'genericFvPatchField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:525:22: error: Same iterator is used with different containers 'dptf.scalarFields_' and 'scalarFields_'. [iterators]
freefoam-0.1.0/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:541:22: error: Same iterator is used with different containers 'dptf.vectorFields_' and 'vectorFields_'. [iterators]
freefoam-0.1.0/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:558:22: error: Same iterator is used with different containers 'dptf.sphericalTensorFields_' and 'sphericalTensorFields_'. [iterators]
freefoam-0.1.0/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:575:22: error: Same iterator is used with different containers 'dptf.symmTensorFields_' and 'symmTensorFields_'. [iterators]
freefoam-0.1.0/src/genericPatchFields/genericPointPatchField/genericPointPatchField.C:591:22: error: Same iterator is used with different containers 'dptf.tensorFields_' and 'tensorFields_'. [iterators]
freefoam-0.1.0/src/lagrangian/basic/Particle/Particle.H:100:0: style: Class 'trackData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/basic/Particle/Particle.H:322:0: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/basic/indexedParticle/indexedParticle.H:90:9: warning: Member variable 'indexedParticle::index_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/lagrangian/basic/indexedParticle/indexedParticle.H:52:1: warning: The class 'indexedParticle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C:178:18: style: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.H:129:26: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C:178:18: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C:179:18: style: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.H:130:26: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C:179:18: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C:260:18: style: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.H:165:26: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C:260:18: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C:261:18: style: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.H:166:26: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C:261:18: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.C:169:18: style: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.H:129:26: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.C:169:18: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.C:170:18: style: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.H:130:26: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.C:170:18: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.C:251:18: style: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.H:165:26: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.C:251:18: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.C:252:18: style: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.H:166:26: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.C:252:18: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/injector/injector.H:79:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.C:211:18: style: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.H:135:26: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.C:211:18: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.C:212:18: style: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.H:136:26: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.C:212:18: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.C:292:18: style: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.H:171:26: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.C:292:18: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.C:293:18: style: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.H:172:26: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.C:293:18: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.C:193:18: style: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.H:143:26: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.C:193:18: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.C:194:18: style: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.H:144:26: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.C:194:18: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.C:275:18: style: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.H:179:26: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.C:275:18: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.C:276:18: style: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.H:180:26: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.C:276:18: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.C:177:18: style: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.H:128:26: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.C:177:18: note: Function 'nParcelsToInject' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.C:178:18: style: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.H:129:26: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.C:178:18: note: Function 'nParcelsToInject' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.C:263:18: style: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.H:164:26: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.C:263:18: note: Function 'mass' argument 1 names different: declaration 't0' definition 'time0'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.C:264:18: style: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.H:165:26: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.C:264:18: note: Function 'mass' argument 2 names different: declaration 't1' definition 'time1'.
freefoam-0.1.0/src/lagrangian/dieselSpray/parcel/parcel.C:52:17: style: Function 'parcel' argument 3 names different: declaration 'celli' definition 'cellI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/parcel/parcel.H:153:25: note: Function 'parcel' argument 3 names different: declaration 'celli' definition 'cellI'.
freefoam-0.1.0/src/lagrangian/dieselSpray/parcel/parcel.C:52:17: note: Function 'parcel' argument 3 names different: declaration 'celli' definition 'cellI'.
freefoam-0.1.0/src/lagrangian/dieselSpray/parcel/parcel.C:95:32: style: Function 'move' argument 1 names different: declaration 'sprayData' definition 'sDB'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/parcel/parcel.H:349:30: note: Function 'move' argument 1 names different: declaration 'sprayData' definition 'sDB'.
freefoam-0.1.0/src/lagrangian/dieselSpray/parcel/parcel.C:95:32: note: Function 'move' argument 1 names different: declaration 'sprayData' definition 'sDB'.
freefoam-0.1.0/src/lagrangian/dieselSpray/parcel/parcel.C:331:12: style: Function 'updateParcelProperties' argument 2 names different: declaration 'sprayData' definition 'sDB'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/parcel/parcel.H:135:20: note: Function 'updateParcelProperties' argument 2 names different: declaration 'sprayData' definition 'sDB'.
freefoam-0.1.0/src/lagrangian/dieselSpray/parcel/parcel.C:331:12: note: Function 'updateParcelProperties' argument 2 names different: declaration 'sprayData' definition 'sDB'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spray/sprayFunctions.C:64:18: style: Function 'injectedEnthalpy' argument 1 names different: declaration 't' definition 'time'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spray/spray.H:300:50: note: Function 'injectedEnthalpy' argument 1 names different: declaration 't' definition 'time'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spray/sprayFunctions.C:64:18: note: Function 'injectedEnthalpy' argument 1 names different: declaration 't' definition 'time'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/LISA/LISA.C:380:13: style: Variable 'p' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/LISA/LISA.C:374:0: note: Variable 'p' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/LISA/LISA.C:380:13: note: Variable 'p' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/LISA/LISA.C:79:13: style: Function 'atomizeParcel' argument 1 names different: declaration 'parcel' definition 'p'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/LISA/LISA.H:102:21: note: Function 'atomizeParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/LISA/LISA.C:79:13: note: Function 'atomizeParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/blobsSheetAtomization/blobsSheetAtomization.C:77:13: style: Function 'atomizeParcel' argument 1 names different: declaration 'parcel' definition 'p'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/blobsSheetAtomization/blobsSheetAtomization.H:97:21: note: Function 'atomizeParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/blobsSheetAtomization/blobsSheetAtomization.C:77:13: note: Function 'atomizeParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/noAtomization/noAtomization.C:71:13: style: Function 'atomizeParcel' argument 1 names different: declaration 'parcel' definition 'p'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/noAtomization/noAtomization.H:76:21: note: Function 'atomizeParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/atomizationModel/noAtomization/noAtomization.C:71:13: note: Function 'atomizeParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/ETAB/ETAB.C:80:13: style: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/ETAB/ETAB.H:115:21: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/ETAB/ETAB.C:80:13: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/SHF/SHF.C:145:10: style: The scope of the variable 'success' can be reduced. [variableScope]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/SHF/SHF.C:102:13: style: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/SHF/SHF.H:139:21: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/SHF/SHF.C:102:13: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/TAB/TAB.C:84:13: style: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/TAB/TAB.H:112:21: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/TAB/TAB.C:84:13: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/breakupModel/breakupModel.C:121:13: style: Variable 'y2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/breakupModel/breakupModel.C:115:0: note: Variable 'y2' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/breakupModel/breakupModel.C:121:13: note: Variable 'y2' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzDiwakar/reitzDiwakar.C:76:13: style: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzDiwakar/reitzDiwakar.H:85:21: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzDiwakar/reitzDiwakar.C:76:13: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzKHRT/reitzKHRT.C:78:13: style: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzKHRT/reitzKHRT.H:95:21: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzKHRT/reitzKHRT.C:78:13: note: Function 'breakupParcel' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/noDragModel/noDragModel.H:60:9: style: Class 'noDragModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.C:74:18: style: Function 'Cd' argument 1 names different: declaration 'ReynoldsNumber' definition 'Re'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.H:86:26: note: Function 'Cd' argument 1 names different: declaration 'ReynoldsNumber' definition 'Re'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.C:74:18: note: Function 'Cd' argument 1 names different: declaration 'ReynoldsNumber' definition 'Re'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.C:75:18: style: Function 'Cd' argument 2 names different: declaration 'deviation' definition 'dev'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.H:87:26: note: Function 'Cd' argument 2 names different: declaration 'deviation' definition 'dev'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.C:75:18: note: Function 'Cd' argument 2 names different: declaration 'deviation' definition 'dev'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.C:100:18: style: Function 'relaxationTime' argument 6 names different: declaration 'deviation' definition 'dev'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.H:97:26: note: Function 'relaxationTime' argument 6 names different: declaration 'deviation' definition 'dev'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.C:100:18: note: Function 'relaxationTime' argument 6 names different: declaration 'deviation' definition 'dev'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.H:71:9: style: Class 'standardDragModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:192:18: style: Function 'boilingTime' argument 9 names different: declaration 'time' definition 'ct'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.H:131:26: note: Function 'boilingTime' argument 9 names different: declaration 'time' definition 'ct'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:192:18: note: Function 'boilingTime' argument 9 names different: declaration 'time' definition 'ct'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:199:18: style: Function 'boilingTime' argument 16 names different: declaration 'kLiquid' definition 'kLiq'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.H:138:26: note: Function 'boilingTime' argument 16 names different: declaration 'kLiquid' definition 'kLiq'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:199:18: note: Function 'boilingTime' argument 16 names different: declaration 'kLiquid' definition 'kLiq'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:145:18: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:156:24: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:161:42: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:273:31: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:274:36: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:280:44: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:288:45: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:296:37: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C:316:46: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.H:83:9: style: Class 'RutlandFlashBoil' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/noEvaporation/noEvaporation.H:61:9: style: Class 'noEvaporation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/saturateEvaporationModel/saturateEvaporationModel.C:130:5: style: Variable 'time' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/saturateEvaporationModel/saturateEvaporationModel.C:122:0: note: Variable 'time' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/saturateEvaporationModel/saturateEvaporationModel.C:130:5: note: Variable 'time' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/saturateEvaporationModel/saturateEvaporationModel.C:132:33: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/saturateEvaporationModel/saturateEvaporationModel.H:70:9: style: Class 'saturateEvaporationModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/standardEvaporationModel/standardEvaporationModel.C:194:5: style: Variable 'time' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/standardEvaporationModel/standardEvaporationModel.C:186:0: note: Variable 'time' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/standardEvaporationModel/standardEvaporationModel.C:194:5: note: Variable 'time' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/standardEvaporationModel/standardEvaporationModel.C:145:18: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/standardEvaporationModel/standardEvaporationModel.C:196:33: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/evaporationModel/standardEvaporationModel/standardEvaporationModel.H:74:9: style: Class 'standardEvaporationModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/RanzMarshall/RanzMarshall.C:108:26: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/RanzMarshall/RanzMarshall.H:67:9: style: Class 'RanzMarshall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/noHeatTransfer/noHeatTransfer.H:61:9: style: Class 'noHeatTransfer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/Chomiak/Chomiak.C:108:17: style: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/Chomiak/Chomiak.H:98:25: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/Chomiak/Chomiak.C:108:17: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C:101:17: style: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.H:134:31: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C:101:17: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C:102:18: style: Function 'd0' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.H:134:54: note: Function 'd0' argument 2 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C:102:18: note: Function 'd0' argument 2 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C:135:17: style: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.H:139:25: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C:135:17: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.C:98:17: style: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.H:85:31: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.C:98:17: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.C:108:17: style: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.H:90:25: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.C:108:17: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C:129:17: style: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.H:94:31: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C:129:17: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C:130:18: style: Function 'd0' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.H:94:54: note: Function 'd0' argument 2 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C:130:18: note: Function 'd0' argument 2 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C:141:17: style: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.H:99:25: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C:141:17: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C:143:18: style: Function 'direction' argument 3 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.H:101:26: note: Function 'direction' argument 3 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C:143:18: note: Function 'direction' argument 3 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C:87:17: style: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.H:110:31: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C:87:17: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C:88:18: style: Function 'd0' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.H:110:54: note: Function 'd0' argument 2 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C:88:18: note: Function 'd0' argument 2 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C:197:17: style: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.H:115:25: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C:197:17: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/hollowCone/hollowCone.C:117:17: style: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/hollowCone/hollowCone.H:94:25: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/hollowCone/hollowCone.C:117:17: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C:95:17: style: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.H:106:31: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C:95:17: note: Function 'd0' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C:96:18: style: Function 'd0' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.H:106:54: note: Function 'd0' argument 2 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C:96:18: note: Function 'd0' argument 2 names different: declaration 'time' definition 't'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C:126:17: style: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.H:111:25: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C:126:17: note: Function 'direction' argument 1 names different: declaration 'injector' definition 'n'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/wallModel/reflectParcel/reflectParcel.C:75:13: style: Function 'wallTreatment' argument 1 names different: declaration 'parcel' definition 'p'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/wallModel/reflectParcel/reflectParcel.H:91:21: note: Function 'wallTreatment' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/wallModel/reflectParcel/reflectParcel.C:75:13: note: Function 'wallTreatment' argument 1 names different: declaration 'parcel' definition 'p'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/wallModel/reflectParcel/reflectParcel.C:76:17: style: Function 'wallTreatment' argument 2 names different: declaration 'facei' definition 'globalFacei'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/wallModel/reflectParcel/reflectParcel.H:92:25: note: Function 'wallTreatment' argument 2 names different: declaration 'facei' definition 'globalFacei'.
freefoam-0.1.0/src/lagrangian/dieselSpray/spraySubModels/wallModel/reflectParcel/reflectParcel.C:76:17: note: Function 'wallTreatment' argument 2 names different: declaration 'facei' definition 'globalFacei'.
freefoam-0.1.0/src/lagrangian/dsmc/clouds/Templates/DsmcCloud_/DsmcCloudI_.H:307:53: style: Same expression on both sides of '&'. [duplicateExpression]
freefoam-0.1.0/src/lagrangian/dsmc/clouds/Templates/DsmcCloud_/DsmcCloud_.C:540:69: style: Same expression on both sides of '&'. [duplicateExpression]
freefoam-0.1.0/src/lagrangian/dsmc/parcels/Templates/DsmcParcel_/DsmcParcelIO.C:159:13: warning: Found function call inside sizeof(). [sizeofFunctionCall]
freefoam-0.1.0/src/lagrangian/dsmc/parcels/Templates/DsmcParcel_/DsmcParcel_.H:102:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dsmc/parcels/Templates/DsmcParcel_/DsmcParcel_.H:141:0: style: Class 'trackData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/dsmc/parcels/derived/dsmcParcel/dsmcParcel.C:64:30: style: Function 'dsmcParcel' argument 1 names different: declaration 'c' definition 'cloud'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/dsmc/parcels/derived/dsmcParcel/dsmcParcel.H:76:38: note: Function 'dsmcParcel' argument 1 names different: declaration 'c' definition 'cloud'.
freefoam-0.1.0/src/lagrangian/dsmc/parcels/derived/dsmcParcel/dsmcParcel.C:64:30: note: Function 'dsmcParcel' argument 1 names different: declaration 'c' definition 'cloud'.
freefoam-0.1.0/src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.H:103:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcelI.H:49:36: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freefoam-0.1.0/src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcel.H:95:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/parcels/Templates/ReactingParcel_/ReactingParcel_.H:100:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcel.H:106:0: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/particleForces/particleForces.H:56:1: warning: The class 'particleForces' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.H:108:14: performance: Technically the member function 'Foam::phaseProperties::phaseToStateLabel' can be static. [functionStatic]
freefoam-0.1.0/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C:126:35: note: Technically the member function 'Foam::phaseProperties::phaseToStateLabel' can be static.
freefoam-0.1.0/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.H:108:14: note: Technically the member function 'Foam::phaseProperties::phaseToStateLabel' can be static.
freefoam-0.1.0/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.H:119:9: style: Class 'phaseProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.H:53:1: warning: The class 'phaseProperties' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/IO/DataEntry/Table/Table.C:103:19: style: Array index 'id1' is used before limits check. [arrayIndexThenCheck]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Kinematic/DragModel/DragModel/NewDragModel.C:34:16: style: Function 'New' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Kinematic/DragModel/DragModel/DragModel.H:101:20: note: Function 'New' argument 2 names different: declaration 'cloud' definition 'owner'.
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Kinematic/DragModel/DragModel/NewDragModel.C:34:16: note: Function 'New' argument 2 names different: declaration 'cloud' definition 'owner'.
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/kinematicParcelInjectionData.H:101:9: style: Class 'kinematicParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/kinematicParcelInjectionData.H:104:9: style: Class 'kinematicParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/PatchInteractionModel.C:52:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/PatchInteractionModel.C:57:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/PatchInteractionModel.C:62:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/StandardWallInteraction/StandardWallInteraction.C:63:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/reactingParcelInjectionData.H:90:9: style: Class 'reactingParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/reactingParcelInjectionData.H:93:9: style: Class 'reactingParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.C:68:16: style: Function 'LiquidEvaporation' argument 2 names different: declaration 'cloud' definition 'owner'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.H:90:24: note: Function 'LiquidEvaporation' argument 2 names different: declaration 'cloud' definition 'owner'.
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.C:68:16: note: Function 'LiquidEvaporation' argument 2 names different: declaration 'cloud' definition 'owner'.
freefoam-0.1.0/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/reactingMultiphaseParcelInjectionData.H:95:9: style: Class 'reactingMultiphaseParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/ReactingMultiphase/InjectionModel/ReactingMultiphaseLookupTableInjection/reactingMultiphaseParcelInjectionData.H:98:9: style: Class 'reactingMultiphaseParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/HeatTransferModel/HeatTransferModel.C:111:26: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/thermoParcelInjectionData.H:92:9: style: Class 'thermoParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/thermoParcelInjectionData.H:95:9: style: Class 'thermoParcelInjectionData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.C:139:22: style: The scope of the variable 'buf' can be reduced. [variableScope]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.H:146:0: style: 'Foam :: bufferedAccumulator < Type >::operator=' should return 'Foam :: bufferedAccumulator < Type > &'. [operatorEq]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H:111:9: style: 'distribution::operator=' should return 'distribution &'. [operatorEq]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H:67:9: style: Class 'distribution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/interactionLists/directInteractionList/directInteractionList.H:88:9: style: Class 'directInteractionList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/interactionLists/interactionLists.C:147:29: style: The scope of the variable 'sRL' can be reduced. [variableScope]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/interactionLists/interactionLists.H:106:9: style: Class 'interactionLists' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/interactionLists/referredCellList/referredCellList.H:82:9: style: Class 'referredCellList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:33:53: style: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:220:39: note: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:33:53: note: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:44:53: style: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:222:39: note: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:44:53: note: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:55:53: style: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:224:39: note: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:55:53: note: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.C:68:28: warning: Member variable 'trackData::molCloud_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:116:9: style: Class 'constantProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/moleculeIO.C:34:28: style: Function 'molecule' argument 1 names different: declaration 'c' definition 'cloud'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/molecule.H:253:36: note: Function 'molecule' argument 1 names different: declaration 'c' definition 'cloud'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/molecule/moleculeIO.C:34:28: note: Function 'molecule' argument 1 names different: declaration 'c' definition 'cloud'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.H:120:9: style: Class 'reducedUnits' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.C:53:23: style: Function 'azizChen' argument 2 names different: declaration 'pairPotentialProperties' definition 'azizChen'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.H:100:31: note: Function 'azizChen' argument 2 names different: declaration 'pairPotentialProperties' definition 'azizChen'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.C:53:23: note: Function 'azizChen' argument 2 names different: declaration 'pairPotentialProperties' definition 'azizChen'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.C:99:39: style: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'azizChen'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.H:115:37: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'azizChen'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.C:99:39: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'azizChen'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.C:53:23: style: Function 'exponentialRepulsion' argument 2 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.H:75:31: note: Function 'exponentialRepulsion' argument 2 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.C:53:23: note: Function 'exponentialRepulsion' argument 2 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.C:76:51: style: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.H:90:37: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.C:76:51: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'exponentialRepulsion'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.C:53:23: style: Function 'maitlandSmith' argument 2 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H:103:31: note: Function 'maitlandSmith' argument 2 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.C:53:23: note: Function 'maitlandSmith' argument 2 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.C:81:44: style: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H:118:37: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.C:81:44: note: Function 'read' argument 1 names different: declaration 'pairPotentialProperties' definition 'maitlandSmith'.
freefoam-0.1.0/src/lagrangian/molecularDynamics/potential/potential/potential.H:101:9: style: Class 'potential' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/lagrangian/solidParticle/solidParticleIO.C:33:33: style: Function 'solidParticle' argument 1 names different: declaration 'c' definition 'cloud'. [funcArgNamesDifferent]
freefoam-0.1.0/src/lagrangian/solidParticle/solidParticle.H:138:41: note: Function 'solidParticle' argument 1 names different: declaration 'c' definition 'cloud'.
freefoam-0.1.0/src/lagrangian/solidParticle/solidParticleIO.C:33:33: note: Function 'solidParticle' argument 1 names different: declaration 'c' definition 'cloud'.
freefoam-0.1.0/src/meshTools/PointEdgeWave/PointEdgeWave.C:815:23: style: Opposite expression on both sides of '&&'. [oppositeExpression]
freefoam-0.1.0/src/meshTools/PointEdgeWave/PointEdgeWave.C:815:23: note: Opposite expression on both sides of '&&'.
freefoam-0.1.0/src/meshTools/PointEdgeWave/PointEdgeWave.C:815:23: note: Opposite expression on both sides of '&&'.
freefoam-0.1.0/src/meshTools/cellClassification/cellClassification.H:271:9: style: 'cellClassification::operator=' should return 'cellClassification &'. [operatorEq]
freefoam-0.1.0/src/meshTools/cellClassification/cellInfo.H:83:9: style: Class 'cellInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.C:46:17: style: Function 'findIndex' argument 1 names different: declaration 'n' definition 'nElems'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.H:74:44: note: Function 'findIndex' argument 1 names different: declaration 'n' definition 'nElems'.
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.C:46:17: note: Function 'findIndex' argument 1 names different: declaration 'n' definition 'nElems'.
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.C:115:12: style: Function 'smallestDist' argument 5 names different: declaration 'meshFaceI' definition 'minFaceI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.H:119:20: note: Function 'smallestDist' argument 5 names different: declaration 'meshFaceI' definition 'minFaceI'.
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.C:115:12: note: Function 'smallestDist' argument 5 names different: declaration 'meshFaceI' definition 'minFaceI'.
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.H:113:16: performance: Technically the member function 'Foam::cellDistFuncs::smallestDist' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.C:109:35: note: Technically the member function 'Foam::cellDistFuncs::smallestDist' can be static.
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.H:113:16: note: Technically the member function 'Foam::cellDistFuncs::smallestDist' can be static.
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.H:123:15: performance: Technically the member function 'Foam::cellDistFuncs::getPointNeighbours' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.C:143:34: note: Technically the member function 'Foam::cellDistFuncs::getPointNeighbours' can be static.
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.H:123:15: note: Technically the member function 'Foam::cellDistFuncs::getPointNeighbours' can be static.
freefoam-0.1.0/src/meshTools/cellDist/cellDistFuncs.H:90:9: style: Class 'cellDistFuncs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/cellDist/patchWave/patchWave.C:38:22: style: Function 'setChangedFaces' argument 3 names different: declaration 'changedInfo' definition 'faceDist'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/cellDist/patchWave/patchWave.H:89:30: note: Function 'setChangedFaces' argument 3 names different: declaration 'changedInfo' definition 'faceDist'.
freefoam-0.1.0/src/meshTools/cellDist/patchWave/patchWave.C:38:22: note: Function 'setChangedFaces' argument 3 names different: declaration 'changedInfo' definition 'faceDist'.
freefoam-0.1.0/src/meshTools/cellFeatures/cellFeatures.C:463:10: warning: Iterators to containers from different expressions 'e0' and 'e1' are used together. [mismatchingContainerExpression]
freefoam-0.1.0/src/meshTools/cellQuality/cellQuality.H:72:9: style: Class 'cellQuality' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H:108:9: style: Class 'EulerCoordinateRotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H:105:9: style: Class 'STARCDCoordinateRotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H:129:9: style: Class 'coordinateRotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateSystem.H:236:9: style: Class 'coordinateSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateSystem.H:244:9: style: Class 'coordinateSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateSystems.C:100:55: style: Function 'find' argument 1 names different: declaration 'key' definition 'keyword'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateSystems.H:98:32: note: Function 'find' argument 1 names different: declaration 'key' definition 'keyword'.
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateSystems.C:100:55: note: Function 'find' argument 1 names different: declaration 'key' definition 'keyword'.
freefoam-0.1.0/src/meshTools/coordinateSystems/cylindricalCS.H:97:9: style: Class 'cylindricalCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/coordinateSystems/cylindricalCS.H:66:24: style: The function 'localToGlobal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateSystem.H:175:24: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/coordinateSystems/cylindricalCS.H:66:24: note: Function in derived class
freefoam-0.1.0/src/meshTools/coordinateSystems/cylindricalCS.H:70:34: style: The function 'localToGlobal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateSystem.H:179:34: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/coordinateSystems/cylindricalCS.H:70:34: note: Function in derived class
freefoam-0.1.0/src/meshTools/coordinateSystems/cylindricalCS.H:78:24: style: The function 'globalToLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateSystem.H:187:24: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/coordinateSystems/cylindricalCS.H:78:24: note: Function in derived class
freefoam-0.1.0/src/meshTools/coordinateSystems/cylindricalCS.H:82:34: style: The function 'globalToLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/coordinateSystems/coordinateSystem.H:191:34: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/coordinateSystems/cylindricalCS.H:82:34: note: Function in derived class
freefoam-0.1.0/src/meshTools/coordinateSystems/sphericalCS.H:96:9: style: Class 'sphericalCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C:582:22: style: Function 'directMappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H:181:30: note: Function 'directMappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C:582:22: note: Function 'directMappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C:584:24: style: Function 'directMappedPatchBase' argument 5 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H:183:32: note: Function 'directMappedPatchBase' argument 5 names different: declaration 'offset' definition 'offsets'.
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C:584:24: note: Function 'directMappedPatchBase' argument 5 names different: declaration 'offset' definition 'offsets'.
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C:602:22: style: Function 'directMappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H:191:30: note: Function 'directMappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C:602:22: note: Function 'directMappedPatchBase' argument 3 names different: declaration 'sampleMode' definition 'mode'.
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H:174:9: style: Class 'directMappedPatchBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H:188:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H:258:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H:188:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.H:195:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H:258:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.H:195:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H:181:9: style: 'edgeFaceCirculator::operator=' should return 'edgeFaceCirculator &'. [operatorEq]
freefoam-0.1.0/src/meshTools/indexedOctree/indexedOctree.C:2485:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freefoam-0.1.0/src/meshTools/indexedOctree/indexedOctree.C:2490:5: note: Found duplicate branches for 'if' and 'else'.
freefoam-0.1.0/src/meshTools/indexedOctree/indexedOctree.C:2485:10: note: Found duplicate branches for 'if' and 'else'.
freefoam-0.1.0/src/meshTools/indexedOctree/labelBits.H:89:9: style: Class 'labelBits' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/indexedOctree/indexedOctree.H:386:0: style: Class 'Foam :: indexedOctree < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.C:134:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.H:142:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.C:134:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.C:156:12: style: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.H:153:24: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.C:156:12: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.C:181:12: style: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.H:184:24: note: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.C:181:12: note: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.H:124:19: performance: Technically the member function 'Foam::treeDataCell::getVolumeType' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataCell.H:159:18: performance: Technically the member function 'Foam::treeDataCell::findNearest' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/indexedOctree/indexedOctree.H:386:0: style: Class 'Foam :: indexedOctree < treeDataCell >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.C:106:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.H:130:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.C:106:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.C:128:12: style: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.H:141:24: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.C:128:12: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.H:120:19: performance: Technically the member function 'Foam::treeDataEdge::getVolumeType' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.C:92:33: note: Technically the member function 'Foam::treeDataEdge::getVolumeType' can be static.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.H:120:19: note: Technically the member function 'Foam::treeDataEdge::getVolumeType' can be static.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataEdge.H:160:18: performance: Technically the member function 'Foam::treeDataEdge::intersects' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/indexedOctree/indexedOctree.H:386:0: style: Class 'Foam :: indexedOctree < treeDataEdge >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.C:39:59: style: Function 'calcBb' argument 1 names different: declaration 'cellI' definition 'faceI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.H:86:41: note: Function 'calcBb' argument 1 names different: declaration 'cellI' definition 'faceI'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.C:39:59: note: Function 'calcBb' argument 1 names different: declaration 'cellI' definition 'faceI'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.C:408:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.H:152:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.C:408:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.C:474:12: style: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.H:163:24: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.C:474:12: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.C:502:12: style: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.H:194:24: note: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.C:502:12: note: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataFace.H:169:18: performance: Technically the member function 'Foam::treeDataFace::findNearest' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/indexedOctree/indexedOctree.H:386:0: style: Class 'Foam :: indexedOctree < treeDataFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.C:72:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.H:103:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.C:72:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.C:87:12: style: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.H:114:24: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.C:87:12: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.H:93:19: performance: Technically the member function 'Foam::treeDataPoint::getVolumeType' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.C:58:34: note: Technically the member function 'Foam::treeDataPoint::getVolumeType' can be static.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.H:93:19: note: Technically the member function 'Foam::treeDataPoint::getVolumeType' can be static.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.H:133:18: performance: Technically the member function 'Foam::treeDataPoint::intersects' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataPoint.H:72:9: style: Class 'treeDataPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/indexedOctree/indexedOctree.H:386:0: style: Class 'Foam :: indexedOctree < treeDataPoint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.C:267:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.H:123:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.C:267:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.C:320:12: style: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.H:134:24: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.C:320:12: note: Function 'findNearest' argument 4 names different: declaration 'nearestIndex' definition 'minIndex'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.C:421:12: style: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.H:158:24: note: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.C:421:12: note: Function 'intersects' argument 4 names different: declaration 'result' definition 'intersectionPoint'.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.H:140:18: performance: Technically the member function 'Foam::treeDataTriSurface::findNearest' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.C:397:32: note: Technically the member function 'Foam::treeDataTriSurface::findNearest' can be static.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.H:140:18: note: Technically the member function 'Foam::treeDataTriSurface::findNearest' can be static.
freefoam-0.1.0/src/meshTools/indexedOctree/treeDataTriSurface.H:87:9: style: Class 'treeDataTriSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/indexedOctree/indexedOctree.H:386:0: style: Class 'Foam :: indexedOctree < treeDataTriSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/meshSearch/meshSearch.C:555:58: style: Function 'pointInCell' argument 2 names different: declaration 'celli' definition 'cellI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/meshSearch/meshSearch.H:201:58: note: Function 'pointInCell' argument 2 names different: declaration 'celli' definition 'cellI'.
freefoam-0.1.0/src/meshTools/meshSearch/meshSearch.C:555:58: note: Function 'pointInCell' argument 2 names different: declaration 'celli' definition 'cellI'.
freefoam-0.1.0/src/meshTools/meshSearch/meshSearch.H:262:14: style: Technically the member function 'Foam::meshSearch::clearOut' can be const. [functionConst]
freefoam-0.1.0/src/meshTools/meshSearch/meshSearch.C:943:24: note: Technically the member function 'Foam::meshSearch::clearOut' can be const.
freefoam-0.1.0/src/meshTools/meshSearch/meshSearch.H:262:14: note: Technically the member function 'Foam::meshSearch::clearOut' can be const.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:434:17: style: Function 'getSharedFace' argument 2 names different: declaration 'cell0' definition 'cell0I'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/meshTools/meshTools.H:193:25: note: Function 'getSharedFace' argument 2 names different: declaration 'cell0' definition 'cell0I'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:434:17: note: Function 'getSharedFace' argument 2 names different: declaration 'cell0' definition 'cell0I'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:435:17: style: Function 'getSharedFace' argument 3 names different: declaration 'cell1' definition 'cell1I'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/meshTools/meshTools.H:194:25: note: Function 'getSharedFace' argument 3 names different: declaration 'cell1' definition 'cell1I'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:435:17: note: Function 'getSharedFace' argument 3 names different: declaration 'cell1' definition 'cell1I'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:523:17: style: Function 'otherEdge' argument 3 names different: declaration 'edgeI' definition 'thisEdgeI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/meshTools/meshTools.H:213:25: note: Function 'otherEdge' argument 3 names different: declaration 'edgeI' definition 'thisEdgeI'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:523:17: note: Function 'otherEdge' argument 3 names different: declaration 'edgeI' definition 'thisEdgeI'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:524:17: style: Function 'otherEdge' argument 4 names different: declaration 'vertI' definition 'thisVertI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/meshTools/meshTools.H:214:25: note: Function 'otherEdge' argument 4 names different: declaration 'vertI' definition 'thisVertI'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:524:17: note: Function 'otherEdge' argument 4 names different: declaration 'vertI' definition 'thisVertI'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:585:17: style: Function 'otherCell' argument 2 names different: declaration 'cellI' definition 'otherCellI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/meshTools/meshTools.H:232:25: note: Function 'otherCell' argument 2 names different: declaration 'cellI' definition 'otherCellI'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:585:17: note: Function 'otherCell' argument 2 names different: declaration 'cellI' definition 'otherCellI'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:661:17: style: Function 'constrainToMeshCentre' argument 2 names different: declaration 'pt' definition 'pts'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/meshTools/meshTools.H:259:25: note: Function 'constrainToMeshCentre' argument 2 names different: declaration 'pt' definition 'pts'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:661:17: note: Function 'constrainToMeshCentre' argument 2 names different: declaration 'pt' definition 'pts'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:776:17: style: Function 'edgeToCutDir' argument 3 names different: declaration 'edgeI' definition 'startEdgeI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/meshTools/meshTools.H:296:25: note: Function 'edgeToCutDir' argument 3 names different: declaration 'edgeI' definition 'startEdgeI'.
freefoam-0.1.0/src/meshTools/meshTools/meshTools.C:776:17: note: Function 'edgeToCutDir' argument 3 names different: declaration 'edgeI' definition 'startEdgeI'.
freefoam-0.1.0/src/meshTools/octree/octree.C:820:5: style: Variable 'curLeaf_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freefoam-0.1.0/src/meshTools/octree/octree.C:819:5: note: Variable 'curLeaf_' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/meshTools/octree/octree.C:820:5: note: Variable 'curLeaf_' is reassigned a value before the old one has been used if variable is no semaphore variable.
freefoam-0.1.0/src/meshTools/octree/PointIndexHit_.H:97:0: warning: Member variable 'Foam :: PointIndexHit < point >::hit_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/meshTools/octree/octree.H:402:0: style: 'iterator::operator=' should return 'iterator &'. [operatorEq]
freefoam-0.1.0/src/meshTools/octree/octree.H:449:0: style: 'const_iterator::operator=' should return 'const_iterator &'. [operatorEq]
freefoam-0.1.0/src/meshTools/octree/PointIndexHit_.H:187:0: style: Technically the member function 'Foam :: PointIndexHit < point >::write' can be const. [functionConst]
freefoam-0.1.0/src/meshTools/octree/treeBoundBox.H:184:9: style: Class 'treeBoundBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/treeNode.H:156:0: style: Class 'Foam :: treeNode < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/treeNode.H:159:0: style: Class 'Foam :: treeNode < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/octree.H:394:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/octree.H:442:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/PointIndexHit_.H:81:0: style: Class 'Foam :: PointIndexHit < point >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/PointIndexHit_.H:97:0: style: Class 'Foam :: PointIndexHit < point >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/treeLeaf.H:113:0: style: Class 'Foam :: treeLeaf < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/treeLeaf.H:113:0: style: Class 'Foam :: treeLeaf < octreeDataPoint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/treeElem.H:62:0: style: Class 'Foam :: treeElem < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/treeElem.H:62:0: style: Class 'Foam :: treeElem < octreeDataPoint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.C:108:25: style: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:117:37: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.C:108:25: note: Function 'overlaps' argument 2 names different: declaration 'sampleBb' definition 'cubeBb'.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:111:19: performance: Technically the member function 'Foam::octreeDataCell::getSampleType' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.C:95:35: note: Technically the member function 'Foam::octreeDataCell::getSampleType' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:111:19: note: Technically the member function 'Foam::octreeDataCell::getSampleType' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:130:18: performance: Technically the member function 'Foam::octreeDataCell::intersects' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.C:125:28: note: Technically the member function 'Foam::octreeDataCell::intersects' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:130:18: note: Technically the member function 'Foam::octreeDataCell::intersects' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:152:20: performance: Technically the member function 'Foam::octreeDataCell::calcSign' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.C:184:36: note: Technically the member function 'Foam::octreeDataCell::calcSign' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:152:20: note: Technically the member function 'Foam::octreeDataCell::calcSign' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:170:20: performance: Technically the member function 'Foam::octreeDataCell::calcNearest' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.C:212:36: note: Technically the member function 'Foam::octreeDataCell::calcNearest' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:170:20: note: Technically the member function 'Foam::octreeDataCell::calcNearest' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataCell.H:81:9: style: Class 'octreeDataCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.C:217:25: style: Function 'calcNearest' argument 2 names different: declaration 'ln' definition 'sampleLine'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.H:200:37: note: Function 'calcNearest' argument 2 names different: declaration 'ln' definition 'sampleLine'.
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.C:217:25: note: Function 'calcNearest' argument 2 names different: declaration 'ln' definition 'sampleLine'.
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.C:218:12: style: Function 'calcNearest' argument 3 names different: declaration 'linePt' definition 'sampleLinePt'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.H:201:24: note: Function 'calcNearest' argument 3 names different: declaration 'linePt' definition 'sampleLinePt'.
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.C:218:12: note: Function 'calcNearest' argument 3 names different: declaration 'linePt' definition 'sampleLinePt'.
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.H:136:19: performance: Technically the member function 'Foam::octreeDataEdges::getSampleType' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.C:93:36: note: Technically the member function 'Foam::octreeDataEdges::getSampleType' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.H:136:19: note: Technically the member function 'Foam::octreeDataEdges::getSampleType' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.H:150:18: performance: Technically the member function 'Foam::octreeDataEdges::contains' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.C:113:29: note: Technically the member function 'Foam::octreeDataEdges::contains' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.H:150:18: note: Technically the member function 'Foam::octreeDataEdges::contains' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.H:158:18: performance: Technically the member function 'Foam::octreeDataEdges::intersects' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.C:127:29: note: Technically the member function 'Foam::octreeDataEdges::intersects' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.H:158:18: note: Technically the member function 'Foam::octreeDataEdges::intersects' can be static.
freefoam-0.1.0/src/meshTools/octree/treeLeaf.H:113:0: style: Class 'Foam :: treeLeaf < octreeDataEdges >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/treeElem.H:62:0: style: Class 'Foam :: treeElem < octreeDataEdges >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/octreeDataEdges.H:56:1: warning: The class 'octreeDataEdges' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/meshTools/octree/octreeDataFace.H:180:18: performance: Technically the member function 'Foam::octreeDataFace::contains' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataFace.C:551:28: note: Technically the member function 'Foam::octreeDataFace::contains' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataFace.H:180:18: note: Technically the member function 'Foam::octreeDataFace::contains' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataFace.H:224:20: performance: Technically the member function 'Foam::octreeDataFace::calcNearest' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataFace.C:698:36: note: Technically the member function 'Foam::octreeDataFace::calcNearest' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataFace.H:224:20: note: Technically the member function 'Foam::octreeDataFace::calcNearest' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataFace.H:123:9: style: Class 'octreeDataFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/octreeDataFace.H:127:9: style: Class 'octreeDataFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/treeLeaf.H:113:0: style: Class 'Foam :: treeLeaf < octreeDataFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/treeElem.H:62:0: style: Class 'Foam :: treeElem < octreeDataFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/octree/octreeDataFace.H:61:1: warning: The class 'octreeDataFace' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:91:19: performance: Technically the member function 'Foam::octreeDataPoint::getSampleType' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.C:46:36: note: Technically the member function 'Foam::octreeDataPoint::getSampleType' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:91:19: note: Technically the member function 'Foam::octreeDataPoint::getSampleType' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:105:18: performance: Technically the member function 'Foam::octreeDataPoint::contains' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.C:66:29: note: Technically the member function 'Foam::octreeDataPoint::contains' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:105:18: note: Technically the member function 'Foam::octreeDataPoint::contains' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:113:18: performance: Technically the member function 'Foam::octreeDataPoint::intersects' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.C:81:29: note: Technically the member function 'Foam::octreeDataPoint::intersects' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:113:18: note: Technically the member function 'Foam::octreeDataPoint::intersects' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:124:18: performance: Technically the member function 'Foam::octreeDataPoint::findTightest' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.C:99:29: note: Technically the member function 'Foam::octreeDataPoint::findTightest' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:124:18: note: Technically the member function 'Foam::octreeDataPoint::findTightest' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:135:20: performance: Technically the member function 'Foam::octreeDataPoint::calcSign' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.C:116:37: note: Technically the member function 'Foam::octreeDataPoint::calcSign' can be static.
freefoam-0.1.0/src/meshTools/octree/octreeDataPoint.H:135:20: note: Technically the member function 'Foam::octreeDataPoint::calcSign' can be static.
freefoam-0.1.0/src/meshTools/octree/treeBoundBox.C:316:16: style: Function 'intersects' argument 6 names different: declaration 'ptBits' definition 'ptOnFaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/octree/treeBoundBox.H:282:28: note: Function 'intersects' argument 6 names different: declaration 'ptBits' definition 'ptOnFaces'.
freefoam-0.1.0/src/meshTools/octree/treeBoundBox.C:316:16: note: Function 'intersects' argument 6 names different: declaration 'ptBits' definition 'ptOnFaces'.
freefoam-0.1.0/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.C:249:22: style: The scope of the variable 'blockHead' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.C:250:22: style: The scope of the variable 'blockTail' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C:1225:18: style: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.H:236:30: note: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'.
freefoam-0.1.0/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C:1225:18: note: Function 'checkCellDeterminant' argument 2 names different: declaration 'minDet' definition 'warnDet'.
freefoam-0.1.0/src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.H:92:9: style: Class 'primitiveMeshGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/regionSplit/regionSplit.H:103:9: style: Class 'regionSplit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.C:515:28: style: The scope of the variable 'hitInfo' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.C:920:31: style: Function 'overlaps' argument 1 names different: declaration 'bb' definition 'bbs'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:222:43: note: Function 'overlaps' argument 1 names different: declaration 'bb' definition 'bbs'.
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.C:920:31: note: Function 'overlaps' argument 1 names different: declaration 'bb' definition 'bbs'.
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.C:1486:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:358:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.C:1486:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:128:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:151:9: style: Class 'triSurfaceMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:316:9: style: Class 'distributedTriSurfaceMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:184:37: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:178:33: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:184:37: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:187:26: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:181:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:187:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:190:27: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:184:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:190:27: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:197:32: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:194:28: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:197:32: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:199:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:199:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:206:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:206:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:213:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:213:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:221:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:280:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:221:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:229:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:288:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:229:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:236:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:236:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:244:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:244:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:256:26: style: The function 'distribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:316:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:256:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:266:26: style: The function 'setField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:266:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:270:26: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:332:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:270:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:345:26: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:187:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:345:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:351:27: style: The function 'globalSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:187:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:351:27: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:356:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:199:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:356:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:363:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:206:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:363:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:370:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:213:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:370:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:378:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:221:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:378:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:386:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:229:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:386:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:393:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:236:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:393:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:401:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:244:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:401:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:418:26: style: The function 'distribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:256:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:418:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:431:26: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:270:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:431:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:450:26: style: The function 'writeObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:282:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/distributedTriSurfaceMesh.H:450:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.C:417:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:188:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.C:417:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:115:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:178:33: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:115:33: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:118:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:181:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:118:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:124:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:184:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:124:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:131:28: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:194:28: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:131:28: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:186:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:186:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:193:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:193:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:200:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:200:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:208:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:280:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:208:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:216:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:288:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:216:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:223:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:223:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:231:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableBox.H:231:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.C:455:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:161:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.C:455:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:138:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:178:33: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:138:33: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:141:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:181:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:141:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:147:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:184:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:147:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:154:28: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:194:28: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:154:28: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:159:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:159:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:166:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:166:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:173:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:173:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:181:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:280:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:181:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:189:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:288:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:189:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:196:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:196:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:204:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableCylinder.H:204:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.C:115:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:137:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.C:115:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.C:207:18: style: Function 'getNormal' argument 2 names different: declaration 'normal' definition 'n'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:175:30: note: Function 'getNormal' argument 2 names different: declaration 'normal' definition 'n'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.C:207:18: note: Function 'getNormal' argument 2 names different: declaration 'normal' definition 'n'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:110:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:178:33: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:110:33: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:113:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:181:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:113:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:119:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:184:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:119:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:126:28: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:194:28: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:126:28: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:135:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:135:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:142:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:142:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:149:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:149:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:157:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:280:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:157:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:165:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:288:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:165:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:172:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:172:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:180:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlane.H:180:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.C:275:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:159:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.C:275:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:133:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:178:33: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:133:33: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:136:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:181:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:136:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:142:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:184:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:142:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:149:28: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:194:28: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:149:28: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:157:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:157:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:164:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:164:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:171:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:171:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:179:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:280:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:179:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:187:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:288:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:187:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:194:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:194:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:202:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchablePlate.H:202:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.C:172:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:147:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.C:172:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:121:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:178:33: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:121:33: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:124:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:181:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:124:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:130:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:184:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:130:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:137:28: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:194:28: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:137:28: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:145:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:145:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:152:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:152:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:159:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:159:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:167:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:280:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:167:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:175:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:288:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:175:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:182:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:182:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:190:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSphere.H:190:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.C:41:17: style: Function 'New' argument 1 names different: declaration 'surfaceType' definition 'searchableSurfaceType'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:163:25: note: Function 'New' argument 1 names different: declaration 'surfaceType' definition 'searchableSurfaceType'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.C:41:17: note: Function 'New' argument 1 names different: declaration 'surfaceType' definition 'searchableSurfaceType'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.C:330:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:160:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.C:330:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:140:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:178:33: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:140:33: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:143:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:181:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:143:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:149:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:184:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:149:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:153:28: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:194:28: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:153:28: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:158:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:158:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:165:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:165:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:172:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:172:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:180:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:280:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:180:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:188:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:288:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:188:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:195:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:195:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:203:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:203:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:215:26: style: The function 'distribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:316:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:215:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:224:26: style: The function 'setField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:224:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:229:26: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:332:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceCollection.H:229:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:136:33: style: The function 'regions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:178:33: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:136:33: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:142:22: style: The function 'hasVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:181:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:142:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:148:23: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:184:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:148:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:155:28: style: The function 'coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:194:28: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:155:28: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:165:26: style: The function 'findNearest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:254:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:165:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:180:26: style: The function 'findLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:264:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:180:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:187:26: style: The function 'findLineAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:272:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:187:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:195:26: style: The function 'findLineAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:280:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:195:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:203:26: style: The function 'getRegion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:288:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:203:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:213:26: style: The function 'getNormal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:295:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:213:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:224:26: style: The function 'getVolumeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:303:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:224:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:240:26: style: The function 'distribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:316:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:240:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:252:26: style: The function 'setField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:326:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:252:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:260:26: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurface.H:332:26: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaceWithGaps.H:260:26: note: Function in derived class
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:259:65: style: Function 'findSurfaceID' argument 1 names different: declaration 'name' definition 'wantedName'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.H:130:41: note: Function 'findSurfaceID' argument 1 names different: declaration 'name' definition 'wantedName'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:259:65: note: Function 'findSurfaceID' argument 1 names different: declaration 'name' definition 'wantedName'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:271:16: style: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.H:142:28: note: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:271:16: note: Function 'findAnyIntersection' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:292:20: style: Function 'findAllIntersections' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.H:152:32: note: Function 'findAllIntersections' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:292:20: note: Function 'findAllIntersections' argument 3 names different: declaration 'surfaces' definition 'hitSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:313:16: style: Function 'findNearest' argument 3 names different: declaration 'surfaces' definition 'nearestSurfaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.H:162:28: note: Function 'findNearest' argument 3 names different: declaration 'surfaces' definition 'nearestSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:313:16: note: Function 'findNearest' argument 3 names different: declaration 'surfaces' definition 'nearestSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:332:18: style: Function 'facesIntersection' argument 1 names different: declaration 'initialDistSqr' definition 'initDistSqr'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.H:172:30: note: Function 'facesIntersection' argument 1 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfaces.C:332:18: note: Function 'facesIntersection' argument 1 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:57:18: style: Function 'sumDistSqr' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.H:73:26: note: Function 'sumDistSqr' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:57:18: note: Function 'sumDistSqr' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:86:18: style: Function 'tryMorphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.H:84:26: note: Function 'tryMorphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:86:18: note: Function 'tryMorphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:115:18: style: Function 'morphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.H:100:26: note: Function 'morphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:115:18: note: Function 'morphTet' argument 3 names different: declaration 'initialDistSqr' definition 'initDistSqr'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:324:17: style: Function 'mergeHits' argument 3 names different: declaration 'surfI' definition 'testI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.H:121:25: note: Function 'mergeHits' argument 3 names different: declaration 'surfI' definition 'testI'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:324:17: note: Function 'mergeHits' argument 3 names different: declaration 'surfI' definition 'testI'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:404:16: style: Function 'findAnyIntersection' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.H:146:28: note: Function 'findAnyIntersection' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:404:16: note: Function 'findAnyIntersection' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:465:20: style: Function 'findAllIntersections' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.H:158:32: note: Function 'findAllIntersections' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:465:20: note: Function 'findAllIntersections' argument 5 names different: declaration 'surfaces' definition 'hitSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:466:33: style: Function 'findAllIntersections' argument 6 names different: declaration 'surfaceHits' definition 'hitInfo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.H:159:45: note: Function 'findAllIntersections' argument 6 names different: declaration 'surfaceHits' definition 'hitInfo'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:466:33: note: Function 'findAllIntersections' argument 6 names different: declaration 'surfaceHits' definition 'hitInfo'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:650:16: style: Function 'findNearest' argument 5 names different: declaration 'surfaces' definition 'nearestSurfaces'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.H:170:28: note: Function 'findNearest' argument 5 names different: declaration 'surfaces' definition 'nearestSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/searchableSurfacesQueries.C:650:16: note: Function 'findNearest' argument 5 names different: declaration 'surfaces' definition 'nearestSurfaces'.
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.C:633:23: style: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.H:201:35: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/searchableSurface/triSurfaceMesh.C:633:23: note: Function 'findNearest' argument 1 names different: declaration 'sample' definition 'samples'.
freefoam-0.1.0/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.C:74:19: style: Function 'getNearest' argument 4 names different: declaration 'searchSpan' definition 'span'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H:113:27: note: Function 'getNearest' argument 4 names different: declaration 'searchSpan' definition 'span'.
freefoam-0.1.0/src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.C:74:19: note: Function 'getNearest' argument 4 names different: declaration 'searchSpan' definition 'span'.
freefoam-0.1.0/src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H:72:9: style: Class 'boundaryToFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/sets/topoSetSource/topoSetSource.H:118:14: performance: Technically the member function 'Foam::topoSetSource::addOrDelete' can be static. [functionStatic]
freefoam-0.1.0/src/meshTools/sets/topoSetSource/topoSetSource.C:144:27: note: Technically the member function 'Foam::topoSetSource::addOrDelete' can be static.
freefoam-0.1.0/src/meshTools/sets/topoSetSource/topoSetSource.H:118:14: note: Technically the member function 'Foam::topoSetSource::addOrDelete' can be static.
freefoam-0.1.0/src/meshTools/sets/topoSetSource/topoSetSource.H:191:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/sets/topoSets/cellSet.C:73:17: style: Function 'cellSet' argument 3 names different: declaration 'sizes' definition 'size'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/sets/topoSets/cellSet.H:86:25: note: Function 'cellSet' argument 3 names different: declaration 'sizes' definition 'size'.
freefoam-0.1.0/src/meshTools/sets/topoSets/cellSet.C:73:17: note: Function 'cellSet' argument 3 names different: declaration 'sizes' definition 'size'.
freefoam-0.1.0/src/meshTools/sets/topoSets/cellSet.H:70:9: style: Class 'cellSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/sets/topoSets/cellZoneSet.H:131:22: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/cellSet.H:147:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/cellZoneSet.H:131:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/cellZoneSet.H:134:22: style: The function 'writeDebug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/cellSet.H:157:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/cellZoneSet.H:134:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/cellZoneSet.H:150:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/cellSet.H:154:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/cellZoneSet.H:150:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/cellZoneSet.H:153:23: style: The function 'maxSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/cellSet.H:151:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/cellZoneSet.H:153:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/faceSet.H:65:9: style: Class 'faceSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/sets/topoSets/faceZoneSet.H:148:22: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/faceSet.H:112:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/faceZoneSet.H:148:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/faceZoneSet.H:151:22: style: The function 'writeDebug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/faceSet.H:121:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/faceZoneSet.H:151:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/faceZoneSet.H:167:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/faceSet.H:118:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/faceZoneSet.H:167:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/faceZoneSet.H:170:23: style: The function 'maxSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/faceSet.H:115:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/faceZoneSet.H:170:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/pointSet.H:65:9: style: Class 'pointSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/sets/topoSets/pointZoneSet.H:134:22: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/pointSet.H:112:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/pointZoneSet.H:134:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/pointZoneSet.H:137:22: style: The function 'writeDebug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/pointSet.H:124:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/pointZoneSet.H:137:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/pointZoneSet.H:153:22: style: The function 'updateMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/pointSet.H:118:22: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/pointZoneSet.H:153:22: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/pointZoneSet.H:156:23: style: The function 'maxSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/meshTools/sets/topoSets/pointSet.H:115:23: note: Virtual function in base class
freefoam-0.1.0/src/meshTools/sets/topoSets/pointZoneSet.H:156:23: note: Function in derived class
freefoam-0.1.0/src/meshTools/sets/topoSets/topoSet.H:304:9: style: 'topoSet::operator=' should return 'topoSet &'. [operatorEq]
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.C:660:17: style: Function 'findNearestVisited' argument 6 names different: declaration 'excludeFaceI' definition 'excludePointI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.H:211:25: note: Function 'findNearestVisited' argument 6 names different: declaration 'excludeFaceI' definition 'excludePointI'.
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.C:660:17: note: Function 'findNearestVisited' argument 6 names different: declaration 'excludeFaceI' definition 'excludePointI'.
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.H:252:9: style: Class 'intersectedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:734:29: style: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:260:37: note: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'.
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:734:29: note: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'.
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:735:29: style: Function 'surfaceIntersection' argument 2 names different: declaration 'querySurf2' definition 'query2'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:261:37: note: Function 'surfaceIntersection' argument 2 names different: declaration 'querySurf2' definition 'query2'.
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:735:29: note: Function 'surfaceIntersection' argument 2 names different: declaration 'querySurf2' definition 'query2'.
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:1000:29: style: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:266:53: note: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'.
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C:1000:29: note: Function 'surfaceIntersection' argument 1 names different: declaration 'querySurf1' definition 'query1'.
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:266:9: style: Class 'surfaceIntersection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C:132:16: style: Function 'removeDuplicates' argument 2 names different: declaration 'labels' definition 'elems'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H:139:71: note: Function 'removeDuplicates' argument 2 names different: declaration 'labels' definition 'elems'.
freefoam-0.1.0/src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C:132:16: note: Function 'removeDuplicates' argument 2 names different: declaration 'labels' definition 'elems'.
freefoam-0.1.0/src/meshTools/triSurface/octreeData/octreeDataTriSurface.C:273:32: style: Same expression on both sides of '&'. [duplicateExpression]
freefoam-0.1.0/src/meshTools/triSurface/octreeData/octreeDataTriSurface.C:275:32: style: Same expression on both sides of '&'. [duplicateExpression]
freefoam-0.1.0/src/meshTools/triSurface/octreeData/octreeDataTriSurface.C:307:32: style: Same expression on both sides of '&'. [duplicateExpression]
freefoam-0.1.0/src/meshTools/triSurface/octreeData/octreeDataTriSurface.C:309:32: style: Same expression on both sides of '&'. [duplicateExpression]
freefoam-0.1.0/src/meshTools/triSurface/orientedSurface/orientedSurface.C:225:18: style: Function 'propagateOrientation' argument 2 names different: declaration 'outsidePoint' definition 'samplePoint'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/triSurface/orientedSurface/orientedSurface.H:110:26: note: Function 'propagateOrientation' argument 2 names different: declaration 'outsidePoint' definition 'samplePoint'.
freefoam-0.1.0/src/meshTools/triSurface/orientedSurface/orientedSurface.C:225:18: note: Function 'propagateOrientation' argument 2 names different: declaration 'outsidePoint' definition 'samplePoint'.
freefoam-0.1.0/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C:400:23: style: Function 'surfaceFeatures' argument 2 names different: declaration 'dict' definition 'featInfoDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H:184:62: note: Function 'surfaceFeatures' argument 2 names different: declaration 'dict' definition 'featInfoDict'.
freefoam-0.1.0/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C:400:23: note: Function 'surfaceFeatures' argument 2 names different: declaration 'dict' definition 'featInfoDict'.
freefoam-0.1.0/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C:759:22: style: Function 'nearestSamples' argument 1 names different: declaration 'selectedPoints' definition 'pointLabels'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H:277:34: note: Function 'nearestSamples' argument 1 names different: declaration 'selectedPoints' definition 'pointLabels'.
freefoam-0.1.0/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C:759:22: note: Function 'nearestSamples' argument 1 names different: declaration 'selectedPoints' definition 'pointLabels'.
freefoam-0.1.0/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H:365:9: style: 'surfaceFeatures::operator=' should return 'surfaceFeatures &'. [operatorEq]
freefoam-0.1.0/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H:161:9: style: Class 'surfaceFeatures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/triSurface/surfaceLocation/surfaceLocation.H:99:9: style: Class 'surfaceLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C:85:57: style: Function 'calcInside' argument 1 names different: declaration 'searchPoints' definition 'samples'. [funcArgNamesDifferent]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.H:106:47: note: Function 'calcInside' argument 1 names different: declaration 'searchPoints' definition 'samples'.
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C:85:57: note: Function 'calcInside' argument 1 names different: declaration 'searchPoints' definition 'samples'.
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.H:89:9: style: Class 'triSurfaceSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2272:15: style: Condition 't<-tolabs' is always true [knownConditionTrueFalse]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:425:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:429:7: style: The scope of the variable 'j' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:809:7: style: The scope of the variable 'i2hi' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:811:7: style: The scope of the variable 'inc' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:813:7: style: The scope of the variable 'j2hi' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:814:7: style: The scope of the variable 'j2lo' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1007:7: style: The scope of the variable 'error' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1011:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1019:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1511:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1848:7: style: The scope of the variable 'i2hi' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1851:7: style: The scope of the variable 'j2hi' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1852:7: style: The scope of the variable 'j2lo' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1959:7: style: The scope of the variable 'ifree' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:1960:7: style: The scope of the variable 'key' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2311:8: style: The scope of the variable 'found' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2674:7: style: The scope of the variable 'a' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2687:7: style: The scope of the variable 'swap' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2688:7: style: The scope of the variable 't' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2690:7: style: The scope of the variable 'u' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:3517:7: style: The scope of the variable 'l' can be reduced. [variableScope]
freefoam-0.1.0/src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C:2967:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
freefoam-0.1.0/src/meshTools/twoDPointCorrector/twoDPointCorrector.H:134:14: style: Technically the member function 'Foam::twoDPointCorrector::updateMesh' can be const. [functionConst]
freefoam-0.1.0/src/meshTools/twoDPointCorrector/twoDPointCorrector.C:293:26: note: Technically the member function 'Foam::twoDPointCorrector::updateMesh' can be const.
freefoam-0.1.0/src/meshTools/twoDPointCorrector/twoDPointCorrector.H:134:14: note: Technically the member function 'Foam::twoDPointCorrector::updateMesh' can be const.
freefoam-0.1.0/src/meshTools/twoDPointCorrector/twoDPointCorrector.H:105:9: style: Class 'twoDPointCorrector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.C:50:10: style: The scope of the variable 'processed' can be reduced. [variableScope]
freefoam-0.1.0/src/postProcessing/functionObjects/IO/partialWrite/partialWrite.H:127:22: warning: Virtual function 'read' is called from constructor 'partialWrite(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/IO/partialWrite/partialWrite.C:54:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/IO/partialWrite/partialWrite.H:127:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.H:120:22: warning: Virtual function 'read' is called from constructor 'writeRegisteredObject(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.C:53:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.H:120:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.H:287:22: warning: Virtual function 'read' is called from constructor 'fieldAverage(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 325. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.C:325:9: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.H:287:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.H:166:9: style: 'fieldAverageItem::operator=' should return 'fieldAverageItem &'. [operatorEq]
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.H:112:9: style: Class 'fieldAverageItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMax.H:156:22: warning: Virtual function 'read' is called from constructor 'fieldMinMax(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 82. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMax.C:82:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMax.H:156:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H:210:26: warning: Virtual function 'read' is called from constructor 'cellSource(const word&name,const objectRegistry&obr,const dictionary&dict,const bool loadFromFiles=false)' at line 179. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C:179:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H:210:26: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H:255:26: warning: Virtual function 'read' is called from constructor 'faceSource(const word&name,const objectRegistry&obr,const dictionary&dict,const bool loadFromFiles=false)' at line 333. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C:333:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H:255:26: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.H:156:26: warning: Virtual function 'read' is called from constructor 'fieldValue(const word&name,const objectRegistry&obr,const dictionary&dict,const bool loadFromFiles=false)' at line 146. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.C:146:9: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/field/fieldValues/fieldValue/fieldValue.H:156:26: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/field/readFields/readFields.H:139:22: warning: Virtual function 'read' is called from constructor 'readFields(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/field/readFields/readFields.C:69:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/field/readFields/readFields.H:139:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.H:132:22: warning: Virtual function 'read' is called from constructor 'surfaceInterpolateFields(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.C:69:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.H:132:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H:125:22: warning: Virtual function 'read' is called from constructor 'forceCoeffs(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.C:57:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H:125:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/forces/forces.H:214:22: warning: Virtual function 'read' is called from constructor 'forces(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 213. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/forces/forces.C:213:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/forces/forces.H:214:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.H:177:26: warning: Virtual function 'updateCoeffs' is called from constructor 'sixDoFRigidBodyDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.C:88:9: note: Calling updateCoeffs
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.H:177:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:29:53: style: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:136:46: note: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:29:53: note: Function 'rotationTensorX' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:41:53: style: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:140:46: note: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:41:53: note: Function 'rotationTensorY' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:53:53: style: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:144:46: note: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:53:53: note: Function 'rotationTensorZ' argument 1 names different: declaration 'deltaT' definition 'phi'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:136:23: performance: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorX' can be static. [functionStatic]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:29:30: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorX' can be static.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:136:23: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorX' can be static.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:140:23: performance: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorY' can be static. [functionStatic]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:41:30: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorY' can be static.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:140:23: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorY' can be static.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:144:23: performance: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorZ' can be static. [functionStatic]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionI.H:53:30: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorZ' can be static.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:144:23: note: Technically the member function 'Foam::sixDoFRigidBodyMotion::rotationTensorZ' can be static.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.H:112:9: style: Class 'sixDoFRigidBodyMotionState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:253:9: style: Class 'sixDoFRigidBodyMotion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotion.H:83:1: warning: The class 'sixDoFRigidBodyMotion' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.C:147:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H:112:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.C:147:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H:112:22: warning: Virtual function 'read' is called from constructor 'fixedAxis(const dictionary&sDoFRBMCDict)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.C:57:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H:112:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedAxis/fixedAxis.H:75:9: style: Class 'fixedAxis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.C:133:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H:113:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.C:133:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H:113:22: warning: Virtual function 'read' is called from constructor 'fixedLine(const dictionary&sDoFRBMCDict)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.C:58:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H:113:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedLine/fixedLine.H:76:9: style: Class 'fixedLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.C:169:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H:107:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.C:169:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H:107:22: warning: Virtual function 'read' is called from constructor 'fixedOrientation(const dictionary&sDoFRBMCDict)' at line 56. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.C:56:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H:107:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedOrientation/fixedOrientation.H:70:9: style: Class 'fixedOrientation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.C:133:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H:111:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.C:133:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H:111:22: warning: Virtual function 'read' is called from constructor 'fixedPlane(const dictionary&sDoFRBMCDict)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.C:57:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H:111:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPlane/fixedPlane.H:74:9: style: Class 'fixedPlane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.C:142:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H:112:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.C:142:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMCCoeff' definition 'sDoFRBMCDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H:112:22: warning: Virtual function 'read' is called from constructor 'fixedPoint(const dictionary&sDoFRBMCDict)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.C:57:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H:112:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionConstraint/fixedPoint/fixedPoint.H:75:9: style: Class 'fixedPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.C:148:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H:115:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.C:148:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H:115:22: warning: Virtual function 'read' is called from constructor 'linearAxialAngularSpring(const dictionary&sDoFRBMRDict)' at line 62. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.C:62:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H:115:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearAxialAngularSpring/linearAxialAngularSpring.H:82:9: style: Class 'linearAxialAngularSpring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.C:109:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H:118:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.C:109:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H:118:22: warning: Virtual function 'read' is called from constructor 'linearSpring(const dictionary&sDoFRBMRDict)' at line 61. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.C:61:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H:118:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/linearSpring/linearSpring.H:85:9: style: Class 'linearSpring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.C:124:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H:112:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.C:124:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H:112:22: warning: Virtual function 'read' is called from constructor 'sphericalAngularSpring(const dictionary&sDoFRBMRDict)' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.C:60:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H:112:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/sphericalAngularSpring/sphericalAngularSpring.H:79:9: style: Class 'sphericalAngularSpring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C:148:23: style: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'. [funcArgNamesDifferent]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H:122:45: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C:148:23: note: Function 'read' argument 1 names different: declaration 'sDoFRBMRCoeff' definition 'sDoFRBMRDict'.
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H:122:22: warning: Virtual function 'read' is called from constructor 'tabulatedAxialAngularSpring(const dictionary&sDoFRBMRDict)' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.C:64:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H:122:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionRestraint/tabulatedAxialAngularSpring/tabulatedAxialAngularSpring.H:89:9: style: Class 'tabulatedAxialAngularSpring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/sixDoFRigidBodyMotion/sixDoFRigidBodyMotionState.H:67:1: warning: The class 'sixDoFRigidBodyMotionState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.H:152:26: warning: Virtual function 'updateCoeffs' is called from constructor 'uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField(const pointPatch&,const DimensionedField<vector,pointMesh>&,const dictionary&)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.C:67:9: note: Calling updateCoeffs
freefoam-0.1.0/src/postProcessing/functionObjects/forces/pointPatchFields/derived/uncoupledSixDoFRigidBodyDisplacement/uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField.H:152:26: note: updateCoeffs is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/systemCall/systemCall.H:117:22: warning: Virtual function 'read' is called from constructor 'systemCall(const word&name,const objectRegistry&unused,const dictionary&,const bool loadFromFilesUnused=false)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/systemCall/systemCall.C:53:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/systemCall/systemCall.H:117:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H:114:22: warning: Virtual function 'read' is called from constructor 'dsmcFields(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.C:65:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H:114:22: note: read is a virtual method
freefoam-0.1.0/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.H:122:22: warning: Virtual function 'read' is called from constructor 'staticPressure(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 89. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.C:89:5: note: Calling read
freefoam-0.1.0/src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.H:122:22: note: read is a virtual method
freefoam-0.1.0/src/randomProcesses/Kmesh/Kmesh.H:71:9: style: Class 'Kmesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.C:133:17: style: Function 'window' argument 2 names different: declaration 'n' definition 'ni'. [funcArgNamesDifferent]
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.H:88:60: note: Function 'window' argument 2 names different: declaration 'n' definition 'ni'.
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.C:133:17: note: Function 'window' argument 2 names different: declaration 'n' definition 'ni'.
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.C:178:29: style: Function 'Pf' argument 1 names different: declaration 'pn' definition 'tpn'. [funcArgNamesDifferent]
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.H:94:53: note: Function 'Pf' argument 1 names different: declaration 'pn' definition 'tpn'.
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.C:178:29: note: Function 'Pf' argument 1 names different: declaration 'pn' definition 'tpn'.
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.C:374:18: style: Function 'Pdelta' argument 1 names different: declaration 'gLf' definition 'gPf'. [funcArgNamesDifferent]
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.H:111:35: note: Function 'Pdelta' argument 1 names different: declaration 'gLf' definition 'gPf'.
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.C:374:18: note: Function 'Pdelta' argument 1 names different: declaration 'gLf' definition 'gPf'.
freefoam-0.1.0/src/randomProcesses/noise/noiseFFT.H:76:9: style: Class 'noiseFFT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/cuttingPlane/cuttingPlane.H:174:9: style: 'cuttingPlane::operator=' should return 'cuttingPlane &'. [operatorEq]
freefoam-0.1.0/src/sampling/cuttingPlane/cuttingPlane.H:116:9: style: Class 'cuttingPlane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/cuttingPlane/cuttingPlane.H:61:1: warning: The class 'cuttingPlane' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshAddressing.C:229:16: style: Function 'cellAddresses' argument 1 names different: declaration 'cells' definition 'cellAddressing_'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:98:24: note: Function 'cellAddresses' argument 1 names different: declaration 'cells' definition 'cellAddressing_'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshAddressing.C:229:16: note: Function 'cellAddresses' argument 1 names different: declaration 'cells' definition 'cellAddressing_'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:170:13: style: Class 'patchFieldInterpolator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C:45:19: style: Function 'meshToMesh' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:138:27: note: Function 'meshToMesh' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C:45:19: note: Function 'meshToMesh' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C:46:19: style: Function 'meshToMesh' argument 2 names different: declaration 'toMesh' definition 'meshTo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:139:27: note: Function 'meshToMesh' argument 2 names different: declaration 'toMesh' definition 'meshTo'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C:46:19: note: Function 'meshToMesh' argument 2 names different: declaration 'toMesh' definition 'meshTo'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C:118:19: style: Function 'meshToMesh' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:148:27: note: Function 'meshToMesh' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C:118:19: note: Function 'meshToMesh' argument 1 names different: declaration 'fromMesh' definition 'meshFrom'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C:119:19: style: Function 'meshToMesh' argument 2 names different: declaration 'toMesh' definition 'meshTo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:149:27: note: Function 'meshToMesh' argument 2 names different: declaration 'toMesh' definition 'meshTo'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C:119:19: note: Function 'meshToMesh' argument 2 names different: declaration 'toMesh' definition 'meshTo'.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:225:18: performance: Technically the member function 'Foam::meshToMesh::mapField' can be static. [functionStatic]
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMeshInterpolate.C:40:18: note: Technically the member function 'Foam::meshToMesh::mapField' can be static.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:225:18: note: Technically the member function 'Foam::meshToMesh::mapField' can be static.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:244:18: performance: Technically the member function 'Foam::meshToMesh::interpolateField' can be static. [functionStatic]
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMeshInterpolate.C:94:18: note: Technically the member function 'Foam::meshToMesh::interpolateField' can be static.
freefoam-0.1.0/src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H:244:18: note: Technically the member function 'Foam::meshToMesh::interpolateField' can be static.
freefoam-0.1.0/src/sampling/probes/patchProbes.H:130:22: warning: Virtual function 'read' is called from constructor 'patchProbes(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 213. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/sampling/probes/patchProbes.C:213:5: note: Calling read
freefoam-0.1.0/src/sampling/probes/patchProbes.H:130:22: note: read is a virtual method
freefoam-0.1.0/src/sampling/probes/probes.H:81:0: style: Class 'Foam :: probes :: fieldGroup < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/probes/probes.H:81:0: style: Class 'Foam :: probes :: fieldGroup < vector >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/probes/probes.H:81:0: style: Class 'Foam :: probes :: fieldGroup < sphericalTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/probes/probes.H:81:0: style: Class 'Foam :: probes :: fieldGroup < symmTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/probes/probes.H:81:0: style: Class 'Foam :: probes :: fieldGroup < tensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/probes/probes.H:81:0: style: Class 'Foam :: probes :: fieldGroup < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/probes/patchProbes.H:127:22: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/sampling/probes/probes.H:219:22: note: Virtual function in base class
freefoam-0.1.0/src/sampling/probes/patchProbes.H:127:22: note: Function in derived class
freefoam-0.1.0/src/sampling/probes/patchProbes.H:130:22: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/sampling/probes/probes.H:222:22: note: Virtual function in base class
freefoam-0.1.0/src/sampling/probes/patchProbes.H:130:22: note: Function in derived class
freefoam-0.1.0/src/sampling/probes/patchProbes.H:133:22: style: The function 'findElements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freefoam-0.1.0/src/sampling/probes/probes.H:129:22: note: Virtual function in base class
freefoam-0.1.0/src/sampling/probes/patchProbes.H:133:22: note: Function in derived class
freefoam-0.1.0/src/sampling/probes/patchProbes.H:71:14: style: Technically the member function 'Foam::patchProbes::sampleAndWrite' can be const. [functionConst]
freefoam-0.1.0/src/sampling/probes/patchProbesTemplates.C:34:25: note: Technically the member function 'Foam::patchProbes::sampleAndWrite' can be const.
freefoam-0.1.0/src/sampling/probes/patchProbes.H:71:14: note: Technically the member function 'Foam::patchProbes::sampleAndWrite' can be const.
freefoam-0.1.0/src/sampling/probes/probes.H:222:22: warning: Virtual function 'read' is called from constructor 'probes(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 297. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/sampling/probes/probes.C:297:5: note: Calling read
freefoam-0.1.0/src/sampling/probes/probes.H:222:22: note: read is a virtual method
freefoam-0.1.0/src/sampling/probes/probes.H:147:14: style: Technically the member function 'Foam::probes::sampleAndWrite' can be const. [functionConst]
freefoam-0.1.0/src/sampling/probes/probesTemplates.C:95:20: note: Technically the member function 'Foam::probes::sampleAndWrite' can be const.
freefoam-0.1.0/src/sampling/probes/probes.H:147:14: note: Technically the member function 'Foam::probes::sampleAndWrite' can be const.
freefoam-0.1.0/src/sampling/sampledSet/curve/curveSet.C:356:24: style: Function 'curveSet' argument 5 names different: declaration 'samplePoints' definition 'sampleCoords'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSet/curve/curveSet.H:108:32: note: Function 'curveSet' argument 5 names different: declaration 'samplePoints' definition 'sampleCoords'.
freefoam-0.1.0/src/sampling/sampledSet/curve/curveSet.C:356:24: note: Function 'curveSet' argument 5 names different: declaration 'samplePoints' definition 'sampleCoords'.
freefoam-0.1.0/src/sampling/sampledSet/face/faceOnlySet.C:56:26: style: Function 'trackToBoundary' argument 5 names different: declaration 'samplingCurve' definition 'samplingCurveDist'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSet/face/faceOnlySet.H:78:34: note: Function 'trackToBoundary' argument 5 names different: declaration 'samplingCurve' definition 'samplingCurveDist'.
freefoam-0.1.0/src/sampling/sampledSet/face/faceOnlySet.C:56:26: note: Function 'trackToBoundary' argument 5 names different: declaration 'samplingCurve' definition 'samplingCurveDist'.
freefoam-0.1.0/src/sampling/sampledSet/sampledSet/sampledSet.C:181:18: style: Function 'pushIn' argument 1 names different: declaration 'sample' definition 'facePt'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSet/sampledSet/sampledSet.H:121:26: note: Function 'pushIn' argument 1 names different: declaration 'sample' definition 'facePt'.
freefoam-0.1.0/src/sampling/sampledSet/sampledSet/sampledSet.C:181:18: note: Function 'pushIn' argument 1 names different: declaration 'sample' definition 'facePt'.
freefoam-0.1.0/src/sampling/sampledSet/sampledSets/sampledSets.H:282:22: warning: Virtual function 'read' is called from constructor 'sampledSets(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 264. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/sampling/sampledSet/sampledSets/sampledSets.C:264:5: note: Calling read
freefoam-0.1.0/src/sampling/sampledSet/sampledSets/sampledSets.H:282:22: note: read is a virtual method
freefoam-0.1.0/src/sampling/sampledSet/sampledSets/sampledSetsTemplates.C:158:17: style: Function 'writeSampleFile' argument 3 names different: declaration 'setI' definition 'seti'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSet/sampledSets/sampledSets.H:223:25: note: Function 'writeSampleFile' argument 3 names different: declaration 'setI' definition 'seti'.
freefoam-0.1.0/src/sampling/sampledSet/sampledSets/sampledSetsTemplates.C:158:17: note: Function 'writeSampleFile' argument 3 names different: declaration 'setI' definition 'seti'.
freefoam-0.1.0/src/sampling/sampledSet/writers/writer.C:36:17: style: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'writeType'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSet/writers/writer.H:133:48: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'writeType'.
freefoam-0.1.0/src/sampling/sampledSet/writers/writer.C:36:17: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'writeType'.
freefoam-0.1.0/src/sampling/sampledSet/writers/writer.C:83:17: style: Function 'writeCoord' argument 2 names different: declaration 'sampleI' definition 'pointI'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSet/writers/writer.H:93:50: note: Function 'writeCoord' argument 2 names different: declaration 'sampleI' definition 'pointI'.
freefoam-0.1.0/src/sampling/sampledSet/writers/writer.C:83:17: note: Function 'writeCoord' argument 2 names different: declaration 'sampleI' definition 'pointI'.
freefoam-0.1.0/src/sampling/sampledSet/writers/writer.H:91:14: performance: Technically the member function 'Foam::writer::getBaseName' can be static. [functionStatic]
freefoam-0.1.0/src/sampling/sampledSet/writers/writer.C:62:36: note: Technically the member function 'Foam::writer::getBaseName' can be static.
freefoam-0.1.0/src/sampling/sampledSet/writers/writer.H:91:14: note: Technically the member function 'Foam::writer::getBaseName' can be static.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurface.C:155:17: style: Function 'syncUnseparatedPoints' argument 1 names different: declaration 'collapsedPoint' definition 'pointValues'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurface.H:168:29: note: Function 'syncUnseparatedPoints' argument 1 names different: declaration 'collapsedPoint' definition 'pointValues'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurface.C:155:17: note: Function 'syncUnseparatedPoints' argument 1 names different: declaration 'collapsedPoint' definition 'pointValues'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurface.C:1753:27: style: Function 'isoSurface' argument 1 names different: declaration 'cellIsoVals' definition 'cVals'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurface.H:419:35: note: Function 'isoSurface' argument 1 names different: declaration 'cellIsoVals' definition 'cVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurface.C:1753:27: note: Function 'isoSurface' argument 1 names different: declaration 'cellIsoVals' definition 'cVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurface.C:1754:24: style: Function 'isoSurface' argument 2 names different: declaration 'pointIsoVals' definition 'pVals'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurface.H:420:32: note: Function 'isoSurface' argument 2 names different: declaration 'pointIsoVals' definition 'pVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurface.C:1754:24: note: Function 'isoSurface' argument 2 names different: declaration 'pointIsoVals' definition 'pVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:206:24: style: Function 'calcCutTypes' argument 2 names different: declaration 'cellValues' definition 'cVals'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:129:32: note: Function 'calcCutTypes' argument 2 names different: declaration 'cellValues' definition 'cVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:206:24: note: Function 'calcCutTypes' argument 2 names different: declaration 'cellValues' definition 'cVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:207:24: style: Function 'calcCutTypes' argument 3 names different: declaration 'pointValues' definition 'pVals'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:130:32: note: Function 'calcCutTypes' argument 3 names different: declaration 'pointValues' definition 'pVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:207:24: note: Function 'calcCutTypes' argument 3 names different: declaration 'pointValues' definition 'pVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:354:25: style: Function 'calcSnappedCc' argument 4 names different: declaration 'triPoints' definition 'snappedPoints'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:154:33: note: Function 'calcSnappedCc' argument 4 names different: declaration 'triPoints' definition 'snappedPoints'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:354:25: note: Function 'calcSnappedCc' argument 4 names different: declaration 'triPoints' definition 'snappedPoints'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:628:25: style: Function 'calcSnappedPoint' argument 5 names different: declaration 'triPoints' definition 'snappedPoints'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:186:33: note: Function 'calcSnappedPoint' argument 5 names different: declaration 'triPoints' definition 'snappedPoints'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:628:25: note: Function 'calcSnappedPoint' argument 5 names different: declaration 'triPoints' definition 'snappedPoints'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:1404:24: style: Function 'isoSurfaceCell' argument 2 names different: declaration 'cellValues' definition 'cVals'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:321:32: note: Function 'isoSurfaceCell' argument 2 names different: declaration 'cellValues' definition 'cVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:1404:24: note: Function 'isoSurfaceCell' argument 2 names different: declaration 'cellValues' definition 'cVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:1405:24: style: Function 'isoSurfaceCell' argument 3 names different: declaration 'pointValues' definition 'pVals'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H:322:32: note: Function 'isoSurfaceCell' argument 3 names different: declaration 'pointValues' definition 'pVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C:1405:24: note: Function 'isoSurfaceCell' argument 3 names different: declaration 'pointValues' definition 'pVals'.
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.C:484:26: warning: Member variable 'sampledIsoSurface::volSubFieldPtr_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/sampling/sampledSurface/isoSurface/sampledIsoSurface.C:484:26: warning: Member variable 'sampledIsoSurface::pointSubFieldPtr_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurface/sampledSurface.H:142:22: warning: Virtual function 'clearGeom' is called from destructor '~sampledSurface()' at line 192. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurface/sampledSurface.C:192:5: note: Calling clearGeom
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurface/sampledSurface.H:142:22: note: clearGeom is a virtual method
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurface/sampledSurface.H:174:13: style: Class 'iNew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:274:22: warning: Virtual function 'read' is called from constructor 'sampledSurfaces(const word&name,const objectRegistry&,const dictionary&,const bool loadFromFiles=false)' at line 230. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C:230:5: note: Calling read
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:274:22: note: read is a virtual method
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:81:0: style: Class 'Foam :: fieldGroup < scalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:81:0: style: Class 'Foam :: fieldGroup < vector >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:81:0: style: Class 'Foam :: fieldGroup < sphericalTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:81:0: style: Class 'Foam :: fieldGroup < symmTensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:81:0: style: Class 'Foam :: fieldGroup < tensor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H:81:0: style: Class 'Foam :: fieldGroup < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H:68:9: style: Class 'proxySurfaceWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/sampling/sampledSurface/writers/surfaceWriter.C:39:44: style: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'writeType'. [funcArgNamesDifferent]
freefoam-0.1.0/src/sampling/sampledSurface/writers/surfaceWriter.H:87:55: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'writeType'.
freefoam-0.1.0/src/sampling/sampledSurface/writers/surfaceWriter.C:39:44: note: Function 'New' argument 1 names different: declaration 'writeFormat' definition 'writeType'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:268:16: style: Function 'MeshedSurface' argument 2 names different: declaration 'globalPoints' definition 'useGlobalPoints'. [funcArgNamesDifferent]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:211:24: note: Function 'MeshedSurface' argument 2 names different: declaration 'globalPoints' definition 'useGlobalPoints'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:268:16: note: Function 'MeshedSurface' argument 2 names different: declaration 'globalPoints' definition 'useGlobalPoints'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:528:31: style: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:346:39: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:528:31: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:529:31: style: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:347:39: note: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:529:31: note: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:530:33: style: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:348:41: note: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:530:33: note: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:557:32: style: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:355:40: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:557:32: note: Function 'reset' argument 1 names different: declaration 'points' definition 'pointLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:558:31: style: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:356:39: note: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:558:31: note: Function 'reset' argument 2 names different: declaration 'faces' definition 'faceLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:559:33: style: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'. [funcArgNamesDifferent]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:357:41: note: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:559:33: note: Function 'reset' argument 3 names different: declaration 'zones' definition 'zoneLst'.
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:344:22: warning: Virtual function 'reset' is called from constructor 'MeshedSurface(const Xfer<pointField>&,const Xfer<List<Face>>&,const Xfer<surfZoneList>&)' at line 181. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:181:5: note: Calling reset
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:344:22: note: reset is a virtual method
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:313:22: warning: Virtual function 'addZones' is called from constructor 'MeshedSurface(const Xfer<pointField>&,const Xfer<List<Face>>&,const UList<label>&zoneSizes=UList<label>()' at line 202. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:202:13: note: Calling addZones
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:313:22: note: addZones is a virtual method
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:306:22: warning: Virtual function 'addZones' is called from constructor 'MeshedSurface(const Xfer<pointField>&,const Xfer<List<Face>>&,const UList<label>&zoneSizes=UList<label>()' at line 206. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:206:13: note: Calling addZones
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:306:22: note: addZones is a virtual method
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:334:22: warning: Virtual function 'clear' is called from constructor 'MeshedSurface(const fileName&,const word&ext)' at line 348. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:348:5: note: Calling read
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:1143:5: note: Calling clear
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:334:22: note: clear is a virtual method
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:413:22: warning: Virtual function 'read' is called from constructor 'MeshedSurface(const fileName&)' at line 357. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.C:357:5: note: Calling read
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:413:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:205:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:215:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:218:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:221:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:224:9: style: Class 'MeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:432:0: style: 'Foam :: MeshedSurface < face >::operator=' should return 'Foam :: MeshedSurface < face > &'. [operatorEq]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:432:0: style: 'Foam :: MeshedSurface < triFace >::operator=' should return 'Foam :: MeshedSurface < triFace > &'. [operatorEq]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:205:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:215:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:218:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:221:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:224:0: style: Class 'Foam :: MeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:205:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:215:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:218:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:221:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/MeshedSurface/MeshedSurface.H:224:0: style: Class 'Foam :: MeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:303:26: warning: Virtual function 'clear' is called from constructor 'UnsortedMeshedSurface(const fileName&,const word&)' at line 267. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C:267:5: note: Calling read
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C:715:5: note: Calling clear
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:303:26: note: clear is a virtual method
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:352:26: warning: Virtual function 'read' is called from constructor 'UnsortedMeshedSurface(const fileName&)' at line 276. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C:276:5: note: Calling read
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:352:26: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:186:9: style: Class 'UnsortedMeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:189:9: style: Class 'UnsortedMeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:192:9: style: Class 'UnsortedMeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:195:9: style: Class 'UnsortedMeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:201:9: style: Class 'UnsortedMeshedSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:369:0: style: 'Foam :: UnsortedMeshedSurface < face >::operator=' should return 'Foam :: UnsortedMeshedSurface < face > &'. [operatorEq]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:369:0: style: 'Foam :: UnsortedMeshedSurface < triFace >::operator=' should return 'Foam :: UnsortedMeshedSurface < triFace > &'. [operatorEq]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:186:0: style: Class 'Foam :: UnsortedMeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:189:0: style: Class 'Foam :: UnsortedMeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:192:0: style: Class 'Foam :: UnsortedMeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:195:0: style: Class 'Foam :: UnsortedMeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:201:0: style: Class 'Foam :: UnsortedMeshedSurface < face >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:186:0: style: Class 'Foam :: UnsortedMeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:189:0: style: Class 'Foam :: UnsortedMeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:192:0: style: Class 'Foam :: UnsortedMeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:195:0: style: Class 'Foam :: UnsortedMeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H:201:0: style: Class 'Foam :: UnsortedMeshedSurface < triFace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfZone/surfZone/surfZone.H:63:1: warning: The class 'surfZone' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H:111:22: warning: Virtual function 'read' is called from constructor 'AC3DsurfaceFormat(const fileName&)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.C:40:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H:111:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H:81:9: style: Class 'AC3DsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H:123:22: warning: Virtual function 'read' is called from constructor 'FTRsurfaceFormat(const fileName&)' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.C:38:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H:123:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H:99:9: style: Class 'FTRsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H:103:22: warning: Virtual function 'read' is called from constructor 'GTSsurfaceFormat(const fileName&)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.C:42:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H:103:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H:74:9: style: Class 'GTSsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H:106:22: warning: Virtual function 'read' is called from constructor 'NASsurfaceFormat(const fileName&)' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.C:38:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H:106:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H:82:9: style: Class 'NASsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H:101:22: warning: Virtual function 'read' is called from constructor 'OBJsurfaceFormat(const fileName&)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.C:42:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H:101:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H:74:9: style: Class 'OBJsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H:108:22: warning: Virtual function 'read' is called from constructor 'OFFsurfaceFormat(const fileName&)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.C:41:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H:108:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H:82:9: style: Class 'OFFsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H:131:22: warning: Virtual function 'read' is called from constructor 'OFSsurfaceFormat(const fileName&)' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.C:39:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H:131:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H:79:9: style: Class 'OFSsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H:123:22: warning: Virtual function 'read' is called from constructor 'STARCDsurfaceFormat(const fileName&)' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.C:70:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H:123:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H:97:9: style: Class 'STARCDsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/stl/STLtriangleI.H:28:27: warning: Member variable 'STLtriangle::attrib_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H:154:22: warning: Virtual function 'read' is called from constructor 'STLsurfaceFormat(const fileName&)' at line 119. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.C:119:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H:154:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/stl/STLpoint.H:70:9: style: Class 'STLpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/stl/STLpoint.H:76:9: style: Class 'STLpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/stl/STLtriangle.H:86:9: style: Class 'STLtriangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H:109:9: style: Class 'STLsurfaceFormatCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H:95:9: style: Class 'STLsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H:115:22: warning: Virtual function 'read' is called from constructor 'TRIsurfaceFormat(const fileName&)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.C:67:5: note: Calling read
freefoam-0.1.0/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H:115:22: note: read is a virtual method
freefoam-0.1.0/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H:90:9: style: Class 'TRIsurfaceFormatCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H:85:9: style: Class 'TRIsurfaceFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.H:49:1: warning: The class 'wallHeatTransferFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.H:83:9: style: Class 'basicPsiThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H:80:9: style: Class 'ePsiThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H:80:9: style: Class 'hPsiThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/basic/psiThermo/hsPsiThermo/hsPsiThermo.H:80:9: style: Class 'hsPsiThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.H:91:9: style: Class 'basicRhoThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.H:80:9: style: Class 'hRhoThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/basic/rhoThermo/hsRhoThermo/hsRhoThermo.H:80:9: style: Class 'hsRhoThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.C:139:33: style: Function 'omega' argument 1 names different: declaration 'r' definition 'R'. [funcArgNamesDifferent]
freefoam-0.1.0/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.H:155:41: note: Function 'omega' argument 1 names different: declaration 'r' definition 'R'.
freefoam-0.1.0/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.C:139:33: note: Function 'omega' argument 1 names different: declaration 'r' definition 'R'.
freefoam-0.1.0/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.C:257:18: style: Function 'derivatives' argument 1 names different: declaration 't' definition 'time'. [funcArgNamesDifferent]
freefoam-0.1.0/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.H:198:30: note: Function 'derivatives' argument 1 names different: declaration 't' definition 'time'.
freefoam-0.1.0/src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.C:257:18: note: Function 'derivatives' argument 1 names different: declaration 't' definition 'time'.
freefoam-0.1.0/src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.H:118:9: style: Class 'liquidMixture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/Ar/Ar.H:111:9: style: Class 'Ar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C10H22/C10H22.H:111:9: style: Class 'C10H22' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C12H26/C12H26.H:111:9: style: Class 'C12H26' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C13H28/C13H28.H:111:9: style: Class 'C13H28' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C14H30/C14H30.H:111:9: style: Class 'C14H30' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C16H34/C16H34.H:111:9: style: Class 'C16H34' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C2H5OH/C2H5OH.H:111:9: style: Class 'C2H5OH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C2H6/C2H6.H:111:9: style: Class 'C2H6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C2H6O/C2H6O.H:111:9: style: Class 'C2H6O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C3H6O/C3H6O.H:111:9: style: Class 'C3H6O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C3H8/C3H8.H:111:9: style: Class 'C3H8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C4H10O/C4H10O.H:111:9: style: Class 'C4H10O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C6H14/C6H14.H:111:9: style: Class 'C6H14' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C6H6/C6H6.H:111:9: style: Class 'C6H6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C7H16/C7H16.H:111:9: style: Class 'C7H16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C7H8/C7H8.H:111:9: style: Class 'C7H8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C8H10/C8H10.H:110:9: style: Class 'C8H10' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C8H18/C8H18.H:111:9: style: Class 'C8H18' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/C9H20/C9H20.H:111:9: style: Class 'C9H20' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/CH3OH/CH3OH.H:111:9: style: Class 'CH3OH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/CH4N2O/CH4N2O.H:111:9: style: Class 'CH4N2O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/H2O/H2O.H:110:9: style: Class 'H2O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/IC8H18/IC8H18.H:111:9: style: Class 'IC8H18' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/IDEA/IDEA.H:133:9: style: Class 'IDEA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/MB/MB.H:111:9: style: Class 'MB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/N2/N2.H:111:9: style: Class 'N2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.H:111:9: style: Class 'aC10H7CH3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.H:111:9: style: Class 'bC10H7CH3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/iC3H8O/iC3H8O.H:109:9: style: Class 'iC3H8O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/liquids/nC3H8O/nC3H8O.H:109:9: style: Class 'nC3H8O' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.H:50:1: warning: The class 'MarshakRadiationFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.H:50:1: warning: The class 'MarshakRadiationFixedTMixedFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.H:50:1: warning: The class 'greyDiffusiveRadiationMixedFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.H:50:1: warning: The class 'wideBandDiffusiveRadiationMixedFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/P1/P1.H:97:9: style: Class 'P1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H:97:9: warning: Member variable 'absorptionCoeffs::invTemp_' is not initialized in the constructor. [uninitMemberVar]
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H:94:9: style: Class 'absorptionCoeffs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H:125:44: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.H:150:9: style: Class 'fvDOM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C:44:17: style: Function 'radiativeIntensityRay' argument 7 names different: declaration 'lambda' definition 'nLambda'. [funcArgNamesDifferent]
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H:134:25: note: Function 'radiativeIntensityRay' argument 7 names different: declaration 'lambda' definition 'nLambda'.
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C:44:17: note: Function 'radiativeIntensityRay' argument 7 names different: declaration 'lambda' definition 'nLambda'.
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C:45:36: style: Function 'radiativeIntensityRay' argument 8 names different: declaration 'absEmmModel_' definition 'absorptionEmission'. [funcArgNamesDifferent]
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H:135:44: note: Function 'radiativeIntensityRay' argument 8 names different: declaration 'absEmmModel_' definition 'absorptionEmission'.
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C:45:36: note: Function 'radiativeIntensityRay' argument 8 names different: declaration 'absEmmModel_' definition 'absorptionEmission'.
freefoam-0.1.0/src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.H:74:9: style: Class 'noRadiation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.C:301:21: style: Function 'correct' argument 1 names different: declaration 'a_' definition 'a'. [funcArgNamesDifferent]
freefoam-0.1.0/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H:245:29: note: Function 'correct' argument 1 names different: declaration 'a_' definition 'a'.
freefoam-0.1.0/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.C:301:21: note: Function 'correct' argument 1 names different: declaration 'a_' definition 'a'.
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H:97:9: style: Class 'foamChemistryReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.H:72:9: style: Class 'hPsiMixtureThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C:111:29: style: The scope of the variable 'pTu' can be reduced. [variableScope]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C:115:29: style: The scope of the variable 'phu' can be reduced. [variableScope]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C:324:24: style: Function 'hu' argument 1 names different: declaration 'T' definition 'Tu'. [funcArgNamesDifferent]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.H:127:36: note: Function 'hu' argument 1 names different: declaration 'T' definition 'Tu'.
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C:324:24: note: Function 'hu' argument 1 names different: declaration 'T' definition 'Tu'.
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C:344:24: style: Function 'hu' argument 1 names different: declaration 'T' definition 'Tu'. [funcArgNamesDifferent]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.H:134:36: note: Function 'hu' argument 1 names different: declaration 'T' definition 'Tu'.
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C:344:24: note: Function 'hu' argument 1 names different: declaration 'T' definition 'Tu'.
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.H:70:9: style: Class 'hhuMixtureThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hsPsiMixtureThermo/hsPsiMixtureThermo.H:72:9: style: Class 'hsPsiMixtureThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H:112:23: performance: Technically the member function 'Foam::basicMultiComponentMixture::fres' can be static. [functionStatic]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixtureI.H:82:55: note: Technically the member function 'Foam::basicMultiComponentMixture::fres' can be static.
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H:112:23: note: Technically the member function 'Foam::basicMultiComponentMixture::fres' can be static.
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H:114:36: performance: Technically the member function 'Foam::basicMultiComponentMixture::fres' can be static. [functionStatic]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixtureI.H:92:74: note: Technically the member function 'Foam::basicMultiComponentMixture::fres' can be static.
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H:114:36: note: Technically the member function 'Foam::basicMultiComponentMixture::fres' can be static.
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.H:72:9: style: Class 'hRhoMixtureThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hsRhoMixtureThermo/hsRhoMixtureThermo.H:72:9: style: Class 'hsRhoMixtureThermo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/solids/C/C.H:74:9: style: Class 'C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/solids/C/C.H:77:9: style: Class 'C' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/solids/CaCO3/CaCO3.H:75:9: style: Class 'CaCO3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/solids/CaCO3/CaCO3.H:78:9: style: Class 'CaCO3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/solids/ash/ash.H:75:9: style: Class 'ash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/solids/ash/ash.H:78:9: style: Class 'ash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/solids/solid/solid.H:121:9: style: Class 'solid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H:118:9: style: Class 'icoPolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/equationOfState/incompressible/incompressible.H:69:9: style: Class 'incompressible' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H:61:9: style: Class 'perfectGas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H:64:9: style: Class 'perfectGas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/specie/specie.H:130:9: style: 'specie::operator=' should return 'specie &'. [operatorEq]
freefoam-0.1.0/src/thermophysicalModels/specie/specie/specie.H:111:9: style: Class 'specie' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H:118:0: style: Class 'Foam :: eConstThermo < equationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H:116:0: style: Class 'Foam :: hConstThermo < equationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H:139:0: style: Class 'Foam :: hPolynomialThermo < EquationOfState , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/thermo/janaf/janafThermo.H:138:0: style: Class 'Foam :: janafThermo < equationOfState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H:122:0: style: Class 'Foam :: specieThermo < thermo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H:125:0: style: Class 'Foam :: specieThermo < thermo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/transport/const/constTransport.H:120:9: style: Class 'constTransport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H:128:0: style: Class 'Foam :: polynomialTransport < Thermo , PolySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.H:68:9: style: Class 'speciesTransport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.H:74:9: style: Class 'speciesTransport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H:142:9: style: Class 'sutherlandTransport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.H:85:9: style: Class 'APIdiffCoefFunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H:98:9: style: Class 'NSRDSfunc0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H:97:9: style: Class 'NSRDSfunc1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H:97:9: style: Class 'NSRDSfunc14' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H:96:9: style: Class 'NSRDSfunc2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H:96:9: style: Class 'NSRDSfunc3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H:97:9: style: Class 'NSRDSfunc4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H:96:9: style: Class 'NSRDSfunc5' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H:98:9: style: Class 'NSRDSfunc6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H:97:9: style: Class 'NSRDSfunc7' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.H:58:12: performance: Technically the member function 'Foam::interfaceCompressionLimiter::limiter' can be static. [functionStatic]
freefoam-0.1.0/src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.H:55:5: style: Class 'interfaceCompressionLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/transportModels/interfaceProperties/interfaceProperties.C:50:49: style: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'. [funcArgNamesDifferent]
freefoam-0.1.0/src/transportModels/interfaceProperties/interfaceProperties.H:88:57: note: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'.
freefoam-0.1.0/src/transportModels/interfaceProperties/interfaceProperties.C:50:49: note: Function 'correctContactAngle' argument 1 names different: declaration 'nHat' definition 'nHatb'.
freefoam-0.1.0/src/transportModels/twoPhaseInterfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.H:78:1: warning: The class 'alphaContactAngleFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/transportModels/twoPhaseInterfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.H:50:1: warning: The class 'constantAlphaContactAngleFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/transportModels/twoPhaseInterfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.H:50:1: warning: The class 'dynamicAlphaContactAngleFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/transportModels/twoPhaseInterfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.H:49:1: warning: The class 'alphaFixedPressureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/triSurface/faceTriangulation/faceTriangulation.H:190:9: style: Class 'faceTriangulation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/triSurface/tools/labelledTri/sortLabelledTri.H:112:9: style: Class 'sortLabelledTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/triSurface/tools/labelledTri/labelledTri.H:75:9: style: Class 'labelledTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/triSurface/triSurface/interfaces/STL/STLtriangle.H:75:9: style: Class 'STLtriangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/triSurface/triSurface/triSurface.H:398:9: style: 'triSurface::operator=' should return 'triSurface &'. [operatorEq]
freefoam-0.1.0/src/triSurface/triSurface/triSurface.H:270:9: style: Class 'triSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/triSurface/triSurface/triSurface.H:273:9: style: Class 'triSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/triSurface/triSurface/triSurface.H:276:9: style: Class 'triSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/triSurface/triSurface/surfacePatch/surfacePatch.C:73:5: performance: Variable 'size_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freefoam-0.1.0/src/triSurface/triSurface/surfacePatch/surfacePatch.H:52:1: warning: The class 'surfacePatch' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H:101:17: style: Class 'deltaData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.H:72:9: style: Class 'simpleFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/DeardorffDiffStress/DeardorffDiffStress.C:96:62: style: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/DeardorffDiffStress/DeardorffDiffStress.H:125:57: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/LES/DeardorffDiffStress/DeardorffDiffStress.C:96:62: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.C:291:58: style: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.H:172:57: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.C:291:58: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.C:239:31: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.H:54:1: warning: The class 'alphaSgsJayatillekeWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.H:54:1: warning: The class 'alphaSgsWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsWallFunction/muSgsWallFunctionFvPatchScalarField.C:159:31: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsWallFunction/muSgsWallFunctionFvPatchScalarField.H:53:1: warning: The class 'muSgsWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.C:110:55: style: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H:131:57: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.C:110:55: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/LES/lowReOneEqEddy/lowReOneEqEddy.C:99:57: style: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/lowReOneEqEddy/lowReOneEqEddy.H:122:57: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/LES/lowReOneEqEddy/lowReOneEqEddy.C:99:57: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.C:86:52: style: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H:125:57: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.C:86:52: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/RASModel/RASModel.C:62:24: style: Function 'RASModel' argument 5 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/RASModel/RASModel.H:162:32: note: Function 'RASModel' argument 5 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'.
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/RASModel/RASModel.C:62:24: note: Function 'RASModel' argument 5 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'.
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/RASModel/RASModel.C:110:24: style: Function 'New' argument 4 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/RASModel/RASModel.H:174:32: note: Function 'New' argument 4 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'.
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/RASModel/RASModel.C:110:24: note: Function 'New' argument 4 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'.
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/RASModel/RASModel.C:175:46: style: Function 'yPlus' argument 1 names different: declaration 'patchI' definition 'patchNo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/RASModel/RASModel.H:300:25: note: Function 'yPlus' argument 1 names different: declaration 'patchI' definition 'patchNo'.
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/RASModel/RASModel.C:175:46: note: Function 'yPlus' argument 1 names different: declaration 'patchI' definition 'patchNo'.
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H:53:1: warning: The class 'turbulentHeatFluxTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H:61:1: warning: The class 'turbulentMixingLengthDissipationRateInletFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H:62:1: warning: The class 'turbulentMixingLengthFrequencyInletFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/regionProperties.H:77:9: style: Class 'regionProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.H:56:1: warning: The class 'alphatWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:55:1: warning: The class 'epsilonWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutRoughWallFunction/mutRoughWallFunctionFvPatchScalarField.H:60:1: warning: The class 'mutRoughWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutSpalartAllmarasStandardRoughWallFunction/mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H:53:1: warning: The class 'mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutSpalartAllmarasWallFunction/mutSpalartAllmarasWallFunctionFvPatchScalarField.C:81:31: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutWallFunction/mutWallFunctionFvPatchScalarField.H:55:1: warning: The class 'mutWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkWallFunction/mutkWallFunctionFvPatchScalarField.H:55:1: warning: The class 'mutkWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:69:1: warning: The class 'omegaWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/compressible/RAS/realizableKE/realizableKE.C:58:26: style: Same expression on both sides of '&'. [duplicateExpression]
freefoam-0.1.0/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.C:49:24: style: Function 'turbulenceModel' argument 4 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.H:129:32: note: Function 'turbulenceModel' argument 4 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'.
freefoam-0.1.0/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.C:49:24: note: Function 'turbulenceModel' argument 4 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'.
freefoam-0.1.0/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.C:69:24: style: Function 'New' argument 4 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.H:141:32: note: Function 'New' argument 4 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'.
freefoam-0.1.0/src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.C:69:24: note: Function 'New' argument 4 names different: declaration 'thermoPhysicalModel' definition 'thermophysicalModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/DeardorffDiffStress/DeardorffDiffStress.C:91:62: style: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/DeardorffDiffStress/DeardorffDiffStress.H:124:57: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/DeardorffDiffStress/DeardorffDiffStress.C:91:62: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/LESModel/LESModel.C:97:21: style: Function 'New' argument 3 names different: declaration 'lamTransportModel' definition 'transport'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/LESModel/LESModel.H:148:29: note: Function 'New' argument 3 names different: declaration 'lamTransportModel' definition 'transport'.
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/LESModel/LESModel.C:97:21: note: Function 'New' argument 3 names different: declaration 'lamTransportModel' definition 'transport'.
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/LRRDiffStress/LRRDiffStress.C:100:56: style: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/LRRDiffStress/LRRDiffStress.H:123:57: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/LRRDiffStress/LRRDiffStress.C:100:56: note: Function 'correct' argument 1 names different: declaration 'gradU' definition 'tgradU'.
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.H:99:37: warning: Virtual function 'fv1' is called from constructor 'SpalartAllmaras(const volVectorField&U,const surfaceScalarField&phi,transportModel&transport,const word&modelName=typeName)' at line 277. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.C:277:5: note: Calling updateSubGridScaleFields
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.C:47:30: note: Calling fv1
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.H:99:37: note: fv1 is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsWallFunction/nuSgsWallFunctionFvPatchScalarField.C:154:31: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsWallFunction/nuSgsWallFunctionFvPatchScalarField.H:53:1: warning: The class 'nuSgsWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/kOmegaSSTSAS/kOmegaSSTSAS.C:46:67: style: Function 'updateSubGridScaleFields' argument 1 names different: declaration 'D' definition 'S2'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/kOmegaSSTSAS/kOmegaSSTSAS.H:71:61: note: Function 'updateSubGridScaleFields' argument 1 names different: declaration 'D' definition 'S2'.
freefoam-0.1.0/src/turbulenceModels/incompressible/LES/kOmegaSSTSAS/kOmegaSSTSAS.C:46:67: note: Function 'updateSubGridScaleFields' argument 1 names different: declaration 'D' definition 'S2'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LRR/LRR.C:52:21: style: Function 'LRR' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LRR/LRR.H:112:29: note: Function 'LRR' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LRR/LRR.C:52:21: note: Function 'LRR' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.C:51:21: style: Function 'LamBremhorstKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.H:89:29: note: Function 'LamBremhorstKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.C:51:21: note: Function 'LamBremhorstKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C:52:21: style: Function 'LaunderGibsonRSTM' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H:123:29: note: Function 'LaunderGibsonRSTM' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C:52:21: note: Function 'LaunderGibsonRSTM' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.C:67:21: style: Function 'LaunderSharmaKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H:105:29: note: Function 'LaunderSharmaKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.C:67:21: note: Function 'LaunderSharmaKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.C:51:21: style: Function 'LienCubicKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H:102:29: note: Function 'LienCubicKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.C:51:21: note: Function 'LienCubicKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowRe.C:52:21: style: Function 'LienCubicKELowRe' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowRe.H:129:29: note: Function 'LienCubicKELowRe' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowRe.C:52:21: note: Function 'LienCubicKELowRe' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowRe.C:52:21: style: Function 'LienLeschzinerLowRe' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowRe.H:98:29: note: Function 'LienLeschzinerLowRe' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowRe.C:52:21: note: Function 'LienLeschzinerLowRe' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.C:50:21: style: Function 'NonlinearKEShih' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.H:105:29: note: Function 'NonlinearKEShih' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.C:50:21: note: Function 'NonlinearKEShih' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/RASModel/RASModel.C:108:21: style: Function 'New' argument 3 names different: declaration 'lamTransportModel' definition 'transport'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/RASModel/RASModel.H:165:29: note: Function 'New' argument 3 names different: declaration 'lamTransportModel' definition 'transport'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/RASModel/RASModel.C:108:21: note: Function 'New' argument 3 names different: declaration 'lamTransportModel' definition 'transport'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/RASModel/RASModel.C:170:46: style: Function 'yPlus' argument 1 names different: declaration 'patchI' definition 'patchNo'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/RASModel/RASModel.H:288:25: note: Function 'yPlus' argument 1 names different: declaration 'patchI' definition 'patchNo'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/RASModel/RASModel.C:170:46: note: Function 'yPlus' argument 1 names different: declaration 'patchI' definition 'patchNo'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.C:51:21: style: Function 'RNGkEpsilon' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.H:103:29: note: Function 'RNGkEpsilon' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.C:51:21: note: Function 'RNGkEpsilon' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.C:109:21: style: Function 'SpalartAllmaras' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.H:147:29: note: Function 'SpalartAllmaras' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.C:109:21: note: Function 'SpalartAllmaras' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/fixedShearStress/fixedShearStressFvPatchVectorField.H:52:1: warning: The class 'fixedShearStressFvPatchVectorField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H:52:1: warning: The class 'turbulentHeatFluxTemperatureFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H:61:1: warning: The class 'turbulentMixingLengthDissipationRateInletFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H:62:1: warning: The class 'turbulentMixingLengthFrequencyInletFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H:55:1: warning: The class 'epsilonWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: warning: Virtual function 'checkType' is called from constructor 'kappatJayatillekeWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&)' at line 121. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.C:121:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: warning: Virtual function 'checkType' is called from constructor 'kappatJayatillekeWallFunctionFvPatchScalarField(const kappatJayatillekeWallFunctionFvPatchScalarField&,const fvPatch&,const DimensionedField<scalar,volMesh>&,const fvPatchFieldMapper&)' at line 140. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.C:140:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: warning: Virtual function 'checkType' is called from constructor 'kappatJayatillekeWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&,const dictionary&)' at line 158. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.C:158:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: warning: Virtual function 'checkType' is called from copy constructor 'kappatJayatillekeWallFunctionFvPatchScalarField(const kappatJayatillekeWallFunctionFvPatchScalarField&)' at line 174. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.C:174:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: warning: Virtual function 'checkType' is called from constructor 'kappatJayatillekeWallFunctionFvPatchScalarField(const kappatJayatillekeWallFunctionFvPatchScalarField&,const DimensionedField<scalar,volMesh>&)' at line 191. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.C:191:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:87:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kappatWallFunctions/kappatJayatillekeWallFunction/kappatJayatillekeWallFunctionFvPatchScalarField.H:57:1: warning: The class 'kappatJayatillekeWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutRoughWallFunction/nutRoughWallFunctionFvPatchScalarField.H:60:1: warning: The class 'nutRoughWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutSpalartAllmarasStandardRoughWallFunction/nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H:53:1: warning: The class 'nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutSpalartAllmarasWallFunction/nutSpalartAllmarasWallFunctionFvPatchScalarField.C:93:31: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: warning: Virtual function 'checkType' is called from constructor 'nutWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&)' at line 128. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:128:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: warning: Virtual function 'checkType' is called from constructor 'nutWallFunctionFvPatchScalarField(const nutWallFunctionFvPatchScalarField&,const fvPatch&,const DimensionedField<scalar,volMesh>&,const fvPatchFieldMapper&)' at line 146. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:146:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: warning: Virtual function 'checkType' is called from constructor 'nutWallFunctionFvPatchScalarField(const fvPatch&,const DimensionedField<scalar,volMesh>&,const dictionary&)' at line 163. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:163:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: warning: Virtual function 'checkType' is called from copy constructor 'nutWallFunctionFvPatchScalarField(const nutWallFunctionFvPatchScalarField&)' at line 178. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:178:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: warning: Virtual function 'checkType' is called from constructor 'nutWallFunctionFvPatchScalarField(const nutWallFunctionFvPatchScalarField&,const DimensionedField<scalar,volMesh>&)' at line 194. Dynamic binding is not used. [virtualCallInConstructor]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C:194:5: note: Calling checkType
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:79:22: note: checkType is a virtual method
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H:55:1: warning: The class 'nutWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H:69:1: warning: The class 'omegaWallFunctionFvPatchScalarField' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.C:51:21: style: Function 'kEpsilon' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.H:97:29: note: Function 'kEpsilon' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.C:51:21: note: Function 'kEpsilon' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.C:51:21: style: Function 'kOmega' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H:111:29: note: Function 'kOmega' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/kOmega/kOmega.C:51:21: note: Function 'kOmega' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.C:94:21: style: Function 'kOmegaSST' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.H:193:29: note: Function 'kOmegaSST' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.C:94:21: note: Function 'kOmegaSST' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/laminar/laminar.C:49:21: style: Function 'laminar' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/laminar/laminar.H:70:29: note: Function 'laminar' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/laminar/laminar.C:49:21: note: Function 'laminar' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.C:77:21: style: Function 'qZeta' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.H:98:29: note: Function 'qZeta' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/qZeta/qZeta.C:77:21: note: Function 'qZeta' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.C:58:26: style: Same expression on both sides of '&'. [duplicateExpression]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.C:92:21: style: Function 'realizableKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.H:122:29: note: Function 'realizableKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.C:92:21: note: Function 'realizableKE' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.C:53:21: style: Function 'laminar' argument 3 names different: declaration 'transport' definition 'lamTransportModel'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.H:68:29: note: Function 'laminar' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.C:53:21: note: Function 'laminar' argument 3 names different: declaration 'transport' definition 'lamTransportModel'.
freefoam-0.1.0/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.C:66:21: style: Function 'New' argument 3 names different: declaration 'lamTransportModel' definition 'transport'. [funcArgNamesDifferent]
freefoam-0.1.0/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.H:136:29: note: Function 'New' argument 3 names different: declaration 'lamTransportModel' definition 'transport'.
freefoam-0.1.0/src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.C:66:21: note: Function 'New' argument 3 names different: declaration 'lamTransportModel' definition 'transport'.
freefoam-0.1.0/tutorials/incompressible/simpleWindFoam/simpleWindFoam/pEqn.H:19:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freefoam-0.1.0/tutorials/incompressible/simpleWindFoam/simpleWindFoam/pEqn.H:23:9: note: Found duplicate branches for 'if' and 'else'.
freefoam-0.1.0/tutorials/incompressible/simpleWindFoam/simpleWindFoam/pEqn.H:19:9: note: Found duplicate branches for 'if' and 'else'.
[22:45]

ftp://ftp.se.debian.org/debian/pool/main/f/freegish/freegish_1.53+git20140221+dfsg.orig.tar.gz
freegish-1.53+git20140221+dfsg/src/audio/audio.c:172:7: style: The scope of the variable 'result' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/audio/audio.c:173:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/audio/audio.c:174:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/audio/audio.c:216:16: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/audio/audio.c:220:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/ai.c:36:9: style: The scope of the variable 'intersectpoint' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/ai.c:37:9: style: The scope of the variable 'normal' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/block.c:43:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/block.c:70:3: style: Variable 'filename' is assigned a value that is never used. [unreadVariable]
freegish-1.53+git20140221+dfsg/src/game/block.c:66:8: style: Unused variable: path [unusedVariable]
freegish-1.53+git20140221+dfsg/src/game/config.c:298:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/custom.c:60:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/custom.c:153:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/custom.c:249:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/custom.c:499:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/custom.c:528:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/custom.c:154:7: style: Unused variable: changeddir [unusedVariable]
freegish-1.53+git20140221+dfsg/src/game/custom.c:250:7: style: Unused variable: changeddir [unusedVariable]
freegish-1.53+git20140221+dfsg/src/game/editor.c:59:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/editor.c:511:7: style: The scope of the variable 'x' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/editor.c:511:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/editor.c:567:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/editor.c:570:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/game.c:74:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/game.c:75:7: style: The scope of the variable 'frametimer' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/game.c:75:18: style: The scope of the variable 'fps' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/game.c:628:16: style: The scope of the variable 'vec2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/game.c:631:9: style: The scope of the variable 'scale' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/game.c:613:7: style: Variable 'fps' is assigned a value that is never used. [unreadVariable]
freegish-1.53+git20140221+dfsg/src/game/game.c:103:3: style: Variable 'scorenum' is assigned a value that is never used. [unreadVariable]
freegish-1.53+git20140221+dfsg/src/game/gameaudio.c:45:9: style: The scope of the variable 'scale' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gameaudio.c:169:10: warning: Either the condition 'objectnum!=-1' is redundant, otherwise there is negative array index -1. [negativeIndex]
freegish-1.53+git20140221+dfsg/src/game/gameaudio.c:113:16: note: Assuming that condition 'objectnum!=-1' is not redundant
freegish-1.53+git20140221+dfsg/src/game/gameaudio.c:169:10: note: Negative array index
freegish-1.53+git20140221+dfsg/src/game/gamemenu.c:50:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gamemenu.c:488:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gameobject.c:133:9: style: The scope of the variable 'angle' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gameobject.c:134:9: style: The scope of the variable 'size' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gameobject.c:195:9: style: The scope of the variable 'angle' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gameobject.c:363:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gameobject.c:364:7: style: The scope of the variable 'length' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gameobject.c:366:9: style: The scope of the variable 'mass' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gameobject.c:960:9: style: The scope of the variable 'angle' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gameobject.c:1017:9: style: The scope of the variable 'angle' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/gametexture.c:419:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/high.c:240:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/high.c:240:13: style: The scope of the variable 'count2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/level.c:291:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/level.c:291:13: style: The scope of the variable 'count2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/level.c:1190:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/level.c:150:7: style: Unused variable: changeddir [unusedVariable]
freegish-1.53+git20140221+dfsg/src/game/lighting.c:241:7: style: The scope of the variable 'lightrange' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/lighting.c:375:9: style: The scope of the variable 'scale' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/logic.c:617:7: style: The scope of the variable 'keyhighlight2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/logic.c:618:9: style: The scope of the variable 'miny' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/logic.c:618:14: style: The scope of the variable 'maxy' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/logic.c:1480:10: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
freegish-1.53+git20140221+dfsg/src/game/mainmenu.c:58:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/mainmenu.c:485:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/mainmenu.c:590:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/mappack.c:51:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/mappack.c:158:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/mappack.c:262:7: style: Variable 'startdelay' is assigned a value that is never used. [unreadVariable]
freegish-1.53+git20140221+dfsg/src/game/music.c:46:9: style: The scope of the variable 'vec' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/music.c:316:7: style: The scope of the variable 'spacetoeof' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/objedit.c:54:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/options.c:375:5: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
freegish-1.53+git20140221+dfsg/src/game/options.c:370:5: note: Variable 'count' is reassigned a value before the old one has been used.
freegish-1.53+git20140221+dfsg/src/game/options.c:375:5: note: Variable 'count' is reassigned a value before the old one has been used.
freegish-1.53+git20140221+dfsg/src/game/options.c:1212:5: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
freegish-1.53+git20140221+dfsg/src/game/options.c:1194:5: note: Variable 'count' is reassigned a value before the old one has been used.
freegish-1.53+git20140221+dfsg/src/game/options.c:1212:5: note: Variable 'count' is reassigned a value before the old one has been used.
freegish-1.53+git20140221+dfsg/src/game/options.c:42:13: style: The scope of the variable 'count2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/options.c:652:13: style: The scope of the variable 'count2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/options.c:906:13: style: The scope of the variable 'count2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:788:9: style: Variable 'veclength' is reassigned a value before the old one has been used. [redundantAssignment]
freegish-1.53+git20140221+dfsg/src/game/physics.c:785:9: note: Variable 'veclength' is reassigned a value before the old one has been used.
freegish-1.53+git20140221+dfsg/src/game/physics.c:788:9: note: Variable 'veclength' is reassigned a value before the old one has been used.
freegish-1.53+git20140221+dfsg/src/game/physics.c:929:7: style: Variable 'veclength' is reassigned a value before the old one has been used. [redundantAssignment]
freegish-1.53+git20140221+dfsg/src/game/physics.c:926:7: note: Variable 'veclength' is reassigned a value before the old one has been used.
freegish-1.53+git20140221+dfsg/src/game/physics.c:929:7: note: Variable 'veclength' is reassigned a value before the old one has been used.
freegish-1.53+git20140221+dfsg/src/game/physics.c:196:9: style: The scope of the variable 'vec' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:196:16: style: The scope of the variable 'vec2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:227:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:228:7: style: The scope of the variable 'part1' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:228:13: style: The scope of the variable 'part2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:229:7: style: The scope of the variable 'blocknum' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:230:7: style: The scope of the variable 'particlenum' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:232:9: style: The scope of the variable 'vec' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:232:16: style: The scope of the variable 'vec2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:233:9: style: The scope of the variable 'intersectpoint' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:234:9: style: The scope of the variable 'normal' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/physics.c:407:16: style: The scope of the variable 'vec2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/player.c:253:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/player.c:279:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/player.c:608:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/player.c:693:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/player.c:818:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/record.c:42:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/record.c:42:13: style: The scope of the variable 'count2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/record.c:44:9: style: The scope of the variable 'bmpheader' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/record.c:45:7: style: The scope of the variable 'red' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/record.c:45:11: style: The scope of the variable 'green' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/record.c:45:17: style: The scope of the variable 'blue' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/render.c:1038:7: style: The scope of the variable 'x' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/render.c:1038:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/render.c:526:3: style: Variable 'windowsize' is assigned a value that is never used. [unreadVariable]
freegish-1.53+git20140221+dfsg/src/game/replay.c:192:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/replay.c:193:7: style: Unused variable: changeddir [unusedVariable]
freegish-1.53+git20140221+dfsg/src/game/ropeedit.c:50:7: style: The scope of the variable 'simcount' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/setup.c:46:7: style: The scope of the variable 'numofobjectstemp' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/game/sprite.c:39:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freegish-1.53+git20140221+dfsg/src/game/sprite.c:87:9: style: The scope of the variable 'angle' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/main.c:87:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/math/vector.c:48:9: style: The scope of the variable 'vectorlengthvalue' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/math/vector.c:48:27: style: The scope of the variable 'dotproductvalue' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/menu/menu.c:57:13: style: The scope of the variable 'count2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/menu/menu.c:541:24: style: The scope of the variable 'count3' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/parser/parser.c:33:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/physics/particle.c:105:7: style: The scope of the variable 'x' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/physics/particle.c:105:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/physics/particle.c:106:7: style: The scope of the variable 'blocknum' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/sdl/file.c:112:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/sdl/file.c:47:12: style: Variable 'namesize' is assigned a value that is never used. [unreadVariable]
freegish-1.53+git20140221+dfsg/src/sdl/video.c:58:23: style: Array index 'count' is used before limits check. [arrayIndexThenCheck]
freegish-1.53+git20140221+dfsg/src/video/glfunc.c:82:9: style: The scope of the variable 'm' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/video/glfunc.c:112:9: style: The scope of the variable 'm' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/video/glfunc.c:143:13: style: The scope of the variable 'count2' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/video/glfunc.c:145:7: style: The scope of the variable 'red' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/video/glfunc.c:145:11: style: The scope of the variable 'green' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/video/glfunc.c:145:17: style: The scope of the variable 'blue' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/video/glfunc.c:166:0: error: Resource leak: fp [resourceLeak]
freegish-1.53+git20140221+dfsg/src/video/text.c:37:47: style: Function 'drawtextunformatted' argument 2 names different: declaration 'textposx' definition 'x'. [funcArgNamesDifferent]
freegish-1.53+git20140221+dfsg/src/video/text.h:29:47: note: Function 'drawtextunformatted' argument 2 names different: declaration 'textposx' definition 'x'.
freegish-1.53+git20140221+dfsg/src/video/text.c:37:47: note: Function 'drawtextunformatted' argument 2 names different: declaration 'textposx' definition 'x'.
freegish-1.53+git20140221+dfsg/src/video/text.c:37:53: style: Function 'drawtextunformatted' argument 3 names different: declaration 'textposy' definition 'y'. [funcArgNamesDifferent]
freegish-1.53+git20140221+dfsg/src/video/text.h:29:60: note: Function 'drawtextunformatted' argument 3 names different: declaration 'textposy' definition 'y'.
freegish-1.53+git20140221+dfsg/src/video/text.c:37:53: note: Function 'drawtextunformatted' argument 3 names different: declaration 'textposy' definition 'y'.
freegish-1.53+git20140221+dfsg/src/video/text.c:150:36: style: Function 'drawtext' argument 2 names different: declaration 'textposx' definition 'x'. [funcArgNamesDifferent]
freegish-1.53+git20140221+dfsg/src/video/text.h:30:36: note: Function 'drawtext' argument 2 names different: declaration 'textposx' definition 'x'.
freegish-1.53+git20140221+dfsg/src/video/text.c:150:36: note: Function 'drawtext' argument 2 names different: declaration 'textposx' definition 'x'.
freegish-1.53+git20140221+dfsg/src/video/text.c:150:42: style: Function 'drawtext' argument 3 names different: declaration 'textposy' definition 'y'. [funcArgNamesDifferent]
freegish-1.53+git20140221+dfsg/src/video/text.h:30:49: note: Function 'drawtext' argument 3 names different: declaration 'textposy' definition 'y'.
freegish-1.53+git20140221+dfsg/src/video/text.c:150:42: note: Function 'drawtext' argument 3 names different: declaration 'textposy' definition 'y'.
freegish-1.53+git20140221+dfsg/src/video/texture.c:119:11: style: Condition 'interlace_type' is always false [knownConditionTrueFalse]
freegish-1.53+git20140221+dfsg/src/video/texture.c:95:49: note: Assignment 'interlace_type=0', assigned value is 0
freegish-1.53+git20140221+dfsg/src/video/texture.c:119:11: note: Condition 'interlace_type' is always false
freegish-1.53+git20140221+dfsg/src/video/texture.c:371:6: style: The scope of the variable 'result' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/video/texture.c:374:6: style: The scope of the variable 'x' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/video/texture.c:374:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freegish-1.53+git20140221+dfsg/src/video/texture.c:122:8: style: Variable 'number_passes' is assigned a value that is never used. [unreadVariable]
freegish-1.53+git20140221+dfsg/src/video/texture.c:202:17: style: Variable 'isAlpha' is assigned a value that is never used. [unreadVariable]
freegish-1.53+git20140221+dfsg/src/video/texture.c:155:9: error: Uninitialized variable: load_status [uninitvar]
[22:45]

ftp://ftp.se.debian.org/debian/pool/main/f/freeglut/freeglut_2.8.1.orig.tar.gz
freeglut-2.8.1/progs/demos/CallbackMaker/CallbackMaker.c:139:5: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
freeglut-2.8.1/progs/demos/CallbackMaker/CallbackMaker.c:149:5: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
freeglut-2.8.1/progs/demos/CallbackMaker/CallbackMaker.c:250:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeglut-2.8.1/progs/demos/CallbackMaker/CallbackMaker.c:521:12: style: Variable 'menuID' is assigned a value that is never used. [unreadVariable]
freeglut-2.8.1/progs/demos/Fractals/fractals.c:229:8: style: The scope of the variable 'inputline' can be reduced. [variableScope]
freeglut-2.8.1/progs/demos/Fractals/fractals.c:326:20: style: Variable 'fractal_window' is assigned a value that is never used. [unreadVariable]
freeglut-2.8.1/progs/demos/Fractals/fractals.c:246:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freeglut-2.8.1/progs/demos/Fractals/fractals.c:309:0: error: Resource leak: fptr [resourceLeak]
freeglut-2.8.1/progs/demos/Fractals_random/fractals_random.c:274:8: style: The scope of the variable 'inputline' can be reduced. [variableScope]
freeglut-2.8.1/progs/demos/Fractals_random/fractals_random.c:372:20: style: Variable 'fractal_window' is assigned a value that is never used. [unreadVariable]
freeglut-2.8.1/progs/demos/Fractals_random/fractals_random.c:291:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freeglut-2.8.1/progs/demos/Fractals_random/fractals_random.c:354:0: error: Resource leak: fptr [resourceLeak]
freeglut-2.8.1/progs/demos/Lorenz/lorenz.c:224:5: style: Variable 'dist' is reassigned a value before the old one has been used. [redundantAssignment]
freeglut-2.8.1/progs/demos/Lorenz/lorenz.c:223:0: note: Variable 'dist' is reassigned a value before the old one has been used.
freeglut-2.8.1/progs/demos/Lorenz/lorenz.c:224:5: note: Variable 'dist' is reassigned a value before the old one has been used.
freeglut-2.8.1/progs/demos/Lorenz/lorenz.c:310:10: style: The scope of the variable 'deltax' can be reduced. [variableScope]
freeglut-2.8.1/progs/demos/Lorenz/lorenz.c:310:18: style: The scope of the variable 'deltay' can be reduced. [variableScope]
freeglut-2.8.1/progs/demos/Lorenz/lorenz.c:310:26: style: The scope of the variable 'deltaz' can be reduced. [variableScope]
freeglut-2.8.1/progs/demos/Lorenz/lorenz.c:224:5: style: Variable 'dist' is assigned a value that is never used. [unreadVariable]
freeglut-2.8.1/progs/demos/shapes/shapes.c:299:24: error: Expression 'row++,1' depends on order of evaluation of side effects [unknownEvaluationOrder]
freeglut-2.8.1/progs/demos/smooth_opengl3/smooth_opengl3.c:361:45: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freeglut-2.8.1/src/freeglut_internal.h:59:0: error: #error "Unrecognized target host!" [preprocessorErrorDirective]
[22:45]

ftp://ftp.se.debian.org/debian/pool/main/f/freehdl/freehdl_0.0.8.orig.tar.gz
freehdl-0.0.8/fire/fire-types.cc:16:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
freehdl-0.0.8/fire/tree-supp.cc:444:10: warning: Either the condition '(t=find_ctab(ctab,n_chunks,k))==NULL' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
freehdl-0.0.8/fire/tree-supp.cc:436:46: note: Assuming that condition '(t=find_ctab(ctab,n_chunks,k))==NULL' is not redundant
freehdl-0.0.8/fire/tree-supp.cc:444:10: note: Null pointer dereference
freehdl-0.0.8/ieee/math_real.cc:252:47: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/ieee/math_real.cc:266:54: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/ieee/math_real.cc:619:5: style: Variable 'L4ieee_Q9math_real_X7uniform_i36_V1k' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/math_real.cc:617:5: note: Variable 'L4ieee_Q9math_real_X7uniform_i36_V1k' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/math_real.cc:619:5: note: Variable 'L4ieee_Q9math_real_X7uniform_i36_V1k' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/math_real.cc:1201:5: style: Variable 'L4ieee_Q12math_complex_Y5csqrt_i37_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/math_real.cc:1199:5: note: Variable 'L4ieee_Q12math_complex_Y5csqrt_i37_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/math_real.cc:1201:5: note: Variable 'L4ieee_Q12math_complex_Y5csqrt_i37_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/math_real.cc:634:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/math_real.cc:80:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/math_real.cc:283:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/math_real.cc:1034:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/math_real.cc:1531:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/numeric_bit.cc:592:5: style: Variable 'L4ieee_W11numeric_bit_Y17unsigned_num_bits_i19_V1n' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_bit.cc:591:5: note: Variable 'L4ieee_W11numeric_bit_Y17unsigned_num_bits_i19_V1n' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:592:5: note: Variable 'L4ieee_W11numeric_bit_Y17unsigned_num_bits_i19_V1n' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:593:5: style: Variable 'L4ieee_W11numeric_bit_Y17unsigned_num_bits_i19_V5nbits' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_bit.cc:590:5: note: Variable 'L4ieee_W11numeric_bit_Y17unsigned_num_bits_i19_V5nbits' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:593:5: note: Variable 'L4ieee_W11numeric_bit_Y17unsigned_num_bits_i19_V5nbits' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:655:5: style: Variable 'L4ieee_W11numeric_bit_X6divmod_i49_V6topbit' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_bit.cc:652:5: note: Variable 'L4ieee_W11numeric_bit_X6divmod_i49_V6topbit' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:655:5: note: Variable 'L4ieee_W11numeric_bit_X6divmod_i49_V6topbit' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:741:5: style: Variable 'L4ieee_W11numeric_bit_Y4xrol_i79_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_bit.cc:740:5: note: Variable 'L4ieee_W11numeric_bit_Y4xrol_i79_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:741:5: note: Variable 'L4ieee_W11numeric_bit_Y4xrol_i79_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:760:5: style: Variable 'L4ieee_W11numeric_bit_Y4xror_i86_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_bit.cc:759:5: note: Variable 'L4ieee_W11numeric_bit_Y4xror_i86_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:760:5: note: Variable 'L4ieee_W11numeric_bit_Y4xror_i86_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_bit.cc:674:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/numeric_bit.cc:260:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/numeric_bit.cc:2292:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/numeric_std.cc:640:5: style: Variable 'L4ieee_W11numeric_std_Y17unsigned_num_bits_i19_V1n' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_std.cc:639:5: note: Variable 'L4ieee_W11numeric_std_Y17unsigned_num_bits_i19_V1n' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:640:5: note: Variable 'L4ieee_W11numeric_std_Y17unsigned_num_bits_i19_V1n' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:641:5: style: Variable 'L4ieee_W11numeric_std_Y17unsigned_num_bits_i19_V5nbits' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_std.cc:638:5: note: Variable 'L4ieee_W11numeric_std_Y17unsigned_num_bits_i19_V5nbits' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:641:5: note: Variable 'L4ieee_W11numeric_std_Y17unsigned_num_bits_i19_V5nbits' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:707:5: style: Variable 'L4ieee_W11numeric_std_X6divmod_i49_V6iszero' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_std.cc:706:5: note: Variable 'L4ieee_W11numeric_std_X6divmod_i49_V6iszero' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:707:5: note: Variable 'L4ieee_W11numeric_std_X6divmod_i49_V6iszero' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:812:5: style: Variable 'L4ieee_W11numeric_std_Y4xrol_i84_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_std.cc:811:5: note: Variable 'L4ieee_W11numeric_std_Y4xrol_i84_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:812:5: note: Variable 'L4ieee_W11numeric_std_Y4xrol_i84_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:831:5: style: Variable 'L4ieee_W11numeric_std_Y4xror_i91_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_std.cc:830:5: note: Variable 'L4ieee_W11numeric_std_Y4xror_i91_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:831:5: note: Variable 'L4ieee_W11numeric_std_Y4xror_i91_V6countm' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:2759:5: style: Variable 'L4ieee_Q11numeric_std_Y9std_match_i332_V5value' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/numeric_std.cc:2758:5: note: Variable 'L4ieee_Q11numeric_std_Y9std_match_i332_V5value' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:2759:5: note: Variable 'L4ieee_Q11numeric_std_Y9std_match_i332_V5value' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/numeric_std.cc:745:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/numeric_std.cc:271:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/numeric_std.cc:2795:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/std_logic_1164.cc:219:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/std_logic_1164.cc:1097:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/std_logic_arith.cc:1647:5: style: Variable 'L4ieee_W15std_logic_arith_Y16unsigned_is_less_i455_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/std_logic_arith.cc:1644:5: note: Variable 'L4ieee_W15std_logic_arith_Y16unsigned_is_less_i455_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:1647:5: note: Variable 'L4ieee_W15std_logic_arith_Y16unsigned_is_less_i455_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:1665:5: style: Variable 'L4ieee_W15std_logic_arith_Y25unsigned_is_less_or_equal_i464_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/std_logic_arith.cc:1662:5: note: Variable 'L4ieee_W15std_logic_arith_Y25unsigned_is_less_or_equal_i464_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:1665:5: note: Variable 'L4ieee_W15std_logic_arith_Y25unsigned_is_less_or_equal_i464_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:1903:5: style: Variable 'L4ieee_W15std_logic_arith_Y11bitwise_eql_i601_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/std_logic_arith.cc:1902:5: note: Variable 'L4ieee_W15std_logic_arith_Y11bitwise_eql_i601_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:1903:5: note: Variable 'L4ieee_W15std_logic_arith_Y11bitwise_eql_i601_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:1917:5: style: Variable 'L4ieee_W15std_logic_arith_Y11bitwise_neq_i607_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/std_logic_arith.cc:1916:5: note: Variable 'L4ieee_W15std_logic_arith_Y11bitwise_neq_i607_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:1917:5: note: Variable 'L4ieee_W15std_logic_arith_Y11bitwise_neq_i607_V6result' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:2261:5: style: Variable 'L4ieee_Q15std_logic_arith_Y12conv_integer_i376_V3tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/std_logic_arith.cc:2259:5: note: Variable 'L4ieee_Q15std_logic_arith_Y12conv_integer_i376_V3tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:2261:5: note: Variable 'L4ieee_Q15std_logic_arith_Y12conv_integer_i376_V3tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:2282:5: style: Variable 'L4ieee_Q15std_logic_arith_Y13conv_unsigned_i379_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/std_logic_arith.cc:2281:5: note: Variable 'L4ieee_Q15std_logic_arith_Y13conv_unsigned_i379_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:2282:5: note: Variable 'L4ieee_Q15std_logic_arith_Y13conv_unsigned_i379_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:2373:5: style: Variable 'L4ieee_Q15std_logic_arith_Y11conv_signed_i391_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/std_logic_arith.cc:2372:5: note: Variable 'L4ieee_Q15std_logic_arith_Y11conv_signed_i391_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:2373:5: note: Variable 'L4ieee_Q15std_logic_arith_Y11conv_signed_i391_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:2464:5: style: Variable 'L4ieee_Q15std_logic_arith_Y21conv_std_logic_vector_i403_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/std_logic_arith.cc:2463:5: note: Variable 'L4ieee_Q15std_logic_arith_Y21conv_std_logic_vector_i403_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:2464:5: note: Variable 'L4ieee_Q15std_logic_arith_Y21conv_std_logic_vector_i403_V4temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/std_logic_arith.cc:338:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/std_logic_arith.cc:2612:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/std_logic_signed.cc:121:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/std_logic_signed.cc:536:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/std_logic_unsigned.cc:115:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/std_logic_unsigned.cc:502:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/vital_timing.cc:520:60: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/ieee/vital_timing.cc:544:60: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/ieee/vital_timing.cc:564:60: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/ieee/vital_timing.cc:581:54: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/ieee/vital_timing.cc:596:56: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/ieee/vital_timing.cc:611:57: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/ieee/vital_timing.cc:933:54: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/ieee/vital_timing.cc:1452:5: style: Variable 'L4ieee_Q12vital_timing_X14vitalwiredelay_i313_V5delay' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/vital_timing.cc:1451:5: note: Variable 'L4ieee_Q12vital_timing_X14vitalwiredelay_i313_V5delay' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/vital_timing.cc:1452:5: note: Variable 'L4ieee_Q12vital_timing_X14vitalwiredelay_i313_V5delay' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/vital_timing.cc:1463:5: style: Variable 'L4ieee_Q12vital_timing_X14vitalwiredelay_i317_V5delay' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/ieee/vital_timing.cc:1462:5: note: Variable 'L4ieee_Q12vital_timing_X14vitalwiredelay_i317_V5delay' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/vital_timing.cc:1463:5: note: Variable 'L4ieee_Q12vital_timing_X14vitalwiredelay_i317_V5delay' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/ieee/vital_timing.cc:1014:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1023:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1032:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1443:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1454:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1465:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1472:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1614:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1666:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1747:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:1802:5: style: Label 'rlabel' is not used. [unusedLabel]
freehdl-0.0.8/ieee/vital_timing.cc:640:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/ieee/vital_timing.cc:1907:12: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/kernel/kernel_class.cc:662:28: style: Condition 'default_value!=NULL' is always true [knownConditionTrueFalse]
freehdl-0.0.8/kernel/kernel_class.cc:927:29: style: The scope of the variable 'source_list_array' can be reduced. [variableScope]
freehdl-0.0.8/kernel/kernel_class.cc:94:7: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
freehdl-0.0.8/kernel/kernel_class.cc:258:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:299:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:313:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:388:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:406:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:424:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:456:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:627:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:706:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:850:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:891:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/kernel_class.cc:963:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:200:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/kernel/main.cc:227:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/kernel/main.cc:362:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/kernel/main.cc:683:0: style: Variable 'o_count' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/kernel/main.cc:365:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:381:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:700:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:920:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:944:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:969:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:998:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:1005:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:1013:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/main.cc:1026:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/map_list.cc:238:17: style: The scope of the variable 'glink' can be reduced. [variableScope]
freehdl-0.0.8/kernel/map_list.cc:261:16: style: The scope of the variable 'slink' can be reduced. [variableScope]
freehdl-0.0.8/kernel/map_list.cc:354:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/map_list.cc:416:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/persistent_cdfg_dump.cc:303:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/kernel/persistent_cdfg_dump.cc:310:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/kernel/persistent_cdfg_dump.cc:316:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/kernel/persistent_cdfg_dump.cc:322:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/kernel/persistent_cdfg_dump.cc:337:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/persistent_cdfg_dump.cc:349:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/persistent_dump.cc:434:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/resolver_process.cc:93:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/sig_info.cc:52:8: style: The scope of the variable 'associated_with_constant' can be reduced. [variableScope]
freehdl-0.0.8/kernel/sig_info.cc:75:33: style: Variable 'associated_with_constant' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/kernel/sig_info.cc:65:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/kernel/sig_info.cc:187:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/std/internal_textio.cc:176:36: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
freehdl-0.0.8/std/internal_textio.cc:593:28: note: Calling function 'create_line', 2nd argument 'end' value is 0
freehdl-0.0.8/std/internal_textio.cc:176:36: note: Null pointer subtraction
freehdl-0.0.8/std/internal_textio.cc:754:7: style: Unused variable: memsize [unusedVariable]
freehdl-0.0.8/std/internal_textio.cc:825:14: style: Variable 'sref' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/std/vhdl_types.cc:871:30: style: Same expression on both sides of '-' because the value of '(long)src' and '(long)src_start' are the same. [duplicateExpression]
freehdl-0.0.8/std/vhdl_types.cc:851:21: note: 'src_start' is assigned value 'src' here.
freehdl-0.0.8/std/vhdl_types.cc:871:30: note: Same expression on both sides of '-' because the value of '(long)src' and '(long)src_start' are the same.
freehdl-0.0.8/std/vhdl_types.cc:34:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/std/vhdl_types.cc:644:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/std/vhdl_types.cc:710:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/std/vhdl_types.cc:722:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freehdl-0.0.8/std/vhdl_types.cc:291:9: style: The scope of the variable 'last_copy' can be reduced. [variableScope]
freehdl-0.0.8/std/vhdl_types.cc:628:20: style: The scope of the variable 'rinfo' can be reduced. [variableScope]
freehdl-0.0.8/std/vhdl_types.cc:1019:14: style: The scope of the variable 'result' can be reduced. [variableScope]
freehdl-0.0.8/std/vhdl_types.cc:230:31: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/std/vhdl_types.cc:1020:6: style: Unused variable: i [unusedVariable]
freehdl-0.0.8/std/vhdl_types.cc:1731:12: style: Variable 'le' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/std/vhdl_types.cc:2443:39: style: Variable 'element_info' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/std/vhdl_types.cc:293:27: warning: Obsolete function 'alloca' called. [allocaCalled]
freehdl-0.0.8/v2cc/mapping.cc:260:36: style: Function 'translate' argument 2 names different: declaration 'lib' definition 'str'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/mapping.cc:62:39: note: Function 'translate' argument 2 names different: declaration 'lib' definition 'str'.
freehdl-0.0.8/v2cc/mapping.cc:260:36: note: Function 'translate' argument 2 names different: declaration 'lib' definition 'str'.
freehdl-0.0.8/v2cc/mapping.cc:330:48: style: Function 'next_token' argument 2 names different: declaration 'on' definition 'in'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/mapping.cc:78:44: note: Function 'next_token' argument 2 names different: declaration 'on' definition 'in'.
freehdl-0.0.8/v2cc/mapping.cc:330:48: note: Function 'next_token' argument 2 names different: declaration 'on' definition 'in'.
freehdl-0.0.8/v2cc/mapping.cc:387:28: style: Function 'parse' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/mapping.cc:74:24: note: Function 'parse' argument 1 names different: declaration 'file' definition 'filename'.
freehdl-0.0.8/v2cc/mapping.cc:387:28: note: Function 'parse' argument 1 names different: declaration 'file' definition 'filename'.
freehdl-0.0.8/v2cc/mapping.cc:452:53: style: Function 'match' argument 4 names different: declaration 'ss' definition 'sp'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/mapping.cc:80:49: note: Function 'match' argument 4 names different: declaration 'ss' definition 'sp'.
freehdl-0.0.8/v2cc/mapping.cc:452:53: note: Function 'match' argument 4 names different: declaration 'ss' definition 'sp'.
freehdl-0.0.8/v2cc/mapping.cc:186:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/mapping.cc:254:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/mapping.cc:429:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/mapping.cc:78:10: performance: Technically the member function 'v2cc_mapper_impl::mapfile::next_token' can be static. [functionStatic]
freehdl-0.0.8/v2cc/mapping.cc:330:14: note: Technically the member function 'v2cc_mapper_impl::mapfile::next_token' can be static.
freehdl-0.0.8/v2cc/mapping.cc:78:10: note: Technically the member function 'v2cc_mapper_impl::mapfile::next_token' can be static.
freehdl-0.0.8/v2cc/mapping.cc:82:12: performance: Technically the member function 'v2cc_mapper_impl::mapfile::subst' can be static. [functionStatic]
freehdl-0.0.8/v2cc/mapping.cc:523:14: note: Technically the member function 'v2cc_mapper_impl::mapfile::subst' can be static.
freehdl-0.0.8/v2cc/mapping.cc:82:12: note: Technically the member function 'v2cc_mapper_impl::mapfile::subst' can be static.
freehdl-0.0.8/v2cc/mapping.cc:54:9: style: The function 'find_design_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/mapping.h:9:17: note: Virtual function in base class
freehdl-0.0.8/v2cc/mapping.cc:54:9: note: Function in derived class
freehdl-0.0.8/v2cc/mapping.cc:56:8: style: The function 'add_libdir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/mapping.h:10:16: note: Virtual function in base class
freehdl-0.0.8/v2cc/mapping.cc:56:8: note: Function in derived class
freehdl-0.0.8/v2cc/mapping.cc:58:8: style: The function 'add_default_libdirs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/mapping.h:11:16: note: Virtual function in base class
freehdl-0.0.8/v2cc/mapping.cc:58:8: note: Function in derived class
freehdl-0.0.8/v2cc/mapping.cc:112:30: performance: Function parameter 'libdir' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/mapping.cc:246:22: performance: Function parameter 'ostr' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/mapping.cc:427:45: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/mapping.cc:427:57: performance: Function parameter 'ext' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/mapping.cc:446:28: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/mapping.cc:446:38: performance: Function parameter 's' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc.h:526:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc.h:546:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc.h:565:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-acl.cc:68:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-acl.cc:144:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-acl.cc:213:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-acl.cc:240:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc.h:657:0: warning: Member variable 'StaticRangeDescriptor < long long , IR_Direction >::left' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc.h:657:0: warning: Member variable 'StaticRangeDescriptor < long long , IR_Direction >::right' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc.h:657:0: warning: Member variable 'StaticRangeDescriptor < double , IR_Direction >::left' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc.h:657:0: warning: Member variable 'StaticRangeDescriptor < double , IR_Direction >::right' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc.h:281:63: performance: Variable 'orig_string' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:294:59: performance: Variable 'orig_string' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:305:46: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:433:5: performance: Variable 'declaration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:434:5: performance: Variable 'access_expr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:435:5: performance: Variable 'access_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:442:5: performance: Variable 'declaration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:443:5: performance: Variable 'access_expr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:444:5: performance: Variable 'access_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:451:5: performance: Variable 'declaration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:452:5: performance: Variable 'access_expr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:453:5: performance: Variable 'access_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:460:5: performance: Variable 'declaration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:461:5: performance: Variable 'access_expr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:462:5: performance: Variable 'access_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:468:5: performance: Variable 'declaration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:469:5: performance: Variable 'access_expr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:470:5: performance: Variable 'access_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:476:5: performance: Variable 'declaration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:477:5: performance: Variable 'access_expr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:478:5: performance: Variable 'access_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:758:12: performance: Variable 'right' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:759:5: performance: Variable 'direction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:760:5: performance: Variable 'range_attribute' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:761:5: performance: Variable 'static_level' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:767:5: performance: Variable 'left' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:768:5: performance: Variable 'right' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:769:5: performance: Variable 'direction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:770:5: performance: Variable 'static_level' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:771:5: performance: Variable 'range_attribute' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:777:12: performance: Variable 'right' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:778:5: performance: Variable 'direction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:779:5: performance: Variable 'range_attribute' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:780:5: performance: Variable 'static_level' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:785:5: performance: Variable 'left' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:786:5: performance: Variable 'right' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:787:5: performance: Variable 'direction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:788:5: performance: Variable 'static_level' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:789:5: performance: Variable 'range_attribute' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc.h:799:8: style: Technically the member function 'RangeDescriptor::is_explicit_range' can be const. [functionConst]
freehdl-0.0.8/v2cc/v2cc.h:828:19: style: Technically the member function 'RangeDescriptor::get_attribute_range' can be const. [functionConst]
freehdl-0.0.8/v2cc/v2cc-util.h:80:8: style: Technically the member function 'v2cc_codegen_options::get_emit_main_cc_code' can be const. [functionConst]
freehdl-0.0.8/v2cc/v2cc.h:77:0: style: Technically the member function 'flag_array < 32 >::is_set' can be const. [functionConst]
freehdl-0.0.8/v2cc/v2cc.h:104:0: style: Technically the member function 'flag_array < 32 >::operator&' can be const. [functionConst]
freehdl-0.0.8/v2cc/v2cc.h:112:0: style: Technically the member function 'flag_array < 32 >::operatorbool' can be const. [functionConst]
freehdl-0.0.8/v2cc/v2cc.h:280:3: style: Struct 'StaticDouble' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc.h:293:3: style: Struct 'StaticLint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc.h:305:3: style: Struct 'StaticArrayLiteral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc.h:318:3: style: Struct 'StaticDataType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc.h:319:3: style: Struct 'StaticDataType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc.h:504:3: style: Class 'tree_kind_list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc.h:775:3: style: Class 'RangeDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc.h:66:0: style: Struct 'flag_array < 32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc.h:312:1: warning: The struct 'StaticDataType' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freehdl-0.0.8/v2cc/v2cc.h:743:1: warning: The class 'RangeDescriptor' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freehdl-0.0.8/v2cc/v2cc.h:279:20: style: The function 'double_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:266:19: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:279:20: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:283:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:268:27: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:283:27: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:284:18: style: The function 'original_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:269:18: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:284:18: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:285:16: style: The function 'is_double_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:270:16: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:285:16: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:292:18: style: The function 'long_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:265:17: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:292:18: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:296:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:268:27: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:296:27: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:297:18: style: The function 'original_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:269:18: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:297:18: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:298:16: style: The function 'is_long_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:271:16: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:298:16: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:304:25: style: The function 'array_literal_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:267:24: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:304:25: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:307:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:268:27: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:307:19: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:308:16: style: The function 'is_array_literal_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freehdl-0.0.8/v2cc/v2cc.h:272:16: note: Virtual function in base class
freehdl-0.0.8/v2cc/v2cc.h:308:16: note: Function in derived class
freehdl-0.0.8/v2cc/v2cc.h:305:41: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc.h:876:77: performance: Function parameter 'arg1' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc.h:876:96: performance: Function parameter 'arg2' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc.h:878:77: performance: Function parameter 'arg1' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-chunk.h:72:262: performance: Function parameter 'cpp_type_string' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-chunk.h:72:286: performance: Function parameter 'cpp_initial_string' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-chunk.h:114:249: performance: Function parameter 'cpp_header_string' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-chunk.h:114:275: performance: Function parameter 'cpp_impl_string' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-util.h:81:43: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-util.h:195:34: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-util.h:195:52: performance: Function parameter 'escape_chars' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-util.h:327:61: performance: Function parameter 'sep' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-acl.cc:136:18: performance: Function parameter 'acl_object' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc.h:662:0: performance: Function parameter 'l' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc.h:662:0: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc.h:662:0: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-acl.cc:139:7: performance: Possible inefficient checking for 'acl_expr_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:268:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:272:5: note: Found duplicate branches for 'if' and 'else'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:268:10: note: Found duplicate branches for 'if' and 'else'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:403:7: style: The scope of the variable 'dim_number' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:57:66: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:261:70: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:57:66: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:88:68: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:260:72: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:88:68: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:145:67: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:275:71: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:145:67: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:194:71: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:274:74: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:194:71: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:210:69: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:255:73: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:210:69: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:218:63: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:254:68: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:218:63: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:259:81: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:273:84: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:259:81: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:280:69: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:272:73: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:280:69: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:323:74: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:271:78: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:323:74: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:331:76: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:270:79: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:331:76: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:339:70: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:269:73: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:339:70: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:355:78: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:268:81: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:355:78: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:368:71: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:267:74: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:368:71: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:378:70: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:266:74: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:378:70: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:397:69: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:265:73: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:397:69: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:462:69: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:264:73: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:462:69: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:480:71: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:263:74: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:480:71: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:494:66: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:262:69: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:494:66: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:503:68: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:259:71: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:503:68: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:572:69: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:258:72: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:572:69: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:634:64: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:257:69: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:634:64: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:645:72: style: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:256:77: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:645:72: note: Function 'm_cdfg_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:290:10: style: Unused variable: cast_start [unusedVariable]
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:346:21: style: Variable 'simple' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc.h:902:19: performance: Function parameter 'acl_object' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:20:56: performance: Function parameter 'acl_object' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:50:69: performance: Function parameter 'arg1' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-cdfg-expr.cc:50:88: performance: Function parameter 'arg2' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:81:64: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:339:68: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:81:64: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:88:68: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:338:71: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:88:68: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:95:69: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:340:72: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:95:69: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:102:70: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:341:74: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:102:70: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:109:65: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:337:69: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:109:65: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:116:63: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:336:67: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:116:63: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:123:71: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:356:76: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:123:71: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:144:77: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:355:82: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:144:77: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:164:82: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:349:86: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:164:82: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:185:77: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:351:81: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:185:77: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:192:72: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:352:77: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:192:72: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:199:77: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:345:82: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:199:77: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:210:70: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:354:75: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:210:70: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:267:77: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:344:80: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:267:77: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:323:85: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:343:88: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:323:85: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:331:86: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:342:89: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:331:86: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:338:78: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:348:82: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:338:78: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:351:65: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:370:72: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:351:65: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:358:69: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:369:74: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:358:69: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:368:81: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:368:86: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:368:81: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:378:66: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:367:70: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:378:66: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:396:68: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:366:72: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:396:68: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:472:68: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:365:72: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:472:68: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:520:68: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:364:72: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:520:68: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:533:68: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:363:72: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:533:68: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:545:78: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:362:81: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:545:78: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:551:68: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:361:72: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:551:68: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:609:73: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:360:77: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:609:73: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:626:70: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:359:74: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:626:70: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:642:80: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:358:84: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:642:80: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:685:73: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:347:78: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:685:73: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:692:86: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:353:90: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:692:86: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:698:69: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:350:73: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:698:69: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:710:74: style: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:346:78: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:710:74: note: Function 'm_cdfg_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:645:16: style: Variable 'ctxt' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:133:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:154:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:174:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:232:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:247:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:288:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:303:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:454:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:583:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-cdfg-impl.cc:33:33: performance: Possible inefficient checking for 'a_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:4896:37: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:4931:30: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:4964:37: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:4999:36: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5033:33: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5067:44: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5101:38: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5133:30: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5166:33: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5198:39: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5230:48: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5264:43: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5299:43: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5332:47: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5365:45: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5400:40: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5442:40: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5477:44: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5509:41: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5541:43: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5578:39: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5613:42: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5648:46: style: C-style pointer casting [cstyleCast]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5175:29: warning: Member variable 'v2cc_IIR_WaitStatement_ext::wait_info_index' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5207:38: warning: Member variable 'v2cc_IIR_ProcedureCallStatement_ext::wait_info_index' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::max_index' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::min_index' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::total_length' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::locally_static_ranges' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::has_others' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::known_subtype' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::named_association' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::dest_right' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::dest_left' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5409:30: warning: Member variable 'v2cc_IIR_ArrayAggregate_ext::dest_length' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5451:34: warning: Member variable 'v2cc_IIR_IndexedAssociation_ext::max_index' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5451:34: warning: Member variable 'v2cc_IIR_IndexedAssociation_ext::min_index' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5451:34: warning: Member variable 'v2cc_IIR_IndexedAssociation_ext::length' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5451:34: warning: Member variable 'v2cc_IIR_IndexedAssociation_ext::locally_static_range' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5486:31: warning: Member variable 'v2cc_IIR_EnumerationType_ext::enum_item_number' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5518:33: warning: Member variable 'v2cc_IIR_ObjectDeclaration_ext::alias_check_bounds' is not initialized in the constructor. [uninitMemberVar]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:4908:3: performance: Variable 'static_declarative_region' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5241:3: performance: Variable 'extended_declarations' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5275:3: performance: Variable 'extended_generic_clause' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5276:3: performance: Variable 'extended_port_clause' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5310:3: performance: Variable 'extended_interface_declarations' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5343:3: performance: Variable 'extended_interface_declarations' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5376:3: performance: Variable 'extended_generic_clause' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-chunk.cc:5377:3: performance: Variable 'extended_port_clause' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:433:0: style: Expression is always false because 'else if' condition matches previous condition at line 421. [multiCondition]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:433:0: warning: Identical condition 'op_str=="\"=\""', second condition is always false [identicalConditionAfterEarlyExit]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:421:0: note: first condition
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:433:0: note: second condition
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:1153:10: style: The scope of the variable 'double_argument' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:1155:8: style: The scope of the variable 'has_no_argument' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:1376:0: style: The scope of the variable 'lint_argument' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:1377:10: style: The scope of the variable 'double_argument' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:1378:8: style: The scope of the variable 'has_long_argument' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:1379:8: style: The scope of the variable 'has_no_argument' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:410:0: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:412:0: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:414:0: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:416:0: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:418:0: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:420:0: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
freehdl-0.0.8/v2cc/v2cc-const-fold.cc:1177:8: error: Uninitialized variable: has_long_argument [uninitvar]
freehdl-0.0.8/v2cc/v2cc-decl.cc:348:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freehdl-0.0.8/v2cc/v2cc-decl.cc:354:5: note: Found duplicate branches for 'if' and 'else'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:348:10: note: Found duplicate branches for 'if' and 'else'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:405:60: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:228:65: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:405:60: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:414:70: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:227:75: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:414:70: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:420:68: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:226:73: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:420:68: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:435:68: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:225:73: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:435:68: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:453:64: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:224:69: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:453:64: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:476:66: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:223:71: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:476:66: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:484:64: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:222:69: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:484:64: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:557:67: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:221:72: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:557:67: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:612:72: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:220:76: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:612:72: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:669:66: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:219:71: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:669:66: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:721:72: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:218:77: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:721:72: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:776:73: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:217:78: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:776:73: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:785:69: style: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:216:74: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:785:69: note: Function 'm_emit_decl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:799:60: style: Function 'm_emit_main' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:231:65: note: Function 'm_emit_main' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:799:60: note: Function 'm_emit_main' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:804:73: style: Function 'm_emit_main' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:229:78: note: Function 'm_emit_main' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:804:73: note: Function 'm_emit_main' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:810:72: style: Function 'm_emit_main' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:230:77: note: Function 'm_emit_main' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:810:72: note: Function 'm_emit_main' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:839:65: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:298:70: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:839:65: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:855:71: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:297:76: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:855:71: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:873:73: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:289:76: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:873:73: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:884:67: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:290:72: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:884:67: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:892:63: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:292:67: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:892:63: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:900:76: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:291:80: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:900:76: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:942:80: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:293:84: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:942:80: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:947:64: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:294:69: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:947:64: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1408:80: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:286:83: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1408:80: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1495:79: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:287:82: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1495:79: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1512:71: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:288:74: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1512:71: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1675:64: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:285:68: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1675:64: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1699:59: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:284:63: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1699:59: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1713:57: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:283:61: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1713:57: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1727:58: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:281:62: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1727:58: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1760:62: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:280:65: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1760:62: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1814:63: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:282:66: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1814:63: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1986:66: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:296:71: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1986:66: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1994:71: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:295:75: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:1994:71: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:2001:63: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:279:68: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:2001:63: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:2008:59: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:278:63: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:2008:59: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:2110:63: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:277:66: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:2110:63: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:2126:52: style: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:276:57: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:2126:52: note: Function 'm_emit_hdr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-decl.cc:106:20: style: Variable 'type_str' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc-decl.cc:816:16: style: Variable 'lid' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc-decl.cc:174:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-decl.cc:986:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-decl.cc:1009:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-decl.cc:1039:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-decl.cc:1177:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-decl.cc:1336:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-decl.cc:1599:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-decl.cc:1024:7: performance: Possible inefficient checking for 'read_sigs' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-decl.cc:1052:7: performance: Possible inefficient checking for 'attr_sigs' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-decl.cc:1064:13: performance: Possible inefficient checking for 'wait_statements' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-explore.cc:264:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:502:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1849:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1885:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1924:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1969:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1992:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2015:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2637:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:3111:16: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:4173:11: style: The scope of the variable 'value' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1850:0: style: Variable 'choice_error_count' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc-explore.cc:129:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:190:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:243:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:367:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:380:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:728:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1208:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1741:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1807:120: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2083:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2149:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2667:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2733:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2821:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2837:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:3254:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:3488:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:3510:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:3731:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1633:22: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1630:5: performance: Variable 'choice_node' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1631:5: performance: Variable 'choice_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freehdl-0.0.8/v2cc/v2cc-explore.cc:29:3: style: Technically the member function 'no_filter::operatorbool' can be const. [functionConst]
freehdl-0.0.8/v2cc/v2cc-explore.cc:28:3: style: Struct 'no_filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc-explore.cc:38:3: style: Struct 'filter_local_declarations' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1626:1: warning: The struct 'choice_descriptor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2165:18: performance: Possible inefficient checking for 'accessed_objects' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2754:11: performance: Possible inefficient checking for 'formal_acl_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-explore.cc:2826:11: performance: Possible inefficient checking for 'range_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-explore.cc:3057:9: performance: Possible inefficient checking for 'ae_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-explore.cc:3221:33: performance: Possible inefficient checking for 'a_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1469:22: error: Uninitialized variable: lower [uninitvar]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1473:24: error: Uninitialized variable: lower [uninitvar]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1470:22: error: Uninitialized variable: upper [uninitvar]
freehdl-0.0.8/v2cc/v2cc-explore.cc:1473:16: error: Uninitialized variable: upper [uninitvar]
freehdl-0.0.8/v2cc/v2cc-expr.cc:283:61: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:239:65: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:283:61: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:354:63: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:238:67: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:354:63: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:425:62: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:253:66: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:425:62: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:518:66: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:252:69: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:518:66: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:535:64: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:233:68: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:535:64: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:543:58: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:232:63: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:543:58: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:585:76: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:251:79: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:585:76: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:617:64: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:250:68: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:617:64: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:690:69: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:249:73: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:690:69: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:698:71: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:248:74: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:698:71: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:706:65: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:247:68: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:706:65: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:722:73: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:246:76: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:722:73: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:735:66: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:245:69: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:735:66: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:745:65: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:244:69: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:745:65: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:784:64: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:243:68: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:784:64: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:985:64: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:242:68: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:985:64: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1009:66: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:241:69: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1009:66: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1027:61: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:240:64: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1027:61: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1038:63: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:237:66: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1038:63: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1146:64: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:236:67: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1146:64: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1241:59: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:235:64: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1241:59: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1252:67: style: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:234:72: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:1252:67: note: Function 'm_emit_expr' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-expr.cc:627:10: style: Unused variable: cast_start [unusedVariable]
freehdl-0.0.8/v2cc/v2cc-expr.cc:713:21: style: Variable 'simple' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc.h:880:10: performance: Technically the member function 'VHDLOperators::get_concat_operator_call_string' can be static. [functionStatic]
freehdl-0.0.8/v2cc/v2cc-expr.cc:205:16: note: Technically the member function 'VHDLOperators::get_concat_operator_call_string' can be static.
freehdl-0.0.8/v2cc/v2cc.h:880:10: note: Technically the member function 'VHDLOperators::get_concat_operator_call_string' can be static.
freehdl-0.0.8/v2cc/v2cc-expr.cc:24:56: performance: Function parameter 'acl_object' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-expr.cc:149:83: performance: Function parameter 'arg1' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-expr.cc:149:102: performance: Function parameter 'arg2' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-expr.cc:177:83: performance: Function parameter 'arg1' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:21:66: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:496:74: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:21:66: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:30:71: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:505:79: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:30:71: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:39:64: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:495:72: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:39:64: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:48:67: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:504:75: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:48:67: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:57:68: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:503:76: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:57:68: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:66:68: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:502:76: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:66:68: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:75:69: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:500:77: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:75:69: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:86:63: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:499:71: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:86:63: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:97:69: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:501:77: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:97:69: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:173:69: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:497:76: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:173:69: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:245:65: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:498:73: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:245:65: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:253:66: style: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:494:74: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-get-type-info.cc:253:66: note: Function 'm_get_type_info_obj' argument 3 names different: declaration 'static_object' definition 'static_info'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1047:3: style: Variable 'slevel' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1041:0: note: Variable 'slevel' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1047:3: note: Variable 'slevel' is reassigned a value before the old one has been used if variable is no semaphore variable.
freehdl-0.0.8/v2cc/v2cc-impl.cc:592:59: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:304:63: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:592:59: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:598:64: style: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:376:78: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:598:64: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:633:63: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:303:66: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:633:63: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:640:68: style: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:375:81: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:640:68: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:751:64: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:305:67: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:751:64: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:835:68: style: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:377:82: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:835:68: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:920:65: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:306:69: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:920:65: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:940:70: style: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:378:84: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:940:70: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:949:60: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:302:64: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:949:60: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:955:63: style: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:373:77: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:955:63: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:964:58: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:301:62: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:964:58: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:969:60: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:300:64: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:969:60: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1004:64: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:299:67: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1004:64: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1012:65: style: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:372:79: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1012:65: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1038:69: style: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:371:82: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1038:69: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1057:65: style: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:374:79: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1057:65: note: Function 'm_emit_info_init' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1066:66: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:321:71: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1066:66: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1135:72: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:320:77: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1135:72: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1145:72: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:316:76: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1145:72: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1153:67: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:317:72: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1153:67: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1600:62: style: Function 'emit_generic_interfacecon' argument 1 names different: declaration 's' definition 'g'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc.h:898:67: note: Function 'emit_generic_interfacecon' argument 1 names different: declaration 's' definition 'g'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1600:62: note: Function 'emit_generic_interfacecon' argument 1 names different: declaration 's' definition 'g'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1622:72: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:310:77: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1622:72: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1634:65: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:319:70: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:1634:65: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2405:72: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:309:75: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2405:72: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2435:80: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:308:83: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2435:80: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2443:81: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:307:84: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2443:81: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2450:73: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:313:77: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2450:73: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2468:60: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:335:67: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2468:60: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2475:64: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:334:69: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2475:64: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2512:76: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:333:81: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2512:76: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2525:61: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:332:65: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2525:61: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2979:63: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:331:67: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2979:63: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2998:63: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:330:67: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2998:63: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3083:63: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:329:67: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3083:63: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3099:63: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:328:67: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3099:63: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3115:73: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:327:76: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3115:73: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3169:63: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:326:67: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3169:63: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3256:68: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:325:72: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3256:68: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3278:65: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:324:69: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3278:65: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3298:75: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:323:79: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3298:75: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3402:68: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:312:73: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3402:68: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3409:81: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:318:85: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3409:81: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3414:64: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:315:68: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3414:64: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3429:77: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:314:81: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3429:77: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3521:69: style: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-chunk.h:311:73: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:3521:69: note: Function 'm_emit_impl' argument 3 names different: declaration 'ctxt' definition 'rstack'.
freehdl-0.0.8/v2cc/v2cc-impl.cc:2632:36: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2658:72: note: Calling function 'rotate_left', 2nd argument 'count' value is 0
freehdl-0.0.8/v2cc/v2cc-impl.cc:2632:36: note: Shift
freehdl-0.0.8/v2cc/v2cc-impl.cc:976:18: style: Variable 'qid_t' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1530:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1964:10: style: Unused variable: return_type_str [unusedVariable]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2043:5: style: Variable 'separator' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc-impl.cc:86:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1649:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1686:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1703:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1737:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1757:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1774:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1788:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1845:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2202:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2257:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2271:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2332:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2753:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2755:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:3446:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-impl.cc:33:33: performance: Possible inefficient checking for 'a_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1166:27: performance: Possible inefficient checking for 'formal_acl_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1198:27: performance: Possible inefficient checking for 'formal_acl_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1231:27: performance: Possible inefficient checking for 'actual_acl_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1717:10: performance: Possible inefficient checking for 'written_signals' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:1794:6: performance: Possible inefficient checking for 'acl_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2277:6: performance: Possible inefficient checking for 'acl_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2303:10: performance: Possible inefficient checking for 'implicit_signal_access_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:2940:29: performance: Possible inefficient checking for 'hash_number_code_items' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:3212:11: performance: Possible inefficient checking for 'l' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:3223:8: performance: Possible inefficient checking for 'al' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:3226:15: performance: Possible inefficient checking for 'l' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-impl.cc:3358:9: performance: Possible inefficient checking for 'acl_list' emptiness. [stlSize]
freehdl-0.0.8/v2cc/v2cc-qid.cc:128:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-qid.cc:139:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-util.cc:617:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freehdl-0.0.8/v2cc/v2cc-util.cc:620:3: note: Found duplicate branches for 'if' and 'else'.
freehdl-0.0.8/v2cc/v2cc-util.cc:617:8: note: Found duplicate branches for 'if' and 'else'.
freehdl-0.0.8/v2cc/v2cc-util.cc:1902:0: style: The scope of the variable 'target_length' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-util.cc:1902:0: style: The scope of the variable 'source_length' can be reduced. [variableScope]
freehdl-0.0.8/v2cc/v2cc-util.cc:421:79: style: Function 'emit_noqual_id' argument 4 names different: declaration 'typ' definition 'obj_access'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc-util.h:166:79: note: Function 'emit_noqual_id' argument 4 names different: declaration 'typ' definition 'obj_access'.
freehdl-0.0.8/v2cc/v2cc-util.cc:421:79: note: Function 'emit_noqual_id' argument 4 names different: declaration 'typ' definition 'obj_access'.
freehdl-0.0.8/v2cc/v2cc-util.cc:788:31: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
freehdl-0.0.8/v2cc/v2cc-util.cc:1103:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-util.cc:1127:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-util.cc:1171:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-util.cc:1194:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-util.cc:1207:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-util.cc:1513:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freehdl-0.0.8/v2cc/v2cc-util.cc:849:21: warning: Obsolete function 'alloca' called. [allocaCalled]
freehdl-0.0.8/v2cc/v2cc-util.cc:1015:34: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-util.cc:1015:52: performance: Function parameter 'escape_chars' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc-util.cc:1831:15: performance: Function parameter 'error_prefix_str' should be passed by const reference. [passedByValue]
freehdl-0.0.8/v2cc/v2cc.cc:480:20: style: Function 'get' argument 1 names different: declaration 'library' definition 'l'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc.h:384:32: note: Function 'get' argument 1 names different: declaration 'library' definition 'l'.
freehdl-0.0.8/v2cc/v2cc.cc:480:20: note: Function 'get' argument 1 names different: declaration 'library' definition 'l'.
freehdl-0.0.8/v2cc/v2cc.cc:480:29: style: Function 'get' argument 2 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
freehdl-0.0.8/v2cc/v2cc.h:384:47: note: Function 'get' argument 2 names different: declaration 'name' definition 'n'.
freehdl-0.0.8/v2cc/v2cc.cc:480:29: note: Function 'get' argument 2 names different: declaration 'name' definition 'n'.
freehdl-0.0.8/v2cc/v2cc.cc:62:56: performance: Function parameter 'acl_object' should be passed by const reference. [passedByValue]
freehdl-0.0.8/vaul/attr.cc:412:65: error: Array 'attr_name[31]' accessed at index 31, which is out of bounds. [arrayIndexOutOfBounds]
freehdl-0.0.8/vaul/attr.cc:114:16: note: Assignment 'ai=ai_MAX', assigned value is 31
freehdl-0.0.8/vaul/attr.cc:412:65: note: Array index out of bounds
freehdl-0.0.8/vaul/attr.cc:238:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freehdl-0.0.8/vaul/attr.cc:482:27: style: Variable 'ename' is assigned a value that is never used. [unreadVariable]
bison-parser.yy:743:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freehdl-0.0.8/vaul/blocks.cc:873:43: style: Function 'm_vaul_set_configuration_specifications' argument 2 names different: declaration 'specs' definition 'l'. [funcArgNamesDifferent]
freehdl-0.0.8/vaul/vaulgens-chunk.h:157:114: note: Function 'm_vaul_set_configuration_specifications' argument 2 names different: declaration 'specs' definition 'l'.
freehdl-0.0.8/vaul/blocks.cc:873:43: note: Function 'm_vaul_set_configuration_specifications' argument 2 names different: declaration 'specs' definition 'l'.
freehdl-0.0.8/vaul/blocks.cc:880:43: style: Function 'm_vaul_set_configuration_specifications' argument 2 names different: declaration 'specs' definition 'l'. [funcArgNamesDifferent]
freehdl-0.0.8/vaul/vaulgens-chunk.h:156:105: note: Function 'm_vaul_set_configuration_specifications' argument 2 names different: declaration 'specs' definition 'l'.
freehdl-0.0.8/vaul/blocks.cc:880:43: note: Function 'm_vaul_set_configuration_specifications' argument 2 names different: declaration 'specs' definition 'l'.
freehdl-0.0.8/vaul/blocks.cc:887:43: style: Function 'm_vaul_set_configuration_specifications' argument 2 names different: declaration 'specs' definition 'l'. [funcArgNamesDifferent]
freehdl-0.0.8/vaul/vaulgens-chunk.h:155:118: note: Function 'm_vaul_set_configuration_specifications' argument 2 names different: declaration 'specs' definition 'l'.
freehdl-0.0.8/vaul/blocks.cc:887:43: note: Function 'm_vaul_set_configuration_specifications' argument 2 names different: declaration 'specs' definition 'l'.
freehdl-0.0.8/vaul/decls.cc:1011:7: style: The scope of the variable 'lc' can be reduced. [variableScope]
freehdl-0.0.8/vaul/expr.cc:1773:19: style: The scope of the variable 'c2' can be reduced. [variableScope]
freehdl-0.0.8/vaul/expr.cc:2809:22: style: The scope of the variable 'level_name' can be reduced. [variableScope]
freehdl-0.0.8/vaul/expr.cc:440:10: error: Memory pointed to by 'set' is freed twice. [doubleFree]
freehdl-0.0.8/vaul/expr.cc:2138:21: error: Uninitialized variable: c2 [uninitvar]
freehdl-0.0.8/vaul/fatal.cc:32:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
lexer.ll:175:17: style: C-style pointer casting [cstyleCast]
lexer.cc:889:1: style: Label 'find_rule' is not used. [unusedLabel]
freehdl-0.0.8/vaul/mempool.cc:45:2: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
freehdl-0.0.8/vaul/message.cc:81:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
freehdl-0.0.8/vaul/types.cc:42:36: style: C-style pointer casting [cstyleCast]
[22:46]

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-chartableconverter-plugin/freehep-chartableconverter-plugin_2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-export/freehep-export_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-graphics2d/freehep-graphics2d_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-graphicsio/freehep-graphicsio_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-graphicsio-emf/freehep-graphicsio-emf_2.1.1-emfplus+dfsg1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-graphicsio-java/freehep-graphicsio-java_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-graphicsio-pdf/freehep-graphicsio-pdf_2.1.1+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-graphicsio-ps/freehep-graphicsio-ps_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-graphicsio-svg/freehep-graphicsio-svg_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-graphicsio-swf/freehep-graphicsio-swf_2.1.1+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-graphicsio-tests/freehep-graphicsio-tests_2.1.1+dfsg1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-io/freehep-io_2.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-swing/freehep-swing_2.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-util/freehep-util_2.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freehep-xml/freehep-xml_2.1.2+dfsg1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freeimage/freeimage_3.17.0+ds1.orig.tar.xz
FreeImage/Examples/Generic/BatchLoad.cpp:60:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Examples/Generic/BatchLoad.cpp:56:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Examples/Generic/BatchLoad.cpp:60:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Examples/Generic/BatchLoad.cpp:129:6: style: The scope of the variable 'id' can be reduced. [variableScope]
FreeImage/Examples/Generic/CreateAlpha.cpp:44:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Examples/Generic/CreateAlpha.cpp:40:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Examples/Generic/CreateAlpha.cpp:44:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Examples/Generic/FIFImportExport.cpp:66:17: style: The scope of the variable 'icc' can be reduced. [variableScope]
FreeImage/Examples/Generic/FIFImportExport.cpp:90:17: style: The scope of the variable 'icc' can be reduced. [variableScope]
FreeImage/Examples/Generic/LoadFromMemory-classified.cpp:48:20: style: C-style pointer casting [cstyleCast]
FreeImage/Examples/Generic/LoadFromMemory-classified.cpp:73:20: style: C-style pointer casting [cstyleCast]
FreeImage/Examples/Generic/LoadFromMemory-classified.cpp:85:20: style: C-style pointer casting [cstyleCast]
FreeImage/Examples/Generic/LoadFromMemory-classified.cpp:100:19: style: Variable 'fbmp' is assigned a value that is never used. [unreadVariable]
FreeImage/Examples/Generic/LoadFromMemory-classified.cpp:24:5: style: Class 'MemIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeImage/Examples/Generic/ShowMetadata.cpp:56:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Examples/Generic/ShowMetadata.cpp:52:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Examples/Generic/ShowMetadata.cpp:56:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Examples/Generic/ShowMetadata.cpp:162:2: style: Variable 'mdhandle' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Examples/Generic/ShowMetadata.cpp:160:0: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/Examples/Generic/ShowMetadata.cpp:162:2: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/Examples/OpenGL/TextureManager/TextureManager.cpp:58:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Examples/OpenGL/TextureManager/TextureManager.cpp:47:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Examples/OpenGL/TextureManager/TextureManager.cpp:58:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Source/DeprecationManager/DeprecationMgr.h:80:7: performance: Technically the member function 'DeprecationMgr::AddDeprecatedFunction' can be static. [functionStatic]
FreeImage/Source/DeprecationManager/DeprecationMgr.cpp:72:17: note: Technically the member function 'DeprecationMgr::AddDeprecatedFunction' can be static.
FreeImage/Source/DeprecationManager/DeprecationMgr.h:80:7: note: Technically the member function 'DeprecationMgr::AddDeprecatedFunction' can be static.
FreeImage/Source/FreeImage/BitmapAccess.cpp:68:7: style: Unused variable: pos [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:69:10: style: Unused variable: tagmap [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:94:7: style: Variable 'transparent_table' is assigned a value that is never used. [unreadVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:96:7: style: Unused variable: transparency_count [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:105:15: style: Unused variable: metadata [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:111:12: style: Unused variable: thumbnail [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:116:8: style: Unused variable: external_bits [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:118:11: style: Unused variable: external_pitch [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:132:11: style: Unused variable: red_mask [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:133:11: style: Unused variable: green_mask [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:134:11: style: Unused variable: blue_mask [unusedVariable]
FreeImage/Source/FreeImage/BitmapAccess.cpp:507:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:511:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:593:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:603:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:1246:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:1285:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:1303:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:1403:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:1552:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:1555:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/BitmapAccess.cpp:216:45: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImage/BitmapAccess.cpp:224:45: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImage/BitmapAccess.cpp:652:33: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImage/BitmapAccess.cpp:1172:33: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImage/ColorLookup.cpp:46:6: style: The scope of the variable 'cond' can be reduced. [variableScope]
FreeImage/Source/FreeImage/ColorLookup.cpp:46:17: style: The scope of the variable 'mid' can be reduced. [variableScope]
FreeImage/Source/FreeImage/ColorLookup.cpp:77:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
FreeImage/Source/FreeImage/Conversion8.cpp:279:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImage/ConversionType.cpp:49:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/ConversionType.cpp:41:0: note: Variable 'dst' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/ConversionType.cpp:49:2: note: Variable 'dst' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/ConversionType.cpp:89:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/ConversionType.cpp:81:0: note: Variable 'dst' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/ConversionType.cpp:89:2: note: Variable 'dst' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/ConversionType.cpp:163:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/ConversionType.cpp:156:0: note: Variable 'dst' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/ConversionType.cpp:163:2: note: Variable 'dst' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/Halftoning.cpp:51:2: style: Variable 'new_dib' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/Halftoning.cpp:45:0: note: Variable 'new_dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/Halftoning.cpp:51:2: note: Variable 'new_dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/Halftoning.cpp:171:2: style: Variable 'new_dib' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/Halftoning.cpp:166:0: note: Variable 'new_dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/Halftoning.cpp:171:2: note: Variable 'new_dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/Halftoning.cpp:261:2: style: Variable 'new_dib' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/Halftoning.cpp:256:0: note: Variable 'new_dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/Halftoning.cpp:261:2: note: Variable 'new_dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/Halftoning.cpp:165:8: style: The scope of the variable 'bits' can be reduced. [variableScope]
FreeImage/Source/FreeImage/Halftoning.cpp:165:15: style: The scope of the variable 'new_bits' can be reduced. [variableScope]
FreeImage/Source/FreeImage/Halftoning.cpp:255:15: style: The scope of the variable 'new_bits' can be reduced. [variableScope]
FreeImage/Source/FreeImage/Halftoning.cpp:50:10: style: Variable 'pitch' is assigned a value that is never used. [unreadVariable]
FreeImage/Source/FreeImage/J2KHelper.cpp:420:6: style: The scope of the variable 'prec' can be reduced. [variableScope]
FreeImage/Source/FreeImage/J2KHelper.cpp:420:12: style: The scope of the variable 'numcomps' can be reduced. [variableScope]
FreeImage/Source/FreeImage/J2KHelper.cpp:420:22: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeImage/Source/FreeImage/J2KHelper.cpp:420:25: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeImage/Source/FreeImage/J2KHelper.cpp:420:28: style: The scope of the variable 'index' can be reduced. [variableScope]
FreeImage/Source/FreeImage/MNGHelper.cpp:514:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Source/FreeImage/MNGHelper.cpp:509:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Source/FreeImage/MNGHelper.cpp:514:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Source/FreeImage/MNGHelper.cpp:534:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Source/FreeImage/MNGHelper.cpp:529:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Source/FreeImage/MNGHelper.cpp:534:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Source/FreeImage/MNGHelper.cpp:283:7: style: The scope of the variable 'mPos' can be reduced. [variableScope]
FreeImage/Source/FreeImage/MNGHelper.cpp:549:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
FreeImage/Source/FreeImage/MNGHelper.cpp:752:7: style: The scope of the variable 'LastOffset' can be reduced. [variableScope]
FreeImage/Source/FreeImage/MNGHelper.cpp:753:7: style: The scope of the variable 'mOrigPos' can be reduced. [variableScope]
FreeImage/Source/FreeImage/MNGHelper.cpp:1107:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/MultiPage.cpp:167:30: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:176:34: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:182:66: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:188:34: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:193:30: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:290:33: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:363:33: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:663:29: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:685:41: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:687:31: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:807:12: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:822:12: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:939:34: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/MultiPage.cpp:81:14: style: Unused variable: node [unusedVariable]
FreeImage/Source/FreeImage/MultiPage.cpp:83:15: style: Unused variable: io [unusedVariable]
FreeImage/Source/FreeImage/MultiPage.cpp:85:13: style: Unused variable: m_cachefile [unusedVariable]
FreeImage/Source/FreeImage/MultiPage.cpp:86:28: style: Unused variable: locked_pages [unusedVariable]
FreeImage/Source/FreeImage/MultiPage.cpp:88:6: style: Unused variable: page_count [unusedVariable]
FreeImage/Source/FreeImage/MultiPage.cpp:89:12: style: Unused variable: m_blocks [unusedVariable]
FreeImage/Source/FreeImage/MultiPage.cpp:90:8: style: Unused variable: m_filename [unusedVariable]
FreeImage/Source/FreeImage/MultiPage.cpp:93:6: style: Unused variable: load_flags [unusedVariable]
FreeImage/Source/FreeImage/MultiPage.cpp:417:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/FreeImage/MultiPage.cpp:48:2: style: Struct 'BlockTypeS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeImage/Source/FreeImage/NNQuantizer.cpp:119:10: style: The scope of the variable 'smallpos' can be reduced. [variableScope]
FreeImage/Source/FreeImage/NNQuantizer.cpp:119:19: style: The scope of the variable 'smallval' can be reduced. [variableScope]
FreeImage/Source/FreeImage/NNQuantizer.cpp:238:8: style: The scope of the variable 'dist' can be reduced. [variableScope]
FreeImage/Source/FreeImage/NNQuantizer.cpp:238:13: style: The scope of the variable 'a' can be reduced. [variableScope]
FreeImage/Source/FreeImage/NNQuantizer.cpp:238:15: style: The scope of the variable 'biasdist' can be reduced. [variableScope]
FreeImage/Source/FreeImage/NNQuantizer.cpp:238:24: style: The scope of the variable 'betafreq' can be reduced. [variableScope]
FreeImage/Source/FreeImage/NNQuantizer.cpp:298:20: style: The scope of the variable 'a' can be reduced. [variableScope]
FreeImage/Source/FreeImage/NNQuantizer.cpp:351:9: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeImage/Source/FreeImage/NNQuantizer.cpp:242:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
FreeImage/Source/FreeImage/PSDParser.cpp:396:18: style: The scope of the variable 'n' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PSDParser.h:89:7: style: Technically the member function 'psdColourModeData::FillPalette' can be const. [functionConst]
FreeImage/Source/FreeImage/PSDParser.cpp:130:25: note: Technically the member function 'psdColourModeData::FillPalette' can be const.
FreeImage/Source/FreeImage/PSDParser.h:89:7: note: Technically the member function 'psdColourModeData::FillPalette' can be const.
FreeImage/Source/FreeImage/PSDParser.h:136:7: style: Technically the member function 'psdResolutionInfo::GetResolutionInfo' can be const. [functionConst]
FreeImage/Source/FreeImage/PSDParser.cpp:201:25: note: Technically the member function 'psdResolutionInfo::GetResolutionInfo' can be const.
FreeImage/Source/FreeImage/PSDParser.h:136:7: note: Technically the member function 'psdResolutionInfo::GetResolutionInfo' can be const.
FreeImage/Source/FreeImage/PSDParser.h:255:7: performance: Technically the member function 'psdParser::ReadLayerAndMaskInfoSection' can be static. [functionStatic]
FreeImage/Source/FreeImage/PSDParser.cpp:466:17: note: Technically the member function 'psdParser::ReadLayerAndMaskInfoSection' can be static.
FreeImage/Source/FreeImage/PSDParser.h:255:7: note: Technically the member function 'psdParser::ReadLayerAndMaskInfoSection' can be static.
FreeImage/Source/FreeImage/Plugin.cpp:228:11: style: Variable 's' is assigned a value that is never used. [unreadVariable]
FreeImage/Source/FreeImage/PluginBMP.cpp:620:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeImage/Source/FreeImage/PluginBMP.cpp:622:8: note: Found duplicate branches for 'if' and 'else'.
FreeImage/Source/FreeImage/PluginBMP.cpp:620:6: note: Found duplicate branches for 'if' and 'else'.
FreeImage/Source/FreeImage/PluginBMP.cpp:827:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeImage/Source/FreeImage/PluginBMP.cpp:829:7: note: Found duplicate branches for 'if' and 'else'.
FreeImage/Source/FreeImage/PluginBMP.cpp:827:5: note: Found duplicate branches for 'if' and 'else'.
FreeImage/Source/FreeImage/PluginBMP.cpp:974:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeImage/Source/FreeImage/PluginBMP.cpp:976:7: note: Found duplicate branches for 'if' and 'else'.
FreeImage/Source/FreeImage/PluginBMP.cpp:974:5: note: Found duplicate branches for 'if' and 'else'.
FreeImage/Source/FreeImage/PluginBMP.cpp:211:6: style: The scope of the variable 'bits' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginBMP.cpp:891:12: style: The scope of the variable 'used_colors' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginDDS.cpp:291:0: style: Technically the member function 'DXT_BLOCKDECODER_BASE < DXT_INFO_1 >::GetColor' can be const. [functionConst]
FreeImage/Source/FreeImage/PluginDDS.cpp:291:0: style: Technically the member function 'DXT_BLOCKDECODER_BASE < DXT_INFO_3 >::GetColor' can be const. [functionConst]
FreeImage/Source/FreeImage/PluginDDS.cpp:291:0: style: Technically the member function 'DXT_BLOCKDECODER_BASE < DXT_INFO_5 >::GetColor' can be const. [functionConst]
FreeImage/Source/FreeImage/PluginEXR.cpp:176:7: style: The scope of the variable 'bUseRgbaInterface' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginEXR.cpp:500:6: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginEXR.cpp:500:9: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginEXR.cpp:557:14: style: The scope of the variable 'channel_name' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginG3.cpp:354:7: style: Condition '!stretch' is always true [knownConditionTrueFalse]
FreeImage/Source/FreeImage/PluginG3.cpp:240:16: note: Assignment 'stretch=0', assigned value is 0
FreeImage/Source/FreeImage/PluginG3.cpp:354:7: note: Condition '!stretch' is always true
FreeImage/Source/FreeImage/PluginG3.cpp:110:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginG3.cpp:240:6: style: The scope of the variable 'stretch' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginG3.cpp:241:6: style: The scope of the variable 'rows' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginG3.cpp:242:8: style: The scope of the variable 'resX' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginGIF.cpp:1030:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
FreeImage/Source/FreeImage/PluginGIF.cpp:639:18: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/PluginGIF.cpp:655:18: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/PluginGIF.cpp:665:18: style: C-style pointer casting [cstyleCast]
FreeImage/Source/FreeImage/PluginGIF.cpp:1238:4: style: Variable 'mdhandle' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/PluginGIF.cpp:1236:0: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/PluginGIF.cpp:1238:4: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_done' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_minCodeSize' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_clearCode' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_endCode' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_nextCode' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_bpp' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_slack' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_prefix' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_codeSize' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_codeMask' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_oldCode' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_partial' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_partialSize' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_bufferSize' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_bufferRealSize' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_bufferPos' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:179:14: warning: Member variable 'StringTable::m_bufferShift' is not initialized in the constructor. [uninitMemberVar]
FreeImage/Source/FreeImage/PluginGIF.cpp:64:24: performance: Variable 'left' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Source/FreeImage/PluginGIF.cpp:64:40: performance: Variable 'top' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Source/FreeImage/PluginGIF.cpp:64:55: performance: Variable 'width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Source/FreeImage/PluginGIF.cpp:64:72: performance: Variable 'height' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Source/FreeImage/PluginGIF.cpp:186:2: style: Class 'StringTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeImage/Source/FreeImage/PluginGIF.cpp:186:2: style: Class 'StringTable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeImage/Source/FreeImage/PluginHDR.cpp:677:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
FreeImage/Source/FreeImage/PluginHDR.cpp:253:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginHDR.cpp:253:5: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginHDR.cpp:254:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginHDR.cpp:254:6: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginHDR.cpp:294:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/Source/FreeImage/PluginHDR.cpp:294:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/Source/FreeImage/PluginHDR.cpp:278:26: warning: Either the condition 'if(info&&(info->valid&4))' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
FreeImage/Source/FreeImage/PluginHDR.cpp:284:4: note: Assuming that condition 'if(info&&(info->valid&4))' is not redundant
FreeImage/Source/FreeImage/PluginHDR.cpp:278:26: note: Null pointer dereference
FreeImage/Source/FreeImage/PluginHDR.cpp:189:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginHDR.cpp:352:35: style: The scope of the variable 'ptr' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginHDR.cpp:450:11: style: The scope of the variable 'beg_run' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginHDR.cpp:450:20: style: The scope of the variable 'run_count' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginHDR.cpp:450:31: style: The scope of the variable 'old_run_count' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginICO.cpp:309:2: style: Variable 'dib' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/PluginICO.cpp:291:0: note: Variable 'dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/PluginICO.cpp:309:2: note: Variable 'dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/PluginICO.cpp:464:2: style: Variable 'bmih' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/PluginICO.cpp:461:0: note: Variable 'bmih' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/PluginICO.cpp:464:2: note: Variable 'bmih' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/PluginICO.cpp:662:6: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginJPEG.cpp:924:29: warning: Either the condition 'NULL!=tag_value' is redundant or there is possible null pointer dereference: tag_value. [nullPointerRedundantCheck]
FreeImage/Source/FreeImage/PluginJPEG.cpp:929:11: note: Assuming that condition 'NULL!=tag_value' is not redundant
FreeImage/Source/FreeImage/PluginJPEG.cpp:924:29: note: Null pointer dereference
FreeImage/Source/FreeImage/PluginJPEG.cpp:874:14: style: The scope of the variable 'xmp_signature' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginJPEG.cpp:1060:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginJPEG.cpp:285:13: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
FreeImage/Source/FreeImage/PluginJPEG.cpp:567:19: style: Checking if unsigned variable 'total_length' is less than zero. [unsignedLessThanZero]
FreeImage/Source/FreeImage/PluginJXR.cpp:422:2: error: Common realloc mistake: 'pbProfile' nulled but not freed upon failure [memleakOnRealloc]
FreeImage/Source/FreeImage/PluginPCD.cpp:121:6: style: The scope of the variable 'scan_line_add' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPCD.cpp:122:6: style: The scope of the variable 'start_scan_line' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPCX.cpp:336:8: style: The scope of the variable 'bits' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPCX.cpp:492:13: style: The scope of the variable 'written' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPCX.cpp:513:19: style: The scope of the variable 'written' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPFM.cpp:373:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/Source/FreeImage/PluginPFM.cpp:373:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/Source/FreeImage/PluginPFM.cpp:275:7: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeImage/Source/FreeImage/PluginPFM.cpp:276:7: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeImage/Source/FreeImage/PluginPFM.cpp:277:7: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeImage/Source/FreeImage/PluginPFM.cpp:309:7: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeImage/Source/FreeImage/PluginPFM.cpp:199:7: style: The scope of the variable 'line_buffer' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPICT.cpp:409:9: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPICT.cpp:686:9: style: The scope of the variable 'PixelPerRLEUnit' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPICT.cpp:688:7: style: The scope of the variable 'outputMessage' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPICT.cpp:957:7: style: The scope of the variable 'outputMessage' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPICT.cpp:991:8: style: The scope of the variable 'currentPos' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPICT.cpp:118:15: style: struct member 'OpDef::name' is never used. [unusedStructMember]
FreeImage/Source/FreeImage/PluginPICT.cpp:120:15: style: struct member 'OpDef::description' is never used. [unusedStructMember]
FreeImage/Source/FreeImage/PluginPNG.cpp:177:2: style: Variable 'mdhandle' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/PluginPNG.cpp:169:0: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/PluginPNG.cpp:177:2: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/PluginPNG.cpp:99:14: style: The scope of the variable 'g_png_xmp_keyword' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNG.cpp:166:14: style: The scope of the variable 'g_png_xmp_keyword' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNG.cpp:487:10: style: The scope of the variable 'screen_gamma' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNG.cpp:510:6: style: The scope of the variable 'pixel_depth' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNG.cpp:813:6: style: The scope of the variable 'bit_depth' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNG.cpp:813:17: style: The scope of the variable 'pixel_depth' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNG.cpp:814:6: style: The scope of the variable 'palette_entries' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNG.cpp:815:6: style: The scope of the variable 'interlace_type' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNM.cpp:217:6: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNM.cpp:217:9: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNM.cpp:220:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginPNM.cpp:697:9: style: The scope of the variable 'color' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginRAS.cpp:203:8: style: The scope of the variable 'bits' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginRAS.cpp:393:17: style: The scope of the variable 'bp' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginRAS.cpp:433:17: style: The scope of the variable 'bp' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginRAS.cpp:361:63: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImage/PluginRAW.cpp:437:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/Source/FreeImage/PluginRAW.cpp:440:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/Source/FreeImage/PluginRAW.cpp:443:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/Source/FreeImage/PluginRAW.cpp:446:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/Source/FreeImage/PluginSGI.cpp:216:6: style: The scope of the variable 'width' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginSGI.cpp:216:17: style: The scope of the variable 'height' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginSGI.cpp:216:29: style: The scope of the variable 'zsize' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginSGI.cpp:217:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginSGI.cpp:217:9: style: The scope of the variable 'dim' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginSGI.cpp:218:6: style: The scope of the variable 'bitcount' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginTARGA.cpp:1422:9: style: The scope of the variable 'line' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginTARGA.cpp:60:7: style: struct member 'tagTGAEXTENSIONAREA::author_name' is never used. [unusedStructMember]
FreeImage/Source/FreeImage/PluginTARGA.cpp:61:7: style: struct member 'tagTGAEXTENSIONAREA::author_comments' is never used. [unusedStructMember]
FreeImage/Source/FreeImage/PluginTARGA.cpp:63:7: style: struct member 'tagTGAEXTENSIONAREA::job_name' is never used. [unusedStructMember]
FreeImage/Source/FreeImage/PluginTARGA.cpp:65:7: style: struct member 'tagTGAEXTENSIONAREA::software_id' is never used. [unusedStructMember]
FreeImage/Source/FreeImage/PluginTIFF.cpp:817:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Source/FreeImage/PluginTIFF.cpp:813:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Source/FreeImage/PluginTIFF.cpp:817:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Source/FreeImage/PluginTIFF.cpp:922:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Source/FreeImage/PluginTIFF.cpp:919:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Source/FreeImage/PluginTIFF.cpp:922:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Source/FreeImage/PluginTIFF.cpp:171:32: style: Function '_tiffMapProc' argument 2 names different: declaration 'pbase' definition 'base'. [funcArgNamesDifferent]
FreeImage/Source/FreeImage/PluginTIFF.cpp:87:46: note: Function '_tiffMapProc' argument 2 names different: declaration 'pbase' definition 'base'.
FreeImage/Source/FreeImage/PluginTIFF.cpp:171:32: note: Function '_tiffMapProc' argument 2 names different: declaration 'pbase' definition 'base'.
FreeImage/Source/FreeImage/PluginTIFF.cpp:171:46: style: Function '_tiffMapProc' argument 3 names different: declaration 'psize' definition 'size'. [funcArgNamesDifferent]
FreeImage/Source/FreeImage/PluginTIFF.cpp:87:61: note: Function '_tiffMapProc' argument 3 names different: declaration 'psize' definition 'size'.
FreeImage/Source/FreeImage/PluginTIFF.cpp:171:46: note: Function '_tiffMapProc' argument 3 names different: declaration 'psize' definition 'size'.
FreeImage/Source/FreeImage/PluginWBMP.cpp:226:12: style: The scope of the variable 'dib' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginWebP.cpp:170:6: style: The scope of the variable 'copy_data' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginWebP.cpp:565:6: style: The scope of the variable 'copy_data' can be reduced. [variableScope]
FreeImage/Source/FreeImage/PluginXBM.cpp:118:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeImage/Source/FreeImage/PluginXBM.cpp:130:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeImage/Source/FreeImage/PluginXBM.cpp:134:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeImage/Source/FreeImage/PluginXBM.cpp:138:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeImage/Source/FreeImage/PluginXPM.cpp:260:28: style: Redundant condition: tmp[2]!=' '. 'tmp[2]==' ' || (tmp[2]!=' ' && tmp[3]==' ')' is equivalent to 'tmp[2]==' ' || tmp[3]==' '' [redundantCondition]
FreeImage/Source/FreeImage/PluginXPM.cpp:221:19: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:221:19: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:221:19: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:226:19: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:226:19: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:226:19: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:228:19: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:228:19: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:228:19: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:233:20: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:233:20: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:233:20: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
FreeImage/Source/FreeImage/PluginXPM.cpp:158:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
FreeImage/Source/FreeImage/WuQuantizer.cpp:456:23: style: The scope of the variable 'temp' can be reduced. [variableScope]
FreeImage/Source/FreeImage/tmoDrago03.cpp:266:2: style: Variable 'dib' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/tmoDrago03.cpp:264:0: note: Variable 'dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/tmoDrago03.cpp:266:2: note: Variable 'dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/tmoDrago03.cpp:55:9: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
FreeImage/Source/FreeImage/tmoFattal02.cpp:46:21: style: The scope of the variable 'dst_pixel' can be reduced. [variableScope]
FreeImage/Source/FreeImage/tmoFattal02.cpp:244:21: style: The scope of the variable 'dst_pixel' can be reduced. [variableScope]
FreeImage/Source/FreeImage/tmoFattal02.cpp:338:24: style: The scope of the variable 'gy' can be reduced. [variableScope]
FreeImage/Source/FreeImage/tmoFattal02.cpp:338:29: style: The scope of the variable 'divg' can be reduced. [variableScope]
FreeImage/Source/FreeImage/tmoFattal02.cpp:506:6: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeImage/Source/FreeImage/tmoReinhard05.cpp:223:2: style: Variable 'dib' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/FreeImage/tmoReinhard05.cpp:221:0: note: Variable 'dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/tmoReinhard05.cpp:223:2: note: Variable 'dib' is reassigned a value before the old one has been used.
FreeImage/Source/FreeImage/tmoReinhard05.cpp:55:8: style: The scope of the variable 'L' can be reduced. [variableScope]
FreeImage/Source/FreeImage/tmoReinhard05.cpp:56:8: style: The scope of the variable 'I_g' can be reduced. [variableScope]
FreeImage/Source/FreeImage/tmoReinhard05.cpp:56:13: style: The scope of the variable 'I_l' can be reduced. [variableScope]
FreeImage/Source/FreeImage/tmoReinhard05.cpp:96:44: error: Uninitialized variable: k [uninitvar]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:673:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:675:6: note: Found duplicate branches for 'if' and 'else'.
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:673:4: note: Found duplicate branches for 'if' and 'else'.
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:130:18: style: The scope of the variable 'z2n' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:130:23: style: The scope of the variable 'iz' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:353:10: style: The scope of the variable 'p' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:650:6: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:650:9: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:650:12: style: The scope of the variable 'bpp' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:651:6: style: The scope of the variable 'channel' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:651:15: style: The scope of the variable 'nb_channels' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/BSplineRotate.cpp:652:19: style: The scope of the variable 'dst_bits' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/Background.cpp:273:48: error: Dead pointer usage. Pointer 'color_intl' is dead if it has been assigned '&blend' at line 269. [deadpointer]
FreeImage/Source/FreeImageToolkit/Channels.cpp:364:11: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/Channels.cpp:364:14: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/Channels.cpp:365:9: style: The scope of the variable 'mag' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/Channels.cpp:365:14: style: The scope of the variable 'phase' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/ClassicRotate.cpp:445:6: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/ClassicRotate.cpp:445:9: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/ClassicRotate.cpp:445:12: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/ClassicRotate.cpp:445:15: style: The scope of the variable 'pos' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/ClassicRotate.cpp:513:6: style: The scope of the variable 'x2' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/ClassicRotate.cpp:513:10: style: The scope of the variable 'dlineup' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/Colors.cpp:51:11: style: The scope of the variable 'i' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/Colors.cpp:303:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/Colors.cpp:329:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/CopyPaste.cpp:564:12: style: The scope of the variable 'y_src' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/CopyPaste.cpp:564:19: style: The scope of the variable 'y_dst' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/CopyPaste.cpp:580:12: style: The scope of the variable 'y_src' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/CopyPaste.cpp:580:19: style: The scope of the variable 'y_dst' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/CopyPaste.cpp:802:11: style: Checking if unsigned variable 'left' is less than zero. [unsignedLessThanZero]
FreeImage/Source/FreeImageToolkit/CopyPaste.cpp:802:39: style: Checking if unsigned variable 'top' is less than zero. [unsignedLessThanZero]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:133:6: style: The scope of the variable 'row_uc' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:133:22: style: The scope of the variable 'col_uc' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:219:6: style: The scope of the variable 'row' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:219:11: style: The scope of the variable 'col' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:301:6: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:301:9: style: The scope of the variable 'jcycle' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:301:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:301:21: style: The scope of the variable 'jpost' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:301:28: style: The scope of the variable 'jpre' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:301:34: style: The scope of the variable 'nf' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/MultigridPoissonSolver.cpp:301:38: style: The scope of the variable 'ngrid' can be reduced. [variableScope]
FreeImage/Source/FreeImageToolkit/Filters.h:61:9: style: Technically the member function 'CGenericFilter::GetWidth' can be const. [functionConst]
FreeImage/Source/FreeImageToolkit/Filters.h:224:9: performance: Technically the member function 'CLanczos3Filter::sinc' can be static. [functionStatic]
FreeImage/Source/FreeImageToolkit/Resize.h:77:9: style: Technically the member function 'CWeightsTable::getWeight' can be const. [functionConst]
FreeImage/Source/FreeImageToolkit/Resize.h:85:11: style: Technically the member function 'CWeightsTable::getLeftBoundary' can be const. [functionConst]
FreeImage/Source/FreeImageToolkit/Resize.h:93:11: style: Technically the member function 'CWeightsTable::getRightBoundary' can be const. [functionConst]
FreeImage/Source/FreeImageToolkit/Filters.h:274:5: style: Class 'CBlackmanFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeImage/Source/FreeImageToolkit/Resize.h:126:2: style: Class 'CResizeEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeImage/Source/FreeImageToolkit/Filters.h:91:12: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Source/FreeImageToolkit/Filters.h:66:17: note: Virtual function in base class
FreeImage/Source/FreeImageToolkit/Filters.h:91:12: note: Function in derived class
FreeImage/Source/FreeImageToolkit/Filters.h:103:12: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Source/FreeImageToolkit/Filters.h:66:17: note: Virtual function in base class
FreeImage/Source/FreeImageToolkit/Filters.h:103:12: note: Function in derived class
FreeImage/Source/FreeImageToolkit/Filters.h:148:12: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Source/FreeImageToolkit/Filters.h:66:17: note: Virtual function in base class
FreeImage/Source/FreeImageToolkit/Filters.h:148:12: note: Function in derived class
FreeImage/Source/FreeImageToolkit/Filters.h:188:12: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Source/FreeImageToolkit/Filters.h:66:17: note: Virtual function in base class
FreeImage/Source/FreeImageToolkit/Filters.h:188:12: note: Function in derived class
FreeImage/Source/FreeImageToolkit/Filters.h:215:12: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Source/FreeImageToolkit/Filters.h:66:17: note: Virtual function in base class
FreeImage/Source/FreeImageToolkit/Filters.h:215:12: note: Function in derived class
FreeImage/Source/FreeImageToolkit/Filters.h:248:12: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Source/FreeImageToolkit/Filters.h:66:17: note: Virtual function in base class
FreeImage/Source/FreeImageToolkit/Filters.h:248:12: note: Function in derived class
FreeImage/Source/FreeImageToolkit/Filters.h:277:12: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Source/FreeImageToolkit/Filters.h:66:17: note: Virtual function in base class
FreeImage/Source/FreeImageToolkit/Filters.h:277:12: note: Function in derived class
FreeImage/Source/FreeImageToolkit/Resize.cpp:712:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImageToolkit/Resize.cpp:744:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImageToolkit/Resize.cpp:782:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImageToolkit/Resize.cpp:1509:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImageToolkit/Resize.cpp:1543:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeImage/Source/FreeImageToolkit/Resize.cpp:1582:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FreeImage/Source/Metadata/Exif.cpp:403:7: style: The scope of the variable 'defaultKey' can be reduced. [variableScope]
FreeImage/Source/Metadata/Exif.cpp:730:11: style: The scope of the variable 'thCompression' can be reduced. [variableScope]
FreeImage/Source/Metadata/Exif.cpp:813:51: style: Function 'jpeg_read_exif_profile' argument 2 names different: declaration 'dataptr' definition 'data'. [funcArgNamesDifferent]
FreeImage/Source/Metadata/FreeImageTag.h:480:56: note: Function 'jpeg_read_exif_profile' argument 2 names different: declaration 'dataptr' definition 'data'.
FreeImage/Source/Metadata/Exif.cpp:813:51: note: Function 'jpeg_read_exif_profile' argument 2 names different: declaration 'dataptr' definition 'data'.
FreeImage/Source/Metadata/Exif.cpp:813:66: style: Function 'jpeg_read_exif_profile' argument 3 names different: declaration 'datalen' definition 'length'. [funcArgNamesDifferent]
FreeImage/Source/Metadata/FreeImageTag.h:480:74: note: Function 'jpeg_read_exif_profile' argument 3 names different: declaration 'datalen' definition 'length'.
FreeImage/Source/Metadata/Exif.cpp:813:66: note: Function 'jpeg_read_exif_profile' argument 3 names different: declaration 'datalen' definition 'length'.
FreeImage/Source/Metadata/Exif.cpp:1025:7: style: Technically the member function 'PredicateTagIDCompare::operator()' can be const. [functionConst]
FreeImage/Source/Metadata/FIRational.cpp:41:2: performance: Variable '_numerator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Source/Metadata/FIRational.cpp:42:2: performance: Variable '_denominator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Source/Metadata/FIRational.h:81:8: style: Technically the member function 'FIRational::floatValue' can be const. [functionConst]
FreeImage/Source/Metadata/FIRational.h:84:9: style: Technically the member function 'FIRational::doubleValue' can be const. [functionConst]
FreeImage/Source/Metadata/FIRational.h:44:2: style: Class 'FIRational' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeImage/Source/Metadata/FIRational.h:47:2: style: Class 'FIRational' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeImage/Source/Metadata/FreeImageTag.cpp:35:8: style: Unused variable: key [unusedVariable]
FreeImage/Source/Metadata/FreeImageTag.cpp:36:8: style: Unused variable: description [unusedVariable]
FreeImage/Source/Metadata/FreeImageTag.cpp:41:8: style: Unused variable: value [unusedVariable]
FreeImage/Source/Metadata/IPTC.cpp:230:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/Metadata/IPTC.cpp:226:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
FreeImage/Source/Metadata/IPTC.cpp:230:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
FreeImage/Source/Metadata/IPTC.cpp:270:2: style: Variable 'mdhandle' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/Source/Metadata/IPTC.cpp:264:0: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/Source/Metadata/IPTC.cpp:270:2: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/Source/Metadata/IPTC.cpp:44:14: style: The scope of the variable 'JPEG_AdobeCM_Tag' can be reduced. [variableScope]
FreeImage/Source/Metadata/TagConversion.cpp:993:7: style: The scope of the variable 'format' can be reduced. [variableScope]
FreeImage/Source/Metadata/TagLib.cpp:1505:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/Metadata/TagLib.cpp:1563:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeImage/Source/Metadata/XTIFF.cpp:564:10: style: Variable 'tagLib' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testHeaderOnly.cpp:76:2: style: Variable 'mdhandle' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/TestAPI/testHeaderOnly.cpp:74:0: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testHeaderOnly.cpp:76:2: note: Variable 'mdhandle' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testHeaderOnly.cpp:226:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/TestAPI/testHeaderOnly.cpp:219:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testHeaderOnly.cpp:226:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testHeaderOnly.cpp:254:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/TestAPI/testHeaderOnly.cpp:247:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testHeaderOnly.cpp:254:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testHeaderOnly.cpp:154:14: style: The scope of the variable 'lpszDstPathName' can be reduced. [variableScope]
FreeImage/TestAPI/testHeaderOnly.cpp:81:22: style: Variable 'key' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testHeaderOnly.cpp:83:24: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testHeaderOnly.cpp:122:20: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testHeaderOnly.cpp:123:21: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testHeaderOnly.cpp:124:18: style: Variable 'bpp' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testHeaderOnly.cpp:169:22: style: Variable 'key' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testHeaderOnly.cpp:174:47: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testHeaderOnly.cpp:188:23: style: Variable 'key' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testHeaderOnly.cpp:193:52: style: Variable 'dst_value' is assigned a value that is never used. [unreadVariable]
FreeImage/TestAPI/testImageType.cpp:427:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/TestAPI/testImageType.cpp:423:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testImageType.cpp:427:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testImageType.cpp:464:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/TestAPI/testImageType.cpp:455:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testImageType.cpp:464:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testImageType.cpp:64:11: style: The scope of the variable 'x' can be reduced. [variableScope]
FreeImage/TestAPI/testImageType.cpp:64:14: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeImage/TestAPI/testMPageMemory.cpp:172:2: style: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/TestAPI/testMPageMemory.cpp:165:0: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testMPageMemory.cpp:172:2: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testMPageMemory.cpp:29:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
FreeImage/TestAPI/testMemIO.cpp:33:2: style: Variable 'hmem' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/TestAPI/testMemIO.cpp:26:0: note: Variable 'hmem' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testMemIO.cpp:33:2: note: Variable 'hmem' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testMemIO.cpp:117:2: style: Variable 'hmem' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/TestAPI/testMemIO.cpp:110:0: note: Variable 'hmem' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testMemIO.cpp:117:2: note: Variable 'hmem' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testThumbnail.cpp:42:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/TestAPI/testThumbnail.cpp:42:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeImage/TestAPI/testThumbnail.cpp:131:2: style: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/TestAPI/testThumbnail.cpp:126:0: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testThumbnail.cpp:131:2: note: Variable 'bResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/TestAPI/testThumbnail.cpp:62:14: style: The scope of the variable 'lpszImagePathName' can be reduced. [variableScope]
FreeImage/TestAPI/testWrappedBuffer.cpp:34:2: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/TestAPI/testWrappedBuffer.cpp:29:0: note: Variable 'src' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testWrappedBuffer.cpp:34:2: note: Variable 'src' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testWrappedBuffer.cpp:38:2: style: Variable 'clone' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/TestAPI/testWrappedBuffer.cpp:30:0: note: Variable 'clone' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testWrappedBuffer.cpp:38:2: note: Variable 'clone' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testWrappedBuffer.cpp:45:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/TestAPI/testWrappedBuffer.cpp:31:0: note: Variable 'dst' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testWrappedBuffer.cpp:45:2: note: Variable 'dst' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testWrappedBuffer.cpp:70:2: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/TestAPI/testWrappedBuffer.cpp:56:0: note: Variable 'src' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testWrappedBuffer.cpp:70:2: note: Variable 'src' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testWrappedBuffer.cpp:90:2: style: Variable 'dib' is reassigned a value before the old one has been used. [redundantAssignment]
FreeImage/TestAPI/testWrappedBuffer.cpp:83:0: note: Variable 'dib' is reassigned a value before the old one has been used.
FreeImage/TestAPI/testWrappedBuffer.cpp:90:2: note: Variable 'dib' is reassigned a value before the old one has been used.
FreeImage/Wrapper/FreeImage.NET/cpp/FreeImageIO/FreeImageIO.Net.h:40:4: performance: Variable 'read_proc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Wrapper/FreeImage.NET/cpp/FreeImageIO/FreeImageIO.Net.h:41:4: performance: Variable 'write_proc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Wrapper/FreeImage.NET/cpp/FreeImageIO/FreeImageIO.Net.h:42:4: performance: Variable 'seek_proc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Wrapper/FreeImage.NET/cpp/FreeImageIO/FreeImageIO.Net.h:43:4: performance: Variable 'tell_proc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeImage/Wrapper/FreeImage.NET/cpp/FreeImageIO/FreeImageIO.Net.h:66:4: style: Class 'FreeImageStream' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeImage/Wrapper/FreeImage.NET/cpp/FreeImageIO/FreeImageIO.Net.h:66:4: style: Class 'FreeImageStream' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeImage/Wrapper/FreeImage.NET/cpp/FreeImageIO/FreeImageIO.Net.h:63:3: style: Class 'FreeImageStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:289:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:285:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:289:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:304:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:300:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:304:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:338:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:334:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:338:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:365:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:361:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:365:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:391:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:388:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:391:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:411:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:408:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:411:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:432:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:428:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:432:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:460:2: style: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:456:0: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/src/fipImage.cpp:460:2: note: Variable 'fif' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:936:7: style: Technically the member function 'fipImage::setModified' can be const. [functionConst]
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:1335:2: style: Class 'fipMultiPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:358:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:85:15: note: Virtual function in base class
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:358:7: note: Function in derived class
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:1219:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:85:15: note: Virtual function in base class
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:1219:7: note: Function in derived class
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:1344:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:85:15: note: Virtual function in base class
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:1344:7: note: Function in derived class
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:1556:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:85:15: note: Virtual function in base class
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:1556:7: note: Function in derived class
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:1683:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:85:15: note: Virtual function in base class
FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h:1683:7: note: Function in derived class
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPage.cpp:42:2: style: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPage.cpp:31:0: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPage.cpp:42:2: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPageMemory.cpp:98:2: style: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPageMemory.cpp:91:0: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPageMemory.cpp:98:2: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPageMemory.cpp:176:2: style: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPageMemory.cpp:169:0: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPageMemory.cpp:176:2: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPageMemory.cpp:58:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
FreeImage/Wrapper/FreeImagePlus/test/fipTestMPageStream.cpp:124:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
FreeImage/Wrapper/FreeImagePlus/test/fipTestMemIO.cpp:44:2: style: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/test/fipTestMemIO.cpp:34:0: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMemIO.cpp:44:2: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMemIO.cpp:130:2: style: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/test/fipTestMemIO.cpp:120:0: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMemIO.cpp:130:2: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMemIO.cpp:160:2: style: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FreeImage/Wrapper/FreeImagePlus/test/fipTestMemIO.cpp:154:0: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
FreeImage/Wrapper/FreeImagePlus/test/fipTestMemIO.cpp:160:2: note: Variable 'bSuccess' is reassigned a value before the old one has been used if variable is no semaphore variable.
[22:46]

ftp://ftp.se.debian.org/debian/pool/main/f/freeipa/freeipa_4.7.0~pre1+git20180411.orig.tar.xz
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:110:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:550:21: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:549:29: note: Calling function 'INTEGER__dump', 1st argument 'td' value is 0
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:110:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:560:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:570:11: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:560:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:671:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:680:27: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:671:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:678:16: style: The scope of the variable 'v' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:766:35: style: Function 'asn_INTEGER2long' argument 1 names different: declaration 'i' definition 'iptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:55:39: note: Function 'asn_INTEGER2long' argument 1 names different: declaration 'i' definition 'iptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:766:35: note: Function 'asn_INTEGER2long' argument 1 names different: declaration 'i' definition 'iptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:766:47: style: Function 'asn_INTEGER2long' argument 2 names different: declaration 'l' definition 'lptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:55:48: note: Function 'asn_INTEGER2long' argument 2 names different: declaration 'l' definition 'lptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:766:47: note: Function 'asn_INTEGER2long' argument 2 names different: declaration 'l' definition 'lptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:826:36: style: Function 'asn_INTEGER2ulong' argument 1 names different: declaration 'i' definition 'iptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:56:40: note: Function 'asn_INTEGER2ulong' argument 1 names different: declaration 'i' definition 'iptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:826:36: note: Function 'asn_INTEGER2ulong' argument 1 names different: declaration 'i' definition 'iptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:826:57: style: Function 'asn_INTEGER2ulong' argument 2 names different: declaration 'l' definition 'lptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:56:58: note: Function 'asn_INTEGER2ulong' argument 2 names different: declaration 'l' definition 'lptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:826:57: note: Function 'asn_INTEGER2ulong' argument 2 names different: declaration 'l' definition 'lptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:858:30: style: Function 'asn_ulong2INTEGER' argument 1 names different: declaration 'i' definition 'st'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:58:34: note: Function 'asn_ulong2INTEGER' argument 1 names different: declaration 'i' definition 'st'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:858:30: note: Function 'asn_ulong2INTEGER' argument 1 names different: declaration 'i' definition 'st'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:858:48: style: Function 'asn_ulong2INTEGER' argument 2 names different: declaration 'l' definition 'value'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:58:51: note: Function 'asn_ulong2INTEGER' argument 2 names different: declaration 'l' definition 'value'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:858:48: note: Function 'asn_ulong2INTEGER' argument 2 names different: declaration 'l' definition 'value'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:883:29: style: Function 'asn_long2INTEGER' argument 1 names different: declaration 'i' definition 'st'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:57:33: note: Function 'asn_long2INTEGER' argument 1 names different: declaration 'i' definition 'st'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:883:29: note: Function 'asn_long2INTEGER' argument 1 names different: declaration 'i' definition 'st'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:883:38: style: Function 'asn_long2INTEGER' argument 2 names different: declaration 'l' definition 'value'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:57:41: note: Function 'asn_long2INTEGER' argument 2 names different: declaration 'l' definition 'value'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:883:38: note: Function 'asn_long2INTEGER' argument 2 names different: declaration 'l' definition 'value'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:941:52: style: Function 'asn_strtol' argument 3 names different: declaration 'l' definition 'lp'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:71:77: note: Function 'asn_strtol' argument 3 names different: declaration 'l' definition 'lp'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:941:52: note: Function 'asn_strtol' argument 3 names different: declaration 'l' definition 'lp'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:967:57: style: Function 'asn_strtol_lim' argument 3 names different: declaration 'l' definition 'lp'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.h:68:82: note: Function 'asn_strtol_lim' argument 3 names different: declaration 'l' definition 'lp'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:967:57: note: Function 'asn_strtol_lim' argument 3 names different: declaration 'l' definition 'lp'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/INTEGER.c:134:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:47:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:55:21: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:47:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:95:47: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:108:4: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:95:47: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:142:62: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:150:12: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:142:62: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:157:47: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:162:17: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:157:47: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeEnumerated.c:60:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:173:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:181:15: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:173:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:214:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:222:14: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:214:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:239:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:250:15: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:239:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:246:48: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:250:15: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:246:48: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:273:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:278:12: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:273:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:282:52: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:288:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:282:52: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:302:7: style: The scope of the variable 'scratch' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/NativeInteger.c:303:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1499:40: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1523:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1499:40: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1500:37: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1523:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1500:37: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1503:7: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1523:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1503:7: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1570:3: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1585:5: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1570:3: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1756:38: style: Function 'OCTET_STRING_fromBuf' argument 1 names different: declaration 's' definition 'st'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.h:49:42: note: Function 'OCTET_STRING_fromBuf' argument 1 names different: declaration 's' definition 'st'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1756:38: note: Function 'OCTET_STRING_fromBuf' argument 1 names different: declaration 's' definition 'st'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1756:63: style: Function 'OCTET_STRING_fromBuf' argument 3 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.h:49:66: note: Function 'OCTET_STRING_fromBuf' argument 3 names different: declaration 'size' definition 'len'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1756:63: note: Function 'OCTET_STRING_fromBuf' argument 3 names different: declaration 'size' definition 'len'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1793:74: style: Function 'OCTET_STRING_new_fromBuf' argument 3 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.h:60:23: note: Function 'OCTET_STRING_new_fromBuf' argument 3 names different: declaration 'size' definition 'len'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1793:74: note: Function 'OCTET_STRING_new_fromBuf' argument 3 names different: declaration 'size' definition 'len'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/OCTET_STRING.c:1396:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:30:3: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:58:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:30:3: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:40:37: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:58:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:40:37: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:251:48: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:261:14: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:251:48: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:244:25: style: Function 'xer_decode_primitive' argument 2 names different: declaration 'type_descriptor' definition 'td'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.h:42:25: note: Function 'xer_decode_primitive' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:244:25: note: Function 'xer_decode_primitive' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:245:9: style: Function 'xer_decode_primitive' argument 3 names different: declaration 'struct_ptr' definition 'sptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.h:43:9: note: Function 'xer_decode_primitive' argument 3 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/asn_codecs_prim.c:245:9: note: Function 'xer_decode_primitive' argument 3 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_decoder.c:32:33: style: Function 'ber_decode' argument 4 names different: declaration 'buffer' definition 'ptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_decoder.h:25:14: note: Function 'ber_decode' argument 4 names different: declaration 'buffer' definition 'ptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_decoder.c:32:33: note: Function 'ber_decode' argument 4 names different: declaration 'buffer' definition 'ptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_decoder.c:66:26: style: Function 'ber_check_tags' argument 2 names different: declaration 'type_descriptor' definition 'td'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_decoder.h:51:33: note: Function 'ber_check_tags' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_decoder.c:66:26: note: Function 'ber_check_tags' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_length.c:81:10: style: The scope of the variable 'tl' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_length.c:79:36: style: Function 'ber_skip_length' argument 3 names different: declaration 'bufptr' definition 'ptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_length.h:36:35: note: Function 'ber_skip_length' argument 3 names different: declaration 'bufptr' definition 'ptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_length.c:79:36: note: Function 'ber_skip_length' argument 3 names different: declaration 'bufptr' definition 'ptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_length.c:142:51: style: Function 'der_tlv_length_serialize' argument 2 names different: declaration 'bufptr' definition 'bufp'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_length.h:44:58: note: Function 'der_tlv_length_serialize' argument 2 names different: declaration 'bufptr' definition 'bufp'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_length.c:142:51: note: Function 'der_tlv_length_serialize' argument 2 names different: declaration 'bufptr' definition 'bufp'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_tag.c:10:27: style: Function 'ber_fetch_tag' argument 1 names different: declaration 'bufptr' definition 'ptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_tag.h:46:35: note: Function 'ber_fetch_tag' argument 1 names different: declaration 'bufptr' definition 'ptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_tag.c:10:27: note: Function 'ber_fetch_tag' argument 1 names different: declaration 'bufptr' definition 'ptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_tag.c:76:58: style: Function 'ber_tlv_tag_snprint' argument 3 names different: declaration 'buflen' definition 'size'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_tag.h:34:66: note: Function 'ber_tlv_tag_snprint' argument 3 names different: declaration 'buflen' definition 'size'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_tag.c:76:58: note: Function 'ber_tlv_tag_snprint' argument 3 names different: declaration 'buflen' definition 'size'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_tag.c:104:48: style: Function 'ber_tlv_tag_serialize' argument 2 names different: declaration 'bufptr' definition 'bufp'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_tag.h:54:55: note: Function 'ber_tlv_tag_serialize' argument 2 names different: declaration 'bufptr' definition 'bufp'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/ber_tlv_tag.c:104:48: note: Function 'ber_tlv_tag_serialize' argument 2 names different: declaration 'bufptr' definition 'bufp'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:360:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:367:12: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:360:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:370:31: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:385:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:370:31: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:411:22: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:427:4: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:411:22: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:779:58: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:784:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:779:58: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:831:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:841:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:831:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:865:4: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:867:4: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:865:4: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:874:15: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:875:4: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:874:15: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:912:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:919:12: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:912:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:939:45: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:952:6: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:939:45: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1036:60: warning: Either the condition '!td' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1039:5: note: Assuming that condition '!td' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1036:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1082:48: style: Function '_fetch_present_idx' argument 2 names different: declaration 'off' definition 'pres_offset'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:66:59: note: Function '_fetch_present_idx' argument 2 names different: declaration 'off' definition 'pres_offset'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1082:48: note: Function '_fetch_present_idx' argument 2 names different: declaration 'off' definition 'pres_offset'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1082:65: style: Function '_fetch_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:66:68: note: Function '_fetch_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1082:65: note: Function '_fetch_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1102:24: style: Function '_set_present_idx' argument 1 names different: declaration 'sptr' definition 'struct_ptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:67:36: note: Function '_set_present_idx' argument 1 names different: declaration 'sptr' definition 'struct_ptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1102:24: note: Function '_set_present_idx' argument 1 names different: declaration 'sptr' definition 'struct_ptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1102:40: style: Function '_set_present_idx' argument 2 names different: declaration 'offset' definition 'pres_offset'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:67:46: note: Function '_set_present_idx' argument 2 names different: declaration 'offset' definition 'pres_offset'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1102:40: note: Function '_set_present_idx' argument 2 names different: declaration 'offset' definition 'pres_offset'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1102:57: style: Function '_set_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:67:58: note: Function '_set_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1102:57: note: Function '_set_present_idx' argument 3 names different: declaration 'size' definition 'pres_size'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1102:72: style: Function '_set_present_idx' argument 4 names different: declaration 'pres' definition 'present'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:67:68: note: Function '_set_present_idx' argument 4 names different: declaration 'pres' definition 'present'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_CHOICE.c:1102:72: note: Function '_set_present_idx' argument 4 names different: declaration 'pres' definition 'present'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:522:31: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:535:5: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:522:31: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:527:21: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:535:5: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:527:21: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:865:21: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:878:5: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:865:21: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1033:64: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1044:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1033:64: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1051:46: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1065:14: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1051:46: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1082:21: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1110:7: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1082:21: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1102:5: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1110:7: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1102:5: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1249:33: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1416:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1415:32: note: Calling function 'SEQUENCE_handle_extensions', 1st argument 'td' value is 0
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1249:33: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1301:33: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1310:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1301:33: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1356:4: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1358:4: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1356:4: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1364:66: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1386:5: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1364:66: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1366:5: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1386:5: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1366:5: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:656:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE.c:1354:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:95:67: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:104:12: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:95:67: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:96:27: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:104:12: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:96:27: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:149:27: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:152:12: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:149:27: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SEQUENCE_OF.c:169:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:658:60: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:671:12: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:658:60: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:659:27: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:671:12: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:659:27: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:871:67: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:880:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:871:67: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:872:27: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:880:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/constr_SET_OF.c:872:27: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.c:16:27: style: Function 'der_encode' argument 3 names different: declaration 'consume_bytes_cb' definition 'consume_bytes'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.h:22:28: note: Function 'der_encode' argument 3 names different: declaration 'consume_bytes_cb' definition 'consume_bytes'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.c:16:27: note: Function 'der_encode' argument 3 names different: declaration 'consume_bytes_cb' definition 'consume_bytes'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.c:77:39: style: Function 'der_write_tags' argument 1 names different: declaration 'type_descriptor' definition 'sd'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.h:55:33: note: Function 'der_write_tags' argument 1 names different: declaration 'type_descriptor' definition 'sd'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.c:77:39: note: Function 'der_write_tags' argument 1 names different: declaration 'type_descriptor' definition 'sd'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.c:81:28: style: Function 'der_write_tags' argument 6 names different: declaration 'consume_bytes_cb' definition 'cb'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.h:60:28: note: Function 'der_write_tags' argument 6 names different: declaration 'consume_bytes_cb' definition 'cb'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.c:81:28: note: Function 'der_write_tags' argument 6 names different: declaration 'consume_bytes_cb' definition 'cb'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.c:106:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/der_encoder.c:129:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:77:6: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:78:3: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:77:6: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:11:77: style: Function 'uper_decode_complete' argument 2 names different: declaration 'type_descriptor' definition 'td'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.h:22:32: note: Function 'uper_decode_complete' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:11:77: note: Function 'uper_decode_complete' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:11:88: style: Function 'uper_decode_complete' argument 3 names different: declaration 'struct_ptr' definition 'sptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.h:23:9: note: Function 'uper_decode_complete' argument 3 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:11:88: note: Function 'uper_decode_complete' argument 3 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:40:68: style: Function 'uper_decode' argument 2 names different: declaration 'type_descriptor' definition 'td'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.h:33:32: note: Function 'uper_decode' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:40:68: note: Function 'uper_decode' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:40:79: style: Function 'uper_decode' argument 3 names different: declaration 'struct_ptr' definition 'sptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.h:34:9: note: Function 'uper_decode' argument 3 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_decoder.c:40:79: note: Function 'uper_decode' argument 3 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:136:7: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:146:4: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:136:7: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:8:36: style: Function 'uper_encode' argument 1 names different: declaration 'type_descriptor' definition 'td'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.h:23:58: note: Function 'uper_encode' argument 1 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:8:36: note: Function 'uper_encode' argument 1 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:8:46: style: Function 'uper_encode' argument 2 names different: declaration 'struct_ptr' definition 'sptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.h:24:8: note: Function 'uper_encode' argument 2 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:8:46: note: Function 'uper_encode' argument 2 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:8:77: style: Function 'uper_encode' argument 3 names different: declaration 'consume_bytes_cb' definition 'cb'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.h:25:27: note: Function 'uper_encode' argument 3 names different: declaration 'consume_bytes_cb' definition 'cb'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:8:77: note: Function 'uper_encode' argument 3 names different: declaration 'consume_bytes_cb' definition 'cb'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:33:46: style: Function 'uper_encode_to_buffer' argument 1 names different: declaration 'type_descriptor' definition 'td'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.h:35:32: note: Function 'uper_encode_to_buffer' argument 1 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:33:46: note: Function 'uper_encode_to_buffer' argument 1 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:33:56: style: Function 'uper_encode_to_buffer' argument 2 names different: declaration 'struct_ptr' definition 'sptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.h:36:8: note: Function 'uper_encode_to_buffer' argument 2 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:33:56: note: Function 'uper_encode_to_buffer' argument 2 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:68:50: style: Function 'uper_encode_to_new_buffer' argument 1 names different: declaration 'type_descriptor' definition 'td'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.h:49:32: note: Function 'uper_encode_to_new_buffer' argument 1 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:68:50: note: Function 'uper_encode_to_new_buffer' argument 1 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:68:96: style: Function 'uper_encode_to_new_buffer' argument 3 names different: declaration 'struct_ptr' definition 'sptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.h:51:8: note: Function 'uper_encode_to_new_buffer' argument 3 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_encoder.c:68:96: note: Function 'uper_encode_to_new_buffer' argument 3 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:70:39: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:84:5: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:70:39: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:95:57: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:120:4: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:95:57: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:103:7: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:120:4: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:103:7: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:203:49: warning: Either the condition 'td?td->name:""' is redundant or there is possible null pointer dereference: td. [nullPointerRedundantCheck]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:207:4: note: Assuming that condition 'td?td->name:""' is not redundant
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:203:49: note: Null pointer dereference
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:60:10: style: The scope of the variable 'chunk_bytes' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:66:9: style: The scope of the variable 'padding' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:245:37: style: Function 'uper_open_type_get' argument 1 names different: declaration 'opt_codec_ctx' definition 'ctx'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.h:12:52: note: Function 'uper_open_type_get' argument 1 names different: declaration 'opt_codec_ctx' definition 'ctx'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:245:37: note: Function 'uper_open_type_get' argument 1 names different: declaration 'opt_codec_ctx' definition 'ctx'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:252:38: style: Function 'uper_open_type_skip' argument 1 names different: declaration 'opt_codec_ctx' definition 'ctx'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.h:14:42: note: Function 'uper_open_type_skip' argument 1 names different: declaration 'opt_codec_ctx' definition 'ctx'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_opentype.c:252:38: note: Function 'uper_open_type_skip' argument 1 names different: declaration 'opt_codec_ctx' definition 'ctx'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:25:30: style: Function 'per_get_undo' argument 1 names different: declaration 'per_data' definition 'pd'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:57:35: note: Function 'per_get_undo' argument 1 names different: declaration 'per_data' definition 'pd'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:25:30: note: Function 'per_get_undo' argument 1 names different: declaration 'per_data' definition 'pd'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:25:38: style: Function 'per_get_undo' argument 2 names different: declaration 'get_nbits' definition 'nbits'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:57:49: note: Function 'per_get_undo' argument 2 names different: declaration 'get_nbits' definition 'nbits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:25:38: note: Function 'per_get_undo' argument 2 names different: declaration 'get_nbits' definition 'nbits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:38:34: style: Function 'per_get_few_bits' argument 1 names different: declaration 'per_data' definition 'pd'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:54:42: note: Function 'per_get_few_bits' argument 1 names different: declaration 'per_data' definition 'pd'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:38:34: note: Function 'per_get_few_bits' argument 1 names different: declaration 'per_data' definition 'pd'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:38:42: style: Function 'per_get_few_bits' argument 2 names different: declaration 'get_nbits' definition 'nbits'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:54:56: note: Function 'per_get_few_bits' argument 2 names different: declaration 'get_nbits' definition 'nbits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:38:42: note: Function 'per_get_few_bits' argument 2 names different: declaration 'get_nbits' definition 'nbits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:123:57: style: Function 'per_get_many_bits' argument 3 names different: declaration 'right_align' definition 'alright'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:64:61: note: Function 'per_get_many_bits' argument 3 names different: declaration 'right_align' definition 'alright'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:123:57: note: Function 'per_get_many_bits' argument 3 names different: declaration 'right_align' definition 'alright'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:123:70: style: Function 'per_get_many_bits' argument 4 names different: declaration 'get_nbits' definition 'nbits'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:65:8: note: Function 'per_get_many_bits' argument 4 names different: declaration 'get_nbits' definition 'nbits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:123:70: note: Function 'per_get_many_bits' argument 4 names different: declaration 'get_nbits' definition 'nbits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:167:41: style: Function 'uper_get_length' argument 2 names different: declaration 'effective_bound_bits' definition 'ebits'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:71:8: note: Function 'uper_get_length' argument 2 names different: declaration 'effective_bound_bits' definition 'ebits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:167:41: note: Function 'uper_get_length' argument 2 names different: declaration 'effective_bound_bits' definition 'ebits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:268:74: style: Function 'uper_get_constrained_whole_number' argument 2 names different: declaration 'v' definition 'out_value'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:85:74: note: Function 'uper_get_constrained_whole_number' argument 2 names different: declaration 'v' definition 'out_value'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:268:74: note: Function 'uper_get_constrained_whole_number' argument 2 names different: declaration 'v' definition 'out_value'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:323:34: style: Function 'per_put_few_bits' argument 1 names different: declaration 'per_data' definition 'po'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:104:38: note: Function 'per_put_few_bits' argument 1 names different: declaration 'per_data' definition 'po'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:323:34: note: Function 'per_put_few_bits' argument 1 names different: declaration 'per_data' definition 'po'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:413:63: style: Function 'per_put_many_bits' argument 3 names different: declaration 'put_nbits' definition 'nbits'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:107:67: note: Function 'per_put_many_bits' argument 3 names different: declaration 'put_nbits' definition 'nbits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:413:63: note: Function 'per_put_many_bits' argument 3 names different: declaration 'put_nbits' definition 'nbits'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:445:44: style: Function 'uper_put_length' argument 2 names different: declaration 'whole_length' definition 'length'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.h:118:52: note: Function 'uper_put_length' argument 2 names different: declaration 'whole_length' definition 'length'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/per_support.c:445:44: note: Function 'uper_put_length' argument 2 names different: declaration 'whole_length' definition 'length'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_decoder.c:14:67: style: Function 'xer_decode' argument 2 names different: declaration 'type_descriptor' definition 'td'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_decoder.h:20:32: note: Function 'xer_decode' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_decoder.c:14:67: note: Function 'xer_decode' argument 2 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_decoder.c:63:87: style: Function 'xer_next_token' argument 4 names different: declaration '_ch_type' definition 'ch_type'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_decoder.h:72:54: note: Function 'xer_next_token' argument 4 names different: declaration '_ch_type' definition 'ch_type'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_decoder.c:63:87: note: Function 'xer_next_token' argument 4 names different: declaration '_ch_type' definition 'ch_type'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_encoder.c:13:35: style: Function 'xer_encode' argument 1 names different: declaration 'type_descriptor' definition 'td'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_encoder.h:26:57: note: Function 'xer_encode' argument 1 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_encoder.c:13:35: note: Function 'xer_encode' argument 1 names different: declaration 'type_descriptor' definition 'td'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_encoder.c:13:45: style: Function 'xer_encode' argument 2 names different: declaration 'struct_ptr' definition 'sptr'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_encoder.h:27:9: note: Function 'xer_encode' argument 2 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_encoder.c:13:45: note: Function 'xer_encode' argument 2 names different: declaration 'struct_ptr' definition 'sptr'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_encoder.c:15:28: style: Function 'xer_encode' argument 4 names different: declaration 'consume_bytes_cb' definition 'cb'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_encoder.h:29:28: note: Function 'xer_encode' argument 4 names different: declaration 'consume_bytes_cb' definition 'cb'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_encoder.c:15:28: note: Function 'xer_encode' argument 4 names different: declaration 'consume_bytes_cb' definition 'cb'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.c:82:25: style: Function 'pxml_parse' argument 1 names different: declaration '_stateContext' definition 'stateContext'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.h:48:25: note: Function 'pxml_parse' argument 1 names different: declaration '_stateContext' definition 'stateContext'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.c:82:25: note: Function 'pxml_parse' argument 1 names different: declaration '_stateContext' definition 'stateContext'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.c:82:51: style: Function 'pxml_parse' argument 2 names different: declaration '_buf' definition 'xmlbuf'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.h:48:52: note: Function 'pxml_parse' argument 2 names different: declaration '_buf' definition 'xmlbuf'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.c:82:51: note: Function 'pxml_parse' argument 2 names different: declaration '_buf' definition 'xmlbuf'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.c:82:66: style: Function 'pxml_parse' argument 3 names different: declaration '_size' definition 'size'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.h:48:65: note: Function 'pxml_parse' argument 3 names different: declaration '_size' definition 'size'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.c:82:66: note: Function 'pxml_parse' argument 3 names different: declaration '_size' definition 'size'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.c:82:99: style: Function 'pxml_parse' argument 5 names different: declaration '_key' definition 'key'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.h:49:29: note: Function 'pxml_parse' argument 5 names different: declaration '_key' definition 'key'.
freeipa-4.7.0~pre1+git20180411/asn1/asn1c/xer_support.c:82:99: note: Function 'pxml_parse' argument 5 names different: declaration '_key' definition 'key'.
freeipa-4.7.0~pre1+git20180411/client/config.c:54:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/client/config.c:48:0: note: Variable 'fd' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/client/config.c:54:5: note: Variable 'fd' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:418:2: style: Variable 'encs' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:414:0: note: Variable 'encs' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:418:2: note: Variable 'encs' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:911:17: style: Same expression on both sides of '&&' because the value of 'askpass' and 'retrieve' are the same. [duplicateExpression]
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:753:16: note: 'askpass' is assigned value '0' here.
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:755:17: note: 'retrieve' is assigned value '0' here.
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:911:17: note: Same expression on both sides of '&&' because the value of 'askpass' and 'retrieve' are the same.
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:964:45: style: Same expression on both sides of '==' because the value of 'retrieve' and '0' are the same. [duplicateExpression]
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:755:17: note: 'retrieve' is assigned value '0' here.
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:964:45: note: Same expression on both sides of '==' because the value of 'retrieve' and '0' are the same.
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:974:18: style: Same expression on both sides of '==' because the value of 'retrieve' and '0' are the same. [duplicateExpression]
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:755:17: note: 'retrieve' is assigned value '0' here.
freeipa-4.7.0~pre1+git20180411/client/ipa-getkeytab.c:974:18: note: Same expression on both sides of '==' because the value of 'retrieve' and '0' are the same.
freeipa-4.7.0~pre1+git20180411/client/ipa-join.c:1061:0: error: syntax error [syntaxError]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb.c:753:0: error: #error unsupported DAL major version [preprocessorErrorDirective]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_common.c:443:5: style: Variable 'vals' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_common.c:438:0: note: Variable 'vals' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_common.c:443:5: note: Variable 'vals' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_common.c:397:10: style: The scope of the variable 'r' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_common.c:504:11: style: The scope of the variable 'p' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_common.c:555:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mkey.c:216:5: style: Variable 'kerr' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mkey.c:214:5: note: Variable 'kerr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mkey.c:216:5: note: Variable 'kerr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:923:5: style: Variable 'domain_sid' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:920:0: note: Variable 'domain_sid' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:923:5: note: Variable 'domain_sid' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:1300:5: style: Variable 'domstr' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:1298:0: note: Variable 'domstr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:1300:5: note: Variable 'domstr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:1316:5: style: Variable 'domstr' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:1314:0: note: Variable 'domstr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:1316:5: note: Variable 'domstr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:400:12: style: The scope of the variable 'c' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:1249:28: style: The scope of the variable 'domain' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:2298:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:2298:12: style: The scope of the variable 'j' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_mspac.c:2856:7: style: The scope of the variable 'result' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_passwords.c:116:9: style: The scope of the variable 't_keys' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_passwords.c:118:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:338:5: style: Variable 'gcfg' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:335:0: note: Variable 'gcfg' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:338:5: note: Variable 'gcfg' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:1436:5: style: Variable 'lmods' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:1432:0: note: Variable 'lmods' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:1436:5: note: Variable 'lmods' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:1782:5: style: Variable 'bvs' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:1779:0: note: Variable 'bvs' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:1782:5: note: Variable 'bvs' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:957:21: style: The scope of the variable 'vals' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:1057:26: style: The scope of the variable 'ied' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:1323:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_principals.c:1465:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_pwdpolicy.c:43:64: style: Function 'ipadb_get_ipapwd_policy' argument 3 names different: declaration 'pol' definition '_pol'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb.h:238:64: note: Function 'ipadb_get_ipapwd_policy' argument 3 names different: declaration 'pol' definition '_pol'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/ipa_kdb_pwdpolicy.c:43:64: note: Function 'ipadb_get_ipapwd_policy' argument 3 names different: declaration 'pol' definition '_pol'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/tests/ipa_kdb_tests.c:477:5: style: Variable 'str_sid' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/tests/ipa_kdb_tests.c:474:5: note: Variable 'str_sid' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/tests/ipa_kdb_tests.c:477:5: note: Variable 'str_sid' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/tests/ipa_kdb_tests.c:367:21: style: struct member 'test_set::err_msg' is never used. [unusedStructMember]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-kdb/tests/ipa_kdb_tests.c:477:15: style: Variable 'str_sid' is assigned a value that is never used. [unreadVariable]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-otpd/forward.c:58:55: style: Function 'otpd_forward' argument 1 names different: declaration 'i' definition 'item'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-otpd/internal.h:141:55: note: Function 'otpd_forward' argument 1 names different: declaration 'i' definition 'item'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-otpd/forward.c:58:55: note: Function 'otpd_forward' argument 1 names different: declaration 'i' definition 'item'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-otpd/main.c:71:17: style: The scope of the variable 'msg' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-otpd/queue.c:172:29: style: The scope of the variable 'item' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:505:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:500:0: note: Variable 'str' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:505:2: note: Variable 'str' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:1087:2: style: Variable 'escaped' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:1084:0: note: Variable 'escaped' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:1087:2: note: Variable 'escaped' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:1862:3: style: Variable 'agent_dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:1861:0: note: Variable 'agent_dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:1862:3: note: Variable 'agent_dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2081:2: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2078:0: note: Variable 'filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2081:2: note: Variable 'filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2103:2: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2100:0: note: Variable 'filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2103:2: note: Variable 'filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2642:2: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2635:0: note: Variable 'filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2642:2: note: Variable 'filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2761:2: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2755:0: note: Variable 'filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2761:2: note: Variable 'filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:3643:2: style: Variable 'ld' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:3639:0: note: Variable 'ld' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:3643:2: note: Variable 'ld' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:4301:2: style: Variable 'ipasam_state' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:4295:0: note: Variable 'ipasam_state' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:4301:2: note: Variable 'ipasam_state' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:1907:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:1431:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:1595:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:61:11: style: struct member 'AuthInfoVersion::version' is never used. [unusedStructMember]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-sam/ipa_sam.c:2464:23: error: Uninitialized variable: sid [uninitvar]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-cldap/ipa_cldap_worker.c:324:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-dns/ipa_dns.c:103:2: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-dns/ipa_dns.c:100:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-dns/ipa_dns.c:103:2: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:482:5: style: Variable 'ber' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:479:0: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:482:5: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:521:5: style: Variable 'short_user_name' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:519:0: note: Variable 'short_user_name' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:521:5: note: Variable 'short_user_name' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:632:5: style: Variable 'short_group_name' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:630:0: note: Variable 'short_group_name' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:632:5: note: Variable 'short_group_name' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:795:5: style: Variable 'ber' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:792:0: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:795:5: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:1339:5: style: Variable 'ber' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:1299:0: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:1339:5: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:712:12: style: The scope of the variable 'len' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:713:12: style: The scope of the variable 'name_len' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:118:51: style: Function 'getpwnam_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h:186:51: note: Function 'getpwnam_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:118:51: note: Function 'getpwnam_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:118:64: style: Function 'getpwnam_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h:186:65: note: Function 'getpwnam_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:118:64: note: Function 'getpwnam_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:147:51: style: Function 'getpwuid_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h:188:51: note: Function 'getpwuid_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:147:51: note: Function 'getpwuid_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:147:64: style: Function 'getpwuid_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h:188:65: note: Function 'getpwuid_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:147:64: note: Function 'getpwuid_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:177:50: style: Function 'getgrnam_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h:190:50: note: Function 'getgrnam_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:177:50: note: Function 'getgrnam_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:177:63: style: Function 'getgrnam_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h:190:64: note: Function 'getgrnam_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:177:63: note: Function 'getgrnam_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:207:50: style: Function 'getgrgid_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h:192:50: note: Function 'getgrgid_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:207:50: note: Function 'getgrgid_r_wrapper' argument 4 names different: declaration '_buf' definition 'buf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:207:63: style: Function 'getgrgid_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h:192:64: note: Function 'getgrgid_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:207:63: note: Function 'getgrgid_r_wrapper' argument 5 names different: declaration '_buf_len' definition 'buf_len'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom_common.c:90:5: error: Common realloc mistake: 'tmp_buf' nulled but not freed upon failure [memleakOnRealloc]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-modrdn/ipa_modrdn.c:597:14: style: The scope of the variable 'list' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-otp-counter/ipa_otp_counter.c:96:5: style: Variable 'clsses' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-otp-counter/ipa_otp_counter.c:94:0: note: Variable 'clsses' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-otp-counter/ipa_otp_counter.c:96:5: note: Variable 'clsses' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:107:5: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:91:0: note: Variable 'config' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:107:5: note: Variable 'config' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:919:5: style: Variable 'pwd_history' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:913:0: note: Variable 'pwd_history' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:919:5: note: Variable 'pwd_history' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:70:13: style: The scope of the variable 'len' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:71:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:1049:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:440:41: style: Function 'ipapwd_entry_checks' argument 8 names different: declaration 'access' definition 'acc'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h:116:41: note: Function 'ipapwd_entry_checks' argument 8 names different: declaration 'access' definition 'acc'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:440:41: note: Function 'ipapwd_entry_checks' argument 8 names different: declaration 'access' definition 'acc'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/encoding.c:124:5: style: Variable 'svals' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/encoding.c:116:0: note: Variable 'svals' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/encoding.c:124:5: note: Variable 'svals' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:502:3: style: Variable 'be' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:500:0: note: Variable 'be' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:502:3: note: Variable 'be' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:817:5: style: Variable 'objectclass' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:811:0: note: Variable 'objectclass' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:817:5: note: Variable 'objectclass' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:818:5: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:814:0: note: Variable 'pw' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:818:5: note: Variable 'pw' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:849:5: style: Variable 'smods' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:846:0: note: Variable 'smods' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:849:5: note: Variable 'smods' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:852:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:844:0: note: Variable 'rc' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:852:5: note: Variable 'rc' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:936:5: style: Variable 'ber' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:930:0: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:936:5: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:1135:5: style: Variable 'ber' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:1133:0: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:1135:5: note: Variable 'ber' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:1499:5: style: Variable 'target' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:1494:0: note: Variable 'target' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:1499:5: note: Variable 'target' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:1810:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:1807:0: note: Variable 'ret' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c:1810:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/prepost.c:134:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/prepost.c:131:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/prepost.c:134:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/prepost.c:1191:9: style: Variable 'tokens' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/prepost.c:1185:0: note: Variable 'tokens' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/prepost.c:1191:9: note: Variable 'tokens' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/prepost.c:162:26: style: The scope of the variable 'bval' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-pwd-extop/prepost.c:812:13: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c:134:5: style: Variable 'new_head' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c:133:0: note: Variable 'new_head' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c:134:5: note: Variable 'new_head' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c:307:5: style: Variable 'range' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c:304:0: note: Variable 'range' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-range-check/ipa_range_check.c:307:5: note: Variable 'range' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:56:5: style: Variable 'search_pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:50:0: note: Variable 'search_pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:56:5: note: Variable 'search_pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:130:5: style: Variable 'range' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:128:0: note: Variable 'range' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:130:5: note: Variable 'range' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:226:5: style: Variable 'search_pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:219:0: note: Variable 'search_pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:226:5: note: Variable 'search_pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:303:5: style: Variable 'search_pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:297:0: note: Variable 'search_pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:303:5: note: Variable 'search_pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:365:5: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:362:0: note: Variable 'sid' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:365:5: note: Variable 'sid' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_common.c:204:12: style: The scope of the variable 'c' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_task.c:234:5: style: Variable 'worker_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_task.c:227:0: note: Variable 'worker_ctx' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-sidgen/ipa_sidgen_task.c:234:5: note: Variable 'worker_ctx' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-uuid/ipa_uuid.c:666:14: style: The scope of the variable 'list' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-uuid/ipa_uuid.c:728:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:200:5: style: Variable 'ds_suffix' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:193:0: note: Variable 'ds_suffix' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:200:5: note: Variable 'ds_suffix' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:864:5: style: Variable 'realm_filter' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:841:0: note: Variable 'realm_filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:864:5: note: Variable 'realm_filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:865:5: style: Variable 'realm_attr' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:842:0: note: Variable 'realm_attr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:865:5: note: Variable 'realm_attr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:866:5: style: Variable 'new_entry_filter' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:843:0: note: Variable 'new_entry_filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:866:5: note: Variable 'new_entry_filter' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:867:5: style: Variable 'new_user_oc_attr' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:844:0: note: Variable 'new_user_oc_attr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:867:5: note: Variable 'new_user_oc_attr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:868:5: style: Variable 'homedir_prefix_attr' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:845:0: note: Variable 'homedir_prefix_attr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:868:5: note: Variable 'homedir_prefix_attr' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:1044:5: style: Variable 'iwdc->domain_e' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:1040:5: note: Variable 'iwdc->domain_e' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync-config.c:1044:5: note: Variable 'iwdc->domain_e' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:119:5: style: Variable 'cbdata' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:113:0: note: Variable 'cbdata' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:119:5: note: Variable 'cbdata' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:440:5: style: Variable 'flatten' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:429:0: note: Variable 'flatten' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:440:5: note: Variable 'flatten' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:793:5: style: Variable 'mod_pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:791:0: note: Variable 'mod_pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:793:5: note: Variable 'mod_pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:977:13: style: Variable 'attrtype' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:974:0: note: Variable 'attrtype' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:977:13: note: Variable 'attrtype' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/ipa-winsync/ipa-winsync.c:910:18: style: The scope of the variable 'acctvalstr' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/hotp.c:83:5: style: Variable 'skey' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/hotp.c:80:0: note: Variable 'skey' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/hotp.c:83:5: note: Variable 'skey' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/hotp.c:141:5: style: Variable 'slot' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/hotp.c:135:0: note: Variable 'slot' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/hotp.c:141:5: note: Variable 'slot' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/otp_config.c:73:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/otp_config.c:316:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/otp_config.c:320:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/otp_config.c:321:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/libotp/otp_token.c:84:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:9:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:7:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:9:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:93:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:87:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:93:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:155:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:152:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:155:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:196:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:188:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:196:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:265:11: style: The scope of the variable 'dn' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:70:48: style: Function 'ipa_topo_agmt_new' argument 2 names different: declaration 'repl_conf' definition 'conf'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:218:52: note: Function 'ipa_topo_agmt_new' argument 2 names different: declaration 'repl_conf' definition 'conf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:70:48: note: Function 'ipa_topo_agmt_new' argument 2 names different: declaration 'repl_conf' definition 'conf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:82:75: style: Function 'ipa_topo_agmt_mod' argument 3 names different: declaration 'mod' definition 'mods'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:224:33: note: Function 'ipa_topo_agmt_mod' argument 3 names different: declaration 'mod' definition 'mods'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:82:75: note: Function 'ipa_topo_agmt_mod' argument 3 names different: declaration 'mod' definition 'mods'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:183:50: style: Function 'ipa_topo_agmt_setup' argument 2 names different: declaration 'repl_conf' definition 'conf'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:225:54: note: Function 'ipa_topo_agmt_setup' argument 2 names different: declaration 'repl_conf' definition 'conf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_agmt.c:183:50: note: Function 'ipa_topo_agmt_setup' argument 2 names different: declaration 'repl_conf' definition 'conf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:615:5: style: Variable 'dup' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:614:0: note: Variable 'dup' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:615:5: note: Variable 'dup' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:688:5: style: Variable 'dup->left' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:687:5: note: Variable 'dup->left' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:688:5: note: Variable 'dup->left' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:702:5: style: Variable 'replica' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:698:0: note: Variable 'replica' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:702:5: note: Variable 'replica' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:719:5: style: Variable 'segments' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:713:0: note: Variable 'segments' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:719:5: note: Variable 'segments' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:778:5: style: Variable 'segment' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:772:0: note: Variable 'segment' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:778:5: note: Variable 'segment' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:270:42: style: Function 'ipa_topo_set_plugin_managed_attrs' argument 1 names different: declaration 'mattrs' definition 'attrs'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:169:47: note: Function 'ipa_topo_set_plugin_managed_attrs' argument 1 names different: declaration 'mattrs' definition 'attrs'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:270:42: note: Function 'ipa_topo_set_plugin_managed_attrs' argument 1 names different: declaration 'mattrs' definition 'attrs'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:280:45: style: Function 'ipa_topo_set_plugin_restricted_attrs' argument 1 names different: declaration 'mattrs' definition 'attrs'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:170:50: note: Function 'ipa_topo_set_plugin_restricted_attrs' argument 1 names different: declaration 'mattrs' definition 'attrs'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:280:45: note: Function 'ipa_topo_set_plugin_restricted_attrs' argument 1 names different: declaration 'mattrs' definition 'attrs'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:318:41: style: Function 'ipa_topo_set_plugin_replica_root' argument 1 names different: declaration 'roots' definition 'root'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:168:46: note: Function 'ipa_topo_set_plugin_replica_root' argument 1 names different: declaration 'roots' definition 'root'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:318:41: note: Function 'ipa_topo_set_plugin_replica_root' argument 1 names different: declaration 'roots' definition 'root'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:447:50: style: Function 'ipa_topo_cfg_host_find' argument 2 names different: declaration 'host' definition 'findhost'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:183:67: note: Function 'ipa_topo_cfg_host_find' argument 2 names different: declaration 'host' definition 'findhost'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:447:50: note: Function 'ipa_topo_cfg_host_find' argument 2 names different: declaration 'host' definition 'findhost'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:483:36: style: Function 'ipa_topo_cfg_host_add' argument 1 names different: declaration 'tconf' definition 'replica'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:181:41: note: Function 'ipa_topo_cfg_host_add' argument 1 names different: declaration 'tconf' definition 'replica'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:483:36: note: Function 'ipa_topo_cfg_host_add' argument 1 names different: declaration 'tconf' definition 'replica'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:483:51: style: Function 'ipa_topo_cfg_host_add' argument 2 names different: declaration 'host' definition 'newhost'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:181:54: note: Function 'ipa_topo_cfg_host_add' argument 2 names different: declaration 'host' definition 'newhost'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:483:51: note: Function 'ipa_topo_cfg_host_add' argument 2 names different: declaration 'host' definition 'newhost'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:554:48: style: Function 'ipa_topo_cfg_replica_segment_find' argument 1 names different: declaration 'tconf' definition 'replica'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:189:48: note: Function 'ipa_topo_cfg_replica_segment_find' argument 1 names different: declaration 'tconf' definition 'replica'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:554:48: note: Function 'ipa_topo_cfg_replica_segment_find' argument 1 names different: declaration 'tconf' definition 'replica'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:695:66: style: Function 'ipa_topo_cfg_segment_find' argument 3 names different: declaration 'rightHosti' definition 'rightHost'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:187:66: note: Function 'ipa_topo_cfg_segment_find' argument 3 names different: declaration 'rightHosti' definition 'rightHost'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:695:66: note: Function 'ipa_topo_cfg_segment_find' argument 3 names different: declaration 'rightHosti' definition 'rightHost'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:711:47: style: Function 'ipa_topo_cfg_segment_set_visited' argument 1 names different: declaration 'tconf' definition 'replica'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:191:52: note: Function 'ipa_topo_cfg_segment_set_visited' argument 1 names different: declaration 'tconf' definition 'replica'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:711:47: note: Function 'ipa_topo_cfg_segment_set_visited' argument 1 names different: declaration 'tconf' definition 'replica'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:711:76: style: Function 'ipa_topo_cfg_segment_set_visited' argument 2 names different: declaration 'tsegm' definition 'vsegm'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:191:79: note: Function 'ipa_topo_cfg_segment_set_visited' argument 2 names different: declaration 'tsegm' definition 'vsegm'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:711:76: note: Function 'ipa_topo_cfg_segment_set_visited' argument 2 names different: declaration 'tsegm' definition 'vsegm'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:737:39: style: Function 'ipa_topo_cfg_segment_add' argument 1 names different: declaration 'tconf' definition 'replica'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:192:44: note: Function 'ipa_topo_cfg_segment_add' argument 1 names different: declaration 'tconf' definition 'replica'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_cfg.c:737:39: note: Function 'ipa_topo_cfg_segment_add' argument 1 names different: declaration 'tconf' definition 'replica'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_init.c:221:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_init.c:212:5: note: Variable 'rc' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_init.c:221:5: note: Variable 'rc' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_init.c:297:5: style: Variable 'be' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_init.c:293:0: note: Variable 'be' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_init.c:297:5: note: Variable 'be' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_post.c:13:5: style: Variable 'add_dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_post.c:10:0: note: Variable 'add_dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_post.c:13:5: note: Variable 'add_dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_post.c:189:29: style: Opposite expression on both sides of '&&'. [oppositeExpression]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_post.c:189:29: note: Opposite expression on both sides of '&&'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_post.c:189:29: note: Opposite expression on both sides of '&&'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_post.c:11:12: style: The scope of the variable 'ocs' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_pre.c:476:9: style: Variable 'tsegm' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_pre.c:475:0: note: Variable 'tsegm' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_pre.c:476:9: note: Variable 'tsegm' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_pre.c:236:25: style: The scope of the variable 'segm' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:38:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:36:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:38:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:83:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:79:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:83:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:127:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:125:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:127:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:165:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:161:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:165:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:216:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:213:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:216:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:255:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:252:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:255:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:301:5: style: Variable 'agmt' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:295:0: note: Variable 'agmt' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:301:5: note: Variable 'agmt' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:309:5: style: Variable 'mattrs' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:296:0: note: Variable 'mattrs' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:309:5: note: Variable 'mattrs' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:350:5: style: Variable 'segment' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:344:0: note: Variable 'segment' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:350:5: note: Variable 'segment' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:368:5: style: Variable 'segment' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:367:0: note: Variable 'segment' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:368:5: note: Variable 'segment' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:412:5: style: Variable 'segment' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:410:0: note: Variable 'segment' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:412:5: note: Variable 'segment' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:413:5: style: Variable 'agmt' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:411:0: note: Variable 'agmt' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:413:5: note: Variable 'agmt' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:461:5: style: Variable 'topoRepl' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:460:0: note: Variable 'topoRepl' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:461:5: note: Variable 'topoRepl' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:478:5: style: Variable 'repl_root' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:476:0: note: Variable 'repl_root' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:478:5: note: Variable 'repl_root' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:499:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:497:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:499:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:564:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:560:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:564:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:604:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:599:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:604:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:858:9: style: Variable 'l_agmt' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:856:0: note: Variable 'l_agmt' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:858:9: note: Variable 'l_agmt' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:859:9: style: Variable 'r_agmt' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:857:0: note: Variable 'r_agmt' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:859:9: note: Variable 'r_agmt' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1075:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1072:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1075:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1128:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1124:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1128:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1227:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1223:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1227:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1322:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1314:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1322:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1360:9: style: Variable 'topo_segm' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1351:0: note: Variable 'topo_segm' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1360:9: note: Variable 'topo_segm' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1490:5: style: Variable 'addhost' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1487:0: note: Variable 'addhost' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1490:5: note: Variable 'addhost' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1491:5: style: Variable 'suffixes' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1488:0: note: Variable 'suffixes' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1491:5: note: Variable 'suffixes' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1507:5: style: Variable 'modhost' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1504:0: note: Variable 'modhost' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1507:5: note: Variable 'modhost' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1534:5: style: Variable 'delhost' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1532:0: note: Variable 'delhost' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1534:5: note: Variable 'delhost' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1620:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1615:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1620:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1735:5: style: Variable 'replica_config' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1729:0: note: Variable 'replica_config' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1735:5: note: Variable 'replica_config' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1781:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1780:13: note: Variable 'rc' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1781:13: note: Variable 'rc' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1818:5: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1814:0: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1818:5: note: Variable 'dn' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1856:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1850:0: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1856:5: note: Variable 'pb' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1906:5: style: Variable 'delhost' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1902:0: note: Variable 'delhost' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1906:5: note: Variable 'delhost' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:655:19: style: The scope of the variable 'segm_attr_val' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:997:12: style: The scope of the variable 'shared_root' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1774:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:458:41: style: Function 'ipa_topo_util_replica_init' argument 1 names different: declaration 'entry' definition 'conf'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:308:54: note: Function 'ipa_topo_util_replica_init' argument 1 names different: declaration 'entry' definition 'conf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:458:41: note: Function 'ipa_topo_util_replica_init' argument 1 names different: declaration 'entry' definition 'conf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:592:45: style: Function 'ipa_topo_util_update_agmt_list' argument 1 names different: declaration 'repl_conf' definition 'conf'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:239:49: note: Function 'ipa_topo_util_update_agmt_list' argument 1 names different: declaration 'repl_conf' definition 'conf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:592:45: note: Function 'ipa_topo_util_update_agmt_list' argument 1 names different: declaration 'repl_conf' definition 'conf'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:785:53: style: Function 'ipa_topo_util_missing_agmts_add' argument 2 names different: declaration 'repl_segment' definition 'segment'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:249:58: note: Function 'ipa_topo_util_missing_agmts_add' argument 2 names different: declaration 'repl_segment' definition 'segment'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:785:53: note: Function 'ipa_topo_util_missing_agmts_add' argument 2 names different: declaration 'repl_segment' definition 'segment'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:819:54: style: Function 'ipa_topo_util_existing_agmts_del' argument 2 names different: declaration 'repl_segment' definition 'segment'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:252:59: note: Function 'ipa_topo_util_existing_agmts_del' argument 2 names different: declaration 'repl_segment' definition 'segment'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:819:54: note: Function 'ipa_topo_util_existing_agmts_del' argument 2 names different: declaration 'repl_segment' definition 'segment'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:853:57: style: Function 'ipa_topo_util_existing_agmts_update' argument 2 names different: declaration 'repl_segment' definition 'segment'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:255:62: note: Function 'ipa_topo_util_existing_agmts_update' argument 2 names different: declaration 'repl_segment' definition 'segment'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:853:57: note: Function 'ipa_topo_util_existing_agmts_update' argument 2 names different: declaration 'repl_segment' definition 'segment'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:871:57: style: Function 'ipa_topo_util_segment_update' argument 2 names different: declaration 'repl_segment' definition 'segment'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:246:62: note: Function 'ipa_topo_util_segment_update' argument 2 names different: declaration 'repl_segment' definition 'segment'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:871:57: note: Function 'ipa_topo_util_segment_update' argument 2 names different: declaration 'repl_segment' definition 'segment'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1772:40: style: Function 'ipa_topo_util_suffix_init' argument 1 names different: declaration 'config' definition 'config_entry'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:234:45: note: Function 'ipa_topo_util_suffix_init' argument 1 names different: declaration 'config' definition 'config_entry'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1772:40: note: Function 'ipa_topo_util_suffix_init' argument 1 names different: declaration 'config' definition 'config_entry'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1900:37: style: Function 'ipa_topo_util_cleanruv' argument 1 names different: declaration 'hostentry' definition 'del_entry'. [funcArgNamesDifferent]
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology.h:291:42: note: Function 'ipa_topo_util_cleanruv' argument 1 names different: declaration 'hostentry' definition 'del_entry'.
freeipa-4.7.0~pre1+git20180411/daemons/ipa-slapi-plugins/topology/topology_util.c:1900:37: note: Function 'ipa_topo_util_cleanruv' argument 1 names different: declaration 'hostentry' definition 'del_entry'.
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:359:5: style: Variable 'be' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:355:0: note: Variable 'be' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:359:5: note: Variable 'be' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:460:5: style: Variable 'be' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:443:0: note: Variable 'be' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:460:5: note: Variable 'be' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:671:5: style: Variable 'ks' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:667:0: note: Variable 'ks' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:671:5: note: Variable 'ks' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:1149:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:1139:0: note: Variable 'buf' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:1149:5: note: Variable 'buf' is reassigned a value before the old one has been used.
freeipa-4.7.0~pre1+git20180411/util/ipa_krb5.c:41:12: style: The scope of the variable 'v' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/util/ipa_pwd.c:130:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/util/ipa_pwd.c:413:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/util/ipa_pwd.c:527:15: style: The scope of the variable 'hash' can be reduced. [variableScope]
freeipa-4.7.0~pre1+git20180411/util/ipa_pwd.c:471:17: style: Variable 'num_alphas' is modified but its new value is never used. [unreadVariable]
[22:46]

ftp://ftp.se.debian.org/debian/pool/main/f/freeipmi/freeipmi_1.5.7.orig.tar.gz
freeipmi-1.5.7/bmc-watchdog/bmc-watchdog.c:655:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freeipmi-1.5.7/bmc-watchdog/bmc-watchdog.c:197:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipmi-1.5.7/common/debugutil/debug-util.c:45:9: style: The scope of the variable 'fmt_inband' can be reduced. [variableScope]
freeipmi-1.5.7/common/debugutil/debug-util.c:49:9: style: The scope of the variable 'fmt_outofband' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:1038:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freeipmi-1.5.7/common/miscutil/cbuf.c:1042:5: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/common/miscutil/cbuf.c:1038:5: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/common/miscutil/cbuf.c:1087:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freeipmi-1.5.7/common/miscutil/cbuf.c:1091:5: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/common/miscutil/cbuf.c:1087:5: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/common/miscutil/cbuf.c:677:12: style: The scope of the variable 'm' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:677:15: style: The scope of the variable 'l' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:713:12: style: The scope of the variable 'm' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:713:15: style: The scope of the variable 'l' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:750:12: style: The scope of the variable 'm' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:750:15: style: The scope of the variable 'l' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:824:23: style: The scope of the variable 'n' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:1351:30: style: The scope of the variable 'nrepl' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:1579:23: style: The scope of the variable 'nrepl' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/cbuf.c:1690:11: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
freeipmi-1.5.7/common/miscutil/conffile.c:310:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/conffile.c:406:9: style: The scope of the variable 'quote_flag' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/conffile.c:478:23: style: The scope of the variable 'rv' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/fd.c:65:13: style: The scope of the variable 'nread' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/fd.c:91:13: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/fd.c:113:16: style: The scope of the variable 'rc' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/hash.c:314:24: style: The scope of the variable 'pp' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/hash.c:311:38: style: Function 'hash_delete_if' argument 2 names different: declaration 'argf' definition 'arg_f'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/miscutil/hash.h:153:42: note: Function 'hash_delete_if' argument 2 names different: declaration 'argf' definition 'arg_f'.
freeipmi-1.5.7/common/miscutil/hash.c:311:38: note: Function 'hash_delete_if' argument 2 names different: declaration 'argf' definition 'arg_f'.
freeipmi-1.5.7/common/miscutil/hash.c:346:37: style: Function 'hash_for_each' argument 2 names different: declaration 'argf' definition 'arg_f'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/miscutil/hash.h:163:41: note: Function 'hash_for_each' argument 2 names different: declaration 'argf' definition 'arg_f'.
freeipmi-1.5.7/common/miscutil/hash.c:346:37: note: Function 'hash_for_each' argument 2 names different: declaration 'argf' definition 'arg_f'.
freeipmi-1.5.7/common/miscutil/hash.c:150:22: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/hash.c:175:22: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/heap.c:243:19: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/heap.c:264:20: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/hostlist.c:465:18: style: Condition 'npad==nmpad' is always true [knownConditionTrueFalse]
freeipmi-1.5.7/common/miscutil/hostlist.c:2160:9: style: The scope of the variable 'm' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/hostlist.c:344:48: style: Function '_error' argument 3 names different: declaration 'mesg' definition 'msg'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/miscutil/hostlist.c:213:48: note: Function '_error' argument 3 names different: declaration 'mesg' definition 'msg'.
freeipmi-1.5.7/common/miscutil/hostlist.c:344:48: note: Function '_error' argument 3 names different: declaration 'mesg' definition 'msg'.
freeipmi-1.5.7/common/miscutil/hostlist.c:1572:40: style: Function 'hostlist_create' argument 1 names different: declaration 'hostlist' definition 'str'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/miscutil/hostlist.h:104:40: note: Function 'hostlist_create' argument 1 names different: declaration 'hostlist' definition 'str'.
freeipmi-1.5.7/common/miscutil/hostlist.c:1572:40: note: Function 'hostlist_create' argument 1 names different: declaration 'hostlist' definition 'str'.
freeipmi-1.5.7/common/miscutil/hostlist.c:1642:51: style: Function 'hostlist_push_host' argument 2 names different: declaration 'host' definition 'str'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/miscutil/hostlist.h:142:51: note: Function 'hostlist_push_host' argument 2 names different: declaration 'host' definition 'str'.
freeipmi-1.5.7/common/miscutil/hostlist.c:1642:51: note: Function 'hostlist_push_host' argument 2 names different: declaration 'host' definition 'str'.
freeipmi-1.5.7/common/miscutil/hostlist.c:1666:35: style: Function 'hostlist_push_list' argument 1 names different: declaration 'hl1' definition 'h1'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/miscutil/hostlist.h:152:35: note: Function 'hostlist_push_list' argument 1 names different: declaration 'hl1' definition 'h1'.
freeipmi-1.5.7/common/miscutil/hostlist.c:1666:35: note: Function 'hostlist_push_list' argument 1 names different: declaration 'hl1' definition 'h1'.
freeipmi-1.5.7/common/miscutil/hostlist.c:1666:50: style: Function 'hostlist_push_list' argument 2 names different: declaration 'hl2' definition 'h2'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/miscutil/hostlist.h:152:51: note: Function 'hostlist_push_list' argument 2 names different: declaration 'hl2' definition 'h2'.
freeipmi-1.5.7/common/miscutil/hostlist.c:1666:50: note: Function 'hostlist_push_list' argument 2 names different: declaration 'hl2' definition 'h2'.
freeipmi-1.5.7/common/miscutil/hostlist.c:2604:41: style: Function 'hostset_ranged_string' argument 1 names different: declaration 'hs' definition 'set'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/miscutil/hostlist.h:282:41: note: Function 'hostset_ranged_string' argument 1 names different: declaration 'hs' definition 'set'.
freeipmi-1.5.7/common/miscutil/hostlist.c:2604:41: note: Function 'hostset_ranged_string' argument 1 names different: declaration 'hs' definition 'set'.
freeipmi-1.5.7/common/miscutil/hostlist.c:2609:43: style: Function 'hostset_deranged_string' argument 1 names different: declaration 'hs' definition 'set'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/miscutil/hostlist.h:294:43: note: Function 'hostset_deranged_string' argument 1 names different: declaration 'hs' definition 'set'.
freeipmi-1.5.7/common/miscutil/hostlist.c:2609:43: note: Function 'hostset_deranged_string' argument 1 names different: declaration 'hs' definition 'set'.
freeipmi-1.5.7/common/miscutil/hostlist.c:353:9: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
freeipmi-1.5.7/common/miscutil/hostlist.c:1086:23: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/hostlist.c:1618:22: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/hostlist.c:2238:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/hostlist.c:2289:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/hostlist.c:1535:9: warning: The buffer 'cur_tok' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freeipmi-1.5.7/common/miscutil/list.c:406:20: style: The scope of the variable 'ppPrev' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/list.c:406:29: style: The scope of the variable 'ppPos' can be reduced. [variableScope]
freeipmi-1.5.7/common/miscutil/list.c:231:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/list.c:249:25: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/list.c:261:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/list.c:533:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/miscutil/list.c:570:21: warning: Assert statement modifies 'magic'. [assignmentInAssert]
freeipmi-1.5.7/common/parsecommon/parse-common.c:350:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipmi-1.5.7/common/parsecommon/parse-common.c:350:19: style: The scope of the variable 'j' can be reduced. [variableScope]
freeipmi-1.5.7/common/parsecommon/parse-common.c:351:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freeipmi-1.5.7/common/parsecommon/parse-common.c:316:18: style: Function 'parse_workaround_flags' argument 6 names different: declaration 'tool_specific_workaround_flags' definition 'section_specific_workaround_flags'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/parsecommon/parse-common.h:180:43: note: Function 'parse_workaround_flags' argument 6 names different: declaration 'tool_specific_workaround_flags' definition 'section_specific_workaround_flags'.
freeipmi-1.5.7/common/parsecommon/parse-common.c:316:18: note: Function 'parse_workaround_flags' argument 6 names different: declaration 'tool_specific_workaround_flags' definition 'section_specific_workaround_flags'.
freeipmi-1.5.7/common/parsecommon/parse-common.c:333:23: style: Function 'parse_workaround_flags_tool' argument 6 names different: declaration 'tool_specific_workaround_flags' definition 'section_specific_workaround_flags'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/parsecommon/parse-common.h:189:20: note: Function 'parse_workaround_flags_tool' argument 6 names different: declaration 'tool_specific_workaround_flags' definition 'section_specific_workaround_flags'.
freeipmi-1.5.7/common/parsecommon/parse-common.c:333:23: note: Function 'parse_workaround_flags_tool' argument 6 names different: declaration 'tool_specific_workaround_flags' definition 'section_specific_workaround_flags'.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:141:3: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:137:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:141:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:612:40: style: Function 'ipmi_ping_loop' argument 1 names different: declaration '_create' definition 'create'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/pingtool/ping-tool-common.h:89:45: note: Function 'ipmi_ping_loop' argument 1 names different: declaration '_create' definition 'create'.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:612:40: note: Function 'ipmi_ping_loop' argument 1 names different: declaration '_create' definition 'create'.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:613:39: style: Function 'ipmi_ping_loop' argument 2 names different: declaration '_parse' definition 'parse'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/pingtool/ping-tool-common.h:90:44: note: Function 'ipmi_ping_loop' argument 2 names different: declaration '_parse' definition 'parse'.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:613:39: note: Function 'ipmi_ping_loop' argument 2 names different: declaration '_parse' definition 'parse'.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:614:38: style: Function 'ipmi_ping_loop' argument 3 names different: declaration '_late' definition 'late'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/pingtool/ping-tool-common.h:91:43: note: Function 'ipmi_ping_loop' argument 3 names different: declaration '_late' definition 'late'.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:614:38: note: Function 'ipmi_ping_loop' argument 3 names different: declaration '_late' definition 'late'.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:615:37: style: Function 'ipmi_ping_loop' argument 4 names different: declaration '_end' definition 'end'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/pingtool/ping-tool-common.h:92:42: note: Function 'ipmi_ping_loop' argument 4 names different: declaration '_end' definition 'end'.
freeipmi-1.5.7/common/pingtool/ping-tool-common.c:615:37: note: Function 'ipmi_ping_loop' argument 4 names different: declaration '_end' definition 'end'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:111:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:58:30: style: Function 'argp_make_fmtstream' argument 1 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.h:132:52: note: Function 'argp_make_fmtstream' argument 1 names different: declaration '__stream' definition 'stream'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:58:30: note: Function 'argp_make_fmtstream' argument 1 names different: declaration '__stream' definition 'stream'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:59:17: style: Function 'argp_make_fmtstream' argument 2 names different: declaration '__lmargin' definition 'lmargin'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.h:133:18: note: Function 'argp_make_fmtstream' argument 2 names different: declaration '__lmargin' definition 'lmargin'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:59:17: note: Function 'argp_make_fmtstream' argument 2 names different: declaration '__lmargin' definition 'lmargin'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:59:33: style: Function 'argp_make_fmtstream' argument 3 names different: declaration '__rmargin' definition 'rmargin'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.h:134:18: note: Function 'argp_make_fmtstream' argument 3 names different: declaration '__rmargin' definition 'rmargin'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:59:33: note: Function 'argp_make_fmtstream' argument 3 names different: declaration '__rmargin' definition 'rmargin'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:59:50: style: Function 'argp_make_fmtstream' argument 4 names different: declaration '__wmargin' definition 'wmargin'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.h:135:19: note: Function 'argp_make_fmtstream' argument 4 names different: declaration '__wmargin' definition 'wmargin'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:59:50: note: Function 'argp_make_fmtstream' argument 4 names different: declaration '__wmargin' definition 'wmargin'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:93:41: style: Function 'argp_fmtstream_free' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.h:139:51: note: Function 'argp_fmtstream_free' argument 1 names different: declaration '__fs' definition 'fs'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:93:41: note: Function 'argp_fmtstream_free' argument 1 names different: declaration '__fs' definition 'fs'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:108:43: style: Function '_argp_fmtstream_update' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.h:190:54: note: Function '_argp_fmtstream_update' argument 1 names different: declaration '__fs' definition 'fs'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:108:43: note: Function '_argp_fmtstream_update' argument 1 names different: declaration '__fs' definition 'fs'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:317:49: style: Function '_argp_fmtstream_ensure' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.h:192:53: note: Function '_argp_fmtstream_ensure' argument 1 names different: declaration '__fs' definition 'fs'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:317:49: note: Function '_argp_fmtstream_ensure' argument 1 names different: declaration '__fs' definition 'fs'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:317:60: style: Function '_argp_fmtstream_ensure' argument 2 names different: declaration '__amount' definition 'amount'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.h:192:66: note: Function '_argp_fmtstream_ensure' argument 2 names different: declaration '__amount' definition 'amount'.
freeipmi-1.5.7/common/portability/freeipmi-argp-fmtstream.c:317:60: note: Function '_argp_fmtstream_ensure' argument 2 names different: declaration '__amount' definition 'amount'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1152:10: style: Condition 'first_long_opt' is always true [knownConditionTrueFalse]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1144:28: note: Assignment 'first_long_opt=1', assigned value is 1
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1152:10: note: Condition 'first_long_opt' is always true
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:787:54: warning: Either the condition 'long1' is redundant or there is possible null pointer dereference: long1. [nullPointerRedundantCheck]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:777:38: note: Assuming that condition 'long1' is not redundant
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:787:54: note: Null pointer dereference
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:788:54: warning: Either the condition 'long2' is redundant or there is possible null pointer dereference: long2. [nullPointerRedundantCheck]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:777:47: note: Assuming that condition 'long2' is not redundant
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:788:54: note: Null pointer dereference
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:992:7: warning: Possible null pointer dereference: argp [nullPointer]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1227:16: note: Calling function 'filter_doc', 3rd argument 'argp' value is 0
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:992:7: note: Null pointer dereference
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1271:11: warning: Redundant assignment of 'arg' to itself. [selfAssignment]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1305:8: warning: Redundant assignment of 'arg' to itself. [selfAssignment]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:437:21: style: The scope of the variable 'entry' can be reduced. [variableScope]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:438:12: style: The scope of the variable 'num_short_options' can be reduced. [variableScope]
freeipmi-1.5.7/common/portability/freeipmi-portability.h:112:12: style: Unsigned variable '--' can't be negative so it is unnecessary to test it. [unsignedPositive]
freeipmi-1.5.7/common/portability/freeipmi-portability.h:128:12: style: Unsigned variable '--' can't be negative so it is unnecessary to test it. [unsignedPositive]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1693:38: style: Function 'argp_help' argument 1 names different: declaration '__argp' definition 'argp'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:469:56: note: Function 'argp_help' argument 1 names different: declaration '__argp' definition 'argp'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1693:38: note: Function 'argp_help' argument 1 names different: declaration '__argp' definition 'argp'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1693:50: style: Function 'argp_help' argument 2 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:470:27: note: Function 'argp_help' argument 2 names different: declaration '__stream' definition 'stream'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1693:50: note: Function 'argp_help' argument 2 names different: declaration '__stream' definition 'stream'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1694:14: style: Function 'argp_help' argument 3 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:471:19: note: Function 'argp_help' argument 3 names different: declaration '__flags' definition 'flags'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1694:14: note: Function 'argp_help' argument 3 names different: declaration '__flags' definition 'flags'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1694:27: style: Function 'argp_help' argument 4 names different: declaration '__name' definition 'name'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:471:45: note: Function 'argp_help' argument 4 names different: declaration '__name' definition 'name'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1694:27: note: Function 'argp_help' argument 4 names different: declaration '__name' definition 'name'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1731:45: style: Function 'argp_state_help' argument 1 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:486:68: note: Function 'argp_state_help' argument 1 names different: declaration '__state' definition 'state'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1731:45: note: Function 'argp_state_help' argument 1 names different: declaration '__state' definition 'state'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1731:58: style: Function 'argp_state_help' argument 2 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:487:26: note: Function 'argp_state_help' argument 2 names different: declaration '__stream' definition 'stream'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1731:58: note: Function 'argp_state_help' argument 2 names different: declaration '__stream' definition 'stream'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1731:75: style: Function 'argp_state_help' argument 3 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:488:22: note: Function 'argp_state_help' argument 3 names different: declaration '__flags' definition 'flags'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1731:75: note: Function 'argp_state_help' argument 3 names different: declaration '__flags' definition 'flags'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1758:40: style: Function 'argp_error' argument 1 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:500:63: note: Function 'argp_error' argument 1 names different: declaration '__state' definition 'state'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1758:40: note: Function 'argp_error' argument 1 names different: declaration '__state' definition 'state'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1758:59: style: Function 'argp_error' argument 2 names different: declaration '__fmt' definition 'fmt'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:501:29: note: Function 'argp_error' argument 2 names different: declaration '__fmt' definition 'fmt'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1758:59: note: Function 'argp_error' argument 2 names different: declaration '__fmt' definition 'fmt'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1800:42: style: Function 'argp_failure' argument 1 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:515:65: note: Function 'argp_failure' argument 1 names different: declaration '__state' definition 'state'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1800:42: note: Function 'argp_failure' argument 1 names different: declaration '__state' definition 'state'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1800:53: style: Function 'argp_failure' argument 2 names different: declaration '__status' definition 'status'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:516:10: note: Function 'argp_failure' argument 2 names different: declaration '__status' definition 'status'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1800:53: note: Function 'argp_failure' argument 2 names different: declaration '__status' definition 'status'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1800:65: style: Function 'argp_failure' argument 3 names different: declaration '__errnum' definition 'errnum'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:516:24: note: Function 'argp_failure' argument 3 names different: declaration '__errnum' definition 'errnum'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1800:65: note: Function 'argp_failure' argument 3 names different: declaration '__errnum' definition 'errnum'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1801:15: style: Function 'argp_failure' argument 4 names different: declaration '__fmt' definition 'fmt'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:517:31: note: Function 'argp_failure' argument 4 names different: declaration '__fmt' definition 'fmt'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1801:15: note: Function 'argp_failure' argument 4 names different: declaration '__fmt' definition 'fmt'.
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1680:7: style: Variable 'anything' is assigned a value that is never used. [unreadVariable]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1326:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freeipmi-1.5.7/common/portability/freeipmi-argp-help.c:1595:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1206:34: style: Function 'argp_parse' argument 1 names different: declaration '__argp' definition 'argp'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:400:60: note: Function 'argp_parse' argument 1 names different: declaration '__argp' definition 'argp'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1206:34: note: Function 'argp_parse' argument 1 names different: declaration '__argp' definition 'argp'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1206:44: style: Function 'argp_parse' argument 2 names different: declaration '__argc' definition 'argc'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:401:11: note: Function 'argp_parse' argument 2 names different: declaration '__argc' definition 'argc'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1206:44: note: Function 'argp_parse' argument 2 names different: declaration '__argc' definition 'argc'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1206:57: style: Function 'argp_parse' argument 3 names different: declaration '__argv' definition 'argv'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:401:37: note: Function 'argp_parse' argument 3 names different: declaration '__argv' definition 'argv'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1206:57: note: Function 'argp_parse' argument 3 names different: declaration '__argv' definition 'argv'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1206:72: style: Function 'argp_parse' argument 4 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:402:16: note: Function 'argp_parse' argument 4 names different: declaration '__flags' definition 'flags'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1206:72: note: Function 'argp_parse' argument 4 names different: declaration '__flags' definition 'flags'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1207:13: style: Function 'argp_parse' argument 5 names different: declaration '__arg_index' definition 'end_index'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:402:41: note: Function 'argp_parse' argument 5 names different: declaration '__arg_index' definition 'end_index'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1207:13: note: Function 'argp_parse' argument 5 names different: declaration '__arg_index' definition 'end_index'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1207:30: style: Function 'argp_parse' argument 6 names different: declaration '__input' definition 'input'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:403:24: note: Function 'argp_parse' argument 6 names different: declaration '__input' definition 'input'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1207:30: note: Function 'argp_parse' argument 6 names different: declaration '__input' definition 'input'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1259:34: style: Function '_argp_input' argument 1 names different: declaration '__argp' definition 'argp'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:535:59: note: Function '_argp_input' argument 1 names different: declaration '__argp' definition 'argp'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1259:34: note: Function '_argp_input' argument 1 names different: declaration '__argp' definition 'argp'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1259:65: style: Function '_argp_input' argument 2 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-argp.h:536:44: note: Function '_argp_input' argument 2 names different: declaration '__state' definition 'state'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1259:65: note: Function '_argp_input' argument 2 names different: declaration '__state' definition 'state'.
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1219:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freeipmi-1.5.7/common/portability/freeipmi-argp-parse.c:1220:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freeipmi-1.5.7/common/portability/freeipmi-portability.c:168:39: style: Function 'freeipmi_getline' argument 2 names different: declaration 'bufsize' definition 'size'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/portability/freeipmi-portability.h:172:47: note: Function 'freeipmi_getline' argument 2 names different: declaration 'bufsize' definition 'size'.
freeipmi-1.5.7/common/portability/freeipmi-portability.c:168:39: note: Function 'freeipmi_getline' argument 2 names different: declaration 'bufsize' definition 'size'.
freeipmi-1.5.7/common/portability/freeipmi-portability.c:230:3: error: va_start() or va_copy() called subsequently on 'arg' without va_end() in between. [va_start_subsequentCalls]
freeipmi-1.5.7/common/portability/freeipmi-portability.c:243:35: error: va_list 'arg' used before va_start() was called. [va_list_usedBeforeStarted]
freeipmi-1.5.7/common/portability/freeipmi-portability.c:244:3: error: va_list 'arg' used before va_start() was called. [va_list_usedBeforeStarted]
freeipmi-1.5.7/common/toolcommon/pstdout.c:1108:3: style: Variable 'tdata' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/common/toolcommon/pstdout.c:1104:0: note: Variable 'tdata' is reassigned a value before the old one has been used.
freeipmi-1.5.7/common/toolcommon/pstdout.c:1108:3: note: Variable 'tdata' is reassigned a value before the old one has been used.
freeipmi-1.5.7/common/toolcommon/pstdout.c:289:38: style: Function 'pstdout_set_debug_flags' argument 1 names different: declaration 'flags' definition 'debug_flags'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/toolcommon/pstdout.h:164:42: note: Function 'pstdout_set_debug_flags' argument 1 names different: declaration 'flags' definition 'debug_flags'.
freeipmi-1.5.7/common/toolcommon/pstdout.c:289:38: note: Function 'pstdout_set_debug_flags' argument 1 names different: declaration 'flags' definition 'debug_flags'.
freeipmi-1.5.7/common/toolcommon/pstdout.c:337:39: style: Function 'pstdout_set_output_flags' argument 1 names different: declaration 'flags' definition 'output_flags'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/toolcommon/pstdout.h:178:43: note: Function 'pstdout_set_output_flags' argument 1 names different: declaration 'flags' definition 'output_flags'.
freeipmi-1.5.7/common/toolcommon/pstdout.c:337:39: note: Function 'pstdout_set_output_flags' argument 1 names different: declaration 'flags' definition 'output_flags'.
freeipmi-1.5.7/common/toolcommon/pstdout.c:611:22: error: Common realloc mistake: 'whichbuffer' nulled but not freed upon failure [memleakOnRealloc]
freeipmi-1.5.7/common/toolcommon/pstdout.c:633:22: error: Common realloc mistake: 'whichbuffer' nulled but not freed upon failure [memleakOnRealloc]
freeipmi-1.5.7/common/toolcommon/tool-cmdline-common.c:482:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freeipmi-1.5.7/common/toolcommon/tool-config-file-common.c:316:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freeipmi-1.5.7/common/toolcommon/tool-config-file-common.c:320:3: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/common/toolcommon/tool-config-file-common.c:316:3: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/common/toolcommon/tool-event-common.c:228:24: style: Redundant condition: !column_width. 'column_width || (!column_width && comma_separated_output)' is equivalent to 'column_width || comma_separated_output' [redundantCondition]
freeipmi-1.5.7/common/toolcommon/tool-event-common.c:276:24: style: Redundant condition: !column_width. 'column_width || (!column_width && comma_separated_output)' is equivalent to 'column_width || comma_separated_output' [redundantCondition]
freeipmi-1.5.7/common/toolcommon/tool-event-common.c:310:24: style: Redundant condition: !column_width. 'column_width || (!column_width && comma_separated_output)' is equivalent to 'column_width || comma_separated_output' [redundantCondition]
freeipmi-1.5.7/common/toolcommon/tool-event-common.c:357:24: style: Redundant condition: !column_width. 'column_width || (!column_width && comma_separated_output)' is equivalent to 'column_width || comma_separated_output' [redundantCondition]
freeipmi-1.5.7/common/toolcommon/tool-sdr-cache-common.c:315:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freeipmi-1.5.7/common/toolcommon/tool-sensor-common.c:195:11: style: The scope of the variable 'j' can be reduced. [variableScope]
freeipmi-1.5.7/common/toolcommon/tool-sensor-common.c:257:46: style: Function 'get_sensor_units_output_string' argument 5 names different: declaration 'abbreviated_units_flag' definition 'non_abbreviated_units_flag'. [funcArgNamesDifferent]
freeipmi-1.5.7/common/toolcommon/tool-sensor-common.h:93:50: note: Function 'get_sensor_units_output_string' argument 5 names different: declaration 'abbreviated_units_flag' definition 'non_abbreviated_units_flag'.
freeipmi-1.5.7/common/toolcommon/tool-sensor-common.c:257:46: note: Function 'get_sensor_units_output_string' argument 5 names different: declaration 'abbreviated_units_flag' definition 'non_abbreviated_units_flag'.
freeipmi-1.5.7/contrib/libipmimonitoring/ipmimonitoring-sel.c:428:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freeipmi-1.5.7/contrib/libipmimonitoring/ipmimonitoring-sel.c:428:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freeipmi-1.5.7/contrib/libipmimonitoring/ipmimonitoring-sel.c:552:11: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freeipmi-1.5.7/contrib/libipmimonitoring/ipmimonitoring-sensors.c:475:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freeipmi-1.5.7/contrib/libipmimonitoring/ipmimonitoring-sensors.c:475:7: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freeipmi-1.5.7/ipmi-config/ipmi-config-argp.c:693:79: style: Function 'ipmi_config_argp_parse' argument 3 names different: declaration 'args' definition 'cmd_args'. [funcArgNamesDifferent]
freeipmi-1.5.7/ipmi-config/ipmi-config-argp.h:25:84: note: Function 'ipmi_config_argp_parse' argument 3 names different: declaration 'args' definition 'cmd_args'.
freeipmi-1.5.7/ipmi-config/ipmi-config-argp.c:693:79: note: Function 'ipmi_config_argp_parse' argument 3 names different: declaration 'args' definition 'cmd_args'.
freeipmi-1.5.7/ipmi-config/ipmi-config-category-core-lan-conf-auth-section.c:811:12: style: The scope of the variable 'al_ptr' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-config/ipmi-config-map.c:188:39: style: Function 'ip_address_source_number' argument 1 names different: declaration 'source' definition 'string'. [funcArgNamesDifferent]
freeipmi-1.5.7/ipmi-config/ipmi-config-map.h:40:43: note: Function 'ip_address_source_number' argument 1 names different: declaration 'source' definition 'string'.
freeipmi-1.5.7/ipmi-config/ipmi-config-map.c:188:39: note: Function 'ip_address_source_number' argument 1 names different: declaration 'source' definition 'string'.
freeipmi-1.5.7/ipmi-config/ipmi-config-map.c:206:35: style: Function 'ip_address_source_string' argument 1 names different: declaration 'source' definition 'value'. [funcArgNamesDifferent]
freeipmi-1.5.7/ipmi-config/ipmi-config-map.h:42:41: note: Function 'ip_address_source_string' argument 1 names different: declaration 'source' definition 'value'.
freeipmi-1.5.7/ipmi-config/ipmi-config-map.c:206:35: note: Function 'ip_address_source_string' argument 1 names different: declaration 'source' definition 'value'.
freeipmi-1.5.7/ipmi-config/ipmi-config-map.c:1017:39: style: Function 'exception_actions_number' argument 1 names different: declaration 'source' definition 'string'. [funcArgNamesDifferent]
freeipmi-1.5.7/ipmi-config/ipmi-config-map.h:108:43: note: Function 'exception_actions_number' argument 1 names different: declaration 'source' definition 'string'.
freeipmi-1.5.7/ipmi-config/ipmi-config-map.c:1017:39: note: Function 'exception_actions_number' argument 1 names different: declaration 'source' definition 'string'.
freeipmi-1.5.7/ipmi-config/ipmi-config-map.c:1032:35: style: Function 'exception_actions_string' argument 1 names different: declaration 'source' definition 'value'. [funcArgNamesDifferent]
freeipmi-1.5.7/ipmi-config/ipmi-config-map.h:110:41: note: Function 'exception_actions_string' argument 1 names different: declaration 'source' definition 'value'.
freeipmi-1.5.7/ipmi-config/ipmi-config-map.c:1032:35: note: Function 'exception_actions_string' argument 1 names different: declaration 'source' definition 'value'.
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:45:3: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:40:0: note: Variable 's' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:45:3: note: Variable 's' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:65:3: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:60:0: note: Variable 'k' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:65:3: note: Variable 'k' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:85:3: style: Variable 'kv' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:80:0: note: Variable 'kv' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:85:3: note: Variable 'kv' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-config/ipmi-config-utils.c:445:16: style: The scope of the variable 'channelindex' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-config/ipmi-config.c:303:34: style: The scope of the variable 'kv' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-config/ipmi-config.c:381:37: style: The scope of the variable 'kv' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-fru/ipmi-fru-output.c:206:8: style: The scope of the variable 'mfg_date_time_buf' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4840:7: style: Condition 'ad_root_domain_string_length' is always false [knownConditionTrueFalse]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4535:42: note: Assignment 'ad_root_domain_string_length=0', assigned value is 0
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4840:7: note: Condition 'ad_root_domain_string_length' is always false
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4850:7: style: Condition 'ad_rac_domain_string_length' is always false [knownConditionTrueFalse]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4537:41: note: Assignment 'ad_rac_domain_string_length=0', assigned value is 0
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4850:7: note: Condition 'ad_rac_domain_string_length' is always false
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4860:7: style: Condition 'ad_rac_name_string_length' is always false [knownConditionTrueFalse]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4539:39: note: Assignment 'ad_rac_name_string_length=0', assigned value is 0
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4860:7: note: Condition 'ad_rac_name_string_length' is always false
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4882:7: style: Condition 'ad_dc_filter1_string_length' is always false [knownConditionTrueFalse]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4545:41: note: Assignment 'ad_dc_filter1_string_length=0', assigned value is 0
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4882:7: note: Condition 'ad_dc_filter1_string_length' is always false
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4892:7: style: Condition 'ad_dc_filter2_string_length' is always false [knownConditionTrueFalse]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4547:41: note: Assignment 'ad_dc_filter2_string_length=0', assigned value is 0
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4892:7: note: Condition 'ad_dc_filter2_string_length' is always false
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4902:7: style: Condition 'ad_dc_filter3_string_length' is always false [knownConditionTrueFalse]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4549:41: note: Assignment 'ad_dc_filter3_string_length=0', assigned value is 0
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4902:7: note: Condition 'ad_dc_filter3_string_length' is always false
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4912:7: style: Condition 'ad_gc_filter1_string_length' is always false [knownConditionTrueFalse]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4551:41: note: Assignment 'ad_gc_filter1_string_length=0', assigned value is 0
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4912:7: note: Condition 'ad_gc_filter1_string_length' is always false
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4922:7: style: Condition 'ad_gc_filter2_string_length' is always false [knownConditionTrueFalse]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4553:41: note: Assignment 'ad_gc_filter2_string_length=0', assigned value is 0
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4922:7: note: Condition 'ad_gc_filter2_string_length' is always false
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4932:7: style: Condition 'ad_gc_filter3_string_length' is always false [knownConditionTrueFalse]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4555:41: note: Assignment 'ad_gc_filter3_string_length=0', assigned value is 0
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4932:7: note: Condition 'ad_gc_filter3_string_length' is always false
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4843:8: error: Uninitialized variable: ad_root_domain_string [uninitvar]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4853:8: error: Uninitialized variable: ad_rac_domain_string [uninitvar]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4863:8: error: Uninitialized variable: ad_rac_name_string [uninitvar]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4885:8: error: Uninitialized variable: ad_dc_filter1_string [uninitvar]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4895:8: error: Uninitialized variable: ad_dc_filter2_string [uninitvar]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4905:8: error: Uninitialized variable: ad_dc_filter3_string [uninitvar]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4915:8: error: Uninitialized variable: ad_gc_filter1_string [uninitvar]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4925:8: error: Uninitialized variable: ad_gc_filter2_string [uninitvar]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-dell.c:4935:8: error: Uninitialized variable: ad_gc_filter3_string [uninitvar]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-ibm.c:505:11: style: The scope of the variable 'led_state' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-ibm.c:506:11: style: The scope of the variable 'led_active_type' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-ibm.c:507:12: style: The scope of the variable 'led_pointer_id' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-ibm.c:508:11: style: The scope of the variable 'sensor_number' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4199:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4203:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4207:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4211:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4215:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4219:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4223:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4227:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4231:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:1347:3: style: Variable 'policy_trigger_type_str' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:1331:0: note: Variable 'policy_trigger_type_str' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:1347:3: note: Variable 'policy_trigger_type_str' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-oem/ipmi-oem-intelnm.c:4676:3: style: Variable 'minutes_ptr' is modified but its new value is never used. [unreadVariable]
freeipmi-1.5.7/ipmi-pet/ipmi-pet-argp.c:200:16: style: The scope of the variable 'uvalue' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-pet/ipmi-pet-argp.c:201:14: style: The scope of the variable 'value' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-raw/ipmi-raw-argp.c:126:14: style: The scope of the variable 'value' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-raw/ipmi-raw.c:63:3: style: Variable 'bytes_rq' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/ipmi-raw/ipmi-raw.c:50:0: note: Variable 'bytes_rq' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-raw/ipmi-raw.c:63:3: note: Variable 'bytes_rq' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-sel/ipmi-sel-argp.c:175:7: style: The scope of the variable 'value' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-sel/ipmi-sel.c:1611:38: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freeipmi-1.5.7/ipmi-sel/ipmi-sel.c:1608:34: note: outer condition: state_data->prog_data->args->date_range
freeipmi-1.5.7/ipmi-sel/ipmi-sel.c:1611:38: note: identical inner condition: state_data->prog_data->args->date_range
freeipmi-1.5.7/ipmi-sel/ipmi-sel.c:1029:8: style: The scope of the variable 'outbuf' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-sel/ipmi-sel.c:1030:7: style: The scope of the variable 'outbuf_len' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-sensors/ipmi-sensors-oem-quanta.c:51:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-sensors/ipmi-sensors-oem-wistron.c:51:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-sensors/ipmi-sensors-simple-output.c:75:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/ipmi-sensors/ipmi-sensors-simple-output.c:73:0: note: Variable 'r' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-sensors/ipmi-sensors-simple-output.c:75:3: note: Variable 'r' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-sensors/ipmi-sensors-simple-output.c:535:15: style: The scope of the variable 'sensor_type_string' can be reduced. [variableScope]
freeipmi-1.5.7/ipmi-sensors/ipmi-sensors.c:1088:3: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/ipmi-sensors/ipmi-sensors.c:1079:0: note: Variable 'args' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmi-sensors/ipmi-sensors.c:1088:3: note: Variable 'args' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmidetect/ipmidetect.c:226:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freeipmi-1.5.7/ipmidetectd/ipmidetectd.c:395:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freeipmi-1.5.7/ipmiping/ipmiping.c:460:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmiping/ipmiping.c:460:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/ipmipower/ipmipower_check.c:749:11: style: The scope of the variable 'maximum_privilege_level' can be reduced. [variableScope]
freeipmi-1.5.7/ipmipower/ipmipower_connection.c:513:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freeipmi-1.5.7/ipmipower/ipmipower_ping.c:237:5: style: Variable 'str_cmd' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/ipmipower/ipmipower_ping.c:235:0: note: Variable 'str_cmd' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmipower/ipmipower_ping.c:237:5: note: Variable 'str_cmd' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmipower/ipmipower_ping.c:414:5: style: Variable 'str_cmd' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/ipmipower/ipmipower_ping.c:412:0: note: Variable 'str_cmd' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmipower/ipmipower_ping.c:414:5: note: Variable 'str_cmd' is reassigned a value before the old one has been used.
freeipmi-1.5.7/ipmipower/ipmipower_prompt.c:174:7: style: Redundant condition: argv[1]. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
freeipmi-1.5.7/ipmipower/ipmipower_prompt.c:206:12: style: Redundant condition: argv[1]. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
freeipmi-1.5.7/ipmipower/ipmipower_prompt.c:239:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
freeipmi-1.5.7/ipmipower/ipmipower_prompt.c:241:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freeipmi-1.5.7/ipmiseld/ipmiseld-threadpool.c:182:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/api/ipmi-lan-session-common.c:236:7: style: The scope of the variable 'status' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/api/ipmi-lan-session-common.c:238:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/api/ipmi-ssif-driver-api.c:347:11: style: The scope of the variable 'retry' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-common.c:55:11: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-inband.c:115:36: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-inband.c:150:36: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-inband.c:210:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-lan.c:124:36: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-lan.c:157:38: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-lan.c:196:41: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-lan.c:221:37: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-lan.c:251:36: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-lan.c:305:36: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-lan.c:360:36: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-lan.c:394:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcp.c:96:50: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcp.c:123:45: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcp.c:146:61: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:695:20: style: Checking if unsigned variable 'cmd_data_len' is less than zero. [unsignedLessThanZero]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:89:42: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:117:46: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:135:42: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:261:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:303:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:367:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:402:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:434:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:644:28: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:1074:34: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:1087:34: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:1100:34: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:1113:34: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:1237:49: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:1263:50: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:1393:42: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:1417:51: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/debug/ipmi-debug-rmcpplus.c:1441:44: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/driver/ipmi-kcs-driver.c:521:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freeipmi-1.5.7/libfreeipmi/driver/ipmi-openipmi-driver.c:121:7: style: struct member 'ipmi_recv::recv_type' is never used. [unusedStructMember]
freeipmi-1.5.7/libfreeipmi/driver/ipmi-ssif-driver.c:232:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/driver/ipmi-ssif-driver.c:404:16: style: The scope of the variable 'block_number' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/driver/ipmi-sunbmc-driver.c:484:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freeipmi-1.5.7/libfreeipmi/driver/ipmi-sunbmc-driver.c:526:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freeipmi-1.5.7/libfreeipmi/driver/ipmi-sunbmc-driver.c:625:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freeipmi-1.5.7/libfreeipmi/driver/ipmi-sunbmc-driver.c:382:2: style: Label 'out_io_init' is not used. [unusedLabel]
freeipmi-1.5.7/libfreeipmi/fiid/fiid.c:2229:32: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/fiid/fiid.c:2550:32: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/fru/ipmi-fru.c:491:22: portability: 'frubuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-ipmb-interface.c:390:11: style: Variable 'indx' is assigned a value that is never used. [unreadVariable]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-kcs-interface.c:140:44: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-kcs-interface.c:195:49: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-kcs-interface.c:209:45: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-kcs-interface.c:214:11: style: Variable 'indx' is assigned a value that is never used. [unreadVariable]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:360:50: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:370:38: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:382:44: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:386:27: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:399:23: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:404:38: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:413:28: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:418:38: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:428:45: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:451:54: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:687:50: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:704:38: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:732:41: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:750:37: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:765:53: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:794:45: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:808:54: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-lan-interface.c:813:11: style: Variable 'indx' is assigned a value that is never used. [unreadVariable]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:980:11: style: The scope of the variable 'pad_bytes' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1731:7: style: The scope of the variable 'obj_lan_msg_trlr_len' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:631:48: portability: 'payload_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:641:44: portability: 'payload_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:663:45: portability: 'payload_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:672:48: portability: 'payload_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1504:49: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1531:38: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1599:40: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1624:40: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1667:42: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1685:87: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1701:23: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1761:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1793:36: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1811:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:1961:28: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2242:49: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2263:42: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2334:42: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2520:40: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2572:38: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2572:45: portability: 'pkt+indx' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2582:34: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2582:41: portability: 'pkt+indx' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2591:34: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2591:41: portability: 'pkt+indx' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/ipmi-rmcpplus-interface.c:2622:34: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/rmcp-interface.c:151:44: portability: 'pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/rmcp-interface.c:199:50: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/rmcp-interface.c:213:45: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/interface/rmcp-interface.c:218:11: style: Variable 'indx' is assigned a value that is never used. [unreadVariable]
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sel.c:2465:3: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sel.c:2440:0: note: Variable 'h' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sel.c:2465:3: note: Variable 'h' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sel.c:2662:3: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sel.c:2644:0: note: Variable 'h' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sel.c:2662:3: note: Variable 'h' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sel.c:2119:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sensor.c:2280:3: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sensor.c:2261:0: note: Variable 'h' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sensor.c:2280:3: note: Variable 'h' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/interpret/ipmi-interpret-config-sensor.c:1982:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/libcommon/ipmi-md2.c:131:11: style: The scope of the variable 'c' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/libcommon/ipmi-md2.c:195:26: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/libcommon/ipmi-md2.c:202:24: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/libcommon/ipmi-md5.c:293:26: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/libcommon/ipmi-md5.c:302:26: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/locate/ipmi-locate-acpi-spmi.c:739:40: portability: '*mapped_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/locate/ipmi-locate-acpi-spmi.c:1133:3: error: Memory leak: acpi_table [memleak]
freeipmi-1.5.7/libfreeipmi/locate/ipmi-locate-dmidecode.c:321:15: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/libfreeipmi/locate/ipmi-locate-dmidecode.c:316:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/locate/ipmi-locate-dmidecode.c:321:15: note: Variable 'ptr' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/locate/ipmi-locate-dmidecode.c:456:8: style: The scope of the variable 'linebuf' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/locate/ipmi-locate-dmidecode.c:538:2: error: Resource leak: efi_systab [resourceLeak]
freeipmi-1.5.7/libfreeipmi/locate/ipmi-locate.c:129:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-cache-create.c:669:23: style: Redundant condition: record_ids. '!record_ids || (record_ids && record_ids_count)' is equivalent to '!record_ids || record_ids_count' [redundantCondition]
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-cache-create.c:635:60: portability: 'record_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-parse-util.c:190:24: warning: Logical conjunction always evaluates to false: sdr_record_len && !(sdr_record_len). [incorrectLogicOperator]
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-parse-util.c:299:24: warning: Logical conjunction always evaluates to false: sdr_record_len && !(sdr_record_len). [incorrectLogicOperator]
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-parse-util.c:144:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-parse-util.c:190:24: style: Opposite expression on both sides of '&&'. [oppositeExpression]
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-parse-util.c:190:24: note: Opposite expression on both sides of '&&'.
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-parse-util.c:190:24: note: Opposite expression on both sides of '&&'.
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-parse-util.c:299:24: style: Opposite expression on both sides of '&&'. [oppositeExpression]
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-parse-util.c:299:24: note: Opposite expression on both sides of '&&'.
freeipmi-1.5.7/libfreeipmi/sdr/ipmi-sdr-parse-util.c:299:24: note: Opposite expression on both sides of '&&'.
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-dell-poweredge.c:2184:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-dell-poweredge.c:2179:23: note: outer condition: memory_card==IPMI_SENSOR_TYPE_MEMORY_EVENT_DATA1_OEM_DELL_DIMMS_PER_PACKAGE_3
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-dell-poweredge.c:2184:20: note: identical inner condition: memory_card==IPMI_SENSOR_TYPE_MEMORY_EVENT_DATA1_OEM_DELL_DIMMS_PER_PACKAGE_3
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-dell-poweredge.c:1859:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-dell-poweredge.c:1864:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-dell-poweredge.c:2196:11: error: Uninitialized variable: dimms_per_node [uninitvar]
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-intel-quanta-qssc-s4r.c:441:3: warning: Possible null pointer dereference: error_sub_code_str [nullPointer]
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-intel-quanta-qssc-s4r.c:382:34: note: Assignment 'error_sub_code_str=NULL', assigned value is 0
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-intel-quanta-qssc-s4r.c:441:3: note: Null pointer dereference
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-intel-quanta-qssc-s4r.c:1058:13: style: The scope of the variable 'sparing_type_str' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string-intel-quanta-qssc-s4r.c:1063:13: style: The scope of the variable 'spared_dimm_information_str' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string.c:1239:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string.c:1237:0: note: Variable 'r' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string.c:1239:3: note: Variable 'r' is reassigned a value before the old one has been used.
freeipmi-1.5.7/libfreeipmi/sel/ipmi-sel-string.c:2676:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipmi-1.5.7/libfreeipmi/util/ipmi-cipher-suite-util.c:42:31: warning: Invalid test for overflow '(cipher_suite_id+1)>=1'. Condition is always true unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
freeipmi-1.5.7/libfreeipmi/util/ipmi-error-util.c:300:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freeipmi-1.5.7/libfreeipmi/util/ipmi-lan-util.c:457:32: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-lan-util.c:460:32: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-lan-util.c:463:32: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-lan-util.c:478:32: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-lan-util.c:481:32: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-lan-util.c:484:32: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-lan-util.c:499:44: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-lan-util.c:753:39: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-lan-util.c:766:39: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-outofband-util.c:168:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
freeipmi-1.5.7/libfreeipmi/util/ipmi-outofband-util.c:83:33: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-outofband-util.c:106:33: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-rmcpplus-util.c:1389:42: portability: 'pkt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freeipmi-1.5.7/libfreeipmi/util/ipmi-util.c:213:2: style: Label 'gcrypt_rand' is not used. [unusedLabel]
freeipmi-1.5.7/libipmiconsole/ipmiconsole_processing.c:2838:15: style: Redundant condition: c->session.break_requested. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
freeipmi-1.5.7/libipmiconsole/ipmiconsole_processing.c:2991:11: style: Redundant condition: c->session.break_requested. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
freeipmi-1.5.7/libipmiconsole/ipmiconsole_processing.c:1942:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/ipmiconsole_processing.c:2201:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/ipmiconsole_processing.c:2878:20: style: The scope of the variable 'sol_retransmission_timeout_len' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/ipmiconsole_processing.c:2879:20: style: The scope of the variable 'sol_retransmission_timeout_multiplier' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:1062:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freeipmi-1.5.7/libipmiconsole/scbuf.c:1066:5: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/libipmiconsole/scbuf.c:1062:5: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/libipmiconsole/scbuf.c:1111:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freeipmi-1.5.7/libipmiconsole/scbuf.c:1115:5: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/libipmiconsole/scbuf.c:1111:5: note: Found duplicate branches for 'if' and 'else'.
freeipmi-1.5.7/libipmiconsole/scbuf.c:701:12: style: The scope of the variable 'm' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:701:15: style: The scope of the variable 'l' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:737:12: style: The scope of the variable 'm' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:737:15: style: The scope of the variable 'l' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:774:12: style: The scope of the variable 'm' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:774:15: style: The scope of the variable 'l' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:848:23: style: The scope of the variable 'n' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:1375:30: style: The scope of the variable 'nrepl' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:1603:23: style: The scope of the variable 'nrepl' can be reduced. [variableScope]
freeipmi-1.5.7/libipmiconsole/scbuf.c:1724:15: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
freeipmi-1.5.7/libipmidetect/ipmidetect.c:531:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freeipmi-1.5.7/libipmimonitoring/ipmi_monitoring_sensor_reading.c:363:11: style: Same expression on both sides of '||'. [duplicateExpression]
freeipmi-1.5.7/rmcpping/rmcpping.c:250:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeipmi-1.5.7/rmcpping/rmcpping.c:250:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[22:46]

ftp://ftp.se.debian.org/debian/pool/main/f/freelan/freelan_2.0.orig.tar.gz
freelan-2.0/apps/freelan/src/configuration_types.hpp:71:3: style: Class 'millisecond_duration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/apps/freelan/src/configuration_types.hpp:77:3: style: Class 'millisecond_duration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/apps/freelan/src/configuration_types.hpp:139:3: style: Class 'wrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/apps/freelan/src/configuration_helper.cpp:73:3: style: Struct 'trusted_cert_type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/apps/freelan/src/posix/pid_file.hpp:64:4: style: Class 'pid_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/apps/freelan/src/posix/locked_pid_file.hpp:64:4: style: Class 'locked_pid_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/apps/freelan/src/windows/service.cpp:88:4: style: Class 'SCManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/libs/asiotap/src/dhcp_proxy.cpp:88:17: style: Checking if unsigned variable 'netmask' is less than zero. [unsignedLessThanZero]
freelan-2.0/libs/asiotap/src/posix/posix_tap_adapter.cpp:721:38: style: Variable 'address' is assigned a value that is never used. [unreadVariable]
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:126:4: style: Variable 'device_info_set' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:124:0: note: Variable 'device_info_set' is reassigned a value before the old one has been used if variable is no semaphore variable.
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:126:4: note: Variable 'device_info_set' is reassigned a value before the old one has been used if variable is no semaphore variable.
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:451:7: style: The scope of the variable 'reboot_required' can be reduced. [variableScope]
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:350:33: style: Function 'remove' argument 1 names different: declaration 'class_name' definition 'hardware_id'. [funcArgNamesDifferent]
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:70:33: note: Function 'remove' argument 1 names different: declaration 'class_name' definition 'hardware_id'.
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:350:33: note: Function 'remove' argument 1 names different: declaration 'class_name' definition 'hardware_id'.
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:236:30: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:259:32: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:295:30: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
freelan-2.0/libs/asiotap/windows/tap_adapter/tap-setup/tap_setup.cpp:318:32: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
freelan-2.0/libs/cryptoplus/src/cipher_context.cpp:75:16: style: Checking if unsigned variable 'in_len' is less than zero. [unsignedLessThanZero]
freelan-2.0/libs/cryptoplus/src/ecdhe.cpp:59:10: style: Technically the member function 'cryptoplus::pkey::::universal_deleter::operator()' can be const. [functionConst]
freelan-2.0/libs/freelan/src/curl.hpp:667:6: style: Class 'curl_socket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/libs/freelan/src/core.cpp:119:7: style: Class 'automatic_caller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/libs/freelan/src/curl.cpp:739:20: style: The scope of the variable 'self' can be reduced. [variableScope]
freelan-2.0/libs/freelan/src/curl.cpp:757:83: style: Function 'close_socket_callback' argument 2 names different: declaration 'item' definition 'socket_fd'. [funcArgNamesDifferent]
freelan-2.0/libs/freelan/src/curl.hpp:683:75: note: Function 'close_socket_callback' argument 2 names different: declaration 'item' definition 'socket_fd'.
freelan-2.0/libs/freelan/src/curl.cpp:757:83: note: Function 'close_socket_callback' argument 2 names different: declaration 'item' definition 'socket_fd'.
freelan-2.0/libs/freelan/src/curl.hpp:685:4: style: Class 'curl_multi_asio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/libs/fscp/src/server.cpp:1729:17: style: The scope of the variable 'p_session' can be reduced. [variableScope]
freelan-2.0/libs/fscp/src/server.cpp:102:7: style: Class 'automatic_caller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freelan-2.0/libs/mongooseplus/src/mongoose.c:4043:10: warning: Either the condition 'len<=(int)sizeof(buf)' is redundant or the array 'buf[8192]' is accessed at index 8192, which is out of bounds. [arrayIndexOutOfBoundsCond]
freelan-2.0/libs/mongooseplus/src/mongoose.c:4044:18: note: Assuming that condition 'len<=(int)sizeof(buf)' is not redundant
freelan-2.0/libs/mongooseplus/src/mongoose.c:4043:10: note: Array index out of bounds
freelan-2.0/libs/mongooseplus/src/mongoose.c:4464:16: style: Condition 'n>0' is always true [knownConditionTrueFalse]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2670:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2672:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2674:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2676:9: warning: Width 3 given in format string (no. 2) is smaller than destination buffer 'month_str[32]'. [invalidScanfFormatWidth_smaller]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3590:29: warning: Either the condition 'c==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3595:9: note: Assuming that condition 'c==NULL' is not redundant
freelan-2.0/libs/mongooseplus/src/mongoose.c:3590:29: note: Null pointer subtraction
freelan-2.0/libs/mongooseplus/src/mongoose.c:3654:29: warning: Either the condition 's==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3686:28: note: Assuming that condition 's==NULL' is not redundant
freelan-2.0/libs/mongooseplus/src/mongoose.c:3686:23: note: Calling function 'parse_header', 1st argument 'str' value is 0
freelan-2.0/libs/mongooseplus/src/mongoose.c:3654:29: note: Null pointer addition
freelan-2.0/libs/mongooseplus/src/mongoose.c:1462:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:1463:30: style: The scope of the variable 'match_code' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:1665:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:1753:19: style: The scope of the variable 'slash' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:1754:9: style: The scope of the variable 'p' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:1895:15: style: The scope of the variable 'status' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:1972:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2066:19: style: The scope of the variable 'n' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2200:7: style: The scope of the variable 'match_len' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2459:13: style: The scope of the variable 'a' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2459:16: style: The scope of the variable 'b' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2459:19: style: The scope of the variable 'c' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2504:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2504:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2625:15: style: The scope of the variable 'ext' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2667:47: style: The scope of the variable 'leap_days' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2667:58: style: The scope of the variable 'days' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2694:22: style: The scope of the variable 'ext' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3351:12: style: The scope of the variable 't' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3653:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3654:15: style: The scope of the variable 'p' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:4629:15: style: The scope of the variable 'value' can be reduced. [variableScope]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3580:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3582:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freelan-2.0/libs/mongooseplus/src/mongoose.c:260:42: style: Function 'iobuf_init' argument 2 names different: declaration 'initial_size' definition 'size'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.c:159:37: note: Function 'iobuf_init' argument 2 names different: declaration 'initial_size' definition 'size'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:260:42: note: Function 'iobuf_init' argument 2 names different: declaration 'initial_size' definition 'size'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:276:48: style: Function 'iobuf_append' argument 2 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.c:161:46: note: Function 'iobuf_append' argument 2 names different: declaration 'data' definition 'buf'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:276:48: note: Function 'iobuf_append' argument 2 names different: declaration 'data' definition 'buf'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:276:57: style: Function 'iobuf_append' argument 3 names different: declaration 'data_size' definition 'len'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.c:161:56: note: Function 'iobuf_append' argument 3 names different: declaration 'data_size' definition 'len'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:276:57: note: Function 'iobuf_append' argument 3 names different: declaration 'data_size' definition 'len'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:301:41: style: Function 'iobuf_remove' argument 2 names different: declaration 'data_size' definition 'n'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.c:162:39: note: Function 'iobuf_remove' argument 2 names different: declaration 'data_size' definition 'n'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:301:41: note: Function 'iobuf_remove' argument 2 names different: declaration 'data_size' definition 'n'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:529:59: style: Function 'ns_set_ssl_cert' argument 2 names different: declaration 'ssl_cert' definition 'cert'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.c:209:53: note: Function 'ns_set_ssl_cert' argument 2 names different: declaration 'ssl_cert' definition 'cert'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:529:59: note: Function 'ns_set_ssl_cert' argument 2 names different: declaration 'ssl_cert' definition 'cert'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:546:51: style: Function 'ns_bind' argument 2 names different: declaration 'addr' definition 'str'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.c:208:45: note: Function 'ns_bind' argument 2 names different: declaration 'addr' definition 'str'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:546:51: note: Function 'ns_bind' argument 2 names different: declaration 'addr' definition 'str'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:848:48: style: Function 'ns_connect' argument 4 names different: declaration 'ssl' definition 'use_ssl'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.c:211:48: note: Function 'ns_connect' argument 4 names different: declaration 'ssl' definition 'use_ssl'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:848:48: note: Function 'ns_connect' argument 4 names different: declaration 'ssl' definition 'use_ssl'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:848:63: style: Function 'ns_connect' argument 5 names different: declaration 'connection_param' definition 'param'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.c:211:59: note: Function 'ns_connect' argument 5 names different: declaration 'connection_param' definition 'param'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:848:63: note: Function 'ns_connect' argument 5 names different: declaration 'connection_param' definition 'param'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:1255:31: style: Function 'mg_start_thread' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:112:31: note: Function 'mg_start_thread' argument 1 names different: declaration 'func' definition 'f'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:1255:31: note: Function 'mg_start_thread' argument 1 names different: declaration 'func' definition 'f'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:1255:49: style: Function 'mg_start_thread' argument 2 names different: declaration 'param' definition 'p'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:112:52: note: Function 'mg_start_thread' argument 2 names different: declaration 'param' definition 'p'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:1255:49: note: Function 'mg_start_thread' argument 2 names different: declaration 'param' definition 'p'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2132:71: style: Function 'mg_get_header' argument 2 names different: declaration 'name' definition 's'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:101:69: note: Function 'mg_get_header' argument 2 names different: declaration 'name' definition 's'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2132:71: note: Function 'mg_get_header' argument 2 names different: declaration 'name' definition 's'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2269:50: style: Function 'mg_send_status' argument 2 names different: declaration 'status_code' definition 'status'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:89:49: note: Function 'mg_send_status' argument 2 names different: declaration 'status_code' definition 'status'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2269:50: note: Function 'mg_send_status' argument 2 names different: declaration 'status_code' definition 'status'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2276:76: style: Function 'mg_send_header' argument 3 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:90:75: note: Function 'mg_send_header' argument 3 names different: declaration 'val' definition 'v'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2276:76: note: Function 'mg_send_header' argument 3 names different: declaration 'val' definition 'v'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2298:58: style: Function 'mg_printf_data' argument 2 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:92:57: note: Function 'mg_printf_data' argument 2 names different: declaration 'format' definition 'fmt'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2298:58: note: Function 'mg_printf_data' argument 2 names different: declaration 'format' definition 'fmt'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2624:42: style: Function 'mg_get_mime_type' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:102:42: note: Function 'mg_get_mime_type' argument 1 names different: declaration 'name' definition 'path'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:2624:42: note: Function 'mg_get_mime_type' argument 1 names different: declaration 'name' definition 'path'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:3684:33: style: Function 'mg_parse_header' argument 1 names different: declaration 'hdr' definition 's'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:105:33: note: Function 'mg_parse_header' argument 1 names different: declaration 'hdr' definition 's'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:3684:33: note: Function 'mg_parse_header' argument 1 names different: declaration 'hdr' definition 's'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4558:62: style: Function 'mg_get_var' argument 2 names different: declaration 'var_name' definition 'name'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:103:62: note: Function 'mg_get_var' argument 2 names different: declaration 'var_name' definition 'name'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4558:62: note: Function 'mg_get_var' argument 2 names different: declaration 'var_name' definition 'name'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4559:22: style: Function 'mg_get_var' argument 3 names different: declaration 'buf' definition 'dst'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:104:22: note: Function 'mg_get_var' argument 3 names different: declaration 'buf' definition 'dst'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4559:22: note: Function 'mg_get_var' argument 3 names different: declaration 'buf' definition 'dst'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4559:34: style: Function 'mg_get_var' argument 4 names different: declaration 'buf_len' definition 'dst_len'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:104:34: note: Function 'mg_get_var' argument 4 names different: declaration 'buf_len' definition 'dst_len'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4559:34: note: Function 'mg_get_var' argument 4 names different: declaration 'buf_len' definition 'dst_len'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4640:65: style: Function 'mg_set_option' argument 2 names different: declaration 'opt' definition 'name'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:77:59: note: Function 'mg_set_option' argument 2 names different: declaration 'opt' definition 'name'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4640:65: note: Function 'mg_set_option' argument 2 names different: declaration 'opt' definition 'name'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4641:39: style: Function 'mg_set_option' argument 3 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:77:76: note: Function 'mg_set_option' argument 3 names different: declaration 'val' definition 'value'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4641:39: note: Function 'mg_set_option' argument 3 names different: declaration 'val' definition 'value'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4850:42: style: Function 'mg_create_server' argument 1 names different: declaration 'server_param' definition 'server_data'. [funcArgNamesDifferent]
freelan-2.0/libs/mongooseplus/src/mongoose.h:75:42: note: Function 'mg_create_server' argument 1 names different: declaration 'server_param' definition 'server_data'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4850:42: note: Function 'mg_create_server' argument 1 names different: declaration 'server_param' definition 'server_data'.
freelan-2.0/libs/mongooseplus/src/mongoose.c:4493:9: style: struct member 'mg_iterator::param' is never used. [unusedStructMember]
freelan-2.0/libs/mongooseplus/src/mongoose.c:1919:15: warning: Either the condition 'len<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
freelan-2.0/libs/mongooseplus/src/mongoose.c:1913:13: note: Assuming that condition 'len<0' is not redundant
freelan-2.0/libs/mongooseplus/src/mongoose.c:1919:15: note: Negative array index
freelan-2.0/libs/mongooseplus/src/mongoose.c:4043:10: warning: Either the condition 'len<=(int)8192' is redundant or the array 'buf[8192]' is accessed at index 8192, which is out of bounds. [arrayIndexOutOfBoundsCond]
freelan-2.0/libs/mongooseplus/src/mongoose.c:4044:18: note: Assuming that condition 'len<=(int)8192' is not redundant
freelan-2.0/libs/mongooseplus/src/mongoose.c:4043:10: note: Array index out of bounds
freelan-2.0/libs/mongooseplus/src/mongoose.c:2034:12: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3607:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3976:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3980:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3984:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freelan-2.0/libs/mongooseplus/src/mongoose.c:3985:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freelan-2.0/libs/mongooseplus/src/mongoose.c:4017:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freelan-2.0/libs/mongooseplus/src/mongoose.c:4718:1: error: Memory leak: conn [memleak]
freelan-2.0/libs/mongooseplus/src/mongoose.c:2509:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freelan-2.0/samples/cryptoplus/store/store.cpp:41:2: style: Variable 'verified_count' is modified but its new value is never used. [unreadVariable]
freelan-2.0/samples/fscp/schat/schat.cpp:258:21: style: Variable 'local_name' is assigned a value that is never used. [unreadVariable]
freelan-2.0/samples/iconvplus/basic/basic.cpp:19:17: style: Variable 'latin1_file' is assigned a value that is never used. [unreadVariable]
freelan-2.0/samples/iconvplus/basic/basic.cpp:20:17: style: Variable 'utf8_file' is assigned a value that is never used. [unreadVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:549:14: style: Condition 'ap==NULL' is always true [knownConditionTrueFalse]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:548:12: note: Assignment 'ap=NULL', assigned value is 0
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:549:14: note: Condition 'ap==NULL' is always true
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:393:16: style: The scope of the variable 'namesbuf' can be reduced. [variableScope]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:241:1: style: Label 'invalid' is not used. [unusedLabel]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:303:1: style: Label 'invalid' is not used. [unusedLabel]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:85:7: style: struct member 'encoding::oflags' is never used. [unusedStructMember]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:221:16: style: Unused variable: from_index [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:223:16: style: Unused variable: to_index [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:224:7: style: Variable 'to_wchar' is not assigned a value. [unassignedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:225:7: style: Unused variable: transliterate [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:226:7: style: Unused variable: discard_ilseq [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:298:31: style: Variable 'cd' is assigned a value that is never used. [unreadVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:289:16: style: Unused variable: from_index [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:290:7: style: Unused variable: from_wchar [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:291:16: style: Unused variable: to_index [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:292:7: style: Unused variable: to_wchar [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:293:7: style: Unused variable: transliterate [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:294:7: style: Unused variable: discard_ilseq [unusedVariable]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:230:38: error: Uninitialized variable: from_wchar [uninitvar]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/iconv.c:230:52: error: Uninitialized variable: to_wchar [uninitvar]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/localcharset.c:441:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/localcharset.c:432:24: note: Assignment 'locale=NULL', assigned value is 0
freelan-2.0/third-party/source/libiconv-msvc/libiconv/localcharset.c:441:14: note: Condition 'locale==NULL' is always true
freelan-2.0/third-party/source/libiconv-msvc/libiconv/localcharset.c:170:71: style: Same value in both branches of ternary operator. [duplicateValueTernary]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/localcharset.c:441:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
freelan-2.0/third-party/source/libiconv-msvc/libiconv/localcharset.c:432:24: note: 'locale' is assigned value 'NULL' here.
freelan-2.0/third-party/source/libiconv-msvc/libiconv/localcharset.c:441:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
freelan-2.0/third-party/source/libiconv-msvc/libiconv/localcharset.c:131:19: style: The scope of the variable 'base' can be reduced. [variableScope]
[22:47]

ftp://ftp.se.debian.org/debian/pool/main/f/freemat/freemat_4.2+dfsg1.orig.tar.xz
FreeMat-4.2-Source/libs/libCore/Array.cpp:190:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/Binary.cpp:152:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/Binary.cpp:142:19: style: Variable 'maxval' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:161:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:219:3: warning: Member variable 'CstructField::length' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:109:13: style: Technically the member function 'Cbuiltin::getDataClass' can be const. [functionConst]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:110:7: style: Technically the member function 'Cbuiltin::getSize' can be const. [functionConst]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:220:11: style: Technically the member function 'CstructField::getName' can be const. [functionConst]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:221:11: style: Technically the member function 'CstructField::getType' can be const. [functionConst]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:222:7: style: Technically the member function 'CstructField::getLength' can be const. [functionConst]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:293:11: style: Technically the member function 'Calias::getAlias' can be const. [functionConst]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:292:3: style: Class 'Calias' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:111:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:81:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:111:8: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:114:8: style: The function 'freeze' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:82:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:114:8: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:125:9: style: The function 'thaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:83:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:125:9: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:136:7: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:84:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:136:7: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:158:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:81:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:158:8: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:167:8: style: The function 'freeze' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:82:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:167:8: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:194:9: style: The function 'thaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:83:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:194:9: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:205:7: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:84:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:205:7: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:235:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:81:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:235:8: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:247:8: style: The function 'freeze' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:82:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:247:8: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:262:9: style: The function 'thaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:83:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:262:9: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:280:7: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:84:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:280:7: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:294:8: style: The function 'freeze' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:82:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:294:8: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:297:9: style: The function 'thaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:83:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:297:9: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:300:7: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:84:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:300:7: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:303:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:81:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Cstruct.cpp:303:8: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/FFT.cpp:113:15: performance: Technically the member function 'OpVecFFT::func' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libCore/FFT.cpp:117:15: performance: Technically the member function 'OpVecFFT::func' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libCore/FFT.cpp:123:15: performance: Technically the member function 'OpVecFFT::func' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libCore/FFT.cpp:179:15: performance: Technically the member function 'OpVecIFFT::func' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libCore/FFT.cpp:183:15: performance: Technically the member function 'OpVecIFFT::func' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libCore/FFT.cpp:189:15: performance: Technically the member function 'OpVecIFFT::func' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libCore/FFT.cpp:111:3: style: Class 'OpVecFFT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libCore/FFT.cpp:177:3: style: Class 'OpVecIFFT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libCore/File.cpp:315:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/File.cpp:364:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/File.cpp:211:8: style: The scope of the variable 'closingAll' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/File.cpp:215:20: style: Variable 'closingAll' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libCore/File.cpp:350:17: style: Variable 'fptr' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libCore/Find.cpp:189:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/helpwidget.hpp:63:3: style: Class 'HelpWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libCore/IO.cpp:96:10: style: The scope of the variable 'flags' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/Is.cpp:111:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/Is.cpp:214:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/Is.cpp:310:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/MatIO.cpp:703:31: style: Function 'putHeader' argument 1 names different: declaration 'header' definition 'hdr'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libCore/MatIO.hpp:134:26: note: Function 'putHeader' argument 1 names different: declaration 'header' definition 'hdr'.
FreeMat-4.2-Source/libs/libCore/MatIO.cpp:703:31: note: Function 'putHeader' argument 1 names different: declaration 'header' definition 'hdr'.
FreeMat-4.2-Source/libs/libCore/MatIO.cpp:719:36: style: Function 'MatLoadFunction' argument 4 names different: declaration 'regexp' definition 'regexpmode'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libCore/MatIO.hpp:138:13: note: Function 'MatLoadFunction' argument 4 names different: declaration 'regexp' definition 'regexpmode'.
FreeMat-4.2-Source/libs/libCore/MatIO.cpp:719:36: note: Function 'MatLoadFunction' argument 4 names different: declaration 'regexp' definition 'regexpmode'.
FreeMat-4.2-Source/libs/libCore/Printf.cpp:86:16: style: Redundant condition: If 'EXPR == '.'', the comparison 'EXPR' is always true. [redundantCondition]
FreeMat-4.2-Source/libs/libCore/Printf.cpp:200:7: style: The scope of the variable 'nprn' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/Printf.cpp:177:8: style: Technically the member function 'PrintfDataServer::HasMoreData' can be const. [functionConst]
FreeMat-4.2-Source/libs/libCore/Printf.cpp:178:8: style: Technically the member function 'PrintfDataServer::WasDataUsed' can be const. [functionConst]
FreeMat-4.2-Source/libs/libCore/Printf.cpp:40:3: style: Class 'PrintfFileStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libCore/Printf.cpp:52:3: style: Class 'PrintfStringStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libCore/Printf.cpp:140:3: style: Class 'PrintfDataServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libCore/Printf.cpp:41:29: style: The function 'operator<<' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Printf.cpp:32:25: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Printf.cpp:41:29: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/Printf.cpp:53:31: style: The function 'operator<<' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libCore/Printf.cpp:32:25: note: Virtual function in base class
FreeMat-4.2-Source/libs/libCore/Printf.cpp:53:31: note: Function in derived class
FreeMat-4.2-Source/libs/libCore/QR.cpp:196:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/QR.cpp:371:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/QR.cpp:557:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/QR.cpp:748:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/RPC.cpp:491:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:1937:52: portability: Undefined behaviour, pointer arithmetic 'values+6' is out of bounds. [pointerOutOfBounds]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:831:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:143:24: style: The scope of the variable 'mag01' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:897:15: style: The scope of the variable 'icount' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:898:14: style: The scope of the variable 'ae' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:954:14: style: The scope of the variable 'prob' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:1098:15: style: The scope of the variable 'itmp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:1098:20: style: The scope of the variable 'iwhich' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:1919:15: style: The scope of the variable 'ichr' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:1664:13: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:2172:33: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:2200:33: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
FreeMat-4.2-Source/libs/libCore/RanLib.cpp:2210:9: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
FreeMat-4.2-Source/libs/libCore/Sparse.cpp:77:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/StringOps.cpp:1268:38: warning: Logical conjunction always evaluates to false: formatspec[i] <= 'a' && formatspec[i] >= 'z'. [incorrectLogicOperator]
FreeMat-4.2-Source/libs/libCore/StringOps.cpp:1268:88: warning: Logical conjunction always evaluates to false: formatspec[i] <= 'A' && formatspec[i] >= 'Z'. [incorrectLogicOperator]
FreeMat-4.2-Source/libs/libCore/StringOps.cpp:1049:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/StringOps.cpp:1274:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/StringOps.cpp:1327:10: style: The scope of the variable 'alldone' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libCore/Unique.cpp:188:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libCore/XML.hpp:42:3: warning: Member variable 'URLRetriever::m_httpGetId' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libCore/helpwidget.cpp:155:32: style: Function 'HelpWindow' argument 1 names different: declaration 'baseURL' definition 'url'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libCore/helpwidget.hpp:63:22: note: Function 'HelpWindow' argument 1 names different: declaration 'baseURL' definition 'url'.
FreeMat-4.2-Source/libs/libCore/helpwidget.cpp:155:32: note: Function 'HelpWindow' argument 1 names different: declaration 'baseURL' definition 'url'.
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:616:10: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:617:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:746:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:747:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:616:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:617:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:746:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:747:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:701:17: style: The scope of the variable 'one_over_denom' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/Axb_core.c:26:0: error: #error This file should not be compiled directly! [preprocessorErrorDirective]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/expfit.c:116:7: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lm_core.c:92:5: style: The scope of the variable 'worksz' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lm_core.c:208:15: style: The scope of the variable 'lm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lm_core.c:447:5: style: The scope of the variable 'worksz' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lm_core.c:447:25: style: The scope of the variable 'issolved' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lm_core.c:584:17: style: The scope of the variable 'lm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lm_core.c:21:0: error: #error This file should not be compiled directly! [preprocessorErrorDirective]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmbc.c:52:0: error: failed to expand 'LM_CNST', Invalid ## usage when expanding '__SUBCNST'. [preprocessorErrorDirective]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmbc_core.c:21:0: error: #error This file should not be compiled directly! [preprocessorErrorDirective]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmblec_core.c:261:15: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmblec_core.c:359:15: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmblec_core.c:261:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmblec_core.c:359:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmblec_core.c:52:0: error: #error This file should not be compiled directly! [preprocessorErrorDirective]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmdemo.c:142:8: style: The scope of the variable 'ui' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmdemo.c:153:8: style: The scope of the variable 'ui' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmdemo.c:153:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmdemo.c:660:17: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmdemo.c:363:11: error: Expression 'jac[j++]=-20.0*p[0]' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmlec_core.c:120:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmlec_core.c:121:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmlec_core.c:120:8: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmlec_core.c:121:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmlec_core.c:270:22: style: The scope of the variable 'Zimm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/lmlec_core.c:21:0: error: #error This file should not be compiled directly! [preprocessorErrorDirective]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:358:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:359:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:358:9: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:359:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:352:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:333:0: note: Variable 'buf' is reassigned a value before the old one has been used.
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:352:5: note: Variable 'buf' is reassigned a value before the old one has been used.
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:147:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:148:18: style: The scope of the variable 'd' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:185:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:186:18: style: The scope of the variable 'd' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:340:17: style: The scope of the variable 'one_over_denom' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:754:45: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libFN/levmar-2.3/misc_core.c:21:0: error: #error This file should not be compiled directly! [preprocessorErrorDirective]
FreeMat-4.2-Source/libs/libFN/mathfunc.cpp:269:13: style: The scope of the variable 'P' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc.cpp:269:15: style: The scope of the variable 'Q' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc.cpp:269:19: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc.cpp:320:9: style: The scope of the variable 'R' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc.cpp:320:11: style: The scope of the variable 'S' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc.cpp:320:13: style: The scope of the variable 'P' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc.cpp:320:15: style: The scope of the variable 'Q' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc.cpp:320:19: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc2.cpp:117:12: style: The scope of the variable 'P' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc2.cpp:117:14: style: The scope of the variable 'Q' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc2.cpp:117:18: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc2.cpp:169:8: style: The scope of the variable 'R' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc2.cpp:169:10: style: The scope of the variable 'S' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc2.cpp:169:12: style: The scope of the variable 'P' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc2.cpp:169:14: style: The scope of the variable 'Q' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFN/mathfunc2.cpp:169:18: style: The scope of the variable 'y' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:45:29: style: Function 'IsColonOp' argument 1 names different: declaration 'arg' definition 'x'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:26:29: note: Function 'IsColonOp' argument 1 names different: declaration 'arg' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:45:29: note: Function 'IsColonOp' argument 1 names different: declaration 'arg' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:70:33: style: Function 'IsNonNegative' argument 1 names different: declaration 'arg' definition 'x'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:27:33: note: Function 'IsNonNegative' argument 1 names different: declaration 'arg' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:70:33: note: Function 'IsNonNegative' argument 1 names different: declaration 'arg' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:88:30: style: Function 'IsUnsigned' argument 1 names different: declaration 'arg' definition 'x'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:29:30: note: Function 'IsUnsigned' argument 1 names different: declaration 'arg' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:88:30: note: Function 'IsUnsigned' argument 1 names different: declaration 'arg' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:113:29: style: Function 'IsInteger' argument 1 names different: declaration 'arg' definition 'x'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:28:29: note: Function 'IsInteger' argument 1 names different: declaration 'arg' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:113:29: note: Function 'IsInteger' argument 1 names different: declaration 'arg' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:209:42: style: Function 'CellConstructor' argument 1 names different: declaration 'data' definition 'arg'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:102:42: note: Function 'CellConstructor' argument 1 names different: declaration 'data' definition 'arg'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:209:42: note: Function 'CellConstructor' argument 1 names different: declaration 'data' definition 'arg'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:314:31: style: Function 'RangeConstructor' argument 1 names different: declaration 'start' definition 'minval'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:119:31: note: Function 'RangeConstructor' argument 1 names different: declaration 'start' definition 'minval'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:314:31: note: Function 'RangeConstructor' argument 1 names different: declaration 'start' definition 'minval'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:314:46: style: Function 'RangeConstructor' argument 2 names different: declaration 'step' definition 'stepsize'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:119:45: note: Function 'RangeConstructor' argument 2 names different: declaration 'step' definition 'stepsize'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:314:46: note: Function 'RangeConstructor' argument 2 names different: declaration 'step' definition 'stepsize'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:314:63: style: Function 'RangeConstructor' argument 3 names different: declaration 'stop' definition 'maxval'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:119:58: note: Function 'RangeConstructor' argument 3 names different: declaration 'stop' definition 'maxval'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:314:63: note: Function 'RangeConstructor' argument 3 names different: declaration 'stop' definition 'maxval'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:314:76: style: Function 'RangeConstructor' argument 4 names different: declaration 'vertical' definition 'vert'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:119:69: note: Function 'RangeConstructor' argument 4 names different: declaration 'vertical' definition 'vert'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:314:76: note: Function 'RangeConstructor' argument 4 names different: declaration 'vertical' definition 'vert'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:599:30: style: Function 'IsPositive' argument 1 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:115:30: note: Function 'IsPositive' argument 1 names different: declaration 'a' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:599:30: note: Function 'IsPositive' argument 1 names different: declaration 'a' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:624:35: style: Function 'IsPositiveOrNaN' argument 1 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:116:35: note: Function 'IsPositiveOrNaN' argument 1 names different: declaration 'a' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:624:35: note: Function 'IsPositiveOrNaN' argument 1 names different: declaration 'a' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:648:38: style: Function 'IsNonNegativeOrNaN' argument 1 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:117:38: note: Function 'IsNonNegativeOrNaN' argument 1 names different: declaration 'a' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:648:38: note: Function 'IsNonNegativeOrNaN' argument 1 names different: declaration 'a' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:678:31: style: Function 'IsSymmetric' argument 1 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:114:31: note: Function 'IsSymmetric' argument 1 names different: declaration 'a' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:678:31: note: Function 'IsSymmetric' argument 1 names different: declaration 'a' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:739:34: style: Function 'DiagonalArray' argument 1 names different: declaration 'f' definition 'A'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:113:34: note: Function 'DiagonalArray' argument 1 names different: declaration 'f' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:739:34: note: Function 'DiagonalArray' argument 1 names different: declaration 'f' definition 'A'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:1045:45: style: Function 'StructConstructor' argument 1 names different: declaration 'fields' definition 'fnames'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:103:45: note: Function 'StructConstructor' argument 1 names different: declaration 'fields' definition 'fnames'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:1045:45: note: Function 'StructConstructor' argument 1 names different: declaration 'fields' definition 'fnames'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:1197:52: style: Function 'TestForCaseMatch' argument 2 names different: declaration 'r' definition 'x'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.hpp:106:52: note: Function 'TestForCaseMatch' argument 2 names different: declaration 'r' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/Algorithms.cpp:1197:52: note: Function 'TestForCaseMatch' argument 2 names different: declaration 'r' definition 'x'.
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:477:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeMat-4.2-Source/libs/libFreeMat/NTuple.hpp:246:19: style: Array index 'non_singular' is used before limits check. [arrayIndexThenCheck]
FreeMat-4.2-Source/libs/libFreeMat/Array.hpp:121:3: warning: Member variable 'Array::m_imag' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Array.hpp:143:3: warning: Member variable 'Array::m_imag' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Array.hpp:172:3: warning: Member variable 'Array::m_imag' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:48:0: performance: Variable 'm_dims' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/BasicArray.hpp:61:0: performance: Variable 'm_dims' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:136:0: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/FastList.hpp:36:0: performance: Variable 'm_slot1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/FastList.hpp:37:0: performance: Variable 'm_slot2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Exception.hpp:50:15: style: Technically the member function 'Exception::wasHandled' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Exception.hpp:56:18: style: Technically the member function 'Exception::msg' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/BasicArray.hpp:617:15: performance: Technically the member function 'ConstSpinIterator::next' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:107:7: style: Technically the member function 'RLEEncoderComplex::row' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:155:14: style: Technically the member function 'RLEEncoderComplex::copyout' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:173:7: style: Technically the member function 'RLEEncoder::row' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:215:14: style: Technically the member function 'RLEEncoder::copyout' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:232:7: style: Technically the member function 'RLEDecoder::row' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:251:5: style: Technically the member function 'RLEDecoder::value' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:256:8: style: Technically the member function 'RLEDecoder::more' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:259:7: style: Technically the member function 'RLEDecoder::nnzs' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:289:7: style: Technically the member function 'RLEDecoderComplex::row' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:305:5: style: Technically the member function 'RLEDecoderComplex::value_real' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:310:5: style: Technically the member function 'RLEDecoderComplex::value_imag' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:315:8: style: Technically the member function 'RLEDecoderComplex::more' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:318:7: style: Technically the member function 'RLEDecoderComplex::nnzs' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Exception.hpp:41:3: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/CommonIterator.hpp:101:3: style: Class 'SpinIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/BasicArray.hpp:615:3: style: Class 'ConstSpinIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:331:3: style: Class 'ConstSparseIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Array.hpp:121:3: style: Class 'Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Array.hpp:143:3: style: Class 'Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Array.hpp:172:3: style: Class 'Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Array.hpp:188:3: style: Class 'Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:227:3: style: Class 'RLEDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:284:3: style: Class 'RLEDecoderComplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < Array >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < QChar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < Array >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < QChar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/FastList.hpp:33:0: style: Class 'FastList < BasicArray < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/FastList.hpp:33:0: style: Class 'FastList < Array >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < bool >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < double >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < Array >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < QChar >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < T >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < bool >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < double >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < Array >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < QChar >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < T >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/ArrayPrivate.hpp:190:1: performance: Function parameter 'c' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/ArrayPrivate.hpp:235:30: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/BasicArray.hpp:59:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/BasicArray.hpp:110:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:534:44: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:456:12: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:475:13: style: The scope of the variable 'argp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:510:13: style: The scope of the variable 'argp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:546:13: style: The scope of the variable 'argp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:583:13: style: The scope of the variable 'argp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:135:3: warning: Member variable 'Scope::numargin' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:135:3: warning: Member variable 'Scope::numargout' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:67:3: warning: Member variable 'stackentry::tokid' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:67:3: warning: Member variable 'stackentry::number' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:67:3: warning: Member variable 'stackentry::steptrap' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:67:3: warning: Member variable 'stackentry::stepcurrentline' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:67:3: warning: Member variable 'stackentry::contextnumber' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:512:12: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
FreeMat-4.2-Source/libs/libFreeMat/Token.hpp:114:12: style: Technically the member function 'ParseException::Position' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Token.hpp:115:11: style: Technically the member function 'ParseException::Text' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:177:18: style: Technically the member function 'Scope::detailString' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:191:23: style: Technically the member function 'Scope::getVariablesAccessedList' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:197:23: style: Technically the member function 'Scope::getLocalVariablesList' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:205:15: style: Technically the member function 'Scope::isnested' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:272:23: style: Technically the member function 'Scope::getGlobalVariablesList' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:309:23: style: Technically the member function 'Scope::getPersistentVariablesList' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:342:18: style: Technically the member function 'Scope::getMangledName' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:348:18: style: Technically the member function 'Scope::getName' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scope.hpp:366:15: style: Technically the member function 'Scope::inLoop' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:91:15: style: Technically the member function 'ArrayReference::valid' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:221:14: style: Technically the member function 'Context::scopeNargin' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:227:14: style: Technically the member function 'Context::scopeNargout' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scanner.hpp:71:12: style: Technically the member function 'Scanner::position' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Parser.hpp:71:11: style: Technically the member function 'Parser::lastErr' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Parser.hpp:72:12: style: Technically the member function 'Parser::lastPos' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Token.hpp:127:3: style: Class 'Token' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Tree.hpp:42:3: style: Class 'Tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Tree.hpp:46:3: style: Class 'Tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:449:3: style: Class 'MexFunctionDef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:492:3: style: Class 'FuncPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:497:3: style: Class 'FuncPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:502:3: style: Class 'FuncPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:46:3: style: Class 'ArrayReference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:162:3: style: Class 'Context' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Context.hpp:779:3: style: Class 'ParentScopeLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:292:3: style: Class 'Interpreter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:224:30: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:128:30: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:224:30: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:225:19: style: The function 'functionName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:132:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:225:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:226:19: style: The function 'detailedName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:136:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:226:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:229:16: style: The function 'printMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:140:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:229:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:235:15: style: The function 'inputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:144:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:235:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:241:15: style: The function 'outputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:148:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:241:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:251:23: style: The function 'evaluateFunc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:152:23: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:251:23: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:258:16: style: The function 'updateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:159:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:258:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:289:30: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:128:30: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:289:30: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:290:19: style: The function 'functionName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:132:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:290:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:291:19: style: The function 'detailedName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:136:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:291:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:294:16: style: The function 'printMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:140:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:294:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:298:15: style: The function 'inputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:144:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:298:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:302:15: style: The function 'outputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:148:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:302:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:306:23: style: The function 'evaluateFunc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:152:23: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:306:23: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:333:30: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:128:30: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:333:30: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:334:19: style: The function 'functionName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:132:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:334:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:335:19: style: The function 'detailedName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:136:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:335:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:338:16: style: The function 'printMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:140:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:338:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:342:15: style: The function 'inputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:144:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:342:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:346:15: style: The function 'outputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:148:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:346:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:350:23: style: The function 'evaluateFunc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:152:23: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:350:23: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:401:30: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:128:30: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:401:30: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:402:19: style: The function 'functionName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:132:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:402:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:403:19: style: The function 'detailedName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:136:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:403:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:406:16: style: The function 'printMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:140:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:406:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:410:15: style: The function 'inputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:144:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:410:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:414:15: style: The function 'outputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:148:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:414:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:418:23: style: The function 'evaluateFunc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:152:23: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:418:23: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:458:30: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:128:30: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:458:30: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:459:19: style: The function 'functionName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:132:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:459:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:460:19: style: The function 'detailedName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:136:19: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:460:19: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:464:16: style: The function 'printMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:140:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:464:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:468:15: style: The function 'inputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:144:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:468:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:472:15: style: The function 'outputArgCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:148:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:472:15: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:476:23: style: The function 'evaluateFunc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:152:23: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:476:23: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:310:20: performance: Function parameter 'threadFuncArgs' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:545:48: style: Function 'get' argument 1 names different: declaration 'indices' definition 'index'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Array.hpp:333:43: note: Function 'get' argument 1 names different: declaration 'indices' definition 'index'.
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:545:48: note: Function 'get' argument 1 names different: declaration 'indices' definition 'index'.
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:749:43: style: Function 'get' argument 1 names different: declaration 'indices' definition 'index'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Array.hpp:334:38: note: Function 'get' argument 1 names different: declaration 'indices' definition 'index'.
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:749:43: note: Function 'get' argument 1 names different: declaration 'indices' definition 'index'.
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:136:8: warning: Member variable 'Array::m_imag' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:158:8: warning: Member variable 'Array::m_imag' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:154:8: warning: Member variable 'Array::m_real' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:154:8: warning: Member variable 'Array::m_imag' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:154:8: warning: Member variable 'Array::m_type' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:170:8: warning: Member variable 'Array::m_imag' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:146:8: warning: Member variable 'Array::m_imag' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < qint64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < qint64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < qint32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < qint32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < qint16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < qint16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < qint8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < qint8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < quint64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < quint64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < quint32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < quint32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < quint16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < quint16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < quint8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < quint8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < QChar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < QChar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:47:0: style: Class 'SparseMatrix < Array >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:65:0: style: Class 'SparseMatrix < Array >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < qint64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < qint32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < qint16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < qint8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < quint64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < quint32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < quint16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:137:0: style: Class 'Vector < quint8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < qint64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < qint32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < qint16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < qint8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < quint64 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < quint32 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < quint16 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:75:0: style: Class 'VectorData < quint8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < float >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < qint64 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < qint32 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < qint16 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < qint8 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < quint64 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < quint32 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < quint16 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:133:0: warning: The class 'Vector < quint8 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < float >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < qint64 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < qint32 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < qint16 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < qint8 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < quint64 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < quint32 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < quint16 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Vector.hpp:50:0: warning: The class 'VectorData < quint8 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FreeMat-4.2-Source/libs/libFreeMat/Array.cpp:621:12: style: Instance of 'Exception' object is destroyed immediately. [unusedScopedObject]
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:608:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:530:38: style: Function 'ClassRHSExpression' argument 1 names different: declaration 'a' definition 'r'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Class.hpp:39:38: note: Function 'ClassRHSExpression' argument 1 names different: declaration 'a' definition 'r'.
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:530:38: note: Function 'ClassRHSExpression' argument 1 names different: declaration 'a' definition 'r'.
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:638:43: style: Function 'ClassAssignExpression' argument 1 names different: declaration 'r' definition 'dst'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Class.hpp:41:43: note: Function 'ClassAssignExpression' argument 1 names different: declaration 'r' definition 'dst'.
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:638:43: note: Function 'ClassAssignExpression' argument 1 names different: declaration 'r' definition 'dst'.
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:387:22: style: Variable 'context' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:416:34: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:416:43: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:416:52: performance: Function parameter 'c' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:438:33: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:438:42: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Class.cpp:455:72: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.cpp:970:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.cpp:603:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.cpp:646:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.cpp:650:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.cpp:1547:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:526:37: style: Boolean variable 'b' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:529:37: style: Boolean variable 'b' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:105:3: warning: Member variable 'VMInstruction::arg2' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:111:3: warning: Member variable 'VMInstruction::arg1' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:111:3: warning: Member variable 'VMInstruction::arg2' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:117:3: warning: Member variable 'VMInstruction::arg1' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:117:3: warning: Member variable 'VMInstruction::arg2' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:122:3: warning: Member variable 'VMInstruction::opclass' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:122:3: warning: Member variable 'VMInstruction::arg1' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:122:3: warning: Member variable 'VMInstruction::arg2' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:122:3: warning: Member variable 'VMInstruction::dest' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:125:3: warning: Member variable 'VMInstruction::arg1' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:125:3: warning: Member variable 'VMInstruction::arg2' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:125:3: warning: Member variable 'VMInstruction::dest' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:130:3: warning: Member variable 'VMInstruction::opclass' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:130:3: warning: Member variable 'VMInstruction::arg1' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:130:3: warning: Member variable 'VMInstruction::arg2' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:130:3: warning: Member variable 'VMInstruction::dest' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:140:3: warning: Member variable 'RegisterReference::m_index' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:140:3: warning: Member variable 'RegisterReference::m_type' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:154:3: warning: Member variable 'SymbolInformation::m_type' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:154:3: warning: Member variable 'SymbolInformation::m_scalar' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:154:3: warning: Member variable 'SymbolInformation::m_argument' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:154:3: warning: Member variable 'SymbolInformation::m_readonly' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:155:3: warning: Member variable 'SymbolInformation::m_readonly' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:141:19: style: Technically the member function 'RegisterReference::index' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:142:22: style: Technically the member function 'RegisterReference::type' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:157:8: style: Technically the member function 'SymbolInformation::isScalar' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:158:8: style: Technically the member function 'SymbolInformation::isArgument' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:159:8: style: Technically the member function 'SymbolInformation::isReadOnly' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:569:19: style: Technically the member function 'VMStream::size' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.cpp:626:20: style: Technically the member function 'LoopSignature::get_scalars' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.cpp:629:20: style: Technically the member function 'LoopSignature::get_matrices' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:130:3: style: Class 'VMInstruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:94:16: performance: Function parameter 'tlit' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:114:16: performance: Function parameter 'tlit' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:123:16: performance: Function parameter 'tlit' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.hpp:127:16: performance: Function parameter 'tlit' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Compiler.cpp:65:31: performance: Function parameter 'varname' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:30:0: style: Technically the member function 'MemBlock < double >::operator[]' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:30:0: style: Technically the member function 'MemBlock < int >::operator[]' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:26:0: style: Class 'MemBlock < double >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:26:0: style: Class 'MemBlock < double >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:26:0: style: Class 'MemBlock < int >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:26:0: style: Class 'MemBlock < int >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:26:0: style: Class 'MemBlock < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:26:0: style: Class 'MemBlock < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:529:43: performance: Function parameter 'A' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:696:41: performance: Function parameter 'A' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:737:54: performance: Function parameter 'A' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:737:63: performance: Function parameter 'B' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:778:51: performance: Function parameter 'A' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:778:60: performance: Function parameter 'B' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:821:49: performance: Function parameter 'A' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:821:58: performance: Function parameter 'B' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:863:52: performance: Function parameter 'A' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/EigenDecompose.cpp:863:61: performance: Function parameter 'B' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Exception.cpp:28:3: performance: Variable 'm_msg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Exception.hpp:49:8: style: Technically the member function 'Exception::matches' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Exception.cpp:36:17: note: Technically the member function 'Exception::matches' can be const.
FreeMat-4.2-Source/libs/libFreeMat/Exception.hpp:49:8: note: Technically the member function 'Exception::matches' can be const.
FreeMat-4.2-Source/libs/libFreeMat/File.cpp:24:3: style: Class 'File' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeMat-4.2-Source/libs/libFreeMat/File.cpp:24:3: style: Class 'File' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeMat-4.2-Source/libs/libFreeMat/File.hpp:32:3: style: Class 'File' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/File.hpp:36:16: style: The function 'writeBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/Stream.hpp:26:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/File.hpp:36:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/File.hpp:38:16: style: The function 'readBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/Stream.hpp:27:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/File.hpp:38:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FuncPtr.cpp:87:12: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/FuncPtr.cpp:242:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/HandleList.hpp:40:16: style: Technically the member function 'HandleList::maxHandle' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/FuncPtr.cpp:39:48: performance: Function parameter 'ptr' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:118:8: style: The scope of the variable 'warningIssued' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:94:40: style: Function 'printMe' argument 1 names different: declaration 'io' definition 'eval'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:229:37: note: Function 'printMe' argument 1 names different: declaration 'io' definition 'eval'.
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:94:40: note: Function 'printMe' argument 1 names different: declaration 'io' definition 'eval'.
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:511:47: style: Function 'printMe' argument 1 names different: declaration 'io' definition 'eval'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:294:37: note: Function 'printMe' argument 1 names different: declaration 'io' definition 'eval'.
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:511:47: note: Function 'printMe' argument 1 names different: declaration 'io' definition 'eval'.
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:542:14: warning: Member variable 'FunctionDef::jitsafe' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:497:21: warning: Member variable 'BuiltInFunctionDef::retCount' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:497:21: warning: Member variable 'BuiltInFunctionDef::argCount' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:497:21: warning: Member variable 'BuiltInFunctionDef::fptr' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:526:21: warning: Member variable 'SpecialFunctionDef::retCount' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:526:21: warning: Member variable 'SpecialFunctionDef::argCount' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:526:21: warning: Member variable 'SpecialFunctionDef::fptr' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:612:3: performance: Variable 'types' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:614:3: performance: Variable 'sizeCheckExpressions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:615:3: performance: Variable 'retType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:792:3: performance: Variable 'fullname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:123:8: style: Technically the member function 'FunctionDef::referenced' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:559:19: note: Technically the member function 'FunctionDef::referenced' can be const.
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:123:8: note: Technically the member function 'FunctionDef::referenced' can be const.
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:454:8: style: Technically the member function 'MexFunctionDef::LoadSuccessful' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:802:22: note: Technically the member function 'MexFunctionDef::LoadSuccessful' can be const.
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.hpp:454:8: note: Technically the member function 'MexFunctionDef::LoadSuccessful' can be const.
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:30:5: style: Technically the member function 'MemBlock::operator[]' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:794:3: style: Class 'MexFunctionDef' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeMat-4.2-Source/libs/libFreeMat/FunctionDef.cpp:794:3: style: Class 'MexFunctionDef' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:26:27: style: Class 'MemBlock' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:26:27: style: Class 'MemBlock' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeMat-4.2-Source/libs/libFreeMat/MemPtr.hpp:26:3: style: Class 'MemBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/OctaveScanner.hpp:11:16: style: The function 'fetch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/Scanner.hpp:54:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/OctaveScanner.hpp:11:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/OctaveScanner.hpp:12:16: style: The function 'fetchOther' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/Scanner.hpp:53:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/OctaveScanner.hpp:12:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/OctaveScanner.hpp:13:16: style: The function 'fetchIdentifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/Scanner.hpp:55:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/OctaveScanner.hpp:13:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/OctaveScanner.hpp:14:16: style: The function 'fetchWhitespace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libFreeMat/Scanner.hpp:52:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libFreeMat/OctaveScanner.hpp:14:16: note: Function in derived class
FreeMat-4.2-Source/libs/libFreeMat/FastList.hpp:36:5: performance: Variable 'm_slot1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/FastList.hpp:37:5: performance: Variable 'm_slot2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/FastList.hpp:33:3: style: Class 'FastList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:396:29: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2451:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2452:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2454:12: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2514:14: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2528:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2539:28: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2555:28: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1302:3: style: Variable 'breakEncountered' is reassigned a value before the old one has been used. [redundantAssignment]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1298:0: note: Variable 'breakEncountered' is reassigned a value before the old one has been used.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1302:3: note: Variable 'breakEncountered' is reassigned a value before the old one has been used.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2770:9: warning: Redundant assignment of 'r' to itself. [selfAssignment]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1657:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2417:8: style: The scope of the variable 'argTypeMap' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:344:13: style: Function 'scanDirectory' argument 3 names different: declaration 'prefixo' definition 'prefix'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:1132:60: note: Function 'scanDirectory' argument 3 names different: declaration 'prefixo' definition 'prefix'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:344:13: note: Function 'scanDirectory' argument 3 names different: declaration 'prefixo' definition 'prefix'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:747:17: style: Function 'DoBinaryOperator' argument 3 names different: declaration 'fname' definition 'funcname'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:739:66: note: Function 'DoBinaryOperator' argument 3 names different: declaration 'fname' definition 'funcname'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:747:17: note: Function 'DoBinaryOperator' argument 3 names different: declaration 'fname' definition 'funcname'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:756:16: style: Function 'DoUnaryOperator' argument 3 names different: declaration 'fname' definition 'funcname'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:743:64: note: Function 'DoUnaryOperator' argument 3 names different: declaration 'fname' definition 'funcname'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:756:16: note: Function 'DoUnaryOperator' argument 3 names different: declaration 'fname' definition 'funcname'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:865:58: style: Function 'multiexpr' argument 2 names different: declaration 'm' definition 'q'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:782:47: note: Function 'multiexpr' argument 2 names different: declaration 'm' definition 'q'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:865:58: note: Function 'multiexpr' argument 2 names different: declaration 'm' definition 'q'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1081:49: style: Function 'FunctionPointer' argument 1 names different: declaration 'args' definition 't'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:747:38: note: Function 'FunctionPointer' argument 1 names different: declaration 'args' definition 't'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1081:49: note: Function 'FunctionPointer' argument 1 names different: declaration 'args' definition 't'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1140:59: style: Function 'testCaseStatement' argument 2 names different: declaration 'x' definition 's'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:1016:48: note: Function 'testCaseStatement' argument 2 names different: declaration 'x' definition 's'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1140:59: note: Function 'testCaseStatement' argument 2 names different: declaration 'x' definition 's'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1624:52: style: Function 'expressionStatement' argument 1 names different: declaration 't' definition 's'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:814:41: note: Function 'expressionStatement' argument 1 names different: declaration 't' definition 's'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1624:52: note: Function 'expressionStatement' argument 1 names different: declaration 't' definition 's'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1677:78: style: Function 'multiassign' argument 3 names different: declaration 'm' definition 'data'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:846:67: note: Function 'multiassign' argument 3 names different: declaration 'm' definition 'data'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1677:78: note: Function 'multiassign' argument 3 names different: declaration 'm' definition 'data'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2506:51: style: Function 'lookupFullPath' argument 1 names different: declaration 'name' definition 'fname'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.hpp:492:40: note: Function 'lookupFullPath' argument 1 names different: declaration 'name' definition 'fname'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2506:51: note: Function 'lookupFullPath' argument 1 names different: declaration 'name' definition 'fname'.
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2035:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2844:3: performance: Variable 'lasterr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:105:3: style: Class 'CLIDisabler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1331:3: style: Class 'ContextLoopLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2313:0: error: Memory leak: keywordNdx [memleak]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:1140:59: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Interpreter.cpp:2102:44: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/LUDecompose.cpp:254:0: style: Variable 'ucols' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libFreeMat/LUDecompose.cpp:194:0: style: Variable 'ucols' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libFreeMat/LUDecompose.cpp:136:0: style: Variable 'ucols' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libFreeMat/LUDecompose.cpp:87:0: style: Variable 'ucols' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libFreeMat/LeastSquaresSolver.cpp:487:39: style: Function 'SolveLeastSquares' argument 1 names different: declaration 'A' definition 'Ain'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/LeastSquaresSolver.hpp:25:38: note: Function 'SolveLeastSquares' argument 1 names different: declaration 'A' definition 'Ain'.
FreeMat-4.2-Source/libs/libFreeMat/LeastSquaresSolver.cpp:487:39: note: Function 'SolveLeastSquares' argument 1 names different: declaration 'A' definition 'Ain'.
FreeMat-4.2-Source/libs/libFreeMat/LeastSquaresSolver.cpp:487:57: style: Function 'SolveLeastSquares' argument 2 names different: declaration 'B' definition 'Bin'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/LeastSquaresSolver.hpp:25:54: note: Function 'SolveLeastSquares' argument 2 names different: declaration 'B' definition 'Bin'.
FreeMat-4.2-Source/libs/libFreeMat/LeastSquaresSolver.cpp:487:57: note: Function 'SolveLeastSquares' argument 2 names different: declaration 'B' definition 'Bin'.
FreeMat-4.2-Source/libs/libFreeMat/LinearEqSolver.cpp:800:35: style: Function 'SolveLinearEq' argument 1 names different: declaration 'A' definition 'Ain'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/LinearEqSolver.hpp:25:34: note: Function 'SolveLinearEq' argument 1 names different: declaration 'A' definition 'Ain'.
FreeMat-4.2-Source/libs/libFreeMat/LinearEqSolver.cpp:800:35: note: Function 'SolveLinearEq' argument 1 names different: declaration 'A' definition 'Ain'.
FreeMat-4.2-Source/libs/libFreeMat/LinearEqSolver.cpp:800:53: style: Function 'SolveLinearEq' argument 2 names different: declaration 'B' definition 'Bin'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/LinearEqSolver.hpp:25:50: note: Function 'SolveLinearEq' argument 2 names different: declaration 'B' definition 'Bin'.
FreeMat-4.2-Source/libs/libFreeMat/LinearEqSolver.cpp:800:53: note: Function 'SolveLinearEq' argument 2 names different: declaration 'B' definition 'Bin'.
FreeMat-4.2-Source/libs/libFreeMat/Malloc.cpp:27:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Math.cpp:38:17: style: The scope of the variable 'u' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Math.cpp:471:33: style: Function 'InvertMatrix' argument 1 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Math.hpp:148:33: note: Function 'InvertMatrix' argument 1 names different: declaration 'A' definition 'a'.
FreeMat-4.2-Source/libs/libFreeMat/Math.cpp:471:33: note: Function 'InvertMatrix' argument 1 names different: declaration 'A' definition 'a'.
FreeMat-4.2-Source/libs/libFreeMat/Math.cpp:702:26: style: Function 'Power' argument 1 names different: declaration 'A' definition 'Ain'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Math.hpp:112:26: note: Function 'Power' argument 1 names different: declaration 'A' definition 'Ain'.
FreeMat-4.2-Source/libs/libFreeMat/Math.cpp:702:26: note: Function 'Power' argument 1 names different: declaration 'A' definition 'Ain'.
FreeMat-4.2-Source/libs/libFreeMat/Math.cpp:702:44: style: Function 'Power' argument 2 names different: declaration 'B' definition 'Bin'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Math.hpp:112:42: note: Function 'Power' argument 2 names different: declaration 'B' definition 'Bin'.
FreeMat-4.2-Source/libs/libFreeMat/Math.cpp:702:44: note: Function 'Power' argument 2 names different: declaration 'B' definition 'Bin'.
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:331:0: style: Class 'ConstSparseIterator < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:331:0: style: Class 'ConstSparseIterator < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/Math.cpp:502:40: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libFreeMat/Module.cpp:87:16: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libFreeMat/Module.cpp:55:33: style: Function 'LoadLibFunction' argument 1 names different: declaration 'nargout' definition 'c_nargout'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Module.hpp:32:33: note: Function 'LoadLibFunction' argument 1 names different: declaration 'nargout' definition 'c_nargout'.
FreeMat-4.2-Source/libs/libFreeMat/Module.cpp:55:33: note: Function 'LoadLibFunction' argument 1 names different: declaration 'nargout' definition 'c_nargout'.
FreeMat-4.2-Source/libs/libFreeMat/Module.cpp:55:62: style: Function 'LoadLibFunction' argument 2 names different: declaration 'arg' definition 'narg'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Module.hpp:32:60: note: Function 'LoadLibFunction' argument 2 names different: declaration 'arg' definition 'narg'.
FreeMat-4.2-Source/libs/libFreeMat/Module.cpp:55:62: note: Function 'LoadLibFunction' argument 2 names different: declaration 'arg' definition 'narg'.
FreeMat-4.2-Source/libs/libFreeMat/Parser.cpp:600:45: style: Function 'expect' argument 1 names different: declaration 't' definition 'a'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Parser.hpp:34:38: note: Function 'expect' argument 1 names different: declaration 't' definition 'a'.
FreeMat-4.2-Source/libs/libFreeMat/Parser.cpp:600:45: note: Function 'expect' argument 1 names different: declaration 't' definition 'a'.
FreeMat-4.2-Source/libs/libFreeMat/Parser.cpp:794:35: style: Function 'match' argument 1 names different: declaration 't' definition 'a'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Parser.hpp:32:29: note: Function 'match' argument 1 names different: declaration 't' definition 'a'.
FreeMat-4.2-Source/libs/libFreeMat/Parser.cpp:794:35: note: Function 'match' argument 1 names different: declaration 't' definition 'a'.
FreeMat-4.2-Source/libs/libFreeMat/Print.cpp:474:37: style: Function 'PrintArrayClassic' argument 2 names different: declaration 'printLimit' definition 'printlimit'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Print.hpp:31:37: note: Function 'PrintArrayClassic' argument 2 names different: declaration 'printLimit' definition 'printlimit'.
FreeMat-4.2-Source/libs/libFreeMat/Print.cpp:474:37: note: Function 'PrintArrayClassic' argument 2 names different: declaration 'printLimit' definition 'printlimit'.
FreeMat-4.2-Source/libs/libFreeMat/Print.cpp:474:62: style: Function 'PrintArrayClassic' argument 3 names different: declaration 'eval' definition 'io'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Print.hpp:31:62: note: Function 'PrintArrayClassic' argument 3 names different: declaration 'eval' definition 'io'.
FreeMat-4.2-Source/libs/libFreeMat/Print.cpp:474:62: note: Function 'PrintArrayClassic' argument 3 names different: declaration 'eval' definition 'io'.
FreeMat-4.2-Source/libs/libFreeMat/QRDecompose.cpp:118:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/QRDecompose.cpp:233:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/QRDecompose.cpp:341:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/QRDecompose.cpp:460:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/QRDecompose.cpp:579:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/QRDecompose.cpp:696:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/QRDecompose.cpp:816:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/QRDecompose.cpp:937:13: style: The scope of the variable 'k' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Scanner.hpp:76:8: style: Technically the member function 'Scanner::inContinuationState' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scanner.cpp:342:15: note: Technically the member function 'Scanner::inContinuationState' can be const.
FreeMat-4.2-Source/libs/libFreeMat/Scanner.hpp:76:8: note: Technically the member function 'Scanner::inContinuationState' can be const.
FreeMat-4.2-Source/libs/libFreeMat/Scanner.hpp:77:8: style: Technically the member function 'Scanner::inBracket' can be const. [functionConst]
FreeMat-4.2-Source/libs/libFreeMat/Scanner.cpp:346:15: note: Technically the member function 'Scanner::inBracket' can be const.
FreeMat-4.2-Source/libs/libFreeMat/Scanner.hpp:77:8: note: Technically the member function 'Scanner::inBracket' can be const.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:126:12: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:131:12: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:239:11: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:241:18: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:252:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:254:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:214:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:229:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:242:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:255:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:82:36: style: Function 'sendSignature' argument 1 names different: declaration 'sig' definition 'type'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.hpp:39:27: note: Function 'sendSignature' argument 1 names different: declaration 'sig' definition 'type'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:82:36: note: Function 'sendSignature' argument 1 names different: declaration 'sig' definition 'type'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:89:37: style: Function 'checkSignature' argument 1 names different: declaration 'sig' definition 'type'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.hpp:41:28: note: Function 'checkSignature' argument 1 names different: declaration 'sig' definition 'type'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:89:37: note: Function 'checkSignature' argument 1 names different: declaration 'sig' definition 'type'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:134:35: style: Function 'putString' argument 1 names different: declaration 't' definition 'p'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.hpp:50:26: note: Function 'putString' argument 1 names different: declaration 't' definition 'p'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:134:35: note: Function 'putString' argument 1 names different: declaration 't' definition 'p'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:142:30: style: Function 'putBool' argument 1 names different: declaration 't' definition 'b'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.hpp:56:21: note: Function 'putBool' argument 1 names different: declaration 't' definition 'b'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:142:30: note: Function 'putBool' argument 1 names different: declaration 't' definition 'b'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:364:50: style: Function 'putDataClass' argument 2 names different: declaration 'sparseflag' definition 'issparse'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/Serialize.hpp:75:41: note: Function 'putDataClass' argument 2 names different: declaration 'sparseflag' definition 'issparse'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.cpp:364:50: note: Function 'putDataClass' argument 2 names different: declaration 'sparseflag' definition 'issparse'.
FreeMat-4.2-Source/libs/libFreeMat/Serialize.hpp:33:3: style: Class 'Serialize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.cpp:44:58: style: Function 'DecompressCCSCols' argument 1 names different: declaration 'ccols' definition 'colstart'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.hpp:27:58: note: Function 'DecompressCCSCols' argument 1 names different: declaration 'ccols' definition 'colstart'.
FreeMat-4.2-Source/libs/libFreeMat/SparseCCS.cpp:44:58: note: Function 'DecompressCCSCols' argument 1 names different: declaration 'ccols' definition 'colstart'.
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.cpp:24:37: style: Function 'PrintMe' argument 1 names different: declaration 'a' definition 'ar'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.hpp:314:37: note: Function 'PrintMe' argument 1 names different: declaration 'a' definition 'ar'.
FreeMat-4.2-Source/libs/libFreeMat/SparseMatrix.cpp:24:37: note: Function 'PrintMe' argument 1 names different: declaration 'a' definition 'ar'.
FreeMat-4.2-Source/libs/libFreeMat/Token.cpp:27:8: warning: Member variable 'Token::m_pos' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Token.cpp:27:8: warning: Member variable 'Token::m_UID' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Token.cpp:24:8: warning: Member variable 'Token::m_UID' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Token.cpp:158:8: warning: Member variable 'Token::m_UID' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libFreeMat/Token.cpp:28:3: performance: Variable 'm_tok' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Token.cpp:159:3: performance: Variable 'm_tok' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Tree.cpp:27:3: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Tree.cpp:32:3: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Tree.cpp:38:3: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Tree.cpp:43:3: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libFreeMat/Tree.cpp:50:3: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:34:12: warning: Member variable 'GLLabel::bits' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:30:12: warning: Member variable 'GLLabel::width' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:30:12: warning: Member variable 'GLLabel::height' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:30:12: warning: Member variable 'GLLabel::x0' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:30:12: warning: Member variable 'GLLabel::y0' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:35:5: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:36:5: performance: Variable 'red' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:37:5: performance: Variable 'green' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:38:5: performance: Variable 'blue' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:39:17: style: Technically the member function 'FreeMat::GLLabel::Text' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:26:24: note: Technically the member function 'FreeMat::GLLabel::Text' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:39:17: note: Technically the member function 'FreeMat::GLLabel::Text' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:45:9: style: Technically the member function 'FreeMat::GLLabel::twidth' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:79:16: note: Technically the member function 'FreeMat::GLLabel::twidth' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:45:9: note: Technically the member function 'FreeMat::GLLabel::twidth' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:46:9: style: Technically the member function 'FreeMat::GLLabel::theight' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:83:16: note: Technically the member function 'FreeMat::GLLabel::theight' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:46:9: note: Technically the member function 'FreeMat::GLLabel::theight' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:47:9: style: Technically the member function 'FreeMat::GLLabel::xoffset' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:87:16: note: Technically the member function 'FreeMat::GLLabel::xoffset' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:47:9: note: Technically the member function 'FreeMat::GLLabel::xoffset' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:48:9: style: Technically the member function 'FreeMat::GLLabel::yoffset' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/GLLabel.cpp:96:16: note: Technically the member function 'FreeMat::GLLabel::yoffset' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLLabel.hpp:48:9: note: Technically the member function 'FreeMat::GLLabel::yoffset' can be const.
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:271:20: error: Array 'proj[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:432:36: style: Function 'circle' argument 1 names different: declaration 'x1' definition 'x'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:91:30: note: Function 'circle' argument 1 names different: declaration 'x1' definition 'x'.
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:432:36: note: Function 'circle' argument 1 names different: declaration 'x1' definition 'x'.
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:432:46: style: Function 'circle' argument 2 names different: declaration 'y1' definition 'y'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:91:41: note: Function 'circle' argument 2 names different: declaration 'y1' definition 'y'.
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:432:46: note: Function 'circle' argument 2 names different: declaration 'y1' definition 'y'.
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:435:40: style: Function 'circleFill' argument 1 names different: declaration 'x1' definition 'x'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:92:34: note: Function 'circleFill' argument 1 names different: declaration 'x1' definition 'x'.
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:435:40: note: Function 'circleFill' argument 1 names different: declaration 'x1' definition 'x'.
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:435:50: style: Function 'circleFill' argument 2 names different: declaration 'y1' definition 'y'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:92:45: note: Function 'circleFill' argument 2 names different: declaration 'y1' definition 'y'.
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:435:50: note: Function 'circleFill' argument 2 names different: declaration 'y1' definition 'y'.
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:368:3: warning: Member variable 'HPConstrainedStringScalar::scalar' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:40:3: warning: Member variable 'ColorData::r' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:40:3: warning: Member variable 'ColorData::g' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:40:3: warning: Member variable 'ColorData::b' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:40:3: warning: Member variable 'ColorData::a' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:50:5: warning: Member variable 'point::x' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:50:5: warning: Member variable 'point::y' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:50:5: warning: Member variable 'point::z' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:77:3: warning: Member variable 'cpoint::x' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:77:3: warning: Member variable 'cpoint::y' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:77:3: warning: Member variable 'cpoint::z' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:77:3: warning: Member variable 'cpoint::r' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:77:3: warning: Member variable 'cpoint::g' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:77:3: warning: Member variable 'cpoint::b' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:77:3: warning: Member variable 'cpoint::a' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:32:17: warning: Member variable 'GLRenderEngine::model' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.cpp:32:17: warning: Member variable 'GLRenderEngine::proj' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:35:8: style: Technically the member function 'HandleProperty::isModified' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:46:9: style: Technically the member function 'HPArray::Data' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:58:21: style: Technically the member function 'HPHandles::Data' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:70:19: style: Technically the member function 'HPVector::Data' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:96:11: style: Technically the member function 'HPString::Data' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:99:8: style: Technically the member function 'HPString::Is' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:110:16: style: Technically the member function 'HPStringSet::Data' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:188:8: style: Technically the member function 'HPColor::IsNone' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:189:10: style: Technically the member function 'HPColor::asQColor' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:81:3: style: Class 'HPFixedVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:118:3: style: Class 'HPConstrainedString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:121:3: style: Class 'HPConstrainedString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:133:3: style: Class 'HPConstrainedStringSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:368:3: style: Class 'HPConstrainedStringScalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:380:3: style: Class 'HPConstrainedStringColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:44:17: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:32:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:44:17: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:45:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:33:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:45:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:56:17: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:32:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:56:17: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:57:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:33:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:57:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:68:17: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:32:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:68:17: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:69:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:33:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:69:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:85:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:69:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:85:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:94:17: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:32:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:94:17: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:95:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:33:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:95:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:108:17: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:32:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:108:17: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:109:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:33:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:109:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:127:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:95:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:127:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:140:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:109:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:140:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:186:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:85:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:186:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:187:9: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:68:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:187:9: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:196:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:69:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:196:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:197:9: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:68:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:197:9: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:371:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:127:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:371:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:372:9: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:94:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:372:9: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:383:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:127:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:383:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:384:9: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:94:17: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:384:9: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:32:8: style: The function 'debug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:84:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:32:8: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:37:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:90:18: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:37:18: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:38:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:91:18: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:38:18: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:39:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:89:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:39:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:40:16: style: The function 'toPixels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:92:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:40:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:41:16: style: The function 'toPixels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:93:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:41:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:42:16: style: The function 'toPixels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:94:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:42:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:43:16: style: The function 'lookAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:95:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:43:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:46:16: style: The function 'scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:98:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:46:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:47:16: style: The function 'mapPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:99:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:47:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:49:16: style: The function 'project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:101:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:49:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:51:16: style: The function 'viewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:103:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:51:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:52:16: style: The function 'quad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:104:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:52:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:56:16: style: The function 'quadline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:108:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:56:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:60:16: style: The function 'tri' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:112:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:60:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:63:16: style: The function 'triLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:115:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:63:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:66:16: style: The function 'color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:118:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:66:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:67:16: style: The function 'setLineStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:119:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:67:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:68:16: style: The function 'lineWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:121:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:68:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:69:16: style: The function 'line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:122:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:69:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:71:16: style: The function 'line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:124:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:71:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:73:16: style: The function 'lineSeries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:126:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:73:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:76:16: style: The function 'setupDirectDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:129:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:76:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:77:16: style: The function 'releaseDirectDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:130:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:77:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:78:16: style: The function 'getModelviewMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:133:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:78:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:79:16: style: The function 'getProjectionMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:132:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:79:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:80:16: style: The function 'getViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:131:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:80:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:81:16: style: The function 'putText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:134:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:81:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:85:16: style: The function 'measureText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:138:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:85:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:88:16: style: The function 'depth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:141:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:88:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:89:16: style: The function 'rect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:142:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:89:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:90:16: style: The function 'rectFill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:143:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:90:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:91:16: style: The function 'circle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:144:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:91:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:92:16: style: The function 'circleFill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:145:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:92:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:93:16: style: The function 'drawImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:146:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:93:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:95:16: style: The function 'drawImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:148:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:95:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:99:16: style: The function 'quadStrips' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:151:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:99:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:101:16: style: The function 'drawPatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:154:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/GLRenderEngine.hpp:101:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/GLWindow.cpp:72:11: warning: Member variable 'GLWidget::scale' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLWindow.cpp:72:11: warning: Member variable 'GLWidget::curquat' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLWindow.cpp:72:11: warning: Member variable 'GLWidget::lastquat' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLWindow.cpp:72:11: warning: Member variable 'GLWidget::W' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLWindow.cpp:72:11: warning: Member variable 'GLWidget::H' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/GLWindow.hpp:32:3: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1474:21: style: Condition 'model[6]<=0' is always true [knownConditionTrueFalse]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1478:21: style: Condition 'model[2]<=0' is always true [knownConditionTrueFalse]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:793:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:862:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:867:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:872:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:885:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:887:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:892:12: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:896:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:917:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:932:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:970:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:972:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:975:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:988:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:990:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:993:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1006:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1008:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1011:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1070:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1119:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1121:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1123:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1125:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1127:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1128:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1129:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1130:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1137:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1144:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1216:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1219:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1221:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1223:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1225:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1226:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1227:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1229:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1231:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1253:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1255:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1277:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1279:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1337:9: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1338:9: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1339:9: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1377:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1381:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1587:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1588:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1589:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1646:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1647:28: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1648:30: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1649:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1709:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1713:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1727:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1731:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1745:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1749:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1767:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1771:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1775:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1779:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1783:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1787:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1805:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1807:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1810:23: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1819:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1821:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1824:23: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1833:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1835:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1838:23: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1846:9: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1848:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1866:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1898:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1909:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1939:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2071:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2081:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2091:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2094:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2155:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2157:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2159:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2162:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2163:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2164:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2168:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2182:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2188:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2190:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2192:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2212:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2238:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2264:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2398:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2400:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2410:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2441:7: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2443:7: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2445:5: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2452:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2481:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2488:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2495:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2501:9: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:2514:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1524:14: warning: Redundant assignment of 'y2pos[2]' to itself. [selfAssignment]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:294:9: style: The scope of the variable 'p' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:978:10: style: The scope of the variable 'xmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:979:10: style: The scope of the variable 'xmax' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:996:10: style: The scope of the variable 'ymin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:997:10: style: The scope of the variable 'ymax' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1014:10: style: The scope of the variable 'zmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1015:10: style: The scope of the variable 'zmax' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1956:11: style: Variable 'aflag' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1957:11: style: Variable 'cflag' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:326:18: style: Array index 'ePtr' is used before limits check. [arrayIndexThenCheck]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:45:12: style: Technically the member function 'HandleObject::RefCount' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:46:8: style: Technically the member function 'HandleObject::isDirty' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:66:7: performance: Technically the member function 'HandleAxis::GetTickCount' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1674:17: note: Technically the member function 'HandleAxis::GetTickCount' can be static.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:66:7: note: Technically the member function 'HandleAxis::GetTickCount' can be static.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:68:8: performance: Technically the member function 'HandleAxis::DrawXGridLine' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1154:18: note: Technically the member function 'HandleAxis::DrawXGridLine' can be static.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:68:8: note: Technically the member function 'HandleAxis::DrawXGridLine' can be static.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:70:8: performance: Technically the member function 'HandleAxis::DrawYGridLine' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1174:18: note: Technically the member function 'HandleAxis::DrawYGridLine' can be static.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:70:8: note: Technically the member function 'HandleAxis::DrawYGridLine' can be static.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:72:8: performance: Technically the member function 'HandleAxis::DrawZGridLine' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1194:18: note: Technically the member function 'HandleAxis::DrawZGridLine' can be static.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:72:8: note: Technically the member function 'HandleAxis::DrawZGridLine' can be static.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:83:8: style: Technically the member function 'HandleAxis::Is2DView' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:1331:18: note: Technically the member function 'HandleAxis::Is2DView' can be const.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:83:8: note: Technically the member function 'HandleAxis::Is2DView' can be const.
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:90:19: style: Technically the member function 'HandleAxis::GetClientAreaInPixels' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:91:16: warning: Virtual function 'ConstructProperties' is called from constructor 'HandleAxis()' at line 763. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.cpp:763:3: note: Calling ConstructProperties
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:91:16: note: ConstructProperties is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.hpp:39:3: style: Class 'HandleFigure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:92:16: style: The function 'UpdateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:50:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:92:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:94:16: style: The function 'PaintMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:79:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleAxis.hpp:94:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.hpp:41:8: style: The function 'PaintMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:79:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.hpp:41:8: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleText.hpp:32:16: style: The function 'UpdateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:50:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleText.hpp:32:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleText.hpp:33:16: style: The function 'PaintMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:79:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleText.hpp:33:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:64:8: style: The function 'debug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:84:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:64:8: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:68:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:90:18: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:68:18: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:69:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:91:18: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:69:18: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:70:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:89:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:70:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:71:16: style: The function 'toPixels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:92:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:71:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:72:16: style: The function 'toPixels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:93:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:72:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:73:16: style: The function 'toPixels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:94:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:73:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:75:16: style: The function 'lookAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:95:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:75:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:78:16: style: The function 'scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:98:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:78:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:79:16: style: The function 'mapPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:99:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:79:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:81:16: style: The function 'project' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:101:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:81:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:83:16: style: The function 'viewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:103:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:83:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:84:16: style: The function 'quad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:104:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:84:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:88:16: style: The function 'quadline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:108:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:88:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:92:16: style: The function 'tri' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:112:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:92:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:95:16: style: The function 'triLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:115:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:95:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:98:16: style: The function 'color' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:118:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:98:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:99:16: style: The function 'setLineStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:119:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:99:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:100:16: style: The function 'lineWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:121:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:100:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:101:16: style: The function 'line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:122:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:101:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:103:16: style: The function 'line' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:124:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:103:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:105:16: style: The function 'lineSeries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:126:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:105:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:108:16: style: The function 'setupDirectDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:129:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:108:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:109:16: style: The function 'releaseDirectDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:130:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:109:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:110:16: style: The function 'getModelviewMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:133:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:110:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:111:16: style: The function 'getProjectionMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:132:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:111:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:112:16: style: The function 'getViewport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:131:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:112:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:113:16: style: The function 'putText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:134:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:113:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:117:16: style: The function 'measureText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:138:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:117:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:120:16: style: The function 'depth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:141:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:120:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:121:16: style: The function 'rect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:142:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:121:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:122:16: style: The function 'rectFill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:143:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:122:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:123:16: style: The function 'circle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:144:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:123:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:124:16: style: The function 'circleFill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:145:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:124:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:125:16: style: The function 'drawImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:146:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:125:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:127:16: style: The function 'drawImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:148:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:127:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:130:16: style: The function 'quadStrips' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:151:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:130:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:136:16: style: The function 'setClipBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:153:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:136:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:137:16: style: The function 'drawPatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/RenderEngine.hpp:154:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:137:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:264:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:323:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:348:5: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:390:13: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:396:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:487:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:488:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:492:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:534:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:690:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:1039:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:346:26: style: Checking if unsigned variable 'gp->RefCount()' is less than zero. [unsignedLessThanZero]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:90:34: style: Function 'NotifyFigureClosed' argument 1 names different: declaration 'handle' definition 'figNum'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.hpp:41:34: note: Function 'NotifyFigureClosed' argument 1 names different: declaration 'handle' definition 'figNum'.
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:90:34: note: Function 'NotifyFigureClosed' argument 1 names different: declaration 'handle' definition 'figNum'.
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:101:34: style: Function 'NotifyFigureActive' argument 1 names different: declaration 'handle' definition 'figNum'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.hpp:42:34: note: Function 'NotifyFigureActive' argument 1 names different: declaration 'handle' definition 'figNum'.
FreeMat-4.2-Source/libs/libGraphics/HandleCommands.cpp:101:34: note: Function 'NotifyFigureActive' argument 1 names different: declaration 'handle' definition 'figNum'.
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:30:16: style: The function 'UpdateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:50:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:30:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:31:16: style: The function 'PaintMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:79:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:31:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:32:19: style: The function 'GetLimits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:51:27: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:32:19: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:38:16: style: The function 'UpdateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:50:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:38:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:39:16: style: The function 'PaintMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:79:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:39:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:40:19: style: The function 'GetLimits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:51:27: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:40:19: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:37:16: style: The function 'ConstructProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:36:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:37:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:38:16: style: The function 'SetupDefaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:37:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:38:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:39:16: style: The function 'UpdateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:38:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:39:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:40:16: style: The function 'PaintMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:39:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:40:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:41:19: style: The function 'GetLimits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:51:27: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:41:19: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:35:16: style: The function 'PaintMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:79:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:35:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:36:16: style: The function 'UpdateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:50:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:36:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:37:19: style: The function 'GetLimits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:51:27: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:37:19: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:48:16: style: The function 'UpdateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:50:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:48:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:49:16: style: The function 'PaintMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:79:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:49:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:50:19: style: The function 'GetLimits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:51:27: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:50:19: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.hpp:38:16: style: The function 'UpdateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:50:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.hpp:38:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.hpp:39:16: style: The function 'PaintMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:79:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.hpp:39:16: note: Function in derived class
FreeMat-4.2-Source/libs/libGraphics/HandleContour.cpp:296:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleContour.cpp:362:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleContour.cpp:382:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleContour.cpp:384:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleContour.cpp:403:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleContour.cpp:408:26: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:46:16: warning: Virtual function 'ConstructProperties' is called from constructor 'HandleContour()' at line 27. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleContour.cpp:27:3: note: Calling ConstructProperties
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:46:16: note: ConstructProperties is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:47:16: warning: Virtual function 'SetupDefaults' is called from constructor 'HandleContour()' at line 28. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleContour.cpp:28:3: note: Calling SetupDefaults
FreeMat-4.2-Source/libs/libGraphics/HandleContour.hpp:47:16: note: SetupDefaults is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.cpp:79:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.cpp:83:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.cpp:154:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.cpp:158:27: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.hpp:42:16: warning: Virtual function 'ConstructProperties' is called from constructor 'HandleFigure(HandleWindow*win)' at line 26. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.cpp:26:3: note: Calling ConstructProperties
FreeMat-4.2-Source/libs/libGraphics/HandleFigure.hpp:42:16: note: ConstructProperties is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:33:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:34:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:123:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:156:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:158:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:214:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:218:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:221:25: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:291:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:298:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:311:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:312:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:314:23: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:315:23: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:245:7: style: Variable 'ndx' is reassigned a value before the old one has been used. [redundantAssignment]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:244:0: note: Variable 'ndx' is reassigned a value before the old one has been used.
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:245:7: note: Variable 'ndx' is reassigned a value before the old one has been used.
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:194:12: style: Function 'PrepImageRGBNoAlphaMap' argument 5 names different: declaration 'intData' definition 'cdata_is_integer'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:30:39: note: Function 'PrepImageRGBNoAlphaMap' argument 5 names different: declaration 'intData' definition 'cdata_is_integer'.
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:194:12: note: Function 'PrepImageRGBNoAlphaMap' argument 5 names different: declaration 'intData' definition 'cdata_is_integer'.
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:36:16: warning: Virtual function 'ConstructProperties' is called from constructor 'HandleImage()' at line 25. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:25:3: note: Calling ConstructProperties
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:36:16: note: ConstructProperties is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:37:16: warning: Virtual function 'SetupDefaults' is called from constructor 'HandleImage()' at line 26. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleImage.cpp:26:3: note: Calling SetupDefaults
FreeMat-4.2-Source/libs/libGraphics/HandleImage.hpp:37:16: note: SetupDefaults is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.cpp:69:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.cpp:71:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.cpp:81:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.cpp:89:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.cpp:109:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.cpp:110:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:28:16: warning: Virtual function 'ConstructProperties' is called from constructor 'HandleLineSeries()' at line 26. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.cpp:26:3: note: Calling ConstructProperties
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:28:16: note: ConstructProperties is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:29:16: warning: Virtual function 'SetupDefaults' is called from constructor 'HandleLineSeries()' at line 27. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.cpp:27:3: note: Calling SetupDefaults
FreeMat-4.2-Source/libs/libGraphics/HandleLineSeries.hpp:29:16: note: SetupDefaults is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleMultiEdit.hpp:30:3: style: Class 'HandleMultiEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:27:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:32:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:77:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:117:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:125:23: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:129:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:132:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:139:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:143:23: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:150:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:155:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:160:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:165:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:170:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:185:5: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:199:5: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:209:29: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:216:32: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:218:4: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:222:23: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:228:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:233:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:238:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:243:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:248:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:253:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:37:19: style: The scope of the variable 'hp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:57:19: style: The scope of the variable 'hp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:85:26: style: Checking if unsigned variable 'gp->RefCount()' is less than zero. [unsignedLessThanZero]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:177:48: style: Function 'AddProperty' argument 1 names different: declaration 'prop' definition 'hp'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:59:36: note: Function 'AddProperty' argument 1 names different: declaration 'prop' definition 'hp'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:177:48: note: Function 'AddProperty' argument 1 names different: declaration 'prop' definition 'hp'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:183:19: style: Function 'SetConstrainedStringScalarDefault' argument 3 names different: declaration 'scalar' definition 'sval'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:69:78: note: Function 'SetConstrainedStringScalarDefault' argument 3 names different: declaration 'scalar' definition 'sval'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:183:19: note: Function 'SetConstrainedStringScalarDefault' argument 3 names different: declaration 'scalar' definition 'sval'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:195:18: style: Function 'SetConstrainedStringColorDefault' argument 3 names different: declaration 'r' definition 'red'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:70:77: note: Function 'SetConstrainedStringColorDefault' argument 3 names different: declaration 'r' definition 'red'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:195:18: note: Function 'SetConstrainedStringColorDefault' argument 3 names different: declaration 'r' definition 'red'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:196:18: style: Function 'SetConstrainedStringColorDefault' argument 4 names different: declaration 'g' definition 'green'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:70:87: note: Function 'SetConstrainedStringColorDefault' argument 4 names different: declaration 'g' definition 'green'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:196:18: note: Function 'SetConstrainedStringColorDefault' argument 4 names different: declaration 'g' definition 'green'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:197:18: style: Function 'SetConstrainedStringColorDefault' argument 5 names different: declaration 'b' definition 'blue'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:70:97: note: Function 'SetConstrainedStringColorDefault' argument 5 names different: declaration 'b' definition 'blue'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:197:18: note: Function 'SetConstrainedStringColorDefault' argument 5 names different: declaration 'b' definition 'blue'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:215:73: style: Function 'SetConstrainedStringSetDefault' argument 2 names different: declaration 'value' definition 'values'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:68:61: note: Function 'SetConstrainedStringSetDefault' argument 2 names different: declaration 'value' definition 'values'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:215:73: note: Function 'SetConstrainedStringSetDefault' argument 2 names different: declaration 'value' definition 'values'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:291:23: style: Function 'ArrayMin' argument 1 names different: declaration 'x' definition 'a'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:33:23: note: Function 'ArrayMin' argument 1 names different: declaration 'x' definition 'a'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:291:23: note: Function 'ArrayMin' argument 1 names different: declaration 'x' definition 'a'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:312:23: style: Function 'ArrayMax' argument 1 names different: declaration 'x' definition 'a'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleObject.hpp:34:23: note: Function 'ArrayMax' argument 1 names different: declaration 'x' definition 'a'.
FreeMat-4.2-Source/libs/libGraphics/HandleObject.cpp:312:23: note: Function 'ArrayMax' argument 1 names different: declaration 'x' definition 'a'.
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.cpp:222:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.cpp:303:37: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.cpp:319:37: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:33:16: warning: Virtual function 'ConstructProperties' is called from constructor 'HandlePatch()' at line 26. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.cpp:26:3: note: Calling ConstructProperties
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:33:16: note: ConstructProperties is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:34:16: warning: Virtual function 'SetupDefaults' is called from constructor 'HandlePatch()' at line 27. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.cpp:27:3: note: Calling SetupDefaults
FreeMat-4.2-Source/libs/libGraphics/HandlePatch.hpp:34:16: note: SetupDefaults is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.cpp:284:47: style: Function 'Scalar' argument 1 names different: declaration 'val' definition 'scal'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:374:22: note: Function 'Scalar' argument 1 names different: declaration 'val' definition 'scal'.
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.cpp:284:47: note: Function 'Scalar' argument 1 names different: declaration 'val' definition 'scal'.
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:373:10: style: Technically the member function 'HPConstrainedStringScalar::Scalar' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.cpp:280:35: note: Technically the member function 'HPConstrainedStringScalar::Scalar' can be const.
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:373:10: note: Technically the member function 'HPConstrainedStringScalar::Scalar' can be const.
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:385:19: style: Technically the member function 'HPConstrainedStringColor::ColorSpec' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.cpp:296:43: note: Technically the member function 'HPConstrainedStringColor::ColorSpec' can be const.
FreeMat-4.2-Source/libs/libGraphics/HandleProperty.hpp:385:19: note: Technically the member function 'HPConstrainedStringColor::ColorSpec' can be const.
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:214:18: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:257:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:270:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:276:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:307:38: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:309:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:311:38: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:313:10: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:37:16: warning: Virtual function 'ConstructProperties' is called from constructor 'HandleSurface()' at line 25. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:25:3: note: Calling ConstructProperties
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:37:16: note: ConstructProperties is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:38:16: warning: Virtual function 'SetupDefaults' is called from constructor 'HandleSurface()' at line 26. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:26:3: note: Calling SetupDefaults
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.hpp:38:16: note: SetupDefaults is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleSurface.cpp:405:0: error: Memory leak: dummyline [memleak]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:38:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:39:28: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:40:30: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:41:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:60:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:93:21: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:100:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:128:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:137:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:140:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:149:17: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleText.hpp:30:16: warning: Virtual function 'ConstructProperties' is called from constructor 'HandleText()' at line 28. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:28:3: note: Calling ConstructProperties
FreeMat-4.2-Source/libs/libGraphics/HandleText.hpp:30:16: note: ConstructProperties is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleText.hpp:31:16: warning: Virtual function 'SetupDefaults' is called from constructor 'HandleText()' at line 29. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleText.cpp:29:3: note: Calling SetupDefaults
FreeMat-4.2-Source/libs/libGraphics/HandleText.hpp:31:16: note: SetupDefaults is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:140:3: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:161:6: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:282:6: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:287:6: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:295:6: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:300:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:302:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:307:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:309:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:314:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:316:8: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:321:34: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:506:4: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.hpp:36:16: warning: Virtual function 'ConstructProperties' is called from constructor 'HandleUIControl()' at line 26. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:26:3: note: Calling ConstructProperties
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.hpp:36:16: note: ConstructProperties is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.hpp:37:16: warning: Virtual function 'SetupDefaults' is called from constructor 'HandleUIControl()' at line 27. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.cpp:27:3: note: Calling SetupDefaults
FreeMat-4.2-Source/libs/libGraphics/HandleUIControl.hpp:37:16: note: SetupDefaults is a virtual method
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:156:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:33:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:100:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:391:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:397:33: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:401:15: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:428:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:431:7: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:445:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:446:15: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:447:19: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:618:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:623:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:678:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:683:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:700:22: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/HandleWindow.cpp:705:9: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libGraphics/Label.cpp:37:14: warning: Member variable 'FormulaTree::m_size' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/Label.cpp:37:14: warning: Member variable 'FormulaTree::m_ascent' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/Label.cpp:42:3: performance: Variable 'm_text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libGraphics/Label.cpp:176:3: performance: Variable 'm_rawtext' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libGraphics/Label.cpp:360:5: performance: Variable 'm_text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libGraphics/Label.hpp:62:7: style: Technically the member function 'TexLabel::Metrics' can be const. [functionConst]
FreeMat-4.2-Source/libs/libGraphics/Label.cpp:350:17: note: Technically the member function 'TexLabel::Metrics' can be const.
FreeMat-4.2-Source/libs/libGraphics/Label.hpp:62:7: note: Technically the member function 'TexLabel::Metrics' can be const.
FreeMat-4.2-Source/libs/libGraphics/Label.cpp:175:32: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:240:36: style: Function 'lookAt' argument 1 names different: declaration 'px' definition 'eyex'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:75:30: note: Function 'lookAt' argument 1 names different: declaration 'px' definition 'eyex'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:240:36: note: Function 'lookAt' argument 1 names different: declaration 'px' definition 'eyex'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:240:49: style: Function 'lookAt' argument 2 names different: declaration 'py' definition 'eyey'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:75:41: note: Function 'lookAt' argument 2 names different: declaration 'py' definition 'eyey'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:240:49: note: Function 'lookAt' argument 2 names different: declaration 'py' definition 'eyey'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:240:62: style: Function 'lookAt' argument 3 names different: declaration 'pz' definition 'eyez'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:75:52: note: Function 'lookAt' argument 3 names different: declaration 'pz' definition 'eyez'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:240:62: note: Function 'lookAt' argument 3 names different: declaration 'pz' definition 'eyez'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:241:15: style: Function 'lookAt' argument 4 names different: declaration 'tx' definition 'centerx'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:76:16: note: Function 'lookAt' argument 4 names different: declaration 'tx' definition 'centerx'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:241:15: note: Function 'lookAt' argument 4 names different: declaration 'tx' definition 'centerx'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:241:31: style: Function 'lookAt' argument 5 names different: declaration 'ty' definition 'centery'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:76:27: note: Function 'lookAt' argument 5 names different: declaration 'ty' definition 'centery'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:241:31: note: Function 'lookAt' argument 5 names different: declaration 'ty' definition 'centery'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:241:47: style: Function 'lookAt' argument 6 names different: declaration 'tz' definition 'centerz'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:76:38: note: Function 'lookAt' argument 6 names different: declaration 'tz' definition 'centerz'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:241:47: note: Function 'lookAt' argument 6 names different: declaration 'tz' definition 'centerz'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:242:15: style: Function 'lookAt' argument 7 names different: declaration 'ux' definition 'upx'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:77:16: note: Function 'lookAt' argument 7 names different: declaration 'ux' definition 'upx'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:242:15: note: Function 'lookAt' argument 7 names different: declaration 'ux' definition 'upx'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:242:27: style: Function 'lookAt' argument 8 names different: declaration 'uy' definition 'upy'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:77:27: note: Function 'lookAt' argument 8 names different: declaration 'uy' definition 'upy'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:242:27: note: Function 'lookAt' argument 8 names different: declaration 'uy' definition 'upy'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:242:39: style: Function 'lookAt' argument 9 names different: declaration 'uz' definition 'upz'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:77:38: note: Function 'lookAt' argument 9 names different: declaration 'uz' definition 'upz'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:242:39: note: Function 'lookAt' argument 9 names different: declaration 'uz' definition 'upz'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:279:37: style: Function 'project' argument 1 names different: declaration 'xmin' definition 'left'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:81:31: note: Function 'project' argument 1 names different: declaration 'xmin' definition 'left'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:279:37: note: Function 'project' argument 1 names different: declaration 'xmin' definition 'left'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:279:50: style: Function 'project' argument 2 names different: declaration 'xmax' definition 'right'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:81:44: note: Function 'project' argument 2 names different: declaration 'xmax' definition 'right'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:279:50: note: Function 'project' argument 2 names different: declaration 'xmax' definition 'right'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:280:16: style: Function 'project' argument 3 names different: declaration 'ymin' definition 'bottom'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:81:57: note: Function 'project' argument 3 names different: declaration 'ymin' definition 'bottom'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:280:16: note: Function 'project' argument 3 names different: declaration 'ymin' definition 'bottom'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:280:31: style: Function 'project' argument 4 names different: declaration 'ymax' definition 'top'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:81:70: note: Function 'project' argument 4 names different: declaration 'ymax' definition 'top'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:280:31: note: Function 'project' argument 4 names different: declaration 'ymax' definition 'top'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:281:16: style: Function 'project' argument 5 names different: declaration 'zmin' definition 'near'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:82:17: note: Function 'project' argument 5 names different: declaration 'zmin' definition 'near'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:281:16: note: Function 'project' argument 5 names different: declaration 'zmin' definition 'near'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:281:29: style: Function 'project' argument 6 names different: declaration 'zmax' definition 'far'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.hpp:82:30: note: Function 'project' argument 6 names different: declaration 'zmax' definition 'far'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:281:29: note: Function 'project' argument 6 names different: declaration 'zmax' definition 'far'.
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:208:3: style: Variable 'wprime' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:225:3: style: Variable 'wprime' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:36:17: warning: Member variable 'QTRenderEngine::model' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:36:17: warning: Member variable 'QTRenderEngine::proj' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:36:17: warning: Member variable 'QTRenderEngine::viewp' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:36:17: warning: Member variable 'QTRenderEngine::save_model' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:36:17: warning: Member variable 'QTRenderEngine::save_proj' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/QTRenderEngine.cpp:36:17: warning: Member variable 'QTRenderEngine::save_viewp' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libGraphics/trackball.cpp:240:14: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMatC/CArray.cpp:54:11: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libMatC/CArray.cpp:160:23: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libMatC/CArray.cpp:176:0: error: Memory leak: cp [memleak]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:96:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:591:8: style: The scope of the variable 'scalarSpecialCase' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:942:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:39:3: warning: Member variable 'CSymbol::m_isMFunction' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:39:3: warning: Member variable 'CSymbol::m_isJITsafe' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:39:3: warning: Member variable 'CSymbol::m_argcount' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:39:3: warning: Member variable 'CSymbol::m_retcount' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:41:15: style: Technically the member function 'CSymbol::name' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:42:13: style: Technically the member function 'CSymbol::typeinfo' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:44:8: style: Technically the member function 'CSymbol::isscalar' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:46:8: style: Technically the member function 'CSymbol::istemporary' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:47:8: style: Technically the member function 'CSymbol::isFunction' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:48:8: style: Technically the member function 'CSymbol::isMFunction' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:50:7: style: Technically the member function 'CSymbol::argcount' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:52:7: style: Technically the member function 'CSymbol::retcount' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:54:8: style: Technically the member function 'CSymbol::isJITsafe' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:57:8: style: Technically the member function 'CSymbol::isused' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:92:8: performance: Technically the member function 'CWriter::Dump' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:203:15: note: Technically the member function 'CWriter::Dump' can be static.
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:92:8: note: Technically the member function 'CWriter::Dump' can be static.
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:100:8: performance: Technically the member function 'CWriter::EndElse' can be static. [functionStatic]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:196:15: note: Technically the member function 'CWriter::EndElse' can be static.
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:100:8: note: Technically the member function 'CWriter::EndElse' can be static.
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:106:15: style: Technically the member function 'CWriter::GetInternalCode' can be const. [functionConst]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:214:22: note: Technically the member function 'CWriter::GetInternalCode' can be const.
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:106:15: note: Technically the member function 'CWriter::GetInternalCode' can be const.
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:56:3: style: Class 'RescanDisabler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.hpp:39:23: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:100:37: performance: Function parameter 'txt' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:105:35: performance: Function parameter 'sig' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:165:36: performance: Function parameter 'op' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:174:61: performance: Function parameter 'member' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:178:41: performance: Function parameter 'funcname' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:227:45: performance: Function parameter 'keyword' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:232:38: performance: Function parameter 'txt' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:268:52: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:411:42: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:418:40: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:428:41: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFunc.cpp:1000:57: performance: Function parameter 'funcname' should be passed by const reference. [passedByValue]
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.cpp:129:19: style: Unused variable: Error [unusedVariable]
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.cpp:51:16: warning: Member variable 'CJitFuncClang::EE' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.cpp:51:16: warning: Member variable 'CJitFuncClang::comp' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.cpp:51:16: warning: Member variable 'CJitFuncClang::func' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.cpp:54:3: style: Class 'CJitFuncClang' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.cpp:54:3: style: Class 'CJitFuncClang' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.hpp:25:3: style: Class 'CJitFuncClang' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.hpp:27:8: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libMatC/JITFuncBase.hpp:10:16: note: Virtual function in base class
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.hpp:27:8: note: Function in derived class
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.hpp:28:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FreeMat-4.2-Source/libs/libMatC/JITFuncBase.hpp:11:15: note: Virtual function in base class
FreeMat-4.2-Source/libs/libMatC/CJitFuncClang.hpp:28:7: note: Function in derived class
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgbmv.c:28:31: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgbmv.c:28:39: style: The scope of the variable 'jx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgbmv.c:28:43: style: The scope of the variable 'jy' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgemm.c:197:2: style: Variable 'ncola' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgemv.c:20:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgemv.c:27:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgemv.c:27:36: style: The scope of the variable 'jx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgemv.c:27:40: style: The scope of the variable 'jy' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgerc.c:26:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgerc.c:26:36: style: The scope of the variable 'kx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgeru.c:23:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cgeru.c:23:36: style: The scope of the variable 'kx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/chbmv.c:31:20: style: The scope of the variable 'kplus1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cher2k.c:22:18: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cher2k.c:22:24: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cher2k.c:22:30: style: The scope of the variable 'i__7' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cherk.c:20:73: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/cherk.c:21:6: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/crotg.c:22:30: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/csyr2k.c:22:24: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/csyr2k.c:22:30: style: The scope of the variable 'i__7' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/csyrk.c:21:6: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ctbmv.c:20:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ctbsv.c:20:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ctpmv.c:20:37: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ctpsv.c:20:37: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ctrmv.c:20:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ctrsv.c:20:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dgbmv.c:24:31: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dgbmv.c:24:39: style: The scope of the variable 'jx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dgbmv.c:24:43: style: The scope of the variable 'jy' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dgemm.c:188:2: style: Variable 'ncola' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dgemv.c:23:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dgemv.c:23:36: style: The scope of the variable 'jx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dgemv.c:23:40: style: The scope of the variable 'jy' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dger.c:23:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dger.c:23:36: style: The scope of the variable 'kx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dnrm2.c:22:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/drotg.c:26:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dsbmv.c:26:20: style: The scope of the variable 'kplus1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dsymm.c:26:30: style: The scope of the variable 'temp2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dznrm2.c:22:37: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dznrm2.c:18:13: style: The scope of the variable 'i__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dznrm2.c:18:19: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dznrm2.c:18:25: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dznrm2.c:19:25: style: The scope of the variable 'd__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dznrm2.c:25:20: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dznrm2.c:26:23: style: The scope of the variable 'ssq' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dznrm2.c:26:28: style: The scope of the variable 'temp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/dznrm2.c:26:40: style: The scope of the variable 'scale' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/scnrm2.c:22:31: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/scnrm2.c:18:13: style: The scope of the variable 'i__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/scnrm2.c:18:19: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/scnrm2.c:18:25: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/scnrm2.c:19:19: style: The scope of the variable 'r__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/scnrm2.c:25:20: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/scnrm2.c:26:17: style: The scope of the variable 'ssq' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/scnrm2.c:26:22: style: The scope of the variable 'temp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/scnrm2.c:26:34: style: The scope of the variable 'scale' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/sgbmv.c:23:31: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/sgbmv.c:23:39: style: The scope of the variable 'jx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/sgbmv.c:23:43: style: The scope of the variable 'jy' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/sgemm.c:188:2: style: Variable 'ncola' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/sgemv.c:23:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/sgemv.c:23:36: style: The scope of the variable 'jx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/sgemv.c:23:40: style: The scope of the variable 'jy' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/sger.c:22:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/sger.c:22:36: style: The scope of the variable 'kx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/snrm2.c:22:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/srotg.c:25:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ssbmv.c:26:20: style: The scope of the variable 'kplus1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ssymm.c:25:24: style: The scope of the variable 'temp2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgbmv.c:28:31: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgbmv.c:28:39: style: The scope of the variable 'jx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgbmv.c:28:43: style: The scope of the variable 'jy' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgemm.c:197:2: style: Variable 'ncola' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgemv.c:21:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgemv.c:28:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgemv.c:28:36: style: The scope of the variable 'jx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgemv.c:28:40: style: The scope of the variable 'jy' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgerc.c:27:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgerc.c:27:36: style: The scope of the variable 'kx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgeru.c:24:28: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zgeru.c:24:36: style: The scope of the variable 'kx' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zhbmv.c:32:20: style: The scope of the variable 'kplus1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zher2k.c:22:18: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zher2k.c:22:24: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zher2k.c:22:30: style: The scope of the variable 'i__7' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zherk.c:20:73: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zherk.c:21:6: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zrotg.c:25:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zsyr2k.c:22:24: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zsyr2k.c:22:30: style: The scope of the variable 'i__7' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/zsyrk.c:22:6: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ztbmv.c:20:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ztbsv.c:20:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ztpmv.c:20:37: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ztpsv.c:20:37: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ztrmv.c:20:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libBLAS_C/ztrsv.c:20:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cbdsqr.c:34:48: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgebd2.c:24:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgebrd.c:38:20: style: The scope of the variable 'nbmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgeev.c:35:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgeevx.c:37:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgesvd.c:38:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgetf2.c:31:23: style: The scope of the variable 'jp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgetrf.c:25:37: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgetrf.c:25:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgetrf.c:29:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgetri.c:26:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgetri.c:26:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgetri.c:30:36: style: The scope of the variable 'jj' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgetri.c:30:40: style: The scope of the variable 'jp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cgetri.c:30:44: style: The scope of the variable 'nn' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cggev.c:35:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cheev.c:32:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cheev.c:35:20: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cheev.c:260:12: style: Variable 'lopt' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/chegv.c:30:20: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/chegv.c:38:17: style: The scope of the variable 'trans' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/chetd2.c:24:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/chetrd.c:34:20: style: The scope of the variable 'nbmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/clacgv.c:25:25: style: The scope of the variable 'ioff' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/claic1.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/clange.c:27:30: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/clanhe.c:27:30: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/clanhs.c:27:30: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/clantr.c:28:30: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/claqp2.c:30:30: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/claqp2.c:35:20: style: The scope of the variable 'pvt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/claqp2.c:39:20: style: The scope of the variable 'offpi' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/claqps.c:32:30: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/clarft.c:25:67: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/clartg.c:28:12: warning: Return value of function log() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/clartg.c:29:6: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/classq.c:19:13: style: The scope of the variable 'i__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/classq.c:19:19: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/classq.c:19:25: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/classq.c:20:10: style: The scope of the variable 'r__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/classq.c:26:20: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/classq.c:27:17: style: The scope of the variable 'temp1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/claswp.c:19:61: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/claswp.c:22:25: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/clatrd.c:31:25: style: The scope of the variable 'iw' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cpotf2.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/csteqr.c:33:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/csteqr.c:253:36: error: Expression 'r__1=d__[m],(double)((r__1)>=0?r__1:-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/csteqr.c:254:11: error: Expression 'r__2=d__[m+1],(double)((r__2)>=0?r__2:-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ctzrzf.c:29:25: style: The scope of the variable 'm1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ctzrzf.c:29:37: style: The scope of the variable 'ki' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ctzrzf.c:29:41: style: The scope of the variable 'kk' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cung2l.c:27:31: style: The scope of the variable 'ii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cungbr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunghr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cungl2.c:19:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cungl2.c:26:25: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunglq.c:27:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunglq.c:30:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cungql.c:27:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cungql.c:30:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cungqr.c:27:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cungqr.c:30:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cungtr.c:25:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cungtr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmbr.c:27:13: style: The scope of the variable 'a__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmbr.c:28:61: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmbr.c:29:10: style: The scope of the variable 'ch__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmbr.c:35:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmbr.c:50:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmlq.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmlq.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmlq.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmlq.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmlq.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmlq.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmlq.c:39:40: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmlq.c:55:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmqr.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmqr.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmqr.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmqr.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmqr.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmqr.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmqr.c:39:40: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:29:70: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:39:40: style: The scope of the variable 'ja' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:39:44: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/cunmrz.c:56:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dbdsdc.c:33:48: warning: Return value of function log() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dbdsqr.c:33:48: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgebd2.c:24:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgebrd.c:37:20: style: The scope of the variable 'nbmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgeev.c:34:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgeevx.c:37:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgehd2.c:28:23: style: The scope of the variable 'aii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgehrd.c:34:23: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgehrd.c:36:23: style: The scope of the variable 'ei' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgesdd.c:33:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgesdd.c:36:33: style: The scope of the variable 'ir' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgesdd.c:36:37: style: The scope of the variable 'iu' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgesdd.c:45:34: style: The scope of the variable 'wrkbl' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgesvd.c:38:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgetf2.c:28:23: style: The scope of the variable 'jp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgetrf.c:26:37: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgetrf.c:26:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgetrf.c:29:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgetri.c:27:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgetri.c:30:36: style: The scope of the variable 'jj' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgetri.c:30:40: style: The scope of the variable 'jp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dgetri.c:30:44: style: The scope of the variable 'nn' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dggev.c:34:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dhgeqz.c:35:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlabad.c:18:34: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlae2.c:22:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaev2.c:22:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaev2.c:25:35: style: The scope of the variable 'ct' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlag2.c:24:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlag2.c:28:33: style: The scope of the variable 'as11' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlag2.c:28:45: style: The scope of the variable 'as22' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlag2.c:28:51: style: The scope of the variable 'sum' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlag2.c:28:63: style: The scope of the variable 'diff' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlag2.c:29:12: style: The scope of the variable 'wbig' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlag2.c:29:24: style: The scope of the variable 'wdet' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlag2.c:31:7: style: The scope of the variable 'wsmall' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlahqr.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaic1.c:28:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaic1.c:296:44: error: Expression 'd__1=b*b-*c__,(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:23:20: style: The scope of the variable 'zswap' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:24:20: style: The scope of the variable 'rswap' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:25:20: style: The scope of the variable 'ipivot' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:30:28: style: The scope of the variable 'd__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:30:34: style: The scope of the variable 'd__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:30:40: style: The scope of the variable 'd__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:30:46: style: The scope of the variable 'd__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:31:23: style: The scope of the variable 'equiv_0' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:31:35: style: The scope of the variable 'equiv_1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:34:20: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:37:23: style: The scope of the variable 'bi1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:37:33: style: The scope of the variable 'br1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:37:43: style: The scope of the variable 'xi1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:37:53: style: The scope of the variable 'xr1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:37:63: style: The scope of the variable 'ci21' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:37:69: style: The scope of the variable 'ci22' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:38:6: style: The scope of the variable 'cr21' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:38:12: style: The scope of the variable 'cr22' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:38:18: style: The scope of the variable 'li21' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:38:29: style: The scope of the variable 'ui11' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:38:35: style: The scope of the variable 'lr21' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:38:41: style: The scope of the variable 'ui12' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:40:28: style: The scope of the variable 'ur11' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:40:34: style: The scope of the variable 'ur12' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:42:23: style: The scope of the variable 'bbnd' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:42:29: style: The scope of the variable 'cmax' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:42:35: style: The scope of the variable 'ui11r' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:42:42: style: The scope of the variable 'ui12s' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:42:49: style: The scope of the variable 'temp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:42:55: style: The scope of the variable 'ur11r' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:42:62: style: The scope of the variable 'ur12s' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:42:69: style: The scope of the variable 'u22abs' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:43:20: style: The scope of the variable 'icmax' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaln2.c:44:30: style: The scope of the variable 'cnorm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlamch.c:43:23: style: The scope of the variable 'small' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlange.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlanhs.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlanst.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlansy.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlantr.c:28:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlanv2.c:27:48: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlanv2.c:196:37: error: Expression 'd__1=*b+*c__,(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlapy2.c:21:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlapy2.c:18:25: style: The scope of the variable 'd__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlapy3.c:21:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlapy3.c:18:31: style: The scope of the variable 'd__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlapy3.c:18:37: style: The scope of the variable 'd__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaqp2.c:28:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaqp2.c:33:20: style: The scope of the variable 'pvt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaqp2.c:40:20: style: The scope of the variable 'offpi' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaqps.c:32:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlarnv.c:22:12: warning: Return value of function log() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlarnv.c:22:29: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlarnv.c:22:47: warning: Return value of function cos() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlarnv.c:19:19: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlarnv.c:19:25: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlarnv.c:27:20: style: The scope of the variable 'il' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlartg.c:27:12: warning: Return value of function log() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlartg.c:27:62: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlas2.c:22:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaset.c:19:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasq1.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasq1.c:26:28: style: The scope of the variable 'd__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasq2.c:31:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasq3.c:35:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasq4.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasq5.c:22:22: style: The scope of the variable 'd__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasq5.c:27:29: style: The scope of the variable 'temp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlassq.c:19:13: style: The scope of the variable 'i__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlassq.c:19:19: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlassq.c:20:16: style: The scope of the variable 'd__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlassq.c:23:20: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlassq.c:24:23: style: The scope of the variable 'absxi' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:28:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:31:23: style: The scope of the variable 'a' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:31:31: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:31:34: style: The scope of the variable 'm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:31:37: style: The scope of the variable 'r__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:31:42: style: The scope of the variable 's' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:31:45: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:31:72: style: The scope of the variable 'mm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:31:76: style: The scope of the variable 'tt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:34:23: style: The scope of the variable 'temp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlasv2.c:38:20: style: The scope of the variable 'gasmal' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaswp.c:19:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlaswp.c:22:25: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dlatrd.c:30:25: style: The scope of the variable 'iw' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorg2l.c:27:31: style: The scope of the variable 'ii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorgbr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorghr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorgl2.c:23:25: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorglq.c:30:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorgql.c:30:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorgqr.c:30:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorgtr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorm2r.c:29:23: style: The scope of the variable 'aii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormbr.c:27:13: style: The scope of the variable 'a__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormbr.c:28:61: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormbr.c:29:10: style: The scope of the variable 'ch__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormbr.c:35:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormbr.c:50:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dorml2.c:25:23: style: The scope of the variable 'aii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormlq.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormlq.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormlq.c:38:23: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormlq.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormlq.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormlq.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormlq.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormlq.c:39:40: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormlq.c:56:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormqr.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormqr.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormqr.c:38:23: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormqr.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormqr.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormqr.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormqr.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormqr.c:39:40: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:29:70: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:38:23: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:39:40: style: The scope of the variable 'ja' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:39:44: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dormrz.c:57:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dpotf2.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsteqr.c:32:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsteqr.c:251:36: error: Expression 'd__1=d__[m],(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsteqr.c:252:11: error: Expression 'd__2=d__[m+1],(d__2)>=0?d__2:-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsterf.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsterf.c:167:53: error: Expression 'd__1=d__[m],(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsterf.c:168:26: error: Expression 'd__2=d__[m+1],(d__2)>=0?d__2:-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsyev.c:31:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsyev.c:34:20: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsyev.c:256:23: style: Variable 'lopt' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsygv.c:30:20: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsygv.c:35:17: style: The scope of the variable 'trans' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsytd2.c:26:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dsytrd.c:34:20: style: The scope of the variable 'nbmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrevc.c:35:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrevc.c:415:46: error: Expression 'd__1=t[ki+(ki-1)*t_dim1],(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrevc.c:416:40: error: Expression 'd__2=t[ki-1+ki*t_dim1],(d__2)>=0?d__2:-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrevc.c:819:46: error: Expression 'd__1=t[ki+(ki+1)*t_dim1],(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrevc.c:820:40: error: Expression 'd__2=t[ki+1+ki*t_dim1],(d__2)>=0?d__2:-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrsen.c:30:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrsen.c:515:50: error: Expression 'd__1=t[k+(k+1)*t_dim1],(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrsen.c:516:35: error: Expression 'd__2=t[k+1+k*t_dim1],(d__2)>=0?d__2:-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrsna.c:33:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrsna.c:489:51: error: Expression 'd__1=work[(work_dim1<<1)+1],(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtrsna.c:490:42: error: Expression 'd__2=work[work_dim1+2],(d__2)>=0?d__2:-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtzrzf.c:29:25: style: The scope of the variable 'm1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtzrzf.c:29:37: style: The scope of the variable 'ki' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/dtzrzf.c:29:41: style: The scope of the variable 'kk' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:168:12: style: Condition 'iz==90' is always true [knownConditionTrueFalse]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:167:10: note: Assignment 'iz='Z'', assigned value is 90
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:168:12: note: Condition 'iz==90' is always true
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:244:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:246:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:244:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:253:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:255:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:253:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:259:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:261:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:259:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:265:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:267:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:265:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:271:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:273:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:271:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:279:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:281:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:279:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:287:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:289:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:287:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:347:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:353:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:347:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:363:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:369:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:363:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:379:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:381:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:379:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:387:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:389:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:387:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:411:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:413:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:411:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:417:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:419:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:417:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:423:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:425:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:423:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:429:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:431:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:429:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:437:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:439:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:437:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:503:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:505:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:503:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:509:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:511:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:509:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:515:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:517:8: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ilaenv.c:515:6: note: Found duplicate branches for 'if' and 'else'.
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/lsame.c:72:15: style: Condition 'zcode==90' is always true [knownConditionTrueFalse]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/lsame.c:62:13: note: Assignment 'zcode='Z'', assigned value is 90
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/lsame.c:72:15: note: Condition 'zcode==90' is always true
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/pow_di.c:14:15: style: The scope of the variable 'u' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/pow_ri.c:14:15: style: The scope of the variable 'u' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/s_cat.c:38:12: style: The scope of the variable 'nc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/s_cat.c:42:12: style: The scope of the variable 'm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/s_copy.c:20:24: style: The scope of the variable 'bend' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sbdsqr.c:34:48: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgebd2.c:23:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgebrd.c:34:20: style: The scope of the variable 'nbmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgeev.c:34:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgeevx.c:36:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgehd2.c:27:17: style: The scope of the variable 'aii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgehrd.c:33:17: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgehrd.c:35:17: style: The scope of the variable 'ei' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgesdd.c:33:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgesdd.c:36:33: style: The scope of the variable 'ir' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgesdd.c:36:37: style: The scope of the variable 'iu' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgesdd.c:46:27: style: The scope of the variable 'wrkbl' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgesvd.c:38:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgetf2.c:28:23: style: The scope of the variable 'jp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgetrf.c:26:37: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgetrf.c:26:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgetrf.c:29:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgetri.c:27:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgetri.c:30:36: style: The scope of the variable 'jj' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgetri.c:30:40: style: The scope of the variable 'jp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sgetri.c:30:44: style: The scope of the variable 'nn' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sggev.c:33:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/shgeqz.c:34:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slabad.c:18:28: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slae2.c:21:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaev2.c:22:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaev2.c:25:29: style: The scope of the variable 'ct' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slag2.c:24:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slag2.c:28:24: style: The scope of the variable 'as11' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slag2.c:28:36: style: The scope of the variable 'as22' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slag2.c:28:42: style: The scope of the variable 'sum' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slag2.c:28:54: style: The scope of the variable 'diff' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slag2.c:28:66: style: The scope of the variable 'wbig' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slag2.c:29:12: style: The scope of the variable 'wdet' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slag2.c:30:59: style: The scope of the variable 'wsmall' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slahqr.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaic1.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaic1.c:294:44: error: Expression 'r__1=b*b-*c__,(double)((r__1)>=0?r__1:-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:22:20: style: The scope of the variable 'cswap' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:23:20: style: The scope of the variable 'rswap' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:24:20: style: The scope of the variable 'ipivot' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:29:22: style: The scope of the variable 'r__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:29:28: style: The scope of the variable 'r__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:29:34: style: The scope of the variable 'r__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:29:40: style: The scope of the variable 'r__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:30:17: style: The scope of the variable 'equiv_0' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:30:29: style: The scope of the variable 'equiv_1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:33:20: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:36:17: style: The scope of the variable 'bi1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:36:27: style: The scope of the variable 'br1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:36:37: style: The scope of the variable 'xi1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:36:47: style: The scope of the variable 'xr1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:36:57: style: The scope of the variable 'ci21' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:36:63: style: The scope of the variable 'ci22' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:36:69: style: The scope of the variable 'cr21' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:37:6: style: The scope of the variable 'cr22' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:37:12: style: The scope of the variable 'li21' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:37:23: style: The scope of the variable 'ui11' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:37:29: style: The scope of the variable 'lr21' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:37:35: style: The scope of the variable 'ui12' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:39:22: style: The scope of the variable 'ur11' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:39:28: style: The scope of the variable 'ur12' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:41:17: style: The scope of the variable 'bbnd' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:41:23: style: The scope of the variable 'cmax' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:41:29: style: The scope of the variable 'ui11r' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:41:36: style: The scope of the variable 'ui12s' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:41:43: style: The scope of the variable 'temp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:41:49: style: The scope of the variable 'ur11r' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:41:56: style: The scope of the variable 'ur12s' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:41:63: style: The scope of the variable 'u22abs' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:42:20: style: The scope of the variable 'icmax' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaln2.c:43:24: style: The scope of the variable 'cnorm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slamch.c:43:17: style: The scope of the variable 'small' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slange.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slanhs.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slanst.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slansy.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slantr.c:28:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slanv2.c:26:36: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slanv2.c:194:38: error: Expression 'r__1=*b+*c__,(double)((r__1)>=0?r__1:-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slapy2.c:21:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slapy2.c:18:19: style: The scope of the variable 'r__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slapy3.c:21:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slapy3.c:18:25: style: The scope of the variable 'r__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slapy3.c:18:31: style: The scope of the variable 'r__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaqp2.c:28:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaqp2.c:33:20: style: The scope of the variable 'pvt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaqp2.c:36:20: style: The scope of the variable 'offpi' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaqps.c:31:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slartg.c:26:12: warning: Return value of function log() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slartg.c:26:56: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slas2.c:22:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaset.c:19:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasq1.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasq1.c:26:22: style: The scope of the variable 'r__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasq2.c:31:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasq3.c:34:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasq4.c:28:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasq5.c:21:16: style: The scope of the variable 'r__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasq5.c:26:23: style: The scope of the variable 'temp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slassq.c:19:13: style: The scope of the variable 'i__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slassq.c:19:19: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slassq.c:20:10: style: The scope of the variable 'r__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slassq.c:23:20: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slassq.c:24:17: style: The scope of the variable 'absxi' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:27:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:30:17: style: The scope of the variable 'a' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:30:25: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:30:28: style: The scope of the variable 'm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:30:31: style: The scope of the variable 'r__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:30:36: style: The scope of the variable 's' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:30:39: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:30:66: style: The scope of the variable 'mm' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:30:70: style: The scope of the variable 'tt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:33:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slasv2.c:36:20: style: The scope of the variable 'gasmal' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaswp.c:19:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slaswp.c:22:25: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/slatrd.c:30:25: style: The scope of the variable 'iw' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorg2l.c:27:31: style: The scope of the variable 'ii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorgbr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorghr.c:27:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorgl2.c:23:25: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorglq.c:29:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorgql.c:29:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorgqr.c:29:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorgtr.c:27:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorm2r.c:28:17: style: The scope of the variable 'aii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormbr.c:27:13: style: The scope of the variable 'a__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormbr.c:28:61: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormbr.c:29:10: style: The scope of the variable 'ch__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormbr.c:35:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormbr.c:43:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sorml2.c:24:17: style: The scope of the variable 'aii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormlq.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormlq.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormlq.c:38:17: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormlq.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormlq.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormlq.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormlq.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormlq.c:39:40: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormlq.c:55:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormqr.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormqr.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormqr.c:38:17: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormqr.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormqr.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormqr.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormqr.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormqr.c:39:40: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:29:70: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:38:17: style: The scope of the variable 't' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:39:40: style: The scope of the variable 'ja' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:39:44: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/sormrz.c:55:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/spotf2.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssteqr.c:31:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssteqr.c:247:36: error: Expression 'r__1=d__[m],(double)((r__1)>=0?r__1:-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssteqr.c:248:11: error: Expression 'r__2=d__[m+1],(double)((r__2)>=0?r__2:-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssterf.c:28:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssterf.c:166:54: error: Expression 'r__1=d__[m],(double)((r__1)>=0?r__1:-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssterf.c:167:26: error: Expression 'r__2=d__[m+1],(double)((r__2)>=0?r__2:-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssyev.c:31:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssyev.c:34:20: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssyev.c:251:5: style: Variable 'lopt' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssygv.c:29:20: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssygv.c:31:17: style: The scope of the variable 'trans' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssytd2.c:25:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ssytrd.c:34:20: style: The scope of the variable 'nbmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/strevc.c:35:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/strevc.c:411:46: error: Expression 'r__1=t[ki+(ki-1)*t_dim1],(double)((r__1)>=0?r__1:-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/strevc.c:412:40: error: Expression 'r__2=t[ki-1+ki*t_dim1],(double)((r__2)>=0?r__2:-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/strevc.c:815:46: error: Expression 'r__1=t[ki+(ki+1)*t_dim1],(double)((r__1)>=0?r__1:-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/strevc.c:816:40: error: Expression 'r__2=t[ki+1+ki*t_dim1],(double)((r__2)>=0?r__2:-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/strsna.c:33:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/strsna.c:487:51: error: Expression 'r__1=work[(work_dim1<<1)+1],(double)((r__1)>=0?r__1:-(r__1))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/strsna.c:488:43: error: Expression 'r__2=work[work_dim1+2],(double)((r__2)>=0?r__2:-(r__2))' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/stzrzf.c:29:25: style: The scope of the variable 'm1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/stzrzf.c:29:37: style: The scope of the variable 'ki' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/stzrzf.c:29:41: style: The scope of the variable 'kk' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zbdsqr.c:33:48: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgebd2.c:24:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgebrd.c:36:20: style: The scope of the variable 'nbmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgeev.c:36:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgeevx.c:38:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgesvd.c:39:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgetf2.c:31:23: style: The scope of the variable 'jp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgetrf.c:25:37: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgetrf.c:25:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgetrf.c:29:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgetri.c:26:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgetri.c:26:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgetri.c:30:36: style: The scope of the variable 'jj' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgetri.c:30:40: style: The scope of the variable 'jp' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zgetri.c:30:44: style: The scope of the variable 'nn' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zggev.c:36:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zheev.c:32:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zheev.c:35:20: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zheev.c:263:22: style: Variable 'lopt' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zhegv.c:30:20: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zhegv.c:35:17: style: The scope of the variable 'trans' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zhetd2.c:25:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zhetrd.c:34:20: style: The scope of the variable 'nbmin' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlacgv.c:25:25: style: The scope of the variable 'ioff' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlaic1.c:31:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlange.c:27:36: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlanhe.c:27:36: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlanhs.c:27:36: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlantr.c:28:36: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlaqp2.c:30:36: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlaqp2.c:35:20: style: The scope of the variable 'pvt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlaqp2.c:37:20: style: The scope of the variable 'offpi' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlaqps.c:33:36: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlarft.c:25:67: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlarnv.c:24:12: warning: Return value of function log() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlarnv.c:24:29: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlarnv.c:19:25: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlarnv.c:30:20: style: The scope of the variable 'il' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlartg.c:28:12: warning: Return value of function log() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlartg.c:29:24: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlassq.c:19:13: style: The scope of the variable 'i__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlassq.c:19:19: style: The scope of the variable 'i__2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlassq.c:19:25: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlassq.c:20:16: style: The scope of the variable 'd__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlassq.c:26:20: style: The scope of the variable 'ix' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlassq.c:27:23: style: The scope of the variable 'temp1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlaswp.c:19:61: style: The scope of the variable 'i__6' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlaswp.c:22:25: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zlatrd.c:31:25: style: The scope of the variable 'iw' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zpotf2.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zsteqr.c:33:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zsteqr.c:254:36: error: Expression 'd__1=d__[m],(d__1)>=0?d__1:-(d__1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zsteqr.c:255:11: error: Expression 'd__2=d__[m+1],(d__2)>=0?d__2:-(d__2)' depends on order of evaluation of side effects [unknownEvaluationOrder]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ztrsen.c:29:12: warning: Return value of function sqrt() is not used. [ignoredReturnValue]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ztzrzf.c:30:25: style: The scope of the variable 'm1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ztzrzf.c:30:37: style: The scope of the variable 'ki' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/ztzrzf.c:30:41: style: The scope of the variable 'kk' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zung2l.c:28:31: style: The scope of the variable 'ii' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zungbr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunghr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zungl2.c:20:43: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zungl2.c:27:25: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunglq.c:27:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunglq.c:30:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zungql.c:27:55: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zungql.c:30:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zungqr.c:27:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zungqr.c:30:28: style: The scope of the variable 'l' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zungtr.c:25:49: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zungtr.c:28:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmbr.c:28:13: style: The scope of the variable 'a__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmbr.c:29:61: style: The scope of the variable 'i__3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmbr.c:30:10: style: The scope of the variable 'ch__1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmbr.c:36:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmbr.c:44:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmlq.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmlq.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmlq.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmlq.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmlq.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmlq.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmlq.c:39:40: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmlq.c:58:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmqr.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmqr.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmqr.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmqr.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmqr.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmqr.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmqr.c:39:40: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:29:70: style: The scope of the variable 'i__4' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:30:6: style: The scope of the variable 'i__5' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:37:20: style: The scope of the variable 'i__' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:39:20: style: The scope of the variable 'i1' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:39:24: style: The scope of the variable 'i2' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:39:28: style: The scope of the variable 'i3' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:39:36: style: The scope of the variable 'ic' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:39:40: style: The scope of the variable 'ja' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:39:44: style: The scope of the variable 'jc' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMath/libLAPACK_C/zunmrz.c:55:17: style: The scope of the variable 'transt' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libMex/mxArray.cpp:510:21: style: Function 'mxIsInf' argument 1 names different: declaration 'value' definition 't'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libMex/mex.h:145:21: note: Function 'mxIsInf' argument 1 names different: declaration 'value' definition 't'.
FreeMat-4.2-Source/libs/libMex/mxArray.cpp:510:21: note: Function 'mxIsInf' argument 1 names different: declaration 'value' definition 't'.
FreeMat-4.2-Source/libs/libMex/mxArray.cpp:561:21: style: Function 'mxIsNaN' argument 1 names different: declaration 'value' definition 't'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libMex/mex.h:153:21: note: Function 'mxIsNaN' argument 1 names different: declaration 'value' definition 't'.
FreeMat-4.2-Source/libs/libMex/mxArray.cpp:561:21: note: Function 'mxIsNaN' argument 1 names different: declaration 'value' definition 't'.
FreeMat-4.2-Source/libs/libXP/DataTable.cpp:161:4: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/libs/libXP/DataTable.cpp:22:12: warning: Member variable 'DataTable::m_columns' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libXP/DataTable.hpp:54:3: warning: Member variable 'DataView::m_popup' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libXP/DataTable.hpp:54:3: warning: Member variable 'DataView::m_fields' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libXP/DataTable.hpp:54:3: warning: Member variable 'DataView::m_header' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libXP/DataTable.hpp:68:3: warning: Member variable 'DataHeaderView::m_popup' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libXP/DataTable.hpp:68:3: warning: Member variable 'DataHeaderView::m_fields' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libXP/DataTable.hpp:34:3: style: Class 'DataTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/DataTable.hpp:54:3: style: Class 'DataView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/DebugWin.hpp:30:3: style: Class 'DebugWin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/DynLib.hpp:29:3: style: Class 'DynLib' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/Editor.cpp:673:13: style: Expression is always false because 'else if' condition matches previous condition at line 668. [multiCondition]
FreeMat-4.2-Source/libs/libXP/Editor.cpp:602:23: style: Redundant condition: !isMatchNow. 'isMatchNow || (!isMatchNow && isMatchBefore)' is equivalent to 'isMatchNow || isMatchBefore' [redundantCondition]
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2142:9: style: Condition '!isFound' is always true [knownConditionTrueFalse]
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2135:20: note: Assignment 'isFound=false', assigned value is 0
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2142:9: note: Condition '!isFound' is always true
FreeMat-4.2-Source/libs/libXP/Editor.cpp:366:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
FreeMat-4.2-Source/libs/libXP/Editor.cpp:420:10: style: The scope of the variable 'key' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libXP/Editor.cpp:1995:8: style: The scope of the variable 'foundTip' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libXP/Editor.cpp:186:48: style: Function 'replace' argument 2 names different: declaration 'replace' definition 'reptext'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:102:38: note: Function 'replace' argument 2 names different: declaration 'replace' definition 'reptext'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:186:48: note: Function 'replace' argument 2 names different: declaration 'replace' definition 'reptext'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:186:82: style: Function 'replace' argument 3 names different: declaration 'flags' definition 'flag'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:102:72: note: Function 'replace' argument 3 names different: declaration 'flags' definition 'flag'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:186:82: note: Function 'replace' argument 3 names different: declaration 'flags' definition 'flag'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:204:50: style: Function 'replaceAll' argument 2 names different: declaration 'replace' definition 'reptext'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:103:41: note: Function 'replaceAll' argument 2 names different: declaration 'replace' definition 'reptext'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:204:50: note: Function 'replaceAll' argument 2 names different: declaration 'replace' definition 'reptext'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:204:84: style: Function 'replaceAll' argument 3 names different: declaration 'flags' definition 'flag'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:103:75: note: Function 'replaceAll' argument 3 names different: declaration 'flags' definition 'flag'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:204:84: note: Function 'replaceAll' argument 3 names different: declaration 'flags' definition 'flag'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:1193:51: style: Function 'doReplaceAll' argument 2 names different: declaration 'replace' definition 'reptxt'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:288:43: note: Function 'doReplaceAll' argument 2 names different: declaration 'replace' definition 'reptxt'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:1193:51: note: Function 'doReplaceAll' argument 2 names different: declaration 'replace' definition 'reptxt'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:1939:39: style: Function 'ShowActiveLine' argument 1 names different: declaration 'name' definition 'tname'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:322:31: note: Function 'ShowActiveLine' argument 1 names different: declaration 'name' definition 'tname'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:1939:39: note: Function 'ShowActiveLine' argument 1 names different: declaration 'name' definition 'tname'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2062:40: style: Function 'saveFile' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:252:32: note: Function 'saveFile' argument 1 names different: declaration 'filename' definition 'fileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2062:40: note: Function 'saveFile' argument 1 names different: declaration 'filename' definition 'fileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2149:40: style: Function 'loadFile' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:242:32: note: Function 'loadFile' argument 1 names different: declaration 'filename' definition 'fileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2149:40: note: Function 'loadFile' argument 1 names different: declaration 'filename' definition 'fileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2206:48: style: Function 'loadOrCreateFile' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:243:40: note: Function 'loadOrCreateFile' argument 1 names different: declaration 'filename' definition 'fileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2206:48: note: Function 'loadOrCreateFile' argument 1 names different: declaration 'filename' definition 'fileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2232:46: style: Function 'setCurrentFile' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:253:38: note: Function 'setCurrentFile' argument 1 names different: declaration 'filename' definition 'fileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2232:46: note: Function 'setCurrentFile' argument 1 names different: declaration 'filename' definition 'fileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2276:47: style: Function 'strippedName' argument 1 names different: declaration 'fullfilename' definition 'fullFileName'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:254:39: note: Function 'strippedName' argument 1 names different: declaration 'fullfilename' definition 'fullFileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:2276:47: note: Function 'strippedName' argument 1 names different: declaration 'fullfilename' definition 'fullFileName'.
FreeMat-4.2-Source/libs/libXP/Editor.cpp:849:11: warning: Member variable 'FMIndent::m_te' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/libs/libXP/highlighter.hpp:32:3: style: Class 'Highlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:43:3: style: Class 'FMFindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:60:3: style: Class 'FMReplaceDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:150:3: style: Class 'FMLineNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:164:3: style: Class 'FMEditPane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:179:3: style: Class 'FMIndentConf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:190:3: style: Class 'FMSynLightConf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/Editor.hpp:240:3: style: Class 'FMEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/FMFontDialog.cpp:45:46: style: Function 'namePicked' argument 1 names different: declaration 'name' definition 'itemtext'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/FMFontDialog.hpp:31:34: note: Function 'namePicked' argument 1 names different: declaration 'name' definition 'itemtext'.
FreeMat-4.2-Source/libs/libXP/FMFontDialog.cpp:45:46: note: Function 'namePicked' argument 1 names different: declaration 'name' definition 'itemtext'.
FreeMat-4.2-Source/libs/libXP/FMFontDialog.cpp:59:46: style: Function 'sizePicked' argument 1 names different: declaration 'name' definition 'itemtext'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/FMFontDialog.hpp:32:34: note: Function 'sizePicked' argument 1 names different: declaration 'name' definition 'itemtext'.
FreeMat-4.2-Source/libs/libXP/FMFontDialog.cpp:59:46: note: Function 'sizePicked' argument 1 names different: declaration 'name' definition 'itemtext'.
FreeMat-4.2-Source/libs/libXP/FileTool.hpp:31:3: style: Class 'FileTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/HistoryWidget.hpp:30:3: style: Class 'HistoryWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:849:8: style: The scope of the variable 'allmatch' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:851:10: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:166:61: style: Function 'DisplayedStringWidth' argument 3 names different: declaration 'offset' definition 'aterm_curpos'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/KeyManager.hpp:67:51: note: Function 'DisplayedStringWidth' argument 3 names different: declaration 'offset' definition 'aterm_curpos'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:166:61: note: Function 'DisplayedStringWidth' argument 3 names different: declaration 'offset' definition 'aterm_curpos'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:190:47: style: Function 'EraseCharacters' argument 2 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/KeyManager.hpp:100:37: note: Function 'EraseCharacters' argument 2 names different: declaration 'count' definition 'cnt'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:190:47: note: Function 'EraseCharacters' argument 2 names different: declaration 'count' definition 'cnt'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:241:40: style: Function 'ReplacePrompt' argument 1 names different: declaration 'prmt' definition 'aprompt'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/KeyManager.hpp:59:30: note: Function 'ReplacePrompt' argument 1 names different: declaration 'prmt' definition 'aprompt'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:241:40: note: Function 'ReplacePrompt' argument 1 names different: declaration 'prmt' definition 'aprompt'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:518:39: style: Function 'OutputString' argument 1 names different: declaration 'msg' definition 'st'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/KeyManager.hpp:62:29: note: Function 'OutputString' argument 1 names different: declaration 'msg' definition 'st'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:518:39: note: Function 'OutputString' argument 1 names different: declaration 'msg' definition 'st'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:518:49: style: Function 'OutputString' argument 2 names different: declaration 'c' definition 'pad'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/KeyManager.hpp:62:40: note: Function 'OutputString' argument 2 names different: declaration 'c' definition 'pad'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:518:49: note: Function 'OutputString' argument 2 names different: declaration 'c' definition 'pad'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:659:50: style: Function 'SearchPrefix' argument 2 names different: declaration 'alen' definition 'aprefix_len'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/KeyManager.hpp:94:40: note: Function 'SearchPrefix' argument 2 names different: declaration 'alen' definition 'aprefix_len'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:659:50: note: Function 'SearchPrefix' argument 2 names different: declaration 'alen' definition 'aprefix_len'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:665:37: style: Function 'AddHistory' argument 1 names different: declaration 'line' definition 'mline'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/KeyManager.hpp:90:27: note: Function 'AddHistory' argument 1 names different: declaration 'line' definition 'mline'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:665:37: note: Function 'AddHistory' argument 1 names different: declaration 'line' definition 'mline'.
FreeMat-4.2-Source/libs/libXP/KeyManager.cpp:59:3: performance: Variable 'cutbuf' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libXP/PathSearch.cpp:31:3: performance: Variable 'path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/libs/libXP/PathSearch.hpp:30:3: style: Class 'PathSearcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/QTTerm.cpp:272:7: style: The scope of the variable 'j' can be reduced. [variableScope]
FreeMat-4.2-Source/libs/libXP/QTTerm.cpp:490:37: style: Function 'drawFragment' argument 1 names different: declaration 'e' definition 'paint'. [funcArgNamesDifferent]
FreeMat-4.2-Source/libs/libXP/QTTerm.hpp:110:31: note: Function 'drawFragment' argument 1 names different: declaration 'e' definition 'paint'.
FreeMat-4.2-Source/libs/libXP/QTTerm.cpp:490:37: note: Function 'drawFragment' argument 1 names different: declaration 'e' definition 'paint'.
FreeMat-4.2-Source/libs/libXP/QTTerm.hpp:42:8: style: Technically the member function 'tagChar::noflags' can be const. [functionConst]
FreeMat-4.2-Source/libs/libXP/QTTerm.hpp:43:8: style: Technically the member function 'tagChar::cursor' can be const. [functionConst]
FreeMat-4.2-Source/libs/libXP/QTTerm.hpp:44:8: style: Technically the member function 'tagChar::selected' can be const. [functionConst]
FreeMat-4.2-Source/libs/libXP/QTTerm.hpp:52:8: style: Technically the member function 'tagChar::hasText' can be const. [functionConst]
FreeMat-4.2-Source/libs/libXP/QTTerm.hpp:54:8: style: Technically the member function 'tagChar::operator==' can be const. [functionConst]
FreeMat-4.2-Source/libs/libXP/QTTerm.hpp:41:3: style: Class 'tagChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/StackTool.hpp:31:3: style: Class 'StackTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/VariablesTool.hpp:33:3: style: Class 'VariablesTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/libs/libXP/ToolDock.hpp:35:3: style: Class 'ToolDock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/src/FuncMode.hpp:28:3: style: Class 'FuncMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/src/FuncTerminal.cpp:23:34: style: Function 'FuncTerminal' argument 1 names different: declaration 'argv' definition 'myargv'. [funcArgNamesDifferent]
FreeMat-4.2-Source/src/FuncTerminal.hpp:28:22: note: Function 'FuncTerminal' argument 1 names different: declaration 'argv' definition 'myargv'.
FreeMat-4.2-Source/src/FuncTerminal.cpp:23:34: note: Function 'FuncTerminal' argument 1 names different: declaration 'argv' definition 'myargv'.
FreeMat-4.2-Source/src/FuncTerminal.cpp:23:48: style: Function 'FuncTerminal' argument 2 names different: declaration 'argc' definition 'myargc'. [funcArgNamesDifferent]
FreeMat-4.2-Source/src/FuncTerminal.hpp:28:34: note: Function 'FuncTerminal' argument 2 names different: declaration 'argc' definition 'myargc'.
FreeMat-4.2-Source/src/FuncTerminal.cpp:23:48: note: Function 'FuncTerminal' argument 2 names different: declaration 'argc' definition 'myargc'.
FreeMat-4.2-Source/src/InterpreterThread.hpp:30:1: style: The class 'InterpreterThread' does not have a constructor although it has private member variables. [noConstructor]
FreeMat-4.2-Source/src/MainApp.cpp:540:31: style: Variable 'timeout' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/src/MainApp.cpp:622:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeMat-4.2-Source/src/MainApp.cpp:672:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FreeMat-4.2-Source/src/MainApp.cpp:93:10: warning: Member variable 'MainApp::m_term' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/MainApp.cpp:93:10: warning: Member variable 'MainApp::m_win' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/MainApp.cpp:93:10: warning: Member variable 'MainApp::m_eval' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/MainApp.cpp:93:10: warning: Member variable 'MainApp::profilerTimer' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/MainApp.cpp:93:10: warning: Member variable 'MainApp::refreshTimer' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/MainApp.cpp:93:10: warning: Member variable 'MainApp::debugwin' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/MainApp.cpp:99:3: performance: Variable 'm_global' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FreeMat-4.2-Source/src/ScriptMode.hpp:10:3: style: Class 'ScriptMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/src/SocketCB.hpp:31:3: style: Class 'SocketCB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::state' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::oldattr' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::newattr' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::term' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::left' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::right' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::up' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::down' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::home' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::bol' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::clear_eol' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::clear_eod' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::u_arrow' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::d_arrow' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::l_arrow' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::r_arrow' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::tgetent_buf' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::tgetstr_buf' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::escseq' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::esc_seq_array' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::esc_seq_count' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/Terminal.cpp:50:11: warning: Member variable 'Terminal::nline' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/src/application.cpp:496:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:45:8: style: struct member 'posix_header::mode' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:46:8: style: struct member 'posix_header::uid' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:47:8: style: struct member 'posix_header::gid' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:49:8: style: struct member 'posix_header::mtime' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:50:8: style: struct member 'posix_header::chksum' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:52:8: style: struct member 'posix_header::linkname' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:54:8: style: struct member 'posix_header::version' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:55:8: style: struct member 'posix_header::uname' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:56:8: style: struct member 'posix_header::gname' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:57:8: style: struct member 'posix_header::devmajor' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.cpp:58:8: style: struct member 'posix_header::devminor' is never used. [unusedStructMember]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.hpp:22:3: warning: Member variable 'URLRetriever::m_httpGetId' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.hpp:22:3: warning: Member variable 'URLRetriever::m_gotFollowResponse' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.hpp:22:3: warning: Member variable 'URLRetriever::m_totalLength' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/pkg_builder.hpp:22:3: warning: Member variable 'URLRetriever::m_currentLength' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazip.h:324:13: style: Technically the member function 'QuaZip::getUnzFile' can be const. [functionConst]
FreeMat-4.2-Source/tools/pkg_builder/quazip.h:330:13: style: Technically the member function 'QuaZip::getZipFile' can be const. [functionConst]
FreeMat-4.2-Source/tools/pkg_builder/quazip.h:129:5: style: Class 'QuaZip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/tools/pkg_builder/quazipnewinfo.h:67:3: style: Struct 'QuaZipNewInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.h:94:5: style: Class 'QuaZipFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FreeMat-4.2-Source/tools/pkg_builder/quazip.cpp:117:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/tools/pkg_builder/quazip.cpp:131:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/tools/pkg_builder/quazip.cpp:217:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/tools/pkg_builder/quazip.cpp:260:20: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:123:24: style: C-style pointer casting [cstyleCast]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:24:13: warning: Member variable 'QuaZipFile::caseSensitivity' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:24:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:29:13: warning: Member variable 'QuaZipFile::caseSensitivity' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:29:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:34:13: warning: Member variable 'QuaZipFile::caseSensitivity' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:34:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:41:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:51:13: warning: Member variable 'QuaZipFile::caseSensitivity' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:51:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.h:424:18: warning: Virtual function 'close' is called from destructor '~QuaZipFile()' at line 60. Dynamic binding is not used. [virtualCallInConstructor]
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.cpp:60:16: note: Calling close
FreeMat-4.2-Source/tools/pkg_builder/quazipfile.h:424:18: note: close is a virtual method
FreeMat-4.2-Source/tools/pkg_builder/unzip.c:415:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
FreeMat-4.2-Source/tools/pkg_builder/unzip.c:1061:10: style: The scope of the variable 'source' can be reduced. [variableScope]
FreeMat-4.2-Source/tools/pkg_builder/unzip.c:726:16: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/tools/pkg_builder/unzip.c:1537:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/tools/pkg_builder/crypt.h:100:9: style: The scope of the variable 'c' can be reduced. [variableScope]
FreeMat-4.2-Source/tools/pkg_builder/zip.c:613:13: error: Memory leak: zi [memleak]
FreeMat-4.2-Source/tools/t.cpp:44:5: error: Mismatching allocation and deallocation: a [mismatchAllocDealloc]
FreeMat-4.2-Source/tools/t.cpp:45:5: error: Mismatching allocation and deallocation: d [mismatchAllocDealloc]
FreeMat-4.2-Source/tools/t.cpp:77:5: error: Mismatching allocation and deallocation: a [mismatchAllocDealloc]
FreeMat-4.2-Source/tools/t.cpp:78:5: error: Mismatching allocation and deallocation: d [mismatchAllocDealloc]
lex.yy.c:2241:31: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2238:27: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.yy.c:2241:31: note: Null pointer dereference
lex.yy.c:2243:12: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2238:27: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.yy.c:2243:12: note: Null pointer dereference
lex.yy.c:2580:3: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2469:18: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.yy.c:2580:3: note: Null pointer dereference
lex.yy.c:2581:3: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2469:18: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.yy.c:2581:3: note: Null pointer dereference
lex.yy.c:2592:9: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2469:18: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.yy.c:2592:9: note: Null pointer dereference
lex.yy.c:2234:25: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
lex.yy.c:2352:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lex.yy.c:368:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.yy.c:2352:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.yy.c:2765:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lex.yy.c:321:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.yy.c:2765:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.yy.c:2778:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lex.yy.c:322:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.yy.c:2778:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.yy.c:2778:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lex.yy.c:322:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.yy.c:2778:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.yy.c:2910:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
lex.yy.c:1203:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lex.yy.c:2910:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
FreeMat-4.2-Source/tools/vtkwrap/tst.c:21:0: error: Code 'C++ cast <...' is invalid C code. Use --std or --language to configure the language. [syntaxError]
vtkParse.tab.c:1729:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
vtkParse.y:290:44: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:296:43: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:401:24: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:417:18: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:421:18: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:423:47: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:436:34: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:445:52: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:447:81: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:449:57: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:451:42: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:452:33: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:453:42: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:454:42: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:456:33: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:458:62: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:459:33: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:461:33: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:477:42: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:478:42: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:481:41: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:482:34: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:504:37: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:510:38: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:514:29: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:516:19: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:523:60: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:524:53: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:537:73: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:542:73: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:552:33: style: Same expression on both sides of '-'. [duplicateExpression]
vtkParse.y:602:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
vtkParse.y:1186:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:840:10: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:840:17: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:840:21: style: Condition '1==1' is always true [knownConditionTrueFalse]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:325:4: warning: fprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:644:50: style: Same expression on both sides of '&&'. [duplicateExpression]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:840:21: style: Same expression on both sides of '=='. [duplicateExpression]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:531:7: style: The scope of the variable 'argtype' can be reduced. [variableScope]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:832:7: style: The scope of the variable 'matches' can be reduced. [variableScope]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:859:7: style: The scope of the variable 'anymembers' can be reduced. [variableScope]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:860:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:863:11: style: The scope of the variable 'overloaded' can be reduced. [variableScope]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:491:7: style: Unused variable: i [unusedVariable]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapFreeMat.c:831:0: style: Variable 'replaced' is assigned a value that is never used. [unreadVariable]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapOctave.c:711:3: warning: fprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapOctave.c:720:3: warning: fprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapOctave.c:449:51: style: Same expression on both sides of '&&'. [duplicateExpression]
FreeMat-4.2-Source/tools/vtkwrap/vtkWrapOctave.c:588:9: style: Unused variable: j [unusedVariable]
[22:49]

ftp://ftp.se.debian.org/debian/pool/main/f/freemedforms-project/freemedforms-project_0.9.4.orig.tar.gz
freemedforms-project-0.9.4/contrib/quazip/quazip/JlCompress.cpp:78:41: style: Function 'compressSubDir' argument 1 names different: declaration 'parentZip' definition 'zip'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/contrib/quazip/quazip/JlCompress.h:37:40: note: Function 'compressSubDir' argument 1 names different: declaration 'parentZip' definition 'zip'.
freemedforms-project-0.9.4/contrib/quazip/quazip/JlCompress.cpp:78:41: note: Function 'compressSubDir' argument 1 names different: declaration 'parentZip' definition 'zip'.
freemedforms-project-0.9.4/contrib/quazip/quazip/JlCompress.cpp:78:67: style: Function 'compressSubDir' argument 3 names different: declaration 'parentDir' definition 'origDir'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/contrib/quazip/quazip/JlCompress.h:37:72: note: Function 'compressSubDir' argument 3 names different: declaration 'parentDir' definition 'origDir'.
freemedforms-project-0.9.4/contrib/quazip/quazip/JlCompress.cpp:78:67: note: Function 'compressSubDir' argument 3 names different: declaration 'parentDir' definition 'origDir'.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.h:138:5: style: Class 'QuaZip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.h:141:5: style: Class 'QuaZip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipnewinfo.h:78:3: style: Struct 'QuaZipNewInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.h:98:5: style: Class 'QuaZipFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quaadler32.h:19:10: style: The function 'calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/contrib/quazip/quazip/quachecksum32.h:38:18: note: Virtual function in base class
freemedforms-project-0.9.4/contrib/quazip/quazip/quaadler32.h:19:10: note: Function in derived class
freemedforms-project-0.9.4/contrib/quazip/quazip/quaadler32.h:21:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/contrib/quazip/quazip/quachecksum32.h:41:15: note: Virtual function in base class
freemedforms-project-0.9.4/contrib/quazip/quazip/quaadler32.h:21:7: note: Function in derived class
freemedforms-project-0.9.4/contrib/quazip/quazip/quaadler32.h:22:7: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/contrib/quazip/quazip/quachecksum32.h:46:15: note: Virtual function in base class
freemedforms-project-0.9.4/contrib/quazip/quazip/quaadler32.h:22:7: note: Function in derived class
freemedforms-project-0.9.4/contrib/quazip/quazip/quaadler32.h:23:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/contrib/quazip/quazip/quachecksum32.h:51:18: note: Virtual function in base class
freemedforms-project-0.9.4/contrib/quazip/quazip/quaadler32.h:23:10: note: Function in derived class
freemedforms-project-0.9.4/contrib/quazip/quazip/quacrc32.h:16:10: style: The function 'calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/contrib/quazip/quazip/quachecksum32.h:38:18: note: Virtual function in base class
freemedforms-project-0.9.4/contrib/quazip/quazip/quacrc32.h:16:10: note: Function in derived class
freemedforms-project-0.9.4/contrib/quazip/quazip/quacrc32.h:18:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/contrib/quazip/quazip/quachecksum32.h:41:15: note: Virtual function in base class
freemedforms-project-0.9.4/contrib/quazip/quazip/quacrc32.h:18:7: note: Function in derived class
freemedforms-project-0.9.4/contrib/quazip/quazip/quacrc32.h:19:7: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/contrib/quazip/quazip/quachecksum32.h:46:15: note: Virtual function in base class
freemedforms-project-0.9.4/contrib/quazip/quazip/quacrc32.h:19:7: note: Function in derived class
freemedforms-project-0.9.4/contrib/quazip/quazip/quacrc32.h:20:10: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/contrib/quazip/quazip/quachecksum32.h:51:18: note: Virtual function in base class
freemedforms-project-0.9.4/contrib/quazip/quazip/quacrc32.h:20:10: note: Function in derived class
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.cpp:15:12: performance: Technically the member function 'QuaGzipFilePrivate::open' can be static. [functionStatic]
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.cpp:24:28: note: Technically the member function 'QuaGzipFilePrivate::open' can be static.
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.cpp:15:12: note: Technically the member function 'QuaGzipFilePrivate::open' can be static.
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.cpp:16:12: performance: Technically the member function 'QuaGzipFilePrivate::open' can be static. [functionStatic]
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.cpp:19:28: note: Technically the member function 'QuaGzipFilePrivate::open' can be static.
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.cpp:16:12: note: Technically the member function 'QuaGzipFilePrivate::open' can be static.
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.h:71:16: warning: Virtual function 'close' is called from destructor '~QuaGzipFile()' at line 83. Dynamic binding is not used. [virtualCallInConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.cpp:83:5: note: Calling close
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.h:71:16: note: close is a virtual method
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.h:28:3: style: Class 'QuaGzipFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quagzipfile.cpp:11:5: style: Class 'QuaGzipFilePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quaziodevice.cpp:40:3: style: Class 'QuaZIODevicePrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quaziodevice.cpp:40:3: style: Class 'QuaZIODevicePrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/contrib/quazip/quazip/quaziodevice.h:61:16: warning: Virtual function 'close' is called from destructor '~QuaZIODevice()' at line 109. Dynamic binding is not used. [virtualCallInConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quaziodevice.cpp:109:9: note: Calling close
freemedforms-project-0.9.4/contrib/quazip/quazip/quaziodevice.h:61:16: note: close is a virtual method
freemedforms-project-0.9.4/contrib/quazip/quazip/quaziodevice.cpp:9:5: style: Class 'QuaZIODevicePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.cpp:233:20: style: C-style pointer casting [cstyleCast]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.cpp:247:20: style: C-style pointer casting [cstyleCast]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.cpp:328:20: style: C-style pointer casting [cstyleCast]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.cpp:371:20: style: C-style pointer casting [cstyleCast]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.h:364:13: style: Technically the member function 'QuaZip::getUnzFile' can be const. [functionConst]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.cpp:452:17: note: Technically the member function 'QuaZip::getUnzFile' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.h:364:13: note: Technically the member function 'QuaZip::getUnzFile' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.h:370:13: style: Technically the member function 'QuaZip::getZipFile' can be const. [functionConst]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.cpp:457:17: note: Technically the member function 'QuaZip::getZipFile' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.h:370:13: note: Technically the member function 'QuaZip::getZipFile' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazip.cpp:67:5: style: Class 'QuaZipPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:63:35: style: Function 'cd' argument 1 names different: declaration 'dirName' definition 'directoryName'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.h:71:28: note: Function 'cd' argument 1 names different: declaration 'dirName' definition 'directoryName'.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:63:35: note: Function 'cd' argument 1 names different: declaration 'dirName' definition 'directoryName'.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:399:39: style: Function 'exists' argument 1 names different: declaration 'fileName' definition 'filePath'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.h:123:32: note: Function 'exists' argument 1 names different: declaration 'fileName' definition 'filePath'.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:399:39: note: Function 'exists' argument 1 names different: declaration 'fileName' definition 'filePath'.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.h:44:10: style: Technically the member function 'QuaZipDir::operator==' can be const. [functionConst]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:42:17: note: Technically the member function 'QuaZipDir::operator==' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.h:44:10: note: Technically the member function 'QuaZipDir::operator==' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.h:132:19: style: Technically the member function 'QuaZipDir::filter' can be const. [functionConst]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:456:26: note: Technically the member function 'QuaZipDir::filter' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.h:132:19: note: Technically the member function 'QuaZipDir::filter' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:208:13: style: Technically the member function 'QuaZipDirComparator::compareStrings' can be const. [functionConst]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:224:26: note: Technically the member function 'QuaZipDirComparator::compareStrings' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:208:13: note: Technically the member function 'QuaZipDirComparator::compareStrings' can be const.
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:190:5: style: Class 'QuaZipDirRestoreCurrent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipdir.cpp:210:9: style: Class 'QuaZipDirComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:77:5: warning: Member variable 'QuaZipFilePrivate::caseSensitivity' is not initialized in the constructor. [uninitMemberVarPrivate]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:77:5: warning: Member variable 'QuaZipFilePrivate::raw' is not initialized in the constructor. [uninitMemberVarPrivate]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:80:5: warning: Member variable 'QuaZipFilePrivate::caseSensitivity' is not initialized in the constructor. [uninitMemberVarPrivate]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:80:5: warning: Member variable 'QuaZipFilePrivate::raw' is not initialized in the constructor. [uninitMemberVarPrivate]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:97:5: warning: Member variable 'QuaZipFilePrivate::caseSensitivity' is not initialized in the constructor. [uninitMemberVarPrivate]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:97:5: warning: Member variable 'QuaZipFilePrivate::raw' is not initialized in the constructor. [uninitMemberVarPrivate]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:90:9: style: Class 'QuaZipFilePrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:90:9: style: Class 'QuaZipFilePrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.h:435:18: warning: Virtual function 'close' is called from destructor '~QuaZipFile()' at line 140. Dynamic binding is not used. [virtualCallInConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:140:5: note: Calling close
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.h:435:18: note: close is a virtual method
freemedforms-project-0.9.4/contrib/quazip/quazip/quazipfile.cpp:77:5: style: Class 'QuaZipFilePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/contrib/quazip/quazip/unzip.c:417:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/contrib/quazip/quazip/unzip.c:1067:10: style: The scope of the variable 'source' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/quazip/unzip.c:731:16: style: Variable 'uSeek' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/contrib/quazip/quazip/crypt.h:103:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/adler32.c:71:14: style: The scope of the variable 'n' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:329:10: style: The scope of the variable 'str' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:329:15: style: The scope of the variable 'n' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:470:9: style: The scope of the variable 'put' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:572:12: style: The scope of the variable 'str' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:1154:21: style: The scope of the variable 'match' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:1395:14: style: The scope of the variable 'more' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:1572:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:1632:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:1734:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/deflate.c:155:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/gzlib.c:367:14: style: The scope of the variable 'n' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/gzlib.c:292:9: error: Memory leak: path [memleak]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/gzread.c:488:20: style: The scope of the variable 'n' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/gzread.c:490:20: style: The scope of the variable 'eol' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/gzwrite.c:18:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/gzwrite.c:138:14: style: The scope of the variable 'n' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/gzwrite.c:249:14: style: The scope of the variable 'have' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inflate.c:1497:5: style: Variable 'state->sane' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inflate.c:1493:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inflate.c:1497:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inflate.c:385:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inflate.c:1297:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inflate.c:1382:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inflate.c:1445:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inflate.c:1507:61: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inflate.c:683:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/trees.c:712:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/trees.c:757:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/trees.c:1065:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/trees.c:1066:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/trees.c:1067:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/trees.c:1068:14: style: The scope of the variable 'code' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/trees.c:1069:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/zutil.c:309:31: style: Same expression on both sides of '-'. [duplicateExpression]
freemedforms-project-0.9.4/contrib/quazip/zlib-1.2.8/zutil.c:14:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
freemedforms-project-0.9.4/freeaccount/plugins/coreplugin/appaboutpage.h:38:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeaccount/plugins/coreplugin/appaboutpage.h:52:5: style: Class 'CommandLineAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeaccount/plugins/coreplugin/commandlineparser.h:51:5: style: Class 'CommandLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeaccount/plugins/coreplugin/coreimpl.h:57:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeaccount/plugins/coreplugin/patient.h:48:5: style: Class 'Patient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeaccount/plugins/mainwindowplugin/mainwindow.cpp:115:13: warning: Member variable 'MainWindow::m_ui' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/freeaccount/plugins/mainwindowplugin/mainwindow.h:61:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeaccount/plugins/mainwindowplugin/mainwindowpreferences.h:88:5: style: Class 'MainWindowPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeaccount/plugins/mainwindowplugin/mainwindowpreferences.cpp:136:67: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/freeaccount/plugins/mainwindowplugin/mainwindowpreferences.h:77:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/freeaccount/plugins/mainwindowplugin/mainwindowpreferences.cpp:136:67: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/freediams/plugins/coreplugin/appaboutpage.h:38:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freediams/plugins/coreplugin/appaboutpage.h:53:5: style: Class 'CommandLineAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freediams/plugins/coreplugin/coreimpl.h:63:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freediams/plugins/coreplugin/patient.h:51:5: style: Class 'Patient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freediams/plugins/coreplugin/user.h:34:5: style: Class 'User' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freediams/plugins/mainwindowplugin/mainwindow.cpp:234:13: performance: Technically the member function 'MainWin::Internal::MainWinPrivate::getXmlExtraData' can be static. [functionStatic]
freemedforms-project-0.9.4/freediams/plugins/mainwindowplugin/mainwindow.h:71:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freediams/plugins/mainwindowplugin/mainwindow.cpp:122:5: style: Class 'MainWinPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freedrc/plugins/coreplugin/appaboutpage.h:38:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freedrc/plugins/coreplugin/appaboutpage.h:52:5: style: Class 'CommandLineAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freedrc/plugins/coreplugin/commandlineparser.h:51:5: style: Class 'CommandLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freedrc/plugins/coreplugin/coreimpl.h:57:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freedrc/plugins/coreplugin/patient.h:48:5: style: Class 'Patient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindow.cpp:526:49: style: Function 'saveFileContent' argument 1 names different: declaration 'file' definition 'fileName'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindow.h:99:41: note: Function 'saveFileContent' argument 1 names different: declaration 'file' definition 'fileName'.
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindow.cpp:526:49: note: Function 'saveFileContent' argument 1 names different: declaration 'file' definition 'fileName'.
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindow.cpp:547:42: style: Function 'readFile' argument 1 names different: declaration 'file' definition 'fileName'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindow.h:100:34: note: Function 'readFile' argument 1 names different: declaration 'file' definition 'fileName'.
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindow.cpp:547:42: note: Function 'readFile' argument 1 names different: declaration 'file' definition 'fileName'.
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindow.cpp:141:13: warning: Member variable 'MainWindow::_headerWidget' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindow.h:67:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindowpreferences.h:88:5: style: Class 'MainWindowPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindowpreferences.cpp:151:67: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindowpreferences.h:77:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/freedrc/plugins/mainwindowplugin/mainwindowpreferences.cpp:151:67: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/appaboutpage.h:38:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:97:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:96:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:97:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:114:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:96:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:114:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:143:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:96:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:143:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:153:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:96:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.cpp:153:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/coreimpl.h:60:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeicd/plugins/coreplugin/user.h:34:5: style: Class 'User' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeicd/plugins/mainwindowplugin/mainwindow.h:64:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeicd/plugins/mainwindowplugin/mainwindow.cpp:97:5: style: Class 'MainWinPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freeicd/plugins/mainwindowplugin/preferences/userpreferences.h:58:1: style: The class 'IcdUserWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/freeicd/plugins/mainwindowplugin/preferences/userpreferences.h:86:5: style: Class 'IcdUserOptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freepad/plugins/coreplugin/appaboutpage.h:38:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:97:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:96:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:97:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:114:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:96:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:114:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:143:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:96:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:143:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:153:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:96:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.cpp:153:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freepad/plugins/coreplugin/coreimpl.h:60:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freepad/plugins/coreplugin/user.h:34:5: style: Class 'User' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/mainwindow.h:77:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/patientmodelwrapper.h:57:5: style: Class 'PatientModelWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/usermodelwrapper.h:46:5: style: Class 'UserModelWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/patientmodelwrapper.cpp:101:54: style: Function 'setData' argument 1 names different: declaration 'index' definition 'item'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/patientmodelwrapper.h:71:45: note: Function 'setData' argument 1 names different: declaration 'index' definition 'item'.
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/patientmodelwrapper.cpp:101:54: note: Function 'setData' argument 1 names different: declaration 'index' definition 'item'.
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/preferences/userpreferences.h:58:1: style: The class 'IcdUserWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/preferences/userpreferences.h:86:5: style: Class 'IcdUserOptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/usermodelwrapper.cpp:65:38: style: Function 'value' argument 1 names different: declaration 'ref' definition 'column'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/usermodelwrapper.h:56:38: note: Function 'value' argument 1 names different: declaration 'ref' definition 'column'.
freemedforms-project-0.9.4/freepad/plugins/mainwindowplugin/usermodelwrapper.cpp:65:38: note: Function 'value' argument 1 names different: declaration 'ref' definition 'column'.
freemedforms-project-0.9.4/freetoolbox/plugins/biblio/bibliobase.h:39:5: style: Class 'BiblioBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/appaboutpage.h:38:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:95:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:94:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:95:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:111:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:94:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:111:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:138:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:94:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:138:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:149:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:94:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:149:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:156:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:94:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.cpp:156:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/coreimpl.h:59:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/mainwindow.h:60:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/pathpreferences.h:59:5: style: Class 'PathPreferencesWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/pathpreferences.h:83:5: style: Class 'PathPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/coreplugin/fullreleasepage.h:84:5: style: Class 'FullReleasePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/autodatapackcreation.h:70:5: style: Class 'AutoDataPackCreationStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/autodatapackcreation.cpp:61:5: style: Class 'AutoDataPackCreationPagePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/autodatapackcreation.cpp:133:0: error: Memory leak: ui [memleak]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/datapackcore.cpp:86:13: performance: Technically the member function 'DataPackPlugin::Internal::DataPackCorePrivate::serverOutputAbsPath' can be static. [functionStatic]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/datapackcore.cpp:92:13: performance: Technically the member function 'DataPackPlugin::Internal::DataPackCorePrivate::serverDescriptionFileAbsPath' can be static. [functionStatic]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/datapackcore.cpp:99:13: performance: Technically the member function 'DataPackPlugin::Internal::DataPackCorePrivate::normalizedApplicationVersion' can be static. [functionStatic]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/datapackcore.cpp:72:5: style: Class 'DataPackCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/servercreationpage.h:70:5: style: Class 'ServerCreationStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/datapackquery.cpp:63:5: performance: Variable '_absPathDescription' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/datapackquery.cpp:64:5: performance: Variable '_absPathContentFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/datapackserverquery.h:62:10: style: Unused private function: 'DataPackServerQuery::createDirs' [unusedPrivateFunction]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/servercreationpage.cpp:61:5: style: Class 'ServerCreationPagePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/servercreationwidget.cpp:71:9: style: Class 'DataPackWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/servercreationwidget.cpp:71:9: style: Class 'DataPackWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/servercreationwidget.cpp:68:5: style: Class 'DataPackWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/servertoolwidget.h:44:5: style: Class 'FadingWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/datapackplugin/servertoolwidget.h:56:5: style: Class 'ServerToolWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/icd10db/icd10databasecreator.h:47:5: style: Class 'Icd10DatabasePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/icd10db/icdgrouplinker.h:43:5: style: Class 'IcdGroupLinkerPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/icd10db/icd10step.cpp:83:13: performance: Technically the member function 'Icd10::Internal::Icd10StepPrivate::databaseCreationScript' can be static. [functionStatic]
freemedforms-project-0.9.4/freetoolbox/plugins/icd10db/icd10step.cpp:72:5: style: Class 'Icd10StepPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/icd10db/icdgrouplinker.cpp:178:9: performance: Variable 'domNode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/freetoolbox/plugins/icd10db/icdgrouplinker.cpp:220:9: style: Technically the member function '::DomItem::row' can be const. [functionConst]
freemedforms-project-0.9.4/freetoolbox/plugins/icd10db/icdgrouplinker.cpp:253:13: style: Class 'IcdGroupLinkerModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/icd10db/icdgrouplinker.cpp:253:13: style: Class 'IcdGroupLinkerModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/freetoolbox/plugins/icd10db/icdgrouplinker.cpp:238:5: style: Class 'IcdGroupLinkerModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/frenchzipcodespage.h:51:5: style: Class 'FrenchZipCodesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/frenchzipcodespage.h:68:5: style: Class 'FrenchZipCodesStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/frenchzipcodespage.h:105:5: style: Class 'FrenchZipCodesWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.h:76:5: style: Class 'GenericZipCodesStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodespage.h:41:5: style: Class 'GenericZipCodesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodeswidget.h:45:5: style: Class 'GenericZipCodesWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:684:11: performance: Variable 'postalCode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:685:11: performance: Variable 'city' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:686:11: performance: Variable 'country' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:687:11: performance: Variable 'extraCode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:85:10: performance: Technically the member function 'ZipCodes::Internal::GenericZipCodesStepPrivate::url' can be static. [functionStatic]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:88:13: performance: Technically the member function 'ZipCodes::Internal::GenericZipCodesStepPrivate::tmpPath' can be static. [functionStatic]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:91:13: performance: Technically the member function 'ZipCodes::Internal::GenericZipCodesStepPrivate::databaseOutputAbsFilePath' can be static. [functionStatic]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:106:13: performance: Technically the member function 'ZipCodes::Internal::GenericZipCodesStepPrivate::sqlMasterFileAbsPath' can be static. [functionStatic]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:114:13: performance: Technically the member function 'ZipCodes::Internal::GenericZipCodesStepPrivate::multiCountryDefinitionFile' can be static. [functionStatic]
freemedforms-project-0.9.4/freetoolbox/plugins/zipcodes/genericzipcodesstep.cpp:123:13: performance: Technically the member function 'ZipCodes::Internal::GenericZipCodesStepPrivate::genericDatapackDescriptionFile' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/aggregation/aggregate.h:51:5: style: Class 'Aggregate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/calendar_navbar.h:49:5: style: Class 'CalendarNavbar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/calendar_theme.h:95:10: style: Unused private function: 'CalendarTheme::populateWithDefault' [unusedPrivateFunction]
freemedforms-project-0.9.4/libs/calendar/calendar_theme.h:95:10: performance: Technically the member function 'Calendar::CalendarTheme::populateWithDefault' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/calendar/calendar_theme.cpp:80:21: note: Technically the member function 'Calendar::CalendarTheme::populateWithDefault' can be static.
freemedforms-project-0.9.4/libs/calendar/calendar_theme.h:95:10: note: Technically the member function 'Calendar::CalendarTheme::populateWithDefault' can be static.
freemedforms-project-0.9.4/libs/calendar/calendar_widget.cpp:79:5: style: Struct 'CalendarWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/calendar/calendar_widget.cpp:79:5: style: Struct 'CalendarWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/calendar/calendar_widget.h:69:5: style: Class 'CalendarWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/calendar_widget.cpp:62:2: style: Struct 'CalendarWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/calendar_widget.cpp:63:15: style: Class 'CalendarWidgetPrivate' is unsafe, 'CalendarWidgetPrivate::m_mainLayout' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/libs/calendar/modelanditem/calendar_item.h:57:5: warning: Member variable 'PeopleStructPrivate::type' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/libs/calendar/dayview/hourwidget.h:47:5: style: Class 'HourWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/dayview/dayrangebody.cpp:79:5: style: Class 'DayRangeBodyPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/dayview/dayrangeheader.cpp:164:26: warning: Either the condition 'if(widget&&bottom>maxBottom)' is redundant or there is possible null pointer dereference: widget. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/libs/calendar/dayview/dayrangeheader.cpp:165:16: note: Assuming that condition 'if(widget&&bottom>maxBottom)' is not redundant
freemedforms-project-0.9.4/libs/calendar/dayview/dayrangeheader.cpp:164:26: note: Null pointer dereference
freemedforms-project-0.9.4/libs/calendar/dayview/dayrangeheader.cpp:61:5: style: Class 'DayRangeHeaderPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/dayview/hour_range_node.h:82:9: style: Unused private function: 'HourRangeNode::index' [unusedPrivateFunction]
freemedforms-project-0.9.4/libs/calendar/dayview/hour_range_node.h:95:10: performance: Technically the member function 'Calendar::HourRangeNode::overlap' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/calendar/dayview/hour_range_node.cpp:177:21: note: Technically the member function 'Calendar::HourRangeNode::overlap' can be static.
freemedforms-project-0.9.4/libs/calendar/dayview/hour_range_node.h:95:10: note: Technically the member function 'Calendar::HourRangeNode::overlap' can be static.
freemedforms-project-0.9.4/libs/calendar/modelanditem/basic_calendar_model.h:51:5: style: Class 'BasicCalendarModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/modelanditem/calendar_item.cpp:51:5: performance: Variable 'm_beginning' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/calendar/modelanditem/calendar_item.cpp:52:5: performance: Variable 'm_ending' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/calendar/modelanditem/calendar_item.cpp:53:5: performance: Variable 'm_created' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/calendar/modelanditem/calendar_item.cpp:62:5: performance: Variable 'm_uid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/calendar/modelanditem/calendar_item.cpp:63:5: performance: Variable 'm_beginning' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/calendar/modelanditem/calendar_item.cpp:64:5: performance: Variable 'm_ending' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/calendar/modelanditem/calendar_item.cpp:65:5: performance: Variable 'm_created' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/calendar/modelanditem/calendar_people.h:104:5: style: Class 'CalendarPeopleModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/modelanditem/item_editor_widget.cpp:67:9: style: Class 'ItemEditorWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/calendar/modelanditem/item_editor_widget.cpp:67:9: style: Class 'ItemEditorWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/calendar/modelanditem/item_editor_widget.cpp:65:5: style: Class 'ItemEditorWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/monthview/month_view.h:47:5: style: Class 'MonthHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/monthview/month_view.h:59:5: style: Class 'MonthBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/calendar/view.h:58:5: style: Class 'ViewWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/categorylistwidget.h:10:5: style: Class 'CategoryListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/serverengines/localserverengine.h:40:5: style: Class 'LocalServerEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/pack.cpp:380:53: style: Function 'operator<<' argument 2 names different: declaration 'c' definition 'p'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/datapackutils/pack.h:120:69: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'p'.
freemedforms-project-0.9.4/libs/datapackutils/pack.cpp:380:53: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'p'.
freemedforms-project-0.9.4/libs/datapackutils/pack.h:78:13: performance: Technically the member function 'DataPack::Pack::serverLicenseFileName' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/datapackutils/pack.cpp:126:15: note: Technically the member function 'DataPack::Pack::serverLicenseFileName' can be static.
freemedforms-project-0.9.4/libs/datapackutils/pack.h:78:13: note: Technically the member function 'DataPack::Pack::serverLicenseFileName' can be static.
freemedforms-project-0.9.4/libs/datapackutils/pack.h:97:10: performance: Technically the member function 'DataPack::Pack::isSha1Checked' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/datapackutils/pack.cpp:151:12: note: Technically the member function 'DataPack::Pack::isSha1Checked' can be static.
freemedforms-project-0.9.4/libs/datapackutils/pack.h:97:10: note: Technically the member function 'DataPack::Pack::isSha1Checked' can be static.
freemedforms-project-0.9.4/libs/datapackutils/pack.h:98:10: performance: Technically the member function 'DataPack::Pack::isMd5Checked' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/datapackutils/pack.cpp:159:12: note: Technically the member function 'DataPack::Pack::isMd5Checked' can be static.
freemedforms-project-0.9.4/libs/datapackutils/pack.h:98:10: note: Technically the member function 'DataPack::Pack::isMd5Checked' can be static.
freemedforms-project-0.9.4/libs/datapackutils/packcategoriesmodel.cpp:70:5: style: Class 'PackCategoriesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/packdescription.cpp:59:21: warning: Member variable 'PackDependencyData::m_type' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/libs/datapackutils/packdescription.h:79:10: style: Technically the member function 'DataPack::PackDependencyData::operator<' can be const. [functionConst]
freemedforms-project-0.9.4/libs/datapackutils/packdescription.cpp:66:26: note: Technically the member function 'DataPack::PackDependencyData::operator<' can be const.
freemedforms-project-0.9.4/libs/datapackutils/packdescription.h:79:10: note: Technically the member function 'DataPack::PackDependencyData::operator<' can be const.
freemedforms-project-0.9.4/libs/datapackutils/packmodel.cpp:502:76: style: Function 'filter' argument 2 names different: declaration 'type' definition 'types'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/datapackutils/packmodel.h:80:69: note: Function 'filter' argument 2 names different: declaration 'type' definition 'types'.
freemedforms-project-0.9.4/libs/datapackutils/packmodel.cpp:502:76: note: Function 'filter' argument 2 names different: declaration 'type' definition 'types'.
freemedforms-project-0.9.4/libs/datapackutils/packmodel.cpp:68:5: style: Struct 'PackItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/server.h:120:10: style: Technically the member function 'DataPack::Server::operator==' can be const. [functionConst]
freemedforms-project-0.9.4/libs/datapackutils/server.cpp:263:14: note: Technically the member function 'DataPack::Server::operator==' can be const.
freemedforms-project-0.9.4/libs/datapackutils/server.h:120:10: note: Technically the member function 'DataPack::Server::operator==' can be const.
freemedforms-project-0.9.4/libs/datapackutils/server.h:70:5: style: Class 'Server' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/servercreation/packcreationmodel.cpp:438:16: style: Boolean variable 'children' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
freemedforms-project-0.9.4/libs/datapackutils/servercreation/packcreationmodel.cpp:95:5: style: Class 'PackCreationModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/servercreation/packcreationqueue.cpp:114:5: performance: Variable '_uid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/datapackutils/servercreation/packcreationqueue.h:71:10: performance: Technically the member function 'DataPack::PackCreationQueue::checkValidity' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/datapackutils/servercreation/packcreationqueue.cpp:122:25: note: Technically the member function 'DataPack::PackCreationQueue::checkValidity' can be static.
freemedforms-project-0.9.4/libs/datapackutils/servercreation/packcreationqueue.h:71:10: note: Technically the member function 'DataPack::PackCreationQueue::checkValidity' can be static.
freemedforms-project-0.9.4/libs/datapackutils/servercreation/servercreationwidget.cpp:76:5: style: Class 'ServerCreationWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/servermodel.h:53:5: style: Class 'ServerModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/widgets/packwizard.h:107:5: style: Class 'PackPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/widgets/packwizard.h:116:5: style: Class 'PackIntroPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/widgets/packwizard.h:132:5: style: Class 'PackLicensePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/widgets/packwizard.h:149:5: style: Class 'PackDownloadPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/widgets/packwizard.h:179:5: style: Class 'PackInstallPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/widgets/packwizard.h:208:5: style: Class 'PackRemovePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/widgets/packwizard.h:228:5: style: Class 'PackEndPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/datapackutils/widgets/serverpackeditor.cpp:107:9: style: Class 'ServerPackEditorPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/datapackutils/widgets/serverpackeditor.cpp:107:9: style: Class 'ServerPackEditorPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/datapackutils/widgets/serverpackeditor.cpp:106:5: style: Class 'ServerPackEditorPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/extensionsystem/invoker.cpp:59:35: style: Function 'invoke' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/extensionsystem/invoker.h:64:26: note: Function 'invoke' argument 1 names different: declaration 'target' definition 't'.
freemedforms-project-0.9.4/libs/extensionsystem/invoker.cpp:59:35: note: Function 'invoke' argument 1 names different: declaration 'target' definition 't'.
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager_p.h:63:5: style: Class 'PluginManagerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/extensionsystem/plugindetailsview.h:56:5: style: Class 'PluginDetailsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/extensionsystem/pluginerrorview.h:54:5: style: Class 'PluginErrorView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.cpp:926:13: style: Condition 'debugLeaks' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.cpp:957:9: style: Condition 'debugLeaks' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.cpp:546:52: style: Function 'remoteArguments' argument 1 names different: declaration 'serializedArguments' definition 'serializedArgument'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.h:142:41: note: Function 'remoteArguments' argument 1 names different: declaration 'serializedArguments' definition 'serializedArgument'.
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.cpp:546:52: note: Function 'remoteArguments' argument 1 names different: declaration 'serializedArguments' definition 'serializedArgument'.
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.cpp:767:51: style: Function 'setSettings' argument 1 names different: declaration 'settings' definition 's'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager_p.h:79:33: note: Function 'setSettings' argument 1 names different: declaration 'settings' definition 's'.
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.cpp:767:51: note: Function 'setSettings' argument 1 names different: declaration 'settings' definition 's'.
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.cpp:779:57: style: Function 'setGlobalSettings' argument 1 names different: declaration 'settings' definition 's'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager_p.h:80:39: note: Function 'setGlobalSettings' argument 1 names different: declaration 'settings' definition 's'.
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.cpp:779:57: note: Function 'setGlobalSettings' argument 1 names different: declaration 'settings' definition 's'.
freemedforms-project-0.9.4/libs/extensionsystem/pluginmanager.cpp:819:23: warning: Member variable 'PluginManagerPrivate::defaultCollection' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/libs/extensionsystem/pluginspec_p.h:55:5: style: Class 'PluginSpecPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/extensionsystem/pluginspec.cpp:823:9: style: The scope of the variable 'number1' can be reduced. [variableScope]
freemedforms-project-0.9.4/libs/extensionsystem/pluginspec.cpp:824:9: style: The scope of the variable 'number2' can be reduced. [variableScope]
freemedforms-project-0.9.4/libs/extensionsystem/pluginspec.cpp:786:76: style: Function 'provides' argument 2 names different: declaration 'version' definition 'pluginVersion'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/extensionsystem/pluginspec_p.h:58:61: note: Function 'provides' argument 2 names different: declaration 'version' definition 'pluginVersion'.
freemedforms-project-0.9.4/libs/extensionsystem/pluginspec.cpp:786:76: note: Function 'provides' argument 2 names different: declaration 'version' definition 'pluginVersion'.
freemedforms-project-0.9.4/libs/extensionsystem/pluginspec.cpp:173:7: style: Class 'PluginSpec' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/extensionsystem/pluginspec.cpp:173:7: style: Class 'PluginSpec' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/extensionsystem/test/manual/pluginview/plugindialog.h:47:5: style: Class 'PluginDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/medicalutils/aggir/girscore.h:52:1: style: The class 'NewGirScore' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/libs/medicalutils/aggir/girscore.cpp:802:14: warning: Member variable 'OldGirScore::d' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/libs/medicalutils/aggir/girscore.h:118:13: performance: Technically the member function 'MedicalUtils::AGGIR::NewGirScore::explanations' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/medicalutils/aggir/girscore.cpp:731:22: note: Technically the member function 'MedicalUtils::AGGIR::NewGirScore::explanations' can be static.
freemedforms-project-0.9.4/libs/medicalutils/aggir/girscore.h:118:13: note: Technically the member function 'MedicalUtils::AGGIR::NewGirScore::explanations' can be static.
freemedforms-project-0.9.4/libs/medicalutils/ebmmodel.h:50:5: style: Class 'EbmModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/medintuxutils/configuration.cpp:119:13: performance: Technically the member function 'MedinTux::Internal::ConfigurationPrivate::screenDirForMedinTuxBinary' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/medintuxutils/configuration.h:113:5: style: Class 'Configuration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/database.cpp:397:67: style: Function 'createMySQLUser' argument 2 names different: declaration 'clearPass' definition 'password'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/database.h:262:69: note: Function 'createMySQLUser' argument 2 names different: declaration 'clearPass' definition 'password'.
freemedforms-project-0.9.4/libs/utils/database.cpp:397:67: note: Function 'createMySQLUser' argument 2 names different: declaration 'clearPass' definition 'password'.
freemedforms-project-0.9.4/libs/utils/database.cpp:1850:78: style: Function 'select' argument 3 names different: declaration 'conditions' definition 'condition'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/database.h:328:80: note: Function 'select' argument 3 names different: declaration 'conditions' definition 'condition'.
freemedforms-project-0.9.4/libs/utils/database.cpp:1850:78: note: Function 'select' argument 3 names different: declaration 'conditions' definition 'condition'.
freemedforms-project-0.9.4/libs/utils/database.cpp:2124:45: style: Function 'totalSqlCommand' argument 1 names different: declaration 'tableRef' definition 'tableref'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/database.h:341:47: note: Function 'totalSqlCommand' argument 1 names different: declaration 'tableRef' definition 'tableref'.
freemedforms-project-0.9.4/libs/utils/database.cpp:2124:45: note: Function 'totalSqlCommand' argument 1 names different: declaration 'tableRef' definition 'tableref'.
freemedforms-project-0.9.4/libs/utils/database.cpp:2124:65: style: Function 'totalSqlCommand' argument 2 names different: declaration 'fieldRef' definition 'fieldref'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/database.h:341:67: note: Function 'totalSqlCommand' argument 2 names different: declaration 'fieldRef' definition 'fieldref'.
freemedforms-project-0.9.4/libs/utils/database.cpp:2124:65: note: Function 'totalSqlCommand' argument 2 names different: declaration 'fieldRef' definition 'fieldref'.
freemedforms-project-0.9.4/libs/utils/database.cpp:2618:0: style: Variable 'counter' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/libs/utils/database.cpp:139:9: performance: Technically the member function 'Utils::Internal::DatabasePrivate::index' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/database.cpp:144:9: performance: Technically the member function 'Utils::Internal::DatabasePrivate::fieldFromIndex' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/database.cpp:149:9: performance: Technically the member function 'Utils::Internal::DatabasePrivate::tableFromIndex' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/database.cpp:311:5: style: Class 'Database' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/utils/database.cpp:311:5: style: Class 'Database' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/utils/database.cpp:125:5: style: Class 'DatabasePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/database.h:59:1: warning: The struct 'Field' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freemedforms-project-0.9.4/libs/utils/databaseconnector.cpp:182:48: style: Function 'setHost' argument 1 names different: declaration 'hostName' definition 'host'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/databaseconnector.h:63:33: note: Function 'setHost' argument 1 names different: declaration 'hostName' definition 'host'.
freemedforms-project-0.9.4/libs/utils/databaseconnector.cpp:182:48: note: Function 'setHost' argument 1 names different: declaration 'hostName' definition 'host'.
freemedforms-project-0.9.4/libs/utils/databaseconnector.cpp:84:10: performance: Technically the member function 'Utils::Internal::DatabaseConnectorPrivate::testDriver' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/databaseconnector.cpp:152:5: style: Class 'DatabaseConnector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/utils/databaseconnector.h:44:1: warning: The class 'DatabaseConnector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
freemedforms-project-0.9.4/libs/utils/databasecsvimportator.h:79:10: performance: Technically the member function 'Utils::DatabaseCsvImportator::initialize' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/databasecsvimportator.cpp:284:29: note: Technically the member function 'Utils::DatabaseCsvImportator::initialize' can be static.
freemedforms-project-0.9.4/libs/utils/databasecsvimportator.h:79:10: note: Technically the member function 'Utils::DatabaseCsvImportator::initialize' can be static.
freemedforms-project-0.9.4/libs/utils/databasecsvimportator.cpp:271:5: style: Class 'DatabaseCsvImportator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/utils/databasecsvimportator.cpp:271:5: style: Class 'DatabaseCsvImportator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/utils/databasecsvimportator.cpp:57:5: style: Class 'DatabaseCsvImportatorPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/genericdescription.cpp:124:5: performance: Variable 'm_RootTag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/utils/genericdescription.h:95:5: style: Class 'GenericDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/genericupdateinformation.cpp:106:27: style: Redundant condition: version>from. 'version<=from || (version>from && version<to)' is equivalent to 'version<=from || version<to' [redundantCondition]
freemedforms-project-0.9.4/libs/utils/genericupdateinformation.cpp:215:70: style: Function 'operator<<' argument 2 names different: declaration 'u' definition 'c'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/genericupdateinformation.h:95:83: note: Function 'operator<<' argument 2 names different: declaration 'u' definition 'c'.
freemedforms-project-0.9.4/libs/utils/genericupdateinformation.cpp:215:70: note: Function 'operator<<' argument 2 names different: declaration 'u' definition 'c'.
freemedforms-project-0.9.4/libs/utils/genericupdateinformation.cpp:227:70: style: Function 'operator<<' argument 2 names different: declaration 'u' definition 'c'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/genericupdateinformation.h:96:83: note: Function 'operator<<' argument 2 names different: declaration 'u' definition 'c'.
freemedforms-project-0.9.4/libs/utils/genericupdateinformation.cpp:227:70: note: Function 'operator<<' argument 2 names different: declaration 'u' definition 'c'.
freemedforms-project-0.9.4/libs/utils/versionnumber.h:46:5: style: Class 'VersionNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/global.cpp:480:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freemedforms-project-0.9.4/libs/utils/global.cpp:483:7: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/libs/utils/global.cpp:480:12: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/libs/utils/global.cpp:556:31: style: Function 'removeDir' argument 1 names different: declaration 'absPath' definition 'name'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/global.h:134:44: note: Function 'removeDir' argument 1 names different: declaration 'absPath' definition 'name'.
freemedforms-project-0.9.4/libs/utils/global.cpp:556:31: note: Function 'removeDir' argument 1 names different: declaration 'absPath' definition 'name'.
freemedforms-project-0.9.4/libs/utils/global.cpp:649:53: style: Function 'getFiles' argument 2 names different: declaration 'filters' definition 'filter'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/global.h:137:66: note: Function 'getFiles' argument 2 names different: declaration 'filters' definition 'filter'.
freemedforms-project-0.9.4/libs/utils/global.cpp:649:53: note: Function 'getFiles' argument 2 names different: declaration 'filters' definition 'filter'.
freemedforms-project-0.9.4/libs/utils/global.cpp:706:76: style: Function 'saveStringToFile' argument 3 names different: declaration 'mode' definition 'iomode'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/global.h:140:90: note: Function 'saveStringToFile' argument 3 names different: declaration 'mode' definition 'iomode'.
freemedforms-project-0.9.4/libs/utils/global.cpp:706:76: note: Function 'saveStringToFile' argument 3 names different: declaration 'mode' definition 'iomode'.
freemedforms-project-0.9.4/libs/utils/global.cpp:717:113: style: Function 'saveStringToEncodedFile' argument 4 names different: declaration 'mode' definition 'iomode'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/global.h:141:127: note: Function 'saveStringToEncodedFile' argument 4 names different: declaration 'mode' definition 'iomode'.
freemedforms-project-0.9.4/libs/utils/global.cpp:717:113: note: Function 'saveStringToEncodedFile' argument 4 names different: declaration 'mode' definition 'iomode'.
freemedforms-project-0.9.4/libs/utils/global.cpp:1293:28: style: Function 'centerWidget' argument 1 names different: declaration 'winToCenter' definition 'win'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/global.h:113:41: note: Function 'centerWidget' argument 1 names different: declaration 'winToCenter' definition 'win'.
freemedforms-project-0.9.4/libs/utils/global.cpp:1293:28: note: Function 'centerWidget' argument 1 names different: declaration 'winToCenter' definition 'win'.
freemedforms-project-0.9.4/libs/utils/hprimparser.h:146:5: style: Class 'Hprim2Content' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/httpmultidownloader.cpp:112:13: performance: Technically the member function 'Utils::Internal::HttpMultiDownloaderPrivate::uuidFileName' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/httpmultidownloader.cpp:89:5: style: Class 'HttpMultiDownloaderPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/messagesender.h:59:5: style: Class 'MessageSender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/numbertostring.cpp:237:48: style: Function 'doubleToHumanReadableString' argument 1 names different: declaration 'decimal' definition 'doubleNumber'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/numbertostring.h:43:61: note: Function 'doubleToHumanReadableString' argument 1 names different: declaration 'decimal' definition 'doubleNumber'.
freemedforms-project-0.9.4/libs/utils/numbertostring.cpp:237:48: note: Function 'doubleToHumanReadableString' argument 1 names different: declaration 'decimal' definition 'doubleNumber'.
freemedforms-project-0.9.4/libs/utils/passwordandlogin.cpp:206:35: style: Function 'decrypt' argument 1 names different: declaration 'text' definition 'texte'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/passwordandlogin.h:52:48: note: Function 'decrypt' argument 1 names different: declaration 'text' definition 'texte'.
freemedforms-project-0.9.4/libs/utils/passwordandlogin.cpp:206:35: note: Function 'decrypt' argument 1 names different: declaration 'text' definition 'texte'.
freemedforms-project-0.9.4/libs/utils/passwordandlogin.h:79:13: performance: Technically the member function 'Utils::PasswordCrypter::cryptPassword' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/passwordandlogin.cpp:73:26: note: Technically the member function 'Utils::PasswordCrypter::cryptPassword' can be static.
freemedforms-project-0.9.4/libs/utils/passwordandlogin.h:79:13: note: Technically the member function 'Utils::PasswordCrypter::cryptPassword' can be static.
freemedforms-project-0.9.4/libs/utils/passwordandlogin.h:80:15: performance: Technically the member function 'Utils::PasswordCrypter::extractHashAlgorithm' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/passwordandlogin.cpp:118:45: note: Technically the member function 'Utils::PasswordCrypter::extractHashAlgorithm' can be static.
freemedforms-project-0.9.4/libs/utils/passwordandlogin.h:80:15: note: Technically the member function 'Utils::PasswordCrypter::extractHashAlgorithm' can be static.
freemedforms-project-0.9.4/libs/utils/printaxishelper.cpp:48:48: style: Function 'setPageSize' argument 1 names different: declaration 'pageRect' definition 'pageRectPixels'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/printaxishelper.h:67:35: note: Function 'setPageSize' argument 1 names different: declaration 'pageRect' definition 'pageRectPixels'.
freemedforms-project-0.9.4/libs/utils/printaxishelper.cpp:48:48: note: Function 'setPageSize' argument 1 names different: declaration 'pageRect' definition 'pageRectPixels'.
freemedforms-project-0.9.4/libs/utils/proxyaction.h:43:1: style: The class 'ProxyAction' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/libs/utils/qabstractxmltreemodel.cpp:110:9: performance: Variable 'm_FileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/utils/qabstractxmltreemodel.cpp:92:9: style: Technically the member function 'Utils::Internal::DomItem::row' can be const. [functionConst]
freemedforms-project-0.9.4/libs/utils/qabstractxmltreemodel.cpp:128:9: style: Class 'QAbstractXmlTreeModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/utils/qabstractxmltreemodel.cpp:128:9: style: Class 'QAbstractXmlTreeModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/utils/qabstractxmltreemodel.cpp:134:14: style: Class 'QAbstractXmlTreeModelPrivate' is unsafe, 'QAbstractXmlTreeModelPrivate::m_RootItem' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/libs/utils/randomizer.cpp:174:48: style: Function 'setPathToFiles' argument 1 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/randomizer.h:55:40: note: Function 'setPathToFiles' argument 1 names different: declaration 'path' definition 'p'.
freemedforms-project-0.9.4/libs/utils/randomizer.cpp:174:48: note: Function 'setPathToFiles' argument 1 names different: declaration 'path' definition 'p'.
freemedforms-project-0.9.4/libs/utils/randomizer.h:57:13: performance: Technically the member function 'Utils::Randomizer::randomString' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/randomizer.cpp:229:21: note: Technically the member function 'Utils::Randomizer::randomString' can be static.
freemedforms-project-0.9.4/libs/utils/randomizer.h:57:13: note: Technically the member function 'Utils::Randomizer::randomString' can be static.
freemedforms-project-0.9.4/libs/utils/randomizer.h:64:9: performance: Technically the member function 'Utils::Randomizer::randomInt' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/randomizer.cpp:321:17: note: Technically the member function 'Utils::Randomizer::randomInt' can be static.
freemedforms-project-0.9.4/libs/utils/randomizer.h:64:9: note: Technically the member function 'Utils::Randomizer::randomInt' can be static.
freemedforms-project-0.9.4/libs/utils/randomizer.h:65:9: performance: Technically the member function 'Utils::Randomizer::randomInt' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/randomizer.cpp:336:17: note: Technically the member function 'Utils::Randomizer::randomInt' can be static.
freemedforms-project-0.9.4/libs/utils/randomizer.h:65:9: note: Technically the member function 'Utils::Randomizer::randomInt' can be static.
freemedforms-project-0.9.4/libs/utils/randomizer.h:67:12: performance: Technically the member function 'Utils::Randomizer::randomDouble' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/randomizer.cpp:353:20: note: Technically the member function 'Utils::Randomizer::randomDouble' can be static.
freemedforms-project-0.9.4/libs/utils/randomizer.h:67:12: note: Technically the member function 'Utils::Randomizer::randomDouble' can be static.
freemedforms-project-0.9.4/libs/utils/randomizer.cpp:162:5: style: Class 'Randomizer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/utils/randomizer.cpp:162:5: style: Class 'Randomizer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/utils/stringutils.h:75:17: style: The function 'findMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/libs/utils/stringutils.h:70:17: note: Virtual function in base class
freemedforms-project-0.9.4/libs/utils/stringutils.h:75:17: note: Function in derived class
freemedforms-project-0.9.4/libs/utils/stylehelper.cpp:147:46: style: Function 'setBaseColor' argument 1 names different: declaration 'color' definition 'newcolor'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/stylehelper.h:77:44: note: Function 'setBaseColor' argument 1 names different: declaration 'color' definition 'newcolor'.
freemedforms-project-0.9.4/libs/utils/stylehelper.cpp:147:46: note: Function 'setBaseColor' argument 1 names different: declaration 'color' definition 'newcolor'.
freemedforms-project-0.9.4/libs/utils/updatechecker.cpp:220:51: style: Function 'progressBar' argument 1 names different: declaration 'parent' definition 'w'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/updatechecker.h:90:40: note: Function 'progressBar' argument 1 names different: declaration 'parent' definition 'w'.
freemedforms-project-0.9.4/libs/utils/updatechecker.cpp:220:51: note: Function 'progressBar' argument 1 names different: declaration 'parent' definition 'w'.
freemedforms-project-0.9.4/libs/utils/updatechecker.h:75:6: style: Class 'UpdateChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/updatechecker_p.h:42:5: style: Class 'UpdateCheckerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/versionnumber.cpp:60:45: style: Function 'VersionNumber' argument 1 names different: declaration 'versionNumber' definition 'version'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/versionnumber.h:46:34: note: Function 'VersionNumber' argument 1 names different: declaration 'versionNumber' definition 'version'.
freemedforms-project-0.9.4/libs/utils/versionnumber.cpp:60:45: note: Function 'VersionNumber' argument 1 names different: declaration 'versionNumber' definition 'version'.
freemedforms-project-0.9.4/libs/utils/widgets/basevalidatinglineedit.cpp:132:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/libs/utils/widgets/basevalidatinglineedit.h:94:18: warning: Virtual function 'slotChanged' is called from constructor 'BaseValidatingLineEdit(QWidget*parent=0)' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/basevalidatinglineedit.cpp:64:60: note: Calling slotChanged
freemedforms-project-0.9.4/libs/utils/widgets/basevalidatinglineedit.h:94:18: note: slotChanged is a virtual method
freemedforms-project-0.9.4/libs/utils/widgets/colorbuttonchooser.h:50:5: style: Class 'ColorButtonChooser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/combowithfancybutton.h:60:5: style: Class 'ComboWithFancyButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/combowithfancybutton.cpp:67:5: style: Class 'StringModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/combowithfancybutton.cpp:176:5: style: Class 'ItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/databaseinformationdialog.cpp:58:5: style: Class 'DatabaseInformationDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/datetimedelegate.cpp:52:5: performance: Variable 'm_MinDate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/libs/utils/widgets/detailsbutton.h:60:5: style: Class 'DetailsButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/detailswidget.cpp:97:9: style: Class 'DetailsWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/detailswidget.cpp:97:9: style: Class 'DetailsWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/utils/widgets/detailswidget.cpp:72:5: style: Class 'DetailsWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/fadewidgethack.cpp:53:12: warning: Either the condition 'parent' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/libs/utils/widgets/fadewidgethack.cpp:41:9: note: Assuming that condition 'parent' is not redundant
freemedforms-project-0.9.4/libs/utils/widgets/fadewidgethack.cpp:53:12: note: Null pointer dereference
freemedforms-project-0.9.4/libs/utils/widgets/fadewidgethack.h:56:5: style: Class 'FaderWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/fancyactionbar.h:53:5: style: Class 'FancyToolButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/fancyactionbar.h:80:5: style: Class 'FancyActionBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/fancytabwidget.h:59:5: style: Class 'FancyTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/fancytabwidget.h:85:5: style: Class 'FancyTabBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/fancytabwidget.h:151:5: style: Class 'FancyTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/fancytabwidget.cpp:361:5: style: Class 'FancyColorButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/filenamevalidatinglineedit.h:43:1: style: The class 'FileNameValidatingLineEdit' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/filenamevalidatinglineedit.h:63:18: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/libs/utils/widgets/basevalidatinglineedit.h:88:18: note: Virtual function in base class
freemedforms-project-0.9.4/libs/utils/widgets/filenamevalidatinglineedit.h:63:18: note: Function in derived class
freemedforms-project-0.9.4/libs/utils/widgets/genericdescriptioneditor.cpp:61:80: style: Function 'setDescription' argument 1 names different: declaration 'desc' definition 'descr'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/widgets/genericdescriptioneditor.h:57:58: note: Function 'setDescription' argument 1 names different: declaration 'desc' definition 'descr'.
freemedforms-project-0.9.4/libs/utils/widgets/genericdescriptioneditor.cpp:61:80: note: Function 'setDescription' argument 1 names different: declaration 'desc' definition 'descr'.
freemedforms-project-0.9.4/libs/utils/widgets/htmldelegate.cpp:91:13: performance: Technically the member function 'Utils::Internal::HtmlDelegatePrivate::changeColors' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/widgets/htmldelegate.cpp:83:5: style: Class 'HtmlDelegatePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/languagecombobox.cpp:324:61: style: Function 'setCurrentLanguage' argument 1 names different: declaration 'lang' definition 'language'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/libs/utils/widgets/languagecombobox.h:68:47: note: Function 'setCurrentLanguage' argument 1 names different: declaration 'lang' definition 'language'.
freemedforms-project-0.9.4/libs/utils/widgets/languagecombobox.cpp:324:61: note: Function 'setCurrentLanguage' argument 1 names different: declaration 'lang' definition 'language'.
freemedforms-project-0.9.4/libs/utils/widgets/languagecombobox.h:43:1: style: The class 'LanguageComboBox' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/languagecombobox.cpp:76:5: style: Class 'Language' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/languagecombobox.cpp:201:5: style: Class 'LanguageComboBoxPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/lineeditechoswitcher.cpp:54:10: performance: Technically the member function 'Utils::Internal::LineEditEchoSwitcherPrivate::switchEchoMode' can be static. [functionStatic]
freemedforms-project-0.9.4/libs/utils/widgets/lineeditechoswitcher.h:55:5: style: Class 'LineEditEchoSwitcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/minisplitter.h:47:5: style: Class 'MiniSplitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/minisplitter.h:48:5: style: Class 'MiniSplitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/moderndateeditor.cpp:60:5: style: Class 'ModernDateEditorPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/moderndateeditor.cpp:124:18: style: Class 'ModernDateEditorPrivate' is unsafe, 'ModernDateEditorPrivate::_rightButton' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/libs/utils/widgets/moderndateeditor.cpp:124:33: style: Class 'ModernDateEditorPrivate' is unsafe, 'ModernDateEditorPrivate::_leftButton' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/libs/utils/widgets/moderndateeditor.cpp:125:14: style: Class 'ModernDateEditorPrivate' is unsafe, 'ModernDateEditorPrivate::aShortDisplay' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/libs/utils/widgets/moderndateeditor.cpp:125:30: style: Class 'ModernDateEditorPrivate' is unsafe, 'ModernDateEditorPrivate::aLongDisplay' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/libs/utils/widgets/moderndateeditor.cpp:125:45: style: Class 'ModernDateEditorPrivate' is unsafe, 'ModernDateEditorPrivate::aNumericDisplay' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/libs/utils/widgets/moderndateeditor.cpp:125:63: style: Class 'ModernDateEditorPrivate' is unsafe, 'ModernDateEditorPrivate::aToday' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/libs/utils/widgets/pathchooser.cpp:95:5: style: Struct 'PathChooserPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/pathchooser.cpp:95:5: style: Struct 'PathChooserPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/utils/widgets/pathchooser.cpp:84:5: style: Struct 'PathChooserPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/pathchooser.cpp:63:18: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/libs/utils/widgets/basevalidatinglineedit.h:88:18: note: Virtual function in base class
freemedforms-project-0.9.4/libs/utils/widgets/pathchooser.cpp:63:18: note: Function in derived class
freemedforms-project-0.9.4/libs/utils/widgets/periodselectortoolbutton.cpp:47:5: style: Class 'PeriodSelectorToolButtonPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/qbuttonlineedit.h:56:5: style: Class 'QButtonLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/qbuttonlineedit.cpp:70:5: style: Class 'QButtonLineEditPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/qmenuitemview.cpp:49:5: style: Class 'QMenuItemViewPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/scrollingwidget.h:57:5: style: Class 'ScrollingWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/segmentedbutton.cpp:110:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freemedforms-project-0.9.4/libs/utils/widgets/segmentedbutton.cpp:112:7: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/libs/utils/widgets/segmentedbutton.cpp:110:12: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/libs/utils/widgets/styledbar.h:46:5: style: Class 'StyledBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/styledbar.h:61:5: style: Class 'StyledSeparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/timecombobox.cpp:72:9: style: Class 'TimeComboBoxPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/libs/utils/widgets/timecombobox.cpp:72:9: style: Class 'TimeComboBoxPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/libs/utils/widgets/timecombobox.cpp:67:5: style: Class 'TimeComboBoxPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/accountcore.h:57:5: style: Class 'AccountCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/database/accountbase.h:54:5: style: Class 'AccountBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/database/accountbasequery.h:58:5: style: Class 'AccountBaseQuery' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/accountcore.cpp:83:5: style: Class 'AccountCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/accountdata.cpp:66:5: style: Class 'AccountData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/accountdata.cpp:66:5: style: Class 'AccountData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/accountdata.cpp:48:5: style: Class 'AccountDataPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/accountitems.h:148:10: style: Technically the member function 'Account2::Fee::isNull' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/account2plugin/accountmodel.cpp:63:9: style: Class 'AccountModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/accountmodel.cpp:63:9: style: Class 'AccountModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/accountmodel.h:50:5: style: Class 'AccountModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/accountmodel.cpp:58:5: style: Class 'AccountModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/actsmodel.cpp:64:9: style: Class 'ActsModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/actsmodel.cpp:64:9: style: Class 'ActsModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/actsmodel.h:48:5: style: Class 'ActsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/actsmodel.cpp:58:5: style: Class 'ActsModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/assetmodel.cpp:129:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/account2plugin/assetmodel.cpp:128:0: note: Variable 'ret' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/account2plugin/assetmodel.cpp:129:5: note: Variable 'ret' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/account2plugin/assetmodel.cpp:49:9: style: Class 'AssetModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/assetmodel.cpp:49:9: style: Class 'AssetModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/assetmodel.h:44:5: style: Class 'AssetModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/assetmodel.cpp:47:5: style: Class 'AssetModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/assetsratesmodel.cpp:69:5: performance: Variable 'm_UserUid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/plugins/account2plugin/assetsratesmodel.cpp:47:9: style: Class 'AssetsRatesModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/assetsratesmodel.cpp:47:9: style: Class 'AssetsRatesModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/assetsratesmodel.h:44:5: style: Class 'AssetsRatesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/assetsratesmodel.cpp:45:5: style: Class 'AssetsRatesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/availablemovementmodel.h:43:5: style: Class 'AvailableMovementModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/availablemovementmodel.cpp:46:5: style: Class 'AvailableMovementModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/bankaccountmodel.cpp:47:9: style: Class 'BankAccountModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/bankaccountmodel.cpp:47:9: style: Class 'BankAccountModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/bankaccountmodel.h:43:5: style: Class 'BankAccountModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/bankaccountmodel.cpp:45:5: style: Class 'BankAccountModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/database/accountbase.cpp:92:5: style: Class 'AccountBasePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/datapackmodel.cpp:180:9: style: Class 'DatapackMPModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/datapackmodel.cpp:180:9: style: Class 'DatapackMPModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/datapackmodel.h:15:9: style: Class 'DatapackBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/datapackmodel.h:35:5: style: Class 'DatapackMPModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/datapackmodel.cpp:175:5: style: Class 'DatapackMPModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/depositmodel.cpp:45:9: style: Class 'DepositModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/depositmodel.cpp:45:9: style: Class 'DepositModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/depositmodel.h:43:5: style: Class 'DepositModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/depositmodel.cpp:43:5: style: Class 'DepositModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/distancerulesmodel.cpp:45:9: style: Class 'DistanceRulesModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/distancerulesmodel.cpp:45:9: style: Class 'DistanceRulesModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/distancerulesmodel.h:44:5: style: Class 'DistanceRulesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/distancerulesmodel.cpp:43:5: style: Class 'DistanceRulesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/formitems/accountwidgets.h:47:5: style: Class 'AccountWidgetFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/insurancemodel.cpp:52:9: style: Class 'InsuranceModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/insurancemodel.cpp:52:9: style: Class 'InsuranceModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/insurancemodel.h:45:5: style: Class 'InsuranceModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/insurancemodel.cpp:50:5: style: Class 'InsuranceModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/medicalproceduremodel.cpp:62:9: style: Class 'MedicalProcedureModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/medicalproceduremodel.cpp:62:9: style: Class 'MedicalProcedureModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/medicalproceduremodel.h:45:5: style: Class 'MedicalProcedureModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/medicalproceduremodel.cpp:57:5: style: Class 'MedicalProcedureModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/models/bankaccountmodel.cpp:60:9: style: Class 'BankAccountModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/models/bankaccountmodel.cpp:60:9: style: Class 'BankAccountModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/models/bankaccountmodel.h:63:5: style: Class 'BankAccountModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/models/bankaccountmodel.cpp:57:5: style: Class 'BankAccountModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/models/feemodel.h:63:5: style: Class 'FeeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/models/feemodel.cpp:51:5: style: Class 'FeeModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/models/medicalproceduremodel.cpp:75:9: style: Class 'MedicalProcedureModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/models/medicalproceduremodel.cpp:75:9: style: Class 'MedicalProcedureModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/models/medicalproceduremodel.cpp:70:5: style: Class 'MedicalProcedureModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/models/paymentmodel.h:60:5: style: Class 'PaymentModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/models/paymentmodel.cpp:52:5: style: Class 'PaymentModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/movementmodel.cpp:130:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/account2plugin/movementmodel.cpp:129:0: note: Variable 'ret' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/account2plugin/movementmodel.cpp:130:5: note: Variable 'ret' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/account2plugin/movementmodel.cpp:49:9: style: Class 'MovementModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/movementmodel.cpp:49:9: style: Class 'MovementModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/movementmodel.h:46:5: style: Class 'MovementModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/movementmodel.cpp:47:5: style: Class 'MovementModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/percentmodel.cpp:58:9: style: Class 'PercentModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/percentmodel.cpp:58:9: style: Class 'PercentModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/percentmodel.h:44:5: style: Class 'PercentModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/percentmodel.cpp:51:5: style: Class 'PercentModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/rulesmodel.cpp:45:9: style: Class 'RulesModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/rulesmodel.cpp:45:9: style: Class 'RulesModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/rulesmodel.h:43:5: style: Class 'RulesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/rulesmodel.cpp:43:5: style: Class 'RulesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/thesaurusmodel.cpp:48:9: style: Class 'ThesaurusModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/thesaurusmodel.cpp:48:9: style: Class 'ThesaurusModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/account2plugin/thesaurusmodel.h:42:5: style: Class 'ThesaurusModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/thesaurusmodel.cpp:46:5: style: Class 'ThesaurusModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/workingplacesmodel.h:44:5: style: Class 'WorkingPlacesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/account2plugin/workingplacesmodel.cpp:50:5: style: Class 'WorkingPlacesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountbase.cpp:642:35: style: Function 'logChronos' argument 1 names different: declaration 'state' definition 'log'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountbase.h:70:26: note: Function 'logChronos' argument 1 names different: declaration 'state' definition 'log'.
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountbase.cpp:642:35: note: Function 'logChronos' argument 1 names different: declaration 'state' definition 'log'.
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountbase.h:61:5: style: Class 'AccountBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountbase.cpp:97:5: style: Class 'AccountBasePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/datapackmodel.h:15:9: style: Class 'DatapackBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/datapackmodel.h:35:5: style: Class 'DatapackMPModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountdata.cpp:71:5: style: Class 'AccountData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountdata.cpp:71:5: style: Class 'AccountData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountdata.cpp:53:5: style: Class 'AccountDataPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountmodel.cpp:68:9: style: Class 'AccountModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountmodel.cpp:68:9: style: Class 'AccountModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountmodel.h:55:5: style: Class 'AccountModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/accountmodel.cpp:63:5: style: Class 'AccountModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/actsmodel.cpp:69:9: style: Class 'ActsModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/actsmodel.cpp:69:9: style: Class 'ActsModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/actsmodel.h:53:5: style: Class 'ActsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/actsmodel.cpp:63:5: style: Class 'ActsModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetmodel.cpp:134:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetmodel.cpp:133:0: note: Variable 'ret' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetmodel.cpp:134:5: note: Variable 'ret' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetmodel.cpp:54:9: style: Class 'AssetModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetmodel.cpp:54:9: style: Class 'AssetModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetmodel.h:49:5: style: Class 'AssetModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetmodel.cpp:52:5: style: Class 'AssetModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetsratesmodel.cpp:74:5: performance: Variable 'm_UserUid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetsratesmodel.cpp:52:9: style: Class 'AssetsRatesModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetsratesmodel.cpp:52:9: style: Class 'AssetsRatesModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetsratesmodel.h:49:5: style: Class 'AssetsRatesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/assetsratesmodel.cpp:50:5: style: Class 'AssetsRatesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/availablemovementmodel.h:48:5: style: Class 'AvailableMovementModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/availablemovementmodel.cpp:51:5: style: Class 'AvailableMovementModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/bankaccountmodel.cpp:52:9: style: Class 'BankAccountModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/bankaccountmodel.cpp:52:9: style: Class 'BankAccountModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/bankaccountmodel.h:48:5: style: Class 'BankAccountModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/bankaccountmodel.cpp:50:5: style: Class 'BankAccountModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/datapackmodel.cpp:180:9: style: Class 'DatapackMPModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/datapackmodel.cpp:180:9: style: Class 'DatapackMPModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/datapackmodel.cpp:175:5: style: Class 'DatapackMPModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/depositmodel.cpp:50:9: style: Class 'DepositModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/depositmodel.cpp:50:9: style: Class 'DepositModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/depositmodel.h:48:5: style: Class 'DepositModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/depositmodel.cpp:48:5: style: Class 'DepositModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/distancerulesmodel.cpp:50:9: style: Class 'DistanceRulesModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/distancerulesmodel.cpp:50:9: style: Class 'DistanceRulesModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/distancerulesmodel.h:49:5: style: Class 'DistanceRulesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/distancerulesmodel.cpp:48:5: style: Class 'DistanceRulesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/insurancemodel.cpp:57:9: style: Class 'InsuranceModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/insurancemodel.cpp:57:9: style: Class 'InsuranceModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/insurancemodel.h:50:5: style: Class 'InsuranceModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/insurancemodel.cpp:55:5: style: Class 'InsuranceModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/medicalproceduremodel.cpp:67:9: style: Class 'MedicalProcedureModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/medicalproceduremodel.cpp:67:9: style: Class 'MedicalProcedureModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/medicalproceduremodel.h:50:5: style: Class 'MedicalProcedureModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/medicalproceduremodel.cpp:62:5: style: Class 'MedicalProcedureModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/movementmodel.cpp:135:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountbaseplugin/movementmodel.cpp:134:0: note: Variable 'ret' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountbaseplugin/movementmodel.cpp:135:5: note: Variable 'ret' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountbaseplugin/movementmodel.cpp:54:9: style: Class 'MovementModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/movementmodel.cpp:54:9: style: Class 'MovementModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/movementmodel.h:51:5: style: Class 'MovementModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/movementmodel.cpp:52:5: style: Class 'MovementModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/percentmodel.cpp:63:9: style: Class 'PercentModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/percentmodel.cpp:63:9: style: Class 'PercentModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/percentmodel.h:49:5: style: Class 'PercentModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/percentmodel.cpp:56:5: style: Class 'PercentModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/rulesmodel.cpp:50:9: style: Class 'RulesModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/rulesmodel.cpp:50:9: style: Class 'RulesModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/rulesmodel.h:48:5: style: Class 'RulesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/rulesmodel.cpp:48:5: style: Class 'RulesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/thesaurusmodel.cpp:53:9: style: Class 'ThesaurusModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/thesaurusmodel.cpp:53:9: style: Class 'ThesaurusModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/accountbaseplugin/thesaurusmodel.h:47:5: style: Class 'ThesaurusModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/thesaurusmodel.cpp:51:5: style: Class 'ThesaurusModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/workingplacesmodel.h:49:5: style: Class 'WorkingPlacesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountbaseplugin/workingplacesmodel.cpp:55:5: style: Class 'WorkingPlacesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/accountcontextualwidget.h:56:5: style: Class 'AccountContextualWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/accountwidgetmanager.h:63:5: style: Class 'AccountActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/accountcontextualwidget.cpp:63:5: style: Class 'AccountContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/accountview.h:63:5: style: Class 'AccountView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/accountpreferences.h:66:1: style: The class 'AccountUserWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/bankdetailspage.h:65:1: style: The class 'BankDetailsWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/availablemovementpage.h:69:1: style: The class 'AvailableMovementWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/virtualdatabasecreator.h:62:1: style: The class 'VirtualDatabaseCreator' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/sitespage.h:69:1: style: The class 'SitesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/insurancepage.h:70:1: style: The class 'InsuranceWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/percentagespage.h:66:1: style: The class 'PercentagesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/distancerulespage.h:67:1: style: The class 'DistanceRulesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/assetsratespage.h:67:1: style: The class 'AssetsRatesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/accountpreferences.h:94:5: style: Class 'AccountUserOptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/accountpreferences.h:159:5: style: Class 'AccountDatabaseDefaultsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/bankdetailspage.h:100:5: style: Class 'BankDetailsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/availablemovementpage.h:110:5: style: Class 'AvailableMovementPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/medicalprocedurepage.h:135:5: style: Class 'MedicalProcedurePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/virtualdatabasecreator.h:92:5: style: Class 'VirtualDatabaseCreatorPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/sitespage.h:110:5: style: Class 'SitesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/insurancepage.h:111:5: style: Class 'InsurancePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/percentagespage.h:101:5: style: Class 'PercentagesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/distancerulespage.h:104:5: style: Class 'DistanceRulesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/assetsratespage.h:111:5: style: Class 'AssetsRatesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptsmanager.h:47:3: style: Class 'ReceiptsManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/accountwidgetmanager.h:112:5: style: Class 'AccountWidgetManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:290:5: style: Variable 'lastId' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:288:0: note: Variable 'lastId' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:290:5: note: Variable 'lastId' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:332:5: style: Variable 'residualValue' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:330:0: note: Variable 'residualValue' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:332:5: note: Variable 'residualValue' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:432:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:430:0: note: Variable 'value' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:432:5: note: Variable 'value' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:446:5: style: Variable 'duration' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:444:0: note: Variable 'duration' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.cpp:446:5: note: Variable 'duration' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsio.h:58:5: style: Class 'AssetsIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:243:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:242:0: note: Variable 'result' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:243:5: note: Variable 'result' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:333:5: style: Variable 'rate' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:331:0: note: Variable 'rate' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:333:5: note: Variable 'rate' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:345:5: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:338:0: note: Variable 'model' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:345:5: note: Variable 'model' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:258:16: style: The scope of the variable 'residualValue' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:259:16: style: The scope of the variable 'yearlyValue' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:172:61: style: Function 'decreasingCalc' argument 2 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.h:105:50: note: Function 'decreasingCalc' argument 2 names different: declaration 'val' definition 'value'.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:172:61: note: Function 'decreasingCalc' argument 2 names different: declaration 'val' definition 'value'.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsmanager.cpp:43:16: warning: Member variable 'AssetsManager::m_rate' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsviewer.cpp:274:5: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsviewer.cpp:273:0: note: Variable 'model' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsviewer.cpp:274:5: note: Variable 'model' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/assets/assetsviewer.h:49:5: style: Class 'AssetsViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgeredit.h:45:9: style: Class 'LedgerEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerio.h:48:9: style: Class 'LedgerIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerio.cpp:639:43: style: Function 'getNoName' argument 1 names different: declaration 'name' definition 'nameSurname'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerio.h:71:41: note: Function 'getNoName' argument 1 names different: declaration 'name' definition 'nameSurname'.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerio.cpp:639:43: note: Function 'getNoName' argument 1 names different: declaration 'name' definition 'nameSurname'.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgermanager.h:46:9: style: Class 'LedgerManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:161:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:156:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:161:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:166:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:161:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:166:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:171:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:166:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:171:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:176:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:171:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:176:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:181:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:176:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:181:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:186:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:181:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:186:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:194:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:186:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.cpp:194:5: note: Variable 'b' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/ledger/ledgerviewer.h:50:9: style: Class 'LedgerViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/mythread.cpp:39:13: warning: Member variable 'ProduceDoc::m_textDocument' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/mythread.cpp:39:13: warning: Member variable 'ProduceDoc::m_noNameChecked' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/mythread.cpp:42:5: performance: Variable 'm_tableFormatParameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/plugins/accountplugin/ledger/mythread.cpp:43:5: performance: Variable 'm_tablesRecapParameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsio.h:53:5: style: Class 'MovementsIODb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsmanager.cpp:82:5: style: Variable 'calculation' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsmanager.cpp:81:0: note: Variable 'calculation' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsmanager.cpp:82:5: note: Variable 'calculation' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsviewer.cpp:196:5: style: Variable 'valueCalculated' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsviewer.cpp:195:0: note: Variable 'valueCalculated' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsviewer.cpp:196:5: note: Variable 'valueCalculated' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsviewer.cpp:284:5: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsviewer.cpp:283:0: note: Variable 'm' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsviewer.cpp:284:5: note: Variable 'm' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/movements/movementsviewer.h:48:9: style: Class 'MovementsViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/accountpreferences.cpp:362:5: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/accountpreferences.cpp:356:0: note: Variable 'success' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/accountpreferences.cpp:362:5: note: Variable 'success' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/accountpreferences.cpp:147:57: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/accountpreferences.h:78:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/accountpreferences.cpp:147:57: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/availablemovementpage.cpp:215:63: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/availablemovementpage.h:82:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/availablemovementpage.cpp:215:63: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/bankdetailspage.cpp:207:57: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/bankdetailspage.h:77:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/bankdetailspage.cpp:207:57: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/distancerulespage.cpp:217:59: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/distancerulespage.h:80:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/distancerulespage.cpp:217:59: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/insurancepage.cpp:289:55: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/insurancepage.h:83:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/insurancepage.cpp:289:55: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/medicalprocedurepage.cpp:281:62: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/medicalprocedurepage.h:85:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/medicalprocedurepage.cpp:281:62: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/percentagespage.cpp:234:57: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/percentagespage.h:78:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/percentagespage.cpp:234:57: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/sitespage.cpp:248:51: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/sitespage.h:83:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/sitespage.cpp:248:51: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/virtualdatabasecreator.cpp:232:62: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/preferences/virtualdatabasecreator.h:75:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/preferences/virtualdatabasecreator.cpp:232:62: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/accountplugin/receipts/choicedialog.cpp:274:66: style: Function 'ChoiceDialog' argument 3 names different: declaration 'freetext' definition 'freevalue'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/choicedialog.h:100:65: note: Function 'ChoiceDialog' argument 3 names different: declaration 'freetext' definition 'freevalue'.
freemedforms-project-0.9.4/plugins/accountplugin/receipts/choicedialog.cpp:274:66: note: Function 'ChoiceDialog' argument 3 names different: declaration 'freetext' definition 'freevalue'.
freemedforms-project-0.9.4/plugins/accountplugin/receipts/choicedialog.h:61:5: style: Class 'ActionsTreeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/controlreceiptsio.h:67:9: style: Class 'ControlReceipts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/distance.h:48:9: style: Class 'distance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/findreceiptsvalues.h:70:5: style: Class 'findReceiptsValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/freetext.h:12:9: style: Class 'FreeText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/preferredreceipts.h:50:5: style: Class 'PreferredReceipts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptsio.cpp:343:92: style: Function 'getFilteredValueFromMedicalProcedure' argument 1 names different: declaration 'string' definition 'act'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptsio.h:64:80: note: Function 'getFilteredValueFromMedicalProcedure' argument 1 names different: declaration 'string' definition 'act'.
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptsio.cpp:343:92: note: Function 'getFilteredValueFromMedicalProcedure' argument 1 names different: declaration 'string' definition 'act'.
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptviewer.cpp:493:9: style: Variable 'width' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptviewer.cpp:491:0: note: Variable 'width' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptviewer.cpp:493:9: note: Variable 'width' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptviewer.cpp:1140:9: style: The scope of the variable 'rowOfAmountModel' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptviewer.cpp:1141:12: style: The scope of the variable 'value' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptviewer.cpp:89:15: warning: Member variable 'DisplayModel::m_rows' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptviewer.h:76:5: style: Class 'DisplayModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/receiptviewer.h:107:5: style: Class 'treeViewsActions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/tools.cpp:44:9: style: Variable 'enumItem' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/accountplugin/receipts/tools.cpp:41:0: note: Variable 'enumItem' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/accountplugin/receipts/tools.cpp:44:9: note: Variable 'enumItem' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/agendaplugin/agendabase.cpp:642:13: style: The scope of the variable 'lastAvId' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/agendaplugin/agendabase.cpp:643:13: style: The scope of the variable 'lastWeekDay' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/agendaplugin/agendabase.h:113:5: style: Class 'AgendaBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/dayavailability.h:103:5: style: Class 'DayAvailabilityModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendarpageforuserviewer.h:54:5: style: Class 'UserCalendarPageForUserViewerWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendarpageforuserviewer.h:78:5: style: Class 'UserCalendarPageForUserViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemeditorpatientmapper.h:63:5: style: Class 'CalendarItemEditorPatientMapperWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/agendaplugin.cpp:419:10: style: Variable 'ev' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/agendaplugin/agendawidgetmanager.h:61:5: style: Class 'AgendaActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/agendapreferencespage.h:74:5: style: Class 'AgendaPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/agendawidgetmanager.cpp:114:9: style: Condition 'view' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/plugins/agendaplugin/agendawidgetmanager.cpp:91:21: note: Assignment 'view=0', assigned value is 0
freemedforms-project-0.9.4/plugins/agendaplugin/agendawidgetmanager.cpp:114:9: note: Condition 'view' is always false
freemedforms-project-0.9.4/plugins/agendaplugin/agendawidgetmanager.h:106:5: style: Class 'AgendaWidgetManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemeditorpatientmapper.cpp:69:5: warning: Member variable 'TreeItemDelegate::m_Model' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemeditorpatientmapper.cpp:69:5: style: Class 'TreeItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemeditorusercalendarmapper.h:57:5: style: Class 'CalendarItemEditorUserCalendarMapperWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemmodel.cpp:154:71: style: Function 'insertItem' argument 1 names different: declaration 'begin' definition 'beginning'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemmodel.h:64:56: note: Function 'insertItem' argument 1 names different: declaration 'begin' definition 'beginning'.
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemmodel.cpp:154:71: note: Function 'insertItem' argument 1 names different: declaration 'begin' definition 'beginning'.
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemmodel.cpp:154:99: style: Function 'insertItem' argument 2 names different: declaration 'end' definition 'ending'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemmodel.h:64:80: note: Function 'insertItem' argument 2 names different: declaration 'end' definition 'ending'.
freemedforms-project-0.9.4/plugins/agendaplugin/calendaritemmodel.cpp:154:99: note: Function 'insertItem' argument 2 names different: declaration 'end' definition 'ending'.
freemedforms-project-0.9.4/plugins/agendaplugin/dayavailability.cpp:191:9: warning: Possible null pointer dereference: dayItem [nullPointer]
freemedforms-project-0.9.4/plugins/agendaplugin/dayavailability.cpp:179:30: note: Assignment 'dayItem=0', assigned value is 0
freemedforms-project-0.9.4/plugins/agendaplugin/dayavailability.cpp:191:9: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/agendaplugin/dayavailability.cpp:76:57: style: Function 'removeTimeRanges' argument 1 names different: declaration 'timeRangeAt' definition 'timeRange'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/agendaplugin/dayavailability.h:82:44: note: Function 'removeTimeRanges' argument 1 names different: declaration 'timeRangeAt' definition 'timeRange'.
freemedforms-project-0.9.4/plugins/agendaplugin/dayavailability.cpp:76:57: note: Function 'removeTimeRanges' argument 1 names different: declaration 'timeRangeAt' definition 'timeRange'.
freemedforms-project-0.9.4/plugins/agendaplugin/dayavailability.cpp:94:5: style: Class 'DayAvailabilityModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/eventeditorwidget.cpp:33:17: style: Class 'EventEditorWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/eventeditorwidget.cpp:33:17: style: Class 'EventEditorWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/agendaplugin/eventeditorwidget.cpp:32:9: style: Class 'EventEditorWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendar.cpp:173:52: style: Function 'canBeAvailable' argument 1 names different: declaration 'date' definition 'start'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendar.h:99:42: note: Function 'canBeAvailable' argument 1 names different: declaration 'date' definition 'start'.
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendar.cpp:173:52: note: Function 'canBeAvailable' argument 1 names different: declaration 'date' definition 'start'.
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendar.cpp:42:15: warning: Member variable 'UserCalendar::m_model' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendardelegatesmapper.cpp:60:5: warning: Member variable 'TreeItemDelegate::m_Model' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendardelegatesmapper.h:65:5: style: Class 'UserCalendarDelegatesMapperWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendardelegatesmapper.cpp:60:5: style: Class 'TreeItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendarviewer.cpp:89:5: warning: Member variable 'UserCalendarViewerPrivate::scrollOnShow' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendarviewer.cpp:90:9: style: Class 'UserCalendarViewerPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendarviewer.cpp:90:9: style: Class 'UserCalendarViewerPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/agendaplugin/usercalendarviewer.cpp:89:5: style: Class 'UserCalendarViewerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/aggirplugin/girwidget.h:57:5: style: Class 'GirWidgetFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/aggirplugin/girwidget.h:81:5: style: Class 'GirUi' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/aggirplugin/girwidget.cpp:130:38: style: Function 'GirWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/aggirplugin/girwidget.h:105:31: note: Function 'GirWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/aggirplugin/girwidget.cpp:130:38: note: Function 'GirWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/aggirplugin/girwidget.cpp:177:14: warning: Member variable 'GirItemData::m_readonly' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/alertplugin/alertbase.h:112:5: style: Class 'AlertBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/alertcore.h:63:5: style: Class 'AlertCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/alertscriptmanager.h:57:5: style: Class 'AlertScriptManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/alertcore.cpp:89:5: style: Class 'AlertCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:50:21: style: The function 'uuid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:45:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:50:21: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:51:21: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:48:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:51:21: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:52:21: style: The function 'category' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:49:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:52:21: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:53:21: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:50:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:53:21: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:65:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:53:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:65:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:66:10: style: The function 'addAlert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:54:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:66:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:67:10: style: The function 'updateAlert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:55:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:67:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:68:10: style: The function 'removeAlert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:56:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:68:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:69:10: style: The function 'highlightAlert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:57:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:69:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:71:14: style: The function 'createWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/alertplugin/ialertplaceholder.h:59:22: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.h:71:14: note: Function in derived class
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.cpp:1516:43: style: Function 'cyclingDelay' argument 1 names different: declaration 'min' definition 'mins'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.h:103:42: note: Function 'cyclingDelay' argument 1 names different: declaration 'min' definition 'mins'.
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.cpp:1516:43: note: Function 'cyclingDelay' argument 1 names different: declaration 'min' definition 'mins'.
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.cpp:2124:57: style: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.h:442:70: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'.
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.cpp:2124:57: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'.
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.cpp:2157:55: style: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.h:445:68: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'.
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.cpp:2157:55: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'.
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.cpp:376:23: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.cpp:205:10: performance: Technically the member function 'Alert::Internal::AlertValueBook::toTreeWidgetItem' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.cpp:217:5: style: Class 'AlertItemPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/alertitem.h:48:1: warning: The class 'AlertTiming' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freemedforms-project-0.9.4/plugins/alertplugin/alertitemeditordialog.h:40:1: style: The class 'AlertItemEditorDialog' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/alertitemeditorwidget.cpp:60:9: style: Class 'AlertItemEditorWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/alertitemeditorwidget.cpp:60:9: style: Class 'AlertItemEditorWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.cpp:60:25: warning: Member variable 'AlertPlaceHolderWidget::_newButton' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.cpp:60:25: warning: Member variable 'AlertPlaceHolderWidget::_margin' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.cpp:60:25: warning: Member variable 'AlertPlaceHolderWidget::_spacing' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.cpp:60:25: warning: Member variable 'AlertPlaceHolderWidget::_border' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.cpp:60:25: warning: Member variable 'AlertPlaceHolderWidget::_drawBackgroundUsingAlertPriority' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.cpp:60:25: warning: Member variable 'AlertPlaceHolderWidget::_autoSave' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/alertplugin/alertplaceholderwidget.cpp:60:25: warning: Member variable 'AlertPlaceHolderWidget::_autoSaveOnEdit' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/alertplugin/nonblockingalertwidgets.h:44:5: style: Class 'NonBlockingAlertToolButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/nonblockingalertwidgets.h:75:5: style: Class 'NonBlockingAlertLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/alertpreferences.h:79:5: style: Class 'AlertPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.cpp:187:66: style: Function 'BlockingAlertDialog' argument 1 names different: declaration 'item' definition 'items'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.h:85:58: note: Function 'BlockingAlertDialog' argument 1 names different: declaration 'item' definition 'items'.
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.cpp:187:66: note: Function 'BlockingAlertDialog' argument 1 names different: declaration 'item' definition 'items'.
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.cpp:515:88: style: Function 'executeBlockingAlert' argument 1 names different: declaration 'item' definition 'items'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.h:103:78: note: Function 'executeBlockingAlert' argument 1 names different: declaration 'item' definition 'items'.
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.cpp:515:88: note: Function 'executeBlockingAlert' argument 1 names different: declaration 'item' definition 'items'.
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.cpp:522:88: style: Function 'executeBlockingAlert' argument 1 names different: declaration 'item' definition 'items'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.h:104:78: note: Function 'executeBlockingAlert' argument 1 names different: declaration 'item' definition 'items'.
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.cpp:522:88: note: Function 'executeBlockingAlert' argument 1 names different: declaration 'item' definition 'items'.
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.cpp:150:9: style: Class 'BlockingAlertDialogPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.cpp:150:9: style: Class 'BlockingAlertDialogPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/alertplugin/blockingalertdialog.cpp:149:5: style: Class 'BlockingAlertDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/alertplugin/tests/tst_alertitem.cpp:315:17: warning: Iterators to containers from different expressions 't' and 't2' are used together. [mismatchingContainerExpression]
freemedforms-project-0.9.4/plugins/alertplugin/tests/tst_alertitem.cpp:385:17: warning: Iterators to containers from different expressions 't' and 't2' are used together. [mismatchingContainerExpression]
freemedforms-project-0.9.4/plugins/alertplugin/tests/tst_alertitem.cpp:431:17: warning: Iterators to containers from different expressions 'tc' and 'tc2' are used together. [mismatchingContainerExpression]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/austriansocialnumber.cpp:304:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/austriansocialnumber.cpp:193:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/austriansocialnumber.cpp:288:0: style: Variable 'nextTab' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/austriansocialnumber.h:115:5: style: Class 'AustrianSocialNumberFormData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/basedatecompleterwidget.h:74:5: style: Class 'BaseDateCompleterData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgets.h:70:5: style: Class 'BaseWidgetsFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgets.h:125:5: style: Class 'BaseFormData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgets.h:190:5: style: Class 'BaseGroupData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgets.h:245:5: style: Class 'BaseCheckData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgets.h:300:5: style: Class 'BaseRadioData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgets.h:353:5: style: Class 'BaseSimpleTextData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgets.h:424:5: style: Class 'BaseDateData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgets.h:477:5: style: Class 'BaseSpinData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baselistwidgets.h:97:5: style: Class 'BaseListData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baselistwidgets.h:152:5: style: Class 'BaseComboData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/frenchsocialnumber.h:76:5: style: Class 'FrenchSocialNumberFormData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/measurementwidget.h:80:5: style: Class 'MeasurementWidgetData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgetsoptionspage.h:52:5: style: Class 'BaseFormSettingsWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/baseformwidgetsoptionspage.h:66:5: style: Class 'BaseFormWidgetsOptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/texteditorfactory.h:49:5: style: Class 'TextEditorFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/texteditorfactory.h:84:5: style: Class 'TextEditorData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/identitywidgetfactory.h:55:5: style: Class 'IdentityWidgetFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/identitywidgetfactory.h:89:5: style: Class 'IdentityWidgetData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/calculationwidgets.h:49:5: style: Class 'CalculationWidgetsFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/frenchsocialnumberwidget.cpp:61:9: style: Class 'FrenchSocialNumberWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/frenchsocialnumberwidget.cpp:61:9: style: Class 'FrenchSocialNumberWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/frenchsocialnumberwidget.cpp:60:5: style: Class 'FrenchSocialNumberWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/identitywidgetfactory.cpp:93:93: style: Function 'createWidget' argument 2 names different: declaration 'object' definition 'formItem'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/identitywidgetfactory.h:64:74: note: Function 'createWidget' argument 2 names different: declaration 'object' definition 'formItem'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/identitywidgetfactory.cpp:93:93: note: Function 'createWidget' argument 2 names different: declaration 'object' definition 'formItem'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/measurementwidget.cpp:41:54: style: Function 'MeasurementWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/measurementwidget.h:53:39: note: Function 'MeasurementWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/measurementwidget.cpp:41:54: note: Function 'MeasurementWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/texteditorfactory.cpp:98:89: style: Function 'createWidget' argument 2 names different: declaration 'object' definition 'formItem'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/texteditorfactory.h:58:74: note: Function 'createWidget' argument 2 names different: declaration 'object' definition 'formItem'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/texteditorfactory.cpp:98:89: note: Function 'createWidget' argument 2 names different: declaration 'object' definition 'formItem'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/texteditorfactory.cpp:104:48: style: Function 'TextEditorForm' argument 1 names different: declaration 'linkedObject' definition 'formItem'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/texteditorfactory.h:65:36: note: Function 'TextEditorForm' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/texteditorfactory.cpp:104:48: note: Function 'TextEditorForm' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/treeviewformitem.cpp:241:60: style: Function 'setStorableData' argument 1 names different: declaration 'modified' definition 'data'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/basewidgetsplugin/treeviewformitem.h:88:42: note: Function 'setStorableData' argument 1 names different: declaration 'modified' definition 'data'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/treeviewformitem.cpp:241:60: note: Function 'setStorableData' argument 1 names different: declaration 'modified' definition 'data'.
freemedforms-project-0.9.4/plugins/basewidgetsplugin/treeviewformitem.cpp:154:23: warning: Member variable 'TreeViewFormItemData::m_Modified' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/categoryplugin/categorybase.cpp:515:9: style: The scope of the variable 'id' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/categoryplugin/categorybase.h:46:5: style: Class 'CategoryBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/categoryplugin/categorycore.cpp:100:110: style: Function 'flattenCategoryTree' argument 1 names different: declaration 'category' definition 'categories'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/categoryplugin/categorycore.h:56:100: note: Function 'flattenCategoryTree' argument 1 names different: declaration 'category' definition 'categories'.
freemedforms-project-0.9.4/plugins/categoryplugin/categorycore.cpp:100:110: note: Function 'flattenCategoryTree' argument 1 names different: declaration 'category' definition 'categories'.
freemedforms-project-0.9.4/plugins/categoryplugin/categorycore.cpp:155:131: style: Function 'findCategory' argument 3 names different: declaration 'categories' definition 'category'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/categoryplugin/categorycore.h:64:121: note: Function 'findCategory' argument 3 names different: declaration 'categories' definition 'category'.
freemedforms-project-0.9.4/plugins/categoryplugin/categorycore.cpp:155:131: note: Function 'findCategory' argument 3 names different: declaration 'categories' definition 'category'.
freemedforms-project-0.9.4/plugins/categoryplugin/categorycore.h:45:5: style: Class 'CategoryCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/categoryplugin/categoryitem.cpp:137:63: style: Function 'addChildren' argument 1 names different: declaration 'child' definition 'children'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/categoryplugin/categoryitem.h:78:53: note: Function 'addChildren' argument 1 names different: declaration 'child' definition 'children'.
freemedforms-project-0.9.4/plugins/categoryplugin/categoryitem.cpp:137:63: note: Function 'addChildren' argument 1 names different: declaration 'child' definition 'children'.
freemedforms-project-0.9.4/plugins/categoryplugin/categoryitem.cpp:85:9: style: Class 'CategoryItem' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/categoryplugin/categoryitem.cpp:85:9: style: Class 'CategoryItem' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/categoryplugin/categoryitem.cpp:60:5: style: Class 'CategoryItemPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/categoryplugin/categorylabelsmodel.cpp:48:13: performance: Variable 'lang' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/plugins/categoryplugin/categoryonlyproxymodel.cpp:45:5: warning: Member variable 'CategoryOnlyProxyModelPrivate::m_HidePmh' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:188:52: style: Function 'appendGroup' argument 1 names different: declaration 'id' definition 'groupId'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:63:32: note: Function 'appendGroup' argument 1 names different: declaration 'id' definition 'groupId'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:188:52: note: Function 'appendGroup' argument 1 names different: declaration 'id' definition 'groupId'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:245:49: style: Function 'addAction' argument 1 names different: declaration 'action' definition 'command'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:65:29: note: Function 'addAction' argument 1 names different: declaration 'action' definition 'command'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:245:49: note: Function 'addAction' argument 1 names different: declaration 'action' definition 'command'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:245:68: style: Function 'addAction' argument 2 names different: declaration 'group' definition 'groupId'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:65:47: note: Function 'addAction' argument 2 names different: declaration 'group' definition 'groupId'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:245:68: note: Function 'addAction' argument 2 names different: declaration 'group' definition 'groupId'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:263:71: style: Function 'addMenu' argument 2 names different: declaration 'group' definition 'groupId'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:66:51: note: Function 'addMenu' argument 2 names different: declaration 'group' definition 'groupId'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:263:71: note: Function 'addMenu' argument 2 names different: declaration 'group' definition 'groupId'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:281:96: style: Function 'addMenu' argument 3 names different: declaration 'group' definition 'groupId'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:67:76: note: Function 'addMenu' argument 3 names different: declaration 'group' definition 'groupId'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:281:96: note: Function 'addMenu' argument 3 names different: declaration 'group' definition 'groupId'.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:82:18: warning: Call of pure virtual function 'updateInternal' in constructor. [pureVirtualCall]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:175:5: note: Call of pure virtual function 'updateInternal' in constructor.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:379:38: note: Call of pure virtual function 'updateInternal' in constructor.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer.cpp:384:5: note: Call of pure virtual function 'updateInternal' in constructor.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:82:18: note: Call of pure virtual function 'updateInternal' in constructor.
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:46:5: style: Struct 'Group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:95:5: style: Class 'Shortcut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:122:5: style: Class 'Action' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:114:10: style: The function 'insertAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:76:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:114:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:115:10: style: The function 'insertMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:77:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:115:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:117:10: style: The function 'removeAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:79:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:117:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:118:10: style: The function 'removeMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:80:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:118:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:123:10: style: The function 'canBeAddedToMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:87:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:123:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:124:10: style: The function 'updateInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:82:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:124:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:138:10: style: The function 'insertAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:76:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:138:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:139:10: style: The function 'insertMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:77:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:139:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:141:10: style: The function 'removeAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:79:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:141:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:142:10: style: The function 'removeMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:80:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:142:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:147:10: style: The function 'canBeAddedToMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:87:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:147:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:148:10: style: The function 'updateInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:82:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/actioncontainer_p.h:148:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:60:18: style: The function 'defaultKeySequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:65:26: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:60:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:62:10: style: The function 'setKeySequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:86:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:62:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:64:10: style: The function 'setDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:71:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:64:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:65:13: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:72:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:65:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:67:8: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:74:16: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:67:8: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:69:14: style: The function 'action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:76:22: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:69:14: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:70:16: style: The function 'shortcut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:77:24: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:70:16: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:71:13: style: The function 'context' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:78:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:71:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:74:10: style: The function 'setAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:80:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:74:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:75:10: style: The function 'removeAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:81:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:75:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:76:10: style: The function 'hasAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:82:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:76:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:80:13: style: The function 'stringWithAppendedShortcut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:87:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:80:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:97:10: style: The function 'setKeySequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:86:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:97:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:98:18: style: The function 'keySequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:66:26: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:98:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:101:16: style: The function 'shortcut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:77:24: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:101:16: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:104:13: style: The function 'context' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:78:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:104:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:105:10: style: The function 'setCurrentContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:78:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:105:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:107:10: style: The function 'isActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:84:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:107:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:109:10: style: The function 'isScriptable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:89:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:109:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:110:10: style: The function 'isScriptable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:90:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:110:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:124:10: style: The function 'setKeySequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:86:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:124:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:125:18: style: The function 'keySequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:66:26: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:125:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:127:14: style: The function 'action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:76:22: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:127:14: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:129:10: style: The function 'setCurrentContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:78:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:129:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:130:10: style: The function 'isActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:84:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:130:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:135:10: style: The function 'isScriptable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:89:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:135:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:136:10: style: The function 'isScriptable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:90:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:136:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:138:10: style: The function 'setAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:80:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:138:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:139:10: style: The function 'removeAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:81:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:139:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:141:10: style: The function 'retranslate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command.h:94:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/command_p.h:141:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/commandmappings.cpp:60:18: warning: Member variable 'CommandMappings::m_page' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/commandsfile.h:51:5: style: Class 'CommandsFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/mainwindowactionhandler.cpp:667:5: warning: Either the condition '!mfile' is redundant or there is possible null pointer dereference: mfile. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/mainwindowactionhandler.cpp:669:9: note: Assuming that condition '!mfile' is not redundant
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/mainwindowactionhandler.cpp:667:5: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/mainwindowactionhandler.cpp:986:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/mainwindowactionhandler.cpp:78:26: warning: Member variable 'MainWindowActionHandler::aReportBug' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/mainwindowactions.h:59:1: style: The class 'MainWindowActions' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/actionmanager/mainwindowactionhandler.h:56:5: style: Class 'MainWindowActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/applicationautolock.cpp:50:5: style: Class 'ApplicationAutoLockPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/applicationversioninformation.cpp:72:5: style: Class 'ApplicationVersionInformation' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/coreplugin/applicationversioninformation.cpp:47:5: style: Class 'ApplicationVersionInformationPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/applicationversioninformation.h:45:1: warning: The class 'ApplicationVersionInformation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.cpp:170:9: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.cpp:169:0: note: Variable 'p' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.cpp:170:9: note: Variable 'p' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:54:5: warning: Member variable 'ContextManagerPrivate::m_activeContext' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:54:5: warning: Member variable 'ContextManagerPrivate::m_mainWindow' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:53:5: style: Class 'ContextManagerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:56:15: style: The function 'contextObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:53:23: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:56:15: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:57:10: style: The function 'addContextObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:54:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:57:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:58:10: style: The function 'removeContextObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:56:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:58:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:59:10: style: The function 'resetContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:57:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:59:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:61:15: style: The function 'currentContextObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:59:23: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:61:15: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:62:10: style: The function 'addAdditionalContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:61:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:62:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:63:10: style: The function 'updateAdditionalContexts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:60:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:63:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:64:10: style: The function 'removeAdditionalContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:62:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:64:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:65:10: style: The function 'hasContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:63:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:65:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:67:10: style: The function 'updateContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:65:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:67:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:73:10: style: The function 'updateContextObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager.h:55:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/contextmanager_p.h:73:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/aboutdialog.h:58:1: style: The class 'AboutDialog' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/applicationgeneralpreferences.h:53:1: style: The class 'ApplicationGeneralPreferencesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/applicationgeneralpreferences.h:82:5: style: Class 'ApplicationGeneralPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/commonaboutpages.h:39:5: style: Class 'BuildAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/commonaboutpages.h:54:5: style: Class 'LicenseAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/commonaboutpages.h:69:5: style: Class 'TeamAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/commondebugpages.cpp:101:19: warning: Member variable 'SettingDebugPage::tree' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/commondebugpages.h:44:5: style: Class 'LogMessageDebugPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/commondebugpages.h:60:5: style: Class 'LogErrorDebugPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/commondebugpages.h:76:5: style: Class 'SettingDebugPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/debugdialog.h:57:1: style: The class 'DebugDialog' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/helpdialog.cpp:279:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/helpdialog.cpp:83:9: style: Class 'HelpDialogPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/helpdialog.cpp:83:9: style: Class 'HelpDialogPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/helpdialog.cpp:79:5: style: Class 'HelpDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/networkpreferences.cpp:87:62: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/networkpreferences.h:67:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/networkpreferences.cpp:87:62: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/networkpreferences.h:55:1: style: The class 'ProxyPreferencesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/networkpreferences.h:81:5: style: Class 'ProxyPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/pagewidget.h:59:5: style: Class 'PageWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/pluginaboutpage.cpp:46:18: warning: Member variable 'PluginAboutPage::tree' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/pluginaboutpage.cpp:46:18: warning: Member variable 'PluginAboutPage::tb' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/serverpreferenceswidget.cpp:238:63: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/serverpreferenceswidget.h:76:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/serverpreferenceswidget.cpp:238:63: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/serverpreferenceswidget.cpp:62:9: style: Class 'ServerPreferencesWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/serverpreferenceswidget.cpp:62:9: style: Class 'ServerPreferencesWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/coreplugin/dialogs/serverpreferenceswidget.cpp:61:5: style: Class 'ServerPreferencesWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/filemanager.h:59:5: style: Class 'FileManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/icore.h:83:18: warning: Virtual function 'alphaDialog' is called from constructor 'ICore(QObject*parent)' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/icore.cpp:54:5: note: Calling alphaDialog
freemedforms-project-0.9.4/plugins/coreplugin/icore.h:83:18: note: alphaDialog is a virtual method
freemedforms-project-0.9.4/plugins/coreplugin/id.cpp:134:30: style: Function 'Context' argument 1 names different: declaration 'base' definition 'id'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/icontext.h:54:25: note: Function 'Context' argument 1 names different: declaration 'base' definition 'id'.
freemedforms-project-0.9.4/plugins/coreplugin/id.cpp:134:30: note: Function 'Context' argument 1 names different: declaration 'base' definition 'id'.
freemedforms-project-0.9.4/plugins/coreplugin/id.cpp:139:31: style: Function 'add' argument 1 names different: declaration 'c' definition 'id'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/icontext.h:55:26: note: Function 'add' argument 1 names different: declaration 'c' definition 'id'.
freemedforms-project-0.9.4/plugins/coreplugin/id.cpp:139:31: note: Function 'add' argument 1 names different: declaration 'c' definition 'id'.
freemedforms-project-0.9.4/plugins/coreplugin/id.cpp:144:36: style: Function 'contains' argument 1 names different: declaration 'c' definition 'id'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/icontext.h:56:31: note: Function 'contains' argument 1 names different: declaration 'c' definition 'id'.
freemedforms-project-0.9.4/plugins/coreplugin/id.cpp:144:36: note: Function 'contains' argument 1 names different: declaration 'c' definition 'id'.
freemedforms-project-0.9.4/plugins/coreplugin/id.h:48:5: style: Class 'Id' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/contextmanager/icontext.h:80:5: style: Class 'IContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/ipadtools.h:77:5: style: Class 'TokenDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/ipadtools.h:102:5: style: Class 'TokenNamespace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/ipadtools.h:124:21: style: The function 'tooltip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/ipadtools.h:82:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/ipadtools.h:124:21: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/maininterface/mainwindow.cpp:92:13: warning: Member variable 'MainWindow::fileToolBar' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/maininterface/mainwindow.cpp:92:13: warning: Member variable 'MainWindow::editToolBar' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/maininterface/mainwindow.cpp:92:13: warning: Member variable 'MainWindow::recentFilesAct' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/maininterface/mainwindow.cpp:92:13: warning: Member variable 'MainWindow::aUserManager' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/maininterface/mainwindow.cpp:92:13: warning: Member variable 'MainWindow::m_HelpTextShow' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/maininterface/mainwindow.cpp:92:13: warning: Member variable 'MainWindow::m_TimerId' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/maininterface/mainwindow.cpp:92:13: warning: Member variable 'MainWindow::m_OpenLastOpenedForm' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/maininterface/mainwindow.h:96:6: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/modemanager/imode.cpp:50:8: warning: Member variable 'IMode::m_priority' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/coreplugin/modemanager/imode.h:51:5: style: Class 'IMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:387:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:389:11: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:387:9: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:920:18: style: The scope of the variable 'w' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:437:54: style: Function 'setUserSettings' argument 1 names different: declaration 'file' definition 'content'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:61:41: note: Function 'setUserSettings' argument 1 names different: declaration 'file' definition 'content'.
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:437:54: note: Function 'setUserSettings' argument 1 names different: declaration 'file' definition 'content'.
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:757:53: style: Function 'getIniFile' argument 1 names different: declaration 'name' definition 'appName'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:112:39: note: Function 'getIniFile' argument 1 names different: declaration 'name' definition 'appName'.
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:757:53: note: Function 'getIniFile' argument 1 names different: declaration 'name' definition 'appName'.
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:757:78: style: Function 'getIniFile' argument 2 names different: declaration 'version' definition 'fileName'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:112:76: note: Function 'getIniFile' argument 2 names different: declaration 'version' definition 'fileName'.
freemedforms-project-0.9.4/plugins/coreplugin/settings.cpp:757:78: note: Function 'getIniFile' argument 2 names different: declaration 'version' definition 'fileName'.
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:61:10: style: The function 'setUserSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:108:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:61:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:62:13: style: The function 'userSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:109:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:62:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:64:16: style: The function 'getQSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:111:24: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:64:16: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:67:10: style: The function 'beginGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:114:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:67:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:68:17: style: The function 'childGroups' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:115:25: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:68:17: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:69:17: style: The function 'childKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:116:25: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:69:17: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:70:10: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:117:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:70:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:71:10: style: The function 'endGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:118:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:71:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:72:13: style: The function 'fileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:119:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:72:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:73:13: style: The function 'group' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:120:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:73:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:75:10: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:122:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:75:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:76:14: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:123:22: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:76:14: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:78:10: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:129:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:78:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:81:10: style: The function 'firstTimeRunning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:125:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:81:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:82:10: style: The function 'setFirstTimeRunning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:126:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:82:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:83:10: style: The function 'noMoreFirstTimeRunning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:127:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:83:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:87:10: style: The function 'setDefaultForm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:149:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:87:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:88:13: style: The function 'defaultForm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:150:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:88:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:91:10: style: The function 'restoreState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:132:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:91:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:92:10: style: The function 'saveState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:133:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:92:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:95:10: style: The function 'setPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:136:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:95:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:96:13: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:137:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:96:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:99:18: style: The function 'getTreeWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:156:26: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:99:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:100:13: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:157:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:100:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:103:30: style: The function 'databaseConnector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:147:38: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:103:30: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:104:10: style: The function 'setDatabaseConnector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:148:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:104:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:109:10: style: The function 'appendToValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/coreplugin/isettings.h:153:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/coreplugin/settings_p.h:109:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/coreplugin/theme.cpp:100:60: style: Function 'setThemeRelativeRootPath' argument 1 names different: declaration 'relativePathFromAppBinary' definition 'relPathFromAppBinary'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/theme.h:56:52: note: Function 'setThemeRelativeRootPath' argument 1 names different: declaration 'relativePathFromAppBinary' definition 'relPathFromAppBinary'.
freemedforms-project-0.9.4/plugins/coreplugin/theme.cpp:100:60: note: Function 'setThemeRelativeRootPath' argument 1 names different: declaration 'relativePathFromAppBinary' definition 'relPathFromAppBinary'.
freemedforms-project-0.9.4/plugins/coreplugin/translators.cpp:164:52: style: Function 'addNewTranslator' argument 1 names different: declaration 'fileName' definition 'fileMask'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/translators.h:55:44: note: Function 'addNewTranslator' argument 1 names different: declaration 'fileName' definition 'fileMask'.
freemedforms-project-0.9.4/plugins/coreplugin/translators.cpp:164:52: note: Function 'addNewTranslator' argument 1 names different: declaration 'fileName' definition 'fileMask'.
freemedforms-project-0.9.4/plugins/coreplugin/translators.cpp:204:74: style: Function 'addNewTranslator' argument 2 names different: declaration 'file' definition 'fileTemplate'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/coreplugin/translators.h:56:66: note: Function 'addNewTranslator' argument 2 names different: declaration 'file' definition 'fileTemplate'.
freemedforms-project-0.9.4/plugins/coreplugin/translators.cpp:204:74: note: Function 'addNewTranslator' argument 2 names different: declaration 'file' definition 'fileTemplate'.
freemedforms-project-0.9.4/plugins/coreplugin/translators.h:52:5: style: Class 'Translators' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/datapackplugin/datapackplugin.cpp:194:14: style: The scope of the variable 'a' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/datapackplugin/datapackplugin.cpp:195:20: style: The scope of the variable 'cmd' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/datapackplugin/datapackplugin.cpp:221:29: style: Variable 'core' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/datapackplugin/datapackplugin.cpp:271:29: style: Variable 'core' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/datapackplugin/datapackpreference.h:81:5: style: Class 'DataPackPreferencePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/datapackplugin/datapackpreference.cpp:171:15: style: Variable 'set' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.cpp:585:40: style: Function 'setActive' argument 1 names different: declaration 'state' definition 'activate'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.h:83:25: note: Function 'setActive' argument 1 names different: declaration 'state' definition 'activate'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.cpp:585:40: note: Function 'setActive' argument 1 names different: declaration 'state' definition 'activate'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.cpp:683:88: style: Function 'has' argument 3 names different: declaration 'drugsDatabaseSourceId' definition 'drugSource'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.h:77:73: note: Function 'has' argument 3 names different: declaration 'drugsDatabaseSourceId' definition 'drugSource'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.cpp:683:88: note: Function 'has' argument 3 names different: declaration 'drugsDatabaseSourceId' definition 'drugSource'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.cpp:697:124: style: Function 'check' argument 4 names different: declaration 'drugsDatabaseSourceId' definition 'drugSource'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.h:76:125: note: Function 'check' argument 4 names different: declaration 'drugsDatabaseSourceId' definition 'drugSource'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.cpp:697:124: note: Function 'check' argument 4 names different: declaration 'drugsDatabaseSourceId' definition 'drugSource'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.cpp:464:9: style: struct member 'PimSource::sourceId' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/allergyengine.cpp:81:5: style: Class 'AllergyInteraction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/drugdruginteractionengine.cpp:1412:48: style: Function 'setActive' argument 1 names different: declaration 'state' definition 'activate'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/drugdruginteractionengine.h:97:25: note: Function 'setActive' argument 1 names different: declaration 'state' definition 'activate'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/drugdruginteractionengine.cpp:1412:48: note: Function 'setActive' argument 1 names different: declaration 'state' definition 'activate'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/drugdruginteractionengine.h:43:1: style: The class 'DrugDrugInteractionEngine' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/drugdruginteractionengine.cpp:160:5: style: Class 'DrugsInteraction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/pimengine.cpp:565:30: style: The scope of the variable 'ditmp' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/pimengine.cpp:999:32: style: Function 'setActive' argument 1 names different: declaration 'state' definition 'activate'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/druginteractionsplugin/pimengine.h:89:25: note: Function 'setActive' argument 1 names different: declaration 'state' definition 'activate'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/pimengine.cpp:999:32: note: Function 'setActive' argument 1 names different: declaration 'state' definition 'activate'.
freemedforms-project-0.9.4/plugins/druginteractionsplugin/pimengine.cpp:107:5: style: Class 'PimInteraction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/atctreemodel.h:59:5: style: Class 'AtcTreeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/atctreemodel.cpp:60:5: style: Class 'AtcItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/atctreemodel.cpp:118:5: style: Class 'AtcTreeModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/dailyschememodel.cpp:64:5: warning: Member variable 'DailySchemeModelPrivate::m_Method' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/dosagemodel.cpp:396:9: style: The scope of the variable 'createdRow' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/dosagemodel.cpp:662:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/dosagemodel.cpp:663:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugbasecore.h:63:5: style: Class 'DrugBaseCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugbasecore.cpp:69:5: style: Class 'DrugBaseCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/druginteractioninformationquery.h:38:1: warning: The struct 'DrugInteractionInformationQuery' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:291:10: performance: Technically the member function 'DrugsDB::IDrug::isScoredTablet' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/druginteractionquery.h:55:5: style: Class 'DrugInteractionQuery' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:86:5: style: Class 'IComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:160:5: style: Class 'DrugRoute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:137:18: style: The function 'isVirtual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:95:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:137:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:139:22: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:98:22: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:139:22: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:260:14: style: The function 'drugId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:192:22: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:260:14: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:292:26: style: The function 'drugRoutes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:193:34: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:292:26: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:334:18: style: The function 'setPrescriptionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:198:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:334:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:335:22: style: The function 'prescriptionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:199:22: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:335:22: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:347:18: style: The function 'isVirtual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:256:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:347:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:349:22: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:257:22: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:349:22: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/druginteractionresult.cpp:85:62: style: Function 'drugHaveInteraction' argument 1 names different: declaration 'd' definition 'drug'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/druginteractionresult.h:64:43: note: Function 'drugHaveInteraction' argument 1 names different: declaration 'd' definition 'drug'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/druginteractionresult.cpp:85:62: note: Function 'drugHaveInteraction' argument 1 names different: declaration 'd' definition 'drug'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/druginteractionresult.h:85:5: style: Class 'DrugInteractionResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrugengine.h:110:10: style: The function 'isCalculatingPatientDrugAllergiesAndIntolerances' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrugengine.h:64:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrugengine.h:110:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.cpp:273:21: style: The scope of the variable 'precedent' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.cpp:686:137: style: Function 'getDrugByUID' argument 5 names different: declaration 'sourceUid' definition 'srcUid'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.h:95:169: note: Function 'getDrugByUID' argument 5 names different: declaration 'sourceUid' definition 'srcUid'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.cpp:686:137: note: Function 'getDrugByUID' argument 5 names different: declaration 'sourceUid' definition 'srcUid'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.cpp:1270:61: style: Function 'getLinkedAtcIds' argument 1 names different: declaration 'mids' definition 'molIds'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.h:121:54: note: Function 'getLinkedAtcIds' argument 1 names different: declaration 'mids' definition 'molIds'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.cpp:1270:61: note: Function 'getLinkedAtcIds' argument 1 names different: declaration 'mids' definition 'molIds'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.cpp:1280:51: style: Function 'getLinkedAtcIds' argument 1 names different: declaration 'mid' definition 'molId'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.h:122:44: note: Function 'getLinkedAtcIds' argument 1 names different: declaration 'mid' definition 'molId'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.cpp:1280:51: note: Function 'getLinkedAtcIds' argument 1 names different: declaration 'mid' definition 'molId'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.h:67:5: style: Class 'DrugsBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsbase.cpp:129:5: style: Class 'DrugsBasePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugstemplateprinter.h:42:5: style: Class 'DrugsTemplatePrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsdatabaseaboutpage.h:37:5: style: Class 'DrugsDatabaseAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsdatabaseselector.cpp:64:5: warning: Member variable 'DrugsDatabaseSelectorPrivate::m_Current' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsdatabaseselector.cpp:214:5: style: Class 'DrugsDatabaseSelector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsdatabaseselector.cpp:214:5: style: Class 'DrugsDatabaseSelector' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:714:56: style: Function 'prescriptionFromXml' argument 1 names different: declaration 'model' definition 'drugModel'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.h:77:51: note: Function 'prescriptionFromXml' argument 1 names different: declaration 'model' definition 'drugModel'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:714:56: note: Function 'prescriptionFromXml' argument 1 names different: declaration 'model' definition 'drugModel'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:714:82: style: Function 'prescriptionFromXml' argument 2 names different: declaration 'xml' definition 'xmlContent'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.h:77:73: note: Function 'prescriptionFromXml' argument 2 names different: declaration 'xml' definition 'xmlContent'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:714:82: note: Function 'prescriptionFromXml' argument 2 names different: declaration 'xml' definition 'xmlContent'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:819:53: style: Function 'loadPrescription' argument 1 names different: declaration 'model' definition 'drugModel'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.h:79:48: note: Function 'loadPrescription' argument 1 names different: declaration 'model' definition 'drugModel'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:819:53: note: Function 'loadPrescription' argument 1 names different: declaration 'model' definition 'drugModel'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:835:53: style: Function 'loadPrescription' argument 1 names different: declaration 'model' definition 'drugModel'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.h:81:48: note: Function 'loadPrescription' argument 1 names different: declaration 'model' definition 'drugModel'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:835:53: note: Function 'loadPrescription' argument 1 names different: declaration 'model' definition 'drugModel'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:1048:57: style: Function 'prescriptionToXml' argument 1 names different: declaration 'model' definition 'drugModel'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.h:86:52: note: Function 'prescriptionToXml' argument 1 names different: declaration 'model' definition 'drugModel'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:1048:57: note: Function 'prescriptionToXml' argument 1 names different: declaration 'model' definition 'drugModel'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:352:10: performance: Technically the member function 'DrugsDB::Internal::DrugsIOPrivate::drugToXml' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.h:57:5: style: Class 'DrugsIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsio.cpp:164:5: style: Class 'DrugsIOPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:273:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:453:71: style: Function 'index' argument 3 names different: declaration 'drugParent' definition 'parent'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.h:85:63: note: Function 'index' argument 3 names different: declaration 'drugParent' definition 'parent'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:453:71: note: Function 'index' argument 3 names different: declaration 'drugParent' definition 'parent'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:758:44: style: Function 'getDrug' argument 1 names different: declaration 'drugId' definition 'drugUid'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.h:117:36: note: Function 'getDrug' argument 1 names different: declaration 'drugId' definition 'drugUid'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:758:44: note: Function 'getDrug' argument 1 names different: declaration 'drugId' definition 'drugUid'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:888:64: style: Function 'dosageModel' argument 1 names different: declaration 'drugUid' definition 'drugId'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.h:140:56: note: Function 'dosageModel' argument 1 names different: declaration 'drugUid' definition 'drugId'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:888:64: note: Function 'dosageModel' argument 1 names different: declaration 'drugUid' definition 'drugId'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:106:5: warning: Member variable 'DrugsModelPrivate::m_levelOfWarning' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:106:5: warning: Member variable 'DrugsModelPrivate::m_InteractionQuery' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.h:79:5: style: Class 'DrugsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugsmodel.cpp:106:5: style: Class 'DrugsModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/drugstemplateprinter.cpp:59:9: style: The scope of the variable 'r' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/globaldrugsmodel.cpp:98:5: warning: Member variable 'GlobalDrugsModelPrivate::m_Timer' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/globaldrugsmodel.cpp:98:5: style: Class 'GlobalDrugsModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:686:16: warning: Either the condition 'if(d_drug)' is redundant or there is possible null pointer dereference: d_drug. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:687:8: note: Assuming that condition 'if(d_drug)' is not redundant
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:686:16: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:220:50: style: Function 'linkWithComposition' argument 1 names different: declaration 'compo' definition 'link'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:91:50: note: Function 'linkWithComposition' argument 1 names different: declaration 'compo' definition 'link'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:220:50: note: Function 'linkWithComposition' argument 1 names different: declaration 'compo' definition 'link'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:566:53: style: Function 'prescriptionValue' argument 1 names different: declaration 'filedref' definition 'fieldref'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:199:50: note: Function 'prescriptionValue' argument 1 names different: declaration 'filedref' definition 'fieldref'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:566:53: note: Function 'prescriptionValue' argument 1 names different: declaration 'filedref' definition 'fieldref'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:1183:52: style: Function 'prescriptionValue' argument 1 names different: declaration 'filedref' definition 'fieldref'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:335:50: note: Function 'prescriptionValue' argument 1 names different: declaration 'filedref' definition 'fieldref'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:1183:52: note: Function 'prescriptionValue' argument 1 names different: declaration 'filedref' definition 'fieldref'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:119:13: performance: Technically the member function 'DrugsDB::IComponent::toXml' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:353:21: note: Technically the member function 'DrugsDB::IComponent::toXml' can be static.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:119:13: note: Technically the member function 'DrugsDB::IComponent::toXml' can be static.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:143:13: performance: Technically the member function 'DrugsDB::IVirtualComponent::toXml' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:395:28: note: Technically the member function 'DrugsDB::IVirtualComponent::toXml' can be static.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:143:13: note: Technically the member function 'DrugsDB::IVirtualComponent::toXml' can be static.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:353:13: performance: Technically the member function 'DrugsDB::IVirtualDrug::toXml' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:1199:23: note: Technically the member function 'DrugsDB::IVirtualDrug::toXml' can be static.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:353:13: note: Technically the member function 'DrugsDB::IVirtualDrug::toXml' can be static.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:194:5: style: Class 'IComponent' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:194:5: style: Class 'IComponent' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:414:5: style: Class 'DrugRoute' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:414:5: style: Class 'DrugRoute' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:511:5: style: Class 'IPrescription' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.cpp:657:5: style: Class 'IDrug' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:183:1: warning: The class 'IPrescription' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/idrug.h:205:1: warning: The class 'IDrug' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/interactionmanager.h:63:5: style: Class 'InteractionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/interactionmanager.cpp:80:5: style: Class 'InteractionManagerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/interactionsbase.cpp:455:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/interactionsbase.cpp:457:5: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/interactionsbase.cpp:455:5: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/interactionsbase.cpp:258:10: style: The scope of the variable 'id1' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/interactionsbase.cpp:258:15: style: The scope of the variable 'id2' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/interactionsbase.cpp:87:13: style: struct member 'AtcLabel::id' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/interactionsbase.cpp:97:5: style: Class 'InteractionsBasePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/prescriptionprinter.cpp:116:13: performance: Technically the member function 'DrugsDB::Internal::PrescriptionPrinterPrivate::getDrugPosologicSentence' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/prescriptionprinter.cpp:148:13: performance: Technically the member function 'DrugsDB::Internal::PrescriptionPrinterPrivate::getPreAldHtml' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/prescriptionprinter.cpp:163:13: performance: Technically the member function 'DrugsDB::Internal::PrescriptionPrinterPrivate::getPostAldHtml' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/prescriptionprinter.cpp:178:13: performance: Technically the member function 'DrugsDB::Internal::PrescriptionPrinterPrivate::getPrescriptionBlock' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/prescriptionprinter.cpp:194:13: performance: Technically the member function 'DrugsDB::Internal::PrescriptionPrinterPrivate::getHtmlHeader' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/prescriptionprinter.cpp:307:5: style: Class 'PrescriptionPrinterJob' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/prescriptionprinter.cpp:307:5: style: Class 'PrescriptionPrinterJob' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/prescriptionprinter.cpp:71:5: style: Class 'PrescriptionPrinterJobPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/prescriptionprinter.cpp:106:5: style: Class 'PrescriptionPrinterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:1052:59: style: Function 'updateXmlIOContent' argument 1 names different: declaration 'xmlcontent' definition 'xmlContent'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:99:47: note: Function 'updateXmlIOContent' argument 1 names different: declaration 'xmlcontent' definition 'xmlContent'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:1052:59: note: Function 'updateXmlIOContent' argument 1 names different: declaration 'xmlcontent' definition 'xmlContent'.
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:707:5: warning: Member variable 'IO_Update_From_050_To_060::m_LastExtractionEnd' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:715:13: performance: Technically the member function '::IO_Update_From_050_To_060::extractValue' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:900:13: performance: Technically the member function 'DrugsDB::VersionUpdaterPrivate::xmlVersion' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:949:5: style: Class 'VersionUpdater' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:949:5: style: Class 'VersionUpdater' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:79:13: style: The function 'userMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:61:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:79:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:86:13: style: The function 'fromVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:51:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:86:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:87:13: style: The function 'toVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:52:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:87:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:89:10: style: The function 'setConnectionName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:63:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:89:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:91:10: style: The function 'retrieveValuesToUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:65:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:91:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:93:10: style: The function 'updateDatabaseScheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:66:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:93:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:175:10: style: The function 'saveUpdatedValuesToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:67:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:175:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:189:13: style: The function 'userMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:61:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:189:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:196:13: style: The function 'fromVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:51:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:196:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:197:13: style: The function 'toVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:52:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:197:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:199:10: style: The function 'setConnectionName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:63:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:199:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:201:10: style: The function 'retrieveValuesToUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:65:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:201:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:203:10: style: The function 'updateDatabaseScheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:66:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:203:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:284:10: style: The function 'saveUpdatedValuesToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:67:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:284:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:298:13: style: The function 'userMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:61:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:298:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:305:13: style: The function 'fromVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:51:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:305:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:306:13: style: The function 'toVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:52:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:306:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:308:10: style: The function 'setConnectionName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:63:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:308:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:310:10: style: The function 'retrieveValuesToUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:65:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:310:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:312:10: style: The function 'updateDatabaseScheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:66:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:312:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:385:10: style: The function 'saveUpdatedValuesToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:67:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:385:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:402:13: style: The function 'userMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:61:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:402:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:410:13: style: The function 'fromVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:51:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:410:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:411:13: style: The function 'toVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:52:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:411:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:413:10: style: The function 'setConnectionName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:63:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:413:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:415:10: style: The function 'retrieveValuesToUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:65:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:415:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:449:10: style: The function 'updateDatabaseScheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:66:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:449:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:520:10: style: The function 'saveUpdatedValuesToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:67:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:520:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:593:13: style: The function 'fromVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:51:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:593:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:594:13: style: The function 'toVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:52:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:594:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:596:10: style: The function 'updateFromXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:76:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:596:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:597:10: style: The function 'executeXmlUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:77:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:597:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:605:10: style: The function 'updateFromModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:79:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:605:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:606:10: style: The function 'executeUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:80:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:606:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:628:13: style: The function 'fromVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:51:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:628:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:629:13: style: The function 'toVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:52:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:629:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:631:10: style: The function 'updateFromXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:76:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:631:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:632:10: style: The function 'executeXmlUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:77:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:632:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:661:10: style: The function 'updateFromModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:79:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:661:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:662:10: style: The function 'executeUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:80:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:662:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:677:13: style: The function 'fromVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:51:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:677:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:678:13: style: The function 'toVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:52:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:678:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:680:10: style: The function 'updateFromXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:76:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:680:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:681:10: style: The function 'executeXmlUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:77:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:681:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:693:10: style: The function 'updateFromModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:79:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:693:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:694:10: style: The function 'executeUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:80:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:694:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:710:13: style: The function 'fromVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:51:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:710:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:711:13: style: The function 'toVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:52:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:711:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:713:10: style: The function 'updateFromXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:76:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:713:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:749:10: style: The function 'executeXmlUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:77:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:749:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:843:10: style: The function 'updateFromModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:79:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:843:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:844:10: style: The function 'executeUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:80:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:844:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:863:13: style: The function 'fromVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:51:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:863:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:864:13: style: The function 'toVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:52:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:864:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:866:10: style: The function 'updateFromXml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:76:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:866:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:868:10: style: The function 'executeXmlUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:77:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:868:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:875:10: style: The function 'updateFromModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:79:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:875:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:876:10: style: The function 'executeUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.h:80:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/drugsbaseplugin/versionupdater.cpp:876:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosagecreatordialog.cpp:86:5: warning: Member variable 'DosageCreatorDialogPrivate::m_InitialNumberOfRow' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosagecreatordialog.cpp:86:5: style: Class 'DosageCreatorDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosagedialog.cpp:107:65: style: Function 'changeRow' argument 2 names different: declaration 'dosageRow' definition 'drugRow'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosagedialog.h:62:55: note: Function 'changeRow' argument 2 names different: declaration 'dosageRow' definition 'drugRow'.
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosagedialog.cpp:107:65: note: Function 'changeRow' argument 2 names different: declaration 'dosageRow' definition 'drugRow'.
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosagedialog.cpp:59:5: warning: Member variable 'DosageDialogPrivate::m_DrugRow' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosageviewer.cpp:578:59: style: Function 'on_intakesFromSpin_valueChanged' argument 1 names different: declaration 'd' definition 'value'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosageviewer.h:80:49: note: Function 'on_intakesFromSpin_valueChanged' argument 1 names different: declaration 'd' definition 'value'.
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosageviewer.cpp:578:59: note: Function 'on_intakesFromSpin_valueChanged' argument 1 names different: declaration 'd' definition 'value'.
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosageviewer.cpp:588:60: style: Function 'on_durationFromSpin_valueChanged' argument 1 names different: declaration 'd' definition 'value'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosageviewer.h:81:50: note: Function 'on_durationFromSpin_valueChanged' argument 1 names different: declaration 'd' definition 'value'.
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosageviewer.cpp:588:60: note: Function 'on_durationFromSpin_valueChanged' argument 1 names different: declaration 'd' definition 'value'.
freemedforms-project-0.9.4/plugins/drugsplugin/dosagedialog/dosageviewer.cpp:84:5: style: Class 'DosageViewerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/drugposologicsentencepreferences.h:82:1: style: The class 'DrugPosologicSentencePreferencesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/druguserpreferences.h:58:1: style: The class 'DrugsUserWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/druggeneralpreferences.h:76:5: style: Class 'DrugGeneralOptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/drugselectorpreferences.h:80:5: style: Class 'DrugsSelectorOptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/drugposologicsentencepreferences.h:111:5: style: Class 'DrugPosologicSentencePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/druguserpreferences.h:83:5: style: Class 'DrugsUserOptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/drugextrapreferences.h:76:5: style: Class 'DrugsExtraOptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/databaseselectorwidget.h:63:5: style: Class 'DatabaseSelectorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/databaseselectorwidget.h:87:5: style: Class 'DrugsDatabaseSelectorPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/protocolpreferencespage.h:61:5: style: Class 'ProtocolPreferencesWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/protocolpreferencespage.h:82:5: style: Class 'ProtocolPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugspreferences/drugenginespreferences.h:74:5: style: Class 'DrugEnginesPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/atctreeviewer.h:39:5: style: Class 'AtcTreeViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/dailyschemeviewer.h:61:5: style: Class 'DailySchemeViewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/dailyschemeviewer.cpp:45:5: style: Class 'DailySchemeViewerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/druginfo_p.h:60:6: style: Class 'DrugInfoPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/drugscentralwidget.h:67:5: style: Class 'DrugsCentralWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/drugscentralwidget.cpp:100:5: warning: Possible leak in public function. The pointer 'm_ui' is not deallocated before it is allocated. [publicAllocationError]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/drugselector.h:58:1: style: The class 'DrugSelector' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/drugselector.cpp:81:5: style: Class 'TreeProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/interactionsynthesisdialog.cpp:70:5: warning: Member variable 'InteractionSynthesisDialogPrivate::aPrintAll' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/interactionsynthesisdialog.cpp:70:5: warning: Member variable 'InteractionSynthesisDialogPrivate::aPrintOne' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/interactionsynthesisdialog.cpp:70:5: warning: Member variable 'InteractionSynthesisDialogPrivate::close' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/interactionsynthesisdialog.cpp:70:5: warning: Member variable 'InteractionSynthesisDialogPrivate::report' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/interactionsynthesisdialog.cpp:70:5: warning: Member variable 'InteractionSynthesisDialogPrivate::print' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/interactionsynthesisdialog.cpp:70:5: warning: Member variable 'InteractionSynthesisDialogPrivate::help' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/interactionsynthesisdialog.cpp:70:5: warning: Member variable 'InteractionSynthesisDialogPrivate::m_TreeEbmModel' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/interactionsynthesisdialog.cpp:70:5: warning: Member variable 'InteractionSynthesisDialogPrivate::m_DdiEbmModel' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/mfMainCentralWidget.h:9:5: style: Class 'mfMainCentralWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/prescriptionviewer.cpp:189:20: style: The scope of the variable 'cmd' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/prescriptionviewer.h:56:1: style: The class 'PrescriptionViewer' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidget/textualprescriptiondialog.h:44:5: style: Class 'TextualPrescriptionDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidgetfactory.cpp:327:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidgetfactory.cpp:340:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidgetfactory.h:72:5: style: Class 'DrugsWidgetsFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidgetfactory.h:119:5: style: Class 'DrugsWidgetData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidgetmanager.h:57:5: style: Class 'DrugsContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidgetmanager.h:73:5: style: Class 'DrugsActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/drugsplugin/drugswidgetmanager.h:180:5: style: Class 'DrugsWidgetManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/consultresultvalidator.cpp:217:5: style: Class 'ConsultResultValidatorPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/database/edrcbase.h:52:5: style: Class 'DrcDatabase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:126:12: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:128:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:126:12: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:127:5: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:128:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:127:5: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:59:5: warning: Member variable 'EdrcCorePrivate::_widgetManager' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:73:13: performance: Technically the member function 'eDRC::Internal::EdrcCorePrivate::databasePath' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:84:13: performance: Technically the member function 'eDRC::Internal::EdrcCorePrivate::csvFilesPath' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/edrcplugin/edrccore.cpp:59:5: style: Class 'EdrcCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/freemedforms/edrcwidgetfactory.h:69:5: style: Class 'EdrcWidgetFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/freemedforms/edrcwidgetfactory.h:115:5: style: Class 'EdrcWidgetData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/models/classandcrtreemodel.cpp:56:5: style: Class 'ClassAndCrTreeModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/models/crclassmodel.h:52:5: style: Class 'CrClassModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/models/crcriteriasmodel.h:62:5: style: Class 'CrCriteriasModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/models/crcriteriasmodel.cpp:77:5: style: Class 'CrCriteriasModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/models/critemmodel.h:52:5: style: Class 'CrItemModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/models/crlistmodel.h:61:5: style: Class 'CrListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/models/crtreemodel.h:64:5: style: Class 'CrTreeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/models/crtreemodel.cpp:56:5: style: Class 'CrTreeModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/models/preventablecriticalriskmodel.h:53:5: style: Class 'PreventableCriticalRiskModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/creditordialog.cpp:62:9: style: Class 'CrEditorDialogPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/creditordialog.cpp:62:9: style: Class 'CrEditorDialogPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/creditordialog.cpp:61:5: style: Class 'CrEditorDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/creditorwidget.cpp:110:9: style: Class 'CrEditorWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/creditorwidget.cpp:110:9: style: Class 'CrEditorWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/creditorwidget.h:37:5: style: Class 'CrEditorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/creditorwidget.cpp:68:5: style: Class 'TreeProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/creditorwidget.cpp:109:5: style: Class 'CrEditorWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/crlistviewer.h:57:5: style: Class 'TreeViewDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/crlistviewer.cpp:199:5: style: Class 'CrListViewerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/edrcpreferences.h:82:5: style: Class 'EdrcPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/edrcwidgetmanager.h:54:5: style: Class 'EdrcActionManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/edrcplugin/widgets/edrcwontextualwidget.h:78:5: style: Class 'EdrcContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/emptyplugin/emptypluginpreference.cpp:145:15: style: Variable 'set' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/feedbackplugin/bugreportdialog.cpp:65:5: warning: Member variable 'BugReportDialogPrivate::ui' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/feedbackplugin/bugreportdialog.cpp:65:5: warning: Member variable 'BugReportDialogPrivate::_sendButton' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/feedbackplugin/bugreportdialog.cpp:65:5: style: Class 'BugReportDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appaboutpage.h:52:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.cpp:176:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.cpp:184:7: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.cpp:176:5: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.h:66:5: style: Class 'AppConfigWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.h:81:5: style: Class 'CoreConfigPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.h:101:5: style: Class 'ProxyPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.h:118:5: style: Class 'ServerConfigPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.h:137:5: style: Class 'ClientConfigPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.h:156:5: style: Class 'CoreDatabaseCreationPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.h:185:5: style: Class 'EndConfigPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.cpp:90:9: style: Class 'CoreFirstRunPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.cpp:98:9: style: Class 'ProxyFirstRunPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.cpp:106:9: style: Class 'CoreFirstRunDatabaseCreationPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.cpp:114:9: style: Class 'CoreServerConfigPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.cpp:122:9: style: Class 'CoreClientConfigPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/appconfigwizard.cpp:130:9: style: Class 'CoreLastRunPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/commandlineparser.h:66:5: style: Class 'CommandLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/coreimpl.cpp:168:43: style: Function 'setMainWindow' argument 1 names different: declaration 'window' definition 'win'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/coreimpl.h:88:37: note: Function 'setMainWindow' argument 1 names different: declaration 'window' definition 'win'.
freemedforms-project-0.9.4/plugins/fmfcoreplugin/coreimpl.cpp:168:43: note: Function 'setMainWindow' argument 1 names different: declaration 'window' definition 'win'.
freemedforms-project-0.9.4/plugins/fmfcoreplugin/coreimpl.h:76:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/sqlitedatabasepathpreferences.h:48:1: style: The class 'SqliteDatabasePathWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/sqlitedatabasepathpreferences.h:73:5: style: Class 'SqliteDatabasePathPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfcoreplugin/dialogs/appaboutpage.h:18:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfmainwindowplugin/documentprinter.h:65:5: style: Class 'DocumentPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfmainwindowplugin/mainwindow.h:90:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfmainwindowplugin/mainwindowpreferences.h:55:5: style: Class 'VirtualPatientBasePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/fmfmainwindowplugin/virtualdatabasepreferences.h:54:5: style: Class 'VirtualDatabasePreferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformio.h:60:1: style: The class 'FormIOQuery' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/subforminsertionpoint.h:82:5: warning: Member variable 'SubFormInsertionPoint::m_emptyRootSubForm' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/formmanagerplugin/subforminsertionpoint.h:100:5: warning: Member variable 'SubFormInsertionPoint::m_emptyRootSubForm' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformio.h:98:10: style: Technically the member function 'Form::FormIOQuery::getAllAvailableForms' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodebase.h:126:5: style: Class 'EpisodeBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanager.h:80:5: style: Class 'FormManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemanager.cpp:54:5: style: Class 'EpisodeManagerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel.cpp:115:5: style: Class 'EpisodeModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel_bkup.cpp:883:48: style: Function 'data' argument 1 names different: declaration 'index' definition 'item'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel.h:114:38: note: Function 'data' argument 1 names different: declaration 'index' definition 'item'.
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel_bkup.cpp:883:48: note: Function 'data' argument 1 names different: declaration 'index' definition 'item'.
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel_bkup.cpp:329:5: warning: Member variable 'EpisodeModelPrivate::m_RootForm' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel_bkup.cpp:118:13: performance: Technically the member function '::EpisodeModelTreeItem::columnCount' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel_bkup.cpp:216:18: performance: Technically the member function '::EpisodeModelTreeItem::data' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel_bkup.cpp:234:14: performance: Technically the member function '::EpisodeModelTreeItem::setData' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel_bkup.cpp:492:10: performance: Technically the member function 'Form::Internal::EpisodeModelPrivate::getEpisodeContent' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel_bkup.cpp:104:9: style: Class 'EpisodeModelTreeItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/episodemodel_bkup.cpp:329:5: style: Class 'EpisodeModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/firstrunformmanager.h:50:5: style: Class 'FirstRunFormManagerWizardPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/firstrunformmanager.h:67:5: style: Class 'FirstRunFormManagerConfigPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcollection.h:62:10: performance: Technically the member function 'Form::FormCollection::initialize' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcollection.cpp:92:22: note: Technically the member function 'Form::FormCollection::initialize' can be static.
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcollection.h:62:10: note: Technically the member function 'Form::FormCollection::initialize' can be static.
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcollection.cpp:77:5: style: Class 'FormCollection' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcollection.cpp:77:5: style: Class 'FormCollection' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:82:5: style: Class 'FormItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:174:5: style: Class 'FormPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:199:5: style: Class 'FormMain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcollection.cpp:52:5: style: Class 'FormCollectionPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:177:18: style: The function 'languageChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:121:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:177:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:213:15: style: The function 'createChildForm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:104:23: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:213:15: note: Function in derived class
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:214:15: style: The function 'createPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:106:23: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:214:15: note: Function in derived class
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:216:18: style: The function 'languageChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:121:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:216:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcontextualwidget.h:103:5: style: Class 'FormContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcontextualwidgetmanager.h:54:5: style: Class 'FormActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcore.cpp:125:35: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcore.cpp:127:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcore.cpp:125:35: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcore.cpp:67:5: warning: Member variable 'FormCorePrivate::_identitytFormExporter' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formcore.cpp:67:5: style: Class 'FormCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formdatawidgetmapper.cpp:72:5: style: Class 'FormDataWidgetMapperPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formeditordialog.h:51:1: style: The class 'FormEditorDialog' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formviewdelegate.h:51:5: style: Class 'FormViewDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formexporter.cpp:90:9: style: Technically the member function 'Form::Internal::FormExporterPrivate::countEpisodes' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formexporter.cpp:122:21: performance: Technically the member function 'Form::Internal::FormExporterPrivate::formExportation' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formexporter.cpp:211:13: performance: Technically the member function 'Form::Internal::FormExporterPrivate::constructOutputContent' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formexporter.cpp:80:5: style: Class 'FormExporterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formfilesselectorwidget.cpp:74:5: warning: Member variable 'FormFilesSelectorWidgetPrivate::m_Type' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formfilesselectorwidget.cpp:74:5: warning: Member variable 'FormFilesSelectorWidgetPrivate::m_SelType' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formfilesselectorwidget.cpp:75:13: style: Class 'FormFilesSelectorWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formfilesselectorwidget.cpp:75:13: style: Class 'FormFilesSelectorWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formglobalmodel.cpp:89:26: style: The scope of the variable 'cast' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formglobalmodel.h:90:5: style: Class 'FakeDataFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formglobalmodel.h:105:5: style: Class 'FormGlobalModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formitemtoken.cpp:58:5: warning: Member variable 'FormItemTokenPrivate::_valueType' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formitemtoken.cpp:58:5: style: Class 'FormItemTokenPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanager.cpp:159:27: style: Technically the member function 'Form::Internal::FormManagerPrivate::extractFormCollectionFrom' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanager.cpp:352:10: performance: Technically the member function 'Form::Internal::FormManagerPrivate::removeSubFormFromModels' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanager.cpp:469:10: performance: Technically the member function 'Form::Internal::FormManagerPrivate::createTokenNamespaces' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formplaceholder.h:65:5: style: Class 'FormPlaceHolderCoreListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formplaceholder.h:79:5: style: Class 'FormPlaceHolderPatientListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formplaceholder.h:101:5: style: Class 'FormPlaceHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanager.cpp:142:5: style: Class 'FormManagerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanagermode.h:50:5: style: Class 'FormManagerMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanagerpreferencespage.h:54:1: style: The class 'FormPreferencesFileSelectorWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanagerpreferencespage.h:115:1: style: The class 'FormPreferencesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanagerpreferencespage.h:81:5: style: Class 'FormPreferencesFileSelectorPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formmanagerpreferencespage.h:142:5: style: Class 'FormPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formplaceholder.cpp:237:10: performance: Technically the member function 'Form::Internal::FormPlaceHolderPrivate::isAutosaveOn' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formplaceholder.cpp:186:9: style: Class 'FormPlaceHolderPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formplaceholder.cpp:186:9: style: Class 'FormPlaceHolderPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formplaceholder.cpp:185:5: style: Class 'FormPlaceHolderPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formtreemodel.cpp:314:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formtreemodel.cpp:290:16: style: Variable 'root' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formtreemodel.cpp:106:13: performance: Technically the member function 'Form::Internal::FormTreeModelPrivate::formLabelWithEpisodeCount' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formtreemodel.cpp:115:11: performance: Technically the member function 'Form::Internal::FormTreeModelPrivate::formIcon' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/formtreemodel.cpp:80:5: style: Class 'FormTreeModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.cpp:400:5: warning: Member variable 'FormItemValuesPrivate::m_optional' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.cpp:557:9: style: Class 'FormItemPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.cpp:557:9: style: Class 'FormItemPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:177:18: warning: Virtual function 'languageChanged' is called from constructor 'FormPage(QObject*parent=0)' at line 727. Dynamic binding is not used. [virtualCallInConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.cpp:727:5: note: Calling languageChanged
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.h:177:18: note: languageChanged is a virtual method
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformitem.cpp:556:5: style: Class 'FormItemPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformwidgetfactory.cpp:174:42: style: Function 'IFormWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformwidgetfactory.h:96:33: note: Function 'IFormWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/formmanagerplugin/iformwidgetfactory.cpp:174:42: note: Function 'IFormWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/formmanagerplugin/patientformitemdatawrapper.cpp:135:10: performance: Technically the member function 'Form::Internal::PatientFormItemDataWrapperPrivate::disconnectModels' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/formmanagerplugin/patientformitemdatawrapper.cpp:64:5: style: Class 'PatientFormItemDataWrapperPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/fullicdcodemodel.cpp:59:5: style: Class 'FullIcdCodeModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdcentralwidget.cpp:73:5: warning: Member variable 'IcdCentralWidgetPrivate::m_SelectorMode' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/icdplugin/icdcentralwidget.cpp:73:5: warning: Member variable 'IcdCentralWidgetPrivate::m_CollectionMode' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/icdplugin/icdwidgetmanager.h:61:5: style: Class 'IcdActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdcentralwidget.cpp:73:5: style: Class 'IcdCentralWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdcollectionmodel.cpp:174:80: style: Function 'canAddThisAssociation' argument 1 names different: declaration 'pair' definition 'asso'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/icdplugin/icdcollectionmodel.h:62:64: note: Function 'canAddThisAssociation' argument 1 names different: declaration 'pair' definition 'asso'.
freemedforms-project-0.9.4/plugins/icdplugin/icdcollectionmodel.cpp:174:80: note: Function 'canAddThisAssociation' argument 1 names different: declaration 'pair' definition 'asso'.
freemedforms-project-0.9.4/plugins/icdplugin/icdcollectionmodel.cpp:258:73: style: Function 'addAssociation' argument 1 names different: declaration 'pair' definition 'asso'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/icdplugin/icdcollectionmodel.h:65:57: note: Function 'addAssociation' argument 1 names different: declaration 'pair' definition 'asso'.
freemedforms-project-0.9.4/plugins/icdplugin/icdcollectionmodel.cpp:258:73: note: Function 'addAssociation' argument 1 names different: declaration 'pair' definition 'asso'.
freemedforms-project-0.9.4/plugins/icdplugin/icdcollectionmodel.cpp:71:5: style: Class 'IcdCollectionModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdcontextualwidget.h:51:5: style: Class 'IcdContextualWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdcontextualwidget.cpp:51:5: style: Class 'IcdContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icddatabase.cpp:580:51: style: Function 'invertDagCode' argument 1 names different: declaration 'dagCode' definition 's'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/icdplugin/icddatabase.h:73:42: note: Function 'invertDagCode' argument 1 names different: declaration 'dagCode' definition 's'.
freemedforms-project-0.9.4/plugins/icdplugin/icddatabase.cpp:580:51: note: Function 'invertDagCode' argument 1 names different: declaration 'dagCode' definition 's'.
freemedforms-project-0.9.4/plugins/icdplugin/icddatabase.h:56:5: style: Class 'IcdDatabase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icddatabase.cpp:103:5: style: Class 'IcdDatabasePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icddownloader.cpp:69:16: warning: Member variable 'IcdDownloader::m_Progress' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/icdplugin/icddownloader.h:55:5: style: Class 'IcdDownloader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdio.h:64:10: performance: Technically the member function 'ICD::IcdIO::icdCollectionFromXml' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/icdplugin/icdio.cpp:226:13: note: Technically the member function 'ICD::IcdIO::icdCollectionFromXml' can be static.
freemedforms-project-0.9.4/plugins/icdplugin/icdio.h:64:10: note: Technically the member function 'ICD::IcdIO::icdCollectionFromXml' can be static.
freemedforms-project-0.9.4/plugins/icdplugin/icdio.cpp:78:10: performance: Technically the member function 'ICD::Internal::IcdIOPrivate::populateHash' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/icdplugin/icdio.cpp:178:9: style: Class 'IcdIO' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdio.cpp:178:9: style: Class 'IcdIO' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/icdplugin/icdsearchmodel.cpp:58:5: warning: Member variable 'IcdSearchModelPrivate::m_LangField' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/icdplugin/icdsearchmodel.cpp:67:13: style: Technically the member function 'ICD::Internal::IcdSearchModelPrivate::searchQuery' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/icdplugin/icdsearchmodel.cpp:58:5: style: Class 'IcdSearchModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdwidgetfactory.cpp:74:46: style: Function 'IcdFormWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/icdplugin/icdwidgetfactory.h:60:35: note: Function 'IcdFormWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/icdplugin/icdwidgetfactory.cpp:74:46: note: Function 'IcdFormWidget' argument 1 names different: declaration 'linkedObject' definition 'formItem'.
freemedforms-project-0.9.4/plugins/icdplugin/icdwidgetfactory.h:41:5: style: Class 'IcdWidgetFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdwidgetfactory.h:80:5: style: Class 'IcdFormData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/icdwidgetmanager.h:117:5: style: Class 'IcdWidgetManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/icdplugin/simpleicdmodel.cpp:74:5: style: Class 'SimpleIcdModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/identityplugin/identityeditorwidget.cpp:859:5: style: Variable 'genderIndex' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/identityplugin/identityeditorwidget.cpp:858:0: note: Variable 'genderIndex' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/identityplugin/identityeditorwidget.cpp:859:5: note: Variable 'genderIndex' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/identityplugin/identityeditorwidget.cpp:262:22: style: The scope of the variable 'photoAction' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/identityplugin/identityeditorwidget.h:67:1: style: The class 'IdentityEditorWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/identityplugin/identityeditorwidget.cpp:199:5: warning: Member variable 'IdentityEditorWidgetPrivate::m_Model' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/identityplugin/identityeditorwidget.cpp:383:16: performance: Technically the member function 'Identity::Internal::IdentityEditorWidgetPrivate::getWidgetPropertyForMapper' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/identityplugin/identityeditorwidget.h:52:5: style: Class 'IsDirtyDataWidgetMapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/identityplugin/identityeditorwidget.cpp:199:5: style: Class 'IdentityEditorWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/identityplugin/identitypreferences.h:73:5: style: Class 'IdentityPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/identityplugin/identitypreferences.cpp:79:26: style: Variable 's' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/identityplugin/passworddialog.h:45:1: style: The class 'PasswordDialog' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/identityplugin/passwordwidget.h:47:1: style: The class 'PasswordWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/identityplugin/passwordwidget.cpp:61:5: style: Class 'PasswordWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/identityplugin/themedgenderbutton.h:41:1: style: The class 'ThemedGenderButton' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/countrycombobox.h:38:5: style: Class 'CountryComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.cpp:243:33: style: Function 'addItem' argument 1 names different: declaration 'hasChildOfCurrentIndex' definition 'asChildOfCurrentIndex'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.h:119:31: note: Function 'addItem' argument 1 names different: declaration 'hasChildOfCurrentIndex' definition 'asChildOfCurrentIndex'.
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.cpp:243:33: note: Function 'addItem' argument 1 names different: declaration 'hasChildOfCurrentIndex' definition 'asChildOfCurrentIndex'.
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.cpp:98:5: warning: Member variable 'ExtendedViewPrivate::m_ToolBar' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.h:115:10: style: Technically the member function 'Views::ExtendedView::useContextMenu' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.cpp:222:20: note: Technically the member function 'Views::ExtendedView::useContextMenu' can be const.
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.h:115:10: note: Technically the member function 'Views::ExtendedView::useContextMenu' can be const.
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.cpp:147:5: style: Class 'ExtendedView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.cpp:147:5: style: Class 'ExtendedView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/listviewplugin/viewmanager.h:51:5: style: Class 'ViewContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/viewmanager.h:63:5: style: Class 'ViewActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/fancytreeview.h:55:1: style: The class 'FancyTreeView' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/fancytreeview.h:120:5: style: Class 'TreeItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/listview.cpp:145:43: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/listviewplugin/listview.cpp:146:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/listviewplugin/listview.cpp:145:43: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/listviewplugin/listview.cpp:75:5: warning: Member variable 'ListViewPrivate::m_ToolBar' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/listviewplugin/listviewbase.h:40:5: style: Class 'ViewBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/simplecategorymodel.cpp:525:22: style: Variable 'parentItem' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/listviewplugin/simplecategorymodel.cpp:74:9: performance: Technically the member function 'Views::Internal::TreeItem::columnCount' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/listviewplugin/simplecategorymodel.cpp:170:9: style: Class 'SimpleCategoryModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/simplecategorymodel.cpp:170:9: style: Class 'SimpleCategoryModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/listviewplugin/simplecategorymodel.cpp:161:5: style: Class 'SimpleCategoryModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/stringlistview.h:50:5: style: Class 'StringListView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/listviewplugin/tableview.cpp:115:43: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/listviewplugin/tableview.cpp:116:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/listviewplugin/tableview.cpp:115:43: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/listviewplugin/tableview.cpp:46:5: warning: Member variable 'TableViewPrivate::m_ToolBar' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/listviewplugin/treeview.cpp:117:43: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/listviewplugin/treeview.cpp:118:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/listviewplugin/treeview.cpp:117:43: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/listviewplugin/treeview.cpp:46:5: warning: Member variable 'TreeViewPrivate::m_IsDeselectable' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/listviewplugin/viewmanager.cpp:69:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freemedforms-project-0.9.4/plugins/listviewplugin/viewmanager.cpp:71:9: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/plugins/listviewplugin/viewmanager.cpp:69:9: note: Found duplicate branches for 'if' and 'else'.
freemedforms-project-0.9.4/plugins/listviewplugin/listview.h:65:24: style: The function 'itemView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.h:61:32: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/listviewplugin/listview.h:65:24: note: Function in derived class
freemedforms-project-0.9.4/plugins/listviewplugin/tableview.h:65:24: style: The function 'itemView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.h:61:32: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/listviewplugin/tableview.h:65:24: note: Function in derived class
freemedforms-project-0.9.4/plugins/listviewplugin/treeview.h:64:24: style: The function 'itemView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/listviewplugin/extendedview.h:61:32: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/listviewplugin/treeview.h:64:24: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/dragdroptextedit.h:43:5: style: Class 'DragDropTextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_analyzer.cpp:188:15: style: The scope of the variable 'fragment' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_analyzer.cpp:255:29: style: The scope of the variable 'fragment' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:82:10: style: Technically the member function 'PadTools::Internal::PadFragment::setOutputStart' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:83:10: style: Technically the member function 'PadTools::Internal::PadFragment::setOutputEnd' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_analyzer.cpp:76:11: performance: Technically the member function 'PadTools::Internal::PadAnalyzerPrivate::getCharAt' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_analyzer.cpp:88:13: performance: Technically the member function 'PadTools::Internal::PadAnalyzerPrivate::getStringAt' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_string.h:48:5: style: Class 'PadString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:82:5: style: Class 'PadDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_analyzer.h:56:5: style: Class 'PadAnalyzer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_analyzer.cpp:68:5: style: Class 'PadAnalyzerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_string.h:53:7: style: The function 'debug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:66:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_string.h:53:7: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_string.h:55:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:96:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_string.h:55:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_string.h:56:10: style: The function 'toOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:97:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_string.h:56:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_string.h:57:10: style: The function 'toRaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:98:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_string.h:57:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:86:9: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:68:17: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:86:9: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:87:10: style: The function 'setId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:69:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:87:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:100:10: style: The function 'addChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:100:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:100:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:101:10: style: The function 'removeChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:101:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:101:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:102:10: style: The function 'removeAndDeleteFragment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:102:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:102:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:103:10: style: The function 'sortChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:104:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:103:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:116:18: style: The function 'padFragmentForSourcePosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:106:26: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:116:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:117:18: style: The function 'padFragmentForOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:107:26: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:117:18: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:120:10: style: The function 'outputPosChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:109:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:120:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:124:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:96:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:124:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:125:10: style: The function 'toOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:97:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:125:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:133:25: style: The function 'children' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:103:33: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:133:25: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:137:10: style: The function 'debug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:66:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_document.h:137:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:73:10: style: The function 'containsOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:89:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:73:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:74:10: style: The function 'isBeforeOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:90:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:74:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:75:10: style: The function 'isAfterOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:91:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:75:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:77:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:96:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:77:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:78:10: style: The function 'toOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:97:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:78:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:79:10: style: The function 'toRaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:98:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:79:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:81:10: style: The function 'debug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:66:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:81:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:97:10: style: The function 'containsOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:89:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:97:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:98:10: style: The function 'isBeforeOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:90:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:98:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:99:10: style: The function 'isAfterOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:91:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:99:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:101:10: style: The function 'debug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:66:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:101:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:103:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:96:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:103:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:104:10: style: The function 'toOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:97:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:104:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:105:10: style: The function 'toRaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:98:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:105:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:130:10: style: The function 'containsOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:89:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:130:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:131:10: style: The function 'isBeforeOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:90:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:131:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:132:10: style: The function 'isAfterOutputPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:91:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:132:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:134:10: style: The function 'debug' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:66:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:134:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:136:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:96:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:136:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:137:10: style: The function 'toOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:97:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:137:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:138:10: style: The function 'toRaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:98:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:138:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:140:25: style: The function 'children' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_fragment.h:103:33: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.h:140:25: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenpool.h:49:5: style: Class 'TokenPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_highlighter.h:62:2: style: Class 'PadHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_highlighter.h:63:2: style: Class 'PadHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.cpp:426:11: style: The scope of the variable 'padItem' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.cpp:465:14: style: The scope of the variable 'core' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/padtoolsplugin/pad_item.cpp:477:29: style: The scope of the variable 'sub' can be reduced. [variableScope]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padtoolscontextualwidgetmanager.h:54:5: style: Class 'PadToolsActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padwriter.h:55:5: style: Class 'PadWriterContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padtoolsimpl.h:51:5: style: Class 'PadToolsImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padtoolscore.cpp:74:5: style: Class 'PadToolsCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padwriter.cpp:133:5: warning: Member variable 'PadWriterPrivate::aTest1' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padwriter.cpp:133:5: warning: Member variable 'PadWriterPrivate::aTest2' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padwriter.cpp:133:5: warning: Member variable 'PadWriterPrivate::aTest3' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padwriter.cpp:133:5: warning: Member variable 'PadWriterPrivate::aTest4' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padwriter.cpp:133:5: warning: Member variable 'PadWriterPrivate::aTest5' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padwriter.cpp:133:5: warning: Member variable 'PadWriterPrivate::aTest6' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padwriter.cpp:95:5: style: Class 'TreeProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/padwriter.cpp:133:5: style: Class 'PadWriterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenmodel.cpp:101:9: style: Variable 'fullNs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenmodel.cpp:98:0: note: Variable 'fullNs' is reassigned a value before the old one has been used if variable is no semaphore variable.
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenmodel.cpp:101:9: note: Variable 'fullNs' is reassigned a value before the old one has been used if variable is no semaphore variable.
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenmodel.cpp:74:17: performance: Technically the member function 'PadTools::Internal::TokenModelPrivate::tokenNamespaces' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenmodel.cpp:70:5: style: Class 'TokenModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.cpp:153:10: style: Technically the member function 'PadTools::Internal::TokenOutputDocumentPrivate::userWantsToDeletePadItem' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.cpp:165:9: style: Technically the member function 'PadTools::Internal::TokenOutputDocumentPrivate::correctDropPosition' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.cpp:214:10: performance: Technically the member function 'PadTools::Internal::TokenOutputDocumentPrivate::isNavigationKey' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.h:51:5: style: Class 'TokenHighlighterEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.h:90:5: style: Class 'TokenOutputDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.cpp:69:5: style: Class 'TokenHighlighterEditorPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.cpp:142:5: style: Class 'TokenOutputDocumentPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.h:102:10: style: The function 'eventFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.h:75:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.h:102:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/padtoolsplugin/tokenoutputdocument.cpp:443:24: warning: Iterators to containers from different expressions 'it' and 'item' are used together. [mismatchingContainerExpression]
freemedforms-project-0.9.4/plugins/patientbaseplugin/identityviewerwidget.cpp:654:9: style: Class 'IdentityViewerWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/identityviewerwidget.cpp:654:9: style: Class 'IdentityViewerWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/patientbaseplugin/identityviewerwidget.cpp:88:5: style: Class 'SimpleIdentityWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/identityviewerwidget.cpp:193:5: style: Class 'AgeViewerWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/identityviewerwidget.cpp:297:5: style: Class 'IdentityAndAgeDetailsWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/identityviewerwidget.cpp:326:5: style: Class 'AddressViewerWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/identityviewerwidget.cpp:408:5: style: Class 'ContactViewerWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/identityviewerwidget.cpp:523:5: style: Class 'FullContactViewerDetails' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/identityviewerwidget.cpp:641:5: style: Class 'IdentityViewerWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientbar.cpp:82:9: style: Class 'PatientBarPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientbar.cpp:82:9: style: Class 'PatientBarPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientbar.h:55:5: style: Class 'PatientBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientbar.cpp:81:5: style: Class 'PatientBarPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientbase.h:59:5: style: Class 'PatientBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientbasepreferencespage.h:52:1: style: The class 'PatientBasePreferencesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientwidgetmanager.h:57:5: style: Class 'PatientContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientwidgetmanager.h:68:5: style: Class 'PatientActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientwidgetmanager.h:115:5: style: Class 'PatientWidgetManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientsearchmode.h:48:5: style: Class 'PatientSearchMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientbasepreferencespage.h:80:5: style: Class 'PatientBasePreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientmodel.h:66:5: style: Class 'PatientModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientselector.h:49:1: style: The class 'PatientSelector' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientcore.cpp:110:12: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientcore.cpp:111:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientcore.cpp:110:12: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientmodelwrapper.h:52:5: style: Class 'PatientModelWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientcore.cpp:68:5: style: Class 'PatientCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientcreatorwizard.cpp:69:23: warning: Member variable 'PatientCreatorWizard::m_Saved' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientcreatorwizard.h:59:5: style: Class 'PatientCreatorWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientcreatorwizard.h:73:5: style: Class 'IdentityPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientdataextractordialog.cpp:86:9: style: Class 'PatientDataExtractorDialogPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientdataextractordialog.cpp:86:9: style: Class 'PatientDataExtractorDialogPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientdataextractordialog.cpp:84:5: style: Class 'PatientDataExtractorDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientmodel.cpp:460:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientmodel.cpp:81:5: style: Class 'PatientModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientsearchedit.cpp:67:5: style: Class 'PatientCompleterModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientsearchedit.cpp:145:5: style: Class 'PatientBaseValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientselector.cpp:94:13: style: Class 'PatientSelectorPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientselector.cpp:94:13: style: Class 'PatientSelectorPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/patientbaseplugin/patientselector.cpp:93:5: style: Class 'PatientSelectorPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/categorylabelsmodel.cpp:22:13: performance: Variable 'lang' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhbase.h:56:5: style: Class 'PmhBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:572:9: warning: Either the condition 'if(item)' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:574:8: note: Assuming that condition 'if(item)' is not redundant
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:572:9: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:953:50: style: Function 'isPmhx' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.h:103:36: note: Function 'isPmhx' argument 1 names different: declaration 'item' definition 'index'.
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:953:50: note: Function 'isPmhx' argument 1 names different: declaration 'item' definition 'index'.
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:962:54: style: Function 'isCategory' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.h:104:40: note: Function 'isCategory' argument 1 names different: declaration 'item' definition 'index'.
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:962:54: note: Function 'isCategory' argument 1 names different: declaration 'item' definition 'index'.
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:971:50: style: Function 'isForm' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.h:105:36: note: Function 'isForm' argument 1 names different: declaration 'item' definition 'index'.
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:971:50: note: Function 'isForm' argument 1 names different: declaration 'item' definition 'index'.
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:1080:60: style: Function 'addCategory' argument 1 names different: declaration 'category' definition 'cat'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.h:114:46: note: Function 'addCategory' argument 1 names different: declaration 'category' definition 'cat'.
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:1080:60: note: Function 'addCategory' argument 1 names different: declaration 'category' definition 'cat'.
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:119:13: performance: Technically the member function '::TreeItem::columnCount' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:92:9: style: Class 'TreeItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategorymodel.cpp:216:5: style: Class 'PmhCategoryModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategoryonlyproxymodel.cpp:15:5: warning: Member variable 'PmhCategoryOnlyModelPrivate::m_HidePmh' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcategoryonlyproxymodel.h:15:5: style: Class 'PmhCategoryOnlyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcontentexporter.cpp:67:5: style: Class 'PmhContentExporterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcontextualwidget.h:49:5: style: Class 'PmhContextualWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcontextualwidget.cpp:29:5: style: Class 'PmhContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcore.cpp:128:35: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcore.cpp:129:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/pmhplugin/pmhcore.cpp:128:35: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/pmhplugin/pmhwidgetmanager.h:52:5: style: Class 'PmhActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhwidgetmanager.h:80:5: style: Class 'PmhWidgetManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhepisodemodel.cpp:44:5: style: Class 'PmhEpisodeModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhmode.h:62:5: style: Class 'PmhModeWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhmodel.cpp:320:0: style: Variable 'icdChildItem' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhmodel.cpp:95:13: performance: Technically the member function '::TreeItem::columnCount' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhmodel.cpp:190:9: style: Class 'PmhModelPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhmodel.cpp:190:9: style: Class 'PmhModelPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhmodel.cpp:183:5: style: Class 'PmhModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhpreferencespage.h:76:5: style: Class 'PmhPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhtokens.cpp:55:5: style: Class 'PmhTokensPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhviewer.cpp:73:5: warning: Member variable 'PmhViewerPrivate::m_Mode' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhviewer.cpp:73:5: warning: Member variable 'PmhViewerPrivate::m_ViewMode' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhviewer.cpp:73:5: warning: Member variable 'PmhViewerPrivate::m_IcdLabelModel' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/pmhplugin/pmhviewer.cpp:73:5: style: Class 'PmhViewerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/printerplugin/documentprinter.cpp:83:87: style: Function 'addTokens' argument 2 names different: declaration 'tokensAndValues' definition 'tokens'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/printerplugin/documentprinter.h:56:74: note: Function 'addTokens' argument 2 names different: declaration 'tokensAndValues' definition 'tokens'.
freemedforms-project-0.9.4/plugins/printerplugin/documentprinter.cpp:83:87: note: Function 'addTokens' argument 2 names different: declaration 'tokensAndValues' definition 'tokens'.
freemedforms-project-0.9.4/plugins/printerplugin/documentprinter.h:52:5: style: Class 'DocumentPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/printerplugin/printcorrectionpreferences.h:88:5: style: Class 'PrintCorrectionPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/printerplugin/printdialog.h:51:5: style: Class 'PrintDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/printerplugin/printer.cpp:340:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freemedforms-project-0.9.4/plugins/printerplugin/printer.cpp:1100:98: style: Function 'addPixmapWatermark' argument 3 names different: declaration 'alignement' definition 'watermarkAlignment'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:137:54: note: Function 'addPixmapWatermark' argument 3 names different: declaration 'alignement' definition 'watermarkAlignment'.
freemedforms-project-0.9.4/plugins/printerplugin/printer.cpp:1100:98: note: Function 'addPixmapWatermark' argument 3 names different: declaration 'alignement' definition 'watermarkAlignment'.
freemedforms-project-0.9.4/plugins/printerplugin/printer.cpp:321:10: style: Technically the member function 'Print::Internal::PrinterPrivate::presenceIsRequiredAtPage' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:103:5: style: Class 'Printer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/printerplugin/printer.cpp:156:5: style: Class 'PrinterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:55:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:214:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:55:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:57:16: style: The function 'headerEditor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:243:24: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:57:16: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:58:16: style: The function 'footerEditor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:244:24: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:58:16: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:59:16: style: The function 'watermarkEditor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:245:24: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:59:16: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:61:16: style: The function 'headerPresenceCombo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:248:24: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:61:16: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:62:16: style: The function 'footerPresenceCombo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:249:24: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:62:16: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:63:16: style: The function 'watermarkPresenceCombo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:250:24: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:63:16: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:65:10: style: The function 'setHeaderHtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:217:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:65:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:66:10: style: The function 'setFooterHtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:218:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:66:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:67:10: style: The function 'setWatermarkHtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:219:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:67:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:69:13: style: The function 'headerToHtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:225:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:69:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:70:13: style: The function 'footerToHtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:226:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:70:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:71:13: style: The function 'watermarkToHtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:227:21: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:71:13: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:73:10: style: The function 'setHeaderPresence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:221:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:73:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:74:10: style: The function 'setFooterPresence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:222:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:74:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:75:10: style: The function 'setWatermarkPresence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:223:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:75:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:77:9: style: The function 'headerPresence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:229:17: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:77:9: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:78:9: style: The function 'footerPresence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:230:17: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:78:9: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:79:9: style: The function 'watermarkPresence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:231:17: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:79:9: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:81:10: style: The function 'setHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:234:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:81:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:82:10: style: The function 'setFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:235:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:82:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:83:10: style: The function 'setWatermark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:236:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:83:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:85:10: style: The function 'headerToPointer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:238:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:85:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:86:10: style: The function 'footerToPointer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:239:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:86:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:87:10: style: The function 'watermarkToPointer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/printerplugin/printer.h:240:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.h:87:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/printerplugin/printerpreferences.h:75:5: style: Class 'PrinterPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/printerplugin/printerpreferences.cpp:187:64: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/printerplugin/printerpreferences.h:63:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/printerplugin/printerpreferences.cpp:187:64: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.cpp:232:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.cpp:245:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.cpp:260:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.cpp:232:9: style: Variable 'extra' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.cpp:231:9: note: Variable 'extra' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.cpp:232:9: note: Variable 'extra' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.cpp:245:9: style: Variable 'extra' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.cpp:244:9: note: Variable 'extra' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/printerplugin/printerpreviewer_p.cpp:245:9: note: Variable 'extra' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/plugins/printerplugin/textdocumentextra.cpp:77:20: warning: Member variable 'TextDocumentExtra::d' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/printerplugin/textdocumentextra.cpp:87:20: warning: Member variable 'TextDocumentExtra::d' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/printerplugin/textdocumentextra.h:70:10: style: Technically the member function 'Print::TextDocumentExtra::setTextWidth' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/printerplugin/textdocumentextra.cpp:173:25: note: Technically the member function 'Print::TextDocumentExtra::setTextWidth' can be const.
freemedforms-project-0.9.4/plugins/printerplugin/textdocumentextra.h:70:10: note: Technically the member function 'Print::TextDocumentExtra::setTextWidth' can be const.
freemedforms-project-0.9.4/plugins/printerplugin/textdocumentextra.h:71:10: performance: Technically the member function 'Print::TextDocumentExtra::lessThanPresence' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/printerplugin/textdocumentextra.cpp:125:25: note: Technically the member function 'Print::TextDocumentExtra::lessThanPresence' can be static.
freemedforms-project-0.9.4/plugins/printerplugin/textdocumentextra.h:71:10: note: Technically the member function 'Print::TextDocumentExtra::lessThanPresence' can be static.
freemedforms-project-0.9.4/plugins/saverestoreplugin/saverestorepage.h:88:5: style: Class 'SaveRestorePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/scriptplugin/scriptmanager.h:55:5: style: Class 'ScriptManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/scriptplugin/scriptwrappers.h:78:5: style: Class 'FormItemScriptWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/scriptplugin/scriptwrappers.h:115:5: style: Class 'FormMainScriptWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/scriptplugin/scriptwrappers.h:129:5: style: Class 'FormManagerScriptWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/scriptplugin/scriptpatientwrapper.h:82:5: style: Class 'ScriptPatientWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/scriptplugin/scriptuserwrapper.h:70:5: style: Class 'ScriptUserWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/scriptplugin/scriptwriterdialog.cpp:58:9: style: Class 'ScriptWriterDialogPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/scriptplugin/scriptwriterdialog.cpp:58:9: style: Class 'ScriptWriterDialogPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/scriptplugin/scriptwriterdialog.cpp:57:5: style: Class 'ScriptWriterDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/itemplates.h:68:18: warning: Virtual function 'setId' is called from constructor 'ITemplate()' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/itemplates.h:54:19: note: Calling setId
freemedforms-project-0.9.4/plugins/templatesplugin/itemplates.h:68:18: note: setId is a virtual method
freemedforms-project-0.9.4/plugins/templatesplugin/itemplates.h:70:18: warning: Virtual function 'setParentId' is called from constructor 'ITemplate()' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/itemplates.h:54:30: note: Calling setParentId
freemedforms-project-0.9.4/plugins/templatesplugin/itemplates.h:70:18: note: setParentId is a virtual method
freemedforms-project-0.9.4/plugins/templatesplugin/itemplates.h:55:5: style: Class 'ITemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatebase.h:52:5: style: Class 'TemplateBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatebase.cpp:81:5: style: Class 'TemplateBasePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatescore.h:49:5: style: Class 'TemplatesCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesview_p.h:45:5: style: Class 'TemplatesViewContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesview_p.h:56:5: style: Class 'TemplatesViewActionHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesview_p.h:95:5: style: Class 'TemplatesViewManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatescore.cpp:39:5: style: Class 'TemplatesCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatescreationdialog.h:45:5: style: Class 'TemplatesCreationDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templateseditdialog.cpp:52:13: style: Class 'TemplatesEditDialogPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templateseditdialog.cpp:52:13: style: Class 'TemplatesEditDialogPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/templatesplugin/templateseditdialog.h:42:5: style: Class 'TemplatesEditDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.h:54:5: style: Class 'TemplatesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templateseditdialog.cpp:50:5: style: Class 'TemplatesEditDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templateseditdialog.cpp:130:5: style: Class 'TemplatesContentEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:148:9: performance: Technically the member function 'Templates::Internal::TreeItem::columnCount' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:297:10: performance: Technically the member function 'Templates::Internal::TemplatesModelPrivate::allInstancesReset' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:305:10: style: Technically the member function 'Templates::Internal::TemplatesModelPrivate::allInstancesEmitDataChangedFrom' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:318:10: style: Technically the member function 'Templates::Internal::TemplatesModelPrivate::allInstancesBeginInsertRows' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:329:10: style: Technically the member function 'Templates::Internal::TemplatesModelPrivate::allInstancesEndInsertRows' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:339:10: style: Technically the member function 'Templates::Internal::TemplatesModelPrivate::allInstancesBeginRemoveRows' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:349:10: style: Technically the member function 'Templates::Internal::TemplatesModelPrivate::allInstancesEndRemoveRows' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:102:5: style: Class 'TemplatesCoreListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:273:5: style: Class 'TemplatesModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:232:10: style: The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/plugins/templatesplugin/itemplates.h:64:18: note: Virtual function in base class
freemedforms-project-0.9.4/plugins/templatesplugin/templatesmodel.cpp:232:10: note: Function in derived class
freemedforms-project-0.9.4/plugins/templatesplugin/templatesview.h:47:1: style: The class 'TemplatesView' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatespreferencespages.h:74:5: style: Class 'TemplatesPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/templatesplugin/templatespreferencespages.cpp:140:66: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/templatesplugin/templatespreferencespages.h:63:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/templatesplugin/templatespreferencespages.cpp:140:66: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/plugins/templatesplugin/templatesview.cpp:533:31: style: Function 'lock' argument 1 names different: declaration 'state' definition 'toLock'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/templatesplugin/templatesview.h:98:20: note: Function 'lock' argument 1 names different: declaration 'state' definition 'toLock'.
freemedforms-project-0.9.4/plugins/templatesplugin/templatesview.cpp:533:31: note: Function 'lock' argument 1 names different: declaration 'state' definition 'toLock'.
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditor.h:73:1: style: The class 'TextEditor' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/editormanager.h:55:5: style: Class 'EditorManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/tableeditor.cpp:137:24: warning: Either the condition '!table' is redundant or there is possible null pointer dereference: table. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/texteditorplugin/tableeditor.cpp:138:9: note: Assuming that condition '!table' is not redundant
freemedforms-project-0.9.4/plugins/texteditorplugin/tableeditor.cpp:137:24: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/texteditorplugin/tabledialog.h:50:5: style: Class 'TableDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/tablepropertieswidget.h:52:5: style: Class 'TablePropertiesWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/tablepropertieswidget.h:77:5: style: Class 'TablePropertiesDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditor.cpp:370:68: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditor.cpp:371:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditor.cpp:370:68: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditor.cpp:289:10: style: Technically the member function 'Editor::Internal::TextEditorPrivate::readFile' can be const. [functionConst]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditor.cpp:181:9: style: Class 'TextEditorPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditor.cpp:181:9: style: Class 'TextEditorPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/texteditorplugin/editorcontext.h:43:5: style: Class 'EditorContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditor.cpp:110:5: style: Class 'TextEditorWithControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditor.cpp:150:5: style: Class 'TextEditorHtmlPaster' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditordialog.cpp:46:9: style: Class 'TextEditorDialogPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditordialog.cpp:46:9: style: Class 'TextEditorDialogPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditordialog.cpp:45:5: style: Class 'TextEditorDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditorfactory.cpp:42:89: style: Function 'createWidget' argument 2 names different: declaration 'object' definition 'linkedObject'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditorfactory.h:26:74: note: Function 'createWidget' argument 2 names different: declaration 'object' definition 'linkedObject'.
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditorfactory.cpp:42:89: note: Function 'createWidget' argument 2 names different: declaration 'object' definition 'linkedObject'.
freemedforms-project-0.9.4/plugins/texteditorplugin/texteditorfactory.h:17:5: style: Class 'TextEditorFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/cheque/chequeprinter.h:57:10: performance: Technically the member function 'Tools::ChequePrinter::initialize' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/cheque/chequeprinter.cpp:171:21: note: Technically the member function 'Tools::ChequePrinter::initialize' can be static.
freemedforms-project-0.9.4/plugins/toolsplugin/cheque/chequeprinter.h:57:10: note: Technically the member function 'Tools::ChequePrinter::initialize' can be static.
freemedforms-project-0.9.4/plugins/toolsplugin/cheque/chequeprinter.cpp:158:5: style: Class 'ChequePrinter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/cheque/chequeprinter.cpp:158:5: style: Class 'ChequePrinter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/toolsplugin/cheque/chequeprinter.cpp:67:5: style: Class 'ChequePrinterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/cheque/chequeprinter_preferences.h:86:5: style: Class 'ChequePrinterPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/cheque/chequeprintformatmodel.cpp:54:5: style: Class 'ChequePrintFormatModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/pdftkwrapper.h:45:1: style: The class 'PdfTkWrapper' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/chequeprinter.cpp:63:5: style: Class 'ChequePrinterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fsp.cpp:152:23: style: Expression is always false because 'else if' condition matches previous condition at line 150. [multiCondition]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fsp.cpp:152:68: warning: Identical condition 'xmlTag.compare("b.nb",Qt::CaseInsensitive)==0', second condition is always false [identicalConditionAfterEarlyExit]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fsp.cpp:150:61: note: first condition
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fsp.cpp:152:68: note: second condition
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fsp.cpp:88:13: performance: Technically the member function 'Tools::Internal::FspPrivate::xmlItemName' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fsp.cpp:147:9: performance: Technically the member function 'Tools::Internal::FspPrivate::indexForXmlItemName' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fsp.cpp:79:5: style: Class 'FspPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinter.cpp:73:12: performance: Technically the member function 'Tools::Internal::FspPrinterPrivate::totalAmountRect' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinter.cpp:84:12: performance: Technically the member function 'Tools::Internal::FspPrinterPrivate::rectInMilliters' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinter.cpp:265:12: performance: Technically the member function 'Tools::Internal::FspPrinterPrivate::amountRectInMilliters' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinter.cpp:301:13: performance: Technically the member function 'Tools::Internal::FspPrinterPrivate::printingValue' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinter.cpp:384:13: performance: Technically the member function 'Tools::Internal::FspPrinterPrivate::amountPrintingValue' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinter.cpp:413:10: performance: Technically the member function 'Tools::Internal::FspPrinterPrivate::charSplitting' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinter.cpp:468:23: performance: Technically the member function 'Tools::Internal::FspPrinterPrivate::amountAlignement' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinter.cpp:64:5: style: Class 'FspPrinterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinterdialog.cpp:71:5: warning: Member variable 'FspPrinterDialogPrivate::_fsp' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinterdialog.cpp:85:9: style: Class 'FspPrinterDialogPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinterdialog.cpp:85:9: style: Class 'FspPrinterDialogPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinterdialog.cpp:71:5: style: Class 'FspPrinterDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fspprinterpreferences.h:83:5: style: Class 'FspPrinterPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/fsptemplatemodel.cpp:61:5: style: Class 'FspTemplateModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/fsp/templatespreferences.cpp:230:0: error: syntax error [syntaxError]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimfilemodel.cpp:109:13: performance: Technically the member function 'Tools::Internal::HprimFileModelPrivate::xmlFileIndexAbsFilePath' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimfilemodel.cpp:205:13: performance: Technically the member function 'Tools::Internal::HprimFileModelPrivate::readFileContent' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimfilemodel.cpp:98:5: style: Class 'HprimFileModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimintegrator.cpp:118:16: performance: Technically the member function 'Tools::Internal::HprimIntegratorWidgetPrivate::sha1' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimintegrator.h:72:5: style: Class 'HprimIntegratorMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimintegrator.cpp:82:5: style: Class 'HprimIntegratorWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimintegrator.cpp:228:0: error: Memory leak: model [memleak]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimintegrator.cpp:374:0: error: Memory leak: model [memleak]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimintegratordialog.cpp:88:16: performance: Technically the member function 'Tools::Internal::HprimIntegratorDialogPrivate::sha1' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimintegratordialog.cpp:75:5: style: Class 'HprimIntegratorDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimintegratordialog.cpp:160:0: error: Memory leak: model [memleak]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimintegratordialog.cpp:229:0: error: Memory leak: model [memleak]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimpreferences.cpp:164:9: warning: Either the condition 'if(mode&&!enabled)' is redundant or there is possible null pointer dereference: mode. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimpreferences.cpp:165:12: note: Assuming that condition 'if(mode&&!enabled)' is not redundant
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimpreferences.cpp:164:9: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/toolsplugin/hprimintegrator/hprimpreferences.h:83:5: style: Class 'HprimPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/pdftkwrapper.cpp:88:13: performance: Technically the member function 'Tools::Internal::PdfTkWrapperPrivate::pdfTkPath' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/toolsplugin/pdftkwrapper.cpp:78:5: style: Class 'PdfTkWrapperPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/toolsplugin/toolspreferences.h:73:5: style: Class 'ToolsPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.h:72:5: style: Class 'UserModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/coreusermodelwrapper.cpp:51:5: style: Class 'CoreUserModelWrapperPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/currentuserpreferencespage.h:55:1: style: The class 'CurrentUserPreferencesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/currentuserpreferencespage.h:82:5: style: Class 'CurrentUserPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/database/userbase.h:61:5: style: Class 'UserBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/iuserlistener.h:61:5: style: Class 'IUserListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.h:136:5: style: Class 'UserData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usercore.cpp:59:5: style: Class 'UserCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.cpp:1239:69: style: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.h:319:81: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'.
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.cpp:1239:69: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'.
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.cpp:1255:76: style: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.h:321:88: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'.
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.cpp:1255:76: note: Function 'operator<<' argument 2 names different: declaration 'c' definition 'a'.
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.cpp:107:9: performance: Variable 'm_Language' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.cpp:453:10: performance: Technically the member function 'UserPlugin::Internal::UserDataPrivate::feedStaticHash' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.cpp:476:9: performance: Technically the member function 'UserPlugin::Internal::UserDataPrivate::documentNameToIndex' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.cpp:488:13: performance: Technically the member function 'UserPlugin::Internal::UserDataPrivate::documentIndexToName' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/usermanagerplugin/userdata.cpp:148:31: style: Class 'UserDynamicDataPrivate' is unsafe, 'UserDynamicDataPrivate::m_Doc' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/plugins/usermanagerplugin/userfirstrunpage.h:70:5: style: Class 'FirstRun_UserCreation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermanager/UserManagerMainWindow.h:12:5: style: Class 'UserManagerMainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usermanager_p.h:49:1: style: The class 'UserManagerWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermanagermode.h:41:5: style: Class 'UserManagerMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermanagermodel.cpp:83:5: style: Class 'UserManagerModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usermanager.h:52:1: style: The class 'UserManagerMainWindow' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usermanager.h:72:1: style: The class 'UserManagerDialog' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usercreatorwizard.h:80:5: style: Class 'UserCreatorWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.cpp:597:54: warning: Either the condition 'user' is redundant or there is possible null pointer dereference: user. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.cpp:585:9: note: Assuming that condition 'user' is not redundant
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.cpp:597:54: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.cpp:914:44: style: Function 'setData' argument 1 names different: declaration 'index' definition 'item'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.h:98:45: note: Function 'setData' argument 1 names different: declaration 'index' definition 'item'.
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.cpp:914:44: note: Function 'setData' argument 1 names different: declaration 'index' definition 'item'.
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.cpp:1434:68: style: Function 'getUserNames' argument 1 names different: declaration 'uid' definition 'uids'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.h:117:68: note: Function 'getUserNames' argument 1 names different: declaration 'uid' definition 'uids'.
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.cpp:1434:68: note: Function 'getUserNames' argument 1 names different: declaration 'uid' definition 'uids'.
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.cpp:182:14: performance: Technically the member function 'UserPlugin::Internal::UserModelPrivate::getUserData' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/usermanagerplugin/usermodel.cpp:108:5: style: Class 'UserModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/defaultuserviewerpages.h:67:5: style: Class 'DefaultUserContactWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/defaultuserviewerpages.h:92:5: style: Class 'DefaultUserContactPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/defaultuserviewerpages.h:109:5: style: Class 'DefaultUserProfessionalWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/defaultuserviewerpages.h:135:5: style: Class 'DefaultUserProfessionalPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/defaultuserviewerpages.h:161:5: style: Class 'DefaultUserRightsWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/defaultuserviewerpages.h:187:5: style: Class 'DefaultUserRightsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usercreatorwizard.cpp:170:9: style: Class 'UserCreatorWizardPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usercreatorwizard.cpp:170:9: style: Class 'UserCreatorWizardPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usercreatorwizard.cpp:115:5: style: Class 'UserContactPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usercreatorwizard.cpp:125:5: style: Class 'UserProfilePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usercreatorwizard.cpp:139:5: style: Class 'UserSpecialiesQualificationsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usercreatorwizard.cpp:145:5: style: Class 'UserRightsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usercreatorwizard.cpp:156:5: style: Class 'UserLastPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usercreatorwizard.cpp:169:5: style: Class 'UserCreatorWizardPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userlineeditcompletersearch.cpp:68:5: style: Class 'UserCompleterModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userlineeditcompletersearch.cpp:144:5: style: Class 'UserValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usermanager.cpp:276:9: style: Class 'UserManagerWidgetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usermanager.cpp:276:9: style: Class 'UserManagerWidgetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usermanager.cpp:112:5: style: Class 'UserManagerContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/usermanager.cpp:275:5: style: Class 'UserManagerWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userrightswidget.h:52:5: style: Class 'UserRightsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userrightswidget.h:78:5: style: Class 'UserRightsWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userviewer.cpp:213:35: warning: Either the condition 'if(d)' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userviewer.cpp:214:8: note: Assuming that condition 'if(d)' is not redundant
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userviewer.cpp:213:35: note: Null pointer dereference
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userviewer.h:66:1: style: The class 'UserViewer' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userviewer.h:55:5: style: Class 'UserViewerModelCoreListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/usermanagerplugin/widgets/userviewer.cpp:92:5: style: Class 'UserViewerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/webcamplugin/opencvwidget.cpp:293:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freemedforms-project-0.9.4/plugins/webcamplugin/opencvwidget.cpp:53:15: warning: Member variable 'OpenCVWidget::m_pixmap' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/webcamplugin/opencvwidget.h:48:5: style: Class 'OpenCVWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/webcamplugin/webcamdialog.cpp:132:48: style: Function 'autoFaceShot' argument 1 names different: declaration 'pix' definition 'pixmap'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/webcamplugin/webcamdialog.h:69:38: note: Function 'autoFaceShot' argument 1 names different: declaration 'pix' definition 'pixmap'.
freemedforms-project-0.9.4/plugins/webcamplugin/webcamdialog.cpp:132:48: note: Function 'autoFaceShot' argument 1 names different: declaration 'pix' definition 'pixmap'.
freemedforms-project-0.9.4/plugins/webcamplugin/webcamphotoprovider.cpp:44:46: style: Function 'WebcamPhotoProvider' argument 1 names different: declaration 'deviceId' definition 'device'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/webcamplugin/webcamphotoprovider.h:46:38: note: Function 'WebcamPhotoProvider' argument 1 names different: declaration 'deviceId' definition 'device'.
freemedforms-project-0.9.4/plugins/webcamplugin/webcamphotoprovider.cpp:44:46: note: Function 'WebcamPhotoProvider' argument 1 names different: declaration 'deviceId' definition 'device'.
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.h:86:5: style: Class 'WebcamPreferencesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:50:12: style: struct member 'CamProperties::CV_CAP_PROP_FRAME_WIDTH' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:51:12: style: struct member 'CamProperties::CV_CAP_PROP_FRAME_HEIGHT' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:52:12: style: struct member 'CamProperties::CV_CAP_PROP_FPS' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:53:12: style: struct member 'CamProperties::CV_CAP_PROP_FOURCC' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:55:12: style: struct member 'CamProperties::CV_CAP_PROP_BRIGHTNESS' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:56:12: style: struct member 'CamProperties::CV_CAP_PROP_CONTRAST' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:57:12: style: struct member 'CamProperties::CV_CAP_PROP_SATURATION' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:58:12: style: struct member 'CamProperties::CV_CAP_PROP_HUE' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:59:12: style: struct member 'CamProperties::CV_CAP_PROP_GAIN' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/webcamplugin/webcampreferences.cpp:60:12: style: struct member 'CamProperties::CV_CAP_PROP_EXPOSURE' is never used. [unusedStructMember]
freemedforms-project-0.9.4/plugins/xmlioplugin/xmliobase.h:65:5: style: Class 'XmlIOBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/xmlioplugin/xmlformio.h:61:5: style: Class 'XmlFormIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/xmlioplugin/xmlformname.h:46:5: style: Struct 'XmlFormName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/xmlioplugin/xmliobase.cpp:703:63: style: Variable 'nbShotRead' is modified but its new value is never used. [unreadVariable]
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcodescompleters.cpp:389:68: style: Function 'setCityLineEdit' argument 1 names different: declaration 'country' definition 'city'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcodescompleters.h:131:50: note: Function 'setCityLineEdit' argument 1 names different: declaration 'country' definition 'city'.
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcodescompleters.cpp:389:68: note: Function 'setCityLineEdit' argument 1 names different: declaration 'country' definition 'city'.
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcodescompleters.h:74:5: style: Class 'ZipCountryModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcodescompleters.h:104:5: style: Class 'ZipStateProvinceModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcodeswidget.cpp:74:5: warning: Member variable 'ZipCodesWidgetPrivate::_typeOfLayout' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcodeswidget.cpp:74:5: style: Class 'ZipCodesWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcodeswidget.cpp:186:16: style: Class 'ZipCodesWidgetPrivate' is unsafe, 'ZipCodesWidgetPrivate::_stateCombo' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcore.cpp:77:13: performance: Technically the member function 'ZipCodes::Internal::ZipCorePrivate::databasePath' can be static. [functionStatic]
freemedforms-project-0.9.4/plugins/zipcodesplugin/zipcore.cpp:63:5: style: Class 'ZipCorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::t1' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::t2' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::but' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aNew' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aOpen' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aSave' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aSaveAs' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aPrint' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aClose' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aQuit' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aUndo' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aRedo' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aCut' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aCopy' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::aPaste' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::text1' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::text2' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::text3' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.cpp:12:13: warning: Member variable 'MainWindow::view1' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/actionmanagertester/MainWindow.h:19:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/actionmanagertester/TestWidget.h:15:5: style: Class 'TestWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/actionmanagertester/TestWidget.cpp:13:13: warning: Member variable 'TestWidget::m_OpenDialog' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:97:3: style: Variable 'fichier3' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:96:0: note: Variable 'fichier3' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:97:3: note: Variable 'fichier3' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:131:3: style: Variable 'fichier1' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:130:0: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:131:3: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:134:3: style: Variable 'fichier2' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:133:0: note: Variable 'fichier2' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:134:3: note: Variable 'fichier2' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:174:3: style: Variable 'rep' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:172:0: note: Variable 'rep' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:174:3: note: Variable 'rep' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:217:3: style: Variable 'fichier1' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:216:0: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:217:3: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:230:5: style: Variable 'fichier1' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:229:0: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:230:5: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/fonctions.c:94:7: style: The scope of the variable 'caractere' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:77:3: style: Variable 'fichier2' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:76:0: note: Variable 'fichier2' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:77:3: note: Variable 'fichier2' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:60:7: style: The scope of the variable 'numero' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:61:8: style: The scope of the variable 'c' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:63:8: style: The scope of the variable 'nomFichierTxt' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:64:8: style: The scope of the variable 'nomFichier1' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:65:8: style: The scope of the variable 'nomFichier2' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:66:8: style: The scope of the variable 'prefixe' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:67:8: style: The scope of the variable 'decrypter' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:68:8: style: The scope of the variable 'ligne' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/apikmail/main.c:83:0: warning: Storing getchar() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
freemedforms-project-0.9.4/tests/apicrypt/kmail/afficheFichier.c:20:3: style: Variable 'fichier3' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/kmail/afficheFichier.c:19:0: note: Variable 'fichier3' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/afficheFichier.c:20:3: note: Variable 'fichier3' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/afficheFichier.c:17:7: style: The scope of the variable 'caractere' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/kmail/corpsMessage.c:23:3: style: Variable 'fichier1' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/kmail/corpsMessage.c:22:0: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/corpsMessage.c:23:3: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/corpsMessage.c:31:3: style: Variable 'fichier2' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/kmail/corpsMessage.c:30:0: note: Variable 'fichier2' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/corpsMessage.c:31:3: note: Variable 'fichier2' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/corpsMessage.c:16:0: style: Variable 'numero' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/tests/apicrypt/kmail/corpsMessage.c:17:7: style: Unused variable: i [unusedVariable]
freemedforms-project-0.9.4/tests/apicrypt/kmail/corpsMessage.c:26:21: style: Variable 'longueurFichier' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/tests/apicrypt/kmail/cpp/main.cpp:21:35: error: Null pointer dereference: cheminApitemp [nullPointer]
freemedforms-project-0.9.4/tests/apicrypt/kmail/cpp/main.cpp:18:27: note: Assignment 'cheminApitemp=0', assigned value is 0
freemedforms-project-0.9.4/tests/apicrypt/kmail/cpp/main.cpp:21:35: note: Null pointer dereference
freemedforms-project-0.9.4/tests/apicrypt/kmail/cpp/main.cpp:23:14: error: Null pointer dereference: cheminApitemp [nullPointer]
freemedforms-project-0.9.4/tests/apicrypt/kmail/cpp/main.cpp:18:27: note: Assignment 'cheminApitemp=0', assigned value is 0
freemedforms-project-0.9.4/tests/apicrypt/kmail/cpp/main.cpp:23:14: note: Null pointer dereference
freemedforms-project-0.9.4/tests/apicrypt/kmail/lireChemins.c:20:3: style: Variable 'fichier1' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/kmail/lireChemins.c:19:0: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/lireChemins.c:20:3: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/lireChemins.c:33:5: style: Variable 'fichier1' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/kmail/lireChemins.c:32:0: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/lireChemins.c:33:5: note: Variable 'fichier1' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/main.c:43:3: style: Variable 'fichier2' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/apicrypt/kmail/main.c:42:0: note: Variable 'fichier2' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/main.c:43:3: note: Variable 'fichier2' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/apicrypt/kmail/main.c:25:8: style: The scope of the variable 'c' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/kmail/main.c:29:8: style: The scope of the variable 'crypter' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/kmail/main.c:30:8: style: The scope of the variable 'ligne' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/kmail/main.c:33:8: style: The scope of the variable 'utilisateur' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/kmail/main.c:34:8: style: The scope of the variable 'destinataires' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/apicrypt/kmail/main.c:49:0: warning: Storing getchar() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
freemedforms-project-0.9.4/tests/apicrypt/kmail/trouveIdentite.c:21:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freemedforms-project-0.9.4/tests/apicrypt/kmail/trouveIdentite.c:16:8: style: Unused variable: finLigne [unusedVariable]
freemedforms-project-0.9.4/tests/apicrypt/kmail/trouveIdentite.c:17:7: style: Unused variable: position [unusedVariable]
freemedforms-project-0.9.4/tests/apicrypt/kmail/trouveIdentite.c:19:20: style: Variable 'longueurChaine' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/tests/apicrypt/kmail/trouveIdentite.c:20:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freemedforms-project-0.9.4/tests/drugsbasetester/DosageSenderTester.h:13:5: style: Class 'DosageSenderTester' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/htmldelegate/appsrc/AnnouncementItemDelegate.cpp:138:86: style: Function 'paint' argument 2 names different: declaration 'option' definition '_option'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/htmldelegate/appsrc/AnnouncementItemDelegate.h:42:72: note: Function 'paint' argument 2 names different: declaration 'option' definition '_option'.
freemedforms-project-0.9.4/tests/htmldelegate/appsrc/AnnouncementItemDelegate.cpp:138:86: note: Function 'paint' argument 2 names different: declaration 'option' definition '_option'.
freemedforms-project-0.9.4/tests/htmldelegate/appsrc/AnnouncementItemDelegate.h:39:5: style: Class 'AnnouncementItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/htmldelegate/appsrc/AnnouncementItemDelegate.cpp:49:5: style: Class 'AnnouncementItemDelegatePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/lib/mailaccount.h:82:10: style: Technically the member function 'Mail::MailAccount::operator==' can be const. [functionConst]
freemedforms-project-0.9.4/tests/mailutils/lib/mailaccount.cpp:301:19: note: Technically the member function 'Mail::MailAccount::operator==' can be const.
freemedforms-project-0.9.4/tests/mailutils/lib/mailaccount.h:82:10: note: Technically the member function 'Mail::MailAccount::operator==' can be const.
freemedforms-project-0.9.4/tests/mailutils/lib/mailaccount.cpp:56:5: style: Class 'MailAccountPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/lib/models/mailaccountmodel.cpp:47:5: style: Class 'MailAccountModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/lib/widgets/mailaccount.h:82:10: style: Technically the member function 'Mail::MailAccount::operator==' can be const. [functionConst]
freemedforms-project-0.9.4/tests/mailutils/lib/widgets/mailaccount.cpp:301:19: note: Technically the member function 'Mail::MailAccount::operator==' can be const.
freemedforms-project-0.9.4/tests/mailutils/lib/widgets/mailaccount.h:82:10: note: Technically the member function 'Mail::MailAccount::operator==' can be const.
freemedforms-project-0.9.4/tests/mailutils/lib/widgets/mailaccount.cpp:56:5: style: Class 'MailAccountPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/lib/widgets/mailaccountwidget.cpp:47:5: warning: Member variable 'MailAccountWidgetPrivate::_accountModel' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/lib/widgets/mailaccountwidget.cpp:47:5: style: Class 'MailAccountWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/mailaccountmodel.cpp:55:5: style: Class 'MailAccountModelPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/main.cpp:38:5: warning: Member variable 'Pop3::pop3' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/main.cpp:38:5: warning: Member variable 'Pop3::_stat' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/main.cpp:38:5: warning: Member variable 'Pop3::_list' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.h:56:5: style: Class 'QxtMailMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/main.cpp:38:5: style: Class 'Pop3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/qxtglobal.h:161:1: style: The class 'QxtPrivate' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/tests/mailutils/qxtglobal.h:228:5: warning: Member variable 'QxtPrivateInterface::pvt' is not initialized in the constructor. [uninitMemberVarPrivate]
freemedforms-project-0.9.4/tests/mailutils/qxtglobal.h:229:26: warning: Member variable 'QxtPrivateInterface::pvt' is not assigned a value in 'QxtPrivateInterface::operator='. [operatorEqVarError]
freemedforms-project-0.9.4/tests/mailutils/qxtglobal.h:229:26: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailattachment.cpp:61:9: performance: Variable 'content' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailattachment.cpp:63:9: performance: Variable 'contentType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailattachment.cpp:77:5: performance: Variable 'qxt_d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailattachment.cpp:87:5: performance: Variable 'qxt_d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailattachment.cpp:94:5: performance: Variable 'qxt_d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:363:12: style: Condition '!bodyIsAscii' is always true [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:355:9: note: Assuming that condition '!bodyIsAscii' is not redundant
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:363:12: note: Condition '!bodyIsAscii' is always true
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:597:9: style: The scope of the variable 'crlfPos' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:682:10: style: The scope of the variable 'last' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:688:9: style: The scope of the variable 'beginSecond' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:802:16: style: The scope of the variable 'count' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:104:50: style: Function 'QxtMailMessage' argument 1 names different: declaration 'rfc2822' definition 'buffer'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.h:56:38: note: Function 'QxtMailMessage' argument 1 names different: declaration 'rfc2822' definition 'buffer'.
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:104:50: note: Function 'QxtMailMessage' argument 1 names different: declaration 'rfc2822' definition 'buffer'.
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:697:70: style: Variable 'last' is assigned a value that is never used. [unreadVariable]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:53:5: warning: Member variable 'QxtMailMessagePrivate::boundary' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:64:1: style: The class 'QxtRfc2822Parser' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:86:5: performance: Variable 'qxt_d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:96:5: performance: Variable 'qxt_d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:107:5: performance: Variable 'qxt_d' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:81:13: performance: Technically the member function 'QxtRfc2822Parser::decode' can be static. [functionStatic]
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:760:27: note: Technically the member function 'QxtRfc2822Parser::decode' can be static.
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:81:13: note: Technically the member function 'QxtRfc2822Parser::decode' can be static.
freemedforms-project-0.9.4/tests/mailutils/src/qxtmailmessage.cpp:50:1: warning: The struct 'QxtMailMessagePrivate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3.cpp:98:45: style: Function 'setUsername' argument 1 names different: declaration 'name' definition 'username'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3.h:62:40: note: Function 'setUsername' argument 1 names different: declaration 'name' definition 'username'.
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3.cpp:98:45: note: Function 'setUsername' argument 1 names different: declaration 'name' definition 'username'.
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3.cpp:60:17: warning: Member variable 'QxtPop3Private::useSecure' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3.cpp:60:17: warning: Member variable 'QxtPop3Private::state' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3.cpp:60:17: warning: Member variable 'QxtPop3Private::current' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3.cpp:60:17: warning: Member variable 'QxtPop3Private::socket' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:656:22: warning: Member variable 'QxtPop3ReplyPrivate::status' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:656:22: warning: Member variable 'QxtPop3ReplyPrivate::type' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:656:22: warning: Member variable 'QxtPop3ReplyPrivate::timeout' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:68:23: warning: Member variable 'QxtPop3AuthReplyImpl::pop' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:68:23: warning: Member variable 'QxtPop3AuthReplyImpl::startTLSdisabled' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:50:5: style: Class 'QxtPop3AuthReplyImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:137:5: style: Class 'QxtPop3QuitReplyImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:174:5: style: Class 'QxtPop3StatReplyImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:227:5: style: Class 'QxtPop3ListReplyImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:292:5: style: Class 'QxtPop3RetrReplyImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:377:5: style: Class 'QxtPop3ResetReplyImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:424:5: style: Class 'QxtPop3DeleReplyImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:51:16: style: The function 'dialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply_p.h:46:24: note: Virtual function in base class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:51:16: note: Function in derived class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:138:16: style: The function 'dialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply_p.h:46:24: note: Virtual function in base class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:138:16: note: Function in derived class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:175:16: style: The function 'dialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply_p.h:46:24: note: Virtual function in base class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:175:16: note: Function in derived class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:228:16: style: The function 'dialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply_p.h:46:24: note: Virtual function in base class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:228:16: note: Function in derived class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:293:16: style: The function 'dialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply_p.h:46:24: note: Virtual function in base class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:293:16: note: Function in derived class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:378:16: style: The function 'dialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply_p.h:46:24: note: Virtual function in base class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:378:16: note: Function in derived class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:425:16: style: The function 'dialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply_p.h:46:24: note: Virtual function in base class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:425:16: note: Function in derived class
freemedforms-project-0.9.4/tests/mailutils/src/qxtpop3reply.cpp:307:21: style: Class 'QxtPop3RetrReplyImpl' is unsafe, 'QxtPop3RetrReplyImpl::m_msg' can leak by wrong usage. [unsafeClassCanLeak]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:80:45: style: Function 'setUsername' argument 1 names different: declaration 'name' definition 'username'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.h:77:40: note: Function 'setUsername' argument 1 names different: declaration 'name' definition 'username'.
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:80:45: note: Function 'setUsername' argument 1 names different: declaration 'name' definition 'username'.
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:51:17: warning: Member variable 'QxtSmtpPrivate::useSecure' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:51:17: warning: Member variable 'QxtSmtpPrivate::disableStartTLS' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:51:17: warning: Member variable 'QxtSmtpPrivate::state' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:51:17: warning: Member variable 'QxtSmtpPrivate::authType' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:51:17: warning: Member variable 'QxtSmtpPrivate::nextID' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:51:17: warning: Member variable 'QxtSmtpPrivate::rcptNumber' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:51:17: warning: Member variable 'QxtSmtpPrivate::rcptAck' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:51:17: warning: Member variable 'QxtSmtpPrivate::mailAck' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.cpp:51:17: warning: Member variable 'QxtSmtpPrivate::socket' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/mailutils/src/qxtsmtp.h:74:5: style: Class 'QxtSmtp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/medintuxtoolkittester/testClass.h:11:5: style: Class 'testClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/appsrc/main.cpp:191:34: style: The scope of the variable 'usermanagerplugin' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/appaboutpage.h:38:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:105:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:104:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:105:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:122:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:104:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:122:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:151:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:104:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:151:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:161:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:104:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.cpp:161:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/coreimpl.h:60:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/fakescriptmanager.h:15:5: style: Class 'FakeScriptManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/coreplugin/user.h:34:5: style: Class 'User' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/connexion.cpp:140:47: style: Function 'isDatabaseCorrupted' argument 1 names different: declaration 'driver' definition 'driverType'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/connexion.h:28:44: note: Function 'isDatabaseCorrupted' argument 1 names different: declaration 'driver' definition 'driverType'.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/connexion.cpp:140:47: note: Function 'isDatabaseCorrupted' argument 1 names different: declaration 'driver' definition 'driverType'.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/connexion.h:20:9: style: Class 'Connexion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:129:9: style: Class 'PreventIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:26:10: style: The function 'childCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:81:21: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:26:10: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:27:10: style: The function 'columnCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:82:21: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:27:10: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:28:15: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:83:26: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:28:15: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:29:24: style: The function 'datas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:84:35: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:29:24: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:30:11: style: The function 'insertChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:85:22: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:30:11: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:31:11: style: The function 'insertColumns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:86:22: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:31:11: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:33:11: style: The function 'removeChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:88:22: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:33:11: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:34:11: style: The function 'removeColumns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:89:22: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:34:11: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:35:10: style: The function 'childNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:90:21: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:35:10: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:36:11: style: The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/IPrevention.h:91:22: note: Virtual function in base class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:36:11: note: Function in derived class
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/survey.h:14:9: style: Class 'Survey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/treeviewdelegate.h:35:9: style: Class 'DateEditTreeViewFirstDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/treeviewdelegate.h:65:5: style: Class 'DateEditTreeViewDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/treeviewdelegate.h:91:5: style: Class 'ComboTreeViewDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/treeviewdelegate.h:113:5: style: Class 'ComboTreeViewItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIHM.h:26:5: style: Class 'TreeViewOfPrevention' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIHM.h:68:9: style: Class 'PreventIHM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventCore.h:12:9: style: Class 'PreventCore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/main.cpp:17:0: error: Memory leak: c [memleak]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/nextdateitemsdialog.cpp:16:5: style: Variable 'm_model' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/nextdateitemsdialog.cpp:15:5: note: Variable 'm_model' is reassigned a value before the old one has been used if variable is no semaphore variable.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/nextdateitemsdialog.cpp:16:5: note: Variable 'm_model' is reassigned a value before the old one has been used if variable is no semaphore variable.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventCore.cpp:12:14: warning: Member variable 'PreventCore::m_IO' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIHM.cpp:89:0: error: Memory leak: a [memleak]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:319:6: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:313:0: note: Variable 'result' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:319:6: note: Variable 'result' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:328:10: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:327:10: note: Variable 'result' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:328:10: note: Variable 'result' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:881:7: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:879:0: note: Variable 'success' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:881:7: note: Variable 'success' is reassigned a value before the old one has been used.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:1004:32: style: Function 'PreventIO' argument 1 names different: declaration 'object' definition 'parent'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.h:129:29: note: Function 'PreventIO' argument 1 names different: declaration 'object' definition 'parent'.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:1004:32: note: Function 'PreventIO' argument 1 names different: declaration 'object' definition 'parent'.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventIO.cpp:63:6: performance: Variable 'm_itemData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/preventionplugin.cpp:107:0: error: Memory leak: c [memleak]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/trash/distancerulespage.cpp:183:59: style: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/trash/distancerulespage.h:43:42: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/trash/distancerulespage.cpp:183:59: note: Function 'saveToSettings' argument 1 names different: declaration 's' definition 'sets'.
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/trash/distancerulespage.h:30:1: style: The class 'DistanceRulesWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/tests/prevention/plugins/preventionplugin/trash/distancerulespage.h:67:5: style: Class 'DistanceRulesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/qmenuitemviewtester/main.cpp:50:5: style: Class 'TestModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/textedit/texteditor.cpp:32:47: style: Function 'mousePressEvent' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/textedit/texteditor.h:16:47: note: Function 'mousePressEvent' argument 1 names different: declaration 'e' definition 'event'.
freemedforms-project-0.9.4/tests/textedit/texteditor.cpp:32:47: note: Function 'mousePressEvent' argument 1 names different: declaration 'e' definition 'event'.
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.h:11:5: style: Class 'tkPrinterTester' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.cpp:12:48: style: Function 'tkPrinterTester' argument 1 names different: declaration 'w' definition 'win'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.h:11:35: note: Function 'tkPrinterTester' argument 1 names different: declaration 'w' definition 'win'.
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.cpp:12:48: note: Function 'tkPrinterTester' argument 1 names different: declaration 'w' definition 'win'.
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.cpp:12:18: warning: Member variable 'tkPrinterTester::previewer' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.h:12:10: performance: Technically the member function 'tkPrinterTester::test1' can be static. [functionStatic]
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.cpp:22:23: note: Technically the member function 'tkPrinterTester::test1' can be static.
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.h:12:10: note: Technically the member function 'tkPrinterTester::test1' can be static.
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.cpp:16:9: style: Class 'tkPrinterTester' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/tests/toolkittester/tkPrinterTester.cpp:16:9: style: Class 'tkPrinterTester' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:4: style: Class 'Test' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/units/lib_datapacks/tst_datapack_creationwidget.cpp:98:1: style: The class 'tst_DataPack_ServerCreationWidget' does not have a constructor although it has private member variables. [noConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_DataPack_ServerCreationWidget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_DataPack_QueueCreation >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_DataPack_QueueModel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_DataPack_Xml >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_Translations >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_OsConfig >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/units/lib_utils/testhtmlcontent.cpp:46:9: style: Class 'HtmlContentTesterPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freemedforms-project-0.9.4/tests/unit-tests/units/lib_utils/testhtmlcontent.cpp:46:9: style: Class 'HtmlContentTesterPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freemedforms-project-0.9.4/tests/unit-tests/units/lib_utils/testhtmlcontent.cpp:45:5: style: Class 'HtmlContentTesterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_UtilsDatabase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_UtilsDatabaseConnector >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/units/lib_utils/tst_databasecsvimport.cpp:122:17: style: The scope of the variable 'id' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_UtilsDatabaseCsvImport >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_DateTime >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_Utils_dirCopy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_FileAccess >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_UtilsGenericDescription >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_Hprim >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_Html >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_HttpDownloader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_UtilsLoginAndPass >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_UtilsPasswordHashing >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_PrintAxisHelper >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_UtilsVersionNumber >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/unit-tests/units/lib_utils/tst_xml.cpp:68:9: style: Variable 'control' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freemedforms-project-0.9.4/tests/unit-tests/units/lib_utils/tst_xml.cpp:56:0: note: Variable 'control' is reassigned a value before the old one has been used if variable is no semaphore variable.
freemedforms-project-0.9.4/tests/unit-tests/units/lib_utils/tst_xml.cpp:68:9: note: Variable 'control' is reassigned a value before the old one has been used if variable is no semaphore variable.
freemedforms-project-0.9.4/tests/unit-tests/autotest.h:65:0: style: Class 'Test < tst_UtilsXml >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/appaboutpage.h:38:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/commandlineparser.h:48:5: style: Class 'CommandLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:104:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:103:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:104:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:121:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:103:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:121:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:140:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:103:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:140:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:150:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:103:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.cpp:150:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/coreimpl.h:60:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/fakescriptmanager.h:15:5: style: Class 'FakeScriptManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/usermanager/plugins/coreplugin/user.h:34:5: style: Class 'User' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/appaboutpage.h:38:5: style: Class 'AppAboutPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:99:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:98:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:99:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:116:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:98:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:116:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:145:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:98:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:145:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:155:9: style: Condition 'logChrono' is always false [knownConditionTrueFalse]
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:98:22: note: Assignment 'logChrono=false', assigned value is 0
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.cpp:155:9: note: Condition 'logChrono' is always false
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/coreimpl.h:60:5: style: Class 'CoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/webcam/plugins/coreplugin/user.h:34:5: style: Class 'User' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freemedforms-project-0.9.4/tests/webcam/webcam-src/main.cpp:191:34: style: The scope of the variable 'usermanagerplugin' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/zipcompleter/frenchsocialnumber.cpp:308:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freemedforms-project-0.9.4/tests/zipcompleter/frenchsocialnumber.cpp:338:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freemedforms-project-0.9.4/tests/zipcompleter/frenchsocialnumber.cpp:180:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.cpp:308:64: style: Function 'ZipCountryModel' argument 2 names different: declaration 'db' definition '_db'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.h:57:51: note: Function 'ZipCountryModel' argument 2 names different: declaration 'db' definition '_db'.
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.cpp:308:64: note: Function 'ZipCountryModel' argument 2 names different: declaration 'db' definition '_db'.
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.cpp:442:55: style: Function 'setCityLineEdit' argument 1 names different: declaration 'country' definition 'city'. [funcArgNamesDifferent]
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.h:84:37: note: Function 'setCityLineEdit' argument 1 names different: declaration 'country' definition 'city'.
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.cpp:442:55: note: Function 'setCityLineEdit' argument 1 names different: declaration 'country' definition 'city'.
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.cpp:398:23: warning: Member variable 'ZipCountryCompleters::m_View' is not initialized in the constructor. [uninitMemberVar]
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.h:99:16: style: Member variable 'ZipCountryCompleters::m_City' is in the wrong place in the initializer list. [initializerList]
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.cpp:399:32: note: Member variable 'ZipCountryCompleters::m_City' is in the wrong place in the initializer list.
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.h:99:16: note: Member variable 'ZipCountryCompleters::m_City' is in the wrong place in the initializer list.
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.cpp:310:5: performance: Variable 'db' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freemedforms-project-0.9.4/tests/zipcompleter/zipcountrycompleters.cpp:311:5: performance: Variable 'm_Country' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[22:49]

ftp://ftp.se.debian.org/debian/pool/main/f/freemind/freemind_0.9.0+dfsg2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freeorion/freeorion_0.4.8~RC2.orig.tar.gz
src-tarball/AI/AIInterface.cpp:188:13: style: The scope of the variable 'player_id' can be reduced. [variableScope]
src-tarball/universe/ObjectMap.h:514:43: style: Function 'Insert' argument 1 names different: declaration 'obj' definition 'item'. [funcArgNamesDifferent]
src-tarball/universe/ObjectMap.h:327:36: note: Function 'Insert' argument 1 names different: declaration 'obj' definition 'item'.
src-tarball/universe/ObjectMap.h:514:43: note: Function 'Insert' argument 1 names different: declaration 'obj' definition 'item'.
src-tarball/AI/AIInterface.cpp:61:50: style: Function 'ResumeLoadedGame' argument 1 names different: declaration 'save_state' definition 'save_state_string'. [funcArgNamesDifferent]
src-tarball/AI/AIInterface.h:90:54: note: Function 'ResumeLoadedGame' argument 1 names different: declaration 'save_state' definition 'save_state_string'.
src-tarball/AI/AIInterface.cpp:61:50: note: Function 'ResumeLoadedGame' argument 1 names different: declaration 'save_state' definition 'save_state_string'.
src-tarball/AI/AIInterface.cpp:843:57: style: Function 'IssuePauseProductionOrder' argument 2 names different: declaration 'new_paused' definition 'pause'. [funcArgNamesDifferent]
src-tarball/AI/AIInterface.h:348:57: note: Function 'IssuePauseProductionOrder' argument 2 names different: declaration 'new_paused' definition 'pause'.
src-tarball/AI/AIInterface.cpp:843:57: note: Function 'IssuePauseProductionOrder' argument 2 names different: declaration 'new_paused' definition 'pause'.
src-tarball/AI/AIInterface.cpp:859:66: style: Function 'IssueAllowStockpileProductionOrder' argument 2 names different: declaration 'new_use_stockpile' definition 'use_stockpile'. [funcArgNamesDifferent]
src-tarball/AI/AIInterface.h:349:66: note: Function 'IssueAllowStockpileProductionOrder' argument 2 names different: declaration 'new_use_stockpile' definition 'use_stockpile'.
src-tarball/AI/AIInterface.cpp:859:66: note: Function 'IssueAllowStockpileProductionOrder' argument 2 names different: declaration 'new_use_stockpile' definition 'use_stockpile'.
src-tarball/AI/AIInterface.cpp:877:55: style: Function 'IssueCreateShipDesignOrder' argument 5 names different: declaration 'graphic' definition 'icon'. [funcArgNamesDifferent]
src-tarball/AI/AIInterface.h:353:55: note: Function 'IssueCreateShipDesignOrder' argument 5 names different: declaration 'graphic' definition 'icon'.
src-tarball/AI/AIInterface.cpp:877:55: note: Function 'IssueCreateShipDesignOrder' argument 5 names different: declaration 'graphic' definition 'icon'.
src-tarball/AI/AIInterface.cpp:930:41: style: Function 'ErrorOutput' argument 1 names different: declaration 'log_text' definition 'error_text'. [funcArgNamesDifferent]
src-tarball/AI/AIInterface.h:379:41: note: Function 'ErrorOutput' argument 1 names different: declaration 'log_text' definition 'error_text'.
src-tarball/AI/AIInterface.cpp:930:41: note: Function 'ErrorOutput' argument 1 names different: declaration 'log_text' definition 'error_text'.
src-tarball/Empire/EmpireManager.h:35:5: style: 'EmpireManager::operator=' should return 'EmpireManager &'. [operatorEq]
src-tarball/universe/ObjectMap.h:271:59: style: Technically the member function 'ObjectMap::ExistingObjects' can be const. [functionConst]
src-tarball/universe/ObjectMap.h:273:59: style: Technically the member function 'ObjectMap::ExistingResourceCenters' can be const. [functionConst]
src-tarball/universe/ObjectMap.h:275:59: style: Technically the member function 'ObjectMap::ExistingPopCenters' can be const. [functionConst]
src-tarball/universe/ObjectMap.h:277:59: style: Technically the member function 'ObjectMap::ExistingShips' can be const. [functionConst]
src-tarball/universe/ObjectMap.h:279:59: style: Technically the member function 'ObjectMap::ExistingFleets' can be const. [functionConst]
src-tarball/universe/ObjectMap.h:281:59: style: Technically the member function 'ObjectMap::ExistingPlanets' can be const. [functionConst]
src-tarball/universe/ObjectMap.h:283:59: style: Technically the member function 'ObjectMap::ExistingSystems' can be const. [functionConst]
src-tarball/universe/ObjectMap.h:285:59: style: Technically the member function 'ObjectMap::ExistingBuildings' can be const. [functionConst]
src-tarball/universe/ObjectMap.h:287:59: style: Technically the member function 'ObjectMap::ExistingFields' can be const. [functionConst]
src-tarball/universe/ShipDesign.h:285:25: performance: Technically the member function 'HullType::Shields' can be static. [functionStatic]
src-tarball/universe/ShipDesign.h:286:25: performance: Technically the member function 'HullType::ColonyCapacity' can be static. [functionStatic]
src-tarball/universe/ShipDesign.h:287:25: performance: Technically the member function 'HullType::TroopCapacity' can be static. [functionStatic]
src-tarball/universe/ShipDesign.h:288:25: performance: Technically the member function 'HullType::Detection' can be static. [functionStatic]
src-tarball/util/Order.h:745:9: style: Technically the member function 'GiveObjectToEmpireOrder::RecipientEmpireID' can be const. [functionConst]
src-tarball/network/Networking.h:41:9: style: Class 'AuthRoles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/OptionValidators.h:149:5: style: Struct 'DiscreteValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/OptionValidators.h:153:5: style: Struct 'DiscreteValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/OptionValidators.h:163:5: style: Struct 'DiscreteValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/MultiplayerCommon.h:220:5: style: Struct 'MultiplayerLobbyData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/AI/AIClientApp.h:18:5: style: Class 'AIClientApp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/ShipDesign.h:481:5: style: Class 'ShipDesign' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/Empire/ProductionQueue.h:103:5: style: Struct 'ProductionQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/Empire/ProductionQueue.h:26:9: style: Struct 'ProductionItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/Empire/ResearchQueue.h:48:5: style: Struct 'ResearchQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/Empire/ResourcePool.h:19:5: style: Class 'ResourcePool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/blocking_combiner.h:23:0: style: Struct 'blocking_combiner < boost :: signals2 :: optional_last_value < void > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/UniverseObject.h:199:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
src-tarball/AI/AIInterface.cpp:876:92: performance: Function parameter 'parts' should be passed by const reference. [passedByValue]
src-tarball/Empire/Empire.cpp:37:20: style: Function 'Empire' argument 3 names different: declaration 'ID' definition 'empire_id'. [funcArgNamesDifferent]
src-tarball/Empire/Empire.h:41:73: note: Function 'Empire' argument 3 names different: declaration 'ID' definition 'empire_id'.
src-tarball/Empire/Empire.cpp:37:20: note: Function 'Empire' argument 3 names different: declaration 'ID' definition 'empire_id'.
src-tarball/Empire/Empire.cpp:443:55: style: Function 'ProducibleItem' argument 2 names different: declaration 'location' definition 'location_id'. [funcArgNamesDifferent]
src-tarball/Empire/Empire.h:112:70: note: Function 'ProducibleItem' argument 2 names different: declaration 'location' definition 'location_id'.
src-tarball/Empire/Empire.cpp:443:55: note: Function 'ProducibleItem' argument 2 names different: declaration 'location' definition 'location_id'.
src-tarball/Empire/Empire.h:79:37: performance: Technically the member function 'Empire::MostExpensiveResearchableTech' can be static. [functionStatic]
src-tarball/Empire/Empire.cpp:329:28: note: Technically the member function 'Empire::MostExpensiveResearchableTech' can be static.
src-tarball/Empire/Empire.h:79:37: note: Technically the member function 'Empire::MostExpensiveResearchableTech' can be static.
src-tarball/Empire/Empire.h:80:37: performance: Technically the member function 'Empire::LeastExpensiveResearchableTech' can be static. [functionStatic]
src-tarball/Empire/Empire.cpp:333:28: note: Technically the member function 'Empire::LeastExpensiveResearchableTech' can be static.
src-tarball/Empire/Empire.h:80:37: note: Technically the member function 'Empire::LeastExpensiveResearchableTech' can be static.
src-tarball/Empire/Empire.h:81:37: performance: Technically the member function 'Empire::MostRPSpentResearchableTech' can be static. [functionStatic]
src-tarball/Empire/Empire.cpp:337:28: note: Technically the member function 'Empire::MostRPSpentResearchableTech' can be static.
src-tarball/Empire/Empire.h:81:37: note: Technically the member function 'Empire::MostRPSpentResearchableTech' can be static.
src-tarball/Empire/Empire.h:82:37: performance: Technically the member function 'Empire::MostRPCostLeftResearchableTech' can be static. [functionStatic]
src-tarball/Empire/Empire.cpp:341:28: note: Technically the member function 'Empire::MostRPCostLeftResearchableTech' can be static.
src-tarball/Empire/Empire.h:82:37: note: Technically the member function 'Empire::MostRPCostLeftResearchableTech' can be static.
src-tarball/util/SitRepEntry.h:17:106: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
src-tarball/util/SitRepEntry.h:63:126: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
src-tarball/util/XMLDoc.h:129:9: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/XMLDoc.h:141:9: style: Class 'NoSuchChild' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/XMLDoc.h:313:5: style: Class 'XMLDoc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/XMLDoc.h:324:5: style: Class 'XMLDoc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/Empire/EmpireManager.h:24:1: warning: The class 'EmpireManager' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
src-tarball/universe/ValueRef.h:1040:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1048:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1054:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1062:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1071:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1083:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1110:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1126:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1142:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1161:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1183:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1192:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.h:1980:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/Empire/ProductionQueue.cpp:375:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/Empire/ProductionQueue.h:113:36: performance: Technically the member function 'ProductionQueue::AvailablePP' can be static. [functionStatic]
src-tarball/Empire/ProductionQueue.cpp:607:49: note: Technically the member function 'ProductionQueue::AvailablePP' can be static.
src-tarball/Empire/ProductionQueue.h:113:36: note: Technically the member function 'ProductionQueue::AvailablePP' can be static.
src-tarball/universe/Condition.h:130:10: performance: Technically the member function 'Condition::ConditionBase::LocalCandidateInvariant' can be static. [functionStatic]
src-tarball/universe/Condition.h:162:10: performance: Technically the member function 'Condition::ConditionBase::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2016:21: note: Technically the member function 'Condition::ConditionBase::serialize' can be static.
src-tarball/universe/Condition.h:162:10: note: Technically the member function 'Condition::ConditionBase::serialize' can be static.
src-tarball/universe/Condition.h:293:10: performance: Technically the member function 'Condition::All::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2047:11: note: Technically the member function 'Condition::All::serialize' can be static.
src-tarball/universe/Condition.h:293:10: note: Technically the member function 'Condition::All::serialize' can be static.
src-tarball/universe/Condition.h:322:10: performance: Technically the member function 'Condition::None::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2051:12: note: Technically the member function 'Condition::None::serialize' can be static.
src-tarball/universe/Condition.h:322:10: note: Technically the member function 'Condition::None::serialize' can be static.
src-tarball/universe/Condition.h:378:10: performance: Technically the member function 'Condition::Source::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2063:14: note: Technically the member function 'Condition::Source::serialize' can be static.
src-tarball/universe/Condition.h:378:10: note: Technically the member function 'Condition::Source::serialize' can be static.
src-tarball/universe/Condition.h:406:10: performance: Technically the member function 'Condition::RootCandidate::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2067:21: note: Technically the member function 'Condition::RootCandidate::serialize' can be static.
src-tarball/universe/Condition.h:406:10: note: Technically the member function 'Condition::RootCandidate::serialize' can be static.
src-tarball/universe/Condition.h:436:10: performance: Technically the member function 'Condition::Target::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2071:14: note: Technically the member function 'Condition::Target::serialize' can be static.
src-tarball/universe/Condition.h:436:10: note: Technically the member function 'Condition::Target::serialize' can be static.
src-tarball/universe/Condition.h:494:10: performance: Technically the member function 'Condition::Capital::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2082:15: note: Technically the member function 'Condition::Capital::serialize' can be static.
src-tarball/universe/Condition.h:494:10: note: Technically the member function 'Condition::Capital::serialize' can be static.
src-tarball/universe/Condition.h:521:10: performance: Technically the member function 'Condition::Monster::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2086:15: note: Technically the member function 'Condition::Monster::serialize' can be static.
src-tarball/universe/Condition.h:521:10: note: Technically the member function 'Condition::Monster::serialize' can be static.
src-tarball/universe/Condition.h:546:10: performance: Technically the member function 'Condition::Armed::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2090:13: note: Technically the member function 'Condition::Armed::serialize' can be static.
src-tarball/universe/Condition.h:546:10: note: Technically the member function 'Condition::Armed::serialize' can be static.
src-tarball/universe/Condition.h:1648:10: performance: Technically the member function 'Condition::Stationary::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2353:18: note: Technically the member function 'Condition::Stationary::serialize' can be static.
src-tarball/universe/Condition.h:1648:10: note: Technically the member function 'Condition::Stationary::serialize' can be static.
src-tarball/universe/Condition.h:1766:10: performance: Technically the member function 'Condition::CanColonize::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2381:19: note: Technically the member function 'Condition::CanColonize::serialize' can be static.
src-tarball/universe/Condition.h:1766:10: note: Technically the member function 'Condition::CanColonize::serialize' can be static.
src-tarball/universe/Condition.h:1791:10: performance: Technically the member function 'Condition::CanProduceShips::serialize' can be static. [functionStatic]
src-tarball/universe/Condition.h:2387:23: note: Technically the member function 'Condition::CanProduceShips::serialize' can be static.
src-tarball/universe/Condition.h:1791:10: note: Technically the member function 'Condition::CanProduceShips::serialize' can be static.
src-tarball/util/GameRules.h:35:14: performance: Technically the member function 'GameRules::RuleTypeForType' can be static. [functionStatic]
src-tarball/util/GameRules.h:37:14: performance: Technically the member function 'GameRules::RuleTypeForType' can be static. [functionStatic]
src-tarball/util/GameRules.h:39:14: performance: Technically the member function 'GameRules::RuleTypeForType' can be static. [functionStatic]
src-tarball/util/GameRules.h:41:14: performance: Technically the member function 'GameRules::RuleTypeForType' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < std :: string >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < std :: string >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < std :: string >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < int >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < int >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < int >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < double >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < double >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < double >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < std :: vector < std :: string > >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < std :: vector < std :: string > >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < std :: vector < std :: string > >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < PlanetSize >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < PlanetSize >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < PlanetSize >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < PlanetType >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < PlanetType >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < PlanetType >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < PlanetEnvironment >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < PlanetEnvironment >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < PlanetEnvironment >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < UniverseObjectType >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < UniverseObjectType >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < UniverseObjectType >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < StarType >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < StarType >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < StarType >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: performance: Technically the member function 'ValueRef :: ValueRefBase < Visibility >::serialize' can be static. [functionStatic]
src-tarball/universe/ValueRef.h:559:0: note: Technically the member function 'ValueRef :: ValueRefBase < Visibility >::serialize' can be static.
src-tarball/universe/ValueRef.h:156:0: note: Technically the member function 'ValueRef :: ValueRefBase < Visibility >::serialize' can be static.
src-tarball/universe/Condition.h:705:5: style: Struct 'Contains' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:738:5: style: Struct 'ContainedBy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:769:5: style: Struct 'InSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:797:5: style: Struct 'ObjectID' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:827:5: style: Struct 'PlanetType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:857:5: style: Struct 'PlanetSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:991:5: style: Struct 'FocusType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:1020:5: style: Struct 'StarType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:1168:5: style: Struct 'NumberedShipDesign' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:1194:5: style: Struct 'ProducedByEmpire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:1220:5: style: Struct 'Chance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:1797:5: style: Struct 'OrderedBombarded' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:1910:5: style: Struct 'And' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:1937:5: style: Struct 'Or' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.h:1961:5: style: Struct 'Not' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/ValueRef.h:347:5: style: Struct 'StaticCast' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/ValueRef.h:383:5: style: Struct 'StringCast' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/ValueRef.h:384:5: style: Struct 'StringCast' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/GameRules.h:41:42: performance: Function parameter 'dummy' should be passed by const reference. [passedByValue]
src-tarball/Empire/ProductionQueue.cpp:327:84: performance: Function parameter 'name_' should be passed by const reference. [passedByValue]
src-tarball/Empire/ProductionQueue.cpp:533:50: performance: Function parameter 'item_' should be passed by const reference. [passedByValue]
src-tarball/Empire/ProductionQueue.cpp:547:69: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
src-tarball/Empire/ResearchQueue.cpp:263:31: warning: Either the condition 'tech?tech_cost*(1.0f-std::min(progress,1.0f)):0.0f' is redundant or there is possible null pointer dereference: tech. [nullPointerRedundantCheck]
src-tarball/Empire/ResearchQueue.cpp:264:37: note: Assuming that condition 'tech?tech_cost*(1.0f-std::min(progress,1.0f)):0.0f' is not redundant
src-tarball/Empire/ResearchQueue.cpp:263:31: note: Null pointer dereference
src-tarball/Empire/Supply.cpp:25:31: warning: Member variable 'SupplyManager::m_propagated_supply_ranges' is not assigned a value in 'SupplyManager::operator='. [operatorEqVarError]
src-tarball/Empire/Supply.cpp:25:31: warning: Member variable 'SupplyManager::m_empire_propagated_supply_ranges' is not assigned a value in 'SupplyManager::operator='. [operatorEqVarError]
src-tarball/Empire/Supply.cpp:25:31: warning: Member variable 'SupplyManager::m_propagated_supply_distances' is not assigned a value in 'SupplyManager::operator='. [operatorEqVarError]
src-tarball/Empire/Supply.cpp:25:31: warning: Member variable 'SupplyManager::m_empire_propagated_supply_distances' is not assigned a value in 'SupplyManager::operator='. [operatorEqVarError]
src-tarball/Empire/Supply.h:15:1: warning: The class 'SupplyManager' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
src-tarball/GG/src/Button.cpp:549:27: style: Same expression on both sides of '/' because the value of 'BEVEL' and '2' are the same. [duplicateExpression]
src-tarball/GG/src/Button.cpp:538:23: note: 'BEVEL' is assigned value '2' here.
src-tarball/GG/src/Button.cpp:549:27: note: Same expression on both sides of '/' because the value of 'BEVEL' and '2' are the same.
src-tarball/GG/src/DrawUtil.cpp:116:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
src-tarball/GG/src/DrawUtil.cpp:167:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
src-tarball/GG/src/DropDownList.cpp:166:89: style: Function 'ModalListPicker' argument 3 names different: declaration 'm_num_shown_rows' definition 'num_rows'. [funcArgNamesDifferent]
src-tarball/GG/src/DropDownList.cpp:48:76: note: Function 'ModalListPicker' argument 3 names different: declaration 'm_num_shown_rows' definition 'num_rows'.
src-tarball/GG/src/DropDownList.cpp:166:89: note: Function 'ModalListPicker' argument 3 names different: declaration 'm_num_shown_rows' definition 'num_rows'.
src-tarball/GG/src/DropDownList.cpp:307:51: style: Function 'DetermineListHeight' argument 1 names different: declaration 'drop_down_size' definition '_drop_down_size'. [funcArgNamesDifferent]
src-tarball/GG/src/DropDownList.cpp:122:38: note: Function 'DetermineListHeight' argument 1 names different: declaration 'drop_down_size' definition '_drop_down_size'.
src-tarball/GG/src/DropDownList.cpp:307:51: note: Function 'DetermineListHeight' argument 1 names different: declaration 'drop_down_size' definition '_drop_down_size'.
src-tarball/GG/src/DropDownList.cpp:136:9: style: Struct 'DropDownListSelChangedEcho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/DropDownList.cpp:150:9: style: Struct 'ModalListPickerSelChangedEcho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/DynamicGraphic.cpp:147:50: style: Same expression on both sides of '<' because the value of 'm_curr_frame' and 'old_frame' are the same. [duplicateExpression]
src-tarball/GG/src/DynamicGraphic.cpp:137:41: note: 'old_frame' is assigned value 'm_curr_frame' here.
src-tarball/GG/src/DynamicGraphic.cpp:147:50: note: Same expression on both sides of '<' because the value of 'm_curr_frame' and 'old_frame' are the same.
src-tarball/GG/src/DynamicGraphic.cpp:147:62: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
src-tarball/GG/src/DynamicGraphic.cpp:147:74: style: Same expression on both sides of '<' because the value of 'old_frame' and 'm_curr_frame' are the same. [duplicateExpression]
src-tarball/GG/src/DynamicGraphic.cpp:137:41: note: 'old_frame' is assigned value 'm_curr_frame' here.
src-tarball/GG/src/DynamicGraphic.cpp:147:74: note: Same expression on both sides of '<' because the value of 'old_frame' and 'm_curr_frame' are the same.
src-tarball/GG/src/DynamicGraphic.cpp:43:14: style: Technically the member function '::SignalEcho::operator()' can be const. [functionConst]
src-tarball/GG/src/DynamicGraphic.cpp:42:9: style: Struct 'SignalEcho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/Edit.cpp:39:14: style: Technically the member function '::EditedEcho::operator()' can be const. [functionConst]
src-tarball/GG/src/Edit.cpp:38:9: style: Struct 'EditedEcho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/Edit.cpp:46:9: style: Struct 'InRange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/Font.cpp:758:1: warning: The class 'Impl' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
src-tarball/GG/src/Font.cpp:1628:47: warning: Iterators to containers from different expressions '(*te_it)->text' and 'text' are used together. [mismatchingContainerExpression]
src-tarball/GG/src/Font.cpp:1654:43: warning: Iterators to containers from different expressions '(*te_it)->text' and 'text' are used together. [mismatchingContainerExpression]
src-tarball/GG/src/Font.cpp:1655:41: warning: Iterators to containers from different expressions '(*te_it)->text' and 'text' are used together. [mismatchingContainerExpression]
src-tarball/GG/src/GUI.cpp:548:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
src-tarball/GG/src/GUI.cpp:544:16: note: outer condition: click_drag_wnd
src-tarball/GG/src/GUI.cpp:548:13: note: identical inner condition: click_drag_wnd
src-tarball/GG/src/GUI.cpp:926:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/GG/src/GUI.cpp:968:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/GG/src/GUI.cpp:75:14: style: Technically the member function '::AcceleratorEcho::operator()' can be const. [functionConst]
src-tarball/GG/src/GUI.cpp:607:37: warning: Access of moved variable ':'. [accessMoved]
src-tarball/GG/src/GUI.cpp:593:59: note: Calling std::move(m_drag_drop_wnds)
src-tarball/GG/src/GUI.cpp:607:37: note: $symbol::
Access of moved variable '$symbol'.
src-tarball/GG/src/GUI.cpp:607:39: warning: Access of moved variable 'm_drag_drop_wnds'. [accessMoved]
src-tarball/GG/src/GUI.cpp:593:59: note: Calling std::move(m_drag_drop_wnds)
src-tarball/GG/src/GUI.cpp:607:39: note: $symbol:m_drag_drop_wnds
Access of moved variable '$symbol'.
src-tarball/GG/src/ListBox.cpp:1315:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
src-tarball/GG/src/ListBox.cpp:1314:19: note: outer condition: old_style&LIST_NOSORT
src-tarball/GG/src/ListBox.cpp:1315:13: note: opposite inner condition: !(m_style&LIST_NOSORT)
src-tarball/GG/src/ListBox.cpp:908:16: style: Boolean variable 'visible_row_size_change' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
src-tarball/GG/src/ListBox.cpp:56:14: style: Technically the member function '::ListSignalEcho::operator()' can be const. [functionConst]
src-tarball/GG/src/ListBox.cpp:2410:43: error: Iterator 'it2' used after element has been erased. [eraseDereference]
src-tarball/GG/src/ListBox.cpp:2408:17: note: Iterator 'it2' used after element has been erased.
src-tarball/GG/src/ListBox.cpp:2410:43: note: Iterator 'it2' used after element has been erased.
src-tarball/GG/src/ListBox.cpp:2436:39: error: Iterator 'it2' used after element has been erased. [eraseDereference]
src-tarball/GG/src/ListBox.cpp:2434:13: note: Iterator 'it2' used after element has been erased.
src-tarball/GG/src/ListBox.cpp:2436:39: note: Iterator 'it2' used after element has been erased.
src-tarball/GG/src/Menu.cpp:270:19: style: The scope of the variable 'menu' can be reduced. [variableScope]
src-tarball/GG/src/MultiEdit.cpp:1041:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/GG/src/MultiEdit.cpp:706:9: style: Struct 'InRange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/RichText/RichText.cpp:186:21: performance: Technically the member function 'GG::RichTextPrivate::MapKeys' can be static. [functionStatic]
src-tarball/GG/src/RichText/RichText.cpp:271:34: note: Technically the member function 'GG::RichTextPrivate::MapKeys' can be static.
src-tarball/GG/src/RichText/RichText.cpp:186:21: note: Technically the member function 'GG::RichTextPrivate::MapKeys' can be static.
src-tarball/GG/src/RichText/TagParser.cpp:33:49: style: Function 'RichTextTag' argument 1 names different: declaration 'tag' definition 'tag_'. [funcArgNamesDifferent]
src-tarball/GG/src/RichText/TagParser.h:43:28: note: Function 'RichTextTag' argument 1 names different: declaration 'tag' definition 'tag_'.
src-tarball/GG/src/RichText/TagParser.cpp:33:49: note: Function 'RichTextTag' argument 1 names different: declaration 'tag' definition 'tag_'.
src-tarball/GG/src/RichText/TagParser.cpp:35:49: style: Function 'RichTextTag' argument 3 names different: declaration 'content' definition 'content_'. [funcArgNamesDifferent]
src-tarball/GG/src/RichText/TagParser.h:45:28: note: Function 'RichTextTag' argument 3 names different: declaration 'content' definition 'content_'.
src-tarball/GG/src/RichText/TagParser.cpp:35:49: note: Function 'RichTextTag' argument 3 names different: declaration 'content' definition 'content_'.
src-tarball/GG/src/RichText/TagParser.cpp:152:18: performance: Technically the member function 'GG::TagParserImpl::StartsWith' can be static. [functionStatic]
src-tarball/GG/src/RichText/TagParser.cpp:219:25: performance: Technically the member function 'GG::TagParserImpl::WrapInPlaintext' can be static. [functionStatic]
src-tarball/GG/src/RichText/TagParser.cpp:225:25: performance: Technically the member function 'GG::TagParserImpl::CreateErrorTag' can be static. [functionStatic]
src-tarball/GG/src/RichText/TagParser.cpp:232:18: performance: Technically the member function 'GG::TagParserImpl::AddWithPlaintextSquashing' can be static. [functionStatic]
src-tarball/GG/src/RichText/TagParser.cpp:61:13: style: Class 'TagParserImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/RichText/TextBlock.cpp:43:9: performance: Variable 'm_text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/GG/src/SDL/SDLGUI.cpp:456:16: style: Technically the member function 'GG::Framebuffer::OpenGLId' can be const. [functionConst]
src-tarball/GG/src/SDL/SDLGUI.cpp:459:16: style: Technically the member function 'GG::Framebuffer::TextureId' can be const. [functionConst]
src-tarball/GG/src/SDL/SDLGUI.cpp:363:9: style: Struct 'QuitSignal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/SDL/SDLGUI.cpp:372:9: style: Class 'FramebufferFailedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/SDL/SDLGUI.cpp:398:9: style: Class 'Framebuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/SDL/SDLGUI.cpp:994:11: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/GG/src/SDL/SDLGUI.cpp:385:21: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
src-tarball/GG/src/Scroll.cpp:337:30: style: Same expression on both sides of '!=' because the value of 'old_posn' and 'm_posn' are the same. [duplicateExpression]
src-tarball/GG/src/Scroll.cpp:335:32: note: 'old_posn' is assigned value 'm_posn' here.
src-tarball/GG/src/Scroll.cpp:337:30: note: Same expression on both sides of '!=' because the value of 'old_posn' and 'm_posn' are the same.
src-tarball/GG/src/Scroll.cpp:346:30: style: Same expression on both sides of '!=' because the value of 'old_posn' and 'm_posn' are the same. [duplicateExpression]
src-tarball/GG/src/Scroll.cpp:344:32: note: 'old_posn' is assigned value 'm_posn' here.
src-tarball/GG/src/Scroll.cpp:346:30: note: Same expression on both sides of '!=' because the value of 'old_posn' and 'm_posn' are the same.
src-tarball/GG/src/Scroll.cpp:428:18: style: Same expression on both sides of '!=' because the value of 'old_posn' and 'm_posn' are the same. [duplicateExpression]
src-tarball/GG/src/Scroll.cpp:420:20: note: 'old_posn' is assigned value 'm_posn' here.
src-tarball/GG/src/Scroll.cpp:428:18: note: Same expression on both sides of '!=' because the value of 'old_posn' and 'm_posn' are the same.
src-tarball/GG/src/Scroll.cpp:471:28: style: Same expression on both sides of '!=' because the value of 'old_posn' and 'm_posn' are the same. [duplicateExpression]
src-tarball/GG/src/Scroll.cpp:453:20: note: 'old_posn' is assigned value 'm_posn' here.
src-tarball/GG/src/Scroll.cpp:471:28: note: Same expression on both sides of '!=' because the value of 'old_posn' and 'm_posn' are the same.
src-tarball/GG/src/Scroll.cpp:39:14: style: Technically the member function '::ScrolledEcho::operator()' can be const. [functionConst]
src-tarball/GG/src/Scroll.cpp:38:9: style: Struct 'ScrolledEcho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/TabWnd.cpp:137:68: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
src-tarball/GG/src/TabWnd.cpp:138:69: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
src-tarball/GG/src/TabWnd.cpp:39:14: style: Technically the member function '::TabChangedEcho::operator()' can be const. [functionConst]
src-tarball/GG/src/TabWnd.cpp:38:9: style: Struct 'TabChangedEcho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/Texture.cpp:471:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
src-tarball/GG/src/Texture.cpp:460:0: note: Variable 'retval' is reassigned a value before the old one has been used.
src-tarball/GG/src/Texture.cpp:471:5: note: Variable 'retval' is reassigned a value before the old one has been used.
src-tarball/GG/src/Wnd.cpp:1104:17: style: Condition '!filtered' is always true [knownConditionTrueFalse]
src-tarball/GG/src/Wnd.cpp:1099:21: note: Assignment 'filtered=false', assigned value is 0
src-tarball/GG/src/Wnd.cpp:1104:17: note: Condition '!filtered' is always true
src-tarball/GG/src/dialogs/ColorDlg.cpp:427:9: style: The scope of the variable 'i' can be reduced. [variableScope]
src-tarball/GG/src/dialogs/FileDlg.cpp:59:9: style: Struct 'LeadingWildcard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/dialogs/FileDlg.cpp:65:9: style: Struct 'TrailingWildcard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/dialogs/FileDlg.cpp:72:9: style: Struct 'Index' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/dialogs/FileDlg.cpp:80:9: style: Struct 'IndexLess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/dialogs/FileDlg.cpp:91:9: style: Struct 'FrontStringBegin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/dialogs/FileDlg.cpp:101:9: style: Struct 'FrontStringEnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/dialogs/FileDlg.cpp:111:9: style: Struct 'IndexedStringBegin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/src/dialogs/FileDlg.cpp:121:9: style: Struct 'IndexedStringEnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/GG/test/acceptance/runner/Application.cpp:240:54: style: Function 'Run' argument 1 names different: declaration 'wnd' definition 'window'. [funcArgNamesDifferent]
src-tarball/GG/test/acceptance/runner/Application.cpp:22:43: note: Function 'Run' argument 1 names different: declaration 'wnd' definition 'window'.
src-tarball/GG/test/acceptance/runner/Application.cpp:240:54: note: Function 'Run' argument 1 names different: declaration 'wnd' definition 'window'.
src-tarball/GG/test/acceptance/runner/Application.cpp:202:5: style: Class 'Application' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
src-tarball/GG/test/acceptance/runner/Application.cpp:202:5: style: Class 'Application' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
src-tarball/GG/test/acceptance/runner/Application.cpp:228:13: style: Class 'Impl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
src-tarball/GG/test/acceptance/runner/Application.cpp:228:13: style: Class 'Impl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
src-tarball/GG/test/acceptance/runner/Application.cpp:40:22: warning: Virtual function 'GLInit' is called from constructor 'MinimalGGApp(int width,int height,bool calculate_FPS,const std::string&name,int x,int y,bool fullscreen,bool fake_mode_change)' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
src-tarball/GG/test/acceptance/runner/Application.cpp:65:5: note: Calling GLInit
src-tarball/GG/test/acceptance/runner/Application.cpp:40:22: note: GLInit is a virtual method
src-tarball/GG/test/acceptance/runner/Application.h:25:17: style: Class 'Application' is unsafe, 'Application::self' can leak by wrong usage. [unsafeClassCanLeak]
src-tarball/UI/CUIControls.h:57:5: style: Class 'CUIButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/CUIControls.h:250:5: style: Class 'CUIScroll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Effect.h:149:10: performance: Technically the member function 'Effect::EffectBase::serialize' can be static. [functionStatic]
src-tarball/universe/Effect.h:1307:18: note: Technically the member function 'Effect::EffectBase::serialize' can be static.
src-tarball/universe/Effect.h:149:10: note: Technically the member function 'Effect::EffectBase::serialize' can be static.
src-tarball/universe/Effect.h:170:10: performance: Technically the member function 'Effect::NoOp::serialize' can be static. [functionStatic]
src-tarball/universe/Effect.h:1311:12: note: Technically the member function 'Effect::NoOp::serialize' can be static.
src-tarball/universe/Effect.h:170:10: note: Technically the member function 'Effect::NoOp::serialize' can be static.
src-tarball/universe/Effect.h:734:10: performance: Technically the member function 'Effect::Destroy::serialize' can be static. [functionStatic]
src-tarball/universe/Effect.h:1442:15: note: Technically the member function 'Effect::Destroy::serialize' can be static.
src-tarball/universe/Effect.h:734:10: note: Technically the member function 'Effect::Destroy::serialize' can be static.
src-tarball/util/Process.h:52:10: style: Technically the member function 'Process::HasLowPriority' can be const. [functionConst]
src-tarball/UI/SidePanel.h:24:5: style: Class 'SidePanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/BuildDesignatorWnd.cpp:456:5: style: Class 'BuildSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Effect.h:1094:45: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
src-tarball/universe/Effect.h:1101:45: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
src-tarball/UI/MultiIconValueIndicator.h:17:5: style: Class 'MultiIconValueIndicator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/CUIControls.cpp:202:3: performance: Variable 'm_in_window_func' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/CUIControls.cpp:1331:5: performance: Variable 'm_icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/CUIControls.cpp:1345:5: performance: Variable 'm_icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/CUIControls.cpp:1360:5: performance: Variable 'm_icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/CUIControls.cpp:1793:67: performance: Function parameter 'types' should be passed by const reference. [passedByValue]
src-tarball/UI/CUIDrawUtil.cpp:433:7: performance: Variable 'm_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/CUIWnd.cpp:932:5: performance: Variable 'm_edit' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/ChatWnd.cpp:237:14: style: The scope of the variable 'exact_match' can be reduced. [variableScope]
src-tarball/UI/ChatWnd.cpp:272:48: style: Function 'CompleteWord' argument 4 names different: declaration 'text' definition 'full_line'. [funcArgNamesDifferent]
src-tarball/UI/ChatWnd.cpp:113:47: note: Function 'CompleteWord' argument 4 names different: declaration 'text' definition 'full_line'.
src-tarball/UI/ChatWnd.cpp:272:48: note: Function 'CompleteWord' argument 4 names different: declaration 'text' definition 'full_line'.
src-tarball/UI/PlayerListWnd.h:13:5: style: Class 'PlayerListWnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/ChatWnd.cpp:44:9: style: Struct 'UserStringSubstituteAndAppend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/ChatWnd.cpp:60:9: style: Struct 'StringAppend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/ClientUI.cpp:1047:58: style: Function 'RestoreFromSaveData' argument 1 names different: declaration 'elem' definition 'ui_data'. [funcArgNamesDifferent]
src-tarball/UI/ClientUI.h:65:52: note: Function 'RestoreFromSaveData' argument 1 names different: declaration 'elem' definition 'ui_data'.
src-tarball/UI/ClientUI.cpp:1047:58: note: Function 'RestoreFromSaveData' argument 1 names different: declaration 'elem' definition 'ui_data'.
src-tarball/UI/ClientUI.cpp:255:17: style: Unused variable: icon_filename [unusedVariable]
src-tarball/UI/ClientUI.h:75:10: performance: Technically the member function 'ClientUI::ZoomToField' can be static. [functionStatic]
src-tarball/UI/ClientUI.cpp:829:16: note: Technically the member function 'ClientUI::ZoomToField' can be static.
src-tarball/UI/ClientUI.h:75:10: note: Technically the member function 'ClientUI::ZoomToField' can be static.
src-tarball/UI/MultiplayerLobbyWnd.h:50:9: style: Struct 'PlayerLabelRow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/Hotkeys.h:125:5: style: Class 'VisibleWindowCondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/Hotkeys.h:140:5: style: Class 'InvisibleWindowCondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/Hotkeys.h:151:5: style: Class 'FocusWindowCondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/Hotkeys.h:175:5: style: Class 'OrCondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/Hotkeys.h:185:5: style: Class 'AndCondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/combat/CombatLogManager.h:22:5: style: Struct 'CombatParticipantState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/combat/CombatLogManager.h:31:5: style: Struct 'CombatLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/CombatReport/CombatLogWnd.cpp:192:40: style: Function 'Impl' argument 1 names different: declaration '_log' definition '_wnd'. [funcArgNamesDifferent]
src-tarball/UI/CombatReport/CombatLogWnd.cpp:28:24: note: Function 'Impl' argument 1 names different: declaration '_log' definition '_wnd'.
src-tarball/UI/CombatReport/CombatLogWnd.cpp:192:40: note: Function 'Impl' argument 1 names different: declaration '_log' definition '_wnd'.
src-tarball/UI/CombatReport/CombatLogWnd.cpp:28:5: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/CombatReport/CombatReportData.cpp:30:44: style: Function 'ParticipantSummary' argument 1 names different: declaration 'object_id' definition 'object_id_'. [funcArgNamesDifferent]
src-tarball/UI/CombatReport/CombatReportData.h:27:28: note: Function 'ParticipantSummary' argument 1 names different: declaration 'object_id' definition 'object_id_'.
src-tarball/UI/CombatReport/CombatReportData.cpp:30:44: note: Function 'ParticipantSummary' argument 1 names different: declaration 'object_id' definition 'object_id_'.
src-tarball/UI/CombatReport/CombatReportData.cpp:30:60: style: Function 'ParticipantSummary' argument 2 names different: declaration 'empire_id' definition 'empire_id_'. [funcArgNamesDifferent]
src-tarball/UI/CombatReport/CombatReportData.h:27:43: note: Function 'ParticipantSummary' argument 2 names different: declaration 'empire_id' definition 'empire_id_'.
src-tarball/UI/CombatReport/CombatReportData.cpp:30:60: note: Function 'ParticipantSummary' argument 2 names different: declaration 'empire_id' definition 'empire_id_'.
src-tarball/UI/CombatReport/CombatReportData.h:48:5: style: Struct 'CombatSummary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/CombatReport/CombatReportWnd.h:12:5: style: Class 'CombatReportWnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/CombatReport/CombatReportWnd.cpp:21:5: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/CombatReport/GraphicalSummary.cpp:652:13: performance: Variable 'button' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/CombatReport/GraphicalSummary.cpp:211:10: performance: Technically the member function 'BarSizer::Set' can be static. [functionStatic]
src-tarball/UI/CombatReport/GraphicalSummary.cpp:536:5: style: Class 'OptionsBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/CombatReport/GraphicalSummary.cpp:641:32: performance: Function parameter 'option_key_' should be passed by const reference. [passedByValue]
src-tarball/UI/CombatReport/GraphicalSummary.cpp:653:13: warning: Access of forwarded variable 'parent_'. [accessForwarded]
src-tarball/UI/CombatReport/GraphicalSummary.cpp:649:20: note: Calling std::forward(parent_)
src-tarball/UI/CombatReport/GraphicalSummary.cpp:653:13: note: $symbol:parent_
Access of forwarded variable '$symbol'.
src-tarball/UI/DesignWnd.cpp:4388:37: style: Condition '!suppress_design_changed_signal' is always false [knownConditionTrueFalse]
src-tarball/UI/DesignWnd.cpp:4387:43: note: Assignment 'suppress_design_changed_signal=true', assigned value is 1
src-tarball/UI/DesignWnd.cpp:4388:37: note: Condition '!suppress_design_changed_signal' is always false
src-tarball/UI/DesignWnd.cpp:3259:12: warning: Either the condition '!design' is redundant or there is possible null pointer dereference: design. [nullPointerRedundantCheck]
src-tarball/UI/DesignWnd.cpp:3255:9: note: Assuming that condition '!design' is not redundant
src-tarball/UI/DesignWnd.cpp:3259:12: note: Null pointer dereference
src-tarball/UI/DesignWnd.cpp:4283:9: warning: Either the condition '!part' is redundant or there is possible null pointer dereference: part. [nullPointerRedundantCheck]
src-tarball/UI/DesignWnd.cpp:4279:9: note: Assuming that condition '!part' is not redundant
src-tarball/UI/DesignWnd.cpp:4283:9: note: Null pointer dereference
src-tarball/UI/DesignWnd.cpp:4486:5: style: Variable 'edit_right' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
src-tarball/UI/DesignWnd.cpp:4475:0: note: Variable 'edit_right' is reassigned a value before the old one has been used if variable is no semaphore variable.
src-tarball/UI/DesignWnd.cpp:4486:5: note: Variable 'edit_right' is reassigned a value before the old one has been used if variable is no semaphore variable.
src-tarball/UI/DesignWnd.cpp:3063:47: style: The scope of the variable 'design_id' can be reduced. [variableScope]
src-tarball/UI/DesignWnd.cpp:734:74: style: Function 'InsertHullBefore' argument 1 names different: declaration 'id' definition 'hull'. [funcArgNamesDifferent]
src-tarball/UI/DesignWnd.cpp:201:50: note: Function 'InsertHullBefore' argument 1 names different: declaration 'id' definition 'hull'.
src-tarball/UI/DesignWnd.cpp:734:74: note: Function 'InsertHullBefore' argument 1 names different: declaration 'id' definition 'hull'.
src-tarball/UI/DesignWnd.cpp:734:99: style: Function 'InsertHullBefore' argument 2 names different: declaration 'next_id' definition 'next_hull'. [funcArgNamesDifferent]
src-tarball/UI/DesignWnd.cpp:201:73: note: Function 'InsertHullBefore' argument 2 names different: declaration 'next_id' definition 'next_hull'.
src-tarball/UI/DesignWnd.cpp:734:99: note: Function 'InsertHullBefore' argument 2 names different: declaration 'next_id' definition 'next_hull'.
src-tarball/UI/DesignWnd.cpp:837:73: style: Function 'SetHullObsolete' argument 1 names different: declaration 'hull' definition 'name'. [funcArgNamesDifferent]
src-tarball/UI/DesignWnd.cpp:221:49: note: Function 'SetHullObsolete' argument 1 names different: declaration 'hull' definition 'name'.
src-tarball/UI/DesignWnd.cpp:837:73: note: Function 'SetHullObsolete' argument 1 names different: declaration 'hull' definition 'name'.
src-tarball/UI/DesignWnd.cpp:848:73: style: Function 'SetPartObsolete' argument 1 names different: declaration 'part' definition 'name'. [funcArgNamesDifferent]
src-tarball/UI/DesignWnd.cpp:223:49: note: Function 'SetPartObsolete' argument 1 names different: declaration 'part' definition 'name'.
src-tarball/UI/DesignWnd.cpp:848:73: note: Function 'SetPartObsolete' argument 1 names different: declaration 'part' definition 'name'.
src-tarball/UI/DesignWnd.cpp:1043:71: style: Function 'DisplayedHullAvailability' argument 1 names different: declaration 'name' definition 'id'. [funcArgNamesDifferent]
src-tarball/UI/DesignWnd.cpp:977:93: note: Function 'DisplayedHullAvailability' argument 1 names different: declaration 'name' definition 'id'.
src-tarball/UI/DesignWnd.cpp:1043:71: note: Function 'DisplayedHullAvailability' argument 1 names different: declaration 'name' definition 'id'.
src-tarball/UI/DesignWnd.cpp:1055:71: style: Function 'DisplayedPartAvailability' argument 1 names different: declaration 'name' definition 'id'. [funcArgNamesDifferent]
src-tarball/UI/DesignWnd.cpp:981:93: note: Function 'DisplayedPartAvailability' argument 1 names different: declaration 'name' definition 'id'.
src-tarball/UI/DesignWnd.cpp:1055:71: note: Function 'DisplayedPartAvailability' argument 1 names different: declaration 'name' definition 'id'.
src-tarball/UI/DesignWnd.cpp:4249:21: style: Unused variable: already_seen_hangar_name [unusedVariable]
src-tarball/UI/DesignWnd.cpp:272:14: style: Technically the member function '::SavedDesignsManager::StartParsingDesignsFromFileSystem' can be const. [functionConst]
src-tarball/UI/DesignWnd.cpp:446:31: note: Technically the member function '::SavedDesignsManager::StartParsingDesignsFromFileSystem' can be const.
src-tarball/UI/DesignWnd.cpp:272:14: note: Technically the member function '::SavedDesignsManager::StartParsingDesignsFromFileSystem' can be const.
src-tarball/UI/DesignWnd.cpp:277:14: style: Technically the member function '::SavedDesignsManager::SaveManifest' can be const. [functionConst]
src-tarball/UI/DesignWnd.cpp:536:31: note: Technically the member function '::SavedDesignsManager::SaveManifest' can be const.
src-tarball/UI/DesignWnd.cpp:277:14: note: Technically the member function '::SavedDesignsManager::SaveManifest' can be const.
src-tarball/UI/DesignWnd.cpp:286:14: style: Technically the member function '::SavedDesignsManager::SaveDesign' can be const. [functionConst]
src-tarball/UI/DesignWnd.cpp:631:31: note: Technically the member function '::SavedDesignsManager::SaveDesign' can be const.
src-tarball/UI/DesignWnd.cpp:286:14: note: Technically the member function '::SavedDesignsManager::SaveDesign' can be const.
src-tarball/UI/DesignWnd.cpp:1197:5: style: Class 'PartControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/DesignWnd.cpp:1298:5: style: Class 'PartsListBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/DesignWnd.cpp:1755:5: style: Class 'PartPalette' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/DesignWnd.cpp:3293:5: style: Class 'BaseSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/DesignWnd.cpp:3832:5: style: Class 'MainPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/QueueListBox.h:47:58: performance: Function parameter 'prompt' should be passed by const reference. [passedByValue]
src-tarball/UI/EncyclopediaDetailPanel.cpp:2725:34: style: Condition 'it->first<=0' is always true [knownConditionTrueFalse]
src-tarball/universe/Predicates.h:59:5: style: Struct 'StationaryFleetVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Predicates.h:73:5: style: Struct 'OrderedMovingFleetVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Predicates.h:86:5: style: Struct 'MovingFleetVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Predicates.h:99:5: style: Struct 'OwnedVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/EncyclopediaDetailPanel.cpp:672:0: error: Memory leak: factory [memleak]
src-tarball/UI/FieldIcon.h:17:5: style: Class 'FieldIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/FleetButton.cpp:70:14: warning: Member variable 'FleetButton::m_selected' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/FleetButton.cpp:70:14: warning: Member variable 'FleetButton::m_fleet_blockaded' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/FleetWnd.cpp:440:17: style: Condition '!retval' is always true [knownConditionTrueFalse]
src-tarball/UI/FleetWnd.cpp:435:40: note: Assignment 'retval=nullptr', assigned value is 0
src-tarball/UI/FleetWnd.cpp:440:17: note: Condition '!retval' is always true
src-tarball/UI/FleetWnd.cpp:455:17: style: Condition '!retval' is always true [knownConditionTrueFalse]
src-tarball/UI/FleetWnd.cpp:450:40: note: Assignment 'retval=nullptr', assigned value is 0
src-tarball/UI/FleetWnd.cpp:455:17: note: Condition '!retval' is always true
src-tarball/UI/FleetWnd.cpp:2624:5: style: Variable 'ul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
src-tarball/UI/FleetWnd.cpp:2621:0: note: Variable 'ul' is reassigned a value before the old one has been used if variable is no semaphore variable.
src-tarball/UI/FleetWnd.cpp:2624:5: note: Variable 'ul' is reassigned a value before the old one has been used if variable is no semaphore variable.
src-tarball/UI/FleetWnd.cpp:2625:5: style: Variable 'lr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
src-tarball/UI/FleetWnd.cpp:2622:0: note: Variable 'lr' is reassigned a value before the old one has been used if variable is no semaphore variable.
src-tarball/UI/FleetWnd.cpp:2625:5: note: Variable 'lr' is reassigned a value before the old one has been used if variable is no semaphore variable.
src-tarball/UI/FleetWnd.cpp:3398:42: style: Function 'ContainsFleets' argument 1 names different: declaration 'fleet_ids' definition 'fleet_ids_'. [funcArgNamesDifferent]
src-tarball/UI/FleetWnd.h:116:55: note: Function 'ContainsFleets' argument 1 names different: declaration 'fleet_ids' definition 'fleet_ids_'.
src-tarball/UI/FleetWnd.cpp:3398:42: note: Function 'ContainsFleets' argument 1 names different: declaration 'fleet_ids' definition 'fleet_ids_'.
src-tarball/UI/FleetWnd.h:50:21: style: Technically the member function 'FleetUIManager::CullEmptyWnds' can be const. [functionConst]
src-tarball/UI/FleetWnd.cpp:511:22: note: Technically the member function 'FleetUIManager::CullEmptyWnds' can be const.
src-tarball/UI/FleetWnd.h:50:21: note: Technically the member function 'FleetUIManager::CullEmptyWnds' can be const.
src-tarball/UI/FleetWnd.h:53:21: style: Technically the member function 'FleetUIManager::RefreshAll' can be const. [functionConst]
src-tarball/UI/FleetWnd.cpp:561:22: note: Technically the member function 'FleetUIManager::RefreshAll' can be const.
src-tarball/UI/FleetWnd.h:53:21: note: Technically the member function 'FleetUIManager::RefreshAll' can be const.
src-tarball/UI/FleetWnd.cpp:1913:5: style: Class 'FleetsListBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Pathfinder.h:146:66: performance: Function parameter 'system_ids' should be passed by const reference. [passedByValue]
src-tarball/UI/GalaxySetupWnd.cpp:784:62: style: Function 'SetSeed' argument 2 names different: declaration 'inhibit_single' definition 'inhibit_signal'. [funcArgNamesDifferent]
src-tarball/UI/GalaxySetupWnd.h:101:48: note: Function 'SetSeed' argument 2 names different: declaration 'inhibit_single' definition 'inhibit_signal'.
src-tarball/UI/GalaxySetupWnd.cpp:784:62: note: Function 'SetSeed' argument 2 names different: declaration 'inhibit_single' definition 'inhibit_signal'.
src-tarball/util/OptionValidators.h:149:0: style: Struct 'DiscreteValidator < std :: string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/OptionValidators.h:153:0: style: Struct 'DiscreteValidator < std :: string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/OptionValidators.h:163:0: style: Struct 'DiscreteValidator < std :: string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/GraphControl.cpp:198:16: style: The scope of the variable 'curve_x' can be reduced. [variableScope]
src-tarball/UI/GraphControl.cpp:198:25: style: The scope of the variable 'curve_y' can be reduced. [variableScope]
src-tarball/UI/GraphControl.cpp:199:15: style: The scope of the variable 'screen_x' can be reduced. [variableScope]
src-tarball/UI/GraphControl.cpp:199:25: style: The scope of the variable 'screen_y' can be reduced. [variableScope]
src-tarball/UI/Hotkeys.cpp:105:16: style: The scope of the variable 'found' can be reduced. [variableScope]
src-tarball/UI/Hotkeys.cpp:106:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
src-tarball/UI/Hotkeys.cpp:284:40: style: Function 'ResetHotkey' argument 1 names different: declaration 'hotkey' definition 'old_hotkey'. [funcArgNamesDifferent]
src-tarball/UI/Hotkeys.h:74:43: note: Function 'ResetHotkey' argument 1 names different: declaration 'hotkey' definition 'old_hotkey'.
src-tarball/UI/Hotkeys.cpp:284:40: note: Function 'ResetHotkey' argument 1 names different: declaration 'hotkey' definition 'old_hotkey'.
src-tarball/UI/Hotkeys.cpp:291:40: style: Function 'ClearHotkey' argument 1 names different: declaration 'hotkey' definition 'old_hotkey'. [funcArgNamesDifferent]
src-tarball/UI/Hotkeys.h:77:43: note: Function 'ClearHotkey' argument 1 names different: declaration 'hotkey' definition 'old_hotkey'.
src-tarball/UI/Hotkeys.cpp:291:40: note: Function 'ClearHotkey' argument 1 names different: declaration 'hotkey' definition 'old_hotkey'.
src-tarball/UI/OptionsWnd.h:20:5: style: Class 'OptionsWnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/IntroScreen.cpp:93:5: performance: Variable 'm_font' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/LinkText.h:80:17: style: Technically the member function 'TextLinker::Render_' can be const. [functionConst]
src-tarball/UI/LinkText.cpp:281:18: note: Technically the member function 'TextLinker::Render_' can be const.
src-tarball/UI/LinkText.h:80:17: note: Technically the member function 'TextLinker::Render_' can be const.
src-tarball/UI/LinkText.h:99:17: style: Technically the member function 'TextLinker::GetLinkUnderPt' can be const. [functionConst]
src-tarball/UI/LinkText.cpp:475:17: note: Technically the member function 'TextLinker::GetLinkUnderPt' can be const.
src-tarball/UI/LinkText.h:99:17: note: Technically the member function 'TextLinker::GetLinkUnderPt' can be const.
src-tarball/UI/MapWnd.cpp:99:0: error: syntax error [syntaxError]
src-tarball/UI/MeterBrowseWnd.cpp:46:29: style: Condition 'number<0' is always true [knownConditionTrueFalse]
src-tarball/UI/MeterBrowseWnd.cpp:569:13: performance: Variable 'm_label_control' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/ModeratorActionsWnd.h:15:5: style: Class 'ModeratorActionsWnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/ObjectListWnd.cpp:1067:5: performance: Variable 'm_condition_widget' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/ObjectListWnd.cpp:1775:9: performance: Variable 'm_panel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/UI/ObjectListWnd.h:15:5: style: Class 'ObjectListWnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/OptionsWnd.cpp:475:5: style: Variable 'current_page' is reassigned a value before the old one has been used. [redundantAssignment]
src-tarball/UI/OptionsWnd.cpp:470:0: note: Variable 'current_page' is reassigned a value before the old one has been used.
src-tarball/UI/OptionsWnd.cpp:475:5: note: Variable 'current_page' is reassigned a value before the old one has been used.
src-tarball/UI/OptionsWnd.cpp:195:9: warning: Member variable 'KeyPressCatcher::m_code_point' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/OptionsWnd.h:56:14: performance: Technically the member function 'OptionsWnd::SoundOptionsFeedback::MusicVolumeSlid' can be static. [functionStatic]
src-tarball/UI/OptionsWnd.cpp:1371:40: note: Technically the member function 'OptionsWnd::SoundOptionsFeedback::MusicVolumeSlid' can be static.
src-tarball/UI/OptionsWnd.h:56:14: note: Technically the member function 'OptionsWnd::SoundOptionsFeedback::MusicVolumeSlid' can be static.
src-tarball/UI/OptionsWnd.cpp:136:11: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/UI/OptionsWnd.cpp:148:11: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/UI/OptionsWnd.cpp:160:11: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/UI/OptionsWnd.cpp:172:11: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/UI/OptionsWnd.cpp:183:11: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/UI/ProductionWnd.cpp:407:63: style: Function 'QueueProductionItemPanel' argument 5 names different: declaration 'turn_cost' definition 'turn_spending'. [funcArgNamesDifferent]
src-tarball/UI/ProductionWnd.cpp:195:80: note: Function 'QueueProductionItemPanel' argument 5 names different: declaration 'turn_cost' definition 'turn_spending'.
src-tarball/UI/ProductionWnd.cpp:407:63: note: Function 'QueueProductionItemPanel' argument 5 names different: declaration 'turn_cost' definition 'turn_spending'.
src-tarball/UI/ProductionWnd.cpp:406:31: warning: Member variable 'QueueProductionItemPanel::m_order_issuing_enabled' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/QueueListBox.cpp:14:50: style: Function 'PromptRow' argument 2 names different: declaration 'prompt_str' definition 'prompt'. [funcArgNamesDifferent]
src-tarball/UI/QueueListBox.h:10:43: note: Function 'PromptRow' argument 2 names different: declaration 'prompt_str' definition 'prompt'.
src-tarball/UI/QueueListBox.cpp:14:50: note: Function 'PromptRow' argument 2 names different: declaration 'prompt_str' definition 'prompt'.
src-tarball/UI/QueueListBox.cpp:174:57: performance: Function parameter 'prompt' should be passed by const reference. [passedByValue]
src-tarball/UI/ResearchWnd.cpp:202:40: warning: Either the condition 'tech' is redundant or there is possible null pointer dereference: tech. [nullPointerRedundantCheck]
src-tarball/UI/ResearchWnd.cpp:152:13: note: Assuming that condition 'tech' is not redundant
src-tarball/UI/ResearchWnd.cpp:202:40: note: Null pointer dereference
src-tarball/UI/ResearchWnd.cpp:130:100: style: Function 'QueueTechPanel' argument 5 names different: declaration 'allocated_rp' definition 'turn_spending'. [funcArgNamesDifferent]
src-tarball/UI/ResearchWnd.cpp:41:88: note: Function 'QueueTechPanel' argument 5 names different: declaration 'allocated_rp' definition 'turn_spending'.
src-tarball/UI/ResearchWnd.cpp:130:100: note: Function 'QueueTechPanel' argument 5 names different: declaration 'allocated_rp' definition 'turn_spending'.
src-tarball/UI/SaveFileDialog.cpp:885:111: style: Function 'DoubleClickRow' argument 3 names different: declaration 'mod' definition 'modkeys'. [funcArgNamesDifferent]
src-tarball/UI/SaveFileDialog.h:54:99: note: Function 'DoubleClickRow' argument 3 names different: declaration 'mod' definition 'modkeys'.
src-tarball/UI/SaveFileDialog.cpp:885:111: note: Function 'DoubleClickRow' argument 3 names different: declaration 'mod' definition 'modkeys'.
src-tarball/UI/SaveFileDialog.cpp:896:72: style: Function 'SelectionChanged' argument 1 names different: declaration 'files' definition 'selections'. [funcArgNamesDifferent]
src-tarball/UI/SaveFileDialog.h:56:60: note: Function 'SelectionChanged' argument 1 names different: declaration 'files' definition 'selections'.
src-tarball/UI/SaveFileDialog.cpp:896:72: note: Function 'SelectionChanged' argument 1 names different: declaration 'files' definition 'selections'.
src-tarball/UI/SaveFileDialog.cpp:289:5: warning: Member variable 'SaveFileRow::m_initialized' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/SaveFileDialog.cpp:353:5: style: Class 'SaveFileHeaderRow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/SaveFileDialog.cpp:934:17: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
src-tarball/UI/SaveFileDialog.cpp:936:23: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
src-tarball/UI/SaveFileDialog.cpp:1008:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
src-tarball/UI/SaveFileDialog.cpp:1009:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
src-tarball/UI/ServerConnectWnd.cpp:74:19: warning: Member variable 'ServerConnectWnd::m_result' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/ServerConnectWnd.cpp:42:9: style: Class 'ClientTypeRow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/ShaderProgram.cpp:319:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
src-tarball/UI/ShaderProgram.cpp:312:0: note: Variable 'retval' is reassigned a value before the old one has been used.
src-tarball/UI/ShaderProgram.cpp:319:5: note: Variable 'retval' is reassigned a value before the old one has been used.
src-tarball/UI/ShaderProgram.h:66:25: performance: Technically the member function 'ShaderProgram::stopUse' can be static. [functionStatic]
src-tarball/UI/ShaderProgram.cpp:330:21: note: Technically the member function 'ShaderProgram::stopUse' can be static.
src-tarball/UI/ShaderProgram.h:66:25: note: Technically the member function 'ShaderProgram::stopUse' can be static.
src-tarball/UI/SidePanel.cpp:2701:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
src-tarball/UI/SidePanel.cpp:695:27: style: Unused variable: texture_filename [unusedVariable]
src-tarball/UI/SidePanel.cpp:3011:28: style: Variable 'previous_buffer_size' is assigned a value that is never used. [unreadVariable]
src-tarball/UI/SidePanel.cpp:85:13: warning: Member variable 'Atmosphere::alpha' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/SidePanel.cpp:66:9: style: Struct 'RotatingPlanetData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/SidePanel.cpp:99:9: style: Struct 'PlanetAtmosphereData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/SidePanel.cpp:86:13: style: Struct 'Atmosphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/SidePanel.cpp:785:5: style: Class 'SystemNameDropDownList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/SidePanel.cpp:2181:24: performance: Use const reference for 'orders' to avoid unnecessary data copying. [redundantCopyLocalConst]
src-tarball/UI/SitRepPanel.cpp:638:48: style: The scope of the variable 'all_templates' can be reduced. [variableScope]
src-tarball/UI/SitRepPanel.cpp:683:9: style: The scope of the variable 'start_turn' can be reduced. [variableScope]
src-tarball/UI/SitRepPanel.h:14:5: style: Class 'SitRepPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/UI/Sound.cpp:110:13: style: The scope of the variable 'endian' can be reduced. [variableScope]
src-tarball/UI/Sound.cpp:111:31: style: The scope of the variable 'bytes_new' can be reduced. [variableScope]
src-tarball/UI/Sound.cpp:511:9: style: The scope of the variable 'm_i' can be reduced. [variableScope]
src-tarball/UI/Sound.cpp:512:10: style: The scope of the variable 'found_buffer' can be reduced. [variableScope]
src-tarball/UI/Sound.cpp:513:10: style: The scope of the variable 'found_source' can be reduced. [variableScope]
src-tarball/UI/SystemIcon.cpp:591:38: style: Redundant condition: this_empire. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
src-tarball/UI/SystemIcon.cpp:533:36: style: Function 'RenderHalo' argument 1 names different: declaration 'scale_factor' definition 'halo_scale_factor'. [funcArgNamesDifferent]
src-tarball/UI/SystemIcon.h:91:39: note: Function 'RenderHalo' argument 1 names different: declaration 'scale_factor' definition 'halo_scale_factor'.
src-tarball/UI/SystemIcon.cpp:533:36: note: Function 'RenderHalo' argument 1 names different: declaration 'scale_factor' definition 'halo_scale_factor'.
src-tarball/UI/SystemIcon.cpp:246:13: warning: Member variable 'SystemIcon::m_overlay_size' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/SystemResourceSummaryBrowseWnd.cpp:91:33: warning: Member variable 'SystemResourceSummaryBrowseWnd::m_production' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/SystemResourceSummaryBrowseWnd.cpp:91:33: warning: Member variable 'SystemResourceSummaryBrowseWnd::m_allocation' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/TechTreeArcs.cpp:115:54: performance: Use const reference for 'edges' to avoid unnecessary data copying. [redundantCopyLocalConst]
src-tarball/UI/TechTreeLayout.cpp:484:28: style: The scope of the variable 's_dist' can be reduced. [variableScope]
src-tarball/UI/TechTreeLayout.cpp:484:36: style: The scope of the variable 'new_s_dist' can be reduced. [variableScope]
src-tarball/UI/TechTreeLayout.h:131:13: style: Technically the member function 'Node::CalculateFamilyDistance' can be const. [functionConst]
src-tarball/UI/TechTreeLayout.cpp:467:30: note: Technically the member function 'Node::CalculateFamilyDistance' can be const.
src-tarball/UI/TechTreeLayout.h:131:13: note: Technically the member function 'Node::CalculateFamilyDistance' can be const.
src-tarball/UI/TechTreeLayout.h:164:21: style: Technically the member function 'Column::Size' can be const. [functionConst]
src-tarball/UI/TechTreeLayout.cpp:89:38: note: Technically the member function 'Column::Size' can be const.
src-tarball/UI/TechTreeLayout.h:164:21: note: Technically the member function 'Column::Size' can be const.
src-tarball/UI/TechTreeWnd.cpp:1486:60: style: Function 'TreeDragBegin' argument 1 names different: declaration 'move' definition 'pt'. [funcArgNamesDifferent]
src-tarball/UI/TechTreeWnd.cpp:573:38: note: Function 'TreeDragBegin' argument 1 names different: declaration 'move' definition 'pt'.
src-tarball/UI/TechTreeWnd.cpp:1486:60: note: Function 'TreeDragBegin' argument 1 names different: declaration 'move' definition 'pt'.
src-tarball/UI/TechTreeWnd.cpp:1491:58: style: Function 'TreeDragEnd' argument 1 names different: declaration 'move' definition 'pt'. [funcArgNamesDifferent]
src-tarball/UI/TechTreeWnd.cpp:574:36: note: Function 'TreeDragEnd' argument 1 names different: declaration 'move' definition 'pt'.
src-tarball/UI/TechTreeWnd.cpp:1491:58: note: Function 'TreeDragEnd' argument 1 names different: declaration 'move' definition 'pt'.
src-tarball/UI/TechTreeWnd.cpp:264:32: warning: Member variable 'TechTreeControls::m_buttons_per_row' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/TechTreeWnd.cpp:1064:27: warning: Member variable 'LayoutPanel::m_scroll_position_x' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/TechTreeWnd.cpp:1064:27: warning: Member variable 'LayoutPanel::m_scroll_position_y' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/TechTreeWnd.cpp:1064:27: warning: Member variable 'LayoutPanel::m_drag_scroll_position_x' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/TechTreeWnd.cpp:1064:27: warning: Member variable 'LayoutPanel::m_drag_scroll_position_y' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/TechTreeWnd.cpp:1743:27: warning: Member variable 'TechListBox::m_previous_sort_col' is not initialized in the constructor. [uninitMemberVar]
src-tarball/UI/TechTreeWnd.cpp:219:5: style: Class 'TechTreeControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/AI/AIClientApp.h:32:25: performance: Technically the member function 'AIClientApp::ExitApp' can be static. [functionStatic]
src-tarball/client/AI/AIClientApp.cpp:119:19: note: Technically the member function 'AIClientApp::ExitApp' can be static.
src-tarball/client/AI/AIClientApp.h:32:25: note: Technically the member function 'AIClientApp::ExitApp' can be static.
src-tarball/python/CommonFramework.h:40:50: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
src-tarball/python/CommonFramework.h:41:49: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
src-tarball/AI/AIInterface.h:352:92: performance: Function parameter 'parts' should be passed by const reference. [passedByValue]
src-tarball/client/AI/AIClientApp.cpp:48:0: performance: Function parameter 'ROOT' should be passed by const reference. [passedByValue]
src-tarball/client/ClientApp.h:250:10: performance: Technically the member function 'ClientApp::VerifyCheckSum' can be static. [functionStatic]
src-tarball/client/ClientApp.cpp:168:17: note: Technically the member function 'ClientApp::VerifyCheckSum' can be static.
src-tarball/client/ClientApp.h:250:10: note: Technically the member function 'ClientApp::VerifyCheckSum' can be static.
src-tarball/client/ClientFSMEvents.h:17:5: style: Struct 'MessageEventBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/human/HumanClientApp.cpp:204:60: style: Function 'HumanClientApp' argument 3 names different: declaration 'calculate_FPS' definition 'calculate_fps'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientApp.h:30:48: note: Function 'HumanClientApp' argument 3 names different: declaration 'calculate_FPS' definition 'calculate_fps'.
src-tarball/client/human/HumanClientApp.cpp:204:60: note: Function 'HumanClientApp' argument 3 names different: declaration 'calculate_FPS' definition 'calculate_fps'.
src-tarball/client/human/HumanClientFSM.h:94:5: style: Struct 'HumanClientFSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/human/HumanClientFSM.h:117:5: style: Struct 'IntroMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/human/HumanClientFSM.h:230:5: style: Struct 'MPLobby' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/human/HumanClientFSM.h:268:5: style: Struct 'PlayingGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/human/HumanClientFSM.h:297:5: style: Struct 'WaitingForGameStart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/human/HumanClientFSM.h:318:5: style: Struct 'WaitingForTurnData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/human/HumanClientFSM.h:344:5: style: Struct 'PlayingTurn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/human/HumanClientFSM.h:371:5: style: Struct 'QuittingGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/client/human/HumanClientFSM.cpp:154:69: style: Function 'react' argument 1 names different: declaration 'msg' definition 'e'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:123:62: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:154:69: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:181:72: style: Function 'react' argument 1 names different: declaration 'a' definition 'msg'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:147:55: note: Function 'react' argument 1 names different: declaration 'a' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:181:72: note: Function 'react' argument 1 names different: declaration 'a' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:234:79: style: Function 'react' argument 1 names different: declaration 'msg' definition 'e'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:149:62: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:234:79: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:243:70: style: Function 'react' argument 1 names different: declaration 'msg' definition 'e'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:151:53: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:243:70: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:260:72: style: Function 'react' argument 1 names different: declaration 'a' definition 'msg'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:173:55: note: Function 'react' argument 1 names different: declaration 'a' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:260:72: note: Function 'react' argument 1 names different: declaration 'a' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:311:79: style: Function 'react' argument 1 names different: declaration 'msg' definition 'e'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:175:62: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:311:79: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:320:70: style: Function 'react' argument 1 names different: declaration 'msg' definition 'e'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:177:53: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:320:70: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:337:70: style: Function 'react' argument 1 names different: declaration 'a' definition 'msg'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:201:53: note: Function 'react' argument 1 names different: declaration 'a' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:337:70: note: Function 'react' argument 1 names different: declaration 'a' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:367:73: style: Function 'react' argument 1 names different: declaration 'a' definition 'msg'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:202:56: note: Function 'react' argument 1 names different: declaration 'a' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:367:73: note: Function 'react' argument 1 names different: declaration 'a' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:414:79: style: Function 'react' argument 1 names different: declaration 'msg' definition 'e'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:204:62: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:414:79: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:423:81: style: Function 'react' argument 1 names different: declaration 'msg' definition 'a'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:205:64: note: Function 'react' argument 1 names different: declaration 'msg' definition 'a'.
src-tarball/client/human/HumanClientFSM.cpp:423:81: note: Function 'react' argument 1 names different: declaration 'msg' definition 'a'.
src-tarball/client/human/HumanClientFSM.cpp:550:67: style: Function 'react' argument 1 names different: declaration 'msg' definition 'e'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:240:62: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:550:67: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:559:58: style: Function 'react' argument 1 names different: declaration 'msg' definition 'e'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:242:53: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:559:58: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:707:71: style: Function 'react' argument 1 names different: declaration 'msg' definition 'e'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:278:62: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:707:71: note: Function 'react' argument 1 names different: declaration 'msg' definition 'e'.
src-tarball/client/human/HumanClientFSM.cpp:844:80: style: Function 'react' argument 1 names different: declaration 'd' definition 'msg'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:321:64: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:844:80: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:852:77: style: Function 'react' argument 1 names different: declaration 'd' definition 'msg'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:322:61: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:852:77: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:951:73: style: Function 'react' argument 1 names different: declaration 'd' definition 'msg'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:347:64: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:951:73: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:959:70: style: Function 'react' argument 1 names different: declaration 'd' definition 'msg'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:348:61: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:959:70: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:1000:63: style: Function 'react' argument 1 names different: declaration 'd' definition 'msg'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:351:54: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:1000:63: note: Function 'react' argument 1 names different: declaration 'd' definition 'msg'.
src-tarball/client/human/HumanClientFSM.cpp:1058:39: style: Function 'QuittingGame' argument 1 names different: declaration 'ctx' definition 'c'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:371:29: note: Function 'QuittingGame' argument 1 names different: declaration 'ctx' definition 'c'.
src-tarball/client/human/HumanClientFSM.cpp:1058:39: note: Function 'QuittingGame' argument 1 names different: declaration 'ctx' definition 'c'.
src-tarball/client/human/HumanClientFSM.cpp:1072:72: style: Function 'react' argument 1 names different: declaration 'd' definition 'u'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:374:62: note: Function 'react' argument 1 names different: declaration 'd' definition 'u'.
src-tarball/client/human/HumanClientFSM.cpp:1072:72: note: Function 'react' argument 1 names different: declaration 'd' definition 'u'.
src-tarball/client/human/HumanClientFSM.cpp:1082:69: style: Function 'react' argument 1 names different: declaration 'msg' definition 'u'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:375:59: note: Function 'react' argument 1 names different: declaration 'msg' definition 'u'.
src-tarball/client/human/HumanClientFSM.cpp:1082:69: note: Function 'react' argument 1 names different: declaration 'msg' definition 'u'.
src-tarball/client/human/HumanClientFSM.cpp:1114:72: style: Function 'react' argument 1 names different: declaration 'msg' definition 'u'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:376:62: note: Function 'react' argument 1 names different: declaration 'msg' definition 'u'.
src-tarball/client/human/HumanClientFSM.cpp:1114:72: note: Function 'react' argument 1 names different: declaration 'msg' definition 'u'.
src-tarball/client/human/HumanClientFSM.cpp:1136:68: style: Function 'react' argument 1 names different: declaration 'msg' definition 'd'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:377:58: note: Function 'react' argument 1 names different: declaration 'msg' definition 'd'.
src-tarball/client/human/HumanClientFSM.cpp:1136:68: note: Function 'react' argument 1 names different: declaration 'msg' definition 'd'.
src-tarball/client/human/HumanClientFSM.cpp:1151:70: style: Function 'react' argument 1 names different: declaration 'msg' definition 'u'. [funcArgNamesDifferent]
src-tarball/client/human/HumanClientFSM.h:378:60: note: Function 'react' argument 1 names different: declaration 'msg' definition 'u'.
src-tarball/client/human/HumanClientFSM.cpp:1151:70: note: Function 'react' argument 1 names different: declaration 'msg' definition 'u'.
src-tarball/client/human/chmain.cpp:111:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
src-tarball/combat/CombatEvents.cpp:131:36: style: Function 'BoutBeginEvent' argument 1 names different: declaration 'bout' definition 'bout_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:27:24: note: Function 'BoutBeginEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:131:36: note: Function 'BoutBeginEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:172:26: style: Function 'BoutEvent' argument 1 names different: declaration 'bout' definition '_bout'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:51:19: note: Function 'BoutEvent' argument 1 names different: declaration 'bout' definition '_bout'.
src-tarball/combat/CombatEvents.cpp:172:26: note: Function 'BoutEvent' argument 1 names different: declaration 'bout' definition '_bout'.
src-tarball/combat/CombatEvents.cpp:425:44: style: Function 'StealthChangeEvent' argument 1 names different: declaration 'bout' definition 'bout_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:160:28: note: Function 'StealthChangeEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:425:44: note: Function 'StealthChangeEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:598:9: style: Function 'WeaponFireEvent' argument 1 names different: declaration 'bout' definition 'bout_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:224:25: note: Function 'WeaponFireEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:598:9: note: Function 'WeaponFireEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:598:20: style: Function 'WeaponFireEvent' argument 2 names different: declaration 'round' definition 'round_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:224:35: note: Function 'WeaponFireEvent' argument 2 names different: declaration 'round' definition 'round_'.
src-tarball/combat/CombatEvents.cpp:598:20: note: Function 'WeaponFireEvent' argument 2 names different: declaration 'round' definition 'round_'.
src-tarball/combat/CombatEvents.cpp:598:32: style: Function 'WeaponFireEvent' argument 3 names different: declaration 'attacker_id' definition 'attacker_id_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:224:46: note: Function 'WeaponFireEvent' argument 3 names different: declaration 'attacker_id' definition 'attacker_id_'.
src-tarball/combat/CombatEvents.cpp:598:32: note: Function 'WeaponFireEvent' argument 3 names different: declaration 'attacker_id' definition 'attacker_id_'.
src-tarball/combat/CombatEvents.cpp:598:50: style: Function 'WeaponFireEvent' argument 4 names different: declaration 'target_id' definition 'target_id_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:224:63: note: Function 'WeaponFireEvent' argument 4 names different: declaration 'target_id' definition 'target_id_'.
src-tarball/combat/CombatEvents.cpp:598:50: note: Function 'WeaponFireEvent' argument 4 names different: declaration 'target_id' definition 'target_id_'.
src-tarball/combat/CombatEvents.cpp:598:81: style: Function 'WeaponFireEvent' argument 5 names different: declaration 'weapon_name' definition 'weapon_name_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:224:93: note: Function 'WeaponFireEvent' argument 5 names different: declaration 'weapon_name' definition 'weapon_name_'.
src-tarball/combat/CombatEvents.cpp:598:81: note: Function 'WeaponFireEvent' argument 5 names different: declaration 'weapon_name' definition 'weapon_name_'.
src-tarball/combat/CombatEvents.cpp:782:62: style: Function 'FightersAttackFightersEvent' argument 1 names different: declaration 'bout' definition 'bout_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:290:37: note: Function 'FightersAttackFightersEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:782:62: note: Function 'FightersAttackFightersEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:952:52: style: Function 'FightersDestroyedEvent' argument 1 names different: declaration 'bout' definition 'bout_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:344:32: note: Function 'FightersDestroyedEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:952:52: note: Function 'FightersDestroyedEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:1058:48: style: Function 'WeaponsPlatformEvent' argument 1 names different: declaration 'bout' definition 'bout_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:374:30: note: Function 'WeaponsPlatformEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:1058:48: note: Function 'WeaponsPlatformEvent' argument 1 names different: declaration 'bout' definition 'bout_'.
src-tarball/combat/CombatEvents.cpp:1058:59: style: Function 'WeaponsPlatformEvent' argument 2 names different: declaration 'attacker_id' definition 'attacker_id_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:374:40: note: Function 'WeaponsPlatformEvent' argument 2 names different: declaration 'attacker_id' definition 'attacker_id_'.
src-tarball/combat/CombatEvents.cpp:1058:59: note: Function 'WeaponsPlatformEvent' argument 2 names different: declaration 'attacker_id' definition 'attacker_id_'.
src-tarball/combat/CombatEvents.cpp:1066:9: style: Function 'AddEvent' argument 1 names different: declaration 'round' definition 'round_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:379:23: note: Function 'AddEvent' argument 1 names different: declaration 'round' definition 'round_'.
src-tarball/combat/CombatEvents.cpp:1066:9: note: Function 'AddEvent' argument 1 names different: declaration 'round' definition 'round_'.
src-tarball/combat/CombatEvents.cpp:1066:21: style: Function 'AddEvent' argument 2 names different: declaration 'target_id' definition 'target_id_'. [funcArgNamesDifferent]
src-tarball/combat/CombatEvents.h:379:34: note: Function 'AddEvent' argument 2 names different: declaration 'target_id' definition 'target_id_'.
src-tarball/combat/CombatEvents.cpp:1066:21: note: Function 'AddEvent' argument 2 names different: declaration 'target_id' definition 'target_id_'.
src-tarball/combat/CombatEvents.cpp:585:18: warning: Member variable 'WeaponFireEvent::target_owner_id' is not initialized in the constructor. [uninitMemberVar]
src-tarball/combat/CombatEvents.h:27:5: style: Struct 'BoutBeginEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/combat/CombatEvents.h:51:5: style: Struct 'BoutEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/combat/CombatEvents.h:137:5: style: Struct 'InitialStealthEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/combat/CombatEvents.h:160:5: style: Struct 'StealthChangeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/combat/CombatEvents.h:290:5: style: Struct 'FightersAttackFightersEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/combat/CombatEvents.h:344:5: style: Struct 'FightersDestroyedEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/combat/CombatLogManager.cpp:86:5: performance: Variable 'object_ids' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/combat/CombatSystem.cpp:98:35: warning: Identical condition 'empire_id==ALL_EMPIRES', second condition is always false [identicalConditionAfterEarlyExit]
src-tarball/combat/CombatSystem.cpp:94:27: note: first condition
src-tarball/combat/CombatSystem.cpp:98:35: note: second condition
src-tarball/combat/CombatSystem.cpp:303:15: style: The scope of the variable 'damaged_object_ids' can be reduced. [variableScope]
src-tarball/combat/CombatSystem.cpp:343:24: style: The scope of the variable 'damaged_object_ids' can be reduced. [variableScope]
src-tarball/combat/CombatSystem.cpp:441:24: style: The scope of the variable 'damaged_object_ids' can be reduced. [variableScope]
src-tarball/combat/CombatSystem.cpp:501:24: style: The scope of the variable 'damaged_object_ids' can be reduced. [variableScope]
src-tarball/combat/CombatSystem.cpp:814:9: style: Struct 'AutoresolveInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/network/ClientNetworking.cpp:419:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
src-tarball/network/ClientNetworking.cpp:415:0: note: Variable 'retval' is reassigned a value before the old one has been used.
src-tarball/network/ClientNetworking.cpp:419:9: note: Variable 'retval' is reassigned a value before the old one has been used.
src-tarball/network/ClientNetworking.cpp:571:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/network/MessageQueue.h:19:5: style: Class 'MessageQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/network/ClientNetworking.cpp:45:9: style: Class 'ServerDiscoverer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/network/Message.cpp:64:30: style: Function 'Message' argument 1 names different: declaration 'message_type' definition 'type'. [funcArgNamesDifferent]
src-tarball/network/Message.h:136:25: note: Function 'Message' argument 1 names different: declaration 'message_type' definition 'type'.
src-tarball/network/Message.cpp:64:30: note: Function 'Message' argument 1 names different: declaration 'message_type' definition 'type'.
src-tarball/network/Message.cpp:531:66: style: Function 'ModeratorActionMessage' argument 1 names different: declaration 'mod_action' definition 'action'. [funcArgNamesDifferent]
src-tarball/network/Message.h:302:80: note: Function 'ModeratorActionMessage' argument 1 names different: declaration 'mod_action' definition 'action'.
src-tarball/network/Message.cpp:531:66: note: Function 'ModeratorActionMessage' argument 1 names different: declaration 'mod_action' definition 'action'.
src-tarball/network/Message.cpp:549:63: style: Function 'DispatchSavePreviewsMessage' argument 1 names different: declaration 'preview' definition 'previews'. [funcArgNamesDifferent]
src-tarball/network/Message.h:311:77: note: Function 'DispatchSavePreviewsMessage' argument 1 names different: declaration 'preview' definition 'previews'.
src-tarball/network/Message.cpp:549:63: note: Function 'DispatchSavePreviewsMessage' argument 1 names different: declaration 'preview' definition 'previews'.
src-tarball/network/Message.cpp:628:46: style: Function 'PlayerChatMessage' argument 1 names different: declaration 'text' definition 'data'. [funcArgNamesDifferent]
src-tarball/network/Message.h:341:60: note: Function 'PlayerChatMessage' argument 1 names different: declaration 'text' definition 'data'.
src-tarball/network/Message.cpp:628:46: note: Function 'PlayerChatMessage' argument 1 names different: declaration 'text' definition 'data'.
src-tarball/network/Message.cpp:640:52: style: Function 'ServerPlayerChatMessage' argument 3 names different: declaration 'text' definition 'data'. [funcArgNamesDifferent]
src-tarball/network/Message.h:347:66: note: Function 'ServerPlayerChatMessage' argument 3 names different: declaration 'text' definition 'data'.
src-tarball/network/Message.cpp:640:52: note: Function 'ServerPlayerChatMessage' argument 3 names different: declaration 'text' definition 'data'.
src-tarball/network/Message.cpp:1122:89: style: Function 'ExtractModeratorActionMessageData' argument 2 names different: declaration 'action' definition 'mod_action'. [funcArgNamesDifferent]
src-tarball/network/Message.h:425:103: note: Function 'ExtractModeratorActionMessageData' argument 2 names different: declaration 'action' definition 'mod_action'.
src-tarball/network/Message.cpp:1122:89: note: Function 'ExtractModeratorActionMessageData' argument 2 names different: declaration 'action' definition 'mod_action'.
src-tarball/network/Message.cpp:722:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:736:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:757:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:772:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:791:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:894:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:917:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:934:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:948:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:996:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1029:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1058:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1072:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1087:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1102:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1118:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1147:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1163:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1180:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1195:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1208:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1223:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1249:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1267:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1282:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/Message.cpp:1297:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/network/ServerNetworking.cpp:44:14: style: Technically the member function '::PlayerID::operator()' can be const. [functionConst]
src-tarball/network/ServerNetworking.cpp:437:9: style: Class 'ServerNetworking' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
src-tarball/network/ServerNetworking.cpp:437:9: style: Class 'ServerNetworking' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
src-tarball/network/ServerNetworking.cpp:26:5: style: Class 'DiscoveryServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/network/ServerNetworking.cpp:40:9: style: Struct 'PlayerID' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ArithmeticRules.cpp:49:0: style: Same expression on both sides of '>'. [duplicateExpression]
src-tarball/parse/ParseImpl.h:88:13: performance: Variable 'start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ParseImpl.h:103:0: performance: Variable 'start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/MovableEnvelope.h:259:65: style: Technically the member function 'parse::detail::deconstruct_movable_simple_version_that_works_gcc7p2p1_and_clang4p0p1::operator()' can be const. [functionConst]
src-tarball/parse/ParseImpl.h:84:9: style: Struct 'single_or_bracketed_repeat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:115:9: style: Struct 'double_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:120:9: style: Struct 'int_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:154:9: style: Struct 'color_parser_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:16:9: style: Struct 'empire_affiliation_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:21:9: style: Struct 'unlockable_item_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:26:9: style: Struct 'ship_slot_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:31:9: style: Struct 'ship_part_class_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:36:9: style: Struct 'capture_result_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:41:9: style: Struct 'statistic_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:46:9: style: Struct 'non_ship_part_meter_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:51:9: style: Struct 'ship_part_meter_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:56:9: style: Struct 'set_non_ship_part_meter_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EnumParser.h:61:9: style: Struct 'set_ship_part_meter_enum_grammar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:83:9: style: Class 'MovableEnvelope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ValueRefParser.h:114:9: style: Struct 'simple_int_parser_rules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ValueRefParser.h:118:9: style: Struct 'simple_double_parser_rules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:101:0: style: Struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:88:0: performance: Variable 'start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/BuildingsParser.cpp:115:37: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/BuildingsParser.cpp:115:37: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >::start'
src-tarball/parse/MovableEnvelope.h:83:0: style: Class 'parse :: detail :: MovableEnvelope < CommonParams >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:107:0: style: Class 'parse :: detail :: MovableEnvelope < CommonParams >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:115:0: style: Class 'parse :: detail :: MovableEnvelope < CommonParams >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:83:0: style: Class 'parse :: detail :: MovableEnvelope < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/CommonParamsParser.cpp:72:9: performance: Variable 'producible' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < value_ref_grammar < std :: string > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < value_ref_rule < PlanetType > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < value_ref_rule < PlanetSize > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < value_ref_rule < PlanetEnvironment > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < value_ref_rule < StarType > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ConditionParser1.cpp:44:9: performance: Variable 'all' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ConditionParser5.cpp:30:9: performance: Variable 'has_special' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ConditionParser7.cpp:46:9: performance: Variable 'ordered_bombarded_by' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/DoubleComplexValueRefParser.cpp:38:9: performance: Variable 'name_property_rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/DoubleValueRefParser.cpp:99:5: performance: Variable 'int_constant_cast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/MovableEnvelope.h:83:0: style: Class 'parse :: detail :: MovableEnvelope < Effect :: EffectsGroup >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:107:0: style: Class 'parse :: detail :: MovableEnvelope < Effect :: EffectsGroup >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:115:0: style: Class 'parse :: detail :: MovableEnvelope < Effect :: EffectsGroup >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:83:0: style: Class 'parse :: detail :: MovableEnvelope < Condition :: ConditionBase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:107:0: style: Class 'parse :: detail :: MovableEnvelope < Condition :: ConditionBase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:115:0: style: Class 'parse :: detail :: MovableEnvelope < Condition :: ConditionBase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < effect_parser_grammar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:83:0: style: Class 'parse :: detail :: MovableEnvelope < ValueRef :: ValueRefBase < std :: string > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:107:0: style: Class 'parse :: detail :: MovableEnvelope < ValueRef :: ValueRefBase < std :: string > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:115:0: style: Class 'parse :: detail :: MovableEnvelope < ValueRef :: ValueRefBase < std :: string > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:83:0: style: Class 'parse :: detail :: MovableEnvelope < ValueRef :: ValueRefBase < int > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:107:0: style: Class 'parse :: detail :: MovableEnvelope < ValueRef :: ValueRefBase < int > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:115:0: style: Class 'parse :: detail :: MovableEnvelope < ValueRef :: ValueRefBase < int > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/EffectParser1.cpp:22:27: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
src-tarball/parse/EffectParser1.cpp:44:27: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
src-tarball/parse/EffectParser3.cpp:35:9: performance: Variable 'move_to' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/EmpireStatsParser.cpp:91:21: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/EncyclopediaParser.cpp:81:25: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/EnumParser.cpp:18:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/EnumParser.cpp:32:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/EnumParser.cpp:44:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/EnumParser.cpp:54:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/EnumParser.cpp:78:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/EnumParser.cpp:88:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/EnumParser.cpp:107:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/EnumParser.cpp:150:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/EnumParser.cpp:161:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/EnumParser.cpp:204:9: performance: Variable 'rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/FieldsParser.cpp:111:29: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/FieldsParser.cpp:111:29: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >::start'
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/FleetPlansParser.cpp:82:20: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: vector < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/FleetPlansParser.cpp:82:20: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: vector < std :: string > >::start'
src-tarball/parse/ParseImpl.h:101:0: style: Struct 'parse :: detail :: single_or_repeated_string < std :: vector < std :: string > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/GameRulesParser.cpp:226:25: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/ItemsParser.cpp:55:20: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/KeymapParser.cpp:67:13: performance: Variable 'int_pair' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/KeymapParser.cpp:107:25: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/MonsterFleetPlansParser.cpp:121:44: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: vector < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/MonsterFleetPlansParser.cpp:121:44: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: vector < std :: string > >::start'
src-tarball/parse/Parse.cpp:225:96: style: Function 'ListScripts' argument 2 names different: declaration 'permissive' definition 'allow_permissive'. [funcArgNamesDifferent]
src-tarball/parse/Parse.h:75:111: note: Function 'ListScripts' argument 2 names different: declaration 'permissive' definition 'allow_permissive'.
src-tarball/parse/Parse.cpp:225:96: note: Function 'ListScripts' argument 2 names different: declaration 'permissive' definition 'allow_permissive'.
src-tarball/parse/Parse.cpp:374:9: performance: Variable 'double_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/Parse.cpp:401:9: performance: Variable 'int_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/Parse.cpp:470:9: performance: Variable 'channel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ReportParseError.cpp:31:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/ShipDesignsParser.cpp:166:20: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/ShipHullsParser.cpp:157:53: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/ShipHullsParser.cpp:157:53: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < slot_rule >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/ShipHullsParser.cpp:157:53: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < slot_rule >::start'
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < slot_rule >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/ShipPartsParser.cpp:140:44: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/ShipPartsParser.cpp:140:44: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < parse :: ship_slot_enum_grammar >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/ShipPartsParser.cpp:140:44: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < parse :: ship_slot_enum_grammar >::start'
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < parse :: ship_slot_enum_grammar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/SpecialsParser.cpp:147:45: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/SpecialsParser.cpp:147:45: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >::start'
src-tarball/parse/SpecialsParser.cpp:28:33: performance: Function parameter 'name_' should be passed by const reference. [passedByValue]
src-tarball/parse/SpecialsParser.cpp:29:33: performance: Function parameter 'description_' should be passed by const reference. [passedByValue]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/SpeciesParser.cpp:217:68: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/SpeciesParser.cpp:217:68: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < focus_type_rule >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/SpeciesParser.cpp:217:68: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < focus_type_rule >::start'
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < focus_type_rule >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/StringComplexValueRefParser.cpp:33:9: performance: Variable 'game_rule' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/TechsParser.cpp:129:13: performance: Variable 'researchable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src-tarball/parse/ParseImpl.h:111:0: warning: The struct 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/TechsParser.cpp:229:49: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:111:0: note: Derived variable 'parse :: detail :: single_or_repeated_string < std :: set < std :: string > >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/TechsParser.cpp:229:49: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < effects_parser_grammar >::start'
src-tarball/parse/ParseImpl.h:96:0: warning: The struct 'parse :: detail :: single_or_bracketed_repeat < parse :: detail :: item_spec_grammar >' defines member variable with name 'start' also defined in its parent struct 'grammar'. [duplInheritedMember]
src-tarball/parse/TechsParser.cpp:229:49: note: Parent variable 'grammar::start'
src-tarball/parse/ParseImpl.h:96:0: note: Derived variable 'parse :: detail :: single_or_bracketed_repeat < parse :: detail :: item_spec_grammar >::start'
src-tarball/parse/MovableEnvelope.h:83:0: style: Class 'parse :: detail :: MovableEnvelope < Tech :: TechInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:107:0: style: Class 'parse :: detail :: MovableEnvelope < Tech :: TechInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/MovableEnvelope.h:115:0: style: Class 'parse :: detail :: MovableEnvelope < Tech :: TechInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ParseImpl.h:84:0: style: Struct 'parse :: detail :: single_or_bracketed_repeat < parse :: detail :: item_spec_grammar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/parse/ValueRefParser.cpp:151:0: style: Same expression on both sides of '>'. [duplicateExpression]
src-tarball/python/AI/AIFramework.cpp:144:7: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/python/CommonFramework.h:35:18: performance: Technically the member function 'PythonBase::IsPythonRunning' can be static. [functionStatic]
src-tarball/python/CommonFramework.cpp:104:18: note: Technically the member function 'PythonBase::IsPythonRunning' can be static.
src-tarball/python/CommonFramework.h:35:18: note: Technically the member function 'PythonBase::IsPythonRunning' can be static.
src-tarball/python/CommonFramework.h:38:18: performance: Technically the member function 'PythonBase::Finalize' can be static. [functionStatic]
src-tarball/python/CommonFramework.cpp:126:18: note: Technically the member function 'PythonBase::Finalize' can be static.
src-tarball/python/CommonFramework.h:38:18: note: Technically the member function 'PythonBase::Finalize' can be static.
src-tarball/python/CommonFramework.cpp:161:9: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/python/CommonFramework.cpp:133:50: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
src-tarball/python/CommonFramework.cpp:140:49: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
src-tarball/python/LoggingWrapper.cpp:89:0: error: syntax error [syntaxError]
src-tarball/python/UniverseWrapper.cpp:107:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
src-tarball/python/UniverseWrapper.cpp:106:0: note: Variable 'retval' is reassigned a value before the old one has been used.
src-tarball/python/UniverseWrapper.cpp:107:9: note: Variable 'retval' is reassigned a value before the old one has been used.
src-tarball/python/server/ServerWrapper.cpp:463:26: style: Technically the member function '::FleetPlanWrapper::GetFleetPlan' can be const. [functionConst]
src-tarball/python/server/ServerWrapper.cpp:522:33: style: Technically the member function '::MonsterFleetPlanWrapper::GetMonsterFleetPlan' can be const. [functionConst]
src-tarball/server/ServerApp.h:64:5: style: Struct 'ServerSaveGameData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/python/server/ServerWrapper.cpp:438:9: style: Class 'FleetPlanWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/python/server/ServerWrapper.cpp:484:9: style: Class 'MonsterFleetPlanWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/python/server/ServerWrapper.cpp:250:47: performance: Function parameter 'special_name' should be passed by const reference. [passedByValue]
src-tarball/python/server/ServerWrapper.cpp:259:45: performance: Function parameter 'special_name' should be passed by const reference. [passedByValue]
src-tarball/python/server/ServerWrapper.cpp:268:45: performance: Function parameter 'special_name' should be passed by const reference. [passedByValue]
src-tarball/python/server/ServerWrapper.cpp:279:47: performance: Function parameter 'special_name' should be passed by const reference. [passedByValue]
src-tarball/python/server/ServerWrapper.cpp:601:54: performance: Function parameter 'special_name' should be passed by const reference. [passedByValue]
src-tarball/python/server/ServerWrapper.cpp:620:57: performance: Function parameter 'special_name' should be passed by const reference. [passedByValue]
src-tarball/util/base64_filter.h:437:17: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
src-tarball/util/base64_filter.h:205:25: performance: Technically the member function 'boost::iostreams::core_access::device_operations::read_blocks' can be static. [functionStatic]
src-tarball/util/base64_filter.h:212:25: performance: Technically the member function 'boost::iostreams::core_access::device_operations::write_blocks' can be static. [functionStatic]
src-tarball/util/base64_filter.h:642:10: performance: Technically the member function 'boost::iostreams::basic_base64_decoder::close_with_flush' can be static. [functionStatic]
src-tarball/server/SaveLoad.cpp:302:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/server/SaveLoad.cpp:528:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/server/SaveLoad.cpp:575:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
src-tarball/server/ServerApp.cpp:1701:42: style: Function 'DropPlayerEmpireLink' argument 1 names different: declaration 'planet_id' definition 'player_id'. [funcArgNamesDifferent]
src-tarball/server/ServerApp.h:234:35: note: Function 'DropPlayerEmpireLink' argument 1 names different: declaration 'planet_id' definition 'player_id'.
src-tarball/server/ServerApp.cpp:1701:42: note: Function 'DropPlayerEmpireLink' argument 1 names different: declaration 'planet_id' definition 'player_id'.
src-tarball/server/ServerApp.cpp:554:36: style: Unused variable: player_id_setup_data [unusedVariable]
src-tarball/server/ServerApp.h:173:13: style: Technically the member function 'ServerApp::AllOrdersReceived' can be const. [functionConst]
src-tarball/server/ServerApp.cpp:1779:17: note: Technically the member function 'ServerApp::AllOrdersReceived' can be const.
src-tarball/server/ServerApp.h:173:13: note: Technically the member function 'ServerApp::AllOrdersReceived' can be const.
src-tarball/server/ServerFSM.h:37:5: style: Struct 'Disconnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:128:5: style: Struct 'ServerFSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:158:5: style: Struct 'Idle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:187:5: style: Struct 'MPLobby' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:231:5: style: Struct 'WaitingForSPGameJoiners' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:265:5: style: Struct 'WaitingForMPGameJoiners' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:305:5: style: Struct 'PlayingGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:338:5: style: Struct 'WaitingForTurnEnd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:356:5: style: Struct 'WaitingForTurnEndIdle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:377:5: style: Struct 'WaitingForSaveData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:404:5: style: Struct 'ProcessingTurn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerFSM.h:424:5: style: Struct 'ShuttingDownServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/server/ServerApp.cpp:1408:7: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/server/ServerApp.cpp:1465:7: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/server/ServerApp.cpp:1563:7: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/server/ServerApp.cpp:1592:7: style: Exception should be caught by reference. [catchExceptionByValue]
src-tarball/server/ServerFSM.cpp:595:59: style: Condition 'player_connection->GetClientType()==Networking::CLIENT_TYPE_AI_PLAYER' is always true [knownConditionTrueFalse]
src-tarball/server/ServerFSM.cpp:1504:18: style: The scope of the variable 'player_num' can be reduced. [variableScope]
src-tarball/server/ServerFSM.cpp:2532:10: style: The scope of the variable 'save_state_string_available' can be reduced. [variableScope]
src-tarball/server/ServerFSM.cpp:490:46: style: Function 'react' argument 1 names different: declaration 'u' definition 'msg'. [funcArgNamesDifferent]
src-tarball/server/ServerFSM.h:163:44: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:490:46: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:1469:49: style: Function 'react' argument 1 names different: declaration 'u' definition 'msg'. [funcArgNamesDifferent]
src-tarball/server/ServerFSM.h:198:44: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:1469:49: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:1475:43: style: Function 'react' argument 1 names different: declaration 'u' definition 'msg'. [funcArgNamesDifferent]
src-tarball/server/ServerFSM.h:199:38: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:1475:43: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:1708:65: style: Function 'react' argument 1 names different: declaration 'u' definition 'msg'. [funcArgNamesDifferent]
src-tarball/server/ServerFSM.h:239:44: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:1708:65: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:1997:59: style: Function 'react' argument 1 names different: declaration 'u' definition 'msg'. [funcArgNamesDifferent]
src-tarball/server/ServerFSM.h:275:38: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:1997:59: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:2008:65: style: Function 'react' argument 1 names different: declaration 'u' definition 'msg'. [funcArgNamesDifferent]
src-tarball/server/ServerFSM.h:274:44: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:2008:65: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:2110:53: style: Function 'react' argument 1 names different: declaration 'u' definition 'msg'. [funcArgNamesDifferent]
src-tarball/server/ServerFSM.h:311:44: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:2110:53: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:2116:47: style: Function 'react' argument 1 names different: declaration 'u' definition 'msg'. [funcArgNamesDifferent]
src-tarball/server/ServerFSM.h:312:38: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/server/ServerFSM.cpp:2116:47: note: Function 'react' argument 1 names different: declaration 'u' definition 'msg'.
src-tarball/test/parse/TestEnumParser.cpp:50:10: performance: Technically the member function 'EnumParserFixture::parse_core' can be static. [functionStatic]
src-tarball/test/parse/TestEnumParser.cpp:71:28: performance: Function parameter 'phrase' should be passed by const reference. [passedByValue]
src-tarball/test/parse/TestEnumParser.cpp:77:38: performance: Function parameter 'phrase' should be passed by const reference. [passedByValue]
src-tarball/universe/Condition.cpp:1189:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/Condition.cpp:1199:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/Condition.cpp:1213:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/Condition.cpp:1222:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/Condition.cpp:8871:19: style: The scope of the variable 'val1' can be reduced. [variableScope]
src-tarball/universe/Condition.cpp:8871:31: style: The scope of the variable 'val3' can be reduced. [variableScope]
src-tarball/universe/Condition.cpp:8897:17: style: The scope of the variable 'val1' can be reduced. [variableScope]
src-tarball/universe/Condition.cpp:8897:29: style: The scope of the variable 'val3' can be reduced. [variableScope]
src-tarball/universe/Condition.cpp:5897:17: style: Unused variable: value_str [unusedVariable]
src-tarball/universe/Condition.cpp:1500:9: style: Struct 'HomeworldSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:1849:9: style: Struct 'TypeSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:2040:9: style: Struct 'BuildingSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:2505:9: style: Struct 'HasTagSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:2755:9: style: Struct 'ContainsSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:2958:9: style: Struct 'ContainedBySimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:3185:9: style: Struct 'InSystemSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:3347:9: style: Struct 'ObjectIDSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:3489:9: style: Struct 'PlanetTypeSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:3675:9: style: Struct 'PlanetSizeSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:4097:9: style: Struct 'SpeciesSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:4647:9: style: Struct 'FocusTypeSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:4836:9: style: Struct 'StarTypeSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:5493:9: style: Struct 'PredefinedShipDesignSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:5630:9: style: Struct 'NumberedShipDesignSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:5740:9: style: Struct 'ProducedByEmpireSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:5858:9: style: Struct 'ChanceSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:6675:9: style: Struct 'OwnerHasTechSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:6802:9: style: Struct 'OwnerHasBuildingTypeAvailableSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:6924:9: style: Struct 'OwnerHasShipDesignAvailableSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:7047:9: style: Struct 'OwnerHasShipPartAvailableSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:7163:9: style: Struct 'VisibleToEmpireSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:7759:9: style: Struct 'CanAddStarlaneConnectionSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:7978:9: style: Struct 'ExploredByEmpireSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:8199:9: style: Struct 'FleetSupplyableSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Condition.cpp:8630:9: style: Struct 'OrderedBombardedSimpleMatch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Fleet.cpp:731:74: style: Condition '!CanChangeDirectionEnRoute()' is always true [knownConditionTrueFalse]
src-tarball/universe/IDAllocator.cpp:87:66: style: Function 'IsIDValidAndUnused' argument 1 names different: declaration 'id' definition 'checked_id'. [funcArgNamesDifferent]
src-tarball/universe/IDAllocator.h:50:57: note: Function 'IsIDValidAndUnused' argument 1 names different: declaration 'id' definition 'checked_id'.
src-tarball/universe/IDAllocator.cpp:87:66: note: Function 'IsIDValidAndUnused' argument 1 names different: declaration 'id' definition 'checked_id'.
src-tarball/universe/IDAllocator.cpp:87:88: style: Function 'IsIDValidAndUnused' argument 2 names different: declaration 'empire_id' definition 'checked_empire_id'. [funcArgNamesDifferent]
src-tarball/universe/IDAllocator.h:50:71: note: Function 'IsIDValidAndUnused' argument 2 names different: declaration 'empire_id' definition 'checked_empire_id'.
src-tarball/universe/IDAllocator.cpp:87:88: note: Function 'IsIDValidAndUnused' argument 2 names different: declaration 'empire_id' definition 'checked_empire_id'.
src-tarball/universe/IDAllocator.cpp:140:54: style: Function 'UpdateIDAndCheckIfOwned' argument 1 names different: declaration 'id' definition 'checked_id'. [funcArgNamesDifferent]
src-tarball/universe/IDAllocator.h:61:45: note: Function 'UpdateIDAndCheckIfOwned' argument 1 names different: declaration 'id' definition 'checked_id'.
src-tarball/universe/IDAllocator.cpp:140:54: note: Function 'UpdateIDAndCheckIfOwned' argument 1 names different: declaration 'id' definition 'checked_id'.
src-tarball/universe/IDAllocator.cpp:18:37: performance: Function parameter 'invalid_id' should be passed by const reference. [passedByValue]
src-tarball/universe/IDAllocator.cpp:19:37: performance: Function parameter 'temp_id' should be passed by const reference. [passedByValue]
src-tarball/universe/IDAllocator.cpp:20:37: performance: Function parameter 'highest_pre_allocated_id' should be passed by const reference. [passedByValue]
src-tarball/universe/IDAllocator.cpp:87:66: performance: Function parameter 'checked_id' should be passed by const reference. [passedByValue]
src-tarball/universe/IDAllocator.cpp:140:54: performance: Function parameter 'checked_id' should be passed by const reference. [passedByValue]
src-tarball/universe/IDAllocator.cpp:159:59: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
src-tarball/universe/ObjectMap.h:219:37: style: Technically the member function 'ObjectMap::FindObjects' can be const. [functionConst]
src-tarball/universe/ObjectMap.cpp:109:57: note: Technically the member function 'ObjectMap::FindObjects' can be const.
src-tarball/universe/ObjectMap.h:219:37: note: Technically the member function 'ObjectMap::FindObjects' can be const.
src-tarball/universe/ObjectMap.h:222:37: style: Technically the member function 'ObjectMap::FindObjects' can be const. [functionConst]
src-tarball/universe/ObjectMap.cpp:119:57: note: Technically the member function 'ObjectMap::FindObjects' can be const.
src-tarball/universe/ObjectMap.h:222:37: note: Technically the member function 'ObjectMap::FindObjects' can be const.
src-tarball/universe/Pathfinder.cpp:765:39: style: Function 'LinearDistance' argument 1 names different: declaration 'object1_id' definition 'system1_id'. [funcArgNamesDifferent]
src-tarball/universe/Pathfinder.h:38:48: note: Function 'LinearDistance' argument 1 names different: declaration 'object1_id' definition 'system1_id'.
src-tarball/universe/Pathfinder.cpp:765:39: note: Function 'LinearDistance' argument 1 names different: declaration 'object1_id' definition 'system1_id'.
src-tarball/universe/Pathfinder.cpp:765:55: style: Function 'LinearDistance' argument 2 names different: declaration 'object2_id' definition 'system2_id'. [funcArgNamesDifferent]
src-tarball/universe/Pathfinder.h:38:64: note: Function 'LinearDistance' argument 2 names different: declaration 'object2_id' definition 'system2_id'.
src-tarball/universe/Pathfinder.cpp:765:55: note: Function 'LinearDistance' argument 2 names different: declaration 'object2_id' definition 'system2_id'.
src-tarball/universe/Pathfinder.cpp:769:55: style: Function 'LinearDistance' argument 1 names different: declaration 'object1_id' definition 'system1_id'. [funcArgNamesDifferent]
src-tarball/universe/Pathfinder.cpp:659:31: note: Function 'LinearDistance' argument 1 names different: declaration 'object1_id' definition 'system1_id'.
src-tarball/universe/Pathfinder.cpp:769:55: note: Function 'LinearDistance' argument 1 names different: declaration 'object1_id' definition 'system1_id'.
src-tarball/universe/Pathfinder.cpp:769:71: style: Function 'LinearDistance' argument 2 names different: declaration 'object2_id' definition 'system2_id'. [funcArgNamesDifferent]
src-tarball/universe/Pathfinder.cpp:659:47: note: Function 'LinearDistance' argument 2 names different: declaration 'object2_id' definition 'system2_id'.
src-tarball/universe/Pathfinder.cpp:769:71: note: Function 'LinearDistance' argument 2 names different: declaration 'object2_id' definition 'system2_id'.
src-tarball/universe/Pathfinder.cpp:49:0: warning: Member variable 'distance_matrix_storage < short >::m_mutex' is not initialized in the constructor. [uninitMemberVar]
src-tarball/universe/Pathfinder.cpp:265:14: performance: Technically the member function 'SystemPathing::BFSVisitorImpl::initialize_vertex' can be static. [functionStatic]
src-tarball/universe/Pathfinder.cpp:290:14: performance: Technically the member function 'SystemPathing::BFSVisitorImpl::examine_edge' can be static. [functionStatic]
src-tarball/universe/Pathfinder.cpp:291:14: performance: Technically the member function 'SystemPathing::BFSVisitorImpl::tree_edge' can be static. [functionStatic]
src-tarball/universe/Pathfinder.cpp:294:14: performance: Technically the member function 'SystemPathing::BFSVisitorImpl::non_tree_edge' can be static. [functionStatic]
src-tarball/universe/Pathfinder.cpp:295:14: performance: Technically the member function 'SystemPathing::BFSVisitorImpl::gray_target' can be static. [functionStatic]
src-tarball/universe/Pathfinder.cpp:296:14: performance: Technically the member function 'SystemPathing::BFSVisitorImpl::black_target' can be static. [functionStatic]
src-tarball/universe/Pathfinder.cpp:297:14: performance: Technically the member function 'SystemPathing::BFSVisitorImpl::finish_vertex' can be static. [functionStatic]
src-tarball/universe/Pathfinder.cpp:659:12: performance: Technically the member function 'PathfinderImpl::LinearDistance' can be static. [functionStatic]
src-tarball/universe/Pathfinder.cpp:769:36: note: Technically the member function 'PathfinderImpl::LinearDistance' can be static.
src-tarball/universe/Pathfinder.cpp:659:12: note: Technically the member function 'PathfinderImpl::LinearDistance' can be static.
src-tarball/universe/Pathfinder.cpp:670:10: performance: Technically the member function 'PathfinderImpl::SystemHasVisibleStarlanes' can be static. [functionStatic]
src-tarball/universe/Pathfinder.cpp:1141:34: note: Technically the member function 'PathfinderImpl::SystemHasVisibleStarlanes' can be static.
src-tarball/universe/Pathfinder.cpp:670:10: note: Technically the member function 'PathfinderImpl::SystemHasVisibleStarlanes' can be static.
src-tarball/universe/Pathfinder.cpp:54:0: style: Technically the member function 'distance_matrix_storage < short >::size' can be const. [functionConst]
src-tarball/universe/Pathfinder.cpp:226:9: style: Struct 'PathFindingShortCircuitingVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Pathfinder.cpp:91:0: style: Class 'distance_matrix_cache < distance_matrix_storage < short > , typename Storage :: value_type , typename Storage :: row_ref >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/Pathfinder.cpp:44:0: warning: The struct 'distance_matrix_storage < short >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
src-tarball/universe/Pathfinder.cpp:1374:63: performance: Function parameter 'system_ids' should be passed by const reference. [passedByValue]
src-tarball/universe/Pathfinder.cpp:1378:28: performance: Function parameter 'system_ids' should be passed by const reference. [passedByValue]
src-tarball/universe/ResourceCenter.cpp:30:17: warning: Member variable 'ResourceCenter::ResourceCenterChangedSignal' is not initialized in the constructor. [uninitMemberVar]
src-tarball/universe/ResourceCenter.h:22:1: warning: The class 'ResourceCenter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
src-tarball/universe/ShipDesign.cpp:491:16: style: The scope of the variable 'arbitrary_large_number' can be reduced. [variableScope]
src-tarball/universe/ShipDesign.cpp:1118:87: style: Function 'ValidDesign' argument 2 names different: declaration 'parts' definition 'parts_in'. [funcArgNamesDifferent]
src-tarball/universe/ShipDesign.h:580:86: note: Function 'ValidDesign' argument 2 names different: declaration 'parts' definition 'parts_in'.
src-tarball/universe/ShipDesign.cpp:1118:87: note: Function 'ValidDesign' argument 2 names different: declaration 'parts' definition 'parts_in'.
src-tarball/universe/ShipDesign.cpp:1124:51: style: Function 'MaybeInvalidDesign' argument 1 names different: declaration 'hull' definition 'hull_in'. [funcArgNamesDifferent]
src-tarball/universe/ShipDesign.h:587:47: note: Function 'MaybeInvalidDesign' argument 1 names different: declaration 'hull' definition 'hull_in'.
src-tarball/universe/ShipDesign.cpp:1124:51: note: Function 'MaybeInvalidDesign' argument 1 names different: declaration 'hull' definition 'hull_in'.
src-tarball/universe/ShipDesign.cpp:1125:58: style: Function 'MaybeInvalidDesign' argument 2 names different: declaration 'parts' definition 'parts_in'. [funcArgNamesDifferent]
src-tarball/universe/ShipDesign.h:587:79: note: Function 'MaybeInvalidDesign' argument 2 names different: declaration 'parts' definition 'parts_in'.
src-tarball/universe/ShipDesign.cpp:1125:58: note: Function 'MaybeInvalidDesign' argument 2 names different: declaration 'parts' definition 'parts_in'.
src-tarball/universe/ShipDesign.cpp:1649:57: style: Function 'LoadShipDesignsAndManifestOrderFromParseResults' argument 1 names different: declaration 'parsed' definition 'designs_paths_and_ordering'. [funcArgNamesDifferent]
src-tarball/universe/ShipDesign.h:784:101: note: Function 'LoadShipDesignsAndManifestOrderFromParseResults' argument 1 names different: declaration 'parsed' definition 'designs_paths_and_ordering'.
src-tarball/universe/ShipDesign.cpp:1649:57: note: Function 'LoadShipDesignsAndManifestOrderFromParseResults' argument 1 names different: declaration 'parsed' definition 'designs_paths_and_ordering'.
src-tarball/universe/ShipDesign.cpp:307:46: performance: Function parameter 'mountable_slot_types' should be passed by const reference. [passedByValue]
src-tarball/universe/Species.h:178:13: performance: Technically the member function 'Species::SetEmpireOpinions' can be static. [functionStatic]
src-tarball/universe/Species.cpp:333:15: note: Technically the member function 'Species::SetEmpireOpinions' can be static.
src-tarball/universe/Species.h:178:13: note: Technically the member function 'Species::SetEmpireOpinions' can be static.
src-tarball/universe/Species.h:179:13: performance: Technically the member function 'Species::SetEmpireOpinion' can be static. [functionStatic]
src-tarball/universe/Species.cpp:336:15: note: Technically the member function 'Species::SetEmpireOpinion' can be static.
src-tarball/universe/Species.h:179:13: note: Technically the member function 'Species::SetEmpireOpinion' can be static.
src-tarball/universe/Species.h:180:13: performance: Technically the member function 'Species::SetOtherSpeciesOpinions' can be static. [functionStatic]
src-tarball/universe/Species.cpp:339:15: note: Technically the member function 'Species::SetOtherSpeciesOpinions' can be static.
src-tarball/universe/Species.h:180:13: note: Technically the member function 'Species::SetOtherSpeciesOpinions' can be static.
src-tarball/universe/Species.h:181:13: performance: Technically the member function 'Species::SetOtherSpeciesOpinion' can be static. [functionStatic]
src-tarball/universe/Species.cpp:342:15: note: Technically the member function 'Species::SetOtherSpeciesOpinion' can be static.
src-tarball/universe/Species.h:181:13: note: Technically the member function 'Species::SetOtherSpeciesOpinion' can be static.
src-tarball/universe/Tech.cpp:101:17: warning: Member variable 'TechInfo::researchable' is not initialized in the constructor. [uninitMemberVar]
src-tarball/universe/Universe.cpp:1638:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/Universe.cpp:1643:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/Universe.cpp:2516:41: style: The scope of the variable 'vis_turn_map' can be reduced. [variableScope]
src-tarball/universe/Universe.cpp:2869:63: style: Function 'UpdateEmpireVisibilityFilteredSystemGraphs' argument 1 names different: declaration 'for_empire_id' definition 'empire_id'. [funcArgNamesDifferent]
src-tarball/universe/Universe.h:305:57: note: Function 'UpdateEmpireVisibilityFilteredSystemGraphs' argument 1 names different: declaration 'for_empire_id' definition 'empire_id'.
src-tarball/universe/Universe.cpp:2869:63: note: Function 'UpdateEmpireVisibilityFilteredSystemGraphs' argument 1 names different: declaration 'for_empire_id' definition 'empire_id'.
src-tarball/universe/Universe.cpp:2297:51: style: Unused variable: moving_fleets [unusedVariable]
src-tarball/universe/Universe.h:208:10: style: Technically the member function 'Universe::ResetAllObjectMeters' can be const. [functionConst]
src-tarball/universe/Universe.cpp:441:16: note: Technically the member function 'Universe::ResetAllObjectMeters' can be const.
src-tarball/universe/Universe.h:208:10: note: Technically the member function 'Universe::ResetAllObjectMeters' can be const.
src-tarball/universe/Universe.h:317:10: performance: Technically the member function 'Universe::CountDestructionInStats' can be static. [functionStatic]
src-tarball/universe/Universe.cpp:1658:16: note: Technically the member function 'Universe::CountDestructionInStats' can be static.
src-tarball/universe/Universe.h:317:10: note: Technically the member function 'Universe::CountDestructionInStats' can be static.
src-tarball/universe/Universe.h:358:21: style: Technically the member function 'Universe::UniverseObjectSignalsInhibited' can be const. [functionConst]
src-tarball/universe/Universe.cpp:2879:23: note: Technically the member function 'Universe::UniverseObjectSignalsInhibited' can be const.
src-tarball/universe/Universe.h:358:21: note: Technically the member function 'Universe::UniverseObjectSignalsInhibited' can be const.
src-tarball/universe/Universe.h:474:10: performance: Technically the member function 'Universe::ResetObjectMeters' can be static. [functionStatic]
src-tarball/universe/Universe.cpp:450:16: note: Technically the member function 'Universe::ResetObjectMeters' can be static.
src-tarball/universe/Universe.h:474:10: note: Technically the member function 'Universe::ResetObjectMeters' can be static.
src-tarball/util/RunQueue.tcc:92:9: style: Class 'scoped_unlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/RunQueue.h:32:0: style: Class 'RunQueue < StoreTargetsAndCausesOfEffectsGroupsWorkItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/util/RunQueue.h:25:0: style: Struct 'ThreadQueue < StoreTargetsAndCausesOfEffectsGroupsWorkItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src-tarball/universe/IDAllocator.h:38:28: performance: Function parameter 'invalid_id' should be passed by const reference. [passedByValue]
src-tarball/universe/IDAllocator.h:39:28: performance: Function parameter 'temp_id' should be passed by const reference. [passedByValue]
src-tarball/universe/IDAllocator.h:40:28: performance: Function parameter 'highest_pre_allocated_id' should be passed by const reference. [passedByValue]
src-tarball/universe/IDAllocator.h:50:57: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
src-tarball/universe/IDAllocator.h:61:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
src-tarball/util/RunQueue.tcc:173:52: style: Same iterators expression are used for algorithm. [sameIteratorExpression]
src-tarball/universe/UniverseGenerator.cpp:330:13: style: The scope of the variable 'cur_sys_id' can be reduced. [variableScope]
src-tarball/universe/UniverseGenerator.cpp:332:13: style: The scope of the variable 'curDepth' can be reduced. [variableScope]
src-tarball/universe/UniverseGenerator.cpp:72:14: style: Technically the member function 'Delauney::DTTriangle::PointInCircumCircle' can be const. [functionConst]
src-tarball/universe/UniverseGenerator.cpp:131:22: note: Technically the member function 'Delauney::DTTriangle::PointInCircumCircle' can be const.
src-tarball/universe/UniverseGenerator.cpp:72:14: note: Technically the member function 'Delauney::DTTriangle::PointInCircumCircle' can be const.
src-tarball/universe/UniverseGenerator.cpp:73:33: style: Technically the member function 'Delauney::DTTriangle::Verts' can be const. [functionConst]
src-tarball/universe/UniverseObject.cpp:64:16: style: The scope of the variable 'this_meter' can be reduced. [variableScope]
src-tarball/universe/UniverseObject.cpp:33:50: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
src-tarball/universe/ValueRef.cpp:1160:15: style: Expression is always false because 'else if' condition matches previous condition at line 1154. [multiCondition]
src-tarball/universe/ValueRef.cpp:1602:50: style: Same expression on both sides of '||'. [duplicateExpression]
src-tarball/universe/ValueRef.cpp:1748:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:1752:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:1756:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:1960:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:1964:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:1968:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2522:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2526:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2530:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2534:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2790:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2795:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2800:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2937:48: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2945:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2967:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:2975:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3004:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3016:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3074:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3082:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3104:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3112:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3118:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3124:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3147:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/universe/ValueRef.cpp:3159:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/util/Directories.cpp:425:0: error: #error Neither FREEORION_LINUX, FREEORION_FREEBSD, FREEORION_OPENBSD nor FREEORION_WIN32 set [preprocessorErrorDirective]
src-tarball/util/GameRules.h:128:13: style: Technically the member function 'GameRules::ResetToDefaults' can be const. [functionConst]
src-tarball/util/GameRules.cpp:126:17: note: Technically the member function 'GameRules::ResetToDefaults' can be const.
src-tarball/util/GameRules.h:128:13: note: Technically the member function 'GameRules::ResetToDefaults' can be const.
src-tarball/util/Logger.cpp:82:41: style: Function 'to_LogLevel' argument 1 names different: declaration 'name' definition 'text'. [funcArgNamesDifferent]
src-tarball/util/Logger.h:154:55: note: Function 'to_LogLevel' argument 1 names different: declaration 'name' definition 'text'.
src-tarball/util/Logger.cpp:82:41: note: Function 'to_LogLevel' argument 1 names different: declaration 'name' definition 'text'.
src-tarball/util/Logger.cpp:334:72: style: Function 'InitLoggingSystem' argument 2 names different: declaration 'unnamed_logger_identifier' definition '_unnamed_logger_identifier'. [funcArgNamesDifferent]
src-tarball/util/Logger.h:191:86: note: Function 'InitLoggingSystem' argument 2 names different: declaration 'unnamed_logger_identifier' definition '_unnamed_logger_identifier'.
src-tarball/util/Logger.cpp:334:72: note: Function 'InitLoggingSystem' argument 2 names different: declaration 'unnamed_logger_identifier' definition '_unnamed_logger_identifier'.
src-tarball/util/Logger.cpp:213:14: style: Technically the member function '::LoggersToSinkFrontEnds::ConfigureFrontEnds' can be const. [functionConst]
src-tarball/util/LoggerWithOptionsDB.cpp:110:58: style: Function 'ChangeLoggerThresholdInOptionsDB' argument 1 names different: declaration 'option_name' definition 'full_option'. [funcArgNamesDifferent]
src-tarball/util/LoggerWithOptionsDB.h:56:72: note: Function 'ChangeLoggerThresholdInOptionsDB' argument 1 names different: declaration 'option_name' definition 'full_option'.
src-tarball/util/LoggerWithOptionsDB.cpp:110:58: note: Function 'ChangeLoggerThresholdInOptionsDB' argument 1 names different: declaration 'option_name' definition 'full_option'.
src-tarball/util/LoggerWithOptionsDB.cpp:182:90: style: Function 'SetLoggerThresholds' argument 1 names different: declaration 'full_option_name_and_level' definition 'fulloption_name_and_levels'. [funcArgNamesDifferent]
src-tarball/util/LoggerWithOptionsDB.h:70:104: note: Function 'SetLoggerThresholds' argument 1 names different: declaration 'full_option_name_and_level' definition 'fulloption_name_and_levels'.
src-tarball/util/LoggerWithOptionsDB.cpp:182:90: note: Function 'SetLoggerThresholds' argument 1 names different: declaration 'full_option_name_and_level' definition 'fulloption_name_and_levels'.
src-tarball/util/LoggerWithOptionsDB.cpp:134:27: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
src-tarball/util/ModeratorAction.cpp:25:35: warning: Member variable 'DestroyUniverseObject::m_object_id' is not initialized in the constructor. [uninitMemberVar]
src-tarball/util/ModeratorAction.cpp:44:22: warning: Member variable 'SetOwner::m_object_id' is not initialized in the constructor. [uninitMemberVar]
src-tarball/util/ModeratorAction.cpp:44:22: warning: Member variable 'SetOwner::m_new_owner_empire_id' is not initialized in the constructor. [uninitMemberVar]
src-tarball/util/OptionsDB.cpp:172:12: warning: Member variable 'OptionsDB::m_dirty' is not initialized in the constructor. [uninitMemberVarPrivate]
src-tarball/util/OptionsDB.cpp:73:20: warning: Member variable 'Option::short_name' is not initialized in the constructor. [uninitMemberVar]
src-tarball/util/OptionsDB.cpp:73:20: warning: Member variable 'Option::storable' is not initialized in the constructor. [uninitMemberVar]
src-tarball/util/OptionsDB.cpp:73:20: warning: Member variable 'Option::flag' is not initialized in the constructor. [uninitMemberVar]
src-tarball/util/OptionsDB.cpp:73:20: warning: Member variable 'Option::recognized' is not initialized in the constructor. [uninitMemberVar]
src-tarball/util/OptionsDB.cpp:571:24: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
src-tarball/util/OptionsDB.cpp:642:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
src-tarball/util/OptionsDB.cpp:698:20: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
src-tarball/util/Process.cpp:202:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src-tarball/util/SaveGamePreviewUtils.cpp:63:30: style: The scope of the variable 'save_preview_data' can be reduced. [variableScope]
src-tarball/util/SaveGamePreviewUtils.cpp:64:26: style: The scope of the variable 'galaxy_setup_data' can be reduced. [variableScope]
src-tarball/util/SaveGamePreviewUtils.cpp:235:43: style: Function 'LoadSaveGamePreviews' argument 1 names different: declaration 'path' definition 'orig_path'. [funcArgNamesDifferent]
src-tarball/util/SaveGamePreviewUtils.h:89:72: note: Function 'LoadSaveGamePreviews' argument 1 names different: declaration 'path' definition 'orig_path'.
src-tarball/util/SaveGamePreviewUtils.cpp:235:43: note: Function 'LoadSaveGamePreviews' argument 1 names different: declaration 'path' definition 'orig_path'.
src-tarball/util/SaveGamePreviewUtils.cpp:257:36: style: Variable 'filename' is assigned a value that is never used. [unreadVariable]
src-tarball/util/ScopedTimer.cpp:37:10: style: Technically the member function 'Impl::ShouldOutput' can be const. [functionConst]
src-tarball/util/ModeratorAction.h:38:10: performance: Technically the member function 'Moderator::ModeratorAction::serialize' can be static. [functionStatic]
src-tarball/util/SerializeModeratorAction.cpp:17:34: note: Technically the member function 'Moderator::ModeratorAction::serialize' can be static.
src-tarball/util/ModeratorAction.h:38:10: note: Technically the member function 'Moderator::ModeratorAction::serialize' can be static.
src-tarball/util/SitRepEntry.cpp:142:63: style: Function 'CreateCombatSitRep' argument 3 names different: declaration 'empire_id' definition 'enemy_id'. [funcArgNamesDifferent]
src-tarball/util/SitRepEntry.h:50:77: note: Function 'CreateCombatSitRep' argument 3 names different: declaration 'empire_id' definition 'enemy_id'.
src-tarball/util/SitRepEntry.cpp:142:63: note: Function 'CreateCombatSitRep' argument 3 names different: declaration 'empire_id' definition 'enemy_id'.
src-tarball/util/SitRepEntry.cpp:158:57: style: Function 'CreateGroundCombatSitRep' argument 2 names different: declaration 'empire_id' definition 'enemy_id'. [funcArgNamesDifferent]
src-tarball/util/SitRepEntry.h:51:71: note: Function 'CreateGroundCombatSitRep' argument 2 names different: declaration 'empire_id' definition 'enemy_id'.
src-tarball/util/SitRepEntry.cpp:158:57: note: Function 'CreateGroundCombatSitRep' argument 2 names different: declaration 'empire_id' definition 'enemy_id'.
src-tarball/util/SitRepEntry.cpp:20:69: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
src-tarball/util/SitRepEntry.cpp:510:44: performance: Function parameter 'label' should be passed by const reference. [passedByValue]
src-tarball/util/VarText.cpp:137:19: error: Reference to temporary returned. [returnTempReference]
src-tarball/util/XMLDoc.cpp:190:55: style: Function 'WriteDoc' argument 2 names different: declaration 'indent' definition 'whitespace'. [funcArgNamesDifferent]
src-tarball/util/XMLDoc.h:336:51: note: Function 'WriteDoc' argument 2 names different: declaration 'indent' definition 'whitespace'.
src-tarball/util/XMLDoc.cpp:190:55: note: Function 'WriteDoc' argument 2 names different: declaration 'indent' definition 'whitespace'.
src-tarball/util/XMLDoc.cpp:350:12: error: Shifting 32-bit value by 61 bits is undefined behaviour [shiftTooManyBits]
[22:54]

ftp://ftp.se.debian.org/debian/pool/main/f/freepats/freepats_20060219.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freeplane/freeplane_1.6.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freeplayer/freeplayer_20070531+dfsg.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freepops/freepops_0.2.9.orig.tar.gz
freepops-0.2.9/buildfactory/osx/popup-fltk/fmessage.cpp:65:10: style: Variable 'used_w' is assigned a value that is never used. [unreadVariable]
freepops-0.2.9/buildfactory/win/freeservice.c:183:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freepops-0.2.9/buildfactory/win/freeservice.c:186:3: note: Found duplicate branches for 'if' and 'else'.
freepops-0.2.9/buildfactory/win/freeservice.c:183:3: note: Found duplicate branches for 'if' and 'else'.
freepops-0.2.9/modules/src/base64/base64.c:76:33: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freepops-0.2.9/modules/src/base64/base64.c:67:9: note: outer condition: i<in_len
freepops-0.2.9/modules/src/base64/base64.c:76:33: note: identical inner condition: i<in_len
freepops-0.2.9/modules/src/list/list.c:105:2: warning: Either the condition 'l!=NULL' is redundant or there is possible null pointer dereference: l. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/list/list.c:102:11: note: Assuming that condition 'l!=NULL' is not redundant
freepops-0.2.9/modules/src/list/list.c:105:2: note: Null pointer dereference
freepops-0.2.9/modules/src/list/list.c:106:14: warning: Either the condition 'l!=NULL' is redundant or there is possible null pointer dereference: l. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/list/list.c:102:11: note: Assuming that condition 'l!=NULL' is not redundant
freepops-0.2.9/modules/src/list/list.c:106:14: note: Null pointer dereference
freepops-0.2.9/modules/src/list/list.c:139:43: style: Function 'list_find' argument 3 names different: declaration 'is_equal' definition 'equal'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/list/list.h:40:9: note: Function 'list_find' argument 3 names different: declaration 'is_equal' definition 'equal'.
freepops-0.2.9/modules/src/list/list.c:139:43: note: Function 'list_find' argument 3 names different: declaration 'is_equal' definition 'equal'.
freepops-0.2.9/modules/src/list/list.c:160:42: style: Function 'list_duplicate' argument 2 names different: declaration 'copyer' definition 'copier'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/list/list.h:42:51: note: Function 'list_duplicate' argument 2 names different: declaration 'copyer' definition 'copier'.
freepops-0.2.9/modules/src/list/list.c:160:42: note: Function 'list_duplicate' argument 2 names different: declaration 'copyer' definition 'copier'.
freepops-0.2.9/modules/src/list/list.c:199:36: style: Function 'list_free' argument 2 names different: declaration 'destructor' definition 'fr'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/list/list.h:44:45: note: Function 'list_free' argument 2 names different: declaration 'destructor' definition 'fr'.
freepops-0.2.9/modules/src/list/list.c:199:36: note: Function 'list_free' argument 2 names different: declaration 'destructor' definition 'fr'.
freepops-0.2.9/modules/src/list/list.c:221:34: style: Function 'list_visit' argument 2 names different: declaration 'action' definition 'pr'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/list/list.h:46:43: note: Function 'list_visit' argument 2 names different: declaration 'action' definition 'pr'.
freepops-0.2.9/modules/src/list/list.c:221:34: note: Function 'list_visit' argument 2 names different: declaration 'action' definition 'pr'.
freepops-0.2.9/modules/src/list/list.c:236:43: style: Function 'list_getpos' argument 3 names different: declaration 'compare' definition 'equal'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/list/list.h:49:9: note: Function 'list_getpos' argument 3 names different: declaration 'compare' definition 'equal'.
freepops-0.2.9/modules/src/list/list.c:236:43: note: Function 'list_getpos' argument 3 names different: declaration 'compare' definition 'equal'.
freepops-0.2.9/modules/src/log/log.c:283:2: style: Variable 'strtmp' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/log/log.c:274:0: note: Variable 'strtmp' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/log/log.c:283:2: note: Variable 'strtmp' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/log/log.c:329:3: style: Variable 'newtime' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/log/log.c:321:0: note: Variable 'newtime' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/log/log.c:329:3: note: Variable 'newtime' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/log/log.c:113:6: style: The scope of the variable 'n' can be reduced. [variableScope]
freepops-0.2.9/modules/src/log/log.c:335:3: warning: The buffer 'timestr' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freepops-0.2.9/modules/src/log/log.c:335:20: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
freepops-0.2.9/modules/src/log/log.c:120:3: error: Resource leak: fpin [resourceLeak]
freepops-0.2.9/modules/src/log/log.c:120:3: error: Resource leak: fpout [resourceLeak]
freepops-0.2.9/modules/src/log/log.c:89:0: error: Memory leak: str [memleak]
freepops-0.2.9/modules/src/luabind/luabind.c:125:15: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
freepops-0.2.9/modules/src/luay/luay.c:285:10: error: va_list 'vargs' was opened but not closed by va_end(). [va_end_missing]
freepops-0.2.9/modules/src/mlex/mlex.c:460:39: warning: Either the condition 'pattern!=NULL' is redundant or there is possible null pointer dereference: pattern. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/mlex/mlex.c:451:18: note: Assuming that condition 'pattern!=NULL' is not redundant
freepops-0.2.9/modules/src/mlex/mlex.c:460:39: note: Null pointer dereference
freepops-0.2.9/modules/src/mlex/mlex.c:473:25: warning: Either the condition 'pattern!=NULL' is redundant or there is possible null pointer dereference: pattern. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/mlex/mlex.c:451:18: note: Assuming that condition 'pattern!=NULL' is not redundant
freepops-0.2.9/modules/src/mlex/mlex.c:473:25: note: Null pointer dereference
freepops-0.2.9/modules/src/mlex/mlex.c:486:36: warning: Either the condition 'pattern!=NULL' is redundant or there is possible null pointer dereference: pattern. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/mlex/mlex.c:451:18: note: Assuming that condition 'pattern!=NULL' is not redundant
freepops-0.2.9/modules/src/mlex/mlex.c:486:36: note: Null pointer dereference
freepops-0.2.9/modules/src/mlex/mlex.c:1100:1: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/mlex/mlex.c:1093:0: note: Variable 'l' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/mlex/mlex.c:1100:1: note: Variable 'l' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/mlex/mlex.c:1101:1: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/mlex/mlex.c:1094:0: note: Variable 'r' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/mlex/mlex.c:1101:1: note: Variable 'r' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/mlex/mlex.c:1102:1: style: Variable 'g' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/mlex/mlex.c:1096:0: note: Variable 'g' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/mlex/mlex.c:1102:1: note: Variable 'g' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/mlex/mlex.c:164:52: style: Function 'regexec_my' argument 3 names different: declaration 'bag' definition 'mode'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/mlex/mlex.c:73:52: note: Function 'regexec_my' argument 3 names different: declaration 'bag' definition 'mode'.
freepops-0.2.9/modules/src/mlex/mlex.c:164:52: note: Function 'regexec_my' argument 3 names different: declaration 'bag' definition 'mode'.
freepops-0.2.9/modules/src/mlex/mlex.c:443:31: style: Function 'mlmatch_find' argument 5 names different: declaration 'saved_pattern' definition 'pattern_save'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/mlex/mlex.c:83:19: note: Function 'mlmatch_find' argument 5 names different: declaration 'saved_pattern' definition 'pattern_save'.
freepops-0.2.9/modules/src/mlex/mlex.c:443:31: note: Function 'mlmatch_find' argument 5 names different: declaration 'saved_pattern' definition 'pattern_save'.
freepops-0.2.9/modules/src/mlex/mlex.c:1091:23: style: Function 'mlmatch' argument 1 names different: declaration 'data' definition 'str'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/mlex/mlex.h:130:23: note: Function 'mlmatch' argument 1 names different: declaration 'data' definition 'str'.
freepops-0.2.9/modules/src/mlex/mlex.c:1091:23: note: Function 'mlmatch' argument 1 names different: declaration 'data' definition 'str'.
freepops-0.2.9/modules/src/mlex/mlex.c:1091:45: style: Function 'mlmatch' argument 3 names different: declaration 'ret' definition 'get'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/mlex/mlex.h:130:45: note: Function 'mlmatch' argument 3 names different: declaration 'ret' definition 'get'.
freepops-0.2.9/modules/src/mlex/mlex.c:1091:45: note: Function 'mlmatch' argument 3 names different: declaration 'ret' definition 'get'.
freepops-0.2.9/modules/src/mlex_lua/mlex_lua.c:34:1: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/mlex_lua/mlex_lua.c:24:0: note: Variable 'r' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/mlex_lua/mlex_lua.c:34:1: note: Variable 'r' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/mlex_lua/mlex_lua.c:35:1: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/mlex_lua/mlex_lua.c:25:0: note: Variable 'c' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/mlex_lua/mlex_lua.c:35:1: note: Variable 'c' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/oscompatibility/c99_compatibility.c:22:5: style: The scope of the variable 'n' can be reduced. [variableScope]
freepops-0.2.9/modules/src/oscompatibility/c99_compatibility.c:50:5: style: The scope of the variable 'n' can be reduced. [variableScope]
freepops-0.2.9/modules/src/oscompatibility/c99_compatibility.c:43:7: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
freepops-0.2.9/modules/src/oscompatibility/c99_compatibility.c:67:7: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
freepops-0.2.9/modules/src/pop3server/popstate.c:110:5: style: The scope of the variable 'n' can be reduced. [variableScope]
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:141:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:138:0: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:141:2: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:161:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:158:0: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:161:2: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:181:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:178:0: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:181:2: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:201:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:198:0: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:201:2: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:221:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:217:0: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:221:2: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:243:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:239:0: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:243:2: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:266:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:262:0: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/pop3server_lua/pop3server_lua.c:266:2: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/modules/src/portablesocket/altsocklib.c:300:14: style: The scope of the variable 'add' can be reduced. [variableScope]
freepops-0.2.9/modules/src/portablesocket/altsocklib.c:356:18: style: Function 'sockinfo' argument 1 names different: declaration 'sock' definition 'sd'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/portablesocket/altsocklib.h:43:18: note: Function 'sockinfo' argument 1 names different: declaration 'sock' definition 'sd'.
freepops-0.2.9/modules/src/portablesocket/altsocklib.c:356:18: note: Function 'sockinfo' argument 1 names different: declaration 'sock' definition 'sd'.
freepops-0.2.9/modules/src/portablesocket/altsocklib.c:565:69: style: Function 'recvstring' argument 4 names different: declaration 'r' definition 'rb'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/portablesocket/altsocklib.h:60:69: note: Function 'recvstring' argument 4 names different: declaration 'r' definition 'rb'.
freepops-0.2.9/modules/src/portablesocket/altsocklib.c:565:69: note: Function 'recvstring' argument 4 names different: declaration 'r' definition 'rb'.
freepops-0.2.9/modules/src/portablesocket/altsocklib.c:639:82: style: Function 'recvstring_with_timeout' argument 4 names different: declaration 'r' definition 'rb'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/portablesocket/altsocklib.h:61:82: note: Function 'recvstring_with_timeout' argument 4 names different: declaration 'r' definition 'rb'.
freepops-0.2.9/modules/src/portablesocket/altsocklib.c:639:82: note: Function 'recvstring_with_timeout' argument 4 names different: declaration 'r' definition 'rb'.
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:220:1: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:268:1: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:308:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:123:1: warning: Either the condition 's!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:116:8: note: Assuming that condition 's!=NULL' is not redundant
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:123:1: note: Null pointer dereference
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:137:1: warning: Either the condition 's!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:130:8: note: Assuming that condition 's!=NULL' is not redundant
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:137:1: note: Null pointer dereference
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:74:1: performance: Buffer 'tmp' is being written before its old content has been used. [redundantCopy]
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:71:1: note: Buffer 'tmp' is being written before its old content has been used.
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:74:1: note: Buffer 'tmp' is being written before its old content has been used.
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:114:5: style: The scope of the variable 'rc' can be reduced. [variableScope]
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:128:5: style: The scope of the variable 'rc' can be reduced. [variableScope]
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:226:43: style: Function 'sock_disconnect' argument 1 names different: declaration 's' definition 'server'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/portablesocket/socketcommon.h:70:50: note: Function 'sock_disconnect' argument 1 names different: declaration 's' definition 'server'.
freepops-0.2.9/modules/src/portablesocket/socketcommon.c:226:43: note: Function 'sock_disconnect' argument 1 names different: declaration 's' definition 'server'.
freepops-0.2.9/modules/src/regex/regcomp.c:833:14: style: The scope of the variable 'i' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regcomp.c:1383:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regcomp.c:1827:7: style: The scope of the variable 'new_idx' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regcomp.c:2370:16: style: The scope of the variable 'start_ch' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regcomp.c:2370:26: style: The scope of the variable 'end_ch' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regcomp.c:3411:17: style: The scope of the variable 'c' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regcomp.c:1158:19: style: Function 'duplicate_node_closure' argument 5 names different: declaration 'constraint' definition 'init_constraint'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regcomp.c:40:24: note: Function 'duplicate_node_closure' argument 5 names different: declaration 'constraint' definition 'init_constraint'.
freepops-0.2.9/modules/src/regex/regcomp.c:1158:19: note: Function 'duplicate_node_closure' argument 5 names different: declaration 'constraint' definition 'init_constraint'.
freepops-0.2.9/modules/src/regex/regcomp.c:1401:0: style: Variable 'org_node' is assigned a value that is never used. [unreadVariable]
freepops-0.2.9/modules/src/regex/regcomp.c:1401:29: style: Variable 'cur_node' is assigned a value that is never used. [unreadVariable]
freepops-0.2.9/modules/src/regex/regcomp.c:775:68: error: Invalid calloc() argument nr 2. The value is -9.223372037e+18 but the valid values are '0:'. [invalidFunctionArg]
freepops-0.2.9/modules/src/regex/regcomp.c:771:3: note: After for loop, table_size has value -9223372036854775808
freepops-0.2.9/modules/src/regex/regcomp.c:775:68: note: Invalid argument
freepops-0.2.9/modules/src/regex/regexec.c:1468:8: style: Condition '!naccepted' is always true [knownConditionTrueFalse]
freepops-0.2.9/modules/src/regex/regexec.c:1453:20: note: Assignment 'naccepted=0', assigned value is 0
freepops-0.2.9/modules/src/regex/regexec.c:1468:8: note: Condition '!naccepted' is always true
freepops-0.2.9/modules/src/regex/regexec.c:2861:11: style: Condition 'naccepted' is always false [knownConditionTrueFalse]
freepops-0.2.9/modules/src/regex/regexec.c:2808:23: note: Assignment 'naccepted=0', assigned value is 0
freepops-0.2.9/modules/src/regex/regexec.c:2861:11: note: Condition 'naccepted' is always false
freepops-0.2.9/modules/src/regex/regexec.c:2055:4: warning: Either the condition 'err!=REG_NOERROR' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/regex/regexec.c:2093:8: note: Assuming that condition 'err!=REG_NOERROR' is not redundant
freepops-0.2.9/modules/src/regex/regexec.c:2055:4: note: Null pointer dereference
freepops-0.2.9/modules/src/regex/regexec.c:2223:4: warning: Either the condition 'err!=REG_NOERROR' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/regex/regexec.c:2093:8: note: Assuming that condition 'err!=REG_NOERROR' is not redundant
freepops-0.2.9/modules/src/regex/regexec.c:2092:35: note: Calling function 'transit_state_sb', 1st argument 'err' value is 0
freepops-0.2.9/modules/src/regex/regexec.c:2223:4: note: Null pointer dereference
freepops-0.2.9/modules/src/regex/regexec.c:2224:7: warning: Either the condition 'err!=REG_NOERROR' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
freepops-0.2.9/modules/src/regex/regexec.c:2093:8: note: Assuming that condition 'err!=REG_NOERROR' is not redundant
freepops-0.2.9/modules/src/regex/regexec.c:2092:35: note: Calling function 'transit_state_sb', 1st argument 'err' value is 0
freepops-0.2.9/modules/src/regex/regexec.c:2224:7: note: Null pointer dereference
freepops-0.2.9/modules/src/regex/regex_internal.c:510:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regex_internal.c:761:25: style: The scope of the variable 'mid' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regex_internal.c:817:19: style: The scope of the variable 'mid' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regex_internal.c:893:19: style: The scope of the variable 'mid' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regexec.c:1126:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regexec.c:1126:15: style: The scope of the variable 'dest_node' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regexec.c:1290:8: style: The scope of the variable 'reg_idx' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regexec.c:1698:16: style: The scope of the variable 'src_pos' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regexec.c:1698:25: style: The scope of the variable 'dst_pos' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regexec.c:2890:12: style: The scope of the variable 'outside_node' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regexec.c:2943:17: style: The scope of the variable 'type' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regexec.c:3879:20: style: The scope of the variable 'mid' can be reduced. [variableScope]
freepops-0.2.9/modules/src/regex/regexec.c:1645:25: style: Function 'sub_epsilon_src_nodes' argument 4 names different: declaration 'and_nodes' definition 'candidates'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regexec.c:103:29: note: Function 'sub_epsilon_src_nodes' argument 4 names different: declaration 'and_nodes' definition 'candidates'.
freepops-0.2.9/modules/src/regex/regexec.c:1645:25: note: Function 'sub_epsilon_src_nodes' argument 4 names different: declaration 'and_nodes' definition 'candidates'.
freepops-0.2.9/modules/src/regex/regexec.c:2213:21: style: Function 'transit_state_sb' argument 3 names different: declaration 'pstate' definition 'state'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regexec.c:132:21: note: Function 'transit_state_sb' argument 3 names different: declaration 'pstate' definition 'state'.
freepops-0.2.9/modules/src/regex/regexec.c:2213:21: note: Function 'transit_state_sb' argument 3 names different: declaration 'pstate' definition 'state'.
freepops-0.2.9/modules/src/regex/regexec.c:3077:20: style: Function 'build_trtable' argument 1 names different: declaration 'dfa' definition 'preg'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regexec.c:175:54: note: Function 'build_trtable' argument 1 names different: declaration 'dfa' definition 'preg'.
freepops-0.2.9/modules/src/regex/regexec.c:3077:20: note: Function 'build_trtable' argument 1 names different: declaration 'dfa' definition 'preg'.
freepops-0.2.9/modules/src/regex/regexec.c:3294:20: style: Function 'group_nodes_into_DFAstates' argument 1 names different: declaration 'dfa' definition 'preg'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regexec.c:186:55: note: Function 'group_nodes_into_DFAstates' argument 1 names different: declaration 'dfa' definition 'preg'.
freepops-0.2.9/modules/src/regex/regexec.c:3294:20: note: Function 'group_nodes_into_DFAstates' argument 1 names different: declaration 'dfa' definition 'preg'.
freepops-0.2.9/modules/src/regex/regexec.c:3296:18: style: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regexec.c:188:25: note: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'.
freepops-0.2.9/modules/src/regex/regexec.c:3296:18: note: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'.
freepops-0.2.9/modules/src/regex/regexec.c:3761:25: style: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regexec.c:21:58: note: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'.
freepops-0.2.9/modules/src/regex/regexec.c:3761:25: note: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'.
freepops-0.2.9/modules/src/regex/regexec.c:3802:25: style: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regexec.c:24:49: note: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'.
freepops-0.2.9/modules/src/regex/regexec.c:3802:25: note: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'.
freepops-0.2.9/modules/src/regex/regexec.c:3843:26: style: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regexec.c:26:63: note: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'.
freepops-0.2.9/modules/src/regex/regexec.c:3843:26: note: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'.
freepops-0.2.9/modules/src/regex/regcomp.c:3343:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freepops-0.2.9/modules/src/regex/regcomp.c:2982:35: error: Uninitialized struct member: br_token.constraint [uninitStructMember]
freepops-0.2.9/modules/src/regex/regcomp.c:2982:35: error: Uninitialized struct member: br_token.duplicated [uninitStructMember]
freepops-0.2.9/modules/src/regex/regcomp.c:3356:35: error: Uninitialized struct member: br_token.constraint [uninitStructMember]
freepops-0.2.9/modules/src/regex/regcomp.c:3356:35: error: Uninitialized struct member: br_token.duplicated [uninitStructMember]
freepops-0.2.9/modules/src/regex/regexec.c:3297:13: style: Function 'group_nodes_into_DFAstates' argument 4 names different: declaration 'states_ch' definition 'dests_ch'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regex/regexec.c:189:20: note: Function 'group_nodes_into_DFAstates' argument 4 names different: declaration 'states_ch' definition 'dests_ch'.
freepops-0.2.9/modules/src/regex/regexec.c:3297:13: note: Function 'group_nodes_into_DFAstates' argument 4 names different: declaration 'states_ch' definition 'dests_ch'.
freepops-0.2.9/modules/src/regularexp/regularexp.c:63:61: style: Function 'regfind_start' argument 2 names different: declaration 'exp' definition 'rm_eo'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regularexp/regularexp.h:43:54: note: Function 'regfind_start' argument 2 names different: declaration 'exp' definition 'rm_eo'.
freepops-0.2.9/modules/src/regularexp/regularexp.c:63:61: note: Function 'regfind_start' argument 2 names different: declaration 'exp' definition 'rm_eo'.
freepops-0.2.9/modules/src/regularexp/regularexp.c:73:59: style: Function 'regfind_end' argument 2 names different: declaration 'exp' definition 'rm_eo'. [funcArgNamesDifferent]
freepops-0.2.9/modules/src/regularexp/regularexp.h:51:52: note: Function 'regfind_end' argument 2 names different: declaration 'exp' definition 'rm_eo'.
freepops-0.2.9/modules/src/regularexp/regularexp.c:73:59: note: Function 'regfind_end' argument 2 names different: declaration 'exp' definition 'rm_eo'.
freepops-0.2.9/src/engine.c:131:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/src/engine.c:120:0: note: Variable 'rc' is reassigned a value before the old one has been used.
freepops-0.2.9/src/engine.c:131:2: note: Variable 'rc' is reassigned a value before the old one has been used.
freepops-0.2.9/src/engine.c:345:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/src/engine.c:343:0: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/src/engine.c:345:2: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/src/engine.c:392:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freepops-0.2.9/src/engine.c:390:0: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/src/engine.c:392:2: note: Variable 'm' is reassigned a value before the old one has been used.
freepops-0.2.9/src/engine.c:100:3: error: Common realloc mistake: 'ans' nulled but not freed upon failure [memleakOnRealloc]
freepops-0.2.9/src/freepops.c:422:3: error: Memory leak: tmp [memleak]
freepops-0.2.9/src/freepops.c:100:2: error: Common realloc mistake: 'args' nulled but not freed upon failure [memleakOnRealloc]
freepops-0.2.9/src/freepops.c:455:0: error: Resource leak: f [resourceLeak]
freepops-0.2.9/updater-ui/fltk/linker.cxx:230:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
freepops-0.2.9/updater-ui/fltk/main.cxx:38:2: warning: The buffer 'fp' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[22:54]

ftp://ftp.se.debian.org/debian/pool/main/f/freepwing/freepwing_1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freeradius/freeradius_3.0.16+dfsg.orig.tar.gz
freeradius-server-3.0.16/scripts/jlibtool.c:202:0: error: #error Unsupported platform: Please add defines for SHELL_CMD etc. for your platform. [preprocessorErrorDirective]
freeradius-server-3.0.16/src/lib/cbuff.c:40:15: style: struct member 'fr_cbuff::end' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/lib/cbuff.c:48:9: style: struct member 'fr_cbuff::lock' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/lib/debug.c:580:9: style: The scope of the variable 'len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/dict.c:1500:3: style: Variable 'dv' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/lib/dict.c:1498:0: note: Variable 'dv' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/lib/dict.c:1500:3: note: Variable 'dv' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/lib/dict.c:1488:1: style: Label 'keep_parsing' is not used. [unusedLabel]
freeradius-server-3.0.16/src/lib/fifo.c:57:15: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/getaddrinfo.c:381:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freeradius-server-3.0.16/src/lib/md5.c:147:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/misc.c:690:0: error: #error "missing definition for F_WRLCK, all file locks will fail" [preprocessorErrorDirective]
freeradius-server-3.0.16/src/lib/missing.c:43:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/missing.c:43:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/missing.c:111:14: style: The scope of the variable 'spanp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/missing.c:112:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/radius.c:233:17: style: The scope of the variable 'vendor' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/radius.c:776:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/radius.c:777:9: style: The scope of the variable 'my_room' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/radius.c:1299:14: style: The scope of the variable 'left' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/radius.c:3007:19: style: The scope of the variable 'child' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/radius.c:4774:12: style: The scope of the variable 'this' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/radius.c:4177:19: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
freeradius-server-3.0.16/src/lib/snprintf.c:125:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/snprintf.c:125:12: style: The scope of the variable 's' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/snprintf.c:125:15: style: The scope of the variable 'p' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/snprintf.c:181:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/snprintf.c:357:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/snprintf.c:396:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/lib/value.c:561:11: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freeradius-server-3.0.16/src/main/auth.c:82:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/channel.c:180:10: style: The scope of the variable 'r' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/client.c:548:2: style: Variable 'clients' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/main/client.c:542:0: note: Variable 'clients' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/client.c:548:2: note: Variable 'clients' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/conffile.c:2780:15: style: Redundant condition: If 'EXPR >= ' '', the comparison 'EXPR' is always true. [redundantCondition]
freeradius-server-3.0.16/src/main/conffile.c:1486:7: warning: Either the condition '!value' is redundant or there is possible null pointer dereference: value. [nullPointerRedundantCheck]
freeradius-server-3.0.16/src/main/conffile.c:1503:7: note: Assuming that condition '!value' is not redundant
freeradius-server-3.0.16/src/main/conffile.c:1486:7: note: Null pointer dereference
freeradius-server-3.0.16/src/main/conffile.c:3740:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/exec.c:89:14: style: The scope of the variable 'vp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/exec.c:90:6: style: The scope of the variable 'n' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/listen.c:93:9: style: The scope of the variable 'now' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/listen.c:2274:6: style: The scope of the variable 'rcode' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/log.c:880:17: style: The scope of the variable 'skip' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/mainconfig.c:1073:10: style: The scope of the variable 'old_fd' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/map.c:677:2: style: Variable 'input_pairs' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/main/map.c:664:0: note: Variable 'input_pairs' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/map.c:677:2: note: Variable 'input_pairs' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/modules.c:194:9: style: The scope of the variable 'error' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/modules.c:196:9: style: The scope of the variable 'p' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/modules.c:331:21: style: The scope of the variable 'last' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/pair.c:703:26: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
freeradius-server-3.0.16/src/main/parser.c:1203:14: style: The scope of the variable 'attr_slen' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/process.c:5092:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
freeradius-server-3.0.16/src/main/radattr.c:221:7: style: The scope of the variable 'sublen' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/radiusd.c:373:3: style: Variable 'panic_action' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/main/radiusd.c:371:0: note: Variable 'panic_action' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/radiusd.c:373:3: note: Variable 'panic_action' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/radsniff.c:216:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeradius-server-3.0.16/src/main/radsniff.c:364:15: style: The scope of the variable 'vp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/radsniff.c:837:19: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
freeradius-server-3.0.16/src/main/radwho.c:109:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/realms.c:2077:45: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
freeradius-server-3.0.16/src/main/realms.c:56:12: style: struct member 'realm_config::dead_time' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/main/realms.c:57:12: style: struct member 'realm_config::retry_count' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/main/realms.c:58:12: style: struct member 'realm_config::retry_delay' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/main/realms.c:60:9: style: struct member 'realm_config::fallback' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/main/realms.c:61:9: style: struct member 'realm_config::wake_all_if_all_dead' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/main/soh.c:146:10: style: The scope of the variable 'c' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/soh.c:536:21: style: The scope of the variable 't' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/soh.c:219:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freeradius-server-3.0.16/src/main/soh.c:645:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freeradius-server-3.0.16/src/main/soh.c:646:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freeradius-server-3.0.16/src/main/soh.c:647:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freeradius-server-3.0.16/src/main/soh.c:648:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freeradius-server-3.0.16/src/main/tmpl.c:1488:3: style: Variable 'buff' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/main/tmpl.c:1485:0: note: Variable 'buff' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/tmpl.c:1488:3: note: Variable 'buff' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/unittest.c:785:3: style: Variable 'panic_action' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/main/unittest.c:783:0: note: Variable 'panic_action' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/unittest.c:785:3: note: Variable 'panic_action' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/main/unittest.c:231:8: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/unittest.c:523:9: style: The scope of the variable 'p' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/util.c:208:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/version.c:495:16: style: The scope of the variable 'features' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/version.c:495:27: style: The scope of the variable 'versions' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/version.c:496:13: style: The scope of the variable 'ci' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/version.c:497:13: style: The scope of the variable 'cp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/xlat.c:2041:13: style: The scope of the variable 'q' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/xlat.c:2434:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/main/xlat.c:72:14: style: struct member 'xlat_out::out' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:400:8: style: The scope of the variable 'src_ip_buf' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:400:25: style: The scope of the variable 'dst_ip_buf' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:455:8: style: The scope of the variable 'dst_ip_buf' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:1423:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:1429:7: style: The scope of the variable 'dst_ip_buf' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:740:79: style: Function 'fr_dhcp_attr2vp' argument 3 names different: declaration 'p' definition 'data'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:494:79: note: Function 'fr_dhcp_attr2vp' argument 3 names different: declaration 'p' definition 'data'.
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:740:79: note: Function 'fr_dhcp_attr2vp' argument 3 names different: declaration 'p' definition 'data'.
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:740:92: style: Function 'fr_dhcp_attr2vp' argument 4 names different: declaration 'alen' definition 'len'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:494:89: note: Function 'fr_dhcp_attr2vp' argument 4 names different: declaration 'alen' definition 'len'.
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:740:92: note: Function 'fr_dhcp_attr2vp' argument 4 names different: declaration 'alen' definition 'len'.
freeradius-server-3.0.16/src/modules/proto_dhcp/dhcp.c:107:11: style: struct member 'dhcp_option_t::length' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/proto_dhcp/rlm_dhcp.c:161:20: style: The scope of the variable 'value' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/proto_vmps/vqp.c:321:7: style: The scope of the variable 'attrlen' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_cache/serialize.c:48:2: style: Variable 'to_store' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_cache/serialize.c:46:0: note: Variable 'to_store' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_cache/serialize.c:48:2: note: Variable 'to_store' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_cache/serialize.c:141:2: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_cache/serialize.c:138:0: note: Variable 'store' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_cache/serialize.c:141:2: note: Variable 'store' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_couchbase/couchbase.c:63:53: style: Function 'couchbase_store_callback' argument 5 names different: declaration 'item' definition 'resp'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_couchbase/couchbase.h:63:45: note: Function 'couchbase_store_callback' argument 5 names different: declaration 'item' definition 'resp'.
freeradius-server-3.0.16/src/modules/rlm_couchbase/couchbase.c:63:53: note: Function 'couchbase_store_callback' argument 5 names different: declaration 'item' definition 'resp'.
freeradius-server-3.0.16/src/modules/rlm_couchbase/couchbase.c:82:106: style: Function 'couchbase_get_callback' argument 4 names different: declaration 'item' definition 'resp'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_couchbase/couchbase.h:67:24: note: Function 'couchbase_get_callback' argument 4 names different: declaration 'item' definition 'resp'.
freeradius-server-3.0.16/src/modules/rlm_couchbase/couchbase.c:82:106: note: Function 'couchbase_get_callback' argument 4 names different: declaration 'item' definition 'resp'.
freeradius-server-3.0.16/src/modules/rlm_couchbase/mod.c:555:2: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_couchbase/mod.c:543:0: note: Variable 'handle' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_couchbase/mod.c:555:2: note: Variable 'handle' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_couchbase/mod.c:120:13: style: The scope of the variable 'cp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_couchbase/mod.c:121:14: style: The scope of the variable 'attribute' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_couchbase/mod.c:121:26: style: The scope of the variable 'element' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_couchbase/mod.c:253:14: style: The scope of the variable 'vp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_detail/rlm_detail.c:339:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
freeradius-server-3.0.16/src/modules/rlm_eap/eap.c:677:14: style: Redundant condition: realm. '!realm || (realm && !realm->auth_pool)' is equivalent to '!realm || !realm->auth_pool' [redundantCondition]
freeradius-server-3.0.16/src/modules/rlm_eap/eap.c:96:60: style: Function 'eap_module_instantiate' argument 2 names different: declaration 'method' definition 'm_inst'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/rlm_eap.h:92:66: note: Function 'eap_module_instantiate' argument 2 names different: declaration 'method' definition 'm_inst'.
freeradius-server-3.0.16/src/modules/rlm_eap/eap.c:96:60: note: Function 'eap_module_instantiate' argument 2 names different: declaration 'method' definition 'm_inst'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_chbind.c:168:2: style: Variable 'fake' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_chbind.c:156:0: note: Variable 'fake' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_chbind.c:168:2: note: Variable 'fake' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_chbind.c:153:54: style: Function 'chbind_process' argument 2 names different: declaration 'chbind_req' definition 'chbind'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_chbind.h:59:54: note: Function 'chbind_process' argument 2 names different: declaration 'chbind_req' definition 'chbind'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_chbind.c:153:54: note: Function 'chbind_process' argument 2 names different: declaration 'chbind_req' definition 'chbind'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_tls.c:1038:16: style: The scope of the variable 'tls_conf_name' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_tls.c:108:38: style: Function 'eaptls_start' argument 2 names different: declaration 'peap' definition 'peap_flag'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_tls.h:104:39: note: Function 'eaptls_start' argument 2 names different: declaration 'peap' definition 'peap_flag'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_tls.c:108:38: note: Function 'eaptls_start' argument 2 names different: declaration 'peap' definition 'peap_flag'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_tls.c:1036:71: style: Function 'eaptls_conf_parse' argument 2 names different: declaration 'key' definition 'attr'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_tls.h:107:71: note: Function 'eaptls_conf_parse' argument 2 names different: declaration 'key' definition 'attr'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_tls.c:1036:71: note: Function 'eaptls_conf_parse' argument 2 names different: declaration 'key' definition 'attr'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_tls.c:278:22: style: Variable 'request' is assigned a value that is never used. [unreadVariable]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_tls.c:682:22: style: Variable 'request' is assigned a value that is never used. [unreadVariable]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapcommon.c:253:14: style: The scope of the variable 'size' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapcommon.c:256:14: style: The scope of the variable 'vp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapcommon.c:251:74: style: Function 'eap_packet2vp' argument 2 names different: declaration 'reply' definition 'eap'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_types.h:158:75: note: Function 'eap_packet2vp' argument 2 names different: declaration 'reply' definition 'eap'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapcommon.c:251:74: note: Function 'eap_packet2vp' argument 2 names different: declaration 'reply' definition 'eap'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:288:7: style: The scope of the variable 'eapsim_attribute' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:289:15: style: The scope of the variable 'eapsim_len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:443:13: style: Function 'sim_state2name' argument 2 names different: declaration 'buf' definition 'statenamebuf'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_sim.h:65:66: note: Function 'sim_state2name' argument 2 names different: declaration 'buf' definition 'statenamebuf'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:443:13: note: Function 'sim_state2name' argument 2 names different: declaration 'buf' definition 'statenamebuf'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:444:13: style: Function 'sim_state2name' argument 3 names different: declaration 'buflen' definition 'statenamebuflen'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_sim.h:65:75: note: Function 'sim_state2name' argument 3 names different: declaration 'buflen' definition 'statenamebuflen'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:444:13: note: Function 'sim_state2name' argument 3 names different: declaration 'buflen' definition 'statenamebuflen'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:464:65: style: Function 'sim_subtype2name' argument 2 names different: declaration 'buf' definition 'subtypenamebuf'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_sim.h:66:65: note: Function 'sim_subtype2name' argument 2 names different: declaration 'buf' definition 'subtypenamebuf'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:464:65: note: Function 'sim_subtype2name' argument 2 names different: declaration 'buf' definition 'subtypenamebuf'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:464:85: style: Function 'sim_subtype2name' argument 3 names different: declaration 'buflen' definition 'subtypenamebuflen'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eap_sim.h:66:74: note: Function 'sim_subtype2name' argument 3 names different: declaration 'buflen' definition 'subtypenamebuflen'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/eapsimlib.c:464:85: note: Function 'sim_subtype2name' argument 3 names different: declaration 'buflen' definition 'subtypenamebuflen'.
freeradius-server-3.0.16/src/modules/rlm_eap/libeap/fips186prf.c:79:11: style: The scope of the variable 's' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/mem.c:59:27: style: Function 'eap_ds_free' argument 1 names different: declaration 'eap_ds' definition 'eap_ds_p'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/rlm_eap.h:105:32: note: Function 'eap_ds_free' argument 1 names different: declaration 'eap_ds' definition 'eap_ds_p'.
freeradius-server-3.0.16/src/modules/rlm_eap/mem.c:59:27: note: Function 'eap_ds_free' argument 1 names different: declaration 'eap_ds' definition 'eap_ds_p'.
freeradius-server-3.0.16/src/modules/rlm_eap/radeapclient.c:1362:8: style: The scope of the variable 'rcode' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/radeapclient.c:154:7: style: struct member 'eap_sim_server_state::sim_id' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_fast/eap_fast.h:92:0: error: syntax error [syntaxError]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_ikev2/rlm_eap_ikev2.c:422:12: warning: Either the condition 'in' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_ikev2/rlm_eap_ikev2.c:410:6: note: Assuming that condition 'in' is not redundant
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_ikev2/rlm_eap_ikev2.c:422:12: note: Null pointer addition
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_leap/eap_leap.c:396:47: style: Function 'eapleap_compose' argument 2 names different: declaration 'auth' definition 'eap_ds'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_leap/eap_leap.h:63:49: note: Function 'eapleap_compose' argument 2 names different: declaration 'auth' definition 'eap_ds'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_leap/eap_leap.c:396:47: note: Function 'eapleap_compose' argument 2 names different: declaration 'auth' definition 'eap_ds'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:182:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:183:17: style: The scope of the variable 'name_len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:50:36: style: Function 'eapmd5_extract' argument 1 names different: declaration 'auth' definition 'eap_ds'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.h:50:37: note: Function 'eapmd5_extract' argument 1 names different: declaration 'auth' definition 'eap_ds'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:50:36: note: Function 'eapmd5_extract' argument 1 names different: declaration 'auth' definition 'eap_ds'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:130:31: style: Function 'eapmd5_verify' argument 1 names different: declaration 'pkt' definition 'packet'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.h:51:33: note: Function 'eapmd5_verify' argument 1 names different: declaration 'pkt' definition 'packet'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:130:31: note: Function 'eapmd5_verify' argument 1 names different: declaration 'pkt' definition 'packet'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:130:51: style: Function 'eapmd5_verify' argument 2 names different: declaration 'pwd' definition 'password'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.h:51:50: note: Function 'eapmd5_verify' argument 2 names different: declaration 'pwd' definition 'password'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:130:51: note: Function 'eapmd5_verify' argument 2 names different: declaration 'pwd' definition 'password'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:131:14: style: Function 'eapmd5_verify' argument 3 names different: declaration 'ch' definition 'challenge'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.h:51:64: note: Function 'eapmd5_verify' argument 3 names different: declaration 'ch' definition 'challenge'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:131:14: note: Function 'eapmd5_verify' argument 3 names different: declaration 'ch' definition 'challenge'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:180:28: style: Function 'eapmd5_compose' argument 1 names different: declaration 'auth' definition 'eap_ds'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.h:49:30: note: Function 'eapmd5_compose' argument 1 names different: declaration 'auth' definition 'eap_ds'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/eap_md5.c:180:28: note: Function 'eapmd5_compose' argument 1 names different: declaration 'auth' definition 'eap_ds'.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/rlm_eap_md5.c:41:22: style: Variable 'request' is assigned a value that is never used. [unreadVariable]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_md5/rlm_eap_md5.c:109:22: style: Variable 'request' is assigned a value that is never used. [unreadVariable]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c:227:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_peap/peap.c:722:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_peap/rlm_eap_peap.c:174:22: style: Variable 'request' is assigned a value that is never used. [unreadVariable]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_pwd/eap_pwd.h:53:0: error: syntax error [syntaxError]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c:108:2: style: Variable 'p[0]' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c:107:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c:108:2: note: Variable 'p[0]' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c:122:24: style: The scope of the variable 'algo_version' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c:86:22: style: Variable 'request' is assigned a value that is never used. [unreadVariable]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_ttls/rlm_eap_ttls.c:163:22: style: Variable 'request' is assigned a value that is never used. [unreadVariable]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c:50:15: style: The scope of the variable 'hdr_len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c:577:10: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_example/other.c:40:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
freeradius-server-3.0.16/src/modules/rlm_expr/paircmp.c:65:11: style: The scope of the variable 'namelen' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:1230:13: warning: Identical condition 'inlen<0', second condition is always false [identicalConditionAfterEarlyExit]
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:1222:12: note: first condition
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:1230:13: note: second condition
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:781:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:355:17: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 350. [shiftTooManyBitsSigned]
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:350:11: note: Assuming that condition 'rhs>63' is not redundant
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:355:17: note: Shift
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:364:17: warning: Shifting signed 64-bit value by 63 bits is undefined behaviour. See condition at line 359. [shiftTooManyBitsSigned]
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:359:11: note: Assuming that condition 'rhs>63' is not redundant
freeradius-server-3.0.16/src/modules/rlm_expr/rlm_expr.c:364:17: note: Shift
freeradius-server-3.0.16/src/modules/rlm_files/rlm_files.c:401:32: warning: Either the condition 'default_pl' is redundant or there is possible null pointer dereference: default_pl. [nullPointerRedundantCheck]
freeradius-server-3.0.16/src/modules/rlm_files/rlm_files.c:396:26: note: Assuming that condition 'default_pl' is not redundant
freeradius-server-3.0.16/src/modules/rlm_files/rlm_files.c:401:32: note: Null pointer dereference
freeradius-server-3.0.16/src/modules/rlm_files/rlm_files.c:409:17: warning: Either the condition 'default_pl' is redundant or there is possible null pointer dereference: default_pl. [nullPointerRedundantCheck]
freeradius-server-3.0.16/src/modules/rlm_files/rlm_files.c:396:26: note: Assuming that condition 'default_pl' is not redundant
freeradius-server-3.0.16/src/modules/rlm_files/rlm_files.c:409:17: note: Null pointer dereference
freeradius-server-3.0.16/src/modules/rlm_files/rlm_files.c:354:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_ippool/rlm_ippool.c:245:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeradius-server-3.0.16/src/modules/rlm_ippool/rlm_ippool.c:166:2: style: Variable 'pool_name' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_ippool/rlm_ippool.c:154:0: note: Variable 'pool_name' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_ippool/rlm_ippool.c:166:2: note: Variable 'pool_name' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_ippool/rlm_ippool.c:158:11: style: The scope of the variable 'or_result' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_krb5/krb5.h:33:0: error: #include nested too deeply [preprocessorErrorDirective]
freeradius-server-3.0.16/src/modules/rlm_ldap/clients.c:129:2: style: Variable 'attrs' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_ldap/clients.c:108:0: note: Variable 'attrs' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_ldap/clients.c:129:2: note: Variable 'attrs' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_ldap/clients.c:102:84: style: Function 'rlm_ldap_client_load' argument 3 names different: declaration 'cs' definition 'map'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.h:459:85: note: Function 'rlm_ldap_client_load' argument 3 names different: declaration 'cs' definition 'map'.
freeradius-server-3.0.16/src/modules/rlm_ldap/clients.c:102:84: note: Function 'rlm_ldap_client_load' argument 3 names different: declaration 'cs' definition 'map'.
freeradius-server-3.0.16/src/modules/rlm_ldap/edir.c:264:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
freeradius-server-3.0.16/src/modules/rlm_ldap/edir.c:165:77: style: Function 'nmasldap_get_password' argument 4 names different: declaration 'len' definition 'passlen'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.h:464:77: note: Function 'nmasldap_get_password' argument 4 names different: declaration 'len' definition 'passlen'.
freeradius-server-3.0.16/src/modules/rlm_ldap/edir.c:165:77: note: Function 'nmasldap_get_password' argument 4 names different: declaration 'len' definition 'passlen'.
freeradius-server-3.0.16/src/modules/rlm_ldap/groups.c:286:6: style: The scope of the variable 'is_dn' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_ldap/groups.c:539:8: style: The scope of the variable 'base_dn_buff' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_ldap/groups.c:817:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.c:1248:2: style: Variable 'values' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.c:1246:0: note: Variable 'values' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.c:1248:2: note: Variable 'values' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.c:694:8: style: The scope of the variable 'msgid' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.c:1339:6: style: Unused variable: ldap_errno [unusedVariable]
freeradius-server-3.0.16/src/modules/rlm_ldap/rlm_ldap.c:673:8: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_ldap/sasl.c:104:27: style: Function 'rlm_ldap_sasl_interactive' argument 3 names different: declaration 'pconn' definition 'conn'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.h:472:27: note: Function 'rlm_ldap_sasl_interactive' argument 3 names different: declaration 'pconn' definition 'conn'.
freeradius-server-3.0.16/src/modules/rlm_ldap/sasl.c:104:27: note: Function 'rlm_ldap_sasl_interactive' argument 3 names different: declaration 'pconn' definition 'conn'.
freeradius-server-3.0.16/src/modules/rlm_ldap/sasl.c:104:45: style: Function 'rlm_ldap_sasl_interactive' argument 4 names different: declaration 'dn' definition 'identity'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.h:472:46: note: Function 'rlm_ldap_sasl_interactive' argument 4 names different: declaration 'dn' definition 'identity'.
freeradius-server-3.0.16/src/modules/rlm_ldap/sasl.c:104:45: note: Function 'rlm_ldap_sasl_interactive' argument 4 names different: declaration 'dn' definition 'identity'.
freeradius-server-3.0.16/src/modules/rlm_ldap/sasl.c:106:39: style: Function 'rlm_ldap_sasl_interactive' argument 8 names different: declaration 'error_extra' definition 'extra'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_ldap/ldap.h:474:39: note: Function 'rlm_ldap_sasl_interactive' argument 8 names different: declaration 'error_extra' definition 'extra'.
freeradius-server-3.0.16/src/modules/rlm_ldap/sasl.c:106:39: note: Function 'rlm_ldap_sasl_interactive' argument 8 names different: declaration 'error_extra' definition 'extra'.
freeradius-server-3.0.16/src/modules/rlm_linelog/rlm_linelog.c:101:6: style: Unused variable: num [unusedVariable]
freeradius-server-3.0.16/src/modules/rlm_logintime/timestr.c:52:9: style: The scope of the variable 'l' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_logintime/timestr.c:78:9: style: The scope of the variable 'bit' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_logintime/timestr.c:78:14: style: The scope of the variable 'byte' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_logintime/timestr.c:131:6: style: The scope of the variable 'n' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_logintime/timestr.c:204:6: style: The scope of the variable 'byte' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_logintime/timestr.c:204:12: style: The scope of the variable 'bit' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_mschap/rlm_mschap.c:329:13: style: The scope of the variable 'q' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_mschap/rlm_mschap.c:384:19: style: The scope of the variable 'q' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_mschap/rlm_mschap.c:727:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_mschap/smbencrypt.c:64:9: style: The scope of the variable 'l' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_opendirectory/rlm_opendirectory.c:93:12: style: The scope of the variable 'uiCurr' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_otp/otp_pw_valid.c:301:10: style: The scope of the variable 'n' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_otp/otp_pw_valid.c:338:10: style: The scope of the variable 'nwrote' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_otp/otp_pw_valid.c:411:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_otp/otp_util.c:40:9: style: The scope of the variable 'bytes_left' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_otp/otp_util.c:41:6: style: The scope of the variable 'n' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_passwd/rlm_passwd.c:93:6: warning: Identical condition '!len', second condition is always false [identicalConditionAfterEarlyExit]
freeradius-server-3.0.16/src/modules/rlm_passwd/rlm_passwd.c:92:5: note: first condition
freeradius-server-3.0.16/src/modules/rlm_passwd/rlm_passwd.c:93:6: note: second condition
freeradius-server-3.0.16/src/modules/rlm_passwd/rlm_passwd.c:134:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_passwd/rlm_passwd.c:315:6: style: The scope of the variable 'h' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:356:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:358:7: style: The scope of the variable 'count' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:792:7: style: The scope of the variable 'res_sv' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:825:21: style: The scope of the variable 'count' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:828:7: style: The scope of the variable 'rad_reply_hv' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:829:7: style: The scope of the variable 'rad_check_hv' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:830:7: style: The scope of the variable 'rad_config_hv' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:831:7: style: The scope of the variable 'rad_request_hv' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:832:7: style: The scope of the variable 'rad_state_hv' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:837:7: style: The scope of the variable 'rad_requestp_sv' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_perl/rlm_perl.c:1076:24: style: The scope of the variable 'count' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:81:6: style: The scope of the variable 'service' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:82:6: style: The scope of the variable 'line' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:83:6: style: The scope of the variable 'channel' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:107:7: style: The scope of the variable 'vendorcode' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:279:8: style: The scope of the variable 'newname' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:211:11: style: struct member 'cl_timezone_t::dst' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:212:11: style: struct member 'cl_timezone_t::sign' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:213:11: style: struct member 'cl_timezone_t::hh' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:214:11: style: struct member 'cl_timezone_t::mm' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:215:11: style: struct member 'cl_timezone_t::ss' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:220:11: style: struct member 'cl_bcid_t::element_id' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:222:11: style: struct member 'cl_bcid_t::event_counter' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:226:11: style: struct member 'cl_em_hdr_t::version' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:228:11: style: struct member 'cl_em_hdr_t::message_type' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:229:11: style: struct member 'cl_em_hdr_t::element_type' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:230:11: style: struct member 'cl_em_hdr_t::element_id' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:232:11: style: struct member 'cl_em_hdr_t::sequence_number' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:233:11: style: struct member 'cl_em_hdr_t::event_time' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:234:11: style: struct member 'cl_em_hdr_t::status' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:235:11: style: struct member 'cl_em_hdr_t::priority' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:236:11: style: struct member 'cl_em_hdr_t::attr_count' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_preprocess/rlm_preprocess.c:237:11: style: struct member 'cl_em_hdr_t::event_object' is never used. [unusedStructMember]
freeradius-server-3.0.16/src/modules/rlm_python/rlm_python.c:265:14: style: The scope of the variable 'pOp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_redis/rlm_redis.c:120:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeradius-server-3.0.16/src/modules/rlm_redis/rlm_redis.c:229:14: warning: Either the condition '!inst' is redundant or there is possible null pointer dereference: inst. [nullPointerRedundantCheck]
freeradius-server-3.0.16/src/modules/rlm_redis/rlm_redis.c:232:27: note: Assuming that condition '!inst' is not redundant
freeradius-server-3.0.16/src/modules/rlm_redis/rlm_redis.c:229:14: note: Null pointer dereference
freeradius-server-3.0.16/src/modules/rlm_rest/rest.c:1867:34: style: Redundant condition: !ctx->response.buffer. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
freeradius-server-3.0.16/src/modules/rlm_rest/rest.c:904:9: style: The scope of the variable 'len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_rest/rest.c:1743:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_securid/mem.c:126:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeradius-server-3.0.16/src/modules/rlm_securid/mem.c:126:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeradius-server-3.0.16/src/modules/rlm_securid/rlm_securid.c:78:7: style: The scope of the variable 'new_pin' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_securid/rlm_securid.c:81:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_smsotp/rlm_smsotp.c:88:10: style: The scope of the variable 'n' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_smsotp/rlm_smsotp.c:136:10: style: The scope of the variable 'n' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_soh/rlm_soh.c:44:14: style: The scope of the variable 'osname' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_firebird/rlm_sql_firebird.c:212:6: style: The scope of the variable 'res' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_mysql/rlm_sql_mysql.c:370:1: style: Label 'retry_store_result' is not used. [unusedLabel]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_mysql/rlm_sql_mysql.c:486:1: style: Label 'retry_fetch_row' is not used. [unusedLabel]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_mysql/rlm_sql_mysql.c:363:6: style: Unused variable: ret [unusedVariable]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_mysql/rlm_sql_mysql.c:473:8: style: Unused variable: ret [unusedVariable]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_postgresql/rlm_sql_postgresql.c:412:15: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_postgresql/rlm_sql_postgresql.c:412:18: style: The scope of the variable 'len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c:497:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c:714:11: style: The scope of the variable 'len' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_unixodbc/rlm_sql_unixodbc.c:320:41: style: Function 'sql_check_error' argument 1 names different: declaration 'err_handle' definition 'error_handle'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_unixodbc/rlm_sql_unixodbc.c:43:33: note: Function 'sql_check_error' argument 1 names different: declaration 'err_handle' definition 'error_handle'.
freeradius-server-3.0.16/src/modules/rlm_sql/drivers/rlm_sql_unixodbc/rlm_sql_unixodbc.c:320:41: note: Function 'sql_check_error' argument 1 names different: declaration 'err_handle' definition 'error_handle'.
freeradius-server-3.0.16/src/modules/rlm_sql/rlm_sql.c:166:2: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_sql/rlm_sql.c:151:0: note: Variable 'handle' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_sql/rlm_sql.c:166:2: note: Variable 'handle' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_sql/rlm_sql.c:540:16: style: The scope of the variable 'row' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_sql/sql.c:479:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_sql/sql.c:474:0: note: Variable 'filename' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_sql/sql.c:479:2: note: Variable 'filename' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_sql/sql.c:441:16: style: The scope of the variable 'row' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_sql/sql.c:64:80: style: Function 'sql_fr_pair_list_afrom_str' argument 3 names different: declaration 'first_pair' definition 'head'. [funcArgNamesDifferent]
freeradius-server-3.0.16/src/modules/rlm_sql/rlm_sql.h:245:81: note: Function 'sql_fr_pair_list_afrom_str' argument 3 names different: declaration 'first_pair' definition 'head'.
freeradius-server-3.0.16/src/modules/rlm_sql/sql.c:64:80: note: Function 'sql_fr_pair_list_afrom_str' argument 3 names different: declaration 'first_pair' definition 'head'.
freeradius-server-3.0.16/src/modules/rlm_sqlcounter/rlm_sqlcounter.c:272:6: style: The scope of the variable 'freespace' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_sqlcounter/rlm_sqlcounter.c:371:65: style: Checking if unsigned variable 'sqlcounter_expand(subst,sizeof(subst),inst->query,inst)' is less than zero. [unsignedLessThanZero]
freeradius-server-3.0.16/src/modules/rlm_sqlippool/rlm_sqlippool.c:263:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeradius-server-3.0.16/src/modules/rlm_sqlippool/rlm_sqlippool.c:415:2: style: Variable 'pool_name' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-server-3.0.16/src/modules/rlm_sqlippool/rlm_sqlippool.c:413:0: note: Variable 'pool_name' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_sqlippool/rlm_sqlippool.c:415:2: note: Variable 'pool_name' is reassigned a value before the old one has been used.
freeradius-server-3.0.16/src/modules/rlm_unix/rlm_unix.c:80:10: style: The scope of the variable 'member' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_yubikey/rlm_yubikey.c:78:8: style: The scope of the variable 'c1' can be reduced. [variableScope]
freeradius-server-3.0.16/src/modules/rlm_yubikey/rlm_yubikey.c:78:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
[22:55]

ftp://ftp.se.debian.org/debian/pool/main/f/freeradius-client/freeradius-client_1.1.6.orig.tar.gz
freeradius-client-1.1.6/lib/avpair.c:737:14: style: The scope of the variable 'nlen' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/avpair.c:771:22: style: The scope of the variable 'q' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/config.c:190:2: style: Variable 'p_dupe' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-client-1.1.6/lib/config.c:186:0: note: Variable 'p_dupe' is reassigned a value before the old one has been used.
freeradius-client-1.1.6/lib/config.c:190:2: note: Variable 'p_dupe' is reassigned a value before the old one has been used.
freeradius-client-1.1.6/lib/config.c:316:2: style: Variable 'authservers' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-client-1.1.6/lib/config.c:314:9: note: Variable 'authservers' is reassigned a value before the old one has been used.
freeradius-client-1.1.6/lib/config.c:316:2: note: Variable 'authservers' is reassigned a value before the old one has been used.
freeradius-client-1.1.6/lib/config.c:317:2: style: Variable 'acctservers' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-client-1.1.6/lib/config.c:315:2: note: Variable 'acctservers' is reassigned a value before the old one has been used.
freeradius-client-1.1.6/lib/config.c:317:2: note: Variable 'acctservers' is reassigned a value before the old one has been used.
freeradius-client-1.1.6/lib/config.c:96:8: style: The scope of the variable 's' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/config.c:353:21: style: The scope of the variable 'p' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/config.c:634:21: style: The scope of the variable 'addr' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/config.c:707:12: style: The scope of the variable 'addr' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/config.c:710:6: style: The scope of the variable 'res' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/config.c:417:13: style: Unsigned variable 'pos' can't be negative so it is unnecessary to test it. [unsignedPositive]
freeradius-client-1.1.6/lib/config.c:197:7: warning: Size of pointer 'iptr' used instead of size of its data. [pointerSize]
freeradius-client-1.1.6/lib/config.c:867:11: warning: Size of pointer 'secret' used instead of size of its data. [pointerSize]
freeradius-client-1.1.6/lib/config.c:214:3: error: Memory leak: iptr [memleak]
freeradius-client-1.1.6/lib/config.c:227:4: error: Memory leak: iptr [memleak]
freeradius-client-1.1.6/lib/config.c:323:17: error: Memory leak: authservers [memleak]
freeradius-client-1.1.6/lib/config.c:323:17: error: Memory leak: acctservers [memleak]
freeradius-client-1.1.6/lib/config.c:337:0: error: Memory leak: authservers [memleak]
freeradius-client-1.1.6/lib/config.c:337:0: error: Memory leak: acctservers [memleak]
freeradius-client-1.1.6/lib/dict.c:248:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freeradius-client-1.1.6/lib/dict.c:78:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freeradius-client-1.1.6/lib/dict.c:176:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freeradius-client-1.1.6/lib/dict.c:235:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freeradius-client-1.1.6/lib/dict.c:263:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freeradius-client-1.1.6/lib/env.c:117:8: style: The scope of the variable 'es' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/ip_util.c:280:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freeradius-client-1.1.6/lib/ip_util.c:294:7: style: The scope of the variable 'hostname' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/ip_util.c:326:7: style: The scope of the variable 'hostname' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/lock.c:76:0: error: #error YOU_LOSE "need either flock(2) or fcntl(2)" [preprocessorErrorDirective]
freeradius-client-1.1.6/lib/md5.c:148:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/md5.c:19:15: style: Function 'rc_md5_calc' argument 3 names different: declaration 'inputlen' definition 'inlen'. [funcArgNamesDifferent]
freeradius-client-1.1.6/lib/md5.c:16:15: note: Function 'rc_md5_calc' argument 3 names different: declaration 'inputlen' definition 'inlen'.
freeradius-client-1.1.6/lib/md5.c:19:15: note: Function 'rc_md5_calc' argument 3 names different: declaration 'inputlen' definition 'inlen'.
freeradius-client-1.1.6/lib/sendserver.c:44:34: style: The scope of the variable 'vsa_length_ptr' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/sendserver.c:192:11: style: The scope of the variable 'secretlen' can be reduced. [variableScope]
freeradius-client-1.1.6/lib/util.c:328:14: warning: Either the condition '(ptr=strchr(&buf[*len],'\n'))==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
freeradius-client-1.1.6/lib/util.c:308:42: note: Assuming that condition '(ptr=strchr(&buf[*len],'\n'))==NULL' is not redundant
freeradius-client-1.1.6/lib/util.c:328:14: note: Null pointer subtraction
freeradius-client-1.1.6/src/radacct.c:48:8: style: The scope of the variable 'username' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radacct.c:48:29: style: The scope of the variable 'fproto' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radembedded.c:129:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freeradius-client-1.1.6/src/radembedded.c:33:2: style: Variable 'rh' is reassigned a value before the old one has been used. [redundantAssignment]
freeradius-client-1.1.6/src/radembedded.c:17:0: note: Variable 'rh' is reassigned a value before the old one has been used.
freeradius-client-1.1.6/src/radembedded.c:33:2: note: Variable 'rh' is reassigned a value before the old one has been used.
freeradius-client-1.1.6/src/radexample.c:47:2: warning: The buffer 'username' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freeradius-client-1.1.6/src/radexample.c:56:2: warning: The buffer 'username_realm' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freeradius-client-1.1.6/src/radius.c:80:12: style: Condition 'ftype!=0' is always false [knownConditionTrueFalse]
freeradius-client-1.1.6/src/radius.c:71:10: note: Assignment 'ftype=0', assigned value is 0
freeradius-client-1.1.6/src/radius.c:80:12: note: Condition 'ftype!=0' is always false
freeradius-client-1.1.6/src/radius.c:88:12: style: Condition 'ctype!=0' is always false [knownConditionTrueFalse]
freeradius-client-1.1.6/src/radius.c:72:10: note: Assignment 'ctype=0', assigned value is 0
freeradius-client-1.1.6/src/radius.c:88:12: note: Condition 'ctype!=0' is always false
freeradius-client-1.1.6/src/radius.c:23:38: style: The scope of the variable 'service_vp' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radius.c:25:21: style: The scope of the variable 'p' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radius.c:26:30: style: The scope of the variable 'value' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radius.c:28:25: style: The scope of the variable 'service_str' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radius.c:28:39: style: The scope of the variable 'ftype_str' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radius.c:125:20: style: The scope of the variable 'attr' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radius.c:98:3: warning: The buffer 'username_realm' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freeradius-client-1.1.6/src/radiusclient.c:112:14: style: Condition '1==1' is always true [knownConditionTrueFalse]
freeradius-client-1.1.6/src/radiusclient.c:112:14: style: Same expression on both sides of '=='. [duplicateExpression]
freeradius-client-1.1.6/src/radiusclient.c:50:40: style: The scope of the variable 'ecount' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radiusclient.c:50:48: style: The scope of the variable 'firstline' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radiusclient.c:165:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radiusclient.c:155:31: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
freeradius-client-1.1.6/src/radlogin.c:40:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radlogin.c:192:11: style: The scope of the variable 'login_func' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radlogin.c:193:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radlogin.c:194:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radlogin.c:249:4: warning: The buffer 'tty' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freeradius-client-1.1.6/src/radlogin.c:251:4: warning: The buffer 'tty' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freeradius-client-1.1.6/src/radlogin.c:259:5: warning: The buffer 'tty' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freeradius-client-1.1.6/src/radlogin.c:261:5: warning: The buffer 'tty' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freeradius-client-1.1.6/src/radlogin.c:280:3: warning: The buffer 'username' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
freeradius-client-1.1.6/src/radstatus.c:50:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freeradius-client-1.1.6/src/radstatus.c:51:10: style: The scope of the variable 'srv' can be reduced. [variableScope]
[22:55]

ftp://ftp.se.debian.org/debian/pool/main/f/freerdp/freerdp_1.1.0~git20140921.1.440916e+dfsg1.orig.tar.xz
freerdp-1.1.0~git20140921.1.440916e/channels/audin/client/alsa/audin_alsa.c:104:6: style: The scope of the variable 'cframes' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/audin/client/alsa/audin_alsa.c:190:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/audin/client/alsa/audin_alsa.c:378:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/audin/client/audin_main.c:503:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/audin/client/pulse/audin_pulse.c:285:6: style: The scope of the variable 'cframes' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/audin/client/pulse/audin_pulse.c:465:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/audin/server/audin.c:281:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/addin.c:91:2: style: Variable 'ppAddins' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/client/addin.c:87:0: note: Variable 'ppAddins' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/client/addin.c:91:2: note: Variable 'ppAddins' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/client/addin.c:88:26: style: The scope of the variable 'subsystems' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/addin.c:134:6: style: The scope of the variable 'nDashes' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/addin.c:185:18: style: Variable 'cchSearchPath' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:91:2: style: Variable 'channels' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:86:0: note: Variable 'channels' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:91:2: note: Variable 'channels' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:125:2: style: Variable 'channels' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:120:0: note: Variable 'channels' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:125:2: note: Variable 'channels' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:720:2: style: Variable 'event' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:716:0: note: Variable 'event' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:720:2: note: Variable 'event' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:146:21: style: The scope of the variable 'pChannelOpenData' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:164:14: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:190:14: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:478:23: style: The scope of the variable 'pChannelClientData' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:504:23: style: The scope of the variable 'pChannelClientData' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:637:12: style: The scope of the variable 'event' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/channels.c:771:23: style: The scope of the variable 'pChannelClientData' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/client/init.c:42:21: style: The scope of the variable 'pChannelOpenData' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/cliprdr/client/cliprdr_format.c:48:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/cliprdr/client/cliprdr_format.c:295:12: style: The scope of the variable 'event' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/cliprdr/client/cliprdr_main.c:303:24: style: The scope of the variable 'context' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/cliprdr/client/cliprdr_main.c:69:59: style: Function 'cliprdr_packet_send' argument 2 names different: declaration 'data_out' definition 's'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/channels/cliprdr/client/cliprdr_main.h:50:59: note: Function 'cliprdr_packet_send' argument 2 names different: declaration 'data_out' definition 's'.
freerdp-1.1.0~git20140921.1.440916e/channels/cliprdr/client/cliprdr_main.c:69:59: note: Function 'cliprdr_packet_send' argument 2 names different: declaration 'data_out' definition 's'.
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/drdynvc_main.c:343:14: style: The scope of the variable 'args' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/drdynvc_main.c:61:39: style: Function 'drdynvc_write_data' argument 1 names different: declaration 'plugin' definition 'drdynvc'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/drdynvc_main.h:53:39: note: Function 'drdynvc_write_data' argument 1 names different: declaration 'plugin' definition 'drdynvc'.
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/drdynvc_main.c:61:39: note: Function 'drdynvc_write_data' argument 1 names different: declaration 'plugin' definition 'drdynvc'.
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/drdynvc_main.c:141:39: style: Function 'drdynvc_push_event' argument 1 names different: declaration 'plugin' definition 'drdynvc'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/drdynvc_main.h:54:39: note: Function 'drdynvc_push_event' argument 1 names different: declaration 'plugin' definition 'drdynvc'.
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/drdynvc_main.c:141:39: note: Function 'drdynvc_push_event' argument 1 names different: declaration 'plugin' definition 'drdynvc'.
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:219:2: style: Variable 'pDVCPluginEntry' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:215:0: note: Variable 'pDVCPluginEntry' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:219:2: note: Variable 'pDVCPluginEntry' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:49:19: style: The scope of the variable 'listener' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:248:14: style: The scope of the variable 'pPlugin' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:249:19: style: The scope of the variable 'listener' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:250:18: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:288:14: style: The scope of the variable 'pPlugin' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:392:22: style: The scope of the variable 'ichannel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drdynvc/client/dvcman.c:393:24: style: The scope of the variable 'context' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_file.c:189:6: style: The scope of the variable 'oflag' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_file.c:443:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_file.c:463:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_file.c:691:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_file.c:708:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_file.c:726:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_main.c:768:3: style: Variable 'home_env' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_main.c:764:0: note: Variable 'home_env' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_main.c:768:3: note: Variable 'home_env' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_main.c:105:14: style: The scope of the variable 'file' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_main.c:620:7: style: The scope of the variable 'irp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_main.c:689:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_main.c:689:9: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/drive/client/drive_main.c:690:16: style: The scope of the variable 'disk' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/parallel/client/parallel_main.c:138:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/parallel/client/parallel_main.c:133:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/parallel/client/parallel_main.c:138:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/parallel/client/parallel_main.c:174:10: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/parallel/client/parallel_main.c:250:7: style: The scope of the variable 'irp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/parallel/client/parallel_main.c:304:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/parallel/client/parallel_main.c:304:9: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/parallel/client/parallel_main.c:306:19: style: The scope of the variable 'parallel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_main.c:330:13: style: Condition 'driver==NULL' is always true [knownConditionTrueFalse]
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_main.c:320:29: note: Assignment 'driver=NULL', assigned value is 0
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_main.c:330:13: note: Condition 'driver==NULL' is always true
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_main.c:330:13: style: Same expression on both sides of '==' because the value of 'driver' and 'NULL' are the same. [duplicateExpression]
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_main.c:320:29: note: 'driver' is assigned value 'NULL' here.
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_main.c:330:13: note: Same expression on both sides of '==' because the value of 'driver' and 'NULL' are the same.
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_main.c:314:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_win.c:227:2: style: Variable 'prninfo' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_win.c:217:0: note: Variable 'prninfo' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_win.c:227:2: note: Variable 'prninfo' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_win.c:260:2: style: Variable 'myPrinter' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_win.c:256:0: note: Variable 'myPrinter' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_win.c:260:2: note: Variable 'myPrinter' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/printer/client/printer_win.c:86:50: style: Variable 'win_printjob' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_main.c:46:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_main.c:43:0: note: Variable 's' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_main.c:46:2: note: Variable 's' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_main.c:63:2: style: Variable 'payload' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_main.c:59:0: note: Variable 'payload' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_main.c:63:2: note: Variable 'payload' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_main.c:202:2: style: Variable 'rail' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_main.c:201:0: note: Variable 'rail' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_main.c:202:2: note: Variable 'rail' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/rail/client/rail_orders.c:533:2: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpdr/client/devman.c:120:10: style: The scope of the variable 'device' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpdr/client/rdpdr_main.c:51:16: style: The scope of the variable 'device' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpei/client/rdpei_common.c:221:10: style: Expression is always false because 'else if' condition matches previous condition at line 212. [multiCondition]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpei/client/rdpei_common.c:341:10: style: Expression is always false because 'else if' condition matches previous condition at line 328. [multiCondition]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpei/client/rdpei_common.c:503:10: style: Expression is always false because 'else if' condition matches previous condition at line 493. [multiCondition]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpei/client/rdpei_main.c:121:25: style: The scope of the variable 'contact' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpei/client/rdpei_main.c:704:22: style: The scope of the variable 'context' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/alsa/rdpsnd_alsa.c:416:6: style: The scope of the variable 'percent_left' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/alsa/rdpsnd_alsa.c:417:6: style: The scope of the variable 'percent_right' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/alsa/rdpsnd_alsa.c:490:6: style: The scope of the variable 'frames' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/alsa/rdpsnd_alsa.c:558:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/alsa/rdpsnd_alsa.c:472:18: style: Variable 'percent_left' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/alsa/rdpsnd_alsa.c:473:19: style: Variable 'percent_right' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/alsa/rdpsnd_alsa.c:640:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/mac/rdpsnd_mac.c:120:8: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/pulse/rdpsnd_pulse.c:257:7: style: The scope of the variable 'ss' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/pulse/rdpsnd_pulse.c:464:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/pulse/rdpsnd_pulse.c:465:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/pulse/rdpsnd_pulse.c:549:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/rdpsnd_main.c:200:16: style: The scope of the variable 'clientFormat' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/rdpsnd_main.c:257:16: style: The scope of the variable 'format' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/rdpsnd_main.c:590:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/client/rdpsnd_main.c:420:3: error: Memory leak: wave [memleak]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/server/rdpsnd.c:131:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/server/rdpsnd.c:186:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/server/rdpsnd.c:434:6: style: The scope of the variable 'cframes' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/rdpsnd/server/rdpsnd.c:435:6: style: The scope of the variable 'cframesize' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/sample/client/sample_main.c:53:11: style: The scope of the variable 'data_out' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/sample/client/server_chan_test.cpp:29:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
freerdp-1.1.0~git20140921.1.440916e/channels/sample/client/server_chan_test.cpp:37:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
freerdp-1.1.0~git20140921.1.440916e/channels/sample/client/server_chan_test.cpp:42:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/channels/sample/client/server_chan_test.cpp:46:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/sample/client/server_chan_test.cpp:30:3: error: Memory leak: data1 [memleak]
freerdp-1.1.0~git20140921.1.440916e/channels/serial/client/serial_main.c:351:7: style: The scope of the variable 'sl' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/serial/client/serial_main.c:501:7: style: The scope of the variable 'prev' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/serial/client/serial_main.c:623:7: style: The scope of the variable 'prev' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/serial/client/serial_main.c:691:10: style: The scope of the variable 'fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/serial/client/serial_main.c:776:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/serial/client/serial_main.c:776:9: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/serial/client/serial_main.c:780:17: style: The scope of the variable 'serial' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/serial/client/serial_tty.c:429:10: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/server/channels.c:395:18: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/server/channels.c:442:17: style: The scope of the variable 'item' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/server/channels.c:443:18: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/server/channels.c:548:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/server/channels.c:549:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/server/channels.c:658:6: style: The scope of the variable 'fds_count' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/server/channels.c:847:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/server/channels.c:848:17: style: The scope of the variable 'item' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/server/channels.c:849:28: style: The scope of the variable 'vcm' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_main.c:91:7: style: The scope of the variable 'irp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_main.c:149:20: style: The scope of the variable 'CompletionIdInfo' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_main.c:315:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_main.c:315:9: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_main.c:317:20: style: The scope of the variable 'smartcard' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1093:51: style: Condition 'attrLen==0' is always true [knownConditionTrueFalse]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1069:18: note: Assignment 'attrLen=0', assigned value is 0
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1093:51: note: Condition 'attrLen==0' is always true
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:363:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:358:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:363:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:366:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:363:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:366:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1216:2: style: Variable 'pAtrMasks' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1210:0: note: Variable 'pAtrMasks' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1216:2: note: Variable 'pAtrMasks' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1135:36: style: Same expression on both sides of '!=' because the value of 'pbAttr' and 'NULL' are the same. [duplicateExpression]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1070:17: note: 'pbAttr' is assigned value 'NULL' here.
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1135:36: note: Same expression on both sides of '!=' because the value of 'pbAttr' and 'NULL' are the same.
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:342:6: style: The scope of the variable 'elemLength' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:146:23: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:150:13: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:279:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/smartcard/client/smartcard_operations.c:1234:0: error: Memory leak: pAtrMasks [memleak]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/alsa/tsmf_alsa.c:162:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/alsa/tsmf_alsa.c:163:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/alsa/tsmf_alsa.c:164:6: style: The scope of the variable 'frames' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/alsa/tsmf_alsa.c:168:6: style: The scope of the variable 'rbytes_per_frame' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/alsa/tsmf_alsa.c:169:6: style: The scope of the variable 'sbytes_per_frame' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:145:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:147:14: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:363:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/pulse/tsmf_pulse.c:305:8: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/pulse/tsmf_pulse.c:306:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/pulse/tsmf_pulse.c:307:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_ifman.c:162:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_ifman.c:205:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_ifman.c:246:8: style: The scope of the variable 'Left' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_ifman.c:246:14: style: The scope of the variable 'Top' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_ifman.c:247:8: style: The scope of the variable 'Right' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_ifman.c:247:15: style: The scope of the variable 'Bottom' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_ifman.c:369:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_ifman.c:519:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_main.c:123:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_main.c:343:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_main.c:344:21: style: The scope of the variable 'presentation' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_main.c:438:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:1073:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:266:2: style: Variable 'fout' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:265:0: note: Variable 'fout' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:266:2: note: Variable 'fout' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:160:15: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:242:15: style: The scope of the variable 'sample' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:302:21: style: The scope of the variable 'presentation' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:315:20: style: The scope of the variable 'revent' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:342:25: style: The scope of the variable 'vevent' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:793:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:809:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:821:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:833:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:845:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:918:16: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:933:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:991:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/tsmf/client/tsmf_media.c:1117:15: style: The scope of the variable '_stream' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:730:43: warning: Either the condition 'if(pdev&&!pdev->isSigToEnd(pdev))' is redundant or there is possible null pointer dereference: pdev. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:792:5: note: Assuming that condition 'if(pdev&&!pdev->isSigToEnd(pdev))' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:730:43: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:760:2: warning: Either the condition 'if(pdev&&!pdev->isSigToEnd(pdev))' is redundant or there is possible null pointer dereference: pdev. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:792:5: note: Assuming that condition 'if(pdev&&!pdev->isSigToEnd(pdev))' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:760:2: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2301:39: warning: Either the condition 'if(transfer_data)' is redundant or there is possible null pointer dereference: transfer_data. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2313:6: note: Assuming that condition 'if(transfer_data)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2301:39: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2302:21: warning: Either the condition 'if(transfer_data)' is redundant or there is possible null pointer dereference: transfer_data. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2313:6: note: Assuming that condition 'if(transfer_data)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2302:21: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2303:20: warning: Either the condition 'if(transfer_data)' is redundant or there is possible null pointer dereference: transfer_data. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2313:6: note: Assuming that condition 'if(transfer_data)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2303:20: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2304:22: warning: Either the condition 'if(transfer_data)' is redundant or there is possible null pointer dereference: transfer_data. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2313:6: note: Assuming that condition 'if(transfer_data)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2304:22: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2305:24: warning: Either the condition 'if(transfer_data)' is redundant or there is possible null pointer dereference: transfer_data. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2313:6: note: Assuming that condition 'if(transfer_data)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2305:24: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2322:2: warning: Either the condition 'if(pdev)' is redundant or there is possible null pointer dereference: pdev. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2428:5: note: Assuming that condition 'if(pdev)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2322:2: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2325:2: warning: Either the condition 'if(pdev)' is redundant or there is possible null pointer dereference: pdev. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2428:5: note: Assuming that condition 'if(pdev)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2325:2: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:68:2: style: Variable 'isoch_queue' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:64:0: note: Variable 'isoch_queue' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:68:2: note: Variable 'isoch_queue' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2265:4: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2257:4: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2265:4: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2277:4: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2269:4: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/data_transfer.c:2277:4: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/isoch_queue.c:128:4: warning: Either the condition 'if(isoch)' is redundant or there is possible null pointer dereference: isoch. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/isoch_queue.c:130:7: note: Assuming that condition 'if(isoch)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/isoch_queue.c:128:4: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/isoch_queue.c:88:23: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/isoch_queue.c:142:23: style: The scope of the variable 'isoch' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:919:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret < 4' is always true. [redundantCondition]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1595:13: warning: Either the condition 'request' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1590:8: note: Assuming that condition 'request' is not redundant
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1595:13: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1261:2: style: Variable 'iso_transfer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1256:0: note: Variable 'iso_transfer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1261:2: note: Variable 'iso_transfer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1364:2: style: Variable 'transfer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1358:0: note: Variable 'transfer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1364:2: note: Variable 'transfer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:175:8: style: The scope of the variable 'b' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:357:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:375:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:501:22: style: The scope of the variable 'dev' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:635:31: style: The scope of the variable 'MsInterfaces' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:671:26: style: The scope of the variable 't_MsPipes' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:899:9: style: The scope of the variable 'strDesc' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1053:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1053:9: style: The scope of the variable 'err' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1211:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevice.c:1807:28: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevman.c:133:2: style: Variable 'pdev' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevman.c:129:0: note: Variable 'pdev' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevman.c:133:2: note: Variable 'pdev' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevman.c:102:12: style: The scope of the variable 'pdev' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevman.c:219:12: style: The scope of the variable 'pdev' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevman.c:220:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevman.c:220:15: style: The scope of the variable 'err' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevman.c:345:11: style: The scope of the variable 'pdev' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/libusb_udevman.c:539:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/request_queue.c:90:21: style: The scope of the variable 'request' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/libusb/request_queue.c:109:20: style: The scope of the variable 'request' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/searchman.c:157:17: style: The scope of the variable 'usb' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/searchman.c:173:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:190:6: style: The scope of the variable 'noAck' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:191:12: style: The scope of the variable 'pdev' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:445:22: style: The scope of the variable 'dvc_channel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:446:17: style: The scope of the variable 'sdev' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:450:6: style: The scope of the variable 'numobj' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:451:6: style: The scope of the variable 'busnum' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:451:14: style: The scope of the variable 'devnum' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:452:19: style: The scope of the variable 'error' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:452:26: style: The scope of the variable 'on_close' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:1051:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:55:30: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:74:36: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:76:32: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:83:34: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
freerdp-1.1.0~git20140921.1.440916e/channels/urbdrc/client/urbdrc_main.c:85:30: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
freerdp-1.1.0~git20140921.1.440916e/client/DirectFB/df_event.c:212:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/DirectFB/df_event.c:217:17: style: The scope of the variable 'input_event' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/DirectFB/dfreerdp.c:234:7: style: The scope of the variable 'answer' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/DirectFB/dfreerdp.c:313:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/DirectFB/dfreerdp.c:475:19: warning: Calling 'sizeof' on 'sizeof'. [sizeofsizeof]
freerdp-1.1.0~git20140921.1.440916e/client/Sample/freerdp.c:200:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/Sample/freerdp.c:333:19: warning: Calling 'sizeof' on 'sizeof'. [sizeofsizeof]
freerdp-1.1.0~git20140921.1.440916e/client/Sample/freerdp.c:186:8: style: Variable 'gdi' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:1026:2: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:1024:2: note: Variable 'arg' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:1026:2: note: Variable 'arg' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/generate_argument_docbook.c:132:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/client/X11/generate_argument_docbook.c:129:0: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/generate_argument_docbook.c:132:2: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:254:16: style: The scope of the variable 'settings' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:695:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:1682:14: style: The scope of the variable 'args' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:910:21: style: Variable 'posix_cli_status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:909:23: style: Variable 'windows_cli_status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:457:2: error: Common realloc mistake: 'p' nulled but not freed upon failure [memleakOnRealloc]
freerdp-1.1.0~git20140921.1.440916e/client/common/cmdline.c:1131:0: error: Memory leak: p [memleak]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_client.c:431:8: style: The scope of the variable 'windowTitle' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_client.c:944:7: style: The scope of the variable 'answer' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_client.c:1205:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_client.c:1237:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_client.c:1249:6: style: The scope of the variable 'select_status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_client.c:1510:17: style: The scope of the variable 'queue' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_client.c:784:10: style: Variable 'cache' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_client.c:1218:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_cliprdr.c:487:6: style: The scope of the variable 'num' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_cliprdr.c:488:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_cliprdr.c:488:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_cliprdr.c:493:28: style: The scope of the variable 'event' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_cliprdr.c:753:17: style: Checking if unsigned variable 'bytes_left' is less than zero. [unsignedLessThanZero]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_cliprdr.c:772:18: style: Checking if unsigned variable 'bytes_left' is less than zero. [unsignedLessThanZero]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_event.c:111:13: style: The scope of the variable 'xfw' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_event.c:622:13: style: The scope of the variable 'window' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_event.c:659:13: style: The scope of the variable 'window' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_event.c:736:15: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_event.c:905:13: style: The scope of the variable 'window' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:220:8: style: The scope of the variable 'cdata' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:221:10: style: The scope of the variable 'image' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:461:14: style: The scope of the variable 'rectangle' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:535:6: style: The scope of the variable 'x' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:535:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:536:6: style: The scope of the variable 'x1' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:536:10: style: The scope of the variable 'y1' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:537:6: style: The scope of the variable 'x2' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:537:10: style: The scope of the variable 'y2' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:541:6: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:541:13: style: The scope of the variable 'height' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:934:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:934:9: style: The scope of the variable 'tx' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_gdi.c:934:13: style: The scope of the variable 'ty' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_graphics.c:45:10: style: The scope of the variable 'image' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_graphics.c:126:8: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_graphics.c:127:8: style: The scope of the variable 'dst' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_graphics.c:128:6: style: The scope of the variable 'yindex' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_graphics.c:129:6: style: The scope of the variable 'xindex' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_keyboard.c:148:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_keyboard.c:192:12: style: The scope of the variable 'input' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:265:2: style: Variable 'payload' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:263:0: note: Variable 'payload' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:265:2: note: Variable 'payload' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:531:2: style: Variable 'rail_window' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:527:0: note: Variable 'rail_window' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:531:2: note: Variable 'rail_window' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:536:3: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:535:0: note: Variable 'window' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:536:3: note: Variable 'window' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:576:2: style: Variable 'rail_window' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:572:0: note: Variable 'rail_window' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:576:2: note: Variable 'rail_window' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:581:3: style: Variable 'xfw' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:580:0: note: Variable 'xfw' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:581:3: note: Variable 'xfw' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:63:12: style: The scope of the variable 'xfw' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_rail.c:570:6: style: The scope of the variable 'direction' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_window.c:314:27: warning: Either the condition 'window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_window.c:340:6: note: Assuming that condition 'window' is not redundant
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_window.c:444:24: note: Calling function 'xf_SetWindowText', 2nd argument 'window' value is 0
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_window.c:314:27: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/client/X11/xf_window.c:984:11: style: The scope of the variable 'rail' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/common/compatibility.c:203:7: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/common/compatibility.c:204:9: style: The scope of the variable 'a' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/common/compatibility.c:205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/common/compatibility.c:205:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/client/common/compatibility.c:273:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:449:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:445:0: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:449:2: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:571:13: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:570:13: note: Variable 'rc' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:571:13: note: Variable 'rc' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:660:2: style: Variable '__current' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:459:3: error: Resource leak: fp [resourceLeak]
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:474:3: error: Resource leak: fp [resourceLeak]
freerdp-1.1.0~git20140921.1.440916e/client/common/file.c:480:2: error: Resource leak: fp [resourceLeak]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_cliprdr.c:106:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_freerdp.c:43:9: style: The scope of the variable 'thisline' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_freerdp.c:139:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1552:2: style: Variable 'hBmp_LineTo_5' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1549:2: note: Variable 'hBmp_LineTo_5' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1552:2: note: Variable 'hBmp_LineTo_5' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1164:6: style: The scope of the variable 'x' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1164:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1165:8: style: The scope of the variable 'p1' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1165:13: style: The scope of the variable 'p2' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1855:19: style: Variable 'hBmp_Ellipse_1' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1858:19: style: Variable 'hBmp_Ellipse_2' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_gdi.c:1861:19: style: Variable 'hBmp_Ellipse_3' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_mppc.c:662:5: style: Variable 'dur' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_mppc_enc.c:484:6: style: The scope of the variable 'data_len' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_mppc_enc.c:486:6: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_mppc_enc.c:487:6: style: The scope of the variable 'total' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_mppc_enc.c:488:6: style: The scope of the variable 'clen' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_mppc_enc.c:489:6: style: The scope of the variable 'block_num' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_mppc_enc.c:493:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_rail.c:495:2: style: Variable 'payload' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_rail.c:493:0: note: Variable 'payload' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/cunit/test_rail.c:495:2: note: Variable 'payload' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/cunit/test_rfx.c:380:16: style: The scope of the variable 'message' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/cunit/test_rfx.c:256:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/bitmap.c:277:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/bitmap.c:308:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/bitmap.c:308:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/bitmap.c:309:13: style: The scope of the variable 'bitmap' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/brush.c:84:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/brush.c:79:0: note: Variable 'data' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/brush.c:84:2: note: Variable 'data' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/brush.c:204:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/glyph.c:36:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/glyph.c:242:12: style: The scope of the variable 'glyph' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/glyph.c:314:12: style: The scope of the variable 'glyph' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/glyph.c:339:12: style: The scope of the variable 'glyph' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/glyph.c:488:9: style: The scope of the variable 'fragment' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/glyph.c:42:13: style: Variable 'graphics' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/glyph.c:177:16: style: Variable 'glyph_cache' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/glyph.c:195:16: style: Variable 'glyph_cache' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/nine_grid.c:122:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/offscreen.c:162:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/offscreen.c:163:13: style: The scope of the variable 'bitmap' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/cache/pointer.c:207:15: style: The scope of the variable 'pointer' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/audio.c:93:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/audio.c:94:16: style: The scope of the variable 'format' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/audio.c:114:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/audio.c:115:16: style: The scope of the variable 'format' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/bitmap_decode.c:262:6: style: The scope of the variable 'indexw' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/bitmap_decode.c:267:6: style: The scope of the variable 'color' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:74:6: style: The scope of the variable 'start' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:75:6: style: The scope of the variable 'shift' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:680:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:884:10: style: The scope of the variable 'icon' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:885:6: style: The scope of the variable 'x' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:885:9: style: The scope of the variable 'y' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:885:12: style: The scope of the variable 'bit' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:886:6: style: The scope of the variable 'maskIndex' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:936:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:973:10: style: The scope of the variable 'dst16' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/color.c:1089:12: style: The scope of the variable 'jj' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/dsp.c:49:6: style: The scope of the variable 'n1' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/dsp.c:49:10: style: The scope of the variable 'n2' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/dsp.c:424:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/mppc_enc.c:570:8: style: The scope of the variable 'cptr2' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc.c:264:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc.c:55:8: style: The scope of the variable 'aplane' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_encode.c:38:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_encode.c:76:8: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_encode.c:205:8: style: The scope of the variable 'co_dst' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_encode.c:206:8: style: The scope of the variable 'cg_dst' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_encode.c:208:8: style: The scope of the variable 'co_src1' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_encode.c:210:8: style: The scope of the variable 'cg_src1' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_encode.c:309:8: style: Variable 'rle' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_sse2.c:40:8: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_sse2.c:288:8: style: The scope of the variable 'co_dst' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_sse2.c:289:8: style: The scope of the variable 'cg_dst' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_sse2.c:291:8: style: The scope of the variable 'co_src1' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/nsc_sse2.c:293:8: style: The scope of the variable 'cg_src1' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx.c:318:2: style: Variable 'tile' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx.c:316:0: note: Variable 'tile' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx.c:318:2: note: Variable 'tile' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx.c:605:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx.c:764:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx.c:879:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx_encode.c:50:14: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx_encode.c:52:9: style: The scope of the variable 'r_last' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx_encode.c:52:18: style: The scope of the variable 'g_last' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx_encode.c:52:27: style: The scope of the variable 'b_last' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx_rlgr.c:151:7: style: The scope of the variable 'run' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/codec/rfx_rlgr.c:299:3: style: Variable 'kr' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/common/addin.c:124:18: style: Variable 'cchAddinFile' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/common/addin.c:177:17: style: Variable 'cchFileName' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/common/settings.c:77:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/common/settings.c:150:16: style: The scope of the variable 'device' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/common/settings.c:166:16: style: The scope of the variable 'device' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/common/settings.c:220:14: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/common/settings.c:268:14: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/capabilities.c:2949:13: style: The scope of the variable 'em' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/capabilities.c:3138:13: style: The scope of the variable 'em' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/capabilities.c:520:2: style: Variable 'textANSICodePage' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/certificate.c:309:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/channel.c:38:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/extension.c:106:8: style: The scope of the variable 'han' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/extension.c:193:42: style: Function 'extension_post_connect' argument 1 names different: declaration 'extension' definition 'ext'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/extension.h:47:54: note: Function 'extension_post_connect' argument 1 names different: declaration 'extension' definition 'ext'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/extension.c:193:42: note: Function 'extension_post_connect' argument 1 names different: declaration 'extension' definition 'ext'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.c:304:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.c:812:6: style: The scope of the variable 'comp_flags' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.c:813:6: style: The scope of the variable 'header_bytes' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.c:814:6: style: The scope of the variable 'cflags' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.c:815:6: style: The scope of the variable 'pdu_data_bytes' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.c:816:6: style: The scope of the variable 'dlen' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.c:707:78: style: Function 'fastpath_send_multiple_input_pdu' argument 3 names different: declaration 'iEventCount' definition 'iNumEvents'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.h:116:78: note: Function 'fastpath_send_multiple_input_pdu' argument 3 names different: declaration 'iEventCount' definition 'iNumEvents'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.c:707:78: note: Function 'fastpath_send_multiple_input_pdu' argument 3 names different: declaration 'iEventCount' definition 'iNumEvents'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/fastpath.c:699:8: style: Variable 'rdp' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/freerdp.c:238:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/freerdp.c:236:0: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/freerdp.c:238:2: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/freerdp.c:127:13: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/http.c:361:8: style: The scope of the variable 'name' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/http.c:365:7: style: The scope of the variable 'end_of_header_char' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/http.c:555:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/ntlm.c:40:43: style: Function 'ntlm_client_init' argument 2 names different: declaration 'confidentiality' definition 'http'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/ntlm.h:79:43: note: Function 'ntlm_client_init' argument 2 names different: declaration 'confidentiality' definition 'http'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/ntlm.c:40:43: note: Function 'ntlm_client_init' argument 2 names different: declaration 'confidentiality' definition 'http'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/ntlm.c:126:2: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc.c:392:2: style: Variable 'stub_data_pad' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc.c:391:2: note: Variable 'stub_data_pad' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc.c:392:2: note: Variable 'stub_data_pad' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc.c:234:48: style: Function 'rpc_get_stub_data_info' argument 2 names different: declaration 'header' definition 'buffer'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc.h:778:48: note: Function 'rpc_get_stub_data_info' argument 2 names different: declaration 'header' definition 'buffer'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc.c:234:48: note: Function 'rpc_get_stub_data_info' argument 2 names different: declaration 'header' definition 'buffer'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc.c:252:16: style: Variable 'alloc_hint' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc_client.c:526:2: style: Variable 'client' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc_client.c:524:0: note: Variable 'client' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc_client.c:526:2: note: Variable 'client' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc_client.c:355:42: style: Function 'rpc_client_call_free' argument 1 names different: declaration 'client_call' definition 'clientCall'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc_client.h:36:42: note: Function 'rpc_client_call_free' argument 1 names different: declaration 'client_call' definition 'clientCall'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rpc_client.c:355:42: note: Function 'rpc_client_call_free' argument 1 names different: declaration 'client_call' definition 'clientCall'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rts_signature.c:211:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rts_signature.c:253:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/rts_signature.c:291:19: style: The scope of the variable 'pSignature' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:304:3: style: Variable 'versionCaps->majorVersion' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:303:3: note: Variable 'versionCaps->majorVersion' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:304:3: note: Variable 'versionCaps->majorVersion' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:405:3: style: Variable 'versionCaps->majorVersion' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:404:3: note: Variable 'versionCaps->majorVersion' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:405:3: note: Variable 'versionCaps->majorVersion' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:739:4: style: Variable 'Pointer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:734:4: note: Variable 'Pointer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:739:4: note: Variable 'Pointer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:760:4: style: Variable 'Pointer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:755:4: note: Variable 'Pointer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:760:4: note: Variable 'Pointer' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:222:11: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:402:3: style: Variable 'Pointer' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:550:11: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:606:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:584:2: style: Variable 'Pointer' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:878:11: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:966:13: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:962:11: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:968:2: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:1042:13: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:1038:11: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gateway/tsg.c:1044:2: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gcc.c:312:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gcc.c:828:8: style: The scope of the variable 'data' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gcc.c:1095:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/gcc.c:1236:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/input.c:113:16: style: Variable 'keyboardFlags' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/license.c:756:74: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/license.c:997:94: style: Function 'license_write_platform_challenge_response_packet' argument 3 names different: declaration 'mac_data' definition 'macData'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/license.h:235:94: note: Function 'license_write_platform_challenge_response_packet' argument 3 names different: declaration 'mac_data' definition 'macData'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/license.c:997:94: note: Function 'license_write_platform_challenge_response_packet' argument 3 names different: declaration 'mac_data' definition 'macData'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/listener.c:259:6: style: The scope of the variable 'peer_sockfd' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/message.c:1529:3: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/nego.c:991:55: style: Function 'nego_set_negotiation_enabled' argument 2 names different: declaration 'NegotiateSecurityLayer_enabled' definition 'NegotiateSecurityLayer'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/nego.h:138:55: note: Function 'nego_set_negotiation_enabled' argument 2 names different: declaration 'NegotiateSecurityLayer_enabled' definition 'NegotiateSecurityLayer'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/nego.c:991:55: note: Function 'nego_set_negotiation_enabled' argument 2 names different: declaration 'NegotiateSecurityLayer_enabled' definition 'NegotiateSecurityLayer'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/nla.c:169:24: style: Variable 'instance' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/nla.c:1107:13: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:476:10: style: Expression is always false because 'else if' condition matches previous condition at line 467. [multiCondition]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2201:14: style: The scope of the variable 'glyph' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2339:17: style: The scope of the variable 'glyph' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2414:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2415:6: style: The scope of the variable 'size' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2494:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2495:6: style: The scope of the variable 'size' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:1823:69: style: Function 'update_read_cache_bitmap_order' argument 2 names different: declaration 'cache_bitmap_order' definition 'cache_bitmap'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:285:69: note: Function 'update_read_cache_bitmap_order' argument 2 names different: declaration 'cache_bitmap_order' definition 'cache_bitmap'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:1823:69: note: Function 'update_read_cache_bitmap_order' argument 2 names different: declaration 'cache_bitmap_order' definition 'cache_bitmap'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:1879:70: style: Function 'update_write_cache_bitmap_order' argument 2 names different: declaration 'cache_bitmap_order' definition 'cache_bitmap'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:287:70: note: Function 'update_write_cache_bitmap_order' argument 2 names different: declaration 'cache_bitmap_order' definition 'cache_bitmap'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:1879:70: note: Function 'update_write_cache_bitmap_order' argument 2 names different: declaration 'cache_bitmap_order' definition 'cache_bitmap'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:1915:75: style: Function 'update_read_cache_bitmap_v2_order' argument 2 names different: declaration 'cache_bitmap_v2_order' definition 'cache_bitmap_v2'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:289:75: note: Function 'update_read_cache_bitmap_v2_order' argument 2 names different: declaration 'cache_bitmap_v2_order' definition 'cache_bitmap_v2'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:1915:75: note: Function 'update_read_cache_bitmap_v2_order' argument 2 names different: declaration 'cache_bitmap_v2_order' definition 'cache_bitmap_v2'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:1994:76: style: Function 'update_write_cache_bitmap_v2_order' argument 2 names different: declaration 'cache_bitmap_v2_order' definition 'cache_bitmap_v2'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:291:76: note: Function 'update_write_cache_bitmap_v2_order' argument 2 names different: declaration 'cache_bitmap_v2_order' definition 'cache_bitmap_v2'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:1994:76: note: Function 'update_write_cache_bitmap_v2_order' argument 2 names different: declaration 'cache_bitmap_v2_order' definition 'cache_bitmap_v2'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2055:75: style: Function 'update_read_cache_bitmap_v3_order' argument 2 names different: declaration 'cache_bitmap_v3_order' definition 'cache_bitmap_v3'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:293:75: note: Function 'update_read_cache_bitmap_v3_order' argument 2 names different: declaration 'cache_bitmap_v3_order' definition 'cache_bitmap_v3'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2055:75: note: Function 'update_read_cache_bitmap_v3_order' argument 2 names different: declaration 'cache_bitmap_v3_order' definition 'cache_bitmap_v3'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2107:76: style: Function 'update_write_cache_bitmap_v3_order' argument 2 names different: declaration 'cache_bitmap_v3_order' definition 'cache_bitmap_v3'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:295:76: note: Function 'update_write_cache_bitmap_v3_order' argument 2 names different: declaration 'cache_bitmap_v3_order' definition 'cache_bitmap_v3'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2107:76: note: Function 'update_write_cache_bitmap_v3_order' argument 2 names different: declaration 'cache_bitmap_v3_order' definition 'cache_bitmap_v3'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2139:79: style: Function 'update_read_cache_color_table_order' argument 2 names different: declaration 'cache_color_table_order' definition 'cache_color_table'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:297:79: note: Function 'update_read_cache_color_table_order' argument 2 names different: declaration 'cache_color_table_order' definition 'cache_color_table'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2139:79: note: Function 'update_read_cache_color_table_order' argument 2 names different: declaration 'cache_color_table_order' definition 'cache_color_table'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2174:80: style: Function 'update_write_cache_color_table_order' argument 2 names different: declaration 'cache_color_table_order' definition 'cache_color_table'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:299:80: note: Function 'update_write_cache_color_table_order' argument 2 names different: declaration 'cache_color_table_order' definition 'cache_color_table'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2174:80: note: Function 'update_write_cache_color_table_order' argument 2 names different: declaration 'cache_color_table_order' definition 'cache_color_table'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2247:68: style: Function 'update_write_cache_glyph_order' argument 2 names different: declaration 'cache_glyph_order' definition 'cache_glyph'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:303:68: note: Function 'update_write_cache_glyph_order' argument 2 names different: declaration 'cache_glyph_order' definition 'cache_glyph'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2247:68: note: Function 'update_write_cache_glyph_order' argument 2 names different: declaration 'cache_glyph_order' definition 'cache_glyph'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2287:73: style: Function 'update_read_cache_glyph_v2_order' argument 2 names different: declaration 'cache_glyph_v2_order' definition 'cache_glyph_v2'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:305:73: note: Function 'update_read_cache_glyph_v2_order' argument 2 names different: declaration 'cache_glyph_v2_order' definition 'cache_glyph_v2'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2287:73: note: Function 'update_read_cache_glyph_v2_order' argument 2 names different: declaration 'cache_glyph_v2_order' definition 'cache_glyph_v2'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2412:67: style: Function 'update_read_cache_brush_order' argument 2 names different: declaration 'cache_brush_order' definition 'cache_brush'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:309:67: note: Function 'update_read_cache_brush_order' argument 2 names different: declaration 'cache_brush_order' definition 'cache_brush'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2412:67: note: Function 'update_read_cache_brush_order' argument 2 names different: declaration 'cache_brush_order' definition 'cache_brush'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2492:68: style: Function 'update_write_cache_brush_order' argument 2 names different: declaration 'cache_brush_order' definition 'cache_brush'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.h:311:68: note: Function 'update_write_cache_brush_order' argument 2 names different: declaration 'cache_brush_order' definition 'cache_brush'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2492:68: note: Function 'update_write_cache_brush_order' argument 2 names different: declaration 'cache_brush_order' definition 'cache_brush'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2434:11: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/orders.c:2513:11: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/rdp.c:299:6: style: The scope of the variable 'body_length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/rdp.c:331:8: style: The scope of the variable 'data' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/rdp.c:530:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/rdp.c:788:6: style: The scope of the variable 'nextPosition' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/security.c:328:12: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/security.c:328:15: style: The scope of the variable 'r' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/tcp.c:62:8: style: The scope of the variable 'ip' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/tpdu.c:208:41: style: Function 'tpdu_read_data' argument 2 names different: declaration 'li' definition 'LI'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/tpdu.h:51:41: note: Function 'tpdu_read_data' argument 2 names different: declaration 'li' definition 'LI'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/tpdu.c:208:41: note: Function 'tpdu_read_data' argument 2 names different: declaration 'li' definition 'LI'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/transport.c:649:6: style: The scope of the variable 'recv_status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/transport.c:650:11: style: The scope of the variable 'received' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/update.c:147:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/update.c:731:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/update.c:760:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/update.c:821:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/window.c:375:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/core/window.c:376:6: style: The scope of the variable 'size' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/base64.c:32:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/certificate.c:96:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/certificate.c:157:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/crypto.c:179:2: style: Variable 'pkey' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/crypto.c:177:0: note: Variable 'pkey' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/crypto.c:179:2: note: Variable 'pkey' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/crypto.c:453:2: style: Variable 'cert_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/crypto.c:449:0: note: Variable 'cert_ctx' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/crypto.c:453:2: note: Variable 'cert_ctx' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/crypto.c:403:16: style: The scope of the variable 'subject_alt_name' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/tls.c:725:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/tls.c:722:22: note: outer condition: alt_names_count>1
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/tls.c:725:23: note: identical inner condition: alt_names_count>1
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/tls.c:209:6: style: The scope of the variable 'connection_status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/tls.c:342:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/tls.c:403:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/tls.c:544:6: style: The scope of the variable 'match' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/tls.c:545:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/crypto/tls.c:713:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:173:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:185:2: note: Found duplicate branches for 'if' and 'else'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:173:7: note: Found duplicate branches for 'if' and 'else'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:77:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:111:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:127:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:204:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:205:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:229:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:251:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:252:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:276:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:277:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:301:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:302:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:326:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:327:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:351:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:352:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:376:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:377:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:472:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:473:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:499:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:524:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:548:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:549:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:574:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:575:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:601:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:602:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:625:12: style: The scope of the variable 'xOffset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:625:21: style: The scope of the variable 'yOffset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:627:10: style: The scope of the variable 'patp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:686:10: style: The scope of the variable 'patp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:731:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:732:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/include/line.c:27:9: style: The scope of the variable 'e2' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/16bpp.c:387:26: style: Variable 'hSrcBmp' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:190:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:202:2: note: Found duplicate branches for 'if' and 'else'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:190:7: note: Found duplicate branches for 'if' and 'else'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:64:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:99:9: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:127:9: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:144:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:221:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:222:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:246:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:268:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:269:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:293:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:294:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:318:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:319:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:343:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:344:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:368:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:369:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:396:8: style: The scope of the variable 'srcp8' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:566:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:567:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:594:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:595:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:619:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:644:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:669:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:670:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:697:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:698:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:721:12: style: The scope of the variable 'xOffset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:721:21: style: The scope of the variable 'yOffset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:723:10: style: The scope of the variable 'patp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:782:10: style: The scope of the variable 'patp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:827:10: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:828:10: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/32bpp.c:406:26: style: Variable 'hSrcBmp' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:118:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:130:2: note: Found duplicate branches for 'if' and 'else'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:118:7: note: Found duplicate branches for 'if' and 'else'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:56:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:72:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:149:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:150:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:174:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:196:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:197:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:221:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:222:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:246:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:247:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:271:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:272:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:296:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:297:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:381:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:382:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:410:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:435:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:461:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:462:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:486:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:487:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:515:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:516:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:539:12: style: The scope of the variable 'xOffset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:539:21: style: The scope of the variable 'yOffset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:541:8: style: The scope of the variable 'patp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:600:8: style: The scope of the variable 'patp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:645:8: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/8bpp.c:646:8: style: The scope of the variable 'dstp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.c:334:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.c:583:14: style: The scope of the variable 'rectangle' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.c:768:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.c:768:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.c:769:6: style: The scope of the variable 'tx' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.c:769:10: style: The scope of the variable 'ty' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.c:438:36: style: Function 'gdi_bitmap_free_ex' argument 1 names different: declaration 'gdi_bmp' definition 'bitmap'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.h:26:36: note: Function 'gdi_bitmap_free_ex' argument 1 names different: declaration 'gdi_bmp' definition 'bitmap'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.c:438:36: note: Function 'gdi_bitmap_free_ex' argument 1 names different: declaration 'gdi_bmp' definition 'bitmap'.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/gdi.c:676:14: style: Variable 'backColor' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/graphics.c:103:8: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/graphics.c:104:8: style: The scope of the variable 'dst' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/graphics.c:105:6: style: The scope of the variable 'yindex' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/graphics.c:106:6: style: The scope of the variable 'xindex' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/line.c:123:6: style: The scope of the variable 'cPoints' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/region.c:385:3: error: Common realloc mistake: 'cinvalid' nulled but not freed upon failure [memleakOnRealloc]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/shape.c:50:10: style: The scope of the variable 'e2' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/test/TestGdiRop3.c:227:8: style: The scope of the variable 'infix' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/gdi/test/TestGdiRop3.c:228:8: style: The scope of the variable 'postfix' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard.c:101:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_layout.c:189:14: style: struct member '_RDP_KEYBOARD_IME::file' is never used. [unusedStructMember]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_layout.c:228:3: error: Common realloc mistake: 'layouts' nulled but not freed upon failure [memleakOnRealloc]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_layout.c:239:3: error: Common realloc mistake: 'layouts' nulled but not freed upon failure [memleakOnRealloc]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_layout.c:250:3: error: Common realloc mistake: 'layouts' nulled but not freed upon failure [memleakOnRealloc]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_sun.c:233:39: warning: Either the condition 'kbd<0' is redundant or there is possible null pointer dereference: kbd. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_sun.c:230:10: note: Assuming that condition 'kbd<0' is not redundant
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_sun.c:233:39: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_sun.c:230:10: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_sun.c:61:8: style: struct member '_SOLARIS_KEYBOARD::xkbType' is never used. [unusedStructMember]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_x11.c:149:8: style: The scope of the variable 'pch' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_xkbfile.c:236:8: style: The scope of the variable 'layout' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_xkbfile.c:237:8: style: The scope of the variable 'variant' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_xkbfile.c:276:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/keyboard_xkbfile.c:276:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/timezone.c:1498:9: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/locale/timezone.c:1663:15: style: Variable 'local_time' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_add.c:96:0: error: failed to expand 'STD_SPEED_TEST', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_alphaComp.c:209:0: error: failed to expand 'STD_SPEED_TEST', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_andor.c:95:0: error: failed to expand 'STD_SPEED_TEST', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_colors.c:96:0: error: failed to expand 'STD_SPEED_TEST', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_copy.c:72:1: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_copy.c:72:1: note: outer condition: FALSE
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_copy.c:72:1: note: identical inner condition: FALSE
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_copy.c:72:1: style: Variable '_prefix' is allocated memory that is never used. [unusedAllocatedMemory]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_copy.c:72:1: style: Variable '_str1' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_copy.c:72:1: style: Variable '_str2' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_set.c:255:0: error: failed to expand 'STD_SPEED_TEST', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_shift.c:112:0: error: failed to expand 'STD_SPEED_TEST', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/primitives/test/test_sign.c:87:0: error: failed to expand 'STD_SPEED_TEST', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/rail/window_list.c:41:22: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/rail/window_list.c:39:21: note: outer condition: list->iterator!=NULL
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/rail/window_list.c:41:22: note: identical inner condition: list->iterator!=NULL
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/event.c:94:2: style: Variable 'event' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/event.c:92:0: note: Variable 'event' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/event.c:94:2: note: Variable 'event' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/msusb.c:252:2: style: Variable 'MsConfig' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/msusb.c:251:0: note: Variable 'MsConfig' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/msusb.c:252:2: note: Variable 'MsConfig' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/msusb.c:37:6: style: The scope of the variable 'pnum' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/msusb.c:107:6: style: The scope of the variable 'inum' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/msusb.c:158:26: style: The scope of the variable 'MsPipe' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/msusb.c:227:30: style: The scope of the variable 'MsInterface' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/libfreerdp/utils/pcap.c:200:2: error: Resource leak: pcap_fp [resourceLeak]
freerdp-1.1.0~git20140921.1.440916e/scripts/LECHash.c:50:16: style: The scope of the variable 'h' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/scripts/LECHash.c:49:15: style: Unused variable: j [unusedVariable]
freerdp-1.1.0~git20140921.1.440916e/scripts/LOMHash.c:42:17: warning: %hhx in format string (no. 3) requires 'unsigned char' but the argument type is 'unsigned short'. [invalidPrintfArgType_uint]
freerdp-1.1.0~git20140921.1.440916e/scripts/LOMHash.c:28:16: style: The scope of the variable 'h' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/scripts/LOMHash.c:27:15: style: Unused variable: j [unusedVariable]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_info.c:97:9: warning: Either the condition 'mfi!=NULL' is redundant or there is possible null pointer dereference: mfi. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_info.c:100:10: note: Assuming that condition 'mfi!=NULL' is not redundant
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_info.c:97:9: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_input.c:385:8: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_input.c:385:15: style: The scope of the variable 'height' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_input.c:455:19: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_input.c:456:20: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_mountain_lion.c:216:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_mountain_lion.c:122:55: style: Function 'mf_mlion_display_info' argument 2 names different: declaration 'dispHeight' definition 'disp_height'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_mountain_lion.h:26:55: note: Function 'mf_mlion_display_info' argument 2 names different: declaration 'dispHeight' definition 'disp_height'.
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_mountain_lion.c:122:55: note: Function 'mf_mlion_display_info' argument 2 names different: declaration 'dispHeight' definition 'disp_height'.
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_peer.c:492:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_peer.c:366:16: style: Variable 'state_down' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_rdpsnd.c:78:10: warning: Possible null pointer dereference: agreedFormat [nullPointer]
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_rdpsnd.c:42:31: note: Assignment 'agreedFormat=NULL', assigned value is 0
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mf_rdpsnd.c:78:10: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Mac/mfreerdp.c:48:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Sample/sfreerdp.c:398:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Sample/sfreerdp.c:654:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Sample/sfreerdp.c:777:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Sample/sfreerdp.c:235:0: error: Resource leak: fp [resourceLeak]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_info.c:246:14: error: Uninitialized variable: peerId [uninitvar]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_info.c:247:14: error: Uninitialized variable: peerId [uninitvar]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_info.c:249:44: error: Uninitialized variable: peerId [uninitvar]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_input.c:69:8: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_input.c:69:15: style: The scope of the variable 'height' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.c:83:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.c:39:48: style: Function 'get_screen_info' argument 3 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.h:116:60: note: Function 'get_screen_info' argument 3 names different: declaration 'w' definition 'width'.
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.c:39:48: note: Function 'get_screen_info' argument 3 names different: declaration 'w' definition 'width'.
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.c:39:60: style: Function 'get_screen_info' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.h:116:68: note: Function 'get_screen_info' argument 4 names different: declaration 'h' definition 'height'.
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.c:39:60: note: Function 'get_screen_info' argument 4 names different: declaration 'h' definition 'height'.
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.c:39:73: style: Function 'get_screen_info' argument 5 names different: declaration 'b' definition 'bpp'. [funcArgNamesDifferent]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.h:116:76: note: Function 'get_screen_info' argument 5 names different: declaration 'b' definition 'bpp'.
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_interface.c:39:73: note: Function 'get_screen_info' argument 5 names different: declaration 'b' definition 'bpp'.
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_mirage.c:48:8: style: The scope of the variable 'deviceKeyLength' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_mirage.c:40:13: style: Variable 'devFound' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_mirage.c:182:6: style: Unused variable: dc [unusedVariable]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_peer.c:162:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_settings.c:59:6: style: Unused variable: length [unusedVariable]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:192:7: warning: Either the condition 'pEnumerator!=NULL' is redundant or there is possible null pointer dereference: pEnumerator. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:314:18: note: Assuming that condition 'pEnumerator!=NULL' is not redundant
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:192:7: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:199:7: warning: Either the condition 'pDevice!=NULL' is redundant or there is possible null pointer dereference: pDevice. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:317:14: note: Assuming that condition 'pDevice!=NULL' is not redundant
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:199:7: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:206:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:320:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:206:7: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:222:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:320:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:222:7: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:236:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:320:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:236:7: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:243:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:320:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:243:7: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:253:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:320:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:253:7: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:305:2: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:320:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:305:2: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/server/Windows/wf_wasapi.c:260:2: style: Variable 'dCount' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/server/X11/xf_encode.c:55:16: style: Variable 'xfi' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/server/X11/xf_interface.c:38:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/X11/xf_peer.c:465:20: style: The scope of the variable 'context' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/X11/xf_peer.c:502:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/server/X11/xf_peer.c:608:11: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/string.c:216:15: style: The scope of the variable 'wc' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/string.c:216:19: style: The scope of the variable 'uwc' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/string.c:298:15: style: The scope of the variable 'wc' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/string.c:298:19: style: The scope of the variable 'uwc' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/test/TestString.c:53:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/test/TestString.c:63:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/test/TestUnicodeConversion.c:84:9: style: The scope of the variable 'line' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/unicode.c:174:24: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/unicode.c:182:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crt/unicode.c:266:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crypto/test/TestCertEnumCertificatesInStore.c:33:2: style: Variable 'hCertStore' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crypto/test/TestCertEnumCertificatesInStore.c:20:0: note: Variable 'hCertStore' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/crypto/test/TestCertEnumCertificatesInStore.c:33:2: note: Variable 'hCertStore' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/environment/environment.c:138:2: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/environment/environment.c:136:0: note: Variable 'env' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/environment/environment.c:138:2: note: Variable 'env' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/file/file.c:173:14: style: The scope of the variable 'pipe' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/file/file.c:211:14: style: The scope of the variable 'pipe' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/file/pattern.c:205:9: style: The scope of the variable 'cchTail' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/file/pattern.c:323:10: style: The scope of the variable 'cchNextWildcard' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/file/pattern.c:135:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/file/pattern.c:187:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/handle/handle.c:50:28: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/interlocked/test/TestInterlockedDList.c:68:28: style: Variable 'pListItem' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/interlocked/test/TestInterlockedSList.c:72:15: style: Variable 'pListEntry' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:283:25: warning: Either the condition '!subPath' is redundant or there is possible null pointer dereference: subPath. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:293:6: note: Assuming that condition '!subPath' is not redundant
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:283:25: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:73:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:65:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:73:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:86:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:81:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:86:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:108:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:97:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:108:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:136:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:125:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:136:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:167:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:156:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:167:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:213:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:184:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:213:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:286:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:278:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:286:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/path/shell.c:299:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pipe/pipe.c:58:3: error: Memory leak: pReadPipe [memleak]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pipe/pipe.c:58:3: error: Memory leak: pWritePipe [memleak]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/cleanup_group.c:68:2: style: Variable 'cleanupGroup' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/cleanup_group.c:61:0: note: Variable 'cleanupGroup' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/cleanup_group.c:68:2: note: Variable 'cleanupGroup' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/pool.c:138:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/pool.c:136:0: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/pool.c:138:2: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/pool.c:157:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/pool.c:149:0: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/pool.c:157:2: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/pool.c:108:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/work.c:73:2: style: Variable 'work' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/work.c:65:0: note: Variable 'work' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/pool/work.c:73:2: note: Variable 'work' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/registry/registry.c:274:8: style: Variable 'reg' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/registry/registry_reg.c:233:8: style: The scope of the variable 'line' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:159:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:252:2: style: Variable 'procNum' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:245:2: note: Variable 'procNum' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:252:2: note: Variable 'procNum' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:253:2: style: Variable 'stackSize' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:245:12: note: Variable 'stackSize' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:253:2: note: Variable 'stackSize' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:137:17: style: The scope of the variable 'arg' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:138:16: style: The scope of the variable 'type' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr.c:328:19: error: Uninitialized variable: extFlags [uninitvar]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_array.c:50:14: style: Variable 'alignment' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_array.c:51:2: style: Variable 'element_size' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_pointer.c:176:17: style: The scope of the variable 'MemoryPointer' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_pointer.c:180:17: style: The scope of the variable 'pointer_count' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_pointer.c:259:16: style: The scope of the variable 'Offset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_pointer.c:261:7: style: The scope of the variable 'PointerLengthSet' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_pointer.c:263:16: style: The scope of the variable 'BufferLength' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_pointer.c:264:16: style: The scope of the variable 'BufferLengthCopy' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_pointer.c:265:16: style: The scope of the variable 'PointerLength' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_structure.c:60:9: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_structure.c:249:2: style: Variable 'memory_size' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/rpc/ndr_structure.c:277:37: style: Variable 'pointer_layout' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/CredSSP/credssp.c:47:15: style: The scope of the variable 'credentials' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/CredSSP/credssp.c:109:15: style: The scope of the variable 'credentials' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/CredSSP/credssp.c:110:27: style: The scope of the variable 'identity' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/CredSSP/credssp.c:55:65: style: Variable 'credentials' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/CredSSP/credssp.c:139:65: style: Variable 'credentials' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/NTLM/ntlm.c:518:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/NTLM/ntlm.c:150:0: error: Deallocating a deallocated pointer: workstation [deallocDealloc]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/NTLM/ntlm_av_pairs.c:332:27: style: Variable 'AvPairListSize' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/NTLM/ntlm_message.c:349:16: style: The scope of the variable 'AvTimestamp' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/NTLM/ntlm_message.c:732:23: style: Variable 'PayloadBufferOffset' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Negotiate/negotiate.c:126:15: style: The scope of the variable 'credentials' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Negotiate/negotiate.c:127:27: style: The scope of the variable 'identity' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Negotiate/negotiate.c:156:65: style: Variable 'credentials' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel.c:266:24: style: The scope of the variable 'credentials' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel.c:178:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel.c:278:74: style: Variable 'credentials' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:126:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:124:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:126:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:229:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:227:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:229:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:319:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:317:3: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:319:3: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:423:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:421:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:423:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:241:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:242:6: style: The scope of the variable 'ssl_error' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:303:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:304:6: style: The scope of the variable 'ssl_error' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:363:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:364:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:365:6: style: The scope of the variable 'ssl_error' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:413:6: style: The scope of the variable 'ssl_error' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:126:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:229:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/Schannel/schannel_openssl.c:402:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/sspi.c:846:2: style: Variable 'Name' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/sspi.c:842:0: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/sspi.c:846:2: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/test/TestEnumerateSecurityPackages.c:24:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/test/TestNTLM.c:55:40: style: Condition 'test_ntlm_channel_binding_token()<0' is always false [knownConditionTrueFalse]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/test/TestSchannel.c:80:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/test/TestSchannel.c:49:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/test/TestSchannel.c:80:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/test/TestSchannel.c:638:4: style: Variable 'hn' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/test/TestSchannel.c:635:4: note: Variable 'hn' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/sspi/test/TestSchannel.c:638:4: note: Variable 'hn' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/event.c:122:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/event.c:124:15: style: The scope of the variable 'event' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/event.c:166:15: style: The scope of the variable 'event' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/event.c:79:4: error: Memory leak: event [memleak]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:43:2: warning: Either the condition 'if(semaphore)' is redundant or there is possible null pointer dereference: semaphore. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:47:5: note: Assuming that condition 'if(semaphore)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:43:2: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:44:2: warning: Either the condition 'if(semaphore)' is redundant or there is possible null pointer dereference: semaphore. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:47:5: note: Assuming that condition 'if(semaphore)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:44:2: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:45:2: warning: Either the condition 'if(semaphore)' is redundant or there is possible null pointer dereference: semaphore. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:47:5: note: Assuming that condition 'if(semaphore)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:45:2: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:76:2: warning: Either the condition 'semaphore' is redundant or there is possible null pointer dereference: semaphore. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:47:6: note: Assuming that condition 'semaphore' is not redundant
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:76:2: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:44:2: style: Variable 'semaphore->pipe_fd[0]' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:43:2: note: Variable 'semaphore->pipe_fd[0]' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:44:2: note: Variable 'semaphore->pipe_fd[0]' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:101:19: style: The scope of the variable 'semaphore' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/semaphore.c:54:4: error: Memory leak: semaphore [memleak]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/test/TestSynchCritical.c:47:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/test/TestSynchCritical.c:47:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/synch/wait.c:70:7: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/thread/tls.c:47:23: style: Variable 'dwTlsIndex' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/cmdline.c:176:21: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/cmdline.c:55:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/cmdline.c:67:6: style: The scope of the variable 'value_length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/cmdline.c:264:7: style: Variable 'value_length' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/ArrayList.c:381:2: style: Variable 'arrayList' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/ArrayList.c:379:0: note: Variable 'arrayList' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/ArrayList.c:381:2: note: Variable 'arrayList' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/BufferPool.c:124:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/BufferPool.c:122:0: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/BufferPool.c:124:2: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/CountdownEvent.c:155:2: style: Variable 'countdown' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/CountdownEvent.c:153:0: note: Variable 'countdown' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/CountdownEvent.c:155:2: note: Variable 'countdown' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/Dictionary.c:119:2: style: Variable 'dictionary' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/Dictionary.c:117:0: note: Variable 'dictionary' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/Dictionary.c:119:2: note: Variable 'dictionary' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/ListDictionary.c:268:2: style: Variable 'listDictionary' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/ListDictionary.c:266:0: note: Variable 'listDictionary' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/ListDictionary.c:268:2: note: Variable 'listDictionary' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/MessagePipe.c:53:2: style: Variable 'pipe' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/MessagePipe.c:51:0: note: Variable 'pipe' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/MessagePipe.c:53:2: note: Variable 'pipe' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/MessageQueue.c:185:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/MessageQueue.c:183:0: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/MessageQueue.c:185:2: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/ObjectPool.c:113:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/ObjectPool.c:111:0: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/ObjectPool.c:113:2: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/PubSub.c:198:2: style: Variable 'pubSub' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/PubSub.c:196:0: note: Variable 'pubSub' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/PubSub.c:198:2: note: Variable 'pubSub' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/PubSub.c:127:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/PubSub.c:161:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/Queue.c:224:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/Queue.c:222:0: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/Queue.c:224:2: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/Stack.c:149:2: style: Variable 'stack' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/Stack.c:147:0: note: Variable 'stack' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/Stack.c:149:2: note: Variable 'stack' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/StreamPool.c:319:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/StreamPool.c:317:0: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/collections/StreamPool.c:319:2: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:67:2: style: Variable 'PasswordW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:65:0: note: Variable 'PasswordW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:67:2: note: Variable 'PasswordW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:121:2: style: Variable 'UserW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:117:0: note: Variable 'UserW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:121:2: note: Variable 'UserW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:122:2: style: Variable 'DomainW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:118:0: note: Variable 'DomainW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:122:2: note: Variable 'DomainW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:123:2: style: Variable 'PasswordW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:119:0: note: Variable 'PasswordW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:123:2: note: Variable 'PasswordW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:174:2: style: Variable 'UserW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:170:0: note: Variable 'UserW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:174:2: note: Variable 'UserW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:175:2: style: Variable 'DomainW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:171:0: note: Variable 'DomainW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/ntlm.c:175:2: note: Variable 'DomainW' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/print.c:36:9: style: The scope of the variable 'line' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/sam.c:204:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/sam.c:246:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestArrayList.c:10:9: style: The scope of the variable 'val' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestListDictionary.c:80:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed char *'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestListDictionary.c:80:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed char *'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestListDictionary.c:88:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed char *'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestListDictionary.c:88:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed char *'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestListDictionary.c:96:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed char *'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestListDictionary.c:96:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed char *'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestListDictionary.c:106:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'const char *'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestListDictionary.c:106:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed char *'. [invalidPrintfArgType_sint]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestMessagePipe.c:44:6: style: The scope of the variable 'count' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/test/TestQueue.c:8:6: style: The scope of the variable 'item' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:2335:13: style: Expression is always false because 'else if' condition matches previous condition at line 2332. [multiCondition]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7193:24: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7195:10: note: Assuming that condition '0!=(self)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7193:24: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7231:24: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7233:10: note: Assuming that condition '0!=(self)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7231:24: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7256:21: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7260:10: note: Assuming that condition '0!=(self)' is not redundant
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7256:21: note: Null pointer dereference
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:2417:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:2423:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:2427:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:2436:44: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:2446:50: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:2449:50: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6589:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6593:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6597:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6606:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6610:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6614:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6699:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6703:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6707:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6975:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6976:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:1592:35: style: Same expression on both sides of '=='. [duplicateExpression]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:1402:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:2509:7: style: The scope of the variable 'digitOffset' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:2756:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:3615:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:3616:7: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4054:7: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4905:18: style: The scope of the variable 'unused' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:5686:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:5687:0: style: The scope of the variable 'number' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:5851:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6276:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:6539:22: style: The scope of the variable 'infinity' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:810:12: style: union member 'Anonymous5::doubleNumber' is never used. [unusedStructMember]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4239:7: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4321:7: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4400:7: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4470:7: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4494:21: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4577:9: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4672:9: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:4921:27: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:5671:10: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7453:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7544:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7632:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7702:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7726:19: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/trio.c:7812:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp-1.1.0~git20140921.1.440916e/winpr/libwinpr/utils/trio/triostr.c:1147:10: style: The scope of the variable 'count' can be reduced. [variableScope]
freerdp-1.1.0~git20140921.1.440916e/winpr/tools/hash/hash.c:112:15: style: Variable 'UserLength' is assigned a value that is never used. [unreadVariable]
freerdp-1.1.0~git20140921.1.440916e/winpr/tools/makecert/makecert.c:608:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp-1.1.0~git20140921.1.440916e/winpr/tools/makecert/makecert.c:606:0: note: Variable 'context' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/tools/makecert/makecert.c:608:2: note: Variable 'context' is reassigned a value before the old one has been used.
freerdp-1.1.0~git20140921.1.440916e/winpr/tools/makecert/makecert.c:427:11: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
[22:55]

ftp://ftp.se.debian.org/debian/pool/main/f/freerdp2/freerdp2_2.0.0~git20180411.1.7a7b1802+dfsg1.orig.tar.xz
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/audin/client/alsa/audin_alsa.c:118:6: style: The scope of the variable 'cframes' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/audin/client/alsa/audin_alsa.c:124:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/audin/client/pulse/audin_pulse.c:317:6: style: The scope of the variable 'cframes' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/audin/client/winmm/audin_winmm.c:365:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/client/addin.c:96:2: style: Variable 'ppAddins' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/client/addin.c:93:0: note: Variable 'ppAddins' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/client/addin.c:96:2: note: Variable 'ppAddins' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/client/addin.c:334:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/cliprdr/client/cliprdr_main.c:661:6: style: The scope of the variable 'cchWideChar' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/cliprdr/client/cliprdr_main.c:664:6: style: The scope of the variable 'formatNameLength' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/cliprdr/client/cliprdr_main.c:665:8: style: The scope of the variable 'szFormatName' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/cliprdr/server/cliprdr_main.c:182:6: style: The scope of the variable 'cchWideChar' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/cliprdr/server/cliprdr_main.c:185:6: style: The scope of the variable 'formatNameLength' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/cliprdr/server/cliprdr_main.c:186:8: style: The scope of the variable 'szFormatName' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/cliprdr/server/cliprdr_main.c:1188:9: style: The scope of the variable 'position' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/cliprdr/server/cliprdr_main.c:1542:24: style: The scope of the variable 'cliprdr' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/disp/client/disp_main.c:357:21: style: The scope of the variable 'context' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/drdynvc/client/drdynvc_main.c:236:2: style: Variable 'pDVCPluginEntry' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/drdynvc/client/drdynvc_main.c:234:0: note: Variable 'pDVCPluginEntry' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/drdynvc/client/drdynvc_main.c:236:2: note: Variable 'pDVCPluginEntry' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/drdynvc/client/drdynvc_main.c:59:19: style: The scope of the variable 'listener' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/drdynvc/client/drdynvc_main.c:348:19: style: The scope of the variable 'listener' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/drdynvc/client/drdynvc_main.c:299:39: style: Function 'dvcman_channel_free' argument 1 names different: declaration 'channel' definition 'arg'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/drdynvc/client/drdynvc_main.c:33:39: note: Function 'dvcman_channel_free' argument 1 names different: declaration 'channel' definition 'arg'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/drdynvc/client/drdynvc_main.c:299:39: note: Function 'dvcman_channel_free' argument 1 names different: declaration 'channel' definition 'arg'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/drive/client/drive_file.c:509:88: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/parallel/client/parallel_main.c:154:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/parallel/client/parallel_main.c:151:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/parallel/client/parallel_main.c:154:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/parallel/client/parallel_main.c:203:10: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/parallel/client/parallel_main.c:309:7: style: The scope of the variable 'irp' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/printer/client/printer_main.c:494:6: style: Condition '!driver' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/printer/client/printer_main.c:485:29: note: Assignment 'driver=NULL', assigned value is 0
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/printer/client/printer_main.c:494:6: note: Condition '!driver' is always true
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/printer/client/printer_main.c:479:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/printer/client/printer_win.c:273:2: style: Variable 'prninfo' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/printer/client/printer_win.c:265:0: note: Variable 'prninfo' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/printer/client/printer_win.c:273:2: note: Variable 'prninfo' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/printer/client/printer_win.c:88:51: style: Variable 'win_printjob' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpdr/client/rdpdr_main.c:681:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpdr/client/rdpdr_main.c:1039:16: style: The scope of the variable 'device' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpdr/client/rdpdr_main.c:1318:10: style: The scope of the variable 'device' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpei/client/rdpei_main.c:947:2: style: Variable 'rdpei' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpei/client/rdpei_main.c:945:0: note: Variable 'rdpei' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpei/client/rdpei_main.c:947:2: note: Variable 'rdpei' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpei/client/rdpei_main.c:139:25: style: The scope of the variable 'contact' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpei/rdpei_common.c:222:10: style: Expression is always false because 'else if' condition matches previous condition at line 213. [multiCondition]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpei/rdpei_common.c:342:10: style: Expression is always false because 'else if' condition matches previous condition at line 329. [multiCondition]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpei/rdpei_common.c:504:10: style: Expression is always false because 'else if' condition matches previous condition at line 494. [multiCondition]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/client/rdpgfx_codec.c:159:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/client/rdpgfx_codec.c:249:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/client/rdpgfx_main.c:1620:2: style: Variable 'pData' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/client/rdpgfx_main.c:1617:0: note: Variable 'pData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/client/rdpgfx_main.c:1620:2: note: Variable 'pData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/client/rdpgfx_main.c:808:16: style: The scope of the variable 'fillRect' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/client/rdpgfx_main.c:879:18: style: The scope of the variable 'destPt' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/client/rdpgfx_main.c:1001:18: style: The scope of the variable 'destPt' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/client/rdpgfx_main.c:1676:23: style: The scope of the variable 'context' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/server/rdpgfx_main.c:230:15: style: The scope of the variable 'monitor' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/server/rdpgfx_main.c:508:16: style: The scope of the variable 'regionRect' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/server/rdpgfx_main.c:509:29: style: The scope of the variable 'quantQualityVal' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpgfx/server/rdpgfx_main.c:1100:31: style: The scope of the variable 'cacheEntries' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/alsa/rdpsnd_alsa.c:471:6: style: The scope of the variable 'frames' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/alsa/rdpsnd_alsa.c:543:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/mac/rdpsnd_mac.c:259:18: style: Variable 'volumeRight' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/opensles/opensl_io.c:366:51: style: Function 'android_SetOutputMute' argument 2 names different: declaration 'mute' definition '_mute'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/opensles/opensl_io.h:93:65: note: Function 'android_SetOutputMute' argument 2 names different: declaration 'mute' definition '_mute'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/opensles/opensl_io.c:366:51: note: Function 'android_SetOutputMute' argument 2 names different: declaration 'mute' definition '_mute'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/opensles/rdpsnd_opensles.c:259:47: style: Function 'rdpsnd_opensles_set_volume' argument 2 names different: declaration 'volume' definition 'value'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/opensles/rdpsnd_opensles.c:105:47: note: Function 'rdpsnd_opensles_set_volume' argument 2 names different: declaration 'volume' definition 'value'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/opensles/rdpsnd_opensles.c:259:47: note: Function 'rdpsnd_opensles_set_volume' argument 2 names different: declaration 'volume' definition 'value'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/oss/rdpsnd_oss.c:403:20: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/pulse/rdpsnd_pulse.c:264:7: style: The scope of the variable 'ss' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/pulse/rdpsnd_pulse.c:548:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/pulse/rdpsnd_pulse.c:549:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/rdpsnd_main.c:292:16: style: The scope of the variable 'clientFormat' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/rdpsnd_main.c:860:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/rdpsnd_main.c:862:27: style: The scope of the variable 'arg' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/winmm/rdpsnd_winmm.c:188:3: style: Variable 'mmResult' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/winmm/rdpsnd_winmm.c:186:3: note: Variable 'mmResult' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/rdpsnd/client/winmm/rdpsnd_winmm.c:188:3: note: Variable 'mmResult' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/remdesk/server/remdesk_main.c:291:2: style: Variable 'raConnectionStringW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/remdesk/server/remdesk_main.c:286:0: note: Variable 'raConnectionStringW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/remdesk/server/remdesk_main.c:291:2: note: Variable 'raConnectionStringW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/remdesk/server/remdesk_main.c:344:2: style: Variable 'raConnectionStringW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/remdesk/server/remdesk_main.c:340:0: note: Variable 'raConnectionStringW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/remdesk/server/remdesk_main.c:344:2: note: Variable 'raConnectionStringW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/serial/client/serial_main.c:969:1: style: Label 'error_out' is not used. [unusedLabel]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/serial/client/serial_main.c:832:11: style: Variable 'driver' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_operations.c:1401:2: style: Variable 'states' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_operations.c:1398:0: note: Variable 'states' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_operations.c:1401:2: note: Variable 'states' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_operations.c:1066:76: style: Same value in both branches of ternary operator. [duplicateValueTernary]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_operations.c:1137:76: style: Same value in both branches of ternary operator. [duplicateValueTernary]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1419:8: style: The scope of the variable 'szEventState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1420:8: style: The scope of the variable 'szCurrentState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1586:8: style: The scope of the variable 'szEventState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1587:8: style: The scope of the variable 'szCurrentState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1636:22: style: The scope of the variable 'rgReaderState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1658:8: style: The scope of the variable 'rgbAtr' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1659:8: style: The scope of the variable 'szEventState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1660:8: style: The scope of the variable 'szCurrentState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1661:22: style: The scope of the variable 'rgReaderState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:1856:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:2580:8: style: The scope of the variable 'pbExtraBytes' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:2648:8: style: The scope of the variable 'pbExtraBytes' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:2869:8: style: The scope of the variable 'szEventState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:2870:8: style: The scope of the variable 'szCurrentState' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/smartcard/client/smartcard_pack.c:2871:8: style: The scope of the variable 'rgbAtr' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/sshagent/server/sshagent_main.c:279:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/alsa/tsmf_alsa.c:142:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/alsa/tsmf_alsa.c:143:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/alsa/tsmf_alsa.c:144:6: style: The scope of the variable 'frames' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/alsa/tsmf_alsa.c:148:6: style: The scope of the variable 'rbytes_per_frame' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/alsa/tsmf_alsa.c:149:6: style: The scope of the variable 'sbytes_per_frame' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:152:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:154:14: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:400:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/gstreamer/tsmf_X11.c:283:20: style: The scope of the variable 'hdl' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/gstreamer/tsmf_X11.c:327:24: style: Function 'tsmf_window_resize' argument 6 names different: declaration 'nr_rect' definition 'nr_rects'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/gstreamer/tsmf_platform.h:78:36: note: Function 'tsmf_window_resize' argument 6 names different: declaration 'nr_rect' definition 'nr_rects'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/gstreamer/tsmf_X11.c:327:24: note: Function 'tsmf_window_resize' argument 6 names different: declaration 'nr_rect' definition 'nr_rects'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/gstreamer/tsmf_X11.c:327:44: style: Function 'tsmf_window_resize' argument 7 names different: declaration 'visible' definition 'rects'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/gstreamer/tsmf_platform.h:78:55: note: Function 'tsmf_window_resize' argument 7 names different: declaration 'visible' definition 'rects'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/gstreamer/tsmf_X11.c:327:44: note: Function 'tsmf_window_resize' argument 7 names different: declaration 'visible' definition 'rects'.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/gstreamer/tsmf_gstreamer.c:557:14: style: The scope of the variable 'video' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/gstreamer/tsmf_gstreamer.c:558:14: style: The scope of the variable 'audio' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/oss/tsmf_oss.c:170:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/pulse/tsmf_pulse.c:281:8: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/pulse/tsmf_pulse.c:282:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/pulse/tsmf_pulse.c:283:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_codec.c:42:14: style: struct member '_TSMFMediaTypeMap::name' is never used. [unusedStructMember]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:216:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:283:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:329:8: style: The scope of the variable 'Left' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:329:14: style: The scope of the variable 'Top' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:330:8: style: The scope of the variable 'Right' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:330:15: style: The scope of the variable 'Bottom' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:484:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:346:10: style: Variable 'Left' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:347:9: style: Variable 'Top' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:348:11: style: Variable 'Right' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_ifman.c:349:12: style: Variable 'Bottom' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_main.c:92:25: warning: Either the condition 'callback?callback->channel:NULL' is redundant or there is possible null pointer dereference: callback. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_main.c:101:22: note: Assuming that condition 'callback?callback->channel:NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_main.c:92:25: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_main.c:98:7: warning: Either the condition 'callback?callback->channel:NULL' is redundant or there is possible null pointer dereference: callback. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_main.c:101:22: note: Assuming that condition 'callback?callback->channel:NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_main.c:98:7: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_main.c:368:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_main.c:369:21: style: The scope of the variable 'presentation' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_media.c:176:15: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_media.c:401:7: style: The scope of the variable 'guid_str' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_media.c:988:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_media.c:1009:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_media.c:1028:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_media.c:1047:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_media.c:1096:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/tsmf/client/tsmf_media.c:1178:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:735:43: warning: Either the condition 'if(pdev&&!pdev->isSigToEnd(pdev))' is redundant or there is possible null pointer dereference: pdev. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:797:5: note: Assuming that condition 'if(pdev&&!pdev->isSigToEnd(pdev))' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:735:43: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:765:2: warning: Either the condition 'if(pdev&&!pdev->isSigToEnd(pdev))' is redundant or there is possible null pointer dereference: pdev. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:797:5: note: Assuming that condition 'if(pdev&&!pdev->isSigToEnd(pdev))' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:765:2: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2328:2: warning: Either the condition 'if(pdev)' is redundant or there is possible null pointer dereference: pdev. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2434:5: note: Assuming that condition 'if(pdev)' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2328:2: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2331:2: warning: Either the condition 'if(pdev)' is redundant or there is possible null pointer dereference: pdev. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2434:5: note: Assuming that condition 'if(pdev)' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2331:2: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:68:2: style: Variable 'isoch_queue' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:64:0: note: Variable 'isoch_queue' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:68:2: note: Variable 'isoch_queue' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2274:4: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2266:4: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2274:4: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2286:4: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2278:4: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/data_transfer.c:2286:4: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/isoch_queue.c:82:23: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/isoch_queue.c:140:23: style: The scope of the variable 'isoch' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1015:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret < 4' is always true. [redundantCondition]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1384:2: style: Variable 'iso_transfer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1381:0: note: Variable 'iso_transfer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1384:2: note: Variable 'iso_transfer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1491:2: style: Variable 'transfer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1486:0: note: Variable 'transfer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1491:2: note: Variable 'transfer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:175:8: style: The scope of the variable 'b' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:361:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:379:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:721:31: style: The scope of the variable 'MsInterfaces' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:757:26: style: The scope of the variable 't_MsPipes' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:993:8: style: The scope of the variable 'strDesc' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1172:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1172:9: style: The scope of the variable 'err' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1335:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevice.c:1931:28: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevman.c:128:2: style: Variable 'pdev' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevman.c:125:0: note: Variable 'pdev' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevman.c:128:2: note: Variable 'pdev' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevman.c:100:12: style: The scope of the variable 'pdev' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevman.c:214:11: style: The scope of the variable 'pdev' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevman.c:215:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevman.c:215:15: style: The scope of the variable 'err' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevman.c:336:11: style: The scope of the variable 'pdev' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/libusb_udevman.c:516:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/request_queue.c:90:21: style: The scope of the variable 'request' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/libusb/request_queue.c:109:20: style: The scope of the variable 'request' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/searchman.c:162:17: style: The scope of the variable 'usb' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/searchman.c:178:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/urbdrc_main.c:187:6: style: The scope of the variable 'noAck' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/urbdrc/client/urbdrc_main.c:188:12: style: The scope of the variable 'pdev' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/video/client/video_main.c:762:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/channels/video/client/video_main.c:483:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/DirectFB/df_event.c:212:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/DirectFB/df_event.c:217:17: style: The scope of the variable 'input_event' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/DirectFB/dfreerdp.c:215:7: style: The scope of the variable 'answer' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/DirectFB/dfreerdp.c:295:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/DirectFB/dfreerdp.c:459:19: warning: Calling 'sizeof' on 'sizeof'. [sizeofsizeof]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/Wayland/wlf_input.c:73:6: style: The scope of the variable 'direction' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/Wayland/wlfreerdp.c:106:14: style: The scope of the variable 'output' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/generate_argument_docbook.c:126:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/generate_argument_docbook.c:124:0: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/generate_argument_docbook.c:126:2: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_client.c:1511:64: style: Condition '!status' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_client.c:1509:6: note: Assuming that condition '!status' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_client.c:1511:64: note: Condition '!status' is always true
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_client.c:297:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_client.c:522:8: style: The scope of the variable 'windowTitle' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_client.c:1039:6: style: The scope of the variable 'logical' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:159:2: style: Variable 'owner' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:157:0: note: Variable 'owner' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:159:2: note: Variable 'owner' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:528:2: style: Variable 'formats' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:526:0: note: Variable 'formats' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:528:2: note: Variable 'formats' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:549:2: style: Variable 'formats' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:547:0: note: Variable 'formats' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:549:2: note: Variable 'formats' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:644:3: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:639:0: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:644:3: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:205:19: style: The scope of the variable 'format' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:222:19: style: The scope of the variable 'format' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:239:19: style: The scope of the variable 'client_format' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:1182:32: style: The scope of the variable 'caps' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:686:17: style: Checking if unsigned variable 'bytes_left' is less than zero. [unsignedLessThanZero]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_cliprdr.c:704:18: style: Checking if unsigned variable 'bytes_left' is less than zero. [unsignedLessThanZero]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_event.c:163:8: style: The scope of the variable 'xevent' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_event.c:208:8: style: The scope of the variable 'name' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_event.c:769:15: style: The scope of the variable 'appWindow' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_event.c:793:15: style: The scope of the variable 'appWindow' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_event.c:822:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_event.c:260:13: style: Variable 'settings' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gdi.c:228:8: style: The scope of the variable 'cdata' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gdi.c:229:10: style: The scope of the variable 'image' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gdi.c:997:10: style: The scope of the variable 'image' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gfx.c:121:32: warning: Either the condition '!gdi' is redundant or there is possible null pointer dereference: gdi. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gfx.c:123:6: note: Assuming that condition '!gdi' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gfx.c:121:32: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gfx.c:346:2: style: Variable 'surface' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gfx.c:345:0: note: Variable 'surface' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gfx.c:346:2: note: Variable 'surface' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_gfx.c:118:16: style: The scope of the variable 'surface' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_keyboard.c:52:8: style: The scope of the variable 'keyCombination' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_keyboard.c:360:8: style: The scope of the variable 'keyCombination' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_keyboard.c:450:21: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.c:137:49: style: Function 'xf_detect_monitors' argument 2 names different: declaration 'pWidth' definition 'pMaxWidth'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.h:47:61: note: Function 'xf_detect_monitors' argument 2 names different: declaration 'pWidth' definition 'pMaxWidth'.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.c:137:49: note: Function 'xf_detect_monitors' argument 2 names different: declaration 'pWidth' definition 'pMaxWidth'.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.c:137:68: style: Function 'xf_detect_monitors' argument 3 names different: declaration 'pHeight' definition 'pMaxHeight'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.h:47:77: note: Function 'xf_detect_monitors' argument 3 names different: declaration 'pHeight' definition 'pMaxHeight'.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.c:137:68: note: Function 'xf_detect_monitors' argument 3 names different: declaration 'pHeight' definition 'pMaxHeight'.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.c:59:6: style: Unused variable: major [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.c:59:13: style: Unused variable: minor [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.c:60:6: style: Unused variable: i [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.c:60:0: style: Variable 'nmonitors' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_monitor.c:314:23: style: Unused variable: attrs [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_rail.c:743:2: style: Variable 'appWindow' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_rail.c:741:0: note: Variable 'appWindow' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_rail.c:743:2: note: Variable 'appWindow' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_rail.c:839:2: style: Variable 'appWindow' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_rail.c:837:0: note: Variable 'appWindow' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_rail.c:839:2: note: Variable 'appWindow' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_rail.c:195:15: style: The scope of the variable 'appWindow' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_window.c:151:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_window.c:1128:15: style: The scope of the variable 'appWindow' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_window.c:585:13: style: Variable 'settings' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_window.c:1014:6: style: Unused variable: i [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_window.c:1015:14: style: Unused variable: xrects [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_window.c:1040:6: style: Unused variable: i [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/X11/xf_window.c:1041:14: style: Unused variable: xrects [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/client.c:436:7: style: The scope of the variable 'answer' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:283:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:274:13: note: outer condition: count>1
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:283:14: note: identical inner condition: count>1
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:2780:2: style: Variable 'entryEx' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:2779:0: note: Variable 'entryEx' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:2780:2: note: Variable 'entryEx' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:266:18: style: The scope of the variable 'printer' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:823:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:1042:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:2809:14: style: The scope of the variable 'args' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:2886:20: style: The scope of the variable 'smartcard' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:2904:18: style: The scope of the variable 'printer' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/cmdline.c:886:28: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/compatibility.c:269:7: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/compatibility.c:270:9: style: The scope of the variable 'a' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/compatibility.c:271:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/compatibility.c:271:10: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/compatibility.c:377:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/file.c:523:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/file.c:520:0: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/file.c:523:2: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/file.c:686:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/file.c:688:15: style: The scope of the variable 'line' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/file.c:1188:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/file.c:1296:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/client/common/test/TestClientRdpFile.c:269:15: style: The scope of the variable 'line' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gdi.h:38:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/bitmap.c:338:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/bitmap.c:338:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/bitmap.c:339:13: style: The scope of the variable 'bitmap' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/bitmap.c:257:39: style: Function 'bitmap_cache_put' argument 1 names different: declaration 'bitmap_cache' definition 'bitmapCache'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/bitmap.c:43:46: note: Function 'bitmap_cache_put' argument 1 names different: declaration 'bitmap_cache' definition 'bitmapCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/bitmap.c:257:39: note: Function 'bitmap_cache_put' argument 1 names different: declaration 'bitmap_cache' definition 'bitmapCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/brush.c:96:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/brush.c:91:0: note: Variable 'data' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/brush.c:96:2: note: Variable 'data' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/brush.c:226:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:570:42: style: Function 'glyph_cache_get' argument 1 names different: declaration 'glyph_cache' definition 'glyphCache'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:36:49: note: Function 'glyph_cache_get' argument 1 names different: declaration 'glyph_cache' definition 'glyphCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:570:42: note: Function 'glyph_cache_get' argument 1 names different: declaration 'glyph_cache' definition 'glyphCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:596:37: style: Function 'glyph_cache_put' argument 1 names different: declaration 'glyph_cache' definition 'glyphCache'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:38:44: note: Function 'glyph_cache_put' argument 1 names different: declaration 'glyph_cache' definition 'glyphCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:596:37: note: Function 'glyph_cache_put' argument 1 names different: declaration 'glyph_cache' definition 'glyphCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:597:32: style: Function 'glyph_cache_put' argument 4 names different: declaration 'entry' definition 'glyph'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:39:39: note: Function 'glyph_cache_put' argument 4 names different: declaration 'entry' definition 'glyph'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:597:32: note: Function 'glyph_cache_put' argument 4 names different: declaration 'entry' definition 'glyph'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:624:53: style: Function 'glyph_cache_fragment_get' argument 1 names different: declaration 'glyph' definition 'glyphCache'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:41:60: note: Function 'glyph_cache_fragment_get' argument 1 names different: declaration 'glyph' definition 'glyphCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:624:53: note: Function 'glyph_cache_fragment_get' argument 1 names different: declaration 'glyph' definition 'glyphCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:625:46: style: Function 'glyph_cache_fragment_get' argument 3 names different: declaration 'count' definition 'size'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:42:17: note: Function 'glyph_cache_fragment_get' argument 3 names different: declaration 'count' definition 'size'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:625:46: note: Function 'glyph_cache_fragment_get' argument 3 names different: declaration 'count' definition 'size'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:646:46: style: Function 'glyph_cache_fragment_put' argument 1 names different: declaration 'glyph' definition 'glyphCache'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:43:53: note: Function 'glyph_cache_fragment_put' argument 1 names different: declaration 'glyph' definition 'glyphCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:646:46: note: Function 'glyph_cache_fragment_put' argument 1 names different: declaration 'glyph' definition 'glyphCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:647:38: style: Function 'glyph_cache_fragment_put' argument 3 names different: declaration 'count' definition 'size'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:44:45: note: Function 'glyph_cache_fragment_put' argument 3 names different: declaration 'count' definition 'size'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:647:38: note: Function 'glyph_cache_fragment_put' argument 3 names different: declaration 'count' definition 'size'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:647:56: style: Function 'glyph_cache_fragment_put' argument 4 names different: declaration 'entry' definition 'fragment'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:44:64: note: Function 'glyph_cache_fragment_put' argument 4 names different: declaration 'entry' definition 'fragment'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/glyph.c:647:56: note: Function 'glyph_cache_fragment_put' argument 4 names different: declaration 'entry' definition 'fragment'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/nine_grid.c:128:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/offscreen.c:201:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/offscreen.c:202:13: style: The scope of the variable 'bitmap' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/offscreen.c:135:45: style: Function 'offscreen_cache_put' argument 1 names different: declaration 'offscreen_cache' definition 'offscreenCache'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/offscreen.c:37:52: note: Function 'offscreen_cache_put' argument 1 names different: declaration 'offscreen_cache' definition 'offscreenCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/offscreen.c:135:45: note: Function 'offscreen_cache_put' argument 1 names different: declaration 'offscreen_cache' definition 'offscreenCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/offscreen.c:148:48: style: Function 'offscreen_cache_delete' argument 1 names different: declaration 'offscreen' definition 'offscreenCache'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/offscreen.c:39:55: note: Function 'offscreen_cache_delete' argument 1 names different: declaration 'offscreen' definition 'offscreenCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/offscreen.c:148:48: note: Function 'offscreen_cache_delete' argument 1 names different: declaration 'offscreen' definition 'offscreenCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/palette.c:52:42: style: Function 'palette_cache_get' argument 1 names different: declaration 'palette' definition 'paletteCache'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/palette.c:33:49: note: Function 'palette_cache_get' argument 1 names different: declaration 'palette' definition 'paletteCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/palette.c:52:42: note: Function 'palette_cache_get' argument 1 names different: declaration 'palette' definition 'paletteCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/palette.c:73:41: style: Function 'palette_cache_put' argument 1 names different: declaration 'palette' definition 'paletteCache'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/palette.c:35:48: note: Function 'palette_cache_put' argument 1 names different: declaration 'palette' definition 'paletteCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/palette.c:73:41: note: Function 'palette_cache_put' argument 1 names different: declaration 'palette' definition 'paletteCache'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/cache/pointer.c:303:15: style: The scope of the variable 'pointer' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/audio.c:127:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/audio.c:128:16: style: The scope of the variable 'format' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/audio.c:147:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/audio.c:148:16: style: The scope of the variable 'format' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/color.c:41:14: style: The scope of the variable 'srcp' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/color.c:141:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/dsp.c:49:6: style: The scope of the variable 'n1' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/dsp.c:49:10: style: The scope of the variable 'n2' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/dsp.c:439:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264.c:519:11: style: Condition 'i>0' is always false [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264.c:490:10: note: Assignment 'i=0', assigned value is 0
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264.c:519:11: note: Condition 'i>0' is always false
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264.c:519:11: style: Same expression on both sides of '>' because the value of 'i' and '0' are the same. [duplicateExpression]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264.c:490:10: note: 'i' is assigned value '0' here.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264.c:519:11: note: Same expression on both sides of '>' because the value of 'i' and '0' are the same.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264.c:104:8: style: The scope of the variable 'pDstPoint' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264_ffmpeg.c:384:6: style: Condition '!gotFrame' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264_ffmpeg.c:296:17: note: Assignment 'gotFrame=0', assigned value is 0
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264_ffmpeg.c:384:6: note: Condition '!gotFrame' is always true
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264_mf.c:430:44: style: Variable 'sys' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264_openh264.c:29:0: error: #error "Unsupported OpenH264 version "OPENH264_MAJOR"."OPENH264_MINOR"."OPENH264_REVISION" detected!" [preprocessorErrorDirective]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/h264_x264.c:41:0: error: #error "X264 backend not implemented, please review your configuration!" [preprocessorErrorDirective]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/ncrush.c:2130:9: style: Condition 'j<0' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/ncrush.c:2128:8: note: Assignment 'j=-1', assigned value is -1
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/ncrush.c:2130:9: note: Condition 'j<0' is always true
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/ncrush.c:1822:8: style: The scope of the variable 'CopyOffsetPtr' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/ncrush.c:2106:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/ncrush.c:2220:6: style: The scope of the variable 'NewHash' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/ncrush.c:2221:6: style: The scope of the variable 'NewMatch' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/ncrush.c:2279:6: style: The scope of the variable 'MatchLength' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_encode.c:97:14: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_encode.c:251:8: style: The scope of the variable 'co_dst' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_encode.c:252:8: style: The scope of the variable 'cg_dst' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_encode.c:254:8: style: The scope of the variable 'co_src1' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_encode.c:256:8: style: The scope of the variable 'cg_src1' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_sse2.c:45:14: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_sse2.c:341:8: style: The scope of the variable 'co_dst' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_sse2.c:342:8: style: The scope of the variable 'cg_dst' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_sse2.c:344:8: style: The scope of the variable 'co_src1' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/nsc_sse2.c:346:8: style: The scope of the variable 'cg_src1' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/planar.c:307:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/planar.c:318:2: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/planar.c:307:2: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/planar.c:951:60: style: Function 'freerdp_bitmap_planar_compress_plane_rle' argument 1 names different: declaration 'plane' definition 'inPlane'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/planar.c:37:17: note: Function 'freerdp_bitmap_planar_compress_plane_rle' argument 1 names different: declaration 'plane' definition 'inPlane'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/planar.c:951:60: note: Function 'freerdp_bitmap_planar_compress_plane_rle' argument 1 names different: declaration 'plane' definition 'inPlane'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:322:2: style: Variable 'pData' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:320:0: note: Variable 'pData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:322:2: note: Variable 'pData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:355:24: style: The scope of the variable 'tile' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:440:9: style: The scope of the variable 'pL' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:440:14: style: The scope of the variable 'pH' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:440:19: style: The scope of the variable 'pX' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:514:9: style: The scope of the variable 'pL' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:514:14: style: The scope of the variable 'pH' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:514:19: style: The scope of the variable 'pX' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:1568:30: style: The scope of the variable 'quantVal' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:1569:32: style: The scope of the variable 'quantProgVal' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:1999:6: style: The scope of the variable 'count' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:2000:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/progressive.c:2002:31: style: The scope of the variable 'surface' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx.c:758:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx.c:1227:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx.c:1228:12: style: The scope of the variable 'tile' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx.c:1741:12: style: The scope of the variable 'tile' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx_encode.c:52:14: style: The scope of the variable 'src' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx_encode.c:54:9: style: The scope of the variable 'r_last' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx_encode.c:54:18: style: The scope of the variable 'g_last' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx_encode.c:54:27: style: The scope of the variable 'b_last' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx_quantization.c:54:59: style: Function 'rfx_quantization_decode' argument 2 names different: declaration 'quantization_values' definition 'quantVals'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx_quantization.h:27:23: note: Function 'rfx_quantization_decode' argument 2 names different: declaration 'quantization_values' definition 'quantVals'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx_quantization.c:54:59: note: Function 'rfx_quantization_decode' argument 2 names different: declaration 'quantization_values' definition 'quantVals'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/rfx_rlgr.c:580:3: style: Variable 'kr' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/test/TestFreeRDPCodecPlanar.c:2975:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/test/TestFreeRDPCodecPlanar.c:2966:0: note: Variable 'rc' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/test/TestFreeRDPCodecPlanar.c:2975:2: note: Variable 'rc' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/test/TestFreeRDPCodecPlanar.c:2978:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/test/TestFreeRDPCodecProgressive.c:241:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/test/TestFreeRDPCodecProgressive.c:179:10: style: The scope of the variable 'pDstPixel' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/test/TestFreeRDPCodecProgressive.c:728:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/xcrush.c:434:2: style: Variable 'Signatures' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/xcrush.c:433:0: note: Variable 'Signatures' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/xcrush.c:434:2: note: Variable 'Signatures' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/xcrush.c:423:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/xcrush.c:828:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/zgfx.c:198:6: style: The scope of the variable 'haveBits' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/zgfx.c:199:6: style: The scope of the variable 'inPrefix' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/codec/zgfx.c:117:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/assistance.c:518:2: style: Variable 'passStub' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/assistance.c:512:0: note: Variable 'passStub' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/assistance.c:518:2: note: Variable 'passStub' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/assistance.c:766:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/assistance.c:769:9: style: The scope of the variable 'ln' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/assistance.c:769:13: style: The scope of the variable 'hn' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/assistance.c:813:6: style: The scope of the variable 'ln' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/assistance.c:813:10: style: The scope of the variable 'hn' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:488:2: style: Variable '_channel' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:486:0: note: Variable '_channel' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:488:2: note: Variable '_channel' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:580:2: style: Variable '_channel' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:578:0: note: Variable '_channel' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:580:2: note: Variable '_channel' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:92:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:196:16: style: The scope of the variable 'device' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:215:16: style: The scope of the variable 'device' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:401:16: style: The scope of the variable 'device' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:470:14: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/common/settings.c:562:14: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/autodetect.c:632:37: style: Function 'autodetect_free' argument 1 names different: declaration 'autodetect' definition 'autoDetect'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/autodetect.h:40:51: note: Function 'autodetect_free' argument 1 names different: declaration 'autodetect' definition 'autoDetect'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/autodetect.c:632:37: note: Function 'autodetect_free' argument 1 names different: declaration 'autodetect' definition 'autoDetect'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/bulk.c:78:2: style: Variable '_pSrcData' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/bulk.c:73:0: note: Variable '_pSrcData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/bulk.c:78:2: note: Variable '_pSrcData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/bulk.c:119:9: style: The scope of the variable 'CompressionRatio' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/bulk.c:189:9: style: The scope of the variable 'CompressionRatio' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/bulk.c:227:22: style: Variable 'CompressionRatio' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/capabilities.c:2851:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/capabilities.c:2855:4: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/capabilities.c:2851:9: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/capabilities.c:3523:13: style: The scope of the variable 'em' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/certificate.c:708:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/certificate.c:704:0: note: Variable 'key' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/certificate.c:708:2: note: Variable 'key' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/certificate.c:787:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/certificate.c:783:0: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/certificate.c:787:2: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/channels.c:56:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:584:2: style: Variable 'event' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:581:0: note: Variable 'event' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:584:2: note: Variable 'event' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:45:21: style: The scope of the variable 'pChannelOpenData' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:63:17: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:230:23: style: The scope of the variable 'pChannelClientData' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:621:23: style: The scope of the variable 'pChannelClientData' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:665:21: style: The scope of the variable 'pChannelOpenData' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:666:23: style: The scope of the variable 'pChannelClientData' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:714:21: style: The scope of the variable 'pChannelOpenData' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/client.c:799:21: style: The scope of the variable 'pChannelOpenData' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/connection.c:775:8: style: The scope of the variable 'mark' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/fastpath.c:879:78: style: Function 'fastpath_send_multiple_input_pdu' argument 3 names different: declaration 'iEventCount' definition 'iNumEvents'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/fastpath.h:163:25: note: Function 'fastpath_send_multiple_input_pdu' argument 3 names different: declaration 'iEventCount' definition 'iNumEvents'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/fastpath.c:879:78: note: Function 'fastpath_send_multiple_input_pdu' argument 3 names different: declaration 'iEventCount' definition 'iNumEvents'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/freerdp.c:79:2: style: Variable 'pUserData' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/freerdp.c:78:0: note: Variable 'pUserData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/freerdp.c:79:2: note: Variable 'pUserData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/freerdp.c:121:2: style: Variable 'pUserData' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/freerdp.c:119:0: note: Variable 'pUserData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/freerdp.c:121:2: note: Variable 'pUserData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/freerdp.c:429:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/freerdp.c:428:0: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/freerdp.c:429:2: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/http.c:493:3: style: Variable 'separator' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/http.c:490:0: note: Variable 'separator' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/http.c:493:3: note: Variable 'separator' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/http.c:45:10: style: The scope of the variable 'sc' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/http.c:46:9: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/http.c:531:8: style: The scope of the variable 'name' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/http.c:535:7: style: The scope of the variable 'end_of_header_char' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/ntlm.c:107:2: style: Variable 'hostnameX' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/ntlm.c:103:0: note: Variable 'hostnameX' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/ntlm.c:107:2: note: Variable 'hostnameX' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/ntlm.c:38:43: style: Function 'ntlm_client_init' argument 2 names different: declaration 'confidentiality' definition 'http'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/ntlm.h:70:57: note: Function 'ntlm_client_init' argument 2 names different: declaration 'confidentiality' definition 'http'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/ntlm.c:38:43: note: Function 'ntlm_client_init' argument 2 names different: declaration 'confidentiality' definition 'http'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rdg.c:311:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rdg.c:307:0: note: Variable 'request' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rdg.c:311:2: note: Variable 'request' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rdg.c:1295:9: style: The scope of the variable 'readCount' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rdg.c:1352:9: style: The scope of the variable 'readCount' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rdg.c:1038:23: style: Variable 'isProxyConnection' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc.c:479:2: style: Variable 'inChannel' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc.c:478:0: note: Variable 'inChannel' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc.c:479:2: note: Variable 'inChannel' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc.c:620:2: style: Variable 'outChannel' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc.c:619:0: note: Variable 'outChannel' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc.c:620:2: note: Variable 'outChannel' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc.c:271:48: style: Function 'rpc_get_stub_data_info' argument 2 names different: declaration 'header' definition 'buffer'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc.h:774:62: note: Function 'rpc_get_stub_data_info' argument 2 names different: declaration 'header' definition 'buffer'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc.c:271:48: note: Function 'rpc_get_stub_data_info' argument 2 names different: declaration 'header' definition 'buffer'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc_client.c:282:22: style: Condition 'rpc->State>=RPC_CLIENT_STATE_CONTEXT_NEGOTIATED' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc_client.c:169:21: style: The scope of the variable 'rts' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc_client.c:296:17: style: The scope of the variable 'call' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc_client.c:553:25: style: The scope of the variable 'header' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc_client.c:834:42: style: Function 'rpc_client_call_free' argument 1 names different: declaration 'client_call' definition 'clientCall'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc_client.h:31:56: note: Function 'rpc_client_call_free' argument 1 names different: declaration 'client_call' definition 'clientCall'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rpc_client.c:834:42: note: Function 'rpc_client_call_free' argument 1 names different: declaration 'client_call' definition 'clientCall'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rts_signature.c:283:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rts_signature.c:324:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/rts_signature.c:358:19: style: The scope of the variable 'pSignature' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:593:3: style: Variable 'versionCaps->majorVersion' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:592:3: note: Variable 'versionCaps->majorVersion' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:593:3: note: Variable 'versionCaps->majorVersion' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:925:4: style: Variable 'Pointer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:919:4: note: Variable 'Pointer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:925:4: note: Variable 'Pointer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:951:4: style: Variable 'Pointer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:945:4: note: Variable 'Pointer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:951:4: note: Variable 'Pointer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:702:11: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:795:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:756:2: style: Variable 'Pointer' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gateway/tsg.c:790:3: style: Variable 'idleTimeout' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gcc.c:336:9: style: The scope of the variable 'begPos' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gcc.c:336:17: style: The scope of the variable 'endPos' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gcc.c:470:8: style: The scope of the variable 'holdp' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gcc.c:1774:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/gcc.c:1860:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/info.c:691:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/info.c:695:2: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/info.c:691:2: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/input.c:155:16: style: Variable 'keyboardFlags' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/license.c:1053:94: style: Function 'license_write_platform_challenge_response_packet' argument 3 names different: declaration 'mac_data' definition 'macData'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/license.c:70:44: note: Function 'license_write_platform_challenge_response_packet' argument 3 names different: declaration 'mac_data' definition 'macData'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/license.c:1053:94: note: Function 'license_write_platform_challenge_response_packet' argument 3 names different: declaration 'mac_data' definition 'macData'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/listener.c:305:6: style: The scope of the variable 'peer_sockfd' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nego.c:672:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nego.c:666:0: note: Variable 'str' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nego.c:672:2: note: Variable 'str' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nego.c:668:14: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nla.c:2169:2: style: Variable 'hostnameX' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nla.c:2162:0: note: Variable 'hostnameX' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nla.c:2169:2: note: Variable 'hostnameX' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nla.c:2170:2: style: Variable 'ServiceClassX' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nla.c:2163:0: note: Variable 'ServiceClassX' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nla.c:2170:2: note: Variable 'ServiceClassX' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nla.c:180:13: style: The scope of the variable 'sam' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nla.c:181:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/nla.c:633:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:1501:8: style: The scope of the variable 'phold' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:2297:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:2373:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:1735:64: style: Function 'update_write_cache_bitmap_order' argument 2 names different: declaration 'cache_bitmap_order' definition 'cache_bitmap'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.h:243:35: note: Function 'update_write_cache_bitmap_order' argument 2 names different: declaration 'cache_bitmap_order' definition 'cache_bitmap'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:1735:64: note: Function 'update_write_cache_bitmap_order' argument 2 names different: declaration 'cache_bitmap_order' definition 'cache_bitmap'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:1861:64: style: Function 'update_write_cache_bitmap_v2_order' argument 2 names different: declaration 'cache_bitmap_v2_order' definition 'cache_bitmap_v2'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.h:250:32: note: Function 'update_write_cache_bitmap_v2_order' argument 2 names different: declaration 'cache_bitmap_v2_order' definition 'cache_bitmap_v2'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:1861:64: note: Function 'update_write_cache_bitmap_v2_order' argument 2 names different: declaration 'cache_bitmap_v2_order' definition 'cache_bitmap_v2'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:1990:64: style: Function 'update_write_cache_bitmap_v3_order' argument 2 names different: declaration 'cache_bitmap_v3_order' definition 'cache_bitmap_v3'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.h:257:32: note: Function 'update_write_cache_bitmap_v3_order' argument 2 names different: declaration 'cache_bitmap_v3_order' definition 'cache_bitmap_v3'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:1990:64: note: Function 'update_write_cache_bitmap_v3_order' argument 2 names different: declaration 'cache_bitmap_v3_order' definition 'cache_bitmap_v3'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:2053:40: style: Function 'update_write_cache_color_table_order' argument 2 names different: declaration 'cache_color_table_order' definition 'cache_color_table'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.h:264:40: note: Function 'update_write_cache_color_table_order' argument 2 names different: declaration 'cache_color_table_order' definition 'cache_color_table'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:2053:40: note: Function 'update_write_cache_color_table_order' argument 2 names different: declaration 'cache_color_table_order' definition 'cache_color_table'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:2130:62: style: Function 'update_write_cache_glyph_order' argument 2 names different: declaration 'cache_glyph_order' definition 'cache_glyph'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.h:271:34: note: Function 'update_write_cache_glyph_order' argument 2 names different: declaration 'cache_glyph_order' definition 'cache_glyph'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:2130:62: note: Function 'update_write_cache_glyph_order' argument 2 names different: declaration 'cache_glyph_order' definition 'cache_glyph'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:2370:62: style: Function 'update_write_cache_brush_order' argument 2 names different: declaration 'cache_brush_order' definition 'cache_brush'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.h:287:30: note: Function 'update_write_cache_brush_order' argument 2 names different: declaration 'cache_brush_order' definition 'cache_brush'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/orders.c:2370:62: note: Function 'update_write_cache_brush_order' argument 2 names different: declaration 'cache_brush_order' definition 'cache_brush'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/peer.c:120:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/proxy.c:153:48: style: Function 'proxy_connect' argument 2 names different: declaration 'bio' definition 'bufferedBio'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/proxy.h:29:48: note: Function 'proxy_connect' argument 2 names different: declaration 'bio' definition 'bufferedBio'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/proxy.c:153:48: note: Function 'proxy_connect' argument 2 names different: declaration 'bio' definition 'bufferedBio'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:414:6: style: The scope of the variable 'body_length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:446:8: style: The scope of the variable 'data' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:1137:9: style: The scope of the variable 'nextPosition' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:152:81: style: Function 'rdp_read_share_data_header' argument 4 names different: declaration 'share_id' definition 'shareId'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.h:189:29: note: Function 'rdp_read_share_data_header' argument 4 names different: declaration 'share_id' definition 'shareId'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:152:81: note: Function 'rdp_read_share_data_header' argument 4 names different: declaration 'share_id' definition 'shareId'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:153:12: style: Function 'rdp_read_share_data_header' argument 5 names different: declaration 'compressed_type' definition 'compressedType'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.h:190:15: note: Function 'rdp_read_share_data_header' argument 5 names different: declaration 'compressed_type' definition 'compressedType'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:153:12: note: Function 'rdp_read_share_data_header' argument 5 names different: declaration 'compressed_type' definition 'compressedType'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:153:36: style: Function 'rdp_read_share_data_header' argument 6 names different: declaration 'compressed_len' definition 'compressedLength'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.h:190:40: note: Function 'rdp_read_share_data_header' argument 6 names different: declaration 'compressed_len' definition 'compressedLength'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:153:36: note: Function 'rdp_read_share_data_header' argument 6 names different: declaration 'compressed_len' definition 'compressedLength'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:296:71: style: Function 'rdp_read_header' argument 4 names different: declaration 'channel_id' definition 'channelId'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.h:199:44: note: Function 'rdp_read_header' argument 4 names different: declaration 'channel_id' definition 'channelId'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:296:71: note: Function 'rdp_read_header' argument 4 names different: declaration 'channel_id' definition 'channelId'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:412:70: style: Function 'rdp_write_header' argument 4 names different: declaration 'channel_id' definition 'channelId'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.h:201:44: note: Function 'rdp_write_header' argument 4 names different: declaration 'channel_id' definition 'channelId'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:412:70: note: Function 'rdp_write_header' argument 4 names different: declaration 'channel_id' definition 'channelId'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:536:47: style: Function 'rdp_send' argument 3 names different: declaration 'channelId' definition 'channel_id'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.h:213:61: note: Function 'rdp_send' argument 3 names different: declaration 'channelId' definition 'channel_id'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/rdp.c:536:47: note: Function 'rdp_send' argument 3 names different: declaration 'channelId' definition 'channel_id'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/security.c:515:12: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/security.c:515:15: style: The scope of the variable 'r' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/server.c:408:18: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/server.c:810:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/server.c:811:6: style: The scope of the variable 'count' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/server.c:812:18: style: The scope of the variable 'channel' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/server.c:1183:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/server.c:1184:10: style: The scope of the variable 'mcs' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/server.c:1383:6: style: The scope of the variable 'fds_count' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/server.c:1400:5: warning: Size of pointer 'ppBuffer' used instead of size of its data. [pointerSize]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/settings.c:340:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/settings.c:342:2: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/settings.c:340:2: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/tcp.c:111:6: style: The scope of the variable 'error' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/test/TestSettings.c:8:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/test/TestSettings.c:5:0: note: Variable 'settings' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/test/TestSettings.c:8:2: note: Variable 'settings' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/tpdu.c:227:41: style: Function 'tpdu_read_data' argument 2 names different: declaration 'li' definition 'LI'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/tpdu.h:52:55: note: Function 'tpdu_read_data' argument 2 names different: declaration 'li' definition 'LI'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/tpdu.c:227:41: note: Function 'tpdu_read_data' argument 2 names different: declaration 'li' definition 'LI'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/transport.c:352:6: style: The scope of the variable 'sockfd' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/transport.c:512:16: style: The scope of the variable 'sslerr' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/transport.c:550:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/transport.c:981:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/transport.c:982:6: style: The scope of the variable 'recv_status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/transport.c:983:11: style: The scope of the variable 'received' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/transport.c:881:41: style: Function 'transport_get_event_handles' argument 3 names different: declaration 'nCount' definition 'count'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/transport.h:108:31: note: Function 'transport_get_event_handles' argument 3 names different: declaration 'nCount' definition 'count'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/transport.c:881:41: note: Function 'transport_get_event_handles' argument 3 names different: declaration 'nCount' definition 'count'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/update.c:238:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/update.c:873:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/update.c:912:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/update.c:1047:11: style: The scope of the variable 's' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/window.c:529:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/core/window.c:530:6: style: The scope of the variable 'size' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/ber.c:460:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/ber.c:467:2: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/ber.c:460:7: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/ber.c:493:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/ber.c:497:2: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/ber.c:493:7: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/certificate.c:243:9: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/certificate.c:367:9: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/certificate.c:447:10: style: The scope of the variable 'tdata' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/certificate.c:510:14: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/crypto.c:60:2: style: Variable 'pkey' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/crypto.c:58:0: note: Variable 'pkey' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/crypto.c:60:2: note: Variable 'pkey' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/crypto.c:386:2: style: Variable 'cert_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/crypto.c:382:0: note: Variable 'cert_ctx' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/crypto.c:386:2: note: Variable 'cert_ctx' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/crypto.c:298:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/test/TestKnownHosts.c:39:2: style: Variable 'fc' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/test/TestKnownHosts.c:36:0: note: Variable 'fc' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/test/TestKnownHosts.c:39:2: note: Variable 'fc' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/test/TestKnownHosts.c:60:2: style: Variable 'fl' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/test/TestKnownHosts.c:58:2: note: Variable 'fl' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/test/TestKnownHosts.c:60:2: note: Variable 'fl' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/tls.c:1072:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/tls.c:1136:6: style: The scope of the variable 'match' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/tls.c:1137:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/crypto/tls.c:1434:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gdi.c:464:36: style: Function 'gdi_bitmap_free_ex' argument 1 names different: declaration 'gdi_bmp' definition 'bitmap'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gdi.h:34:50: note: Function 'gdi_bitmap_free_ex' argument 1 names different: declaration 'gdi_bmp' definition 'bitmap'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gdi.c:464:36: note: Function 'gdi_bitmap_free_ex' argument 1 names different: declaration 'gdi_bmp' definition 'bitmap'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gfx.c:696:26: warning: Either the condition '!context' is redundant or there is possible null pointer dereference: context. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gfx.c:698:6: note: Assuming that condition '!context' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gfx.c:696:26: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gfx.c:834:2: style: Variable 'surface' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gfx.c:833:0: note: Variable 'surface' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gfx.c:834:2: note: Variable 'surface' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/gfx.c:152:17: style: The scope of the variable 'surface' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/graphics.c:42:51: style: Function 'gdi_create_bitmap' argument 2 names different: declaration 'width' definition 'nWidth'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/graphics.h:29:65: note: Function 'gdi_create_bitmap' argument 2 names different: declaration 'width' definition 'nWidth'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/graphics.c:42:51: note: Function 'gdi_create_bitmap' argument 2 names different: declaration 'width' definition 'nWidth'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/graphics.c:42:66: style: Function 'gdi_create_bitmap' argument 3 names different: declaration 'height' definition 'nHeight'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/graphics.h:30:16: note: Function 'gdi_create_bitmap' argument 3 names different: declaration 'height' definition 'nHeight'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/graphics.c:42:66: note: Function 'gdi_create_bitmap' argument 3 names different: declaration 'height' definition 'nHeight'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/graphics.c:43:38: style: Function 'gdi_create_bitmap' argument 4 names different: declaration 'format' definition 'SrcFormat'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/graphics.h:31:16: note: Function 'gdi_create_bitmap' argument 4 names different: declaration 'format' definition 'SrcFormat'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/graphics.c:43:38: note: Function 'gdi_create_bitmap' argument 4 names different: declaration 'format' definition 'SrcFormat'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/test/TestGdiEllipse.c:163:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/test/TestGdiLine.c:788:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/gdi/test/helpers.c:62:9: style: The scope of the variable 'thisline' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/locale/keyboard_layout.c:192:14: style: struct member '_RDP_KEYBOARD_IME::file' is never used. [unusedStructMember]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/locale/keyboard_sun.c:62:8: style: struct member '_SOLARIS_KEYBOARD::xkbType' is never used. [unusedStructMember]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/locale/keyboard_x11.c:151:8: style: The scope of the variable 'pch' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/locale/keyboard_xkbfile.c:382:8: style: The scope of the variable 'layout' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/locale/keyboard_xkbfile.c:383:8: style: The scope of the variable 'variant' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/locale/keyboard_xkbfile.c:422:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/locale/keyboard_xkbfile.c:422:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/prim_YUV_neon.c:35:0: error: #error "This file must only be included if WITH_NEON is active!" [preprocessorErrorDirective]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/prim_YUV_ssse3.c:38:0: error: #error "This file needs WITH_SSE2 enabled!" [preprocessorErrorDirective]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesAdd.c:32:2: style: Variable 'testStr' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesAlphaComp.c:181:2: style: Variable 'testStr' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesAndOr.c:141:2: style: Variable 'testStr' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesYCoCg.c:49:2: style: Variable 'out_c' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesYCoCg.c:33:0: note: Variable 'out_c' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesYCoCg.c:49:2: note: Variable 'out_c' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesYCoCg.c:50:2: style: Variable 'out_sse' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesYCoCg.c:31:0: note: Variable 'out_sse' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesYCoCg.c:50:2: note: Variable 'out_sse' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesYUV.c:57:4: portability: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/TestPrimitivesYUV.c:64:4: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/prim_test.c:100:37: style: Function 'speed_test' argument 5 names different: declaration 'optimized' definition 'optimised'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/prim_test.h:57:42: note: Function 'speed_test' argument 5 names different: declaration 'optimized' definition 'optimised'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/primitives/test/prim_test.c:100:37: note: Function 'speed_test' argument 5 names different: declaration 'optimized' definition 'optimised'.
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/utils/msusb.c:45:6: style: The scope of the variable 'pnum' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/utils/msusb.c:132:6: style: The scope of the variable 'inum' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/utils/msusb.c:194:25: style: The scope of the variable 'MsPipe' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/utils/msusb.c:267:30: style: The scope of the variable 'MsInterface' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/libfreerdp/utils/test/TestRingBuffer.c:86:8: style: The scope of the variable 'rb_ptr' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_button.c:30:6: style: The scope of the variable 'offsetX' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_button.c:31:6: style: The scope of the variable 'offsetY' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_button.c:34:6: style: The scope of the variable 'fillWidth' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_button.c:35:6: style: The scope of the variable 'fillHeight' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:157:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:154:0: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:157:2: note: Variable 'fp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:595:2: style: Variable 'fontBaseFile' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:592:0: note: Variable 'fontBaseFile' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:595:2: note: Variable 'fontBaseFile' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:49:8: style: The scope of the variable 'pDstPixel' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:112:13: style: The scope of the variable 'glyph' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:130:6: style: The scope of the variable 'glyphIndex' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_font.c:247:13: style: The scope of the variable 'glyph' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_label.c:30:6: style: The scope of the variable 'offsetX' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_label.c:31:6: style: The scope of the variable 'offsetY' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_text_field.c:30:6: style: The scope of the variable 'offsetX' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_text_field.c:31:6: style: The scope of the variable 'offsetY' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_text_field.c:34:6: style: The scope of the variable 'fillWidth' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/rdtk/librdtk/rdtk_text_field.c:35:6: style: The scope of the variable 'fillHeight' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/scripts/LECHash.c:54:9: style: The scope of the variable 'h' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/scripts/LECHash.c:53:9: style: Unused variable: j [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/scripts/LOMHash.c:30:9: style: The scope of the variable 'h' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/scripts/LOMHash.c:29:9: style: Unused variable: j [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_input.c:370:8: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_input.c:370:15: style: The scope of the variable 'height' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_input.c:407:19: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_input.c:408:20: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_mountain_lion.c:117:55: style: Function 'mf_mlion_display_info' argument 2 names different: declaration 'dispHeight' definition 'disp_height'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_mountain_lion.h:26:55: note: Function 'mf_mlion_display_info' argument 2 names different: declaration 'dispHeight' definition 'disp_height'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_mountain_lion.c:117:55: note: Function 'mf_mlion_display_info' argument 2 names different: declaration 'dispHeight' definition 'disp_height'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_peer.c:332:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_peer.c:255:44: style: Variable 'context' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_peer.c:312:16: style: Variable 'state_down' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_rdpsnd.c:82:10: warning: Possible null pointer dereference: agreedFormat [nullPointer]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_rdpsnd.c:48:31: note: Assignment 'agreedFormat=NULL', assigned value is 0
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mf_rdpsnd.c:82:10: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Mac/mfreerdp.c:50:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Sample/sfreerdp.c:471:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_info.c:236:13: error: Uninitialized variable: peerId [uninitvar]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_info.c:237:13: error: Uninitialized variable: peerId [uninitvar]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_input.c:69:8: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_input.c:69:15: style: The scope of the variable 'height' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.c:95:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.c:49:48: style: Function 'get_screen_info' argument 3 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.h:118:60: note: Function 'get_screen_info' argument 3 names different: declaration 'w' definition 'width'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.c:49:48: note: Function 'get_screen_info' argument 3 names different: declaration 'w' definition 'width'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.c:49:60: style: Function 'get_screen_info' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.h:118:68: note: Function 'get_screen_info' argument 4 names different: declaration 'h' definition 'height'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.c:49:60: note: Function 'get_screen_info' argument 4 names different: declaration 'h' definition 'height'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.c:49:73: style: Function 'get_screen_info' argument 5 names different: declaration 'b' definition 'bpp'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.h:118:76: note: Function 'get_screen_info' argument 5 names different: declaration 'b' definition 'bpp'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_interface.c:49:73: note: Function 'get_screen_info' argument 5 names different: declaration 'b' definition 'bpp'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_mirage.c:48:8: style: The scope of the variable 'deviceKeyLength' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_mirage.c:40:13: style: Variable 'devFound' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_mirage.c:200:6: style: Unused variable: dc [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_peer.c:174:6: style: The scope of the variable 'max_fds' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_peer.c:94:6: style: Unused variable: i [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_settings.c:59:6: style: Unused variable: length [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:136:5: warning: Either the condition '!deviceStr' is redundant or there is possible null pointer dereference: deviceStr. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:137:8: note: Assuming that condition '!deviceStr' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:136:5: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:193:7: warning: Either the condition 'pEnumerator!=NULL' is redundant or there is possible null pointer dereference: pEnumerator. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:309:18: note: Assuming that condition 'pEnumerator!=NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:193:7: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:200:7: warning: Either the condition 'pDevice!=NULL' is redundant or there is possible null pointer dereference: pDevice. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:312:14: note: Assuming that condition 'pDevice!=NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:200:7: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:207:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:315:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:207:7: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:222:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:315:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:222:7: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:232:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:315:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:232:7: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:239:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:315:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:239:7: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:248:7: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:315:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:248:7: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:300:2: warning: Either the condition 'pAudioClient!=NULL' is redundant or there is possible null pointer dereference: pAudioClient. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:315:19: note: Assuming that condition 'pAudioClient!=NULL' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:300:2: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/server/Windows/wf_wasapi.c:255:2: style: Variable 'dCount' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Mac/mac_shadow.c:305:2: style: Variable 'srcBitsPerPixel' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Mac/mac_shadow.c:311:20: style: Variable 'dstBitsPerPixel' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:167:6: style: The scope of the variable 'fds_count' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:34:34: style: Variable 'shw' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:41:34: style: Variable 'shw' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:49:22: style: Variable 'shw' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:92:34: style: Variable 'shw' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:118:34: style: Variable 'shw' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:151:8: style: Variable 'gdi' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:145:22: style: Variable 'shw' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:146:13: style: Variable 'settings' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_rdp.c:339:34: style: Variable 'shw' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:269:13: style: Condition 'status<=0' is always false [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:207:15: note: Assignment 'status=1', assigned value is 1
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:269:13: note: Condition 'status<=0' is always false
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:78:8: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:79:8: style: The scope of the variable 'height' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:145:8: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:146:8: style: The scope of the variable 'height' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:378:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:379:6: style: The scope of the variable 'desktopWidth' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:380:6: style: The scope of the variable 'desktopHeight' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:383:15: style: The scope of the variable 'monitor' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:278:10: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/Win/win_shadow.c:414:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/X11/x11_shadow.c:1167:18: style: Condition 'numMonitors<1' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/X11/x11_shadow.c:1115:20: note: Assignment 'numMonitors=0', assigned value is 0
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/X11/x11_shadow.c:1167:18: note: Condition 'numMonitors<1' is always true
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/X11/x11_shadow.c:681:15: style: The scope of the variable 'virtualScreen' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/X11/x11_shadow.c:1111:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/X11/x11_shadow.c:1116:15: style: The scope of the variable 'monitor' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/X11/x11_shadow.c:453:20: style: Unused variable: n [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/X11/x11_shadow.c:453:23: style: Unused variable: k [unusedVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_client.c:251:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_client.c:434:16: style: The scope of the variable 'rects' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_client.c:918:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_client.c:1876:47: style: Function 'shadow_client_accepted' argument 1 names different: declaration 'instance' definition 'listener'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_client.h:29:47: note: Function 'shadow_client_accepted' argument 1 names different: declaration 'instance' definition 'listener'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_client.c:1876:47: note: Function 'shadow_client_accepted' argument 1 names different: declaration 'instance' definition 'listener'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_client.c:1876:71: style: Function 'shadow_client_accepted' argument 2 names different: declaration 'client' definition 'peer'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_client.h:29:71: note: Function 'shadow_client_accepted' argument 2 names different: declaration 'client' definition 'peer'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_client.c:1876:71: note: Function 'shadow_client_accepted' argument 2 names different: declaration 'client' definition 'peer'.
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_server.c:353:7: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_server.c:370:8: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_server.c:370:15: style: The scope of the variable 'height' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_subsystem.c:191:8: style: The scope of the variable 'pSrc8' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_subsystem.c:192:8: style: The scope of the variable 'pDst8' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/server/shadow/shadow_subsystem.c:196:8: style: The scope of the variable 'andBits' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/uwac/libuwac/uwac-display.c:440:12: style: The scope of the variable 'task' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/uwac/libuwac/uwac-display.c:711:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/uwac/libuwac/uwac-display.c:671:45: style: Function 'UwacDisplayNewEvent' argument 1 names different: declaration 'd' definition 'display'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/uwac/libuwac/uwac-priv.h:225:45: note: Function 'UwacDisplayNewEvent' argument 1 names different: declaration 'd' definition 'display'.
freerdp2-2.0.0~git20180411.1.7a7b1802/uwac/libuwac/uwac-display.c:671:45: note: Function 'UwacDisplayNewEvent' argument 1 names different: declaration 'd' definition 'display'.
freerdp2-2.0.0~git20180411.1.7a7b1802/uwac/libuwac/uwac-input.c:194:9: style: The scope of the variable 'toMove' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/uwac/libuwac/uwac-window.c:246:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/uwac/libuwac/uwac-window.c:346:23: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/clipboard.c:123:25: style: The scope of the variable 'synthesizer' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/clipboard.c:589:20: style: The scope of the variable 'format' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:151:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:146:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:151:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:228:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:225:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:228:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:246:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:243:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:246:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:308:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:306:0: note: Variable 'entry' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:308:3: note: Variable 'entry' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:334:2: style: Variable 'dirp' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:332:0: note: Variable 'dirp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:334:2: note: Variable 'dirp' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:359:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:357:0: note: Variable 'file' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:359:2: note: Variable 'file' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:407:2: style: Variable 'base_name' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:400:0: note: Variable 'base_name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:407:2: note: Variable 'base_name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:408:2: style: Variable 'remote_name' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:401:0: note: Variable 'remote_name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:408:2: note: Variable 'remote_name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:711:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:708:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:711:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:764:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:763:0: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/posix.c:764:2: note: Variable 'error' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/synthetic.c:107:2: style: Variable 'pDstData' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/synthetic.c:106:0: note: Variable 'pDstData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/synthetic.c:107:2: note: Variable 'pDstData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/synthetic.c:126:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/synthetic.c:335:10: style: The scope of the variable 'wstr' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/synthetic.c:422:7: style: The scope of the variable 'beg' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/synthetic.c:423:7: style: The scope of the variable 'end' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/clipboard/synthetic.c:428:7: style: The scope of the variable 'DstSize' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/crt/test/TestUnicodeConversion.c:92:9: style: The scope of the variable 'line' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/crt/unicode.c:221:24: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/crypto/test/TestCryptoCertEnumCertificatesInStore.c:33:2: style: Variable 'hCertStore' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/crypto/test/TestCryptoCertEnumCertificatesInStore.c:20:0: note: Variable 'hCertStore' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/crypto/test/TestCryptoCertEnumCertificatesInStore.c:33:2: note: Variable 'hCertStore' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/crypto/test/TestCryptoCipher.c:73:2: performance: Buffer 'ibuf' is being written before its old content has been used. [redundantCopy]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/crypto/test/TestCryptoCipher.c:72:2: note: Buffer 'ibuf' is being written before its old content has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/crypto/test/TestCryptoCipher.c:73:2: note: Buffer 'ibuf' is being written before its old content has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/environment.c:145:2: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/environment.c:143:0: note: Variable 'env' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/environment.c:145:2: note: Variable 'env' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/environment.c:223:8: style: The scope of the variable 'p' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/environment.c:225:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/environment.c:329:6: style: The scope of the variable 'foundMerge' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/environment.c:503:6: style: The scope of the variable 'nLength' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/environment.c:503:15: style: The scope of the variable 'fLength' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/test/TestEnvironmentGetEnvironmentStrings.c:10:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/environment/test/TestEnvironmentMergeEnvironmentStrings.c:11:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/file/generic.c:367:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/file/pattern.c:203:9: style: The scope of the variable 'cchTail' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/file/pattern.c:319:10: style: The scope of the variable 'cchNextWildcard' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/file/pattern.c:138:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/file/pattern.c:187:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/io/device.c:103:2: style: Variable 'lpPipePath' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/io/device.c:99:0: note: Variable 'lpPipePath' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/io/device.c:103:2: note: Variable 'lpPipePath' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:94:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:88:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:94:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:107:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:101:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:107:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:130:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:118:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:130:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:180:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:156:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:180:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:232:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:209:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:232:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:299:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:258:0: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/shell.c:299:2: note: Variable 'path' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/path/test/TestPathMakePath.c:16:8: style: The scope of the variable 'cur' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/pipe.c:272:6: style: The scope of the variable 'io_status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/pipe.c:366:6: style: The scope of the variable 'io_status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/pipe.c:519:30: style: The scope of the variable 'baseSocket' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/pipe.c:732:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/pipe.c:862:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/pipe.c:863:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/test/TestPipeCreateNamedPipe.c:37:2: style: Variable 'hNamedPipe' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/test/TestPipeCreateNamedPipe.c:28:0: note: Variable 'hNamedPipe' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/test/TestPipeCreateNamedPipe.c:37:2: note: Variable 'hNamedPipe' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/test/TestPipeCreateNamedPipe.c:105:2: style: Variable 'hNamedPipe' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/test/TestPipeCreateNamedPipe.c:96:0: note: Variable 'hNamedPipe' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/test/TestPipeCreateNamedPipe.c:105:2: note: Variable 'hNamedPipe' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/pipe/test/TestPipeCreateNamedPipeOverlapped.c:231:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/registry/registry_reg.c:286:8: style: The scope of the variable 'line' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr.c:264:2: style: Variable 'procNum' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr.c:259:2: note: Variable 'procNum' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr.c:264:2: note: Variable 'procNum' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr.c:265:2: style: Variable 'stackSize' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr.c:259:12: note: Variable 'stackSize' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr.c:265:2: note: Variable 'stackSize' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr.c:151:17: style: The scope of the variable 'arg' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr.c:152:16: style: The scope of the variable 'type' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_array.c:49:14: style: Variable 'alignment' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_array.c:50:2: style: Variable 'element_size' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_pointer.c:168:17: style: The scope of the variable 'MemoryPointer' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_pointer.c:172:17: style: The scope of the variable 'pointer_count' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_pointer.c:245:16: style: The scope of the variable 'Offset' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_pointer.c:247:7: style: The scope of the variable 'PointerLengthSet' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_pointer.c:249:16: style: The scope of the variable 'BufferLength' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_pointer.c:250:16: style: The scope of the variable 'BufferLengthCopy' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_pointer.c:251:16: style: The scope of the variable 'PointerLength' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_structure.c:57:9: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_structure.c:240:2: style: Variable 'memory_size' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/rpc/ndr_structure.c:264:37: style: Variable 'pointer_layout' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:863:6: style: Condition 'mszGroups' is always false [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:861:14: note: Assignment 'mszGroups=NULL', assigned value is 0
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:863:6: note: Condition 'mszGroups' is always false
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:634:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:633:0: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:634:2: note: Variable 'status' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:1869:2: style: Variable 'pCard' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:1868:0: note: Variable 'pCard' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:1869:2: note: Variable 'pCard' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:1913:16: style: Variable 'IoCtlMethod' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/smartcard/smartcard_pcsc.c:1915:16: style: Variable 'IoCtlAccess' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/CredSSP/credssp.c:49:20: style: The scope of the variable 'credentials' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/CredSSP/credssp.c:116:20: style: The scope of the variable 'credentials' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/CredSSP/credssp.c:117:27: style: The scope of the variable 'identity' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/NTLM/ntlm.c:763:3: style: Variable 'UserA' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/NTLM/ntlm.c:756:0: note: Variable 'UserA' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/NTLM/ntlm.c:763:3: note: Variable 'UserA' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/NTLM/ntlm.c:603:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:256:9: style: The scope of the variable 'hn' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:256:13: style: The scope of the variable 'ln' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/NTLM/ntlm_message.c:342:16: style: The scope of the variable 'AvTimestamp' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_gss.c:119:6: style: Condition '!g_GssApi' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_gss.c:117:41: note: Assignment 'g_GssApi=gssApi_InitSecurityInterface()', assigned value is 0
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_gss.c:119:6: note: Condition '!g_GssApi' is always true
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:926:2: style: Variable 'Name' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:923:0: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:926:2: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:1051:2: style: Variable 'Name' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:1048:0: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:1051:2: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:1081:2: style: Variable 'Name' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:1078:0: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:1081:2: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:1110:2: style: Variable 'Name' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:1107:0: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:1110:2: note: Variable 'Name' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/sspi_winpr.c:414:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/test/TestSchannel.c:559:2: style: Variable 'fullpath' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/test/TestSchannel.c:553:0: note: Variable 'fullpath' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/test/TestSchannel.c:559:2: note: Variable 'fullpath' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/test/TestSchannel.c:834:4: style: Variable 'hn' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/test/TestSchannel.c:832:4: note: Variable 'hn' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/test/TestSchannel.c:834:4: note: Variable 'hn' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sspi/test/TestSchannel.c:620:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/event.c:197:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/event.c:199:15: style: The scope of the variable 'event' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/semaphore.c:205:19: style: The scope of the variable 'semaphore' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/test/TestSynchCritical.c:46:9: style: The scope of the variable 'j' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/test/TestSynchCritical.c:46:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/test/TestSynchWaitableTimerAPC.c:43:2: style: Variable 'apcData' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/test/TestSynchWaitableTimerAPC.c:41:0: note: Variable 'apcData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/test/TestSynchWaitableTimerAPC.c:43:2: note: Variable 'apcData' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/timer.c:728:6: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/timer.c:342:1: style: Label 'fail' is not used. [unusedLabel]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/timer.c:555:24: style: Variable 'timer' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/wait.c:340:6: style: The scope of the variable 'maxfd' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/wait.c:354:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/synch/wait.c:356:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sysinfo/sysinfo.c:186:19: style: Condition 'sc_page_size>0' is always false [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sysinfo/sysinfo.c:172:23: note: Assignment 'sc_page_size=-1', assigned value is -1
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sysinfo/sysinfo.c:186:19: note: Condition 'sc_page_size>0' is always false
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sysinfo/sysinfo.c:222:2: style: Variable 'stm' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sysinfo/sysinfo.c:218:0: note: Variable 'stm' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sysinfo/sysinfo.c:222:2: note: Variable 'stm' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sysinfo/sysinfo.c:251:2: style: Variable 'ltm' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sysinfo/sysinfo.c:247:0: note: Variable 'ltm' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/sysinfo/sysinfo.c:251:2: note: Variable 'ltm' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/thread/argv.c:96:8: style: The scope of the variable 'pEnd' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/thread/argv.c:123:10: style: The scope of the variable 'n' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/thread/process.c:168:2: style: Variable 'pArgs' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/thread/process.c:153:0: note: Variable 'pArgs' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/thread/process.c:168:2: note: Variable 'pArgs' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/thread/test/TestThreadCommandLineToArgv.c:96:2: style: Variable 'pArgs' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/thread/test/TestThreadCommandLineToArgv.c:91:2: note: Variable 'pArgs' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/thread/test/TestThreadCommandLineToArgv.c:96:2: note: Variable 'pArgs' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/thread/thread.c:216:6: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/timezone/timezone.c:2040:10: style: The scope of the variable 'len' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/ArrayList.c:450:2: style: Variable 'arrayList' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/ArrayList.c:449:0: note: Variable 'arrayList' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/ArrayList.c:450:2: note: Variable 'arrayList' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BipBuffer.c:197:2: style: Variable 'block' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BipBuffer.c:194:0: note: Variable 'block' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BipBuffer.c:197:2: note: Variable 'block' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BitStream.c:344:2: style: Variable 'bs' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BitStream.c:343:0: note: Variable 'bs' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BitStream.c:344:2: note: Variable 'bs' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BitStream.c:167:6: style: The scope of the variable 'nbits' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BitStream.c:168:14: style: The scope of the variable 'str' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BufferPool.c:434:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BufferPool.c:432:0: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BufferPool.c:434:2: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/BufferPool.c:124:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/Dictionary.c:119:2: style: Variable 'dictionary' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/Dictionary.c:117:0: note: Variable 'dictionary' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/Dictionary.c:119:2: note: Variable 'dictionary' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/HashTable.c:615:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/LinkedList.c:326:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/LinkedList.c:324:0: note: Variable 'list' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/LinkedList.c:326:2: note: Variable 'list' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/LinkedList.c:224:19: style: The scope of the variable 'node' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/LinkedList.c:253:19: style: The scope of the variable 'node' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/ListDictionary.c:477:2: style: Variable 'listDictionary' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/ListDictionary.c:475:0: note: Variable 'listDictionary' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/ListDictionary.c:477:2: note: Variable 'listDictionary' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/MessagePipe.c:53:2: style: Variable 'pipe' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/MessagePipe.c:51:0: note: Variable 'pipe' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/MessagePipe.c:53:2: note: Variable 'pipe' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/MessageQueue.c:195:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/MessageQueue.c:193:0: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/MessageQueue.c:195:2: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/ObjectPool.c:126:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/ObjectPool.c:124:0: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/ObjectPool.c:126:2: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/PubSub.c:205:2: style: Variable 'pubSub' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/PubSub.c:203:0: note: Variable 'pubSub' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/PubSub.c:205:2: note: Variable 'pubSub' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/PubSub.c:134:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/PubSub.c:168:6: style: The scope of the variable 'index' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/Queue.c:250:2: style: Variable 'queue' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/Queue.c:248:0: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/Queue.c:250:2: note: Variable 'queue' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/Stack.c:201:2: style: Variable 'stack' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/Stack.c:199:0: note: Variable 'stack' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/Stack.c:201:2: note: Variable 'stack' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/StreamPool.c:371:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/StreamPool.c:369:0: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/collections/StreamPool.c:371:2: note: Variable 'pool' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/debug.c:483:15: style: The scope of the variable 'x' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:507:2: style: Variable 'pSection' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:506:0: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:507:2: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:547:2: style: Variable 'pSection' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:546:0: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:547:2: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:566:2: style: Variable 'pSection' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:565:0: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:566:2: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:585:2: style: Variable 'pSection' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:584:0: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:585:2: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:607:2: style: Variable 'pSection' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:605:0: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ini.c:607:2: note: Variable 'pSection' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1134:26: warning: Either the condition 'code_ll==(unsigned int)(-1)' is redundant or the array 'LENGTHBASE[29]' is accessed at index 4294967038, which is out of bounds. [arrayIndexOutOfBoundsCond]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1145:20: note: Assuming that condition 'code_ll==(unsigned int)(-1)' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1134:26: note: Array index out of bounds
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1137:35: warning: Either the condition 'code_ll==(unsigned int)(-1)' is redundant or the array 'LENGTHEXTRA[29]' is accessed at index 4294967038, which is out of bounds. [arrayIndexOutOfBoundsCond]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1145:20: note: Assuming that condition 'code_ll==(unsigned int)(-1)' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1137:35: note: Array index out of bounds
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1145:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1127:59: note: outer condition: code_ll<=285
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1145:20: note: opposite inner condition: code_ll==(unsigned int)(-1)
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1482:8: style: Condition 'usezeros' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1457:23: note: Assignment 'usezeros=1', assigned value is 1
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1482:8: note: Condition 'usezeros' is always true
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1604:12: style: Condition 'usezeros' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1457:23: note: Assignment 'usezeros=1', assigned value is 1
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1604:12: note: Condition 'usezeros' is always true
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:5176:8: style: Condition '!error' is always true [knownConditionTrueFalse]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:5126:20: note: Assignment 'error=0', assigned value is 0
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:5176:8: note: Condition '!error' is always true
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:5047:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:5052:7: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:5047:7: note: Found duplicate branches for 'if' and 'else'.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:298:31: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:596:12: style: The scope of the variable 'bits' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:596:18: style: The scope of the variable 'n' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:910:25: style: The scope of the variable 'ct' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1460:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1461:12: style: The scope of the variable 'length' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1464:12: style: The scope of the variable 'hashval' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1466:12: style: The scope of the variable 'prev_offset' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1467:24: style: The scope of the variable 'lastptr' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1468:12: style: The scope of the variable 'hashpos' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1735:10: style: The scope of the variable 'numcodes_ll' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1735:23: style: The scope of the variable 'numcodes_d' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1736:12: style: The scope of the variable 'HLIT' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1736:18: style: The scope of the variable 'HDIST' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1736:25: style: The scope of the variable 'HCLEN' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1954:10: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:2174:10: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:2179:12: style: The scope of the variable 'ADLER32' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:2588:10: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:3698:12: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:4157:12: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:4273:20: style: The scope of the variable 'string2_begin' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:4322:20: style: The scope of the variable 'begin' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:4322:27: style: The scope of the variable 'compressed' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:4819:10: style: The scope of the variable 'i' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:5163:12: style: The scope of the variable 'smallest' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:5164:28: style: The scope of the variable 'bestType' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:1470:17: style: Checking if unsigned variable 'windowsize' is less than zero. [unsignedLessThanZero]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:3531:49: style: Function 'get_color_profile' argument 2 names different: declaration 'image' definition 'in'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.h:510:49: note: Function 'get_color_profile' argument 2 names different: declaration 'image' definition 'in'.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:3531:49: note: Function 'get_color_profile' argument 2 names different: declaration 'image' definition 'in'.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:3532:52: style: Function 'get_color_profile' argument 5 names different: declaration 'mode_in' definition 'mode'. [funcArgNamesDifferent]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.h:511:52: note: Function 'get_color_profile' argument 5 names different: declaration 'mode_in' definition 'mode'.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/lodepng/lodepng.c:3532:52: note: Function 'get_color_profile' argument 5 names different: declaration 'mode_in' definition 'mode'.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:127:2: style: Variable 'UserW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:123:0: note: Variable 'UserW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:127:2: note: Variable 'UserW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:128:2: style: Variable 'DomainW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:124:0: note: Variable 'DomainW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:128:2: note: Variable 'DomainW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:129:2: style: Variable 'PasswordW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:125:0: note: Variable 'PasswordW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:129:2: note: Variable 'PasswordW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:189:2: style: Variable 'UserW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:186:0: note: Variable 'UserW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:189:2: note: Variable 'UserW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:190:2: style: Variable 'DomainW' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:187:0: note: Variable 'DomainW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/ntlm.c:190:2: note: Variable 'DomainW' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/print.c:39:9: style: The scope of the variable 'line' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/print.c:80:9: style: The scope of the variable 'line' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/print.c:82:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/print.c:116:6: style: The scope of the variable 'ln' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/print.c:116:10: style: The scope of the variable 'hn' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/test/TestArrayList.c:10:9: style: The scope of the variable 'val' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/test/TestBacktrace.c:7:15: style: The scope of the variable 'x' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/test/TestImage.c:123:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/test/TestImage.c:122:0: note: Variable 'image' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/test/TestImage.c:123:2: note: Variable 'image' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/test/TestQueue.c:8:6: style: The scope of the variable 'item' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/test/TestStream.c:71:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/test/TestStream.c:69:0: note: Variable 's' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/test/TestStream.c:71:2: note: Variable 's' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:2335:13: style: Expression is always false because 'else if' condition matches previous condition at line 2332. [multiCondition]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7193:24: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7195:10: note: Assuming that condition '0!=(self)' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7193:24: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7231:24: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7233:10: note: Assuming that condition '0!=(self)' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7231:24: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7256:21: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7260:10: note: Assuming that condition '0!=(self)' is not redundant
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7256:21: note: Null pointer dereference
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:2417:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:2423:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:2427:25: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:2436:44: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:2446:50: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:2449:50: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6589:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6593:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6597:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6606:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6610:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6614:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6699:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6703:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6707:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6975:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6976:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:1592:35: style: Same expression on both sides of '=='. [duplicateExpression]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:1402:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:2509:7: style: The scope of the variable 'digitOffset' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:2756:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:3615:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:3616:7: style: The scope of the variable 'width' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4054:7: style: The scope of the variable 'status' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4905:18: style: The scope of the variable 'unused' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:5686:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:5687:0: style: The scope of the variable 'number' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:5851:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6276:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:6539:22: style: The scope of the variable 'infinity' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:810:12: style: union member 'Anonymous5::doubleNumber' is never used. [unusedStructMember]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4239:7: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4321:7: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4400:7: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4470:7: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4494:21: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4577:9: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4672:9: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:4921:27: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:5671:10: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7453:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7544:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7632:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7702:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7726:19: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/trio.c:7812:5: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/trio/triostr.c:1148:10: style: The scope of the variable 'count' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/BinaryAppender.c:203:22: style: The scope of the variable 'binaryAppender' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/CallbackAppender.c:53:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/CallbackAppender.c:72:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/CallbackAppender.c:90:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/CallbackAppender.c:108:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/ConsoleAppender.c:195:8: style: The scope of the variable 'FullFileName' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/ConsoleAppender.c:65:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/FileAppender.c:147:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/JournaldAppender.c:161:24: style: The scope of the variable 'journaldAppender' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/JournaldAppender.c:114:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/UdpAppender.c:157:19: style: The scope of the variable 'udpAppender' can be reduced. [variableScope]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/UdpAppender.c:106:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/wlog.c:751:2: style: Variable 'log' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/wlog.c:747:0: note: Variable 'log' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/utils/wlog/wlog.c:751:2: note: Variable 'log' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/wnd/wnd.c:52:2: style: Variable '_lpwcx' is reassigned a value before the old one has been used. [redundantAssignment]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/wnd/wnd.c:50:0: note: Variable '_lpwcx' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/wnd/wnd.c:52:2: note: Variable '_lpwcx' is reassigned a value before the old one has been used.
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/wtsapi/wtsapi_win32.c:775:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/libwinpr/wtsapi/wtsapi_win32.c:305:0: style: Variable 'numBytesRead' is assigned a value that is never used. [unreadVariable]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/tools/makecert/makecert.c:41:6: style: struct member '_MAKECERT_CONTEXT::argc' is never used. [unusedStructMember]
freerdp2-2.0.0~git20180411.1.7a7b1802/winpr/tools/makecert/makecert.c:42:9: style: struct member '_MAKECERT_CONTEXT::argv' is never used. [unusedStructMember]
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freesci/freesci_0.6.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freespeak/freespeak_0.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freesweep/freesweep_0.90.orig.tar.gz
freesweep-0.90/clear.c:301:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freesweep-0.90/clear.c:299:0: note: Variable 'm' is reassigned a value before the old one has been used.
freesweep-0.90/clear.c:301:2: note: Variable 'm' is reassigned a value before the old one has been used.
freesweep-0.90/clear.c:323:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
freesweep-0.90/clear.c:321:0: note: Variable 'm' is reassigned a value before the old one has been used.
freesweep-0.90/clear.c:323:2: note: Variable 'm' is reassigned a value before the old one has been used.
freesweep-0.90/clear.c:33:6: style: The scope of the variable 'total' can be reduced. [variableScope]
freesweep-0.90/clear.c:342:6: style: The scope of the variable 'total' can be reduced. [variableScope]
freesweep-0.90/clear.c:143:43: style: Function 'CalcSquareNumber' argument 2 names different: declaration 'xx' definition 'x'. [funcArgNamesDifferent]
freesweep-0.90/clear.c:17:50: note: Function 'CalcSquareNumber' argument 2 names different: declaration 'xx' definition 'x'.
freesweep-0.90/clear.c:143:43: note: Function 'CalcSquareNumber' argument 2 names different: declaration 'xx' definition 'x'.
freesweep-0.90/clear.c:143:50: style: Function 'CalcSquareNumber' argument 3 names different: declaration 'yy' definition 'y'. [funcArgNamesDifferent]
freesweep-0.90/clear.c:17:58: note: Function 'CalcSquareNumber' argument 3 names different: declaration 'yy' definition 'y'.
freesweep-0.90/clear.c:143:50: note: Function 'CalcSquareNumber' argument 3 names different: declaration 'yy' definition 'y'.
freesweep-0.90/clear.c:238:39: style: Function 'ExposeSquare' argument 2 names different: declaration 'xx' definition 'x'. [funcArgNamesDifferent]
freesweep-0.90/clear.c:18:46: note: Function 'ExposeSquare' argument 2 names different: declaration 'xx' definition 'x'.
freesweep-0.90/clear.c:238:39: note: Function 'ExposeSquare' argument 2 names different: declaration 'xx' definition 'x'.
freesweep-0.90/clear.c:238:46: style: Function 'ExposeSquare' argument 3 names different: declaration 'yy' definition 'y'. [funcArgNamesDifferent]
freesweep-0.90/clear.c:18:54: note: Function 'ExposeSquare' argument 3 names different: declaration 'yy' definition 'y'.
freesweep-0.90/clear.c:238:46: note: Function 'ExposeSquare' argument 3 names different: declaration 'yy' definition 'y'.
freesweep-0.90/clear.c:297:46: style: Function 'DeleteRandomMark' argument 2 names different: declaration 'x' definition 'xx'. [funcArgNamesDifferent]
freesweep-0.90/sweep.h:330:46: note: Function 'DeleteRandomMark' argument 2 names different: declaration 'x' definition 'xx'.
freesweep-0.90/clear.c:297:46: note: Function 'DeleteRandomMark' argument 2 names different: declaration 'x' definition 'xx'.
freesweep-0.90/clear.c:297:55: style: Function 'DeleteRandomMark' argument 3 names different: declaration 'y' definition 'yy'. [funcArgNamesDifferent]
freesweep-0.90/sweep.h:330:54: note: Function 'DeleteRandomMark' argument 3 names different: declaration 'y' definition 'yy'.
freesweep-0.90/clear.c:297:55: note: Function 'DeleteRandomMark' argument 3 names different: declaration 'y' definition 'yy'.
freesweep-0.90/drawing.c:969:6: style: The scope of the variable 'HOffset' can be reduced. [variableScope]
freesweep-0.90/drawing.c:994:6: style: The scope of the variable 'VOffset' can be reduced. [variableScope]
freesweep-0.90/drawing.c:807:27: style: Function 'PrintBestTimes' argument 1 names different: declaration 'FileName' definition 'Filename'. [funcArgNamesDifferent]
freesweep-0.90/sweep.h:262:27: note: Function 'PrintBestTimes' argument 1 names different: declaration 'FileName' definition 'Filename'.
freesweep-0.90/drawing.c:807:27: note: Function 'PrintBestTimes' argument 1 names different: declaration 'FileName' definition 'Filename'.
freesweep-0.90/error.c:42:0: error: #error "Need either vsnprintf() (preferred) or vsprintf()" [preprocessorErrorDirective]
freesweep-0.90/fgui.c:47:0: error: #error "Don't know how to proceed on systems without PATH_MAX or get_current_dir_name" [preprocessorErrorDirective]
freesweep-0.90/files.c:191:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freesweep-0.90/files.c:16:8: style: The scope of the variable 'NameBuffer' can be reduced. [variableScope]
freesweep-0.90/game.c:481:20: style: The scope of the variable 'RandX' can be reduced. [variableScope]
freesweep-0.90/game.c:481:29: style: The scope of the variable 'RandY' can be reduced. [variableScope]
freesweep-0.90/game.c:482:16: style: The scope of the variable 'CellVal' can be reduced. [variableScope]
freesweep-0.90/game.c:484:12: style: Variable 'VViewable' is assigned a value that is never used. [unreadVariable]
freesweep-0.90/game.c:485:18: style: Variable 'HViewable' is assigned a value that is never used. [unreadVariable]
freesweep-0.90/game.c:179:21: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freesweep-0.90/game.c:488:59: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freesweep-0.90/pbests.c:495:0: error: #error "Need fileno() replacement" [preprocessorErrorDirective]
freesweep-0.90/sl.c:50:2: style: Variable 'Game' is reassigned a value before the old one has been used. [redundantAssignment]
freesweep-0.90/sl.c:44:0: note: Variable 'Game' is reassigned a value before the old one has been used.
freesweep-0.90/sl.c:50:2: note: Variable 'Game' is reassigned a value before the old one has been used.
freesweep-0.90/sl.c:67:3: error: Resource leak: fi [resourceLeak]
freesweep-0.90/sl.c:113:3: error: Resource leak: fi [resourceLeak]
freesweep-0.90/sl.c:119:2: error: Resource leak: fi [resourceLeak]
freesweep-0.90/sl.c:35:35: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freesweep-0.90/sl.c:72:21: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freesweep-0.90/sl.c:82:35: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freesweep-0.90/stats.c:54:2: style: Variable 'percentage' is reassigned a value before the old one has been used. [redundantAssignment]
freesweep-0.90/stats.c:53:0: note: Variable 'percentage' is reassigned a value before the old one has been used.
freesweep-0.90/stats.c:54:2: note: Variable 'percentage' is reassigned a value before the old one has been used.
freesweep-0.90/utils.c:17:2: style: Variable 'vec' is reassigned a value before the old one has been used. [redundantAssignment]
freesweep-0.90/utils.c:15:0: note: Variable 'vec' is reassigned a value before the old one has been used.
freesweep-0.90/utils.c:17:2: note: Variable 'vec' is reassigned a value before the old one has been used.
freesweep-0.90/utils.c:33:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
freesweep-0.90/utils.c:31:0: note: Variable 'c' is reassigned a value before the old one has been used.
freesweep-0.90/utils.c:33:2: note: Variable 'c' is reassigned a value before the old one has been used.
freesweep-0.90/utils.c:46:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
freesweep-0.90/utils.c:44:0: note: Variable 'path' is reassigned a value before the old one has been used.
freesweep-0.90/utils.c:46:2: note: Variable 'path' is reassigned a value before the old one has been used.
freesweep-0.90/utils.c:61:2: style: Variable 'dirent' is reassigned a value before the old one has been used. [redundantAssignment]
freesweep-0.90/utils.c:59:0: note: Variable 'dirent' is reassigned a value before the old one has been used.
freesweep-0.90/utils.c:61:2: note: Variable 'dirent' is reassigned a value before the old one has been used.
freesweep-0.90/utils.c:57:27: style: Function 'xopendir' argument 1 names different: declaration 'buf' definition 'path'. [funcArgNamesDifferent]
freesweep-0.90/sweep.h:317:27: note: Function 'xopendir' argument 1 names different: declaration 'buf' definition 'path'.
freesweep-0.90/utils.c:57:27: note: Function 'xopendir' argument 1 names different: declaration 'buf' definition 'path'.
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freetable/freetable_2.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freetalk/freetalk_3.2.orig.tar.gz
freetalk-3.2/src/callbacks.cc:119:22: style: The scope of the variable 'msg_str' can be reduced. [variableScope]
freetalk-3.2/src/callbacks.cc:119:32: style: The scope of the variable 'type' can be reduced. [variableScope]
freetalk-3.2/src/callbacks.cc:46:15: style: Function 'ft_ssl_response_cb' argument 3 names different: declaration 'data' definition 'user_datta'. [funcArgNamesDifferent]
freetalk-3.2/src/callbacks.h:28:72: note: Function 'ft_ssl_response_cb' argument 3 names different: declaration 'data' definition 'user_datta'.
freetalk-3.2/src/callbacks.cc:46:15: note: Function 'ft_ssl_response_cb' argument 3 names different: declaration 'data' definition 'user_datta'.
freetalk-3.2/src/callbacks.cc:68:71: style: Function 'ft_connection_open_cb' argument 3 names different: declaration 'user_data' definition 'u'. [funcArgNamesDifferent]
freetalk-3.2/src/callbacks.h:24:17: note: Function 'ft_connection_open_cb' argument 3 names different: declaration 'user_data' definition 'u'.
freetalk-3.2/src/callbacks.cc:68:71: note: Function 'ft_connection_open_cb' argument 3 names different: declaration 'user_data' definition 'u'.
freetalk-3.2/src/commands.cc:418:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
freetalk-3.2/src/commands.cc:201:14: style: Function 'do_quit' argument 1 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
freetalk-3.2/src/commands.h:26:18: note: Function 'do_quit' argument 1 names different: declaration 'status' definition 'err'.
freetalk-3.2/src/commands.cc:201:14: note: Function 'do_quit' argument 1 names different: declaration 'status' definition 'err'.
freetalk-3.2/src/commands.cc:314:43: style: Function 'do_send_message_no_hook' argument 2 names different: declaration 'msg' definition 'msg_str'. [funcArgNamesDifferent]
freetalk-3.2/src/commands.h:50:47: note: Function 'do_send_message_no_hook' argument 2 names different: declaration 'msg' definition 'msg_str'.
freetalk-3.2/src/commands.cc:314:43: note: Function 'do_send_message_no_hook' argument 2 names different: declaration 'msg' definition 'msg_str'.
freetalk-3.2/src/commands.cc:341:35: style: Function 'do_send_message' argument 2 names different: declaration 'msg' definition 'msg_str'. [funcArgNamesDifferent]
freetalk-3.2/src/commands.h:49:39: note: Function 'do_send_message' argument 2 names different: declaration 'msg' definition 'msg_str'.
freetalk-3.2/src/commands.cc:341:35: note: Function 'do_send_message' argument 2 names different: declaration 'msg' definition 'msg_str'.
freetalk-3.2/src/commands.cc:429:11: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
freetalk-3.2/src/compat.cc:37:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freetalk-3.2/src/compat.cc:76:0: error: Memory leak: getopt_long_options [memleak]
freetalk-3.2/src/compat.cc:76:0: error: Memory leak: getopt_short_options [memleak]
freetalk-3.2/src/file_transfer.cc:222:73: warning: Either the condition 'if(file)' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
freetalk-3.2/src/file_transfer.cc:229:5: note: Assuming that condition 'if(file)' is not redundant
freetalk-3.2/src/file_transfer.cc:222:73: note: Null pointer dereference
freetalk-3.2/src/file_transfer.cc:223:38: warning: Either the condition 'if(file)' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
freetalk-3.2/src/file_transfer.cc:229:5: note: Assuming that condition 'if(file)' is not redundant
freetalk-3.2/src/file_transfer.cc:223:38: note: Null pointer dereference
freetalk-3.2/src/file_transfer.cc:225:28: warning: Either the condition 'if(file)' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
freetalk-3.2/src/file_transfer.cc:229:5: note: Assuming that condition 'if(file)' is not redundant
freetalk-3.2/src/file_transfer.cc:225:28: note: Null pointer dereference
freetalk-3.2/src/file_transfer.cc:258:14: warning: Either the condition 'if(file)' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
freetalk-3.2/src/file_transfer.cc:261:10: note: Assuming that condition 'if(file)' is not redundant
freetalk-3.2/src/file_transfer.cc:258:14: note: Null pointer dereference
freetalk-3.2/src/file_transfer.cc:325:22: warning: Either the condition 'if(file_data)' is redundant or there is possible null pointer dereference: file_data. [nullPointerRedundantCheck]
freetalk-3.2/src/file_transfer.cc:329:6: note: Assuming that condition 'if(file_data)' is not redundant
freetalk-3.2/src/file_transfer.cc:325:22: note: Null pointer dereference
freetalk-3.2/src/file_transfer.cc:351:53: warning: Either the condition 'if(from_jid)' is redundant or there is possible null pointer dereference: reciever. [nullPointerRedundantCheck]
freetalk-3.2/src/file_transfer.cc:499:10: note: Assuming that condition 'if(from_jid)' is not redundant
freetalk-3.2/src/file_transfer.cc:498:25: note: Calling function 'ft_do_send_file', 1st argument 'reciever' value is 0
freetalk-3.2/src/file_transfer.cc:351:53: note: Null pointer dereference
freetalk-3.2/src/file_transfer.cc:353:39: warning: Either the condition 'if(from_jid)' is redundant or there is possible null pointer dereference: reciever. [nullPointerRedundantCheck]
freetalk-3.2/src/file_transfer.cc:499:10: note: Assuming that condition 'if(from_jid)' is not redundant
freetalk-3.2/src/file_transfer.cc:498:25: note: Calling function 'ft_do_send_file', 1st argument 'reciever' value is 0
freetalk-3.2/src/file_transfer.cc:353:39: note: Null pointer dereference
freetalk-3.2/src/file_transfer.cc:125:3: style: Variable 'parent_node' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/file_transfer.cc:113:0: note: Variable 'parent_node' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:125:3: note: Variable 'parent_node' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:351:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/file_transfer.cc:342:0: note: Variable 'session' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:351:3: note: Variable 'session' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:354:3: style: Variable 'block_size' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/file_transfer.cc:342:0: note: Variable 'block_size' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:354:3: note: Variable 'block_size' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:356:3: style: Variable 'sequence' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/file_transfer.cc:342:0: note: Variable 'sequence' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:356:3: note: Variable 'sequence' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:359:3: style: Variable 'send_msg' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/file_transfer.cc:339:0: note: Variable 'send_msg' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:359:3: note: Variable 'send_msg' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:365:3: style: Variable 'child_node' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/file_transfer.cc:340:0: note: Variable 'child_node' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:365:3: note: Variable 'child_node' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:372:3: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/file_transfer.cc:341:0: note: Variable 'reply' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:372:3: note: Variable 'reply' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:540:3: style: Variable 'rcv_item' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/file_transfer.cc:528:0: note: Variable 'rcv_item' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:540:3: note: Variable 'rcv_item' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:654:3: style: Variable 'file_slist' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/file_transfer.cc:648:0: note: Variable 'file_slist' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:654:3: note: Variable 'file_slist' is reassigned a value before the old one has been used.
freetalk-3.2/src/file_transfer.cc:344:7: style: The scope of the variable 'seqno' can be reduced. [variableScope]
freetalk-3.2/src/file_transfer.cc:345:7: style: The scope of the variable 'read_size' can be reduced. [variableScope]
freetalk-3.2/src/file_transfer.cc:623:24: style: Function 'ft_send_file' argument 1 names different: declaration 'jid' definition 'jid_str'. [funcArgNamesDifferent]
freetalk-3.2/src/file_transfer.h:46:25: note: Function 'ft_send_file' argument 1 names different: declaration 'jid' definition 'jid_str'.
freetalk-3.2/src/file_transfer.cc:623:24: note: Function 'ft_send_file' argument 1 names different: declaration 'jid' definition 'jid_str'.
freetalk-3.2/src/file_transfer.cc:623:55: style: Function 'ft_send_file' argument 3 names different: declaration 'file_path' definition 'file_name'. [funcArgNamesDifferent]
freetalk-3.2/src/file_transfer.h:46:52: note: Function 'ft_send_file' argument 3 names different: declaration 'file_path' definition 'file_name'.
freetalk-3.2/src/file_transfer.cc:623:55: note: Function 'ft_send_file' argument 3 names different: declaration 'file_path' definition 'file_name'.
freetalk-3.2/src/file_transfer.cc:91:11: style: Variable 'reply' is assigned a value that is never used. [unreadVariable]
freetalk-3.2/src/file_transfer.cc:375:5: error: Memory leak: sequence [memleak]
freetalk-3.2/src/file_transfer.cc:379:5: error: Memory leak: sequence [memleak]
freetalk-3.2/src/file_transfer.cc:430:5: error: Memory leak: sequence [memleak]
freetalk-3.2/src/file_transfer.cc:543:5: error: Memory leak: file_size [memleak]
freetalk-3.2/src/file_transfer.cc:547:5: error: Memory leak: file_size [memleak]
freetalk-3.2/src/freetalk.cc:184:11: style: struct member 'Anonymous0::f' is never used. [unusedStructMember]
freetalk-3.2/src/interpreter.cc:290:3: style: Variable 'matches' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/interpreter.cc:288:0: note: Variable 'matches' is reassigned a value before the old one has been used.
freetalk-3.2/src/interpreter.cc:290:3: note: Variable 'matches' is reassigned a value before the old one has been used.
freetalk-3.2/src/interpreter.cc:123:15: style: The scope of the variable 'command_completion_regex' can be reduced. [variableScope]
freetalk-3.2/src/interpreter.cc:131:15: style: The scope of the variable 'roster_completion_regex' can be reduced. [variableScope]
freetalk-3.2/src/interpreter.cc:143:15: style: The scope of the variable 'file_completion_regex' can be reduced. [variableScope]
freetalk-3.2/src/interpreter.cc:286:38: style: Function 'ft_auto_complete' argument 1 names different: declaration 'txt' definition 'text'. [funcArgNamesDifferent]
freetalk-3.2/src/interpreter.h:33:39: note: Function 'ft_auto_complete' argument 1 names different: declaration 'txt' definition 'text'.
freetalk-3.2/src/interpreter.cc:286:38: note: Function 'ft_auto_complete' argument 1 names different: declaration 'txt' definition 'text'.
freetalk-3.2/src/presence.cc:43:3: style: Variable 'resource' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/presence.cc:33:0: note: Variable 'resource' is reassigned a value before the old one has been used.
freetalk-3.2/src/presence.cc:43:3: note: Variable 'resource' is reassigned a value before the old one has been used.
freetalk-3.2/src/primitives.cc:569:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetalk-3.2/src/primitives.cc:566:0: note: Variable 'ret' is reassigned a value before the old one has been used.
freetalk-3.2/src/primitives.cc:569:3: note: Variable 'ret' is reassigned a value before the old one has been used.
freetalk-3.2/src/register.cc:114:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freetalk-3.2/src/roster.cc:171:23: style: The scope of the variable 'newi' can be reduced. [variableScope]
freetalk-3.2/src/util.cc:108:11: warning: Either the condition 'full_line' is redundant or there is possible null pointer dereference: full_line. [nullPointerRedundantCheck]
freetalk-3.2/src/util.cc:101:10: note: Assuming that condition 'full_line' is not redundant
freetalk-3.2/src/util.cc:108:11: note: Null pointer dereference
freetalk-3.2/src/util.cc:35:25: style: Function 'parse_jid_string' argument 1 names different: declaration 'jid_str' definition 's'. [funcArgNamesDifferent]
freetalk-3.2/src/util.h:33:30: note: Function 'parse_jid_string' argument 1 names different: declaration 'jid_str' definition 's'.
freetalk-3.2/src/util.cc:35:25: note: Function 'parse_jid_string' argument 1 names different: declaration 'jid_str' definition 's'.
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freetds/freetds_1.00.82.orig.tar.gz
freetds-1.00.82/misc/cmake_checks.c:8:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freetds-1.00.82/samples/debug.c:43:0: style: Variable 'offs' is assigned a value that is never used. [unreadVariable]
freetds-1.00.82/samples/dyntest.c:16:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/samples/dyntest.c:15:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:16:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:17:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/samples/dyntest.c:16:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:17:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:18:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/samples/dyntest.c:17:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:18:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:19:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/samples/dyntest.c:18:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:19:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:21:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/samples/dyntest.c:19:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:21:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:22:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/samples/dyntest.c:21:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:22:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:24:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/samples/dyntest.c:22:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:24:4: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/samples/dyntest.c:113:8: style: Unused variable: restype [unusedVariable]
freetds-1.00.82/src/apps/bsqldb.c:398:3: style: Variable 'ncols' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/apps/bsqldb.c:389:3: note: Variable 'ncols' is reassigned a value before the old one has been used.
freetds-1.00.82/src/apps/bsqldb.c:398:3: note: Variable 'ncols' is reassigned a value before the old one has been used.
freetds-1.00.82/src/apps/bsqldb.c:408:3: style: Variable 'ncomputeids' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/apps/bsqldb.c:392:3: note: Variable 'ncomputeids' is reassigned a value before the old one has been used.
freetds-1.00.82/src/apps/bsqldb.c:408:3: note: Variable 'ncomputeids' is reassigned a value before the old one has been used.
freetds-1.00.82/src/apps/bsqldb.c:352:6: style: The scope of the variable 'row_code' can be reduced. [variableScope]
freetds-1.00.82/src/apps/bsqldb.c:961:44: style: Function 'get_login' argument 3 names different: declaration 'poptions' definition 'options'. [funcArgNamesDifferent]
freetds-1.00.82/src/apps/bsqldb.c:107:54: note: Function 'get_login' argument 3 names different: declaration 'poptions' definition 'options'.
freetds-1.00.82/src/apps/bsqldb.c:961:44: note: Function 'get_login' argument 3 names different: declaration 'poptions' definition 'options'.
freetds-1.00.82/src/apps/bsqlodbc.c:688:11: style: The scope of the variable 'width' can be reduced. [variableScope]
freetds-1.00.82/src/apps/bsqlodbc.c:689:14: style: The scope of the variable 'size_and_width' can be reduced. [variableScope]
freetds-1.00.82/src/apps/bsqlodbc.c:758:44: style: Function 'get_login' argument 3 names different: declaration 'poptions' definition 'options'. [funcArgNamesDifferent]
freetds-1.00.82/src/apps/bsqlodbc.c:106:61: note: Function 'get_login' argument 3 names different: declaration 'poptions' definition 'options'.
freetds-1.00.82/src/apps/bsqlodbc.c:758:44: note: Function 'get_login' argument 3 names different: declaration 'poptions' definition 'options'.
freetds-1.00.82/src/apps/datacopy.c:788:0: error: Memory leak: srcdata [memleak]
freetds-1.00.82/src/apps/defncopy.c:147:9: style: The scope of the variable 'nrows' can be reduced. [variableScope]
freetds-1.00.82/src/apps/defncopy.c:495:16: style: The scope of the variable 't' can be reduced. [variableScope]
freetds-1.00.82/src/apps/defncopy.c:664:44: style: Function 'get_login' argument 3 names different: declaration 'poptions' definition 'options'. [funcArgNamesDifferent]
freetds-1.00.82/src/apps/defncopy.c:124:61: note: Function 'get_login' argument 3 names different: declaration 'poptions' definition 'options'.
freetds-1.00.82/src/apps/defncopy.c:664:44: note: Function 'get_login' argument 3 names different: declaration 'poptions' definition 'options'.
freetds-1.00.82/src/apps/fisql/interrupt.c:43:6: style: The scope of the variable 'sig' can be reduced. [variableScope]
freetds-1.00.82/src/apps/freebcp.c:554:6: style: The scope of the variable 'li_coltype' can be reduced. [variableScope]
freetds-1.00.82/src/apps/freebcp.c:707:8: style: The scope of the variable 'optBuf' can be reduced. [variableScope]
freetds-1.00.82/src/apps/freebcp.c:784:13: style: The scope of the variable 'sent' can be reduced. [variableScope]
freetds-1.00.82/src/apps/tsql.c:767:6: style: Condition 'charset' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/apps/tsql.c:721:24: note: Assignment 'charset=NULL', assigned value is 0
freetds-1.00.82/src/apps/tsql.c:767:6: note: Condition 'charset' is always false
freetds-1.00.82/src/apps/tsql.c:668:17: style: The scope of the variable 'n' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/blk.c:625:2: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/ctlib/blk.c:607:0: note: Variable 'src' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/blk.c:625:2: note: Variable 'src' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/blk.c:74:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/blk.c:605:6: style: The scope of the variable 'result' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/blk.c:603:48: style: Function '_blk_get_col_data' argument 2 names different: declaration 'bcpcol' definition 'bindcol'. [funcArgNamesDifferent]
freetds-1.00.82/src/ctlib/blk.c:40:62: note: Function '_blk_get_col_data' argument 2 names different: declaration 'bcpcol' definition 'bindcol'.
freetds-1.00.82/src/ctlib/blk.c:603:48: note: Function '_blk_get_col_data' argument 2 names different: declaration 'bcpcol' definition 'bindcol'.
freetds-1.00.82/src/ctlib/cs.c:79:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freetds-1.00.82/src/ctlib/cs.c:167:8: style: The scope of the variable 'msgstr' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:1821:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
freetds-1.00.82/src/ctlib/ct.c:3310:81: warning: Either the condition 'cmd==NULL' is redundant or there is possible null pointer dereference: cmd. [nullPointerRedundantCheck]
freetds-1.00.82/src/ctlib/ct.c:3315:10: note: Assuming that condition 'cmd==NULL' is not redundant
freetds-1.00.82/src/ctlib/ct.c:3310:81: note: Null pointer dereference
freetds-1.00.82/src/ctlib/ct.c:3793:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freetds-1.00.82/src/ctlib/ct.c:193:8: style: The scope of the variable 'msgstr' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:2407:13: style: The scope of the variable 'curcol' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:2409:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:2541:6: style: The scope of the variable 'maxcp' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:2630:15: style: The scope of the variable 'dest_by_col_ptr' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:2631:16: style: The scope of the variable 'src_by_col_ptr' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:2632:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:2839:8: style: The scope of the variable 'c' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:2840:6: style: The scope of the variable 's' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/ct.c:4557:15: style: The scope of the variable 'pdyn' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/unittests/array_bind.c:41:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/array_bind.c:20:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/array_bind.c:41:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/blk_in.c:216:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/blk_in.c:208:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/blk_in.c:216:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/blk_in2.c:75:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/blk_in2.c:66:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/blk_in2.c:75:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/blk_out.c:44:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/blk_out.c:23:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/blk_out.c:44:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/blk_out.c:56:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/ctlib/unittests/blk_out.c:54:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/blk_out.c:56:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/common.c:73:13: style: The scope of the variable 's2' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/unittests/cs_config.c:26:6: style: Condition 'verbose' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/cs_config.c:19:16: note: Assignment 'verbose=1', assigned value is 1
freetds-1.00.82/src/ctlib/unittests/cs_config.c:26:6: note: Condition 'verbose' is always true
freetds-1.00.82/src/ctlib/unittests/cs_diag.c:43:6: style: Condition 'verbose' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/cs_diag.c:19:16: note: Assignment 'verbose=1', assigned value is 1
freetds-1.00.82/src/ctlib/unittests/cs_diag.c:43:6: note: Condition 'verbose' is always true
freetds-1.00.82/src/ctlib/unittests/ct_cursor.c:37:6: style: Condition 'verbose' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/ct_cursor.c:27:16: note: Assignment 'verbose=1', assigned value is 1
freetds-1.00.82/src/ctlib/unittests/ct_cursor.c:37:6: note: Condition 'verbose' is always true
freetds-1.00.82/src/ctlib/unittests/ct_cursors.c:42:6: style: Condition 'verbose' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/ct_cursors.c:28:16: note: Assignment 'verbose=1', assigned value is 1
freetds-1.00.82/src/ctlib/unittests/ct_cursors.c:42:6: note: Condition 'verbose' is always true
freetds-1.00.82/src/ctlib/unittests/ct_diagall.c:42:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/ct_diagall.c:20:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/ct_diagall.c:42:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/ct_diagall.c:202:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/ctlib/unittests/ct_diagall.c:201:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/ct_diagall.c:202:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/ct_diagall.c:203:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/ctlib/unittests/ct_diagall.c:202:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/ct_diagall.c:203:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/ct_diagclient.c:40:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/ct_diagclient.c:18:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/ct_diagclient.c:40:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/ct_diagserver.c:27:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/ct_diagserver.c:21:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/ct_diagserver.c:27:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/ct_dynamic.c:111:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/ctlib/unittests/ct_dynamic.c:106:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/ct_dynamic.c:111:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/ct_dynamic.c:419:82: style: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'. [funcArgNamesDifferent]
freetds-1.00.82/src/ctlib/unittests/ct_dynamic.c:17:100: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/ct_dynamic.c:419:82: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/ct_options.c:29:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/ct_options.c:18:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/ct_options.c:29:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/ct_options.c:123:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/ct_options.c:18:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/ct_options.c:123:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/ct_options.c:35:29: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
freetds-1.00.82/src/ctlib/unittests/ct_options.c:36:31: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
freetds-1.00.82/src/ctlib/unittests/ct_options.c:37:27: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
freetds-1.00.82/src/ctlib/unittests/ct_options.c:38:31: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
freetds-1.00.82/src/ctlib/unittests/datafmt.c:36:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/datafmt.c:19:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/datafmt.c:36:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/get_send_data.c:66:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/get_send_data.c:21:19: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/get_send_data.c:66:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/get_send_data.c:44:8: style: The scope of the variable 'textptr' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/unittests/lang_ct_param.c:359:82: style: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'. [funcArgNamesDifferent]
freetds-1.00.82/src/ctlib/unittests/lang_ct_param.c:20:93: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/lang_ct_param.c:359:82: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/row_count.c:208:10: warning: Width 30 given in format string (no. 1) is smaller than destination buffer 'res[32]'. [invalidScanfFormatWidth_smaller]
freetds-1.00.82/src/ctlib/unittests/row_count.c:362:82: style: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'. [funcArgNamesDifferent]
freetds-1.00.82/src/ctlib/unittests/row_count.c:78:100: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/row_count.c:362:82: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:73:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:42:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:73:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:107:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:87:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:107:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:668:82: style: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'. [funcArgNamesDifferent]
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:23:93: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:668:82: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/rpc_ct_param.c:357:0: error: Memory leak: coldata [memleak]
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:68:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:43:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:68:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:309:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:43:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:309:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:101:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:82:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:101:2: note: Variable 'ret' is reassigned a value before the old one has been used.
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:705:82: style: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'. [funcArgNamesDifferent]
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:23:93: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:705:82: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:294:2: style: Variable 'intvar' is assigned a value that is never used. [unreadVariable]
freetds-1.00.82/src/ctlib/unittests/rpc_ct_setparam.c:402:0: error: Memory leak: coldata [memleak]
freetds-1.00.82/src/ctlib/unittests/t0001.c:20:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0001.c:17:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0001.c:20:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0001.c:29:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0001.c:17:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0001.c:29:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0001.c:38:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0001.c:17:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0001.c:38:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0002.c:33:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0002.c:21:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0002.c:33:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0002.c:153:6: style: The scope of the variable 'is_status_result' can be reduced. [variableScope]
freetds-1.00.82/src/ctlib/unittests/t0003.c:48:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0003.c:22:19: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0003.c:48:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0004.c:35:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0004.c:24:19: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0004.c:35:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0005.c:23:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0005.c:16:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0005.c:23:7: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0005.c:32:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0005.c:16:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0005.c:32:7: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0005.c:42:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0005.c:16:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0005.c:42:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0006.c:308:6: style: Condition 'verbose' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0006.c:123:16: note: Assignment 'verbose=1', assigned value is 1
freetds-1.00.82/src/ctlib/unittests/t0006.c:308:6: note: Condition 'verbose' is always true
freetds-1.00.82/src/ctlib/unittests/t0007.c:41:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0007.c:21:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0007.c:41:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0008.c:41:6: style: Condition 'verbose' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0008.c:19:16: note: Assignment 'verbose=1', assigned value is 1
freetds-1.00.82/src/ctlib/unittests/t0008.c:41:6: note: Condition 'verbose' is always true
freetds-1.00.82/src/ctlib/unittests/t0009.c:45:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/ctlib/unittests/t0009.c:21:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/ctlib/unittests/t0009.c:45:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/ctlib/unittests/t0009.c:341:82: style: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'. [funcArgNamesDifferent]
freetds-1.00.82/src/ctlib/unittests/t0009.c:11:100: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/ctlib/unittests/t0009.c:341:82: note: Function 'ex_servermsg_cb' argument 3 names different: declaration 'errmsg' definition 'srvmsg'.
freetds-1.00.82/src/dblib/bcp.c:1088:13: style: The scope of the variable 'bcpcol' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/bcp.c:1097:9: style: The scope of the variable 'collen' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/bcp.c:1097:17: style: The scope of the variable 'data_is_null' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/bcp.c:1433:8: style: The scope of the variable 'count' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/bcp.c:2286:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:1596:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freetds-1.00.82/src/dblib/dblib.c:1626:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freetds-1.00.82/src/dblib/dblib.c:1651:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freetds-1.00.82/src/dblib/dblib.c:4224:2: style: Variable 'colinfo' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/dblib/dblib.c:4219:0: note: Variable 'colinfo' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/dblib.c:4224:2: note: Variable 'colinfo' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/dblib.c:1478:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:1543:13: style: The scope of the variable 'tds' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:2946:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3298:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3678:14: style: The scope of the variable 'len' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3678:19: style: The scope of the variable 'collen' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3678:27: style: The scope of the variable 'namlen' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3736:14: style: The scope of the variable 'collen' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3736:22: style: The scope of the variable 'namlen' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3737:6: style: The scope of the variable 'padlen' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3738:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3800:14: style: The scope of the variable 'len' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:3801:6: style: The scope of the variable 'padlen' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:6897:8: style: The scope of the variable 'cmdstr' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/dblib.c:6900:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/buffering.h:261:12: warning: Assert statement modifies 'ii'. [assignmentInAssert]
freetds-1.00.82/src/dblib/dblib.c:7177:18: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
freetds-1.00.82/src/dblib/dbpivot.c:916:6: style: Condition 'logalot' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/dblib/dbpivot.c:277:20: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
freetds-1.00.82/src/dblib/dbutil.c:135:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/dblib/dbutil.c:130:0: note: Variable 'rc' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/dbutil.c:135:2: note: Variable 'rc' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/rpc.c:371:8: style: The scope of the variable 'temp_value' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/rpc.c:372:7: style: The scope of the variable 'temp_datalen' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/rpc.c:374:7: style: The scope of the variable 'param_is_null' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/common.c:329:7: style: The scope of the variable 'pexpected_msgno' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/common.c:399:7: style: The scope of the variable 'pexpected_dberr' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/done_handling.c:44:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freetds-1.00.82/src/dblib/unittests/done_handling.c:58:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
freetds-1.00.82/src/dblib/unittests/rpc.c:148:6: style: The scope of the variable 'rettype' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/rpc.c:148:19: style: The scope of the variable 'retlen' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/t0002.c:44:6: style: The scope of the variable 'rows_in_buffer' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/t0002.c:44:22: style: The scope of the variable 'limit_rows' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/t0013.c:47:6: style: The scope of the variable 'numtowrite' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/t0013.c:47:18: style: The scope of the variable 'numwritten' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/t0013.c:118:0: error: Memory leak: blob [memleak]
freetds-1.00.82/src/dblib/unittests/t0014.c:75:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/dblib/unittests/t0014.c:73:2: note: Variable 'result' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/unittests/t0014.c:75:2: note: Variable 'result' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/unittests/t0014.c:78:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/dblib/unittests/t0014.c:75:2: note: Variable 'result' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/unittests/t0014.c:78:2: note: Variable 'result' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/unittests/t0014.c:117:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/dblib/unittests/t0014.c:116:4: note: Variable 'result' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/unittests/t0014.c:117:4: note: Variable 'result' is reassigned a value before the old one has been used.
freetds-1.00.82/src/dblib/unittests/t0014.c:23:15: style: The scope of the variable 'rblob' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/t0014.c:28:7: style: The scope of the variable 'numread' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/t0016.c:68:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/dblib/unittests/t0016.c:259:9: style: The scope of the variable 's1' can be reduced. [variableScope]
freetds-1.00.82/src/dblib/unittests/t0016.c:259:13: style: The scope of the variable 's2' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/bcp.c:555:6: style: The scope of the variable 'converted_data_size' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/connectparams.c:276:8: style: The scope of the variable 'dest_s' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/descriptor.c:136:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/error.c:239:24: style: The scope of the variable 'best' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/error.c:345:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/native.c:337:14: style: struct member 'func_info::name' is never used. [unusedStructMember]
freetds-1.00.82/src/odbc/native.c:338:6: style: struct member 'func_info::num_param' is never used. [unusedStructMember]
freetds-1.00.82/src/odbc/native.c:339:14: style: struct member 'func_info::sql_name' is never used. [unusedStructMember]
freetds-1.00.82/src/odbc/native.c:340:13: style: struct member 'func_info::special' is never used. [unusedStructMember]
freetds-1.00.82/src/odbc/native.c:345:8: style: struct member 'native_info::d' is never used. [unusedStructMember]
freetds-1.00.82/src/odbc/native.c:346:6: style: struct member 'native_info::length' is never used. [unusedStructMember]
freetds-1.00.82/src/odbc/odbc.c:4586:0: error: #error TDS_NO_COUNT != -1 [preprocessorErrorDirective]
freetds-1.00.82/src/odbc/prepare_query.c:182:11: style: Redundant condition: If '!EXPR', the comparison 'EXPR != ','' is always true. [redundantCondition]
freetds-1.00.82/src/odbc/sql2tds.c:164:11: style: The scope of the variable 'blob' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/array.c:27:31: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
freetds-1.00.82/src/odbc/unittests/array.c:28:33: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
freetds-1.00.82/src/odbc/unittests/array_out.c:49:53: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/attributes.c:330:50: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/attributes.c:334:50: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/attributes.c:338:50: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/blob1.c:97:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/odbc/unittests/blob1.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/odbc/unittests/blob1.c:316:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/odbc/unittests/blob1.c:320:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/odbc/unittests/blob1.c:324:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/odbc/unittests/blob1.c:95:6: style: The scope of the variable 'check' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/blob1.c:128:6: style: The scope of the variable 'check' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/c2string.c:56:17: style: Unsigned variable 'in_len' can't be negative so it is unnecessary to test it. [unsignedPositive]
freetds-1.00.82/src/odbc/unittests/c2string.c:68:17: style: Unsigned variable 'in_len' can't be negative so it is unnecessary to test it. [unsignedPositive]
freetds-1.00.82/src/odbc/unittests/common.c:87:21: style: The scope of the variable 'PWD' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/common.c:90:13: style: The scope of the variable 's2' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/common.c:327:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/common.c:347:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/common.c:185:31: style: Function 'odbc_report_error' argument 1 names different: declaration 'msg' definition 'errmsg'. [funcArgNamesDifferent]
freetds-1.00.82/src/odbc/unittests/common.h:58:36: note: Function 'odbc_report_error' argument 1 names different: declaration 'msg' definition 'errmsg'.
freetds-1.00.82/src/odbc/unittests/common.c:185:31: note: Function 'odbc_report_error' argument 1 names different: declaration 'msg' definition 'errmsg'.
freetds-1.00.82/src/odbc/unittests/common.c:638:31: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
freetds-1.00.82/src/odbc/unittests/common.c:639:33: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
freetds-1.00.82/src/odbc/unittests/common.c:732:7: style: union member 'long_sockaddr::dummy' is never used. [unusedStructMember]
freetds-1.00.82/src/odbc/unittests/convert_error.c:16:8: style: The scope of the variable 'val' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/cursor1.c:62:9: style: Condition 'i>0' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/odbc/unittests/cursor1.c:61:7: note: Assignment 'i=1', assigned value is 1
freetds-1.00.82/src/odbc/unittests/cursor1.c:62:9: note: Condition 'i>0' is always true
freetds-1.00.82/src/odbc/unittests/cursor1.c:74:9: style: Condition 'i>0' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/odbc/unittests/cursor1.c:73:7: note: Assignment 'i=2', assigned value is 2
freetds-1.00.82/src/odbc/unittests/cursor1.c:74:9: note: Condition 'i>0' is always true
freetds-1.00.82/src/odbc/unittests/cursor1.c:76:4: style: Variable 'c_len' is assigned a value that is never used. [unreadVariable]
freetds-1.00.82/src/odbc/unittests/cursor4.c:38:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/cursor4.c:52:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/cursor6.c:25:3: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/cursor6.c:26:3: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/cursor6.c:30:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/cursor6.c:31:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/cursor7.c:26:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/cursor7.c:27:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/cursor7.c:31:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/cursor7.c:32:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/describecol.c:353:49: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/describecol.c:357:49: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/describecol.c:361:49: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/getdata.c:72:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/odbc/unittests/getdata.c:62:0: note: Variable 'buf' is reassigned a value before the old one has been used.
freetds-1.00.82/src/odbc/unittests/getdata.c:72:2: note: Variable 'buf' is reassigned a value before the old one has been used.
freetds-1.00.82/src/odbc/unittests/insert_speed.c:45:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/insert_speed.c:59:52: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/mars1.c:16:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/parser.c:199:31: style: The scope of the variable 'cond2' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/parser.c:229:26: style: Function 'odbc_get_cmd_line' argument 1 names different: declaration 'p' definition 'p_s'. [funcArgNamesDifferent]
freetds-1.00.82/src/odbc/unittests/parser.h:15:38: note: Function 'odbc_get_cmd_line' argument 1 names different: declaration 'p' definition 'p_s'.
freetds-1.00.82/src/odbc/unittests/parser.c:229:26: note: Function 'odbc_get_cmd_line' argument 1 names different: declaration 'p' definition 'p_s'.
freetds-1.00.82/src/odbc/unittests/prepare_warn.c:36:2: error: Uninitialized variable: nrows [uninitvar]
freetds-1.00.82/src/odbc/unittests/prepare_warn.c:50:47: error: Uninitialized variable: nrows [uninitvar]
freetds-1.00.82/src/odbc/unittests/rowset.c:9:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/rowset.c:50:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/rowset.c:51:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/t0004.c:30:2: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/odbc/unittests/t0004.c:16:2: note: Variable 'ind' is reassigned a value before the old one has been used.
freetds-1.00.82/src/odbc/unittests/t0004.c:30:2: note: Variable 'ind' is reassigned a value before the old one has been used.
freetds-1.00.82/src/odbc/unittests/t0004.c:30:8: style: Variable 'ind' is assigned a value that is never used. [unreadVariable]
freetds-1.00.82/src/odbc/unittests/test64.c:82:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/test64.c:84:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/test64.c:86:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/test64.c:100:3: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/test64.c:189:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/test64.c:191:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/test64.c:214:4: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/test64.c:220:4: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/test64.c:73:16: style: The scope of the variable 'h' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/test64.c:73:0: style: The scope of the variable 'l' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/test64.c:180:16: style: The scope of the variable 'h' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/test64.c:180:0: style: The scope of the variable 'l' can be reduced. [variableScope]
freetds-1.00.82/src/odbc/unittests/testodbc.c:403:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/odbc/unittests/testodbc.c:417:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/odbc/unittests/testodbc.c:419:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/odbc/unittests/testodbc.c:419:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freetds-1.00.82/src/odbc/unittests/testodbc.c:352:3: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
freetds-1.00.82/src/odbc/unittests/timeout.c:12:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/transaction.c:104:6: style: Condition '!retcode' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/odbc/unittests/transaction.c:96:16: note: Assignment 'retcode=0', assigned value is 0
freetds-1.00.82/src/odbc/unittests/transaction.c:104:6: note: Condition '!retcode' is always true
freetds-1.00.82/src/odbc/unittests/transaction2.c:25:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/transaction2.c:153:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/transaction2.c:178:3: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/transaction2.c:206:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/transaction2.c:239:2: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/transaction2.c:10:31: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
freetds-1.00.82/src/odbc/unittests/transaction2.c:11:33: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
freetds-1.00.82/src/odbc/unittests/type.c:141:57: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/type.c:164:56: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/odbc/unittests/type.c:138:4: style: Variable 'concise_type' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/odbc/unittests/type.c:134:4: note: Variable 'concise_type' is reassigned a value before the old one has been used.
freetds-1.00.82/src/odbc/unittests/type.c:138:4: note: Variable 'concise_type' is reassigned a value before the old one has been used.
freetds-1.00.82/src/odbc/winlogin.c:68:7: style: The scope of the variable 'path' can be reduced. [variableScope]
freetds-1.00.82/src/pool/member.c:242:19: style: The scope of the variable 'pmbr' can be reduced. [variableScope]
freetds-1.00.82/src/pool/member.c:335:6: style: The scope of the variable 'age' can be reduced. [variableScope]
freetds-1.00.82/src/pool/member.c:466:57: style: Function 'pool_assign_idle_member' argument 2 names different: declaration 'user' definition 'puser'. [funcArgNamesDifferent]
freetds-1.00.82/src/pool/pool.h:139:74: note: Function 'pool_assign_idle_member' argument 2 names different: declaration 'user' definition 'puser'.
freetds-1.00.82/src/pool/member.c:466:57: note: Function 'pool_assign_idle_member' argument 2 names different: declaration 'user' definition 'puser'.
freetds-1.00.82/src/pool/util.c:69:6: style: The scope of the variable 'readed' can be reduced. [variableScope]
freetds-1.00.82/src/pool/util.c:147:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
freetds-1.00.82/src/replacements/unittests/condition.c:56:9: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/replacements/unittests/mutex1.c:44:10: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/replacements/unittests/mutex1.c:47:9: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
freetds-1.00.82/src/replacements/unittests/strtok_r.c:47:14: style: The scope of the variable 'p1' can be reduced. [variableScope]
freetds-1.00.82/src/replacements/unittests/strtok_r.c:47:19: style: The scope of the variable 'p2' can be reduced. [variableScope]
freetds-1.00.82/src/replacements/vasprintf.c:125:3: error: Resource leak: fp [resourceLeak]
freetds-1.00.82/src/replacements/vasprintf.c:128:3: error: Resource leak: fp [resourceLeak]
freetds-1.00.82/src/replacements/vasprintf.c:131:3: error: Resource leak: fp [resourceLeak]
freetds-1.00.82/src/replacements/vasprintf.c:131:3: error: Memory leak: buf [memleak]
freetds-1.00.82/src/replacements/vasprintf.c:133:2: error: Resource leak: fp [resourceLeak]
freetds-1.00.82/src/server/login.c:64:16: style: The scope of the variable 'hi_nibble' can be reduced. [variableScope]
freetds-1.00.82/src/server/login.c:64:27: style: The scope of the variable 'lo_nibble' can be reduced. [variableScope]
freetds-1.00.82/src/server/query.c:51:3: error: Common realloc mistake: 'query' nulled but not freed upon failure [memleakOnRealloc]
freetds-1.00.82/src/server/query.c:109:6: error: Common realloc mistake: 'query' nulled but not freed upon failure [memleakOnRealloc]
freetds-1.00.82/src/server/query.c:126:6: error: Common realloc mistake: 'query' nulled but not freed upon failure [memleakOnRealloc]
freetds-1.00.82/src/server/query.c:172:6: error: Common realloc mistake: 'query' nulled but not freed upon failure [memleakOnRealloc]
freetds-1.00.82/src/server/server.c:446:13: style: The scope of the variable 'curcol' can be reduced. [variableScope]
freetds-1.00.82/src/tds/bulk.c:270:14: style: The scope of the variable 'bcpcol' can be reduced. [variableScope]
freetds-1.00.82/src/tds/bulk.c:865:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/tds/bulk.c:866:6: style: The scope of the variable 'fixed_col_len_tot' can be reduced. [variableScope]
freetds-1.00.82/src/tds/bulk.c:867:6: style: The scope of the variable 'variable_col_len_tot' can be reduced. [variableScope]
freetds-1.00.82/src/tds/bulk.c:868:6: style: The scope of the variable 'column_bcp_data_size' can be reduced. [variableScope]
freetds-1.00.82/src/tds/bulk.c:869:6: style: The scope of the variable 'bcp_record_size' can be reduced. [variableScope]
freetds-1.00.82/src/tds/bulk.c:996:6: style: The scope of the variable 'c' can be reduced. [variableScope]
freetds-1.00.82/src/tds/bulk.c:480:102: style: Function 'tds_bcp_add_fixed_columns' argument 3 names different: declaration 'null_error' definition 'ignored'. [funcArgNamesDifferent]
freetds-1.00.82/src/tds/bulk.c:70:113: note: Function 'tds_bcp_add_fixed_columns' argument 3 names different: declaration 'null_error' definition 'ignored'.
freetds-1.00.82/src/tds/bulk.c:480:102: note: Function 'tds_bcp_add_fixed_columns' argument 3 names different: declaration 'null_error' definition 'ignored'.
freetds-1.00.82/src/tds/challenge.c:634:3: style: Variable 'target_info_len' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/tds/challenge.c:633:3: note: Variable 'target_info_len' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/challenge.c:634:3: note: Variable 'target_info_len' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/config.c:1104:6: style: Variable 'field' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/tds/config.c:1103:6: note: Variable 'field' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/config.c:1104:6: note: Variable 'field' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/config.c:1105:6: style: Variable 'field' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/tds/config.c:1104:6: note: Variable 'field' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/config.c:1105:6: note: Variable 'field' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/convert.c:2109:10: style: Condition 'monthdone' is always true [knownConditionTrueFalse]
freetds-1.00.82/src/tds/convert.c:2107:9: note: Assuming that condition '!monthdone' is not redundant
freetds-1.00.82/src/tds/convert.c:2108:6: note: monthdone is incremented', new value is 1
freetds-1.00.82/src/tds/convert.c:2109:10: note: Condition 'monthdone' is always true
freetds-1.00.82/src/tds/convert.c:1071:3: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
freetds-1.00.82/src/tds/convert.c:296:16: style: The scope of the variable 'hex1' can be reduced. [variableScope]
freetds-1.00.82/src/tds/convert.c:476:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freetds-1.00.82/src/tds/convert.c:1986:32: style: Function 'string_to_datetime' argument 1 names different: declaration 'datestr' definition 'instr'. [funcArgNamesDifferent]
freetds-1.00.82/src/tds/convert.c:73:43: note: Function 'string_to_datetime' argument 1 names different: declaration 'datestr' definition 'instr'.
freetds-1.00.82/src/tds/convert.c:1986:32: note: Function 'string_to_datetime' argument 1 names different: declaration 'datestr' definition 'instr'.
freetds-1.00.82/src/tds/data.c:1061:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freetds-1.00.82/src/tds/data.c:1063:5: note: Found duplicate branches for 'if' and 'else'.
freetds-1.00.82/src/tds/data.c:1061:3: note: Found duplicate branches for 'if' and 'else'.
freetds-1.00.82/src/tds/data.c:1124:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freetds-1.00.82/src/tds/data.c:1126:5: note: Found duplicate branches for 'if' and 'else'.
freetds-1.00.82/src/tds/data.c:1124:3: note: Found duplicate branches for 'if' and 'else'.
freetds-1.00.82/src/tds/des.c:50:16: style: The scope of the variable 'parity' can be reduced. [variableScope]
freetds-1.00.82/src/tds/des.c:293:6: style: The scope of the variable 'm' can be reduced. [variableScope]
freetds-1.00.82/src/tds/des.c:446:31: style: The scope of the variable 'ob' can be reduced. [variableScope]
freetds-1.00.82/src/tds/des.c:447:26: style: The scope of the variable 'p' can be reduced. [variableScope]
freetds-1.00.82/src/tds/des.c:447:30: style: The scope of the variable 'q' can be reduced. [variableScope]
freetds-1.00.82/src/tds/des.c:474:31: style: The scope of the variable 'ob' can be reduced. [variableScope]
freetds-1.00.82/src/tds/des.c:475:26: style: The scope of the variable 'p' can be reduced. [variableScope]
freetds-1.00.82/src/tds/des.c:475:30: style: The scope of the variable 'q' can be reduced. [variableScope]
freetds-1.00.82/src/tds/iconv.c:149:9: style: The scope of the variable 'byte_sequence' can be reduced. [variableScope]
freetds-1.00.82/src/tds/iconv.c:320:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
freetds-1.00.82/src/tds/iconv.c:398:47: style: Function 'tds_iconv_info_init' argument 2 names different: declaration 'client_canonic' definition 'client_canonical'. [funcArgNamesDifferent]
freetds-1.00.82/src/tds/iconv.c:51:58: note: Function 'tds_iconv_info_init' argument 2 names different: declaration 'client_canonic' definition 'client_canonical'.
freetds-1.00.82/src/tds/iconv.c:398:47: note: Function 'tds_iconv_info_init' argument 2 names different: declaration 'client_canonic' definition 'client_canonical'.
freetds-1.00.82/src/tds/iconv.c:398:69: style: Function 'tds_iconv_info_init' argument 3 names different: declaration 'server_canonic' definition 'server_canonical'. [funcArgNamesDifferent]
freetds-1.00.82/src/tds/iconv.c:51:78: note: Function 'tds_iconv_info_init' argument 3 names different: declaration 'server_canonic' definition 'server_canonical'.
freetds-1.00.82/src/tds/iconv.c:398:69: note: Function 'tds_iconv_info_init' argument 3 names different: declaration 'server_canonic' definition 'server_canonical'.
freetds-1.00.82/src/tds/locale.c:53:8: style: The scope of the variable 's' can be reduced. [variableScope]
freetds-1.00.82/src/tds/log.c:262:43: style: The scope of the variable 'p' can be reduced. [variableScope]
freetds-1.00.82/src/tds/log.c:410:8: style: The scope of the variable 'data' can be reduced. [variableScope]
freetds-1.00.82/src/tds/mem.c:712:6: style: Condition '!winsock_initialized()' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/tds/mem.c:98:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freetds-1.00.82/src/tds/mem.c:498:19: style: The scope of the variable 'col' can be reduced. [variableScope]
freetds-1.00.82/src/tds/net.c:360:0: error: #error One should be defined [preprocessorErrorDirective]
freetds-1.00.82/src/tds/numeric.c:106:32: style: The scope of the variable 'm' can be reduced. [variableScope]
freetds-1.00.82/src/tds/numeric.c:207:15: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/tds/query.c:405:14: style: The scope of the variable 'param' can be reduced. [variableScope]
freetds-1.00.82/src/tds/query.c:1315:13: style: The scope of the variable 'param' can be reduced. [variableScope]
freetds-1.00.82/src/tds/query.c:1602:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freetds-1.00.82/src/tds/query.c:1696:13: style: The scope of the variable 'param' can be reduced. [variableScope]
freetds-1.00.82/src/tds/query.c:1698:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/tds/query.c:2027:13: style: The scope of the variable 'param' can be reduced. [variableScope]
freetds-1.00.82/src/tds/query.c:2028:20: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/tds/query.c:2232:9: style: The scope of the variable 'size' can be reduced. [variableScope]
freetds-1.00.82/src/tds/read.c:297:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
freetds-1.00.82/src/tds/stream.c:246:0: error: #error Not supported [preprocessorErrorDirective]
freetds-1.00.82/src/tds/tdsstring.c:88:4: error: Memory leak: p [memleak]
freetds-1.00.82/src/tds/tdsstring.c:170:3: error: Memory leak: p [memleak]
freetds-1.00.82/src/tds/token.c:902:32: style: The scope of the variable 'prev' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:922:46: style: The scope of the variable 'prev' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:1081:46: style: The scope of the variable 'prev' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:1715:13: style: The scope of the variable 'curcol' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:1764:15: style: The scope of the variable 'colnamelen' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:1886:13: style: The scope of the variable 'curcol' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:1925:13: style: The scope of the variable 'curcol' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:1950:13: style: The scope of the variable 'curcol' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:2185:6: style: The scope of the variable 'lcid' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:2419:7: style: The scope of the variable 'next_marker' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:2605:13: style: The scope of the variable 'curcol' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:2607:14: style: The scope of the variable 'dyn' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:2652:14: style: The scope of the variable 'dyn' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:2900:13: style: The scope of the variable 'cursor' can be reduced. [variableScope]
freetds-1.00.82/src/tds/token.c:1272:59: style: Function 'tds_process_param_result' argument 2 names different: declaration 'info' definition 'pinfo'. [funcArgNamesDifferent]
freetds-1.00.82/src/tds/token.c:82:73: note: Function 'tds_process_param_result' argument 2 names different: declaration 'info' definition 'pinfo'.
freetds-1.00.82/src/tds/token.c:1272:59: note: Function 'tds_process_param_result' argument 2 names different: declaration 'info' definition 'pinfo'.
freetds-1.00.82/src/tds/token.c:1960:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
freetds-1.00.82/src/tds/token.c:2500:2: error: Common realloc mistake: 's' nulled but not freed upon failure [memleakOnRealloc]
freetds-1.00.82/src/tds/unittests/charconv.c:315:2: warning: Either the condition '!ctx' is redundant or there is possible null pointer dereference: ctx. [nullPointerRedundantCheck]
freetds-1.00.82/src/tds/unittests/charconv.c:322:6: note: Assuming that condition '!ctx' is not redundant
freetds-1.00.82/src/tds/unittests/charconv.c:315:2: note: Null pointer dereference
freetds-1.00.82/src/tds/unittests/charconv.c:210:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freetds-1.00.82/src/tds/unittests/charconv.c:262:9: style: The scope of the variable 'l' can be reduced. [variableScope]
freetds-1.00.82/src/tds/unittests/common.c:18:13: style: The scope of the variable 's2' can be reduced. [variableScope]
freetds-1.00.82/src/tds/unittests/convert.c:51:6: style: The scope of the variable 'srctype' can be reduced. [variableScope]
freetds-1.00.82/src/tds/unittests/convert.c:52:6: style: The scope of the variable 'desttype' can be reduced. [variableScope]
freetds-1.00.82/src/tds/unittests/dataread.c:38:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freetds-1.00.82/src/tds/unittests/dataread.c:208:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freetds-1.00.82/src/tds/unittests/dataread.c:213:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
freetds-1.00.82/src/tds/unittests/t0003.c:54:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/tds/unittests/t0003.c:26:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/tds/unittests/t0003.c:54:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/tds/unittests/t0004.c:78:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/tds/unittests/t0004.c:38:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/tds/unittests/t0004.c:78:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/tds/unittests/t0004.c:62:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/tds/unittests/t0004.c:61:2: note: Variable 'rc' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/unittests/t0004.c:62:2: note: Variable 'rc' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/unittests/t0004.c:57:0: error: Memory leak: long_query [memleak]
freetds-1.00.82/src/tds/unittests/t0005.c:48:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
freetds-1.00.82/src/tds/unittests/t0005.c:47:2: note: Variable 'rc' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/unittests/t0005.c:48:2: note: Variable 'rc' is reassigned a value before the old one has been used.
freetds-1.00.82/src/tds/unittests/t0006.c:80:6: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/tds/unittests/t0006.c:29:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/tds/unittests/t0006.c:80:6: note: Condition 'verbose' is always false
freetds-1.00.82/src/tds/unittests/t0006.c:93:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
freetds-1.00.82/src/tds/unittests/t0006.c:29:16: note: Assignment 'verbose=0', assigned value is 0
freetds-1.00.82/src/tds/unittests/t0006.c:93:7: note: Condition 'verbose' is always false
freetds-1.00.82/src/tds/unittests/t0006.c:120:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freetds-1.00.82/src/tds/unittests/t0007.c:34:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetds-1.00.82/src/tds/util.c:175:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freetds-1.00.82/src/tds/write.c:135:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
freetds-1.00.82/vms/vmsarg_parse.c:98:13: style: The scope of the variable 'affirm_flag' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:98:26: style: The scope of the variable 'negative_flag' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:98:41: style: The scope of the variable 'keywords_flag' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:98:56: style: The scope of the variable 'separator_flag' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:99:13: style: The scope of the variable 'date_flag' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:99:24: style: The scope of the variable 'append_flag' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:99:37: style: The scope of the variable 'present' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:99:69: style: The scope of the variable 'help_flag' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:778:15: style: The scope of the variable 'foreign_image' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:779:15: style: The scope of the variable 'command' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:780:13: style: The scope of the variable 'status' can be reduced. [variableScope]
freetds-1.00.82/vms/vmsarg_parse.c:83:14: style: Unused variable: foreign_image [unusedVariable]
freetds-1.00.82/vms/vmsarg_parse.c:85:22: style: Unused variable: u_length [unusedVariable]
freetds-1.00.82/vms/vmsarg_parse.c:85:32: style: Unused variable: l_element [unusedVariable]
freetds-1.00.82/vms/vmsarg_parse.c:93:32: style: Unused variable: i_length [unusedVariable]
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freetennis/freetennis_0.4.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freetts/freetts_1.2.2.orig.tar.gz
freetts-1.2.2/demo/freetts/ClientServer/client.c:211:8: style: The scope of the variable 'input_buffer' can be reduced. [variableScope]
freetts-1.2.2/demo/freetts/ClientServer/client.c:332:7: style: The scope of the variable 'nread' can be reduced. [variableScope]
freetts-1.2.2/demo/freetts/ClientServer/client.c:333:7: style: The scope of the variable 'nsend' can be reduced. [variableScope]
freetts-1.2.2/demo/freetts/ClientServer/client.c:288:11: style: Variable 'nsend' is assigned a value that is never used. [unreadVariable]
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freeture/freeture_1.2.1.orig.tar.gz
freeture-1.2.1/src/AcqSchedule.h:87:13: style: Technically the member function 'AcqSchedule::getH' can be const. [functionConst]
freeture-1.2.1/src/AcqSchedule.h:94:13: style: Technically the member function 'AcqSchedule::getM' can be const. [functionConst]
freeture-1.2.1/src/AcqSchedule.h:101:13: style: Technically the member function 'AcqSchedule::getS' can be const. [functionConst]
freeture-1.2.1/src/AcqSchedule.h:108:13: style: Technically the member function 'AcqSchedule::getE' can be const. [functionConst]
freeture-1.2.1/src/AcqSchedule.h:115:13: style: Technically the member function 'AcqSchedule::getG' can be const. [functionConst]
freeture-1.2.1/src/AcqSchedule.h:122:13: style: Technically the member function 'AcqSchedule::getF' can be const. [functionConst]
freeture-1.2.1/src/AcqSchedule.h:129:13: style: Technically the member function 'AcqSchedule::getN' can be const. [functionConst]
freeture-1.2.1/src/AcqSchedule.h:143:16: style: Technically the member function 'AcqSchedule::getDate' can be const. [functionConst]
freeture-1.2.1/src/AcqSchedule.h:136:29: performance: Function parameter 'date' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:147:10: style: The scope of the variable 'stop' can be reduced. [variableScope]
freeture-1.2.1/src/AcqThread.cpp:1019:29: style: Variable 'fractpart2' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/AcqThread.cpp:1068:29: style: Variable 'fractpart4' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/Fits3D.h:115:9: warning: Member variable 'Fits3D::naxes' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/Fits3D.h:115:9: warning: Member variable 'Fits3D::fpixel' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/Camera.h:65:9: warning: Member variable 'Camera::mExposureAvailable' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/Camera.h:65:9: warning: Member variable 'Camera::mGainAvailable' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/Camera.h:65:9: warning: Member variable 'Camera::mCamSizeToMax' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/Camera.h:65:9: warning: Member variable 'Camera::mCamStartX' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/Camera.h:65:9: warning: Member variable 'Camera::mCamStartY' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/Camera.h:65:9: warning: Member variable 'Camera::mCamSizeWidth' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/Camera.h:65:9: warning: Member variable 'Camera::mCamSizeHeight' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/AcqThread.cpp:42:12: warning: Member variable 'AcqThread::mNextAcq' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/AcqThread.cpp:42:12: warning: Member variable 'AcqThread::mStartSunriseTime' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/AcqThread.cpp:42:12: warning: Member variable 'AcqThread::mStopSunriseTime' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/AcqThread.cpp:42:12: warning: Member variable 'AcqThread::mStartSunsetTime' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/AcqThread.cpp:42:12: warning: Member variable 'AcqThread::mStopSunsetTime' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/AcqThread.cpp:42:12: warning: Member variable 'AcqThread::mCurrentTime' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/AcqThread.cpp:42:12: warning: Member variable 'AcqThread::mfkp' is not initialized in the constructor. [uninitMemberVar]
freeture-1.2.1/src/Fits3D.h:95:26: style: Member variable 'Fits3D::array3D_MONO_8' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/Fits3D.h:117:55: note: Member variable 'Fits3D::array3D_MONO_8' is in the wrong place in the initializer list.
freeture-1.2.1/src/Fits3D.h:95:26: note: Member variable 'Fits3D::array3D_MONO_8' is in the wrong place in the initializer list.
freeture-1.2.1/src/AcqThread.cpp:81:5: performance: Variable 'mdp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/AcqThread.cpp:82:5: performance: Variable 'msp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/AcqThread.cpp:83:5: performance: Variable 'mstp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/AcqThread.cpp:84:5: performance: Variable 'mdtp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/AcqThread.cpp:85:5: performance: Variable 'mcp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/AcqThread.cpp:86:5: performance: Variable 'mvp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/AcqThread.cpp:87:5: performance: Variable 'mfp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Stack.h:127:24: style: Technically the member function 'Stack::getDateFirstFrame' can be const. [functionConst]
freeture-1.2.1/src/Stack.h:146:13: style: Technically the member function 'Stack::getNbFramesStacked' can be const. [functionConst]
freeture-1.2.1/src/Stack.h:148:13: style: Technically the member function 'Stack::getStack' can be const. [functionConst]
freeture-1.2.1/src/Circle.h:61:15: style: Technically the member function 'Circle::getCenter' can be const. [functionConst]
freeture-1.2.1/src/Circle.h:62:13: style: Technically the member function 'Circle::getRadius' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:106:16: style: Technically the member function 'LocalEvent::getColor' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:113:13: style: Technically the member function 'LocalEvent::getMap' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:120:15: style: Technically the member function 'LocalEvent::getMassCenter' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:127:13: style: Technically the member function 'LocalEvent::getNumFrame' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:145:15: style: Technically the member function 'LocalEvent::getLeDir' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:151:14: style: Technically the member function 'LocalEvent::getMergedStatus' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:157:14: style: Technically the member function 'LocalEvent::getPosClusterStatus' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:158:14: style: Technically the member function 'LocalEvent::getNegClusterStatus' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:162:15: style: Technically the member function 'LocalEvent::getPosMassCenter' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:163:15: style: Technically the member function 'LocalEvent::getNegMassCenter' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:164:15: style: Technically the member function 'LocalEvent::getPosRadius' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:165:15: style: Technically the member function 'LocalEvent::getNegRadius' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:166:14: style: Technically the member function 'LocalEvent::getPosCluster' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:167:14: style: Technically the member function 'LocalEvent::getNegCluster' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:168:14: style: Technically the member function 'LocalEvent::getMergedFlag' can be const. [functionConst]
freeture-1.2.1/src/LocalEvent.h:169:13: style: Technically the member function 'LocalEvent::getLeIndex' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:98:13: style: Technically the member function 'GlobalEvent::getMapEvent' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:99:13: style: Technically the member function 'GlobalEvent::getDirMap' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:100:13: style: Technically the member function 'GlobalEvent::getAge' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:101:13: style: Technically the member function 'GlobalEvent::getAgeLastElem' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:102:24: style: Technically the member function 'GlobalEvent::getDate' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:103:14: style: Technically the member function 'GlobalEvent::getLinearStatus' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:104:15: style: Technically the member function 'GlobalEvent::getVelocity' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:105:14: style: Technically the member function 'GlobalEvent::getNewLEStatus' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:106:13: style: Technically the member function 'GlobalEvent::getBadPos' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:107:13: style: Technically the member function 'GlobalEvent::getGoodPos' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:108:13: style: Technically the member function 'GlobalEvent::getNumFirstFrame' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:109:13: style: Technically the member function 'GlobalEvent::getNumLastFrame' can be const. [functionConst]
freeture-1.2.1/src/GlobalEvent.h:110:13: style: Technically the member function 'GlobalEvent::getGeMapColor' can be const. [functionConst]
freeture-1.2.1/src/Camera.h:113:25: style: Technically the member function 'Camera::getDeviceType' can be const. [functionConst]
freeture-1.2.1/src/Device.h:216:13: style: Technically the member function 'Device::getNightExposureTime' can be const. [functionConst]
freeture-1.2.1/src/Device.h:217:13: style: Technically the member function 'Device::getNightGain' can be const. [functionConst]
freeture-1.2.1/src/Device.h:218:13: style: Technically the member function 'Device::getDayExposureTime' can be const. [functionConst]
freeture-1.2.1/src/Device.h:219:13: style: Technically the member function 'Device::getDayGain' can be const. [functionConst]
freeture-1.2.1/src/AcqThread.h:152:14: style: Technically the member function 'AcqThread::getThreadStatus' can be const. [functionConst]
freeture-1.2.1/src/AcqThread.cpp:139:17: note: Technically the member function 'AcqThread::getThreadStatus' can be const.
freeture-1.2.1/src/AcqThread.h:152:14: note: Technically the member function 'AcqThread::getThreadStatus' can be const.
freeture-1.2.1/src/OpenSSL.h:112:9: style: Class 'OpenSSL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freeture-1.2.1/src/SMTPClient.h:170:13: style: Struct 'ReceiveFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freeture-1.2.1/src/Fits2D.h:94:9: style: Class 'Fits2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freeture-1.2.1/src/DetectionTemporal.h:134:14: style: The function 'runDetection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:102:22: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemporal.h:134:14: note: Function in derived class
freeture-1.2.1/src/DetectionTemporal.h:136:14: style: The function 'saveDetectionInfos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:158:22: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemporal.h:136:14: note: Function in derived class
freeture-1.2.1/src/DetectionTemporal.h:138:14: style: The function 'resetDetection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:146:22: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemporal.h:138:14: note: Function in derived class
freeture-1.2.1/src/DetectionTemporal.h:140:14: style: The function 'resetMask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:152:22: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemporal.h:140:14: note: Function in derived class
freeture-1.2.1/src/DetectionTemporal.h:142:13: style: The function 'getEventFirstFrameNb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:113:21: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemporal.h:142:13: note: Function in derived class
freeture-1.2.1/src/DetectionTemporal.h:144:24: style: The function 'getEventDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:135:32: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemporal.h:144:24: note: Function in derived class
freeture-1.2.1/src/DetectionTemporal.h:146:13: style: The function 'getEventLastFrameNb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:124:21: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemporal.h:146:13: note: Function in derived class
freeture-1.2.1/src/DetectionTemporal.h:148:24: style: The function 'getDebugFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:160:32: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemporal.h:148:24: note: Function in derived class
freeture-1.2.1/src/DetectionTemplate.h:122:14: style: The function 'runDetection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:102:22: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemplate.h:122:14: note: Function in derived class
freeture-1.2.1/src/DetectionTemplate.h:124:14: style: The function 'saveDetectionInfos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:158:22: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemplate.h:124:14: note: Function in derived class
freeture-1.2.1/src/DetectionTemplate.h:126:14: style: The function 'resetDetection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:146:22: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemplate.h:126:14: note: Function in derived class
freeture-1.2.1/src/DetectionTemplate.h:128:14: style: The function 'resetMask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:152:22: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemplate.h:128:14: note: Function in derived class
freeture-1.2.1/src/DetectionTemplate.h:130:13: style: The function 'getEventFirstFrameNb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:113:21: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemplate.h:130:13: note: Function in derived class
freeture-1.2.1/src/DetectionTemplate.h:132:24: style: The function 'getEventDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:135:32: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemplate.h:132:24: note: Function in derived class
freeture-1.2.1/src/DetectionTemplate.h:134:13: style: The function 'getEventLastFrameNb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Detection.h:124:21: note: Virtual function in base class
freeture-1.2.1/src/DetectionTemplate.h:134:13: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:102:14: style: The function 'createDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:100:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:102:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:104:14: style: The function 'acqStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:133:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:104:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:106:14: style: The function 'listCameras' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:87:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:106:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:108:14: style: The function 'grabImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:153:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:108:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:110:14: style: The function 'grabInitialization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:127:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:110:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:112:14: style: The function 'getStopStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:120:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:112:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:119:14: style: The function 'getDataSetStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:271:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:119:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:126:14: style: The function 'loadNextDataSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:278:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:126:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:128:14: style: The function 'getFPS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:202:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:128:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:130:14: style: The function 'setExposureTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:238:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:130:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:132:14: style: The function 'setGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:246:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:132:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:134:14: style: The function 'setFPS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:254:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:134:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:136:14: style: The function 'setPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:264:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:136:14: note: Function in derived class
freeture-1.2.1/src/CameraVideo.h:138:14: style: The function 'setSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:256:22: note: Virtual function in base class
freeture-1.2.1/src/CameraVideo.h:138:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:98:14: style: The function 'acqStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:133:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:98:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:100:14: style: The function 'createDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:100:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:100:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:102:14: style: The function 'listCameras' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:87:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:102:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:104:14: style: The function 'grabInitialization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:127:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:104:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:106:14: style: The function 'grabImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:153:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:106:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:108:14: style: The function 'getStopStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:120:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:108:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:110:14: style: The function 'loadNextDataSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:278:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:110:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:112:14: style: The function 'getDataSetStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:271:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:112:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:114:14: style: The function 'getFPS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:202:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:114:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:116:14: style: The function 'setExposureTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:238:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:116:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:118:14: style: The function 'setGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:246:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:118:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:120:14: style: The function 'setFPS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:254:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:120:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:122:14: style: The function 'setPixelFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:264:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:122:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:124:14: style: The function 'setSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:256:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:124:14: note: Function in derived class
freeture-1.2.1/src/CameraFrames.h:126:14: style: The function 'getCameraName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Camera.h:111:22: note: Virtual function in base class
freeture-1.2.1/src/CameraFrames.h:126:14: note: Function in derived class
freeture-1.2.1/src/AcqThread.cpp:119:5: warning: Possible leak in public function. The pointer 'mDevice' is not deallocated before it is allocated. [publicAllocationError]
freeture-1.2.1/src/DetThread.h:181:39: performance: Function parameter 'location' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:54:61: performance: Function parameter 'dp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:55:61: performance: Function parameter 'sp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:56:61: performance: Function parameter 'stp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:57:61: performance: Function parameter 'dtp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:58:61: performance: Function parameter 'acq' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:59:61: performance: Function parameter 'fp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:60:61: performance: Function parameter 'vp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:61:61: performance: Function parameter 'fkp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:620:50: performance: Function parameter 'YYYYMMDD' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:734:127: performance: Function parameter 'imgPrefix' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/AcqThread.cpp:822:88: performance: Function parameter 'imgPrefix' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/EParser.h:77:0: performance: Function parameter 'paramName' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/EParser.h:99:0: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/EParser.h:113:0: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/CameraFrames.h:86:13: style: Member variable 'CameraFrames::mFirstFrameNum' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/CameraFrames.cpp:44:1: note: Member variable 'CameraFrames::mFirstFrameNum' is in the wrong place in the initializer list.
freeture-1.2.1/src/CameraFrames.h:86:13: note: Member variable 'CameraFrames::mFirstFrameNum' is in the wrong place in the initializer list.
freeture-1.2.1/src/CameraVideo.h:89:29: style: Member variable 'CameraVideo::mFrameWidth' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/CameraVideo.cpp:42:79: note: Member variable 'CameraVideo::mFrameWidth' is in the wrong place in the initializer list.
freeture-1.2.1/src/CameraVideo.h:89:29: note: Member variable 'CameraVideo::mFrameWidth' is in the wrong place in the initializer list.
freeture-1.2.1/src/CameraVideo.cpp:44:5: performance: Variable 'mVideoList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/CfgParam.cpp:530:5: warning: Either the condition 'device!=NULL' is redundant or there is possible null pointer dereference: device. [nullPointerRedundantCheck]
freeture-1.2.1/src/CfgParam.cpp:1091:15: note: Assuming that condition 'device!=NULL' is not redundant
freeture-1.2.1/src/CfgParam.cpp:530:5: note: Null pointer dereference
freeture-1.2.1/src/CfgParam.cpp:531:5: warning: Either the condition 'device!=NULL' is redundant or there is possible null pointer dereference: device. [nullPointerRedundantCheck]
freeture-1.2.1/src/CfgParam.cpp:1091:15: note: Assuming that condition 'device!=NULL' is not redundant
freeture-1.2.1/src/CfgParam.cpp:531:5: note: Null pointer dereference
freeture-1.2.1/src/CfgParam.h:111:25: style: Technically the member function 'CfgParam::getDeviceID' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1718:15: note: Technically the member function 'CfgParam::getDeviceID' can be const.
freeture-1.2.1/src/CfgParam.h:111:25: note: Technically the member function 'CfgParam::getDeviceID' can be const.
freeture-1.2.1/src/CfgParam.h:112:25: style: Technically the member function 'CfgParam::getDataParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1722:21: note: Technically the member function 'CfgParam::getDataParam' can be const.
freeture-1.2.1/src/CfgParam.h:112:25: note: Technically the member function 'CfgParam::getDataParam' can be const.
freeture-1.2.1/src/CfgParam.h:113:25: style: Technically the member function 'CfgParam::getLogParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1726:20: note: Technically the member function 'CfgParam::getLogParam' can be const.
freeture-1.2.1/src/CfgParam.h:113:25: note: Technically the member function 'CfgParam::getLogParam' can be const.
freeture-1.2.1/src/CfgParam.h:114:25: style: Technically the member function 'CfgParam::getFramesParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1730:23: note: Technically the member function 'CfgParam::getFramesParam' can be const.
freeture-1.2.1/src/CfgParam.h:114:25: note: Technically the member function 'CfgParam::getFramesParam' can be const.
freeture-1.2.1/src/CfgParam.h:115:25: style: Technically the member function 'CfgParam::getVidParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1734:22: note: Technically the member function 'CfgParam::getVidParam' can be const.
freeture-1.2.1/src/CfgParam.h:115:25: note: Technically the member function 'CfgParam::getVidParam' can be const.
freeture-1.2.1/src/CfgParam.h:116:25: style: Technically the member function 'CfgParam::getCamParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1738:23: note: Technically the member function 'CfgParam::getCamParam' can be const.
freeture-1.2.1/src/CfgParam.h:116:25: note: Technically the member function 'CfgParam::getCamParam' can be const.
freeture-1.2.1/src/CfgParam.h:117:25: style: Technically the member function 'CfgParam::getDetParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1742:26: note: Technically the member function 'CfgParam::getDetParam' can be const.
freeture-1.2.1/src/CfgParam.h:117:25: note: Technically the member function 'CfgParam::getDetParam' can be const.
freeture-1.2.1/src/CfgParam.h:118:25: style: Technically the member function 'CfgParam::getStackParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1746:22: note: Technically the member function 'CfgParam::getStackParam' can be const.
freeture-1.2.1/src/CfgParam.h:118:25: note: Technically the member function 'CfgParam::getStackParam' can be const.
freeture-1.2.1/src/CfgParam.h:119:25: style: Technically the member function 'CfgParam::getStationParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1750:24: note: Technically the member function 'CfgParam::getStationParam' can be const.
freeture-1.2.1/src/CfgParam.h:119:25: note: Technically the member function 'CfgParam::getStationParam' can be const.
freeture-1.2.1/src/CfgParam.h:120:25: style: Technically the member function 'CfgParam::getFitskeysParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1754:25: note: Technically the member function 'CfgParam::getFitskeysParam' can be const.
freeture-1.2.1/src/CfgParam.h:120:25: note: Technically the member function 'CfgParam::getFitskeysParam' can be const.
freeture-1.2.1/src/CfgParam.h:121:25: style: Technically the member function 'CfgParam::getMailParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1758:21: note: Technically the member function 'CfgParam::getMailParam' can be const.
freeture-1.2.1/src/CfgParam.h:121:25: note: Technically the member function 'CfgParam::getMailParam' can be const.
freeture-1.2.1/src/CfgParam.h:122:25: style: Technically the member function 'CfgParam::getAllParam' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1762:22: note: Technically the member function 'CfgParam::getAllParam' can be const.
freeture-1.2.1/src/CfgParam.h:122:25: note: Technically the member function 'CfgParam::getAllParam' can be const.
freeture-1.2.1/src/CfgParam.h:124:14: style: Technically the member function 'CfgParam::deviceIdIsCorrect' can be const. [functionConst]
freeture-1.2.1/src/CfgParam.cpp:1766:16: note: Technically the member function 'CfgParam::deviceIdIsCorrect' can be const.
freeture-1.2.1/src/CfgParam.h:124:14: note: Technically the member function 'CfgParam::deviceIdIsCorrect' can be const.
freeture-1.2.1/src/CfgParam.h:109:9: style: Class 'CfgParam' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freeture-1.2.1/src/CfgParam.cpp:73:53: style: Reading from empty STL container 'finput' [reademptycontainer]
freeture-1.2.1/src/CfgParam.cpp:74:39: style: Reading from empty STL container 'vinput' [reademptycontainer]
freeture-1.2.1/src/Conversion.cpp:77:5: style: Variable 'fractpart1' is reassigned a value before the old one has been used. [redundantAssignment]
freeture-1.2.1/src/Conversion.cpp:76:0: note: Variable 'fractpart1' is reassigned a value before the old one has been used.
freeture-1.2.1/src/Conversion.cpp:77:5: note: Variable 'fractpart1' is reassigned a value before the old one has been used.
freeture-1.2.1/src/Conversion.cpp:79:5: style: Variable 'fractpart2' is reassigned a value before the old one has been used. [redundantAssignment]
freeture-1.2.1/src/Conversion.cpp:76:0: note: Variable 'fractpart2' is reassigned a value before the old one has been used.
freeture-1.2.1/src/Conversion.cpp:79:5: note: Variable 'fractpart2' is reassigned a value before the old one has been used.
freeture-1.2.1/src/Conversion.cpp:183:9: style: The scope of the variable 'cpt' can be reduced. [variableScope]
freeture-1.2.1/src/Conversion.cpp:79:18: style: Variable 'fractpart2' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/DetThread.cpp:163:10: style: The scope of the variable 'stopThread' can be reduced. [variableScope]
freeture-1.2.1/src/DetThread.cpp:166:10: style: The scope of the variable 'eventToComplete' can be reduced. [variableScope]
freeture-1.2.1/src/DetThread.h:86:41: style: Member variable 'DetThread::mMustStop' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/DetThread.cpp:56:63: note: Member variable 'DetThread::mMustStop' is in the wrong place in the initializer list.
freeture-1.2.1/src/DetThread.h:86:41: note: Member variable 'DetThread::mMustStop' is in the wrong place in the initializer list.
freeture-1.2.1/src/DetThread.h:91:41: style: Member variable 'DetThread::mIsRunning' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/DetThread.cpp:57:41: note: Member variable 'DetThread::mIsRunning' is in the wrong place in the initializer list.
freeture-1.2.1/src/DetThread.h:91:41: note: Member variable 'DetThread::mIsRunning' is in the wrong place in the initializer list.
freeture-1.2.1/src/DetThread.h:92:41: style: Member variable 'DetThread::mWaitFramesToCompleteEvent' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/DetThread.cpp:57:77: note: Member variable 'DetThread::mWaitFramesToCompleteEvent' is in the wrong place in the initializer list.
freeture-1.2.1/src/DetThread.h:92:41: note: Member variable 'DetThread::mWaitFramesToCompleteEvent' is in the wrong place in the initializer list.
freeture-1.2.1/src/DetThread.h:93:41: style: Member variable 'DetThread::mNbWaitFrames' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/DetThread.cpp:58:25: note: Member variable 'DetThread::mNbWaitFrames' is in the wrong place in the initializer list.
freeture-1.2.1/src/DetThread.h:93:41: note: Member variable 'DetThread::mNbWaitFrames' is in the wrong place in the initializer list.
freeture-1.2.1/src/DetThread.cpp:68:5: performance: Variable 'mStationName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/DetThread.cpp:69:5: performance: Variable 'mdp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/DetThread.cpp:70:5: performance: Variable 'mdtp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/DetThread.cpp:71:5: performance: Variable 'mmp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/DetThread.cpp:72:5: performance: Variable 'mfkp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/DetThread.cpp:73:5: performance: Variable 'mstp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/DetThread.h:156:14: style: Technically the member function 'DetThread::getRunStatus' can be const. [functionConst]
freeture-1.2.1/src/DetThread.cpp:353:17: note: Technically the member function 'DetThread::getRunStatus' can be const.
freeture-1.2.1/src/DetThread.h:156:14: note: Technically the member function 'DetThread::getRunStatus' can be const.
freeture-1.2.1/src/DetThread.cpp:94:17: style: Class 'DetThread' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freeture-1.2.1/src/DetThread.cpp:94:17: style: Class 'DetThread' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freeture-1.2.1/src/EParser.h:77:28: performance: Function parameter 'paramName' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/EParser.h:99:34: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/EParser.h:113:39: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/DetThread.cpp:50:57: performance: Function parameter 'dp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/DetThread.cpp:51:35: performance: Function parameter 'mp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/DetectionTemplate.cpp:107:30: style: The scope of the variable 'ptrAbsDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemplate.cpp:108:29: style: The scope of the variable 'ptrMap' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemplate.cpp:43:5: performance: Variable 'mdtp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/DetectionTemplate.h:138:14: performance: Technically the member function 'DetectionTemplate::createDebugDirectories' can be static. [functionStatic]
freeture-1.2.1/src/DetectionTemplate.cpp:54:25: note: Technically the member function 'DetectionTemplate::createDebugDirectories' can be static.
freeture-1.2.1/src/DetectionTemplate.h:138:14: note: Technically the member function 'DetectionTemplate::createDebugDirectories' can be static.
freeture-1.2.1/src/DetectionTemplate.cpp:45:5: style: Class 'DetectionTemplate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freeture-1.2.1/src/DetectionTemplate.cpp:45:5: style: Class 'DetectionTemplate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freeture-1.2.1/src/DetectionTemplate.cpp:138:51: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/DetectionTemporal.cpp:293:16: style: The scope of the variable 'tDownsample' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:294:16: style: The scope of the variable 'tAbsDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:295:16: style: The scope of the variable 'tPosDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:296:16: style: The scope of the variable 'tNegDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:297:16: style: The scope of the variable 'tDilate' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:298:16: style: The scope of the variable 'tThreshold' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:299:16: style: The scope of the variable 'tStep1' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:300:16: style: The scope of the variable 'tStep2' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:301:16: style: The scope of the variable 'tStep3' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:302:16: style: The scope of the variable 'tStep4' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:614:22: style: The scope of the variable 'LELinked' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:927:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:991:53: style: The scope of the variable 'ptrRoiAbsDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:992:54: style: The scope of the variable 'ptrRoiPosDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:993:54: style: The scope of the variable 'ptrRoiNegDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:1012:53: style: The scope of the variable 'ptrRoiAbsDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:1013:53: style: The scope of the variable 'ptrRoiPosDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:1014:53: style: The scope of the variable 'ptrRoiNegDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:1098:57: style: The scope of the variable 'ptrRoiAbsDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:1099:58: style: The scope of the variable 'ptrRoiPosDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:1100:58: style: The scope of the variable 'ptrRoiNegDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:1119:57: style: The scope of the variable 'ptrRoiAbsDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:1120:57: style: The scope of the variable 'ptrRoiPosDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:1121:57: style: The scope of the variable 'ptrRoiNegDiff' can be reduced. [variableScope]
freeture-1.2.1/src/DetectionTemporal.cpp:43:53: style: Function 'DetectionTemporal' argument 1 names different: declaration 'dp' definition 'dtp'. [funcArgNamesDifferent]
freeture-1.2.1/src/DetectionTemporal.h:128:42: note: Function 'DetectionTemporal' argument 1 names different: declaration 'dp' definition 'dtp'.
freeture-1.2.1/src/DetectionTemporal.cpp:43:53: note: Function 'DetectionTemporal' argument 1 names different: declaration 'dp' definition 'dtp'.
freeture-1.2.1/src/DetectionTemporal.h:158:14: performance: Technically the member function 'DetectionTemporal::colorRoiInBlack' can be static. [functionStatic]
freeture-1.2.1/src/DetectionTemporal.cpp:871:25: note: Technically the member function 'DetectionTemporal::colorRoiInBlack' can be static.
freeture-1.2.1/src/DetectionTemporal.h:158:14: note: Technically the member function 'DetectionTemporal::colorRoiInBlack' can be static.
freeture-1.2.1/src/DetectionTemporal.cpp:74:5: style: Class 'DetectionTemporal' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freeture-1.2.1/src/DetectionTemporal.cpp:74:5: style: Class 'DetectionTemporal' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freeture-1.2.1/src/DetectionTemporal.cpp:164:51: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/DetectionTemporal.cpp:917:52: performance: Function parameter 'cFrameDate' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/DetectionTemporal.cpp:634:52: error: Invalid iterator 'itGESelected' used. [eraseDereference]
freeture-1.2.1/src/Device.cpp:328:0: style: Variable 'nbCam' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/Device.cpp:68:5: performance: Variable 'mvp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Device.cpp:69:5: performance: Variable 'mfp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Device.h:148:25: performance: Technically the member function 'Device::getDeviceType' can be static. [functionStatic]
freeture-1.2.1/src/Device.cpp:298:25: note: Technically the member function 'Device::getDeviceType' can be static.
freeture-1.2.1/src/Device.h:148:25: note: Technically the member function 'Device::getDeviceType' can be static.
freeture-1.2.1/src/Device.h:210:14: style: Technically the member function 'Device::getExposureStatus' can be const. [functionConst]
freeture-1.2.1/src/Device.cpp:676:14: note: Technically the member function 'Device::getExposureStatus' can be const.
freeture-1.2.1/src/Device.h:210:14: note: Technically the member function 'Device::getExposureStatus' can be const.
freeture-1.2.1/src/Device.h:212:14: style: Technically the member function 'Device::getGainStatus' can be const. [functionConst]
freeture-1.2.1/src/Device.cpp:682:14: note: Technically the member function 'Device::getGainStatus' can be const.
freeture-1.2.1/src/Device.h:212:14: note: Technically the member function 'Device::getGainStatus' can be const.
freeture-1.2.1/src/Device.cpp:43:44: performance: Function parameter 'fp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Device.cpp:43:59: performance: Function parameter 'vp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Device.cpp:99:28: style: Reading from empty STL container 'vinput' [reademptycontainer]
freeture-1.2.1/src/Device.cpp:100:39: style: Reading from empty STL container 'finput' [reademptycontainer]
freeture-1.2.1/src/Ephemeris.cpp:188:19: style: Variable 'Date' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/Ephemeris.h:66:16: style: Technically the member function 'Ephemeris::dateToJulianDate' can be const. [functionConst]
freeture-1.2.1/src/Ephemeris.cpp:184:19: note: Technically the member function 'Ephemeris::dateToJulianDate' can be const.
freeture-1.2.1/src/Ephemeris.h:66:16: note: Technically the member function 'Ephemeris::dateToJulianDate' can be const.
freeture-1.2.1/src/Ephemeris.h:67:16: performance: Technically the member function 'Ephemeris::longitudeSun' can be static. [functionStatic]
freeture-1.2.1/src/Ephemeris.cpp:217:19: note: Technically the member function 'Ephemeris::longitudeSun' can be static.
freeture-1.2.1/src/Ephemeris.h:67:16: note: Technically the member function 'Ephemeris::longitudeSun' can be static.
freeture-1.2.1/src/Ephemeris.h:68:16: performance: Technically the member function 'Ephemeris::obliquity' can be static. [functionStatic]
freeture-1.2.1/src/Ephemeris.cpp:249:19: note: Technically the member function 'Ephemeris::obliquity' can be static.
freeture-1.2.1/src/Ephemeris.h:68:16: note: Technically the member function 'Ephemeris::obliquity' can be static.
freeture-1.2.1/src/ExposureControl.cpp:135:39: style: Unsigned variable '[' can't be negative so it is unnecessary to test it. [unsignedPositive]
freeture-1.2.1/src/ExposureControl.cpp:180:39: style: Unsigned variable '[' can't be negative so it is unnecessary to test it. [unsignedPositive]
freeture-1.2.1/src/ExposureControl.cpp:62:5: performance: Variable 'stationName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/ExposureControl.cpp:67:5: performance: Variable 'autoExposureDataLocation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/ExposureControl.cpp:92:5: performance: Variable 'finalDataLocation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/ExposureControl.h:123:15: style: Technically the member function 'ExposureControl::computeMSV' can be const. [functionConst]
freeture-1.2.1/src/ExposureControl.cpp:213:24: note: Technically the member function 'ExposureControl::computeMSV' can be const.
freeture-1.2.1/src/ExposureControl.h:123:15: note: Technically the member function 'ExposureControl::computeMSV' can be const.
freeture-1.2.1/src/ExposureControl.cpp:46:41: performance: Function parameter 'dataPath' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/ExposureControl.cpp:47:41: performance: Function parameter 'station' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Fits.cpp:40:5: performance: Variable 'STATION' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:42:5: performance: Variable 'kFILENAME' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:43:5: performance: Variable 'kDATE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:44:5: performance: Variable 'kDATEOBS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:45:5: performance: Variable 'kOBSMODE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:49:5: performance: Variable 'kFILTER' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:50:5: performance: Variable 'kTELESCOP' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:51:5: performance: Variable 'kOBSERVER' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:52:5: performance: Variable 'kINSTRUME' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:53:5: performance: Variable 'kCAMERA' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:63:5: performance: Variable 'kPROGRAM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:64:5: performance: Variable 'kCREATOR' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:67:5: performance: Variable 'kRADESYS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:68:5: performance: Variable 'kTIMESYS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:70:5: performance: Variable 'kCTYPE1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:71:5: performance: Variable 'kCTYPE2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:72:5: performance: Variable 'kCTYPE3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:73:5: performance: Variable 'kTIMEUNIT' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:90:5: performance: Variable 'kCOMMENT' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:92:5: performance: Variable 'cFILENAME' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:93:5: performance: Variable 'cDATE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:94:5: performance: Variable 'cDATEOBS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:95:5: performance: Variable 'cOBSMODE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:96:5: performance: Variable 'cELAPTIME' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:97:5: performance: Variable 'cEXPOSURE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:98:5: performance: Variable 'cONTIME' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:99:5: performance: Variable 'cFILTER' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:101:5: performance: Variable 'cOBSERVER' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:102:5: performance: Variable 'cINSTRUME' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:103:5: performance: Variable 'cCAMERA' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:104:5: performance: Variable 'cFOCAL' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:105:5: performance: Variable 'cAPERTURE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:106:5: performance: Variable 'cSITELONG' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:107:5: performance: Variable 'cSITELAT' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:108:5: performance: Variable 'cSITEELEV' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:109:5: performance: Variable 'cXPIXEL' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:110:5: performance: Variable 'cYPIXEL' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:111:5: performance: Variable 'cGAINDB' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:112:5: performance: Variable 'cSATURATE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:113:5: performance: Variable 'cPROGRAM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:114:5: performance: Variable 'cCREATOR' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:115:5: performance: Variable 'cBZERO' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:116:5: performance: Variable 'cBSCALE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:117:5: performance: Variable 'cRADESYS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:118:5: performance: Variable 'cTIMESYS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:119:5: performance: Variable 'cEQUINOX' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:120:5: performance: Variable 'cCTYPE1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:121:5: performance: Variable 'cCTYPE2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:122:5: performance: Variable 'cCTYPE3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:123:5: performance: Variable 'cTIMEUNIT' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:124:5: performance: Variable 'cCD1_1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:125:5: performance: Variable 'cCD1_2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:126:5: performance: Variable 'cCD2_1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:127:5: performance: Variable 'cCD2_2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:128:5: performance: Variable 'cCD3_3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:129:5: performance: Variable 'cCD1_3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:130:5: performance: Variable 'cCD2_3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:131:5: performance: Variable 'cCD3_1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:132:5: performance: Variable 'cCD3_2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:133:5: performance: Variable 'cCRPIX1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:134:5: performance: Variable 'cCRPIX2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:135:5: performance: Variable 'cCRPIX3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:136:5: performance: Variable 'cCRVAL1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:137:5: performance: Variable 'cCRVAL2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:138:5: performance: Variable 'cK1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:139:5: performance: Variable 'cK2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits.cpp:140:5: performance: Variable 'cCOMMENT' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Fits2D.cpp:1079:25: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
freeture-1.2.1/src/Fits2D.h:179:14: performance: Technically the member function 'Fits2D::printerror' can be static. [functionStatic]
freeture-1.2.1/src/Fits2D.cpp:1805:14: note: Technically the member function 'Fits2D::printerror' can be static.
freeture-1.2.1/src/Fits2D.h:179:14: note: Technically the member function 'Fits2D::printerror' can be static.
freeture-1.2.1/src/Fits2D.h:186:14: performance: Technically the member function 'Fits2D::printerror' can be static. [functionStatic]
freeture-1.2.1/src/Fits2D.cpp:1822:14: note: Technically the member function 'Fits2D::printerror' can be static.
freeture-1.2.1/src/Fits2D.h:186:14: note: Technically the member function 'Fits2D::printerror' can be static.
freeture-1.2.1/src/Fits2D.cpp:73:16: error: Mismatching allocation and deallocation: filename [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:74:16: error: Mismatching allocation and deallocation: cfilename [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:80:12: error: Mismatching allocation and deallocation: cfilename [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:81:12: error: Mismatching allocation and deallocation: filename [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:93:16: error: Mismatching allocation and deallocation: date [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:94:16: error: Mismatching allocation and deallocation: cdate [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:100:12: error: Mismatching allocation and deallocation: cdate [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:101:12: error: Mismatching allocation and deallocation: date [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:113:16: error: Mismatching allocation and deallocation: dateobs [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:114:16: error: Mismatching allocation and deallocation: cdateobs [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:120:12: error: Mismatching allocation and deallocation: cdateobs [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:121:12: error: Mismatching allocation and deallocation: dateobs [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:133:16: error: Mismatching allocation and deallocation: cobsmode [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:134:16: error: Mismatching allocation and deallocation: obsmode [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:140:12: error: Mismatching allocation and deallocation: cobsmode [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:141:12: error: Mismatching allocation and deallocation: obsmode [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:150:16: error: Mismatching allocation and deallocation: celaptime [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:156:12: error: Mismatching allocation and deallocation: celaptime [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:165:16: error: Mismatching allocation and deallocation: ceposure [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:171:12: error: Mismatching allocation and deallocation: ceposure [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:180:16: error: Mismatching allocation and deallocation: contime [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:186:12: error: Mismatching allocation and deallocation: contime [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:199:16: error: Mismatching allocation and deallocation: cfilter [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:200:16: error: Mismatching allocation and deallocation: f [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:206:12: error: Mismatching allocation and deallocation: cfilter [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:207:12: error: Mismatching allocation and deallocation: f [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:220:16: error: Mismatching allocation and deallocation: ctelescop [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:221:16: error: Mismatching allocation and deallocation: t [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:227:12: error: Mismatching allocation and deallocation: ctelescop [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:228:12: error: Mismatching allocation and deallocation: t [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:240:16: error: Mismatching allocation and deallocation: cobserver [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:241:16: error: Mismatching allocation and deallocation: o [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:247:12: error: Mismatching allocation and deallocation: cobserver [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:248:12: error: Mismatching allocation and deallocation: o [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:260:16: error: Mismatching allocation and deallocation: cinstrume [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:261:16: error: Mismatching allocation and deallocation: i [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:267:12: error: Mismatching allocation and deallocation: cinstrume [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:268:12: error: Mismatching allocation and deallocation: i [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:280:16: error: Mismatching allocation and deallocation: ccamera [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:281:16: error: Mismatching allocation and deallocation: cam [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:287:12: error: Mismatching allocation and deallocation: ccamera [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:288:12: error: Mismatching allocation and deallocation: cam [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:297:16: error: Mismatching allocation and deallocation: cfocal [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:303:12: error: Mismatching allocation and deallocation: cfocal [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:312:16: error: Mismatching allocation and deallocation: caperture [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:318:12: error: Mismatching allocation and deallocation: caperture [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:327:16: error: Mismatching allocation and deallocation: csitelong [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:333:12: error: Mismatching allocation and deallocation: csitelong [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:342:16: error: Mismatching allocation and deallocation: csitelat [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:348:12: error: Mismatching allocation and deallocation: csitelat [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:357:16: error: Mismatching allocation and deallocation: csiteelev [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:363:12: error: Mismatching allocation and deallocation: csiteelev [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:372:16: error: Mismatching allocation and deallocation: cxpixel [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:378:12: error: Mismatching allocation and deallocation: cxpixel [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:387:16: error: Mismatching allocation and deallocation: cypixel [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:393:12: error: Mismatching allocation and deallocation: cypixel [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:402:16: error: Mismatching allocation and deallocation: cgaindb [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:408:12: error: Mismatching allocation and deallocation: cgaindb [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:417:16: error: Mismatching allocation and deallocation: csaturate [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:423:12: error: Mismatching allocation and deallocation: csaturate [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:435:16: error: Mismatching allocation and deallocation: cprograme [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:436:16: error: Mismatching allocation and deallocation: p [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:442:12: error: Mismatching allocation and deallocation: cprograme [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:443:12: error: Mismatching allocation and deallocation: p [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:455:16: error: Mismatching allocation and deallocation: ccreator [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:456:16: error: Mismatching allocation and deallocation: c [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:462:12: error: Mismatching allocation and deallocation: ccreator [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:463:12: error: Mismatching allocation and deallocation: c [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:472:16: error: Mismatching allocation and deallocation: cbzero [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:478:12: error: Mismatching allocation and deallocation: cbzero [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:487:16: error: Mismatching allocation and deallocation: cbscale [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:493:12: error: Mismatching allocation and deallocation: cbscale [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:505:16: error: Mismatching allocation and deallocation: cradesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:506:16: error: Mismatching allocation and deallocation: radesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:512:12: error: Mismatching allocation and deallocation: cradesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:513:12: error: Mismatching allocation and deallocation: radesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:525:16: error: Mismatching allocation and deallocation: ctimesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:526:16: error: Mismatching allocation and deallocation: timesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:532:12: error: Mismatching allocation and deallocation: ctimesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:533:12: error: Mismatching allocation and deallocation: timesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:543:16: error: Mismatching allocation and deallocation: cequinox [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:549:12: error: Mismatching allocation and deallocation: cequinox [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:561:16: error: Mismatching allocation and deallocation: ctype1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:562:16: error: Mismatching allocation and deallocation: ktype1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:568:12: error: Mismatching allocation and deallocation: ctype1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:569:12: error: Mismatching allocation and deallocation: ktype1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:581:16: error: Mismatching allocation and deallocation: ctype2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:582:16: error: Mismatching allocation and deallocation: ktype2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:588:12: error: Mismatching allocation and deallocation: ctype2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:589:12: error: Mismatching allocation and deallocation: ktype2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:601:16: error: Mismatching allocation and deallocation: ctimeunit [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:602:16: error: Mismatching allocation and deallocation: ktimeunit [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:608:12: error: Mismatching allocation and deallocation: ctimeunit [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:609:12: error: Mismatching allocation and deallocation: ktimeunit [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:618:16: error: Mismatching allocation and deallocation: ccd1_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:624:12: error: Mismatching allocation and deallocation: ccd1_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:633:16: error: Mismatching allocation and deallocation: ccd1_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:639:12: error: Mismatching allocation and deallocation: ccd1_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:648:16: error: Mismatching allocation and deallocation: ccd2_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:654:12: error: Mismatching allocation and deallocation: ccd2_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:663:16: error: Mismatching allocation and deallocation: ccd2_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:669:12: error: Mismatching allocation and deallocation: ccd2_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:678:16: error: Mismatching allocation and deallocation: ccd3_3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:684:12: error: Mismatching allocation and deallocation: ccd3_3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:693:16: error: Mismatching allocation and deallocation: ccrpix1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:699:12: error: Mismatching allocation and deallocation: ccrpix1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:708:16: error: Mismatching allocation and deallocation: ccrpix2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:714:12: error: Mismatching allocation and deallocation: ccrpix2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:723:16: error: Mismatching allocation and deallocation: ccrval1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:729:12: error: Mismatching allocation and deallocation: ccrval1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:738:16: error: Mismatching allocation and deallocation: ccrval2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:744:12: error: Mismatching allocation and deallocation: ccrval2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:753:16: error: Mismatching allocation and deallocation: ck1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:759:12: error: Mismatching allocation and deallocation: ck1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:768:16: error: Mismatching allocation and deallocation: ck2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:774:12: error: Mismatching allocation and deallocation: ck2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1321:16: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1404:16: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1484:16: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1563:16: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1643:16: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1702:16: error: Mismatching allocation and deallocation: key [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1706:12: error: Mismatching allocation and deallocation: key [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1746:16: error: Mismatching allocation and deallocation: key [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1753:12: error: Mismatching allocation and deallocation: key [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1789:16: error: Mismatching allocation and deallocation: key [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1793:12: error: Mismatching allocation and deallocation: key [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:855:0: error: Memory leak: tab [memleak]
freeture-1.2.1/src/Fits2D.cpp:929:0: error: Memory leak: tab [memleak]
freeture-1.2.1/src/Fits2D.cpp:1005:0: error: Memory leak: tab [memleak]
freeture-1.2.1/src/Fits2D.cpp:1120:0: error: Memory leak: tab [memleak]
freeture-1.2.1/src/Fits2D.cpp:1196:0: error: Memory leak: tab [memleak]
freeture-1.2.1/src/Fits2D.cpp:1345:5: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1428:5: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1507:5: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1587:5: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:1666:5: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
freeture-1.2.1/src/Fits2D.cpp:44:23: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Fits2D.cpp:781:61: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Fits2D.cpp:781:78: performance: Function parameter 'compression' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Fits2D.cpp:1805:44: performance: Function parameter 'errorMsg' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Fits3D.cpp:63:9: style: Class 'Fits3D' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freeture-1.2.1/src/Fits3D.cpp:63:9: style: Class 'Fits3D' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freeture-1.2.1/src/Fits3D.cpp:133:16: error: Mismatching allocation and deallocation: filename [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:134:16: error: Mismatching allocation and deallocation: cfilename [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:140:12: error: Mismatching allocation and deallocation: cfilename [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:141:12: error: Mismatching allocation and deallocation: filename [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:153:16: error: Mismatching allocation and deallocation: date [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:154:16: error: Mismatching allocation and deallocation: cdate [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:160:12: error: Mismatching allocation and deallocation: cdate [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:161:12: error: Mismatching allocation and deallocation: date [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:173:16: error: Mismatching allocation and deallocation: dateobs [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:174:16: error: Mismatching allocation and deallocation: cdateobs [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:180:12: error: Mismatching allocation and deallocation: cdateobs [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:181:12: error: Mismatching allocation and deallocation: dateobs [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:193:16: error: Mismatching allocation and deallocation: cobsmode [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:194:16: error: Mismatching allocation and deallocation: obsmode [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:200:12: error: Mismatching allocation and deallocation: cobsmode [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:201:12: error: Mismatching allocation and deallocation: obsmode [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:210:16: error: Mismatching allocation and deallocation: celaptime [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:216:12: error: Mismatching allocation and deallocation: celaptime [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:225:16: error: Mismatching allocation and deallocation: ceposure [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:231:12: error: Mismatching allocation and deallocation: ceposure [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:240:16: error: Mismatching allocation and deallocation: contime [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:246:12: error: Mismatching allocation and deallocation: contime [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:259:16: error: Mismatching allocation and deallocation: cfilter [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:260:16: error: Mismatching allocation and deallocation: f [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:266:12: error: Mismatching allocation and deallocation: cfilter [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:267:12: error: Mismatching allocation and deallocation: f [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:280:16: error: Mismatching allocation and deallocation: ctelescop [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:281:16: error: Mismatching allocation and deallocation: t [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:287:12: error: Mismatching allocation and deallocation: ctelescop [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:288:12: error: Mismatching allocation and deallocation: t [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:300:16: error: Mismatching allocation and deallocation: cobserver [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:301:16: error: Mismatching allocation and deallocation: o [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:307:12: error: Mismatching allocation and deallocation: cobserver [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:308:12: error: Mismatching allocation and deallocation: o [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:320:16: error: Mismatching allocation and deallocation: cinstrume [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:321:16: error: Mismatching allocation and deallocation: i [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:327:12: error: Mismatching allocation and deallocation: cinstrume [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:328:12: error: Mismatching allocation and deallocation: i [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:340:16: error: Mismatching allocation and deallocation: ccamera [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:341:16: error: Mismatching allocation and deallocation: cam [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:347:12: error: Mismatching allocation and deallocation: ccamera [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:348:12: error: Mismatching allocation and deallocation: cam [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:357:16: error: Mismatching allocation and deallocation: cfocal [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:363:12: error: Mismatching allocation and deallocation: cfocal [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:372:16: error: Mismatching allocation and deallocation: caperture [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:378:12: error: Mismatching allocation and deallocation: caperture [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:387:16: error: Mismatching allocation and deallocation: csitelong [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:393:12: error: Mismatching allocation and deallocation: csitelong [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:402:16: error: Mismatching allocation and deallocation: csitelat [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:408:12: error: Mismatching allocation and deallocation: csitelat [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:417:16: error: Mismatching allocation and deallocation: csiteelev [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:423:12: error: Mismatching allocation and deallocation: csiteelev [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:432:16: error: Mismatching allocation and deallocation: cxpixel [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:438:12: error: Mismatching allocation and deallocation: cxpixel [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:447:16: error: Mismatching allocation and deallocation: cypixel [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:453:12: error: Mismatching allocation and deallocation: cypixel [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:462:16: error: Mismatching allocation and deallocation: cgaindb [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:468:12: error: Mismatching allocation and deallocation: cgaindb [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:477:16: error: Mismatching allocation and deallocation: csaturate [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:483:12: error: Mismatching allocation and deallocation: csaturate [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:495:16: error: Mismatching allocation and deallocation: cprograme [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:496:16: error: Mismatching allocation and deallocation: p [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:502:12: error: Mismatching allocation and deallocation: cprograme [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:503:12: error: Mismatching allocation and deallocation: p [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:515:16: error: Mismatching allocation and deallocation: ccreator [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:516:16: error: Mismatching allocation and deallocation: c [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:522:12: error: Mismatching allocation and deallocation: ccreator [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:523:12: error: Mismatching allocation and deallocation: c [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:532:16: error: Mismatching allocation and deallocation: cbzero [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:538:12: error: Mismatching allocation and deallocation: cbzero [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:547:16: error: Mismatching allocation and deallocation: cbscale [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:553:12: error: Mismatching allocation and deallocation: cbscale [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:565:16: error: Mismatching allocation and deallocation: cradesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:566:16: error: Mismatching allocation and deallocation: radesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:572:12: error: Mismatching allocation and deallocation: cradesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:573:12: error: Mismatching allocation and deallocation: radesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:585:16: error: Mismatching allocation and deallocation: ctimesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:586:16: error: Mismatching allocation and deallocation: timesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:592:12: error: Mismatching allocation and deallocation: ctimesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:593:12: error: Mismatching allocation and deallocation: timesys [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:603:16: error: Mismatching allocation and deallocation: cequinox [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:609:12: error: Mismatching allocation and deallocation: cequinox [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:621:16: error: Mismatching allocation and deallocation: ctype1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:622:16: error: Mismatching allocation and deallocation: ktype1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:628:12: error: Mismatching allocation and deallocation: ctype1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:629:12: error: Mismatching allocation and deallocation: ktype1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:641:16: error: Mismatching allocation and deallocation: ctype2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:642:16: error: Mismatching allocation and deallocation: ktype2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:648:12: error: Mismatching allocation and deallocation: ctype2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:649:12: error: Mismatching allocation and deallocation: ktype2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:661:16: error: Mismatching allocation and deallocation: ctype3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:662:16: error: Mismatching allocation and deallocation: ktype3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:668:12: error: Mismatching allocation and deallocation: ctype3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:669:12: error: Mismatching allocation and deallocation: ktype3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:681:16: error: Mismatching allocation and deallocation: ctimeunit [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:682:16: error: Mismatching allocation and deallocation: ktimeunit [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:688:12: error: Mismatching allocation and deallocation: ctimeunit [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:689:12: error: Mismatching allocation and deallocation: ktimeunit [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:698:16: error: Mismatching allocation and deallocation: ccd1_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:704:12: error: Mismatching allocation and deallocation: ccd1_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:713:16: error: Mismatching allocation and deallocation: ccd1_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:719:12: error: Mismatching allocation and deallocation: ccd1_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:728:16: error: Mismatching allocation and deallocation: ccd2_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:734:12: error: Mismatching allocation and deallocation: ccd2_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:743:16: error: Mismatching allocation and deallocation: ccd2_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:749:12: error: Mismatching allocation and deallocation: ccd2_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:758:16: error: Mismatching allocation and deallocation: ccd3_3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:764:12: error: Mismatching allocation and deallocation: ccd3_3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:773:16: error: Mismatching allocation and deallocation: ccd1_3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:779:12: error: Mismatching allocation and deallocation: ccd1_3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:788:16: error: Mismatching allocation and deallocation: ccd2_3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:794:12: error: Mismatching allocation and deallocation: ccd2_3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:803:16: error: Mismatching allocation and deallocation: ccd3_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:809:12: error: Mismatching allocation and deallocation: ccd3_1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:818:16: error: Mismatching allocation and deallocation: ccd3_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:824:12: error: Mismatching allocation and deallocation: ccd3_2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:833:16: error: Mismatching allocation and deallocation: ccrpix1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:839:12: error: Mismatching allocation and deallocation: ccrpix1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:848:16: error: Mismatching allocation and deallocation: ccrpix2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:854:12: error: Mismatching allocation and deallocation: ccrpix2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:863:16: error: Mismatching allocation and deallocation: ccrpix3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:869:12: error: Mismatching allocation and deallocation: ccrpix3 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:878:16: error: Mismatching allocation and deallocation: ccrval1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:884:12: error: Mismatching allocation and deallocation: ccrval1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:893:16: error: Mismatching allocation and deallocation: ccrval2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:899:12: error: Mismatching allocation and deallocation: ccrval2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:908:16: error: Mismatching allocation and deallocation: ck1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:914:12: error: Mismatching allocation and deallocation: ck1 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:923:16: error: Mismatching allocation and deallocation: ck2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:929:12: error: Mismatching allocation and deallocation: ck2 [mismatchAllocDealloc]
freeture-1.2.1/src/Fits3D.cpp:1008:44: performance: Function parameter 'errorMsg' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Frame.h:60:29: style: Member variable 'Frame::mFrameNumber' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/Frame.cpp:41:1: note: Member variable 'Frame::mFrameNumber' is in the wrong place in the initializer list.
freeture-1.2.1/src/Frame.h:60:29: note: Member variable 'Frame::mFrameNumber' is in the wrong place in the initializer list.
freeture-1.2.1/src/Frame.h:57:29: style: Member variable 'Frame::mFormat' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/Frame.cpp:41:28: note: Member variable 'Frame::mFormat' is in the wrong place in the initializer list.
freeture-1.2.1/src/Frame.h:57:29: note: Member variable 'Frame::mFormat' is in the wrong place in the initializer list.
freeture-1.2.1/src/Frame.h:60:29: style: Member variable 'Frame::mFrameNumber' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/Frame.cpp:54:1: note: Member variable 'Frame::mFrameNumber' is in the wrong place in the initializer list.
freeture-1.2.1/src/Frame.h:60:29: note: Member variable 'Frame::mFrameNumber' is in the wrong place in the initializer list.
freeture-1.2.1/src/Frame.h:57:29: style: Member variable 'Frame::mFormat' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/Frame.cpp:54:28: note: Member variable 'Frame::mFormat' is in the wrong place in the initializer list.
freeture-1.2.1/src/Frame.h:57:29: note: Member variable 'Frame::mFormat' is in the wrong place in the initializer list.
freeture-1.2.1/src/GlobalEvent.cpp:42:5: performance: Variable 'geDate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/GlobalEvent.cpp:46:5: performance: Variable 'geMap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/GlobalEvent.cpp:38:41: performance: Function parameter 'frameDate' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Histogram.h:63:10: warning: Class 'Histogram' which has virtual members does not have a virtual destructor. [virtualDestructor]
freeture-1.2.1/src/HistogramGray.h:78:14: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Histogram.h:77:22: note: Virtual function in base class
freeture-1.2.1/src/HistogramGray.h:78:14: note: Function in derived class
freeture-1.2.1/src/HistogramRGB.h:78:14: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freeture-1.2.1/src/Histogram.h:77:22: note: Virtual function in base class
freeture-1.2.1/src/HistogramRGB.h:78:14: note: Function in derived class
freeture-1.2.1/src/ImgProcessing.cpp:219:20: style: Public interface of ImgProcessing is not safe. When calling ImgProcessing::subdivideFrame(), if parameter n is 0 that leads to division by zero. [unsafeClassDivZero]
freeture-1.2.1/src/ImgProcessing.cpp:43:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
freeture-1.2.1/src/ImgProcessing.cpp:42:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
freeture-1.2.1/src/ImgProcessing.cpp:43:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
freeture-1.2.1/src/ImgProcessing.cpp:86:26: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
freeture-1.2.1/src/ImgProcessing.cpp:87:25: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
freeture-1.2.1/src/ImgProcessing.cpp:105:25: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
freeture-1.2.1/src/ImgProcessing.cpp:106:25: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
freeture-1.2.1/src/ImgProcessing.cpp:156:34: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
freeture-1.2.1/src/ImgProcessing.cpp:157:33: style: The scope of the variable 'ptrMap' can be reduced. [variableScope]
freeture-1.2.1/src/ImgProcessing.cpp:181:33: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
freeture-1.2.1/src/ImgProcessing.cpp:182:33: style: The scope of the variable 'ptrMap' can be reduced. [variableScope]
freeture-1.2.1/src/LocalEvent.cpp:350:18: style: Variable 'dist' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/LocalEvent.h:56:25: style: Member variable 'LocalEvent::mLeNumFrame' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/LocalEvent.cpp:39:94: note: Member variable 'LocalEvent::mLeNumFrame' is in the wrong place in the initializer list.
freeture-1.2.1/src/LocalEvent.h:56:25: note: Member variable 'LocalEvent::mLeNumFrame' is in the wrong place in the initializer list.
freeture-1.2.1/src/LocalEvent.cpp:41:5: performance: Variable 'mPosMassCenter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Mask.cpp:42:5: performance: Variable 'refDate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/SMTPClient.cpp:90:44: performance: Function parameter 'expectedAnswer' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SMTPClient.cpp:119:41: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SMTPClient.cpp:120:66: performance: Function parameter 'mMailFrom' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SMTPClient.cpp:120:85: performance: Function parameter 'mMailSubject' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SMTPClient.cpp:278:47: performance: Function parameter 'password' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SMTPClient.cpp:279:47: performance: Function parameter 'from' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SMTPClient.cpp:281:47: performance: Function parameter 'subject' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SMTPClient.cpp:282:47: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SMTPClient.cpp:283:47: performance: Function parameter 'pathAttachments' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SaveImg.cpp:37:40: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SaveImg.cpp:53:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/SaveImg.cpp:59:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Stack.cpp:212:37: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freeture-1.2.1/src/Stack.cpp:213:45: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
freeture-1.2.1/src/Stack.cpp:328:25: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freeture-1.2.1/src/Stack.cpp:329:25: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
freeture-1.2.1/src/Stack.cpp:361:25: style: The scope of the variable 'ptr' can be reduced. [variableScope]
freeture-1.2.1/src/Stack.cpp:362:33: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
freeture-1.2.1/src/Stack.h:88:25: style: Member variable 'Stack::curFrames' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/Stack.cpp:44:1: note: Member variable 'Stack::curFrames' is in the wrong place in the initializer list.
freeture-1.2.1/src/Stack.h:88:25: note: Member variable 'Stack::curFrames' is in the wrong place in the initializer list.
freeture-1.2.1/src/Stack.h:89:25: style: Member variable 'Stack::gainFirstFrame' is in the wrong place in the initializer list. [initializerList]
freeture-1.2.1/src/Stack.cpp:45:18: note: Member variable 'Stack::gainFirstFrame' is in the wrong place in the initializer list.
freeture-1.2.1/src/Stack.h:89:25: note: Member variable 'Stack::gainFirstFrame' is in the wrong place in the initializer list.
freeture-1.2.1/src/Stack.cpp:46:5: performance: Variable 'mfkp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Stack.cpp:47:5: performance: Variable 'mstp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Stack.cpp:42:21: performance: Function parameter 'fitsCompression' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Stack.cpp:42:52: performance: Function parameter 'fkp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Stack.cpp:42:70: performance: Function parameter 'stp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/StackThread.cpp:241:10: style: The scope of the variable 'stop' can be reduced. [variableScope]
freeture-1.2.1/src/StackThread.cpp:62:5: performance: Variable 'completeDataPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/StackThread.cpp:65:5: performance: Variable 'mdp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/StackThread.cpp:66:5: performance: Variable 'mstp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/StackThread.cpp:67:5: performance: Variable 'msp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/StackThread.cpp:68:5: performance: Variable 'mfkp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/StackThread.h:122:14: style: Technically the member function 'StackThread::getRunStatus' can be const. [functionConst]
freeture-1.2.1/src/StackThread.cpp:233:19: note: Technically the member function 'StackThread::getRunStatus' can be const.
freeture-1.2.1/src/StackThread.h:122:14: note: Technically the member function 'StackThread::getRunStatus' can be const.
freeture-1.2.1/src/StackThread.cpp:48:39: performance: Function parameter 'dp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/StackThread.cpp:49:40: performance: Function parameter 'sp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/StackThread.cpp:50:42: performance: Function parameter 'stp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/StackThread.cpp:52:43: performance: Function parameter 'fkp' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/TimeDate.cpp:249:5: style: Variable 'sideralT' is reassigned a value before the old one has been used. [redundantAssignment]
freeture-1.2.1/src/TimeDate.cpp:248:0: note: Variable 'sideralT' is reassigned a value before the old one has been used.
freeture-1.2.1/src/TimeDate.cpp:249:5: note: Variable 'sideralT' is reassigned a value before the old one has been used.
freeture-1.2.1/src/TimeDate.cpp:79:17: style: Variable 'f0' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/TimeDate.cpp:80:17: style: Variable 'f1' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/TimeDate.cpp:82:17: style: Variable 'f2' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/TimeDate.cpp:83:17: style: Variable 'f3' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/TimeDate.cpp:88:23: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/TimeDate.cpp:183:16: style: Variable 'T' is assigned a value that is never used. [unreadVariable]
freeture-1.2.1/src/main.cpp:415:31: style: Condition '!interruption' is always true [knownConditionTrueFalse]
freeture-1.2.1/src/main.cpp:413:44: note: Assignment 'interruption=0', assigned value is 0
freeture-1.2.1/src/main.cpp:415:31: note: Condition '!interruption' is always true
freeture-1.2.1/src/Logger.h:66:13: performance: Variable 'mRefDate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freeture-1.2.1/src/Logger.h:93:26: style: Exception should be caught by reference. [catchExceptionByValue]
freeture-1.2.1/src/main.cpp:310:20: error: Memory pointed to by 'device' is freed twice. [doubleFree]
freeture-1.2.1/src/Logger.h:63:23: performance: Function parameter 'logPath' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/Logger.h:63:77: performance: Function parameter 'logFiles' should be passed by const reference. [passedByValue]
freeture-1.2.1/src/main.cpp:185:22: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freetuxtv/freetuxtv_0.6.8~dfsg1.orig.tar.gz
freetuxtv-0.6.8~dfsg1/lib/libdbevolution/db-evolution-instance.c:179:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freetuxtv-0.6.8~dfsg1/lib/libdbevolution/db-evolution-instance.c:178:32: note: outer condition: *error==NULL
freetuxtv-0.6.8~dfsg1/lib/libdbevolution/db-evolution-instance.c:179:15: note: identical inner condition: *error==NULL
freetuxtv-0.6.8~dfsg1/lib/libdbevolution/db-evolution-instance.c:73:31: style: Variable 'parent_class' is assigned a value that is never used. [unreadVariable]
freetuxtv-0.6.8~dfsg1/lib/libdbevolution/db-evolution-instance.c:132:9: style: Unused variable: szScriptFilename [unusedVariable]
freetuxtv-0.6.8~dfsg1/lib/libdbevolution/db-evolution-instance.c:248:9: style: Unused variable: szScriptFilename [unusedVariable]
freetuxtv-0.6.8~dfsg1/lib/libvlc-gtk/gtk-libvlc-private.h:29:0: error: #error "LIBVLC_VERSION_MAJOR must be defined." [preprocessorErrorDirective]
freetuxtv-0.6.8~dfsg1/lib/libvlc-gtk/gtk-libvlc-media.c:94:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/lib/libvlc-gtk/gtk-libvlc-media.c:93:0: note: Variable 'self' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/lib/libvlc-gtk/gtk-libvlc-media.c:94:2: note: Variable 'self' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/lib/libvlc-gtk/gtk-libvlc-media.c:240:2: style: Variable 'options' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/lib/libvlc-gtk/gtk-libvlc-media.c:236:0: note: Variable 'options' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/lib/libvlc-gtk/gtk-libvlc-media.c:240:2: note: Variable 'options' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/lib/libvlc-gtk/gtk-libvlc-media.c:71:31: style: Variable 'parent_class' is assigned a value that is never used. [unreadVariable]
freetuxtv-0.6.8~dfsg1/lib/libvlc-gtk/gtk-libvlc-media.c:145:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-cellrenderer-channelslist.c:342:13: style: The scope of the variable 'logo' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channel-infos.c:147:73: style: Function 'freetuxtv_channel_infos_set_channels_group' argument 2 names different: declaration 'group' definition 'channels_group'. [funcArgNamesDifferent]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channel-infos.h:88:73: note: Function 'freetuxtv_channel_infos_set_channels_group' argument 2 names different: declaration 'group' definition 'channels_group'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channel-infos.c:147:73: note: Function 'freetuxtv_channel_infos_set_channels_group' argument 2 names different: declaration 'group' definition 'channels_group'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1157:6: warning: Either the condition 'event!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1560:19: note: Assuming that condition 'event!=NULL' is not redundant
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1157:6: note: Null pointer dereference
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1183:16: warning: Either the condition 'event!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1560:19: note: Assuming that condition 'event!=NULL' is not redundant
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1183:16: note: Null pointer dereference
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:815:2: style: Variable 'treeview' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:809:0: note: Variable 'treeview' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:815:2: note: Variable 'treeview' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:818:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:812:0: note: Variable 'model' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:818:2: note: Variable 'model' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1200:3: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1199:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1200:3: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1874:2: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1860:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1874:2: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1964:2: style: Variable 'pFavouritesChannelsGroupInfos' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1954:0: note: Variable 'pFavouritesChannelsGroupInfos' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1964:2: note: Variable 'pFavouritesChannelsGroupInfos' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1965:2: style: Variable 'pFavouritesChannelsGroupInfosPath' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1955:0: note: Variable 'pFavouritesChannelsGroupInfosPath' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1965:2: note: Variable 'pFavouritesChannelsGroupInfosPath' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2192:2: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2178:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2192:2: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2241:2: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2227:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2241:2: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2565:2: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2549:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2565:2: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:813:15: style: The scope of the variable 'filter_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1173:16: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1267:14: style: The scope of the variable 'pSubMenu' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1268:14: style: The scope of the variable 'pSubMenuItem' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1577:13: style: The scope of the variable 'treeview' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1579:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1580:9: style: The scope of the variable 'list' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1582:15: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1583:15: style: The scope of the variable 'real_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1631:13: style: The scope of the variable 'treeview' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1633:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1634:9: style: The scope of the variable 'list' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1636:15: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1637:15: style: The scope of the variable 'real_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1685:13: style: The scope of the variable 'treeview' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1687:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1688:9: style: The scope of the variable 'list' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1690:15: style: The scope of the variable 'pFilterPath' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1691:15: style: The scope of the variable 'pModelPath' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1692:15: style: The scope of the variable 'pModelPathDest' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1744:13: style: The scope of the variable 'treeview' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1746:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1747:9: style: The scope of the variable 'list' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1749:15: style: The scope of the variable 'pFilterPath' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1750:15: style: The scope of the variable 'pModelPath' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1751:15: style: The scope of the variable 'pModelPathDest' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1803:13: style: The scope of the variable 'treeview' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1805:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1806:9: style: The scope of the variable 'list' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1808:15: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1809:15: style: The scope of the variable 'real_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1855:13: style: The scope of the variable 'widget' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1861:15: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1862:15: style: The scope of the variable 'real_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1864:31: style: The scope of the variable 'pChannelsGroupInfos' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2004:13: style: The scope of the variable 'treeview' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2006:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2007:9: style: The scope of the variable 'list' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2009:15: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2010:15: style: The scope of the variable 'real_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2058:13: style: The scope of the variable 'treeview' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2060:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2061:9: style: The scope of the variable 'list' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2063:15: style: The scope of the variable 'pFilterPath' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2064:15: style: The scope of the variable 'pModelPath' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2065:15: style: The scope of the variable 'pModelPathDest' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2117:13: style: The scope of the variable 'treeview' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2119:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2120:9: style: The scope of the variable 'list' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2122:15: style: The scope of the variable 'pFilterPath' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2123:15: style: The scope of the variable 'pModelPath' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2124:15: style: The scope of the variable 'pModelPathDest' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2179:15: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2180:15: style: The scope of the variable 'real_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2182:25: style: The scope of the variable 'pChannelInfos' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2228:15: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2229:15: style: The scope of the variable 'real_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2231:25: style: The scope of the variable 'pChannelInfos' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2431:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2550:15: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:2551:15: style: The scope of the variable 'real_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:234:32: style: Function 'channels_list_db_add_channels_group' argument 4 names different: declaration 'funcGroupAdded' definition 'func_group_added'. [funcArgNamesDifferent]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.h:60:32: note: Function 'channels_list_db_add_channels_group' argument 4 names different: declaration 'funcGroupAdded' definition 'func_group_added'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:234:32: note: Function 'channels_list_db_add_channels_group' argument 4 names different: declaration 'funcGroupAdded' definition 'func_group_added'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:235:27: style: Function 'channels_list_db_add_channels_group' argument 5 names different: declaration 'funcChannelsAdded' definition 'func_channels_added'. [funcArgNamesDifferent]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.h:61:27: note: Function 'channels_list_db_add_channels_group' argument 5 names different: declaration 'funcChannelsAdded' definition 'func_channels_added'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:235:27: note: Function 'channels_list_db_add_channels_group' argument 5 names different: declaration 'funcChannelsAdded' definition 'func_channels_added'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1005:65: style: Function 'on_dbsync_add_channel' argument 2 names different: declaration 'channel_infos' definition 'pChannelInfos'. [funcArgNamesDifferent]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:76:65: note: Function 'on_dbsync_add_channel' argument 2 names different: declaration 'channel_infos' definition 'pChannelInfos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-channels-list.c:1005:65: note: Function 'on_dbsync_add_channel' argument 2 names different: declaration 'channel_infos' definition 'pChannelInfos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:640:8: style: Condition 'id==-1' is always true [knownConditionTrueFalse]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:636:12: note: Assignment 'id=-1', assigned value is -1
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:640:8: note: Condition 'id==-1' is always true
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:130:20: warning: Either the condition 'error!=NULL' is redundant or there is possible null pointer dereference: error. [nullPointerRedundantCheck]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:156:12: note: Assuming that condition 'error!=NULL' is not redundant
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:130:20: note: Null pointer dereference
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:640:8: style: Same expression on both sides of '==' because the value of 'id' and '-1' are the same. [duplicateExpression]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:636:12: note: 'id' is assigned value '-1' here.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:640:8: note: Same expression on both sides of '==' because the value of 'id' and '-1' are the same.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:276:31: style: The scope of the variable 'pChannelsGroupInfos' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:277:9: style: The scope of the variable 'zName' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:277:17: style: The scope of the variable 'zURI' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:278:9: style: The scope of the variable 'zBregex' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:278:19: style: The scope of the variable 'zEregex' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:360:25: style: The scope of the variable 'pChannelInfos' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:361:9: style: The scope of the variable 'zName' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:361:17: style: The scope of the variable 'zURI' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:362:9: style: The scope of the variable 'zLogo' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:363:9: style: The scope of the variable 'zVlcOptions' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:364:10: style: The scope of the variable 'dazVlcOptions' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:365:9: style: The scope of the variable 'zDeinterlaceMode' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:826:7: style: The scope of the variable 'new_position' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1327:6: style: The scope of the variable 'id' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1402:27: style: The scope of the variable 'pRecordingInfos' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1404:9: style: The scope of the variable 'szTitle' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1405:9: style: The scope of the variable 'szBeginTime' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1406:9: style: The scope of the variable 'szEndTime' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1571:9: style: The scope of the variable 'query' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:849:34: style: Function 'dbsync_update_channels_group' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'. [funcArgNamesDifferent]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.h:140:34: note: Function 'dbsync_update_channels_group' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:849:34: note: Function 'dbsync_update_channels_group' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1027:34: style: Function 'dbsync_update_channels_group_last_update' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'. [funcArgNamesDifferent]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.h:86:34: note: Function 'dbsync_update_channels_group_last_update' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1027:34: note: Function 'dbsync_update_channels_group_last_update' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1065:34: style: Function 'dbsync_delete_channels_group' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'. [funcArgNamesDifferent]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.h:91:34: note: Function 'dbsync_delete_channels_group' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1065:34: note: Function 'dbsync_delete_channels_group' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1121:34: style: Function 'dbsync_delete_channels_of_channels_group' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'. [funcArgNamesDifferent]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.h:96:34: note: Function 'dbsync_delete_channels_of_channels_group' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1121:34: note: Function 'dbsync_delete_channels_of_channels_group' argument 2 names different: declaration 'pChannelsGroupInfos' definition 'channels_group_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1253:64: style: Function 'dbsync_add_tvchannel' argument 2 names different: declaration 'pTvChannelInfos' definition 'tv_channel_infos'. [funcArgNamesDifferent]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.h:161:64: note: Function 'dbsync_add_tvchannel' argument 2 names different: declaration 'pTvChannelInfos' definition 'tv_channel_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-db-sync.c:1253:64: note: Function 'dbsync_add_tvchannel' argument 2 names different: declaration 'pTvChannelInfos' definition 'tv_channel_infos'.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-models.c:49:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-models.c:48:0: note: Variable 'file' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-models.c:49:2: note: Variable 'file' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:636:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:618:8: note: outer condition: bGoOn
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:636:6: note: identical inner condition: bGoOn
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:303:6: warning: Either the condition 'event!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:392:19: note: Assuming that condition 'event!=NULL' is not redundant
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:303:6: note: Null pointer dereference
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:320:16: warning: Either the condition 'event!=NULL' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:392:19: note: Assuming that condition 'event!=NULL' is not redundant
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:320:16: note: Null pointer dereference
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:337:3: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:336:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:337:3: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:310:16: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:369:14: style: The scope of the variable 'pMenuItem' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:409:13: style: The scope of the variable 'pParent' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:410:13: style: The scope of the variable 'treeview' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:412:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:413:9: style: The scope of the variable 'list' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:415:15: style: The scope of the variable 'path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-recordings-list.c:416:15: style: The scope of the variable 'real_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-tv-channel-infos.c:57:9: style: The scope of the variable 'text' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-tv-channels-list.c:102:3: style: Variable 'szFileName' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-tv-channels-list.c:100:0: note: Variable 'szFileName' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-tv-channels-list.c:102:3: note: Variable 'szFileName' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-tv-channels-list.c:193:2: style: Variable 'pChannelInfos' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-tv-channels-list.c:191:0: note: Variable 'pChannelInfos' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-tv-channels-list.c:193:2: note: Variable 'pChannelInfos' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-tv-channels-list.c:252:9: style: The scope of the variable 'szUserImgChannelsDir' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-utils.c:77:13: style: The scope of the variable 'widget' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-utils.c:250:11: style: The scope of the variable 'szStringBuilder' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-channels-group.c:152:2: style: Variable 'szUiFile' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-channels-group.c:151:0: note: Variable 'szUiFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-channels-group.c:152:2: note: Variable 'szUiFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-channels-group.c:390:4: style: Variable 'iterator' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-channels-group.c:389:0: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-channels-group.c:390:4: note: Variable 'iterator' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-channels-group.c:357:9: style: The scope of the variable 'tmptext' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-channels-group.c:410:18: style: The scope of the variable 'parent_path' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-recording.c:121:2: style: Variable 'szUiFile' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-recording.c:120:0: note: Variable 'szUiFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-recording.c:121:2: note: Variable 'szUiFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-add-recording.c:266:9: error: Uninitialized variable: pRecordingInfos [uninitvar]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-channel-properties.c:86:2: style: Variable 'szUiFile' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-channel-properties.c:85:0: note: Variable 'szUiFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-channel-properties.c:86:2: note: Variable 'szUiFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1077:5: style: Condition '!error' is always true [knownConditionTrueFalse]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1073:18: note: Assignment 'error=NULL', assigned value is 0
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1077:5: note: Condition '!error' is always true
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1327:11: style: Condition 'error!=NULL' is always false [knownConditionTrueFalse]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1322:18: note: Assignment 'error=NULL', assigned value is 0
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1327:11: note: Condition 'error!=NULL' is always false
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1594:11: style: Condition 'error==NULL' is always true [knownConditionTrueFalse]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1585:18: note: Assignment 'error=NULL', assigned value is 0
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1594:11: note: Condition 'error==NULL' is always true
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:270:2: style: Variable 'pMenuBar' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:245:0: note: Variable 'pMenuBar' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:270:2: note: Variable 'pMenuBar' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:278:2: style: Variable 'pMenuItem' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:272:0: note: Variable 'pMenuItem' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:278:2: note: Variable 'pMenuItem' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:280:2: style: Variable 'pMenu' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:271:0: note: Variable 'pMenu' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:280:2: note: Variable 'pMenu' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:329:2: style: Variable 'pSubmenu' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:273:0: note: Variable 'pSubmenu' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:329:2: note: Variable 'pSubmenu' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:977:2: style: Variable 'closure' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:974:0: note: Variable 'closure' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:977:2: note: Variable 'closure' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:990:2: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:988:2: note: Variable 'widget' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:990:2: note: Variable 'widget' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1081:11: style: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same. [duplicateExpression]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1073:18: note: 'error' is assigned value 'NULL' here.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1081:11: note: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1327:11: style: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same. [duplicateExpression]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1322:18: note: 'error' is assigned value 'NULL' here.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1327:11: note: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1594:11: style: Same expression on both sides of '==' because the value of 'error' and 'NULL' are the same. [duplicateExpression]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1585:18: note: 'error' is assigned value 'NULL' here.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1594:11: note: Same expression on both sides of '==' because the value of 'error' and 'NULL' are the same.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1599:11: style: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same. [duplicateExpression]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1585:18: note: 'error' is assigned value 'NULL' here.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1599:11: note: Same expression on both sides of '!=' because the value of 'error' and 'NULL' are the same.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1552:13: style: The scope of the variable 'pWindow' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1587:13: style: The scope of the variable 'pWindow' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1614:25: style: The scope of the variable 'pChannel' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1807:13: style: The scope of the variable 'widget' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1809:14: style: The scope of the variable 'text' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1811:16: style: The scope of the variable 'model' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:1951:31: style: The scope of the variable 'pChannelsGroupInfos' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-main.c:394:16: style: Variable 'pRadioGroup' is assigned a value that is never used. [unreadVariable]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:127:2: style: Variable 'bSynchronize' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:114:0: note: Variable 'bSynchronize' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:127:2: note: Variable 'bSynchronize' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:131:2: style: Variable 'bDownloadFile' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:115:0: note: Variable 'bDownloadFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:131:2: note: Variable 'bDownloadFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:137:2: style: Variable 'bUpdateLogos' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:116:0: note: Variable 'bUpdateLogos' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:137:2: note: Variable 'bUpdateLogos' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:224:2: style: Variable 'szUiFile' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:223:0: note: Variable 'szUiFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:224:2: note: Variable 'szUiFile' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:154:29: style: Same expression on both sides of '==' because the value of 'error' and 'NULL' are the same. [duplicateExpression]
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:105:18: note: 'error' is assigned value 'NULL' here.
freetuxtv-0.6.8~dfsg1/src/freetuxtv-window-tv-channels-database.c:154:29: note: Same expression on both sides of '==' because the value of 'error' and 'NULL' are the same.
freetuxtv-0.6.8~dfsg1/src/gtk-date-time-picker.c:507:9: style: The scope of the variable 'date' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/lib-m3uparser.c:185:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/lib-m3uparser.c:186:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/lib-m3uparser.c:190:8: style: The scope of the variable 'begin' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/lib-m3uparser.c:192:8: style: The scope of the variable 'optname' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/lib-m3uparser.c:194:6: style: The scope of the variable 'cars' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1058:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freetuxtv-0.6.8~dfsg1/src/main.c:641:11: style: Condition 'error==NULL' is always true [knownConditionTrueFalse]
freetuxtv-0.6.8~dfsg1/src/main.c:622:18: note: Assignment 'error=NULL', assigned value is 0
freetuxtv-0.6.8~dfsg1/src/main.c:641:11: note: Condition 'error==NULL' is always true
freetuxtv-0.6.8~dfsg1/src/main.c:1184:6: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
freetuxtv-0.6.8~dfsg1/src/main.c:1182:6: note: Variable 'text' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/main.c:1184:6: note: Variable 'text' is reassigned a value before the old one has been used.
freetuxtv-0.6.8~dfsg1/src/main.c:641:11: style: Same expression on both sides of '==' because the value of 'error' and 'NULL' are the same. [duplicateExpression]
freetuxtv-0.6.8~dfsg1/src/main.c:622:18: note: 'error' is assigned value 'NULL' here.
freetuxtv-0.6.8~dfsg1/src/main.c:641:11: note: Same expression on both sides of '==' because the value of 'error' and 'NULL' are the same.
freetuxtv-0.6.8~dfsg1/src/main.c:144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:574:9: style: The scope of the variable 'db_url' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:625:13: style: The scope of the variable 'eventboxplayer' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:801:13: style: The scope of the variable 'pWindow' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1072:9: style: The scope of the variable 'text' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1226:25: style: The scope of the variable 'pChannelInfos' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1267:9: style: The scope of the variable 'text' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1304:25: style: The scope of the variable 'pChannelInfos' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1306:9: style: The scope of the variable 'szTmp' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1307:9: style: The scope of the variable 'szText' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1308:9: style: The scope of the variable 'szImgFile' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1309:9: style: The scope of the variable 'szBaseFilename' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1478:12: style: The scope of the variable 'keyfile' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1479:8: style: The scope of the variable 'contents' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1479:19: style: The scope of the variable 'filename' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1654:9: style: The scope of the variable 'szDomain' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1745:11: style: The scope of the variable 'mmkeys' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1759:6: style: The scope of the variable 'p' can be reduced. [variableScope]
freetuxtv-0.6.8~dfsg1/src/main.c:1760:6: style: The scope of the variable 'idLogHandler' can be reduced. [variableScope]
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freetype/freetype_2.8.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freevial/freevial_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/freevo/freevo_1.9.2b2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/freewheeling/freewheeling_0.6.orig.tar.gz
fweelin-0.6/src/elastin/elastin.h:121:3: warning: Member variable 'Elastin_Data::minchunk' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:121:3: warning: Member variable 'Elastin_Data::maxchunk' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:121:3: warning: Member variable 'Elastin_Data::cmpchunk' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:121:3: warning: Member variable 'Elastin_Data::numch' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::tempbufs' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::tempbufslen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::tempbuf_pos' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::tempbuf_filled' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::combirateshift' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::combitimestretch' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::synthmaxscore' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::loopmode' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::synthcount' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::crossfadelen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::loop_crossfadelen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::chunkpos' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::chunkidx' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::chunklen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::runremaining' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::timedelta' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::ss' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::cft' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::cfcnt' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::forcedstatic' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::fadepos1' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::fadepos2' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::fadevol1' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::fadevol2' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::fadeinc' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:162:3: warning: Member variable 'Elastin::spos' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/elastin/elastin.h:322:15: style: Unused private function: 'Elastin::Analyze_GetAmpEnv' [unusedPrivateFunction]
fweelin-0.6/src/elastin/elastin.h:47:15: style: Technically the member function 'Elastin_Jump::IsStatic' can be const. [functionConst]
fweelin-0.6/src/elastin/elastin.h:52:15: style: Technically the member function 'Elastin_Jump::IsLoopPt' can be const. [functionConst]
fweelin-0.6/src/elastin/elastin.h:59:15: style: Technically the member function 'Elastin_Jump::IsStatic' can be const. [functionConst]
fweelin-0.6/src/elastin/elastin.h:267:7: performance: Technically the member function 'Elastin::Synthesize_Stop' can be static. [functionStatic]
fweelin-0.6/src/elastin/elastin.cc:583:14: note: Technically the member function 'Elastin::Synthesize_Stop' can be static.
fweelin-0.6/src/elastin/elastin.h:267:7: note: Technically the member function 'Elastin::Synthesize_Stop' can be static.
fweelin-0.6/src/elastin/elastin.h:270:17: style: Technically the member function 'Elastin::GetSynthCount' can be const. [functionConst]
fweelin-0.6/src/elastin/elastin.h:296:16: style: Technically the member function 'Elastin::Synthesize_RT' can be const. [functionConst]
fweelin-0.6/src/elastin/elastin.cc:687:23: note: Technically the member function 'Elastin::Synthesize_RT' can be const.
fweelin-0.6/src/elastin/elastin.h:296:16: note: Technically the member function 'Elastin::Synthesize_RT' can be const.
fweelin-0.6/src/elastin/elastin.h:307:16: style: Technically the member function 'Elastin::Correlate' can be const. [functionConst]
fweelin-0.6/src/elastin/elastin.h:322:15: style: Technically the member function 'Elastin::Analyze_GetAmpEnv' can be const. [functionConst]
fweelin-0.6/src/elastin/elastin.cc:381:22: note: Technically the member function 'Elastin::Analyze_GetAmpEnv' can be const.
fweelin-0.6/src/elastin/elastin.h:322:15: note: Technically the member function 'Elastin::Analyze_GetAmpEnv' can be const.
fweelin-0.6/src/elastin/elastin.h:366:8: style: Technically the member function 'Elastin::Takedown_SampleBufs' can be const. [functionConst]
fweelin-0.6/src/elastin/elastin.cc:90:15: note: Technically the member function 'Elastin::Takedown_SampleBufs' can be const.
fweelin-0.6/src/elastin/elastin.h:366:8: note: Technically the member function 'Elastin::Takedown_SampleBufs' can be const.
fweelin-0.6/src/elastin/elastin.h:162:3: style: Class 'Elastin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_browser.h:177:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fweelin-0.6/src/fweelin_event.h:2448:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fweelin-0.6/src/fweelin_core.h:119:9: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fweelin-0.6/src/fweelin_mem.h:131:6: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.h:481:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.h:526:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.h:560:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_datatypes.h:103:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:142:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:179:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:240:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:273:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:306:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:344:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:358:36: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:379:35: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:400:36: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:421:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:442:41: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:443:41: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_datatypes.h:51:3: warning: Member variable 'UserVariable::type' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_datatypes.h:51:3: warning: Member variable 'UserVariable::data' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_datatypes.h:458:8: warning: Member variable 'UserVariable::name' is not assigned a value in 'UserVariable::operator='. [operatorEqVarError]
fweelin-0.6/src/fweelin_datatypes.h:458:8: warning: Member variable 'UserVariable::next' is not assigned a value in 'UserVariable::operator='. [operatorEqVarError]
fweelin-0.6/src/fweelin_audioio.h:36:3: warning: Member variable 'AudioIO::client' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_audioio.h:36:3: warning: Member variable 'AudioIO::iport' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_audioio.h:36:3: warning: Member variable 'AudioIO::oport' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_audioio.h:36:3: warning: Member variable 'AudioIO::cpuload' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_audioio.h:36:3: warning: Member variable 'AudioIO::timescale' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_audioio.h:36:3: warning: Member variable 'AudioIO::repos' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_audioio.h:36:3: warning: Member variable 'AudioIO::transport_roll' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_audioio.h:36:3: warning: Member variable 'AudioIO::rp' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.h:392:3: warning: Member variable 'ManagedChain::status' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.h:788:3: warning: Member variable 'PeaksAvgsManager::pa' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.h:788:3: warning: Member variable 'PeaksAvgsManager::peaksi' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.h:788:3: warning: Member variable 'PeaksAvgsManager::avgsi' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.h:788:3: warning: Member variable 'PeaksAvgsManager::mi' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.h:890:3: warning: Member variable 'StripeBlockManager::mp' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:273:16: warning: Member variable 'Event::from' is not assigned a value in 'Event::operator='. [operatorEqVarError]
fweelin-0.6/src/fweelin_event.h:273:16: warning: Member variable 'Event::to' is not assigned a value in 'Event::operator='. [operatorEqVarError]
fweelin-0.6/src/fweelin_event.h:273:16: warning: Member variable 'Event::next' is not assigned a value in 'Event::operator='. [operatorEqVarError]
fweelin-0.6/src/fweelin_event.h:273:16: warning: Member variable 'Event::time' is not assigned a value in 'Event::operator='. [operatorEqVarError]
fweelin-0.6/src/fweelin_event.h:273:16: warning: Member variable 'Event::echo' is not assigned a value in 'Event::operator='. [operatorEqVarError]
fweelin-0.6/src/fweelin_event.h:327:3: warning: Member variable 'GoSubEvent::sub' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:327:3: warning: Member variable 'GoSubEvent::param1' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:327:3: warning: Member variable 'GoSubEvent::param2' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:327:3: warning: Member variable 'GoSubEvent::param3' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:360:3: warning: Member variable 'KeyInputEvent::down' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:360:3: warning: Member variable 'KeyInputEvent::keysym' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:360:3: warning: Member variable 'KeyInputEvent::unicode' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:360:3: warning: Member variable 'KeyInputEvent::presslen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:389:3: warning: Member variable 'LoopClickedEvent::down' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:389:3: warning: Member variable 'LoopClickedEvent::in' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:389:3: warning: Member variable 'LoopClickedEvent::button' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:389:3: warning: Member variable 'LoopClickedEvent::loopid' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:389:3: warning: Member variable 'LoopClickedEvent::presslen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:422:3: warning: Member variable 'JoystickButtonInputEvent::down' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:422:3: warning: Member variable 'JoystickButtonInputEvent::button' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:422:3: warning: Member variable 'JoystickButtonInputEvent::joystick' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:422:3: warning: Member variable 'JoystickButtonInputEvent::presslen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:451:3: warning: Member variable 'MouseButtonInputEvent::down' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:451:3: warning: Member variable 'MouseButtonInputEvent::button' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:451:3: warning: Member variable 'MouseButtonInputEvent::x' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:451:3: warning: Member variable 'MouseButtonInputEvent::y' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:451:3: warning: Member variable 'MouseButtonInputEvent::presslen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:483:3: warning: Member variable 'MouseMotionInputEvent::x' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:483:3: warning: Member variable 'MouseMotionInputEvent::y' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1101:3: warning: Member variable 'SlideMasterInVolumeEvent::slide' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1121:3: warning: Member variable 'SlideMasterOutVolumeEvent::slide' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1141:3: warning: Member variable 'SlideInVolumeEvent::input' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1141:3: warning: Member variable 'SlideInVolumeEvent::slide' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1257:3: warning: Member variable 'ToggleInputRecordEvent::input' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1277:3: warning: Member variable 'SetMidiEchoPortEvent::echoport' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1297:3: warning: Member variable 'SetMidiEchoChannelEvent::echochannel' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1318:3: warning: Member variable 'AdjustMidiTransposeEvent::adjust' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1338:3: warning: Member variable 'FluidSynthEnableEvent::enable' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1383:3: warning: Member variable 'SetTriggerVolumeEvent::index' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1383:3: warning: Member variable 'SetTriggerVolumeEvent::vol' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1407:3: warning: Member variable 'SlideLoopAmpEvent::index' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1407:3: warning: Member variable 'SlideLoopAmpEvent::slide' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1431:3: warning: Member variable 'SetLoopAmpEvent::index' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1431:3: warning: Member variable 'SetLoopAmpEvent::amp' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1455:3: warning: Member variable 'AdjustLoopAmpEvent::index' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1455:3: warning: Member variable 'AdjustLoopAmpEvent::ampfactor' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1531:3: warning: Member variable 'MoveLoopEvent::oldloopid' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1531:3: warning: Member variable 'MoveLoopEvent::newloopid' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1555:3: warning: Member variable 'EraseLoopEvent::index' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1615:3: warning: Member variable 'SetAutoLoopSavingEvent::save' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1635:3: warning: Member variable 'SaveLoopEvent::index' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1665:3: warning: Member variable 'SetLoadLoopIdEvent::index' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1925:3: warning: Member variable 'SelectPulseEvent::pulse' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1945:3: warning: Member variable 'DeletePulseEvent::pulse' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1965:3: warning: Member variable 'TapPulseEvent::pulse' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1965:3: warning: Member variable 'TapPulseEvent::newlen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1989:3: warning: Member variable 'SwitchMetronomeEvent::pulse' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:1989:3: warning: Member variable 'SwitchMetronomeEvent::metronome' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2013:3: warning: Member variable 'SetSyncTypeEvent::stype' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2033:3: warning: Member variable 'SetSyncSpeedEvent::sspd' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2053:3: warning: Member variable 'SetMidiSyncEvent::midisync' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2073:3: warning: Member variable 'ToggleSelectLoopEvent::setid' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2073:3: warning: Member variable 'ToggleSelectLoopEvent::loopid' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2097:3: warning: Member variable 'SelectOnlyPlayingLoopsEvent::setid' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2097:3: warning: Member variable 'SelectOnlyPlayingLoopsEvent::playing' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2123:3: warning: Member variable 'SelectAllLoopsEvent::setid' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2123:3: warning: Member variable 'SelectAllLoopsEvent::select' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2147:3: warning: Member variable 'InvertSelectionEvent::setid' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2335:3: warning: Member variable 'EndRecordEvent::keeprecord' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2374:3: warning: Member variable 'PulseSyncEvent::syncidx' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2385:3: warning: Member variable 'TriggerSetEvent::idx' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_event.h:2385:3: warning: Member variable 'TriggerSetEvent::nw' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::fullscreen' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::mainfont' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::helpfont' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::smallfont' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::lscopewidth' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::lscopeheight' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::lscopepic' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::curpeakidx' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::lastpeakidx' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::oldpeak' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::numhelppages' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_videoio.h:92:3: warning: Member variable 'VideoIO::video_time' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_sdlio.h:61:3: warning: Member variable 'SDLIO::numjoy' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_sdlio.h:61:3: warning: Member variable 'SDLIO::joys' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core_dsp.h:180:15: warning: Member variable 'InputSettings::app' is not assigned a value in 'InputSettings::operator='. [operatorEqVarError]
fweelin-0.6/src/fweelin_config.h:130:3: warning: Member variable 'CfgMathOperation::otype' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_config.h:615:3: warning: Member variable 'FloDisplaySquares::v1' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_config.h:615:3: warning: Member variable 'FloDisplaySquares::v2' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_config.h:615:3: warning: Member variable 'FloDisplaySquares::sinterval' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_config.h:615:3: warning: Member variable 'FloDisplaySquares::sx' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_config.h:615:3: warning: Member variable 'FloDisplaySquares::sy' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:330:3: warning: Member variable 'LoopTray::resize_button' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:330:3: warning: Member variable 'LoopTray::resize_xhand' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:330:3: warning: Member variable 'LoopTray::resize_yhand' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:330:3: warning: Member variable 'LoopTray::old_xpand_x1' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:330:3: warning: Member variable 'LoopTray::old_xpand_x2' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:330:3: warning: Member variable 'LoopTray::old_xpand_y1' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:330:3: warning: Member variable 'LoopTray::old_xpand_y2' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:570:3: warning: Member variable 'FloDisplaySnapshots::rename_idx' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:570:3: warning: Member variable 'FloDisplaySnapshots::sx' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:570:3: warning: Member variable 'FloDisplaySnapshots::sy' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_browser.h:570:3: warning: Member variable 'FloDisplaySnapshots::margin' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:95:3: warning: Member variable 'Saveable::savehash' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:273:3: warning: Member variable 'Snapshot::numls' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::pre_audioblock' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::pre_extrachannel' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::pre_timemarker' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::fs' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::writenum' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::streamoutname' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::timingname' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::loopsel' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::snaps' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::curscene' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core.h:862:3: warning: Member variable 'Fweelin::cfg' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_datatypes.h:570:0: warning: Member variable 'SRMWRingBuffer < Event * >::tmpread' is not initialized in the constructor. [uninitMemberVarPrivate]
fweelin-0.6/src/fweelin_datatypes.h:458:3: style: 'UserVariable::operator=' should return 'UserVariable &'. [operatorEq]
fweelin-0.6/src/fweelin_event.h:273:11: style: 'Event::operator=' should return 'Event &'. [operatorEq]
fweelin-0.6/src/fweelin_core_dsp.h:180:3: style: 'InputSettings::operator=' should return 'InputSettings &'. [operatorEq]
fweelin-0.6/src/fweelin_datatypes.h:583:0: style: Unused private function: 'SRMWRingBuffer < Event * >::WriteElement' [unusedPrivateFunction]
fweelin-0.6/src/fweelin_datatypes.h:600:0: style: Unused private function: 'SRMWRingBuffer < Event * >::ReadElement' [unusedPrivateFunction]
fweelin-0.6/src/fweelin_datatypes.h:353:3: style: Technically the member function 'UserVariable::operatorchar' can be const. [functionConst]
fweelin-0.6/src/fweelin_datatypes.h:374:3: style: Technically the member function 'UserVariable::operatorint' can be const. [functionConst]
fweelin-0.6/src/fweelin_datatypes.h:395:3: style: Technically the member function 'UserVariable::operatorlong' can be const. [functionConst]
fweelin-0.6/src/fweelin_datatypes.h:416:3: style: Technically the member function 'UserVariable::operatorfloat' can be const. [functionConst]
fweelin-0.6/src/fweelin_datatypes.h:437:3: style: Technically the member function 'UserVariable::operatorRange' can be const. [functionConst]
fweelin-0.6/src/fweelin_datatypes.h:499:15: style: Technically the member function 'UserVariable::IsSystemVariable' can be const. [functionConst]
fweelin-0.6/src/fweelin_datatypes.h:501:23: style: Technically the member function 'UserVariable::GetType' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:67:20: style: Technically the member function 'AudioIO::get_srate' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:70:16: style: Technically the member function 'AudioIO::GetAudioCPULoad' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:72:16: style: Technically the member function 'AudioIO::GetTimeScale' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:81:14: style: Technically the member function 'AudioIO::GetTransport_Bar' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:84:14: style: Technically the member function 'AudioIO::GetTransport_Beat' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:87:17: style: Technically the member function 'AudioIO::GetTransport_BPM' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:90:16: style: Technically the member function 'AudioIO::GetTransport_BPB' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:93:15: style: Technically the member function 'AudioIO::IsSync' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:96:15: style: Technically the member function 'AudioIO::IsTimebaseMaster' can be const. [functionConst]
fweelin-0.6/src/fweelin_audioio.h:99:15: style: Technically the member function 'AudioIO::IsTransportRolling' can be const. [functionConst]
fweelin-0.6/src/fweelin_mem.h:71:14: style: Technically the member function 'PreallocatedType::GetBlockSize' can be const. [functionConst]
fweelin-0.6/src/fweelin_mem.h:72:15: style: Technically the member function 'PreallocatedType::GetUpdateLists' can be const. [functionConst]
fweelin-0.6/src/fweelin_mem.h:125:8: style: Technically the member function 'Preallocated::operatordelete' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.h:275:16: performance: Technically the member function 'AudioBlockIterator::round' can be static. [functionStatic]
fweelin-0.6/src/fweelin_block.h:324:20: style: Technically the member function 'AudioBlockIterator::GetTotalLength2Cur' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.h:325:15: style: Technically the member function 'AudioBlockIterator::IsStopped' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.h:464:15: style: Technically the member function 'iFileEncoder::IsStereo' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.h:562:15: style: Technically the member function 'iFileDecoder::IsStereo' can be const. [functionConst]
fweelin-0.6/src/fweelin_midiio.h:49:7: style: Technically the member function 'MidiIO::GetBenderTune' can be const. [functionConst]
fweelin-0.6/src/fweelin_midiio.h:73:8: style: Technically the member function 'MidiIO::IsActive' can be const. [functionConst]
fweelin-0.6/src/fweelin_midiio.h:80:14: style: Technically the member function 'MidiIO::GetMIDISyncTransmit' can be const. [functionConst]
fweelin-0.6/src/fweelin_videoio.h:98:8: style: Technically the member function 'VideoIO::IsActive' can be const. [functionConst]
fweelin-0.6/src/fweelin_videoio.h:100:10: style: Technically the member function 'VideoIO::GetVideoTime' can be const. [functionConst]
fweelin-0.6/src/fweelin_videoio.h:103:8: style: Technically the member function 'VideoIO::GetVideoMode' can be const. [functionConst]
fweelin-0.6/src/fweelin_sdlio.h:73:8: style: Technically the member function 'SDLIO::IsActive' can be const. [functionConst]
fweelin-0.6/src/fweelin_sdlio.h:86:15: performance: Technically the member function 'SDLIO::EnableUNICODE' can be static. [functionStatic]
fweelin-0.6/src/fweelin_sdlio.h:87:15: performance: Technically the member function 'SDLIO::EnableKeyRepeat' can be static. [functionStatic]
fweelin-0.6/src/fweelin_core_dsp.h:67:14: style: Technically the member function 'AudioBuffers::GetNumInputs' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:68:14: style: Technically the member function 'AudioBuffers::GetNumOutputs' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:154:8: style: Technically the member function 'InputSettings::InputSelected' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:169:9: style: Technically the member function 'InputSettings::GetInputVol' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:304:16: performance: Technically the member function 'Pulse::round' can be static. [functionStatic]
fweelin-0.6/src/fweelin_core_dsp.h:313:15: style: Technically the member function 'Pulse::IsMetronomeActive' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:382:20: style: Technically the member function 'Pulse::GetPos' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:395:16: style: Technically the member function 'Pulse::GetPct' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:398:20: style: Technically the member function 'Pulse::GetLength' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:453:16: style: Technically the member function 'RootProcessor::GetOutputVolume' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:463:16: style: Technically the member function 'RootProcessor::GetInputVolume' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:465:9: style: Technically the member function 'RootProcessor::GetLimiterVolume' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:466:8: style: Technically the member function 'RootProcessor::GetLimiterFreeze' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:471:20: style: Technically the member function 'RootProcessor::GetSampleCnt' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:574:8: style: Technically the member function 'RecordProcessor::IsOverdub' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:576:8: style: Technically the member function 'RecordProcessor::GetNBeats' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:612:9: style: Technically the member function 'RecordProcessor::GetODPlayVol' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:686:9: style: Technically the member function 'PlayProcessor::GetPlayVol' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:745:8: style: Technically the member function 'FileStreamer::GetStatus' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.h:749:8: style: Technically the member function 'FileStreamer::GetOutputSize' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:377:8: style: Technically the member function 'FloLayoutElement::Inside' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:803:14: style: Technically the member function 'FloConfig::GetNumMIDIOuts' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:807:14: style: Technically the member function 'FloConfig::GetNumMIDISyncOuts' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:812:15: style: Technically the member function 'FloConfig::IsStereoInput' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:822:14: style: Technically the member function 'FloConfig::GetExtAudioIns' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:826:16: style: Technically the member function 'FloConfig::GetMaxPlayVol' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:830:16: style: Technically the member function 'FloConfig::GetMaxLimiterGain' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:834:16: style: Technically the member function 'FloConfig::GetLimiterThreshhold' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:838:16: style: Technically the member function 'FloConfig::GetLimiterReleaseRate' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:842:16: style: Technically the member function 'FloConfig::GetFaderMaxDB' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:846:16: style: Technically the member function 'FloConfig::GetLoopOutFormat' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:850:16: style: Technically the member function 'FloConfig::GetStreamOutFormat' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:882:16: style: Technically the member function 'FloConfig::GetVorbisEncodeQuality' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:886:14: style: Technically the member function 'FloConfig::GetNumTriggers' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:891:16: style: Technically the member function 'FloConfig::XCvtf' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:892:16: style: Technically the member function 'FloConfig::YCvtf' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:893:14: style: Technically the member function 'FloConfig::XCvt' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:894:14: style: Technically the member function 'FloConfig::YCvt' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:896:14: style: Technically the member function 'FloConfig::GetVDelay' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:901:20: style: Technically the member function 'FloConfig::GetScopeSampleLen' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:906:8: style: Technically the member function 'FloConfig::IsDebugInfo' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:948:7: style: Technically the member function 'FloConfig::GetNumHelpLines' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.h:1025:14: style: Technically the member function 'FloConfig::GetMaxSnapshots' can be const. [functionConst]
fweelin-0.6/src/fweelin_browser.h:133:15: style: Technically the member function 'ItemRenamer::IsRenaming' can be const. [functionConst]
fweelin-0.6/src/fweelin_browser.h:222:26: style: Technically the member function 'Browser::GetType' can be const. [functionConst]
fweelin-0.6/src/fweelin_browser.h:427:15: style: Technically the member function 'PatchItem::IsCombi' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:103:21: style: Technically the member function 'Saveable::GetSaveStatus' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:405:14: style: Technically the member function 'TriggerMap::SearchMap' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:414:14: style: Technically the member function 'TriggerMap::GetFirstFree' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:444:14: style: Technically the member function 'TriggerMap::GetMapSize' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:445:17: style: Technically the member function 'TriggerMap::GetLastUpdate' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:452:14: style: Technically the member function 'TriggerMap::CountLoops' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:611:7: style: Technically the member function 'LoopManager::IsActive' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:622:21: style: Technically the member function 'LoopManager::GetStatus' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:634:9: style: Technically the member function 'LoopManager::GetNewLoopVolume' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:676:14: style: Technically the member function 'LoopManager::GetCurPulseIndex' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:689:14: style: Technically the member function 'LoopManager::GetSubdivide' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:758:14: style: Technically the member function 'LoopManager::GetNumSave' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:759:14: style: Technically the member function 'LoopManager::GetCurSave' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:760:14: style: Technically the member function 'LoopManager::GetNumLoad' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:761:14: style: Technically the member function 'LoopManager::GetCurLoad' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:874:8: style: Technically the member function 'Fweelin::IsRunning' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:884:20: style: Technically the member function 'Fweelin::getBUFSZ' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:886:20: style: Technically the member function 'Fweelin::getSCOPELEN' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:977:14: style: Technically the member function 'Fweelin::GetSyncSpeed' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.h:978:15: style: Technically the member function 'Fweelin::GetSyncType' can be const. [functionConst]
fweelin-0.6/src/fweelin_event.h:2436:5: style: Class 'EventManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_event.h:2436:5: style: Class 'EventManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_sdlio.h:62:5: style: Class 'SDLIO' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_sdlio.h:62:5: style: Class 'SDLIO' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core_dsp.h:107:5: style: Class 'InputSettings' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_browser.h:60:7: style: Class 'BrowserItem' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_browser.h:60:7: style: Class 'BrowserItem' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core.h:378:5: style: Class 'TriggerMap' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core.h:378:5: style: Class 'TriggerMap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core.h:511:7: style: Class 'LoopBrowserItem' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core.h:511:7: style: Class 'LoopBrowserItem' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core.h:545:7: style: Class 'SceneBrowserItem' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core.h:545:7: style: Class 'SceneBrowserItem' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_datatypes.h:571:0: style: Class 'SRMWRingBuffer < Event * >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_datatypes.h:571:0: style: Class 'SRMWRingBuffer < Event * >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_event.h:264:16: warning: Virtual function 'Recycle' is called from constructor 'Event()' at line 261. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:261:13: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:264:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:507:16: warning: Virtual function 'Recycle' is called from constructor 'MIDIControllerInputEvent()' at line 506. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:506:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:507:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:548:16: warning: Virtual function 'Recycle' is called from constructor 'MIDIChannelPressureInputEvent()' at line 546. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:546:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:548:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:585:16: warning: Virtual function 'Recycle' is called from constructor 'MIDIProgramChangeInputEvent()' at line 583. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:583:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:585:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:621:16: warning: Virtual function 'Recycle' is called from constructor 'MIDIPitchBendInputEvent()' at line 620. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:620:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:621:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:657:16: warning: Virtual function 'Recycle' is called from constructor 'MIDIKeyInputEvent()' at line 656. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:656:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:657:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:701:16: warning: Virtual function 'Recycle' is called from constructor 'MIDIClockInputEvent()' at line 700. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:700:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:701:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:725:16: warning: Virtual function 'Recycle' is called from constructor 'MIDIStartStopInputEvent()' at line 724. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:724:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:725:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:754:16: warning: Virtual function 'Recycle' is called from constructor 'SetVariableEvent()' at line 753. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:753:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:754:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:794:16: warning: Virtual function 'Recycle' is called from constructor 'ToggleVariableEvent()' at line 793. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:793:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:794:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:828:16: warning: Virtual function 'Recycle' is called from constructor 'VideoShowLoopEvent()' at line 827. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:827:40: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:828:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:864:16: warning: Virtual function 'Recycle' is called from constructor 'VideoShowSnapshotPageEvent()' at line 863. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:863:34: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:864:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:898:16: warning: Virtual function 'Recycle' is called from constructor 'VideoShowLayoutEvent()' at line 897. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:897:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:898:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:937:16: warning: Virtual function 'Recycle' is called from constructor 'VideoSwitchInterfaceEvent()' at line 936. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:936:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:937:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:961:16: warning: Virtual function 'Recycle' is called from constructor 'VideoShowDisplayEvent()' at line 960. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:960:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:961:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:995:16: warning: Virtual function 'Recycle' is called from constructor 'ShowDebugInfoEvent()' at line 994. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:994:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:995:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1019:16: warning: Virtual function 'Recycle' is called from constructor 'VideoShowHelpEvent()' at line 1018. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1018:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1019:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1043:16: warning: Virtual function 'Recycle' is called from constructor 'VideoFullScreenEvent()' at line 1042. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1042:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1043:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1073:16: warning: Virtual function 'Recycle' is called from constructor 'StartInterfaceEvent()' at line 1072. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1072:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1073:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1166:16: warning: Virtual function 'Recycle' is called from constructor 'SetMasterInVolumeEvent()' at line 1165. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1165:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1166:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1195:16: warning: Virtual function 'Recycle' is called from constructor 'SetMasterOutVolumeEvent()' at line 1194. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1194:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1195:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1224:16: warning: Virtual function 'Recycle' is called from constructor 'SetInVolumeEvent()' at line 1223. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1223:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1224:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1359:16: warning: Virtual function 'Recycle' is called from constructor 'SetMidiTuningEvent()' at line 1358. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1358:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1359:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1480:16: warning: Virtual function 'Recycle' is called from constructor 'TriggerLoopEvent()' at line 1479. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1479:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1480:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1581:16: warning: Virtual function 'Recycle' is called from constructor 'EraseSelectedLoopsEvent()' at line 1580. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1580:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1581:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1688:16: warning: Virtual function 'Recycle' is called from constructor 'SetDefaultLoopPlacementEvent()' at line 1687. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1687:53: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1688:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1712:16: warning: Virtual function 'Recycle' is called from constructor 'BrowserMoveToItemEvent()' at line 1711. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1711:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1712:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1746:16: warning: Virtual function 'Recycle' is called from constructor 'BrowserMoveToItemAbsoluteEvent()' at line 1745. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1745:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1746:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1775:16: warning: Virtual function 'Recycle' is called from constructor 'BrowserSelectItemEvent()' at line 1774. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1774:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1775:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1799:16: warning: Virtual function 'Recycle' is called from constructor 'BrowserRenameItemEvent()' at line 1798. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1798:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1799:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1823:16: warning: Virtual function 'Recycle' is called from constructor 'BrowserItemBrowsedEvent()' at line 1822. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1822:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1823:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1847:16: warning: Virtual function 'Recycle' is called from constructor 'PatchBrowserMoveToBankEvent()' at line 1846. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1846:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1847:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1872:16: warning: Virtual function 'Recycle' is called from constructor 'PatchBrowserMoveToBankByIndexEvent()' at line 1870. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1870:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1872:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:1897:16: warning: Virtual function 'Recycle' is called from constructor 'RenameLoopEvent()' at line 1896. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:1896:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:1897:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:2168:16: warning: Virtual function 'Recycle' is called from constructor 'CreateSnapshotEvent()' at line 2167. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:2167:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:2168:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:2192:16: warning: Virtual function 'Recycle' is called from constructor 'RenameSnapshotEvent()' at line 2191. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:2191:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:2192:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:2216:16: warning: Virtual function 'Recycle' is called from constructor 'TriggerSnapshotEvent()' at line 2215. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:2215:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:2216:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:2240:16: warning: Virtual function 'Recycle' is called from constructor 'TriggerSelectedLoopsEvent()' at line 2239. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:2239:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:2240:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:2275:16: warning: Virtual function 'Recycle' is called from constructor 'SetSelectedLoopsTriggerVolumeEvent()' at line 2273. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:2273:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:2275:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:2306:16: warning: Virtual function 'Recycle' is called from constructor 'AdjustSelectedLoopsAmpEvent()' at line 2304. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:2304:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:2306:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:2345:16: warning: Virtual function 'Recycle' is called from constructor 'LoopListEvent()' at line 2344. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:2344:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:2345:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_event.h:2364:16: warning: Virtual function 'Recycle' is called from constructor 'SceneMarkerEvent()' at line 2363. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_event.h:2363:3: note: Calling Recycle
fweelin-0.6/src/fweelin_event.h:2364:16: note: Recycle is a virtual method
fweelin-0.6/src/fweelin_audioio.h:36:3: style: Class 'AudioIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_block.h:74:3: style: Class 'BlockExtendedData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_block.h:156:3: style: Class 'AudioBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_block.h:240:3: style: Class 'BED_ExtraChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_block.h:600:3: style: Class 'VorbisDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_block.h:924:3: style: Class 'BlockManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_midiio.h:40:3: style: Class 'MidiIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_videoio.h:92:3: style: Class 'VideoIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_sdlio.h:52:3: style: Class 'SDLKeyList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_sdlio.h:61:3: style: Class 'SDLIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_core_dsp.h:58:3: style: Class 'AudioBuffers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_config.h:231:3: style: Class 'InputMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_config.h:521:3: style: Class 'FloDisplayText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_config.h:531:3: style: Class 'FloDisplaySwitch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_config.h:541:3: style: Class 'FloDisplayCircleSwitch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_config.h:559:3: style: Class 'FloDisplayTextSwitch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_config.h:576:3: style: Class 'FloDisplayBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_config.h:595:3: style: Class 'FloDisplayBarSwitch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_config.h:615:3: style: Class 'FloDisplaySquares' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_config.h:705:3: style: Class 'FloConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_core.h:302:3: style: Class 'LoopList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_core.h:582:3: style: Class 'LoopManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_datatypes.h:570:0: style: Class 'SRMWRingBuffer < Event * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_datatypes.h:48:1: warning: The class 'UserVariable' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fweelin-0.6/src/fweelin_event.h:259:1: warning: The class 'Event' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fweelin-0.6/src/fweelin_core_dsp.h:104:1: warning: The class 'InputSettings' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fweelin-0.6/src/fweelin_block.h:95:33: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:79:33: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:95:33: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:112:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:205:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:112:16: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:123:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:123:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:136:33: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:79:33: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:136:33: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:163:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:163:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:243:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:243:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:245:33: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:79:33: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:245:33: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:396:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:396:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:433:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:396:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:433:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:435:28: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:417:28: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:435:28: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:437:15: style: The function 'Manage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:401:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:437:15: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:486:7: style: The function 'SetupFileForWriting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:449:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:486:7: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:487:8: style: The function 'WriteSamplesToDisk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:455:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:487:8: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:488:8: style: The function 'PrepareFileForClosing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:458:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:488:8: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:489:8: style: The function 'Preprocess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:462:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:489:8: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:508:7: style: The function 'SetupFileForWriting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:449:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:508:7: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:509:8: style: The function 'WriteSamplesToDisk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:455:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:509:8: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:510:8: style: The function 'PrepareFileForClosing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:458:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:510:8: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:516:8: style: The function 'Preprocess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:462:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:516:8: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:581:7: style: The function 'ReadFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:552:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:581:7: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:583:7: style: The function 'ReadSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:556:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:583:7: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:584:8: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:559:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:584:8: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:606:7: style: The function 'ReadSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:556:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:606:7: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:610:8: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:559:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:610:8: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:618:7: style: The function 'ReadFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:552:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:618:7: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:672:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:396:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:672:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:679:15: style: The function 'RefDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:409:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:679:15: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:695:28: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:417:28: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:695:28: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:697:15: style: The function 'Manage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:401:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:697:15: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:735:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:396:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:735:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:740:15: style: The function 'RefDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:409:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:740:15: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:768:28: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:417:28: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:768:28: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:770:15: style: The function 'Manage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:401:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:770:15: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:795:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:396:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:795:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:797:15: style: The function 'RefDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:409:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:797:15: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:819:28: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:417:28: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:819:28: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:821:15: style: The function 'Manage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:401:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:821:15: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:863:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:396:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:863:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:867:15: style: The function 'RefDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:409:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:867:15: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:875:28: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:417:28: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:875:28: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:898:25: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:863:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:898:25: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:904:28: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:875:28: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:904:28: note: Function in derived class
fweelin-0.6/src/fweelin_block.h:906:15: style: The function 'Manage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:401:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_block.h:906:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:264:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:205:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:264:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:327:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:327:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:327:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:327:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:327:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:327:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:329:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:329:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:336:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:336:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:337:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:337:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:360:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:360:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:360:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:360:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:360:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:360:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:361:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:361:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:367:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:367:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:368:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:368:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:389:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:389:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:389:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:389:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:389:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:389:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:390:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:390:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:397:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:397:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:398:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:398:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:422:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:422:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:422:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:422:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:422:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:422:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:423:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:423:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:429:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:429:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:430:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:430:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:451:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:451:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:451:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:451:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:451:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:451:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:452:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:452:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:459:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:459:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:460:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:460:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:483:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:483:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:483:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:483:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:483:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:483:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:484:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:484:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:489:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:489:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:490:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:490:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:506:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:506:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:506:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:506:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:506:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:506:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:507:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:507:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:511:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:511:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:519:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:519:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:520:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:520:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:546:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:546:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:546:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:546:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:546:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:546:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:548:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:548:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:552:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:552:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:559:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:559:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:560:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:560:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:583:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:583:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:583:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:583:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:583:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:583:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:585:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:585:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:589:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:589:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:596:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:596:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:597:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:597:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:620:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:620:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:620:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:620:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:620:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:620:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:621:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:621:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:625:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:625:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:632:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:632:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:633:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:633:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:656:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:656:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:656:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:656:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:656:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:656:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:657:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:657:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:661:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:661:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:670:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:670:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:671:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:671:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:700:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:700:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:700:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:700:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:700:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:700:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:701:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:701:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:705:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:705:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:709:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:709:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:710:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:710:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:724:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:724:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:724:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:724:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:724:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:724:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:725:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:725:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:730:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:730:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:735:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:735:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:736:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:736:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:753:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:753:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:753:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:753:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:753:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:753:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:754:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:754:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:758:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:758:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:767:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:767:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:768:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:768:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:793:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:793:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:793:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:793:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:793:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:793:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:794:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:794:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:799:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:799:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:805:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:805:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:806:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:806:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:826:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:826:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:826:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:826:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:826:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:826:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:828:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:828:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:834:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:834:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:840:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:840:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:841:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:841:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:862:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:862:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:862:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:862:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:862:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:862:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:864:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:864:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:870:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:870:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:876:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:876:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:877:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:877:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:897:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:897:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:897:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:897:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:897:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:897:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:898:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:898:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:905:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:905:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:912:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:912:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:913:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:913:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:936:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:936:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:936:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:936:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:936:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:936:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:937:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:937:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:941:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:941:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:945:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:945:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:946:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:946:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:960:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:960:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:960:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:960:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:960:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:960:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:961:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:961:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:967:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:967:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:973:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:973:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:974:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:974:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:994:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:994:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:994:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:994:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:994:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:994:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:995:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:995:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:999:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:999:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1003:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1003:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1004:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1004:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1018:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1018:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1018:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1018:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1018:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1018:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1019:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1019:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1023:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1023:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1027:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1027:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1028:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1028:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1042:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1042:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1042:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1042:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1042:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1042:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1043:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1043:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1047:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1047:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1051:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1051:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1052:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1052:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1067:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1067:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1067:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1067:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1067:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1067:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1072:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1072:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1072:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1072:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1072:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1072:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1073:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1073:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1077:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1077:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1081:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1081:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1082:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1082:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1096:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1096:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1096:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1096:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1096:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1096:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1101:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1101:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1101:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1101:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1101:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1101:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1102:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1102:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1106:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1106:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1107:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1107:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1121:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1121:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1121:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1121:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1121:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1121:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1122:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1122:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1126:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1126:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1127:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1127:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1141:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1141:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1141:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1141:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1141:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1141:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1142:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1142:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1147:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1147:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1148:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1148:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1165:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1165:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1165:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1165:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1165:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1165:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1166:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1166:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1171:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1171:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1176:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1176:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1177:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1177:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1194:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1194:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1194:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1194:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1194:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1194:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1195:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1195:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1200:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1200:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1205:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1205:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1206:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1206:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1223:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1223:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1223:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1223:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1223:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1223:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1224:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1224:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1230:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1230:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1236:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1236:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1237:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1237:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1257:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1257:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1257:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1257:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1257:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1257:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1258:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1258:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1262:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1262:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1263:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1263:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1277:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1277:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1277:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1277:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1277:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1277:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1278:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1278:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1282:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1282:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1283:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1283:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1297:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1297:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1297:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1297:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1297:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1297:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1298:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1298:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1302:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1302:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1303:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1303:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1318:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1318:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1318:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1318:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1318:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1318:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1319:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1319:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1323:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1323:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1324:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1324:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1338:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1338:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1338:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1338:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1338:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1338:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1339:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1339:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1343:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1343:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1344:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1344:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1358:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1358:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1358:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1358:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1358:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1358:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1359:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1359:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1363:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1363:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1367:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1367:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1368:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1368:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1383:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1383:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1383:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1383:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1383:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1383:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1384:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1384:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1389:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1389:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1390:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1390:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1407:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1407:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1407:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1407:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1407:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1407:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1408:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1408:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1413:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1413:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1414:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1414:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1431:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1431:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1431:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1431:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1431:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1431:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1432:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1432:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1437:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1437:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1438:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1438:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1455:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1455:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1455:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1455:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1455:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1455:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1456:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1456:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1461:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1461:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1462:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1462:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1479:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1479:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1479:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1479:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1479:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1479:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1480:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1480:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1489:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1489:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1498:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1498:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1499:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1499:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1531:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1531:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1531:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1531:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1531:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1531:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1532:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1532:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1537:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1537:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1538:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1538:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1555:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1555:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1555:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1555:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1555:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1555:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1556:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1556:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1560:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1560:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1561:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1561:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1575:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1575:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1575:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1575:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1575:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1575:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1580:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1580:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1580:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1580:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1580:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1580:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1581:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1581:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1585:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1585:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1590:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1590:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1591:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1591:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1605:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1605:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1605:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1605:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1605:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1605:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1610:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1610:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1610:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1610:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1610:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1610:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1615:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1615:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1615:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1615:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1615:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1615:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1616:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1616:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1620:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1620:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1621:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1621:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1635:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1635:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1635:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1635:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1635:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1635:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1636:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1636:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1640:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1640:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1641:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1641:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1655:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1655:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1655:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1655:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1655:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1655:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1660:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1660:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1660:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1660:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1660:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1660:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1665:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1665:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1665:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1665:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1665:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1665:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1666:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1666:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1670:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1670:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1671:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1671:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1685:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1685:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1685:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1685:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1685:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1685:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1688:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1688:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1692:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1692:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1696:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1696:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1697:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1697:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1711:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1711:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1711:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1711:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1711:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1711:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1712:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1712:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1718:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1718:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1724:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1724:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1725:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1725:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1745:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1745:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1745:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1745:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1745:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1745:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1746:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1746:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1751:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1751:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1756:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1756:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1757:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1757:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1774:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1774:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1774:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1774:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1774:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1774:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1775:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1775:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1779:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1779:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1783:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1783:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1784:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1784:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1798:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1798:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1798:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1798:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1798:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1798:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1799:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1799:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1803:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1803:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1807:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1807:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1808:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1808:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1822:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1822:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1822:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1822:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1822:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1822:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1823:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1823:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1827:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1827:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1831:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1831:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1832:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1832:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1846:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1846:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1846:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1846:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1846:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1846:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1847:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1847:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1851:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1851:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1855:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1855:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1856:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1856:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1870:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1870:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1870:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1870:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1870:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1870:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1872:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1872:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1876:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1876:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1881:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1881:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1882:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1882:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1896:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1896:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1896:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1896:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1896:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1896:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1897:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1897:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1902:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1902:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1907:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1907:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1908:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1908:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1925:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1925:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1925:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1925:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1925:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1925:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1926:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1926:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1930:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1930:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1931:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1931:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1945:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1945:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1945:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1945:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1945:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1945:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1946:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1946:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1950:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1950:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1951:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1951:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1965:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1965:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1965:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1965:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1965:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1965:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1966:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1966:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1971:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1971:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1972:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1972:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1989:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1989:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1989:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1989:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1989:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1989:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1990:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1990:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1995:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1995:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:1996:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:1996:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2013:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2013:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2013:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2013:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2013:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2013:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2014:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2014:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2018:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2018:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2019:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2019:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2033:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2033:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2033:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2033:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2033:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2033:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2034:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2034:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2038:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2038:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2039:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2039:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2053:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2053:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2053:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2053:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2053:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2053:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2054:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2054:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2058:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2058:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2059:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2059:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2073:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2073:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2073:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2073:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2073:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2073:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2074:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2074:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2079:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2079:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2080:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2080:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2097:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2097:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2097:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2097:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2097:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2097:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2098:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2098:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2103:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2103:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2104:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2104:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2123:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2123:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2123:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2123:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2123:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2123:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2124:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2124:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2129:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2129:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2130:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2130:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2147:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2147:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2147:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2147:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2147:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2147:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2148:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2148:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2152:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2152:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2153:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2153:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2167:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2167:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2167:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2167:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2167:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2167:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2168:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2168:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2172:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2172:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2176:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2176:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2177:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2177:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2191:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2191:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2191:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2191:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2191:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2191:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2192:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2192:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2196:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2196:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2200:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2200:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2201:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2201:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2215:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2215:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2215:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2215:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2215:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2215:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2216:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2216:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2220:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2220:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2224:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2224:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2225:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2225:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2239:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2239:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2239:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2239:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2239:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2239:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2240:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2240:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2246:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2246:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2252:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2252:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2253:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2253:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2273:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2273:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2273:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2273:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2273:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2273:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2275:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2275:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2280:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2280:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2286:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2286:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2287:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2287:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2304:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2304:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2304:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2304:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2304:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2304:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2306:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2306:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2311:16: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:273:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2311:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2317:15: style: The function 'GetNumParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:276:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2317:15: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2318:26: style: The function 'GetParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:278:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2318:26: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2335:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2335:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2335:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2335:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2335:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2335:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2344:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2344:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2344:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2344:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2344:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2344:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2345:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2345:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2363:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2363:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2363:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2363:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2363:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2363:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2364:16: style: The function 'Recycle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:264:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2364:16: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2374:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2374:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2374:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2374:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2374:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2374:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2385:3: style: The function 'NewInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:196:25: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2385:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2385:3: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:274:21: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2385:3: note: Function in derived class
fweelin-0.6/src/fweelin_event.h:2385:3: style: The function 'DelBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_mem.h:189:3: note: Virtual function in base class
fweelin-0.6/src/fweelin_event.h:2385:3: note: Function in derived class
fweelin-0.6/src/fweelin_midiio.h:43:8: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:41:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_midiio.h:43:8: note: Function in derived class
fweelin-0.6/src/fweelin_videoio.h:105:8: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:41:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_videoio.h:105:8: note: Function in derived class
fweelin-0.6/src/fweelin_sdlio.h:78:8: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:41:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_sdlio.h:78:8: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:311:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_core_dsp.h:232:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:311:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:480:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_core_dsp.h:232:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:480:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:558:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_core_dsp.h:232:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:558:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:561:16: style: The function 'Halt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_core_dsp.h:238:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:561:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:563:16: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:41:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:563:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:675:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_core_dsp.h:232:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:675:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:691:16: style: The function 'Halt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_core_dsp.h:238:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:691:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:693:16: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:41:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:693:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:721:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_core_dsp.h:232:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:721:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:722:16: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:41:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:722:16: note: Function in derived class
fweelin-0.6/src/fweelin_core_dsp.h:808:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_core_dsp.h:232:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core_dsp.h:808:16: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:249:8: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:41:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:249:8: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:341:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:326:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:341:16: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:345:16: style: The function 'Inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:330:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:345:16: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:523:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:499:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:523:16: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:533:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:499:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:533:16: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:544:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:499:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:544:16: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:561:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:499:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:561:16: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:579:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:499:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:579:16: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:602:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:579:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:602:16: note: Function in derived class
fweelin-0.6/src/fweelin_config.h:617:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:499:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_config.h:617:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:89:27: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:69:27: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:89:27: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:121:16: style: The function 'HookEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:56:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:121:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:214:16: style: The function 'ItemRenamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:101:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:214:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:223:26: style: The function 'GetFloDisplayType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:501:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:223:26: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:251:16: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:41:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:251:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:254:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:499:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:254:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:339:16: style: The function 'Setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:183:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:339:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:342:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:254:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:342:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:343:16: style: The function 'Draw_Item' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:255:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:343:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:346:16: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:251:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:346:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:349:16: style: The function 'MouseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:202:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:349:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:350:16: style: The function 'MouseMotion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:204:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:350:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:354:16: style: The function 'ItemRenamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:214:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:354:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:429:27: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:69:27: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:429:27: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:483:16: style: The function 'ClearAllItems' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:257:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:483:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:484:16: style: The function 'Setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:183:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:484:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:485:16: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:251:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:485:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:557:16: style: The function 'ItemBrowsed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:302:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:557:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:578:26: style: The function 'GetFloDisplayType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:501:26: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:578:26: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:580:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_config.h:499:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:580:16: note: Function in derived class
fweelin-0.6/src/fweelin_browser.h:584:16: style: The function 'ItemRenamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:101:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_browser.h:584:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:217:16: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_core.h:97:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:217:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:479:15: style: The function 'Compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:74:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:479:15: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:486:15: style: The function 'MatchItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:79:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:486:15: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:493:27: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:69:27: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:493:27: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:524:15: style: The function 'Compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:74:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:524:15: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:531:27: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:69:27: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:531:27: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:558:15: style: The function 'Compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:74:15: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:558:15: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:565:27: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:69:27: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:565:27: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:585:16: style: The function 'ReceiveEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_event.h:41:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:585:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:587:16: style: The function 'ItemBrowsed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:94:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:587:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:588:16: style: The function 'ItemSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:95:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:588:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:589:16: style: The function 'ItemRenamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:96:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:589:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:700:16: style: The function 'ItemRenamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:101:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:700:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:741:16: style: The function 'GetWriteBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:634:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:741:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:745:16: style: The function 'GetReadBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:650:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:745:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:746:16: style: The function 'ReadComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_block.h:653:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:746:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:989:16: style: The function 'ItemBrowsed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:94:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:989:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:990:16: style: The function 'ItemSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:95:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:990:16: note: Function in derived class
fweelin-0.6/src/fweelin_core.h:992:16: style: The function 'ItemRenamed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fweelin-0.6/src/fweelin_browser.h:96:16: note: Virtual function in base class
fweelin-0.6/src/fweelin_core.h:992:16: note: Function in derived class
fweelin-0.6/src/fweelin_block.cc:1349:9: style: Condition 'ratescale' is always false [knownConditionTrueFalse]
fweelin-0.6/src/fweelin_block.cc:1348:22: note: Assignment 'ratescale=0', assigned value is 0
fweelin-0.6/src/fweelin_block.cc:1349:9: note: Condition 'ratescale' is always false
fweelin-0.6/src/fweelin_block.cc:1377:7: style: Condition 'ratescale' is always false [knownConditionTrueFalse]
fweelin-0.6/src/fweelin_block.cc:1369:20: note: Assignment 'ratescale=0', assigned value is 0
fweelin-0.6/src/fweelin_block.cc:1377:7: note: Condition 'ratescale' is always false
fweelin-0.6/src/fweelin_block.cc:1465:7: style: Condition 'ratescale' is always false [knownConditionTrueFalse]
fweelin-0.6/src/fweelin_block.cc:1369:20: note: Assignment 'ratescale=0', assigned value is 0
fweelin-0.6/src/fweelin_block.cc:1465:7: note: Condition 'ratescale' is always false
fweelin-0.6/src/fweelin_block.cc:1494:7: style: Condition 'ratescale' is always false [knownConditionTrueFalse]
fweelin-0.6/src/fweelin_block.cc:1491:20: note: Assignment 'ratescale=0', assigned value is 0
fweelin-0.6/src/fweelin_block.cc:1494:7: note: Condition 'ratescale' is always false
fweelin-0.6/src/fweelin_block.cc:1969:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fweelin-0.6/src/fweelin_block.cc:432:9: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:438:27: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:439:17: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:550:28: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:894:5: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:895:23: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:936:26: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:959:25: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:980:9: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1082:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1093:27: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1100:25: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1110:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1132:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1135:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1157:17: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1171:20: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1407:25: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1418:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1507:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1539:39: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1582:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1627:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1704:24: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1720:8: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1866:8: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:1926:24: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2013:26: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2032:26: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2052:28: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2106:11: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2135:11: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2189:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2230:11: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2287:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2300:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_block.cc:2125:3: style: Variable 'cur' is reassigned a value before the old one has been used. [redundantAssignment]
fweelin-0.6/src/fweelin_block.cc:2121:0: note: Variable 'cur' is reassigned a value before the old one has been used.
fweelin-0.6/src/fweelin_block.cc:2125:3: note: Variable 'cur' is reassigned a value before the old one has been used.
fweelin-0.6/src/fweelin_block.cc:761:14: style: The scope of the variable 'markcnt' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_block.cc:192:52: style: Function 'SndFileEncoder' argument 4 names different: declaration 'type' definition 'format'. [funcArgNamesDifferent]
fweelin-0.6/src/fweelin_block.h:480:73: note: Function 'SndFileEncoder' argument 4 names different: declaration 'type' definition 'format'.
fweelin-0.6/src/fweelin_block.cc:192:52: note: Function 'SndFileEncoder' argument 4 names different: declaration 'type' definition 'format'.
fweelin-0.6/src/fweelin_block.cc:284:46: style: Function 'SetupFileForWriting' argument 1 names different: declaration 'file' definition 'out'. [funcArgNamesDifferent]
fweelin-0.6/src/fweelin_block.h:508:34: note: Function 'SetupFileForWriting' argument 1 names different: declaration 'file' definition 'out'.
fweelin-0.6/src/fweelin_block.cc:284:46: note: Function 'SetupFileForWriting' argument 1 names different: declaration 'file' definition 'out'.
fweelin-0.6/src/fweelin_block.cc:191:17: warning: Member variable 'SndFileEncoder::sndoutfd' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.cc:40:15: warning: Member variable 'iFileDecoder::stereo' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.cc:42:17: warning: Member variable 'SndFileDecoder::obuf' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.cc:42:17: warning: Member variable 'SndFileDecoder::rbuf' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.cc:130:16: warning: Member variable 'VorbisDecoder::current_section' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.cc:130:16: warning: Member variable 'VorbisDecoder::pcmout' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.cc:380:19: warning: Member variable 'BlockReadManager::filetype' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.cc:581:20: warning: Member variable 'BlockWriteManager::ei' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_block.h:339:6: style: Member variable 'AudioBlockIterator::currightblock_w' is in the wrong place in the initializer list. [initializerList]
fweelin-0.6/src/fweelin_block.cc:1258:3: note: Member variable 'AudioBlockIterator::currightblock_w' is in the wrong place in the initializer list.
fweelin-0.6/src/fweelin_block.h:339:6: note: Member variable 'AudioBlockIterator::currightblock_w' is in the wrong place in the initializer list.
fweelin-0.6/src/fweelin_block.h:138:7: style: Technically the member function 'BED_MarkerPoints::CountMarkers' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.cc:735:23: note: Technically the member function 'BED_MarkerPoints::CountMarkers' can be const.
fweelin-0.6/src/fweelin_block.h:138:7: note: Technically the member function 'BED_MarkerPoints::CountMarkers' can be const.
fweelin-0.6/src/fweelin_block.h:174:8: style: Technically the member function 'AudioBlock::Zero' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.cc:835:18: note: Technically the member function 'AudioBlock::Zero' can be const.
fweelin-0.6/src/fweelin_block.h:174:8: note: Technically the member function 'AudioBlock::Zero' can be const.
fweelin-0.6/src/fweelin_block.h:189:8: style: Technically the member function 'AudioBlock::DeleteChain' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.cc:994:18: note: Technically the member function 'AudioBlock::DeleteChain' can be const.
fweelin-0.6/src/fweelin_block.h:189:8: note: Technically the member function 'AudioBlock::DeleteChain' can be const.
fweelin-0.6/src/fweelin_block.h:192:13: style: Technically the member function 'AudioBlock::GetTotalLen' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.cc:1013:23: note: Technically the member function 'AudioBlock::GetTotalLen' can be const.
fweelin-0.6/src/fweelin_block.h:192:13: note: Technically the member function 'AudioBlock::GetTotalLen' can be const.
fweelin-0.6/src/fweelin_block.h:202:8: style: Technically the member function 'AudioBlock::SetPtrsFromAbsOffset' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.cc:1040:18: note: Technically the member function 'AudioBlock::SetPtrsFromAbsOffset' can be const.
fweelin-0.6/src/fweelin_block.h:202:8: note: Technically the member function 'AudioBlock::SetPtrsFromAbsOffset' can be const.
fweelin-0.6/src/fweelin_block.h:284:8: style: Technically the member function 'AudioBlockIterator::GenCnt' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.cc:1273:26: note: Technically the member function 'AudioBlockIterator::GenCnt' can be const.
fweelin-0.6/src/fweelin_block.h:284:8: note: Technically the member function 'AudioBlockIterator::GenCnt' can be const.
fweelin-0.6/src/fweelin_block.h:957:8: style: Technically the member function 'BlockManager::HiPriTrigger' can be const. [functionConst]
fweelin-0.6/src/fweelin_block.cc:2120:20: note: Technically the member function 'BlockManager::HiPriTrigger' can be const.
fweelin-0.6/src/fweelin_block.h:957:8: note: Technically the member function 'BlockManager::HiPriTrigger' can be const.
fweelin-0.6/src/fweelin_block.h:969:8: performance: Technically the member function 'BlockManager::DelManager' can be static. [functionStatic]
fweelin-0.6/src/fweelin_block.cc:2074:20: note: Technically the member function 'BlockManager::DelManager' can be static.
fweelin-0.6/src/fweelin_block.h:969:8: note: Technically the member function 'BlockManager::DelManager' can be static.
fweelin-0.6/src/fweelin_block.h:972:8: performance: Technically the member function 'BlockManager::RefDeleted' can be static. [functionStatic]
fweelin-0.6/src/fweelin_block.cc:2086:20: note: Technically the member function 'BlockManager::RefDeleted' can be static.
fweelin-0.6/src/fweelin_block.h:972:8: note: Technically the member function 'BlockManager::RefDeleted' can be static.
fweelin-0.6/src/fweelin_block.h:973:8: performance: Technically the member function 'BlockManager::HiRefDeleted' can be static. [functionStatic]
fweelin-0.6/src/fweelin_block.cc:2098:20: note: Technically the member function 'BlockManager::HiRefDeleted' can be static.
fweelin-0.6/src/fweelin_block.h:973:8: note: Technically the member function 'BlockManager::HiRefDeleted' can be static.
fweelin-0.6/src/fweelin_block.h:978:8: performance: Technically the member function 'BlockManager::DelManager' can be static. [functionStatic]
fweelin-0.6/src/fweelin_block.cc:2202:20: note: Technically the member function 'BlockManager::DelManager' can be static.
fweelin-0.6/src/fweelin_block.h:978:8: note: Technically the member function 'BlockManager::DelManager' can be static.
fweelin-0.6/src/fweelin_block.h:985:8: performance: Technically the member function 'BlockManager::DelHiManager' can be static. [functionStatic]
fweelin-0.6/src/fweelin_block.cc:2221:20: note: Technically the member function 'BlockManager::DelHiManager' can be static.
fweelin-0.6/src/fweelin_block.h:985:8: note: Technically the member function 'BlockManager::DelHiManager' can be static.
fweelin-0.6/src/fweelin_block.cc:825:15: style: Class 'AudioBlock' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_block.cc:825:15: style: Class 'AudioBlock' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_block.cc:797:15: style: Class 'BED_ExtraChannel' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_block.cc:797:15: style: Class 'BED_ExtraChannel' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_block.cc:202:5: style: Class 'SndFileEncoder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_block.cc:202:5: style: Class 'SndFileEncoder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_block.cc:1950:3: style: Class 'BlockManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_block.cc:1950:3: style: Class 'BlockManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_browser.cc:63:28: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:202:25: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:203:26: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:206:25: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:207:26: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:235:19: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:237:19: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:253:19: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:255:19: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:262:8: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:264:8: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:274:25: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:275:26: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:278:25: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:279:26: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:462:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:494:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:511:9: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:528:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:542:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:581:30: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:622:30: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:646:28: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:648:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:686:28: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:688:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:764:30: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:775:41: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:787:18: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:1030:43: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:1042:9: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.cc:1069:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_browser.h:257:16: warning: Virtual function 'ClearAllItems' is called from destructor '~Browser()' at line 343. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_browser.cc:343:3: note: Calling ClearAllItems
fweelin-0.6/src/fweelin_browser.h:257:16: note: ClearAllItems is a virtual method
fweelin-0.6/src/fweelin_browser.h:483:16: warning: Virtual function 'ClearAllItems' is called from destructor '~PatchBrowser()' at line 904. Dynamic binding is not used. [virtualCallInConstructor]
fweelin-0.6/src/fweelin_browser.cc:904:3: note: Calling ClearAllItems
fweelin-0.6/src/fweelin_browser.h:483:16: note: ClearAllItems is a virtual method
fweelin-0.6/src/fweelin_config.cc:670:10: warning: Either the condition 'value!=0' is redundant or there is possible null pointer dereference: value. [nullPointerRedundantCheck]
fweelin-0.6/src/fweelin_config.cc:672:13: note: Assuming that condition 'value!=0' is not redundant
fweelin-0.6/src/fweelin_config.cc:670:10: note: Null pointer dereference
fweelin-0.6/src/fweelin_config.cc:3032:42: warning: Either the condition 'div!=0' is redundant or there is possible null pointer dereference: div. [nullPointerRedundantCheck]
fweelin-0.6/src/fweelin_config.cc:3026:15: note: Assuming that condition 'div!=0' is not redundant
fweelin-0.6/src/fweelin_config.cc:3032:42: note: Null pointer dereference
fweelin-0.6/src/fweelin_config.cc:3301:51: warning: Either the condition 'ver==0' is redundant or there is possible null pointer dereference: ver. [nullPointerRedundantCheck]
fweelin-0.6/src/fweelin_config.cc:3299:15: note: Assuming that condition 'ver==0' is not redundant
fweelin-0.6/src/fweelin_config.cc:3301:51: note: Null pointer dereference
fweelin-0.6/src/fweelin_config.cc:1404:7: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:1408:7: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:1528:39: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:1580:23: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:1598:23: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:1619:32: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:1662:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:1692:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:1703:41: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2595:18: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2627:46: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2658:14: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2659:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2665:14: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2666:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2673:14: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2674:18: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2687:14: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2696:14: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2704:38: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2795:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2796:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2803:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2804:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2805:42: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2813:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:2814:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:3344:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:3361:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_config.cc:1400:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_config.cc:3291:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
fweelin-0.6/src/fweelin_config.cc:3288:0: note: Variable 'root' is reassigned a value before the old one has been used.
fweelin-0.6/src/fweelin_config.cc:3291:5: note: Variable 'root' is reassigned a value before the old one has been used.
fweelin-0.6/src/fweelin_config.cc:681:22: style: The scope of the variable 'delim' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_config.cc:862:22: style: The scope of the variable 'delim' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_config.cc:1067:26: style: The scope of the variable 'prev' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_config.cc:1518:8: style: The scope of the variable 'echo' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_config.cc:3150:12: warning: Member variable 'FloConfig::fadermaxdb' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_config.h:281:15: style: Unused private function: 'InputMatrix::ExtractKeys' [unusedPrivateFunction]
fweelin-0.6/src/fweelin_config.h:162:8: style: Technically the member function 'ParsedExpression::IsStatic' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.cc:311:24: note: Technically the member function 'ParsedExpression::IsStatic' can be const.
fweelin-0.6/src/fweelin_config.h:162:8: note: Technically the member function 'ParsedExpression::IsStatic' can be const.
fweelin-0.6/src/fweelin_config.h:236:8: performance: Technically the member function 'InputMatrix::SetVariable' can be static. [functionStatic]
fweelin-0.6/src/fweelin_config.cc:583:19: note: Technically the member function 'InputMatrix::SetVariable' can be static.
fweelin-0.6/src/fweelin_config.h:236:8: note: Technically the member function 'InputMatrix::SetVariable' can be static.
fweelin-0.6/src/fweelin_config.h:246:8: performance: Technically the member function 'InputMatrix::CheckConditions' can be static. [functionStatic]
fweelin-0.6/src/fweelin_config.cc:1460:19: note: Technically the member function 'InputMatrix::CheckConditions' can be static.
fweelin-0.6/src/fweelin_config.h:246:8: note: Technically the member function 'InputMatrix::CheckConditions' can be static.
fweelin-0.6/src/fweelin_config.h:289:8: performance: Technically the member function 'InputMatrix::StoreParameter' can be static. [functionStatic]
fweelin-0.6/src/fweelin_config.cc:1384:19: note: Technically the member function 'InputMatrix::StoreParameter' can be static.
fweelin-0.6/src/fweelin_config.h:289:8: note: Technically the member function 'InputMatrix::StoreParameter' can be static.
fweelin-0.6/src/fweelin_config.h:751:8: style: Technically the member function 'FloConfig::LinkSystemVariable' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.cc:3065:17: note: Technically the member function 'FloConfig::LinkSystemVariable' can be const.
fweelin-0.6/src/fweelin_config.h:751:8: note: Technically the member function 'FloConfig::LinkSystemVariable' can be const.
fweelin-0.6/src/fweelin_config.h:817:8: style: Technically the member function 'FloConfig::IsStereoMaster' can be const. [functionConst]
fweelin-0.6/src/fweelin_config.cc:1987:17: note: Technically the member function 'FloConfig::IsStereoMaster' can be const.
fweelin-0.6/src/fweelin_config.h:817:8: note: Technically the member function 'FloConfig::IsStereoMaster' can be const.
fweelin-0.6/src/fweelin_config.cc:402:3: style: Class 'InputMatrix' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_config.cc:402:3: style: Class 'InputMatrix' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core.cc:2550:31: style: Condition 'exists==0' is always true [knownConditionTrueFalse]
fweelin-0.6/src/fweelin_core.cc:2278:40: warning: Either the condition 'n!=0' is redundant or there is possible null pointer dereference: n. [nullPointerRedundantCheck]
fweelin-0.6/src/fweelin_core.cc:2280:19: note: Assuming that condition 'n!=0' is not redundant
fweelin-0.6/src/fweelin_core.cc:2278:40: note: Null pointer dereference
fweelin-0.6/src/fweelin_core.cc:295:25: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:306:23: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:407:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:408:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:413:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:414:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:426:28: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:469:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:470:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:477:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:493:30: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:508:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:509:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:671:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:687:13: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:729:22: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:731:22: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:757:17: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:759:17: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:770:6: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:772:6: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:779:13: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:781:13: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:902:30: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:919:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1098:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1486:22: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1522:47: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1542:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1565:21: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1596:27: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1629:27: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1719:21: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1721:21: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1736:10: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1738:10: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:1912:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2133:13: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2135:13: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2143:6: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2147:6: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2363:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2371:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2373:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2380:24: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2413:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2444:42: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2494:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2530:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2565:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2579:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2593:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2600:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2608:49: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2630:42: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2654:38: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2675:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2687:28: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2716:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2727:43: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2739:39: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2750:40: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2761:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2772:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2783:38: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2794:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2805:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2816:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2827:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2838:28: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2850:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2862:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2873:32: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2884:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2895:37: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2907:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2919:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2930:34: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2943:31: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2989:18: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3007:40: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3038:28: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3050:30: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3062:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3121:18: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3263:10: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3264:14: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3623:39: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3626:39: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3649:7: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3671:24: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:3687:44: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core.cc:2953:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fweelin-0.6/src/fweelin_core.cc:3592:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fweelin-0.6/src/fweelin_core.cc:3594:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fweelin-0.6/src/fweelin_core.cc:3600:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fweelin-0.6/src/fweelin_core.cc:3602:27: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fweelin-0.6/src/fweelin_core.cc:3639:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fweelin-0.6/src/fweelin_core.cc:317:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_core.cc:361:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_core.cc:2191:5: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_core.cc:1343:11: warning: The buffer 'tmp' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fweelin-0.6/src/fweelin_core.h:667:8: style: Technically the member function 'LoopManager::SwitchMetronome' can be const. [functionConst]
fweelin-0.6/src/fweelin_core.cc:1812:19: note: Technically the member function 'LoopManager::SwitchMetronome' can be const.
fweelin-0.6/src/fweelin_core.h:667:8: note: Technically the member function 'LoopManager::SwitchMetronome' can be const.
fweelin-0.6/src/fweelin_core.h:752:8: performance: Technically the member function 'LoopManager::AddLoopToBrowser' can be static. [functionStatic]
fweelin-0.6/src/fweelin_core.cc:316:19: note: Technically the member function 'LoopManager::AddLoopToBrowser' can be static.
fweelin-0.6/src/fweelin_core.h:752:8: note: Technically the member function 'LoopManager::AddLoopToBrowser' can be static.
fweelin-0.6/src/fweelin_core.cc:541:3: style: Class 'LoopManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core.cc:541:3: style: Class 'LoopManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core.cc:394:9: error: Return value of allocation function 'AddSceneToBrowser' is not stored. [leakReturnValNotUsed]
fweelin-0.6/src/fweelin_core_dsp.cc:1912:11: style: Condition '!pre' is always true [knownConditionTrueFalse]
fweelin-0.6/src/fweelin_core_dsp.cc:1841:9: note: Assuming that condition '!pre' is not redundant
fweelin-0.6/src/fweelin_core_dsp.cc:1912:11: note: Condition '!pre' is always true
fweelin-0.6/src/fweelin_core_dsp.cc:603:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fweelin-0.6/src/fweelin_core_dsp.cc:2113:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fweelin-0.6/src/fweelin_core_dsp.cc:410:9: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:511:13: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:517:39: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:536:30: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:560:32: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:1197:12: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:1234:30: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:1276:25: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:1277:15: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:1349:5: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:1432:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:2002:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_core_dsp.cc:697:6: style: The scope of the variable 'prev' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_core_dsp.cc:1144:18: warning: Member variable 'RecordProcessor::endsyncidx' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core_dsp.cc:1144:18: warning: Member variable 'RecordProcessor::endsyncwait' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core_dsp.cc:1144:18: warning: Member variable 'RecordProcessor::od_playvol' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core_dsp.cc:1144:18: warning: Member variable 'RecordProcessor::od_feedback_lastval' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core_dsp.cc:1144:18: warning: Member variable 'RecordProcessor::od_curbeat' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core_dsp.cc:1144:18: warning: Member variable 'RecordProcessor::od_fadein' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core_dsp.cc:1144:18: warning: Member variable 'RecordProcessor::od_last_mbuf' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core_dsp.cc:1144:18: warning: Member variable 'RecordProcessor::od_last_lpbuf' is not initialized in the constructor. [uninitMemberVar]
fweelin-0.6/src/fweelin_core_dsp.h:476:8: style: Technically the member function 'RootProcessor::processchain' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.cc:719:21: note: Technically the member function 'RootProcessor::processchain' can be const.
fweelin-0.6/src/fweelin_core_dsp.h:476:8: note: Technically the member function 'RootProcessor::processchain' can be const.
fweelin-0.6/src/fweelin_core_dsp.h:589:8: style: Technically the member function 'RecordProcessor::FadeOut_Input' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.cc:1572:23: note: Technically the member function 'RecordProcessor::FadeOut_Input' can be const.
fweelin-0.6/src/fweelin_core_dsp.h:589:8: note: Technically the member function 'RecordProcessor::FadeOut_Input' can be const.
fweelin-0.6/src/fweelin_core_dsp.h:596:8: style: Technically the member function 'RecordProcessor::FadeIn_Input' can be const. [functionConst]
fweelin-0.6/src/fweelin_core_dsp.cc:1625:23: note: Technically the member function 'RecordProcessor::FadeIn_Input' can be const.
fweelin-0.6/src/fweelin_core_dsp.h:596:8: note: Technically the member function 'RecordProcessor::FadeIn_Input' can be const.
fweelin-0.6/src/fweelin_core_dsp.cc:308:3: style: Class 'Processor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core_dsp.cc:308:3: style: Class 'Processor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core_dsp.cc:381:3: style: Class 'Pulse' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core_dsp.cc:381:3: style: Class 'Pulse' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core_dsp.cc:617:3: style: Class 'RootProcessor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core_dsp.cc:617:3: style: Class 'RootProcessor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core_dsp.cc:1218:3: style: Class 'RecordProcessor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core_dsp.cc:1218:3: style: Class 'RecordProcessor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core_dsp.cc:1940:3: style: Class 'PlayProcessor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core_dsp.cc:1940:3: style: Class 'PlayProcessor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_core_dsp.cc:2409:3: style: Class 'PassthroughProcessor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_core_dsp.cc:2409:3: style: Class 'PassthroughProcessor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_datatypes.h:570:3: warning: Member variable 'SRMWRingBuffer::tmpread' is not initialized in the constructor. [uninitMemberVarPrivate]
fweelin-0.6/src/fweelin_datatypes.h:583:7: style: Unused private function: 'SRMWRingBuffer::WriteElement' [unusedPrivateFunction]
fweelin-0.6/src/fweelin_datatypes.h:600:6: style: Unused private function: 'SRMWRingBuffer::ReadElement' [unusedPrivateFunction]
fweelin-0.6/src/fweelin_datatypes.h:571:5: style: Class 'SRMWRingBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_datatypes.h:571:5: style: Class 'SRMWRingBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_datatypes.h:570:3: style: Class 'SRMWRingBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fweelin-0.6/src/fweelin_event.cc:330:18: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_event.cc:340:17: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_event.cc:349:18: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_event.cc:359:17: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_mem.cc:49:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fweelin-0.6/src/fweelin_mem.cc:565:71: warning: Either the condition 'prealloc_free==0' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fweelin-0.6/src/fweelin_mem.cc:569:23: note: Assuming that condition 'prealloc_free==0' is not redundant
fweelin-0.6/src/fweelin_mem.cc:565:71: note: Null pointer addition
fweelin-0.6/src/fweelin_midiio.cc:386:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fweelin-0.6/src/fweelin_midiio.cc:412:22: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:691:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:709:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:740:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:752:41: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:764:39: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:776:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:849:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:861:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:926:40: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:936:40: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:946:43: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:956:9: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:965:39: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:974:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:1025:11: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:1026:21: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:1028:30: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:1029:32: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:1049:18: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_midiio.cc:443:26: warning: Obsolete function 'alloca' called. [allocaCalled]
fweelin-0.6/src/fweelin_midiio.h:131:8: performance: Technically the member function 'MidiIO::OutputStartOnPort' can be static. [functionStatic]
fweelin-0.6/src/fweelin_midiio.cc:627:14: note: Technically the member function 'MidiIO::OutputStartOnPort' can be static.
fweelin-0.6/src/fweelin_midiio.h:131:8: note: Technically the member function 'MidiIO::OutputStartOnPort' can be static.
fweelin-0.6/src/fweelin_midiio.h:132:8: performance: Technically the member function 'MidiIO::OutputEndOnPort' can be static. [functionStatic]
fweelin-0.6/src/fweelin_midiio.cc:628:14: note: Technically the member function 'MidiIO::OutputEndOnPort' can be static.
fweelin-0.6/src/fweelin_midiio.h:132:8: note: Technically the member function 'MidiIO::OutputEndOnPort' can be static.
fweelin-0.6/src/fweelin_midiio.cc:647:3: style: Class 'MidiIO' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_midiio.cc:647:3: style: Class 'MidiIO' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fweelin-0.6/src/fweelin_sdlio.cc:627:44: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_sdlio.cc:644:41: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_sdlio.cc:666:41: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_sdlio.cc:695:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_sdlio.cc:720:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_sdlio.cc:457:14: style: The scope of the variable 'prevkeycode' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_sdlio.cc:458:5: style: The scope of the variable 'prevcnt' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_videoio.cc:893:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fweelin-0.6/src/fweelin_videoio.cc:1099:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fweelin-0.6/src/fweelin_videoio.cc:148:26: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:179:16: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:186:12: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:194:14: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:211:22: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:280:24: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1164:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1172:19: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1181:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1189:19: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1211:43: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1240:41: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1250:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1270:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1311:36: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1330:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1368:40: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1413:33: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1428:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1693:29: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1697:35: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:1706:12: style: C-style pointer casting [cstyleCast]
fweelin-0.6/src/fweelin_videoio.cc:274:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_videoio.cc:397:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_videoio.cc:815:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_videoio.cc:990:7: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_videoio.cc:995:7: style: The scope of the variable 'ofs' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_videoio.cc:1681:24: style: The scope of the variable 'ispd' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_videoio.cc:1714:8: style: The scope of the variable 'selected' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_videoio.cc:1721:9: style: The scope of the variable 'loopvol' can be reduced. [variableScope]
fweelin-0.6/src/fweelin_videoio.cc:1616:29: style: Function 'draw_text' argument 7 names different: declaration 'centerx' definition 'justifyx'. [funcArgNamesDifferent]
fweelin-0.6/src/fweelin_videoio.h:109:69: note: Function 'draw_text' argument 7 names different: declaration 'centerx' definition 'justifyx'.
fweelin-0.6/src/fweelin_videoio.cc:1616:29: note: Function 'draw_text' argument 7 names different: declaration 'centerx' definition 'justifyx'.
fweelin-0.6/src/fweelin_videoio.cc:1616:44: style: Function 'draw_text' argument 8 names different: declaration 'centery' definition 'justifyy'. [funcArgNamesDifferent]
fweelin-0.6/src/fweelin_videoio.h:110:29: note: Function 'draw_text' argument 8 names different: declaration 'centery' definition 'justifyy'.
fweelin-0.6/src/fweelin_videoio.cc:1616:44: note: Function 'draw_text' argument 8 names different: declaration 'centery' definition 'justifyy'.
fweelin-0.6/src/fweelin_videoio.cc:306:11: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
fweelin-0.6/src/fweelin_videoio.cc:320:11: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
fweelin-0.6/src/fweelin_videoio.h:146:8: performance: Technically the member function 'VideoIO::Custom_BlitSurface' can be static. [functionStatic]
fweelin-0.6/src/fweelin_videoio.cc:1445:15: note: Technically the member function 'VideoIO::Custom_BlitSurface' can be static.
fweelin-0.6/src/fweelin_videoio.h:146:8: note: Technically the member function 'VideoIO::Custom_BlitSurface' can be static.
fweelin-0.6/src/fweelin_videoio.h:149:8: performance: Technically the member function 'VideoIO::Squeeze_BlitSurface' can be static. [functionStatic]
fweelin-0.6/src/fweelin_videoio.cc:1513:15: note: Technically the member function 'VideoIO::Squeeze_BlitSurface' can be static.
fweelin-0.6/src/fweelin_videoio.h:149:8: note: Technically the member function 'VideoIO::Squeeze_BlitSurface' can be static.
fweelin-0.6/src/fweelin_videoio.cc:856:3: style: Class 'CircularMap' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fweelin-0.6/src/fweelin_videoio.cc:856:3: style: Class 'CircularMap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freewnn/freewnn_1.1.1~a021+cvs20130302.orig.tar.xz
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/ctopd.c:54:51: style: The scope of the variable 'kouho' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/ctopd.c:55:7: style: The scope of the variable 'hindo' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:752:7: style: Variable 'hin' is reassigned a value before the old one has been used. [redundantAssignment]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:751:7: note: Variable 'hin' is reassigned a value before the old one has been used.
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:752:7: note: Variable 'hin' is reassigned a value before the old one has been used.
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:490:22: style: The scope of the variable 'hinshientry' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:733:32: style: The scope of the variable 'hin' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:733:38: style: The scope of the variable 'tan' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:733:44: style: The scope of the variable 'yom' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:778:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:867:50: style: The scope of the variable 'dhinshi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1000:36: style: The scope of the variable 'yomi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1000:43: style: The scope of the variable 'hinshi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1000:52: style: The scope of the variable 'kouho' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1000:60: style: The scope of the variable 'hindo' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1000:68: style: The scope of the variable 'kind' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1001:7: style: The scope of the variable 'nhindo' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1001:15: style: The scope of the variable 'key' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1003:19: style: The scope of the variable 'dicentry' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1038:36: style: The scope of the variable 'yomi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1038:43: style: The scope of the variable 'hinshi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1038:52: style: The scope of the variable 'kouho' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1038:60: style: The scope of the variable 'hindo' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1038:68: style: The scope of the variable 'kind' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1039:7: style: The scope of the variable 'nhindo' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1039:15: style: The scope of the variable 'key' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1280:19: style: The scope of the variable 'p' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1364:0: error: Resource leak: cf [resourceLeak]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1364:0: error: Resource leak: of [resourceLeak]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/pod.c:1364:0: error: Resource leak: nf [resourceLeak]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/wtopd.c:54:35: style: The scope of the variable 'yomi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/wtopd.c:54:42: style: The scope of the variable 'hinshi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/wtopd.c:54:51: style: The scope of the variable 'kouho' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/PubdicPlus/wtopd.c:54:59: style: The scope of the variable 'hindo' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/conv/cvt_key.c:119:51: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
freewnn-1.1.1~a021+cvs20130302/Wnn/conv/cvt_read.c:81:0: error: #error "No termio header." [preprocessorErrorDirective]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/bdic.c:300:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/bdic.c:315:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/bdic.c:807:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/bdic.c:883:7: style: The scope of the variable 'adres' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/bdic.c:1370:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/dic_atojis.c:73:17: warning: Either the condition 'c<=(unsigned char)'\376'' is redundant or the array '_tatojis[96]' is accessed at index 222, which is out of bounds. [arrayIndexOutOfBoundsCond]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/dic_atojis.c:72:21: note: Assuming that condition 'c<=(unsigned char)'\376'' is not redundant
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/dic_atojis.c:73:17: note: Array index out of bounds
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/dic_atojis.c:349:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/dic_atojis.c:356:7: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/gethinsi.c:189:14: style: The scope of the variable 'fufufu' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/gethinsi.c:508:7: style: The scope of the variable 'index' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/msg.c:291:21: warning: Either the condition 'name' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/msg.c:276:7: note: Assuming that condition 'name' is not redundant
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/msg.c:291:21: note: Null pointer dereference
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/pwd.c:67:13: style: The scope of the variable 'c' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/revdic.c:367:3: style: Variable 'syurui' is reassigned a value before the old one has been used. [redundantAssignment]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/revdic.c:365:0: note: Variable 'syurui' is reassigned a value before the old one has been used.
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/revdic.c:367:3: note: Variable 'syurui' is reassigned a value before the old one has been used.
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/vasprintf.c:71:18: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/vasprintf.c:82:36: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/vasprintf.c:92:33: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/vasprintf.c:110:23: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:446:15: style: Redundant condition: If '!EXPR', the comparison 'EXPR != ','' is always true. [redundantCondition]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:204:22: style: The scope of the variable 'ok' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:414:7: style: The scope of the variable 'cs' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:539:30: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:568:23: style: The scope of the variable 'mask' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:593:16: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:596:23: style: The scope of the variable 'mask' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:635:26: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:88:7: style: struct member '_CSWidthTable::cs1' is never used. [unusedStructMember]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:88:12: style: struct member '_CSWidthTable::cs2' is never used. [unusedStructMember]
freewnn-1.1.1~a021+cvs20130302/Wnn/etc/xutoj.c:88:17: style: struct member '_CSWidthTable::cs3' is never used. [unusedStructMember]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib.V3/jlv3.c:619:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib.V3/jlv3.c:210:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib.V3/jlv3.c:503:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib.V3/jlv3.c:594:12: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:809:28: style: The scope of the variable 'dp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:810:28: style: The scope of the variable 'sp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:1456:16: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:1456:19: style: The scope of the variable 'end' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:1665:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:1862:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:2374:21: style: The scope of the variable 'b' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:2400:21: style: The scope of the variable 'b' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:2460:37: style: The scope of the variable 'sp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/jl.c:2592:18: style: The scope of the variable 'c' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:339:20: style: Redundant condition: If 'timeout > 0', the comparison 'timeout != 0' is always true. [redundantCondition]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:349:20: style: Redundant condition: If 'timeout > 0', the comparison 'timeout != 0' is always true. [redundantCondition]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:482:11: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:750:7: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:1498:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:1500:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:1665:16: style: The scope of the variable 'cc' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:2084:16: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:2318:60: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:2404:19: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:2956:7: style: The scope of the variable 'num' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:539:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:540:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:541:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:2966:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/js.c:880:3: error: Memory leak: env [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/kankana.c:170:28: style: The scope of the variable 'sbn' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/kankana.c:228:7: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jlib/kankana.c:150:11: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/atojis.c:89:17: warning: Either the condition 'c<=(unsigned char)'\376'' is redundant or the array '_tatojis[96]' is accessed at index 222, which is out of bounds. [arrayIndexOutOfBoundsCond]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/atojis.c:88:21: note: Assuming that condition 'c<=(unsigned char)'\376'' is not redundant
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/atojis.c:89:17: note: Array index out of bounds
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/bnsetu_kai.c:64:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/bnsetu_kai.c:342:32: style: The scope of the variable 'ofst' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/bnsetu_kai.c:762:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/daibn_kai.c:75:23: style: Variable 'db_set' is not assigned a value. [unassignedVariable]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/daibn_kai.c:81:23: style: Variable 'sb_set' is not assigned a value. [unassignedVariable]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/de.c:219:7: style: The scope of the variable 'tmpttyfd' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/de.c:444:8: style: The scope of the variable 'gomi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/de.c:852:11: style: The scope of the variable 'x' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/de.c:915:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/de.c:1014:19: style: The scope of the variable 'sp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/de.c:1180:7: style: The scope of the variable 'c' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/dispatch.c:322:19: error: Memory is allocated but not initialized: p0 [uninitdata]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_dic_env.c:231:10: style: The scope of the variable 'dic' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_dic_env.c:246:10: style: The scope of the variable 'dic' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_dic_env.c:369:15: style: The scope of the variable 'dic_no' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_dic_env.c:471:16: style: The scope of the variable 'dic_no' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_dic_no.c:415:10: style: The scope of the variable 'l1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_dic_no.c:501:16: style: The scope of the variable 'dno' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_dic_no.c:420:10: style: Variable 'envi' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_env.c:640:22: warning: Either the condition 'dst==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_env.c:643:22: note: Assuming that condition 'dst==NULL' is not redundant
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_env.c:640:22: note: Null pointer addition
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_env.c:363:19: style: The scope of the variable 'eid' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_env.c:508:11: style: The scope of the variable 'dummy' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_env.c:511:17: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_filecom.c:183:21: style: The scope of the variable 'fid' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/do_filecom.c:355:10: style: The scope of the variable 'fid' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/error.c:141:8: style: The scope of the variable 'client_uname' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/error.c:172:21: style: Unsigned variable 'formlen' can't be negative so it is unnecessary to test it. [unsignedPositive]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/fzk.c:779:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/fzk.c:620:20: style: The scope of the variable 'search_ptr' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/fzk.c:651:7: style: The scope of the variable 'setno' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/fzk.c:652:7: style: The scope of the variable 'vectroop' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/fzk.c:653:7: style: The scope of the variable 'wcnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/fzk.c:653:13: style: The scope of the variable 'setflg' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/fzk.c:654:12: style: The scope of the variable 'vect_ptr' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/fzk.c:711:18: style: The scope of the variable 'j' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:63:7: error: Memory leak: maxj [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:70:7: error: Memory leak: maxj [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:70:7: error: Memory leak: jmtp [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:77:7: error: Memory leak: maxj [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:77:7: error: Memory leak: jmt_ [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:77:7: error: Memory leak: jmtp [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:84:7: error: Memory leak: maxj [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:84:7: error: Memory leak: jmt_ [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:84:7: error: Memory leak: jmtw_ [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:84:7: error: Memory leak: jmtp [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:95:7: error: Memory leak: bun [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:95:7: error: Memory leak: maxj [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:95:7: error: Memory leak: jmtp [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:100:3: error: Memory leak: bun [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:100:3: error: Memory leak: maxj [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/get_kaiarea.c:100:3: error: Memory leak: jmtp [memleak]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/hinsi_list.c:58:26: style: The scope of the variable 'wc' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:372:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:377:11: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:417:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:424:7: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:78:22: style: The scope of the variable 's1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:79:14: style: The scope of the variable 'expandsuc' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:156:10: style: The scope of the variable 'num' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:288:7: style: The scope of the variable 'num' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:187:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:210:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:220:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:230:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/initjserv.c:300:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:221:16: style: The scope of the variable 'key' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:247:16: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:416:7: style: The scope of the variable 'serial' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:575:16: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:576:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:577:27: style: The scope of the variable 'jepp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:654:20: style: The scope of the variable 's1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:654:25: style: The scope of the variable 's2' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:656:16: style: The scope of the variable 'key' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:690:20: style: The scope of the variable 's1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:690:25: style: The scope of the variable 's2' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jbiki.c:729:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho.c:65:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho.c:155:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho.c:268:20: style: The scope of the variable 'jktsone' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho.c:269:7: style: The scope of the variable 'connect_flg' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho_d.c:89:7: style: The scope of the variable 'divid' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho_d.c:452:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho_d.c:458:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho_d.c:460:19: style: The scope of the variable 'jktsbn' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho_d.c:461:7: style: The scope of the variable 'index_tmp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho_d.c:463:8: style: The scope of the variable 'vector1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho_d.c:180:19: style: Variable 'sbn_tmp' is not assigned a value. [unassignedVariable]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jikouho_d.c:508:23: style: Variable 'index_tmp' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jishoop.c:297:35: style: The scope of the variable 'hopter1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jishoop.c:298:21: style: The scope of the variable 'key0' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jishoop.c:298:27: style: The scope of the variable 'keye' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jishoop.c:299:26: style: The scope of the variable 'hop' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jishoop.c:754:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jishosub.c:138:7: style: The scope of the variable 'state' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jmt0.c:69:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jmt0.c:74:7: note: Found duplicate branches for 'if' and 'else'.
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/jmt0.c:69:7: note: Found duplicate branches for 'if' and 'else'.
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/mknode0.c:127:15: style: The scope of the variable 'return_p' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/rd_jishoop.c:62:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/rd_jishoop.c:64:11: style: The scope of the variable 'csult' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/rd_jishoop.c:207:17: style: The scope of the variable 'tary' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/rd_jishoop.c:208:7: style: The scope of the variable 'ind1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/rd_jishoop.c:210:11: style: The scope of the variable 'yomi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jserver/readfile.c:1087:15: style: The scope of the variable 'hjt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atod.c:445:7: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atod.c:473:7: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atod.c:338:11: style: The scope of the variable 'pyomi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atod.c:383:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atof.c:365:14: style: The scope of the variable 'fufufu' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atof.c:501:9: style: The scope of the variable 'd' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atof.c:503:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atof.c:788:7: style: The scope of the variable 'd' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atof.c:829:9: style: The scope of the variable 'c' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atof.c:1429:8: style: The scope of the variable 'd' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atof.c:1430:19: style: The scope of the variable 'n' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atof.c:1431:7: style: The scope of the variable 'vno' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atorev.c:111:11: style: The scope of the variable 'pyomi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atorev.c:146:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/atorev.c:147:19: style: The scope of the variable 'nyomi' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/dtoa.c:473:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/dtoa.c:506:16: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/dtoa.c:538:16: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/dtoa.c:582:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/oldatonewa.c:133:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/oldatonewa.c:140:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/ujisf.c:1014:77: style: Same expression on both sides of '&&'. [duplicateExpression]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/ujisf.c:508:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/wddel.c:248:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/wnnstat.c:408:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/wnnstat.c:437:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/wnntouch.c:73:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
freewnn-1.1.1~a021+cvs20130302/Wnn/jutil/wnntouch.c:91:9: style: The scope of the variable 'ifpter' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_bltinfn.c:93:10: style: The scope of the variable 'retval' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_bltinfn.c:245:10: style: The scope of the variable 'retval' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_bltinfn.c:329:15: style: The scope of the variable 'flgbit' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_main.c:815:29: style: The scope of the variable 'd_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_main.c:898:7: style: The scope of the variable 'num' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_main.c:899:27: style: The scope of the variable 'rslptr' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_main.c:1242:34: style: The scope of the variable 'chm_exist' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_main.c:1243:11: style: The scope of the variable 'p' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_main.c:1245:37: style: The scope of the variable 'dis_end' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_main.c:1384:8: style: The scope of the variable 'urabuf_clrf' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_modread.c:225:22: style: The scope of the variable 'bgn' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:1435:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:1453:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:1486:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:1532:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:1554:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:151:10: style: The scope of the variable 'src' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:151:15: style: The scope of the variable 'taio_fnm' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:197:21: style: The scope of the variable 'q' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:330:19: style: The scope of the variable 'l' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:631:10: style: The scope of the variable 'l' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:230:8: style: Variable 'hyomeimem_' is not assigned a value. [unassignedVariable]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:234:8: style: Variable 'pathmeimem_' is not assigned a value. [unassignedVariable]
freewnn-1.1.1~a021+cvs20130302/Wnn/romkan/rk_read.c:167:11: error: Resource leak: opened [resourceLeak]
freewnn-1.1.1~a021+cvs20130302/Wnn/uum/sdefine.h:116:0: error: #error "don't know how to get my process group id" [preprocessorErrorDirective]
freewnn-1.1.1~a021+cvs20130302/Wnn/uum/jhlp.c:108:0: error: #error "No termio header." [preprocessorErrorDirective]
freewnn-1.1.1~a021+cvs20130302/Wnn/uum/setutmp.c:71:0: error: #error "No utmp/utmpx header." [preprocessorErrorDirective]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_alloc.c:62:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_alloc.c:138:12: style: The scope of the variable 'ptrdiff' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_alloc.c:139:14: style: The scope of the variable 'oldptr' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_alloc.c:331:8: style: The scope of the variable 'hyoptr' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_alloc.c:332:12: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_alloc.c:582:12: style: The scope of the variable 'ptrdiff' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_alloc.c:583:16: style: The scope of the variable 'oldptr' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_bltinfn.c:82:15: style: The scope of the variable 'retval' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_bltinfn.c:227:15: style: The scope of the variable 'retval' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_bltinfn.c:303:15: style: The scope of the variable 'flgbit' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_main.c:925:25: style: The scope of the variable 'd_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_main.c:1016:7: style: The scope of the variable 'num' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_main.c:1017:27: style: The scope of the variable 'rslptr' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_main.c:1566:34: style: The scope of the variable 'chm_exist' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_main.c:1567:11: style: The scope of the variable 'q' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_main.c:1569:37: style: The scope of the variable 'dis_end' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_main.c:1750:8: style: The scope of the variable 'urabuf_clrf' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_modread.c:1377:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_modread.c:1410:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_modread.c:303:14: style: The scope of the variable 'bgn' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_modread.c:411:8: style: The scope of the variable 'md1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_modread.c:412:17: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_modread.c:170:8: style: Unused variable: modefilename [unusedVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_modread.c:171:8: style: Unused variable: pathname [unusedVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:1552:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:1591:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:1611:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:193:16: style: The scope of the variable 'sv' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:196:9: style: The scope of the variable 'p' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:250:12: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:325:12: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:328:8: style: The scope of the variable 'taio_fnm' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:466:15: style: The scope of the variable 'j' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/romkan_m/rk_read.c:730:10: style: The scope of the variable 'l' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/callback.c:215:7: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'void *'. [invalidPrintfArgType_uint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/callback.c:257:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkcset.c:134:7: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkcset.c:132:7: note: Variable 'res' is reassigned a value before the old one has been used.
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkcset.c:134:7: note: Variable 'res' is reassigned a value before the old one has been used.
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkcset.c:99:13: style: The scope of the variable 'focus' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkcset.c:100:7: style: The scope of the variable 'res' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkcset.c:173:7: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkcset.c:174:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkcset.c:174:12: style: The scope of the variable 'res' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkic.c:298:6: error: Array 'von[15]' accessed at index 15, which is out of bounds. [arrayIndexOutOfBounds]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkic.c:299:6: error: Array 'von[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkic.c:302:25: error: Array 'von[15]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:63:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:63:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:169:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:169:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:299:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:299:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:375:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:375:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:460:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:460:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:461:14: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:461:21: style: The scope of the variable 'j' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:555:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:555:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:633:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:633:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:711:13: style: The scope of the variable 'plspc' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:714:7: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:784:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkpsset.c:784:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkutil.c:87:7: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'Display *'. [invalidPrintfArgType_uint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkutil.c:87:7: warning: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'Display *'. [invalidPrintfArgType_uint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkutil.c:93:7: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'Display *'. [invalidPrintfArgType_uint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/chkutil.c:93:7: warning: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'Display *'. [invalidPrintfArgType_uint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/curses.c:79:7: style: The scope of the variable 'num' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/funcv.c:91:7: warning: %X in format string (no. 2) requires 'unsigned int' but the argument type is 'void *'. [invalidPrintfArgType_uint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/funcv.c:91:7: warning: %X in format string (no. 3) requires 'unsigned int' but the argument type is 'void *'. [invalidPrintfArgType_uint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/funcv.c:94:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'void *'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/funcv.c:94:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'void *'. [invalidPrintfArgType_sint]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/xresource.c:155:35: warning: Redundant assignment of 'hints.min_height' to itself. [selfAssignment]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/test/xresource.c:214:35: warning: Redundant assignment of 'hints.min_height' to itself. [selfAssignment]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/display.c:210:7: style: The scope of the variable 'mb_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/display.c:371:15: style: The scope of the variable 'mb_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/display.c:423:24: style: Variable 'old_JW_buf' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/init_w.c:222:24: style: The scope of the variable 'root' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/init_w.c:223:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/jhlp.c:96:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/jutil.c:107:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/jutil.c:549:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/jutil.c:426:8: style: Variable 'buf' is not assigned a value. [unassignedVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/prologue.c:117:16: style: Variable 'area_pter' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/touroku.c:152:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/xichiran.c:92:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/xichiran.c:152:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/xselectele.c:78:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/xselectele.c:400:13: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/xselectele.c:498:7: style: The scope of the variable 'ima' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/xselectele.c:498:12: style: The scope of the variable 'hindo' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/xselectele.c:499:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xjutil/xw_touroku.c:85:20: style: The scope of the variable 'box' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/basic_op.c:287:16: style: The scope of the variable 'c' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/basic_op.c:289:16: style: The scope of the variable 'romkan' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:1092:3: style: Variable 'dirty' is reassigned a value before the old one has been used. [redundantAssignment]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:1082:0: note: Variable 'dirty' is reassigned a value before the old one has been used.
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:1092:3: note: Variable 'dirty' is reassigned a value before the old one has been used.
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:491:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:580:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:580:19: style: The scope of the variable 'j' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:584:7: style: The scope of the variable 'width' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:584:14: style: The scope of the variable 'height' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:688:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:689:24: style: The scope of the variable 'xl' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:752:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:753:24: style: The scope of the variable 'xl' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:796:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:797:24: style: The scope of the variable 'xl' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:870:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:912:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:927:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:942:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:987:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/change.c:1013:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/display.c:663:15: style: The scope of the variable 'mb_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/display.c:800:15: style: The scope of the variable 'mb_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/display.c:992:7: style: The scope of the variable 'mb_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/display.c:1090:7: style: The scope of the variable 'width' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/display.c:1091:16: style: The scope of the variable 'w_width' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/display.c:1366:7: style: The scope of the variable 'mb_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/display.c:1447:7: style: The scope of the variable 'mb_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/do_socket.c:139:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/do_socket.c:659:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/do_socket.c:660:7: style: The scope of the variable 'n' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/do_socket.c:848:16: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/do_socket.c:258:16: style: Variable 'sel_bwidth' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/do_socket.c:426:0: style: Variable 'trueFlag' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/do_socket.c:660:10: style: Unused variable: ret [unusedVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/evdispatch.c:510:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:543:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1103:16: style: The scope of the variable 'width' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1103:23: style: The scope of the variable 'height' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1430:16: style: The scope of the variable 'next' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1430:22: style: The scope of the variable 'next_l' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1430:30: style: The scope of the variable 'next_l2' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1505:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1505:22: style: The scope of the variable 'prev_l' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1505:30: style: The scope of the variable 'prev_l2' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1937:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:1973:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:801:20: style: Variable 'len_t' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:319:55: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:614:93: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:646:20: error: Uninitialized variable: def_maxlen [uninitvar]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ichiran.c:661:16: error: Uninitialized variable: def_maxlen [uninitvar]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:996:3: style: Variable 'xim->exit_menu' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:995:3: note: Variable 'xim->exit_menu' is reassigned a value before the old one has been used if variable is no semaphore variable.
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:996:3: note: Variable 'xim->exit_menu' is reassigned a value before the old one has been used if variable is no semaphore variable.
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:514:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:515:24: style: The scope of the variable 'root' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:1079:18: style: The scope of the variable 'p' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:1080:7: style: The scope of the variable 'total_size' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:1258:18: style: The scope of the variable 'p' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:1259:7: style: The scope of the variable 'total_size' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:1260:17: style: The scope of the variable 'mask' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:905:8: style: Unused variable: ret [unusedVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:651:34: error: Uninitialized variable: i [uninitvar]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/init_w.c:652:35: error: Uninitialized variable: i [uninitvar]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:98:52: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:108:36: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:63:7: style: The scope of the variable 'd' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:64:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:347:7: style: The scope of the variable 'kanji_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:348:9: style: The scope of the variable 'lang' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:434:7: style: The scope of the variable 'type' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:435:7: style: The scope of the variable 'kanji_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:436:9: style: The scope of the variable 'lang' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:485:7: style: The scope of the variable 'kanji_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:486:9: style: The scope of the variable 'lang' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:541:3: error: Pointer to local array variable returned. [returnLocalVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/inspect.c:565:3: error: Pointer to local array variable returned. [returnLocalVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jhlp.c:323:16: style: The scope of the variable 'ml' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jhlp.c:340:7: style: The scope of the variable 'type' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jhlp.c:452:9: style: The scope of the variable 'server_env' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jikouho.c:252:15: style: The scope of the variable 'jikouho_heap' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jis_in.c:228:13: error: Array 'buffer[7]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jis_in.c:221:16: note: Assignment 'os=2', assigned value is 2
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jis_in.c:228:13: note: Array index out of bounds
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jutil.c:77:14: style: The scope of the variable 'last' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jutil.c:78:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/jutil.c:79:14: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:726:36: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:1066:28: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:1070:34: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:1071:29: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:680:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:684:11: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:761:22: style: The scope of the variable 's1' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:762:14: style: The scope of the variable 'expandsuc' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:916:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/key_bind.c:1044:15: error: Resource leak: fp [resourceLeak]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/keyin.c:294:17: style: The scope of the variable 'in' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/keyin.c:297:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/keyin.c:297:19: style: The scope of the variable 'n_bytes' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/kuten.c:185:13: error: Array 'buffer[7]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/kuten.c:178:16: note: Assignment 'os=2', assigned value is 2
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/kuten.c:185:13: note: Array index out of bounds
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/printf.c:184:3: warning: sprintf format string requires 1 parameter but 3 are given. [wrongPrintfScanfArgNum]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/printf.c:182:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/prologue.c:343:8: style: The scope of the variable 'tmp_file' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/prologue.c:167:13: style: Variable 'area_pter' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/readximrc.c:294:39: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/screen.c:156:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/screen.c:199:19: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/screen.c:247:19: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/screen.c:296:15: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/screen.c:357:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/touroku.c:100:10: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/touroku.c:101:14: style: Unused variable: c_btmp [unusedVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/touroku.c:101:22: style: Unused variable: c_b1 [unusedVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/uif.c:107:50: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/uif.c:377:10: style: The scope of the variable 'l' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/uif.c:439:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/uif.c:509:16: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/uif.c:954:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/uif.c:972:7: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/uif.c:1099:24: style: The scope of the variable 'c_c_sv' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/uif.c:1172:16: style: The scope of the variable 'c' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/util.c:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/util.c:1171:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/util.c:1247:31: style: The scope of the variable 'p' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/util.c:1248:32: style: The scope of the variable 'lc_name_len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/wnnrc_op.c:133:38: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/wnnrc_op.c:571:11: error: Resource leak: fp [resourceLeak]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/wnnrc_op.c:460:14: error: Uninitialized variable: dst1 [uninitvar]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/wnnrc_op.c:457:18: error: Uninitialized variable: dst2 [uninitvar]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/write.c:167:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/xcvtkey.c:89:16: style: The scope of the variable 'size' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/xcvtkey.c:91:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/xcvtkey.c:205:16: style: The scope of the variable 'k' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/xcvtkey.c:147:25: style: Checking if unsigned variable 'state' is less than zero. [unsignedLessThanZero]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/xcvtkey.c:134:39: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/xcvtkey.c:233:39: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/xi.msg.C:39:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:534:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:778:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1012:11: style: The scope of the variable 'buf_16' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1013:11: style: The scope of the variable 'buf_32' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1016:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1016:12: style: The scope of the variable 'tmpl' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1016:18: style: The scope of the variable 'attr_id' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1123:11: style: The scope of the variable 'buf_16' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1124:11: style: The scope of the variable 'buf_32' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1126:12: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1126:17: style: The scope of the variable 'attr_id' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1127:7: style: The scope of the variable 'tmpl' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1341:10: style: The scope of the variable 'data' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1342:11: style: The scope of the variable 'buf_16' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1343:11: style: The scope of the variable 'buf_32' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1344:29: style: The scope of the variable 'attr_id' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1448:10: style: The scope of the variable 'data' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1449:11: style: The scope of the variable 'buf_16' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1450:11: style: The scope of the variable 'buf_32' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1451:24: style: The scope of the variable 'attr_id' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1537:11: style: The scope of the variable 'buf_16' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1538:12: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1538:17: style: The scope of the variable 'attr_id' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1643:10: style: The scope of the variable 'data' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1644:11: style: The scope of the variable 'buf_16' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1645:24: style: The scope of the variable 'attr_id' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1709:17: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1859:23: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:1957:7: style: The scope of the variable 'len' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:2934:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:3951:9: style: The scope of the variable 'atom_list' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:3955:7: style: The scope of the variable 'i' can be reduced. [variableScope]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:2161:19: style: Variable 'im_id' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:2162:19: style: Variable 'ic_id' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/ximdispt.c:2163:17: style: Variable 'eflag' is assigned a value that is never used. [unreadVariable]
freewnn-1.1.1~a021+cvs20130302/Xwnmo/xwnmo/xlc_util.c:633:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freexl/freexl_1.0.5.orig.tar.gz
freexl-1.0.5/src/freexl.c:4492:12: style: Expression is always false because 'else if' condition matches previous condition at line 4490. [multiCondition]
freexl-1.0.5/src/freexl.c:2420:9: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
freexl-1.0.5/src/freexl.c:2417:9: note: Variable 'len' is reassigned a value before the old one has been used.
freexl-1.0.5/src/freexl.c:2420:9: note: Variable 'len' is reassigned a value before the old one has been used.
freexl-1.0.5/src/freexl.c:2421:9: style: Variable 'p_string' is reassigned a value before the old one has been used. [redundantAssignment]
freexl-1.0.5/src/freexl.c:2418:9: note: Variable 'p_string' is reassigned a value before the old one has been used.
freexl-1.0.5/src/freexl.c:2421:9: note: Variable 'p_string' is reassigned a value before the old one has been used.
freexl-1.0.5/src/freexl.c:426:12: style: The scope of the variable 'dbl_value' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:427:9: style: The scope of the variable 'div_by_100' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1063:18: style: The scope of the variable 'row' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1064:18: style: The scope of the variable 'col' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1065:22: style: The scope of the variable 'p_cell' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1096:22: style: The scope of the variable 'p_cell' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1755:18: style: The scope of the variable 'available' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1783:18: style: The scope of the variable 'mask' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1784:17: style: The scope of the variable 'len' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1785:8: style: The scope of the variable 'utf16' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1787:17: style: The scope of the variable 'next_skip' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:3198:10: style: The scope of the variable 'string' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:3496:19: style: The scope of the variable 'xf_index' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:3599:10: style: The scope of the variable 'string' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:4015:20: style: The scope of the variable 'p_entry' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:4021:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
freexl-1.0.5/src/freexl.c:1926:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
freexl-1.0.5/src/freexl.c:3253:11: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
freexl-1.0.5/src/freexl.c:3652:11: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
freexl-1.0.5/src/freexl.c:1696:0: error: Memory leak: miniStream [memleak]
freexl-1.0.5/tests/check_boolean_biff8.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_boolean_biff8.c:57:17: style: Unused variable: worksheet_name [unusedVariable]
freexl-1.0.5/tests/check_boolean_biff8.c:58:20: style: Unused variable: active_idx [unusedVariable]
freexl-1.0.5/tests/check_datetime_biff8.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_datetime_biff8.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_datetime_biff8.c:57:17: style: Unused variable: worksheet_name [unusedVariable]
freexl-1.0.5/tests/check_datetime_biff8.c:58:20: style: Unused variable: active_idx [unusedVariable]
freexl-1.0.5/tests/check_excel2003_biff2.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:98:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:131:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:151:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:171:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:181:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff2.c:208:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:98:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:131:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:151:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:171:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:181:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3.c:208:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:98:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:131:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:151:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:171:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:181:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff3_info.c:208:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:98:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:131:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:151:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:171:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:181:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4.c:208:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:98:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:131:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:151:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:171:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:181:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_1904.c:208:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff4_workbook.c:56:18: style: Unused variable: info [unusedVariable]
freexl-1.0.5/tests/check_excel2003_biff4_workbook.c:57:17: style: Unused variable: worksheet_name [unusedVariable]
freexl-1.0.5/tests/check_excel2003_biff4_workbook.c:58:20: style: Unused variable: active_idx [unusedVariable]
freexl-1.0.5/tests/check_excel2003_biff4_workbook.c:59:18: style: Unused variable: num_rows [unusedVariable]
freexl-1.0.5/tests/check_excel2003_biff4_workbook.c:60:20: style: Unused variable: num_columns [unusedVariable]
freexl-1.0.5/tests/check_excel2003_biff4_workbook.c:61:22: style: Unused variable: cell_value [unusedVariable]
freexl-1.0.5/tests/check_excel2003_biff8.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:98:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:131:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:151:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:171:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:181:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:208:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_excel2003_biff8.c:366:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:98:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:131:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:171:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:181:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:191:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc95.c:218:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:98:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:131:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:171:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:181:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:191:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:218:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97.c:400:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97_intvalue.c:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97_intvalue.c:87:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97_intvalue.c:98:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97_intvalue.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97_intvalue.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97_intvalue.c:131:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97_intvalue.c:141:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97_intvalue.c:161:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/check_oocalc97_intvalue.c:188:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/walk_fat_oocalc97.c:203:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freexl-1.0.5/tests/walk_sst_oocalc97.c:80:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freezegun/freezegun_0.3.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fregression/fregression_3042.82.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/frei0r/frei0r_1.6.1.orig.tar.gz
frei0r-plugins-1.6.1/src/filter/3dflippo/3dflippo.c:411:0: error: Memory leak: mat [memleak]
frei0r-plugins-1.6.1/src/filter/alpha0ps/fibe_f.h:67:27: style: The scope of the variable 'i2w' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/alpha0ps/alpha0ps.c:198:10: style: The scope of the variable 'p' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/alpha0ps/alpha0ps.c:531:8: style: The scope of the variable 'am1' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/alpha0ps/alpha0ps.c:532:8: style: The scope of the variable 'iir2f' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/alpha0ps/alpha0ps.c:533:8: style: The scope of the variable 'iir2q' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/alpha0ps/alpha0ps.c:517:12: style: Variable 'in' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/alpha0ps/alphaspot.c:104:5: style: Variable 'wbb' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/bgsubtract0r/bgsubtract0r.c:195:7: style: The scope of the variable 'n' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/bluescreen0r/bluescreen0r.cpp:53:2: warning: Member variable 'bluescreen0r::r256' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/bluescreen0r/bluescreen0r.cpp:53:2: warning: Member variable 'bluescreen0r::g256' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/bluescreen0r/bluescreen0r.cpp:53:2: warning: Member variable 'bluescreen0r::b256' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/bluescreen0r/bluescreen0r.cpp:55:3: performance: Variable 'dist' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/blur/fibe.h:150:17: style: The scope of the variable 'pww' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/blur/fibe.h:150:21: style: The scope of the variable 'pmw' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/blur/fibe.h:500:27: style: The scope of the variable 'i2w' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/c0rners/interp.h:248:10: style: The scope of the variable 'l' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/c0rners/interp.h:357:10: style: The scope of the variable 'l' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/c0rners/interp.h:410:8: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/c0rners/interp.h:515:8: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/c0rners/interp.h:638:8: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/c0rners/interp.h:769:8: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/cairogradient/cairogradient.c:167:65: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/cairoimagegrid/cairoimagegrid.c:91:67: style: Variable 'inst' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/cartoon/cartoon.cpp:60:3: warning: Member variable 'Cartoon::m_diffspace' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:73:7: style: The scope of the variable 'rr' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:73:10: style: The scope of the variable 'gg' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:73:13: style: The scope of the variable 'bb' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:128:7: style: The scope of the variable 'rr' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:128:10: style: The scope of the variable 'gg' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:128:13: style: The scope of the variable 'bb' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:128:16: style: The scope of the variable 'gama' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:186:7: style: The scope of the variable 'rr' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:186:10: style: The scope of the variable 'gg' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:186:13: style: The scope of the variable 'bb' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:240:10: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:240:12: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:240:14: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/coloradj/coloradj_RGB.c:240:16: style: The scope of the variable 'a' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colordistance/colordistance.c:132:8: style: The scope of the variable 'r2' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colordistance/colordistance.c:132:12: style: The scope of the variable 'g2' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colordistance/colordistance.c:132:16: style: The scope of the variable 'b2' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colordistance/colordistance.c:133:6: style: The scope of the variable 'l' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colorhalftone/colorhalftone.c:91:13: style: Unused variable: ix [unusedVariable]
frei0r-plugins-1.6.1/src/filter/colorize/colorize.c:238:10: style: The scope of the variable 'lum' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colorize/colorize.c:238:15: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colorize/colorize.c:238:18: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colorize/colorize.c:238:21: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colortap/colortap.c:428:17: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colortap/colortap.c:428:19: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/colortap/colortap.c:428:22: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/curves/curves.c:572:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frei0r-plugins-1.6.1/src/filter/curves/curves.c:571:0: note: Variable 'result' is reassigned a value before the old one has been used.
frei0r-plugins-1.6.1/src/filter/curves/curves.c:572:5: note: Variable 'result' is reassigned a value before the old one has been used.
frei0r-plugins-1.6.1/src/filter/curves/curves.c:797:7: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/curves/curves.c:797:10: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/curves/curves.c:797:13: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/curves/curves.c:797:16: style: The scope of the variable 'luma' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/curves/curves.c:798:37: style: The scope of the variable 'lumaValue' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/curves/curves.c:926:4: style: Variable 'offset' is modified but its new value is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/curves/curves.c:952:0: style: Variable 'coeff' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/d90stairsteppingfix/d90stairsteppingfix.cpp:178:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/d90stairsteppingfix/d90stairsteppingfix.cpp:206:19: style: The scope of the variable 'factor' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/d90stairsteppingfix/d90stairsteppingfix.cpp:207:17: style: The scope of the variable 'index' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/d90stairsteppingfix/d90stairsteppingfix.cpp:208:28: style: The scope of the variable 'cvA' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/d90stairsteppingfix/d90stairsteppingfix.cpp:208:34: style: The scope of the variable 'cvB' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/d90stairsteppingfix/d90stairsteppingfix.cpp:208:40: style: The scope of the variable 'cvOut' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/interp.h:248:10: style: The scope of the variable 'l' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/interp.h:357:10: style: The scope of the variable 'l' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/interp.h:410:8: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/interp.h:515:8: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/interp.h:638:8: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/interp.h:769:8: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/defish0r.c:126:8: style: The scope of the variable 'ii' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/defish0r.c:186:8: style: The scope of the variable 'ii' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/defish0r.c:279:23: style: The scope of the variable 'fscal' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/defish0r.c:279:29: style: The scope of the variable 'dscal' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/defish0r/defish0r.c:643:6: style: Unused variable: size [unusedVariable]
frei0r-plugins-1.6.1/src/filter/defish0r/defish0r.c:644:6: style: Unused variable: i [unusedVariable]
frei0r-plugins-1.6.1/src/filter/defish0r/defish0r.c:644:8: style: Unused variable: j [unusedVariable]
frei0r-plugins-1.6.1/src/filter/delay0r/delay0r.cpp:13:5: performance: Variable 'delay' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/delay0r/delay0r.cpp:57:13: performance: Possible inefficient checking for 'buffer' emptiness. [stlSize]
frei0r-plugins-1.6.1/src/filter/delaygrab/delaygrab.cpp:282:22: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/delaygrab/delaygrab.cpp:47:11: style: struct member 'ScreenGeometry::x' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/filter/delaygrab/delaygrab.cpp:48:11: style: struct member 'ScreenGeometry::y' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/filter/denoise/hqdn3d.c:214:19: style: The scope of the variable 'Simil' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/denoise/hqdn3d.c:214:26: style: The scope of the variable 'C' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/distort0r/distort0r.c:208:16: style: The scope of the variable 'tex_x' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/distort0r/distort0r.c:222:12: style: The scope of the variable 'u_left' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/distort0r/distort0r.c:222:20: style: The scope of the variable 'u_right' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/distort0r/distort0r.c:222:29: style: The scope of the variable 'v_left' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/distort0r/distort0r.c:222:37: style: The scope of the variable 'v_right' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/distort0r/distort0r.c:238:12: style: The scope of the variable 'u_line_index' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/distort0r/distort0r.c:238:26: style: The scope of the variable 'v_line_index' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/distort0r/distort0r.c:239:12: style: The scope of the variable 'step_line_u' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/distort0r/distort0r.c:239:25: style: The scope of the variable 'step_line_v' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/edgeglow/edgeglow.cpp:160:12: style: Expression is always false because 'else if' condition matches previous condition at line 158. [multiCondition]
frei0r-plugins-1.6.1/src/filter/edgeglow/edgeglow.cpp:165:12: style: Expression is always false because 'else if' condition matches previous condition at line 163. [multiCondition]
frei0r-plugins-1.6.1/src/filter/edgeglow/edgeglow.cpp:170:12: style: Expression is always false because 'else if' condition matches previous condition at line 168. [multiCondition]
frei0r-plugins-1.6.1/src/filter/edgeglow/edgeglow.cpp:95:15: style: The scope of the variable 'h' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/edgeglow/edgeglow.cpp:96:8: style: The scope of the variable 's' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/edgeglow/edgeglow.cpp:35:5: performance: Variable 'lthresh' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/edgeglow/edgeglow.cpp:36:5: performance: Variable 'lupscale' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/edgeglow/edgeglow.cpp:37:5: performance: Variable 'lredscale' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/emboss/emboss.c:169:23: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/emboss/emboss.c:169:26: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/emboss/emboss.c:169:29: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/emboss/emboss.c:169:32: style: The scope of the variable 'a' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/emboss/emboss.c:199:7: style: The scope of the variable 's1' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/emboss/emboss.c:199:11: style: The scope of the variable 's2' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/emboss/emboss.c:199:15: style: The scope of the variable 's3' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/emboss/emboss.c:179:15: error: Uninitialized variable: index [uninitvar]
frei0r-plugins-1.6.1/src/filter/equaliz0r/equaliz0r.cpp:81:7: style: Variable 'in_ptr' is modified but its new value is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/equaliz0r/equaliz0r.cpp:87:3: warning: Member variable 'equaliz0r::rlut' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/equaliz0r/equaliz0r.cpp:87:3: warning: Member variable 'equaliz0r::glut' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/equaliz0r/equaliz0r.cpp:87:3: warning: Member variable 'equaliz0r::blut' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/equaliz0r/equaliz0r.cpp:87:3: warning: Member variable 'equaliz0r::rhist' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/equaliz0r/equaliz0r.cpp:87:3: warning: Member variable 'equaliz0r::ghist' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/equaliz0r/equaliz0r.cpp:87:3: warning: Member variable 'equaliz0r::bhist' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:297:17: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:297:17: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:298:17: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:298:17: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:299:25: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:299:25: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:300:24: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:300:24: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:301:18: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:301:18: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:303:19: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:303:19: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:304:19: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:304:19: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:307:3: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:307:3: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:351:21: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:292:27: note: Calling function 'update_hue_image', 2nd argument 'obj' value is 0
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:351:21: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:354:14: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:292:27: note: Calling function 'update_hue_image', 2nd argument 'obj' value is 0
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:354:14: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:357:14: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:292:27: note: Calling function 'update_hue_image', 2nd argument 'obj' value is 0
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:357:14: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:360:11: warning: Either the condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:274:49: note: Assuming that condition '(obj=(struct TrackedObj*)malloc(sizeof(*obj)))!=NULL' is not redundant
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:292:27: note: Calling function 'update_hue_image', 2nd argument 'obj' value is 0
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:360:11: note: Null pointer dereference
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:270:71: style: Function 'create_tracked_object' argument 2 names different: declaration 'face_rect' definition 'region'. [funcArgNamesDifferent]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:51:65: note: Function 'create_tracked_object' argument 2 names different: declaration 'face_rect' definition 'region'.
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:270:71: note: Function 'create_tracked_object' argument 2 names different: declaration 'face_rect' definition 'region'.
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:313:52: style: Function 'destroy_tracked_object' argument 1 names different: declaration 'tracked_obj' definition 'obj'. [funcArgNamesDifferent]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:52:46: note: Function 'destroy_tracked_object' argument 1 names different: declaration 'tracked_obj' definition 'obj'.
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:313:52: note: Function 'destroy_tracked_object' argument 1 names different: declaration 'tracked_obj' definition 'obj'.
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:324:69: style: Function 'camshift_track_face' argument 2 names different: declaration 'imgs' definition 'obj'. [funcArgNamesDifferent]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:53:63: note: Function 'camshift_track_face' argument 2 names different: declaration 'imgs' definition 'obj'.
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:324:69: note: Function 'camshift_track_face' argument 2 names different: declaration 'imgs' definition 'obj'.
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:346:69: style: Function 'update_hue_image' argument 2 names different: declaration 'imgs' definition 'obj'. [funcArgNamesDifferent]
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:54:63: note: Function 'update_hue_image' argument 2 names different: declaration 'imgs' definition 'obj'.
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:346:69: note: Function 'update_hue_image' argument 2 names different: declaration 'imgs' definition 'obj'.
frei0r-plugins-1.6.1/src/filter/facebl0r/facebl0r.cpp:103:3: performance: Variable 'classifier' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/facedetect/facedetect.cpp:75:9: performance: Variable 'classifier' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/flippo/flippo.c:124:16: style: The scope of the variable 'i' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/glitch0r/glitch0r.c:306:15: style: The scope of the variable 'pixel' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/hueshift0r/matrix.h:56:7: style: The scope of the variable 'ir' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/hueshift0r/matrix.h:56:11: style: The scope of the variable 'ig' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/hueshift0r/matrix.h:56:15: style: The scope of the variable 'ib' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/hueshift0r/matrix.h:56:19: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/hueshift0r/matrix.h:56:22: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/hueshift0r/matrix.h:56:25: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/keyspillm0pup/keyspillm0pup.c:611:9: style: Condition 'p>0.000001' is always true [knownConditionTrueFalse]
frei0r-plugins-1.6.1/src/filter/keyspillm0pup/keyspillm0pup.c:604:11: note: Assignment 'p=0.1', assigned value is 0.1
frei0r-plugins-1.6.1/src/filter/keyspillm0pup/keyspillm0pup.c:611:9: note: Condition 'p>0.000001' is always true
frei0r-plugins-1.6.1/src/filter/keyspillm0pup/keyspillm0pup.c:259:18: style: The scope of the variable 'pww' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/keyspillm0pup/keyspillm0pup.c:259:22: style: The scope of the variable 'pmw' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/keyspillm0pup/keyspillm0pup.c:151:2: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/keyspillm0pup/keyspillm0pup.c:485:2: style: Variable 'tr' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/keyspillm0pup/keyspillm0pup.c:479:2: style: Variable 'sa' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/keyspillm0pup/keyspillm0pup.c:610:2: style: Variable 'ipi2' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/levels/levels.c:219:7: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/levels/levels.c:219:10: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/levels/levels.c:219:13: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/levels/levels.c:313:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/lightgraffiti/lightgraffiti.cpp:181:9: style: Variable 'm_pLongAlpha' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frei0r-plugins-1.6.1/src/filter/lightgraffiti/lightgraffiti.cpp:166:9: note: Variable 'm_pLongAlpha' is reassigned a value before the old one has been used if variable is no semaphore variable.
frei0r-plugins-1.6.1/src/filter/lightgraffiti/lightgraffiti.cpp:181:9: note: Variable 'm_pLongAlpha' is reassigned a value before the old one has been used if variable is no semaphore variable.
frei0r-plugins-1.6.1/src/filter/lightgraffiti/lightgraffiti.cpp:361:28: style: The scope of the variable 'sum' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/lightgraffiti/lightgraffiti.cpp:852:39: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
frei0r-plugins-1.6.1/src/filter/lightgraffiti/lightgraffiti.cpp:853:39: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
frei0r-plugins-1.6.1/src/filter/lightgraffiti/lightgraffiti.cpp:854:39: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
frei0r-plugins-1.6.1/src/filter/lightgraffiti/lightgraffiti.cpp:135:9: performance: Variable 'm_rgbLightMask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/luminance/luminance.c:93:7: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/luminance/luminance.c:93:10: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/luminance/luminance.c:93:13: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/luminance/luminance.c:93:16: style: The scope of the variable 'l' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/measure.h:273:5: style: The scope of the variable 'x' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/measure.h:273:7: style: The scope of the variable 'y' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/pr0be.c:179:28: style: The scope of the variable 'ns' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/pr0be.c:179:35: style: The scope of the variable 'xs' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/pr0be.c:466:10: style: The scope of the variable 'p' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/pr0be.c:741:7: style: Unused variable: l [unusedVariable]
frei0r-plugins-1.6.1/src/filter/measure/pr0be.c:742:15: style: Unused variable: lc [unusedVariable]
frei0r-plugins-1.6.1/src/filter/measure/pr0be.c:743:5: style: Unused variable: i [unusedVariable]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:153:5: style: The scope of the variable 'x' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:153:7: style: The scope of the variable 'y' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:242:7: style: The scope of the variable 'x' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:242:9: style: The scope of the variable 'y' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:530:10: style: The scope of the variable 'p' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:1030:7: style: Unused variable: l [unusedVariable]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:1031:15: style: Unused variable: lc [unusedVariable]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:1032:5: style: Unused variable: i [unusedVariable]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:324:20: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:327:25: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:335:20: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:338:25: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:346:20: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:349:25: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:355:18: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:361:18: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:367:18: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/measure/pr0file.c:373:18: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
frei0r-plugins-1.6.1/src/filter/medians/ctmf.h:203:30: style: The scope of the variable 'q' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/ndvi/gradientlut.hpp:38:10: performance: Technically the member function 'GradientLut::print' can be static. [functionStatic]
frei0r-plugins-1.6.1/src/filter/ndvi/gradientlut.hpp:92:19: note: Technically the member function 'GradientLut::print' can be static.
frei0r-plugins-1.6.1/src/filter/ndvi/gradientlut.hpp:38:10: note: Technically the member function 'GradientLut::print' can be static.
frei0r-plugins-1.6.1/src/filter/ndvi/ndvi.cpp:297:49: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
frei0r-plugins-1.6.1/src/filter/nervous/nervous.cpp:81:22: style: Function 'Nervous' argument 1 names different: declaration 'width' definition 'wdt'. [funcArgNamesDifferent]
frei0r-plugins-1.6.1/src/filter/nervous/nervous.cpp:56:15: note: Function 'Nervous' argument 1 names different: declaration 'width' definition 'wdt'.
frei0r-plugins-1.6.1/src/filter/nervous/nervous.cpp:81:22: note: Function 'Nervous' argument 1 names different: declaration 'width' definition 'wdt'.
frei0r-plugins-1.6.1/src/filter/nervous/nervous.cpp:81:31: style: Function 'Nervous' argument 2 names different: declaration 'height' definition 'hgt'. [funcArgNamesDifferent]
frei0r-plugins-1.6.1/src/filter/nervous/nervous.cpp:56:26: note: Function 'Nervous' argument 2 names different: declaration 'height' definition 'hgt'.
frei0r-plugins-1.6.1/src/filter/nervous/nervous.cpp:81:31: note: Function 'Nervous' argument 2 names different: declaration 'height' definition 'hgt'.
frei0r-plugins-1.6.1/src/filter/nervous/nervous.cpp:81:10: warning: Member variable 'Nervous::stride' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/nervous/nervous.cpp:81:10: warning: Member variable 'Nervous::randval' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/filter/nosync0r/nosync0r.cpp:11:5: performance: Variable 'hsync' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/pixeliz0r/pixeliz0r.c:183:19: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/pixeliz0r/pixeliz0r.c:213:12: style: The scope of the variable 'pp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/posterize/posterize.c:135:17: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/posterize/posterize.c:135:19: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/posterize/posterize.c:135:21: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/primaries/primaries.cpp:40:3: performance: Variable 'factor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/filter/rgbnoise/rgbnoise.c:121:13: style: The scope of the variable 'v' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/rgbnoise/rgbnoise.c:138:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/rgbnoise/rgbnoise.c:195:7: style: The scope of the variable 'sample' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/rgbnoise/rgbnoise.c:205:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
frei0r-plugins-1.6.1/src/filter/rgbnoise/rgbnoise.c:206:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
frei0r-plugins-1.6.1/src/filter/rgbparade/rgbparade.c:176:2: style: Variable 'options' is reassigned a value before the old one has been used. [redundantAssignment]
frei0r-plugins-1.6.1/src/filter/rgbparade/rgbparade.c:169:2: note: Variable 'options' is reassigned a value before the old one has been used.
frei0r-plugins-1.6.1/src/filter/rgbparade/rgbparade.c:176:2: note: Variable 'options' is reassigned a value before the old one has been used.
frei0r-plugins-1.6.1/src/filter/select0r/select0r.c:932:11: style: The scope of the variable 't' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/select0r/select0r.c:807:12: style: Variable 'in' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/sigmoidaltransfer/sigmoidaltransfer.c:75:17: style: The scope of the variable 'luma' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/sigmoidaltransfer/sigmoidaltransfer.c:75:23: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/sigmoidaltransfer/sigmoidaltransfer.c:75:26: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/sigmoidaltransfer/sigmoidaltransfer.c:75:29: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/sigmoidaltransfer/sigmoidaltransfer.c:76:10: style: The scope of the variable 'val' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/softglow/softglow.c:272:17: style: The scope of the variable 'luma' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/softglow/softglow.c:272:23: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/softglow/softglow.c:272:26: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/softglow/softglow.c:272:29: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/softglow/softglow.c:273:10: style: The scope of the variable 'val' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/sopsat/sopsat.cpp:154:20: style: The scope of the variable 'luma' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/spillsupress/spillsupress.c:33:17: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/spillsupress/spillsupress.c:34:17: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/spillsupress/spillsupress.c:64:17: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/spillsupress/spillsupress.c:65:17: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/spillsupress/spillsupress.c:40:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
frei0r-plugins-1.6.1/src/filter/spillsupress/spillsupress.c:42:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
frei0r-plugins-1.6.1/src/filter/spillsupress/spillsupress.c:71:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
frei0r-plugins-1.6.1/src/filter/spillsupress/spillsupress.c:73:9: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
frei0r-plugins-1.6.1/src/filter/tehroxx0r/tehRoxx0r.c:130:16: style: The scope of the variable 'pos_w' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/tehroxx0r/tehRoxx0r.c:130:23: style: The scope of the variable 'pos_h' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/three_point_balance/three_point_balance.c:229:22: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/three_point_balance/three_point_balance.c:233:7: style: Unused variable: b [unusedVariable]
frei0r-plugins-1.6.1/src/filter/three_point_balance/three_point_balance.c:233:10: style: Unused variable: g [unusedVariable]
frei0r-plugins-1.6.1/src/filter/three_point_balance/three_point_balance.c:233:13: style: Unused variable: r [unusedVariable]
frei0r-plugins-1.6.1/src/filter/three_point_balance/three_point_balance.c:258:14: style: Variable 'minX' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/three_point_balance/three_point_balance.c:259:14: style: Variable 'maxX' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/timeout/timeout.cpp:92:27: style: C-style pointer casting [cstyleCast]
frei0r-plugins-1.6.1/src/filter/timeout/timeout.cpp:51:14: style: union member 'ABGRPixel::value' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/filter/tint0r/tint0r.c:156:9: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/tint0r/tint0r.c:156:12: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/tint0r/tint0r.c:156:15: style: The scope of the variable 'r' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/tint0r/tint0r.c:157:9: style: The scope of the variable 'luma' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/tutorial/tutorial.cpp:65:15: style: The scope of the variable 'f' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/tutorial/tutorial.cpp:65:18: style: The scope of the variable 'h' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/tutorial/tutorial.cpp:66:13: style: The scope of the variable 'tempVal' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/vectorscope/vectorscope.c:318:6: style: The scope of the variable 'x' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/vectorscope/vectorscope.c:318:9: style: The scope of the variable 'y' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/vectorscope/vectorscope.c:302:14: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/vectorscope/vectorscope.c:303:15: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/filter/vertigo/vertigo.c:187:7: style: The scope of the variable 'ox' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/vertigo/vertigo.c:187:11: style: The scope of the variable 'oy' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/water/water.cpp:639:3: style: Variable 'radsquare' is reassigned a value before the old one has been used. [redundantAssignment]
frei0r-plugins-1.6.1/src/filter/water/water.cpp:637:0: note: Variable 'radsquare' is reassigned a value before the old one has been used.
frei0r-plugins-1.6.1/src/filter/water/water.cpp:639:3: note: Variable 'radsquare' is reassigned a value before the old one has been used.
frei0r-plugins-1.6.1/src/filter/water/water.cpp:217:19: style: The scope of the variable 'angle' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/water/water.cpp:232:24: style: The scope of the variable 'b' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/water/water.cpp:590:15: style: The scope of the variable 'cyq' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/filter/water/water.cpp:78:5: performance: Variable 'physics' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:111:9: style: The scope of the variable 'rad' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:34:11: style: struct member 'ScreenGeometry::x' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:35:11: style: struct member 'ScreenGeometry::y' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:99:9: warning: Member variable 'Plasma::pos1' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:99:9: warning: Member variable 'Plasma::pos2' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:99:9: warning: Member variable 'Plasma::pos3' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:99:9: warning: Member variable 'Plasma::pos4' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:99:9: warning: Member variable 'Plasma::tpos1' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:99:9: warning: Member variable 'Plasma::tpos2' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:99:9: warning: Member variable 'Plasma::tpos3' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/generator/dem0scene/plasma.cpp:99:9: warning: Member variable 'Plasma::tpos4' is not initialized in the constructor. [uninitMemberVar]
frei0r-plugins-1.6.1/src/generator/nois0r/nois0r.cpp:27:3: style: Struct 'wnoise' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frei0r-plugins-1.6.1/src/generator/partik0l/partik0l.cpp:172:10: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
frei0r-plugins-1.6.1/src/generator/partik0l/partik0l.cpp:175:12: style: Boolean value assigned to floating point variable. [assignBoolToFloat]
frei0r-plugins-1.6.1/src/generator/partik0l/partik0l.cpp:209:7: style: The scope of the variable 'x' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/partik0l/partik0l.cpp:209:10: style: The scope of the variable 'y' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/partik0l/partik0l.cpp:210:10: style: The scope of the variable 'zx' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/partik0l/partik0l.cpp:210:14: style: The scope of the variable 'zy' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/partik0l/partik0l.cpp:244:10: style: The scope of the variable 'rad' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_B.c:354:11: style: The scope of the variable 'k' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_B.c:640:10: style: The scope of the variable 'p' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_C.c:419:10: style: The scope of the variable 'p' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_G.c:154:15: style: The scope of the variable 'z' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_G.c:308:9: style: The scope of the variable 'l' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_I.c:55:8: style: struct member 'float_rgba::r' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_I.c:56:8: style: struct member 'float_rgba::g' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_I.c:57:8: style: struct member 'float_rgba::b' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_I.c:58:8: style: struct member 'float_rgba::a' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_L.c:205:7: style: The scope of the variable 's' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_L.c:221:7: style: The scope of the variable 's' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_L.c:221:9: style: The scope of the variable 's1' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_L.c:221:12: style: The scope of the variable 's2' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_L.c:320:7: style: The scope of the variable 's' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_L.c:320:9: style: The scope of the variable 'x' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_L.c:320:11: style: The scope of the variable 'y' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:261:7: style: The scope of the variable 'lf1' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:262:7: style: The scope of the variable 'lf2' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:349:7: style: The scope of the variable 'lf1' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:350:7: style: The scope of the variable 'lf2' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:430:10: style: The scope of the variable 's' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:430:12: style: The scope of the variable 'c' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:430:14: style: The scope of the variable 'g' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:521:10: style: The scope of the variable 'p' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:54:8: style: struct member 'float_rgba::r' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:55:8: style: struct member 'float_rgba::g' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:56:8: style: struct member 'float_rgba::b' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:57:8: style: struct member 'float_rgba::a' is never used. [unusedStructMember]
frei0r-plugins-1.6.1/src/generator/test_pat/test_pat_R.c:464:4: style: Variable 'da' is assigned a value that is never used. [unreadVariable]
frei0r-plugins-1.6.1/src/mixer2/alphaatop/alphaatop.cpp:43:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
frei0r-plugins-1.6.1/src/mixer2/xfade0r/xfade0r.cpp:10:5: performance: Variable 'fader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frei0r-plugins-1.6.1/src/mixer2/xfade0r/xfade0r.cpp:21:13: style: Technically the member function 'xfade0r::fade_fun::operator()' can be const. [functionConst]
frei0r-plugins-1.6.1/src/mixer2/xfade0r/xfade0r.cpp:16:5: style: Struct 'fade_fun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[22:56]

ftp://ftp.se.debian.org/debian/pool/main/f/freqtweak/freqtweak_0.7.2.orig.tar.gz
freqtweak-0.7.2/src/xml++.hpp:100:12: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:1227:9: style: The scope of the variable 'cdb' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:1251:9: style: The scope of the variable 'cunit' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:1309:9: style: The scope of the variable 'cdb' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:1559:13: style: The scope of the variable 'linesign' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:231:56: style: Function 'goingAway' argument 1 names different: declaration 'specmod' definition 'sm'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTactiveBarGraph.hpp:88:39: note: Function 'goingAway' argument 1 names different: declaration 'specmod' definition 'sm'.
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:231:56: note: Function 'goingAway' argument 1 names different: declaration 'specmod' definition 'sm'.
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:1360:57: style: Function 'writeExtra' argument 1 names different: declaration 'sp' definition 'specmod'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTactiveBarGraph.hpp:93:39: note: Function 'writeExtra' argument 1 names different: declaration 'sp' definition 'specmod'.
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:1360:57: note: Function 'writeExtra' argument 1 names different: declaration 'sp' definition 'specmod'.
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:1374:56: style: Function 'readExtra' argument 1 names different: declaration 'sp' definition 'specmod'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTactiveBarGraph.hpp:94:38: note: Function 'readExtra' argument 1 names different: declaration 'sp' definition 'specmod'.
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:1374:56: note: Function 'readExtra' argument 1 names different: declaration 'sp' definition 'specmod'.
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:616:10: style: Variable 'bin' is assigned a value that is never used. [unreadVariable]
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:777:8: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
freqtweak-0.7.2/src/FTactiveBarGraph.cpp:1842:11: style: Variable 'diffY' is assigned a value that is never used. [unreadVariable]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:64:6: style: Technically the member function 'FTspectrumModifier::getId' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:67:6: style: Technically the member function 'FTspectrumModifier::getLength' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:69:9: style: Technically the member function 'FTspectrumModifier::getName' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:72:9: style: Technically the member function 'FTspectrumModifier::getConfigName' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:75:6: style: Technically the member function 'FTspectrumModifier::getGroup' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:80:15: style: Technically the member function 'FTspectrumModifier::getModifierType' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:81:14: style: Technically the member function 'FTspectrumModifier::getSpecModifierType' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:88:7: style: Technically the member function 'FTspectrumModifier::getRange' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:94:7: style: Technically the member function 'FTspectrumModifier::getBypassed' can be const. [functionConst]
freqtweak-0.7.2/src/FTutils.hpp:177:2: style: Struct 'LocaleGuard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/xml++.hpp:43:3: style: Class 'XMLTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/xml++.hpp:45:3: style: Class 'XMLTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/xml++.hpp:79:3: style: Class 'XMLNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/FTconfigManager.hpp:41:2: style: Class 'FTconfigManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/FTmainwin.hpp:482:2: style: Class 'FTupdateTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/FTmainwin.hpp:493:2: style: Class 'FTrefreshTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/FTmainwin.hpp:521:3: style: Class 'SpecModObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/FTactiveBarGraph.hpp:88:7: style: The function 'goingAway' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:54:16: note: Virtual function in base class
freqtweak-0.7.2/src/FTactiveBarGraph.hpp:88:7: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:47:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:40:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:47:7: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:48:7: style: The function 'reinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:41:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:48:7: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:50:7: style: The function 'isInited' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:43:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:50:7: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:53:18: style: The function 'setProcessPathActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:47:26: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:53:18: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:55:18: style: The function 'getProcessPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:46:26: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:55:18: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:59:6: style: The function 'getActivePathCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:49:14: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:59:6: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:61:7: style: The function 'startProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:51:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:61:7: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:62:7: style: The function 'stopProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:52:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:62:7: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:63:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:53:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:63:7: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:65:11: style: The function 'connectPathInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:55:19: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:65:11: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:66:14: style: The function 'connectPathOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:56:22: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:66:14: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:67:11: style: The function 'disconnectPathInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:57:19: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:67:11: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:68:14: style: The function 'disconnectPathOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:58:22: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:68:14: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:70:16: style: The function 'getConnectedInputPorts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:60:24: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:70:16: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:71:16: style: The function 'getConnectedOutputPorts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:61:24: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:71:16: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:73:16: style: The function 'getInputConnectablePorts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:63:24: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:73:16: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:74:16: style: The function 'getOutputConnectablePorts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:64:24: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:74:16: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:76:16: style: The function 'getPhysicalInputPorts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:70:24: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:76:16: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:77:16: style: The function 'getPhysicalOutputPorts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:71:24: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:77:16: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:79:15: style: The function 'getInputPortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:66:23: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:79:15: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:80:15: style: The function 'getOutputPortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:67:23: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:80:15: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:82:7: style: The function 'inAudioThread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:83:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:82:7: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:84:12: style: The function 'getSampleRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:74:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:84:12: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:85:12: style: The function 'getTransportFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:75:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:85:12: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:86:7: style: The function 'getPortsChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:78:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:86:7: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.hpp:88:14: style: The function 'setProcessingBypassed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTioSupport.hpp:85:22: note: Virtual function in base class
freqtweak-0.7.2/src/FTjackSupport.hpp:88:14: note: Function in derived class
freqtweak-0.7.2/src/FTapp.cpp:349:6: style: Condition 'connected' is always true [knownConditionTrueFalse]
freqtweak-0.7.2/src/FTapp.cpp:209:19: note: Assignment 'connected=true', assigned value is 1
freqtweak-0.7.2/src/FTapp.cpp:349:6: note: Condition 'connected' is always true
freqtweak-0.7.2/src/FTapp.cpp:119:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freqtweak-0.7.2/src/FTapp.cpp:137:4: note: Found duplicate branches for 'if' and 'else'.
freqtweak-0.7.2/src/FTapp.cpp:119:4: note: Found duplicate branches for 'if' and 'else'.
freqtweak-0.7.2/src/FTapp.cpp:216:23: style: Same expression on both sides of '!='. [duplicateExpression]
freqtweak-0.7.2/src/FTprocessPath.hpp:36:6: style: Technically the member function 'FTprocessPath::getId' can be const. [functionConst]
freqtweak-0.7.2/src/FTprocessPath.hpp:49:7: style: Technically the member function 'FTprocessPath::getReadyToDie' can be const. [functionConst]
freqtweak-0.7.2/src/FTconfigManager.cpp:1321:18: style: The scope of the variable 'child' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:3: warning: Member variable 'Control::_intLB' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:3: warning: Member variable 'Control::_intUB' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:3: warning: Member variable 'Control::_floatLB' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:3: warning: Member variable 'Control::_floatUB' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:3: warning: Member variable 'Control::_floatVal' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:3: warning: Member variable 'Control::_intVal' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:3: warning: Member variable 'Control::_boolVal' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTconfigManager.hpp:54:7: performance: Technically the member function 'FTconfigManager::writeFilter' can be static. [functionStatic]
freqtweak-0.7.2/src/FTconfigManager.cpp:1240:23: note: Technically the member function 'FTconfigManager::writeFilter' can be static.
freqtweak-0.7.2/src/FTconfigManager.hpp:54:7: note: Technically the member function 'FTconfigManager::writeFilter' can be static.
freqtweak-0.7.2/src/FTconfigManager.hpp:56:7: performance: Technically the member function 'FTconfigManager::loadFilter' can be static. [functionStatic]
freqtweak-0.7.2/src/FTconfigManager.cpp:1162:23: note: Technically the member function 'FTconfigManager::loadFilter' can be static.
freqtweak-0.7.2/src/FTconfigManager.hpp:56:7: note: Technically the member function 'FTconfigManager::loadFilter' can be static.
freqtweak-0.7.2/src/FTconfigManager.hpp:58:7: performance: Technically the member function 'FTconfigManager::lookupFilterLocation' can be static. [functionStatic]
freqtweak-0.7.2/src/FTconfigManager.cpp:1338:23: note: Technically the member function 'FTconfigManager::lookupFilterLocation' can be static.
freqtweak-0.7.2/src/FTconfigManager.hpp:58:7: note: Technically the member function 'FTconfigManager::lookupFilterLocation' can be static.
freqtweak-0.7.2/src/LockMonitor.hpp:128:7: style: Technically the member function 'PBD::TentativeLockMonitor::locked' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:102:6: style: Technically the member function 'FTspectralEngine::getId' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:108:11: style: Technically the member function 'FTspectralEngine::getFFTsize' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:111:12: style: Technically the member function 'FTspectralEngine::getSampleRate' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:114:12: style: Technically the member function 'FTspectralEngine::getWindowing' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:117:6: style: Technically the member function 'FTspectralEngine::getAverages' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:120:6: style: Technically the member function 'FTspectralEngine::getOversamp' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:123:14: style: Technically the member function 'FTspectralEngine::getUpdateSpeed' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:126:8: style: Technically the member function 'FTspectralEngine::getInputGain' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:130:8: style: Technically the member function 'FTspectralEngine::getMixRatio' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:133:7: style: Technically the member function 'FTspectralEngine::getBypassed' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:136:7: style: Technically the member function 'FTspectralEngine::getMuted' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:139:8: style: Technically the member function 'FTspectralEngine::getMaxDelay' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:143:13: style: Technically the member function 'FTspectralEngine::getTempo' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:145:16: style: Technically the member function 'FTspectralEngine::getRunningInputPower' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.hpp:146:16: style: Technically the member function 'FTspectralEngine::getRunningOutputPower' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:91:8: style: Technically the member function 'FTmodulatorI::Control::getType' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:92:15: style: Technically the member function 'FTmodulatorI::Control::getConfName' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:93:15: style: Technically the member function 'FTmodulatorI::Control::getName' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:94:15: style: Technically the member function 'FTmodulatorI::Control::getUnits' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:96:15: style: Technically the member function 'FTmodulatorI::Control::getValue' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:162:36: note: Technically the member function 'FTmodulatorI::Control::getValue' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:96:15: note: Technically the member function 'FTmodulatorI::Control::getValue' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:97:15: style: Technically the member function 'FTmodulatorI::Control::getValue' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:169:36: note: Technically the member function 'FTmodulatorI::Control::getValue' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:97:15: note: Technically the member function 'FTmodulatorI::Control::getValue' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:98:15: style: Technically the member function 'FTmodulatorI::Control::getValue' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:176:36: note: Technically the member function 'FTmodulatorI::Control::getValue' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:98:15: note: Technically the member function 'FTmodulatorI::Control::getValue' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:100:15: style: Technically the member function 'FTmodulatorI::Control::getValue' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:184:36: note: Technically the member function 'FTmodulatorI::Control::getValue' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:100:15: note: Technically the member function 'FTmodulatorI::Control::getValue' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:104:15: style: Technically the member function 'FTmodulatorI::Control::getBounds' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:199:36: note: Technically the member function 'FTmodulatorI::Control::getBounds' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:104:15: note: Technically the member function 'FTmodulatorI::Control::getBounds' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:105:15: style: Technically the member function 'FTmodulatorI::Control::getBounds' can be const. [functionConst]
freqtweak-0.7.2/src/FTmodulatorI.hpp:207:36: note: Technically the member function 'FTmodulatorI::Control::getBounds' can be const.
freqtweak-0.7.2/src/FTmodulatorI.hpp:105:15: note: Technically the member function 'FTmodulatorI::Control::getBounds' can be const.
freqtweak-0.7.2/src/LockMonitor.hpp:54:6: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/LockMonitor.hpp:40:14: note: Virtual function in base class
freqtweak-0.7.2/src/LockMonitor.hpp:54:6: note: Function in derived class
freqtweak-0.7.2/src/LockMonitor.hpp:56:6: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/LockMonitor.hpp:41:14: note: Virtual function in base class
freqtweak-0.7.2/src/LockMonitor.hpp:56:6: note: Function in derived class
freqtweak-0.7.2/src/FTmodulatorI.hpp:48:15: style: The function 'goingAway' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTspectrumModifier.hpp:54:16: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodulatorI.hpp:48:15: note: Function in derived class
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:32: performance: Function parameter 'confname' should be passed by const reference. [passedByValue]
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:54: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
freqtweak-0.7.2/src/FTmodulatorI.hpp:89:72: performance: Function parameter 'units' should be passed by const reference. [passedByValue]
freqtweak-0.7.2/src/FTconfigManager.cpp:1317:64: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
freqtweak-0.7.2/src/FTconfigManager.cpp:472:6: performance: Possible inefficient checking for 'chanlist' emptiness. [stlSize]
freqtweak-0.7.2/src/FTprocCompressor.hpp:94:45: style: Function 'lin2db' argument 1 names different: declaration 'pow' definition 'power'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTprocCompressor.hpp:57:28: note: Function 'lin2db' argument 1 names different: declaration 'pow' definition 'power'.
freqtweak-0.7.2/src/FTprocCompressor.hpp:94:45: note: Function 'lin2db' argument 1 names different: declaration 'pow' definition 'power'.
freqtweak-0.7.2/src/FTprocCompressor.hpp:56:15: performance: Technically the member function 'FTprocCompressor::db2lin' can be static. [functionStatic]
freqtweak-0.7.2/src/FTprocCompressor.hpp:84:32: note: Technically the member function 'FTprocCompressor::db2lin' can be static.
freqtweak-0.7.2/src/FTprocCompressor.hpp:56:15: note: Technically the member function 'FTprocCompressor::db2lin' can be static.
freqtweak-0.7.2/src/FTprocCompressor.hpp:57:15: performance: Technically the member function 'FTprocCompressor::lin2db' can be static. [functionStatic]
freqtweak-0.7.2/src/FTprocCompressor.hpp:94:32: note: Technically the member function 'FTprocCompressor::lin2db' can be static.
freqtweak-0.7.2/src/FTprocCompressor.hpp:57:15: note: Technically the member function 'FTprocCompressor::lin2db' can be static.
freqtweak-0.7.2/src/FTprocEQ.hpp:35:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:56:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocEQ.hpp:35:12: note: Function in derived class
freqtweak-0.7.2/src/FTprocEQ.hpp:36:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:58:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocEQ.hpp:36:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocEQ.hpp:38:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:60:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocEQ.hpp:38:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocGate.hpp:34:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:56:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocGate.hpp:34:12: note: Function in derived class
freqtweak-0.7.2/src/FTprocGate.hpp:35:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:58:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocGate.hpp:35:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocGate.hpp:37:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:60:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocGate.hpp:37:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocDelay.hpp:38:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:56:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocDelay.hpp:38:12: note: Function in derived class
freqtweak-0.7.2/src/FTprocDelay.hpp:39:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:58:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocDelay.hpp:39:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocDelay.hpp:42:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:60:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocDelay.hpp:42:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocDelay.hpp:44:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:108:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocDelay.hpp:44:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocDelay.hpp:47:7: style: The function 'setMaxDelay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:106:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocDelay.hpp:47:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocPitch.hpp:34:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:56:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocPitch.hpp:34:12: note: Function in derived class
freqtweak-0.7.2/src/FTprocPitch.hpp:35:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:58:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocPitch.hpp:35:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocPitch.hpp:36:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:60:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocPitch.hpp:36:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocLimit.hpp:35:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:56:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocLimit.hpp:35:12: note: Function in derived class
freqtweak-0.7.2/src/FTprocLimit.hpp:36:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:58:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocLimit.hpp:36:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocLimit.hpp:38:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:60:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocLimit.hpp:38:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocLimit.hpp:40:15: style: The function 'useAsDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:110:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocLimit.hpp:40:15: note: Function in derived class
freqtweak-0.7.2/src/FTprocWarp.hpp:35:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:56:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocWarp.hpp:35:12: note: Function in derived class
freqtweak-0.7.2/src/FTprocWarp.hpp:36:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:58:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocWarp.hpp:36:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocWarp.hpp:38:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:60:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocWarp.hpp:38:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocWarp.hpp:40:7: style: The function 'setFFTsize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:86:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocWarp.hpp:40:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocWarp.hpp:42:15: style: The function 'useAsDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:110:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocWarp.hpp:42:15: note: Function in derived class
freqtweak-0.7.2/src/FTprocCompressor.hpp:46:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:56:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocCompressor.hpp:46:12: note: Function in derived class
freqtweak-0.7.2/src/FTprocCompressor.hpp:47:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:58:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocCompressor.hpp:47:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocCompressor.hpp:49:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:60:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocCompressor.hpp:49:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocCompressor.hpp:51:15: style: The function 'setFFTsize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:86:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocCompressor.hpp:51:15: note: Function in derived class
freqtweak-0.7.2/src/FTprocCompressor.hpp:52:15: style: The function 'setOversamp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:98:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocCompressor.hpp:52:15: note: Function in derived class
freqtweak-0.7.2/src/FTprocCompressor.hpp:54:15: style: The function 'useAsDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:110:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocCompressor.hpp:54:15: note: Function in derived class
freqtweak-0.7.2/src/FTprocBoost.hpp:35:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:56:20: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocBoost.hpp:35:12: note: Function in derived class
freqtweak-0.7.2/src/FTprocBoost.hpp:36:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:58:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocBoost.hpp:36:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocBoost.hpp:38:7: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:60:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocBoost.hpp:38:7: note: Function in derived class
freqtweak-0.7.2/src/FTprocBoost.hpp:40:15: style: The function 'useAsDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTprocI.hpp:110:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTprocBoost.hpp:40:15: note: Function in derived class
freqtweak-0.7.2/src/FTjackSupport.cpp:621:25: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTjackSupport.cpp:653:25: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTjackSupport.cpp:667:25: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTjackSupport.cpp:688:25: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTjackSupport.cpp:230:7: style: The scope of the variable 'nbuf' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTjackSupport.cpp:226:70: style: Function 'setProcessPathActive' argument 2 names different: declaration 'flag' definition 'active'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTjackSupport.hpp:53:55: note: Function 'setProcessPathActive' argument 2 names different: declaration 'flag' definition 'active'.
freqtweak-0.7.2/src/FTjackSupport.cpp:226:70: note: Function 'setProcessPathActive' argument 2 names different: declaration 'flag' definition 'active'.
freqtweak-0.7.2/src/FTjackSupport.cpp:42:16: warning: Member variable 'FTjackSupport::_portsChanged' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmainwin.cpp:3587:26: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTmainwin.cpp:3097:16: style: The scope of the variable 'rowpanels' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmainwin.cpp:2361:41: style: Function 'minimizeRow' argument 1 names different: declaration 'shown' definition 'showwin'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTmainwin.hpp:214:31: note: Function 'minimizeRow' argument 1 names different: declaration 'shown' definition 'showwin'.
freqtweak-0.7.2/src/FTmainwin.cpp:2361:41: note: Function 'minimizeRow' argument 1 names different: declaration 'shown' definition 'showwin'.
freqtweak-0.7.2/src/FTmainwin.cpp:2361:61: style: Function 'minimizeRow' argument 2 names different: declaration 'hidden' definition 'hidewin'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTmainwin.hpp:214:49: note: Function 'minimizeRow' argument 2 names different: declaration 'hidden' definition 'hidewin'.
freqtweak-0.7.2/src/FTmainwin.cpp:2361:61: note: Function 'minimizeRow' argument 2 names different: declaration 'hidden' definition 'hidewin'.
freqtweak-0.7.2/src/FTmainwin.cpp:2361:74: style: Function 'minimizeRow' argument 3 names different: declaration 'rownum' definition 'itemi'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTmainwin.hpp:214:61: note: Function 'minimizeRow' argument 3 names different: declaration 'rownum' definition 'itemi'.
freqtweak-0.7.2/src/FTmainwin.cpp:2361:74: note: Function 'minimizeRow' argument 3 names different: declaration 'rownum' definition 'itemi'.
freqtweak-0.7.2/src/FTmainwin.cpp:3320:33: style: Function 'updatePlot' argument 1 names different: declaration 'plotnum' definition 'plotid'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTmainwin.hpp:160:22: note: Function 'updatePlot' argument 1 names different: declaration 'plotnum' definition 'plotid'.
freqtweak-0.7.2/src/FTmainwin.cpp:3320:33: note: Function 'updatePlot' argument 1 names different: declaration 'plotnum' definition 'plotid'.
freqtweak-0.7.2/src/FTmainwin.cpp:3533:78: style: Function 'FTlinkMenu' argument 3 names different: declaration 'specmod' definition 'specengine'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTmainwin.hpp:506:66: note: Function 'FTlinkMenu' argument 3 names different: declaration 'specmod' definition 'specengine'.
freqtweak-0.7.2/src/FTmainwin.cpp:3533:78: note: Function 'FTlinkMenu' argument 3 names different: declaration 'specmod' definition 'specengine'.
freqtweak-0.7.2/src/FTupdateToken.hpp:43:7: style: Technically the member function 'FTupdateToken::getIgnore' can be const. [functionConst]
freqtweak-0.7.2/src/FTprocOrderDialog.hpp:53:2: warning: The class 'ModAction' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTmodRandomize.cpp:100:8: style: The scope of the variable 'ub' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRandomize.cpp:100:11: style: The scope of the variable 'lb' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRandomize.cpp:100:15: style: The scope of the variable 'tmplb' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRandomize.cpp:100:22: style: The scope of the variable 'tmpub' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRandomize.cpp:101:10: style: The scope of the variable 'filter' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRandomize.cpp:102:15: style: The scope of the variable 'len' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRandomize.cpp:109:15: style: The scope of the variable 'minbin' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRandomize.cpp:109:23: style: The scope of the variable 'maxbin' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRandomize.cpp:28:17: warning: Member variable 'FTmodRandomize::_rate' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:28:17: warning: Member variable 'FTmodRandomize::_minfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:28:17: warning: Member variable 'FTmodRandomize::_maxfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:28:17: warning: Member variable 'FTmodRandomize::_minval' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:28:17: warning: Member variable 'FTmodRandomize::_maxval' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:28:17: warning: Member variable 'FTmodRandomize::_lastframe' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:33:17: warning: Member variable 'FTmodRandomize::_rate' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:33:17: warning: Member variable 'FTmodRandomize::_minfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:33:17: warning: Member variable 'FTmodRandomize::_maxfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:33:17: warning: Member variable 'FTmodRandomize::_minval' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:33:17: warning: Member variable 'FTmodRandomize::_maxval' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.cpp:33:17: warning: Member variable 'FTmodRandomize::_lastframe' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRandomize.hpp:25:1: warning: The class 'FTmodRandomize' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTmodRandomize.hpp:35:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:41:25: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRandomize.hpp:35:17: note: Function in derived class
freqtweak-0.7.2/src/FTmodRandomize.hpp:36:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:43:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRandomize.hpp:36:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodRandomize.hpp:38:7: style: The function 'modulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:45:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRandomize.hpp:38:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodRotate.cpp:103:8: style: The scope of the variable 'ub' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotate.cpp:103:11: style: The scope of the variable 'lb' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotate.cpp:105:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotate.cpp:106:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotate.cpp:106:8: style: The scope of the variable 'j' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotate.cpp:108:6: style: The scope of the variable 'minbin' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotate.cpp:108:14: style: The scope of the variable 'maxbin' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotate.cpp:28:14: warning: Member variable 'FTmodRotate::_rate' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.cpp:28:14: warning: Member variable 'FTmodRotate::_minfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.cpp:28:14: warning: Member variable 'FTmodRotate::_maxfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.cpp:28:14: warning: Member variable 'FTmodRotate::_lastframe' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.cpp:28:14: warning: Member variable 'FTmodRotate::_tmpfilt' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.cpp:33:14: warning: Member variable 'FTmodRotate::_rate' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.cpp:33:14: warning: Member variable 'FTmodRotate::_minfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.cpp:33:14: warning: Member variable 'FTmodRotate::_maxfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.cpp:33:14: warning: Member variable 'FTmodRotate::_lastframe' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.cpp:33:14: warning: Member variable 'FTmodRotate::_tmpfilt' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotate.hpp:25:1: warning: The class 'FTmodRotate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTmodRotate.hpp:35:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:41:25: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRotate.hpp:35:17: note: Function in derived class
freqtweak-0.7.2/src/FTmodRotate.hpp:36:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:43:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRotate.hpp:36:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodRotate.hpp:38:7: style: The function 'modulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:45:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRotate.hpp:38:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodRotate.hpp:40:7: style: The function 'setFFTsize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:63:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRotate.hpp:40:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodRotate.cpp:89:3: error: Mismatching allocation and deallocation: FTmodRotate::_tmpfilt [mismatchAllocDealloc]
freqtweak-0.7.2/src/FTmodRotate.cpp:90:3: error: Mismatching allocation and deallocation: FTmodRotate::_tmpfilt [mismatchAllocDealloc]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:117:8: style: The scope of the variable 'ub' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:117:11: style: The scope of the variable 'lb' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:119:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:120:6: style: The scope of the variable 'i' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:120:8: style: The scope of the variable 'j' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:123:6: style: The scope of the variable 'minbin' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:123:14: style: The scope of the variable 'maxbin' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:30:17: warning: Member variable 'FTmodRotateLFO::_rate' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:30:17: warning: Member variable 'FTmodRotateLFO::_depth' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:30:17: warning: Member variable 'FTmodRotateLFO::_lfotype' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:30:17: warning: Member variable 'FTmodRotateLFO::_minfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:30:17: warning: Member variable 'FTmodRotateLFO::_maxfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:30:17: warning: Member variable 'FTmodRotateLFO::_lastframe' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:30:17: warning: Member variable 'FTmodRotateLFO::_lastshift' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:30:17: warning: Member variable 'FTmodRotateLFO::_tmpfilt' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:35:17: warning: Member variable 'FTmodRotateLFO::_rate' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:35:17: warning: Member variable 'FTmodRotateLFO::_depth' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:35:17: warning: Member variable 'FTmodRotateLFO::_lfotype' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:35:17: warning: Member variable 'FTmodRotateLFO::_minfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:35:17: warning: Member variable 'FTmodRotateLFO::_maxfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:35:17: warning: Member variable 'FTmodRotateLFO::_lastframe' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:35:17: warning: Member variable 'FTmodRotateLFO::_lastshift' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:35:17: warning: Member variable 'FTmodRotateLFO::_tmpfilt' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodRotateLFO.hpp:25:1: warning: The class 'FTmodRotateLFO' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTmodRotateLFO.hpp:35:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:41:25: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRotateLFO.hpp:35:17: note: Function in derived class
freqtweak-0.7.2/src/FTmodRotateLFO.hpp:36:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:43:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRotateLFO.hpp:36:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodRotateLFO.hpp:38:7: style: The function 'modulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:45:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRotateLFO.hpp:38:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodRotateLFO.hpp:40:7: style: The function 'setFFTsize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:63:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodRotateLFO.hpp:40:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:102:3: error: Mismatching allocation and deallocation: FTmodRotateLFO::_tmpfilt [mismatchAllocDealloc]
freqtweak-0.7.2/src/FTmodRotateLFO.cpp:103:3: error: Mismatching allocation and deallocation: FTmodRotateLFO::_tmpfilt [mismatchAllocDealloc]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:144:9: style: The scope of the variable 'currdev' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:145:8: style: The scope of the variable 'ub' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:145:11: style: The scope of the variable 'lb' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:145:15: style: The scope of the variable 'tmplb' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:145:22: style: The scope of the variable 'tmpub' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:146:10: style: The scope of the variable 'filter' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:147:6: style: The scope of the variable 'len' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:150:15: style: The scope of the variable 'minbin' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:150:23: style: The scope of the variable 'maxbin' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:151:8: style: The scope of the variable 'shiftval' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:153:9: style: The scope of the variable 'lastshift' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:30:16: warning: Member variable 'FTmodValueLFO::_rate' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:30:16: warning: Member variable 'FTmodValueLFO::_depth' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:30:16: warning: Member variable 'FTmodValueLFO::_lfotype' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:30:16: warning: Member variable 'FTmodValueLFO::_minfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:30:16: warning: Member variable 'FTmodValueLFO::_maxfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:30:16: warning: Member variable 'FTmodValueLFO::_lastframe' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:30:16: warning: Member variable 'FTmodValueLFO::_tmpfilt' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:35:16: warning: Member variable 'FTmodValueLFO::_rate' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:35:16: warning: Member variable 'FTmodValueLFO::_depth' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:35:16: warning: Member variable 'FTmodValueLFO::_lfotype' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:35:16: warning: Member variable 'FTmodValueLFO::_minfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:35:16: warning: Member variable 'FTmodValueLFO::_maxfreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:35:16: warning: Member variable 'FTmodValueLFO::_lastframe' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:35:16: warning: Member variable 'FTmodValueLFO::_lastshifts' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:35:16: warning: Member variable 'FTmodValueLFO::_tmpfilt' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodValueLFO.hpp:27:1: warning: The class 'FTmodValueLFO' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTmodValueLFO.hpp:37:17: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:41:25: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:37:17: note: Function in derived class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:38:7: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:43:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:38:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:40:7: style: The function 'modulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:45:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:40:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:42:7: style: The function 'setFFTsize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:63:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:42:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:44:7: style: The function 'addSpecMod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:52:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:44:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:45:7: style: The function 'removeSpecMod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:53:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:45:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:46:7: style: The function 'clearSpecMods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
freqtweak-0.7.2/src/FTmodulatorI.hpp:54:15: note: Virtual function in base class
freqtweak-0.7.2/src/FTmodValueLFO.hpp:46:7: note: Function in derived class
freqtweak-0.7.2/src/FTmodValueLFO.cpp:130:3: error: Mismatching allocation and deallocation: FTmodValueLFO::_tmpfilt [mismatchAllocDealloc]
freqtweak-0.7.2/src/FTmodValueLFO.cpp:131:3: error: Mismatching allocation and deallocation: FTmodValueLFO::_tmpfilt [mismatchAllocDealloc]
freqtweak-0.7.2/src/FTmodulatorDialog.cpp:158:15: style: The scope of the variable 'item' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodulatorDialog.cpp:329:6: performance: Possible inefficient checking for '_deadGuis' emptiness. [stlSize]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:443:27: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:513:29: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:550:29: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:566:29: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:614:26: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:666:31: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:589:18: style: The scope of the variable 'procpath' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:52:2: style: Class 'FTmodControlObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:78:2: style: Class 'FTchannelObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/FTmodulatorGui.cpp:682:19: error: Uninitialized variable: tmpfloat [uninitvar]
freqtweak-0.7.2/src/FTmodulatorI.cpp:31:15: warning: Member variable 'FTmodulatorI::_id' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTmodulatorI.hpp:54:15: warning: Virtual function 'clearSpecMods' is called from destructor '~FTmodulatorI()' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
freqtweak-0.7.2/src/FTmodulatorI.cpp:39:2: note: Calling clearSpecMods
freqtweak-0.7.2/src/FTmodulatorI.hpp:54:15: note: clearSpecMods is a virtual method
freqtweak-0.7.2/src/FTmodulatorI.cpp:31:35: performance: Function parameter 'confname' should be passed by const reference. [passedByValue]
freqtweak-0.7.2/src/FTmodulatorI.cpp:31:52: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
freqtweak-0.7.2/src/FTpresetBlender.hpp:39:2: style: Class 'FTpresetBlender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/FTpresetBlender.cpp:105:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freqtweak-0.7.2/src/FTpresetBlender.cpp:105:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
freqtweak-0.7.2/src/FTpresetBlender.cpp:105:5: portability: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
freqtweak-0.7.2/src/FTpresetBlender.cpp:28:18: warning: Member variable 'FTpresetBlender::_presetBlender' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTpresetBlender.hpp:44:9: style: Technically the member function 'FTpresetBlender::getPreset' can be const. [functionConst]
freqtweak-0.7.2/src/FTpresetBlender.cpp:120:25: note: Technically the member function 'FTpresetBlender::getPreset' can be const.
freqtweak-0.7.2/src/FTpresetBlender.hpp:44:9: note: Technically the member function 'FTpresetBlender::getPreset' can be const.
freqtweak-0.7.2/src/FTpresetBlender.hpp:47:8: performance: Technically the member function 'FTpresetBlender::getBlend' can be static. [functionStatic]
freqtweak-0.7.2/src/FTpresetBlender.cpp:179:24: note: Technically the member function 'FTpresetBlender::getBlend' can be static.
freqtweak-0.7.2/src/FTpresetBlender.hpp:47:8: note: Technically the member function 'FTpresetBlender::getBlend' can be static.
freqtweak-0.7.2/src/FTpresetBlender.hpp:51:7: performance: Technically the member function 'FTpresetBlender::blendFilters' can be static. [functionStatic]
freqtweak-0.7.2/src/FTpresetBlender.cpp:185:23: note: Technically the member function 'FTpresetBlender::blendFilters' can be static.
freqtweak-0.7.2/src/FTpresetBlender.hpp:51:7: note: Technically the member function 'FTpresetBlender::blendFilters' can be static.
freqtweak-0.7.2/src/FTprocBoost.cpp:23:14: warning: Member variable 'FTprocBoost::_eqfilter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocBoost.cpp:29:14: warning: Member variable 'FTprocBoost::_eqfilter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocBoost.hpp:25:1: warning: The class 'FTprocBoost' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTprocCompressor.cpp:79:18: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocCompressor.cpp:243:8: style: The scope of the variable 'ga' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:244:8: style: The scope of the variable 'gr' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:245:8: style: The scope of the variable 'rs' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:246:8: style: The scope of the variable 'mug' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:247:8: style: The scope of the variable 'knee_min' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:248:8: style: The scope of the variable 'knee_max' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:249:8: style: The scope of the variable 'ef_a' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:250:8: style: The scope of the variable 'ef_ai' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:252:8: style: The scope of the variable 'thresh' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:253:8: style: The scope of the variable 'rat' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:254:8: style: The scope of the variable 'att' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:254:13: style: The scope of the variable 'rel' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_thresh_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_ratio_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_attack_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_release_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_makeup_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_sum' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_amp' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_gain' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_gain_t' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_env' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_count' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_as' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:84:19: warning: Member variable 'FTprocCompressor::_rms' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_thresh_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_ratio_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_attack_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_release_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_makeup_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_sum' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_amp' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_gain' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_gain_t' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_env' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_count' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_as' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.cpp:92:19: warning: Member variable 'FTprocCompressor::_rms' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocCompressor.hpp:36:1: warning: The class 'FTprocCompressor' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTprocDelay.cpp:111:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocDelay.cpp:113:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocDelay.cpp:172:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocDelay.cpp:173:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocDelay.cpp:176:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocDelay.cpp:177:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocDelay.cpp:181:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocDelay.cpp:182:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocDelay.cpp:202:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocDelay.cpp:128:9: style: The scope of the variable 'rdest' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocDelay.cpp:128:21: style: The scope of the variable 'idest' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocDelay.cpp:129:9: style: The scope of the variable 'rcurr' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocDelay.cpp:129:21: style: The scope of the variable 'icurr' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocDelay.cpp:130:12: style: The scope of the variable 'bshift' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocDelay.cpp:130:20: style: The scope of the variable 'fshift' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocDelay.cpp:23:14: warning: Member variable 'FTprocDelay::_maxDelaySamples' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocDelay.cpp:30:14: warning: Member variable 'FTprocDelay::_maxDelaySamples' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/RingBuffer.hpp:77:12: style: Technically the member function 'RingBuffer::write_space' can be const. [functionConst]
freqtweak-0.7.2/src/RingBuffer.hpp:92:12: style: Technically the member function 'RingBuffer::read_space' can be const. [functionConst]
freqtweak-0.7.2/src/RingBuffer.hpp:41:6: style: Class 'RingBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freqtweak-0.7.2/src/RingBuffer.hpp:41:6: style: Class 'RingBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freqtweak-0.7.2/src/RingBuffer.hpp:29:5: style: Class 'RingBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
freqtweak-0.7.2/src/FTprocDelay.hpp:28:1: warning: The class 'FTprocDelay' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTprocEQ.cpp:24:11: warning: Member variable 'FTprocEQ::_eqfilter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocEQ.cpp:30:11: warning: Member variable 'FTprocEQ::_eqfilter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocEQ.hpp:25:1: warning: The class 'FTprocEQ' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTprocGate.cpp:23:13: warning: Member variable 'FTprocGate::_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocGate.cpp:23:13: warning: Member variable 'FTprocGate::_invfilter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocGate.cpp:31:13: warning: Member variable 'FTprocGate::_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocGate.cpp:31:13: warning: Member variable 'FTprocGate::_invfilter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocGate.hpp:25:1: warning: The class 'FTprocGate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTprocI.cpp:28:10: warning: Member variable 'FTprocI::_bypassed' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocI.cpp:28:10: warning: Member variable 'FTprocI::_id' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocLimit.cpp:25:14: warning: Member variable 'FTprocLimit::_threshfilter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocLimit.cpp:33:14: warning: Member variable 'FTprocLimit::_threshfilter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocLimit.hpp:25:1: warning: The class 'FTprocLimit' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTprocOrderDialog.cpp:333:35: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTprocOrderDialog.cpp:366:35: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTprocOrderDialog.cpp:397:35: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTprocOrderDialog.cpp:440:20: style: C-style pointer casting [cstyleCast]
freqtweak-0.7.2/src/FTprocPitch.cpp:89:27: style: The scope of the variable 'real' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocPitch.cpp:89:33: style: The scope of the variable 'imag' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocPitch.cpp:91:10: style: The scope of the variable 'qpd' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocPitch.cpp:91:15: style: The scope of the variable 'index' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocPitch.cpp:97:8: style: The scope of the variable 'filt' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocPitch.cpp:27:14: warning: Member variable 'FTprocPitch::_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:27:14: warning: Member variable 'FTprocPitch::gLastPhase' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:27:14: warning: Member variable 'FTprocPitch::gSumPhase' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:27:14: warning: Member variable 'FTprocPitch::gAnaFreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:27:14: warning: Member variable 'FTprocPitch::gSynFreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:27:14: warning: Member variable 'FTprocPitch::gAnaMagn' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:27:14: warning: Member variable 'FTprocPitch::gSynMagn' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:33:14: warning: Member variable 'FTprocPitch::_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:33:14: warning: Member variable 'FTprocPitch::gLastPhase' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:33:14: warning: Member variable 'FTprocPitch::gSumPhase' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:33:14: warning: Member variable 'FTprocPitch::gAnaFreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:33:14: warning: Member variable 'FTprocPitch::gSynFreq' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:33:14: warning: Member variable 'FTprocPitch::gAnaMagn' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.cpp:33:14: warning: Member variable 'FTprocPitch::gSynMagn' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocPitch.hpp:25:1: warning: The class 'FTprocPitch' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTprocWarp.cpp:72:8: style: The scope of the variable 'filt' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocWarp.cpp:26:13: warning: Member variable 'FTprocWarp::_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocWarp.cpp:26:13: warning: Member variable 'FTprocWarp::_tmpdata' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocWarp.cpp:32:13: warning: Member variable 'FTprocWarp::_filter' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocWarp.cpp:32:13: warning: Member variable 'FTprocWarp::_tmpdata' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTprocWarp.hpp:25:1: warning: The class 'FTprocWarp' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
freqtweak-0.7.2/src/FTprocessPath.cpp:101:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocessPath.cpp:114:23: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTprocessPath.cpp:85:7: style: The scope of the variable 'good' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTprocessPath.cpp:37:2: style: Class 'FTprocessPath' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freqtweak-0.7.2/src/FTprocessPath.cpp:37:2: style: Class 'FTprocessPath' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freqtweak-0.7.2/src/FTspectragram.cpp:372:7: style: The scope of the variable 'nextj' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTspectragram.cpp:498:15: style: The scope of the variable 'sum' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTspectragram.cpp:499:12: style: The scope of the variable 'i' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTspectragram.cpp:499:15: style: The scope of the variable 'k' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTspectragram.cpp:499:18: style: The scope of the variable 'j' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTspectragram.cpp:997:68: style: Function 'binToXRange' argument 4 names different: declaration 'width' definition 'length'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/FTspectragram.hpp:93:54: note: Function 'binToXRange' argument 4 names different: declaration 'width' definition 'length'.
freqtweak-0.7.2/src/FTspectragram.cpp:997:68: note: Function 'binToXRange' argument 4 names different: declaration 'width' definition 'length'.
freqtweak-0.7.2/src/FTspectragram.cpp:268:15: style: Unused variable: k [unusedVariable]
freqtweak-0.7.2/src/FTspectragram.cpp:272:18: style: Variable 'xSkipI' is assigned a value that is never used. [unreadVariable]
freqtweak-0.7.2/src/FTspectragram.cpp:916:10: style: Variable 'bin' is assigned a value that is never used. [unreadVariable]
freqtweak-0.7.2/src/FTspectragram.cpp:1039:8: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
freqtweak-0.7.2/src/FTspectralEngine.cpp:92:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTspectralEngine.cpp:93:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTspectralEngine.cpp:97:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTspectralEngine.cpp:98:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTspectralEngine.cpp:109:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTspectralEngine.cpp:110:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTspectralEngine.cpp:608:36: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTspectralEngine.cpp:682:37: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTspectralEngine.cpp:267:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freqtweak-0.7.2/src/FTspectralEngine.cpp:273:2: note: Found duplicate branches for 'if' and 'else'.
freqtweak-0.7.2/src/FTspectralEngine.cpp:267:2: note: Found duplicate branches for 'if' and 'else'.
freqtweak-0.7.2/src/FTspectralEngine.cpp:398:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
freqtweak-0.7.2/src/FTspectralEngine.cpp:404:2: note: Found duplicate branches for 'if' and 'else'.
freqtweak-0.7.2/src/FTspectralEngine.cpp:398:2: note: Found duplicate branches for 'if' and 'else'.
freqtweak-0.7.2/src/FTspectralEngine.cpp:808:9: style: The scope of the variable 'i' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTspectralEngine.cpp:80:19: warning: Member variable 'FTspectralEngine::_maxAverages' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTspectralEngine.cpp:80:19: warning: Member variable 'FTspectralEngine::_newfftN' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTspectralEngine.cpp:80:19: warning: Member variable 'FTspectralEngine::_tempo' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTspectralEngine.cpp:80:19: warning: Member variable 'FTspectralEngine::_scaletemp' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTspectralEngine.hpp:148:12: style: Technically the member function 'FTspectralEngine::getLatency' can be const. [functionConst]
freqtweak-0.7.2/src/FTspectralEngine.cpp:578:29: note: Technically the member function 'FTspectralEngine::getLatency' can be const.
freqtweak-0.7.2/src/FTspectralEngine.hpp:148:12: note: Technically the member function 'FTspectralEngine::getLatency' can be const.
freqtweak-0.7.2/src/FTspectralEngine.cpp:90:2: style: Class 'FTspectralEngine' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freqtweak-0.7.2/src/FTspectralEngine.cpp:90:2: style: Class 'FTspectralEngine' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freqtweak-0.7.2/src/FTspectrumModifier.cpp:37:21: warning: Member variable 'FTspectrumModifier::_min' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTspectrumModifier.cpp:37:21: warning: Member variable 'FTspectrumModifier::_max' is not initialized in the constructor. [uninitMemberVar]
freqtweak-0.7.2/src/FTspectrumModifier.cpp:44:2: style: Class 'FTspectrumModifier' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freqtweak-0.7.2/src/FTspectrumModifier.cpp:44:2: style: Class 'FTspectrumModifier' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freqtweak-0.7.2/src/FTutils.cpp:96:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTutils.cpp:171:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTutils.cpp:275:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTutils.cpp:377:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTutils.cpp:425:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTutils.cpp:439:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTutils.cpp:455:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTutils.cpp:469:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
freqtweak-0.7.2/src/FTutils.cpp:425:5: style: The scope of the variable 'ans' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTutils.cpp:425:5: style: The scope of the variable 'expo' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTutils.cpp:439:5: style: The scope of the variable 'ans' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTutils.cpp:439:5: style: The scope of the variable 'expo' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTutils.cpp:455:5: style: The scope of the variable 'expo' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTutils.cpp:455:5: style: The scope of the variable 'expo_rem' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTutils.cpp:455:5: style: The scope of the variable 'ans' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTutils.cpp:469:5: style: The scope of the variable 'expo' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTutils.cpp:469:5: style: The scope of the variable 'expo_rem' can be reduced. [variableScope]
freqtweak-0.7.2/src/FTutils.cpp:469:5: style: The scope of the variable 'ans' can be reduced. [variableScope]
freqtweak-0.7.2/src/RingBuffer.hpp:64:10: style: Technically the member function 'RingBuffer::get_read_vector' can be const. [functionConst]
freqtweak-0.7.2/src/RingBuffer.cpp:132:13: note: Technically the member function 'RingBuffer::get_read_vector' can be const.
freqtweak-0.7.2/src/RingBuffer.hpp:64:10: note: Technically the member function 'RingBuffer::get_read_vector' can be const.
freqtweak-0.7.2/src/RingBuffer.hpp:65:10: style: Technically the member function 'RingBuffer::get_write_vector' can be const. [functionConst]
freqtweak-0.7.2/src/RingBuffer.cpp:172:13: note: Technically the member function 'RingBuffer::get_write_vector' can be const.
freqtweak-0.7.2/src/RingBuffer.hpp:65:10: note: Technically the member function 'RingBuffer::get_write_vector' can be const.
freqtweak-0.7.2/src/pix_button.cpp:165:33: style: Function 'OnSize' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/pix_button.hpp:93:28: note: Function 'OnSize' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/pix_button.cpp:165:33: note: Function 'OnSize' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/pix_button.cpp:171:40: style: Function 'OnPaint' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/pix_button.hpp:92:30: note: Function 'OnPaint' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/pix_button.cpp:171:40: note: Function 'OnPaint' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/slider_bar.cpp:174:36: style: Function 'set_snap_mode' argument 1 names different: declaration 'mode' definition 'md'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/slider_bar.hpp:89:31: note: Function 'set_snap_mode' argument 1 names different: declaration 'mode' definition 'md'.
freqtweak-0.7.2/src/slider_bar.cpp:174:36: note: Function 'set_snap_mode' argument 1 names different: declaration 'mode' definition 'md'.
freqtweak-0.7.2/src/slider_bar.cpp:231:36: style: Function 'set_decimal_digits' argument 1 names different: declaration 'num' definition 'val'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/slider_bar.hpp:119:31: note: Function 'set_decimal_digits' argument 1 names different: declaration 'num' definition 'val'.
freqtweak-0.7.2/src/slider_bar.cpp:231:36: note: Function 'set_decimal_digits' argument 1 names different: declaration 'num' definition 'val'.
freqtweak-0.7.2/src/slider_bar.cpp:434:33: style: Function 'OnSize' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/slider_bar.hpp:131:28: note: Function 'OnSize' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/slider_bar.cpp:434:33: note: Function 'OnSize' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/slider_bar.cpp:451:40: style: Function 'OnPaint' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/slider_bar.hpp:130:30: note: Function 'OnPaint' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/slider_bar.cpp:451:40: note: Function 'OnPaint' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/spin_box.cpp:154:34: style: Function 'set_snap_mode' argument 1 names different: declaration 'mode' definition 'md'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/spin_box.hpp:74:31: note: Function 'set_snap_mode' argument 1 names different: declaration 'mode' definition 'md'.
freqtweak-0.7.2/src/spin_box.cpp:154:34: note: Function 'set_snap_mode' argument 1 names different: declaration 'mode' definition 'md'.
freqtweak-0.7.2/src/spin_box.cpp:208:34: style: Function 'set_decimal_digits' argument 1 names different: declaration 'num' definition 'val'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/spin_box.hpp:98:31: note: Function 'set_decimal_digits' argument 1 names different: declaration 'num' definition 'val'.
freqtweak-0.7.2/src/spin_box.cpp:208:34: note: Function 'set_decimal_digits' argument 1 names different: declaration 'num' definition 'val'.
freqtweak-0.7.2/src/spin_box.cpp:377:31: style: Function 'OnSize' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/spin_box.hpp:112:28: note: Function 'OnSize' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/spin_box.cpp:377:31: note: Function 'OnSize' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/spin_box.cpp:383:38: style: Function 'OnPaint' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
freqtweak-0.7.2/src/spin_box.hpp:111:30: note: Function 'OnPaint' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/spin_box.cpp:383:38: note: Function 'OnPaint' argument 1 names different: declaration 'ev' definition 'event'.
freqtweak-0.7.2/src/xml++.cpp:156:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freqtweak-0.7.2/src/xml++.cpp:160:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freqtweak-0.7.2/src/xml++.cpp:170:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freqtweak-0.7.2/src/xml++.cpp:174:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freqtweak-0.7.2/src/xml++.cpp:200:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freqtweak-0.7.2/src/xml++.cpp:334:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freqtweak-0.7.2/src/xml++.cpp:340:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
freqtweak-0.7.2/src/xml++.cpp:14:5: performance: Variable '_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freqtweak-0.7.2/src/xml++.cpp:152:5: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
freqtweak-0.7.2/src/xml++.cpp:15:5: style: Class 'XMLTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
freqtweak-0.7.2/src/xml++.cpp:15:5: style: Class 'XMLTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
freqtweak-0.7.2/src/xml++.hpp:68:1: warning: The class 'XMLNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[22:57]

ftp://ftp.se.debian.org/debian/pool/main/f/frescobaldi/frescobaldi_3.0.0~git20161001.0.eec60717+ds1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/freshen/freshen_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fretsonfire/fretsonfire_1.3.110.dfsg2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fretsonfire-songs-muldjord/fretsonfire-songs-muldjord_2.dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fretsonfire-songs-sectoid/fretsonfire-songs-sectoid_1.dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fribidi/fribidi_1.0.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fritzing/fritzing_0.9.3b+dfsg.orig.tar.gz
fritzing-app-0.9.3b/src/sketch/zoomablegraphicsview.h:41:2: style: Class 'ZoomableGraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/commands.h:430:6: warning: The class 'ChangeLegCurveCommand' defines member variable with name 'm_index' also defined in its parent class 'BaseCommand'. [duplInheritedMember]
fritzing-app-0.9.3b/src/commands.h:108:6: note: Parent variable 'BaseCommand::m_index'
fritzing-app-0.9.3b/src/commands.h:430:6: note: Derived variable 'ChangeLegCurveCommand::m_index'
fritzing-app-0.9.3b/src/commands.h:453:6: warning: The class 'ChangeLegBendpointCommand' defines member variable with name 'm_index' also defined in its parent class 'BaseCommand'. [duplInheritedMember]
fritzing-app-0.9.3b/src/commands.h:108:6: note: Parent variable 'BaseCommand::m_index'
fritzing-app-0.9.3b/src/commands.h:453:6: note: Derived variable 'ChangeLegBendpointCommand::m_index'
fritzing-app-0.9.3b/src/viewgeometry.h:42:2: style: Class 'ViewGeometry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.h:44:2: style: Class 'NonConnectorItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/connectors/connectoritem.h:43:2: style: Class 'ConnectorItemAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/commands.h:1133:2: style: Class 'TemporaryCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/model/modelpartshared.h:49:5: style: Struct 'ViewImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/model/modelpart.h:83:2: style: Class 'ModelPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/model/modelbase.h:38:2: style: Class 'ModelBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/model/sketchmodel.h:40:2: style: Class 'SketchModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/model/sketchmodel.h:41:2: style: Class 'SketchModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/items/wire.h:48:2: style: Class 'WireAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/connectors/connectoritem.h:77:7: style: The function 'setHidden' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.h:48:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/connectors/connectoritem.h:77:7: note: Function in derived class
fritzing-app-0.9.3b/src/connectors/connectoritem.h:78:7: style: The function 'setInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.h:50:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/connectors/connectoritem.h:78:7: note: Function in derived class
fritzing-app-0.9.3b/src/connectors/connectoritem.h:151:7: style: The function 'cursorKeyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/utils/cursormaster.h:36:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/connectors/connectoritem.h:151:7: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:128:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:128:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:150:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:150:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:168:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:168:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:182:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:182:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:201:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:201:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:227:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:227:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:245:18: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:245:18: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:263:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:263:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:281:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:281:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:305:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:305:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:332:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:332:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:356:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:356:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:378:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:378:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:402:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:402:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:423:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:423:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:445:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:445:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:470:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:470:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:492:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:492:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:532:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:532:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:557:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:557:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:595:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:595:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:619:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:619:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:642:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:642:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:660:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:660:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:697:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:697:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:715:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:715:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:729:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:729:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:746:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:746:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:764:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:764:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:784:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:784:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:802:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:802:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:818:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:818:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:838:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:838:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:860:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:860:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:878:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:878:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:896:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:896:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:916:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:916:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:936:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:936:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:956:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:956:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:980:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:980:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:997:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:997:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:1018:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:1018:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:1035:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:1035:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:1052:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:1052:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:1078:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:1078:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:1096:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:1096:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:1117:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:1117:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:1154:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:1154:10: note: Function in derived class
fritzing-app-0.9.3b/src/commands.h:1171:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/commands.h:1171:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:47:7: style: The function 'saveGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:71:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:47:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:48:7: style: The function 'itemMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:74:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:48:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:49:15: style: The function 'saveInstanceLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:81:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:49:15: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:50:7: style: The function 'moveItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:83:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:57:7: style: The function 'acceptsMousePressConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:284:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:59:7: style: The function 'connectedMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:291:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:59:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:60:7: style: The function 'collectFemaleConnectees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:157:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:60:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:61:7: style: The function 'collectWireConnectees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:156:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:61:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:73:9: style: The function 'boundingRectWithoutLegs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:207:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:73:9: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:74:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:74:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: style: The function 'canEditPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:173:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:77:15: style: The function 'hoverShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:209:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:77:15: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:79:7: style: The function 'paintHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:316:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:79:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:80:7: style: The function 'paintSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:318:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:80:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:81:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:81:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:82:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:82:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:83:18: style: The function 'getCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:210:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:83:18: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:84:7: style: The function 'cursorKeyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/utils/cursormaster.h:36:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:84:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:96:7: style: The function 'findConnectorsUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:294:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:96:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitembase.h:100:7: style: The function 'freeRotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:197:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitembase.h:100:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:84:7: style: The function 'removeLayerKin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:89:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:84:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:88:7: style: The function 'rotateItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:85:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:88:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:89:7: style: The function 'flipItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:86:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:89:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:90:7: style: The function 'moveItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:83:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:90:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:91:7: style: The function 'transformItem2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:88:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:91:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:92:7: style: The function 'setItemPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:84:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:92:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:97:7: style: The function 'syncKinMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:52:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:97:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:99:7: style: The function 'setInstanceTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:298:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:99:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:102:7: style: The function 'setHidden' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:100:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:102:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:103:7: style: The function 'setInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:104:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:103:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:104:7: style: The function 'collectFemaleConnectees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:157:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:104:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:105:7: style: The function 'collectWireConnectees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:156:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:105:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:106:7: style: The function 'clearModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:139:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:106:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:107:10: style: The function 'mousePressEventK' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:62:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:107:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:108:7: style: The function 'resetID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:159:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:108:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:109:7: style: The function 'slamZ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:166:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:109:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:112:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:112:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:113:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:113:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:145:7: style: The function 'syncKinSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:51:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:145:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:147:7: style: The function 'updateConnections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:109:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:147:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:149:7: style: The function 'figureHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:164:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:149:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.h:156:10: style: The function 'makeLocalModifications' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:331:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/paletteitem.h:156:10: note: Function in derived class
fritzing-app-0.9.3b/src/model/palettemodel.h:46:14: style: The function 'retrieveModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/model/modelbase.h:43:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/model/palettemodel.h:46:14: note: Function in derived class
fritzing-app-0.9.3b/src/model/palettemodel.h:53:14: style: The function 'addPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/model/modelbase.h:50:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/model/palettemodel.h:53:14: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:38:22: style: The function 'loadPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/model/palettemodel.h:48:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:38:22: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:41:22: style: The function 'retrieveModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/model/modelbase.h:43:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:41:22: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:43:16: style: The function 'addPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/model/modelbase.h:49:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:43:16: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:44:23: style: The function 'addPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/model/modelbase.h:50:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:44:23: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:155:7: style: The function 'rotateX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:119:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:155:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:172:8: style: The function 'mousePressConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:58:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:172:8: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:193:7: style: The function 'hoverEnterItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:46:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:193:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:194:7: style: The function 'hoverLeaveItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:47:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:194:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:195:7: style: The function 'hoverEnterConnectorItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:52:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:195:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:196:7: style: The function 'hoverLeaveConnectorItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:53:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:196:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:199:7: style: The function 'partLabelChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:103:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:199:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:200:7: style: The function 'noteChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:104:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:200:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:206:10: style: The function 'swappingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:50:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:206:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:213:7: style: The function 'setIgnoreSelectionChangeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:69:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:213:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:235:7: style: The function 'partLabelMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:62:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:235:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:236:7: style: The function 'rotateFlipPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:63:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:236:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:239:7: style: The function 'hidePartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:61:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:239:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:240:7: style: The function 'noteSizeChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:64:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:240:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:245:7: style: The function 'spaceBarIsPressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:66:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:245:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:249:14: style: The function 'viewLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:78:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:249:14: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:255:7: style: The function 'getBendpointWidths' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:70:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:255:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:268:7: style: The function 'loadLogoImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:79:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:268:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:271:7: style: The function 'setNoteFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:81:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:271:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:296:25: style: The function 'getTraceFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:100:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:296:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:297:7: style: The function 'changeBus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:88:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:297:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:298:18: style: The function 'filenameIf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:89:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:298:18: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:300:7: style: The function 'prepLegBendpointMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:91:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:300:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:301:7: style: The function 'prepLegCurveChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:92:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:301:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:302:7: style: The function 'prepLegBendpointChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:93:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:302:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:303:7: style: The function 'prepLegSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:94:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:303:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:311:7: style: The function 'curvyWiresIndicated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:96:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:311:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:312:7: style: The function 'triggerRotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:97:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:312:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:314:7: style: The function 'renamePins' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:99:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:314:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:316:7: style: The function 'getRatsnestColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:86:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:316:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:322:7: style: The function 'setAnyInRotation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:101:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:322:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:326:10: style: The function 'resolveTemporary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:111:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:326:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:334:10: style: The function 'viewItemInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:45:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:334:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:339:10: style: The function 'moveItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:118:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:339:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:614:7: style: The function 'changePinLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:98:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:614:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:623:7: style: The function 'changeWireColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:109:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:623:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:624:7: style: The function 'changeWireWidthMils' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:108:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:624:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:627:7: style: The function 'setInstanceTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:627:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:635:7: style: The function 'setResistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:105:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:635:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:637:15: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:106:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:637:15: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:638:7: style: The function 'setHoleSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:107:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:638:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:640:7: style: The function 'resizeBoard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:123:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:640:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:45:7: style: The function 'addViewLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:208:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:45:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:46:7: style: The function 'canDeleteItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:223:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:46:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:47:7: style: The function 'canCopyItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:224:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:47:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:48:7: style: The function 'createTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:250:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:48:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:52:7: style: The function 'hasAnyNets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:219:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:52:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:53:7: style: The function 'forwardRoutingStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:227:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:54:7: style: The function 'addDefaultParts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:291:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:62:18: style: The function 'traceColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:506:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:62:18: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:65:7: style: The function 'canChainMultiple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:421:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:65:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:66:7: style: The function 'setNewPartVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:406:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:66:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:67:7: style: The function 'setClipEnds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:254:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:67:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:69:20: style: The function 'getLabelFontSizeTiny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:72:20: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:69:20: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:70:17: style: The function 'getLabelFontSizeSmall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:73:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:70:17: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:71:17: style: The function 'getLabelFontSizeMedium' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:74:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:71:17: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:72:17: style: The function 'getLabelFontSizeLarge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:75:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:72:17: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:73:25: style: The function 'getWireViewLayerID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:260:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:73:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:78:7: style: The function 'setBoardLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:84:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:78:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:80:7: style: The function 'loadFromModelParts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:146:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:80:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:83:7: style: The function 'routeBothSides' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:286:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:83:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:84:7: style: The function 'sameElectricalLayer2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:327:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:84:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:86:7: style: The function 'changeLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:287:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:86:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:87:7: style: The function 'acceptsTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:484:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:87:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:88:13: style: The function 'placePartDroppedInOtherView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:485:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:88:13: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:91:10: style: The function 'deleteItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:120:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:91:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:92:9: style: The function 'getTraceWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:505:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:92:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:94:7: style: The function 'getBendpointWidths' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:70:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:94:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:99:10: style: The function 'generateCopperFillUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:90:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:99:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:100:9: style: The function 'getWireStrokeWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:95:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:100:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:103:25: style: The function 'getTraceFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:100:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:103:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:118:29: style: The function 'getAutorouterSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:335:37: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:118:29: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:119:10: style: The function 'setAutorouterSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:336:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:119:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:125:10: style: The function 'setViewFromBelow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/zoomablegraphicsview.h:49:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:125:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:127:35: style: The function 'defaultViewLayerPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:284:40: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:127:35: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:130:7: style: The function 'resizeBoard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:123:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:130:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:131:7: style: The function 'showLabelFirstTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:639:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:131:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:132:7: style: The function 'changeBoardLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:641:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:132:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:133:13: style: The function 'resizeBoard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:631:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:133:13: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:145:7: style: The function 'setWireVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:430:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:145:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:147:25: style: The function 'multiLayerGetViewLayerID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:419:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:147:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:148:7: style: The function 'canChainWire' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:422:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:148:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:149:7: style: The function 'canDragWire' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:423:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:149:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:150:18: style: The function 'hoverEnterPartConnectorMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:436:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:150:18: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:152:25: style: The function 'getDragWireViewLayerID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:369:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:152:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:153:7: style: The function 'canDropModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:351:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:153:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:154:7: style: The function 'canCreateWire' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:424:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:154:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:156:7: style: The function 'setUpColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:426:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:156:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:159:7: style: The function 'getLabelFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:71:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:159:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:160:9: style: The function 'defaultGridSizeInches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:282:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:160:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:161:25: style: The function 'getLabelViewLayerID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:373:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:161:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:162:32: style: The function 'wireViewLayerPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:476:40: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:162:32: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:163:7: style: The function 'resizingJumperItemPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:478:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:163:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:164:7: style: The function 'resizingJumperItemRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:479:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:164:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:168:32: style: The function 'createWireViewLayerPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:488:40: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:168:32: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:169:9: style: The function 'createTempWireForDragging' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:489:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:169:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:170:7: style: The function 'prereleaseTempWireForDragging' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:490:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:170:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:171:7: style: The function 'rotatePartLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:502:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:171:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:177:7: style: The function 'canAlignToCenter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:462:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:177:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:178:10: style: The function 'selectAllWires' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:251:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:178:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:179:13: style: The function 'checkDroppedModuleID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:468:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:179:13: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:180:10: style: The function 'canConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:512:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:180:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:182:32: style: The function 'getViewLayerPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:475:40: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:182:32: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:185:18: style: The function 'addPartItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:363:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:185:18: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:188:10: style: The function 'updateOK' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:522:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:188:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:204:10: style: The function 'wireSplitSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:588:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:204:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:208:10: style: The function 'getDroppedItemViewLayerPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:620:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:208:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:63:17: style: The function 'newConnectorItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:295:25: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:63:17: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:64:7: style: The function 'busConnectorItems' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:99:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:64:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:66:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:66:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:68:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:68:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:69:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:69:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:70:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:171:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:70:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:73:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:73:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:74:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:74:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:75:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:75:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:77:7: style: The function 'hasPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:140:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:77:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:96:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:96:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:116:10: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:116:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:117:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:117:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:118:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:118:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:119:7: style: The function 'isOnlyNetLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:76:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:119:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:120:13: style: The function 'getInspectorTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:237:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:120:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:121:10: style: The function 'setInspectorTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:238:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:121:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:124:13: style: The function 'makeSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:94:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:124:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:77:7: style: The function 'saveGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:71:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:77:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:78:7: style: The function 'itemMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:74:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:78:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:79:7: style: The function 'saveInstanceLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:81:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:79:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:80:7: style: The function 'writeGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:82:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:80:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:81:7: style: The function 'moveItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:83:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:81:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:88:7: style: The function 'connectedMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:291:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:88:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:94:7: style: The function 'findConnectorsUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:294:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:94:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:97:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:97:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:135:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:135:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:136:7: style: The function 'hasPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:140:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:136:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:137:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:137:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:140:7: style: The function 'paintBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:319:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:140:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:142:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:142:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:143:7: style: The function 'rotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:195:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:143:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:144:7: style: The function 'rotation45Allowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:196:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:144:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:145:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:145:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:149:18: style: The function 'hoverShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:209:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:149:18: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:161:7: style: The function 'cursorKeyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/utils/cursormaster.h:36:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:161:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:165:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:165:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:192:7: style: The function 'paintHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:316:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:192:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:194:7: style: The function 'connectionChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:290:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:194:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:195:7: style: The function 'mousePressConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:280:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:195:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:196:7: style: The function 'mouseDoubleClickConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:281:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:196:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:197:7: style: The function 'mouseMoveConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:282:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:197:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:198:7: style: The function 'mouseReleaseConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:283:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:198:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:199:7: style: The function 'acceptsMouseDoubleClickConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:287:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:199:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:200:7: style: The function 'acceptsMouseMoveConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:288:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:200:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:201:7: style: The function 'acceptsMouseReleaseConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:289:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:201:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:209:7: style: The function 'getConnectedColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:241:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:209:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:210:7: style: The function 'connectionIsAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:169:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:210:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/wire.h:222:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/wire.h:222:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/clipablewire.h:41:17: style: The function 'getPaintLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/wire.h:152:25: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/clipablewire.h:41:17: note: Function in derived class
fritzing-app-0.9.3b/src/items/clipablewire.h:42:7: style: The function 'filterMousePressConnectorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:279:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/clipablewire.h:42:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/clipablewire.h:46:7: style: The function 'hoverMoveConnectorItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:273:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/clipablewire.h:46:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/virtualwire.h:40:7: style: The function 'setHidden' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:100:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/virtualwire.h:40:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/virtualwire.h:41:7: style: The function 'setInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:104:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/virtualwire.h:41:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/virtualwire.h:50:7: style: The function 'connectionChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:290:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/virtualwire.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/virtualwire.h:51:24: style: The function 'setUpConnectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/wire.h:202:32: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/virtualwire.h:51:24: note: Function in derived class
fritzing-app-0.9.3b/src/items/tracewire.h:39:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/tracewire.h:39:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/tracewire.h:40:7: style: The function 'canSwitchLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/wire.h:138:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/tracewire.h:40:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/tracewire.h:47:29: style: The function 'prepareProps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:178:37: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/tracewire.h:47:29: note: Function in derived class
fritzing-app-0.9.3b/src/items/tracewire.h:48:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/tracewire.h:48:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/tracewire.h:67:10: style: The function 'setColorFromElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/wire.h:213:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/tracewire.h:67:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:41:18: style: The function 'hoverShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:209:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:41:18: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:42:8: style: The function 'setUpImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:58:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:42:8: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:48:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:48:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:53:7: style: The function 'hasCustomSVG' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:174:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:55:7: style: The function 'loadLayerKin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitem.h:87:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:55:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:56:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:56:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:57:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:58:7: style: The function 'rotateItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:85:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:58:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:59:7: style: The function 'calcRotation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:185:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:59:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:61:7: style: The function 'saveInstanceLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:49:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:61:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:62:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:62:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:64:7: style: The function 'mousePressEventK' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:62:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:64:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:65:7: style: The function 'mouseMoveEventK' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:63:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:65:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:66:7: style: The function 'mouseReleaseEventK' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:64:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:66:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:78:7: style: The function 'paintHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:316:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:78:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:79:7: style: The function 'paintSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:318:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:79:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.h:80:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/jumperitem.h:80:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:48:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:171:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:48:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:49:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:49:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:52:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:52:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:53:7: style: The function 'hasCustomSVG' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:174:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:54:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:54:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:55:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:55:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:56:7: style: The function 'canEditPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:57:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:58:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:58:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:60:7: style: The function 'rotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:195:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:60:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:61:7: style: The function 'rotation45Allowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:196:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:61:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:62:7: style: The function 'canFindConnectorsUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:97:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:62:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:66:7: style: The function 'changeHoleSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitem.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:66:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:67:7: style: The function 'changeUnits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitem.h:171:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:67:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.h:76:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/hole.h:76:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/via.h:43:7: style: The function 'saveInstanceLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:49:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/via.h:43:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/via.h:55:10: style: The function 'makeID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/hole.h:71:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/via.h:55:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/via.h:56:7: style: The function 'setBoth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/hole.h:74:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/via.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/autoroute/autoroutersettingsdialog.cpp:241:50: style: Function 'setTraceWidth' argument 1 names different: declaration 'newWidth' definition 'width'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/autoroutersettingsdialog.h:63:25: note: Function 'setTraceWidth' argument 1 names different: declaration 'newWidth' definition 'width'.
fritzing-app-0.9.3b/src/autoroute/autoroutersettingsdialog.cpp:241:50: note: Function 'setTraceWidth' argument 1 names different: declaration 'newWidth' definition 'width'.
fritzing-app-0.9.3b/src/fsvgrenderer.h:74:2: style: Class 'FSvgRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/autoroute/cmrouter/tile.h:110:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/autoroute/cmrouter/tile.h:116:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/autoroute/cmrouter/tile.h:122:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/autoroute/cmrouter/tile.h:128:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/autoroute/cmrouter/cmrouter.cpp:592:6: style: Condition 'gotOverlap' is always false [knownConditionTrueFalse]
fritzing-app-0.9.3b/src/autoroute/cmrouter/cmrouter.cpp:587:20: note: Assignment 'gotOverlap=false', assigned value is 0
fritzing-app-0.9.3b/src/autoroute/cmrouter/cmrouter.cpp:592:6: note: Condition 'gotOverlap' is always false
fritzing-app-0.9.3b/src/autoroute/cmrouter/cmrouter.cpp:439:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fritzing-app-0.9.3b/src/items/resizableboard.h:52:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:52:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:53:7: style: The function 'paintHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:316:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:54:7: style: The function 'rotation45Allowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:196:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:55:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:55:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:56:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:56:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:57:7: style: The function 'canFindConnectorsUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:97:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:58:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:58:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:69:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:69:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:109:8: style: The function 'loadLayerKin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitem.h:87:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:109:8: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:111:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:111:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:112:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:112:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:115:7: style: The function 'hasCustomSVG' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:174:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:115:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:117:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:117:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:118:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:118:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:119:7: style: The function 'paintSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:318:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:119:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:121:10: style: The function 'figureHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:164:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:121:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/resizableboard.h:149:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resizableboard.h:149:14: note: Function in derived class
fritzing-app-0.9.3b/src/autoroute/cmrouter/search2.cpp:98:16: style: The scope of the variable 'enumTR' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/autoroute/cmrouter/search2.cpp:99:9: style: The scope of the variable 'enumRight' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/autoroute/cmrouter/search2.cpp:99:20: style: The scope of the variable 'enumBottom' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/autoroute/cmrouter/tile.cpp:708:24: style: Function 'gotoPoint' argument 1 names different: declaration 'tile' definition 'tp'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/cmrouter/tile.h:285:25: note: Function 'gotoPoint' argument 1 names different: declaration 'tile' definition 'tp'.
fritzing-app-0.9.3b/src/autoroute/cmrouter/tile.cpp:708:24: note: Function 'gotoPoint' argument 1 names different: declaration 'tile' definition 'tp'.
fritzing-app-0.9.3b/src/autoroute/drc.cpp:773:234: style: Function 'splitSubs' argument 8 names different: declaration 'both' definition 'bothIDs'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/drc.h:103:219: note: Function 'splitSubs' argument 8 names different: declaration 'both' definition 'bothIDs'.
fritzing-app-0.9.3b/src/autoroute/drc.cpp:773:234: note: Function 'splitSubs' argument 8 names different: declaration 'both' definition 'bothIDs'.
fritzing-app-0.9.3b/src/autoroute/drc.cpp:936:119: style: Function 'findItemsAt' argument 4 names different: declaration 'keepout' definition 'keepoutMils'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/drc.h:96:109: note: Function 'findItemsAt' argument 4 names different: declaration 'keepout' definition 'keepoutMils'.
fritzing-app-0.9.3b/src/autoroute/drc.cpp:936:119: note: Function 'findItemsAt' argument 4 names different: declaration 'keepout' definition 'keepoutMils'.
fritzing-app-0.9.3b/src/autoroute/drc.cpp:950:31: style: Function 'extendBorder' argument 1 names different: declaration 'keepoutImagePixels' definition 'keepout'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/drc.h:69:37: note: Function 'extendBorder' argument 1 names different: declaration 'keepoutImagePixels' definition 'keepout'.
fritzing-app-0.9.3b/src/autoroute/drc.cpp:950:31: note: Function 'extendBorder' argument 1 names different: declaration 'keepoutImagePixels' definition 'keepout'.
fritzing-app-0.9.3b/src/autoroute/drc.cpp:1126:147: style: Function 'missingCopper' argument 4 names different: declaration 'svgRoot' definition 'root'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/drc.h:99:125: note: Function 'missingCopper' argument 4 names different: declaration 'svgRoot' definition 'root'.
fritzing-app-0.9.3b/src/autoroute/drc.cpp:1126:147: note: Function 'missingCopper' argument 4 names different: declaration 'svgRoot' definition 'root'.
fritzing-app-0.9.3b/src/connectors/svgidlayer.h:45:2: style: Class 'SvgIdLayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/autoroute/eventeater.h:40:2: style: Class 'EventEater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:340:16: style: Function 'Grid' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:126:14: note: Function 'Grid' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:340:16: note: Function 'Grid' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:340:24: style: Function 'Grid' argument 2 names different: declaration 'y' definition 'sy'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:126:21: note: Function 'Grid' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:340:24: note: Function 'Grid' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:340:32: style: Function 'Grid' argument 3 names different: declaration 'layers' definition 'sz'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:126:28: note: Function 'Grid' argument 3 names different: declaration 'layers' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:340:32: note: Function 'Grid' argument 3 names different: declaration 'layers' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:348:24: style: Function 'at' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:128:22: note: Function 'at' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:348:24: note: Function 'at' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:348:32: style: Function 'at' argument 2 names different: declaration 'y' definition 'sy'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:128:29: note: Function 'at' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:348:32: note: Function 'at' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:348:40: style: Function 'at' argument 3 names different: declaration 'z' definition 'sz'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:128:36: note: Function 'at' argument 3 names different: declaration 'z' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:348:40: note: Function 'at' argument 3 names different: declaration 'z' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:352:22: style: Function 'setAt' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:129:20: note: Function 'setAt' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:352:22: note: Function 'setAt' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:352:30: style: Function 'setAt' argument 2 names different: declaration 'y' definition 'sy'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:129:27: note: Function 'setAt' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:352:30: note: Function 'setAt' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:352:38: style: Function 'setAt' argument 3 names different: declaration 'z' definition 'sz'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:129:34: note: Function 'setAt' argument 3 names different: declaration 'z' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:352:38: note: Function 'setAt' argument 3 names different: declaration 'z' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:356:30: style: Function 'init' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:130:28: note: Function 'init' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:356:30: note: Function 'init' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:356:38: style: Function 'init' argument 2 names different: declaration 'y' definition 'sy'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:130:35: note: Function 'init' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:356:38: note: Function 'init' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:356:46: style: Function 'init' argument 3 names different: declaration 'z' definition 'sz'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:130:42: note: Function 'init' argument 3 names different: declaration 'z' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:356:46: note: Function 'init' argument 3 names different: declaration 'z' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:388:31: style: Function 'init4' argument 1 names different: declaration 'x' definition 'sx'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:131:29: note: Function 'init4' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:388:31: note: Function 'init4' argument 1 names different: declaration 'x' definition 'sx'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:388:39: style: Function 'init4' argument 2 names different: declaration 'y' definition 'sy'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:131:36: note: Function 'init4' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:388:39: note: Function 'init4' argument 2 names different: declaration 'y' definition 'sy'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:388:47: style: Function 'init4' argument 3 names different: declaration 'z' definition 'sz'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:131:43: note: Function 'init4' argument 3 names different: declaration 'z' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:388:47: note: Function 'init4' argument 3 names different: declaration 'z' definition 'sz'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:912:56: style: Function 'makeBoard' argument 2 names different: declaration 'keepout' definition 'keepoutGrid'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:203:37: note: Function 'makeBoard' argument 2 names different: declaration 'keepout' definition 'keepoutGrid'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:912:56: note: Function 'makeBoard' argument 2 names different: declaration 'keepout' definition 'keepoutGrid'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:912:84: style: Function 'makeBoard' argument 3 names different: declaration 'r' definition 'renderRect'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:203:61: note: Function 'makeBoard' argument 3 names different: declaration 'r' definition 'renderRect'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:912:84: note: Function 'makeBoard' argument 3 names different: declaration 'r' definition 'renderRect'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:1343:53: style: Function 'prepSourceAndTarget' argument 1 names different: declaration 'masterdoc' definition 'masterDoc'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:220:45: note: Function 'prepSourceAndTarget' argument 1 names different: declaration 'masterdoc' definition 'masterDoc'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:1343:53: note: Function 'prepSourceAndTarget' argument 1 names different: declaration 'masterdoc' definition 'masterDoc'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:1410:81: style: Function 'findNearestPair' argument 2 names different: declaration 'i' definition 'inetix'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:208:73: note: Function 'findNearestPair' argument 2 names different: declaration 'i' definition 'inetix'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:1410:81: note: Function 'findNearestPair' argument 2 names different: declaration 'i' definition 'inetix'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:1450:255: style: Function 'renderSource' argument 9 names different: declaration 'r' definition 'renderRect'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:209:228: note: Function 'renderSource' argument 9 names different: declaration 'r' definition 'renderRect'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:1450:255: note: Function 'renderSource' argument 9 names different: declaration 'r' definition 'renderRect'.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:326:12: warning: Member variable 'GridPoint::qCost' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:333:12: warning: Member variable 'GridPoint::x' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:333:12: warning: Member variable 'GridPoint::y' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:333:12: warning: Member variable 'GridPoint::z' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:333:12: warning: Member variable 'GridPoint::qCost' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:90:5: warning: Member variable 'Trace::netIndex' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:90:5: warning: Member variable 'Trace::order' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:68:9: performance: Variable 'p' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:91:9: performance: Variable 'flags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:335:5: performance: Variable 'flags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:129:10: style: Technically the member function 'Grid::setAt' can be const. [functionConst]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:352:12: note: Technically the member function 'Grid::setAt' can be const.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:129:10: note: Technically the member function 'Grid::setAt' can be const.
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:345:5: style: Struct 'Grid' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:345:5: style: Struct 'Grid' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:345:5: style: Struct 'Grid' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:198:7: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/autoroute/autorouter.h:53:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:198:7: note: Function in derived class
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:250:8: style: The function 'setMaxCycles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/autoroute/autorouter.h:80:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.h:250:8: note: Function in derived class
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:397:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fritzing-app-0.9.3b/src/autoroute/mazerouter/mazerouter.cpp:2801:124: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:145:26: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:156:26: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:169:26: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:182:26: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:195:26: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:1041:26: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:1434:10: style: The scope of the variable 'wasOne' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:716:43: style: Function 'collectFiles' argument 1 names different: declaration 'outputDir' definition 'outputFolder'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/panelizer.h:129:40: note: Function 'collectFiles' argument 1 names different: declaration 'outputDir' definition 'outputFolder'.
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:716:43: note: Function 'collectFiles' argument 1 names different: declaration 'outputDir' definition 'outputFolder'.
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:1905:53: style: Function 'initPanelizerOutput' argument 1 names different: declaration 'filename' definition 'panelFilename'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/panelizer.h:142:53: note: Function 'initPanelizerOutput' argument 1 names different: declaration 'filename' definition 'panelFilename'.
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:1905:53: note: Function 'initPanelizerOutput' argument 1 names different: declaration 'filename' definition 'panelFilename'.
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:1905:84: style: Function 'initPanelizerOutput' argument 2 names different: declaration 'initialMsg' definition 'msg'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/panelizer.h:142:79: note: Function 'initPanelizerOutput' argument 2 names different: declaration 'initialMsg' definition 'msg'.
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:1905:84: note: Function 'initPanelizerOutput' argument 2 names different: declaration 'initialMsg' definition 'msg'.
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:1916:50: style: Function 'collectFilenames' argument 1 names different: declaration 'filenames' definition 'filename'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/autoroute/panelizer.h:143:50: note: Function 'collectFilenames' argument 1 names different: declaration 'filenames' definition 'filename'.
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:1916:50: note: Function 'collectFilenames' argument 1 names different: declaration 'filenames' definition 'filename'.
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:210:12: warning: Member variable 'PanelItem::required' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:210:12: warning: Member variable 'PanelItem::maxOptional' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:210:12: warning: Member variable 'PanelItem::optionalPriority' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:210:12: warning: Member variable 'PanelItem::x' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:210:12: warning: Member variable 'PanelItem::y' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:210:12: warning: Member variable 'PanelItem::rotate90' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:210:12: warning: Member variable 'PanelItem::planePair' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:216:12: warning: Member variable 'PanelItem::x' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:216:12: warning: Member variable 'PanelItem::y' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:216:12: warning: Member variable 'PanelItem::rotate90' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:216:12: warning: Member variable 'PanelItem::planePair' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:205:12: warning: Member variable 'BestPlace::bestTileRect' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:205:12: warning: Member variable 'BestPlace::maxRect' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:205:12: warning: Member variable 'BestPlace::width' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:205:12: warning: Member variable 'BestPlace::height' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:205:12: warning: Member variable 'BestPlace::rotate90' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:205:12: warning: Member variable 'BestPlace::plane' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/autoroute/panelizer.h:110:13: performance: Variable 'layerList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/autoroute/panelizer.h:111:13: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/autoroute/panelizer.h:113:13: performance: Variable 'suffix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:218:8: performance: Variable 'boardName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:219:8: performance: Variable 'path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:223:8: performance: Variable 'boardSizeInches' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/waitpushundostack.h:40:2: style: Class 'WaitPushUndoStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/program/trienode.h:43:2: style: Class 'TrieNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/program/syntaxer.h:97:2: style: Class 'SyntaxerTrieLeaf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/program/platform.h:41:5: style: Class 'Platform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/program/programwindow.h:75:2: style: Class 'PTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/program/programwindow.h:84:2: style: Class 'ProgramWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:72:5: style: Class 'FTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:134:5: style: Class 'GridSizeDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:171:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/autoroute/panelizer.h:70:2: style: Struct 'PanelItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/fapplication.h:53:5: style: Class 'FServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:72:15: style: The function 'saveAsAux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/utils/bundler.h:9:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:72:15: note: Function in derived class
fritzing-app-0.9.3b/src/program/programwindow.h:90:16: style: The function 'defaultSaveFolder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:68:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/programwindow.h:90:16: note: Function in derived class
fritzing-app-0.9.3b/src/program/programwindow.h:155:16: style: The function 'untitledFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:66:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/programwindow.h:155:16: note: Function in derived class
fritzing-app-0.9.3b/src/program/programwindow.h:156:16: style: The function 'fileExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:65:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/programwindow.h:156:16: note: Function in derived class
fritzing-app-0.9.3b/src/program/programwindow.h:159:10: style: The function 'untitledFileCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:67:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/programwindow.h:159:10: note: Function in derived class
fritzing-app-0.9.3b/src/program/programwindow.h:160:10: style: The function 'setTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:63:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/programwindow.h:160:10: note: Function in derived class
fritzing-app-0.9.3b/src/program/programwindow.h:162:7: style: The function 'saveAsAux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:72:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/programwindow.h:162:7: note: Function in derived class
fritzing-app-0.9.3b/src/program/programwindow.h:169:10: style: The function 'getExtensionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:69:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/programwindow.h:169:10: note: Function in derived class
fritzing-app-0.9.3b/src/program/programwindow.h:170:14: style: The function 'getExtensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:70:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/programwindow.h:170:14: note: Function in derived class
fritzing-app-0.9.3b/src/program/programwindow.h:171:7: style: The function 'beforeClosing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:73:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/programwindow.h:171:7: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:176:7: style: The function 'notClosableForAWhile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:49:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:176:7: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:214:7: style: The function 'saveAsAux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:72:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:214:7: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:430:7: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:57:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:430:7: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:431:7: style: The function 'saveAs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:58:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:431:7: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:511:16: style: The function 'untitledFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:66:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:511:16: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:512:7: style: The function 'untitledFileCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:67:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:512:7: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:513:16: style: The function 'fileExtension' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:65:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:513:16: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:514:10: style: The function 'getExtensionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:69:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:514:10: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:515:14: style: The function 'getExtensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:70:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:515:14: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:516:16: style: The function 'defaultSaveFolder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:68:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:516:16: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:557:16: style: The function 'fritzingTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:64:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:557:16: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:48:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:48:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:49:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:49:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:50:7: style: The function 'resizeMM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:107:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:51:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:171:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:51:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:54:7: style: The function 'canEditPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:55:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:55:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:56:7: style: The function 'hasPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:140:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:59:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:59:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:60:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:60:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:61:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:61:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:63:7: style: The function 'paintHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:316:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:63:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:66:13: style: The function 'getInspectorTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:237:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:66:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:67:10: style: The function 'setInspectorTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:238:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:67:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:71:7: style: The function 'widthEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:71:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:72:7: style: The function 'heightEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:125:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:72:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:77:7: style: The function 'prepLoadImageAux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:68:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:77:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:82:9: style: The function 'minWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:151:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:82:9: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:83:9: style: The function 'minHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:152:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:83:9: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:84:7: style: The function 'freeRotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:99:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:84:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:85:7: style: The function 'freeRotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:197:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:85:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:86:25: style: The function 'findCorner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:158:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:86:25: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:89:10: style: The function 'checkImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:65:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:89:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:90:16: style: The function 'getImageNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:63:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:90:16: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:91:16: style: The function 'getNewImageNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:64:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:91:16: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:95:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:95:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:115:25: style: The function 'layer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:78:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:115:25: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:116:10: style: The function 'colorString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:79:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:116:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:117:16: style: The function 'getImageNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:63:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:117:16: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:118:10: style: The function 'flipSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:93:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:118:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:130:25: style: The function 'layer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:78:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:130:25: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:131:10: style: The function 'colorString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:79:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:131:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:132:10: style: The function 'isBottom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:92:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:132:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:143:10: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:143:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:144:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:144:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:150:25: style: The function 'layer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:78:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:150:25: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:151:10: style: The function 'colorString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:79:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:151:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:152:10: style: The function 'isBottom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:92:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:152:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:165:10: style: The function 'resizeMM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:107:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:165:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:166:7: style: The function 'reloadImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:58:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:166:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:167:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:167:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:170:25: style: The function 'layer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:78:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:170:25: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:171:10: style: The function 'colorString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:79:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:171:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:172:16: style: The function 'getImageNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:63:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:172:16: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:173:16: style: The function 'getNewImageNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:64:24: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:173:16: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:174:13: style: The function 'getShapeForRenderer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:87:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:174:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:175:10: style: The function 'canRetrieveLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:88:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:175:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:177:10: style: The function 'checkImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:65:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:177:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.h:178:10: style: The function 'isBottom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/logoitem.h:92:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/logoitem.h:178:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:38:8: style: The function 'setUpImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:58:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:38:8: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:41:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:41:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:43:7: style: The function 'hasCustomSVG' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:174:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:43:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:44:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:44:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:46:7: style: The function 'hasPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:140:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:46:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:47:7: style: The function 'loadLayerKin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitem.h:87:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:47:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:48:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:48:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:49:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:49:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:50:7: style: The function 'rotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:195:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:51:7: style: The function 'rotation45Allowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:196:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:51:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:52:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:52:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:53:7: style: The function 'canEditPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:54:7: style: The function 'setDropOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:199:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/groundplane.h:69:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/groundplane.h:69:23: note: Function in derived class
fritzing-app-0.9.3b/src/autoroute/panelizer.cpp:990:0: error: Memory leak: panelType [memleak]
fritzing-app-0.9.3b/src/utils/zoomslider.h:43:9: style: Class 'ZoomLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/commands.cpp:124:49: style: Function 'subCommand' argument 1 names different: declaration 'index' definition 'ix'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/commands.h:79:37: note: Function 'subCommand' argument 1 names different: declaration 'index' definition 'ix'.
fritzing-app-0.9.3b/src/commands.cpp:124:49: note: Function 'subCommand' argument 1 names different: declaration 'index' definition 'ix'.
fritzing-app-0.9.3b/src/commands.cpp:1326:2: performance: Variable 'm_oldColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/commands.cpp:1327:2: performance: Variable 'm_newColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/connectors/busshared.h:41:2: style: Class 'BusShared' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/connectors/busshared.cpp:35:2: performance: Variable 'm_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/connectors/busshared.h:44:41: style: Technically the member function 'BusShared::connectors' can be const. [functionConst]
fritzing-app-0.9.3b/src/connectors/busshared.cpp:79:45: note: Technically the member function 'BusShared::connectors' can be const.
fritzing-app-0.9.3b/src/connectors/busshared.h:44:41: note: Technically the member function 'BusShared::connectors' can be const.
fritzing-app-0.9.3b/src/connectors/connectorshared.h:44:2: style: Class 'ConnectorShared' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/connectors/connector.cpp:254:55: style: Function 'fullPinInfo' argument 1 names different: declaration 'viewId' definition 'viewID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/connector.h:79:51: note: Function 'fullPinInfo' argument 1 names different: declaration 'viewId' definition 'viewID'.
fritzing-app-0.9.3b/src/connectors/connector.cpp:254:55: note: Function 'fullPinInfo' argument 1 names different: declaration 'viewId' definition 'viewID'.
fritzing-app-0.9.3b/src/connectors/ercdata.h:72:2: style: Class 'ErcData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:302:58: style: Function 'ConnectorItemAction' argument 1 names different: declaration 'text' definition 'title'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/connectoritem.h:44:38: note: Function 'ConnectorItemAction' argument 1 names different: declaration 'text' definition 'title'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:302:58: note: Function 'ConnectorItemAction' argument 1 names different: declaration 'text' definition 'title'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:915:67: style: Function 'sceneAdjustedTerminalPoint' argument 1 names different: declaration 'anchor' definition 'connectee'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/connectoritem.h:74:53: note: Function 'sceneAdjustedTerminalPoint' argument 1 names different: declaration 'anchor' definition 'connectee'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:915:67: note: Function 'sceneAdjustedTerminalPoint' argument 1 names different: declaration 'anchor' definition 'connectee'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:963:36: style: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/connectoritem.h:77:22: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:963:36: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:1799:62: style: Function 'displayRatsnest' argument 1 names different: declaration 'partsConnectorItems' definition 'partConnectorItems'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/connectoritem.h:112:48: note: Function 'displayRatsnest' argument 1 names different: declaration 'partsConnectorItems' definition 'partConnectorItems'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:1799:62: note: Function 'displayRatsnest' argument 1 names different: declaration 'partsConnectorItems' definition 'partConnectorItems'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:2010:52: style: Function 'displayTooltip' argument 1 names different: declaration 'over' definition 'ci'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/connectoritem.h:176:38: note: Function 'displayTooltip' argument 1 names different: declaration 'over' definition 'ci'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:2010:52: note: Function 'displayTooltip' argument 1 names different: declaration 'over' definition 'ci'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:2602:45: style: Function 'insertBendpoint' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/connectoritem.h:195:31: note: Function 'insertBendpoint' argument 1 names different: declaration 'pos' definition 'p'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:2602:45: note: Function 'insertBendpoint' argument 1 names different: declaration 'pos' definition 'p'.
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:325:2: performance: Variable 'm_overConnectorItem' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/connectors/connectoritem.cpp:327:2: performance: Variable 'm_connector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/utils/ratsnestcolors.h:39:2: style: Class 'RatsnestColors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/connectors/connectorshared.cpp:202:67: style: Function 'loadPin' argument 2 names different: declaration 'viewId' definition 'viewID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/connectorshared.h:76:51: note: Function 'loadPin' argument 2 names different: declaration 'viewId' definition 'viewID'.
fritzing-app-0.9.3b/src/connectors/connectorshared.cpp:202:67: note: Function 'loadPin' argument 2 names different: declaration 'viewId' definition 'viewID'.
fritzing-app-0.9.3b/src/connectors/connectorshared.cpp:38:2: performance: Variable 'm_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/connectors/connectorshared.cpp:39:2: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/connectors/connectorshared.cpp:40:2: performance: Variable 'm_typeString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/connectors/connectorshared.cpp:42:2: performance: Variable 'm_description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/connectors/connectorshared.cpp:50:2: performance: Variable 'm_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/connectors/ercdata.cpp:29:12: warning: Member variable 'ValidReal::m_value' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/connectors/ercdata.h:39:7: style: Technically the member function 'ValidReal::isValid' can be const. [functionConst]
fritzing-app-0.9.3b/src/connectors/ercdata.cpp:33:17: note: Technically the member function 'ValidReal::isValid' can be const.
fritzing-app-0.9.3b/src/connectors/ercdata.h:39:7: note: Technically the member function 'ValidReal::isValid' can be const.
fritzing-app-0.9.3b/src/connectors/ercdata.h:40:9: style: Technically the member function 'ValidReal::value' can be const. [functionConst]
fritzing-app-0.9.3b/src/connectors/ercdata.cpp:37:19: note: Technically the member function 'ValidReal::value' can be const.
fritzing-app-0.9.3b/src/connectors/ercdata.h:40:9: note: Technically the member function 'ValidReal::value' can be const.
fritzing-app-0.9.3b/src/connectors/ercdata.h:75:8: style: Technically the member function 'ErcData::eType' can be const. [functionConst]
fritzing-app-0.9.3b/src/connectors/ercdata.cpp:170:25: note: Technically the member function 'ErcData::eType' can be const.
fritzing-app-0.9.3b/src/connectors/ercdata.h:75:8: note: Technically the member function 'ErcData::eType' can be const.
fritzing-app-0.9.3b/src/connectors/ercdata.h:76:9: style: Technically the member function 'ErcData::ignore' can be const. [functionConst]
fritzing-app-0.9.3b/src/connectors/ercdata.cpp:174:26: note: Technically the member function 'ErcData::ignore' can be const.
fritzing-app-0.9.3b/src/connectors/ercdata.h:76:9: note: Technically the member function 'ErcData::ignore' can be const.
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:142:39: style: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.h:48:30: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:142:39: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:151:44: style: Function 'setLayerHidden' argument 1 names different: declaration 'hidden' definition 'hide'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.h:52:35: note: Function 'setLayerHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:151:44: note: Function 'setLayerHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:44:19: warning: Member variable 'NonConnectorItem::m_paint' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:44:19: warning: Member variable 'NonConnectorItem::m_opacity' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:44:19: warning: Member variable 'NonConnectorItem::m_circular' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:44:19: warning: Member variable 'NonConnectorItem::m_negativePenWidth' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:44:19: warning: Member variable 'NonConnectorItem::m_negativeOffsetRect' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/connectors/nonconnectoritem.cpp:49:2: performance: Variable 'm_attachedTo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/connectors/svgidlayer.cpp:29:13: warning: Member variable 'SvgIdLayer::m_svgViewLayerID' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/connectors/svgidlayer.cpp:29:13: warning: Member variable 'SvgIdLayer::m_legStrokeWidth' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/connectors/svgidlayer.h:48:13: style: Technically the member function 'SvgIdLayer::point' can be const. [functionConst]
fritzing-app-0.9.3b/src/connectors/svgidlayer.cpp:41:21: note: Technically the member function 'SvgIdLayer::point' can be const.
fritzing-app-0.9.3b/src/connectors/svgidlayer.h:48:13: note: Technically the member function 'SvgIdLayer::point' can be const.
fritzing-app-0.9.3b/src/connectors/svgidlayer.h:49:12: style: Technically the member function 'SvgIdLayer::rect' can be const. [functionConst]
fritzing-app-0.9.3b/src/connectors/svgidlayer.cpp:47:20: note: Technically the member function 'SvgIdLayer::rect' can be const.
fritzing-app-0.9.3b/src/connectors/svgidlayer.h:49:12: note: Technically the member function 'SvgIdLayer::rect' can be const.
fritzing-app-0.9.3b/src/connectors/svgidlayer.h:50:10: style: Technically the member function 'SvgIdLayer::processed' can be const. [functionConst]
fritzing-app-0.9.3b/src/connectors/svgidlayer.cpp:53:18: note: Technically the member function 'SvgIdLayer::processed' can be const.
fritzing-app-0.9.3b/src/connectors/svgidlayer.h:50:10: note: Technically the member function 'SvgIdLayer::processed' can be const.
fritzing-app-0.9.3b/src/connectors/svgidlayer.h:51:10: style: Technically the member function 'SvgIdLayer::svgVisible' can be const. [functionConst]
fritzing-app-0.9.3b/src/connectors/svgidlayer.cpp:59:18: note: Technically the member function 'SvgIdLayer::svgVisible' can be const.
fritzing-app-0.9.3b/src/connectors/svgidlayer.h:51:10: note: Technically the member function 'SvgIdLayer::svgVisible' can be const.
fritzing-app-0.9.3b/src/debugdialog.cpp:93:29: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/debugdialog.cpp:94:24: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/debugdialog.cpp:104:45: style: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/debugdialog.h:73:36: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
fritzing-app-0.9.3b/src/debugdialog.cpp:104:45: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
fritzing-app-0.9.3b/src/debugdialog.cpp:58:9: performance: Variable 'm_message' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/debugdialog.h:44:2: style: Class 'DebugDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/dialogs/pinlabeldialog.cpp:201:65: style: Function 'makeOnePinEntry' argument 2 names different: declaration 'label' definition 'text'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/dialogs/pinlabeldialog.h:61:50: note: Function 'makeOnePinEntry' argument 2 names different: declaration 'label' definition 'text'.
fritzing-app-0.9.3b/src/dialogs/pinlabeldialog.cpp:201:65: note: Function 'makeOnePinEntry' argument 2 names different: declaration 'label' definition 'text'.
fritzing-app-0.9.3b/src/dialogs/pinlabeldialog.cpp:49:2: performance: Variable 'm_previous' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/dialogs/pinlabeldialog.cpp:50:2: performance: Variable 'm_next' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/dialogs/pinlabeldialog.cpp:69:2: performance: Variable 'm_labels' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/dialogs/prefsdialog.cpp:116:41: style: Function 'initGeneral' argument 1 names different: declaration 'general' definition 'widget'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/dialogs/prefsdialog.h:74:32: note: Function 'initGeneral' argument 1 names different: declaration 'general' definition 'widget'.
fritzing-app-0.9.3b/src/dialogs/prefsdialog.cpp:116:41: note: Function 'initGeneral' argument 1 names different: declaration 'general' definition 'widget'.
fritzing-app-0.9.3b/src/dialogs/prefsdialog.cpp:53:14: warning: Member variable 'PrefsDialog::m_translatorListModel' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/dialogs/prefsdialog.cpp:53:14: warning: Member variable 'PrefsDialog::m_viewInfoThings' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/dialogs/quotedialog.cpp:65:5: performance: Variable 'm_releasedImage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/dialogs/quotedialog.cpp:129:5: style: Class 'CustomDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/dialogs/recoverydialog.cpp:81:22: style: The scope of the variable 'item' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/dialogs/recoverydialog.cpp:52:46: style: Function 'RecoveryDialog' argument 1 names different: declaration 'fileList' definition 'fileInfoList'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/dialogs/recoverydialog.h:49:38: note: Function 'RecoveryDialog' argument 1 names different: declaration 'fileList' definition 'fileInfoList'.
fritzing-app-0.9.3b/src/dialogs/recoverydialog.cpp:52:46: note: Function 'RecoveryDialog' argument 1 names different: declaration 'fileList' definition 'fileInfoList'.
fritzing-app-0.9.3b/src/dialogs/recoverydialog.h:40:2: style: Class 'CenteredTreeWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/dialogs/setcolordialog.cpp:48:2: performance: Variable 'm_message' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/dialogs/setcolordialog.cpp:49:2: performance: Variable 'm_currentColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/dialogs/setcolordialog.cpp:49:19: performance: Variable 'm_selectedColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/dialogs/setcolordialog.cpp:50:2: performance: Variable 'm_standardColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/dock/layerpalette.cpp:32:20: warning: Member variable 'ViewLayerCheckBox::m_viewLayer' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/dock/layerpalette.h:44:2: style: Class 'ViewLayerCheckBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/dock/layerpalette.h:58:2: style: Class 'LayerPalette' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/eagle/fritzing2eagle.h:37:2: style: Class 'Fritzing2Eagle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/fapplication.cpp:324:16: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/fapplication.cpp:659:10: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/fapplication.cpp:1936:10: style: The scope of the variable 'buffersize' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/fapplication.cpp:1627:50: style: Function 'loadSomething' argument 1 names different: declaration 'previousVersion' definition 'prevVersion'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/fapplication.h:185:37: note: Function 'loadSomething' argument 1 names different: declaration 'previousVersion' definition 'prevVersion'.
fritzing-app-0.9.3b/src/fapplication.cpp:1627:50: note: Function 'loadSomething' argument 1 names different: declaration 'previousVersion' definition 'prevVersion'.
fritzing-app-0.9.3b/src/fapplication.cpp:1897:38: style: Function 'newConnection' argument 1 names different: declaration 'socketDescriptor' definition 'socketDescription'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/fapplication.h:151:28: note: Function 'newConnection' argument 1 names different: declaration 'socketDescriptor' definition 'socketDescription'.
fritzing-app-0.9.3b/src/fapplication.cpp:1897:38: note: Function 'newConnection' argument 1 names different: declaration 'socketDescriptor' definition 'socketDescription'.
fritzing-app-0.9.3b/src/fapplication.cpp:140:16: warning: Member variable 'FServerThread::m_done' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/fapplication.cpp:347:15: warning: Member variable 'FApplication::m_progressIndex' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/fapplication.cpp:347:15: warning: Member variable 'FApplication::m_panelizerCustom' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/fapplication.cpp:347:15: warning: Member variable 'FApplication::m_portNumber' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/fapplication.cpp:295:5: performance: Variable 'm_dbFileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/fapplication.cpp:355:2: performance: Variable 'm_lastTopmostWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/fapplication.cpp:359:2: performance: Variable 'm_arguments' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/version/updatedialog.h:45:2: style: Class 'UpdateDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/itemdrag.h:44:2: style: Class 'ItemDrag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/utils/fmessagebox.h:37:5: style: Class 'FMessageBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/utils/fileprogressdialog.h:42:2: style: Class 'FileProgressDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partsbinpalette/searchlineedit.h:37:2: style: Class 'SearchLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/infoview/htmlinfoview.h:60:2: style: Class 'TagLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/infoview/htmlinfoview.h:70:2: style: Class 'HtmlInfoView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/version/updatedialog.h:51:10: style: The function 'updateProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/version/partschecker.h:36:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/version/updatedialog.h:51:10: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinpalettewidget.h:141:8: style: The function 'saveAsAux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/utils/bundler.h:9:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinpalettewidget.h:141:8: note: Function in derived class
fritzing-app-0.9.3b/src/items/pinheader.h:46:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:171:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pinheader.h:46:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/pinheader.h:48:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pinheader.h:48:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/pinheader.h:49:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pinheader.h:49:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pinheader.h:50:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pinheader.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pinheader.h:53:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pinheader.h:53:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/pinheader.h:57:7: style: The function 'swapEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:305:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pinheader.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:44:8: style: The function 'loadAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:36:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:44:8: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:45:8: style: The function 'loadFromDB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:37:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:45:8: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:46:14: style: The function 'loadPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:38:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:46:14: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:47:14: style: The function 'reloadPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:39:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:47:14: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:49:14: style: The function 'retrieveModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:41:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:49:14: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:51:8: style: The function 'addPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:43:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:51:8: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:52:8: style: The function 'updatePart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:45:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:52:8: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:53:15: style: The function 'addPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:44:23: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:53:15: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:55:14: style: The function 'swapEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:47:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:55:14: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:56:8: style: The function 'containsModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/model/palettemodel.h:47:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:56:8: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:58:11: style: The function 'partTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:48:19: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:58:11: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:59:15: style: The function 'propValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:52:23: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:59:15: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:60:32: style: The function 'allPropValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:53:40: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:60:32: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:61:8: style: The function 'recordProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:49:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:61:8: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:62:11: style: The function 'retrieveModuleIdWith' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:50:19: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:62:11: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:63:11: style: The function 'retrieveModuleId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:51:19: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:63:11: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:64:8: style: The function 'lastWasExactMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:54:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:64:8: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:65:14: style: The function 'setSha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:55:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:65:14: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:66:25: style: The function 'sha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/referencemodel/referencemodel.h:56:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:66:25: note: Function in derived class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:69:8: style: The function 'initParts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/model/palettemodel.h:79:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.h:69:8: note: Function in derived class
fritzing-app-0.9.3b/src/fsvgrenderer.cpp:714:104: warning: Either the condition 'connectorInfo!=NULL' is redundant or there is possible null pointer dereference: connectorInfo. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/fsvgrenderer.cpp:682:20: note: Assuming that condition 'connectorInfo!=NULL' is not redundant
fritzing-app-0.9.3b/src/fsvgrenderer.cpp:714:104: note: Null pointer dereference
fritzing-app-0.9.3b/src/fsvgrenderer.cpp:123:53: style: Function 'loadAux' argument 1 names different: declaration 'contents' definition 'theContents'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/fsvgrenderer.h:98:41: note: Function 'loadAux' argument 1 names different: declaration 'contents' definition 'theContents'.
fritzing-app-0.9.3b/src/fsvgrenderer.cpp:123:53: note: Function 'loadAux' argument 1 names different: declaration 'contents' definition 'theContents'.
fritzing-app-0.9.3b/src/fsvgrenderer.cpp:50:2: performance: Variable 'm_defaultSizeF' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/help/aboutbox.h:39:2: style: Class 'AboutBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/help/firsttimehelpdialog.h:40:2: style: Class 'FirstTimeHelpDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/help/tipsandtricks.h:50:2: style: Class 'TipsAndTricks' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/infoview/htmlinfoview.cpp:751:2: style: Variable 'wantDebug' is reassigned a value before the old one has been used. [redundantAssignment]
fritzing-app-0.9.3b/src/infoview/htmlinfoview.cpp:749:0: note: Variable 'wantDebug' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/infoview/htmlinfoview.cpp:751:2: note: Variable 'wantDebug' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/infoview/htmlinfoview.cpp:373:86: style: Function 'viewConnectorItemInfo' argument 2 names different: declaration 'item' definition 'connectorItem'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/infoview/htmlinfoview.h:134:78: note: Function 'viewConnectorItemInfo' argument 2 names different: declaration 'item' definition 'connectorItem'.
fritzing-app-0.9.3b/src/infoview/htmlinfoview.cpp:373:86: note: Function 'viewConnectorItemInfo' argument 2 names different: declaration 'item' definition 'connectorItem'.
fritzing-app-0.9.3b/src/infoview/htmlinfoview.cpp:467:47: style: Function 'appendItemStuff' argument 1 names different: declaration 'base' definition 'itemBase'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/infoview/htmlinfoview.h:121:34: note: Function 'appendItemStuff' argument 1 names different: declaration 'base' definition 'itemBase'.
fritzing-app-0.9.3b/src/infoview/htmlinfoview.cpp:467:47: note: Function 'appendItemStuff' argument 1 names different: declaration 'base' definition 'itemBase'.
fritzing-app-0.9.3b/src/infoview/htmlinfoview.cpp:709:104: style: Function 'partTitle' argument 4 names different: declaration 'obsolete' definition 'isObsolete'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/infoview/htmlinfoview.h:130:91: note: Function 'partTitle' argument 4 names different: declaration 'obsolete' definition 'isObsolete'.
fritzing-app-0.9.3b/src/infoview/htmlinfoview.cpp:709:104: note: Function 'partTitle' argument 4 names different: declaration 'obsolete' definition 'isObsolete'.
fritzing-app-0.9.3b/src/utils/flineedit.h:37:2: style: Class 'FLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/itemdrag.cpp:36:5: performance: Variable 'm_originator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/breadboard.h:41:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/breadboard.h:41:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/breadboard.h:42:7: style: The function 'hoverUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:278:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/breadboard.h:42:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/breadboard.h:43:7: style: The function 'paintHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:316:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/breadboard.h:43:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/breadboard.h:44:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/breadboard.h:44:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/breadboard.h:45:7: style: The function 'canFindConnectorsUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:97:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/breadboard.h:45:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/breadboard.h:49:7: style: The function 'rotation45Allowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:196:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/breadboard.h:49:7: note: Function in derived class
fritzing-app-0.9.3b/src/utils/focusoutcombobox.h:39:2: style: Class 'FocusOutComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/utils/boundedregexpvalidator.h:38:2: style: Class 'BoundedRegExpValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/items/capacitor.h:42:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/capacitor.h:42:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/capacitor.h:43:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/capacitor.h:43:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/capacitor.h:44:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/capacitor.h:44:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/clipablewire.cpp:387:5: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/items/clipablewire.cpp:407:5: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/items/clipablewire.cpp:410:4: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/items/clipablewire.cpp:421:5: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/items/clipablewire.cpp:427:77: style: Function 'insideInnerCircle' argument 2 names different: declaration 'localPos' definition 'scenePos'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/clipablewire.h:49:64: note: Function 'insideInnerCircle' argument 2 names different: declaration 'localPos' definition 'scenePos'.
fritzing-app-0.9.3b/src/items/clipablewire.cpp:427:77: note: Function 'insideInnerCircle' argument 2 names different: declaration 'localPos' definition 'scenePos'.
fritzing-app-0.9.3b/src/items/clipablewire.cpp:147:2: performance: Variable 'm_trackHoverItem' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/utils/familypropertycombobox.h:40:3: performance: Variable 'm_family' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/utils/familypropertycombobox.h:41:3: performance: Variable 'm_prop' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/mysterypart.h:46:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:46:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:47:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:47:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:48:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:171:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:48:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:49:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:49:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:52:21: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:110:29: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:52:21: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:53:7: style: The function 'hasCustomSVG' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:174:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:54:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:54:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:55:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:55:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:56:7: style: The function 'changePinLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitem.h:114:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:60:7: style: The function 'swapEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:305:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:60:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/mysterypart.h:76:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/mysterypart.h:76:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/dip.h:41:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/dip.h:41:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/dip.h:42:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/dip.h:42:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/dip.h:43:7: style: The function 'changePinLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitem.h:114:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/dip.h:43:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/dip.h:44:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/dip.h:44:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/dip.h:59:7: style: The function 'swapEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:305:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/dip.h:59:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/dip.h:62:7: style: The function 'isDIP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/mysterypart.h:77:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/dip.h:62:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/dip.h:63:7: style: The function 'otherPropsChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/mysterypart.h:78:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/dip.h:63:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/dip.h:64:22: style: The function 'spacings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/mysterypart.h:79:30: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/dip.h:64:22: note: Function in derived class
fritzing-app-0.9.3b/src/items/dip.h:65:10: style: The function 'retrieveSchematicSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/mysterypart.h:80:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/dip.h:65:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/hole.cpp:79:32: style: Function 'setHoleSize' argument 1 names different: declaration 'holeSize' definition 'newSize'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/hole.h:50:27: note: Function 'setHoleSize' argument 1 names different: declaration 'holeSize' definition 'newSize'.
fritzing-app-0.9.3b/src/items/hole.cpp:79:32: note: Function 'setHoleSize' argument 1 names different: declaration 'holeSize' definition 'newSize'.
fritzing-app-0.9.3b/src/items/hole.cpp:109:66: style: Function 'setBoth' argument 2 names different: declaration 'thickness' definition 'ringThickness'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/hole.h:74:70: note: Function 'setBoth' argument 2 names different: declaration 'thickness' definition 'ringThickness'.
fritzing-app-0.9.3b/src/items/hole.cpp:109:66: note: Function 'setBoth' argument 2 names different: declaration 'thickness' definition 'ringThickness'.
fritzing-app-0.9.3b/src/items/itembase.cpp:235:35: style: Function 'getNextID' argument 1 names different: declaration 'fromIndex' definition 'index'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/itembase.h:311:33: note: Function 'getNextID' argument 1 names different: declaration 'fromIndex' definition 'index'.
fritzing-app-0.9.3b/src/items/itembase.cpp:235:35: note: Function 'getNextID' argument 1 names different: declaration 'fromIndex' definition 'index'.
fritzing-app-0.9.3b/src/items/itembase.cpp:542:62: style: Function 'extractTopLevelItemBase' argument 1 names different: declaration 'thing' definition 'item'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/itembase.h:398:60: note: Function 'extractTopLevelItemBase' argument 1 names different: declaration 'thing' definition 'item'.
fritzing-app-0.9.3b/src/items/itembase.cpp:542:62: note: Function 'extractTopLevelItemBase' argument 1 names different: declaration 'thing' definition 'item'.
fritzing-app-0.9.3b/src/items/itembase.cpp:555:31: style: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/itembase.h:100:30: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/items/itembase.cpp:555:31: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/items/itembase.cpp:579:36: style: Function 'setLayerHidden' argument 1 names different: declaration 'hidden' definition 'layerHidden'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/itembase.h:101:35: note: Function 'setLayerHidden' argument 1 names different: declaration 'hidden' definition 'layerHidden'.
fritzing-app-0.9.3b/src/items/itembase.cpp:579:36: note: Function 'setLayerHidden' argument 1 names different: declaration 'hidden' definition 'layerHidden'.
fritzing-app-0.9.3b/src/items/itembase.cpp:883:37: style: Function 'setItemPos' argument 1 names different: declaration 'pos' definition 'loc'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/itembase.h:84:36: note: Function 'setItemPos' argument 1 names different: declaration 'pos' definition 'loc'.
fritzing-app-0.9.3b/src/items/itembase.cpp:883:37: note: Function 'setItemPos' argument 1 names different: declaration 'pos' definition 'loc'.
fritzing-app-0.9.3b/src/items/itembase.cpp:1000:54: style: Function 'newConnectorItem' argument 1 names different: declaration 'layerkin' definition 'layerKin'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/itembase.h:296:53: note: Function 'newConnectorItem' argument 1 names different: declaration 'layerkin' definition 'layerKin'.
fritzing-app-0.9.3b/src/items/itembase.cpp:1000:54: note: Function 'newConnectorItem' argument 1 names different: declaration 'layerkin' definition 'layerKin'.
fritzing-app-0.9.3b/src/items/itembase.cpp:1181:35: style: Function 'showPartLabel' argument 1 names different: declaration 'show' definition 'showIt'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/itembase.h:302:26: note: Function 'showPartLabel' argument 1 names different: declaration 'show' definition 'showIt'.
fritzing-app-0.9.3b/src/items/itembase.cpp:1181:35: note: Function 'showPartLabel' argument 1 names different: declaration 'show' definition 'showIt'.
fritzing-app-0.9.3b/src/items/itembase.cpp:2126:57: style: Function 'reloadRenderer' argument 2 names different: declaration 'fastload' definition 'fastLoad'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/itembase.h:217:48: note: Function 'reloadRenderer' argument 2 names different: declaration 'fastload' definition 'fastLoad'.
fritzing-app-0.9.3b/src/items/itembase.cpp:2126:57: note: Function 'reloadRenderer' argument 2 names different: declaration 'fastload' definition 'fastLoad'.
fritzing-app-0.9.3b/src/items/itembase.cpp:82:3: performance: Variable 'm_xmlName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/itembase.cpp:83:3: performance: Variable 'm_viewName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/itembase.cpp:84:3: performance: Variable 'm_naturalName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/svg/svgflattener.h:54:10: style: The function 'rotateCommandSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.h:113:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/svg/svgflattener.h:54:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/jumperitem.cpp:401:38: style: Function 'getParams' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/jumperitem.h:44:27: note: Function 'getParams' argument 1 names different: declaration 'pos' definition 'p'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:401:38: note: Function 'getParams' argument 1 names different: declaration 'pos' definition 'p'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:407:33: style: Function 'resize' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/jumperitem.h:45:22: note: Function 'resize' argument 1 names different: declaration 'pos' definition 'p'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:407:33: note: Function 'resize' argument 1 names different: declaration 'pos' definition 'p'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:407:44: style: Function 'resize' argument 2 names different: declaration 'c0' definition 'nc0'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/jumperitem.h:45:35: note: Function 'resize' argument 2 names different: declaration 'c0' definition 'nc0'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:407:44: note: Function 'resize' argument 2 names different: declaration 'c0' definition 'nc0'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:407:57: style: Function 'resize' argument 3 names different: declaration 'c1' definition 'nc1'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/jumperitem.h:45:47: note: Function 'resize' argument 3 names different: declaration 'c1' definition 'nc1'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:407:57: note: Function 'resize' argument 3 names different: declaration 'c1' definition 'nc1'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:517:50: style: Function 'rotateItem' argument 2 names different: declaration 'includeRatsnest' definition 'updateRatsnest'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/jumperitem.h:58:39: note: Function 'rotateItem' argument 2 names different: declaration 'includeRatsnest' definition 'updateRatsnest'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:517:50: note: Function 'rotateItem' argument 2 names different: declaration 'includeRatsnest' definition 'updateRatsnest'.
fritzing-app-0.9.3b/src/items/jumperitem.cpp:76:5: performance: Variable 'm_originalClickItem' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.cpp:132:42: style: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:42:22: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.cpp:132:42: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.cpp:214:35: warning: Member variable 'SchematicTextLayerKinPaletteItem::m_flipped' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.cpp:49:5: performance: Variable 'm_layerKinChief' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:40:13: style: The function 'layerKinChief' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:292:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:40:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:42:7: style: The function 'setHidden' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:100:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:42:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:43:7: style: The function 'setInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:104:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:43:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:44:7: style: The function 'clearModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:139:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:44:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:46:7: style: The function 'isSticky' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:115:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:46:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:47:7: style: The function 'isBaseSticky' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:116:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:47:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:48:7: style: The function 'setSticky' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:117:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:48:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:49:7: style: The function 'addSticky' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:120:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:49:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:50:13: style: The function 'stickingTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:121:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:50:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:51:30: style: The function 'stickyList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:122:38: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:51:30: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:52:7: style: The function 'alreadySticking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:123:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:52:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:53:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:54:7: style: The function 'resetID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:159:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:55:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:55:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:56:7: style: The function 'isSwappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:153:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:57:10: style: The function 'setSwappable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:154:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:57:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:58:7: style: The function 'inRotation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:224:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:58:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:59:7: style: The function 'setInRotation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:225:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:59:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:63:7: style: The function 'updateConnections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:109:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:63:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:67:17: style: The function 'newConnectorItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:295:25: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:67:17: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:91:10: style: The function 'transformItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:87:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:91:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:93:10: style: The function 'setTransform2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:235:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:93:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:103:10: style: The function 'setInitialTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:104:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:103:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:104:10: style: The function 'cacheLoaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:105:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/layerkinpaletteitem.h:104:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/led.h:46:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/led.h:46:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/led.h:47:7: style: The function 'hasCustomSVG' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:174:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/led.h:47:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/led.h:48:7: style: The function 'canEditPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/led.h:48:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/led.h:49:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/led.h:49:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/led.h:50:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/led.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/led.h:51:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/led.h:51:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/led.h:52:8: style: The function 'setUpImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:58:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/led.h:52:8: note: Function in derived class
fritzing-app-0.9.3b/src/items/led.h:53:18: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:110:29: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/led.h:53:18: note: Function in derived class
fritzing-app-0.9.3b/src/items/led.h:54:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/led.h:54:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/logoitem.cpp:294:44: style: Function 'reloadImage' argument 1 names different: declaration 'svg' definition 'incomingSvg'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/logoitem.h:58:43: note: Function 'reloadImage' argument 1 names different: declaration 'svg' definition 'incomingSvg'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:294:44: note: Function 'reloadImage' argument 1 names different: declaration 'svg' definition 'incomingSvg'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:495:32: style: Function 'resizeMM' argument 1 names different: declaration 'w' definition 'mmW'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/logoitem.h:50:23: note: Function 'resizeMM' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:495:32: note: Function 'resizeMM' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:495:44: style: Function 'resizeMM' argument 2 names different: declaration 'h' definition 'mmH'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/logoitem.h:50:33: note: Function 'resizeMM' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:495:44: note: Function 'resizeMM' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:647:45: style: Function 'logoEntryAux' argument 1 names different: declaration 'newText' definition 'text'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/logoitem.h:96:39: note: Function 'logoEntryAux' argument 1 names different: declaration 'newText' definition 'text'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:647:45: note: Function 'logoEntryAux' argument 1 names different: declaration 'newText' definition 'text'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:823:53: style: Function 'findCorner' argument 1 names different: declaration 'p' definition 'scenePos'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/logoitem.h:86:44: note: Function 'findCorner' argument 1 names different: declaration 'p' definition 'scenePos'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:823:53: note: Function 'findCorner' argument 1 names different: declaration 'p' definition 'scenePos'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:869:55: style: Function 'getNewLayerFileName' argument 1 names different: declaration 'newLayer' definition 'newLayerName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/logoitem.h:65:49: note: Function 'getNewLayerFileName' argument 1 names different: declaration 'newLayer' definition 'newLayerName'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:869:55: note: Function 'getNewLayerFileName' argument 1 names different: declaration 'newLayer' definition 'newLayerName'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:1073:37: style: Function 'resizeMM' argument 1 names different: declaration 'w' definition 'mmW'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/logoitem.h:165:26: note: Function 'resizeMM' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:1073:37: note: Function 'resizeMM' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:1073:49: style: Function 'resizeMM' argument 2 names different: declaration 'h' definition 'mmH'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/logoitem.h:165:36: note: Function 'resizeMM' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:1073:49: note: Function 'resizeMM' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/logoitem.cpp:918:5: performance: Variable 'm_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/mysterypart.cpp:86:40: style: Function 'setChipLabel' argument 1 names different: declaration 'label' definition 'chipLabel'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/mysterypart.h:50:28: note: Function 'setChipLabel' argument 1 names different: declaration 'label' definition 'chipLabel'.
fritzing-app-0.9.3b/src/items/mysterypart.cpp:86:40: note: Function 'setChipLabel' argument 1 names different: declaration 'label' definition 'chipLabel'.
fritzing-app-0.9.3b/src/items/mysterypart.cpp:64:2: performance: Variable 'm_chipLabel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/note.cpp:139:47: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/items/note.cpp:149:46: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/items/note.cpp:389:35: warning: Function 'contentsChangeSlot' argument order different: declaration 'position, charsAdded, charsRemoved' definition 'position, charsRemoved, charsAdded' [funcArgOrderDifferent]
fritzing-app-0.9.3b/src/items/note.h:84:30: note: Function 'contentsChangeSlot' argument order different: declaration 'position, charsAdded, charsRemoved' definition 'position, charsRemoved, charsAdded'
fritzing-app-0.9.3b/src/items/note.cpp:389:35: note: Function 'contentsChangeSlot' argument order different: declaration 'position, charsAdded, charsRemoved' definition 'position, charsRemoved, charsAdded'
fritzing-app-0.9.3b/src/items/note.cpp:489:47: style: Function 'setText' argument 2 names different: declaration 'checkSize' definition 'check'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/note.h:55:42: note: Function 'setText' argument 2 names different: declaration 'checkSize' definition 'check'.
fritzing-app-0.9.3b/src/items/note.cpp:489:47: note: Function 'setText' argument 2 names different: declaration 'checkSize' definition 'check'.
fritzing-app-0.9.3b/src/items/note.h:116:2: style: Class 'LinkDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/items/note.cpp:119:2: style: Class 'NoteGraphicsTextItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/items/note.h:50:7: style: The function 'saveGeometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:71:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:51:7: style: The function 'itemMoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:74:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:51:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:52:7: style: The function 'saveInstanceLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:81:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:52:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:53:7: style: The function 'moveItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:83:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:54:7: style: The function 'findConnectorsUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:294:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:58:7: style: The function 'setHidden' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:100:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:58:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:59:7: style: The function 'setInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:104:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:59:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:60:7: style: The function 'hasPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:140:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:60:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:61:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:61:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:64:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:64:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:65:7: style: The function 'rotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:195:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:65:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:66:7: style: The function 'rotation45Allowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:196:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:66:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:67:10: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:67:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:80:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:80:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/note.h:81:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/note.h:81:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.cpp:317:30: style: Function 'resizeMMAux' argument 1 names different: declaration 'w' definition 'mmW'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/pad.h:77:26: note: Function 'resizeMMAux' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/pad.cpp:317:30: note: Function 'resizeMMAux' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/pad.cpp:317:42: style: Function 'resizeMMAux' argument 2 names different: declaration 'h' definition 'mmH'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/pad.h:77:36: note: Function 'resizeMMAux' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/pad.cpp:317:42: note: Function 'resizeMMAux' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/pad.h:49:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:49:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:50:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:51:7: style: The function 'canEditPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:51:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:52:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:52:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:53:7: style: The function 'hasPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:140:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:54:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:55:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:55:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:56:7: style: The function 'rotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:195:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:57:7: style: The function 'rotation45Allowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:196:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:58:7: style: The function 'freeRotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:99:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:58:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:59:7: style: The function 'freeRotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:197:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:59:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:60:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:60:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:61:7: style: The function 'setInitialSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:110:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:61:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:62:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:62:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:63:7: style: The function 'paintHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:316:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:63:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:71:9: style: The function 'minWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:151:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:71:9: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:72:9: style: The function 'minHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:152:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:72:9: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:73:20: style: The function 'theViewID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:153:28: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:73:20: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:74:10: style: The function 'makeLayerSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:154:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:74:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:75:10: style: The function 'makeFirstLayerSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:155:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:75:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:76:10: style: The function 'makeNextLayerSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:156:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:76:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:77:7: style: The function 'resizeMMAux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:157:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:77:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:78:25: style: The function 'findCorner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:158:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:78:25: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:79:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:79:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:94:10: style: The function 'hasPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:140:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:94:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:96:18: style: The function 'hoverShape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:209:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:96:18: note: Function in derived class
fritzing-app-0.9.3b/src/items/pad.h:99:10: style: The function 'makeFirstLayerSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:155:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/pad.h:99:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/paletteitem.cpp:485:2: style: Variable 'FzpTemplate' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fritzing-app-0.9.3b/src/items/paletteitem.cpp:479:0: note: Variable 'FzpTemplate' is reassigned a value before the old one has been used if variable is no semaphore variable.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:485:2: note: Variable 'FzpTemplate' is reassigned a value before the old one has been used if variable is no semaphore variable.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:337:40: style: Function 'setItemPos' argument 1 names different: declaration 'pos' definition 'loc'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/paletteitem.h:92:28: note: Function 'setItemPos' argument 1 names different: declaration 'pos' definition 'loc'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:337:40: note: Function 'setItemPos' argument 1 names different: declaration 'pos' definition 'loc'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:393:56: style: Function 'syncKinMoved' argument 2 names different: declaration 'loc' definition 'newPos'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/paletteitem.h:97:44: note: Function 'syncKinMoved' argument 2 names different: declaration 'loc' definition 'newPos'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:393:56: note: Function 'syncKinMoved' argument 2 names different: declaration 'loc' definition 'newPos'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:413:34: style: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/paletteitem.h:102:22: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:413:34: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:1188:54: style: Function 'hackFzpHoleSize' argument 1 names different: declaration 'moduleID' definition 'newModuleID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/paletteitem.h:153:45: note: Function 'hackFzpHoleSize' argument 1 names different: declaration 'moduleID' definition 'newModuleID'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:1188:54: note: Function 'hackFzpHoleSize' argument 1 names different: declaration 'moduleID' definition 'newModuleID'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:1188:112: style: Function 'hackFzpHoleSize' argument 3 names different: declaration 'holeSize' definition 'newSize'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/paletteitem.h:153:100: note: Function 'hackFzpHoleSize' argument 3 names different: declaration 'holeSize' definition 'newSize'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:1188:112: note: Function 'hackFzpHoleSize' argument 3 names different: declaration 'holeSize' definition 'newSize'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:1307:53: style: Function 'appendHoleSize' argument 1 names different: declaration 'moduleID' definition 'moduleid'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/paletteitem.h:154:44: note: Function 'appendHoleSize' argument 1 names different: declaration 'moduleID' definition 'moduleid'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:1307:53: note: Function 'appendHoleSize' argument 1 names different: declaration 'moduleID' definition 'moduleid'.
fritzing-app-0.9.3b/src/items/paletteitem.cpp:123:14: warning: Member variable 'PaletteItem::m_holeSettings' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/items/paletteitembase.cpp:518:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fritzing-app-0.9.3b/src/items/paletteitembase.cpp:550:9: style: The scope of the variable 'connected' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/items/paletteitembase.cpp:159:60: style: Function 'syncKinMoved' argument 2 names different: declaration 'loc' definition 'newPos'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/paletteitembase.h:52:52: note: Function 'syncKinMoved' argument 2 names different: declaration 'loc' definition 'newPos'.
fritzing-app-0.9.3b/src/items/paletteitembase.cpp:159:60: note: Function 'syncKinMoved' argument 2 names different: declaration 'loc' definition 'newPos'.
fritzing-app-0.9.3b/src/items/paletteitembase.cpp:57:18: warning: Member variable 'PaletteItemBase::m_blockItemSelectedValue' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/items/paletteitembase.cpp:57:18: warning: Member variable 'PaletteItemBase::m_svg' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/items/partfactory.cpp:312:53: style: Function 'getSvgFilename' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/partfactory.h:52:48: note: Function 'getSvgFilename' argument 1 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/items/partfactory.cpp:312:53: note: Function 'getSvgFilename' argument 1 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/items/schematicframe.h:57:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:57:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:58:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:58:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:59:7: style: The function 'canEditPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:59:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:60:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:60:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:61:7: style: The function 'hasPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:140:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:61:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:62:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:62:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:63:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:63:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:64:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:64:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:65:7: style: The function 'rotationAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:195:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:65:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:66:7: style: The function 'rotation45Allowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:196:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:66:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:67:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:67:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:68:7: style: The function 'setInitialSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:110:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:68:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:76:9: style: The function 'minWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:151:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:76:9: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:77:9: style: The function 'minHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:152:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:77:9: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:78:20: style: The function 'theViewID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:153:28: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:78:20: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:79:10: style: The function 'makeLayerSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:154:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:79:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:80:10: style: The function 'makeFirstLayerSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:155:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:80:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:81:10: style: The function 'makeNextLayerSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:156:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:81:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:83:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:83:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/schematicframe.h:84:7: style: The function 'loadTemplates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/resizableboard.h:150:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/schematicframe.h:84:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:46:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:46:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:47:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:47:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:48:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:171:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:48:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:52:21: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:110:29: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:52:21: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:53:7: style: The function 'hasCustomSVG' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:174:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:54:7: style: The function 'canEditPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:55:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:55:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:56:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:57:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:58:8: style: The function 'setUpImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:58:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:58:8: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:63:17: style: The function 'newConnectorItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:295:25: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:63:17: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:64:17: style: The function 'newConnectorItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:296:25: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:64:17: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:65:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:65:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/resistor.h:67:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/resistor.h:67:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:49:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:49:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:50:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:51:7: style: The function 'hasCustomSVG' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:174:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:51:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:52:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:52:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:53:10: style: The function 'hasPartLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:140:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:53:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:54:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:54:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:55:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:55:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:56:7: style: The function 'hasPartNumberProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:193:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:57:7: style: The function 'canFindConnectorsUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:97:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/ruler.h:65:23: style: The function 'useViewIDForPixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:330:31: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/ruler.h:65:23: note: Function in derived class
fritzing-app-0.9.3b/src/items/screwterminal.h:41:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/screwterminal.h:41:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/screwterminal.h:42:14: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/screwterminal.h:42:14: note: Function in derived class
fritzing-app-0.9.3b/src/items/screwterminal.h:43:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/screwterminal.h:43:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/screwterminal.h:46:7: style: The function 'swapEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:305:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/screwterminal.h:46:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:48:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:48:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:49:7: style: The function 'canEditPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:75:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:49:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:50:13: style: The function 'isPlural' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:182:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:50:13: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:51:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:51:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:52:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:52:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:53:7: style: The function 'hoverUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:278:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:54:7: style: The function 'paintHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:316:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:55:7: style: The function 'stickyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:55:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:56:7: style: The function 'canFindConnectorsUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/paletteitembase.h:97:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.h:57:7: style: The function 'rotation45Allowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:196:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/perfboard.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/stripboard.h:86:10: style: The function 'retrieveSvg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:165:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/stripboard.h:86:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/stripboard.h:87:7: style: The function 'collectExtraInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:170:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/stripboard.h:87:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/stripboard.h:88:7: style: The function 'addedToScene' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:192:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/stripboard.h:88:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/stripboard.h:89:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:175:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/stripboard.h:89:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/stripboard.h:92:7: style: The function 'getConnectedColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:241:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/stripboard.h:92:7: note: Function in derived class
fritzing-app-0.9.3b/src/items/stripboard.h:94:10: style: The function 'swapEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:305:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/stripboard.h:94:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/stripboard.h:95:17: style: The function 'collectValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/itembase.h:323:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/stripboard.h:95:17: note: Function in derived class
fritzing-app-0.9.3b/src/items/stripboard.h:99:10: style: The function 'getRowLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/perfboard.h:60:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/stripboard.h:99:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/stripboard.h:100:10: style: The function 'getColumnLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/items/perfboard.h:61:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/items/stripboard.h:100:10: note: Function in derived class
fritzing-app-0.9.3b/src/items/perfboard.cpp:155:43: style: Function 'genFZP' argument 1 names different: declaration 'moduleID' definition 'moduleid'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/perfboard.h:64:40: note: Function 'genFZP' argument 1 names different: declaration 'moduleID' definition 'moduleid'.
fritzing-app-0.9.3b/src/items/perfboard.cpp:155:43: note: Function 'genFZP' argument 1 names different: declaration 'moduleID' definition 'moduleid'.
fritzing-app-0.9.3b/src/items/perfboard.cpp:63:2: performance: Variable 'm_size' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/pinheader.cpp:518:16: style: The scope of the variable 'lockOffset' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/items/pinheader.cpp:217:43: style: Function 'genFZP' argument 1 names different: declaration 'moduleid' definition 'moduleID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/pinheader.h:69:40: note: Function 'genFZP' argument 1 names different: declaration 'moduleid' definition 'moduleID'.
fritzing-app-0.9.3b/src/items/pinheader.cpp:217:43: note: Function 'genFZP' argument 1 names different: declaration 'moduleid' definition 'moduleID'.
fritzing-app-0.9.3b/src/items/pinheader.cpp:447:47: style: Function 'makePcbSvg' argument 1 names different: declaration 'expectedFileName' definition 'originalExpectedFileName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/pinheader.h:70:44: note: Function 'makePcbSvg' argument 1 names different: declaration 'expectedFileName' definition 'originalExpectedFileName'.
fritzing-app-0.9.3b/src/items/pinheader.cpp:447:47: note: Function 'makePcbSvg' argument 1 names different: declaration 'expectedFileName' definition 'originalExpectedFileName'.
fritzing-app-0.9.3b/src/items/resistor.cpp:198:43: style: Function 'makeSvg' argument 1 names different: declaration 'ohms' definition 'resistance'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/resistor.h:61:34: note: Function 'makeSvg' argument 1 names different: declaration 'ohms' definition 'resistance'.
fritzing-app-0.9.3b/src/items/resistor.cpp:198:43: note: Function 'makeSvg' argument 1 names different: declaration 'ohms' definition 'resistance'.
fritzing-app-0.9.3b/src/items/resistor.cpp:339:54: style: Function 'newConnectorItem' argument 1 names different: declaration 'layerkin' definition 'layerKin'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/resistor.h:64:45: note: Function 'newConnectorItem' argument 1 names different: declaration 'layerkin' definition 'layerKin'.
fritzing-app-0.9.3b/src/items/resistor.cpp:339:54: note: Function 'newConnectorItem' argument 1 names different: declaration 'layerkin' definition 'layerKin'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:400:72: style: Same expression on both sides of '&&'. [duplicateExpression]
fritzing-app-0.9.3b/src/items/resizableboard.cpp:813:38: style: Function 'resizeMM' argument 1 names different: declaration 'w' definition 'mmW'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/resizableboard.h:107:31: note: Function 'resizeMM' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:813:38: note: Function 'resizeMM' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:813:50: style: Function 'resizeMM' argument 2 names different: declaration 'h' definition 'mmH'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/resizableboard.h:107:41: note: Function 'resizeMM' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:813:50: note: Function 'resizeMM' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:836:41: style: Function 'resizeMMAux' argument 1 names different: declaration 'w' definition 'mmW'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/resizableboard.h:157:34: note: Function 'resizeMMAux' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:836:41: note: Function 'resizeMMAux' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:836:53: style: Function 'resizeMMAux' argument 2 names different: declaration 'h' definition 'mmH'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/resizableboard.h:157:44: note: Function 'resizeMMAux' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:836:53: note: Function 'resizeMMAux' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:1211:59: style: Function 'findCorner' argument 1 names different: declaration 'p' definition 'scenePos'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/resizableboard.h:158:52: note: Function 'findCorner' argument 1 names different: declaration 'p' definition 'scenePos'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:1211:59: note: Function 'findCorner' argument 1 names different: declaration 'p' definition 'scenePos'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:1471:46: style: Function 'updatePaperSizes' argument 1 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/resizableboard.h:166:34: note: Function 'updatePaperSizes' argument 1 names different: declaration 'width' definition 'w'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:1471:46: note: Function 'updatePaperSizes' argument 1 names different: declaration 'width' definition 'w'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:1471:56: style: Function 'updatePaperSizes' argument 2 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/resizableboard.h:166:48: note: Function 'updatePaperSizes' argument 2 names different: declaration 'height' definition 'h'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:1471:56: note: Function 'updatePaperSizes' argument 2 names different: declaration 'height' definition 'h'.
fritzing-app-0.9.3b/src/items/resizableboard.cpp:80:2: performance: Variable 'm_fileNameComboBox' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/ruler.cpp:137:25: style: Variable 'h2' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/items/ruler.cpp:52:2: performance: Variable 'm_widthEditor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/ruler.cpp:53:2: performance: Variable 'm_unitsEditor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/ruler.cpp:54:2: performance: Variable 'm_widthValidator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/schematicframe.cpp:288:93: style: Function 'makeLineEdit' argument 3 names different: declaration 'prop' definition 'propp'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/schematicframe.h:82:78: note: Function 'makeLineEdit' argument 3 names different: declaration 'prop' definition 'propp'.
fritzing-app-0.9.3b/src/items/schematicframe.cpp:288:93: note: Function 'makeLineEdit' argument 3 names different: declaration 'prop' definition 'propp'.
fritzing-app-0.9.3b/src/items/schematicframe.cpp:310:97: style: Function 'collectExtraInfo' argument 3 names different: declaration 'prop' definition 'propp'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/schematicframe.h:58:82: note: Function 'collectExtraInfo' argument 3 names different: declaration 'prop' definition 'propp'.
fritzing-app-0.9.3b/src/items/schematicframe.cpp:310:97: note: Function 'collectExtraInfo' argument 3 names different: declaration 'prop' definition 'propp'.
fritzing-app-0.9.3b/src/items/schematicframe.cpp:95:2: style: Class 'SchematicFrame' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fritzing-app-0.9.3b/src/items/schematicframe.cpp:95:2: style: Class 'SchematicFrame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fritzing-app-0.9.3b/src/items/screwterminal.cpp:229:51: style: Function 'makePcbSvg' argument 1 names different: declaration 'expectedFileName' definition 'originalExpectedFileName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/screwterminal.h:54:44: note: Function 'makePcbSvg' argument 1 names different: declaration 'expectedFileName' definition 'originalExpectedFileName'.
fritzing-app-0.9.3b/src/items/screwterminal.cpp:229:51: note: Function 'makePcbSvg' argument 1 names different: declaration 'expectedFileName' definition 'originalExpectedFileName'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:521:7: style: The scope of the variable 'changeCount' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/items/stripboard.cpp:522:8: style: The scope of the variable 'connect' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/items/stripboard.cpp:304:34: style: Function 'StripLayout' argument 1 names different: declaration 'name' definition 'name_'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/stripboard.cpp:301:25: note: Function 'StripLayout' argument 1 names different: declaration 'name' definition 'name_'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:304:34: note: Function 'StripLayout' argument 1 names different: declaration 'name' definition 'name_'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:304:45: style: Function 'StripLayout' argument 2 names different: declaration 'rows' definition 'rows_'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/stripboard.cpp:301:35: note: Function 'StripLayout' argument 2 names different: declaration 'rows' definition 'rows_'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:304:45: note: Function 'StripLayout' argument 2 names different: declaration 'rows' definition 'rows_'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:304:56: style: Function 'StripLayout' argument 3 names different: declaration 'columns' definition 'columns_'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/stripboard.cpp:301:45: note: Function 'StripLayout' argument 3 names different: declaration 'columns' definition 'columns_'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:304:56: note: Function 'StripLayout' argument 3 names different: declaration 'columns' definition 'columns_'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:304:74: style: Function 'StripLayout' argument 4 names different: declaration 'buses' definition 'buses_'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/stripboard.cpp:301:62: note: Function 'StripLayout' argument 4 names different: declaration 'buses' definition 'buses_'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:304:74: note: Function 'StripLayout' argument 4 names different: declaration 'buses' definition 'buses_'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:382:44: style: Function 'genFZP' argument 1 names different: declaration 'moduleID' definition 'moduleid'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/stripboard.h:108:40: note: Function 'genFZP' argument 1 names different: declaration 'moduleID' definition 'moduleid'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:382:44: note: Function 'genFZP' argument 1 names different: declaration 'moduleID' definition 'moduleid'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:599:39: style: Function 'collectConnected' argument 1 names different: declaration 'x' definition 'ix'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/stripboard.h:102:31: note: Function 'collectConnected' argument 1 names different: declaration 'x' definition 'ix'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:599:39: note: Function 'collectConnected' argument 1 names different: declaration 'x' definition 'ix'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:599:47: style: Function 'collectConnected' argument 2 names different: declaration 'y' definition 'iy'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/stripboard.h:102:38: note: Function 'collectConnected' argument 2 names different: declaration 'y' definition 'iy'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:599:47: note: Function 'collectConnected' argument 2 names different: declaration 'y' definition 'iy'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:748:52: style: Function 'getStripConnector' argument 1 names different: declaration 'x' definition 'ix'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/stripboard.h:103:44: note: Function 'getStripConnector' argument 1 names different: declaration 'x' definition 'ix'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:748:52: note: Function 'getStripConnector' argument 1 names different: declaration 'x' definition 'ix'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:748:60: style: Function 'getStripConnector' argument 2 names different: declaration 'y' definition 'iy'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/stripboard.h:103:51: note: Function 'getStripConnector' argument 2 names different: declaration 'y' definition 'iy'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:748:60: note: Function 'getStripConnector' argument 2 names different: declaration 'y' definition 'iy'.
fritzing-app-0.9.3b/src/items/stripboard.cpp:305:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/stripboard.cpp:308:5: performance: Variable 'buses' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/items/symbolpaletteitem.cpp:150:48: style: Function 'removeMeFromBus' argument 1 names different: declaration 'voltage' definition 'v'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/symbolpaletteitem.h:92:30: note: Function 'removeMeFromBus' argument 1 names different: declaration 'voltage' definition 'v'.
fritzing-app-0.9.3b/src/items/symbolpaletteitem.cpp:150:48: note: Function 'removeMeFromBus' argument 1 names different: declaration 'voltage' definition 'v'.
fritzing-app-0.9.3b/src/items/symbolpaletteitem.cpp:109:11: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/items/tracewire.cpp:115:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fritzing-app-0.9.3b/src/items/tracewire.cpp:52:51: style: Function 'createWidthComboBox' argument 1 names different: declaration 'currentMils' definition 'm'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/tracewire.h:45:54: note: Function 'createWidthComboBox' argument 1 names different: declaration 'currentMils' definition 'm'.
fritzing-app-0.9.3b/src/items/tracewire.cpp:52:51: note: Function 'createWidthComboBox' argument 1 names different: declaration 'currentMils' definition 'm'.
fritzing-app-0.9.3b/src/items/via.cpp:79:65: style: Function 'setBoth' argument 2 names different: declaration 'thickness' definition 'ringThickness'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/via.h:56:62: note: Function 'setBoth' argument 2 names different: declaration 'thickness' definition 'ringThickness'.
fritzing-app-0.9.3b/src/items/via.cpp:79:65: note: Function 'setBoth' argument 2 names different: declaration 'thickness' definition 'ringThickness'.
fritzing-app-0.9.3b/src/items/virtualwire.cpp:84:34: style: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/virtualwire.h:40:22: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/items/virtualwire.cpp:84:34: note: Function 'setHidden' argument 1 names different: declaration 'hidden' definition 'hide'.
fritzing-app-0.9.3b/src/items/wire.cpp:1476:7: style: The scope of the variable 'bendpoint' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/items/wire.cpp:138:40: style: Function 'WireAction' argument 1 names different: declaration 'text' definition 'title'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/wire.h:49:29: note: Function 'WireAction' argument 1 names different: declaration 'text' definition 'title'.
fritzing-app-0.9.3b/src/items/wire.cpp:138:40: note: Function 'WireAction' argument 1 names different: declaration 'text' definition 'title'.
fritzing-app-0.9.3b/src/items/wire.cpp:466:40: style: Function 'initDragEnd' argument 1 names different: declaration 'dragEnd' definition 'connectorItem'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/wire.h:85:35: note: Function 'initDragEnd' argument 1 names different: declaration 'dragEnd' definition 'connectorItem'.
fritzing-app-0.9.3b/src/items/wire.cpp:466:40: note: Function 'initDragEnd' argument 1 names different: declaration 'dragEnd' definition 'connectorItem'.
fritzing-app-0.9.3b/src/items/wire.cpp:1169:50: style: Function 'setColor' argument 2 names different: declaration 'opacity' definition 'op'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/wire.h:117:47: note: Function 'setColor' argument 2 names different: declaration 'opacity' definition 'op'.
fritzing-app-0.9.3b/src/items/wire.cpp:1169:50: note: Function 'setColor' argument 2 names different: declaration 'opacity' definition 'op'.
fritzing-app-0.9.3b/src/items/wire.cpp:1216:53: style: Function 'setColorString' argument 2 names different: declaration 'opacity' definition 'op'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/wire.h:116:38: note: Function 'setColorString' argument 2 names different: declaration 'opacity' definition 'op'.
fritzing-app-0.9.3b/src/items/wire.cpp:1216:53: note: Function 'setColorString' argument 2 names different: declaration 'opacity' definition 'op'.
fritzing-app-0.9.3b/src/items/wire.cpp:1541:31: style: Function 'setPenWidth' argument 1 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/items/wire.h:122:26: note: Function 'setPenWidth' argument 1 names different: declaration 'width' definition 'w'.
fritzing-app-0.9.3b/src/items/wire.cpp:1541:31: note: Function 'setPenWidth' argument 1 names different: declaration 'width' definition 'w'.
fritzing-app-0.9.3b/src/layerattributes.cpp:30:18: warning: Member variable 'LayerAttributes::viewID' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/layerattributes.cpp:30:18: warning: Member variable 'LayerAttributes::viewLayerID' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/layerattributes.cpp:30:18: warning: Member variable 'LayerAttributes::viewLayerPlacement' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/layerattributes.cpp:30:18: warning: Member variable 'LayerAttributes::doConnectors' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/layerattributes.cpp:32:5: performance: Variable 'orientation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/layerattributes.h:42:18: style: Technically the member function 'LayerAttributes::filename' can be const. [functionConst]
fritzing-app-0.9.3b/src/layerattributes.cpp:36:34: note: Technically the member function 'LayerAttributes::filename' can be const.
fritzing-app-0.9.3b/src/layerattributes.h:42:18: note: Technically the member function 'LayerAttributes::filename' can be const.
fritzing-app-0.9.3b/src/lib/qtsysteminfo/QtSystemInfo.cpp:526:15: warning: Member variable 'QtSystemInfo::d' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/qtsysteminfo/QtSystemInfo.h:47:5: style: Class 'QtSystemInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/lib/quazip/quazip.cpp:130:20: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/lib/quazip/quazip.cpp:144:20: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/lib/quazip/quazip.cpp:230:20: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/lib/quazip/quazip.cpp:273:20: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/lib/quazip/quazip.h:337:13: style: Technically the member function 'QuaZip::getUnzFile' can be const. [functionConst]
fritzing-app-0.9.3b/src/lib/quazip/quazip.h:343:13: style: Technically the member function 'QuaZip::getZipFile' can be const. [functionConst]
fritzing-app-0.9.3b/src/lib/quazip/quazip.h:142:5: style: Class 'QuaZip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:136:24: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:37:13: warning: Member variable 'QuaZipFile::caseSensitivity' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:37:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:42:13: warning: Member variable 'QuaZipFile::caseSensitivity' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:42:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:47:13: warning: Member variable 'QuaZipFile::caseSensitivity' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:47:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:54:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:64:13: warning: Member variable 'QuaZipFile::caseSensitivity' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:64:13: warning: Member variable 'QuaZipFile::raw' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.h:437:18: warning: Virtual function 'close' is called from destructor '~QuaZipFile()' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.cpp:73:16: note: Calling close
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.h:437:18: note: close is a virtual method
fritzing-app-0.9.3b/src/lib/quazip/quazipnewinfo.h:80:3: style: Struct 'QuaZipNewInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/lib/quazip/quazipfile.h:107:5: style: Class 'QuaZipFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/lib/quazip/unzip.c:418:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
fritzing-app-0.9.3b/src/lib/quazip/unzip.c:1068:10: style: The scope of the variable 'source' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/lib/quazip/unzip.c:732:16: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/lib/quazip/crypt.h:104:9: style: The scope of the variable 'c' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/lib/quazip/zip.c:622:13: error: Memory leak: zi [memleak]
fritzing-app-0.9.3b/src/mainwindow/fdockwidget.cpp:53:34: style: Function 'event' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/fdockwidget.h:47:21: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fritzing-app-0.9.3b/src/mainwindow/fdockwidget.cpp:53:34: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.cpp:172:82: style: Function 'alreadyHasExtension' argument 2 names different: declaration 'extension' definition 'fileExt'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:50:74: note: Function 'alreadyHasExtension' argument 2 names different: declaration 'extension' definition 'fileExt'.
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.cpp:172:82: note: Function 'alreadyHasExtension' argument 2 names different: declaration 'extension' definition 'fileExt'.
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.cpp:68:2: style: Class 'FritzingWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.cpp:68:2: style: Class 'FritzingWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:63:15: warning: Virtual function 'setTitle' is called from constructor 'FritzingWindow(const QString&untitledFileName,int&untitledFileCount,QString fileExt,QWidget*parent=0,Qt::WindowFlags f=0)' at line 66. Dynamic binding is not used. [virtualCallInConstructor]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.cpp:66:2: note: Calling setTitle
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:63:15: note: setTitle is a virtual method
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:2472:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:2471:0: note: Variable 'result' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:2472:2: note: Variable 'result' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:3090:5: style: Variable 'flags' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:3089:0: note: Variable 'flags' is reassigned a value before the old one has been used if variable is no semaphore variable.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:3090:5: note: Variable 'flags' is reassigned a value before the old one has been used if variable is no semaphore variable.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:128:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:838:48: style: Function 'setCurrentFile' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:205:37: note: Function 'setCurrentFile' argument 1 names different: declaration 'fileName' definition 'filename'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:838:48: note: Function 'setCurrentFile' argument 1 names different: declaration 'fileName' definition 'filename'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:1338:39: style: Function 'eventFilter' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:499:28: note: Function 'eventFilter' argument 1 names different: declaration 'obj' definition 'object'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:1338:39: note: Function 'eventFilter' argument 1 names different: declaration 'obj' definition 'object'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:1647:60: style: Function 'loadBundledNonAtomicEntity' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:201:49: note: Function 'loadBundledNonAtomicEntity' argument 1 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:1647:60: note: Function 'loadBundledNonAtomicEntity' argument 1 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:1908:32: style: Function 'binSaved' argument 1 names different: declaration 'hasAlienParts' definition 'hasPartsFromBundled'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:392:21: note: Function 'binSaved' argument 1 names different: declaration 'hasAlienParts' definition 'hasPartsFromBundled'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:1908:32: note: Function 'binSaved' argument 1 names different: declaration 'hasAlienParts' definition 'hasPartsFromBundled'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:2197:46: style: Function 'swapSpecial' argument 1 names different: declaration 'prop' definition 'theProp'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:569:35: note: Function 'swapSpecial' argument 1 names different: declaration 'prop' definition 'theProp'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow.cpp:2197:46: note: Function 'swapSpecial' argument 1 names different: declaration 'prop' definition 'theProp'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:118:19: warning: The class 'SchematicSketchWidget' defines member variable with name 'm_jumperItemSize' also defined in its parent class 'PCBSketchWidget'. [duplInheritedMember]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:222:16: note: Parent variable 'PCBSketchWidget::m_jumperItemSize'
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:118:19: note: Derived variable 'SchematicSketchWidget::m_jumperItemSize'
fritzing-app-0.9.3b/src/sketch/welcomeview.h:61:5: style: Class 'BlogListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/sketch/welcomeview.h:117:2: style: Class 'WelcomeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/sketch/welcomeview.h:177:3: style: Class 'BlogListDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/utils/fsizegrip.h:37:2: style: Class 'FSizeGrip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/utils/autoclosemessagebox.h:37:2: style: Class 'AutoCloseMessageBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/peconnectorsview.h:54:2: style: Class 'PEConnectorsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:41:7: style: The function 'addViewLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:208:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:41:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:43:7: style: The function 'canDisconnectAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:258:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:43:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:44:7: style: The function 'ignoreFemale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:259:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:44:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:45:7: style: The function 'addDefaultParts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:291:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:45:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:47:9: style: The function 'getWireStrokeWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:95:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:47:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:48:7: style: The function 'getBendpointWidths' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:70:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:48:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:51:7: style: The function 'setWireVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:430:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:51:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:52:7: style: The function 'collectFemaleConnectees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:407:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:52:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:53:7: style: The function 'findConnectorsUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:409:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:54:7: style: The function 'checkUnder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:408:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:55:7: style: The function 'disconnectFromFemale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:415:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:55:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:56:29: style: The function 'wireSplitCrossView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:420:37: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:56:29: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:57:7: style: The function 'canDropModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:351:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:57:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:58:7: style: The function 'getLabelFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:71:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:58:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:59:7: style: The function 'setNewPartVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:406:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:59:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:60:9: style: The function 'defaultGridSizeInches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:282:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:60:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:61:25: style: The function 'getLabelViewLayerID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:373:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:61:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:62:9: style: The function 'getTraceWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:505:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:62:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:63:18: style: The function 'traceColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:506:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/breadboardsketchwidget.h:63:18: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:40:7: style: The function 'addViewLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:208:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:40:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:41:25: style: The function 'getWireViewLayerID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:260:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:41:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:42:25: style: The function 'getDragWireViewLayerID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:369:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:42:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:44:7: style: The function 'autorouteTypePCB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:57:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:44:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:45:9: style: The function 'getKeepout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:58:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:45:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:46:7: style: The function 'tidyWires' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:252:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:46:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:47:7: style: The function 'ensureTraceLayersVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:63:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:47:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:48:7: style: The function 'ensureTraceLayerVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:64:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:48:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:50:7: style: The function 'getBendpointWidths' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:70:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:50:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:51:7: style: The function 'getLabelFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:71:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:51:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:52:7: style: The function 'setNewPartVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:406:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:52:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:53:7: style: The function 'canDropModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:351:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:53:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:54:7: style: The function 'includeSymbols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:256:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:54:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:55:7: style: The function 'hasBigDots' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:76:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:55:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:56:7: style: The function 'changeConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:179:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:56:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:62:9: style: The function 'defaultGridSizeInches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:282:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:62:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:63:18: style: The function 'traceColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:61:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:63:18: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:64:18: style: The function 'traceColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:506:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:64:18: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:65:7: style: The function 'isInLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:82:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:65:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:66:7: style: The function 'routeBothSides' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:286:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:66:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:67:7: style: The function 'addDefaultParts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:291:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:67:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:68:7: style: The function 'sameElectricalLayer2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:327:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:68:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:69:7: style: The function 'acceptsTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:484:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:69:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:70:25: style: The function 'getTraceFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:100:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:70:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:71:9: style: The function 'getTraceWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:505:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:71:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:72:9: style: The function 'getAutorouterTraceWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:93:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:72:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:73:10: style: The function 'generateCopperFillUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:90:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:73:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:74:9: style: The function 'getWireStrokeWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:95:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:74:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:75:9: style: The function 'createTempWireForDragging' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:489:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:75:9: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:76:7: style: The function 'rotatePartLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:502:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:76:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:77:7: style: The function 'loadFromModelParts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:146:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:77:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:79:15: style: The function 'routingLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:115:23: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:79:15: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:80:10: style: The function 'attachedToTopLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:116:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:80:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:81:10: style: The function 'attachedToBottomLayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:117:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:81:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:82:12: style: The function 'jumperItemSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:114:20: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:82:12: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:83:29: style: The function 'getAutorouterSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:335:37: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:83:29: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:84:10: style: The function 'setAutorouterSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:336:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:84:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:85:32: style: The function 'getViewLayerPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:475:40: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:85:32: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:93:7: style: The function 'setVoltage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:122:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:93:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:94:7: style: The function 'setProp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:637:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:94:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:95:7: style: The function 'setInstanceTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:124:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:95:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:99:10: style: The function 'getDroppedItemViewLayerPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:620:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:99:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:104:25: style: The function 'getLabelViewLayerID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:373:33: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:104:25: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:105:7: style: The function 'extraRenderSvgStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:487:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:105:7: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:107:32: style: The function 'createWireViewLayerPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:488:40: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:107:32: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:108:10: style: The function 'selectAllWires' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:251:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:108:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:109:10: style: The function 'canConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:512:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:109:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:110:13: style: The function 'checkDroppedModuleID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:468:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:110:13: note: Function in derived class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:111:10: style: The function 'viewGeometryConversionHack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:523:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:111:10: note: Function in derived class
fritzing-app-0.9.3b/src/sketchtoolbutton.h:53:11: style: The function 'imagePrefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/utils/abstractstatesbutton.h:51:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketchtoolbutton.h:53:11: note: Function in derived class
fritzing-app-0.9.3b/src/sketchtoolbutton.h:54:8: style: The function 'setImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/utils/abstractstatesbutton.h:56:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketchtoolbutton.h:54:8: note: Function in derived class
fritzing-app-0.9.3b/src/sketchtoolbutton.h:55:14: style: The function 'setupIcons' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/utils/abstractstatesbutton.h:57:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/sketchtoolbutton.h:55:14: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:44:7: style: The function 'addViewLayers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:208:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:44:7: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:113:10: style: The function 'updateExportMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:267:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:113:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:114:10: style: The function 'updateEditMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:310:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:114:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:120:10: style: The function 'initLockedFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:598:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:120:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:121:10: style: The function 'initSketchWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:599:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:121:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:122:10: style: The function 'initProgrammingWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:471:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:122:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:123:10: style: The function 'initDock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:601:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:123:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:124:10: style: The function 'moreInitDock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:603:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:124:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:125:10: style: The function 'setInitialView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:604:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:125:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:126:10: style: The function 'createActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:473:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:126:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:127:10: style: The function 'createMenus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:490:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:127:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:128:21: style: The function 'getButtonsForView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:510:26: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:128:21: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:129:10: style: The function 'connectPairs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:492:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:129:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:130:9: style: The function 'breadboardItemMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:535:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:130:9: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:131:9: style: The function 'schematicItemMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:536:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:131:9: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:132:9: style: The function 'pcbItemMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:537:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:132:9: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:133:9: style: The function 'pcbWireMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:538:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:133:9: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:134:9: style: The function 'schematicWireMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:539:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:134:9: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:135:9: style: The function 'breadboardWireMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:540:17: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:135:9: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:136:7: style: The function 'setTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:63:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:136:7: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:137:10: style: The function 'createViewMenuActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:487:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:137:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:138:10: style: The function 'createFileMenuActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:474:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:138:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:139:10: style: The function 'createViewMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:608:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:139:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:140:7: style: The function 'createEditMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:606:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:140:7: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:151:10: style: The function 'createFileMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:605:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:151:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:161:10: style: The function 'setBeforeClosingText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:75:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:161:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:170:10: style: The function 'updateRaiseWindowAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:559:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:170:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:176:12: style: The function 'createTabWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:632:20: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:176:12: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:177:7: style: The function 'addTab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:633:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:177:7: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:178:6: style: The function 'currentTabIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:635:14: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:178:6: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:179:7: style: The function 'setCurrentTabIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:636:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:179:7: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:180:12: style: The function 'currentTabWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:637:20: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:180:12: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:189:7: style: The function 'activeLayerWidgetAlwaysOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:638:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:189:7: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:190:7: style: The function 'updateFileMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:268:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:190:7: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:199:7: style: The function 'initWelcomeView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:600:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:199:7: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:202:10: style: The function 'initZoom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:467:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:202:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:207:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:57:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:207:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:208:10: style: The function 'saveAs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/fritzingwindow.h:58:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:208:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:210:10: style: The function 'tabWidget_currentChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:316:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:210:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:211:10: style: The function 'backupSketch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:432:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:211:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:212:10: style: The function 'updateWindowMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:330:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:212:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:213:10: style: The function 'updateWireMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:313:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:213:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:221:10: style: The function 'updateLayerMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:311:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:221:10: note: Function in derived class
fritzing-app-0.9.3b/src/mainwindow/mainwindow_export.cpp:1132:90: style: Function 'exportSvg' argument 4 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:223:82: note: Function 'exportSvg' argument 4 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_export.cpp:1132:90: note: Function 'exportSvg' argument 4 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_export.cpp:1696:40: style: Function 'connectStartSave' argument 1 names different: declaration 'connect' definition 'doConnect'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:591:29: note: Function 'connectStartSave' argument 1 names different: declaration 'connect' definition 'doConnect'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_export.cpp:1696:40: note: Function 'connectStartSave' argument 1 names different: declaration 'connect' definition 'doConnect'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_export.cpp:1708:87: style: Function 'constructFileName' argument 2 names different: declaration 'extension' definition 'suffix'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:573:76: note: Function 'constructFileName' argument 2 names different: declaration 'extension' definition 'suffix'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_export.cpp:1708:87: note: Function 'constructFileName' argument 2 names different: declaration 'extension' definition 'suffix'.
fritzing-app-0.9.3b/src/sketch/fgraphicsscene.h:40:2: style: Class 'FGraphicsScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:2953:5: style: Variable 'autorouter' is reassigned a value before the old one has been used. [redundantAssignment]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:2952:0: note: Variable 'autorouter' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:2953:5: note: Variable 'autorouter' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:3602:8: style: The scope of the variable 'obsolete' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:3603:8: style: The scope of the variable 'inBundle' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:46: style: Function 'GridSizeThing' argument 1 names different: declaration 'viewName' definition 'vName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:127:35: note: Function 'GridSizeThing' argument 1 names different: declaration 'viewName' definition 'vName'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:46: note: Function 'GridSizeThing' argument 1 names different: declaration 'viewName' definition 'vName'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:69: style: Function 'GridSizeThing' argument 2 names different: declaration 'shortName' definition 'sName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:127:61: note: Function 'GridSizeThing' argument 2 names different: declaration 'shortName' definition 'sName'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:69: note: Function 'GridSizeThing' argument 2 names different: declaration 'shortName' definition 'sName'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:112: style: Function 'GridSizeThing' argument 4 names different: declaration 'gridSizeText' definition 'gsText'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:127:108: note: Function 'GridSizeThing' argument 4 names different: declaration 'gridSizeText' definition 'gsText'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:112: note: Function 'GridSizeThing' argument 4 names different: declaration 'gridSizeText' definition 'gsText'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:3587:49: style: Function 'loadedRootSlot' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:408:38: note: Function 'loadedRootSlot' argument 1 names different: declaration 'filename' definition 'fname'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:3587:49: note: Function 'loadedRootSlot' argument 1 names different: declaration 'filename' definition 'fname'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:3587:83: style: Function 'loadedRootSlot' argument 3 names different: declaration 'views' definition 'root'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/mainwindow.h:408:75: note: Function 'loadedRootSlot' argument 3 names different: declaration 'views' definition 'root'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:3587:83: note: Function 'loadedRootSlot' argument 3 names different: declaration 'views' definition 'root'.
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:16: warning: Member variable 'GridSizeThing::lineEdit' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:16: warning: Member variable 'GridSizeThing::validator' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:16: warning: Member variable 'GridSizeThing::mmButton' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:119:16: warning: Member variable 'GridSizeThing::inButton' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:87:3: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:88:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:89:3: performance: Variable 'src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:122:2: performance: Variable 'viewName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:123:2: performance: Variable 'shortName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/mainwindow/mainwindow_menu.cpp:124:5: performance: Variable 'gridSizeText' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/mainwindow/sketchareawidget.cpp:107:58: style: Function 'setToolbarWidgets' argument 1 names different: declaration 'buttons' definition 'widgets'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/mainwindow/sketchareawidget.h:46:41: note: Function 'setToolbarWidgets' argument 1 names different: declaration 'buttons' definition 'widgets'.
fritzing-app-0.9.3b/src/mainwindow/sketchareawidget.cpp:107:58: note: Function 'setToolbarWidgets' argument 1 names different: declaration 'buttons' definition 'widgets'.
fritzing-app-0.9.3b/src/model/modelbase.cpp:296:14: style: The scope of the variable 'generated' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/model/modelbase.cpp:763:10: style: The scope of the variable 'mystery' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/model/modelbase.cpp:75:122: style: Function 'loadFromFile' argument 4 names different: declaration 'checkInstances' definition 'checkViews'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelbase.h:45:114: note: Function 'loadFromFile' argument 4 names different: declaration 'checkInstances' definition 'checkViews'.
fritzing-app-0.9.3b/src/model/modelbase.cpp:75:122: note: Function 'loadFromFile' argument 4 names different: declaration 'checkInstances' definition 'checkViews'.
fritzing-app-0.9.3b/src/model/modelbase.cpp:259:73: style: Function 'loadInstances' argument 2 names different: declaration 'root' definition 'instances'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelbase.h:72:51: note: Function 'loadInstances' argument 2 names different: declaration 'root' definition 'instances'.
fritzing-app-0.9.3b/src/model/modelbase.cpp:259:73: note: Function 'loadInstances' argument 2 names different: declaration 'root' definition 'instances'.
fritzing-app-0.9.3b/src/model/modelbase.cpp:540:49: style: Function 'renewModelIndexes' argument 1 names different: declaration 'root' definition 'parentElement'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelbase.h:71:39: note: Function 'renewModelIndexes' argument 1 names different: declaration 'root' definition 'parentElement'.
fritzing-app-0.9.3b/src/model/modelbase.cpp:540:49: note: Function 'renewModelIndexes' argument 1 names different: declaration 'root' definition 'parentElement'.
fritzing-app-0.9.3b/src/model/modelbase.cpp:306:33: style: Variable 'generated' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/model/modelbase.cpp:766:70: style: Variable 'mystery' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/model/modelbase.cpp:767:70: style: Variable 'sip' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/model/modelbase.cpp:768:70: style: Variable 'dip' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/model/modelbase.cpp:47:2: performance: Variable 'm_referenceModel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/model/modelbase.cpp:48:2: performance: Variable 'm_root' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/model/modelpart.cpp:480:50: style: Function 'setModelIndexFromMultiplied' argument 1 names different: declaration 'multipliedIndex' definition 'multiplied'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelpart.h:107:40: note: Function 'setModelIndexFromMultiplied' argument 1 names different: declaration 'multipliedIndex' definition 'multiplied'.
fritzing-app-0.9.3b/src/model/modelpart.cpp:480:50: note: Function 'setModelIndexFromMultiplied' argument 1 names different: declaration 'multipliedIndex' definition 'multiplied'.
fritzing-app-0.9.3b/src/model/modelpart.cpp:636:29: style: Function 'setFzz' argument 1 names different: declaration 'alien' definition 'fzz'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelpart.h:145:19: note: Function 'setFzz' argument 1 names different: declaration 'alien' definition 'fzz'.
fritzing-app-0.9.3b/src/model/modelpart.cpp:636:29: note: Function 'setFzz' argument 1 names different: declaration 'alien' definition 'fzz'.
fritzing-app-0.9.3b/src/model/modelpart.cpp:841:49: style: Function 'getNextTitle' argument 1 names different: declaration 'candidate' definition 'title'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelpart.h:168:39: note: Function 'getNextTitle' argument 1 names different: declaration 'candidate' definition 'title'.
fritzing-app-0.9.3b/src/model/modelpart.cpp:841:49: note: Function 'getNextTitle' argument 1 names different: declaration 'candidate' definition 'title'.
fritzing-app-0.9.3b/src/model/modelpart.cpp:1030:45: style: Function 'setProperty' argument 1 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelpart.h:176:35: note: Function 'setProperty' argument 1 names different: declaration 'key' definition 'name'.
fritzing-app-0.9.3b/src/model/modelpart.cpp:1030:45: note: Function 'setProperty' argument 1 names different: declaration 'key' definition 'name'.
fritzing-app-0.9.3b/src/model/modelpart.cpp:1035:45: style: Function 'showInLabel' argument 1 names different: declaration 'key' definition 'propertyName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelpart.h:177:38: note: Function 'showInLabel' argument 1 names different: declaration 'key' definition 'propertyName'.
fritzing-app-0.9.3b/src/model/modelpart.cpp:1035:45: note: Function 'showInLabel' argument 1 names different: declaration 'key' definition 'propertyName'.
fritzing-app-0.9.3b/src/model/modelpartshared.cpp:508:54: style: Function 'connectorIDs' argument 1 names different: declaration 'viewId' definition 'viewID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelpartshared.h:119:38: note: Function 'connectorIDs' argument 1 names different: declaration 'viewId' definition 'viewID'.
fritzing-app-0.9.3b/src/model/modelpartshared.cpp:508:54: note: Function 'connectorIDs' argument 1 names different: declaration 'viewId' definition 'viewID'.
fritzing-app-0.9.3b/src/model/modelpartshared.cpp:836:51: style: Function 'showInLabel' argument 1 names different: declaration 'key' definition 'propertyName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/modelpartshared.h:139:38: note: Function 'showInLabel' argument 1 names different: declaration 'key' definition 'propertyName'.
fritzing-app-0.9.3b/src/model/modelpartshared.cpp:836:51: note: Function 'showInLabel' argument 1 names different: declaration 'key' definition 'propertyName'.
fritzing-app-0.9.3b/src/model/modelpartshared.cpp:57:24: performance: Variable 'layers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/model/palettemodel.cpp:204:78: style: Function 'loadPartsAux' argument 3 names different: declaration 'loadedPart' definition 'loadingPart'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/palettemodel.h:81:65: note: Function 'loadPartsAux' argument 3 names different: declaration 'loadedPart' definition 'loadingPart'.
fritzing-app-0.9.3b/src/model/palettemodel.cpp:204:78: note: Function 'loadPartsAux' argument 3 names different: declaration 'loadedPart' definition 'loadingPart'.
fritzing-app-0.9.3b/src/model/palettemodel.cpp:204:95: style: Function 'loadPartsAux' argument 4 names different: declaration 'totalParts' definition 'totalPartCount'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/palettemodel.h:81:81: note: Function 'loadPartsAux' argument 4 names different: declaration 'totalParts' definition 'totalPartCount'.
fritzing-app-0.9.3b/src/model/palettemodel.cpp:204:95: note: Function 'loadPartsAux' argument 4 names different: declaration 'totalParts' definition 'totalPartCount'.
fritzing-app-0.9.3b/src/model/palettemodel.cpp:584:90: style: Function 'makeSubpart' argument 2 names different: declaration 'originalSubparth' definition 'originalSubpart'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/model/palettemodel.h:83:80: note: Function 'makeSubpart' argument 2 names different: declaration 'originalSubparth' definition 'originalSubpart'.
fritzing-app-0.9.3b/src/model/palettemodel.cpp:584:90: note: Function 'makeSubpart' argument 2 names different: declaration 'originalSubparth' definition 'originalSubpart'.
fritzing-app-0.9.3b/src/model/palettemodel.h:79:15: warning: Virtual function 'initParts' is called from constructor 'PaletteModel(bool makeRoot,bool doInit)' at line 81. Dynamic binding is not used. [virtualCallInConstructor]
fritzing-app-0.9.3b/src/model/palettemodel.cpp:81:3: note: Calling initParts
fritzing-app-0.9.3b/src/model/palettemodel.h:79:15: note: initParts is a virtual method
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:287:32: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:336:32: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:474:32: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:876:33: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:979:5: style: Variable 'enableAnyway' is reassigned a value before the old one has been used. [redundantAssignment]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:977:0: note: Variable 'enableAnyway' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:979:5: note: Variable 'enableAnyway' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:270:65: style: Function 'getOrOpenBin' argument 1 names different: declaration 'dest' definition 'binLocation'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.h:156:61: note: Function 'getOrOpenBin' argument 1 names different: declaration 'dest' definition 'binLocation'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:270:65: note: Function 'getOrOpenBin' argument 1 names different: declaration 'dest' definition 'binLocation'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:270:94: style: Function 'getOrOpenBin' argument 2 names different: declaration 'source' definition 'binTemplateLocation'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.h:156:83: note: Function 'getOrOpenBin' argument 2 names different: declaration 'source' definition 'binTemplateLocation'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:270:94: note: Function 'getOrOpenBin' argument 2 names different: declaration 'source' definition 'binTemplateLocation'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:779:53: style: Function 'findAllBins' argument 1 names different: declaration 'actualLocations' definition 'locations'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.h:164:43: note: Function 'findAllBins' argument 1 names different: declaration 'actualLocations' definition 'locations'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:779:53: note: Function 'findAllBins' argument 1 names different: declaration 'actualLocations' definition 'locations'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:802:62: style: Function 'findBins' argument 2 names different: declaration 'actualLocations' definition 'locations'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.h:165:48: note: Function 'findBins' argument 2 names different: declaration 'actualLocations' definition 'locations'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:802:62: note: Function 'findBins' argument 2 names different: declaration 'actualLocations' definition 'locations'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:817:66: style: Function 'getBinTitle' argument 2 names different: declaration 'binTitle' definition 'binName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.h:229:63: note: Function 'getBinTitle' argument 2 names different: declaration 'binTitle' definition 'binName'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:817:66: note: Function 'getBinTitle' argument 2 names different: declaration 'binTitle' definition 'binName'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:817:85: style: Function 'getBinTitle' argument 3 names different: declaration 'binIcon' definition 'iconName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.h:229:83: note: Function 'getBinTitle' argument 3 names different: declaration 'binIcon' definition 'iconName'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:817:85: note: Function 'getBinTitle' argument 3 names different: declaration 'binIcon' definition 'iconName'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:887:41: style: Function 'openBin' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.h:90:31: note: Function 'openBin' argument 1 names different: declaration 'fileName' definition 'filename'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:887:41: note: Function 'openBin' argument 1 names different: declaration 'fileName' definition 'filename'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:1327:58: style: Function 'setTempPartsBinLocation' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.h:114:54: note: Function 'setTempPartsBinLocation' argument 1 names different: declaration 'filename' definition 'name'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/binmanager.cpp:1327:58: note: Function 'setTempPartsBinLocation' argument 1 names different: declaration 'filename' definition 'name'.
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/stacktabwidget.h:40:3: style: Class 'StackTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partsbinpalette/binmanager/stacktabbar.h:37:3: style: Class 'StackTabBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partsbinpalette/graphicsflowlayout.cpp:33:21: warning: Member variable 'GraphicsFlowLayout::m_lastWidth' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/partsbinpalette/partsbincommands.cpp:49:2: performance: Variable 'm_moduleID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/partsbinpalette/partsbincommands.cpp:58:5: performance: Variable 'm_path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:50:14: style: The function 'removePart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:47:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:50:14: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:51:14: style: The function 'removeParts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:48:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:51:14: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:53:8: style: The function 'swappingEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:50:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:53:8: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:55:14: style: The function 'selectedModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:50:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:55:14: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:56:13: style: The function 'selectedItemBase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:51:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:56:13: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:59:19: style: The function 'orderedChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:56:27: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:59:19: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:60:8: style: The function 'reloadPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:57:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:60:8: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:63:8: style: The function 'doClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:61:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:63:8: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:64:8: style: The function 'moveItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:62:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:64:8: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:65:7: style: The function 'itemIndexAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:63:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:65:7: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:71:7: style: The function 'setItemAux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:74:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:71:7: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:86:8: style: The function 'setSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:64:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbiniconview.h:86:8: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.cpp:387:9: warning: Either the condition 'if(itemBase)' is redundant or there is possible null pointer dereference: itemBase. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.cpp:390:7: note: Assuming that condition 'if(itemBase)' is not redundant
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.cpp:387:9: note: Null pointer dereference
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.cpp:388:29: warning: Either the condition 'if(itemBase)' is redundant or there is possible null pointer dereference: itemBase. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.cpp:390:7: note: Assuming that condition 'if(itemBase)' is not redundant
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.cpp:388:29: note: Null pointer dereference
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:43:14: style: The function 'removePart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:47:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:43:14: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:44:14: style: The function 'removeParts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:48:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:44:14: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:46:14: style: The function 'selectedModelPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:50:22: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:46:14: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:47:13: style: The function 'selectedItemBase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:51:21: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:47:13: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:51:19: style: The function 'orderedChildren' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:56:27: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:51:19: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:52:8: style: The function 'reloadPart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:57:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:52:8: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:55:8: style: The function 'setSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:64:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:55:8: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:66:8: style: The function 'doClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:61:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:66:8: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:67:8: style: The function 'moveItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:62:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:67:8: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:68:7: style: The function 'itemIndexAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:63:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:68:7: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:76:7: style: The function 'setItemAux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:74:15: note: Virtual function in base class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinlistview.h:76:7: note: Function in derived class
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.cpp:41:15: warning: Member variable 'PartsBinView::m_infoViewOnHover' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:72:8: performance: Technically the member function 'PartsBinView::dragMoveEnterEventAux' can be static. [functionStatic]
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.cpp:184:20: note: Technically the member function 'PartsBinView::dragMoveEnterEventAux' can be static.
fritzing-app-0.9.3b/src/partsbinpalette/partsbinview.h:72:8: note: Technically the member function 'PartsBinView::dragMoveEnterEventAux' can be static.
fritzing-app-0.9.3b/src/partsbinpalette/svgiconwidget.cpp:56:20: warning: Member variable 'SvgIconPixmapItem::m_plural' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/partsbinpalette/svgiconwidget.cpp:87:2: performance: Variable 'm_moduleId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/partseditor/baseremovebutton.h:35:4: performance: Variable 'm_enterIcon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/partseditor/hashpopulatewidget.h:74:8: style: The function 'clicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/baseremovebutton.h:41:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/hashpopulatewidget.h:74:8: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/kicadmoduledialog.cpp:40:110: style: Function 'KicadModuleDialog' argument 3 names different: declaration 'moduleNames' definition 'modules'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/kicadmoduledialog.h:39:92: note: Function 'KicadModuleDialog' argument 3 names different: declaration 'moduleNames' definition 'modules'.
fritzing-app-0.9.3b/src/partseditor/kicadmoduledialog.cpp:40:110: note: Function 'KicadModuleDialog' argument 3 names different: declaration 'moduleNames' definition 'modules'.
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorinforemovebutton.h:36:3: style: Class 'ConnectorInfoRemoveButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/obsolete/editablelabel.h:39:3: style: Class 'EditableLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/obsolete/editablelinewidget.h:44:11: style: The function 'editionText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:62:19: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editablelinewidget.h:44:11: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editablelinewidget.h:45:8: style: The function 'setEditionText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:63:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editablelinewidget.h:45:8: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editablelinewidget.h:46:12: style: The function 'myEditionWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:64:20: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editablelinewidget.h:46:12: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editablelinewidget.h:47:8: style: The function 'setEmptyTextToEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:65:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editablelinewidget.h:47:8: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.h:42:11: style: The function 'editionText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:62:19: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.h:42:11: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.h:43:8: style: The function 'setEditionText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:63:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.h:43:8: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.h:44:12: style: The function 'myEditionWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:64:20: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.h:44:12: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.h:45:8: style: The function 'setEmptyTextToEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:65:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.h:45:8: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/mismatchingconnectorwidget.h:42:8: style: The function 'setSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstractconnectorinfowidget.h:41:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/mismatchingconnectorwidget.h:42:8: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/singleconnectorinfowidget.h:69:8: style: The function 'setSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstractconnectorinfowidget.h:41:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/singleconnectorinfowidget.h:69:8: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:63:16: warning: Call of pure virtual function 'setEditionText' in constructor. [pureVirtualCall]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.cpp:53:25: note: Call of pure virtual function 'setEditionText' in constructor.
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.cpp:72:2: note: Call of pure virtual function 'setEditionText' in constructor.
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:63:16: note: Call of pure virtual function 'setEditionText' in constructor.
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:64:20: warning: Call of pure virtual function 'myEditionWidget' in constructor. [pureVirtualCall]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.cpp:60:53: note: Call of pure virtual function 'myEditionWidget' in constructor.
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.cpp:86:2: note: Call of pure virtual function 'myEditionWidget' in constructor.
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.cpp:95:2: note: Call of pure virtual function 'myEditionWidget' in constructor.
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:64:20: note: Call of pure virtual function 'myEditionWidget' in constructor.
fritzing-app-0.9.3b/src/partseditor/obsolete/addremovelistwidget.cpp:59:2: style: Variable 'row' is modified but its new value is never used. [unreadVariable]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:668:31: warning: Either the condition 'sci?sci->connector():NULL' is redundant or there is possible null pointer dereference: sci. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:420:53: note: Assuming that condition 'sci?sci->connector():NULL' is not redundant
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:418:22: note: Calling function 'resetType', 2nd argument 'sci' value is 0
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:668:31: note: Null pointer dereference
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:676:6: warning: Either the condition 'sci?sci->connector():NULL' is redundant or there is possible null pointer dereference: sci. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:420:53: note: Assuming that condition 'sci?sci->connector():NULL' is not redundant
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:418:22: note: Calling function 'resetType', 2nd argument 'sci' value is 0
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:676:6: note: Null pointer dereference
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:681:2: warning: Either the condition 'sci?sci->connector():NULL' is redundant or there is possible null pointer dereference: sci. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:420:53: note: Assuming that condition 'sci?sci->connector():NULL' is not redundant
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:418:22: note: Calling function 'resetType', 2nd argument 'sci' value is 0
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:681:2: note: Null pointer dereference
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:690:7: warning: Either the condition 'sci?sci->connector():NULL' is redundant or there is possible null pointer dereference: sci. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:420:53: note: Assuming that condition 'sci?sci->connector():NULL' is not redundant
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:419:22: note: Calling function 'resetName', 2nd argument 'sci' value is 0
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:690:7: note: Null pointer dereference
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:702:2: warning: Either the condition 'sci?sci->connector():NULL' is redundant or there is possible null pointer dereference: sci. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:420:53: note: Assuming that condition 'sci?sci->connector():NULL' is not redundant
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:419:22: note: Calling function 'resetName', 2nd argument 'sci' value is 0
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:702:2: note: Null pointer dereference
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:183:36: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:187:41: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:201:36: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:209:41: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:281:82: style: Function 'addMismatchingConnectorInfo' argument 1 names different: declaration 'viewID' definition 'viewId'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.h:92:62: note: Function 'addMismatchingConnectorInfo' argument 1 names different: declaration 'viewID' definition 'viewId'.
fritzing-app-0.9.3b/src/partseditor/obsolete/connectorsinfowidget.cpp:281:82: note: Function 'addMismatchingConnectorInfo' argument 1 names different: declaration 'viewID' definition 'viewId'.
fritzing-app-0.9.3b/src/partseditor/obsolete/cornerhandler.cpp:43:2: performance: Variable 'm_corner' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.cpp:31:46: warning: Function 'EditableDateWidget' argument order different: declaration 'date, undoStack, parent, title, noSpacing, edited' definition 'date, undoStack, parent, title, edited, noSpacing' [funcArgOrderDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.h:39:28: note: Function 'EditableDateWidget' argument order different: declaration 'date, undoStack, parent, title, noSpacing, edited' definition 'date, undoStack, parent, title, edited, noSpacing'
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.cpp:31:46: note: Function 'EditableDateWidget' argument order different: declaration 'date, undoStack, parent, title, noSpacing, edited' definition 'date, undoStack, parent, title, edited, noSpacing'
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.h:42:11: style: The function 'editionText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:62:19: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.h:42:11: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.h:43:8: style: The function 'setEditionText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:63:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.h:43:8: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.h:44:12: style: The function 'myEditionWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:64:20: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.h:44:12: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.h:45:8: style: The function 'setEmptyTextToEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/partseditor/obsolete/abstracteditablelabelwidget.h:65:16: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabledatewidget.h:45:8: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.cpp:31:48: warning: Function 'EditableTextWidget' argument order different: declaration 'text, undoStack, parent, title, noSpacing, edited' definition 'text, undoStack, parent, title, edited, noSpacing' [funcArgOrderDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.h:39:30: note: Function 'EditableTextWidget' argument order different: declaration 'text, undoStack, parent, title, noSpacing, edited' definition 'text, undoStack, parent, title, edited, noSpacing'
fritzing-app-0.9.3b/src/partseditor/obsolete/editabletextwidget.cpp:31:48: note: Function 'EditableTextWidget' argument order different: declaration 'text, undoStack, parent, title, noSpacing, edited' definition 'text, undoStack, parent, title, edited, noSpacing'
fritzing-app-0.9.3b/src/partseditor/obsolete/fixfontsdialog.cpp:44:3: performance: Variable 'm_brokenFont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/partseditor/obsolete/partinfowidget.h:44:3: style: Class 'PartInfoWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.h:38:2: style: Class 'PcbXML' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:177:148: style: Function 'addItemAux' argument 5 names different: declaration 'paletteItem' definition 'paletteItemAux'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.h:134:131: note: Function 'addItemAux' argument 5 names different: declaration 'paletteItem' definition 'paletteItemAux'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:177:148: note: Function 'addItemAux' argument 5 names different: declaration 'paletteItem' definition 'paletteItemAux'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:294:98: style: Function 'createFakeModelPart' argument 1 names different: declaration 'connIds' definition 'conns'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.h:137:83: note: Function 'createFakeModelPart' argument 1 names different: declaration 'connIds' definition 'conns'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:294:98: note: Function 'createFakeModelPart' argument 1 names different: declaration 'connIds' definition 'conns'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:933:60: style: Function 'createSvgFromImage' argument 1 names different: declaration 'filePath' definition 'origFilePath'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.h:172:45: note: Function 'createSvgFromImage' argument 1 names different: declaration 'filePath' definition 'origFilePath'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:933:60: note: Function 'createSvgFromImage' argument 1 names different: declaration 'filePath' definition 'origFilePath'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1204:40: style: Function 'aboutToSave' argument 1 names different: declaration 'fakeDefaultIfNotIn' definition 'fakeDefaultIfNone'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.h:80:25: note: Function 'aboutToSave' argument 1 names different: declaration 'fakeDefaultIfNotIn' definition 'fakeDefaultIfNone'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1204:40: note: Function 'aboutToSave' argument 1 names different: declaration 'fakeDefaultIfNotIn' definition 'fakeDefaultIfNone'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1475:61: style: Function 'removeConnectorsIfNeeded' argument 1 names different: declaration 'docEle' definition 'docElem'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.h:188:46: note: Function 'removeConnectorsIfNeeded' argument 1 names different: declaration 'docEle' definition 'docElem'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1475:61: note: Function 'removeConnectorsIfNeeded' argument 1 names different: declaration 'docEle' definition 'docElem'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1494:57: style: Function 'mapFromSceneToSvg' argument 1 names different: declaration 'sceneRect' definition 'itemRect'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.h:199:42: note: Function 'mapFromSceneToSvg' argument 1 names different: declaration 'sceneRect' definition 'itemRect'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1494:57: note: Function 'mapFromSceneToSvg' argument 1 names different: declaration 'sceneRect' definition 'itemRect'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1494:81: style: Function 'mapFromSceneToSvg' argument 2 names different: declaration 'defaultSize' definition 'sceneViewBox'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.h:199:67: note: Function 'mapFromSceneToSvg' argument 2 names different: declaration 'defaultSize' definition 'sceneViewBox'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1494:81: note: Function 'mapFromSceneToSvg' argument 2 names different: declaration 'defaultSize' definition 'sceneViewBox'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1494:109: style: Function 'mapFromSceneToSvg' argument 3 names different: declaration 'viewBox' definition 'svgViewBox'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.h:199:94: note: Function 'mapFromSceneToSvg' argument 3 names different: declaration 'viewBox' definition 'svgViewBox'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorview.cpp:1494:109: note: Function 'mapFromSceneToSvg' argument 3 names different: declaration 'viewBox' definition 'svgViewBox'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorviewswidget.cpp:218:94: style: Function 'setMismatching' argument 2 names different: declaration 'id' definition 'connId'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorviewswidget.h:67:72: note: Function 'setMismatching' argument 2 names different: declaration 'id' definition 'connId'.
fritzing-app-0.9.3b/src/partseditor/obsolete/partseditorviewswidget.cpp:218:94: note: Function 'setMismatching' argument 2 names different: declaration 'id' definition 'connId'.
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.h:40:10: style: Technically the member function 'PcbXML::getSvgFile' can be const. [functionConst]
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.cpp:83:17: note: Technically the member function 'PcbXML::getSvgFile' can be const.
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.h:40:10: note: Technically the member function 'PcbXML::getSvgFile' can be const.
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.h:65:7: style: Technically the member function 'PcbXML::drawElementArc' can be const. [functionConst]
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.cpp:226:14: note: Technically the member function 'PcbXML::drawElementArc' can be const.
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.h:65:7: note: Technically the member function 'PcbXML::drawElementArc' can be const.
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.h:66:7: performance: Technically the member function 'PcbXML::drawMark' can be static. [functionStatic]
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.cpp:244:14: note: Technically the member function 'PcbXML::drawMark' can be static.
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.h:66:7: note: Technically the member function 'PcbXML::drawMark' can be static.
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.cpp:43:2: style: Class 'PcbXML' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fritzing-app-0.9.3b/src/partseditor/obsolete/pcbxml.cpp:43:2: style: Class 'PcbXML' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fritzing-app-0.9.3b/src/partseditor/obsolete/resizablerectitem.h:46:7: style: Technically the member function 'ResizableRectItem::isResizable' can be const. [functionConst]
fritzing-app-0.9.3b/src/partseditor/obsolete/resizablerectitem.cpp:39:25: note: Technically the member function 'ResizableRectItem::isResizable' can be const.
fritzing-app-0.9.3b/src/partseditor/obsolete/resizablerectitem.h:46:7: note: Technically the member function 'ResizableRectItem::isResizable' can be const.
fritzing-app-0.9.3b/src/partseditor/obsolete/singleconnectorinfowidget.cpp:399:96: style: Function 'toMismatching' argument 1 names different: declaration 'viewId' definition 'missingViewId'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/obsolete/singleconnectorinfowidget.h:86:71: note: Function 'toMismatching' argument 1 names different: declaration 'viewId' definition 'missingViewId'.
fritzing-app-0.9.3b/src/partseditor/obsolete/singleconnectorinfowidget.cpp:399:96: note: Function 'toMismatching' argument 1 names different: declaration 'viewId' definition 'missingViewId'.
fritzing-app-0.9.3b/src/partseditor/pecommands.h:43:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:43:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:59:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:59:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:77:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:77:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:94:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:94:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:111:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:111:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:128:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:128:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:145:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:145:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:162:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:162:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:183:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:183:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:202:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:202:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:220:10: style: The function 'getParamString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/commands.h:99:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/partseditor/pecommands.h:220:10: note: Function in derived class
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:1661:52: warning: Either the condition 'itemBase' is redundant or there is possible null pointer dereference: itemBase. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:1546:9: note: Assuming that condition 'itemBase' is not redundant
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:1661:52: note: Null pointer dereference
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:521:16: style: The scope of the variable 'BinMinHeight' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:442:43: style: Function 'initSketchWidgets' argument 1 names different: declaration 'withIcons' definition 'whatever'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:121:33: note: Function 'initSketchWidgets' argument 1 names different: declaration 'withIcons' definition 'whatever'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:442:43: note: Function 'initSketchWidgets' argument 1 names different: declaration 'withIcons' definition 'whatever'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:2041:86: style: Function 'relocateConnectorSvg' argument 2 names different: declaration 'id' definition 'svgID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:75:63: note: Function 'relocateConnectorSvg' argument 2 names different: declaration 'id' definition 'svgID'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:2041:86: note: Function 'relocateConnectorSvg' argument 2 names different: declaration 'id' definition 'svgID'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:2462:83: style: Function 'moveTerminalPoint' argument 2 names different: declaration 'id' definition 'connectorID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:76:60: note: Function 'moveTerminalPoint' argument 2 names different: declaration 'id' definition 'connectorID'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:2462:83: note: Function 'moveTerminalPoint' argument 2 names different: declaration 'id' definition 'connectorID'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:2720:47: style: Function 'restoreFzp' argument 1 names different: declaration 'filename' definition 'fzpPath'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:77:37: note: Function 'restoreFzp' argument 1 names different: declaration 'filename' definition 'fzpPath'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:2720:47: note: Function 'restoreFzp' argument 1 names different: declaration 'filename' definition 'fzpPath'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:2945:67: style: Function 'writeXml' argument 2 names different: declaration 'text' definition 'xml'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:171:54: note: Function 'writeXml' argument 2 names different: declaration 'text' definition 'xml'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:2945:67: note: Function 'writeXml' argument 2 names different: declaration 'text' definition 'xml'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:3496:46: style: Function 'changeSMD' argument 1 names different: declaration 'smd' definition 'after'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:81:33: note: Function 'changeSMD' argument 1 names different: declaration 'smd' definition 'after'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:3496:46: note: Function 'changeSMD' argument 1 names different: declaration 'smd' definition 'after'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:3650:76: style: Function 'setImageAttribute' argument 2 names different: declaration 'image' definition 'svgPath'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/pemainwindow.h:192:63: note: Function 'setImageAttribute' argument 2 names different: declaration 'image' definition 'svgPath'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:3650:76: note: Function 'setImageAttribute' argument 2 names different: declaration 'image' definition 'svgPath'.
fritzing-app-0.9.3b/src/partseditor/pemainwindow.cpp:696:15: style: Variable 'succeeded' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/partseditor/pemetadataview.h:53:2: style: Class 'PEMetadataView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/pemetadataview.h:98:5: style: Class 'FocusOutTextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/petoolview.h:48:5: style: Class 'PEDoubleSpinBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/petoolview.h:60:2: style: Class 'PEToolView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/pesvgview.h:45:2: style: Class 'PESvgView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/utils/s2s.h:35:5: style: Class 'S2S' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/partseditor/pemetadataview.cpp:63:5: performance: Variable 'm_mainFrame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/partseditor/petoolview.cpp:457:42: style: Function 'setCurrentConnector' argument 1 names different: declaration 'index' definition 'ix'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/petoolview.h:66:34: note: Function 'setCurrentConnector' argument 1 names different: declaration 'index' definition 'ix'.
fritzing-app-0.9.3b/src/partseditor/petoolview.cpp:457:42: note: Function 'setCurrentConnector' argument 1 names different: declaration 'index' definition 'ix'.
fritzing-app-0.9.3b/src/partseditor/petoolview.cpp:65:5: performance: Variable 'm_assignButton' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/partseditor/peutils.cpp:194:57: style: Function 'fillInMetadata' argument 2 names different: declaration 'parentWidget' definition 'parent'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/partseditor/peutils.h:51:56: note: Function 'fillInMetadata' argument 2 names different: declaration 'parentWidget' definition 'parent'.
fritzing-app-0.9.3b/src/partseditor/peutils.cpp:194:57: note: Function 'fillInMetadata' argument 2 names different: declaration 'parentWidget' definition 'parent'.
fritzing-app-0.9.3b/src/program/highlighter.cpp:41:38: style: Function 'Highlighter' argument 1 names different: declaration 'parent' definition 'textEdit'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/program/highlighter.h:42:26: note: Function 'Highlighter' argument 1 names different: declaration 'parent' definition 'textEdit'.
fritzing-app-0.9.3b/src/program/highlighter.cpp:41:38: note: Function 'Highlighter' argument 1 names different: declaration 'parent' definition 'textEdit'.
fritzing-app-0.9.3b/src/program/highlighter.cpp:43:2: performance: Variable 'm_syntaxer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/program/highlighter.h:42:2: style: Class 'Highlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/program/platform.cpp:31:5: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/program/platformarduino.h:13:10: style: The function 'upload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/program/platform.h:44:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/platformarduino.h:13:10: note: Function in derived class
fritzing-app-0.9.3b/src/program/platformpicaxe.h:13:10: style: The function 'upload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fritzing-app-0.9.3b/src/program/platform.h:44:18: note: Virtual function in base class
fritzing-app-0.9.3b/src/program/platformpicaxe.h:13:10: note: Function in derived class
fritzing-app-0.9.3b/src/program/programtab.cpp:62:131: style: Function 'DeleteDialog' argument 5 names different: declaration 'f' definition 'flags'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/program/programtab.h:191:123: note: Function 'DeleteDialog' argument 5 names different: declaration 'f' definition 'flags'.
fritzing-app-0.9.3b/src/program/programtab.cpp:62:131: note: Function 'DeleteDialog' argument 5 names different: declaration 'f' definition 'flags'.
fritzing-app-0.9.3b/src/program/programtab.cpp:468:50: style: Function 'loadProgramFile' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/program/programtab.h:88:39: note: Function 'loadProgramFile' argument 1 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/program/programtab.cpp:468:50: note: Function 'loadProgramFile' argument 1 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/program/programtab.cpp:468:76: style: Function 'loadProgramFile' argument 2 names different: declaration 'altFilename' definition 'altFileName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/program/programtab.h:88:65: note: Function 'loadProgramFile' argument 2 names different: declaration 'altFilename' definition 'altFileName'.
fritzing-app-0.9.3b/src/program/programtab.cpp:468:76: note: Function 'loadProgramFile' argument 2 names different: declaration 'altFilename' definition 'altFileName'.
fritzing-app-0.9.3b/src/program/programtab.cpp:468:94: style: Function 'loadProgramFile' argument 3 names different: declaration 'noUpdate' definition 'updateLink'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/program/programtab.h:88:83: note: Function 'loadProgramFile' argument 3 names different: declaration 'noUpdate' definition 'updateLink'.
fritzing-app-0.9.3b/src/program/programtab.cpp:468:94: note: Function 'loadProgramFile' argument 3 names different: declaration 'noUpdate' definition 'updateLink'.
fritzing-app-0.9.3b/src/program/programwindow.cpp:471:36: style: Function 'event' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/program/programwindow.h:148:25: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fritzing-app-0.9.3b/src/program/programwindow.cpp:471:36: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_newAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_openAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_saveAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_monitorAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_programAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_undoAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_redoAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_cutAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_copyAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_pasteAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_selectAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_printAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_preferencesAction' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_platformActionGroup' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_boardActionGroup' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_serialPortActionGroup' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_platformMenu' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_boardMenu' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_serialPortMenu' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_editMenu' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_viewMenu' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/programwindow.cpp:109:16: warning: Member variable 'ProgramWindow::m_programMenu' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/syntaxer.cpp:265:14: warning: Member variable 'CommentInfo::m_index' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/syntaxer.cpp:36:11: warning: Member variable 'Syntaxer::m_hlCStringChar' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/syntaxer.cpp:36:11: warning: Member variable 'Syntaxer::m_canProgram' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/program/syntaxer.cpp:251:2: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/program/syntaxer.cpp:266:2: performance: Variable 'm_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/program/syntaxer.cpp:267:2: performance: Variable 'm_end' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/program/syntaxer.h:100:18: style: Technically the member function 'SyntaxerTrieLeaf::name' can be const. [functionConst]
fritzing-app-0.9.3b/src/program/syntaxer.cpp:258:35: note: Technically the member function 'SyntaxerTrieLeaf::name' can be const.
fritzing-app-0.9.3b/src/program/syntaxer.h:100:18: note: Technically the member function 'SyntaxerTrieLeaf::name' can be const.
fritzing-app-0.9.3b/src/program/trienode.cpp:60:36: style: Function 'addString' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/program/trienode.h:46:35: note: Function 'addString' argument 1 names different: declaration 's' definition 'string'.
fritzing-app-0.9.3b/src/program/trienode.cpp:60:36: note: Function 'addString' argument 1 names different: declaration 's' definition 'string'.
fritzing-app-0.9.3b/src/program/trienode.cpp:46:2: performance: Variable 'm_char' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.cpp:550:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.cpp:547:0: note: Variable 'result' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.cpp:550:9: note: Variable 'result' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.cpp:624:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.cpp:622:9: note: Variable 'result' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.cpp:624:3: note: Variable 'result' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.cpp:779:6: style: The scope of the variable 'propsInCommonCountAux' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.cpp:104:23: warning: Member variable 'SqliteReferenceModel::m_keepGoing' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/referencemodel/sqlitereferencemodel.cpp:104:23: warning: Member variable 'SqliteReferenceModel::m_init' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:53:48: warning: Either the condition 'itemBase?itemBase->layerKinChief():itemBase' is redundant or there is possible null pointer dereference: itemBase. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:55:52: note: Assuming that condition 'itemBase?itemBase->layerKinChief():itemBase' is not redundant
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:53:48: note: Null pointer dereference
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:400:2: style: Variable 'succeeded' is reassigned a value before the old one has been used. [redundantAssignment]
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:397:0: note: Variable 'succeeded' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:400:2: note: Variable 'succeeded' is reassigned a value before the old one has been used.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:212:65: style: Function 'setProp' argument 2 names different: declaration 'propName' definition 'prop'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:106:51: note: Function 'setProp' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:212:65: note: Function 'setProp' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:212:87: style: Function 'setProp' argument 3 names different: declaration 'translatedPropName' definition 'trProp'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:106:77: note: Function 'setProp' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:212:87: note: Function 'setProp' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:222:69: style: Function 'setHoleSize' argument 2 names different: declaration 'propName' definition 'prop'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:107:55: note: Function 'setHoleSize' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:222:69: note: Function 'setHoleSize' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:222:91: style: Function 'setHoleSize' argument 3 names different: declaration 'translatedPropName' definition 'trProp'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/infographicsview.h:107:81: note: Function 'setHoleSize' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:222:91: note: Function 'setHoleSize' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/infographicsview.cpp:41:5: performance: Variable 'm_smdOrientation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:663:65: style: Function 'showGroundTraces' argument 1 names different: declaration 'seeds' definition 'connectorItems'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:68:49: note: Function 'showGroundTraces' argument 1 names different: declaration 'seeds' definition 'connectorItems'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:663:65: note: Function 'showGroundTraces' argument 1 names different: declaration 'seeds' definition 'connectorItems'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:717:42: style: Function 'resizeBoard' argument 1 names different: declaration 'w' definition 'mmW'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:130:26: note: Function 'resizeBoard' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:717:42: note: Function 'resizeBoard' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:717:54: style: Function 'resizeBoard' argument 2 names different: declaration 'h' definition 'mmH'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:130:36: note: Function 'resizeBoard' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:717:54: note: Function 'resizeBoard' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:2807:46: style: Function 'resizeBoard' argument 1 names different: declaration 'id' definition 'itemID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:133:30: note: Function 'resizeBoard' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:2807:46: note: Function 'resizeBoard' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:2807:61: style: Function 'resizeBoard' argument 2 names different: declaration 'w' definition 'mmW'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:133:41: note: Function 'resizeBoard' argument 2 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:2807:61: note: Function 'resizeBoard' argument 2 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:2807:73: style: Function 'resizeBoard' argument 3 names different: declaration 'h' definition 'mmH'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.h:133:51: note: Function 'resizeBoard' argument 3 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:2807:73: note: Function 'resizeBoard' argument 3 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/sketch/pcbsketchwidget.cpp:126:5: performance: Variable 'm_rolloverQuoteDialog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:242:51: style: Function 'setInstanceTitle' argument 1 names different: declaration 'id' definition 'itemID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:95:29: note: Function 'setInstanceTitle' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:242:51: note: Function 'setInstanceTitle' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:242:75: style: Function 'setInstanceTitle' argument 2 names different: declaration 'oldTitle' definition 'oldText'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:95:49: note: Function 'setInstanceTitle' argument 2 names different: declaration 'oldTitle' definition 'oldText'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:242:75: note: Function 'setInstanceTitle' argument 2 names different: declaration 'oldTitle' definition 'oldText'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:242:100: style: Function 'setInstanceTitle' argument 3 names different: declaration 'newTitle' definition 'newText'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:95:75: note: Function 'setInstanceTitle' argument 3 names different: declaration 'newTitle' definition 'newText'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:242:100: note: Function 'setInstanceTitle' argument 3 names different: declaration 'newTitle' definition 'newText'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:256:74: style: Function 'setProp' argument 2 names different: declaration 'propName' definition 'prop'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:94:43: note: Function 'setProp' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:256:74: note: Function 'setProp' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:256:96: style: Function 'setProp' argument 3 names different: declaration 'translatedPropName' definition 'trProp'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:94:69: note: Function 'setProp' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:256:96: note: Function 'setProp' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:295:47: style: Function 'setVoltage' argument 1 names different: declaration 'voltage' definition 'v'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.h:93:25: note: Function 'setVoltage' argument 1 names different: declaration 'voltage' definition 'v'.
fritzing-app-0.9.3b/src/sketch/schematicsketchwidget.cpp:295:47: note: Function 'setVoltage' argument 1 names different: declaration 'voltage' definition 'v'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:369:9: style: Condition '!gotOne' is always true [knownConditionTrueFalse]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:368:19: note: Assignment 'gotOne=false', assigned value is 0
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:369:9: note: Condition '!gotOne' is always true
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:760:14: style: Condition 'newItem==NULL' is always true [knownConditionTrueFalse]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:753:23: note: Assignment 'newItem=NULL', assigned value is 0
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:760:14: note: Condition 'newItem==NULL' is always true
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:811:16: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:815:16: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:844:45: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:8314:10: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:760:14: style: Same expression on both sides of '==' because the value of 'newItem' and 'NULL' are the same. [duplicateExpression]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:753:23: note: 'newItem' is assigned value 'NULL' here.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:760:14: note: Same expression on both sides of '==' because the value of 'newItem' and 'NULL' are the same.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:8037:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:3340:7: style: The scope of the variable 'hasBoard' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:3586:7: style: The scope of the variable 'toID' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:3747:7: style: The scope of the variable 'toID' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:3869:7: style: The scope of the variable 'doEmit' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:720:39: style: Function 'setWireExtras' argument 1 names different: declaration 'id' definition 'newID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:325:29: note: Function 'setWireExtras' argument 1 names different: declaration 'id' definition 'newID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:720:39: note: Function 'setWireExtras' argument 1 names different: declaration 'id' definition 'newID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:1301:43: style: Function 'extendChangeConnectionCommand' argument 8 names different: declaration 'parent' definition 'parentCommand'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:392:42: note: Function 'extendChangeConnectionCommand' argument 8 names different: declaration 'parent' definition 'parentCommand'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:1301:43: note: Function 'extendChangeConnectionCommand' argument 8 names different: declaration 'parent' definition 'parentCommand'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:1518:59: style: Function 'rotateLeg' argument 2 names different: declaration 'connectorID' definition 'fromConnectorID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:138:49: note: Function 'rotateLeg' argument 2 names different: declaration 'connectorID' definition 'fromConnectorID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:1518:59: note: Function 'rotateLeg' argument 2 names different: declaration 'connectorID' definition 'fromConnectorID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:1536:59: style: Function 'changeLeg' argument 2 names different: declaration 'connectorID' definition 'fromConnectorID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:136:49: note: Function 'changeLeg' argument 2 names different: declaration 'connectorID' definition 'fromConnectorID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:1536:59: note: Function 'changeLeg' argument 2 names different: declaration 'connectorID' definition 'fromConnectorID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:1541:59: style: Function 'recalcLeg' argument 2 names different: declaration 'connectorID' definition 'fromConnectorID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:137:49: note: Function 'recalcLeg' argument 2 names different: declaration 'connectorID' definition 'fromConnectorID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:1541:59: note: Function 'recalcLeg' argument 2 names different: declaration 'connectorID' definition 'fromConnectorID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:3126:53: style: Function 'moveItems' argument 2 names different: declaration 'checkAutoScroll' definition 'checkAutoScrollFlag'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:418:40: note: Function 'moveItems' argument 2 names different: declaration 'checkAutoScroll' definition 'checkAutoScrollFlag'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:3126:53: note: Function 'moveItems' argument 2 names different: declaration 'checkAutoScroll' definition 'checkAutoScrollFlag'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:3693:112: style: Function 'prepLegBendpointChange' argument 5 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:302:99: note: Function 'prepLegBendpointChange' argument 5 names different: declaration 'pos' definition 'p'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:3693:112: note: Function 'prepLegBendpointChange' argument 5 names different: declaration 'pos' definition 'p'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:4205:77: style: Function 'setLayerVisible' argument 2 names different: declaration 'visible' definition 'vis'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:166:64: note: Function 'setLayerVisible' argument 2 names different: declaration 'visible' definition 'vis'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:4205:77: note: Function 'setLayerVisible' argument 2 names different: declaration 'visible' definition 'vis'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:4856:60: style: Function 'findConnectorItem' argument 1 names different: declaration 'item' definition 'itemBase'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:378:47: note: Function 'findConnectorItem' argument 1 names different: declaration 'item' definition 'itemBase'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:4856:60: note: Function 'findConnectorItem' argument 1 names different: declaration 'item' definition 'itemBase'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:4902:58: style: Function 'setBackgroundColor' argument 2 names different: declaration 'setPref' definition 'setPrefs'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:174:42: note: Function 'setBackgroundColor' argument 2 names different: declaration 'setPref' definition 'setPrefs'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:4902:58: note: Function 'setBackgroundColor' argument 2 names different: declaration 'setPref' definition 'setPrefs'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:5882:89: style: Function 'noteChanged' argument 3 names different: declaration 'newtext' definition 'newText'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:200:71: note: Function 'noteChanged' argument 3 names different: declaration 'newtext' definition 'newText'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:5882:89: note: Function 'noteChanged' argument 3 names different: declaration 'newtext' definition 'newText'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:5889:94: style: Function 'partLabelChanged' argument 3 names different: declaration 'newtext' definition 'newText'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:199:76: note: Function 'partLabelChanged' argument 3 names different: declaration 'newtext' definition 'newText'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:5889:94: note: Function 'partLabelChanged' argument 3 names different: declaration 'newtext' definition 'newText'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:6453:54: style: Function 'changeWireWidthMils' argument 1 names different: declaration 'newWidth' definition 'newWidthStr'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:624:41: note: Function 'changeWireWidthMils' argument 1 names different: declaration 'newWidth' definition 'newWidthStr'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:6453:54: note: Function 'changeWireWidthMils' argument 1 names different: declaration 'newWidth' definition 'newWidthStr'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7049:42: style: Function 'incInstanceTitle' argument 1 names different: declaration 'id' definition 'itemID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:628:29: note: Function 'incInstanceTitle' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7049:42: note: Function 'incInstanceTitle' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7065:42: style: Function 'setInstanceTitle' argument 1 names different: declaration 'id' definition 'itemID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:627:29: note: Function 'setInstanceTitle' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7065:42: note: Function 'setInstanceTitle' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7065:66: style: Function 'setInstanceTitle' argument 2 names different: declaration 'oldTitle' definition 'oldText'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:627:49: note: Function 'setInstanceTitle' argument 2 names different: declaration 'oldTitle' definition 'oldText'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7065:66: note: Function 'setInstanceTitle' argument 2 names different: declaration 'oldTitle' definition 'oldText'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7065:91: style: Function 'setInstanceTitle' argument 3 names different: declaration 'newTitle' definition 'newText'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:627:75: note: Function 'setInstanceTitle' argument 3 names different: declaration 'newTitle' definition 'newText'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7065:91: note: Function 'setInstanceTitle' argument 3 names different: declaration 'newTitle' definition 'newText'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7101:39: style: Function 'showPartLabel' argument 1 names different: declaration 'id' definition 'itemID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:629:26: note: Function 'showPartLabel' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7101:39: note: Function 'showPartLabel' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7417:83: style: Function 'makeWireSVG' argument 4 names different: declaration 'printerscale' definition 'printerScale'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:469:70: note: Function 'makeWireSVG' argument 4 names different: declaration 'printerscale' definition 'printerScale'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7417:83: note: Function 'makeWireSVG' argument 4 names different: declaration 'printerscale' definition 'printerScale'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7534:66: style: Function 'pushCommand' argument 2 names different: declaration 'signalTarget' definition 'thing'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:115:45: note: Function 'pushCommand' argument 2 names different: declaration 'signalTarget' definition 'thing'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7534:66: note: Function 'pushCommand' argument 2 names different: declaration 'signalTarget' definition 'thing'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7557:50: style: Function 'swappedGender' argument 1 names different: declaration 'originalConnectorItem' definition 'connectorItem'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:443:37: note: Function 'swappedGender' argument 1 names different: declaration 'originalConnectorItem' definition 'connectorItem'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7557:50: note: Function 'swappedGender' argument 1 names different: declaration 'originalConnectorItem' definition 'connectorItem'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7616:61: style: Function 'setProp' argument 2 names different: declaration 'propName' definition 'prop'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:637:51: note: Function 'setProp' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7616:61: note: Function 'setProp' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7616:83: style: Function 'setProp' argument 3 names different: declaration 'translatedPropName' definition 'trProp'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:637:77: note: Function 'setProp' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7616:83: note: Function 'setProp' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7626:65: style: Function 'setHoleSize' argument 2 names different: declaration 'propName' definition 'prop'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:638:47: note: Function 'setHoleSize' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7626:65: note: Function 'setHoleSize' argument 2 names different: declaration 'propName' definition 'prop'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7626:87: style: Function 'setHoleSize' argument 3 names different: declaration 'translatedPropName' definition 'trProp'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:638:73: note: Function 'setHoleSize' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7626:87: note: Function 'setHoleSize' argument 3 names different: declaration 'translatedPropName' definition 'trProp'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7660:43: style: Function 'resizeBoard' argument 1 names different: declaration 'id' definition 'itemID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:631:38: note: Function 'resizeBoard' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7660:43: note: Function 'resizeBoard' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7660:58: style: Function 'resizeBoard' argument 2 names different: declaration 'w' definition 'mmW'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:631:49: note: Function 'resizeBoard' argument 2 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7660:58: note: Function 'resizeBoard' argument 2 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7660:70: style: Function 'resizeBoard' argument 3 names different: declaration 'h' definition 'mmH'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:631:59: note: Function 'resizeBoard' argument 3 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7660:70: note: Function 'resizeBoard' argument 3 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7705:39: style: Function 'resizeBoard' argument 1 names different: declaration 'w' definition 'mmW'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:640:26: note: Function 'resizeBoard' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7705:39: note: Function 'resizeBoard' argument 1 names different: declaration 'w' definition 'mmW'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7705:51: style: Function 'resizeBoard' argument 2 names different: declaration 'h' definition 'mmH'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:640:36: note: Function 'resizeBoard' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:7705:51: note: Function 'resizeBoard' argument 2 names different: declaration 'h' definition 'mmH'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:8172:42: style: Function 'resizeJumperItem' argument 1 names different: declaration 'id' definition 'itemID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:632:29: note: Function 'resizeJumperItem' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:8172:42: note: Function 'resizeJumperItem' argument 1 names different: declaration 'id' definition 'itemID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:8856:56: style: Function 'changeBus' argument 2 names different: declaration 'connec' definition 'connect'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:297:34: note: Function 'changeBus' argument 2 names different: declaration 'connec' definition 'connect'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:8856:56: note: Function 'changeBus' argument 2 names different: declaration 'connec' definition 'connect'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:9101:36: style: Function 'renamePins' argument 1 names different: declaration 'itemID' definition 'id'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:315:23: note: Function 'renamePins' argument 1 names different: declaration 'itemID' definition 'id'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:9101:36: note: Function 'renamePins' argument 1 names different: declaration 'itemID' definition 'id'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:9620:45: style: Function 'addSubpart' argument 2 names different: declaration 'subpartid' definition 'subpartID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/sketchwidget.h:645:35: note: Function 'addSubpart' argument 2 names different: declaration 'subpartid' definition 'subpartID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:9620:45: note: Function 'addSubpart' argument 2 names different: declaration 'subpartid' definition 'subpartID'.
fritzing-app-0.9.3b/src/sketch/sketchwidget.cpp:3589:10: style: Variable 'toID' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/sketch/zoomablegraphicsview.cpp:142:59: style: Function 'relativeZoom' argument 2 names different: declaration 'centerToCursor' definition 'centerOnCursor'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/sketch/zoomablegraphicsview.h:43:41: note: Function 'relativeZoom' argument 2 names different: declaration 'centerToCursor' definition 'centerOnCursor'.
fritzing-app-0.9.3b/src/sketch/zoomablegraphicsview.cpp:142:59: note: Function 'relativeZoom' argument 2 names different: declaration 'centerToCursor' definition 'centerOnCursor'.
fritzing-app-0.9.3b/src/sketchtoolbutton.cpp:41:5: performance: Variable 'm_imageName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/sketchtoolbutton.cpp:58:2: performance: Variable 'm_imageName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/svg/gedaelement2svg.cpp:47:18: warning: Member variable 'GedaElement2Svg::m_nonConnectorNumber' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/gedaelement2svg.h:44:6: performance: Technically the member function 'GedaElement2Svg::countArgs' can be static. [functionStatic]
fritzing-app-0.9.3b/src/svg/gedaelement2svg.cpp:190:22: note: Technically the member function 'GedaElement2Svg::countArgs' can be static.
fritzing-app-0.9.3b/src/svg/gedaelement2svg.h:44:6: note: Technically the member function 'GedaElement2Svg::countArgs' can be static.
fritzing-app-0.9.3b/src/svg/gedaelement2svg.h:48:7: performance: Technically the member function 'GedaElement2Svg::fixQuad' can be static. [functionStatic]
fritzing-app-0.9.3b/src/svg/gedaelement2svg.cpp:438:23: note: Technically the member function 'GedaElement2Svg::fixQuad' can be static.
fritzing-app-0.9.3b/src/svg/gedaelement2svg.h:48:7: note: Technically the member function 'GedaElement2Svg::fixQuad' can be static.
fritzing-app-0.9.3b/src/svg/gedaelement2svg.h:49:6: performance: Technically the member function 'GedaElement2Svg::reflectQuad' can be static. [functionStatic]
fritzing-app-0.9.3b/src/svg/gedaelement2svg.cpp:455:22: note: Technically the member function 'GedaElement2Svg::reflectQuad' can be static.
fritzing-app-0.9.3b/src/svg/gedaelement2svg.h:49:6: note: Technically the member function 'GedaElement2Svg::reflectQuad' can be static.
fritzing-app-0.9.3b/src/svg/gedaelement2svg.h:51:10: performance: Technically the member function 'GedaElement2Svg::makeCopper' can be static. [functionStatic]
fritzing-app-0.9.3b/src/svg/gedaelement2svg.cpp:506:26: note: Technically the member function 'GedaElement2Svg::makeCopper' can be static.
fritzing-app-0.9.3b/src/svg/gedaelement2svg.h:51:10: note: Technically the member function 'GedaElement2Svg::makeCopper' can be static.
fritzing-app-0.9.3b/src/svg/gedaelementlexer.h:38:5: style: Class 'GedaElementLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/svg/gedaelementlexer.cpp:34:19: warning: Member variable 'GedaElementLexer::m_currentHexString' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/gedaelementlexer.h:41:10: style: Technically the member function 'GedaElementLexer::currentCommand' can be const. [functionConst]
fritzing-app-0.9.3b/src/svg/gedaelementlexer.cpp:256:27: note: Technically the member function 'GedaElementLexer::currentCommand' can be const.
fritzing-app-0.9.3b/src/svg/gedaelementlexer.h:41:10: note: Technically the member function 'GedaElementLexer::currentCommand' can be const.
fritzing-app-0.9.3b/src/svg/gedaelementlexer.h:42:9: style: Technically the member function 'GedaElementLexer::currentNumber' can be const. [functionConst]
fritzing-app-0.9.3b/src/svg/gedaelementlexer.cpp:260:26: note: Technically the member function 'GedaElementLexer::currentNumber' can be const.
fritzing-app-0.9.3b/src/svg/gedaelementlexer.h:42:9: note: Technically the member function 'GedaElementLexer::currentNumber' can be const.
fritzing-app-0.9.3b/src/svg/gedaelementlexer.h:43:10: style: Technically the member function 'GedaElementLexer::currentString' can be const. [functionConst]
fritzing-app-0.9.3b/src/svg/gedaelementlexer.cpp:264:27: note: Technically the member function 'GedaElementLexer::currentString' can be const.
fritzing-app-0.9.3b/src/svg/gedaelementlexer.h:43:10: note: Technically the member function 'GedaElementLexer::currentString' can be const.
fritzing-app-0.9.3b/src/svg/gedaelementlexer.h:44:22: style: Technically the member function 'GedaElementLexer::comments' can be const. [functionConst]
fritzing-app-0.9.3b/src/svg/gedaelementlexer.cpp:268:39: note: Technically the member function 'GedaElementLexer::comments' can be const.
fritzing-app-0.9.3b/src/svg/gedaelementlexer.h:44:22: note: Technically the member function 'GedaElementLexer::comments' can be const.
fritzing-app-0.9.3b/src/svg/gedaelementparser.cpp:294:0: style: Variable 'reduces' is modified but its new value is never used. [unreadVariable]
fritzing-app-0.9.3b/src/svg/gedaelementparser.cpp:33:20: warning: Member variable 'GedaElementParser::m_tos' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/gerbergenerator.cpp:416:10: style: The scope of the variable 'multipleContours' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/svg/gerbergenerator.cpp:731:55: style: Function 'cleanOutline' argument 1 names different: declaration 'svgOutline' definition 'outlineSvg'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/gerbergenerator.h:44:46: note: Function 'cleanOutline' argument 1 names different: declaration 'svgOutline' definition 'outlineSvg'.
fritzing-app-0.9.3b/src/svg/gerbergenerator.cpp:731:55: note: Function 'cleanOutline' argument 1 names different: declaration 'svgOutline' definition 'outlineSvg'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:881:10: style: The scope of the variable 'x' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:407:45: style: Function 'scanImage' argument 7 names different: declaration 'makeConnector' definition 'makeConnectorFlag'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/groundplanegenerator.h:63:40: note: Function 'scanImage' argument 7 names different: declaration 'makeConnector' definition 'makeConnectorFlag'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:407:45: note: Function 'scanImage' argument 7 names different: declaration 'makeConnector' definition 'makeConnectorFlag'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:408:85: style: Function 'scanImage' argument 11 names different: declaration 'offsetPolygons' definition 'polygonOffset'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/groundplanegenerator.h:64:80: note: Function 'scanImage' argument 11 names different: declaration 'offsetPolygons' definition 'polygonOffset'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:408:85: note: Function 'scanImage' argument 11 names different: declaration 'offsetPolygons' definition 'polygonOffset'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:849:161: style: Function 'makeConnector' argument 7 names different: declaration 'svg' definition 'pSvg'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/groundplanegenerator.h:95:140: note: Function 'makeConnector' argument 7 names different: declaration 'svg' definition 'pSvg'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:849:161: note: Function 'makeConnector' argument 7 names different: declaration 'svg' definition 'pSvg'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:1084:45: style: Function 'scanOutline' argument 7 names different: declaration 'makeConnector' definition 'makeConnectorFlag'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/groundplanegenerator.h:66:40: note: Function 'scanOutline' argument 7 names different: declaration 'makeConnector' definition 'makeConnectorFlag'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:1084:45: note: Function 'scanOutline' argument 7 names different: declaration 'makeConnector' definition 'makeConnectorFlag'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:1227:46: style: Function 'setMinRunSize' argument 1 names different: declaration 'minRunSize' definition 'mrus'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/groundplanegenerator.h:74:25: note: Function 'setMinRunSize' argument 1 names different: declaration 'minRunSize' definition 'mrus'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:1227:46: note: Function 'setMinRunSize' argument 1 names different: declaration 'minRunSize' definition 'mrus'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:1227:56: style: Function 'setMinRunSize' argument 2 names different: declaration 'minRiseSize' definition 'mris'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/groundplanegenerator.h:74:41: note: Function 'setMinRunSize' argument 2 names different: declaration 'minRiseSize' definition 'mris'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:1227:56: note: Function 'setMinRunSize' argument 2 names different: declaration 'minRiseSize' definition 'mris'.
fritzing-app-0.9.3b/src/svg/groundplanegenerator.cpp:63:23: warning: Member variable 'GroundPlaneGenerator::m_blurBy' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/kicad2svg.h:39:10: performance: Technically the member function 'Kicad2Svg::endMetadata' can be static. [functionStatic]
fritzing-app-0.9.3b/src/svg/kicad2svg.cpp:67:20: note: Technically the member function 'Kicad2Svg::endMetadata' can be static.
fritzing-app-0.9.3b/src/svg/kicad2svg.h:39:10: note: Technically the member function 'Kicad2Svg::endMetadata' can be static.
fritzing-app-0.9.3b/src/svg/kicadmodule2svg.cpp:738:7: style: The scope of the variable 'gotID' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/svg/kicadmodule2svg.cpp:279:64: style: Function 'drawDCircle' argument 2 names different: declaration 'arc' definition 'circle'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/kicadmodule2svg.h:57:48: note: Function 'drawDCircle' argument 2 names different: declaration 'arc' definition 'circle'.
fritzing-app-0.9.3b/src/svg/kicadmodule2svg.cpp:279:64: note: Function 'drawDCircle' argument 2 names different: declaration 'arc' definition 'circle'.
fritzing-app-0.9.3b/src/svg/kicadmodule2svg.cpp:750:12: style: Variable 'gotID' is assigned a value that is never used. [unreadVariable]
fritzing-app-0.9.3b/src/svg/kicadmodule2svg.cpp:59:18: warning: Member variable 'KicadModule2Svg::m_nonConnectorNumber' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/kicadschematic2svg.cpp:240:75: style: Function 'convertField' argument 7 names different: declaration 'text' definition 't'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/kicadschematic2svg.h:50:202: note: Function 'convertField' argument 7 names different: declaration 'text' definition 't'.
fritzing-app-0.9.3b/src/svg/kicadschematic2svg.cpp:240:75: note: Function 'convertField' argument 7 names different: declaration 'text' definition 't'.
fritzing-app-0.9.3b/src/svg/kicadschematic2svg.h:56:10: performance: Technically the member function 'KicadSchematic2Svg::addFill' can be static. [functionStatic]
fritzing-app-0.9.3b/src/svg/kicadschematic2svg.cpp:661:29: note: Technically the member function 'KicadSchematic2Svg::addFill' can be static.
fritzing-app-0.9.3b/src/svg/kicadschematic2svg.h:56:10: note: Technically the member function 'KicadSchematic2Svg::addFill' can be static.
fritzing-app-0.9.3b/src/svg/kicadschematic2svg.h:57:14: performance: Technically the member function 'KicadSchematic2Svg::splitLine' can be static. [functionStatic]
fritzing-app-0.9.3b/src/svg/kicadschematic2svg.cpp:680:33: note: Technically the member function 'KicadSchematic2Svg::splitLine' can be static.
fritzing-app-0.9.3b/src/svg/kicadschematic2svg.h:57:14: note: Technically the member function 'KicadSchematic2Svg::splitLine' can be static.
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:762:35: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:79:5: style: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:73:0: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:79:5: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:716:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:280:10: style: The scope of the variable 'light_on' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:281:9: style: The scope of the variable 'currentx' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:282:9: style: The scope of the variable 'currenty' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:56:13: warning: Member variable 'SVG2gerber::m_pathstart_x' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/svg2gerber.cpp:56:13: warning: Member variable 'SVG2gerber::m_pathstart_y' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:638:32: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:715:32: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:737:32: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:873:25: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:717:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:717:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:739:9: style: The scope of the variable 'd' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:353:52: style: Function 'normalizeChild' argument 1 names different: declaration 'childElement' definition 'element'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.h:93:36: note: Function 'normalizeChild' argument 1 names different: declaration 'childElement' definition 'element'.
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:353:52: note: Function 'normalizeChild' argument 1 names different: declaration 'childElement' definition 'element'.
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:850:49: style: Function 'parsePath' argument 1 names different: declaration 'data' definition 'dataString'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.h:65:44: note: Function 'parsePath' argument 1 names different: declaration 'data' definition 'dataString'.
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:850:49: note: Function 'parsePath' argument 1 names different: declaration 'data' definition 'dataString'.
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:1050:67: style: Function 'setStrokeOrFill' argument 2 names different: declaration 'doIt' definition 'blackOnly'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/svgfilesplitter.h:106:58: note: Function 'setStrokeOrFill' argument 2 names different: declaration 'doIt' definition 'blackOnly'.
fritzing-app-0.9.3b/src/svg/svgfilesplitter.cpp:1050:67: note: Function 'setStrokeOrFill' argument 2 names different: declaration 'doIt' definition 'blackOnly'.
fritzing-app-0.9.3b/src/svg/svgpathlexer.h:39:5: style: Class 'SVGPathLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/svg/svgflattener.cpp:220:35: style: C-style pointer casting [cstyleCast]
fritzing-app-0.9.3b/src/svg/svgflattener.cpp:284:99: style: Function 'replaceElementID' argument 3 names different: declaration 'flipDoc' definition 'domDocument'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/svg/svgflattener.h:44:93: note: Function 'replaceElementID' argument 3 names different: declaration 'flipDoc' definition 'domDocument'.
fritzing-app-0.9.3b/src/svg/svgflattener.cpp:284:99: note: Function 'replaceElementID' argument 3 names different: declaration 'flipDoc' definition 'domDocument'.
fritzing-app-0.9.3b/src/svg/svgflattener.cpp:312:53: warning: Function 'flipSMDElement' argument order different: declaration 'domDocument, element, att, altAtt, altElementID, printerScale, ' definition 'domDocument, element, att, altElement, altAtt, printerScale, orientation' [funcArgOrderDifferent]
fritzing-app-0.9.3b/src/svg/svgflattener.h:47:47: note: Function 'flipSMDElement' argument order different: declaration 'domDocument, element, att, altAtt, altElementID, printerScale, ' definition 'domDocument, element, att, altElement, altAtt, printerScale, orientation'
fritzing-app-0.9.3b/src/svg/svgflattener.cpp:312:53: note: Function 'flipSMDElement' argument order different: declaration 'domDocument, element, att, altAtt, altElementID, printerScale, ' definition 'domDocument, element, att, altElement, altAtt, printerScale, orientation'
fritzing-app-0.9.3b/src/svg/svgpathlexer.cpp:36:15: warning: Member variable 'SVGPathLexer::m_currentNumber' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/svgpathlexer.h:42:8: style: Technically the member function 'SVGPathLexer::currentCommand' can be const. [functionConst]
fritzing-app-0.9.3b/src/svg/svgpathlexer.cpp:206:21: note: Technically the member function 'SVGPathLexer::currentCommand' can be const.
fritzing-app-0.9.3b/src/svg/svgpathlexer.h:42:8: note: Technically the member function 'SVGPathLexer::currentCommand' can be const.
fritzing-app-0.9.3b/src/svg/svgpathlexer.h:43:9: style: Technically the member function 'SVGPathLexer::currentNumber' can be const. [functionConst]
fritzing-app-0.9.3b/src/svg/svgpathlexer.cpp:210:22: note: Technically the member function 'SVGPathLexer::currentNumber' can be const.
fritzing-app-0.9.3b/src/svg/svgpathlexer.h:43:9: note: Technically the member function 'SVGPathLexer::currentNumber' can be const.
fritzing-app-0.9.3b/src/svg/svgpathlexer.h:50:10: performance: Technically the member function 'SVGPathLexer::clean' can be static. [functionStatic]
fritzing-app-0.9.3b/src/svg/svgpathlexer.cpp:50:23: note: Technically the member function 'SVGPathLexer::clean' can be static.
fritzing-app-0.9.3b/src/svg/svgpathlexer.h:50:10: note: Technically the member function 'SVGPathLexer::clean' can be static.
fritzing-app-0.9.3b/src/svg/svgpathparser.cpp:246:0: style: Variable 'reduces' is modified but its new value is never used. [unreadVariable]
fritzing-app-0.9.3b/src/svg/svgpathparser.cpp:33:16: warning: Member variable 'SVGPathParser::m_tos' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/x2svg.cpp:44:8: warning: Member variable 'X2Svg::m_maxX' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/x2svg.cpp:44:8: warning: Member variable 'X2Svg::m_maxY' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/x2svg.cpp:44:8: warning: Member variable 'X2Svg::m_minX' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/x2svg.cpp:44:8: warning: Member variable 'X2Svg::m_minY' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/svg/x2svg.cpp:45:2: performance: Variable 'm_attribute' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/svg/x2svg.cpp:46:2: performance: Variable 'm_comment' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/svg/x2svg.h:44:10: performance: Technically the member function 'X2Svg::unquote' can be static. [functionStatic]
fritzing-app-0.9.3b/src/svg/x2svg.cpp:88:16: note: Technically the member function 'X2Svg::unquote' can be static.
fritzing-app-0.9.3b/src/svg/x2svg.h:44:10: note: Technically the member function 'X2Svg::unquote' can be static.
fritzing-app-0.9.3b/src/utils/autoclosemessagebox.cpp:35:22: warning: Member variable 'AutoCloseMessageBox::m_movingState' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/autoclosemessagebox.cpp:35:22: warning: Member variable 'AutoCloseMessageBox::m_endX' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/autoclosemessagebox.cpp:35:22: warning: Member variable 'AutoCloseMessageBox::m_endY' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/autoclosemessagebox.cpp:35:22: warning: Member variable 'AutoCloseMessageBox::m_startX' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/autoclosemessagebox.cpp:35:22: warning: Member variable 'AutoCloseMessageBox::m_startY' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/autoclosemessagebox.cpp:35:22: warning: Member variable 'AutoCloseMessageBox::m_counter' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/bezier.cpp:251:9: style: The scope of the variable 't0' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/utils/bezier.cpp:252:9: style: The scope of the variable 't1' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/utils/bezier.cpp:129:24: warning: Function 'Bezier' argument order different: declaration 'cp1, cp2' definition 'cp0, cp1' [funcArgOrderDifferent]
fritzing-app-0.9.3b/src/utils/bezier.h:39:17: note: Function 'Bezier' argument order different: declaration 'cp1, cp2' definition 'cp0, cp1'
fritzing-app-0.9.3b/src/utils/bezier.cpp:129:24: note: Function 'Bezier' argument order different: declaration 'cp1, cp2' definition 'cp0, cp1'
fritzing-app-0.9.3b/src/utils/bezier.cpp:334:39: style: Function 'initControlIndex' argument 1 names different: declaration 'fromPoint' definition 'p'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/bezier.h:60:32: note: Function 'initControlIndex' argument 1 names different: declaration 'fromPoint' definition 'p'.
fritzing-app-0.9.3b/src/utils/bezier.cpp:334:39: note: Function 'initControlIndex' argument 1 names different: declaration 'fromPoint' definition 'p'.
fritzing-app-0.9.3b/src/utils/bezier.cpp:129:9: warning: Member variable 'Bezier::m_drag_cp0' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/bezier.cpp:136:9: warning: Member variable 'Bezier::m_drag_cp0' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/bezier.cpp:131:2: performance: Variable 'm_cp0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/utils/bezier.cpp:132:2: performance: Variable 'm_cp1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/utils/bezier.h:67:7: style: Technically the member function 'Bezier::drag0' can be const. [functionConst]
fritzing-app-0.9.3b/src/utils/bezier.cpp:447:14: note: Technically the member function 'Bezier::drag0' can be const.
fritzing-app-0.9.3b/src/utils/bezier.h:67:7: note: Technically the member function 'Bezier::drag0' can be const.
fritzing-app-0.9.3b/src/utils/cursormaster.cpp:129:40: style: Function 'addCursor' argument 1 names different: declaration 'listener' definition 'object'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/cursormaster.h:49:27: note: Function 'addCursor' argument 1 names different: declaration 'listener' definition 'object'.
fritzing-app-0.9.3b/src/utils/cursormaster.cpp:129:40: note: Function 'addCursor' argument 1 names different: declaration 'listener' definition 'object'.
fritzing-app-0.9.3b/src/utils/cursormaster.cpp:182:43: style: Function 'removeCursor' argument 1 names different: declaration 'listener' definition 'object'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/cursormaster.h:50:30: note: Function 'removeCursor' argument 1 names different: declaration 'listener' definition 'object'.
fritzing-app-0.9.3b/src/utils/cursormaster.cpp:182:43: note: Function 'removeCursor' argument 1 names different: declaration 'listener' definition 'object'.
fritzing-app-0.9.3b/src/utils/cursormaster.cpp:213:42: style: Function 'eventFilter' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/cursormaster.h:55:31: note: Function 'eventFilter' argument 1 names different: declaration 'obj' definition 'object'.
fritzing-app-0.9.3b/src/utils/cursormaster.cpp:213:42: note: Function 'eventFilter' argument 1 names different: declaration 'obj' definition 'object'.
fritzing-app-0.9.3b/src/utils/folderutils.cpp:349:50: style: Function 'isEmptyFileName' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/folderutils.h:59:45: note: Function 'isEmptyFileName' argument 1 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/utils/folderutils.cpp:349:50: note: Function 'isEmptyFileName' argument 1 names different: declaration 'filename' definition 'fileName'.
fritzing-app-0.9.3b/src/utils/folderutils.cpp:349:75: style: Function 'isEmptyFileName' argument 2 names different: declaration 'unsavedFilename' definition 'untitledFileName'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/folderutils.h:59:70: note: Function 'isEmptyFileName' argument 2 names different: declaration 'unsavedFilename' definition 'untitledFileName'.
fritzing-app-0.9.3b/src/utils/folderutils.cpp:349:75: note: Function 'isEmptyFileName' argument 2 names different: declaration 'unsavedFilename' definition 'untitledFileName'.
fritzing-app-0.9.3b/src/utils/folderutils.cpp:398:79: style: Function 'createFZAndSaveTo' argument 2 names different: declaration 'filename' definition 'filepath'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/folderutils.h:63:74: note: Function 'createFZAndSaveTo' argument 2 names different: declaration 'filename' definition 'filepath'.
fritzing-app-0.9.3b/src/utils/folderutils.cpp:398:79: note: Function 'createFZAndSaveTo' argument 2 names different: declaration 'filename' definition 'filepath'.
fritzing-app-0.9.3b/src/utils/folderutils.cpp:441:80: style: Function 'createZipAndSaveTo' argument 2 names different: declaration 'filename' definition 'filepath'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/folderutils.h:62:75: note: Function 'createZipAndSaveTo' argument 2 names different: declaration 'filename' definition 'filepath'.
fritzing-app-0.9.3b/src/utils/folderutils.cpp:441:80: note: Function 'createZipAndSaveTo' argument 2 names different: declaration 'filename' definition 'filepath'.
fritzing-app-0.9.3b/src/utils/folderutils.cpp:657:43: warning: Function 'copyBin' argument order different: declaration 'source, dest' definition 'dest, source' [funcArgOrderDifferent]
fritzing-app-0.9.3b/src/utils/folderutils.h:69:41: note: Function 'copyBin' argument order different: declaration 'source, dest' definition 'dest, source'
fritzing-app-0.9.3b/src/utils/folderutils.cpp:657:43: note: Function 'copyBin' argument order different: declaration 'source, dest' definition 'dest, source'
fritzing-app-0.9.3b/src/utils/graphutils.cpp:205:10: warning: Either the condition 'if(fc0&&fc1)' is redundant or there is possible null pointer dereference: fc0. [nullPointerRedundantCheck]
fritzing-app-0.9.3b/src/utils/graphutils.cpp:208:8: note: Assuming that condition 'if(fc0&&fc1)' is not redundant
fritzing-app-0.9.3b/src/utils/graphutils.cpp:205:10: note: Null pointer dereference
fritzing-app-0.9.3b/src/utils/graphutils.cpp:308:8: style: The scope of the variable 'addIt' can be reduced. [variableScope]
fritzing-app-0.9.3b/src/utils/graphutils.cpp:55:37: style: Function 'setHeadTail' argument 1 names different: declaration 'head' definition 'h'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/graphutils.h:42:23: note: Function 'setHeadTail' argument 1 names different: declaration 'head' definition 'h'.
fritzing-app-0.9.3b/src/utils/graphutils.cpp:55:37: note: Function 'setHeadTail' argument 1 names different: declaration 'head' definition 'h'.
fritzing-app-0.9.3b/src/utils/graphutils.cpp:55:44: style: Function 'setHeadTail' argument 2 names different: declaration 'tail' definition 't'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/graphutils.h:42:33: note: Function 'setHeadTail' argument 2 names different: declaration 'tail' definition 't'.
fritzing-app-0.9.3b/src/utils/graphutils.cpp:55:44: note: Function 'setHeadTail' argument 2 names different: declaration 'tail' definition 't'.
fritzing-app-0.9.3b/src/utils/graphutils.cpp:328:69: style: Function 'chooseRatsnestGraph' argument 1 names different: declaration 'equipotentials' definition 'partConnectorItems'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/graphutils.h:49:65: note: Function 'chooseRatsnestGraph' argument 1 names different: declaration 'equipotentials' definition 'partConnectorItems'.
fritzing-app-0.9.3b/src/utils/graphutils.cpp:328:69: note: Function 'chooseRatsnestGraph' argument 1 names different: declaration 'equipotentials' definition 'partConnectorItems'.
fritzing-app-0.9.3b/src/utils/lockmanager.cpp:108:58: style: Function 'makeLockedFile' argument 1 names different: declaration 'folder' definition 'path'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/lockmanager.h:67:53: note: Function 'makeLockedFile' argument 1 names different: declaration 'folder' definition 'path'.
fritzing-app-0.9.3b/src/utils/lockmanager.cpp:108:58: note: Function 'makeLockedFile' argument 1 names different: declaration 'folder' definition 'path'.
fritzing-app-0.9.3b/src/utils/ratsnestcolors.cpp:158:59: style: Function 'netColor' argument 1 names different: declaration 'm_viewID' definition 'viewID'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/ratsnestcolors.h:44:51: note: Function 'netColor' argument 1 names different: declaration 'm_viewID' definition 'viewID'.
fritzing-app-0.9.3b/src/utils/ratsnestcolors.cpp:158:59: note: Function 'netColor' argument 1 names different: declaration 'm_viewID' definition 'viewID'.
fritzing-app-0.9.3b/src/utils/ratsnestcolors.cpp:245:71: style: Function 'wireColor' argument 2 names different: declaration 'name' definition 'string'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/ratsnestcolors.h:50:55: note: Function 'wireColor' argument 2 names different: declaration 'name' definition 'string'.
fritzing-app-0.9.3b/src/utils/ratsnestcolors.cpp:245:71: note: Function 'wireColor' argument 2 names different: declaration 'name' definition 'string'.
fritzing-app-0.9.3b/src/utils/ratsnestcolors.cpp:60:2: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/utils/ratsnestcolors.cpp:40:2: style: Class 'RatsnestColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fritzing-app-0.9.3b/src/utils/s2s.cpp:772:48: style: Function 'ensureTerminalPoints' argument 1 names different: declaration 'fzpFilename' definition 'fzpFilePath'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/s2s.h:51:47: note: Function 'ensureTerminalPoints' argument 1 names different: declaration 'fzpFilename' definition 'fzpFilePath'.
fritzing-app-0.9.3b/src/utils/s2s.cpp:772:48: note: Function 'ensureTerminalPoints' argument 1 names different: declaration 'fzpFilename' definition 'fzpFilePath'.
fritzing-app-0.9.3b/src/utils/s2s.cpp:772:77: style: Function 'ensureTerminalPoints' argument 2 names different: declaration 'svgFilename' definition 'svgFilePath'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/s2s.h:51:76: note: Function 'ensureTerminalPoints' argument 2 names different: declaration 'svgFilename' definition 'svgFilePath'.
fritzing-app-0.9.3b/src/utils/s2s.cpp:772:77: note: Function 'ensureTerminalPoints' argument 2 names different: declaration 'svgFilename' definition 'svgFilePath'.
fritzing-app-0.9.3b/src/utils/s2s.cpp:217:6: warning: Member variable 'S2S::m_minLeft' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/s2s.cpp:217:6: warning: Member variable 'S2S::m_minTop' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/s2s.cpp:217:6: warning: Member variable 'S2S::m_maxRight' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/s2s.cpp:217:6: warning: Member variable 'S2S::m_maxBottom' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/s2s.cpp:217:6: warning: Member variable 'S2S::m_fudge' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/utils/textutils.cpp:212:51: style: Function 'convertToInches' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/textutils.h:47:48: note: Function 'convertToInches' argument 1 names different: declaration 'string' definition 's'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:212:51: note: Function 'convertToInches' argument 1 names different: declaration 'string' definition 's'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:459:41: style: Function 'makeSVGHeader' argument 1 names different: declaration 'printerscale' definition 'printerScale'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/textutils.h:60:38: note: Function 'makeSVGHeader' argument 1 names different: declaration 'printerscale' definition 'printerScale'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:459:41: note: Function 'makeSVGHeader' argument 1 names different: declaration 'printerscale' definition 'printerScale'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:520:40: style: Function 'cleanSodipodi' argument 1 names different: declaration 'bytes' definition 'content'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/textutils.h:65:37: note: Function 'cleanSodipodi' argument 1 names different: declaration 'bytes' definition 'content'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:520:40: note: Function 'cleanSodipodi' argument 1 names different: declaration 'bytes' definition 'content'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:610:108: style: Function 'svgTransform' argument 4 names different: declaration 'extra' definition 'extras'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/textutils.h:71:105: note: Function 'svgTransform' argument 4 names different: declaration 'extra' definition 'extras'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:610:108: note: Function 'svgTransform' argument 4 names different: declaration 'extra' definition 'extras'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:759:69: style: Function 'addCopper1' argument 2 names different: declaration 'doc' definition 'domDocument'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/textutils.h:67:66: note: Function 'addCopper1' argument 2 names different: declaration 'doc' definition 'domDocument'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:759:69: note: Function 'addCopper1' argument 2 names different: declaration 'doc' definition 'domDocument'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:1033:44: style: Function 'fixMuch' argument 2 names different: declaration 'fixStrokeWidth' definition 'fixStrokeWidthFlag'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/textutils.h:115:44: note: Function 'fixMuch' argument 2 names different: declaration 'fixStrokeWidth' definition 'fixStrokeWidthFlag'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:1033:44: note: Function 'fixMuch' argument 2 names different: declaration 'fixStrokeWidth' definition 'fixStrokeWidthFlag'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:1456:57: style: Function 'makeCubicBezierSVG' argument 1 names different: declaration 'controlPoints' definition 'poly'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/textutils.h:96:54: note: Function 'makeCubicBezierSVG' argument 1 names different: declaration 'controlPoints' definition 'poly'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:1456:57: note: Function 'makeCubicBezierSVG' argument 1 names different: declaration 'controlPoints' definition 'poly'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:1476:77: style: Function 'makeRectSVG' argument 4 names different: declaration 'printerscale' definition 'printerScale'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/textutils.h:97:74: note: Function 'makeRectSVG' argument 4 names different: declaration 'printerscale' definition 'printerScale'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:1476:77: note: Function 'makeRectSVG' argument 4 names different: declaration 'printerscale' definition 'printerScale'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:1893:81: style: Function 'ensureViewBox' argument 4 names different: declaration 'toInches' definition 'convert'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/textutils.h:122:81: note: Function 'ensureViewBox' argument 4 names different: declaration 'toInches' definition 'convert'.
fritzing-app-0.9.3b/src/utils/textutils.cpp:1893:81: note: Function 'ensureViewBox' argument 4 names different: declaration 'toInches' definition 'convert'.
fritzing-app-0.9.3b/src/utils/zoomslider.cpp:267:51: style: Function 'sliderTextEdited' argument 1 names different: declaration 'newValue' definition 'newText'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/utils/zoomslider.h:91:40: note: Function 'sliderTextEdited' argument 1 names different: declaration 'newValue' definition 'newText'.
fritzing-app-0.9.3b/src/utils/zoomslider.cpp:267:51: note: Function 'sliderTextEdited' argument 1 names different: declaration 'newValue' definition 'newText'.
fritzing-app-0.9.3b/src/version/partschecker.cpp:69:79: style: Function 'newPartsAvailable' argument 2 names different: declaration 'shaFromDataBase' definition 'shaFromDatabase'. [funcArgNamesDifferent]
fritzing-app-0.9.3b/src/version/partschecker.h:72:75: note: Function 'newPartsAvailable' argument 2 names different: declaration 'shaFromDataBase' definition 'shaFromDatabase'.
fritzing-app-0.9.3b/src/version/partschecker.cpp:69:79: note: Function 'newPartsAvailable' argument 2 names different: declaration 'shaFromDataBase' definition 'shaFromDatabase'.
fritzing-app-0.9.3b/src/version/updatedialog.cpp:65:2: style: Class 'UpdateDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fritzing-app-0.9.3b/src/version/updatedialog.cpp:65:2: style: Class 'UpdateDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fritzing-app-0.9.3b/src/viewgeometry.cpp:30:15: warning: Member variable 'ViewGeometry::m_selected' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/viewgeometry.cpp:44:15: warning: Member variable 'ViewGeometry::m_selected' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/viewgeometry.cpp:39:15: warning: Member variable 'ViewGeometry::m_selected' is not initialized in the constructor. [uninitMemberVar]
fritzing-app-0.9.3b/src/viewgeometry.cpp:45:2: performance: Variable 'm_wireFlags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/viewgeometry.h:70:7: style: Technically the member function 'ViewGeometry::selected' can be const. [functionConst]
fritzing-app-0.9.3b/src/viewgeometry.cpp:96:20: note: Technically the member function 'ViewGeometry::selected' can be const.
fritzing-app-0.9.3b/src/viewgeometry.h:70:7: note: Technically the member function 'ViewGeometry::selected' can be const.
fritzing-app-0.9.3b/src/viewgeometry.h:78:7: performance: Technically the member function 'ViewGeometry::setRouted' can be static. [functionStatic]
fritzing-app-0.9.3b/src/viewgeometry.cpp:135:20: note: Technically the member function 'ViewGeometry::setRouted' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:78:7: note: Technically the member function 'ViewGeometry::setRouted' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:80:7: performance: Technically the member function 'ViewGeometry::setPCBTrace' can be static. [functionStatic]
fritzing-app-0.9.3b/src/viewgeometry.cpp:139:20: note: Technically the member function 'ViewGeometry::setPCBTrace' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:80:7: note: Technically the member function 'ViewGeometry::setPCBTrace' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:83:7: performance: Technically the member function 'ViewGeometry::setSchematicTrace' can be static. [functionStatic]
fritzing-app-0.9.3b/src/viewgeometry.cpp:143:20: note: Technically the member function 'ViewGeometry::setSchematicTrace' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:83:7: note: Technically the member function 'ViewGeometry::setSchematicTrace' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:85:7: performance: Technically the member function 'ViewGeometry::setRatsnest' can be static. [functionStatic]
fritzing-app-0.9.3b/src/viewgeometry.cpp:147:20: note: Technically the member function 'ViewGeometry::setRatsnest' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:85:7: note: Technically the member function 'ViewGeometry::setRatsnest' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:87:7: performance: Technically the member function 'ViewGeometry::setAutoroutable' can be static. [functionStatic]
fritzing-app-0.9.3b/src/viewgeometry.cpp:155:20: note: Technically the member function 'ViewGeometry::setAutoroutable' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:87:7: note: Technically the member function 'ViewGeometry::setAutoroutable' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:89:7: performance: Technically the member function 'ViewGeometry::setNormal' can be static. [functionStatic]
fritzing-app-0.9.3b/src/viewgeometry.cpp:151:20: note: Technically the member function 'ViewGeometry::setNormal' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:89:7: note: Technically the member function 'ViewGeometry::setNormal' can be static.
fritzing-app-0.9.3b/src/viewgeometry.h:92:7: style: Technically the member function 'ViewGeometry::hasFlag' can be const. [functionConst]
fritzing-app-0.9.3b/src/viewgeometry.cpp:206:20: note: Technically the member function 'ViewGeometry::hasFlag' can be const.
fritzing-app-0.9.3b/src/viewgeometry.h:92:7: note: Technically the member function 'ViewGeometry::hasFlag' can be const.
fritzing-app-0.9.3b/src/viewgeometry.h:93:7: style: Technically the member function 'ViewGeometry::hasAnyFlag' can be const. [functionConst]
fritzing-app-0.9.3b/src/viewgeometry.cpp:210:20: note: Technically the member function 'ViewGeometry::hasAnyFlag' can be const.
fritzing-app-0.9.3b/src/viewgeometry.h:93:7: note: Technically the member function 'ViewGeometry::hasAnyFlag' can be const.
fritzing-app-0.9.3b/src/viewgeometry.h:37:1: warning: The class 'ViewGeometry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fritzing-app-0.9.3b/src/viewlayer.cpp:59:5: performance: Variable 'xmlName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/viewlayer.cpp:60:5: performance: Variable 'displayName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/viewlayer.cpp:69:3: performance: Variable 'm_xmlName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/viewlayer.cpp:70:3: performance: Variable 'm_viewName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/viewlayer.cpp:71:3: performance: Variable 'm_naturalName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fritzing-app-0.9.3b/src/waitpushundostack.cpp:37:2: performance: Variable 'm_undoStack' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[22:57]

ftp://ftp.se.debian.org/debian/pool/main/f/fritzing-parts/fritzing-parts_0.9.3b.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/frobby/frobby_0.9.0.orig.tar.gz
frobby_v0.9.0/src/Action.cpp:49:21: style: Function 'Action' argument 4 names different: declaration 'acceptsNonParameter' definition 'acceptsNonParameterParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Action.h:30:15: note: Function 'Action' argument 4 names different: declaration 'acceptsNonParameter' definition 'acceptsNonParameterParam'.
frobby_v0.9.0/src/Action.cpp:49:21: note: Function 'Action' argument 4 names different: declaration 'acceptsNonParameter' definition 'acceptsNonParameterParam'.
frobby_v0.9.0/src/NameFactory.h:53:0: performance: Technically the member function 'NameFactory < AbstractProduct >::getNamesWithPrefix' can be static. [functionStatic]
frobby_v0.9.0/src/NameFactory.h:124:0: note: Technically the member function 'NameFactory < AbstractProduct >::getNamesWithPrefix' can be static.
frobby_v0.9.0/src/NameFactory.h:53:0: note: Technically the member function 'NameFactory < AbstractProduct >::getNamesWithPrefix' can be static.
frobby_v0.9.0/src/NameFactory.h:56:0: performance: Technically the member function 'NameFactory < AbstractProduct >::empty' can be static. [functionStatic]
frobby_v0.9.0/src/NameFactory.h:132:0: note: Technically the member function 'NameFactory < AbstractProduct >::empty' can be static.
frobby_v0.9.0/src/NameFactory.h:56:0: note: Technically the member function 'NameFactory < AbstractProduct >::empty' can be static.
frobby_v0.9.0/src/error.h:29:3: style: Class 'FrobbyException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/error.h:35:3: style: Class 'InternalFrobbyException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/error.h:69:1: style: Class 'UnknownNameException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/error.h:70:1: style: Class 'AmbiguousNameException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/error.h:71:1: style: Class 'UnsupportedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < AbstractProduct >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < Action >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < vector < Parameter * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BoolParameter.h:37:18: style: The function 'doGetArgumentType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:39:18: note: Virtual function in base class
frobby_v0.9.0/src/BoolParameter.h:37:18: note: Function in derived class
frobby_v0.9.0/src/BoolParameter.h:38:18: style: The function 'doGetValueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:40:18: note: Virtual function in base class
frobby_v0.9.0/src/BoolParameter.h:38:18: note: Function in derived class
frobby_v0.9.0/src/BoolParameter.h:39:32: style: The function 'doGetArgumentCountRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:41:32: note: Virtual function in base class
frobby_v0.9.0/src/BoolParameter.h:39:32: note: Function in derived class
frobby_v0.9.0/src/BoolParameter.h:40:16: style: The function 'doProcessArguments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/BoolParameter.h:40:16: note: Function in derived class
frobby_v0.9.0/src/StringParameter.h:38:18: style: The function 'doGetArgumentType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:39:18: note: Virtual function in base class
frobby_v0.9.0/src/StringParameter.h:38:18: note: Function in derived class
frobby_v0.9.0/src/StringParameter.h:39:18: style: The function 'doGetValueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:40:18: note: Virtual function in base class
frobby_v0.9.0/src/StringParameter.h:39:18: note: Function in derived class
frobby_v0.9.0/src/StringParameter.h:40:32: style: The function 'doGetArgumentCountRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:41:32: note: Virtual function in base class
frobby_v0.9.0/src/StringParameter.h:40:32: note: Function in derived class
frobby_v0.9.0/src/StringParameter.h:41:16: style: The function 'doProcessArguments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/StringParameter.h:41:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleDecomAction.h:29:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleDecomAction.h:29:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleDecomAction.h:31:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleDecomAction.h:31:16: note: Function in derived class
frobby_v0.9.0/src/IntegerParameter.h:37:18: style: The function 'doGetArgumentType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:39:18: note: Virtual function in base class
frobby_v0.9.0/src/IntegerParameter.h:37:18: note: Function in derived class
frobby_v0.9.0/src/IntegerParameter.h:38:18: style: The function 'doGetValueAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:40:18: note: Virtual function in base class
frobby_v0.9.0/src/IntegerParameter.h:38:18: note: Function in derived class
frobby_v0.9.0/src/IntegerParameter.h:39:32: style: The function 'doGetArgumentCountRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:41:32: note: Virtual function in base class
frobby_v0.9.0/src/IntegerParameter.h:39:32: note: Function in derived class
frobby_v0.9.0/src/IntegerParameter.h:40:16: style: The function 'doProcessArguments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Parameter.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/IntegerParameter.h:40:16: note: Function in derived class
frobby_v0.9.0/src/TransformAction.h:31:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TransformAction.h:31:16: note: Function in derived class
frobby_v0.9.0/src/TransformAction.h:33:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/TransformAction.h:33:16: note: Function in derived class
frobby_v0.9.0/src/HelpAction.h:26:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/HelpAction.h:26:16: note: Function in derived class
frobby_v0.9.0/src/HelpAction.h:28:16: style: The function 'processNonParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:40:16: note: Virtual function in base class
frobby_v0.9.0/src/HelpAction.h:28:16: note: Function in derived class
frobby_v0.9.0/src/HelpAction.h:30:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/HelpAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/HelpAction.h:34:16: style: The function 'displayAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:51:16: note: Virtual function in base class
frobby_v0.9.0/src/HelpAction.h:34:16: note: Function in derived class
frobby_v0.9.0/src/DynamicFrobeniusAction.h:26:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/DynamicFrobeniusAction.h:26:16: note: Function in derived class
frobby_v0.9.0/src/DynamicFrobeniusAction.h:28:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/DynamicFrobeniusAction.h:28:16: note: Function in derived class
frobby_v0.9.0/src/GenerateIdealAction.h:29:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/GenerateIdealAction.h:29:16: note: Function in derived class
frobby_v0.9.0/src/GenerateIdealAction.h:31:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/GenerateIdealAction.h:31:16: note: Function in derived class
frobby_v0.9.0/src/GenerateFrobeniusAction.h:27:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/GenerateFrobeniusAction.h:27:16: note: Function in derived class
frobby_v0.9.0/src/GenerateFrobeniusAction.h:29:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/GenerateFrobeniusAction.h:29:16: note: Function in derived class
frobby_v0.9.0/src/FrobeniusAction.h:28:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/FrobeniusAction.h:28:16: note: Function in derived class
frobby_v0.9.0/src/FrobeniusAction.h:30:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/FrobeniusAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/FrobeniusAction.h:32:16: style: The function 'displayAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:51:16: note: Virtual function in base class
frobby_v0.9.0/src/FrobeniusAction.h:32:16: note: Function in derived class
frobby_v0.9.0/src/AnalyzeAction.h:31:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/AnalyzeAction.h:31:16: note: Function in derived class
frobby_v0.9.0/src/AnalyzeAction.h:33:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/AnalyzeAction.h:33:16: note: Function in derived class
frobby_v0.9.0/src/LatticeFormatAction.h:28:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LatticeFormatAction.h:28:16: note: Function in derived class
frobby_v0.9.0/src/LatticeFormatAction.h:30:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/LatticeFormatAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/IntersectionAction.h:28:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/IntersectionAction.h:28:16: note: Function in derived class
frobby_v0.9.0/src/IntersectionAction.h:30:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/IntersectionAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/AssociatedPrimesAction.h:28:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/AssociatedPrimesAction.h:28:16: note: Function in derived class
frobby_v0.9.0/src/AssociatedPrimesAction.h:30:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/AssociatedPrimesAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/AlexanderDualAction.h:28:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/AlexanderDualAction.h:28:16: note: Function in derived class
frobby_v0.9.0/src/AlexanderDualAction.h:30:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/AlexanderDualAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/HilbertAction.h:30:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/PolyTransformAction.h:30:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/PolyTransformAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/PolyTransformAction.h:32:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/PolyTransformAction.h:32:16: note: Function in derived class
frobby_v0.9.0/src/TestAction.h:26:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TestAction.h:26:16: note: Function in derived class
frobby_v0.9.0/src/TestAction.h:28:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/TestAction.h:28:16: note: Function in derived class
frobby_v0.9.0/src/TestAction.h:30:16: style: The function 'displayAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:51:16: note: Virtual function in base class
frobby_v0.9.0/src/TestAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/PrimaryDecomAction.h:29:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/PrimaryDecomAction.h:29:16: note: Function in derived class
frobby_v0.9.0/src/PrimaryDecomAction.h:31:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/PrimaryDecomAction.h:31:16: note: Function in derived class
frobby_v0.9.0/src/OptimizeAction.h:30:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/OptimizeAction.h:32:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeAction.h:32:16: note: Function in derived class
frobby_v0.9.0/src/MaximalStandardAction.h:29:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MaximalStandardAction.h:29:16: note: Function in derived class
frobby_v0.9.0/src/MaximalStandardAction.h:31:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/MaximalStandardAction.h:31:16: note: Function in derived class
frobby_v0.9.0/src/LatticeAnalyzeAction.h:29:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LatticeAnalyzeAction.h:29:16: note: Function in derived class
frobby_v0.9.0/src/LatticeAnalyzeAction.h:31:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/LatticeAnalyzeAction.h:31:16: note: Function in derived class
frobby_v0.9.0/src/LatticeAnalyzeAction.h:37:16: style: The function 'displayAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:51:16: note: Virtual function in base class
frobby_v0.9.0/src/LatticeAnalyzeAction.h:37:16: note: Function in derived class
frobby_v0.9.0/src/DimensionAction.h:29:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/DimensionAction.h:29:16: note: Function in derived class
frobby_v0.9.0/src/DimensionAction.h:31:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/DimensionAction.h:31:16: note: Function in derived class
frobby_v0.9.0/src/EulerAction.h:30:16: style: The function 'obtainParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/EulerAction.h:30:16: note: Function in derived class
frobby_v0.9.0/src/EulerAction.h:32:16: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Action.h:47:16: note: Virtual function in base class
frobby_v0.9.0/src/EulerAction.h:32:16: note: Function in derived class
frobby_v0.9.0/src/ActionPrinter.h:29:8: style: Technically the member function 'ActionPrinter::printMessage' can be const. [functionConst]
frobby_v0.9.0/src/ActionPrinter.cpp:37:21: note: Technically the member function 'ActionPrinter::printMessage' can be const.
frobby_v0.9.0/src/ActionPrinter.h:29:8: note: Technically the member function 'ActionPrinter::printMessage' can be const.
frobby_v0.9.0/src/ActionPrinter.h:25:3: style: Class 'ActionPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Scanner.h:247:51: style: Function 'readIntegerNoSign' argument 1 names different: declaration 'str' definition 'integer'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Scanner.h:101:37: note: Function 'readIntegerNoSign' argument 1 names different: declaration 'str' definition 'integer'.
frobby_v0.9.0/src/Scanner.h:247:51: note: Function 'readIntegerNoSign' argument 1 names different: declaration 'str' definition 'integer'.
frobby_v0.9.0/src/Scanner.h:252:48: style: Function 'readIntegerNoSign' argument 1 names different: declaration 'str' definition 'integer'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Scanner.h:98:34: note: Function 'readIntegerNoSign' argument 1 names different: declaration 'str' definition 'integer'.
frobby_v0.9.0/src/Scanner.h:252:48: note: Function 'readIntegerNoSign' argument 1 names different: declaration 'str' definition 'integer'.
frobby_v0.9.0/src/Scanner.h:148:7: style: Technically the member function 'Scanner::peek' can be const. [functionConst]
frobby_v0.9.0/src/CommonParamsHelper.h:67:19: style: Technically the member function 'CommonParamsHelper::takeIdeal' can be const. [functionConst]
frobby_v0.9.0/src/CommonParamsHelper.h:72:28: style: Technically the member function 'CommonParamsHelper::takeTranslator' can be const. [functionConst]
frobby_v0.9.0/src/VarNames.h:43:3: style: Class 'VarNames' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigIdeal.h:30:3: style: Class 'BigIdeal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Facade.h:36:3: style: Class 'Facade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/IOFacade.h:41:3: style: Class 'IOFacade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Ideal.h:32:3: style: Class 'Ideal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Ideal.h:292:5: style: Class 'ExponentAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/SliceParams.h:28:3: style: Class 'SliceParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/TermTranslator.h:143:2: style: Class 'TranslatedReverseLexComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigTermConsumer.h:33:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermConsumer.h:33:16: note: Function in derived class
frobby_v0.9.0/src/BigTermConsumer.h:34:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermConsumer.h:34:16: note: Function in derived class
frobby_v0.9.0/src/BigTermConsumer.h:36:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:65:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermConsumer.h:36:16: note: Function in derived class
frobby_v0.9.0/src/BigTermConsumer.h:38:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:60:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermConsumer.h:38:16: note: Function in derived class
frobby_v0.9.0/src/IdealFacade.h:36:3: style: Class 'IdealFacade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/AnalyzeAction.cpp:36:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/AnalyzeAction.cpp:36:16: note: Function in derived class
frobby_v0.9.0/src/AnalyzeAction.cpp:42:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/AnalyzeAction.cpp:42:16: note: Function in derived class
frobby_v0.9.0/src/AnalyzeAction.cpp:47:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/AnalyzeAction.cpp:47:16: note: Function in derived class
frobby_v0.9.0/src/AnalyzeAction.cpp:51:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/AnalyzeAction.cpp:51:16: note: Function in derived class
frobby_v0.9.0/src/AnalyzeAction.cpp:60:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:36:16: note: Virtual function in base class
frobby_v0.9.0/src/AnalyzeAction.cpp:60:16: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:27:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/ArenaTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:31:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/ArenaTest.cpp:31:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:31:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:42:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/ArenaTest.cpp:42:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:42:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:53:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/ArenaTest.cpp:53:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:53:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:85:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/ArenaTest.cpp:85:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:85:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:153:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/ArenaTest.cpp:153:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:153:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:163:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/ArenaTest.cpp:163:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:163:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:171:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/ArenaTest.cpp:171:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:171:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:185:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/ArenaTest.cpp:185:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/ArenaTest.cpp:185:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/TestSuite.h:31:3: style: Class 'TestSuite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/test/asserts.h:27:3: style: Class 'AssertException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/test/TestCase.h:34:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/Test.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/test/TestCase.h:34:16: note: Function in derived class
frobby_v0.9.0/src/test/TestSuite.h:54:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/Test.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/test/TestSuite.h:54:16: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:27:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/ArenaTest.cpp:27:1: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:31:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/ArenaTest.cpp:31:1: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:42:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/ArenaTest.cpp:42:1: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:53:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/ArenaTest.cpp:53:1: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:85:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/ArenaTest.cpp:85:1: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:153:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/ArenaTest.cpp:153:1: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:163:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/ArenaTest.cpp:163:1: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:171:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/ArenaTest.cpp:171:1: note: Function in derived class
frobby_v0.9.0/src/ArenaTest.cpp:185:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/ArenaTest.cpp:185:1: note: Function in derived class
frobby_v0.9.0/src/BigIdeal.cpp:233:32: style: Function 'eraseVar' argument 1 names different: declaration 'var' definition 'varToErase'. [funcArgNamesDifferent]
frobby_v0.9.0/src/BigIdeal.h:80:24: note: Function 'eraseVar' argument 1 names different: declaration 'var' definition 'varToErase'.
frobby_v0.9.0/src/BigIdeal.cpp:233:32: note: Function 'eraseVar' argument 1 names different: declaration 'var' definition 'varToErase'.
frobby_v0.9.0/src/RawSquareFreeIdeal.h:55:23: warning: Member variable 'RawSquareFreeIdeal::_varCount' is not assigned a value in 'RawSquareFreeIdeal::operator='. [operatorEqVarError]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:55:23: warning: Member variable 'RawSquareFreeIdeal::_wordsPerTerm' is not assigned a value in 'RawSquareFreeIdeal::operator='. [operatorEqVarError]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:55:23: warning: Member variable 'RawSquareFreeIdeal::_genCount' is not assigned a value in 'RawSquareFreeIdeal::operator='. [operatorEqVarError]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:55:23: warning: Member variable 'RawSquareFreeIdeal::_memoryEnd' is not assigned a value in 'RawSquareFreeIdeal::operator='. [operatorEqVarError]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:55:23: warning: Member variable 'RawSquareFreeIdeal::_memory' is not assigned a value in 'RawSquareFreeIdeal::operator='. [operatorEqVarError]
frobby_v0.9.0/src/Term.h:125:9: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:55:23: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
frobby_v0.9.0/src/Term.h:60:2: style: Class 'Term' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Term.h:72:3: style: Class 'Term' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/VarSorter.h:29:3: style: Struct 'VarSorter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/SquareFreeIdeal.h:28:3: style: Class 'SquareFreeIdeal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigIdeal.cpp:30:3: style: Class 'OffsetTermCompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:219:3: warning: The class 'const_iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:259:3: warning: The class 'iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
frobby_v0.9.0/src/BigIntVector.h:26:2: style: Class 'BigIntVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigPolynomial.cpp:159:56: style: Function 'operator<<' argument 2 names different: declaration 'ideal' definition 'poly'. [funcArgNamesDifferent]
frobby_v0.9.0/src/BigPolynomial.h:78:56: note: Function 'operator<<' argument 2 names different: declaration 'ideal' definition 'poly'.
frobby_v0.9.0/src/BigPolynomial.cpp:159:56: note: Function 'operator<<' argument 2 names different: declaration 'ideal' definition 'poly'.
frobby_v0.9.0/src/BigPolynomial.h:30:3: style: Class 'BigPolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigPolynomial.cpp:101:49: performance: Function parameter 'term' should be passed by const reference. [passedByValue]
frobby_v0.9.0/src/BigTermRecorder.cpp:24:18: warning: Member variable 'BigTermRecorder::_idealCount' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/BigTermRecorder.h:51:19: style: Technically the member function 'BigTermRecorder::getRing' can be const. [functionConst]
frobby_v0.9.0/src/BigTermRecorder.cpp:81:34: note: Technically the member function 'BigTermRecorder::getRing' can be const.
frobby_v0.9.0/src/BigTermRecorder.h:51:19: note: Technically the member function 'BigTermRecorder::getRing' can be const.
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < list < BigIdeal * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigTermRecorder.h:35:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermRecorder.h:35:16: note: Function in derived class
frobby_v0.9.0/src/BigTermRecorder.h:36:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermRecorder.h:36:16: note: Function in derived class
frobby_v0.9.0/src/BigTermRecorder.h:37:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermRecorder.h:37:16: note: Function in derived class
frobby_v0.9.0/src/BigTermRecorder.h:38:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermRecorder.h:38:16: note: Function in derived class
frobby_v0.9.0/src/BigTermRecorder.h:39:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:36:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermRecorder.h:39:16: note: Function in derived class
frobby_v0.9.0/src/BigTermRecorder.h:41:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/BigTermRecorder.h:41:16: note: Function in derived class
frobby_v0.9.0/src/BigattiBaseCase.h:56:8: style: Technically the member function 'BigattiBaseCase::feedOutputTo' can be const. [functionConst]
frobby_v0.9.0/src/BigattiBaseCase.cpp:107:23: note: Technically the member function 'BigattiBaseCase::feedOutputTo' can be const.
frobby_v0.9.0/src/BigattiBaseCase.h:56:8: note: Technically the member function 'BigattiBaseCase::feedOutputTo' can be const.
frobby_v0.9.0/src/HashPolynomial.h:44:3: style: Class 'HashPolynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigattiBaseCase.h:38:3: style: Class 'BigattiBaseCase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigattiState.h:46:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Task.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/BigattiState.h:46:16: note: Function in derived class
frobby_v0.9.0/src/BigattiState.h:47:16: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Task.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/BigattiState.h:47:16: note: Function in derived class
frobby_v0.9.0/src/BigattiParams.h:27:3: style: Class 'BigattiParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigattiFacade.h:34:3: style: Class 'BigattiFacade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < vector < BigattiState * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/CoefBigTermConsumer.h:31:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:30:16: note: Virtual function in base class
frobby_v0.9.0/src/CoefBigTermConsumer.h:31:16: note: Function in derived class
frobby_v0.9.0/src/CoefBigTermConsumer.h:33:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:32:16: note: Virtual function in base class
frobby_v0.9.0/src/CoefBigTermConsumer.h:33:16: note: Function in derived class
frobby_v0.9.0/src/CoefBigTermConsumer.h:34:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/CoefBigTermConsumer.h:34:16: note: Function in derived class
frobby_v0.9.0/src/CoefBigTermConsumer.h:41:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/CoefBigTermConsumer.h:41:16: note: Function in derived class
frobby_v0.9.0/src/BigattiParams.cpp:39:38: style: Function 'extractCliValues' argument 1 names different: declaration 'slice' definition 'bigatti'. [funcArgNamesDifferent]
frobby_v0.9.0/src/BigattiParams.h:50:38: note: Function 'extractCliValues' argument 1 names different: declaration 'slice' definition 'bigatti'.
frobby_v0.9.0/src/BigattiParams.cpp:39:38: note: Function 'extractCliValues' argument 1 names different: declaration 'slice' definition 'bigatti'.
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:61:3: style: The class 'GenericPivotCommon' does not have a constructor although it has private member variables. [noConstructor]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:390:5: style: Class 'WidenPivot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < BigattiPivotStrategy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:196:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:196:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:212:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:212:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:228:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:228:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:244:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:244:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:260:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:260:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:276:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:276:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:292:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:292:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:308:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:308:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:324:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:324:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:340:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:340:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:356:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:356:18: note: Function in derived class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:372:18: style: The function 'driveMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:75:18: note: Virtual function in base class
frobby_v0.9.0/src/BigattiPivotStrategy.cpp:372:18: note: Function in derived class
frobby_v0.9.0/src/BigattiState.cpp:25:60: style: Function 'BigattiState' argument 3 names different: declaration '_multiply' definition 'multiply'. [funcArgNamesDifferent]
frobby_v0.9.0/src/BigattiState.h:30:48: note: Function 'BigattiState' argument 3 names different: declaration '_multiply' definition 'multiply'.
frobby_v0.9.0/src/BigattiState.cpp:25:60: note: Function 'BigattiState' argument 3 names different: declaration '_multiply' definition 'multiply'.
frobby_v0.9.0/src/BigattiState.cpp:79:42: style: Function 'colonStep' argument 1 names different: declaration 'term' definition 'pivot'. [funcArgNamesDifferent]
frobby_v0.9.0/src/BigattiState.h:43:30: note: Function 'colonStep' argument 1 names different: declaration 'term' definition 'pivot'.
frobby_v0.9.0/src/BigattiState.cpp:79:42: note: Function 'colonStep' argument 1 names different: declaration 'term' definition 'pivot'.
frobby_v0.9.0/src/BigattiState.cpp:85:40: style: Function 'addStep' argument 1 names different: declaration 'term' definition 'pivot'. [funcArgNamesDifferent]
frobby_v0.9.0/src/BigattiState.h:44:28: note: Function 'addStep' argument 1 names different: declaration 'term' definition 'pivot'.
frobby_v0.9.0/src/BigattiState.cpp:85:40: note: Function 'addStep' argument 1 names different: declaration 'term' definition 'pivot'.
frobby_v0.9.0/src/BigattiState.h:50:8: style: Technically the member function 'BigattiState::print' can be const. [functionConst]
frobby_v0.9.0/src/BigattiState.cpp:104:20: note: Technically the member function 'BigattiState::print' can be const.
frobby_v0.9.0/src/BigattiState.h:50:8: note: Technically the member function 'BigattiState::print' can be const.
frobby_v0.9.0/src/FrobbyStringStream.h:53:5: style: Class 'NotAnIntegerException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Polynomial.h:26:3: style: Class 'Polynomial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/CanonicalCoefTermConsumer.h:30:3: style: Class 'CanonicalCoefTermConsumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/CanonicalCoefTermConsumer.h:32:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:30:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalCoefTermConsumer.h:32:16: note: Function in derived class
frobby_v0.9.0/src/CanonicalCoefTermConsumer.h:34:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:32:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalCoefTermConsumer.h:34:16: note: Function in derived class
frobby_v0.9.0/src/CanonicalCoefTermConsumer.h:35:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalCoefTermConsumer.h:35:16: note: Function in derived class
frobby_v0.9.0/src/CanonicalCoefTermConsumer.h:36:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalCoefTermConsumer.h:36:16: note: Function in derived class
frobby_v0.9.0/src/IdealComparator.h:45:3: style: Class 'TranslatedIdealComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < vector < Ideal * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/CanonicalTermConsumer.h:48:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalTermConsumer.h:48:16: note: Function in derived class
frobby_v0.9.0/src/CanonicalTermConsumer.h:54:16: style: The function 'beginConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:52:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalTermConsumer.h:54:16: note: Function in derived class
frobby_v0.9.0/src/CanonicalTermConsumer.h:56:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalTermConsumer.h:56:16: note: Function in derived class
frobby_v0.9.0/src/CanonicalTermConsumer.h:57:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:60:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalTermConsumer.h:57:16: note: Function in derived class
frobby_v0.9.0/src/CanonicalTermConsumer.h:58:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:65:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalTermConsumer.h:58:16: note: Function in derived class
frobby_v0.9.0/src/CanonicalTermConsumer.h:60:16: style: The function 'doneConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:70:16: note: Virtual function in base class
frobby_v0.9.0/src/CanonicalTermConsumer.h:60:16: note: Function in derived class
frobby_v0.9.0/src/CliParams.cpp:75:44: style: Function 'processOption' argument 2 names different: declaration 'params' definition 'args'. [funcArgNamesDifferent]
frobby_v0.9.0/src/CliParams.h:50:35: note: Function 'processOption' argument 2 names different: declaration 'params' definition 'args'.
frobby_v0.9.0/src/CliParams.cpp:75:44: note: Function 'processOption' argument 2 names different: declaration 'params' definition 'args'.
frobby_v0.9.0/src/CliParams.cpp:76:44: style: Function 'processOption' argument 3 names different: declaration 'paramCount' definition 'argCount'. [funcArgNamesDifferent]
frobby_v0.9.0/src/CliParams.h:51:35: note: Function 'processOption' argument 3 names different: declaration 'paramCount' definition 'argCount'.
frobby_v0.9.0/src/CliParams.cpp:76:44: note: Function 'processOption' argument 3 names different: declaration 'paramCount' definition 'argCount'.
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < void * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:55:5: style: Class 'CoCoA4IdealWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:88:5: style: Class 'CoCoA4PolyWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < std :: list < Entry * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/IOHandlerCommon.h:55:18: style: The function 'doReadIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:56:18: note: Virtual function in base class
frobby_v0.9.0/src/IOHandlerCommon.h:55:18: note: Function in derived class
frobby_v0.9.0/src/IOHandlerCommon.h:56:18: style: The function 'doReadIdeals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:57:18: note: Virtual function in base class
frobby_v0.9.0/src/IOHandlerCommon.h:56:18: note: Function in derived class
frobby_v0.9.0/src/IOHandlerCommon.h:57:18: style: The function 'doReadPolynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:58:18: note: Virtual function in base class
frobby_v0.9.0/src/IOHandlerCommon.h:57:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.h:37:30: style: The function 'doCreateIdealWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:52:30: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.h:37:30: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.h:38:34: style: The function 'doCreatePolynomialWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:53:34: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.h:38:34: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.h:43:18: style: The function 'doReadTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.h:43:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.h:44:18: style: The function 'doReadRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:61:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.h:44:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.h:45:18: style: The function 'doPeekRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:62:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.h:45:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.h:46:18: style: The function 'doReadBareIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:63:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.h:46:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.h:47:18: style: The function 'doReadBarePolynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:64:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.h:47:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:59:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:48:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:59:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:64:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:49:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:64:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:71:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:52:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:71:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:77:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:54:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:77:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:81:18: style: The function 'doWriteEmptyList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:81:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:91:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:45:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:91:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:96:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:46:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:96:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:118:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:50:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:118:18: note: Function in derived class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:143:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:53:18: note: Virtual function in base class
frobby_v0.9.0/src/CoCoA4IOHandler.cpp:143:18: note: Function in derived class
frobby_v0.9.0/src/BigPolynomial.h:52:59: performance: Function parameter 'term' should be passed by const reference. [passedByValue]
frobby_v0.9.0/src/CoefBigTermRecorder.h:28:3: style: Class 'CoefBigTermRecorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/CoefBigTermRecorder.h:31:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:31:16: note: Virtual function in base class
frobby_v0.9.0/src/CoefBigTermRecorder.h:31:16: note: Function in derived class
frobby_v0.9.0/src/CoefBigTermRecorder.h:33:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/CoefBigTermRecorder.h:33:16: note: Function in derived class
frobby_v0.9.0/src/CoefBigTermRecorder.h:35:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/CoefBigTermRecorder.h:35:16: note: Function in derived class
frobby_v0.9.0/src/CoefBigTermRecorder.h:38:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/CoefBigTermRecorder.h:38:16: note: Function in derived class
frobby_v0.9.0/src/CoefBigTermRecorder.h:41:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/CoefBigTermRecorder.h:41:16: note: Function in derived class
frobby_v0.9.0/src/ColumnPrinter.h:29:3: style: Class 'ColumnPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < vector < Col * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/CommonParamsHelper.cpp:177:51: style: Function 'setIdeal' argument 2 names different: declaration 'ideal' definition 'bigIdeal'. [funcArgNamesDifferent]
frobby_v0.9.0/src/CommonParamsHelper.h:90:61: note: Function 'setIdeal' argument 2 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/CommonParamsHelper.cpp:177:51: note: Function 'setIdeal' argument 2 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:27:3: style: Class 'IrreducibleIdealSplitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:28:3: style: Class 'IrreducibleIdealSplitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/NullTermConsumer.h:27:16: style: The function 'beginConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:52:16: note: Virtual function in base class
frobby_v0.9.0/src/NullTermConsumer.h:27:16: note: Function in derived class
frobby_v0.9.0/src/NullTermConsumer.h:28:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/NullTermConsumer.h:28:16: note: Function in derived class
frobby_v0.9.0/src/NullTermConsumer.h:29:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/NullTermConsumer.h:29:16: note: Function in derived class
frobby_v0.9.0/src/NullTermConsumer.h:31:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/NullTermConsumer.h:31:16: note: Function in derived class
frobby_v0.9.0/src/NullTermConsumer.h:32:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/NullTermConsumer.h:32:16: note: Function in derived class
frobby_v0.9.0/src/NullTermConsumer.h:33:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/NullTermConsumer.h:33:16: note: Function in derived class
frobby_v0.9.0/src/NullTermConsumer.h:35:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:36:16: note: Virtual function in base class
frobby_v0.9.0/src/NullTermConsumer.h:35:16: note: Function in derived class
frobby_v0.9.0/src/NullTermConsumer.h:36:16: style: The function 'doneConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:70:16: note: Virtual function in base class
frobby_v0.9.0/src/NullTermConsumer.h:36:16: note: Function in derived class
frobby_v0.9.0/src/NullTermConsumer.h:38:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:40:16: note: Virtual function in base class
frobby_v0.9.0/src/NullTermConsumer.h:38:16: note: Function in derived class
frobby_v0.9.0/src/NullCoefTermConsumer.h:33:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:31:16: note: Virtual function in base class
frobby_v0.9.0/src/NullCoefTermConsumer.h:33:16: note: Function in derived class
frobby_v0.9.0/src/NullCoefTermConsumer.h:35:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/NullCoefTermConsumer.h:35:16: note: Function in derived class
frobby_v0.9.0/src/NullCoefTermConsumer.h:36:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/NullCoefTermConsumer.h:36:16: note: Function in derived class
frobby_v0.9.0/src/NullCoefTermConsumer.h:37:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/NullCoefTermConsumer.h:37:16: note: Function in derived class
frobby_v0.9.0/src/NullCoefTermConsumer.h:41:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/NullCoefTermConsumer.h:41:16: note: Function in derived class
frobby_v0.9.0/src/NullCoefTermConsumer.h:42:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/NullCoefTermConsumer.h:42:16: note: Function in derived class
frobby_v0.9.0/src/NullCoefTermConsumer.h:44:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:43:16: note: Virtual function in base class
frobby_v0.9.0/src/NullCoefTermConsumer.h:44:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:30:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:30:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:31:16: style: The function 'beginConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:52:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:31:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:32:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:32:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:33:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:33:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:34:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:34:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:35:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:35:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:36:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:36:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:36:16: note: Function in derived class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:37:16: style: The function 'doneConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:70:16: note: Virtual function in base class
frobby_v0.9.0/src/IrreducibleIdealSplitter.h:37:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.h:44:16: style: The function 'beginConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:52:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingTermConsumer.h:44:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.h:45:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingTermConsumer.h:45:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.h:46:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingTermConsumer.h:46:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.h:48:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingTermConsumer.h:48:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.h:49:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingTermConsumer.h:49:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.h:50:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingTermConsumer.h:50:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.h:52:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:36:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingTermConsumer.h:52:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.h:53:16: style: The function 'doneConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:70:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingTermConsumer.h:53:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.h:55:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:40:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingTermConsumer.h:55:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:33:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:31:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:33:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:35:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:35:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:36:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:36:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:37:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:37:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:40:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:40:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:42:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:42:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:44:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:43:16: note: Virtual function in base class
frobby_v0.9.0/src/TranslatingCoefTermConsumer.h:44:16: note: Function in derived class
frobby_v0.9.0/src/TotalDegreeCoefTermConsumer.h:42:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:30:16: note: Virtual function in base class
frobby_v0.9.0/src/TotalDegreeCoefTermConsumer.h:42:16: note: Function in derived class
frobby_v0.9.0/src/TotalDegreeCoefTermConsumer.h:44:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:32:16: note: Virtual function in base class
frobby_v0.9.0/src/TotalDegreeCoefTermConsumer.h:44:16: note: Function in derived class
frobby_v0.9.0/src/TotalDegreeCoefTermConsumer.h:45:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/TotalDegreeCoefTermConsumer.h:45:16: note: Function in derived class
frobby_v0.9.0/src/TotalDegreeCoefTermConsumer.h:46:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/TotalDegreeCoefTermConsumer.h:46:16: note: Function in derived class
frobby_v0.9.0/src/CountingIOHandler.cpp:33:7: style: Class 'CountingConsumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/CountingIOHandler.h:38:30: style: The function 'doCreateIdealWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:52:30: note: Virtual function in base class
frobby_v0.9.0/src/CountingIOHandler.h:38:30: note: Function in derived class
frobby_v0.9.0/src/CountingIOHandler.h:39:34: style: The function 'doCreatePolynomialWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:53:34: note: Virtual function in base class
frobby_v0.9.0/src/CountingIOHandler.h:39:34: note: Function in derived class
frobby_v0.9.0/src/DataType.h:66:3: style: Class 'DataType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/DebugStrategy.h:33:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/DebugStrategy.h:33:16: note: Function in derived class
frobby_v0.9.0/src/DebugStrategy.h:35:8: style: The function 'processSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/DebugStrategy.h:35:8: note: Function in derived class
frobby_v0.9.0/src/DebugStrategy.h:37:16: style: The function 'setUseIndependence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:45:16: note: Virtual function in base class
frobby_v0.9.0/src/DebugStrategy.h:37:16: note: Function in derived class
frobby_v0.9.0/src/DebugStrategy.h:38:16: style: The function 'setUseSimplification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:48:16: note: Virtual function in base class
frobby_v0.9.0/src/DebugStrategy.h:38:16: note: Function in derived class
frobby_v0.9.0/src/DebugStrategy.h:39:16: style: The function 'getUseSimplification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:50:16: note: Virtual function in base class
frobby_v0.9.0/src/DebugStrategy.h:39:16: note: Function in derived class
frobby_v0.9.0/src/DebugStrategy.h:41:16: style: The function 'freeSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/DebugStrategy.h:41:16: note: Function in derived class
frobby_v0.9.0/src/Slice.h:217:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Task.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/Slice.h:217:16: note: Function in derived class
frobby_v0.9.0/src/Slice.h:218:16: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Task.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/Slice.h:218:16: note: Function in derived class
frobby_v0.9.0/src/DecomRecorder.h:28:3: style: Class 'DecomRecorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/DecomRecorder.h:30:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/DecomRecorder.h:30:16: note: Function in derived class
frobby_v0.9.0/src/DecomRecorder.h:31:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:60:16: note: Virtual function in base class
frobby_v0.9.0/src/DecomRecorder.h:31:16: note: Function in derived class
frobby_v0.9.0/src/DecomRecorder.h:32:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:65:16: note: Virtual function in base class
frobby_v0.9.0/src/DecomRecorder.h:32:16: note: Function in derived class
frobby_v0.9.0/src/Deformer.cpp:86:40: style: Function 'Deformer' argument 2 names different: declaration 'deformationOrder' definition 'orderer'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Deformer.h:44:32: note: Function 'Deformer' argument 2 names different: declaration 'deformationOrder' definition 'orderer'.
frobby_v0.9.0/src/Deformer.cpp:86:40: note: Function 'Deformer' argument 2 names different: declaration 'deformationOrder' definition 'orderer'.
frobby_v0.9.0/src/Deformer.cpp:87:25: style: Function 'Deformer' argument 3 names different: declaration 'makeStronglyGeneric' definition 'stronglyGeneric'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Deformer.h:45:17: note: Function 'Deformer' argument 3 names different: declaration 'makeStronglyGeneric' definition 'stronglyGeneric'.
frobby_v0.9.0/src/Deformer.cpp:87:25: note: Function 'Deformer' argument 3 names different: declaration 'makeStronglyGeneric' definition 'stronglyGeneric'.
frobby_v0.9.0/src/TermPredicate.h:66:3: style: Class 'StlTermPredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/TermPredicate.h:99:3: style: Class 'LexComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/TermPredicate.h:113:3: style: Class 'ReverseLexComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/TermPredicate.h:157:3: style: Class 'EqualsPredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/TermPredicate.h:104:16: style: The function 'doPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermPredicate.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/TermPredicate.h:104:16: note: Function in derived class
frobby_v0.9.0/src/TermPredicate.h:118:16: style: The function 'doPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermPredicate.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/TermPredicate.h:118:16: note: Function in derived class
frobby_v0.9.0/src/TermPredicate.h:131:16: style: The function 'doPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermPredicate.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/TermPredicate.h:131:16: note: Function in derived class
frobby_v0.9.0/src/TermPredicate.h:146:16: style: The function 'doPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermPredicate.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/TermPredicate.h:146:16: note: Function in derived class
frobby_v0.9.0/src/TermPredicate.h:160:16: style: The function 'doPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermPredicate.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/TermPredicate.h:160:16: note: Function in derived class
frobby_v0.9.0/src/DynamicFrobeniusFacade.h:32:3: style: Class 'DynamicFrobeniusFacade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:3: style: Class 'ElementDeleter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/PivotEulerAlg.h:39:19: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/EulerAction.cpp:183:10: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/EulerAction.cpp:185:10: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/Facade.h:40:8: style: Technically the member function 'Facade::printMessage' can be const. [functionConst]
frobby_v0.9.0/src/Facade.cpp:31:14: note: Technically the member function 'Facade::printMessage' can be const.
frobby_v0.9.0/src/Facade.h:40:8: note: Technically the member function 'Facade::printMessage' can be const.
frobby_v0.9.0/src/Facade.h:52:8: style: Technically the member function 'Facade::endAction' can be const. [functionConst]
frobby_v0.9.0/src/Facade.cpp:51:14: note: Technically the member function 'Facade::endAction' can be const.
frobby_v0.9.0/src/Facade.h:52:8: note: Technically the member function 'Facade::endAction' can be const.
frobby_v0.9.0/src/IdealConsolidator.h:31:3: style: Class 'IdealConsolidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/PolynomialConsolidator.h:27:3: style: Class 'PolynomialConsolidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/SatBinomIdeal.h:31:3: style: Class 'SatBinomIdeal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Fourti2IOHandler.cpp:62:5: style: Class 'Fourti2IdealWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Fourti2IOHandler.cpp:98:5: style: Class 'Fourti2PolyWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Fourti2IOHandler.h:37:30: style: The function 'doCreateIdealWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:52:30: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.h:37:30: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.h:38:34: style: The function 'doCreatePolynomialWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:53:34: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.h:38:34: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.h:43:18: style: The function 'doReadTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.h:43:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.h:44:18: style: The function 'doReadIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:56:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.h:44:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.h:45:18: style: The function 'doReadIdeals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:57:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.h:45:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.h:46:18: style: The function 'doReadPolynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:58:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.h:46:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.h:48:18: style: The function 'doReadSatBinomIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:59:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.h:48:18: note: Function in derived class
frobby_v0.9.0/src/IdealConsolidator.h:33:16: style: The function 'beginConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:52:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealConsolidator.h:33:16: note: Function in derived class
frobby_v0.9.0/src/IdealConsolidator.h:34:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealConsolidator.h:34:16: note: Function in derived class
frobby_v0.9.0/src/IdealConsolidator.h:36:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealConsolidator.h:36:16: note: Function in derived class
frobby_v0.9.0/src/IdealConsolidator.h:37:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealConsolidator.h:37:16: note: Function in derived class
frobby_v0.9.0/src/IdealConsolidator.h:38:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealConsolidator.h:38:16: note: Function in derived class
frobby_v0.9.0/src/IdealConsolidator.h:39:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealConsolidator.h:39:16: note: Function in derived class
frobby_v0.9.0/src/IdealConsolidator.h:40:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:36:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealConsolidator.h:40:16: note: Function in derived class
frobby_v0.9.0/src/IdealConsolidator.h:42:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:40:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealConsolidator.h:42:16: note: Function in derived class
frobby_v0.9.0/src/IdealConsolidator.h:44:16: style: The function 'doneConsumingList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:70:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealConsolidator.h:44:16: note: Function in derived class
frobby_v0.9.0/src/PolynomialConsolidator.h:29:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:31:16: note: Virtual function in base class
frobby_v0.9.0/src/PolynomialConsolidator.h:29:16: note: Function in derived class
frobby_v0.9.0/src/PolynomialConsolidator.h:31:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/PolynomialConsolidator.h:31:16: note: Function in derived class
frobby_v0.9.0/src/PolynomialConsolidator.h:32:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/PolynomialConsolidator.h:32:16: note: Function in derived class
frobby_v0.9.0/src/PolynomialConsolidator.h:36:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/PolynomialConsolidator.h:36:16: note: Function in derived class
frobby_v0.9.0/src/PolynomialConsolidator.h:38:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/PolynomialConsolidator.h:38:16: note: Function in derived class
frobby_v0.9.0/src/PolynomialConsolidator.h:40:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:43:16: note: Virtual function in base class
frobby_v0.9.0/src/PolynomialConsolidator.h:40:16: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:66:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:48:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:66:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:70:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:47:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:70:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:76:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:49:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:76:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:82:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:52:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:82:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:86:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:54:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:86:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:91:18: style: The function 'doWriteEmptyList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:91:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:102:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:45:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:102:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:106:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:44:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:106:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:112:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:46:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:112:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:127:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:50:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:127:18: note: Function in derived class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:141:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:53:18: note: Virtual function in base class
frobby_v0.9.0/src/Fourti2IOHandler.cpp:141:18: note: Function in derived class
frobby_v0.9.0/src/GenerateDataFacade.h:31:3: style: Class 'GenerateDataFacade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/HashPolynomial.cpp:70:10: style: Technically the member function '::RefCompare::operator()' can be const. [functionConst]
frobby_v0.9.0/src/HelpAction.cpp:141:7: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
frobby_v0.9.0/src/HelpAction.cpp:76:0: style: Variable 'defaultValue' is assigned a value that is never used. [unreadVariable]
frobby_v0.9.0/src/HelpAction.h:37:8: performance: Technically the member function 'HelpAction::displayActionHelp' can be static. [functionStatic]
frobby_v0.9.0/src/HelpAction.cpp:59:18: note: Technically the member function 'HelpAction::displayActionHelp' can be static.
frobby_v0.9.0/src/HelpAction.h:37:8: note: Technically the member function 'HelpAction::displayActionHelp' can be static.
frobby_v0.9.0/src/HelpAction.h:38:8: performance: Technically the member function 'HelpAction::displayIOHelp' can be static. [functionStatic]
frobby_v0.9.0/src/HelpAction.cpp:86:18: note: Technically the member function 'HelpAction::displayIOHelp' can be static.
frobby_v0.9.0/src/HelpAction.h:38:8: note: Technically the member function 'HelpAction::displayIOHelp' can be static.
frobby_v0.9.0/src/ScarfParams.h:29:3: style: Class 'ScarfParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ScarfFacade.h:29:3: style: Class 'ScarfFacade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/HilbertBasecase.cpp:131:49: style: Function 'computeCoefficient' argument 1 names different: declaration 'ideal' definition 'originalIdeal'. [funcArgNamesDifferent]
frobby_v0.9.0/src/HilbertBasecase.h:33:34: note: Function 'computeCoefficient' argument 1 names different: declaration 'ideal' definition 'originalIdeal'.
frobby_v0.9.0/src/HilbertBasecase.cpp:131:49: note: Function 'computeCoefficient' argument 1 names different: declaration 'ideal' definition 'originalIdeal'.
frobby_v0.9.0/src/HilbertBasecase.h:35:20: style: Technically the member function 'HilbertBasecase::getLastCoefficient' can be const. [functionConst]
frobby_v0.9.0/src/HilbertBasecase.cpp:190:35: note: Technically the member function 'HilbertBasecase::getLastCoefficient' can be const.
frobby_v0.9.0/src/HilbertBasecase.h:35:20: note: Technically the member function 'HilbertBasecase::getLastCoefficient' can be const.
frobby_v0.9.0/src/HilbertBasecase.h:53:8: performance: Technically the member function 'HilbertBasecase::canSimplify' can be static. [functionStatic]
frobby_v0.9.0/src/HilbertBasecase.cpp:194:23: note: Technically the member function 'HilbertBasecase::canSimplify' can be static.
frobby_v0.9.0/src/HilbertBasecase.h:53:8: note: Technically the member function 'HilbertBasecase::canSimplify' can be static.
frobby_v0.9.0/src/IndependenceSplitter.h:29:1: style: The class 'IndependenceSplitter' does not have a constructor although it has private member variables. [noConstructor]
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:33:3: style: Class 'HilbertIndependenceConsumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:60:5: style: Class 'RightConsumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/MsmSlice.h:35:3: style: Class 'MsmSlice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < vector < HilbertIndependenceConsumer * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:41:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Task.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:41:16: note: Function in derived class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:42:16: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Task.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:42:16: note: Function in derived class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:46:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:30:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:46:16: note: Function in derived class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:47:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:32:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:47:16: note: Function in derived class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:48:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:48:16: note: Function in derived class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:49:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertIndependenceConsumer.h:49:16: note: Function in derived class
frobby_v0.9.0/src/MsmSlice.h:49:16: style: The function 'baseCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:140:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmSlice.h:49:16: note: Function in derived class
frobby_v0.9.0/src/MsmSlice.h:51:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:143:18: note: Virtual function in base class
frobby_v0.9.0/src/MsmSlice.h:51:18: note: Function in derived class
frobby_v0.9.0/src/MsmSlice.h:53:16: style: The function 'simplifyStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:213:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmSlice.h:53:16: note: Function in derived class
frobby_v0.9.0/src/MsmSlice.h:62:16: style: The function 'innerSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:171:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmSlice.h:62:16: note: Function in derived class
frobby_v0.9.0/src/MsmSlice.h:63:16: style: The function 'outerSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:182:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmSlice.h:63:16: note: Function in derived class
frobby_v0.9.0/src/MsmSlice.h:77:16: style: The function 'getLowerBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:263:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmSlice.h:77:16: note: Function in derived class
frobby_v0.9.0/src/SliceStrategyCommon.h:39:16: style: The function 'freeSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/SliceStrategyCommon.h:39:16: note: Function in derived class
frobby_v0.9.0/src/SliceStrategyCommon.h:41:16: style: The function 'setUseIndependence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:45:16: note: Virtual function in base class
frobby_v0.9.0/src/SliceStrategyCommon.h:41:16: note: Function in derived class
frobby_v0.9.0/src/SliceStrategyCommon.h:42:16: style: The function 'setUseSimplification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:48:16: note: Virtual function in base class
frobby_v0.9.0/src/SliceStrategyCommon.h:42:16: note: Function in derived class
frobby_v0.9.0/src/SliceStrategyCommon.h:78:8: style: The function 'getUseSimplification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:50:16: note: Virtual function in base class
frobby_v0.9.0/src/SliceStrategyCommon.h:78:8: note: Function in derived class
frobby_v0.9.0/src/HilbertStrategy.h:38:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertStrategy.h:38:16: note: Function in derived class
frobby_v0.9.0/src/HilbertStrategy.h:40:16: style: The function 'processSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertStrategy.h:40:16: note: Function in derived class
frobby_v0.9.0/src/HilbertStrategy.h:48:27: style: The function 'allocateSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategyCommon.h:49:27: note: Virtual function in base class
frobby_v0.9.0/src/HilbertStrategy.h:48:27: note: Function in derived class
frobby_v0.9.0/src/HilbertStrategy.h:49:16: style: The function 'debugIsValidSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategyCommon.h:56:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertStrategy.h:49:16: note: Function in derived class
frobby_v0.9.0/src/HilbertStrategy.h:51:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategyCommon.h:70:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertStrategy.h:51:16: note: Function in derived class
frobby_v0.9.0/src/HilbertSlice.h:29:3: style: Class 'HilbertSlice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/HilbertSlice.h:40:16: style: The function 'baseCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:140:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertSlice.h:40:16: note: Function in derived class
frobby_v0.9.0/src/HilbertSlice.h:42:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:143:18: note: Virtual function in base class
frobby_v0.9.0/src/HilbertSlice.h:42:18: note: Function in derived class
frobby_v0.9.0/src/HilbertSlice.h:44:16: style: The function 'simplifyStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:213:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertSlice.h:44:16: note: Function in derived class
frobby_v0.9.0/src/HilbertSlice.h:57:16: style: The function 'getLowerBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Slice.h:263:16: note: Virtual function in base class
frobby_v0.9.0/src/HilbertSlice.h:57:16: note: Function in derived class
frobby_v0.9.0/src/HilbertStrategy.cpp:119:57: style: Function 'independenceSplit' argument 1 names different: declaration 'slice' definition 'sliceParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/HilbertStrategy.h:54:42: note: Function 'independenceSplit' argument 1 names different: declaration 'slice' definition 'sliceParam'.
frobby_v0.9.0/src/HilbertStrategy.cpp:119:57: note: Function 'independenceSplit' argument 1 names different: declaration 'slice' definition 'sliceParam'.
frobby_v0.9.0/src/HilbertStrategy.cpp:29:18: warning: Member variable 'HilbertStrategy::_indepSplitter' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/HilbertStrategy.cpp:29:18: warning: Member variable 'HilbertStrategy::_useIndependence' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/IOFacade.cpp:283:23: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
frobby_v0.9.0/src/IOFacade.cpp:282:23: note: outer condition: instance.size()!=ideal.getVarCount()+1
frobby_v0.9.0/src/IOFacade.cpp:283:23: note: opposite inner condition: instance.empty()
frobby_v0.9.0/src/SatBinomRecorder.h:29:3: style: Class 'SatBinomRecorder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < vector < BigIdeal * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/SatBinomRecorder.h:31:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SatBinomConsumer.h:29:16: note: Virtual function in base class
frobby_v0.9.0/src/SatBinomRecorder.h:31:16: note: Function in derived class
frobby_v0.9.0/src/SatBinomRecorder.h:32:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SatBinomConsumer.h:30:16: note: Virtual function in base class
frobby_v0.9.0/src/SatBinomRecorder.h:32:16: note: Function in derived class
frobby_v0.9.0/src/SatBinomRecorder.h:33:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SatBinomConsumer.h:31:16: note: Virtual function in base class
frobby_v0.9.0/src/SatBinomRecorder.h:33:16: note: Function in derived class
frobby_v0.9.0/src/SatBinomRecorder.h:34:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SatBinomConsumer.h:32:16: note: Virtual function in base class
frobby_v0.9.0/src/SatBinomRecorder.h:34:16: note: Function in derived class
frobby_v0.9.0/src/IOHandler.cpp:163:10: style: Unused variable: number [unusedVariable]
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < IOHandler >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/NewMonosIOHandler.h:35:30: style: The function 'doCreateIdealWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:52:30: note: Virtual function in base class
frobby_v0.9.0/src/NewMonosIOHandler.h:35:30: note: Function in derived class
frobby_v0.9.0/src/NewMonosIOHandler.h:40:18: style: The function 'doReadTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/NewMonosIOHandler.h:40:18: note: Function in derived class
frobby_v0.9.0/src/NewMonosIOHandler.h:41:10: style: The function 'doReadIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:56:18: note: Virtual function in base class
frobby_v0.9.0/src/NewMonosIOHandler.h:41:10: note: Function in derived class
frobby_v0.9.0/src/NewMonosIOHandler.h:42:10: style: The function 'doReadIdeals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:57:18: note: Virtual function in base class
frobby_v0.9.0/src/NewMonosIOHandler.h:42:10: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.h:35:30: style: The function 'doCreateIdealWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:52:30: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.h:35:30: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.h:40:18: style: The function 'doReadTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.h:40:18: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.h:41:18: style: The function 'doReadRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:61:18: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.h:41:18: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.h:42:18: style: The function 'doPeekRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:62:18: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.h:42:18: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.h:43:18: style: The function 'doReadBareIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:63:18: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.h:43:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.h:37:30: style: The function 'doCreateIdealWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:52:30: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.h:37:30: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.h:38:34: style: The function 'doCreatePolynomialWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:53:34: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.h:38:34: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.h:43:18: style: The function 'doReadTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.h:43:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.h:44:18: style: The function 'doReadRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:61:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.h:44:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.h:45:18: style: The function 'doPeekRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:62:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.h:45:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.h:46:15: style: The function 'doReadBareIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:63:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.h:46:15: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.h:47:18: style: The function 'doReadBarePolynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:64:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.h:47:18: note: Function in derived class
frobby_v0.9.0/src/NullIOHandler.h:39:30: style: The function 'doCreateIdealWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:52:30: note: Virtual function in base class
frobby_v0.9.0/src/NullIOHandler.h:39:30: note: Function in derived class
frobby_v0.9.0/src/NullIOHandler.h:40:34: style: The function 'doCreatePolynomialWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:53:34: note: Virtual function in base class
frobby_v0.9.0/src/NullIOHandler.h:40:34: note: Function in derived class
frobby_v0.9.0/src/NullIOHandler.h:45:18: style: The function 'doReadIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:56:18: note: Virtual function in base class
frobby_v0.9.0/src/NullIOHandler.h:45:18: note: Function in derived class
frobby_v0.9.0/src/NullIOHandler.h:46:18: style: The function 'doReadIdeals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:57:18: note: Virtual function in base class
frobby_v0.9.0/src/NullIOHandler.h:46:18: note: Function in derived class
frobby_v0.9.0/src/NullIOHandler.h:47:18: style: The function 'doReadTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/NullIOHandler.h:47:18: note: Function in derived class
frobby_v0.9.0/src/NullIOHandler.h:48:18: style: The function 'doReadPolynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:58:18: note: Virtual function in base class
frobby_v0.9.0/src/NullIOHandler.h:48:18: note: Function in derived class
frobby_v0.9.0/src/NullIOHandler.h:49:18: style: The function 'doReadSatBinomIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:59:18: note: Virtual function in base class
frobby_v0.9.0/src/NullIOHandler.h:49:18: note: Function in derived class
frobby_v0.9.0/src/NullIOHandler.h:50:18: style: The function 'doHasMoreInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:67:18: note: Virtual function in base class
frobby_v0.9.0/src/NullIOHandler.h:50:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.h:36:30: style: The function 'doCreateIdealWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:52:30: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.h:36:30: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.h:37:34: style: The function 'doCreatePolynomialWriter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:53:34: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.h:37:34: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.h:45:18: style: The function 'doReadTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerImpl.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.h:45:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.h:46:18: style: The function 'doReadRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:61:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.h:46:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.h:47:18: style: The function 'doPeekRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:62:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.h:47:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.h:51:18: style: The function 'doReadBareIdeal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:63:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.h:51:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.h:52:18: style: The function 'doReadBarePolynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IOHandlerCommon.h:64:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.h:52:18: note: Function in derived class
frobby_v0.9.0/src/IOHandlerImpl.cpp:74:64: style: Function 'doReadTerm' argument 2 names different: declaration 'term' definition 'consumer'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IOHandlerImpl.h:55:57: note: Function 'doReadTerm' argument 2 names different: declaration 'term' definition 'consumer'.
frobby_v0.9.0/src/IOHandlerImpl.cpp:74:64: note: Function 'doReadTerm' argument 2 names different: declaration 'term' definition 'consumer'.
frobby_v0.9.0/src/IOParameters.cpp:71:12: performance: Passing the result of c_str() to a function that takes std::string as argument no. 2 is slow and redundant. [stlcstrParam]
frobby_v0.9.0/src/IOParameters.cpp:90:12: performance: Passing the result of c_str() to a function that takes std::string as argument no. 2 is slow and redundant. [stlcstrParam]
frobby_v0.9.0/src/Ideal.cpp:237:28: style: Function 'getTypicalExponent' argument 1 names different: declaration 'var' definition 'typicalVar'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:143:37: note: Function 'getTypicalExponent' argument 1 names different: declaration 'var' definition 'typicalVar'.
frobby_v0.9.0/src/Ideal.cpp:237:28: note: Function 'getTypicalExponent' argument 1 names different: declaration 'var' definition 'typicalVar'.
frobby_v0.9.0/src/Ideal.cpp:237:50: style: Function 'getTypicalExponent' argument 2 names different: declaration 'exp' definition 'typicalExponent'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:143:52: note: Function 'getTypicalExponent' argument 2 names different: declaration 'exp' definition 'typicalExponent'.
frobby_v0.9.0/src/Ideal.cpp:237:50: note: Function 'getTypicalExponent' argument 2 names different: declaration 'exp' definition 'typicalExponent'.
frobby_v0.9.0/src/Ideal.cpp:272:10: style: Function 'getMostNonGenericExponent' argument 1 names different: declaration 'var' definition 'mostNGVar'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:161:44: note: Function 'getMostNonGenericExponent' argument 1 names different: declaration 'var' definition 'mostNGVar'.
frobby_v0.9.0/src/Ideal.cpp:272:10: note: Function 'getMostNonGenericExponent' argument 1 names different: declaration 'var' definition 'mostNGVar'.
frobby_v0.9.0/src/Ideal.cpp:272:31: style: Function 'getMostNonGenericExponent' argument 2 names different: declaration 'exp' definition 'mostNGExponent'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:161:59: note: Function 'getMostNonGenericExponent' argument 2 names different: declaration 'exp' definition 'mostNGExponent'.
frobby_v0.9.0/src/Ideal.cpp:272:31: note: Function 'getMostNonGenericExponent' argument 2 names different: declaration 'exp' definition 'mostNGExponent'.
frobby_v0.9.0/src/Ideal.cpp:326:10: style: Function 'getTypicalNonGenericExponent' argument 1 names different: declaration 'var' definition 'typicalVar'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:179:47: note: Function 'getTypicalNonGenericExponent' argument 1 names different: declaration 'var' definition 'typicalVar'.
frobby_v0.9.0/src/Ideal.cpp:326:10: note: Function 'getTypicalNonGenericExponent' argument 1 names different: declaration 'var' definition 'typicalVar'.
frobby_v0.9.0/src/Ideal.cpp:326:32: style: Function 'getTypicalNonGenericExponent' argument 2 names different: declaration 'exp' definition 'typicalExponent'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:179:62: note: Function 'getTypicalNonGenericExponent' argument 2 names different: declaration 'exp' definition 'typicalExponent'.
frobby_v0.9.0/src/Ideal.cpp:326:32: note: Function 'getTypicalNonGenericExponent' argument 2 names different: declaration 'exp' definition 'typicalExponent'.
frobby_v0.9.0/src/Ideal.cpp:379:10: style: Function 'getNonGenericExponent' argument 1 names different: declaration 'var' definition 'ngVar'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:188:38: note: Function 'getNonGenericExponent' argument 1 names different: declaration 'var' definition 'ngVar'.
frobby_v0.9.0/src/Ideal.cpp:379:10: note: Function 'getNonGenericExponent' argument 1 names different: declaration 'var' definition 'ngVar'.
frobby_v0.9.0/src/Ideal.cpp:379:27: style: Function 'getNonGenericExponent' argument 2 names different: declaration 'exp' definition 'ngExponent'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:188:53: note: Function 'getNonGenericExponent' argument 2 names different: declaration 'exp' definition 'ngExponent'.
frobby_v0.9.0/src/Ideal.cpp:379:27: note: Function 'getNonGenericExponent' argument 2 names different: declaration 'exp' definition 'ngExponent'.
frobby_v0.9.0/src/Ideal.cpp:455:36: style: Function 'insert' argument 1 names different: declaration 'term' definition 'exponents'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:205:31: note: Function 'insert' argument 1 names different: declaration 'term' definition 'exponents'.
frobby_v0.9.0/src/Ideal.cpp:455:36: note: Function 'insert' argument 1 names different: declaration 'term' definition 'exponents'.
frobby_v0.9.0/src/Ideal.cpp:525:37: style: Function 'product' argument 1 names different: declaration 'term' definition 'by'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:224:32: note: Function 'product' argument 1 names different: declaration 'term' definition 'by'.
frobby_v0.9.0/src/Ideal.cpp:525:37: note: Function 'product' argument 1 names different: declaration 'term' definition 'by'.
frobby_v0.9.0/src/Ideal.cpp:550:45: style: Function 'colonReminimize' argument 1 names different: declaration 'colon' definition 'by'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Ideal.h:234:40: note: Function 'colonReminimize' argument 1 names different: declaration 'colon' definition 'by'.
frobby_v0.9.0/src/Ideal.cpp:550:45: note: Function 'colonReminimize' argument 1 names different: declaration 'colon' definition 'by'.
frobby_v0.9.0/src/Ideal.cpp:738:27: warning: Member variable 'ExponentAllocator::_chunk' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/Minimizer.h:28:3: style: Class 'Minimizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/IdealFacade.cpp:37:36: style: Function 'deform' argument 1 names different: declaration 'ideal' definition 'bigIdeal'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IdealFacade.h:39:25: note: Function 'deform' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IdealFacade.cpp:37:36: note: Function 'deform' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IdealFacade.cpp:51:41: style: Function 'takeRadical' argument 1 names different: declaration 'ideal' definition 'bigIdeal'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IdealFacade.h:43:30: note: Function 'takeRadical' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IdealFacade.cpp:51:41: note: Function 'takeRadical' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IdealFacade.cpp:65:36: style: Function 'swap01' argument 1 names different: declaration 'ideal' definition 'bigIdeal'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IdealFacade.h:46:25: note: Function 'swap01' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IdealFacade.cpp:65:36: note: Function 'swap01' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IdealFacade.cpp:82:57: style: Function 'computeDimension' argument 1 names different: declaration 'ideal' definition 'bigIdeal'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IdealFacade.h:57:46: note: Function 'computeDimension' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IdealFacade.cpp:82:57: note: Function 'computeDimension' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IdealFacade.cpp:253:54: style: Function 'printAnalysis' argument 2 names different: declaration 'ideal' definition 'bigIdeal'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IdealFacade.h:91:43: note: Function 'printAnalysis' argument 2 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/IdealFacade.cpp:253:54: note: Function 'printAnalysis' argument 2 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/SizeMaxIndepSetAlg.h:61:1: style: The class 'SizeMaxIndepSetAlg' does not have a constructor although it has private member variables. [noConstructor]
frobby_v0.9.0/src/IdealOrderer.cpp:272:57: style: Function 'createIdealOrderer' argument 1 names different: declaration 'name' definition 'prefix'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IdealOrderer.h:33:57: note: Function 'createIdealOrderer' argument 1 names different: declaration 'name' definition 'prefix'.
frobby_v0.9.0/src/IdealOrderer.cpp:272:57: note: Function 'createIdealOrderer' argument 1 names different: declaration 'name' definition 'prefix'.
frobby_v0.9.0/src/IdealOrderer.cpp:170:7: style: Class 'Pred' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/IdealOrderer.cpp:202:5: style: Class 'ReverseOrderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < vector < IdealOrderer * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < IdealOrderer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/IdealOrderer.cpp:193:18: style: The function 'doOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealOrderer.cpp:164:18: note: Virtual function in base class
frobby_v0.9.0/src/IdealOrderer.cpp:193:18: note: Function in derived class
frobby_v0.9.0/src/IdealTest.cpp:25:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IdealTest.cpp:25:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/IdealTest.cpp:25:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/IdealTest.cpp:35:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IdealTest.cpp:35:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/IdealTest.cpp:35:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/IdealTest.cpp:25:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealTest.cpp:25:1: note: Function in derived class
frobby_v0.9.0/src/IdealTest.cpp:35:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/IdealTest.cpp:35:1: note: Function in derived class
frobby_v0.9.0/src/IdealTree.h:31:3: style: Class 'IdealTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/InputConsumer.cpp:57:41: style: Function 'hintGenCount' argument 1 names different: declaration 'hintGenCount' definition 'hintGenCountParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/InputConsumer.h:44:28: note: Function 'hintGenCount' argument 1 names different: declaration 'hintGenCount' definition 'hintGenCountParam'.
frobby_v0.9.0/src/InputConsumer.cpp:57:41: note: Function 'hintGenCount' argument 1 names different: declaration 'hintGenCount' definition 'hintGenCountParam'.
frobby_v0.9.0/src/InputConsumer.cpp:227:41: style: Function 'releaseIdeal' argument 1 names different: declaration 'e' definition 'entry'. [funcArgNamesDifferent]
frobby_v0.9.0/src/InputConsumer.h:98:28: note: Function 'releaseIdeal' argument 1 names different: declaration 'e' definition 'entry'.
frobby_v0.9.0/src/InputConsumer.cpp:227:41: note: Function 'releaseIdeal' argument 1 names different: declaration 'e' definition 'entry'.
frobby_v0.9.0/src/InputConsumer.h:54:10: style: Technically the member function 'InputConsumer::consumeVarNumber' can be const. [functionConst]
frobby_v0.9.0/src/InputConsumer.cpp:76:23: note: Technically the member function 'InputConsumer::consumeVarNumber' can be const.
frobby_v0.9.0/src/InputConsumer.h:54:10: note: Technically the member function 'InputConsumer::consumeVarNumber' can be const.
frobby_v0.9.0/src/InputConsumer.h:65:8: performance: Technically the member function 'InputConsumer::endTerm' can be static. [functionStatic]
frobby_v0.9.0/src/InputConsumer.cpp:164:21: note: Technically the member function 'InputConsumer::endTerm' can be static.
frobby_v0.9.0/src/InputConsumer.h:65:8: note: Technically the member function 'InputConsumer::endTerm' can be static.
frobby_v0.9.0/src/InputConsumer.h:100:8: style: Technically the member function 'InputConsumer::errorVariableAppearsTwice' can be const. [functionConst]
frobby_v0.9.0/src/InputConsumer.cpp:234:21: note: Technically the member function 'InputConsumer::errorVariableAppearsTwice' can be const.
frobby_v0.9.0/src/InputConsumer.h:100:8: note: Technically the member function 'InputConsumer::errorVariableAppearsTwice' can be const.
frobby_v0.9.0/src/InputConsumer.cpp:195:17: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/InputConsumer.cpp:196:17: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/IntersectFacade.cpp:33:63: style: Function 'intersect' argument 2 names different: declaration 'names' definition 'emptyNames'. [funcArgNamesDifferent]
frobby_v0.9.0/src/IntersectFacade.h:40:48: note: Function 'intersect' argument 2 names different: declaration 'names' definition 'emptyNames'.
frobby_v0.9.0/src/IntersectFacade.cpp:33:63: note: Function 'intersect' argument 2 names different: declaration 'names' definition 'emptyNames'.
frobby_v0.9.0/src/IntersectFacade.h:33:3: style: Class 'IntersectFacade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/IntersectFacade.cpp:61:20: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/LatticeAlgs.cpp:1175:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
frobby_v0.9.0/src/LatticeAlgs.cpp:681:8: style: The scope of the variable 'flatWith4Pivots' can be reduced. [variableScope]
frobby_v0.9.0/src/LatticeAlgs.cpp:1329:28: style: Function 'SeqPos' argument 1 names different: declaration 'mlfb' definition 'mlfbParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LatticeAlgs.h:71:22: note: Function 'SeqPos' argument 1 names different: declaration 'mlfb' definition 'mlfbParam'.
frobby_v0.9.0/src/LatticeAlgs.cpp:1329:28: note: Function 'SeqPos' argument 1 names different: declaration 'mlfb' definition 'mlfbParam'.
frobby_v0.9.0/src/LatticeAlgs.cpp:1328:9: warning: Member variable 'SeqPos::mlfb' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/LatticeAlgs.cpp:1328:9: warning: Member variable 'SeqPos::fixFacet1' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/LatticeAlgs.cpp:1328:9: warning: Member variable 'SeqPos::fixFacet2' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/LatticeAlgs.cpp:1328:9: warning: Member variable 'SeqPos::comingFromFacet' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/LatticeAlgs.h:260:1: warning: Member variable 'Plane::flatIntervalCount' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/LatticeAlgs.h:289:1: style: The class 'Mlfb' does not have a constructor although it has private member variables. [noConstructor]
frobby_v0.9.0/src/LatticeAlgs.cpp:1534:3: performance: Variable '_ideal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frobby_v0.9.0/src/LatticeAlgs.h:403:8: style: Technically the member function 'TriPlane::closeToPlane' can be const. [functionConst]
frobby_v0.9.0/src/LatticeAlgs.h:89:3: style: Class 'Neighbor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/LatticeAlgs.h:86:1: warning: The class 'Neighbor' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
frobby_v0.9.0/src/MsmStrategy.h:43:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.h:43:16: note: Function in derived class
frobby_v0.9.0/src/MsmStrategy.h:45:16: style: The function 'processSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.h:45:16: note: Function in derived class
frobby_v0.9.0/src/MsmStrategy.h:48:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategyCommon.h:70:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.h:48:16: note: Function in derived class
frobby_v0.9.0/src/MsmStrategy.h:53:27: style: The function 'allocateSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategyCommon.h:49:27: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.h:53:27: note: Function in derived class
frobby_v0.9.0/src/MsmStrategy.h:54:16: style: The function 'debugIsValidSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategyCommon.h:56:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.h:54:16: note: Function in derived class
frobby_v0.9.0/src/LatticeAlgs.cpp:190:64: performance: Function parameter 'points' should be passed by const reference. [passedByValue]
frobby_v0.9.0/src/LatticeAlgs.cpp:441:25: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
frobby_v0.9.0/src/LatticeAnalyzeAction.cpp:144:7: style: Technically the member function '::NeighborPrinter::print' can be const. [functionConst]
frobby_v0.9.0/src/LatticeAnalyzeAction.cpp:203:7: style: Technically the member function '::MlfbPtrCmp::operator()' can be const. [functionConst]
frobby_v0.9.0/src/LatticeAnalyzeAction.cpp:79:2: style: Class 'NeighborPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/LatticeAnalyzeAction.cpp:202:2: style: Class 'MlfbPtrCmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/LatticeFacade.h:29:3: style: Class 'LatticeFacade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:27:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:36:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:36:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:36:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:50:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:50:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:50:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:61:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:61:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:61:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/frobby.h:36:5: style: Class 'Ideal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/LibTest.h:41:3: style: Class 'LibIdealConsumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/LibTest.h:60:3: style: Class 'LibIdealsConsumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/LibTest.h:76:3: style: Class 'LibPolynomialConsumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/LibTest.h:43:16: style: The function 'idealBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/frobby.h:82:18: note: Virtual function in base class
frobby_v0.9.0/src/LibTest.h:43:16: note: Function in derived class
frobby_v0.9.0/src/LibTest.h:44:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/frobby.h:92:18: note: Virtual function in base class
frobby_v0.9.0/src/LibTest.h:44:16: note: Function in derived class
frobby_v0.9.0/src/LibTest.h:62:16: style: The function 'idealBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/frobby.h:82:18: note: Virtual function in base class
frobby_v0.9.0/src/LibTest.h:62:16: note: Function in derived class
frobby_v0.9.0/src/LibTest.h:63:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/frobby.h:92:18: note: Virtual function in base class
frobby_v0.9.0/src/LibTest.h:63:16: note: Function in derived class
frobby_v0.9.0/src/LibTest.h:78:16: style: The function 'polynomialBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/frobby.h:119:18: note: Virtual function in base class
frobby_v0.9.0/src/LibTest.h:78:16: note: Function in derived class
frobby_v0.9.0/src/LibTest.h:79:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/frobby.h:130:18: note: Virtual function in base class
frobby_v0.9.0/src/LibTest.h:79:16: note: Function in derived class
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:27:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:27:1: note: Function in derived class
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:36:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:36:1: note: Function in derived class
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:50:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:50:1: note: Function in derived class
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:61:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibAlexanderDualTest.cpp:61:1: note: Function in derived class
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:30:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:30:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:30:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:39:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:39:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:39:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:52:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:52:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:52:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:30:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:30:1: note: Function in derived class
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:39:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:39:1: note: Function in derived class
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:52:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibAssociatedPrimesTest.cpp:52:1: note: Function in derived class
frobby_v0.9.0/src/LibDimensionTest.cpp:43:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibDimensionTest.cpp:43:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibDimensionTest.cpp:43:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibDimensionTest.cpp:51:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibDimensionTest.cpp:51:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibDimensionTest.cpp:51:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibDimensionTest.cpp:59:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibDimensionTest.cpp:59:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibDimensionTest.cpp:59:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibDimensionTest.cpp:43:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibDimensionTest.cpp:43:1: note: Function in derived class
frobby_v0.9.0/src/LibDimensionTest.cpp:51:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibDimensionTest.cpp:51:1: note: Function in derived class
frobby_v0.9.0/src/LibDimensionTest.cpp:59:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibDimensionTest.cpp:59:1: note: Function in derived class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:29:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:29:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:29:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:38:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:38:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:38:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:48:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:48:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:48:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:59:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:59:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:59:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:70:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:70:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:70:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:81:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:81:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:81:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:29:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:29:1: note: Function in derived class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:38:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:38:1: note: Function in derived class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:48:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:48:1: note: Function in derived class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:59:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:59:1: note: Function in derived class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:70:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:70:1: note: Function in derived class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:81:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibHilbertPoincareTest.cpp:81:1: note: Function in derived class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:29:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:29:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:29:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:41:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:41:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:41:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:50:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:50:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:50:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:63:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:63:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:63:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:76:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:76:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:76:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:90:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:90:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:90:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:29:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:29:1: note: Function in derived class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:41:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:41:1: note: Function in derived class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:50:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:50:1: note: Function in derived class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:63:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:63:1: note: Function in derived class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:76:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:76:1: note: Function in derived class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:90:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibIrreducibleDecomTest.cpp:90:1: note: Function in derived class
frobby_v0.9.0/src/LibMaxStdTest.cpp:27:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibMaxStdTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibMaxStdTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibMaxStdTest.cpp:36:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibMaxStdTest.cpp:36:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibMaxStdTest.cpp:36:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibMaxStdTest.cpp:51:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibMaxStdTest.cpp:51:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibMaxStdTest.cpp:51:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibMaxStdTest.cpp:27:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibMaxStdTest.cpp:27:1: note: Function in derived class
frobby_v0.9.0/src/LibMaxStdTest.cpp:36:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibMaxStdTest.cpp:36:1: note: Function in derived class
frobby_v0.9.0/src/LibMaxStdTest.cpp:51:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibMaxStdTest.cpp:51:1: note: Function in derived class
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:30:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:30:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:30:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:39:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:39:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:39:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:52:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:52:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:52:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:30:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:30:1: note: Function in derived class
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:39:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:39:1: note: Function in derived class
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:52:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibPrimaryDecomTest.cpp:52:1: note: Function in derived class
frobby_v0.9.0/src/LibStdProgramTest.cpp:27:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibStdProgramTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibStdProgramTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibStdProgramTest.cpp:44:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibStdProgramTest.cpp:44:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibStdProgramTest.cpp:44:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibStdProgramTest.cpp:60:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibStdProgramTest.cpp:60:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibStdProgramTest.cpp:60:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibStdProgramTest.cpp:84:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/LibStdProgramTest.cpp:84:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibStdProgramTest.cpp:84:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/LibStdProgramTest.cpp:27:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibStdProgramTest.cpp:27:1: note: Function in derived class
frobby_v0.9.0/src/LibStdProgramTest.cpp:44:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibStdProgramTest.cpp:44:1: note: Function in derived class
frobby_v0.9.0/src/LibStdProgramTest.cpp:60:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibStdProgramTest.cpp:60:1: note: Function in derived class
frobby_v0.9.0/src/LibStdProgramTest.cpp:84:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/LibStdProgramTest.cpp:84:1: note: Function in derived class
frobby_v0.9.0/src/LocalArray.h:38:2: style: Class 'LocalArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:40:5: style: Class 'M2IdealWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:96:5: style: Class 'M2PolyWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:44:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:48:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:44:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:50:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:49:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:50:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:65:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:52:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:65:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:79:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:54:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:79:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:89:18: style: The function 'doWriteEmptyList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:89:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:99:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:45:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:99:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:104:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:46:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:104:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:116:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:50:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:116:18: note: Function in derived class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:127:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:53:18: note: Virtual function in base class
frobby_v0.9.0/src/Macaulay2IOHandler.cpp:127:18: note: Function in derived class
frobby_v0.9.0/src/Matrix.cpp:107:27: style: Function 'print' argument 1 names different: declaration 'printer' definition 'pr'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Matrix.h:65:27: note: Function 'print' argument 1 names different: declaration 'printer' definition 'pr'.
frobby_v0.9.0/src/Matrix.cpp:107:27: note: Function 'print' argument 1 names different: declaration 'printer' definition 'pr'.
frobby_v0.9.0/src/Matrix.cpp:276:33: style: Function 'matrixRank' argument 1 names different: declaration 'mat' definition 'matParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Matrix.h:92:33: note: Function 'matrixRank' argument 1 names different: declaration 'mat' definition 'matParam'.
frobby_v0.9.0/src/Matrix.cpp:276:33: note: Function 'matrixRank' argument 1 names different: declaration 'mat' definition 'matParam'.
frobby_v0.9.0/src/Matrix.cpp:296:45: style: Function 'nullSpace' argument 2 names different: declaration 'mat' definition 'matParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Matrix.h:119:45: note: Function 'nullSpace' argument 2 names different: declaration 'mat' definition 'matParam'.
frobby_v0.9.0/src/Matrix.cpp:296:45: note: Function 'nullSpace' argument 2 names different: declaration 'mat' definition 'matParam'.
frobby_v0.9.0/src/MatrixTest.cpp:59:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:59:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:59:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:75:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:75:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:75:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:100:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:100:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:100:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:112:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:112:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:112:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:122:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:122:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:122:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:144:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:144:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:144:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:153:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:153:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:153:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:166:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:166:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:166:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:181:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:181:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:181:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:201:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:201:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:201:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:211:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:211:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:211:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:221:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:221:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:221:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:238:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:238:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:238:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:255:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:255:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:255:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:273:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:273:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:273:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:285:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:285:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:285:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:304:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:304:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:304:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:316:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:316:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:316:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:326:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:326:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:326:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:336:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:336:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:336:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:348:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:348:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:348:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:374:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:374:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:374:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:400:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MatrixTest.cpp:400:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:400:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/MatrixTest.cpp:59:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:59:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:75:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:75:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:100:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:100:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:112:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:112:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:122:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:122:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:144:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:144:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:153:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:153:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:166:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:166:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:181:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:181:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:201:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:201:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:211:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:211:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:221:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:221:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:238:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:238:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:255:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:255:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:273:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:273:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:285:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:285:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:304:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:304:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:316:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:316:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:326:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:326:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:336:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:336:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:348:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:348:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:374:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:374:1: note: Function in derived class
frobby_v0.9.0/src/MatrixTest.cpp:400:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/MatrixTest.cpp:400:1: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.cpp:37:5: style: Class 'MonosIdealWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/MonosIOHandler.cpp:41:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:48:18: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.cpp:41:18: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.cpp:46:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:49:18: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.cpp:46:18: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.cpp:53:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:52:18: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.cpp:53:18: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.cpp:59:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:54:18: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.cpp:59:18: note: Function in derived class
frobby_v0.9.0/src/MonosIOHandler.cpp:63:18: style: The function 'doWriteEmptyList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/MonosIOHandler.cpp:63:18: note: Function in derived class
frobby_v0.9.0/src/MsmSlice.cpp:177:8: style: Technically the member function 'DoubleLcmPredicate::operator()' can be const. [functionConst]
frobby_v0.9.0/src/MsmSlice.cpp:173:3: style: Class 'DoubleLcmPredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/MsmStrategy.cpp:104:46: style: Function 'labelSplit' argument 1 names different: declaration 'slice' definition 'sliceParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MsmStrategy.h:56:35: note: Function 'labelSplit' argument 1 names different: declaration 'slice' definition 'sliceParam'.
frobby_v0.9.0/src/MsmStrategy.cpp:104:46: note: Function 'labelSplit' argument 1 names different: declaration 'slice' definition 'sliceParam'.
frobby_v0.9.0/src/MsmStrategy.cpp:259:53: style: Function 'independenceSplit' argument 1 names different: declaration 'slice' definition 'sliceParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/MsmStrategy.h:58:42: note: Function 'independenceSplit' argument 1 names different: declaration 'slice' definition 'sliceParam'.
frobby_v0.9.0/src/MsmStrategy.cpp:259:53: note: Function 'independenceSplit' argument 1 names different: declaration 'slice' definition 'sliceParam'.
frobby_v0.9.0/src/MsmStrategy.cpp:28:14: warning: Member variable 'MsmStrategy::_indep' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/MsmStrategy.cpp:36:14: warning: Member variable 'MsmStrategy::_indep' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/MsmStrategy.cpp:178:1: style: The class 'MsmIndependenceSplit' does not have a constructor although it has private member variables. [noConstructor]
frobby_v0.9.0/src/MsmStrategy.cpp:192:21: style: Technically the member function 'MsmIndependenceSplit::getLeftProjection' can be const. [functionConst]
frobby_v0.9.0/src/MsmStrategy.cpp:196:21: style: Technically the member function 'MsmIndependenceSplit::getRightProjection' can be const. [functionConst]
frobby_v0.9.0/src/MsmStrategy.cpp:213:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Task.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.cpp:213:16: note: Function in derived class
frobby_v0.9.0/src/MsmStrategy.cpp:217:16: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/Task.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.cpp:217:16: note: Function in derived class
frobby_v0.9.0/src/MsmStrategy.cpp:221:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.cpp:221:16: note: Function in derived class
frobby_v0.9.0/src/MsmStrategy.cpp:224:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:65:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.cpp:224:16: note: Function in derived class
frobby_v0.9.0/src/MsmStrategy.cpp:227:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:60:16: note: Virtual function in base class
frobby_v0.9.0/src/MsmStrategy.cpp:227:16: note: Function in derived class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:40:5: style: Class 'NewMonosIdealWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/NewMonosIOHandler.cpp:44:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:48:18: note: Virtual function in base class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:44:18: note: Function in derived class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:49:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:49:18: note: Virtual function in base class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:49:18: note: Function in derived class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:56:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:52:18: note: Virtual function in base class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:56:18: note: Function in derived class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:62:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:54:18: note: Virtual function in base class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:62:18: note: Function in derived class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:66:18: style: The function 'doWriteEmptyList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/NewMonosIOHandler.cpp:66:18: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategy.h:80:16: style: Technically the member function 'OptimizeStrategy::getMaximalSolutions' can be const. [functionConst]
frobby_v0.9.0/src/OptimizeStrategy.cpp:41:32: note: Technically the member function 'OptimizeStrategy::getMaximalSolutions' can be const.
frobby_v0.9.0/src/OptimizeStrategy.h:80:16: note: Technically the member function 'OptimizeStrategy::getMaximalSolutions' can be const.
frobby_v0.9.0/src/OptimizeStrategy.h:86:20: style: Technically the member function 'OptimizeStrategy::getMaximalValue' can be const. [functionConst]
frobby_v0.9.0/src/OptimizeStrategy.cpp:45:36: note: Technically the member function 'OptimizeStrategy::getMaximalValue' can be const.
frobby_v0.9.0/src/OptimizeStrategy.h:86:20: note: Technically the member function 'OptimizeStrategy::getMaximalValue' can be const.
frobby_v0.9.0/src/OptimizeStrategy.h:336:8: performance: Technically the member function 'OptimizeStrategy::getDominator' can be static. [functionStatic]
frobby_v0.9.0/src/OptimizeStrategy.cpp:329:24: note: Technically the member function 'OptimizeStrategy::getDominator' can be static.
frobby_v0.9.0/src/OptimizeStrategy.h:336:8: note: Technically the member function 'OptimizeStrategy::getDominator' can be static.
frobby_v0.9.0/src/OptimizeStrategy.h:91:16: style: The function 'setUseIndependence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategyCommon.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategy.h:91:16: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategy.h:93:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/MsmStrategy.h:48:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategy.h:93:16: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategy.h:104:16: style: The function 'simplify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategyCommon.h:46:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategy.h:104:16: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategy.h:106:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategy.h:106:16: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategy.h:107:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:60:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategy.h:107:16: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategy.h:108:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/TermConsumer.h:65:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategy.h:108:16: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:47:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:47:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:47:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:61:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:61:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:61:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:124:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:124:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:124:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:168:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:168:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:168:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:47:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:47:1: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:61:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:61:1: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:124:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:124:1: note: Function in derived class
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:168:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/OptimizeStrategyTest.cpp:168:1: note: Function in derived class
frobby_v0.9.0/src/Parameter.h:44:8: style: Technically the member function 'Parameter::checkCorrectParameterCount' can be const. [functionConst]
frobby_v0.9.0/src/Parameter.cpp:43:17: note: Technically the member function 'Parameter::checkCorrectParameterCount' can be const.
frobby_v0.9.0/src/Parameter.h:44:8: note: Technically the member function 'Parameter::checkCorrectParameterCount' can be const.
frobby_v0.9.0/src/Partition.cpp:20:12: warning: Member variable 'Partition::_setCount' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/PivotEulerAlg.h:62:8: style: Unused private function: 'PivotEulerAlg::getPivot' [unusedPrivateFunction]
frobby_v0.9.0/src/PivotEulerAlg.h:62:8: performance: Technically the member function 'PivotEulerAlg::getPivot' can be static. [functionStatic]
frobby_v0.9.0/src/PivotEulerAlg.cpp:239:21: note: Technically the member function 'PivotEulerAlg::getPivot' can be static.
frobby_v0.9.0/src/PivotEulerAlg.h:62:8: note: Technically the member function 'PivotEulerAlg::getPivot' can be static.
frobby_v0.9.0/src/LocalArray.h:38:0: style: Class 'LocalArray < unsigned long , Arena >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/PivotStrategy.cpp:267:2: style: Class 'StdWiden' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/ElementDeleter.h:55:0: style: Class 'ElementDeleter < vector < GenStrategy * > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < StdStrategy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < GenStrategy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/PivotStrategy.cpp:112:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PivotStrategy.cpp:97:16: note: Virtual function in base class
frobby_v0.9.0/src/PivotStrategy.cpp:112:16: note: Function in derived class
frobby_v0.9.0/src/PivotStrategy.cpp:136:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PivotStrategy.cpp:97:16: note: Virtual function in base class
frobby_v0.9.0/src/PivotStrategy.cpp:136:16: note: Function in derived class
frobby_v0.9.0/src/PivotStrategy.cpp:159:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PivotStrategy.cpp:97:16: note: Virtual function in base class
frobby_v0.9.0/src/PivotStrategy.cpp:159:16: note: Function in derived class
frobby_v0.9.0/src/PivotStrategy.cpp:204:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PivotStrategy.cpp:97:16: note: Virtual function in base class
frobby_v0.9.0/src/PivotStrategy.cpp:204:16: note: Function in derived class
frobby_v0.9.0/src/PivotStrategy.cpp:238:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PivotStrategy.cpp:97:16: note: Virtual function in base class
frobby_v0.9.0/src/PivotStrategy.cpp:238:16: note: Function in derived class
frobby_v0.9.0/src/PolynomialFacade.h:30:3: style: Class 'PolynomialFacade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/Polynomial.h:47:8: style: Technically the member function 'Polynomial::print' can be const. [functionConst]
frobby_v0.9.0/src/Polynomial.cpp:116:18: note: Technically the member function 'Polynomial::print' can be const.
frobby_v0.9.0/src/Polynomial.h:47:8: note: Technically the member function 'Polynomial::print' can be const.
frobby_v0.9.0/src/Projection.cpp:29:28: style: Function 'reset' argument 2 names different: declaration 'set' definition 'number'. [funcArgNamesDifferent]
frobby_v0.9.0/src/Projection.h:33:46: note: Function 'reset' argument 2 names different: declaration 'set' definition 'number'.
frobby_v0.9.0/src/Projection.cpp:29:28: note: Function 'reset' argument 2 names different: declaration 'set' definition 'number'.
frobby_v0.9.0/src/Projection.h:39:10: style: Technically the member function 'Projection::getDomainVar' can be const. [functionConst]
frobby_v0.9.0/src/Projection.cpp:67:20: note: Technically the member function 'Projection::getDomainVar' can be const.
frobby_v0.9.0/src/Projection.h:39:10: note: Technically the member function 'Projection::getDomainVar' can be const.
frobby_v0.9.0/src/RawSquareFreeIdeal.cpp:366:52: style: Function 'getVarDividesCounts' argument 1 names different: declaration 'counts' definition 'divCounts'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:157:44: note: Function 'getVarDividesCounts' argument 1 names different: declaration 'counts' definition 'divCounts'.
frobby_v0.9.0/src/RawSquareFreeIdeal.cpp:366:52: note: Function 'getVarDividesCounts' argument 1 names different: declaration 'counts' definition 'divCounts'.
frobby_v0.9.0/src/RawSquareFreeIdeal.cpp:480:39: style: Function 'removeGenerator' argument 1 names different: declaration 'index' definition 'gen'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:176:31: note: Function 'removeGenerator' argument 1 names different: declaration 'index' definition 'gen'.
frobby_v0.9.0/src/RawSquareFreeIdeal.cpp:480:39: note: Function 'removeGenerator' argument 1 names different: declaration 'index' definition 'gen'.
frobby_v0.9.0/src/RawSquareFreeIdeal.cpp:675:44: style: Function 'colonReminimize' argument 1 names different: declaration 'colon' definition 'by'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdeal.h:111:36: note: Function 'colonReminimize' argument 1 names different: declaration 'colon' definition 'by'.
frobby_v0.9.0/src/RawSquareFreeIdeal.cpp:675:44: note: Function 'colonReminimize' argument 1 names different: declaration 'colon' definition 'by'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:43:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:43:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:43:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:66:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:66:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:66:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:81:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:81:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:81:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:120:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:120:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:120:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:159:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:159:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:159:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:212:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:212:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:212:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:285:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:285:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:285:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:331:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:331:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:331:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:381:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:381:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:381:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:415:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:415:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:415:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:43:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:43:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:66:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:66:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:81:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:81:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:120:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:120:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:159:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:159:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:212:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:212:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:285:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:285:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:331:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:331:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:381:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:381:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:415:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeIdealTest.cpp:415:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTerm.cpp:165:36: style: Opposite expression on both sides of '&'. [oppositeExpression]
frobby_v0.9.0/src/RawSquareFreeTerm.cpp:165:36: note: Opposite expression on both sides of '&'.
frobby_v0.9.0/src/RawSquareFreeTerm.cpp:165:36: note: Opposite expression on both sides of '&'.
frobby_v0.9.0/src/RawSquareFreeTerm.cpp:25:34: style: Function 'newTermParse' argument 1 names different: declaration 'str' definition 'strParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTerm.h:64:34: note: Function 'newTermParse' argument 1 names different: declaration 'str' definition 'strParam'.
frobby_v0.9.0/src/RawSquareFreeTerm.cpp:25:34: note: Function 'newTermParse' argument 1 names different: declaration 'str' definition 'strParam'.
frobby_v0.9.0/src/RawSquareFreeTerm.cpp:229:66: style: Function 'encodeTerm' argument 2 names different: declaration 'it' definition 'term'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTerm.h:86:66: note: Function 'encodeTerm' argument 2 names different: declaration 'it' definition 'term'.
frobby_v0.9.0/src/RawSquareFreeTerm.cpp:229:66: note: Function 'encodeTerm' argument 2 names different: declaration 'it' definition 'term'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:27:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:40:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:40:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:40:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:57:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:57:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:57:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:82:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:82:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:82:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:106:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:106:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:106:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:125:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:125:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:125:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:146:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:146:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:146:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:167:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:167:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:167:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:185:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:185:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:185:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:210:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:210:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:210:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:249:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:249:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:249:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:286:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:286:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:286:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:323:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:323:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:323:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:345:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:345:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:345:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:379:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:379:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:379:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:406:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:406:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:406:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:469:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:469:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:469:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:493:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:493:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:493:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:518:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:518:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:518:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:556:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:556:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:556:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:27:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:27:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:40:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:40:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:57:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:57:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:82:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:82:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:106:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:106:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:125:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:125:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:146:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:146:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:167:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:167:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:185:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:185:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:210:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:210:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:249:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:249:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:286:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:286:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:323:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:323:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:345:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:345:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:379:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:379:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:406:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:406:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:469:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:469:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:493:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:493:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:518:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:518:1: note: Function in derived class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:556:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/RawSquareFreeTermTest.cpp:556:1: note: Function in derived class
frobby_v0.9.0/src/SatBinomIdeal.cpp:49:33: style: Function 'print' argument 1 names different: declaration 'file' definition 'out'. [funcArgNamesDifferent]
frobby_v0.9.0/src/SatBinomIdeal.h:37:20: note: Function 'print' argument 1 names different: declaration 'file' definition 'out'.
frobby_v0.9.0/src/SatBinomIdeal.cpp:49:33: note: Function 'print' argument 1 names different: declaration 'file' definition 'out'.
frobby_v0.9.0/src/SatBinomIdeal.h:28:1: warning: The class 'SatBinomIdeal' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
frobby_v0.9.0/src/SatBinomIdeal.cpp:299:27: performance: Use const reference for 'fromGen' to avoid unnecessary data copying. [redundantCopyLocalConst]
frobby_v0.9.0/src/SatBinomIdeal.cpp:300:27: performance: Use const reference for 'toGen' to avoid unnecessary data copying. [redundantCopyLocalConst]
frobby_v0.9.0/src/SatBinomRecorder.cpp:33:57: style: Function 'consume' argument 1 names different: declaration 'term' definition 'satBinom'. [funcArgNamesDifferent]
frobby_v0.9.0/src/SatBinomRecorder.h:33:49: note: Function 'consume' argument 1 names different: declaration 'term' definition 'satBinom'.
frobby_v0.9.0/src/SatBinomRecorder.cpp:33:57: note: Function 'consume' argument 1 names different: declaration 'term' definition 'satBinom'.
frobby_v0.9.0/src/Scanner.cpp:39:3: style: Class 'Scanner' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
frobby_v0.9.0/src/Scanner.cpp:39:3: style: Class 'Scanner' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
frobby_v0.9.0/src/ScarfFacade.cpp:33:3: performance: Variable '_enumerationOrder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frobby_v0.9.0/src/ScarfHilbertAlgorithm.cpp:49:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:30:16: note: Virtual function in base class
frobby_v0.9.0/src/ScarfHilbertAlgorithm.cpp:49:16: note: Function in derived class
frobby_v0.9.0/src/ScarfHilbertAlgorithm.cpp:53:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:32:16: note: Virtual function in base class
frobby_v0.9.0/src/ScarfHilbertAlgorithm.cpp:53:16: note: Function in derived class
frobby_v0.9.0/src/ScarfHilbertAlgorithm.cpp:56:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/ScarfHilbertAlgorithm.cpp:56:16: note: Function in derived class
frobby_v0.9.0/src/ScarfHilbertAlgorithm.cpp:73:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/ScarfHilbertAlgorithm.cpp:73:16: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.cpp:141:66: style: Function 'doReadTerm' argument 2 names different: declaration 'term' definition 'consumer'. [funcArgNamesDifferent]
frobby_v0.9.0/src/SingularIOHandler.h:45:57: note: Function 'doReadTerm' argument 2 names different: declaration 'term' definition 'consumer'.
frobby_v0.9.0/src/SingularIOHandler.cpp:141:66: note: Function 'doReadTerm' argument 2 names different: declaration 'term' definition 'consumer'.
frobby_v0.9.0/src/SingularIOHandler.cpp:41:5: style: Class 'SingularIdealWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/SingularIOHandler.cpp:76:5: style: Class 'SingularPolyWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/SingularIOHandler.cpp:45:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:48:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.cpp:45:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.cpp:50:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:49:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.cpp:50:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.cpp:57:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:52:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.cpp:57:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.cpp:63:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:54:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.cpp:63:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.cpp:69:18: style: The function 'doWriteEmptyList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/IdealWriter.h:55:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.cpp:69:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.cpp:79:18: style: The function 'doWriteHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:45:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.cpp:79:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.cpp:84:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:46:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.cpp:84:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.cpp:92:18: style: The function 'doWriteTerm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:50:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.cpp:92:18: note: Function in derived class
frobby_v0.9.0/src/SingularIOHandler.cpp:99:18: style: The function 'doWriteFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/PolyWriter.h:53:18: note: Virtual function in base class
frobby_v0.9.0/src/SingularIOHandler.cpp:99:18: note: Function in derived class
frobby_v0.9.0/src/SizeMaxIndepSetAlg.h:78:13: style: Technically the member function 'SizeMaxIndepSetAlg::getMaxIndepSetSize' can be const. [functionConst]
frobby_v0.9.0/src/SizeMaxIndepSetAlg.cpp:67:31: note: Technically the member function 'SizeMaxIndepSetAlg::getMaxIndepSetSize' can be const.
frobby_v0.9.0/src/SizeMaxIndepSetAlg.h:78:13: note: Technically the member function 'SizeMaxIndepSetAlg::getMaxIndepSetSize' can be const.
frobby_v0.9.0/src/SizeMaxIndepSetAlg.h:93:8: style: Technically the member function 'SizeMaxIndepSetAlg::isIndependentIncludingMaybe' can be const. [functionConst]
frobby_v0.9.0/src/SizeMaxIndepSetAlg.cpp:78:26: note: Technically the member function 'SizeMaxIndepSetAlg::isIndependentIncludingMaybe' can be const.
frobby_v0.9.0/src/SizeMaxIndepSetAlg.h:93:8: note: Technically the member function 'SizeMaxIndepSetAlg::isIndependentIncludingMaybe' can be const.
frobby_v0.9.0/src/SizeMaxIndepSetAlg.h:100:8: style: Technically the member function 'SizeMaxIndepSetAlg::couldBeDependence' can be const. [functionConst]
frobby_v0.9.0/src/SizeMaxIndepSetAlg.cpp:93:33: note: Technically the member function 'SizeMaxIndepSetAlg::couldBeDependence' can be const.
frobby_v0.9.0/src/SizeMaxIndepSetAlg.h:100:8: note: Technically the member function 'SizeMaxIndepSetAlg::couldBeDependence' can be const.
frobby_v0.9.0/src/Slice.h:77:1: warning: The class 'Slice' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
frobby_v0.9.0/src/SliceFacade.cpp:353:13: style: Function 'solveStandardProgram' argument 2 names different: declaration 'value' definition 'optimalValue'. [funcArgNamesDifferent]
frobby_v0.9.0/src/SliceFacade.h:188:17: note: Function 'solveStandardProgram' argument 2 names different: declaration 'value' definition 'optimalValue'.
frobby_v0.9.0/src/SliceFacade.cpp:353:13: note: Function 'solveStandardProgram' argument 2 names different: declaration 'value' definition 'optimalValue'.
frobby_v0.9.0/src/SliceFacade.cpp:455:52: style: Function 'getLcmOfIdeal' argument 1 names different: declaration 'lcm' definition 'bigLcm'. [funcArgNamesDifferent]
frobby_v0.9.0/src/SliceFacade.h:219:41: note: Function 'getLcmOfIdeal' argument 1 names different: declaration 'lcm' definition 'bigLcm'.
frobby_v0.9.0/src/SliceFacade.cpp:455:52: note: Function 'getLcmOfIdeal' argument 1 names different: declaration 'lcm' definition 'bigLcm'.
frobby_v0.9.0/src/SliceFacade.cpp:53:3: performance: Variable '_split' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frobby_v0.9.0/src/SliceFacade.cpp:62:3: performance: Variable '_split' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frobby_v0.9.0/src/SliceFacade.cpp:71:3: performance: Variable '_split' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frobby_v0.9.0/src/StatisticsStrategy.h:53:5: style: Struct 'StatTracker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/StatisticsStrategy.h:34:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:38:16: note: Virtual function in base class
frobby_v0.9.0/src/StatisticsStrategy.h:34:16: note: Function in derived class
frobby_v0.9.0/src/StatisticsStrategy.h:36:16: style: The function 'processSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/StatisticsStrategy.h:36:16: note: Function in derived class
frobby_v0.9.0/src/StatisticsStrategy.h:38:16: style: The function 'setUseIndependence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:45:16: note: Virtual function in base class
frobby_v0.9.0/src/StatisticsStrategy.h:38:16: note: Function in derived class
frobby_v0.9.0/src/StatisticsStrategy.h:39:16: style: The function 'setUseSimplification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:48:16: note: Virtual function in base class
frobby_v0.9.0/src/StatisticsStrategy.h:39:16: note: Function in derived class
frobby_v0.9.0/src/StatisticsStrategy.h:40:16: style: The function 'getUseSimplification' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:50:16: note: Virtual function in base class
frobby_v0.9.0/src/StatisticsStrategy.h:40:16: note: Function in derived class
frobby_v0.9.0/src/StatisticsStrategy.h:42:16: style: The function 'freeSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SliceStrategy.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/StatisticsStrategy.h:42:16: note: Function in derived class
frobby_v0.9.0/src/SliceParameters.cpp:25:39: style: Function 'SliceParameters' argument 1 names different: declaration 'exposeBoundParams' definition 'exposeBoundParam'. [funcArgNamesDifferent]
frobby_v0.9.0/src/SliceParameters.h:44:24: note: Function 'SliceParameters' argument 1 names different: declaration 'exposeBoundParams' definition 'exposeBoundParam'.
frobby_v0.9.0/src/SliceParameters.cpp:25:39: note: Function 'SliceParameters' argument 1 names different: declaration 'exposeBoundParams' definition 'exposeBoundParam'.
frobby_v0.9.0/src/SliceParams.cpp:32:43: style: Function 'SliceParams' argument 1 names different: declaration 'params' definition 'cli'. [funcArgNamesDifferent]
frobby_v0.9.0/src/SliceParams.h:28:32: note: Function 'SliceParams' argument 1 names different: declaration 'params' definition 'cli'.
frobby_v0.9.0/src/SliceParams.cpp:32:43: note: Function 'SliceParams' argument 1 names different: declaration 'params' definition 'cli'.
frobby_v0.9.0/src/SliceStrategyCommon.cpp:104:27: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/SliceStrategyCommon.cpp:105:14: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/SliceStrategyCommon.cpp:106:13: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/SplitStrategy.cpp:63:12: performance: Technically the member function 'SplitStrategyCommon::getMedianPositiveExponentOf' can be static. [functionStatic]
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < SplitStrategy >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/SplitStrategy.cpp:39:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:40:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:39:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:44:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:48:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:44:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:48:18: style: The function 'getLabelSplitVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:54:18: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:48:18: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:54:16: style: The function 'isPivotSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:57:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:54:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:58:16: style: The function 'isLabelSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:60:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:58:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:129:16: style: The function 'isLabelSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:58:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:129:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:137:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:63:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:137:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:145:18: style: The function 'getLabelSplitVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:48:18: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:145:18: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:154:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:63:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:154:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:162:18: style: The function 'getLabelSplitVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:48:18: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:162:18: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:176:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:63:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:176:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:184:18: style: The function 'getLabelSplitVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:48:18: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:184:18: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:205:16: style: The function 'isPivotSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:54:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:205:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:212:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:63:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:212:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:220:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:39:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:220:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:229:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:63:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:229:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:237:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:39:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:237:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:249:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:63:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:249:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:257:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:39:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:257:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:266:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:229:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:266:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:274:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:237:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:274:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:315:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:63:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:315:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:323:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:39:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:323:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:357:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:63:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:357:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:365:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:39:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:365:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:392:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.h:63:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:392:23: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:400:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:39:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:400:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:404:16: style: The function 'getPivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:44:16: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:404:16: note: Function in derived class
frobby_v0.9.0/src/SplitStrategy.cpp:466:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/SplitStrategy.cpp:392:23: note: Virtual function in base class
frobby_v0.9.0/src/SplitStrategy.cpp:466:23: note: Function in derived class
frobby_v0.9.0/src/StatisticsStrategy.cpp:74:34: warning: Member variable 'StatTracker::_prelimIdealGenCount' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/StatisticsStrategy.cpp:74:34: warning: Member variable 'StatTracker::_prelimSubGenCount' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/StatisticsStrategy.cpp:74:34: warning: Member variable 'StatTracker::_prelimVarCount' is not initialized in the constructor. [uninitMemberVar]
frobby_v0.9.0/src/TaskEngine.h:71:10: style: Technically the member function 'TaskEngine::getTotalTasksEver' can be const. [functionConst]
frobby_v0.9.0/src/TaskEngine.cpp:66:20: note: Technically the member function 'TaskEngine::getTotalTasksEver' can be const.
frobby_v0.9.0/src/TaskEngine.h:71:10: note: Technically the member function 'TaskEngine::getTotalTasksEver' can be const.
frobby_v0.9.0/src/TaskEngine.h:74:8: performance: Technically the member function 'TaskEngine::dispose' can be static. [functionStatic]
frobby_v0.9.0/src/TaskEngine.cpp:70:18: note: Technically the member function 'TaskEngine::dispose' can be static.
frobby_v0.9.0/src/TaskEngine.h:74:8: note: Technically the member function 'TaskEngine::dispose' can be static.
frobby_v0.9.0/src/TermGraderTest.cpp:26:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermGraderTest.cpp:26:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:26:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:61:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermGraderTest.cpp:61:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:61:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:95:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermGraderTest.cpp:95:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:95:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:121:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermGraderTest.cpp:121:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:121:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:158:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermGraderTest.cpp:158:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:158:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:176:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermGraderTest.cpp:176:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:176:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:210:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermGraderTest.cpp:210:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:210:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermGraderTest.cpp:26:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermGraderTest.cpp:26:1: note: Function in derived class
frobby_v0.9.0/src/TermGraderTest.cpp:61:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermGraderTest.cpp:61:1: note: Function in derived class
frobby_v0.9.0/src/TermGraderTest.cpp:95:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermGraderTest.cpp:95:1: note: Function in derived class
frobby_v0.9.0/src/TermGraderTest.cpp:121:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermGraderTest.cpp:121:1: note: Function in derived class
frobby_v0.9.0/src/TermGraderTest.cpp:158:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermGraderTest.cpp:158:1: note: Function in derived class
frobby_v0.9.0/src/TermGraderTest.cpp:176:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermGraderTest.cpp:176:1: note: Function in derived class
frobby_v0.9.0/src/TermGraderTest.cpp:210:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermGraderTest.cpp:210:1: note: Function in derived class
frobby_v0.9.0/src/NameFactory.h:37:0: style: Class 'NameFactory < TermPredicate >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/TermTest.cpp:23:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermTest.cpp:23:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermTest.cpp:23:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermTest.cpp:27:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermTest.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermTest.cpp:36:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermTest.cpp:36:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermTest.cpp:36:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermTest.cpp:23:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermTest.cpp:23:1: note: Function in derived class
frobby_v0.9.0/src/TermTest.cpp:27:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermTest.cpp:27:1: note: Function in derived class
frobby_v0.9.0/src/TermTest.cpp:36:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermTest.cpp:36:1: note: Function in derived class
frobby_v0.9.0/src/TermTranslator.cpp:278:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
frobby_v0.9.0/src/TermTranslatorTest.cpp:23:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/TermTranslatorTest.cpp:23:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermTranslatorTest.cpp:23:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/TermTranslatorTest.cpp:23:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/TermTranslatorTest.cpp:23:1: note: Function in derived class
frobby_v0.9.0/src/test/TestSorter.h:29:16: style: The function 'visitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestVisitor.h:36:16: note: Virtual function in base class
frobby_v0.9.0/src/test/TestSorter.h:29:16: note: Function in derived class
frobby_v0.9.0/src/test/TestQualifier.h:30:16: style: The function 'visitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestVisitor.h:36:16: note: Virtual function in base class
frobby_v0.9.0/src/test/TestQualifier.h:30:16: note: Function in derived class
frobby_v0.9.0/src/test/TestQualifier.h:31:16: style: The function 'visitLeave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestVisitor.h:66:16: note: Virtual function in base class
frobby_v0.9.0/src/test/TestQualifier.h:31:16: note: Function in derived class
frobby_v0.9.0/src/test/TestRunner.h:26:16: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestVisitor.h:44:16: note: Virtual function in base class
frobby_v0.9.0/src/test/TestRunner.h:26:16: note: Function in derived class
frobby_v0.9.0/src/TranslatingTermConsumer.cpp:35:3: performance: Variable '_consumerOwner' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
frobby_v0.9.0/src/TranslatingTermConsumer.cpp:35:20: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
frobby_v0.9.0/src/UniHashPolynomial.cpp:58:10: style: Technically the member function '::RefCompare::operator()' can be const. [functionConst]
frobby_v0.9.0/src/VarSorter.h:35:8: style: Technically the member function 'VarSorter::permute' can be const. [functionConst]
frobby_v0.9.0/src/VarSorter.cpp:69:17: note: Technically the member function 'VarSorter::permute' can be const.
frobby_v0.9.0/src/VarSorter.h:35:8: note: Technically the member function 'VarSorter::permute' can be const.
frobby_v0.9.0/src/VarSorter.cpp:26:3: style: Class 'VarSorterCompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/display.cpp:143:41: style: Function 'displayInternalError' argument 1 names different: declaration 'errorMsg' definition 'msg'. [funcArgNamesDifferent]
frobby_v0.9.0/src/display.h:48:41: note: Function 'displayInternalError' argument 1 names different: declaration 'errorMsg' definition 'msg'.
frobby_v0.9.0/src/display.cpp:143:41: note: Function 'displayInternalError' argument 1 names different: declaration 'errorMsg' definition 'msg'.
frobby_v0.9.0/src/dynamicFrobeniusAlgorithm.cpp:23:62: style: Function 'dynamicFrobeniusAlgorithm' argument 1 names different: declaration 'degrees' definition 'numbers'. [funcArgNamesDifferent]
frobby_v0.9.0/src/dynamicFrobeniusAlgorithm.h:22:62: note: Function 'dynamicFrobeniusAlgorithm' argument 1 names different: declaration 'degrees' definition 'numbers'.
frobby_v0.9.0/src/dynamicFrobeniusAlgorithm.cpp:23:62: note: Function 'dynamicFrobeniusAlgorithm' argument 1 names different: declaration 'degrees' definition 'numbers'.
frobby_v0.9.0/src/frobby.cpp:263:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
frobby_v0.9.0/src/frobby.cpp:347:10: style: The scope of the variable 'isIdentity' can be reduced. [variableScope]
frobby_v0.9.0/src/frobby.cpp:350:22: style: Variable 'isIdentity' is assigned a value that is never used. [unreadVariable]
frobby_v0.9.0/src/frobby.cpp:205:31: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
frobby_v0.9.0/src/frobby.cpp:34:5: style: Class 'ConsumerWrapper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
frobby_v0.9.0/src/frobby.cpp:34:5: style: Class 'ConsumerWrapper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
frobby_v0.9.0/src/frobby.cpp:150:10: warning: The class 'ExternalPolynomialConsumerWrapper' defines member variable with name '_varCount' also defined in its parent class 'ConsumerWrapper'. [duplInheritedMember]
frobby_v0.9.0/src/frobby.cpp:57:10: note: Parent variable 'ConsumerWrapper::_varCount'
frobby_v0.9.0/src/frobby.cpp:150:10: note: Derived variable 'ExternalPolynomialConsumerWrapper::_varCount'
frobby_v0.9.0/src/frobby.cpp:32:3: style: Class 'ConsumerWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/frobby.cpp:176:5: style: Class 'FrobbyIdealHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/frobby.cpp:323:3: style: Class 'IrreducibleIdealDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/frobby.cpp:71:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:71:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:75:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:34:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:75:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:79:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:79:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:87:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:87:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:94:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/BigTermConsumer.h:36:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:94:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:113:16: style: The function 'consumeRing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:31:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:113:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:117:16: style: The function 'beginConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:33:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:117:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:121:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:35:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:121:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:131:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:39:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:131:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:144:16: style: The function 'doneConsuming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/CoefBigTermConsumer.h:41:16: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:144:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:333:16: style: The function 'idealBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/frobby.h:82:18: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:333:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:340:16: style: The function 'idealEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/frobby.h:97:18: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:340:16: note: Function in derived class
frobby_v0.9.0/src/frobby.cpp:344:16: style: The function 'consume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/frobby.h:92:18: note: Virtual function in base class
frobby_v0.9.0/src/frobby.cpp:344:16: note: Function in derived class
frobby_v0.9.0/src/randomDataGenerators.cpp:225:16: style: Same expression on both sides of '||'. [duplicateExpression]
frobby_v0.9.0/src/randomDataGenerators.cpp:29:54: style: Function 'generateLinkedListIdeal' argument 2 names different: declaration 'varCount' definition 'variableCount'. [funcArgNamesDifferent]
frobby_v0.9.0/src/randomDataGenerators.h:42:54: note: Function 'generateLinkedListIdeal' argument 2 names different: declaration 'varCount' definition 'variableCount'.
frobby_v0.9.0/src/randomDataGenerators.cpp:29:54: note: Function 'generateLinkedListIdeal' argument 2 names different: declaration 'varCount' definition 'variableCount'.
frobby_v0.9.0/src/randomDataGenerators.cpp:391:12: style: Function 'generateRandomEdgeIdeal' argument 1 names different: declaration 'ideal' definition 'bigIdeal'. [funcArgNamesDifferent]
frobby_v0.9.0/src/randomDataGenerators.h:91:12: note: Function 'generateRandomEdgeIdeal' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/randomDataGenerators.cpp:391:12: note: Function 'generateRandomEdgeIdeal' argument 1 names different: declaration 'ideal' definition 'bigIdeal'.
frobby_v0.9.0/src/randomDataGenerators.cpp:391:29: style: Function 'generateRandomEdgeIdeal' argument 2 names different: declaration 'varCount' definition 'variableCount'. [funcArgNamesDifferent]
frobby_v0.9.0/src/randomDataGenerators.h:91:26: note: Function 'generateRandomEdgeIdeal' argument 2 names different: declaration 'varCount' definition 'variableCount'.
frobby_v0.9.0/src/randomDataGenerators.cpp:391:29: note: Function 'generateRandomEdgeIdeal' argument 2 names different: declaration 'varCount' definition 'variableCount'.
frobby_v0.9.0/src/randomDataGenerators.cpp:429:33: style: Function 'generateRandomIdeal' argument 3 names different: declaration 'varCount' definition 'variableCount'. [funcArgNamesDifferent]
frobby_v0.9.0/src/randomDataGenerators.h:99:33: note: Function 'generateRandomIdeal' argument 3 names different: declaration 'varCount' definition 'variableCount'.
frobby_v0.9.0/src/randomDataGenerators.cpp:429:33: note: Function 'generateRandomIdeal' argument 3 names different: declaration 'varCount' definition 'variableCount'.
frobby_v0.9.0/src/randomDataGenerators.cpp:458:57: style: Function 'generateRandomFrobeniusInstance' argument 1 names different: declaration 'degrees' definition 'instance'. [funcArgNamesDifferent]
frobby_v0.9.0/src/randomDataGenerators.h:105:57: note: Function 'generateRandomFrobeniusInstance' argument 1 names different: declaration 'degrees' definition 'instance'.
frobby_v0.9.0/src/randomDataGenerators.cpp:458:57: note: Function 'generateRandomFrobeniusInstance' argument 1 names different: declaration 'degrees' definition 'instance'.
frobby_v0.9.0/src/randomDataGenerators.cpp:319:9: performance: Technically the member function 'generateMatchingIdeal::State::edgeToVar' can be static. [functionStatic]
frobby_v0.9.0/src/randomDataGenerators.cpp:230:2: style: Class 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
frobby_v0.9.0/src/test/TestSorter.cpp:22:40: style: Function 'visitEnter' argument 1 names different: declaration 'testSuite' definition 'suite'. [funcArgNamesDifferent]
frobby_v0.9.0/src/test/TestSorter.h:29:38: note: Function 'visitEnter' argument 1 names different: declaration 'testSuite' definition 'suite'.
frobby_v0.9.0/src/test/TestSorter.cpp:22:40: note: Function 'visitEnter' argument 1 names different: declaration 'testSuite' definition 'suite'.
frobby_v0.9.0/src/test/asserts.cpp:154:43: style: Function 'assertTrue' argument 2 names different: declaration 'condition' definition 'valueString'. [funcArgNamesDifferent]
frobby_v0.9.0/src/test/asserts.h:62:43: note: Function 'assertTrue' argument 2 names different: declaration 'condition' definition 'valueString'.
frobby_v0.9.0/src/test/asserts.cpp:154:43: note: Function 'assertTrue' argument 2 names different: declaration 'condition' definition 'valueString'.
frobby_v0.9.0/src/test/asserts.cpp:178:44: style: Function 'assertFalse' argument 2 names different: declaration 'condition' definition 'valueString'. [funcArgNamesDifferent]
frobby_v0.9.0/src/test/asserts.h:116:44: note: Function 'assertFalse' argument 2 names different: declaration 'condition' definition 'valueString'.
frobby_v0.9.0/src/test/asserts.cpp:178:44: note: Function 'assertFalse' argument 2 names different: declaration 'condition' definition 'valueString'.
frobby_v0.9.0/src/test/asserts.cpp:60:33: performance: Function parameter 'exp1Value' should be passed by const reference. [passedByValue]
frobby_v0.9.0/src/test/asserts.cpp:84:33: performance: Function parameter 'exp1Value' should be passed by const reference. [passedByValue]
frobby_v0.9.0/src/test/asserts.cpp:85:33: performance: Function parameter 'exp2Value' should be passed by const reference. [passedByValue]
frobby_v0.9.0/src/test/testmain.cpp:23:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/test/testmain.cpp:23:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:23:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:27:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/test/testmain.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:27:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:30:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/test/testmain.cpp:30:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:30:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:33:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/test/testmain.cpp:33:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:33:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:38:1: style: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'. [funcArgNamesDifferent]
frobby_v0.9.0/src/test/testmain.cpp:38:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:38:1: note: Function 'run' argument 2 names different: declaration '_printDots' definition '__printDots'.
frobby_v0.9.0/src/test/testmain.cpp:23:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/test/testmain.cpp:23:1: note: Function in derived class
frobby_v0.9.0/src/test/testmain.cpp:27:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/test/testmain.cpp:27:1: note: Function in derived class
frobby_v0.9.0/src/test/testmain.cpp:30:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/test/testmain.cpp:30:1: note: Function in derived class
frobby_v0.9.0/src/test/testmain.cpp:33:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/test/testmain.cpp:33:1: note: Function in derived class
frobby_v0.9.0/src/test/testmain.cpp:38:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
frobby_v0.9.0/src/test/TestCase.h:42:16: note: Virtual function in base class
frobby_v0.9.0/src/test/testmain.cpp:38:1: note: Function in derived class
[22:58]

ftp://ftp.se.debian.org/debian/pool/main/f/frog/frog_0.13.7.orig.tar.gz
frog-0.13.7/src/FrogAPI.cxx:907:22: style: The scope of the variable 'postag' can be reduced. [variableScope]
frog-0.13.7/src/FrogAPI.cxx:1135:9: style: Unused variable: cls [unusedVariable]
frog-0.13.7/src/FrogAPI.cxx:1143:9: style: Unused variable: cls [unusedVariable]
frog-0.13.7/src/FrogAPI.cxx:1151:9: style: Unused variable: cls [unusedVariable]
frog-0.13.7/src/Parser.cxx:518:14: style: Unused variable: word_0 [unusedVariable]
frog-0.13.7/src/Parser.cxx:519:14: style: Unused variable: tag_0 [unusedVariable]
frog-0.13.7/src/Parser.cxx:520:14: style: Unused variable: mod_0 [unusedVariable]
frog-0.13.7/src/Parser.cxx:540:10: style: Variable 'mod_2' is assigned a value that is never used. [unreadVariable]
frog-0.13.7/src/Parser.cxx:573:2: style: Variable 'mod2' is assigned a value that is never used. [unreadVariable]
frog-0.13.7/src/Parser.cxx:718:14: style: Unused variable: word_0 [unusedVariable]
frog-0.13.7/src/Parser.cxx:719:14: style: Unused variable: tag_0 [unusedVariable]
frog-0.13.7/src/Parser.cxx:720:14: style: Unused variable: mod_0 [unusedVariable]
frog-0.13.7/src/Parser.cxx:743:10: style: Variable 'mod_1' is assigned a value that is never used. [unreadVariable]
frog-0.13.7/src/Parser.cxx:740:10: style: Variable 'mod_2' is assigned a value that is never used. [unreadVariable]
frog-0.13.7/src/Parser.cxx:770:2: style: Variable 'mod1' is assigned a value that is never used. [unreadVariable]
frog-0.13.7/src/Parser.cxx:773:2: style: Variable 'mod2' is assigned a value that is never used. [unreadVariable]
frog-0.13.7/src/csidp.cxx:66:9: style: The scope of the variable 'headId' can be reduced. [variableScope]
frog-0.13.7/src/mbma_brackets.cxx:889:10: style: Unused variable: mor [unusedVariable]
frog-0.13.7/src/mbma_brackets.cxx:445:52: performance: Function parameter 'tags' should be passed by const reference. [passedByValue]
[22:58]

ftp://ftp.se.debian.org/debian/pool/main/f/frogdata/frogdata_0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/frogr/frogr_1.4.orig.tar.xz
frogr-1.4/src/flicksoup/fsp-data.c:41:3: style: Variable 'new_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-data.c:37:0: note: Variable 'new_data' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-data.c:41:3: note: Variable 'new_data' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-data.c:127:3: style: Variable 'new_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-data.c:123:0: note: Variable 'new_data' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-data.c:127:3: note: Variable 'new_data' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:703:14: warning: Either the condition 'xpathObj!=NULL' is redundant or there is possible null pointer dereference: xpathObj. [nullPointerRedundantCheck]
frogr-1.4/src/flicksoup/fsp-parser.c:705:17: note: Assuming that condition 'xpathObj!=NULL' is not redundant
frogr-1.4/src/flicksoup/fsp-parser.c:703:14: note: Null pointer dereference
frogr-1.4/src/flicksoup/fsp-parser.c:799:14: warning: Either the condition 'xpathObj!=NULL' is redundant or there is possible null pointer dereference: xpathObj. [nullPointerRedundantCheck]
frogr-1.4/src/flicksoup/fsp-parser.c:801:17: note: Assuming that condition 'xpathObj!=NULL' is not redundant
frogr-1.4/src/flicksoup/fsp-parser.c:799:14: note: Null pointer dereference
frogr-1.4/src/flicksoup/fsp-parser.c:856:14: warning: Either the condition 'xpathObj!=NULL' is redundant or there is possible null pointer dereference: xpathObj. [nullPointerRedundantCheck]
frogr-1.4/src/flicksoup/fsp-parser.c:858:17: note: Assuming that condition 'xpathObj!=NULL' is not redundant
frogr-1.4/src/flicksoup/fsp-parser.c:856:14: note: Null pointer dereference
frogr-1.4/src/flicksoup/fsp-parser.c:172:3: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:167:0: note: Variable 'root' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:172:3: note: Variable 'root' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:173:3: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:168:0: note: Variable 'name' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:173:3: note: Variable 'name' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:196:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:193:0: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:196:3: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:198:3: style: Variable 'rsp_type' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:192:0: note: Variable 'rsp_type' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:198:3: note: Variable 'rsp_type' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:204:7: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:201:0: note: Variable 'root' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:204:7: note: Variable 'root' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:244:3: style: Variable 'code_str' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:235:0: note: Variable 'code_str' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:244:3: note: Variable 'code_str' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:245:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:236:0: note: Variable 'msg' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:245:3: note: Variable 'msg' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:249:3: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:234:0: note: Variable 'error' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:249:3: note: Variable 'error' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:324:3: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:316:0: note: Variable 'doc' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:324:3: note: Variable 'doc' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:336:11: style: Variable 'error_method' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:334:0: note: Variable 'error_method' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:336:11: note: Variable 'error_method' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:365:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:358:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:365:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:366:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:359:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:366:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:377:7: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:371:0: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:377:7: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:404:15: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:402:0: note: Variable 'value' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:404:15: note: Variable 'value' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:453:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:446:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:453:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:454:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:447:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:454:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:462:7: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:459:0: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:462:7: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:467:11: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:465:0: note: Variable 'value' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:467:11: note: Variable 'value' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:501:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:494:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:501:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:502:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:495:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:502:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:514:7: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:507:0: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:514:7: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:516:7: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:509:0: note: Variable 'value' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:516:7: note: Variable 'value' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:618:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:611:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:618:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:619:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:612:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:619:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:628:7: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:624:0: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:628:7: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:629:7: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:625:0: note: Variable 'content' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:629:7: note: Variable 'content' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:661:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:654:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:661:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:662:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:655:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:662:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:670:7: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:667:0: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:670:7: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:701:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:692:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:701:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:702:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:693:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:702:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:755:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:748:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:755:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:756:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:749:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:756:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:765:7: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:761:0: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:765:7: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:766:7: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:762:0: note: Variable 'id' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:766:7: note: Variable 'id' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:797:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:788:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:797:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:798:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:789:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:798:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:854:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:844:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:854:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:855:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:845:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:855:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:922:3: style: Variable 'xpathCtx' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:915:0: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:922:3: note: Variable 'xpathCtx' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:923:3: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:916:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:923:3: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:931:7: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:928:0: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:931:7: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:936:11: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:934:0: note: Variable 'value' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:936:11: note: Variable 'value' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:991:3: style: Variable 'pinfo' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:984:0: note: Variable 'pinfo' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:991:3: note: Variable 'pinfo' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1256:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1247:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1256:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1273:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1272:0: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1273:7: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1299:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1290:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1299:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1325:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1324:0: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1325:7: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1349:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1343:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1349:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1369:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1363:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1369:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1390:3: style: Variable 'upload_status' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1384:0: note: Variable 'upload_status' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1390:3: note: Variable 'upload_status' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1411:3: style: Variable 'photo_id' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1405:0: note: Variable 'photo_id' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1411:3: note: Variable 'photo_id' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1430:3: style: Variable 'photo_info' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1424:0: note: Variable 'photo_info' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1430:3: note: Variable 'photo_info' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1451:3: style: Variable 'photoSets_list' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1445:0: note: Variable 'photoSets_list' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1451:3: note: Variable 'photoSets_list' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1487:3: style: Variable 'photoset_id' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1481:0: note: Variable 'photoset_id' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1487:3: note: Variable 'photoset_id' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1506:3: style: Variable 'groups_list' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1500:0: note: Variable 'groups_list' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1506:3: note: Variable 'groups_list' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1542:3: style: Variable 'tags_list' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1536:0: note: Variable 'tags_list' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1542:3: note: Variable 'tags_list' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1595:3: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-parser.c:1589:0: note: Variable 'location' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-parser.c:1595:3: note: Variable 'location' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:460:3: style: Variable 'pspec' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:451:0: note: Variable 'pspec' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:460:3: note: Variable 'pspec' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:679:3: style: Variable 'current' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:676:0: note: Variable 'current' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:679:3: note: Variable 'current' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:694:3: style: Variable 'current' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:691:0: note: Variable 'current' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:694:3: note: Variable 'current' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:729:3: style: Variable 'mpart' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:710:0: note: Variable 'mpart' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:729:3: note: Variable 'mpart' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:792:3: style: Variable 'up_clos' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:779:0: note: Variable 'up_clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:792:3: note: Variable 'up_clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:793:3: style: Variable 'ard_clos' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:780:0: note: Variable 'ard_clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:793:3: note: Variable 'ard_clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:794:3: style: Variable 'extra_params' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:781:0: note: Variable 'extra_params' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:794:3: note: Variable 'extra_params' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:804:7: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:800:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:804:7: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:805:7: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:802:0: note: Variable 'msg' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:805:7: note: Variable 'msg' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:808:7: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:801:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:808:7: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:904:3: style: Variable 'encoded_signature' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:886:0: note: Variable 'encoded_signature' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:904:3: note: Variable 'encoded_signature' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:919:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:913:0: note: Variable 'table' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:919:3: note: Variable 'table' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:954:3: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:944:0: note: Variable 'keys' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:954:3: note: Variable 'keys' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:971:11: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:968:0: note: Variable 'key' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:971:11: note: Variable 'key' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:999:3: style: Variable 'cancellable' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:995:0: note: Variable 'cancellable' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:999:3: note: Variable 'cancellable' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1181:3: style: Variable 'timestamp' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1177:0: note: Variable 'timestamp' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1181:3: note: Variable 'timestamp' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1183:3: style: Variable 'nonce' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1178:0: note: Variable 'nonce' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1183:3: note: Variable 'nonce' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1299:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1291:0: note: Variable 'msg' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1299:3: note: Variable 'msg' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1302:3: style: Variable 'clos' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1290:0: note: Variable 'clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1302:3: note: Variable 'clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1341:3: style: Variable 'clos' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1337:0: note: Variable 'clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1341:3: note: Variable 'clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1344:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1338:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1344:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1345:3: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1339:0: note: Variable 'message' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1345:3: note: Variable 'message' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1368:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1357:0: note: Variable 'parser' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1368:3: note: Variable 'parser' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1369:3: style: Variable 'clos' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1358:0: note: Variable 'clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1369:3: note: Variable 'clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1404:3: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1393:0: note: Variable 'object' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1404:3: note: Variable 'object' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1405:3: style: Variable 'cancellable' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1395:0: note: Variable 'cancellable' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1405:3: note: Variable 'cancellable' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1407:3: style: Variable 'callback' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1397:0: note: Variable 'callback' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1407:3: note: Variable 'callback' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1414:3: style: Variable 'cancellable_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1394:0: note: Variable 'cancellable_data' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1414:3: note: Variable 'cancellable_data' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1458:3: style: Variable 'ard_clos' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1453:0: note: Variable 'ard_clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1458:3: note: Variable 'ard_clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1819:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1813:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1819:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1875:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1872:0: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1875:7: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1890:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1885:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1890:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1939:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1936:0: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1939:7: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1954:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1949:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1954:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1997:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:1994:0: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1997:7: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2012:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2007:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2012:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2050:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2047:0: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2050:7: note: Variable 'err' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2065:3: style: Variable 'upload_status' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2060:0: note: Variable 'upload_status' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2065:3: note: Variable 'upload_status' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2100:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2088:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2100:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2103:3: style: Variable 'extra_params' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2089:0: note: Variable 'extra_params' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2103:3: note: Variable 'extra_params' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2118:3: style: Variable 'api_sig' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2094:0: note: Variable 'api_sig' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2118:3: note: Variable 'api_sig' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2129:3: style: Variable 'ard_clos' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2090:0: note: Variable 'ard_clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2129:3: note: Variable 'ard_clos' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2184:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2168:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2184:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2200:3: style: Variable 'photo_info' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2195:0: note: Variable 'photo_info' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2200:3: note: Variable 'photo_info' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2227:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2213:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2227:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2272:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2254:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2272:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2288:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2283:0: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2288:3: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2338:3: style: Variable 'photoset_id' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2333:0: note: Variable 'photoset_id' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2338:3: note: Variable 'photoset_id' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2365:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2351:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2365:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2410:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2392:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2410:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2426:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2421:0: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2426:3: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2452:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2438:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2452:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2497:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2478:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2497:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2513:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2508:0: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2513:3: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2576:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2571:0: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2576:3: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2604:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2589:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2604:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2620:3: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2615:0: note: Variable 'location' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2620:3: note: Variable 'location' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2657:3: style: Variable 'soup_session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2635:0: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2657:3: note: Variable 'soup_session' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2673:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/flicksoup/fsp-session.c:2668:0: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:2673:3: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/flicksoup/fsp-session.c:1799:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:1862:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:1926:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:1984:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2037:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2180:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2223:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2268:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2318:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2361:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2406:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2448:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2493:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2556:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2600:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/flicksoup/fsp-session.c:2653:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
frogr-1.4/src/frogr-add-tags-dialog.c:75:7: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-tags-dialog.c:72:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:75:7: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:194:3: style: Variable 'content_area' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-tags-dialog.c:181:0: note: Variable 'content_area' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:194:3: note: Variable 'content_area' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:195:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-tags-dialog.c:182:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:195:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:198:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-tags-dialog.c:183:0: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:198:3: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:223:3: style: Variable 'new' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-tags-dialog.c:221:0: note: Variable 'new' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:223:3: note: Variable 'new' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:235:3: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-tags-dialog.c:220:0: note: Variable 'config' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-tags-dialog.c:235:3: note: Variable 'config' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:125:3: style: Variable 'treeview' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:121:0: note: Variable 'treeview' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:125:3: note: Variable 'treeview' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:128:3: style: Variable 'rend' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:123:0: note: Variable 'rend' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:128:3: note: Variable 'rend' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:129:3: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:122:0: note: Variable 'col' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:129:3: note: Variable 'col' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:184:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:181:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:184:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:186:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:182:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:186:3: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:300:11: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:298:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:300:11: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:326:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:319:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:326:3: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:378:3: style: Variable 'selected_groups' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:375:0: note: Variable 'selected_groups' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:378:3: note: Variable 'selected_groups' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:405:7: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:403:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:405:7: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:529:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:514:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:529:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:531:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:515:0: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:531:3: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:574:3: style: Variable 'new' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:572:0: note: Variable 'new' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:574:3: note: Variable 'new' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:586:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-group-dialog.c:571:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-group-dialog.c:586:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:126:3: style: Variable 'treeview' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:122:0: note: Variable 'treeview' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:126:3: note: Variable 'treeview' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:129:3: style: Variable 'rend' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:124:0: note: Variable 'rend' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:129:3: note: Variable 'rend' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:130:3: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:123:0: note: Variable 'col' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:130:3: note: Variable 'col' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:185:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:182:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:185:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:187:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:183:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:187:3: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:301:11: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:299:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:301:11: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:327:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:320:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:327:3: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:379:3: style: Variable 'selected_sets' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:376:0: note: Variable 'selected_sets' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:379:3: note: Variable 'selected_sets' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:406:7: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:404:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:406:7: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:530:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:515:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:530:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:532:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:516:0: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:532:3: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:575:3: style: Variable 'new' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:573:0: note: Variable 'new' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:575:3: note: Variable 'new' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:587:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-add-to-set-dialog.c:572:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-add-to-set-dialog.c:587:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:55:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:52:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:55:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:111:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:105:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:111:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:149:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:141:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:149:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:160:3: style: Variable 'content_area' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:142:0: note: Variable 'content_area' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:160:3: note: Variable 'content_area' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:161:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:143:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:161:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:165:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:145:0: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:165:3: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:170:3: style: Variable 'ver_code_entry' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:144:0: note: Variable 'ver_code_entry' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:170:3: note: Variable 'ver_code_entry' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:206:7: style: Variable 'vercode_part1' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:201:0: note: Variable 'vercode_part1' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:206:7: note: Variable 'vercode_part1' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:207:7: style: Variable 'vercode_part2' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:202:0: note: Variable 'vercode_part2' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:207:7: note: Variable 'vercode_part2' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:208:7: style: Variable 'vercode_part3' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-auth-dialog.c:203:0: note: Variable 'vercode_part3' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-auth-dialog.c:208:7: note: Variable 'vercode_part3' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:169:7: style: Variable 'version' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:165:0: note: Variable 'version' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:169:7: note: Variable 'version' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:568:3: style: Variable 'version' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:561:0: note: Variable 'version' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:568:3: note: Variable 'version' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:654:3: style: Variable 'xml' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:646:0: note: Variable 'xml' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:654:3: note: Variable 'xml' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:655:3: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:647:0: note: Variable 'root' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:655:3: note: Variable 'root' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:662:3: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:648:0: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:662:3: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:727:3: style: Variable 'xml' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:720:0: note: Variable 'xml' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:727:3: note: Variable 'xml' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:728:3: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:721:0: note: Variable 'root' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:728:3: note: Variable 'root' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:756:3: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:754:0: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:756:3: note: Variable 'node' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:786:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:782:0: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:786:3: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:841:3: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:837:0: note: Variable 'retval' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:841:3: note: Variable 'retval' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:970:11: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:969:0: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:970:11: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:1006:3: style: Variable 'username' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:1000:0: note: Variable 'username' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:1006:3: note: Variable 'username' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:1007:3: style: Variable 'found_account' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-config.c:999:0: note: Variable 'found_account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-config.c:1007:3: note: Variable 'found_account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:306:3: style: Variable 'fcontroller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:301:0: note: Variable 'fcontroller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:306:3: note: Variable 'fcontroller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:307:3: style: Variable 'fileuris' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:302:0: note: Variable 'fileuris' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:307:3: note: Variable 'fileuris' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:321:3: style: Variable 'fcontroller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:316:0: note: Variable 'fcontroller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:321:3: note: Variable 'fcontroller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:344:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:333:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:344:3: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:357:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:334:0: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:357:3: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:408:7: style: Variable 'mime_type' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:402:0: note: Variable 'mime_type' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:408:7: note: Variable 'mime_type' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:417:7: style: Variable 'filepath' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:414:0: note: Variable 'filepath' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:417:7: note: Variable 'filepath' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:473:3: style: Variable 'new_account' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:465:0: note: Variable 'new_account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:473:3: note: Variable 'new_account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:478:7: style: Variable 'new_username' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:476:0: note: Variable 'new_username' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:478:7: note: Variable 'new_username' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:544:3: style: Variable 'cancellable' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:543:0: note: Variable 'cancellable' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:544:3: note: Variable 'cancellable' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:555:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:553:0: note: Variable 'item' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:555:3: note: Variable 'item' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:571:3: style: Variable 'error_function' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:566:0: note: Variable 'error_function' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:571:3: note: Variable 'error_function' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:685:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:683:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:685:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:709:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:708:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:709:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:735:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:729:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:735:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:736:3: style: Variable 'co_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:730:0: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:736:3: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:737:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:731:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:737:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:776:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:770:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:776:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:777:3: style: Variable 'co_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:771:0: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:777:3: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:778:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:772:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:778:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:780:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:773:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:780:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:788:11: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:785:0: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:788:11: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:826:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:822:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:826:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:827:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:823:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:827:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:837:7: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:832:0: note: Variable 'token' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:837:7: note: Variable 'token' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:840:7: style: Variable 'token_secret' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:833:0: note: Variable 'token_secret' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:840:7: note: Variable 'token_secret' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:970:3: style: Variable 'uop_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:959:0: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:970:3: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:980:3: style: Variable 'public_visibility' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:960:0: note: Variable 'public_visibility' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:980:3: note: Variable 'public_visibility' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1018:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1010:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1018:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1019:3: style: Variable 'uop_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1011:0: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1019:3: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1020:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1013:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1020:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1021:3: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1014:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1021:3: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1145:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1140:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1145:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1146:3: style: Variable 'uop_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1141:0: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1146:3: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1147:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1142:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1147:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1183:3: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1179:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1183:3: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1206:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1201:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1206:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1207:3: style: Variable 'uop_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1202:0: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1207:3: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1208:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1203:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1208:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1244:3: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1239:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1244:3: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1245:3: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1240:0: note: Variable 'location' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1245:3: note: Variable 'location' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1246:3: style: Variable 'data_location' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1241:0: note: Variable 'data_location' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1246:3: note: Variable 'data_location' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1277:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1272:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1277:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1278:3: style: Variable 'uop_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1273:0: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1278:3: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1279:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1274:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1279:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1317:3: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1310:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1317:3: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1318:3: style: Variable 'picture_date_str' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1313:0: note: Variable 'picture_date_str' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1318:3: note: Variable 'picture_date_str' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1391:3: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1387:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1391:3: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1392:3: style: Variable 'set' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1388:0: note: Variable 'set' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1392:3: note: Variable 'set' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1422:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1414:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1422:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1423:3: style: Variable 'uop_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1415:0: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1423:3: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1424:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1416:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1424:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1425:3: style: Variable 'photosets' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1418:0: note: Variable 'photosets' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1425:3: note: Variable 'photosets' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1426:3: style: Variable 'set' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1417:0: note: Variable 'set' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1426:3: note: Variable 'set' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1474:3: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1470:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1474:3: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1475:3: style: Variable 'set' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1471:0: note: Variable 'set' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1475:3: note: Variable 'set' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1501:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1494:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1501:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1502:3: style: Variable 'uop_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1495:0: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1502:3: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1503:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1496:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1503:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1504:3: style: Variable 'photosets' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1498:0: note: Variable 'photosets' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1504:3: note: Variable 'photosets' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1505:3: style: Variable 'set' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1497:0: note: Variable 'set' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1505:3: note: Variable 'set' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1566:3: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1562:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1566:3: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1567:3: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1563:0: note: Variable 'group' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1567:3: note: Variable 'group' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1592:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1585:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1592:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1593:3: style: Variable 'uop_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1586:0: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1593:3: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1594:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1587:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1594:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1595:3: style: Variable 'groups' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1589:0: note: Variable 'groups' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1595:3: note: Variable 'groups' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1596:3: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1588:0: note: Variable 'group' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1596:3: note: Variable 'group' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1644:3: style: Variable 'uop_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1639:0: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1644:3: note: Variable 'uop_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1645:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1641:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1645:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1646:3: style: Variable 'up_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1640:0: note: Variable 'up_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1646:3: note: Variable 'up_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1666:7: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1665:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1666:7: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1687:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1682:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1687:3: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1772:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1767:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1772:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1773:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1768:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1773:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1775:3: style: Variable 'auth_token' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1769:0: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1775:3: note: Variable 'auth_token' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1783:7: style: Variable 'old_username' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1778:0: note: Variable 'old_username' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1783:7: note: Variable 'old_username' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1784:7: style: Variable 'old_fullname' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1779:0: note: Variable 'old_fullname' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1784:7: note: Variable 'old_fullname' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1840:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1835:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1840:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1841:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1836:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1841:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1843:3: style: Variable 'upload_status' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1837:0: note: Variable 'upload_status' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1843:3: note: Variable 'upload_status' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1943:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1935:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1943:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1944:3: style: Variable 'co_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1936:0: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1944:3: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1945:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:1937:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:1945:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2031:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2023:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2031:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2032:3: style: Variable 'co_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2024:0: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2032:3: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2033:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2025:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2033:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2121:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2114:0: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2121:3: note: Variable 'session' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2122:3: style: Variable 'co_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2115:0: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2122:3: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2123:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2116:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2123:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2125:3: style: Variable 'tags_list' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2117:0: note: Variable 'tags_list' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2125:3: note: Variable 'tags_list' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2177:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2172:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2177:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2179:3: style: Variable 'activity' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2173:0: note: Variable 'activity' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2179:3: note: Variable 'activity' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2257:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2253:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2257:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2280:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2276:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2280:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2303:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2299:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2303:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2325:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2321:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2325:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2350:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2346:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2350:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2558:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2552:0: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2558:3: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2614:5: style: Variable 'has_username' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2611:0: note: Variable 'has_username' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2614:5: note: Variable 'has_username' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2615:5: style: Variable 'has_password' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2612:0: note: Variable 'has_password' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2615:5: note: Variable 'has_password' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2807:3: style: Variable 'co_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2801:0: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2807:3: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2828:3: style: Variable 'co_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:2822:0: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:2828:3: note: Variable 'co_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:3042:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:3028:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:3042:3: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:3064:3: style: Variable 'serialized_model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:3032:0: note: Variable 'serialized_model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:3064:3: note: Variable 'serialized_model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:3091:3: style: Variable 'gtk_settings' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-controller.c:3089:0: note: Variable 'gtk_settings' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-controller.c:3091:3: note: Variable 'gtk_settings' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:97:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:94:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:97:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:98:3: style: Variable 'active' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:95:0: note: Variable 'active' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:98:3: note: Variable 'active' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:138:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:125:0: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:138:3: note: Variable 'result' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:159:3: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:153:0: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:159:3: note: Variable 'controller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:160:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:154:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:160:3: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:189:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:186:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:189:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:309:3: style: Variable 'content_area' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:291:0: note: Variable 'content_area' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:309:3: note: Variable 'content_area' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:310:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:292:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:310:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:313:3: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:293:0: note: Variable 'grid' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:313:3: note: Variable 'grid' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:318:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:295:0: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:318:3: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:333:3: style: Variable 'scroller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:294:0: note: Variable 'scroller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:333:3: note: Variable 'scroller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:372:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-create-new-set-dialog.c:371:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-create-new-set-dialog.c:372:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:160:3: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:146:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:160:3: note: Variable 'hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:163:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:145:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:163:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:167:3: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:155:0: note: Variable 'grid' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:167:3: note: Variable 'grid' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:171:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:154:0: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:171:3: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:176:3: style: Variable 'picture_frame' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:152:0: note: Variable 'picture_frame' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:176:3: note: Variable 'picture_frame' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:190:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:153:0: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:190:3: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:210:3: style: Variable 'scroller' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:156:0: note: Variable 'scroller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:210:3: note: Variable 'scroller' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:244:3: style: Variable 'section_vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:147:0: note: Variable 'section_vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:244:3: note: Variable 'section_vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:246:3: style: Variable 'markup' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:157:0: note: Variable 'markup' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:246:3: note: Variable 'markup' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:255:3: style: Variable 'internal_hbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:148:0: note: Variable 'internal_hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:255:3: note: Variable 'internal_hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:268:3: style: Variable 'private_hbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:149:0: note: Variable 'private_hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:268:3: note: Variable 'private_hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:285:3: style: Variable 'content_type_hbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:150:0: note: Variable 'content_type_hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:285:3: note: Variable 'content_type_hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:314:3: style: Variable 'safety_level_hbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:151:0: note: Variable 'safety_level_hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:314:3: note: Variable 'safety_level_hbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:486:7: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:482:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:486:7: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:487:7: style: Variable 'file_uri' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:483:0: note: Variable 'file_uri' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:487:7: note: Variable 'file_uri' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:488:7: style: Variable 'gfile' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:484:0: note: Variable 'gfile' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:488:7: note: Variable 'gfile' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:506:3: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:501:0: note: Variable 'file' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:506:3: note: Variable 'file' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:512:7: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:509:0: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:512:7: note: Variable 'picture' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:539:7: style: Variable 'parent_window' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:536:0: note: Variable 'parent_window' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:539:7: note: Variable 'parent_window' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:592:3: style: Variable 'title_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:574:0: note: Variable 'title_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:592:3: note: Variable 'title_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:593:3: style: Variable 'desc_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:575:0: note: Variable 'desc_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:593:3: note: Variable 'desc_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:594:3: style: Variable 'tags_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:576:0: note: Variable 'tags_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:594:3: note: Variable 'tags_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:595:3: style: Variable 'is_public_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:577:0: note: Variable 'is_public_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:595:3: note: Variable 'is_public_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:596:3: style: Variable 'is_friend_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:578:0: note: Variable 'is_friend_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:596:3: note: Variable 'is_friend_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:597:3: style: Variable 'is_family_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:579:0: note: Variable 'is_family_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:597:3: note: Variable 'is_family_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:598:3: style: Variable 'show_in_search_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:580:0: note: Variable 'show_in_search_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:598:3: note: Variable 'show_in_search_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:599:3: style: Variable 'send_location_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:581:0: note: Variable 'send_location_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:599:3: note: Variable 'send_location_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:600:3: style: Variable 'replace_date_posted_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:582:0: note: Variable 'replace_date_posted_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:600:3: note: Variable 'replace_date_posted_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:601:3: style: Variable 'license_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:584:0: note: Variable 'license_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:601:3: note: Variable 'license_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:602:3: style: Variable 'safety_level_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:585:0: note: Variable 'safety_level_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:602:3: note: Variable 'safety_level_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:603:3: style: Variable 'content_type_val' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:586:0: note: Variable 'content_type_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:603:3: note: Variable 'content_type_val' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:938:7: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:933:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:938:7: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:1014:3: style: Variable 'buttons' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:1009:0: note: Variable 'buttons' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:1014:3: note: Variable 'buttons' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:1178:3: style: Variable 'new' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:1176:0: note: Variable 'new' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:1178:3: note: Variable 'new' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:1195:3: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-details-dialog.c:1175:0: note: Variable 'config' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:1195:3: note: Variable 'config' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-details-dialog.c:934:21: style: The scope of the variable 'picture' can be reduced. [variableScope]
frogr-1.4/src/frogr-file-loader.c:182:7: style: Variable 'gfile' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:176:0: note: Variable 'gfile' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:182:7: note: Variable 'gfile' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:249:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:241:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:249:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:258:7: style: Variable 'is_video' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:255:0: note: Variable 'is_video' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:258:7: note: Variable 'is_video' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:321:3: style: Variable 'file_info' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:317:0: note: Variable 'file_info' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:321:3: note: Variable 'file_info' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:328:7: style: Variable 'mime_type' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:327:0: note: Variable 'mime_type' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:328:7: note: Variable 'mime_type' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:351:3: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:346:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:351:3: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:375:3: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:372:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:375:3: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:501:7: style: Variable 'extension_dot' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:498:0: note: Variable 'extension_dot' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:501:7: note: Variable 'extension_dot' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:539:3: style: Variable 'exif_loader' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:535:0: note: Variable 'exif_loader' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:539:3: note: Variable 'exif_loader' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:542:3: style: Variable 'exif_data' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:536:0: note: Variable 'exif_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:542:3: note: Variable 'exif_data' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:549:7: style: Variable 'exif_entry' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:546:0: note: Variable 'exif_entry' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:549:7: note: Variable 'exif_entry' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:793:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:789:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:793:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:813:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-file-loader.c:809:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:813:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-file-loader.c:188:20: style: The scope of the variable 'mime_type' can be reduced. [variableScope]
frogr-1.4/src/frogr-live-entry.c:98:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-live-entry.c:89:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-live-entry.c:98:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-live-entry.c:141:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-live-entry.c:132:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-live-entry.c:141:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-live-entry.c:144:3: style: Variable 'entry_text' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-live-entry.c:136:0: note: Variable 'entry_text' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-live-entry.c:144:3: note: Variable 'entry_text' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-live-entry.c:145:3: style: Variable 'matching_text' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-live-entry.c:137:0: note: Variable 'matching_text' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-live-entry.c:145:3: note: Variable 'matching_text' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-live-entry.c:212:7: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-live-entry.c:210:0: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-live-entry.c:212:7: note: Variable 'model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:339:3: style: Variable 'icons_path' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:330:0: note: Variable 'icons_path' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:339:3: note: Variable 'icons_path' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:688:3: style: Variable 'toolbar' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:670:0: note: Variable 'toolbar' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:688:3: note: Variable 'toolbar' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:712:3: style: Variable 'widget' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:709:0: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:712:3: note: Variable 'widget' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:715:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:710:0: note: Variable 'item' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:715:3: note: Variable 'item' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:772:7: style: Variable 'dir_path' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:758:0: note: Variable 'dir_path' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:772:7: note: Variable 'dir_path' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:773:7: style: Variable 'home_dir' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:759:0: note: Variable 'home_dir' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:773:7: note: Variable 'home_dir' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:827:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:824:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:827:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:828:3: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:825:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:828:3: note: Variable 'action_name' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:881:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:877:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:881:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:882:3: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:878:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:882:3: note: Variable 'action_name' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:883:3: style: Variable 'target' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:879:0: note: Variable 'target' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:883:3: note: Variable 'target' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:930:3: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:927:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:930:3: note: Variable 'action_name' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:973:3: style: Variable 'section' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:966:0: note: Variable 'section' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:973:3: note: Variable 'section' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:998:11: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:997:0: note: Variable 'action' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:998:11: note: Variable 'action' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1034:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:1028:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1034:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1386:3: style: Variable 'selected_pictures' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:1381:0: note: Variable 'selected_pictures' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1386:3: note: Variable 'selected_pictures' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1893:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:1891:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1893:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1905:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:1902:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1905:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1923:3: style: Variable 'fileuri' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:1919:0: note: Variable 'fileuri' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1923:3: note: Variable 'fileuri' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1924:3: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:1918:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1924:3: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1955:3: style: Variable 'tree_model' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:1951:0: note: Variable 'tree_model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:1955:3: note: Variable 'tree_model' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:2027:3: style: Variable 'account' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:2017:0: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:2027:3: note: Variable 'account' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:2179:3: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-main-view.c:2178:0: note: Variable 'action' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-main-view.c:2179:3: note: Variable 'action' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:227:3: style: Variable 'json_array' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-model.c:222:0: note: Variable 'json_array' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:227:3: note: Variable 'json_array' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:480:3: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-model.c:474:0: note: Variable 'list' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:480:3: note: Variable 'list' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:509:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-model.c:500:0: note: Variable 'item' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:509:3: note: Variable 'item' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:658:3: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-model.c:652:0: note: Variable 'list' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:658:3: note: Variable 'list' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:697:3: style: Variable 'root_object' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-model.c:692:0: note: Variable 'root_object' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:697:3: note: Variable 'root_object' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:699:3: style: Variable 'data_list' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-model.c:693:0: note: Variable 'data_list' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:699:3: note: Variable 'data_list' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:700:3: style: Variable 'json_array' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-model.c:691:0: note: Variable 'json_array' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:700:3: note: Variable 'json_array' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:731:3: style: Variable 'array_member' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-model.c:722:0: note: Variable 'array_member' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:731:3: note: Variable 'array_member' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:762:7: style: Variable 'loader' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-model.c:758:0: note: Variable 'loader' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:762:7: note: Variable 'loader' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-model.c:624:14: style: The scope of the variable 'tag' can be reduced. [variableScope]
frogr-1.4/src/frogr-model.c:385:40: style: Function 'frogr_model_add_picture' argument 2 names different: declaration 'fset' definition 'picture'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-model.h:43:45: note: Function 'frogr_model_add_picture' argument 2 names different: declaration 'fset' definition 'picture'.
frogr-1.4/src/frogr-model.c:385:40: note: Function 'frogr_model_add_picture' argument 2 names different: declaration 'fset' definition 'picture'.
frogr-1.4/src/frogr-model.c:398:43: style: Function 'frogr_model_remove_picture' argument 2 names different: declaration 'fset' definition 'picture'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-model.h:45:48: note: Function 'frogr_model_remove_picture' argument 2 names different: declaration 'fset' definition 'picture'.
frogr-1.4/src/frogr-model.c:398:43: note: Function 'frogr_model_remove_picture' argument 2 names different: declaration 'fset' definition 'picture'.
frogr-1.4/src/frogr-model.c:432:43: style: Function 'frogr_model_set_remote_photosets' argument 2 names different: declaration 'photosets_list' definition 'remote_sets'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-model.h:56:48: note: Function 'frogr_model_set_remote_photosets' argument 2 names different: declaration 'photosets_list' definition 'remote_sets'.
frogr-1.4/src/frogr-model.c:432:43: note: Function 'frogr_model_set_remote_photosets' argument 2 names different: declaration 'photosets_list' definition 'remote_sets'.
frogr-1.4/src/frogr-model.c:455:48: style: Function 'frogr_model_add_local_photoset' argument 2 names different: declaration 'fset' definition 'set'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-model.h:59:53: note: Function 'frogr_model_add_local_photoset' argument 2 names different: declaration 'fset' definition 'set'.
frogr-1.4/src/frogr-model.c:455:48: note: Function 'frogr_model_add_local_photoset' argument 2 names different: declaration 'fset' definition 'set'.
frogr-1.4/src/frogr-model.c:561:33: style: Function 'frogr_model_set_groups' argument 2 names different: declaration 'groups_list' definition 'groups'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-model.h:77:38: note: Function 'frogr_model_set_groups' argument 2 names different: declaration 'groups_list' definition 'groups'.
frogr-1.4/src/frogr-model.c:561:33: note: Function 'frogr_model_set_groups' argument 2 names different: declaration 'groups_list' definition 'groups'.
frogr-1.4/src/frogr-photoset.c:386:51: style: Function 'frogr_photoset_set_primary_photo_id' argument 2 names different: declaration 'id' definition 'primary_photo_id'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-photoset.h:61:56: note: Function 'frogr_photoset_set_primary_photo_id' argument 2 names different: declaration 'id' definition 'primary_photo_id'.
frogr-1.4/src/frogr-photoset.c:386:51: note: Function 'frogr_photoset_set_primary_photo_id' argument 2 names different: declaration 'id' definition 'primary_photo_id'.
frogr-1.4/src/frogr-picture.c:181:7: style: Variable 'new_str' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:177:0: note: Variable 'new_str' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:181:7: note: Variable 'new_str' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:209:3: style: Variable 'json_array' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:203:0: note: Variable 'json_array' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:209:3: note: Variable 'json_array' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:246:3: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:237:0: note: Variable 'array' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:246:3: note: Variable 'array' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:257:7: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:256:0: note: Variable 'id' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:257:7: note: Variable 'id' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:282:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:277:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:282:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:291:7: style: Variable 'iface' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:290:0: note: Variable 'iface' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:291:7: note: Variable 'iface' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:321:7: style: Variable 'iface' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:319:0: note: Variable 'iface' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:321:7: note: Variable 'iface' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:1186:3: style: Variable 'pspec1' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:1177:0: note: Variable 'pspec1' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:1186:3: note: Variable 'pspec1' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:1187:3: style: Variable 'pspec2' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:1178:0: note: Variable 'pspec2' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:1187:3: note: Variable 'pspec2' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:1216:7: style: Variable 'str1' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:1209:0: note: Variable 'str1' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:1216:7: note: Variable 'str1' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:1217:7: style: Variable 'str2' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-picture.c:1210:0: note: Variable 'str2' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:1217:7: note: Variable 'str2' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-picture.c:147:18: style: The scope of the variable 'tag' can be reduced. [variableScope]
frogr-1.4/src/frogr-picture.c:1091:64: style: Function 'frogr_picture_add_photoset' argument 2 names different: declaration 'set' definition 'photoset'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-picture.h:117:69: note: Function 'frogr_picture_add_photoset' argument 2 names different: declaration 'set' definition 'photoset'.
frogr-1.4/src/frogr-picture.c:1091:64: note: Function 'frogr_picture_add_photoset' argument 2 names different: declaration 'set' definition 'photoset'.
frogr-1.4/src/frogr-picture.c:1112:63: style: Function 'frogr_picture_in_photoset' argument 2 names different: declaration 'set' definition 'photoset'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-picture.h:119:72: note: Function 'frogr_picture_in_photoset' argument 2 names different: declaration 'set' definition 'photoset'.
frogr-1.4/src/frogr-picture.c:1112:63: note: Function 'frogr_picture_in_photoset' argument 2 names different: declaration 'set' definition 'photoset'.
frogr-1.4/src/frogr-settings-dialog.c:175:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:165:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:175:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:179:3: style: Variable 'gbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:166:0: note: Variable 'gbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:179:3: note: Variable 'gbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:182:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:170:0: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:182:3: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:184:3: style: Variable 'markup' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:172:0: note: Variable 'markup' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:184:3: note: Variable 'markup' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:192:3: style: Variable 'box1' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:167:0: note: Variable 'box1' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:192:3: note: Variable 'box1' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:193:3: style: Variable 'box2' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:168:0: note: Variable 'box2' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:193:3: note: Variable 'box2' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:204:3: style: Variable 'box3' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:169:0: note: Variable 'box3' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:204:3: note: Variable 'box3' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:283:3: style: Variable 'combo' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:171:0: note: Variable 'combo' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:283:3: note: Variable 'combo' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:337:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:330:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:337:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:341:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:333:0: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:341:3: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:352:3: style: Variable 'cbutton' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:332:0: note: Variable 'cbutton' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:352:3: note: Variable 'cbutton' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:358:3: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:331:0: note: Variable 'grid' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:358:3: note: Variable 'grid' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:367:3: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:334:0: note: Variable 'entry' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:367:3: note: Variable 'entry' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:436:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:431:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:436:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:440:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:433:0: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:440:3: note: Variable 'label' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:449:3: style: Variable 'box' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:432:0: note: Variable 'box' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:449:3: note: Variable 'box' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:653:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:650:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:653:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:654:3: style: Variable 'active' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:651:0: note: Variable 'active' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:654:3: note: Variable 'active' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:767:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:764:0: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:767:3: note: Variable 'self' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:935:3: style: Variable 'vbox' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:874:0: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:935:3: note: Variable 'vbox' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:937:3: style: Variable 'notebook' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:875:0: note: Variable 'notebook' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:937:3: note: Variable 'notebook' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:966:7: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-settings-dialog.c:965:0: note: Variable 'object' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:966:7: note: Variable 'object' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-settings-dialog.c:792:71: style: Function '_on_dialog_delete_event' argument 3 names different: declaration 'self' definition 'data'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-settings-dialog.c:134:87: note: Function '_on_dialog_delete_event' argument 3 names different: declaration 'self' definition 'data'.
frogr-1.4/src/frogr-settings-dialog.c:792:71: note: Function '_on_dialog_delete_event' argument 3 names different: declaration 'self' definition 'data'.
frogr-1.4/src/frogr-util.c:479:3: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-util.c:477:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:479:3: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:483:7: style: Variable 'c_pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-util.c:482:0: note: Variable 'c_pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:483:7: note: Variable 'c_pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:496:3: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-util.c:494:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:496:3: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:500:7: style: Variable 'c_pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-util.c:499:0: note: Variable 'c_pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:500:7: note: Variable 'c_pixbuf' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:519:7: style: Variable 'datasize_float' is reassigned a value before the old one has been used. [redundantAssignment]
frogr-1.4/src/frogr-util.c:516:0: note: Variable 'datasize_float' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:519:7: note: Variable 'datasize_float' is reassigned a value before the old one has been used.
frogr-1.4/src/frogr-util.c:492:128: style: Function 'frogr_util_get_pixbuf_from_image_contents' argument 5 names different: declaration 'path' definition 'filepath'. [funcArgNamesDifferent]
frogr-1.4/src/frogr-util.h:44:139: note: Function 'frogr_util_get_pixbuf_from_image_contents' argument 5 names different: declaration 'path' definition 'filepath'.
frogr-1.4/src/frogr-util.c:492:128: note: Function 'frogr_util_get_pixbuf_from_image_contents' argument 5 names different: declaration 'path' definition 'filepath'.
[22:58]

ftp://ftp.se.debian.org/debian/pool/main/f/frontaccounting/frontaccounting_2.2.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/frotz/frotz_2.44.orig.tar.gz
frotz-2.44/src/blorb/blorblib.c:727:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
frotz-2.44/src/blorb/blorblib.c:728:14: style: The scope of the variable 'err' can be reduced. [variableScope]
frotz-2.44/src/blorb/blorblib.c:567:12: style: Function 'bb_load_chunk_by_type' argument 4 names different: declaration 'chunktype' definition 'type'. [funcArgNamesDifferent]
frotz-2.44/src/blorb/blorb.h:134:30: note: Function 'bb_load_chunk_by_type' argument 4 names different: declaration 'chunktype' definition 'type'.
frotz-2.44/src/blorb/blorblib.c:567:12: note: Function 'bb_load_chunk_by_type' argument 4 names different: declaration 'chunktype' definition 'type'.
frotz-2.44/src/blorb/blorblib.c:749:13: error: Memory leak: pal [memleak]
frotz-2.44/src/blorb/blorblib.c:756:17: error: Memory leak: pal [memleak]
frotz-2.44/src/blorb/blorblib.c:764:17: error: Memory leak: pal [memleak]
frotz-2.44/src/blorb/blorblib.c:766:17: error: Memory leak: pal [memleak]
frotz-2.44/src/blorb/blorblib.c:766:17: error: Memory leak: colors [memleak]
frotz-2.44/src/blorb/blorblib.c:132:13: error: Common realloc mistake: 'chunks' nulled but not freed upon failure [memleakOnRealloc]
frotz-2.44/src/blorb/blorblib.c:261:0: error: Memory leak: ressorted [memleak]
frotz-2.44/src/blorb/blorblib.c:381:0: error: Memory leak: aux [memleak]
frotz-2.44/src/blorb/blorblib.c:422:0: error: Memory leak: aux [memleak]
frotz-2.44/src/blorb/blorblib.c:617:0: error: Memory leak: dat [memleak]
frotz-2.44/src/common/buffer.c:81:17: style: The scope of the variable 'flag' can be reduced. [variableScope]
frotz-2.44/src/common/fastmem.c:798:15: warning: Either the condition 'curr_undo==NULL' is redundant or there is possible null pointer dereference: curr_undo. [nullPointerRedundantCheck]
frotz-2.44/src/common/fastmem.c:804:19: note: Assuming that condition 'curr_undo==NULL' is not redundant
frotz-2.44/src/common/fastmem.c:798:15: note: Null pointer dereference
frotz-2.44/src/common/fastmem.c:162:9: style: The scope of the variable 'i' can be reduced. [variableScope]
frotz-2.44/src/common/fastmem.c:428:13: style: The scope of the variable 'p' can be reduced. [variableScope]
frotz-2.44/src/common/fastmem.c:762:11: style: The scope of the variable 'c' can be reduced. [variableScope]
frotz-2.44/src/common/object.c:551:11: style: The scope of the variable 'bprop_val' can be reduced. [variableScope]
frotz-2.44/src/common/process.c:448:10: style: The scope of the variable 'pc' can be reduced. [variableScope]
frotz-2.44/src/common/process.c:452:11: style: The scope of the variable 'off2' can be reduced. [variableScope]
frotz-2.44/src/common/quetzal.c:145:11: style: The scope of the variable 'skip' can be reduced. [variableScope]
frotz-2.44/src/common/quetzal.c:430:11: style: The scope of the variable 'nvars' can be reduced. [variableScope]
frotz-2.44/src/common/quetzal.c:430:18: style: The scope of the variable 'nargs' can be reduced. [variableScope]
frotz-2.44/src/common/quetzal.c:433:9: style: The scope of the variable 'c' can be reduced. [variableScope]
frotz-2.44/src/common/screen.c:422:9: style: The scope of the variable 'i' can be reduced. [variableScope]
frotz-2.44/src/common/screen.c:466:9: style: The scope of the variable 'i' can be reduced. [variableScope]
frotz-2.44/src/common/text.c:109:9: style: The scope of the variable 'i' can be reduced. [variableScope]
frotz-2.44/src/common/text.c:580:11: style: The scope of the variable 'count' can be reduced. [variableScope]
frotz-2.44/src/common/text.c:864:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_blorb.c:14:23: style: Function 'findchunk' argument 1 names different: declaration 'pstart' definition 'data'. [funcArgNamesDifferent]
frotz-2.44/src/curses/ux_blorb.h:26:23: note: Function 'findchunk' argument 1 names different: declaration 'pstart' definition 'data'.
frotz-2.44/src/curses/ux_blorb.c:14:23: note: Function 'findchunk' argument 1 names different: declaration 'pstart' definition 'data'.
frotz-2.44/src/curses/ux_blorb.c:14:35: style: Function 'findchunk' argument 2 names different: declaration 'fourcc' definition 'string'. [funcArgNamesDifferent]
frotz-2.44/src/curses/ux_blorb.h:26:37: note: Function 'findchunk' argument 2 names different: declaration 'fourcc' definition 'string'.
frotz-2.44/src/curses/ux_blorb.c:14:35: note: Function 'findchunk' argument 2 names different: declaration 'fourcc' definition 'string'.
frotz-2.44/src/curses/ux_blorb.c:14:47: style: Function 'findchunk' argument 3 names different: declaration 'n' definition 'length'. [funcArgNamesDifferent]
frotz-2.44/src/curses/ux_blorb.h:26:49: note: Function 'findchunk' argument 3 names different: declaration 'n' definition 'length'.
frotz-2.44/src/curses/ux_blorb.c:14:47: note: Function 'findchunk' argument 3 names different: declaration 'n' definition 'length'.
frotz-2.44/src/curses/ux_file.c:93:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_file.c:95:8: style: The scope of the variable 'bp' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_init.c:1033:2: style: Variable 'u_setup.random_seed' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
frotz-2.44/src/curses/ux_init.c:1032:2: note: Variable 'u_setup.random_seed' is reassigned a value before the old one has been used if variable is no semaphore variable.
frotz-2.44/src/curses/ux_init.c:1033:2: note: Variable 'u_setup.random_seed' is reassigned a value before the old one has been used if variable is no semaphore variable.
frotz-2.44/src/curses/ux_init.c:681:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_init.c:683:8: style: The scope of the variable 'bp' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_init.c:1051:11: style: The scope of the variable 'blorbfile' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_init.c:759:35: style: Array index 'num2' is used before limits check. [arrayIndexThenCheck]
frotz-2.44/src/curses/ux_init.c:857:0: error: Resource leak: fp [resourceLeak]
frotz-2.44/src/curses/ux_input.c:121:9: style: The scope of the variable 'c' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_input.c:416:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_pic.c:231:25: style: The scope of the variable 'c' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_pic.c:129:11: style: Unused variable: height [unusedVariable]
frotz-2.44/src/curses/ux_pic.c:129:19: style: Unused variable: width [unusedVariable]
frotz-2.44/src/curses/ux_pic.c:152:0: error: Memory leak: filename [memleak]
frotz-2.44/src/curses/ux_screen.c:49:9: style: The scope of the variable 'y' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_screen.c:49:12: style: The scope of the variable 'x' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_screen.c:49:15: style: The scope of the variable 'i' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_screen.c:49:18: style: The scope of the variable 'j' can be reduced. [variableScope]
frotz-2.44/src/curses/ux_text.c:285:9: style: Same expression on both sides of '=='. [duplicateExpression]
frotz-2.44/src/dos/bcblorb.c:732:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
frotz-2.44/src/dos/bcblorb.c:733:14: style: The scope of the variable 'err' can be reduced. [variableScope]
frotz-2.44/src/dos/bcblorb.c:572:12: style: Function 'bb_load_chunk_by_type' argument 4 names different: declaration 'chunktype' definition 'type'. [funcArgNamesDifferent]
frotz-2.44/src/dos/blorb.h:130:30: note: Function 'bb_load_chunk_by_type' argument 4 names different: declaration 'chunktype' definition 'type'.
frotz-2.44/src/dos/bcblorb.c:572:12: note: Function 'bb_load_chunk_by_type' argument 4 names different: declaration 'chunktype' definition 'type'.
frotz-2.44/src/dos/bcblorb.c:754:13: error: Memory leak: pal [memleak]
frotz-2.44/src/dos/bcblorb.c:761:17: error: Memory leak: pal [memleak]
frotz-2.44/src/dos/bcblorb.c:769:17: error: Memory leak: pal [memleak]
frotz-2.44/src/dos/bcblorb.c:771:17: error: Memory leak: pal [memleak]
frotz-2.44/src/dos/bcblorb.c:771:17: error: Memory leak: colors [memleak]
frotz-2.44/src/dos/bcblorb.c:137:13: error: Common realloc mistake: 'chunks' nulled but not freed upon failure [memleakOnRealloc]
frotz-2.44/src/dos/bcblorb.c:266:0: error: Memory leak: ressorted [memleak]
frotz-2.44/src/dos/bcblorb.c:386:0: error: Memory leak: aux [memleak]
frotz-2.44/src/dos/bcblorb.c:427:0: error: Memory leak: aux [memleak]
frotz-2.44/src/dos/bcblorb.c:622:0: error: Memory leak: dat [memleak]
frotz-2.44/src/dos/bcinit.c:430:17: style: The scope of the variable 'palette' can be reduced. [variableScope]
frotz-2.44/src/dos/bcinit.c:460:17: style: The scope of the variable 'palette' can be reduced. [variableScope]
frotz-2.44/src/dos/bcinit.c:863:15: style: The scope of the variable 'bp' can be reduced. [variableScope]
frotz-2.44/src/dos/bcinit.c:863:19: style: The scope of the variable 'lastch' can be reduced. [variableScope]
frotz-2.44/src/dos/bcinit.c:915:11: style: The scope of the variable 'blorbfile' can be reduced. [variableScope]
frotz-2.44/src/dos/bcinit.c:460:17: style: Variable 'palette' is assigned a value that is never used. [unreadVariable]
frotz-2.44/src/dos/bcinput.c:128:10: style: Variable 'time' is not assigned a value. [unassignedVariable]
frotz-2.44/src/dos/bcinput.c:139:22: error: Uninitialized variable: time [uninitvar]
frotz-2.44/src/dos/bcinput.c:141:12: error: Uninitialized variable: time [uninitvar]
frotz-2.44/src/dos/bcmouse.c:52:0: error: syntax error [syntaxError]
frotz-2.44/src/dos/bcpic.c:555:0: error: syntax error [syntaxError]
frotz-2.44/src/dos/bcscreen.c:129:9: style: The scope of the variable 'y' can be reduced. [variableScope]
frotz-2.44/src/dos/bcscreen.c:162:9: style: The scope of the variable 'i' can be reduced. [variableScope]
frotz-2.44/src/dumb/dumb_init.c:141:33: style: Condition 'user_interpreter_number>0' is always false [knownConditionTrueFalse]
frotz-2.44/src/dumb/dumb_input.c:409:3: error: Resource leak: fp [resourceLeak]
frotz-2.44/src/dumb/dumb_output.c:535:25: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
frotz-2.44/src/dumb/dumb_output.c:311:9: style: The scope of the variable 'i' can be reduced. [variableScope]
frotz-2.44/src/dumb/dumb_pic.c:42:12: style: The scope of the variable 'entry_size' can be reduced. [variableScope]
frotz-2.44/src/dumb/dumb_pic.c:42:24: style: The scope of the variable 'flags' can be reduced. [variableScope]
frotz-2.44/src/dumb/dumb_pic.c:43:11: style: The scope of the variable 'x_scaler' can be reduced. [variableScope]
frotz-2.44/src/dumb/dumb_pic.c:43:21: style: The scope of the variable 'y_scaler' can be reduced. [variableScope]
frotz-2.44/src/dumb/dumb_pic.c:36:32: style: Function 'dumb_init_pictures' argument 1 names different: declaration 'graphics_filename' definition 'filename'. [funcArgNamesDifferent]
frotz-2.44/src/dumb/dumb_frotz.h:42:31: note: Function 'dumb_init_pictures' argument 1 names different: declaration 'graphics_filename' definition 'filename'.
frotz-2.44/src/dumb/dumb_pic.c:36:32: note: Function 'dumb_init_pictures' argument 1 names different: declaration 'graphics_filename' definition 'filename'.
frotz-2.44/src/sdl/sf_aiffwav.c:99:7: style: The scope of the variable 'len' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_aiffwav.c:224:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_aiffwav.c:224:21: style: The scope of the variable 'c2' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_aiffwav.c:224:30: style: The scope of the variable 'c' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_aiffwav.c:96:55: style: Function 'sf_aiffwav' argument 4 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
frotz-2.44/src/sdl/sf_frotz.h:206:55: note: Function 'sf_aiffwav' argument 4 names different: declaration 'size' definition 'length'.
frotz-2.44/src/sdl/sf_aiffwav.c:96:55: note: Function 'sf_aiffwav' argument 4 names different: declaration 'size' definition 'length'.
frotz-2.44/src/sdl/sf_fonts.c:63:15: style: The scope of the variable 'hasbbx' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_fonts.c:186:6: style: The scope of the variable 'j' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_fonts.c:187:11: style: The scope of the variable 'w' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_fonts.c:187:13: style: The scope of the variable 'h' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_fonts.c:781:6: style: The scope of the variable 'c' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_fonts.c:805:6: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
frotz-2.44/src/sdl/sf_fonts.c:806:19: style: Variable 'nby' is assigned a value that is never used. [unreadVariable]
frotz-2.44/src/sdl/sf_fonts.c:741:17: style: Unused variable: nocc [unusedVariable]
frotz-2.44/src/sdl/sf_fonts.c:743:15: style: Unused variable: b [unusedVariable]
frotz-2.44/src/sdl/sf_ftype.c:252:38: style: The scope of the variable 'fenv' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_ftype.c:99:9: style: Unused variable: i [unusedVariable]
frotz-2.44/src/sdl/sf_ftype.c:167:19: style: Unused variable: pitch [unusedVariable]
frotz-2.44/src/sdl/sf_ftype.c:168:18: style: Unused variable: s [unusedVariable]
frotz-2.44/src/sdl/sf_osfdlg.c:508:9: style: The scope of the variable 'p' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_osfdlg.c:657:13: style: Unused variable: sw [unusedVariable]
frotz-2.44/src/sdl/sf_osfdlg.c:657:16: style: Unused variable: dy [unusedVariable]
frotz-2.44/src/sdl/sf_resample.c:15:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_resample.c:15:21: style: The scope of the variable 'c2' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_resample.c:15:30: style: The scope of the variable 'c' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_resource.c:109:13: style: The scope of the variable 'bp' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_resource.c:109:17: style: The scope of the variable 'lastch' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_resource.c:965:20: style: The scope of the variable 'st' can be reduced. [variableScope]
frotz-2.44/src/sdl/sf_util.c:27:44: style: Function 'sf_regcleanfunc' argument 2 names different: declaration 'nam' definition 'p'. [funcArgNamesDifferent]
frotz-2.44/src/sdl/sf_frotz.h:183:44: note: Function 'sf_regcleanfunc' argument 2 names different: declaration 'nam' definition 'p'.
frotz-2.44/src/sdl/sf_util.c:27:44: note: Function 'sf_regcleanfunc' argument 2 names different: declaration 'nam' definition 'p'.
frotz-2.44/src/sdl/sf_util.c:405:20: style: Function 'sf_sleep' argument 1 names different: declaration 'millisecs' definition 'msecs'. [funcArgNamesDifferent]
frotz-2.44/src/sdl/sf_frotz.h:200:20: note: Function 'sf_sleep' argument 1 names different: declaration 'millisecs' definition 'msecs'.
frotz-2.44/src/sdl/sf_util.c:405:20: note: Function 'sf_sleep' argument 1 names different: declaration 'millisecs' definition 'msecs'.
frotz-2.44/src/sdl/sf_util.c:509:0: style: Variable 'ext' is assigned a value that is never used. [unreadVariable]
frotz-2.44/src/sdl/sf_util.c:880:17: style: Unused variable: dest [unusedVariable]
frotz-2.44/src/sdl/sf_video.c:406:24: style: Function 'sf_initvideo' argument 1 names different: declaration 'w' definition 'W'. [funcArgNamesDifferent]
frotz-2.44/src/sdl/sf_frotz.h:178:24: note: Function 'sf_initvideo' argument 1 names different: declaration 'w' definition 'W'.
frotz-2.44/src/sdl/sf_video.c:406:24: note: Function 'sf_initvideo' argument 1 names different: declaration 'w' definition 'W'.
frotz-2.44/src/sdl/sf_video.c:406:31: style: Function 'sf_initvideo' argument 2 names different: declaration 'h' definition 'H'. [funcArgNamesDifferent]
frotz-2.44/src/sdl/sf_frotz.h:178:31: note: Function 'sf_initvideo' argument 2 names different: declaration 'h' definition 'H'.
frotz-2.44/src/sdl/sf_video.c:406:31: note: Function 'sf_initvideo' argument 2 names different: declaration 'h' definition 'H'.
frotz-2.44/src/sdl/sf_video.c:1148:27: style: Function 'sf_user_fdialog' argument 1 names different: declaration 'exist' definition 'existing'. [funcArgNamesDifferent]
frotz-2.44/src/sdl/sf_frotz.h:216:27: note: Function 'sf_user_fdialog' argument 1 names different: declaration 'exist' definition 'existing'.
frotz-2.44/src/sdl/sf_video.c:1148:27: note: Function 'sf_user_fdialog' argument 1 names different: declaration 'exist' definition 'existing'.
frotz-2.44/src/sdl/sf_video.c:1148:49: style: Function 'sf_user_fdialog' argument 2 names different: declaration 'def' definition 'defaultname'. [funcArgNamesDifferent]
frotz-2.44/src/sdl/sf_frotz.h:216:46: note: Function 'sf_user_fdialog' argument 2 names different: declaration 'def' definition 'defaultname'.
frotz-2.44/src/sdl/sf_video.c:1148:49: note: Function 'sf_user_fdialog' argument 2 names different: declaration 'def' definition 'defaultname'.
frotz-2.44/src/sdl/sf_video.c:1148:74: style: Function 'sf_user_fdialog' argument 3 names different: declaration 'filt' definition 'filter'. [funcArgNamesDifferent]
frotz-2.44/src/sdl/sf_frotz.h:216:63: note: Function 'sf_user_fdialog' argument 3 names different: declaration 'filt' definition 'filter'.
frotz-2.44/src/sdl/sf_video.c:1148:74: note: Function 'sf_user_fdialog' argument 3 names different: declaration 'filt' definition 'filter'.
frotz-2.44/src/sdl/sf_video.c:1149:9: style: Function 'sf_user_fdialog' argument 5 names different: declaration 'res' definition 'result'. [funcArgNamesDifferent]
frotz-2.44/src/sdl/sf_frotz.h:216:95: note: Function 'sf_user_fdialog' argument 5 names different: declaration 'res' definition 'result'.
frotz-2.44/src/sdl/sf_video.c:1149:9: note: Function 'sf_user_fdialog' argument 5 names different: declaration 'res' definition 'result'.
[22:58]

ftp://ftp.se.debian.org/debian/pool/main/f/frown/frown_0.6.2.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/frozen-bubble/frozen-bubble_2.212.orig.tar.gz
Games-FrozenBubble-2.212/server/game.c:110:15: style: The scope of the variable 'n' can be reduced. [variableScope]
Games-FrozenBubble-2.212/server/game.c:155:23: style: The scope of the variable 'geo' can be reduced. [variableScope]
Games-FrozenBubble-2.212/server/game.c:204:14: style: The scope of the variable 'joined_msg' can be reduced. [variableScope]
Games-FrozenBubble-2.212/server/game.c:205:13: style: The scope of the variable 'i' can be reduced. [variableScope]
Games-FrozenBubble-2.212/server/log.c:89:11: style: The scope of the variable 'msg' can be reduced. [variableScope]
Games-FrozenBubble-2.212/server/log.c:90:13: style: The scope of the variable 'args' can be reduced. [variableScope]
Games-FrozenBubble-2.212/server/tools.c:76:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
Games-FrozenBubble-2.212/server/tools.c:86:17: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
[22:58]

ftp://ftp.se.debian.org/debian/pool/main/f/frozen-flask/frozen-flask_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fruit/fruit_2.1.dfsg.orig.tar.gz
fruit-2.1.dfsg-1.orig/src/attack.cpp:251:8: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/attack.cpp:252:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/attack.cpp:350:8: style: The scope of the variable 'sq' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/attack.cpp:350:12: style: The scope of the variable 'inc' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/attack.cpp:380:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/attack.cpp:380:15: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/attack.cpp:461:15: style: The scope of the variable 'inc' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/attack.cpp:463:8: style: The scope of the variable 'sq' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/attack.cpp:470:14: style: Variable 'inc_ptr' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/board.cpp:298:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fruit-2.1.dfsg-1.orig/src/board.cpp:300:15: note: Found duplicate branches for 'if' and 'else'.
fruit-2.1.dfsg-1.orig/src/board.cpp:298:13: note: Found duplicate branches for 'if' and 'else'.
fruit-2.1.dfsg-1.orig/src/board.cpp:34:8: style: The scope of the variable 'size' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/board.cpp:215:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/board.cpp:216:11: style: The scope of the variable 'size' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/board.cpp:408:11: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/book.cpp:81:8: style: The scope of the variable 'best_move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/book.cpp:82:8: style: The scope of the variable 'best_score' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/book.cpp:83:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/book.cpp:85:8: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/book.cpp:86:8: style: The scope of the variable 'score' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/book.cpp:88:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/book.cpp:135:21: style: The scope of the variable 'mid' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/book.cpp:192:8: style: The scope of the variable 'b' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:218:8: style: The scope of the variable 'wb' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:218:12: style: The scope of the variable 'bb' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:318:8: style: The scope of the variable 'me' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:318:12: style: The scope of the variable 'opp' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:557:8: style: The scope of the variable 'me' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:557:12: style: The scope of the variable 'opp' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:558:8: style: The scope of the variable 'opp_flag' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:564:16: style: The scope of the variable 'unit' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:771:12: style: The scope of the variable 'opp' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:772:8: style: The scope of the variable 'from' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:776:8: style: The scope of the variable 'king' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:777:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:778:8: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:779:8: style: The scope of the variable 'attack_tot' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:780:8: style: The scope of the variable 'piece_nb' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:910:8: style: The scope of the variable 'att' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:910:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1501:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1716:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1873:8: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1122:7: style: Variable 'rank' is modified but its new value is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1182:10: style: Variable 'opp' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1509:4: style: Variable 'wk' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1573:4: style: Variable 'wk' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1580:4: style: Variable 'bk' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1617:4: style: Variable 'wk' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1620:4: style: Variable 'wn' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/eval.cpp:1724:4: style: Variable 'wk' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/hash.cpp:110:18: style: The scope of the variable 'count' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/list.cpp:69:8: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/list.cpp:69:14: style: The scope of the variable 'value' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/list.cpp:125:11: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/list.cpp:141:11: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/list.cpp:141:17: style: The scope of the variable 'value' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/material.cpp:99:25: style: C-style pointer casting [cstyleCast]
fruit-2.1.dfsg-1.orig/src/material.cpp:405:10: style: Variable 'b_maj' is modified but its new value is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/material.cpp:371:10: style: Variable 'b_min' is modified but its new value is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/material.cpp:541:10: style: Variable 'w_maj' is modified but its new value is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/material.cpp:507:10: style: Variable 'w_min' is modified but its new value is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/move_check.cpp:280:9: style: The scope of the variable 'check' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_check.cpp:331:8: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_check.cpp:332:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:58:15: style: The scope of the variable 'pos' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:60:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:62:8: style: The scope of the variable 'pawn' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:62:14: style: The scope of the variable 'rook' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:225:15: style: The scope of the variable 'pos' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:226:8: style: The scope of the variable 'rook' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:401:8: style: The scope of the variable 'sq_64' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:402:0: style: The scope of the variable 'hash_xor' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:532:8: style: The scope of the variable 'sq_64' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:533:0: style: The scope of the variable 'hash_xor' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:664:8: style: The scope of the variable 'from_64' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:664:17: style: The scope of the variable 'to_64' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:665:8: style: The scope of the variable 'piece_12' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:666:8: style: The scope of the variable 'piece_index' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_do.cpp:667:0: style: The scope of the variable 'hash_xor' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_evasion.cpp:264:14: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_gen.cpp:117:8: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_gen.cpp:118:18: style: The scope of the variable 'inc_ptr' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_gen.cpp:197:8: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_gen.cpp:405:8: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_gen.cpp:637:8: style: The scope of the variable 'from' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_gen.cpp:638:8: style: The scope of the variable 'me' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_gen.cpp:639:8: style: The scope of the variable 'inc' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_gen.cpp:640:8: style: The scope of the variable 'pawn' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_legal.cpp:31:8: style: The scope of the variable 'inc' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_legal.cpp:31:13: style: The scope of the variable 'delta' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_legal.cpp:113:8: style: The scope of the variable 'inc' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_legal.cpp:113:13: style: The scope of the variable 'delta' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_legal.cpp:188:8: style: The scope of the variable 'king' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/move_legal.cpp:49:10: style: Variable 'opp' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/move_legal.cpp:133:10: style: Variable 'opp' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/pawn.cpp:192:21: style: C-style pointer casting [cstyleCast]
fruit-2.1.dfsg-1.orig/src/pawn.cpp:99:8: style: The scope of the variable 'first' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/pawn.cpp:99:15: style: The scope of the variable 'last' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/pawn.cpp:99:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/pawn.cpp:100:11: style: The scope of the variable 'rev' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/pawn.cpp:274:55: style: The scope of the variable 'passed' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/pawn.cpp:277:8: style: The scope of the variable 'bits' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/pawn.cpp:412:25: style: Variable 'passed' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/protocol.cpp:434:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/protocol.cpp:435:9: style: The scope of the variable 'move_string' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/protocol.cpp:436:8: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/protocol.cpp:533:9: style: The scope of the variable 'ponder_string' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/protocol.cpp:321:18: style: Variable 'nodes' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/pv.cpp:21:8: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:135:8: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:280:8: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:280:14: style: The scope of the variable 'value' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:280:21: style: The scope of the variable 'flags' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:280:28: style: The scope of the variable 'depth' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:280:35: style: The scope of the variable 'max_depth' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:281:17: style: The scope of the variable 'pv' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:282:11: style: The scope of the variable 'time' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:283:0: style: The scope of the variable 'node_nb' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:284:8: style: The scope of the variable 'mate' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:285:9: style: The scope of the variable 'move_string' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:285:27: style: The scope of the variable 'pv_string' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:351:8: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:351:14: style: The scope of the variable 'move_pos' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:351:24: style: The scope of the variable 'move_nb' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:352:11: style: The scope of the variable 'time' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:353:0: style: The scope of the variable 'node_nb' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:354:9: style: The scope of the variable 'move_string' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:432:11: style: The scope of the variable 'time' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:432:17: style: The scope of the variable 'speed' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:432:24: style: The scope of the variable 'cpu' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:433:0: style: The scope of the variable 'node_nb' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search.cpp:364:20: style: Variable 'move_nb' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/search.cpp:366:17: style: Variable 'time' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/search.cpp:367:20: style: Variable 'node_nb' is assigned a value that is never used. [unreadVariable]
fruit-2.1.dfsg-1.orig/src/search_full.cpp:233:11: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search_full.cpp:234:8: style: The scope of the variable 'new_depth' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search_full.cpp:1024:8: style: The scope of the variable 'trans_move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search_full.cpp:1024:20: style: The scope of the variable 'trans_depth' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search_full.cpp:1024:33: style: The scope of the variable 'trans_min_value' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search_full.cpp:1024:50: style: The scope of the variable 'trans_max_value' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search_full.cpp:1107:14: style: The scope of the variable 'to' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/search_full.cpp:1108:8: style: The scope of the variable 'capture' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/see.cpp:250:8: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/see.cpp:251:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/see.cpp:301:8: style: The scope of the variable 'sq' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/see.cpp:301:12: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:473:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:563:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:563:11: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:585:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:585:11: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:605:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:605:11: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:625:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:625:11: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:645:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:645:11: style: The scope of the variable 'move' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/sort.cpp:773:8: style: The scope of the variable 'piece' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/trans.cpp:140:19: style: C-style pointer casting [cstyleCast]
fruit-2.1.dfsg-1.orig/src/trans.cpp:244:8: style: The scope of the variable 'score' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/util.cpp:142:8: style: The scope of the variable 'c1' can be reduced. [variableScope]
fruit-2.1.dfsg-1.orig/src/util.cpp:142:12: style: The scope of the variable 'c2' can be reduced. [variableScope]
[22:58]

ftp://ftp.se.debian.org/debian/pool/main/f/fs-uae/fs-uae_2.8.4+dfsg.orig.tar.gz
fs-uae-2.8.4+dfsg/libfsemu/src/base.c:50:0: error: #error not implemented [preprocessorErrorDirective]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/font.c:182:60: style: Function 'fs_emu_font_render_with_outline' argument 8 names different: declaration 'alpha' definition 'a'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/font.h:29:60: note: Function 'fs_emu_font_render_with_outline' argument 8 names different: declaration 'alpha' definition 'a'.
fs-uae-2.8.4+dfsg/libfsemu/src/emu/font.c:182:60: note: Function 'fs_emu_font_render_with_outline' argument 8 names different: declaration 'alpha' definition 'a'.
fs-uae-2.8.4+dfsg/libfsemu/src/emu/hud.c:343:9: style: The scope of the variable 'tw' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1103:16: style: Condition 'config==NULL' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1100:33: note: Assignment 'config=NULL', assigned value is 0
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1103:16: note: Condition 'config==NULL' is always true
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1791:20: style: Condition 'config==NULL' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1790:37: note: Assignment 'config=NULL', assigned value is 0
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1791:20: note: Condition 'config==NULL' is always true
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1103:16: style: Same expression on both sides of '==' because the value of 'config' and 'NULL' are the same. [duplicateExpression]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1100:33: note: 'config' is assigned value 'NULL' here.
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1103:16: note: Same expression on both sides of '==' because the value of 'config' and 'NULL' are the same.
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1791:20: style: Same expression on both sides of '==' because the value of 'config' and 'NULL' are the same. [duplicateExpression]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1790:37: note: 'config' is assigned value 'NULL' here.
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1791:20: note: Same expression on both sides of '==' because the value of 'config' and 'NULL' are the same.
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1539:16: style: The scope of the variable 'special_pressed' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/input.c:1016:9: error: Uninitialized variable: ini_file [uninitvar]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:595:13: style: Condition 'is_new_frame' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:448:20: note: Assignment 'is_new_frame=1', assigned value is 1
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:595:13: note: Condition 'is_new_frame' is always true
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:648:9: style: Condition 'update_black_border' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:647:31: note: Assignment 'update_black_border=1', assigned value is 1
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:648:9: note: Condition 'update_black_border' is always true
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1022:13: style: Condition '!shader_result' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1002:29: note: Assignment 'shader_result=0', assigned value is 0
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1022:13: note: Condition '!shader_result' is always true
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1414:9: style: Condition '!shader_result' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1404:25: note: Assignment 'shader_result=0', assigned value is 0
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1414:9: note: Condition '!shader_result' is always true
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:2299:5: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:2290:0: note: Variable 'color' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:2299:5: note: Variable 'color' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:997:16: style: The scope of the variable 's1' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:998:16: style: The scope of the variable 't1' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1317:9: style: The scope of the variable 'render_textured_side' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1867:12: style: The scope of the variable 't0_x' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1868:12: style: The scope of the variable 't0_y' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1869:12: style: The scope of the variable 't0_z' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1870:12: style: The scope of the variable 'r0_a' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1872:12: style: The scope of the variable 't1_x' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1874:12: style: The scope of the variable 't1_y' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1875:12: style: The scope of the variable 't1_z' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/render.c:1876:12: style: The scope of the variable 'r1_a' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/scanlines.c:26:20: style: The scope of the variable 'src' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/scanlines.c:26:26: style: The scope of the variable 'dst' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/scanlines.c:97:20: style: The scope of the variable 'src' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/scanlines.c:97:26: style: The scope of the variable 'dst' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/theme.c:231:11: style: The scope of the variable 'name' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/emu/theme.c:232:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/filesys.c:255:0: error: #error no sub-second mtime found in struct stat [preprocessorErrorDirective]
fs-uae-2.8.4+dfsg/libfsemu/src/ml/render.c:648:21: style: The scope of the variable 'check_time' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libfsemu/src/ml/render.c:226:28: portability: 'out_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fs-uae-2.8.4+dfsg/libfsemu/src/ml/render.c:231:15: portability: 'line1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fs-uae-2.8.4+dfsg/libfsemu/src/ml/render.c:232:15: portability: 'line2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fs-uae-2.8.4+dfsg/libfsemu/src/thread.c:69:0: error: #error no thread support [preprocessorErrorDirective]
fs-uae-2.8.4+dfsg/libinih/ini.c:86:11: style: The scope of the variable 'start' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/alloc.c:43:2: warning: Size of pointer 'buf' used instead of size of its data. [pointerSize]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/convert/rgb.c:518:9: style: Condition '!copy' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/convert/rgb.c:496:34: note: Assignment 'copy=(void*)0', assigned value is 0
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/convert/rgb.c:518:9: note: Condition '!copy' is always true
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/convert/rgb.c:388:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/convert/uyvy.c:66:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/decode.c:48:13: style: The scope of the variable 'byte' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/decode.c:81:13: style: The scope of the variable 'byte' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/decode.c:219:9: style: The scope of the variable 'size_buffer' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/decode.c:219:22: style: The scope of the variable 'size_chunk' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/header.c:278:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/header.c:862:16: style: The scope of the variable 'non_linear_scale' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/header.c:868:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/header.c:868:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/header.c:868:15: style: The scope of the variable 'k' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/idct.c:276:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:180:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:196:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:278:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:290:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:315:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:327:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:382:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:384:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:413:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:492:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:494:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:522:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:609:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:611:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:641:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:644:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:726:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:728:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:762:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:764:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:849:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:851:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:885:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:889:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:891:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:1505:1: style: Variable 'motion_y' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:1505:1: style: Variable 'other_y' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:1507:1: style: Variable 'motion_x' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:1507:1: style: Variable 'motion_y' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:1507:1: style: Variable 'other_x' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:1507:1: style: Variable 'other_y' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:1894:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/libmpeg2/libmpeg2/slice.c:2069:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/libmpeg2/libvo/video_out_pgm.c:115:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fs-uae-2.8.4+dfsg/libmpeg2/libvo/video_out_pgm.c:115:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fs-uae-2.8.4+dfsg/libmpeg2/src/corrupt_mpeg2.c:82:12: style: The scope of the variable 'q' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/src/corrupt_mpeg2.c:247:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:359:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:359:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:269:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:220:25: style: The scope of the variable 'profile' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:221:25: style: The scope of the variable 'level' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:222:25: style: The scope of the variable 'profile2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:225:25: style: The scope of the variable 'video_fmt' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:227:25: style: The scope of the variable 'colour' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:230:25: style: The scope of the variable 'colour3' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/src/dump_state.c:353:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/libmpeg2/src/extract_mpeg2.c:412:15: style: The scope of the variable 'end' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libmpeg2/src/mpeg2dec.c:602:45: style: Condition '!sigint' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libmpeg2/src/mpeg2dec.c:703:45: style: Condition '!sigint' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libmpeg2/src/mpeg2dec.c:745:14: style: Condition '!sigint' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libmpeg2/src/mpeg2dec.c:759:45: style: Condition '!sigint' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/libmpeg2/src/mpeg2dec.c:713:15: style: The scope of the variable 'end' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libudis86/src/decode.c:861:7: style: The scope of the variable 'default64' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/libudis86/src/syn-att.c:160:13: style: Expression is always false because 'else if' condition matches previous condition at line 158. [multiCondition]
fs-uae-2.8.4+dfsg/lua/src/lapi.c:246:53: style: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lua.h:161:59: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
fs-uae-2.8.4+dfsg/lua/src/lapi.c:246:53: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
fs-uae-2.8.4+dfsg/lua/src/lapi.c:492:74: style: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lua.h:204:76: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
fs-uae-2.8.4+dfsg/lua/src/lapi.c:492:74: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
fs-uae-2.8.4+dfsg/lua/src/lapi.c:1172:53: style: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lua.h:225:55: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
fs-uae-2.8.4+dfsg/lua/src/lapi.c:1172:53: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
fs-uae-2.8.4+dfsg/lua/src/lauxlib.c:597:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/lua/src/lauxlib.c:356:61: style: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lauxlib.h:36:63: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
fs-uae-2.8.4+dfsg/lua/src/lauxlib.c:356:61: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
fs-uae-2.8.4+dfsg/lua/src/lauxlib.c:356:75: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lauxlib.h:37:67: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
fs-uae-2.8.4+dfsg/lua/src/lauxlib.c:356:75: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
fs-uae-2.8.4+dfsg/lua/src/lauxlib.c:363:59: style: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lauxlib.h:38:61: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
fs-uae-2.8.4+dfsg/lua/src/lauxlib.c:363:59: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
fs-uae-2.8.4+dfsg/lua/src/lauxlib.c:364:66: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lauxlib.h:39:68: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
fs-uae-2.8.4+dfsg/lua/src/lauxlib.c:364:66: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:333:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fs-uae-2.8.4+dfsg/lua/src/lcode.c:38:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/lua/src/lcode.c:227:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lcode.h:48:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:227:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:227:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lcode.h:48:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:227:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:227:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lcode.h:48:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:227:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:236:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lcode.h:47:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:236:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:236:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lcode.h:47:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:236:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:559:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lcode.h:66:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:559:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:763:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lcode.h:76:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:763:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:815:28: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lcode.h:78:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:815:28: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:815:41: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lcode.h:79:38: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
fs-uae-2.8.4+dfsg/lua/src/lcode.c:815:41: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
fs-uae-2.8.4+dfsg/lua/src/ldblib.c:166:15: style: The scope of the variable 'name' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/lua/src/ldebug.c:500:68: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/ldebug.h:25:61: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
fs-uae-2.8.4+dfsg/lua/src/ldebug.c:500:68: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
fs-uae-2.8.4+dfsg/lua/src/ldo.c:583:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/ldo.h:36:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
fs-uae-2.8.4+dfsg/lua/src/ldo.c:583:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
fs-uae-2.8.4+dfsg/lua/src/ldo.c:130:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fs-uae-2.8.4+dfsg/lua/src/lfunc.c:23:46: style: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lfunc.h:22:56: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
fs-uae-2.8.4+dfsg/lua/src/lfunc.c:23:46: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
fs-uae-2.8.4+dfsg/lua/src/lfunc.c:30:46: style: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lfunc.h:23:56: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
fs-uae-2.8.4+dfsg/lua/src/lfunc.c:30:46: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
fs-uae-2.8.4+dfsg/lua/src/lfunc.c:150:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lfunc.h:29:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
fs-uae-2.8.4+dfsg/lua/src/lfunc.c:150:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
fs-uae-2.8.4+dfsg/lua/src/llex.c:114:53: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/llex.h:74:63: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
fs-uae-2.8.4+dfsg/lua/src/llex.c:114:53: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
fs-uae-2.8.4+dfsg/lua/src/lmem.c:46:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lmem.h:46:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
fs-uae-2.8.4+dfsg/lua/src/lmem.c:46:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
fs-uae-2.8.4+dfsg/lua/src/lmem.c:75:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lmem.h:43:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
fs-uae-2.8.4+dfsg/lua/src/lmem.c:75:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
fs-uae-2.8.4+dfsg/lua/src/lmem.c:75:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lmem.h:44:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
fs-uae-2.8.4+dfsg/lua/src/lmem.c:75:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
fs-uae-2.8.4+dfsg/lua/src/lobject.c:254:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/lua/src/lobject.h:606:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
fs-uae-2.8.4+dfsg/lua/src/lobject.c:254:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
fs-uae-2.8.4+dfsg/lua/src/lvm.c:95:22: warning: Possible null pointer dereference: L [nullPointer]
fs-uae-2.8.4+dfsg/lua/src/lvm.c:195:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:289:10: note: Calling function 'callTM', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:95:22: note: Null pointer dereference
fs-uae-2.8.4+dfsg/lua/src/lvm.c:96:11: warning: Possible null pointer dereference: L [nullPointer]
fs-uae-2.8.4+dfsg/lua/src/lvm.c:195:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:289:10: note: Calling function 'callTM', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:96:11: note: Null pointer dereference
fs-uae-2.8.4+dfsg/lua/src/lvm.c:97:11: warning: Possible null pointer dereference: L [nullPointer]
fs-uae-2.8.4+dfsg/lua/src/lvm.c:195:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:289:10: note: Calling function 'callTM', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:97:11: note: Null pointer dereference
fs-uae-2.8.4+dfsg/lua/src/lvm.c:98:11: warning: Possible null pointer dereference: L [nullPointer]
fs-uae-2.8.4+dfsg/lua/src/lvm.c:195:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:289:10: note: Calling function 'callTM', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:98:11: note: Null pointer dereference
fs-uae-2.8.4+dfsg/lua/src/lvm.c:101:3: warning: Possible null pointer dereference: L [nullPointer]
fs-uae-2.8.4+dfsg/lua/src/lvm.c:195:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:289:10: note: Calling function 'callTM', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:101:3: note: Null pointer dereference
fs-uae-2.8.4+dfsg/lua/src/lvm.c:103:16: warning: Possible null pointer dereference: L [nullPointer]
fs-uae-2.8.4+dfsg/lua/src/lvm.c:195:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:289:10: note: Calling function 'callTM', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:103:16: note: Null pointer dereference
fs-uae-2.8.4+dfsg/lua/src/lvm.c:289:25: warning: Possible null pointer dereference: L [nullPointer]
fs-uae-2.8.4+dfsg/lua/src/lvm.c:195:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:289:25: note: Null pointer dereference
fs-uae-2.8.4+dfsg/lua/src/lvm.c:290:11: warning: Possible null pointer dereference: L [nullPointer]
fs-uae-2.8.4+dfsg/lua/src/lvm.c:195:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
fs-uae-2.8.4+dfsg/lua/src/lvm.c:290:11: note: Null pointer dereference
fs-uae-2.8.4+dfsg/manymouse/x11_xinput2.c:141:5: style: Variable 'dll' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/manymouse/x11_xinput2.c:138:0: note: Variable 'dll' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/manymouse/x11_xinput2.c:141:5: note: Variable 'dll' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/prowizard/r/AC1D_packer.c:94:8: style: The scope of the variable 'siztrack1' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/AC1D_packer.c:94:18: style: The scope of the variable 'siztrack2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/AC1D_packer.c:94:28: style: The scope of the variable 'siztrack3' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/AMOS-MusicBank.c:105:3: style: Variable 'PAT_DATA_ADDY' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/AMOS-MusicBank.c:93:3: style: Variable 'BANK_LEN' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/AMOS-MusicBank.c:146:7: style: Variable 'smp_sizes' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/DigitalIllusion.c:208:30: style: Variable 'Add_Pattern_Data' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/FuchsTracker.c:163:30: style: Variable 'WholeSampleSize' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/FuzzacPacker.c:163:3: style: Variable 'Where' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/prowizard/r/FuzzacPacker.c:155:23: note: Variable 'Where' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/prowizard/r/FuzzacPacker.c:163:3: note: Variable 'Where' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/prowizard/r/GMC.c:93:56: style: Expression '(X & 0xf) >= 0x90' is always false. [comparisonError]
fs-uae-2.8.4+dfsg/prowizard/r/GnuPlayer.c:88:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/GnuPlayer.c:294:10: style: The scope of the variable 'samp' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/GnuPlayer.c:307:21: error: Expression 'Whatever[k++]=Whatever[k-1]+samp' depends on order of evaluation of side effects [unknownEvaluationOrder]
fs-uae-2.8.4+dfsg/prowizard/r/GnuPlayer.c:310:21: error: Expression 'Whatever[k++]=Whatever[k-1]+samp' depends on order of evaluation of side effects [unknownEvaluationOrder]
fs-uae-2.8.4+dfsg/prowizard/r/NP3.c:408:11: style: Variable 'Where' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/NP3.c:256:27: style: Variable 'TrackDataSize' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/NP3.c:253:22: style: Variable 'Unknown1' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/NoisePacker1.c:217:27: style: Variable 'TrackDataSize' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/NoisePacker1.c:213:22: style: Variable 'Unknown1' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/NoisePacker2.c:233:27: style: Variable 'TrackDataSize' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/NoisePacker2.c:230:22: style: Variable 'Unknown1' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/PhaPacker.c:304:22: error: Array 'Pats_Address[128]' accessed at index 128, which is out of bounds. [arrayIndexOutOfBounds]
fs-uae-2.8.4+dfsg/prowizard/r/ProPacker10.c:182:24: style: The scope of the variable 'm' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/ProPacker21.c:153:24: style: The scope of the variable 'm' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/ProPacker30.c:190:24: style: The scope of the variable 'm' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/Promizer10c.c:98:24: style: The scope of the variable 'm' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/Promizer10c.c:109:9: style: The scope of the variable 'Period' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/Promizer18a.c:102:24: style: The scope of the variable 'm' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/Promizer18a.c:110:9: style: The scope of the variable 'Period' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/Prorunner20.c:153:29: style: Condition 'Whatever[0]!=192' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/prowizard/r/SGT-Packer.c:82:16: style: The scope of the variable 'l' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/SGT-Packer.c:76:0: style: Variable 'c1' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/SGT-Packer.c:76:0: style: Variable 'c2' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/SGT-Packer.c:78:0: style: Variable 'Max' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/SGT-Packer.c:79:9: style: Unused variable: Note [unusedVariable]
fs-uae-2.8.4+dfsg/prowizard/r/SGT-Packer.c:79:14: style: Unused variable: Smp [unusedVariable]
fs-uae-2.8.4+dfsg/prowizard/r/SGT-Packer.c:79:18: style: Unused variable: Fx [unusedVariable]
fs-uae-2.8.4+dfsg/prowizard/r/SGT-Packer.c:79:21: style: Unused variable: FxVal [unusedVariable]
fs-uae-2.8.4+dfsg/prowizard/r/SGT-Packer.c:98:30: style: Variable 'WholeSampleSize' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/SkytPacker.c:94:24: style: The scope of the variable 'm' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/SoundFX.c:233:0: error: Deallocating a deallocated pointer: Whatever [deallocDealloc]
fs-uae-2.8.4+dfsg/prowizard/r/TMK.c:352:0: error: Memory leak: samplesizes [memleak]
fs-uae-2.8.4+dfsg/prowizard/r/TheDarkDemon.c:146:3: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer30a.c:135:32: warning: Either the condition 'out==NULL' is redundant or there is possible null pointer dereference: out. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer30a.c:89:12: note: Assuming that condition 'out==NULL' is not redundant
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer30a.c:135:32: note: Null pointer dereference
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer50a.c:348:35: warning: Either the condition 'j>65280' is redundant or the array 'SampleSizes[31]' is accessed at index 254, which is out of bounds. [arrayIndexOutOfBoundsCond]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer50a.c:346:12: note: Assuming that condition 'j>65280' is not redundant
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer50a.c:348:35: note: Array index out of bounds
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer50a.c:352:45: warning: Either the condition 'j>65280' is redundant or the array 'SampleAddresses[32]' is accessed at index 255, which is out of bounds. [arrayIndexOutOfBoundsCond]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer50a.c:346:12: note: Assuming that condition 'j>65280' is not redundant
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer50a.c:352:45: note: Array index out of bounds
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer50a.c:280:8: style: The scope of the variable 'Max' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer60a.c:522:35: warning: Either the condition 'j>65280' is redundant or the array 'SampleSizes[31]' is accessed at index 254, which is out of bounds. [arrayIndexOutOfBoundsCond]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer60a.c:520:12: note: Assuming that condition 'j>65280' is not redundant
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer60a.c:522:35: note: Array index out of bounds
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer60a.c:526:45: warning: Either the condition 'j>65280' is redundant or the array 'SampleAddresses[32]' is accessed at index 255, which is out of bounds. [arrayIndexOutOfBoundsCond]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer60a.c:520:12: note: Assuming that condition 'j>65280' is not redundant
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer60a.c:526:45: note: Array index out of bounds
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer60a.c:438:8: style: The scope of the variable 'Max' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer61a.c:667:35: warning: Either the condition 'j>65280' is redundant or the array 'SampleSizes[31]' is accessed at index 254, which is out of bounds. [arrayIndexOutOfBoundsCond]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer61a.c:665:12: note: Assuming that condition 'j>65280' is not redundant
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer61a.c:667:35: note: Array index out of bounds
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer61a.c:671:45: warning: Either the condition 'j>65280' is redundant or the array 'SampleAddresses[32]' is accessed at index 255, which is out of bounds. [arrayIndexOutOfBoundsCond]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer61a.c:665:12: note: Assuming that condition 'j>65280' is not redundant
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer61a.c:671:45: note: Array index out of bounds
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer61a.c:574:8: style: The scope of the variable 'Max' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/ThePlayer61a.c:594:8: style: The scope of the variable 'Unpacked_Sample_Data_Size' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/TitanicsPlayer.c:240:56: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fs-uae-2.8.4+dfsg/prowizard/r/TrackerPacker2.c:345:29: style: Condition 'FxVal<=128' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/prowizard/r/TrackerPacker2.c:379:27: style: Condition 'FxVal<=128' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/prowizard/r/TrackerPacker3.c:336:29: style: Condition 'FxVal<=128' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/prowizard/r/TrackerPacker3.c:373:27: style: Condition 'FxVal<=128' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/prowizard/r/UnicTracker.c:505:16: style: The scope of the variable 'k' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/UnicTracker.c:505:20: style: The scope of the variable 'l' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/UnicTracker.c:573:7: style: Variable 'LOOP_START_STATUS' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/UnicTracker2.c:193:16: style: The scope of the variable 'k' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/UnicTracker2.c:193:20: style: The scope of the variable 'l' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/prowizard/r/skizzo.c:63:10: style: Variable 'Pattern_Addresses_Table' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/prowizard/r/skizzo.c:64:9: style: Unused variable: BODYaddy [unusedVariable]
fs-uae-2.8.4+dfsg/prowizard/r/skizzo.c:64:19: style: Unused variable: SAMPaddy [unusedVariable]
fs-uae-2.8.4+dfsg/prowizard/r/skizzo.c:68:14: style: Unused variable: DEBUG [unusedVariable]
fs-uae-2.8.4+dfsg/softfloat/softfloat-macros.h:225:16: style: The scope of the variable 'b1' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/softfloat/softfloat-muladd.cc:142:12: style: The scope of the variable 'pSig' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/softfloat/softfloat-muladd.cc:143:9: style: The scope of the variable 'shiftcount' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/softfloat/softfloat-muladd.cc:356:9: style: The scope of the variable 'shiftcount' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/softfloat/softfloat-round-pack.cc:68:44: style: Function 'roundAndPackInt32' argument 2 names different: declaration 'absZ' definition 'exactAbsZ'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/softfloat/softfloat-round-pack.h:51:44: note: Function 'roundAndPackInt32' argument 2 names different: declaration 'absZ' definition 'exactAbsZ'.
fs-uae-2.8.4+dfsg/softfloat/softfloat-round-pack.cc:68:44: note: Function 'roundAndPackInt32' argument 2 names different: declaration 'absZ' definition 'exactAbsZ'.
fs-uae-2.8.4+dfsg/softfloat/softfloat-specialize.cc:63:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/softfloat/softfloat-specialize.cc:98:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/softfloat/softfloat-specialize.cc:134:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/softfloat/softfloat-specialize.cc:176:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/softfloat/softfloat.cc:2387:24: style: The scope of the variable 'doubleZSig' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/softfloat/softfloat.cc:2903:9: style: The scope of the variable 'aSign' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/a2091.cpp:3612:2: style: Variable 'ac' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/a2091.cpp:3610:2: note: Variable 'ac' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/a2091.cpp:3612:2: note: Variable 'ac' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/a2091.cpp:1592:46: style: Function 'xt_command_done' argument 1 names different: declaration 'wd' definition 'wds'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/a2091.cpp:1333:46: note: Function 'xt_command_done' argument 1 names different: declaration 'wd' definition 'wds'.
fs-uae-2.8.4+dfsg/src/a2091.cpp:1592:46: note: Function 'xt_command_done' argument 1 names different: declaration 'wd' definition 'wds'.
fs-uae-2.8.4+dfsg/src/a2091.cpp:1218:8: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ar.cpp:1988:17: warning: Either the condition 'tmp' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fs-uae-2.8.4+dfsg/src/ar.cpp:1984:10: note: Assuming that condition 'tmp' is not redundant
fs-uae-2.8.4+dfsg/src/ar.cpp:1988:17: note: Null pointer addition
fs-uae-2.8.4+dfsg/src/ar.cpp:1858:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fs-uae-2.8.4+dfsg/src/ar.cpp:1952:8: style: The scope of the variable 'pNext' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ar.cpp:1536:16: style: Variable 'subtype' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/archivers/dms/pfile.cpp:80:62: style: The scope of the variable 'pv' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/archivers/dms/pfile.cpp:473:9: style: The scope of the variable 't' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/archivers/dms/u_deep.cpp:75:15: style: The scope of the variable 'c' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/archivers/dms/u_deep.cpp:136:18: style: The scope of the variable 'f' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/archivers/dms/u_deep.cpp:136:21: style: The scope of the variable 'l' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/archivers/dms/u_deep.cpp:175:15: style: The scope of the variable 'k' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/archivers/dms/u_deep.cpp:175:18: style: The scope of the variable 'l' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/archivers/dms/u_heavy.cpp:39:15: style: The scope of the variable 'c' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/archivers/dms/u_rle.cpp:19:8: style: The scope of the variable 'a' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/archivers/zip/unzip.cpp:345:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/archivers/zip/unzip.cpp:329:47: style: Function 'unzOpen' argument 1 names different: declaration 'path' definition 'fin'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/archivers/zip/unzip.h:142:32: note: Function 'unzOpen' argument 1 names different: declaration 'path' definition 'fin'.
fs-uae-2.8.4+dfsg/src/archivers/zip/unzip.cpp:329:47: note: Function 'unzOpen' argument 1 names different: declaration 'path' definition 'fin'.
fs-uae-2.8.4+dfsg/src/archivers/zip/unzip.cpp:623:10: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/audio.cpp:1633:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fs-uae-2.8.4+dfsg/src/audio.cpp:500:9: style: The scope of the variable 'output' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/audio.cpp:524:9: style: The scope of the variable 'output' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/audio.cpp:1231:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/audio.cpp:1625:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/audio.cpp:1626:29: style: The scope of the variable 'cdp' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/audio.cpp:1700:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/audio.cpp:201:8: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fs-uae-2.8.4+dfsg/src/blitter.cpp:703:28: style: Redundant condition: blitsing. '!blitsing || (blitsing && !blitonedot)' is equivalent to '!blitsing || !blitonedot' [redundantCondition]
fs-uae-2.8.4+dfsg/src/blitter.cpp:445:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/blitter.cpp:445:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/blitter.cpp:545:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/blitter.cpp:545:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/blitter.cpp:1339:14: style: The scope of the variable 'freezes' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/blkdev.cpp:698:12: style: Variable 'gotsem' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/blkdev.cpp:776:12: style: Variable 'as' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/blkdev_cdimage.cpp:1221:2: style: Variable 'mds' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/blkdev_cdimage.cpp:1215:0: note: Variable 'mds' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/blkdev_cdimage.cpp:1221:2: note: Variable 'mds' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/blkdev_cdimage.cpp:256:21: style: Variable 'init_status' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/blkdev_cdimage.cpp:271:21: style: Variable 'init_status' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/blkdev_cdimage.cpp:1072:2: style: Variable 'toc' is modified but its new value is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/build68k.cpp:249:9: style: The scope of the variable 'fm' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/calc.cpp:336:41: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fs-uae-2.8.4+dfsg/src/calc.cpp:339:41: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/calc.cpp:336:41: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/calc.cpp:373:17: style: Variable 'sl' is modified but its new value is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:511:10: style: Condition 'ver==0' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:498:8: note: Assignment 'ver=0', assigned value is 0
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:511:10: note: Condition 'ver==0' is always true
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:966:22: style: Condition 'fmv_video_debug&1' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:1029:24: style: Condition 'fmv_video_debug&1' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:1070:24: style: Condition 'fmv_video_debug&1' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:1142:22: style: Condition 'fmv_video_debug&2' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:1159:22: style: Condition 'fmv_video_debug&2' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:566:7: style: The scope of the variable 'ptsdts' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:1587:19: style: The scope of the variable 'rd' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:502:2: style: Variable 'iscrc' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:510:13: style: Variable 'isstereo' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/cd32_fmv.cpp:655:0: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/cdtvcr.cpp:471:6: style: The scope of the variable 'didread' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cdtvcr.cpp:456:4: style: Variable 'end_found' is modified but its new value is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/cdtvcr.cpp:521:16: style: Variable 'end_found' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/cfgfile.cpp:4904:23: style: Redundant condition: If 'EXPR == '"'', the comparison 'EXPR == '\"'' is always true. [redundantCondition]
fs-uae-2.8.4+dfsg/src/cfgfile.cpp:2383:9: style: The scope of the variable 'section' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cfgfile.cpp:2435:9: style: The scope of the variable 'mode' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cfgfile.cpp:3168:10: style: The scope of the variable 'tmpp2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cfgfile.cpp:3186:10: style: The scope of the variable 'num' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cfgfile.cpp:3593:8: style: The scope of the variable 'found' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cfgfile.cpp:5329:11: style: Variable 'x5' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/cfgfile.cpp:5505:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:1973:7: style: Condition 'longseroffset' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:1933:38: note: Assignment 'longseroffset=24', assigned value is 24
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:1973:7: note: Condition 'longseroffset' is always true
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:799:2: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:798:0: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:799:2: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:805:2: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:804:0: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:805:2: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:811:2: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:810:0: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:811:2: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:580:11: style: The scope of the variable 'm' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cpuboard.cpp:1933:22: style: The scope of the variable 'longseroffset' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/cpummu30.cpp:585:30: style: Variable 'cache_inhibit' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/cpummu30.cpp:1390:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/crc32.cpp:11:16: style: The scope of the variable 'c' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/crc32.cpp:12:17: style: The scope of the variable 'w' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/crc32.cpp:239:2: style: Variable 'W' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/crc32.cpp:18:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/custom.cpp:7430:16: style: Condition 'status!=0' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/custom.cpp:7320:11: note: Assignment 'status=1', assigned value is 1
fs-uae-2.8.4+dfsg/src/custom.cpp:7430:16: note: Condition 'status!=0' is always true
fs-uae-2.8.4+dfsg/src/custom.cpp:1262:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/custom.cpp:1306:13: style: The scope of the variable 'warned1' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/custom.cpp:1306:27: style: The scope of the variable 'warned2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/custom.cpp:1831:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/custom.cpp:6062:7: style: The scope of the variable 'colzero' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/custom.cpp:7827:7: style: The scope of the variable 'diff' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/custom.cpp:6892:29: style: Function 'do_sprites' argument 1 names different: declaration 'currhp' definition 'hpos'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/custom.cpp:622:29: note: Function 'do_sprites' argument 1 names different: declaration 'currhp' definition 'hpos'.
fs-uae-2.8.4+dfsg/src/custom.cpp:6892:29: note: Function 'do_sprites' argument 1 names different: declaration 'currhp' definition 'hpos'.
fs-uae-2.8.4+dfsg/src/custom.cpp:3448:14: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/custom.cpp:4047:13: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/custom.cpp:4048:14: style: Variable 'vres' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/custom.cpp:6115:14: style: Variable 'colzero' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/custom.cpp:7891:13: style: Variable 'hpos' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/custom.cpp:8015:13: style: Variable 'hpos' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/custom.cpp:8974:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/debug.cpp:3093:7: style: Variable 'r->memory' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/debug.cpp:3092:7: note: Variable 'r->memory' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/debug.cpp:3093:7: note: Variable 'r->memory' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/debug.cpp:530:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fs-uae-2.8.4+dfsg/src/debug.cpp:878:14: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:879:25: style: The scope of the variable 'p4' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:1074:12: style: The scope of the variable 'xx' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:1228:9: style: The scope of the variable 'longsize' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:1551:13: style: The scope of the variable 'first' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:1553:22: style: The scope of the variable 'memsize2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:1556:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:1619:7: style: The scope of the variable 'doremove' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:1974:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:2106:9: style: The scope of the variable 'brk' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:2479:6: style: The scope of the variable 'mode' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:2997:38: style: The scope of the variable 'size_out' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3642:26: style: The scope of the variable 'bpn' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3643:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3798:21: style: The scope of the variable 'val' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3964:6: style: The scope of the variable 'xpos' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3964:12: style: The scope of the variable 'xpos_ecs' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3965:6: style: The scope of the variable 'ypos' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3965:12: style: The scope of the variable 'ypos_ecs' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3966:6: style: The scope of the variable 'ypose' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3966:13: style: The scope of the variable 'ypose_ecs' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3967:6: style: The scope of the variable 'attach' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3969:16: style: The scope of the variable 'width' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3970:6: style: The scope of the variable 'ecs' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:3970:11: style: The scope of the variable 'sh10' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:5155:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/debug.cpp:678:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/src/debug.cpp:1382:8: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fs-uae-2.8.4+dfsg/src/disk.cpp:4329:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fs-uae-2.8.4+dfsg/src/disk.cpp:3279:13: style: Expression is always false because 'else if' condition matches previous condition at line 3242. [multiCondition]
fs-uae-2.8.4+dfsg/src/disk.cpp:3190:48: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/disk.cpp:993:20: style: Redundant condition: typev==-2. 'typev!=-2 || (typev==-2 && zfile_exists(si_path))' is equivalent to 'typev!=-2 || zfile_exists(si_path)' [redundantCondition]
fs-uae-2.8.4+dfsg/src/disk.cpp:998:20: style: Redundant condition: typev==-2. 'typev!=-2 || (typev==-2 && zfile_exists(p))' is equivalent to 'typev!=-2 || zfile_exists(p)' [redundantCondition]
fs-uae-2.8.4+dfsg/src/disk.cpp:4168:13: style: Condition 'bits==0' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/disk.cpp:4148:16: note: Assignment 'bits=-1', assigned value is -1
fs-uae-2.8.4+dfsg/src/disk.cpp:4168:13: note: Condition 'bits==0' is always false
fs-uae-2.8.4+dfsg/src/disk.cpp:4329:2: style: Variable 'side' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/disk.cpp:4324:2: note: Variable 'side' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/disk.cpp:4329:2: note: Variable 'side' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/disk.cpp:1362:144: style: Same expression on both sides of '||'. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/disk.cpp:1364:28: style: Same expression on both sides of '||'. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/disk.cpp:1365:28: style: Same expression on both sides of '||'. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/disk.cpp:1366:28: style: Same expression on both sides of '||'. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/disk.cpp:844:11: style: The scope of the variable 'tid' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/disk.cpp:1754:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/disk.cpp:2123:30: style: The scope of the variable 'zerobuf' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/disk.cpp:2679:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/disk.cpp:2679:9: style: The scope of the variable 'l' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/disk.cpp:2837:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/disk.cpp:3516:7: style: The scope of the variable 'noselected' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/disk.cpp:1165:106: style: Function 'drive_insert' argument 6 names different: declaration 'writeprotected' definition 'forcedwriteprotect'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/disk.cpp:667:106: note: Function 'drive_insert' argument 6 names different: declaration 'writeprotected' definition 'forcedwriteprotect'.
fs-uae-2.8.4+dfsg/src/disk.cpp:1165:106: note: Function 'drive_insert' argument 6 names different: declaration 'writeprotected' definition 'forcedwriteprotect'.
fs-uae-2.8.4+dfsg/src/disk.cpp:411:0: style: Variable 'headerextension' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/disk.cpp:2012:0: style: Variable 'rev' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/disk.cpp:2404:3: style: Variable 'sectable' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/disk.cpp:3150:0: style: Variable 'selectmask' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/disk.cpp:3400:13: style: Variable 'hpos' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/disk.cpp:3040:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/diskutil.cpp:166:6: style: The scope of the variable 'mfmcount' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:228:0: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/dosbox/cmos.cpp:50:7: style: struct member 'Anonymous0::update_ended' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/dosbox/cmos.cpp:48:10: style: struct member 'Anonymous2::alarm' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/dosbox/cmos.cpp:82:14: style: Variable 'remd' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/dosbox/inout.h:58:2: warning: Member variable 'IO_Base::m_port' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/inout.h:58:2: warning: Member variable 'IO_Base::m_mask' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/inout.h:58:2: warning: Member variable 'IO_Base::m_range' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:76:2: warning: Member variable 'Value::_bool' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:76:2: warning: Member variable 'Value::_int' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:76:2: warning: Member variable 'Value::_double' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:77:2: warning: Member variable 'Value::_bool' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:77:2: warning: Member variable 'Value::_int' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:77:2: warning: Member variable 'Value::_string' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:77:2: warning: Member variable 'Value::_double' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:78:2: warning: Member variable 'Value::_bool' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:78:2: warning: Member variable 'Value::_string' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:78:2: warning: Member variable 'Value::_double' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:79:2: warning: Member variable 'Value::_int' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:79:2: warning: Member variable 'Value::_string' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:79:2: warning: Member variable 'Value::_double' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:80:2: warning: Member variable 'Value::_bool' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:80:2: warning: Member variable 'Value::_int' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:80:2: warning: Member variable 'Value::_string' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:81:2: warning: Member variable 'Value::_bool' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:81:2: warning: Member variable 'Value::_int' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:81:2: warning: Member variable 'Value::_double' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:82:2: warning: Member variable 'Value::_bool' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:82:2: warning: Member variable 'Value::_int' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:82:2: warning: Member variable 'Value::_double' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:151:3: performance: Variable 'min' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:151:9: performance: Variable 'max' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:156:3: performance: Variable 'min' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:157:3: performance: Variable 'max' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:203:3: performance: Variable 'realpath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:44:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:45:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:46:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:47:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:48:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:49:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:51:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:52:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:53:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:54:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:55:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/logging.h:56:7: style: Technically the member function 'LOG::operator()' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/dosbox.h:67:15: style: Technically the member function 'CommandLine::GetFileName' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:52:7: style: Technically the member function 'Hex::operator==' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:136:15: style: Technically the member function 'Property::Get_type' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:292:119: style: Class 'Prop_multival' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:292:119: style: Class 'Prop_multival' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:50:2: style: Class 'Hex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:77:2: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:78:2: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:79:2: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:80:2: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:81:2: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:82:2: style: Class 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:228:3: style: Struct 'Function_wrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:260:2: style: Class 'Section_prop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:312:2: style: Class 'Section_line' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:325:2: style: Class 'Module_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:160:7: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:125:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:160:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:162:15: style: The function 'CheckValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:131:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:162:15: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:173:7: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:125:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:173:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:183:7: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:125:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:183:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:193:7: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:125:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:193:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:194:15: style: The function 'CheckValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:131:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:194:15: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:205:7: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:125:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:205:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:215:7: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:125:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:215:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:279:7: style: The function 'HandleInputline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:246:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:279:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:280:7: style: The function 'PrintData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:247:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:280:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:281:22: style: The function 'GetPropValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:245:22: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:281:22: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:297:15: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:125:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:297:15: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:298:36: style: The function 'GetValues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:135:36: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:298:36: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:306:15: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:297:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:306:15: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:314:7: style: The function 'HandleInputline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:246:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:314:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:315:7: style: The function 'PrintData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:247:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:315:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:316:22: style: The function 'GetPropValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:245:22: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:316:22: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:102:7: style: Unhandled exception specification when calling function SetValue(). [unhandledExceptionSpecification]
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:85:66: note: Unhandled exception specification when calling function SetValue().
fs-uae-2.8.4+dfsg/src/dosbox/setup.h:102:7: note: Unhandled exception specification when calling function SetValue().
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:386:1: style: The class 'GDTDescriptorTable' does not have a constructor although it has private member variables. [noConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/callback.h:90:2: warning: Member variable 'CALLBACK_HandlerObject::m_callback' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:345:7: style: Technically the member function 'Descriptor::GetSelector' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:348:7: style: Technically the member function 'Descriptor::Type' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:351:7: style: Technically the member function 'Descriptor::Conforming' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:354:7: style: Technically the member function 'Descriptor::DPL' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:357:7: style: Technically the member function 'Descriptor::Big' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:370:9: style: Technically the member function 'DescriptorTable::GetBase' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:371:7: style: Technically the member function 'DescriptorTable::GetLimit' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:412:7: style: Technically the member function 'GDTDescriptorTable::SLDT' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:439:7: style: Technically the member function 'TSS_Descriptor::IsBusy' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:442:7: style: Technically the member function 'TSS_Descriptor::Is386' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/callback.h:101:9: style: Technically the member function 'CALLBACK_HandlerObject::Get_callback' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/load.h:31:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/load.h:37:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/load.h:41:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/load.h:42:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/load.h:46:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/load.h:48:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/load.h:232:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/save.h:8:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/save.h:11:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/save.h:15:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/save.h:16:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_full/save.h:50:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/core_normal/prefix_0f.h:537:11: style: The scope of the variable 'result' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/dosbox/core_normal/prefix_0f.h:554:11: style: The scope of the variable 'result' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/dosbox/core_normal/prefix_66_0f.h:389:11: style: The scope of the variable 'result' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/dosbox/core_normal/prefix_66_0f.h:406:11: style: The scope of the variable 'result' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:2249:11: style: Same expression on both sides of '==' because the value of 'type' and '"max"' are the same. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:2248:22: note: 'type' is assigned value '"max"' here.
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:2249:11: note: Same expression on both sides of '==' because the value of 'type' and '"max"' are the same.
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:1698:25: style: Function 'CPU_WRITE_TRX' argument 1 names different: declaration 'dr' definition 'tr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:116:25: note: Function 'CPU_WRITE_TRX' argument 1 names different: declaration 'dr' definition 'tr'.
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:1698:25: note: Function 'CPU_WRITE_TRX' argument 1 names different: declaration 'dr' definition 'tr'.
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:1714:24: style: Function 'CPU_READ_TRX' argument 1 names different: declaration 'dr' definition 'tr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.h:117:24: note: Function 'CPU_READ_TRX' argument 1 names different: declaration 'dr' definition 'tr'.
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:1714:24: note: Function 'CPU_READ_TRX' argument 1 names different: declaration 'dr' definition 'tr'.
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:277:2: warning: Member variable 'TaskStateSegment::selector' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:277:2: warning: Member variable 'TaskStateSegment::base' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:277:2: warning: Member variable 'TaskStateSegment::limit' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:277:2: warning: Member variable 'TaskStateSegment::is386' is not initialized in the constructor. [uninitMemberVar]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:280:7: style: Technically the member function 'TaskStateSegment::IsValid' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:292:7: style: Technically the member function 'TaskStateSegment::Get_SSx_ESPx' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:2233:7: performance: Technically the member function 'CPU::Change_Config' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/dosbox/cpu.cpp:593:62: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:474:26: style: Function 'MEM_A20_Enable' argument 1 names different: declaration 'enable' definition 'enabled'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/mem.h:38:26: note: Function 'MEM_A20_Enable' argument 1 names different: declaration 'enable' definition 'enabled'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:474:26: note: Function 'MEM_A20_Enable' argument 1 names different: declaration 'enable' definition 'enabled'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:540:24: style: Function 'mem_readb' argument 1 names different: declaration 'pt' definition 'address'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/mem.h:140:25: note: Function 'mem_readb' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:540:24: note: Function 'mem_readb' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:544:25: style: Function 'mem_readw' argument 1 names different: declaration 'pt' definition 'address'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/mem.h:141:25: note: Function 'mem_readw' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:544:25: note: Function 'mem_readw' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:548:25: style: Function 'mem_readd' argument 1 names different: declaration 'pt' definition 'address'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/mem.h:142:25: note: Function 'mem_readd' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:548:25: note: Function 'mem_readd' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:552:24: style: Function 'mem_writeb' argument 1 names different: declaration 'pt' definition 'address'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/mem.h:144:24: note: Function 'mem_writeb' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:552:24: note: Function 'mem_writeb' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:556:24: style: Function 'mem_writew' argument 1 names different: declaration 'pt' definition 'address'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/mem.h:145:24: note: Function 'mem_writew' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:556:24: note: Function 'mem_writew' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:560:24: style: Function 'mem_writed' argument 1 names different: declaration 'pt' definition 'address'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/mem.h:146:24: note: Function 'mem_writed' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:560:24: note: Function 'mem_writed' argument 1 names different: declaration 'pt' definition 'address'.
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:604:54: style: Variable 'section' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:602:2: style: Class 'MEMORY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:67:7: style: The function 'readb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:64:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:67:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:79:7: style: The function 'writeb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:67:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:79:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:97:9: style: The function 'GetHostReadPt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:70:17: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:97:9: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:100:9: style: The function 'GetHostWritePt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:71:17: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:100:9: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:110:7: style: The function 'writeb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:67:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:110:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:113:7: style: The function 'writew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:68:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:113:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:116:7: style: The function 'writed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:69:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:116:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:132:7: style: The function 'readb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:64:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:132:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:135:7: style: The function 'readw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:65:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:135:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:140:7: style: The function 'readd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:66:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:140:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:145:7: style: The function 'writeb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:67:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:145:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:148:7: style: The function 'writew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:68:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:148:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:153:7: style: The function 'writed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:69:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/db_memory.cpp:153:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/fpu_instructions.h:480:9: style: The scope of the variable 'tagbig' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:90:23: style: Function 'FPU_ESC0_EA' argument 1 names different: declaration 'func' definition 'rm'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:27:23: note: Function 'FPU_ESC0_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:90:23: note: Function 'FPU_ESC0_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:90:33: style: Function 'FPU_ESC0_EA' argument 2 names different: declaration 'ea' definition 'addr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:27:35: note: Function 'FPU_ESC0_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:90:33: note: Function 'FPU_ESC0_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:130:23: style: Function 'FPU_ESC1_EA' argument 1 names different: declaration 'func' definition 'rm'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:29:23: note: Function 'FPU_ESC1_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:130:23: note: Function 'FPU_ESC1_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:130:33: style: Function 'FPU_ESC1_EA' argument 2 names different: declaration 'ea' definition 'addr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:29:35: note: Function 'FPU_ESC1_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:130:33: note: Function 'FPU_ESC1_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:308:23: style: Function 'FPU_ESC2_EA' argument 1 names different: declaration 'func' definition 'rm'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:31:23: note: Function 'FPU_ESC2_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:308:23: note: Function 'FPU_ESC2_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:308:33: style: Function 'FPU_ESC2_EA' argument 2 names different: declaration 'ea' definition 'addr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:31:35: note: Function 'FPU_ESC2_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:308:33: note: Function 'FPU_ESC2_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:337:23: style: Function 'FPU_ESC3_EA' argument 1 names different: declaration 'func' definition 'rm'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:33:23: note: Function 'FPU_ESC3_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:337:23: note: Function 'FPU_ESC3_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:337:33: style: Function 'FPU_ESC3_EA' argument 2 names different: declaration 'ea' definition 'addr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:33:35: note: Function 'FPU_ESC3_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:337:33: note: Function 'FPU_ESC3_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:401:23: style: Function 'FPU_ESC4_EA' argument 1 names different: declaration 'func' definition 'rm'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:35:23: note: Function 'FPU_ESC4_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:401:23: note: Function 'FPU_ESC4_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:401:33: style: Function 'FPU_ESC4_EA' argument 2 names different: declaration 'ea' definition 'addr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:35:35: note: Function 'FPU_ESC4_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:401:33: note: Function 'FPU_ESC4_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:442:23: style: Function 'FPU_ESC5_EA' argument 1 names different: declaration 'func' definition 'rm'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:37:23: note: Function 'FPU_ESC5_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:442:23: note: Function 'FPU_ESC5_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:442:33: style: Function 'FPU_ESC5_EA' argument 2 names different: declaration 'ea' definition 'addr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:37:35: note: Function 'FPU_ESC5_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:442:33: note: Function 'FPU_ESC5_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:506:23: style: Function 'FPU_ESC6_EA' argument 1 names different: declaration 'func' definition 'rm'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:39:23: note: Function 'FPU_ESC6_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:506:23: note: Function 'FPU_ESC6_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:506:33: style: Function 'FPU_ESC6_EA' argument 2 names different: declaration 'ea' definition 'addr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:39:35: note: Function 'FPU_ESC6_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:506:33: note: Function 'FPU_ESC6_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:554:23: style: Function 'FPU_ESC7_EA' argument 1 names different: declaration 'func' definition 'rm'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:41:23: note: Function 'FPU_ESC7_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:554:23: note: Function 'FPU_ESC7_EA' argument 1 names different: declaration 'func' definition 'rm'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:554:33: style: Function 'FPU_ESC7_EA' argument 2 names different: declaration 'ea' definition 'addr'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/dosbox/fpu.h:41:35: note: Function 'FPU_ESC7_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu.cpp:554:33: note: Function 'FPU_ESC7_EA' argument 2 names different: declaration 'ea' definition 'addr'.
fs-uae-2.8.4+dfsg/src/dosbox/fpu_instructions.h:108:20: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/src/dosbox/fpu_instructions.h:455:22: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fs-uae-2.8.4+dfsg/src/dosbox/keyboard.cpp:190:3: warning: Variable 'keyb.command' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
fs-uae-2.8.4+dfsg/src/dosbox/keyboard.cpp:186:4: note: Variable 'keyb.command' is reassigned a value before the old one has been used. 'break;' missing?
fs-uae-2.8.4+dfsg/src/dosbox/keyboard.cpp:190:3: note: Variable 'keyb.command' is reassigned a value before the old one has been used. 'break;' missing?
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:320:7: performance: Technically the member function 'InitPageHandler::InitPage' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:423:7: performance: Technically the member function 'InitPageHandler::InitPageCheckOnly' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:449:7: performance: Technically the member function 'InitPageHandler::InitPageForced' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:525:7: performance: Technically the member function 'InitPageUserROHandler::InitPage' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:556:7: performance: Technically the member function 'InitPageUserROHandler::InitPageCheckOnly' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:582:7: performance: Technically the member function 'InitPageUserROHandler::InitPageForced' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:875:2: style: Class 'PAGING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:251:7: style: The function 'readb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:64:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:251:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:257:7: style: The function 'readw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:65:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:257:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:263:7: style: The function 'readd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:66:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:263:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:269:7: style: The function 'writeb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:67:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:269:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:274:7: style: The function 'writew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:68:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:274:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:279:7: style: The function 'writed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:69:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:279:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:284:7: style: The function 'readb_checked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:72:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:284:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:290:7: style: The function 'readw_checked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:73:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:290:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:296:7: style: The function 'readd_checked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:74:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:296:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:302:7: style: The function 'writeb_checked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:75:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:302:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:308:7: style: The function 'writew_checked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:76:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:308:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:314:7: style: The function 'writed_checked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:77:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:314:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:480:7: style: The function 'writeb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:67:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:480:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:484:7: style: The function 'writew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:68:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:484:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:488:7: style: The function 'writed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:69:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:488:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:492:7: style: The function 'writeb_checked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:75:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:492:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:503:7: style: The function 'writew_checked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:76:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:503:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:514:7: style: The function 'writed_checked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fs-uae-2.8.4+dfsg/src/dosbox/paging.h:77:15: note: Virtual function in base class
fs-uae-2.8.4+dfsg/src/dosbox/paging.cpp:514:7: note: Function in derived class
fs-uae-2.8.4+dfsg/src/dosbox/pic.cpp:583:2: style: Class 'PIC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/dosbox/timer.cpp:441:2: style: Class 'TIMER' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fs-uae-2.8.4+dfsg/src/drawing.cpp:2610:6: style: Condition 'pfield_mode_changed' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/drawing.cpp:2566:29: note: Assignment 'pfield_mode_changed=false', assigned value is 0
fs-uae-2.8.4+dfsg/src/drawing.cpp:2610:6: note: Condition 'pfield_mode_changed' is always false
fs-uae-2.8.4+dfsg/src/drawing.cpp:2963:7: style: Condition '!dosprites' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/drawing.cpp:2950:20: note: Assignment 'dosprites=false', assigned value is 0
fs-uae-2.8.4+dfsg/src/drawing.cpp:2963:7: note: Condition '!dosprites' is always true
fs-uae-2.8.4+dfsg/src/drawing.cpp:3663:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fs-uae-2.8.4+dfsg/src/drawing.cpp:1224:16: style: The scope of the variable 'vlo' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/drawing.cpp:1224:21: style: The scope of the variable 'vhi' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/drawing.cpp:3136:13: style: The scope of the variable 'frame_res_old' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/drawing.cpp:3351:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/drawing.cpp:3757:10: style: The scope of the variable 'where' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/drawing.cpp:161:9: style: union member 'Anonymous0::uupzuq' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/drawing.cpp:162:7: style: union member 'Anonymous0::cruxmedo' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/drawing.cpp:473:12: style: Variable 'vls' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/drawing.cpp:474:12: style: Variable 'vrs' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/drawing.cpp:475:12: style: Variable 'vts' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/drawing.cpp:476:12: style: Variable 'vbs' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/drawing.cpp:745:12: style: Variable 'delay1' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/drawing.cpp:746:2: style: Variable 'delay2' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/drawing.cpp:985:15: style: Variable 'ddf_left' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/drawing.cpp:3374:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ethernet.cpp:204:24: style: Unused variable: nd [unusedVariable]
fs-uae-2.8.4+dfsg/src/events.cpp:185:13: style: The scope of the variable 'next' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/expansion.cpp:1536:11: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/expansion.cpp:2025:3: style: Variable 'do_mount' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/expansion.cpp:517:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/fake86_cpu.cpp:3565:8: style: Condition '!running' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/fake86_cpu.cpp:699:11: style: The scope of the variable 'msb' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fake86_cpu.cpp:825:11: style: The scope of the variable 'msb' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:495:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:515:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:535:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:556:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1294:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1294:14: style: The scope of the variable 'off1' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1294:20: style: The scope of the variable 'off2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1294:26: style: The scope of the variable 'off3' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1294:46: style: The scope of the variable 'mask3' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1313:6: style: The scope of the variable 'oldout' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1345:11: style: The scope of the variable 'dst2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1348:25: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1552:16: style: The scope of the variable 'adjusted_pulse' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1555:6: style: The scope of the variable 'real_size' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1821:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:2127:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1825:6: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:1927:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/fdi2raw.cpp:2127:0: style: Variable 'indexoffset' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/filesys.cpp:2245:6: warning: Either the condition '!a' is redundant or there is possible null pointer dereference: aino. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/filesys.cpp:5568:6: note: Assuming that condition '!a' is not redundant
fs-uae-2.8.4+dfsg/src/filesys.cpp:5589:26: note: Calling function 'de_recycle_aino', 2nd argument 'aino' value is 0
fs-uae-2.8.4+dfsg/src/filesys.cpp:2245:6: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/filesys.cpp:2247:2: warning: Either the condition '!a' is redundant or there is possible null pointer dereference: aino. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/filesys.cpp:5568:6: note: Assuming that condition '!a' is not redundant
fs-uae-2.8.4+dfsg/src/filesys.cpp:5589:26: note: Calling function 'de_recycle_aino', 2nd argument 'aino' value is 0
fs-uae-2.8.4+dfsg/src/filesys.cpp:2247:2: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/filesys.cpp:2248:2: warning: Either the condition '!a' is redundant or there is possible null pointer dereference: aino. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/filesys.cpp:5568:6: note: Assuming that condition '!a' is not redundant
fs-uae-2.8.4+dfsg/src/filesys.cpp:5589:26: note: Calling function 'de_recycle_aino', 2nd argument 'aino' value is 0
fs-uae-2.8.4+dfsg/src/filesys.cpp:2248:2: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/filesys.cpp:2249:2: warning: Either the condition '!a' is redundant or there is possible null pointer dereference: aino. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/filesys.cpp:5568:6: note: Assuming that condition '!a' is not redundant
fs-uae-2.8.4+dfsg/src/filesys.cpp:5589:26: note: Calling function 'de_recycle_aino', 2nd argument 'aino' value is 0
fs-uae-2.8.4+dfsg/src/filesys.cpp:2249:2: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/filesys.cpp:4151:70: warning: Either the condition '!k' is redundant or there is possible null pointer dereference: k. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/filesys.cpp:4146:8: note: Assuming that condition '!k' is not redundant
fs-uae-2.8.4+dfsg/src/filesys.cpp:4151:70: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/filesys.cpp:6026:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/filesys.cpp:6021:0: note: Variable 'ret' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/filesys.cpp:6026:4: note: Variable 'ret' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/filesys.cpp:502:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/filesys.cpp:2025:29: style: The scope of the variable 'volptr' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/filesys.cpp:3690:16: style: The scope of the variable 'a2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/filesys.cpp:4428:11: style: The scope of the variable 'aino' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/filesys.cpp:4431:23: style: The scope of the variable 'd' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/filesys.cpp:7479:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/filesys.cpp:7543:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/filesys.cpp:8746:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/filesys.cpp:7362:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/src/filesys.cpp:7380:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/src/filesys.cpp:7397:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fs-uae-2.8.4+dfsg/src/filesys.cpp:3569:16: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/filesys.cpp:4171:19: style: Variable 'exclusive' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/filesys.cpp:6431:19: style: Variable 'exclusive' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/filesys.cpp:6947:8: style: Variable 'uip' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/filesys.cpp:6945:6: style: Unused variable: i [unusedVariable]
fs-uae-2.8.4+dfsg/src/filesys.cpp:7476:15: style: Variable 'sub_no' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/filesys.cpp:7478:25: style: Variable 'iscd' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/filesys.cpp:429:72: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/filesys.cpp:701:66: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/flashrom.cpp:111:38: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/flashrom.cpp:256:38: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/flashrom.cpp:285:38: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/fpp.cpp:771:13: style: Condition 'warned>0' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/fpp.cpp:2276:20: style: Variable 'fpu_version' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/fpp.cpp:2544:22: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fs-uae-2.8.4+dfsg/src/fpp.cpp:2547:22: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.c:32:40: style: Function 'fs_uae_values_matches' argument 1 names different: declaration 's1' definition 'str1'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.h:8:40: note: Function 'fs_uae_values_matches' argument 1 names different: declaration 's1' definition 'str1'.
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.c:32:40: note: Function 'fs_uae_values_matches' argument 1 names different: declaration 's1' definition 'str1'.
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.c:32:58: style: Function 'fs_uae_values_matches' argument 2 names different: declaration 's2' definition 'str2'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.h:8:56: note: Function 'fs_uae_values_matches' argument 2 names different: declaration 's2' definition 'str2'.
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.c:32:58: note: Function 'fs_uae_values_matches' argument 2 names different: declaration 's2' definition 'str2'.
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.c:64:46: style: Function 'fs_uae_memory_kb_from_string' argument 1 names different: declaration 'sa' definition 'str'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.h:11:46: note: Function 'fs_uae_memory_kb_from_string' argument 1 names different: declaration 'sa' definition 'str'.
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.c:64:46: note: Function 'fs_uae_memory_kb_from_string' argument 1 names different: declaration 'sa' definition 'str'.
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.c:64:56: style: Function 'fs_uae_memory_kb_from_string' argument 2 names different: declaration 'asmall' definition 'smallmem'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.h:11:55: note: Function 'fs_uae_memory_kb_from_string' argument 2 names different: declaration 'asmall' definition 'smallmem'.
fs-uae-2.8.4+dfsg/src/fs-uae/config-common.c:64:56: note: Function 'fs_uae_memory_kb_from_string' argument 2 names different: declaration 'asmall' definition 'smallmem'.
fs-uae-2.8.4+dfsg/src/fs-uae/menu.c:117:17: error: Array 'g_input_desc[4][129]' index g_input_desc[7][0] out of bounds. [arrayIndexOutOfBounds]
fs-uae-2.8.4+dfsg/src/fs-uae/menu.c:1017:47: note: (1st array index) Calling function 'update_input_item', 2nd argument 'port' value is 7
fs-uae-2.8.4+dfsg/src/fs-uae/menu.c:117:17: note: Array index out of bounds
fs-uae-2.8.4+dfsg/src/fs-uae/menu.c:118:17: error: Array 'g_input_desc[4][129]' index g_input_desc[7][2] out of bounds. [arrayIndexOutOfBounds]
fs-uae-2.8.4+dfsg/src/fs-uae/menu.c:1017:47: note: (1st array index) Calling function 'update_input_item', 2nd argument 'port' value is 7
fs-uae-2.8.4+dfsg/src/fs-uae/menu.c:118:17: note: Array index out of bounds
fs-uae-2.8.4+dfsg/src/fs-uae/menu.c:119:17: error: Array 'g_input_desc[4][129]' index g_input_desc[7][3] out of bounds. [arrayIndexOutOfBounds]
fs-uae-2.8.4+dfsg/src/fs-uae/menu.c:1017:47: note: (1st array index) Calling function 'update_input_item', 2nd argument 'port' value is 7
fs-uae-2.8.4+dfsg/src/fs-uae/menu.c:119:17: note: Array index out of bounds
fs-uae-2.8.4+dfsg/src/fs-uae/paths.c:198:14: style: Condition 'path==NULL' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/fs-uae/paths.c:196:18: note: Assignment 'path=NULL', assigned value is 0
fs-uae-2.8.4+dfsg/src/fs-uae/paths.c:198:14: note: Condition 'path==NULL' is always true
fs-uae-2.8.4+dfsg/src/fs-uae/paths.c:198:14: style: Same expression on both sides of '==' because the value of 'path' and 'NULL' are the same. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/fs-uae/paths.c:196:18: note: 'path' is assigned value 'NULL' here.
fs-uae-2.8.4+dfsg/src/fs-uae/paths.c:198:14: note: Same expression on both sides of '==' because the value of 'path' and 'NULL' are the same.
fs-uae-2.8.4+dfsg/src/fs-uae/video.c:487:13: style: The scope of the variable 'have_narrowed' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/gayle.cpp:1111:30: style: Variable 'hfd' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/gencpu.cpp:488:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fs-uae-2.8.4+dfsg/src/gencpu.cpp:490:3: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/gencpu.cpp:488:3: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/gencpu.cpp:536:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fs-uae-2.8.4+dfsg/src/gencpu.cpp:538:3: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/gencpu.cpp:536:3: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/gencpu.cpp:572:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fs-uae-2.8.4+dfsg/src/gencpu.cpp:574:3: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/gencpu.cpp:572:3: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/gencpu.cpp:4151:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fs-uae-2.8.4+dfsg/src/gencpu.cpp:4154:5: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/gencpu.cpp:4151:10: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/gencpu.cpp:131:7: style: The scope of the variable 'name' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/gencpu.cpp:5771:7: style: The scope of the variable 'fname' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/gencpu.cpp:5775:13: style: The scope of the variable 'close_id' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/gencpu.cpp:141:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fs-uae-2.8.4+dfsg/src/genlinetoscr.cpp:113:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
fs-uae-2.8.4+dfsg/src/genlinetoscr.cpp:128:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
fs-uae-2.8.4+dfsg/src/gfxboard.cpp:844:7: style: The scope of the variable 'swapped' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/gfxboard.cpp:1639:12: style: The scope of the variable 'ab' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/gfxboard.cpp:863:15: style: Variable 'swapped' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/hardfile.cpp:160:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/hardfile.cpp:218:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/hardfile.cpp:2283:12: style: Variable 'cmd' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ide.cpp:1206:20: style: Redundant condition: ide->atapi. '!ide->atapi || (ide->atapi && ide->atapi_drdy)' is equivalent to '!ide->atapi || ide->atapi_drdy' [redundantCondition]
fs-uae-2.8.4+dfsg/src/ide.cpp:1391:6: warning: Either the condition 'ci' is redundant or there is possible null pointer dereference: ci. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/ide.cpp:1389:6: note: Assuming that condition 'ci' is not redundant
fs-uae-2.8.4+dfsg/src/ide.cpp:1391:6: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/ide.cpp:762:11: style: Checking if unsigned variable 'nsec' is less than zero. [unsignedLessThanZero]
fs-uae-2.8.4+dfsg/src/ide.cpp:881:11: style: Checking if unsigned variable 'nsec' is less than zero. [unsignedLessThanZero]
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1454:17: warning: Either the condition 'if(rc&&rc->autoboot_disabled)' is redundant or there is possible null pointer dereference: rc. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1455:5: note: Assuming that condition 'if(rc&&rc->autoboot_disabled)' is not redundant
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1454:17: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1311:2: style: Variable 'ide->configured' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1309:2: note: Variable 'ide->configured' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1311:2: note: Variable 'ide->configured' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1441:2: style: Variable 'ide->configured' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1439:2: note: Variable 'ide->configured' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1441:2: note: Variable 'ide->configured' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:531:8: style: The scope of the variable 'rom' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:203:8: style: Variable 'ide' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:535:11: style: Variable 'rom' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/idecontrollers.cpp:1295:8: style: Variable 'ide' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:5028:77: style: Same expression on both sides of '||'. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:3291:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:7861:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:480:6: style: The scope of the variable 'evt' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:481:9: style: The scope of the variable 'custom' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:535:12: style: The scope of the variable 'k' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:535:20: style: The scope of the variable 'skip' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:536:13: style: The scope of the variable 'slotorder' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:944:21: style: The scope of the variable 'ie' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:2720:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:2813:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:2867:29: style: The scope of the variable 'iq' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:3494:8: style: The scope of the variable 'deadzone' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:4545:27: style: The scope of the variable 'e' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:5948:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:6650:18: style: The scope of the variable 'type' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:6763:24: style: The scope of the variable 'amask' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:6935:22: style: The scope of the variable 'unit' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:3362:79: style: Function 'handle_input_event' argument 5 names different: declaration 'canstoprecord' definition 'canstopplayback'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:180:79: note: Function 'handle_input_event' argument 5 names different: declaration 'canstoprecord' definition 'canstopplayback'.
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:3362:79: note: Function 'handle_input_event' argument 5 names different: declaration 'canstoprecord' definition 'canstopplayback'.
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:4348:19: style: Variable 'custom' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:6500:33: style: Variable 'uid' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:4571:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:4583:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:4600:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:4612:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fs-uae-2.8.4+dfsg/src/inputdevice.cpp:4630:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fs-uae-2.8.4+dfsg/src/isofs.cpp:1616:5: warning: Either the condition 'bh' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fs-uae-2.8.4+dfsg/src/isofs.cpp:1613:7: note: Assuming that condition 'bh' is not redundant
fs-uae-2.8.4+dfsg/src/isofs.cpp:1616:5: note: Null pointer addition
fs-uae-2.8.4+dfsg/src/isofs.cpp:542:2: style: Variable 'bh' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/isofs.cpp:533:0: note: Variable 'bh' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/isofs.cpp:542:2: note: Variable 'bh' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/isofs.cpp:311:14: style: The scope of the variable 'days' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/isofs.cpp:311:20: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/isofs.cpp:1157:26: style: The scope of the variable 'oldslp' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/isofs.cpp:1295:6: style: The scope of the variable 'rootflag' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/isofs.cpp:1296:23: style: The scope of the variable 'oldslp' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/isofs.cpp:1648:29: style: The scope of the variable 'de_len' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/isofs.cpp:1649:31: style: The scope of the variable 'de' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/isofs.cpp:2233:16: style: The scope of the variable 'inode_number' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/isofs.cpp:331:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:320:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:326:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:332:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:338:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:344:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:350:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:356:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:362:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:368:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:374:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:380:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:386:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:392:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:398:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:404:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:410:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:416:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:422:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:428:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:434:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:440:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:446:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:452:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:458:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:464:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:470:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:476:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:482:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:488:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:494:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:500:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:506:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:512:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:518:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:524:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:530:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:536:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:542:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:548:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:554:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:560:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:566:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:572:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:578:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:584:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:608:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:614:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:621:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:625:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:633:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:639:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:645:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:651:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:657:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:663:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:669:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:678:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:687:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:699:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:705:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:711:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:717:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:723:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:729:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:735:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:741:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:747:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:753:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:759:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:765:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:771:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:777:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:783:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:790:10: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:794:10: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:803:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:807:10: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:815:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:821:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:827:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:833:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:839:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:845:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:851:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:857:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:863:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:869:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:875:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:881:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:887:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:893:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:899:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:905:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:911:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:917:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:923:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:929:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:935:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:941:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:947:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:953:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:959:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:965:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:971:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:977:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:983:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:989:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:995:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1001:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1007:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1013:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1019:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1025:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1031:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1037:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1043:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1049:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1055:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1061:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1067:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1073:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1079:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1085:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1091:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1097:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1103:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1109:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1115:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1121:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1127:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1133:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1139:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1145:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1151:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1157:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1163:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1169:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1175:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1181:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1187:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1193:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1199:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1205:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1211:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1217:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1223:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1229:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1235:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1241:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1247:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1253:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1259:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1265:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1271:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1277:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1283:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1302:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:3105:5: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:3115:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:3135:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:3145:9: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4051:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4052:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4053:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4054:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4055:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4056:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4057:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4058:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4059:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4060:1: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:313:2: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:374:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:380:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:386:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:392:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:398:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:470:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:614:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:711:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:717:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:723:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:729:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:735:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:741:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:747:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:753:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:759:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:765:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:771:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:777:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:783:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:790:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:794:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:803:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:807:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:815:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:821:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:827:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:833:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:839:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:845:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:851:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:857:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:863:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:869:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:875:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:881:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:887:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:893:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:899:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:905:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:911:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:917:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:923:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:947:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:953:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:959:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:965:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:971:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:995:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1001:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1007:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1013:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1223:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1241:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1265:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1271:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:1302:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:3115:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:3145:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4051:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4052:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4053:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4054:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4055:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4056:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4057:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4058:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4059:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4060:1: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4278:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4299:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4320:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4341:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4362:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4408:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4443:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4466:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4641:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4675:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4755:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4776:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4848:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4872:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4896:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4918:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:4940:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:5017:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:5072:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:5165:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:5254:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:3642:12: style: struct member 'ptt::align_loop_max_skip' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:3644:12: style: struct member 'ptt::align_jump_max_skip' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/jit/codegen_x86.cpp:3645:12: style: struct member 'ptt::align_func' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/jit/compemu_prefs.cpp:14:13: style: The scope of the variable 'cachesize_prev' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/compemu_prefs.cpp:14:29: style: The scope of the variable 'comptrust_prev' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/compemu_prefs.cpp:15:14: style: The scope of the variable 'canbang_prev' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/compemu_prefs.cpp:45:19: style: Variable 'canbang_prev' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/jit/compemu_support.cpp:39:0: error: #error "Only Fixed Addressing is supported with the JIT Compiler" [preprocessorErrorDirective]
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:762:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:764:2: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:762:2: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:837:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:839:2: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:837:2: note: Found duplicate branches for 'if' and 'else'.
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:201:10: style: The scope of the variable 'name' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:3390:15: style: The scope of the variable 'rp' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:211:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fs-uae-2.8.4+dfsg/src/jit/gencomp.cpp:162:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
fs-uae-2.8.4+dfsg/src/main.cpp:334:3: style: Variable 'p->comptrustlong' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/main.cpp:333:3: note: Variable 'p->comptrustlong' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/main.cpp:334:3: note: Variable 'p->comptrustlong' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/main.cpp:822:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/main.cpp:608:3: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:664:7: style: The scope of the variable 'gotsurf' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:398:48: style: Function 'write_byte' argument 2 names different: declaration 'v' definition 'b'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:98:34: note: Function 'write_byte' argument 2 names different: declaration 'v' definition 'b'.
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:398:48: note: Function 'write_byte' argument 2 names different: declaration 'v' definition 'b'.
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:437:49: style: Function 'write_word' argument 2 names different: declaration 'v' definition 'b'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:97:35: note: Function 'write_word' argument 2 names different: declaration 'v' definition 'b'.
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:437:49: note: Function 'write_word' argument 2 names different: declaration 'v' definition 'b'.
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:645:58: style: Function 'configure' argument 3 names different: declaration 'visarea' definition 'vis'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:83:50: note: Function 'configure' argument 3 names different: declaration 'visarea' definition 'vis'.
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:645:58: note: Function 'configure' argument 3 names different: declaration 'visarea' definition 'vis'.
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:859:4: style: Variable 'overlay_mask' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:82:12: performance: Technically the member function 'mscreen::visible_area' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:83:7: performance: Technically the member function 'mscreen::configure' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:645:15: note: Technically the member function 'mscreen::configure' can be static.
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:83:7: note: Technically the member function 'mscreen::configure' can be static.
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:84:6: performance: Technically the member function 'mscreen::vpos' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:63:14: note: Technically the member function 'mscreen::vpos' can be static.
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:84:6: note: Technically the member function 'mscreen::vpos' can be static.
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:85:6: performance: Technically the member function 'mscreen::hpos' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:53:14: note: Technically the member function 'mscreen::hpos' can be static.
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:85:6: note: Technically the member function 'mscreen::hpos' can be static.
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:86:6: style: Technically the member function 'mscreen::width' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:87:6: style: Technically the member function 'mscreen::height' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:98:7: performance: Technically the member function 'address_space::write_byte' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/mame/a2410.cpp:398:21: note: Technically the member function 'address_space::write_byte' can be static.
fs-uae-2.8.4+dfsg/src/mame/mameglue.h:98:7: note: Technically the member function 'address_space::write_byte' can be static.
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:204:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:211:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:218:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:225:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:232:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:239:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:246:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:253:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:260:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:267:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:274:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:281:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:288:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:295:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:302:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:322:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:329:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:336:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:343:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:350:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:357:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:364:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:371:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:378:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:385:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:392:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:399:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:406:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:413:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:420:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:437:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:444:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:451:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:458:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:465:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:472:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:479:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:499:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:506:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:513:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:520:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:527:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:534:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:541:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:564:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:571:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:578:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:585:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:592:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:599:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:606:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:613:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:620:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:627:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:634:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:641:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:648:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:655:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:662:9: style: Variable 'ret' is not assigned a value. [unassignedVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:206:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:213:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:220:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:227:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:234:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:241:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:248:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:255:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:262:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:269:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:276:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:283:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:290:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:297:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:304:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:324:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:331:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:338:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:345:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:352:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:359:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:366:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:373:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:380:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:387:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:394:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:401:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:408:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:415:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:422:9: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:439:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:446:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:453:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:460:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:467:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:474:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:481:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:501:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:508:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:515:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:522:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:529:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:536:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:543:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:566:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:573:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:580:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:587:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:594:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:601:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:608:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:615:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:622:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:629:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:636:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:643:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:650:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:657:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010fld.c:664:18: error: Uninitialized variable: ret [uninitvar]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1091:5: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1445:6: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1492:6: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1535:6: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1693:6: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1729:6: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1762:6: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1901:6: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1928:6: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:1952:6: warning: Redundant assignment of 'pixel' to itself. [selfAssignment]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.cpp:873:12: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.cpp:874:27: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.cpp:888:27: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.cpp:901:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.cpp:930:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.cpp:1020:22: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.cpp:1133:14: style: The scope of the variable 'newreg' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.cpp:557:3: style: Variable 'irqline' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:265:7: style: Technically the member function 'tms340x0_device::get_display_params' can be const. [functionConst]
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.cpp:1018:23: note: Technically the member function 'tms340x0_device::get_display_params' can be const.
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:265:7: note: Technically the member function 'tms340x0_device::get_display_params' can be const.
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:917:6: performance: Technically the member function 'tms340x0_device::compute_fill_cycles' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:181:22: note: Technically the member function 'tms340x0_device::compute_fill_cycles' can be static.
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:917:6: note: Technically the member function 'tms340x0_device::compute_fill_cycles' can be static.
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:918:6: performance: Technically the member function 'tms340x0_device::compute_pixblt_cycles' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:192:22: note: Technically the member function 'tms340x0_device::compute_pixblt_cycles' can be static.
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:918:6: note: Technically the member function 'tms340x0_device::compute_pixblt_cycles' can be static.
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:919:6: performance: Technically the member function 'tms340x0_device::compute_pixblt_b_cycles' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:204:22: note: Technically the member function 'tms340x0_device::compute_pixblt_b_cycles' can be static.
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:919:6: note: Technically the member function 'tms340x0_device::compute_pixblt_b_cycles' can be static.
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:920:7: performance: Technically the member function 'tms340x0_device::memory_w' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/mame/tm34010/34010gfx.c:218:23: note: Technically the member function 'tms340x0_device::memory_w' can be static.
fs-uae-2.8.4+dfsg/src/mame/tm34010/tms34010.h:920:7: note: Technically the member function 'tms340x0_device::memory_w' can be static.
fs-uae-2.8.4+dfsg/src/memory.cpp:2287:7: style: Condition '!rb' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/memory.cpp:2283:18: note: Assignment 'rb=NULL', assigned value is 0
fs-uae-2.8.4+dfsg/src/memory.cpp:2287:7: note: Condition '!rb' is always true
fs-uae-2.8.4+dfsg/src/memory.cpp:2059:4: style: Variable 'bogomem_bank.allocated' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/memory.cpp:2057:4: note: Variable 'bogomem_bank.allocated' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/memory.cpp:2059:4: note: Variable 'bogomem_bank.allocated' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/memory.cpp:1473:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/memory.cpp:1473:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:8012:23: warning: Logical conjunction always evaluates to false: addr >= 14155776 && addr < 12582912. [incorrectLogicOperator]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1602:6: style: Condition 'changed' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1597:16: note: Assignment 'changed=0', assigned value is 0
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1602:6: note: Condition 'changed' is always false
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1613:6: style: Condition 'changed' is always false [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1597:16: note: Assignment 'changed=0', assigned value is 0
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1613:6: note: Condition 'changed' is always false
fs-uae-2.8.4+dfsg/src/newcpu.cpp:2827:15: style: Condition 'nr==2' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:2794:12: note: Assuming that condition 'nr==2' is not redundant
fs-uae-2.8.4+dfsg/src/newcpu.cpp:2827:15: note: Condition 'nr==2' is always true
fs-uae-2.8.4+dfsg/src/newcpu.cpp:3840:2: style: Label 'isstopped' is not used. [unusedLabel]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:3182:13: style: Variable 'inrt' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1742:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1766:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1772:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1785:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1809:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1814:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/newcpu.cpp:1815:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/newcpu_common.cpp:164:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/include/sysdeps.h:53:0: error: #error unrecognized CPU type [preprocessorErrorDirective]
fs-uae-2.8.4+dfsg/src/od-win32/serial_win32.cpp:242:4: style: Variable 'baud' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/od-win32/serial_win32.cpp:196:13: style: Variable 'warned' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/od-win32/serial_win32.cpp:724:13: style: Variable 'logcnt' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/od-win32/win32_uaenet.cpp:325:24: style: The scope of the variable 'tc' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/p96_blit.cpp:41:31: style: Variable 'src2_32' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/p96_blit.cpp:42:31: style: Variable 'dst2_32' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/pci.cpp:1302:0: style: Variable 'previdx' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/pci.cpp:1585:28: style: Variable 'pcib' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/pci.cpp:1624:28: style: Variable 'pcib' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:252:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:274:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:298:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:321:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:799:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:819:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:936:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:951:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:1345:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:1368:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:1393:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_alu.cpp:1415:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:655:2: style: Variable 'A.m' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:654:2: note: Variable 'A.m' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:655:2: note: Variable 'A.m' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:660:2: style: Variable 'B.m' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:659:2: note: Variable 'B.m' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:660:2: note: Variable 'B.m' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:740:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:755:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:777:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:860:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:877:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:898:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:927:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:994:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1048:2: style: Variable 'frB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1072:2: style: Variable 'frB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1095:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1110:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1207:2: style: Variable 'frD' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1207:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1207:2: style: Variable 'frB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1207:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1222:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1239:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1239:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1282:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1282:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1301:2: style: Variable 'frD' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1301:2: style: Variable 'frA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1301:2: style: Variable 'frB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1301:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1316:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_fpu.cpp:1341:2: style: Variable 'frC' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_mmu.cpp:75:13: style: The scope of the variable 'lastibatcnt' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_mmu.cpp:76:13: style: The scope of the variable 'lastdbatcnt' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_mmu.cpp:877:2: style: Variable 'rD' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_mmu.cpp:87:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_mmu.cpp:119:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:288:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:288:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:299:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:299:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:318:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:318:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:494:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:509:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:561:2: style: Variable 'n1' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:561:2: style: Variable 'n2' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:577:2: style: Variable 'n1' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:577:2: style: Variable 'n2' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:611:2: style: Variable 'n1' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:633:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:633:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:806:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:821:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:878:2: style: Variable 'rS' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:878:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:878:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:894:2: style: Variable 'rS' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:894:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:894:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:910:2: style: Variable 'rS' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:910:2: style: Variable 'rA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_opc.cpp:910:2: style: Variable 'rB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:179:6: style: The scope of the variable 'sel' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:494:21: style: The scope of the variable 'shift' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:514:21: style: The scope of the variable 'shift' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:534:21: style: The scope of the variable 'shift' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:1269:8: style: The scope of the variable 'res' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:1480:8: style: The scope of the variable 'res' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:1792:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2135:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2382:8: style: The scope of the variable 'res' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2522:8: style: The scope of the variable 'res' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2723:8: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2753:8: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:3188:6: style: The scope of the variable 'le' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:3188:10: style: The scope of the variable 'ge' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:771:2: style: Variable 'vrB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:792:2: style: Variable 'vrB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:812:2: style: Variable 'vrB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:829:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:829:2: style: Variable 'vrB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:845:2: style: Variable 'vrD' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:845:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:1100:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:1123:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:1142:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:1161:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:1184:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:1203:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2542:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2563:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2578:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2593:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2593:2: style: Variable 'vrB' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2608:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2629:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2650:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/pearpc/cpu/cpu_generic/ppc_vec.cpp:2671:2: style: Variable 'vrA' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/ppcd.cpp:757:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fs-uae-2.8.4+dfsg/src/ppc/ppcd.cpp:772:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fs-uae-2.8.4+dfsg/src/ppc/ppcd.cpp:1079:25: style: Function 'PPCDisasm' argument 1 names different: declaration 'disa' definition 'discb'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/ppc/ppcd.h:55:28: note: Function 'PPCDisasm' argument 1 names different: declaration 'disa' definition 'discb'.
fs-uae-2.8.4+dfsg/src/ppc/ppcd.cpp:1079:25: note: Function 'PPCDisasm' argument 1 names different: declaration 'disa' definition 'discb'.
fs-uae-2.8.4+dfsg/src/ppc/ppcd.cpp:352:11: style: Variable 'old' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/ppcd.cpp:349:22: style: Variable 't' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/ppc/ppcd.cpp:579:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2029:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2077:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2337:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2374:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2432:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2446:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2532:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2629:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2757:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2769:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2790:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2866:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2569:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2704:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_rop2.h:47:41: style: The scope of the variable 'pattern_x' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_rop2.h:103:14: style: The scope of the variable 'bits' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_rop2.h:154:14: style: The scope of the variable 'bits' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_rop2.h:188:15: style: The scope of the variable 'bitpos' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_rop2.h:189:18: style: The scope of the variable 'bits' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_rop2.h:234:15: style: The scope of the variable 'bitpos' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_rop2.h:235:18: style: The scope of the variable 'bits' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_rop2.h:49:20: style: The scope of the variable 'src1' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:780:9: style: The scope of the variable 'w' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2030:14: style: The scope of the variable 'bank_index' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2031:14: style: The scope of the variable 'bank_offset' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2078:14: style: The scope of the variable 'bank_index' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2079:14: style: The scope of the variable 'bank_offset' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2080:14: style: The scope of the variable 'mode' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_template.h:43:12: style: The scope of the variable 'b0' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga_template.h:43:16: style: The scope of the variable 'b1' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2534:14: style: The scope of the variable 'index' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:2631:9: style: The scope of the variable 'index' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/cirrus_vga.cpp:741:42: style: Checking if unsigned variable 's->cirrus_srccounter' is less than zero. [unsignedLessThanZero]
fs-uae-2.8.4+dfsg/src/qemuvga/es1370.cpp:440:34: style: The scope of the variable 'old_fmt' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/es1370.cpp:440:43: style: The scope of the variable 'new_fmt' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:67:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:81:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:315:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:337:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:355:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:370:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:450:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:510:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:819:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:826:16: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:448:29: style: Function 'esp_reg_read' argument 1 names different: declaration 's' definition 'opaque'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/qemuvga/scsi/esp.h:143:29: note: Function 'esp_reg_read' argument 1 names different: declaration 's' definition 'opaque'.
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:448:29: note: Function 'esp_reg_read' argument 1 names different: declaration 's' definition 'opaque'.
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:508:26: style: Function 'esp_reg_write' argument 1 names different: declaration 's' definition 'opaque'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/qemuvga/scsi/esp.h:144:26: note: Function 'esp_reg_write' argument 1 names different: declaration 's' definition 'opaque'.
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:508:26: note: Function 'esp_reg_write' argument 1 names different: declaration 's' definition 'opaque'.
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:660:18: style: struct member 'SysBusESPState::parent_obj' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/qemuvga/esp.cpp:664:14: style: struct member 'SysBusESPState::it_shift' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/qemuvga/lsi53c710.cpp:371:18: style: The scope of the variable 'p' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/lsi53c710.cpp:978:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/lsi53c895a.cpp:425:18: style: The scope of the variable 'p' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/lsi53c895a.cpp:1017:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/lsi53c895a.cpp:506:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/qemuvga/lsi53c895a.cpp:1550:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/qemuvga/ne2000.cpp:92:10: style: The scope of the variable 'b' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/ne2000.cpp:269:42: style: The scope of the variable 'len' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/ne2000.cpp:364:23: style: The scope of the variable 'index' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/ne2000.cpp:48:10: style: struct member 'NICPeers::queues' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/qemuvga/ne2000.cpp:54:10: style: struct member 'NICConf::bootindex' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/qemuvga/ne2000.cpp:72:49: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:177:12: style: The scope of the variable 'base' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:177:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:177:26: style: The scope of the variable 'size' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:322:23: style: The scope of the variable 'cur_line_char' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:364:14: style: The scope of the variable 'index' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:458:9: style: The scope of the variable 'index' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:75:14: style: The scope of the variable 'font_data' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:90:14: style: The scope of the variable 'font_data' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:110:14: style: The scope of the variable 'font_data' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:110:33: style: The scope of the variable 'v' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:160:36: style: The scope of the variable 'data' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:160:42: style: The scope of the variable 'v' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:202:36: style: The scope of the variable 'data' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:202:42: style: The scope of the variable 'v' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:235:26: style: The scope of the variable 'data' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:235:32: style: The scope of the variable 'v' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:267:26: style: The scope of the variable 'data' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:267:32: style: The scope of the variable 'v' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:358:14: style: The scope of the variable 'v' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:358:17: style: The scope of the variable 'r' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:358:20: style: The scope of the variable 'g' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:358:23: style: The scope of the variable 'b' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:383:14: style: The scope of the variable 'v' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:383:17: style: The scope of the variable 'r' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:383:20: style: The scope of the variable 'g' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:383:23: style: The scope of the variable 'b' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:405:14: style: The scope of the variable 'r' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:405:17: style: The scope of the variable 'g' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:405:20: style: The scope of the variable 'b' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:434:14: style: The scope of the variable 'r' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:434:17: style: The scope of the variable 'g' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_template.h:434:20: style: The scope of the variable 'b' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1099:14: style: The scope of the variable 'v' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1099:17: style: The scope of the variable 'col' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1326:9: style: The scope of the variable 'cx_min' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1326:17: style: The scope of the variable 'cx_max' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1326:49: style: The scope of the variable 'line1' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1328:23: style: The scope of the variable 'src' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1477:48: style: The scope of the variable 'h' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1674:16: style: The scope of the variable 'update' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1679:24: style: The scope of the variable 'addr' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1946:9: style: The scope of the variable 'full_update' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1946:22: style: The scope of the variable 'graphic_mode' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:2062:41: style: The scope of the variable 'cursor_visible' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:2063:43: style: The scope of the variable 'c_min' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:2063:50: style: The scope of the variable 'c_max' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1916:27: style: Checking if unsigned variable 's->last_scr_width' is less than zero. [unsignedLessThanZero]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:1916:54: style: Checking if unsigned variable 's->last_scr_height' is less than zero. [unsignedLessThanZero]
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:2439:52: style: Function 'vga_init_vbe' argument 2 names different: declaration 'address_space' definition 'system_memory'. [funcArgNamesDifferent]
fs-uae-2.8.4+dfsg/src/qemuvga/vga_int.h:203:52: note: Function 'vga_init_vbe' argument 2 names different: declaration 'address_space' definition 'system_memory'.
fs-uae-2.8.4+dfsg/src/qemuvga/vga.cpp:2439:52: note: Function 'vga_init_vbe' argument 2 names different: declaration 'address_space' definition 'system_memory'.
fs-uae-2.8.4+dfsg/src/readcpu.cpp:278:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fs-uae-2.8.4+dfsg/src/rommgr.cpp:1406:10: warning: Either the condition '!buf' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/rommgr.cpp:1407:6: note: Assuming that condition '!buf' is not redundant
fs-uae-2.8.4+dfsg/src/rommgr.cpp:1406:10: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/rommgr.cpp:689:66: style: Same expression on both sides of '||'. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/rommgr.cpp:602:12: style: The scope of the variable 'ok' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/rommgr.cpp:785:10: style: The scope of the variable 'keybuf' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/rommgr.cpp:842:10: style: The scope of the variable 's' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/rommgr.cpp:1242:18: style: The scope of the variable 'rd' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/rommgr.cpp:1705:39: style: Variable 'ert' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/scp.cpp:176:29: style: The scope of the variable 't' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/scsi.cpp:1158:29: style: Condition 'sd->direction<=0' is always true [knownConditionTrueFalse]
fs-uae-2.8.4+dfsg/src/scsi.cpp:3315:2: warning: Either the condition 'scsi!=NULL' is redundant or there is possible null pointer dereference: scsi. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/scsi.cpp:3318:14: note: Assuming that condition 'scsi!=NULL' is not redundant
fs-uae-2.8.4+dfsg/src/scsi.cpp:3315:2: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/scsi.cpp:3316:2: warning: Either the condition 'scsi!=NULL' is redundant or there is possible null pointer dereference: scsi. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/scsi.cpp:3318:14: note: Assuming that condition 'scsi!=NULL' is not redundant
fs-uae-2.8.4+dfsg/src/scsi.cpp:3316:2: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/scsi.cpp:3317:2: warning: Either the condition 'scsi!=NULL' is redundant or there is possible null pointer dereference: scsi. [nullPointerRedundantCheck]
fs-uae-2.8.4+dfsg/src/scsi.cpp:3318:14: note: Assuming that condition 'scsi!=NULL' is not redundant
fs-uae-2.8.4+dfsg/src/scsi.cpp:3317:2: note: Null pointer dereference
fs-uae-2.8.4+dfsg/src/scsi.cpp:1879:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fs-uae-2.8.4+dfsg/src/scsi.cpp:2239:6: style: The scope of the variable 'addresstype' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/scsi.cpp:2612:6: style: The scope of the variable 'addresstype' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/scsi.cpp:1424:24: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/scsi.cpp:2337:26: style: Variable 'rs' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/scsi.cpp:2348:26: style: Variable 'rs' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/scsi.cpp:2424:26: style: Variable 'rs' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/scsi.cpp:2501:26: style: Variable 'rs' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/scsi.cpp:2731:27: style: Variable 'rs' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/scsi.cpp:3225:2: style: Variable 'roms' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/scsi.cpp:3461:39: style: Variable 'ert' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/scsi.cpp:3675:39: style: Variable 'ert' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/slirp/slirp.h:259:0: error: #error "Packed attribute or pragma shall be supported" [preprocessorErrorDirective]
fs-uae-2.8.4+dfsg/src/sndboard.cpp:302:13: style: The scope of the variable 'capcnt' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/sndboard.cpp:279:31: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/sndboard.cpp:823:29: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/sndboard.cpp:861:29: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:1750:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:430:24: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:421:2: style: Variable 'xadd' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:447:0: style: Variable 'prevtval' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:449:45: style: Variable 'lumabuf2' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:712:0: style: Variable 'oddeven' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:1158:2: style: Variable 'xadd' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:1113:0: style: Variable 'doublebuffer' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:1164:0: style: Variable 'oddeven' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:1453:2: style: Variable 'xadd' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/specialmonitors.cpp:1894:3: style: Variable 'y' is modified but its new value is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/statusline.cpp:95:7: style: The scope of the variable 'side' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/statusline.cpp:124:11: style: Variable 'side' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/traps.cpp:249:25: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/traps.cpp:410:12: style: C-style pointer casting [cstyleCast]
fs-uae-2.8.4+dfsg/src/vm.cpp:412:2: style: Variable 'address' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/vm.cpp:410:0: note: Variable 'address' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/vm.cpp:412:2: note: Variable 'address' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/x86.cpp:344:2: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/x86.cpp:342:0: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/x86.cpp:344:2: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fs-uae-2.8.4+dfsg/src/x86.cpp:369:14: style: Same expression on both sides of '==' because the value of 'vp' and 'vpos' are the same. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/x86.cpp:368:13: note: 'vp' is assigned value 'vpos' here.
fs-uae-2.8.4+dfsg/src/x86.cpp:369:14: note: Same expression on both sides of '==' because the value of 'vp' and 'vpos' are the same.
fs-uae-2.8.4+dfsg/src/x86.cpp:3037:27: style: Same expression on both sides of '>='. [duplicateExpression]
fs-uae-2.8.4+dfsg/src/x86.cpp:505:10: style: The scope of the variable 'curbyte' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/x86.cpp:819:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/x86.cpp:780:10: style: struct member 'structpic::intoffset' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/x86.cpp:781:10: style: struct member 'structpic::priority' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/x86.cpp:782:10: style: struct member 'structpic::autoeoi' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/x86.cpp:784:10: style: struct member 'structpic::enabled' is never used. [unusedStructMember]
fs-uae-2.8.4+dfsg/src/x86.cpp:3000:35: style: Variable 'old_cpu_cycles' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/dosbox/dosbox.h:73:7: performance: Technically the member function 'CommandLine::FindCommand' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/x86.cpp:3414:19: note: Technically the member function 'CommandLine::FindCommand' can be static.
fs-uae-2.8.4+dfsg/src/dosbox/dosbox.h:73:7: note: Technically the member function 'CommandLine::FindCommand' can be static.
fs-uae-2.8.4+dfsg/src/dosbox/dosbox.h:77:15: performance: Technically the member function 'CommandLine::GetCount' can be static. [functionStatic]
fs-uae-2.8.4+dfsg/src/x86.cpp:3418:27: note: Technically the member function 'CommandLine::GetCount' can be static.
fs-uae-2.8.4+dfsg/src/dosbox/dosbox.h:77:15: note: Technically the member function 'CommandLine::GetCount' can be static.
fs-uae-2.8.4+dfsg/src/zfile.cpp:2297:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fs-uae-2.8.4+dfsg/src/zfile.cpp:2296:11: note: outer condition: off>z->allocsize
fs-uae-2.8.4+dfsg/src/zfile.cpp:2297:21: note: identical inner condition: z->allocsize<off
fs-uae-2.8.4+dfsg/src/zfile.cpp:2894:2: style: Variable 'zf' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/zfile.cpp:2887:0: note: Variable 'zf' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/zfile.cpp:2894:2: note: Variable 'zf' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/zfile.cpp:85:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile.cpp:439:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile.cpp:644:10: style: The scope of the variable 'b' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile.cpp:2865:17: style: The scope of the variable 'z' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile.cpp:3181:31: style: The scope of the variable 'p2' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile.cpp:3492:20: style: The scope of the variable 'd' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile.cpp:2253:11: style: Checking if unsigned variable 'l2' is less than zero. [unsignedLessThanZero]
fs-uae-2.8.4+dfsg/src/zfile.cpp:2270:11: style: Checking if unsigned variable 'l2' is less than zero. [unsignedLessThanZero]
fs-uae-2.8.4+dfsg/src/zfile.cpp:2861:2: style: Variable 'added' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/zfile.cpp:3125:9: style: Variable 'zn' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/zfile.cpp:3343:10: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1566:2: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1557:0: note: Variable 'z' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1566:2: note: Variable 'z' is reassigned a value before the old one has been used.
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1052:16: style: The scope of the variable 'zf' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1688:9: style: The scope of the variable 'devname' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1773:6: style: The scope of the variable 'surf' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1773:12: style: The scope of the variable 'spb' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1773:17: style: The scope of the variable 'spt' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1773:22: style: The scope of the variable 'lowcyl' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1773:30: style: The scope of the variable 'highcyl' can be reduced. [variableScope]
fs-uae-2.8.4+dfsg/src/zfile_archive.cpp:1784:9: style: Variable 'spb' is assigned a value that is never used. [unreadVariable]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fsa/fsa_1.15.9+dfsg.orig.tar.xz
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:215:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:61:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:77:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:87:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:166:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:216:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:28:18: warning: Member variable 'MWTask_blackbox::retVal_' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:33:18: warning: Member variable 'MWTask_blackbox::retVal_' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:37:8: performance: Variable 'args_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:38:8: performance: Variable 'input_files_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:39:8: performance: Variable 'output_files_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fsa-1.15.9/MW/src/BlackBox/MWTask_blackbox.C:228:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/BlackBox/MWWorker_blackbox.C:97:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/MW/src/BlackBox/MWWorker_blackbox.C:63:6: performance: Possible inefficient checking for 'l' emptiness. [stlSize]
fsa-1.15.9/MW/src/MWControlTasks/MWNWSTask.C:144:23: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWControlTasks/MWNWSTask.C:148:9: style: The scope of the variable 'tempStart' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWControlTasks/MWNWSTask.C:148:20: style: The scope of the variable 'tempEnd' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWControlTasks/MWNWSTask.C:149:6: style: The scope of the variable 'cc' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWControlTasks/MWNWSTask.C:49:12: warning: Member variable 'MWNWSTask::iterations' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWControlTasks/MWNWSTask.C:49:12: warning: Member variable 'MWNWSTask::timeInterval' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWControlTasks/MWNWSTask.C:49:12: warning: Member variable 'MWNWSTask::machineAddress' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWDriver.C:1280:6: warning: Either the condition 'w==NULL' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
fsa-1.15.9/MW/src/MWDriver.C:1282:9: note: Assuming that condition 'w==NULL' is not redundant
fsa-1.15.9/MW/src/MWDriver.C:1280:6: note: Null pointer dereference
fsa-1.15.9/MW/src/MWDriver.C:186:16: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:190:16: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:194:16: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:835:8: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:980:21: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:996:8: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2108:14: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2175:14: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2191:16: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2359:15: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2360:15: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2413:8: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2460:10: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2476:10: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2495:10: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2520:10: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2549:8: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2573:8: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:2628:16: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:3402:16: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:3573:8: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:3586:14: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:3594:18: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/MWDriver.C:163:2: style: Variable 'normal_tasks_all_done' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fsa-1.15.9/MW/src/MWDriver.C:105:2: note: Variable 'normal_tasks_all_done' is reassigned a value before the old one has been used if variable is no semaphore variable.
fsa-1.15.9/MW/src/MWDriver.C:163:2: note: Variable 'normal_tasks_all_done' is reassigned a value before the old one has been used if variable is no semaphore variable.
fsa-1.15.9/MW/src/MWDriver.C:1325:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fsa-1.15.9/MW/src/MWList.h:977:13: style: The scope of the variable 'newly_removed' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWList.h:1038:12: style: The scope of the variable 'obj' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWList.h:1039:9: style: The scope of the variable 'key' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.h:913:9: style: The scope of the variable 't' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:273:22: style: The scope of the variable 'i' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:414:8: style: The scope of the variable 'need_continue' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:1181:11: style: The scope of the variable 'grp1' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:1369:8: style: The scope of the variable 'task' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:1441:11: style: The scope of the variable 'grp1' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:1859:14: style: The scope of the variable 'retval' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:1903:11: style: The scope of the variable 'grp2' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:2098:6: style: The scope of the variable 'total' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:2170:12: style: The scope of the variable 'tempr' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:2246:12: style: The scope of the variable 't' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:2307:10: style: The scope of the variable 't' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:2323:15: style: The scope of the variable 'w' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:2344:11: style: The scope of the variable 'tt' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:2409:14: style: The scope of the variable 'w' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:2545:14: style: The scope of the variable 'w' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:2568:14: style: The scope of the variable 'w' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:3045:7: style: The scope of the variable 'strbuf' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:3048:15: style: The scope of the variable 'new_swap' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:3049:6: style: The scope of the variable 'num_swapped' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:3049:49: style: The scope of the variable 'num_total' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWDriver.C:3568:14: style: The scope of the variable 'w' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWList.h:751:34: style: Function 'Append' argument 1 names different: declaration 'item' definition 'obj'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWList.h:176:42: note: Function 'Append' argument 1 names different: declaration 'item' definition 'obj'.
fsa-1.15.9/MW/src/MWList.h:751:34: note: Function 'Append' argument 1 names different: declaration 'item' definition 'obj'.
fsa-1.15.9/MW/src/MWList.h:844:40: style: Function 'SortedInsert' argument 1 names different: declaration 'item' definition 'obj'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWList.h:180:29: note: Function 'SortedInsert' argument 1 names different: declaration 'item' definition 'obj'.
fsa-1.15.9/MW/src/MWList.h:844:40: note: Function 'SortedInsert' argument 1 names different: declaration 'item' definition 'obj'.
fsa-1.15.9/MW/src/MWList.h:930:41: style: Function 'IndexedInsert' argument 1 names different: declaration 'item' definition 'obj'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWList.h:204:31: note: Function 'IndexedInsert' argument 1 names different: declaration 'item' definition 'obj'.
fsa-1.15.9/MW/src/MWList.h:930:41: note: Function 'IndexedInsert' argument 1 names different: declaration 'item' definition 'obj'.
fsa-1.15.9/MW/src/MWDriver.C:1263:48: style: Function 'act_on_starting_worker' argument 1 names different: declaration 'w' definition 'wid'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWDriver.h:243:57: note: Function 'act_on_starting_worker' argument 1 names different: declaration 'w' definition 'wid'.
fsa-1.15.9/MW/src/MWDriver.C:1263:48: note: Function 'act_on_starting_worker' argument 1 names different: declaration 'w' definition 'wid'.
fsa-1.15.9/MW/src/MWDriver.C:2074:63: style: Function 'set_worker_timeout_limit' argument 2 names different: declaration 'timeout_frequency' definition 'timeout_freq'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWDriver.h:436:59: note: Function 'set_worker_timeout_limit' argument 2 names different: declaration 'timeout_frequency' definition 'timeout_freq'.
fsa-1.15.9/MW/src/MWDriver.C:2074:63: note: Function 'set_worker_timeout_limit' argument 2 names different: declaration 'timeout_frequency' definition 'timeout_freq'.
fsa-1.15.9/MW/src/MWDriver.C:2421:30: style: Function 'lookupWorker' argument 1 names different: declaration 'tid' definition 'id'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWDriver.h:939:34: note: Function 'lookupWorker' argument 1 names different: declaration 'tid' definition 'id'.
fsa-1.15.9/MW/src/MWDriver.C:2421:30: note: Function 'lookupWorker' argument 1 names different: declaration 'tid' definition 'id'.
fsa-1.15.9/MW/src/MWDriver.C:2541:27: style: Function 'numWorkers' argument 1 names different: declaration 'arch' definition 'ex_cl'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWDriver.h:971:23: note: Function 'numWorkers' argument 1 names different: declaration 'arch' definition 'ex_cl'.
fsa-1.15.9/MW/src/MWDriver.C:2541:27: note: Function 'numWorkers' argument 1 names different: declaration 'arch' definition 'ex_cl'.
fsa-1.15.9/MW/src/MWDriver.C:2680:26: style: Function 'rmWorker' argument 1 names different: declaration 'tid' definition 'id'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWDriver.h:942:31: note: Function 'rmWorker' argument 1 names different: declaration 'tid' definition 'id'.
fsa-1.15.9/MW/src/MWDriver.C:2680:26: note: Function 'rmWorker' argument 1 names different: declaration 'tid' definition 'id'.
fsa-1.15.9/MW/src/MWDriver.C:1041:12: style: Variable 'nowTime' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/MWWorkerID.h:79:6: style: Technically the member function 'MWWorkerID::get_id1' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:82:6: style: Technically the member function 'MWWorkerID::get_id2' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:87:6: style: Technically the member function 'MWWorkerID::get_vid' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:108:6: style: Technically the member function 'MWWorkerID::get_arch' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:114:6: style: Technically the member function 'MWWorkerID::get_exec_class' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:126:6: style: Technically the member function 'MWWorkerID::is_doomed' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:132:9: style: Technically the member function 'MWWorkerID::get_bench_result' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:165:10: style: Technically the member function 'MWWorkerID::isIdle' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:168:10: style: Technically the member function 'MWWorkerID::isSusp' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:261:12: style: Technically the member function 'MWWorkerID::get_total_time' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:263:12: style: Technically the member function 'MWWorkerID::get_last_event' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:265:12: style: Technically the member function 'MWWorkerID::get_total_suspended' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.h:267:12: style: Technically the member function 'MWWorkerID::get_total_working' can be const. [functionConst]
fsa-1.15.9/MW/src/MWList.h:125:7: style: Technically the member function 'MWIndexList::Display' can be const. [functionConst]
fsa-1.15.9/MW/src/MWList.h:495:23: note: Technically the member function 'MWIndexList::Display' can be const.
fsa-1.15.9/MW/src/MWList.h:125:7: note: Technically the member function 'MWIndexList::Display' can be const.
fsa-1.15.9/MW/src/MWList.h:145:14: style: Technically the member function 'MWList::isSorted' can be const. [functionConst]
fsa-1.15.9/MW/src/MWList.h:146:13: style: Technically the member function 'MWList::number' can be const. [functionConst]
fsa-1.15.9/MW/src/MWList.h:147:14: style: Technically the member function 'MWList::isEmpty' can be const. [functionConst]
fsa-1.15.9/MW/src/MWList.h:148:6: style: Technically the member function 'MWList::Number' can be const. [functionConst]
fsa-1.15.9/MW/src/MWList.h:569:18: note: Technically the member function 'MWList::Number' can be const.
fsa-1.15.9/MW/src/MWList.h:148:6: note: Technically the member function 'MWList::Number' can be const.
fsa-1.15.9/MW/src/MWList.h:149:7: style: Technically the member function 'MWList::IsEmpty' can be const. [functionConst]
fsa-1.15.9/MW/src/MWList.h:562:18: note: Technically the member function 'MWList::IsEmpty' can be const.
fsa-1.15.9/MW/src/MWList.h:149:7: note: Technically the member function 'MWList::IsEmpty' can be const.
fsa-1.15.9/MW/src/MWList.h:155:7: style: Technically the member function 'MWList::BeforeHead' can be const. [functionConst]
fsa-1.15.9/MW/src/MWList.h:598:18: note: Technically the member function 'MWList::BeforeHead' can be const.
fsa-1.15.9/MW/src/MWList.h:155:7: note: Technically the member function 'MWList::BeforeHead' can be const.
fsa-1.15.9/MW/src/MWList.h:156:7: style: Technically the member function 'MWList::AfterEnd' can be const. [functionConst]
fsa-1.15.9/MW/src/MWList.h:605:18: note: Technically the member function 'MWList::AfterEnd' can be const.
fsa-1.15.9/MW/src/MWList.h:156:7: note: Technically the member function 'MWList::AfterEnd' can be const.
fsa-1.15.9/MW/src/MWDriver.h:320:8: performance: Technically the member function 'MWDriver::workClasses_set' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:3427:11: note: Technically the member function 'MWDriver::workClasses_set' can be static.
fsa-1.15.9/MW/src/MWDriver.h:320:8: note: Technically the member function 'MWDriver::workClasses_set' can be static.
fsa-1.15.9/MW/src/MWDriver.h:323:7: performance: Technically the member function 'MWDriver::workClasses_get' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:3446:11: note: Technically the member function 'MWDriver::workClasses_get' can be static.
fsa-1.15.9/MW/src/MWDriver.h:323:7: note: Technically the member function 'MWDriver::workClasses_get' can be static.
fsa-1.15.9/MW/src/MWDriver.h:329:7: performance: Technically the member function 'MWDriver::workClasses_getworkers' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:3452:11: note: Technically the member function 'MWDriver::workClasses_getworkers' can be static.
fsa-1.15.9/MW/src/MWDriver.h:329:7: note: Technically the member function 'MWDriver::workClasses_getworkers' can be static.
fsa-1.15.9/MW/src/MWDriver.h:331:7: performance: Technically the member function 'MWDriver::workClasses_gettasks' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:3458:11: note: Technically the member function 'MWDriver::workClasses_gettasks' can be static.
fsa-1.15.9/MW/src/MWDriver.h:331:7: note: Technically the member function 'MWDriver::workClasses_gettasks' can be static.
fsa-1.15.9/MW/src/MWDriver.h:386:7: performance: Technically the member function 'MWDriver::matchTask' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:2357:11: note: Technically the member function 'MWDriver::matchTask' can be static.
fsa-1.15.9/MW/src/MWDriver.h:386:7: note: Technically the member function 'MWDriver::matchTask' can be static.
fsa-1.15.9/MW/src/MWDriver.h:655:8: performance: Technically the member function 'MWDriver::write_task' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:3027:11: note: Technically the member function 'MWDriver::write_task' can be static.
fsa-1.15.9/MW/src/MWDriver.h:655:8: note: Technically the member function 'MWDriver::write_task' can be static.
fsa-1.15.9/MW/src/MWDriver.h:785:8: performance: Technically the member function 'MWDriver::ControlPanel' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:3519:11: note: Technically the member function 'MWDriver::ControlPanel' can be static.
fsa-1.15.9/MW/src/MWDriver.h:785:8: note: Technically the member function 'MWDriver::ControlPanel' can be static.
fsa-1.15.9/MW/src/MWDriver.h:871:7: style: Technically the member function 'MWDriver::getPendingNum' can be const. [functionConst]
fsa-1.15.9/MW/src/MWDriver.h:873:8: performance: Technically the member function 'MWDriver::getGlobalLock' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:4508:11: note: Technically the member function 'MWDriver::getGlobalLock' can be static.
fsa-1.15.9/MW/src/MWDriver.h:873:8: note: Technically the member function 'MWDriver::getGlobalLock' can be static.
fsa-1.15.9/MW/src/MWDriver.h:874:8: performance: Technically the member function 'MWDriver::getGlobalUnLock' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:4514:11: note: Technically the member function 'MWDriver::getGlobalUnLock' can be static.
fsa-1.15.9/MW/src/MWDriver.h:874:8: note: Technically the member function 'MWDriver::getGlobalUnLock' can be static.
fsa-1.15.9/MW/src/MWDriver.h:893:15: performance: Technically the member function 'MWDriver::insert_into_set' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.h:911:15: performance: Technically the member function 'MWDriver::in_set' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.h:1260:6: performance: Technically the member function 'MWDriver::send_update_message' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:4458:11: note: Technically the member function 'MWDriver::send_update_message' can be static.
fsa-1.15.9/MW/src/MWDriver.h:1260:6: note: Technically the member function 'MWDriver::send_update_message' can be static.
fsa-1.15.9/MW/src/MWDriver.h:1263:6: performance: Technically the member function 'MWDriver::send_update_message_to' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWDriver.C:4469:11: note: Technically the member function 'MWDriver::send_update_message_to' can be static.
fsa-1.15.9/MW/src/MWDriver.h:1263:6: note: Technically the member function 'MWDriver::send_update_message_to' can be static.
fsa-1.15.9/MW/src/MWDriver.C:89:2: style: Class 'MWDriver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/MWDriver.C:89:2: style: Class 'MWDriver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/MWGroup.h:40:3: style: Class 'MWGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fsa-1.15.9/MW/src/MWList.h:140:2: style: Class 'MWList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fsa-1.15.9/MW/src/MWDriver.C:2859:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/MWDriver.C:2911:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/MWDriver.C:2922:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/MWDriver.C:2947:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/MWDriver.C:3012:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/MWDriver.C:3128:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/MWDriver.C:3136:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/MWDriver.C:3301:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/MWDriver.C:3309:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/MWList.h:1057:0: error: Memory leak: list [memleak]
fsa-1.15.9/MW/src/MWGroup.C:26:24: style: Function 'MWGroup' argument 1 names different: declaration 'grp' definition 'grps'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWGroup.h:40:17: note: Function 'MWGroup' argument 1 names different: declaration 'grp' definition 'grps'.
fsa-1.15.9/MW/src/MWGroup.C:26:24: note: Function 'MWGroup' argument 1 names different: declaration 'grp' definition 'grps'.
fsa-1.15.9/MW/src/MWGroup.h:44:8: style: Technically the member function 'MWGroup::belong' can be const. [functionConst]
fsa-1.15.9/MW/src/MWGroup.C:54:10: note: Technically the member function 'MWGroup::belong' can be const.
fsa-1.15.9/MW/src/MWGroup.h:44:8: note: Technically the member function 'MWGroup::belong' can be const.
fsa-1.15.9/MW/src/MWGroup.C:29:2: style: Class 'MWGroup' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/MWGroup.C:29:2: style: Class 'MWGroup' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/MWList.h:216:64: style: Function 'MWListElement' argument 2 names different: declaration 'key' definition 'sortKey'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWList.h:49:48: note: Function 'MWListElement' argument 2 names different: declaration 'key' definition 'sortKey'.
fsa-1.15.9/MW/src/MWList.h:216:64: note: Function 'MWListElement' argument 2 names different: declaration 'key' definition 'sortKey'.
fsa-1.15.9/MW/src/MWList.h:232:19: warning: Member variable 'MWIndex::num' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWList.h:232:19: warning: Member variable 'MWIndex::upper' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWList.h:232:19: warning: Member variable 'MWIndex::lower' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWList.h:325:2: style: Class 'MWIndexList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/MWList.h:325:2: style: Class 'MWIndexList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/MWList.h:541:8: style: Class 'MWList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/MWList.h:541:8: style: Class 'MWList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/MWStats.C:263:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fsa-1.15.9/MW/src/MWStats.C:519:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWStats.C:77:69: style: Function 'write_checkpoint' argument 2 names different: declaration 'wlist' definition 'worlist'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWStats.h:85:57: note: Function 'write_checkpoint' argument 2 names different: declaration 'wlist' definition 'worlist'.
fsa-1.15.9/MW/src/MWStats.C:77:69: note: Function 'write_checkpoint' argument 2 names different: declaration 'wlist' definition 'worlist'.
fsa-1.15.9/MW/src/MWStats.C:395:29: style: Function 'get_stats' argument 12 names different: declaration 'workerlist' definition 'wrlist'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWStats.h:72:24: note: Function 'get_stats' argument 12 names different: declaration 'workerlist' definition 'wrlist'.
fsa-1.15.9/MW/src/MWStats.C:395:29: note: Function 'get_stats' argument 12 names different: declaration 'workerlist' definition 'wrlist'.
fsa-1.15.9/MW/src/MWStats.h:135:10: style: Unused private function: 'MWStatistics::mean' [unusedPrivateFunction]
fsa-1.15.9/MW/src/MWStats.h:141:10: style: Unused private function: 'MWStatistics::var' [unusedPrivateFunction]
fsa-1.15.9/MW/src/MWStats.h:56:10: performance: Technically the member function 'MWStatistics::makestats' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWStats.C:259:20: note: Technically the member function 'MWStatistics::makestats' can be static.
fsa-1.15.9/MW/src/MWStats.h:56:10: note: Technically the member function 'MWStatistics::makestats' can be static.
fsa-1.15.9/MW/src/MWStats.h:135:10: performance: Technically the member function 'MWStatistics::mean' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWStats.C:508:22: note: Technically the member function 'MWStatistics::mean' can be static.
fsa-1.15.9/MW/src/MWStats.h:135:10: note: Technically the member function 'MWStatistics::mean' can be static.
fsa-1.15.9/MW/src/MWStats.h:141:10: performance: Technically the member function 'MWStatistics::var' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWStats.C:517:22: note: Technically the member function 'MWStatistics::var' can be static.
fsa-1.15.9/MW/src/MWStats.h:141:10: note: Technically the member function 'MWStatistics::var' can be static.
fsa-1.15.9/MW/src/MWStats.h:147:7: style: Technically the member function 'MWStatistics::get_max_vid' can be const. [functionConst]
fsa-1.15.9/MW/src/MWStats.C:529:19: note: Technically the member function 'MWStatistics::get_max_vid' can be const.
fsa-1.15.9/MW/src/MWStats.h:147:7: note: Technically the member function 'MWStatistics::get_max_vid' can be const.
fsa-1.15.9/MW/src/MWStats.C:39:2: style: Class 'MWStatistics' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/MWStats.C:39:2: style: Class 'MWStatistics' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/MWTask.C:36:9: warning: Member variable 'MWTask::randomstop' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWTask.C:36:9: warning: Member variable 'MWTask::working_time' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWTask.C:36:9: warning: Member variable 'MWTask::cpu_time' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWTask.C:41:2: style: Class 'MWTask' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/MWTask.C:41:2: style: Class 'MWTask' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/MWTaskContainer.C:5:18: warning: Member variable 'MWTaskContainer::number' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWTaskContainer.C:5:18: warning: Member variable 'MWTaskContainer::worker' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWTaskContainer.C:5:18: warning: Member variable 'MWTaskContainer::Side' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWTaskContainer.C:9:2: style: Class 'MWTaskContainer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/MWTaskContainer.C:9:2: style: Class 'MWTaskContainer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/MWWorker.C:208:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/MW/src/MWWorker.C:207:3: note: Variable 'status' is reassigned a value before the old one has been used.
fsa-1.15.9/MW/src/MWWorker.C:208:3: note: Variable 'status' is reassigned a value before the old one has been used.
fsa-1.15.9/MW/src/MWWorker.C:161:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fsa-1.15.9/MW/src/MWWorker.C:187:6: style: The scope of the variable 'curSubTask' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWWorker.C:506:9: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/MWWorker.C:28:11: warning: Member variable 'MWWorker::controlTask' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWWorker.C:28:11: warning: Member variable 'MWWorker::mach_name' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWWorker.C:28:11: warning: Member variable 'MWWorker::master_mach_name' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWWorker.C:28:11: warning: Member variable 'MWWorker::workerid' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/MWWorkerID.C:491:6: style: Condition 'jeff_hack' is always false [knownConditionTrueFalse]
fsa-1.15.9/MW/src/MWWorkerID.C:489:25: note: Assignment 'jeff_hack=false', assigned value is 0
fsa-1.15.9/MW/src/MWWorkerID.C:491:6: note: Condition 'jeff_hack' is always false
fsa-1.15.9/MW/src/MWWorkerID.C:406:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fsa-1.15.9/MW/src/MWWorkerID.C:470:8: style: The scope of the variable 'equal_pos' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWWorkerID.C:471:6: style: The scope of the variable 'found' can be reduced. [variableScope]
fsa-1.15.9/MW/src/MWWorkerID.C:621:46: style: Function 'getNetworkConnectivity' argument 1 names different: declaration 't' definition 'retVal'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/MWWorkerID.h:135:42: note: Function 'getNetworkConnectivity' argument 1 names different: declaration 't' definition 'retVal'.
fsa-1.15.9/MW/src/MWWorkerID.C:621:46: note: Function 'getNetworkConnectivity' argument 1 names different: declaration 't' definition 'retVal'.
fsa-1.15.9/MW/src/MWWorkerID.C:158:5: warning: The buffer 'mach_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fsa-1.15.9/MW/src/MWWorkerID.h:135:9: style: Technically the member function 'MWWorkerID::getNetworkConnectivity' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.C:621:13: note: Technically the member function 'MWWorkerID::getNetworkConnectivity' can be const.
fsa-1.15.9/MW/src/MWWorkerID.h:135:9: note: Technically the member function 'MWWorkerID::getNetworkConnectivity' can be const.
fsa-1.15.9/MW/src/MWWorkerID.h:148:23: style: Technically the member function 'MWWorkerID::currentState' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.C:132:34: note: Technically the member function 'MWWorkerID::currentState' can be const.
fsa-1.15.9/MW/src/MWWorkerID.h:148:23: note: Technically the member function 'MWWorkerID::currentState' can be const.
fsa-1.15.9/MW/src/MWWorkerID.h:210:7: style: Technically the member function 'MWWorkerID::ckpt_stats' can be const. [functionConst]
fsa-1.15.9/MW/src/MWWorkerID.C:336:18: note: Technically the member function 'MWWorkerID::ckpt_stats' can be const.
fsa-1.15.9/MW/src/MWWorkerID.h:210:7: note: Technically the member function 'MWWorkerID::ckpt_stats' can be const.
fsa-1.15.9/MW/src/MWWorkerID.h:271:9: performance: Technically the member function 'MWWorkerID::check_for_int_val' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWWorkerID.C:446:17: note: Technically the member function 'MWWorkerID::check_for_int_val' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:271:9: note: Technically the member function 'MWWorkerID::check_for_int_val' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:272:12: performance: Technically the member function 'MWWorkerID::check_for_float_val' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWWorkerID.C:452:20: note: Technically the member function 'MWWorkerID::check_for_float_val' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:272:12: note: Technically the member function 'MWWorkerID::check_for_float_val' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:273:9: performance: Technically the member function 'MWWorkerID::check_for_string_val' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWWorkerID.C:458:18: note: Technically the member function 'MWWorkerID::check_for_string_val' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:273:9: note: Technically the member function 'MWWorkerID::check_for_string_val' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:363:7: performance: Technically the member function 'MWWorkerID::init_vids' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWWorkerID.C:63:13: note: Technically the member function 'MWWorkerID::init_vids' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:363:7: note: Technically the member function 'MWWorkerID::init_vids' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:369:6: performance: Technically the member function 'MWWorkerID::get_next_vid' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWWorkerID.C:376:13: note: Technically the member function 'MWWorkerID::get_next_vid' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:369:6: note: Technically the member function 'MWWorkerID::get_next_vid' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:372:7: performance: Technically the member function 'MWWorkerID::release_vid' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWWorkerID.C:396:13: note: Technically the member function 'MWWorkerID::release_vid' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:372:7: note: Technically the member function 'MWWorkerID::release_vid' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:381:7: performance: Technically the member function 'MWWorkerID::lprintf' can be static. [functionStatic]
fsa-1.15.9/MW/src/MWWorkerID.C:401:13: note: Technically the member function 'MWWorkerID::lprintf' can be static.
fsa-1.15.9/MW/src/MWWorkerID.h:381:7: note: Technically the member function 'MWWorkerID::lprintf' can be static.
fsa-1.15.9/MW/src/MWWorkerID.C:630:2: warning: Possible leak in public function. The pointer 'group' is not deallocated before it is allocated. [publicAllocationError]
fsa-1.15.9/MW/src/MWprintf.C:102:10: error: Array 'fmt[39]' accessed at index 42, which is out of bounds. [arrayIndexOutOfBounds]
fsa-1.15.9/MW/src/MWprintf.C:58:21: note: Calling function 'MWprintf', 2nd argument 'fmt' value is "Could not close the file %x as errno is %d\n"
fsa-1.15.9/MW/src/MWprintf.C:102:10: note: Array index out of bounds
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:886:25: style: Public interface of MWPvmRC is not safe. When calling MWPvmRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:893:25: style: Public interface of MWPvmRC is not safe. When calling MWPvmRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:900:25: style: Public interface of MWPvmRC is not safe. When calling MWPvmRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:907:25: style: Public interface of MWPvmRC is not safe. When calling MWPvmRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:914:25: style: Public interface of MWPvmRC is not safe. When calling MWPvmRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:921:25: style: Public interface of MWPvmRC is not safe. When calling MWPvmRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:928:25: style: Public interface of MWPvmRC is not safe. When calling MWPvmRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:935:25: style: Public interface of MWPvmRC is not safe. When calling MWPvmRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:942:25: style: Public interface of MWPvmRC is not safe. When calling MWPvmRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:269:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:393:6: style: The scope of the variable 'info' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:673:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:704:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:736:6: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:799:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:957:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:989:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:1020:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:1051:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:1082:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:1113:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:1144:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:1175:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:1206:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:1237:11: style: The scope of the variable 'setr_ret' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:82:46: style: Function 'setup' argument 3 names different: declaration 'my_id' definition 'id'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:76:43: note: Function 'setup' argument 3 names different: declaration 'my_id' definition 'id'.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:82:46: note: Function 'setup' argument 3 names different: declaration 'my_id' definition 'id'.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:520:41: style: Function 'ask_for_host' argument 2 names different: declaration 'archnum' definition 'arch'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:135:38: note: Function 'ask_for_host' argument 2 names different: declaration 'archnum' definition 'arch'.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:520:41: note: Function 'ask_for_host' argument 2 names different: declaration 'archnum' definition 'arch'.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:668:21: style: Function 'nrecv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:178:24: note: Function 'nrecv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:668:21: note: Function 'nrecv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:877:21: style: Function 'who' argument 1 names different: declaration 'id' definition 'wh'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:184:19: note: Function 'who' argument 1 names different: declaration 'id' definition 'wh'.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:877:21: note: Function 'who' argument 1 names different: declaration 'id' definition 'wh'.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:298:16: style: Variable 'exec_class' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:129:7: performance: Technically the member function 'MWPvmRC::setup_notifies' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:502:10: note: Technically the member function 'MWPvmRC::setup_notifies' can be static.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:129:7: note: Technically the member function 'MWPvmRC::setup_notifies' can be static.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:135:7: performance: Technically the member function 'MWPvmRC::ask_for_host' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:520:10: note: Technically the member function 'MWPvmRC::ask_for_host' can be static.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:135:7: note: Technically the member function 'MWPvmRC::ask_for_host' can be static.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:139:8: performance: Technically the member function 'MWPvmRC::conf' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:630:10: note: Technically the member function 'MWPvmRC::conf' can be static.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:139:8: note: Technically the member function 'MWPvmRC::conf' can be static.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:260:7: style: Technically the member function 'MWPvmRC::choose_exec_class' can be const. [functionConst]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:569:10: note: Technically the member function 'MWPvmRC::choose_exec_class' can be const.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:260:7: note: Technically the member function 'MWPvmRC::choose_exec_class' can be const.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:268:8: style: Technically the member function 'MWPvmRC::sort_exec_class_ratio' can be const. [functionConst]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:592:10: note: Technically the member function 'MWPvmRC::sort_exec_class_ratio' can be const.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:268:8: note: Technically the member function 'MWPvmRC::sort_exec_class_ratio' can be const.
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:45:2: style: Class 'MWPvmRC' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:45:2: style: Class 'MWPvmRC' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:72:8: style: The function 'exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:84:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:72:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:76:7: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:90:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:76:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:81:7: style: The function 'config' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:105:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:81:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:87:7: style: The function 'start_worker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:120:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:87:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:98:7: style: The function 'init_beginning_workers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:136:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:98:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:101:7: style: The function 'restart_beginning_workers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:164:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:101:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:104:7: style: The function 'removeWorker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:143:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:104:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:107:7: style: The function 'read_RMstate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:157:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:107:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:110:7: style: The function 'write_RMstate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:159:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:110:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:123:7: style: The function 'hostaddlogic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:281:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:123:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:169:7: style: The function 'initsend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:308:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:169:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:172:7: style: The function 'send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:312:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:172:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:175:7: style: The function 'recv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:322:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:175:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:178:13: style: The function 'nrecv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:327:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:178:13: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:181:7: style: The function 'bufinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:330:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:181:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:184:8: style: The function 'who' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:334:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:184:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:187:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:353:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:187:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:190:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:355:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:190:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:193:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:357:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:193:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:196:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:359:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:196:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:199:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:361:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:199:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:202:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:363:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:202:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:205:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:365:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:205:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:208:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:367:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:208:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:211:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:369:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:211:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:214:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:371:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:214:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:217:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:393:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:217:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:220:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:395:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:220:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:223:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:397:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:223:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:226:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:399:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:226:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:229:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:401:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:229:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:232:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:403:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:232:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:235:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:405:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:235:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:238:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:407:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:238:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:241:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:409:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:241:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:244:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:411:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:244:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:276:7: style: The function 'recv_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:463:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:276:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:277:8: style: The function 'setrbuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:465:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:277:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:279:7: style: The function 'freebuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:467:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:279:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:280:17: style: The function 'recv_buffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:471:24: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:280:17: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:281:8: style: The function 'next_buf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:469:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.h:281:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:499:0: error: Memory leak: num_execs [memleak]
fsa-1.15.9/MW/src/RMComm/MW-CondorPVM/MWCondorPvmRC.C:826:2: error: Mismatching allocation and deallocation: buf_id [mismatchAllocDealloc]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:682:16: style: Redundant condition: !isMaster. 'isMaster || (!isMaster && master_expected_number==0)' is equivalent to 'isMaster || master_expected_number==0' [redundantCondition]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:265:10: style: Condition 'j==0' is always true [knownConditionTrueFalse]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:228:11: note: Assignment 'j=0', assigned value is 0
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:265:10: note: Condition 'j==0' is always true
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1587:69: warning: Either the condition 'buf==NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1585:14: note: Assuming that condition 'buf==NULL' is not redundant
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1587:69: note: Null pointer dereference
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1307:24: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1339:24: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1371:24: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1403:24: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1432:24: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1463:24: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1494:24: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1526:24: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1558:24: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1584:27: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1781:26: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2090:26: style: C-style pointer casting [cstyleCast]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:769:5: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:762:0: note: Variable 'op' is reassigned a value before the old one has been used.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:769:5: note: Variable 'op' is reassigned a value before the old one has been used.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:958:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:950:0: note: Variable 'op' is reassigned a value before the old one has been used.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:958:2: note: Variable 'op' is reassigned a value before the old one has been used.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:265:10: style: Same expression on both sides of '==' because the value of 'j' and '0' are the same. [duplicateExpression]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:228:11: note: 'j' is assigned value '0' here.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:265:10: note: Same expression on both sides of '==' because the value of 'j' and '0' are the same.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:229:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:403:6: style: The scope of the variable 'cID' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:411:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2499:6: style: The scope of the variable 'cur' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:112:22: style: Function 'exit' argument 1 names different: declaration 'exitval' definition 'retval'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:78:19: note: Function 'exit' argument 1 names different: declaration 'exitval' definition 'retval'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:112:22: note: Function 'exit' argument 1 names different: declaration 'exitval' definition 'retval'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:165:59: style: Function 'setup' argument 4 names different: declaration 'mastertid' definition 'master_tid'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:75:56: note: Function 'setup' argument 4 names different: declaration 'mastertid' definition 'master_tid'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:165:59: note: Function 'setup' argument 4 names different: declaration 'mastertid' definition 'master_tid'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:401:26: style: Function 'do_spawn' argument 1 names different: declaration 'numworkers' definition 'nWorkers'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:280:22: note: Function 'do_spawn' argument 1 names different: declaration 'numworkers' definition 'nWorkers'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:401:26: note: Function 'do_spawn' argument 1 names different: declaration 'numworkers' definition 'nWorkers'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:401:40: style: Function 'do_spawn' argument 2 names different: declaration 'arch' definition 'ex_cl'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:280:38: note: Function 'do_spawn' argument 2 names different: declaration 'arch' definition 'ex_cl'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:401:40: note: Function 'do_spawn' argument 2 names different: declaration 'arch' definition 'ex_cl'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:599:22: style: Function 'send' argument 1 names different: declaration 'toWhom' definition 'to_whom'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:135:18: note: Function 'send' argument 1 names different: declaration 'toWhom' definition 'to_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:599:22: note: Function 'send' argument 1 names different: declaration 'toWhom' definition 'to_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:729:22: style: Function 'recv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:138:19: note: Function 'recv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:729:22: note: Function 'recv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:746:23: style: Function 'nrecv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:141:18: note: Function 'nrecv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:746:23: note: Function 'nrecv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:865:33: style: Function 'master_recv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:295:24: note: Function 'master_recv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:865:33: note: Function 'master_recv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:943:29: style: Function 'worker_recv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:298:24: note: Function 'worker_recv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:943:29: note: Function 'worker_recv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1121:29: style: Function 'pack' argument 1 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:156:25: note: Function 'pack' argument 1 names different: declaration 'i' definition 'j'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1121:29: note: Function 'pack' argument 1 names different: declaration 'i' definition 'j'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1293:37: style: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:177:33: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1293:37: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1325:34: style: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:180:30: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1325:34: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1357:35: style: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:183:31: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1357:35: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1389:25: style: Function 'unpack' argument 1 names different: declaration 'i' definition 'j'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:186:21: note: Function 'unpack' argument 1 names different: declaration 'i' definition 'j'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1389:25: note: Function 'unpack' argument 1 names different: declaration 'i' definition 'j'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1389:32: style: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:186:28: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1389:32: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1418:42: style: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:189:38: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1418:42: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1449:35: style: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:192:31: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1449:35: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1480:45: style: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:195:41: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1480:45: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1512:33: style: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:198:29: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1512:33: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1544:43: style: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:201:39: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:1544:43: note: Function 'unpack' argument 2 names different: declaration 'nitem' definition 'nitems'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2411:44: style: Function 'GetCondorId' argument 2 names different: declaration 'cId' definition 'cID'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:271:41: note: Function 'GetCondorId' argument 2 names different: declaration 'cId' definition 'cID'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2411:44: note: Function 'GetCondorId' argument 2 names different: declaration 'cId' definition 'cID'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2411:54: style: Function 'GetCondorId' argument 3 names different: declaration 'pId' definition 'pID'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:271:51: note: Function 'GetCondorId' argument 3 names different: declaration 'pId' definition 'pID'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2411:54: note: Function 'GetCondorId' argument 3 names different: declaration 'pId' definition 'pID'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2474:31: style: Function 'hostaddlogic' argument 1 names different: declaration 'w' definition 'num_workers'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:96:27: note: Function 'hostaddlogic' argument 1 names different: declaration 'w' definition 'num_workers'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2474:31: note: Function 'hostaddlogic' argument 1 names different: declaration 'w' definition 'num_workers'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2597:30: style: Function 'GetCounter' argument 1 names different: declaration 'file1' definition 'file'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:268:26: note: Function 'GetCounter' argument 1 names different: declaration 'file1' definition 'file'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2597:30: note: Function 'GetCounter' argument 1 names different: declaration 'file1' definition 'file'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2728:33: style: Function 'write_RMstate' argument 1 names different: declaration 'fp' definition 'filp'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:106:29: note: Function 'write_RMstate' argument 1 names different: declaration 'fp' definition 'filp'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2728:33: note: Function 'write_RMstate' argument 1 names different: declaration 'fp' definition 'filp'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2776:43: style: Function 'process_executable_name' argument 1 names different: declaration 'execut' definition 'exec'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:108:41: note: Function 'process_executable_name' argument 1 names different: declaration 'execut' definition 'exec'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2776:43: note: Function 'process_executable_name' argument 1 names different: declaration 'execut' definition 'exec'.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:766:17: style: Variable 'starttime' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:772:20: style: Variable 'waitedtime' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2386:13: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2498:0: style: Variable 'num_execs' is allocated memory that is never used. [unusedAllocatedMemory]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::expected_number' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::master_expected_number' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::output_directory' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::input_directory' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::control_directory' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::moment_worker_file' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::fileWorkers' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::cyclePosition' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::CHECKLOG_FREQ' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::turnNo' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::msgTag' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::whomRecv' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::SIMUL_SEND' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::subId' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::hostadd_reqs' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::checksum' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:103:11: warning: Member variable 'MWFileRC::worker_timeout' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:247:8: performance: Technically the member function 'MWFileRC::CheckLogFilesRunning' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2113:11: note: Technically the member function 'MWFileRC::CheckLogFilesRunning' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:247:8: note: Technically the member function 'MWFileRC::CheckLogFilesRunning' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:253:8: performance: Technically the member function 'MWFileRC::CheckLogFilesResuscicate' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2257:11: note: Technically the member function 'MWFileRC::CheckLogFilesResuscicate' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:253:8: note: Technically the member function 'MWFileRC::CheckLogFilesResuscicate' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:265:7: performance: Technically the member function 'MWFileRC::GetWorkerCounter' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2542:11: note: Technically the member function 'MWFileRC::GetWorkerCounter' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:265:7: note: Technically the member function 'MWFileRC::GetWorkerCounter' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:268:7: performance: Technically the member function 'MWFileRC::GetCounter' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2597:11: note: Technically the member function 'MWFileRC::GetCounter' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:268:7: note: Technically the member function 'MWFileRC::GetCounter' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:271:8: performance: Technically the member function 'MWFileRC::GetCondorId' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2411:11: note: Technically the member function 'MWFileRC::GetCondorId' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:271:8: note: Technically the member function 'MWFileRC::GetCondorId' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:289:7: performance: Technically the member function 'MWFileRC::sendFileToMaster' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2865:11: note: Technically the member function 'MWFileRC::sendFileToMaster' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:289:7: note: Technically the member function 'MWFileRC::sendFileToMaster' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:292:7: performance: Technically the member function 'MWFileRC::getFileFromMaster' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2927:11: note: Technically the member function 'MWFileRC::getFileFromMaster' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:292:7: note: Technically the member function 'MWFileRC::getFileFromMaster' can be static.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:300:7: style: Technically the member function 'MWFileRC::sort_exec_class_ratio' can be const. [functionConst]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2442:11: note: Technically the member function 'MWFileRC::sort_exec_class_ratio' can be const.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:300:7: note: Technically the member function 'MWFileRC::sort_exec_class_ratio' can be const.
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileSend.h:46:6: style: Class 'FileSendBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileSend.h:46:6: style: Class 'FileSendBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:75:7: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:90:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:75:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:78:8: style: The function 'exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:84:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:78:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:81:7: style: The function 'init_beginning_workers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:136:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:81:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:84:7: style: The function 'restart_beginning_workers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:164:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:84:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:89:7: style: The function 'start_worker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:120:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:89:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:92:7: style: The function 'removeWorker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:143:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:92:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:96:7: style: The function 'hostaddlogic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:281:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:96:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:108:9: style: The function 'process_executable_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:213:16: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:108:9: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:129:8: style: The function 'who' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:334:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:129:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:135:7: style: The function 'send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:312:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:135:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:138:8: style: The function 'recv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:322:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:138:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:141:7: style: The function 'nrecv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:327:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:141:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:144:7: style: The function 'bufinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:330:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:144:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:147:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:353:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:147:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:150:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:355:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:150:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:153:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:357:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:153:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:156:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:359:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:156:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:159:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:361:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:159:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:162:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:363:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:162:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:165:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:365:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:165:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:168:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:367:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:168:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:171:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:369:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:171:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:174:7: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:371:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:174:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:177:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:393:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:177:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:180:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:395:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:180:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:183:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:397:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:183:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:186:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:399:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:186:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:189:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:401:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:189:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:192:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:403:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:192:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:195:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:405:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:195:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:198:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:407:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:198:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:201:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:409:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:201:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:204:7: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:411:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:204:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:387:7: style: The function 'recv_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:463:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:387:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:388:8: style: The function 'setrbuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:465:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:388:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:390:7: style: The function 'freebuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:467:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:390:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:391:18: style: The function 'recv_buffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:471:24: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:391:18: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:392:8: style: The function 'next_buf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:469:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.h:392:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:516:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:525:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:464:46: error: Undefined behavior: Variable 'requirements' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fsa-1.15.9/MW/src/RMComm/MW-File/MWFileRC.C:2812:36: error: Undefined behavior: Variable 'newexec' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fsa-1.15.9/MW/src/RMComm/MW-File/chirp_client.c:170:6: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-File/chirp_client.c:255:6: style: The scope of the variable 'actual' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-File/chirp_client.c:281:6: style: The scope of the variable 'actual' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-File/chirp_client.c:319:6: style: The scope of the variable 'actual' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-File/chirp_client.c:386:21: style: Function 'convert_result' argument 1 names different: declaration 'response' definition 'result'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-File/chirp_client.c:51:32: note: Function 'convert_result' argument 1 names different: declaration 'response' definition 'result'.
fsa-1.15.9/MW/src/RMComm/MW-File/chirp_client.c:386:21: note: Function 'convert_result' argument 1 names different: declaration 'response' definition 'result'.
fsa-1.15.9/MW/src/RMComm/MW-File/chirp_client.c:180:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/RMComm/MW-File/chirp_client.c:136:0: error: Memory leak: host [memleak]
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.C:218:28: style: Function 'pack' argument 1 names different: declaration 'i' definition 'in'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:171:24: note: Function 'pack' argument 1 names different: declaration 'i' definition 'in'.
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.C:218:28: note: Function 'pack' argument 1 names different: declaration 'i' definition 'in'.
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.C:312:17: style: Variable 'num_sent' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.C:461:17: style: Variable 'num_sent' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.C:34:10: warning: Member variable 'MWIndRC::ind_sendbuf' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.C:34:10: warning: Member variable 'MWIndRC::ind_recvbuf' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.C:34:10: warning: Member variable 'MWIndRC::last_tag' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.C:34:10: warning: Member variable 'MWIndRC::sent_data' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:45:7: style: The function 'hostadd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:337:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:45:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:57:7: style: The function 'exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:84:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:57:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:63:6: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:90:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:63:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:67:6: style: The function 'config' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:105:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:67:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:71:6: style: The function 'start_worker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:120:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:71:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:77:6: style: The function 'init_beginning_workers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:136:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:77:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:80:6: style: The function 'restart_beginning_workers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:164:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:80:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:86:6: style: The function 'removeWorker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:143:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:86:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:93:6: style: The function 'read_RMstate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:157:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:93:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:95:6: style: The function 'write_RMstate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:159:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:95:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:106:6: style: The function 'hostaddlogic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:281:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:106:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:131:7: style: The function 'who' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:334:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:131:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:135:6: style: The function 'initsend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:308:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:135:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:139:6: style: The function 'send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:312:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:139:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:144:6: style: The function 'recv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:322:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:144:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:146:6: style: The function 'nrecv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:327:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:146:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:149:6: style: The function 'bufinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:330:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:149:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:165:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:353:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:165:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:167:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:355:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:167:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:169:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:357:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:169:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:171:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:359:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:171:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:173:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:361:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:173:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:175:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:363:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:175:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:177:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:365:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:177:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:179:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:367:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:179:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:181:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:369:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:181:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:183:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:371:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:183:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:196:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:393:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:196:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:198:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:395:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:198:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:200:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:397:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:200:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:202:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:399:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:202:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:204:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:401:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:204:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:206:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:403:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:206:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:208:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:405:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:208:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:210:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:407:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:210:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:212:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:409:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:212:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:214:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:411:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:214:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:220:7: style: The function 'recv_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:463:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:220:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:221:8: style: The function 'setrbuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:465:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:221:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:223:7: style: The function 'freebuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:467:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:223:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:224:18: style: The function 'recv_buffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:471:24: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:224:18: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:225:8: style: The function 'next_buf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:469:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Independent/MWIndRC.h:225:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1956:11: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:2044:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:2059:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:2064:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:351:6: style: The scope of the variable 'cur' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1266:6: style: The scope of the variable 'cID' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1271:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:31: style: Function 'MWSocketRC' argument 1 names different: declaration 'maste' definition 'master'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:77:19: note: Function 'MWSocketRC' argument 1 names different: declaration 'maste' definition 'master'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:31: note: Function 'MWSocketRC' argument 1 names different: declaration 'maste' definition 'master'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:250:24: style: Function 'exit' argument 1 names different: declaration 'exitval' definition 'retval'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:94:18: note: Function 'exit' argument 1 names different: declaration 'exitval' definition 'retval'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:250:24: note: Function 'exit' argument 1 names different: declaration 'exitval' definition 'retval'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:327:33: style: Function 'hostaddlogic' argument 1 names different: declaration 'w' definition 'numworkers'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:112:26: note: Function 'hostaddlogic' argument 1 names different: declaration 'w' definition 'numworkers'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:327:33: note: Function 'hostaddlogic' argument 1 names different: declaration 'w' definition 'numworkers'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:415:34: style: Function 'read_RMstate' argument 1 names different: declaration 'fp' definition 'myfp'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:117:27: note: Function 'read_RMstate' argument 1 names different: declaration 'fp' definition 'myfp'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:415:34: note: Function 'read_RMstate' argument 1 names different: declaration 'fp' definition 'myfp'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:440:35: style: Function 'write_RMstate' argument 1 names different: declaration 'fp' definition 'myfp'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:122:28: note: Function 'write_RMstate' argument 1 names different: declaration 'fp' definition 'myfp'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:440:35: note: Function 'write_RMstate' argument 1 names different: declaration 'fp' definition 'myfp'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:480:45: style: Function 'process_executable_name' argument 1 names different: declaration 'execut' definition 'exec'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:124:40: note: Function 'process_executable_name' argument 1 names different: declaration 'execut' definition 'exec'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:480:45: note: Function 'process_executable_name' argument 1 names different: declaration 'execut' definition 'exec'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:949:38: style: Function 'finalRecv' argument 2 names different: declaration 'buf' definition 'b'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:318:31: note: Function 'finalRecv' argument 2 names different: declaration 'buf' definition 'b'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:949:38: note: Function 'finalRecv' argument 2 names different: declaration 'buf' definition 'b'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1264:28: style: Function 'do_spawn' argument 1 names different: declaration 'numworkers' definition 'nWorkers'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:303:21: note: Function 'do_spawn' argument 1 names different: declaration 'numworkers' definition 'nWorkers'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1264:28: note: Function 'do_spawn' argument 1 names different: declaration 'numworkers' definition 'nWorkers'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1264:42: style: Function 'do_spawn' argument 2 names different: declaration 'arch' definition 'ex_cl'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:303:37: note: Function 'do_spawn' argument 2 names different: declaration 'arch' definition 'ex_cl'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1264:42: note: Function 'do_spawn' argument 2 names different: declaration 'arch' definition 'ex_cl'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1479:31: style: Function 'pack' argument 1 names different: declaration 'i' definition 'ii'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:177:24: note: Function 'pack' argument 1 names different: declaration 'i' definition 'ii'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1479:31: note: Function 'pack' argument 1 names different: declaration 'i' definition 'ii'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1540:42: style: Function 'pack' argument 1 names different: declaration 'ush' definition 'us'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:186:35: note: Function 'pack' argument 1 names different: declaration 'ush' definition 'us'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1540:42: note: Function 'pack' argument 1 names different: declaration 'ush' definition 'us'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1719:27: style: Function 'unpack' argument 1 names different: declaration 'i' definition 'ii'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:219:20: note: Function 'unpack' argument 1 names different: declaration 'i' definition 'ii'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1719:27: note: Function 'unpack' argument 1 names different: declaration 'i' definition 'ii'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1776:38: style: Function 'unpack' argument 1 names different: declaration 'ush' definition 'us'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:228:31: note: Function 'unpack' argument 1 names different: declaration 'ush' definition 'us'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1776:38: note: Function 'unpack' argument 1 names different: declaration 'ush' definition 'us'.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1972:10: style: union member 'utopia::bytes' is never used. [unusedStructMember]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::masterId' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::masterAddress' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::masterSocket' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::socketComm' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::current_num_workers' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::submitted_num_workers' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::socketWorkers' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::reverseMap' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::turnNo' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::msgTag' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::whomRecv' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::subId' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::hostadd_reqs' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::num_workers' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::worker_timeout' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::sendBuffer' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::messageSize' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::recvBuffer' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::recvSize' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:120:13: warning: Member variable 'MWSocketRC::recvPointer' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:245:14: performance: Technically the member function 'MWSocketRC::marshall_int' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1906:13: note: Technically the member function 'MWSocketRC::marshall_int' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:245:14: note: Technically the member function 'MWSocketRC::marshall_int' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:248:14: performance: Technically the member function 'MWSocketRC::marshall_uint' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1914:13: note: Technically the member function 'MWSocketRC::marshall_uint' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:248:14: note: Technically the member function 'MWSocketRC::marshall_uint' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:251:14: performance: Technically the member function 'MWSocketRC::marshall_short' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1922:13: note: Technically the member function 'MWSocketRC::marshall_short' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:251:14: note: Technically the member function 'MWSocketRC::marshall_short' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:254:14: performance: Technically the member function 'MWSocketRC::marshall_ushort' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1930:13: note: Technically the member function 'MWSocketRC::marshall_ushort' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:254:14: note: Technically the member function 'MWSocketRC::marshall_ushort' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:257:14: performance: Technically the member function 'MWSocketRC::marshall_long' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1938:13: note: Technically the member function 'MWSocketRC::marshall_long' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:257:14: note: Technically the member function 'MWSocketRC::marshall_long' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:260:14: performance: Technically the member function 'MWSocketRC::marshall_ulong' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1946:13: note: Technically the member function 'MWSocketRC::marshall_ulong' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:260:14: note: Technically the member function 'MWSocketRC::marshall_ulong' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:270:13: performance: Technically the member function 'MWSocketRC::unmarshall_int' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1993:13: note: Technically the member function 'MWSocketRC::unmarshall_int' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:270:13: note: Technically the member function 'MWSocketRC::unmarshall_int' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:273:22: performance: Technically the member function 'MWSocketRC::unmarshall_uint' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:2001:13: note: Technically the member function 'MWSocketRC::unmarshall_uint' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:273:22: note: Technically the member function 'MWSocketRC::unmarshall_uint' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:276:15: performance: Technically the member function 'MWSocketRC::unmarshall_short' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:2009:13: note: Technically the member function 'MWSocketRC::unmarshall_short' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:276:15: note: Technically the member function 'MWSocketRC::unmarshall_short' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:279:24: performance: Technically the member function 'MWSocketRC::unmarshall_ushort' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:2017:13: note: Technically the member function 'MWSocketRC::unmarshall_ushort' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:279:24: note: Technically the member function 'MWSocketRC::unmarshall_ushort' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:282:14: performance: Technically the member function 'MWSocketRC::unmarshall_long' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:2025:13: note: Technically the member function 'MWSocketRC::unmarshall_long' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:282:14: note: Technically the member function 'MWSocketRC::unmarshall_long' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:285:23: performance: Technically the member function 'MWSocketRC::unmarshall_ulong' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:2033:13: note: Technically the member function 'MWSocketRC::unmarshall_ulong' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:285:23: note: Technically the member function 'MWSocketRC::unmarshall_ulong' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:318:6: performance: Technically the member function 'MWSocketRC::finalRecv' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:949:13: note: Technically the member function 'MWSocketRC::finalRecv' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:318:6: note: Technically the member function 'MWSocketRC::finalRecv' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:320:6: performance: Technically the member function 'MWSocketRC::nfinalRecv' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:909:13: note: Technically the member function 'MWSocketRC::nfinalRecv' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:320:6: note: Technically the member function 'MWSocketRC::nfinalRecv' can be static.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:338:7: style: Technically the member function 'MWSocketRC::sort_exec_class_ratio' can be const. [functionConst]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:388:13: note: Technically the member function 'MWSocketRC::sort_exec_class_ratio' can be const.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:338:7: note: Technically the member function 'MWSocketRC::sort_exec_class_ratio' can be const.
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:91:6: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:90:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:91:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:94:7: style: The function 'exit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:84:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:94:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:97:6: style: The function 'init_beginning_workers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:136:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:97:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:100:6: style: The function 'restart_beginning_workers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:164:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:100:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:105:6: style: The function 'start_worker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:120:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:105:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:108:6: style: The function 'removeWorker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:143:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:108:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:112:6: style: The function 'hostaddlogic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:281:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:112:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:124:8: style: The function 'process_executable_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:213:16: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:124:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:145:7: style: The function 'who' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:334:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:145:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:151:6: style: The function 'send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:312:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:151:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:155:6: style: The function 'pre_send' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:315:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:155:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:156:7: style: The function 'setPollTimeOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:316:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:156:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:159:7: style: The function 'recv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:322:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:159:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:162:6: style: The function 'nrecv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:327:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:162:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:165:6: style: The function 'bufinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:330:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:165:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:168:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:353:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:168:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:171:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:355:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:171:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:174:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:357:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:174:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:177:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:359:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:177:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:180:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:361:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:180:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:183:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:363:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:183:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:186:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:365:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:186:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:189:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:367:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:189:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:192:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:369:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:192:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:195:6: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:371:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:195:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:199:7: style: The function 'thread_start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:374:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:199:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:200:7: style: The function 'thread_stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:375:15: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:200:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:203:6: style: The function 'raw_pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:377:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:203:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:206:6: style: The function 'raw_unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:380:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:206:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:210:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:393:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:210:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:213:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:395:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:213:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:216:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:397:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:216:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:219:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:399:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:219:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:222:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:401:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:222:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:225:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:403:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:225:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:228:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:405:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:228:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:231:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:407:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:231:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:234:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:409:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:234:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:237:6: style: The function 'unpack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:411:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:237:6: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:424:7: style: The function 'recv_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:463:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:424:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:425:8: style: The function 'setrbuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:465:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:425:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:427:7: style: The function 'freebuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:467:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:427:7: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:428:18: style: The function 'recv_buffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:471:24: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:428:18: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:429:8: style: The function 'next_buf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:469:14: note: Virtual function in base class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.h:429:8: note: Function in derived class
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1383:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1389:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1289:3: error: Memory leak: ids [memleak]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:535:40: error: Undefined behavior: Variable 'newexec' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fsa-1.15.9/MW/src/RMComm/MW-Socket/MWSocketRC.C:1323:46: error: Undefined behavior: Variable 'requirements' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:431:25: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:449:25: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:469:25: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:486:25: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:505:25: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:521:25: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:538:25: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:555:25: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:573:25: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::pack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:616:27: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::unpack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:630:27: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::unpack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:645:27: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::unpack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:659:27: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::unpack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:673:27: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::unpack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:687:27: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::unpack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:701:27: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::unpack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:715:27: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::unpack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:728:27: style: Public interface of MWStaticMPIRC is not safe. When calling MWStaticMPIRC::unpack(), if parameter stride is 0 that leads to division by zero. [unsafeClassDivZero]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:314:5: style: Variable 'buf_id' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:311:0: note: Variable 'buf_id' is reassigned a value before the old one has been used.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:314:5: note: Variable 'buf_id' is reassigned a value before the old one has been used.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:56:13: warning: Redundant assignment of 'max_size' to itself. [selfAssignment]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:86:52: style: Function 'setup' argument 3 names different: declaration 'my_id' definition 'id'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:132:43: note: Function 'setup' argument 3 names different: declaration 'my_id' definition 'id'.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:86:52: note: Function 'setup' argument 3 names different: declaration 'my_id' definition 'id'.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:116:65: style: Function 'config' argument 3 names different: declaration 'w' definition 'workers'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:150:56: note: Function 'config' argument 3 names different: declaration 'w' definition 'workers'.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:116:65: note: Function 'config' argument 3 names different: declaration 'w' definition 'workers'.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:231:73: style: Function 'restart_beginning_workers' argument 2 names different: declaration 'worker' definition 'workers'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:181:64: note: Function 'restart_beginning_workers' argument 2 names different: declaration 'worker' definition 'workers'.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:231:73: note: Function 'restart_beginning_workers' argument 2 names different: declaration 'worker' definition 'workers'.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:269:27: style: Function 'nrecv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:264:25: note: Function 'nrecv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:269:27: note: Function 'nrecv' argument 1 names different: declaration 'fromWhom' definition 'from_whom'.
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:487:10: style: Unused variable: dim [unusedVariable]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:639:16: style: Variable 'dim' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:652:24: style: Variable 'dim' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:735:9: style: Unused variable: data [unusedVariable]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:40:2: warning: Member variable 'Msg_buf::max_size' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:40:2: warning: Member variable 'Msg_buf::id' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:40:2: warning: Member variable 'Msg_buf::sender' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:38:16: warning: Member variable 'MWStaticMPIRC::hostadd_reqs' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:38:16: warning: Member variable 'MWStaticMPIRC::submit_list' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:38:16: warning: Member variable 'MWStaticMPIRC::num_send_msgs' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:38:16: warning: Member variable 'MWStaticMPIRC::num_recv_msgs' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:38:16: warning: Member variable 'MWStaticMPIRC::sendBuffer' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:38:16: warning: Member variable 'MWStaticMPIRC::recvBuffer' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:38:16: warning: Member variable 'MWStaticMPIRC::sendPosition' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:38:16: warning: Member variable 'MWStaticMPIRC::recvPosition' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:42:11: style: Class 'Msg_buf' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:42:11: style: Class 'Msg_buf' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.h:40:2: style: Class 'Msg_buf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:329:9: error: Memory leak: buf_id [memleak]
fsa-1.15.9/MW/src/RMComm/MW-StaticMPI/MWStaticMPIRC.C:371:2: error: Memory leak: buf_id [memleak]
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:262:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:220:38: style: Function 'set_num_arch_classes' argument 1 names different: declaration 'n' definition 'num'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:177:33: note: Function 'set_num_arch_classes' argument 1 names different: declaration 'n' definition 'num'.
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:220:38: note: Function 'set_num_arch_classes' argument 1 names different: declaration 'n' definition 'num'.
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:358:74: style: Function 'process_executable_name' argument 3 names different: declaration 'num_arc' definition 'ar_cl'. [funcArgNamesDifferent]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:213:74: note: Function 'process_executable_name' argument 3 names different: declaration 'num_arc' definition 'ar_cl'.
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:358:74: note: Function 'process_executable_name' argument 3 names different: declaration 'num_arc' definition 'ar_cl'.
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:29:11: warning: Member variable 'MWRMComm::recv_buf_list' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:29:11: warning: Member variable 'MWRMComm::bytes_packed_' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:29:11: warning: Member variable 'MWRMComm::bytes_unpacked_' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:174:6: style: Technically the member function 'MWRMComm::get_num_exec_classes' can be const. [functionConst]
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:212:11: note: Technically the member function 'MWRMComm::get_num_exec_classes' can be const.
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:174:6: note: Technically the member function 'MWRMComm::get_num_exec_classes' can be const.
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:183:6: style: Technically the member function 'MWRMComm::get_num_arch_classes' can be const. [functionConst]
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:254:11: note: Technically the member function 'MWRMComm::get_num_arch_classes' can be const.
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:183:6: note: Technically the member function 'MWRMComm::get_num_arch_classes' can be const.
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:188:6: style: Technically the member function 'MWRMComm::get_num_executables' can be const. [functionConst]
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:281:11: note: Technically the member function 'MWRMComm::get_num_executables' can be const.
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:188:6: note: Technically the member function 'MWRMComm::get_num_executables' can be const.
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:262:6: style: Technically the member function 'MWRMComm::get_target_num_workers' can be const. [functionConst]
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:369:11: note: Technically the member function 'MWRMComm::get_target_num_workers' can be const.
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:262:6: note: Technically the member function 'MWRMComm::get_target_num_workers' can be const.
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:473:7: performance: Technically the member function 'MWRMComm::verify_file_exists' can be static. [functionStatic]
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:433:11: note: Technically the member function 'MWRMComm::verify_file_exists' can be static.
fsa-1.15.9/MW/src/RMComm/MWRMComm.h:473:7: note: Technically the member function 'MWRMComm::verify_file_exists' can be static.
fsa-1.15.9/MW/src/RMComm/MWRMComm.C:151:4: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fsa-1.15.9/src/annealing/alignment_DAG.cc:33:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/src/annealing/alignment_DAG.cc:73:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/src/annealing/alignment_DAG.cc:668:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/src/fsa/algebras.h:390:15: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fsa-1.15.9/src/fsa/algebras.h:73:3: warning: Member variable 'BFloat::f' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/algebras.h:73:3: warning: Member variable 'BFloat::e' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/algebras.h:383:3: warning: Member variable 'Logspace::x' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/algebras.h:382:3: style: Class 'Logspace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fsa-1.15.9/src/fsa/algebras.h:440:3: style: Class 'Algebra' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fsa-1.15.9/src/fsa/algebras.h:442:3: style: Class 'Algebra' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1777:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1774:17: note: outer condition: 1
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1777:21: note: identical inner condition: 1
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1298:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1297:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1298:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1301:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1300:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1301:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1528:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1527:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1528:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1531:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1530:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1531:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1676:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1675:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1676:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1679:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1678:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1679:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2102:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2101:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2102:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2105:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2104:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2105:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2167:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2166:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2167:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2170:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2169:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2170:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2381:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2380:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2381:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2384:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2383:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2384:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2429:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2428:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2429:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2432:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2431:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2432:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1177:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1173:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1177:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1194:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1190:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1194:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1198:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1194:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1198:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1202:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1198:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1202:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1206:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1202:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1206:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1218:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1214:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1218:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1222:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1218:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1222:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1226:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1222:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1226:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1230:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1226:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1230:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1275:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1271:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1275:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2031:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2027:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2031:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2048:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2044:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2048:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2052:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2048:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2052:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2056:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2052:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2056:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2060:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2056:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2060:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2072:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2068:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2072:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2076:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2072:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2076:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2080:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2076:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2080:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2084:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2080:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2084:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2144:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2140:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2144:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:818:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:956:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:959:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1036:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1110:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1113:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1298:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1301:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1370:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1528:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1531:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1619:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1676:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1679:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1770:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1773:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1793:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1796:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1874:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1948:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1951:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1960:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1963:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2102:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2105:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2126:118: style: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2104:23: note: 'iPos0' is assigned value '0' here.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2126:118: note: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2139:136: style: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2101:19: note: 'iPos1' is assigned value '0' here.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2139:136: note: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2167:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2170:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2240:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2297:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2300:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2381:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2384:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2404:118: style: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2383:23: note: 'iPos0' is assigned value '0' here.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2404:118: note: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2411:136: style: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2380:19: note: 'iPos1' is assigned value '0' here.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2411:136: note: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2429:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2432:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:106:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:107:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block2Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:108:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:225:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:226:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block2Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:227:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:464:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:465:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:466:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:583:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:584:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:585:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1563:13: style: The scope of the variable 'CurStateMemoryaaIndel2Block2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1564:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block1From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1566:13: style: The scope of the variable 'CurStateMemoryaaIndel2Block3To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1814:13: style: The scope of the variable 'CurStateMemoryaaIndel2Block2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1815:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1819:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block3From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1820:13: style: The scope of the variable 'CurStateMemoryaaIndel2Block1To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:1821:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2184:13: style: The scope of the variable 'CurStateMemoryaaIndel2Block2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2186:19: style: The scope of the variable 'CurStateMemoryaaIndel2Block3From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:2187:13: style: The scope of the variable 'CurStateMemoryaaIndel2Block1To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:65:54: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:69:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:65:54: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:184:60: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:117:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:184:60: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:423:65: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:202:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:423:65: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:542:71: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:250:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:542:71: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/dptables.h:359:3: warning: Member variable 'SparseDPTable::table' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:381:3: warning: Member variable 'SparseDPTable::table' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:403:3: warning: Member variable 'SparseDPTable::table' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:264:1: style: The class 'FoldedTable' does not have a constructor although it has private member variables. [noConstructor]
fsa-1.15.9/src/fsa/dptables.h:279:3: warning: Member variable 'DPTable::pTable' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:279:3: warning: Member variable 'DPTable::maxa' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:279:3: warning: Member variable 'DPTable::maxb' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:279:3: warning: Member variable 'DPTable::maxc' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:279:3: warning: Member variable 'DPTable::maxd' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:294:3: warning: Member variable 'DPTable::pTable' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:294:3: warning: Member variable 'DPTable::maxa' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:294:3: warning: Member variable 'DPTable::maxb' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:294:3: warning: Member variable 'DPTable::maxc' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:294:3: warning: Member variable 'DPTable::maxd' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:309:3: warning: Member variable 'DPTable::pTable' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:309:3: warning: Member variable 'DPTable::maxa' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:309:3: warning: Member variable 'DPTable::maxb' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:309:3: warning: Member variable 'DPTable::maxc' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:309:3: warning: Member variable 'DPTable::maxd' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:324:3: warning: Member variable 'DPTable::pTable' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:324:3: warning: Member variable 'DPTable::maxa' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:324:3: warning: Member variable 'DPTable::maxb' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:324:3: warning: Member variable 'DPTable::maxc' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:324:3: warning: Member variable 'DPTable::maxd' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:339:3: warning: Member variable 'DPTable::maxa' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:339:3: warning: Member variable 'DPTable::maxb' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:339:3: warning: Member variable 'DPTable::maxc' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:339:3: warning: Member variable 'DPTable::maxd' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/mybanding.h:50:3: warning: Member variable 'MyBanding::iLastRow' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/fsa/dptables.h:186:8: style: Unused private function: '_DPT::clear' [unusedPrivateFunction]
fsa-1.15.9/src/fsa/dptables.h:186:8: performance: Technically the member function '_DPT::clear' can be static. [functionStatic]
fsa-1.15.9/src/fsa/dptables.h:193:8: performance: Technically the member function '_DPT::written' can be static. [functionStatic]
fsa-1.15.9/src/fsa/dptables.h:361:8: performance: Technically the member function 'SparseDPTable::allocate' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:137:9: performance: Technically the member function 'AminoAcidIndel2AlignBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:138:9: performance: Technically the member function 'AminoAcidIndel2AlignBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:266:36: note: Technically the member function 'AminoAcidIndel2AlignBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:138:9: note: Technically the member function 'AminoAcidIndel2AlignBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:139:9: performance: Technically the member function 'AminoAcidIndel2AlignBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:140:9: performance: Technically the member function 'AminoAcidIndel2AlignBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:276:36: note: Technically the member function 'AminoAcidIndel2AlignBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:140:9: note: Technically the member function 'AminoAcidIndel2AlignBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:270:9: performance: Technically the member function 'AminoAcidIndel2AlignWithBandingBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:271:9: performance: Technically the member function 'AminoAcidIndel2AlignWithBandingBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:624:47: note: Technically the member function 'AminoAcidIndel2AlignWithBandingBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:271:9: note: Technically the member function 'AminoAcidIndel2AlignWithBandingBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:272:9: performance: Technically the member function 'AminoAcidIndel2AlignWithBandingBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:273:9: performance: Technically the member function 'AminoAcidIndel2AlignWithBandingBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoacid_indel2dp.cc:634:47: note: Technically the member function 'AminoAcidIndel2AlignWithBandingBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/aminoacid_indel2dp.h:273:9: note: Technically the member function 'AminoAcidIndel2AlignWithBandingBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/mybanding.h:46:7: style: Technically the member function 'MyBanding::diagonal' can be const. [functionConst]
fsa-1.15.9/src/fsa/algebras.h:440:0: style: Class 'Algebra < BFloatMethods >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fsa-1.15.9/src/fsa/algebras.h:442:0: style: Class 'Algebra < BFloatMethods >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fsa-1.15.9/src/fsa/mybanding.h:69:8: style: The function 'hasNextForward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/fsa/dptables.h:110:16: note: Virtual function in base class
fsa-1.15.9/src/fsa/mybanding.h:69:8: note: Function in derived class
fsa-1.15.9/src/fsa/mybanding.h:83:8: style: The function 'hasNextBackward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/fsa/dptables.h:111:16: note: Virtual function in base class
fsa-1.15.9/src/fsa/mybanding.h:83:8: note: Function in derived class
fsa-1.15.9/src/fsa/mybanding.h:97:8: style: The function 'lastColumnEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/fsa/dptables.h:113:16: note: Virtual function in base class
fsa-1.15.9/src/fsa/mybanding.h:97:8: note: Function in derived class
fsa-1.15.9/src/fsa/mybanding.h:103:8: style: The function 'warning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/fsa/dptables.h:115:16: note: Virtual function in base class
fsa-1.15.9/src/fsa/mybanding.h:103:8: note: Function in derived class
fsa-1.15.9/src/fsa/aminoaciddp.cc:1629:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1626:17: note: outer condition: 1
fsa-1.15.9/src/fsa/aminoaciddp.cc:1629:21: note: identical inner condition: 1
fsa-1.15.9/src/fsa/aminoaciddp.cc:1208:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1207:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1208:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1211:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1210:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1211:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1408:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1407:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1408:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1411:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1410:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1411:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1536:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1535:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1536:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1539:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1538:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1539:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1900:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1899:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1900:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1903:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1902:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1903:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1957:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1956:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1957:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1960:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1959:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:1960:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:2143:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2142:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:2143:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:2146:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2145:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:2146:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:2189:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2188:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:2189:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:2192:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2191:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/aminoaciddp.cc:2192:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/aminoaciddp.cc:1128:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1124:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1128:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1132:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1128:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1132:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1144:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1140:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1144:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1148:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1144:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1148:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1862:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1858:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1862:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1866:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1862:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1866:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1878:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1874:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1878:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1882:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1878:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1882:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/aminoaciddp.cc:818:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:926:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:929:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1006:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1060:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1063:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1208:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1211:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1280:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1408:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1411:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1499:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1536:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1539:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1622:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1625:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1643:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1646:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1724:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1778:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1781:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1790:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1793:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1900:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1903:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1924:106: style: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1902:23: note: 'iPos0' is assigned value '0' here.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1924:106: note: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1933:124: style: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1899:19: note: 'iPos1' is assigned value '0' here.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1933:124: note: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same.
fsa-1.15.9/src/fsa/aminoaciddp.cc:1957:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1960:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2030:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2067:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2070:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2143:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2146:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2166:106: style: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2145:23: note: 'iPos0' is assigned value '0' here.
fsa-1.15.9/src/fsa/aminoaciddp.cc:2166:106: note: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same.
fsa-1.15.9/src/fsa/aminoaciddp.cc:2172:124: style: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2142:19: note: 'iPos1' is assigned value '0' here.
fsa-1.15.9/src/fsa/aminoaciddp.cc:2172:124: note: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same.
fsa-1.15.9/src/fsa/aminoaciddp.cc:2189:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:2192:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/aminoaciddp.cc:106:19: style: The scope of the variable 'CurStateMemoryaaBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:107:19: style: The scope of the variable 'CurStateMemoryaaBlock2Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:108:19: style: The scope of the variable 'CurStateMemoryaaBlock3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:225:19: style: The scope of the variable 'CurStateMemoryaaBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:226:19: style: The scope of the variable 'CurStateMemoryaaBlock2Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:227:19: style: The scope of the variable 'CurStateMemoryaaBlock3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:464:19: style: The scope of the variable 'CurStateMemoryaaBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:465:19: style: The scope of the variable 'CurStateMemoryaaBlock2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:466:19: style: The scope of the variable 'CurStateMemoryaaBlock3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:583:19: style: The scope of the variable 'CurStateMemoryaaBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:584:19: style: The scope of the variable 'CurStateMemoryaaBlock2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:585:19: style: The scope of the variable 'CurStateMemoryaaBlock3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1443:13: style: The scope of the variable 'CurStateMemoryaaBlock2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1444:19: style: The scope of the variable 'CurStateMemoryaaBlock1From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1446:13: style: The scope of the variable 'CurStateMemoryaaBlock3To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1664:13: style: The scope of the variable 'CurStateMemoryaaBlock2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1665:19: style: The scope of the variable 'CurStateMemoryaaBlock2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1669:19: style: The scope of the variable 'CurStateMemoryaaBlock3From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1670:13: style: The scope of the variable 'CurStateMemoryaaBlock1To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1671:19: style: The scope of the variable 'CurStateMemoryaaBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1974:13: style: The scope of the variable 'CurStateMemoryaaBlock2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1976:19: style: The scope of the variable 'CurStateMemoryaaBlock3From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:1977:13: style: The scope of the variable 'CurStateMemoryaaBlock1To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/aminoaciddp.cc:65:48: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/aminoaciddp.h:69:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoaciddp.cc:65:48: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoaciddp.cc:184:54: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/aminoaciddp.h:117:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoaciddp.cc:184:54: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoaciddp.cc:423:59: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/aminoaciddp.h:202:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoaciddp.cc:423:59: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoaciddp.cc:542:65: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/aminoaciddp.h:250:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoaciddp.cc:542:65: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/aminoaciddp.h:137:9: performance: Technically the member function 'AminoAcidAlignBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoaciddp.h:138:9: performance: Technically the member function 'AminoAcidAlignBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoaciddp.cc:266:30: note: Technically the member function 'AminoAcidAlignBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/aminoaciddp.h:138:9: note: Technically the member function 'AminoAcidAlignBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/aminoaciddp.h:139:9: performance: Technically the member function 'AminoAcidAlignBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoaciddp.h:140:9: performance: Technically the member function 'AminoAcidAlignBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoaciddp.cc:276:30: note: Technically the member function 'AminoAcidAlignBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/aminoaciddp.h:140:9: note: Technically the member function 'AminoAcidAlignBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/aminoaciddp.h:270:9: performance: Technically the member function 'AminoAcidAlignWithBandingBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoaciddp.h:271:9: performance: Technically the member function 'AminoAcidAlignWithBandingBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoaciddp.cc:624:41: note: Technically the member function 'AminoAcidAlignWithBandingBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/aminoaciddp.h:271:9: note: Technically the member function 'AminoAcidAlignWithBandingBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/aminoaciddp.h:272:9: performance: Technically the member function 'AminoAcidAlignWithBandingBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoaciddp.h:273:9: performance: Technically the member function 'AminoAcidAlignWithBandingBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/aminoaciddp.cc:634:41: note: Technically the member function 'AminoAcidAlignWithBandingBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/aminoaciddp.h:273:9: note: Technically the member function 'AminoAcidAlignWithBandingBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/anchors.cc:572:60: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
fsa-1.15.9/src/fsa/anchors.cc:574:60: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
fsa-1.15.9/src/fsa/anchors.cc:524:9: performance: Possible inefficient checking for 'xoverlaps' emptiness. [stlSize]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1649:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1646:17: note: outer condition: 1
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1649:21: note: identical inner condition: 1
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1234:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1233:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1234:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1237:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1236:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1237:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1432:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1431:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1432:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1435:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1434:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1435:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1548:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1547:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1548:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1551:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1550:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1551:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1942:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1941:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1942:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1945:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1944:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1945:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2007:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2006:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2007:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2010:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2009:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2010:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2189:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2188:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2189:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2192:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2191:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2192:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2237:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2236:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2237:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2240:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2239:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2240:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1113:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1109:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1113:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1130:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1126:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1130:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1134:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1130:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1134:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1138:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1134:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1138:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1142:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1138:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1142:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1154:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1150:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1154:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1158:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1154:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1158:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1162:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1158:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1162:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1166:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1162:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1166:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1211:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1207:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1211:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1871:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1867:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1871:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1888:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1884:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1888:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1892:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1888:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1892:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1896:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1892:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1896:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1900:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1896:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1900:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1912:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1908:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1912:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1916:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1912:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1916:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1920:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1916:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1920:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1924:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1920:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1924:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1984:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1980:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1984:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:786:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:924:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:927:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:972:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1046:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1049:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1234:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1237:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1274:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1432:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1435:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1491:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1548:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1551:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1642:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1645:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1665:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1668:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1714:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1788:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1791:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1800:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1803:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1942:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1945:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1966:120: style: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1944:23: note: 'iPos0' is assigned value '0' here.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1966:120: note: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1979:138: style: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1941:19: note: 'iPos1' is assigned value '0' here.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1979:138: note: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2007:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2010:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2048:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2105:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2108:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2189:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2192:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2212:120: style: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2191:23: note: 'iPos0' is assigned value '0' here.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2212:120: note: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2219:138: style: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2188:19: note: 'iPos1' is assigned value '0' here.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2219:138: note: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2237:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2240:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:106:19: style: The scope of the variable 'CurStateMemorynucIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:107:19: style: The scope of the variable 'CurStateMemorynucIndel2Block2Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:108:19: style: The scope of the variable 'CurStateMemorynucIndel2Block3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:225:19: style: The scope of the variable 'CurStateMemorynucIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:226:19: style: The scope of the variable 'CurStateMemorynucIndel2Block2Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:227:19: style: The scope of the variable 'CurStateMemorynucIndel2Block3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:464:19: style: The scope of the variable 'CurStateMemorynucIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:465:19: style: The scope of the variable 'CurStateMemorynucIndel2Block2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:466:19: style: The scope of the variable 'CurStateMemorynucIndel2Block3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:583:19: style: The scope of the variable 'CurStateMemorynucIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:584:19: style: The scope of the variable 'CurStateMemorynucIndel2Block2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:585:19: style: The scope of the variable 'CurStateMemorynucIndel2Block3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1467:13: style: The scope of the variable 'CurStateMemorynucIndel2Block2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1468:19: style: The scope of the variable 'CurStateMemorynucIndel2Block1From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1470:13: style: The scope of the variable 'CurStateMemorynucIndel2Block3To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1686:13: style: The scope of the variable 'CurStateMemorynucIndel2Block2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1687:19: style: The scope of the variable 'CurStateMemorynucIndel2Block2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1691:19: style: The scope of the variable 'CurStateMemorynucIndel2Block3From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1692:13: style: The scope of the variable 'CurStateMemorynucIndel2Block1To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:1693:19: style: The scope of the variable 'CurStateMemorynucIndel2Block1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2024:13: style: The scope of the variable 'CurStateMemorynucIndel2Block2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2026:19: style: The scope of the variable 'CurStateMemorynucIndel2Block3From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:2027:13: style: The scope of the variable 'CurStateMemorynucIndel2Block1To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:65:55: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:69:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:65:55: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:184:61: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:117:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:184:61: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:423:66: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:202:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:423:66: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:542:72: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:250:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:542:72: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:137:9: performance: Technically the member function 'NucleotideIndel2AlignBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:138:9: performance: Technically the member function 'NucleotideIndel2AlignBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:266:37: note: Technically the member function 'NucleotideIndel2AlignBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:138:9: note: Technically the member function 'NucleotideIndel2AlignBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:139:9: performance: Technically the member function 'NucleotideIndel2AlignBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:140:9: performance: Technically the member function 'NucleotideIndel2AlignBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:276:37: note: Technically the member function 'NucleotideIndel2AlignBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:140:9: note: Technically the member function 'NucleotideIndel2AlignBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:270:9: performance: Technically the member function 'NucleotideIndel2AlignWithBandingBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:271:9: performance: Technically the member function 'NucleotideIndel2AlignWithBandingBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:624:48: note: Technically the member function 'NucleotideIndel2AlignWithBandingBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:271:9: note: Technically the member function 'NucleotideIndel2AlignWithBandingBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:272:9: performance: Technically the member function 'NucleotideIndel2AlignWithBandingBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:273:9: performance: Technically the member function 'NucleotideIndel2AlignWithBandingBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotide_indel2dp.cc:634:48: note: Technically the member function 'NucleotideIndel2AlignWithBandingBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotide_indel2dp.h:273:9: note: Technically the member function 'NucleotideIndel2AlignWithBandingBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1501:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1498:17: note: outer condition: 1
fsa-1.15.9/src/fsa/nucleotidedp.cc:1501:21: note: identical inner condition: 1
fsa-1.15.9/src/fsa/nucleotidedp.cc:1144:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1143:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1144:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1147:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1146:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1147:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1312:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1311:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1312:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1315:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1314:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1315:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1408:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1407:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1408:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1411:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1410:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1411:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1740:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1739:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1740:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1743:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1742:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1743:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1797:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1796:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1797:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1800:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1799:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1800:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1951:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1950:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1951:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1954:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1953:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1954:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1997:18: style: Condition 'iPos1==iPos1' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1996:19: note: Assignment 'iPos1=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:1997:18: note: Condition 'iPos1==iPos1' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:2000:22: style: Condition 'iPos0==iPos0' is always true [knownConditionTrueFalse]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1999:23: note: Assignment 'iPos0=0', assigned value is 0
fsa-1.15.9/src/fsa/nucleotidedp.cc:2000:22: note: Condition 'iPos0==iPos0' is always true
fsa-1.15.9/src/fsa/nucleotidedp.cc:1064:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1060:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1064:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1068:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1064:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1068:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1080:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1076:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1080:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1084:21: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1080:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1084:21: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1702:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1698:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1702:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1706:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1702:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1706:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1718:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1714:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1718:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1722:25: style: Variable 'iTempProb[1]' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1718:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1722:25: note: Variable 'iTempProb[1]' is reassigned a value before the old one has been used.
fsa-1.15.9/src/fsa/nucleotidedp.cc:786:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:894:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:897:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:942:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:996:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:999:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1144:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1147:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1184:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1312:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1315:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1371:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1408:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1411:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1494:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1497:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1515:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1518:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1564:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1618:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1621:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1630:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1633:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1740:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1743:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1764:108: style: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1742:23: note: 'iPos0' is assigned value '0' here.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1764:108: note: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1773:126: style: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1739:19: note: 'iPos1' is assigned value '0' here.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1773:126: note: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1797:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1800:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1838:29: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1875:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1878:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1951:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1954:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1974:108: style: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1953:23: note: 'iPos0' is assigned value '0' here.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1974:108: note: Same expression on both sides of '-' because the value of 'iPos0' and '0' are the same.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1980:126: style: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1950:19: note: 'iPos1' is assigned value '0' here.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1980:126: note: Same expression on both sides of '-' because the value of 'iPos1' and '0' are the same.
fsa-1.15.9/src/fsa/nucleotidedp.cc:1997:18: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:2000:22: style: Same expression on both sides of '=='. [duplicateExpression]
fsa-1.15.9/src/fsa/nucleotidedp.cc:106:19: style: The scope of the variable 'CurStateMemorynucBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:107:19: style: The scope of the variable 'CurStateMemorynucBlock2Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:108:19: style: The scope of the variable 'CurStateMemorynucBlock3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:225:19: style: The scope of the variable 'CurStateMemorynucBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:226:19: style: The scope of the variable 'CurStateMemorynucBlock2Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:227:19: style: The scope of the variable 'CurStateMemorynucBlock3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:464:19: style: The scope of the variable 'CurStateMemorynucBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:465:19: style: The scope of the variable 'CurStateMemorynucBlock2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:466:19: style: The scope of the variable 'CurStateMemorynucBlock3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:583:19: style: The scope of the variable 'CurStateMemorynucBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:584:19: style: The scope of the variable 'CurStateMemorynucBlock2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:585:19: style: The scope of the variable 'CurStateMemorynucBlock3Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1347:13: style: The scope of the variable 'CurStateMemorynucBlock2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1348:19: style: The scope of the variable 'CurStateMemorynucBlock1From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1350:13: style: The scope of the variable 'CurStateMemorynucBlock3To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1536:13: style: The scope of the variable 'CurStateMemorynucBlock2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1537:19: style: The scope of the variable 'CurStateMemorynucBlock2withbandingSecondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1541:19: style: The scope of the variable 'CurStateMemorynucBlock3From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1542:13: style: The scope of the variable 'CurStateMemorynucBlock1To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1543:19: style: The scope of the variable 'CurStateMemorynucBlock1Secondary' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1814:13: style: The scope of the variable 'CurStateMemorynucBlock2withbandingTo' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1816:19: style: The scope of the variable 'CurStateMemorynucBlock3From' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:1817:13: style: The scope of the variable 'CurStateMemorynucBlock1To' can be reduced. [variableScope]
fsa-1.15.9/src/fsa/nucleotidedp.cc:65:49: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/nucleotidedp.h:69:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotidedp.cc:65:49: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotidedp.cc:184:55: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/nucleotidedp.h:117:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotidedp.cc:184:55: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotidedp.cc:423:60: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/nucleotidedp.h:202:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotidedp.cc:423:60: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotidedp.cc:542:66: style: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'. [funcArgNamesDifferent]
fsa-1.15.9/src/fsa/nucleotidedp.h:250:36: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotidedp.cc:542:66: note: Function 'getId' argument 1 names different: declaration 'sState' definition 'sId'.
fsa-1.15.9/src/fsa/nucleotidedp.h:137:9: performance: Technically the member function 'NucleotideAlignBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotidedp.h:138:9: performance: Technically the member function 'NucleotideAlignBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotidedp.cc:266:31: note: Technically the member function 'NucleotideAlignBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotidedp.h:138:9: note: Technically the member function 'NucleotideAlignBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotidedp.h:139:9: performance: Technically the member function 'NucleotideAlignBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotidedp.h:140:9: performance: Technically the member function 'NucleotideAlignBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotidedp.cc:276:31: note: Technically the member function 'NucleotideAlignBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotidedp.h:140:9: note: Technically the member function 'NucleotideAlignBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotidedp.h:270:9: performance: Technically the member function 'NucleotideAlignWithBandingBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotidedp.h:271:9: performance: Technically the member function 'NucleotideAlignWithBandingBaumWelch::transitionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotidedp.cc:624:42: note: Technically the member function 'NucleotideAlignWithBandingBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotidedp.h:271:9: note: Technically the member function 'NucleotideAlignWithBandingBaumWelch::transitionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotidedp.h:272:9: performance: Technically the member function 'NucleotideAlignWithBandingBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotidedp.h:273:9: performance: Technically the member function 'NucleotideAlignWithBandingBaumWelch::emissionIndex' can be static. [functionStatic]
fsa-1.15.9/src/fsa/nucleotidedp.cc:634:42: note: Technically the member function 'NucleotideAlignWithBandingBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/fsa/nucleotidedp.h:273:9: note: Technically the member function 'NucleotideAlignWithBandingBaumWelch::emissionIndex' can be static.
fsa-1.15.9/src/main/gapcleaner.cc:52:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/main/isect_mercator_alignment_gff.cc:107:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/main/map_coords.cc:79:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/main/map_gff_coords.cc:107:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/main/percentid.cc:50:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/main/prot2codon.cc:52:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/main/slice_fasta.cc:55:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/main/slice_fasta_gff.cc:62:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/main/slice_mercator_alignment.cc:96:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/main/translate.cc:51:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:281:18: style: The scope of the variable 'seq1' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:281:24: style: The scope of the variable 'pos1' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:281:30: style: The scope of the variable 'seq2' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:281:36: style: The scope of the variable 'pos2' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:282:9: style: The scope of the variable 'weight' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:283:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:344:6: style: The scope of the variable 'seq1' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:344:12: style: The scope of the variable 'seq2' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:344:18: style: The scope of the variable 'pos1' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:344:24: style: The scope of the variable 'pos2' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:345:9: style: The scope of the variable 'weight' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:346:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:398:6: style: The scope of the variable 'seq1' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:398:12: style: The scope of the variable 'seq2' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:398:18: style: The scope of the variable 'pos1' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:398:24: style: The scope of the variable 'pos2' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:398:30: style: The scope of the variable 'offset' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:400:8: style: The scope of the variable 'prob' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:402:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:471:18: style: The scope of the variable 'pos1' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:471:24: style: The scope of the variable 'pos2' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:472:8: style: The scope of the variable 'prob' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:523:6: style: The scope of the variable 'seq1' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:523:12: style: The scope of the variable 'seq2' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:523:18: style: The scope of the variable 'nCells' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:583:6: style: The scope of the variable 'seq1' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:583:12: style: The scope of the variable 'seq2' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:583:18: style: The scope of the variable 'nCells' can be reduced. [variableScope]
fsa-1.15.9/src/manager/db_postgres.cc:407:6: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
fsa-1.15.9/src/manager/db_postgres.cc:25:44: error: Undefined behavior: Variable 'conninfo' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fsa-1.15.9/src/manager/db_postgres.cc:27:42: error: Undefined behavior: Variable 'conninfo' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fsa-1.15.9/src/manager/db_postgres.cc:29:38: error: Undefined behavior: Variable 'conninfo' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fsa-1.15.9/src/manager/db_postgres.cc:31:40: error: Undefined behavior: Variable 'conninfo' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fsa-1.15.9/src/manager/db_postgres.cc:33:44: error: Undefined behavior: Variable 'conninfo' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fsa-1.15.9/src/manager/mw_master.cc:520:11: warning: Either the condition '(fp=fopen(path,"r"))!=NULL' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
fsa-1.15.9/src/manager/mw_master.cc:509:30: note: Assuming that condition '(fp=fopen(path,"r"))!=NULL' is not redundant
fsa-1.15.9/src/manager/mw_master.cc:520:11: note: Null pointer dereference
fsa-1.15.9/src/manager/mw_master.cc:109:7: style: The scope of the variable 'requirements' can be reduced. [variableScope]
fsa-1.15.9/src/manager/mw_master.cc:504:7: style: The scope of the variable 'line_input' can be reduced. [variableScope]
fsa-1.15.9/src/manager/mw_master.cc:81:19: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/src/manager/mw_master.cc:94:19: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/src/manager/mw_master.cc:296:0: style: Variable 'tmpSize' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/src/manager/mw_master.cc:297:0: style: Variable 'hostSize' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/src/manager/mw_worker.cc:158:3: style: Variable 'is_db_running' is reassigned a value before the old one has been used. [redundantAssignment]
fsa-1.15.9/src/manager/mw_worker.cc:152:0: note: Variable 'is_db_running' is reassigned a value before the old one has been used.
fsa-1.15.9/src/manager/mw_worker.cc:158:3: note: Variable 'is_db_running' is reassigned a value before the old one has been used.
fsa-1.15.9/src/manager/mw_worker.cc:172:65: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
fsa-1.15.9/src/manager/mw_worker.cc:177:61: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
fsa-1.15.9/src/manager/mw_worker.cc:181:56: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
fsa-1.15.9/src/manager/transfer_data.cc:341:62: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
fsa-1.15.9/src/manager/transfer_data.cc:345:66: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
fsa-1.15.9/src/manager/transfer_data.cc:373:57: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
fsa-1.15.9/src/manager/transfer_data.cc:159:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fsa-1.15.9/src/seq/gff.cc:192:0: style: Variable 'format' is assigned a value that is never used. [unreadVariable]
fsa-1.15.9/src/util/dexception.cc:105:12: style: The scope of the variable 'c' can be reduced. [variableScope]
fsa-1.15.9/src/util/regexp.cc:1325:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fsa-1.15.9/src/util/regexp.cc:537:59: style: Function 'regexp_internal' argument 1 names different: declaration 'r' definition 'orig'. [funcArgNamesDifferent]
fsa-1.15.9/src/util/regexp.cc:332:43: note: Function 'regexp_internal' argument 1 names different: declaration 'r' definition 'orig'.
fsa-1.15.9/src/util/regexp.cc:537:59: note: Function 'regexp_internal' argument 1 names different: declaration 'r' definition 'orig'.
fsa-1.15.9/src/util/regexp.cc:1075:47: style: Function 'CRegExecutor' argument 1 names different: declaration 'prog' definition 'p'. [funcArgNamesDifferent]
fsa-1.15.9/src/util/regexp.cc:1068:34: note: Function 'CRegExecutor' argument 1 names different: declaration 'prog' definition 'p'.
fsa-1.15.9/src/util/regexp.cc:1075:47: note: Function 'CRegExecutor' argument 1 names different: declaration 'prog' definition 'p'.
fsa-1.15.9/src/util/regexp.cc:1075:15: warning: Member variable 'CRegExecutor::reginput' is not initialized in the constructor. [uninitMemberVar]
fsa-1.15.9/src/util/regexp.cc:335:7: performance: Technically the member function 'regexp_internal::ignoreCase' can be static. [functionStatic]
fsa-1.15.9/src/util/regexp.cc:1632:23: note: Technically the member function 'regexp_internal::ignoreCase' can be static.
fsa-1.15.9/src/util/regexp.cc:335:7: note: Technically the member function 'regexp_internal::ignoreCase' can be static.
fsa-1.15.9/src/util/regexp.cc:371:14: performance: Technically the member function 'CRegCompilerBase::ISREPN' can be static. [functionStatic]
fsa-1.15.9/src/util/regexp.cc:390:2: style: Class 'CRegValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fsa-1.15.9/src/util/regexp.cc:232:1: warning: The class 'CRegErrorHandler' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fsa-1.15.9/src/util/regexp.cc:312:1: warning: The class 'regexp_internal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fsa-1.15.9/src/util/regexp.cc:397:8: style: The function 'regnode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:374:16: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:397:8: note: Function in derived class
fsa-1.15.9/src/util/regexp.cc:398:7: style: The function 'regc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:373:15: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:398:7: note: Function in derived class
fsa-1.15.9/src/util/regexp.cc:399:7: style: The function 'reginsert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:375:15: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:399:7: note: Function in derived class
fsa-1.15.9/src/util/regexp.cc:400:7: style: The function 'regtail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:376:15: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:400:7: note: Function in derived class
fsa-1.15.9/src/util/regexp.cc:401:7: style: The function 'regoptail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:377:15: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:401:7: note: Function in derived class
fsa-1.15.9/src/util/regexp.cc:415:7: style: The function 'regc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:373:15: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:415:7: note: Function in derived class
fsa-1.15.9/src/util/regexp.cc:419:8: style: The function 'regnode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:374:16: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:419:8: note: Function in derived class
fsa-1.15.9/src/util/regexp.cc:420:7: style: The function 'reginsert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:375:15: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:420:7: note: Function in derived class
fsa-1.15.9/src/util/regexp.cc:421:7: style: The function 'regtail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:376:15: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:421:7: note: Function in derived class
fsa-1.15.9/src/util/regexp.cc:422:7: style: The function 'regoptail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fsa-1.15.9/src/util/regexp.cc:377:15: note: Virtual function in base class
fsa-1.15.9/src/util/regexp.cc:422:7: note: Function in derived class
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fsarchiver/fsarchiver_0.8.5.orig.tar.gz
fsarchiver-0.8.5/src/archreader.c:166:9: style: The scope of the variable 'size' can be reduced. [variableScope]
fsarchiver-0.8.5/src/archreader.c:177:9: style: The scope of the variable 'key' can be reduced. [variableScope]
fsarchiver-0.8.5/src/archwriter.c:150:10: style: The scope of the variable 'volpath' can be reduced. [variableScope]
fsarchiver-0.8.5/src/archwriter.c:151:9: style: The scope of the variable 'count' can be reduced. [variableScope]
fsarchiver-0.8.5/src/archwriter.c:152:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fsarchiver-0.8.5/src/archwriter.c:187:10: style: The scope of the variable 'textbuf' can be reduced. [variableScope]
fsarchiver-0.8.5/src/common.c:292:9: style: The scope of the variable 'outpos' can be reduced. [variableScope]
fsarchiver-0.8.5/src/common.c:293:9: style: The scope of the variable 'errpos' can be reduced. [variableScope]
fsarchiver-0.8.5/src/common.c:298:9: style: The scope of the variable 'mystdout' can be reduced. [variableScope]
fsarchiver-0.8.5/src/common.c:299:9: style: The scope of the variable 'mystderr' can be reduced. [variableScope]
fsarchiver-0.8.5/src/common.c:301:9: style: The scope of the variable 'cmdpid' can be reduced. [variableScope]
fsarchiver-0.8.5/src/common.c:302:9: style: The scope of the variable 'flags' can be reduced. [variableScope]
fsarchiver-0.8.5/src/common.c:304:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fsarchiver-0.8.5/src/common.c:597:10: style: The scope of the variable 'prefix' can be reduced. [variableScope]
fsarchiver-0.8.5/src/datafile.c:119:9: style: The scope of the variable 'lres' can be reduced. [variableScope]
fsarchiver-0.8.5/src/devinfo.c:47:20: style: The scope of the variable 'dir' can be reduced. [variableScope]
fsarchiver-0.8.5/src/devinfo.c:51:11: style: The scope of the variable 'finfo' can be reduced. [variableScope]
fsarchiver-0.8.5/src/devinfo.c:52:9: style: The scope of the variable 'found' can be reduced. [variableScope]
fsarchiver-0.8.5/src/devinfo.c:92:52: style: Checking if unsigned variable 'outdev->devsize=lseek64(fd,0,SEEK_END)' is less than zero. [unsignedLessThanZero]
fsarchiver-0.8.5/src/devinfo.c:106:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fsarchiver-0.8.5/src/dichl.c:62:31: style: The scope of the variable 'last' can be reduced. [variableScope]
fsarchiver-0.8.5/src/dico.c:72:30: style: The scope of the variable 'last' can be reduced. [variableScope]
fsarchiver-0.8.5/src/dico.c:290:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fsarchiver-0.8.5/src/dico.c:291:10: style: The scope of the variable 'text' can be reduced. [variableScope]
fsarchiver-0.8.5/src/error.c:35:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
fsarchiver-0.8.5/src/error.c:38:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
fsarchiver-0.8.5/src/filesys.c:336:36: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fsarchiver-0.8.5/src/filesys.c:154:10: style: The scope of the variable 'major' can be reduced. [variableScope]
fsarchiver-0.8.5/src/filesys.c:154:17: style: The scope of the variable 'minor' can be reduced. [variableScope]
fsarchiver-0.8.5/src/filesys.c:165:9: style: The scope of the variable 'sep' can be reduced. [variableScope]
fsarchiver-0.8.5/src/fsarchiver.c:168:11: style: The scope of the variable 'probemode' can be reduced. [variableScope]
fsarchiver-0.8.5/src/fsarchiver.c:262:43: style: Checking if unsigned variable 'g_options.fsacomplevel' is less than zero. [unsignedLessThanZero]
fsarchiver-0.8.5/src/oper_probe.c:112:24: error: Array 'blkdev1[256]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
fsarchiver-0.8.5/src/oper_probe.c:171:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_probe.c:173:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_restore.c:610:5: style: Variable 'datafile' is reassigned a value before the old one has been used. [redundantAssignment]
fsarchiver-0.8.5/src/oper_restore.c:585:0: note: Variable 'datafile' is reassigned a value before the old one has been used.
fsarchiver-0.8.5/src/oper_restore.c:610:5: note: Variable 'datafile' is reassigned a value before the old one has been used.
fsarchiver-0.8.5/src/oper_restore.c:764:5: style: Variable 'datafile' is reassigned a value before the old one has been used. [redundantAssignment]
fsarchiver-0.8.5/src/oper_restore.c:746:0: note: Variable 'datafile' is reassigned a value before the old one has been used.
fsarchiver-0.8.5/src/oper_restore.c:764:5: note: Variable 'datafile' is reassigned a value before the old one has been used.
fsarchiver-0.8.5/src/oper_restore.c:117:9: style: The scope of the variable 'fsid' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_restore.c:172:9: style: The scope of the variable 'progress' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_restore.c:1044:8: style: The scope of the variable 'bufcheckclear' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_restore.c:1045:8: style: The scope of the variable 'bufcheckcrypt' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_restore.c:1048:8: style: The scope of the variable 'md5sumar' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_restore.c:1049:8: style: The scope of the variable 'md5sumnew' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_restore.c:1051:9: style: The scope of the variable 'passlen' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:266:9: style: The scope of the variable 'attrsize' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:408:10: style: The scope of the variable 'directory' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:411:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:412:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:581:10: style: The scope of the variable 'strprogress' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:585:9: style: The scope of the variable 'progress' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:849:8: style: The scope of the variable 'bufcheckclear' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:850:8: style: The scope of the variable 'bufcheckcrypt' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:852:8: style: The scope of the variable 'md5sum' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:918:9: style: The scope of the variable 'showwarningcount1' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:919:9: style: The scope of the variable 'showwarningcount2' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:920:9: style: The scope of the variable 'errorattr' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:927:9: style: The scope of the variable 'tmptype' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:928:9: style: The scope of the variable 'count' can be reduced. [variableScope]
fsarchiver-0.8.5/src/oper_save.c:1140:10: style: The scope of the variable 'currentdir' can be reduced. [variableScope]
fsarchiver-0.8.5/src/queue.c:382:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fsarchiver-0.8.5/src/queue.c:490:9: style: The scope of the variable 'itemnum' can be reduced. [variableScope]
fsarchiver-0.8.5/src/queue.c:46:24: style: Function 'queue_init' argument 1 names different: declaration 'l' definition 'q'. [funcArgNamesDifferent]
fsarchiver-0.8.5/src/queue.h:85:25: note: Function 'queue_init' argument 1 names different: declaration 'l' definition 'q'.
fsarchiver-0.8.5/src/queue.c:46:24: note: Function 'queue_init' argument 1 names different: declaration 'l' definition 'q'.
fsarchiver-0.8.5/src/queue.c:79:27: style: Function 'queue_destroy' argument 1 names different: declaration 'l' definition 'q'. [funcArgNamesDifferent]
fsarchiver-0.8.5/src/queue.h:86:28: note: Function 'queue_destroy' argument 1 names different: declaration 'l' definition 'q'.
fsarchiver-0.8.5/src/queue.c:79:27: note: Function 'queue_destroy' argument 1 names different: declaration 'l' definition 'q'.
fsarchiver-0.8.5/src/queue.c:148:25: style: Function 'queue_count' argument 1 names different: declaration 'l' definition 'q'. [funcArgNamesDifferent]
fsarchiver-0.8.5/src/queue.h:89:26: note: Function 'queue_count' argument 1 names different: declaration 'l' definition 'q'.
fsarchiver-0.8.5/src/queue.c:148:25: note: Function 'queue_count' argument 1 names different: declaration 'l' definition 'q'.
fsarchiver-0.8.5/src/queue.c:165:32: style: Function 'queue_count_status' argument 1 names different: declaration 'l' definition 'q'. [funcArgNamesDifferent]
fsarchiver-0.8.5/src/queue.h:90:41: note: Function 'queue_count_status' argument 1 names different: declaration 'l' definition 'q'.
fsarchiver-0.8.5/src/queue.c:165:32: note: Function 'queue_count_status' argument 1 names different: declaration 'l' definition 'q'.
fsarchiver-0.8.5/src/strdico.c:103:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fsarchiver-0.8.5/src/strdico.c:151:11: style: The scope of the variable 'bakvalidkeys' can be reduced. [variableScope]
fsarchiver-0.8.5/src/strdico.c:152:11: style: The scope of the variable 'result' can be reduced. [variableScope]
fsarchiver-0.8.5/src/strdico.c:154:10: style: The scope of the variable 'delims' can be reduced. [variableScope]
fsarchiver-0.8.5/src/strdico.c:155:9: style: The scope of the variable 'validkey' can be reduced. [variableScope]
fsarchiver-0.8.5/src/strdico.c:156:11: style: The scope of the variable 'oldvalue' can be reduced. [variableScope]
fsarchiver-0.8.5/src/strdico.c:274:23: style: Checking if unsigned variable 'strlen(buffer)' is less than zero. [unsignedLessThanZero]
fsarchiver-0.8.5/src/strlist.c:275:9: style: The scope of the variable 'count' can be reduced. [variableScope]
fsarchiver-0.8.5/src/syncthread.c:77:9: style: The scope of the variable 'mysigs' can be reduced. [variableScope]
fsarchiver-0.8.5/src/syncthread.c:80:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fsarchiver-0.8.5/src/thread_comp.c:167:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fsarchiver-0.8.5/src/thread_comp.c:283:5: error: Memory leak: bufcomp [memleak]
fsarchiver-0.8.5/src/oper_save.c:1031:0: error: Array filesys[11] accessed at index 9998 which is out of bounds [arrayIndexOutOfBounds]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fscrypt/fscrypt_0.2.3.orig.tar.gz
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fsgateway/fsgateway_0.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fsharp/fsharp_4.0.0.4+dfsg2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fslint/fslint_2.46.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fslview/fslview_4.0.1.orig.tar.gz
fslview-4.0.1/fsl/cprob/const.c:97:22: style: Using NaN/Inf in a computation. [nanInArithmeticExpression]
fslview-4.0.1/fsl/cprob/drand.c:62:17: style: union member 'Anonymous0::s' is never used. [unusedStructMember]
fslview-4.0.1/fsl/cprob/gamma.c:304:14: style: The scope of the variable 'v' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/igam.c:104:20: style: The scope of the variable 'yc' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/igam.c:105:8: style: The scope of the variable 'pk' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/igam.c:105:24: style: The scope of the variable 'qk' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/kolmogorov.c:46:15: style: The scope of the variable 'omevn' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/kolmogorov.c:46:25: style: The scope of the variable 't' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/kolmogorov.c:46:28: style: The scope of the variable 'c' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/kolmogorov.c:46:31: style: The scope of the variable 'lgamnp1' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/kolmogorov.c:122:16: style: The scope of the variable 'dpde' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/kolmogorov.c:163:16: style: The scope of the variable 'dpdy' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/ndtr.c:447:11: style: Expression '1 - erf(x)' can be replaced by 'erfc(x)' to avoid loss of precision. [unpreciseMathCall]
fslview-4.0.1/fsl/cprob/ndtri.c:375:17: style: The scope of the variable 'y2' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/stdtr.c:104:28: style: The scope of the variable 'xsqk' can be reduced. [variableScope]
fslview-4.0.1/fsl/cprob/unity.c:105:10: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
fslview-4.0.1/fsl/fslio/fslio.c:1930:42: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fslview-4.0.1/fsl/fslio/fslio.c:1927:38: note: outer condition: (orig[0]!=0)||(orig[1]!=0)||(orig[2]!=0)
fslview-4.0.1/fsl/fslio/fslio.c:1930:42: note: identical inner condition: (orig[0]!=0)||(orig[1]!=0)||(orig[2]!=0)
fslview-4.0.1/fsl/fslio/fslio.c:91:10: style: The scope of the variable 'mutablefslio' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:466:7: style: The scope of the variable 'filetype' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:466:17: style: The scope of the variable 'writemode' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:467:7: style: The scope of the variable 'preserve_nifti_values' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:566:9: style: The scope of the variable 'basename' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:566:20: style: The scope of the variable 'tmpname' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:567:9: style: The scope of the variable 'otype' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:847:10: style: The scope of the variable 'volbytes' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:966:9: style: The scope of the variable 'sform_code' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:966:21: style: The scope of the variable 'qform_code' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1023:10: style: The scope of the variable 'slbytes' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1023:18: style: The scope of the variable 'volbytes' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1024:10: style: The scope of the variable 'n' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1024:13: style: The scope of the variable 'orig_offset' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1080:10: style: The scope of the variable 'rowbytes' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1080:19: style: The scope of the variable 'slbytes' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1080:27: style: The scope of the variable 'volbytes' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1081:10: style: The scope of the variable 'n' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1081:13: style: The scope of the variable 'orig_offset' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1140:10: style: The scope of the variable 'volbytes' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1140:20: style: The scope of the variable 'offset' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1140:28: style: The scope of the variable 'orig_offset' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1141:10: style: The scope of the variable 'n' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1142:26: style: The scope of the variable 'wordsize' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1197:8: style: The scope of the variable 'offset' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1227:7: style: The scope of the variable 'ndim' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1416:7: style: The scope of the variable 'unitcode' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1447:7: style: The scope of the variable 'unitcode' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1834:31: style: The scope of the variable 'sform_code' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1834:43: style: The scope of the variable 'qform_code' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1895:7: style: The scope of the variable 'sform_code' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1895:19: style: The scope of the variable 'qform_code' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1918:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1918:12: style: The scope of the variable 'y' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:1918:15: style: The scope of the variable 'z' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2038:17: style: The scope of the variable 'filetype' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2039:15: style: The scope of the variable 'hdr' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2246:13: style: The scope of the variable 'newbuf' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2248:7: style: The scope of the variable 'xx' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2248:10: style: The scope of the variable 'yy' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2248:13: style: The scope of the variable 'zz' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2249:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2250:9: style: The scope of the variable 'inter' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2250:16: style: The scope of the variable 'slope' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2251:7: style: The scope of the variable 'dims_to_get' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2252:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2333:14: style: The scope of the variable 'newbuf' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2334:7: style: The scope of the variable 'xx' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2334:10: style: The scope of the variable 'yy' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2334:13: style: The scope of the variable 'zz' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2334:16: style: The scope of the variable 'tt' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2335:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2336:9: style: The scope of the variable 'inter' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2336:16: style: The scope of the variable 'slope' can be reduced. [variableScope]
fslview-4.0.1/fsl/fslio/fslio.c:2226:0: error: Memory leak: imgname [memleak]
fslview-4.0.1/fsl/fslio/fslio.c:2290:0: error: Memory leak: newbuf [memleak]
fslview-4.0.1/fsl/miscmaths/base2z.h:26:13: performance: Technically the member function 'MISCMATHS::Base2z::logp2largez' can be static. [functionStatic]
fslview-4.0.1/fsl/miscmaths/base2z.cc:22:17: note: Technically the member function 'MISCMATHS::Base2z::logp2largez' can be static.
fslview-4.0.1/fsl/miscmaths/base2z.h:26:13: note: Technically the member function 'MISCMATHS::Base2z::logp2largez' can be static.
fslview-4.0.1/fsl/miscmaths/base2z.h:27:13: performance: Technically the member function 'MISCMATHS::Base2z::logbeta' can be static. [functionStatic]
fslview-4.0.1/fsl/miscmaths/base2z.cc:17:17: note: Technically the member function 'MISCMATHS::Base2z::logbeta' can be static.
fslview-4.0.1/fsl/miscmaths/base2z.h:27:13: note: Technically the member function 'MISCMATHS::Base2z::logbeta' can be static.
fslview-4.0.1/fsl/miscmaths/SpMat.h:1082:9: style: The scope of the variable 'mp' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/SpMat.h:1268:0: style: Checking if unsigned variable 'c' is less than zero. This might be a false warning. [unsignedLessThanZero]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:451:0: style: Function 'AddToMe' argument 1 names different: declaration 'm' definition 'M'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:193:0: note: Function 'AddToMe' argument 1 names different: declaration 'm' definition 'M'.
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:451:0: note: Function 'AddToMe' argument 1 names different: declaration 'm' definition 'M'.
fslview-4.0.1/fsl/miscmaths/kernel.h:113:7: style: 'kernel::operator=' should return 'kernel &'. [operatorEq]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:213:0: style: 'FullBFMatrix::operator=' should return 'FullBFMatrix &'. [operatorEq]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:139:0: style: 'MISCMATHS :: SparseBFMatrix < double >::operator=' should return 'MISCMATHS :: SparseBFMatrix < double > &'. [operatorEq]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:139:0: style: 'MISCMATHS :: SparseBFMatrix < float >::operator=' should return 'MISCMATHS :: SparseBFMatrix < float > &'. [operatorEq]
fslview-4.0.1/fsl/miscmaths/kernel.h:54:4: performance: Variable 'p_kernelx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/fsl/miscmaths/kernel.h:54:20: performance: Variable 'p_kernely' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/fsl/miscmaths/kernel.h:54:36: performance: Variable 'p_kernelz' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:208:19: performance: Variable 'mp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:209:49: performance: Variable 'mp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:210:52: performance: Variable 'mp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:211:42: performance: Variable 'mp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/fsl/miscmaths/kernel.h:152:28: style: Technically the member function 'MISCMATHS::kernel::kernelvals' can be const. [functionConst]
fslview-4.0.1/fsl/miscmaths/SpMat.h:216:20: style: Technically the member function 'MISCMATHS::SpMat::end' can be const. [functionConst]
fslview-4.0.1/fsl/miscmaths/SpMat.h:227:8: performance: Technically the member function 'MISCMATHS::SpMat::found' can be static. [functionStatic]
fslview-4.0.1/fsl/miscmaths/SpMat.h:1077:16: note: Technically the member function 'MISCMATHS::SpMat::found' can be static.
fslview-4.0.1/fsl/miscmaths/SpMat.h:227:8: note: Technically the member function 'MISCMATHS::SpMat::found' can be static.
fslview-4.0.1/fsl/miscmaths/SpMat.h:229:8: performance: Technically the member function 'MISCMATHS::SpMat::insert' can be static. [functionStatic]
fslview-4.0.1/fsl/miscmaths/SpMat.h:1126:16: note: Technically the member function 'MISCMATHS::SpMat::insert' can be static.
fslview-4.0.1/fsl/miscmaths/SpMat.h:229:8: note: Technically the member function 'MISCMATHS::SpMat::insert' can be static.
fslview-4.0.1/fsl/miscmaths/SpMat.h:230:8: performance: Technically the member function 'MISCMATHS::SpMat::insert' can be static. [functionStatic]
fslview-4.0.1/fsl/miscmaths/SpMat.h:1136:16: note: Technically the member function 'MISCMATHS::SpMat::insert' can be static.
fslview-4.0.1/fsl/miscmaths/SpMat.h:230:8: note: Technically the member function 'MISCMATHS::SpMat::insert' can be static.
fslview-4.0.1/fsl/miscmaths/SpMat.h:320:0: style: Class 'MISCMATHS :: Accumulator < double >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/fsl/miscmaths/SpMat.h:320:0: style: Class 'MISCMATHS :: Accumulator < double >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/fsl/miscmaths/SpMat.h:320:0: style: Class 'MISCMATHS :: Accumulator < float >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/fsl/miscmaths/SpMat.h:320:0: style: Class 'MISCMATHS :: Accumulator < float >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/fsl/miscmaths/SpMat.h:39:3: style: Class 'SpMatException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/SpMat.h:95:3: style: Class 'SpMat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/SpMat.h:96:3: style: Class 'SpMat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:43:3: style: Class 'BFMatrixException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:210:3: style: Class 'FullBFMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:211:3: style: Class 'FullBFMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:134:0: style: Class 'MISCMATHS :: SparseBFMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:136:0: style: Class 'MISCMATHS :: SparseBFMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:134:0: style: Class 'MISCMATHS :: SparseBFMatrix < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:136:0: style: Class 'MISCMATHS :: SparseBFMatrix < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/SpMat.h:320:0: style: Class 'MISCMATHS :: Accumulator < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/SpMat.h:320:0: style: Class 'MISCMATHS :: Accumulator < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/SpMat.h:277:0: style: Class 'MISCMATHS :: DiagPrecond < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/SpMat.h:277:0: style: Class 'MISCMATHS :: DiagPrecond < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/SpMat.h:183:3: warning: The class 'Iterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:202:1: warning: The class 'FullBFMatrix' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:121:0: warning: The class 'MISCMATHS :: SparseBFMatrix < double >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:121:0: warning: The class 'MISCMATHS :: SparseBFMatrix < float >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:217:32: style: The function 'AsMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:65:32: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:217:32: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:221:24: style: The function 'Nrows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:68:24: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:221:24: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:222:24: style: The function 'Ncols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:69:24: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:222:24: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:225:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:72:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:225:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:230:16: style: The function 'SetMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:77:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:230:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:232:16: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:78:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:232:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:233:16: style: The function 'Resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:79:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:233:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:236:18: style: The function 'Peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:83:18: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:236:18: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:239:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:86:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:239:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:240:16: style: The function 'Insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:87:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:240:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:241:16: style: The function 'AddTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:88:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:241:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:244:39: style: The function 'Transpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:91:39: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:244:39: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:247:16: style: The function 'HorConcat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:96:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:247:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:248:16: style: The function 'HorConcat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:97:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:248:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:249:16: style: The function 'VertConcat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:99:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:249:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:250:16: style: The function 'VertConcat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:100:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:250:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:253:16: style: The function 'HorConcat2MyRight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:102:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:253:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:254:16: style: The function 'HorConcat2MyRight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:103:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:254:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:255:16: style: The function 'VertConcatBelowMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:104:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:255:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:256:16: style: The function 'VertConcatBelowMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:105:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:256:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:259:16: style: The function 'MulMeByScalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:108:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:259:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:262:32: style: The function 'MulByVec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:110:32: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:262:32: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:265:16: style: The function 'AddToMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:112:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:265:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:268:32: style: The function 'SolveForx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:114:32: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:268:32: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/SpMat.h:285:0: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/SpMat.h:267:0: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/SpMat.h:285:0: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/SpMat.h:297:0: style: The function 'trans_solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/SpMat.h:268:0: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/SpMat.h:297:0: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/kernel.h:63:2: error: Mismatching allocation and deallocation: kernelstorage::storex [mismatchAllocDealloc]
fslview-4.0.1/fsl/miscmaths/kernel.h:64:2: error: Mismatching allocation and deallocation: kernelstorage::storey [mismatchAllocDealloc]
fslview-4.0.1/fsl/miscmaths/kernel.h:65:2: error: Mismatching allocation and deallocation: kernelstorage::storez [mismatchAllocDealloc]
fslview-4.0.1/fsl/miscmaths/kernel.h:139:2: warning: Possible leak in public function. The pointer 'storedkernel' is not deallocated before it is allocated. [publicAllocationError]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:72:40: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
fslview-4.0.1/fsl/miscmaths/bfmatrix.cpp:24:44: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:151:0: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
fslview-4.0.1/fsl/miscmaths/cspline.h:32:5: warning: Member variable 'Cspline::fitted' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/miscmaths/cspline.h:32:5: warning: Member variable 'Cspline::n' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/miscmaths/cspline.h:68:10: performance: Technically the member function 'MISCMATHS::Cspline::diff' can be static. [functionStatic]
fslview-4.0.1/fsl/miscmaths/cspline.cc:45:17: note: Technically the member function 'MISCMATHS::Cspline::diff' can be static.
fslview-4.0.1/fsl/miscmaths/cspline.h:68:10: note: Technically the member function 'MISCMATHS::Cspline::diff' can be static.
fslview-4.0.1/fsl/miscmaths/f2z.cc:128:5: style: Variable 'dof2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/f2z.cc:127:0: note: Variable 'dof2' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/f2z.cc:128:5: note: Variable 'dof2' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/f2z.cc:23:32: style: Function 'largef2logp' argument 1 names different: declaration 't' definition 'f'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/f2z.h:44:31: note: Function 'largef2logp' argument 1 names different: declaration 't' definition 'f'.
fslview-4.0.1/fsl/miscmaths/f2z.cc:23:32: note: Function 'largef2logp' argument 1 names different: declaration 't' definition 'f'.
fslview-4.0.1/fsl/miscmaths/f2z.cc:80:28: style: Function 'islargef' argument 1 names different: declaration 't' definition 'f'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/f2z.h:43:27: note: Function 'islargef' argument 1 names different: declaration 't' definition 'f'.
fslview-4.0.1/fsl/miscmaths/f2z.cc:80:28: note: Function 'islargef' argument 1 names different: declaration 't' definition 'f'.
fslview-4.0.1/fsl/miscmaths/f2z.cc:72:34: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fslview-4.0.1/fsl/miscmaths/f2z.h:42:12: style: The function 'issmalllogp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/base2z.h:29:20: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/f2z.h:42:12: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/histogram.cc:56:7: style: Variable 'newhist' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/histogram.cc:53:0: note: Variable 'newhist' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/histogram.cc:56:7: note: Variable 'newhist' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/histogram.h:28:7: warning: Member variable 'Histogram::calcRange' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/miscmaths/histogram.h:28:7: warning: Member variable 'Histogram::histMin' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/miscmaths/histogram.h:28:7: warning: Member variable 'Histogram::histMax' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/miscmaths/histogram.h:28:7: warning: Member variable 'Histogram::bins' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/miscmaths/histogram.h:29:24: warning: Member variable 'Histogram::histogram' is not assigned a value in 'Histogram::operator='. [operatorEqVarError]
fslview-4.0.1/fsl/miscmaths/histogram.h:36:7: warning: Member variable 'Histogram::histMin' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/miscmaths/histogram.h:36:7: warning: Member variable 'Histogram::histMax' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/miscmaths/histogram.h:29:7: style: 'Histogram::operator=' should return 'Histogram &'. [operatorEq]
fslview-4.0.1/fsl/miscmaths/histogram.h:60:27: style: Technically the member function 'MISCMATHS::Histogram::getData' can be const. [functionConst]
fslview-4.0.1/fsl/miscmaths/minimize.cc:394:9: style: The scope of the variable 'fnow' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/minimize.cc:394:16: style: The scope of the variable 'fnew' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/minimize.cc:408:38: style: The scope of the variable 'alpha' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/minimize.cc:408:46: style: The scope of the variable 'delta' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/minimize.cc:408:54: style: The scope of the variable 'Delta' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/minimize.h:94:16: style: The function 'minimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/minimize.h:68:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/minimize.h:94:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/minimize.h:101:16: style: The function 'minimize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/minimize.h:75:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/minimize.h:101:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1342:14: style: Expression is always false because 'else if' condition matches previous condition at line 1341. [multiCondition]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1343:14: style: Expression is always false because 'else if' condition matches previous condition at line 1341. [multiCondition]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1344:14: style: Expression is always false because 'else if' condition matches previous condition at line 1341. [multiCondition]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1343:14: style: Expression is always false because 'else if' condition matches previous condition at line 1342. [multiCondition]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1344:14: style: Expression is always false because 'else if' condition matches previous condition at line 1342. [multiCondition]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1344:14: style: Expression is always false because 'else if' condition matches previous condition at line 1343. [multiCondition]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1350:14: style: Expression is always false because 'else if' condition matches previous condition at line 1349. [multiCondition]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1055:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1054:12: note: outer condition: n>=10
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1055:7: note: identical inner condition: n>=10
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:256:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:385:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:122:5: style: Variable 'ss' is reassigned a value before the old one has been used. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:120:0: note: Variable 'ss' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:122:5: note: Variable 'ss' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1570:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1569:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1570:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1579:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1578:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1579:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1595:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1594:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1595:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1608:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1607:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1608:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1626:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1625:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1626:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1635:5: style: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1634:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1635:5: note: Variable 'res' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:903:13: style: The scope of the variable 'cz' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:903:17: style: The scope of the variable 'sz' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:2404:11: style: The scope of the variable 'trace_ilambdaZZ' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:2515:27: style: The scope of the variable 'tt' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:2531:27: style: The scope of the variable 'tt' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:2548:27: style: The scope of the variable 'tt' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:2568:27: style: The scope of the variable 'tt' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:61:32: style: Function 'isNumber' argument 1 names different: declaration 'str' definition 'input'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/miscmaths.h:53:31: note: Function 'isNumber' argument 1 names different: declaration 'str' definition 'input'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:61:32: note: Function 'isNumber' argument 1 names different: declaration 'str' definition 'input'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:497:35: style: Function 'diag' argument 1 names different: declaration 'mat' definition 'Mat'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/miscmaths.h:131:35: note: Function 'diag' argument 1 names different: declaration 'mat' definition 'Mat'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:497:35: note: Function 'diag' argument 1 names different: declaration 'mat' definition 'Mat'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:516:35: style: Function 'pinv' argument 1 names different: declaration 'mat' definition 'mat2'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/miscmaths.h:132:35: note: Function 'pinv' argument 1 names different: declaration 'mat' definition 'mat2'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:516:35: note: Function 'pinv' argument 1 names different: declaration 'mat' definition 'mat2'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1180:28: style: Function 'seq' argument 1 names different: declaration 'num' definition 'size'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/miscmaths.h:126:30: note: Function 'seq' argument 1 names different: declaration 'num' definition 'size'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1180:28: note: Function 'seq' argument 1 names different: declaration 'num' definition 'size'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1768:33: style: Function 'geqt' argument 1 names different: declaration 'mat1' definition 'mat'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/miscmaths.h:236:35: note: Function 'geqt' argument 1 names different: declaration 'mat1' definition 'mat'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1768:33: note: Function 'geqt' argument 1 names different: declaration 'mat1' definition 'mat'.
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:319:25: performance: Function parameter 'p_fname' should be passed by const reference. [passedByValue]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1335:32: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1341:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1342:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1343:54: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1344:54: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1345:38: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1350:64: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fslview-4.0.1/fsl/miscmaths/miscmaths.cc:1351:48: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fslview-4.0.1/fsl/miscmaths/miscprob.cc:185:62: style: Function 'normpdf' argument 2 names different: declaration 'mus' definition 'mu'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/miscprob.h:47:64: note: Function 'normpdf' argument 2 names different: declaration 'mus' definition 'mu'.
fslview-4.0.1/fsl/miscmaths/miscprob.cc:185:62: note: Function 'normpdf' argument 2 names different: declaration 'mus' definition 'mu'.
fslview-4.0.1/fsl/miscmaths/miscprob.cc:185:83: style: Function 'normpdf' argument 3 names different: declaration 'vars' definition 'var'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/miscprob.h:48:27: note: Function 'normpdf' argument 3 names different: declaration 'vars' definition 'var'.
fslview-4.0.1/fsl/miscmaths/miscprob.cc:185:83: note: Function 'normpdf' argument 3 names different: declaration 'vars' definition 'var'.
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:451:49: style: Function 'AddToMe' argument 1 names different: declaration 'm' definition 'M'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:193:40: note: Function 'AddToMe' argument 1 names different: declaration 'm' definition 'M'.
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:451:49: note: Function 'AddToMe' argument 1 names different: declaration 'm' definition 'M'.
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:397:37: style: Function 'grades' argument 1 names different: declaration 'p' definition 'np'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:29:37: note: Function 'grades' argument 1 names different: declaration 'p' definition 'np'.
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:397:37: note: Function 'grades' argument 1 names different: declaration 'p' definition 'np'.
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:442:37: style: Function 'congra' argument 1 names different: declaration 'p' definition 'np'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:33:37: note: Function 'congra' argument 1 names different: declaration 'p' definition 'np'.
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:442:37: note: Function 'congra' argument 1 names different: declaration 'p' definition 'np'.
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:512:37: style: Function 'sccngr' argument 1 names different: declaration 'p' definition 'np'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:37:37: note: Function 'sccngr' argument 1 names different: declaration 'p' definition 'np'.
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:512:37: note: Function 'sccngr' argument 1 names different: declaration 'p' definition 'np'.
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:668:37: style: Function 'linsrch' argument 1 names different: declaration 'pdir' definition 'dir'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:44:37: note: Function 'linsrch' argument 1 names different: declaration 'pdir' definition 'dir'.
fslview-4.0.1/fsl/miscmaths/nonlin.cpp:668:37: note: Function 'linsrch' argument 1 names different: declaration 'pdir' definition 'dir'.
fslview-4.0.1/fsl/miscmaths/nonlin.h:156:8: style: Technically the member function 'MISCMATHS::NonlinParam::SetStartingEstimate' can be const. [functionConst]
fslview-4.0.1/fsl/miscmaths/nonlin.h:206:8: performance: Technically the member function 'MISCMATHS::NonlinParam::Reset' can be static. [functionStatic]
fslview-4.0.1/fsl/miscmaths/nonlin.h:328:7: style: Technically the member function 'MISCMATHS::VarmetMatrix::size' can be const. [functionConst]
fslview-4.0.1/fsl/miscmaths/nonlin.h:329:16: style: Technically the member function 'MISCMATHS::VarmetMatrix::updatetype' can be const. [functionConst]
fslview-4.0.1/fsl/miscmaths/nonlin.h:330:16: style: Technically the member function 'MISCMATHS::VarmetMatrix::matrixtype' can be const. [functionConst]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:134:3: style: Class 'SparseBFMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:136:3: style: Class 'SparseBFMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/nonlin.h:49:3: style: Class 'NonlinException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:121:1: warning: The class 'SparseBFMatrix' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:144:32: style: The function 'AsMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:65:32: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:144:32: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:147:24: style: The function 'Nrows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:68:24: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:147:24: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:148:24: style: The function 'Ncols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:69:24: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:148:24: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:151:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:72:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:151:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:156:16: style: The function 'SetMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:77:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:156:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:158:16: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:78:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:158:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:159:16: style: The function 'Resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:79:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:159:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:162:18: style: The function 'Peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:83:18: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:162:18: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:165:16: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:86:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:165:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:166:16: style: The function 'Insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:87:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:166:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:167:16: style: The function 'AddTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:88:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:167:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:170:39: style: The function 'Transpose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:91:39: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:170:39: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:174:16: style: The function 'HorConcat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:96:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:174:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:175:16: style: The function 'HorConcat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:97:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:175:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:177:16: style: The function 'VertConcat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:99:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:177:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:178:16: style: The function 'VertConcat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:100:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:178:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:181:16: style: The function 'HorConcat2MyRight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:102:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:181:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:182:16: style: The function 'HorConcat2MyRight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:103:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:182:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:183:16: style: The function 'VertConcatBelowMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:104:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:183:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:184:16: style: The function 'VertConcatBelowMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:105:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:184:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:187:16: style: The function 'MulMeByScalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:108:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:187:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:190:32: style: The function 'MulByVec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:110:32: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:190:32: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:193:16: style: The function 'AddToMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:112:16: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:193:16: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:196:32: style: The function 'SolveForx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:114:32: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:196:32: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:151:40: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
fslview-4.0.1/fsl/miscmaths/bfmatrix.h:225:40: performance: Function parameter 'fname' should be passed by const reference. [passedByValue]
fslview-4.0.1/fsl/miscmaths/optimise.cc:33:5: style: Variable 'ad' is reassigned a value before the old one has been used. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/optimise.cc:32:0: note: Variable 'ad' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/optimise.cc:33:5: note: Variable 'ad' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/optimise.cc:34:5: style: Variable 'bd' is reassigned a value before the old one has been used. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/optimise.cc:32:0: note: Variable 'bd' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/optimise.cc:34:5: note: Variable 'bd' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/optimise.cc:35:5: style: Variable 'det' is reassigned a value before the old one has been used. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/optimise.cc:32:0: note: Variable 'det' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/optimise.cc:35:5: note: Variable 'det' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/optimise.cc:73:5: style: Variable 'quadok' is reassigned a value before the old one has been used. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/optimise.cc:72:0: note: Variable 'quadok' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/optimise.cc:73:5: note: Variable 'quadok' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/optimise.cc:99:24: style: The scope of the variable 'newy2' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/optimise.cc:99:35: style: The scope of the variable 'maxx2' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/optimise.cc:103:10: style: The scope of the variable 'quadok' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/optimise.cc:189:17: style: The scope of the variable 'ynew' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/optimise.cc:272:32: style: The scope of the variable 'bndguess' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/optimise.cc:251:17: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
fslview-4.0.1/fsl/miscmaths/t2z.h:42:12: style: The function 'issmalllogp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/miscmaths/base2z.h:29:20: note: Virtual function in base class
fslview-4.0.1/fsl/miscmaths/t2z.h:42:12: note: Function in derived class
fslview-4.0.1/fsl/miscmaths/quick.cc:38:3: style: Exception should be caught by reference. [catchExceptionByValue]
fslview-4.0.1/fsl/miscmaths/rungekutta.cc:49:9: style: The scope of the variable 'hdid' can be reduced. [variableScope]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:70:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:98:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:110:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:167:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:184:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:187:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:203:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:231:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:252:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:279:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:304:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:337:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:338:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:342:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:346:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:380:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:386:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:393:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:395:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.cc:426:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.h:39:7: style: 'SparseMatrix::operator=' should return 'SparseMatrix &'. [operatorEq]
fslview-4.0.1/fsl/miscmaths/sparse_matrix.h:48:7: style: Class 'SparseMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:458:6: style: Variable 'alpha' is reassigned a value before the old one has been used. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:456:0: note: Variable 'alpha' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:458:6: note: Variable 'alpha' is reassigned a value before the old one has been used.
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:47:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:74:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:92:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:114:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:151:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:163:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:173:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:213:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:243:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:292:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:332:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:505:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:533:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:576:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/sparsefn.cc:604:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/miscmaths/t2z.cc:198:7: style: Variable 'dof' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fslview-4.0.1/fsl/miscmaths/t2z.cc:197:0: note: Variable 'dof' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/t2z.cc:198:7: note: Variable 'dof' is reassigned a value before the old one has been used if variable is no semaphore variable.
fslview-4.0.1/fsl/miscmaths/t2z.cc:23:28: style: Function 'convert' argument 1 names different: declaration 't' definition 'z'. [funcArgNamesDifferent]
fslview-4.0.1/fsl/miscmaths/t2z.h:65:27: note: Function 'convert' argument 1 names different: declaration 't' definition 'z'.
fslview-4.0.1/fsl/miscmaths/t2z.cc:23:28: note: Function 'convert' argument 1 names different: declaration 't' definition 'z'.
fslview-4.0.1/fsl/miscmaths/t2z.cc:95:19: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fslview-4.0.1/fsl/miscmaths/t2z.h:65:13: performance: Technically the member function 'MISCMATHS::Z2t::convert' can be static. [functionStatic]
fslview-4.0.1/fsl/miscmaths/t2z.cc:23:14: note: Technically the member function 'MISCMATHS::Z2t::convert' can be static.
fslview-4.0.1/fsl/miscmaths/t2z.h:65:13: note: Technically the member function 'MISCMATHS::Z2t::convert' can be static.
fslview-4.0.1/fsl/utils/check.cc:17:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/utils/options.h:499:5: warning: Member variable 'OptionParser::overWriteMode_' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/utils/options.h:235:0: warning: Member variable 'Utilities :: Option < bool >::valuevec_' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/utils/options.h:235:0: warning: Member variable 'Utilities :: Option < bool >::valuevec_size_' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/utils/options.h:245:0: warning: Member variable 'Utilities :: Option < bool >::valuevec_' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/utils/options.h:245:0: warning: Member variable 'Utilities :: Option < bool >::valuevec_size_' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/utils/options.h:352:0: warning: Member variable 'Utilities :: Option < bool >::default_' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/fsl/utils/options.h:352:0: warning: Member variable 'Utilities :: Option < bool >::value_' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/fsl/utils/options.h:352:0: warning: Member variable 'Utilities :: Option < bool >::valuevec_' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/fsl/utils/options.h:352:0: warning: Member variable 'Utilities :: Option < bool >::valuevec_size_' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/fsl/utils/options.h:65:5: style: Class 'X_OptionError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/utils/options.h:72:7: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
fslview-4.0.1/fsl/utils/log.h:45:7: warning: Member variable 'Log::stream_to_logfile' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/utils/log.h:45:7: warning: Member variable 'Log::stream_to_cout' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/utils/opttst.cc:25:10: style: The scope of the variable 'retval' can be reduced. [variableScope]
fslview-4.0.1/fsl/utils/opttst.cc:29:16: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
fslview-4.0.1/fsl/utils/options.h:257:0: style: The function 'set_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/utils/options.h:186:18: note: Virtual function in base class
fslview-4.0.1/fsl/utils/options.h:257:0: note: Function in derived class
fslview-4.0.1/fsl/utils/options.h:265:0: style: The function 'set_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/utils/options.h:187:18: note: Virtual function in base class
fslview-4.0.1/fsl/utils/options.h:265:0: note: Function in derived class
fslview-4.0.1/fsl/utils/options.h:290:0: style: The function 'config_key' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/utils/options.h:175:25: note: Virtual function in base class
fslview-4.0.1/fsl/utils/options.h:290:0: note: Function in derived class
fslview-4.0.1/fsl/utils/options.h:301:0: style: The function 'value_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/utils/options.h:174:25: note: Virtual function in base class
fslview-4.0.1/fsl/utils/options.h:301:0: note: Function in derived class
fslview-4.0.1/fsl/utils/options.h:339:0: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/fsl/utils/options.h:197:27: note: Virtual function in base class
fslview-4.0.1/fsl/utils/options.h:339:0: note: Function in derived class
fslview-4.0.1/fsl/utils/options.h:517:18: style: Unhandled exception specification when calling function parse_option(). [unhandledExceptionSpecification]
fslview-4.0.1/fsl/utils/parse.cc:79:5: note: Unhandled exception specification when calling function parse_option().
fslview-4.0.1/fsl/utils/options.h:517:18: note: Unhandled exception specification when calling function parse_option().
fslview-4.0.1/fsl/utils/options.h:517:18: style: Unhandled exception specification when calling function parse_option(). [unhandledExceptionSpecification]
fslview-4.0.1/fsl/utils/parse.cc:102:2: note: Unhandled exception specification when calling function parse_option().
fslview-4.0.1/fsl/utils/options.h:517:18: note: Unhandled exception specification when calling function parse_option().
fslview-4.0.1/fsl/utils/options.h:517:18: style: Unhandled exception specification when calling function parse_option(). [unhandledExceptionSpecification]
fslview-4.0.1/fsl/utils/parse.cc:138:19: note: Unhandled exception specification when calling function parse_option().
fslview-4.0.1/fsl/utils/options.h:517:18: note: Unhandled exception specification when calling function parse_option().
fslview-4.0.1/fsl/utils/parse.cc:149:65: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
fslview-4.0.1/fsl/utils/time_tracer.h:28:7: warning: Member variable 'TimingFunction::start_time' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/fsl/utils/time_tracer.h:28:7: style: Class 'TimingFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/utils/time_tracer.h:86:7: style: Class 'Time_Tracer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/utils/time_tracer.h:91:7: style: Class 'Time_Tracer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/fsl/utils/usage.cc:15:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/fsl/utils/usage.cc:29:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/src/fslview/atlas.h:22:7: style: Technically the member function 'AtlasOptions::structure' can be const. [functionConst]
fslview-4.0.1/src/fslview/atlas.h:25:15: style: Technically the member function 'AtlasOptions::structureName' can be const. [functionConst]
fslview-4.0.1/src/fslview/atlas.h:28:8: style: Technically the member function 'AtlasOptions::locate' can be const. [functionConst]
fslview-4.0.1/src/fslview/atlas.h:31:8: style: Technically the member function 'AtlasOptions::superimpose' can be const. [functionConst]
fslview-4.0.1/src/fslview/atlas.h:133:17: performance: Technically the member function 'AtlasGroup::begin' can be static. [functionStatic]
fslview-4.0.1/src/fslview/atlas.h:134:17: performance: Technically the member function 'AtlasGroup::end' can be static. [functionStatic]
fslview-4.0.1/src/fslview/atlas.h:87:24: style: The function 'inqNumLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:61:24: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:87:24: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:89:23: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:65:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:89:23: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:90:24: style: The function 'getProbability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:66:24: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:90:24: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:91:17: style: The function 'getAverageProbability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:67:17: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:91:17: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:93:16: style: The function 'inqType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:58:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:93:16: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:103:24: style: The function 'inqNumLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:61:24: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:103:24: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:105:23: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:65:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:105:23: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:106:24: style: The function 'getProbability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:66:24: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:106:24: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:107:17: style: The function 'getAverageProbability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:67:17: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:107:17: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:109:16: style: The function 'inqType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/atlas.h:58:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/atlas.h:109:16: note: Function in derived class
fslview-4.0.1/src/fslview/atlas.h:26:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/fslview/application.cpp:907:3: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
fslview-4.0.1/src/fslview/application.cpp:890:0: note: Variable 'state' is reassigned a value before the old one has been used.
fslview-4.0.1/src/fslview/application.cpp:907:3: note: Variable 'state' is reassigned a value before the old one has been used.
fslview-4.0.1/src/fslview/application.cpp:1359:57: style: Function 'checkFilesExist' argument 1 names different: declaration 'baseName' definition 'fn'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/application.h:153:40: note: Function 'checkFilesExist' argument 1 names different: declaration 'baseName' definition 'fn'.
fslview-4.0.1/src/fslview/application.cpp:1359:57: note: Function 'checkFilesExist' argument 1 names different: declaration 'baseName' definition 'fn'.
fslview-4.0.1/src/fslview/application.cpp:1366:65: style: Function 'checkSpecificFilesExist' argument 1 names different: declaration 'baseName' definition 'fn'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/application.h:154:48: note: Function 'checkSpecificFilesExist' argument 1 names different: declaration 'baseName' definition 'fn'.
fslview-4.0.1/src/fslview/application.cpp:1366:65: note: Function 'checkSpecificFilesExist' argument 1 names different: declaration 'baseName' definition 'fn'.
fslview-4.0.1/src/fslview/shape.h:75:3: warning: Member variable 'Shape::m_paint' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/shape.h:75:3: warning: Member variable 'Shape::m_orient' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/shape.h:75:3: warning: Member variable 'Shape::m_slice' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/shape.h:75:3: warning: Member variable 'Shape::m_counter' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/overlaylist.h:76:14: style: Technically the member function 'OverlayList::inqX' can be const. [functionConst]
fslview-4.0.1/src/fslview/overlaylist.h:99:18: note: Technically the member function 'OverlayList::inqX' can be const.
fslview-4.0.1/src/fslview/overlaylist.h:76:14: note: Technically the member function 'OverlayList::inqX' can be const.
fslview-4.0.1/src/fslview/overlaylist.h:77:14: style: Technically the member function 'OverlayList::inqY' can be const. [functionConst]
fslview-4.0.1/src/fslview/overlaylist.h:100:18: note: Technically the member function 'OverlayList::inqY' can be const.
fslview-4.0.1/src/fslview/overlaylist.h:77:14: note: Technically the member function 'OverlayList::inqY' can be const.
fslview-4.0.1/src/fslview/overlaylist.h:78:14: style: Technically the member function 'OverlayList::inqZ' can be const. [functionConst]
fslview-4.0.1/src/fslview/overlaylist.h:101:18: note: Technically the member function 'OverlayList::inqZ' can be const.
fslview-4.0.1/src/fslview/overlaylist.h:78:14: note: Technically the member function 'OverlayList::inqZ' can be const.
fslview-4.0.1/src/fslview/shape.h:67:8: style: Technically the member function 'Shape::empty' can be const. [functionConst]
fslview-4.0.1/src/fslview/shape.h:68:8: style: Technically the member function 'Shape::size' can be const. [functionConst]
fslview-4.0.1/src/fslview/vtkwidget.h:64:8: style: Technically the member function 'VTKProperties::inqColor' can be const. [functionConst]
fslview-4.0.1/src/fslview/curvedatalist.h:32:22: style: Technically the member function 'CurveData::inqTimeSeries' can be const. [functionConst]
fslview-4.0.1/src/fslview/curvedatalist.h:36:22: style: Technically the member function 'CurveData::inqBrowse' can be const. [functionConst]
fslview-4.0.1/src/fslview/curvedatalist.h:37:22: style: Technically the member function 'CurveData::inqIsActive' can be const. [functionConst]
fslview-4.0.1/src/fslview/curvedatalist.h:43:22: style: Technically the member function 'CurveData::inqIndex' can be const. [functionConst]
fslview-4.0.1/src/fslview/vtkwidget.h:155:39: warning: The class 'VTKWidget' defines member variable with name 'm_impl' also defined in its parent class 'ImageWindow'. [duplInheritedMember]
fslview-4.0.1/src/fslview/imagewindow.h:110:33: note: Parent variable 'ImageWindow::m_impl'
fslview-4.0.1/src/fslview/vtkwidget.h:155:39: note: Derived variable 'VTKWidget::m_impl'
fslview-4.0.1/src/fslview/clusterdata.h:119:33: warning: The class 'Cluster' defines member variable with name 'm_impl' also defined in its parent class 'BaseCluster'. [duplInheritedMember]
fslview-4.0.1/src/fslview/clusterdata.h:80:33: note: Parent variable 'BaseCluster::m_impl'
fslview-4.0.1/src/fslview/clusterdata.h:119:33: note: Derived variable 'Cluster::m_impl'
fslview-4.0.1/src/fslview/clusterdata.h:152:33: warning: The class 'TalairachCluster' defines member variable with name 'm_impl' also defined in its parent class 'BaseCluster'. [duplInheritedMember]
fslview-4.0.1/src/fslview/clusterdata.h:80:33: note: Parent variable 'BaseCluster::m_impl'
fslview-4.0.1/src/fslview/clusterdata.h:152:33: note: Derived variable 'TalairachCluster::m_impl'
fslview-4.0.1/src/fslview/viewwidget.h:34:3: style: Class 'ViewWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/slicewidget.h:370:3: style: Class 'SetImageCursor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/modelfit.h:85:3: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/clusterbrowser.h:41:5: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/application.h:61:3: style: Class 'ApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/assistantclient.h:26:3: style: Class 'AssistantClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/viewoptions.h:4:1: warning: The class 'ViewOptions' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fslview-4.0.1/src/fslview/overlaylist.h:69:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagegroup.h:26:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/overlaylist.h:69:8: note: Function in derived class
fslview-4.0.1/src/fslview/viewwidget.h:37:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/cursor.h:110:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/viewwidget.h:37:16: note: Function in derived class
fslview-4.0.1/src/fslview/briconwidget.h:37:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/bricon.h:71:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/briconwidget.h:37:16: note: Function in derived class
fslview-4.0.1/src/fslview/briconwidget.h:38:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/overlaylist.h:109:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/briconwidget.h:38:16: note: Function in derived class
fslview-4.0.1/src/fslview/shape.h:105:16: style: The function 'addSurroundingVoxels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/shape.h:77:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/shape.h:105:16: note: Function in derived class
fslview-4.0.1/src/fslview/shape.h:111:16: style: The function 'addSurroundingVoxels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/shape.h:77:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/shape.h:111:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:90:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/cursor.h:110:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:90:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:91:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/bricon.h:71:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:91:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:92:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/overlaylist.h:109:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:92:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:93:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/drawsettings.h:105:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:93:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:279:16: style: The function 'setImageCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:126:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:279:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:280:16: style: The function 'setZoom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:128:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:280:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:282:15: style: The function 'inqWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:135:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:282:15: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:283:15: style: The function 'inqHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:136:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:283:15: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:284:15: style: The function 'inqDepth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:193:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:284:15: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:285:17: style: The function 'depthRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:194:17: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:285:17: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:286:17: style: The function 'inqRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:195:17: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:286:17: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:287:16: style: The function 'setCursorSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:201:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:287:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:288:16: style: The function 'moveCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:200:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:288:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:289:16: style: The function 'drawCrossHairLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:210:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:289:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:290:27: style: The function 'bufferVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:94:27: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:290:27: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:291:27: style: The function 'dtiVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:95:27: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:291:27: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:292:16: style: The function 'drawDtiLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:202:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:292:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:293:16: style: The function 'cursorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:212:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:293:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:294:19: style: The function 'inqLocationText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:203:19: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:294:19: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:310:16: style: The function 'setImageCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:126:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:310:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:311:16: style: The function 'setZoom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:128:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:311:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:313:15: style: The function 'inqWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:135:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:313:15: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:314:15: style: The function 'inqHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:136:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:314:15: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:315:15: style: The function 'inqDepth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:193:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:315:15: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:316:17: style: The function 'depthRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:194:17: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:316:17: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:317:17: style: The function 'inqRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:195:17: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:317:17: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:318:16: style: The function 'setCursorSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:201:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:318:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:319:16: style: The function 'moveCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:200:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:319:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:320:16: style: The function 'drawCrossHairLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:210:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:320:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:321:27: style: The function 'bufferVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:94:27: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:321:27: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:322:27: style: The function 'dtiVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:95:27: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:322:27: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:323:16: style: The function 'drawDtiLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:202:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:323:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:324:16: style: The function 'cursorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:212:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:324:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:325:19: style: The function 'inqLocationText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:203:19: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:325:19: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:340:16: style: The function 'setImageCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:126:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:340:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:341:16: style: The function 'setZoom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:128:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:341:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:344:15: style: The function 'inqWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:135:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:344:15: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:345:15: style: The function 'inqHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:136:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:345:15: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:346:15: style: The function 'inqDepth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:193:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:346:15: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:347:17: style: The function 'depthRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:194:17: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:347:17: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:348:17: style: The function 'inqRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:195:17: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:348:17: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:349:16: style: The function 'setCursorSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:201:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:349:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:350:16: style: The function 'moveCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:200:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:350:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:351:16: style: The function 'drawCrossHairLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:210:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:351:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:352:27: style: The function 'bufferVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:94:27: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:352:27: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:353:27: style: The function 'dtiVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:95:27: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:353:27: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:354:16: style: The function 'drawDtiLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:202:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:354:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:355:16: style: The function 'cursorEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:212:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:355:16: note: Function in derived class
fslview-4.0.1/src/fslview/slicewidget.h:356:19: style: The function 'inqLocationText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/slicewidget.h:203:19: note: Virtual function in base class
fslview-4.0.1/src/fslview/slicewidget.h:356:19: note: Function in derived class
fslview-4.0.1/src/fslview/imagewindow.h:39:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/overlaylist.h:109:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/imagewindow.h:39:16: note: Function in derived class
fslview-4.0.1/src/fslview/imagewindow.h:40:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/cursor.h:110:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/imagewindow.h:40:16: note: Function in derived class
fslview-4.0.1/src/fslview/orthowidget.h:32:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagewindow.h:39:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/orthowidget.h:32:8: note: Function in derived class
fslview-4.0.1/src/fslview/orthowidget.h:44:16: style: The function 'on_actionSwitchViews_triggered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagewindow.h:52:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/orthowidget.h:44:16: note: Function in derived class
fslview-4.0.1/src/fslview/orthowidget.h:47:8: style: The function 'setLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagewindow.h:41:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/orthowidget.h:47:8: note: Function in derived class
fslview-4.0.1/src/fslview/lightboxwindow.h:43:16: style: The function 'on_actionSwitchViews_triggered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagewindow.h:52:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/lightboxwindow.h:43:16: note: Function in derived class
fslview-4.0.1/src/fslview/singlewidget.h:38:16: style: The function 'on_actionSwitchViews_triggered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagewindow.h:52:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/singlewidget.h:38:16: note: Function in derived class
fslview-4.0.1/src/fslview/singlewidget.h:40:16: style: The function 'on_actionSliceRollMode_toggled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagewindow.h:70:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/singlewidget.h:40:16: note: Function in derived class
fslview-4.0.1/src/fslview/singlewidget.h:43:8: style: The function 'setLabels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagewindow.h:41:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/singlewidget.h:43:8: note: Function in derived class
fslview-4.0.1/src/fslview/vtkwidget.h:140:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/vtkwidget.h:126:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/vtkwidget.h:140:16: note: Function in derived class
fslview-4.0.1/src/fslview/vtkwidget.h:143:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagewindow.h:39:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/vtkwidget.h:143:16: note: Function in derived class
fslview-4.0.1/src/fslview/vtkwidget.h:150:16: style: The function 'on_actionSwitchViews_triggered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/imagewindow.h:52:15: note: Virtual function in base class
fslview-4.0.1/src/fslview/vtkwidget.h:150:16: note: Function in derived class
fslview-4.0.1/src/fslview/singleserieswidget.h:139:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/cursor.h:110:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/singleserieswidget.h:139:16: note: Function in derived class
fslview-4.0.1/src/fslview/singleserieswidget.h:140:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/modelfit.h:92:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/singleserieswidget.h:140:16: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:94:16: style: The function 'scanFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:43:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:94:16: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:95:16: style: The function 'outputTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:44:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:95:16: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:97:23: style: The function 'inqMaxZx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:57:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:97:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:98:23: style: The function 'inqMaxZy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:58:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:98:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:99:23: style: The function 'inqMaxZz' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:59:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:99:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:101:23: style: The function 'inqMaxCOGx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:61:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:101:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:102:23: style: The function 'inqMaxCOGy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:62:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:102:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:103:23: style: The function 'inqMaxCOGz' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:63:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:103:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:105:23: style: The function 'inqMaxCOPEx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:65:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:105:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:106:23: style: The function 'inqMaxCOPEy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:66:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:106:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:107:23: style: The function 'inqMaxCOPEz' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:67:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:107:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:130:16: style: The function 'scanFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:43:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:130:16: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:131:16: style: The function 'outputTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:44:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:131:16: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:133:23: style: The function 'inqMaxZx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:57:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:133:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:134:23: style: The function 'inqMaxZy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:58:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:134:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:135:23: style: The function 'inqMaxZz' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:59:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:135:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:137:23: style: The function 'inqMaxCOGx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:61:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:137:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:138:23: style: The function 'inqMaxCOGy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:62:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:138:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:139:23: style: The function 'inqMaxCOGz' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:63:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:139:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:141:23: style: The function 'inqMaxCOPEx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:65:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:141:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:142:23: style: The function 'inqMaxCOPEy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:66:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:142:23: note: Function in derived class
fslview-4.0.1/src/fslview/clusterdata.h:143:23: style: The function 'inqMaxCOPEz' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/clusterdata.h:67:23: note: Virtual function in base class
fslview-4.0.1/src/fslview/clusterdata.h:143:23: note: Function in derived class
fslview-4.0.1/src/fslview/application.h:63:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/cursor.h:110:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/application.h:63:16: note: Function in derived class
fslview-4.0.1/src/fslview/lookuptable.h:125:53: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/fslview/options.h:77:43: performance: Function parameter 'modeStrings' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/fslview/application.cpp:1205:50: performance: Function parameter 'ext' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/fslview/application.cpp:197:9: performance: Possible inefficient checking for 'modes' emptiness. [stlSize]
fslview-4.0.1/src/fslview/atlas.cpp:25:3: warning: Member variable 'Implementation::m_type' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/atlas.h:126:8: performance: Technically the member function 'AtlasGroup::readAtlas' can be static. [functionStatic]
fslview-4.0.1/src/fslview/atlas.cpp:368:18: note: Technically the member function 'AtlasGroup::readAtlas' can be static.
fslview-4.0.1/src/fslview/atlas.h:126:8: note: Technically the member function 'AtlasGroup::readAtlas' can be static.
fslview-4.0.1/src/fslview/atlas.h:128:17: performance: Technically the member function 'AtlasGroup::getAtlasByName' can be static. [functionStatic]
fslview-4.0.1/src/fslview/atlas.cpp:355:27: note: Technically the member function 'AtlasGroup::getAtlasByName' can be static.
fslview-4.0.1/src/fslview/atlas.h:128:17: note: Technically the member function 'AtlasGroup::getAtlasByName' can be static.
fslview-4.0.1/src/fslview/atlas.h:129:8: performance: Technically the member function 'AtlasGroup::selectCompatibleAtlases' can be static. [functionStatic]
fslview-4.0.1/src/fslview/atlas.cpp:349:18: note: Technically the member function 'AtlasGroup::selectCompatibleAtlases' can be static.
fslview-4.0.1/src/fslview/atlas.h:129:8: note: Technically the member function 'AtlasGroup::selectCompatibleAtlases' can be static.
fslview-4.0.1/src/fslview/atlasselectiondialog.cpp:47:3: style: Struct 'Implementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/bricon.cpp:189:28: style: Function 'adjust' argument 1 names different: declaration 'v' definition 'x'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/bricon.h:34:22: note: Function 'adjust' argument 1 names different: declaration 'v' definition 'x'.
fslview-4.0.1/src/fslview/bricon.cpp:189:28: note: Function 'adjust' argument 1 names different: declaration 'v' definition 'x'.
fslview-4.0.1/src/fslview/bricon.cpp:78:3: style: Struct 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/briconwidget.cpp:53:37: style: Function 'BriConWidget' argument 1 names different: declaration 'parent' definition 'w'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/briconwidget.h:34:25: note: Function 'BriConWidget' argument 1 names different: declaration 'parent' definition 'w'.
fslview-4.0.1/src/fslview/briconwidget.cpp:53:37: note: Function 'BriConWidget' argument 1 names different: declaration 'parent' definition 'w'.
fslview-4.0.1/src/fslview/briconwidget.cpp:130:67: style: Function 'update' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/briconwidget.h:38:63: note: Function 'update' argument 2 names different: declaration 'message' definition 'msg'.
fslview-4.0.1/src/fslview/briconwidget.cpp:130:67: note: Function 'update' argument 2 names different: declaration 'message' definition 'msg'.
fslview-4.0.1/src/fslview/clusterdata.h:114:3: style: Class 'Cluster' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/clusterdata.h:147:3: style: Class 'TalairachCluster' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/graphmanager.h:31:10: style: Technically the member function 'GraphManager::inqMin' can be const. [functionConst]
fslview-4.0.1/src/fslview/graphmanager.h:32:10: style: Technically the member function 'GraphManager::inqMax' can be const. [functionConst]
fslview-4.0.1/src/fslview/graphmanager.h:33:10: style: Technically the member function 'GraphManager::inqRange' can be const. [functionConst]
fslview-4.0.1/src/fslview/cursor.cpp:49:37: style: Function 'create' argument 2 names different: declaration 'xMax' definition 'maxX'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/cursor.h:44:30: note: Function 'create' argument 2 names different: declaration 'xMax' definition 'maxX'.
fslview-4.0.1/src/fslview/cursor.cpp:49:37: note: Function 'create' argument 2 names different: declaration 'xMax' definition 'maxX'.
fslview-4.0.1/src/fslview/cursor.cpp:49:49: style: Function 'create' argument 3 names different: declaration 'yMax' definition 'maxY'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/cursor.h:44:42: note: Function 'create' argument 3 names different: declaration 'yMax' definition 'maxY'.
fslview-4.0.1/src/fslview/cursor.cpp:49:49: note: Function 'create' argument 3 names different: declaration 'yMax' definition 'maxY'.
fslview-4.0.1/src/fslview/cursor.cpp:49:61: style: Function 'create' argument 4 names different: declaration 'zMax' definition 'maxZ'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/cursor.h:44:54: note: Function 'create' argument 4 names different: declaration 'zMax' definition 'maxZ'.
fslview-4.0.1/src/fslview/cursor.cpp:49:61: note: Function 'create' argument 4 names different: declaration 'zMax' definition 'maxZ'.
fslview-4.0.1/src/fslview/cursor.cpp:49:73: style: Function 'create' argument 5 names different: declaration 'vMax' definition 'maxV'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/cursor.h:44:65: note: Function 'create' argument 5 names different: declaration 'vMax' definition 'maxV'.
fslview-4.0.1/src/fslview/cursor.cpp:49:73: note: Function 'create' argument 5 names different: declaration 'vMax' definition 'maxV'.
fslview-4.0.1/src/fslview/cursor.cpp:64:37: style: Function 'create' argument 1 names different: declaration 'xMax' definition 'maxX'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/cursor.h:45:30: note: Function 'create' argument 1 names different: declaration 'xMax' definition 'maxX'.
fslview-4.0.1/src/fslview/cursor.cpp:64:37: note: Function 'create' argument 1 names different: declaration 'xMax' definition 'maxX'.
fslview-4.0.1/src/fslview/cursor.cpp:64:49: style: Function 'create' argument 2 names different: declaration 'yMax' definition 'maxY'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/cursor.h:45:42: note: Function 'create' argument 2 names different: declaration 'yMax' definition 'maxY'.
fslview-4.0.1/src/fslview/cursor.cpp:64:49: note: Function 'create' argument 2 names different: declaration 'yMax' definition 'maxY'.
fslview-4.0.1/src/fslview/cursor.cpp:64:61: style: Function 'create' argument 3 names different: declaration 'zMax' definition 'maxZ'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/cursor.h:45:54: note: Function 'create' argument 3 names different: declaration 'zMax' definition 'maxZ'.
fslview-4.0.1/src/fslview/cursor.cpp:64:61: note: Function 'create' argument 3 names different: declaration 'zMax' definition 'maxZ'.
fslview-4.0.1/src/fslview/cursor.cpp:64:73: style: Function 'create' argument 4 names different: declaration 'vMax' definition 'maxV'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/cursor.h:45:65: note: Function 'create' argument 4 names different: declaration 'vMax' definition 'maxV'.
fslview-4.0.1/src/fslview/cursor.cpp:64:73: note: Function 'create' argument 4 names different: declaration 'vMax' definition 'maxV'.
fslview-4.0.1/src/fslview/cursor.h:77:9: style: Member variable 'Cursor::m_repaint' is in the wrong place in the initializer list. [initializerList]
fslview-4.0.1/src/fslview/cursor.cpp:21:16: note: Member variable 'Cursor::m_repaint' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/cursor.h:77:9: note: Member variable 'Cursor::m_repaint' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/cursor.h:77:9: style: Member variable 'Cursor::m_repaint' is in the wrong place in the initializer list. [initializerList]
fslview-4.0.1/src/fslview/cursor.cpp:34:3: note: Member variable 'Cursor::m_repaint' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/cursor.h:77:9: note: Member variable 'Cursor::m_repaint' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/cursor.cpp:188:3: style: Struct 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/cursorwidget.h:33:16: warning: Virtual function 'update' is called from constructor 'CursorWidget(QWidget*parent,const boost::shared_ptr<Cursor>&c,boost::shared_ptr<OverlayList>ol)' at line 99. Dynamic binding is not used. [virtualCallInConstructor]
fslview-4.0.1/src/fslview/cursorwidget.cpp:99:3: note: Calling update
fslview-4.0.1/src/fslview/cursorwidget.h:33:16: note: update is a virtual method
fslview-4.0.1/src/fslview/cursorwidget.cpp:34:3: style: Class 'VoxBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/cursorwidget.cpp:45:3: style: Class 'ValBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/cursorwidget.cpp:60:3: style: Class 'MMBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/cursorwidget.h:33:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/cursor.h:110:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/cursorwidget.h:33:16: note: Function in derived class
fslview-4.0.1/src/fslview/cursorwidget.h:34:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/overlaylist.h:109:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/cursorwidget.h:34:16: note: Function in derived class
fslview-4.0.1/src/fslview/curvedatalist.cpp:151:12: warning: Member variable 'CurveData::m_curve' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/curvedatalist.cpp:64:2: warning: Member variable 'ClosestSearch::m_curve' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/curvedatalist.cpp:18:8: style: Technically the member function 'SetAllInActive::operator()' can be const. [functionConst]
fslview-4.0.1/src/fslview/curvedatalist.cpp:49:3: style: Class 'CurveDataSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/curvedatalist.cpp:89:3: style: Class 'CoordinatesSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/drawsettings.cpp:50:3: style: Struct 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/drawwidget.cpp:37:33: style: Function 'DrawWidget' argument 1 names different: declaration 'parent' definition 'w'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/drawwidget.h:44:23: note: Function 'DrawWidget' argument 1 names different: declaration 'parent' definition 'w'.
fslview-4.0.1/src/fslview/drawwidget.cpp:37:33: note: Function 'DrawWidget' argument 1 names different: declaration 'parent' definition 'w'.
fslview-4.0.1/src/fslview/drawwidget.h:47:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/overlaylist.h:109:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/drawwidget.h:47:8: note: Function in derived class
fslview-4.0.1/src/fslview/drawwidget.h:48:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/bricon.h:71:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/drawwidget.h:48:8: note: Function in derived class
fslview-4.0.1/src/fslview/drawwidget.h:49:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/drawsettings.h:105:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/drawwidget.h:49:8: note: Function in derived class
fslview-4.0.1/src/fslview/filemanager.cpp:42:3: style: Struct 'Output' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/filemanager.cpp:230:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fslview-4.0.1/src/fslview/filemanager.cpp:246:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fslview-4.0.1/src/fslview/graphmanager.cpp:13:15: warning: Member variable 'GraphManager::m_min' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/graphmanager.cpp:13:15: warning: Member variable 'GraphManager::m_max' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/graphmanager.cpp:13:15: warning: Member variable 'GraphManager::m_range' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/graphmanager.cpp:37:3: style: Struct 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/gridserieswidget.cpp:22:68: style: Function 'GridSeriesWidget' argument 2 names different: declaration 'i' definition 'image'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/gridserieswidget.h:25:35: note: Function 'GridSeriesWidget' argument 2 names different: declaration 'i' definition 'image'.
fslview-4.0.1/src/fslview/gridserieswidget.cpp:22:68: note: Function 'GridSeriesWidget' argument 2 names different: declaration 'i' definition 'image'.
fslview-4.0.1/src/fslview/gridserieswidget.cpp:22:91: style: Function 'GridSeriesWidget' argument 3 names different: declaration 'c' definition 'cursor'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/gridserieswidget.h:26:36: note: Function 'GridSeriesWidget' argument 3 names different: declaration 'c' definition 'cursor'.
fslview-4.0.1/src/fslview/gridserieswidget.cpp:22:91: note: Function 'GridSeriesWidget' argument 3 names different: declaration 'c' definition 'cursor'.
fslview-4.0.1/src/fslview/histogramtoolbar.h:27:3: style: Class 'HistogramToolbar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/histogramwidget.cpp:118:13: style: Checking if unsigned variable 'sz' is less than zero. [unsignedLessThanZero]
fslview-4.0.1/src/fslview/histogramwidget.cpp:293:16: style: Unsigned variable 'binNumber' can't be negative so it is unnecessary to test it. [unsignedPositive]
fslview-4.0.1/src/fslview/histogramwidget.cpp:453:66: style: Function 'HistogramWidget' argument 2 names different: declaration 'v' definition 'vol'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/histogramwidget.h:68:51: note: Function 'HistogramWidget' argument 2 names different: declaration 'v' definition 'vol'.
fslview-4.0.1/src/fslview/histogramwidget.cpp:453:66: note: Function 'HistogramWidget' argument 2 names different: declaration 'v' definition 'vol'.
fslview-4.0.1/src/fslview/histogramwidget.cpp:334:8: style: Technically the member function 'Histogram::inqLogScale' can be const. [functionConst]
fslview-4.0.1/src/fslview/histogramwidget.cpp:459:3: style: Class 'HistogramWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/src/fslview/histogramwidget.cpp:459:3: style: Class 'HistogramWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/src/fslview/histogramwidget.cpp:51:20: warning: Virtual function 'size' is called from constructor 'QwtStdVectorData(const std::vector<double>&x,const std::vector<double>&y)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
fslview-4.0.1/src/fslview/histogramwidget.cpp:69:5: note: Calling initCache
fslview-4.0.1/src/fslview/histogramwidget.cpp:116:23: note: Calling size
fslview-4.0.1/src/fslview/histogramwidget.cpp:51:20: note: size is a virtual method
fslview-4.0.1/src/fslview/histogramwidget.cpp:38:1: warning: The class 'QwtStdVectorData' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fslview-4.0.1/src/fslview/imagebuffer.cpp:74:18: style: The scope of the variable 'rd' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:74:22: style: The scope of the variable 'gr' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:74:26: style: The scope of the variable 'bl' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:74:30: style: The scope of the variable 'al' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:169:18: style: The scope of the variable 'rd' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:169:22: style: The scope of the variable 'gr' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:169:26: style: The scope of the variable 'bl' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:169:30: style: The scope of the variable 'al' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:259:18: style: The scope of the variable 'rd' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:259:22: style: The scope of the variable 'gr' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:259:26: style: The scope of the variable 'bl' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:259:30: style: The scope of the variable 'al' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:511:9: style: The scope of the variable 'oneMinusAlpha' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:566:16: style: The scope of the variable 'A' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:566:18: style: The scope of the variable 'B' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:566:20: style: The scope of the variable 'C' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:566:22: style: The scope of the variable 'D' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/imagebuffer.cpp:21:3: warning: Member variable 'ColorPicker::m_rd' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagebuffer.cpp:21:3: warning: Member variable 'ColorPicker::m_gr' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagebuffer.cpp:21:3: warning: Member variable 'ColorPicker::m_bl' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagebuffer.cpp:21:3: warning: Member variable 'ColorPicker::m_al' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagebuffer.cpp:23:5: performance: Variable 'm_bricon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/src/fslview/imagebuffer.cpp:21:3: style: Struct 'ColorPicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/imagedata.h:25:21: style: Technically the member function 'ImageData::getMetaImage' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagedata.cpp:32:30: note: Technically the member function 'ImageData::getMetaImage' can be const.
fslview-4.0.1/src/fslview/imagedata.h:25:21: note: Technically the member function 'ImageData::getMetaImage' can be const.
fslview-4.0.1/src/fslview/imagedata.h:26:21: style: Technically the member function 'ImageData::getBuffer' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagedata.cpp:37:28: note: Technically the member function 'ImageData::getBuffer' can be const.
fslview-4.0.1/src/fslview/imagedata.h:26:21: note: Technically the member function 'ImageData::getBuffer' can be const.
fslview-4.0.1/src/fslview/imagedatastore.h:31:3: style: Class 'ImageDataStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/imagedisplaysetting.h:58:18: style: Technically the member function 'ImageDisplaySetting::inqBriCon' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagedisplaysetting.cpp:223:22: note: Technically the member function 'ImageDisplaySetting::inqBriCon' can be const.
fslview-4.0.1/src/fslview/imagedisplaysetting.h:58:18: note: Technically the member function 'ImageDisplaySetting::inqBriCon' can be const.
fslview-4.0.1/src/fslview/imagegroup.cpp:49:3: warning: Member variable 'Implementation::m_currentLut' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagegroup.cpp:49:3: warning: Member variable 'Implementation::m_initLutSize' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagegroup.h:82:7: style: Technically the member function 'ImageGroup::inqX' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagegroup.cpp:350:17: note: Technically the member function 'ImageGroup::inqX' can be const.
fslview-4.0.1/src/fslview/imagegroup.h:82:7: note: Technically the member function 'ImageGroup::inqX' can be const.
fslview-4.0.1/src/fslview/imagegroup.h:83:7: style: Technically the member function 'ImageGroup::inqY' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagegroup.cpp:355:17: note: Technically the member function 'ImageGroup::inqY' can be const.
fslview-4.0.1/src/fslview/imagegroup.h:83:7: note: Technically the member function 'ImageGroup::inqY' can be const.
fslview-4.0.1/src/fslview/imagegroup.h:84:7: style: Technically the member function 'ImageGroup::inqZ' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagegroup.cpp:360:17: note: Technically the member function 'ImageGroup::inqZ' can be const.
fslview-4.0.1/src/fslview/imagegroup.h:84:7: note: Technically the member function 'ImageGroup::inqZ' can be const.
fslview-4.0.1/src/fslview/imagegroup.h:85:9: style: Technically the member function 'ImageGroup::inqMin' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagegroup.cpp:365:19: note: Technically the member function 'ImageGroup::inqMin' can be const.
fslview-4.0.1/src/fslview/imagegroup.h:85:9: note: Technically the member function 'ImageGroup::inqMin' can be const.
fslview-4.0.1/src/fslview/imagegroup.h:86:9: style: Technically the member function 'ImageGroup::inqMax' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagegroup.cpp:367:19: note: Technically the member function 'ImageGroup::inqMax' can be const.
fslview-4.0.1/src/fslview/imagegroup.h:86:9: note: Technically the member function 'ImageGroup::inqMax' can be const.
fslview-4.0.1/src/fslview/imagegroup.cpp:28:8: style: Technically the member function 'CheckImageTarnish::result' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagegroup.cpp:41:23: style: Technically the member function 'LutSearch::result' can be const. [functionConst]
fslview-4.0.1/src/fslview/imagegroup.h:90:3: style: Class 'ImageGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/imagegroup.cpp:35:3: style: Class 'LutSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/imagegroup.cpp:49:3: style: Struct 'Implementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/imagegroup.cpp:384:3: style: Struct 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/imagewindow.cpp:56:3: warning: Member variable 'Implementation::cursordock' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagewindow.cpp:56:3: warning: Member variable 'Implementation::talairachdock' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagewindow.cpp:56:3: warning: Member variable 'Implementation::overlaydock' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagewindow.cpp:56:3: warning: Member variable 'Implementation::briconWidget' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/imagewindow.cpp:42:18: style: Member variable 'Implementation::cursor' is in the wrong place in the initializer list. [initializerList]
fslview-4.0.1/src/fslview/imagewindow.cpp:62:7: note: Member variable 'Implementation::cursor' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/imagewindow.cpp:42:18: note: Member variable 'Implementation::cursor' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/imagewindow.cpp:31:16: style: Member variable 'Implementation::iw' is in the wrong place in the initializer list. [initializerList]
fslview-4.0.1/src/fslview/imagewindow.cpp:64:7: note: Member variable 'Implementation::iw' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/imagewindow.cpp:31:16: note: Member variable 'Implementation::iw' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/imagewindow.cpp:79:5: style: Struct 'Implementation' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/src/fslview/imagewindow.cpp:79:5: style: Struct 'Implementation' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/src/fslview/imagewindow.cpp:226:3: style: Struct 'SetVolume' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/overlaywidget.h:30:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/overlaylist.h:109:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/overlaywidget.h:30:8: note: Function in derived class
fslview-4.0.1/src/fslview/talairachwidget.h:33:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/cursor.h:110:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/talairachwidget.h:33:16: note: Function in derived class
fslview-4.0.1/src/fslview/overlayinfodialog.h:23:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/overlaylist.h:109:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/overlayinfodialog.h:23:8: note: Function in derived class
fslview-4.0.1/src/fslview/lightboxwidget.cpp:99:8: style: Technically the member function 'SliceRepainter::operator()' can be const. [functionConst]
fslview-4.0.1/src/fslview/lightboxwidget.cpp:78:3: style: Struct 'SliceHider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/lightboxwindow.cpp:107:8: style: Technically the member function 'SliceRepainter::operator()' can be const. [functionConst]
fslview-4.0.1/src/fslview/lightboxwindow.cpp:33:3: style: Class 'LightboxWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/src/fslview/lightboxwindow.cpp:33:3: style: Class 'LightboxWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/src/fslview/lightboxwindow.h:31:16: warning: Virtual function 'resizeEvent' is called from constructor 'LightboxWindow(QWidget*parent,boost::shared_ptr<ImageGroup>i,boost::shared_ptr<OverlayList>ol,boost::shared_ptr<Cursor>&c)' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
fslview-4.0.1/src/fslview/lightboxwindow.cpp:39:36: note: Calling resizeEvent
fslview-4.0.1/src/fslview/lightboxwindow.h:31:16: note: resizeEvent is a virtual method
fslview-4.0.1/src/fslview/lightboxwindow.cpp:86:3: style: Struct 'SliceHider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/logger.h:49:3: style: Class 'Logger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/logger.cpp:27:3: style: Struct 'Implementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/lookuptable.cpp:566:15: style: Unused variable: ext [unusedVariable]
fslview-4.0.1/src/fslview/lookuptable.h:122:23: performance: Technically the member function 'LookUpTable::LoadStdLut' can be static. [functionStatic]
fslview-4.0.1/src/fslview/lookuptable.cpp:462:34: note: Technically the member function 'LookUpTable::LoadStdLut' can be static.
fslview-4.0.1/src/fslview/lookuptable.h:122:23: note: Technically the member function 'LookUpTable::LoadStdLut' can be static.
fslview-4.0.1/src/fslview/lookuptable.h:126:15: performance: Technically the member function 'LookUpTable::extractName' can be static. [functionStatic]
fslview-4.0.1/src/fslview/lookuptable.cpp:563:26: note: Technically the member function 'LookUpTable::extractName' can be static.
fslview-4.0.1/src/fslview/lookuptable.h:126:15: note: Technically the member function 'LookUpTable::extractName' can be static.
fslview-4.0.1/src/fslview/lookuptable.cpp:377:13: style: Technically the member function 'Random::operator()' can be const. [functionConst]
fslview-4.0.1/src/fslview/lookuptable.h:120:3: style: Class 'LookUpTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/lookuptable.cpp:465:63: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/fslview/lookuptable.cpp:568:3: style: Reading from empty STL container 'result' [reademptycontainer]
fslview-4.0.1/src/fslview/main.cpp:37:10: style: The scope of the variable 'retval' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/main.cpp:41:16: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
fslview-4.0.1/src/fslview/maintoolbar.cpp:28:48: style: Function 'setCrossHairsMode' argument 1 names different: declaration 'on' definition 'checked'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/maintoolbar.h:36:31: note: Function 'setCrossHairsMode' argument 1 names different: declaration 'on' definition 'checked'.
fslview-4.0.1/src/fslview/maintoolbar.cpp:28:48: note: Function 'setCrossHairsMode' argument 1 names different: declaration 'on' definition 'checked'.
fslview-4.0.1/src/fslview/melview.h:17:3: style: Class 'MelodicView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/melview.h:28:3: style: Class 'ICDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/melview.cpp:8:3: style: Class 'ClassComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/melview.cpp:88:3: style: Class 'ICModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/meshoptionsdialog.cpp:48:74: style: Function 'populateMeshList' argument 1 names different: declaration 'meshes' definition 'm'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/meshoptionsdialog.h:28:62: note: Function 'populateMeshList' argument 1 names different: declaration 'meshes' definition 'm'.
fslview-4.0.1/src/fslview/meshoptionsdialog.cpp:48:74: note: Function 'populateMeshList' argument 1 names different: declaration 'meshes' definition 'm'.
fslview-4.0.1/src/fslview/meshoptionsdialog.h:25:3: style: Class 'MeshOptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/metaimage.h:31:31: style: Technically the member function 'MetaImage::getDs' can be const. [functionConst]
fslview-4.0.1/src/fslview/metaimage.cpp:36:40: note: Technically the member function 'MetaImage::getDs' can be const.
fslview-4.0.1/src/fslview/metaimage.h:31:31: note: Technically the member function 'MetaImage::getDs' can be const.
fslview-4.0.1/src/fslview/modelfit.cpp:367:10: style: Checking if unsigned variable 'i' is less than zero. [unsignedLessThanZero]
fslview-4.0.1/src/fslview/modelfit.cpp:380:10: style: Checking if unsigned variable 'i' is less than zero. [unsignedLessThanZero]
fslview-4.0.1/src/fslview/modelfit.cpp:227:50: style: Function 'create' argument 1 names different: declaration 'featDir' definition 'fd'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/modelfit.h:40:40: note: Function 'create' argument 1 names different: declaration 'featDir' definition 'fd'.
fslview-4.0.1/src/fslview/modelfit.cpp:227:50: note: Function 'create' argument 1 names different: declaration 'featDir' definition 'fd'.
fslview-4.0.1/src/fslview/modelfit.cpp:240:35: style: Function 'ModelFit' argument 1 names different: declaration 'featDir' definition 'fd'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/modelfit.h:76:28: note: Function 'ModelFit' argument 1 names different: declaration 'featDir' definition 'fd'.
fslview-4.0.1/src/fslview/modelfit.cpp:240:35: note: Function 'ModelFit' argument 1 names different: declaration 'featDir' definition 'fd'.
fslview-4.0.1/src/fslview/modelfit.cpp:352:41: style: Function 'isFeatDir' argument 1 names different: declaration 'featDir' definition 'path'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/modelfit.h:46:40: note: Function 'isFeatDir' argument 1 names different: declaration 'featDir' definition 'path'.
fslview-4.0.1/src/fslview/modelfit.cpp:352:41: note: Function 'isFeatDir' argument 1 names different: declaration 'featDir' definition 'path'.
fslview-4.0.1/src/fslview/modelfit.h:55:17: style: Technically the member function 'ModelFit::getFilteredFuncImage' can be const. [functionConst]
fslview-4.0.1/src/fslview/modelfit.cpp:256:25: note: Technically the member function 'ModelFit::getFilteredFuncImage' can be const.
fslview-4.0.1/src/fslview/modelfit.h:55:17: note: Technically the member function 'ModelFit::getFilteredFuncImage' can be const.
fslview-4.0.1/src/fslview/modelfit.cpp:44:10: performance: Technically the member function 'Implementation::xI_BetaI' can be static. [functionStatic]
fslview-4.0.1/src/fslview/modelfit.cpp:151:11: performance: Technically the member function 'Implementation::findKey' can be static. [functionStatic]
fslview-4.0.1/src/fslview/modelfit.h:76:3: style: Class 'ModelFit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/modelfit.cpp:21:3: style: Struct 'Implementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/modelfit.cpp:402:3: style: Struct 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/modetoolbar.h:23:3: style: Class 'ModeToolBarWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/orthowidget.cpp:50:3: style: Class 'OrthoWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/src/fslview/orthowidget.cpp:50:3: style: Class 'OrthoWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/src/fslview/orthowidget.h:49:16: warning: Virtual function 'setLayout' is called from constructor 'OrthoWidget(QWidget*parent,boost::shared_ptr<ImageGroup>&i,boost::shared_ptr<OverlayList>ol,boost::shared_ptr<Cursor>&c)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
fslview-4.0.1/src/fslview/orthowidget.cpp:53:3: note: Calling setLayout
fslview-4.0.1/src/fslview/orthowidget.h:49:16: note: setLayout is a virtual method
fslview-4.0.1/src/fslview/overlayinfodialog.cpp:112:43: style: Function 'intentChanged' argument 1 names different: declaration 'n' definition 'i'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/overlayinfodialog.h:41:27: note: Function 'intentChanged' argument 1 names different: declaration 'n' definition 'i'.
fslview-4.0.1/src/fslview/overlayinfodialog.cpp:112:43: note: Function 'intentChanged' argument 1 names different: declaration 'n' definition 'i'.
fslview-4.0.1/src/fslview/overlaylist.cpp:26:32: style: Technically the member function 'CopyOverlay::getOverlays' can be const. [functionConst]
fslview-4.0.1/src/fslview/overlaylist.h:82:3: style: Class 'OverlayList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/overlaylist.cpp:34:3: style: Class 'ImageSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/overlaylist.cpp:147:3: style: Struct 'ImageNotIn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/overlaylist.cpp:47:43: performance: Function parameter 'ol' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/fslview/overlaywidget.cpp:233:22: style: C-style pointer casting [cstyleCast]
fslview-4.0.1/src/fslview/overlaywidget.cpp:260:9: style: C-style pointer casting [cstyleCast]
fslview-4.0.1/src/fslview/overlaywidget.cpp:336:22: style: C-style pointer casting [cstyleCast]
fslview-4.0.1/src/fslview/overlaywidget.cpp:361:31: style: C-style pointer casting [cstyleCast]
fslview-4.0.1/src/fslview/overlaywidget.cpp:370:31: style: C-style pointer casting [cstyleCast]
fslview-4.0.1/src/fslview/overlaywidget.cpp:91:3: style: Class 'InsertLayerItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/propertiesdialogimpl.h:16:3: style: Class 'PropertiesDialogImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/rect.cpp:13:3: warning: Member variable 'Implementation::m_top' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/rect.cpp:13:3: warning: Member variable 'Implementation::m_bottom' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/rect.cpp:13:3: warning: Member variable 'Implementation::m_left' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/rect.cpp:13:3: warning: Member variable 'Implementation::m_right' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/rect.h:26:7: style: Technically the member function 'Rect::top' can be const. [functionConst]
fslview-4.0.1/src/fslview/rect.cpp:49:11: note: Technically the member function 'Rect::top' can be const.
fslview-4.0.1/src/fslview/rect.h:26:7: note: Technically the member function 'Rect::top' can be const.
fslview-4.0.1/src/fslview/rect.h:27:7: style: Technically the member function 'Rect::bottom' can be const. [functionConst]
fslview-4.0.1/src/fslview/rect.cpp:50:11: note: Technically the member function 'Rect::bottom' can be const.
fslview-4.0.1/src/fslview/rect.h:27:7: note: Technically the member function 'Rect::bottom' can be const.
fslview-4.0.1/src/fslview/rect.h:28:7: style: Technically the member function 'Rect::left' can be const. [functionConst]
fslview-4.0.1/src/fslview/rect.cpp:51:11: note: Technically the member function 'Rect::left' can be const.
fslview-4.0.1/src/fslview/rect.h:28:7: note: Technically the member function 'Rect::left' can be const.
fslview-4.0.1/src/fslview/rect.h:29:7: style: Technically the member function 'Rect::right' can be const. [functionConst]
fslview-4.0.1/src/fslview/rect.cpp:52:11: note: Technically the member function 'Rect::right' can be const.
fslview-4.0.1/src/fslview/rect.h:29:7: note: Technically the member function 'Rect::right' can be const.
fslview-4.0.1/src/fslview/rect.h:30:7: style: Technically the member function 'Rect::height' can be const. [functionConst]
fslview-4.0.1/src/fslview/rect.cpp:59:11: note: Technically the member function 'Rect::height' can be const.
fslview-4.0.1/src/fslview/rect.h:30:7: note: Technically the member function 'Rect::height' can be const.
fslview-4.0.1/src/fslview/rect.h:31:7: style: Technically the member function 'Rect::width' can be const. [functionConst]
fslview-4.0.1/src/fslview/rect.cpp:54:11: note: Technically the member function 'Rect::width' can be const.
fslview-4.0.1/src/fslview/rect.h:31:7: note: Technically the member function 'Rect::width' can be const.
fslview-4.0.1/src/fslview/shape.cpp:307:19: style: The scope of the variable 'yValue' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/shape.cpp:308:26: style: The scope of the variable 'yValueInt' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/shape.cpp:327:19: style: The scope of the variable 'xValue' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/shape.cpp:328:26: style: The scope of the variable 'xValueInt' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/shape.cpp:412:52: style: Function 'pushFloodUndoPixel' argument 3 names different: declaration 'oldVal' definition 'v'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/shape.h:84:51: note: Function 'pushFloodUndoPixel' argument 3 names different: declaration 'oldVal' definition 'v'.
fslview-4.0.1/src/fslview/shape.cpp:412:52: note: Function 'pushFloodUndoPixel' argument 3 names different: declaration 'oldVal' definition 'v'.
fslview-4.0.1/src/fslview/shape.cpp:436:39: style: Function 'push_check' argument 1 names different: declaration 'pix' definition 'vox'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/shape.h:78:35: note: Function 'push_check' argument 1 names different: declaration 'pix' definition 'vox'.
fslview-4.0.1/src/fslview/shape.cpp:436:39: note: Function 'push_check' argument 1 names different: declaration 'pix' definition 'vox'.
fslview-4.0.1/src/fslview/shape.cpp:75:8: warning: Member variable 'Shape::m_paint' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/shape.cpp:75:8: warning: Member variable 'Shape::m_counter' is not initialized in the constructor. [uninitMemberVarPrivate]
fslview-4.0.1/src/fslview/shape.cpp:58:3: style: Struct 'VoxelSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:207:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:509:3: warning: Member variable 'Implementation::m_showFull' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:509:3: warning: Member variable 'Implementation::m_showPartial' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/singleserieswidget.h:38:8: style: Technically the member function 'PlotOptions::inqTitle' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:544:19: note: Technically the member function 'PlotOptions::inqTitle' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:38:8: note: Technically the member function 'PlotOptions::inqTitle' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:39:8: style: Technically the member function 'PlotOptions::inqXGrid' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:545:19: note: Technically the member function 'PlotOptions::inqXGrid' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:39:8: note: Technically the member function 'PlotOptions::inqXGrid' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:40:8: style: Technically the member function 'PlotOptions::inqYGrid' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:546:19: note: Technically the member function 'PlotOptions::inqYGrid' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:40:8: note: Technically the member function 'PlotOptions::inqYGrid' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:41:8: style: Technically the member function 'PlotOptions::inqXNums' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:547:19: note: Technically the member function 'PlotOptions::inqXNums' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:41:8: note: Technically the member function 'PlotOptions::inqXNums' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:42:8: style: Technically the member function 'PlotOptions::inqYNums' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:548:19: note: Technically the member function 'PlotOptions::inqYNums' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:42:8: note: Technically the member function 'PlotOptions::inqYNums' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:43:8: style: Technically the member function 'PlotOptions::inqXLabel' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:549:19: note: Technically the member function 'PlotOptions::inqXLabel' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:43:8: note: Technically the member function 'PlotOptions::inqXLabel' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:44:8: style: Technically the member function 'PlotOptions::inqYLabel' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:550:19: note: Technically the member function 'PlotOptions::inqYLabel' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:44:8: note: Technically the member function 'PlotOptions::inqYLabel' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:45:8: style: Technically the member function 'PlotOptions::inqXOffset' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:551:19: note: Technically the member function 'PlotOptions::inqXOffset' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:45:8: note: Technically the member function 'PlotOptions::inqXOffset' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:46:8: style: Technically the member function 'PlotOptions::inqYOffset' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:552:19: note: Technically the member function 'PlotOptions::inqYOffset' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:46:8: note: Technically the member function 'PlotOptions::inqYOffset' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:47:8: style: Technically the member function 'PlotOptions::inqZOffset' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:553:19: note: Technically the member function 'PlotOptions::inqZOffset' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:47:8: note: Technically the member function 'PlotOptions::inqZOffset' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:48:8: style: Technically the member function 'PlotOptions::inqFeedback' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:554:19: note: Technically the member function 'PlotOptions::inqFeedback' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:48:8: note: Technically the member function 'PlotOptions::inqFeedback' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:49:8: style: Technically the member function 'PlotOptions::inqFeatMode' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:555:19: note: Technically the member function 'PlotOptions::inqFeatMode' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:49:8: note: Technically the member function 'PlotOptions::inqFeatMode' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:50:8: style: Technically the member function 'PlotOptions::inqAddRemEnabled' can be const. [functionConst]
fslview-4.0.1/src/fslview/singleserieswidget.cpp:556:19: note: Technically the member function 'PlotOptions::inqAddRemEnabled' can be const.
fslview-4.0.1/src/fslview/singleserieswidget.h:50:8: note: Technically the member function 'PlotOptions::inqAddRemEnabled' can be const.
fslview-4.0.1/src/fslview/singlewidget.cpp:41:3: style: Class 'SingleWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/src/fslview/singlewidget.cpp:41:3: style: Class 'SingleWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/src/fslview/slicewidget.cpp:462:8: style: The scope of the variable 'isBottomImage' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/slicewidget.cpp:1047:8: style: The scope of the variable 'isBottomImage' can be reduced. [variableScope]
fslview-4.0.1/src/fslview/slicewidget.cpp:641:45: style: Function 'update' argument 1 names different: declaration 'l' definition 'i'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/slicewidget.h:92:42: note: Function 'update' argument 1 names different: declaration 'l' definition 'i'.
fslview-4.0.1/src/fslview/slicewidget.cpp:641:45: note: Function 'update' argument 1 names different: declaration 'l' definition 'i'.
fslview-4.0.1/src/fslview/slicewidget.cpp:911:35: style: Function 'briconEvent' argument 1 names different: declaration 'x' definition 'dx'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/slicewidget.h:219:24: note: Function 'briconEvent' argument 1 names different: declaration 'x' definition 'dx'.
fslview-4.0.1/src/fslview/slicewidget.cpp:911:35: note: Function 'briconEvent' argument 1 names different: declaration 'x' definition 'dx'.
fslview-4.0.1/src/fslview/slicewidget.cpp:911:43: style: Function 'briconEvent' argument 2 names different: declaration 'y' definition 'dy'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/slicewidget.h:219:31: note: Function 'briconEvent' argument 2 names different: declaration 'y' definition 'dy'.
fslview-4.0.1/src/fslview/slicewidget.cpp:911:43: note: Function 'briconEvent' argument 2 names different: declaration 'y' definition 'dy'.
fslview-4.0.1/src/fslview/slicewidget.cpp:1271:51: style: Function 'drawCrossHairLines' argument 1 names different: declaration 'p' definition 'painter'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/slicewidget.h:289:45: note: Function 'drawCrossHairLines' argument 1 names different: declaration 'p' definition 'painter'.
fslview-4.0.1/src/fslview/slicewidget.cpp:1271:51: note: Function 'drawCrossHairLines' argument 1 names different: declaration 'p' definition 'painter'.
fslview-4.0.1/src/fslview/slicewidget.cpp:1603:50: style: Function 'drawCrossHairLines' argument 1 names different: declaration 'p' definition 'painter'. [funcArgNamesDifferent]
fslview-4.0.1/src/fslview/slicewidget.h:320:45: note: Function 'drawCrossHairLines' argument 1 names different: declaration 'p' definition 'painter'.
fslview-4.0.1/src/fslview/slicewidget.cpp:1603:50: note: Function 'drawCrossHairLines' argument 1 names different: declaration 'p' definition 'painter'.
fslview-4.0.1/src/fslview/slicewidget.cpp:1071:23: style: Variable 'isBottomImage' is assigned a value that is never used. [unreadVariable]
fslview-4.0.1/src/fslview/slicewidget.h:178:22: style: Member variable 'SliceWidget::m_opts' is in the wrong place in the initializer list. [initializerList]
fslview-4.0.1/src/fslview/slicewidget.cpp:125:3: note: Member variable 'SliceWidget::m_opts' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/slicewidget.h:178:22: note: Member variable 'SliceWidget::m_opts' is in the wrong place in the initializer list.
fslview-4.0.1/src/fslview/slicewidget.cpp:130:3: performance: Variable 'm_viewRect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/src/fslview/slicewidget.cpp:212:3: style: Class 'SliceWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/src/fslview/slicewidget.cpp:212:3: style: Class 'SliceWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/src/fslview/slicewidget.h:216:16: warning: Virtual function 'loadStore' is called from constructor 'SliceWidget(QWidget*parent,const char*name,Orientation orient,boost::shared_ptr<Cursor>c,boost::shared_ptr<OverlayList>l,boost::shared_ptr<DrawSettings>d,std::list<boost::shared_ptr<Shape>>&u,const ViewOptions&vo)' at line 143. Dynamic binding is not used. [virtualCallInConstructor]
fslview-4.0.1/src/fslview/slicewidget.cpp:143:3: note: Calling loadStore
fslview-4.0.1/src/fslview/slicewidget.h:216:16: note: loadStore is a virtual method
fslview-4.0.1/src/fslview/slicewidget.cpp:76:3: style: Struct 'Detach' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/talairachwidget.h:33:16: warning: Virtual function 'update' is called from constructor 'TalairachWidget(QWidget*parent,const boost::shared_ptr<Cursor>&c,const boost::shared_ptr<OverlayList>&ol)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
fslview-4.0.1/src/fslview/talairachwidget.cpp:53:5: note: Calling update
fslview-4.0.1/src/fslview/talairachwidget.h:33:16: note: update is a virtual method
fslview-4.0.1/src/fslview/timeseriestoolbar.h:12:3: style: Class 'TimeSeriesToolbar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/timeserieswidget.cpp:43:3: performance: Variable 'm_options' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/src/fslview/timeserieswidget.cpp:56:3: performance: Variable 'm_options' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/src/fslview/tracker.h:42:16: style: Unused private function: 'Tracker::count' [unusedPrivateFunction]
fslview-4.0.1/src/fslview/tracker.h:32:8: performance: Technically the member function 'Tracker::trace' can be static. [functionStatic]
fslview-4.0.1/src/fslview/tracker.cpp:47:15: note: Technically the member function 'Tracker::trace' can be static.
fslview-4.0.1/src/fslview/tracker.h:32:8: note: Technically the member function 'Tracker::trace' can be static.
fslview-4.0.1/src/fslview/vtkwidget.cpp:243:16: warning: Member variable 'VTKProperties::m_observers' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/vtkwidget.cpp:262:31: warning: Member variable 'VTKProperties::m_observers' is not assigned a value in 'VTKProperties::operator='. [operatorEqVarError]
fslview-4.0.1/src/fslview/vtkwidget.cpp:107:1: style: The class 'LookUpTableFactory' does not have a constructor although it has private member variables. [noConstructor]
fslview-4.0.1/src/fslview/vtkwidget.cpp:162:1: style: The class 'InteractorCallback' does not have a constructor although it has private member variables. [noConstructor]
fslview-4.0.1/src/fslview/vtkwidget.cpp:204:1: style: The class 'ClippingBoxCallback' does not have a constructor although it has private member variables. [noConstructor]
fslview-4.0.1/src/fslview/vtkwidget.cpp:695:3: warning: Member variable 'Implementation::m_renderer' is not initialized in the constructor. [uninitMemberVar]
fslview-4.0.1/src/fslview/vtkwidget.cpp:758:3: style: Class 'VTKWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/src/fslview/vtkwidget.cpp:758:3: style: Class 'VTKWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/src/fslview/vtkwidget.cpp:304:3: style: Struct 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/fslview/vtkwidget.cpp:395:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/bricon.h:71:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/vtkwidget.cpp:395:16: note: Function in derived class
fslview-4.0.1/src/fslview/vtkwidget.cpp:510:22: style: The function 'getLayerMapper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/vtkwidget.cpp:397:22: note: Virtual function in base class
fslview-4.0.1/src/fslview/vtkwidget.cpp:510:22: note: Function in derived class
fslview-4.0.1/src/fslview/vtkwidget.cpp:524:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/vtkwidget.cpp:395:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/vtkwidget.cpp:524:16: note: Function in derived class
fslview-4.0.1/src/fslview/vtkwidget.cpp:667:16: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/vtkwidget.cpp:395:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/vtkwidget.cpp:667:16: note: Function in derived class
fslview-4.0.1/src/fslview/vtkwidget.cpp:673:8: style: The function 'setProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/fslview/vtkwidget.cpp:423:16: note: Virtual function in base class
fslview-4.0.1/src/fslview/vtkwidget.cpp:673:8: note: Function in derived class
fslview-4.0.1/src/fslview/vtkwidget.cpp:992:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fslview-4.0.1/src/storage/error.h:26:22: style: Technically the member function 'FileError::inqFileName' can be const. [functionConst]
fslview-4.0.1/src/storage/error.h:27:22: style: Technically the member function 'FileError::inqMessage' can be const. [functionConst]
fslview-4.0.1/src/storage/histogram.cpp:29:20: style: Checking if unsigned variable 'binNumber' is less than zero. This might be a false warning. [unsignedLessThanZero]
fslview-4.0.1/src/storage/volume.h:72:17: style: The function 'normalized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:36:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:72:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:73:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:38:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:73:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:74:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:37:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:74:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:75:17: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:39:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:75:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:76:17: style: The function 'inqX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:28:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:76:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:77:17: style: The function 'inqY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:29:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:77:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:78:17: style: The function 'inqZ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:30:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:78:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:80:17: style: The function 'inqMin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:41:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:80:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:81:17: style: The function 'inqMax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:42:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:81:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:82:17: style: The function 'minValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:43:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:82:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:83:17: style: The function 'maxValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:44:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:83:17: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:84:16: style: The function 'calculateMinMax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:45:16: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:84:16: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:85:16: style: The function 'calculateRobustMinMax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:46:16: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:85:16: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:87:16: style: The function 'inRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:48:16: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:87:16: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:98:8: style: The function 'saveVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:50:16: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:98:8: note: Function in derived class
fslview-4.0.1/src/storage/image.h:63:3: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/storage/image.h:64:3: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/storage/image.h:77:3: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fslview-4.0.1/src/storage/timeseries.h:57:17: style: The function 'normalized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:31:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:57:17: note: Function in derived class
fslview-4.0.1/src/storage/timeseries.h:58:17: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:32:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:58:17: note: Function in derived class
fslview-4.0.1/src/storage/timeseries.h:59:17: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:33:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:59:17: note: Function in derived class
fslview-4.0.1/src/storage/timeseries.h:60:17: style: The function 'inqVolCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:36:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:60:17: note: Function in derived class
fslview-4.0.1/src/storage/timeseries.h:61:17: style: The function 'inqMaxVal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:34:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:61:17: note: Function in derived class
fslview-4.0.1/src/storage/timeseries.h:62:17: style: The function 'inqMinVal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:35:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:62:17: note: Function in derived class
fslview-4.0.1/src/storage/timeseries.h:70:17: style: The function 'inqX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:37:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:70:17: note: Function in derived class
fslview-4.0.1/src/storage/timeseries.h:71:17: style: The function 'inqY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:38:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:71:17: note: Function in derived class
fslview-4.0.1/src/storage/timeseries.h:72:17: style: The function 'inqZ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:39:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:72:17: note: Function in derived class
fslview-4.0.1/src/storage/timeseries.h:73:17: style: The function 'mean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/timeseries.h:40:17: note: Virtual function in base class
fslview-4.0.1/src/storage/timeseries.h:73:17: note: Function in derived class
fslview-4.0.1/src/storage/imageinfo.h:111:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/storage/imageinfo.h:116:57: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/storage/imageinfo.cpp:257:15: style: Unused variable: ext [unusedVariable]
fslview-4.0.1/src/storage/imageinfo.cpp:79:3: performance: Variable 'm_stdmat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fslview-4.0.1/src/storage/imageinfo.h:129:15: performance: Technically the member function 'ImageInfo::extractName' can be static. [functionStatic]
fslview-4.0.1/src/storage/imageinfo.cpp:254:24: note: Technically the member function 'ImageInfo::extractName' can be static.
fslview-4.0.1/src/storage/imageinfo.h:129:15: note: Technically the member function 'ImageInfo::extractName' can be static.
fslview-4.0.1/src/storage/imageinfo.cpp:70:54: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/storage/imageinfo.cpp:84:45: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/storage/imageinfo.cpp:215:42: performance: Function parameter 'imageName' should be passed by const reference. [passedByValue]
fslview-4.0.1/src/storage/imageinfo.cpp:259:3: style: Reading from empty STL container 'result' [reademptycontainer]
fslview-4.0.1/src/storage/slice.hpp:11:90: style: Function 'create' argument 3 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
fslview-4.0.1/src/storage/slice.h:50:52: note: Function 'create' argument 3 names different: declaration 'buffer' definition 'buf'.
fslview-4.0.1/src/storage/slice.hpp:11:90: note: Function 'create' argument 3 names different: declaration 'buffer' definition 'buf'.
fslview-4.0.1/src/storage/slice.h:47:16: style: The function 'inqX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/slice.h:29:16: note: Virtual function in base class
fslview-4.0.1/src/storage/slice.h:47:16: note: Function in derived class
fslview-4.0.1/src/storage/slice.h:48:16: style: The function 'inqY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/slice.h:30:16: note: Virtual function in base class
fslview-4.0.1/src/storage/slice.h:48:16: note: Function in derived class
fslview-4.0.1/src/storage/slice.h:52:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/slice.h:32:15: note: Virtual function in base class
fslview-4.0.1/src/storage/slice.h:52:15: note: Function in derived class
fslview-4.0.1/src/storage/test/sum.h:15:15: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volumevisitor.h:20:16: note: Virtual function in base class
fslview-4.0.1/src/storage/test/sum.h:15:15: note: Function in derived class
fslview-4.0.1/src/storage/test/sum.h:23:15: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volumevisitor.h:22:16: note: Virtual function in base class
fslview-4.0.1/src/storage/test/sum.h:23:15: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:72:0: style: The function 'normalized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:36:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:72:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:73:0: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:38:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:73:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:74:0: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:37:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:74:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:75:0: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:39:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:75:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:76:0: style: The function 'inqX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:28:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:76:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:77:0: style: The function 'inqY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:29:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:77:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:78:0: style: The function 'inqZ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:30:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:78:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:80:0: style: The function 'inqMin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:41:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:80:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:81:0: style: The function 'inqMax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:42:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:81:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:82:0: style: The function 'minValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:43:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:82:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:83:0: style: The function 'maxValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:44:17: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:83:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:84:0: style: The function 'calculateMinMax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:45:16: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:84:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:85:0: style: The function 'calculateRobustMinMax' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:46:16: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:85:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:87:0: style: The function 'inRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:48:16: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:87:0: note: Function in derived class
fslview-4.0.1/src/storage/volume.h:98:0: style: The function 'saveVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fslview-4.0.1/src/storage/volume.h:50:16: note: Virtual function in base class
fslview-4.0.1/src/storage/volume.h:98:0: note: Function in derived class
fslview-4.0.1/src/storage/test/testimage.cpp:94:13: style: Variable 'vol' is assigned a value that is never used. [unreadVariable]
fslview-4.0.1/src/storage/test/testimage.cpp:33:7: performance: Technically the member function 'TestImageImpl::test' can be static. [functionStatic]
fslview-4.0.1/src/storage/test/testimage.cpp:90:21: note: Technically the member function 'TestImageImpl::test' can be static.
fslview-4.0.1/src/storage/test/testimage.cpp:33:7: note: Technically the member function 'TestImageImpl::test' can be static.
fslview-4.0.1/src/storage/test/testimage.cpp:38:2: style: Class 'TestImage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/src/storage/test/testimage.cpp:38:2: style: Class 'TestImage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/src/storage/test/testvolume.cpp:37:20: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
fslview-4.0.1/src/storage/test/testvolume.cpp:23:7: performance: Technically the member function 'TestVolumeStoreImpl::testReferenceCounting' can be static. [functionStatic]
fslview-4.0.1/src/storage/test/testvolume.cpp:28:27: note: Technically the member function 'TestVolumeStoreImpl::testReferenceCounting' can be static.
fslview-4.0.1/src/storage/test/testvolume.cpp:23:7: note: Technically the member function 'TestVolumeStoreImpl::testReferenceCounting' can be static.
fslview-4.0.1/src/storage/test/testvolume.cpp:24:7: performance: Technically the member function 'TestVolumeStoreImpl::testValidRead' can be static. [functionStatic]
fslview-4.0.1/src/storage/test/testvolume.cpp:45:27: note: Technically the member function 'TestVolumeStoreImpl::testValidRead' can be static.
fslview-4.0.1/src/storage/test/testvolume.cpp:24:7: note: Technically the member function 'TestVolumeStoreImpl::testValidRead' can be static.
fslview-4.0.1/src/storage/test/testvolume.cpp:25:7: performance: Technically the member function 'TestVolumeStoreImpl::testAccept' can be static. [functionStatic]
fslview-4.0.1/src/storage/test/testvolume.cpp:57:27: note: Technically the member function 'TestVolumeStoreImpl::testAccept' can be static.
fslview-4.0.1/src/storage/test/testvolume.cpp:25:7: note: Technically the member function 'TestVolumeStoreImpl::testAccept' can be static.
fslview-4.0.1/src/storage/test/testvolume.cpp:74:2: style: Class 'TestVolumeStore' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fslview-4.0.1/src/storage/test/testvolume.cpp:74:2: style: Class 'TestVolumeStore' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fslview-4.0.1/src/storage/volume.hpp:67:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fslview-4.0.1/src/storage/volume.hpp:99:110: style: Function 'create' argument 4 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
fslview-4.0.1/src/storage/volume.h:95:62: note: Function 'create' argument 4 names different: declaration 'buffer' definition 'buf'.
fslview-4.0.1/src/storage/volume.hpp:99:110: note: Function 'create' argument 4 names different: declaration 'buffer' definition 'buf'.
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fsm-el/fsm-el_0.2.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fsm-lite/fsm-lite_1.0.orig.tar.gz
fsm-lite-1.0-stable/input_reader.cpp:91:10: style: The scope of the variable 'c' can be reduced. [variableScope]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fsmark/fsmark_3.3.orig.tar.gz
fs_mark-3.3/fs_mark.c:296:21: error: Array 'child_tasks[64]' accessed at index 64, which is out of bounds. [arrayIndexOutOfBounds]
fs_mark-3.3/fs_mark.c:291:2: note: After for loop, num_dir has value 64
fs_mark-3.3/fs_mark.c:296:21: note: Array index out of bounds
fs_mark-3.3/fs_mark.c:1225:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fs_mark-3.3/fs_mark.c:1266:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fs_mark-3.3/fs_mark.c:1292:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fs_mark-3.3/fs_mark.c:547:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fs_mark-3.3/fs_mark.c:550:39: style: The scope of the variable 'delta' can be reduced. [variableScope]
fs_mark-3.3/fs_mark.c:623:18: style: The scope of the variable 'fd' can be reduced. [variableScope]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fso-audiod/fso-audiod_0.12.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fso-datad/fso-datad_0.12.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fso-deviced/fso-deviced_0.12.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fso-frameworkd/fso-frameworkd_0.9.5.9+git20110512.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fso-gpsd/fso-gpsd_0.8.orig.tar.gz
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fso-gsm0710muxd/fso-gsm0710muxd_0.9.3.1.orig.tar.gz
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:412:6: style: The scope of the variable 'prefix_length' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:518:6: style: The scope of the variable 'last' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:536:11: style: The scope of the variable 'timeout_source' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:537:6: style: The scope of the variable 'write_retries' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:697:6: style: The scope of the variable 'i' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:699:11: style: The scope of the variable 'timeout_source' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:700:6: style: The scope of the variable 'write_retries' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:969:6: style: The scope of the variable 'end' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:972:16: style: The scope of the variable 'fcs' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:1294:16: style: The scope of the variable 'type' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:1294:22: style: The scope of the variable 'signals' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:1295:6: style: The scope of the variable 'length' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:1295:18: style: The scope of the variable 'i' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:1295:21: style: The scope of the variable 'type_length' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:1295:34: style: The scope of the variable 'channel' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:1295:43: style: The scope of the variable 'supported' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:1296:17: style: The scope of the variable 'response' can be reduced. [variableScope]
gsm0710muxd-0.9.3.1/src/gsm0710muxd.c:1766:6: style: Unused variable: i [unusedVariable]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fso-gsmd/fso-gsmd_0.12.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fso-specs/fso-specs_2012.07.27.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fso-usaged/fso-usaged_0.12.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fspanel/fspanel_0.7.orig.tar.gz
fspanel-0.7/fspanel.c:135:10: style: The scope of the variable 'yy' can be reduced. [variableScope]
fspanel-0.7/fspanel.c:453:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fspanel-0.7/fspanel.c:961:13: style: The scope of the variable 'lt' can be reduced. [variableScope]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fsplib/fsplib_0.11.orig.tar.gz
lock.h:34:0: error: #error "No locking type specified" [preprocessorErrorDirective]
test.c:54:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
test.c:54:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
test.c:54:5: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
test.c:54:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fspy/fspy_0.1.1.orig.tar.gz
fspy-0.1.1/src/adaptive.c:93:56: style: Checking if unsigned variable 'wd=inotify_add_watch(fd,path,IN_ALL_EVENTS)' is less than zero. [unsignedLessThanZero]
fspy-0.1.1/src/diff.c:94:19: style: The scope of the variable 'id' can be reduced. [variableScope]
fspy-0.1.1/src/diff.c:59:78: warning: Redundant assignment of 'dprint.G' to itself. [selfAssignment]
fspy-0.1.1/src/enumdirs.c:182:13: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fspy-0.1.1/src/enumdirs.c:125:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
fspy-0.1.1/src/fspy.c:372:28: style: Checking if unsigned variable 'fd=inotify_init()' is less than zero. [unsignedLessThanZero]
fspy-0.1.1/src/fspy.c:414:73: style: Checking if unsigned variable 'wd=inotify_add_watch(fd,(&lsptr[cnt])->path,IN_ALL_EVENTS)' is less than zero. [unsignedLessThanZero]
fspy-0.1.1/src/fspy.c:429:52: style: Checking if unsigned variable 'len+=read(fd,buf+len,(1024*(sizeof(struct inotify_event)+16))-len)' is less than zero. [unsignedLessThanZero]
fspy-0.1.1/src/fspy.c:473:88: warning: Redundant assignment of 'dprint.G' to itself. [selfAssignment]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fssync/fssync_1.6.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fstl/fstl_0.9.2.orig.tar.gz
fstl-0.9.2/src/canvas.cpp:11:9: warning: Member variable 'Canvas::backdrop' is not initialized in the constructor. [uninitMemberVar]
fstl-0.9.2/src/glmesh.h:12:5: style: Class 'GLMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fstl-0.9.2/src/mesh.cpp:11:33: style: Function 'Mesh' argument 1 names different: declaration 'vertices' definition 'v'. [funcArgNamesDifferent]
fstl-0.9.2/src/mesh.h:12:31: note: Function 'Mesh' argument 1 names different: declaration 'vertices' definition 'v'.
fstl-0.9.2/src/mesh.cpp:11:33: note: Function 'Mesh' argument 1 names different: declaration 'vertices' definition 'v'.
fstl-0.9.2/src/mesh.cpp:11:56: style: Function 'Mesh' argument 2 names different: declaration 'indices' definition 'i'. [funcArgNamesDifferent]
fstl-0.9.2/src/mesh.h:12:61: note: Function 'Mesh' argument 2 names different: declaration 'indices' definition 'i'.
fstl-0.9.2/src/mesh.cpp:11:56: note: Function 'Mesh' argument 2 names different: declaration 'indices' definition 'i'.
fstl-0.9.2/src/mesh.cpp:11:33: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
fstl-0.9.2/src/mesh.cpp:11:56: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fstransform/fstransform_0.9.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fstrcmp/fstrcmp_0.7.D001.orig.tar.gz
fstrcmp-0.7.D001/fstrcmp/main.c:364:0: error: Memory leak: argv [memleak]
fstrcmp-0.7.D001/lib/ac/string.c:58:21: style: The scope of the variable 'buffer' can be reduced. [variableScope]
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fstrm/fstrm_0.3.0.orig.tar.gz
fstrm-0.3.0/fstrm/file.c:84:0: error: syntax error [syntaxError]
fstrm-0.3.0/fstrm/iothr.c:417:0: error: syntax error [syntaxError]
fstrm-0.3.0/fstrm/rdwr.c:44:0: error: syntax error [syntaxError]
fstrm-0.3.0/fstrm/reader.c:280:0: error: syntax error [syntaxError]
fstrm-0.3.0/fstrm/unix_writer.c:137:0: error: syntax error [syntaxError]
fstrm-0.3.0/fstrm/writer.c:288:0: error: syntax error [syntaxError]
fstrm-0.3.0/libmy/argv.c:879:10: style: Expression is always false because 'else if' condition matches previous condition at line 874. [multiCondition]
fstrm-0.3.0/libmy/argv.c:1216:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fstrm-0.3.0/libmy/argv.c:1675:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fstrm-0.3.0/libmy/argv.c:1675:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fstrm-0.3.0/libmy/argv.c:1679:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fstrm-0.3.0/libmy/argv.c:1679:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fstrm-0.3.0/libmy/argv.c:1683:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fstrm-0.3.0/libmy/argv.c:1683:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fstrm-0.3.0/libmy/argv.c:1686:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fstrm-0.3.0/libmy/argv.c:1810:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fstrm-0.3.0/libmy/argv.c:1330:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fstrm-0.3.0/libmy/argv.c:1334:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fstrm-0.3.0/libmy/argv.c:1555:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fstrm-0.3.0/libmy/argv.c:1560:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fstrm-0.3.0/libmy/argv.c:1202:17: style: The scope of the variable 'arr_p' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:1567:11: style: The scope of the variable 'bit_c' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:1567:18: style: The scope of the variable 'bit' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:1567:23: style: The scope of the variable 'first_b' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:1568:34: style: The scope of the variable 'bin_bounds_p' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:1738:16: style: The scope of the variable 'val_type' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:1806:12: style: The scope of the variable 'entry_c' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:2899:20: style: The scope of the variable 'tok_p' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:3598:17: style: The scope of the variable 'arr_p' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:3599:13: style: The scope of the variable 'len' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:3600:9: style: The scope of the variable 'details' can be reduced. [variableScope]
fstrm-0.3.0/libmy/argv.c:3119:49: style: Function 'argv_process_no_env' argument 2 names different: declaration 'arg_c' definition 'arg_n'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/argv.h:330:49: note: Function 'argv_process_no_env' argument 2 names different: declaration 'arg_c' definition 'arg_n'.
fstrm-0.3.0/libmy/argv.c:3119:49: note: Function 'argv_process_no_env' argument 2 names different: declaration 'arg_c' definition 'arg_n'.
fstrm-0.3.0/libmy/argv.c:1582:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fstrm-0.3.0/libmy/argv.c:321:5: error: Memory leak: copy [memleak]
fstrm-0.3.0/libmy/argv.c:2190:5: error: Resource leak: infile [resourceLeak]
fstrm-0.3.0/libmy/argv.c:2210:5: error: Memory leak: argv [memleak]
fstrm-0.3.0/libmy/crc32c-slicing.c:1102:16: style: The scope of the variable 'next' can be reduced. [variableScope]
fstrm-0.3.0/libmy/lookup3.c:181:17: style: Function 'my_hashword' argument 1 names different: declaration 'key' definition 'k'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/lookup3.h:6:38: note: Function 'my_hashword' argument 1 names different: declaration 'key' definition 'k'.
fstrm-0.3.0/libmy/lookup3.c:181:17: note: Function 'my_hashword' argument 1 names different: declaration 'key' definition 'k'.
fstrm-0.3.0/libmy/lookup3.c:225:17: style: Function 'my_hashword2' argument 1 names different: declaration 'key' definition 'k'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/lookup3.h:9:35: note: Function 'my_hashword2' argument 1 names different: declaration 'key' definition 'k'.
fstrm-0.3.0/libmy/lookup3.c:225:17: note: Function 'my_hashword2' argument 1 names different: declaration 'key' definition 'k'.
fstrm-0.3.0/libmy/my_fileset.c:85:58: warning: Either the condition 'a!=NULL' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
fstrm-0.3.0/libmy/my_fileset.c:87:11: note: Assuming that condition 'a!=NULL' is not redundant
fstrm-0.3.0/libmy/my_fileset.c:85:58: note: Null pointer dereference
fstrm-0.3.0/libmy/my_fileset.c:86:58: warning: Either the condition 'b!=NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
fstrm-0.3.0/libmy/my_fileset.c:88:11: note: Assuming that condition 'b!=NULL' is not redundant
fstrm-0.3.0/libmy/my_fileset.c:86:58: note: Null pointer dereference
fstrm-0.3.0/libmy/my_fileset.c:162:8: style: The scope of the variable 'fname' can be reduced. [variableScope]
fstrm-0.3.0/libmy/my_queue_mutex.c:58:30: style: Function 'my_queue_init' argument 1 names different: declaration 'num_entries' definition 'num_elems'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/my_queue.h:50:24: note: Function 'my_queue_init' argument 1 names different: declaration 'num_entries' definition 'num_elems'.
fstrm-0.3.0/libmy/my_queue_mutex.c:58:30: note: Function 'my_queue_init' argument 1 names different: declaration 'num_entries' definition 'num_elems'.
fstrm-0.3.0/libmy/my_queue_mutex.c:58:50: style: Function 'my_queue_init' argument 2 names different: declaration 'size_entry' definition 'sizeof_elem'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/my_queue.h:50:46: note: Function 'my_queue_init' argument 2 names different: declaration 'size_entry' definition 'sizeof_elem'.
fstrm-0.3.0/libmy/my_queue_mutex.c:58:50: note: Function 'my_queue_init' argument 2 names different: declaration 'size_entry' definition 'sizeof_elem'.
fstrm-0.3.0/libmy/my_queue_mutex.c:116:49: style: Function 'my_queue_insert' argument 2 names different: declaration 'elem' definition 'item'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/my_queue.h:75:43: note: Function 'my_queue_insert' argument 2 names different: declaration 'elem' definition 'item'.
fstrm-0.3.0/libmy/my_queue_mutex.c:116:49: note: Function 'my_queue_insert' argument 2 names different: declaration 'elem' definition 'item'.
fstrm-0.3.0/libmy/my_queue_mutex.c:116:65: style: Function 'my_queue_insert' argument 3 names different: declaration 'space' definition 'pspace'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/my_queue.h:75:59: note: Function 'my_queue_insert' argument 3 names different: declaration 'space' definition 'pspace'.
fstrm-0.3.0/libmy/my_queue_mutex.c:116:65: note: Function 'my_queue_insert' argument 3 names different: declaration 'space' definition 'pspace'.
fstrm-0.3.0/libmy/my_queue_mutex.c:136:49: style: Function 'my_queue_remove' argument 2 names different: declaration 'elem' definition 'item'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/my_queue.h:88:43: note: Function 'my_queue_remove' argument 2 names different: declaration 'elem' definition 'item'.
fstrm-0.3.0/libmy/my_queue_mutex.c:136:49: note: Function 'my_queue_remove' argument 2 names different: declaration 'elem' definition 'item'.
fstrm-0.3.0/libmy/my_queue_mutex.c:136:65: style: Function 'my_queue_remove' argument 3 names different: declaration 'count' definition 'pcount'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/my_queue.h:88:59: note: Function 'my_queue_remove' argument 3 names different: declaration 'count' definition 'pcount'.
fstrm-0.3.0/libmy/my_queue_mutex.c:136:65: note: Function 'my_queue_remove' argument 3 names different: declaration 'count' definition 'pcount'.
fstrm-0.3.0/libmy/spooldir.c:72:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fstrm-0.3.0/libmy/varint.c:89:37: style: Function 'varint_length_packed' argument 1 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/varint.h:8:46: note: Function 'varint_length_packed' argument 1 names different: declaration 'buf' definition 'data'.
fstrm-0.3.0/libmy/varint.c:89:37: note: Function 'varint_length_packed' argument 1 names different: declaration 'buf' definition 'data'.
fstrm-0.3.0/libmy/varint.c:89:50: style: Function 'varint_length_packed' argument 2 names different: declaration 'len_buf' definition 'len_data'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/varint.h:8:58: note: Function 'varint_length_packed' argument 2 names different: declaration 'len_buf' definition 'len_data'.
fstrm-0.3.0/libmy/varint.c:89:50: note: Function 'varint_length_packed' argument 2 names different: declaration 'len_buf' definition 'len_data'.
fstrm-0.3.0/libmy/varint.c:104:26: style: Function 'varint_encode32' argument 1 names different: declaration 'ptr' definition 'src_ptr'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/varint.h:9:33: note: Function 'varint_encode32' argument 1 names different: declaration 'ptr' definition 'src_ptr'.
fstrm-0.3.0/libmy/varint.c:104:26: note: Function 'varint_encode32' argument 1 names different: declaration 'ptr' definition 'src_ptr'.
fstrm-0.3.0/libmy/varint.c:104:44: style: Function 'varint_encode32' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/varint.h:9:47: note: Function 'varint_encode32' argument 2 names different: declaration 'value' definition 'v'.
fstrm-0.3.0/libmy/varint.c:104:44: note: Function 'varint_encode32' argument 2 names different: declaration 'value' definition 'v'.
fstrm-0.3.0/libmy/varint.c:133:26: style: Function 'varint_encode64' argument 1 names different: declaration 'ptr' definition 'src_ptr'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/varint.h:10:33: note: Function 'varint_encode64' argument 1 names different: declaration 'ptr' definition 'src_ptr'.
fstrm-0.3.0/libmy/varint.c:133:26: note: Function 'varint_encode64' argument 1 names different: declaration 'ptr' definition 'src_ptr'.
fstrm-0.3.0/libmy/varint.c:133:44: style: Function 'varint_encode64' argument 2 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/varint.h:10:47: note: Function 'varint_encode64' argument 2 names different: declaration 'value' definition 'v'.
fstrm-0.3.0/libmy/varint.c:133:44: note: Function 'varint_encode64' argument 2 names different: declaration 'value' definition 'v'.
fstrm-0.3.0/libmy/varint.c:146:32: style: Function 'varint_decode32' argument 1 names different: declaration 'ptr' definition 'data'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/varint.h:11:39: note: Function 'varint_decode32' argument 1 names different: declaration 'ptr' definition 'data'.
fstrm-0.3.0/libmy/varint.c:146:32: note: Function 'varint_decode32' argument 1 names different: declaration 'ptr' definition 'data'.
fstrm-0.3.0/libmy/varint.c:166:32: style: Function 'varint_decode64' argument 1 names different: declaration 'ptr' definition 'data'. [funcArgNamesDifferent]
fstrm-0.3.0/libmy/varint.h:12:39: note: Function 'varint_decode64' argument 1 names different: declaration 'ptr' definition 'data'.
fstrm-0.3.0/libmy/varint.c:166:32: note: Function 'varint_decode64' argument 1 names different: declaration 'ptr' definition 'data'.
fstrm-0.3.0/libmy/zonefile.c:87:0: error: Memory leak: z [memleak]
fstrm-0.3.0/src/fstrm_capture.c:523:2: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/src/fstrm_capture.c:523:2: portability: %zd in format string (no. 4) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/src/fstrm_capture.c:342:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
fstrm-0.3.0/src/fstrm_capture.c:339:0: note: Variable 'c' is reassigned a value before the old one has been used.
fstrm-0.3.0/src/fstrm_capture.c:342:2: note: Variable 'c' is reassigned a value before the old one has been used.
fstrm-0.3.0/src/fstrm_capture.c:379:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
fstrm-0.3.0/src/fstrm_capture.c:376:0: note: Variable 'c' is reassigned a value before the old one has been used.
fstrm-0.3.0/src/fstrm_capture.c:379:2: note: Variable 'c' is reassigned a value before the old one has been used.
fstrm-0.3.0/src/fstrm_capture.c:423:2: style: Variable 'time_now' is reassigned a value before the old one has been used. [redundantAssignment]
fstrm-0.3.0/src/fstrm_capture.c:418:0: note: Variable 'time_now' is reassigned a value before the old one has been used.
fstrm-0.3.0/src/fstrm_capture.c:423:2: note: Variable 'time_now' is reassigned a value before the old one has been used.
fstrm-0.3.0/src/fstrm_capture.c:440:45: style: Checking if unsigned variable 'strftime(ctx->output_fname,len_output_fname,ctx->args->str_write_fname,&tm_now)' is less than zero. [unsignedLessThanZero]
fstrm-0.3.0/src/fstrm_capture.c:906:21: style: Checking if unsigned variable 'conn->len_buf' is less than zero. [unsignedLessThanZero]
fstrm-0.3.0/src/fstrm_dump.c:47:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/src/fstrm_dump.c:80:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_control.c:464:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_control.c:484:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_control.c:489:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_control.c:517:4: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_control.c:546:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_control.c:553:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_control.c:581:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_queue.c:233:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_writer_hello.c:104:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fstrm-0.3.0/t/test_writer_hello.c:194:2: style: Variable 'rdwr' is reassigned a value before the old one has been used. [redundantAssignment]
fstrm-0.3.0/t/test_writer_hello.c:190:0: note: Variable 'rdwr' is reassigned a value before the old one has been used.
fstrm-0.3.0/t/test_writer_hello.c:194:2: note: Variable 'rdwr' is reassigned a value before the old one has been used.
fstrm-0.3.0/t/test_writer_hello.c:200:2: style: Variable 'wopt' is reassigned a value before the old one has been used. [redundantAssignment]
fstrm-0.3.0/t/test_writer_hello.c:192:0: note: Variable 'wopt' is reassigned a value before the old one has been used.
fstrm-0.3.0/t/test_writer_hello.c:200:2: note: Variable 'wopt' is reassigned a value before the old one has been used.
fstrm-0.3.0/t/test_writer_hello.c:206:2: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
fstrm-0.3.0/t/test_writer_hello.c:191:0: note: Variable 'w' is reassigned a value before the old one has been used.
fstrm-0.3.0/t/test_writer_hello.c:206:2: note: Variable 'w' is reassigned a value before the old one has been used.
fstrm-0.3.0/t/test_writer_hello.c:211:2: style: Variable 'iothr' is reassigned a value before the old one has been used. [redundantAssignment]
fstrm-0.3.0/t/test_writer_hello.c:187:0: note: Variable 'iothr' is reassigned a value before the old one has been used.
fstrm-0.3.0/t/test_writer_hello.c:211:2: note: Variable 'iothr' is reassigned a value before the old one has been used.
[22:59]

ftp://ftp.se.debian.org/debian/pool/main/f/fsviewer-icons/fsviewer-icons_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fsvs/fsvs_1.2.7.orig.tar.gz
fsvs-1.2.7/src/cache.c:173:49: style: Function 'cch__set_active' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
fsvs-1.2.7/src/cache.h:110:49: note: Function 'cch__set_active' argument 2 names different: declaration 'index' definition 'i'.
fsvs-1.2.7/src/cache.c:173:49: note: Function 'cch__set_active' argument 2 names different: declaration 'index' definition 'i'.
fsvs-1.2.7/src/checksum.c:596:3: warning: Possible null pointer dereference: eob [nullPointer]
fsvs-1.2.7/src/checksum.c:455:5: note: Calling function 'cs___end_of_block', 3rd argument 'eob' value is 0
fsvs-1.2.7/src/checksum.c:596:3: note: Null pointer dereference
fsvs-1.2.7/src/checksum.c:676:18: warning: Possible null pointer dereference: eob [nullPointer]
fsvs-1.2.7/src/checksum.c:455:5: note: Calling function 'cs___end_of_block', 3rd argument 'eob' value is 0
fsvs-1.2.7/src/checksum.c:676:18: note: Null pointer dereference
fsvs-1.2.7/src/commit.c:120:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fsvs-1.2.7/src/commit.c:200:17: style: The scope of the variable 'sts' can be reduced. [variableScope]
fsvs-1.2.7/src/commit.c:974:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/cp_mv.c:624:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fsvs-1.2.7/src/cp_mv.c:1278:17: style: The scope of the variable 'sts' can be reduced. [variableScope]
fsvs-1.2.7/src/cp_mv.c:1070:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/cp_mv.c:1716:10: style: Function 'cm__get_source' argument 3 names different: declaration 'src_name' definition 'src_url'. [funcArgNamesDifferent]
fsvs-1.2.7/src/cp_mv.h:28:10: note: Function 'cm__get_source' argument 3 names different: declaration 'src_name' definition 'src_url'.
fsvs-1.2.7/src/cp_mv.c:1716:10: note: Function 'cm__get_source' argument 3 names different: declaration 'src_name' definition 'src_url'.
fsvs-1.2.7/src/diff.c:588:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fsvs-1.2.7/src/direnum.c:613:15: style: A pointer can not be negative so it is either pointless or an error to check if it is not. [pointerPositive]
fsvs-1.2.7/src/direnum.c:207:1: style: Label 'ex' is not used. [unusedLabel]
fsvs-1.2.7/src/direnum.c:363:7: style: Function 'dir__enumerator' argument 3 names different: declaration 'by_name' definition 'give_by_name'. [funcArgNamesDifferent]
fsvs-1.2.7/src/direnum.h:23:7: note: Function 'dir__enumerator' argument 3 names different: declaration 'by_name' definition 'give_by_name'.
fsvs-1.2.7/src/direnum.c:363:7: note: Function 'dir__enumerator' argument 3 names different: declaration 'by_name' definition 'give_by_name'.
fsvs-1.2.7/src/direnum.c:483:19: portability: 'strings' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fsvs-1.2.7/src/est_ops.c:112:6: warning: %X in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fsvs-1.2.7/src/est_ops.c:112:6: warning: %X in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fsvs-1.2.7/src/est_ops.c:538:6: warning: %lld in format string (no. 7) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fsvs-1.2.7/src/est_ops.c:538:6: warning: %u in format string (no. 9) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fsvs-1.2.7/src/est_ops.c:538:6: warning: %lld in format string (no. 11) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fsvs-1.2.7/src/est_ops.c:538:6: warning: %lld in format string (no. 12) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fsvs-1.2.7/src/est_ops.c:538:6: warning: %u in format string (no. 13) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fsvs-1.2.7/src/est_ops.c:331:29: style: Function 'ops__load_1entry' argument 1 names different: declaration 'where' definition 'mem_pos'. [funcArgNamesDifferent]
fsvs-1.2.7/src/est_ops.h:69:29: note: Function 'ops__load_1entry' argument 1 names different: declaration 'where' definition 'mem_pos'.
fsvs-1.2.7/src/est_ops.c:331:29: note: Function 'ops__load_1entry' argument 1 names different: declaration 'where' definition 'mem_pos'.
fsvs-1.2.7/src/est_ops.c:694:28: style: Function 'ops__build_path' argument 1 names different: declaration 'path' definition 'value'. [funcArgNamesDifferent]
fsvs-1.2.7/src/est_ops.h:23:28: note: Function 'ops__build_path' argument 1 names different: declaration 'path' definition 'value'.
fsvs-1.2.7/src/est_ops.c:694:28: note: Function 'ops__build_path' argument 1 names different: declaration 'path' definition 'value'.
fsvs-1.2.7/src/est_ops.c:1228:33: style: Function 'ops__traverse' argument 1 names different: declaration 'parent' definition 'current'. [funcArgNamesDifferent]
fsvs-1.2.7/src/est_ops.h:103:33: note: Function 'ops__traverse' argument 1 names different: declaration 'parent' definition 'current'.
fsvs-1.2.7/src/est_ops.c:1228:33: note: Function 'ops__traverse' argument 1 names different: declaration 'parent' definition 'current'.
fsvs-1.2.7/src/est_ops.c:1228:48: style: Function 'ops__traverse' argument 2 names different: declaration 'relative_path' definition 'fullpath'. [funcArgNamesDifferent]
fsvs-1.2.7/src/est_ops.h:103:47: note: Function 'ops__traverse' argument 2 names different: declaration 'relative_path' definition 'fullpath'.
fsvs-1.2.7/src/est_ops.c:1228:48: note: Function 'ops__traverse' argument 2 names different: declaration 'relative_path' definition 'fullpath'.
fsvs-1.2.7/src/fsvs.c:434:22: style: Condition 'did_wrap' is always false [knownConditionTrueFalse]
fsvs-1.2.7/src/fsvs.c:526:4: warning: Possible null pointer dereference: func [nullPointer]
fsvs-1.2.7/src/fsvs.c:1284:23: note: Calling function '_DEBUGP', 3rd argument 'func' value is 0
fsvs-1.2.7/src/fsvs.c:526:4: note: Null pointer dereference
fsvs-1.2.7/src/fsvs.c:419:14: style: The scope of the variable 'fn' can be reduced. [variableScope]
fsvs-1.2.7/src/fsvs.c:420:15: style: The scope of the variable 'buffer_start' can be reduced. [variableScope]
fsvs-1.2.7/src/fsvs.c:421:13: style: The scope of the variable 'did_wrap' can be reduced. [variableScope]
fsvs-1.2.7/src/fsvs.c:423:7: style: The scope of the variable 'mem_pos' can be reduced. [variableScope]
fsvs-1.2.7/src/hash_ops.c:259:11: style: Function 'hsh__new' argument 4 names different: declaration 'hash' definition 'output'. [funcArgNamesDifferent]
fsvs-1.2.7/src/hash_ops.h:48:11: note: Function 'hsh__new' argument 4 names different: declaration 'hash' definition 'output'.
fsvs-1.2.7/src/hash_ops.c:259:11: note: Function 'hsh__new' argument 4 names different: declaration 'hash' definition 'output'.
fsvs-1.2.7/src/hash_ops.c:451:39: style: Function 'hsh__store_charp' argument 2 names different: declaration 'key' definition 'keyp'. [funcArgNamesDifferent]
fsvs-1.2.7/src/hash_ops.h:82:39: note: Function 'hsh__store_charp' argument 2 names different: declaration 'key' definition 'keyp'.
fsvs-1.2.7/src/hash_ops.c:451:39: note: Function 'hsh__store_charp' argument 2 names different: declaration 'key' definition 'keyp'.
fsvs-1.2.7/src/hash_ops.c:451:51: style: Function 'hsh__store_charp' argument 3 names different: declaration 'value' definition 'valuep'. [funcArgNamesDifferent]
fsvs-1.2.7/src/hash_ops.h:82:50: note: Function 'hsh__store_charp' argument 3 names different: declaration 'value' definition 'valuep'.
fsvs-1.2.7/src/hash_ops.c:451:51: note: Function 'hsh__store_charp' argument 3 names different: declaration 'value' definition 'valuep'.
fsvs-1.2.7/src/hash_ops.c:271:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fsvs-1.2.7/src/helper.c:1436:2: warning: Return value of function strerror() is not used. [ignoredReturnValue]
fsvs-1.2.7/src/helper.c:1658:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/helper.c:1940:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/helper.c:1943:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/ignore.c:1096:4: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fsvs-1.2.7/src/ignore.c:1096:4: warning: %o in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fsvs-1.2.7/src/ignore.c:1354:9: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fsvs-1.2.7/src/ignore.c:1793:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fsvs-1.2.7/src/ignore.c:2007:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fsvs-1.2.7/src/ignore.c:1279:3: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/ignore.c:1496:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/ignore.c:1568:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fsvs-1.2.7/src/log.c:133:11: warning: Either the condition 'ccp' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fsvs-1.2.7/src/log.c:132:11: note: Assuming that condition 'ccp' is not redundant
fsvs-1.2.7/src/log.c:133:11: note: Null pointer addition
fsvs-1.2.7/src/log.c:185:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/log.c:374:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/options.c:709:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/options.c:675:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fsvs-1.2.7/src/revert.c:664:3: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/revert.c:1270:5: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/revert.c:1275:5: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/status.c:506:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fsvs-1.2.7/src/status.c:506:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fsvs-1.2.7/src/status.c:521:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fsvs-1.2.7/src/status.c:117:41: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
fsvs-1.2.7/src/status.c:147:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fsvs-1.2.7/src/status.c:149:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fsvs-1.2.7/src/status.c:155:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fsvs-1.2.7/src/status.c:245:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fsvs-1.2.7/src/tools/fsvs-chrooter.c:207:9: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
fsvs-1.2.7/src/url.c:1136:3: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
fsvs-1.2.7/src/url.c:1317:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fsvs-1.2.7/src/url.c:1321:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fsvs-1.2.7/src/waa.c:1376:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fsvs-1.2.7/src/waa.c:1376:9: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fsvs-1.2.7/src/waa.c:1668:9: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fsvs-1.2.7/src/waa.c:678:3: warning: Possible null pointer dereference: filehandle [nullPointer]
fsvs-1.2.7/src/waa.c:2467:40: note: Calling function 'waa__open', 4th argument 'filehandle' value is 0
fsvs-1.2.7/src/waa.c:678:3: note: Null pointer dereference
fsvs-1.2.7/src/waa.c:2202:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
fsvs-1.2.7/src/waa.c:2201:2: note: Variable 'status' is reassigned a value before the old one has been used.
fsvs-1.2.7/src/waa.c:2202:2: note: Variable 'status' is reassigned a value before the old one has been used.
fsvs-1.2.7/src/waa.c:998:15: style: The scope of the variable 'middle' can be reduced. [variableScope]
fsvs-1.2.7/src/waa.c:999:6: style: The scope of the variable 'status' can be reduced. [variableScope]
fsvs-1.2.7/src/waa.c:404:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/waa.c:2377:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fsvs-1.2.7/src/waa.c:276:38: style: Function 'waa__save_cwd' argument 2 names different: declaration 'len' definition 'ret_len'. [funcArgNamesDifferent]
fsvs-1.2.7/src/waa.h:211:38: note: Function 'waa__save_cwd' argument 2 names different: declaration 'len' definition 'ret_len'.
fsvs-1.2.7/src/waa.c:276:38: note: Function 'waa__save_cwd' argument 2 names different: declaration 'len' definition 'ret_len'.
fsvs-1.2.7/src/waa.c:570:7: style: Function 'waa__open' argument 3 names different: declaration 'mode' definition 'flags'. [funcArgNamesDifferent]
fsvs-1.2.7/src/waa.h:224:7: note: Function 'waa__open' argument 3 names different: declaration 'mode' definition 'flags'.
fsvs-1.2.7/src/waa.c:570:7: note: Function 'waa__open' argument 3 names different: declaration 'mode' definition 'flags'.
fsvs-1.2.7/src/waa.c:798:36: style: Function 'waa__given_or_current_wd' argument 1 names different: declaration 'directory' definition 'name'. [funcArgNamesDifferent]
fsvs-1.2.7/src/waa.h:253:36: note: Function 'waa__given_or_current_wd' argument 1 names different: declaration 'directory' definition 'name'.
fsvs-1.2.7/src/waa.c:798:36: note: Function 'waa__given_or_current_wd' argument 1 names different: declaration 'directory' definition 'name'.
fsvs-1.2.7/src/waa.c:893:27: style: Function 'waa__open_byext' argument 1 names different: declaration 'directory' definition 'entry_name'. [funcArgNamesDifferent]
fsvs-1.2.7/src/waa.h:243:27: note: Function 'waa__open_byext' argument 1 names different: declaration 'directory' definition 'entry_name'.
fsvs-1.2.7/src/waa.c:893:27: note: Function 'waa__open_byext' argument 1 names different: declaration 'directory' definition 'entry_name'.
fsvs-1.2.7/src/waa.c:895:7: style: Function 'waa__open_byext' argument 3 names different: declaration 'write' definition 'mode'. [funcArgNamesDifferent]
fsvs-1.2.7/src/waa.h:245:7: note: Function 'waa__open_byext' argument 3 names different: declaration 'write' definition 'mode'.
fsvs-1.2.7/src/waa.c:895:7: note: Function 'waa__open_byext' argument 3 names different: declaration 'write' definition 'mode'.
fsvs-1.2.7/src/waa.c:918:25: style: Function 'waa__open_dir' argument 1 names different: declaration 'directory' definition 'wc_base'. [funcArgNamesDifferent]
fsvs-1.2.7/src/waa.h:231:25: note: Function 'waa__open_dir' argument 1 names different: declaration 'directory' definition 'wc_base'.
fsvs-1.2.7/src/waa.c:918:25: note: Function 'waa__open_dir' argument 1 names different: declaration 'directory' definition 'wc_base'.
fsvs-1.2.7/src/waa.c:929:35: style: Function 'waa__build_tree' argument 1 names different: declaration 'root' definition 'dir'. [funcArgNamesDifferent]
fsvs-1.2.7/src/waa.h:235:35: note: Function 'waa__build_tree' argument 1 names different: declaration 'root' definition 'dir'.
fsvs-1.2.7/src/waa.c:929:35: note: Function 'waa__build_tree' argument 1 names different: declaration 'root' definition 'dir'.
fsvs-1.2.7/src/waa.c:2013:31: style: Function 'waa__update_tree' argument 2 names different: declaration 'blocks' definition 'cur_block'. [funcArgNamesDifferent]
fsvs-1.2.7/src/waa.h:314:31: note: Function 'waa__update_tree' argument 2 names different: declaration 'blocks' definition 'cur_block'.
fsvs-1.2.7/src/waa.c:2013:31: note: Function 'waa__update_tree' argument 2 names different: declaration 'blocks' definition 'cur_block'.
fsvs-1.2.7/src/waa.c:2281:11: style: Function 'waa__find_common_base2' argument 3 names different: declaration 'normalized_paths' definition 'normalized'. [funcArgNamesDifferent]
fsvs-1.2.7/src/waa.h:273:11: note: Function 'waa__find_common_base2' argument 3 names different: declaration 'normalized_paths' definition 'normalized'.
fsvs-1.2.7/src/waa.c:2281:11: note: Function 'waa__find_common_base2' argument 3 names different: declaration 'normalized_paths' definition 'normalized'.
fsvs-1.2.7/src/warnings.c:246:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fsvs-1.2.7/src/warnings.c:163:35: style: Function 'wa__warn' argument 2 names different: declaration 'status' definition 'stat'. [funcArgNamesDifferent]
fsvs-1.2.7/src/warnings.h:106:35: note: Function 'wa__warn' argument 2 names different: declaration 'status' definition 'stat'.
fsvs-1.2.7/src/warnings.c:163:35: note: Function 'wa__warn' argument 2 names different: declaration 'status' definition 'stat'.
[23:00]

ftp://ftp.se.debian.org/debian/pool/main/f/fswatch/fswatch_1.12.0+repack.orig.tar.gz
fswatch-1.12.0/fswatch/src/gettext.h:264:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.hpp:210:66: performance: Function parameter 'options' should be passed by const reference. [passedByValue]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.hpp:762:0: error: Uninitialized variable: default_creator [uninitvar]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.cpp:76:61: style: Function 'inotify_monitor' argument 1 names different: declaration 'paths' definition 'paths_to_monitor'. [funcArgNamesDifferent]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.hpp:57:46: note: Function 'inotify_monitor' argument 1 names different: declaration 'paths' definition 'paths_to_monitor'.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.cpp:76:61: note: Function 'inotify_monitor' argument 1 names different: declaration 'paths' definition 'paths_to_monitor'.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.cpp:327:42: style: Function 'remove_watch' argument 1 names different: declaration 'fd' definition 'wd'. [funcArgNamesDifferent]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.hpp:89:27: note: Function 'remove_watch' argument 1 names different: declaration 'fd' definition 'wd'.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.cpp:327:42: note: Function 'remove_watch' argument 1 names different: declaration 'fd' definition 'wd'.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.hpp:89:10: style: Unused private function: 'inotify_monitor::remove_watch' [unusedPrivateFunction]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.hpp:74:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.hpp:502:18: note: Virtual function in base class
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.hpp:74:10: note: Function in derived class
fswatch-1.12.0/libfswatch/src/libfswatch/c++/inotify_monitor.cpp:76:61: performance: Function parameter 'paths_to_monitor' should be passed by const reference. [passedByValue]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.hpp:403:10: style: Technically the member function 'fsw::monitor::is_running' can be const. [functionConst]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.cpp:360:17: note: Technically the member function 'fsw::monitor::is_running' can be const.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.hpp:403:10: note: Technically the member function 'fsw::monitor::is_running' can be const.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.hpp:514:18: warning: Virtual function 'on_stop' is called from destructor '~monitor()' at line 225. Dynamic binding is not used. [virtualCallInConstructor]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.cpp:225:5: note: Calling stop
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.cpp:357:5: note: Calling on_stop
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.hpp:514:18: note: on_stop is a virtual method
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.cpp:150:73: performance: Function parameter 'options' should be passed by const reference. [passedByValue]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/poll_monitor.hpp:59:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/monitor.hpp:502:18: note: Virtual function in base class
fswatch-1.12.0/libfswatch/src/libfswatch/c++/poll_monitor.hpp:59:10: note: Function in derived class
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:99:93: style: Same expression on both sides of '|'. [duplicateExpression]
fswatch-1.12.0/libfswatch/src/libfswatch/gettext.h:264:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_directory_change_event.hpp:56:10: style: Technically the member function 'fsw::directory_change_event::is_io_incomplete' can be const. [functionConst]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:79:32: note: Technically the member function 'fsw::directory_change_event::is_io_incomplete' can be const.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_directory_change_event.hpp:56:10: note: Technically the member function 'fsw::directory_change_event::is_io_incomplete' can be const.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_directory_change_event.hpp:57:10: style: Technically the member function 'fsw::directory_change_event::is_buffer_overflowed' can be const. [functionConst]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:84:32: note: Technically the member function 'fsw::directory_change_event::is_buffer_overflowed' can be const.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_directory_change_event.hpp:57:10: note: Technically the member function 'fsw::directory_change_event::is_buffer_overflowed' can be const.
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_handle.hpp:59:5: style: Class 'win_handle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_error_message.hpp:57:5: style: Class 'win_error_message' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fswatch-1.12.0/libfswatch/src/libfswatch/c++/windows/win_directory_change_event.hpp:55:5: style: Class 'directory_change_event' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[23:00]

ftp://ftp.se.debian.org/debian/pool/main/f/fswebcam/fswebcam_20140113.orig.tar.xz
fswebcam-20140113/dec_s561.c:753:2: style: Variable 'output_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
fswebcam-20140113/dec_s561.c:744:0: note: Variable 'output_ptr' is reassigned a value before the old one has been used.
fswebcam-20140113/dec_s561.c:753:2: note: Variable 'output_ptr' is reassigned a value before the old one has been used.
fswebcam-20140113/dec_s561.c:166:13: style: The scope of the variable 'tab0' can be reduced. [variableScope]
fswebcam-20140113/dec_s561.c:167:13: style: The scope of the variable 'tab1' can be reduced. [variableScope]
fswebcam-20140113/dec_s561.c:168:13: style: The scope of the variable 'tab2' can be reduced. [variableScope]
fswebcam-20140113/dec_s561.c:169:13: style: The scope of the variable 'tab3' can be reduced. [variableScope]
fswebcam-20140113/dec_s561.c:170:13: style: The scope of the variable 'tab4' can be reduced. [variableScope]
fswebcam-20140113/dec_yuv.c:149:20: portability: 'src->img' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fswebcam-20140113/fswebcam.c:1616:11: style: Condition '1==1' is always true [knownConditionTrueFalse]
fswebcam-20140113/fswebcam.c:1616:11: style: Same expression on both sides of '=='. [duplicateExpression]
fswebcam-20140113/fswebcam.c:1224:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
fswebcam-20140113/fswebcam.c:1534:23: style: Checking if unsigned variable 'config->frequency' is less than zero. [unsignedLessThanZero]
fswebcam-20140113/fswebcam.c:1441:4: error: Memory leak: s.f [memleak]
fswebcam-20140113/log.c:98:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fswebcam-20140113/log.c:114:34: error: va_list 'apc' was opened but not closed by va_end(). [va_end_missing]
[23:00]

ftp://ftp.se.debian.org/debian/pool/main/f/ftdi-eeprom/ftdi-eeprom_0.3.orig.tar.gz
[23:00]

ftp://ftp.se.debian.org/debian/pool/main/f/fte/fte_0.50.2b6.orig.tar.gz
src/sysdep.h:25:0: error: #error Target not supported. [preprocessorErrorDirective]
src/cliputil.cpp:22:9: style: Unused variable: i [unusedVariable]
src/port.c:474:0: error: #error "Platform not supported." [preprocessorErrorDirective]
src/stl_string.cpp:30:21: style: Function 'string' argument 1 names different: declaration 's' definition 'c'. [funcArgNamesDifferent]
src/stl_fte.h:123:17: note: Function 'string' argument 1 names different: declaration 's' definition 'c'.
src/stl_string.cpp:30:21: note: Function 'string' argument 1 names different: declaration 's' definition 'c'.
src/stl_fte.h:99:13: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
src/stl_fte.h:161:5: performance: Technically the member function 'fte::vector::vector<Type>' can be static. [functionStatic]
src/stl_fte.h:268:10: performance: Technically the member function 'fte::vector::internal_swap' can be static. [functionStatic]
src/stl_fte.h:82:5: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/stl_fte.h:123:5: style: Class 'string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/stl_fte.h:166:5: style: Class 'vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[23:00]

ftp://ftp.se.debian.org/debian/pool/main/f/fteproxy/fteproxy_0.2.19.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fteqcc/fteqcc_3343+svn3400.orig.tar.gz
fteqcc-3343+svn3400/comprout.c:219:18: style: The scope of the variable 'c1' can be reduced. [variableScope]
fteqcc-3343+svn3400/comprout.c:219:22: style: The scope of the variable 'c2' can be reduced. [variableScope]
fteqcc-3343+svn3400/comprout.c:79:34: style: Function 'CompileParams' argument 1 names different: declaration 'qccprogfuncs' definition 'progfuncs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/qcc.h:524:34: note: Function 'CompileParams' argument 1 names different: declaration 'qccprogfuncs' definition 'progfuncs'.
fteqcc-3343+svn3400/comprout.c:79:34: note: Function 'CompileParams' argument 1 names different: declaration 'qccprogfuncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:239:11: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/initlib.c:244:11: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/initlib.c:293:3: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/initlib.c:305:7: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/initlib.c:307:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/initlib.c:31:12: style: The scope of the variable 'omem' can be reduced. [variableScope]
fteqcc-3343+svn3400/initlib.c:109:14: style: The scope of the variable 'e' can be reduced. [variableScope]
fteqcc-3343+svn3400/initlib.c:253:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fteqcc-3343+svn3400/initlib.c:432:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
fteqcc-3343+svn3400/initlib.c:507:6: style: The scope of the variable 'newmax' can be reduced. [variableScope]
fteqcc-3343+svn3400/initlib.c:712:14: style: The scope of the variable 'e' can be reduced. [variableScope]
fteqcc-3343+svn3400/initlib.c:9:47: style: Function 'PRHunkAlloc' argument 2 names different: declaration 'size' definition 'ammount'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:89:47: note: Function 'PRHunkAlloc' argument 2 names different: declaration 'size' definition 'ammount'.
fteqcc-3343+svn3400/initlib.c:9:47: note: Function 'PRHunkAlloc' argument 2 names different: declaration 'size' definition 'ammount'.
fteqcc-3343+svn3400/initlib.c:86:30: style: Function 'PR_InitEnts' argument 1 names different: declaration 'progfncs' definition 'progfuncs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:448:30: note: Function 'PR_InitEnts' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:86:30: note: Function 'PR_InitEnts' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:86:45: style: Function 'PR_InitEnts' argument 2 names different: declaration 'maxents' definition 'max_ents'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:448:44: note: Function 'PR_InitEnts' argument 2 names different: declaration 'maxents' definition 'max_ents'.
fteqcc-3343+svn3400/initlib.c:86:45: note: Function 'PR_InitEnts' argument 2 names different: declaration 'maxents' definition 'max_ents'.
fteqcc-3343+svn3400/initlib.c:106:33: style: Function 'PR_Configure' argument 1 names different: declaration 'progfncs' definition 'progfuncs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:447:33: note: Function 'PR_Configure' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:106:33: note: Function 'PR_Configure' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:199:33: style: Function 'PR_FindFunc' argument 1 names different: declaration 'progfncs' definition 'progfuncs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:446:33: note: Function 'PR_FindFunc' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:199:33: note: Function 'PR_FindFunc' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:251:36: style: Function 'PR_FindGlobal' argument 1 names different: declaration 'prfuncs' definition 'progfuncs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:438:36: note: Function 'PR_FindGlobal' argument 1 names different: declaration 'prfuncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:251:36: note: Function 'PR_FindGlobal' argument 1 names different: declaration 'prfuncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:383:43: style: Function 'PR_StringToProgs' argument 1 names different: declaration 'inst' definition 'progfuncs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:459:43: note: Function 'PR_StringToProgs' argument 1 names different: declaration 'inst' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:383:43: note: Function 'PR_StringToProgs' argument 1 names different: declaration 'inst' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:463:42: style: Function 'PR_StringToNative' argument 1 names different: declaration 'inst' definition 'progfuncs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:460:42: note: Function 'PR_StringToNative' argument 1 names different: declaration 'inst' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:463:42: note: Function 'PR_StringToNative' argument 1 names different: declaration 'inst' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:751:35: style: Function 'RegisterBuiltin' argument 1 names different: declaration 'progfncs' definition 'progfuncs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/initlib.c:559:35: note: Function 'RegisterBuiltin' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/initlib.c:751:35: note: Function 'RegisterBuiltin' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/pr_edict.c:502:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/pr_edict.c:708:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/pr_edict.c:1290:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:1319:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:1352:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:1373:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:1454:15: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:1486:104: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:1687:26: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:1762:24: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2069:27: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2087:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2096:7: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2542:39: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2544:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2572:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2668:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2939:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2943:22: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2945:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2949:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2953:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2956:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2984:21: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2986:7: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2991:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:2992:7: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:3008:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:3054:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:3055:11: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:3086:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_edict.c:736:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fteqcc-3343+svn3400/pr_edict.c:211:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:224:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:278:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:291:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:323:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:336:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:350:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:374:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:426:16: style: The scope of the variable 'func' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:481:15: style: The scope of the variable 'f' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:578:15: style: The scope of the variable 'f' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:579:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:884:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:888:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:961:14: style: The scope of the variable 'ent' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:1399:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:1401:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:1439:15: style: The scope of the variable 'f' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:1651:8: style: The scope of the variable 'datastart' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:1665:6: style: The scope of the variable 'crc' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:1756:18: style: The scope of the variable 'f' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:2040:11: style: The scope of the variable 'eclassname' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:2041:12: style: The scope of the variable 'f' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:2135:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:2210:6: style: The scope of the variable 'newsize' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:2582:16: style: The scope of the variable 'version' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_edict.c:424:79: style: Function 'ED_FindFunction' argument 3 names different: declaration 'pnum' definition 'prnum'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:445:79: note: Function 'ED_FindFunction' argument 3 names different: declaration 'pnum' definition 'prnum'.
fteqcc-3343+svn3400/pr_edict.c:424:79: note: Function 'ED_FindFunction' argument 3 names different: declaration 'pnum' definition 'prnum'.
fteqcc-3343+svn3400/pr_edict.c:1516:56: style: Function 'SaveEnts' argument 3 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:151:56: note: Function 'SaveEnts' argument 3 names different: declaration 'size' definition 'len'.
fteqcc-3343+svn3400/pr_edict.c:1516:56: note: Function 'SaveEnts' argument 3 names different: declaration 'size' definition 'len'.
fteqcc-3343+svn3400/pr_edict.c:1516:65: style: Function 'SaveEnts' argument 4 names different: declaration 'mode' definition 'alldata'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:151:66: note: Function 'SaveEnts' argument 4 names different: declaration 'mode' definition 'alldata'.
fteqcc-3343+svn3400/pr_edict.c:1516:65: note: Function 'SaveEnts' argument 4 names different: declaration 'mode' definition 'alldata'.
fteqcc-3343+svn3400/pr_edict.c:964:11: style: Variable 'models' is assigned a value that is never used. [unreadVariable]
fteqcc-3343+svn3400/pr_edict.c:964:20: style: Variable 'solid' is assigned a value that is never used. [unreadVariable]
fteqcc-3343+svn3400/pr_edict.c:964:28: style: Variable 'step' is assigned a value that is never used. [unreadVariable]
fteqcc-3343+svn3400/pr_edict.c:1011:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fteqcc-3343+svn3400/pr_exec.c:276:36: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_exec.c:285:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_exec.c:313:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_exec.c:517:18: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_exec.c:1072:58: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_exec.c:1073:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_exec.c:1086:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_exec.c:1151:37: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_exec.c:1152:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/execloop.h:577:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fteqcc-3343+svn3400/pr_exec.c:78:15: style: The scope of the variable 'f' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_exec.c:414:12: style: The scope of the variable 'c2' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_exec.c:770:12: style: The scope of the variable 'lastline' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_exec.c:771:14: style: The scope of the variable 'lastfile' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_exec.c:774:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_exec.c:927:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_multi.c:55:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:56:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:57:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:66:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:115:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:370:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:382:14: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:385:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:400:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:410:14: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:412:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:418:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:419:129: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/pr_multi.c:213:6: style: The scope of the variable 'namelen' can be reduced. [variableScope]
fteqcc-3343+svn3400/pr_multi.c:78:38: style: Function 'PR_LoadProgs' argument 1 names different: declaration 'progfncs' definition 'progfuncs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:224:31: note: Function 'PR_LoadProgs' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/pr_multi.c:78:38: note: Function 'PR_LoadProgs' argument 1 names different: declaration 'progfncs' definition 'progfuncs'.
fteqcc-3343+svn3400/pr_multi.c:208:84: style: Function 'QC_RegisterFieldVar' argument 4 names different: declaration 'requestedpos' definition 'engineofs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:98:84: note: Function 'QC_RegisterFieldVar' argument 4 names different: declaration 'requestedpos' definition 'engineofs'.
fteqcc-3343+svn3400/pr_multi.c:208:84: note: Function 'QC_RegisterFieldVar' argument 4 names different: declaration 'requestedpos' definition 'engineofs'.
fteqcc-3343+svn3400/pr_multi.c:208:99: style: Function 'QC_RegisterFieldVar' argument 5 names different: declaration 'originalofs' definition 'progsofs'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progsint.h:98:102: note: Function 'QC_RegisterFieldVar' argument 5 names different: declaration 'originalofs' definition 'progsofs'.
fteqcc-3343+svn3400/pr_multi.c:208:99: note: Function 'QC_RegisterFieldVar' argument 5 names different: declaration 'originalofs' definition 'progsofs'.
fteqcc-3343+svn3400/pr_multi.c:338:66: style: Function 'QC_AddSharedFieldVar' argument 3 names different: declaration 'relstringtable' definition 'stringtable'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/progslib.h:185:66: note: Function 'QC_AddSharedFieldVar' argument 3 names different: declaration 'relstringtable' definition 'stringtable'.
fteqcc-3343+svn3400/pr_multi.c:338:66: note: Function 'QC_AddSharedFieldVar' argument 3 names different: declaration 'relstringtable' definition 'stringtable'.
fteqcc-3343+svn3400/qcc_cmdlib.c:497:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fteqcc-3343+svn3400/qcc_cmdlib.c:804:20: style: Function 'SafeWrite' argument 1 names different: declaration 'handle' definition 'hand'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/cmdlib.h:55:22: note: Function 'SafeWrite' argument 1 names different: declaration 'handle' definition 'hand'.
fteqcc-3343+svn3400/qcc_cmdlib.c:804:20: note: Function 'SafeWrite' argument 1 names different: declaration 'handle' definition 'hand'.
fteqcc-3343+svn3400/qcc_cmdlib.c:804:32: style: Function 'SafeWrite' argument 2 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/cmdlib.h:55:36: note: Function 'SafeWrite' argument 2 names different: declaration 'buffer' definition 'buf'.
fteqcc-3343+svn3400/qcc_cmdlib.c:804:32: note: Function 'SafeWrite' argument 2 names different: declaration 'buffer' definition 'buf'.
fteqcc-3343+svn3400/qcc_cmdlib.c:827:20: style: Function 'SafeClose' argument 1 names different: declaration 'handle' definition 'hand'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/cmdlib.h:56:20: note: Function 'SafeClose' argument 1 names different: declaration 'handle' definition 'hand'.
fteqcc-3343+svn3400/qcc_cmdlib.c:827:20: note: Function 'SafeClose' argument 1 names different: declaration 'handle' definition 'hand'.
fteqcc-3343+svn3400/qcc_pr_comp.c:9553:12: style: Expression is always false because 'else if' condition matches previous condition at line 9074. [multiCondition]
fteqcc-3343+svn3400/qcc_pr_comp.c:1121:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fteqcc-3343+svn3400/qcc_pr_comp.c:1119:6: note: outer condition: pr_classtype
fteqcc-3343+svn3400/qcc_pr_comp.c:1121:7: note: identical inner condition: pr_classtype
fteqcc-3343+svn3400/qcc_pr_comp.c:8049:9: style: Condition 'allocate' is always false [knownConditionTrueFalse]
fteqcc-3343+svn3400/qcc_pr_comp.c:8031:32: note: Assuming that condition '!allocate' is not redundant
fteqcc-3343+svn3400/qcc_pr_comp.c:8049:9: note: Condition 'allocate' is always false
fteqcc-3343+svn3400/qcc_pr_comp.c:8085:8: style: Condition 'allocate' is always false [knownConditionTrueFalse]
fteqcc-3343+svn3400/qcc_pr_comp.c:8031:32: note: Assuming that condition '!allocate' is not redundant
fteqcc-3343+svn3400/qcc_pr_comp.c:8085:8: note: Condition 'allocate' is always false
fteqcc-3343+svn3400/qcc_pr_comp.c:1412:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/qcc_pr_comp.c:1431:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/qcc_pr_comp.c:1450:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/qcc_pr_comp.c:1587:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/qcc_pr_comp.c:1596:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/qcc_pr_comp.c:7154:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/qcc_pr_comp.c:7160:6: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/qcc_pr_comp.c:7166:7: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/qcc_pr_comp.c:7176:7: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fteqcc-3343+svn3400/qcc_pr_comp.c:1339:6: warning: Either the condition 'var_b' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fteqcc-3343+svn3400/qcc_pr_comp.c:1659:8: note: Assuming that condition 'var_b' is not redundant
fteqcc-3343+svn3400/qcc_pr_comp.c:1746:22: note: Calling function 'QCC_UnFreeTemp', 1st argument 't' value is 0
fteqcc-3343+svn3400/qcc_pr_comp.c:1339:6: note: Null pointer dereference
fteqcc-3343+svn3400/qcc_pr_comp.c:4168:8: warning: Possible null pointer dereference: nd [nullPointer]
fteqcc-3343+svn3400/qcc_pr_comp.c:4164:11: note: Assignment 'nd=NULL', assigned value is 0
fteqcc-3343+svn3400/qcc_pr_comp.c:4168:8: note: Null pointer dereference
fteqcc-3343+svn3400/qcc_pr_comp.c:4342:5: warning: Possible null pointer dereference: d [nullPointer]
fteqcc-3343+svn3400/qcc_pr_comp.c:4335:11: note: Assignment 'nd=NULL', assigned value is 0
fteqcc-3343+svn3400/qcc_pr_comp.c:4341:7: note: Assignment 'd=nd', assigned value is 0
fteqcc-3343+svn3400/qcc_pr_comp.c:4342:5: note: Null pointer dereference
fteqcc-3343+svn3400/qcc_pr_comp.c:4464:3: warning: Possible null pointer dereference: d [nullPointer]
fteqcc-3343+svn3400/qcc_pr_comp.c:4271:12: note: Assignment 'nd=NULL', assigned value is 0
fteqcc-3343+svn3400/qcc_pr_comp.c:4288:6: note: Assignment 'd=nd', assigned value is 0
fteqcc-3343+svn3400/qcc_pr_comp.c:4464:3: note: Null pointer dereference
fteqcc-3343+svn3400/qcc_pr_comp.c:4859:4: warning: Possible null pointer dereference: e2 [nullPointer]
fteqcc-3343+svn3400/qcc_pr_comp.c:4855:10: note: Assignment 'e2=NULL', assigned value is 0
fteqcc-3343+svn3400/qcc_pr_comp.c:4859:4: note: Null pointer dereference
fteqcc-3343+svn3400/qcc_pr_comp.c:8136:6: warning: Possible null pointer dereference: type [nullPointer]
fteqcc-3343+svn3400/qcc_pr_comp.c:3437:22: note: Calling function 'QCC_PR_GetDef', 1st argument 'type' value is 0
fteqcc-3343+svn3400/qcc_pr_comp.c:8136:6: note: Null pointer dereference
fteqcc-3343+svn3400/qcc_pr_comp.c:1555:49: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1558:31: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1685:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1688:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1691:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1694:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1697:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1700:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1704:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1707:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1771:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1779:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1788:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1837:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1846:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1854:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:1861:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:2576:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:2592:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:2648:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:2675:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:2711:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:2738:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:2765:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:3587:89: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:3658:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:3680:2: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:3806:2: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:3900:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:3916:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:4007:2: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:4242:26: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:5582:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:6098:40: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:7090:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:7543:2: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:7586:2: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:7743:2: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:7753:55: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:8127:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:8139:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:8195:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:8264:7: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:8344:14: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:8431:14: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:8772:3: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:8871:18: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:8983:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9003:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9053:7: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9089:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9110:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9123:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9136:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9148:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9176:5: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9243:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9289:11: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9315:11: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9339:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9348:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9359:10: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9392:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9428:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9445:8: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9449:7: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:9493:47: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcc_pr_comp.c:2259:22: warning: Redundant assignment of 'statements[st].a' to itself. [selfAssignment]
fteqcc-3343+svn3400/qcc_pr_comp.c:2260:22: warning: Redundant assignment of 'statements[st].b' to itself. [selfAssignment]
fteqcc-3343+svn3400/qcc_pr_comp.c:2338:11: warning: Redundant assignment of 'var_b' to itself. [selfAssignment]
fteqcc-3343+svn3400/qcc_pr_comp.c:2347:11: warning: Redundant assignment of 'var_b' to itself. [selfAssignment]
fteqcc-3343+svn3400/qcc_pr_comp.c:2391:22: warning: Redundant assignment of 'statements[st].a' to itself. [selfAssignment]
fteqcc-3343+svn3400/qcc_pr_comp.c:2392:22: warning: Redundant assignment of 'statements[st].b' to itself. [selfAssignment]
fteqcc-3343+svn3400/qcc_pr_comp.c:2420:10: warning: Redundant assignment of 'var_b' to itself. [selfAssignment]
fteqcc-3343+svn3400/qcc_pr_comp.c:3013:22: style: The scope of the variable 'old' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:3013:28: style: The scope of the variable 'oself' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:3013:36: style: The scope of the variable 'out' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:3882:13: style: The scope of the variable 'f' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:3882:17: style: The scope of the variable 'm' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:3978:18: style: The scope of the variable 'oself' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:3978:26: style: The scope of the variable 'self' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:4713:17: style: The scope of the variable 'e2' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:5027:6: style: The scope of the variable 'opnum' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:5508:6: style: The scope of the variable 'cases' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:5645:7: style: The scope of the variable 'old_numstatements' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:6318:14: style: The scope of the variable 'nextthink' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:6319:14: style: The scope of the variable 'time' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:7330:10: style: The scope of the variable 'name' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:7555:13: style: The scope of the variable 'eq' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:7960:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:8320:9: style: The scope of the variable 'oldglobals' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_comp.c:2840:16: style: Variable 'extraparms' is assigned a value that is never used. [unreadVariable]
fteqcc-3343+svn3400/qcc_pr_comp.c:2844:8: style: Variable 'np' is assigned a value that is never used. [unreadVariable]
fteqcc-3343+svn3400/qcc_pr_comp.c:6398:2: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
fteqcc-3343+svn3400/qcc_pr_comp.c:5465:3: error: Common realloc mistake: 'pr_gotos' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:6206:4: error: Common realloc mistake: 'pr_labels' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:6249:5: error: Common realloc mistake: 'pr_breaks' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:6263:4: error: Common realloc mistake: 'pr_continues' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:6276:4: error: Common realloc mistake: 'pr_cases' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:6277:4: error: Common realloc mistake: 'pr_casesdef' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:6278:4: error: Common realloc mistake: 'pr_casesdef2' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:6304:4: error: Common realloc mistake: 'pr_cases' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:6305:4: error: Common realloc mistake: 'pr_casesdef' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:6306:4: error: Common realloc mistake: 'pr_casesdef2' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcc_pr_comp.c:8196:13: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
fteqcc-3343+svn3400/qcc_pr_lex.c:1528:10: style: Condition 'i<2' is always true [knownConditionTrueFalse]
fteqcc-3343+svn3400/qcc_pr_lex.c:1526:31: note: Assuming that condition 'i==1' is not redundant
fteqcc-3343+svn3400/qcc_pr_lex.c:1528:10: note: Condition 'i<2' is always true
fteqcc-3343+svn3400/qcc_pr_lex.c:287:6: style: The scope of the variable 'ifmode' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:288:6: style: The scope of the variable 'a' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:289:13: style: The scope of the variable 'ifs' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:290:6: style: The scope of the variable 'level' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:291:8: style: The scope of the variable 'eval' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:1104:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:1576:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:1607:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:2156:6: style: The scope of the variable 'whitestart' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:2433:8: style: The scope of the variable 's' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:3068:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:3134:8: style: The scope of the variable 'name' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:3276:15: style: The scope of the variable 'fieldtype' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcc_pr_lex.c:2597:32: style: Function 'QCC_PR_ParsePrintDef' argument 1 names different: declaration 'warningtype' definition 'type'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/qcc.h:550:32: note: Function 'QCC_PR_ParsePrintDef' argument 1 names different: declaration 'warningtype' definition 'type'.
fteqcc-3343+svn3400/qcc_pr_lex.c:2597:32: note: Function 'QCC_PR_ParsePrintDef' argument 1 names different: declaration 'warningtype' definition 'type'.
fteqcc-3343+svn3400/qcc_pr_lex.c:2671:37: style: Function 'QCC_PR_ParseWarning' argument 1 names different: declaration 'warningtype' definition 'type'. [funcArgNamesDifferent]
fteqcc-3343+svn3400/qcc.h:548:37: note: Function 'QCC_PR_ParseWarning' argument 1 names different: declaration 'warningtype' definition 'type'.
fteqcc-3343+svn3400/qcc_pr_lex.c:2671:37: note: Function 'QCC_PR_ParseWarning' argument 1 names different: declaration 'warningtype' definition 'type'.
fteqcc-3343+svn3400/qcc_pr_lex.c:216:16: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
fteqcc-3343+svn3400/qccgui.c:1133:11: style: The scope of the variable 's' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:1681:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:1683:8: style: The scope of the variable 'oldlen' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:1684:8: style: The scope of the variable 'newlen' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:1972:8: style: The scope of the variable 'f' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:2073:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:2075:9: style: The scope of the variable 's' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:2106:10: style: The scope of the variable 's' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:2259:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:2261:11: style: The scope of the variable 'colon1' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccgui.c:465:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fteqcc-3343+svn3400/qccgui.c:732:12: style: Variable 'chrg' is not assigned a value. [unassignedVariable]
fteqcc-3343+svn3400/qccgui.c:733:8: style: Variable 'scrollpos' is not assigned a value. [unassignedVariable]
fteqcc-3343+svn3400/qccgui.c:1026:15: style: Variable 'elen' is assigned a value that is never used. [unreadVariable]
fteqcc-3343+svn3400/qccgui.c:2276:7: error: Buffer is accessed out of bounds: line [bufferAccessOutOfBounds]
fteqcc-3343+svn3400/qccguistuff.c:46:22: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qccguistuff.c:20:19: style: The scope of the variable 'fnc' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccguistuff.c:69:6: style: The scope of the variable 'l' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccguistuff.c:47:28: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
fteqcc-3343+svn3400/qccmain.c:712:40: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qccmain.c:740:14: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qccmain.c:1089:4: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qccmain.c:1094:50: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qccmain.c:1290:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qccmain.c:1865:3: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qccmain.c:272:8: style: The scope of the variable 'm' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccmain.c:299:8: style: The scope of the variable 's' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccmain.c:376:14: style: The scope of the variable 'd' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccmain.c:388:14: style: The scope of the variable 'd' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccmain.c:1500:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccmain.c:1501:7: style: The scope of the variable 'name' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccmain.c:2163:7: style: The scope of the variable 'dirlen' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccmain.c:2273:8: style: The scope of the variable 's' can be reduced. [variableScope]
fteqcc-3343+svn3400/qccmain.c:712:77: style: Checking if unsigned variable 'functions[*(int*)&qcc_pr_globals[def->ofs]].first_statement' is less than zero. [unsignedLessThanZero]
fteqcc-3343+svn3400/qccmain.c:929:24: style: Checking if unsigned variable 'statements[i].a' is less than zero. [unsignedLessThanZero]
fteqcc-3343+svn3400/qccmain.c:933:24: style: Checking if unsigned variable 'statements[i].b' is less than zero. [unsignedLessThanZero]
fteqcc-3343+svn3400/qccmain.c:937:24: style: Checking if unsigned variable 'statements[i].c' is less than zero. [unsignedLessThanZero]
fteqcc-3343+svn3400/qcdecomp.c:126:21: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcdecomp.c:559:21: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcdecomp.c:675:21: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcdecomp.c:870:19: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcdecomp.c:951:43: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fteqcc-3343+svn3400/qcdecomp.c:229:18: style: The scope of the variable 'st' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcdecomp.c:399:16: style: The scope of the variable 'op' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcdecomp.c:485:8: style: The scope of the variable 'mem' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcdecomp.c:733:13: style: The scope of the variable 'def' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcdecomp.c:734:16: style: The scope of the variable 'op' can be reduced. [variableScope]
fteqcc-3343+svn3400/qcdecomp.c:740:2: error: Common realloc mistake: 'ofstype' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcdecomp.c:741:2: error: Common realloc mistake: 'ofsflags' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/qcdecomp.c:744:2: error: Common realloc mistake: 'qcc_typeinfo' nulled but not freed upon failure [memleakOnRealloc]
fteqcc-3343+svn3400/test.c:122:9: style: The scope of the variable 'func' can be reduced. [variableScope]
fteqcc-3343+svn3400/test.c:86:3: error: Resource leak: f [resourceLeak]
[23:00]

ftp://ftp.se.debian.org/debian/pool/main/f/ftgl/ftgl_2.1.3~rc5.orig.tar.gz
ftgl-2.1.3~rc5/demo/FTGLDemo.cpp:39:0: error: #error GLUT headers not present [preprocessorErrorDirective]
ftgl-2.1.3~rc5/demo/FTGLMFontDemo.cpp:37:0: error: #error GLUT headers not present [preprocessorErrorDirective]
ftgl-2.1.3~rc5/demo/c-demo.c:36:0: error: #error GLUT headers not present [preprocessorErrorDirective]
ftgl-2.1.3~rc5/demo/simple.cpp:36:0: error: #error GLUT headers not present [preprocessorErrorDirective]
ftgl-2.1.3~rc5/demo/tb.c:17:0: error: #error GLUT headers not present [preprocessorErrorDirective]
ftgl-2.1.3~rc5/demo/trackball.c:224:14: style: The scope of the variable 't' can be reduced. [variableScope]
ftgl-2.1.3~rc5/src/FTCharToGlyphIndexMap.h:99:26: style: Technically the member function 'FTCharToGlyphIndexMap::find' can be const. [functionConst]
ftgl-2.1.3~rc5/src/FTCharmap.h:59:9: style: Class 'FTCharmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/src/FTContour.cpp:170:12: style: The scope of the variable 'olddir' can be reduced. [variableScope]
ftgl-2.1.3~rc5/src/FTContour.cpp:111:47: style: Function 'ComputeOutsetPoint' argument 1 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTContour.h:191:51: note: Function 'ComputeOutsetPoint' argument 1 names different: declaration 'a' definition 'A'.
ftgl-2.1.3~rc5/src/FTContour.cpp:111:47: note: Function 'ComputeOutsetPoint' argument 1 names different: declaration 'a' definition 'A'.
ftgl-2.1.3~rc5/src/FTContour.cpp:111:58: style: Function 'ComputeOutsetPoint' argument 2 names different: declaration 'b' definition 'B'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTContour.h:191:62: note: Function 'ComputeOutsetPoint' argument 2 names different: declaration 'b' definition 'B'.
ftgl-2.1.3~rc5/src/FTContour.cpp:111:58: note: Function 'ComputeOutsetPoint' argument 2 names different: declaration 'b' definition 'B'.
ftgl-2.1.3~rc5/src/FTContour.cpp:111:69: style: Function 'ComputeOutsetPoint' argument 3 names different: declaration 'c' definition 'C'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTContour.h:191:73: note: Function 'ComputeOutsetPoint' argument 3 names different: declaration 'c' definition 'C'.
ftgl-2.1.3~rc5/src/FTContour.cpp:111:69: note: Function 'ComputeOutsetPoint' argument 3 names different: declaration 'c' definition 'C'.
ftgl-2.1.3~rc5/src/FTContour.cpp:166:48: style: Function 'FTContour' argument 2 names different: declaration 'pointTags' definition 'tags'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTContour.h:55:45: note: Function 'FTContour' argument 2 names different: declaration 'pointTags' definition 'tags'.
ftgl-2.1.3~rc5/src/FTContour.cpp:166:48: note: Function 'FTContour' argument 2 names different: declaration 'pointTags' definition 'tags'.
ftgl-2.1.3~rc5/src/FTContour.cpp:166:67: style: Function 'FTContour' argument 3 names different: declaration 'numberOfPoints' definition 'n'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTContour.h:55:69: note: Function 'FTContour' argument 3 names different: declaration 'numberOfPoints' definition 'n'.
ftgl-2.1.3~rc5/src/FTContour.cpp:166:67: note: Function 'FTContour' argument 3 names different: declaration 'numberOfPoints' definition 'n'.
ftgl-2.1.3~rc5/src/FTContour.h:191:24: performance: Technically the member function 'FTContour::ComputeOutsetPoint' can be static. [functionStatic]
ftgl-2.1.3~rc5/src/FTContour.cpp:111:20: note: Technically the member function 'FTContour::ComputeOutsetPoint' can be static.
ftgl-2.1.3~rc5/src/FTContour.h:191:24: note: Technically the member function 'FTContour::ComputeOutsetPoint' can be static.
ftgl-2.1.3~rc5/src/FTVector.h:35:0: warning: The class 'FTVector < FTPoint >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ftgl-2.1.3~rc5/src/FTLibrary.h:93:9: warning: Member variable 'FTLibrary::library' is not initialized in the constructor. [uninitMemberVarPrivate]
ftgl-2.1.3~rc5/src/FTFace.cpp:70:5: style: Class 'FTFace' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTFace.cpp:70:5: style: Class 'FTFace' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTLibrary.h:93:9: style: Class 'FTLibrary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFont.cpp:67:51: style: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFontImpl.h:57:41: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFont.cpp:67:51: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFont.cpp:69:46: style: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFontImpl.h:58:71: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFont.cpp:69:46: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFont.cpp:92:47: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFontImpl.h:46:44: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFont.cpp:92:47: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFont.cpp:100:50: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFontImpl.h:50:47: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFont.cpp:100:50: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFontImpl.h:46:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:89:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFontImpl.h:46:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFontImpl.h:50:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:92:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTBitmapFontImpl.h:50:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:224:51: style: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:65:41: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:224:51: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:226:46: style: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:66:71: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:226:46: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:335:47: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:46:44: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:335:47: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:343:50: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:50:47: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:343:50: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:284:42: error: Array index -1 is out of bounds. [negativeIndex]
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:230:23: note: Assignment 'cacheIndex=-1', assigned value is -1
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:284:42: note: Negative array index
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:274:29: error: Array index -1 is out of bounds. [negativeIndex]
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:230:23: note: Assignment 'cacheIndex=-1', assigned value is -1
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:274:29: note: Negative array index
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:99:5: style: Class 'FTBufferFontImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTFont/FTBufferFont.cpp:99:5: style: Class 'FTBufferFontImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:46:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:89:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:46:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:50:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:92:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:50:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:54:22: style: The function 'FaceSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:70:22: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTBufferFontImpl.h:54:22: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTExtrudeFontImpl.h:49:22: style: The function 'Depth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:75:22: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTExtrudeFontImpl.h:49:22: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTExtrudeFontImpl.h:57:22: style: The function 'Outset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:77:22: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTExtrudeFontImpl.h:57:22: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTExtrudeFontImpl.h:66:22: style: The function 'Outset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:79:22: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTExtrudeFontImpl.h:66:22: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:378:42: style: Function 'BBoxI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:148:38: note: Function 'BBoxI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:378:42: note: Function 'BBoxI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:423:37: style: Function 'BBox' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:81:41: note: Function 'BBox' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:423:37: note: Function 'BBox' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:431:40: style: Function 'BBox' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:83:44: note: Function 'BBox' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:431:40: note: Function 'BBox' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:439:44: style: Function 'AdvanceI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:153:40: note: Function 'AdvanceI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:439:44: note: Function 'AdvanceI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:465:39: style: Function 'Advance' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:85:43: note: Function 'Advance' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:465:39: note: Function 'Advance' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:472:42: style: Function 'Advance' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:87:46: note: Function 'Advance' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:472:42: note: Function 'Advance' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:479:45: style: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:157:41: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:479:45: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:481:40: style: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:158:71: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:481:40: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:507:41: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:89:44: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:507:41: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:515:44: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:92:47: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:515:44: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:522:48: style: Function 'CheckGlyph' argument 1 names different: declaration 'chr' definition 'characterCode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:134:44: note: Function 'CheckGlyph' argument 1 names different: declaration 'chr' definition 'characterCode'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:522:48: note: Function 'CheckGlyph' argument 1 names different: declaration 'chr' definition 'characterCode'.
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:241:9: style: Class 'FTFontImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTFont/FTFont.cpp:241:9: style: Class 'FTFontImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:50:22: style: The function 'Outset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:77:22: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:50:22: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:52:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:89:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:52:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:56:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:92:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:56:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFontImpl.h:44:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:89:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFontImpl.h:44:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFontImpl.h:48:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:92:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFontImpl.h:48:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTPolygonFontImpl.h:50:22: style: The function 'Outset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:77:22: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTPolygonFontImpl.h:50:22: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTTextureFontImpl.h:58:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:89:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTTextureFontImpl.h:58:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTTextureFontImpl.h:62:25: style: The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftgl-2.1.3~rc5/src/FTFont/FTFontImpl.h:92:25: note: Virtual function in base class
ftgl-2.1.3~rc5/src/FTFont/FTTextureFontImpl.h:62:25: note: Function in derived class
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFont.cpp:92:52: style: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:68:41: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFont.cpp:92:52: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFont.cpp:94:47: style: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:69:71: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFont.cpp:94:47: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFont.cpp:115:48: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:52:44: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFont.cpp:115:48: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFont.cpp:123:51: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFontImpl.h:56:47: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTOutlineFont.cpp:123:51: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFont.cpp:83:51: style: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFontImpl.h:55:41: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFont.cpp:83:51: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFont.cpp:85:46: style: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFontImpl.h:56:71: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFont.cpp:85:46: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFont.cpp:117:47: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFontImpl.h:44:44: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFont.cpp:117:47: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFont.cpp:125:50: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFontImpl.h:48:47: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTPixmapFont.cpp:125:50: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTTextureFont.cpp:230:52: style: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTTextureFontImpl.h:147:41: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTTextureFont.cpp:230:52: note: Function 'RenderI' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTTextureFont.cpp:232:47: style: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTTextureFontImpl.h:148:71: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTTextureFont.cpp:232:47: note: Function 'RenderI' argument 5 names different: declaration 'mode' definition 'renderMode'.
ftgl-2.1.3~rc5/src/FTFont/FTTextureFont.cpp:253:48: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTTextureFontImpl.h:58:44: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTTextureFont.cpp:253:48: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTTextureFont.cpp:261:51: style: Function 'Render' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTFont/FTTextureFontImpl.h:62:47: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTFont/FTTextureFont.cpp:261:51: note: Function 'Render' argument 1 names different: declaration 's' definition 'string'.
ftgl-2.1.3~rc5/src/FTGlyph/FTBitmapGlyph.cpp:87:9: style: Class 'FTBitmapGlyphImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTGlyph/FTBitmapGlyph.cpp:87:9: style: Class 'FTBitmapGlyphImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTGlyph/FTBitmapGlyphImpl.h:37:9: style: Class 'FTBitmapGlyphImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/src/FTGlyph/FTBufferGlyph.cpp:74:5: style: Class 'FTBufferGlyphImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTGlyph/FTBufferGlyph.cpp:74:5: style: Class 'FTBufferGlyphImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyph.cpp:67:66: style: Function 'FTExtrudeGlyphImpl' argument 2 names different: declaration 'depth' definition '_depth'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyphImpl.h:39:54: note: Function 'FTExtrudeGlyphImpl' argument 2 names different: declaration 'depth' definition '_depth'.
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyph.cpp:67:66: note: Function 'FTExtrudeGlyphImpl' argument 2 names different: declaration 'depth' definition '_depth'.
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyph.cpp:68:46: style: Function 'FTExtrudeGlyphImpl' argument 3 names different: declaration 'frontOutset' definition '_frontOutset'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyphImpl.h:39:67: note: Function 'FTExtrudeGlyphImpl' argument 3 names different: declaration 'frontOutset' definition '_frontOutset'.
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyph.cpp:68:46: note: Function 'FTExtrudeGlyphImpl' argument 3 names different: declaration 'frontOutset' definition '_frontOutset'.
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyph.cpp:68:66: style: Function 'FTExtrudeGlyphImpl' argument 4 names different: declaration 'backOutset' definition '_backOutset'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyphImpl.h:40:34: note: Function 'FTExtrudeGlyphImpl' argument 4 names different: declaration 'backOutset' definition '_backOutset'.
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyph.cpp:68:66: note: Function 'FTExtrudeGlyphImpl' argument 4 names different: declaration 'backOutset' definition '_backOutset'.
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyph.cpp:82:5: style: Class 'FTExtrudeGlyphImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTGlyph/FTExtrudeGlyph.cpp:82:5: style: Class 'FTExtrudeGlyphImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTGlyph/FTGlyph.cpp:81:51: style: Function 'FTGlyphImpl' argument 2 names different: declaration 'useDisplayList' definition 'useList'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyph/FTGlyphImpl.h:37:46: note: Function 'FTGlyphImpl' argument 2 names different: declaration 'useDisplayList' definition 'useList'.
ftgl-2.1.3~rc5/src/FTGlyph/FTGlyph.cpp:81:51: note: Function 'FTGlyphImpl' argument 2 names different: declaration 'useDisplayList' definition 'useList'.
ftgl-2.1.3~rc5/src/FTGlyph/FTOutlineGlyph.cpp:64:66: style: Function 'FTOutlineGlyphImpl' argument 2 names different: declaration 'outset' definition '_outset'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyph/FTOutlineGlyphImpl.h:39:54: note: Function 'FTOutlineGlyphImpl' argument 2 names different: declaration 'outset' definition '_outset'.
ftgl-2.1.3~rc5/src/FTGlyph/FTOutlineGlyph.cpp:64:66: note: Function 'FTOutlineGlyphImpl' argument 2 names different: declaration 'outset' definition '_outset'.
ftgl-2.1.3~rc5/src/FTGlyph/FTOutlineGlyph.cpp:75:5: style: Class 'FTOutlineGlyphImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTGlyph/FTOutlineGlyph.cpp:75:5: style: Class 'FTOutlineGlyphImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTGlyph/FTPixmapGlyph.cpp:88:9: style: Class 'FTPixmapGlyphImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTGlyph/FTPixmapGlyph.cpp:88:9: style: Class 'FTPixmapGlyphImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTGlyph/FTPixmapGlyphImpl.h:37:9: style: Class 'FTPixmapGlyphImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/src/FTGlyph/FTPolygonGlyph.cpp:64:66: style: Function 'FTPolygonGlyphImpl' argument 2 names different: declaration 'outset' definition '_outset'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyph/FTPolygonGlyphImpl.h:39:54: note: Function 'FTPolygonGlyphImpl' argument 2 names different: declaration 'outset' definition '_outset'.
ftgl-2.1.3~rc5/src/FTGlyph/FTPolygonGlyph.cpp:64:66: note: Function 'FTPolygonGlyphImpl' argument 2 names different: declaration 'outset' definition '_outset'.
ftgl-2.1.3~rc5/src/FTGlyph/FTPolygonGlyph.cpp:75:5: style: Class 'FTPolygonGlyphImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTGlyph/FTPolygonGlyph.cpp:75:5: style: Class 'FTPolygonGlyphImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:36:44: style: Function 'FTGlyphContainer' argument 1 names different: declaration 'face' definition 'f'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:55:34: note: Function 'FTGlyphContainer' argument 1 names different: declaration 'face' definition 'f'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:36:44: note: Function 'FTGlyphContainer' argument 1 names different: declaration 'face' definition 'f'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:66:61: style: Function 'FontIndex' argument 1 names different: declaration 'characterCode' definition 'charCode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:78:51: note: Function 'FontIndex' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:66:61: note: Function 'FontIndex' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:72:37: style: Function 'Add' argument 1 names different: declaration 'glyph' definition 'tempGlyph'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:86:27: note: Function 'Add' argument 1 names different: declaration 'glyph' definition 'tempGlyph'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:72:37: note: Function 'Add' argument 1 names different: declaration 'glyph' definition 'tempGlyph'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:72:67: style: Function 'Add' argument 2 names different: declaration 'characterCode' definition 'charCode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:86:53: note: Function 'Add' argument 2 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:72:67: note: Function 'Add' argument 2 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:79:65: style: Function 'Glyph' argument 1 names different: declaration 'characterCode' definition 'charCode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:95:55: note: Function 'Glyph' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:79:65: note: Function 'Glyph' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:86:50: style: Function 'BBox' argument 1 names different: declaration 'characterCode' definition 'charCode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:101:40: note: Function 'BBox' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:86:50: note: Function 'BBox' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:92:52: style: Function 'Advance' argument 1 names different: declaration 'characterCode' definition 'charCode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:110:42: note: Function 'Advance' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:92:52: note: Function 'Advance' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:93:52: style: Function 'Advance' argument 2 names different: declaration 'nextCharacterCode' definition 'nextCharCode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:111:42: note: Function 'Advance' argument 2 names different: declaration 'nextCharacterCode' definition 'nextCharCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:93:52: note: Function 'Advance' argument 2 names different: declaration 'nextCharacterCode' definition 'nextCharCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:102:53: style: Function 'Render' argument 1 names different: declaration 'characterCode' definition 'charCode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:121:43: note: Function 'Render' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:102:53: note: Function 'Render' argument 1 names different: declaration 'characterCode' definition 'charCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:103:53: style: Function 'Render' argument 2 names different: declaration 'nextCharacterCode' definition 'nextCharCode'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:122:43: note: Function 'Render' argument 2 names different: declaration 'nextCharacterCode' definition 'nextCharCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:103:53: note: Function 'Render' argument 2 names different: declaration 'nextCharacterCode' definition 'nextCharCode'.
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:41:5: style: Class 'FTGlyphContainer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTGlyphContainer.cpp:41:5: style: Class 'FTGlyphContainer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTGlyphContainer.h:55:9: style: Class 'FTGlyphContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/src/FTVector.h:35:0: warning: The class 'FTVector < FTGlyph * >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:202:11: style: The scope of the variable 'prevWidth' can be reduced. [variableScope]
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:206:11: style: The scope of the variable 'glyphWidth' can be reduced. [variableScope]
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:206:23: style: The scope of the variable 'advance' can be reduced. [variableScope]
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:337:60: style: Function 'OutputWrappedI' argument 5 names different: declaration 'RemainingWidth' definition 'remaining'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayoutImpl.h:220:57: note: Function 'OutputWrappedI' argument 5 names different: declaration 'RemainingWidth' definition 'remaining'.
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:337:60: note: Function 'OutputWrappedI' argument 5 names different: declaration 'RemainingWidth' definition 'remaining'.
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:388:52: style: Function 'OutputWrapped' argument 5 names different: declaration 'RemainingWidth' definition 'remaining'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayoutImpl.h:150:40: note: Function 'OutputWrapped' argument 5 names different: declaration 'RemainingWidth' definition 'remaining'.
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:388:52: note: Function 'OutputWrapped' argument 5 names different: declaration 'RemainingWidth' definition 'remaining'.
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:396:52: style: Function 'OutputWrapped' argument 5 names different: declaration 'RemainingWidth' definition 'remaining'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayoutImpl.h:171:40: note: Function 'OutputWrapped' argument 5 names different: declaration 'RemainingWidth' definition 'remaining'.
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:396:52: note: Function 'OutputWrapped' argument 5 names different: declaration 'RemainingWidth' definition 'remaining'.
ftgl-2.1.3~rc5/src/FTLayout/FTSimpleLayout.cpp:138:5: performance: Variable 'alignment' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ftgl-2.1.3~rc5/src/FTSize.cpp:45:51: style: Function 'CharSize' argument 2 names different: declaration 'point_size' definition 'pointSize'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTSize.h:68:51: note: Function 'CharSize' argument 2 names different: declaration 'point_size' definition 'pointSize'.
ftgl-2.1.3~rc5/src/FTSize.cpp:45:51: note: Function 'CharSize' argument 2 names different: declaration 'point_size' definition 'pointSize'.
ftgl-2.1.3~rc5/src/FTSize.cpp:45:75: style: Function 'CharSize' argument 3 names different: declaration 'x_resolution' definition 'xRes'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTSize.h:69:36: note: Function 'CharSize' argument 3 names different: declaration 'x_resolution' definition 'xRes'.
ftgl-2.1.3~rc5/src/FTSize.cpp:45:75: note: Function 'CharSize' argument 3 names different: declaration 'x_resolution' definition 'xRes'.
ftgl-2.1.3~rc5/src/FTSize.cpp:45:94: style: Function 'CharSize' argument 4 names different: declaration 'y_resolution' definition 'yRes'. [funcArgNamesDifferent]
ftgl-2.1.3~rc5/src/FTSize.h:69:63: note: Function 'CharSize' argument 4 names different: declaration 'y_resolution' definition 'yRes'.
ftgl-2.1.3~rc5/src/FTSize.cpp:45:94: note: Function 'CharSize' argument 4 names different: declaration 'y_resolution' definition 'yRes'.
ftgl-2.1.3~rc5/src/FTSize.h:121:15: performance: Technically the member function 'FTSize::Underline' can be static. [functionStatic]
ftgl-2.1.3~rc5/src/FTSize.cpp:119:15: note: Technically the member function 'FTSize::Underline' can be static.
ftgl-2.1.3~rc5/src/FTSize.h:121:15: note: Technically the member function 'FTSize::Underline' can be static.
ftgl-2.1.3~rc5/src/FTVectoriser.cpp:160:11: style: The scope of the variable 'contourLength' can be reduced. [variableScope]
ftgl-2.1.3~rc5/src/FTVectoriser.cpp:162:11: style: The scope of the variable 'endIndex' can be reduced. [variableScope]
ftgl-2.1.3~rc5/src/FTList.h:122:0: performance: Variable 'payload' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ftgl-2.1.3~rc5/src/FTList.h:51:0: style: Class 'FTList < FTPoint >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftgl-2.1.3~rc5/src/FTList.h:51:0: style: Class 'FTList < FTPoint >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftgl-2.1.3~rc5/src/FTVectoriser.h:51:9: style: Class 'FTTesselation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/src/FTVectoriser.h:215:9: style: Class 'FTVectoriser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/src/FTList.h:119:0: style: Struct 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/src/FTVector.h:35:0: warning: The class 'FTVector < FTTesselation * >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ftgl-2.1.3~rc5/src/FTVectoriser.cpp:111:5: warning: Possible leak in public function. The pointer 'currentTesselation' is not deallocated before it is allocated. [publicAllocationError]
ftgl-2.1.3~rc5/src/FTVectoriser.h:174:24: style: Class 'FTMesh' is unsafe, 'FTMesh::currentTesselation' can leak by wrong usage. [unsafeClassCanLeak]
ftgl-2.1.3~rc5/test/CTest.c:10:0: error: #error GLUT headers not present [preprocessorErrorDirective]
ftgl-2.1.3~rc5/test/CXXTest.cpp:11:0: error: #error GLUT headers not present [preprocessorErrorDirective]
ftgl-2.1.3~rc5/test/FTBBox-Test.cpp:27:9: style: Class 'FTBBoxTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTBitmapFont-Test.cpp:28:9: style: Class 'FTBitmapFontTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTBitmapGlyph-Test.cpp:26:9: style: Class 'FTBitmapGlyphTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTCharToGlyphIndexMap-Test.cpp:21:9: style: Class 'FTCharToGlyphIndexMapTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTCharmap-Test.cpp:35:9: warning: Member variable 'FTCharmapTest::face' is not initialized in the constructor. [uninitMemberVar]
ftgl-2.1.3~rc5/test/FTCharmap-Test.cpp:35:9: warning: Member variable 'FTCharmapTest::charmap' is not initialized in the constructor. [uninitMemberVar]
ftgl-2.1.3~rc5/test/FTCharmap-Test.cpp:35:9: style: Class 'FTCharmapTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTContour-Test.cpp:154:9: style: Class 'FTContourTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTExtrudeFont-Test.cpp:28:9: style: Class 'FTExtrudeFontTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTExtrudeGlyph-Test.cpp:26:9: style: Class 'FTExtrudeGlyphTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTFace-Test.cpp:24:9: warning: Member variable 'FTFaceTest::testFace' is not initialized in the constructor. [uninitMemberVar]
ftgl-2.1.3~rc5/test/FTFace-Test.cpp:25:9: warning: Member variable 'FTFaceTest::testFace' is not initialized in the constructor. [uninitMemberVar]
ftgl-2.1.3~rc5/test/FTFace-Test.cpp:25:9: style: Class 'FTFaceTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTFont-Test.cpp:90:9: warning: Member variable 'FTFontTest::testFont' is not initialized in the constructor. [uninitMemberVar]
ftgl-2.1.3~rc5/test/FTFont-Test.cpp:91:9: warning: Member variable 'FTFontTest::testFont' is not initialized in the constructor. [uninitMemberVar]
ftgl-2.1.3~rc5/test/FTFont-Test.cpp:14:9: style: Class 'TestGlyph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTFont-Test.cpp:29:9: style: Class 'TestFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTFont-Test.cpp:47:9: style: Class 'BadGlyphTestFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTFont-Test.cpp:91:9: style: Class 'FTFontTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTGlyph-Test.cpp:15:9: style: Class 'TestGlyph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTGlyph-Test.cpp:38:9: style: Class 'FTGlyphTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTGlyphContainer-Test.cpp:42:9: warning: Member variable 'FTGlyphContainerTest::glyphContainer' is not initialized in the constructor. [uninitMemberVar]
ftgl-2.1.3~rc5/test/FTGlyphContainer-Test.cpp:48:9: warning: Member variable 'FTGlyphContainerTest::face' is not initialized in the constructor. [uninitMemberVar]
ftgl-2.1.3~rc5/test/FTGlyphContainer-Test.cpp:48:9: warning: Member variable 'FTGlyphContainerTest::glyphContainer' is not initialized in the constructor. [uninitMemberVar]
ftgl-2.1.3~rc5/test/FTGlyphContainer-Test.cpp:21:13: performance: Variable 'advance' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ftgl-2.1.3~rc5/test/FTGlyphContainer-Test.cpp:48:9: style: Class 'FTGlyphContainerTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTLibrary-Test.cpp:19:9: style: Class 'FTLibraryTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTList-Test.cpp:22:9: style: Class 'FTListTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTMesh-Test.cpp:41:9: style: Class 'FTMeshTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTOutlineFont-Test.cpp:28:9: style: Class 'FTOutlineFontTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTOutlineGlyph-Test.cpp:26:9: style: Class 'FTOutlineGlyphTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTPixmapFont-Test.cpp:27:9: style: Class 'FTPixmapFontTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTPixmapGlyph-Test.cpp:32:9: style: Class 'FTPixmapGlyphTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTPoint-Test.cpp:27:9: style: Class 'FTPointTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTPolygonFont-Test.cpp:28:9: style: Class 'FTPolygonFontTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTPolygonGlyph-Test.cpp:26:9: style: Class 'FTPolygonGlyphTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTSize-Test.cpp:26:9: style: Class 'FTSizeTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTTesselation-Test.cpp:21:9: style: Class 'FTTesselationTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTTextureFont-Test.cpp:28:9: style: Class 'FTTextureFontTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTTextureGlyph-Test.cpp:26:9: style: Class 'FTTextureGlyphTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTVector-Test.cpp:22:9: style: Class 'FTVectorTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTVectoriser-Test.cpp:274:9: style: Class 'FTVectoriserTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftgl-2.1.3~rc5/test/FTlayout-Test.cpp:21:9: style: Class 'FTLayoutTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[23:01]

ftp://ftp.se.debian.org/debian/pool/main/f/ftjam/ftjam_2.5.2.orig.tar.gz
ftjam-2.5.2/builtins.c:139:14: style: Variable 'which' is assigned a value that is never used. [unreadVariable]
ftjam-2.5.2/compile.c:919:14: style: The scope of the variable 'indent' can be reduced. [variableScope]
ftjam-2.5.2/compile.c:255:9: style: Function 'compile_foreach' argument 1 names different: declaration 'parse' definition 'p'. [funcArgNamesDifferent]
ftjam-2.5.2/compile.h:22:31: note: Function 'compile_foreach' argument 1 names different: declaration 'parse' definition 'p'.
ftjam-2.5.2/compile.c:255:9: note: Function 'compile_foreach' argument 1 names different: declaration 'parse' definition 'p'.
ftjam-2.5.2/compile.c:304:9: style: Function 'compile_if' argument 1 names different: declaration 'parse' definition 'p'. [funcArgNamesDifferent]
ftjam-2.5.2/compile.h:23:26: note: Function 'compile_if' argument 1 names different: declaration 'parse' definition 'p'.
ftjam-2.5.2/compile.c:304:9: note: Function 'compile_if' argument 1 names different: declaration 'parse' definition 'p'.
ftjam-2.5.2/compile.c:874:9: style: Function 'compile_while' argument 1 names different: declaration 'parse' definition 'p'. [funcArgNamesDifferent]
ftjam-2.5.2/compile.h:37:29: note: Function 'compile_while' argument 1 names different: declaration 'parse' definition 'p'.
ftjam-2.5.2/compile.c:874:9: note: Function 'compile_while' argument 1 names different: declaration 'parse' definition 'p'.
ftjam-2.5.2/expand.c:435:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ftjam-2.5.2/expand.c:547:17: style: Unused variable: len [unusedVariable]
ftjam-2.5.2/fileunix.c:191:14: style: Function 'file_archscan' argument 1 names different: declaration 'arch' definition 'archive'. [funcArgNamesDifferent]
ftjam-2.5.2/filesys.h:16:33: note: Function 'file_archscan' argument 1 names different: declaration 'arch' definition 'archive'.
ftjam-2.5.2/fileunix.c:191:14: note: Function 'file_archscan' argument 1 names different: declaration 'arch' definition 'archive'.
ftjam-2.5.2/hash.c:249:2: portability: %d in format string (no. 6) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ftjam-2.5.2/hash.c:238:9: style: The scope of the variable 'here' can be reduced. [variableScope]
ftjam-2.5.2/hash.c:255:17: warning: Division of result of sizeof() on pointer type. [divideSizeof]
ftjam-2.5.2/hdrmacro.c:63:8: style: Unused variable: hdrrule [unusedVariable]
ftjam-2.5.2/hdrmacro.c:67:6: style: Unused variable: i [unusedVariable]
ftjam-2.5.2/headers.c:56:8: style: Unused variable: hdrcache [unusedVariable]
y.tab.c:524:1: style: Label 'yynewerror' is not used. [unusedLabel]
y.tab.c:529:1: style: Label 'yyerrlab' is not used. [unusedLabel]
ftjam-2.5.2/make.c:392:50: warning: Either the condition 't->binding==3&&p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
ftjam-2.5.2/make.c:412:39: note: Assuming that condition 't->binding==3&&p' is not redundant
ftjam-2.5.2/make.c:392:50: note: Null pointer dereference
ftjam-2.5.2/make.c:396:51: warning: Either the condition 't->binding==3&&p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
ftjam-2.5.2/make.c:412:39: note: Assuming that condition 't->binding==3&&p' is not redundant
ftjam-2.5.2/make.c:396:51: note: Null pointer dereference
ftjam-2.5.2/make.c:498:21: style: Function 'make0sort' argument 1 names different: declaration 'c' definition 'chain'. [funcArgNamesDifferent]
ftjam-2.5.2/make.c:84:37: note: Function 'make0sort' argument 1 names different: declaration 'c' definition 'chain'.
ftjam-2.5.2/make.c:498:21: note: Function 'make0sort' argument 1 names different: declaration 'c' definition 'chain'.
ftjam-2.5.2/make1.c:429:15: style: Unused variable: cmd [unusedVariable]
ftjam-2.5.2/mkjambase.c:30:8: style: The scope of the variable 'fin' can be reduced. [variableScope]
ftjam-2.5.2/mkjambase.c:67:0: error: Resource leak: fout [resourceLeak]
ftjam-2.5.2/newstr.c:45:9: style: Variable 'str' is not assigned a value. [unassignedVariable]
ftjam-2.5.2/regexp.c:220:20: style: The scope of the variable 'len' can be reduced. [variableScope]
ftjam-2.5.2/regexp.c:253:0: error: Memory leak: r [memleak]
ftjam-2.5.2/rules.c:106:27: style: Function 'copytarget' argument 1 names different: declaration 't' definition 'ot'. [funcArgNamesDifferent]
ftjam-2.5.2/rules.h:169:35: note: Function 'copytarget' argument 1 names different: declaration 't' definition 'ot'.
ftjam-2.5.2/rules.c:106:27: note: Function 'copytarget' argument 1 names different: declaration 't' definition 'ot'.
ftjam-2.5.2/rules.c:233:12: style: Function 'addsettings' argument 1 names different: declaration 'v' definition 'head'. [funcArgNamesDifferent]
ftjam-2.5.2/rules.h:175:34: note: Function 'addsettings' argument 1 names different: declaration 'v' definition 'head'.
ftjam-2.5.2/rules.c:233:12: note: Function 'addsettings' argument 1 names different: declaration 'v' definition 'head'.
ftjam-2.5.2/rules.c:235:14: style: Function 'addsettings' argument 3 names different: declaration 'sym' definition 'symbol'. [funcArgNamesDifferent]
ftjam-2.5.2/rules.h:175:62: note: Function 'addsettings' argument 3 names different: declaration 'sym' definition 'symbol'.
ftjam-2.5.2/rules.c:235:14: note: Function 'addsettings' argument 3 names different: declaration 'sym' definition 'symbol'.
ftjam-2.5.2/rules.c:236:8: style: Function 'addsettings' argument 4 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
ftjam-2.5.2/rules.h:175:73: note: Function 'addsettings' argument 4 names different: declaration 'val' definition 'value'.
ftjam-2.5.2/rules.c:236:8: note: Function 'addsettings' argument 4 names different: declaration 'val' definition 'value'.
ftjam-2.5.2/rules.c:298:25: style: Function 'copysettings' argument 1 names different: declaration 'v' definition 'from'. [funcArgNamesDifferent]
ftjam-2.5.2/rules.h:176:35: note: Function 'copysettings' argument 1 names different: declaration 'v' definition 'from'.
ftjam-2.5.2/rules.c:298:25: note: Function 'copysettings' argument 1 names different: declaration 'v' definition 'from'.
ftjam-2.5.2/rules.c:188:11: style: Unused variable: c [unusedVariable]
ftjam-2.5.2/rules.c:300:23: style: Unused variable: v [unusedVariable]
[23:01]

ftp://ftp.se.debian.org/debian/pool/main/f/ftnchek/ftnchek_3.3.1.orig.tar.gz
ftnchek-3.3.1/advance.c:604:7: style: The scope of the variable 'nchars' can be reduced. [variableScope]
ftnchek-3.3.1/advance.c:867:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ftnchek-3.3.1/advance.c:1035:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ftnchek-3.3.1/advance.c:1093:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ftnchek-3.3.1/advance.c:764:25: style: Function 'free_srcBuffer' argument 1 names different: declaration 'srcBuffer' definition 'srcBuf'. [funcArgNamesDifferent]
ftnchek-3.3.1/advance.h:117:1: note: Function 'free_srcBuffer' argument 1 names different: declaration 'srcBuffer' definition 'srcBuf'.
ftnchek-3.3.1/advance.c:764:25: note: Function 'free_srcBuffer' argument 1 names different: declaration 'srcBuffer' definition 'srcBuf'.
ftnchek-3.3.1/calltree.c:195:12: style: The scope of the variable 'numentries' can be reduced. [variableScope]
ftnchek-3.3.1/calltree.c:414:7: style: The scope of the variable 't' can be reduced. [variableScope]
ftnchek-3.3.1/calltree.c:557:15: style: The scope of the variable 'fmt' can be reduced. [variableScope]
ftnchek-3.3.1/calltree.c:925:7: style: The scope of the variable 'numcalls' can be reduced. [variableScope]
ftnchek-3.3.1/calltree.c:1048:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:215:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/comcheck.c:220:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/comcheck.c:313:12: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/comcheck.c:318:12: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/comcheck.c:172:2: style: The scope of the variable 'done1' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:172:8: style: The scope of the variable 'done2' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:173:2: style: The scope of the variable 'type1' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:173:8: style: The scope of the variable 'type2' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:175:2: style: The scope of the variable 'len1' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:175:7: style: The scope of the variable 'len2' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:177:2: style: The scope of the variable 'word1' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:177:8: style: The scope of the variable 'word2' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:179:9: style: The scope of the variable 'defsize1' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:179:18: style: The scope of the variable 'defsize2' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:180:2: style: The scope of the variable 'jump' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:182:9: style: The scope of the variable 'type_clash' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:460:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:577:10: style: The scope of the variable 'j' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:577:12: style: The scope of the variable 'n' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:580:33: style: The scope of the variable 'c' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:759:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/comcheck.c:759:9: style: The scope of the variable 'warnings' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1370:14: style: The scope of the variable 'id_len' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1371:6: style: The scope of the variable 'startindex' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1371:17: style: The scope of the variable 'endindex' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1424:6: style: The scope of the variable 'temp' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1505:7: style: The scope of the variable 'val' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1526:7: style: The scope of the variable 'val1' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1526:12: style: The scope of the variable 'val2' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1551:7: style: The scope of the variable 'val' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1574:7: style: The scope of the variable 'val1' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1574:12: style: The scope of the variable 'val2' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1574:17: style: The scope of the variable 'quotient' can be reduced. [variableScope]
ftnchek-3.3.1/exprtype.c:1588:25: warning: Either the condition 'val2<0' is redundant or there is division by zero at line 1588. [zerodivcond]
ftnchek-3.3.1/exprtype.c:1584:28: note: Assuming that condition 'val2<0' is not redundant
ftnchek-3.3.1/exprtype.c:1588:25: note: Division by zero
ftnchek-3.3.1/exprtype.c:678:20: warning: Function 'unexpr_type' argument order different: declaration 'term1, op, result' definition 'op, term1, result' [funcArgOrderDifferent]
ftnchek-3.3.1/symtab.h:929:1: note: Function 'unexpr_type' argument order different: declaration 'term1, op, result' definition 'op, term1, result'
ftnchek-3.3.1/exprtype.c:678:20: note: Function 'unexpr_type' argument order different: declaration 'term1, op, result' definition 'op, term1, result'
ftnchek-3.3.1/exprtype.c:1307:5: style: Variable 'd_defsize' is assigned a value that is never used. [unreadVariable]
ftnchek-3.3.1/exprtype.c:1307:17: style: Variable 'a_defsize' is assigned a value that is never used. [unreadVariable]
ftnchek-3.3.1/forlex.c:175:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/forlex.c:910:9: style: The scope of the variable 'space_seen' can be reduced. [variableScope]
ftnchek-3.3.1/forlex.c:910:27: style: The scope of the variable 'has_embedded_space' can be reduced. [variableScope]
ftnchek-3.3.1/forlex.c:998:25: style: The scope of the variable 'rightside' can be reduced. [variableScope]
ftnchek-3.3.1/forlex.c:998:35: style: The scope of the variable 'pwr_of_ten' can be reduced. [variableScope]
ftnchek-3.3.1/forlex.c:999:6: style: The scope of the variable 'exponent' can be reduced. [variableScope]
ftnchek-3.3.1/forlex.c:999:24: style: The scope of the variable 'c' can be reduced. [variableScope]
ftnchek-3.3.1/forlex.c:1411:12: style: The scope of the variable 'digit' can be reduced. [variableScope]
ftnchek-3.3.1/forlex.c:1407:43: style: Function 'get_binary_const' argument 3 names different: declaration 'space_seen' definition 'space_seen_lately'. [funcArgNamesDifferent]
ftnchek-3.3.1/forlex.h:140:1: note: Function 'get_binary_const' argument 3 names different: declaration 'space_seen' definition 'space_seen_lately'.
ftnchek-3.3.1/forlex.c:1407:43: note: Function 'get_binary_const' argument 3 names different: declaration 'space_seen' definition 'space_seen_lately'.
fortran.y:572:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ftnchek-3.3.1/ftnchek.c:544:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/ftnchek.c:817:9: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/ftnchek.c:821:9: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/include.c:337:6: style: Condition 'fname_path_absolute' is always false [knownConditionTrueFalse]
ftnchek-3.3.1/include.c:292:27: note: Assignment 'fname_path_absolute=0', assigned value is 0
ftnchek-3.3.1/include.c:337:6: note: Condition 'fname_path_absolute' is always false
ftnchek-3.3.1/include.c:357:16: style: Condition 'path_end==(char*)NULL' is always true [knownConditionTrueFalse]
ftnchek-3.3.1/include.c:291:18: note: Assignment 'path_end=(char*)NULL', assigned value is 0
ftnchek-3.3.1/include.c:357:16: note: Condition 'path_end==(char*)NULL' is always true
ftnchek-3.3.1/include.c:357:16: style: Same expression on both sides of '==' because the value of 'path_end' and '(char*)NULL' are the same. [duplicateExpression]
ftnchek-3.3.1/include.c:291:18: note: 'path_end' is assigned value '(char*)NULL' here.
ftnchek-3.3.1/include.c:357:16: note: Same expression on both sides of '==' because the value of 'path_end' and '(char*)NULL' are the same.
ftnchek-3.3.1/include.c:222:4: error: Common realloc mistake: 'incfile_list' nulled but not freed upon failure [memleakOnRealloc]
ftnchek-3.3.1/intake.c:27:10: style: The scope of the variable 'line_len' can be reduced. [variableScope]
ftnchek-3.3.1/intrins.c:377:19: style: The scope of the variable 'hnum' can be reduced. [variableScope]
ftnchek-3.3.1/intrins.c:487:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/intrins.c:487:14: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/intrins.c:530:28: style: The scope of the variable 'wd' can be reduced. [variableScope]
ftnchek-3.3.1/iokeywds.c:301:7: error: Common realloc mistake: 'io_unit_info' nulled but not freed upon failure [memleakOnRealloc]
ftnchek-3.3.1/keywords.c:214:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ftnchek-3.3.1/keywords.c:293:12: style: The scope of the variable 'mid' can be reduced. [variableScope]
ftnchek-3.3.1/labels.c:413:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/labels.c:533:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/labels.c:539:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/labels.c:340:38: style: Function 'compare_labs' argument 1 names different: declaration 'a' definition 'v1'. [funcArgNamesDifferent]
ftnchek-3.3.1/labels.c:107:38: note: Function 'compare_labs' argument 1 names different: declaration 'a' definition 'v1'.
ftnchek-3.3.1/labels.c:340:38: note: Function 'compare_labs' argument 1 names different: declaration 'a' definition 'v1'.
ftnchek-3.3.1/labels.c:340:54: style: Function 'compare_labs' argument 2 names different: declaration 'b' definition 'v2'. [funcArgNamesDifferent]
ftnchek-3.3.1/labels.c:107:53: note: Function 'compare_labs' argument 2 names different: declaration 'b' definition 'v2'.
ftnchek-3.3.1/labels.c:340:54: note: Function 'compare_labs' argument 2 names different: declaration 'b' definition 'v2'.
ftnchek-3.3.1/loccheck.c:98:6: style: The scope of the variable 'stg_class' can be reduced. [variableScope]
ftnchek-3.3.1/loccheck.c:99:16: style: The scope of the variable 'hnum' can be reduced. [variableScope]
ftnchek-3.3.1/loccheck.c:158:17: style: The scope of the variable 'this_type' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:205:16: style: Condition 'path_end==(char*)NULL' is always true [knownConditionTrueFalse]
ftnchek-3.3.1/makedcls.c:187:18: note: Assignment 'path_end=(char*)NULL', assigned value is 0
ftnchek-3.3.1/makedcls.c:205:16: note: Condition 'path_end==(char*)NULL' is always true
ftnchek-3.3.1/makedcls.c:205:16: style: Same expression on both sides of '==' because the value of 'path_end' and '(char*)NULL' are the same. [duplicateExpression]
ftnchek-3.3.1/makedcls.c:187:18: note: 'path_end' is assigned value '(char*)NULL' here.
ftnchek-3.3.1/makedcls.c:205:16: note: Same expression on both sides of '==' because the value of 'path_end' and '(char*)NULL' are the same.
ftnchek-3.3.1/makedcls.c:524:9: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:575:9: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:622:16: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:624:14: style: The scope of the variable 'symt' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:774:14: style: The scope of the variable 't' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:775:16: style: The scope of the variable 'types_table' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:806:17: style: The scope of the variable 'need' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:808:9: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:908:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:968:2: style: The scope of the variable 'raw_type' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:1107:10: style: The scope of the variable 'digits' can be reduced. [variableScope]
ftnchek-3.3.1/makedcls.c:1109:11: style: The scope of the variable 'size_expression' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:541:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ftnchek-3.3.1/makehtml.c:582:16: style: Condition 'path_end==(char*)NULL' is always true [knownConditionTrueFalse]
ftnchek-3.3.1/makehtml.c:564:18: note: Assignment 'path_end=(char*)NULL', assigned value is 0
ftnchek-3.3.1/makehtml.c:582:16: note: Condition 'path_end==(char*)NULL' is always true
ftnchek-3.3.1/makehtml.c:582:16: style: Same expression on both sides of '==' because the value of 'path_end' and '(char*)NULL' are the same. [duplicateExpression]
ftnchek-3.3.1/makehtml.c:564:18: note: 'path_end' is assigned value '(char*)NULL' here.
ftnchek-3.3.1/makehtml.c:582:16: note: Same expression on both sides of '==' because the value of 'path_end' and '(char*)NULL' are the same.
ftnchek-3.3.1/makehtml.c:344:10: style: The scope of the variable 'leader_srch' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:928:9: style: The scope of the variable 'num_print' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:929:9: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:930:11: style: The scope of the variable 'typ' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:987:9: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:1164:14: style: The scope of the variable 't' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:1191:9: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:1295:9: style: The scope of the variable 'raw_type' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:1295:19: style: The scope of the variable 'sym_type' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:1542:8: style: The scope of the variable 'raw_type' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:1542:18: style: The scope of the variable 'sym_type' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:1660:10: style: The scope of the variable 'digits' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:1662:11: style: The scope of the variable 'size_expression' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:2177:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:2177:18: style: The scope of the variable 'j' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:2178:17: style: The scope of the variable 'IO_access' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:2179:17: style: The scope of the variable 'IO_form' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:2181:17: style: The scope of the variable 'opcode' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:2182:26: style: The scope of the variable 'my_ioinfo' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:2182:38: style: The scope of the variable 'ioinfo_ptr' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:2183:23: style: The scope of the variable 'unit_name' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:2184:15: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/makehtml.c:1530:10: style: Function 'print_selected_common_decls' argument 4 names different: declaration 'the_type_name' definition 'comname'. [funcArgNamesDifferent]
ftnchek-3.3.1/makehtml.c:81:1: note: Function 'print_selected_common_decls' argument 4 names different: declaration 'the_type_name' definition 'comname'.
ftnchek-3.3.1/makehtml.c:1530:10: note: Function 'print_selected_common_decls' argument 4 names different: declaration 'the_type_name' definition 'comname'.
ftnchek-3.3.1/message.c:307:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/message.c:312:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/message.c:317:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/message.c:322:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/message.c:376:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/message.c:383:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/message.c:397:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/message.c:405:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/message.c:514:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
ftnchek-3.3.1/message.c:265:10: style: The scope of the variable 'icol' can be reduced. [variableScope]
ftnchek-3.3.1/message.c:350:10: style: The scope of the variable 'icol' can be reduced. [variableScope]
ftnchek-3.3.1/message.c:449:24: style: The scope of the variable 'leading_skip' can be reduced. [variableScope]
ftnchek-3.3.1/message.c:449:37: style: The scope of the variable 'wordchars' can be reduced. [variableScope]
ftnchek-3.3.1/options.c:1116:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/options.c:1215:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/options.c:1436:7: style: The scope of the variable 'numchars' can be reduced. [variableScope]
ftnchek-3.3.1/options.c:1620:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/options.c:1620:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ftnchek-3.3.1/options.c:1621:8: style: The scope of the variable 'opt_buf' can be reduced. [variableScope]
ftnchek-3.3.1/options.c:1853:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ftnchek-3.3.1/options.c:1613:56: style: Function 'process_warn_string' argument 2 names different: declaration 'strsetting' definition 's'. [funcArgNamesDifferent]
ftnchek-3.3.1/options.c:87:1: note: Function 'process_warn_string' argument 2 names different: declaration 'strsetting' definition 's'.
ftnchek-3.3.1/options.c:1613:56: note: Function 'process_warn_string' argument 2 names different: declaration 'strsetting' definition 's'.
ftnchek-3.3.1/options.c:1651:35: style: Function 'list_warn_options' argument 1 names different: declaration 'strsetting' definition 's'. [funcArgNamesDifferent]
ftnchek-3.3.1/options.c:80:1: note: Function 'list_warn_options' argument 1 names different: declaration 'strsetting' definition 's'.
ftnchek-3.3.1/options.c:1651:35: note: Function 'list_warn_options' argument 1 names different: declaration 'strsetting' definition 's'.
ftnchek-3.3.1/options.c:2145:29: style: Function 'numeric_option_error' argument 1 names different: declaration 's' definition 'setting_name'. [funcArgNamesDifferent]
ftnchek-3.3.1/options.c:128:1: note: Function 'numeric_option_error' argument 1 names different: declaration 's' definition 'setting_name'.
ftnchek-3.3.1/options.c:2145:29: note: Function 'numeric_option_error' argument 1 names different: declaration 's' definition 'setting_name'.
ftnchek-3.3.1/pgsymtab.c:425:10: style: The scope of the variable 'swaps' can be reduced. [variableScope]
ftnchek-3.3.1/plsymtab.c:91:13: style: The scope of the variable 'swaps' can be reduced. [variableScope]
ftnchek-3.3.1/plsymtab.c:121:10: style: The scope of the variable 'swaps' can be reduced. [variableScope]
ftnchek-3.3.1/plsymtab.c:255:18: style: The scope of the variable 'len' can be reduced. [variableScope]
ftnchek-3.3.1/prlists.c:179:10: style: The scope of the variable 'implied_type' can be reduced. [variableScope]
ftnchek-3.3.1/prlists.c:230:8: style: The scope of the variable 'implied_type' can be reduced. [variableScope]
ftnchek-3.3.1/prlists.c:476:6: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/prlists.c:476:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/prlists.c:476:15: style: The scope of the variable 'prev_n' can be reduced. [variableScope]
ftnchek-3.3.1/prlists.c:485:18: style: The scope of the variable 'arglist' can be reduced. [variableScope]
ftnchek-3.3.1/prlists.c:562:6: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/prlists.c:613:6: style: The scope of the variable 'h' can be reduced. [variableScope]
ftnchek-3.3.1/prlocsym.c:71:2: style: The scope of the variable 'numentries' can be reduced. [variableScope]
ftnchek-3.3.1/prlocsym.c:453:14: style: The scope of the variable 't2' can be reduced. [variableScope]
ftnchek-3.3.1/prlocsym.c:453:20: style: The scope of the variable 's2' can be reduced. [variableScope]
ftnchek-3.3.1/prlocsym.c:453:32: style: The scope of the variable 'defsize2' can be reduced. [variableScope]
ftnchek-3.3.1/prlocsym.c:607:14: style: The scope of the variable 'unit_name' can be reduced. [variableScope]
ftnchek-3.3.1/project.c:215:10: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:215:10: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:215:10: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:215:10: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:215:10: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:311:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:311:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:311:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:311:13: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:350:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:350:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:350:8: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:350:8: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:350:8: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:350:8: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:350:8: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:350:8: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:395:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:395:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:395:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:418:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:418:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:418:8: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:418:8: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ftnchek-3.3.1/project.c:512:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:523:3: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:538:4: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:619:8: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:619:8: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:619:8: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:619:8: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:619:8: warning: %d in format string (no. 5) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:619:8: warning: %d in format string (no. 6) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:619:8: warning: %d in format string (no. 7) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:619:8: warning: %d in format string (no. 8) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:675:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:676:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:677:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:678:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:680:10: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:680:10: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:680:10: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:680:10: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:745:4: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:797:2: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:799:2: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:800:2: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:802:2: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:803:2: warning: %ld in format string (no. 1) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:807:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:807:5: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:807:5: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:807:5: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:807:5: warning: %d in format string (no. 5) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:807:5: warning: %d in format string (no. 6) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:807:5: warning: %d in format string (no. 7) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:807:5: warning: %d in format string (no. 8) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:909:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:910:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:919:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:920:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:921:8: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:921:8: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:921:8: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:921:8: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:928:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:990:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:993:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:994:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:996:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:997:7: warning: %ld in format string (no. 1) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:998:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:998:5: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:998:5: warning: %d in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:998:5: warning: %d in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:998:5: warning: %d in format string (no. 5) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:998:5: warning: %d in format string (no. 6) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:998:5: warning: %d in format string (no. 7) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:998:5: warning: %d in format string (no. 8) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
ftnchek-3.3.1/project.c:156:8: style: The scope of the variable 'sym_has_defn' can be reduced. [variableScope]
ftnchek-3.3.1/project.c:157:8: style: The scope of the variable 'sym_has_call' can be reduced. [variableScope]
ftnchek-3.3.1/project.c:170:20: style: The scope of the variable 'alist' can be reduced. [variableScope]
ftnchek-3.3.1/project.c:235:20: style: The scope of the variable 'clist' can be reduced. [variableScope]
ftnchek-3.3.1/project.c:382:21: style: The scope of the variable 'cvar' can be reduced. [variableScope]
ftnchek-3.3.1/project.c:383:11: style: The scope of the variable 'n' can be reduced. [variableScope]
ftnchek-3.3.1/symspace.c:79:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ftnchek-3.3.1/symtab.c:213:11: style: The scope of the variable 'gsymt' can be reduced. [variableScope]
ftnchek-3.3.1/symtab.c:336:11: style: The scope of the variable 'gsymt' can be reduced. [variableScope]
ftnchek-3.3.1/symtab.c:2240:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ftnchek-3.3.1/symtab.c:2166:12: style: Variable 'symt' is assigned a value that is never used. [unreadVariable]
ftnchek-3.3.1/test/cmp.c:87:11: style: The scope of the variable 'read1' can be reduced. [variableScope]
ftnchek-3.3.1/test/cmp.c:87:19: style: The scope of the variable 'read2' can be reduced. [variableScope]
ftnchek-3.3.1/utils.c:78:12: style: The scope of the variable 'c1' can be reduced. [variableScope]
ftnchek-3.3.1/utils.c:79:12: style: The scope of the variable 'c2' can be reduced. [variableScope]
ftnchek-3.3.1/utils.c:91:11: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
[23:01]

ftp://ftp.se.debian.org/debian/pool/main/f/ftools-fv/ftools-fv_5.5+dfsg.orig.tar.gz
fv5.5/ftools/guis/fv/scripts/XPAProgram.c:34:9: style: Unused variable: i [unusedVariable]
fv5.5/ftools/guis/fv/scripts/XPAProgram.c:34:17: style: Unused variable: len [unusedVariable]
fv5.5/ftools/guis/fv/scripts/XPAProgram.c:112:14: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
fv5.5/ftools/guis/fv/scripts/XPAProgram.c:35:10: style: Unused variable: buf [unusedVariable]
fv5.5/ftools/guis/fv/win/fv.cpp:131:21: style: The scope of the variable 'inquote' can be reduced. [variableScope]
fv5.5/ftools/guis/fv/win/fv.cpp:131:36: style: The scope of the variable 'slashes' can be reduced. [variableScope]
fv5.5/ftools/guis/fv/win/fv.cpp:35:11: style: Variable 'interp' is assigned a value that is never used. [unreadVariable]
fv5.5/ftools/guis/powclient/PowCreateData.c:11:9: style: The scope of the variable 'orig_ptr' can be reduced. [variableScope]
fv5.5/ftools/guis/powclient/PowCreateData.c:11:19: style: The scope of the variable 'cpy_ptr' can be reduced. [variableScope]
fv5.5/ftools/guis/powclient/PowCreateData.c:13:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/ftools/guis/powclient/PowCreateData.c:98:8: style: The scope of the variable 'errormsg' can be reduced. [variableScope]
fv5.5/ftools/guis/powclient/PowDataCommands.c:25:42: style: The scope of the variable 'bytesRead' can be reduced. [variableScope]
fv5.5/ftools/guis/powclient/PowDataCommands.c:103:31: style: The scope of the variable 'bin' can be reduced. [variableScope]
fv5.5/ftools/guis/powclient/PowDataCommands.c:181:19: style: The scope of the variable 'counter' can be reduced. [variableScope]
fv5.5/ftools/guis/powclient/PowDataCommands.c:182:18: style: The scope of the variable 'datacounter' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCanvCurve.c:861:38: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowCanvCurve.c:869:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowCanvCurve.c:1131:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowCanvCurve.c:1137:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowCanvCurve.c:1289:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowCanvCurve.c:1291:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowCanvCurve.c:1768:13: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowCanvCurve.c:1777:39: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowCanvCurve.c:309:9: style: The scope of the variable 'pts_per_pt' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCanvCurve.c:1735:19: style: The scope of the variable 'coordPtr' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCanvCurve.c:1859:13: style: The scope of the variable 'coordPtr' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCanvCurve.c:2467:22: style: Checking if unsigned variable 'strlen(p)' is less than zero. [unsignedLessThanZero]
fv5.5/tcltk/pow/PowCanvCurve.c:1528:16: style: Variable 'stipple' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCanvCurve.c:2050:15: style: Variable 'radius' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowColormap.c:125:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fv5.5/tcltk/pow/PowColormap.c:35:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowColormap.c:37:7: style: The scope of the variable 'colormap_size' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowColormap.c:420:20: style: The scope of the variable 'val' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:229:16: style: Condition 'x_vector!=NULL' is always false [knownConditionTrueFalse]
fv5.5/tcltk/pow/PowCommands.c:209:14: note: Assignment 'x_vector=NULL', assigned value is 0
fv5.5/tcltk/pow/PowCommands.c:229:16: note: Condition 'x_vector!=NULL' is always false
fv5.5/tcltk/pow/PowCommands.c:230:16: style: Condition 'y_vector!=NULL' is always false [knownConditionTrueFalse]
fv5.5/tcltk/pow/PowCommands.c:210:14: note: Assignment 'y_vector=NULL', assigned value is 0
fv5.5/tcltk/pow/PowCommands.c:230:16: note: Condition 'y_vector!=NULL' is always false
fv5.5/tcltk/pow/PowCommands.c:231:15: style: Condition 'x_error!=NULL' is always false [knownConditionTrueFalse]
fv5.5/tcltk/pow/PowCommands.c:211:13: note: Assignment 'x_error=NULL', assigned value is 0
fv5.5/tcltk/pow/PowCommands.c:231:15: note: Condition 'x_error!=NULL' is always false
fv5.5/tcltk/pow/PowCommands.c:232:15: style: Condition 'y_error!=NULL' is always false [knownConditionTrueFalse]
fv5.5/tcltk/pow/PowCommands.c:212:13: note: Assignment 'y_error=NULL', assigned value is 0
fv5.5/tcltk/pow/PowCommands.c:232:15: note: Condition 'y_error!=NULL' is always false
fv5.5/tcltk/pow/PowCommands.c:32:20: style: The scope of the variable 'pixels' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:33:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:33:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:195:42: style: The scope of the variable 'oldx' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:195:48: style: The scope of the variable 'oldy' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:197:14: style: The scope of the variable 'xe' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:197:17: style: The scope of the variable 'ye' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:200:7: style: The scope of the variable 'dflag' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:520:13: style: The scope of the variable 'datumL' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:523:8: style: The scope of the variable 'longStr' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:627:13: style: The scope of the variable 'image_instance' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:629:17: style: The scope of the variable 'pict_handle' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:629:30: style: The scope of the variable 'pict_disphandle' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:1736:42: style: The scope of the variable 'bytesRead' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:1821:24: style: The scope of the variable 'bin' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:1821:30: style: The scope of the variable 'bout' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:1822:26: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:1822:29: style: The scope of the variable 'j' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:1898:31: style: The scope of the variable 'bin' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:1976:25: style: The scope of the variable 'counter' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:1977:18: style: The scope of the variable 'datacounter' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:2837:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:2837:14: style: The scope of the variable 'c' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:2837:16: style: The scope of the variable 'd' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:2839:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:2839:10: style: The scope of the variable 'iy' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:2994:13: style: The scope of the variable 'xRepeat' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCommands.c:578:7: style: Unused variable: npixels [unusedVariable]
fv5.5/tcltk/pow/PowCommands.c:579:8: style: Unused variable: dmy [unusedVariable]
fv5.5/tcltk/pow/PowCommands.c:579:13: style: Unused variable: appMem [unusedVariable]
fv5.5/tcltk/pow/PowCommands.c:579:21: style: Unused variable: appBlock [unusedVariable]
fv5.5/tcltk/pow/PowCommands.c:579:31: style: Unused variable: tmpBlock [unusedVariable]
fv5.5/tcltk/pow/PowCommands.c:579:41: style: Unused variable: tmpMem [unusedVariable]
fv5.5/tcltk/pow/PowCommands.c:2159:13: style: Variable 'zoomed' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCommands.c:2190:7: style: Variable 'graph_is_scope' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCommands.c:2285:13: style: Variable 'zoomed' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCommands.c:2302:7: style: Variable 'graph_is_scope' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCommands.c:2467:25: style: Variable 'wcsStatus' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCreateCurve.c:244:25: warning: Either the condition '(X=PowFindVector(x_vector))==NULL' is redundant or there is possible null pointer dereference: X. [nullPointerRedundantCheck]
fv5.5/tcltk/pow/PowCreateCurve.c:218:37: note: Assuming that condition '(X=PowFindVector(x_vector))==NULL' is not redundant
fv5.5/tcltk/pow/PowCreateCurve.c:244:25: note: Null pointer dereference
fv5.5/tcltk/pow/PowCreateCurve.c:245:25: warning: Either the condition '(X=PowFindVector(x_vector))==NULL' is redundant or there is possible null pointer dereference: X. [nullPointerRedundantCheck]
fv5.5/tcltk/pow/PowCreateCurve.c:218:37: note: Assuming that condition '(X=PowFindVector(x_vector))==NULL' is not redundant
fv5.5/tcltk/pow/PowCreateCurve.c:245:25: note: Null pointer dereference
fv5.5/tcltk/pow/PowCreateCurve.c:183:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateCurve.c:183:14: style: The scope of the variable 'halfwidth' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateCurve.c:277:8: style: The scope of the variable 'errormsg' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateCurve.c:305:12: style: The scope of the variable 'xdatum' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateCurve.c:305:20: style: The scope of the variable 'ydatum' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateCurve.c:317:18: style: Variable 'xdatum' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCreateCurve.c:318:18: style: Variable 'ydatum' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCreateData.c:9:9: style: The scope of the variable 'orig_ptr' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateData.c:9:19: style: The scope of the variable 'cpy_ptr' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateData.c:11:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateData.c:188:33: style: The scope of the variable 'pixel_ptr' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateData.c:191:24: style: The scope of the variable 'pixel_array' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateData.c:244:8: style: The scope of the variable 'errormsg' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateData.c:202:18: style: Variable 'data_type' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCreateGraph.c:48:8: style: The scope of the variable 'errormsg' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateGraph.c:313:8: style: The scope of the variable 'errormsg' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateGraph.c:50:3: style: Variable 'in_limits' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCreateGraph.c:172:12: style: Variable 'zoomed' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowCreateImage.c:13:15: style: The scope of the variable 'masterPtr' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateImage.c:24:10: style: The scope of the variable 'datum' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateImage.c:260:8: style: The scope of the variable 'errormsg' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowCreateVector.c:95:8: style: The scope of the variable 'errormsg' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowDrvr.c:71:9: style: The scope of the variable 'got' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowDrvr.c:73:10: style: The scope of the variable 'names' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowDrvr.c:74:10: style: The scope of the variable 'messages' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowDrvr.c:96:9: style: The scope of the variable 'got' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowDrvr.c:97:10: style: The scope of the variable 'names' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowDrvr.c:98:10: style: The scope of the variable 'messages' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:381:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowGrid.c:1247:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowGrid.c:1253:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowGrid.c:1260:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowGrid.c:1297:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowGrid.c:1298:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowGrid.c:1348:12: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowGrid.c:1451:29: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowGrid.c:1455:32: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fv5.5/tcltk/pow/PowGrid.c:445:45: style: The scope of the variable 'nextGrid' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:446:14: style: The scope of the variable 'diff' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:446:19: style: The scope of the variable 'dist' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:591:14: style: The scope of the variable 'val' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:965:11: style: The scope of the variable 'x' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:965:14: style: The scope of the variable 'x1' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:965:18: style: The scope of the variable 'x2' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:965:22: style: The scope of the variable 'y' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:965:25: style: The scope of the variable 'y1' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:965:29: style: The scope of the variable 'y2' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1028:20: style: The scope of the variable 'ds1' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1028:24: style: The scope of the variable 'ds2' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1028:28: style: The scope of the variable 'quad' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1076:11: style: The scope of the variable 'dX2' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1076:15: style: The scope of the variable 'dY2' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1131:11: style: The scope of the variable 'xfrac' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1274:11: style: The scope of the variable 'cntour' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1358:20: style: The scope of the variable 'flag' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1359:17: style: The scope of the variable 'a' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1359:20: style: The scope of the variable 'b' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1359:23: style: The scope of the variable 'c' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:1359:26: style: The scope of the variable 'd' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowGrid.c:401:25: style: Function 'CreateGridPts' argument 6 names different: declaration 'BotLeft_real' definition 'BotLft_real'. [funcArgNamesDifferent]
fv5.5/tcltk/pow/PowGrid.c:43:28: note: Function 'CreateGridPts' argument 6 names different: declaration 'BotLeft_real' definition 'BotLft_real'.
fv5.5/tcltk/pow/PowGrid.c:401:25: note: Function 'CreateGridPts' argument 6 names different: declaration 'BotLeft_real' definition 'BotLft_real'.
fv5.5/tcltk/pow/PowGrid.c:401:44: style: Function 'CreateGridPts' argument 7 names different: declaration 'BotLeft' definition 'BotLft'. [funcArgNamesDifferent]
fv5.5/tcltk/pow/PowGrid.c:43:48: note: Function 'CreateGridPts' argument 7 names different: declaration 'BotLeft' definition 'BotLft'.
fv5.5/tcltk/pow/PowGrid.c:401:44: note: Function 'CreateGridPts' argument 7 names different: declaration 'BotLeft' definition 'BotLft'.
fv5.5/tcltk/pow/PowGrid.c:1004:14: style: Variable 'errFlag' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowUtils.c:702:7: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
fv5.5/tcltk/pow/PowUtils.c:701:7: note: Variable 'status' is reassigned a value before the old one has been used.
fv5.5/tcltk/pow/PowUtils.c:702:7: note: Variable 'status' is reassigned a value before the old one has been used.
fv5.5/tcltk/pow/PowUtils.c:703:7: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
fv5.5/tcltk/pow/PowUtils.c:702:7: note: Variable 'status' is reassigned a value before the old one has been used.
fv5.5/tcltk/pow/PowUtils.c:703:7: note: Variable 'status' is reassigned a value before the old one has been used.
fv5.5/tcltk/pow/PowUtils.c:840:7: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
fv5.5/tcltk/pow/PowUtils.c:839:7: note: Variable 'status' is reassigned a value before the old one has been used.
fv5.5/tcltk/pow/PowUtils.c:840:7: note: Variable 'status' is reassigned a value before the old one has been used.
fv5.5/tcltk/pow/PowUtils.c:841:7: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
fv5.5/tcltk/pow/PowUtils.c:840:7: note: Variable 'status' is reassigned a value before the old one has been used.
fv5.5/tcltk/pow/PowUtils.c:841:7: note: Variable 'status' is reassigned a value before the old one has been used.
fv5.5/tcltk/pow/PowUtils.c:86:16: style: The scope of the variable 'optVal' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:598:9: style: The scope of the variable 'powFitsHeader' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:599:9: style: The scope of the variable 'powFitsHeaderCnt' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:600:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:600:11: style: The scope of the variable 'relax' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:600:18: style: The scope of the variable 'HDRcnt' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:600:26: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:601:16: style: The scope of the variable 'HDRstring' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:604:8: style: The scope of the variable 'nelem' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:608:11: style: The scope of the variable 'imgcrd' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:608:30: style: The scope of the variable 'world' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:609:11: style: The scope of the variable 'phi' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:609:24: style: The scope of the variable 'theta' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:610:8: style: The scope of the variable 'stat' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:611:8: style: The scope of the variable 'statFix' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:612:8: style: The scope of the variable 'coordSel' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:636:16: style: The scope of the variable 'listObj' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:734:9: style: The scope of the variable 'powFitsHeader' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:735:9: style: The scope of the variable 'powFitsHeaderCnt' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:736:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:736:11: style: The scope of the variable 'relax' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:736:18: style: The scope of the variable 'HDRcnt' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:736:26: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:737:16: style: The scope of the variable 'HDRstring' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:740:8: style: The scope of the variable 'nelem' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:741:11: style: The scope of the variable 'pixcrd' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:744:11: style: The scope of the variable 'imgcrd' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:745:11: style: The scope of the variable 'phi' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:745:24: style: The scope of the variable 'theta' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:746:8: style: The scope of the variable 'stat' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:747:8: style: The scope of the variable 'statFix' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:748:8: style: The scope of the variable 'coordSel' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:770:16: style: The scope of the variable 'listObj' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:878:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:879:13: style: The scope of the variable 'polygon_vertex' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:880:9: style: The scope of the variable 'result' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:1186:11: style: The scope of the variable 'prevX' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:1186:18: style: The scope of the variable 'prevY' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowUtils.c:545:38: style: Function 'PowGetObjectOption' argument 1 names different: declaration 'gn' definition 'graph'. [funcArgNamesDifferent]
fv5.5/tcltk/pow/pow.h:250:38: note: Function 'PowGetObjectOption' argument 1 names different: declaration 'gn' definition 'graph'.
fv5.5/tcltk/pow/PowUtils.c:545:38: note: Function 'PowGetObjectOption' argument 1 names different: declaration 'gn' definition 'graph'.
fv5.5/tcltk/pow/PowUtils.c:592:11: error: Uninitialized variable: res [uninitvar]
fv5.5/tcltk/pow/PowWCS.c:42:8: style: The scope of the variable 'coordSel' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowWCS.c:109:32: style: The scope of the variable 'dim' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowWCS.c:342:8: style: The scope of the variable 'str_len' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowWCS.c:401:10: style: The scope of the variable 'p' can be reduced. [variableScope]
fv5.5/tcltk/pow/PowWCS.c:388:19: style: Variable 'WCSstring' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/PowWCS.c:92:16: error: Uninitialized variable: coordSel [uninitvar]
fv5.5/tcltk/pow/PowWCS.c:93:16: error: Uninitialized variable: coordSel [uninitvar]
fv5.5/tcltk/pow/Visu_colors.c:410:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fv5.5/tcltk/pow/Visu_colors.c:72:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:72:12: style: The scope of the variable 'c' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:72:15: style: The scope of the variable 'x' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:72:18: style: The scope of the variable 'y' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:73:15: style: The scope of the variable 'yEnd' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:76:20: style: The scope of the variable 'destBytePtr' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:77:12: style: The scope of the variable 'destLongPtr' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:196:14: style: The scope of the variable 'gave_message' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:367:18: style: The scope of the variable 'pixels' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:368:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_colors.c:368:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:78:34: style: Same expression on both sides of '-'. [duplicateExpression]
fv5.5/tcltk/pow/Visu_generic.c:115:34: style: Same expression on both sides of '-'. [duplicateExpression]
fv5.5/tcltk/pow/Visu_generic.c:152:34: style: Same expression on both sides of '-'. [duplicateExpression]
fv5.5/tcltk/pow/Visu_generic.c:189:34: style: Same expression on both sides of '-'. [duplicateExpression]
fv5.5/tcltk/pow/Visu_generic.c:226:34: style: Same expression on both sides of '-'. [duplicateExpression]
fv5.5/tcltk/pow/Visu_generic.c:272:34: style: Same expression on both sides of '-'. [duplicateExpression]
fv5.5/tcltk/pow/Visu_generic.c:64:16: style: The scope of the variable 'min' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:64:21: style: The scope of the variable 'max' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:101:8: style: The scope of the variable 'min' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:101:13: style: The scope of the variable 'max' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:138:6: style: The scope of the variable 'min' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:138:11: style: The scope of the variable 'max' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:175:8: style: The scope of the variable 'min' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:175:13: style: The scope of the variable 'max' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:212:9: style: The scope of the variable 'min' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:212:14: style: The scope of the variable 'max' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:253:12: style: The scope of the variable 'min' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:253:17: style: The scope of the variable 'max' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:307:11: style: The scope of the variable 'bin' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:307:16: style: The scope of the variable 'pixbin' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:308:8: style: The scope of the variable 'bottBin' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:308:17: style: The scope of the variable 'topBin' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:438:8: style: The scope of the variable 'background_index' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:439:8: style: The scope of the variable 'mod_lstart' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_generic.c:495:9: style: The scope of the variable 'r' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:100:38: style: The scope of the variable 'wavelength' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:100:50: style: The scope of the variable 's' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:286:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1016:10: style: The scope of the variable 'start' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1016:16: style: The scope of the variable 'end' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1055:10: style: The scope of the variable 'start' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1055:16: style: The scope of the variable 'end' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1082:10: style: The scope of the variable 'start' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1082:16: style: The scope of the variable 'end' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1109:10: style: The scope of the variable 'start' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1109:16: style: The scope of the variable 'end' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1136:10: style: The scope of the variable 'start' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_lut.c:1136:16: style: The scope of the variable 'end' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_shared_colors.c:494:6: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fv5.5/tcltk/pow/Visu_shared_colors.c:53:24: style: The scope of the variable 'lutStartIndex' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_shared_colors.c:54:24: style: The scope of the variable 'lutEnd' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:945:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fv5.5/tcltk/pow/Visu_tkImgPict.c:950:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fv5.5/tcltk/pow/Visu_tkImgPict.c:3082:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fv5.5/tcltk/pow/Visu_tkImgPict.c:3083:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fv5.5/tcltk/pow/Visu_tkImgPict.c:3090:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fv5.5/tcltk/pow/Visu_tkImgPict.c:3091:22: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2386:7: style: Same expression on both sides of '||'. [duplicateExpression]
fv5.5/tcltk/pow/Visu_tkImgPict.c:519:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:519:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:520:6: style: The scope of the variable 'lut_size' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:522:7: style: The scope of the variable 'p_lut' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:1550:43: style: The scope of the variable 'realFileName' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:1551:9: style: The scope of the variable 'result' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2124:7: style: The scope of the variable 'h' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2124:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2124:18: style: The scope of the variable 'pitch' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2125:9: style: The scope of the variable 'srcPtr' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2125:18: style: The scope of the variable 'destPtr' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2345:7: style: The scope of the variable 'width' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2345:14: style: The scope of the variable 'height' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2473:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2473:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2473:11: style: The scope of the variable 'col' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2477:8: style: The scope of the variable 'red' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2477:13: style: The scope of the variable 'green' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2477:20: style: The scope of the variable 'blue' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2478:8: style: The scope of the variable 'intensity_lut' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2602:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2602:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2602:11: style: The scope of the variable 'col' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2992:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2992:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:3190:16: style: The scope of the variable 'hCopy' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:3195:18: style: The scope of the variable 'yRepeat' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:5205:20: style: The scope of the variable 'destPtr' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:5207:12: style: The scope of the variable 'xRepeat' can be reduced. [variableScope]
fv5.5/tcltk/pow/Visu_tkImgPict.c:2979:33: style: Function 'Tk_PictPutBlock' argument 2 names different: declaration 'block' definition 'blockPtr'. [funcArgNamesDifferent]
fv5.5/tcltk/pow/tkpict.h:348:36: note: Function 'Tk_PictPutBlock' argument 2 names different: declaration 'block' definition 'blockPtr'.
fv5.5/tcltk/pow/Visu_tkImgPict.c:2979:33: note: Function 'Tk_PictPutBlock' argument 2 names different: declaration 'block' definition 'blockPtr'.
fv5.5/tcltk/pow/Visu_tkImgPict.c:3478:10: style: Function 'Tk_PictGetSize' argument 2 names different: declaration 'width' definition 'widthPtr'. [funcArgNamesDifferent]
fv5.5/tcltk/pow/tkpict.h:362:54: note: Function 'Tk_PictGetSize' argument 2 names different: declaration 'width' definition 'widthPtr'.
fv5.5/tcltk/pow/Visu_tkImgPict.c:3478:10: note: Function 'Tk_PictGetSize' argument 2 names different: declaration 'width' definition 'widthPtr'.
fv5.5/tcltk/pow/Visu_tkImgPict.c:3478:21: style: Function 'Tk_PictGetSize' argument 3 names different: declaration 'height' definition 'heightPtr'. [funcArgNamesDifferent]
fv5.5/tcltk/pow/tkpict.h:362:65: note: Function 'Tk_PictGetSize' argument 3 names different: declaration 'height' definition 'heightPtr'.
fv5.5/tcltk/pow/Visu_tkImgPict.c:3478:21: note: Function 'Tk_PictGetSize' argument 3 names different: declaration 'height' definition 'heightPtr'.
fv5.5/tcltk/pow/Visu_tkImgPict.c:1108:4: error: Uninitialized variable: i [uninitvar]
fv5.5/tcltk/pow/readpha.c:143:10: style: The scope of the variable 'status_str' can be reduced. [variableScope]
fv5.5/tcltk/pow/readpha.c:19:9: style: Unused variable: rawout [unusedVariable]
fv5.5/tcltk/pow/readpha.c:24:9: style: Unused variable: straight_lineX [unusedVariable]
fv5.5/tcltk/pow/readpha.c:24:28: style: Unused variable: straight_lineY [unusedVariable]
fv5.5/tcltk/pow/readpha.c:51:14: style: Variable 'datasize' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/readpha.c:26:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/readpha.c:26:0: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/readpha.c:26:0: style: Variable 'fifty' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/readpha.c:27:0: style: Variable 'd_zero' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/readpha.c:27:0: style: Variable 'd_one' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/readpha.c:30:0: style: Variable 'xdisp' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/readpha.c:30:0: style: Variable 'ydisp' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/readpha.c:93:5: style: Variable 'group' is assigned a value that is never used. [unreadVariable]
fv5.5/tcltk/pow/tkAppInit.c:94:10: style: Variable 'main' is assigned a value that is never used. [unreadVariable]
[23:01]

ftp://ftp.se.debian.org/debian/pool/main/f/ftp-cloudfs/ftp-cloudfs_0.25.2+20140217+git2a90c1a2eb.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/ftp-upload/ftp-upload_1.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/ftp.app/ftp.app_0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/ftpcopy/ftpcopy_0.6.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/ftpgrab/ftpgrab_0.1.5.orig.tar.gz
ftpgrab-0.1.5/fgstring.h:15:3: style: Class 'FGString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgexc.h:67:3: style: Class 'FGException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgalist.cc:15:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgalist.cc:25:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgbdfname.cc:127:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgbdfname.cc:145:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgbdfname.h:17:3: style: Class 'FGBrokenDownFileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgscomp.h:17:3: style: Class 'FGStringComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgcharcomp.h:15:3: style: Class 'FGCharacterComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgscomp.h:19:16: style: The function 'MatchAndRankComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgfncomp.h:17:16: note: Virtual function in base class
ftpgrab-0.1.5/fgscomp.h:19:16: note: Function in derived class
ftpgrab-0.1.5/fgicomp.h:17:16: style: The function 'MatchAndRankComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgfncomp.h:17:16: note: Virtual function in base class
ftpgrab-0.1.5/fgicomp.h:17:16: note: Function in derived class
ftpgrab-0.1.5/fgdyymmddcomp.h:20:16: style: The function 'MatchAndRankComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgfncomp.h:17:16: note: Virtual function in base class
ftpgrab-0.1.5/fgdyymmddcomp.h:20:16: note: Function in derived class
ftpgrab-0.1.5/fgcharcomp.h:17:16: style: The function 'MatchAndRankComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgfncomp.h:17:16: note: Virtual function in base class
ftpgrab-0.1.5/fgcharcomp.h:17:16: note: Function in derived class
ftpgrab-0.1.5/fgdelaction.h:24:16: style: The function 'VirtualDo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgactioni.h:22:16: note: Virtual function in base class
ftpgrab-0.1.5/fgdelaction.h:24:16: note: Function in derived class
ftpgrab-0.1.5/fgdelaction.h:27:16: style: The function 'Abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgactioni.h:28:16: note: Virtual function in base class
ftpgrab-0.1.5/fgdelaction.h:27:16: note: Function in derived class
ftpgrab-0.1.5/fgdlaction.h:25:16: style: The function 'VirtualDo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgactioni.h:22:16: note: Virtual function in base class
ftpgrab-0.1.5/fgdlaction.h:25:16: note: Function in derived class
ftpgrab-0.1.5/fgdlaction.h:28:16: style: The function 'Abort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgactioni.h:28:16: note: Virtual function in base class
ftpgrab-0.1.5/fgdlaction.h:28:16: note: Function in derived class
ftpgrab-0.1.5/fgdlaction.cc:63:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ftpgrab-0.1.5/fgdlist.cc:24:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgdlist.cc:31:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgdlist.cc:35:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgfileinfo.h:13:3: style: Class 'FGFileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgdlist.h:21:3: style: Class 'FGDirListing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgfilegrab.cc:62:3: performance: Variable 'mRemoteHost' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ftpgrab-0.1.5/fgfilegrab.cc:63:3: performance: Variable 'mRemoteDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ftpgrab-0.1.5/fgfilegrab.cc:64:3: performance: Variable 'mLocalDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ftpgrab-0.1.5/fgfilegrab.cc:65:3: performance: Variable 'mRuleName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ftpgrab-0.1.5/fgfilegrab.cc:68:3: style: Class 'FGFileGrab' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ftpgrab-0.1.5/fgfilegrab.cc:68:3: style: Class 'FGFileGrab' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ftpgrab-0.1.5/fgpickall.h:18:3: style: Class 'FGPickAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgpickallsync.h:18:3: style: Class 'FGPickAllSync' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgftpcon.h:27:16: style: The function 'Connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgconi.h:23:16: note: Virtual function in base class
ftpgrab-0.1.5/fgftpcon.h:27:16: note: Function in derived class
ftpgrab-0.1.5/fgftpcon.h:28:16: style: The function 'ChangeDir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgconi.h:29:16: note: Virtual function in base class
ftpgrab-0.1.5/fgftpcon.h:28:16: note: Function in derived class
ftpgrab-0.1.5/fgftpcon.h:29:24: style: The function 'GetDirListing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgconi.h:34:24: note: Virtual function in base class
ftpgrab-0.1.5/fgftpcon.h:29:24: note: Function in derived class
ftpgrab-0.1.5/fgftpcon.h:30:15: style: The function 'GetFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgconi.h:40:15: note: Virtual function in base class
ftpgrab-0.1.5/fgftpcon.h:30:15: note: Function in derived class
ftpgrab-0.1.5/fgftpcon.h:31:16: style: The function 'PostFileTransfer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgconi.h:45:16: note: Virtual function in base class
ftpgrab-0.1.5/fgftpcon.h:31:16: note: Function in derived class
ftpgrab-0.1.5/fgftpcon.h:32:16: style: The function 'Disconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgconi.h:48:16: note: Virtual function in base class
ftpgrab-0.1.5/fgftpcon.h:32:16: note: Function in derived class
ftpgrab-0.1.5/fgpickall.h:20:24: style: The function 'DecideActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgfpicki.h:22:24: note: Virtual function in base class
ftpgrab-0.1.5/fgpickall.h:20:24: note: Function in derived class
ftpgrab-0.1.5/fgpickallsync.h:20:24: style: The function 'DecideActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgfpicki.h:22:24: note: Virtual function in base class
ftpgrab-0.1.5/fgpickallsync.h:20:24: note: Function in derived class
ftpgrab-0.1.5/fgpickbest.h:27:24: style: The function 'DecideActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgfpicki.h:22:24: note: Virtual function in base class
ftpgrab-0.1.5/fgpickbest.h:27:24: note: Function in derived class
ftpgrab-0.1.5/fgpickregexp.h:27:24: style: The function 'DecideActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgfpicki.h:22:24: note: Virtual function in base class
ftpgrab-0.1.5/fgpickregexp.h:27:24: note: Function in derived class
ftpgrab-0.1.5/fgpickregexpsync.h:27:24: style: The function 'DecideActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ftpgrab-0.1.5/fgfpicki.h:22:24: note: Virtual function in base class
ftpgrab-0.1.5/fgpickregexpsync.h:27:24: note: Function in derived class
ftpgrab-0.1.5/fgfilelist.cc:317:23: style: C-style pointer casting [cstyleCast]
ftpgrab-0.1.5/fgfilelist.cc:76:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgfilelist.cc:269:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgfilelist.cc:58:13: warning: Member variable 'FGFileList::mLine' is not initialized in the constructor. [uninitMemberVar]
ftpgrab-0.1.5/fgfshelp.cc:72:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ftpgrab-0.1.5/fgfshelp.cc:76:8: style: The scope of the variable 'hitEOF' can be reduced. [variableScope]
ftpgrab-0.1.5/fgfshelp.cc:119:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
ftpgrab-0.1.5/fgftpcon.cc:43:11: warning: Member variable 'FGFTPCon::mBuf' is not initialized in the constructor. [uninitMemberVar]
ftpgrab-0.1.5/fgftpcon.cc:43:11: warning: Member variable 'FGFTPCon::mResponse' is not initialized in the constructor. [uninitMemberVar]
ftpgrab-0.1.5/fgftpcon.h:81:8: performance: Technically the member function 'FGFTPCon::InternalConnect' can be static. [functionStatic]
ftpgrab-0.1.5/fgftpcon.cc:406:11: note: Technically the member function 'FGFTPCon::InternalConnect' can be static.
ftpgrab-0.1.5/fgftpcon.h:81:8: note: Technically the member function 'FGFTPCon::InternalConnect' can be static.
ftpgrab-0.1.5/fglogger.h:65:12: performance: Technically the member function 'FGLogger::GetDateStamp' can be static. [functionStatic]
ftpgrab-0.1.5/fglogger.cc:119:11: note: Technically the member function 'FGLogger::GetDateStamp' can be static.
ftpgrab-0.1.5/fglogger.h:65:12: note: Technically the member function 'FGLogger::GetDateStamp' can be static.
ftpgrab-0.1.5/fglogger.cc:52:5: style: Class 'FGLogger' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
ftpgrab-0.1.5/fglogger.h:55:3: style: Class 'FGLogger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgpickall.cc:40:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickallsync.cc:45:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickallsync.cc:57:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickbest.cc:95:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickbest.cc:123:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickbest.cc:167:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickbest.cc:44:34: warning: Member variable 'Internal_FGPickBest::mRevisionsCount' is not initialized in the constructor. [uninitMemberVar]
ftpgrab-0.1.5/fgpickbest.cc:38:3: style: Struct 'Internal_FGPickBest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ftpgrab-0.1.5/fgpickregexp.cc:69:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickregexp.cc:77:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickregexpsync.cc:75:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickregexpsync.cc:84:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickregexpsync.cc:97:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ftpgrab-0.1.5/fgpickregexpsync.cc:105:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[23:01]

ftp://ftp.se.debian.org/debian/pool/main/f/ftphs/ftphs_1.0.9.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/ftplib/ftplib_4.0-1.orig.tar.gz
ftplib-4.0-1/src/ftplib.c:1059:2: warning: Either the condition 'if(ctrl&&ctrl->response[0]!='4'&&ctrl->response[0]!='5')' is redundant or there is possible null pointer dereference: ctrl. [nullPointerRedundantCheck]
ftplib-4.0-1/src/ftplib.c:1060:5: note: Assuming that condition 'if(ctrl&&ctrl->response[0]!='4'&&ctrl->response[0]!='5')' is not redundant
ftplib-4.0-1/src/ftplib.c:1059:2: note: Null pointer dereference
ftplib-4.0-1/src/ftplib.c:377:10: style: The scope of the variable 'match' can be reduced. [variableScope]
ftplib-4.0-1/src/ftplib.c:693:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
ftplib-4.0-1/src/ftplib.c:695:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
ftplib-4.0-1/src/ftplib.c:1211:11: style: The scope of the variable 'c' can be reduced. [variableScope]
ftplib-4.0-1/src/ftplib.c:1286:35: style: Function 'FtpNlst' argument 1 names different: declaration 'output' definition 'outputfile'. [funcArgNamesDifferent]
ftplib-4.0-1/src/ftplib.h:101:35: note: Function 'FtpNlst' argument 1 names different: declaration 'output' definition 'outputfile'.
ftplib-4.0-1/src/ftplib.c:1286:35: note: Function 'FtpNlst' argument 1 names different: declaration 'output' definition 'outputfile'.
ftplib-4.0-1/src/ftplib.c:1297:34: style: Function 'FtpDir' argument 1 names different: declaration 'output' definition 'outputfile'. [funcArgNamesDifferent]
ftplib-4.0-1/src/ftplib.h:102:34: note: Function 'FtpDir' argument 1 names different: declaration 'output' definition 'outputfile'.
ftplib-4.0-1/src/ftplib.c:1297:34: note: Function 'FtpDir' argument 1 names different: declaration 'output' definition 'outputfile'.
ftplib-4.0-1/src/ftplib.c:1387:34: style: Function 'FtpGet' argument 1 names different: declaration 'output' definition 'outputfile'. [funcArgNamesDifferent]
ftplib-4.0-1/src/ftplib.h:108:34: note: Function 'FtpGet' argument 1 names different: declaration 'output' definition 'outputfile'.
ftplib-4.0-1/src/ftplib.c:1387:34: note: Function 'FtpGet' argument 1 names different: declaration 'output' definition 'outputfile'.
ftplib-4.0-1/src/ftplib.c:1398:34: style: Function 'FtpPut' argument 1 names different: declaration 'input' definition 'inputfile'. [funcArgNamesDifferent]
ftplib-4.0-1/src/ftplib.h:110:34: note: Function 'FtpPut' argument 1 names different: declaration 'input' definition 'inputfile'.
ftplib-4.0-1/src/ftplib.c:1398:34: note: Function 'FtpPut' argument 1 names different: declaration 'input' definition 'inputfile'.
ftplib-4.0-1/src/ftplib.c:816:2: error: Memory leak: buf [memleak]
ftplib-4.0-1/src/ftplib.c:832:5: error: Memory leak: buf [memleak]
[23:01]

ftp://ftp.se.debian.org/debian/pool/main/f/ftpmirror/ftpmirror_1.96+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/ftrading/ftrading_3042.79.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fts/fts_1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fuel-nailgun-agent/fuel-nailgun-agent_9.0+dfsg1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fuji/fuji_1.0.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/f/fullquottel/fullquottel_0.1.3.orig.tar.gz
fullquottel-0.1.3/fullquottel.cpp:345:28: style: C-style pointer casting [cstyleCast]
fullquottel-0.1.3/fullquottel.cpp:255:3: performance: Variable 'quoteChars' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fullquottel-0.1.3/fullquottel.cpp:497:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
[23:01]

ftp://ftp.se.debian.org/debian/pool/main/f/fullscreen-extension/fullscreen-extension_1.0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/funcoeszz/funcoeszz_8.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/funcparserlib/funcparserlib_0.3.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/funguloids/funguloids_1.06.orig.tar.gz
funguloids-1.06.orig/include/SimpleIni/ConvertUTF.c:116:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
funguloids-1.06.orig/src/game.cpp:74:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
funguloids-1.06.orig/src/hiscore.cpp:61:3: style: Variable 'dp' is reassigned a value before the old one has been used. [redundantAssignment]
funguloids-1.06.orig/src/hiscore.cpp:60:0: note: Variable 'dp' is reassigned a value before the old one has been used.
funguloids-1.06.orig/src/hiscore.cpp:61:3: note: Variable 'dp' is reassigned a value before the old one has been used.
funguloids-1.06.orig/src/hiscore.cpp:104:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
funguloids-1.06.orig/src/menu.cpp:110:3: style: Variable 'newState' is assigned a value that is never used. [unreadVariable]
funguloids-1.06.orig/src/mpak.cpp:420:3: error: Resource leak: fin [resourceLeak]
[23:01]

ftp://ftp.se.debian.org/debian/pool/main/f/funitroots/funitroots_3042.79.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/funkload/funkload_1.17.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/funnelweb/funnelweb_3.2.orig.tar.gz
fw_src/source/environ.h:216:0: error: #error Error: No operating system class has been selected. [preprocessorErrorDirective]
[23:01]

ftp://ftp.se.debian.org/debian/pool/main/f/funnelweb-doc/funnelweb-doc_3.2d.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/funny-manpages/funny-manpages_2.3.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/funnyboat/funnyboat_1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/funtools/funtools_1.4.7.orig.tar.gz
funtools-1.4.7/bsearch.c:6:38: style: The scope of the variable 'probe' can be reduced. [variableScope]
funtools-1.4.7/bsearch.c:24:38: style: The scope of the variable 'probe' can be reduced. [variableScope]
funtools-1.4.7/faq/tim.c:33:22: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/faq/tim.c:34:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/faq/tim.c:35:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/faq/tim.c:36:22: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/filter/column.c:18:18: style: The scope of the variable 'iptr' can be reduced. [variableScope]
funtools-1.4.7/filter/column.c:19:18: style: The scope of the variable 'optr' can be reduced. [variableScope]
funtools-1.4.7/filter/column.c:20:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/column.c:20:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/filter/evfilter.c:27:9: style: The scope of the variable 'rptr' can be reduced. [variableScope]
funtools-1.4.7/filter/evfilter.c:132:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evfilter.c:134:7: style: The scope of the variable 'pipes' can be reduced. [variableScope]
funtools-1.4.7/filter/evfilter.c:141:8: style: The scope of the variable 'rbuf' can be reduced. [variableScope]
funtools-1.4.7/filter/evfilter.c:26:7: style: Unused variable: i [unusedVariable]
funtools-1.4.7/filter/evfilter.c:26:10: style: Unused variable: j [unusedVariable]
funtools-1.4.7/filter/evfilter.c:29:8: style: Unused variable: scan [unusedVariable]
funtools-1.4.7/filter/evfilter.c:29:14: style: Unused variable: tscan [unusedVariable]
funtools-1.4.7/filter/evregions.c:151:10: style: The scope of the variable 'dis' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:151:15: style: The scope of the variable 'q' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:317:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:318:10: style: The scope of the variable 'angl' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:319:10: style: The scope of the variable 'half_width' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:319:22: style: The scope of the variable 'half_height' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:320:10: style: The scope of the variable 'cosangl' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:320:19: style: The scope of the variable 'sinangl' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:321:10: style: The scope of the variable 'hw_cos' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:321:18: style: The scope of the variable 'hw_sin' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:322:10: style: The scope of the variable 'hh_cos' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:322:18: style: The scope of the variable 'hh_sin' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:427:10: style: The scope of the variable 'yhi' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:427:15: style: The scope of the variable 'yoff' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:428:10: style: The scope of the variable 'b' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:428:13: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:429:10: style: The scope of the variable 'b_partial' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:429:21: style: The scope of the variable 'c_partial' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:565:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:566:7: style: The scope of the variable 'width' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:566:14: style: The scope of the variable 'height' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:567:10: style: The scope of the variable 'sweep' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:568:7: style: The scope of the variable 'intrcpt1' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:568:17: style: The scope of the variable 'intrcpt2' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:671:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:671:10: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:739:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:774:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:820:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:865:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:903:7: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:903:10: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:956:7: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:956:10: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1026:7: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1026:10: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1109:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1110:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1198:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1198:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1199:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1299:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1299:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1300:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1399:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1400:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:1486:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/evregions.c:286:41: style: Function 'evannulus' argument 10 names different: declaration 'iradius' definition 'ri'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:345:41: note: Function 'evannulus' argument 10 names different: declaration 'iradius' definition 'ri'.
funtools-1.4.7/filter/evregions.c:286:41: note: Function 'evannulus' argument 10 names different: declaration 'iradius' definition 'ri'.
funtools-1.4.7/filter/evregions.c:286:52: style: Function 'evannulus' argument 11 names different: declaration 'oradius' definition 'ro'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:345:57: note: Function 'evannulus' argument 11 names different: declaration 'oradius' definition 'ro'.
funtools-1.4.7/filter/evregions.c:286:52: note: Function 'evannulus' argument 11 names different: declaration 'oradius' definition 'ro'.
funtools-1.4.7/filter/evregions.c:312:52: style: Function 'evbox' argument 5 names different: declaration 'type' definition 'UNUSED_type'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:346:52: note: Function 'evbox' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:312:52: note: Function 'evbox' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:401:55: style: Function 'evcircle' argument 5 names different: declaration 'type' definition 'UNUSED_type'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:350:55: note: Function 'evcircle' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:401:55: note: Function 'evcircle' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:518:35: style: Function 'evfield' argument 3 names different: declaration 'sno' definition 'UNUSED_sno'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:357:35: note: Function 'evfield' argument 3 names different: declaration 'sno' definition 'UNUSED_sno'.
funtools-1.4.7/filter/evregions.c:518:35: note: Function 'evfield' argument 3 names different: declaration 'sno' definition 'UNUSED_sno'.
funtools-1.4.7/filter/evregions.c:518:62: style: Function 'evfield' argument 5 names different: declaration 'type' definition 'UNUSED_type'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:357:54: note: Function 'evfield' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:518:62: note: Function 'evfield' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:519:13: style: Function 'evfield' argument 6 names different: declaration 'x' definition 'UNUSED_x'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:358:13: note: Function 'evfield' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/evregions.c:519:13: note: Function 'evfield' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/evregions.c:519:31: style: Function 'evfield' argument 7 names different: declaration 'y' definition 'UNUSED_y'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:358:23: note: Function 'evfield' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/evregions.c:519:31: note: Function 'evfield' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/evregions.c:529:53: style: Function 'evline' argument 5 names different: declaration 'type' definition 'UNUSED_type'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:359:53: note: Function 'evline' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:529:53: note: Function 'evline' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:643:35: style: Function 'evpoint' argument 3 names different: declaration 'sno' definition 'UNUSED_sno'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:368:35: note: Function 'evpoint' argument 3 names different: declaration 'sno' definition 'UNUSED_sno'.
funtools-1.4.7/filter/evregions.c:643:35: note: Function 'evpoint' argument 3 names different: declaration 'sno' definition 'UNUSED_sno'.
funtools-1.4.7/filter/evregions.c:643:62: style: Function 'evpoint' argument 5 names different: declaration 'type' definition 'UNUSED_type'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:368:54: note: Function 'evpoint' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:643:62: note: Function 'evpoint' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/evregions.c:772:12: style: Function 'evnbox' argument 15 names different: declaration 'angle' definition 'ang'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:379:12: note: Function 'evnbox' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/evregions.c:772:12: note: Function 'evnbox' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/evregions.c:818:16: style: Function 'evnellipse' argument 15 names different: declaration 'angle' definition 'ang'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:384:16: note: Function 'evnellipse' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/evregions.c:818:16: note: Function 'evnellipse' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/evregions.c:145:22: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
funtools-1.4.7/filter/filter.c:103:7: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/filter/filter.c:104:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/filter.c:706:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/filter.c:706:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/filter/filter.c:708:7: style: The scope of the variable 'fsize' can be reduced. [variableScope]
funtools-1.4.7/filter/filter.c:709:7: style: The scope of the variable 'mblock' can be reduced. [variableScope]
funtools-1.4.7/filter/filter.c:818:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/filter.c:818:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/filter/filtprog_c.c:239:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
funtools-1.4.7/filter/filtprog_c.c:243:5: note: Found duplicate branches for 'if' and 'else'.
funtools-1.4.7/filter/filtprog_c.c:239:5: note: Found duplicate branches for 'if' and 'else'.
funtools-1.4.7/filter/filtprog_c.c:181:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
funtools-1.4.7/filter/filtprog_c.c:438:9: style: The scope of the variable 'ibuf' can be reduced. [variableScope]
funtools-1.4.7/filter/filtprog_c.c:443:17: style: The scope of the variable 'sp' can be reduced. [variableScope]
idx.tab.c:919:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
idx.tab.c:660:5: error: va_list 'yyap' was opened but not closed by va_end(). [va_end_missing]
funtools-1.4.7/filter/idxacts.c:352:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
funtools-1.4.7/filter/idxacts.c:705:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed int *'. [invalidPrintfArgType_sint]
funtools-1.4.7/filter/idxacts.c:244:3: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:242:0: note: Variable 'v' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:244:3: note: Variable 'v' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1103:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1100:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1103:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1652:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1650:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1652:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1684:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1682:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1684:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1716:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1714:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1716:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1748:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1746:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1748:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1779:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1777:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1779:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1808:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1806:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1808:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1835:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1833:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1835:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1862:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1860:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1862:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1889:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1887:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1889:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1911:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1909:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1911:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1933:3: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/idxacts.c:1931:0: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:1933:3: note: Variable 'x' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/idxacts.c:145:7: style: The scope of the variable 'tries' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:188:9: style: The scope of the variable 's' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1096:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1098:7: style: The scope of the variable 'start' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1098:16: style: The scope of the variable 'stop' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1101:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1101:19: style: The scope of the variable 'r2' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1249:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1251:7: style: The scope of the variable 'start' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1251:16: style: The scope of the variable 'stop' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1254:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1254:19: style: The scope of the variable 'r2' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1510:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1542:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1596:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1624:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/idxacts.c:1553:7: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
funtools-1.4.7/filter/idxacts.c:1607:7: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
funtools-1.4.7/filter/idxacts.c:1635:7: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
funtools-1.4.7/filter/imfilter.c:30:7: style: The scope of the variable 'omax' can be reduced. [variableScope]
funtools-1.4.7/filter/imfilter.c:43:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/filter/imfilter.c:195:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/imfilter.c:201:7: style: The scope of the variable 'pipes' can be reduced. [variableScope]
funtools-1.4.7/filter/imfilter.c:35:5: error: Common realloc mistake: 'masks' nulled but not freed upon failure [memleakOnRealloc]
funtools-1.4.7/filter/imregions.c:208:9: warning: Either the condition 'if(vx)' is redundant or there is possible null pointer dereference: vx. [nullPointerRedundantCheck]
funtools-1.4.7/filter/imregions.c:1052:5: note: Assuming that condition 'if(vx)' is not redundant
funtools-1.4.7/filter/imregions.c:1051:41: note: Calling function '_polygoni', 7th argument 'vx' value is 0
funtools-1.4.7/filter/imregions.c:208:9: note: Null pointer dereference
funtools-1.4.7/filter/imregions.c:210:9: warning: Either the condition 'if(vy)' is redundant or there is possible null pointer dereference: vy. [nullPointerRedundantCheck]
funtools-1.4.7/filter/imregions.c:1053:5: note: Assuming that condition 'if(vy)' is not redundant
funtools-1.4.7/filter/imregions.c:1051:45: note: Calling function '_polygoni', 8th argument 'vy' value is 0
funtools-1.4.7/filter/imregions.c:210:9: note: Null pointer dereference
funtools-1.4.7/filter/imregions.c:1028:3: style: Variable 'vx' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/imregions.c:1013:0: note: Variable 'vx' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/imregions.c:1028:3: note: Variable 'vx' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/imregions.c:1029:3: style: Variable 'vy' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/filter/imregions.c:1013:0: note: Variable 'vy' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/imregions.c:1029:3: note: Variable 'vy' is reassigned a value before the old one has been used.
funtools-1.4.7/filter/imregions.c:108:10: style: The scope of the variable 'dis' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:108:15: style: The scope of the variable 'q' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:169:28: style: The scope of the variable 'xval' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:398:10: style: The scope of the variable 'dval' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:399:16: style: The scope of the variable 'yoff' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:574:10: style: The scope of the variable 'dval' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:575:16: style: The scope of the variable 'yoff' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:660:10: style: The scope of the variable 'yoff' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:666:10: style: The scope of the variable 'b' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:666:13: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:831:7: style: The scope of the variable 'xval' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:831:13: style: The scope of the variable 'yval' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:832:10: style: The scope of the variable 'invslope' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:832:20: style: The scope of the variable 'xoffset' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1071:7: style: The scope of the variable 'crossings' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1344:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1379:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1425:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1470:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1508:7: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1508:10: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1562:7: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1562:10: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1633:7: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1633:10: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1717:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1789:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1863:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:1937:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2006:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2069:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2070:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2158:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2158:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2159:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2258:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2258:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2259:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2358:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2359:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:2445:7: style: The scope of the variable 'maxpts' can be reduced. [variableScope]
funtools-1.4.7/filter/imregions.c:490:13: style: Function 'imboxi' argument 6 names different: declaration 'x' definition 'UNUSED_x'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:211:13: note: Function 'imboxi' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:490:13: note: Function 'imboxi' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:490:31: style: Function 'imboxi' argument 7 names different: declaration 'y' definition 'UNUSED_y'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:211:23: note: Function 'imboxi' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:490:31: note: Function 'imboxi' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:559:11: style: Function 'imbox' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:281:11: note: Function 'imbox' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:559:11: note: Function 'imbox' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:559:32: style: Function 'imbox' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:281:24: note: Function 'imbox' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:559:32: note: Function 'imbox' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:561:11: style: Function 'imbox' argument 12 names different: declaration 'angle' definition 'UNUSED_angle'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:282:11: note: Function 'imbox' argument 12 names different: declaration 'angle' definition 'UNUSED_angle'.
funtools-1.4.7/filter/imregions.c:561:11: note: Function 'imbox' argument 12 names different: declaration 'angle' definition 'UNUSED_angle'.
funtools-1.4.7/filter/imregions.c:569:29: style: Function 'imcirclei' argument 2 names different: declaration 'rno' definition 'UNUSED_rno'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:214:29: note: Function 'imcirclei' argument 2 names different: declaration 'rno' definition 'UNUSED_rno'.
funtools-1.4.7/filter/imregions.c:569:29: note: Function 'imcirclei' argument 2 names different: declaration 'rno' definition 'UNUSED_rno'.
funtools-1.4.7/filter/imregions.c:570:16: style: Function 'imcirclei' argument 6 names different: declaration 'x' definition 'UNUSED_x'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:215:16: note: Function 'imcirclei' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:570:16: note: Function 'imcirclei' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:570:34: style: Function 'imcirclei' argument 7 names different: declaration 'y' definition 'UNUSED_y'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:215:26: note: Function 'imcirclei' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:570:34: note: Function 'imcirclei' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:611:55: style: Function 'imcircle' argument 5 names different: declaration 'type' definition 'UNUSED_type'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:283:55: note: Function 'imcircle' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/imregions.c:611:55: note: Function 'imcircle' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/imregions.c:613:14: style: Function 'imcircle' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:285:14: note: Function 'imcircle' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:613:14: note: Function 'imcircle' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:613:35: style: Function 'imcircle' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:285:27: note: Function 'imcircle' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:613:35: note: Function 'imcircle' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:752:15: style: Function 'imellipse' argument 12 names different: declaration 'angle' definition 'UNUSED_angle'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:289:15: note: Function 'imellipse' argument 12 names different: declaration 'angle' definition 'UNUSED_angle'.
funtools-1.4.7/filter/imregions.c:752:15: note: Function 'imellipse' argument 12 names different: declaration 'angle' definition 'UNUSED_angle'.
funtools-1.4.7/filter/imregions.c:794:28: style: Function 'imfieldi' argument 2 names different: declaration 'rno' definition 'UNUSED_rno'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:221:28: note: Function 'imfieldi' argument 2 names different: declaration 'rno' definition 'UNUSED_rno'.
funtools-1.4.7/filter/imregions.c:794:28: note: Function 'imfieldi' argument 2 names different: declaration 'rno' definition 'UNUSED_rno'.
funtools-1.4.7/filter/imregions.c:795:15: style: Function 'imfieldi' argument 6 names different: declaration 'x' definition 'UNUSED_x'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:222:15: note: Function 'imfieldi' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:795:15: note: Function 'imfieldi' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:795:33: style: Function 'imfieldi' argument 7 names different: declaration 'y' definition 'UNUSED_y'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:222:25: note: Function 'imfieldi' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:795:33: note: Function 'imfieldi' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:813:35: style: Function 'imfield' argument 3 names different: declaration 'sno' definition 'UNUSED_sno'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:290:35: note: Function 'imfield' argument 3 names different: declaration 'sno' definition 'UNUSED_sno'.
funtools-1.4.7/filter/imregions.c:813:35: note: Function 'imfield' argument 3 names different: declaration 'sno' definition 'UNUSED_sno'.
funtools-1.4.7/filter/imregions.c:813:62: style: Function 'imfield' argument 5 names different: declaration 'type' definition 'UNUSED_type'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:290:54: note: Function 'imfield' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/imregions.c:813:62: note: Function 'imfield' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/imregions.c:814:13: style: Function 'imfield' argument 6 names different: declaration 'x' definition 'UNUSED_x'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:291:13: note: Function 'imfield' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:814:13: note: Function 'imfield' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:814:31: style: Function 'imfield' argument 7 names different: declaration 'y' definition 'UNUSED_y'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:291:23: note: Function 'imfield' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:814:31: note: Function 'imfield' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:825:20: warning: Function 'imlinei' argument order different: declaration 'g, rno, sno, flag, type, x, y, x0, y0, x1, y1' definition 'g, UNUSED_rno, sno, flag, type, UNUSED_x, UNUSED_y, x1, y1, x2, y2' [funcArgOrderDifferent]
funtools-1.4.7/filter/regions.h:223:20: note: Function 'imlinei' argument order different: declaration 'g, rno, sno, flag, type, x, y, x0, y0, x1, y1' definition 'g, UNUSED_rno, sno, flag, type, UNUSED_x, UNUSED_y, x1, y1, x2, y2'
funtools-1.4.7/filter/imregions.c:825:20: note: Function 'imlinei' argument order different: declaration 'g, rno, sno, flag, type, x, y, x0, y0, x1, y1' definition 'g, UNUSED_rno, sno, flag, type, UNUSED_x, UNUSED_y, x1, y1, x2, y2'
funtools-1.4.7/filter/imregions.c:876:53: style: Function 'imline' argument 5 names different: declaration 'type' definition 'UNUSED_type'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:292:53: note: Function 'imline' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/imregions.c:876:53: note: Function 'imline' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/imregions.c:878:12: style: Function 'imline' argument 8 names different: declaration 'x1' definition 'UNUSED_x1'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:294:12: note: Function 'imline' argument 8 names different: declaration 'x1' definition 'UNUSED_x1'.
funtools-1.4.7/filter/imregions.c:878:12: note: Function 'imline' argument 8 names different: declaration 'x1' definition 'UNUSED_x1'.
funtools-1.4.7/filter/imregions.c:878:31: style: Function 'imline' argument 9 names different: declaration 'y1' definition 'UNUSED_y1'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:294:23: note: Function 'imline' argument 9 names different: declaration 'y1' definition 'UNUSED_y1'.
funtools-1.4.7/filter/imregions.c:878:31: note: Function 'imline' argument 9 names different: declaration 'y1' definition 'UNUSED_y1'.
funtools-1.4.7/filter/imregions.c:879:12: style: Function 'imline' argument 10 names different: declaration 'x2' definition 'UNUSED_x2'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:294:34: note: Function 'imline' argument 10 names different: declaration 'x2' definition 'UNUSED_x2'.
funtools-1.4.7/filter/imregions.c:879:12: note: Function 'imline' argument 10 names different: declaration 'x2' definition 'UNUSED_x2'.
funtools-1.4.7/filter/imregions.c:879:31: style: Function 'imline' argument 11 names different: declaration 'y2' definition 'UNUSED_y2'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:294:45: note: Function 'imline' argument 11 names different: declaration 'y2' definition 'UNUSED_y2'.
funtools-1.4.7/filter/imregions.c:879:31: note: Function 'imline' argument 11 names different: declaration 'y2' definition 'UNUSED_y2'.
funtools-1.4.7/filter/imregions.c:923:11: style: Function 'impie' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:297:11: note: Function 'impie' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:923:11: note: Function 'impie' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:923:32: style: Function 'impie' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:297:24: note: Function 'impie' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:923:32: note: Function 'impie' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:924:11: style: Function 'impie' argument 10 names different: declaration 'angle1' definition 'UNUSED_angle1'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:297:37: note: Function 'impie' argument 10 names different: declaration 'angle1' definition 'UNUSED_angle1'.
funtools-1.4.7/filter/imregions.c:924:11: note: Function 'impie' argument 10 names different: declaration 'angle1' definition 'UNUSED_angle1'.
funtools-1.4.7/filter/imregions.c:924:34: style: Function 'impie' argument 11 names different: declaration 'angle2' definition 'UNUSED_angle2'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:297:52: note: Function 'impie' argument 11 names different: declaration 'angle2' definition 'UNUSED_angle2'.
funtools-1.4.7/filter/imregions.c:924:34: note: Function 'impie' argument 11 names different: declaration 'angle2' definition 'UNUSED_angle2'.
funtools-1.4.7/filter/imregions.c:938:13: style: Function 'imqtpie' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:300:13: note: Function 'imqtpie' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:938:13: note: Function 'imqtpie' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:938:34: style: Function 'imqtpie' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:300:26: note: Function 'imqtpie' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:938:34: note: Function 'imqtpie' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:939:13: style: Function 'imqtpie' argument 10 names different: declaration 'angle1' definition 'UNUSED_angle1'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:300:39: note: Function 'imqtpie' argument 10 names different: declaration 'angle1' definition 'UNUSED_angle1'.
funtools-1.4.7/filter/imregions.c:939:13: note: Function 'imqtpie' argument 10 names different: declaration 'angle1' definition 'UNUSED_angle1'.
funtools-1.4.7/filter/imregions.c:939:36: style: Function 'imqtpie' argument 11 names different: declaration 'angle2' definition 'UNUSED_angle2'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:300:54: note: Function 'imqtpie' argument 11 names different: declaration 'angle2' definition 'UNUSED_angle2'.
funtools-1.4.7/filter/imregions.c:939:36: note: Function 'imqtpie' argument 11 names different: declaration 'angle2' definition 'UNUSED_angle2'.
funtools-1.4.7/filter/imregions.c:944:28: style: Function 'impointi' argument 2 names different: declaration 'rno' definition 'UNUSED_rno'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:232:28: note: Function 'impointi' argument 2 names different: declaration 'rno' definition 'UNUSED_rno'.
funtools-1.4.7/filter/imregions.c:944:28: note: Function 'impointi' argument 2 names different: declaration 'rno' definition 'UNUSED_rno'.
funtools-1.4.7/filter/imregions.c:945:15: style: Function 'impointi' argument 6 names different: declaration 'x' definition 'UNUSED_x'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:233:15: note: Function 'impointi' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:945:15: note: Function 'impointi' argument 6 names different: declaration 'x' definition 'UNUSED_x'.
funtools-1.4.7/filter/imregions.c:945:33: style: Function 'impointi' argument 7 names different: declaration 'y' definition 'UNUSED_y'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:233:25: note: Function 'impointi' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:945:33: note: Function 'impointi' argument 7 names different: declaration 'y' definition 'UNUSED_y'.
funtools-1.4.7/filter/imregions.c:961:54: style: Function 'impoint' argument 5 names different: declaration 'type' definition 'UNUSED_type'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:301:54: note: Function 'impoint' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/imregions.c:961:54: note: Function 'impoint' argument 5 names different: declaration 'type' definition 'UNUSED_type'.
funtools-1.4.7/filter/imregions.c:963:13: style: Function 'impoint' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:303:13: note: Function 'impoint' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:963:13: note: Function 'impoint' argument 8 names different: declaration 'xcen' definition 'UNUSED_xcen'.
funtools-1.4.7/filter/imregions.c:963:34: style: Function 'impoint' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:303:26: note: Function 'impoint' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:963:34: note: Function 'impoint' argument 9 names different: declaration 'ycen' definition 'UNUSED_ycen'.
funtools-1.4.7/filter/imregions.c:1152:14: style: Function 'imnboxi' argument 15 names different: declaration 'angle' definition 'ang'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:248:14: note: Function 'imnboxi' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/imregions.c:1152:14: note: Function 'imnboxi' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/imregions.c:1178:11: style: Function 'imnellipsei' argument 15 names different: declaration 'angle' definition 'ang'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:253:11: note: Function 'imnellipsei' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/imregions.c:1178:11: note: Function 'imnellipsei' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/imregions.c:1377:12: style: Function 'imnbox' argument 15 names different: declaration 'angle' definition 'ang'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:317:12: note: Function 'imnbox' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/imregions.c:1377:12: note: Function 'imnbox' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/imregions.c:1423:16: style: Function 'imnellipse' argument 15 names different: declaration 'angle' definition 'ang'. [funcArgNamesDifferent]
funtools-1.4.7/filter/regions.h:322:16: note: Function 'imnellipse' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/imregions.c:1423:16: note: Function 'imnellipse' argument 15 names different: declaration 'angle' definition 'ang'.
funtools-1.4.7/filter/imregions.c:150:19: error: Memory leak: mark [memleak]
funtools-1.4.7/filter/imregions.c:1035:7: error: Common realloc mistake: 'vx' nulled but not freed upon failure [memleakOnRealloc]
funtools-1.4.7/filter/imregions.c:1036:7: error: Common realloc mistake: 'vy' nulled but not freed upon failure [memleakOnRealloc]
funtools-1.4.7/filter/imregions.c:1048:3: error: Common realloc mistake: 'vx' nulled but not freed upon failure [memleakOnRealloc]
funtools-1.4.7/filter/imregions.c:1049:3: error: Common realloc mistake: 'vy' nulled but not freed upon failure [memleakOnRealloc]
filt.l:1331:19: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
filt.l:1477:5: note: Assuming that condition 'if(s)' is not redundant
filt.l:1331:19: note: Null pointer dereference
filt.l:368:9: style: The scope of the variable 'coordsys' can be reduced. [variableScope]
filt.l:735:9: style: The scope of the variable 's' can be reduced. [variableScope]
filt.l:735:13: style: The scope of the variable 't' can be reduced. [variableScope]
filt.l:938:7: style: The scope of the variable 'i' can be reduced. [variableScope]
filt.l:939:7: style: The scope of the variable 'last' can be reduced. [variableScope]
filt.l:1163:7: style: The scope of the variable 'i' can be reduced. [variableScope]
filt.l:1165:9: style: The scope of the variable 's' can be reduced. [variableScope]
filt.l:1166:10: style: The scope of the variable 'dinc' can be reduced. [variableScope]
filt.l:1509:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
filt.l:2034:7: style: The scope of the variable 'nr' can be reduced. [variableScope]
filt.l:2035:7: style: The scope of the variable 'ns' can be reduced. [variableScope]
filt.l:2037:8: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
filt.l:2433:7: style: The scope of the variable 'i' can be reduced. [variableScope]
filt.l:2942:7: style: The scope of the variable 'omax' can be reduced. [variableScope]
filt.l:2964:10: style: The scope of the variable 'dptr' can be reduced. [variableScope]
filt.l:3177:3: style: Variable 'parser' is modified but its new value is never used. [unreadVariable]
idx.l:405:17: warning: Either the condition 'if(dvals)' is redundant or there is possible null pointer dereference: dvals. [nullPointerRedundantCheck]
idx.l:409:7: note: Assuming that condition 'if(dvals)' is not redundant
idx.l:405:17: note: Null pointer dereference
idx.l:406:17: warning: Either the condition 'if(dvals)' is redundant or there is possible null pointer dereference: dvals. [nullPointerRedundantCheck]
idx.l:409:7: note: Assuming that condition 'if(dvals)' is not redundant
idx.l:406:17: note: Null pointer dereference
idx.l:407:17: warning: Either the condition 'if(dvals)' is redundant or there is possible null pointer dereference: dvals. [nullPointerRedundantCheck]
idx.l:409:7: note: Assuming that condition 'if(dvals)' is not redundant
idx.l:407:17: note: Null pointer dereference
idx.l:408:17: warning: Either the condition 'if(dvals)' is redundant or there is possible null pointer dereference: dvals. [nullPointerRedundantCheck]
idx.l:409:7: note: Assuming that condition 'if(dvals)' is not redundant
idx.l:408:17: note: Null pointer dereference
idx.l:436:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
idx.l:439:3: note: Found duplicate branches for 'if' and 'else'.
idx.l:436:8: note: Found duplicate branches for 'if' and 'else'.
idx.l:120:7: style: The scope of the variable 'i' can be reduced. [variableScope]
idx.l:121:7: style: The scope of the variable 'got' can be reduced. [variableScope]
idx.l:122:7: style: The scope of the variable 'oflag' can be reduced. [variableScope]
idx.l:126:8: style: The scope of the variable 'tail' can be reduced. [variableScope]
idx.l:278:56: error: Memory leak: dvals [memleak]
idx.l:279:57: error: Memory leak: dvals [memleak]
idx.l:416:53: error: Memory leak: dvals [memleak]
idx.l:290:17: error: Common realloc mistake: 'dvals' nulled but not freed upon failure [memleakOnRealloc]
idx.l:402:15: error: Common realloc mistake: 'dvals' nulled but not freed upon failure [memleakOnRealloc]
funtools-1.4.7/filter/symbols.c:70:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/filter/symbols.c:225:9: style: The scope of the variable 'mbuf' can be reduced. [variableScope]
funtools-1.4.7/filter/symbols.c:226:9: style: The scope of the variable 'k' can be reduced. [variableScope]
funtools-1.4.7/filter/symbols.c:227:9: style: The scope of the variable 's' can be reduced. [variableScope]
funtools-1.4.7/filter/symbols.c:289:17: style: The scope of the variable 'sp' can be reduced. [variableScope]
funtools-1.4.7/fitsy/cardfind.c:101:25: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/fitsy/cardpar.c:83:20: error: Array 'card->c[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
funtools-1.4.7/fitsy/cardpar.c:79:6: note: After for loop, i has value 80
funtools-1.4.7/fitsy/cardpar.c:83:20: note: Array index out of bounds
funtools-1.4.7/fitsy/cardpar.c:83:19: error: Array 'card.c[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
funtools-1.4.7/fitsy/dataimage.c:50:8: warning: Either the condition 'fdata?(free((char*)fdata),(void*)(fdata=0)):(void*)0' is redundant or there is possible null pointer dereference: fdata. [nullPointerRedundantCheck]
funtools-1.4.7/fitsy/dataimage.c:52:32: note: Assuming that condition 'fdata?(free((char*)fdata),(void*)(fdata=0)):(void*)0' is not redundant
funtools-1.4.7/fitsy/dataimage.c:50:8: note: Null pointer dereference
funtools-1.4.7/fitsy/dataimage.c:125:5: warning: Either the condition 'fdata?(free((char*)fdata),(void*)(fdata=0)):(void*)0' is redundant or there is possible null pointer dereference: fdata. [nullPointerRedundantCheck]
funtools-1.4.7/fitsy/dataimage.c:137:33: note: Assuming that condition 'fdata?(free((char*)fdata),(void*)(fdata=0)):(void*)0' is not redundant
funtools-1.4.7/fitsy/dataimage.c:125:5: note: Null pointer dereference
funtools-1.4.7/fitsy/dataimage.c:147:10: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/fitsy/dataimage.c:161:10: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/fitsy/dataimage.c:178:10: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/fitsy/fitsfile.c:16:6: style: Unused variable: size [unusedVariable]
funtools-1.4.7/fitsy/fitshead.c:248:9: style: The scope of the variable 'e' can be reduced. [variableScope]
funtools-1.4.7/fitsy/fitshead.c:249:9: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/fitsy/fitshead.c:254:9: style: The scope of the variable 'n' can be reduced. [variableScope]
funtools-1.4.7/fitsy/ftacht2.c:105:25: style: The scope of the variable 'type' can be reduced. [variableScope]
funtools-1.4.7/fitsy/headdata.c:24:25: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/fitsy/headdata.c:25:7: style: The scope of the variable 'blocks' can be reduced. [variableScope]
funtools-1.4.7/fitsy/headdata.c:26:8: style: The scope of the variable 'block' can be reduced. [variableScope]
funtools-1.4.7/fitsy/headfile.c:47:22: style: Redundant condition: nbloks>25. 'nbloks<=25 || (nbloks>25 && nhist<(2880/80))' is equivalent to 'nbloks<=25 || nhist<(2880/80)' [redundantCondition]
funtools-1.4.7/fitsy/headfile.c:36:13: warning: Either the condition 'fits?(free((char*)fits),(void*)(fits=0)):(void*)0' is redundant or there is possible null pointer dereference: fits. [nullPointerRedundantCheck]
funtools-1.4.7/fitsy/headfile.c:37:13: note: Assuming that condition 'fits?(free((char*)fits),(void*)(fits=0)):(void*)0' is not redundant
funtools-1.4.7/fitsy/headfile.c:36:13: note: Null pointer dereference
funtools-1.4.7/fitsy/headfile.c:58:10: warning: Either the condition 'fits?(free((char*)fits),(void*)(fits=0)):(void*)0' is redundant or there is possible null pointer dereference: fits. [nullPointerRedundantCheck]
funtools-1.4.7/fitsy/headfile.c:59:10: note: Assuming that condition 'fits?(free((char*)fits),(void*)(fits=0)):(void*)0' is not redundant
funtools-1.4.7/fitsy/headfile.c:58:10: note: Null pointer dereference
funtools-1.4.7/fitsy/headimage.c:203:0: error: Memory leak: basic [memleak]
funtools-1.4.7/fitsy/headinit.c:220:11: style: The scope of the variable 'card' can be reduced. [variableScope]
funtools-1.4.7/fitsy/headinit.c:221:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/fitsy/headinit.c:68:37: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
funtools-1.4.7/fitsy/headtable.c:107:2: warning: Either the condition 'table?(free((char*)table),(void*)(table=0)):(void*)0' is redundant or there is possible null pointer dereference: table. [nullPointerRedundantCheck]
funtools-1.4.7/fitsy/headtable.c:109:12: note: Assuming that condition 'table?(free((char*)table),(void*)(table=0)):(void*)0' is not redundant
funtools-1.4.7/fitsy/headtable.c:107:2: note: Null pointer dereference
funtools-1.4.7/fitsy/headtable.c:108:9: warning: Either the condition 'table?(free((char*)table),(void*)(table=0)):(void*)0' is redundant or there is possible null pointer dereference: table. [nullPointerRedundantCheck]
funtools-1.4.7/fitsy/headtable.c:109:12: note: Assuming that condition 'table?(free((char*)table),(void*)(table=0)):(void*)0' is not redundant
funtools-1.4.7/fitsy/headtable.c:108:9: note: Null pointer dereference
funtools-1.4.7/fitsy/headtable.c:297:8: warning: Either the condition 'table?(free((char*)table),(void*)(table=0)):(void*)0' is redundant or there is possible null pointer dereference: table. [nullPointerRedundantCheck]
funtools-1.4.7/fitsy/headtable.c:298:8: note: Assuming that condition 'table?(free((char*)table),(void*)(table=0)):(void*)0' is not redundant
funtools-1.4.7/fitsy/headtable.c:297:8: note: Null pointer dereference
funtools-1.4.7/fitsy/headtable.c:96:12: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/fitsy/headtable.c:98:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
funtools-1.4.7/fitsy/headtable.c:121:23: style: The scope of the variable 'h' can be reduced. [variableScope]
funtools-1.4.7/fitsy/headtable.c:122:14: style: The scope of the variable 'format' can be reduced. [variableScope]
funtools-1.4.7/fitsy/parse.c:32:15: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
funtools-1.4.7/fitsy/parse.c:85:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/fitsy/parse.c:118:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/fitsy/parse.c:124:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/fitsy/parse.c:131:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/fitsy/parse.c:139:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/fitsy/parse.c:146:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/fitsy/parse.c:153:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/fitsy/ptest.c:19:5: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
funtools-1.4.7/fitsy/tableheader.c:129:6: warning: Either the condition 'name==0' is redundant or there is possible null pointer dereference: n. [nullPointerRedundantCheck]
funtools-1.4.7/fitsy/tableheader.c:133:5: note: Assuming that condition 'name==0' is not redundant
funtools-1.4.7/fitsy/tableheader.c:128:7: note: Assignment 'n=name', assigned value is 0
funtools-1.4.7/fitsy/tableheader.c:129:6: note: Null pointer dereference
funtools-1.4.7/fitsy/tableheader.c:83:13: style: The scope of the variable 'n' can be reduced. [variableScope]
funtools-1.4.7/fitsy/tableheader.c:88:10: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/funcalc.c:222:23: warning: Either the condition 'if(codestr)' is redundant or there is possible null pointer dereference: codestr. [nullPointerRedundantCheck]
funtools-1.4.7/funcalc.c:272:6: note: Assuming that condition 'if(codestr)' is not redundant
funtools-1.4.7/funcalc.c:222:23: note: Null pointer dereference
funtools-1.4.7/funcalc.c:262:4: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
funtools-1.4.7/funcalc.c:268:6: note: Assuming that condition 'if(s)' is not redundant
funtools-1.4.7/funcalc.c:262:4: note: Null pointer dereference
funtools-1.4.7/funcen.c:254:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcen.c:255:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcen.c:481:29: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcen.c:482:29: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcen.c:690:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcen.c:691:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcen.c:95:7: style: The scope of the variable 'ntol' can be reduced. [variableScope]
funtools-1.4.7/funcen.c:96:7: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/funcen.c:142:8: style: The scope of the variable 'tbuf2' can be reduced. [variableScope]
funtools-1.4.7/funcen.c:145:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
funtools-1.4.7/funcnts.c:122:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funcnts.c:125:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funcnts.c:674:4: style: Variable 'dbuf' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/funcnts.c:672:0: note: Variable 'dbuf' is reassigned a value before the old one has been used.
funtools-1.4.7/funcnts.c:674:4: note: Variable 'dbuf' is reassigned a value before the old one has been used.
funtools-1.4.7/funcnts.c:802:2: style: Variable 'dbuf' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/funcnts.c:800:0: note: Variable 'dbuf' is reassigned a value before the old one has been used.
funtools-1.4.7/funcnts.c:802:2: note: Variable 'dbuf' is reassigned a value before the old one has been used.
funtools-1.4.7/funcnts.c:982:2: style: Variable 'exbuf' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/funcnts.c:980:0: note: Variable 'exbuf' is reassigned a value before the old one has been used.
funtools-1.4.7/funcnts.c:982:2: note: Variable 'exbuf' is reassigned a value before the old one has been used.
funtools-1.4.7/funcnts.c:671:8: style: The scope of the variable 'y' can be reduced. [variableScope]
funtools-1.4.7/funcnts.c:699:9: style: The scope of the variable 'iptr' can be reduced. [variableScope]
funtools-1.4.7/funcol.c:100:10: style: The scope of the variable 'pad' can be reduced. [variableScope]
funtools-1.4.7/funcol.c:159:10: style: The scope of the variable 'pad' can be reduced. [variableScope]
funtools-1.4.7/funcol.c:346:10: style: The scope of the variable 'pad' can be reduced. [variableScope]
funtools-1.4.7/funcol.c:351:9: style: The scope of the variable 's' can be reduced. [variableScope]
funtools-1.4.7/funcol.c:351:13: style: The scope of the variable 't' can be reduced. [variableScope]
funtools-1.4.7/funcol.c:351:17: style: The scope of the variable 'm' can be reduced. [variableScope]
funtools-1.4.7/funcol.c:901:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/funcol.c:1351:14: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
funtools-1.4.7/funcone.c:567:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funcone.c:570:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funcone.c:1159:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcone.c:1165:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcone.c:1200:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcone.c:1206:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcone.c:1212:23: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funcone.c:265:3: style: Variable 'dval' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/funcone.c:259:0: note: Variable 'dval' is reassigned a value before the old one has been used.
funtools-1.4.7/funcone.c:265:3: note: Variable 'dval' is reassigned a value before the old one has been used.
funtools-1.4.7/funcone.c:124:11: style: The scope of the variable 'd' can be reduced. [variableScope]
funtools-1.4.7/funcone.c:218:10: style: The scope of the variable 'cosdec' can be reduced. [variableScope]
funtools-1.4.7/funcone.c:402:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/funcone.c:403:8: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
funtools-1.4.7/funcone.c:627:8: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:138:10: style: The scope of the variable 'ltv1' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:138:16: style: The scope of the variable 'ltv2' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:139:10: style: The scope of the variable 'ltm1_1' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:139:18: style: The scope of the variable 'ltm2_1' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:139:26: style: The scope of the variable 'ltm1_2' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:139:34: style: The scope of the variable 'ltm2_2' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:265:11: style: The scope of the variable 'dx0' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:265:16: style: The scope of the variable 'dx1' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:265:21: style: The scope of the variable 'dy0' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:265:26: style: The scope of the variable 'dy1' can be reduced. [variableScope]
funtools-1.4.7/funcopy.c:269:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/fundisp.c:632:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/fundisp.c:643:15: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/fundisp.c:98:13: style: The scope of the variable 'x' can be reduced. [variableScope]
funtools-1.4.7/fundisp.c:99:7: style: The scope of the variable 'col' can be reduced. [variableScope]
funtools-1.4.7/fundisp.c:214:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/fundisp.c:214:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/fundisp.c:215:8: style: The scope of the variable 'prods' can be reduced. [variableScope]
funtools-1.4.7/fundisp.c:216:8: style: The scope of the variable 'idxs' can be reduced. [variableScope]
funtools-1.4.7/fundisp.c:217:8: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
funtools-1.4.7/fundisp.c:270:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/fundisp.c:770:10: style: The scope of the variable 'dval' can be reduced. [variableScope]
funtools-1.4.7/funhead.c:320:41: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
funtools-1.4.7/funhead.c:324:6: note: Assuming that condition 'if(s)' is not redundant
funtools-1.4.7/funhead.c:320:41: note: Null pointer dereference
funtools-1.4.7/funhead.c:30:7: style: The scope of the variable 'put' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:36:7: style: The scope of the variable 'n' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:37:8: style: The scope of the variable 'tbufs' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:100:7: style: The scope of the variable 'in' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:100:11: style: The scope of the variable 'ix' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:100:15: style: The scope of the variable 'iy' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:113:7: style: The scope of the variable 'lasty' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:116:7: style: The scope of the variable 'gotimage' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:120:7: style: The scope of the variable 'nmask' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:130:10: style: The scope of the variable 'lo' can be reduced. [variableScope]
funtools-1.4.7/funhist.c:130:14: style: The scope of the variable 'hi' can be reduced. [variableScope]
funtools-1.4.7/funim.c:334:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funim.c:483:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:486:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:490:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:493:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:500:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:503:16: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:507:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:510:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:544:3: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:547:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:853:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:856:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:884:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:887:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:920:3: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:923:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:1093:8: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:1097:8: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funim.c:975:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/funim.c:1148:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/funim.c:1149:7: style: The scope of the variable 'extver' can be reduced. [variableScope]
funtools-1.4.7/funim.c:1150:7: style: The scope of the variable 'domerge' can be reduced. [variableScope]
funtools-1.4.7/funim.c:1151:9: style: The scope of the variable 'extname' can be reduced. [variableScope]
funtools-1.4.7/funim.c:1291:9: style: The scope of the variable 's' can be reduced. [variableScope]
funtools-1.4.7/funim.c:1560:9: style: The scope of the variable 'zbuf' can be reduced. [variableScope]
funtools-1.4.7/funim.c:1563:7: style: The scope of the variable 'dpad' can be reduced. [variableScope]
funtools-1.4.7/funimage.c:339:26: warning: Either the condition 't!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
funtools-1.4.7/funimage.c:341:11: note: Assuming that condition 't!=NULL' is not redundant
funtools-1.4.7/funimage.c:339:26: note: Null pointer subtraction
funtools-1.4.7/funimage.c:213:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funimage.c:214:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funimage.c:215:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funimage.c:418:3: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funimage.c:421:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funimage.c:343:7: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/funimage.c:342:13: note: Variable 't' is reassigned a value before the old one has been used.
funtools-1.4.7/funimage.c:343:7: note: Variable 't' is reassigned a value before the old one has been used.
funtools-1.4.7/funimage.c:233:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/funimage.c:237:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
funtools-1.4.7/funimage.c:238:7: style: The scope of the variable 'maxidx' can be reduced. [variableScope]
funtools-1.4.7/funimage.c:241:7: style: The scope of the variable 'doscale' can be reduced. [variableScope]
funtools-1.4.7/funimage.c:243:9: style: The scope of the variable 's' can be reduced. [variableScope]
funtools-1.4.7/funimage.c:243:13: style: The scope of the variable 't' can be reduced. [variableScope]
funtools-1.4.7/funimage.c:258:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
funtools-1.4.7/funimage.c:258:11: style: The scope of the variable 'iy' can be reduced. [variableScope]
funtools-1.4.7/funinfo.c:27:9: style: The scope of the variable 'addr' can be reduced. [variableScope]
funtools-1.4.7/funinfo.c:267:9: style: The scope of the variable 'addr' can be reduced. [variableScope]
funtools-1.4.7/funinfo.c:36:13: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
funtools-1.4.7/funinfo.c:275:13: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
funtools-1.4.7/funjoin.c:932:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funjoin.c:941:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funjoin.c:656:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/funjoin.c:656:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/funmerge.c:501:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funmerge.c:502:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funmerge.c:503:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funmerge.c:504:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funmerge.c:292:6: style: The scope of the variable 'ev' can be reduced. [variableScope]
funtools-1.4.7/funmerge.c:292:10: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
funtools-1.4.7/funopen.c:267:28: style: Redundant condition: iline[0]. '!iline[0] || (iline[0] && isascii(iline[0]))' is equivalent to '!iline[0] || isascii(iline[0])' [redundantCondition]
funtools-1.4.7/funopen.c:618:7: style: The scope of the variable 'got' can be reduced. [variableScope]
funtools-1.4.7/funopen.c:622:7: style: The scope of the variable 'skip' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:284:10: style: Condition 'got&(j+1)' is always false [knownConditionTrueFalse]
funtools-1.4.7/funopenp.c:280:13: note: Assignment 'got=0', assigned value is 0
funtools-1.4.7/funopenp.c:284:10: note: Condition 'got&(j+1)' is always false
funtools-1.4.7/funopenp.c:249:14: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
funtools-1.4.7/funopenp.c:252:4: note: Assuming that condition 'if(s)' is not redundant
funtools-1.4.7/funopenp.c:249:14: note: Null pointer dereference
funtools-1.4.7/funopenp.c:255:14: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
funtools-1.4.7/funopenp.c:258:4: note: Assuming that condition 'if(s)' is not redundant
funtools-1.4.7/funopenp.c:255:14: note: Null pointer dereference
funtools-1.4.7/funopenp.c:70:12: style: The scope of the variable 'tlen' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:130:8: style: The scope of the variable 'lobuf' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:131:8: style: The scope of the variable 'hibuf' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:133:9: style: The scope of the variable 'k' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:135:7: style: The scope of the variable 'lo' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:135:11: style: The scope of the variable 'hi' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:136:7: style: The scope of the variable 'skip' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:747:7: style: The scope of the variable 'plane' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:840:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/funopenp.c:1008:7: style: The scope of the variable 'tval' can be reduced. [variableScope]
funtools-1.4.7/funsky.c:173:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funsky.c:174:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funsky.c:277:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/funsky.c:294:10: style: The scope of the variable 'zero' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:93:12: warning: Either the condition '!rows&&ebuf' is redundant or there is possible null pointer dereference: ebuf. [nullPointerRedundantCheck]
funtools-1.4.7/funtab.c:95:15: note: Assuming that condition '!rows&&ebuf' is not redundant
funtools-1.4.7/funtab.c:93:12: note: Null pointer dereference
funtools-1.4.7/funtab.c:221:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
funtools-1.4.7/funtab.c:599:7: style: The scope of the variable 'skip' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:601:7: style: The scope of the variable 'rowbufsize' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:602:7: style: The scope of the variable 'maxbufsize' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:615:9: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:1198:7: style: The scope of the variable 'ieoff1' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:1198:15: style: The scope of the variable 'ieoff2' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:1199:7: style: The scope of the variable 'to' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:1199:11: style: The scope of the variable 'from' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:1201:7: style: The scope of the variable 'convert' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:1205:9: style: The scope of the variable 'rowptr' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:1206:9: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
funtools-1.4.7/funtab.c:1207:8: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:429:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funtable.c:432:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funtable.c:525:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funtable.c:541:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/funtable.c:86:7: style: The scope of the variable 'rval' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:87:7: style: The scope of the variable 'ncol' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:91:7: style: The scope of the variable 'plen' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:91:13: style: The scope of the variable 'elen' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:91:19: style: The scope of the variable 'flen' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:92:7: style: The scope of the variable 'epad' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:92:13: style: The scope of the variable 'ppad' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:93:7: style: The scope of the variable 'rlen' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:94:10: style: The scope of the variable 'dval' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:110:8: style: The scope of the variable 'col' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:112:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:114:9: style: The scope of the variable 'ifile' can be reduced. [variableScope]
funtools-1.4.7/funtable.c:461:11: style: The scope of the variable 'got' can be reduced. [variableScope]
funtools-1.4.7/funtest/bigfits.c:28:7: style: The scope of the variable 'put' can be reduced. [variableScope]
funtools-1.4.7/funtest/evcol.c:114:14: warning: Either the condition 'if(ebuf)' is redundant or there is possible null pointer dereference: ev. [nullPointerRedundantCheck]
funtools-1.4.7/funtest/evcol.c:118:9: note: Assuming that condition 'if(ebuf)' is not redundant
funtools-1.4.7/funtest/evcol.c:113:12: note: Assignment 'ev=ebuf', assigned value is 0
funtools-1.4.7/funtest/evcol.c:114:14: note: Null pointer dereference
funtools-1.4.7/funtest/evcol.c:115:7: warning: Either the condition 'if(ebuf)' is redundant or there is possible null pointer dereference: ev. [nullPointerRedundantCheck]
funtools-1.4.7/funtest/evcol.c:118:9: note: Assuming that condition 'if(ebuf)' is not redundant
funtools-1.4.7/funtest/evcol.c:113:12: note: Assignment 'ev=ebuf', assigned value is 0
funtools-1.4.7/funtest/evcol.c:115:7: note: Null pointer dereference
funtools-1.4.7/funtest/evnext.c:62:18: warning: Either the condition 'if(oebuf)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
funtools-1.4.7/funtest/evnext.c:78:9: note: Assuming that condition 'if(oebuf)' is not redundant
funtools-1.4.7/funtest/evnext.c:62:18: note: Null pointer addition
funtools-1.4.7/funtest/evread.c:56:18: style: The scope of the variable 'tcol' can be reduced. [variableScope]
funtools-1.4.7/funtest/funsky.c:72:10: style: The scope of the variable 'dval1' can be reduced. [variableScope]
funtools-1.4.7/funtest/funsky.c:72:17: style: The scope of the variable 'dval2' can be reduced. [variableScope]
funtools-1.4.7/funtest/imblank.c:69:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funtest/imblank.c:71:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funtest/imtest.c:110:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funtest/imtest.c:115:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funtest/imtest.c:17:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/funtest/imtest.c:22:7: style: The scope of the variable 'tdim' can be reduced. [variableScope]
funtools-1.4.7/funtest/imtest.c:27:18: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
funtools-1.4.7/funtest/imtest.c:28:10: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
funtools-1.4.7/funtest/imtest.c:29:8: style: The scope of the variable 'ibuf' can be reduced. [variableScope]
funtools-1.4.7/funtest/imtest.c:30:10: style: The scope of the variable 'fbuf' can be reduced. [variableScope]
funtools-1.4.7/funtest/imtest.c:32:11: style: The scope of the variable 'dbuf2' can be reduced. [variableScope]
funtools-1.4.7/funtest/mkdim.c:79:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funtest/mkdim.c:83:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/funtest/mkev.c:223:7: style: The scope of the variable 'ii' can be reduced. [variableScope]
funtools-1.4.7/funtest/mkev.c:224:7: style: The scope of the variable 'pad' can be reduced. [variableScope]
funtools-1.4.7/funtest/mkev.c:228:9: style: The scope of the variable 'padbuf' can be reduced. [variableScope]
funtools-1.4.7/funtest/mkev.c:333:0: error: Memory leak: padbuf [memleak]
funtools-1.4.7/funtest/wtest.c:28:7: style: The scope of the variable 'bitpix2' can be reduced. [variableScope]
funtools-1.4.7/funtext.c:173:7: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/funtext.c:275:7: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/funutil.c:93:7: style: The scope of the variable 'type1' can be reduced. [variableScope]
funtools-1.4.7/funutil.c:93:14: style: The scope of the variable 'type2' can be reduced. [variableScope]
funtools-1.4.7/funutil.c:505:15: style: The scope of the variable 'got2' can be reduced. [variableScope]
funtools-1.4.7/funutil.c:646:7: style: The scope of the variable 'boff' can be reduced. [variableScope]
funtools-1.4.7/funutil.c:133:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:148:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:160:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:173:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:183:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:196:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:206:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:217:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:225:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:236:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:243:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:259:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:275:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:288:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:304:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funutil.c:317:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/funview.c:572:14: style: Redundant condition: If '!EXPR', the comparison 'EXPR != 'v'' is always true. [redundantCondition]
funtools-1.4.7/funview.c:574:14: style: Redundant condition: If '!EXPR', the comparison 'EXPR != ':'' is always true. [redundantCondition]
funtools-1.4.7/funview.c:348:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/funview.c:349:7: style: The scope of the variable 'nv' can be reduced. [variableScope]
funtools-1.4.7/funview.c:350:7: style: The scope of the variable 'nf' can be reduced. [variableScope]
funtools-1.4.7/funview.c:351:7: style: The scope of the variable 'nvt' can be reduced. [variableScope]
funtools-1.4.7/funview.c:352:7: style: The scope of the variable 'nft' can be reduced. [variableScope]
funtools-1.4.7/funview.c:353:7: style: The scope of the variable 'fgot' can be reduced. [variableScope]
funtools-1.4.7/funview.c:354:7: style: The scope of the variable 'tgot' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:382:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
funtools-1.4.7/gnu/sort.c:2474:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
funtools-1.4.7/gnu/sort.c:2479:4: note: Found duplicate branches for 'if' and 'else'.
funtools-1.4.7/gnu/sort.c:2474:4: note: Found duplicate branches for 'if' and 'else'.
funtools-1.4.7/gnu/sort.c:461:7: style: The scope of the variable 'cc' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:931:17: style: The scope of the variable 'ignore' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:933:27: style: The scope of the variable 'lena' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:933:33: style: The scope of the variable 'lenb' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:1656:8: style: The scope of the variable 'cmp' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:1879:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:1903:13: style: The scope of the variable 't' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:2022:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:2025:10: style: The scope of the variable 'tempfiles' can be reduced. [variableScope]
funtools-1.4.7/gnu/sort.c:2073:7: style: The scope of the variable 'cmp' can be reduced. [variableScope]
funtools-1.4.7/gnu/sorttest.c:91:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
funtools-1.4.7/gnu/sorttest.c:55:7: style: The scope of the variable 'rlen' can be reduced. [variableScope]
funtools-1.4.7/gnu/sorttest.c:59:9: style: The scope of the variable 'prog' can be reduced. [variableScope]
funtools-1.4.7/gnu/sorttest.c:61:9: style: The scope of the variable 's' can be reduced. [variableScope]
funtools-1.4.7/gnu/sorttest.c:62:8: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
funtools-1.4.7/gnu/sorttest.c:63:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
funtools-1.4.7/jointable.c:899:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
funtools-1.4.7/jointable.c:390:7: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/jointable.c:466:7: style: The scope of the variable 'diff' can be reduced. [variableScope]
calc.l:603:10: style: Redundant condition: If 'EXPR == '-'', the comparison 'EXPR' is always true. [redundantCondition]
calc.l:625:10: style: Redundant condition: If 'EXPR == '['', the comparison 'EXPR' is always true. [redundantCondition]
lex.calc.c:1524:27: warning: Possible null pointer dereference: b [nullPointer]
lex.calc.c:1521:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.calc.c:1524:27: note: Null pointer dereference
lex.calc.c:1526:9: warning: Possible null pointer dereference: b [nullPointer]
lex.calc.c:1521:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.calc.c:1526:9: note: Null pointer dereference
lex.calc.c:1896:2: warning: Possible null pointer dereference: b [nullPointer]
lex.calc.c:1785:19: note: Calling function 'calc_init_buffer', 1st argument 'b' value is 0
lex.calc.c:1896:2: note: Null pointer dereference
lex.calc.c:1897:2: warning: Possible null pointer dereference: b [nullPointer]
lex.calc.c:1785:19: note: Calling function 'calc_init_buffer', 1st argument 'b' value is 0
lex.calc.c:1897:2: note: Null pointer dereference
lex.calc.c:1908:9: warning: Possible null pointer dereference: b [nullPointer]
lex.calc.c:1785:19: note: Calling function 'calc_init_buffer', 1st argument 'b' value is 0
lex.calc.c:1908:9: note: Null pointer dereference
lex.calc.c:2084:38: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: yystr. [nullPointerRedundantCheck]
calc.l:126:7: note: Assuming that condition 'if(s)' is not redundant
calc.l:125:37: note: Calling function 'calc_scan_string', 1st argument 'yystr' value is 0
lex.calc.c:2084:38: note: Null pointer dereference
calc.l:290:7: style: The scope of the variable 'i' can be reduced. [variableScope]
calc.l:290:10: style: The scope of the variable 'got' can be reduced. [variableScope]
lex.calc.c:1517:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
lex.calc.c:1530:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
lex.calc.c:1635:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lex.calc.c:367:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.calc.c:1635:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.calc.c:1658:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
lex.calc.c:934:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lex.calc.c:1658:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lex.calc.c:2081:50: style: Function 'calc_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lex.calc.c:321:49: note: Function 'calc_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.calc.c:2081:50: note: Function 'calc_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.calc.c:2094:50: style: Function 'calc_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lex.calc.c:322:48: note: Function 'calc_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.calc.c:2094:50: note: Function 'calc_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.calc.c:2094:70: style: Function 'calc_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lex.calc.c:322:64: note: Function 'calc_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.calc.c:2094:70: note: Function 'calc_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.calc.c:2225:26: style: Function 'calcset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
lex.calc.c:900:25: note: Function 'calcset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lex.calc.c:2225:26: note: Function 'calcset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
funtools-1.4.7/scan.c:93:7: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/scan.c:182:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/search.c:935:4: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/search.c:931:4: note: Variable 'r' is reassigned a value before the old one has been used.
funtools-1.4.7/search.c:935:4: note: Variable 'r' is reassigned a value before the old one has been used.
funtools-1.4.7/search.c:563:10: style: The scope of the variable 'zeval' can be reduced. [variableScope]
funtools-1.4.7/search.c:1032:10: style: The scope of the variable 'cosdec' can be reduced. [variableScope]
funtools-1.4.7/search.c:1074:11: style: The scope of the variable 'd' can be reduced. [variableScope]
funtools-1.4.7/search.c:59:7: style: Unused variable: Numeric [unusedVariable]
funtools-1.4.7/search.c:60:11: style: Unused variable: Method [unusedVariable]
funtools-1.4.7/search.c:76:17: style: Unused variable: list [unusedVariable]
funtools-1.4.7/search.c:77:7: style: Unused variable: len [unusedVariable]
funtools-1.4.7/tmain.c:53:7: style: The scope of the variable 'prot' can be reduced. [variableScope]
funtools-1.4.7/tmain.c:54:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
funtools-1.4.7/util/file.c:289:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/util/file.c:290:7: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/util/file.c:292:9: style: The scope of the variable 'extn' can be reduced. [variableScope]
funtools-1.4.7/util/file.c:331:7: style: The scope of the variable 'dsize' can be reduced. [variableScope]
funtools-1.4.7/util/file.c:332:7: style: The scope of the variable 'bitpix' can be reduced. [variableScope]
funtools-1.4.7/util/file.c:342:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
funtools-1.4.7/util/file.c:240:6: error: Resource leak: ifd [resourceLeak]
funtools-1.4.7/util/find.c:340:20: warning: Either the condition 'if(fullname)' is redundant or there is possible null pointer dereference: fullname. [nullPointerRedundantCheck]
funtools-1.4.7/util/find.c:343:5: note: Assuming that condition 'if(fullname)' is not redundant
funtools-1.4.7/util/find.c:340:20: note: Null pointer dereference
funtools-1.4.7/util/find.c:47:49: style: Same value in both branches of ternary operator. [duplicateValueTernary]
funtools-1.4.7/util/gcat.c:27:8: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/util/gcat.c:45:8: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/util/gcat.c:66:8: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/util/gcat.c:119:7: style: The scope of the variable 'got' can be reduced. [variableScope]
funtools-1.4.7/util/gio.c:54:17: warning: Either the condition 'if(file)' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
funtools-1.4.7/util/gio.c:64:5: note: Assuming that condition 'if(file)' is not redundant
funtools-1.4.7/util/gio.c:54:17: note: Null pointer dereference
funtools-1.4.7/util/gio.c:58:20: warning: Either the condition 'if(file)' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
funtools-1.4.7/util/gio.c:64:5: note: Assuming that condition 'if(file)' is not redundant
funtools-1.4.7/util/gio.c:58:20: note: Null pointer dereference
funtools-1.4.7/util/gio.c:1589:4: warning: Either the condition '!obuf' is redundant or there is possible null pointer dereference: obuf. [nullPointerRedundantCheck]
funtools-1.4.7/util/gio.c:1594:9: note: Assuming that condition '!obuf' is not redundant
funtools-1.4.7/util/gio.c:1589:4: note: Null pointer dereference
funtools-1.4.7/util/gio.c:278:9: style: The scope of the variable 'argv' can be reduced. [variableScope]
funtools-1.4.7/util/gio.c:989:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/util/gio.c:989:10: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/util/gio.c:989:13: style: The scope of the variable 'l' can be reduced. [variableScope]
funtools-1.4.7/util/gio.c:1570:7: style: The scope of the variable 'got' can be reduced. [variableScope]
funtools-1.4.7/util/gio.c:188:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
funtools-1.4.7/util/gio.c:473:13: style: Checking if unsigned variable '*port' is less than zero. [unsignedLessThanZero]
funtools-1.4.7/util/gio.c:1343:14: style: Checking if unsigned variable '*got' is less than zero. [unsignedLessThanZero]
funtools-1.4.7/util/gio.c:1355:14: style: Checking if unsigned variable '*got' is less than zero. [unsignedLessThanZero]
funtools-1.4.7/util/gio.c:1394:14: style: Checking if unsigned variable '*got' is less than zero. [unsignedLessThanZero]
funtools-1.4.7/util/gio.c:1426:14: style: Checking if unsigned variable '*got' is less than zero. [unsignedLessThanZero]
funtools-1.4.7/util/gio.c:1441:14: style: Checking if unsigned variable '*got' is less than zero. [unsignedLessThanZero]
funtools-1.4.7/util/gio.c:1662:16: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
funtools-1.4.7/util/gio.c:2229:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
funtools-1.4.7/util/gio.c:2298:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
funtools-1.4.7/util/iraf_zprocess.c:189:10: style: The scope of the variable 'targv' can be reduced. [variableScope]
funtools-1.4.7/util/iraf_zprocess.c:355:22: style: The scope of the variable 'status' can be reduced. [variableScope]
funtools-1.4.7/util/macro.c:213:3: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
funtools-1.4.7/util/mainlib.c:782:10: warning: Redundant assignment of 'name' to itself. [selfAssignment]
funtools-1.4.7/util/mainlib.c:783:11: warning: Redundant assignment of 'shlib' to itself. [selfAssignment]
funtools-1.4.7/util/mainlib.c:784:8: warning: Redundant assignment of 'ml' to itself. [selfAssignment]
funtools-1.4.7/util/mainlib.c:41:7: style: The scope of the variable 'got' can be reduced. [variableScope]
funtools-1.4.7/util/nan.c:34:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/util/nan.c:63:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/util/parse.c:48:10: style: Redundant condition: If 'EXPR == '+'', the comparison 'EXPR' is always true. [redundantCondition]
funtools-1.4.7/util/parse.c:52:15: style: Redundant condition: If 'EXPR == '-'', the comparison 'EXPR' is always true. [redundantCondition]
funtools-1.4.7/util/parse.c:55:12: style: Redundant condition: If 'EXPR == '-'', the comparison 'EXPR' is always true. [redundantCondition]
funtools-1.4.7/util/parse.c:191:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/util/parse.c:590:7: style: The scope of the variable 'tlen' can be reduced. [variableScope]
funtools-1.4.7/util/parse.c:592:8: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/util/parse.c:596:8: style: The scope of the variable 'tbuf2' can be reduced. [variableScope]
funtools-1.4.7/util/parse.c:1147:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/util/strtod.c:23:10: style: The scope of the variable 'm' can be reduced. [variableScope]
funtools-1.4.7/util/strtod.c:24:10: style: The scope of the variable 's' can be reduced. [variableScope]
funtools-1.4.7/util/strtod.c:89:25: style: The scope of the variable 'fmt' can be reduced. [variableScope]
funtools-1.4.7/util/strtod.c:109:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
funtools-1.4.7/util/swap.c:145:5: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:146:5: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:147:5: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:148:5: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:168:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:169:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:170:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:171:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:172:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:173:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:174:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/swap.c:175:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/util/tlaunch.c:35:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
funtools-1.4.7/util/tlaunch2.c:32:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/util/tlaunch2.c:34:13: style: The scope of the variable 't' can be reduced. [variableScope]
funtools-1.4.7/util/tlaunch2.c:34:17: style: The scope of the variable 'u' can be reduced. [variableScope]
funtools-1.4.7/util/tlaunch2.c:35:7: style: The scope of the variable 'pipes' can be reduced. [variableScope]
funtools-1.4.7/util/word.c:72:8: style: The scope of the variable 'lorange' can be reduced. [variableScope]
funtools-1.4.7/util/word.c:479:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/util/word.c:1079:7: style: The scope of the variable 'h' can be reduced. [variableScope]
funtools-1.4.7/util/xalloc.c:114:26: error: Allocation with xmalloc, strcpy doesn't release it. [leakNoVarFunctionCall]
funtools-1.4.7/util/xlaunch.c:30:7: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/util/xlaunch.c:31:8: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/adler32.c:63:14: style: The scope of the variable 'n' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/infback9/inftree9.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/inflate86/inffas86.c:1122:0: error: #error "x86 architecture not defined" [preprocessorErrorDirective]
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream/zfstream.h:26:15: warning: Virtual function 'sync' is called from destructor '~gzfilebuf()' at line 12. Dynamic binding is not used. [virtualCallInConstructor]
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream/zfstream.cpp:12:3: note: Calling sync
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream/zfstream.h:26:15: note: sync is a virtual method
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream2/zstream_test.cpp:10:29: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream2/zstream_test.cpp:15:12: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream2/zstream_test.cpp:14:52: style: Variable 'z' is not assigned a value. [unassignedVariable]
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream2/zstream.h:101:16: style: Technically the member function 'izstream::fp' can be const. [functionConst]
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream2/zstream.h:234:16: style: Technically the member function 'ozstream::fp' can be const. [functionConst]
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream2/zstream.h:42:5: style: Class 'zstringlen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream2/zstream.h:55:9: style: Class 'izstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
funtools-1.4.7/util/zlib-1.2.3/contrib/iostream2/zstream.h:56:9: style: Class 'izstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:84:21: style: struct member 'inffast_ar::esp' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:85:21: style: struct member 'inffast_ar::ebp' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:94:40: style: struct member 'inffast_ar::hold' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:95:24: style: struct member 'inffast_ar::bits' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:96:24: style: struct member 'inffast_ar::wsize' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:97:24: style: struct member 'inffast_ar::write' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:98:24: style: struct member 'inffast_ar::lmask' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:99:24: style: struct member 'inffast_ar::dmask' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:100:24: style: struct member 'inffast_ar::len' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:101:24: style: struct member 'inffast_ar::dist' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:102:24: style: struct member 'inffast_ar::status' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/miniunz.c:319:27: warning: Width 1 given in format string (no. 1) is smaller than destination buffer 'answer[128]'. [invalidScanfFormatWidth_smaller]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/miniunz.c:472:9: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/miniunz.c:448:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/minizip.c:326:39: warning: Logical disjunction always evaluates to true: EXPR >= '0' || EXPR <= '9'. [incorrectLogicOperator]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/minizip.c:182:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/minizip.c:283:27: warning: Width 1 given in format string (no. 1) is smaller than destination buffer 'answer[128]'. [invalidScanfFormatWidth_smaller]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/minizip.c:153:18: style: The scope of the variable 'size_read' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/minizip.c:154:18: style: The scope of the variable 'total_read' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/minizip.c:196:9: style: The scope of the variable 'err' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/minizip.c:330:21: style: The scope of the variable 'size_read' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/mztools.c:280:3: error: Resource leak: fpOutCD [resourceLeak]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/unzip.c:415:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/unzip.c:1061:10: style: The scope of the variable 'source' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/unzip.c:726:16: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/unzip.c:1537:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/crypt.h:100:9: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/minizip/zip.c:613:13: error: Memory leak: zi [memleak]
funtools-1.4.7/util/zlib-1.2.3/contrib/puff/puff.c:660:13: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/puff/puff.c:746:9: style: The scope of the variable 'last' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/puff/puff.c:746:15: style: The scope of the variable 'type' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/puff/puff.c:632:11: style: Variable 'lencnt' is not assigned a value. [unassignedVariable]
funtools-1.4.7/util/zlib-1.2.3/contrib/puff/puff.c:632:30: style: Variable 'lensym' is not assigned a value. [unassignedVariable]
funtools-1.4.7/util/zlib-1.2.3/contrib/puff/puff.c:633:11: style: Variable 'distcnt' is not assigned a value. [unassignedVariable]
funtools-1.4.7/util/zlib-1.2.3/contrib/puff/puff.c:633:31: style: Variable 'distsym' is not assigned a value. [unassignedVariable]
funtools-1.4.7/util/zlib-1.2.3/contrib/testzlib/testzlib.c:172:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
funtools-1.4.7/util/zlib-1.2.3/contrib/testzlib/testzlib.c:220:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
funtools-1.4.7/util/zlib-1.2.3/contrib/testzlib/testzlib.c:220:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
funtools-1.4.7/util/zlib-1.2.3/contrib/testzlib/testzlib.c:261:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
funtools-1.4.7/util/zlib-1.2.3/contrib/testzlib/testzlib.c:261:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
funtools-1.4.7/util/zlib-1.2.3/contrib/testzlib/testzlib.c:154:0: style: Variable 'lCompressedSize' is assigned a value that is never used. [unreadVariable]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:171:8: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:272:28: style: The scope of the variable 'prev' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:389:10: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:72:8: style: struct member 'tar_header::uid' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:73:8: style: struct member 'tar_header::gid' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:76:8: style: struct member 'tar_header::chksum' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:78:8: style: struct member 'tar_header::linkname' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:79:8: style: struct member 'tar_header::magic' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:80:8: style: struct member 'tar_header::version' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:81:8: style: struct member 'tar_header::uname' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:82:8: style: struct member 'tar_header::gname' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:83:8: style: struct member 'tar_header::devmajor' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:84:8: style: struct member 'tar_header::devminor' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:85:8: style: struct member 'tar_header::prefix' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/contrib/untgz/untgz.c:91:22: style: union member 'tar_buffer::buffer' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/deflate.c:1033:21: style: The scope of the variable 'match' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/deflate.c:1271:14: style: The scope of the variable 'more' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/deflate.c:1398:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/deflate.c:161:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/example.c:334:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
funtools-1.4.7/util/zlib-1.2.3/gzio.c:709:10: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/gzio.c:19:28: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
funtools-1.4.7/util/zlib-1.2.3/inflate.c:328:20: style: The scope of the variable 'dist' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/inflate.c:1175:19: style: The scope of the variable 'id' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/inflate.c:1267:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/inflate.c:1330:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/inflate.c:630:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
funtools-1.4.7/util/zlib-1.2.3/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/minigzip.c:103:9: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/minigzip.c:171:9: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/minigzip.c:274:12: style: The scope of the variable 'file' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/trees.c:714:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/trees.c:759:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/trees.c:1077:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/trees.c:1078:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/trees.c:1079:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/trees.c:1080:14: style: The scope of the variable 'code' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/trees.c:1081:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
funtools-1.4.7/util/zlib-1.2.3/zutil.c:305:31: style: Same expression on both sides of '-'. [duplicateExpression]
funtools-1.4.7/util/zlib-1.2.3/zutil.c:11:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
funtools-1.4.7/util/zprocess.c:261:22: style: The scope of the variable 'status' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:268:11: style: The scope of the variable 'clat0' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:268:18: style: The scope of the variable 'cphip' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:268:25: style: The scope of the variable 'cthe0' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:268:32: style: The scope of the variable 'slat0' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:268:39: style: The scope of the variable 'sphip' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:268:46: style: The scope of the variable 'sthe0' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:269:17: style: The scope of the variable 'latp1' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:269:24: style: The scope of the variable 'latp2' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:270:11: style: The scope of the variable 'u' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:270:14: style: The scope of the variable 'v' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:270:17: style: The scope of the variable 'x' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:270:20: style: The scope of the variable 'y' can be reduced. [variableScope]
funtools-1.4.7/wcs/cel.c:270:23: style: The scope of the variable 'z' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:411:9: style: The scope of the variable 'nf' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:414:10: style: The scope of the variable 'outform' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:1723:16: style: The scope of the variable 'dj0' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:1723:21: style: The scope of the variable 'dj1' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:1723:26: style: The scope of the variable 'date0' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:1723:33: style: The scope of the variable 'time0' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:1723:40: style: The scope of the variable 'date1' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:2285:9: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:2544:12: style: The scope of the variable 'dh' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:2544:15: style: The scope of the variable 'dm' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:2544:18: style: The scope of the variable 'dd' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:2545:9: style: The scope of the variable 'iy' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:2545:12: style: The scope of the variable 'im' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:2545:15: style: The scope of the variable 'id' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:3020:25: style: The scope of the variable 'im' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:3987:34: style: The scope of the variable 'arg' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:3987:47: style: The scope of the variable 'sarg' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:3987:53: style: The scope of the variable 'carg' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:3989:12: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/wcs/dateutil.c:640:12: style: Variable 'oblq' is assigned a value that is never used. [unreadVariable]
funtools-1.4.7/wcs/dateutil.c:4313:9: style: Variable 'iyr' is assigned a value that is never used. [unreadVariable]
funtools-1.4.7/wcs/dateutil.c:2748:0: error: Memory leak: fdate [memleak]
funtools-1.4.7/wcs/distort.c:52:9: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:52:12: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:52:15: style: The scope of the variable 'm' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:53:10: style: The scope of the variable 'keyword' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:234:9: style: The scope of the variable 'm' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:234:12: style: The scope of the variable 'n' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:234:15: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:234:18: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:234:21: style: The scope of the variable 'k' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:235:24: style: The scope of the variable 'sum' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:236:12: style: The scope of the variable 'temp_x' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:236:20: style: The scope of the variable 'temp_y' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:295:9: style: The scope of the variable 'm' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:295:12: style: The scope of the variable 'n' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:295:15: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:295:18: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:295:21: style: The scope of the variable 'k' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:296:24: style: The scope of the variable 'sum' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:297:12: style: The scope of the variable 'temp_u' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:297:20: style: The scope of the variable 'temp_v' can be reduced. [variableScope]
funtools-1.4.7/wcs/distort.c:361:11: style: The scope of the variable 'extension' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:65:10: style: The scope of the variable 'twopi' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:25: style: The scope of the variable 'xy' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:28: style: The scope of the variable 'x2' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:31: style: The scope of the variable 'y2' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:34: style: The scope of the variable 'x2y' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:38: style: The scope of the variable 'y2x' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:42: style: The scope of the variable 'x3' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:45: style: The scope of the variable 'y3' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:48: style: The scope of the variable 'x4' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:51: style: The scope of the variable 'y4' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:54: style: The scope of the variable 'x2y2' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:59: style: The scope of the variable 'cjunk' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:65: style: The scope of the variable 'dx' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:152:68: style: The scope of the variable 'dy' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:154:10: style: The scope of the variable 'f' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:154:12: style: The scope of the variable 'fx' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:154:15: style: The scope of the variable 'fy' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:154:18: style: The scope of the variable 'g' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:154:20: style: The scope of the variable 'gx' can be reduced. [variableScope]
funtools-1.4.7/wcs/dsspos.c:154:23: style: The scope of the variable 'gy' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:86:9: style: The scope of the variable 'nlines' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:87:10: style: The scope of the variable 'newline' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:118:20: style: The scope of the variable 'lbuff' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:118:27: style: The scope of the variable 'ipt' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:118:32: style: The scope of the variable 'ibuff' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:119:30: style: The scope of the variable 'nextbuff' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:236:10: style: The scope of the variable 'token' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:237:9: style: The scope of the variable 'ncmax' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:260:10: style: The scope of the variable 'token' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:261:10: style: The scope of the variable 'filepath' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:262:9: style: The scope of the variable 'ncmax' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:292:10: style: The scope of the variable 'token' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:293:10: style: The scope of the variable 'filepath' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:294:9: style: The scope of the variable 'ncmax' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:341:11: style: The scope of the variable 'lastchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:341:22: style: The scope of the variable 'lspace' can be reduced. [variableScope]
funtools-1.4.7/wcs/fileutil.c:548:20: style: The scope of the variable 'ltok' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:214:17: style: Condition 'irec<200' is always true [knownConditionTrueFalse]
funtools-1.4.7/wcs/fitsfile.c:212:12: note: Assignment 'irec=0', assigned value is 0
funtools-1.4.7/wcs/fitsfile.c:214:17: note: Condition 'irec<200' is always true
funtools-1.4.7/wcs/fitsfile.c:587:17: style: Condition 'irec<100' is always true [knownConditionTrueFalse]
funtools-1.4.7/wcs/fitsfile.c:586:12: note: Assignment 'irec=0', assigned value is 0
funtools-1.4.7/wcs/fitsfile.c:587:17: note: Condition 'irec<100' is always true
funtools-1.4.7/wcs/fitsfile.c:520:2: warning: Either the condition 'pheader!=NULL' is redundant or there is possible null pointer dereference: pheader. [nullPointerRedundantCheck]
funtools-1.4.7/wcs/fitsfile.c:522:14: note: Assuming that condition 'pheader!=NULL' is not redundant
funtools-1.4.7/wcs/fitsfile.c:520:2: note: Null pointer dereference
funtools-1.4.7/wcs/fitsfile.c:521:20: warning: Either the condition 'pheader!=NULL' is redundant or there is possible null pointer dereference: pheader. [nullPointerRedundantCheck]
funtools-1.4.7/wcs/fitsfile.c:522:14: note: Assuming that condition 'pheader!=NULL' is not redundant
funtools-1.4.7/wcs/fitsfile.c:521:20: note: Null pointer dereference
funtools-1.4.7/wcs/fitsfile.c:1397:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/fitsfile.c:1401:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/fitsfile.c:1435:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/fitsfile.c:1439:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/fitsfile.c:1475:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/fitsfile.c:1477:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/fitsfile.c:1513:19: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/fitsfile.c:1517:19: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/fitsfile.c:213:5: style: Variable 'ibhead' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
funtools-1.4.7/wcs/fitsfile.c:209:5: note: Variable 'ibhead' is reassigned a value before the old one has been used if variable is no semaphore variable.
funtools-1.4.7/wcs/fitsfile.c:213:5: note: Variable 'ibhead' is reassigned a value before the old one has been used if variable is no semaphore variable.
funtools-1.4.7/wcs/fitsfile.c:167:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/fitsfile.c:166:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:167:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:564:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/fitsfile.c:563:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:564:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:655:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/fitsfile.c:653:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:655:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:787:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/fitsfile.c:785:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:787:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:906:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/fitsfile.c:904:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:906:2: note: Variable 'fd' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:1849:2: style: Variable 'fdin' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/fitsfile.c:1848:2: note: Variable 'fdin' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:1849:2: note: Variable 'fdin' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/fitsfile.c:117:61: style: The scope of the variable 'lext' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:548:9: style: The scope of the variable 'nbr' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1148:29: style: The scope of the variable 'ltform' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1322:9: style: The scope of the variable 'nbuff' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1322:16: style: The scope of the variable 'nlbuff' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1323:9: style: The scope of the variable 'nbr' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1324:25: style: The scope of the variable 'ntry' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1324:31: style: The scope of the variable 'ioff' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1325:11: style: The scope of the variable 'tbuff1' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1643:35: style: The scope of the variable 'bytepix' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1644:24: style: The scope of the variable 'iaxis' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1647:10: style: The scope of the variable 'keyword' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:1788:31: style: The scope of the variable 'nbr' can be reduced. [variableScope]
funtools-1.4.7/wcs/fitsfile.c:740:12: style: Variable 'nbr' is assigned a value that is never used. [unreadVariable]
funtools-1.4.7/wcs/fitsfile.c:1828:2: error: Memory leak: image [memleak]
funtools-1.4.7/wcs/fitsfile.c:1836:7: error: Memory leak: image [memleak]
funtools-1.4.7/wcs/fitsfile.c:1852:6: error: Memory leak: image [memleak]
funtools-1.4.7/wcs/fitsfile.c:1860:6: error: Memory leak: image [memleak]
funtools-1.4.7/wcs/fitsfile.c:1873:6: error: Memory leak: image [memleak]
funtools-1.4.7/wcs/fitsfile.c:1880:6: error: Memory leak: image [memleak]
funtools-1.4.7/wcs/fitsfile.c:1687:0: error: Memory leak: padding [memleak]
funtools-1.4.7/wcs/hget.c:1721:2: style: Variable 'strend' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/hget.c:1719:2: note: Variable 'strend' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/hget.c:1721:2: note: Variable 'strend' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/hget.c:1657:42: style: Same expression on both sides of '||'. [duplicateExpression]
funtools-1.4.7/wcs/hget.c:127:10: style: The scope of the variable 'keyword1' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:128:9: style: The scope of the variable 'lkey' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:157:12: style: The scope of the variable 'dval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:158:9: style: The scope of the variable 'minint' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:159:9: style: The scope of the variable 'lval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:160:11: style: The scope of the variable 'dchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:216:12: style: The scope of the variable 'dval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:217:9: style: The scope of the variable 'minshort' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:218:9: style: The scope of the variable 'lval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:219:11: style: The scope of the variable 'dchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:274:9: style: The scope of the variable 'lval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:275:11: style: The scope of the variable 'dchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:380:10: style: The scope of the variable 'keyword1' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:381:9: style: The scope of the variable 'lkey' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:411:9: style: The scope of the variable 'lval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:412:11: style: The scope of the variable 'dchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:459:10: style: The scope of the variable 'newval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:460:9: style: The scope of the variable 'lval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:501:12: style: The scope of the variable 'yeardays' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:501:22: style: The scope of the variable 'seconds' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:501:31: style: The scope of the variable 'fday' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:502:46: style: The scope of the variable 'nval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:503:9: style: The scope of the variable 'year' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:503:15: style: The scope of the variable 'month' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:503:22: style: The scope of the variable 'day' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:503:27: style: The scope of the variable 'yday' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:503:33: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:503:36: style: The scope of the variable 'hours' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:503:43: style: The scope of the variable 'minutes' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:744:10: style: The scope of the variable 'keyword1' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:745:9: style: The scope of the variable 'lkey' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:775:9: style: The scope of the variable 'lval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:810:9: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:810:12: style: The scope of the variable 'nchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:846:10: style: The scope of the variable 'cwhite' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:851:18: style: The scope of the variable 'cpar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:852:45: style: The scope of the variable 'brack2' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:853:9: style: The scope of the variable 'ipar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:853:18: style: The scope of the variable 'lkey' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1089:9: style: The scope of the variable 'icol' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1089:15: style: The scope of the variable 'nextchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1089:25: style: The scope of the variable 'lkey' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1089:31: style: The scope of the variable 'nleft' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1185:9: style: The scope of the variable 'icol' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1185:15: style: The scope of the variable 'nextchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1185:25: style: The scope of the variable 'lkey' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1185:31: style: The scope of the variable 'nleft' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1289:12: style: The scope of the variable 'deg' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1289:17: style: The scope of the variable 'min' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1289:22: style: The scope of the variable 'sec' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1289:27: style: The scope of the variable 'sign' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1290:11: style: The scope of the variable 'value' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1291:9: style: The scope of the variable 'lval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1292:11: style: The scope of the variable 'dchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1677:11: style: The scope of the variable 'cdot' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1678:9: style: The scope of the variable 'lstr' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1714:11: style: The scope of the variable 'sdot' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1714:36: style: The scope of the variable 'ctemp' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1714:44: style: The scope of the variable 'slast' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1715:9: style: The scope of the variable 'ndek' can be reduced. [variableScope]
funtools-1.4.7/wcs/hget.c:1715:21: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:511:2: style: Variable 'v2' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/hput.c:507:2: note: Variable 'v2' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/hput.c:511:2: note: Variable 'v2' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/hput.c:145:9: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:145:12: style: The scope of the variable 'lval' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:360:16: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:406:10: style: The scope of the variable 'line' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:408:26: style: The scope of the variable 'q1' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:408:31: style: The scope of the variable 'q2' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:408:36: style: The scope of the variable 'c1' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:409:35: style: The scope of the variable 'lv1' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:409:47: style: The scope of the variable 'lblank' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:409:63: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:603:32: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:603:35: style: The scope of the variable 'lblank' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:604:11: style: The scope of the variable 'vp' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:604:36: style: The scope of the variable 'q1' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:604:41: style: The scope of the variable 'q2' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:802:20: style: The scope of the variable 'v2' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:849:11: style: The scope of the variable 'v' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:851:9: style: The scope of the variable 'lv2' can be reduced. [variableScope]
funtools-1.4.7/wcs/hput.c:851:14: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:179:8: style: The scope of the variable 'dval' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:180:5: style: The scope of the variable 'minint' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:221:8: style: The scope of the variable 'dval' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:222:5: style: The scope of the variable 'minshort' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:292:14: style: The scope of the variable 'val' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:325:6: style: The scope of the variable 'lval' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:360:7: style: The scope of the variable 'cwhite' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:364:14: style: The scope of the variable 'cpar' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:365:8: style: The scope of the variable 'c1' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:365:22: style: The scope of the variable 'brack2' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:366:6: style: The scope of the variable 'ipar' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:457:9: style: The scope of the variable 'lastchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:457:19: style: The scope of the variable 'nextchar' can be reduced. [variableScope]
funtools-1.4.7/wcs/iget.c:457:35: style: The scope of the variable 'nleft' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1387:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/imhfile.c:1552:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
funtools-1.4.7/wcs/imhfile.c:1285:5: style: Variable 'fitsend' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/imhfile.c:1282:5: note: Variable 'fitsend' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/imhfile.c:1285:5: note: Variable 'fitsend' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/imhfile.c:264:83: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:266:23: style: The scope of the variable 'nbaxis' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:266:31: style: The scope of the variable 'nbl' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:266:36: style: The scope of the variable 'nbdiff' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:269:27: style: The scope of the variable 'len' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:271:10: style: The scope of the variable 'newpixname' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:490:24: style: The scope of the variable 'ib' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:501:55: style: The scope of the variable 'hpixswap' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:938:11: style: The scope of the variable 'bang' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:940:11: style: The scope of the variable 'pixn' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:940:18: style: The scope of the variable 'newpixname' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1036:14: style: The scope of the variable 'plen' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1107:23: style: The scope of the variable 'lhdrdir' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1108:12: style: The scope of the variable 'irafp' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1109:29: style: The scope of the variable 'filename' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1110:52: style: The scope of the variable 'hdrfile' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1709:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1733:10: style: The scope of the variable 'temp0' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1733:17: style: The scope of the variable 'temp1' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1733:24: style: The scope of the variable 'temp2' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:1733:31: style: The scope of the variable 'temp3' can be reduced. [variableScope]
funtools-1.4.7/wcs/imhfile.c:208:0: error: Resource leak: fd [resourceLeak]
funtools-1.4.7/wcs/imhfile.c:312:0: error: Resource leak: fd [resourceLeak]
funtools-1.4.7/wcs/imhfile.c:1592:0: error: Memory leak: irafstring [memleak]
funtools-1.4.7/wcs/imio.c:159:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:164:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:270:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:275:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:376:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:381:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:444:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:448:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:474:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:478:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:504:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:508:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:534:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:538:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:545:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:577:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:581:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:588:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:620:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:624:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:708:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:719:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:811:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:822:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:922:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:928:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:1050:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:1056:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:1119:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:1125:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:1218:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:1224:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:1326:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:1333:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
funtools-1.4.7/wcs/imio.c:649:24: style: The scope of the variable 'ip2' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:650:22: style: The scope of the variable 'ip4' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:651:33: style: The scope of the variable 'ipu' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:652:24: style: The scope of the variable 'ipr' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:655:12: style: The scope of the variable 'ipd' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:657:32: style: The scope of the variable 'ipc' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:753:24: style: The scope of the variable 'ip2' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:754:22: style: The scope of the variable 'ip4' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:755:33: style: The scope of the variable 'ipu' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:756:24: style: The scope of the variable 'ipr' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:757:18: style: The scope of the variable 'ipd' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:760:31: style: The scope of the variable 'cp' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:860:26: style: The scope of the variable 'ucon' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:953:16: style: The scope of the variable 'ccon' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:954:17: style: The scope of the variable 'jcon' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:955:15: style: The scope of the variable 'icon' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:956:26: style: The scope of the variable 'ucon' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:1399:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:1423:10: style: The scope of the variable 'temp0' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:1423:17: style: The scope of the variable 'temp1' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:1423:24: style: The scope of the variable 'temp2' can be reduced. [variableScope]
funtools-1.4.7/wcs/imio.c:1423:31: style: The scope of the variable 'temp3' can be reduced. [variableScope]
funtools-1.4.7/wcs/lin.c:262:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
funtools-1.4.7/wcs/lin.c:294:35: style: The scope of the variable 'pivot' can be reduced. [variableScope]
funtools-1.4.7/wcs/lin.c:295:11: style: The scope of the variable 'colmax' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:63:12: style: The scope of the variable 'twopi' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:23: style: The scope of the variable 'xy' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:26: style: The scope of the variable 'x2' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:29: style: The scope of the variable 'y2' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:32: style: The scope of the variable 'x2y' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:36: style: The scope of the variable 'y2x' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:40: style: The scope of the variable 'x3' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:43: style: The scope of the variable 'y3' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:46: style: The scope of the variable 'r2' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:49: style: The scope of the variable 'dx' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:145:52: style: The scope of the variable 'dy' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:147:12: style: The scope of the variable 'f' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:147:14: style: The scope of the variable 'fx' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:147:17: style: The scope of the variable 'fy' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:147:20: style: The scope of the variable 'g' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:147:22: style: The scope of the variable 'gx' can be reduced. [variableScope]
funtools-1.4.7/wcs/platepos.c:147:25: style: The scope of the variable 'gy' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:162:33: style: The scope of the variable 'degreet' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:162:50: style: The scope of the variable 'groupt' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:162:59: style: The scope of the variable 'gexpot' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:163:6: style: The scope of the variable 'g' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:247:11: style: The scope of the variable 'alphat' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:249:7: style: The scope of the variable 'wval' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:249:12: style: The scope of the variable 'yval' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:348:36: style: The scope of the variable 'powerst2' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:436:12: style: The scope of the variable 'vmat' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:866:33: style: The scope of the variable 'degreet' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:866:50: style: The scope of the variable 'groupt' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:866:59: style: The scope of the variable 'gexpot' can be reduced. [variableScope]
funtools-1.4.7/wcs/poly.c:868:5: style: The scope of the variable 'g' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:461:11: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:461:14: style: The scope of the variable 'b' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:519:11: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:519:14: style: The scope of the variable 'b' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:519:20: style: The scope of the variable 's' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:519:23: style: The scope of the variable 't' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:520:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:640:11: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:640:14: style: The scope of the variable 'b' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:699:11: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:699:14: style: The scope of the variable 'b' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:699:17: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:699:20: style: The scope of the variable 'd' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:699:27: style: The scope of the variable 'sth1' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:699:33: style: The scope of the variable 'sth2' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:699:39: style: The scope of the variable 'sthe' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:699:50: style: The scope of the variable 't' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:700:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1075:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:11: style: The scope of the variable 'a' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:14: style: The scope of the variable 'b' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:17: style: The scope of the variable 'c' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:20: style: The scope of the variable 'd' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:27: style: The scope of the variable 'sth1' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:33: style: The scope of the variable 'sth2' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:39: style: The scope of the variable 'sthe' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:45: style: The scope of the variable 'sxy' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:54: style: The scope of the variable 'x1' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:58: style: The scope of the variable 'xp' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:66: style: The scope of the variable 'y1' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:70: style: The scope of the variable 'yp' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1076:74: style: The scope of the variable 'z' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1280:13: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1281:11: style: The scope of the variable 'd' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1281:14: style: The scope of the variable 'd1' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1281:18: style: The scope of the variable 'd2' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1281:22: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1281:29: style: The scope of the variable 'zd1' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1281:34: style: The scope of the variable 'zd2' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1282:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:1589:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:2001:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:2866:21: style: The scope of the variable 'w' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:3047:17: style: The scope of the variable 'cos2' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:3047:29: style: The scope of the variable 'tan2' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:3328:20: style: The scope of the variable 'cotthe' can be reduced. [variableScope]
funtools-1.4.7/wcs/proj.c:4208:17: style: The scope of the variable 'tol' can be reduced. [variableScope]
funtools-1.4.7/wcs/sph.c:109:61: style: The scope of the variable 'z' can be reduced. [variableScope]
funtools-1.4.7/wcs/sph.c:169:61: style: The scope of the variable 'z' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:166:77: style: The scope of the variable 'z' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:168:12: style: The scope of the variable 'xs' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:168:16: style: The scope of the variable 'ys' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:315:20: style: The scope of the variable 'niter' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:317:15: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:317:24: style: The scope of the variable 'z' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:317:48: style: The scope of the variable 'tx' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:12: style: The scope of the variable 'xm' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:16: style: The scope of the variable 'ym' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:20: style: The scope of the variable 'f' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:23: style: The scope of the variable 'fx' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:27: style: The scope of the variable 'fy' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:31: style: The scope of the variable 'g' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:34: style: The scope of the variable 'gx' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:38: style: The scope of the variable 'gy' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:42: style: The scope of the variable 'denom' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:49: style: The scope of the variable 'dx' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:318:53: style: The scope of the variable 'dy' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:560:12: style: The scope of the variable 'dval' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:635:17: style: The scope of the variable 'accum' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:736:9: style: The scope of the variable 'order' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:736:38: style: The scope of the variable 'nmove1' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:736:46: style: The scope of the variable 'nmove2' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:739:18: style: The scope of the variable 'norm' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:944:39: style: The scope of the variable 'order' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:1061:12: style: The scope of the variable 'ri' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:1151:23: style: The scope of the variable 'order' can be reduced. [variableScope]
funtools-1.4.7/wcs/tnxpos.c:817:2: error: Memory leak: sf2 [memleak]
funtools-1.4.7/wcs/tnxpos.c:584:3: error: Common realloc mistake: 'coeff' nulled but not freed upon failure [memleakOnRealloc]
funtools-1.4.7/wcs/tnxpos.c:832:6: error: Common realloc mistake: 'coeff' nulled but not freed upon failure [memleakOnRealloc]
funtools-1.4.7/wcs/wcs.c:190:24: warning: Either the condition 'proj' is redundant or there is possible null pointer dereference: proj. [nullPointerRedundantCheck]
funtools-1.4.7/wcs/wcs.c:188:12: note: Assuming that condition 'proj' is not redundant
funtools-1.4.7/wcs/wcs.c:190:24: note: Null pointer dereference
funtools-1.4.7/wcs/wcs.c:193:27: warning: Either the condition 'proj' is redundant or there is possible null pointer dereference: proj. [nullPointerRedundantCheck]
funtools-1.4.7/wcs/wcs.c:188:12: note: Assuming that condition 'proj' is not redundant
funtools-1.4.7/wcs/wcs.c:193:27: note: Null pointer dereference
funtools-1.4.7/wcs/wcs.c:194:27: warning: Either the condition 'proj' is redundant or there is possible null pointer dereference: proj. [nullPointerRedundantCheck]
funtools-1.4.7/wcs/wcs.c:188:12: note: Assuming that condition 'proj' is not redundant
funtools-1.4.7/wcs/wcs.c:194:27: note: Null pointer dereference
funtools-1.4.7/wcs/wcs.c:729:12: style: The scope of the variable 'tcd' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:978:9: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1188:12: style: The scope of the variable 'xpix' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1188:17: style: The scope of the variable 'ypix' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1189:10: style: The scope of the variable 'wcstring' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1190:12: style: The scope of the variable 'width' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1190:19: style: The scope of the variable 'height' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1190:27: style: The scope of the variable 'secpix' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1190:35: style: The scope of the variable 'secpixh' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1190:44: style: The scope of the variable 'secpixw' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1191:9: style: The scope of the variable 'lstr' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1314:12: style: The scope of the variable 'xpix' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1314:18: style: The scope of the variable 'ypix' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1314:52: style: The scope of the variable 'xcpix' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1314:59: style: The scope of the variable 'ycpix' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1374:68: style: The scope of the variable 'temp' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1437:12: style: The scope of the variable 'diffi' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1528:9: style: The scope of the variable 'lcom' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1528:14: style: The scope of the variable 'icom' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1562:10: style: The scope of the variable 'command' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1564:10: style: The scope of the variable 'xystring' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1565:11: style: The scope of the variable 'fileform' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1565:22: style: The scope of the variable 'posform' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1565:32: style: The scope of the variable 'imform' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1566:9: style: The scope of the variable 'ier' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1652:17: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:1761:16: style: The scope of the variable 'i' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:2105:12: style: The scope of the variable 'eqin' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:2105:18: style: The scope of the variable 'eqout' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:2227:18: style: The scope of the variable 'eqout' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:2584:54: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:2587:21: style: The scope of the variable 'oldhead' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcs.c:2732:0: error: Memory leak: newhead [memleak]
funtools-1.4.7/wcs/wcscon.c:159:10: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
funtools-1.4.7/wcs/wcscon.c:148:29: note: outer condition: eq1==eq2
funtools-1.4.7/wcs/wcscon.c:159:10: note: opposite inner condition: eq1!=eq2
funtools-1.4.7/wcs/wcscon.c:1114:9: style: Condition 'diag' is always false [knownConditionTrueFalse]
funtools-1.4.7/wcs/wcscon.c:1005:16: note: Assignment 'diag=0', assigned value is 0
funtools-1.4.7/wcs/wcscon.c:1114:9: note: Condition 'diag' is always false
funtools-1.4.7/wcs/wcscon.c:1398:9: style: Condition 'diag' is always false [knownConditionTrueFalse]
funtools-1.4.7/wcs/wcscon.c:1292:16: note: Assignment 'diag=0', assigned value is 0
funtools-1.4.7/wcs/wcscon.c:1398:9: note: Condition 'diag' is always false
funtools-1.4.7/wcs/wcscon.c:1003:12: style: The scope of the variable 'dra' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:1003:16: style: The scope of the variable 'ddec' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:1289:28: style: The scope of the variable 'dra' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:1289:32: style: The scope of the variable 'ddec' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:1446:11: style: The scope of the variable 'eqcoor' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:1503:11: style: The scope of the variable 'eqcoor' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:1578:11: style: The scope of the variable 'eqcoor' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:1632:11: style: The scope of the variable 'eqcoor' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:2085:20: style: The scope of the variable 'srot' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:2085:26: style: The scope of the variable 'crot' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcscon.c:2085:50: style: The scope of the variable 'wmi' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:793:19: error: Array 'wcs->prj.ppv[200]' accessed at index 200, which is out of bounds. [arrayIndexOutOfBounds]
funtools-1.4.7/wcs/wcsinit.c:220:29: style: The scope of the variable 'depwcs' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:221:22: style: The scope of the variable 'ctype2' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:222:10: style: The scope of the variable 'pvkey1' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:222:20: style: The scope of the variable 'pvkey2' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:222:30: style: The scope of the variable 'pvkey3' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:229:20: style: The scope of the variable 'k' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:229:30: style: The scope of the variable 'cd11p' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:229:37: style: The scope of the variable 'cd12p' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:229:44: style: The scope of the variable 'cd21p' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:229:51: style: The scope of the variable 'cd22p' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:230:9: style: The scope of the variable 'ilat' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:244:9: style: The scope of the variable 'twod' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:1350:10: style: The scope of the variable 'tstring' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcsinit.c:118:0: error: Memory leak: upname [memleak]
funtools-1.4.7/wcs/wcslib.c:568:11: style: The scope of the variable 'err' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcslib.c:569:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcslib.c:658:11: style: The scope of the variable 'err' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcslib.c:658:16: style: The scope of the variable 'face' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcslib.c:659:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
funtools-1.4.7/wcs/wcstrig.c:171:20: style: Condition 'x<0.0' is always true [knownConditionTrueFalse]
funtools-1.4.7/wcs/worldpos.c:394:50: style: The scope of the variable 'x' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:429:3: style: Variable 'lambda' is reassigned a value before the old one has been used. [redundantAssignment]
funtools-1.4.7/wcs/zpxpos.c:428:3: note: Variable 'lambda' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/zpxpos.c:429:3: note: Variable 'lambda' is reassigned a value before the old one has been used.
funtools-1.4.7/wcs/zpxpos.c:83:12: style: The scope of the variable 'j' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:85:51: style: The scope of the variable 'header1' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:86:12: style: The scope of the variable 'zd1' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:86:17: style: The scope of the variable 'd1' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:86:21: style: The scope of the variable 'zd2' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:86:25: style: The scope of the variable 'd2' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:86:29: style: The scope of the variable 'zd' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:86:33: style: The scope of the variable 'd' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:86:36: style: The scope of the variable 'r' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:251:77: style: The scope of the variable 'z' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:253:12: style: The scope of the variable 'xs' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:253:16: style: The scope of the variable 'ys' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:518:23: style: The scope of the variable 'niter' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:520:24: style: The scope of the variable 'z' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:520:48: style: The scope of the variable 'tx' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:12: style: The scope of the variable 'xm' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:16: style: The scope of the variable 'ym' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:20: style: The scope of the variable 'f' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:23: style: The scope of the variable 'fx' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:27: style: The scope of the variable 'fy' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:31: style: The scope of the variable 'g' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:34: style: The scope of the variable 'gx' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:38: style: The scope of the variable 'gy' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:42: style: The scope of the variable 'denom' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:49: style: The scope of the variable 'dx' can be reduced. [variableScope]
funtools-1.4.7/wcs/zpxpos.c:521:53: style: The scope of the variable 'dy' can be reduced. [variableScope]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/furiusisomount/furiusisomount_0.11.3.1~repack1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fuse/fuse_2.9.8.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/fuse-convmvfs/fuse-convmvfs_0.2.6.orig.tar.gz
fuse-convmvfs-0.2.6/src/convmvfs.cpp:620:39: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
fuse-convmvfs-0.2.6/src/convmvfs.cpp:621:39: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuse-emulator/fuse-emulator_1.5.6+dfsg1.orig.tar.xz
fuse-emulator-1.5.6+dfsg1/compat/amiga/paths.c:52:3: portability: Returning an address value in a function with integer return type is not portable. [CastAddressToIntegerAtReturn]
fuse-emulator-1.5.6+dfsg1/compat/amiga/paths.c:109:44: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:233:37: style: The scope of the variable 'bp' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:277:24: style: The scope of the variable 'bp' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:526:52: style: Function 'free_breakpoint' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:79:54: note: Function 'free_breakpoint' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:526:52: note: Function 'free_breakpoint' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:607:51: style: Function 'add_time_event' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:80:53: note: Function 'add_time_event' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:607:51: note: Function 'add_time_event' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:619:66: style: Function 'debugger_breakpoint_time_fn' argument 2 names different: declaration 'type' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/debugger/debugger_internals.h:35:66: note: Function 'debugger_breakpoint_time_fn' argument 2 names different: declaration 'type' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:619:66: note: Function 'debugger_breakpoint_time_fn' argument 2 names different: declaration 'type' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:620:46: style: Function 'debugger_breakpoint_time_fn' argument 3 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/debugger/debugger_internals.h:35:78: note: Function 'debugger_breakpoint_time_fn' argument 3 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/debugger/breakpoint.c:620:46: note: Function 'debugger_breakpoint_time_fn' argument 3 names different: declaration 'user_data' definition 'GCC_UNUSED'.
debugger/commandl.c:1859:2: warning: Possible null pointer dereference: b [nullPointer]
debugger/commandl.c:1752:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
debugger/commandl.c:1859:2: note: Null pointer dereference
debugger/commandl.c:1860:2: warning: Possible null pointer dereference: b [nullPointer]
debugger/commandl.c:1752:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
debugger/commandl.c:1860:2: note: Null pointer dereference
debugger/commandl.c:1871:9: warning: Possible null pointer dereference: b [nullPointer]
debugger/commandl.c:1752:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
debugger/commandl.c:1871:9: note: Null pointer dereference
debugger/commandl.c:1500:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
debugger/commandl.c:1604:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
debugger/commandl.c:356:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
debugger/commandl.c:1604:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
debugger/commandl.c:1627:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
debugger/commandl.c:763:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
debugger/commandl.c:1627:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
debugger/commandl.c:2044:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
debugger/commandl.c:311:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
debugger/commandl.c:2044:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
debugger/commandl.c:2057:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
debugger/commandl.c:312:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
debugger/commandl.c:2057:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
debugger/commandl.c:2057:68: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
debugger/commandl.c:312:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
debugger/commandl.c:2057:68: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
debugger/commandl.c:2189:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
debugger/commandl.c:729:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
debugger/commandl.c:2189:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
* yacc.c:358  *:795:53: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
* yacc.c:358  *:829:15: note: Assuming that condition 'yytoken!=-2' is not redundant
* yacc.c:358  *:795:53: note: Negative array index
fuse-emulator-1.5.6+dfsg1/debugger/debugger.c:178:39: style: Function 'debugger_port_write' argument 1 names different: declaration 'address' definition 'port'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/debugger/debugger_internals.h:48:43: note: Function 'debugger_port_write' argument 1 names different: declaration 'address' definition 'port'.
fuse-emulator-1.5.6+dfsg1/debugger/debugger.c:178:39: note: Function 'debugger_port_write' argument 1 names different: declaration 'address' definition 'port'.
fuse-emulator-1.5.6+dfsg1/debugger/disassemble.c:802:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/debugger/disassemble.c:802:21: style: The scope of the variable 'longest' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/debugger/expression.c:237:50: style: Function 'debugger_expression_delete' argument 1 names different: declaration 'expression' definition 'exp'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/debugger/debugger_internals.h:91:55: note: Function 'debugger_expression_delete' argument 1 names different: declaration 'expression' definition 'exp'.
fuse-emulator-1.5.6+dfsg1/debugger/expression.c:237:50: note: Function 'debugger_expression_delete' argument 1 names different: declaration 'expression' definition 'exp'.
fuse-emulator-1.5.6+dfsg1/debugger/expression.c:318:52: style: Function 'debugger_expression_evaluate' argument 1 names different: declaration 'expression' definition 'exp'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/debugger/debugger_internals.h:94:52: note: Function 'debugger_expression_evaluate' argument 1 names different: declaration 'expression' definition 'exp'.
fuse-emulator-1.5.6+dfsg1/debugger/expression.c:318:52: note: Function 'debugger_expression_evaluate' argument 1 names different: declaration 'expression' definition 'exp'.
fuse-emulator-1.5.6+dfsg1/debugger/expression.c:344:40: style: Function 'evaluate_unaryop' argument 1 names different: declaration 'unaryop' definition 'unary'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/debugger/expression.c:95:65: note: Function 'evaluate_unaryop' argument 1 names different: declaration 'unaryop' definition 'unary'.
fuse-emulator-1.5.6+dfsg1/debugger/expression.c:344:40: note: Function 'evaluate_unaryop' argument 1 names different: declaration 'unaryop' definition 'unary'.
fuse-emulator-1.5.6+dfsg1/display.c:892:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/display.c:893:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/display.c:676:34: style: Function 'display_dirty8' argument 1 names different: declaration 'address' definition 'offset'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/display.c:119:46: note: Function 'display_dirty8' argument 1 names different: declaration 'address' definition 'offset'.
fuse-emulator-1.5.6+dfsg1/display.c:676:34: note: Function 'display_dirty8' argument 1 names different: declaration 'address' definition 'offset'.
fuse-emulator-1.5.6+dfsg1/display.c:687:35: style: Function 'display_dirty64' argument 1 names different: declaration 'address' definition 'offset'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/display.c:120:47: note: Function 'display_dirty64' argument 1 names different: declaration 'address' definition 'offset'.
fuse-emulator-1.5.6+dfsg1/display.c:687:35: note: Function 'display_dirty64' argument 1 names different: declaration 'address' definition 'offset'.
fuse-emulator-1.5.6+dfsg1/event.c:288:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/fuse.c:537:7: style: The scope of the variable 'error' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/fuse.c:634:7: style: The scope of the variable 'error' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/fuse.c:768:27: style: The scope of the variable 'check_snapshot' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/fuse.c:232:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/fuse.c:251:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/fuse.c:282:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/fuse.c:475:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/machine.c:448:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/machines/pentagon.c:96:47: style: Function 'pentagon_port_from_ula' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/machines/pentagon.h:36:46: note: Function 'pentagon_port_from_ula' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/pentagon.c:96:47: note: Function 'pentagon_port_from_ula' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/pentagon1024.c:115:54: style: Function 'pentagon1024_memoryport_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/machines/pentagon.h:39:54: note: Function 'pentagon1024_memoryport_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/pentagon1024.c:115:54: note: Function 'pentagon1024_memoryport_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/pentagon1024.c:128:58: style: Function 'pentagon1024_v22_memoryport_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/machines/pentagon.h:40:58: note: Function 'pentagon1024_v22_memoryport_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/pentagon1024.c:128:58: note: Function 'pentagon1024_v22_memoryport_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/spec128.c:123:49: style: Function 'spec128_memoryport_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/machines/spec128.h:34:49: note: Function 'spec128_memoryport_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/spec128.c:123:49: note: Function 'spec128_memoryport_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/spec128.c:108:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/machines/spec_se.c:191:16: style: The scope of the variable 'exrom_dock' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:105:48: style: Function 'specplus3_port_from_ula' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/machines/specplus3.h:34:47: note: Function 'specplus3_port_from_ula' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:105:48: note: Function 'specplus3_port_from_ula' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:292:61: style: Function 'specplus3_memoryport2_write_internal' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/machines/specplus3.h:48:61: note: Function 'specplus3_memoryport2_write_internal' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:292:61: note: Function 'specplus3_memoryport2_write_internal' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:374:45: style: Function 'specplus3_fdc_status' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/machines/specplus3.h:51:57: note: Function 'specplus3_fdc_status' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:374:45: note: Function 'specplus3_fdc_status' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:382:43: style: Function 'specplus3_fdc_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/machines/specplus3.h:52:55: note: Function 'specplus3_fdc_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:382:43: note: Function 'specplus3_fdc_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:390:44: style: Function 'specplus3_fdc_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/machines/specplus3.h:53:44: note: Function 'specplus3_fdc_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/specplus3.c:390:44: note: Function 'specplus3_fdc_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/machines/tc2068.c:74:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/memory_pages.c:156:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/memory_pages.c:157:9: style: The scope of the variable 'description' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/memory_pages.c:183:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/mempool.c:125:11: style: The scope of the variable 'pool' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/mempool.c:144:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/menu.c:419:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/menu.c:863:20: style: The scope of the variable 'fmf_file' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/movie.c:357:28: warning: Either the condition 'if(of)' is redundant or there is possible null pointer dereference: of. [nullPointerRedundantCheck]
fuse-emulator-1.5.6+dfsg1/movie.c:375:5: note: Assuming that condition 'if(of)' is not redundant
fuse-emulator-1.5.6+dfsg1/movie.c:357:28: note: Null pointer dereference
fuse-emulator-1.5.6+dfsg1/movie.c:218:22: style: The scope of the variable 'dpoint' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/movie.c:452:43: style: Function 'movie_add_sound' argument 1 names different: declaration 'buf' definition 'buff'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/movie.h:36:48: note: Function 'movie_add_sound' argument 1 names different: declaration 'buf' definition 'buff'.
fuse-emulator-1.5.6+dfsg1/movie.c:452:43: note: Function 'movie_add_sound' argument 1 names different: declaration 'buf' definition 'buff'.
fuse-emulator-1.5.6+dfsg1/peripherals/ay.c:148:26: style: Function 'ay_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ay.c:48:27: note: Function 'ay_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ay.c:148:26: note: Function 'ay_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/covox.c:101:29: style: Function 'covox_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/covox.c:42:30: note: Function 'covox_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/covox.c:101:29: note: Function 'covox_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:156:10: style: The scope of the variable 'd' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:194:28: style: Function 'beta_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:96:29: note: Function 'beta_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:194:28: note: Function 'beta_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:272:37: style: Function 'beta_sr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:52:49: note: Function 'beta_sr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:272:37: note: Function 'beta_sr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:281:38: style: Function 'beta_cr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:50:38: note: Function 'beta_cr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:281:38: note: Function 'beta_cr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:289:37: style: Function 'beta_tr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:54:49: note: Function 'beta_tr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:289:37: note: Function 'beta_tr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:298:38: style: Function 'beta_tr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:55:38: note: Function 'beta_tr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:298:38: note: Function 'beta_tr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:306:38: style: Function 'beta_sec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:57:50: note: Function 'beta_sec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:306:38: note: Function 'beta_sec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:315:39: style: Function 'beta_sec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:58:39: note: Function 'beta_sec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:315:39: note: Function 'beta_sec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:323:37: style: Function 'beta_dr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:60:49: note: Function 'beta_dr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:323:37: note: Function 'beta_dr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:332:38: style: Function 'beta_dr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:61:38: note: Function 'beta_dr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:332:38: note: Function 'beta_dr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:340:38: style: Function 'beta_sp_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:64:38: note: Function 'beta_sp_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:340:38: note: Function 'beta_sp_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:356:37: style: Function 'beta_sp_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.h:63:49: note: Function 'beta_sp_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:356:37: note: Function 'beta_sp_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/beta.c:350:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:181:10: style: The scope of the variable 'd' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:474:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:349:38: style: Function 'didaktik_8255_read' argument 1 names different: declaration 'GCC_UNUSED' definition 'port'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:88:67: note: Function 'didaktik_8255_read' argument 1 names different: declaration 'GCC_UNUSED' definition 'port'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:349:38: note: Function 'didaktik_8255_read' argument 1 names different: declaration 'GCC_UNUSED' definition 'port'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:365:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:367:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:368:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:371:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/didaktik.c:373:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:197:10: style: The scope of the variable 'd' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:606:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:328:41: style: Function 'disciple_sr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:83:60: note: Function 'disciple_sr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:328:41: note: Function 'disciple_sr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:335:42: style: Function 'disciple_cr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:84:49: note: Function 'disciple_cr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:335:42: note: Function 'disciple_cr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:341:41: style: Function 'disciple_tr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:85:60: note: Function 'disciple_tr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:341:41: note: Function 'disciple_tr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:348:42: style: Function 'disciple_tr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:86:49: note: Function 'disciple_tr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:348:42: note: Function 'disciple_tr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:354:42: style: Function 'disciple_sec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:87:61: note: Function 'disciple_sec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:354:42: note: Function 'disciple_sec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:361:43: style: Function 'disciple_sec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:88:50: note: Function 'disciple_sec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:361:43: note: Function 'disciple_sec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:367:41: style: Function 'disciple_dr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:89:60: note: Function 'disciple_dr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:367:41: note: Function 'disciple_dr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:374:42: style: Function 'disciple_dr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:90:49: note: Function 'disciple_dr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:374:42: note: Function 'disciple_dr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:380:42: style: Function 'disciple_joy_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:92:61: note: Function 'disciple_joy_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:380:42: note: Function 'disciple_joy_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:392:42: style: Function 'disciple_cn_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:93:49: note: Function 'disciple_cn_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:392:42: note: Function 'disciple_cn_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:426:43: style: Function 'disciple_net_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:94:50: note: Function 'disciple_net_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:426:43: note: Function 'disciple_net_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:427:26: style: Function 'disciple_net_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:94:73: note: Function 'disciple_net_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:427:26: note: Function 'disciple_net_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:433:43: style: Function 'disciple_boot_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:95:62: note: Function 'disciple_boot_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:433:43: note: Function 'disciple_boot_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:434:34: style: Function 'disciple_boot_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:95:86: note: Function 'disciple_boot_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:434:34: note: Function 'disciple_boot_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:442:44: style: Function 'disciple_boot_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:96:51: note: Function 'disciple_boot_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:442:44: note: Function 'disciple_boot_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:443:27: style: Function 'disciple_boot_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:96:74: note: Function 'disciple_boot_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:443:27: note: Function 'disciple_boot_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:450:44: style: Function 'disciple_patch_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:97:63: note: Function 'disciple_patch_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:450:44: note: Function 'disciple_patch_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:451:35: style: Function 'disciple_patch_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:97:87: note: Function 'disciple_patch_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:451:35: note: Function 'disciple_patch_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:458:45: style: Function 'disciple_patch_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:98:52: note: Function 'disciple_patch_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:458:45: note: Function 'disciple_patch_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:459:26: style: Function 'disciple_patch_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:98:75: note: Function 'disciple_patch_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disciple.c:459:26: note: Function 'disciple_patch_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:981:7: style: Condition 'data' is always false [knownConditionTrueFalse]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:953:28: note: Assignment 'data=NULL', assigned value is 0
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:981:7: note: Condition 'data' is always false
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:323:13: style: The scope of the variable 'bpt' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:324:7: style: The scope of the variable 'mfm' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:324:12: style: The scope of the variable 'fm' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:324:16: style: The scope of the variable 'weak' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:877:10: style: The scope of the variable 'tlen' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:877:16: style: The scope of the variable 'clen' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:877:22: style: The scope of the variable 'ttyp' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:906:10: style: The scope of the variable 'tlen' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:906:16: style: The scope of the variable 'clen' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:906:22: style: The scope of the variable 'ttyp' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1257:46: style: The scope of the variable 'n_bytes' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1464:7: style: The scope of the variable 'bpt' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1464:12: style: The scope of the variable 'bpt_fm' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1465:20: style: The scope of the variable 'track_offset' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1589:7: style: The scope of the variable 'bpt' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1589:25: style: The scope of the variable 'trlen' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1590:16: style: The scope of the variable 'plus3_fix' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1884:33: style: The scope of the variable 'bpt' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1884:38: style: The scope of the variable 'gap' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1884:43: style: The scope of the variable 'mfm' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1885:34: style: The scope of the variable 'sector_offset' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2638:19: style: The scope of the variable 't' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:756:19: style: Function 'disk_new' argument 4 names different: declaration 'dens' definition 'density'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.h:143:64: note: Function 'disk_new' argument 4 names different: declaration 'dens' definition 'density'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:756:19: note: Function 'disk_new' argument 4 names different: declaration 'dens' definition 'density'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2234:63: style: Function 'disk_open' argument 4 names different: declaration 'disk_merge' definition 'merge_disks'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.h:149:67: note: Function 'disk_open' argument 4 names different: declaration 'disk_merge' definition 'merge_disks'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2234:63: note: Function 'disk_open' argument 4 names different: declaration 'disk_merge' definition 'merge_disks'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2311:13: style: Unused variable: error [unusedVariable]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:238:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:259:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:293:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:327:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:330:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:352:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:665:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:743:32: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:881:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:885:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:911:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:915:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:931:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:960:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1069:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1069:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1081:27: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1089:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1097:7: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1109:16: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1109:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1191:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1288:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1323:7: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1337:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1369:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1426:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1427:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1524:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1544:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1685:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1693:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1719:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1723:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1728:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1734:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1742:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1748:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1754:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1800:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1892:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1899:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1917:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1951:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1958:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1970:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:1986:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2011:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2050:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2078:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2200:10: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2324:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2328:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2328:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2347:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2360:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2360:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2521:7: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2534:7: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2605:7: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2646:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2694:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2714:5: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2721:9: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2760:7: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2776:7: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/disk.c:2813:7: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/fdd.c:135:3: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/opus.c:138:10: style: The scope of the variable 'd' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/opus.c:271:7: style: The scope of the variable 'drive' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/opus.c:271:14: style: The scope of the variable 'side' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/opus.c:272:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/opus.c:281:35: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:166:10: style: The scope of the variable 'd' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:275:38: style: Function 'plusd_sr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:77:57: note: Function 'plusd_sr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:275:38: note: Function 'plusd_sr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:282:39: style: Function 'plusd_cr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:78:46: note: Function 'plusd_cr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:282:39: note: Function 'plusd_cr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:288:38: style: Function 'plusd_tr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:79:57: note: Function 'plusd_tr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:288:38: note: Function 'plusd_tr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:295:39: style: Function 'plusd_tr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:80:46: note: Function 'plusd_tr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:295:39: note: Function 'plusd_tr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:301:39: style: Function 'plusd_sec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:81:58: note: Function 'plusd_sec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:301:39: note: Function 'plusd_sec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:308:40: style: Function 'plusd_sec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:82:47: note: Function 'plusd_sec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:308:40: note: Function 'plusd_sec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:314:38: style: Function 'plusd_dr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:83:57: note: Function 'plusd_dr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:314:38: note: Function 'plusd_dr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:321:39: style: Function 'plusd_dr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:84:46: note: Function 'plusd_dr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:321:39: note: Function 'plusd_dr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:327:39: style: Function 'plusd_cn_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:86:46: note: Function 'plusd_cn_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:327:39: note: Function 'plusd_cn_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:356:41: style: Function 'plusd_patch_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:87:60: note: Function 'plusd_patch_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:356:41: note: Function 'plusd_patch_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:356:80: style: Function 'plusd_patch_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:87:84: note: Function 'plusd_patch_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:356:80: note: Function 'plusd_patch_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:365:42: style: Function 'plusd_patch_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:88:49: note: Function 'plusd_patch_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:365:42: note: Function 'plusd_patch_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:365:73: style: Function 'plusd_patch_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:88:72: note: Function 'plusd_patch_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:365:73: note: Function 'plusd_patch_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:371:43: style: Function 'plusd_printer_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:89:62: note: Function 'plusd_printer_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/plusd.c:371:43: note: Function 'plusd_printer_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/trdos.c:99:27: style: The scope of the variable 'sector' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/upd_fdc.c:510:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/upd_fdc.c:1007:10: style: The scope of the variable 'terminated' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/upd_fdc.c:1008:16: style: The scope of the variable 'u' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/upd_fdc.c:855:47: style: Function 'upd_fdc_event' argument 1 names different: declaration 'last_tstates' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/upd_fdc.c:99:34: note: Function 'upd_fdc_event' argument 1 names different: declaration 'last_tstates' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/upd_fdc.c:855:47: note: Function 'upd_fdc_event' argument 1 names different: declaration 'last_tstates' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/upd_fdc.c:1005:50: style: Function 'upd_fdc_write_data' argument 2 names different: declaration 'b' definition 'data'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/upd_fdc.h:174:55: note: Function 'upd_fdc_write_data' argument 2 names different: declaration 'b' definition 'data'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/upd_fdc.c:1005:50: note: Function 'upd_fdc_write_data' argument 2 names different: declaration 'b' definition 'data'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:401:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:758:46: style: Function 'wd_fdc_event' argument 1 names different: declaration 'last_tstates' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:47:45: note: Function 'wd_fdc_event' argument 1 names different: declaration 'last_tstates' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:758:46: note: Function 'wd_fdc_event' argument 1 names different: declaration 'last_tstates' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:477:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:675:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:911:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:985:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:987:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:995:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:1001:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/disk/wd_fdc.c:1017:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divide.c:235:45: style: Function 'divide_control_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divide.c:47:52: note: Function 'divide_control_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divide.c:235:45: note: Function 'divide_control_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:233:45: style: Function 'divmmc_control_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:45:52: note: Function 'divmmc_control_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:233:45: note: Function 'divmmc_control_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:239:43: style: Function 'divmmc_card_select' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:46:50: note: Function 'divmmc_card_select' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:239:43: note: Function 'divmmc_card_select' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:260:40: style: Function 'divmmc_mmc_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:47:59: note: Function 'divmmc_mmc_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:260:40: note: Function 'divmmc_mmc_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:268:41: style: Function 'divmmc_mmc_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:48:48: note: Function 'divmmc_mmc_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divmmc.c:268:41: note: Function 'divmmc_mmc_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/divxxx.c:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/simpleide.c:113:33: style: Function 'simpleide_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/simpleide.h:28:27: note: Function 'simpleide_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/simpleide.c:113:33: note: Function 'simpleide_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:419:16: style: The scope of the variable 'page' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:420:13: style: The scope of the variable 'offset' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:532:21: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:220:31: style: Function 'zxatasp_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:152:32: note: Function 'zxatasp_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:220:31: note: Function 'zxatasp_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:272:43: style: Function 'zxatasp_portA_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:61:62: note: Function 'zxatasp_portA_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:272:43: note: Function 'zxatasp_portA_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:280:44: style: Function 'zxatasp_portA_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:63:51: note: Function 'zxatasp_portA_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:280:44: note: Function 'zxatasp_portA_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:286:43: style: Function 'zxatasp_portB_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:65:62: note: Function 'zxatasp_portB_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:286:43: note: Function 'zxatasp_portB_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:294:44: style: Function 'zxatasp_portB_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:67:51: note: Function 'zxatasp_portB_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:294:44: note: Function 'zxatasp_portB_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:300:43: style: Function 'zxatasp_portC_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:69:62: note: Function 'zxatasp_portC_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:300:43: note: Function 'zxatasp_portC_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:308:44: style: Function 'zxatasp_portC_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:71:51: note: Function 'zxatasp_portC_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:308:44: note: Function 'zxatasp_portC_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:372:45: style: Function 'zxatasp_control_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:73:64: note: Function 'zxatasp_control_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:372:45: note: Function 'zxatasp_control_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:380:46: style: Function 'zxatasp_control_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:75:53: note: Function 'zxatasp_control_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxatasp.c:380:46: note: Function 'zxatasp_control_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:115:7: style: The scope of the variable 'error' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:206:16: style: The scope of the variable 'page' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:207:13: style: The scope of the variable 'offset' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:318:21: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:164:28: style: Function 'zxcf_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:90:29: note: Function 'zxcf_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:164:28: note: Function 'zxcf_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:226:41: style: Function 'zxcf_memctl_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:57:60: note: Function 'zxcf_memctl_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:226:41: note: Function 'zxcf_memctl_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:234:42: style: Function 'zxcf_memctl_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:59:49: note: Function 'zxcf_memctl_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxcf.c:234:42: note: Function 'zxcf_memctl_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxmmc.c:199:42: style: Function 'zxmmc_card_select' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxmmc.c:41:49: note: Function 'zxmmc_card_select' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxmmc.c:199:42: note: Function 'zxmmc_card_select' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxmmc.c:218:39: style: Function 'zxmmc_mmc_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxmmc.c:42:58: note: Function 'zxmmc_mmc_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxmmc.c:218:39: note: Function 'zxmmc_mmc_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxmmc.c:226:40: style: Function 'zxmmc_mmc_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxmmc.c:44:47: note: Function 'zxmmc_mmc_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ide/zxmmc.c:226:40: note: Function 'zxmmc_mmc_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:493:21: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:494:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:842:7: style: The scope of the variable 'm' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1112:7: style: The scope of the variable 'm' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:389:27: style: Function 'if1_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:202:28: note: Function 'if1_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:389:27: note: Function 'if1_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:784:36: style: Function 'if1_port_in' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:208:55: note: Function 'if1_port_in' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:784:36: note: Function 'if1_port_in' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1019:37: style: Function 'if1_port_out' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:207:44: note: Function 'if1_port_out' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1019:37: note: Function 'if1_port_out' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1109:21: style: Function 'if1_mdr_insert' argument 1 names different: declaration 'drive' definition 'which'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.h:40:25: note: Function 'if1_mdr_insert' argument 1 names different: declaration 'drive' definition 'which'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1109:21: note: Function 'if1_mdr_insert' argument 1 names different: declaration 'drive' definition 'which'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1177:20: style: Function 'if1_mdr_eject' argument 1 names different: declaration 'drive' definition 'which'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.h:42:24: note: Function 'if1_mdr_eject' argument 1 names different: declaration 'drive' definition 'which'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1177:20: note: Function 'if1_mdr_eject' argument 1 names different: declaration 'drive' definition 'which'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1220:19: style: Function 'if1_mdr_save' argument 1 names different: declaration 'drive' definition 'which'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.h:43:23: note: Function 'if1_mdr_save' argument 1 names different: declaration 'drive' definition 'which'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1220:19: note: Function 'if1_mdr_save' argument 1 names different: declaration 'drive' definition 'which'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1239:20: style: Function 'if1_mdr_write' argument 1 names different: declaration 'drive' definition 'which'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.h:41:24: note: Function 'if1_mdr_write' argument 1 names different: declaration 'drive' definition 'which'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:1239:20: note: Function 'if1_mdr_write' argument 1 names different: declaration 'drive' definition 'which'.
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:90:7: style: struct member 'if1_ula_t::status' is never used. [unusedStructMember]
fuse-emulator-1.5.6+dfsg1/peripherals/if1.c:937:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/if2.c:136:27: style: Function 'if2_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/if2.c:50:28: note: Function 'if2_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/if2.c:136:27: note: Function 'if2_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/joystick.c:243:47: style: Function 'joystick_kempston_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/joystick.h:74:60: note: Function 'joystick_kempston_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/joystick.c:243:47: note: Function 'joystick_kempston_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/joystick.c:250:44: style: Function 'joystick_timex_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/joystick.h:76:57: note: Function 'joystick_timex_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/joystick.c:250:44: note: Function 'joystick_timex_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/joystick.c:256:45: style: Function 'joystick_fuller_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/joystick.h:78:58: note: Function 'joystick_fuller_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/joystick.c:256:45: note: Function 'joystick_fuller_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/kempmouse.c:100:39: style: Function 'kempmouse_update' argument 3 names different: declaration 'button' definition 'btn'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/kempmouse.h:28:44: note: Function 'kempmouse_update' argument 3 names different: declaration 'button' definition 'btn'.
fuse-emulator-1.5.6+dfsg1/peripherals/kempmouse.c:100:39: note: Function 'kempmouse_update' argument 3 names different: declaration 'button' definition 'btn'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:196:31: style: Function 'multiface_init' argument 1 names different: declaration 'context' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:106:34: note: Function 'multiface_init' argument 1 names different: declaration 'context' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:196:31: note: Function 'multiface_init' argument 1 names different: declaration 'context' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:455:44: style: Function 'multiface_port_out1' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:120:51: note: Function 'multiface_port_out1' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:455:44: note: Function 'multiface_port_out1' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:456:43: style: Function 'multiface_port_out1' argument 2 names different: declaration 'val' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:120:74: note: Function 'multiface_port_out1' argument 2 names different: declaration 'val' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:456:43: note: Function 'multiface_port_out1' argument 2 names different: declaration 'val' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:477:68: style: Function 'multiface_port_out128' argument 2 names different: declaration 'val' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:122:53: note: Function 'multiface_port_out128' argument 2 names different: declaration 'val' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:477:68: note: Function 'multiface_port_out128' argument 2 names different: declaration 'val' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:483:66: style: Function 'multiface_port_out3' argument 2 names different: declaration 'val' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:123:74: note: Function 'multiface_port_out3' argument 2 names different: declaration 'val' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:483:66: note: Function 'multiface_port_out3' argument 2 names different: declaration 'val' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:410:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/multiface.c:471:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/nic/enc28j60.c:274:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/nic/w5100.c:174:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:339:11: style: The scope of the variable 'c' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:641:12: style: The scope of the variable 'second_edge' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:642:21: style: The scope of the variable 'last_frames' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:644:22: style: The scope of the variable 'last_data' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:437:64: style: Function 'printer_zxp_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:72:60: note: Function 'printer_zxp_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:437:64: note: Function 'printer_zxp_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:488:53: style: Function 'printer_zxp_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:73:49: note: Function 'printer_zxp_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:488:53: note: Function 'printer_zxp_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:580:39: style: Function 'printer_zxp_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:71:35: note: Function 'printer_zxp_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:580:39: note: Function 'printer_zxp_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:702:51: style: Function 'printer_parallel_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/printer.h:32:47: note: Function 'printer_parallel_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/printer.c:702:51: note: Function 'printer_parallel_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:243:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:282:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:283:21: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:103:38: style: Function 'scld_dec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:68:57: note: Function 'scld_dec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:103:38: note: Function 'scld_dec_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:111:39: style: Function 'scld_dec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/scld.h:128:39: note: Function 'scld_dec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:111:39: note: Function 'scld_dec_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:147:28: style: Function 'scld_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:54:29: note: Function 'scld_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:147:28: note: Function 'scld_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:153:39: style: Function 'scld_hsr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/scld.h:129:39: note: Function 'scld_hsr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:153:39: note: Function 'scld_hsr_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:161:38: style: Function 'scld_hsr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:69:57: note: Function 'scld_hsr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/scld.c:161:38: note: Function 'scld_hsr_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/specdrum.c:87:32: style: Function 'specdrum_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/specdrum.c:41:33: note: Function 'specdrum_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/specdrum.c:87:32: note: Function 'specdrum_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:549:42: style: Function 'spectranet_w5100_read' argument 1 names different: declaration 'page' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.h:35:54: note: Function 'spectranet_w5100_read' argument 1 names different: declaration 'page' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:549:42: note: Function 'spectranet_w5100_read' argument 1 names different: declaration 'page' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:550:49: style: Function 'spectranet_w5100_read' argument 2 names different: declaration 'address' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.h:35:77: note: Function 'spectranet_w5100_read' argument 2 names different: declaration 'address' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:550:49: note: Function 'spectranet_w5100_read' argument 2 names different: declaration 'address' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:556:43: style: Function 'spectranet_w5100_write' argument 1 names different: declaration 'page' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.h:36:43: note: Function 'spectranet_w5100_write' argument 1 names different: declaration 'page' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:556:43: note: Function 'spectranet_w5100_write' argument 1 names different: declaration 'page' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:557:50: style: Function 'spectranet_w5100_write' argument 2 names different: declaration 'address' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.h:36:66: note: Function 'spectranet_w5100_write' argument 2 names different: declaration 'address' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:557:50: note: Function 'spectranet_w5100_write' argument 2 names different: declaration 'address' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:558:44: style: Function 'spectranet_w5100_write' argument 3 names different: declaration 'b' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.h:36:92: note: Function 'spectranet_w5100_write' argument 3 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:558:44: note: Function 'spectranet_w5100_write' argument 3 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:563:54: style: Function 'spectranet_flash_rom_write' argument 1 names different: declaration 'address' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.h:37:51: note: Function 'spectranet_flash_rom_write' argument 1 names different: declaration 'address' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:563:54: note: Function 'spectranet_flash_rom_write' argument 1 names different: declaration 'address' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:564:48: style: Function 'spectranet_flash_rom_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.h:37:77: note: Function 'spectranet_flash_rom_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/spectranet.c:564:48: note: Function 'spectranet_flash_rom_write' argument 2 names different: declaration 'b' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ula.c:199:34: style: Function 'ula_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/ula.c:60:41: note: Function 'ula_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ula.c:199:34: note: Function 'ula_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/ula.c:220:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/ula.c:225:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:224:21: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:225:10: style: The scope of the variable 'rom_length' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:226:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:120:31: style: Function 'usource_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:56:32: note: Function 'usource_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:120:31: note: Function 'usource_reset' argument 1 names different: declaration 'hard_reset' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:159:44: style: Function 'usource_toggle_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:53:63: note: Function 'usource_toggle_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:159:44: note: Function 'usource_toggle_read' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:160:35: style: Function 'usource_toggle_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:54:29: note: Function 'usource_toggle_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:160:35: note: Function 'usource_toggle_read' argument 2 names different: declaration 'attached' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:168:45: style: Function 'usource_toggle_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:51:52: note: Function 'usource_toggle_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/peripherals/usource.c:168:45: note: Function 'usource_toggle_write' argument 1 names different: declaration 'port' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/phantom_typist.c:231:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/pokefinder/pokemem.c:431:60: style: Function 'pokemem_poke_deactivate' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/pokefinder/pokemem.c:66:62: note: Function 'pokemem_poke_deactivate' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/pokefinder/pokemem.c:431:60: note: Function 'pokemem_poke_deactivate' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/pokefinder/pokemem.c:462:35: style: Function 'pokemem_find_pokfile' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/pokefinder/pokemem.h:56:39: note: Function 'pokemem_find_pokfile' argument 1 names different: declaration 'filename' definition 'path'.
fuse-emulator-1.5.6+dfsg1/pokefinder/pokemem.c:462:35: note: Function 'pokemem_find_pokfile' argument 1 names different: declaration 'filename' definition 'path'.
fuse-emulator-1.5.6+dfsg1/rzx.c:162:7: style: The scope of the variable 'error' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/rzx.c:768:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/screenshot.c:355:7: style: The scope of the variable 'attribute_offset' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/screenshot.c:463:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/screenshot.c:547:7: style: The scope of the variable 'x' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/screenshot.c:547:10: style: The scope of the variable 'y' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/slt.c:80:10: style: The scope of the variable 'length' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/slt.c:81:21: style: The scope of the variable 'data' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/snapshot.c:84:7: style: The scope of the variable 'error' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:204:16: style: The scope of the variable 'ay_left_synth' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:205:16: style: The scope of the variable 'ay_mid_synth' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:206:16: style: The scope of the variable 'ay_mid_synth_r' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:207:16: style: The scope of the variable 'ay_right_synth' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:430:7: style: The scope of the variable 'mixer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:430:14: style: The scope of the variable 'envshape' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:431:10: style: The scope of the variable 'level' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:438:16: style: The scope of the variable 'tone_count' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:438:28: style: The scope of the variable 'noise_count' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound.c:386:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:91:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:99:16: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:107:16: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:115:16: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:91:17: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:91:17: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:94:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:99:24: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:99:24: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:102:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:107:24: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:107:24: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:110:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:115:24: warning: %n in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:228:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:237:7: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:289:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fuse-emulator-1.5.6+dfsg1/sound/alsasound.c:80:9: style: The scope of the variable 'hz' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound/aosound.c:107:21: warning: Either the condition 'if(key&&value)' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
fuse-emulator-1.5.6+dfsg1/sound/aosound.c:112:14: note: Assuming that condition 'if(key&&value)' is not redundant
fuse-emulator-1.5.6+dfsg1/sound/aosound.c:107:21: note: Null pointer dereference
fuse-emulator-1.5.6+dfsg1/sound/aosound.c:110:17: warning: Either the condition 'if(key&&value)' is redundant or there is possible null pointer dereference: key. [nullPointerRedundantCheck]
fuse-emulator-1.5.6+dfsg1/sound/aosound.c:112:14: note: Assuming that condition 'if(key&&value)' is not redundant
fuse-emulator-1.5.6+dfsg1/sound/aosound.c:110:17: note: Null pointer dereference
fuse-emulator-1.5.6+dfsg1/sound/aosound.c:84:28: style: The scope of the variable 'key' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound/aosound.c:84:34: style: The scope of the variable 'value' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:318:8: style: The scope of the variable 'f' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:345:8: style: The scope of the variable 'remain' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:443:13: style: The scope of the variable 'p2' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:443:17: style: The scope of the variable 'error' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:34:54: style: Function 'blip_buffer_set_clock_rate' argument 2 names different: declaration 'rate' definition 'cps'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:87:59: note: Function 'blip_buffer_set_clock_rate' argument 2 names different: declaration 'rate' definition 'cps'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:34:54: note: Function 'blip_buffer_set_clock_rate' argument 2 names different: declaration 'rate' definition 'cps'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:79:55: style: Function 'blip_synth_offset_resampled' argument 4 names different: declaration 'buff' definition 'blip_buf'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:202:48: note: Function 'blip_synth_offset_resampled' argument 4 names different: declaration 'buff' definition 'blip_buf'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:79:55: note: Function 'blip_synth_offset_resampled' argument 4 names different: declaration 'buff' definition 'blip_buf'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:132:52: style: Function 'blip_synth_update' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:195:57: note: Function 'blip_synth_update' argument 2 names different: declaration 'time' definition 't'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:132:52: note: Function 'blip_synth_update' argument 2 names different: declaration 'time' definition 't'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:132:59: style: Function 'blip_synth_update' argument 3 names different: declaration 'amplitude' definition 'amp'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:196:29: note: Function 'blip_synth_update' argument 3 names different: declaration 'amplitude' definition 'amp'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:132:59: note: Function 'blip_synth_update' argument 3 names different: declaration 'amplitude' definition 'amp'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:268:55: style: Function 'blip_buffer_set_sample_rate' argument 2 names different: declaration 'samples_per_sec' definition 'new_rate'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:82:48: note: Function 'blip_buffer_set_sample_rate' argument 2 names different: declaration 'samples_per_sec' definition 'new_rate'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:268:55: note: Function 'blip_buffer_set_sample_rate' argument 2 names different: declaration 'samples_per_sec' definition 'new_rate'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:268:69: style: Function 'blip_buffer_set_sample_rate' argument 3 names different: declaration 'msec_length' definition 'msec'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:83:47: note: Function 'blip_buffer_set_sample_rate' argument 3 names different: declaration 'msec_length' definition 'msec'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:268:69: note: Function 'blip_buffer_set_sample_rate' argument 3 names different: declaration 'msec_length' definition 'msec'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:314:52: style: Function 'blip_buffer_set_bass_freq' argument 2 names different: declaration 'frequency' definition 'freq'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:106:57: note: Function 'blip_buffer_set_bass_freq' argument 2 names different: declaration 'frequency' definition 'freq'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:314:52: note: Function 'blip_buffer_set_bass_freq' argument 2 names different: declaration 'frequency' definition 'freq'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:331:56: style: Function 'blip_buffer_end_frame' argument 2 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:93:61: note: Function 'blip_buffer_end_frame' argument 2 names different: declaration 'time' definition 't'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:331:56: note: Function 'blip_buffer_end_frame' argument 2 names different: declaration 'time' definition 't'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:361:48: style: Function '_blip_synth_init' argument 2 names different: declaration 'impulses' definition 'p'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:31:60: note: Function '_blip_synth_init' argument 2 names different: declaration 'impulses' definition 'p'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:361:48: note: Function '_blip_synth_init' argument 2 names different: declaration 'impulses' definition 'p'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:516:55: style: Function '_blip_synth_volume_unit' argument 2 names different: declaration 'v' definition 'new_unit'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:167:60: note: Function '_blip_synth_volume_unit' argument 2 names different: declaration 'v' definition 'new_unit'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:516:55: note: Function '_blip_synth_volume_unit' argument 2 names different: declaration 'v' definition 'new_unit'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:564:63: style: Function 'blip_buffer_read_samples' argument 2 names different: declaration 'dest' definition 'out'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.h:100:68: note: Function 'blip_buffer_read_samples' argument 2 names different: declaration 'dest' definition 'out'.
fuse-emulator-1.5.6+dfsg1/sound/blipbuffer.c:564:63: note: Function 'blip_buffer_read_samples' argument 2 names different: declaration 'dest' definition 'out'.
fuse-emulator-1.5.6+dfsg1/sound/coreaudiosound.c:229:0: error: failed to expand '__Verify_noErr', Wrong number of parameters for macro '__Verify_noErr'. [preprocessorErrorDirective]
fuse-emulator-1.5.6+dfsg1/sound/osssound.c:155:5: style: The scope of the variable 'ret' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/sound/sfifo.c:102:41: style: Function 'sfifo_write' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/sfifo.h:78:41: note: Function 'sfifo_write' argument 2 names different: declaration 'buf' definition '_buf'.
fuse-emulator-1.5.6+dfsg1/sound/sfifo.c:102:41: note: Function 'sfifo_write' argument 2 names different: declaration 'buf' definition '_buf'.
fuse-emulator-1.5.6+dfsg1/sound/sfifo.c:177:34: style: Function 'sfifo_read' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/sound/sfifo.h:79:34: note: Function 'sfifo_read' argument 2 names different: declaration 'buf' definition '_buf'.
fuse-emulator-1.5.6+dfsg1/sound/sfifo.c:177:34: note: Function 'sfifo_read' argument 2 names different: declaration 'buf' definition '_buf'.
fuse-emulator-1.5.6+dfsg1/sound/wiisound.c:98:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/spectrum.c:135:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/tape.c:857:27: style: The scope of the variable 'block' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/tape.c:158:29: style: Label 'int' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/tape.c:508:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/tape.c:544:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/tape.c:550:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fuse-emulator-1.5.6+dfsg1/timer/timer.c:206:10: style: The scope of the variable 'current_time' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/timer/timer.c:206:24: style: The scope of the variable 'difference' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/timer/timer.c:207:8: style: The scope of the variable 'tstates' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui.c:187:22: style: Function 'ui_mouse_motion' argument 1 names different: declaration 'dx' definition 'x'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/ui.h:115:27: note: Function 'ui_mouse_motion' argument 1 names different: declaration 'dx' definition 'x'.
fuse-emulator-1.5.6+dfsg1/ui.c:187:22: note: Function 'ui_mouse_motion' argument 1 names different: declaration 'dx' definition 'x'.
fuse-emulator-1.5.6+dfsg1/ui.c:187:29: style: Function 'ui_mouse_motion' argument 2 names different: declaration 'dy' definition 'y'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/ui.h:115:35: note: Function 'ui_mouse_motion' argument 2 names different: declaration 'dy' definition 'y'.
fuse-emulator-1.5.6+dfsg1/ui.c:187:29: note: Function 'ui_mouse_motion' argument 2 names different: declaration 'dy' definition 'y'.
fuse-emulator-1.5.6+dfsg1/ui/fb/fbmouse.c:215:7: style: Variable 'btn_new' is reassigned a value before the old one has been used. [redundantAssignment]
fuse-emulator-1.5.6+dfsg1/ui/fb/fbmouse.c:214:7: note: Variable 'btn_new' is reassigned a value before the old one has been used.
fuse-emulator-1.5.6+dfsg1/ui/fb/fbmouse.c:215:7: note: Variable 'btn_new' is reassigned a value before the old one has been used.
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:65:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:185:41: style: Function 'change_load_filename' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:53:46: note: Function 'change_load_filename' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:185:41: note: Function 'change_load_filename' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:217:28: style: Function 'load_data' argument 1 names different: declaration 'entry' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:54:34: note: Function 'load_data' argument 1 names different: declaration 'entry' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:217:28: note: Function 'load_data' argument 1 names different: declaration 'entry' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:291:41: style: Function 'change_save_filename' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:56:46: note: Function 'change_save_filename' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:291:41: note: Function 'change_save_filename' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:307:28: style: Function 'save_data' argument 1 names different: declaration 'entry' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:57:34: note: Function 'save_data' argument 1 names different: declaration 'entry' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/binary.c:307:28: note: Function 'save_data' argument 1 names different: declaration 'entry' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:238:35: style: Function 'select_row' argument 1 names different: declaration 'treeview' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:44:38: note: Function 'select_row' argument 1 names different: declaration 'treeview' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:238:35: note: Function 'select_row' argument 1 names different: declaration 'treeview' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:239:36: style: Function 'select_row' argument 3 names different: declaration 'col' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:45:44: note: Function 'select_row' argument 3 names different: declaration 'col' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:239:36: note: Function 'select_row' argument 3 names different: declaration 'col' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:307:32: style: Function 'browse_done' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:47:37: note: Function 'browse_done' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:307:32: note: Function 'browse_done' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:307:58: style: Function 'browse_done' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:47:54: note: Function 'browse_done' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:307:58: note: Function 'browse_done' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:315:51: style: Function 'delete_dialog' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:48:61: note: Function 'delete_dialog' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:315:51: note: Function 'delete_dialog' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:316:28: style: Function 'delete_dialog' argument 3 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:49:20: note: Function 'delete_dialog' argument 3 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/browse.c:316:28: note: Function 'delete_dialog' argument 3 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/confirm.c:74:34: style: Function 'set_confirmed' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/confirm.c:36:39: note: Function 'set_confirmed' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/confirm.c:74:34: note: Function 'set_confirmed' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/confirm.c:126:29: style: Function 'set_save' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/confirm.c:37:34: note: Function 'set_save' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/confirm.c:126:29: note: Function 'set_save' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/confirm.c:134:34: style: Function 'set_dont_save' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/confirm.c:38:39: note: Function 'set_dont_save' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/confirm.c:134:34: note: Function 'set_dont_save' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:269:21: style: The scope of the variable 'checkitem' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:453:56: style: Function 'toggle_display' argument 2 names different: declaration 'pane' definition 'pane_id'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:115:68: note: Function 'toggle_display' argument 2 names different: declaration 'pane' definition 'pane_id'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:453:56: note: Function 'toggle_display' argument 2 names different: declaration 'pane' definition 'pane_id'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:467:66: style: Function 'toggle_display_registers' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:116:73: note: Function 'toggle_display_registers' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:467:66: note: Function 'toggle_display_registers' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:473:67: style: Function 'toggle_display_memory_map' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:117:74: note: Function 'toggle_display_memory_map' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:473:67: note: Function 'toggle_display_memory_map' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:479:68: style: Function 'toggle_display_breakpoints' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:119:50: note: Function 'toggle_display_breakpoints' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:479:68: note: Function 'toggle_display_breakpoints' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:485:68: style: Function 'toggle_display_disassembly' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:121:50: note: Function 'toggle_display_disassembly' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:485:68: note: Function 'toggle_display_disassembly' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:491:62: style: Function 'toggle_display_stack' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:122:69: note: Function 'toggle_display_stack' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:491:62: note: Function 'toggle_display_stack' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:497:63: style: Function 'toggle_display_events' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:123:70: note: Function 'toggle_display_events' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:497:63: note: Function 'toggle_display_events' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:677:36: style: Function 'stack_activate' argument 3 names different: declaration 'column' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:130:27: note: Function 'stack_activate' argument 3 names different: declaration 'column' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:677:36: note: Function 'stack_activate' argument 3 names different: declaration 'column' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:678:22: style: Function 'stack_activate' argument 4 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:130:44: note: Function 'stack_activate' argument 4 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:678:22: note: Function 'stack_activate' argument 4 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:723:37: style: Function 'events_activate' argument 3 names different: declaration 'column' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:133:28: note: Function 'events_activate' argument 3 names different: declaration 'column' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:723:37: note: Function 'events_activate' argument 3 names different: declaration 'column' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:724:23: style: Function 'events_activate' argument 4 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:133:45: note: Function 'events_activate' argument 4 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:724:23: note: Function 'events_activate' argument 4 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1108:46: style: Function 'add_event' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:142:48: note: Function 'add_event' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1108:46: note: Function 'add_event' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1156:65: style: Function 'move_disassembly' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:152:67: note: Function 'move_disassembly' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1156:65: note: Function 'move_disassembly' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1344:57: style: Function 'evaluate_command' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:154:59: note: Function 'evaluate_command' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1344:57: note: Function 'evaluate_command' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1350:45: style: Function 'gtkui_debugger_done_step' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:155:50: note: Function 'gtkui_debugger_done_step' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1350:45: note: Function 'gtkui_debugger_done_step' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1351:25: style: Function 'gtkui_debugger_done_step' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:155:67: note: Function 'gtkui_debugger_done_step' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1351:25: note: Function 'gtkui_debugger_done_step' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1357:49: style: Function 'gtkui_debugger_done_continue' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:156:54: note: Function 'gtkui_debugger_done_continue' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1357:49: note: Function 'gtkui_debugger_done_continue' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1358:29: style: Function 'gtkui_debugger_done_continue' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:157:17: note: Function 'gtkui_debugger_done_continue' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1358:29: note: Function 'gtkui_debugger_done_continue' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1364:41: style: Function 'gtkui_debugger_break' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:158:46: note: Function 'gtkui_debugger_break' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1364:41: note: Function 'gtkui_debugger_break' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1365:28: style: Function 'gtkui_debugger_break' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:158:63: note: Function 'gtkui_debugger_break' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1365:28: note: Function 'gtkui_debugger_break' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1373:51: style: Function 'delete_dialog' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:159:61: note: Function 'delete_dialog' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1373:51: note: Function 'delete_dialog' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1381:66: style: Function 'gtkui_debugger_done_close' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:161:68: note: Function 'gtkui_debugger_done_close' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/debugger.c:1381:66: note: Function 'gtkui_debugger_done_close' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkdisplay.c:563:49: style: Function 'drawing_area_resize_callback' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkdisplay.c:127:54: note: Function 'drawing_area_resize_callback' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkdisplay.c:563:49: note: Function 'drawing_area_resize_callback' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkdisplay.c:564:45: style: Function 'drawing_area_resize_callback' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkdisplay.c:128:52: note: Function 'drawing_area_resize_callback' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkdisplay.c:564:45: note: Function 'drawing_area_resize_callback' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkjoystick.c:449:20: style: The scope of the variable 'toggle' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkjoystick.c:444:34: style: Function 'joystick_done' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkjoystick.c:93:39: note: Function 'joystick_done' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkjoystick.c:444:34: note: Function 'joystick_done' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkkeyboard.c:80:41: style: Function 'gtkkeyboard_keypress' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkinternals.h:43:38: note: Function 'gtkkeyboard_keypress' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkkeyboard.c:80:41: note: Function 'gtkkeyboard_keypress' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkkeyboard.c:81:23: style: Function 'gtkkeyboard_keypress' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkinternals.h:44:15: note: Function 'gtkkeyboard_keypress' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkkeyboard.c:81:23: note: Function 'gtkkeyboard_keypress' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkkeyboard.c:97:43: style: Function 'gtkkeyboard_keyrelease' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkinternals.h:45:40: note: Function 'gtkkeyboard_keyrelease' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkkeyboard.c:97:43: note: Function 'gtkkeyboard_keyrelease' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkkeyboard.c:98:18: style: Function 'gtkkeyboard_keyrelease' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkinternals.h:46:17: note: Function 'gtkkeyboard_keyrelease' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkkeyboard.c:98:18: note: Function 'gtkkeyboard_keyrelease' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:114:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:114:20: style: The scope of the variable 'selection_filename' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:115:47: style: The scope of the variable 'data_end' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:516:7: style: The scope of the variable 'error' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:827:16: style: The scope of the variable 'path' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:929:7: style: The scope of the variable 'cursor_row' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:385:33: style: Function 'gtkui_delete' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:96:42: note: Function 'gtkui_delete' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:385:33: note: Function 'gtkui_delete' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:385:61: style: Function 'gtkui_delete' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:96:60: note: Function 'gtkui_delete' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:385:61: note: Function 'gtkui_delete' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:386:29: style: Function 'gtkui_delete' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:97:19: note: Function 'gtkui_delete' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:386:29: note: Function 'gtkui_delete' argument 3 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:480:45: style: Function 'menu_options_filter_done' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:99:50: note: Function 'menu_options_filter_done' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:480:45: note: Function 'menu_options_filter_done' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:629:45: style: Function 'menu_machine_select_done' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:100:50: note: Function 'menu_machine_select_done' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:629:45: note: Function 'menu_machine_select_done' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:685:65: style: Function 'gtkui_destroy_widget_and_quit' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkinternals.h:64:65: note: Function 'gtkui_destroy_widget_and_quit' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkui.c:685:65: note: Function 'gtkui_destroy_widget_and_quit' argument 2 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/memory.c:331:58: style: Unused variable: offset [unusedVariable]
fuse-emulator-1.5.6+dfsg1/ui/gtk/picture.c:68:14: style: The scope of the variable 'drawing_area' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/picture.c:68:29: style: The scope of the variable 'content_area' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:84:7: style: The scope of the variable 'error' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:138:18: style: The scope of the variable 'accel_group' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:257:10: style: The scope of the variable 'page' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:257:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:257:24: style: The scope of the variable 'bank' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:257:30: style: The scope of the variable 'bank_offset' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:187:49: style: Function 'gtkui_pokefinder_incremented' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:43:54: note: Function 'gtkui_pokefinder_incremented' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:187:49: note: Function 'gtkui_pokefinder_incremented' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:195:49: style: Function 'gtkui_pokefinder_decremented' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:45:54: note: Function 'gtkui_pokefinder_decremented' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:195:49: note: Function 'gtkui_pokefinder_decremented' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:203:64: style: Function 'gtkui_pokefinder_search' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:47:66: note: Function 'gtkui_pokefinder_search' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:203:64: note: Function 'gtkui_pokefinder_search' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:225:43: style: Function 'gtkui_pokefinder_reset' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:48:48: note: Function 'gtkui_pokefinder_reset' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:225:43: note: Function 'gtkui_pokefinder_reset' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:226:23: style: Function 'gtkui_pokefinder_reset' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:48:65: note: Function 'gtkui_pokefinder_reset' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:226:23: note: Function 'gtkui_pokefinder_reset' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:233:51: style: Function 'delete_dialog' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:50:61: note: Function 'delete_dialog' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:233:51: note: Function 'delete_dialog' argument 2 names different: declaration 'event' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:241:63: style: Function 'gtkui_pokefinder_close' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:49:65: note: Function 'gtkui_pokefinder_close' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:241:63: note: Function 'gtkui_pokefinder_close' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:307:39: style: Function 'possible_click' argument 1 names different: declaration 'treeview' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:53:42: note: Function 'possible_click' argument 1 names different: declaration 'treeview' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:307:39: note: Function 'possible_click' argument 1 names different: declaration 'treeview' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:308:40: style: Function 'possible_click' argument 3 names different: declaration 'col' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:54:48: note: Function 'possible_click' argument 3 names different: declaration 'col' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:308:40: note: Function 'possible_click' argument 3 names different: declaration 'col' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:309:36: style: Function 'possible_click' argument 4 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:54:62: note: Function 'possible_click' argument 4 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokefinder.c:309:36: note: Function 'possible_click' argument 4 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:401:17: style: The scope of the variable 'model' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:402:16: style: The scope of the variable 'path' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:404:7: style: The scope of the variable 'rows' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:456:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:457:26: style: The scope of the variable 'max_length' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:525:14: style: The scope of the variable 'trainer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:572:10: style: The scope of the variable 'str_value' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:573:14: style: The scope of the variable 'trainer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:574:8: style: The scope of the variable 'v' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:290:54: style: Function 'pokemem_close' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:60:56: note: Function 'pokemem_close' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:290:54: note: Function 'pokemem_close' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:296:40: style: Function 'pokemem_update_list' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:61:45: note: Function 'pokemem_update_list' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:296:40: note: Function 'pokemem_update_list' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:297:41: style: Function 'pokemem_update_list' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:61:62: note: Function 'pokemem_update_list' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:297:41: note: Function 'pokemem_update_list' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:310:64: style: Function 'pokemem_update_trainer' argument 2 names different: declaration 'path' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:62:68: note: Function 'pokemem_update_trainer' argument 2 names different: declaration 'path' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:310:64: note: Function 'pokemem_update_trainer' argument 2 names different: declaration 'path' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:311:58: style: Function 'pokemem_update_trainer' argument 4 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:63:62: note: Function 'pokemem_update_trainer' argument 4 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:311:58: note: Function 'pokemem_update_trainer' argument 4 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:331:44: style: Function 'pokemem_add_custom_poke' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:64:49: note: Function 'pokemem_add_custom_poke' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:331:44: note: Function 'pokemem_add_custom_poke' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:332:45: style: Function 'pokemem_add_custom_poke' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:64:66: note: Function 'pokemem_add_custom_poke' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:332:45: note: Function 'pokemem_add_custom_poke' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:519:51: style: Function 'row_toggled_callback' argument 1 names different: declaration 'cell' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:72:51: note: Function 'row_toggled_callback' argument 1 names different: declaration 'cell' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:519:51: note: Function 'row_toggled_callback' argument 1 names different: declaration 'cell' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:566:49: style: Function 'custom_value_changed' argument 1 names different: declaration 'cell' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:76:49: note: Function 'custom_value_changed' argument 1 names different: declaration 'cell' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/pokemem.c:566:49: note: Function 'custom_value_changed' argument 1 names different: declaration 'cell' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/rollback.c:141:7: style: Condition '!dialog_created' is always true [knownConditionTrueFalse]
fuse-emulator-1.5.6+dfsg1/ui/gtk/roms.c:149:10: style: The scope of the variable 'setting' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/roms.c:149:31: style: The scope of the variable 'string' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/gtk/roms.c:132:35: style: Function 'select_new_rom' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/roms.c:43:40: note: Function 'select_new_rom' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/roms.c:132:35: note: Function 'select_new_rom' argument 1 names different: declaration 'widget' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/roms.c:145:30: style: Function 'roms_done' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/roms.c:44:35: note: Function 'roms_done' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/roms.c:145:30: note: Function 'roms_done' argument 1 names different: declaration 'button' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/stock.c:70:27: style: Function 'gtkstock_create_button' argument 3 names different: declaration 'btn' definition 'button'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/gtk/gtkinternals.h:102:31: note: Function 'gtkstock_create_button' argument 3 names different: declaration 'btn' definition 'button'.
fuse-emulator-1.5.6+dfsg1/ui/gtk/stock.c:70:27: note: Function 'gtkstock_create_button' argument 3 names different: declaration 'btn' definition 'button'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:146:31: style: Function 'scaler_select_id' argument 1 names different: declaration 'scaler_mode' definition 'id'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.h:77:35: note: Function 'scaler_select_id' argument 1 names different: declaration 'scaler_mode' definition 'id'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:146:31: note: Function 'scaler_select_id' argument 1 names different: declaration 'scaler_mode' definition 'id'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:266:26: style: Function 'expand_dotmatrix' argument 1 names different: declaration 'x' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:70:36: note: Function 'expand_dotmatrix' argument 1 names different: declaration 'x' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:266:26: note: Function 'expand_dotmatrix' argument 1 names different: declaration 'x' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:266:45: style: Function 'expand_dotmatrix' argument 2 names different: declaration 'y' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:70:44: note: Function 'expand_dotmatrix' argument 2 names different: declaration 'y' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:266:45: note: Function 'expand_dotmatrix' argument 2 names different: declaration 'y' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:266:64: style: Function 'expand_dotmatrix' argument 3 names different: declaration 'w' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:70:52: note: Function 'expand_dotmatrix' argument 3 names different: declaration 'w' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:266:64: note: Function 'expand_dotmatrix' argument 3 names different: declaration 'w' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:267:29: style: Function 'expand_dotmatrix' argument 5 names different: declaration 'image_width' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:71:14: note: Function 'expand_dotmatrix' argument 5 names different: declaration 'image_width' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:267:29: note: Function 'expand_dotmatrix' argument 5 names different: declaration 'image_width' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:268:22: style: Function 'expand_dotmatrix' argument 6 names different: declaration 'image_height' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:71:31: note: Function 'expand_dotmatrix' argument 6 names different: declaration 'image_height' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scaler.c:268:22: note: Function 'expand_dotmatrix' argument 6 names different: declaration 'image_height' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/scaler/scalers.c:197:0: error: #error Unknown SCALER_DATA_SIZE [preprocessorErrorDirective]
fuse-emulator-1.5.6+dfsg1/ui/sdl/sdldisplay.c:623:5: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
fuse-emulator-1.5.6+dfsg1/ui/sdl/sdldisplay.c:622:7: note: Variable 'dest' is reassigned a value before the old one has been used.
fuse-emulator-1.5.6+dfsg1/ui/sdl/sdldisplay.c:623:5: note: Variable 'dest' is reassigned a value before the old one has been used.
fuse-emulator-1.5.6+dfsg1/ui/sdl/sdldisplay.c:332:14: style: The scope of the variable 'searching_fullscreen_scaler' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/sdl/sdldisplay.c:608:21: style: The scope of the variable 'dest_base' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/sdl/sdldisplay.c:709:33: style: The scope of the variable 'dest' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:251:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:253:17: style: The scope of the variable 'inf' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:340:57: style: Function 'svgadisplay_putpixel_4' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:92:0: note: Function 'svgadisplay_putpixel_4' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:340:57: note: Function 'svgadisplay_putpixel_4' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:346:57: style: Function 'svgadisplay_putpixel_8' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:93:0: note: Function 'svgadisplay_putpixel_8' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:346:57: note: Function 'svgadisplay_putpixel_8' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:357:58: style: Function 'svgadisplay_putpixel_15' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:94:0: note: Function 'svgadisplay_putpixel_15' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:357:58: note: Function 'svgadisplay_putpixel_15' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:367:58: style: Function 'svgadisplay_putpixel_16' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:95:0: note: Function 'svgadisplay_putpixel_16' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:367:58: note: Function 'svgadisplay_putpixel_16' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:376:58: style: Function 'svgadisplay_putpixel_24' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:96:0: note: Function 'svgadisplay_putpixel_24' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/svga/svgadisplay.c:376:58: note: Function 'svgadisplay_putpixel_24' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/widget/about.c:32:31: style: Function 'widget_about_draw' argument 1 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/widget/widget_internals.h:236:30: note: Function 'widget_about_draw' argument 1 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/widget/about.c:32:31: note: Function 'widget_about_draw' argument 1 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/widget/browse.c:60:32: style: Function 'widget_browse_draw' argument 1 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/widget/widget_internals.h:179:31: note: Function 'widget_browse_draw' argument 1 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/widget/browse.c:60:32: note: Function 'widget_browse_draw' argument 1 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/widget/debugger.c:269:3: error: Buffer is accessed out of bounds: pbuf [bufferAccessOutOfBounds]
fuse-emulator-1.5.6+dfsg1/ui/widget/debugger.c:278:3: error: Buffer is accessed out of bounds: pbuf [bufferAccessOutOfBounds]
fuse-emulator-1.5.6+dfsg1/ui/widget/debugger.c:422:5: error: Buffer is accessed out of bounds: pbuf [bufferAccessOutOfBounds]
fuse-emulator-1.5.6+dfsg1/ui/widget/filesel.c:406:17: style: The scope of the variable 'error' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/filesel.c:553:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/filesel.c:818:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokefinder.c:75:24: style: The scope of the variable 'bank' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:123:37: style: The scope of the variable 'text_width' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:125:14: style: The scope of the variable 'trainer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:151:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:152:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:152:19: style: The scope of the variable 'page_limit' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:154:14: style: The scope of the variable 'trainer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:374:14: style: The scope of the variable 'trainer' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:419:7: style: The scope of the variable 'value' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:96:33: style: Function 'widget_pokemem_draw' argument 1 names different: declaration 'data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/widget/widget_internals.h:220:32: note: Function 'widget_pokemem_draw' argument 1 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:96:33: note: Function 'widget_pokemem_draw' argument 1 names different: declaration 'data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:357:61: style: Function 'widget_pokemem_store_add' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:55:56: note: Function 'widget_pokemem_store_add' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/widget/pokemem.c:357:61: note: Function 'widget_pokemem_store_add' argument 2 names different: declaration 'user_data' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/widget/text.c:76:15: portability: Undefined behaviour, pointer arithmetic 'text-1' is out of bounds. [pointerOutOfBounds]
fuse-emulator-1.5.6+dfsg1/ui/widget/widget.c:389:9: style: The scope of the variable 'z' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/widget/widget.c:474:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/wii/wiidisplay.c:420:8: style: The scope of the variable 'dest' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/debugger.c:1149:34: style: Function 'win32ui_debugger_proc' argument 1 names different: declaration 'hWnd' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/win32/debugger.c:108:53: note: Function 'win32ui_debugger_proc' argument 1 names different: declaration 'hWnd' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/debugger.c:1149:34: note: Function 'win32ui_debugger_proc' argument 1 names different: declaration 'hWnd' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/memorybrowser.c:182:40: style: Function 'menu_machine_memorybrowser' argument 1 names different: declaration 'action' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/win32/memorybrowser.c:47:33: note: Function 'menu_machine_memorybrowser' argument 1 names different: declaration 'action' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/memorybrowser.c:182:40: note: Function 'menu_machine_memorybrowser' argument 1 names different: declaration 'action' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/memorybrowser.c:195:35: style: Function 'memorybrowser_proc' argument 4 names different: declaration 'lParam' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/win32/memorybrowser.c:38:68: note: Function 'memorybrowser_proc' argument 4 names different: declaration 'lParam' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/memorybrowser.c:195:35: note: Function 'memorybrowser_proc' argument 4 names different: declaration 'lParam' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/picture.c:148:38: portability: 'picture' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fuse-emulator-1.5.6+dfsg1/ui/win32/picture.c:148:58: portability: 'picture+y*picture_pitch' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fuse-emulator-1.5.6+dfsg1/ui/win32/picture.c:151:19: portability: 'picture' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fuse-emulator-1.5.6+dfsg1/ui/win32/picture.c:162:18: portability: 'picture' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fuse-emulator-1.5.6+dfsg1/ui/win32/picture.c:165:19: portability: 'picture' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fuse-emulator-1.5.6+dfsg1/ui/win32/picture.c:190:21: portability: 'picture' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokefinder.c:128:10: style: The scope of the variable 'page' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokefinder.c:128:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokefinder.c:128:24: style: The scope of the variable 'bank' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokefinder.c:128:30: style: The scope of the variable 'bank_offset' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokefinder.c:137:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokefinder.c:215:7: style: The scope of the variable 'cx' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokefinder.c:212:37: style: Function 'menu_machine_pokefinder' argument 1 names different: declaration 'action' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokefinder.c:37:35: note: Function 'menu_machine_pokefinder' argument 1 names different: declaration 'action' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/pokefinder.c:212:37: note: Function 'menu_machine_pokefinder' argument 1 names different: declaration 'action' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/pokemem.c:507:7: style: The scope of the variable 'width' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokemem.c:507:14: style: The scope of the variable 'height' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokemem.c:56:37: style: Function 'menu_machine_pokememory' argument 1 names different: declaration 'action' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/win32/pokemem.c:35:35: note: Function 'menu_machine_pokememory' argument 1 names different: declaration 'action' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/pokemem.c:56:37: note: Function 'menu_machine_pokememory' argument 1 names different: declaration 'action' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/roms.c:252:11: style: The scope of the variable 'setting' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/roms.c:252:27: style: The scope of the variable 'string' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/roms.c:253:10: style: The scope of the variable 'string_len' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/statusbar.c:266:49: style: Function 'win32statusbar_resize' argument 2 names different: declaration 'wParam' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/win32/win32internals.h:128:47: note: Function 'win32statusbar_resize' argument 2 names different: declaration 'wParam' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/statusbar.c:266:49: note: Function 'win32statusbar_resize' argument 2 names different: declaration 'wParam' definition 'GCC_UNUSED'.
fuse-emulator-1.5.6+dfsg1/ui/win32/win32ui.c:99:10: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/win32ui.c:100:9: style: The scope of the variable 'namebuf' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/win32ui.c:490:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/win32/win32ui.c:938:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:211:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:213:7: style: The scope of the variable 'sel_v_depth' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:214:7: style: The scope of the variable 'sel_v_class' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:253:54: style: Function 'xdisplay_putpixel_4' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:155:0: note: Function 'xdisplay_putpixel_4' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:253:54: note: Function 'xdisplay_putpixel_4' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:259:54: style: Function 'xdisplay_putpixel_8' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:156:0: note: Function 'xdisplay_putpixel_8' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:259:54: note: Function 'xdisplay_putpixel_8' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:270:55: style: Function 'xdisplay_putpixel_15' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:157:0: note: Function 'xdisplay_putpixel_15' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:270:55: note: Function 'xdisplay_putpixel_15' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:279:55: style: Function 'xdisplay_putpixel_16' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:158:0: note: Function 'xdisplay_putpixel_16' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:279:55: note: Function 'xdisplay_putpixel_16' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:285:55: style: Function 'xdisplay_putpixel_24' argument 3 names different: declaration 'color' definition 'colour'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:159:0: note: Function 'xdisplay_putpixel_24' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:285:55: note: Function 'xdisplay_putpixel_24' argument 3 names different: declaration 'color' definition 'colour'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:792:34: style: Function 'xdisplay_area' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.h:31:38: note: Function 'xdisplay_area' argument 3 names different: declaration 'width' definition 'w'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:792:34: note: Function 'xdisplay_area' argument 3 names different: declaration 'width' definition 'w'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:792:41: style: Function 'xdisplay_area' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.h:31:49: note: Function 'xdisplay_area' argument 4 names different: declaration 'height' definition 'h'.
fuse-emulator-1.5.6+dfsg1/ui/xlib/xdisplay.c:792:41: note: Function 'xdisplay_area' argument 4 names different: declaration 'height' definition 'h'.
fuse-emulator-1.5.6+dfsg1/uimedia.c:340:23: style: The scope of the variable 'dt' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/utils.c:69:22: style: Function 'utils_open_file' argument 3 names different: declaration 'type' definition 'type_ptr'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/utils.h:39:26: note: Function 'utils_open_file' argument 3 names different: declaration 'type' definition 'type_ptr'.
fuse-emulator-1.5.6+dfsg1/utils.c:69:22: note: Function 'utils_open_file' argument 3 names different: declaration 'type' definition 'type_ptr'.
fuse-emulator-1.5.6+dfsg1/utils.c:287:51: style: Function 'utils_find_file_path' argument 2 names different: declaration 'path' definition 'ret_path'. [funcArgNamesDifferent]
fuse-emulator-1.5.6+dfsg1/utils.h:51:55: note: Function 'utils_find_file_path' argument 2 names different: declaration 'path' definition 'ret_path'.
fuse-emulator-1.5.6+dfsg1/utils.c:287:51: note: Function 'utils_find_file_path' argument 2 names different: declaration 'path' definition 'ret_path'.
fuse-emulator-1.5.6+dfsg1/z80/coretest.c:286:7: warning: %d in format string (no. 7) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fuse-emulator-1.5.6+dfsg1/z80/opcodes_base.c:27:0: error: syntax error [syntaxError]
fuse-emulator-1.5.6+dfsg1/z80/z80.c:135:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fuse-emulator-1.5.6+dfsg1/z80/z80_cb.c:27:0: error: syntax error [syntaxError]
fuse-emulator-1.5.6+dfsg1/z80/z80_ddfd.c:27:0: error: syntax error [syntaxError]
fuse-emulator-1.5.6+dfsg1/z80/z80_ddfdcb.c:27:0: error: syntax error [syntaxError]
fuse-emulator-1.5.6+dfsg1/z80/z80_ed.c:27:0: error: syntax error [syntaxError]
fuse-emulator-1.5.6+dfsg1/z80/z80_ops.c:263:3: style: Label 'opcode_delay' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/z80/z80_ops.c:278:3: style: Label 'run_opcode' is not used. [unusedLabel]
fuse-emulator-1.5.6+dfsg1/z80/z80_ops.c:355:3: style: Label 'end_opcode' is not used. [unusedLabel]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuse-emulator-utils/fuse-emulator-utils_1.4.3.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/f/fuse-exfat/fuse-exfat_1.2.8.orig.tar.gz
fuse-exfat-1.2.8/fuse/main.c:42:0: error: #error FUSE 2.6 or later is required [preprocessorErrorDirective]
fuse-exfat-1.2.8/libexfat/compiler.h:28:0: error: #error C99-compliant compiler is required [preprocessorErrorDirective]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuse-posixovl/fuse-posixovl_1.2.20120215+gitf5bfe35.orig.tar.gz
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:163:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:223:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:316:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:352:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:445:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:462:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:641:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:682:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:691:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:704:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:929:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:1212:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:1233:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:1238:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:348:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:941:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:1320:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:1969:23: error: Expression 'new_argv[new_argc++]=argv[0]' depends on order of evaluation of side effects [unknownEvaluationOrder]
fuse-posixovl-1.2.20120215+gitf5bfe35/posixovl.c:1195:9: error: Uninitialized variable: ret [uninitvar]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuse-umfuse-ext2/fuse-umfuse-ext2_0.4.orig.tar.gz
fuse-umfuse-ext2-0.4/fuse-ext2/fuse-ext2.h:39:0: error: #error "***********************************************************" [preprocessorErrorDirective]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuse-umfuse-fat/fuse-umfuse-fat_0.1a.orig.tar.gz
fuse-umfuse-fat-0.1a/fusefat.c:384:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
fuse-umfuse-fat-0.1a/fusefat.c:379:2: note: Variable 'res' is reassigned a value before the old one has been used.
fuse-umfuse-fat-0.1a/fusefat.c:384:2: note: Variable 'res' is reassigned a value before the old one has been used.
fuse-umfuse-fat-0.1a/fusefat.c:244:9: style: Unused variable: res [unusedVariable]
fuse-umfuse-fat-0.1a/fusefat.c:266:9: style: Unused variable: res [unusedVariable]
fuse-umfuse-fat-0.1a/fusefat.c:352:20: style: Unused variable: fuse_fd [unusedVariable]
fuse-umfuse-fat-0.1a/fusefat.c:355:8: style: Unused variable: mountpoint [unusedVariable]
fuse-umfuse-fat-0.1a/libfat.c:664:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fuse-umfuse-fat-0.1a/libfat.c:686:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuse-umfuse-fat-0.1a/libfat.c:1698:3: warning: Either the condition 'F!=NULL' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fuse-umfuse-fat-0.1a/libfat.c:1686:7: note: Assuming that condition 'F!=NULL' is not redundant
fuse-umfuse-fat-0.1a/libfat.c:1698:3: note: Null pointer dereference
fuse-umfuse-fat-0.1a/libfat.c:1699:3: warning: Either the condition 'F!=NULL' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fuse-umfuse-fat-0.1a/libfat.c:1686:7: note: Assuming that condition 'F!=NULL' is not redundant
fuse-umfuse-fat-0.1a/libfat.c:1699:3: note: Null pointer dereference
fuse-umfuse-fat-0.1a/libfat.c:2841:21: warning: Either the condition 'F==NULL' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fuse-umfuse-fat-0.1a/libfat.c:2847:8: note: Assuming that condition 'F==NULL' is not redundant
fuse-umfuse-fat-0.1a/libfat.c:2841:21: note: Null pointer dereference
fuse-umfuse-fat-0.1a/libfat.c:2842:19: warning: Either the condition 'F==NULL' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fuse-umfuse-fat-0.1a/libfat.c:2847:8: note: Assuming that condition 'F==NULL' is not redundant
fuse-umfuse-fat-0.1a/libfat.c:2842:19: note: Null pointer dereference
fuse-umfuse-fat-0.1a/libfat.c:2843:22: warning: Either the condition 'F==NULL' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fuse-umfuse-fat-0.1a/libfat.c:2847:8: note: Assuming that condition 'F==NULL' is not redundant
fuse-umfuse-fat-0.1a/libfat.c:2843:22: note: Null pointer dereference
fuse-umfuse-fat-0.1a/libfat.c:2844:13: warning: Either the condition 'F==NULL' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fuse-umfuse-fat-0.1a/libfat.c:2847:8: note: Assuming that condition 'F==NULL' is not redundant
fuse-umfuse-fat-0.1a/libfat.c:2844:13: note: Null pointer dereference
fuse-umfuse-fat-0.1a/libfat.c:2734:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
fuse-umfuse-fat-0.1a/libfat.c:2733:2: note: Variable 'res' is reassigned a value before the old one has been used.
fuse-umfuse-fat-0.1a/libfat.c:2734:2: note: Variable 'res' is reassigned a value before the old one has been used.
fuse-umfuse-fat-0.1a/libfat.c:124:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:141:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:756:11: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:928:9: style: The scope of the variable 'fsioff' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1089:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1113:11: style: The scope of the variable 'val' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1114:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1431:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1452:6: style: The scope of the variable 'entry' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1528:10: style: The scope of the variable 'utf16buf' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1566:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1567:11: style: The scope of the variable 'bkclu' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1567:18: style: The scope of the variable 'bkoff' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1626:11: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1713:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:1959:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:2054:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:2055:11: style: The scope of the variable 'bkclu' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:2055:18: style: The scope of the variable 'bkoff' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:2520:8: style: The scope of the variable 'fstclus' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:3041:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:3094:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:3131:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fuse-umfuse-fat-0.1a/libfat.c:781:24: style: Checking if unsigned variable 'V->freecnt' is less than zero. [unsignedLessThanZero]
fuse-umfuse-fat-0.1a/libfat.c:1016:15: style: Checking if unsigned variable 'freeclus' is less than zero. [unsignedLessThanZero]
fuse-umfuse-fat-0.1a/libfat.c:1115:17: style: Checking if unsigned variable 'V->freecnt' is less than zero. [unsignedLessThanZero]
fuse-umfuse-fat-0.1a/libfat.c:1963:13: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
fuse-umfuse-fat-0.1a/libfat.c:2727:26: style: Function 'fat_open' argument 1 names different: declaration 'uft8path' definition 'filename'. [funcArgNamesDifferent]
fuse-umfuse-fat-0.1a/libfat.h:55:26: note: Function 'fat_open' argument 1 names different: declaration 'uft8path' definition 'filename'.
fuse-umfuse-fat-0.1a/libfat.c:2727:26: note: Function 'fat_open' argument 1 names different: declaration 'uft8path' definition 'filename'.
fuse-umfuse-fat-0.1a/libfat.c:876:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
fuse-umfuse-fat-0.1a/libfat.c:1162:6: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
fuse-umfuse-fat-0.1a/libfat.c:1312:3: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
fuse-umfuse-fat-0.1a/libfat.c:1768:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
fuse-umfuse-fat-0.1a/libfat.c:2873:4: style: Variable 'freeoff' is assigned a value that is never used. [unreadVariable]
fuse-umfuse-fat-0.1a/libfat.c:3138:15: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
fuse-umfuse-fat-0.1a/libfat.c:1583:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fuse-umfuse-fat-0.1a/libfat.c:1596:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fuse-umfuse-fat-0.1a/libfat.c:1597:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fuse-umfuse-fat-0.1a/libfat.c:2160:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fuse-umfuse-fat-0.1a/libfat.c:2230:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuse-umfuse-iso9660/fuse-umfuse-iso9660_0.3.orig.tar.gz
fuse-umfuse-iso9660-0.3/fuseiso9660.c:510:8: warning: Either the condition 'fh9660!=NULL' is redundant or there is possible null pointer dereference: fh9660. [nullPointerRedundantCheck]
fuse-umfuse-iso9660-0.3/fuseiso9660.c:511:14: note: Assuming that condition 'fh9660!=NULL' is not redundant
fuse-umfuse-iso9660-0.3/fuseiso9660.c:510:8: note: Null pointer dereference
fuse-umfuse-iso9660-0.3/fuseiso9660.c:273:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fuse-umfuse-iso9660-0.3/fuseiso9660.c:275:2: note: Found duplicate branches for 'if' and 'else'.
fuse-umfuse-iso9660-0.3/fuseiso9660.c:273:2: note: Found duplicate branches for 'if' and 'else'.
fuse-umfuse-iso9660-0.3/fuseiso9660.c:175:17: style: The scope of the variable 'entnode' can be reduced. [variableScope]
fuse-umfuse-iso9660-0.3/fuseiso9660.c:244:13: style: Variable 'lastblock' is assigned a value that is never used. [unreadVariable]
fuse-umfuse-iso9660-0.3/fuseiso9660.c:444:13: style: Variable 'lastblock' is assigned a value that is never used. [unreadVariable]
fuse-umfuse-iso9660-0.3/fuseiso9660.c:570:23: style: Unused variable: mycontext [unusedVariable]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuse-zip/fuse-zip_0.4.5.orig.tar.gz
agalanin-fuse-zip-bdc732f9e1e7/lib/bigBuffer.cpp:260:25: style: C-style pointer casting [cstyleCast]
agalanin-fuse-zip-bdc732f9e1e7/lib/bigBuffer.cpp:168:9: style: The scope of the variable 'nr' can be reduced. [variableScope]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:385:36: style: The scope of the variable 'has_cretime' can be reduced. [variableScope]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:386:24: style: The scope of the variable 'cret' can be reduced. [variableScope]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:68: style: Function 'FileNode' argument 3 names different: declaration 'id' definition '_id'. [funcArgNamesDifferent]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.h:64:62: note: Function 'FileNode' argument 3 names different: declaration 'id' definition '_id'.
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:68: note: Function 'FileNode' argument 3 names different: declaration 'id' definition '_id'.
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:250:38: style: Function 'read' argument 2 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.h:111:32: note: Function 'read' argument 2 names different: declaration 'size' definition 'sz'.
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:250:38: note: Function 'read' argument 2 names different: declaration 'size' definition 'sz'.
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:255:45: style: Function 'write' argument 2 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.h:112:39: note: Function 'write' argument 2 names different: declaration 'size' definition 'sz'.
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:255:45: note: Function 'write' argument 2 names different: declaration 'size' definition 'sz'.
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::buffer' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::open_count' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::state' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::has_cretime' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::m_mtime' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::m_atime' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::m_ctime' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::cretime' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::name' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::is_dir' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:38:11: warning: Member variable 'FileNode::parent' is not initialized in the constructor. [uninitMemberVarPrivate]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:41:5: performance: Variable 'full_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:42:5: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:43:5: performance: Variable 'm_uid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
agalanin-fuse-zip-bdc732f9e1e7/lib/fileNode.cpp:44:5: performance: Variable 'm_gid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuse-zip.cpp:100:25: style: C-style pointer casting [cstyleCast]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuse-zip.cpp:106:12: style: C-style pointer casting [cstyleCast]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuse-zip.cpp:114:22: style: C-style pointer casting [cstyleCast]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuse-zip.cpp:263:13: style: C-style pointer casting [cstyleCast]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuse-zip.cpp:269:13: style: C-style pointer casting [cstyleCast]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuse-zip.cpp:275:13: style: C-style pointer casting [cstyleCast]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuse-zip.cpp:281:14: style: C-style pointer casting [cstyleCast]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuseZipData.cpp:144:17: style: The scope of the variable 'UP_PREFIX' can be reduced. [variableScope]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuseZipData.cpp:145:17: style: The scope of the variable 'CUR_PREFIX' can be reduced. [variableScope]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuseZipData.cpp:152:10: style: The scope of the variable 'parentRelative' can be reduced. [variableScope]
agalanin-fuse-zip-bdc732f9e1e7/lib/fuseZipData.cpp:29:14: warning: Member variable 'FuseZipData::m_root' is not initialized in the constructor. [uninitMemberVar]
agalanin-fuse-zip-bdc732f9e1e7/main.cpp:85:35: style: C-style pointer casting [cstyleCast]
agalanin-fuse-zip-bdc732f9e1e7/tests/whitebox/bigBufferTest.cpp:33:5: warning: Member variable 'zip::fail_zip_fopen_index' is not initialized in the constructor. [uninitMemberVar]
agalanin-fuse-zip-bdc732f9e1e7/tests/whitebox/bigBufferTest.cpp:33:5: warning: Member variable 'zip::fail_zip_fread' is not initialized in the constructor. [uninitMemberVar]
agalanin-fuse-zip-bdc732f9e1e7/tests/whitebox/bigBufferTest.cpp:33:5: warning: Member variable 'zip::fail_zip_fclose' is not initialized in the constructor. [uninitMemberVar]
agalanin-fuse-zip-bdc732f9e1e7/tests/whitebox/bigBufferTest.cpp:33:5: warning: Member variable 'zip::fail_zip_source_function' is not initialized in the constructor. [uninitMemberVar]
agalanin-fuse-zip-bdc732f9e1e7/tests/whitebox/bigBufferTest.cpp:33:5: warning: Member variable 'zip::fail_zip_add' is not initialized in the constructor. [uninitMemberVar]
agalanin-fuse-zip-bdc732f9e1e7/tests/whitebox/bigBufferTest.cpp:33:5: warning: Member variable 'zip::fail_zip_replace' is not initialized in the constructor. [uninitMemberVar]
agalanin-fuse-zip-bdc732f9e1e7/tests/whitebox/bigBufferTest.cpp:33:5: warning: Member variable 'zip::source' is not initialized in the constructor. [uninitMemberVar]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuse4bsd/fuse4bsd_0.3.9~pre1.20080208.orig.tar.gz
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_io.c:220:14: style: The scope of the variable 'bp' can be reduced. [variableScope]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_io.c:223:6: style: The scope of the variable 'bbcount' can be reduced. [variableScope]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_io.c:224:22: style: The scope of the variable 'on' can be reduced. [variableScope]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_io.c:388:6: style: The scope of the variable 'err' can be reduced. [variableScope]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_io.c:389:6: style: The scope of the variable 'chunksize' can be reduced. [variableScope]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_msg.c:280:26: style: Function 'fdata_alloc' argument 1 names different: declaration 'dev' definition 'fdev'. [funcArgNamesDifferent]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_session.h:286:44: note: Function 'fdata_alloc' argument 1 names different: declaration 'dev' definition 'fdev'.
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_msg.c:280:26: note: Function 'fdata_alloc' argument 1 names different: declaration 'dev' definition 'fdev'.
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:1478:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:2201:17: style: The scope of the variable 'de' can be reduced. [variableScope]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:2204:9: style: The scope of the variable 'freclen' can be reduced. [variableScope]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:2206:6: style: The scope of the variable 'bytesavail' can be reduced. [variableScope]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:733:31: style: Function 'fuse_match_cred' argument 1 names different: declaration 'daemoncred' definition 'basecred'. [funcArgNamesDifferent]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:109:55: note: Function 'fuse_match_cred' argument 1 names different: declaration 'daemoncred' definition 'basecred'.
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:733:31: note: Function 'fuse_match_cred' argument 1 names different: declaration 'daemoncred' definition 'basecred'.
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:1473:35: warning: Function 'iterate_filehandles' argument order different: declaration 'vp, td, cred, , param, , ' definition 'vp, td, cred, fufh, td, cred, param' [funcArgOrderDifferent]
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:121:59: note: Function 'iterate_filehandles' argument order different: declaration 'vp, td, cred, , param, , ' definition 'vp, td, cred, fufh, td, cred, param'
fuse4bsd-0.3.9~pre1.20080208/fuse_module/fuse_vnops.c:1473:35: note: Function 'iterate_filehandles' argument order different: declaration 'vp, td, cred, , param, , ' definition 'vp, td, cred, fufh, td, cred, param'
fuse4bsd-0.3.9~pre1.20080208/mount_fusefs/mount_fusefs.c:125:15: style: The scope of the variable 'fdx' can be reduced. [variableScope]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fusedav/fusedav_0.2.orig.tar.gz
fusedav-0.2/src/filecache.c:389:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
fusedav-0.2/src/filecache.c:385:0: note: Variable 'r' is reassigned a value before the old one has been used.
fusedav-0.2/src/filecache.c:389:5: note: Variable 'r' is reassigned a value before the old one has been used.
fusedav-0.2/src/fusedav.c:1251:23: warning: Redundant assignment of 'owner' to itself. [selfAssignment]
fusedav-0.2/src/fusedav.c:683:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fusedav-0.2/src/fusedav.c:233:25: style: The scope of the variable 't' can be reduced. [variableScope]
fusedav-0.2/src/fusedav.c:284:17: style: The scope of the variable 'session' can be reduced. [variableScope]
fusedav-0.2/src/fusedav.c:761:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fusedav-0.2/src/fusedav.c:1237:10: style: The scope of the variable '_owner' can be reduced. [variableScope]
fusedav-0.2/src/fusedav.c:187:10: style: Variable 'rt' is assigned a value that is never used. [unreadVariable]
fusedav-0.2/src/fusedav.c:1120:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fusedav-0.2/src/session.c:82:9: style: Variable 'q' is assigned a value that is never used. [unreadVariable]
fusedav-0.2/src/statcache.c:84:11: style: The scope of the variable 'f' can be reduced. [variableScope]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuseiso/fuseiso_20070708.orig.tar.gz
fuseiso-20070708/src/fuseiso.c:242:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
fuseiso-20070708/src/fuseiso.c:101:9: error: Memory leak: mtab_path [memleak]
fuseiso-20070708/src/isofs.c:1078:42: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fuseiso-20070708/src/isofs.c:101:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:101:13: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:152:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:152:13: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:181:29: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:327:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:369:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:374:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:380:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:380:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:482:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:482:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:1058:29: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:1123:25: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:1128:25: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:1134:25: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:1134:25: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:1427:21: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:1433:17: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:1439:17: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:1439:17: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fuseiso-20070708/src/isofs.c:378:15: style: Checking if unsigned variable 'sa_len' is less than zero. [unsignedLessThanZero]
fuseiso-20070708/src/isofs.c:1132:31: style: Checking if unsigned variable 'sa_len' is less than zero. [unsignedLessThanZero]
fuseiso-20070708/src/isofs.c:1437:23: style: Checking if unsigned variable 'sa_len' is less than zero. [unsignedLessThanZero]
fuseiso-20070708/src/isofs.c:1643:9: error: Memory leak: cbuf [memleak]
fuseiso-20070708/src/isofs.c:1465:0: error: Memory leak: inode [memleak]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fusesmb/fusesmb_0.8.7.orig.tar.gz
fusesmb-0.8.7/cache.c:449:9: error: Common realloc mistake: 'threads' nulled but not freed upon failure [memleakOnRealloc]
fusesmb-0.8.7/configfile.c:326:13: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fusesmb-0.8.7/fusesmb.c:255:10: style: The scope of the variable 'smb_path' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:255:45: style: The scope of the variable 'buf' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:255:65: style: The scope of the variable 'cache_file' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:256:9: style: The scope of the variable 'path_exists' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:257:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:382:25: style: The scope of the variable 'pdirent' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:384:10: style: The scope of the variable 'last_dir_entry' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:385:10: style: The scope of the variable 'cache_file' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:386:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:387:11: style: The scope of the variable 'dir_entry' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:390:9: style: The scope of the variable 'dircount' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:897:15: style: The scope of the variable 'file' can be reduced. [variableScope]
fusesmb-0.8.7/fusesmb.c:291:16: warning: Size of pointer 'stbuf' used instead of size of its data. [pointerSize]
fusesmb-0.8.7/smbctx.c:165:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fusesmb-0.8.7/smbctx.c:166:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fusesmb-0.8.7/smbctx.c:240:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fusesmb-0.8.7/smbctx.c:241:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fusesmb-0.8.7/smbctx.c:40:14: style: The scope of the variable 'ip' can be reduced. [variableScope]
fusesmb-0.8.7/smbctx.c:276:61: style: Function 'fusesmb_new_context' argument 2 names different: declaration 'cf_mutex' definition 'mutex'. [funcArgNamesDifferent]
fusesmb-0.8.7/smbctx.h:27:61: note: Function 'fusesmb_new_context' argument 2 names different: declaration 'cf_mutex' definition 'mutex'.
fusesmb-0.8.7/smbctx.c:276:61: note: Function 'fusesmb_new_context' argument 2 names different: declaration 'cf_mutex' definition 'mutex'.
fusesmb-0.8.7/stringlist.c:64:12: style: The scope of the variable 'i' can be reduced. [variableScope]
fusesmb-0.8.7/stringlist.c:53:9: error: Memory leak: sl [memleak]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fusil/fusil_1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fusiondirectory/fusiondirectory_1.0.8.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fusionforge/fusionforge_6.0.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/f/fusioninventory-agent/fusioninventory-agent_2.4.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fuss-launcher/fuss-launcher_0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fuzz/fuzz_0.6.orig.tar.gz
fuzz-0.6/fuzz.c:182:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
fuzz-0.6/fuzz.c:188:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
fuzz-0.6/fuzz.c:197:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
fuzz-0.6/fuzz.c:203:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
fuzz-0.6/fuzz.c:209:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
fuzz-0.6/fuzz.c:234:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
fuzz-0.6/fuzz.c:240:10: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
fuzz-0.6/fuzz.c:410:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fuzz-0.6/fuzz.c:446:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fuzz-0.6/fuzz.c:522:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed char *'. [invalidPrintfArgType_uint]
fuzz-0.6/fuzz.c:524:5: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'signed char *'. [invalidPrintfArgType_uint]
fuzz-0.6/fuzz.c:167:9: style: The scope of the variable 'path' can be reduced. [variableScope]
fuzz-0.6/fuzz.c:626:18: style: The scope of the variable 'numoldargs' can be reduced. [variableScope]
fuzz-0.6/fuzz.c:754:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fuzz-0.6/fuzz.c:823:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
fuzz-0.6/fuzz.c:824:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fuzz-0.6/fuzz.c:574:8: style: Unused variable: buf [unusedVariable]
fuzz-0.6/fuzz.c:575:16: style: Unused variable: buflen [unusedVariable]
fuzz-0.6/fuzz.c:998:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuzzylite/fuzzylite_5.1+dfsg.orig.tar.xz
fuzzylite-5.1+dfsg/fuzzylite/src/factory/CloningFactory.cpp:92:19: error: Iterator 'it' used after element has been erased. [eraseDereference]
fuzzylite-5.1+dfsg/fuzzylite/src/factory/CloningFactory.cpp:93:20: note: Iterator 'it' used after element has been erased.
fuzzylite-5.1+dfsg/fuzzylite/src/factory/CloningFactory.cpp:92:19: note: Iterator 'it' used after element has been erased.
fuzzylite-5.1+dfsg/fuzzylite/src/imex/FclImporter.cpp:572:52: style: Same expression on both sides of '=='. [duplicateExpression]
fuzzylite-5.1+dfsg/fuzzylite/src/imex/FclImporter.cpp:573:48: style: Same expression on both sides of '=='. [duplicateExpression]
fuzzylite-5.1+dfsg/fuzzylite/src/imex/FisExporter.cpp:193:14: style: The scope of the variable 'equalOperators' can be reduced. [variableScope]
fuzzylite-5.1+dfsg/fuzzylite/src/imex/FisImporter.cpp:326:14: style: Variable 'isAny' is assigned a value that is never used. [unreadVariable]
fuzzylite-5.1+dfsg/fuzzylite/src/imex/FldExporter.cpp:178:25: style: Variable 'overflow' is assigned a value that is never used. [unreadVariable]
fuzzylite-5.1+dfsg/fuzzylite/src/imex/JavaExporter.cpp:154:33: style: Unused variable: xy [unusedVariable]
fuzzylite-5.1+dfsg/fuzzylite/src/rule/Rule.cpp:215:29: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fuzzyocr/fuzzyocr_3.6.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fuzzysort/fuzzysort_1.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fuzzywuzzy/fuzzywuzzy_0.16.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fvwm/fvwm_2.6.8.orig.tar.gz
fvwm-2.6.8/fvwm/commands.h:14:0: error: syntax error [syntaxError]
fvwm-2.6.8/fvwm/borders.c:4024:2: style: Expression is always false because 'else if' condition matches previous condition at line 4024. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4025:2: style: Expression is always false because 'else if' condition matches previous condition at line 4025. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4028:3: style: Expression is always false because 'else if' condition matches previous condition at line 4028. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4031:2: style: Expression is always false because 'else if' condition matches previous condition at line 4031. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4032:2: style: Expression is always false because 'else if' condition matches previous condition at line 4032. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4033:2: style: Expression is always false because 'else if' condition matches previous condition at line 4033. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4034:2: style: Expression is always false because 'else if' condition matches previous condition at line 4034. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4035:2: style: Expression is always false because 'else if' condition matches previous condition at line 4035. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4036:2: style: Expression is always false because 'else if' condition matches previous condition at line 4036. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4037:2: style: Expression is always false because 'else if' condition matches previous condition at line 4037. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:4038:2: style: Expression is always false because 'else if' condition matches previous condition at line 4038. [multiCondition]
fvwm-2.6.8/fvwm/borders.c:1080:2: style: Variable 'width' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/borders.c:1061:0: note: Variable 'width' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/borders.c:1080:2: note: Variable 'width' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/borders.c:1081:2: style: Variable 'height' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/borders.c:1062:0: note: Variable 'height' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/borders.c:1081:2: note: Variable 'height' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/borders.c:1820:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/borders.c:2160:10: style: The scope of the variable 'tmpi' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/borders.c:3833:13: style: The scope of the variable 'df' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/borders.c:3833:18: style: The scope of the variable 'tsdf' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/borders.c:4680:14: style: Function 'border_draw_decorations' argument 1 names different: declaration 't' definition 'fw'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/borders.h:66:14: note: Function 'border_draw_decorations' argument 1 names different: declaration 't' definition 'fw'.
fvwm-2.6.8/fvwm/borders.c:4680:14: note: Function 'border_draw_decorations' argument 1 names different: declaration 't' definition 'fw'.
fvwm-2.6.8/fvwm/borders.c:4680:64: style: Function 'border_draw_decorations' argument 4 names different: declaration 'force' definition 'do_force'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/borders.h:66:62: note: Function 'border_draw_decorations' argument 4 names different: declaration 'force' definition 'do_force'.
fvwm-2.6.8/fvwm/borders.c:4680:64: note: Function 'border_draw_decorations' argument 4 names different: declaration 'force' definition 'do_force'.
fvwm-2.6.8/fvwm/colormaps.c:172:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/colormaps.c:344:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/colormaps.c:345:16: style: The scope of the variable 'valuemask' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/colormaps.c:170:47: style: Function 'InstallWindowColormaps' argument 1 names different: declaration 'tmp' definition 'fw'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/colormaps.h:48:47: note: Function 'InstallWindowColormaps' argument 1 names different: declaration 'tmp' definition 'fw'.
fvwm-2.6.8/fvwm/colormaps.c:170:47: note: Function 'InstallWindowColormaps' argument 1 names different: declaration 'tmp' definition 'fw'.
fvwm-2.6.8/fvwm/colormaps.c:340:42: style: Function 'FetchWmColormapWindows' argument 1 names different: declaration 'tmp' definition 'fw'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/colormaps.h:80:42: note: Function 'FetchWmColormapWindows' argument 1 names different: declaration 'tmp' definition 'fw'.
fvwm-2.6.8/fvwm/colormaps.c:340:42: note: Function 'FetchWmColormapWindows' argument 1 names different: declaration 'tmp' definition 'fw'.
fvwm-2.6.8/fvwm/cursor.c:130:2: style: Variable 'cname' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/cursor.c:116:0: note: Variable 'cname' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/cursor.c:130:2: note: Variable 'cname' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/cursor.c:442:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/ewmh_icons.c:212:6: style: The scope of the variable 'save_picture_w_g_width' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/ewmh_icons.c:213:6: style: The scope of the variable 'save_picture_w_g_height' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/ewmh_icons.c:214:6: style: The scope of the variable 'save_icon_depth' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/ewmh_icons.c:218:6: style: The scope of the variable 'save_icon_nalloc_pixels' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/ewmh_icons.c:220:6: style: The scope of the variable 'save_icon_no_limit' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/ewmh_icons.c:530:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/expand.c:379:17: warning: Either the condition 'rest==NULL' is redundant or there is possible null pointer dereference: rest. [nullPointerRedundantCheck]
fvwm-2.6.8/fvwm/expand.c:420:12: note: Assuming that condition 'rest==NULL' is not redundant
fvwm-2.6.8/fvwm/expand.c:379:17: note: Null pointer dereference
fvwm-2.6.8/fvwm/expand.c:388:14: warning: Either the condition 'rest==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fvwm-2.6.8/fvwm/expand.c:420:12: note: Assuming that condition 'rest==NULL' is not redundant
fvwm-2.6.8/fvwm/expand.c:388:14: note: Null pointer addition
fvwm-2.6.8/fvwm/focus.c:587:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/focus.c:584:0: note: Variable 't' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/focus.c:587:2: note: Variable 't' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/focus.c:637:6: style: The scope of the variable 'cx' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/focus.c:638:6: style: The scope of the variable 'cy' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/focus.c:875:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/frame.c:354:25: style: The scope of the variable 'mr_args' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/fvwm.c:2000:8: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fvwm-2.6.8/fvwm/fvwm.c:583:7: warning: Either the condition 'command' is redundant or there is possible null pointer dereference: command. [nullPointerRedundantCheck]
fvwm-2.6.8/fvwm/fvwm.c:570:7: note: Assuming that condition 'command' is not redundant
fvwm-2.6.8/fvwm/fvwm.c:583:7: note: Null pointer dereference
fvwm-2.6.8/fvwm/fvwm.c:1597:35: style: Function 'LoadDefaultButton' argument 1 names different: declaration 'bf' definition 'df'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/screen.h:541:35: note: Function 'LoadDefaultButton' argument 1 names different: declaration 'bf' definition 'df'.
fvwm-2.6.8/fvwm/fvwm.c:1597:35: note: Function 'LoadDefaultButton' argument 1 names different: declaration 'bf' definition 'df'.
fvwm-2.6.8/fvwm/icccm2.c:255:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fvwm-2.6.8/fvwm/icccm2.c:184:17: style: The scope of the variable 'adata' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/icccm2.c:185:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/menubindings.c:515:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/menubindings.c:513:2: note: Variable 'context' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/menubindings.c:515:2: note: Variable 'context' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/menubindings.c:615:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm-2.6.8/fvwm/menubindings.c:616:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm-2.6.8/fvwm/menubindings.c:617:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm-2.6.8/fvwm/menubindings.c:632:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm-2.6.8/fvwm/menubindings.c:633:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm-2.6.8/fvwm/menubindings.c:634:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm-2.6.8/fvwm/menucmd.c:226:2: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/menucmd.c:224:0: note: Variable 'name' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/menucmd.c:226:2: note: Variable 'name' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/menucmd.c:268:2: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/menucmd.c:263:0: note: Variable 'name' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/menucmd.c:268:2: note: Variable 'name' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/menucmd.c:118:17: style: Same expression on both sides of '!=' because the value of 'ret_action' and 'NULL' are the same. [duplicateExpression]
fvwm-2.6.8/fvwm/menucmd.c:61:21: note: 'ret_action' is assigned value 'NULL' here.
fvwm-2.6.8/fvwm/menucmd.c:118:17: note: Same expression on both sides of '!=' because the value of 'ret_action' and 'NULL' are the same.
fvwm-2.6.8/fvwm/menuitem.c:371:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/menustyle.c:239:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fvwm-2.6.8/fvwm/menustyle.c:926:10: warning: Either the condition 'if(option)' is redundant or there is possible null pointer dereference: poption. [nullPointerRedundantCheck]
fvwm-2.6.8/fvwm/menustyle.c:1621:6: note: Assuming that condition 'if(option)' is not redundant
fvwm-2.6.8/fvwm/menustyle.c:925:13: note: Assignment 'poption=option', assigned value is 0
fvwm-2.6.8/fvwm/menustyle.c:926:10: note: Null pointer dereference
fvwm-2.6.8/fvwm/menustyle.c:929:11: warning: Either the condition 'if(option)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fvwm-2.6.8/fvwm/menustyle.c:1621:6: note: Assuming that condition 'if(option)' is not redundant
fvwm-2.6.8/fvwm/menustyle.c:925:13: note: Assignment 'poption=option', assigned value is 0
fvwm-2.6.8/fvwm/menustyle.c:929:11: note: Null pointer addition
fvwm-2.6.8/fvwm/menustyle.c:1882:2: style: Variable 'origname' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/menustyle.c:1876:0: note: Variable 'origname' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/menustyle.c:1882:2: note: Variable 'origname' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/menustyle.c:837:6: style: The scope of the variable 'on' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/menustyle.c:845:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/menustyle.c:352:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/fvwm/misc.c:194:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm-2.6.8/fvwm/misc.c:342:7: style: The scope of the variable 'time_str' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/modconf.c:350:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/fvwm/modconf.c:283:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/module_list.c:243:2: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/module_list.c:227:0: note: Variable 'args' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/module_list.c:243:2: note: Variable 'args' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/module_list.c:1058:25: style: Function 'DeadPipe' argument 1 names different: declaration 'nonsense' definition 'sig'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/module_list.h:163:25: note: Function 'DeadPipe' argument 1 names different: declaration 'nonsense' definition 'sig'.
fvwm-2.6.8/fvwm/module_list.c:1058:25: note: Function 'DeadPipe' argument 1 names different: declaration 'nonsense' definition 'sig'.
fvwm-2.6.8/fvwm/module_list.c:1124:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/fvwm/placement.c:1566:6: style: The scope of the variable 'is_skipmapping_forbidden' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/placement.c:1886:33: style: The scope of the variable 'spargs' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/placement.c:1974:7: style: The scope of the variable 't' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/read.c:248:3: error: Resource leak: f [resourceLeak]
fvwm-2.6.8/fvwm/session.c:184:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/fvwm/session.c:184:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/fvwm/session.c:364:3: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 's1[4096]'. [invalidScanfFormatWidth_smaller]
fvwm-2.6.8/fvwm/session.c:1163:3: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 's1[4096]'. [invalidScanfFormatWidth_smaller]
fvwm-2.6.8/fvwm/session.c:1324:3: warning: Width 4000 given in format string (no. 1) is smaller than destination buffer 's1[4096]'. [invalidScanfFormatWidth_smaller]
fvwm-2.6.8/fvwm/session.c:1214:39: warning: Either the condition 'is_key!=NULL' is redundant or there is possible null pointer dereference: is_key. [nullPointerRedundantCheck]
fvwm-2.6.8/fvwm/session.c:1216:15: note: Assuming that condition 'is_key!=NULL' is not redundant
fvwm-2.6.8/fvwm/session.c:1214:39: note: Null pointer dereference
fvwm-2.6.8/fvwm/session.c:1214:47: warning: Either the condition 'is_value!=NULL' is redundant or there is possible null pointer dereference: is_value. [nullPointerRedundantCheck]
fvwm-2.6.8/fvwm/session.c:1216:35: note: Assuming that condition 'is_value!=NULL' is not redundant
fvwm-2.6.8/fvwm/session.c:1214:47: note: Null pointer dereference
fvwm-2.6.8/fvwm/session.c:581:2: style: Variable 'client_id' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/session.c:574:0: note: Variable 'client_id' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/session.c:581:2: note: Variable 'client_id' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/session.c:1647:40: style: Function 'RestartInSession' argument 2 names different: declaration 'isNative' definition 'is_native'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/session.h:34:45: note: Function 'RestartInSession' argument 2 names different: declaration 'isNative' definition 'is_native'.
fvwm-2.6.8/fvwm/session.c:1647:40: note: Function 'RestartInSession' argument 2 names different: declaration 'isNative' definition 'is_native'.
fvwm-2.6.8/fvwm/session.c:1647:56: style: Function 'RestartInSession' argument 3 names different: declaration 'doPreserveState' definition '_do_preserve_state'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/session.h:34:60: note: Function 'RestartInSession' argument 3 names different: declaration 'doPreserveState' definition '_do_preserve_state'.
fvwm-2.6.8/fvwm/session.c:1647:56: note: Function 'RestartInSession' argument 3 names different: declaration 'doPreserveState' definition '_do_preserve_state'.
fvwm-2.6.8/fvwm/session.c:900:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/fvwm/session.c:368:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/session.c:1200:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/session.c:1211:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/session.c:1328:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/session.c:1433:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/session.c:1443:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/session.c:1453:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/session.c:1463:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/session.c:1473:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/session.c:1487:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/fvwm/stack.c:2138:2: style: Variable 'bot' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/stack.c:2133:0: note: Variable 'bot' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/stack.c:2138:2: note: Variable 'bot' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/stack.c:286:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:288:10: style: The scope of the variable 'wins' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:289:6: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:291:15: style: The scope of the variable 'flags' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:1271:10: style: The scope of the variable 'wins' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:1274:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:1318:11: style: The scope of the variable 'module' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:1319:24: style: The scope of the variable 'bp' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:1319:28: style: The scope of the variable 'length' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:2087:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/stack.c:1748:65: style: Function 'HandleUnusualStackmodes' argument 4 names different: declaration 'sib' definition 's'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/stack.h:19:65: note: Function 'HandleUnusualStackmodes' argument 4 names different: declaration 'sib' definition 's'.
fvwm-2.6.8/fvwm/stack.c:1748:65: note: Function 'HandleUnusualStackmodes' argument 4 names different: declaration 'sib' definition 's'.
fvwm-2.6.8/fvwm/stack.c:1749:9: style: Function 'HandleUnusualStackmodes' argument 5 names different: declaration 'sibw' definition 'sw'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/stack.h:20:9: note: Function 'HandleUnusualStackmodes' argument 5 names different: declaration 'sibw' definition 'sw'.
fvwm-2.6.8/fvwm/stack.c:1749:9: note: Function 'HandleUnusualStackmodes' argument 5 names different: declaration 'sibw' definition 'sw'.
fvwm-2.6.8/fvwm/stack.c:1943:28: style: Function 'new_layer' argument 1 names different: declaration 't' definition 'fw'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/stack.h:28:28: note: Function 'new_layer' argument 1 names different: declaration 't' definition 'fw'.
fvwm-2.6.8/fvwm/stack.c:1943:28: note: Function 'new_layer' argument 1 names different: declaration 't' definition 'fw'.
fvwm-2.6.8/fvwm/stack.c:2034:37: style: Function 'is_on_top_of_layer' argument 1 names different: declaration 't' definition 'fw'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/stack.h:31:37: note: Function 'is_on_top_of_layer' argument 1 names different: declaration 't' definition 'fw'.
fvwm-2.6.8/fvwm/stack.c:2034:37: note: Function 'is_on_top_of_layer' argument 1 names different: declaration 't' definition 'fw'.
fvwm-2.6.8/fvwm/stack.c:2039:57: style: Function 'is_on_top_of_layer_and_above_unmanaged' argument 1 names different: declaration 't' definition 'fw'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/stack.h:32:57: note: Function 'is_on_top_of_layer_and_above_unmanaged' argument 1 names different: declaration 't' definition 'fw'.
fvwm-2.6.8/fvwm/stack.c:2039:57: note: Function 'is_on_top_of_layer_and_above_unmanaged' argument 1 names different: declaration 't' definition 'fw'.
fvwm-2.6.8/fvwm/style.c:2970:19: style: Condition 'fmt_string==NULL' is always true [knownConditionTrueFalse]
fvwm-2.6.8/fvwm/style.c:2966:23: note: Assignment 'fmt_string=NULL', assigned value is 0
fvwm-2.6.8/fvwm/style.c:2970:19: note: Condition 'fmt_string==NULL' is always true
fvwm-2.6.8/fvwm/style.c:4277:19: style: Condition 'fmt_string==NULL' is always true [knownConditionTrueFalse]
fvwm-2.6.8/fvwm/style.c:4273:23: note: Assignment 'fmt_string=NULL', assigned value is 0
fvwm-2.6.8/fvwm/style.c:4277:19: note: Condition 'fmt_string==NULL' is always true
fvwm-2.6.8/fvwm/style.c:2351:10: warning: Either the condition 'rest' is redundant or there is possible null pointer dereference: rest. [nullPointerRedundantCheck]
fvwm-2.6.8/fvwm/style.c:2345:12: note: Assuming that condition 'rest' is not redundant
fvwm-2.6.8/fvwm/style.c:2351:10: note: Null pointer dereference
fvwm-2.6.8/fvwm/style.c:1801:3: style: Variable 'option' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/style.c:1800:3: note: Variable 'option' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/style.c:1801:3: note: Variable 'option' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/style.c:1756:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:1849:7: style: The scope of the variable 'geom_flags' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:1955:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:2067:16: style: The scope of the variable 'add_style' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:2069:6: style: The scope of the variable 'num' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:2070:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:2073:6: style: The scope of the variable 'spargs' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:4088:17: style: The scope of the variable 'mask' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:4089:17: style: The scope of the variable 'states' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:4119:10: style: The scope of the variable 'token' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:4548:8: style: The scope of the variable 'token' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/style.c:5282:62: style: Function 'update_window_color_style' argument 2 names different: declaration 'style' definition 'pstyle'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/style.h:668:62: note: Function 'update_window_color_style' argument 2 names different: declaration 'style' definition 'pstyle'.
fvwm-2.6.8/fvwm/style.c:5282:62: note: Function 'update_window_color_style' argument 2 names different: declaration 'style' definition 'pstyle'.
fvwm-2.6.8/fvwm/style.c:5334:65: style: Function 'update_window_color_hi_style' argument 2 names different: declaration 'style' definition 'pstyle'. [funcArgNamesDifferent]
fvwm-2.6.8/fvwm/style.h:669:65: note: Function 'update_window_color_hi_style' argument 2 names different: declaration 'style' definition 'pstyle'.
fvwm-2.6.8/fvwm/style.c:5334:65: note: Function 'update_window_color_hi_style' argument 2 names different: declaration 'style' definition 'pstyle'.
fvwm-2.6.8/fvwm/update.c:538:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fvwm-2.6.8/fvwm/update.c:536:35: note: outer condition: t->ewmh_normal_layer
fvwm-2.6.8/fvwm/update.c:538:10: note: identical inner condition: t->ewmh_normal_layer
fvwm-2.6.8/fvwm/virtual.c:271:6: style: The scope of the variable 'min' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/virtual.c:271:11: style: The scope of the variable 'max' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/virtual.c:1224:6: style: The scope of the variable 'txl' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/virtual.c:1224:11: style: The scope of the variable 'txr' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/virtual.c:1224:16: style: The scope of the variable 'tyt' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/virtual.c:1224:21: style: The scope of the variable 'tyb' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/virtual.c:1510:8: style: The scope of the variable 'token' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/virtual.c:2399:31: style: The scope of the variable 'prev' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/windowlist.c:426:5: style: Variable 'flags' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/fvwm/windowlist.c:425:5: note: Variable 'flags' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/windowlist.c:426:5: note: Variable 'flags' is reassigned a value before the old one has been used.
fvwm-2.6.8/fvwm/windowlist.c:238:6: style: The scope of the variable 'ij' can be reduced. [variableScope]
fvwm-2.6.8/fvwm/windowlist.c:240:8: style: The scope of the variable 'cond_flags' can be reduced. [variableScope]
fvwm-2.6.8/libs/Bindings.c:849:8: style: The scope of the variable 's' can be reduced. [variableScope]
fvwm-2.6.8/libs/Bindings.c:857:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/libs/Colorset.c:144:6: warning: %n in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fvwm-2.6.8/libs/Cursor.c:118:6: style: The scope of the variable 'cond' can be reduced. [variableScope]
fvwm-2.6.8/libs/Cursor.c:121:6: style: The scope of the variable 'middle' can be reduced. [variableScope]
fvwm-2.6.8/libs/FGettext.c:75:29: style: Redundant condition: If 'EXPR == '\0'', the comparison 'EXPR != '/'' is always true. [redundantCondition]
fvwm-2.6.8/libs/FImage.c:193:2: error: Returning/dereferencing 'fim' after it is deallocated / released [deallocret]
fvwm-2.6.8/libs/FRender.c:71:6: style: Condition '!PFrenderVisualFormat' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/FRender.c:70:25: note: Assignment 'PFrenderVisualFormat=NULL', assigned value is 0
fvwm-2.6.8/libs/FRender.c:71:6: note: Condition '!PFrenderVisualFormat' is always true
fvwm-2.6.8/libs/FRender.c:85:6: style: Condition '!PFrenderAlphaFormat' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/FRender.c:82:24: note: Assignment 'PFrenderAlphaFormat=NULL', assigned value is 0
fvwm-2.6.8/libs/FRender.c:85:6: note: Condition '!PFrenderAlphaFormat' is always true
fvwm-2.6.8/libs/FRender.c:98:6: style: Condition '!PFrenderMaskFormat' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/FRender.c:95:23: note: Assignment 'PFrenderMaskFormat=NULL', assigned value is 0
fvwm-2.6.8/libs/FRender.c:98:6: note: Condition '!PFrenderMaskFormat' is always true
fvwm-2.6.8/libs/FRender.c:120:6: style: Condition '!PFrenderDirectFormat' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/FRender.c:114:25: note: Assignment 'PFrenderDirectFormat=NULL', assigned value is 0
fvwm-2.6.8/libs/FRender.c:120:6: note: Condition '!PFrenderDirectFormat' is always true
fvwm-2.6.8/libs/FRender.c:142:6: style: Condition '!PFrenderAbsoluteFormat' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/FRender.c:136:27: note: Assignment 'PFrenderAbsoluteFormat=NULL', assigned value is 0
fvwm-2.6.8/libs/FRender.c:142:6: note: Condition '!PFrenderAbsoluteFormat' is always true
fvwm-2.6.8/libs/FRender.c:296:57: style: Function 'FRenderTintRectangle' argument 5 names different: declaration 'shade_percent' definition 'tint_percent'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/FRenderInterface.h:8:57: note: Function 'FRenderTintRectangle' argument 5 names different: declaration 'shade_percent' definition 'tint_percent'.
fvwm-2.6.8/libs/FRender.c:296:57: note: Function 'FRenderTintRectangle' argument 5 names different: declaration 'shade_percent' definition 'tint_percent'.
fvwm-2.6.8/libs/FRender.c:341:17: style: Function 'FRenderRender' argument 7 names different: declaration 'shade_percent' definition 'added_alpha_percent'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/FRenderInterface.h:13:17: note: Function 'FRenderRender' argument 7 names different: declaration 'shade_percent' definition 'added_alpha_percent'.
fvwm-2.6.8/libs/FRender.c:341:17: note: Function 'FRenderRender' argument 7 names different: declaration 'shade_percent' definition 'added_alpha_percent'.
fvwm-2.6.8/libs/FRenderInit.c:68:3: style: Variable 'pmf' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/libs/FRenderInit.c:61:0: note: Variable 'pmf' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/FRenderInit.c:68:3: note: Variable 'pmf' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/FRenderInit.c:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/FScreen.c:208:7: style: Condition 'result' is always false [knownConditionTrueFalse]
fvwm-2.6.8/libs/FScreen.c:206:12: note: Assignment 'result=0', assigned value is 0
fvwm-2.6.8/libs/FScreen.c:208:7: note: Condition 'result' is always false
fvwm-2.6.8/libs/FScreen.c:827:14: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: arg. [nullPointerRedundantCheck]
fvwm-2.6.8/libs/FScreen.c:831:7: note: Assuming that condition '!arg' is not redundant
fvwm-2.6.8/libs/FScreen.c:827:14: note: Null pointer dereference
fvwm-2.6.8/libs/FScreen.c:205:12: warning: Redundant assignment of 'hints[0]' to itself. [selfAssignment]
fvwm-2.6.8/libs/FScreen.c:724:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/FScreen.c:726:6: style: The scope of the variable 'l2' can be reduced. [variableScope]
fvwm-2.6.8/libs/FScreen.c:728:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
fvwm-2.6.8/libs/FScreen.c:1093:40: style: Function 'FScreenParseScreenBit' argument 1 names different: declaration 'arg' definition 'scr_spec'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/FScreen.c:191:40: note: Function 'FScreenParseScreenBit' argument 1 names different: declaration 'arg' definition 'scr_spec'.
fvwm-2.6.8/libs/FScreen.c:1093:40: note: Function 'FScreenParseScreenBit' argument 1 names different: declaration 'arg' definition 'scr_spec'.
fvwm-2.6.8/libs/Fft.c:174:18: style: Condition 'rotated_pat==NULL' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/Fft.c:172:16: note: Assignment 'rotated_pat=NULL', assigned value is 0
fvwm-2.6.8/libs/Fft.c:174:18: note: Condition 'rotated_pat==NULL' is always true
fvwm-2.6.8/libs/Fft.c:281:21: style: Condition '!(FRenderGetExtensionSupported()||1)' is always false [knownConditionTrueFalse]
fvwm-2.6.8/libs/Fft.c:371:6: style: Condition '!fftfont' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/Fft.c:369:12: note: Assignment 'fftfont=NULL', assigned value is 0
fvwm-2.6.8/libs/Fft.c:371:6: note: Condition '!fftfont' is always true
fvwm-2.6.8/libs/Fft.c:256:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fvwm-2.6.8/libs/Fft.c:261:2: note: Found duplicate branches for 'if' and 'else'.
fvwm-2.6.8/libs/Fft.c:256:2: note: Found duplicate branches for 'if' and 'else'.
fvwm-2.6.8/libs/Fft.c:607:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fvwm-2.6.8/libs/Fft.c:614:2: note: Found duplicate branches for 'if' and 'else'.
fvwm-2.6.8/libs/Fft.c:607:7: note: Found duplicate branches for 'if' and 'else'.
fvwm-2.6.8/libs/Fft.c:108:18: style: The scope of the variable 'fc' can be reduced. [variableScope]
fvwm-2.6.8/libs/Ficonv.c:77:10: style: Condition 'cd1!=(void*)-1' is always false [knownConditionTrueFalse]
fvwm-2.6.8/libs/Ficonv.c:75:8: note: Assignment 'cd1=(void*)-1', assigned value is -1
fvwm-2.6.8/libs/Ficonv.c:77:10: note: Condition 'cd1!=(void*)-1' is always false
fvwm-2.6.8/libs/Ficonv.c:79:10: style: Condition 'cd1!=(void*)-1' is always false [knownConditionTrueFalse]
fvwm-2.6.8/libs/Ficonv.c:75:8: note: Assignment 'cd1=(void*)-1', assigned value is -1
fvwm-2.6.8/libs/Ficonv.c:79:10: note: Condition 'cd1!=(void*)-1' is always false
fvwm-2.6.8/libs/Ficonv.c:81:10: style: Condition 'cd2!=(void*)-1' is always false [knownConditionTrueFalse]
fvwm-2.6.8/libs/Ficonv.c:76:8: note: Assignment 'cd2=(void*)-1', assigned value is -1
fvwm-2.6.8/libs/Ficonv.c:81:10: note: Condition 'cd2!=(void*)-1' is always false
fvwm-2.6.8/libs/Ficonv.c:102:9: style: Condition 'cd==(void*)-1' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/Ficonv.c:101:7: note: Assignment 'cd=(void*)-1', assigned value is -1
fvwm-2.6.8/libs/Ficonv.c:102:9: note: Condition 'cd==(void*)-1' is always true
fvwm-2.6.8/libs/Ficonv.c:108:9: style: Condition 'cd==(void*)-1' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/Ficonv.c:107:7: note: Assignment 'cd=(void*)-1', assigned value is -1
fvwm-2.6.8/libs/Ficonv.c:108:9: note: Condition 'cd==(void*)-1' is always true
fvwm-2.6.8/libs/Ficonv.c:225:9: style: Condition 'cd==(void*)-1' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/Ficonv.c:224:7: note: Assignment 'cd=(void*)-1', assigned value is -1
fvwm-2.6.8/libs/Ficonv.c:225:9: note: Condition 'cd==(void*)-1' is always true
fvwm-2.6.8/libs/Ficonv.c:274:13: style: Condition 'nconv==(unsigned long)-1' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/Ficonv.c:270:11: note: Assignment 'nconv=-1', assigned value is -1
fvwm-2.6.8/libs/Ficonv.c:274:13: note: Condition 'nconv==(unsigned long)-1' is always true
fvwm-2.6.8/libs/Ficonv.c:120:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm-2.6.8/libs/Ficonv.c:215:9: style: The scope of the variable 'nconv' can be reduced. [variableScope]
fvwm-2.6.8/libs/Flocale.c:538:12: style: Condition 'str3!=NULL' is always false [knownConditionTrueFalse]
fvwm-2.6.8/libs/Flocale.c:534:10: note: Assignment 'str3=NULL', assigned value is 0
fvwm-2.6.8/libs/Flocale.c:538:12: note: Condition 'str3!=NULL' is always false
fvwm-2.6.8/libs/Flocale.c:2475:4: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/libs/Flocale.c:2111:19: warning: Either the condition 'fws==NULL' is redundant or there is possible null pointer dereference: fws. [nullPointerRedundantCheck]
fvwm-2.6.8/libs/Flocale.c:2116:10: note: Assuming that condition 'fws==NULL' is not redundant
fvwm-2.6.8/libs/Flocale.c:2111:19: note: Null pointer dereference
fvwm-2.6.8/libs/Flocale.c:293:2: style: Variable 'str2b' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/libs/Flocale.c:290:0: note: Variable 'str2b' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Flocale.c:293:2: note: Variable 'str2b' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Flocale.c:1080:2: style: Variable 'hints' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/libs/Flocale.c:1078:0: note: Variable 'hints' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Flocale.c:1080:2: note: Variable 'hints' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Flocale.c:1129:2: style: Variable 'hints' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/libs/Flocale.c:1127:0: note: Variable 'hints' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Flocale.c:1129:2: note: Variable 'hints' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Flocale.c:1215:2: style: Variable 'hints' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/libs/Flocale.c:1213:0: note: Variable 'hints' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Flocale.c:1215:2: note: Variable 'hints' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Flocale.c:430:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/Flocale.c:664:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
fvwm-2.6.8/libs/Flocale.c:1120:13: style: The scope of the variable 'mc_errors' can be reduced. [variableScope]
fvwm-2.6.8/libs/Flocale.c:1124:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/Flocale.c:1601:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/Flocale.c:1829:6: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm-2.6.8/libs/Flocale.c:1831:6: style: The scope of the variable 'curr_pixel_pos' can be reduced. [variableScope]
fvwm-2.6.8/libs/Flocale.c:1354:28: style: Function 'FlocaleInit' argument 2 names different: declaration 'local' definition 'locale'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Flocale.h:227:28: note: Function 'FlocaleInit' argument 2 names different: declaration 'local' definition 'locale'.
fvwm-2.6.8/libs/Flocale.c:1354:28: note: Function 'FlocaleInit' argument 2 names different: declaration 'local' definition 'locale'.
fvwm-2.6.8/libs/Flocale.c:1354:48: style: Function 'FlocaleInit' argument 3 names different: declaration 'modifier' definition 'modifiers'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Flocale.h:227:47: note: Function 'FlocaleInit' argument 3 names different: declaration 'modifier' definition 'modifiers'.
fvwm-2.6.8/libs/Flocale.c:1354:48: note: Function 'FlocaleInit' argument 3 names different: declaration 'modifier' definition 'modifiers'.
fvwm-2.6.8/libs/Flocale.c:1816:29: style: Function 'FlocaleDrawString' argument 2 names different: declaration 'ff' definition 'flf'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Flocale.h:285:29: note: Function 'FlocaleDrawString' argument 2 names different: declaration 'ff' definition 'flf'.
fvwm-2.6.8/libs/Flocale.c:1816:29: note: Function 'FlocaleDrawString' argument 2 names different: declaration 'ff' definition 'flf'.
fvwm-2.6.8/libs/Flocale.c:1816:52: style: Function 'FlocaleDrawString' argument 3 names different: declaration 'fstring' definition 'fws'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Flocale.h:285:51: note: Function 'FlocaleDrawString' argument 3 names different: declaration 'fstring' definition 'fws'.
fvwm-2.6.8/libs/Flocale.c:1816:52: note: Function 'FlocaleDrawString' argument 3 names different: declaration 'fstring' definition 'fws'.
fvwm-2.6.8/libs/Flocale.c:2105:61: style: Function 'FlocaleDrawUnderline' argument 4 names different: declaration 'coffset' definition 'offset'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Flocale.h:292:61: note: Function 'FlocaleDrawUnderline' argument 4 names different: declaration 'coffset' definition 'offset'.
fvwm-2.6.8/libs/Flocale.c:2105:61: note: Function 'FlocaleDrawUnderline' argument 4 names different: declaration 'coffset' definition 'offset'.
fvwm-2.6.8/libs/Flocale.c:2166:35: style: Function 'FlocaleTextWidth' argument 1 names different: declaration 'ff' definition 'flf'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Flocale.h:310:35: note: Function 'FlocaleTextWidth' argument 1 names different: declaration 'ff' definition 'flf'.
fvwm-2.6.8/libs/Flocale.c:2166:35: note: Function 'FlocaleTextWidth' argument 1 names different: declaration 'ff' definition 'flf'.
fvwm-2.6.8/libs/FlocaleCharset.c:422:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/FlocaleCharset.c:653:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/Grab.c:53:31: style: Function 'MyXGrabKeyboard' argument 1 names different: declaration 'disp' definition 'dpy'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Grab.h:12:31: note: Function 'MyXGrabKeyboard' argument 1 names different: declaration 'disp' definition 'dpy'.
fvwm-2.6.8/libs/Grab.c:53:31: note: Function 'MyXGrabKeyboard' argument 1 names different: declaration 'disp' definition 'dpy'.
fvwm-2.6.8/libs/Grab.c:63:33: style: Function 'MyXUngrabKeyboard' argument 1 names different: declaration 'disp' definition 'dpy'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Grab.h:11:33: note: Function 'MyXUngrabKeyboard' argument 1 names different: declaration 'disp' definition 'dpy'.
fvwm-2.6.8/libs/Grab.c:63:33: note: Function 'MyXUngrabKeyboard' argument 1 names different: declaration 'disp' definition 'dpy'.
fvwm-2.6.8/libs/Graphics.c:668:2: style: Variable 'xcs' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/libs/Graphics.c:664:0: note: Variable 'xcs' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Graphics.c:668:2: note: Variable 'xcs' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/Graphics.c:558:8: style: The scope of the variable 'color_sum' can be reduced. [variableScope]
fvwm-2.6.8/libs/Graphics.c:610:7: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm-2.6.8/libs/Graphics.c:1365:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/Graphics.c:118:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/libs/Graphics.c:580:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/libs/Module.c:506:15: warning: Either the condition 'if(string)' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
fvwm-2.6.8/libs/Module.c:513:7: note: Assuming that condition 'if(string)' is not redundant
fvwm-2.6.8/libs/Module.c:506:15: note: Null pointer dereference
fvwm-2.6.8/libs/Module.c:259:36: style: Function 'GetConfigLine' argument 2 names different: declaration 'line' definition 'tline'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Module.h:219:36: note: Function 'GetConfigLine' argument 2 names different: declaration 'line' definition 'tline'.
fvwm-2.6.8/libs/Module.c:259:36: note: Function 'GetConfigLine' argument 2 names different: declaration 'line' definition 'tline'.
fvwm-2.6.8/libs/Module.c:147:48: warning: Division by result of sizeof(). alloca() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
fvwm-2.6.8/libs/Module.c:147:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/libs/Module.c:186:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/libs/Module.c:242:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/libs/Parse.c:720:6: style: The scope of the variable 'k' can be reduced. [variableScope]
fvwm-2.6.8/libs/Parse.c:355:38: style: Function 'PeekToken' argument 2 names different: declaration 'token' definition 'outdata'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Parse.h:56:38: note: Function 'PeekToken' argument 2 names different: declaration 'token' definition 'outdata'.
fvwm-2.6.8/libs/Parse.c:355:38: note: Function 'PeekToken' argument 2 names different: declaration 'token' definition 'outdata'.
fvwm-2.6.8/libs/Picture.c:310:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/libs/Picture.c:318:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/libs/Picture.c:50:57: style: Function 'PGetFvwmPicture' argument 4 names different: declaration 'pictureName' definition 'name'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Picture.h:23:57: note: Function 'PGetFvwmPicture' argument 4 names different: declaration 'pictureName' definition 'name'.
fvwm-2.6.8/libs/Picture.c:50:57: note: Function 'PGetFvwmPicture' argument 4 names different: declaration 'pictureName' definition 'name'.
fvwm-2.6.8/libs/Picture.c:89:57: style: Function 'PCacheFvwmPicture' argument 4 names different: declaration 'pictureName' definition 'name'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/Picture.h:45:57: note: Function 'PCacheFvwmPicture' argument 4 names different: declaration 'pictureName' definition 'name'.
fvwm-2.6.8/libs/Picture.c:89:57: note: Function 'PCacheFvwmPicture' argument 4 names different: declaration 'pictureName' definition 'name'.
fvwm-2.6.8/libs/PictureBase.c:227:6: style: The scope of the variable 'length' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureBase.c:228:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureBase.c:225:40: style: Function 'PictureFindImageFile' argument 1 names different: declaration 'filename' definition 'icon'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/PictureBase.h:131:14: note: Function 'PictureFindImageFile' argument 1 names different: declaration 'filename' definition 'icon'.
fvwm-2.6.8/libs/PictureBase.c:225:40: note: Function 'PictureFindImageFile' argument 1 names different: declaration 'filename' definition 'icon'.
fvwm-2.6.8/libs/PictureBase.c:225:72: style: Function 'PictureFindImageFile' argument 3 names different: declaration 'mode' definition 'type'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/PictureBase.h:131:50: note: Function 'PictureFindImageFile' argument 3 names different: declaration 'mode' definition 'type'.
fvwm-2.6.8/libs/PictureBase.c:225:72: note: Function 'PictureFindImageFile' argument 3 names different: declaration 'mode' definition 'type'.
fvwm-2.6.8/libs/PictureGraphics.c:949:2: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/libs/PictureGraphics.c:947:0: note: Variable 'dest' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/PictureGraphics.c:949:2: note: Variable 'dest' is reassigned a value before the old one has been used.
fvwm-2.6.8/libs/PictureGraphics.c:1106:50: style: Function 'PGraphicsTileRectangle' argument 4 names different: declaration 'shape' definition 'mask'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/PictureGraphics.h:104:50: note: Function 'PGraphicsTileRectangle' argument 4 names different: declaration 'shape' definition 'mask'.
fvwm-2.6.8/libs/PictureGraphics.c:1106:50: note: Function 'PGraphicsTileRectangle' argument 4 names different: declaration 'shape' definition 'mask'.
fvwm-2.6.8/libs/PictureImageLoader.c:855:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fvwm-2.6.8/libs/PictureImageLoader.c:856:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fvwm-2.6.8/libs/PictureImageLoader.c:857:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fvwm-2.6.8/libs/PictureImageLoader.c:437:6: style: Condition '!Fpng_ptr' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/PictureImageLoader.c:435:13: note: Assignment 'Fpng_ptr=NULL', assigned value is 0
fvwm-2.6.8/libs/PictureImageLoader.c:437:6: note: Condition '!Fpng_ptr' is always true
fvwm-2.6.8/libs/PictureImageLoader.c:443:6: style: Condition '!Finfo_ptr' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/PictureImageLoader.c:442:14: note: Assignment 'Finfo_ptr=NULL', assigned value is 0
fvwm-2.6.8/libs/PictureImageLoader.c:443:6: note: Condition '!Finfo_ptr' is always true
fvwm-2.6.8/libs/PictureImageLoader.c:167:16: style: The scope of the variable 'a_value' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureImageLoader.c:402:6: style: The scope of the variable 'bit_depth' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureImageLoader.c:405:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureImageLoader.c:988:18: style: The scope of the variable 'alpha' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureImageLoader.c:989:18: style: The scope of the variable 'red' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureImageLoader.c:990:18: style: The scope of the variable 'green' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureImageLoader.c:991:18: style: The scope of the variable 'blue' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureImageLoader.c:601:21: style: Checking if unsigned variable 'xpm_im.ncolors' is less than zero. [unsignedLessThanZero]
fvwm-2.6.8/libs/PictureImageLoader.c:823:34: style: Function 'PImageLoadPixmapFromFile' argument 3 names different: declaration 'file' definition 'path'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/PictureImageLoader.h:35:34: note: Function 'PImageLoadPixmapFromFile' argument 3 names different: declaration 'file' definition 'path'.
fvwm-2.6.8/libs/PictureImageLoader.c:823:34: note: Function 'PImageLoadPixmapFromFile' argument 3 names different: declaration 'file' definition 'path'.
fvwm-2.6.8/libs/PictureImageLoader.c:412:3: style: Variable 'bit_depth' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/libs/PictureImageLoader.c:403:6: style: Variable 'color_type' is not assigned a value. [unassignedVariable]
fvwm-2.6.8/libs/PictureImageLoader.c:463:2: style: Variable 'interlace_type' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/libs/PictureImageLoader.c:1016:28: error: Uninitialized variable: fpa [uninitvar]
fvwm-2.6.8/libs/PictureUtils.c:2483:10: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fvwm-2.6.8/libs/PictureUtils.c:2481:9: note: outer condition: verbose
fvwm-2.6.8/libs/PictureUtils.c:2483:10: note: identical inner condition: verbose
fvwm-2.6.8/libs/PictureUtils.c:2396:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/libs/PictureUtils.c:1977:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fvwm-2.6.8/libs/PictureUtils.c:1981:2: note: Found duplicate branches for 'if' and 'else'.
fvwm-2.6.8/libs/PictureUtils.c:1977:2: note: Found duplicate branches for 'if' and 'else'.
fvwm-2.6.8/libs/PictureUtils.c:492:7: style: The scope of the variable 'ir' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:492:11: style: The scope of the variable 'ig' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:492:15: style: The scope of the variable 'ib' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:687:10: style: The scope of the variable 'do_free' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:782:11: style: The scope of the variable 'minind' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:829:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:829:8: style: The scope of the variable 'n' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:887:6: style: The scope of the variable 'r' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:887:9: style: The scope of the variable 'g' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:887:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:887:15: style: The scope of the variable 'grey' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:1072:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:1283:51: style: The scope of the variable 'size' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:1769:31: style: The scope of the variable 'cr' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:1769:40: style: The scope of the variable 'pr' can be reduced. [variableScope]
fvwm-2.6.8/libs/PictureUtils.c:964:5: warning: Either the condition 'ngrey>0' is redundant or there is division by zero at line 964. [zerodivcond]
fvwm-2.6.8/libs/PictureUtils.c:959:12: note: Assuming that condition 'ngrey>0' is not redundant
fvwm-2.6.8/libs/PictureUtils.c:964:5: note: Division by zero
fvwm-2.6.8/libs/PictureUtils.c:1955:7: style: Function 'PictureOpenImageColorAllocator' argument 6 names different: declaration 'save_pixels' definition 'do_not_save_pixels'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/PictureUtils.h:21:7: note: Function 'PictureOpenImageColorAllocator' argument 6 names different: declaration 'save_pixels' definition 'do_not_save_pixels'.
fvwm-2.6.8/libs/PictureUtils.c:1955:7: note: Function 'PictureOpenImageColorAllocator' argument 6 names different: declaration 'save_pixels' definition 'do_not_save_pixels'.
fvwm-2.6.8/libs/System.c:307:13: style: The scope of the variable 'fd' can be reduced. [variableScope]
fvwm-2.6.8/libs/System.c:301:25: style: Function 'fvwm_mkstemp' argument 1 names different: declaration 'TEMPLATE' definition 'template'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/System.h:23:25: note: Function 'fvwm_mkstemp' argument 1 names different: declaration 'TEMPLATE' definition 'template'.
fvwm-2.6.8/libs/System.c:301:25: note: Function 'fvwm_mkstemp' argument 1 names different: declaration 'TEMPLATE' definition 'template'.
fvwm-2.6.8/libs/XError.c:45:4: error: Null pointer dereference: nullp [nullPointer]
fvwm-2.6.8/libs/XError.c:43:11: note: Assignment 'nullp=NULL', assigned value is 0
fvwm-2.6.8/libs/XError.c:45:4: note: Null pointer dereference
fvwm-2.6.8/libs/envvar.c:183:14: style: The scope of the variable 'next' can be reduced. [variableScope]
fvwm-2.6.8/libs/envvar.c:227:33: style: The scope of the variable 'p2' can be reduced. [variableScope]
fvwm-2.6.8/libs/envvar.c:268:14: style: The scope of the variable 'env' can be reduced. [variableScope]
fvwm-2.6.8/libs/envvar.c:306:14: style: The scope of the variable 'env' can be reduced. [variableScope]
fvwm-2.6.8/libs/envvar.c:307:19: style: The scope of the variable 'elen' can be reduced. [variableScope]
fvwm-2.6.8/libs/envvar.c:383:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/libs/flist.c:170:9: style: The scope of the variable 'tl' can be reduced. [variableScope]
fvwm-2.6.8/libs/fsm.c:378:19: style: Condition 'prev_handler==default_handler' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/fsm.c:376:17: note: Assignment 'prev_handler=NULL', assigned value is 0
fvwm-2.6.8/libs/fsm.c:378:19: note: Condition 'prev_handler==default_handler' is always true
fvwm-2.6.8/libs/fsm.c:455:7: style: Condition 'id' is always false [knownConditionTrueFalse]
fvwm-2.6.8/libs/fsm.c:451:7: note: Assignment 'id=NULL', assigned value is 0
fvwm-2.6.8/libs/fsm.c:455:7: note: Condition 'id' is always false
fvwm-2.6.8/libs/fsm.c:722:15: style: Condition 'cstatus==(int)FIceConnectPending' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/fsm.c:721:13: note: Assignment 'cstatus=(FIceAcceptStatus)0', assigned value is 0
fvwm-2.6.8/libs/fsm.c:722:15: note: Condition 'cstatus==(int)FIceConnectPending' is always true
fvwm-2.6.8/libs/fsm.c:788:6: style: Condition '!ice_conn' is always true [knownConditionTrueFalse]
fvwm-2.6.8/libs/fsm.c:784:13: note: Assignment 'ice_conn=NULL', assigned value is 0
fvwm-2.6.8/libs/fsm.c:788:6: note: Condition '!ice_conn' is always true
fvwm-2.6.8/libs/fsm.c:820:13: style: Condition 'status==FIceProcessMessagesIOError' is always false [knownConditionTrueFalse]
fvwm-2.6.8/libs/fsm.c:818:11: note: Assignment 'status=0', assigned value is 0
fvwm-2.6.8/libs/fsm.c:820:13: note: Condition 'status==FIceProcessMessagesIOError' is always false
fvwm-2.6.8/libs/fsm.c:710:11: style: The scope of the variable 'ice_conn' can be reduced. [variableScope]
fvwm-2.6.8/libs/fsm.c:1102:18: style: The scope of the variable 'fic' can be reduced. [variableScope]
fvwm-2.6.8/libs/fsm.c:1126:18: style: The scope of the variable 'fic' can be reduced. [variableScope]
fvwm-2.6.8/libs/fvwmsignal.c:78:0: error: #error One of waitpid or wait3 is needed. [preprocessorErrorDirective]
fvwm-2.6.8/libs/gravity.c:514:8: style: The scope of the variable 'token' can be reduced. [variableScope]
fvwm-2.6.8/libs/safemalloc.c:80:25: style: Function 'saferealloc' argument 1 names different: declaration 'ptr' definition 'src'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/safemalloc.h:12:25: note: Function 'saferealloc' argument 1 names different: declaration 'ptr' definition 'src'.
fvwm-2.6.8/libs/safemalloc.c:80:25: note: Function 'saferealloc' argument 1 names different: declaration 'ptr' definition 'src'.
fvwm-2.6.8/libs/safemalloc.c:103:30: style: Function 'safestrdup' argument 1 names different: declaration 's' definition 'src'. [funcArgNamesDifferent]
fvwm-2.6.8/libs/safemalloc.h:13:30: note: Function 'safestrdup' argument 1 names different: declaration 's' definition 'src'.
fvwm-2.6.8/libs/safemalloc.c:103:30: note: Function 'safestrdup' argument 1 names different: declaration 's' definition 'src'.
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:589:12: style: Condition 'ants==1' is always true [knownConditionTrueFalse]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:571:14: note: Assignment 'ants=1', assigned value is 1
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:589:12: note: Condition 'ants==1' is always true
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:589:12: style: Same expression on both sides of '==' because the value of 'ants' and '1' are the same. [duplicateExpression]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:571:14: note: 'ants' is assigned value '1' here.
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:589:12: note: Same expression on both sides of '==' because the value of 'ants' and '1' are the same.
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:665:12: style: Same expression on both sides of '==' because the value of 'ants' and '1' are the same. [duplicateExpression]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:571:14: note: 'ants' is assigned value '1' here.
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:665:12: note: Same expression on both sides of '==' because the value of 'ants' and '1' are the same.
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:746:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:275:9: style: The scope of the variable 'distortx' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:276:9: style: The scope of the variable 'distortch' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:277:9: style: The scope of the variable 'midy' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:342:11: style: The scope of the variable 'distorty' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:343:11: style: The scope of the variable 'distortcw' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:344:11: style: The scope of the variable 'midx' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmAnimate/FvwmAnimate.c:1404:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmAuto/FvwmAuto.c:78:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmBacker/FvwmBacker.c:503:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:123:20: warning: Either the condition 'string!=(char*)0' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:121:14: note: Assuming that condition 'string!=(char*)0' is not redundant
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:123:20: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:126:21: warning: Either the condition 'string!=(char*)0' is redundant or there is possible null pointer dereference: string. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:121:14: note: Assuming that condition 'string!=(char*)0' is not redundant
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:126:21: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:120:3: style: Variable 'string' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:109:0: note: Variable 'string' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:120:3: note: Variable 'string' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmBanner/FvwmBanner.c:433:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:315:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:2526:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:2819:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:3325:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:1289:7: warning: Either the condition '!b' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:1290:7: note: Assuming that condition '!b' is not redundant
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:1289:7: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:2286:6: warning: Either the condition 'ub' is redundant or there is possible null pointer dereference: ub. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:2276:6: note: Assuming that condition 'ub' is not redundant
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:2286:6: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:246:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:428:8: style: The scope of the variable 's' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:925:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:925:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:1619:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:1939:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:2361:13: style: The scope of the variable 'miss_counter' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:2703:6: style: The scope of the variable 'colorset' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:243:25: style: Function 'DeadPipe' argument 1 names different: declaration 'nonsense' definition 'whatever'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:107:25: note: Function 'DeadPipe' argument 1 names different: declaration 'nonsense' definition 'whatever'.
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:243:25: note: Function 'DeadPipe' argument 1 names different: declaration 'nonsense' definition 'whatever'.
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:2358:28: style: Function 'My_FNextEvent' argument 1 names different: declaration 'dpy' definition 'Dpy'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:116:28: note: Function 'My_FNextEvent' argument 1 names different: declaration 'dpy' definition 'Dpy'.
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:2358:28: note: Function 'My_FNextEvent' argument 1 names different: declaration 'dpy' definition 'Dpy'.
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:1837:11: style: Variable 'pix' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:1838:11: style: Variable 'piy' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:1904:11: style: Variable 'ptx' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmButtons/FvwmButtons.c:1905:11: style: Variable 'pty' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmButtons/button.c:488:22: warning: Invalid test for overflow 'old>(old+32)'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
fvwm-2.6.8/modules/FvwmButtons/button.c:640:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmButtons/button.c:655:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmButtons/button.c:481:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/button.c:483:16: style: The scope of the variable 'old' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/button.c:80:60: style: Function 'buttonInfo' argument 4 names different: declaration 'padx' definition 'px'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmButtons/button.h:13:44: note: Function 'buttonInfo' argument 4 names different: declaration 'padx' definition 'px'.
fvwm-2.6.8/modules/FvwmButtons/button.c:80:60: note: Function 'buttonInfo' argument 4 names different: declaration 'padx' definition 'px'.
fvwm-2.6.8/modules/FvwmButtons/button.c:80:69: style: Function 'buttonInfo' argument 5 names different: declaration 'pady' definition 'py'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmButtons/button.h:13:55: note: Function 'buttonInfo' argument 5 names different: declaration 'pady' definition 'py'.
fvwm-2.6.8/modules/FvwmButtons/button.c:80:69: note: Function 'buttonInfo' argument 5 names different: declaration 'pady' definition 'py'.
fvwm-2.6.8/modules/FvwmButtons/button.c:80:78: style: Function 'buttonInfo' argument 6 names different: declaration 'frame' definition 'f'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmButtons/button.h:13:66: note: Function 'buttonInfo' argument 6 names different: declaration 'frame' definition 'f'.
fvwm-2.6.8/modules/FvwmButtons/button.c:80:78: note: Function 'buttonInfo' argument 6 names different: declaration 'frame' definition 'f'.
fvwm-2.6.8/modules/FvwmButtons/draw.c:407:3: style: Variable 'do_draw' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmButtons/draw.c:398:0: note: Variable 'do_draw' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmButtons/draw.c:407:3: note: Variable 'do_draw' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmButtons/draw.c:707:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmButtons/draw.c:693:0: note: Variable 's' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmButtons/draw.c:707:2: note: Variable 's' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmButtons/draw.c:230:10: style: The scope of the variable 'k' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/dynamic.c:110:6: style: The scope of the variable 'mask' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/misc.c:40:60: style: The scope of the variable 'delta' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/output.c:46:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmButtons/output.c:46:3: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmButtons/output.c:53:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmButtons/output.c:53:3: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmButtons/output.c:133:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmButtons/output.c:133:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmButtons/parse.c:104:15: warning: Either the condition 'option' is redundant or there is possible null pointer dereference: option. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmButtons/parse.c:91:6: note: Assuming that condition 'option' is not redundant
fvwm-2.6.8/modules/FvwmButtons/parse.c:104:15: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmButtons/parse.c:105:6: warning: Either the condition 'option' is redundant or there is possible null pointer dereference: option. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmButtons/parse.c:91:6: note: Assuming that condition 'option' is not redundant
fvwm-2.6.8/modules/FvwmButtons/parse.c:105:6: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmButtons/parse.c:1676:20: style: Same expression on both sides of '&&'. [duplicateExpression]
fvwm-2.6.8/modules/FvwmButtons/parse.c:848:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/parse.c:848:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/parse.c:902:15: style: The scope of the variable 'flags' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/parse.c:1941:17: style: The scope of the variable 't' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmButtons/parse.c:1943:6: style: The scope of the variable 'l' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:901:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:901:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:901:3: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:901:3: warning: %ld in format string (no. 6) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:912:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:912:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:912:3: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:934:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:934:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:934:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:934:3: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:934:3: warning: %ld in format string (no. 6) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:946:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:987:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:987:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:987:3: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:987:3: warning: %ld in format string (no. 6) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:433:7: style: The scope of the variable 'clen' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmCommand/FvwmCommand.c:545:10: style: The scope of the variable 'n' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmCommand/fifos.c:40:7: style: The scope of the variable 'hostname' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmCommandS/FvwmCommandS.c:487:24: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
fvwm-2.6.8/modules/FvwmCommandS/fifos.c:40:7: style: The scope of the variable 'hostname' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmConsole/FvwmConsole.c:259:2: performance: Buffer 'ver' is being written before its old content has been used. [redundantCopy]
fvwm-2.6.8/modules/FvwmConsole/FvwmConsole.c:258:2: note: Buffer 'ver' is being written before its old content has been used.
fvwm-2.6.8/modules/FvwmConsole/FvwmConsole.c:259:2: note: Buffer 'ver' is being written before its old content has been used.
fvwm-2.6.8/modules/FvwmConsole/FvwmConsole.c:70:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmConsole/FvwmConsole.c:78:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmConsole/FvwmConsoleC.c:40:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmConsole/FvwmConsoleC.c:71:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmConsole/FvwmConsoleC.c:75:7: style: The scope of the variable 'clen' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmConsole/getline.c:118:12: style: Condition 'line==NULL' is always true [knownConditionTrueFalse]
fvwm-2.6.8/modules/FvwmConsole/getline.c:117:11: note: Assignment 'line=NULL', assigned value is 0
fvwm-2.6.8/modules/FvwmConsole/getline.c:118:12: note: Condition 'line==NULL' is always true
fvwm-2.6.8/modules/FvwmConsole/getline.c:61:8: style: The scope of the variable 'home' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmConsole/getline.c:62:6: style: The scope of the variable 'fdh' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmCpp/FvwmCpp.c:475:3: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmCpp/FvwmCpp.c:469:0: note: Variable 'cp' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmCpp/FvwmCpp.c:475:3: note: Variable 'cp' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmCpp/FvwmCpp.c:464:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmCpp/FvwmCpp.c:226:65: style: Function 'cpp_defs' argument 3 names different: declaration 'm4_options' definition 'cpp_options'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmCpp/FvwmCpp.c:61:65: note: Function 'cpp_defs' argument 3 names different: declaration 'm4_options' definition 'cpp_options'.
fvwm-2.6.8/modules/FvwmCpp/FvwmCpp.c:226:65: note: Function 'cpp_defs' argument 3 names different: declaration 'm4_options' definition 'cpp_options'.
fvwm-2.6.8/modules/FvwmEvent/FvwmEvent.c:485:6: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm-2.6.8/modules/FvwmEvent/FvwmEvent.c:831:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmEvent/FvwmEvent.c:223:24: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmEvent/FvwmEvent.c:525:8: style: The scope of the variable 'token' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmEvent/FvwmEvent.c:527:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmEvent/FvwmEvent.c:528:6: style: The scope of the variable 'found' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmEvent/FvwmEvent.c:623:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:2794:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:143:18: style: The scope of the variable 'c' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:166:18: style: The scope of the variable 'c' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:318:24: style: The scope of the variable 'e' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:877:9: style: The scope of the variable 'tmpcp' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:1061:7: style: The scope of the variable 'var_len' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:1120:8: style: The scope of the variable 'choice_ptr' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:2621:9: style: The scope of the variable 'parsed_command' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:2680:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:2801:41: style: Function 'ErrorHandler' argument 2 names different: declaration 'error_event' definition 'event'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:109:52: note: Function 'ErrorHandler' argument 2 names different: declaration 'error_event' definition 'event'.
fvwm-2.6.8/modules/FvwmForm/FvwmForm.c:2801:41: note: Function 'ErrorHandler' argument 2 names different: declaration 'error_event' definition 'event'.
fvwm-2.6.8/modules/FvwmForm/ParseCommand.c:49:67: style: Function 'ParseCommand' argument 5 names different: declaration 's' definition 'sp1'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmForm/FvwmForm.h:265:55: note: Function 'ParseCommand' argument 5 names different: declaration 's' definition 'sp1'.
fvwm-2.6.8/modules/FvwmForm/ParseCommand.c:49:67: note: Function 'ParseCommand' argument 5 names different: declaration 's' definition 'sp1'.
fvwm-2.6.8/modules/FvwmForm/ReadXServer.c:715:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/FvwmIconMan.c:135:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmIconMan/FvwmIconMan.c:143:16: style: The scope of the variable 'ms' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/functions.c:107:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/functions.c:232:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/functions.c:232:10: style: The scope of the variable 'num_mapped' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/functions.c:623:14: style: The scope of the variable 'man' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/functions.c:624:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/functions.c:624:9: style: The scope of the variable 'y' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:206:0: style: Same expression used in consecutive assignments of 'wb_x' and 'wb_y'. [duplicateAssignExpression]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:207:0: note: Same expression used in consecutive assignments of 'wb_x' and 'wb_y'.
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:206:0: note: Same expression used in consecutive assignments of 'wb_x' and 'wb_y'.
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:239:6: style: The scope of the variable 'color' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:635:6: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:39:16: style: struct member 'm_minimal_data::frame_id' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:39:26: style: struct member 'm_minimal_data::dbase_entry' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:43:16: style: struct member 'm_icon_data::frame_id' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:43:26: style: struct member 'm_icon_data::dbase_entry' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:48:16: style: struct member 'm_name_data::frame_id' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:48:26: style: struct member 'm_name_data::dbase_entry' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:50:9: style: union member 'Anonymous3::name_long' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:61:16: style: struct member 'm_mini_icon_data::frame_id' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:61:26: style: struct member 'm_mini_icon_data::dbase_entry' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/fvwm.c:64:9: style: union member 'Anonymous4::name_long' is never used. [unusedStructMember]
fvwm-2.6.8/modules/FvwmIconMan/readconfig.c:240:22: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmIconMan/readconfig.c:1574:6: note: Assuming that condition '!p' is not redundant
fvwm-2.6.8/modules/FvwmIconMan/readconfig.c:1573:7: note: Calling function 'trim', 1st argument 'p' value is 0
fvwm-2.6.8/modules/FvwmIconMan/readconfig.c:240:22: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmIconMan/readconfig.c:445:7: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/readconfig.c:838:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/readconfig.c:1186:9: style: The scope of the variable 'option1' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/winlist.c:136:34: style: Function 'check_resolution' argument 1 names different: declaration 'man' definition 'manager'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmIconMan/FvwmIconMan.h:397:34: note: Function 'check_resolution' argument 1 names different: declaration 'man' definition 'manager'.
fvwm-2.6.8/modules/FvwmIconMan/winlist.c:136:34: note: Function 'check_resolution' argument 1 names different: declaration 'man' definition 'manager'.
fvwm-2.6.8/modules/FvwmIconMan/winlist.c:277:53: style: Function 'figure_win_manager' argument 2 names different: declaration 'mask' definition 'name_mask'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmIconMan/FvwmIconMan.h:398:60: note: Function 'figure_win_manager' argument 2 names different: declaration 'mask' definition 'name_mask'.
fvwm-2.6.8/modules/FvwmIconMan/winlist.c:277:53: note: Function 'figure_win_manager' argument 2 names different: declaration 'mask' definition 'name_mask'.
fvwm-2.6.8/modules/FvwmIconMan/x.c:107:12: style: The scope of the variable 'win' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/x.c:108:16: style: The scope of the variable 'modifier' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/x.c:1119:14: style: The scope of the variable 'man' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/x.c:1187:9: style: The scope of the variable 'color' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:1821:7: style: Condition 'clear_old_pic' is always false [knownConditionTrueFalse]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:1681:22: note: Assignment 'clear_old_pic=0', assigned value is 0
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:1821:7: note: Condition 'clear_old_pic' is always false
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2316:21: warning: Either the condition '!win' is redundant or there is possible null pointer dereference: win. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2330:7: note: Assuming that condition '!win' is not redundant
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2316:21: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2319:52: warning: Either the condition '!win' is redundant or there is possible null pointer dereference: win. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2330:7: note: Assuming that condition '!win' is not redundant
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2319:52: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2324:7: warning: Either the condition '!win' is redundant or there is possible null pointer dereference: win. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2330:7: note: Assuming that condition '!win' is not redundant
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2324:7: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2322:3: style: Variable 'selected_index' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2315:0: note: Variable 'selected_index' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2322:3: note: Variable 'selected_index' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2366:3: style: Variable 'selected_index' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2353:0: note: Variable 'selected_index' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2366:3: note: Variable 'selected_index' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2404:3: style: Variable 'selected_index' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2397:0: note: Variable 'selected_index' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2404:3: note: Variable 'selected_index' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:129:7: style: The scope of the variable 'first_len' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:129:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:129:21: style: The scope of the variable 'cols' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:147:7: style: The scope of the variable 'first_len' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:147:18: style: The scope of the variable 'n' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:147:21: style: The scope of the variable 'cols' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:396:7: style: The scope of the variable 'x_changed' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:396:18: style: The scope of the variable 'y_changed' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:579:16: style: The scope of the variable 'box' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:579:21: style: The scope of the variable 'index' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:648:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:671:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:761:7: style: The scope of the variable 'string' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:1556:7: style: The scope of the variable 'in_viewport' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:1557:7: style: The scope of the variable 'is_state_selected' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:1679:6: style: The scope of the variable 'cleared_button' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:1681:6: style: The scope of the variable 'clear_old_pic' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2083:8: style: The scope of the variable 'cset' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2142:17: style: The scope of the variable 'sort' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2214:12: style: The scope of the variable 'cur' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2597:6: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:115:18: warning: Either the condition 'cols==0' is redundant or there is division by zero at line 115. [zerodivcond]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:1165:14: note: Assuming that condition 'cols==0' is not redundant
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:1169:45: note: Calling function 'num_visible_rows', 2nd argument 'cols' value is 0
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:115:18: note: Division by zero
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2428:46: style: Function 'move_highlight' argument 2 names different: declaration 'button' definition 'b'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmIconMan/xmanager.h:26:53: note: Function 'move_highlight' argument 2 names different: declaration 'button' definition 'b'.
fvwm-2.6.8/modules/FvwmIconMan/xmanager.c:2428:46: note: Function 'move_highlight' argument 2 names different: declaration 'button' definition 'b'.
fvwm-2.6.8/modules/FvwmIdent/FvwmIdent.c:897:15: style: The scope of the variable 'packet' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIdent/FvwmIdent.c:996:16: style: The scope of the variable 'gcm' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIdent/FvwmIdent.c:1264:28: style: The scope of the variable 'ap' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIdent/FvwmIdent.c:1268:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmIdent/FvwmIdent.c:992:27: warning: Function 'PixmapDrawWindow' argument order different: declaration 'h, w' definition 'w, h' [funcArgOrderDifferent]
fvwm-2.6.8/modules/FvwmIdent/FvwmIdent.h:49:27: note: Function 'PixmapDrawWindow' argument order different: declaration 'h, w' definition 'w, h'
fvwm-2.6.8/modules/FvwmIdent/FvwmIdent.c:992:27: note: Function 'PixmapDrawWindow' argument order different: declaration 'h, w' definition 'w, h'
fvwm-2.6.8/modules/FvwmIdent/FvwmIdent.c:1421:4: error: Undefined behavior: Variable 'ewmh_init_state' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fvwm-2.6.8/modules/FvwmM4/FvwmM4.c:542:3: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmM4/FvwmM4.c:536:0: note: Variable 'cp' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmM4/FvwmM4.c:542:3: note: Variable 'cp' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmM4/FvwmM4.c:531:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:2023:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:2045:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:574:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:250:13: style: The scope of the variable 's' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:847:7: style: The scope of the variable 'change_cs' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:848:7: style: The scope of the variable 'change_ballooncs' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:849:7: style: The scope of the variable 'change_highcs' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:857:10: style: The scope of the variable 'line' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:975:10: style: The scope of the variable 'line' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:1361:7: style: The scope of the variable 'color' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:1433:14: style: The scope of the variable 'miss_counter' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:1544:20: style: The scope of the variable 'item' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:671:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.c:1455:2: style: Variable 'miss_counter' is modified but its new value is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1997:2: style: Variable 'attributes.event_mask' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1993:2: note: Variable 'attributes.event_mask' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1997:2: note: Variable 'attributes.event_mask' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmPager/x_pager.c:152:7: style: The scope of the variable 'command' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:500:11: style: The scope of the variable 'w' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:500:13: style: The scope of the variable 'h' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:500:17: style: The scope of the variable 'x' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:500:19: style: The scope of the variable 'y' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:983:33: style: The scope of the variable 'x_pos' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1049:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1050:9: style: The scope of the variable 'dy' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1467:6: style: The scope of the variable 'cset' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1690:6: style: The scope of the variable 'y' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1690:9: style: The scope of the variable 'y1' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1690:13: style: The scope of the variable 'y2' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1690:17: style: The scope of the variable 'x' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1690:20: style: The scope of the variable 'x1' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1690:24: style: The scope of the variable 'x2' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1692:6: style: The scope of the variable 'cs' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2402:7: style: The scope of the variable 'command' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2410:6: style: The scope of the variable 'row' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2410:11: style: The scope of the variable 'column' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2414:6: style: The scope of the variable 'do_switch_desk_later' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2886:6: style: The scope of the variable 'iconX' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2887:6: style: The scope of the variable 'iconY' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2888:6: style: The scope of the variable 'src_x' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2889:6: style: The scope of the variable 'src_y' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2890:6: style: The scope of the variable 'dest_w' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2890:14: style: The scope of the variable 'dest_h' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2891:6: style: The scope of the variable 'cs' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1979:32: style: Function 'AddNewWindow' argument 1 names different: declaration 'prev' definition 't'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmPager/FvwmPager.h:185:32: note: Function 'AddNewWindow' argument 1 names different: declaration 'prev' definition 't'.
fvwm-2.6.8/modules/FvwmPager/x_pager.c:1979:32: note: Function 'AddNewWindow' argument 1 names different: declaration 'prev' definition 't'.
fvwm-2.6.8/modules/FvwmPager/x_pager.c:2195:22: style: Variable 'position_changed' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmPager/x_pager.c:992:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:3972:25: warning: Either the condition 'if(next)' is redundant or there is possible null pointer dereference: next. [nullPointerRedundantCheck]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:3974:7: note: Assuming that condition 'if(next)' is not redundant
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:3972:25: note: Null pointer dereference
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:218:6: style: The scope of the variable 'm' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:219:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:1387:6: style: The scope of the variable 'border' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:1508:6: style: The scope of the variable 'x1' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:1508:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:1509:6: style: The scope of the variable 'y1' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:1509:9: style: The scope of the variable 'y2' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:2761:6: style: The scope of the variable 'auto_include' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:2843:6: style: The scope of the variable 'auto_include' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:4283:7: style: The scope of the variable 'result' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:759:16: style: Variable 'remainder' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:595:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:620:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:626:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/modules/FvwmProxy/FvwmProxy.c:222:3: error: Common realloc mistake: 'pictureArray' nulled but not freed upon failure [memleakOnRealloc]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:442:13: style: Expression is always false because 'else if' condition matches previous condition at line 421. [multiCondition]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:467:13: style: Expression is always false because 'else if' condition matches previous condition at line 430. [multiCondition]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:261:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:261:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:271:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:271:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:274:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:274:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:98:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:115:16: style: The scope of the variable 'q' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:369:19: style: The scope of the variable 'nw' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmRearrange/FvwmRearrange.c:369:27: style: The scope of the variable 'nh' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:746:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:1272:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:957:7: style: Variable 'moved' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:954:0: note: Variable 'moved' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:957:7: note: Variable 'moved' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:238:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:313:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:704:7: style: The scope of the variable 'val' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:709:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:788:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:1136:8: style: The scope of the variable 'delta' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/FvwmScript.c:1191:8: style: The scope of the variable 'n' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:115:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:114:3: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:115:3: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:141:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:140:3: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:141:3: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:638:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:637:5: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:638:5: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:640:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:638:5: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:640:5: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1040:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1039:5: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1040:5: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1042:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1040:5: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1042:5: note: Variable 'n' is reassigned a value before the old one has been used.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1632:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1641:3: note: Found duplicate branches for 'if' and 'else'.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1632:3: note: Found duplicate branches for 'if' and 'else'.
fvwm-2.6.8/modules/FvwmScript/Instructions.c:329:26: style: The scope of the variable 'k' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:329:28: style: The scope of the variable 'NewWord' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:330:9: style: The scope of the variable 'f' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:331:7: style: The scope of the variable 'maxsize' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:419:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:584:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:943:13: style: The scope of the variable 'toklen' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1012:9: style: The scope of the variable 'tempstr' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1500:14: style: The scope of the variable 'tempstr' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1657:17: style: The scope of the variable 'str' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1660:7: style: The scope of the variable 'IdFuncComp' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1684:16: style: The scope of the variable 'str' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1684:25: style: The scope of the variable 'tempstr' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1684:34: style: The scope of the variable 'home' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1684:40: style: The scope of the variable 'file' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1691:17: style: The scope of the variable 'CurrPos2' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:640:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1042:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:397:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:620:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1734:30: error: Undefined behavior: Variable 'buf' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1735:24: error: Undefined behavior: Variable 'buf' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fvwm-2.6.8/modules/FvwmScript/Instructions.c:1736:26: error: Undefined behavior: Variable 'buf' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
fvwm-2.6.8/modules/FvwmScript/Widgets/ItemDraw.c:33:7: style: The scope of the variable 'minHeight' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/ItemDraw.c:33:17: style: The scope of the variable 'minWidth' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/List.c:102:28: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR < 1' is always true. [redundantCondition]
fvwm-2.6.8/modules/FvwmScript/Widgets/List.c:262:28: style: Redundant condition: If 'EXPR < 0', the comparison 'EXPR < 1' is always true. [redundantCondition]
fvwm-2.6.8/modules/FvwmScript/Widgets/List.c:153:9: style: The scope of the variable 'Title' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/List.c:290:44: style: The scope of the variable 'PosMouse' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/Menu.c:111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/Menu.c:153:9: style: The scope of the variable 'str' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/MiniScroll.c:30:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/PopupMenu.c:33:9: style: The scope of the variable 'str' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/PushButton.c:135:6: style: The scope of the variable 'End' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/PushButton.c:140:6: style: The scope of the variable 'In' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/PushButton.c:362:8: style: The scope of the variable 'carks' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/PushButton.c:367:2: style: Variable 'car' is assigned a value that is never used. [unreadVariable]
fvwm-2.6.8/modules/FvwmScript/Widgets/Swallow.c:199:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm-2.6.8/modules/FvwmScript/Widgets/Swallow.c:32:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/Swallow.c:191:7: style: The scope of the variable 'cmd' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/TextField.c:295:6: style: The scope of the variable 'NewPos' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/TextField.c:602:8: style: The scope of the variable 'x2' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/TextField.c:607:6: style: The scope of the variable 'Size' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/TextField.c:436:4: error: Common realloc mistake: 'Scrapt' nulled but not freed upon failure [memleakOnRealloc]
fvwm-2.6.8/modules/FvwmScript/Widgets/TextField.c:474:7: error: Common realloc mistake: 'Scrapt' nulled but not freed upon failure [memleakOnRealloc]
fvwm-2.6.8/modules/FvwmScript/Widgets/TextField.c:588:4: error: Common realloc mistake: 'Scrapt' nulled but not freed upon failure [memleakOnRealloc]
fvwm-2.6.8/modules/FvwmScript/Widgets/Tools.c:487:6: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm-2.6.8/modules/FvwmScript/Widgets/Tools.c:571:41: style: Function 'UnselectAllTextField' argument 1 names different: declaration 'xobj' definition 'txobj'. [funcArgNamesDifferent]
fvwm-2.6.8/modules/FvwmScript/types.h:229:41: note: Function 'UnselectAllTextField' argument 1 names different: declaration 'xobj' definition 'txobj'.
fvwm-2.6.8/modules/FvwmScript/Widgets/Tools.c:571:41: note: Function 'UnselectAllTextField' argument 1 names different: declaration 'xobj' definition 'txobj'.
lex.yy.c:2162:27: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2159:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.yy.c:2162:27: note: Null pointer dereference
lex.yy.c:2164:9: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2159:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.yy.c:2164:9: note: Null pointer dereference
lex.yy.c:2497:2: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2386:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.yy.c:2497:2: note: Null pointer dereference
lex.yy.c:2498:2: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2386:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.yy.c:2498:2: note: Null pointer dereference
lex.yy.c:2509:9: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.c:2386:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.yy.c:2509:9: note: Null pointer dereference
lex.yy.c:2273:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lex.yy.c:355:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.yy.c:2273:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.yy.c:2682:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lex.yy.c:310:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.yy.c:2682:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.yy.c:2695:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lex.yy.c:311:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.yy.c:2695:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.yy.c:2695:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lex.yy.c:311:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.yy.c:2695:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.yy.c:2827:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
lex.yy.c:1124:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lex.yy.c:2827:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
script.y:578:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fvwm-crystal/fvwm-crystal_3.4.1+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fvwm-icons/fvwm-icons_20070101.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fvwm1/fvwm1_1.24r.orig.tar.gz
fvwm1-1.24r.orig/fvwm/add_window.c:850:35: style: Function 'LookInList' argument 6 names different: declaration 'bw' definition 'border_width'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:117:35: note: Function 'LookInList' argument 6 names different: declaration 'bw' definition 'border_width'.
fvwm1-1.24r.orig/fvwm/add_window.c:850:35: note: Function 'LookInList' argument 6 names different: declaration 'bw' definition 'border_width'.
fvwm1-1.24r.orig/fvwm/add_window.c:851:10: style: Function 'LookInList' argument 7 names different: declaration 'nobw' definition 'resize_width'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:117:44: note: Function 'LookInList' argument 7 names different: declaration 'nobw' definition 'resize_width'.
fvwm1-1.24r.orig/fvwm/add_window.c:851:10: note: Function 'LookInList' argument 7 names different: declaration 'nobw' definition 'resize_width'.
fvwm1-1.24r.orig/fvwm/add_window.c:102:17: style: Unused variable: buttons [unusedVariable]
fvwm1-1.24r.orig/fvwm/borders.c:342:30: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
fvwm1-1.24r.orig/fvwm/borders.c:85:7: style: The scope of the variable 'y' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/borders.c:85:13: style: The scope of the variable 'x' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/borders.c:895:29: style: The scope of the variable 'xwcm' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/borders.c:896:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/borders.c:901:7: style: The scope of the variable 'xwidth' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/borders.c:901:14: style: The scope of the variable 'ywidth' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/borders.c:901:21: style: The scope of the variable 'left' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/borders.c:901:26: style: The scope of the variable 'right' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/borders.c:121:6: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/fvwm/colormaps.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/configure.c:964:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fvwm1-1.24r.orig/fvwm/configure.c:484:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/configure.c:625:7: style: The scope of the variable 'num' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/configure.c:977:51: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/configure.c:1034:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/configure.c:1151:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/configure.c:1190:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/configure.c:1437:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/configure.c:612:43: style: Function 'SetInts' argument 3 names different: declaration 'arg' definition 'arg1'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:294:43: note: Function 'SetInts' argument 3 names different: declaration 'arg' definition 'arg1'.
fvwm1-1.24r.orig/fvwm/configure.c:612:43: note: Function 'SetInts' argument 3 names different: declaration 'arg' definition 'arg1'.
fvwm1-1.24r.orig/fvwm/configure.c:990:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm1-1.24r.orig/fvwm/configure.c:993:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm1-1.24r.orig/fvwm/configure.c:1128:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm1-1.24r.orig/fvwm/configure.c:1131:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm1-1.24r.orig/fvwm/events.c:219:32: warning: Either the condition 'if(t)' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fvwm1-1.24r.orig/fvwm/events.c:224:6: note: Assuming that condition 'if(t)' is not redundant
fvwm1-1.24r.orig/fvwm/events.c:219:32: note: Null pointer dereference
fvwm1-1.24r.orig/fvwm/events.c:201:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/events.c:1149:17: style: The scope of the variable 'xwcm' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/events.c:199:50: style: Function 'GetContext' argument 3 names different: declaration 'dummy' definition 'w'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:207:62: note: Function 'GetContext' argument 3 names different: declaration 'dummy' definition 'w'.
fvwm1-1.24r.orig/fvwm/events.c:199:50: note: Function 'GetContext' argument 3 names different: declaration 'dummy' definition 'w'.
fvwm1-1.24r.orig/fvwm/functions.c:1214:19: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm1-1.24r.orig/fvwm/functions.c:764:33: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fvwm1-1.24r.orig/fvwm/functions.c:749:8: note: Assuming that condition 't' is not redundant
fvwm1-1.24r.orig/fvwm/functions.c:764:33: note: Null pointer dereference
fvwm1-1.24r.orig/fvwm/functions.c:765:33: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fvwm1-1.24r.orig/fvwm/functions.c:749:8: note: Assuming that condition 't' is not redundant
fvwm1-1.24r.orig/fvwm/functions.c:765:33: note: Null pointer dereference
fvwm1-1.24r.orig/fvwm/functions.c:766:8: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fvwm1-1.24r.orig/fvwm/functions.c:749:8: note: Assuming that condition 't' is not redundant
fvwm1-1.24r.orig/fvwm/functions.c:766:8: note: Null pointer dereference
fvwm1-1.24r.orig/fvwm/functions.c:767:33: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fvwm1-1.24r.orig/fvwm/functions.c:749:8: note: Assuming that condition 't' is not redundant
fvwm1-1.24r.orig/fvwm/functions.c:767:33: note: Null pointer dereference
fvwm1-1.24r.orig/fvwm/functions.c:80:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/functions.c:701:7: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/functions.c:831:7: style: The scope of the variable 'done' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/functions.c:1153:29: style: The scope of the variable 'new_x' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/functions.c:1153:35: style: The scope of the variable 'new_y' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/functions.c:78:58: style: Function 'ExecuteFunction' argument 12 names different: declaration 'module' definition 'Module'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:204:24: note: Function 'ExecuteFunction' argument 12 names different: declaration 'module' definition 'Module'.
fvwm1-1.24r.orig/fvwm/functions.c:78:58: note: Function 'ExecuteFunction' argument 12 names different: declaration 'module' definition 'Module'.
fvwm1-1.24r.orig/fvwm/functions.c:1426:13: style: Variable 'ev' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/fvwm/fvwm.c:978:3: warning: fprintf format string requires 1 parameter but 3 are given. [wrongPrintfScanfArgNum]
fvwm1-1.24r.orig/fvwm/fvwm.c:146:10: style: The scope of the variable 'message' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/fvwm.c:147:10: style: The scope of the variable 'num' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/fvwm.c:900:2: style: Variable 'done' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/fvwm/icons.c:597:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm1-1.24r.orig/fvwm/icons.c:593:0: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/fvwm/icons.c:597:3: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/fvwm/icons.c:626:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm1-1.24r.orig/fvwm/icons.c:624:0: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/fvwm/icons.c:626:3: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/fvwm/icons.c:201:7: style: The scope of the variable 'x' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/menus.c:381:7: style: The scope of the variable 'PrevPrevY' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/menus.c:527:7: style: The scope of the variable 'done' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/menus.c:302:67: style: Function 'DrawUnderline' argument 6 names different: declaration 'off' definition 'posn'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/menus.c:68:66: note: Function 'DrawUnderline' argument 6 names different: declaration 'off' definition 'posn'.
fvwm1-1.24r.orig/fvwm/menus.c:302:67: note: Function 'DrawUnderline' argument 6 names different: declaration 'off' definition 'posn'.
fvwm1-1.24r.orig/fvwm/misc.c:256:11: style: The scope of the variable 'w2' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/misc.c:256:14: style: The scope of the variable 'h2' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/misc.c:257:19: style: The scope of the variable 'mask' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/module.c:280:27: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/module.c:314:13: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/module.c:652:29: style: The scope of the variable 'd' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/module.c:87:50: style: Function 'executeModule' argument 3 names different: declaration 'arg' definition 'win'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:215:63: note: Function 'executeModule' argument 3 names different: declaration 'arg' definition 'win'.
fvwm1-1.24r.orig/fvwm/module.c:87:50: note: Function 'executeModule' argument 3 names different: declaration 'arg' definition 'win'.
fvwm1-1.24r.orig/fvwm/module.c:87:60: style: Function 'executeModule' argument 4 names different: declaration 'junk' definition 'context'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:215:73: note: Function 'executeModule' argument 4 names different: declaration 'junk' definition 'context'.
fvwm1-1.24r.orig/fvwm/module.c:87:60: note: Function 'executeModule' argument 4 names different: declaration 'junk' definition 'context'.
fvwm1-1.24r.orig/fvwm/module.c:440:21: style: Function 'SendPacket' argument 1 names different: declaration 'channel' definition 'module'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:241:21: note: Function 'SendPacket' argument 1 names different: declaration 'channel' definition 'module'.
fvwm1-1.24r.orig/fvwm/module.c:440:21: note: Function 'SendPacket' argument 1 names different: declaration 'channel' definition 'module'.
fvwm1-1.24r.orig/fvwm/module.c:573:19: style: Function 'SendName' argument 1 names different: declaration 'channel' definition 'module'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:249:19: note: Function 'SendName' argument 1 names different: declaration 'channel' definition 'module'.
fvwm1-1.24r.orig/fvwm/module.c:573:19: note: Function 'SendName' argument 1 names different: declaration 'channel' definition 'module'.
fvwm1-1.24r.orig/fvwm/module.c:301:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm1-1.24r.orig/fvwm/module.c:303:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm1-1.24r.orig/fvwm/move.c:417:30: style: Function 'InteractiveMove' argument 1 names different: declaration 'w' definition 'win'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:323:30: note: Function 'InteractiveMove' argument 1 names different: declaration 'w' definition 'win'.
fvwm1-1.24r.orig/fvwm/move.c:417:30: note: Function 'InteractiveMove' argument 1 names different: declaration 'w' definition 'win'.
fvwm1-1.24r.orig/fvwm/pager.c:146:15: style: The scope of the variable 'tmp_win' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:490:11: style: The scope of the variable 'total' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:648:7: style: The scope of the variable 'width' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:648:13: style: The scope of the variable 'height' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:648:20: style: The scope of the variable 'x1' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:648:23: style: The scope of the variable 'x2' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:648:26: style: The scope of the variable 'y1' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:648:29: style: The scope of the variable 'y2' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:679:7: style: The scope of the variable 'ww' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:679:10: style: The scope of the variable 'wh' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:680:7: style: The scope of the variable 'wx' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/pager.c:680:10: style: The scope of the variable 'wy' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/placement.c:104:53: style: Function 'PlaceWindow' argument 2 names different: declaration 'flags' definition 'tflag'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/fvwm/misc.h:273:53: note: Function 'PlaceWindow' argument 2 names different: declaration 'flags' definition 'tflag'.
fvwm1-1.24r.orig/fvwm/placement.c:104:53: note: Function 'PlaceWindow' argument 2 names different: declaration 'flags' definition 'tflag'.
fvwm1-1.24r.orig/fvwm/resize.c:303:16: style: The scope of the variable 'width' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:303:22: style: The scope of the variable 'height' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:304:7: style: The scope of the variable 'ww' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:304:10: style: The scope of the variable 'wh' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:305:7: style: The scope of the variable 'wx' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:305:10: style: The scope of the variable 'wy' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:306:7: style: The scope of the variable 'MaxH' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:306:12: style: The scope of the variable 'MaxW' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:307:14: style: The scope of the variable 'last_w' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:307:31: style: The scope of the variable 'last_h' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/resize.c:478:63: style: The scope of the variable 'delta' can be reduced. [variableScope]
fvwm1-1.24r.orig/fvwm/style.c:100:19: warning: Either the condition 'tmp!=NULL' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
fvwm1-1.24r.orig/fvwm/style.c:86:15: note: Assuming that condition 'tmp!=NULL' is not redundant
fvwm1-1.24r.orig/fvwm/style.c:100:19: note: Null pointer dereference
fvwm1-1.24r.orig/libs/ReadPacket.c:24:13: style: The scope of the variable 'total' can be reduced. [variableScope]
fvwm1-1.24r.orig/libs/ReadPacket.c:24:19: style: The scope of the variable 'count2' can be reduced. [variableScope]
fvwm1-1.24r.orig/libs/ReadPacket.c:24:26: style: The scope of the variable 'body_length' can be reduced. [variableScope]
fvwm1-1.24r.orig/libs/findIconFile.c:36:8: warning: Either the condition 'icon!=NULL' is redundant or there is possible null pointer dereference: icon. [nullPointerRedundantCheck]
fvwm1-1.24r.orig/libs/findIconFile.c:24:11: note: Assuming that condition 'icon!=NULL' is not redundant
fvwm1-1.24r.orig/libs/findIconFile.c:36:8: note: Null pointer dereference
fvwm1-1.24r.orig/libs/mystrcasecmp.c:7:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
fvwm1-1.24r.orig/libs/mystrcasecmp.c:7:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
fvwm1-1.24r.orig/libs/strncmp.c:7:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
fvwm1-1.24r.orig/libs/strncmp.c:7:19: style: The scope of the variable 'c2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmAudio/FvwmAudio.c:362:19: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmAudio/FvwmAudio.c:462:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmAudio/FvwmAudio.c:412:14: style: Unsigned variable 'code' can't be negative so it is unnecessary to test it. [unsignedPositive]
fvwm1-1.24r.orig/modules/FvwmAuto/FvwmAuto.c:101:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmAuto/FvwmAuto.c:62:9: style: Unused variable: file [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmAuto/FvwmAuto.c:123:9: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:188:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:304:6: style: The scope of the variable 'line' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:183:13: style: Unused variable: total [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:183:0: style: Variable 'count2' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:183:28: style: Unused variable: body_length [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:185:9: style: Unused variable: cbody [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:203:9: style: Unused variable: color [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:204:9: style: Unused variable: tmp [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:342:7: error: Common realloc mistake: 'commands' nulled but not freed upon failure [memleakOnRealloc]
fvwm1-1.24r.orig/modules/FvwmBacker/FvwmBacker.c:322:0: error: Resource leak: ptr [resourceLeak]
fvwm1-1.24r.orig/modules/FvwmBacker/Mallocs.c:47:10: style: Variable 'newptr' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmBacker/Mallocs.c:52:0: error: Memory leak: newptr [memleak]
fvwm1-1.24r.orig/modules/FvwmBanner/FvwmBanner.c:88:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmBanner/FvwmBanner.c:94:10: style: The scope of the variable 't' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmBanner/FvwmBanner.c:96:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmClean/FvwmClean.c:151:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmClean/FvwmClean.c:175:9: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmClean/FvwmClean.c:151:15: style: Unused variable: count [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmDebug/FvwmDebug.c:94:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm1-1.24r.orig/modules/FvwmDebug/FvwmDebug.c:289:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fvwm1-1.24r.orig/modules/FvwmDebug/FvwmDebug.c:90:19: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmDebug/FvwmDebug.c:89:9: style: Unused variable: cbody [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmDebug/FvwmDebug.c:90:7: style: Unused variable: body_length [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmDebug/FvwmDebug.c:90:0: style: Variable 'count2' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmDebug/FvwmDebug.c:90:35: style: Unused variable: total [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1829:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1573:9: warning: Either the condition 'tline!=NULL' is redundant or there is possible null pointer dereference: tline. [nullPointerRedundantCheck]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1571:34: note: Assuming that condition 'tline!=NULL' is not redundant
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1573:9: note: Null pointer dereference
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1577:8: warning: Either the condition 'tline!=NULL' is redundant or there is possible null pointer dereference: tline. [nullPointerRedundantCheck]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1575:34: note: Assuming that condition 'tline!=NULL' is not redundant
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1577:8: note: Null pointer dereference
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1438:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1433:0: note: Variable 'fd' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1438:3: note: Variable 'fd' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1641:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1637:0: note: Variable 'f' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1641:3: note: Variable 'f' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:592:17: style: The scope of the variable 'plane' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:593:11: style: The scope of the variable 'len' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:594:7: style: The scope of the variable 'diff' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:594:13: style: The scope of the variable 'lm' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:594:17: style: The scope of the variable 'w' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:594:20: style: The scope of the variable 'h' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:594:23: style: The scope of the variable 'tw' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:595:8: style: The scope of the variable 'label' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1384:28: style: The scope of the variable 'tmpi2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1385:28: style: The scope of the variable 'tmpm2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1386:26: style: The scope of the variable 'tmpk2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1387:27: style: The scope of the variable 'tmpf2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1450:21: style: The scope of the variable 'flags' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1788:17: style: The scope of the variable 'header' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1790:7: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1791:14: style: The scope of the variable 'miss_counter' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:2163:27: style: The scope of the variable 'i_min' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:850:9: style: Function 'RelieveWindow' argument 6 names different: declaration 'rGC' definition 'rgc'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.h:22:77: note: Function 'RelieveWindow' argument 6 names different: declaration 'rGC' definition 'rgc'.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:850:9: note: Function 'RelieveWindow' argument 6 names different: declaration 'rGC' definition 'rgc'.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:850:16: style: Function 'RelieveWindow' argument 7 names different: declaration 'sGC' definition 'sgc'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.h:22:84: note: Function 'RelieveWindow' argument 7 names different: declaration 'sGC' definition 'sgc'.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:850:16: note: Function 'RelieveWindow' argument 7 names different: declaration 'sGC' definition 'sgc'.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1229:34: style: Function 'SendFvwmPipe' argument 2 names different: declaration 'text' definition 'message'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.h:23:40: note: Function 'SendFvwmPipe' argument 2 names different: declaration 'text' definition 'message'.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1229:34: note: Function 'SendFvwmPipe' argument 2 names different: declaration 'text' definition 'message'.
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1789:7: style: Unused variable: body_length [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1790:0: style: Variable 'count2' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1793:7: style: Unused variable: total [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1794:9: style: Unused variable: cbody [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:2333:13: style: Variable 'ev' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1614:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fvwm1-1.24r.orig/modules/FvwmIconBox/FvwmIconBox.c:1551:0: error: Resource leak: fd [resourceLeak]
fvwm1-1.24r.orig/modules/FvwmIconBox/icons.c:206:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm1-1.24r.orig/modules/FvwmIconBox/icons.c:203:0: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/FvwmIconBox/icons.c:206:3: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/FvwmIconBox/icons.c:240:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm1-1.24r.orig/modules/FvwmIconBox/icons.c:238:0: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/FvwmIconBox/icons.c:240:3: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/FvwmIconBox/icons.c:381:7: error: Memory pointed to by 'path' is freed twice. [doubleFree]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:191:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:187:19: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:685:37: style: The scope of the variable 'cur2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:186:9: style: Unused variable: cbody [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:187:7: style: Unused variable: body_length [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:187:0: style: Variable 'count2' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:187:34: style: Unused variable: total [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:605:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:606:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:607:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm1-1.24r.orig/modules/FvwmIdent/FvwmIdent.c:608:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:751:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:947:4: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:89:7: style: The scope of the variable 'itemp' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:426:19: style: The scope of the variable 'temp' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:711:17: style: The scope of the variable 'header' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:713:7: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:714:14: style: The scope of the variable 'miss_counter' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:291:7: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:712:7: style: Unused variable: body_length [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:713:0: style: Variable 'count2' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:716:7: style: Unused variable: total [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:717:9: style: Unused variable: cbody [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.c:952:0: error: Resource leak: fd [resourceLeak]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:107:11: style: The scope of the variable 'w' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:107:13: style: The scope of the variable 'h' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:107:17: style: The scope of the variable 'x' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:107:19: style: The scope of the variable 'y' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:685:7: style: The scope of the variable 'x' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:685:9: style: The scope of the variable 'y' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:685:11: style: The scope of the variable 'w' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:685:13: style: The scope of the variable 'h' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:685:19: style: The scope of the variable 'n1' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:685:22: style: The scope of the variable 'm1' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:722:30: style: The scope of the variable 'hor_off' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1133:8: style: The scope of the variable 'command' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1134:7: style: The scope of the variable 'sx' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1134:11: style: The scope of the variable 'sy' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1171:8: style: The scope of the variable 'command' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1172:7: style: The scope of the variable 'sx' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1172:11: style: The scope of the variable 'sy' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1210:7: style: The scope of the variable 'row' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1210:11: style: The scope of the variable 'column' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1435:17: style: The scope of the variable 'Globalgcm' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1470:17: style: The scope of the variable 'Globalgcm' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:877:32: style: Function 'AddNewWindow' argument 1 names different: declaration 'prev' definition 't'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/modules/FvwmPager/FvwmPager.h:122:32: note: Function 'AddNewWindow' argument 1 names different: declaration 'prev' definition 't'.
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:877:32: note: Function 'AddNewWindow' argument 1 names different: declaration 'prev' definition 't'.
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1516:9: style: Variable 'wx' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmPager/x_pager.c:1517:9: style: Variable 'wy' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:120:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:115:19: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:293:7: style: The scope of the variable 'dwidth' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:293:14: style: The scope of the variable 'dheight' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:294:7: style: The scope of the variable 'x1' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:294:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:294:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:294:16: style: The scope of the variable 'y2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:114:9: style: Unused variable: cbody [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:115:7: style: Unused variable: body_length [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:115:0: style: Variable 'count2' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmSave/FvwmSave.c:115:34: style: Unused variable: total [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmSaveDesk/FvwmSaveDesk.c:133:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm1-1.24r.orig/modules/FvwmSaveDesk/FvwmSaveDesk.c:128:19: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSaveDesk/FvwmSaveDesk.c:297:23: style: The scope of the variable 'xtermline' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSaveDesk/FvwmSaveDesk.c:298:20: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmSaveDesk/FvwmSaveDesk.c:127:9: style: Unused variable: cbody [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmSaveDesk/FvwmSaveDesk.c:128:7: style: Unused variable: body_length [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmSaveDesk/FvwmSaveDesk.c:128:0: style: Variable 'count2' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmSaveDesk/FvwmSaveDesk.c:128:34: style: Unused variable: total [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmScroll/FvwmScroll.c:162:0: error: Resource leak: file [resourceLeak]
fvwm1-1.24r.orig/modules/FvwmWinList/ButtonArray.c:151:15: style: The scope of the variable 'temp2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmWinList/ButtonArray.c:167:14: style: Variable 'Fontheight' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmWinList/FvwmWinList.c:387:6: style: The scope of the variable 'line' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmWinList/FvwmWinList.c:517:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmWinList/FvwmWinList.c:598:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmWinList/FvwmWinList.c:202:7: style: Unused variable: count [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmWinList/FvwmWinList.c:202:13: style: Unused variable: total [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmWinList/FvwmWinList.c:202:0: style: Variable 'count2' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmWinList/FvwmWinList.c:202:28: style: Unused variable: body_length [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmWinList/FvwmWinList.c:204:9: style: Unused variable: cbody [unusedVariable]
fvwm1-1.24r.orig/modules/FvwmWinList/FvwmWinList.c:418:0: error: Resource leak: ptr [resourceLeak]
fvwm1-1.24r.orig/modules/FvwmWinList/List.c:197:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fvwm1-1.24r.orig/modules/FvwmWinList/List.c:196:31: note: outer condition: temp!=NULL
fvwm1-1.24r.orig/modules/FvwmWinList/List.c:197:11: note: opposite inner condition: temp==NULL
fvwm1-1.24r.orig/modules/FvwmWinList/List.c:139:13: style: The scope of the variable 'temp2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/FvwmWinList/Mallocs.c:47:10: style: Variable 'newptr' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/FvwmWinList/Mallocs.c:52:0: error: Memory leak: newptr [memleak]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1211:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:928:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:923:0: note: Variable 'fd' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:928:3: note: Variable 'fd' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:940:21: style: The scope of the variable 'flags' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1023:11: style: The scope of the variable 'i' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1023:13: style: The scope of the variable 'i2' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1023:16: style: The scope of the variable 'n' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1170:17: style: The scope of the variable 'header' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1172:7: style: The scope of the variable 'count' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1173:14: style: The scope of the variable 'miss_counter' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1398:61: style: The scope of the variable 'delta' can be reduced. [variableScope]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:507:9: style: Function 'RelieveWindow' argument 6 names different: declaration 'rGC' definition 'rgc'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.h:19:77: note: Function 'RelieveWindow' argument 6 names different: declaration 'rGC' definition 'rgc'.
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:507:9: note: Function 'RelieveWindow' argument 6 names different: declaration 'rGC' definition 'rgc'.
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:507:16: style: Function 'RelieveWindow' argument 7 names different: declaration 'sGC' definition 'sgc'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.h:19:84: note: Function 'RelieveWindow' argument 7 names different: declaration 'sGC' definition 'sgc'.
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:507:16: note: Function 'RelieveWindow' argument 7 names different: declaration 'sGC' definition 'sgc'.
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1392:58: style: Function 'ConstrainSize' argument 3 names different: declaration 'height' definition 'heightp'. [funcArgNamesDifferent]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.h:30:58: note: Function 'ConstrainSize' argument 3 names different: declaration 'height' definition 'heightp'.
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1392:58: note: Function 'ConstrainSize' argument 3 names different: declaration 'height' definition 'heightp'.
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1171:7: style: Unused variable: body_length [unusedVariable]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1172:0: style: Variable 'count2' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1175:7: style: Unused variable: total [unusedVariable]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1176:9: style: Unused variable: cbody [unusedVariable]
fvwm1-1.24r.orig/modules/GoodStuff/GoodStuff.c:1012:0: error: Resource leak: fd [resourceLeak]
fvwm1-1.24r.orig/modules/GoodStuff/icons.c:179:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm1-1.24r.orig/modules/GoodStuff/icons.c:176:0: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/GoodStuff/icons.c:179:3: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/GoodStuff/icons.c:214:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
fvwm1-1.24r.orig/modules/GoodStuff/icons.c:212:0: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/GoodStuff/icons.c:214:3: note: Variable 'path' is reassigned a value before the old one has been used.
fvwm1-1.24r.orig/modules/GoodStuff/icons.c:145:15: style: Variable 'xoff' is assigned a value that is never used. [unreadVariable]
fvwm1-1.24r.orig/modules/GoodStuff/icons.c:146:15: style: Variable 'yoff' is assigned a value that is never used. [unreadVariable]
[23:02]

ftp://ftp.se.debian.org/debian/pool/main/f/fw4spl/fw4spl_14.0.0.orig.tar.gz
fw4spl-14.0.0/Bundles/core/memory/src/memory/SDumpPolicy.cpp:76:18: style: The scope of the variable 'success' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/io/ioDcmtk/src/ioDcmtk/SDicomTagSeriesDBReader.cpp:132:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
fw4spl-14.0.0/Bundles/op/opImageFilter/src/opImageFilter/action/SThreshold.cpp:94:10: style: Technically the member function 'opImageFilter::action::ThresholdFilter::operator()' can be const. [functionConst]
fw4spl-14.0.0/Bundles/ui/monitorQt/src/monitorQt/DumpEditor.cpp:535:5: warning: Member variable 'SizeTableWidgetItem::m_size' is not initialized in the constructor. [uninitMemberVar]
fw4spl-14.0.0/Bundles/ui/monitorQt/src/monitorQt/DumpEditor.cpp:161:5: performance: Variable 'm_buffManager' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/Bundles/ui/monitorQt/src/monitorQt/DumpEditor.cpp:328:5: performance: Variable 'm_buffManager' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/Bundles/ui/monitorQt/src/monitorQt/DumpEditor.cpp:66:5: style: Class 'PolicyComboBoxDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/ui/monitorQt/src/monitorQt/DumpEditor.cpp:141:5: style: Class 'PolicyTableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/ui/monitorQt/src/monitorQt/DumpEditor.cpp:313:5: style: Class 'InfoTableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/ui/monitorQt/src/monitorQt/DumpEditor.cpp:535:5: style: Class 'SizeTableWidgetItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/editor/SModelSeriesList.cpp:236:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/editor/SModelSeriesList.cpp:92:25: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/editor/SModelSeriesList.cpp:61:25: note: Virtual function in base class
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/editor/SModelSeriesList.cpp:92:25: note: Function in derived class
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:399:5: style: Variable 'isRemoved' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:394:0: note: Variable 'isRemoved' is reassigned a value before the old one has been used.
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:399:5: note: Variable 'isRemoved' is reassigned a value before the old one has been used.
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:415:5: style: Variable 'isRemoved' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:411:0: note: Variable 'isRemoved' is reassigned a value before the old one has been used.
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:415:5: note: Variable 'isRemoved' is reassigned a value before the old one has been used.
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:122:39: style: Unused variable: hour [unusedVariable]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:122:45: style: Unused variable: min [unusedVariable]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:122:50: style: Unused variable: sec [unusedVariable]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:151:21: style: Unused variable: year [unusedVariable]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:151:27: style: Unused variable: month [unusedVariable]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:151:34: style: Unused variable: day [unusedVariable]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SelectorModel.cpp:443:12: error: Uninitialized variable: seriesItem [uninitvar]
fw4spl-14.0.0/Bundles/ui/uiMedDataQt/src/uiMedDataQt/widget/SeriesEditor.cpp:200:0: style: Variable 'newVal' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SCurvedHistogram.cpp:167:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SCurvedHistogram.cpp:167:16: style: The scope of the variable 'dy' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SCurvedHistogram.cpp:375:12: style: The scope of the variable 'mu2' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SCurvedHistogram.cpp:398:12: style: The scope of the variable 'a0' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SCurvedHistogram.cpp:398:16: style: The scope of the variable 'a1' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SCurvedHistogram.cpp:398:20: style: The scope of the variable 'a2' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SCurvedHistogram.cpp:398:24: style: The scope of the variable 'a3' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SCurvedHistogram.cpp:398:28: style: The scope of the variable 'mu2' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SCurvedHistogram.cpp:459:11: style: The scope of the variable 't' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SScaleValues.cpp:370:12: style: The scope of the variable 'value' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SScaleValues.cpp:340:15: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/Bundles/visu/scene2D/src/scene2D/adaptor/SScaleValues.cpp:348:26: style: Variable 'coeff' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SImageMultiDistances.cpp:72:5: style: Class 'vtkDistanceDeleteCallBack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SImageSliceOrientationText.cpp:41:10: performance: Technically the member function 'visuVTKAdaptor::ImageSliceOrientationTextPImpl::configure' can be static. [functionStatic]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SLabeledPointList.cpp:54:5: style: Class 'vtkLabeledPointDeleteCallBack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SMesh.cpp:115:10: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SMesh.cpp:85:18: note: Virtual function in base class
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SMesh.cpp:115:10: note: Function in derived class
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SMesh.cpp:185:10: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SMesh.cpp:85:18: note: Virtual function in base class
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SMesh.cpp:185:10: note: Function in derived class
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SPlaneList.cpp:68:5: style: Class 'vtkPlaneDeleteCallBack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SPoint.cpp:57:5: style: Class 'vtkPointUpdateCallBack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SPointList.cpp:189:10: style: The scope of the variable 'isFound' can be reduced. [variableScope]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SSnapshot.cpp:113:5: style: Variable 'ext' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SSnapshot.cpp:112:0: note: Variable 'ext' is reassigned a value before the old one has been used.
fw4spl-14.0.0/Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/SSnapshot.cpp:113:5: note: Variable 'ext' is reassigned a value before the old one has been used.
fw4spl-14.0.0/Bundles/visu/visuVTKQt/src/visuVTKQt/VtkRenderWindowInteractorManager.cpp:35:5: style: Class 'DropFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/visu/visuVTKVRAdaptor/src/visuVTKVRAdaptor/SVolume.cpp:44:1: style: The class 'TransformCallback' does not have a constructor although it has private member variables. [noConstructor]
fw4spl-14.0.0/Bundles/visu/visuVTKVRAdaptor/src/visuVTKVRAdaptor/SVolume.cpp:99:1: style: The class 'CroppingCallback' does not have a constructor although it has private member variables. [noConstructor]
fw4spl-14.0.0/Bundles/visu/vtkCompositeMesh/src/vtkCompositeMesh/RendererService.cpp:53:5: style: Class 'vtkLocalCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Bundles/visu/vtkSimpleMesh/src/vtkSimpleMesh/SRenderer.cpp:62:5: style: Class 'vtkLocalCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/CMake/cppunit/cppunit_main.cpp:186:5: style: Class 'TestLister' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/Samples/Tutorials/Tuto14MeshGenerator/src/Tuto14MeshGenerator/AlgoMeshDeformation.cpp:91:11: style: The scope of the variable 'coord' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/core/fwActivities/test/tu/src/registry/ActivityRegistryTest.cpp:74:17: style: Technically the member function 'fwActivities::ut::activities_less_than_key::operator()' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/core/fwAtomConversion/src/fwAtomConversion/DataVisitor.cpp:58:5: style: Struct 'DataConversionValueVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwAtomConversion/test/tu/src/ConversionTest.cpp:720:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwAtomsPatch/src/fwAtomsPatch/VersionsGraph.cpp:32:5: style: Class 'VertexVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwCom/test/tu/src/SignalTest.cpp:118:50: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fw4spl-14.0.0/SrcLib/core/fwCom/test/tu/src/SlotsTest.cpp:53:9: performance: Technically the member function 'fwCom::ut::SlotsTestBasic::sum' can be static. [functionStatic]
fw4spl-14.0.0/SrcLib/core/fwCore/test/tu/src/FactoryRegistryTest.cpp:56:5: style: Class 'ObjectTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwCore/test/tu/src/FactoryRegistryTest.cpp:63:5: style: Class 'ObjectTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwCore/test/tu/src/FactoryRegistryTest.cpp:101:5: style: Class 'DerivedObjectTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwCore/test/tu/src/FactoryRegistryTest.cpp:106:5: style: Class 'DerivedObjectTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwCore/test/tu/src/FactoryRegistryTest.cpp:270:5: style: Struct 'PopulateRegistryThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwCore/test/tu/src/FactoryRegistryTest.cpp:238:79: performance: Function parameter 'objType' should be passed by const reference. [passedByValue]
fw4spl-14.0.0/SrcLib/core/fwCore/test/tu/src/LazyInstantiatorTest.cpp:100:10: performance: Technically the member function 'fwCore::ut::CounterThread::run' can be static. [functionStatic]
fw4spl-14.0.0/SrcLib/core/fwCore/test/tu/src/SpyLogTest.cpp:92:10: performance: Technically the member function 'fwCore::ut::LogProducerThread::run' can be static. [functionStatic]
fw4spl-14.0.0/SrcLib/core/fwCore/test/tu/src/SpyLogTest.cpp:112:10: style: Technically the member function 'fwCore::ut::RegexLogCompare::operator()' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/core/fwData/src/fwData/PointList.cpp:65:9: style: Variable 'newPoint' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwData/src/fwData/PointList.cpp:64:0: note: Variable 'newPoint' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/core/fwData/src/fwData/PointList.cpp:65:9: note: Variable 'newPoint' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/core/fwData/test/tu/src/BooleanTest.cpp:33:30: style: Condition '!TRUE_VALUE' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwData/test/tu/src/BooleanTest.cpp:32:30: note: Assignment 'TRUE_VALUE=true', assigned value is 1
fw4spl-14.0.0/SrcLib/core/fwData/test/tu/src/BooleanTest.cpp:33:30: note: Condition '!TRUE_VALUE' is always false
fw4spl-14.0.0/SrcLib/core/fwData/test/tu/src/ImageTest.cpp:247:49: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwData/test/tu/src/ReconstructionTraitsTest.cpp:39:23: style: Variable 'EXP' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Array.cpp:16:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Boolean.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Color.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Composite.cpp:13:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Edge.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Float.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Graph.cpp:13:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Histogram.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Image.cpp:14:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Integer.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Landmarks.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Line.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/List.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Material.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Mesh.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Node.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Object.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Plane.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/PlaneList.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/PointList.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Points.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Port.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/ProcessObject.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/ROITraits.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Reconstruction.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/ReconstructionTraits.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Resection.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/ResectionDB.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/String.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/StructureTraits.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/StructureTraitsDictionary.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Tag.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/TransferFunction.cpp:12:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/TransformationMatrix3D.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/Vector.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/location/Folder.cpp:12:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/location/SingleFile.cpp:10:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/visitor/CompareObjects.cpp:34:5: style: Struct 'PropertyVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/visitor/CompareObjects.cpp:34:33: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/visitor/CompareObjects.cpp:39:33: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/visitor/GetObject.cpp:199:9: style: Exception should be caught by reference. [catchExceptionByValue]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/visitor/RecursiveLock.cpp:120:23: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/visitor/RecursiveLock.cpp:151:23: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/visitor/RecursiveLock.cpp:173:23: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwDataCamp/src/fwDataCamp/visitor/RecursiveLock.cpp:31:5: style: Struct 'LockVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwDataIO/src/fwDataIO/reader/MeshReader.cpp:179:35: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fw4spl-14.0.0/SrcLib/core/fwDataIO/src/fwDataIO/reader/MeshReader.cpp:41:9: performance: Variable 'current' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/Image.cpp:72:10: style: Technically the member function 'fwDataTools::RoiApplyerCaller::operator()' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/Image.cpp:158:10: style: Technically the member function 'fwDataTools::RoiTesterCaller::operator()' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/Mesh.cpp:135:36: style: The scope of the variable 'cell' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/Mesh.cpp:254:36: style: The scope of the variable 'cellEnd' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/Mesh.cpp:31:11: style: Technically the member function 'fwDataTools::RandFloat::operator()' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/helper/MedicalImageAdaptor.cpp:201:9: style: The scope of the variable 'idval' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/helper/Mesh.cpp:398:5: style: Variable 'isClosed' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/helper/Mesh.cpp:385:0: note: Variable 'isClosed' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/helper/Mesh.cpp:398:5: note: Variable 'isClosed' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/helper/MeshGetter.cpp:203:5: style: Variable 'isClosed' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/helper/MeshGetter.cpp:192:0: note: Variable 'isClosed' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/helper/MeshGetter.cpp:203:5: note: Variable 'isClosed' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwDataTools/src/fwDataTools/helper/PointList.cpp:123:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:135:57: style: Condition 'numAddedNotif==1' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:57:34: note: Assignment 'numAddedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:135:57: note: Condition 'numAddedNotif==1' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:161:59: style: Condition 'numChangedNotif==1' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:97:36: note: Assignment 'numChangedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:161:59: note: Condition 'numChangedNotif==1' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:203:57: style: Condition 'numAddedNotif==2' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:57:34: note: Assignment 'numAddedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:203:57: note: Condition 'numAddedNotif==2' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:226:59: style: Condition 'numRemovedNotif==2' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:78:36: note: Assignment 'numRemovedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/CompositeHelperTest.cpp:226:59: note: Condition 'numRemovedNotif==2' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:131:57: style: Condition 'numAddedNotif==1' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:57:34: note: Assignment 'numAddedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:131:57: note: Condition 'numAddedNotif==1' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:155:59: style: Condition 'numRemovedNotif==1' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:78:36: note: Assignment 'numRemovedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:155:59: note: Condition 'numRemovedNotif==1' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:182:59: style: Condition 'numChangedNotif==2' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:96:36: note: Assignment 'numChangedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:182:59: note: Condition 'numChangedNotif==2' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:223:57: style: Condition 'numAddedNotif==2' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:57:34: note: Assignment 'numAddedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:223:57: note: Condition 'numAddedNotif==2' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:249:59: style: Condition 'numRemovedNotif==3' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:78:36: note: Assignment 'numRemovedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/FieldHelperTest.cpp:249:59: note: Condition 'numRemovedNotif==3' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:108:57: style: Condition 'numAddedNotif==1' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:54:34: note: Assignment 'numAddedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:108:57: note: Condition 'numAddedNotif==1' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:132:57: style: Condition 'numAddedNotif==2' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:54:34: note: Assignment 'numAddedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:132:57: note: Condition 'numAddedNotif==2' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:154:59: style: Condition 'numRemovedNotif==1' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:75:36: note: Assignment 'numRemovedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:154:59: note: Condition 'numRemovedNotif==1' is always false
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:178:57: style: Condition 'numAddedNotif==3' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:54:34: note: Assignment 'numAddedNotif=0', assigned value is 0
fw4spl-14.0.0/SrcLib/core/fwDataTools/test/tu/src/VectorHelperTest.cpp:178:57: note: Condition 'numAddedNotif==3' is always false
fw4spl-14.0.0/SrcLib/core/fwGuiQt/src/fwGuiQt/WorkerQt.cpp:278:5: performance: Variable 'm_qtFunc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/core/fwGuiQt/src/fwGuiQt/WorkerQt.cpp:35:5: style: Class 'WorkerQtTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwGuiQt/src/fwGuiQt/dialog/LocationDialog.cpp:45:51: style: Variable 'parent' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwGuiQt/src/fwGuiQt/widget/QRangeSlider.cpp:210:9: style: Variable 'picked' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwGuiQt/src/fwGuiQt/widget/QRangeSlider.cpp:207:0: note: Variable 'picked' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwGuiQt/src/fwGuiQt/widget/QRangeSlider.cpp:210:9: note: Variable 'picked' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwGuiQt/src/fwGuiQt/widget/QRangeSlider.cpp:39:5: style: Class 'Handle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwGuiQt/src/fwGuiQt/widget/QRangeSlider.cpp:158:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:449:41: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:539:5: style: Class 'algoMockObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:593:5: style: Struct 'JobObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:600:10: style: The function 'progressNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:529:18: note: Virtual function in base class
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:600:10: note: Function in derived class
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:607:10: style: The function 'canceled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:530:18: note: Virtual function in base class
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:607:10: note: Function in derived class
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:625:10: style: The function 'canceled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:530:18: note: Virtual function in base class
fw4spl-14.0.0/SrcLib/core/fwJobs/test/tu/src/JobTest.cpp:625:10: note: Function in derived class
fw4spl-14.0.0/SrcLib/core/fwLog/test/tu/src/LoggerTest.cpp:99:5: style: Variable 'it' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwLog/test/tu/src/LoggerTest.cpp:93:51: note: Variable 'it' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/core/fwLog/test/tu/src/LoggerTest.cpp:99:5: note: Variable 'it' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/core/fwMath/src/fwMath/MeshFunctions.cpp:301:35: style: Unused variable: idxIter [unusedVariable]
fw4spl-14.0.0/SrcLib/core/fwMath/test/tu/src/VectorFunctionsTest.cpp:120:5: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwMath/test/tu/src/VectorFunctionsTest.cpp:107:0: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/core/fwMath/test/tu/src/VectorFunctionsTest.cpp:120:5: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/core/fwMath/test/tu/src/VectorFunctionsTest.cpp:75:18: style: Variable 'DISTANCE' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/ActivitySeries.cpp:17:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/AttachmentSeries.cpp:15:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/DicomSeries.cpp:15:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/Equipment.cpp:13:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/ImageSeries.cpp:17:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/ModelSeries.cpp:15:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/NavigationSeries.cpp:15:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/Patient.cpp:13:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/Series.cpp:18:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/SeriesDB.cpp:14:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMedDataCamp/src/fwMedDataCamp/Study.cpp:13:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMemory/src/fwMemory/BufferObject.cpp:11:0: error: syntax error [syntaxError]
fw4spl-14.0.0/SrcLib/core/fwMemory/src/fwMemory/ByteSize.cpp:213:5: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwMemory/src/fwMemory/ByteSize.cpp:212:0: note: Variable 'r' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwMemory/src/fwMemory/ByteSize.cpp:213:5: note: Variable 'r' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwMemory/src/fwMemory/FileHolder.cpp:18:5: style: Struct 'FileAutoDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwMemory/src/fwMemory/policy/BarrierDump.cpp:164:47: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fw4spl-14.0.0/SrcLib/core/fwMemory/src/fwMemory/policy/ValveDump.cpp:144:47: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fw4spl-14.0.0/SrcLib/core/fwRuntime/src/ConfigurationElementContainer.cpp:27:5: style: Struct 'HasName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwRuntime/src/operations.cpp:41:10: style: Technically the member function 'fwRuntime::::ConfigurationElementIdentifierPredicate::operator()' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/core/fwRuntime/src/operations.cpp:34:5: style: Struct 'ConfigurationElementIdentifierPredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwRuntime/src/profile/Profile.cpp:35:10: style: Technically the member function 'fwRuntime::profile::::Apply::operator()' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/core/fwServices/src/fwServices/helper/ConfigLauncher.cpp:59:5: style: Variable 'curConfig' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwServices/src/fwServices/helper/ConfigLauncher.cpp:49:0: note: Variable 'curConfig' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwServices/src/fwServices/helper/ConfigLauncher.cpp:59:5: note: Variable 'curConfig' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwServices/src/fwServices/helper/ConfigLauncher.cpp:227:30: style: Variable 'by' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwServices/src/fwServices/registry/AppConfig.cpp:70:23: style: The scope of the variable 'syntax' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/core/fwServices/src/fwServices/registry/AppConfig.cpp:73:22: style: Variable 'syntax' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwServices/src/fwServices/registry/ServiceFactory.cpp:415:17: style: Unused variable: objImpl [unusedVariable]
fw4spl-14.0.0/SrcLib/core/fwServices/test/tu/src/ServiceTest.cpp:462:5: style: Exception should be caught by reference. [catchExceptionByValue]
fw4spl-14.0.0/SrcLib/core/fwServices/test/tu/src/ServiceTest.cpp:486:5: style: Exception should be caught by reference. [catchExceptionByValue]
fw4spl-14.0.0/SrcLib/core/fwThread/src/fwThread/WorkerAsio.cpp:277:57: style: Function 'call' argument 1 names different: declaration 'code' definition 'error'. [funcArgNamesDifferent]
fw4spl-14.0.0/SrcLib/core/fwThread/src/fwThread/WorkerAsio.cpp:123:50: note: Function 'call' argument 1 names different: declaration 'code' definition 'error'.
fw4spl-14.0.0/SrcLib/core/fwThread/src/fwThread/WorkerAsio.cpp:277:57: note: Function 'call' argument 1 names different: declaration 'code' definition 'error'.
fw4spl-14.0.0/SrcLib/core/fwThread/src/fwThread/WorkerAsio.cpp:84:5: style: Class 'TimerAsio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwThread/test/tu/src/PoolTest.cpp:39:9: performance: Variable 'm_constructorThreadId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/core/fwThread/test/tu/src/WorkerTest.cpp:50:9: performance: Variable 'm_constructorThreadId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/core/fwTools/src/fwTools/DynamicType.cpp:101:10: style: Technically the member function 'fwTools::isSignedFunctor::operator()' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/core/fwTools/src/fwTools/System.cpp:205:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fw4spl-14.0.0/SrcLib/core/fwTools/src/fwTools/System.cpp:45:5: style: Struct 'RemoveTemporaryFolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwTools/test/tu/src/MacrosTest.cpp:29:9: style: Technically the member function 'fwTools::ut::ClassTest::getNum' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/core/fwTools/test/tu/src/MacrosTest.cpp:39:5: style: Class 'ClassTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwZip/src/fwZip/ReadZipArchive.cpp:51:5: style: Class 'ZipSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/core/fwZip/src/fwZip/ReadZipArchive.cpp:111:15: error: Mismatching allocation and deallocation: comment [mismatchAllocDealloc]
fw4spl-14.0.0/SrcLib/core/fwZip/src/fwZip/WriteZipArchive.cpp:102:32: performance: Function parameter 'comment' should be passed by const reference. [passedByValue]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/mztools.c:356:5: error: Resource leak: fpOutCD [resourceLeak]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/unzip.c:721:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/unzip.c:1710:12: style: Same expression on both sides of '==' because the value of 'err' and 'UNZ_OK' are the same. [duplicateExpression]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/unzip.c:1697:15: note: 'err' is assigned value 'UNZ_OK' here.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/unzip.c:1710:12: note: Same expression on both sides of '==' because the value of 'err' and 'UNZ_OK' are the same.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/unzip.c:1379:18: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1498:26: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1495:41: note: outer condition: zi->ci.method==Z_DEFLATED
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1498:26: note: identical inner condition: zi->ci.method==Z_DEFLATED
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1274:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1273:9: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1274:9: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1276:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1274:9: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1276:9: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1277:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1276:9: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1277:9: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2134:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2131:0: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2134:5: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2163:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2159:0: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2163:5: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2217:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2214:0: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2217:5: note: Variable 'err' is reassigned a value before the old one has been used.
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2390:11: style: The scope of the variable 'header' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2391:11: style: The scope of the variable 'dataSize' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:1793:21: style: Variable 'bBreak' is modified but its new value is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/core/fwZip/src/minizip/zip.c:2041:15: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/src/fwAtomsBoostIO/Writer.cpp:189:28: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:64:9: performance: Variable 'META_KEY_0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:65:9: performance: Variable 'META_KEY_1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:66:9: performance: Variable 'META_KEY_2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:67:9: performance: Variable 'META_KEY_3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:68:9: performance: Variable 'META_VALUE_0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:69:9: performance: Variable 'META_VALUE_1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:70:9: performance: Variable 'META_VALUE_2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:71:9: performance: Variable 'META_VALUE_3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:73:9: performance: Variable 'ATTR_NAME_0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:74:9: performance: Variable 'ATTR_NAME_1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:75:9: performance: Variable 'ATTR_NAME_2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:76:9: performance: Variable 'ATTR_NAME_3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:77:9: performance: Variable 'ATTR_NAME_4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fw4spl-14.0.0/SrcLib/io/fwAtomsBoostIO/test/tu/src/BoostIOTest.cpp:140:31: style: Technically the member function 'fwAtomsBoostIO::ut::SequenceGenerator::getSequence' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/io/fwDcmtkIO/src/fwDcmtkIO/DicomSeriesDBReader.cpp:77:35: style: Redundant condition: m_isDicomdirActivated. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
fw4spl-14.0.0/SrcLib/io/fwDcmtkIO/src/fwDcmtkIO/DicomSeriesDBReader.cpp:422:21: style: The scope of the variable 'dataset' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwDcmtkIO/src/fwDcmtkIO/DicomSeriesDBReader.cpp:88:17: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
fw4spl-14.0.0/SrcLib/io/fwDcmtkIO/src/fwDcmtkIO/SeriesDBReader.cpp:74:35: style: Redundant condition: m_isDicomdirActivated. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
fw4spl-14.0.0/SrcLib/io/fwDcmtkIO/src/fwDcmtkIO/helper/DicomDir.cpp:93:13: style: Exception should be caught by reference. [catchExceptionByValue]
fw4spl-14.0.0/SrcLib/io/fwDcmtkIO/src/fwDcmtkIO/reader/ImageStorageReader.cpp:52:31: style: Variable 'sopClassUID' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/io/fwDcmtkIO/src/fwDcmtkIO/reader/ImageStorageReader.cpp:108:65: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fw4spl-14.0.0/SrcLib/io/fwDicomIOFilter/src/fwDicomIOFilter/composite/IComposite.cpp:74:13: style: Exception should be caught by reference. [catchExceptionByValue]
fw4spl-14.0.0/SrcLib/io/fwDicomIOFilter/src/fwDicomIOFilter/helper/Filter.cpp:39:21: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
fw4spl-14.0.0/SrcLib/io/fwDicomIOFilter/src/fwDicomIOFilter/sorter/ImagePositionPatientSorter.cpp:70:17: style: The scope of the variable 'dataset' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwDicomIOFilter/src/fwDicomIOFilter/sorter/TagValueSorter.cpp:82:17: style: The scope of the variable 'dataset' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwDicomIOFilter/src/fwDicomIOFilter/splitter/ImagePositionPatientSplitter.cpp:67:17: style: The scope of the variable 'dataset' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwDicomIOFilter/src/fwDicomIOFilter/splitter/TagValueInstanceRemoveSplitter.cpp:84:17: style: The scope of the variable 'dataset' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwDicomIOFilter/src/fwDicomIOFilter/splitter/TagValueSplitter.cpp:84:17: style: The scope of the variable 'dataset' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwGdcmIO/src/fwGdcmIO/reader/ie/Image.cpp:304:41: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
fw4spl-14.0.0/SrcLib/io/fwGdcmIO/src/fwGdcmIO/reader/ie/Image.cpp:300:63: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fw4spl-14.0.0/SrcLib/io/fwGdcmIO/src/fwGdcmIO/reader/ie/Surface.cpp:346:58: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
fw4spl-14.0.0/SrcLib/io/fwGdcmIO/src/fwGdcmIO/reader/ie/Surface.cpp:258:57: warning: Division of result of sizeof() on pointer type. [divideSizeof]
fw4spl-14.0.0/SrcLib/io/fwGdcmIO/src/fwGdcmIO/writer/ie/Series.cpp:73:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fw4spl-14.0.0/SrcLib/io/fwGdcmIO/src/fwGdcmIO/writer/ie/Surface.cpp:287:16: style: The scope of the variable 'reservingElement' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwGdcmIO/src/fwGdcmIO/writer/ie/Surface.cpp:288:16: style: The scope of the variable 'privateCreator' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwGdcmIO/test/tu/src/DicomDirTest.cpp:47:23: style: Variable 'pathStr' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/io/fwItkIO/src/inr2itk/itkInrImageIO.cpp:443:9: style: The scope of the variable 'step' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwItkIO/src/inr2itk/itkInrImageIO.cpp:755:13: style: The scope of the variable 'written' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwItkIO/src/inr2itk/itkInrImageIO.cpp:794:13: style: The scope of the variable 'written' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwItkIO/src/inr2itk/itkInrImageIO.cpp:692:23: style: Variable 'header' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/io/fwItkIO/test/tu/src/ImageReaderWriterTest.cpp:62:5: style: Variable 'type' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwItkIO/test/tu/src/ImageReaderWriterTest.cpp:59:0: note: Variable 'type' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwItkIO/test/tu/src/ImageReaderWriterTest.cpp:62:5: note: Variable 'type' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:69:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:66:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:69:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:72:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:69:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:72:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:75:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:72:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:75:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:78:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:75:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:78:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:81:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:78:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:81:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:89:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:81:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:89:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:92:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:89:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:92:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:95:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:92:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:95:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:98:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:95:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:98:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:105:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:98:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:105:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:108:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:105:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:108:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:111:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:108:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:111:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:114:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:111:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:114:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:117:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:114:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:117:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:120:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:117:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/src/fwPacsIO/helper/Series.cpp:120:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
fw4spl-14.0.0/SrcLib/io/fwPacsIO/test/tu/src/SeriesEnquirerTest.cpp:112:23: style: Variable 'pathStr' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/io/fwVtkIO/src/fwVtkIO/SeriesDBReader.cpp:300:26: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/io/fwVtkIO/src/fwVtkIO/SeriesDBReader.cpp:198:5: style: Struct 'FilteringStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/io/fwVtkIO/src/fwVtkIO/SeriesDBReader.cpp:232:5: style: Class 'ImageStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fw4spl-14.0.0/SrcLib/io/fwVtkIO/src/fwVtkIO/helper/Mesh.cpp:47:17: style: The scope of the variable 'point' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwVtkIO/src/fwVtkIO/helper/Mesh.cpp:57:20: style: The scope of the variable 'idList' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwVtkIO/src/fwVtkIO/helper/Mesh.cpp:58:13: style: The scope of the variable 'cellType' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwVtkIO/src/fwVtkIO/helper/Mesh.cpp:225:17: style: The scope of the variable 'point' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwVtkIO/src/fwVtkIO/helper/Mesh.cpp:235:20: style: The scope of the variable 'idList' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/fwVtkIO/src/fwVtkIO/helper/Mesh.cpp:236:13: style: The scope of the variable 'cellType' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/io/vtkGdcmIO/src/vtkGdcmIO/SeriesDBLazyReader.cpp:532:18: style: Condition 'isAnImage' is always true [knownConditionTrueFalse]
fw4spl-14.0.0/SrcLib/io/vtkGdcmIO/src/vtkGdcmIO/SeriesDBLazyReader.cpp:531:30: note: Assignment 'isAnImage=true', assigned value is 1
fw4spl-14.0.0/SrcLib/io/vtkGdcmIO/src/vtkGdcmIO/SeriesDBLazyReader.cpp:532:18: note: Condition 'isAnImage' is always true
fw4spl-14.0.0/SrcLib/tests/fwTest/src/fwTest/DicomReaderTest.cpp:184:5: style: Variable 'notReallyChecked' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/tests/fwTest/src/fwTest/DicomReaderTest.cpp:378:5: style: Variable 'notReallyChecked' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/tests/fwTest/src/fwTest/File.cpp:27:10: style: The scope of the variable 'lchar' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/tests/fwTest/src/fwTest/File.cpp:27:17: style: The scope of the variable 'rchar' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/tests/fwTest/src/fwTest/generator/Mesh.cpp:24:11: style: Technically the member function 'fwTest::generator::RandFloat::operator()' can be const. [functionConst]
fw4spl-14.0.0/SrcLib/visu/fwRenderQt/src/fwRenderQt/SRender.cpp:253:23: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
fw4spl-14.0.0/SrcLib/visu/fwRenderVTK/src/fwRenderVTK/vtk/fwVtkWindowLevelLookupTable.cpp:619:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fw4spl-14.0.0/SrcLib/visu/fwRenderVTK/src/fwRenderVTK/vtk/fwVtkWindowLevelLookupTable.cpp:67:33: style: The scope of the variable 'invertTableRgba2' can be reduced. [variableScope]
fw4spl-14.0.0/SrcLib/visu/fwRenderVTK/src/fwRenderVTK/vtk/fwVtkWindowLevelLookupTable.cpp:550:17: style: The scope of the variable 'sum' can be reduced. [variableScope]
fw4spl-14.0.0/fwlauncher/src/ProfileRunner.cpp:214:8: style: Condition 'consoleLog' is always true [knownConditionTrueFalse]
fw4spl-14.0.0/fwlauncher/src/ProfileRunner.cpp:139:23: note: Assignment 'consoleLog=true', assigned value is 1
fw4spl-14.0.0/fwlauncher/src/ProfileRunner.cpp:214:8: note: Condition 'consoleLog' is always true
fw4spl-14.0.0/fwlauncher/src/ProfileRunner.cpp:219:8: style: Condition 'fileLog' is always false [knownConditionTrueFalse]
fw4spl-14.0.0/fwlauncher/src/ProfileRunner.cpp:140:23: note: Assignment 'fileLog=false', assigned value is 0
fw4spl-14.0.0/fwlauncher/src/ProfileRunner.cpp:219:8: note: Condition 'fileLog' is always false
[23:03]

ftp://ftp.se.debian.org/debian/pool/main/f/fwanalog/fwanalog_0.6.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fwbuilder/fwbuilder_5.3.7.orig.tar.gz
fwbuilder-5.3.7/config_tests/qtdbus_test.cpp:6:0: error: syntax error [syntaxError]
fwbuilder-5.3.7/src/antlr/ASTFactory.cpp:64:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/antlr/TokenStreamRewriteEngine.cpp:40:8: style: Technically the member function '::dumpTokenWithIndex::operator()' can be const. [functionConst]
fwbuilder-5.3.7/src/antlr/TokenStreamRewriteEngine.cpp:39:3: style: Struct 'dumpTokenWithIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/ACL.cpp:127:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:55:13: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:56:13: performance: Variable '_workName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:58:13: performance: Variable '_dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:60:13: performance: Variable '_last_rule_label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:70:13: performance: Variable '_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:71:13: performance: Variable '_workName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:73:13: performance: Variable '_dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:75:13: performance: Variable '_last_rule_label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:48:21: style: Technically the member function 'fwcompiler::ciscoACL::printLine' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/ACL.cpp:138:18: note: Technically the member function 'fwcompiler::ciscoACL::printLine' can be const.
fwbuilder-5.3.7/src/cisco_lib/ACL.h:48:21: note: Technically the member function 'fwcompiler::ciscoACL::printLine' can be const.
fwbuilder-5.3.7/src/cisco_lib/ACL.h:49:21: style: Technically the member function 'fwcompiler::ciscoACL::quoteLine' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/ACL.cpp:67:18: note: Technically the member function 'fwcompiler::ciscoACL::quoteLine' can be const.
fwbuilder-5.3.7/src/cisco_lib/ACL.h:49:21: note: Technically the member function 'fwcompiler::ciscoACL::quoteLine' can be const.
fwbuilder-5.3.7/src/cisco_lib/ACL.h:50:21: performance: Technically the member function 'fwcompiler::ciscoACL::trimLine' can be static. [functionStatic]
fwbuilder-5.3.7/src/cisco_lib/ACL.cpp:45:18: note: Technically the member function 'fwcompiler::ciscoACL::trimLine' can be static.
fwbuilder-5.3.7/src/cisco_lib/ACL.h:50:21: note: Technically the member function 'fwcompiler::ciscoACL::trimLine' can be static.
fwbuilder-5.3.7/src/cisco_lib/ACL.h:88:21: style: Technically the member function 'fwcompiler::ciscoACL::name' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:91:21: style: Technically the member function 'fwcompiler::ciscoACL::workName' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:97:21: style: Technically the member function 'fwcompiler::ciscoACL::direction' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/ACL.h:104:14: style: Technically the member function 'fwcompiler::ciscoACL::size' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/ACL.cpp:144:10: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.h:64:17: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.h:65:17: performance: Variable 'name_suffix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/NamedObject.h:58:17: style: Technically the member function 'fwcompiler::NamedObject::getName' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/NamedObject.h:60:39: style: Technically the member function 'fwcompiler::NamedObject::getObject' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:40:29: style: The function 'getObjectGroupClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:92:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:40:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:41:29: style: The function 'getObjectGroupHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:93:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:41:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:42:29: style: The function 'getObjectGroupFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:94:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:42:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:44:25: style: The function 'groupMemberToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:96:25: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:44:25: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/ASA8ObjectGroup.h:41:29: style: The function 'getObjectGroupClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:40:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/ASA8ObjectGroup.h:41:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/ASA8ObjectGroup.h:43:25: style: The function 'groupMemberToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PIXObjectGroup.h:44:25: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/ASA8ObjectGroup.h:43:25: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.h:124:22: style: The function 'packObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.h:53:22: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.h:124:22: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.h:152:22: style: The function 'printObjectsForRE' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.h:139:22: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.h:152:22: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/ASA8TwiceNatLogic.h:39:5: style: Class 'ASA8TwiceNatStaticLogic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.cpp:56:61: style: Function 'shallowDuplicate' argument 1 names different: declaration 'obj' definition 'other'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:76:60: note: Function 'shallowDuplicate' argument 1 names different: declaration 'obj' definition 'other'.
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.cpp:56:61: note: Function 'shallowDuplicate' argument 1 names different: declaration 'obj' definition 'other'.
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.cpp:114:26: style: Function 'setObjectGroupTypeFromMembers' argument 1 names different: declaration 'named_obj_manager' definition 'named_objects_manager'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:83:65: note: Function 'setObjectGroupTypeFromMembers' argument 1 names different: declaration 'named_obj_manager' definition 'named_objects_manager'.
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.cpp:114:26: note: Function 'setObjectGroupTypeFromMembers' argument 1 names different: declaration 'named_obj_manager' definition 'named_objects_manager'.
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.cpp:231:56: style: Function 'toString' argument 1 names different: declaration 'named_obj_manager' definition 'nm'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:100:55: note: Function 'toString' argument 1 names different: declaration 'named_obj_manager' definition 'nm'.
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.cpp:231:56: note: Function 'toString' argument 1 names different: declaration 'named_obj_manager' definition 'nm'.
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl.cpp:120:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl.cpp:125:11: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl.cpp:120:9: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl.cpp:208:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/splitByNetworkZonesForRE.h:51:39: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:218:42: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:252:42: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:417:75: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl.h:77:9: style: Class 'CompilerDriver_iosacl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/Helper.h:46:9: style: Class 'Helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:122:13: style: Class 'specialCaseWithDynInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:226:13: style: Class 'splitIfSrcMatchesFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:233:13: style: Class 'splitIfDstMatchesFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:260:13: style: Class 'removeRedundantAddressesFromSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:268:13: style: Class 'removeRedundantAddressesFromDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:294:13: style: Class 'telnetToFirewall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:304:13: style: Class 'sshToFirewall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:314:13: style: Class 'httpToFirewall' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:340:13: style: Class 'splitByNetworkZonesForSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:347:13: style: Class 'splitByNetworkZonesForDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:384:13: style: Class 'eliminateDuplicatesInSRC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:394:13: style: Class 'eliminateDuplicatesInDST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:404:13: style: Class 'eliminateDuplicatesInSRV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:425:13: style: Class 'processMultiAddressObjectsInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:432:13: style: Class 'processMultiAddressObjectsInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:69:13: style: Class 'checkForDynamicInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:170:13: style: Class 'mirrorRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:188:13: style: Class 'ClearACLs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:231:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:245:13: style: Class 'PrintCompleteACLs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:274:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:500:22: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:274:22: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:285:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:520:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:285:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:286:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:521:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:286:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:287:15: style: The function 'epilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:522:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:287:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:289:29: style: The function 'printClearCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:524:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:289:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:246:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:232:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:246:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:217:63: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:251:71: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:119:2: warning: Member variable 'RoutingCompiler_cisco::named_objects_manager' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:119:2: warning: Member variable 'RoutingCompiler_cisco::printRule' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:68:13: style: Class 'eliminateDuplicatesInDST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:84:13: style: Class 'eliminateDuplicateRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:107:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:67:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:81:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:124:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:81:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:82:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:125:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:82:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:68:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:108:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:68:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:69:33: style: The function 'RoutingRuleToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:109:33: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:69:33: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:70:33: style: The function '_printRGtw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:110:33: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:70:33: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:71:33: style: The function '_printRItf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:111:33: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:71:33: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManagerIOS.h:50:29: style: The function 'getClearCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManager.h:64:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManagerIOS.h:50:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl_run.cpp:163:16: performance: Possible inefficient checking for 'copies_of_cluster_interfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_nxosacl.cpp:120:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_nxosacl.cpp:125:11: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_nxosacl.cpp:120:9: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_nxosacl.cpp:208:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_nxosacl.h:77:9: style: Class 'CompilerDriver_nxosacl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:69:13: style: Class 'checkForDynamicInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:170:13: style: Class 'mirrorRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:188:13: style: Class 'ClearACLs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:231:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:245:13: style: Class 'PrintCompleteACLs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:274:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:500:22: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:274:22: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:285:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:520:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:285:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:286:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:521:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:286:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:287:15: style: The function 'epilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:522:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:287:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:289:29: style: The function 'printClearCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:524:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:289:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:246:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:232:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.h:246:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:67:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:81:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:124:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:81:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:82:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:125:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:82:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:68:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:108:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:68:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:69:33: style: The function 'RoutingRuleToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:109:33: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:69:33: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:70:33: style: The function '_printRGtw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:110:33: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:70:33: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:71:33: style: The function '_printRItf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:111:33: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_nxosacl.h:71:33: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManagerNXOS.h:50:29: style: The function 'getClearCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManager.h:64:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManagerNXOS.h:50:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_nxosacl_run.cpp:163:16: performance: Possible inefficient checking for 'copies_of_cluster_interfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/cisco_lib/specialServices.h:54:39: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_pix.h:84:9: style: Class 'CompilerDriver_pix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:68:13: style: Class 'checkVersionAndDynamicInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:112:13: style: Class 'AddressRangesIfTcpServiceToFW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:165:13: style: Class 'SpecialServicesSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:199:13: style: Class 'matchTranslatedAddresses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:221:13: style: Class 'replaceTranslatedAddresses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:243:13: style: Class 'warnWhenTranslatedAddressesAreUsed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:267:13: style: Class 'AvoidObjectGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:304:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:317:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:500:22: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:317:22: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:329:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:520:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:329:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:330:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:521:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:330:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:331:15: style: The function 'epilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:522:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:331:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:333:29: style: The function 'printClearCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:524:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:333:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:334:29: style: The function 'printPreambleCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:525:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:334:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:223:55: style: The function 'findMatchingNATRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:201:55: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:223:55: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:227:26: style: The function 'action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:205:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:227:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:245:55: style: The function 'findMatchingNATRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:201:55: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:245:55: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:249:26: style: The function 'action' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:205:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix.h:249:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_pix_run.cpp:481:38: style: Variable 'have_named_objects' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_pix_run.cpp:483:38: style: Variable 'have_object_groups' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:82:9: warning: Member variable 'StaticCmd::ignore_scmd_and_print_acl' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:82:9: warning: Member variable 'StaticCmd::iaddr' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:82:9: warning: Member variable 'StaticCmd::oaddr' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:82:9: warning: Member variable 'StaticCmd::osrc' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:82:9: warning: Member variable 'StaticCmd::osrv' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:82:9: warning: Member variable 'StaticCmd::tsrv' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:82:9: warning: Member variable 'StaticCmd::i_iface' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:82:9: warning: Member variable 'StaticCmd::o_iface' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:105:13: warning: Member variable 'nonat::src' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:105:13: warning: Member variable 'nonat::dst' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:333:72: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_pix_run.cpp:87:9: performance: Variable 'any_address_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_pix_run.cpp:90:10: style: Technically the member function 'sort_by_net_zone::operator()' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:210:13: style: Class 'UseFirewallInterfaces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:223:13: style: Class 'processNONATRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:237:13: style: Class 'createNATCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:250:13: style: Class 'createStaticCmd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:286:13: style: Class 'SpecialServicesOSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:297:13: style: Class 'eliminateDuplicatesInOSRC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:308:13: style: Class 'eliminateDuplicatesInODST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:319:13: style: Class 'eliminateDuplicatesInOSRV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:341:13: style: Class 'processMultiAddressObjectsInOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:348:13: style: Class 'processMultiAddressObjectsInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:378:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:395:13: style: Class 'DetectDuplicateNAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:412:13: style: Class 'DetectOverlap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:425:13: style: Class 'DetectGlobalPoolProblems' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:437:13: style: Class 'DetectOverlappingGlobalPoolsAndStaticRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:460:13: style: Class 'SuppressDuplicateNONATStatics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:475:13: style: Class 'DetectOverlappingStatics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:84:13: style: Class 'splitByNetworkZonesForOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:102:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_pix.h:46:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:118:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:502:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:118:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:120:29: style: The function 'printClearCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:507:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:120:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:103:26: style: The function 'printNONAT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:380:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:103:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:104:26: style: The function 'printSNAT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:381:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:104:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:105:26: style: The function 'printSDNAT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:382:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:105:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:106:26: style: The function 'printDNAT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:383:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:106:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_pix.h:65:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:124:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_pix.h:65:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_pix.h:66:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:125:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_pix.h:66:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_pix.h:47:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:108:26: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_pix.h:47:26: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_pix.h:48:33: style: The function 'RoutingRuleToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_cisco.h:109:33: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_pix.h:48:33: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManagerPIX.h:49:29: style: The function 'getClearCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManager.h:64:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManagerPIX.h:49:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_pix_run.cpp:318:16: performance: Possible inefficient checking for 'copies_of_cluster_interfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl.h:63:9: style: Class 'CompilerDriver_procurve_acl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl.h:53:25: style: The function 'assembleManifest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl.h:66:25: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl.h:53:25: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl.h:56:25: style: The function 'assembleFwScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl.h:70:25: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl.h:56:25: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl.h:66:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl.h:80:33: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl.h:66:33: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl.h:68:25: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_iosacl.h:82:25: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl.h:68:25: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:49:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:274:22: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:49:22: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:50:29: style: The function 'printAccessGroupCmd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:275:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:50:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:51:27: style: The function 'createACLObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.h:67:27: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:51:27: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:64:14: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:285:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:64:14: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:66:29: style: The function 'printClearCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.h:289:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_procurve_acl.h:66:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/CompilerDriver_procurve_acl_run.cpp:145:27: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_procurve_acl.h:49:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:52:22: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_procurve_acl.h:49:22: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_procurve_acl.h:58:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_iosacl.h:81:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/RoutingCompiler_procurve_acl.h:58:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_procurve.h:48:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_ios.h:51:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_procurve.h:48:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_procurve.h:50:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_ios.h:53:22: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_procurve.h:50:22: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_procurve.h:51:15: style: The function 'processFirewallOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_ios.h:54:15: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_procurve.h:51:15: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/Helper.h:67:24: style: Technically the member function 'fwcompiler::Helper::getAllInterfaceIDs' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/Helper.cpp:388:19: note: Technically the member function 'fwcompiler::Helper::getAllInterfaceIDs' can be const.
fwbuilder-5.3.7/src/cisco_lib/Helper.h:67:24: note: Technically the member function 'fwcompiler::Helper::getAllInterfaceIDs' can be const.
fwbuilder-5.3.7/src/cisco_lib/IOSObjectGroup.h:41:29: style: The function 'getObjectGroupClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:92:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/IOSObjectGroup.h:41:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/IOSObjectGroup.h:42:29: style: The function 'getObjectGroupHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:93:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/IOSObjectGroup.h:42:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/IOSObjectGroup.h:43:29: style: The function 'getObjectGroupFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:94:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/IOSObjectGroup.h:43:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/IOSObjectGroup.h:45:25: style: The function 'groupMemberToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:96:25: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/IOSObjectGroup.h:45:25: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.cpp:156:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8_writers.cpp:56:59: style: Function 'PrintRule' argument 1 names different: declaration 'n' definition 'name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8.h:102:42: note: Function 'PrintRule' argument 1 names different: declaration 'n' definition 'name'.
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_asa8_writers.cpp:56:59: note: Function 'PrintRule' argument 1 names different: declaration 'n' definition 'name'.
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.cpp:786:22: style: The scope of the variable 'rel' can be reduced. [variableScope]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.cpp:1150:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix_optimizers.cpp:330:35: style: Function 'checkOverlapping' argument 1 names different: declaration 'a1' definition 'addr1'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:408:66: note: Function 'checkOverlapping' argument 1 names different: declaration 'a1' definition 'addr1'.
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix_optimizers.cpp:330:35: note: Function 'checkOverlapping' argument 1 names different: declaration 'a1' definition 'addr1'.
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix_optimizers.cpp:331:35: style: Function 'checkOverlapping' argument 2 names different: declaration 'a2' definition 'addr2'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:409:65: note: Function 'checkOverlapping' argument 2 names different: declaration 'a2' definition 'addr2'.
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix_optimizers.cpp:331:35: note: Function 'checkOverlapping' argument 2 names different: declaration 'a2' definition 'addr2'.
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix_optimizers.cpp:562:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix_writers.cpp:77:58: style: Function 'PrintRule' argument 1 names different: declaration 'n' definition 'name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix.h:378:42: note: Function 'PrintRule' argument 1 names different: declaration 'n' definition 'name'.
fwbuilder-5.3.7/src/cisco_lib/NATCompiler_pix_writers.cpp:77:58: note: Function 'PrintRule' argument 1 names different: declaration 'n' definition 'name'.
fwbuilder-5.3.7/src/cisco_lib/NXOSObjectGroup.h:41:29: style: The function 'getObjectGroupClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:92:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NXOSObjectGroup.h:41:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NXOSObjectGroup.h:42:29: style: The function 'getObjectGroupHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:93:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NXOSObjectGroup.h:42:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NXOSObjectGroup.h:43:29: style: The function 'getObjectGroupFooter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:94:29: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NXOSObjectGroup.h:43:29: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NXOSObjectGroup.h:45:25: style: The function 'groupMemberToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:96:25: note: Virtual function in base class
fwbuilder-5.3.7/src/cisco_lib/NXOSObjectGroup.h:45:25: note: Function in derived class
fwbuilder-5.3.7/src/cisco_lib/NamedObject.cpp:304:37: style: Function 'printPorts' argument 1 names different: declaration 'port_range_start' definition 'rs'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/cisco_lib/NamedObject.h:43:32: note: Function 'printPorts' argument 1 names different: declaration 'port_range_start' definition 'rs'.
fwbuilder-5.3.7/src/cisco_lib/NamedObject.cpp:304:37: note: Function 'printPorts' argument 1 names different: declaration 'port_range_start' definition 'rs'.
fwbuilder-5.3.7/src/cisco_lib/NamedObject.cpp:304:45: style: Function 'printPorts' argument 2 names different: declaration 'port_range_end' definition 're'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/cisco_lib/NamedObject.h:43:54: note: Function 'printPorts' argument 2 names different: declaration 'port_range_end' definition 're'.
fwbuilder-5.3.7/src/cisco_lib/NamedObject.cpp:304:45: note: Function 'printPorts' argument 2 names different: declaration 'port_range_end' definition 're'.
fwbuilder-5.3.7/src/cisco_lib/NamedObject.h:43:17: performance: Technically the member function 'fwcompiler::NamedObject::printPorts' can be static. [functionStatic]
fwbuilder-5.3.7/src/cisco_lib/NamedObject.cpp:304:22: note: Technically the member function 'fwcompiler::NamedObject::printPorts' can be static.
fwbuilder-5.3.7/src/cisco_lib/NamedObject.h:43:17: note: Technically the member function 'fwcompiler::NamedObject::printPorts' can be static.
fwbuilder-5.3.7/src/cisco_lib/NamedObject.h:46:17: style: Technically the member function 'fwcompiler::NamedObject::sanitizeObjectName' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/NamedObject.cpp:247:22: note: Technically the member function 'fwcompiler::NamedObject::sanitizeObjectName' can be const.
fwbuilder-5.3.7/src/cisco_lib/NamedObject.h:46:17: note: Technically the member function 'fwcompiler::NamedObject::sanitizeObjectName' can be const.
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.cpp:106:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsAndGroupsSupport.cpp:107:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManager.h:66:14: style: Technically the member function 'fwcompiler::NamedObjectsManager::haveNamedObjects' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManager.cpp:145:27: note: Technically the member function 'fwcompiler::NamedObjectsManager::haveNamedObjects' can be const.
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManager.h:66:14: note: Technically the member function 'fwcompiler::NamedObjectsManager::haveNamedObjects' can be const.
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:100:25: style: Unhandled exception specification when calling function toString(). [unhandledExceptionSpecification]
fwbuilder-5.3.7/src/cisco_lib/NamedObjectsManager.cpp:178:23: note: Unhandled exception specification when calling function toString().
fwbuilder-5.3.7/src/cisco_lib/BaseObjectGroup.h:100:25: note: Unhandled exception specification when calling function toString().
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_ios.cpp:63:12: style: Unused variable: s [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_ios.cpp:65:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_ios.cpp:66:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_nxos.cpp:63:12: style: Unused variable: s [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_nxos.cpp:65:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_nxos.cpp:66:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os.cpp:68:12: style: Unused variable: s [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os.cpp:70:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os.cpp:71:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os.cpp:199:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os.cpp:543:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os.cpp:624:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os.cpp:828:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os_inspectors.cpp:138:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os_inspectors.cpp:150:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os_inspectors.cpp:165:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/inspectionProtocol.h:53:9: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/inspectionProtocol.h:54:9: performance: Variable 'printable_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/inspectionProtocol.h:55:9: performance: Variable 'ip_proto' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.h:51:39: performance: Variable 'arg_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os_inspectors.cpp:136:9: performance: Possible inefficient checking for 'customClassMaps' emptiness. [stlSize]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os_inspectors.cpp:147:9: performance: Possible inefficient checking for 'defaultClassMaps' emptiness. [stlSize]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os_inspectors.cpp:163:9: performance: Possible inefficient checking for 'customClassMaps' emptiness. [stlSize]
fwbuilder-5.3.7/src/cisco_lib/OSConfigurator_pix_os_inspectors_pix8.cpp:111:9: performance: Possible inefficient checking for 'ip_options_matches' emptiness. [stlSize]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.cpp:758:12: style: Unused variable: acl [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.cpp:758:17: style: Unused variable: agrp [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.cpp:758:23: style: Unused variable: icmp [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.cpp:758:29: style: Unused variable: telnet [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.cpp:758:37: style: Unused variable: ssh [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.cpp:759:12: style: Unused variable: new_output [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.cpp:711:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.cpp:737:10: style: Technically the member function 'acl_sort_order::operator()' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco.cpp:632:15: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco_acls.cpp:404:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_cisco_acls.cpp:406:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.cpp:67:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.cpp:69:22: style: Variable 'host_os' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.cpp:89:17: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.cpp:268:19: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl.cpp:269:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl_writers.cpp:99:31: style: Variable 'clearICMPcmd' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl_writers.cpp:102:33: style: Variable 'clearTelnetcmd' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl_writers.cpp:105:30: style: Variable 'clearSSHcmd' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_iosacl_writers.cpp:455:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.cpp:67:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.cpp:69:22: style: Variable 'host_os' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.cpp:91:17: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.cpp:270:19: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl.cpp:271:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl_writers.cpp:99:31: style: Variable 'clearICMPcmd' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl_writers.cpp:102:33: style: Variable 'clearTelnetcmd' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl_writers.cpp:105:30: style: Variable 'clearSSHcmd' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_nxosacl_writers.cpp:455:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:68:17: style: Variable 'obj1' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:64:0: note: Variable 'obj1' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:68:17: note: Variable 'obj1' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:72:17: style: Variable 'obj2' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:65:0: note: Variable 'obj2' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:72:17: note: Variable 'obj2' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:76:17: style: Variable 'obj3' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:66:0: note: Variable 'obj3' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:76:17: note: Variable 'obj3' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_replace_translations.cpp:47:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_v6_acls.cpp:231:15: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_v6_acls.cpp:343:11: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/cisco_lib/PolicyCompiler_pix_writers.cpp:375:19: style: Unused variable: comment [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.h:61:10: style: Technically the member function 'InspectionClassMap::isDefault' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.cpp:31:26: note: Technically the member function 'InspectionClassMap::isDefault' can be const.
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.h:61:10: note: Technically the member function 'InspectionClassMap::isDefault' can be const.
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.h:62:17: style: Technically the member function 'InspectionClassMap::getIPProtocol' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.cpp:38:28: note: Technically the member function 'InspectionClassMap::getIPProtocol' can be const.
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.h:62:17: note: Technically the member function 'InspectionClassMap::getIPProtocol' can be const.
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.h:63:17: style: Technically the member function 'InspectionClassMap::getPrintableName' can be const. [functionConst]
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.cpp:45:28: note: Technically the member function 'InspectionClassMap::getPrintableName' can be const.
fwbuilder-5.3.7/src/cisco_lib/inspectionClassMap.h:63:17: note: Technically the member function 'InspectionClassMap::getPrintableName' can be const.
fwbuilder-5.3.7/src/cisco_lib/specialServices.cpp:54:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/cisco_lib/splitByNetworkZonesForRE.cpp:80:26: style: Unused variable: cl [unusedVariable]
fwbuilder-5.3.7/src/cisco_lib/splitByNetworkZonesForRE.cpp:90:11: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver.h:187:9: style: Class 'CompilerDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver.cpp:479:17: performance: Possible inefficient checking for 'l3' emptiness. [stlSize]
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver.cpp:498:17: performance: Possible inefficient checking for 'l3' emptiness. [stlSize]
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver.cpp:766:9: performance: Possible inefficient checking for 'imported_policies' emptiness. [stlSize]
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver.cpp:850:13: performance: Possible inefficient checking for 'l2' emptiness. [stlSize]
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver_compile.cpp:53:49: style: Function 'prepare' argument 1 names different: declaration 'args' definition '_args'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver.h:266:49: note: Function 'prepare' argument 1 names different: declaration 'args' definition '_args'.
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver_compile.cpp:53:49: note: Function 'prepare' argument 1 names different: declaration 'args' definition '_args'.
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver_generators.cpp:85:23: style: Variable 'cmd_dbg' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:61:64: style: Function 'Configlet' argument 2 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/compiler_lib/Configlet.h:62:57: note: Function 'Configlet' argument 2 names different: declaration 'filename' definition 'file_name'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:61:64: note: Function 'Configlet' argument 2 names different: declaration 'filename' definition 'file_name'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:69:37: style: Function 'Configlet' argument 3 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/compiler_lib/Configlet.h:64:30: note: Function 'Configlet' argument 3 names different: declaration 'filename' definition 'file_name'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:69:37: note: Function 'Configlet' argument 3 names different: declaration 'filename' definition 'file_name'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:106:43: style: Function 'reload' argument 1 names different: declaration 'prefix' definition '_prefix'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/compiler_lib/Configlet.h:69:36: note: Function 'reload' argument 1 names different: declaration 'prefix' definition '_prefix'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:106:43: note: Function 'reload' argument 1 names different: declaration 'prefix' definition '_prefix'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:106:67: style: Function 'reload' argument 2 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/compiler_lib/Configlet.h:69:59: note: Function 'reload' argument 2 names different: declaration 'filename' definition 'file_name'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:106:67: note: Function 'reload' argument 2 names different: declaration 'filename' definition 'file_name'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:133:47: style: Function 'getFullPath' argument 1 names different: declaration 'rel_path' definition 'path'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/compiler_lib/Configlet.h:57:40: note: Function 'getFullPath' argument 1 names different: declaration 'rel_path' definition 'path'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:133:47: note: Function 'getFullPath' argument 1 names different: declaration 'rel_path' definition 'path'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:303:47: style: Function 'removeComments' argument 1 names different: declaration 'comment_str' definition '_str'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/compiler_lib/Configlet.h:77:40: note: Function 'removeComments' argument 1 names different: declaration 'comment_str' definition '_str'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:303:47: note: Function 'removeComments' argument 1 names different: declaration 'comment_str' definition '_str'.
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:61:12: warning: Member variable 'Configlet::collapse_empty_strings' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:63:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/compiler_lib/Configlet.h:57:13: performance: Technically the member function 'Configlet::getFullPath' can be static. [functionStatic]
fwbuilder-5.3.7/src/compiler_lib/Configlet.cpp:133:20: note: Technically the member function 'Configlet::getFullPath' can be static.
fwbuilder-5.3.7/src/compiler_lib/Configlet.h:57:13: note: Technically the member function 'Configlet::getFullPath' can be static.
fwbuilder-5.3.7/src/compiler_lib/openbsdInterfaces.h:35:18: style: The function 'parseVlan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:81:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/openbsdInterfaces.h:35:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/openbsdInterfaces.h:36:18: style: The function 'manageIpAddresses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:109:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/openbsdInterfaces.h:36:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/freebsdInterfaces.h:35:18: style: The function 'manageIpAddresses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/openbsdInterfaces.h:36:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/freebsdInterfaces.h:35:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.cpp:462:13: performance: Possible inefficient checking for 'subinterfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/compiler_lib/interfacePropertiesObjectFactory.cpp:56:24: style: Function 'getInterfacePropertiesObject' argument 1 names different: declaration 'host_os' definition 'os_family'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/compiler_lib/interfacePropertiesObjectFactory.h:41:81: note: Function 'getInterfacePropertiesObject' argument 1 names different: declaration 'host_os' definition 'os_family'.
fwbuilder-5.3.7/src/compiler_lib/interfacePropertiesObjectFactory.cpp:56:24: note: Function 'getInterfacePropertiesObject' argument 1 names different: declaration 'host_os' definition 'os_family'.
fwbuilder-5.3.7/src/compiler_lib/linux24Interfaces.h:38:18: style: The function 'basicValidateInterfaceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:63:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/linux24Interfaces.h:38:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/linux24Interfaces.h:41:18: style: The function 'parseVlan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:81:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/linux24Interfaces.h:41:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/linux24Interfaces.h:42:18: style: The function 'rearrangeInterfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:67:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/linux24Interfaces.h:42:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/nxosInterfaces.h:40:18: style: The function 'basicValidateInterfaceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:63:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/nxosInterfaces.h:40:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/nxosInterfaces.h:43:18: style: The function 'parseVlan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:81:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/nxosInterfaces.h:43:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/iosInterfaces.h:40:18: style: The function 'basicValidateInterfaceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:63:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/iosInterfaces.h:40:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/iosInterfaces.h:43:18: style: The function 'parseVlan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:81:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/iosInterfaces.h:43:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/junosInterfaces.h:39:18: style: The function 'basicValidateInterfaceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:63:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/junosInterfaces.h:39:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/junosInterfaces.h:42:18: style: The function 'parseVlan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:81:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/junosInterfaces.h:42:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/junosInterfaces.h:43:18: style: The function 'isValidVlanInterfaceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:82:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/junosInterfaces.h:43:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:39:18: style: The function 'basicValidateInterfaceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:63:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:39:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:43:18: style: The function 'parseVlan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:81:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:43:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:45:18: style: The function 'isValidVlanInterfaceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:82:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:45:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:48:18: style: The function 'validateInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:88:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:48:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:51:18: style: The function 'validateInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:91:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/procurveInterfaces.h:51:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/pixInterfaces.h:37:18: style: The function 'parseVlan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/interfaceProperties.h:81:18: note: Virtual function in base class
fwbuilder-5.3.7/src/compiler_lib/pixInterfaces.h:37:18: note: Function in derived class
fwbuilder-5.3.7/src/compiler_lib/linux24Interfaces.cpp:77:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fwbuilder-5.3.7/src/fwbedit/upgradePredicate.h:34:5: style: Class 'UpgradePredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/fwbedit/fwbedit.cpp:888:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/fwbedit/fwbedit.cpp:891:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/fwbedit/fwbedit.cpp:377:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/fwbedit/fwbedit.cpp:761:21: performance: Possible inefficient checking for 'objects' emptiness. [stlSize]
fwbuilder-5.3.7/src/fwbedit/fwbedit.cpp:824:17: performance: Possible inefficient checking for 'objects' emptiness. [stlSize]
fwbuilder-5.3.7/src/fwbedit/fwbedit.cpp:839:25: performance: Possible inefficient checking for 'groups' emptiness. [stlSize]
fwbuilder-5.3.7/src/fwbedit/fwbedit.cpp:854:25: performance: Possible inefficient checking for 'groups' emptiness. [stlSize]
fwbuilder-5.3.7/src/fwbedit/list_object.cpp:262:9: performance: Possible inefficient checking for 'objects' emptiness. [stlSize]
fwbuilder-5.3.7/src/fwbedit/merge.cpp:48:5: style: Class 'MergeConflictRes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:141:5: style: Variable 'systemGroupTypes["Objects/Addresses"]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:140:5: note: Variable 'systemGroupTypes["Objects/Addresses"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:141:5: note: Variable 'systemGroupTypes["Objects/Addresses"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:148:5: style: Variable 'systemGroupTypes["Objects/Networks"]' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:147:5: note: Variable 'systemGroupTypes["Objects/Networks"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:148:5: note: Variable 'systemGroupTypes["Objects/Networks"]' is reassigned a value before the old one has been used if variable is no semaphore variable.
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:256:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:253:0: note: Variable 'obj' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:256:5: note: Variable 'obj' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:284:12: style: Unused variable: group [unusedVariable]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:289:12: style: Unused variable: path [unusedVariable]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:290:12: style: Unused variable: lib [unusedVariable]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:227:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:197:25: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:207:25: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:269:9: performance: Possible inefficient checking for 'parents' emptiness. [stlSize]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:851:9: performance: Possible inefficient checking for 'objects' emptiness. [stlSize]
fwbuilder-5.3.7/src/fwbedit/new_object.cpp:869:9: performance: Possible inefficient checking for 'objects' emptiness. [stlSize]
fwbuilder-5.3.7/src/fwbedit/repair_tree.cpp:46:9: performance: Possible inefficient checking for 'objects' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/IOSImporter.cpp:76:24: style: Function 'setInterfaceAndDirectionForRuleSet' argument 2 names different: declaration 'interface_name' definition '_intf_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/IOSImporter.h:69:72: note: Function 'setInterfaceAndDirectionForRuleSet' argument 2 names different: declaration 'interface_name' definition '_intf_name'.
fwbuilder-5.3.7/src/import/IOSImporter.cpp:76:24: note: Function 'setInterfaceAndDirectionForRuleSet' argument 2 names different: declaration 'interface_name' definition '_intf_name'.
fwbuilder-5.3.7/src/import/IOSImporter.cpp:77:24: style: Function 'setInterfaceAndDirectionForRuleSet' argument 3 names different: declaration 'dir' definition '_dir'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/IOSImporter.h:70:72: note: Function 'setInterfaceAndDirectionForRuleSet' argument 3 names different: declaration 'dir' definition '_dir'.
fwbuilder-5.3.7/src/import/IOSImporter.cpp:77:24: note: Function 'setInterfaceAndDirectionForRuleSet' argument 3 names different: declaration 'dir' definition '_dir'.
fwbuilder-5.3.7/src/import/Importer.h:73:5: warning: Member variable 'UnidirectionalRuleSet::ruleset' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/import/objectMaker.h:69:50: performance: Variable 'err' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectMaker.h:70:46: performance: Variable 'err' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/Importer.h:77:9: performance: Variable 'default_action' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/Importer.h:86:47: performance: Variable 'err' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/Importer.h:87:43: performance: Variable 'err' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IOSImporter.h:93:11: performance: Variable 'ruleset_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IOSImporter.h:93:40: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectMaker.h:91:10: style: Technically the member function 'ObjectMakerErrorTracker::hasErrors' can be const. [functionConst]
fwbuilder-5.3.7/src/import/objectMaker.h:92:17: style: Technically the member function 'ObjectMakerErrorTracker::getErrors' can be const. [functionConst]
fwbuilder-5.3.7/src/import/objectMaker.h:96:10: style: Technically the member function 'ObjectMakerErrorTracker::hasWarnings' can be const. [functionConst]
fwbuilder-5.3.7/src/import/objectMaker.h:97:17: style: Technically the member function 'ObjectMakerErrorTracker::getWarnings' can be const. [functionConst]
fwbuilder-5.3.7/src/import/addressObjectMaker.h:47:10: style: Technically the member function 'AddressObjectMaker::getInvertedNetmasks' can be const. [functionConst]
fwbuilder-5.3.7/src/import/Importer.h:174:10: style: Technically the member function 'Importer::haveFirewallObject' can be const. [functionConst]
fwbuilder-5.3.7/src/import/Importer.h:308:9: style: Technically the member function 'Importer::errorCounter' can be const. [functionConst]
fwbuilder-5.3.7/src/import/Importer.h:369:9: style: Technically the member function 'Importer::getCurrentLineNumber' can be const. [functionConst]
fwbuilder-5.3.7/src/import/objectSignature.h:71:5: style: Class 'ObjectSignature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/objectMaker.h:69:5: style: Class 'ObjectMakerException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/objectMaker.h:70:5: style: Class 'ObjectMakerException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/Importer.h:86:5: style: Class 'ImporterException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/Importer.h:87:5: style: Class 'ImporterException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/addressObjectMaker.h:49:37: style: The function 'createObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/objectMaker.h:131:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/addressObjectMaker.h:49:37: note: Function in derived class
fwbuilder-5.3.7/src/import/serviceObjectMaker.h:42:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/objectMaker.h:129:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/serviceObjectMaker.h:42:18: note: Function in derived class
fwbuilder-5.3.7/src/import/serviceObjectMaker.h:44:37: style: The function 'createObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/objectMaker.h:131:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/serviceObjectMaker.h:44:37: note: Function in derived class
fwbuilder-5.3.7/src/import/IOSImporter.h:48:37: style: The function 'createTCPService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:185:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IOSImporter.h:48:37: note: Function in derived class
fwbuilder-5.3.7/src/import/IOSImporter.h:49:37: style: The function 'createUDPService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:186:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IOSImporter.h:49:37: note: Function in derived class
fwbuilder-5.3.7/src/import/IOSImporter.h:66:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:295:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IOSImporter.h:66:18: note: Function in derived class
fwbuilder-5.3.7/src/import/IOSImporter.h:68:18: style: The function 'setInterfaceAndDirectionForRuleSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:354:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IOSImporter.h:68:18: note: Function in derived class
fwbuilder-5.3.7/src/import/IOSImporter.h:72:18: style: The function 'ignoreCurrentInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:320:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IOSImporter.h:72:18: note: Function in derived class
fwbuilder-5.3.7/src/import/IOSImporter.h:74:18: style: The function 'pushRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:366:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IOSImporter.h:74:18: note: Function in derived class
fwbuilder-5.3.7/src/import/IOSImporter.h:78:37: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:377:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IOSImporter.h:78:37: note: Function in derived class
fwbuilder-5.3.7/src/import/Importer.h:193:70: performance: Function parameter 'addr' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/Importer.h:194:70: performance: Function parameter 'netm' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/IOSImporter.cpp:365:25: performance: Possible inefficient checking for 'all_in' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/IOSImporter.cpp:374:25: performance: Possible inefficient checking for 'all_out' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/IOSImporter.cpp:383:25: performance: Possible inefficient checking for 'all_both' emptiness. [stlSize]
IOSCfgLexer.hpp:46:2: style: Class 'IOSCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IOSCfgLexer.hpp:47:2: style: Class 'IOSCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IOSCfgLexer.hpp:48:2: style: Class 'IOSCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IOSCfgParser.hpp:41:2: style: Class 'IOSCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IOSCfgParser.hpp:43:2: style: Class 'IOSCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IOSCfgParser.hpp:45:2: style: Class 'IOSCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IOSCfgParser.hpp:47:2: style: Class 'IOSCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IOSCfgParser.hpp:48:2: style: Class 'IOSCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:925:9: style: Variable 'estab' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:921:0: note: Variable 'estab' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:925:9: note: Variable 'estab' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1120:9: style: Variable 'ruleset' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1101:0: note: Variable 'ruleset' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1120:9: note: Variable 'ruleset' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:767:13: style: The scope of the variable 'llevel' can be reduced. [variableScope]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:899:26: style: The scope of the variable 'nsrc' can be reduced. [variableScope]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:900:26: style: The scope of the variable 'ndst' can be reduced. [variableScope]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1674:24: style: Function 'checkUnidirRuleSet' argument 1 names different: declaration 'rsname' definition 'ruleset_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/IPTImporter.h:169:28: note: Function 'checkUnidirRuleSet' argument 1 names different: declaration 'rsname' definition 'ruleset_name'.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1674:24: note: Function 'checkUnidirRuleSet' argument 1 names different: declaration 'rsname' definition 'ruleset_name'.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1681:24: style: Function 'getUnidirRuleSet' argument 1 names different: declaration 'rsname' definition 'ruleset_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/IPTImporter.h:166:28: note: Function 'getUnidirRuleSet' argument 1 names different: declaration 'rsname' definition 'ruleset_name'.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1681:24: note: Function 'getUnidirRuleSet' argument 1 names different: declaration 'rsname' definition 'ruleset_name'.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1766:50: style: Function 'newUnidirRuleSet' argument 1 names different: declaration 'name' definition 'chain_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/IPTImporter.h:171:54: note: Function 'newUnidirRuleSet' argument 1 names different: declaration 'name' definition 'chain_name'.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1766:50: note: Function 'newUnidirRuleSet' argument 1 names different: declaration 'name' definition 'chain_name'.
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1482:0: style: Variable 'ruleset_name' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/import/IPTImporter.h:177:10: performance: Technically the member function 'IPTImporter::isStandardChain' can be static. [functionStatic]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:1776:19: note: Technically the member function 'IPTImporter::isStandardChain' can be static.
fwbuilder-5.3.7/src/import/IPTImporter.h:177:10: note: Technically the member function 'IPTImporter::isStandardChain' can be static.
fwbuilder-5.3.7/src/import/IPTImporter.h:181:10: performance: Technically the member function 'IPTImporter::isSupportedTable' can be static. [functionStatic]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:162:19: note: Technically the member function 'IPTImporter::isSupportedTable' can be static.
fwbuilder-5.3.7/src/import/IPTImporter.h:181:10: note: Technically the member function 'IPTImporter::isSupportedTable' can be static.
fwbuilder-5.3.7/src/import/IPTImporter.h:147:18: warning: Virtual function 'clear' is called from destructor '~IPTImporter()' at line 108. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:108:5: note: Calling clear
fwbuilder-5.3.7/src/import/IPTImporter.h:147:18: note: clear is a virtual method
fwbuilder-5.3.7/src/import/IPTImporter.h:58:37: style: The function 'createTCPService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:185:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:58:37: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:59:37: style: The function 'createUDPService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:186:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:59:37: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:61:37: style: The function 'makeSrcObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:196:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:61:37: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:62:37: style: The function 'makeDstObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:197:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:62:37: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:146:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:295:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:146:18: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:147:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:286:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:147:18: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:161:18: style: The function 'addSrv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:206:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:161:18: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:163:18: style: The function 'pushRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:366:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:163:18: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:165:36: style: The function 'getUnidirRuleSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:182:36: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:165:36: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:168:36: style: The function 'checkUnidirRuleSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:178:36: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:168:36: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:171:18: style: The function 'newUnidirRuleSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:341:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:171:18: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.h:175:37: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:377:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/IPTImporter.h:175:37: note: Function in derived class
fwbuilder-5.3.7/src/import/IPTImporter.cpp:311:14: performance: Possible inefficient checking for 'src_port_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/IPTImporter.cpp:312:14: performance: Possible inefficient checking for 'dst_port_list' emptiness. [stlSize]
IPTCfgLexer.hpp:46:2: style: Class 'IPTCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IPTCfgLexer.hpp:47:2: style: Class 'IPTCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IPTCfgLexer.hpp:48:2: style: Class 'IPTCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IPTCfgParser.hpp:41:2: style: Class 'IPTCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IPTCfgParser.hpp:43:2: style: Class 'IPTCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IPTCfgParser.hpp:45:2: style: Class 'IPTCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IPTCfgParser.hpp:47:2: style: Class 'IPTCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
IPTCfgParser.hpp:48:2: style: Class 'IPTCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/Importer.cpp:255:54: style: Function 'newInterface' argument 1 names different: declaration 'interface_name' definition 'name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/Importer.h:318:70: note: Function 'newInterface' argument 1 names different: declaration 'interface_name' definition 'name'.
fwbuilder-5.3.7/src/import/Importer.cpp:255:54: note: Function 'newInterface' argument 1 names different: declaration 'interface_name' definition 'name'.
fwbuilder-5.3.7/src/import/Importer.cpp:349:57: style: Function 'setInterfaceParametes' argument 1 names different: declaration 'phys_intf' definition 'phys_intf_or_label'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/Importer.h:329:59: note: Function 'setInterfaceParametes' argument 1 names different: declaration 'phys_intf' definition 'phys_intf_or_label'.
fwbuilder-5.3.7/src/import/Importer.cpp:349:57: note: Function 'setInterfaceParametes' argument 1 names different: declaration 'phys_intf' definition 'phys_intf_or_label'.
fwbuilder-5.3.7/src/import/Importer.cpp:405:24: style: Function 'checkUnidirRuleSet' argument 1 names different: declaration 'rsname' definition 'ruleset_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/Importer.h:178:74: note: Function 'checkUnidirRuleSet' argument 1 names different: declaration 'rsname' definition 'ruleset_name'.
fwbuilder-5.3.7/src/import/Importer.cpp:405:24: note: Function 'checkUnidirRuleSet' argument 1 names different: declaration 'rsname' definition 'ruleset_name'.
fwbuilder-5.3.7/src/import/Importer.cpp:459:70: style: Function 'setInterfaceAndDirectionForRuleSet' argument 2 names different: declaration 'interface_name' definition 'intf_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/Importer.h:356:28: note: Function 'setInterfaceAndDirectionForRuleSet' argument 2 names different: declaration 'interface_name' definition 'intf_name'.
fwbuilder-5.3.7/src/import/Importer.cpp:459:70: note: Function 'setInterfaceAndDirectionForRuleSet' argument 2 names different: declaration 'interface_name' definition 'intf_name'.
fwbuilder-5.3.7/src/import/Importer.cpp:481:47: style: Function 'newUnidirRuleSet' argument 1 names different: declaration 'name' definition 'ruleset_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/Importer.h:341:54: note: Function 'newUnidirRuleSet' argument 1 names different: declaration 'name' definition 'ruleset_name'.
fwbuilder-5.3.7/src/import/Importer.cpp:481:47: note: Function 'newUnidirRuleSet' argument 1 names different: declaration 'name' definition 'ruleset_name'.
fwbuilder-5.3.7/src/import/Importer.cpp:842:27: style: Variable 'rs_index' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/import/Importer.cpp:78:21: performance: Variable 'separator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/Importer.h:159:17: performance: Technically the member function 'Importer::getBadRuleColor' can be static. [functionStatic]
fwbuilder-5.3.7/src/import/Importer.cpp:90:23: note: Technically the member function 'Importer::getBadRuleColor' can be static.
fwbuilder-5.3.7/src/import/Importer.h:159:17: note: Technically the member function 'Importer::getBadRuleColor' can be static.
fwbuilder-5.3.7/src/import/Importer.h:382:13: performance: Technically the member function 'Importer::noFirewallErrorMessage' can be static. [functionStatic]
fwbuilder-5.3.7/src/import/Importer.cpp:861:19: note: Technically the member function 'Importer::noFirewallErrorMessage' can be static.
fwbuilder-5.3.7/src/import/Importer.h:382:13: note: Technically the member function 'Importer::noFirewallErrorMessage' can be static.
fwbuilder-5.3.7/src/import/Importer.h:383:13: performance: Technically the member function 'Importer::noRulesErrorMessage' can be static. [functionStatic]
fwbuilder-5.3.7/src/import/Importer.cpp:870:19: note: Technically the member function 'Importer::noRulesErrorMessage' can be static.
fwbuilder-5.3.7/src/import/Importer.h:383:13: note: Technically the member function 'Importer::noRulesErrorMessage' can be static.
fwbuilder-5.3.7/src/import/Importer.h:384:13: performance: Technically the member function 'Importer::noInterfacesErrorMessage' can be static. [functionStatic]
fwbuilder-5.3.7/src/import/Importer.cpp:879:19: note: Technically the member function 'Importer::noInterfacesErrorMessage' can be static.
fwbuilder-5.3.7/src/import/Importer.h:384:13: note: Technically the member function 'Importer::noInterfacesErrorMessage' can be static.
fwbuilder-5.3.7/src/import/Importer.h:385:13: performance: Technically the member function 'Importer::commonFailureErrorMessage' can be static. [functionStatic]
fwbuilder-5.3.7/src/import/Importer.cpp:893:19: note: Technically the member function 'Importer::commonFailureErrorMessage' can be static.
fwbuilder-5.3.7/src/import/Importer.h:385:13: note: Technically the member function 'Importer::commonFailureErrorMessage' can be static.
fwbuilder-5.3.7/src/import/Importer.cpp:608:54: performance: Function parameter 'addr' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/Importer.cpp:608:78: performance: Function parameter 'netm' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/AddressSpec.h:63:9: performance: Variable 'address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/AddressSpec.h:64:9: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/AddressSpec.h:65:9: performance: Variable 'broadcast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/AddressSpec.h:72:9: performance: Variable 'address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/AddressSpec.h:73:9: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/AddressSpec.h:74:9: performance: Variable 'broadcast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/AddressSpec.h:82:9: performance: Variable 'address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/AddressSpec.h:83:9: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:50:9: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:51:9: performance: Variable 'label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:57:9: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:58:9: performance: Variable 'label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:59:9: performance: Variable 'as' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:60:9: performance: Variable 'hwaddr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:61:9: performance: Variable 'groups' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:67:9: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:41:7: performance: Variable 'port1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:41:19: performance: Variable 'port2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:41:31: performance: Variable 'port_op' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:45:9: performance: Variable 'port1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:46:9: performance: Variable 'port2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:47:9: performance: Variable 'port_op' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:51:7: performance: Variable 'port1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:51:19: performance: Variable 'port2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:51:31: performance: Variable 'port_op' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:43:9: performance: Variable 'icmp_type_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:44:9: performance: Variable 'icmp_type_int' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:45:9: performance: Variable 'icmp_code_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:46:9: performance: Variable 'icmp_code_int' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:51:9: performance: Variable 'icmp_type_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:52:9: performance: Variable 'icmp_type_int' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:53:9: performance: Variable 'icmp_code_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:54:9: performance: Variable 'icmp_code_int' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:60:9: performance: Variable 'icmp_type_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:61:9: performance: Variable 'icmp_type_int' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:62:9: performance: Variable 'icmp_code_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/IcmpSpec.h:63:9: performance: Variable 'icmp_code_int' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/RouteSpec.h:41:7: performance: Variable 'iface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/RouteSpec.h:41:19: performance: Variable 'address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/RouteSpec.h:41:33: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/RouteSpec.h:45:9: performance: Variable 'iface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/RouteSpec.h:46:9: performance: Variable 'address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/RouteSpec.h:47:9: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/RouteSpec.h:52:7: performance: Variable 'iface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/RouteSpec.h:52:23: performance: Variable 'address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/RouteSpec.h:52:40: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/utils.h:63:48: performance: Variable 'str' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/utils.h:71:49: performance: Variable 'str' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PortSpec.h:64:17: style: Technically the member function 'PortSpec::toString' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/utils.h:64:10: style: Technically the member function 'findFirstInQStringPair::operator()' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/utils.h:72:10: style: Technically the member function 'findSecondInQStringPair::operator()' can be const. [functionConst]
fwbuilder-5.3.7/src/import/PFImporter.h:96:17: warning: The class 'PFImporter' defines member variable with name 'tmp_port_op' also defined in its parent class 'Importer'. [duplInheritedMember]
fwbuilder-5.3.7/src/import/Importer.h:252:17: note: Parent variable 'Importer::tmp_port_op'
fwbuilder-5.3.7/src/import/PFImporter.h:96:17: note: Derived variable 'PFImporter::tmp_port_op'
fwbuilder-5.3.7/src/libgui/utils.h:63:5: style: Class 'findFirstInQStringPair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/utils.h:71:5: style: Class 'findSecondInQStringPair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/AddressSpec.h:35:1: warning: The class 'AddressSpec' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:36:1: warning: The class 'InterfaceSpec' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fwbuilder-5.3.7/src/import/PortSpec.h:33:1: warning: The class 'PortSpec' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fwbuilder-5.3.7/src/import/IcmpSpec.h:33:1: warning: The class 'IcmpSpec' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fwbuilder-5.3.7/src/import/RouteSpec.h:32:1: warning: The class 'RouteSpec' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fwbuilder-5.3.7/src/import/PFImporter.h:142:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:286:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:142:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:146:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:295:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:146:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:152:18: style: The function 'pushRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:366:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:152:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:156:37: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:377:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:156:37: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:163:18: style: The function 'addSrc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:204:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:163:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:164:18: style: The function 'addDst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:205:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:164:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:165:18: style: The function 'addSrv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:206:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:165:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:167:18: style: The function 'addOSrc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:208:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:167:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:168:18: style: The function 'addODst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:209:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:168:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:169:18: style: The function 'addOSrv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:210:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:169:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PFImporter.h:177:18: style: The function 'addLogging' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:212:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PFImporter.h:177:18: note: Function in derived class
fwbuilder-5.3.7/src/import/AddressSpec.h:78:35: performance: Function parameter '_addr' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/AddressSpec.h:78:60: performance: Function parameter '_nm' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/InterfaceSpec.h:64:48: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/PortSpec.h:50:32: performance: Function parameter 's1' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/PortSpec.h:50:54: performance: Function parameter 's2' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/PortSpec.h:50:76: performance: Function parameter 's3' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/IcmpSpec.h:57:32: performance: Function parameter 's1' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/IcmpSpec.h:57:54: performance: Function parameter 's2' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/IcmpSpec.h:58:32: performance: Function parameter 's3' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/IcmpSpec.h:58:54: performance: Function parameter 's4' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/RouteSpec.h:50:33: performance: Function parameter '_iface' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/RouteSpec.h:51:33: performance: Function parameter '_addr' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/RouteSpec.h:51:58: performance: Function parameter '_nm' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/PFImporter.cpp:240:21: performance: Possible inefficient checking for 'src_port_group' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PFImporter.cpp:240:51: performance: Possible inefficient checking for 'dst_port_group' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PFImporter.cpp:758:13: performance: Possible inefficient checking for 'block_action_params' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PFImporter.cpp:790:21: performance: Possible inefficient checking for 'block_action_params' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PFImporter.cpp:874:34: performance: Possible inefficient checking for 'route_group' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PFImporter.cpp:1198:13: performance: Possible inefficient checking for 'timeouts' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PFImporter.cpp:1244:13: performance: Possible inefficient checking for 'limits' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PFImporter.cpp:1295:13: performance: Possible inefficient checking for 'set_skip_on' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PFImporter.cpp:1335:13: performance: Possible inefficient checking for 'scrub_options' emptiness. [stlSize]
PFCfgLexer.hpp:47:2: style: Class 'PFCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PFCfgLexer.hpp:48:2: style: Class 'PFCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PFCfgLexer.hpp:49:2: style: Class 'PFCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PFCfgParser.hpp:42:2: style: Class 'PFCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PFCfgParser.hpp:44:2: style: Class 'PFCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PFCfgParser.hpp:46:2: style: Class 'PFCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PFCfgParser.hpp:48:2: style: Class 'PFCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PFCfgParser.hpp:49:2: style: Class 'PFCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/PIXImporter.cpp:395:47: style: Function 'setInterfaceAndDirectionForRuleSet' argument 2 names different: declaration 'interface_name' definition 'interface_label'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/PIXImporter.h:154:28: note: Function 'setInterfaceAndDirectionForRuleSet' argument 2 names different: declaration 'interface_name' definition 'interface_label'.
fwbuilder-5.3.7/src/import/PIXImporter.cpp:395:47: note: Function 'setInterfaceAndDirectionForRuleSet' argument 2 names different: declaration 'interface_name' definition 'interface_label'.
fwbuilder-5.3.7/src/import/PIXImporter.cpp:1015:55: style: Function 'newObjectGroupNetwork' argument 1 names different: declaration 'group_name' definition 'name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/PIXImporter.h:179:51: note: Function 'newObjectGroupNetwork' argument 1 names different: declaration 'group_name' definition 'name'.
fwbuilder-5.3.7/src/import/PIXImporter.cpp:1015:55: note: Function 'newObjectGroupNetwork' argument 1 names different: declaration 'group_name' definition 'name'.
fwbuilder-5.3.7/src/import/PIXImporter.cpp:1030:55: style: Function 'newObjectGroupService' argument 1 names different: declaration 'group_name' definition 'name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/PIXImporter.h:180:51: note: Function 'newObjectGroupService' argument 1 names different: declaration 'group_name' definition 'name'.
fwbuilder-5.3.7/src/import/PIXImporter.cpp:1030:55: note: Function 'newObjectGroupService' argument 1 names different: declaration 'group_name' definition 'name'.
fwbuilder-5.3.7/src/import/PIXImporter.cpp:1060:56: style: Function 'newObjectGroupProtocol' argument 1 names different: declaration 'group_name' definition 'name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/PIXImporter.h:181:52: note: Function 'newObjectGroupProtocol' argument 1 names different: declaration 'group_name' definition 'name'.
fwbuilder-5.3.7/src/import/PIXImporter.cpp:1060:56: note: Function 'newObjectGroupProtocol' argument 1 names different: declaration 'group_name' definition 'name'.
fwbuilder-5.3.7/src/import/PIXImporter.cpp:1075:52: style: Function 'newObjectGroupICMP' argument 1 names different: declaration 'group_name' definition 'name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/PIXImporter.h:182:48: note: Function 'newObjectGroupICMP' argument 1 names different: declaration 'group_name' definition 'name'.
fwbuilder-5.3.7/src/import/PIXImporter.cpp:1075:52: note: Function 'newObjectGroupICMP' argument 1 names different: declaration 'group_name' definition 'name'.
fwbuilder-5.3.7/src/import/PIXImporter.h:57:9: performance: Variable 'str_num' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PIXImporter.h:58:9: performance: Variable 'pool_interface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PIXImporter.h:59:9: performance: Variable 'start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PIXImporter.h:60:9: performance: Variable 'end' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PIXImporter.h:61:9: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/PIXImporter.h:120:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:286:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:120:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.h:126:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/IOSImporter.h:66:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:126:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.h:133:18: style: The function 'pushRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/IOSImporter.h:74:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:133:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.h:137:37: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/IOSImporter.h:78:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:137:37: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.h:139:37: style: The function 'makeSrcObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:196:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:139:37: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.h:140:37: style: The function 'makeDstObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:197:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:140:37: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.h:141:37: style: The function 'makeSrvObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:198:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:141:37: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.h:143:18: style: The function 'addLogging' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:212:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:143:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.h:152:18: style: The function 'setInterfaceAndDirectionForRuleSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/IOSImporter.h:68:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:152:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.h:175:37: style: The function 'commitObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/Importer.h:306:37: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PIXImporter.h:175:37: note: Function in derived class
fwbuilder-5.3.7/src/import/PIXImporter.cpp:632:45: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/import/PIXImporter.cpp:634:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/import/PIXImporter.cpp:635:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/import/PIXImporter.cpp:636:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/import/PIXImporter.cpp:637:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/import/PIXImporter.cpp:774:25: performance: Possible inefficient checking for 'all_in' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PIXImporter.cpp:783:25: performance: Possible inefficient checking for 'all_out' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PIXImporter.cpp:792:25: performance: Possible inefficient checking for 'all_both' emptiness. [stlSize]
fwbuilder-5.3.7/src/import/PIXImporterNat.cpp:73:25: warning: Member variable 'GlobalPool::str_num' is not assigned a value in 'GlobalPool::operator='. [operatorEqVarError]
fwbuilder-5.3.7/src/import/PIXImporter.h:44:1: warning: The class 'GlobalPool' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
PIXCfgLexer.hpp:46:2: style: Class 'PIXCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PIXCfgLexer.hpp:47:2: style: Class 'PIXCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PIXCfgLexer.hpp:48:2: style: Class 'PIXCfgLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PIXCfgParser.hpp:41:2: style: Class 'PIXCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PIXCfgParser.hpp:43:2: style: Class 'PIXCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PIXCfgParser.hpp:45:2: style: Class 'PIXCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PIXCfgParser.hpp:47:2: style: Class 'PIXCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
PIXCfgParser.hpp:48:2: style: Class 'PIXCfgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/PreImport.h:60:20: style: Technically the member function 'PreImport::getPlatform' can be const. [functionConst]
fwbuilder-5.3.7/src/import/PreImport.h:61:13: style: Technically the member function 'PreImport::getPlatformAsString' can be const. [functionConst]
fwbuilder-5.3.7/src/import/PreImport.cpp:267:20: note: Technically the member function 'PreImport::getPlatformAsString' can be const.
fwbuilder-5.3.7/src/import/PreImport.h:61:13: note: Technically the member function 'PreImport::getPlatformAsString' can be const.
fwbuilder-5.3.7/src/import/PreImport.h:58:5: style: Class 'PreImport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/import/PreImport.cpp:36:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/PreImport.h:36:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PreImport.cpp:36:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PreImport.cpp:45:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/PreImport.h:36:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PreImport.cpp:45:18: note: Function in derived class
fwbuilder-5.3.7/src/import/PreImport.cpp:54:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/import/PreImport.h:36:18: note: Virtual function in base class
fwbuilder-5.3.7/src/import/PreImport.cpp:54:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWBTree.h:77:10: performance: Technically the member function 'FWBTree::getCopyMenuState' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/FWBTree.h:83:10: performance: Technically the member function 'FWBTree::getCutMenuState' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/FWBTree.h:89:10: performance: Technically the member function 'FWBTree::getPasteMenuState' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/FWBTree.h:95:10: performance: Technically the member function 'FWBTree::getDeleteMenuState' can be static. [functionStatic]
fwbuilder-5.3.7/src/import/objectSignature.cpp:78:59: style: Function 'ObjectSignature' argument 1 names different: declaration 'error_tracker' definition 'et'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/objectSignature.h:71:46: note: Function 'ObjectSignature' argument 1 names different: declaration 'error_tracker' definition 'et'.
fwbuilder-5.3.7/src/import/objectSignature.cpp:78:59: note: Function 'ObjectSignature' argument 1 names different: declaration 'error_tracker' definition 'et'.
fwbuilder-5.3.7/src/import/objectSignature.cpp:369:49: style: Function 'setNetmask' argument 1 names different: declaration 's' definition 'netm'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/import/objectSignature.h:135:36: note: Function 'setNetmask' argument 1 names different: declaration 's' definition 'netm'.
fwbuilder-5.3.7/src/import/objectSignature.cpp:369:49: note: Function 'setNetmask' argument 1 names different: declaration 's' definition 'netm'.
fwbuilder-5.3.7/src/import/objectSignature.cpp:312:18: warning: Member variable 'ObjectSignature::port_range_inclusive' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/import/objectSignature.cpp:312:18: warning: Member variable 'ObjectSignature::group_children_ids' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/import/objectSignature.cpp:317:5: performance: Variable 'type_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:318:5: performance: Variable 'object_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:319:5: performance: Variable 'address' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:320:5: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:321:5: performance: Variable 'address_range_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:322:5: performance: Variable 'address_range_end' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:323:5: performance: Variable 'dns_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:324:5: performance: Variable 'address_table_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:325:5: performance: Variable 'parent_interface_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:330:5: performance: Variable 'dscp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:331:5: performance: Variable 'tos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:345:5: performance: Variable 'flags_mask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:346:5: performance: Variable 'flags_comp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:347:5: performance: Variable 'platform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:348:5: performance: Variable 'protocol_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:349:5: performance: Variable 'code' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:350:5: performance: Variable 'tag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.cpp:351:5: performance: Variable 'user_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/import/objectSignature.h:65:1: warning: The class 'ObjectSignature' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fwbuilder-5.3.7/src/import/serviceObjectMaker.cpp:256:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/import/serviceObjectMaker.cpp:252:0: note: Variable 's' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/import/serviceObjectMaker.cpp:256:5: note: Variable 's' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/iosacl/iosacl.cpp:76:13: warning: Return value of function msg.size() is not used. [ignoredReturnValue]
fwbuilder-5.3.7/src/iosacl/iosacl.cpp:178:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/iosacl/iosacl.cpp:182:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/iptlib/AutomaticRules_ipt.cpp:469:17: style: Condition 'rule' is always false [knownConditionTrueFalse]
fwbuilder-5.3.7/src/iptlib/AutomaticRules_ipt.cpp:248:32: note: Assignment 'rule=NULL', assigned value is 0
fwbuilder-5.3.7/src/iptlib/AutomaticRules_ipt.cpp:469:17: note: Condition 'rule' is always false
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt.cpp:158:19: style: Unused variable: script [unusedVariable]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt.cpp:159:27: style: Variable 'prolog_place' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt.cpp:80:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:999:2: warning: Member variable 'PolicyCompiler_ipt::using_ipset' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:999:2: warning: Member variable 'PolicyCompiler_ipt::actually_used_module_set' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:303:17: performance: Variable 'type_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:516:75: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:616:75: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1010:13: performance: Variable 'my_table' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/iptlib/OSData.h:61:27: style: Technically the member function 'OSData::getAllTools' can be const. [functionConst]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:151:13: style: Class 'printRuleElements' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:198:13: style: Class 'addPredefinedRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:221:13: style: Class 'Branching' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:311:13: style: Class 'SingleSrcNegation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:318:13: style: Class 'SingleDstNegation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:325:13: style: Class 'SingleSrvNegation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:435:13: style: Class 'bridgingFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:523:9: style: Class 'specialCaseAddressRangeInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:530:9: style: Class 'specialCaseAddressRangeInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:624:13: style: Class 'processMultiAddressObjectsInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:631:13: style: Class 'processMultiAddressObjectsInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:678:13: style: Class 'specialCaseWithUnnumberedInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:688:13: style: Class 'checkForDynamicInterfacesOfOtherObjects' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:725:13: style: Class 'expandLoopbackInterfaceAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:830:13: style: Class 'splitRuleIfSrvAnyActionReject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:847:13: style: Class 'splitServicesIfRejectWithTCPReset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:860:13: style: Class 'checkForStatefulICMP6Rules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:880:13: style: Class 'optimize1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:905:13: style: Class 'optimize3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:932:13: style: Class 'eliminateDuplicatesInSRC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:943:13: style: Class 'eliminateDuplicatesInDST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:954:13: style: Class 'eliminateDuplicatesInSRV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1141:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1171:13: style: Class 'PrintRuleIptRst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1187:13: style: Class 'PrintRuleIptRstEcho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/OSData.h:44:5: style: Class 'OSData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt.h:85:9: style: Class 'CompilerDriver_ipt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1165:33: style: The function '_createChain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1094:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1165:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1166:33: style: The function '_startRuleLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1151:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1166:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1167:33: style: The function '_endRuleLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1152:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1167:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1168:33: style: The function '_printRuleLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1095:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1168:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1172:33: style: The function '_declareTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1146:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1172:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1173:33: style: The function '_commit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1148:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1173:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1174:33: style: The function '_quote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1149:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1174:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1176:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1156:26: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1176:26: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1182:33: style: The function '_createChain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1165:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1182:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1183:33: style: The function '_startRuleLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1166:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1183:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1184:33: style: The function '_endRuleLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1167:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1184:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1188:33: style: The function '_declareTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1172:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1188:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1189:33: style: The function '_commit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1173:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1189:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1190:33: style: The function '_quote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1174:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1190:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1192:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1176:26: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1192:26: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt.h:89:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver.h:191:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt.h:89:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt.h:91:25: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/compiler_lib/CompilerDriver.h:215:25: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt.h:91:25: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_secuwall.h:44:25: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:986:22: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_secuwall.h:44:25: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_secuwall.h:59:25: style: The function 'printAutomaticRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1045:29: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_secuwall.h:59:25: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_secuwall.h:60:18: style: The function 'verifyPlatform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1022:22: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_secuwall.h:60:18: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:566:2: warning: Member variable 'NATCompiler_ipt::using_ipset' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:182:39: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:416:72: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:193:13: style: Class 'splitOnDynamicInterfaceInTSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:204:13: style: Class 'splitOnDynamicInterfaceInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:224:13: style: Class 'specialCaseWithUnnumberedInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:234:13: style: Class 'checkForDynamicInterfacesOfOtherObjects' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:258:13: style: Class 'AssignInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:381:13: style: Class 'eliminateDuplicatesInOSRC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:392:13: style: Class 'eliminateDuplicatesInODST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:403:13: style: Class 'eliminateDuplicatesInOSRV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:424:13: style: Class 'processMultiAddressObjectsInOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:432:13: style: Class 'processMultiAddressObjectsInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:440:13: style: Class 'processMultiAddressObjectsInTSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:448:13: style: Class 'processMultiAddressObjectsInTDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:519:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:537:13: style: Class 'PrintRuleIptRst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:553:13: style: Class 'PrintRuleIptRstEcho' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:530:33: style: The function '_createChain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:490:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:530:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:531:33: style: The function '_startRuleLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:491:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:531:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:532:33: style: The function '_endRuleLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:492:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:532:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:533:33: style: The function '_printRuleLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:493:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:533:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:538:33: style: The function '_declareTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:521:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:538:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:539:33: style: The function '_commit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:522:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:539:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:540:33: style: The function '_quote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:523:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:540:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:541:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:524:26: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:541:26: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:547:33: style: The function '_createChain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:530:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:547:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:548:33: style: The function '_startRuleLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:531:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:548:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:549:33: style: The function '_endRuleLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:532:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:549:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:554:33: style: The function '_declareTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:538:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:554:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:555:33: style: The function '_commit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:539:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:555:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:556:33: style: The function '_quote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:540:33: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:556:33: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:557:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:541:26: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:557:26: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.h:181:87: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_policy.cpp:71:27: style: Variable 'prolog_place' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_policy.cpp:76:30: style: Variable 'platform_family' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_policy.cpp:78:24: style: Variable 'os_family' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:38:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:986:22: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:38:22: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:59:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1023:15: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:59:15: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:60:22: style: The function 'addRuleFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1031:22: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:60:22: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:62:29: style: The function 'flushAndSetDefaultPolicy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1044:29: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:62:29: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:63:29: style: The function 'printAutomaticRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1045:29: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.h:63:29: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_run.cpp:483:9: style: Variable 'timestr' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_run.cpp:477:0: note: Variable 'timestr' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_run.cpp:483:9: note: Variable 'timestr' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_run.cpp:217:13: style: The scope of the variable 'routing_rules_count' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_run.cpp:137:16: style: Unused variable: s [unusedVariable]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_run.cpp:151:31: style: Variable 'firewall_dir' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/iptlib/CompilerDriver_ipt_run.cpp:158:34: style: Variable 'platform_family' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/iptlib/RoutingCompiler_ipt.h:92:13: style: Class 'optimize3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/RoutingCompiler_ipt.h:108:13: style: Class 'eliminateDuplicatesInDST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/RoutingCompiler_ipt.h:123:13: style: Class 'eliminateDuplicateRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/RoutingCompiler_ipt.h:150:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:36:25: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:86:22: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:36:25: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:38:18: style: The function 'processFirewallOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:98:15: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:38:18: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:40:25: style: The function 'printPathForAllTools' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:106:29: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:40:25: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:42:48: style: The function 'getGeneratedFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:125:52: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:42:48: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:44:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:86:22: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:44:22: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:46:22: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:88:22: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:46:22: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:47:22: style: The function 'epilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:89:22: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:47:22: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:49:15: style: The function 'addVirtualAddressForNAT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:101:15: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:49:15: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:50:15: style: The function 'addVirtualAddressForNAT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:102:15: note: Virtual function in base class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_ipcop.h:50:15: note: Function in derived class
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:76:40: performance: Function parameter 'data' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.h:77:40: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/iptlib/MangleTableCompiler_ipt.cpp:59:27: style: Variable 'ruleset_name' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/iptlib/NATCompiler_PrintRule.cpp:422:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_PrintRule.cpp:489:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1127:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1129:13: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1127:13: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:334:26: style: The scope of the variable 'osrv' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1196:22: style: The scope of the variable 'rosrc' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1197:22: style: The scope of the variable 'rodst' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1467:26: style: The scope of the variable 'nsrv' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1833:26: style: The scope of the variable 'r' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:2367:22: style: The scope of the variable 'nre' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:2369:18: style: The scope of the variable 'r' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1359:21: style: Unused variable: cl [unusedVariable]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:266:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:281:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:283:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:410:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1421:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1468:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:2260:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:2356:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:2370:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:1815:29: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/iptlib/NATCompiler_ipt.cpp:94:9: performance: Possible inefficient checking for 'standard_chains' emptiness. [stlSize]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.cpp:115:19: style: Function 'setConfigletMacroForOptionStr' argument 1 names different: declaration 'opt' definition 's'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:65:63: note: Function 'setConfigletMacroForOptionStr' argument 1 names different: declaration 'opt' definition 's'.
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.cpp:115:19: note: Function 'setConfigletMacroForOptionStr' argument 1 names different: declaration 'opt' definition 's'.
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.cpp:130:9: style: Function 'setConfigletMacroForOptionInt' argument 1 names different: declaration 'opt' definition 'val'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.h:68:48: note: Function 'setConfigletMacroForOptionInt' argument 1 names different: declaration 'opt' definition 'val'.
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24.cpp:130:9: note: Function 'setConfigletMacroForOptionInt' argument 1 names different: declaration 'opt' definition 'val'.
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24_interfaces.cpp:173:43: performance: Possible inefficient checking for 'interfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_linux24_interfaces.cpp:236:9: performance: Possible inefficient checking for 'known_interfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:922:12: style: Unused variable: hostKey_file [unusedVariable]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:94:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:160:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:192:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:759:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:866:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:890:61: performance: Function parameter 'data' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:891:27: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:1036:58: performance: Function parameter 'in' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/iptlib/OSConfigurator_secuwall.cpp:924:17: style: Reading from empty STL container 'filename' [reademptycontainer]
fwbuilder-5.3.7/src/iptlib/OSData.cpp:32:5: performance: Variable 'host_os' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:768:15: style: The scope of the variable 'lb' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:1396:10: style: The scope of the variable 'use_timestart_timestop' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:618:69: style: Function '_printLogPrefix' argument 1 names different: declaration 'rule_n' definition 'rule_num'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1126:68: note: Function '_printLogPrefix' argument 1 names different: declaration 'rule_n' definition 'rule_num'.
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:618:69: note: Function '_printLogPrefix' argument 1 names different: declaration 'rule_n' definition 'rule_num'.
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:764:77: style: Function '_printLimit' argument 1 names different: declaration 'r' definition 'rule'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1137:71: note: Function '_printLimit' argument 1 names different: declaration 'r' definition 'rule'.
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:764:77: note: Function '_printLimit' argument 1 names different: declaration 'r' definition 'rule'.
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:1836:75: style: Function '_printBackupSSHAccessRules' argument 1 names different: declaration 'c' definition 'conf'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.h:1154:64: note: Function '_printBackupSSHAccessRules' argument 1 names different: declaration 'c' definition 'conf'.
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:1836:75: note: Function '_printBackupSSHAccessRules' argument 1 names different: declaration 'c' definition 'conf'.
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:1031:97: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:1071:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:1175:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:1766:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:1503:32: warning: Member variable 'PrintRule::have_m_iprange' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:932:17: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:933:17: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:934:17: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_PrintRule.cpp:935:17: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:921:26: style: The scope of the variable 'nsrc' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:922:26: style: The scope of the variable 'ndst' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:923:26: style: The scope of the variable 'nsrv' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:924:26: style: The scope of the variable 'nint' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:925:26: style: The scope of the variable 'nitfre' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:2021:21: style: The scope of the variable 'nsrc' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:2099:21: style: The scope of the variable 'ndst' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:4062:18: style: The scope of the variable 'nre' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:4064:17: style: The scope of the variable 'r' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:789:27: style: Variable 'ruleset_name' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:450:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:3798:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:3811:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:3844:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:3873:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:3923:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:4047:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:4065:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:87:9: performance: Possible inefficient checking for 'standard_chains' emptiness. [stlSize]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:2056:13: performance: Possible inefficient checking for 'fwLikes' emptiness. [stlSize]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:2134:13: performance: Possible inefficient checking for 'fwLikes' emptiness. [stlSize]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:2356:9: performance: Possible inefficient checking for 'new_children' emptiness. [stlSize]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt.cpp:4215:9: performance: Possible inefficient checking for 'addr_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt_optimizer.cpp:163:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt_optimizer.cpp:165:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt_optimizer.cpp:167:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt_optimizer.cpp:168:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/PolicyCompiler_ipt_optimizer.cpp:183:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/RoutingCompiler_ipt.cpp:278:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
fwbuilder-5.3.7/src/iptlib/combinedAddress.cpp:59:61: style: Function 'shallowDuplicate' argument 1 names different: declaration 'obj' definition 'other'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/iptlib/combinedAddress.h:50:56: note: Function 'shallowDuplicate' argument 1 names different: declaration 'obj' definition 'other'.
fwbuilder-5.3.7/src/iptlib/combinedAddress.cpp:59:61: note: Function 'shallowDuplicate' argument 1 names different: declaration 'obj' definition 'other'.
fwbuilder-5.3.7/src/iptlib/ipt_utils.cpp:122:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/iptlib/ipt_utils.cpp:175:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/juniper_lib/CompilerDriver_junosacl.h:44:5: style: Class 'CompilerDriver_junosacl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/juniper_lib/CompilerDriver_junosacl_run.cpp:132:27: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.h:69:13: style: Class 'checkForDynamicInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.h:173:13: style: Class 'mirrorRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.h:191:13: style: Class 'ClearACLs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.h:242:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.h:268:13: style: Class 'PrintCompleteACLs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.h:269:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.h:255:26: note: Virtual function in base class
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.h:269:26: note: Function in derived class
fwbuilder-5.3.7/src/juniper_lib/CompilerDriver_junosacl_run.cpp:120:16: performance: Possible inefficient checking for 'copies_of_cluster_interfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.cpp:70:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.cpp:72:22: style: Variable 'host_os' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.cpp:94:17: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.cpp:332:19: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl.cpp:333:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:257:5: style: Variable 'serviceStr' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:255:5: note: Variable 'serviceStr' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:257:5: note: Variable 'serviceStr' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:709:17: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:714:19: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:709:17: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:516:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:218:19: style: The scope of the variable 'o' can be reduced. [variableScope]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:228:19: style: The scope of the variable 'o' can be reduced. [variableScope]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:268:19: style: The scope of the variable 'o' can be reduced. [variableScope]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:99:31: style: Variable 'clearICMPcmd' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:102:33: style: Variable 'clearTelnetcmd' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:105:30: style: Variable 'clearSSHcmd' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:191:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:198:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:206:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:219:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:229:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:269:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/juniper_lib/PolicyCompiler_junosacl_writers.cpp:621:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/junosacl/junosacl.cpp:76:13: warning: Return value of function msg.size() is not used. [ignoredReturnValue]
fwbuilder-5.3.7/src/junosacl/junosacl.cpp:178:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/junosacl/junosacl.cpp:182:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/AddressTable.cpp:137:9: style: The scope of the variable 'line' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/AddressTable.cpp:240:17: style: Variable 'cntr' is modified but its new value is never used. [unreadVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Cluster.cpp:82:15: style: The scope of the variable 'o' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Cluster.cpp:149:15: style: The scope of the variable 'o' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/ClusterGroup.cpp:144:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/ClusterGroup.cpp:142:12: performance: Possible inefficient checking for 'all_refs' emptiness. [stlSize]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:832:30: warning: Either the condition 'old_parent==NULL' is redundant or there is possible null pointer dereference: old_parent. [nullPointerRedundantCheck]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:839:27: note: Assuming that condition 'old_parent==NULL' is not redundant
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:832:30: note: Null pointer dereference
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:833:30: warning: Either the condition 'old_parent==NULL' is redundant or there is possible null pointer dereference: old_parent. [nullPointerRedundantCheck]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:839:27: note: Assuming that condition 'old_parent==NULL' is not redundant
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:833:30: note: Null pointer dereference
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:1370:9: style: Variable 'dbr->busy' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:1368:9: note: Variable 'dbr->busy' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:1370:9: note: Variable 'dbr->busy' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:1240:13: style: Variable 'referenced_children' is modified but its new value is never used. [unreadVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:1231:9: style: Variable 'total_children' is modified but its new value is never used. [unreadVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:980:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:1032:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObject.cpp:983:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase.cpp:425:15: style: The scope of the variable 'o' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase_tree_ops.cpp:286:19: style: The scope of the variable 'sobj' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase_tree_ops.cpp:109:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase_tree_ops.cpp:183:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase_tree_ops.cpp:257:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase_tree_ops.cpp:263:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase_tree_ops.cpp:271:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase_tree_ops.cpp:406:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase_tree_ops.cpp:75:13: style: Class 'FWObjectTreeScanner' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/FWObjectDatabase_tree_ops.cpp:75:13: style: Class 'FWObjectTreeScanner' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Firewall.cpp:275:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Firewall.cpp:214:13: performance: Possible inefficient checking for 'routing_objects' emptiness. [stlSize]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/IPv4.cpp:98:9: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Interface.cpp:364:17: performance: Possible inefficient checking for 'il' emptiness. [stlSize]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.cpp:44:16: warning: Member variable 'InterfaceData::vlan_id' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.cpp:55:16: warning: Member variable 'InterfaceData::networkZone' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.cpp:55:16: warning: Member variable 'InterfaceData::interface_type' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.cpp:55:16: warning: Member variable 'InterfaceData::vlan_id' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.cpp:55:16: warning: Member variable 'InterfaceData::subinterfaces' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.cpp:57:5: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.cpp:58:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.cpp:59:5: performance: Variable 'label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.h:66:9: style: Class 'InterfaceData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.h:42:5: warning: The class 'InterfaceData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/InterfaceData.cpp:60:15: performance: Possible inefficient checking for 'addr_mask' emptiness. [stlSize]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Logger.cpp:171:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Logger.cpp:169:0: note: Variable 'res' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Logger.cpp:171:5: note: Variable 'res' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/ObjectMatcher.cpp:432:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Resources.cpp:170:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Resources.cpp:181:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:985:15: warning: Either the condition 'rx!=NULL' is redundant or there is possible null pointer dereference: rx. [nullPointerRedundantCheck]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:984:11: note: Assuming that condition 'rx!=NULL' is not redundant
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:985:15: note: Null pointer dereference
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:195:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:204:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:205:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:214:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:215:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:216:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:225:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:226:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:227:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:228:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:322:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:335:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:336:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:349:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:350:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/Rule.cpp:351:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/RuleSet.cpp:292:14: style: The scope of the variable 'o' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/RuleSet.cpp:332:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/RuleSet.cpp:344:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/RuleSet.cpp:219:0: warning: Return value of std::remove() ignored. Elements remain in container. [uselessCallsRemove]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/XMLTools.cpp:549:5: style: Variable 'ss' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/XMLTools.cpp:533:0: note: Variable 'ss' is reassigned a value before the old one has been used if variable is no semaphore variable.
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/XMLTools.cpp:549:5: note: Variable 'ss' is reassigned a value before the old one has been used if variable is no semaphore variable.
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/XMLTools.cpp:883:20: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/dns.cpp:188:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/inet_net_ntop.c:164:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/inet_net_ntop.c:366:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/inet_net_ntop.c:164:12: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/inet_net_ntop.c:309:12: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/inet_net_ntop.c:366:16: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/inet_net_ntop.c:506:15: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/inet_net_ntop.c:380:17: style: The scope of the variable 't' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/inet_net_ntop.c:230:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/uint128.h:82:17: style: The scope of the variable 'radix' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/uint128.h:63:5: style: Class 'uint128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/uint128.h:67:5: style: Class 'uint128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/uint128.h:68:5: style: Class 'uint128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/uint128.h:69:5: style: Class 'uint128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/uint128.h:71:5: style: Class 'uint128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/uint128.h:72:5: style: Class 'uint128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/uint128.h:74:5: style: Class 'uint128' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.cpp:196:40: style: Function 'error' argument 1 names different: declaration 'warnstr' definition 'str'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.h:112:40: note: Function 'error' argument 1 names different: declaration 'warnstr' definition 'str'.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.cpp:196:40: note: Function 'error' argument 1 names different: declaration 'warnstr' definition 'str'.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.cpp:211:42: style: Function 'warning' argument 1 names different: declaration 'warnstr' definition 'str'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.h:121:42: note: Function 'warning' argument 1 names different: declaration 'warnstr' definition 'str'.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.cpp:211:42: note: Function 'warning' argument 1 names different: declaration 'warnstr' definition 'str'.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.cpp:226:39: style: Function 'info' argument 1 names different: declaration 'warnstr' definition 'str'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.h:131:39: note: Function 'info' argument 1 names different: declaration 'warnstr' definition 'str'.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.cpp:226:39: note: Function 'info' argument 1 names different: declaration 'warnstr' definition 'str'.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.h:139:13: performance: Variable 'level_macro' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.h:91:14: style: Technically the member function 'fwcompiler::BaseCompiler::inTestMode' can be const. [functionConst]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.h:94:14: style: Technically the member function 'fwcompiler::BaseCompiler::inEmbeddedMode' can be const. [functionConst]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/BaseCompiler.h:96:28: style: Technically the member function 'fwcompiler::BaseCompiler::getStatus' can be const. [functionConst]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1642:16: style: The scope of the variable 'iface' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1213:26: style: Unused variable: cl [unusedVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:623:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:661:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:955:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1185:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1214:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1233:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1268:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1283:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1312:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1350:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1359:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1413:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1417:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1451:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1471:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1514:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1526:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1604:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:1643:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:343:105: performance: Variable 'pass_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:371:42: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:383:41: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:396:45: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:410:41: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:443:41: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:458:41: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:479:41: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:493:74: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:507:44: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:522:33: performance: Variable 'warning_str' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:529:33: performance: Variable 'warning_str' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:570:44: performance: Variable 'warning_str' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:575:44: performance: Variable 'warning_str' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:613:74: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:866:41: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:876:41: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:317:13: style: Class 'Begin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:343:13: style: Class 'createNewCompilerPass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:539:13: style: Class 'DropIPv4Rules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:550:13: style: Class 'DropIPv6Rules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:569:13: style: Class 'dropRuleWithEmptyRE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:599:13: style: Class 'checkForObjectsWithErrors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:662:13: style: Class 'groupServicesByProtocol' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:675:13: style: Class 'groupTCPUDPServices' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:701:13: style: Class 'separateTCPUDP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:715:13: style: Class 'separateSrcPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:728:13: style: Class 'separateSrcAndDstPort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:739:13: style: Class 'separateTagged' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:751:13: style: Class 'separateCustom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:760:13: style: Class 'separateUserServices' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:773:13: style: Class 'separateTOS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:786:13: style: Class 'splitIpOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:799:13: style: Class 'separateTCPWithFlags' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:812:13: style: Class 'separatePortRanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:823:13: style: Class 'verifyCustomServices' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:837:13: style: Class 'CheckForTCPEstablished' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:850:13: style: Class 'CheckForUnsupportedUserService' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:660:25: style: The function 'groupingCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:647:25: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:660:25: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:673:25: style: The function 'groupingCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:647:25: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:673:25: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:699:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:699:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:713:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:713:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:726:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:726:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:737:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:737:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:749:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:749:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:758:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:758:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:771:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:771:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:784:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:784:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:797:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:797:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:810:26: style: The function 'condition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:686:26: note: Virtual function in base class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:810:26: note: Function in derived class
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:370:63: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:382:67: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:395:77: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:409:60: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:442:76: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:865:51: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.h:875:63: performance: Function parameter '_type' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler.cpp:713:12: performance: Possible inefficient checking for 'rule_processors' emptiness. [stlSize]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler_ops.cpp:372:26: style: The scope of the variable 'ip2' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler_ops.cpp:631:12: style: Unused variable: any_id [unusedVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/Compiler_ops.cpp:79:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/GroupRegistry.cpp:90:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/GroupRegistry.h:48:17: performance: Technically the member function 'GroupRegistry::getREKey' can be static. [functionStatic]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/GroupRegistry.cpp:44:23: note: Technically the member function 'GroupRegistry::getREKey' can be static.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/GroupRegistry.h:48:17: note: Technically the member function 'GroupRegistry::getREKey' can be static.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:141:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:890:56: style: Function 'debugPrintRule' argument 1 names different: declaration 'rule' definition 'r'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:57:64: note: Function 'debugPrintRule' argument 1 names different: declaration 'rule' definition 'r'.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:890:56: note: Function 'debugPrintRule' argument 1 names different: declaration 'rule' definition 'r'.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:212:13: style: Variable 'osrv_defines_src_port' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:214:13: style: Variable 'osrv_defines_dst_port' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:74:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:117:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:119:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:124:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:126:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:785:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:794:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:857:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:869:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.cpp:878:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:95:9: style: Class 'classifyNATRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:103:9: style: Class 'ExpandGroups' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:109:9: style: Class 'ExpandMultipleAddresses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:120:13: style: Class 'checkForUnnumbered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:130:9: style: Class 'ExpandAddressRanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:138:9: style: Class 'splitODstForSNAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:144:9: style: Class 'ConvertToAtomicForAddresses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:151:9: style: Class 'ConvertToAtomicForOriginal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:156:9: style: Class 'ConvertToAtomicForOSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:161:9: style: Class 'ConvertToAtomicForTSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:166:9: style: Class 'ConvertToAtomicForTDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:171:9: style: Class 'ConvertToAtomicForTSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:176:9: style: Class 'ConvertToAtomicForItfInb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:181:9: style: Class 'ConvertToAtomicForItfOutb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:187:9: style: Class 'ConvertToAtomic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:195:13: style: Class 'singleObjectNegationOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:206:13: style: Class 'singleObjectNegationODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:217:13: style: Class 'singleObjectNegationItfInb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:228:13: style: Class 'singleObjectNegationItfOutb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:239:13: style: Class 'ItfOutbNegation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:250:13: style: Class 'ItfInbNegation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:262:13: style: Class 'replaceClusterInterfaceInItfInb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:274:13: style: Class 'replaceClusterInterfaceInItfOutb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:282:9: style: Class 'expandGroupsInItfInb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:287:9: style: Class 'expandGroupsInItfOutb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:296:13: style: Class 'recursiveGroupsInOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:307:13: style: Class 'recursiveGroupsInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:318:13: style: Class 'recursiveGroupsInOSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:329:13: style: Class 'recursiveGroupsInTSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:340:13: style: Class 'recursiveGroupsInTDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:351:13: style: Class 'recursiveGroupsInTSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:365:13: style: Class 'emptyGroupsInOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:376:13: style: Class 'emptyGroupsInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:387:13: style: Class 'emptyGroupsInOSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:398:13: style: Class 'emptyGroupsInTSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:409:13: style: Class 'emptyGroupsInTDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:420:13: style: Class 'emptyGroupsInTSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:437:13: style: Class 'splitIfOSrcMatchesFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:451:13: style: Class 'splitIfODstMatchesFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:465:13: style: Class 'splitIfTSrcMatchesFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:479:13: style: Class 'splitIfTDstMatchesFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:500:13: style: Class 'MACFiltering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:511:13: style: Class 'swapMultiAddressObjectsInOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:519:13: style: Class 'swapMultiAddressObjectsInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:527:13: style: Class 'swapMultiAddressObjectsInTSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:535:13: style: Class 'swapMultiAddressObjectsInTDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:543:13: style: Class 'RegisterGroupsAndTablesInOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/NATCompiler.h:551:13: style: Class 'RegisterGroupsAndTablesInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:679:5: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:677:0: note: Variable 'a' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:679:5: note: Variable 'a' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:290:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:88:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:154:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:156:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:161:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:163:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:533:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:595:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:650:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:797:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:799:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:801:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:851:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:966:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:975:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:152:9: style: Class 'InterfacePolicyRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:160:9: style: Class 'ExpandGroups' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:165:9: style: Class 'expandGroupsInSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:170:9: style: Class 'expandGroupsInItf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:179:13: style: Class 'ExpandMultipleAddressesInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:186:13: style: Class 'ExpandMultipleAddressesInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:196:13: style: Class 'ReplaceFirewallObjectWithSelfInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:204:13: style: Class 'ReplaceFirewallObjectWithSelfInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:216:13: style: Class 'singleObjectNegationSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:227:13: style: Class 'singleObjectNegationDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:238:13: style: Class 'singleObjectNegationItf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:252:13: style: Class 'ItfNegation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:264:13: style: Class 'replaceClusterInterfaceInItf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:277:9: style: Class 'ExpandMultipleAddresses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:289:13: style: Class 'addressRanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:302:13: style: Class 'checkForUnnumbered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:310:9: style: Class 'ConvertToAtomicForAddresses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:316:9: style: Class 'ConvertToAtomicForIntervals' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:321:9: style: Class 'ConvertToAtomic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:330:13: style: Class 'recursiveGroupsInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:341:13: style: Class 'recursiveGroupsInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:352:13: style: Class 'recursiveGroupsInSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:366:13: style: Class 'emptyGroupsInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:377:13: style: Class 'emptyGroupsInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:388:13: style: Class 'emptyGroupsInSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:399:13: style: Class 'emptyGroupsInItf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:412:13: style: Class 'checkForZeroAddr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:441:13: style: Class 'findMoreGeneralRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:453:13: style: Class 'DetectShadowing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:465:13: style: Class 'DetectShadowingForNonTerminatingRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:484:13: style: Class 'splitIfSrcMatchesFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:497:13: style: Class 'splitIfDstMatchesFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:519:13: style: Class 'MACFiltering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:531:13: style: Class 'swapMultiAddressObjectsInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:538:13: style: Class 'swapMultiAddressObjectsInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:545:13: style: Class 'RegisterGroupsAndTablesInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.h:553:13: style: Class 'RegisterGroupsAndTablesInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/PolicyCompiler.cpp:570:8: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.cpp:87:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.cpp:785:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.cpp:863:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:241:76: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:72:13: style: Class 'emptyGroupsInRDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:83:13: style: Class 'recursiveGroupsInRDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:91:9: style: Class 'createSortedDstIdsLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:96:9: style: Class 'emptyRDstAndRItf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:105:9: style: Class 'singleAdressInRGtw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:114:17: style: Class 'validateNetwork' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:127:17: style: Class 'reachableAddressInRGtw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:137:9: style: Class 'contradictionRGtwAndRItf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:142:9: style: Class 'rItfChildOfFw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:148:9: style: Class 'interfaceOrGateway' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:155:9: style: Class 'sameDestinationDifferentGateways' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:182:13: style: Class 'competingRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:201:9: style: Class 'ExpandMultipleAddresses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:207:9: style: Class 'ConvertToAtomicForDST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:215:9: style: Class 'ExpandGroups' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:228:13: style: Class 'classifyRoutingRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/RoutingCompiler.h:248:13: style: Class 'processMultiAddressObjectsInRDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/ServiceRuleProcessors.cpp:73:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/ServiceRuleProcessors.cpp:83:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/ServiceRuleProcessors.cpp:93:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/ServiceRuleProcessors.cpp:132:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/ServiceRuleProcessors.cpp:151:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/ServiceRuleProcessors.cpp:278:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/ServiceRuleProcessors.cpp:297:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libfwbuilder/src/fwcompiler/ServiceRuleProcessors.cpp:324:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ActionsDialog.cpp:204:18: style: Variable 'act' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/RCS.h:62:5: style: 'Revision::operator=' should return 'Revision &'. [operatorEq]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:65:17: performance: Variable 'argument1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:65:33: performance: Variable 'argument2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:99:9: performance: Variable 'fwb_prompt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DialogData.h:66:14: style: Technically the member function 'DialogOption::type' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/RCS.h:74:18: style: Technically the member function 'RCSEnvFix::getTZOffset' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/printerStream.h:87:10: style: Technically the member function 'printerStream::isActive' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/printerStream.h:93:10: style: Technically the member function 'printerStream::getYMargin' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/printerStream.h:94:10: style: Technically the member function 'printerStream::getXMargin' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/printerStream.h:107:9: style: Technically the member function 'printerStream::getPageHeight' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/printerStream.h:108:9: style: Technically the member function 'printerStream::getPageWidth' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/printerStream.h:112:9: style: Technically the member function 'printerStream::getYPos' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:52:5: style: Class 'BaseObjectDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ActionsDialog.h:71:5: style: Class 'ActionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/RCS.h:124:5: style: Class 'RCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/HttpGet.h:77:5: style: Class 'HttpGet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectEditor.h:81:5: style: Class 'ObjectEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ProjectPanel.h:141:5: style: Class 'ProjectPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/instDialog.h:184:5: style: Class 'instDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/FWCmdBasic.h:45:5: style: Class 'FWCmdMacro' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:220:10: style: The function 'initRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:131:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:220:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:221:10: style: The function 'checkRuleType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:157:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:221:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:229:14: style: The function 'getRuleDataForDisplayRole' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:198:22: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:229:14: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:244:10: style: The function 'initRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:131:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:244:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:245:10: style: The function 'checkRuleType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:157:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:245:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:252:14: style: The function 'getRuleDataForDisplayRole' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:198:22: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:252:14: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:266:10: style: The function 'initRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:131:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:266:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:267:10: style: The function 'checkRuleType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:157:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:267:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:273:14: style: The function 'getRuleDataForDisplayRole' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:198:22: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:273:14: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:68:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:44:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:68:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:85:18: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:57:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:85:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:86:18: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:58:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:86:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:96:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:44:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:96:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:86:10: style: The function 'redoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:65:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:86:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:87:10: style: The function 'undoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:66:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:87:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:107:18: style: The function 'redoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:65:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:107:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:108:18: style: The function 'undoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:66:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:108:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:128:10: style: The function 'undoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:108:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:128:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:144:10: style: The function 'redoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:65:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:144:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:145:10: style: The function 'undoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:66:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:145:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:160:10: style: The function 'redoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:65:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:160:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:161:10: style: The function 'undoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:66:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:161:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:178:10: style: The function 'redoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:65:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:178:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:179:10: style: The function 'undoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:66:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:179:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:196:10: style: The function 'redoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:65:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:196:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:197:10: style: The function 'undoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:66:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:197:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:215:10: style: The function 'redoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:65:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:215:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:216:10: style: The function 'undoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:66:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:216:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:235:10: style: The function 'redoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:65:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:235:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:236:10: style: The function 'undoOnModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:66:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:236:10: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:258:18: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:57:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:258:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:259:18: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:58:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:259:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:260:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:44:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:260:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:273:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:260:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:273:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:286:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:260:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:286:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:299:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:260:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:299:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:312:33: style: The function 'getRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:251:33: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:312:33: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:318:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:260:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:318:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:334:18: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:258:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:334:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:335:18: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:259:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:335:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/utils.h:81:43: performance: Function parameter 'itemName' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/fakeWizard.h:79:49: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:176:44: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/FWCmdRule.h:194:44: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/AddressRangeDialog.cpp:133:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:76:5: style: Class 'FWBSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/AddressRangeDialog.h:47:5: style: Class 'AddressRangeDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/AddressTableDialog.cpp:133:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/AddressTableDialog.h:46:6: style: Class 'AddressTableDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/AskLibForCopyDialog.cpp:64:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/AttachedNetworksDialog.cpp:150:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/AttachedNetworksDialog.h:53:5: style: Class 'AttachedNetworksDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/CommentKeywords.h:43:5: style: Class 'CommentKeywords' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/BlankDialog.h:46:6: style: Class 'BlankDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ClusterDialog.cpp:244:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/ClusterDialog.cpp:246:26: style: Variable 'oldplatform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/ClusterDialog.h:44:5: style: Class 'ClusterDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ClusterDialog.cpp:175:13: style: Reading from empty STL container 'first_allowed_type' [reademptycontainer]
fwbuilder-5.3.7/src/libgui/ClusterGroupDialog.cpp:126:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ClusterGroupDialog.cpp:136:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/events.h:395:5: warning: Member variable 'expandObjectInTreeEvent::parent_id' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/events.h:88:9: performance: Variable 'data_file_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/events.h:351:7: performance: Variable 'old_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/events.h:351:29: performance: Variable 'new_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/events.h:429:7: performance: Variable 'm_userFolder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/events.h:440:7: performance: Variable 'm_userFolder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ClusterGroupDialog.h:43:5: style: Class 'ClusterGroupDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/events.h:241:5: style: Class 'reloadObjectTreeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/events.h:251:5: style: Class 'reloadObjectTreeImmediatelyEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/events.h:261:5: style: Class 'reloadRulesetEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/events.h:271:5: style: Class 'reloadRulesetImmediatelyEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/events.h:280:5: style: Class 'makeCurrentRuleVisibleInRulesetEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectListViewItem.h:55:5: style: Class 'ObjectListViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectListViewItem.h:61:5: style: Class 'ObjectListViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ClusterGroupDialog.h:59:18: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:49:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/ClusterGroupDialog.h:59:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/DialogFactory.h:55:21: style: Unhandled exception specification when calling function createClusterGroupOptionsDialog(). [unhandledExceptionSpecification]
fwbuilder-5.3.7/src/libgui/ClusterGroupDialog.cpp:374:24: note: Unhandled exception specification when calling function createClusterGroupOptionsDialog().
fwbuilder-5.3.7/src/libgui/DialogFactory.h:55:21: note: Unhandled exception specification when calling function createClusterGroupOptionsDialog().
fwbuilder-5.3.7/src/libgui/ClusterGroupDialog.cpp:113:38: performance: Possible inefficient checking for 'possible_cluster_group_types' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ClusterInterfacesSelectorWidget.h:52:5: style: Class 'ClusterInterfacesSelectorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ClusterInterfaceWidget.h:77:5: style: Class 'ClusterInterfaceWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ColDesc.cpp:39:11: performance: Variable 'origin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ColorLabelMenuItem.h:44:5: style: Class 'ColorLabelMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/CommentEditorPanel.h:46:5: style: Class 'CommentEditorPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.h:85:5: style: Class 'FindHistoryItemByObjectId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.h:299:6: style: Class 'ObjectManipulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/CommentEditorPanel.h:54:18: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:49:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/CommentEditorPanel.h:54:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/CompilerOutputPanel.h:55:5: style: Class 'CompilerOutputPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/CompilerOutputPanel.h:60:18: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:49:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/CompilerOutputPanel.h:60:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/ConfirmDeleteObjectDialog.h:53:5: style: Class 'ConfirmDeleteObjectDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/CustomServiceDialog.cpp:208:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/CustomServiceDialog.cpp:91:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/CustomServiceDialog.cpp:214:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/CustomServiceDialog.h:57:5: style: Class 'CustomServiceDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/CustomServiceDialog.h:61:18: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:49:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/CustomServiceDialog.h:61:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/DNSNameDialog.cpp:124:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/DNSNameDialog.h:46:6: style: Class 'DNSNameDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/DialogData.cpp:99:108: style: Function 'registerOption' argument 4 names different: declaration 'map' definition 'mapping'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/DialogData.h:111:37: note: Function 'registerOption' argument 4 names different: declaration 'map' definition 'mapping'.
fwbuilder-5.3.7/src/libgui/DialogData.cpp:99:108: note: Function 'registerOption' argument 4 names different: declaration 'map' definition 'mapping'.
fwbuilder-5.3.7/src/libgui/DialogData.cpp:156:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/DialogData.cpp:157:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/DialogData.cpp:242:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/DialogData.cpp:243:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/DialogData.h:74:10: performance: Technically the member function 'DialogData::loadToWidget' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/DialogData.cpp:104:18: note: Technically the member function 'DialogData::loadToWidget' can be static.
fwbuilder-5.3.7/src/libgui/DialogData.h:74:10: note: Technically the member function 'DialogData::loadToWidget' can be static.
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.h:67:9: performance: Variable 'fwoption' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.h:67:21: performance: Variable 'fixup_cmd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/LibraryDialog.h:43:29: warning: The class 'LibraryDialog' defines member variable with name 'obj' also defined in its parent class 'BaseObjectDialog'. [duplInheritedMember]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:43:29: note: Parent variable 'BaseObjectDialog::obj'
fwbuilder-5.3.7/src/libgui/LibraryDialog.h:43:29: note: Derived variable 'LibraryDialog::obj'
fwbuilder-5.3.7/src/libgui/LibraryDialog.h:44:10: warning: The class 'LibraryDialog' defines member variable with name 'init' also defined in its parent class 'BaseObjectDialog'. [duplInheritedMember]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:44:10: note: Parent variable 'BaseObjectDialog::init'
fwbuilder-5.3.7/src/libgui/LibraryDialog.h:44:10: note: Derived variable 'LibraryDialog::init'
fwbuilder-5.3.7/src/libgui/LibraryDialog.h:53:5: style: Class 'LibraryDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/RuleSetDialog.h:49:5: style: Class 'RuleSetDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/IPv4Dialog.h:50:5: style: Class 'IPv4Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/IPv6Dialog.h:50:5: style: Class 'IPv6Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/PhysicalAddressDialog.h:47:6: style: Class 'PhysicalAddressDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/NetworkDialog.h:46:5: style: Class 'NetworkDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/NetworkDialogIPv6.h:46:5: style: Class 'NetworkDialogIPv6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/UserDialog.h:46:5: style: Class 'UserDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ICMPServiceDialog.h:46:6: style: Class 'ICMPServiceDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/IPServiceDialog.h:50:5: style: Class 'IPServiceDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/TCPServiceDialog.h:46:5: style: Class 'TCPServiceDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/UDPServiceDialog.h:46:5: style: Class 'UDPServiceDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:69:5: style: Class 'GroupObjectDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/DynamicGroupDialog.h:58:5: style: Class 'DynamicGroupDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/HostDialog.h:46:5: style: Class 'HostDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/FirewallDialog.h:50:6: style: Class 'FirewallDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/InterfaceDialog.h:53:5: style: Class 'InterfaceDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/TimeDialog.h:48:5: style: Class 'TimeDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/TagServiceDialog.h:47:5: style: Class 'TagServiceDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/RuleOptionsDialog.h:54:5: style: Class 'RuleOptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/RoutingRuleOptionsDialog.h:53:5: style: Class 'RoutingRuleOptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/NATRuleOptionsDialog.h:50:5: style: Class 'NATRuleOptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/NetworkDialogIPv6.h:50:18: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:49:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/NetworkDialogIPv6.h:50:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/IPServiceDialog.h:54:18: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:49:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/IPServiceDialog.h:54:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleOptionsDialog.h:60:18: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:49:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleOptionsDialog.h:60:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.h:128:67: performance: Function parameter 'fwname' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.h:129:29: performance: Function parameter 'iface' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:1752:28: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2286:5: style: Variable 'itf' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2285:0: note: Variable 'itf' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2286:5: note: Variable 'itf' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2424:17: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2422:0: note: Variable 'o' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2424:17: note: Variable 'o' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:1408:9: style: The scope of the variable 't' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:1673:9: style: The scope of the variable 't' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:1712:9: style: The scope of the variable 't' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2823:36: style: Function 'ConfigImport' argument 1 names different: declaration 'buffer' definition 'b'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:169:31: note: Function 'ConfigImport' argument 1 names different: declaration 'buffer' definition 'b'.
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2823:36: note: Function 'ConfigImport' argument 1 names different: declaration 'buffer' definition 'b'.
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2823:58: style: Function 'ConfigImport' argument 2 names different: declaration 'platform' definition 'p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:169:58: note: Function 'ConfigImport' argument 2 names different: declaration 'platform' definition 'p'.
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2823:58: note: Function 'ConfigImport' argument 2 names different: declaration 'platform' definition 'p'.
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:171:16: warning: Assert statement calls a function which may have desired side effects: 'activeProject'. [assertWithSideEffect]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2656:19: warning: Member variable 'ObjectDescriptor::have_snmpd' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2656:19: warning: Member variable 'ObjectDescriptor::isSelected' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2711:15: warning: Member variable 'WorkerThread::Widget' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2823:15: warning: Member variable 'ConfigImport::imp' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2660:5: performance: Variable 'descr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2661:5: performance: Variable 'contact' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2662:5: performance: Variable 'location' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2663:5: performance: Variable 'sysname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2664:5: performance: Variable 'interfaces' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2665:5: performance: Variable 'MAC_addr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2668:5: performance: Variable 'addr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2669:5: performance: Variable 'type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2671:5: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2751:5: performance: Variable 'file_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2826:5: performance: Variable 'platform' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:2827:11: performance: Variable 'fwname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:159:5: style: Class 'DiscoveryDruid' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:159:5: style: Class 'DiscoveryDruid' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:273:18: warning: Virtual function 'changedDiscoveryMethod' is called from constructor 'DiscoveryDruid(QWidget*parent,bool start_with_import=false)' at line 138. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:138:25: note: Calling changedDiscoveryMethod
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:273:18: note: changedDiscoveryMethod is a virtual method
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:314:18: warning: Virtual function 'changedNameServer' is called from constructor 'DiscoveryDruid(QWidget*parent,bool start_with_import=false)' at line 140. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:140:25: note: Calling changedNameServer
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:314:18: note: changedNameServer is a virtual method
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:314:18: warning: Virtual function 'changedNameServer' is called from constructor 'DiscoveryDruid(QWidget*parent,bool start_with_import=false)' at line 142. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:142:25: note: Calling changedNameServer
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:314:18: note: changedNameServer is a virtual method
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:314:18: warning: Virtual function 'changedNameServer' is called from constructor 'DiscoveryDruid(QWidget*parent,bool start_with_import=false)' at line 144. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:144:25: note: Calling changedNameServer
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:314:18: note: changedNameServer is a virtual method
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:314:18: warning: Virtual function 'changedNameServer' is called from constructor 'DiscoveryDruid(QWidget*parent,bool start_with_import=false)' at line 146. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:146:25: note: Calling changedNameServer
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:314:18: note: changedNameServer is a virtual method
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:300:18: warning: Virtual function 'updatePrg' is called from constructor 'DiscoveryDruid(QWidget*parent,bool start_with_import=false)' at line 155. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:155:51: note: Calling updatePrg
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:300:18: note: updatePrg is a virtual method
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:273:18: warning: Virtual function 'changedDiscoveryMethod' is called from constructor 'DiscoveryDruid(QWidget*parent,bool start_with_import=false)' at line 189. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:189:5: note: Calling restore
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:337:5: note: Calling changedDiscoveryMethod
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:273:18: note: changedDiscoveryMethod is a virtual method
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:281:18: warning: Virtual function 'importPlatformChanged' is called from constructor 'DiscoveryDruid(QWidget*parent,bool start_with_import=false)' at line 191. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:191:5: note: Calling importPlatformChanged
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:281:18: note: importPlatformChanged is a virtual method
fwbuilder-5.3.7/src/libgui/FilterDialog.h:107:5: style: Class 'FilterDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:156:5: style: Class 'HostsFileImport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:158:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:146:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:158:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:172:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:146:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.h:172:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:1039:47: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/DiscoveryDruid.cpp:1045:52: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/FWBAboutDialog.h:45:5: style: Class 'FWBAboutDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/FWBApplication.h:39:5: warning: Member variable 'FWBApplication::timeout' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:196:5: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:193:0: note: Variable 'ok' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:196:5: note: Variable 'ok' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:487:58: style: Function 'setBool' argument 2 names different: declaration 'f' definition 'val'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:152:52: note: Function 'setBool' argument 2 names different: declaration 'f' definition 'val'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:487:58: note: Function 'setBool' argument 2 names different: declaration 'f' definition 'val'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:499:56: style: Function 'setInt' argument 2 names different: declaration 'v' definition 'val'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:155:50: note: Function 'setInt' argument 2 names different: declaration 'v' definition 'val'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:499:56: note: Function 'setInt' argument 2 names different: declaration 'v' definition 'val'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:520:45: style: Function 'setDataDir' argument 1 names different: declaration 'dataDir' definition 'd'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:93:39: note: Function 'setDataDir' argument 1 names different: declaration 'dataDir' definition 'd'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:520:45: note: Function 'setDataDir' argument 1 names different: declaration 'dataDir' definition 'd'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:530:51: style: Function 'setGroupViewMode' argument 1 names different: declaration 'mode' definition 'm'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:102:45: note: Function 'setGroupViewMode' argument 1 names different: declaration 'mode' definition 'm'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:530:51: note: Function 'setGroupViewMode' argument 1 names different: declaration 'mode' definition 'm'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:533:54: style: Function 'setGroupViewColumns' argument 1 names different: declaration 'mode' definition 'm'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:105:48: note: Function 'setGroupViewColumns' argument 1 names different: declaration 'mode' definition 'm'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:533:54: note: Function 'setGroupViewColumns' argument 1 names different: declaration 'mode' definition 'm'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:540:37: style: Function 'setExpandTree' argument 1 names different: declaration 'sa' definition 'f'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:111:31: note: Function 'setExpandTree' argument 1 names different: declaration 'sa' definition 'f'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:540:37: note: Function 'setExpandTree' argument 1 names different: declaration 'sa' definition 'f'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:543:36: style: Function 'setMergeLibs' argument 1 names different: declaration 'sa' definition 'f'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:114:30: note: Function 'setMergeLibs' argument 1 names different: declaration 'sa' definition 'f'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:543:36: note: Function 'setMergeLibs' argument 1 names different: declaration 'sa' definition 'f'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:728:60: style: Function 'restoreGeometry' argument 2 names different: declaration 'defaultGeometry' definition 'dg'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:162:54: note: Function 'restoreGeometry' argument 2 names different: declaration 'defaultGeometry' definition 'dg'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:728:60: note: Function 'restoreGeometry' argument 2 names different: declaration 'defaultGeometry' definition 'dg'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:1265:64: style: Function 'setNewClusterFailoverProtocol' argument 1 names different: declaration 'protocol' definition 'platform'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:276:55: note: Function 'setNewClusterFailoverProtocol' argument 1 names different: declaration 'protocol' definition 'platform'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:1265:64: note: Function 'setNewClusterFailoverProtocol' argument 1 names different: declaration 'protocol' definition 'platform'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:1279:50: style: Function 'setTargetStatus' argument 1 names different: declaration 'plaform' definition 'platform'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWBSettings.h:234:41: note: Function 'setTargetStatus' argument 1 names different: declaration 'plaform' definition 'platform'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:1279:50: note: Function 'setTargetStatus' argument 1 names different: declaration 'plaform' definition 'platform'.
fwbuilder-5.3.7/src/libgui/FWBSettings.cpp:157:14: warning: Member variable 'FWBSettings::first_run' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/FWBTree.h:57:10: performance: Technically the member function 'FWBTree::init_statics' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/FWBTree.cpp:95:15: note: Technically the member function 'FWBTree::init_statics' can be static.
fwbuilder-5.3.7/src/libgui/FWBTree.h:57:10: note: Technically the member function 'FWBTree::init_statics' can be static.
fwbuilder-5.3.7/src/libgui/FWBTree.h:102:10: performance: Technically the member function 'FWBTree::getStandardSlotForObject' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/FWBTree.cpp:479:15: note: Technically the member function 'FWBTree::getStandardSlotForObject' can be static.
fwbuilder-5.3.7/src/libgui/FWBTree.h:102:10: note: Technically the member function 'FWBTree::getStandardSlotForObject' can be static.
fwbuilder-5.3.7/src/libgui/FWBTree.h:109:13: performance: Technically the member function 'FWBTree::getTranslatableObjectTypeName' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/FWBTree.cpp:617:18: note: Technically the member function 'FWBTree::getTranslatableObjectTypeName' can be static.
fwbuilder-5.3.7/src/libgui/FWBTree.h:109:13: note: Technically the member function 'FWBTree::getTranslatableObjectTypeName' can be static.
fwbuilder-5.3.7/src/libgui/FWBTree.h:110:13: performance: Technically the member function 'FWBTree::getTranslatableNewObjectMenuText' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/FWBTree.cpp:656:18: note: Technically the member function 'FWBTree::getTranslatableNewObjectMenuText' can be static.
fwbuilder-5.3.7/src/libgui/FWBTree.h:110:13: note: Technically the member function 'FWBTree::getTranslatableNewObjectMenuText' can be static.
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:40:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:44:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:40:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:52:18: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:57:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:52:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:53:18: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:58:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:53:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:68:18: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:57:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:68:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:69:18: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:58:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:69:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:70:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:44:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:70:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:86:18: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:52:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:86:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:87:18: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:53:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdAddObject.h:87:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdBasic.cpp:45:13: warning: Member variable 'FWCmdBasic::obj_id' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:41:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:44:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:41:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:49:18: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:57:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:49:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:50:18: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:58:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:50:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:65:18: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:57:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:65:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:66:18: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:58:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:66:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:67:18: style: The function 'notify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:44:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdDeleteObject.h:67:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdMoveObject.h:79:18: style: The function 'redo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:57:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdMoveObject.h:79:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdMoveObject.h:80:18: style: The function 'undo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FWCmdChange.h:58:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FWCmdMoveObject.h:80:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWCmdRule.cpp:72:26: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FWCmdRule.cpp:544:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FWCmdRule.cpp:572:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FWCmdRule.cpp:716:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FWCmdRule.cpp:730:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FWObjectClipboard.h:77:9: style: Technically the member function 'FWObjectClipboard::size' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/FWObjectDropArea.cpp:194:13: performance: Possible inefficient checking for 'dragol' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/FWObjectDropArea.cpp:206:13: performance: Possible inefficient checking for 'dragol' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/FWObjectPropertiesFactory.cpp:410:19: style: Expression is always false because 'else if' condition matches previous condition at line 330. [multiCondition]
fwbuilder-5.3.7/src/libgui/FWObjectPropertiesFactory.cpp:1016:21: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/FWObjectPropertiesFactory.cpp:863:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:237:28: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:420:55: style: Function 'registerAutoOpenDocFile' argument 1 names different: declaration 'file_name' definition 'filename'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWWindow.h:260:49: note: Function 'registerAutoOpenDocFile' argument 1 names different: declaration 'file_name' definition 'filename'.
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:420:55: note: Function 'registerAutoOpenDocFile' argument 1 names different: declaration 'file_name' definition 'filename'.
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:434:38: style: Function 'showSub' argument 1 names different: declaration 'projectW' definition 'pp'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWWindow.h:119:32: note: Function 'showSub' argument 1 names different: declaration 'projectW' definition 'pp'.
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:434:38: note: Function 'showSub' argument 1 names different: declaration 'projectW' definition 'pp'.
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:739:55: style: Function 'alreadyOpened' argument 1 names different: declaration 'file_path' definition 'file_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWWindow.h:270:49: note: Function 'alreadyOpened' argument 1 names different: declaration 'file_path' definition 'file_name'.
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:739:55: note: Function 'alreadyOpened' argument 1 names different: declaration 'file_path' definition 'file_name'.
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:760:40: style: Function 'loadFile' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWWindow.h:265:34: note: Function 'loadFile' argument 1 names different: declaration 'filename' definition 'file_name'.
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:760:40: note: Function 'loadFile' argument 1 names different: declaration 'filename' definition 'file_name'.
fwbuilder-5.3.7/src/libgui/FWWindow.h:232:18: warning: Virtual function 'prepareFileOpenRecentMenu' is called from constructor 'FWWindow()' at line 203. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:203:5: note: Calling prepareFileOpenRecentMenu
fwbuilder-5.3.7/src/libgui/FWWindow.h:232:18: note: prepareFileOpenRecentMenu is a virtual method
fwbuilder-5.3.7/src/libgui/FWWindow.h:239:18: warning: Virtual function 'checkForUpgrade' is called from constructor 'FWWindow()' at line 266. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:266:24: note: Calling checkForUpgrade
fwbuilder-5.3.7/src/libgui/FWWindow.h:239:18: note: checkForUpgrade is a virtual method
fwbuilder-5.3.7/src/libgui/FWWindow.h:226:18: warning: Virtual function 'prepareEditMenu' is called from constructor 'FWWindow()' at line 272. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:272:26: note: Calling prepareEditMenu
fwbuilder-5.3.7/src/libgui/FWWindow.h:226:18: note: prepareEditMenu is a virtual method
fwbuilder-5.3.7/src/libgui/FWWindow.h:227:18: warning: Virtual function 'prepareViewMenu' is called from constructor 'FWWindow()' at line 275. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:275:26: note: Calling prepareViewMenu
fwbuilder-5.3.7/src/libgui/FWWindow.h:227:18: note: prepareViewMenu is a virtual method
fwbuilder-5.3.7/src/libgui/FWWindow.h:228:18: warning: Virtual function 'prepareObjectMenu' is called from constructor 'FWWindow()' at line 278. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:278:26: note: Calling prepareObjectMenu
fwbuilder-5.3.7/src/libgui/FWWindow.h:228:18: note: prepareObjectMenu is a virtual method
fwbuilder-5.3.7/src/libgui/FWWindow.h:229:18: warning: Virtual function 'prepareFileMenu' is called from constructor 'FWWindow()' at line 281. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:281:26: note: Calling prepareFileMenu
fwbuilder-5.3.7/src/libgui/FWWindow.h:229:18: note: prepareFileMenu is a virtual method
fwbuilder-5.3.7/src/libgui/FWWindow.h:230:18: warning: Virtual function 'prepareToolsMenu' is called from constructor 'FWWindow()' at line 284. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:284:26: note: Calling prepareToolsMenu
fwbuilder-5.3.7/src/libgui/FWWindow.h:230:18: note: prepareToolsMenu is a virtual method
fwbuilder-5.3.7/src/libgui/FWWindow.h:231:18: warning: Virtual function 'prepareWindowsMenu' is called from constructor 'FWWindow()' at line 287. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:287:26: note: Calling prepareWindowsMenu
fwbuilder-5.3.7/src/libgui/FWWindow.h:231:18: note: prepareWindowsMenu is a virtual method
fwbuilder-5.3.7/src/libgui/FWWindow.h:233:18: warning: Virtual function 'prepareRulesMenu' is called from constructor 'FWWindow()' at line 290. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:290:25: note: Calling prepareRulesMenu
fwbuilder-5.3.7/src/libgui/FWWindow.h:233:18: note: prepareRulesMenu is a virtual method
fwbuilder-5.3.7/src/libgui/upgradePredicate.h:39:5: style: Class 'MessageBoxUpgradePredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjConflictResolutionDialog.h:67:5: style: Class 'ObjConflictResolutionDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjConflictResolutionDialog.h:89:5: style: Class 'MergeConflictRes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjConflictResolutionDialog.h:113:5: style: Class 'CompareObjectsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectTreeViewItem.h:53:5: style: Class 'ObjectTreeViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectTreeViewItem.h:56:5: style: Class 'ObjectTreeViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/PrefsDialog.h:65:5: style: Class 'PrefsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/debugDialog.h:42:5: style: Class 'debugDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/StartTipDialog.h:59:5: style: Class 'StartTipDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/importAddressListWizard/ImportAddressListWizard.h:35:5: style: Class 'ImportAddressListWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/SNMPNetworkDiscoveryWizard.h:41:5: style: Class 'SNMPNetworkDiscoveryWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjConflictResolutionDialog.h:115:17: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/ObjConflictResolutionDialog.h:70:17: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/ObjConflictResolutionDialog.h:115:17: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:1600:44: performance: Possible inefficient checking for 'fws' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/FWWindow.cpp:1645:44: performance: Possible inefficient checking for 'fws' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/FWWindowPrint.cpp:68:9: style: The scope of the variable 'pageWidth' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/FWWindowPrint.cpp:69:9: style: The scope of the variable 'pageHeight' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/FWWindowPrint.cpp:70:11: style: The scope of the variable 'fullPage' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/FWWindowPrint.cpp:72:11: style: The scope of the variable 'margin' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/FWWindowPrint.cpp:73:11: style: The scope of the variable 'table_scaling' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/PrintingController.h:45:5: style: Class 'PrintingController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/FWWindow_editor.cpp:195:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fwbuilder-5.3.7/src/libgui/FWWindow_editor.cpp:191:13: note: outer condition: rsv
fwbuilder-5.3.7/src/libgui/FWWindow_editor.cpp:195:17: note: identical inner condition: rsv
fwbuilder-5.3.7/src/libgui/FWWindow_editor.cpp:200:30: warning: Possible null pointer dereference: current_ruleset [nullPointer]
fwbuilder-5.3.7/src/libgui/FWWindow_editor.cpp:193:40: note: Assignment 'current_ruleset=NULL', assigned value is 0
fwbuilder-5.3.7/src/libgui/FWWindow_editor.cpp:200:30: note: Null pointer dereference
fwbuilder-5.3.7/src/libgui/FWWindow_editor.cpp:197:22: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FWWindow_wrappers.cpp:160:36: style: Function 'load' argument 2 names different: declaration 'rcs' definition '_rcs'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FWWindow.h:262:44: note: Function 'load' argument 2 names different: declaration 'rcs' definition '_rcs'.
fwbuilder-5.3.7/src/libgui/FWWindow_wrappers.cpp:160:36: note: Function 'load' argument 2 names different: declaration 'rcs' definition '_rcs'.
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:154:32: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:158:32: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:236:10: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:242:10: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:269:18: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:340:13: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:441:29: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:537:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:559:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/FilterDialog.h:71:10: style: Technically the member function 'Filter::isCaseSens' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:444:14: note: Technically the member function 'Filter::isCaseSens' can be const.
fwbuilder-5.3.7/src/libgui/FilterDialog.h:71:10: note: Technically the member function 'Filter::isCaseSens' can be const.
fwbuilder-5.3.7/src/libgui/FilterDialog.h:74:10: style: Technically the member function 'Filter::isMatchAny' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:531:14: note: Technically the member function 'Filter::isMatchAny' can be const.
fwbuilder-5.3.7/src/libgui/FilterDialog.h:74:10: note: Technically the member function 'Filter::isMatchAny' can be const.
fwbuilder-5.3.7/src/libgui/FilterDialog.h:79:10: performance: Technically the member function 'Filter::isValid' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/FilterDialog.cpp:588:14: note: Technically the member function 'Filter::isValid' can be static.
fwbuilder-5.3.7/src/libgui/FilterDialog.h:79:10: note: Technically the member function 'Filter::isValid' can be static.
fwbuilder-5.3.7/src/libgui/FilterDialog.h:50:1: warning: The class 'Filter' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fwbuilder-5.3.7/src/libgui/FilterLineEdit.h:22:5: style: Class 'FilterLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/FindObjectWidget.cpp:688:19: style: The scope of the variable 'oo' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/FindObjectWidget.cpp:689:22: style: The scope of the variable 'ref' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/FindObjectWidget.h:89:18: warning: Virtual function 'replaceDisable' is called from constructor 'FindObjectWidget(QWidget*p,ProjectPanel*pp,const char*n=0,Qt::WindowFlags f=0)' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/FindObjectWidget.cpp:95:5: note: Calling replaceDisable
fwbuilder-5.3.7/src/libgui/FindObjectWidget.h:89:18: note: replaceDisable is a virtual method
fwbuilder-5.3.7/src/libgui/FindObjectWidget.cpp:82:5: style: Class 'FindAndReplaceError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/FindObjectWidget.cpp:453:9: performance: Possible inefficient checking for 'found_objects' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/FindWhereUsedWidget.cpp:271:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fwbuilder-5.3.7/src/libgui/FindWhereUsedWidget.cpp:277:7: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/libgui/FindWhereUsedWidget.cpp:271:5: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/libgui/FirewallCodeViewer.cpp:49:67: style: Function 'FirewallCodeViewer' argument 2 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallCodeViewer.h:52:51: note: Function 'FirewallCodeViewer' argument 2 names different: declaration 'path' definition 'name'.
fwbuilder-5.3.7/src/libgui/FirewallCodeViewer.cpp:49:67: note: Function 'FirewallCodeViewer' argument 2 names different: declaration 'path' definition 'name'.
fwbuilder-5.3.7/src/libgui/FirewallCodeViewer.cpp:90:50: warning: Function 'showDiff' argument order different: declaration 'destinationFileName, sourceFileName' definition 'sourceFileName, destinationFileName' [funcArgOrderDifferent]
fwbuilder-5.3.7/src/libgui/FirewallCodeViewer.h:62:34: note: Function 'showDiff' argument order different: declaration 'destinationFileName, sourceFileName' definition 'sourceFileName, destinationFileName'
fwbuilder-5.3.7/src/libgui/FirewallCodeViewer.cpp:90:50: note: Function 'showDiff' argument order different: declaration 'destinationFileName, sourceFileName' definition 'sourceFileName, destinationFileName'
fwbuilder-5.3.7/src/libgui/FirewallDialog.cpp:180:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.cpp:207:53: style: Function 'readManifest' argument 1 names different: declaration 'conffie' definition 'script'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:118:46: note: Function 'readManifest' argument 1 names different: declaration 'conffie' definition 'script'.
fwbuilder-5.3.7/src/libgui/FirewallInstaller.cpp:207:53: note: Function 'readManifest' argument 1 names different: declaration 'conffie' definition 'script'.
fwbuilder-5.3.7/src/libgui/FirewallInstaller.cpp:617:69: style: Function 'executeExternalInstallScript' argument 1 names different: declaration 'script' definition 'command'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:90:54: note: Function 'executeExternalInstallScript' argument 1 names different: declaration 'script' definition 'command'.
fwbuilder-5.3.7/src/libgui/FirewallInstaller.cpp:617:69: note: Function 'executeExternalInstallScript' argument 1 names different: declaration 'script' definition 'command'.
fwbuilder-5.3.7/src/libgui/FirewallInstaller.cpp:776:59: style: Function 'replaceMacrosInCommand' argument 1 names different: declaration 'configlet' definition 'conf'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:106:44: note: Function 'replaceMacrosInCommand' argument 1 names different: declaration 'configlet' definition 'conf'.
fwbuilder-5.3.7/src/libgui/FirewallInstaller.cpp:776:59: note: Function 'replaceMacrosInCommand' argument 1 names different: declaration 'configlet' definition 'conf'.
fwbuilder-5.3.7/src/libgui/FirewallInstaller.cpp:838:61: style: Function 'getDestinationDir' argument 1 names different: declaration 'dir' definition 'fwdir'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:107:54: note: Function 'getDestinationDir' argument 1 names different: declaration 'dir' definition 'fwdir'.
fwbuilder-5.3.7/src/libgui/FirewallInstaller.cpp:838:61: note: Function 'getDestinationDir' argument 1 names different: declaration 'dir' definition 'fwdir'.
fwbuilder-5.3.7/src/libgui/SSHUnx.h:59:18: style: The function 'checkForErrors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHSession.h:176:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHUnx.h:59:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHUnx.h:60:18: style: The function 'stateMachine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHSession.h:177:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHUnx.h:60:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstaller.cpp:547:9: performance: Possible inefficient checking for 'job_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.cpp:287:58: style: Function 'readManifest' argument 1 names different: declaration 'conffie' definition 'script'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:55:46: note: Function 'readManifest' argument 1 names different: declaration 'conffie' definition 'script'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.cpp:287:58: note: Function 'readManifest' argument 1 names different: declaration 'conffie' definition 'script'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.cpp:304:66: style: Function 'getDestinationDir' argument 1 names different: declaration 'dir' definition 'fwdir'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:53:54: note: Function 'getDestinationDir' argument 1 names different: declaration 'dir' definition 'fwdir'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.cpp:304:66: note: Function 'getDestinationDir' argument 1 names different: declaration 'dir' definition 'fwdir'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.cpp:136:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:53:21: style: The function 'getDestinationDir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:107:21: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:53:21: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:55:18: style: The function 'readManifest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:118:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:55:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:61:18: style: The function 'packInstallJobsList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:111:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:61:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:62:18: style: The function 'activatePolicy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:114:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:62:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHCisco.h:75:18: style: The function 'checkForErrors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHSession.h:176:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHCisco.h:75:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHCisco.h:76:18: style: The function 'stateMachine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHSession.h:177:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHCisco.h:76:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHPIX.h:55:18: style: The function 'stateMachine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHCisco.h:76:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHPIX.h:55:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHIOS.h:51:18: style: The function 'stateMachine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHCisco.h:76:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHIOS.h:51:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHNXOS.h:51:18: style: The function 'stateMachine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHCisco.h:76:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHNXOS.h:51:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.cpp:243:60: style: Function 'readManifest' argument 1 names different: declaration 'conffie' definition 'script'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:55:46: note: Function 'readManifest' argument 1 names different: declaration 'conffie' definition 'script'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.cpp:243:60: note: Function 'readManifest' argument 1 names different: declaration 'conffie' definition 'script'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.cpp:260:68: style: Function 'getDestinationDir' argument 1 names different: declaration 'dir' definition 'fwdir'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:53:54: note: Function 'getDestinationDir' argument 1 names different: declaration 'dir' definition 'fwdir'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.cpp:260:68: note: Function 'getDestinationDir' argument 1 names different: declaration 'dir' definition 'fwdir'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.cpp:134:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:53:21: style: The function 'getDestinationDir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:107:21: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:53:21: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:55:18: style: The function 'readManifest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:118:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:55:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:61:18: style: The function 'packInstallJobsList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:111:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:61:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:62:18: style: The function 'activatePolicy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:114:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerJuniper.h:62:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHJUNOS.h:76:18: style: The function 'checkForErrors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHSession.h:176:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHJUNOS.h:76:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHJUNOS.h:77:18: style: The function 'stateMachine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHSession.h:177:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHJUNOS.h:77:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerProcurve.cpp:155:5: style: Variable 'ssh_object' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/FirewallInstallerProcurve.cpp:154:0: note: Variable 'ssh_object' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/FirewallInstallerProcurve.cpp:155:5: note: Variable 'ssh_object' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/FirewallInstallerProcurve.cpp:174:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/FirewallInstallerProcurve.h:54:18: style: The function 'packInstallJobsList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:61:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerProcurve.h:54:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerProcurve.h:55:18: style: The function 'activatePolicy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstallerCisco.h:62:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerProcurve.h:55:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:53:18: style: The function 'stateMachine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHCisco.h:76:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:53:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:56:18: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/SSHSession.h:209:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:56:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerUnx.cpp:183:58: style: Function 'activatePolicy' argument 1 names different: declaration 'script' definition 'cmd'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/FirewallInstallerUnx.h:56:48: note: Function 'activatePolicy' argument 1 names different: declaration 'script' definition 'cmd'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerUnx.cpp:183:58: note: Function 'activatePolicy' argument 1 names different: declaration 'script' definition 'cmd'.
fwbuilder-5.3.7/src/libgui/FirewallInstallerUnx.h:55:18: style: The function 'packInstallJobsList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:111:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerUnx.h:55:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerUnx.h:56:18: style: The function 'activatePolicy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/FirewallInstaller.h:114:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/FirewallInstallerUnx.h:56:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/FirewallInstallerUnx.cpp:144:9: performance: Possible inefficient checking for 'job_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/FirewallSelectorWidget.cpp:61:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/FirewallSelectorWidget.h:53:5: style: Class 'FirewallSelectorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:447:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:84:18: warning: Virtual function 'dropped' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 223. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:223:32: note: Calling dropped
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:84:18: note: dropped is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:84:18: warning: Virtual function 'dropped' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 224. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:224:30: note: Calling dropped
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:84:18: note: dropped is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:85:18: warning: Virtual function 'iconContextMenu' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 227. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:227:30: note: Calling iconContextMenu
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:85:18: note: iconContextMenu is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:83:18: warning: Virtual function 'openObject' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 232. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:232:31: note: Calling itemDoubleClicked
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:853:5: note: Calling openObject
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:83:18: note: openObject is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:83:18: warning: Virtual function 'openObject' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 233. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:233:25: note: Calling itemDoubleClicked
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:853:5: note: Calling openObject
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:83:18: note: openObject is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:84:18: warning: Virtual function 'dropped' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 241. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:241:32: note: Calling dropped
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:84:18: note: dropped is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:84:18: warning: Virtual function 'dropped' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 242. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:242:30: note: Calling dropped
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:84:18: note: dropped is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:86:18: warning: Virtual function 'listContextMenu' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 244. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:244:30: note: Calling listContextMenu
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:86:18: note: listContextMenu is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:83:18: warning: Virtual function 'openObject' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 248. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:248:31: note: Calling itemDoubleClicked
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:858:5: note: Calling openObject
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:83:18: note: openObject is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:83:18: warning: Virtual function 'openObject' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 249. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:249:25: note: Calling itemDoubleClicked
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:858:5: note: Calling openObject
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:83:18: note: openObject is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:81:18: warning: Virtual function 'switchToIconView' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 262. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:262:31: note: Calling switchToIconView
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:81:18: note: switchToIconView is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:82:18: warning: Virtual function 'switchToListView' is called from constructor 'GroupObjectDialog(QWidget*parent)' at line 263. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:263:10: note: Calling switchToListView
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.h:82:18: note: switchToListView is a virtual method
fwbuilder-5.3.7/src/libgui/GroupObjectDialog.cpp:644:13: performance: Possible inefficient checking for 'ol' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/Help.cpp:47:50: style: Function 'Help' argument 3 names different: declaration 'load_links_in_browser' definition '_load_links_in_browser'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/Help.h:58:54: note: Function 'Help' argument 3 names different: declaration 'load_links_in_browser' definition '_load_links_in_browser'.
fwbuilder-5.3.7/src/libgui/Help.cpp:47:50: note: Function 'Help' argument 3 names different: declaration 'load_links_in_browser' definition '_load_links_in_browser'.
fwbuilder-5.3.7/src/libgui/Help.cpp:88:36: style: Function 'getHelpWindow' argument 1 names different: declaration 'parent' definition 'w'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/Help.h:71:41: note: Function 'getHelpWindow' argument 1 names different: declaration 'parent' definition 'w'.
fwbuilder-5.3.7/src/libgui/Help.cpp:88:36: note: Function 'getHelpWindow' argument 1 names different: declaration 'parent' definition 'w'.
fwbuilder-5.3.7/src/libgui/HostDialog.cpp:156:20: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/ICMPServiceDialog.cpp:121:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/IPServiceDialog.cpp:230:20: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/IPv6Dialog.cpp:195:20: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/InstallFirewallViewItem.cpp:34:20: style: Function 'InstallFirewallViewItem' argument 2 names different: declaration 'text' definition 'st'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/InstallFirewallViewItem.h:42:45: note: Function 'InstallFirewallViewItem' argument 2 names different: declaration 'text' definition 'st'.
fwbuilder-5.3.7/src/libgui/InstallFirewallViewItem.cpp:34:20: note: Function 'InstallFirewallViewItem' argument 2 names different: declaration 'text' definition 'st'.
fwbuilder-5.3.7/src/libgui/InterfaceDialog.cpp:441:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/InterfaceDialog.cpp:442:23: style: Variable 'oldlabel' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/InterfaceDialog.cpp:407:13: performance: Possible inefficient checking for 'subinterfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/InterfaceEditorWidget.cpp:378:50: style: Function 'validateAddress' argument 4 names different: declaration 'ipv4' definition 'ipv6'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/InterfaceEditorWidget.h:99:87: note: Function 'validateAddress' argument 4 names different: declaration 'ipv4' definition 'ipv6'.
fwbuilder-5.3.7/src/libgui/InterfaceEditorWidget.cpp:378:50: note: Function 'validateAddress' argument 4 names different: declaration 'ipv4' definition 'ipv6'.
fwbuilder-5.3.7/src/libgui/InterfacesTabWidget.h:72:5: style: Class 'InterfacesTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/InterfaceEditorWidget.h:79:5: style: Class 'InterfaceEditorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/InterfacesTabWidget.h:107:18: warning: Virtual function 'addTab' is called from constructor 'InterfacesTabWidget(QWidget*parent=0)' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/InterfacesTabWidget.cpp:38:58: note: Calling addNewInterface
fwbuilder-5.3.7/src/libgui/InterfacesTabWidget.cpp:127:5: note: Calling addTab
fwbuilder-5.3.7/src/libgui/InterfacesTabWidget.h:107:18: note: addTab is a virtual method
fwbuilder-5.3.7/src/libgui/LibExportDialog.cpp:93:12: style: Unused variable: libicn [unusedVariable]
fwbuilder-5.3.7/src/libgui/LibExportDialog.cpp:95:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/LibraryDialog.cpp:116:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/MetricEditorPanel.h:48:5: style: Class 'MetricEditorPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/MetricEditorPanel.h:55:18: style: The function 'changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/BaseObjectDialog.h:49:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/MetricEditorPanel.h:55:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/NetworkDialog.cpp:248:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/NetworkDialogIPv6.cpp:167:20: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/ObjConflictResolutionDialog.cpp:181:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fwbuilder-5.3.7/src/libgui/ObjConflictResolutionDialog.cpp:103:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:38:19: warning: Member variable 'ObjectDescriptor::have_snmpd' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:38:19: warning: Member variable 'ObjectDescriptor::isSelected' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:43:5: performance: Variable 'descr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:44:5: performance: Variable 'contact' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:45:5: performance: Variable 'location' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:46:5: performance: Variable 'sysname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:47:5: performance: Variable 'interfaces' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:48:5: performance: Variable 'MAC_addr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:51:5: performance: Variable 'addr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:52:5: performance: Variable 'type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ObjectDescriptor.cpp:54:5: performance: Variable 'netmask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/ObjectIconView.cpp:58:17: warning: Member variable 'ObjectIconView::startingDrag' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/ObjectIconViewItem.h:50:5: style: Class 'ObjectIconViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:791:13: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:790:0: note: Variable 'parent' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:791:13: note: Variable 'parent' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1184:14: style: The scope of the variable 'cl' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1703:15: style: The scope of the variable 'fw' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1408:59: style: Function 'openObjectInTree' argument 1 names different: declaration 'otvi' definition 'item'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.h:278:45: note: Function 'openObjectInTree' argument 1 names different: declaration 'otvi' definition 'item'.
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1408:59: note: Function 'openObjectInTree' argument 1 names different: declaration 'otvi' definition 'item'.
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1500:44: style: Function 'libChangedById' argument 1 names different: declaration 'id' definition 'obj_id'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.h:304:30: note: Function 'libChangedById' argument 1 names different: declaration 'id' definition 'obj_id'.
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1500:44: note: Function 'libChangedById' argument 1 names different: declaration 'id' definition 'obj_id'.
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1538:40: style: Function 'libChanged' argument 1 names different: declaration 'l' definition 'list_row'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.h:198:34: note: Function 'libChanged' argument 1 names different: declaration 'l' definition 'list_row'.
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1538:40: note: Function 'libChanged' argument 1 names different: declaration 'l' definition 'list_row'.
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:594:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:932:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1685:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1693:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:584:22: warning: Assert statement calls a function which may have desired side effects: 'getUserFolderParent'. [assertWithSideEffect]
fwbuilder-5.3.7/src/libgui/listOfLibrariesModel.h:49:9: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/listOfLibrariesModel.h:61:5: style: Class 'ListOfLibrariesModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:444:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:449:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:454:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:462:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:468:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:474:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:479:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:484:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:492:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:505:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:510:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:515:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:523:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:528:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:533:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:538:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:543:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:548:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:759:21: performance: Possible inefficient checking for 'subint_types' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.cpp:1193:17: performance: Possible inefficient checking for 'members' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_create_new.cpp:760:9: style: Variable 'supports_advanced_ifaces' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_create_new.cpp:759:0: note: Variable 'supports_advanced_ifaces' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/ObjectManipulator_create_new.cpp:760:9: note: Variable 'supports_advanced_ifaces' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/newFirewallDialog.h:116:18: style: The function 'appropriate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/fakeWizard.h:81:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/newFirewallDialog.h:116:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/newHostDialog.h:79:18: style: The function 'appropriate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/fakeWizard.h:81:18: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/newHostDialog.h:79:18: note: Function in derived class
fwbuilder-5.3.7/src/libgui/ObjectManipulator_create_new.cpp:630:9: performance: Possible inefficient checking for 'lst' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:601:19: style: Variable 'firstAction' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:579:34: style: Variable 'parent' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:278:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:656:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:128:33: performance: Possible inefficient checking for 'ipv6_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:128:53: performance: Possible inefficient checking for 'pa_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:129:13: performance: Possible inefficient checking for 'failover_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:129:37: performance: Possible inefficient checking for 'subinterfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:129:61: performance: Possible inefficient checking for 'attached_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_ops.cpp:140:17: performance: Possible inefficient checking for 'vlans' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_slots.cpp:108:15: style: The scope of the variable 'obj' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_slots.cpp:149:15: style: The scope of the variable 'obj' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_slots.cpp:266:15: style: The scope of the variable 'obj' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_slots.cpp:298:15: style: The scope of the variable 'obj' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_slots.cpp:462:15: style: The scope of the variable 'obj' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_slots.cpp:254:23: style: Variable 'last_object' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:231:11: warning: Either the condition 'sub!=0' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:234:17: note: Assuming that condition 'sub!=0' is not redundant
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:242:35: note: Calling function 'findUserFolder', 1st argument 'parent' value is 0
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:231:11: note: Null pointer dereference
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:239:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:724:39: style: Function 'removeLib' argument 1 names different: declaration 'idx' definition 'row'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.h:150:24: note: Function 'removeLib' argument 1 names different: declaration 'idx' definition 'row'.
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:724:39: note: Function 'removeLib' argument 1 names different: declaration 'idx' definition 'row'.
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:388:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:464:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:587:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:701:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ObjectManipulator.h:86:10: style: Technically the member function 'FindHistoryItemByObjectId::operator()' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:421:33: note: Technically the member function 'FindHistoryItemByObjectId::operator()' can be const.
fwbuilder-5.3.7/src/libgui/ObjectManipulator.h:86:10: note: Technically the member function 'FindHistoryItemByObjectId::operator()' can be const.
fwbuilder-5.3.7/src/libgui/ObjectManipulator_tree_ops.cpp:539:12: performance: Possible inefficient checking for 'history' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ObjectSelectorWidget.h:56:5: style: Class 'ObjectSelectorWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ObjectTreeView.cpp:402:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/PhysicalAddressDialog.cpp:111:20: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/PixmapFactory.cpp:47:53: style: Function 'getPixmap' argument 1 names different: declaration 'icn_name' definition 'icn_filename'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/PixmapFactory.h:40:49: note: Function 'getPixmap' argument 1 names different: declaration 'icn_name' definition 'icn_filename'.
fwbuilder-5.3.7/src/libgui/PixmapFactory.cpp:47:53: note: Function 'getPixmap' argument 1 names different: declaration 'icn_name' definition 'icn_filename'.
fwbuilder-5.3.7/src/libgui/PrefsDialog.h:95:18: warning: Virtual function 'checkForUpgrade' is called from destructor '~PrefsDialog()' at line 107. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/PrefsDialog.cpp:107:27: note: Calling checkForUpgrade
fwbuilder-5.3.7/src/libgui/PrefsDialog.h:95:18: note: checkForUpgrade is a virtual method
fwbuilder-5.3.7/src/libgui/PrefsDialog.h:90:18: warning: Virtual function 'changeShowIcons' is called from constructor 'PrefsDialog(QWidget*parent)' at line 247. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/PrefsDialog.cpp:247:5: note: Calling changeShowIcons
fwbuilder-5.3.7/src/libgui/PrefsDialog.h:90:18: note: changeShowIcons is a virtual method
fwbuilder-5.3.7/src/libgui/PrintingController.cpp:176:0: style: Variable 'icon_path' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/PrintingController.cpp:358:0: style: Variable 'icon_path' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/PrintingController.cpp:121:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/PrintingController.cpp:133:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/PrintingController.cpp:138:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ProjectPanel.cpp:1201:23: style: The scope of the variable 'f' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/ProjectPanel.cpp:372:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/WorkflowIcons.h:39:5: style: Class 'WorkflowIcons' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ProjectPanel.cpp:1199:13: performance: Possible inefficient checking for 'fws' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ProjectPanel.cpp:1231:13: performance: Possible inefficient checking for 'clusters' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ProjectPanel_events.cpp:167:26: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/ProjectPanel_events.cpp:335:30: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/ProjectPanel_events.cpp:380:30: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/ProjectPanel_events.cpp:59:34: style: Function 'event' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/ProjectPanel.h:364:32: note: Function 'event' argument 1 names different: declaration 'ev' definition 'event'.
fwbuilder-5.3.7/src/libgui/ProjectPanel_events.cpp:59:34: note: Function 'event' argument 1 names different: declaration 'ev' definition 'event'.
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1308:9: style: Condition '!forceSave' is always true [knownConditionTrueFalse]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1018:20: note: Assignment 'forceSave=false', assigned value is 0
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1308:9: note: Condition '!forceSave' is always true
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1011:37: style: Function 'loadFromRCS' argument 1 names different: declaration 'rcs' definition '_rcs'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/ProjectPanel.h:320:27: note: Function 'loadFromRCS' argument 1 names different: declaration 'rcs' definition '_rcs'.
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1011:37: note: Function 'loadFromRCS' argument 1 names different: declaration 'rcs' definition '_rcs'.
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:617:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:853:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1065:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1077:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1103:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1435:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1459:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/RCSFilePreview.h:42:5: style: Class 'RCSViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/RCSFilePreview.h:43:5: style: Class 'RCSViewItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/RCSFilePreview.h:61:5: style: Class 'RCSFilePreview' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/RCS.h:159:11: style: Unhandled exception specification when calling function co(). [unhandledExceptionSpecification]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:362:10: note: Unhandled exception specification when calling function co().
fwbuilder-5.3.7/src/libgui/RCS.h:159:11: note: Unhandled exception specification when calling function co().
fwbuilder-5.3.7/src/libgui/RCS.h:181:10: style: Unhandled exception specification when calling function isDiff(). [unhandledExceptionSpecification]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:1338:14: note: Unhandled exception specification when calling function isDiff().
fwbuilder-5.3.7/src/libgui/RCS.h:181:10: note: Unhandled exception specification when calling function isDiff().
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:623:26: performance: Possible inefficient checking for 'selectedLibs' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/ProjectPanel_file_ops.cpp:706:9: performance: Possible inefficient checking for 'externalRefs2' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/RCS.cpp:373:13: style: Variable 'match' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/RCS.cpp:366:0: note: Variable 'match' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/RCS.cpp:373:13: note: Variable 'match' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/RCS.cpp:90:56: style: Function 'Revision' argument 2 names different: declaration 'rev' definition 'r'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/RCS.h:57:50: note: Function 'Revision' argument 2 names different: declaration 'rev' definition 'r'.
fwbuilder-5.3.7/src/libgui/RCS.cpp:90:56: note: Function 'Revision' argument 2 names different: declaration 'rev' definition 'r'.
fwbuilder-5.3.7/src/libgui/RCS.cpp:306:25: style: Function 'RCS' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/RCS.h:124:25: note: Function 'RCS' argument 1 names different: declaration 'filename' definition 'file'.
fwbuilder-5.3.7/src/libgui/RCS.cpp:306:25: note: Function 'RCS' argument 1 names different: declaration 'filename' definition 'file'.
fwbuilder-5.3.7/src/libgui/RCS.cpp:903:30: style: Function 'ci' argument 1 names different: declaration 'logmsg' definition '_lm'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/RCS.h:165:29: note: Function 'ci' argument 1 names different: declaration 'logmsg' definition '_lm'.
fwbuilder-5.3.7/src/libgui/RCS.cpp:903:30: note: Function 'ci' argument 1 names different: declaration 'logmsg' definition '_lm'.
fwbuilder-5.3.7/src/libgui/RCS.cpp:92:5: performance: Variable 'filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/RCS.cpp:93:5: performance: Variable 'rev' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/RCS.cpp:98:5: performance: Variable 'filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/RCS.cpp:99:5: performance: Variable 'rev' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/RCS.cpp:100:5: performance: Variable 'date' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/RCS.cpp:101:5: performance: Variable 'author' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/RCS.cpp:102:5: performance: Variable 'locked_by' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/RCS.cpp:103:5: performance: Variable 'log' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/RCS.h:223:19: warning: Virtual function 'readFromStdout' is called from constructor 'RCS(const QString&filename)' at line 330. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/RCS.cpp:330:25: note: Calling readFromStdout
fwbuilder-5.3.7/src/libgui/RCS.h:223:19: note: readFromStdout is a virtual method
fwbuilder-5.3.7/src/libgui/RCS.h:224:19: warning: Virtual function 'readFromStderr' is called from constructor 'RCS(const QString&filename)' at line 332. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/RCS.cpp:332:25: note: Calling readFromStderr
fwbuilder-5.3.7/src/libgui/RCS.h:224:19: note: readFromStderr is a virtual method
fwbuilder-5.3.7/src/libgui/RuleNode.cpp:28:11: warning: Member variable 'RuleNode::rule' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/RuleNode.cpp:31:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/RuleSetDiffDelegate.h:41:21: style: The function 'getRuleColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/libgui/RuleSetViewDelegate.h:111:21: note: Virtual function in base class
fwbuilder-5.3.7/src/libgui/RuleSetDiffDelegate.h:41:21: note: Function in derived class
fwbuilder-5.3.7/src/libgui/RuleSetDiffDialog.cpp:158:64: warning: Either the condition '!currentRuleSet' is redundant or there is possible null pointer dereference: currentRuleSet. [nullPointerRedundantCheck]
fwbuilder-5.3.7/src/libgui/RuleSetDiffDialog.cpp:160:9: note: Assuming that condition '!currentRuleSet' is not redundant
fwbuilder-5.3.7/src/libgui/RuleSetDiffDialog.cpp:158:64: note: Null pointer dereference
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:825:84: style: Function 'insertFromList' argument 2 names different: declaration 'parent' definition 'group'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:205:74: note: Function 'insertFromList' argument 2 names different: declaration 'parent' definition 'group'.
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:825:84: note: Function 'insertFromList' argument 2 names different: declaration 'parent' definition 'group'.
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:902:52: style: Function 'groupChanged' argument 1 names different: declaration 'index' definition 'group'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:163:42: note: Function 'groupChanged' argument 1 names different: declaration 'index' definition 'group'.
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:902:52: note: Function 'groupChanged' argument 1 names different: declaration 'index' definition 'group'.
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:181:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:321:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:1331:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:68:10: style: Technically the member function 'RuleSetModelIterator::operator==' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:140:28: note: Technically the member function 'RuleSetModelIterator::operator==' can be const.
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:68:10: note: Technically the member function 'RuleSetModelIterator::operator==' can be const.
fwbuilder-5.3.7/src/libgui/RuleSetModel.h:52:1: warning: The class 'RuleSetModelIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:387:62: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:441:52: performance: Function parameter 'typeName' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/RuleSetModel.cpp:946:50: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:195:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:373:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:381:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:395:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:408:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:452:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:556:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:834:10: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:953:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1087:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1176:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1208:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1308:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1342:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1383:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1403:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1428:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1488:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1514:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1534:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1555:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1614:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1623:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1639:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1662:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1676:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1824:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1863:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1893:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2031:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2054:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2089:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2116:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2132:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2158:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2170:27: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2177:31: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2196:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2311:23: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2323:19: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2338:23: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2346:19: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2378:23: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2451:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2479:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2550:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2574:28: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2583:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2598:28: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2629:28: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2711:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2857:6: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2894:6: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2901:12: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2906:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:3097:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:3113:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:3281:24: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2521:21: style: Variable 'dragobj' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2520:0: note: Variable 'dragobj' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2521:21: note: Variable 'dragobj' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2512:19: style: The scope of the variable 'acceptE' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2308:108: style: Function 'deleteObject' argument 4 names different: declaration 'makro' definition 'macro'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/RuleSetView.h:241:51: note: Function 'deleteObject' argument 4 names different: declaration 'makro' definition 'macro'.
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:2308:108: note: Function 'deleteObject' argument 4 names different: declaration 'makro' definition 'macro'.
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1748:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1780:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:1810:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/RuleSetView.h:89:18: warning: Virtual function 'initActions' is called from constructor 'RuleSetView(ProjectPanel*project,QWidget*parent)' at line 119. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/RuleSetView.cpp:119:5: note: Calling initActions
fwbuilder-5.3.7/src/libgui/RuleSetView.h:89:18: note: initActions is a virtual method
fwbuilder-5.3.7/src/libgui/RuleSetViewDelegate.cpp:142:9: style: The scope of the variable 'iconWidth' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/RuleSetViewDelegate.cpp:601:21: style: Variable 'o1ref' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/RuleSetViewDelegate.cpp:366:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/RuleSetViewDelegate.cpp:594:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/RuleSetViewDelegate.cpp:403:40: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/RuleSetViewDelegate.cpp:437:48: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/RuleSetViewDelegate.cpp:503:48: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:52:29: style: Function 'SSHCisco' argument 1 names different: declaration 'parent' definition '_par'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHCisco.h:67:23: note: Function 'SSHCisco' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:52:29: note: Function 'SSHCisco' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:53:31: style: Function 'SSHCisco' argument 2 names different: declaration 'host' definition '_h'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHCisco.h:68:29: note: Function 'SSHCisco' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:53:31: note: Function 'SSHCisco' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:55:31: style: Function 'SSHCisco' argument 4 names different: declaration 'pwd' definition '_p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHCisco.h:70:29: note: Function 'SSHCisco' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:55:31: note: Function 'SSHCisco' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:56:31: style: Function 'SSHCisco' argument 5 names different: declaration 'epwd' definition '_ep'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHCisco.h:71:29: note: Function 'SSHCisco' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:56:31: note: Function 'SSHCisco' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:57:46: style: Function 'SSHCisco' argument 6 names different: declaration 'in' definition '_in'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHCisco.h:72:44: note: Function 'SSHCisco' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:57:46: note: Function 'SSHCisco' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:52:11: warning: Member variable 'SSHCisco::nLines' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/SSHCisco.cpp:52:11: warning: Member variable 'SSHCisco::ncmd' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:38:25: style: Function 'SSHIOS' argument 1 names different: declaration 'parent' definition '_par'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHIOS.h:43:21: note: Function 'SSHIOS' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:38:25: note: Function 'SSHIOS' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:39:31: style: Function 'SSHIOS' argument 2 names different: declaration 'host' definition '_h'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHIOS.h:44:27: note: Function 'SSHIOS' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:39:31: note: Function 'SSHIOS' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:41:31: style: Function 'SSHIOS' argument 4 names different: declaration 'pwd' definition '_p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHIOS.h:46:27: note: Function 'SSHIOS' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:41:31: note: Function 'SSHIOS' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:42:31: style: Function 'SSHIOS' argument 5 names different: declaration 'epwd' definition '_ep'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHIOS.h:47:27: note: Function 'SSHIOS' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:42:31: note: Function 'SSHIOS' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:43:46: style: Function 'SSHIOS' argument 6 names different: declaration 'in' definition '_in'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHIOS.h:48:42: note: Function 'SSHIOS' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHIOS.cpp:43:46: note: Function 'SSHIOS' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:52:29: style: Function 'SSHJunos' argument 1 names different: declaration 'parent' definition '_par'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHJUNOS.h:68:23: note: Function 'SSHJunos' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:52:29: note: Function 'SSHJunos' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:53:31: style: Function 'SSHJunos' argument 2 names different: declaration 'host' definition '_h'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHJUNOS.h:69:27: note: Function 'SSHJunos' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:53:31: note: Function 'SSHJunos' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:55:31: style: Function 'SSHJunos' argument 4 names different: declaration 'pwd' definition '_p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHJUNOS.h:71:27: note: Function 'SSHJunos' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:55:31: note: Function 'SSHJunos' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:56:31: style: Function 'SSHJunos' argument 5 names different: declaration 'epwd' definition '_ep'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHJUNOS.h:72:27: note: Function 'SSHJunos' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:56:31: note: Function 'SSHJunos' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:57:46: style: Function 'SSHJunos' argument 6 names different: declaration 'in' definition '_in'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHJUNOS.h:73:42: note: Function 'SSHJunos' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:57:46: note: Function 'SSHJunos' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:52:11: warning: Member variable 'SSHJunos::nLines' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:52:11: warning: Member variable 'SSHJunos::ncmd' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:52:11: warning: Member variable 'SSHJunos::local_event_loop' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/SSHJUNOS.cpp:52:11: warning: Member variable 'SSHJunos::comment_symbol' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:38:27: style: Function 'SSHNXOS' argument 1 names different: declaration 'parent' definition '_par'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHNXOS.h:43:22: note: Function 'SSHNXOS' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:38:27: note: Function 'SSHNXOS' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:39:31: style: Function 'SSHNXOS' argument 2 names different: declaration 'host' definition '_h'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHNXOS.h:44:27: note: Function 'SSHNXOS' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:39:31: note: Function 'SSHNXOS' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:41:31: style: Function 'SSHNXOS' argument 4 names different: declaration 'pwd' definition '_p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHNXOS.h:46:27: note: Function 'SSHNXOS' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:41:31: note: Function 'SSHNXOS' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:42:31: style: Function 'SSHNXOS' argument 5 names different: declaration 'epwd' definition '_ep'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHNXOS.h:47:27: note: Function 'SSHNXOS' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:42:31: note: Function 'SSHNXOS' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:43:46: style: Function 'SSHNXOS' argument 6 names different: declaration 'in' definition '_in'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHNXOS.h:48:42: note: Function 'SSHNXOS' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHNXOS.cpp:43:46: note: Function 'SSHNXOS' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:46:25: style: Function 'SSHPIX' argument 1 names different: declaration 'parent' definition '_par'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHPIX.h:47:21: note: Function 'SSHPIX' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:46:25: note: Function 'SSHPIX' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:47:31: style: Function 'SSHPIX' argument 2 names different: declaration 'host' definition '_h'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHPIX.h:48:27: note: Function 'SSHPIX' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:47:31: note: Function 'SSHPIX' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:49:31: style: Function 'SSHPIX' argument 4 names different: declaration 'pwd' definition '_p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHPIX.h:50:27: note: Function 'SSHPIX' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:49:31: note: Function 'SSHPIX' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:50:31: style: Function 'SSHPIX' argument 5 names different: declaration 'epwd' definition '_ep'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHPIX.h:51:27: note: Function 'SSHPIX' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:50:31: note: Function 'SSHPIX' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:51:46: style: Function 'SSHPIX' argument 6 names different: declaration 'in' definition '_in'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHPIX.h:52:42: note: Function 'SSHPIX' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:51:46: note: Function 'SSHPIX' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:225:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/SSHPIX.cpp:296:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:54:35: style: Function 'SSHProcurve' argument 1 names different: declaration 'parent' definition '_par'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:45:26: note: Function 'SSHProcurve' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:54:35: note: Function 'SSHProcurve' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:55:31: style: Function 'SSHProcurve' argument 2 names different: declaration 'host' definition '_h'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:46:27: note: Function 'SSHProcurve' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:55:31: note: Function 'SSHProcurve' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:57:31: style: Function 'SSHProcurve' argument 4 names different: declaration 'pwd' definition '_p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:48:27: note: Function 'SSHProcurve' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:57:31: note: Function 'SSHProcurve' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:58:31: style: Function 'SSHProcurve' argument 5 names different: declaration 'epwd' definition '_ep'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:49:27: note: Function 'SSHProcurve' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:58:31: note: Function 'SSHProcurve' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:59:46: style: Function 'SSHProcurve' argument 6 names different: declaration 'in' definition '_in'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:50:42: note: Function 'SSHProcurve' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:59:46: note: Function 'SSHProcurve' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:175:32: style: Function 'finished' argument 1 names different: declaration 'code' definition 'retcode'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHProcurve.h:56:32: note: Function 'finished' argument 1 names different: declaration 'code' definition 'retcode'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:175:32: note: Function 'finished' argument 1 names different: declaration 'code' definition 'retcode'.
fwbuilder-5.3.7/src/libgui/SSHProcurve.cpp:65:5: performance: Variable 'hp_greeting_prompt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:69:33: style: Function 'SSHSession' argument 1 names different: declaration 'parent' definition '_par'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHSession.h:168:25: note: Function 'SSHSession' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:69:33: note: Function 'SSHSession' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:70:39: style: Function 'SSHSession' argument 2 names different: declaration 'host' definition '_h'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHSession.h:169:31: note: Function 'SSHSession' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:70:39: note: Function 'SSHSession' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:71:43: style: Function 'SSHSession' argument 3 names different: declaration 'args' definition '_args'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHSession.h:170:28: note: Function 'SSHSession' argument 3 names different: declaration 'args' definition '_args'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:71:43: note: Function 'SSHSession' argument 3 names different: declaration 'args' definition '_args'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:72:39: style: Function 'SSHSession' argument 4 names different: declaration 'pwd' definition '_p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHSession.h:171:24: note: Function 'SSHSession' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:72:39: note: Function 'SSHSession' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:73:39: style: Function 'SSHSession' argument 5 names different: declaration 'epwd' definition '_ep'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHSession.h:172:24: note: Function 'SSHSession' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:73:39: note: Function 'SSHSession' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:74:44: style: Function 'SSHSession' argument 6 names different: declaration 'in' definition '_in'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHSession.h:173:39: note: Function 'SSHSession' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:74:44: note: Function 'SSHSession' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:715:31: style: Function 'finished' argument 1 names different: declaration 'code' definition 'retcode'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHSession.h:209:32: note: Function 'finished' argument 1 names different: declaration 'code' definition 'retcode'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:715:31: note: Function 'finished' argument 1 names different: declaration 'code' definition 'retcode'.
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:77:5: performance: Variable 'host' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:78:5: performance: Variable 'args' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:79:5: performance: Variable 'pwd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:80:5: performance: Variable 'epwd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:81:5: performance: Variable 'input' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/SSHSession.h:208:18: warning: Virtual function 'readFromStderr' is called from constructor 'SSHSession(QWidget*parent,const QString&host,const QStringList&args,const QString&pwd,const QString&epwd,const std::list<std::string>&in)' at line 93. Dynamic binding is not used. [virtualCallInConstructor]
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:93:59: note: Calling heartBeat
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:531:5: note: Calling readFromStderr
fwbuilder-5.3.7/src/libgui/SSHSession.h:208:18: note: readFromStderr is a virtual method
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:451:12: performance: Possible inefficient checking for 'input' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/SSHSession.cpp:486:9: performance: Possible inefficient checking for 'input' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:46:25: style: Function 'SSHUnx' argument 1 names different: declaration 'parent' definition '_par'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHUnx.h:51:21: note: Function 'SSHUnx' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:46:25: note: Function 'SSHUnx' argument 1 names different: declaration 'parent' definition '_par'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:47:31: style: Function 'SSHUnx' argument 2 names different: declaration 'host' definition '_h'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHUnx.h:52:27: note: Function 'SSHUnx' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:47:31: note: Function 'SSHUnx' argument 2 names different: declaration 'host' definition '_h'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:49:31: style: Function 'SSHUnx' argument 4 names different: declaration 'pwd' definition '_p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHUnx.h:54:27: note: Function 'SSHUnx' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:49:31: note: Function 'SSHUnx' argument 4 names different: declaration 'pwd' definition '_p'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:50:31: style: Function 'SSHUnx' argument 5 names different: declaration 'epwd' definition '_ep'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHUnx.h:55:27: note: Function 'SSHUnx' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:50:31: note: Function 'SSHUnx' argument 5 names different: declaration 'epwd' definition '_ep'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:51:36: style: Function 'SSHUnx' argument 6 names different: declaration 'in' definition '_in'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/SSHUnx.h:56:42: note: Function 'SSHUnx' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:51:36: note: Function 'SSHUnx' argument 6 names different: declaration 'in' definition '_in'.
fwbuilder-5.3.7/src/libgui/SSHUnx.cpp:308:13: performance: Possible inefficient checking for 'input' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/SimpleTextView.h:44:5: style: Class 'SimpleTextView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/TCPServiceDialog.cpp:178:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/TCPServiceDialog.cpp:195:11: style: Variable 'spe' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/TCPServiceDialog.cpp:196:11: style: Variable 'dpe' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/TagServiceDialog.cpp:117:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/TextEditWidget.h:50:5: style: Class 'TextEditWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/TextFileEditor.cpp:50:11: performance: Variable 'file_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/TutorialDialog.cpp:68:49: performance: Function parameter 'tutorial' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/UDPServiceDialog.cpp:118:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/UDPServiceDialog.cpp:131:11: style: Variable 'spe' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/UDPServiceDialog.cpp:132:11: style: Variable 'dpe' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/UserDialog.cpp:111:22: style: Variable 'oldname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/bsdIfaceOptsDialog.cpp:103:9: style: Condition '!validate()' is always false [knownConditionTrueFalse]
fwbuilder-5.3.7/src/libgui/carpOptionsDialog.cpp:91:9: style: Condition '!validate()' is always false [knownConditionTrueFalse]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:64:9: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:63:0: note: Variable 'parent' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:64:9: note: Variable 'parent' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:124:9: style: Variable 'iface' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:123:0: note: Variable 'iface' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:124:9: note: Variable 'iface' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:266:22: style: The scope of the variable 'fwitem' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:96:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:103:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:156:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:206:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:270:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:281:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:361:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:415:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:336:52: performance: Function parameter 'fwname' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:336:74: performance: Function parameter 'iface' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/clusterMembersDialog.cpp:358:46: performance: Function parameter 'fw' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:31:13: warning: Member variable 'FakeWizard::mainWidget' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:31:13: warning: Member variable 'FakeWizard::stackedWidget' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:31:13: warning: Member variable 'FakeWizard::nextButton' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:31:13: warning: Member variable 'FakeWizard::backButton' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:31:13: warning: Member variable 'FakeWizard::finishButton' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:31:13: warning: Member variable 'FakeWizard::cancelButton' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:31:13: warning: Member variable 'FakeWizard::titleLabel' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:31:13: warning: Member variable 'FakeWizard::m_currentPage' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:31:13: warning: Member variable 'FakeWizard::m_pageCount' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/fakeWizard.cpp:110:57: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/filePropDialog.cpp:121:11: style: The scope of the variable 'margin' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/filePropDialog.cpp:128:11: style: The scope of the variable 'printHeader' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/filePropDialog.cpp:102:43: style: Function 'setPrinter' argument 1 names different: declaration 'printer' definition 'p'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/filePropDialog.h:49:31: note: Function 'setPrinter' argument 1 names different: declaration 'printer' definition 'p'.
fwbuilder-5.3.7/src/libgui/filePropDialog.cpp:102:43: note: Function 'setPrinter' argument 1 names different: declaration 'printer' definition 'p'.
fwbuilder-5.3.7/src/libgui/importAddressListWizard/HostsFile.h:43:49: performance: Variable 'file_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/importAddressListWizard/HostsFile.h:48:51: style: Technically the member function 'HostsFile::getAll' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/importAddressListWizard/ChooseObjectsPage.h:39:5: style: Class 'ChooseObjectsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/importAddressListWizard/HostsFile.h:43:5: style: Class 'HostsFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/importAddressListWizard/CreateObjectsPage.h:37:5: style: Class 'CreateObjectsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/importAddressListWizard/FileNamePage.h:37:5: style: Class 'FileNamePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/importAddressListWizard/SelectLibraryPage.h:40:5: style: Class 'SelectLibraryPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/importFirewallConfigurationWizard/IC_FileNamePage.h:36:5: style: Class 'IC_FileNamePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/importFirewallConfigurationWizard/IC_FirewallNamePage.h:36:5: style: Class 'IC_FirewallNamePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/importFirewallConfigurationWizard/IC_PlatformWarningPage.cpp:242:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/importFirewallConfigurationWizard/IC_PlatformWarningPage.h:39:5: style: Class 'IC_PlatformWarningPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/importFirewallConfigurationWizard/IC_ProgressPage.cpp:231:46: style: Function 'logLine' argument 1 names different: declaration 'line' definition 'buf'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/importFirewallConfigurationWizard/IC_ProgressPage.h:59:33: note: Function 'logLine' argument 1 names different: declaration 'line' definition 'buf'.
fwbuilder-5.3.7/src/libgui/importFirewallConfigurationWizard/IC_ProgressPage.cpp:231:46: note: Function 'logLine' argument 1 names different: declaration 'line' definition 'buf'.
fwbuilder-5.3.7/src/libgui/importFirewallConfigurationWizard/IC_ProgressPage.h:47:5: style: Class 'IC_ProgressPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/instConf.cpp:48:11: warning: Member variable 'instConf::stripComments' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/instConf.cpp:48:11: warning: Member variable 'instConf::compressScript' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/instConf.cpp:48:11: warning: Member variable 'instConf::copyFWB' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/instConf.cpp:48:11: warning: Member variable 'instConf::useSCPForRouter' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/instConf.cpp:48:11: warning: Member variable 'instConf::useNXOSSession' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:101:5: style: Class 'instDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:101:5: style: Class 'instDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:240:9: performance: Possible inefficient checking for 'firewalls' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:240:32: performance: Possible inefficient checking for 'clusters' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:254:34: performance: Possible inefficient checking for 'clusters' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:319:9: performance: Possible inefficient checking for 'compile_fw_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:378:26: performance: Possible inefficient checking for 'install_fw_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:445:13: performance: Possible inefficient checking for 'compile_fw_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:445:42: performance: Possible inefficient checking for 'install_fw_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:451:13: performance: Possible inefficient checking for 'compile_fw_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/instDialog.cpp:513:17: performance: Possible inefficient checking for 'install_fw_list' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:281:9: style: The scope of the variable 'num_members' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:563:15: style: The scope of the variable 'fw' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:564:14: style: The scope of the variable 'cl' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:985:16: style: The scope of the variable 'f' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:1033:16: style: The scope of the variable 'f' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:833:50: style: Function 'interpretLogLine' argument 1 names different: declaration 'buf' definition 'line'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/instDialog.h:236:42: note: Function 'interpretLogLine' argument 1 names different: declaration 'buf' definition 'line'.
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:833:50: note: Function 'interpretLogLine' argument 1 names different: declaration 'buf' definition 'line'.
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:667:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:671:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/instDialog_ui_ops.cpp:1394:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/instOptionsDialog.cpp:125:22: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/iosaclAdvancedDialog.cpp:85:0: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/iosaclAdvancedDialog.cpp:86:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/junosaclAdvancedDialog.cpp:85:0: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/junosaclAdvancedDialog.cpp:86:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/linux24IfaceOptsDialog.cpp:201:9: style: Condition '!valid' is always false [knownConditionTrueFalse]
fwbuilder-5.3.7/src/libgui/linux24IfaceOptsDialog.cpp:181:18: note: Assignment 'valid=true', assigned value is 1
fwbuilder-5.3.7/src/libgui/linux24IfaceOptsDialog.cpp:201:9: note: Condition '!valid' is always false
fwbuilder-5.3.7/src/libgui/networkZoneManager.cpp:41:21: warning: Member variable 'NetworkZoneManager::db' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/networkZoneManager.h:55:9: style: Technically the member function 'NetworkZoneManager::getListItemIdexByNetzoneId' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/networkZoneManager.cpp:120:25: note: Technically the member function 'NetworkZoneManager::getListItemIdexByNetzoneId' can be const.
fwbuilder-5.3.7/src/libgui/networkZoneManager.h:55:9: note: Technically the member function 'NetworkZoneManager::getListItemIdexByNetzoneId' can be const.
fwbuilder-5.3.7/src/libgui/networkZoneManager.h:56:9: style: Technically the member function 'NetworkZoneManager::getNetzoneIdByListIndex' can be const. [functionConst]
fwbuilder-5.3.7/src/libgui/networkZoneManager.cpp:125:25: note: Technically the member function 'NetworkZoneManager::getNetzoneIdByListIndex' can be const.
fwbuilder-5.3.7/src/libgui/networkZoneManager.h:56:9: note: Technically the member function 'NetworkZoneManager::getNetzoneIdByListIndex' can be const.
fwbuilder-5.3.7/src/libgui/newClusterDialog_create.cpp:270:14: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/newFirewallDialog.cpp:284:9: style: Variable 'use_snmp' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/newFirewallDialog.cpp:279:0: note: Variable 'use_snmp' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/newFirewallDialog.cpp:284:9: note: Variable 'use_snmp' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/newFirewallDialog.cpp:797:19: style: The scope of the variable 'iam' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/newFirewallDialog.cpp:708:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/newFirewallDialog.cpp:962:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/newFirewallDialog_from_template.cpp:60:38: performance: Variable 'net' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/newFirewallDialog_from_template.cpp:60:5: style: Class 'FindNetwork' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/newFirewallDialog_from_template.cpp:214:20: performance: Possible inefficient checking for 'old_addr' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/newFirewallDialog_from_template.cpp:327:9: performance: Possible inefficient checking for 'res' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/newHostDialog.cpp:490:9: style: Condition '!haveDMZ' is always true [knownConditionTrueFalse]
fwbuilder-5.3.7/src/libgui/newHostDialog.cpp:460:24: note: Assignment 'haveDMZ=false', assigned value is 0
fwbuilder-5.3.7/src/libgui/newHostDialog.cpp:490:9: note: Condition '!haveDMZ' is always true
fwbuilder-5.3.7/src/libgui/newHostDialog.cpp:603:9: warning: Either the condition 'o==NULL' is redundant or there is possible null pointer dereference: o. [nullPointerRedundantCheck]
fwbuilder-5.3.7/src/libgui/newHostDialog.cpp:604:14: note: Assuming that condition 'o==NULL' is not redundant
fwbuilder-5.3.7/src/libgui/newHostDialog.cpp:603:9: note: Null pointer dereference
fwbuilder-5.3.7/src/libgui/newHostDialog.cpp:419:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/newHostDialog.cpp:462:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/nxosaclAdvancedDialog.cpp:85:0: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/nxosaclAdvancedDialog.cpp:86:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/pfsyncOptionsDialog.cpp:69:9: style: Condition '!validate()' is always false [knownConditionTrueFalse]
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.cpp:698:67: style: Function 'translateFixupSwitchFromWidgetToOption' argument 1 names different: declaration 'o' definition 'w'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.h:96:52: note: Function 'translateFixupSwitchFromWidgetToOption' argument 1 names different: declaration 'o' definition 'w'.
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.cpp:698:67: note: Function 'translateFixupSwitchFromWidgetToOption' argument 1 names different: declaration 'o' definition 'w'.
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.cpp:742:34: style: Variable 'arg3n' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.cpp:943:0: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.cpp:519:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.cpp:709:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.cpp:724:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/pixAdvancedDialog.cpp:763:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/pixosIfaceOptsDialog.cpp:169:9: style: Condition '!valid' is always false [knownConditionTrueFalse]
fwbuilder-5.3.7/src/libgui/pixosIfaceOptsDialog.cpp:155:18: note: Assignment 'valid=true', assigned value is 1
fwbuilder-5.3.7/src/libgui/pixosIfaceOptsDialog.cpp:169:9: note: Condition '!valid' is always false
fwbuilder-5.3.7/src/libgui/platforms.cpp:279:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fwbuilder-5.3.7/src/libgui/platforms.cpp:293:14: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:279:13: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:488:21: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fwbuilder-5.3.7/src/libgui/platforms.cpp:492:23: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:488:21: note: Found duplicate branches for 'if' and 'else'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:422:78: style: Function 'getVersionsForPlatform' argument 2 names different: declaration 'list' definition 'res'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/platforms.h:66:78: note: Function 'getVersionsForPlatform' argument 2 names different: declaration 'list' definition 'res'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:422:78: note: Function 'getVersionsForPlatform' argument 2 names different: declaration 'list' definition 'res'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:507:77: style: Function 'getStateSyncTypesForOS' argument 2 names different: declaration 'list' definition 'res'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/platforms.h:74:77: note: Function 'getStateSyncTypesForOS' argument 2 names different: declaration 'list' definition 'res'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:507:77: note: Function 'getStateSyncTypesForOS' argument 2 names different: declaration 'list' definition 'res'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:517:76: style: Function 'getFailoverTypesForOS' argument 2 names different: declaration 'list' definition 'res'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/platforms.h:80:76: note: Function 'getFailoverTypesForOS' argument 2 names different: declaration 'list' definition 'res'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:517:76: note: Function 'getFailoverTypesForOS' argument 2 names different: declaration 'list' definition 'res'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:805:50: style: Function 'getReadableRuleElementName' argument 2 names different: declaration 'rule_element_type_name' definition 're_type_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/platforms.h:172:55: note: Function 'getReadableRuleElementName' argument 2 names different: declaration 'rule_element_type_name' definition 're_type_name'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:805:50: note: Function 'getReadableRuleElementName' argument 2 names different: declaration 'rule_element_type_name' definition 're_type_name'.
fwbuilder-5.3.7/src/libgui/platforms.cpp:644:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/platforms.cpp:863:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/platforms.cpp:880:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/platforms.cpp:921:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/platforms.cpp:944:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/platforms.cpp:1043:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/platforms.cpp:724:31: performance: Function parameter 's' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:308:32: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:309:33: style: C-style pointer casting [cstyleCast]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:44:36: style: Function 'printerStream' argument 2 names different: declaration 'table_scaling' definition 'ts'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/printerStream.h:80:25: note: Function 'printerStream' argument 2 names different: declaration 'table_scaling' definition 'ts'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:44:36: note: Function 'printerStream' argument 2 names different: declaration 'table_scaling' definition 'ts'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:45:36: style: Function 'printerStream' argument 3 names different: declaration 'margin' definition 'm'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/printerStream.h:81:25: note: Function 'printerStream' argument 3 names different: declaration 'margin' definition 'm'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:45:36: note: Function 'printerStream' argument 3 names different: declaration 'margin' definition 'm'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:46:35: style: Function 'printerStream' argument 4 names different: declaration 'header' definition 'h'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/printerStream.h:81:38: note: Function 'printerStream' argument 4 names different: declaration 'header' definition 'h'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:46:35: note: Function 'printerStream' argument 4 names different: declaration 'header' definition 'h'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:47:45: style: Function 'printerStream' argument 5 names different: declaration 'headerText' definition 'ht'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/printerStream.h:82:34: note: Function 'printerStream' argument 5 names different: declaration 'headerText' definition 'ht'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:47:45: note: Function 'printerStream' argument 5 names different: declaration 'headerText' definition 'ht'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:48:54: style: Function 'printerStream' argument 6 names different: declaration 'ppd' definition 'pd'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/printerStream.h:83:43: note: Function 'printerStream' argument 6 names different: declaration 'ppd' definition 'pd'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:48:54: note: Function 'printerStream' argument 6 names different: declaration 'ppd' definition 'pd'.
fwbuilder-5.3.7/src/libgui/printerStream.cpp:43:16: warning: Member variable 'printerStream::yPos' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:43:16: warning: Member variable 'printerStream::ymargin' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:43:16: warning: Member variable 'printerStream::xmargin' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:43:16: warning: Member variable 'printerStream::yHeaderHeight' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:43:16: warning: Member variable 'printerStream::yHeaderLine' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:43:16: warning: Member variable 'printerStream::pageWidth' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:43:16: warning: Member variable 'printerStream::pageHeight' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:43:16: warning: Member variable 'printerStream::dpiy' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:43:16: warning: Member variable 'printerStream::pixmap_scaling_ratio' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:54:5: performance: Variable 'headerText' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:56:5: performance: Variable 'headerFont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/libgui/printerStream.h:86:10: performance: Technically the member function 'printerStream::end' can be static. [functionStatic]
fwbuilder-5.3.7/src/libgui/printerStream.cpp:134:21: note: Technically the member function 'printerStream::end' can be static.
fwbuilder-5.3.7/src/libgui/printerStream.h:86:10: note: Technically the member function 'printerStream::end' can be static.
fwbuilder-5.3.7/src/libgui/procurveaclAdvancedDialog.cpp:93:0: style: Variable 'vers' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/procurveaclAdvancedDialog.cpp:94:23: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_ChooseNetworksPage.h:37:5: style: Class 'ND_ChooseNetworksPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_ChooseObjectTypePage.h:40:5: style: Class 'ND_ChooseObjectTypePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_ChooseObjectsPage.h:37:5: style: Class 'ND_ChooseObjectsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_CreateObjectsPage.cpp:129:17: style: Variable 'o' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_CreateObjectsPage.cpp:127:0: note: Variable 'o' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_CreateObjectsPage.cpp:129:17: note: Variable 'o' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_CreateObjectsPage.cpp:333:5: style: Variable 'itf' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_CreateObjectsPage.cpp:332:0: note: Variable 'itf' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_CreateObjectsPage.cpp:333:5: note: Variable 'itf' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_CreateObjectsPage.h:46:5: style: Class 'ND_CreateObjectsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_DiscoveryParametersPage.h:37:5: style: Class 'ND_DiscoveryParametersPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_ProgressPage.h:50:5: style: Class 'ND_ProgressPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_SNMPParametersPage.h:37:5: style: Class 'ND_SNMPParametersPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_SelectLibraryPage.h:40:5: style: Class 'ND_SelectLibraryPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_SetupPage.cpp:97:48: style: Function 'isSeedHostOK' argument 1 names different: declaration 's' definition 'hostName'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_SetupPage.h:42:38: note: Function 'isSeedHostOK' argument 1 names different: declaration 's' definition 'hostName'.
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_SetupPage.cpp:97:48: note: Function 'isSeedHostOK' argument 1 names different: declaration 's' definition 'hostName'.
fwbuilder-5.3.7/src/libgui/snmpNetworkDiscoveryWizard/ND_SetupPage.h:51:5: style: Class 'ND_SetupPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/libgui/ssh_wrappers.cpp:228:13: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/ssh_wrappers.cpp:375:17: style: The scope of the variable 'retval' can be reduced. [variableScope]
fwbuilder-5.3.7/src/libgui/temporarydir.cpp:280:53: style: Function 'removeRecursively' argument 1 names different: declaration 'path' definition 'dirPath'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/temporarydir.h:71:43: note: Function 'removeRecursively' argument 1 names different: declaration 'path' definition 'dirPath'.
fwbuilder-5.3.7/src/libgui/temporarydir.cpp:280:53: note: Function 'removeRecursively' argument 1 names different: declaration 'path' definition 'dirPath'.
fwbuilder-5.3.7/src/libgui/utils.cpp:459:47: style: Function 'LoadPixmap' argument 2 names different: declaration 'where' definition 'pm'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/libgui/utils.h:126:54: note: Function 'LoadPixmap' argument 2 names different: declaration 'where' definition 'pm'.
fwbuilder-5.3.7/src/libgui/utils.cpp:459:47: note: Function 'LoadPixmap' argument 2 names different: declaration 'where' definition 'pm'.
fwbuilder-5.3.7/src/libgui/utils.cpp:135:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/utils.cpp:183:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/utils.cpp:88:36: performance: Function parameter 'itemName' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/libgui/utils.cpp:343:13: performance: Possible inefficient checking for 'results' emptiness. [stlSize]
fwbuilder-5.3.7/src/libgui/utils_no_qt.cpp:114:19: style: Variable 'tmps' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/libgui/utils_no_qt.cpp:80:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/libgui/vlanOnlyIfaceOptsDialog.cpp:169:9: style: Condition '!valid' is always false [knownConditionTrueFalse]
fwbuilder-5.3.7/src/libgui/vlanOnlyIfaceOptsDialog.cpp:149:18: note: Assignment 'valid=true', assigned value is 1
fwbuilder-5.3.7/src/libgui/vlanOnlyIfaceOptsDialog.cpp:169:9: note: Condition '!valid' is always false
fwbuilder-5.3.7/src/nxosacl/nxosacl.cpp:76:13: warning: Return value of function msg.size() is not used. [ignoredReturnValue]
fwbuilder-5.3.7/src/nxosacl/nxosacl.cpp:178:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/nxosacl/nxosacl.cpp:182:7: style: Exception should be caught by reference. [catchExceptionByValue]
IOSCfgLexer.cpp:629:258: style: Same expression on both sides of '&&'. [duplicateExpression]
IOSCfgLexer.cpp:757:135: style: Same expression on both sides of '&&'. [duplicateExpression]
IOSCfgLexer.cpp:858:77: style: Same expression on both sides of '&&'. [duplicateExpression]
IPTCfgLexer.cpp:1005:258: style: Same expression on both sides of '&&'. [duplicateExpression]
IPTCfgLexer.cpp:1041:197: style: Same expression on both sides of '&&'. [duplicateExpression]
IPTCfgLexer.cpp:1098:77: style: Same expression on both sides of '&&'. [duplicateExpression]
IfconfigBSDCfgLexer.cpp:1072:80: style: Same expression on both sides of '&&'. [duplicateExpression]
IfconfigBSDCfgLexer.cpp:1093:51: style: Same expression on both sides of '&&'. [duplicateExpression]
IfconfigLinuxCfgLexer.cpp:1072:80: style: Same expression on both sides of '&&'. [duplicateExpression]
IfconfigLinuxCfgLexer.cpp:1093:51: style: Same expression on both sides of '&&'. [duplicateExpression]
PFCfgLexer.cpp:1385:79: style: Same expression on both sides of '&&'. [duplicateExpression]
PFCfgLexer.cpp:1406:50: style: Same expression on both sides of '&&'. [duplicateExpression]
PIXCfgLexer.cpp:919:73: style: Same expression on both sides of '&&'. [duplicateExpression]
PIXCfgLexer.cpp:1146:79: style: Same expression on both sides of '&&'. [duplicateExpression]
PIXCfgLexer.cpp:1173:48: style: Same expression on both sides of '&&'. [duplicateExpression]
fwbuilder-5.3.7/src/pflib/AutomaticRules_pf.cpp:79:21: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwbuilder-5.3.7/src/pflib/AutomaticRules_pf.cpp:79:21: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwbuilder-5.3.7/src/pflib/AutomaticRules_pf.cpp:79:21: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwbuilder-5.3.7/src/pflib/AutomaticRules_pf.cpp:79:21: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwbuilder-5.3.7/src/pflib/AutomaticRules_pf.cpp:85:21: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:145:9: style: Class 'CompilerDriver_pf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:75:9: style: Class 'CompilerDriver_ipf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:64:25: style: The function 'assembleManifest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:139:25: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:64:25: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:67:25: style: The function 'printActivationCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:133:25: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:67:25: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:68:25: style: The function 'assembleFwScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:135:25: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:68:25: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:78:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:148:33: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:78:33: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:80:25: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:150:25: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:80:25: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf_run.cpp:81:73: style: Function 'composeActivationCommand' argument 5 names different: declaration 'remote_file_name' definition 'remote_file'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf.h:59:61: note: Function 'composeActivationCommand' argument 5 names different: declaration 'remote_file_name' definition 'remote_file'.
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf_run.cpp:81:73: note: Function 'composeActivationCommand' argument 5 names different: declaration 'remote_file_name' definition 'remote_file'.
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipf_run.cpp:184:16: style: Unused variable: s [unusedVariable]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:411:2: warning: Member variable 'NATCompiler_pf::loopback_address' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:419:2: warning: Member variable 'PolicyCompiler_pf::loopback_address' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:255:2: warning: Member variable 'PolicyCompiler_ipf::anytcp' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:255:2: warning: Member variable 'PolicyCompiler_ipf::anyudp' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:255:2: warning: Member variable 'PolicyCompiler_ipf::anyicmp' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:75:17: performance: Variable 'natrule_label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:246:15: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:299:15: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:164:75: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:196:75: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:264:86: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:109:75: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:141:72: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:54:38: warning: The class 'OSConfigurator_solaris' defines member variable with name 'virtual_addresses' also defined in its parent class 'OSConfigurator_bsd'. [duplInheritedMember]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:58:16: note: Parent variable 'OSConfigurator_bsd::virtual_addresses'
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:54:38: note: Derived variable 'OSConfigurator_solaris::virtual_addresses'
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:147:13: style: Class 'AssignInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:198:13: style: Class 'eliminateDuplicatesInOSRC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:209:13: style: Class 'eliminateDuplicatesInODST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:220:13: style: Class 'eliminateDuplicatesInOSRV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:229:13: style: Class 'checkForDynamicInterfacesOfOtherObjects' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:254:13: style: Class 'swapAddressTableObjectsInOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:263:13: style: Class 'swapAddressTableObjectsInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:272:13: style: Class 'swapAddressTableObjectsInTSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:280:13: style: Class 'swapAddressTableObjectsInTDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:308:13: style: Class 'processMultiAddressObjectsInOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:317:13: style: Class 'processMultiAddressObjectsInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:326:13: style: Class 'processMultiAddressObjectsInTSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:335:13: style: Class 'processMultiAddressObjectsInTDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:350:13: style: Class 'createTables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:364:13: style: Class 'PrintTables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:400:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:143:13: style: Class 'replaceFailoverInterfaceInItf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:172:13: style: Class 'swapAddressTableObjectsInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:179:13: style: Class 'swapAddressTableObjectsInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:204:13: style: Class 'processMultiAddressObjectsInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:211:13: style: Class 'processMultiAddressObjectsInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:249:13: style: Class 'checkForDynamicInterfacesOfOtherObjects' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:276:13: style: Class 'splitIfInterfaceInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:288:13: style: Class 'splitIfInterfaceInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:303:13: style: Class 'createTables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:316:13: style: Class 'eliminateDuplicatesInSRC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:327:13: style: Class 'eliminateDuplicatesInDST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:338:13: style: Class 'eliminateDuplicatesInSRV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:347:13: style: Class 'printScrubRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:360:13: style: Class 'PrintTables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:409:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:117:13: style: Class 'processMultiAddressObjectsInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:124:13: style: Class 'processMultiAddressObjectsInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:148:13: style: Class 'specialCaseWithDynInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:164:13: style: Class 'calculateSkip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:176:13: style: Class 'eliminateDuplicateRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:195:13: style: Class 'optimize1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:203:13: style: Class 'optimizeSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:211:13: style: Class 'optimizeDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:219:13: style: Class 'optimizeSrv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:245:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:106:13: style: Class 'eliminateDuplicatesInOSRC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:117:13: style: Class 'eliminateDuplicatesInODST' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:128:13: style: Class 'eliminateDuplicatesInOSRV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:149:13: style: Class 'processMultiAddressObjectsInOSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:156:13: style: Class 'processMultiAddressObjectsInODst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:178:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:58:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:415:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:58:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:262:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:433:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:262:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:263:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:434:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:263:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:264:15: style: The function 'epilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:435:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:264:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:204:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:196:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:204:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:212:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:196:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:212:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:220:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:196:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:220:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:235:33: style: The function '_printPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:384:33: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:235:33: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:237:26: style: The function '_printAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:396:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:237:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:242:26: style: The function '_printDstService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:381:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:242:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:246:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:410:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.h:246:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:53:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:405:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:53:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:194:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:423:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:194:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:195:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:424:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:195:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:196:15: style: The function 'epilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:425:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:196:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:171:26: style: The function '_printProtocol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:387:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:171:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:175:26: style: The function '_printPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:388:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:175:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:179:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:401:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.h:179:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_openbsd.h:48:21: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:117:21: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_openbsd.h:48:21: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_openbsd.h:50:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:119:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_openbsd.h:50:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_openbsd.h:51:22: style: The function 'printKernelVarsCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:124:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_openbsd.h:51:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:55:22: style: The function 'setKernelVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:60:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:55:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:59:22: style: The function 'summaryConfigLineIP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:65:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:59:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:61:22: style: The function 'interfaceConfigLineIP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:68:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:61:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:67:22: style: The function 'summaryConfigLineVlan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:74:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:67:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:69:22: style: The function 'interfaceConfigLineVlan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:76:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:69:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:74:22: style: The function 'summaryConfigLineBridge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:81:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:74:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:76:22: style: The function 'interfaceConfigLineBridge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:83:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:76:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:80:22: style: The function 'summaryConfigLineCARP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:87:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:80:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:81:22: style: The function 'interfaceConfigLineCARP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:88:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:81:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:85:22: style: The function 'summaryConfigLinePfsync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:96:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:85:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:86:22: style: The function 'interfaceConfigLinePfsync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:97:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:86:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:91:22: style: The function 'interfaceIfconfigLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:102:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:91:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:93:25: style: The function 'printAllInterfaceConfigurationLines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:106:25: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:93:25: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:104:21: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:117:21: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:104:21: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:106:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:119:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:106:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:107:22: style: The function 'printKernelVarsCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:124:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:107:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:64:21: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:117:21: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:64:21: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:66:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:119:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:66:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:67:22: style: The function 'printKernelVarsCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:124:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:67:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:69:15: style: The function 'addVirtualAddressForNAT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:120:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:69:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:70:15: style: The function 'addVirtualAddressForNAT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:121:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:70:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:72:29: style: The function 'configureInterfaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:125:29: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_solaris.h:72:29: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:67:9: style: Class 'CompilerDriver_ipfw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:56:25: style: The function 'assembleManifest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:139:25: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:56:25: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:59:25: style: The function 'printActivationCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:133:25: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:59:25: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:60:25: style: The function 'assembleFwScript' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:135:25: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:60:25: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:70:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:148:33: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:70:33: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:72:25: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:150:25: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h:72:25: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw_run.cpp:164:13: style: The scope of the variable 'policy_rules_count' can be reduced. [variableScope]
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw_run.cpp:132:16: style: Unused variable: s [unusedVariable]
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw_run.cpp:135:31: style: Variable 'firewall_dir' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw_run.cpp:138:27: style: Variable 'shell_dbg' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:246:2: warning: Member variable 'PolicyCompiler_ipfw::anytcp' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:246:2: warning: Member variable 'PolicyCompiler_ipfw::anyudp' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:246:2: warning: Member variable 'PolicyCompiler_ipfw::anyicmp' is not initialized in the constructor. [uninitMemberVar]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:188:15: performance: Variable 're_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:143:13: style: Class 'specialCaseWithDynInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:160:13: style: Class 'calculateNum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:172:13: style: Class 'eliminateDuplicateRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:197:13: style: Class 'processMultiAddressObjectsInSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:206:13: style: Class 'processMultiAddressObjectsInDst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:236:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:58:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:415:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:58:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:255:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:433:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:255:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:256:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:434:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:256:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:257:15: style: The function 'epilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:435:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:257:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:220:33: style: The function '_printPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:384:33: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:220:33: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:221:26: style: The function '_printProtocol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:382:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:221:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:222:26: style: The function '_printAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:396:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:222:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:223:26: style: The function '_printAddr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:392:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:223:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:224:26: style: The function '_printDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:399:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:224:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:226:26: style: The function '_printInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:400:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:226:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:227:26: style: The function '_printSrcService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:380:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:227:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:228:26: style: The function '_printDstService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:381:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:228:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:229:33: style: The function '_printSrcService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:385:33: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:229:33: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:231:33: style: The function '_printDstService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:386:33: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:231:33: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:233:33: style: The function '_printTCPFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:387:33: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:233:33: note: Function in derived class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:237:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:410:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.h:237:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_macosx.h:48:21: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:117:21: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_macosx.h:48:21: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_macosx.h:50:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:119:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_macosx.h:50:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/OSConfigurator_macosx.h:51:22: style: The function 'printKernelVarsCommands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:124:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/OSConfigurator_macosx.h:51:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.cpp:101:65: style: Function 'getRemoteConfFileName' argument 2 names different: declaration 'local_file_name' definition 'local_conf_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:119:54: note: Function 'getRemoteConfFileName' argument 2 names different: declaration 'local_file_name' definition 'local_conf_name'.
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.cpp:101:65: note: Function 'getRemoteConfFileName' argument 2 names different: declaration 'local_file_name' definition 'local_conf_name'.
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.cpp:102:65: style: Function 'getRemoteConfFileName' argument 3 names different: declaration 'remote_fw_file_name' definition 'remote_fw_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:120:54: note: Function 'getRemoteConfFileName' argument 3 names different: declaration 'remote_fw_file_name' definition 'remote_fw_name'.
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.cpp:102:65: note: Function 'getRemoteConfFileName' argument 3 names different: declaration 'remote_fw_file_name' definition 'remote_fw_name'.
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.cpp:103:65: style: Function 'getRemoteConfFileName' argument 4 names different: declaration 'remote_conf_file_name' definition 'remote_conf_name'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.h:121:54: note: Function 'getRemoteConfFileName' argument 4 names different: declaration 'remote_conf_file_name' definition 'remote_conf_name'.
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf.cpp:103:65: note: Function 'getRemoteConfFileName' argument 4 names different: declaration 'remote_conf_file_name' definition 'remote_conf_name'.
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:404:13: style: The scope of the variable 'routing_rules_count' can be reduced. [variableScope]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:232:31: style: Variable 'firewall_dir' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:239:29: style: Variable 'shell_dbg' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:240:29: style: Variable 'pfctl_dbg' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:247:27: style: Variable 'platform' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:248:29: style: Variable 'fw_version' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:764:13: style: Variable 'idx' is modified but its new value is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:674:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:714:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/RoutingCompiler_openbsd.h:76:13: style: Class 'optimize3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/RoutingCompiler_openbsd.h:89:13: style: Class 'eliminateDuplicateRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/RoutingCompiler_openbsd.h:114:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/RoutingCompiler_freebsd.h:72:13: style: Class 'PrintRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/RoutingCompiler_freebsd.h:91:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/RoutingCompiler_openbsd.h:147:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/RoutingCompiler_freebsd.h:91:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/RoutingCompiler_freebsd.h:73:26: style: The function 'processNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/RoutingCompiler_openbsd.h:115:26: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/RoutingCompiler_freebsd.h:73:26: note: Function in derived class
fwbuilder-5.3.7/src/pflib/RoutingCompiler_freebsd.h:75:33: style: The function 'RoutingRuleToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/RoutingCompiler_openbsd.h:117:33: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/RoutingCompiler_freebsd.h:75:33: note: Function in derived class
fwbuilder-5.3.7/src/pflib/CompilerDriver_pf_run.cpp:523:62: performance: Use const reference for 'lst' to avoid unnecessary data copying. [redundantCopyLocalConst]
fwbuilder-5.3.7/src/pflib/NATCompiler_ipf.cpp:496:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/NATCompiler_ipfw.h:47:22: style: The function 'myPlatformName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:405:22: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipfw.h:47:22: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipfw.h:58:15: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:423:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipfw.h:58:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipfw.h:59:15: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:424:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipfw.h:59:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipfw.h:60:15: style: The function 'epilog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:425:15: note: Virtual function in base class
fwbuilder-5.3.7/src/pflib/NATCompiler_ipfw.h:60:15: note: Function in derived class
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:709:13: style: Variable 'ntsrc' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:704:0: note: Variable 'ntsrc' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:709:13: note: Variable 'ntsrc' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:845:5: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:842:0: note: Variable 'obj' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:845:5: note: Variable 'obj' is reassigned a value before the old one has been used.
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:290:26: style: The scope of the variable 'osrv' can be reduced. [variableScope]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:1120:22: style: The scope of the variable 'nre' can be reduced. [variableScope]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:110:59: style: Function 'debugPrintRule' argument 1 names different: declaration 'rule' definition 'r'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.h:88:64: note: Function 'debugPrintRule' argument 1 names different: declaration 'rule' definition 'r'.
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:110:59: note: Function 'debugPrintRule' argument 1 names different: declaration 'rule' definition 'r'.
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:213:86: style: Variable 'osrv_defines_src_port' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:215:86: style: Variable 'osrv_defines_dst_port' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:317:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:700:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:712:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:1008:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:1030:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:1088:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:1122:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:1133:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.h:78:14: style: Unhandled exception specification when calling function registerTable(). [unhandledExceptionSpecification]
fwbuilder-5.3.7/src/pflib/NATCompiler_pf.cpp:1061:34: note: Unhandled exception specification when calling function registerTable().
fwbuilder-5.3.7/src/pflib/TableFactory.h:78:14: note: Unhandled exception specification when calling function registerTable().
fwbuilder-5.3.7/src/pflib/NATCompiler_pf_writers.cpp:491:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd_interfaces.cpp:507:62: style: Function 'summaryConfigLineBridge' argument 1 names different: declaration 'vlan_names' definition 'bridge_names'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd.h:81:58: note: Function 'summaryConfigLineBridge' argument 1 names different: declaration 'vlan_names' definition 'bridge_names'.
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd_interfaces.cpp:507:62: note: Function 'summaryConfigLineBridge' argument 1 names different: declaration 'vlan_names' definition 'bridge_names'.
fwbuilder-5.3.7/src/pflib/OSConfigurator_bsd_interfaces.cpp:103:17: performance: Possible inefficient checking for 'vlan_subinterfaces' emptiness. [stlSize]
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.cpp:103:62: style: Function 'summaryConfigLineIP' argument 1 names different: declaration 'intf_names' definition 'names'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:59:54: note: Function 'summaryConfigLineIP' argument 1 names different: declaration 'intf_names' definition 'names'.
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.cpp:103:62: note: Function 'summaryConfigLineIP' argument 1 names different: declaration 'intf_names' definition 'names'.
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.cpp:287:66: style: Function 'summaryConfigLineBridge' argument 1 names different: declaration 'vlan_names' definition 'bridge_names'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.h:74:58: note: Function 'summaryConfigLineBridge' argument 1 names different: declaration 'vlan_names' definition 'bridge_names'.
fwbuilder-5.3.7/src/pflib/OSConfigurator_freebsd.cpp:287:66: note: Function 'summaryConfigLineBridge' argument 1 names different: declaration 'vlan_names' definition 'bridge_names'.
fwbuilder-5.3.7/src/pflib/OSData.h:43:18: performance: Technically the member function 'OSData::getPathForTool' can be static. [functionStatic]
fwbuilder-5.3.7/src/pflib/OSData.cpp:34:17: note: Technically the member function 'OSData::getPathForTool' can be static.
fwbuilder-5.3.7/src/pflib/OSData.h:43:18: note: Technically the member function 'OSData::getPathForTool' can be static.
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf.cpp:379:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf_optimizer.cpp:134:15: style: Variable 're' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipf_writers.cpp:234:59: style: Variable 'with' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.cpp:432:25: style: The scope of the variable 'r2' can be reduced. [variableScope]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.cpp:261:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.cpp:298:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.cpp:334:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_ipfw.cpp:511:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:225:22: style: The scope of the variable 'nre' can be reduced. [variableScope]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:267:23: style: Unused variable: cl [unusedVariable]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:311:23: style: Unused variable: cl [unusedVariable]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:693:21: style: Unused variable: cl [unusedVariable]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:113:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:135:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:193:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:227:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:238:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:411:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:651:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:657:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:744:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:763:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:771:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.h:78:14: style: Unhandled exception specification when calling function registerTable(). [unhandledExceptionSpecification]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:166:34: note: Unhandled exception specification when calling function registerTable().
fwbuilder-5.3.7/src/pflib/TableFactory.h:78:14: note: Unhandled exception specification when calling function registerTable().
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.cpp:77:17: performance: Possible inefficient checking for 'l3' emptiness. [stlSize]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf_writers.cpp:911:79: style: Function '_printNegation' argument 1 names different: declaration 'o' definition 'rel'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf.h:394:69: note: Function '_printNegation' argument 1 names different: declaration 'o' definition 'rel'.
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf_writers.cpp:911:79: note: Function '_printNegation' argument 1 names different: declaration 'o' definition 'rel'.
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf_writers.cpp:370:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf_writers.cpp:606:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf_writers.cpp:683:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/PolicyCompiler_pf_writers.cpp:840:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:92:12: style: Unused variable: res [unusedVariable]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:94:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:180:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:193:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:243:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:282:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:293:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:306:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:332:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:86:35: performance: Variable 'sep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fwbuilder-5.3.7/src/pflib/TableFactory.h:74:14: performance: Technically the member function 'fwcompiler::TableFactory::detach' can be static. [functionStatic]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:78:20: note: Technically the member function 'fwcompiler::TableFactory::detach' can be static.
fwbuilder-5.3.7/src/pflib/TableFactory.h:74:14: note: Technically the member function 'fwcompiler::TableFactory::detach' can be static.
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:86:5: style: Struct 'joinIDs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/pflib/TableFactory.h:78:14: style: Unhandled exception specification when calling function registerTable(). [unhandledExceptionSpecification]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:135:5: note: Unhandled exception specification when calling function registerTable().
fwbuilder-5.3.7/src/pflib/TableFactory.h:78:14: note: Unhandled exception specification when calling function registerTable().
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:87:29: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/pflib/TableFactory.cpp:253:9: performance: Possible inefficient checking for 'objects' emptiness. [stlSize]
fwbuilder-5.3.7/src/pix/pix.cpp:77:13: warning: Return value of function msg.size() is not used. [ignoredReturnValue]
fwbuilder-5.3.7/src/pix/pix.cpp:190:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/procurve_acl/procurve_acl.cpp:76:13: warning: Return value of function msg.size() is not used. [ignoredReturnValue]
fwbuilder-5.3.7/src/procurve_acl/procurve_acl.cpp:178:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/procurve_acl/procurve_acl.cpp:182:7: style: Exception should be caught by reference. [catchExceptionByValue]
fwbuilder-5.3.7/src/unit_tests/AddressTableTest/AddressTableTest.cpp:96:14: style: The scope of the variable 'net' can be reduced. [variableScope]
fwbuilder-5.3.7/src/unit_tests/AddressTableTest/AddressTableTest.cpp:97:18: style: The scope of the variable 'ref' can be reduced. [variableScope]
fwbuilder-5.3.7/src/unit_tests/AddressTableTest/AddressTableTest.cpp:114:16: style: Unused variable: addrres [unusedVariable]
fwbuilder-5.3.7/src/unit_tests/AddressTableTest/AddressTableTest.cpp:128:16: style: Unused variable: addrres [unusedVariable]
fwbuilder-5.3.7/src/unit_tests/AddressTableTest/AddressTableTest.h:40:1: style: The class 'AddressTableTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/CustomServiceDialogTest/CustomServiceDialogTest.h:33:1: style: The class 'CustomServiceDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/DNSTest/DNSTest.h:37:1: style: The class 'DNSTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/FWBTreeTest/FWBTreeTest.cpp:80:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/unit_tests/FWWindowTest/FWWindowTest.h:38:5: style: Class 'FWWindowTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwbuilder-5.3.7/src/unit_tests/FirewallDialogTest/FirewallDialogTest.h:34:1: style: The class 'FirewallDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/GroupObjectDialogTest/GroupObjectDialogTest.cpp:176:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/unit_tests/GroupObjectDialogTest/GroupObjectDialogTest.h:52:1: style: The class 'GroupObjectDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/ICMP6ServiceDialogTest/ICMP6ServiceDialogTest.h:33:1: style: The class 'ICMP6ServiceDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/ICMPServiceDialogTest/ICMPServiceDialogTest.h:33:1: style: The class 'ICMPServiceDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/IPServiceDialogTest/IPServiceDialogTest.h:33:1: style: The class 'IPServiceDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/ImporterTest/ImporterTest.h:40:1: style: The class 'ImporterTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/InterfaceDialogTest/InterfaceDialogTest.h:34:1: style: The class 'InterfaceDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/ObjectMatcherTest/ObjectMatcherTest.cpp:51:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/unit_tests/ObjectMatcherTest/ObjectMatcherTest.cpp:49:45: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fwbuilder-5.3.7/src/unit_tests/PFImporterTest/PFImporterTest.h:42:1: style: The class 'PFImporterTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/PIXImporterTest/PIXImporterTest.h:42:1: style: The class 'PIXImporterTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/RuleSetViewContextMenuTest/RuleSetViewContextMenuTest.cpp:77:53: style: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/unit_tests/RuleSetViewContextMenuTest/RuleSetViewContextMenuTest.h:53:29: note: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'.
fwbuilder-5.3.7/src/unit_tests/RuleSetViewContextMenuTest/RuleSetViewContextMenuTest.cpp:77:53: note: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'.
fwbuilder-5.3.7/src/unit_tests/RuleSetViewContextMenuTest/RuleSetViewContextMenuTest.h:46:1: style: The class 'RuleSetViewContextMenuTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/RuleSetViewTest/RuleSetViewTest.cpp:82:42: style: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/unit_tests/RuleSetViewTest/RuleSetViewTest.h:52:29: note: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'.
fwbuilder-5.3.7/src/unit_tests/RuleSetViewTest/RuleSetViewTest.cpp:82:42: note: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'.
fwbuilder-5.3.7/src/unit_tests/RuleSetViewTest/RuleSetViewTest.h:46:1: style: The class 'RuleSetViewTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/TCPServiceDialogTest/TCPServiceDialogTest.h:33:1: style: The class 'TCPServiceDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/TagServiceDialogTest/TagServiceDialogTest.h:33:1: style: The class 'TagServiceDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/UDPServiceDialogTest/UDPServiceDialogTest.h:33:1: style: The class 'UDPServiceDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/UsageResolverTest/UsageResolverTest.cpp:195:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/unit_tests/UsageResolverTest/UsageResolverTest.cpp:214:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/unit_tests/UsageResolverTest/UsageResolverTest.cpp:227:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/unit_tests/UsageResolverTest/UsageResolverTest.cpp:241:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/unit_tests/UsageResolverTest/UsageResolverTest.cpp:264:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fwbuilder-5.3.7/src/unit_tests/UserSerivceDialogTest/UserServiceDialogTest.h:33:1: style: The class 'UserServiceDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/compilerLibTest/interfacePropertiesTest.cpp:575:27: style: Variable 'subiface' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/unit_tests/compilerLibTest/interfacePropertiesTest.h:46:1: style: The class 'interfacePropertiesTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/generatedScriptTestsIpfilter/generatedScriptTestsIpfilter.h:40:1: style: The class 'GeneratedScriptTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/generatedScriptTestsIpfw/generatedScriptTestsIpfw.h:40:1: style: The class 'GeneratedScriptTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/generatedScriptTestsLinux/generatedScriptTestsLinux.h:40:1: style: The class 'GeneratedScriptTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/generatedScriptTestsPF/generatedScriptTestsPF.h:40:1: style: The class 'GeneratedScriptTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/generatedScriptTestsSecuwall/generatedScriptTestsSecuwall.cpp:144:18: style: Variable 'fwname' is assigned a value that is never used. [unreadVariable]
fwbuilder-5.3.7/src/unit_tests/generatedScriptTestsSecuwall/generatedScriptTestsSecuwall.h:24:1: style: The class 'GeneratedScriptTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/genericDialogTest/genericDialogTest.h:34:1: style: The class 'genericDialogTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:225:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:219:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:225:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:230:29: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:219:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:230:29: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:231:33: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:219:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:231:33: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:232:33: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:219:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:232:33: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:239:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:219:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:239:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:257:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:251:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:257:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:265:29: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:251:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:265:29: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:269:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:251:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:269:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:284:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:278:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:284:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:292:29: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:278:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:292:29: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:295:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:278:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:295:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:311:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:305:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:311:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:109:48: style: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.h:46:29: note: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'.
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.cpp:109:48: note: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'.
fwbuilder-5.3.7/src/unit_tests/instDialogClusterTest/instDialogClusterTest.h:42:1: style: The class 'instDialogClusterTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:171:27: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:167:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:171:27: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:175:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:167:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:175:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:194:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:167:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:194:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:209:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:167:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:209:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:225:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:167:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogCompileTest/instDialogCompileTest.cpp:225:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogInspectTest/instDialogInspectTest.cpp:155:49: style: Function 'testInspect' argument 1 names different: declaration 'fwname' definition 'firewall'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/unit_tests/instDialogInspectTest/instDialogInspectTest.h:65:30: note: Function 'testInspect' argument 1 names different: declaration 'fwname' definition 'firewall'.
fwbuilder-5.3.7/src/unit_tests/instDialogInspectTest/instDialogInspectTest.cpp:155:49: note: Function 'testInspect' argument 1 names different: declaration 'fwname' definition 'firewall'.
fwbuilder-5.3.7/src/unit_tests/instDialogInspectTest/instDialogInspectTest.h:44:1: style: The class 'instDialogInspectTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/instDialogInstallTest/instDialogInstallTest.cpp:158:66: style: Function 'fillInstOptionsDialog' argument 2 names different: declaration 'pwd' definition 'passwd'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/unit_tests/instDialogInstallTest/instDialogInstallTest.h:51:47: note: Function 'fillInstOptionsDialog' argument 2 names different: declaration 'pwd' definition 'passwd'.
fwbuilder-5.3.7/src/unit_tests/instDialogInstallTest/instDialogInstallTest.cpp:158:66: note: Function 'fillInstOptionsDialog' argument 2 names different: declaration 'pwd' definition 'passwd'.
fwbuilder-5.3.7/src/unit_tests/instDialogInstallTest/instDialogInstallTest.cpp:160:56: style: Function 'fillInstOptionsDialog' argument 4 names different: declaration 'verbose' definition 'verbose_flag'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/unit_tests/instDialogInstallTest/instDialogInstallTest.h:53:37: note: Function 'fillInstOptionsDialog' argument 4 names different: declaration 'verbose' definition 'verbose_flag'.
fwbuilder-5.3.7/src/unit_tests/instDialogInstallTest/instDialogInstallTest.cpp:160:56: note: Function 'fillInstOptionsDialog' argument 4 names different: declaration 'verbose' definition 'verbose_flag'.
fwbuilder-5.3.7/src/unit_tests/instDialogInstallTest/instDialogInstallTest.h:43:1: style: The class 'instDialogInstallTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:346:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:341:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:346:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:353:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:341:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:353:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:370:5: warning: Possible null pointer dereference: compile [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:364:24: note: Assignment 'compile=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:370:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:377:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:372:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:377:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:384:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:372:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:384:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:407:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:402:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:407:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:415:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:402:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:415:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:437:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:432:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:437:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:444:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:432:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:444:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:471:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:466:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:471:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:478:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:466:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:478:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:504:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:499:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:504:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:511:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:499:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:511:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:543:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:538:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:543:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:550:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:538:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:550:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:569:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:564:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:569:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:577:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:564:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:577:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:621:26: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:616:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:621:26: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:628:5: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:616:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:628:5: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:630:27: warning: Possible null pointer dereference: dlg [nullPointer]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:616:23: note: Assignment 'dlg=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:630:27: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:114:51: style: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'. [funcArgNamesDifferent]
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.h:49:29: note: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'.
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.cpp:114:51: note: Function 'openPolicy' argument 1 names different: declaration 'fw' definition 'fwname'.
fwbuilder-5.3.7/src/unit_tests/instDialogObjectListTest/instDialogObjectListTest.h:45:1: style: The class 'instDialogObjectListTest' does not have a constructor although it has private member variables. [noConstructor]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:381:31: warning: Possible null pointer dereference: dialog [nullPointer]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:375:32: note: Assignment 'dialog=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:381:31: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:382:33: warning: Possible null pointer dereference: dialog [nullPointer]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:375:32: note: Assignment 'dialog=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:382:33: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:383:44: warning: Possible null pointer dereference: dialog [nullPointer]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:375:32: note: Assignment 'dialog=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:383:44: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:384:27: warning: Possible null pointer dereference: dialog [nullPointer]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:375:32: note: Assignment 'dialog=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:384:27: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:393:13: warning: Possible null pointer dereference: dialog [nullPointer]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:375:32: note: Assignment 'dialog=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:393:13: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:397:13: warning: Possible null pointer dereference: dialog [nullPointer]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:375:32: note: Assignment 'dialog=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:397:13: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:405:13: warning: Possible null pointer dereference: dialog [nullPointer]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:375:32: note: Assignment 'dialog=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:405:13: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:408:13: warning: Possible null pointer dereference: dialog [nullPointer]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:375:32: note: Assignment 'dialog=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:408:13: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:414:21: warning: Possible null pointer dereference: dialog [nullPointer]
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:375:32: note: Assignment 'dialog=NULL', assigned value is 0
fwbuilder-5.3.7/src/unit_tests/newClusterDialogTest/newClusterDialogTest.cpp:414:21: note: Null pointer dereference
fwbuilder-5.3.7/src/unit_tests/startTipDialogTest/startTipDialogTest.h:37:5: style: Class 'startTipDialogTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[23:03]

ftp://ftp.se.debian.org/debian/pool/main/f/fweb/fweb_1.62.orig.tar.gz
fweb-1.62/Boot/unix/sun/cc/READ_ME.CC:4:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
fweb-1.62/Web/common.c:83:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fweb-1.62/Web/eval.c:154:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fweb-1.62/Web/ftangle.c:275:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fweb-1.62/Web/fweave.c:6580:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fweb-1.62/Web/fweave.c:2701:14: style: The scope of the variable 'bad_mod_name' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:3221:14: style: The scope of the variable 'bad_mod_name' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:4471:12: style: The scope of the variable 'p' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:4841:25: style: The scope of the variable 'rhs_ilk' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:5128:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:5129:12: style: The scope of the variable 'out_start' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:5170:12: style: The scope of the variable 'k' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:5228:7: style: The scope of the variable 'a' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:7147:6: style: The scope of the variable 'language_line' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:8587:14: style: The scope of the variable 'p' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:9259:5: style: The scope of the variable 'n' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:9346:6: style: The scope of the variable 'temp' can be reduced. [variableScope]
fweb-1.62/Web/fweave.c:9564:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fweb-1.62/Web/macs.c:214:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fweb-1.62/Web/prod.c:587:15: style: The scope of the variable 'j' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:588:14: style: The scope of the variable 'r' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:1674:5: style: The scope of the variable 'k' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:1687:14: style: The scope of the variable 'xp' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:1688:15: style: The scope of the variable 'tp' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:1688:18: style: The scope of the variable 'tp1' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:2748:14: style: The scope of the variable 'tok_value' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:2820:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:5464:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:5470:5: style: The scope of the variable 'k' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:6089:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:8827:17: style: The scope of the variable 'i1' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:8857:15: style: The scope of the variable 'k' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:8952:15: style: The scope of the variable 'k' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:9036:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:9037:1: style: The scope of the variable 'j' can be reduced. [variableScope]
fweb-1.62/Web/prod.c:4788:15: style: Function 'prn_math' argument 1 names different: declaration 'a' definition 'k'. [funcArgNamesDifferent]
fweb-1.62/Web/p_type.h:88:15: note: Function 'prn_math' argument 1 names different: declaration 'a' definition 'k'.
fweb-1.62/Web/prod.c:4788:15: note: Function 'prn_math' argument 1 names different: declaration 'a' definition 'k'.
fweb-1.62/Web/ratfor.c:820:14: style: The scope of the variable 'a' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:1158:12: style: The scope of the variable 'a' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:1290:14: style: The scope of the variable 'a' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:1601:12: style: The scope of the variable 'a' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:1979:14: style: The scope of the variable 'a' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:2030:14: style: The scope of the variable 'a' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:2067:30: style: The scope of the variable 'pu' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:2823:17: style: The scope of the variable 'old_case' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:2902:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:2968:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:3034:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:3100:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:3166:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:3232:12: style: The scope of the variable 'b' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:3416:5: style: The scope of the variable 'i' can be reduced. [variableScope]
fweb-1.62/Web/ratfor.c:1280:9: style: Function 'copyd' argument 1 names different: declaration 'to' definition 'to_memory'. [funcArgNamesDifferent]
fweb-1.62/Web/r_type.h:20:12: note: Function 'copyd' argument 1 names different: declaration 'to' definition 'to_memory'.
fweb-1.62/Web/ratfor.c:1280:9: note: Function 'copyd' argument 1 names different: declaration 'to' definition 'to_memory'.
fweb-1.62/Web/ratfor.c:1514:9: style: Function 'stmt' argument 1 names different: declaration 'to' definition 'to_memory'. [funcArgNamesDifferent]
fweb-1.62/Web/r_type.h:47:11: note: Function 'stmt' argument 1 names different: declaration 'to' definition 'to_memory'.
fweb-1.62/Web/ratfor.c:1514:9: note: Function 'stmt' argument 1 names different: declaration 'to' definition 'to_memory'.
fweb-1.62/Web/ratfor.c:1595:18: style: Function 'save_out' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
fweb-1.62/Web/t_type.h:81:26: note: Function 'save_out' argument 1 names different: declaration 'p' definition 'pp'.
fweb-1.62/Web/ratfor.c:1595:18: note: Function 'save_out' argument 1 names different: declaration 'p' definition 'pp'.
fweb-1.62/Web/ratfor.c:375:12: style: struct member 'OP::token' is never used. [unusedStructMember]
fweb-1.62/Web/ratfor.c:384:14: style: union member 'VALUE::id' is never used. [unusedStructMember]
fweb-1.62/Web/reserved.c:305:14: style: The scope of the variable 'np' can be reduced. [variableScope]
fweb-1.62/Web/reserved.c:340:21: style: The scope of the variable 'p0' can be reduced. [variableScope]
fweb-1.62/Web/reserved.c:340:29: style: The scope of the variable 'p1' can be reduced. [variableScope]
fweb-1.62/Web/reserved.c:274:11: style: Function 'save_id' argument 1 names different: declaration 'word_type' definition 'word_type0'. [funcArgNamesDifferent]
fweb-1.62/Web/d_type.h:15:14: note: Function 'save_id' argument 1 names different: declaration 'word_type' definition 'word_type0'.
fweb-1.62/Web/reserved.c:274:11: note: Function 'save_id' argument 1 names different: declaration 'word_type' definition 'word_type0'.
fweb-1.62/Web/style.c:894:17: warning: Redundant assignment of '*(unsigned char*)ps->ptr' to itself. [selfAssignment]
fweb-1.62/Web/style.c:503:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fweb-1.62/Web/style.c:136:5: style: The scope of the variable 'k' can be reduced. [variableScope]
fweb-1.62/Web/style.c:193:5: style: The scope of the variable 'k' can be reduced. [variableScope]
fweb-1.62/Web/style.c:314:5: style: The scope of the variable 'c' can be reduced. [variableScope]
fweb-1.62/Web/style.c:411:12: style: The scope of the variable 'c' can be reduced. [variableScope]
fweb-1.62/Web/style.c:977:12: style: The scope of the variable 'cval' can be reduced. [variableScope]
fweb-1.62/Web/style.c:980:7: style: The scope of the variable 'a' can be reduced. [variableScope]
fweb-1.62/Web/style.c:1341:5: style: The scope of the variable 'k' can be reduced. [variableScope]
fweb-1.62/Web/style.c:1411:5: style: The scope of the variable 'k' can be reduced. [variableScope]
fweb-1.62/Web/style.c:621:18: style: Function 'read_sty' argument 1 names different: declaration 'sty_file_name' definition 'sty_file_name0'. [funcArgNamesDifferent]
fweb-1.62/Web/s_type.h:48:15: note: Function 'read_sty' argument 1 names different: declaration 'sty_file_name' definition 'sty_file_name0'.
fweb-1.62/Web/style.c:621:18: note: Function 'read_sty' argument 1 names different: declaration 'sty_file_name' definition 'sty_file_name0'.
fweb-1.62/Web/style.c:622:9: style: Function 'read_sty' argument 2 names different: declaration 'warn_if_absent' definition 'warn_if_absent0'. [funcArgNamesDifferent]
fweb-1.62/Web/s_type.h:48:15: note: Function 'read_sty' argument 2 names different: declaration 'warn_if_absent' definition 'warn_if_absent0'.
fweb-1.62/Web/style.c:622:9: note: Function 'read_sty' argument 2 names different: declaration 'warn_if_absent' definition 'warn_if_absent0'.
fweb-1.62/Web/termcap0.c:53:13: style: Function 'tgetstr' argument 2 names different: declaration 'area' definition 'pp'. [funcArgNamesDifferent]
fweb-1.62/Web/a_type.h:14:20: note: Function 'tgetstr' argument 2 names different: declaration 'area' definition 'pp'.
fweb-1.62/Web/termcap0.c:53:13: note: Function 'tgetstr' argument 2 names different: declaration 'area' definition 'pp'.
[23:03]

ftp://ftp.se.debian.org/debian/pool/main/f/fwknop/fwknop_2.6.9.orig.tar.gz
fwknop-2.6.9/android/project/jni/fwknop/send_spa_packet.c:48:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fwknop-2.6.9/client/config_init.c:1342:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fwknop-2.6.9/client/config_init.c:1345:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fwknop-2.6.9/client/config_init.c:808:5: style: Variable 'rcfile_fd' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/client/config_init.c:802:0: note: Variable 'rcfile_fd' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/config_init.c:808:5: note: Variable 'rcfile_fd' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/config_init.c:1641:5: style: Variable 'rcfile_fd' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/client/config_init.c:1625:0: note: Variable 'rcfile_fd' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/config_init.c:1641:5: note: Variable 'rcfile_fd' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/config_init.c:210:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fwknop-2.6.9/client/config_init.c:507:14: style: The scope of the variable 'ndx' can be reduced. [variableScope]
fwknop-2.6.9/client/config_init.c:507:20: style: The scope of the variable 'emark' can be reduced. [variableScope]
fwknop-2.6.9/client/config_init.c:645:13: style: The scope of the variable 'rcf_offset' can be reduced. [variableScope]
fwknop-2.6.9/client/config_init.c:646:14: style: The scope of the variable 'homedir' can be reduced. [variableScope]
fwknop-2.6.9/client/config_init.c:709:12: style: The scope of the variable 'rcfile' can be reduced. [variableScope]
fwknop-2.6.9/client/config_init.c:1499:11: style: The scope of the variable 'position' can be reduced. [variableScope]
fwknop-2.6.9/client/config_init.c:1969:25: style: The scope of the variable 'rcfile' can be reduced. [variableScope]
fwknop-2.6.9/client/config_init.c:561:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fwknop-2.6.9/client/fwknop.c:744:5: style: Variable 'ndx' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/client/fwknop.c:738:0: note: Variable 'ndx' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/fwknop.c:744:5: note: Variable 'ndx' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/fwknop.c:977:5: style: Variable 'homedir' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/client/fwknop.c:971:0: note: Variable 'homedir' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/fwknop.c:977:5: note: Variable 'homedir' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/fwknop.c:996:5: style: Variable 'args_file_fd' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/client/fwknop.c:994:0: note: Variable 'args_file_fd' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/fwknop.c:996:5: note: Variable 'args_file_fd' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/fwknop.c:666:25: style: The scope of the variable 'tmp_nat_port' can be reduced. [variableScope]
fwknop-2.6.9/client/fwknop.c:667:13: style: The scope of the variable 'nat_port' can be reduced. [variableScope]
fwknop-2.6.9/client/fwknop.c:737:25: style: The scope of the variable 'tmp_nat_port' can be reduced. [variableScope]
fwknop-2.6.9/client/fwknop.c:739:61: style: The scope of the variable 'hostlen' can be reduced. [variableScope]
fwknop-2.6.9/client/fwknop.c:993:10: style: The scope of the variable 'args_str' can be reduced. [variableScope]
fwknop-2.6.9/client/fwknop.c:994:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fwknop-2.6.9/client/fwknop.c:994:16: style: The scope of the variable 'args_str_len' can be reduced. [variableScope]
fwknop-2.6.9/client/fwknop.c:1069:27: style: The scope of the variable 'res' can be reduced. [variableScope]
fwknop-2.6.9/client/getpasswd.c:225:21: style: The scope of the variable 'lptr' can be reduced. [variableScope]
fwknop-2.6.9/client/getpasswd.c:237:9: style: Variable 'numLines' is modified but its new value is never used. [unreadVariable]
fwknop-2.6.9/client/http_resolve_host.c:216:8: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwknop-2.6.9/client/http_resolve_host.c:216:8: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwknop-2.6.9/client/http_resolve_host.c:216:8: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwknop-2.6.9/client/http_resolve_host.c:216:8: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwknop-2.6.9/client/http_resolve_host.c:270:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fwknop-2.6.9/client/http_resolve_host.c:495:12: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwknop-2.6.9/client/http_resolve_host.c:495:12: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwknop-2.6.9/client/http_resolve_host.c:495:12: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwknop-2.6.9/client/http_resolve_host.c:495:12: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fwknop-2.6.9/client/http_resolve_host.c:245:29: style: The scope of the variable 'port' can be reduced. [variableScope]
fwknop-2.6.9/client/http_resolve_host.c:326:41: style: The scope of the variable 'i' can be reduced. [variableScope]
fwknop-2.6.9/client/http_resolve_host.c:327:13: style: The scope of the variable 'ndx' can be reduced. [variableScope]
fwknop-2.6.9/client/log_msg.c:90:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
fwknop-2.6.9/client/log_msg.c:88:13: style: Function 'log_msg' argument 1 names different: declaration 'verbosity_level' definition 'level'. [funcArgNamesDifferent]
fwknop-2.6.9/client/log_msg.h:48:18: note: Function 'log_msg' argument 1 names different: declaration 'verbosity_level' definition 'level'.
fwknop-2.6.9/client/log_msg.c:88:13: note: Function 'log_msg' argument 1 names different: declaration 'verbosity_level' definition 'level'.
fwknop-2.6.9/client/spa_comm.c:119:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fwknop-2.6.9/client/spa_comm.c:526:5: style: Variable 'spa_data_copy' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/client/spa_comm.c:522:0: note: Variable 'spa_data_copy' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/spa_comm.c:526:5: note: Variable 'spa_data_copy' is reassigned a value before the old one has been used.
fwknop-2.6.9/client/spa_comm.c:524:13: style: The scope of the variable 'proxy_port' can be reduced. [variableScope]
fwknop-2.6.9/client/utils.c:171:25: style: The scope of the variable 'sai_remote' can be reduced. [variableScope]
fwknop-2.6.9/common/fko_util.c:487:29: style: The scope of the variable 'enc_mode_str_pt' can be reduced. [variableScope]
fwknop-2.6.9/common/fko_util.c:664:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
fwknop-2.6.9/common/fko_util.c:735:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fwknop-2.6.9/common/fko_util.c:888:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
fwknop-2.6.9/common/fko_util.c:913:17: style: The scope of the variable 'digest_str' can be reduced. [variableScope]
fwknop-2.6.9/common/fko_util.c:914:17: style: The scope of the variable 'hmac_str' can be reduced. [variableScope]
fwknop-2.6.9/common/fko_util.c:915:17: style: The scope of the variable 'enc_mode_str' can be reduced. [variableScope]
fwknop-2.6.9/common/fko_util.c:1080:25: style: The scope of the variable 'sai_remote' can be reduced. [variableScope]
fwknop-2.6.9/common/fko_util.c:512:50: style: Function 'strtol_wrapper' argument 5 names different: declaration 'is_err' definition 'err'. [funcArgNamesDifferent]
fwknop-2.6.9/common/fko_util.h:50:58: note: Function 'strtol_wrapper' argument 5 names different: declaration 'is_err' definition 'err'.
fwknop-2.6.9/common/fko_util.c:512:50: note: Function 'strtol_wrapper' argument 5 names different: declaration 'is_err' definition 'err'.
fwknop-2.6.9/common/fko_util.c:230:9: style: Variable 'total_size' is modified but its new value is never used. [unreadVariable]
fwknop-2.6.9/iphone/Classes/fwknop/send_spa_packet.c:48:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fwknop-2.6.9/lib/fko_common.h:128:0: error: #error unable to determine BYTEORDER [preprocessorErrorDirective]
fwknop-2.6.9/lib/sha2.c:108:0: error: #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN [preprocessorErrorDirective]
fwknop-2.6.9/lib/sha3.c:231:0: style: The scope of the variable 'D' can be reduced. [variableScope]
fwknop-2.6.9/lib/sha3.c:246:0: style: The scope of the variable 'temp' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:2225:9: warning: %d in format string (no. 27) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fwknop-2.6.9/server/access.c:146:5: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/server/access.c:141:0: note: Variable 'pw' is reassigned a value before the old one has been used.
fwknop-2.6.9/server/access.c:146:5: note: Variable 'pw' is reassigned a value before the old one has been used.
fwknop-2.6.9/server/access.c:353:26: style: The scope of the variable 'ndx' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:354:25: style: The scope of the variable 'ip_str' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:355:25: style: The scope of the variable 'ip_mask_str' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:356:25: style: The scope of the variable 'mask' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:357:33: style: The scope of the variable 'mask_len' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:357:47: style: The scope of the variable 'need_shift' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:362:26: style: The scope of the variable 'last_sle' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:615:26: style: The scope of the variable 'last_plist' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:660:26: style: The scope of the variable 'last_stlist' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:1135:22: style: The scope of the variable 'last_acc' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:1431:22: style: The scope of the variable 'extension' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:1476:21: style: The scope of the variable 'ndx' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:2327:21: style: The scope of the variable 'ndx' can be reduced. [variableScope]
fwknop-2.6.9/server/access.c:815:37: style: Function 'free_acc_port_list' argument 1 names different: declaration 'plist' definition 'ple'. [funcArgNamesDifferent]
fwknop-2.6.9/server/access.h:175:42: note: Function 'free_acc_port_list' argument 1 names different: declaration 'plist' definition 'ple'.
fwknop-2.6.9/server/access.c:815:37: note: Function 'free_acc_port_list' argument 1 names different: declaration 'plist' definition 'ple'.
fwknop-2.6.9/server/access.c:2050:35: style: Function 'compare_addr_list' argument 1 names different: declaration 'source_list' definition 'ip_list'. [funcArgNamesDifferent]
fwknop-2.6.9/server/access.h:117:39: note: Function 'compare_addr_list' argument 1 names different: declaration 'source_list' definition 'ip_list'.
fwknop-2.6.9/server/access.c:2050:35: note: Function 'compare_addr_list' argument 1 names different: declaration 'source_list' definition 'ip_list'.
fwknop-2.6.9/server/access.c:1486:21: style: Unused variable: st [unusedVariable]
fwknop-2.6.9/server/access.c:2297:45: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fwknop-2.6.9/server/access.c:1561:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fwknop-2.6.9/server/access.c:2358:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fwknop-2.6.9/server/access.c:101:13: error: Resource handle 'file_ptr' freed twice. [doubleFree]
fwknop-2.6.9/server/access.c:184:13: error: Resource handle 'file_ptr' freed twice. [doubleFree]
fwknop-2.6.9/server/access.c:196:13: error: Resource handle 'file_ptr' freed twice. [doubleFree]
fwknop-2.6.9/server/access.c:1699:0: error: Deallocating a deallocated pointer: file_ptr [deallocDealloc]
fwknop-2.6.9/server/access.c:2406:0: error: Deallocating a deallocated pointer: file_ptr [deallocDealloc]
fwknop-2.6.9/server/cmd_cycle.c:86:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fwknop-2.6.9/server/cmd_cycle.c:87:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fwknop-2.6.9/server/cmd_cycle.c:387:5: style: Variable 'clist' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/server/cmd_cycle.c:385:0: note: Variable 'clist' is reassigned a value before the old one has been used.
fwknop-2.6.9/server/cmd_cycle.c:387:5: note: Variable 'clist' is reassigned a value before the old one has been used.
fwknop-2.6.9/server/cmd_cycle.c:330:25: style: The scope of the variable 'do_delete' can be reduced. [variableScope]
fwknop-2.6.9/server/config_init.c:1064:21: style: The scope of the variable 'ndx' can be reduced. [variableScope]
fwknop-2.6.9/server/config_init.c:331:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fwknop-2.6.9/server/config_init.c:351:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fwknop-2.6.9/server/extcmd.c:124:13: style: The scope of the variable 'so_read_buf' can be reduced. [variableScope]
fwknop-2.6.9/server/extcmd.c:126:13: style: The scope of the variable 'output' can be reduced. [variableScope]
fwknop-2.6.9/server/fwknopd.c:338:25: style: The scope of the variable 'locale' can be reduced. [variableScope]
fwknop-2.6.9/server/fwknopd.c:473:13: style: The scope of the variable 'rp_cache_count' can be reduced. [variableScope]
fwknop-2.6.9/server/fwknopd.c:560:14: style: The scope of the variable 'res' can be reduced. [variableScope]
fwknop-2.6.9/server/fwknopd.c:602:14: style: The scope of the variable 'last_sig' can be reduced. [variableScope]
fwknop-2.6.9/server/fwknopd.c:651:14: style: The scope of the variable 'res' can be reduced. [variableScope]
fwknop-2.6.9/server/fwknopd.c:651:23: style: The scope of the variable 'is_err' can be reduced. [variableScope]
fwknop-2.6.9/server/fwknopd.c:651:35: style: The scope of the variable 'sleep_num' can be reduced. [variableScope]
fwknop-2.6.9/server/fwknopd.c:725:35: style: Function 'check_dir_path' argument 1 names different: declaration 'path' definition 'filepath'. [funcArgNamesDifferent]
fwknop-2.6.9/server/fwknopd.c:49:46: note: Function 'check_dir_path' argument 1 names different: declaration 'path' definition 'filepath'.
fwknop-2.6.9/server/fwknopd.c:725:35: note: Function 'check_dir_path' argument 1 names different: declaration 'path' definition 'filepath'.
fwknop-2.6.9/server/fwknopd.c:725:64: style: Function 'check_dir_path' argument 2 names different: declaration 'path_name' definition 'fp_desc'. [funcArgNamesDifferent]
fwknop-2.6.9/server/fwknopd.c:50:28: note: Function 'check_dir_path' argument 2 names different: declaration 'path_name' definition 'fp_desc'.
fwknop-2.6.9/server/fwknopd.c:725:64: note: Function 'check_dir_path' argument 2 names different: declaration 'path_name' definition 'fp_desc'.
fwknop-2.6.9/server/fwknopd.c:811:34: style: Function 'make_dir_path' argument 1 names different: declaration 'path' definition 'run_dir'. [funcArgNamesDifferent]
fwknop-2.6.9/server/fwknopd.c:51:45: note: Function 'make_dir_path' argument 1 names different: declaration 'path' definition 'run_dir'.
fwknop-2.6.9/server/fwknopd.c:811:34: note: Function 'make_dir_path' argument 1 names different: declaration 'path' definition 'run_dir'.
fwknop-2.6.9/server/incoming_spa.c:838:8: style: Condition 'not_enabled' is always false [knownConditionTrueFalse]
fwknop-2.6.9/server/incoming_spa.c:813:26: note: Assignment 'not_enabled=0', assigned value is 0
fwknop-2.6.9/server/incoming_spa.c:838:8: note: Condition 'not_enabled' is always false
fwknop-2.6.9/server/incoming_spa.c:183:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/server/incoming_spa.c:177:0: note: Variable 'res' is reassigned a value before the old one has been used.
fwknop-2.6.9/server/incoming_spa.c:183:5: note: Variable 'res' is reassigned a value before the old one has been used.
fwknop-2.6.9/server/incoming_spa.c:264:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
fwknop-2.6.9/server/incoming_spa.c:262:0: note: Variable 'res' is reassigned a value before the old one has been used.
fwknop-2.6.9/server/incoming_spa.c:264:5: note: Variable 'res' is reassigned a value before the old one has been used.
fwknop-2.6.9/server/incoming_spa.c:57:14: style: The scope of the variable 'xff' can be reduced. [variableScope]
fwknop-2.6.9/server/incoming_spa.c:58:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fwknop-2.6.9/server/incoming_spa.c:303:17: style: The scope of the variable 'ts_diff' can be reduced. [variableScope]
fwknop-2.6.9/server/log_msg.c:159:17: style: The scope of the variable 'apse' can be reduced. [variableScope]
fwknop-2.6.9/server/nfq_capture.c:55:9: style: The scope of the variable 'pkt_len' can be reduced. [variableScope]
fwknop-2.6.9/server/nfq_capture.c:56:9: style: The scope of the variable 'verdict' can be reduced. [variableScope]
fwknop-2.6.9/server/process_packet.c:50:26: style: The scope of the variable 'tcph_p' can be reduced. [variableScope]
fwknop-2.6.9/server/process_packet.c:45:39: style: Function 'process_packet' argument 1 names different: declaration 'opts' definition 'args'. [funcArgNamesDifferent]
fwknop-2.6.9/server/process_packet.h:56:44: note: Function 'process_packet' argument 1 names different: declaration 'opts' definition 'args'.
fwknop-2.6.9/server/process_packet.c:45:39: note: Function 'process_packet' argument 1 names different: declaration 'opts' definition 'args'.
fwknop-2.6.9/server/replay_cache.c:69:0: error: #error "File cache method disabled, and No GDBM or NDBM header file found. WTF?" [preprocessorErrorDirective]
fwknop-2.6.9/server/tcp_server.c:59:58: style: The scope of the variable 'selval' can be reduced. [variableScope]
fwknop-2.6.9/server/udp_server.c:55:44: style: The scope of the variable 'selval' can be reduced. [variableScope]
fwknop-2.6.9/server/utils.c:176:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fwknop-2.6.9/server/utils.c:176:12: style: The scope of the variable 'have_newline' can be reduced. [variableScope]
fwknop-2.6.9/server/utils.c:210:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fwknop-2.6.9/test/asan/use-after-free.c:7:0: warning: Size of pointer 'x' used instead of size of its data. [pointerSize]
fwknop-2.6.9/test/fko-wrapper/fko_wrapper.c:638:12: style: The scope of the variable 'res' can be reduced. [variableScope]
fwknop-2.6.9/test/fko-wrapper/fko_wrapper.c:706:12: style: The scope of the variable 'res' can be reduced. [variableScope]
fwknop-2.6.9/test/fko-wrapper/fko_wrapper.c:668:15: style: Function 'spa_func_int' argument 3 names different: declaration 'spa_func' definition 'spa_set'. [funcArgNamesDifferent]
fwknop-2.6.9/test/fko-wrapper/fko_wrapper.c:59:15: note: Function 'spa_func_int' argument 3 names different: declaration 'spa_func' definition 'spa_set'.
fwknop-2.6.9/test/fko-wrapper/fko_wrapper.c:668:15: note: Function 'spa_func_int' argument 3 names different: declaration 'spa_func' definition 'spa_set'.
[23:03]

ftp://ftp.se.debian.org/debian/pool/main/f/fwknop-gui/fwknop-gui_1.3+dfsg.orig.tar.gz
fwknop-gui-1.3-release/configs.cpp:28:10: style: The scope of the variable 'tmpindex' can be reduced. [variableScope]
fwknop-gui-1.3-release/configs.cpp:181:9: style: The scope of the variable 'res' can be reduced. [variableScope]
fwknop-gui-1.3-release/configs.h:67:14: performance: Technically the member function 'Config::getAllConfigs' can be static. [functionStatic]
fwknop-gui-1.3-release/configs.cpp:23:14: note: Technically the member function 'Config::getAllConfigs' can be static.
fwknop-gui-1.3-release/configs.h:67:14: note: Technically the member function 'Config::getAllConfigs' can be static.
fwknop-gui-1.3-release/wizard.h:29:3: style: Class 'wizardDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwknop-gui-1.3-release/general_config.h:26:3: style: Class 'gConfigDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fwknop-gui-1.3-release/rc_export.cpp:37:5: style: Variable 'configBuf' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fwknop-gui-1.3-release/rc_export.cpp:25:0: note: Variable 'configBuf' is reassigned a value before the old one has been used if variable is no semaphore variable.
fwknop-gui-1.3-release/rc_export.cpp:37:5: note: Variable 'configBuf' is reassigned a value before the old one has been used if variable is no semaphore variable.
[23:03]

ftp://ftp.se.debian.org/debian/pool/main/f/fwlogwatch/fwlogwatch_1.4.orig.tar.gz
fwlogwatch-1.4/compare.c:213:7: warning: Possible null pointer dereference: tail [nullPointer]
fwlogwatch-1.4/compare.c:173:21: note: Assignment 'tail=NULL', assigned value is 0
fwlogwatch-1.4/compare.c:213:7: note: Null pointer dereference
fwlogwatch-1.4/compare.c:166:33: style: The scope of the variable 'tail' can be reduced. [variableScope]
fwlogwatch-1.4/compare.c:167:7: style: The scope of the variable 'size' can be reduced. [variableScope]
fwlogwatch-1.4/compare.c:167:13: style: The scope of the variable 'merges' can be reduced. [variableScope]
fwlogwatch-1.4/compare.c:167:21: style: The scope of the variable 'psize' can be reduced. [variableScope]
fwlogwatch-1.4/compare.c:167:28: style: The scope of the variable 'qsize' can be reduced. [variableScope]
fwlogwatch-1.4/compare.c:167:35: style: The scope of the variable 'i' can be reduced. [variableScope]
fwlogwatch-1.4/compare.c:225:24: style: The scope of the variable 'error' can be reduced. [variableScope]
fwlogwatch-1.4/compare.c:195:29: style: Checking if unsigned variable 'compare(p,q)' is less than zero. [unsignedLessThanZero]
fwlogwatch-1.4/compare.c:164:55: style: Function 'fwlw_pc_mergesort' argument 1 names different: declaration 'list1' definition 'list'. [funcArgNamesDifferent]
fwlogwatch-1.4/compare.h:9:55: note: Function 'fwlw_pc_mergesort' argument 1 names different: declaration 'list1' definition 'list'.
fwlogwatch-1.4/compare.c:164:55: note: Function 'fwlw_pc_mergesort' argument 1 names different: declaration 'list1' definition 'list'.
fwlogwatch-1.4/modes.c:49:15: style: The scope of the variable 'hit' can be reduced. [variableScope]
fwlogwatch-1.4/modes.c:456:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fwlogwatch-1.4/modes.c:543:9: style: The scope of the variable 'pidfile' can be reduced. [variableScope]
fwlogwatch-1.4/modes.c:714:22: style: The scope of the variable 'stime' can be reduced. [variableScope]
fwlogwatch-1.4/modes.c:715:19: style: The scope of the variable 'loop' can be reduced. [variableScope]
fwlogwatch-1.4/net.c:327:7: style: The scope of the variable 'count' can be reduced. [variableScope]
fwlogwatch-1.4/net.c:327:18: style: The scope of the variable 'max' can be reduced. [variableScope]
fwlogwatch-1.4/output.c:97:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fwlogwatch-1.4/output.c:99:5: note: Found duplicate branches for 'if' and 'else'.
fwlogwatch-1.4/output.c:97:3: note: Found duplicate branches for 'if' and 'else'.
fwlogwatch-1.4/output.c:391:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
fwlogwatch-1.4/output.c:393:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
fwlogwatch-1.4/parser.c:36:11: error: Width 32 given in format string (no. 4) is larger than destination buffer 'name[32]', use %31s to prevent overflowing it. [invalidScanfFormatWidth]
fwlogwatch-1.4/parser.c:36:11: error: Width 1024 given in format string (no. 5) is larger than destination buffer 'rest[1024]', use %1023s to prevent overflowing it. [invalidScanfFormatWidth]
fwlogwatch-1.4/parser.c:234:17: style: The scope of the variable 'i' can be reduced. [variableScope]
fwlogwatch-1.4/resolve.c:108:12: style: The scope of the variable 'dst' can be reduced. [variableScope]
fwlogwatch-1.4/resolve.c:108:26: style: The scope of the variable 'dst2' can be reduced. [variableScope]
fwlogwatch-1.4/response.c:41:14: error: Width 10 given in format string (no. 1) is larger than destination buffer 'chain[10]', use %9s to prevent overflowing it. [invalidScanfFormatWidth]
fwlogwatch-1.4/response.c:41:14: error: Width 36 given in format string (no. 2) is larger than destination buffer 'src_dst[36]', use %35s to prevent overflowing it. [invalidScanfFormatWidth]
fwlogwatch-1.4/response.c:41:14: error: Width 16 given in format string (no. 3) is larger than destination buffer 'interface[16]', use %15s to prevent overflowing it. [invalidScanfFormatWidth]
fwlogwatch-1.4/response.c:41:14: error: Width 80 given in format string (no. 7) is larger than destination buffer 'rest[80]', use %79s to prevent overflowing it. [invalidScanfFormatWidth]
fwlogwatch-1.4/response.c:443:2: warning: Possible null pointer dereference: tail [nullPointer]
fwlogwatch-1.4/response.c:403:16: note: Assignment 'tail=NULL', assigned value is 0
fwlogwatch-1.4/response.c:443:2: note: Null pointer dereference
fwlogwatch-1.4/response.c:387:35: style: The scope of the variable 'tail' can be reduced. [variableScope]
fwlogwatch-1.4/response.c:388:7: style: The scope of the variable 'size' can be reduced. [variableScope]
fwlogwatch-1.4/response.c:388:13: style: The scope of the variable 'merges' can be reduced. [variableScope]
fwlogwatch-1.4/response.c:388:21: style: The scope of the variable 'psize' can be reduced. [variableScope]
fwlogwatch-1.4/response.c:388:28: style: The scope of the variable 'qsize' can be reduced. [variableScope]
fwlogwatch-1.4/response.c:388:35: style: The scope of the variable 'i' can be reduced. [variableScope]
fwlogwatch-1.4/response.c:425:34: style: Checking if unsigned variable 'hs_compare(p,q)' is less than zero. [unsignedLessThanZero]
fwlogwatch-1.4/response.c:83:7: error: Memory pointed to by 'buf' is freed twice. [doubleFree]
fwlogwatch-1.4/response.c:88:3: error: Memory pointed to by 'buf' is freed twice. [doubleFree]
fwlogwatch-1.4/utils.c:435:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fwlogwatch-1.4/utils.c:35:10: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
fwlogwatch-1.4/whois.c:150:16: warning: Either the condition 'desce!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fwlogwatch-1.4/whois.c:146:12: note: Assuming that condition 'desce!=NULL' is not redundant
fwlogwatch-1.4/whois.c:150:16: note: Null pointer addition
fwlogwatch-1.4/whois.c:160:16: warning: Either the condition 'desce!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fwlogwatch-1.4/whois.c:156:12: note: Assuming that condition 'desce!=NULL' is not redundant
fwlogwatch-1.4/whois.c:160:16: note: Null pointer addition
fwlogwatch-1.4/whois.c:170:16: warning: Either the condition 'desce!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fwlogwatch-1.4/whois.c:166:12: note: Assuming that condition 'desce!=NULL' is not redundant
fwlogwatch-1.4/whois.c:170:16: note: Null pointer addition
fwlogwatch-1.4/whois.c:60:16: style: The scope of the variable 'retval' can be reduced. [variableScope]
fwlogwatch-1.4/whois.c:76:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fwlogwatch-1.4/whois.c:105:15: style: The scope of the variable 'descs' can be reduced. [variableScope]
fwlogwatch-1.4/whois.c:105:23: style: The scope of the variable 'desce' can be reduced. [variableScope]
fwlogwatch-1.4/whois.c:126:37: style: The scope of the variable 'descs' can be reduced. [variableScope]
[23:04]

ftp://ftp.se.debian.org/debian/pool/main/f/fwsnort/fwsnort_1.6.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/f/fwupd/fwupd_1.1.1.orig.tar.gz
fwupd-1.1.1/libfwupd/fwupd-client.c:248:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/libfwupd/fwupd-client.c:244:0: note: Variable 'array' is reassigned a value before the old one has been used.
fwupd-1.1.1/libfwupd/fwupd-client.c:248:2: note: Variable 'array' is reassigned a value before the old one has been used.
fwupd-1.1.1/libfwupd/fwupd-client.c:271:2: style: Variable 'array' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/libfwupd/fwupd-client.c:266:0: note: Variable 'array' is reassigned a value before the old one has been used.
fwupd-1.1.1/libfwupd/fwupd-client.c:271:2: note: Variable 'array' is reassigned a value before the old one has been used.
fwupd-1.1.1/libfwupd/fwupd-client.c:311:2: style: Variable 'remotes' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/libfwupd/fwupd-client.c:307:0: note: Variable 'remotes' is reassigned a value before the old one has been used.
fwupd-1.1.1/libfwupd/fwupd-client.c:311:2: note: Variable 'remotes' is reassigned a value before the old one has been used.
fwupd-1.1.1/libfwupd/fwupd-client.c:1361:21: style: Function 'fwupd_client_modify_device' argument 2 names different: declaration 'device_id' definition 'remote_id'. [funcArgNamesDifferent]
fwupd-1.1.1/libfwupd/fwupd-client.h:113:22: note: Function 'fwupd_client_modify_device' argument 2 names different: declaration 'device_id' definition 'remote_id'.
fwupd-1.1.1/libfwupd/fwupd-client.c:1361:21: note: Function 'fwupd_client_modify_device' argument 2 names different: declaration 'device_id' definition 'remote_id'.
fwupd-1.1.1/plugins/altos/fu-altos-device.c:95:42: style: Function 'fu_altos_device_get_kind' argument 1 names different: declaration 'device' definition 'self'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/altos/fu-altos-device.h:38:61: note: Function 'fu_altos_device_get_kind' argument 1 names different: declaration 'device' definition 'self'.
fwupd-1.1.1/plugins/altos/fu-altos-device.c:95:42: note: Function 'fu_altos_device_get_kind' argument 1 names different: declaration 'device' definition 'self'.
fwupd-1.1.1/plugins/altos/fu-altos-device.c:666:39: style: Function 'fu_altos_device_probe' argument 1 names different: declaration 'device' definition 'self'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/altos/fu-altos-device.h:39:51: note: Function 'fu_altos_device_probe' argument 1 names different: declaration 'device' definition 'self'.
fwupd-1.1.1/plugins/altos/fu-altos-device.c:666:39: note: Function 'fu_altos_device_probe' argument 1 names different: declaration 'device' definition 'self'.
fwupd-1.1.1/plugins/colorhug/fu-colorhug-device.c:435:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/colorhug/fu-colorhug-device.c:434:0: note: Variable 'self' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/colorhug/fu-colorhug-device.c:435:2: note: Variable 'self' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/colorhug/fu-colorhug-device.c:203:57: style: Function 'fu_colorhug_device_set_flash_success' argument 1 names different: declaration 'device' definition 'self'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/colorhug/fu-colorhug-device.h:23:67: note: Function 'fu_colorhug_device_set_flash_success' argument 1 names different: declaration 'device' definition 'self'.
fwupd-1.1.1/plugins/colorhug/fu-colorhug-device.c:203:57: note: Function 'fu_colorhug_device_set_flash_success' argument 1 names different: declaration 'device' definition 'self'.
fwupd-1.1.1/plugins/csr/fu-csr-device.c:589:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/csr/fu-csr-device.c:588:0: note: Variable 'device' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/csr/fu-csr-device.c:589:2: note: Variable 'device' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-dell-smi.c:105:36: style: Function 'fu_dell_detect_dock' argument 1 names different: declaration 'obj' definition 'smi_obj'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/dell/fu-dell-smi.h:87:36: note: Function 'fu_dell_detect_dock' argument 1 names different: declaration 'obj' definition 'smi_obj'.
fwupd-1.1.1/plugins/dell/fu-dell-smi.c:105:36: note: Function 'fu_dell_detect_dock' argument 1 names different: declaration 'obj' definition 'smi_obj'.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:133:2: style: Variable 'system_id_str' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:129:0: note: Variable 'system_id_str' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:133:2: note: Variable 'system_id_str' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:166:2: style: Variable 'de_table' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:160:0: note: Variable 'de_table' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:166:2: note: Variable 'de_table' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:513:2: style: Variable 'de_table' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:508:0: note: Variable 'de_table' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:513:2: note: Variable 'de_table' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:605:2: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:599:0: note: Variable 'out' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:605:2: note: Variable 'out' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:749:2: style: Variable 'device_alt' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:741:0: note: Variable 'device_alt' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:749:2: note: Variable 'device_alt' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:349:15: style: The scope of the variable 'query_str' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dell/fu-plugin-dell.c:829:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dell/fu-self-test.c:141:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/dell/fu-self-test.c:127:2: note: Variable 'ret' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dell/fu-self-test.c:141:2: note: Variable 'ret' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dfu/dfu-chunked.c:117:2: style: Variable 'segments' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/dfu/dfu-chunked.c:110:0: note: Variable 'segments' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dfu/dfu-chunked.c:117:2: note: Variable 'segments' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/dfu/dfu-chunked.c:79:35: style: Function 'dfu_chunked_to_string' argument 1 names different: declaration 'chunked' definition 'segments'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/dfu/dfu-chunked.h:30:45: note: Function 'dfu_chunked_to_string' argument 1 names different: declaration 'chunked' definition 'segments'.
fwupd-1.1.1/plugins/dfu/dfu-chunked.c:79:35: note: Function 'dfu_chunked_to_string' argument 1 names different: declaration 'chunked' definition 'segments'.
fwupd-1.1.1/plugins/dfu/dfu-firmware.c:638:12: style: The scope of the variable 'image' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dfu/dfu-target-stm.c:95:10: style: The scope of the variable 'chunk_tmp' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dfu/dfu-target.c:877:10: style: The scope of the variable 'chunk_tmp' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dfu/dfu-target.c:995:13: style: The scope of the variable 'sector' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dfu/dfu-tool.c:126:14: style: The scope of the variable 'item' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dfu/dfu-tool.c:690:14: style: The scope of the variable 'element' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dfu/dfu-tool.c:691:12: style: The scope of the variable 'image' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dfu/dfu-tool.c:766:14: style: The scope of the variable 'element' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dfu/dfu-tool.c:768:12: style: The scope of the variable 'image' can be reduced. [variableScope]
fwupd-1.1.1/plugins/dfu/dfu-tool.c:2019:14: style: The scope of the variable 'target' can be reduced. [variableScope]
fwupd-1.1.1/plugins/ebitdo/fu-ebitdo-common.c:14:47: style: Function 'fu_ebitdo_pkt_type_to_string' argument 1 names different: declaration 'type' definition 'cmd'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/ebitdo/fu-ebitdo-common.h:70:61: note: Function 'fu_ebitdo_pkt_type_to_string' argument 1 names different: declaration 'type' definition 'cmd'.
fwupd-1.1.1/plugins/ebitdo/fu-ebitdo-common.c:14:47: note: Function 'fu_ebitdo_pkt_type_to_string' argument 1 names different: declaration 'type' definition 'cmd'.
fwupd-1.1.1/plugins/ebitdo/fu-ebitdo-device.c:336:46: style: Function 'fu_ebitdo_device_get_serial' argument 1 names different: declaration 'device' definition 'self'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/ebitdo/fu-ebitdo-device.h:23:62: note: Function 'fu_ebitdo_device_get_serial' argument 1 names different: declaration 'device' definition 'self'.
fwupd-1.1.1/plugins/ebitdo/fu-ebitdo-device.c:336:46: note: Function 'fu_ebitdo_device_get_serial' argument 1 names different: declaration 'device' definition 'self'.
fwupd-1.1.1/plugins/redfish/fu-redfish-client.c:154:12: style: The scope of the variable 'node_root' can be reduced. [variableScope]
fwupd-1.1.1/plugins/redfish/fu-redfish-client.c:155:14: style: The scope of the variable 'member' can be reduced. [variableScope]
fwupd-1.1.1/plugins/steelseries/fu-steelseries-device.c:121:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/steelseries/fu-steelseries-device.c:120:0: note: Variable 'device' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/steelseries/fu-steelseries-device.c:121:2: note: Variable 'device' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/synapticsmst/fu-self-test.c:34:2: style: Variable 'devices' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/synapticsmst/fu-self-test.c:28:0: note: Variable 'devices' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/synapticsmst/fu-self-test.c:34:2: note: Variable 'devices' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-common.c:126:7: style: The scope of the variable 'deadline' can be reduced. [variableScope]
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-common.c:207:7: style: The scope of the variable 'deadline' can be reduced. [variableScope]
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-device.c:466:59: style: Function 'synapticsmst_device_enumerate_device' argument 1 names different: declaration 'devices' definition 'device'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-device.h:91:71: note: Function 'synapticsmst_device_enumerate_device' argument 1 names different: declaration 'devices' definition 'device'.
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-device.c:466:59: note: Function 'synapticsmst_device_enumerate_device' argument 1 names different: declaration 'devices' definition 'device'.
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-device.c:467:24: style: Function 'synapticsmst_device_enumerate_device' argument 2 names different: declaration 'sytem_type' definition 'system_type'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-device.h:92:22: note: Function 'synapticsmst_device_enumerate_device' argument 2 names different: declaration 'sytem_type' definition 'system_type'.
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-device.c:467:24: note: Function 'synapticsmst_device_enumerate_device' argument 2 names different: declaration 'sytem_type' definition 'system_type'.
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-device.c:1409:18: style: Function 'synapticsmst_device_write_firmware' argument 4 names different: declaration 'user_data' definition 'progress_data'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-device.h:97:19: note: Function 'synapticsmst_device_write_firmware' argument 4 names different: declaration 'user_data' definition 'progress_data'.
fwupd-1.1.1/plugins/synapticsmst/synapticsmst-device.c:1409:18: note: Function 'synapticsmst_device_write_firmware' argument 4 names different: declaration 'user_data' definition 'progress_data'.
fwupd-1.1.1/plugins/thunderbolt-power/fu-plugin-thunderbolt-power.c:43:15: style: The scope of the variable 'driver' can be reduced. [variableScope]
fwupd-1.1.1/plugins/thunderbolt/fu-self-test.c:842:14: style: struct member 'TestParam::firmware_file' is never used. [unusedStructMember]
fwupd-1.1.1/plugins/udev/fu-rom-tool.c:48:11: style: The scope of the variable 'str' can be reduced. [variableScope]
fwupd-1.1.1/plugins/udev/fu-rom.c:253:28: style: Condition 'hdr->image_len>=15' is always true [knownConditionTrueFalse]
fwupd-1.1.1/plugins/udev/fu-rom.c:295:18: style: The scope of the variable 'hdr' can be reduced. [variableScope]
fwupd-1.1.1/plugins/udev/fu-rom.c:317:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fwupd-1.1.1/plugins/udev/fu-rom.c:450:9: style: The scope of the variable 'str' can be reduced. [variableScope]
fwupd-1.1.1/plugins/uefi/efi/fwupdate.c:77:17: style: The scope of the variable 'args1' can be reduced. [variableScope]
fwupd-1.1.1/plugins/uefi/efi/fwupdate.c:1220:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
fwupd-1.1.1/plugins/uefi/fu-self-test.c:27:26: warning: String literal compared with variable 'g_assert_cmpstr'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:141:21: style: Same expression on both sides of '&&' because the value of '!action_enable' and '!action_info' are the same. [duplicateExpression]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:53:27: note: 'action_enable' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:54:25: note: 'action_info' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:141:21: note: Same expression on both sides of '&&' because the value of '!action_enable' and '!action_info' are the same.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:141:37: style: Same expression on both sides of '&&' because the value of '!action_list' and '!action_info' are the same. [duplicateExpression]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:55:25: note: 'action_list' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:54:25: note: 'action_info' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:141:37: note: Same expression on both sides of '&&' because the value of '!action_list' and '!action_info' are the same.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:141:53: style: Same expression on both sides of '&&' because the value of '!action_log' and '!action_list' are the same. [duplicateExpression]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:56:24: note: 'action_log' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:55:25: note: 'action_list' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:141:53: note: Same expression on both sides of '&&' because the value of '!action_log' and '!action_list' are the same.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:141:68: style: Same expression on both sides of '&&' because the value of '!action_set_debug' and '!action_log' are the same. [duplicateExpression]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:57:30: note: 'action_set_debug' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:56:24: note: 'action_log' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:141:68: note: Same expression on both sides of '&&' because the value of '!action_set_debug' and '!action_log' are the same.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:142:24: style: Same expression on both sides of '&&' because the value of '!action_supported' and '!action_set_debug' are the same. [duplicateExpression]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:58:30: note: 'action_supported' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:57:30: note: 'action_set_debug' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:142:24: note: Same expression on both sides of '&&' because the value of '!action_supported' and '!action_set_debug' are the same.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:142:45: style: Same expression on both sides of '&&' because the value of '!action_unset_debug' and '!action_supported' are the same. [duplicateExpression]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:59:32: note: 'action_unset_debug' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:58:30: note: 'action_supported' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:142:45: note: Same expression on both sides of '&&' because the value of '!action_unset_debug' and '!action_supported' are the same.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:142:68: style: Same expression on both sides of '&&' because the value of '!action_version' and '!action_unset_debug' are the same. [duplicateExpression]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:60:28: note: 'action_version' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:59:32: note: 'action_unset_debug' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:142:68: note: Same expression on both sides of '&&' because the value of '!action_version' and '!action_unset_debug' are the same.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:192:18: style: Same expression on both sides of '||' because the value of 'action_list' and 'action_supported' are the same. [duplicateExpression]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:55:25: note: 'action_list' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:58:30: note: 'action_supported' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:192:18: note: Same expression on both sides of '||' because the value of 'action_list' and 'action_supported' are the same.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:192:38: style: Same expression on both sides of '||' because the value of 'action_info' and 'action_supported' are the same. [duplicateExpression]
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:54:25: note: 'action_info' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:58:30: note: 'action_supported' is assigned value 'FALSE' here.
fwupd-1.1.1/plugins/uefi/fu-uefi-tool.c:192:38: note: Same expression on both sides of '||' because the value of 'action_info' and 'action_supported' are the same.
fwupd-1.1.1/plugins/uefi/fu-uefi-vars.c:241:16: style: Function 'fu_uefi_vars_set_data' argument 4 names different: declaration 'sz' definition 'data_sz'. [funcArgNamesDifferent]
fwupd-1.1.1/plugins/uefi/fu-uefi-vars.h:39:16: note: Function 'fu_uefi_vars_set_data' argument 4 names different: declaration 'sz' definition 'data_sz'.
fwupd-1.1.1/plugins/uefi/fu-uefi-vars.c:241:16: note: Function 'fu_uefi_vars_set_data' argument 4 names different: declaration 'sz' definition 'data_sz'.
fwupd-1.1.1/plugins/unifying/lu-context.c:672:2: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/unifying/lu-context.c:671:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/unifying/lu-context.c:672:2: note: Variable 'ctx' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/unifying/lu-device-peripheral.c:122:28: style: Same expression on both sides of '&&'. [duplicateExpression]
fwupd-1.1.1/plugins/wacomhid/fu-wac-device.c:173:54: style: Condition 'FU_WAC_DEVICE_FEATURE_FLAG_ALLOW_TRUNC==0' is always false [knownConditionTrueFalse]
fwupd-1.1.1/plugins/wacomhid/fu-wac-device.c:222:54: style: Condition 'FU_WAC_DEVICE_FEATURE_FLAG_ALLOW_TRUNC==0' is always false [knownConditionTrueFalse]
fwupd-1.1.1/plugins/wacomhid/fu-wac-device.c:890:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/wacomhid/fu-wac-device.c:889:0: note: Variable 'device' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/wacomhid/fu-wac-device.c:890:2: note: Variable 'device' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/wacomhid/fu-wac-module-bluetooth.c:185:2: style: Variable 'module' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/wacomhid/fu-wac-module-bluetooth.c:184:0: note: Variable 'module' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/wacomhid/fu-wac-module-bluetooth.c:185:2: note: Variable 'module' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/wacomhid/fu-wac-module-touch.c:107:2: style: Variable 'module' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/plugins/wacomhid/fu-wac-module-touch.c:106:0: note: Variable 'module' is reassigned a value before the old one has been used.
fwupd-1.1.1/plugins/wacomhid/fu-wac-module-touch.c:107:2: note: Variable 'module' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-common.c:280:2: style: Variable 'arch' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/src/fu-common.c:275:0: note: Variable 'arch' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-common.c:280:2: note: Variable 'arch' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-config.c:450:45: style: Variable 'archive_size_max' is assigned a value that is never used. [unreadVariable]
fwupd-1.1.1/src/fu-engine.c:348:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/src/fu-engine.c:337:0: note: Variable 'app' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-engine.c:348:2: note: Variable 'app' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-engine.c:588:3: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/src/fu-engine.c:587:0: note: Variable 'app' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-engine.c:588:3: note: Variable 'app' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-engine.c:625:2: style: Variable 'device' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/src/fu-engine.c:613:0: note: Variable 'device' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-engine.c:625:2: note: Variable 'device' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-engine.c:1031:13: style: The scope of the variable 'provides' can be reduced. [variableScope]
fwupd-1.1.1/src/fu-engine.c:1352:12: style: Function 'fu_engine_install_blob' argument 4 names different: declaration 'blob_fw' definition 'blob_fw2'. [funcArgNamesDifferent]
fwupd-1.1.1/src/fu-engine.h:103:18: note: Function 'fu_engine_install_blob' argument 4 names different: declaration 'blob_fw' definition 'blob_fw2'.
fwupd-1.1.1/src/fu-engine.c:1352:12: note: Function 'fu_engine_install_blob' argument 4 names different: declaration 'blob_fw' definition 'blob_fw2'.
fwupd-1.1.1/src/fu-main.c:1238:10: style: Expression is always false because 'else if' condition matches previous condition at line 1236. [multiCondition]
fwupd-1.1.1/src/fu-main.c:405:52: style: Function 'fu_main_authorize_install_queue' argument 1 names different: declaration 'helper' definition 'helper_ref'. [funcArgNamesDifferent]
fwupd-1.1.1/src/fu-main.c:382:64: note: Function 'fu_main_authorize_install_queue' argument 1 names different: declaration 'helper' definition 'helper_ref'.
fwupd-1.1.1/src/fu-main.c:405:52: note: Function 'fu_main_authorize_install_queue' argument 1 names different: declaration 'helper' definition 'helper_ref'.
fwupd-1.1.1/src/fu-plugin.c:767:62: style: Function 'fu_plugin_lookup_quirk_by_id' argument 2 names different: declaration 'prefix' definition 'group'. [funcArgNamesDifferent]
fwupd-1.1.1/src/fu-plugin.h:132:22: note: Function 'fu_plugin_lookup_quirk_by_id' argument 2 names different: declaration 'prefix' definition 'group'.
fwupd-1.1.1/src/fu-plugin.c:767:62: note: Function 'fu_plugin_lookup_quirk_by_id' argument 2 names different: declaration 'prefix' definition 'group'.
fwupd-1.1.1/src/fu-plugin.c:767:82: style: Function 'fu_plugin_lookup_quirk_by_id' argument 3 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
fwupd-1.1.1/src/fu-plugin.h:133:22: note: Function 'fu_plugin_lookup_quirk_by_id' argument 3 names different: declaration 'id' definition 'key'.
fwupd-1.1.1/src/fu-plugin.c:767:82: note: Function 'fu_plugin_lookup_quirk_by_id' argument 3 names different: declaration 'id' definition 'key'.
fwupd-1.1.1/src/fu-self-test.c:1999:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fwupd-1.1.1/src/fu-self-test.c:2045:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fwupd-1.1.1/src/fu-self-test.c:2089:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fwupd-1.1.1/src/fu-self-test.c:2120:25: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fwupd-1.1.1/src/fu-self-test.c:2149:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fwupd-1.1.1/src/fu-self-test.c:2177:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fwupd-1.1.1/src/fu-self-test.c:2203:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fwupd-1.1.1/src/fu-self-test.c:2231:30: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fwupd-1.1.1/src/fu-util.c:445:2: style: Variable 'warning_markup' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/src/fu-util.c:441:0: note: Variable 'warning_markup' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-util.c:445:2: note: Variable 'warning_markup' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-util.c:2189:3: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
fwupd-1.1.1/src/fu-util.c:2180:0: note: Variable 'keys' is reassigned a value before the old one has been used.
fwupd-1.1.1/src/fu-util.c:2189:3: note: Variable 'keys' is reassigned a value before the old one has been used.
[23:04]

ftp://ftp.se.debian.org/debian/pool/main/f/fwupdate/fwupdate_8.orig.tar.gz
fwupdate-8/efi/fwupdate.c:837:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
fwupdate-8/linux/util.h:76:32: warning: Either the condition 'size>(unsigned long)-4097' is redundant or realloc() argument nr 2 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
fwupdate-8/linux/util.h:72:13: note: Assuming that condition 'size>(unsigned long)-4097' is not redundant
fwupdate-8/linux/util.h:76:32: note: Invalid argument
fwupdate-8/linux/libfwup.c:188:10: style: Condition 'rc<0' is always true [knownConditionTrueFalse]
fwupdate-8/linux/libfwup.c:187:26: note: Assignment 'rc=fwup_esrt_disabled()', assigned value is -1
fwupdate-8/linux/libfwup.c:188:10: note: Condition 'rc<0' is always true
fwupdate-8/linux/libfwup.c:1090:2: style: Variable 'fullpath' is reassigned a value before the old one has been used. [redundantAssignment]
fwupdate-8/linux/libfwup.c:1083:0: note: Variable 'fullpath' is reassigned a value before the old one has been used.
fwupdate-8/linux/libfwup.c:1090:2: note: Variable 'fullpath' is reassigned a value before the old one has been used.
fwupdate-8/linux/libfwup.c:1050:27: style: Checking if unsigned variable 'ucs2len' is less than zero. [unsignedLessThanZero]
fwupdate-8/linux/libfwup.c:1360:22: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fwupdate-8/linux/ucs2.h:21:22: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fwupdate-8/linux/ucs2.h:16:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:182:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:238:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:245:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:351:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:358:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:426:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:714:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:717:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:814:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fwupdate-8/linux/libfwup.c:1519:18: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fwupdate-8/linux/libfwup.c:429:3: error: Memory leak: new [memleak]
[23:04]

ftp://ftp.se.debian.org/debian/pool/main/f/fxlinuxprint/fxlinuxprint_1.1.0+ds.orig.tar.xz
fxlinuxprint-1.1.0+ds/codec.c:62:18: style: The scope of the variable 'sum' can be reduced. [variableScope]
fxlinuxprint-1.1.0+ds/codec.c:67:9: style: The scope of the variable 'validEncDigits' can be reduced. [variableScope]
fxlinuxprint-1.1.0+ds/codec.c:68:9: style: The scope of the variable 'validDecDigits' can be reduced. [variableScope]
fxlinuxprint-1.1.0+ds/fxlinuxprint.c:365:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fxlinuxprint-1.1.0+ds/fxlinuxprint.c:366:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fxlinuxprint-1.1.0+ds/fxlinuxprint.c:368:10: style: The scope of the variable 'myalloc' can be reduced. [variableScope]
fxlinuxprint-1.1.0+ds/fxlinuxprint.c:372:17: style: The scope of the variable 'p_choice' can be reduced. [variableScope]
fxlinuxprint-1.1.0+ds/fxlinuxprint.c:458:10: style: The scope of the variable 'decode_buff' can be reduced. [variableScope]
[23:04]

ftp://ftp.se.debian.org/debian/pool/main/f/fxload/fxload_0.0.20081013.orig.tar.gz
fxload-2008_10_13/ezusb.c:529:25: style: Function 'ezusb_load_ram' argument 1 names different: declaration 'dev' definition 'fd'. [funcArgNamesDifferent]
fxload-2008_10_13/ezusb.h:34:32: note: Function 'ezusb_load_ram' argument 1 names different: declaration 'dev' definition 'fd'.
fxload-2008_10_13/ezusb.c:529:25: note: Function 'ezusb_load_ram' argument 1 names different: declaration 'dev' definition 'fd'.
fxload-2008_10_13/ezusb.c:609:0: error: Resource leak: image [resourceLeak]
fxload-2008_10_13/ezusb.c:817:0: error: Resource leak: image [resourceLeak]
fxload-2008_10_13/main.c:252:6: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fxload-2008_10_13/main.c:251:0: note: Variable 'rc' is reassigned a value before the old one has been used.
fxload-2008_10_13/main.c:252:6: note: Variable 'rc' is reassigned a value before the old one has been used.
[23:04]

ftp://ftp.se.debian.org/debian/pool/main/f/fxt/fxt_0.3.8.orig.tar.gz
fxt-0.3.8/kernel/linux-fkt/kernel/fkt-mod.c:224:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fxt-0.3.8/kernel/linux-fkt/kernel/fkt-mod.c:316:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fxt-0.3.8/kernel/linux-fkt/kernel/fkt-mod.c:602:18: style: The scope of the variable 'oops' can be reduced. [variableScope]
fxt-0.3.8/tools/fxt.h:417:0: error: #error Unable to find a supported host architecture [preprocessorErrorDirective]
fxt-0.3.8/tools/fkt_extract.c:58:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fxt-0.3.8/tools/fkt_extract.c:76:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fxt-0.3.8/tools/fkt_extract.c:37:14: style: The scope of the variable 'donebuffer' can be reduced. [variableScope]
fxt-0.3.8/tools/fkt_extract.c:94:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
fxt-0.3.8/tools/fkt_extract.c:58:31: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fxt-0.3.8/tools/fkt_extract.c:76:32: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fxt-0.3.8/tools/fkt_select.c:111:6: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fxt-0.3.8/tools/fkt_select.c:111:6: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fxt-0.3.8/tools/fkt_select.c:117:13: style: Unsigned variable 'mousex' can't be negative so it is unnecessary to test it. [unsignedPositive]
fxt-0.3.8/tools/fkt_select.c:117:45: style: Unsigned variable 'mousey' can't be negative so it is unnecessary to test it. [unsignedPositive]
fxt-0.3.8/tools/fkt_select.c:81:2: error: Common realloc mistake: 'cols' nulled but not freed upon failure [memleakOnRealloc]
[23:04]

ftp://ftp.se.debian.org/debian/pool/main/f/fyba/fyba_4.1.1.orig.tar.gz
fyba-4.1.1/src/FYBA/FYHO.cpp:86:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fyba-4.1.1/src/FYBA/FYHO.cpp:139:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fyba-4.1.1/src/FYBA/FYHO.cpp:1376:11: style: Condition '!ferdig' is always true [knownConditionTrueFalse]
fyba-4.1.1/src/FYBA/FYHO.cpp:1362:11: note: Assuming that condition '!ferdig' is not redundant
fyba-4.1.1/src/FYBA/FYHO.cpp:1376:11: note: Condition '!ferdig' is always true
fyba-4.1.1/src/FYBA/FYHO.cpp:911:26: style: The scope of the variable 'type' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYHO.cpp:912:10: style: The scope of the variable 'funnet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYHO.cpp:913:10: style: The scope of the variable 'ferdig' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYHO.cpp:914:10: style: The scope of the variable 'sett' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYHO.cpp:1185:10: style: The scope of the variable 'ferdig' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYHO.cpp:1423:10: style: The scope of the variable 'ierr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYHO.cpp:399:25: style: Function 'ho_GetTrans' argument 1 names different: declaration 'fil' definition 'pFil'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fybax.h:337:25: note: Function 'ho_GetTrans' argument 1 names different: declaration 'fil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYHO.cpp:399:25: note: Function 'ho_GetTrans' argument 1 names different: declaration 'fil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYHO.cpp:687:28: style: Function 'ho_GetKvalitet' argument 1 names different: declaration 'fil' definition 'pFil'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fybax.h:335:28: note: Function 'ho_GetKvalitet' argument 1 names different: declaration 'fil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYHO.cpp:687:28: note: Function 'ho_GetKvalitet' argument 1 names different: declaration 'fil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYHO.cpp:792:28: style: Function 'ho_GetTegnsett' argument 1 names different: declaration 'pfFil' definition 'pFil'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fybax.h:341:28: note: Function 'ho_GetTegnsett' argument 1 names different: declaration 'pfFil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYHO.cpp:792:28: note: Function 'ho_GetTegnsett' argument 1 names different: declaration 'pfFil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYHO.cpp:908:23: style: Function 'ho_GetVal' argument 1 names different: declaration 'fil' definition 'pFil'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fybax.h:334:23: note: Function 'ho_GetVal' argument 1 names different: declaration 'fil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYHO.cpp:908:23: note: Function 'ho_GetVal' argument 1 names different: declaration 'fil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYHO.cpp:1183:25: style: Function 'ho_TestSOSI' argument 1 names different: declaration 'fil' definition 'pFil'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fybax.h:333:25: note: Function 'ho_TestSOSI' argument 1 names different: declaration 'fil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYHO.cpp:1183:25: note: Function 'ho_TestSOSI' argument 1 names different: declaration 'fil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYLB.cpp:758:19: style: The scope of the variable 'siste' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:760:10: style: The scope of the variable 'pszNgisLag' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:997:10: style: The scope of the variable 'pnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:1189:9: style: The scope of the variable 'pt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:1190:33: style: The scope of the variable 'tall' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:1257:9: style: The scope of the variable 'szFlagg' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:1886:10: style: The scope of the variable 'gp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:1890:10: style: The scope of the variable 'pszNgisFlagg' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2047:14: style: The scope of the variable 'Endret' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2049:9: style: The scope of the variable 'l' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2051:15: style: The scope of the variable 'pFil' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2053:9: style: The scope of the variable 'lGmlSnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2057:9: style: The scope of the variable 'lAntRef' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2058:9: style: The scope of the variable 'lNyAntRef' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2060:36: style: The scope of the variable 'plRef' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2060:43: style: The scope of the variable 'plNyRef' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2061:11: style: The scope of the variable 'fiNy' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2063:9: style: The scope of the variable 'bStorbue' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2362:10: style: The scope of the variable 'Endret' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2362:17: style: The scope of the variable 'gnavn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2363:16: style: The scope of the variable 'sTilPkt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2365:9: style: The scope of the variable 'lAktSnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2365:17: style: The scope of the variable 'lFraSnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2557:18: style: The scope of the variable 'gilin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2559:9: style: The scope of the variable 'szTx' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2779:10: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2779:12: style: The scope of the variable 'len' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3010:10: style: The scope of the variable 'start' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3011:10: style: The scope of the variable 'pszTil' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3011:19: style: The scope of the variable 'pszFra' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3107:9: style: The scope of the variable 'start' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3107:15: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3108:12: style: The scope of the variable 'pdAust' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3108:21: style: The scope of the variable 'pdNord' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3110:18: style: The scope of the variable 'ulP1' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3110:23: style: The scope of the variable 'ulP2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3110:28: style: The scope of the variable 'ulDelta' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3247:21: style: The scope of the variable 'npinf' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3248:9: style: The scope of the variable 'snr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3253:11: style: The scope of the variable 'd' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3254:10: style: The scope of the variable 'sLagreNavn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3255:10: style: The scope of the variable 'sRefFunnet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3257:11: style: The scope of the variable 'dEnhet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3258:11: style: The scope of the variable 'dEnhet_h' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3259:11: style: The scope of the variable 'dEnhet_d' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3599:9: style: The scope of the variable 'lNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3754:32: style: The scope of the variable 'nah' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3756:18: style: The scope of the variable 'ulOfset' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3758:9: style: The scope of the variable 'szError' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3759:11: style: The scope of the variable 'dN' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3759:14: style: The scope of the variable 'dA' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:3760:10: style: The scope of the variable 'sFilMindre' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:4067:21: style: The scope of the variable 'pGrInfo' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:4186:10: style: The scope of the variable 'iant' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:4187:11: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:4188:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:4327:18: style: The scope of the variable 'gml_niv' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:4328:9: style: The scope of the variable 'cTmp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLB.cpp:2045:40: style: Function 'LC_SplittGr' argument 1 names different: declaration 'p1' definition 'sP1'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1268:41: note: Function 'LC_SplittGr' argument 1 names different: declaration 'p1' definition 'sP1'.
fyba-4.1.1/src/FYBA/FYLB.cpp:2045:40: note: Function 'LC_SplittGr' argument 1 names different: declaration 'p1' definition 'sP1'.
fyba-4.1.1/src/FYBA/FYLB.cpp:2045:49: style: Function 'LC_SplittGr' argument 2 names different: declaration 'p2' definition 'sP2'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1268:49: note: Function 'LC_SplittGr' argument 2 names different: declaration 'p2' definition 'sP2'.
fyba-4.1.1/src/FYBA/FYLB.cpp:2045:49: note: Function 'LC_SplittGr' argument 2 names different: declaration 'p2' definition 'sP2'.
fyba-4.1.1/src/FYBA/FYLB.cpp:2432:20: style: Variable 'lFraSnr' is assigned a value that is never used. [unreadVariable]
fyba-4.1.1/src/FYBA/FYLH.cpp:373:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fyba-4.1.1/src/FYBA/FYLH.cpp:257:12: style: Variable 'ngi' is reassigned a value before the old one has been used. [redundantAssignment]
fyba-4.1.1/src/FYBA/FYLH.cpp:255:12: note: Variable 'ngi' is reassigned a value before the old one has been used.
fyba-4.1.1/src/FYBA/FYLH.cpp:257:12: note: Variable 'ngi' is reassigned a value before the old one has been used.
fyba-4.1.1/src/FYBA/FYLH.cpp:89:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:249:12: style: The scope of the variable 'ngi' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:250:9: style: The scope of the variable 'c' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:706:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:773:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:823:9: style: The scope of the variable 'c' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:825:11: style: The scope of the variable 'dNV_N' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:825:18: style: The scope of the variable 'dNV_A' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:825:25: style: The scope of the variable 'dOH_A' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:825:32: style: The scope of the variable 'dOH_N' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:970:9: style: The scope of the variable 'szTx' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLH.cpp:299:23: style: Variable 'ngi' is assigned a value that is never used. [unreadVariable]
fyba-4.1.1/src/FYBA/FYLI.cpp:886:4: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fyba-4.1.1/src/FYBA/FYLI.cpp:1458:4: style: Variable 'pBase' is reassigned a value before the old one has been used. [redundantAssignment]
fyba-4.1.1/src/FYBA/FYLI.cpp:1454:4: note: Variable 'pBase' is reassigned a value before the old one has been used.
fyba-4.1.1/src/FYBA/FYLI.cpp:1458:4: note: Variable 'pBase' is reassigned a value before the old one has been used.
fyba-4.1.1/src/FYBA/FYLI.cpp:130:9: style: The scope of the variable 'drive2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:130:28: style: The scope of the variable 'dir2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:130:43: style: The scope of the variable 'fname2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:130:62: style: The scope of the variable 'ext2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:357:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:359:11: style: The scope of the variable 'pplSnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:360:20: style: The scope of the variable 'ppulBt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:423:15: style: The scope of the variable 'lSnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:425:10: style: The scope of the variable 'pF' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:426:16: style: The scope of the variable 'pRL' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:530:9: style: The scope of the variable 'drive2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:530:28: style: The scope of the variable 'dir2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:530:43: style: The scope of the variable 'fname2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:530:62: style: The scope of the variable 'ext2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:743:11: style: The scope of the variable 'pplGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:782:11: style: The scope of the variable 'pplGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:782:20: style: The scope of the variable 'pL' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:783:8: style: The scope of the variable 'antall' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:838:22: style: The scope of the variable 'ppGt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:878:22: style: The scope of the variable 'ppGt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:921:20: style: The scope of the variable 'ppulFlag' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:961:20: style: The scope of the variable 'ppulFlag' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:1957:9: style: The scope of the variable 'lAntRef' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:1959:9: style: The scope of the variable 'l' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:1963:10: style: The scope of the variable 'plRefArr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:2031:10: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:2032:21: style: The scope of the variable 'pGrt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:2077:10: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:2078:21: style: The scope of the variable 'pGrt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:2123:10: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:2124:21: style: The scope of the variable 'pGrt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:2168:21: style: The scope of the variable 'pGrt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLI.cpp:2209:21: style: The scope of the variable 'pGrt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:622:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fyba-4.1.1/src/FYBA/FYLO.cpp:983:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
fyba-4.1.1/src/FYBA/FYLO.cpp:1145:10: style: The scope of the variable 'sStatus' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:1508:9: style: The scope of the variable 'szSosiNiv' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:1863:10: style: The scope of the variable 'siste' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:1867:9: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:1869:20: style: The scope of the variable 'pForrigeGrInfo' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:1869:36: style: The scope of the variable 'pGrInfo' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:1871:10: style: The scope of the variable 'avbrutt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:1872:11: style: The scope of the variable 'lengde_faktor' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:1874:10: style: The scope of the variable 'pnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:2144:9: style: The scope of the variable 'szTx' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLO.cpp:1136:45: style: Function 'LC_OpenSos' argument 5 names different: declaration 'ppFil' definition 'pFil'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1125:51: note: Function 'LC_OpenSos' argument 5 names different: declaration 'ppFil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYLO.cpp:1136:45: note: Function 'LC_OpenSos' argument 5 names different: declaration 'ppFil' definition 'pFil'.
fyba-4.1.1/src/FYBA/FYLO.cpp:1860:47: style: Function 'LO_InklSos' argument 2 names different: declaration 'vising' definition 'sVisStatus'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/FYLO.cpp:23:53: note: Function 'LO_InklSos' argument 2 names different: declaration 'vising' definition 'sVisStatus'.
fyba-4.1.1/src/FYBA/FYLO.cpp:1860:47: note: Function 'LO_InklSos' argument 2 names different: declaration 'vising' definition 'sVisStatus'.
fyba-4.1.1/src/FYBA/FYLP.cpp:922:20: warning: Either the condition 'if(pPolygon)' is redundant or there is possible null pointer dereference: pPolygon. [nullPointerRedundantCheck]
fyba-4.1.1/src/FYBA/FYLP.cpp:929:7: note: Assuming that condition 'if(pPolygon)' is not redundant
fyba-4.1.1/src/FYBA/FYLP.cpp:922:20: note: Null pointer dereference
fyba-4.1.1/src/FYBA/FYLP.cpp:402:10: style: The scope of the variable 'gilin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:403:38: style: The scope of the variable 'ginfo' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:403:45: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:404:9: style: The scope of the variable 'szOrd' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:405:10: style: The scope of the variable 'ledig_linje' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:643:9: style: The scope of the variable 'lSnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:648:10: style: The scope of the variable 'sRetning' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:650:10: style: The scope of the variable 'sGiLinNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:651:10: style: The scope of the variable 'sOy' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:653:10: style: The scope of the variable 'sRefLin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:778:9: style: The scope of the variable 'lSnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:779:10: style: The scope of the variable 'sRetning' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:780:10: style: The scope of the variable 'sGiLinNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:781:10: style: The scope of the variable 'sFerdig' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:783:10: style: The scope of the variable 'sRefLin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLP.cpp:913:10: style: The scope of the variable 'sAntSkjaer' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:113:9: style: The scope of the variable 'pt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:231:11: style: The scope of the variable 'dDeltaN' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:356:9: style: The scope of the variable 'ref_arr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:357:18: style: The scope of the variable 'ref_status' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:358:9: style: The scope of the variable 'ant_ref' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:359:10: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:362:11: style: The scope of the variable 'min_n' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:362:17: style: The scope of the variable 'min_a' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:362:23: style: The scope of the variable 'max_n' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:362:29: style: The scope of the variable 'max_a' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:567:19: style: The scope of the variable 'pRL' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:614:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:709:19: style: The scope of the variable 'pRL' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1094:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1221:14: style: The scope of the variable 'gruppenavn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1222:13: style: The scope of the variable 'pt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1411:18: style: The scope of the variable 'ref_status' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1412:9: style: The scope of the variable 'ant_ref' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1413:14: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1477:11: style: The scope of the variable 'maxa' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1479:9: style: The scope of the variable 'pt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1482:9: style: The scope of the variable 'punkt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1484:11: style: The scope of the variable 'n_arr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1484:26: style: The scope of the variable 'a_arr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1623:11: style: The scope of the variable 'dDeltaAreal' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1623:23: style: The scope of the variable 'dMinDeltaAreal' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1914:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1914:10: style: The scope of the variable 'iFunnet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1914:18: style: The scope of the variable 'iIdx' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:1914:25: style: The scope of the variable 'iFerdig' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLR.cpp:753:70: style: Function 'LC_FFGeoFil' argument 2 names different: declaration 'pFil' definition 'pOnsketFil'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1364:69: note: Function 'LC_FFGeoFil' argument 2 names different: declaration 'pFil' definition 'pOnsketFil'.
fyba-4.1.1/src/FYBA/FYLR.cpp:753:70: note: Function 'LC_FFGeoFil' argument 2 names different: declaration 'pFil' definition 'pOnsketFil'.
fyba-4.1.1/src/FYBA/FYLR.cpp:1911:30: style: Function 'LR_R_Delete' argument 1 names different: declaration 'pCL' definition 'pRL'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fybax.h:298:30: note: Function 'LR_R_Delete' argument 1 names different: declaration 'pCL' definition 'pRL'.
fyba-4.1.1/src/FYBA/FYLR.cpp:1911:30: note: Function 'LR_R_Delete' argument 1 names different: declaration 'pCL' definition 'pRL'.
fyba-4.1.1/src/FYBA/FYLR.cpp:1778:27: style: Variable 'dMaxAust' is assigned a value that is never used. [unreadVariable]
fyba-4.1.1/src/FYBA/FYLS.cpp:208:14: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLS.cpp:261:14: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLS.cpp:310:14: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLS.cpp:358:14: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLS.cpp:402:14: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLS.cpp:450:14: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLS.cpp:492:14: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLS.cpp:537:9: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLS.cpp:582:9: style: The scope of the variable 'lGrNr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1476:20: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fyba-4.1.1/src/FYBA/FYLU.cpp:1478:15: note: Found duplicate branches for 'if' and 'else'.
fyba-4.1.1/src/FYBA/FYLU.cpp:1476:20: note: Found duplicate branches for 'if' and 'else'.
fyba-4.1.1/src/FYBA/FYLU.cpp:568:24: style: Same expression on both sides of '||' because the value of 'sAktNiv<sNiv' and 'sNiv>sAktNiv' are the same. [duplicateExpression]
fyba-4.1.1/src/FYBA/FYLU.cpp:246:16: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:247:21: style: The scope of the variable 'pUB' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:248:10: style: The scope of the variable 'sNiv' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:342:8: style: The scope of the variable 'sFunnet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:407:11: style: The scope of the variable 'pKomFil' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:408:10: style: The scope of the variable 'sFunnet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:409:9: style: The scope of the variable 'szTx' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:409:19: style: The scope of the variable 'ord' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:409:27: style: The scope of the variable 'szNavn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:410:15: style: The scope of the variable 'lesefeil' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:411:10: style: The scope of the variable 'sForrigeMaxPrioritet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:682:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1426:12: style: The scope of the variable 'gnavn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1426:18: style: The scope of the variable 'tilslag' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1426:26: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1426:28: style: The scope of the variable 'avbryt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1428:9: style: The scope of the variable 'ant_ref' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1431:8: style: The scope of the variable 'avbrutt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1432:8: style: The scope of the variable 'gs' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1436:16: style: The scope of the variable 'ref_status' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1541:10: style: The scope of the variable 'avbrutt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1609:9: style: The scope of the variable 'lPunkt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1610:10: style: The scope of the variable 'avbrutt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:1612:10: style: The scope of the variable 'sFunnet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2216:23: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2394:10: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2394:12: style: The scope of the variable 'sFerdig' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2395:10: style: The scope of the variable 'NyPrior' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2496:9: style: The scope of the variable 'szTx' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2600:9: style: The scope of the variable 'lPnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2601:10: style: The scope of the variable 'sPrior' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2601:17: style: The scope of the variable 'sKolonne' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2792:9: style: The scope of the variable 'lAntRef' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2794:22: style: The scope of the variable 'plRef' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2795:9: style: The scope of the variable 'l' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2861:9: style: The scope of the variable 'lAntRef' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2863:22: style: The scope of the variable 'plRef' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:2864:9: style: The scope of the variable 'l' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLU.cpp:850:66: style: Function 'LU_SjekkDatatype' argument 3 names different: declaration 'sType' definition 'psType'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/FYLU.cpp:39:66: note: Function 'LU_SjekkDatatype' argument 3 names different: declaration 'sType' definition 'psType'.
fyba-4.1.1/src/FYBA/FYLU.cpp:850:66: note: Function 'LU_SjekkDatatype' argument 3 names different: declaration 'sType' definition 'psType'.
fyba-4.1.1/src/FYBA/FYLU.cpp:2260:44: style: Function 'LU_AppUtvalg' argument 1 names different: declaration 'pUtBlokk' definition 'pUB'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/FYLU.cpp:36:44: note: Function 'LU_AppUtvalg' argument 1 names different: declaration 'pUtBlokk' definition 'pUB'.
fyba-4.1.1/src/FYBA/FYLU.cpp:2260:44: note: Function 'LU_AppUtvalg' argument 1 names different: declaration 'pUtBlokk' definition 'pUB'.
fyba-4.1.1/src/FYBA/FYLX.cpp:2055:16: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
fyba-4.1.1/src/FYBA/FYLX.cpp:126:9: style: The scope of the variable 'antall' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:178:9: style: The scope of the variable 'snr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:178:13: style: The scope of the variable 'grnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:276:9: style: The scope of the variable 'snr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:276:13: style: The scope of the variable 'grnr' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:276:18: style: The scope of the variable 'antall' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:277:18: style: The scope of the variable 'ucRetning' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:432:10: style: The scope of the variable 'gp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:434:10: style: The scope of the variable 'gilin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:435:10: style: The scope of the variable 'sRefLin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:505:10: style: The scope of the variable 'sRefLin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:580:10: style: The scope of the variable 'gilin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:581:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:582:38: style: The scope of the variable 'ginfo' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:582:45: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:583:10: style: The scope of the variable 'ledig_linje' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1299:9: style: The scope of the variable 'tx' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1414:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1474:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1658:39: style: The scope of the variable 'pp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1658:50: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1779:10: style: The scope of the variable 'gi_lin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1779:17: style: The scope of the variable 'sAntallBlank' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1779:30: style: The scope of the variable 'sSosiLen' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1779:39: style: The scope of the variable 'sFortegn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1779:48: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1782:9: style: The scope of the variable 'cSkilleTegn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1783:10: style: The scope of the variable 'sLedd' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1784:10: style: The scope of the variable 'sStart' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1785:10: style: The scope of the variable 'sSlutt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1786:10: style: The scope of the variable 'funnet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1787:10: style: The scope of the variable 'sFormater' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1788:10: style: The scope of the variable 'sFlyttKomma' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:1789:10: style: The scope of the variable 'sAntDes' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2196:10: style: The scope of the variable 'lin' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2196:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2196:16: style: The scope of the variable 'sAntallBlank' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2197:21: style: The scope of the variable 'szSosiNavn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2198:10: style: The scope of the variable 'sAntDes' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2199:9: style: The scope of the variable 'format' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2200:33: style: The scope of the variable 'h' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2201:9: style: The scope of the variable 'cSkilleTegn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2202:10: style: The scope of the variable 'sLedd' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2203:10: style: The scope of the variable 'sStart' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2204:10: style: The scope of the variable 'sSlutt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2205:10: style: The scope of the variable 'funnet' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2494:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2656:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2697:38: style: The scope of the variable 'gp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:2999:9: style: The scope of the variable 'punkt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:3069:41: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:3113:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:3229:33: style: The scope of the variable 'sGmlLen' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:3229:41: style: The scope of the variable 'sNyLen' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:3620:9: style: The scope of the variable 'pt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:3621:12: style: The scope of the variable 'pdA' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:3621:17: style: The scope of the variable 'pdN' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:3684:9: style: The scope of the variable 'pt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:3685:11: style: The scope of the variable 'dGiHoyde' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4043:18: style: The scope of the variable 'ulOfset' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4092:10: style: The scope of the variable 'sNyLen' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4092:18: style: The scope of the variable 'sGmlLen' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4093:9: style: The scope of the variable 'pt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4094:18: style: The scope of the variable 'ulOfset' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4507:14: style: The scope of the variable 'pt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4507:26: style: The scope of the variable 'punkt' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4512:11: style: The scope of the variable 'a_forrige' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4512:26: style: The scope of the variable 'n_forrige' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4512:41: style: The scope of the variable 'a' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4512:44: style: The scope of the variable 'n' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4513:10: style: The scope of the variable 'forste' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4611:9: style: The scope of the variable 'l' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4659:9: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4660:23: style: The scope of the variable 'h1' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4660:26: style: The scope of the variable 'h2' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4660:29: style: The scope of the variable 'da' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4660:32: style: The scope of the variable 'dn' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:4660:35: style: The scope of the variable 'dh' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/FYLX.cpp:923:51: style: Redundant pointer operation on 'radius' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:924:54: style: Redundant pointer operation on 'as' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:924:61: style: Redundant pointer operation on 'ns' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:924:68: style: Redundant pointer operation on 'fi' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:924:75: style: Redundant pointer operation on 'dfi' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:935:45: style: Redundant pointer operation on 'as' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:935:52: style: Redundant pointer operation on 'ns' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:935:59: style: Redundant pointer operation on 'radius' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:935:70: style: Redundant pointer operation on 'fi' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:935:77: style: Redundant pointer operation on 'dfi' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:945:27: style: Redundant pointer operation on 'as' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:945:34: style: Redundant pointer operation on 'ns' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:945:41: style: Redundant pointer operation on 'radius' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:946:30: style: Redundant pointer operation on 'fi' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:946:37: style: Redundant pointer operation on 'dfi' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:957:48: style: Redundant pointer operation on 'as' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:957:55: style: Redundant pointer operation on 'ns' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:957:62: style: Redundant pointer operation on 'radius' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:957:73: style: Redundant pointer operation on 'fi' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:957:80: style: Redundant pointer operation on 'dfi' - it's already a pointer. [redundantPointerOp]
fyba-4.1.1/src/FYBA/FYLX.cpp:47:56: style: Function 'LC_InitGetRefFlate' argument 1 names different: declaration 'pGrfStat' definition 'pGS'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1171:57: note: Function 'LC_InitGetRefFlate' argument 1 names different: declaration 'pGrfStat' definition 'pGS'.
fyba-4.1.1/src/FYBA/FYLX.cpp:47:56: note: Function 'LC_InitGetRefFlate' argument 1 names different: declaration 'pGrfStat' definition 'pGS'.
fyba-4.1.1/src/FYBA/FYLX.cpp:123:52: style: Function 'LC_GetRefFlate' argument 1 names different: declaration 'RefStat' definition 'GrfStat'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1172:53: note: Function 'LC_GetRefFlate' argument 1 names different: declaration 'RefStat' definition 'GrfStat'.
fyba-4.1.1/src/FYBA/FYLX.cpp:123:52: note: Function 'LC_GetRefFlate' argument 1 names different: declaration 'RefStat' definition 'GrfStat'.
fyba-4.1.1/src/FYBA/FYLX.cpp:123:75: style: Function 'LC_GetRefFlate' argument 2 names different: declaration 'sHent' definition 'usHent'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1172:76: note: Function 'LC_GetRefFlate' argument 2 names different: declaration 'sHent' definition 'usHent'.
fyba-4.1.1/src/FYBA/FYLX.cpp:123:75: note: Function 'LC_GetRefFlate' argument 2 names different: declaration 'sHent' definition 'usHent'.
fyba-4.1.1/src/FYBA/FYLX.cpp:2194:65: style: Function 'LC_GetPiVerdi' argument 2 names different: declaration 'sPnr' definition 'lPnr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1208:66: note: Function 'LC_GetPiVerdi' argument 2 names different: declaration 'sPnr' definition 'lPnr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:2194:65: note: Function 'LC_GetPiVerdi' argument 2 names different: declaration 'sPnr' definition 'lPnr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:2778:33: style: Function 'LC_InitPP' argument 4 names different: declaration 'pp_status' definition 'pp_stat'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1206:50: note: Function 'LC_InitPP' argument 4 names different: declaration 'pp_status' definition 'pp_stat'.
fyba-4.1.1/src/FYBA/FYLX.cpp:2778:33: note: Function 'LC_InitPP' argument 4 names different: declaration 'pp_status' definition 'pp_stat'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3152:36: style: Function 'LC_PutGi' argument 1 names different: declaration 'gilin' definition 'lin_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1214:38: note: Function 'LC_PutGi' argument 1 names different: declaration 'gilin' definition 'lin_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3152:36: note: Function 'LC_PutGi' argument 1 names different: declaration 'gilin' definition 'lin_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3152:56: style: Function 'LC_PutGi' argument 2 names different: declaration 'ginfo' definition 'pszGinfo'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1214:56: note: Function 'LC_PutGi' argument 2 names different: declaration 'ginfo' definition 'pszGinfo'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3152:56: note: Function 'LC_PutGi' argument 2 names different: declaration 'ginfo' definition 'pszGinfo'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3496:37: style: Function 'LC_GetGi' argument 1 names different: declaration 'gilin' definition 'lin_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1213:38: note: Function 'LC_GetGi' argument 1 names different: declaration 'gilin' definition 'lin_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3496:37: note: Function 'LC_GetGi' argument 1 names different: declaration 'gilin' definition 'lin_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3575:35: style: Function 'LC_GetTK' argument 1 names different: declaration 'pkt' definition 'punkt_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1215:37: note: Function 'LC_GetTK' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3575:35: note: Function 'LC_GetTK' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3764:35: style: Function 'LC_PutTH' argument 1 names different: declaration 'pkt' definition 'punkt_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1222:37: note: Function 'LC_PutTH' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3764:35: note: Function 'LC_PutTH' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3811:37: style: Function 'LC_GetTH' argument 1 names different: declaration 'pkt' definition 'punkt_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1221:37: note: Function 'LC_GetTH' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:3811:37: note: Function 'LC_GetTH' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4041:36: style: Function 'LC_GetPi' argument 1 names different: declaration 'pkt' definition 'punkt_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1227:37: note: Function 'LC_GetPi' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4041:36: note: Function 'LC_GetPi' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4090:36: style: Function 'LC_PutPi' argument 1 names different: declaration 'pkt' definition 'punkt_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1228:37: note: Function 'LC_PutPi' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4090:36: note: Function 'LC_PutPi' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4090:58: style: Function 'LC_PutPi' argument 2 names different: declaration 'pi' definition 'pinfo'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1228:53: note: Function 'LC_PutPi' argument 2 names different: declaration 'pi' definition 'pinfo'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4090:58: note: Function 'LC_PutPi' argument 2 names different: declaration 'pi' definition 'pinfo'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4321:36: style: Function 'LC_GetKp' argument 1 names different: declaration 'pkt' definition 'punkt_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1229:37: note: Function 'LC_GetKp' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4321:36: note: Function 'LC_GetKp' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4357:35: style: Function 'LC_PutKp' argument 1 names different: declaration 'pkt' definition 'punkt_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1230:37: note: Function 'LC_PutKp' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:4357:35: note: Function 'LC_PutKp' argument 1 names different: declaration 'pkt' definition 'punkt_nr'.
fyba-4.1.1/src/FYBA/FYLX.cpp:1610:13: style: Variable 'ngi' is assigned a value that is never used. [unreadVariable]
fyba-4.1.1/src/FYBA/Fyba_Callback.cpp:83:29: style: Function 'LC_ErrorHandler' argument 1 names different: declaration 'ifeilnr' definition 'feil_nr'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1478:31: note: Function 'LC_ErrorHandler' argument 1 names different: declaration 'ifeilnr' definition 'feil_nr'.
fyba-4.1.1/src/FYBA/Fyba_Callback.cpp:83:29: note: Function 'LC_ErrorHandler' argument 1 names different: declaration 'ifeilnr' definition 'feil_nr'.
fyba-4.1.1/src/FYBA/Fyba_Callback.cpp:136:41: style: Function 'LC_StartMessageHandler' argument 1 names different: declaration 'cfil' definition 'fnam'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1479:43: note: Function 'LC_StartMessageHandler' argument 1 names different: declaration 'cfil' definition 'fnam'.
fyba-4.1.1/src/FYBA/Fyba_Callback.cpp:136:41: note: Function 'LC_StartMessageHandler' argument 1 names different: declaration 'cfil' definition 'fnam'.
fyba-4.1.1/src/FYBA/Fyba_melding.cpp:119:34: style: Function 'LC_StartMessage' argument 1 names different: declaration 'cfil' definition 'pszFilnavn'. [funcArgNamesDifferent]
fyba-4.1.1/src/FYBA/fyba.h:1465:35: note: Function 'LC_StartMessage' argument 1 names different: declaration 'cfil' definition 'pszFilnavn'.
fyba-4.1.1/src/FYBA/Fyba_melding.cpp:119:34: note: Function 'LC_StartMessage' argument 1 names different: declaration 'cfil' definition 'pszFilnavn'.
fyba-4.1.1/src/FYBA/fyln.cpp:864:29: style: Redundant condition: If 'EXPR == '.'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
fyba-4.1.1/src/FYBA/fyln.cpp:504:14: style: The scope of the variable 'ip' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/fyln.cpp:597:14: style: The scope of the variable 'ip' can be reduced. [variableScope]
fyba-4.1.1/src/FYBA/fyln.cpp:647:9: style: The scope of the variable 'ord' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:137:27: style: The scope of the variable 'heltute' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:137:40: style: The scope of the variable 'kryss' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:675:11: style: The scope of the variable 'mina' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:675:16: style: The scope of the variable 'minn' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:675:21: style: The scope of the variable 'maxa' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:675:26: style: The scope of the variable 'maxn' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:761:15: style: The scope of the variable 'root' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:761:33: style: The scope of the variable 'xj0' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:761:37: style: The scope of the variable 'yj0' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:761:41: style: The scope of the variable 'fygx' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:761:46: style: The scope of the variable 'fxgy' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:761:51: style: The scope of the variable 't' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:761:53: style: The scope of the variable 'fginv' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:761:59: style: The scope of the variable 't1' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:761:62: style: The scope of the variable 't2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:924:36: style: The scope of the variable 'dstinv' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:924:43: style: The scope of the variable 'sumrsq' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:924:50: style: The scope of the variable 'root' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:924:55: style: The scope of the variable 'a' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:924:57: style: The scope of the variable 'n' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:924:59: style: The scope of the variable 'afac' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:924:64: style: The scope of the variable 'nfac' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:925:11: style: The scope of the variable 'scl' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:925:15: style: The scope of the variable 'delrsq' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1011:27: style: The scope of the variable 'retning' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1131:49: style: The scope of the variable 'u' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1357:30: style: The scope of the variable 'dstinv' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1357:37: style: The scope of the variable 'sumrsq' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1357:44: style: The scope of the variable 'root' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1357:49: style: The scope of the variable 'a' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1357:51: style: The scope of the variable 'n' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1357:53: style: The scope of the variable 'afac' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1357:58: style: The scope of the variable 'nfac' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1357:63: style: The scope of the variable 'fi2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1357:67: style: The scope of the variable 'f1' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1451:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1451:14: style: The scope of the variable 'np' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1451:17: style: The scope of the variable 'fi2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1451:21: style: The scope of the variable 'fi3' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1451:25: style: The scope of the variable 'dfi2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1451:30: style: The scope of the variable 'dfi3' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1452:23: style: The scope of the variable 'pa2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1452:27: style: The scope of the variable 'pb2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1452:31: style: The scope of the variable 'pc2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1452:35: style: The scope of the variable 'pa3' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1452:39: style: The scope of the variable 'pb3' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1452:43: style: The scope of the variable 'pc3' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1581:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1581:14: style: The scope of the variable 'np' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1582:23: style: The scope of the variable 'pa2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1582:27: style: The scope of the variable 'pb2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1582:31: style: The scope of the variable 'pc2' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1582:35: style: The scope of the variable 'pa3' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1582:39: style: The scope of the variable 'pb3' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1582:43: style: The scope of the variable 'pc3' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1651:21: style: The scope of the variable 'rinv' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1651:36: style: The scope of the variable 'dmn' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1651:40: style: The scope of the variable 'dmx' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1651:44: style: The scope of the variable 'div' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1716:30: style: The scope of the variable 'rinv' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1763:15: style: The scope of the variable 'dinv' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1952:11: style: The scope of the variable 'a_forrige' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1952:21: style: The scope of the variable 'n_forrige' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1953:10: style: The scope of the variable 's' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:2993:9: style: The scope of the variable 'bNyttFastpunktFunnet' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:2994:15: style: The scope of the variable 'a1' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:2994:18: style: The scope of the variable 'n1' can be reduced. [variableScope]
fyba-4.1.1/src/GM/GM.cpp:1820:41: style: Function 'GM_RedVinkel' argument 1 names different: declaration 'fi' definition 'dFi'. [funcArgNamesDifferent]
fyba-4.1.1/src/GM/fygm.h:113:41: note: Function 'GM_RedVinkel' argument 1 names different: declaration 'fi' definition 'dFi'.
fyba-4.1.1/src/GM/GM.cpp:1820:41: note: Function 'GM_RedVinkel' argument 1 names different: declaration 'fi' definition 'dFi'.
fyba-4.1.1/src/GM/GM.cpp:1949:60: style: Function 'GM_Areal' argument 3 names different: declaration 'sNko' definition 'sAnt'. [funcArgNamesDifferent]
fyba-4.1.1/src/GM/fygm.h:109:60: note: Function 'GM_Areal' argument 3 names different: declaration 'sNko' definition 'sAnt'.
fyba-4.1.1/src/GM/GM.cpp:1949:60: note: Function 'GM_Areal' argument 3 names different: declaration 'sNko' definition 'sAnt'.
fyba-4.1.1/src/GM/GM.cpp:2740:39: style: Function 'GM_Avstand' argument 1 names different: declaration 'as' definition 'a1'. [funcArgNamesDifferent]
fyba-4.1.1/src/GM/fygm.h:107:39: note: Function 'GM_Avstand' argument 1 names different: declaration 'as' definition 'a1'.
fyba-4.1.1/src/GM/GM.cpp:2740:39: note: Function 'GM_Avstand' argument 1 names different: declaration 'as' definition 'a1'.
fyba-4.1.1/src/GM/GM.cpp:2740:50: style: Function 'GM_Avstand' argument 2 names different: declaration 'ns' definition 'n1'. [funcArgNamesDifferent]
fyba-4.1.1/src/GM/fygm.h:107:50: note: Function 'GM_Avstand' argument 2 names different: declaration 'ns' definition 'n1'.
fyba-4.1.1/src/GM/GM.cpp:2740:50: note: Function 'GM_Avstand' argument 2 names different: declaration 'ns' definition 'n1'.
fyba-4.1.1/src/GM/GM.cpp:2740:61: style: Function 'GM_Avstand' argument 3 names different: declaration 'a' definition 'a2'. [funcArgNamesDifferent]
fyba-4.1.1/src/GM/fygm.h:107:61: note: Function 'GM_Avstand' argument 3 names different: declaration 'a' definition 'a2'.
fyba-4.1.1/src/GM/GM.cpp:2740:61: note: Function 'GM_Avstand' argument 3 names different: declaration 'a' definition 'a2'.
fyba-4.1.1/src/GM/GM.cpp:2740:72: style: Function 'GM_Avstand' argument 4 names different: declaration 'n' definition 'n2'. [funcArgNamesDifferent]
fyba-4.1.1/src/GM/fygm.h:107:71: note: Function 'GM_Avstand' argument 4 names different: declaration 'n' definition 'n2'.
fyba-4.1.1/src/GM/GM.cpp:2740:72: note: Function 'GM_Avstand' argument 4 names different: declaration 'n' definition 'n2'.
fyba-4.1.1/src/GM/GM.cpp:609:9: style: Variable 't' is assigned a value that is never used. [unreadVariable]
fyba-4.1.1/src/UT/ANFORSEL.cpp:47:9: style: The scope of the variable 't1' can be reduced. [variableScope]
fyba-4.1.1/src/UT/ANFORSEL.cpp:47:12: style: The scope of the variable 't2' can be reduced. [variableScope]
fyba-4.1.1/src/UT/UT1.cpp:224:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fyba-4.1.1/src/UT/UT2.cpp:263:9: style: The scope of the variable 'iw' can be reduced. [variableScope]
fyba-4.1.1/src/UT/UT2.cpp:569:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/UT/UT2.cpp:972:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
fyba-4.1.1/src/UT/UT2.cpp:1006:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fyba-4.1.1/src/UT/UT2.cpp:1038:22: style: The scope of the variable 'pc' can be reduced. [variableScope]
fyba-4.1.1/src/UT/UT2.cpp:1038:27: style: The scope of the variable 'qc' can be reduced. [variableScope]
fyba-4.1.1/src/UT/UT2.cpp:40:51: style: Function 'UT_GetToken' argument 2 names different: declaration 'l_tok' definition 'tl'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:169:51: note: Function 'UT_GetToken' argument 2 names different: declaration 'l_tok' definition 'tl'.
fyba-4.1.1/src/UT/UT2.cpp:40:51: note: Function 'UT_GetToken' argument 2 names different: declaration 'l_tok' definition 'tl'.
fyba-4.1.1/src/UT/UT2.cpp:394:37: style: Function 'UT_StrCopy' argument 1 names different: declaration 'tx_to' definition 'dst'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:178:38: note: Function 'UT_StrCopy' argument 1 names different: declaration 'tx_to' definition 'dst'.
fyba-4.1.1/src/UT/UT2.cpp:394:37: note: Function 'UT_StrCopy' argument 1 names different: declaration 'tx_to' definition 'dst'.
fyba-4.1.1/src/UT/UT2.cpp:394:54: style: Function 'UT_StrCopy' argument 2 names different: declaration 'tx_from' definition 'src'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:178:57: note: Function 'UT_StrCopy' argument 2 names different: declaration 'tx_from' definition 'src'.
fyba-4.1.1/src/UT/UT2.cpp:394:54: note: Function 'UT_StrCopy' argument 2 names different: declaration 'tx_from' definition 'src'.
fyba-4.1.1/src/UT/UT2.cpp:394:63: style: Function 'UT_StrCopy' argument 3 names different: declaration 'tx_len' definition 'maxlen'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:178:70: note: Function 'UT_StrCopy' argument 3 names different: declaration 'tx_len' definition 'maxlen'.
fyba-4.1.1/src/UT/UT2.cpp:394:63: note: Function 'UT_StrCopy' argument 3 names different: declaration 'tx_len' definition 'maxlen'.
fyba-4.1.1/src/UT/UT2.cpp:734:39: style: Function 'UT_StrLower' argument 1 names different: declaration 'tx' definition 'ti'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:204:39: note: Function 'UT_StrLower' argument 1 names different: declaration 'tx' definition 'ti'.
fyba-4.1.1/src/UT/UT2.cpp:734:39: note: Function 'UT_StrLower' argument 1 names different: declaration 'tx' definition 'ti'.
fyba-4.1.1/src/UT/UT2.cpp:794:39: style: Function 'UT_StrUpper' argument 1 names different: declaration 'tx' definition 'ti'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:205:39: note: Function 'UT_StrUpper' argument 1 names different: declaration 'tx' definition 'ti'.
fyba-4.1.1/src/UT/UT2.cpp:794:39: note: Function 'UT_StrUpper' argument 1 names different: declaration 'tx' definition 'ti'.
fyba-4.1.1/src/UT/UT2.cpp:914:60: style: Function 'UT_AtoD' argument 3 names different: declaration 'd' definition 'dbl'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:191:60: note: Function 'UT_AtoD' argument 3 names different: declaration 'd' definition 'dbl'.
fyba-4.1.1/src/UT/UT2.cpp:914:60: note: Function 'UT_AtoD' argument 3 names different: declaration 'd' definition 'dbl'.
fyba-4.1.1/src/UT/UT2.cpp:933:33: style: Function 'UT_ItoA' argument 1 names different: declaration 'i' definition '_int'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:192:33: note: Function 'UT_ItoA' argument 1 names different: declaration 'i' definition '_int'.
fyba-4.1.1/src/UT/UT2.cpp:933:33: note: Function 'UT_ItoA' argument 1 names different: declaration 'i' definition '_int'.
fyba-4.1.1/src/UT/UT2.cpp:933:45: style: Function 'UT_ItoA' argument 2 names different: declaration 'sl' definition 'mstr'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:192:42: note: Function 'UT_ItoA' argument 2 names different: declaration 'sl' definition 'mstr'.
fyba-4.1.1/src/UT/UT2.cpp:933:45: note: Function 'UT_ItoA' argument 2 names different: declaration 'sl' definition 'mstr'.
fyba-4.1.1/src/UT/UT2.cpp:957:34: style: Function 'UT_LtoA' argument 1 names different: declaration 'l' definition '_long'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:194:34: note: Function 'UT_LtoA' argument 1 names different: declaration 'l' definition '_long'.
fyba-4.1.1/src/UT/UT2.cpp:957:34: note: Function 'UT_LtoA' argument 1 names different: declaration 'l' definition '_long'.
fyba-4.1.1/src/UT/UT2.cpp:957:47: style: Function 'UT_LtoA' argument 2 names different: declaration 'sl' definition 'mstr'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:194:43: note: Function 'UT_LtoA' argument 2 names different: declaration 'sl' definition 'mstr'.
fyba-4.1.1/src/UT/UT2.cpp:957:47: note: Function 'UT_LtoA' argument 2 names different: declaration 'sl' definition 'mstr'.
fyba-4.1.1/src/UT/UT2.cpp:969:36: style: Function 'UT_DtoA' argument 1 names different: declaration 'd' definition 'dbl'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:195:36: note: Function 'UT_DtoA' argument 1 names different: declaration 'd' definition 'dbl'.
fyba-4.1.1/src/UT/UT2.cpp:969:36: note: Function 'UT_DtoA' argument 1 names different: declaration 'd' definition 'dbl'.
fyba-4.1.1/src/UT/UT2.cpp:969:70: style: Function 'UT_DtoA' argument 4 names different: declaration 'sl' definition 'mstr'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:195:68: note: Function 'UT_DtoA' argument 4 names different: declaration 'sl' definition 'mstr'.
fyba-4.1.1/src/UT/UT2.cpp:969:70: note: Function 'UT_DtoA' argument 4 names different: declaration 'sl' definition 'mstr'.
fyba-4.1.1/src/UT/UT2.cpp:506:28: style: Array index 'fra' is used before limits check. [arrayIndexThenCheck]
fyba-4.1.1/src/UT/UT3.cpp:540:9: style: The scope of the variable 'top' can be reduced. [variableScope]
fyba-4.1.1/src/UT/UT3.cpp:474:38: style: Function 'UT_InqTime' argument 1 names different: declaration 'time' definition 'tid'. [funcArgNamesDifferent]
fyba-4.1.1/src/UT/fyut.h:239:38: note: Function 'UT_InqTime' argument 1 names different: declaration 'time' definition 'tid'.
fyba-4.1.1/src/UT/UT3.cpp:474:38: note: Function 'UT_InqTime' argument 1 names different: declaration 'time' definition 'tid'.
fyba-4.1.1/src/UT/UT4.cpp:73:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fyba-4.1.1/src/UT/UT4.cpp:144:7: warning: %hd in format string (no. 2) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
fyba-4.1.1/src/UT/UT4.cpp:140:9: style: The scope of the variable 'szErrMsg' can be reduced. [variableScope]
[23:04]

ftp://ftp.se.debian.org/debian/pool/main/f/fyre/fyre_1.0.1.orig.tar.gz
fyre-1.0.1/src/animation.c:133:16: style: The scope of the variable 'thumbnail' can be reduced. [variableScope]
fyre-1.0.1/src/avi-writer.c:155:9: style: The scope of the variable 'padding' can be reduced. [variableScope]
fyre-1.0.1/src/batch-image-render.c:43:19: style: Function 'batch_image_render' argument 2 names different: declaration 'output_filename' definition 'filename'. [funcArgNamesDifferent]
fyre-1.0.1/src/batch-image-render.h:30:19: note: Function 'batch_image_render' argument 2 names different: declaration 'output_filename' definition 'filename'.
fyre-1.0.1/src/batch-image-render.c:43:19: note: Function 'batch_image_render' argument 2 names different: declaration 'output_filename' definition 'filename'.
fyre-1.0.1/src/bifurcation-diagram.c:130:33: style: The scope of the variable 'oldpair' can be reduced. [variableScope]
fyre-1.0.1/src/bifurcation-diagram.c:156:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fyre-1.0.1/src/bifurcation-diagram.c:258:18: style: The scope of the variable 'point_x' can be reduced. [variableScope]
fyre-1.0.1/src/bifurcation-diagram.c:258:27: style: The scope of the variable 'point_y' can be reduced. [variableScope]
fyre-1.0.1/src/bifurcation-diagram.c:259:19: style: The scope of the variable 'ix' can be reduced. [variableScope]
fyre-1.0.1/src/cell-renderer-bifurcation.c:149:22: style: Function 'cell_renderer_bifurcation_get_property' argument 2 names different: declaration 'param_id' definition 'prop_id'. [funcArgNamesDifferent]
fyre-1.0.1/src/cell-renderer-bifurcation.c:35:38: note: Function 'cell_renderer_bifurcation_get_property' argument 2 names different: declaration 'param_id' definition 'prop_id'.
fyre-1.0.1/src/cell-renderer-bifurcation.c:149:22: note: Function 'cell_renderer_bifurcation_get_property' argument 2 names different: declaration 'param_id' definition 'prop_id'.
fyre-1.0.1/src/cell-renderer-bifurcation.c:171:25: style: Function 'cell_renderer_bifurcation_set_property' argument 2 names different: declaration 'param_id' definition 'prop_id'. [funcArgNamesDifferent]
fyre-1.0.1/src/cell-renderer-bifurcation.c:39:38: note: Function 'cell_renderer_bifurcation_set_property' argument 2 names different: declaration 'param_id' definition 'prop_id'.
fyre-1.0.1/src/cell-renderer-bifurcation.c:171:25: note: Function 'cell_renderer_bifurcation_set_property' argument 2 names different: declaration 'param_id' definition 'prop_id'.
fyre-1.0.1/src/cell-renderer-transition.c:162:21: style: Function 'cell_renderer_transition_get_property' argument 2 names different: declaration 'param_id' definition 'prop_id'. [funcArgNamesDifferent]
fyre-1.0.1/src/cell-renderer-transition.c:34:37: note: Function 'cell_renderer_transition_get_property' argument 2 names different: declaration 'param_id' definition 'prop_id'.
fyre-1.0.1/src/cell-renderer-transition.c:162:21: note: Function 'cell_renderer_transition_get_property' argument 2 names different: declaration 'param_id' definition 'prop_id'.
fyre-1.0.1/src/cell-renderer-transition.c:188:24: style: Function 'cell_renderer_transition_set_property' argument 2 names different: declaration 'param_id' definition 'prop_id'. [funcArgNamesDifferent]
fyre-1.0.1/src/cell-renderer-transition.c:38:37: note: Function 'cell_renderer_transition_set_property' argument 2 names different: declaration 'param_id' definition 'prop_id'.
fyre-1.0.1/src/cell-renderer-transition.c:188:24: note: Function 'cell_renderer_transition_set_property' argument 2 names different: declaration 'param_id' definition 'prop_id'.
fyre-1.0.1/src/cluster-model.c:352:12: style: The scope of the variable 'host_and_port' can be reduced. [variableScope]
fyre-1.0.1/src/cluster-model.c:487:70: style: Function 'cluster_model_discovery_callback' argument 1 names different: declaration 'self' definition 'client'. [funcArgNamesDifferent]
fyre-1.0.1/src/cluster-model.c:76:74: note: Function 'cluster_model_discovery_callback' argument 1 names different: declaration 'self' definition 'client'.
fyre-1.0.1/src/cluster-model.c:487:70: note: Function 'cluster_model_discovery_callback' argument 1 names different: declaration 'self' definition 'client'.
fyre-1.0.1/src/color-button.c:197:42: style: Function 'color_button_get_color' argument 1 names different: declaration 'cb' definition 'self'. [funcArgNamesDifferent]
fyre-1.0.1/src/color-button.h:72:48: note: Function 'color_button_get_color' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/color-button.c:197:42: note: Function 'color_button_get_color' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/color-button.c:201:45: style: Function 'color_button_get_alpha' argument 1 names different: declaration 'cb' definition 'self'. [funcArgNamesDifferent]
fyre-1.0.1/src/color-button.h:74:48: note: Function 'color_button_get_alpha' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/color-button.c:201:45: note: Function 'color_button_get_alpha' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/color-button.c:205:42: style: Function 'color_button_set_color' argument 1 names different: declaration 'cb' definition 'self'. [funcArgNamesDifferent]
fyre-1.0.1/src/color-button.h:71:48: note: Function 'color_button_set_color' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/color-button.c:205:42: note: Function 'color_button_set_color' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/color-button.c:211:42: style: Function 'color_button_set_alpha' argument 1 names different: declaration 'cb' definition 'self'. [funcArgNamesDifferent]
fyre-1.0.1/src/color-button.h:73:48: note: Function 'color_button_set_alpha' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/color-button.c:211:42: note: Function 'color_button_set_alpha' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/color-button.c:217:52: style: Function 'color_button_set_color_and_alpha' argument 1 names different: declaration 'cb' definition 'self'. [funcArgNamesDifferent]
fyre-1.0.1/src/color-button.h:75:58: note: Function 'color_button_set_color_and_alpha' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/color-button.c:217:52: note: Function 'color_button_set_color_and_alpha' argument 1 names different: declaration 'cb' definition 'self'.
fyre-1.0.1/src/de-jong.c:646:12: style: The scope of the variable 'sine_rotation' can be reduced. [variableScope]
fyre-1.0.1/src/de-jong.c:646:27: style: The scope of the variable 'cosine_rotation' can be reduced. [variableScope]
fyre-1.0.1/src/de-jong.c:649:12: style: The scope of the variable 'x' can be reduced. [variableScope]
fyre-1.0.1/src/de-jong.c:649:15: style: The scope of the variable 'y' can be reduced. [variableScope]
fyre-1.0.1/src/de-jong.c:613:38: style: Function 'de_jong_calculate' argument 1 names different: declaration 'self' definition 'map'. [funcArgNamesDifferent]
fyre-1.0.1/src/de-jong.c:36:45: note: Function 'de_jong_calculate' argument 1 names different: declaration 'self' definition 'map'.
fyre-1.0.1/src/de-jong.c:613:38: note: Function 'de_jong_calculate' argument 1 names different: declaration 'self' definition 'map'.
fyre-1.0.1/src/de-jong.c:698:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fyre-1.0.1/src/explorer-animation.c:348:16: style: The scope of the variable 'loop_widget' can be reduced. [variableScope]
fyre-1.0.1/src/explorer-animation.c:431:18: style: The scope of the variable 'path' can be reduced. [variableScope]
fyre-1.0.1/src/explorer-animation.c:480:12: style: The scope of the variable 'v' can be reduced. [variableScope]
fyre-1.0.1/src/explorer.c:379:25: style: Unused variable: image [unusedVariable]
fyre-1.0.1/src/histogram-imager.c:674:18: style: The scope of the variable 'sample_p' can be reduced. [variableScope]
fyre-1.0.1/src/histogram-imager.c:846:11: style: The scope of the variable 'luma' can be reduced. [variableScope]
fyre-1.0.1/src/histogram-imager.c:1022:9: style: The scope of the variable 'hist_p' can be reduced. [variableScope]
fyre-1.0.1/src/histogram-imager.c:1028:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fyre-1.0.1/src/histogram-imager.c:1111:9: style: The scope of the variable 'bucket' can be reduced. [variableScope]
fyre-1.0.1/src/histogram-imager.c:1175:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fyre-1.0.1/src/histogram-view.c:223:16: style: The scope of the variable 'image_rect_region' can be reduced. [variableScope]
fyre-1.0.1/src/histogram-view.c:223:36: style: The scope of the variable 'outside_image' can be reduced. [variableScope]
fyre-1.0.1/src/image-fu.c:32:19: style: The scope of the variable 'pixel' can be reduced. [variableScope]
fyre-1.0.1/src/main.c:77:9: style: The scope of the variable 'c' can be reduced. [variableScope]
fyre-1.0.1/src/parameter-editor.c:553:5: style: Variable 'self->suppress_changed' is reassigned a value before the old one has been used. [redundantAssignment]
fyre-1.0.1/src/parameter-editor.c:551:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-editor.c:553:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-editor.c:570:5: style: Variable 'self->suppress_changed' is reassigned a value before the old one has been used. [redundantAssignment]
fyre-1.0.1/src/parameter-editor.c:568:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-editor.c:570:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-editor.c:584:5: style: Variable 'self->suppress_changed' is reassigned a value before the old one has been used. [redundantAssignment]
fyre-1.0.1/src/parameter-editor.c:582:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-editor.c:584:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-editor.c:598:5: style: Variable 'self->suppress_changed' is reassigned a value before the old one has been used. [redundantAssignment]
fyre-1.0.1/src/parameter-editor.c:596:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-editor.c:598:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-editor.c:624:5: style: Variable 'self->suppress_changed' is reassigned a value before the old one has been used. [redundantAssignment]
fyre-1.0.1/src/parameter-editor.c:618:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-editor.c:624:5: note: Variable 'self->suppress_changed' is reassigned a value before the old one has been used.
fyre-1.0.1/src/parameter-holder.c:402:12: style: The scope of the variable 'hash_value' can be reduced. [variableScope]
fyre-1.0.1/src/parameter-holder.c:73:36: style: Variable 'object_class' is assigned a value that is never used. [unreadVariable]
fyre-1.0.1/src/remote-server.c:291:9: style: The scope of the variable 'write_size' can be reduced. [variableScope]
[23:04]

ftp://ftp.se.debian.org/debian/pool/main/f/fzy/fzy_0.9.orig.tar.gz
fzy-0.9/deps/theft/theft.c:134:24: warning: Identical condition 'info->arity==0', second condition is always false [identicalConditionAfterEarlyExit]
fzy-0.9/deps/theft/theft.c:129:21: note: first condition
fzy-0.9/deps/theft/theft.c:134:24: note: second condition
fzy-0.9/deps/theft/theft.c:483:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fzy-0.9/deps/theft/theft.c:483:5: warning: %llx in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fzy-0.9/deps/theft/theft.c:129:9: warning: Either the condition 'info==NULL' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
fzy-0.9/deps/theft/theft.c:133:27: note: Assuming that condition 'info==NULL' is not redundant
fzy-0.9/deps/theft/theft.c:129:9: note: Null pointer dereference
fzy-0.9/deps/theft/theft_bloom.c:95:9: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fzy-0.9/deps/theft/theft_mt.c:111:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fzy-0.9/deps/theft/theft_mt.c:113:21: style: The scope of the variable 'mag01' can be reduced. [variableScope]
fzy-0.9/test/test_properties.c:42:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
[23:04]

DATE 2018-08-22
TIME 23:04:16